axwen-test31 2.0.0

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 (1234) hide show
  1. package/.browserslistrc +3 -0
  2. package/.editorconfig +5 -0
  3. package/.env.dev +8 -0
  4. package/.env.sit +4 -0
  5. package/.env.uat +4 -0
  6. package/.eslintrc.bak +2 -0
  7. package/.prettierignore +0 -0
  8. package/.prettierrc +10 -0
  9. package/README.md +168 -0
  10. package/babel.config.js +10 -0
  11. package/commitlint.config.js +32 -0
  12. package/package.json +137 -0
  13. package/postcss.config.js +6 -0
  14. package/public/StreamSaver.js +310 -0
  15. package/public/favicon.ico +0 -0
  16. package/public/favicon_back.ico +0 -0
  17. package/public/index.html +94 -0
  18. package/public/mitm.html +166 -0
  19. package/public/sw.js +124 -0
  20. package/sj/folder/g6.js +9 -0
  21. package/sj/g6.js.map +1 -0
  22. package/sonar-project.properties +5 -0
  23. package/src/App.vue +46 -0
  24. package/src/_backup/api/init.js +23 -0
  25. package/src/_backup/api/system.js +232 -0
  26. package/src/_backup/views/init-submit-log.vue +46 -0
  27. package/src/_backup/views/init.vue +112 -0
  28. package/src/actions.js +22 -0
  29. package/src/api/act-type-manage.js +49 -0
  30. package/src/api/allocation-rule.js +14 -0
  31. package/src/api/analysis.js +13 -0
  32. package/src/api/anti-disturbance.js +25 -0
  33. package/src/api/attachment-approval.js +23 -0
  34. package/src/api/calculate.js +10 -0
  35. package/src/api/channel-comp.js +47 -0
  36. package/src/api/channel.js +69 -0
  37. package/src/api/common.js +45 -0
  38. package/src/api/customer/customer-explore.js +162 -0
  39. package/src/api/customer/customer-group.js +168 -0
  40. package/src/api/customer/customer-tags.js +47 -0
  41. package/src/api/event.js +143 -0
  42. package/src/api/file.js +52 -0
  43. package/src/api/gift.js +69 -0
  44. package/src/api/init.js +22 -0
  45. package/src/api/lottery.js +11 -0
  46. package/src/api/market/component-manage.js +16 -0
  47. package/src/api/market.js +507 -0
  48. package/src/api/monitor.js +115 -0
  49. package/src/api/newHome.js +36 -0
  50. package/src/api/oa.js +53 -0
  51. package/src/api/other.js +3 -0
  52. package/src/api/process.js +29 -0
  53. package/src/api/product.js +72 -0
  54. package/src/api/reach.js +126 -0
  55. package/src/api/reachsource.js +4 -0
  56. package/src/api/recommend/recommend-fund.js +96 -0
  57. package/src/api/report.js +44 -0
  58. package/src/api/resource/file.js +83 -0
  59. package/src/api/scene.js +72 -0
  60. package/src/api/system.js +144 -0
  61. package/src/api/task.js +5 -0
  62. package/src/api/temp-content.js +36 -0
  63. package/src/api/template/template-active.js +157 -0
  64. package/src/api/template/template-app-message.js +14 -0
  65. package/src/api/template/template-audio.js +17 -0
  66. package/src/api/template/template-game.js +10 -0
  67. package/src/api/template/template-h5.js +16 -0
  68. package/src/api/template/template-message.js +35 -0
  69. package/src/api/template/template-picture.js +19 -0
  70. package/src/api/template/template-task.js +9 -0
  71. package/src/api/user.js +71 -0
  72. package/src/api/yunhu.js +13 -0
  73. package/src/assets/fonts/D-DINExp-Bold.otf +0 -0
  74. package/src/assets/fonts/Helvetica-Bold.ttf +0 -0
  75. package/src/assets/fonts/fonts.less +8 -0
  76. package/src/assets/iconfont/iconfont.css +348 -0
  77. package/src/assets/iconfont/iconfont.eot +0 -0
  78. package/src/assets/iconfont/iconfont.js +1 -0
  79. package/src/assets/iconfont/iconfont.json +520 -0
  80. package/src/assets/iconfont/iconfont.svg +243 -0
  81. package/src/assets/iconfont/iconfont.ttf +0 -0
  82. package/src/assets/iconfont/iconfont.woff +0 -0
  83. package/src/assets/iconfont/iconfont.woff2 +0 -0
  84. package/src/assets/iconfont1/iconfont.css +359 -0
  85. package/src/assets/iconfont1/iconfont.js +1 -0
  86. package/src/assets/iconfont1/iconfont.json +611 -0
  87. package/src/assets/iconfont1/iconfont.ttf +0 -0
  88. package/src/assets/iconfont1/iconfont.woff +0 -0
  89. package/src/assets/iconfont1/iconfont.woff2 +0 -0
  90. package/src/assets/images/avatar.png +0 -0
  91. package/src/assets/images/brief-report/bg.png +0 -0
  92. package/src/assets/images/brief-report/download.png +0 -0
  93. package/src/assets/images/brief-report/summary.png +0 -0
  94. package/src/assets/images/canvas-icon/act.png +0 -0
  95. package/src/assets/images/canvas-icon/activeCst.png +0 -0
  96. package/src/assets/images/canvas-icon/activityCst.png +0 -0
  97. package/src/assets/images/canvas-icon/appPush.png +0 -0
  98. package/src/assets/images/canvas-icon/canvas-bg.png +0 -0
  99. package/src/assets/images/canvas-icon/chnlRespFlow.png +0 -0
  100. package/src/assets/images/canvas-icon/composeCst.png +0 -0
  101. package/src/assets/images/canvas-icon/content.png +0 -0
  102. package/src/assets/images/canvas-icon/cst.png +0 -0
  103. package/src/assets/images/canvas-icon/custFlow.png +0 -0
  104. package/src/assets/images/canvas-icon/ebankApp.png +0 -0
  105. package/src/assets/images/canvas-icon/equity.png +0 -0
  106. package/src/assets/images/canvas-icon/evtRespFlow.png +0 -0
  107. package/src/assets/images/canvas-icon/flowCst.png +0 -0
  108. package/src/assets/images/canvas-icon/intligCall.png +0 -0
  109. package/src/assets/images/canvas-icon/labelFlow.png +0 -0
  110. package/src/assets/images/canvas-icon/merge.png +0 -0
  111. package/src/assets/images/canvas-icon/prod.png +0 -0
  112. package/src/assets/images/canvas-icon/randomFlow.png +0 -0
  113. package/src/assets/images/canvas-icon/sms.png +0 -0
  114. package/src/assets/images/canvas-icon/teleSalesPlat.png +0 -0
  115. package/src/assets/images/canvas-icon/waitEvent.png +0 -0
  116. package/src/assets/images/canvas-icon/waitFixTime.png +0 -0
  117. package/src/assets/images/canvas-icon/waitToTime.png +0 -0
  118. package/src/assets/images/canvas-icon/weChat.png +0 -0
  119. package/src/assets/images/channel-icon/crm.png +0 -0
  120. package/src/assets/images/channel-icon/ebankapp.png +0 -0
  121. package/src/assets/images/channel-icon/intligcall.png +0 -0
  122. package/src/assets/images/channel-icon/manageapp.png +0 -0
  123. package/src/assets/images/channel-icon/sms.png +0 -0
  124. package/src/assets/images/channel-icon/telesalesplat.png +0 -0
  125. package/src/assets/images/channel-icon/wechat.png +0 -0
  126. package/src/assets/images/channel-icon/wechatminiprogram.png +0 -0
  127. package/src/assets/images/channel-icon/wechatpublicaccount.png +0 -0
  128. package/src/assets/images/egg.png +0 -0
  129. package/src/assets/images/expand.png +0 -0
  130. package/src/assets/images/icon-png/analysis/right-arrows.png +0 -0
  131. package/src/assets/images/icon-png/error.png +0 -0
  132. package/src/assets/images/icon-png/level-icon.png +0 -0
  133. package/src/assets/images/icon-png/success.png +0 -0
  134. package/src/assets/images/icon-png/warn.png +0 -0
  135. package/src/assets/images/icon-side-menu-svg/channel-selected.svg +1 -0
  136. package/src/assets/images/icon-side-menu-svg/channel.svg +23 -0
  137. package/src/assets/images/icon-side-menu-svg/cognization-selected.svg +1 -0
  138. package/src/assets/images/icon-side-menu-svg/cognization.svg +1 -0
  139. package/src/assets/images/icon-side-menu-svg/customer-selected.svg +1 -0
  140. package/src/assets/images/icon-side-menu-svg/customer.svg +1 -0
  141. package/src/assets/images/icon-side-menu-svg/event-selected.svg +1 -0
  142. package/src/assets/images/icon-side-menu-svg/event.svg +1 -0
  143. package/src/assets/images/icon-side-menu-svg/home-selected.svg +1 -0
  144. package/src/assets/images/icon-side-menu-svg/home.svg +1 -0
  145. package/src/assets/images/icon-side-menu-svg/kehu-selected.svg +1 -0
  146. package/src/assets/images/icon-side-menu-svg/kehu.svg +1 -0
  147. package/src/assets/images/icon-side-menu-svg/market-selected.svg +1 -0
  148. package/src/assets/images/icon-side-menu-svg/market.svg +1 -0
  149. package/src/assets/images/icon-side-menu-svg/oa-selected.svg +1 -0
  150. package/src/assets/images/icon-side-menu-svg/oa.svg +1 -0
  151. package/src/assets/images/icon-side-menu-svg/product-selected.svg +1 -0
  152. package/src/assets/images/icon-side-menu-svg/product.svg +1 -0
  153. package/src/assets/images/icon-side-menu-svg/report-selected.svg +1 -0
  154. package/src/assets/images/icon-side-menu-svg/report.svg +1 -0
  155. package/src/assets/images/icon-side-menu-svg/resourceManager-selected.svg +1 -0
  156. package/src/assets/images/icon-side-menu-svg/resourceManager.svg +1 -0
  157. package/src/assets/images/icon-side-menu-svg/scene-selected.svg +1 -0
  158. package/src/assets/images/icon-side-menu-svg/scene.svg +1 -0
  159. package/src/assets/images/icon-side-menu-svg/system-selected.svg +1 -0
  160. package/src/assets/images/icon-side-menu-svg/system.svg +1 -0
  161. package/src/assets/images/icon-side-menu-svg/template-selected.svg +1 -0
  162. package/src/assets/images/icon-side-menu-svg/template.svg +46 -0
  163. package/src/assets/images/icon-svg/biaoqian.svg +1 -0
  164. package/src/assets/images/icon-svg/biaoqianxin.svg +1 -0
  165. package/src/assets/images/icon-svg/big.svg +12 -0
  166. package/src/assets/images/icon-svg/disabled.svg +17 -0
  167. package/src/assets/images/icon-svg/fullscreen.svg +25 -0
  168. package/src/assets/images/icon-svg/huodongmoban.svg +1 -0
  169. package/src/assets/images/icon-svg/scene-icon.svg +29 -0
  170. package/src/assets/images/icon-svg/wenjianjiaguanbi.svg +1 -0
  171. package/src/assets/images/jiugongge.png +0 -0
  172. package/src/assets/images/login/login-bg.png +0 -0
  173. package/src/assets/images/login/logo.svg +16 -0
  174. package/src/assets/images/netError.png +0 -0
  175. package/src/assets/images/sceneDefaultBg.jpg +0 -0
  176. package/src/assets/images/starEmpty.png +0 -0
  177. package/src/assets/images/turntable_circle.png +0 -0
  178. package/src/assets/images/yatop-logo.png +0 -0
  179. package/src/assets/less/animation.less +116 -0
  180. package/src/assets/less/common.less +715 -0
  181. package/src/assets/less/index.less +9 -0
  182. package/src/assets/less/reset.less +295 -0
  183. package/src/assets/less/scroll.less +28 -0
  184. package/src/assets/less/var.less +74 -0
  185. package/src/assets/less/yt-ui-cover.less +12 -0
  186. package/src/assets/svg/1th.svg +27 -0
  187. package/src/assets/svg/2th.svg +27 -0
  188. package/src/assets/svg/3th.svg +23 -0
  189. package/src/assets/svg/activity.svg +45 -0
  190. package/src/assets/svg/activityCount.svg +43 -0
  191. package/src/assets/svg/activityCoverCount.svg +40 -0
  192. package/src/assets/svg/activityNum.svg +39 -0
  193. package/src/assets/svg/app.svg +55 -0
  194. package/src/assets/svg/bit.svg +11 -0
  195. package/src/assets/svg/bizline-active.svg +1 -0
  196. package/src/assets/svg/bizline.svg +1 -0
  197. package/src/assets/svg/channel.svg +37 -0
  198. package/src/assets/svg/chart-empty.svg +1 -0
  199. package/src/assets/svg/content-error.svg +1 -0
  200. package/src/assets/svg/content-loading.svg +1 -0
  201. package/src/assets/svg/custmoer-list.svg +1 -0
  202. package/src/assets/svg/empty.svg +30 -0
  203. package/src/assets/svg/empty_2.svg +28 -0
  204. package/src/assets/svg/equity.svg +39 -0
  205. package/src/assets/svg/event.svg +38 -0
  206. package/src/assets/svg/group.svg +24 -0
  207. package/src/assets/svg/labelCount.svg +34 -0
  208. package/src/assets/svg/line-center.svg +19 -0
  209. package/src/assets/svg/line-left.svg +19 -0
  210. package/src/assets/svg/menu-active.svg +1 -0
  211. package/src/assets/svg/menu.svg +1 -0
  212. package/src/assets/svg/message.svg +36 -0
  213. package/src/assets/svg/monitoring-icon.svg +1 -0
  214. package/src/assets/svg/org-active.svg +1 -0
  215. package/src/assets/svg/org.svg +1 -0
  216. package/src/assets/svg/product.svg +41 -0
  217. package/src/assets/svg/scene-share.svg +22 -0
  218. package/src/assets/svg/status-running.svg +19 -0
  219. package/src/assets/svg/status-stop.svg +16 -0
  220. package/src/assets/svg/template.svg +40 -0
  221. package/src/bus.js +3 -0
  222. package/src/components/Editor.vue +108 -0
  223. package/src/components/attachment-approval/assets/svg/file-icon-jpg.svg +1 -0
  224. package/src/components/attachment-approval/assets/svg/file-icon-pdf.svg +1 -0
  225. package/src/components/attachment-approval/assets/svg/file-icon-png.svg +1 -0
  226. package/src/components/attachment-approval/assets/svg/file-icon-word.svg +1 -0
  227. package/src/components/attachment-approval/assets/svg/upload-icon.svg +1 -0
  228. package/src/components/attachment-approval/attachment-approval-dialog.vue +240 -0
  229. package/src/components/attachment-approval/attachment-approval-item.vue +88 -0
  230. package/src/components/attachment-approval/attachment-approval.js +68 -0
  231. package/src/components/attachment-approval/attachment-approval.vue +124 -0
  232. package/src/components/channel-components-config/channel-class-rule.vue +54 -0
  233. package/src/components/channel-components-config/channel-fields.vue +0 -0
  234. package/src/components/channel-components-config/channel-reach-temp.vue +0 -0
  235. package/src/components/channel-components-config/channel-select-url-dialog.vue +145 -0
  236. package/src/components/channel-components-config/channel-select.vue +184 -0
  237. package/src/components/channel-components-config/channel-switch.vue +69 -0
  238. package/src/components/channel-components-config/channel-text.vue +75 -0
  239. package/src/components/channel-components-config/channel-time-range-picker.vue +100 -0
  240. package/src/components/channel-components-config/channel-time.vue +62 -0
  241. package/src/components/channel-components-config/channel-timerange.vue +67 -0
  242. package/src/components/channel-components-config/channel-turnover.vue +51 -0
  243. package/src/components/channel-components-config/configs.js +13 -0
  244. package/src/components/channel-components-config/field-key.vue +40 -0
  245. package/src/components/channel-components-view/channel-class-rule.vue +44 -0
  246. package/src/components/channel-components-view/channel-fields.vue +0 -0
  247. package/src/components/channel-components-view/channel-reach-temp.vue +57 -0
  248. package/src/components/channel-components-view/channel-select.vue +55 -0
  249. package/src/components/channel-components-view/channel-switch.vue +53 -0
  250. package/src/components/channel-components-view/channel-text.vue +72 -0
  251. package/src/components/channel-components-view/channel-time.vue +62 -0
  252. package/src/components/channel-components-view/channel-timerange.vue +113 -0
  253. package/src/components/channel-components-view/channel-turnover.vue +57 -0
  254. package/src/components/channel-params-loading.vue +100 -0
  255. package/src/components/chart/resize.js +55 -0
  256. package/src/components/chart/the-chart.vue +68 -0
  257. package/src/components/creator-select/index.vue +119 -0
  258. package/src/components/customer-explore-select/index.vue +248 -0
  259. package/src/components/customer-label-select/index.vue +184 -0
  260. package/src/components/customer-loading.vue +238 -0
  261. package/src/components/dynamic-components/form-date.vue +28 -0
  262. package/src/components/dynamic-components/form-input-number.vue +30 -0
  263. package/src/components/dynamic-components/form-input.vue +30 -0
  264. package/src/components/dynamic-components/form-multiple-select.vue +33 -0
  265. package/src/components/dynamic-components/form-select.vue +37 -0
  266. package/src/components/dynamic-components/form-time-picker.vue +28 -0
  267. package/src/components/ellipsisText.vue +45 -0
  268. package/src/components/empty.vue +22 -0
  269. package/src/components/event-edit/event-edit.vue +83 -0
  270. package/src/components/event-edit/index.js +3 -0
  271. package/src/components/form-img/form-img.vue +82 -0
  272. package/src/components/form-img/index.js +3 -0
  273. package/src/components/h5-editor.vue +344 -0
  274. package/src/components/image-selector/index.js +3 -0
  275. package/src/components/image-selector/main.vue +239 -0
  276. package/src/components/member-select.vue +89 -0
  277. package/src/components/product-select-dialog/index.vue +237 -0
  278. package/src/components/radio-table.vue +97 -0
  279. package/src/components/search-select.vue +150 -0
  280. package/src/components/split-panel/index.js +2 -0
  281. package/src/components/split-panel/index.less +114 -0
  282. package/src/components/split-panel/split.vue +159 -0
  283. package/src/components/split-panel/trigger.vue +43 -0
  284. package/src/components/system-layout.vue +88 -0
  285. package/src/components/tag-editor.vue +262 -0
  286. package/src/components/temp-content/channel-return-dialog.vue +227 -0
  287. package/src/components/temp-content/event-dialog.vue +298 -0
  288. package/src/components/temp-content/functions.js +47 -0
  289. package/src/components/temp-content/index.vue +378 -0
  290. package/src/components/temp-content/label-dialog.vue +291 -0
  291. package/src/components/temp-content/product-dialog.vue +268 -0
  292. package/src/components/temp-content/product-select-dialog.vue +225 -0
  293. package/src/components/temp-content/temp-content-preview.vue +221 -0
  294. package/src/components/temp-selector.vue +83 -0
  295. package/src/components/transform/download-act-btn.vue +245 -0
  296. package/src/components/transform/download-btn.vue +198 -0
  297. package/src/components/transform/uploader-btn.vue +143 -0
  298. package/src/components/transform/uploaderOptions.js +8 -0
  299. package/src/components/transform/utils/computeMD5.js +61 -0
  300. package/src/components/tree-select.vue +371 -0
  301. package/src/components/yt-editor.vue +303 -0
  302. package/src/components/yt-org/1.json +11720 -0
  303. package/src/components/yt-org/data.js +159 -0
  304. package/src/components/yt-org/index.js +3 -0
  305. package/src/components/yt-org/main.vue +143 -0
  306. package/src/components/yt-table-download.vue +226 -0
  307. package/src/components/yt-/342/200/216questionnaire/index.js +3 -0
  308. package/src/components/yt-/342/200/216questionnaire/main.vue +422 -0
  309. package/src/directive/common.js +8 -0
  310. package/src/directive/directives.js +13 -0
  311. package/src/directive/yt-dialog-drag/index.js +3 -0
  312. package/src/directive/yt-dialog-drag/yt-dialog-drag.js +88 -0
  313. package/src/directive/yt-hover/base.js +106 -0
  314. package/src/directive/yt-hover/index.js +14 -0
  315. package/src/hooks/index.js +1 -0
  316. package/src/hooks/system.js +18 -0
  317. package/src/icons/index.js +3 -0
  318. package/src/icons/resource/empty.png +0 -0
  319. package/src/icons/resource/icon.png +0 -0
  320. package/src/icons/resource/icon2.png +0 -0
  321. package/src/icons/resource/image.png +0 -0
  322. package/src/icons/svg/analysis-logo.svg +1 -0
  323. package/src/icons/svg/btn-export.svg +1 -0
  324. package/src/icons/svg/channel-class-rule.svg +1 -0
  325. package/src/icons/svg/channel-fields.svg +1 -0
  326. package/src/icons/svg/channel-reach-temp.svg +1 -0
  327. package/src/icons/svg/channel-select.svg +1 -0
  328. package/src/icons/svg/channel-switch.svg +1 -0
  329. package/src/icons/svg/channel-text.svg +1 -0
  330. package/src/icons/svg/channel-time.svg +1 -0
  331. package/src/icons/svg/channel-timerange.svg +1 -0
  332. package/src/icons/svg/channel-turnover.svg +1 -0
  333. package/src/icons/svg/earlyTermination.svg +20 -0
  334. package/src/icons/svg/equity-active.svg +1 -0
  335. package/src/icons/svg/equity.svg +1 -0
  336. package/src/icons/svg/event-file.svg +1 -0
  337. package/src/icons/svg/event-tree-icon.svg +1 -0
  338. package/src/icons/svg/finish.svg +20 -0
  339. package/src/icons/svg/full-screen.svg +12 -0
  340. package/src/icons/svg/monitoring-operate1.svg +1 -0
  341. package/src/icons/svg/monitoring-operate2.svg +1 -0
  342. package/src/icons/svg/monitoring-operate3.svg +1 -0
  343. package/src/icons/svg/more.svg +12 -0
  344. package/src/icons/svg/publish.svg +1 -0
  345. package/src/icons/svg/running.svg +20 -0
  346. package/src/icons/svg/scene-add.svg +1 -0
  347. package/src/icons/svg/scene-edit.svg +1 -0
  348. package/src/icons/svg/scene-sub.svg +1 -0
  349. package/src/icons/svg/tree-add.svg +1 -0
  350. package/src/icons/svg/tree-del.svg +1 -0
  351. package/src/icons/svg/tree-down.svg +1 -0
  352. package/src/icons/svg/tree-edit.svg +1 -0
  353. package/src/icons/svg/tree-file.svg +1 -0
  354. package/src/icons/svg/tree-refresh.svg +1 -0
  355. package/src/icons/svg/tree-up.svg +1 -0
  356. package/src/icons/svgo.yml +21 -0
  357. package/src/layout/layout-chrome-nav.vue +420 -0
  358. package/src/layout/layout-header.vue +393 -0
  359. package/src/layout/layout-nav.vue +583 -0
  360. package/src/layout/layout-side1.vue +290 -0
  361. package/src/layout/layout-water.vue +75 -0
  362. package/src/layout/layout.vue +610 -0
  363. package/src/layout/my-keep-alive.js +178 -0
  364. package/src/libs/yt-ui/index.js +9 -0
  365. package/src/main.js +149 -0
  366. package/src/micro-app.js +113 -0
  367. package/src/public-path.js +9 -0
  368. package/src/router/analysis.js +21 -0
  369. package/src/router/brief-report.js +13 -0
  370. package/src/router/channel.js +22 -0
  371. package/src/router/controlCenter.js +39 -0
  372. package/src/router/customer.js +367 -0
  373. package/src/router/event-center.js +409 -0
  374. package/src/router/gift.js +31 -0
  375. package/src/router/h5-lucky-draw.js +183 -0
  376. package/src/router/index.js +164 -0
  377. package/src/router/market-activity.js +31 -0
  378. package/src/router/market.js +499 -0
  379. package/src/router/monitoring-center.js +39 -0
  380. package/src/router/oa.js +41 -0
  381. package/src/router/process.js +58 -0
  382. package/src/router/productCenter.js +60 -0
  383. package/src/router/reach-center.js +349 -0
  384. package/src/router/report.js +274 -0
  385. package/src/router/scene.js +64 -0
  386. package/src/router/system.js +147 -0
  387. package/src/router/task.js +13 -0
  388. package/src/router/template.js +161 -0
  389. package/src/sensors.js +22 -0
  390. package/src/store/index.js +364 -0
  391. package/src/store/modules/common.js +37 -0
  392. package/src/store/modules/customerExplore.js +24 -0
  393. package/src/store/modules/market.js +31 -0
  394. package/src/store/modules/nav.js +97 -0
  395. package/src/store/variables.js +87 -0
  396. package/src/styles/common.less +4 -0
  397. package/src/styles/el-custom.less +106 -0
  398. package/src/styles/index.less +4 -0
  399. package/src/styles/tailwind.less +34 -0
  400. package/src/styles/yt-custom.less +31 -0
  401. package/src/utils/ajax.js +377 -0
  402. package/src/utils/auth.js +18 -0
  403. package/src/utils/buildHTML.js +194 -0
  404. package/src/utils/charts.js +51 -0
  405. package/src/utils/clickoutside.js +58 -0
  406. package/src/utils/copyLink.js +18 -0
  407. package/src/utils/deepClone.js +71 -0
  408. package/src/utils/dom.js +194 -0
  409. package/src/utils/encrypt.js +113 -0
  410. package/src/utils/getOptions.js +35 -0
  411. package/src/utils/htmlToPdf.js +56 -0
  412. package/src/utils/image.js +24 -0
  413. package/src/utils/index.js +786 -0
  414. package/src/utils/monitor.js +57 -0
  415. package/src/utils/repeatApi.js +39 -0
  416. package/src/utils/setProfile.js +21 -0
  417. package/src/utils/user.js +34 -0
  418. package/src/utils/variable.js +503 -0
  419. package/src/utils/xml.js +133 -0
  420. package/src/views/404.vue +96 -0
  421. package/src/views/abnormal-activity/index.vue +120 -0
  422. package/src/views/allocation-rule/common.js +12 -0
  423. package/src/views/allocation-rule/components/attr-select.vue +89 -0
  424. package/src/views/allocation-rule/index.vue +283 -0
  425. package/src/views/analysis/activity/Detail.vue +375 -0
  426. package/src/views/analysis/activity/Effect.vue +349 -0
  427. package/src/views/analysis/activity/Overview.vue +339 -0
  428. package/src/views/analysis/activity/index.vue +93 -0
  429. package/src/views/analysis/index.vue +12 -0
  430. package/src/views/analysis/utils.js +40 -0
  431. package/src/views/blank.vue +88 -0
  432. package/src/views/briefReportNew/components/bar-card.vue +110 -0
  433. package/src/views/briefReportNew/components/progress-list.vue +66 -0
  434. package/src/views/briefReportNew/components/tab-content.vue +179 -0
  435. package/src/views/briefReportNew/components/table-list.vue +102 -0
  436. package/src/views/briefReportNew/components/target-card.vue +75 -0
  437. package/src/views/briefReportNew/components/the-pending-table.vue +71 -0
  438. package/src/views/briefReportNew/components/the-pengding-progress.vue +75 -0
  439. package/src/views/briefReportNew/config/option.js +20 -0
  440. package/src/views/briefReportNew/index.vue +221 -0
  441. package/src/views/channel/avoidDisturb/avoid-disturb-range-picker.vue +49 -0
  442. package/src/views/channel/avoidDisturb/cstRange.vue +89 -0
  443. package/src/views/channel/avoidDisturb/index.vue +703 -0
  444. package/src/views/channel/channel-side.vue +354 -0
  445. package/src/views/channel/format.js +72 -0
  446. package/src/views/channel/index.vue +535 -0
  447. package/src/views/channel-components/components/component-left.vue +525 -0
  448. package/src/views/channel-components/components/component-view-item.vue +70 -0
  449. package/src/views/channel-components/components/components-configs.vue +104 -0
  450. package/src/views/channel-components/components/components-content.vue +288 -0
  451. package/src/views/channel-components/components/content-comp-dialog.vue +157 -0
  452. package/src/views/channel-components/config.js +273 -0
  453. package/src/views/channel-components/edit.vue +289 -0
  454. package/src/views/channel-components/index.vue +210 -0
  455. package/src/views/channel-components/util.js +20 -0
  456. package/src/views/controlCenter/chart-line.vue +64 -0
  457. package/src/views/controlCenter/chartOption.js +321 -0
  458. package/src/views/controlCenter/common-label.vue +48 -0
  459. package/src/views/controlCenter/content-card.vue +39 -0
  460. package/src/views/controlCenter/detail/channelDetail.vue +135 -0
  461. package/src/views/controlCenter/detail/eventDetail.vue +123 -0
  462. package/src/views/controlCenter/detail/labelDetail.vue +91 -0
  463. package/src/views/controlCenter/index.vue +146 -0
  464. package/src/views/controlCenter/label-card.vue +48 -0
  465. package/src/views/controlCenter/tab-content.vue +189 -0
  466. package/src/views/customer/app-act.vue +314 -0
  467. package/src/views/customer/bitmap/condition-save.vue +80 -0
  468. package/src/views/customer/bitmap/dialog.vue +129 -0
  469. package/src/views/customer/bitmap/loading-condition.vue +176 -0
  470. package/src/views/customer/bitmap/loading-log.vue +110 -0
  471. package/src/views/customer/bitmap/pre-loading.vue +241 -0
  472. package/src/views/customer/business-editor-tree.vue +309 -0
  473. package/src/views/customer/components/compound-tags-dialog.vue +141 -0
  474. package/src/views/customer/components/customer-to-group.vue +549 -0
  475. package/src/views/customer/components/reward-punishment.vue +106 -0
  476. package/src/views/customer/compound-tags.vue +231 -0
  477. package/src/views/customer/computed-tags/confirm-modal-new.vue +473 -0
  478. package/src/views/customer/computed-tags/confirm-modal.vue +116 -0
  479. package/src/views/customer/computed-tags/edit-modal-new.vue +512 -0
  480. package/src/views/customer/computed-tags/index.vue +290 -0
  481. package/src/views/customer/customer-ai-group-detail.vue +421 -0
  482. package/src/views/customer/customer-ai-group.vue +124 -0
  483. package/src/views/customer/customer-editor-header.vue +165 -0
  484. package/src/views/customer/customer-editor-list-multiple.vue +47 -0
  485. package/src/views/customer/customer-editor-list.vue +363 -0
  486. package/src/views/customer/customer-editor-org.vue +60 -0
  487. package/src/views/customer/customer-editor-save.vue +140 -0
  488. package/src/views/customer/customer-editor-tree-detail.vue +66 -0
  489. package/src/views/customer/customer-editor-tree.vue +457 -0
  490. package/src/views/customer/customer-get-from-group.vue +167 -0
  491. package/src/views/customer/customer-group-result-charts.vue +263 -0
  492. package/src/views/customer/customer-group-upload-detail.vue +211 -0
  493. package/src/views/customer/customer-group-upload-ext.vue +290 -0
  494. package/src/views/customer/customer-group-upload.vue +291 -0
  495. package/src/views/customer/customer-group.vue +521 -0
  496. package/src/views/customer/customer-judge-cst-group.vue +190 -0
  497. package/src/views/customer/customer-label-update-recycler.vue +151 -0
  498. package/src/views/customer/customer-label-update.vue +366 -0
  499. package/src/views/customer/customer-result-charts-detail.vue +387 -0
  500. package/src/views/customer/customer-result-charts.vue +264 -0
  501. package/src/views/customer/customer-result-checkbox.vue +58 -0
  502. package/src/views/customer/customer-result-fields-select-avyno.vue +298 -0
  503. package/src/views/customer/customer-result-fields-select-model.vue +241 -0
  504. package/src/views/customer/customer-result-fields-select-tab.vue +229 -0
  505. package/src/views/customer/customer-result-fields-select.vue +271 -0
  506. package/src/views/customer/customer-result-fields.vue +313 -0
  507. package/src/views/customer/customer-result-filter.vue +265 -0
  508. package/src/views/customer/customer-result.vue +499 -0
  509. package/src/views/customer/explore/customer-explore-detail.vue +421 -0
  510. package/src/views/customer/explore/customer-explore.vue +623 -0
  511. package/src/views/customer/explore/customer-twice-explore.vue +566 -0
  512. package/src/views/customer/growth-center.vue +156 -0
  513. package/src/views/customer/gruop/group-member.vue +338 -0
  514. package/src/views/customer/gruop/member-dialog.vue +179 -0
  515. package/src/views/customer/gruop/member-maintain.vue +241 -0
  516. package/src/views/customer/marketing-anti-disturbance.vue +199 -0
  517. package/src/views/customer/name-manage/index.vue +155 -0
  518. package/src/views/customer/name-manage/rule-name.vue +138 -0
  519. package/src/views/customer/personas/age-chart.vue +177 -0
  520. package/src/views/customer/personas/count-chart.vue +154 -0
  521. package/src/views/customer/personas/index.vue +220 -0
  522. package/src/views/customer/personas/level-chart.vue +143 -0
  523. package/src/views/customer/staff-center.vue +237 -0
  524. package/src/views/gift/gift-type-manage/gift-list-dialog.vue +115 -0
  525. package/src/views/gift/gift-type-manage/index.vue +85 -0
  526. package/src/views/gift/gift-type-manage/type-edit-dialog.vue +104 -0
  527. package/src/views/gift/gift-type-manage/type-select.vue +198 -0
  528. package/src/views/gift/gift-type-manage/type-table.vue +494 -0
  529. package/src/views/gift/gift-type-manage/type-tree.vue +333 -0
  530. package/src/views/gift/manage/index.vue +85 -0
  531. package/src/views/gift/manage/list/index.vue +545 -0
  532. package/src/views/gift/manage/pack/gift-select-dialog.vue +302 -0
  533. package/src/views/gift/manage/pack/gift-select.vue +201 -0
  534. package/src/views/gift/manage/pack/index.vue +583 -0
  535. package/src/views/gift/manage/pack/log-dialog.vue +294 -0
  536. package/src/views/gift/type/gift-list-dialog.vue +164 -0
  537. package/src/views/gift/type/gift-setting-dialog.vue +198 -0
  538. package/src/views/gift/type/index.vue +81 -0
  539. package/src/views/gift/type/type-edit-dialog.vue +109 -0
  540. package/src/views/gift/type/type-select.vue +184 -0
  541. package/src/views/gift/type/type-table.vue +482 -0
  542. package/src/views/gift/type/type-tree.vue +283 -0
  543. package/src/views/home-new/activity-data.vue +214 -0
  544. package/src/views/home-new/activity-strategy.vue +129 -0
  545. package/src/views/home-new/channel-data.vue +95 -0
  546. package/src/views/home-new/common/option.js +260 -0
  547. package/src/views/home-new/components/AnnoumcementDetail.vue +234 -0
  548. package/src/views/home-new/components/chart-container.vue +54 -0
  549. package/src/views/home-new/components/chart-parent.vue +111 -0
  550. package/src/views/home-new/components/chart-switch.vue +172 -0
  551. package/src/views/home-new/components/detail-card.vue +180 -0
  552. package/src/views/home-new/components/empty.vue +22 -0
  553. package/src/views/home-new/components/msg-card.vue +194 -0
  554. package/src/views/home-new/components/notice-card copy.vue +82 -0
  555. package/src/views/home-new/components/notice-card.vue +129 -0
  556. package/src/views/home-new/components/part-body.vue +36 -0
  557. package/src/views/home-new/components/ranking-list.vue +84 -0
  558. package/src/views/home-new/components/statistics-small-card.vue +70 -0
  559. package/src/views/home-new/components/tab-content.vue +168 -0
  560. package/src/views/home-new/index.vue +469 -0
  561. package/src/views/home-new/label-data.vue +271 -0
  562. package/src/views/home-new/list-data.vue +99 -0
  563. package/src/views/identify.vue +121 -0
  564. package/src/views/iframe/activity-detail-report.vue +31 -0
  565. package/src/views/iframe/analysis-activity-effectiveness.vue +31 -0
  566. package/src/views/iframe/analysis-activity-summary.vue +29 -0
  567. package/src/views/iframe/analysis-effectiveness-funnel.vue +29 -0
  568. package/src/views/iframe/analysis-market-effectiveness.vue +29 -0
  569. package/src/views/iframe/analysis-market-summary.vue +29 -0
  570. package/src/views/iframe/business-detail.vue +31 -0
  571. package/src/views/iframe/business-summary-account.vue +31 -0
  572. package/src/views/iframe/business-summary-branch.vue +31 -0
  573. package/src/views/iframe/business-summary-head.vue +31 -0
  574. package/src/views/iframe/business-summary-sub.vue +31 -0
  575. package/src/views/iframe/business-summary.vue +31 -0
  576. package/src/views/iframe/customer-purch-details.vue +31 -0
  577. package/src/views/iframe/customer-repurch-behavior.vue +31 -0
  578. package/src/views/iframe/product-sale-analysis.vue +31 -0
  579. package/src/views/iframe/product-sales-channel.vue +31 -0
  580. package/src/views/iframe/purch-product-detail.vue +31 -0
  581. package/src/views/iframe/self-analysis.vue +31 -0
  582. package/src/views/login/index.vue +184 -0
  583. package/src/views/login/login.less +97 -0
  584. package/src/views/market/act-type-setting/act-type-edit-dialog.vue +111 -0
  585. package/src/views/market/act-type-setting/act-type-select.vue +153 -0
  586. package/src/views/market/act-type-setting/act-type-table.vue +455 -0
  587. package/src/views/market/act-type-setting/act-type-tree.vue +235 -0
  588. package/src/views/market/act-type-setting/index.vue +71 -0
  589. package/src/views/market/business/components/add.vue +638 -0
  590. package/src/views/market/business/components/app-pop-template.vue +182 -0
  591. package/src/views/market/business/components/business-pause.vue +99 -0
  592. package/src/views/market/business/components/business-recover.vue +131 -0
  593. package/src/views/market/business/components/business-side-channel.vue +265 -0
  594. package/src/views/market/business/components/business-side-content.vue +503 -0
  595. package/src/views/market/business/components/business-side-customer.vue +257 -0
  596. package/src/views/market/business/components/business-side-detail.vue +305 -0
  597. package/src/views/market/business/components/business-side-opportunity-trigger.vue +427 -0
  598. package/src/views/market/business/components/util.js +379 -0
  599. package/src/views/market/business/index.vue +468 -0
  600. package/src/views/market/calculate/customer-group.vue +199 -0
  601. package/src/views/market/calculate/history-data.vue +457 -0
  602. package/src/views/market/calculate/index.vue +260 -0
  603. package/src/views/market/common/config.js +352 -0
  604. package/src/views/market/component-manage/index.vue +150 -0
  605. package/src/views/market/components/act-target.vue +548 -0
  606. package/src/views/market/components/activity-import-dialog.vue +115 -0
  607. package/src/views/market/components/channel-target.vue +204 -0
  608. package/src/views/market/components/corn-editor-dialog-new.vue +304 -0
  609. package/src/views/market/components/corn-editor.vue +115 -0
  610. package/src/views/market/components/cycle-setting.vue +321 -0
  611. package/src/views/market/components/event-group-selector.vue +140 -0
  612. package/src/views/market/components/event-template/apply-confirm.vue +56 -0
  613. package/src/views/market/components/event-template/index-origin.vue +357 -0
  614. package/src/views/market/components/event-template/index.vue +466 -0
  615. package/src/views/market/components/event-template/scene-template-index.vue +304 -0
  616. package/src/views/market/components/event-template/scene-template.vue +85 -0
  617. package/src/views/market/components/event-template/share-dialog.vue +111 -0
  618. package/src/views/market/components/event-template/template-item.vue +243 -0
  619. package/src/views/market/components/game-temp.vue +169 -0
  620. package/src/views/market/components/sub-activity-table.vue +173 -0
  621. package/src/views/market/components/target-run-time.vue +94 -0
  622. package/src/views/market/components/task-temp.vue +155 -0
  623. package/src/views/market/event/event-channel-status.vue +30 -0
  624. package/src/views/market/event/event-cycle.vue +773 -0
  625. package/src/views/market/event/event-delay.vue +102 -0
  626. package/src/views/market/event/event-log.vue +214 -0
  627. package/src/views/market/event/event-modify-dialog.vue +76 -0
  628. package/src/views/market/event/event-timeline.vue +80 -0
  629. package/src/views/market/event/event.vue +1226 -0
  630. package/src/views/market/event/lotteryManage.vue +602 -0
  631. package/src/views/market/external-act-manage/index.vue +329 -0
  632. package/src/views/market/group/group-analysis.vue +213 -0
  633. package/src/views/market/group/group-edit.vue +437 -0
  634. package/src/views/market/group/group-link.vue +127 -0
  635. package/src/views/market/group/group.vue +208 -0
  636. package/src/views/market/index.vue +441 -0
  637. package/src/views/market/lottery/creatActivity.vue +108 -0
  638. package/src/views/market/lottery/lotteryManage.vue +212 -0
  639. package/src/views/market/lottery/publish.vue +299 -0
  640. package/src/views/market/lottery/rewardTable.vue +310 -0
  641. package/src/views/market/lottery/uploadImage.vue +62 -0
  642. package/src/views/market/market-event-create/index.vue +371 -0
  643. package/src/views/market/market-event-create/market-event-base/cost-dialog.vue +103 -0
  644. package/src/views/market/market-event-create/market-event-base/costs-manager.vue +322 -0
  645. package/src/views/market/market-event-create/market-event-base/index.vue +947 -0
  646. package/src/views/market/market-event-create/market-event-detail/event-canvas.vue +1580 -0
  647. package/src/views/market/market-event-create/market-event-detail/event-main-btns.vue +1784 -0
  648. package/src/views/market/market-event-create/market-event-detail/event-main.vue +984 -0
  649. package/src/views/market/market-event-create/market-event-detail/index.vue +144 -0
  650. package/src/views/market/market-event-detail-pro/components/act-target-detail.vue +184 -0
  651. package/src/views/market/market-event-detail-pro/components/act-target.vue +273 -0
  652. package/src/views/market/market-event-detail-pro/components/test-group.vue +57 -0
  653. package/src/views/market/market-event-detail-pro/detail.json +218 -0
  654. package/src/views/market/market-event-detail-pro/event-canvas-detail.vue +826 -0
  655. package/src/views/market/market-event-detail-pro/event-detail-base.vue +765 -0
  656. package/src/views/market/market-event-detail-pro/event-detail-exam.vue +318 -0
  657. package/src/views/market/market-event-detail-pro/htmlGenerator/canvas.less +145 -0
  658. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/call.js +185 -0
  659. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/client.js +106 -0
  660. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/dynamic-channel.js +181 -0
  661. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/handbnk.js +120 -0
  662. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/phonebnk.js +166 -0
  663. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/sms.js +165 -0
  664. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/teleSalesPlat.js +150 -0
  665. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/wechat.js +9 -0
  666. package/src/views/market/market-event-detail-pro/htmlGenerator/common.js +135 -0
  667. package/src/views/market/market-event-detail-pro/htmlGenerator/customer/activityCst.js +58 -0
  668. package/src/views/market/market-event-detail-pro/htmlGenerator/customer/composeCst.js +30 -0
  669. package/src/views/market/market-event-detail-pro/htmlGenerator/customer/cst.js +165 -0
  670. package/src/views/market/market-event-detail-pro/htmlGenerator/customer/flowCst.js +30 -0
  671. package/src/views/market/market-event-detail-pro/htmlGenerator/index.js +148 -0
  672. package/src/views/market/market-event-detail-pro/htmlGenerator/optionsApi.js +290 -0
  673. package/src/views/market/market-event-detail-pro/htmlGenerator/resources/activity.js +31 -0
  674. package/src/views/market/market-event-detail-pro/htmlGenerator/resources/content.js +237 -0
  675. package/src/views/market/market-event-detail-pro/htmlGenerator/resources/gift.js +72 -0
  676. package/src/views/market/market-event-detail-pro/htmlGenerator/resources/product.js +59 -0
  677. package/src/views/market/market-event-detail-pro/htmlGenerator/split/channel.js +17 -0
  678. package/src/views/market/market-event-detail-pro/htmlGenerator/split/channelBranch.js +103 -0
  679. package/src/views/market/market-event-detail-pro/htmlGenerator/split/customer.js +14 -0
  680. package/src/views/market/market-event-detail-pro/htmlGenerator/split/customerBranch.js +60 -0
  681. package/src/views/market/market-event-detail-pro/htmlGenerator/split/event.js +69 -0
  682. package/src/views/market/market-event-detail-pro/htmlGenerator/split/eventBranch.js +65 -0
  683. package/src/views/market/market-event-detail-pro/htmlGenerator/split/eventRespFlowBranchNoResp.js +5 -0
  684. package/src/views/market/market-event-detail-pro/htmlGenerator/split/eventRespFlowBranchResp.js +6 -0
  685. package/src/views/market/market-event-detail-pro/htmlGenerator/split/label.js +14 -0
  686. package/src/views/market/market-event-detail-pro/htmlGenerator/split/labelBranch.js +24 -0
  687. package/src/views/market/market-event-detail-pro/htmlGenerator/split/merge.js +20 -0
  688. package/src/views/market/market-event-detail-pro/htmlGenerator/split/random.js +29 -0
  689. package/src/views/market/market-event-detail-pro/htmlGenerator/split/randomBranch.js +22 -0
  690. package/src/views/market/market-event-detail-pro/htmlGenerator/time/waitEvent.js +123 -0
  691. package/src/views/market/market-event-detail-pro/htmlGenerator/time/waitFixTime.js +50 -0
  692. package/src/views/market/market-event-detail-pro/htmlGenerator/time/waitToTime.js +97 -0
  693. package/src/views/market/market-event-detail-pro/htmlGenerator/util.js +179 -0
  694. package/src/views/market/market-event-detail-pro/index.vue +373 -0
  695. package/src/views/market/market-event-detail-pro/market-event-approval-detail.vue +373 -0
  696. package/src/views/market/market-event-detail-pro/time/event-approve-time.vue +60 -0
  697. package/src/views/market/market-event-detail-pro/time/event-run-time.vue +89 -0
  698. package/src/views/market/market-event-detail-pro/time/event-watch-time.vue +99 -0
  699. package/src/views/market/market-event-edit/act-event.vue +675 -0
  700. package/src/views/market/market-event-edit/event-calc-btns.vue +107 -0
  701. package/src/views/market/market-event-edit/event-calc.vue +122 -0
  702. package/src/views/market/market-event-edit/event-canvas.vue +1593 -0
  703. package/src/views/market/market-event-edit/event-dialog-edit.vue +711 -0
  704. package/src/views/market/market-event-edit/event-main-btns.vue +1008 -0
  705. package/src/views/market/market-event-edit/event-main.vue +528 -0
  706. package/src/views/market/market-event-edit/event-publish-confirm.vue +47 -0
  707. package/src/views/market/market-event-edit/index.vue +62 -0
  708. package/src/views/market/market-event-edit/select/node-select-appact.vue +119 -0
  709. package/src/views/market/market-event-edit/select/node-select-channel-tag-ai.vue +192 -0
  710. package/src/views/market/market-event-edit/select/node-select-channel-tag.vue +242 -0
  711. package/src/views/market/market-event-edit/select/node-select-customer-ai-group.vue +113 -0
  712. package/src/views/market/market-event-edit/select/node-select-customer-detail.vue +196 -0
  713. package/src/views/market/market-event-edit/select/node-select-customer-group.vue +62 -0
  714. package/src/views/market/market-event-edit/select/node-select-customer.vue +105 -0
  715. package/src/views/market/market-event-edit/select/node-select-event.vue +123 -0
  716. package/src/views/market/market-event-edit/select/node-select-explore-group.vue +74 -0
  717. package/src/views/market/market-event-edit/select/node-select-explore.vue +86 -0
  718. package/src/views/market/market-event-edit/select/node-select-group.vue +884 -0
  719. package/src/views/market/market-event-edit/select/node-select-limit-time.vue +72 -0
  720. package/src/views/market/market-event-edit/select/node-select-maincontent-tag.vue +84 -0
  721. package/src/views/market/market-event-edit/select/node-select-message.vue +332 -0
  722. package/src/views/market/market-event-edit/select/node-select-questionnaire.vue +92 -0
  723. package/src/views/market/market-event-edit/select/node-select-suprecord.vue +97 -0
  724. package/src/views/market/market-event-edit/select/node-select-tag-customer.vue +210 -0
  725. package/src/views/market/market-event-edit/select/node-select-unique-customer.vue +83 -0
  726. package/src/views/market/market-event-edit/select/node-select.vue +280 -0
  727. package/src/views/market/market-event-edit/select/node-temp-detail.vue +88 -0
  728. package/src/views/market/market-event-edit/side/dialog-side.vue +87 -0
  729. package/src/views/market/market-event-edit/side/event-form.vue +837 -0
  730. package/src/views/market/market-event-edit/side/node-side-channel.vue +977 -0
  731. package/src/views/market/market-event-edit/side/node-side-content.vue +167 -0
  732. package/src/views/market/market-event-edit/side/node-side-customer.vue +425 -0
  733. package/src/views/market/market-event-edit/side/node-side-detail.vue +620 -0
  734. package/src/views/market/market-event-edit/side/node-side-event.vue +378 -0
  735. package/src/views/market/market-event-edit/side/node-side-merge-branch.vue +108 -0
  736. package/src/views/market/market-event-edit/side/node-side-merge-table.vue +149 -0
  737. package/src/views/market/market-event-edit/side/node-side-merge.vue +117 -0
  738. package/src/views/market/market-event-edit/side/node-side-strategy-branch-editor.vue +205 -0
  739. package/src/views/market/market-event-edit/side/node-side-strategy-branch.vue +286 -0
  740. package/src/views/market/market-event-edit/side/node-side-strategy-table.vue +210 -0
  741. package/src/views/market/market-event-edit/side/node-side-strategy.vue +200 -0
  742. package/src/views/market/market-event-edit/side/node-side-time-config.vue +45 -0
  743. package/src/views/market/market-event-edit/side/node-side-time.vue +126 -0
  744. package/src/views/market/market-event-edit/side/node-upload-customer-detail.vue +252 -0
  745. package/src/views/market/market-event-edit/side/qrcode-preview.vue +25 -0
  746. package/src/views/market/market-event-edit/time/event-approve-time.vue +58 -0
  747. package/src/views/market/market-event-edit/time/event-run-time.vue +88 -0
  748. package/src/views/market/market-event-edit/time/event-watch-time.vue +88 -0
  749. package/src/views/market/market-event-edit/util.js +1832 -0
  750. package/src/views/market/market-event-edit-pro/dialog/components/content-analysi-channel.vue +190 -0
  751. package/src/views/market/market-event-edit-pro/dialog/components/content-analysis-customer.vue +199 -0
  752. package/src/views/market/market-event-edit-pro/dialog/components/content-analysis-flow-branch.vue +170 -0
  753. package/src/views/market/market-event-edit-pro/dialog/components/content-analysis-flow.vue +168 -0
  754. package/src/views/market/market-event-edit-pro/dialog/components/content-analysis-waitEvent.vue +194 -0
  755. package/src/views/market/market-event-edit-pro/dialog/components/content-analysis-waitFixTime.vue +143 -0
  756. package/src/views/market/market-event-edit-pro/dialog/components/node-customer-list.vue +293 -0
  757. package/src/views/market/market-event-edit-pro/dialog/components/node-equity-list.vue +225 -0
  758. package/src/views/market/market-event-edit-pro/dialog/components/options.js +318 -0
  759. package/src/views/market/market-event-edit-pro/dialog/components/theEchartFunctional.vue +179 -0
  760. package/src/views/market/market-event-edit-pro/dialog/event-template-save.vue +93 -0
  761. package/src/views/market/market-event-edit-pro/dialog/fail-upload-list.vue +96 -0
  762. package/src/views/market/market-event-edit-pro/dialog/node-content-analysis.vue +86 -0
  763. package/src/views/market/market-event-edit-pro/dialog/node-content-error.vue +131 -0
  764. package/src/views/market/market-event-edit-pro/dialog/same-type-customer-list.vue +183 -0
  765. package/src/views/market/market-event-edit-pro/dialog/upload.vue +316 -0
  766. package/src/views/market/market-event-edit-pro/event-base.vue +594 -0
  767. package/src/views/market/market-event-edit-pro/event-calc-btns.vue +132 -0
  768. package/src/views/market/market-event-edit-pro/event-calc.vue +129 -0
  769. package/src/views/market/market-event-edit-pro/event-canvas.vue +1434 -0
  770. package/src/views/market/market-event-edit-pro/event-main-btns.vue +1187 -0
  771. package/src/views/market/market-event-edit-pro/event-main.vue +755 -0
  772. package/src/views/market/market-event-edit-pro/event-publish-confirm.vue +47 -0
  773. package/src/views/market/market-event-edit-pro/function/channel-func.js +18 -0
  774. package/src/views/market/market-event-edit-pro/function/getNodeForm.js +755 -0
  775. package/src/views/market/market-event-edit-pro/g6-config/behavior/active.js +35 -0
  776. package/src/views/market/market-event-edit-pro/g6-config/behavior/anchor-add-edge.js +536 -0
  777. package/src/views/market/market-event-edit-pro/g6-config/behavior/brush-select.js +266 -0
  778. package/src/views/market/market-event-edit-pro/g6-config/behavior/click-select.js +104 -0
  779. package/src/views/market/market-event-edit-pro/g6-config/behavior/copy-paste.js +317 -0
  780. package/src/views/market/market-event-edit-pro/g6-config/behavior/drag-canvas.js +167 -0
  781. package/src/views/market/market-event-edit-pro/g6-config/behavior/drag-node.js +518 -0
  782. package/src/views/market/market-event-edit-pro/g6-config/behavior/index.js +15 -0
  783. package/src/views/market/market-event-edit-pro/g6-config/behavior/key-delete.js +250 -0
  784. package/src/views/market/market-event-edit-pro/g6-config/behavior/paste.js +328 -0
  785. package/src/views/market/market-event-edit-pro/g6-config/behavior/search-node.js +72 -0
  786. package/src/views/market/market-event-edit-pro/g6-config/behavior/select-all.js +78 -0
  787. package/src/views/market/market-event-edit-pro/g6-config/behavior/template-use.js +51 -0
  788. package/src/views/market/market-event-edit-pro/g6-config/behavior/zoom-canvas.js +66 -0
  789. package/src/views/market/market-event-edit-pro/g6-config/common.js +84 -0
  790. package/src/views/market/market-event-edit-pro/g6-config/flow-line-readonly.js +59 -0
  791. package/src/views/market/market-event-edit-pro/g6-config/flow-line.js +306 -0
  792. package/src/views/market/market-event-edit-pro/g6-config/flow-node-readonly.js +171 -0
  793. package/src/views/market/market-event-edit-pro/g6-config/flow-node.js +420 -0
  794. package/src/views/market/market-event-edit-pro/g6-config/index.js +57 -0
  795. package/src/views/market/market-event-edit-pro/g6-config/plugins/AlignToolBar.js +369 -0
  796. package/src/views/market/market-event-edit-pro/g6-config/plugins/Base.js +65 -0
  797. package/src/views/market/market-event-edit-pro/g6-config/plugins/DefaultToolBar.js +425 -0
  798. package/src/views/market/market-event-edit-pro/g6-config/plugins/FullScreenToolBar.js +212 -0
  799. package/src/views/market/market-event-edit-pro/g6-config/plugins/Grid.js +66 -0
  800. package/src/views/market/market-event-edit-pro/g6-config/plugins/MenuToolBar.js +1858 -0
  801. package/src/views/market/market-event-edit-pro/g6-config/plugins/Minimap.js +510 -0
  802. package/src/views/market/market-event-edit-pro/g6-config/plugins/SearchToolBar.js +356 -0
  803. package/src/views/market/market-event-edit-pro/g6-config/plugins/ZoomToolBar.js +372 -0
  804. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignBottom.svg +12 -0
  805. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignCenter.svg +20 -0
  806. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignHorizontal.svg +12 -0
  807. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignLeft.svg +12 -0
  808. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignMiddle.svg +14 -0
  809. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignRight.svg +12 -0
  810. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignTop.svg +12 -0
  811. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignVertical.svg +12 -0
  812. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/beautify.svg +30 -0
  813. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/clear.svg +12 -0
  814. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/close.svg +12 -0
  815. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/detail.svg +20 -0
  816. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/download.svg +17 -0
  817. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/hide.svg +15 -0
  818. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/link.svg +17 -0
  819. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/more.svg +1 -0
  820. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/panorama.svg +10 -0
  821. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/redo.svg +11 -0
  822. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-allSelect.svg +14 -0
  823. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-copy.svg +24 -0
  824. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-del.svg +27 -0
  825. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-enable.svg +1 -0
  826. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-group.svg +15 -0
  827. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-paste.svg +25 -0
  828. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-stop.svg +1 -0
  829. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-switch.svg +1 -0
  830. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/show.svg +15 -0
  831. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/template.svg +23 -0
  832. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/undo.svg +11 -0
  833. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/zoom-in.svg +12 -0
  834. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/zoom-out.svg +12 -0
  835. package/src/views/market/market-event-edit-pro/g6-config/plugins/index.js +22 -0
  836. package/src/views/market/market-event-edit-pro/g6-config/plugins/util.js +6 -0
  837. package/src/views/market/market-event-edit-pro/g6-config/stack/index.js +111 -0
  838. package/src/views/market/market-event-edit-pro/g6-config/stack/linked-list.js +236 -0
  839. package/src/views/market/market-event-edit-pro/g6-config/stack/stack.js +61 -0
  840. package/src/views/market/market-event-edit-pro/index.vue +71 -0
  841. package/src/views/market/market-event-edit-pro/select/detail-test-run-customer.vue +252 -0
  842. package/src/views/market/market-event-edit-pro/select/endday-trigger-rule.vue +195 -0
  843. package/src/views/market/market-event-edit-pro/select/node-select-act-case-library.vue +283 -0
  844. package/src/views/market/market-event-edit-pro/select/node-select-act-gift-group-copy.vue +438 -0
  845. package/src/views/market/market-event-edit-pro/select/node-select-act-gift-group.vue +851 -0
  846. package/src/views/market/market-event-edit-pro/select/node-select-allocation-rule.vue +126 -0
  847. package/src/views/market/market-event-edit-pro/select/node-select-app-act-group.vue +84 -0
  848. package/src/views/market/market-event-edit-pro/select/node-select-appact.vue +120 -0
  849. package/src/views/market/market-event-edit-pro/select/node-select-call-name.vue +156 -0
  850. package/src/views/market/market-event-edit-pro/select/node-select-channel-tag-ai.vue +191 -0
  851. package/src/views/market/market-event-edit-pro/select/node-select-channel-tag-customer.vue +202 -0
  852. package/src/views/market/market-event-edit-pro/select/node-select-channel-tag.vue +341 -0
  853. package/src/views/market/market-event-edit-pro/select/node-select-content-act.vue +314 -0
  854. package/src/views/market/market-event-edit-pro/select/node-select-content-equity.vue +488 -0
  855. package/src/views/market/market-event-edit-pro/select/node-select-content-graphic-template-detail.vue +200 -0
  856. package/src/views/market/market-event-edit-pro/select/node-select-content-graphic-template.vue +118 -0
  857. package/src/views/market/market-event-edit-pro/select/node-select-content-pro.vue +412 -0
  858. package/src/views/market/market-event-edit-pro/select/node-select-content-tab.vue +409 -0
  859. package/src/views/market/market-event-edit-pro/select/node-select-content-temp-inside.vue +193 -0
  860. package/src/views/market/market-event-edit-pro/select/node-select-content-temp-outside.vue +268 -0
  861. package/src/views/market/market-event-edit-pro/select/node-select-customer-ai-group.vue +118 -0
  862. package/src/views/market/market-event-edit-pro/select/node-select-customer-detail.vue +195 -0
  863. package/src/views/market/market-event-edit-pro/select/node-select-customer-group-tag.vue +396 -0
  864. package/src/views/market/market-event-edit-pro/select/node-select-customer-group.vue +62 -0
  865. package/src/views/market/market-event-edit-pro/select/node-select-customer-import.vue +168 -0
  866. package/src/views/market/market-event-edit-pro/select/node-select-customer.vue +105 -0
  867. package/src/views/market/market-event-edit-pro/select/node-select-equity-adv.vue +119 -0
  868. package/src/views/market/market-event-edit-pro/select/node-select-event.vue +128 -0
  869. package/src/views/market/market-event-edit-pro/select/node-select-explore-group.vue +66 -0
  870. package/src/views/market/market-event-edit-pro/select/node-select-external-act-copy.vue +279 -0
  871. package/src/views/market/market-event-edit-pro/select/node-select-external-act.vue +228 -0
  872. package/src/views/market/market-event-edit-pro/select/node-select-group.vue +1129 -0
  873. package/src/views/market/market-event-edit-pro/select/node-select-label-group.vue +930 -0
  874. package/src/views/market/market-event-edit-pro/select/node-select-maincontent-tag.vue +84 -0
  875. package/src/views/market/market-event-edit-pro/select/node-select-message.vue +384 -0
  876. package/src/views/market/market-event-edit-pro/select/node-select-prod-adv.vue +115 -0
  877. package/src/views/market/market-event-edit-pro/select/node-select-prod-detail.vue +126 -0
  878. package/src/views/market/market-event-edit-pro/select/node-select-prod-pro-name.vue +345 -0
  879. package/src/views/market/market-event-edit-pro/select/node-select-strtg-name.vue +147 -0
  880. package/src/views/market/market-event-edit-pro/select/node-select-suprecord.vue +97 -0
  881. package/src/views/market/market-event-edit-pro/select/node-select-tag-customer.vue +162 -0
  882. package/src/views/market/market-event-edit-pro/select/node-select-unique-customer.vue +118 -0
  883. package/src/views/market/market-event-edit-pro/select/node-select.vue +462 -0
  884. package/src/views/market/market-event-edit-pro/select/node-side-channel-preview.vue +144 -0
  885. package/src/views/market/market-event-edit-pro/select/node-side-customer-group-detail.vue +20 -0
  886. package/src/views/market/market-event-edit-pro/select/node-side-wechat-sub.vue +99 -0
  887. package/src/views/market/market-event-edit-pro/select/node-temp-detail.vue +94 -0
  888. package/src/views/market/market-event-edit-pro/select/product-mix-mode-custom.vue +239 -0
  889. package/src/views/market/market-event-edit-pro/select/product-select-detail.vue +190 -0
  890. package/src/views/market/market-event-edit-pro/select/product-select.vue +166 -0
  891. package/src/views/market/market-event-edit-pro/select/realtime-trigger-rule.vue +257 -0
  892. package/src/views/market/market-event-edit-pro/side/act/node-side-act.vue +193 -0
  893. package/src/views/market/market-event-edit-pro/side/channels/channel-comp.js +616 -0
  894. package/src/views/market/market-event-edit-pro/side/channels/common.js +297 -0
  895. package/src/views/market/market-event-edit-pro/side/channels/dialog/channel-dynamic-select-dialog.vue +399 -0
  896. package/src/views/market/market-event-edit-pro/side/channels/dialog/channel-target.vue +140 -0
  897. package/src/views/market/market-event-edit-pro/side/channels/dialog/code-table.vue +110 -0
  898. package/src/views/market/market-event-edit-pro/side/channels/dialog/issue-fields-select.vue +91 -0
  899. package/src/views/market/market-event-edit-pro/side/channels/dialog/preview.vue +488 -0
  900. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-call.vue +388 -0
  901. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-client.vue +226 -0
  902. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-dynamic.vue +346 -0
  903. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-elecpin.vue +231 -0
  904. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-handbnk.vue +176 -0
  905. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-phonebnk.vue +478 -0
  906. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-sms.vue +486 -0
  907. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-wechat.vue +182 -0
  908. package/src/views/market/market-event-edit-pro/side/customer/node-side-activityCst.vue +255 -0
  909. package/src/views/market/market-event-edit-pro/side/customer/node-side-composeCst.vue +186 -0
  910. package/src/views/market/market-event-edit-pro/side/customer/node-side-customer.vue +606 -0
  911. package/src/views/market/market-event-edit-pro/side/customer/node-side-flowCst.vue +186 -0
  912. package/src/views/market/market-event-edit-pro/side/dialog-side.vue +550 -0
  913. package/src/views/market/market-event-edit-pro/side/equity/node-side-equity.vue +264 -0
  914. package/src/views/market/market-event-edit-pro/side/event-form.vue +992 -0
  915. package/src/views/market/market-event-edit-pro/side/merge/node-side-merge.vue +145 -0
  916. package/src/views/market/market-event-edit-pro/side/node-card-tips.vue +178 -0
  917. package/src/views/market/market-event-edit-pro/side/node-side-detail-scene.vue +392 -0
  918. package/src/views/market/market-event-edit-pro/side/node-side-detail.vue +853 -0
  919. package/src/views/market/market-event-edit-pro/side/node-side-strategy-branch-editor.vue +153 -0
  920. package/src/views/market/market-event-edit-pro/side/node-side-strategy-table.vue +270 -0
  921. package/src/views/market/market-event-edit-pro/side/node-side-time-config.vue +45 -0
  922. package/src/views/market/market-event-edit-pro/side/node-side-time.vue +125 -0
  923. package/src/views/market/market-event-edit-pro/side/node-upload-customer-detail.vue +214 -0
  924. package/src/views/market/market-event-edit-pro/side/node-upload-customer.vue +369 -0
  925. package/src/views/market/market-event-edit-pro/side/opportunity/node-side-opportunity-delay.vue +166 -0
  926. package/src/views/market/market-event-edit-pro/side/opportunity/node-side-opportunity-timer.vue +267 -0
  927. package/src/views/market/market-event-edit-pro/side/opportunity/node-side-opportunity-trigger.vue +814 -0
  928. package/src/views/market/market-event-edit-pro/side/resource/node-side-act.vue +194 -0
  929. package/src/views/market/market-event-edit-pro/side/resource/node-side-content.vue +679 -0
  930. package/src/views/market/market-event-edit-pro/side/resource/node-side-equity.vue +293 -0
  931. package/src/views/market/market-event-edit-pro/side/resource/node-side-prod.vue +227 -0
  932. package/src/views/market/market-event-edit-pro/side/split/node-side-merge.vue +141 -0
  933. package/src/views/market/market-event-edit-pro/side/split/node-side-split-channel-branch.vue +434 -0
  934. package/src/views/market/market-event-edit-pro/side/split/node-side-split-channel.vue +303 -0
  935. package/src/views/market/market-event-edit-pro/side/split/node-side-split-cst-branch.vue +241 -0
  936. package/src/views/market/market-event-edit-pro/side/split/node-side-split-cst.vue +187 -0
  937. package/src/views/market/market-event-edit-pro/side/split/node-side-split-evt-branch-new.vue +248 -0
  938. package/src/views/market/market-event-edit-pro/side/split/node-side-split-evt-branch-no-resp.vue +127 -0
  939. package/src/views/market/market-event-edit-pro/side/split/node-side-split-evt-branch-resp.vue +127 -0
  940. package/src/views/market/market-event-edit-pro/side/split/node-side-split-evt-branch.vue +757 -0
  941. package/src/views/market/market-event-edit-pro/side/split/node-side-split-evt-new.vue +873 -0
  942. package/src/views/market/market-event-edit-pro/side/split/node-side-split-evt.vue +169 -0
  943. package/src/views/market/market-event-edit-pro/side/split/node-side-split-label-branch.vue +242 -0
  944. package/src/views/market/market-event-edit-pro/side/split/node-side-split-label.vue +198 -0
  945. package/src/views/market/market-event-edit-pro/side/split/node-side-split-rdm-branch.vue +217 -0
  946. package/src/views/market/market-event-edit-pro/side/split/node-side-split-rdm.vue +200 -0
  947. package/src/views/market/market-event-edit-pro/time/event-approve-time.vue +60 -0
  948. package/src/views/market/market-event-edit-pro/time/event-run-time.vue +96 -0
  949. package/src/views/market/market-event-edit-pro/time/event-watch-time.vue +98 -0
  950. package/src/views/market/market-event-edit-pro/util.js +3877 -0
  951. package/src/views/market/marketing-anti-disturbance.vue +554 -0
  952. package/src/views/market/monitor/act-target-table.vue +123 -0
  953. package/src/views/market/monitor/card-item.vue +219 -0
  954. package/src/views/market/monitor/circulation-customer-list.vue +219 -0
  955. package/src/views/market/monitor/customer-list-extend.js +144 -0
  956. package/src/views/market/monitor/customer-list.vue +761 -0
  957. package/src/views/market/monitor/info-card.vue +160 -0
  958. package/src/views/market/monitor/monitor-base.vue +357 -0
  959. package/src/views/market/monitor/monitor-charts-analysis.vue +41 -0
  960. package/src/views/market/monitor/monitor-detail-customer-target-detail.vue +66 -0
  961. package/src/views/market/monitor/monitor-detail-customer.vue +445 -0
  962. package/src/views/market/monitor/monitor-detail.vue +90 -0
  963. package/src/views/market/monitor/monitor-info-cur.vue +193 -0
  964. package/src/views/market/monitor/monitor-info.vue +245 -0
  965. package/src/views/market/monitor/monitor.vue +261 -0
  966. package/src/views/market/monitor/summary/channel-analysis-search.vue +198 -0
  967. package/src/views/market/monitor/summary/channel-analysis.vue +38 -0
  968. package/src/views/market/monitor/summary/channel-table.vue +353 -0
  969. package/src/views/market/monitor/summary/common/option.js +191 -0
  970. package/src/views/market/monitor/summary/components/channel-analysis-chart.vue +738 -0
  971. package/src/views/market/monitor/summary/components/channel-task-done.vue +333 -0
  972. package/src/views/market/monitor/summary/components/chart-container.vue +56 -0
  973. package/src/views/market/monitor/summary/components/chart-funnel.vue +190 -0
  974. package/src/views/market/monitor/summary/components/chart-line.vue +64 -0
  975. package/src/views/market/monitor/summary/components/chart-parent.vue +71 -0
  976. package/src/views/market/monitor/summary/components/customer-list.vue +636 -0
  977. package/src/views/market/monitor/summary/components/detail-card.vue +167 -0
  978. package/src/views/market/monitor/summary/components/empty.vue +22 -0
  979. package/src/views/market/monitor/summary/components/label-analysis-improve.vue +708 -0
  980. package/src/views/market/monitor/summary/components/label-analysis-whole.vue +859 -0
  981. package/src/views/market/monitor/summary/components/options-common.js +35 -0
  982. package/src/views/market/monitor/summary/components/part-body.vue +29 -0
  983. package/src/views/market/monitor/summary/components/ranking-list.vue +160 -0
  984. package/src/views/market/monitor/summary/components/statistics-small-card.vue +143 -0
  985. package/src/views/market/monitor/summary/components/tab-content.vue +167 -0
  986. package/src/views/market/monitor/summary/components/target-customer-list.vue +277 -0
  987. package/src/views/market/monitor/summary/components/task-content.vue +103 -0
  988. package/src/views/market/monitor/summary/components/task-sort.vue +216 -0
  989. package/src/views/market/monitor/summary/index.vue +687 -0
  990. package/src/views/market/monitor/summary/select-checkbox.vue +116 -0
  991. package/src/views/market/monitor/summary/summary-analysis.vue +547 -0
  992. package/src/views/market/monitor/summary/summary-label-analysis.vue +180 -0
  993. package/src/views/market/monitor/summary/summary-label-process.vue +19 -0
  994. package/src/views/market/monitor/summary/summary-label-result.vue +490 -0
  995. package/src/views/market/monitor/summary/summary-line-wjf.vue +456 -0
  996. package/src/views/market/monitor/summary/summary-line.vue +300 -0
  997. package/src/views/market/monitor/summary/summary-table.vue +106 -0
  998. package/src/views/market/monitor/target-analysis.vue +383 -0
  999. package/src/views/market/monitor/target-customer-list.vue +403 -0
  1000. package/src/views/market/order/order-analysis-detail.vue +277 -0
  1001. package/src/views/market/order/order-analysis.vue +258 -0
  1002. package/src/views/market/order/order.vue +151 -0
  1003. package/src/views/market/remote-canvas.vue +76 -0
  1004. package/src/views/market/report/report-customer-branch.vue +147 -0
  1005. package/src/views/market/report/report-customer-detail-target.vue +100 -0
  1006. package/src/views/market/report/report-customer-detail.vue +120 -0
  1007. package/src/views/market/report/report-customer-sub.vue +163 -0
  1008. package/src/views/market/report/report-event-all.vue +182 -0
  1009. package/src/views/market/report/report-event-sub.vue +200 -0
  1010. package/src/views/market-activity/common/config.js +221 -0
  1011. package/src/views/market-activity/components/bar-card.vue +66 -0
  1012. package/src/views/market-activity/components/custom-date-picker.vue +214 -0
  1013. package/src/views/market-activity/components/switch-tabs.vue +101 -0
  1014. package/src/views/market-activity/components/tab-content.vue +166 -0
  1015. package/src/views/market-activity/config/constant.js +82 -0
  1016. package/src/views/market-activity/config/customer-result-checkbox.vue +58 -0
  1017. package/src/views/market-activity/config/customer-result-fields.vue +324 -0
  1018. package/src/views/market-activity/config/customer-result-filter.vue +265 -0
  1019. package/src/views/market-activity/config/customer-to-group.vue +530 -0
  1020. package/src/views/market-activity/config/empty.vue +22 -0
  1021. package/src/views/market-activity/config/ranking-list.vue +81 -0
  1022. package/src/views/market-activity/config/the-activity-table.vue +295 -0
  1023. package/src/views/market-activity/config/the-echart-functional.vue +176 -0
  1024. package/src/views/market-activity/config/the-effect-table.vue +572 -0
  1025. package/src/views/market-activity/config/the-grade-dialog.vue +415 -0
  1026. package/src/views/market-activity/config/the-indicator-drawer.less +34 -0
  1027. package/src/views/market-activity/config/the-indicator-drawer.vue +835 -0
  1028. package/src/views/market-activity/config/the-views-card.vue +105 -0
  1029. package/src/views/market-activity/config/the-views-effect.vue +320 -0
  1030. package/src/views/market-activity/config/the-views-level.vue +247 -0
  1031. package/src/views/market-activity/config/the-views-type.vue +82 -0
  1032. package/src/views/market-activity/index.vue +553 -0
  1033. package/src/views/market-activity/summary/abtest-analysys.vue +150 -0
  1034. package/src/views/market-activity/summary/channel-analysis-search.vue +193 -0
  1035. package/src/views/market-activity/summary/channel-analysis.vue +45 -0
  1036. package/src/views/market-activity/summary/channel-table.vue +375 -0
  1037. package/src/views/market-activity/summary/customer-list.vue +561 -0
  1038. package/src/views/market-activity/summary/index.vue +341 -0
  1039. package/src/views/market-activity/summary/market-event-edit-pro/event-canvas.vue +1337 -0
  1040. package/src/views/market-activity/summary/market-info.vue +281 -0
  1041. package/src/views/monitoring-center/forewarning/config/common.js +302 -0
  1042. package/src/views/monitoring-center/forewarning/config/index.vue +79 -0
  1043. package/src/views/monitoring-center/forewarning/config/tab-channel.vue +287 -0
  1044. package/src/views/monitoring-center/forewarning/config/tab-event.vue +252 -0
  1045. package/src/views/monitoring-center/forewarning/config/tab-label.vue +183 -0
  1046. package/src/views/monitoring-center/forewarning/config/tab-operate.vue +236 -0
  1047. package/src/views/monitoring-center/forewarning/config/tab-timeTask.vue +242 -0
  1048. package/src/views/monitoring-center/forewarning/record/index.vue +233 -0
  1049. package/src/views/monitoring-center/manage/common.js +909 -0
  1050. package/src/views/monitoring-center/manage/components/bg-intro.vue +34 -0
  1051. package/src/views/monitoring-center/manage/components/error-components-customer-detail.vue +111 -0
  1052. package/src/views/monitoring-center/manage/components/event-leakage-customer-detail.vue +133 -0
  1053. package/src/views/monitoring-center/manage/index.vue +54 -0
  1054. package/src/views/monitoring-center/manage/tab-channel.vue +433 -0
  1055. package/src/views/monitoring-center/manage/tab-event.vue +221 -0
  1056. package/src/views/monitoring-center/manage/tab-label.vue +232 -0
  1057. package/src/views/monitoring-center/manage/tab-operate.vue +501 -0
  1058. package/src/views/mul-activity-type/act-type-edit-dialog.vue +126 -0
  1059. package/src/views/mul-activity-type/index.vue +356 -0
  1060. package/src/views/oa/components/event-channel-approve.vue +75 -0
  1061. package/src/views/oa/index.vue +316 -0
  1062. package/src/views/oa/oa-confirm.vue +57 -0
  1063. package/src/views/oa/oa-detail.vue +609 -0
  1064. package/src/views/oa/oa-message.vue +254 -0
  1065. package/src/views/oa/progress-test.vue +13 -0
  1066. package/src/views/process/charts.vue +389 -0
  1067. package/src/views/process/index.vue +402 -0
  1068. package/src/views/process/pro-manage/index.vue +0 -0
  1069. package/src/views/process/pro-manage/pro-title.vue +56 -0
  1070. package/src/views/process/process-customer-log.vue +103 -0
  1071. package/src/views/process/process-customer.vue +189 -0
  1072. package/src/views/process/process-executor.vue +251 -0
  1073. package/src/views/process/process-org.vue +333 -0
  1074. package/src/views/process/process-risk.vue +232 -0
  1075. package/src/views/process/statistics.vue +159 -0
  1076. package/src/views/product/components/product-select-dialog.vue +253 -0
  1077. package/src/views/product/dialog/picture-upload.vue +139 -0
  1078. package/src/views/product/productMatchRules/components/groupList.vue +487 -0
  1079. package/src/views/product/productMatchRules/components/product-customer-to-group.vue +581 -0
  1080. package/src/views/product/productMatchRules/components/product-select-dialog-search.vue +227 -0
  1081. package/src/views/product/productMatchRules/components/product-select-dialog.vue +284 -0
  1082. package/src/views/product/productMatchRules/components/product-target-customer-list.vue +194 -0
  1083. package/src/views/product/productMatchRules/index.vue +804 -0
  1084. package/src/views/product/productMatchRules/intelligentMatching.vue +183 -0
  1085. package/src/views/product/productMatchRules/resource.js +329 -0
  1086. package/src/views/reach/business/add.vue +508 -0
  1087. package/src/views/reach/business/bannerjump.vue +362 -0
  1088. package/src/views/reach/business/businessCopy.vue +1017 -0
  1089. package/src/views/reach/business/businessDetail.vue +786 -0
  1090. package/src/views/reach/business/businessEdit.vue +1038 -0
  1091. package/src/views/reach/business/businessList.vue +466 -0
  1092. package/src/views/reach/business/businessNew.vue +1004 -0
  1093. package/src/views/reach/business/components/act-gift-group.vue +431 -0
  1094. package/src/views/reach/business/components/actList.vue +219 -0
  1095. package/src/views/reach/business/components/activitySelector.vue +439 -0
  1096. package/src/views/reach/business/components/common.js +45 -0
  1097. package/src/views/reach/business/components/external-act.vue +260 -0
  1098. package/src/views/reach/business/components/image-con-upload.js +34 -0
  1099. package/src/views/reach/business/components/image-con.vue +229 -0
  1100. package/src/views/reach/business/components/image-upload.vue +259 -0
  1101. package/src/views/reach/business/components/resource-side-customer-upload.vue +354 -0
  1102. package/src/views/reach/business/components/resource-side-reach-customer.vue +64 -0
  1103. package/src/views/reach/business/components/resource-state-picture-upload.vue +98 -0
  1104. package/src/views/reach/business/components/resourcedetail.vue +238 -0
  1105. package/src/views/reach/business/components/resourceformItem.vue +256 -0
  1106. package/src/views/reach/business/groupList.vue +396 -0
  1107. package/src/views/reach/business/index.vue +247 -0
  1108. package/src/views/reach/business/resource.js +330 -0
  1109. package/src/views/reach/resource/location-analyse.vue +239 -0
  1110. package/src/views/reach/resource/resource-analyse.vue +247 -0
  1111. package/src/views/reach/resource-state/add.vue +508 -0
  1112. package/src/views/reach/resource-state/bannerjump.vue +362 -0
  1113. package/src/views/reach/resource-state/components/act-gift-group.vue +431 -0
  1114. package/src/views/reach/resource-state/components/actList.vue +219 -0
  1115. package/src/views/reach/resource-state/components/activitySelector.vue +439 -0
  1116. package/src/views/reach/resource-state/components/common.js +45 -0
  1117. package/src/views/reach/resource-state/components/external-act.vue +260 -0
  1118. package/src/views/reach/resource-state/components/image-con-upload.js +34 -0
  1119. package/src/views/reach/resource-state/components/image-con.vue +229 -0
  1120. package/src/views/reach/resource-state/components/image-pop.vue +372 -0
  1121. package/src/views/reach/resource-state/components/image-upload.vue +259 -0
  1122. package/src/views/reach/resource-state/components/resource-side-customer-upload.vue +354 -0
  1123. package/src/views/reach/resource-state/components/resource-side-reach-customer.vue +64 -0
  1124. package/src/views/reach/resource-state/components/resource-state-picture-upload.vue +98 -0
  1125. package/src/views/reach/resource-state/components/resourceListHead.vue +250 -0
  1126. package/src/views/reach/resource-state/components/resourcecreate.vue +410 -0
  1127. package/src/views/reach/resource-state/components/resourcedetail.vue +409 -0
  1128. package/src/views/reach/resource-state/components/resourceformItem.vue +325 -0
  1129. package/src/views/reach/resource-state/groupList.vue +419 -0
  1130. package/src/views/reach/resource-state/index copy.vue +308 -0
  1131. package/src/views/reach/resource-state/index.vue +334 -0
  1132. package/src/views/reach/resource-state/resource.js +330 -0
  1133. package/src/views/reach/resource-state/resourceCopy.vue +1612 -0
  1134. package/src/views/reach/resource-state/resourceDetail.vue +1483 -0
  1135. package/src/views/reach/resource-state/resourceEdit.vue +1609 -0
  1136. package/src/views/reach/resource-state/resourceList.vue +555 -0
  1137. package/src/views/reach/resource-state/resourceNew copy.vue +1361 -0
  1138. package/src/views/reach/resource-state/resourceNew.vue +1499 -0
  1139. package/src/views/report/components/report-effect-monitor-fields.vue +234 -0
  1140. package/src/views/report/event/report-customer-branch.vue +228 -0
  1141. package/src/views/report/event/report-customer-detail-target.vue +113 -0
  1142. package/src/views/report/event/report-customer-detail.vue +149 -0
  1143. package/src/views/report/event/report-customer-sub.vue +258 -0
  1144. package/src/views/report/event/report-event-all.vue +250 -0
  1145. package/src/views/report/event/report-event-sub.vue +255 -0
  1146. package/src/views/report/event-effect-analysis/components/marketing-customer-detail-dialog.vue +137 -0
  1147. package/src/views/report/event-effect-analysis/event-effect-analysis-executor.vue +188 -0
  1148. package/src/views/report/event-effect-analysis/index.vue +53 -0
  1149. package/src/views/report/fieldsList.js +1162 -0
  1150. package/src/views/report/report-app-detail.vue +68 -0
  1151. package/src/views/report/report-app-month-detail.vue +67 -0
  1152. package/src/views/report/report-app-month.vue +151 -0
  1153. package/src/views/report/report-app.vue +175 -0
  1154. package/src/views/report/report-effect-monitor-customer.vue +236 -0
  1155. package/src/views/report/report-effect-monitor-default.vue +374 -0
  1156. package/src/views/report/report-effect-monitor-mechanism.vue +375 -0
  1157. package/src/views/report/report-effect-monitor-staff.vue +376 -0
  1158. package/src/views/report/report-effect-monitor.vue +69 -0
  1159. package/src/views/scene/scene-edit/event-main-btns.vue +1159 -0
  1160. package/src/views/scene/scene-edit/event-main.vue +900 -0
  1161. package/src/views/scene/scene-edit/index.vue +129 -0
  1162. package/src/views/scene/scene-library-manage/scene-center.vue +798 -0
  1163. package/src/views/scene/scene-library-manage/scene-log.vue +116 -0
  1164. package/src/views/scene/scene-library-manage/scene-mode-detail.vue +313 -0
  1165. package/src/views/scene/scene-library-manage/scene-quote.vue +148 -0
  1166. package/src/views/scene/scene-library-manage/scene-side.vue +362 -0
  1167. package/src/views/scene/scene-library-manage/scene-upload.vue +265 -0
  1168. package/src/views/scene/scene-personal-template/index.vue +457 -0
  1169. package/src/views/system/data-manage.vue +89 -0
  1170. package/src/views/system/menu/index.vue +359 -0
  1171. package/src/views/system/menu/system-menu-list.vue +270 -0
  1172. package/src/views/system/notice/index.vue +213 -0
  1173. package/src/views/system/notice/notice-dialog.vue +111 -0
  1174. package/src/views/system/productMatchRules/components/product-select-dialog.vue +219 -0
  1175. package/src/views/system/productMatchRules/index.vue +484 -0
  1176. package/src/views/system/productMatchRules/intelligentMatching.vue +183 -0
  1177. package/src/views/system/role/index.vue +247 -0
  1178. package/src/views/system/role/system-role-side.vue +267 -0
  1179. package/src/views/system/system-bitmap.vue +131 -0
  1180. package/src/views/system/system-bizline.vue +313 -0
  1181. package/src/views/system/system-configure.vue +288 -0
  1182. package/src/views/system/system-infomation.vue +479 -0
  1183. package/src/views/system/system-log.vue +96 -0
  1184. package/src/views/system/system-login.vue +150 -0
  1185. package/src/views/system/system-org.vue +363 -0
  1186. package/src/views/system/system-param.vue +356 -0
  1187. package/src/views/system/system-position-setting.vue +86 -0
  1188. package/src/views/system/system-position.vue +257 -0
  1189. package/src/views/system/system-sms.vue +146 -0
  1190. package/src/views/system/user/index.vue +259 -0
  1191. package/src/views/system/user/system-user-setting.vue +82 -0
  1192. package/src/views/task/visit-record.vue +205 -0
  1193. package/src/views/template/components/audio-upload.vue +171 -0
  1194. package/src/views/template/components/equity-list.vue +148 -0
  1195. package/src/views/template/components/game-add.vue +335 -0
  1196. package/src/views/template/components/gift-list.vue +149 -0
  1197. package/src/views/template/components/picture-upload.vue +166 -0
  1198. package/src/views/template/components/rewardTable.vue +323 -0
  1199. package/src/views/template/components/task-list.vue +184 -0
  1200. package/src/views/template/components/uploadImage.vue +67 -0
  1201. package/src/views/template/dialog/app-message.vue +226 -0
  1202. package/src/views/template/dialog/audio.vue +215 -0
  1203. package/src/views/template/dialog/fail-upload-list.vue +141 -0
  1204. package/src/views/template/dialog/h5.vue +234 -0
  1205. package/src/views/template/dialog/message-content.vue +138 -0
  1206. package/src/views/template/dialog/message.vue +472 -0
  1207. package/src/views/template/dialog/picture copy.vue +273 -0
  1208. package/src/views/template/dialog/picture.vue +304 -0
  1209. package/src/views/template/dialog/send-modal.vue +52 -0
  1210. package/src/views/template/dialog/task-message.vue +256 -0
  1211. package/src/views/template/dialog/upload.vue +253 -0
  1212. package/src/views/template/oa-fields-config/app-message.js +69 -0
  1213. package/src/views/template/oa-fields-config/audio.js +76 -0
  1214. package/src/views/template/oa-fields-config/computed-tags.js +28 -0
  1215. package/src/views/template/oa-fields-config/h5.js +98 -0
  1216. package/src/views/template/oa-fields-config/message.js +71 -0
  1217. package/src/views/template/oa-fields-config/picture.js +85 -0
  1218. package/src/views/template/template-activity/branch.vue +682 -0
  1219. package/src/views/template/template-activity/canvas-edit.vue +115 -0
  1220. package/src/views/template/template-activity/event-base-information.vue +498 -0
  1221. package/src/views/template/template-activity/event-base.vue +313 -0
  1222. package/src/views/template/template-activity/master.vue +755 -0
  1223. package/src/views/template/template-app-message.vue +477 -0
  1224. package/src/views/template/template-audio.vue +517 -0
  1225. package/src/views/template/template-game.vue +258 -0
  1226. package/src/views/template/template-h5.vue +468 -0
  1227. package/src/views/template/template-message.vue +563 -0
  1228. package/src/views/template/template-picture.vue +531 -0
  1229. package/src/views/template/template-task.vue +464 -0
  1230. package/src/views/template/template.less +28 -0
  1231. package/src/views/yunhu/employee-list.vue +190 -0
  1232. package/tailwind.config.js +25 -0
  1233. package/vue.config.js +341 -0
  1234. package/workspace.code-workspace +7 -0
@@ -0,0 +1,55 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>活动总数</title>
4
+ <defs>
5
+ <linearGradient x1="50%" y1="17.0171335%" x2="50%" y2="114.389913%" id="linearGradient-1">
6
+ <stop stop-color="#D2DEFF" stop-opacity="0.663734703" offset="0.0928758741%"></stop>
7
+ <stop stop-color="#FFFFFF" offset="100%"></stop>
8
+ </linearGradient>
9
+ <filter x="-58.7%" y="-16.0%" width="217.5%" height="144.9%" filterUnits="objectBoundingBox" id="filter-2">
10
+ <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
11
+ <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
12
+ <feColorMatrix values="0 0 0 0 0.619607843 0 0 0 0 0.733333333 0 0 0 0 0.992156863 0 0 0 0.5 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
13
+ <feMerge>
14
+ <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
15
+ <feMergeNode in="SourceGraphic"></feMergeNode>
16
+ </feMerge>
17
+ </filter>
18
+ <linearGradient x1="50%" y1="17.0171335%" x2="50%" y2="114.389913%" id="linearGradient-3">
19
+ <stop stop-color="#D2DEFF" stop-opacity="0.663734703" offset="0.0928758741%"></stop>
20
+ <stop stop-color="#FFFFFF" offset="100%"></stop>
21
+ </linearGradient>
22
+ <linearGradient x1="50%" y1="17.0171335%" x2="50%" y2="114.389913%" id="linearGradient-4">
23
+ <stop stop-color="#FFFFFF" stop-opacity="0.663734703" offset="0.0928758741%"></stop>
24
+ <stop stop-color="#FFFFFF" offset="100%"></stop>
25
+ </linearGradient>
26
+ <linearGradient x1="50%" y1="17.0171335%" x2="50%" y2="114.389913%" id="linearGradient-5">
27
+ <stop stop-color="#D2DEFF" stop-opacity="0.663734703" offset="0.0928758741%"></stop>
28
+ <stop stop-color="#FFFFFF" offset="100%"></stop>
29
+ </linearGradient>
30
+ <linearGradient x1="50%" y1="17.0171335%" x2="50%" y2="114.389913%" id="linearGradient-6">
31
+ <stop stop-color="#FFFFFF" stop-opacity="0.663734703" offset="0.0928758741%"></stop>
32
+ <stop stop-color="#FFFFFF" offset="100%"></stop>
33
+ </linearGradient>
34
+ </defs>
35
+ <g id="营销分析" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
36
+ <g id="首页" transform="translate(-244, -2007)">
37
+ <g id="编组-4" transform="translate(220, 1747)">
38
+ <g id="编组-11" transform="translate(0, 236)">
39
+ <g id="编组-34" transform="translate(12, 12)">
40
+ <g id="编组" transform="translate(12, 12)">
41
+ <rect id="矩形" fill="#1664FF" x="0" y="0" width="24" height="24" rx="6"></rect>
42
+ <g transform="translate(5, 3)">
43
+ <path d="M14,13.892 L14,16.292 C14,17.236 13.2429219,18 12.3074745,18 L1.69252548,18 C0.757078143,18 0,17.236 0,16.292 L0,13.892 L14,13.892 Z M12.3074745,0 C13.2429219,0 14,0.764 14,1.708 L14,12.646 L0,12.646 L0,1.708 C0,0.764 0.757078143,0 1.69252548,0 L12.3074745,0 Z" id="形状结合" fill="url(#linearGradient-1)"></path>
44
+ <g id="编组-29" filter="url(#filter-2)" transform="translate(4.0272, 1.384)">
45
+ <path d="M2.97281993,13.478 C2.39212911,13.478 1.92044168,13.954 1.92044168,14.54 C1.92044168,15.126 2.39212911,15.602 2.97281993,15.602 C3.55351076,15.602 4.02519819,15.126 4.02519819,14.54 C4.02519819,13.952 3.55351076,13.478 2.97281993,13.478 Z" id="路径" fill="url(#linearGradient-4)"></path>
46
+ <path d="M5.36098528,0 L0.580690827,0 C0.258113899,0.00844313137 0.000749721937,0.2743652 0,0.6 C0,0.932 0.265571914,1.2 0.594563986,1.2 L5.37684032,1.2 C5.69941725,1.19155687 5.95678142,0.9256348 5.95753114,0.6 C5.95753114,0.27 5.68997735,0 5.36098528,0 L5.36098528,0 Z" id="路径" fill="url(#linearGradient-6)"></path>
47
+ </g>
48
+ </g>
49
+ </g>
50
+ </g>
51
+ </g>
52
+ </g>
53
+ </g>
54
+ </g>
55
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="69px" height="38px" viewBox="0 0 69 38" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>位图</title>
4
+ <g id="营销分析" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="首页" transform="translate(-1046, -230)">
6
+ <g id="编组-20" transform="translate(830, 224)">
7
+ <image id="位图" x="216" y="6" width="69" height="38" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIoAAABNCAYAAAB5avxoAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAiqADAAQAAAABAAAATQAAAABrJ/dEAAAhEElEQVR4Ae19eXBcx33mr981Jw4CIEiKFEnxEKnLNi1SkrWKI8tSGEk2JVsRLdurqOwklWwq2lTZWbvWSXZZu3/k+iMpJ7WbciWluLJWNs7a68palC3bOm1LdiRRh0lCBEnwAA8QAHENZuadvd/XM4ODBAkQGJASwQbevDfv9evz69/Vv+5RciWMtYD++00fEm2/T1TqSfUbPxkZe3DlQtSVNhDR/+vW6yWKP4O22CaWtIlWPxadfF18eUb99mvhlTaShQ0U/Y0ta0RZn5Ik2Sa2tU7CpM20iKVKotRRgOUH4lpPyMP37lJqR7KQAbMgKYr+1i8tEx1sl0R/Uhxrg4S6HSBQovHJg61i4RAZBngOSGD9rvrcz14xdxboh7OQ6q2/fUurOO6DoqOHxXZuBAiWAhm2uGwFoqOKEqW1RPgrS1Yia5NE4So8vAIUNtPlHDofX5dat3XxZyVl/QewmvUS6AaAwpIUwJHgIEb4YQEpcRLKCJAyErsqwR0X92OnQl8u50aapm4LgqKU+jPLjzxX+O+L359tyaxwPcnYlkSkHtVAGMSgIMNJrAfFVkGCdgEnIoYSG8+iWswFe14QQMmJbRe7o+bjfUU3vzY12vLBlOUusnNC8TQBREaSSPclShVBP0BFtAJCQHBMsHAtAMsCDwsCKFBzRceuDn1tD+wK84WDutRys9ffvMFNqz7t6AFxJLZsUhATCCAFisMbPOLag+rzBXhaMEBJYgd0wZJYaxWXJXPs6dhz+m3Jt1oASUXhYf8TElWRtgIHPIvjyuVC/lwQQBkp5ZUVa8NSNGGgQS+0cqIRW9QicB8io4oOnhhqZxVTRrmClAUBlHyYLRX8eDBlq4yfVDpdg71oUhJqPRRsIZcoHNo8mAAWteAVHtMYC6IVXn+x6bgdq8/EZftpq5wWHknZEx1inMQW2I0D04olIydG46AQF813ajtjRwU4C/lzQQBlu/xL7OuBnwTaekxi+/EkdLpsPw2QOOBBlhRP+9Kzp0d6Ok7pqKxDSdAstQMAEvEWMkZM3RcE62FNN79mJvd6v7/kV55obsq95CXxV5Jisr23s1+GTwzDVBKDFYEdERg0o+A72REMdLhe0NM8Cwsoprb42NrzzKjukbff/vBNXx/ui7fTEKsTow9DPkEEUhIDlqomZEFTiq8AhXR1wQXQicRO+X4cBKAgQAcFWgq35qCAC1v+RNYTX2E9C4b1nDkaYE9TBgxQhCv0BEAhRYHcUjkSatEV1nOFokDcX6ihOn2TcE6n2gY8GxklskFRABIGyihXLLMLFygRgOLYtJsAHBVIABy4GmM7BiUACQ1uV2SUhUtRYNDX0GYqIFFgP0QMZRMCA3YVgoNERdGecgUoCxcooCgabIVAMbKJYUH4RraDw0wGGkpDef+KMLtwgUKbCVwIDFBIOAgYsJ6KtgOwVCz9uIs5wytzPVXPUDTHQgv+wEikIwBl4gFzvhFcjVyCMUQNyLAiUJgFHhakHeWrr+jGYNtj76O7LCcGaUcxE4TathOVzSQAz9g8TwiQBFek2QUFlH/d7d+ws8P/0trF8h1/yz07EgizlFMTACWBg5IGL4oVXCWNMAv5hRQGYCq2rGr95jdxsYDDZS+j7OzUi+0kuAuAeCDWye2ul24OteRiZTnGFZbzORUJhZgAuyGVIUB4H8QkjOTInXf9YXqTvmfn3vKPYe7/8agUdm+/ob1gIiyQj8sSKABHyo5KN8fa3qaD0q+Il1mplM6pyE8HZR9zfq4xIFUss+hpgoXaMX1jDSsCNaGUywBUJa63zLHlPsfyPhL6fimrGzp37im/DHn3BUtHr99/Q/5kJfLl+3lZAeW7bw2usZzsVh0F94eJtdlLubkoUpko9A3bgFcberKKAAKD1lk6Txuc4IOakEaTRDg48cPYEGYhv6goTDwdR9CTVZNt222242yy4uRzSaxOPLW79Lpl2S/AZf/lkQ2p/duVGtOZTCKXwcd7HiigHo1W6P8SxIwHwC4+7KTd9jhMcokOvZCTfqa3a+RhQo8RKDTTm0cVUS1x8J2CrAVw1BTCmBFwD0EbMgMfWjjgJkGcx608qFEr2Nl6RNkW+P5QviN6e2dH+BM35bxY9GX3AxvVZbHY/T0JlB07dlhbHv4Kdh2IPyahv1U77gbbsnKgHJmw7JterbCOKQBiupy9DuGVRMO4OvIVxKWqTBM+l2rUeA9V5XGsVOLh+1jKQFQY+Bk8yCCVRcpSyx3X/uWgVP6CK6pz5zvhz6BVvRCW/Nce+GDuOOK9J8N7Cijf2jO6LGulPgqz2DYIlbe6qXRzHEbZJAod9vm04Kh1EXqUcY2MYpyTCBSChJoPrmmZNXPKjEOgkOKMQaOWSvWM0ow9UioBewpwYOa5Ceyo1bbsTbHSj9kZ5+TTHcEuZPGiivRP20te5+bN6j2zU8K7HiidWqc6O6Lb0H3bEh3fbbvWCqzny8VJlIJgWem+8Z46oxOn+UrBFUDhgi8uN9ZkPdR64KxUSRjPYEIZw8E0yfGl8aJUWRTXiYjkIAq1WLa7zrbVx6IkGDqV9/dAVf8pAP+Sl0q/ec9aNTRt8tUIuvPelFr/NFYrXbzwrgXKU3vL16Ld7923N7gP3vHvtz0nnwRJJvQDI1BMEkxn017ofdpPKu6O6GKyIgCnYsLnHBCeIXBJqWK8Cw7IoPJv3kT6lg6DtIQCZ129yLK8q2zHuiMJwscDP+yC6v1vyPMFx41/vnVd9uiZ2ek3P7tCUth9QeR2pNus9332ECrwP9TGf3rrzLjz8f1dBZTv7R5qSez0XWiwhzHGPwyBsDmKIi8OY4tqbX0DQYEUiYGaesxrgoLsp6L04DwOmrnlP5HagHBFgQc7DmcbG8Ge2h03dTNw9RtRGJx+ak/5Ddx/dlGT9XzviLt/W/zpj4uX/FdxnJWwDGJqG7zQhmYVWJ/QHY9+TewVX1Xr/6R3buU7/9uXHCi0eOZuCDdjQedD8Eq837Xd1QCJF4S+45eov85j8CMY2dAE3KyAo5+AITDIfsBDyI6sAGIEns1ngBalYj/m5hsuWFM2nfGWhqG6e1dHNHJL5onDsii+Ho8y4lPaZklQzhBrpHW5NZbR/6iDQx8qvHrjn+c3/+KZ+SrnJQMKjWJhKfi1dCr69xi8t7vQMWEGdaFBoBXmN6gwlGjDRik/9jnx/vX/iervRz+gnyivkKIALDYAEmVTcuS2D8jAulVi0St/ngLxCYMepxF0/6DWXUd9/fYB19m8+KW2D/y751tFAcm13RcM9UvAsU6A+JyydOI34N07XVvdOvzz9Y833tL5D/NRzHnvlHMV+o/+b3ltztYvNOaV25wTnctK2rV1Bu0AckwVlaR6HocyQYHDOXBAUv/8TXF+8EORUlHWbbpbmlNN0rtxtRy5+xYZWrPCcCKuWa9nYH9j8w0TRkuijxyXpOOQlu6TogYKrlrbclT95f1/Kq1ZyLhG60JUlllHsV88iL19+m2ubCR1YdFSwHkQyds5q3Sb2ny8aBKu48cloyiOL3bRVW3+oO31nIY+6VqlbCoZXpSXpCEHo3tK0patPHSQRQ/FuoMGICRrideuleKXvyT2ffdK6sl/lkLjUjl+70fl1E1rJPY8CLLwqq0jSKhQESDlQKS7R/S+LlCQY0oGhrWF1a7oe4Vt4yL5rS3fktaG01DVzXZQFUBgdw6CJA5Pw4mTansFCYRKFAI0iV5ddhuxzdjxQ3XEiEnqkgGFuaMD0FWUHMUNogSHpQcKkNZs8dOe5Tdmdak5L1Y2LZ7riIcGsdG9EPbr2HOcPkbnxJs2SXHDBtkPlhM3NVYAwmd1CJwlsNGv5F59A1oOdiu974iW3j4RH7IG5qFIGMw2LBRV7lj5uty+6vUJIMEzVD4odkvsD4CSVAVsgh3vVTRASHbY4sUvGiNQHUo9OYlLCpRJRTF9j5qiSeBQlhkt6UyhrHVPv4ogPoT5rFVsyok0ZLUDMutaFidl0HqEWj1wQy+2NNYk4yAVmWtgRWqsZXhU5PBxUI8joCJgLcWSGRwGHMYwjMyIE35mnLI8ctP3ACwI0Ua+5W2IKH6/joqnACoK21pGR7DJHKfBG7EFnWdx9x9MLWC/qKEAZKj+4ZIBhcquU+3gszu69gCgEe3GgbhlHyNwMNGupaJM2goh2wRNWW3l0lAaufUJmpPpnJ3WBTTanF6u5ENwkL2UUMHDvVr2HRLpOiYyVAD+gEVSlyoqaqexAkbo7MXZEWnNDSIOKR0O41zlJ9FINyqIgYE0RoZi8cuoLChrCM7kwVDo4ohDeavpY0fwcv3DJQMKRC/UhmYEgqIKjPPVj6QGhBa+Ru5IMXFHRrWcgMXc81QEKhOD2qiGrFiei4HMDQqqoJlByufLdUbPJrKWHihQnWAr+4+SzdCfZRwcpB4TyzPxmhnZAMbp0Wb50ve+KB/f+Kxsu+45aQRwwgEIM2EZ1AROVMOR+PCEMcZjJOAAmTQIWjiAm++imc5MdkZ1mC7SJQQKi8Y6VYjudAU96zloO8abBaHQKwFzp4ZEgwIn2YyKGnNaGjKUbZSCJkXYGEpTB4IxVowaa2ENQC2kq7sCkO5TEFTL1VohX3boBQXIKycLLfK1V39Nnj90izy44ftyR8M/xjnAvwwqUixQCCdlgcYGKpKC5ow9GZCn7s475e9cUF4XEHlegKJ3QL/95Ke2iud1qI3/2HWu8tQ6rnY+V7zz368OILRfkMD8UdD24DA6CDazjKeTfAayaU5JPqctDy1qOg6vzFYeplBKClIEGKC1gLVoOXQC7ADOBEzTCFmzxH6tnhRumcS+vlXyl4O/LW8sXfaf/2DdFx4My+k7NLQb5sExlslhszGAxgGp8qPkr+Suw/PmQFV3oOjdj2wCTL6C0t8rQXAyfvuRr1ruyifUxj+/OH4ZxA0aEvKoGi2LXSiJ9MCI5aGDoT0lTdhhtjErCrY0Cpto9empDcFF2QNekXICFINC6YGjWvohDXDFoek4pGPOtd6uw9kCK/LjjJRGw0VDfXodmTULzKkHF/vfptO2eChcUE7eyA3l/o5VqUO2UyZRN6Do1x9eDMvH72O4/RZA0iLcq9W11li2/We6uHdr4ZUbP5+/7RcYg9MHY0hCrRnMMs/K5aw+q6NPwRhF3q4GAVcIvzoN8SifFU1NCgKxSuE745K68eA1wcHrAbxzsFtL52FYKKjSVqedGIdyx3wF0hVXCnJX07d/D0aDRjM3VeGkkmuywXLAa0NN970/Uttfm/Hs82zKO2egaL3Dko7OR8TWX4bovQE0MIWtfdHKNrZDC0pRsTuJw767vVS8EncnAaXGcmpnVoAgGR0sS+H0qKQynjQshpQK81K9xgqHHCiDCqk9wH55smq9b0iLbqT6jexIbSiEHgFLeeewNucCVFwDIACDALkYIdAp+dWm/yMbvV1NYZCqNAEqkM0qnXEg26IOsZUrFawVuNo7r0WaE1D0gUc3y4H9X8FO0FvBoNOwKGGSBPjWmOLyT/lR8aSX6HKWqltUttAN5w8ESVAM5FTnKQkD1B0dUhopS/ta/OhFvTuHiEFg5/ug6ThUP2QbUpFcBs2+Xxu11oCDEZF/3cvAdM8RQhDkZd4heaD5a2hOTmlUGgCKj85BNqGmQzcJnV/WlLO9/11+fvvXU+nGv1C3/V33OZKc0+1ZAUXv/fVWyVt/AA/134SG2yw+akUaDDzoYKAYFk44UVhosCCeYzpU4kCfKGu/68ySVvtqnFigLYJSCJBgyIOs8kGhb1SyTRlpWJKfkg2x8wyrQuJzNb6xPFC/ZRiU5jRAQ7vbBWstZ1byAr4TlLWlZo2QpR5p+FtpV8dAAUHiGACWhjzlEig+KJyVw3xhGlujKtWk0tbvxAPdW/Rz125TH9kHBlnfMCugnHqp686Wlc1fsFY1upYNyzp8I5KgUIqHj4FyDOZg3jByIitmg5qESv9p84e6jpxV9DORgu/GPM/RA5wwUEYZ6S9IHixoHFGVZxzloY8dynshfAAxDW05cVIQQGar0lST5clQD6TPPOY7EJAESAp4WLVY5Nq1aXm//SO56cBOCWP4ObEQQJEDhOQy0LmAZuWkxG5aZma9dXlUdE+PmxSG32f376PT97sDKKoQ5kf39Xvx0eE4t3GR7+RHoqjQk9FJBMMppXKSSqhv+PUK2BR+kiml/p63Z97gjDreQzRZT/U2AdHX1S+jpyuTpUWc29cvBljI/mae26WIaagHuCspVkuzyPqVAMhKWGZbbcnIgKz+2f8UC6ZW0GRTPAq24DEQBVE1sByrFSCBL43ux7TzcD9M2BEoi51+66YnH/ynvZ/+zqevU4fqWa9ZURQFOIOtSDgS2KN7u4PMtYVGyziaUlWL4b2l/UyD40Uh1fv4j9XWPRAFzw61vqydx2OMg6Q6mM7ud0SJYDjxR3xEqcQvDpdk4NigtK1pHU/qXXbFKSUSPLhVyCr09cbVSlYuqXxnLWLLlZZ3viGZ07+AdwFZDiKD2mRzjmShmXHPOZXGy6hzcnS/se7xPSxE47v2aMP7/ySv9BfhSroLr/4ITlkvwOy49771qqqrIfIswqyAguJmU5ziDVgJ27ZCME1QxPJIIiOn47i53U1ScNUql5Mn8gPvvHjOctUQMvFsrisTfSTHxr2ALVGLMzEx3Bt7jvs0ixQHSphhjQU+tnw4MfYluyYwCBDMgMtVAMWGVUrWrhBpbaqq4CgZi5oAJNn+XdJ24El8Byro/M0AOa8hj5eRiGkKeuadOI6X6ALBnwMJZTB/o+xf8nkZcFanVRKucBxvqeWoe/yiX4abHh25XwIF/lFqJHj97lsboetdWJgVUEAxflj042chqN4Fz/gGBVZDnh4W4HVke+V0ysoGvj5gOdZXpXnTEr076FM37Ka9aFKodWPtzIcJWowsBRRJFrelZfnKjOSa03Kwd9KrY18q7/ITBcB/AnRRzgHzmRJbYy9Oc4FSTOR+08Q++zFLRHAwNEMwvWaFko0AyLI2suRK2Qw4KhWoRIQ52ep6RsqDvZLNQHjnH+wmTY1pmKiwmA0sh4Uys4t42dKBlL126Vr6iBxtfVB8twX3kCnAE8KVFO6SMNpCzHWs27C6cXMcxL9XavSOPrW39Ar67Id2Lvnp1tWZrkrm5/+cFVCWjP50z0D65k8mXuo3UfT/AkNWvjQMI+WoJc3LwXUJ/Fh78CD7RmIn7eEhe5d+9eZH1eZxoxDYLzgYYrChqo1FgHg5T67fskTWQqBb1OxiFgBOPSOIcArk5cxQfW+8R9mQ1TAh3dqtCzpX+mQ86Rm+TCpI4TRNwXQZwLEaIFmuhDYaMynI52PlPjtRHfkyOBxICVPmjfCnSOdT0pDGS1XQ8Q2ymUTBTbPtPula9qiMpNfiLoEzIVI1aVJcrH2CuMPlsJhotuwNjuuuBQQ/BVPEwFN7/F2Ydn/OTlnPD51y92y/HT+8OUWYFVDUDnLN14b0jhv++s3e+DHreHJTOUii5dekSzAtt2A/ccy1WCuQ+PIoECuVtpcG3cH9yP/JWhlsO6USSL1wE63hxADGhck0sDzpPIGR159IUwOVqjEs1V4354ntDV8MQ0lctyJIzxUnkzKa5gspAwFCwbSNgunVSq4F9WjHL3fACjzGAY1ldbq0iDKgogT24kMeWdfSgF+bKiMNCLBVanG6YZN0rvi89Dfdgo7glODZADlXNhMduTFUM7brLMF840exysHPNQUdAM6LkQ6fbXRyr35kgxrTnmYFlFoh1I7dwctfXP2q5+uNcWzBIK5LmO6u6DcwheC/0sWRciBQbcF7Y0CppTHVmY2OgWXcBUlNzmXLIBjgHWhsfItaUrJseVqWrshK96AjZTj1MPf5DCwnO78imFaox9VLlDHYMV8CiMeMAxKLW6+XBD67VjgKEQVNykoAPAqTSsX0Cjm4/DPSvfg+rKNvgHxiSPeMkz8rIgoXBYENQzr9b+F6am2xHXuTHdq/W9L+sR92ln4+OGp9/4nvxgfnBBRmXLzzy38cnjqctg+//AkV9yuwFCmVacMH+eV0LektSAL4I6bQJodaI9bOk5/iW7WRzSA78yGfoRFXXtci69akpL0dPxWYgSdYpKR7GO5OF9JBZ6bN79O9j/5bDu/U665RsgasZRHkEDM3xFene3eq/HBPgd0E67bBafhqSb/xN2Ife0XsqGyM3keWfUy6rnpERtNXg4JQiJ05FTlHdpNuG2NlDF9UwTqqRLz+IVnf1e1c03Eweag4bJnljpNemMkXJKq+8YZszqflwaLS90dro+tT1x2w/I7HG4ZOH4J5FuQfCcFjUcNpWiW+jjA18dzZaddatHY+O8b57tCYZzXkpXtAST84a0M2wcww7Th8a3Zpni+/2jPKGI1Ykn7TOiVLoYlzgtEEgMfIXPgyl9yjZVtktOWvxev8tvRG+2T/6k9Ib+MmI+TUGyAkWAQ4A1w29aFurfcdFn2sBy6b5ZC/0Yq19vxhmgsI39ujl8W6/Ks798lD1+g3bs+A3QwEedcd2m+1H/uWpEaOg4zBQIRWsqEuW1h8wQyCwH3de/5nL0/MiioQ4GvCbEcgX6YtDlMEwoWEA5g/xcLNsRE9l3QrJTv3JxQUbO2m5DCmOSlDUXiFp53AGdywHmrnGPqmLBdcjgTqr5sT//pH5SB+1CGBPcXIITMRcs5d5ElPCA6y9BL8ag6dEv3OoapfDVcDQB4igKqzKMib5r5pAhdqgT9+KFH6YTgdb3VSqavwo3zepsP/yc76R6SAHR8i6PR6lKp5BZrMJN/kGMcattaba/7b6RMt9/7AiovP6QT7huz19u08Jle3tpX2WRZMjxfcktMUeo6PWf6Og9q4F9BJ6cxAitIMIXvTddWhWI3AajA+VnlAU9GwpJrZaLPmhp3C9y5lVVkGAoR+Nb398Oc9Ar+abtGnBzCbjnusNzAyFiZcnpuiPLNHr4+Uvw3WqwfBaTZ5nueGYeiWfK1WDT0tDaUOIN2RhpQv8dWN4vfDKwgrmWz8sqOH2dcUzPd2WJbD7Z+UE813t8Bx6CHLzW7zg3Ihd2P5zXvX63f2dSkpANEsJAMLyuPdENCnMwsTIrLoBAL9VbhNSy8onAvKkwNoqB43gtoYhykaeRiXwnDlct4+2Z5mQh95Gb+aYxW/mhO9Y341FcM2AMSynKv5J93H1laLYNK8G068n0WP3QVsNPC3aiLY4tkC0D/Eg0x667Hfl3TUa0iiqSHM9u4wPIkZTGuhcHFJTjXfLrs2/Bl+/iaD20ZwQLLw8YTOSJ/EAEZDeqvT57R/SJNHYhLMZGVG36TCVVK/KJ9s3I4uLYN0Yp6iEBWKIrJpY0UVn65QNUrCEQ0XG0NpmgAaOIPDsFFpMwKMRz0Ci0zWyHqMYhoMS0VkL+rDMz3+WCfz/AIyo63FeXbfrR8MxHkEFs0HHce9hjOxYUhLYKVzx9Mj+CJZWnhBVg/+i+Sio7AfYL1E36CZwGI8BWMQBa6e1jvl7XV/KIG7yNwbT2PyFSvDdbdsxBEAZc9BOAz1YASiIevVcJNznP4by0SeXS+gTMxxDBDIgyAhWCjXkOJQKGY7cGgTXBca+C5ZC/1rjoNiEOwHjoKSwGWCyfEZ6zaboP7iqfLOxYtkc1NetXmwlHKyj6KLUZemLCzEKuVJOu6TlcPfkauOfV9yA0fwBiYDIXQVMyvk6JKPy5FlD5m5i3NJ6TVUE4v0PaWbITunpw9GK2gSq6825oPZ1GnO77Ax6TQ9HVA+sGFmFOVcBWLzmsGACw4W+PQa0JDawD3TGOv47hi4pkiIZSVr4ZohjFcsFam2I0RGsvSa0DrFqxd0y8GE6z1DRYU9XbSfy6gQllDdjNV42RR9jvAr48DgZNDAwKV9WE+bpHPR56U7e79ky91gNbjnNslodpUETqNgb1dDWSaWxlQKqGagKtZ1TKsOUBB6s9OrneDBfwX1phVN1Mv2Y6yuuCAFoWvmEKiqDWpA6gK3TMFabJ6TlMvWgx272i4EBwPZ9cHuCvU4Ch98svIaZeEkZL0CHBrQ50qyUInSyDQ9WND6KGZr0q5EsEmETXltNWSV7bnYuIqcBwVlpSpGn0TKqTYppTElyi5GLTgPYSco7YRQQzVUWN11UvTeLpy7tUJ+bCuDelaKbUAKU20Lc56QzEW9ZBnYNZUSTp31+Ub61G9Mf5edzHSxo6RgFYFwQZnnKp2Htw8nF0FtLPSNOnRU1J6DXMdcAQtTZjvXExwTS2u6x6C02i0ADcHglALlFLHg6ORpScCS4lxWBc05rcBLrQx+OhiFMrSBPyh9tiwzjmqSvxN9ojsOkb3A0QiqGORji6S2NipYIHbMWOCX2jF28+JeTCrPxcy6mrHBqBlGsNdE2qY/L6ylXDqKCXYd/vhVbfmhckD1Ddua7yI6FZBMlc3YXIkFTcTCtgz0I9UwLmkYlxLYCBIIYQrzHApCGR3bTOfWRgR9Tvcf0ZA7AJReUVi1P8YvGWe6cIlxcl6c1spWO5+vLlQMyLpr5/PFPd+zGnWDgdEqlgydS+aLekxVjhlzMRaU/+AMMO2KRTXreD+WcYJ5QXKPCRqsylOQN9RekMTDmP1FhQz5pip2IZUyHYCPc4N4qqrU+R4LMV2YAVLocUdXzcaljVh6AoGjDpUyhMZ8TFfA+j13KG+cGSoFqZYEFZsiSoV/Awd0mO8DSeQBtUy/+hb8H4Am8ktOsV/O4Xw4MSaGciinu7EoGg1SLvSBX2NmuQXbS80JLOgPiAdT9cl8tjWF2bMCp7YHugckxCxw2yp4TVU3wzMRqZqwohPeI6RIcQA6ZQw5M2AtZ2VauzGGTzTIhDxqjy/eebrMWeFpSoMkDMtAm9Epa7hnRLKLYDiZLulpkkW+bGGkMteEpsto/PnUMgp6qNA7Ch9YH+Z4LNy5qsmMAo6EAPdcePlydJxVzotX7vEaXMIrVvd8VZ70jLjCMot6gN+ke5FpClkPnFamaG3cJFviFp6VglUcl3s6eqShPS9tWL03ZZhrBaplYYPWo1GnLONMbrIctWOK+GwTU8YpntVu1crPM/yMMRVSHypZS7eWz8U4U4pInckzWRA40cNjLAMf2IyZf6H/UcwRgb/iYAmeUfR0h5TKFquGelXAdALSnJB0LYv31Jntwe2zuPPAsquysnhFXrDe/T1ZrylZDyu48oZ2uXGDa6yFew7CM7NKdmrUx8x81nq02n31AopJ7oy0LzpCmP80gfU9VzQOPrLnW+5okzXrs8L1wiNFJf+2e+6eaXVt52nqWHv8/wG9bJmQC3edNAAAAABJRU5ErkJggg=="></image>
8
+ </g>
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="13.334383964538574" height="13.333135604858398" viewBox="0 0 13.334383964538574 13.333135604858398"><g><path d="M11.2247,8.10533L13.0621,9.08133C13.3134,9.208,13.4041,9.524,13.2767,9.77133C13.2285,9.86175,13.1535,9.93509,13.0621,9.98133L6.90874,13.2747C6.75706,13.3526,6.57708,13.3526,6.4254,13.2747L0.272738,9.98133C0.0214044,9.85467,-0.0692623,9.53867,0.0580711,9.288C0.10833,9.19995,0.182846,9.12821,0.272738,9.08133L2.10607,8.10533L0.272738,7.11867C0.0235205,6.98389,-0.0719333,6.67441,0.0580713,6.42267C0.110618,6.33729,0.184635,6.26718,0.272738,6.21933L2.10607,5.23933L0.272738,4.25267C0.106999,4.16481,0.00335944,3.99258,0.00335944,3.805C0.00335944,3.61742,0.106999,3.44518,0.272738,3.35733L6.4254,0.0600001C6.57874,-0.02,6.76007,-0.02,6.90874,0.0600001L13.0621,3.35733C13.3104,3.48947,13.4062,3.79689,13.2767,4.04667C13.2252,4.13374,13.151,4.20518,13.0621,4.25333L11.2247,5.24L13.0621,6.22C13.3101,6.35239,13.4058,6.65952,13.2767,6.90933C13.2252,6.99726,13.1511,7.06978,13.0621,7.11933L11.2247,8.106L11.2247,8.10533ZM6.6654,9.38267C8.3574,8.47933,10.0534,7.576,11.7414,6.66533L10.1481,5.81333L6.90874,7.544C6.85876,7.57415,6.8032,7.59388,6.7454,7.602L6.73474,7.602L6.6874,7.60867L6.6474,7.60867L6.60407,7.602L6.5894,7.602C6.53155,7.59324,6.4759,7.57356,6.4254,7.544L3.1874,5.81333L1.59407,6.66533C3.2814,7.576,4.98074,8.47867,6.6654,9.38267Z" fill="#558EFF" fill-opacity="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="13.334383964538574" height="13.333135604858398" viewBox="0 0 13.334383964538574 13.333135604858398"><g><path d="M11.2247,8.10533L13.0621,9.08133C13.3134,9.208,13.4041,9.524,13.2767,9.77133C13.2285,9.86175,13.1535,9.93509,13.0621,9.98133L6.90874,13.2747C6.75706,13.3526,6.57708,13.3526,6.4254,13.2747L0.272738,9.98133C0.0214044,9.85467,-0.0692623,9.53867,0.0580711,9.288C0.10833,9.19995,0.182846,9.12821,0.272738,9.08133L2.10607,8.10533L0.272738,7.11867C0.0235205,6.98389,-0.0719333,6.67441,0.0580713,6.42267C0.110618,6.33729,0.184635,6.26718,0.272738,6.21933L2.10607,5.23933L0.272738,4.25267C0.106999,4.16481,0.00335944,3.99258,0.00335944,3.805C0.00335944,3.61742,0.106999,3.44518,0.272738,3.35733L6.4254,0.0600001C6.57874,-0.02,6.76007,-0.02,6.90874,0.0600001L13.0621,3.35733C13.3104,3.48947,13.4062,3.79689,13.2767,4.04667C13.2252,4.13374,13.151,4.20518,13.0621,4.25333L11.2247,5.24L13.0621,6.22C13.3101,6.35239,13.4058,6.65952,13.2767,6.90933C13.2252,6.99726,13.1511,7.06978,13.0621,7.11933L11.2247,8.106L11.2247,8.10533ZM6.6654,9.38267C8.3574,8.47933,10.0534,7.576,11.7414,6.66533L10.1481,5.81333L6.90874,7.544C6.85876,7.57415,6.8032,7.59388,6.7454,7.602L6.73474,7.602L6.6874,7.60867L6.6474,7.60867L6.60407,7.602L6.5894,7.602C6.53155,7.59324,6.4759,7.57356,6.4254,7.544L3.1874,5.81333L1.59407,6.66533C3.2814,7.576,4.98074,8.47867,6.6654,9.38267Z" fill="#CFD5DD" fill-opacity="1"/></g></svg>
@@ -0,0 +1,37 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>活动总数</title>
4
+ <defs>
5
+ <linearGradient x1="50%" y1="17.0171335%" x2="50%" y2="114.389913%" id="linearGradient-1">
6
+ <stop stop-color="#D2DEFF" stop-opacity="0.663734703" offset="0.0928758741%"></stop>
7
+ <stop stop-color="#FFFFFF" offset="100%"></stop>
8
+ </linearGradient>
9
+ <path d="M6.48981366,4.93077457 L7.99931096,2.95454545 L9.52867007,4.93077457 L8.63167145,4.93048985 L8.63167145,8.90921249 L8.69086442,8.79387124 C8.7453709,8.69213359 8.8030792,8.59058146 8.8644822,8.48880601 L8.95941935,8.33592425 L9.11302505,8.10530279 C9.44784845,7.61508824 9.72909622,7.27452971 9.96529908,7.04726244 L10.0517803,6.96727672 L10.1030397,6.92336387 L9.36352167,6.24981891 L11.5555556,5.91323698 L11.5555556,8.27083982 L10.8881406,7.64463908 L10.7992168,7.729886 C10.7358078,7.79196387 10.6681841,7.86258012 10.598409,7.94060945 L10.4923909,8.0630726 L10.3846934,8.19581141 C10.0674652,8.59989006 9.79827935,9.06228511 9.60568955,9.57934885 C9.26182103,10.4779131 9.13414014,11.2410195 9.1243788,11.7619609 L9.12429002,11.8835631 L9.12942632,12.0454545 L6.88646369,12.0454545 L6.89171531,11.8778308 C6.9001139,11.3576192 6.78052042,10.5470334 6.41036042,9.57976515 C6.21088616,9.06266601 5.9396201,8.5991895 5.62490684,8.19538828 C5.50153716,8.03709553 5.37792094,7.89656644 5.26641092,7.78179407 L5.18524133,7.70066908 L5.12516574,7.64463908 L4.44444444,8.26455697 L4.44444444,5.91323698 L6.63114798,6.24900044 L5.91096267,6.92258327 L5.96410202,6.96726557 C6.16348416,7.143992 6.39733147,7.40599436 6.67143688,7.77835725 L6.7913923,7.94477125 L6.90223966,8.10439422 C7.00956293,8.25915588 7.10711741,8.41216429 7.19658973,8.56483291 L7.32494743,8.79375767 L7.38372291,8.90921249 L7.38372291,4.93048985 L6.48981366,4.93077457 Z" id="path-2"></path>
10
+ <filter x="-49.2%" y="-27.5%" width="198.4%" height="177.0%" filterUnits="objectBoundingBox" id="filter-3">
11
+ <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
12
+ <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
13
+ <feColorMatrix values="0 0 0 0 0.619607843 0 0 0 0 0.733333333 0 0 0 0 0.992156863 0 0 0 0.5 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
14
+ </filter>
15
+ </defs>
16
+ <g id="营销分析" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
17
+ <g id="首页" transform="translate(-244, -2644)">
18
+ <g id="编组-11" transform="translate(220, 2620)">
19
+ <g id="编组-34" transform="translate(12, 12)">
20
+ <g id="编组" transform="translate(12, 12)">
21
+ <rect id="矩形" fill="#1664FF" x="0" y="0" width="24" height="24" rx="6"></rect>
22
+ <g id="icon/渠道管理" transform="translate(4, 4)">
23
+ <rect id="蒙版" fill-opacity="0" fill="#FFFFFF" x="0" y="0" width="16" height="16"></rect>
24
+ <g id="编组-3" transform="translate(0, 0.5)">
25
+ <path d="M12.5019608,0.941176471 L15.5538126,6.66339869 C15.8326797,7.18627451 15.8326797,7.81372549 15.5538126,8.33660131 L12.5019608,14.0588235 C12.1929939,14.6381364 11.5898879,15 10.9333333,15 L5.06666667,15 C4.41011208,15 3.80700608,14.6381364 3.49803922,14.0588235 L0.446187364,8.33660131 C0.167320261,7.81372549 0.167320261,7.18627451 0.446187364,6.66339869 L3.49803922,0.941176471 C3.80700608,0.361863603 4.41011208,3.42651725e-16 5.06666667,0 L10.9333333,0 C11.5898879,1.01437485e-16 12.1929939,0.361863603 12.5019608,0.941176471 Z" id="多边形" fill="url(#linearGradient-1)"></path>
26
+ <g id="路径">
27
+ <use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
28
+ <use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-2"></use>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ </g>
33
+ </g>
34
+ </g>
35
+ </g>
36
+ </g>
37
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="160" height="160" viewBox="0 0 160 160"><g><g style="opacity:0;"><rect x="0" y="0" width="160" height="160" rx="0" fill="#333333" fill-opacity="1"/></g><g><g><path d="M98.52827939910888,78.80254057159424L100.70687939910889,78.82694057159424L102.85707939910888,78.90594057159424L104.97687939910888,79.03674057159424L107.06937939910888,79.22034057159424L108.74927939910889,79.40964057159424L110.40177939910889,79.63714057159424L112.02877939910888,79.90164057159424L113.62957939910889,80.20234057159423L115.20657939910889,80.54004057159423L116.78457939910889,80.92274057159423L118.33057939910888,81.34634057159424L119.84357939910889,81.81004057159424L121.32557939910889,82.31274057159423L122.77757939910889,82.85654057159424L124.21957939910888,83.45094057159423L125.62457939910888,84.08934057159424L126.99257939910889,84.77074057159425L128.3255793991089,85.49704057159424L129.62457939910888,86.26724057159424L130.6865793991089,86.94854057159424L131.71957939910888,87.66404057159424L132.72557939910888,88.41284057159424L133.70457939910887,89.19564057159424L134.6575793991089,90.01464057159424L135.5845793991089,90.86784057159424L136.47657939910889,91.75034057159424L137.33857939910888,92.67084057159424L138.1715793991089,93.63034057159425L138.97557939910888,94.63094057159424L139.75257939910887,95.67254057159424L140.5005793991089,96.75604057159424L141.19657939910888,97.85034057159424L141.86157939910888,98.98954057159423L142.4955793991089,100.17454057159424L143.09957939910888,101.40844057159424L143.67057939910887,102.69214057159424L144.2095793991089,104.02744057159424L144.68857939910887,105.34624057159424L145.1335793991089,106.71774057159425L145.5425793991089,108.14494057159425L145.9175793991089,109.62874057159424L146.2535793991089,111.17294057159424L146.55157939910887,112.77874057159424L146.7925793991089,114.33774057159424L146.99357939910888,115.95814057159424L147.15357939910888,117.64294057159424L147.2705793991089,119.39424057159424L147.3425793991089,121.21474057159423L147.36857939910888,123.10654057159424L147.34357939910888,125.67774057159423L147.27157939910887,127.94544057159425L147.15957939910888,129.93484057159424L147.03357939910887,131.45174057159426L146.88457939910887,132.81354057159422L146.71457939910889,134.02884057159423L146.5265793991089,135.11144057159424L146.2865793991089,136.23104057159424L146.0265793991089,137.21604057159425L145.7525793991089,138.07794057159424L145.46257939910888,138.82864057159424L145.1815793991089,139.44454057159425L144.89157939910888,139.99224057159424L144.5905793991089,140.47734057159425L144.2805793991089,140.90494057159424L143.9615793991089,141.27974057159423L143.60157939910889,141.63994057159425L143.2275793991089,141.95524057159423L142.83957939910889,142.22854057159424L142.4355793991089,142.46184057159422L142.01557939910887,142.65614057159422L141.47057939910889,142.85044057159422L140.89057939910887,142.99784057159422L140.2745793991089,143.09934057159424L139.61757939910888,143.15004057159422L138.96957939910888,143.15794057159422L138.27857939910888,143.12864057159425L137.5435793991089,143.06224057159426L136.7605793991089,142.95484057159422L135.7345793991089,142.77424057159425L134.6285793991089,142.54484057159425L133.4365793991089,142.26174057159426L131.62757939910887,141.79714057159424L129.6385793991089,141.26314057159425L127.58857939910888,140.71744057159424L125.36157939910889,140.15234057159424L123.85157939910889,139.79404057159422L122.26457939910888,139.45044057159424L120.59457939910888,139.12044057159426L118.9215793991089,138.82964057159424L117.16957939910888,138.57584057159426L115.33357939910888,138.36004057159425L113.96257939910889,138.23514057159423L112.54607939910889,138.14334057159425L111.08227939910888,138.08574057159424L109.57057939910888,138.06424057159424L108.28477939910888,138.08284057159423L106.8239793991089,138.13754057159423L105.17437939910889,138.23124057159424L102.64677939910888,138.41574057159426L99.77987939910889,138.65974057159423L93.56497939910889,139.23864057159423L90.23947939910889,139.54804057159424L86.7096793991089,139.85844057159426L83.11917939910889,140.14644057159424L79.38987939910889,140.40704057159422L76.88667939910889,140.55544057159423L74.35227939910888,140.67844057159425L71.78457939910888,140.77604057159425L69.21687939910888,140.83954057159423L66.64617939910889,140.86584057159422L64.0735793991089,140.85314057159422L61.500979399108886,140.79554057159424L58.95477939910889,140.68724057159426L56.433079399108884,140.52814057159424L54.54107939910889,140.37094057159425L52.678379399108884,140.17864057159426L50.845979399108884,139.95214057159424L49.042879399108884,139.69154057159423L47.236879399108886,139.38694057159424L45.474879399108886,139.04244057159423L43.75687939910888,138.65684057159424L42.080979399108884,138.23214057159424L40.407879399108886,137.75284057159422L38.79257939910889,137.22674057159423L37.23207939910888,136.65564057159423L35.725279399108885,136.03974057159422L34.607579399108886,135.52524057159422L33.52907939910889,134.97764057159424L32.490679399108885,134.39684057159423L31.489379399108888,133.78284057159425L30.525279399108886,133.13564057159425L29.578779399108885,132.44644057159422L28.666479399108887,131.73384057159424L27.788479399108887,130.99684057159425L26.942679399108886,130.23544057159424L26.130079399108887,129.44864057159424L25.145479399108886,128.42564057159424L24.209679399108886,127.37924057159424L23.320879399108886,126.30934057159425L22.478999399108886,125.21604057159425L21.670359399108886,124.09054057159423L20.906699399108888,122.95814057159424L20.187039399108887,121.81904057159423L19.510399399108888,120.67204057159424L18.654819399108888,119.11214057159424L17.873559399108885,117.57274057159424L17.164659399108885,116.05284057159423L16.499749399108886,114.51044057159424L15.906229399108886,113.02474057159424L15.379199399108886,111.59274057159425L14.887359399108886,110.14604057159424L14.460059399108887,108.79314057159424L14.094369399108887,107.52894057159423L13.608401399108887,105.66934057159423L13.248570399108887,104.09584057159424L12.960120399108886,102.62764057159424L12.781182399108888,101.52944057159424L12.662868999108886,100.56704057159425L12.631579399108887,100.06424057159424L12.638423999108888,98.77764057159425L12.691225199108887,97.49594057159425L12.789005399108886,96.21824057159424L12.933719399108886,94.94434057159424L13.119501399108886,93.67434057159424L13.342439399108887,92.41704057159424L13.602534399108887,91.17334057159424L13.899789399108887,89.94054057159424L14.349569399108887,88.31034057159424L14.850209399108888,86.71914057159424L15.400709399108887,85.16614057159424L16.004009399108888,83.63154057159424L16.639579399108886,82.15464057159424L17.307419399108888,80.73234057159424L18.020229399108885,79.33154057159425L18.747719399108888,78.00594057159424L19.488889399108885,76.75354057159424L20.271129399108887,75.52354057159424L21.047499399108887,74.38732057159424L21.817029399108886,73.34087057159424L22.625669399108887,72.32078057159424L23.406879399108888,71.41197057159424L24.160779399108886,70.60762057159424L24.761179399108887,70.01704057159424L25.332179399108888,69.50065057159424L25.874879399108885,69.05162057159424L26.390179399108888,68.66506057159424L27.265279399108884,68.08814057159424L28.170779399108888,67.56492057159424L29.10647939910889,67.09441057159424L30.075479399108886,66.67564057159424L31.079679399108887,66.30958057159424L32.094679399108884,65.99915957159423L33.13897939910889,65.73071557159423L34.21547939910889,65.50717457159423L35.32527939910889,65.32756057159423L36.47027939910889,65.19285057159424L37.89107939910889,65.08742477159424L39.35487939910888,65.03764057159424L40.86557939910889,65.04740219159424L42.42317939910889,65.11768577159424L43.964179399108886,65.23872957159423L45.540379399108886,65.40662957159424L47.15177939910889,65.62236157159424L48.80137939910889,65.88787757159425L50.980879399108886,66.29591057159423L53.201479399108884,66.76740057159424L55.466079399108885,67.30526057159423L57.718879399108886,67.88608057159423L59.989379399108884,68.50887057159424L62.278379399108886,69.17266057159424L65.6977793991089,70.21422057159424L69.10047939910888,71.29386057159424L75.79547939910888,73.47168057159423L79.07497939910888,74.52691057159424L82.22347939910888,75.50794057159423L84.31597939910888,76.13174057159424L86.32337939910889,76.69784057159424L88.24677939910889,77.20644057159424L90.18477939910889,77.67504057159424L92.01027939910888,78.06064057159423L93.72727939910888,78.37004057159425L95.04047939910889,78.56134057159424L96.27547939910889,78.69514057159424L97.43607939910889,78.77414057159424L98.52827939910888,78.80254057159424Z" fill-rule="evenodd" fill="#EFF0F9" fill-opacity="1"/></g><g><g><path d="M132.89038300323486,71.6691410750122L131.76638300323486,71.9679229750122L131.94668300323485,72.64612407501221L133.06198300323487,72.34963107501221L133.55638300323486,72.2315740750122L133.39338300323487,71.54901407501221L132.89038300323486,71.6691410750122ZM126.07738300323487,73.9382840750122L125.42328300323486,74.23678407501221L125.71468300323487,74.8752040750122L126.35598300323487,74.58254407501221L127.54308300323487,74.09728407501221L128.72698300323486,73.65683407501221L128.78058300323485,73.63860407501221L128.55478300323486,72.9741840750122L128.49168300323487,72.9956240750122L127.28788300323487,73.4434740750122L126.07738300323487,73.9382840750122ZM120.13408300323486,77.73163407501221L119.83763300323486,78.08416407501221L120.37471300323486,78.5358240750122L120.65366300323487,78.2041140750122L121.04208300323486,77.8088840750122L121.60091300323487,77.3162340750122L122.22268300323486,76.8369040750122L122.44268300323486,76.68785407501221L122.95728300323486,76.70647407501221L123.63368300323486,76.77438407501221L124.30098300323486,76.88995407501221L124.49158300323487,76.9387140750122L124.66548300323487,76.25885407501221L124.44798300323487,76.20321407501221L123.72878300323487,76.0786440750122L123.00498300323487,76.00599407501221L122.52728300323486,75.98870407501221L122.43168300323487,75.84763407501221L122.23748300323487,75.97926407501221L121.47351300323487,75.9979140750122L121.22785300323486,76.0191440750122L121.28446300323486,76.6741240750122L121.15417300323486,76.77456407501221L120.55918300323486,77.2990840750122L120.13408300323486,77.73163407501221ZM115.13781300323487,78.38770407501221L114.94426300323487,78.5905340750122L115.45196300323487,79.07499407501221L115.62358300323487,78.89514407501221L115.98683300323486,78.5776040750122L116.38307300323487,78.28115407501221L116.81172300323486,78.00823407501221L117.27598300323487,77.7588240750122L117.92306300323486,77.46972407501221L118.12058300323486,77.39868407501221L117.88311300323487,76.7383340750122L117.66083300323487,76.81827407501221L116.96638300323487,77.12853407501221L116.45674300323486,77.4023340750122L115.98386300323486,77.7034040750122L115.54506300323486,78.03169407501221L115.13781300323487,78.38770407501221ZM127.69368300323487,78.19420407501221L127.64558300323486,78.1164540750122L127.04888300323486,78.48566407501221L127.06678300323486,78.51467407501221L127.17698300323487,78.7818540750122L127.24608300323486,79.08005407501221L127.36698300323486,80.13145407501221L127.41558300323486,80.9346440750122L127.41658300323486,81.4374340750122L127.40908300323487,81.5703540750122L128.10978300323487,81.60960407501221L128.11838300323487,81.4564040750122L128.11738300323486,80.9127440750122L128.06628300323487,80.0701240750122L127.93878300323486,78.9603040750122L127.84758300323486,78.5673840750122L127.69368300323487,78.19420407501221ZM120.22826300323486,84.5353940750122L120.27138300323486,84.5691940750122L120.70442300323487,84.0169940750122L120.68855300323486,84.0045940750122L120.38192300323486,83.71099407501221L120.12826300323486,83.4063940750122L119.92000300323487,83.08569407501221L119.70819300323487,82.6573940750122L119.54986300323486,82.24949407501221L119.44197300323486,81.8644540750122L119.37898300323486,81.49954407501221L119.37114300323486,81.3640840750122L118.67056300323486,81.40464407501221L118.68070300323487,81.5797640750122L118.75655300323487,82.01919407501221L118.88333300323487,82.47169407501221L119.06529300323487,82.94039407501221L119.30913300323486,83.43359407501221L119.56239300323486,83.8234940750122L119.86803300323487,84.19049407501221L120.22826300323486,84.5353940750122ZM112.55522100323486,83.98159407501221L112.31726900323487,84.86209407501221L112.99472300323487,85.0451940750122L113.22917300323486,84.17759407501221L113.61045300323487,82.95459407501221L113.98931300323487,81.8836140750122L113.32773300323487,81.64957407501221L112.94444300323487,82.73299407501221L112.55522100323486,83.98159407501221ZM126.79398300323487,84.85029407501221L126.81118300323486,84.82569407501221L126.29568300323487,84.46579407501221L126.23908300323487,84.42049407501221L126.23608300323487,84.42429407501221L126.23578300323486,84.4239940750122L126.23188300323486,84.4295940750122L126.06668300323486,84.63569407501221L125.88908300323486,84.80319407501221L125.69148300323486,84.94559407501221L125.46938300323487,85.0638940750122L125.13848300323487,85.1863940750122L124.77608300323486,85.26919407501221L124.37368300323486,85.3100940750122L123.96238300323486,85.30919407501221L123.54378300323486,85.2690940750122L123.47688300323486,85.9676940750122L123.92808300323486,86.0108940750122L124.40848300323486,86.01189407501221L124.89008300323486,85.9629940750122L125.33928300323487,85.8602940750122L125.75738300323486,85.70559407501221L126.06328300323486,85.54269407501221L126.33698300323486,85.34549407501221L126.58368300323487,85.1126940750122L126.79398300323487,84.85029407501221ZM111.56794300323486,88.7278940750122L111.45573800323487,89.8529940750122L112.15402800323486,89.9225940750122L112.26476200323486,88.8122940750122L112.34108000323486,88.2770940750122L111.64635400323486,88.17799407501221L111.56794300323486,88.7278940750122Z" fill-rule="evenodd" fill="#999999" fill-opacity="1"/></g><g><path d="M78.3523662361145,58.94736862182617L78.7200662361145,58.97470112182617L79.0700662361145,59.05279362182617L79.40646623611451,59.18164762182617L79.7203662361145,59.35735662182617L80.00486623611451,59.57504062182617L80.2610662361145,59.83958062182617L80.2610662361145,59.83958062182617L83.2785662361145,63.44942862182617L83.5229662361145,63.70908862182617L83.7870662361145,63.935558621826175L84.0715662361145,64.13078862182617L84.3785662361145,64.29477862182617L84.70126623611449,64.42460862182617L85.0327662361145,64.51831862182617L85.3759662361145,64.57493862182618L85.7328662361145,64.59543862182618L85.7328662361145,64.59543862182618L121.8077662361145,64.59543862182618L122.6183662361145,112.83436862182617L41.152036236114505,112.83436862182617L40.8107762361145,112.81096862182616L40.4890862361145,112.74556862182618L40.1840062361145,112.63916862182617L39.8955562361145,112.49466862182618L39.6335102361145,112.31706862182617L39.3939492361145,112.10716862182616L39.183722236114505,111.86896862182617L39.0067402361145,111.60636862182616L38.8610482361145,111.31846862182617L38.755445936114505,111.01386862182616L38.6899334361145,110.69366862182616L38.6664662361145,110.35206862182616L38.6664662361145,110.35206862182616L39.553330236114505,58.94736862182617L78.3523662361145,58.94736862182617Z" fill-rule="evenodd" fill="#1664FF" fill-opacity="1"/><path d="M78.3655662361145,58.592830621826174L39.2048562361145,58.592830621826174L38.3117182361145,110.36116862182618L38.3378492361145,110.74156862182616L38.4127992361145,111.10786862182617L38.5339042361145,111.45716862182617L38.700376536114504,111.78616862182616L38.9026312361145,112.08626862182618L39.1432002361145,112.35886862182616L39.4163912361145,112.59816862182618L39.715926236114505,112.80126862182618L40.0456762361145,112.96636862182618L40.3949562361145,113.08826862182617L40.7631162361145,113.16306862182617L41.1398762361145,113.18896862182618L122.9788662361145,113.18896862182618L122.15636623611451,64.24089862182618L85.74296623611451,64.24089862182618L85.41506623611451,64.22206862182617L85.1100662361145,64.17174862182617L84.8159662361145,64.08860862182617L84.5287662361145,63.973028621826174L84.2559662361145,63.82731862182617L84.0033662361145,63.65402862182617L83.7681662361145,63.45229862182617L83.5438662361145,63.213988621826175L80.5247662361145,59.60225162182617L80.24126623611451,59.30946762182617L79.9156662361145,59.06037262182617L79.5572662361145,58.85975052182617L79.17266623611451,58.71242062182617L78.77206623611451,58.62305162182617L78.3655662361145,58.592830621826174ZM39.9018062361145,59.30190662182617L39.0212142361145,110.34296862182617L39.0420172361145,110.64576862182616L39.0980932361145,110.91986862182617L39.1881932361145,111.17966862182618L39.3131062361145,111.42656862182616L39.4648032361145,111.65166862182618L39.6447092361145,111.85546862182616L39.8506262361145,112.03586862182618L40.075186236114504,112.18816862182618L40.3223362361145,112.31196862182617L40.5832162361145,112.40296862182618L40.8584462361145,112.45886862182617L41.1641962361145,112.47986862182617L122.2578662361145,112.47986862182617L121.4591662361145,64.94997862182618L85.72266623611449,64.94997862182618L85.3367662361145,64.92781862182618L84.9553662361145,64.86489862182617L84.58656623611449,64.76060862182618L84.2284662361145,64.61653862182617L83.8871662361145,64.43424862182617L83.5706662361145,64.21708862182618L83.2778662361145,63.965868621826175L83.0132662361145,63.68482862182617L79.9973662361145,60.07692862182617L79.76856623611451,59.84061162182617L79.5250662361145,59.65433762182617L79.25566623611451,59.50354262182617L78.9675662361145,59.393169621826175L78.6680662361145,59.32635062182617L78.3392662361145,59.30190662182617L39.9018062361145,59.30190662182617Z" fill-rule="evenodd" fill="#666666" fill-opacity="1"/></g><g><path d="M44.26240812866211,69.05747318267822L86.47208812866211,73.48729318267823L80.58468812866211,82.62907318267823L78.02488812866211,93.58937318267823L82.34668812866211,101.94627318267823L88.63688812866211,88.65587318267822L83.81638812866211,83.73987318267822L88.56548812866211,79.41747318267822L88.56548812866211,73.70693318267823L118.3756881286621,76.83553318267822L110.9150881286621,124.34627318267823L110.77138812866211,125.05397318267822L110.57378812866212,125.72947318267822L110.32058812866211,126.37377318267822L110.01448812866211,126.99557318267821L109.6624881286621,127.57937318267822L109.26358812866211,128.1288731826782L108.82158812866211,128.64337318267823L108.3414881286621,129.11577318267823L107.82328812866211,129.54827318267823L107.27178812866211,129.93677318267822L106.68998812866211,130.27837318267822L106.07888812866211,130.57317318267823L105.44428812866211,130.81527318267823L104.78818812866211,131.00467318267823L104.1085881286621,131.14137318267822L103.41928812866212,131.21847318267822L102.7142881286621,131.23607318267824L101.9916881286621,131.19307318267823L101.9916881286621,131.19307318267823L48.96953812866211,125.62797318267823L48.25378812866211,125.52057318267822L47.56834812866211,125.35657318267823L46.91028812866211,125.13797318267822L46.273748128662106,124.86367318267821L45.67141812866211,124.54247318267822L45.10136812866211,124.17347318267822L44.56454812866211,123.75767318267822L44.06782812866211,123.30377318267821L43.60826812866211,122.80887318267821L43.19171812866211,122.27877318267822L42.821138128662106,121.71647318267821L42.495529128662106,121.12107318267823L42.21978912866211,120.50117318267823L41.99685112866211,119.85687318267821L41.82671412866211,119.18627318267822L41.71426712866211,118.50297318267823L41.66048812866211,117.80107318267822L41.66733272866211,117.07877318267822L41.66733272866211,117.07877318267822L44.26240812866211,69.05747318267822Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/><path d="M43.92851812866211,68.66594618267823L41.31331112866211,117.05967318267822L41.31288512866211,117.06747318267821L41.30582112866211,117.81297318267822L41.36193912866211,118.54537318267822L41.47933912866211,119.25877318267823L41.65689321866211,119.95867318267823L41.88969812866211,120.63147318267822L42.17749512866211,121.27837318267822L42.51707412866211,121.89937318267823L42.90382812866211,122.48617318267821L43.33852812866211,123.03937318267822L43.81792812866211,123.55567318267822L44.33602812866211,124.02907318267822L44.89610812866211,124.46297318267823L45.49136812866211,124.84827318267821L46.11992812866211,125.18337318267822L46.78400812866211,125.46957318267823L47.47102812866211,125.69787318267822L48.18611812866211,125.86897318267822L48.92470812866211,125.97977318267823L101.96268812866211,131.54647318267823L102.7081881286621,131.59087318267822L103.44348812866211,131.5724731826782L104.1633881286621,131.49197318267824L104.87248812866211,131.34937318267822L105.55688812866211,131.15187318267823L106.2193881286621,130.89907318267822L106.85708812866211,130.59147318267821L107.46398812866211,130.2350731826782L108.03928812866211,129.82977318267822L108.57978812866212,129.37867318267823L109.08088812866211,128.88567318267823L109.54198812866211,128.3489731826782L109.9582881286621,127.77537318267822L110.3259881286621,127.16567318267822L110.64518812866211,126.51717318267822L110.90968812866211,125.84437318267823L111.1157881286621,125.13917318267822L111.26408812866211,124.40907318267821L118.78378812866211,76.52187318267822L88.21098812866211,73.31323318267822L88.21098812866211,79.26077318267822L83.30558812866211,83.72537318267823L88.2106881286621,88.72757318267823L82.33268812866211,101.14727318267822L78.39978812866211,93.54267318267821L80.91598812866211,82.76947318267823L87.08208812866211,73.19483318267822L43.92851812866211,68.66594618267823ZM42.02178012866211,117.08997318267822L42.01515512866211,117.78927318267822L42.06659612866211,118.46057318267822L42.17408712866211,119.11377318267822L42.33681012866211,119.75517318267822L42.54987712866211,120.37087318267822L42.81356812866211,120.96367318267822L43.125198128662106,121.53357318267823L43.47961812866211,122.07137318267823L43.87800812866211,122.57827318267823L44.31773812866211,123.05187318267822L44.79304812866211,123.48617318267821L45.30662812866211,123.88407318267822L45.851468128662106,124.23667318267823L46.427578128662105,124.54387318267823L47.03660812866211,124.80637318267821L47.66565812866211,125.01537318267822L48.32143812866211,125.17227318267823L49.01442812866211,125.27617318267822L102.0206881286621,130.8396731826782L102.72038812866211,130.88127318267823L103.39508812866211,130.8643731826782L104.05388812866211,130.79067318267823L104.7038881286621,130.65997318267821L105.33178812866211,130.47877318267822L105.93848812866212,130.24737318267822L106.5228881286621,129.9653731826782L107.07958812866211,129.63847318267824L107.60718812866212,129.2667731826782L108.10318812866211,128.85287318267822L108.5623881286621,128.40107318267823L108.98518812866212,127.90887318267822L109.3666881286621,127.38327318267822L109.7030881286621,126.82537318267822L109.9959881286621,126.23047318267822L110.23808812866211,125.61457318267821L110.42688812866211,124.96887318267822L110.56608812866212,124.28347318267822L117.96758812866211,77.14918318267823L88.92008812866212,74.10062318267822L88.92008812866212,79.57417318267822L84.32708812866211,83.75447318267823L89.06308812866212,88.58407318267822L82.36078812866211,102.74537318267822L77.64988812866211,93.63607318267822L80.25338812866211,82.48867318267823L85.86198812866212,73.77975318267822L44.59630812866211,69.44900018267822L42.02178012866211,117.08997318267822Z" fill-rule="evenodd" fill="#666666" fill-opacity="1"/></g><g><path d="M124.63654041290283,68.79195360572815L131.14868041290282,72.43889360572815L136.53834041290284,68.79195360572815L133.02899041290283,73.49707360572815L139.40034041290284,76.03217360572815L144.58074041290283,62.79637360572815L124.63654041290283,68.79195360572815Z" fill-rule="evenodd" fill="#1664FF" fill-opacity="1"/><path d="M139.60054041290283,76.49337360572815L145.17644041290282,62.24707860572815L144.47864041290282,62.45684560572815L123.73423441290284,68.69299360572815L131.16625041290283,72.85507360572815L135.00074041290284,70.26044360572816L132.46845041290283,73.65557360572815L139.60054041290283,76.49337360572815ZM143.98504041290283,63.34566860572815L139.20014041290284,75.57087360572815L133.58953041290283,73.33847360572815L138.07584041290283,67.32347360572815L131.13111041290284,72.02271360572814L125.53884641290283,68.89092360572815L143.98504041290283,63.34566860572815Z" fill-rule="evenodd" fill="#666666" fill-opacity="1"/></g><g><path d="M56.0752056552124,74.13351345062256L56.5249956552124,74.16279825062256L83.8457356552124,77.02978345062256L80.1505356552124,82.50800345062255L78.4003356552124,93.54351345062256L82.3330356552124,101.14681345062256L89.2754356552124,88.72711345062255L84.3707356552124,83.72527345062255L88.9488356552124,79.48385345062256L88.9302356552124,77.56374345062255L105.31913565521239,79.28374345062255L105.7865356552124,79.35305345062255L106.2333356552124,79.45554345062256L106.6626356552124,79.59025345062255L107.0743356552124,79.75913345062256L107.6023356552124,80.03245345062255L108.09023565521241,80.35361345062256L108.5419356552124,80.72260345062256L108.9526356552124,81.13552345062256L109.3173356552124,81.58455345062256L109.6361356552124,82.07166345062257L109.9040356552124,82.58902345062256L110.1172356552124,83.13274345062256L110.2756356552124,83.70477345062255L110.35483565521241,84.14211345062256L110.3978356552124,84.58921345062257L110.4056356552124,85.04801345062256L110.37533565521241,85.51851345062256L110.3108356552124,85.96261345062256L103.8485356552124,120.63691345062256L103.6999356552124,121.28801345062256L103.5082356552124,121.90981345062255L103.2735356552124,122.50521345062256L102.9959356552124,123.07531345062256L102.6751356552124,123.62491345062256L102.3212356552124,124.14231345062257L101.9320356552124,124.62941345062256L101.5067356552124,125.08621345062255L101.04913565521241,125.51181345062255L100.5660356552124,125.90031345062256L100.0556356552124,126.25171345062256L99.5168356552124,126.56901345062255L98.95663565521241,126.84521345062257L98.37873565521241,127.07951345062256L97.78123565521241,127.27181345062256L97.16133565521241,127.42121345062256L96.53463565521241,127.52471345062256L95.89703565521239,127.57931345062255L95.2448356552124,127.58621345062255L94.5780356552124,127.54221345062257L56.981625655212405,123.59661345062256L56.3196556552124,123.50091345062256L55.6840856552124,123.35941345062255L55.0710056552124,123.17291345062256L54.4794356552124,122.94161345062255L53.9054656552124,122.66631345062257L53.360835655212405,122.35491345062256L52.843575655212405,122.00541345062256L52.3537056552124,121.61891345062256L51.893155655212404,121.19721345062256L51.4668356552124,120.74721345062255L51.0747356552124,120.26691345062255L50.7158856552124,119.75641345062256L50.3951656552124,119.22041345062256L50.1164966552124,118.66401345062256L49.8769356552124,118.08421345062256L49.6784426552124,117.48001345062255L49.525905655212405,116.86501345062256L49.4203038552124,116.23441345062255L49.362613645212406,115.58621345062255L49.3528356552124,114.91851345062256L50.250455655212406,79.65956345062256L50.2827226552124,79.18905345062255L50.3492136552124,78.73611345062255L50.4509056552124,78.29879345062255L50.5858456552124,77.87514345062256L50.8175756552124,77.32751345062256L51.0991856552124,76.81698345062256L51.4316356552124,76.33866345062256L51.8120056552124,75.89646345062256L52.2314756552124,75.49818345062256L52.6929956552124,75.14188345062256L53.1877656552124,74.83439745062256L53.7138256552124,74.57961945062256L54.272145655212405,74.37657745062256L54.703355655212405,74.26334245062256L55.1462956552124,74.18525005062256L55.6029256552124,74.14132274062256L56.0752056552124,74.13351345062256Z" fill-rule="evenodd" fill="#F4F4F4" fill-opacity="1"/></g><g><path d="M125.02572574005127,79.49068832397461L126.95102574005126,83.4324283239746L123.71052574005127,133.56708832397462L94.91832574005127,135.68538832397462L75.59402574005128,135.68538832397462L43.088075740051266,133.56128832397462L33.81462574005127,87.60844832397461L39.23945574005127,82.9453283239746L125.02572574005127,79.49068832397461Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/><path d="M125.24272574005127,79.12712432397461L39.22518574005127,82.59106832397461L39.10191574005127,82.59603832397461L33.42600574005127,87.47497832397461L42.79421574005127,133.8973883239746L75.58242574005126,136.0398883239746L94.93132574005128,136.0398883239746L124.04442574005127,133.8980883239746L127.31082574005127,83.36138832397461L125.24272574005127,79.12712432397461ZM39.37700574005127,83.29460832397461L34.20324474005127,87.7419183239746L43.38193574005127,133.2251883239746L75.60562574005127,135.33088832397462L94.90522574005126,135.33088832397462L123.37672574005127,133.2361883239746L126.59112574005127,83.50346832397462L124.80872574005127,79.8542523239746L39.37700574005127,83.29460832397461Z" fill-rule="evenodd" fill="#666666" fill-opacity="1"/></g><g><path d="M89.03877683404541,125.16918633422851L89.31451583404541,124.82069933422852L89.56483083404541,124.57080233422852L89.82199083404541,124.36190333422851L90.08600083404541,124.19107533422851L90.35783083404542,124.05636533422852L90.74308083404541,123.92263133422851L91.1273608340454,123.84453803422852L91.51456083404541,123.82208633422852L91.90079083404541,123.85039503422851L92.27138083404542,123.92653533422852L92.62828083404541,124.04953233422852L92.96562083404541,124.21743133422852L93.27069083404541,124.42340133422852L93.54545083404541,124.66841833422852L93.7811008340454,124.95052633422851L93.96884083404541,125.26387633422851L94.1116008340454,125.61138633422851L94.1800508340454,125.88373633422852L94.21427083404541,126.17170633422852L94.21231083404541,126.47919633422852L94.1722208340454,126.80913633422851L94.09791083404541,127.09710633422851L93.98546083404541,127.39776633422852L93.8290108340454,127.71111633422852L93.64519083404541,128.0098163342285L93.4330108340454,128.29973633422853L93.19051083404541,128.57891633422852L92.92748083404541,128.83857633422852L92.6497908340454,129.06700633422852L92.35840083404541,129.26516633422852L92.04844083404541,129.4311063342285L91.74044083404542,129.5482463342285L91.43047083404541,129.6195063342285L91.23980083404541,129.6370763342285L90.86531083404542,129.62536633422852L90.51036083404541,129.5677763342285L90.17302083404542,129.46527633422852L89.85035083404541,129.3188563342285L89.55603083404542,129.13728633422852L89.2851818340454,128.91862633422852L89.04464383404542,128.66677633422853L88.84028383404541,128.38856633422853L88.66916883404541,128.08107633422853L88.54009883404541,127.75308633422851L88.45503063404541,127.40655633422851L88.41494083404541,127.03560633422852L88.42667443404541,126.65685633422852L88.49120923404541,126.28591633422852L88.60658983404541,125.92766633422852L88.77183783404541,125.58600633422851L89.03877683404541,125.16918633422851ZM93.26084083404541,126.96908633422852L93.35470083404542,126.65085633422852L93.37622083404541,126.50735633422852L93.37622083404541,126.17936633422852L93.32048083404541,125.88358633422851L93.20901083404542,125.61416633422851L93.04963083404542,125.36817633422852L92.85212083404541,125.15537633422852L92.6145108340454,124.97283633422852L92.35051083404541,124.82933633422851L92.06597083404542,124.72683933422852L91.7589408340454,124.66534133422851L91.4470208340454,124.64972333422851L91.13217083404541,124.68486533422852L90.81243083404541,124.77076733422851L90.51126083404542,124.90742633422852L90.2228108340454,125.10461633422851L89.9421908340454,125.36915633422852L89.71925083404541,125.65126633422851L89.49631083404542,126.00170633422852L89.3809298340454,126.23793633422852L89.3007498340454,126.48685633422852L89.2557708340454,126.74358633422851L89.24794883404542,127.00617633422851L89.29292783404541,127.34685633422852L89.39070783404541,127.65727633422851L89.54129083404541,127.94231633422852L89.73783083404541,128.1990463342285L89.96859083404541,128.41380633422852L90.23748083404541,128.5904863342285L90.53180083404541,128.7183663342285L90.84469083404541,128.79157633422852L91.18204083404541,128.81012633422853L91.3287008340454,128.7974363342285L91.53698083404541,128.7466763342285L91.75307083404542,128.6578463342285L91.97992083404542,128.5270363342285L92.2967308340454,128.28689633422852L92.59984083404541,127.99112633422851L92.86972083404541,127.66215633422851L93.0907008340454,127.32147633422852L93.26084083404541,126.96908633422852Z" fill-rule="evenodd" fill="#666666" fill-opacity="1"/></g><g><path d="M101.555582661438,124.66451638793946L101.90857266143799,124.39314338793945L102.211692661438,124.21060138793945L102.51187266143799,124.07003438793946L102.80912266143798,123.96851338793945L103.10637266143799,123.90311048793946L103.51216266143798,123.86601638793945L103.90426266143798,123.88358728793945L104.284622661438,123.95484708793946L104.65325266143799,124.07589138793945L104.99352266143799,124.23891038793946L105.31033266143798,124.44488038793945L105.59780266143798,124.68892038793945L105.843232661438,124.96224638793946L106.05053266143798,125.26778638793945L106.21089266143798,125.59772638793946L106.31747266143799,125.94621638793946L106.37124266143799,126.31910638793946L106.37124266143799,126.59926638793945L106.33507266143799,126.88723638793945L106.25880266143798,127.18496638793945L106.13951266143799,127.49538638793945L105.99772266143799,127.75699638793945L105.81585266143799,128.02055638793945L105.58803266143799,128.28802638793945L105.33673266143799,128.53304638793946L105.060992661438,128.76244638793946L104.75885266143798,128.97622638793945L104.44009266143799,129.16364638793945L104.11546266143799,129.31787638793946L103.78496266143799,129.44087638793945L103.44371266143798,129.52677638793946L103.116152661438,129.56582638793947L102.798372661438,129.56094638793945L102.60965266143799,129.53165638793945L102.24884266143799,129.42915638793946L101.91835266143799,129.28859638793946L101.61523266143799,129.10702638793944L101.33851366143799,128.88738638793944L101.09601966143799,128.63944638793944L100.88677066143799,128.36221638793944L100.71467766143799,128.05960638793945L100.58267466143799,127.74040638793946L100.49173926143798,127.39971638793945L100.44578266143799,127.05122638793945L100.44773826143799,126.69395638793945L100.498583861438,126.32496638793945L100.60223066143799,125.95988638793945L100.75378966143799,125.61529638793945L100.953260661438,125.29609638793946L101.19673266143799,125.00519638793945L101.555582661438,124.66451638793946ZM105.21737266143799,127.43081638793946L105.38457266143799,127.14479638793945L105.44031266143799,127.01106638793945L105.52049266143798,126.69185638793945L105.53711266143799,126.39119638793946L105.49506266143798,126.10323638793945L105.399242661438,125.82600638793946L105.25941266143799,125.57219638793946L105.07265266143798,125.33792638793945L104.85167266143799,125.13487638793946L104.60135266143799,124.96697638793945L104.31779266143799,124.83227038793946L104.01859266143799,124.74246338793945L103.705692661438,124.69951238793945L103.37422266143798,124.70634538793945L103.04861266143799,124.76589138793945L102.721052661438,124.88693638793946L102.38468266143799,125.07728638793945L102.10014266143799,125.29594638793945L101.79800266143799,125.58196638793946L101.62884266143799,125.78402638793945L101.49098266143798,126.00561638793945L101.38537566143799,126.24477638793945L101.31399666143798,126.49760638793946L101.274884661438,126.83925638793946L101.29444066143799,127.16431638793945L101.37168666143799,127.47669638793946L101.49978266143799,127.77344638793946L101.67187266143799,128.03700638793944L101.88992266143799,128.27323638793945L102.145122661438,128.46847638793946L102.43064266143799,128.61587638793947L102.75429266143799,128.71543638793946L102.899012661438,128.73789638793946L103.11314266143799,128.73886638793945L103.343902661438,128.70470638793944L103.596182661438,128.63246638793944L103.961872661438,128.47627638793946L104.32757266143798,128.26250638793945L104.66882266143799,128.00869638793947L104.96607266143799,127.73146638793945L105.21737266143799,127.43081638793946Z" fill-rule="evenodd" fill="#666666" fill-opacity="1"/></g><g><path d="M114.92894848419189,123.35060459038085L115.27215848419189,123.33108139038086L115.6486084841919,123.34669999038086L116.0015884841919,123.39648419038086L116.33501848419189,123.48043439038086L116.64889848419189,123.59757339038086L117.0497884841919,123.80159139038086L117.4086484841919,124.04660739038086L117.7293684841919,124.33262139038087L118.01292848419189,124.65671139038086L118.2485784841919,125.00129139038086L118.43924848419189,125.36833139038086L118.58200848419189,125.75587139038086L118.6700084841919,126.14438139038086L118.7052084841919,126.53582139038086L118.6934784841919,126.83062139038086L118.64849848419189,127.11468139038087L118.56831848419189,127.39191139038086L118.4539084841919,127.66426139038086L118.30626848419189,127.91513139038086L118.1195084841919,128.15137139038086L117.88971848419189,128.37393139038085L117.6130084841919,128.58381139038084L117.3411784841919,128.73609139038086L117.0292584841919,128.86494139038086L116.67235848419189,128.97037139038085L116.30568848419189,129.04358139038087L115.9243484841919,129.08653139038086L115.5244284841919,129.10019139038087L115.1264584841919,129.08067139038087L114.7392584841919,129.02893139038085L114.3618184841919,128.94401139038087L113.9971084841919,128.82101139038085L113.66953848419189,128.66483139038087L113.37521848419189,128.47447139038087L113.2207314841919,128.34465139038085L112.9469474841919,128.05473139038085L112.7240094841919,127.74626139038087L112.54800548419189,127.41534139038086L112.4169804841919,127.06392139038086L112.3338670841919,126.70567139038086L112.2976884841919,126.33766139038086L112.3074664741919,125.96769139038086L112.36515668419189,125.60358139038085L112.4717364841919,125.24338139038086L112.6232954841919,124.89977139038086L112.82374448419189,124.57373139038086L113.0760164841919,124.26429139038086L113.33415848419189,124.02025139038086L113.61380848419189,123.81232939038085L113.9188784841919,123.63857239038086L114.2415584841919,123.50288539038085L114.5779184841919,123.40722199038086L114.92894848419189,123.35060459038085ZM116.9293784841919,127.95113139038087L117.12395848419189,127.84473139038086L117.3351584841919,127.67683139038085L117.50236848419189,127.49526139038086L117.63045848419189,127.29808139038086L117.7204184841919,127.08430139038086L117.78983848419189,126.77876139038086L117.80156848419189,126.46248139038086L117.7546384841919,126.12961139038086L117.65587848419189,125.80748139038086L117.50724848419189,125.49608139038087L117.30680848419189,125.19347139038086L117.0652884841919,124.92210139038086L116.7827084841919,124.68684139038086L116.45611848419189,124.48575139038086L116.19406848419189,124.36959139038086L115.9134384841919,124.28564339038086L115.61129848419189,124.23390639038087L115.2837384841919,124.21731139038086L115.01288848419189,124.23293039038086L114.76941848419189,124.27197639038086L114.53571848419189,124.33835139038086L114.3127784841919,124.43207139038086L114.10157848419189,124.55213139038086L113.90699848419189,124.69661139038087L113.72805848419189,124.86548139038086L113.50218848419189,125.15735139038085L113.3398684841919,125.46484139038085L113.23524748419189,125.79284139038086L113.1883134841919,126.13352139038086L113.1990694841919,126.46834139038086L113.26751548419189,126.80316139038086L113.39169848419189,127.12041139038087L113.5716084841919,127.41131139038086L113.8121484841919,127.67976139038086L113.9343784841919,127.78225139038086L114.1416684841919,127.91306139038086L114.3812284841919,128.02239139038085L114.65794848419189,128.10829139038086L115.0891584841919,128.18736139038086L115.5467684841919,128.21372139038087L116.00241848419189,128.19029139038085L116.42580848419189,128.11903139038085L116.69958848419189,128.04289139038087L116.9293784841919,127.95113139038087Z" fill-rule="evenodd" fill="#666666" fill-opacity="1"/></g><g><path d="M39.614935714187624,84.28559203613281L35.72524571418762,87.86420203613281L125.24274571418762,83.79458203613281L123.75754571418763,80.70796203613281L39.614935714187624,84.28559203613281Z" fill-rule="evenodd" fill="#F4F4F4" fill-opacity="1"/></g></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="160" height="160" viewBox="0 0 160 160"><defs><clipPath id="master_svg0_6598_58751"><rect x="0" y="0" width="160" height="160" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_6598_58751)"><g><g><g><g><g><g><path d="M98.8299251953125,54.342514501953126L101.0445251953125,54.36791450195312L103.2289251953125,54.44791450195312L105.3840251953125,54.58251450195313L107.5109251953125,54.76981450195312L109.2182251953125,54.963014501953126L110.8972251953125,55.19421450195313L112.5513251953125,55.464514501953126L114.1783251953125,55.770814501953126L115.7803251953125,56.115214501953126L117.3853251953125,56.505414501953126L118.9543251953125,56.93761450195312L120.4933251953125,57.410814501953126L121.9993251953125,57.924014501953124L123.4753251953125,58.47811450195313L124.9413251953125,59.08491450195312L126.3683251953125,59.735714501953126L127.7583251953125,60.431314501953125L129.11332519531248,61.17181450195312L130.4333251953125,61.95711450195313L131.51332519531252,62.65271450195313L132.5623251953125,63.382514501953125L133.58532519531252,64.14641450195313L134.5803251953125,64.94541450195312L135.54932519531252,65.77961450195312L136.4913251953125,66.65081450195312L137.3963251953125,67.55131450195313L138.2733251953125,68.48981450195312L139.1193251953125,69.46931450195312L139.9373251953125,70.48881450195313L140.7263251953125,71.55131450195313L141.4863251953125,72.65661450195313L142.1933251953125,73.77271450195312L142.8703251953125,74.93471450195312L143.5143251953125,76.14451450195313L144.1273251953125,77.40301450195312L144.7083251953125,78.71231450195313L145.2563251953125,80.07421450195312L145.7433251953125,81.41961450195313L146.1953251953125,82.81861450195314L146.6123251953125,84.27421450195313L146.9923251953125,85.78841450195313L147.3343251953125,87.36401450195312L147.6363251953125,89.00201450195313L147.8813251953125,90.59231450195313L148.0863251953125,92.24491450195313L148.2483251953125,93.96401450195313L148.3673251953125,95.75031450195313L148.4403251953125,97.60691450195313L148.4673251953125,99.53661450195312L148.4413251953125,102.16011450195313L148.3683251953125,104.47321450195312L148.2543251953125,106.50251450195313L148.1263251953125,108.05081450195313L147.9753251953125,109.43911450195313L147.8023251953125,110.67911450195312L147.6113251953125,111.78351450195312L147.3673251953125,112.92491450195313L147.1043251953125,113.92981450195313L146.8243251953125,114.80981450195313L146.5303251953125,115.57571450195313L146.2453251953125,116.20401450195313L145.9493251953125,116.76201450195312L145.6433251953125,117.25661450195312L145.3283251953125,117.69371450195312L145.0043251953125,118.07521450195313L144.6383251953125,118.44301450195313L144.2583251953125,118.76491450195313L143.8643251953125,119.04401450195313L143.4533251953125,119.28101450195312L143.0273251953125,119.48011450195312L142.4723251953125,119.67711450195313L141.8833251953125,119.82841450195312L141.2573251953125,119.93081450195312L140.5903251953125,119.98351450195312L139.9313251953125,119.99131450195313L139.2303251953125,119.96201450195312L138.48132519531248,119.89371450195313L137.6853251953125,119.78441450195312L136.6433251953125,119.60011450195313L135.5183251953125,119.36591450195313L134.3083251953125,119.07711450195312L132.4703251953125,118.60301450195313L130.44832519531252,118.05861450195313L128.36432519531252,117.50151450195312L126.1003251953125,116.92491450195313L124.5663251953125,116.56011450195312L122.9533251953125,116.20881450195313L121.2563251953125,115.87231450195313L119.5553251953125,115.57661450195313L117.7743251953125,115.31711450195313L115.9103251953125,115.09761450195313L114.5163251953125,114.96981450195312L113.0763251953125,114.87621450195313L111.5893251953125,114.81761450195313L110.0523251953125,114.79521450195313L108.7460251953125,114.81471450195312L107.2611251953125,114.87031450195313L105.5850251953125,114.96591450195312L103.0162251953125,115.15321450195313L100.1021251953125,115.40301450195312L93.7870251953125,115.99421450195312L90.4065251953125,116.30841450195312L86.8182251953125,116.62541450195313L83.1704251953125,116.92011450195312L79.3792251953125,117.18541450195312L76.8357251953125,117.33661450195312L74.2601251953125,117.46251450195312L71.6504251953125,117.56101450195312L69.0406251953125,117.62641450195312L66.4289251953125,117.65271450195313L63.8133251953125,117.64011450195312L61.1996251953125,117.58151450195312L58.6114251953125,117.47031450195313L56.0484251953125,117.30931450195312L54.1255251953125,117.14831450195312L52.2328251953125,116.95221450195312L50.3714251953125,116.72101450195312L48.5382251953125,116.45571450195312L46.7021251953125,116.14541450195313L44.9118251953125,115.79321450195313L43.1655251953125,115.40011450195313L41.462125195312495,114.96691450195313L40.0982251953125,114.57961450195313L38.7704251953125,114.16101450195312L37.4796251953125,113.71321450195312L36.2240251953125,113.23621450195313L35.0035251953125,112.73081450195312L33.969425195312496,112.25571450195312L32.9704251953125,111.75321450195312L32.0035251953125,111.22151450195312L31.0679251953125,110.66151450195312L30.1635251953125,110.07321450195313L29.0572251953125,109.29081450195312L27.9957251953125,108.47421450195313L26.9792251953125,107.62351450195312L26.0055251953125,106.73861450195312L25.0631251953125,105.81571450195312L24.1626251953125,104.86931450195313L23.3021251953125,103.89961450195312L22.4816251953125,102.90741450195313L21.6904251953125,101.88691450195313L20.9372251953125,100.85571450195312L20.2230851953125,99.81371450195311L19.5450351953125,98.76011450195313L18.6825951953125,97.32791450195313L17.884545195312498,95.89961450195312L17.1489351953125,94.47711450195312L16.4552751953125,93.03321450195313L15.823085195312501,91.62061450195313L15.2484451953125,90.23911450195313L14.7079551953125,88.84101450195313L14.2240551953125,87.50451450195312L13.7957651953125,86.22541450195313L13.2123451953125,84.32401450195312L12.7440551953125,82.61761450195313L12.3440571953125,80.97761450195313L12.0474711953125,79.59621450195313L11.8084471953125,78.30741450195313L11.6591791953125,77.34061450195313L11.5596662953125,76.49081450195312L11.5333251953125,76.03231450195312L11.5401544353125,74.71911450195313L11.5938132953125,73.41181450195313L11.6933251953125,72.10841450195312L11.8396661953125,70.80881450195312L12.0289351953125,69.51321450195313L12.2552761953125,68.23131450195312L12.5196671953125,66.96201450195312L12.8221051953125,65.70451450195313L13.2796651953125,64.04201450195313L13.7879551953125,62.41861450195313L14.347955195312501,60.83421450195313L14.9596651953125,59.269314501953126L15.606495195312501,57.76301450195312L16.285525195312502,56.312314501953125L17.0103951953125,54.88301450195313L17.748935195312498,53.530814501953124L18.5021051953125,52.25271450195312L19.2972251953125,50.998114501953125L20.0864951953125,49.83910450195312L20.8679551953125,48.77178450195312L21.6904251953125,47.73080450195312L22.4845251953125,46.80397450195312L23.250425195312502,45.983494501953125L23.8611251953125,45.38154450195312L24.4406251953125,44.854714501953126L24.9918251953125,44.396174501953126L25.5167251953125,44.00202450195312L26.3362251953125,43.45568450195312L27.1821251953125,42.95715450195313L28.0553251953125,42.50446450195312L28.9567251953125,42.097634501953124L29.8884251953125,41.73666450195312L30.8309251953125,41.424464501953125L31.7996251953125,41.14934550195313L32.7957251953125,40.914223501953124L33.821125195312504,40.71812650195312L34.8767251953125,40.561053501953126L36.1899251953125,40.421540501953125L37.5421251953125,40.333735801953125L38.9353251953125,40.298614501953125L40.3713251953125,40.317150601953124L41.7938251953125,40.383492101953124L43.2484251953125,40.49373650195312L44.7372251953125,40.64788250195313L46.2611251953125,40.84788250195312L48.2757251953125,41.16690650195312L50.3333251953125,41.54837450195313L52.4348251953125,41.99324450195313L54.5265251953125,42.483004501953125L56.6426251953125,43.01666450195312L58.7840251953125,43.59617450195312L61.9850251953125,44.518124501953125L65.1967251953125,45.49861450195313L68.3977251953125,46.51422450195312L71.5626251953125,47.541544501953126L77.7723251953125,49.568854501953126L80.8065251953125,50.53371450195313L83.7138251953125,51.41961450195313L85.6465251953125,51.980514501953124L87.5001251953125,52.485914501953125L89.2777251953125,52.938614501953126L91.0679251953125,53.352314501953124L92.7587251953125,53.69271450195313L94.3528251953125,53.964914501953125L95.5704251953125,54.132714501953124L96.7196251953125,54.24881450195313L97.8055251953125,54.318114501953126L98.8299251953125,54.342514501953126Z" fill-rule="evenodd" fill="#EFF0F9" fill-opacity="1"/></g></g><g><path d="M17.5725244140625,80.873046875L17.7198444140625,80.877923735L25.3559244140625,81.354997875L25.3559244140625,86.969626875L15.2125244140625,87.456466875L15.2125244140625,83.233046875L15.2349630140625,82.909146875L15.2964269140625,82.603776875L15.397889414062501,82.314996875L15.5354514140625,82.040856875L15.7032564140625,81.791098875L15.9032564140625,81.563779875L16.1305734140625,81.364757875L16.3793544140625,81.195973875L16.6535044140625,81.058414875L16.9432544140625,80.956947875L17.2486244140625,80.895489975L17.5725244140625,80.873046875Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/><path d="M17.5661844140625,80.521424875L17.2243444140625,80.545110875L17.2016344140625,80.546683875L16.8501244140625,80.617429875L16.5161444140625,80.734384875L16.2012404140625,80.892391775L15.9154884140625,81.086258875L15.6546824140625,81.314601875L15.4244714140625,81.576257875L15.2315132140625,81.863450875L15.0739424140625,82.177476875L14.9569464140625,82.510456875L14.8861564140625,82.862156875L14.8613054140625,83.220896875L14.8613054140625,87.824946875L25.7071244140625,87.304396875L25.7071244140625,81.025036875L17.7366044140625,80.527066875L17.5661844140625,80.521424875ZM17.2956044140625,81.244295875L17.0363844140625,81.296465875L16.7908644140625,81.382445875L16.5574644140625,81.499554875L16.3456544140625,81.643256875L16.1518304140625,81.812957875L15.9820404140625,82.005936875L15.8393884140625,82.218256875L15.7218364140625,82.452526875L15.6359074140625,82.697096875L15.5837694140625,82.956126875L15.5637434140625,83.245196875L15.5637434140625,87.087986875L25.0047244140625,86.634866875L25.0047244140625,81.684959875L17.7030744140625,81.228780875L17.5788744140625,81.224668875L17.2956044140625,81.244295875Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M116.1186783203125,47.09375L115.1878783203125,51.426429999999996L114.3976783203125,55.35521L113.7371783203125,58.90745L113.1956783203125,62.10835L112.7634783203125,64.98255L112.4298783203125,67.55324999999999L112.1859783203125,69.84395L112.0220783203125,71.87615L111.9293783203125,73.67135L111.9010783203125,75.24885L111.9283783203125,76.75135L112.0132783203125,78.35034999999999L112.1595783203125,80.05275L112.3722783203125,81.86255L112.6542783203125,83.78745L113.0112783203125,85.83035000000001L113.4483783203125,88.00005L113.9683783203125,90.30055L114.5790783203125,92.73865L115.2834783203125,95.32105L116.0883783203125,98.05375000000001L44.4727783203125,98.05375000000001L52.4844783203125,72.61275L52.4844783203125,50.73668L116.1186783203125,47.09375Z" fill-rule="evenodd" fill="#1664FF" fill-opacity="1"/><path d="M116.5434783203125,46.729919L52.4651083203125,50.39828L52.1455283203125,50.41657L52.1455283203125,72.56065L44.0106723203125,98.39275L116.5415783203125,98.39275L115.6104783203125,95.23185000000001L114.9078783203125,92.65625L114.2990783203125,90.22585000000001L114.2972783203125,90.21815000000001L113.7807783203125,87.93315L113.7790783203125,87.92535000000001L113.3452783203125,85.77195L113.3436783203125,85.76335L112.9888783203125,83.73355000000001L112.7083783203125,81.81835000000001L112.4968783203125,80.01835L112.3514783203125,78.32685000000001L112.2671783203125,76.73925L112.2400783203125,75.24875L112.2681783203125,73.68305000000001L112.3602783203125,71.89875L112.5230783203125,69.87985L112.5237783203125,69.87125L112.7660783203125,67.59685L112.7668783203125,67.58915L113.0986783203125,65.03295L113.5298783203125,62.16495L114.0703783203125,58.96935L114.7299783203125,55.42205L115.5192783203125,51.49762L116.5434783203125,46.729919ZM52.8234383203125,51.05678L52.8234383203125,72.66485L44.9348833203125,97.71475000000001L115.6351783203125,97.71475000000001L114.9564783203125,95.41024999999999L114.2502783203125,92.82095000000001L113.6386783203125,90.37915000000001L113.1168783203125,88.07095000000001L112.6781783203125,85.89295L112.3195783203125,83.84115L112.0361783203125,81.90684999999999L111.8223783203125,80.08705L111.6750783203125,78.37385L111.5895783203125,76.76335L111.5620783203125,75.24895000000001L111.5905783203125,73.65955L111.6837783203125,71.85385L111.8484783203125,69.81245L112.0931783203125,67.51345L112.4282783203125,64.93215000000001L112.8614783203125,62.05185L113.4038783203125,58.84545L114.0653783203125,55.28837L114.8564783203125,51.35524L115.6937783203125,47.457581L52.8234383203125,51.05678Z" fill-rule="evenodd" fill="#333333" fill-opacity="1"/></g><g><path d="M36.916504882812504,109.5611265625L38.186804882812496,109.6733265625L39.4394048828125,109.7318265625L40.675504882812504,109.7348265625L41.897004882812496,109.68402656250001L43.1048048828125,109.5796265625L44.3126048828125,109.4235265625L45.5058048828125,109.2177265625L46.6853048828125,108.9630265625L47.8521048828125,108.6596265625L49.0073048828125,108.3074265625L50.1458048828125,107.9084265625L51.2716048828125,107.4655265625L52.3848048828125,106.9777265625L53.4863048828125,106.4450265625L54.5760048828125,105.86552656250001L55.6394048828125,105.2509265625L56.6902048828125,104.5952265625L57.7273048828125,103.8987265625L58.7526048828125,103.1611265625L59.7653048828125,102.3796265625L60.7429048828125,101.5748265625L61.2219048828125,101.16212656249999L61.4590048828125,100.9523265625L61.9263048828125,100.5299265625L62.3858048828125,100.1016265625L62.8355048828125,99.6694265625L63.5477048828125,98.9572265625L64.2238048828125,98.2460265625L64.8736048828125,97.5240265625L65.4794048828125,96.8138065625L65.8346048828125,96.3767365625L66.42480488281251,95.6108765625L66.9468048828125,94.87917656249999L67.4053048828125,94.1796665625L67.83260488281249,93.4577065625L68.1790048828125,92.7913765625L68.4521048828125,92.1767365625L68.62970488281249,91.69185656249999L68.7546048828125,91.2508765625L68.8336048828125,90.8489265625L68.8716048828125,90.4820965625L68.87460488281249,90.3386865625L60.7399048828125,90.3386865625L60.7546048828125,89.9552765625L60.7887048828125,89.6811265625L60.8463048828125,89.4352765625L60.9146048828125,89.2391765625L60.9370048828125,89.1825865625L60.8726048828125,89.3035665625L60.8004048828125,89.4284465625L60.5312048828125,89.8567365625L60.3107048828125,90.1786865625L60.0024048828125,90.6050265625L59.6355048828125,91.0821065625L58.9614048828125,91.9016165625L58.2092048828125,92.7455165625L57.4121048828125,93.5728265625L56.5526048828125,94.4020965625L55.6541048828125,95.2060065625L54.7068048828125,95.9903965625L53.6658048828125,96.7864865625L52.6170048828125,97.5191265625L51.5594048828125,98.1904265625L50.4912048828125,98.8031265625L49.4141048828125,99.3582265625L48.4863048828125,99.7835265625L47.5546048828125,100.1640265625L46.616004882812504,100.4987265625L45.6716048828125,100.7894265625L44.7194048828125,101.0352265625L43.759404882812504,101.2391265625L42.7907048828125,101.3962265625L41.8141048828125,101.5045265625L40.8307048828125,101.5650265625L39.837504882812496,101.5777265625L38.8336048828125,101.5406265625L37.8180048828125,101.4538265625L37.2482048828125,101.3845265625L36.6921048828125,101.3055265625L36.148704882812495,101.2177265625L35.6180048828125,101.1191265625L34.543804882812495,100.8821265625L33.545804882812504,100.6050265625L32.6199048828125,100.2918265625L31.7614048828125,99.9426265625L30.9663048828125,99.5601265625L30.2297048828125,99.1455265625L29.5487048828125,98.6977265625L28.963404882812497,98.2538265625L28.4170048828125,97.77772656249999L27.9077048828125,97.2694265625L27.4346048828125,96.7269765625L26.9955048828125,96.1513765625L26.5907048828125,95.5386865625L26.2209148828125,94.8879565625L25.8843348828125,94.1962465625L25.565304882812498,93.4196665625L25.2823848828125,92.5874665625L25.035554882812498,91.6947865625L24.8267748828125,90.73868656249999L24.6599448828125,89.7142965625L24.5360448828125,88.6167365625L24.4579948828125,87.4421025625L24.4462848828125,87.1572265625L16.3175048828125,87.4508805625L16.3975040828125,88.8713765625L16.5301868828125,90.2274665625L16.7126268828125,91.5240465625L16.9448208828125,92.7630765625L17.2228708828125,93.9464865625L17.5457948828125,95.0791765625L17.9145748828125,96.1621065625L18.2950648828125,97.12698656250001L18.7106748828125,98.0509265625L19.1623848828125,98.9348265625L19.6482348828125,99.7816265625L20.1692148828125,100.5913265625L20.7243348828125,101.3660265625L21.3155548828125,102.1074265625L21.9438448828125,102.8167265625L22.6062848828125,103.4918265625L23.3038448828125,104.1338265625L24.0384848828125,104.7435265625L24.8111648828125,105.3211265625L25.6228648828125,105.8674265625L26.4755048828125,106.3816265625L27.3702048828125,106.8645265625L28.3097048828125,107.31622656249999L29.3663048828125,107.7630265625L30.4765048828125,108.1699265625L31.641404882812502,108.5348265625L32.8648048828125,108.8587265625L34.1497048828125,109.1387265625L35.4990048828125,109.3728265625L36.916504882812504,109.5611265625Z" fill="#1664FF" fill-opacity="1"/><path d="M34.082204882812505,109.4834265625L35.445804882812496,109.7200265625L35.4527048828125,109.7210265625L36.8779048828125,109.9103265625L38.163104882812505,110.0238265625L39.430804882812495,110.0830265625L40.6824048828125,110.0860265625L41.9194048828125,110.0346265625L43.1425048828125,109.9289265625L44.3650048828125,109.7709265625L45.5727048828125,109.5625265625L46.7666048828125,109.3048265625L47.9476048828125,108.99772656249999L49.1166048828125,108.6413265625L50.2682048828125,108.2377265625L51.4065048828125,107.7899265625L52.5318048828125,107.2967265625L53.6452048828125,106.7583265625L54.7464048828125,106.1727265625L55.8203048828125,105.5520265625L56.8811048828125,104.8901265625L57.9278048828125,104.1871265625L58.9625048828125,103.4428265625L59.9843048828125,102.6543265625L60.9691048828125,101.8434265625L61.4511048828125,101.4282265625L61.6917048828125,101.2154265625L62.1618048828125,100.7904265625L62.6253048828125,100.3585265625L63.0789048828125,99.9226265625L63.7992048828125,99.2024265625L64.4817048828125,98.4845265625L65.1378048828125,97.7555265625L65.7494048828125,97.0385465625L66.11000488281249,96.5947165625L66.7070048828125,95.8201365625L67.23670488281249,95.0775065625L67.70340488281249,94.36547656249999L68.1398048828125,93.6282765625L68.4955048828125,92.94382656249999L68.77790488281249,92.3085965625L68.9640048828125,91.8002465625L69.0964048828125,91.3327465625L69.1813048828125,90.9010365625L69.2225048828125,90.5038365625L69.23300488281251,89.9874665625L61.1048048828125,89.9874665625L61.1050048828125,89.9837265625L61.1349048828125,89.7430565625L61.1840048828125,89.5333265625L61.2438048828125,89.3616965625L63.5805048828125,83.4678665625L60.5655048828125,89.1331465625L60.4996048828125,89.2470265625L60.2375048828125,89.6639565625L60.0234048828125,89.9765465625L59.7208048828125,90.3950365625L59.3606048828125,90.8634365625L58.6946048828125,91.6731165625L57.9516048828125,92.5067165625L57.1636048828125,93.3245265625L56.3135048828125,94.1447465625L55.4249048828125,94.9397565625L54.4880048828125,95.7155665625L53.4585048828125,96.5028865625L52.4222048828125,97.2268265625L51.3779048828125,97.8896265625L50.3233048828125,98.4945265625L49.2603048828125,99.0423265625L48.3467048828125,99.4612265625L47.429104882812496,99.83592656249999L46.505304882812496,100.1653265625L45.5760048828125,100.4513265625L44.6390048828125,100.6933265625L43.694804882812505,100.8938265625L42.7432048828125,101.0481265625L41.7839048828125,101.1545265625L40.8176048828125,101.2139265625L39.8417048828125,101.2264265625L38.8551048828125,101.1899265625L37.8541048828125,101.1044265625L37.2906048828125,101.0359265625L36.7415048828125,100.9578265625L36.2088048828125,100.8716265625L35.687904882812504,100.7749265625L34.6287048828125,100.5411265625L33.6491048828125,100.2692265625L32.7425048828125,99.9625265625L31.9038048828125,99.6213265625L31.1287048828125,99.2485265625L30.4125048828125,98.8454265625L29.7516048828125,98.4107265625L29.1851048828125,97.9811265625L28.656704882812498,97.5207265625L28.164404882812498,97.0293965625L27.7068048828125,96.5047965625L27.2820048828125,95.9478265625L26.890204882812498,95.3549065625L26.5318048828125,94.7241865625L26.2049948828125,94.0525365625L25.8943348828125,93.2962965625L25.6181848828125,92.4840465625L25.3766348828125,91.6104565625L25.1719148828125,90.6729365625L25.0079848828125,89.6663465625L24.8859548828125,88.5853765625L24.8087348828125,87.4232595625L24.7828548828125,86.7936195625L15.9466908828125,87.1128272625L16.0472478828125,88.8983565625L16.1813598828125,90.2690565625L16.3659462828125,91.5808965625L16.6010838828125,92.8356265625L16.8828478828125,94.0348565625L17.2104678828125,95.1839965625L17.5847948828125,96.2832065625L17.9713648828125,97.2635265625L18.3939548828125,98.2029265625L18.8535048828125,99.1022265625L19.3480348828125,99.9641265625L19.8786048828125,100.7888265625L20.4441048828125,101.5779265625L21.0466148828125,102.3335265625L21.6868848828125,103.0563265625L22.3618648828125,103.7442265625L23.072624882812498,104.3983265625L23.8210448828125,105.0195265625L24.6078448828125,105.6076265625L25.434014882812498,106.1637265625L26.3013548828125,106.6867265625L27.2106048828125,107.17752656249999L28.1651048828125,107.63642656249999L29.2374048828125,108.0899265625L30.3635048828125,108.50252656250001L31.543904882812498,108.8723265625L32.7824048828125,109.2002265625L34.082204882812505,109.4834265625ZM60.3751048828125,90.6889865625L60.2839048828125,90.8150165625L59.9105048828125,91.3007665625L59.2282048828125,92.1301165625L58.4669048828125,92.9842965625L57.6606048828125,93.8211365625L56.7917048828125,94.6594465625L55.8833048828125,95.4722365625L54.9255048828125,96.2652465625L53.8731048828125,97.0700765625L52.8118048828125,97.8115265625L51.7410048828125,98.4911265625L50.6591048828125,99.11162656249999L49.5678048828125,99.67412656249999L48.6259048828125,100.1059265625L47.6800048828125,100.49222656250001L46.7267048828125,100.8321265625L45.767304882812496,101.1274265625L44.7999048828125,101.3772265625L43.8241048828125,101.5845265625L42.838204882812505,101.74432656249999L41.844204882812505,101.8545265625L40.8437048828125,101.9161265625L39.8333048828125,101.9290265625L38.8121048828125,101.8913265625L37.7818048828125,101.8032265625L37.2058048828125,101.7332265625L36.642704882812495,101.6532265625L36.088604882812504,101.5638265625L35.548104882812495,101.4634265625L34.4590048828125,101.2230265625L33.4425048828125,100.9408265625L32.4974048828125,100.6211265625L31.6190048828125,100.2638265625L30.8039048828125,99.8717265625L30.046804882812502,99.4456265625L29.345904882812498,98.9847265625L28.7416048828125,98.5264265625L28.1773048828125,98.0347265625L27.6510048828125,97.5094265625L27.1623048828125,96.94915656250001L26.7091048828125,96.3549165625L26.2911448828125,95.7224665625L25.9100148828125,95.0517165625L25.5636748828125,94.3399565625L25.2362948828125,93.5430365625L24.9465748828125,92.6908765625L24.6944748828125,91.7791065625L24.4816348828125,90.8044265625L24.3119048828125,89.7622465625L24.1861348828125,88.6480965625L24.1112248828125,87.5207795625L16.6883188828125,87.7889325625L16.7477608828125,88.8443865625L16.8790148828125,90.1858765625L17.0593078828125,91.4672065625L17.2885588828125,92.6905265625L17.5628948828125,93.8581265625L17.8811248828125,94.9743465625L18.2443648828125,96.0410065625L18.6187648828125,96.9904465625L19.0273948828125,97.8988265625L19.4712648828125,98.7674265625L19.9484348828125,99.5991265625L20.459824882812498,100.3939265625L21.0045648828125,101.1541265625L21.5844848828125,101.8814265625L22.2008048828125,102.5771265625L22.8507148828125,103.2395265625L23.535084882812498,103.86932656249999L24.2559148828125,104.4676265625L25.0144548828125,105.0346265625L25.8117548828125,105.5712265625L26.6497048828125,106.07652656249999L27.5298048828125,106.5516265625L28.4543048828125,106.99602656249999L29.4952048828125,107.4362265625L30.5895048828125,107.8372265625L31.7389048828125,108.19722656249999L32.9472048828125,108.5171265625L34.2171048828125,108.7939265625L35.5521048828125,109.02562656250001L36.9551048828125,109.2119265625L38.2104048828125,109.3228265625L39.4480048828125,109.3806265625L40.6687048828125,109.3835265625L41.8746048828125,109.3334265625L43.067204882812504,109.2304265625L44.2602048828125,109.0762265625L45.438804882812505,108.8728265625L46.604004882812504,108.6213265625L47.7567048828125,108.3215265625L48.8979048828125,107.9736265625L50.0234048828125,107.5792265625L51.1368048828125,107.1411265625L52.2378048828125,106.6586265625L53.3273048828125,106.1317265625L54.4056048828125,105.5583265625L55.4586048828125,104.9497265625L56.4993048828125,104.30042656250001L57.5268048828125,103.6102265625L58.5427048828125,102.8794265625L59.5463048828125,102.1050265625L60.5165048828125,101.3062265625L60.9926048828125,100.8960265625L61.2262048828125,100.6893265625L61.6908048828125,100.2693265625L62.1463048828125,99.8447265625L62.5922048828125,99.4162265625L63.2963048828125,98.7120265625L63.9660048828125,98.0074265625L64.6094048828125,97.2925265625L65.2095048828125,96.5890565625L65.5591048828125,96.1587665625L66.14260488281249,95.4016565625L66.65680488281251,94.6808165625L67.10720488281251,93.9938465625L67.5254048828125,93.2871765625L67.8624048828125,92.6389265625L68.1264048828125,92.0448365625L68.2953048828125,91.5834965625L68.4127048828125,91.1690265625L68.48590488281249,90.7968265625L68.49700488281249,90.6899065625L60.3750048828125,90.6899065625L60.3751048828125,90.6889865625Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M25.3559244140625,87.044921875L25.3559244140625,88.936631875L15.2125244140625,89.215651875L15.2125244140625,87.481022875L25.3559244140625,87.044921875Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/><path d="M25.7071244140625,86.678277875L15.1974382140625,87.130127175L14.8613054140625,87.144578775L14.8613054140625,89.576671875L25.7071244140625,89.278321875L25.7071244140625,86.678277875ZM15.5637434140625,87.817465875L15.5637434140625,88.854641875L25.0047244140625,88.594941875L25.0047244140625,87.411565875L15.5637434140625,87.817465875Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M123.2465087890625,63.0224609375L123.4504087890625,63.0419743375L123.6377087890625,63.0985583375L123.8094087890625,63.1892919375L123.9587087890625,63.3112439375L124.0826087890625,63.4585589375L124.1772087890625,63.6283169375L124.2367087890625,63.8146589375L124.2592087890625,64.0185609375L124.2582087890625,64.0780709375L123.1558087890625,85.8156609375L123.1265087890625,86.0117609375L123.0621087890625,86.1922609375L122.9655087890625,86.3551609375L122.8416087890625,86.49566093749999L122.6943087890625,86.6107609375L122.5265087890625,86.6975609375L122.3431087890625,86.7512609375L122.1450087890625,86.7687609375L42.0435817890625,86.1219609375L41.8396797890625,86.0995609375L41.6533377890625,86.0400609375L41.4826067890625,85.9453609375L41.3352917890625,85.8214609375L41.2143137890625,85.6722609375L41.1226061890625,85.50046093750001L41.0660221890625,85.3131609375L41.0465087890625,85.1092609375L42.1440687890625,64.6868509375L42.1743087890625,64.4927009375L42.2377287890625,64.3161209375L42.3323687890625,64.1541709375L42.4533387890625,64.0146569375L42.5987087890625,63.8995359375L42.7635787890625,63.8127049375L42.9440687890625,63.7570949375L43.1382187890625,63.7366079375L123.2465087890625,63.0224609375Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/><path d="M123.2617087890625,62.6710919375L43.1350887890625,63.3854029375L43.1181787890625,63.3855529375L42.8732687890625,63.4113969375L42.6288887890625,63.4866939375L42.4062087890625,63.6039649375L42.2095187890625,63.7597289375L42.045606789062504,63.9487609375L41.9181357890625,64.1669109375L41.8324377890625,64.4055309375L41.7943077890625,64.6503109375L40.6943877890625,85.1166609375L40.7197227890625,85.3813609375L40.7964377890625,85.6353609375L40.9203227890625,85.86726093749999L41.0835527890625,86.0686609375L41.2825767890625,86.2360609375L41.5134227890625,86.3640609375L41.7663197890625,86.4447609375L42.0229037890625,86.47306093750001L122.1592087890625,87.1201609375L122.4085087890625,87.09806093750001L122.6577087890625,87.0251609375L122.8848087890625,86.9076609375L123.0835087890625,86.7523609375L123.2508087890625,86.5626609375L123.3815087890625,86.3421609375L123.4688087890625,86.0974609375L123.5057087890625,85.8505609375L124.6093087890625,64.0898509375L124.6107087890625,64.0021679375L124.5820087890625,63.7412979375L124.5011087890625,63.4879999375L124.3730087890625,63.2581999375L124.2063087890625,63.0600336375L124.0045087890625,62.8951339375L123.7718087890625,62.7721619375L123.5186087890625,62.6956749375L123.2617087890625,62.6710919375ZM43.1582587890625,64.0876609375L43.0148687890625,64.1027909375L42.8982787890625,64.1387209375L42.7911987890625,64.1951109375L42.6971587890625,64.2695809375L42.6191187890625,64.3595809375L42.5573287890625,64.4653309375L42.5161887890625,64.5798809375L42.4938287890625,64.7234009375L41.3986297890625,85.1019609375L41.4123217890625,85.2450609375L41.4487757890625,85.3656609375L41.5083037890625,85.4771609375L41.5870287890625,85.5742609375L41.6826367890625,85.6546609375L41.7932507890625,85.7160609375L41.9130457890625,85.75426093749999L42.0642587890625,85.7708609375L122.1309087890625,86.4174609375L122.2776087890625,86.4044609375L122.3953087890625,86.3700609375L122.5038087890625,86.3138609375L122.5997087890625,86.2388609375L122.6803087890625,86.1476609375L122.7427087890625,86.0422609375L122.7842087890625,85.92596093750001L122.8059087890625,85.78076093749999L123.9071087890625,64.0663209375L123.9076087890625,64.0349509375L123.8915087890625,63.8880089375L123.8533087890625,63.7686389375L123.7922087890625,63.6589189375L123.7111087890625,63.5624579375L123.6143087890625,63.4834489375L123.5037087890625,63.4249559375L123.3822087890625,63.3882739375L123.2313087890625,63.3738299375L43.1582587890625,64.0876609375Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M121.4037501953125,40.0087890625L121.6086501953125,40.0243984625L121.7969501953125,40.0780572625L121.9696501953125,40.1668370625L122.1208501953125,40.2858620625L122.2466501953125,40.4302520625L122.3432501953125,40.5980570625L122.4057501953125,40.7824480625L122.4320501953125,40.9853740625L122.4320501953125,58.6653890625L122.4154501953125,58.8477890625L122.3686501953125,59.0175890625L122.2925501953125,59.1765890625L122.1910501953125,59.3180890625L122.0671501953125,59.439989062500004L121.9227501953125,59.539489062499996L121.7618501953125,59.612689062499996L121.5842501953125,59.6575890625L113.3803501953125,60.948289062499995L52.9101501953125,60.948289062499995L42.6915731953125,60.4565890625L42.4886441953125,60.4263890625L42.3052321953125,60.3589890625L42.1384011953125,60.2585890625L41.9959631953125,60.128789062500005L41.8808411953125,59.9755890625L41.7969374953125,59.8009890625L41.7471834953125,59.611689062500005L41.7364501953125,59.4077890625L42.7920601953125,42.7834190625L42.8223001953125,42.5931790625L42.8857201953125,42.4185490625L42.9793801953125,42.2604990625L43.0984001953125,42.1229390625L43.2408401953125,42.0087890625L43.4027901953125,41.9219590625L43.5793801953125,41.8653790625L43.7706001953125,41.8429390625L89.2554501953125,40.7678130625L121.4037501953125,40.0087890625Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/><path d="M121.4129501953125,39.6572540625L89.2471501953125,40.4166920625L43.745930195312496,41.4921990625L43.5046301953125,41.5205190625L43.2650901953125,41.5972790625L43.0464201953125,41.7145190625L42.8537701953125,41.8688990625L42.6932321953125,42.0544290625L42.5668091953125,42.2677690625L42.4807131953125,42.5048690625L42.4425961953125,42.7446390625L41.3846441953125,59.405889062499995L41.3983431953125,59.666189062499996L41.4658041953125,59.9227890625L41.5792671953125,60.1589890625L41.7350359853125,60.3661890625L41.9274991953125,60.5414890625L42.1527401953125,60.6771890625L42.4013481953125,60.7683890625L42.6571611953125,60.806589062499995L52.9016501953125,61.2994890625L113.4078501953125,61.2994890625L121.6547501953125,60.0019890625L121.8784501953125,59.9454890625L122.0964501953125,59.846389062499995L122.2917501953125,59.7117890625L122.4589501953125,59.547189062499996L122.5959501953125,59.356089062500004L122.6989501953125,59.1409890625L122.7623501953125,58.910889062500004L122.7832501953125,58.6812890625L122.7832501953125,40.9626710625L122.7495501953125,40.7027410625L122.6648501953125,40.4527410625L122.5339501953125,40.2253310625L122.3639501953125,40.0302555625L122.1602501953125,39.8699400625L121.9266501953125,39.7498110625L121.6707501953125,39.6768920625L121.4129501953125,39.6572540625ZM43.7952701953125,42.1936690625L89.2637501953125,41.1189390625L121.3945501953125,40.3603240625L121.5465501953125,40.3719050625L121.6672501953125,40.406302062500004L121.7789501953125,40.4637390625L121.8777501953125,40.5414630625L121.9593501953125,40.6351730625L122.0216501953125,40.7433810625L122.0618501953125,40.8621530625L122.0808501953125,41.0080820625L122.0808501953125,58.6493890625L122.0685501953125,58.7846890625L122.0383501953125,58.8940890625L121.9890501953125,58.997089062499995L121.9232501953125,59.0888890625L121.8426501953125,59.168189062500005L121.7491501953125,59.2326890625L121.6451501953125,59.279889062500004L121.5137501953125,59.3130890625L113.3528501953125,60.597089062500004L52.9185501953125,60.597089062500004L42.7259971953125,60.1065890625L42.5759341953125,60.084289062500005L42.4577291953125,60.0408890625L42.3493001953125,59.9755890625L42.2568891953125,59.8913890625L42.1824161953125,59.792289062500004L42.1280711953125,59.6791890625L42.0960231953125,59.557289062500004L42.0882561953125,59.4096890625L43.1415201953125,42.8222090625L43.1639001953125,42.6814890625L43.2046301953125,42.5693190625L43.2655201953125,42.4665590625L43.3430301953125,42.3769790625L43.4352701953125,42.3030690625L43.5405001953125,42.2466490625L43.6541301953125,42.2102290625L43.7952701953125,42.1936690625Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M49.8998709765625,73.48359484375L49.6618239765625,73.77530484375L49.4296309765625,74.10506484375L49.2032889765625,74.47579484375L49.0549969765625,74.76847484375L48.9340199765625,75.07091484375L48.8423119765625,75.38311484375L48.7798744765625,75.70213484375L48.7476776865625,76.02603484375L48.7447509765625,76.35481484375L48.7964581765625,76.83579484375L48.9057259765625,77.28554484375L49.0715809765625,77.70994484375L49.2910929765625,78.10994484375L49.5545089765625,78.47091484375L49.8637709765625,78.79676484375L50.2110909765625,79.08067484375L50.5896309765625,79.31676484375L51.003290976562496,79.50603484375L51.4374309765625,79.63969484375L51.8930409765625,79.71384484375L52.3749909765625,79.72945484375L52.6198709765625,79.70701484375L53.0169509765625,79.61432484375L53.4130409765625,79.46213484375L53.8110909765625,79.24750484375L54.1857209765625,78.98993484375L54.5418209765625,78.69432484375L54.8803609765625,78.35774484375L55.190610976562496,77.99579484375L55.4628009765625,77.62018484375L55.6989009765625,77.23286484375L55.8998709765625,76.82603484375L56.045240976562496,76.43774484375L56.1398709765625,76.06408484375L56.190610976562496,75.63579484375L56.1935309765625,75.23676484375L56.1496309765625,74.86311484375L56.0618309765625,74.51091484375L55.9301209765625,74.16750484375L55.7652409765625,73.85042484375L55.5671909765625,73.55774484375L55.3340209765625,73.28749484375L55.0725609765625,73.04359684375L54.7896309765625,72.82896484375L54.4852409765625,72.64262284375L54.1554809765625,72.48359784375L53.8130409765625,72.35871984375L53.4618209765625,72.26798904375L53.0998709765625,72.21140194375L52.7252409765625,72.18896484375L52.3525609765625,72.20457494375L51.9818309765625,72.25920884375L51.6120709765625,72.35481684375L51.2403609765625,72.49237784375L50.8901209765625,72.66701284375L50.5515809765625,72.88847584375L50.2218209765625,73.15872084375L49.8998709765625,73.48359484375ZM55.6130409765625,75.83774484375L55.5496309765625,76.09725484375L55.4530409765625,76.37237484375L55.3203609765625,76.66701484375L55.0813309765625,77.09237484375L54.7847509765625,77.51969484375L54.449140976562504,77.92359484375L54.082310976562496,78.29237484375L53.6881709765625,78.61920484375L53.2920709765625,78.87969484375L53.0140209765625,79.02018484375L52.7476809765625,79.11774484375L52.4901109765625,79.17725484375L52.2657309765625,79.19676484375L51.8745009765625,79.18408484375L51.5018209765625,79.12164484375L51.1457309765625,79.01042484375L50.8071909765625,78.85237484375L50.4959709765625,78.65627484375L50.2091409765625,78.41920484375L49.9545109765625,78.14896484375L49.7359709765625,77.84847484375L49.5545089765625,77.51579484375L49.4159709765625,77.16262484375L49.3252399765625,76.78798484375L49.2823129765625,76.38798484375L49.2949959765625,75.98018484375L49.3642639765625,75.58018484375L49.4871919765625,75.19384484375L49.6647529765625,74.82506484375L49.8940209765625,74.44945484375L50.1232909765625,74.12262484375L50.3525609765625,73.84262484375L50.6179209765625,73.57237484375L50.8901209765625,73.34506484375L51.1681609765625,73.15872084375L51.4549909765625,73.00945284375L51.8598709765625,72.85628184375L52.2637809765625,72.76164684375L52.6686509765625,72.72457384375L53.0764609765625,72.73920684375L53.4676809765625,72.80262084375L53.8452409765625,72.91384184375L54.2062109765625,73.07286684375L54.5349909765625,73.26993484375L54.8335309765625,73.50798484375L55.096950976562496,73.78311484375L55.3125609765625,74.09042484375L55.4832909765625,74.43189484375L55.5759709765625,74.70213484375L55.6335309765625,74.98701484375L55.6579209765625,75.29042484375L55.6452409765625,75.61432484375L55.6130409765625,75.83774484375Z" fill="#606266" fill-opacity="1"/></g><g><path d="M60.9105105390625,74.8588015625L60.8031955390625,75.2090415625L60.7212420390625,75.5885515625L60.6646609390625,76.0002615625L60.6519775390625,76.3144115625L60.6724615390625,76.6246515625L60.7290485390625,76.9329415625L60.8178325390625,77.2334315625L60.9397835390625,77.5270915625L61.0978315390625,77.8149015625L61.3056375390625,78.1134315625L61.5407565390625,78.3846515625L61.8031975390625,78.6324515625L62.0958775390625,78.8568515625L62.5144175390625,79.1124515625L62.9641775390625,79.3192815625L63.4480675390625,79.4773315625L63.9466175390625,79.5827015625L64.4558775390625,79.6344115625L64.9797775390625,79.6305015625L65.4997875390625,79.5700215625L66.0109975390625,79.4500115625L66.5173475390625,79.2685515625L66.7622175390625,79.1495315625L67.1349075390625,78.90465156249999L67.4744175390625,78.6129415625L67.7807575390625,78.2685515625L68.0480775390625,77.8909915625L68.2753975390625,77.4909915625L68.4646575390625,77.0646515625L68.6129475390625,76.6236715625L68.7144175390625,76.1885515625L68.7729475390625,75.7583115625L68.7846575390625,75.3251415625L68.7475875390625,74.9290415625L68.6656375390625,74.5661115625L68.5388075390625,74.2334315625L68.38368753906249,73.9300215625L68.2002675390625,73.6558715625L67.9875875390625,73.4061115625L67.6636875390625,73.1105065625L67.3036875390625,72.8587975625L66.9036875390625,72.6500185625L66.4812475390625,72.4880665625L66.0383175390625,72.3700185625L65.5719775390625,72.2958716625L65.0997775390625,72.2666015625L64.6256375390625,72.2812380625L64.1485575390625,72.3407488625L63.6792875390625,72.4451395625L63.2275875390625,72.5924575625L62.7924675390625,72.7846535625L62.3807575390625,73.0207485625L62.0041675390625,73.3007515625L61.6607575390625,73.6246515625L61.4314885390625,73.8929415625L61.2305135390625,74.1875815625L61.0568515390625,74.5085515625L60.9105105390625,74.8588015625ZM67.9173375390625,74.6227015625L67.9856375390625,74.9300215625L68.0129575390625,75.2744115625L67.9973375390625,75.6617215625L67.9427075390625,76.0470915625L67.8509975390625,76.4383115625L67.7212375390625,76.8373315625L67.5573375390625,77.2236815625L67.3661275390625,77.5827015625L67.1456375390625,77.9153815625L66.8900275390625,78.2207515625L66.6178275390625,78.4695315625L66.3261175390625,78.6656315625L66.10758753906251,78.7709915625L65.7075875390625,78.9134315625L65.3007575390625,79.0080615625L64.8861175390625,79.0548915625L64.4675875390625,79.0558715625L64.0588075390625,79.0129415625L63.6578275390625,78.9261115625L63.2685675390625,78.7973315625L62.905637539062496,78.6295315625L62.5680775390625,78.4227015625L62.2588075390625,78.1768515625L61.9905075390625,77.8968515625L61.7612475390625,77.5797715625L61.5807595390625,77.2295315625L61.4627085390625,76.8666015625L61.4178285390625,76.6178215625L61.4012455390625,76.3661115625L61.4119755390625,76.1124515625L61.4675855390625,75.7066015625L61.5456335390625,75.3417215625L61.6461245390625,75.0129415625L61.7856375390625,74.68514156250001L61.9534375390625,74.3875815625L62.1475875390625,74.1192815625L62.3700275390625,73.8773315625L62.7046575390625,73.5914815625L63.0695375390625,73.3524515625L63.4666075390625,73.1583105625L63.8841775390625,73.0109925625L64.3105175390625,72.9105045625L64.7485575390625,72.8558705625L65.1895375390625,72.8461135625L65.6158775390625,72.8841645625L66.0295375390625,72.9661145625L66.4295375390625,73.0958695625L66.7934375390625,73.2705015625L67.1241675390625,73.4890415625L67.3475875390625,73.6831915625L67.5417375390625,73.9017215625L67.7066075390625,74.1475815625L67.8451475390625,74.4217215625L67.9173375390625,74.6227015625Z" fill="#606266" fill-opacity="1"/></g><g><path d="M108.3646181015625,48.3470828125L108.2572911015625,48.6973228125L108.1753436015625,49.0768328125L108.1187625015625,49.4895128125L108.1060791015625,49.8026928125L108.1265631015625,50.1129328125L108.1831442015625,50.4212228125L108.2719281015625,50.7217128125L108.3938791015625,51.0153728125L108.5519271015625,51.3031728125L108.7597331015625,51.6017128125L108.9948581015625,51.8729328125L109.2572891015625,52.1207328125L109.5499791015625,52.3451228125L109.9685191015625,52.6007328125L110.4182691015625,52.8075628125L110.9021691015625,52.9656128125L111.4007191015625,53.0709828125L111.9099791015625,53.1226928125L112.4338791015625,53.1187828125L112.9538791015625,53.0582928125L113.4650991015625,52.9382928125L113.9714491015625,52.7568328125L114.2163191015625,52.6378128125L114.58899910156251,52.3929328125L114.9285091015625,52.1012228125L115.2348591015625,51.7568328125L115.5021691015625,51.3792728125L115.7294991015625,50.9792728125L115.9187591015625,50.5529328125L116.0670491015625,50.1119528125L116.1685191015625,49.6768328125L116.2270491015625,49.2465928125L116.2387591015625,48.8134228125L116.2016891015625,48.417322812500004L116.1187591015625,48.0543928125L115.9929091015625,47.7217128125L115.83778910156249,47.4182928125L115.6543691015625,47.1441528125L115.4416791015625,46.8943928125L115.1177891015625,46.5987858125L114.7577791015625,46.3470788125L114.3577791015625,46.1382978125L113.9353491015625,45.9763468125L113.4924191015625,45.8582968125L113.0260691015625,45.7841514125L112.5538791015625,45.7548828125L112.0797391015625,45.7695178125L111.6026591015625,45.8290301125L111.1333891015625,45.9334198125L110.6816891015625,46.0807358125L110.2465591015625,46.2729318125L109.8348591015625,46.5090298125L109.4582691015625,46.7890328125L109.1148591015625,47.1129328125L108.8855901015625,47.3812228125L108.6846091015625,47.6758628125L108.5109591015625,47.9968328125L108.3646181015625,48.3470828125ZM115.3714391015625,48.1109828125L115.4397291015625,48.4182928125L115.4670491015625,48.7626828125L115.4514391015625,49.1500028125L115.3968091015625,49.5353728125L115.3050991015625,49.9265928125L115.1753391015625,50.3256128125L115.0114391015625,50.7119528125L114.8202191015625,51.0709828125L114.5997291015625,51.4036628125L114.3441191015625,51.7090328125L114.0719391015625,51.9578128125L113.7802191015625,52.1539028125L113.5616791015625,52.2592728125L113.1616791015625,52.4017128125L112.7548591015625,52.496342812500004L112.3392491015625,52.5431728125L111.9216891015625,52.5441528125L111.5128991015625,52.501222812500004L111.1119291015625,52.4143928125L110.7226591015625,52.2856128125L110.3597391015625,52.1178128125L110.0221791015625,51.9109828125L109.7129091015625,51.6651228125L109.4446091015625,51.3851228125L109.2153491015625,51.0680528125L109.0348611015625,50.7178128125L108.9168051015625,50.3548828125L108.8719301015625,50.1061028125L108.8553411015625,49.8543928125L108.8660711015625,49.6007328125L108.9216871015625,49.1948828125L108.9997291015625,48.8300028125L109.1002201015625,48.501222812500004L109.2397391015625,48.1734228125L109.4075391015625,47.8758628125L109.6016891015625,47.6075628125L109.8241291015625,47.3656128125L110.1587491015625,47.0797628125L110.5236291015625,46.8407328125L110.9207091015625,46.6465898125L111.3382791015625,46.4992738125L111.7646191015625,46.3987858125L112.2026591015625,46.3441518125L112.6436391015625,46.3343948125L113.0699791015625,46.3724438125L113.4836391015625,46.4543948125L113.8836391015625,46.5841508125L114.2475391015625,46.7587828125L114.5782691015625,46.9773228125L114.8016891015625,47.1714728125L114.9958391015625,47.3900028125L115.1607091015625,47.6358628125L115.2992491015625,47.9100028125L115.3714391015625,48.1109828125Z" fill="#606266" fill-opacity="1"/></g><g><path d="M113.9313291015625,88.78564453125L123.4425291015625,90.81003453125L123.6220291015625,90.86563453125L123.7811291015625,90.94954453125L123.9216291015625,91.05979453125L124.0396291015625,91.19247453125L124.1323291015625,91.34369453125L124.1986291015625,91.51052453125L124.2328291015625,91.68710453125L124.2347291015625,91.87442453125L122.5333291015625,112.77974453125L122.4991291015625,112.96804453125L122.4338291015625,113.14074453125L122.3391291015625,113.29684453125L122.2182291015625,113.43244453125L122.0747291015625,113.54364453125L121.9128291015625,113.62764453125L121.7372291015625,113.68224453125L121.5460291015625,113.70274453125L42.0318391015625,114.85194453125L41.8279371015625,114.83444453125L41.6396451015625,114.77884453125L41.4669611015625,114.68804453125L41.3176921015625,114.56804453125L41.1928141015625,114.42174453125L41.0972067015625,114.25194453125L41.0367193015625,114.06564453125L41.0123291015625,113.86174453125L41.6250121015625,92.59149453125L41.6503761015625,92.39344453125L41.7098891015625,92.21296453125L41.8045241015625,92.04613453125L41.9284251015625,91.89978453125L42.0767191015625,91.78173453125L42.2523291015625,91.68905453125L47.349889101562496,89.62856653125L113.9313291015625,88.78564453125Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/><path d="M113.9661291015625,88.43395653125L47.3454391015625,89.27737553125L47.2794491015625,89.27821053125L42.1041691015625,91.37011453125L41.8836981015625,91.48647453125L41.6826771015625,91.64650453125L41.5152431015625,91.84426453125L41.3872311015625,92.06993453125L41.3062791015625,92.31543453125L41.2744371015625,92.56406453125L40.6605061015625,113.87764453125L40.6920621015625,114.14144453125L40.7739751015625,114.39374453125001L40.9035201015625,114.62374453125L41.0719298015625,114.82114453125L41.2734451015625,114.98314453125L41.5069451015625,115.10584453125L41.7624691015625,115.18134453125L42.0192791015625,115.20344453125L121.5672291015625,114.05364453125L121.8087291015625,114.02774453125L122.0468291015625,113.95374453125L122.2647291015625,113.84084453125L122.4588291015625,113.69034453124999L122.6227291015625,113.50654453125L122.7508291015625,113.29524453125L122.8390291015625,113.06234453125L122.8819291015625,112.82544453125L124.5861291015625,91.88686453125L124.5837291015625,91.65164453125L124.5372291015625,91.41143453125L124.4475291015625,91.18588453125L124.3227291015625,90.98232453125L124.1631291015625,90.80286453125L123.9730291015625,90.65369453125L123.7571291015625,90.53979453125L123.5312291015625,90.46982453125L113.9661291015625,88.43395653125ZM47.4203291015625,89.97892453125L42.4004891015625,92.00799453125L42.2697391015625,92.07700453125L42.1741691015625,92.15307453125L42.0938091015625,92.24800453125L42.0325491015625,92.35598453125L41.9944731015625,92.47145453125L41.9755871015625,92.61892453125L41.3641521015625,113.84584453125L41.3813761015625,113.98984453125L41.4204381015625,114.11014453125L41.4821081015625,114.21964453125L41.5634561015625,114.31504453125L41.6604751015625,114.39304453125L41.7723461015625,114.45174453125L41.8934071015625,114.48754453125L42.0443991015625,114.50054453125L121.5247291015625,113.35174453125L121.6656291015625,113.33664453125L121.7788291015625,113.30144453125L121.8848291015625,113.24654453125L121.9775291015625,113.17464453125L122.0555291015625,113.08714453125L122.1167291015625,112.98624453125001L122.1593291015625,112.87374453125L122.1846291015625,112.73404453124999L123.8834291015625,91.86204453125L123.8819291015625,91.72256453125L123.8601291015625,91.60960453125L123.8171291015625,91.50150453125L123.7565291015625,91.40261453125L123.6800291015625,91.31670453125L123.5892291015625,91.24540453125L123.4870291015625,91.19148453125L123.3538291015625,91.15024453125L113.8966291015625,89.13733253125L47.4203291015625,89.97892453125Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M47.2658967578125,90.20087378125L113.4883267578125,89.39892578125L113.6561267578125,89.40770889125L113.8220267578125,89.43697598125L123.3722267578125,91.73453578125L122.7829267578125,100.13652578125L116.7273267578125,98.58038578125L112.9215267578125,92.08575578125L47.9039467578125,95.25648578125L45.9127267578125,96.69063578125L42.4249267578125,96.69063578125L42.4249267578125,92.48380578125L47.2658967578125,90.20087378125Z" fill-rule="evenodd" fill="#F4F4F4" fill-opacity="1"/></g><g><path d="M42.4678955078125,59.790964375L52.8190955078125,60.354864375L113.5507955078125,60.354864375L113.8385955078125,60.323654375L121.5858955078125,58.637794375L121.5858955078125,56.740234375L42.6513105078125,57.319746375L42.4678955078125,59.790964375Z" fill-rule="evenodd" fill="#F4F4F4" fill-opacity="1"/></g><g><path d="M110.3204830078125,59.06515609375L110.6375830078125,59.30711109375L110.9282830078125,59.57345109375L111.1936830078125,59.86516109375L111.4355830078125,60.18223109375L128.6492830078125,85.04762109375L128.88348300781252,85.42612109375L129.0736830078125,85.81152109375L129.2219830078125,86.20172109375L129.3282830078125,86.60172109375L129.3975830078125,87.01152109375L129.4258830078125,87.41732109375L129.41608300781252,87.81932109375L129.3672830078125,88.22032109375L129.2804830078125,88.61442109375L129.15658300781251,88.99392109375L128.9965830078125,89.35982109375L128.7975830078125,89.71392109375L128.5653830078125,90.04562109375L128.2980830078125,90.35202109375L127.9946830078125,90.63492109375L127.65128300781251,90.89642109375L127.2931830078125,91.11202109375L126.9185830078125,91.28852109375L126.52538300781251,91.42612109375L126.1214830078125,91.52372109375L125.70778300781251,91.57932109375L125.2824830078125,91.59392109375L91.6834330078125,91.02222109375L91.2463630078125,90.99102109374999L90.8278230078125,90.92072109374999L90.4248930078125,90.81052109375L90.0366030078125,90.66222109374999L89.6629430078125,90.47592109375L89.3136730078125,90.26032109375001L88.9868530078125,90.01342109375L88.6824630078125,89.73442109375L88.4044030078125,89.42902109375L88.1575810078125,89.10222109375L87.9419690078125,88.75202109375L87.7566070078125,88.37732109375L87.6083120078125,87.98902109375L87.4980680078125,87.58612109375L87.4278267078125,87.16662109375L87.3975830078125,86.72852109375L87.4122136078125,86.30322109375L87.4678240078125,85.88952109375L87.5653850078125,85.48372109375L87.7029490078125,85.09052109375L87.8785580078125,84.71592109375L88.0941640078125,84.35682109375L104.4804830078125,60.06418109375L104.7409830078125,59.71979109375L105.0238830078125,59.41540109375L105.3302830078125,59.14808309375L105.6609830078125,58.91588809375L106.0141830078125,58.71686509375L106.3799830078125,58.55588709375L106.7585830078125,58.43296209375L107.1526830078125,58.34515829375L107.5526830078125,58.29637778375L107.95468300781249,58.28662109375L108.3585830078125,58.31588819375L108.7682830078125,58.38418209375L109.1673830078125,58.49150009375L109.5575830078125,58.63979109375L109.9419830078125,58.830033093750004L110.3204830078125,59.06515609375ZM108.9965830078125,81.93642109375L108.83958300781251,81.93642109375L108.5097830078125,81.96862109375L108.20728300781249,82.05252109375L107.9263830078125,82.19002109375L107.6726830078125,82.37342109375L107.4580830078125,82.59392109375L107.2775830078125,82.85442109375L107.1438830078125,83.14122109375L107.0619830078125,83.45152109375L107.0307830078125,83.79002109375L107.0619830078125,84.12852109375L107.1438830078125,84.43882109375L107.2775830078125,84.72562109375L107.4580830078125,84.98612109375L107.6726830078125,85.20662109375L107.9263830078125,85.39002109375L108.20728300781249,85.52762109375L108.5097830078125,85.61252109375L108.83958300781251,85.64372109375L108.9965830078125,85.64372109375L109.3263830078125,85.61252109375L109.6287830078125,85.52762109375L109.9097830078125,85.39002109375L110.1624830078125,85.20662109375L110.3780830078125,84.98612109375L110.5585830078125,84.72562109375L110.6921830078125,84.43882109375L110.7741830078125,84.12852109375L110.80538300781251,83.79002109375L110.7741830078125,83.45152109375L110.6921830078125,83.14122109375L110.5585830078125,82.85442109375L110.3780830078125,82.59392109375L110.1624830078125,82.37342109375L109.9097830078125,82.19002109375L109.6287830078125,82.05252109375L109.3263830078125,81.96862109375L108.9965830078125,81.93642109375ZM111.5848830078125,68.23881109375L106.2277830078125,68.23881109375L106.1351830078125,68.24564109375L105.9721830078125,68.29442109375L105.83958300781251,68.37542109375L105.7302830078125,68.48952109375L105.6531830078125,68.62812109375L105.6151830078125,68.78032109375L105.6170830078125,68.94902109375L107.1770830078125,79.22902109374999L107.2277830078125,79.45052109375L107.3077830078125,79.65152109375L107.4160830078125,79.83492109375L107.5526830078125,79.99882109375L107.7087830078125,80.13732109375L107.8863830078125,80.25052109375L108.0794830078125,80.33542109375L108.2853830078125,80.38712109375L108.5058830078125,80.40562109375L109.2521830078125,80.40562109375L109.47268300781249,80.38712109375L109.6775830078125,80.33542109375L109.87078300781249,80.25052109375L110.0482830078125,80.13732109375L110.2043830078125,79.99882109375L110.3409830078125,79.83492109375L110.4502830078125,79.65152109375L110.5292830078125,79.45052109375L110.5799830078125,79.22902109374999L112.1955830078125,68.95292109375L112.20348300781251,68.85642109375L112.1790830078125,68.68852109375L112.11958300781251,68.54512109375L112.02198300781251,68.41932109375L111.8970830078125,68.32272109375L111.7526830078125,68.26223109375L111.5848830078125,68.23881109375Z" fill="#F62234" fill-opacity="1"/></g><g><path d="M96.1321572265625,101.0679234375L95.8667972265625,101.3937834375L95.6072822265625,101.7615834375L95.3546022265625,102.1752434375L95.1887472265625,102.5010934375L95.0541132265625,102.8386634375L94.9526512265625,103.1869534375L94.8824046265625,103.5430434375L94.8463075265625,103.9040234375L94.8424072265625,104.2708534375L94.8804515265625,104.6767034375L94.9536222265625,105.0620734375L95.0628902265625,105.4308534375L95.2082612265625,105.7830434375L95.3867932265625,106.1215834375L95.5936222265625,106.4357334375L95.8277702265625,106.7264634375L96.0911872265625,106.9947534375L96.3789972265625,107.2376834375L96.6853272265625,107.4503634375L97.0131372265625,107.6328034375L97.3624072265625,107.7859734375L97.7243572265625,107.9040234375L98.0980172265625,107.9850034375L98.4863072265625,108.0289034375L98.8921572265625,108.0347534375L99.1653372265625,108.0103634375L99.5214272265625,107.9332934375L99.8765472265625,107.8123134375L100.2345972265625,107.6454834375L100.5770372265625,107.4454834375L100.9106972265625,107.2132934375L101.2355772265625,106.9459734375L101.6872872265625,106.5059734375L102.0941172265625,106.0230534375L102.4502072265625,105.5079234375L102.7370372265625,104.9869434375L102.8950872265625,104.6259734375L103.0121572265625,104.2796334375L103.0921672265625,103.9459734375L103.1497172265625,103.4689034375L103.1516772265625,103.0240234375L103.1028972265625,102.6074434375L103.0043572265625,102.2142634375L102.8580172265625,101.8308534375L102.6745972265625,101.4776834375L102.4531372265625,101.1508534375L102.1936272265625,100.8493934375L101.9019072265625,100.5771964375L101.5867872265625,100.3381704375L101.2463072265625,100.1303654375L100.8784972265625,99.9528034375L100.4970472265625,99.8132924375L100.1048472265625,99.7118307375L99.7009472265625,99.6484136375L99.2823972265625,99.6240234375L98.8667972265625,99.6415837375L98.4541072265625,99.7030476375L98.0414272265625,99.8093914375L97.6267972265625,99.9625574375L97.2365472265625,100.1576794375L96.8580172265625,100.4035344375L96.4902072265625,100.7059734375L96.1321572265625,101.0679234375ZM102.5048472265625,103.6942634375L102.43362722656249,103.9840234375L102.3263072265625,104.2913434375L102.1780172265625,104.6191434375L101.9106972265625,105.0932934375L101.5809472265625,105.5703634375L101.2062972265625,106.0210934375L100.7975272265625,106.4328034375L100.5048472265625,106.6845134375L100.2111872265625,106.90207343750001L99.9155772265625,107.0874334375L99.6053372265625,107.2445134375L99.3077672265625,107.3537734375L99.0209372265625,107.4191434375L98.7702072265625,107.4415834375L98.3341072265625,107.4269434375L97.9194772265625,107.3576834375L97.5214272265625,107.2328034375L97.1438672265625,107.0571934375L96.7965472265625,106.8386534375L96.4765572265625,106.5742634375L96.1916672265625,106.27183343749999L95.9487472265625,105.9371934375L95.7458172265625,105.5664634375L95.5926512265625,105.1723134375L95.4911842265625,104.7547534375L95.4424032265625,104.30890343749999L95.4453332265625,104.0035334375L95.4755772265625,103.7030434375L95.5341112265625,103.4064634375L95.6189892265625,103.11670343750001L95.7302092265625,102.8367034375L95.8687472265625,102.5654934375L96.1253272265625,102.1450034375L96.3809372265625,101.7810934375L96.6365472265625,101.4679234375L96.9331372265625,101.1674434375L97.2355772265625,100.9137734375L97.5467972265625,100.7059734375L97.8658172265625,100.5391454375L98.2053272265625,100.4045114375L98.5428972265625,100.3079264375L98.8814272265625,100.2464634375L99.2209472265625,100.2210964375L99.6745972265625,100.2376794375L100.1116672265625,100.3079264375L100.5331372265625,100.4328014375L100.9350872265625,100.6093864375L101.3019172265625,100.8298734375L101.6355772265625,101.0952434375L101.8599672265625,101.3225534375L102.0550872265625,101.5693934375L102.2219172265625,101.8367034375L102.3604572265625,102.1254834375L102.4628872265625,102.4269434375L102.5272772265625,102.7449934375L102.55459722656249,103.0835334375L102.5409372265625,103.4454834375L102.5048472265625,103.6942634375Z" fill="#606266" fill-opacity="1"/></g><g><path d="M108.3646181015625,102.72843046875L108.2572911015625,103.07964046875L108.1753436015625,103.45916046875L108.1187625015625,103.87087046875L108.1060791015625,104.18501046875L108.1265631015625,104.49525046875L108.1831442015625,104.80355046875L108.2719281015625,105.10403046875L108.3938791015625,105.39769046875L108.5519271015625,105.68550046875L108.7597331015625,105.98306046875L108.9948581015625,106.25525046875L109.2572891015625,106.50306046875L109.5499791015625,106.72745046874999L109.9685191015625,106.98208046875L110.4182691015625,107.18891046875L110.9021691015625,107.34794046875L111.4007191015625,107.45330046875L111.9099791015625,107.50404046875L112.4338791015625,107.50013046875L112.9538791015625,107.43964046875L113.4650991015625,107.31964046875L113.9714491015625,107.13818046875L114.2163191015625,107.02013046875L114.58899910156251,106.77525046875L114.9285091015625,106.48257046875L115.2348591015625,106.13916046875L115.5021691015625,105.76159046875L115.7294991015625,105.36062046875L115.9187591015625,104.93525046875L116.0670491015625,104.49330046875L116.1685191015625,104.05818046875L116.2270491015625,103.62793046875L116.2387591015625,103.19476046875L116.2016891015625,102.79964046875L116.1187591015625,102.43672046875L115.9929091015625,102.10306046875L115.83778910156249,101.80062046875L115.6543691015625,101.52550046875L115.4416791015625,101.27672046875L115.1177891015625,100.98013546875L114.7577791015625,100.72842646875L114.3577791015625,100.51964446875L113.9353491015625,100.35867246875L113.4924191015625,100.23964446875L113.0260691015625,100.16549756875L112.5538791015625,100.13623046875L112.0797391015625,100.15183756875L111.6026591015625,100.21135436875L111.1333891015625,100.31476846875L110.6816891015625,100.46305746875L110.2465591015625,100.65427946875L109.8348591015625,100.89135146875L109.4582691015625,101.17037046875L109.1148591015625,101.49428046875L108.8855901015625,101.76355046875L108.6846091015625,102.05721046875L108.5109591015625,102.37818046875L108.3646181015625,102.72843046875ZM115.3714391015625,102.49233046875L115.4397291015625,102.79964046875L115.4670491015625,103.14404046875L115.4514391015625,103.53233046875L115.3968091015625,103.91672046875L115.3050991015625,104.30794046875L115.1753391015625,104.70696046875L115.0114391015625,105.09330046875L114.8202191015625,105.45233046875L114.5997291015625,105.78598046875L114.3441191015625,106.09135046875L114.0719391015625,106.33916046875L113.7802191015625,106.53526046875L113.5616791015625,106.64159046875L113.1616791015625,106.78404046874999L112.7548591015625,106.87769046875L112.3392491015625,106.92452046875L111.9216891015625,106.92550046875L111.5128991015625,106.88257046875L111.1119291015625,106.79672046875L110.7226591015625,106.66696046875L110.3597391015625,106.49915046875L110.0221791015625,106.29233046875L109.7129091015625,106.04648046875L109.4446091015625,105.76648046875L109.2153491015625,105.45037046875L109.0348611015625,105.09916046875L108.9168051015625,104.73720046875L108.8719301015625,104.48745046875L108.8553411015625,104.23672046875L108.8660711015625,103.98306046875L108.9216871015625,103.57623046875L108.9997291015625,103.21135046875L109.1002201015625,102.88354046875L109.2397391015625,102.55476046875L109.4075391015625,102.25818046875L109.6016891015625,101.98989046875L109.8241291015625,101.74794046875L110.1587491015625,101.46111046875L110.5236291015625,101.22208046875L110.9207091015625,101.02891546875L111.3382791015625,100.88159746875L111.7646191015625,100.78110746875L112.2026591015625,100.72549646875L112.6436391015625,100.71671946875L113.0699791015625,100.75379346875L113.4836391015625,100.83574146875L113.8836391015625,100.96647546875L114.2475391015625,101.14013046875L114.5782691015625,101.35867046875L114.8016891015625,101.55282046875L114.9958391015625,101.77233046875L115.1607091015625,102.01721046875L115.2992491015625,102.29135046875L115.3714391015625,102.49233046875Z" fill="#606266" fill-opacity="1"/></g><g><path d="M76.2414744140625,46.71630859375L75.7751744140625,48.64801859375L79.6200744140625,52.92118859375L73.9956744140625,54.22557859375L59.4551744140625,54.00020859375L46.9166404140625,53.75435859375L46.7127384140625,53.72898859375L46.5263974140625,53.66752859375L46.3576154140625,53.57093859375L46.2112744140625,53.44606859375L46.0922494140625,53.294848593750004L46.0024950140625,53.12215859375L45.9478611140625,52.93386859375L45.9312744140625,52.72996859375L45.9371278340625,52.64508859375L46.4620064140625,47.61679559375L46.5000564140625,47.42947859375L46.5683474140625,47.25972259375L46.6659084140625,47.10655259375L46.7888364140625,46.97484459375L46.9332244140625,46.86655159375L47.0961544140625,46.78557609375L47.2717644140625,46.73386889375L47.4610344140625,46.71630859375L76.2414744140625,46.71630859375Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/><path d="M76.6875744140625,46.36508959375L47.4447744140625,46.36508959375L47.2053144140625,46.38730559375L46.9674144140625,46.45735559375L46.7481704140625,46.56632059375L46.5532634140625,46.71249967375L46.3870644140625,46.89056959375L46.2546434140625,47.09846859375L46.1622494140625,47.32814259375L46.1144434140625,47.56348159375L45.5871654140625,52.61476859375L45.5790714140625,52.73213859375L45.6006724140625,52.99768859375L45.6748554140625,53.25335859375L45.7958414140625,53.48611859375L45.9568153140625,53.69063859375L46.1546394140625,53.85944859375L46.3827184140625,53.98996859375L46.6353184140625,54.07328859375L46.8914514140625,54.10514859375L59.4497744140625,54.35138859375L74.0331744140625,54.57741859375L80.2793744140625,53.12882859375L76.1599744140625,48.55060859375L76.6875744140625,46.36508959375ZM47.4772844140625,47.06752759375L47.3382044140625,47.08043159375L47.2248944140625,47.11379659375L47.1182844140625,47.16678359375L47.0244044140625,47.23718959375L46.9447544140625,47.32253459375L46.8820514140625,47.42097659375L46.8378644140625,47.53081559375L46.8095684140625,47.67011059375L46.2870904140625,52.67540859375L46.2834774140625,52.72779859375L46.2950494140625,52.87004859375L46.3301344140625,52.99096859375L46.3886584140625,53.10356859375L46.4657324140625,53.20148859375L46.5605924140625,53.28243859375L46.6700774140625,53.34508859375L46.7901574140625,53.38469859375L46.9418344140625,53.40356859375L59.4605744140625,53.64903859375L73.9581744140625,53.87373859375L78.9607744140625,52.71354859375L75.3903744140625,48.74541859375L75.79537441406251,47.06752759375L47.4772844140625,47.06752759375Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M17.4868285703125,87.11957L18.1648775703125,80.7751764L18.8633395703125,80.8498236L18.1852905703125,87.19422L17.4868285703125,87.11957Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M22.1834103203125,87.19092265625L21.1424353203125,81.23872885625L21.8343713203125,81.11771645625L22.8753433203125,87.06991265625L22.1834103203125,87.19092265625Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g></g></g></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="160" height="160" viewBox="0 0 160 160"><defs><clipPath id="master_svg0_6598_57777"><rect x="0" y="0" width="160" height="160" rx="0"/></clipPath><linearGradient x1="-2.7755575615628914e-17" y1="0.5" x2="1" y2="0.5" id="master_svg1_1736_29560"><stop offset="0%" stop-color="#FFFFFF" stop-opacity="1"/><stop offset="100%" stop-color="#FFFFFF" stop-opacity="0"/></linearGradient></defs><g clip-path="url(#master_svg0_6598_57777)"><g><g><g><path d="M52.81530234375,115.8399359375L52.97140234375,116.0633359375L53.18510234375,116.2828359375L53.46510234375,116.5004359375L53.82310234375,116.7131359375L54.27290234375,116.9219359375L54.81140234375,117.1219359375L55.44950234375,117.3121359375L56.19970234375,117.4916359375L57.07480234375,117.6565359375L58.21630234375,117.8233359375L59.51780234375,117.9648359375L60.99480234375,118.0789359375L62.47000234375,118.1550359375L64.07190234375,118.2048359375L65.80850234375,118.2263359375L68.44460234375,118.2087359375L71.29140234375001,118.1355359375L74.19190234375,118.0136359375L77.21920234375,117.8428359375L80.27190234375,117.6331359375L83.36750234375,117.3862359375L86.46020234375,117.1062359375L89.51000234375,116.8009359375L92.52950234375,116.4692359375L95.42220234375,116.1248359375L98.25530234375,115.7589359375L100.87970234375,115.3931359375L103.41530234375,115.0116359375L105.65830234375,114.6438359375L107.78310234375,114.2633359375L109.53240234375,113.9141359375L111.13340234375,113.5492359375L112.27680234375,113.2389359375L115.51240234375,112.2487359375L118.52840234375,111.28193593750001L121.33640234375,110.34043593749999L123.45140234375,109.5931359375L125.44240234375,108.8477359375L127.31240234375,108.1053359375L129.06840234375,107.36583593750001L130.49540234375002,106.7258359375L131.84440234375,106.0799359375L133.11740234375,105.4282359375L134.31740234375002,104.7706359375L135.44940234375,104.1092359375L136.58940234375,103.38923593749999L137.65640234375002,102.6545359375L138.65440234375,101.9053359375L139.58640234375,101.1414359375L140.45540234375,100.3628359375L141.16140234375,99.6702359375L141.82440234375,98.9589359375L142.44440234375,98.2292359375L143.02340234375,97.48093593749999L143.56140234375,96.7111359375L144.06040234375,95.9219359375L144.51840234375,95.1111359375L144.93940234375,94.2701359375L145.32140234375,93.3980359375L145.66740234375,92.4936359375L145.97340234375,91.5541359375L146.24140234375,90.5794359375L146.45940234375,89.6214359375L146.63940234375,88.6194359375L146.78340234375,87.57163593749999L146.88740234375,86.4750359375L146.95240234375,85.3287359375L146.97440234375,84.1297359375L146.95340234375,82.98823593750001L146.89440234375,81.8965359375L146.79740234375,80.8536359375L146.66540234375,79.8575359375L146.49840234375,78.90433593750001L146.28540234375,77.93943593750001L146.03740234375,77.0106359375L145.75440234375,76.1150359375L145.43740234375,75.2526359375L145.08640234375,74.42143593750001L144.69440234375,73.6009359375L144.26640234375,72.80283593749999L143.80340234375,72.0262359375L143.30440234375,71.2692359375L142.76740234375,70.5316359375L142.05840234375,69.6467359375L141.28940234375,68.7784359375L140.46140234375,67.9258359375L139.56840234375,67.0897359375L138.65340234375,66.2994359375L137.67440234375,65.5121359375L136.63040234375,64.7287359375L135.51640234375,63.9492359375L134.01240234375,62.9648359375L132.38940234375002,61.9687359375L130.63840234375,60.9619359375L129.68440234374998,60.453635937499996L128.69340234375,59.9726359375L127.66540234375,59.518935937500004L126.59740234375,59.0926359375L125.49140234375,58.6955559375L124.10840234375,58.2526259375L122.66940234375,57.8438459375L121.17240234375,57.471165937500004L119.61540234375,57.1365259375L118.06640234375,56.8467759375L116.46540234375,56.5862859375L114.81040234375,56.3550659375L113.10020234375,56.1531159375L110.82800234375,55.9345759375L108.47390234375,55.7550659375L106.03290234375,55.6165259375L103.59390234375,55.5160459375L101.08360234375,55.4418959375L98.50210234375,55.3950659375L94.61240234375,55.3618959375L90.59680234375,55.3579959375L82.40360234375,55.3745759375L80.83680234375,55.3501859375L79.25340234375,55.2877459375L77.65040234375,55.1843359375L76.03000234375,55.0409159375L73.87780234375,54.8009259375L71.70900234375,54.5121459375L69.52360234375,54.1745759375L66.25440234375,53.6048259375L62.98700234375,52.9784859375L56.52360234375,51.6565259375L53.33430234375,51.0087259375L50.23480234375,50.4126259375L48.17240234375,50.0448259375L46.16950234375,49.7238469375L44.225102343749995,49.4477489375L42.75290234375,49.2701889375L41.32460234375,49.1316529375L39.93920234375,49.0311651375L38.594802343750004,48.9667745375L37.23390234375,48.9443359375L35.923602343750005,48.9726279375L34.662202343749996,49.0487249375L33.44850234375,49.1726279375L32.46900234375,49.3150659375L31.52460234375,49.4965299375L30.61440234375,49.7160419375L29.73630234375,49.9736059375L28.88750234375,50.2682359375L27.59680234375,50.7794559375L26.376302343749998,51.3082359375L25.22120234375,51.8536059375L24.13040234375,52.4136059375L23.10118234375,52.9882359375L22.13142234375,53.5775059375L21.14703234375,54.2292159375L20.23191234375,54.8955559375L19.38020234375,55.5765259375L18.58996234375,56.272135937499996L17.85825234375,56.9814059375L17.18411234375,57.7053059375L16.53337234375,58.4848259375L15.94508234375,59.2789359375L15.41630234375,60.0906359375L14.94508234375,60.9199359375L14.52947234375,61.7677359375L14.16947534375,62.6370359375L13.86606034375,63.5258359375L13.62020634375,64.4370359375L13.42996334375,65.3736359375L13.29923154375,66.33753593750001L13.22606084375,67.3297359375L13.21240234375,68.3541359375L13.25825614375,69.3472359375L13.36264534375,70.37263593750001L13.53045034375,71.4321359375L13.76264634375,72.5287359375L14.06313434375,73.6643359375L14.43484234375,74.8419359375L14.98411234375,76.3784359375L15.52655234375,77.7863359375L16.06313234375,79.0731359375L16.59191234375,80.2448359375L17.17337234375,81.4350359375L17.74801234375,82.5209359375L18.316792343750002,83.5111359375L18.878742343749998,84.41063593749999L19.489472343750002,85.3111359375L20.09630234375,86.13553593750001L20.69923234375,86.8887359375L21.29728234375,87.5745359375L21.93435234375,88.2467359375L22.57142234375,88.86923593750001L23.20947234375,89.4428359375L23.84750234375,89.97063593749999L24.73240234375,90.6428359375L25.62610234375,91.2633359375L26.52950234375,91.83503593750001L27.91870234375,92.64093593749999L29.34410234375,93.40383593749999L32.29240234375,94.9101359375L33.802602343749996,95.7062359375L35.37530234375,96.5911359375L36.41340234375,97.2175359375L37.48460234375,97.9131359375L38.59190234375,98.6819359375L39.668002343750004,99.48773593749999L40.78510234375,100.3970359375L41.944102343750004,101.4165359375L42.77530234375,102.1999359375L43.63390234375,103.0604359375L44.51870234375,104.00193593750001L45.43190234375,105.03023593750001L46.29340234375,106.05843593750001L47.18410234375,107.1853359375L48.10410234375,108.41753593749999L49.05530234375,109.7599359375L49.94900234375,111.0906359375L50.87290234375,112.54333593749999L51.82800234375,114.1238359375L52.81530234375,115.8399359375Z" fill-rule="evenodd" fill="#F0F1F9" fill-opacity="1"/></g><g><g><path d="M106.76640234375,52.26806640625L106.76640234375,111.13636640625L32.08740234375,109.02126640624999L33.64740234375,54.32562640625L106.76640234375,52.26806640625Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/><path d="M107.12420234375,51.90010140625L33.63734234375,53.96801640625L33.29943234375,53.97752640625L31.71959034375,109.36866640625L107.12420234375,111.50436640625L107.12420234375,51.90010140625ZM33.99537234375,54.67373640625L32.45521434375,108.67376640625L106.40870234375,110.76836640625001L106.40870234375,52.63603140625L33.99537234375,54.67373640625Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M37.607421875,61.682280625L42.299131875,61.533010625L47.163521875,61.320330625L52.205421875,61.042280625000004L57.429821875,60.693990625L62.841521875,60.275449625L68.445421875,59.782768625L70.873721875,59.584719625L73.257221875,59.445208625L75.597621875,59.363254425L77.89622187500001,59.337890625L80.153721875,59.368134325L82.371321875,59.453011625L84.550821875,59.591549625L86.692321875,59.782768625L88.797621875,60.026670625L90.86792187500001,60.321303625L92.904021875,60.667650625L94.907921875,61.063740625L96.878621875,61.509600625L98.818121875,62.006180625L101.856221875,104.31249062500001L98.321521875,104.73109062500001L94.856221875,105.089090625L91.458121875,105.387690625L88.126421875,105.627690625L84.860121875,105.81109062499999L81.656221875,105.937890625L78.51472187499999,106.010090625L75.43472187500001,106.029590625L72.41332187500001,105.995490625L69.450321875,105.910590625L61.905921875000004,105.602290625L54.088421875,105.234490625L45.990841875,104.805190625L37.607421875,104.31249062500001L37.607421875,61.682280625Z" fill-rule="evenodd" fill="#F4F4F4" fill-opacity="1"/></g><g><path d="M14.900998906249999,50.9870874375L15.05416890625,50.8690394375L15.21709890625,50.7968437375L15.39563890625,50.7646484375L15.57514890625,50.7753802375L15.74489890625,50.8280639375L15.90782890625,50.9236734375L15.97904890625,50.9870874375L19.10099890625,54.1129384375L19.22587890625,54.2768484375L19.29904890625,54.459278437500004L19.32343890625,54.6524484375L19.29904890625,54.8465984375L19.22587890625,55.0280584375L19.10099890625,55.1919684375L18.94782890625,55.3100184375L18.78392890625,55.3831884375L18.60636890625,55.4144084375L18.42587890625,55.4036684375L18.25709890625,55.3519684375L18.09416890625,55.2553784375L18.02197890625,55.1919684375L14.900998906249999,52.0670884375L14.77611890625,51.9031884375L14.70294890625,51.7207464375L14.67758890625,51.5275764375L14.70294890625,51.3334294375L14.77611890625,51.1519654375L14.900998906249999,50.9870874375ZM13.20148890625,55.7587984375L13.34392690625,55.6280584375L13.50002490625,55.5412384375L13.67465890625,55.4944084375L13.85514690625,55.4895284375L14.02782890625,55.5265984375L14.19855890625,55.6075784375L14.27563890625,55.6651384375L17.65709890625,58.506108437500004L17.795638906249998,58.6583084375L17.884418906249998,58.8329384375L17.926368906249998,59.0241584375L17.91855890625,59.2192884375L17.86099890625,59.4065984375L17.75075890625,59.5812384375L17.60831890625,59.7119684375L17.45221890625,59.7987984375L17.27758890625,59.8456284375L17.09709890625,59.8514784375L16.92441890625,59.8144084375L16.753688906249998,59.7324484375L16.67660890625,59.6758684375L13.29514690625,56.8339184375L13.15660990625,56.6817184375L13.06783090625,56.5070884375L13.02587890625,56.3158684375L13.03368396625,56.1207484375L13.09124460625,55.9334284375L13.20148890625,55.7587984375Z" fill="#E73443" fill-opacity="1"/></g><g><path d="M117.5880890625,63.62158203125L127.8358890625,81.09668203125L127.0875890625,111.14648203125L106.7587890625,111.14648203125L106.7587890625,63.62158203125L117.5880890625,63.62158203125Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/><path d="M117.7929890625,63.26382603125L106.7587890625,63.26382603125L106.4010330625,63.26382603125L106.4010330625,111.50418203125L127.4364890625,111.50418203125L128.1959890625,81.00368203125001L117.7929890625,63.26382603125ZM107.1165450625,63.97933803125L107.1165450625,110.78868203125L126.7385890625,110.78868203125L127.4756890625,81.18968203125L117.3830890625,63.97933803125L107.1165450625,63.97933803125Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M109.6025390625,67.80859375L116.5605990625,67.80859375L124.9937390625,81.86909375L124.0474390625,84.12959375L110.5001070625,84.10229375L109.6025390625,67.80859375Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/><path d="M109.2245330625,67.45083775L110.1428930625,84.12189375L110.1614790625,84.45929375L124.2853390625,84.48779375000001L125.3936390625,81.84029375L116.7631890625,67.45083775L109.2245330625,67.45083775ZM110.8387390625,83.74519375L109.9805450625,68.16634975L116.3579990625,68.16634975L124.5938390625,81.89789375L123.8095390625,83.77129375L110.8387390625,83.74519375Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M115.75435221875,80.26125546875L119.67922421875,76.33638346875L120.18517421875,76.84232746875L116.26029621875,80.76720546875L115.75435221875,80.26125546875Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M123.81110953125,84.3829575L117.92329753125,78.4951595L118.42924153125,77.9892155L124.31705953125,83.8770175L123.81110953125,84.3829575Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M70.63839109375,36.306640625L70.68717109375,36.306640625L111.94672109375,37.434440625L112.18672109375001,37.456880625L112.41302109374999,37.508590625L112.62672109375,37.588590625L112.82962109375,37.694930625L113.01302109375,37.823710625L113.17982109375001,37.974930625L113.32622109375001,38.145660625L113.45012109375,38.332980625L113.55062109375001,38.537860625L113.62472109375,38.753470625L113.67062109375,38.980790625L113.68622109374999,39.221760625L113.68622109374999,52.377840625000005L113.66962109375001,52.623740624999996L113.62282109374999,52.854940625L113.54572109374999,53.074440625L113.44132109374999,53.281240624999995L113.31452109375,53.470540625L113.16232109375,53.642240625L112.99062109375001,53.794440625L112.80132109375,53.921240624999996L112.59452109374999,54.025640625L112.37502109375001,54.102740624999996L112.14372109375,54.149540625L111.89792109375,54.166140625L95.17792109375,54.166140625L91.27352109374999,56.834440625L87.58762109375,54.166140625L70.63839109375,54.166140625L70.39254109375,54.149540625L70.16132109375,54.102740624999996L69.94180109375,54.025640625L69.73400009375,53.921240624999996L69.54570809375,53.794440625L69.37302909375,53.642240625L69.22180509375,53.470540625L69.09400009375,53.281240624999995L68.98960909375,53.074440625L68.91351469375,52.854940625L68.86668729375,52.623740624999996L68.84912109375,52.377840625000005L68.84912109375,38.094930625L68.86668729375,37.849080625L68.91351469375,37.617860625L68.98960909375,37.398350625L69.09400009375,37.191518625L69.22180509375,37.002250625L69.37302909375,36.830543625L69.54570809375,36.678347625L69.73400009375,36.551518625L69.94180109375,36.447128625L70.16132109375,36.370055425L70.39254109375,36.323225825L70.63839109375,36.306640625Z" fill-rule="evenodd" fill="#1664FF" fill-opacity="1"/><path d="M70.62634109375,35.948884625L70.36846109375,35.966280625L70.34478109375,35.967878625L70.06610109375,36.024320625L69.80167709375,36.117161625L69.55303909375,36.242063925L69.32658009375,36.394601625L69.11950409375,36.577113625L68.93815799375,36.783023625L68.78482869375,37.010090625L68.65943309375,37.258536625L68.56763709375,37.523340625L68.51148109375,37.800620625L68.49136509375,38.082170625L68.49136509375,52.390640625L68.51148109375,52.672140625L68.56763709375,52.949440625L68.65943309375,53.214240625L68.78482839375,53.462740624999995L68.93815799375,53.689740625L69.11950409375,53.895640625L69.32658009375,54.078240625L69.55304009375,54.230740624999996L69.80167709375,54.355640625L70.06610109375,54.448440625L70.34478109375,54.504940625L70.62634109375,54.523940625L87.47172109375,54.523940625L91.26762109375,57.271840624999996L95.28852109375,54.523940625L111.90992109375,54.523940625L112.19152109375,54.504940625L112.47022109375,54.448440625L112.73492109375,54.355540625L112.98212109375001,54.230740624999996L113.20982109375001,54.078240625L113.41572109375,53.895640625L113.59822109375,53.689740625L113.75082109375,53.462140625L113.87552109375,53.214940625L113.96852109375,52.950140625L114.02492109375001,52.671440625L114.04392109375,52.389940625L114.04392109375,39.210180625L114.02602109375,38.933640625L113.97072109375,38.659520625L113.88162109375,38.400380625L113.76122109375001,38.154790625L113.61232109375,37.929730625L113.43682109375,37.725000625L113.23682109375,37.543710625L113.01622109375,37.388810625L112.77302109375,37.261365625L112.51602109375,37.165154625L112.24342109375,37.102872625L111.96822109375,37.077144625L70.69206109375,35.948884625L70.62634109375,35.948884625ZM70.44029109375,36.678573625L70.25654109375,36.715790625L70.08193109375,36.777095625L69.91496109375,36.860973625L69.76483609375,36.962093625L69.62655409375,37.083972625L69.50545109375,37.221478625L69.40317109375,37.372950625L69.31978509375,37.538160625L69.25939209375,37.712380625L69.22189309375,37.897530625L69.20687709375,38.107700625L69.20687709375,52.365140624999995L69.22189409375,52.575240625L69.25939209375,52.760440625L69.31978509375,52.934640625L69.40317309375,53.099840625L69.50544709375,53.251340625L69.62655909375,53.388840625L69.76483809375,53.510740625L69.91495109375,53.611840625L70.08194109375,53.695740625L70.25653109375,53.757040625L70.44030109375,53.794240625L70.65045109375001,53.808440625L87.70352109375,53.808440625L91.27942109375,56.397040625L95.06732109375,53.808440625L111.88582109375,53.808440625L112.09602109375,53.794240625L112.27972109375,53.757040625L112.45402109375,53.695840625L112.62042109375,53.611840625L112.77132109375,53.510740625L112.90892109375,53.388840625L113.03072109375,53.251340625L113.13182109375,53.100440625000005L113.21582109375001,52.933940625000005L113.27702109375,52.759740625L113.31422109375,52.575940625L113.32842109375,52.365840625000004L113.32842109375,39.233300625L113.31512109375001,39.027930625L113.27872109375,38.847420625L113.21952109374999,38.675330625L113.13902109375,38.511190625L113.04012109375,38.361580625L112.92292109375,38.224870625L112.78922109375,38.103730625L112.64302109375001,38.001050625L112.48032109375,37.915820625L112.31002109375001,37.852030625L112.12992109375,37.810900625L111.92512109375,37.791750625L70.68228109375,36.664396625L70.65044109375,36.664396625L70.44029109375,36.678573625Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M76.1878875,40.1240234375L76.4493475,40.1484136375L76.6883775,40.2137793375L76.9108075,40.3191454375L77.1117875,40.4615844375L77.2815475,40.6323164375L77.4239875,40.8332914375L77.5293475,41.0547544375L77.5947175,41.2937834375L77.6191075,41.5552434375L77.6191075,49.332803437500004L77.5947175,49.594263437500004L77.5293475,49.833293437500004L77.4239875,50.0557334375L77.2815475,50.2557234375L77.1117875,50.4264234375L76.9108075,50.568923437500004L76.6883775,50.674223437500004L76.4493475,50.7396234375L76.1878875,50.7640234375L76.0171575,50.7640234375L75.7556975,50.7396234375L75.5166675,50.674223437500004L75.2952015,50.568923437500004L75.0942265,50.4264234375L74.9234945,50.2557234375L74.7820365,50.0557334375L74.6756919,49.833293437500004L74.6103277,49.594263437500004L74.5859375,49.332803437500004L74.5859375,41.5552434375L74.6103277,41.2937834375L74.6756919,41.0547544375L74.7820365,40.8332914375L74.9234945,40.6323164375L75.0942265,40.4615844375L75.2952015,40.3191454375L75.5166675,40.2137793375L75.7556975,40.1484136375L76.0171575,40.1240234375L76.1878875,40.1240234375ZM88.6142375,40.8840224375L88.8220375,40.9035354375L89.0122375,40.9552424375L89.1878375,41.0391454375L89.3479375,41.1523134375L89.4835375,41.2879234375L89.5966375,41.4479234375L89.6805375,41.6235334375L89.7322375,41.8137834375L89.7517375,42.0215834375L89.7517375,48.8664634375L89.7322375,49.0742634375L89.6805375,49.2645134375L89.5966375,49.4410934375L89.4835375,49.6001234375L89.3479375,49.7357334375L89.1878375,49.8489034375L89.0122375,49.9328034375L88.8220375,49.9845134375L88.6142375,50.0040234375L88.4064375,49.9845134375L88.2161375,49.9328034375L88.0405375,49.8489034375L87.8805375,49.7357334375L87.7449375,49.6001234375L87.6318375,49.4410934375L87.5478375,49.2645134375L87.4961375,49.0742634375L87.4766375,48.8664634375L87.4766375,42.0215834375L87.4961375,41.8137834375L87.5478375,41.6235334375L87.6318375,41.4479234375L87.7449375,41.2879234375L87.8805375,41.1523134375L88.0405375,41.0391454375L88.2161375,40.9552424375L88.4064375,40.9035354375L88.6142375,40.8840224375ZM82.5478875,42.4040234375L82.7556875,42.4235334375L82.9459375,42.4752434375L83.1225175,42.5591434375L83.2815475,42.6723134375L83.4171475,42.8079234375L83.5303275,42.9679234375L83.6142275,43.1435334375L83.6659375,43.3337834375L83.6854475,43.5415834375L83.6854475,48.1064634375L83.6659375,48.3142634375L83.6142275,48.5045134375L83.5303275,48.681093437499996L83.4171475,48.8401234375L83.2815475,48.9757334375L83.1225175,49.0889034375L82.9459375,49.1728034375L82.7556875,49.2245134375L82.5478875,49.2440234375L82.3400775,49.2245134375L82.1498375,49.1728034375L81.9742275,49.0889034375L81.8142275,48.9757334375L81.6786175,48.8401234375L81.5664275,48.681093437499996L81.4815475,48.5045134375L81.4298375,48.3142634375L81.4103275,48.1064634375L81.4103275,43.5415834375L81.4298375,43.3337834375L81.4815475,43.1435334375L81.5664275,42.9679234375L81.6786175,42.8079234375L81.8142275,42.6723134375L81.9742275,42.5591434375L82.1498375,42.4752434375L82.3400775,42.4235334375L82.5478875,42.4040234375ZM94.6805375,42.4040234375L94.8883375,42.4235334375L95.0786375,42.4752434375L95.2542375,42.5591434375L95.4142375,42.6723134375L95.5498375,42.8079234375L95.6630375,42.9679234375L95.7469375,43.1435334375L95.7986375,43.3337834375L95.8181375,43.5415834375L95.8181375,48.1064634375L95.7986375,48.3142634375L95.7469375,48.5045134375L95.6630375,48.681093437499996L95.5498375,48.8401234375L95.4142375,48.9757334375L95.2542375,49.0889034375L95.0786375,49.1728034375L94.8883375,49.2245134375L94.6805375,49.2440234375L94.4727375,49.2245134375L94.2825375,49.1728034375L94.1059375,49.0889034375L93.9469375,48.9757334375L93.81133750000001,48.8401234375L93.6981375,48.681093437499996L93.6142375,48.5045134375L93.5625375,48.3142634375L93.5430375,48.1064634375L93.5430375,43.5415834375L93.5625375,43.3337834375L93.6142375,43.1435334375L93.6981375,42.9679234375L93.81133750000001,42.8079234375L93.9469375,42.6723134375L94.1059375,42.5591434375L94.2825375,42.4752434375L94.4727375,42.4235334375L94.6805375,42.4040234375ZM106.8132375,42.4040234375L107.0200375,42.4235334375L107.21033750000001,42.4752434375L107.3869375,42.5591434375L107.5469375,42.6723134375L107.68153749999999,42.8079234375L107.7947375,42.9679234375L107.8786375,43.1435334375L107.9313375,43.3337834375L107.9498375,43.5415834375L107.9498375,48.1064634375L107.9313375,48.3142634375L107.8786375,48.5045134375L107.7947375,48.681093437499996L107.68153749999999,48.8401234375L107.5469375,48.9757334375L107.3869375,49.0889034375L107.21033750000001,49.1728034375L107.0200375,49.2245134375L106.8132375,49.2440234375L106.6054375,49.2245134375L106.4152375,49.1728034375L106.2386375,49.0889034375L106.0786375,48.9757334375L105.9439375,48.8401234375L105.8308375,48.681093437499996L105.7469375,48.5045134375L105.6942375,48.3142634375L105.6756375,48.1064634375L105.6756375,43.5415834375L105.6942375,43.3337834375L105.7469375,43.1435334375L105.8308375,42.9679234375L105.9439375,42.8079234375L106.0786375,42.6723134375L106.2386375,42.5591434375L106.4152375,42.4752434375L106.6054375,42.4235334375L106.8132375,42.4040234375ZM100.7469375,43.1640234375L100.9537375,43.1835334375L101.14393749999999,43.2352434375L101.3205375,43.3191434375L101.4805375,43.4323134375L101.61613750000001,43.5679234375L101.7283375,43.7279234375L101.8132375,43.9035334375L101.8649375,44.0937834375L101.8844375,44.3015834375L101.8844375,47.3464634375L101.8649375,47.5542634375L101.8132375,47.744513437500004L101.7283375,47.9210934375L101.61613750000001,48.0801234375L101.4805375,48.2157334375L101.3205375,48.3289034375L101.14393749999999,48.4128034375L100.9537375,48.4645134375L100.7469375,48.4840234375L100.5391375,48.4645134375L100.3488375,48.4128034375L100.1722375,48.3289034375L100.0132375,48.2157334375L99.87763749999999,48.0801234375L99.7644375,47.9210934375L99.6805375,47.744513437500004L99.6288375,47.5542634375L99.6093375,47.3464634375L99.6093375,44.3015834375L99.6288375,44.0937834375L99.6805375,43.9035334375L99.7644375,43.7279234375L99.87763749999999,43.5679234375L100.0132375,43.4323134375L100.1722375,43.3191434375L100.3488375,43.2352434375L100.5391375,43.1835334375L100.7469375,43.1640234375Z" fill-rule="evenodd" fill="url(#master_svg1_1736_29560)" fill-opacity="1"/></g><g><g><path d="M137.7203821484375,103.5279061328125L137.7486621484375,103.7181511328125L137.7340421484375,103.8957131328125L137.6754921484375,104.0654711328125L137.5789121484375,104.2176611328125L137.4520821484375,104.3405911328125L137.2901321484375,104.4352211328125L137.1994021484375,104.4674211328125L132.9740351484375,105.6791211328125L132.7711121484375,105.7084011328125L132.5779311484375,105.6849811328125L132.3974461484375,105.6137611328125L132.2403741484375,105.4986411328125L132.1184231484375,105.3464411328125L132.0354986484375,105.1581511328125L132.0072021484375,104.9679111328125L132.0218386484375,104.7913211328125L132.0803728484375,104.6205911328125L132.1769571484375,104.4693711328125L132.3037911484375,104.3464411328125L132.4657461484375,104.2508411328125L132.5554941484375,104.2196211328125L136.7808621484375,103.0079048328125L136.9847621484375,102.9776611328125L137.1779321484375,103.0020513328125L137.3584221484375,103.0732749328125L137.5155021484375,103.1883961328125L137.6374521484375,103.3405911328125L137.7203821484375,103.5279061328125Z" fill="#E73443" fill-opacity="0.5"/></g></g><g><g><path d="M134.3904383984375,99.746350171875L134.4353183984375,99.933671171875L134.4353183984375,100.112203171875L134.3923983984375,100.285861171875L134.3094583984375,100.445871171875L134.1933683984375,100.578551171875L134.0401983984375,100.687811171875L133.9533683984375,100.727811171875L129.8499483984375,102.303421171875L129.6499593984375,102.350251171875L129.4548373984375,102.343421171875L129.2694683984375,102.287821171875L129.1036083984375,102.187331171875L128.9679963984375,102.046841171875L128.8694710984375,101.866351171875L128.8245849604375,101.679031171875L128.8236083984375,101.501481171875L128.8675179984375,101.326841171875L128.9504423984375,101.166841171875L129.0655573984375,101.034151171875L129.2187353984375,100.924891171875L129.3055653984375,100.885861171875L133.4099483984375,99.310255071875L133.6089783984375,99.262451171875L133.8040983984375,99.269281151875L133.9904483984375,99.324885671875L134.1562983984375,99.426353171875L134.2919083984375,99.566841171875L134.3904383984375,99.746350171875Z" fill="#E73443" fill-opacity="0.5"/></g></g><g><path d="M62.39739140625,111.9172015625L62.36909140625,112.7328015625L62.288091406250004,113.5240015625L62.15739140625,114.2957015625L61.976891406250004,115.0479015625L61.74569140625,115.7904015625L61.47059140625,116.5055015625L61.15159140625,117.19530156249999L60.78959140625,117.8616015625L60.38469140625,118.50350156249999L59.942791406249995,119.1143015625L59.46469140625,119.6948015625L58.94859140625,120.2450015625L58.39839140625,120.7611015625L57.81789140625,121.2392015625L57.208191406249995,121.6811015625L56.56519140625,122.0860015625L55.89889140625,122.4479015625L55.209091406249996,122.7670015625L54.493991406250004,123.0421015625L53.75249140625,123.2733015625L52.99939140625,123.4538015625L52.228591406250004,123.5855015625L51.436391406249996,123.6655015625L50.62179140625,123.6938015625L49.80719140625,123.6655015625L49.01499140625,123.5855015625L48.24424140625,123.4538015625L47.49107140625,123.2733015625L46.74961140625,123.0421015625L46.03448140625,122.7670015625L45.34472140625,122.4479015625L44.67838140625,122.0860015625L44.03546140625,121.6811015625L43.42570140625,121.2392015625L42.84521140625,120.7611015625L42.29497140625,120.2450015625L41.77887140625,119.6948015625L41.30082140625,119.1143015625L40.85887140625,118.50350156249999L40.45400140625,117.8616015625L40.09204140625,117.19530156249999L39.77302040625,116.5055015625L39.49789840625,115.7904015625L39.26667940625,115.0479015625L39.08619040625,114.2957015625L38.95545940625,113.5240015625L38.87448490625,112.7328015625L38.84619140625,111.9172015625L38.87448490625,111.1026015625L38.95448240625,110.3104015625L39.08619040625,109.5396415625L39.26667940625,108.7874515625L39.49789840625,108.0450115625L39.77302040625,107.3298915625L40.09204140625,106.6401315625L40.45400140625,105.9737915625L40.85887140625,105.3308715625L41.30082140625,104.7211115625L41.77887140625,104.1406215625L42.29497140625,103.5903815625L42.84521140625,103.0742815625L43.42570140625,102.5962315625L44.03546140625,102.1542815625L44.67838140625,101.7494015625L45.34472140625,101.3864715625L46.03448140625,101.0684305625L46.74961140625,100.7933085625L47.49107140625,100.5620895625L48.24424140625,100.3806215625L49.01499140625,100.2498925625L49.80719140625,100.1698920625L50.62179140625,100.1416015625L51.436391406249996,100.1698920625L52.228591406250004,100.2498925625L52.99939140625,100.3806215625L53.75249140625,100.5620895625L54.493991406250004,100.7933085625L55.209091406249996,101.0684305625L55.89889140625,101.3864715625L56.56519140625,101.7494015625L57.208191406249995,102.1542815625L57.81789140625,102.5962315625L58.39839140625,103.0742815625L58.94859140625,103.5903815625L59.46469140625,104.1406215625L59.942791406249995,104.7211115625L60.38469140625,105.3308715625L60.78959140625,105.9737915625L61.15159140625,106.6401315625L61.47059140625,107.3298915625L61.74569140625,108.0450115625L61.976891406250004,108.7874515625L62.15739140625,109.5396415625L62.288091406250004,110.3104015625L62.36909140625,111.1026015625L62.39739140625,111.9172015625Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/></g><g><path d="M123.1343171875,111.91721796875L123.11091718750001,112.59921796875L123.0465171875,113.26261796874999L122.9421171875,113.90751796875L122.7968171875,114.53581796875L122.6133171875,115.15041796875L122.3285171875,115.90361796875L121.9909171875,116.62071796875L121.6026171875,117.30461796875L121.1616171875,117.95721796875L120.6709171875,118.57481796875L120.13921718750001,119.14941796875L119.5655171875,119.68021796875L118.9480171875,120.17091796875L118.2953171875,120.61291796875L117.6114171875,121.00111796875L116.89431718750001,121.33771796875L116.1402171875,121.62261796875L115.5265171875,121.80701796875L114.8982171875,121.95141796875001L114.2533171875,122.05581796875L113.58991718749999,122.12111796875L112.90801718750001,122.14461796875L112.22700718749999,122.12111796875L111.5635971875,122.05581796875L110.9187171875,121.95141796875001L110.2904171875,121.80701796875L109.6757771875,121.62261796875L108.9226171875,121.33771796875L108.2055471875,121.00111796875L107.5216371875,120.61291796875L106.8689671875,120.17091796875L106.2513971875,119.68021796875L105.6777371875,119.14941796875L105.1460271875,118.57481796875L104.6552971875,117.95721796875L104.2143171875,117.30461796875L103.8250571875,116.62071796875L103.4884721875,115.90361796875L103.2035891875,115.15041796875L103.0191981875,114.53581796875L102.8748091875,113.90751796875L102.7704244875,113.26261796874999L102.7060308875,112.59921796875L102.6826171875,111.91721796875L102.7060308875,111.23530796874999L102.7704244875,110.57287796874999L102.8748091875,109.92799796875L103.0191981875,109.29970796875L103.2035891875,108.68506796875L103.4884721875,107.93189796875001L103.8250571875,107.21482796875L104.2143171875,106.53091796875L104.6552971875,105.87823796875L105.1460271875,105.25969796875L105.6777371875,104.68603796875L106.2513971875,104.15432796875L106.8689671875,103.66457796875L107.5216371875,103.22262796875L108.2055471875,102.83433796875L108.9226171875,102.49774896875L109.6757771875,102.21189596875L110.2904171875,102.02848096875L110.9187171875,101.88409296875L111.5635971875,101.77872526875L112.22700718749999,101.71433756875L112.90801718750001,101.69091796875L113.58991718749999,101.71433756875L114.2533171875,101.77872526875L114.8982171875,101.88409296875L115.5265171875,102.02848096875L116.1402171875,102.21189596875L116.89431718750001,102.49774896875L117.6114171875,102.83433796875L118.2953171875,103.22262796875L118.9480171875,103.66457796875L119.5655171875,104.15432796875L120.13921718750001,104.68603796875L120.6709171875,105.25969796875L121.1616171875,105.87823796875L121.6026171875,106.53091796875L121.9909171875,107.21482796875L122.3285171875,107.93189796875001L122.6133171875,108.68506796875L122.7968171875,109.29970796875L122.9421171875,109.92799796875L123.0465171875,110.57287796874999L123.11091718750001,111.23530796874999L123.1343171875,111.91721796875Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/></g><g><path d="M50.613943750000004,101.63525390625L51.32424375,101.66061480625L52.01594375,101.73086170625L52.68814375,101.84500690625L53.34474375,102.00305490625L53.992543749999996,102.20500690625L54.61594375,102.44500890625L55.21784375,102.72305390625L55.79934375,103.03915390625L56.35934375,103.39329390625L56.89204375,103.77866390625L57.398343749999995,104.19623390625L57.87834375,104.64696390625L58.328143749999995,105.12695390625L58.74564375,105.63330390625L59.13104375,106.16695390625L59.484243750000005,106.72793390625L59.800343749999996,107.30939390625L60.07834375,107.91232390625L60.31834375,108.53671390625L60.520343749999995,109.18452390625L60.678343749999996,109.84110390625L60.79254375,110.51427390625L60.86274375,111.20598390625L60.88714375,111.91715390625001L60.86274375,112.62935390625L60.79254375,113.32015390625L60.678343749999996,113.99425390625L60.520343749999995,114.65085390625L60.31834375,115.29865390625L60.07834375,115.92305390625L59.800343749999996,116.52595390625L59.484243750000005,117.10745390625L59.13104375,117.66845390625L58.74564375,118.20205390625L58.328143749999995,118.70745390625L57.87834375,119.18845390625L57.398343749999995,119.63915390625L56.89204375,120.05675390625001L56.35934375,120.44205390625L55.79934375,120.79625390625L55.21784375,121.11235390625001L54.61594375,121.39035390625L53.992543749999996,121.63035390625001L53.34474375,121.83235390625L52.68814375,121.99035390625L52.01594375,122.10455390625L51.32424375,122.17475390625L50.613943750000004,122.20015390625L49.90277375,122.17475390625L49.21204375,122.10455390625L48.53887375,121.99035390625L47.88228375,121.83235390625L47.23545375,121.63035390625001L46.61204375,121.39035390625L46.01008375,121.11235390625001L45.42862375,120.79625390625L44.86764375,120.44205390625L44.33496375,120.05675390625001L43.82959375,119.63915390625L43.34960375,119.18845390625L42.89887375,118.70745390625L42.48130375,118.20115390625L42.09594375,117.66845390625L41.74277375,117.10745390625L41.42667375,116.52595390625L41.14862475,115.92305390625L40.90959975,115.29865390625L40.70764775,114.65085390625L40.54959875,113.99425390625L40.43545455,113.32015390625L40.36521055,112.62935390625L40.33984375,111.91715390625001L40.36521055,111.20598390625L40.43545455,110.51427390625L40.54959875,109.84110390625L40.70764775,109.18452390625L40.90959975,108.53671390625L41.14862475,107.91232390625L41.42667375,107.30939390625L41.74277375,106.72793390625L42.09594375,106.16695390625L42.48130375,105.63330390625L42.89887375,105.12695390625L43.34960375,104.64696390625L43.82959375,104.19623390625L44.33496375,103.77866390625L44.86764375,103.39329390625L45.42862375,103.03915390625L46.01008375,102.72305390625L46.61204375,102.44500890625L47.23545375,102.20500690625L47.88228375,102.00305490625L48.53887375,101.84500690625L49.21204375,101.73086170625L49.90277375,101.66061480625L50.613943750000004,101.63525390625ZM113.26274375,102.39525190625L113.92034375,102.41866590625L114.56034375,102.48305890625L115.18374375,102.58939690625L115.79154375,102.73573390625L116.39054375,102.92305390625L116.96814375,103.14549390625L117.52614375,103.40208390625L118.06374375,103.69574390625L118.58374375,104.02354390625L119.07644375,104.37964390625L119.54474375,104.76695390625L119.98964375,105.18452390625L120.40714375,105.62940390625L120.79354375,106.09769390625L121.14964375,106.59135390625L121.47744375,107.11135390625L121.77004375,107.64988390625L122.02764375,108.20793390625L122.24914375,108.78647390625L122.43644375,109.38646390625L122.58274375,109.99427390625L122.68814375,110.61866390624999L122.75354375,111.25866390625L122.77594375,111.91715390625001L122.75354375,112.57675390625L122.68814375,113.21675390625L122.58274375,113.84015390625L122.43644375,114.44895390625L122.24914375,115.04895390625L122.02764375,115.62745390625L121.77004375,116.18455390625L121.47744375,116.72405390625L121.14964375,117.24305390625L120.79354375,117.73675390625L120.40714375,118.20595390625L119.98964375,118.65085390625L119.54474375,119.06845390625L119.07644375,119.45475390625L118.58374375,119.81185390625001L118.06374375,120.13965390625L117.52614375,120.43235390625L116.96814375,120.68985390625L116.39054375,120.91235390625L115.79154375,121.09965390625L115.18374375,121.24595390625001L114.56034375,121.35235390625L113.92034375,121.41675390625L113.26274375,121.44015390625L112.60424375,121.41675390625L111.96424375,121.35235390625L111.34084375,121.24595390625001L110.73304375,121.09965390625L110.13394375,120.91235390625L109.55644375,120.68985390625L108.99834375,120.43235390625L108.46084375,120.13965390625L107.94084375,119.81185390625001L107.44814375,119.45475390625L106.97984375,119.06845390625L106.53494375,118.65085390625L106.11744375,118.20595390625L105.73104375,117.73675390625L105.37494375,117.24305390625L105.04714375,116.72405390625L104.75444375,116.18455390625L104.49694375,115.62745390625L104.27544375,115.04895390625L104.08814375,114.44895390625L103.94184375,113.84015390625L103.83644375,113.21675390625L103.77104374999999,112.57675390625L103.74864375,111.91715390625001L103.77104374999999,111.25866390625L103.83644375,110.61866390624999L103.94184375,109.99427390625L104.08814375,109.38646390625L104.27544375,108.78647390625L104.49694375,108.20793390625L104.75444375,107.64988390625L105.04714375,107.11135390625L105.37494375,106.59135390625L105.73104375,106.09769390625L106.11744375,105.62940390625L106.53494375,105.18452390625L106.97984375,104.76695390625L107.44814375,104.37964390625L107.94084375,104.02354390625L108.46084375,103.69574390625L108.99834375,103.40208390625L109.55644375,103.14549390625L110.13394375,102.92305390625L110.73304375,102.73573390625L111.34084375,102.58939690625L111.96424375,102.48305890625L112.60424375,102.41866590625L113.26274375,102.39525190625Z" fill-rule="evenodd" fill="#1664FF" fill-opacity="1"/><path d="M50.61404375,101.27726990625L49.89002375,101.30308590625L49.87827375,101.30350490625L49.16398375,101.37614790625L48.467023749999996,101.49432690625L47.78700375,101.65801450625L47.11775375,101.86696690625L46.47261375,102.11533290625L45.84947375,102.40316690625L45.24750375,102.73040390625L44.66711375,103.09681390625L44.11595375,103.49554390625L43.59297375,103.92766390625L43.09650375,104.39386390625L42.63018375,104.89045390625L42.19799375,105.41454390625L41.79924375,105.96673390625L41.43392375,106.54701390625L41.10673375,107.14888390625L40.81876775,107.77330390624999L40.57143175,108.41941390625L40.36258945,109.08931390625L40.19891975,109.76925390625L40.08073575,110.46624390625L40.00809975,111.18151390625L39.98186075,111.91715390625001L40.00809975,112.65385390624999L40.08073575,113.36815390625L40.19890975,114.06605390625L40.36258945,114.74605390625L40.57143175,115.41595390625L40.81876775,116.06205390625L41.10673375,116.68655390625L41.43392375,117.28835390625L41.79932375,117.86875390624999L42.19809375,118.41995390625L42.63007375,118.94385390625L43.09637375,119.44135390625L43.59297375,119.90775390625001L44.11595375,120.33985390625L44.66711375,120.73855390625L45.24750375,121.10495390625L45.84947375,121.43225390625L46.47261375,121.72005390625L47.11775375,121.96845390625L47.78700375,122.17735390625L48.46701375,122.34105390625L49.16398375,122.45925390625L49.87827375,122.53185390625L50.61404375,122.55815390625L51.34874375,122.53185390625L52.064043749999996,122.45925390625L52.76004375,122.34105390625L53.43994375,122.17735390625L54.11014375,121.96845390625L54.75534375,121.72005390625L55.37854375,121.43225390625L55.98064375,121.10485390625L56.56004375,120.73845390625L57.110943750000004,120.33995390625L57.63484375,119.90785390625L58.13174375,119.44125390625L58.59694375,118.94375390625L59.028943749999996,118.42095390624999L59.427743750000005,117.86865390625L59.793043749999995,117.28835390625L60.12024375,116.68655390625L60.40814375,116.06225390624999L60.65644375,115.41625390625L60.86534375,114.74605390625L61.02904375,114.06605390625L61.14724375,113.36815390625L61.21994375,112.65365390625L61.24514375,111.91715390625001L61.21994375,111.18175390625L61.14724375,110.46624390625L61.02904375,109.76925390625L60.86534375,109.08932390625L60.65644375,108.41917390625L60.40814375,107.77308390625L60.12024375,107.14887390625L59.793043749999995,106.54701390625L59.427743750000005,105.96673390625L59.02904375,105.41454390625L58.59694375,104.89060390624999L58.131643749999995,104.39399390625L57.63484375,103.92754390625L57.110943750000004,103.49545390625L56.56004375,103.09690390625L55.98064375,102.73047390625L55.37854375,102.40316690625L54.75534375,102.11533290625L54.11014375,101.86693990625L53.43994375,101.65799660625L52.76004375,101.49433690625L52.064043749999996,101.37614790625L51.34874375,101.30350490625L50.61404375,101.27726990625ZM49.92726375,102.01772490625L49.260093749999996,102.08557590625L48.61072375,102.19568590625L47.97756375,102.34809490625L47.35315375,102.54304590625L46.75146375,102.77468390625L46.17069375,103.04294390625L45.60974375,103.34789390625L45.06818375,103.68978390625L44.55398375,104.06178390625L44.06622375,104.46479390625L43.60270375,104.90005390625L43.16755375,105.36346390625L42.76462375,105.85205390625L42.39263375,106.36718390625L42.05162375,106.90885390625L41.74661375,107.46991390625L41.47848375,108.05133390625L41.24776675,108.65402390625L41.05270575,109.27972390625L40.90027875,109.91295390625L40.790172749999996,110.56230390625L40.72232175,111.23045390625L40.69782675,111.91725390625L40.72232175,112.60495390625L40.79017375,113.27215390625L40.90028875,113.92245390625L41.05270575,114.55565390625L41.24776775,115.18135390625L41.47848375,115.78405390625L41.74661375,116.36545390625L42.05162375,116.92655390625L42.39255375,117.46805390625L42.76453375,117.98225390625001L43.16766375,118.47105390625L43.60283375,118.93545390625L44.06622375,119.37055390625L44.55396375,119.77355390625L45.06818375,120.14555390625L45.60975375,120.48745390625L46.17070375,120.79245390625L46.75146375,121.06065390625L47.35314375,121.29235390625L47.97756375,121.48725390625L48.61074375,121.63965390625L49.26008375,121.74985390625L49.92727375,121.81765390625L50.613943750000004,121.84215390625L51.29974375,121.81765390625L51.96784375,121.74985390625L52.61624375,121.63965390625L53.24954375,121.48725390625L53.87494375,121.29225390625L54.47654375,121.06065390625L55.05724375,120.79245390625L55.61814375,120.48755390625L56.15874375,120.14565390625L56.67314375,119.77355390625L57.16184375,119.37045390624999L57.62504375,118.93555390625L58.05934375,118.47115390625L58.46244375,117.98315390625L58.83434375,117.46815390625L59.175343749999996,116.92655390625L59.48034375,116.36545390625L59.74864375,115.78385390625L59.98024375,115.18115390625L60.17524375,114.55565390625L60.32764375,113.92245390625L60.43784375,113.27215390625L60.505643750000004,112.60515390625L60.52924375,111.91725390625L60.505643750000004,111.23022390625L60.43784375,110.56228390625L60.327743749999996,109.91295390625L60.17524375,109.27973390625L59.98024375,108.65425390625L59.74864375,108.05156390625L59.48044375,107.46993390625L59.175343749999996,106.90885390625L58.83434375,106.36719390625L58.46234375,105.85204390625L58.05934375,105.36330390625L57.62514375,104.89992390625L57.16184375,104.46490390625L56.67314375,104.06188390625L56.15874375,103.68969390625L55.61814375,103.34782390625L55.05724375,103.04294390625L54.47654375,102.77468390625L53.87494375,102.54307490625L53.24954375,102.34811190625L52.61624375,102.19567590625L51.96784375,102.08557590625L51.29974375,102.01772490625L50.613943750000004,101.99323790625L49.92726375,102.01772490625ZM113.26274375,102.03726890625L112.59154375,102.06113490625L112.57994375,102.06154690625L111.91614375,102.12832990625L111.26874375,102.23875990625L110.63764375,102.39071990625L110.01614375,102.58504990625L109.41724375,102.81571390625L108.83774375,103.08219390625L108.27944375,103.38713390625L107.74044375,103.72695390625L107.22914375,104.09653390625L106.74324375,104.49842390625L106.28184375,104.93142390625L105.84874375,105.39290390625L105.44774375,105.87897390625L105.07824375,106.39111390625L104.73834375,106.93035390625L104.43454375,107.48933390625L104.16704375,108.06887390625L103.93734375,108.66910390625L103.74314375,109.29118390625L103.59104375,109.92255390625L103.48174374999999,110.57067390625L103.41394375,111.23437390625L103.39064375000001,111.91715390625001L103.41394375,112.60095390625L103.48174374999999,113.26475390625001L103.59104375,113.91185390625L103.74304375,114.54415390625L103.93734375,115.16625390625L104.16714375000001,115.76665390625L104.43454375,116.34505390625L104.73834375,116.90505390625L105.07834375,117.44345390625L105.44764375,117.95525390625L105.84864375,118.44235390624999L106.28184375,118.90395390625L106.74334375,119.33715390625L107.22914375,119.73785390625L107.74024375,120.10835390625L108.27974375,120.44835390624999L108.83774375,120.75215390625L109.41704375,121.01955390625L110.01614375,121.25035390625L110.63764375,121.44465390625L111.26874375,121.59665390625L111.91614375,121.70705390625L112.57994375,121.77385390625L113.26274375,121.79815390625001L113.94464375,121.77385390625L114.60834375,121.70705390625L115.25574375,121.59665390625L115.88694375,121.44465390625L116.50834375,121.25035390625L117.10754375,121.01955390625L117.68684375,120.75215390625L118.24484375,120.44835390624999L118.78434375,120.10835390625L119.29544375,119.73785390625L119.78124375,119.33715390625L120.24274375,118.90395390625L120.67594375,118.44235390624999L121.07694375,117.95525390625L121.44624375,117.44345390625L121.78624375,116.90505390625L122.09004375,116.34505390625L122.35744375,115.76665390625L122.58724375,115.16625390625L122.78144375,114.54415390625L122.93344375,113.91185390625L123.04284375,113.26475390625001L123.11064375,112.60095390625L123.13394375,111.91715390625001L123.11064375,111.23437390625L123.04284375,110.57067390625L122.93344375,109.92255390625L122.78144375,109.29118390625L122.58724375,108.66910390625L122.35744375,108.06887390625L122.09004375,107.48933390625L121.78624375,106.93035390625L121.44624375,106.39111390625L121.07684375,105.87897390625L120.67584375,105.39290390625L120.24274375,104.93142390625L119.78134375,104.49842390625L119.29544375,104.09652390625L118.78414375,103.72695390625L118.24504375,103.38713390625L117.68684375,103.08219390625L117.10724375,102.81571390625L116.50834375,102.58505090625L115.88694375,102.39071990625L115.25574375,102.23875990625L114.60834375,102.12832990625L113.94464375,102.06154790625L113.26274375,102.03726890625ZM112.62854375,102.77578390625L112.01224375,102.83778390625L111.41284375,102.94003390625L110.82834375,103.08076390625L110.25174375,103.26106390625L109.69564375,103.47527390625L109.15904375,103.72195390625L108.64214375,104.00437390625L108.14124375,104.32010390625L107.66714375,104.66278390625L107.21654375,105.03548390625L106.78804375,105.43764390625L106.38604375,105.86588390625L106.01444375,106.31638390625L105.67164375,106.79157390625L105.35594375,107.29239390625L105.07444375,107.81037390624999L104.82674375,108.34702390625L104.61364375,108.90378390625L104.43314375,109.48171390625001L104.29254375,110.06600390625L104.19114375000001,110.66668390625L104.12824375,111.28294390625L104.10654375,111.91725390625L104.12824375,112.55245390625L104.19114375000001,113.16865390625L104.29254375,113.76845390625L104.43314375,114.35365390625L104.61364375,114.93155390625L104.82674375,115.48825390625L105.07444375,116.02405390625L105.35594375,116.54295390625L105.67154375,117.04275390625L106.01454375,117.51815390625L106.38624375,117.96965390625L106.78804375,118.39775390625L107.21634375,118.79975390625L107.66714375,119.17165390625L108.14144375,119.51535390625L108.64194375,119.83085390625L109.15904375,120.11245390625L109.69574375,120.36015390625L110.25174375,120.57435390625L110.82834375,120.75465390625L111.41284375,120.89535390625L112.01224375,120.99755390625L112.62854375,121.05955390625L113.26274375,121.08215390625L113.89604375,121.05955390625L114.51234375,120.99755390625L115.11164375,120.89535390625L115.69614375,120.75465390625L116.27274375,120.57435390625L116.82874375,120.36015390625L117.36554375,120.11245390625L117.88264375,119.83095390625L118.38314375,119.51535390625L118.85744375,119.17165390625L119.30824375,118.79975390625L119.73654375,118.39775390625L120.13834375,117.96965390625L120.51004375,117.51815390625L120.85304375,117.04275390625L121.16864375,116.54295390625L121.45014375,116.02405390625L121.69784375,115.48825390625L121.91094375,114.93155390625L122.09134375,114.35375390625L122.23204375,113.76845390625L122.33344375,113.16865390625L122.39634375,112.55245390625L122.41794375,111.91725390625L122.39634375,111.28291390625L122.33344375,110.66665390625L122.23204375,110.06600390625L122.09134375,109.48174390625L121.91094375,108.90386390625L121.69784375,108.34700390625L121.45014375,107.81041390625L121.16864375,107.29235390625L120.85294375,106.79159390625L120.51014375,106.31642390625L120.13844375,105.86587390625L119.73654375,105.43762390625L119.30804375,105.03548390625L118.85744375,104.66275390625L118.38344375,104.32016390625L117.88234375,104.00432390625L117.36554375,103.72198390625L116.82894375,103.47526390625L116.27274375,103.26106390625L115.69624375,103.08076390625L115.11174375,102.94003390625L114.51224375,102.83778390625L113.89604375,102.77578390625L113.26274375,102.75323390625L112.62854375,102.77578390625Z" fill-rule="evenodd" fill="#606266" fill-opacity="1"/></g><g><path d="M50.58498328125,115.53252265625L51.02888328125,115.50520265625L51.46205328125,115.42910265625L51.88742328125,115.30130265625L52.29522328125,115.12764265625L52.673763281250004,114.91398265625L53.02401328125,114.65837265625L53.34010328125,114.36276265625L53.60742328125,114.03691265625L53.82888328125,113.67789265625L53.95864328125,113.39008265625L54.05327328125,113.08861265625L54.11181328125,112.77056265625001L54.13425328125,112.43398265625L54.10303328125,112.07886265625L54.01913328125,111.74227265625L53.88156328125,111.42032265625L53.69913328125,111.11886265625L53.47766328125,110.83398265625L53.21327328125,110.56569265625L52.92351328125,110.32374265625L52.60742328125,110.10423065625L52.26596328125,109.90715465625L51.90888328125,109.73739965625L51.54498328125,109.59691165625L51.17230328125,109.48471465625L50.79279328125,109.40081335625L50.42596328125,109.35203295625L50.06888328125,109.33447265625L49.62401328125,109.36471635625L49.22010328125,109.44276365625L48.85230328125,109.56764465625L48.51376328125,109.73837665625L48.20059328125,109.95495865625L47.92644828125,110.20764465625L47.68742228125,110.49837265625L47.48352028125,110.83008265625L47.32547228125,111.18325265625L47.20937438125,111.56471265625L47.13718028125,111.98032265625L47.10986328125,112.43398265625L47.13132388125,112.77056265625001L47.18791088125,113.08861265625L47.27864228125,113.39008265625L47.40351928125,113.67789265625L47.61815528125,114.03789265625L47.87669128125,114.36374265625L48.18303328125,114.65837265625L48.52352328125,114.91398265625L48.89327328125,115.12764265625L49.29425328125,115.30130265625L49.71279328125,115.42813265625L50.14205328125,115.50520265625L50.58498328125,115.53252265625Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/></g><g><path d="M50.80156984375,108.7177734375L50.396689843749996,108.7207031275L49.97912984375,108.7655773375L49.57717984375,108.8582614375L49.18790984375,109.0007024375L48.81912984375,109.1889944375L48.47571984375,109.4192374375L48.15571984375,109.6953364375L47.83962084375,110.0494834375L47.58401084375,110.4260634375L47.38303584375,110.8270434375L47.23669384375,111.2514334375L47.14596334375,111.6826534375L47.11083984375,112.1236234375L47.13132684375,112.5655834375L47.20742724375,112.9987534375L47.34010884375,113.4260634375L47.52645084375,113.8328934375L47.77035284375,114.2163134375L48.07376584375,114.5792334375L48.24839984375,114.7441134375L48.58400984375,114.9899634375L48.96059984375,115.1967934375L49.38205984375,115.3665534375L49.82107984375,115.4914334375L50.27376984375,115.5772834375L50.74303984375,115.6250934375L51.21425984375,115.6348534375L51.66693984375,115.6065534375L52.10303984375,115.5431434375L52.53034984375,115.43972343749999L52.90595984375,115.3041134375L53.23473984375,115.1392334375L53.57425984375,114.9070434375L53.85912984375,114.6553334375L54.09327984375,114.3841134375L54.28254984375,114.0924134375L54.43473984375,113.7763034375L54.54595984375,113.44948343749999L54.61717984375,113.1119134375L54.64839984375,112.7607034375L54.64156984375,112.4075334375L54.59961984375,112.0563034375L54.52254984375,111.7041134375L54.40742984375,111.3499634375L54.20546984375,110.8992334375L53.94985984375,110.4728934375L53.635719843749996,110.0680234375L53.369379843749996,109.7919234375L53.07668984375,109.5421644375L52.75669984375,109.3187464375L52.40839984375,109.1216774375L52.04449984375,108.9626524375L51.65717984375,108.8416774375L51.24449984375,108.7597239375L50.80156984375,108.7177734375ZM52.94498984375,114.4738734375L52.679619843750004,114.6046034375L52.36547984375,114.7128934375L51.99668984375,114.7958234375L51.62205984375,114.8465534375L51.22985984375,114.8689934375L50.81815984375,114.8621634375L50.40937984375,114.8231434375L50.01815984375,114.7548434375L49.64254984375,114.6563134375L49.28059984375,114.5206934375L48.96839984375,114.3567934375L48.70205984375,114.1646034375L48.54595984375,114.0172834375L48.31278984375,113.7382634375L48.12644984375,113.4416734375L47.98303484375,113.12655343750001L47.88157084375,112.7938734375L47.82400984375,112.4563134375L47.80937684375,112.1119134375L47.83766984375,111.7675334375L47.90986484375,111.4299634375L48.02498584375,111.0982634375L48.18205984375,110.7841134375L48.38303984375,110.4894734375L48.63083984375,110.2124034375L48.88059984375,109.9958234375L49.14985984375,109.8153334375L49.43961984375,109.6680164375L49.74400984375,109.5567954375L50.05912984375,109.4836244375L50.38595984375,109.4485044375L50.74790984375,109.4465514375L51.11083984375,109.4797244375L51.44937984375,109.5460654375L51.76546984375,109.6426494375L52.06302984375,109.7694834375L52.43864984375,109.9841134375L52.773279843750004,110.2348434375L53.06985984375,110.5226534375L53.33034984375,110.8446034375L53.54400984375,111.1821634375L53.71474984375,111.5382634375L53.84156984375,111.9119234375L53.91766984375,112.2807034375L53.94498984375,112.6475334375L53.91961984375,113.0133834375L53.84059984375,113.3567934375L53.70595984375,113.6826534375L53.57034984375,113.9070434375L53.39961984375,114.1128934375L53.19278984375,114.3011834375L52.94498984375,114.4738734375Z" fill="#606266" fill-opacity="1"/></g><g><path d="M111.58118625,109.17969953125L111.21337625,109.42360153125L110.87875625,109.70653453125L110.57729125,110.02848453125L110.31289325,110.38262453125L110.09533425,110.75726453125L109.92167225,111.15433453125L109.79874475,111.56799453125L109.73240997,111.98555453125L109.72265625,112.40897453125L109.75582365,112.72409453125L109.82606425,113.03433453125L109.93533225,113.34067453125L110.08558025,113.64506453125L110.29143225,113.93970453125L110.53338225,114.19043453125L110.81337625,114.40311453125L111.12265625,114.57579453125L111.45630625,114.71336453125L111.81826625,114.81677453125L112.18996625,114.88311453125L112.57240625,114.91726453125L112.96558625,114.91921453125L113.35874625,114.88896453125L113.74216625,114.83140453125L114.11972625,114.74458453125L114.48850625,114.62848453125L114.82899625,114.48897453125L115.14411625,114.32604453125L115.51191625,114.07921453125L115.82021625,113.80994453125L116.07484625000001,113.51823453125L116.27972625,113.20214453125L116.43972625,112.85677453125L116.54899625,112.50067453125L116.60850625,112.12897453125L116.61728625,111.73775453125L116.57631625,111.35140453125L116.48362625,110.96116453125L116.33728625,110.56311453125L116.13142625,110.15433453125L115.94314625,109.87043453125L115.73533625,109.62165353125L115.50508625,109.40409453125L115.25338625,109.21579653125L114.88752625,109.00896753125L114.50021625,108.85287253125L114.08850625,108.74848153125L113.66703625,108.69482422125L113.24069625,108.69189453125L112.80850625,108.73969843125L112.38508625,108.83725953125L111.97631625,108.98360053125L111.58118625,109.17969953125Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/></g><g><path d="M114.88064484375,115.16890203125L115.23283484375,114.96304203125L115.57430484375,114.71426203125L115.87771484375,114.43036203125L116.14600484375,114.11231203125L116.37429484375,113.76304203125L116.55868484375,113.39036203124999L116.69918484375,112.99133203125L116.79770484375,112.52500203125L116.83284484375,112.07036203125L116.80649484375,111.62158203125L116.72259484375,111.18060203125L116.58600484375,110.76207203125L116.39673484375,110.36206203125L116.15771484375,109.98939203125L115.87478484375,109.65280203125L115.54502484375,109.34938303125L115.17917484375,109.09182703125L114.77527484375,108.88206803125L114.32844484375,108.72109613125L114.09429484375,108.66548563125L113.67868484375,108.62158203125L113.24649484375,108.63133575125L112.79479484375,108.69767653125L112.34893484375,108.81085103125L111.91088484375,108.96304503125L111.47869484375,109.15816703125L111.06308484375,109.38743303125L110.68259484375,109.63914203125L110.33429484375,109.91426203125L110.01332684375,110.21865203125L109.75283484375,110.52500203125L109.54893484375,110.83329203125L109.36844984375,111.20597203125L109.24649864375,111.56695203125L109.17722224375,111.92012203125L109.15771484375,112.26743203125L109.18405824375,112.61865203125L109.25039304375,112.95719203125L109.35674284375,113.28499203125L109.50502584375,113.60500203125L109.68747584375,113.90646203125L109.90015284375,114.19036203125L110.14405484375,114.45573203125L110.42112484375,114.70548203125L110.82209484375,114.99426203125L111.25820484375,115.23426203125L111.73528484375,115.42646203125L112.10502484375,115.53183203125L112.48454484375,115.60109203125L112.87478484375,115.63329203125L113.27771484375,115.62841203125L113.67479484374999,115.58353203125L114.07283484375,115.49280203125L114.47381484375,115.35621203125L114.88064484375,115.16890203125ZM110.13430084375,111.26353203125L110.30015484375,111.01768203125L110.51966484375,110.76597203125L110.79966484375,110.50744203125L111.10113484375,110.27426203125L111.43185484375,110.05767203125001L111.79479484375,109.85768203125L112.17039484375,109.68402203125L112.54600484375,109.54743503125L112.92258484375,109.44304403125L113.30600484375,109.37865603125L113.66015484375,109.36402003125L113.98795484375,109.39524003125L114.19771484375,109.44499703125L114.54015484375,109.56889503125L114.85137484375,109.73182203125L115.13430484375,109.93280203125L115.38893484375001,110.16987203125L115.60746484375,110.43231203125L115.79283484375,110.72402203125L115.94015484375,111.03621203125L116.04649484375,111.36402203125L116.11088484375,111.71036203125L116.13137484375,112.06060203125L116.10307484375,112.41767203125L116.02698484375,112.78255203125L115.91674484375,113.09572203125L115.77235484375,113.38743203125L115.59380484375001,113.66060203125L115.38307484375,113.91036203125L115.14600484375,114.13182203125L114.87771484375,114.32694203125L114.56357484375,114.51134203125L114.22990484375,114.66451203125L113.90210484375,114.77865203125L113.57819484375,114.85378203125L113.25527484375,114.89377203125L112.82015484375,114.89670203125L112.40259484375,114.84792203125L112.00064484375,114.74743203125L111.61235484375,114.60011203125L111.25722484375,114.41573203125L110.93040484375,114.19329203125L110.63283484375,113.93378203125L110.38210484375,113.65280203125L110.17528484375,113.34841203125L110.01430284375,113.01963203125L109.91185884375,112.68207203125L109.86600884375,112.33280203125L109.87283284375,112.06938203125L109.91771884375,111.80597203125L110.00357284375,111.53768203125L110.13430084375,111.26353203125Z" fill="#606266" fill-opacity="1"/></g><g><path d="M70.85052359375,71.32080078125L70.85052359375,74.66129078125L69.11979359375,74.66129078125L68.66906359375,71.32080078125L70.85052359375,71.32080078125ZM71.37540359375001,83.69060078125L71.58614359375,87.02230078125L69.11979359375,87.02230078125L69.64565359375,83.69060078125L71.37540359375001,83.69060078125ZM77.16073359375,76.00080078125L73.79393359375,77.43982078125L73.24763359375,76.23690078125L76.10223359375,74.11885078125L77.16073359375,76.00080078125ZM66.81345359375,82.17930078124999L63.65735359375,84.09740078125L62.29443359375,82.34130078125L65.38906359375,81.02031078125L66.81345359375,82.17930078124999ZM75.95683359375,84.09930078125L73.67883359375,82.34130078125L74.21343359375,80.78421078125L77.37543359375,82.11010078125L75.95683359375,84.09930078125ZM65.05735359375,77.31007078125L62.72759859375,76.25153078125L63.67491359375,74.49056078125L65.97833359375,76.25153078125L65.05735359375,77.31007078125Z" fill="#606266" fill-opacity="0.30000001192092896"/></g></g></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 16 16"><defs><clipPath id="master_svg0_6661_62476"><rect x="0" y="0" width="16" height="16" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_6661_62476)"><g><g><path d="M11.953668162078857,11.20995329711914C11.553498162078856,11.56803329711914,11.036648162078858,11.768163297119141,10.499678162078858,11.772943297119141C9.982978162078858,11.76860329711914,9.484248162078858,11.58277329711914,9.090688162078857,11.24795329711914L7.1836971620788574,12.36394329711914L7.143697162078857,12.39094329711914C7.053574062078858,12.45892329711914,7.000323153078857,12.56505329711914,6.999698162078857,12.67794329711914L6.999698162078857,13.63193329711914L7.002698192078857,13.67493329711914C7.0303549620788575,13.86423329711914,7.194422162078857,14.00345329711914,7.385696162078857,13.99993329711914L13.613658162078856,13.99993329711914L13.658668162078857,13.99693329711914C13.848608162078857,13.979693297119141,13.995358162078858,13.82262329711914,13.999658162078857,13.63193329711914L13.999658162078857,12.67194329711914L13.996658162078857,12.62694329711914C13.981718162078858,12.517373297119141,13.918158162078857,12.420383297119141,13.823658162078857,12.362943297119141L11.953668162078857,11.20995329711914ZM10.499678162078858,6.999973297119141C9.433688162078857,6.999973297119141,8.666688162078858,7.781969297119141,8.666688162078858,8.86296329711914C8.666688162078858,10.208953297119141,9.629688162078857,11.13595329711914,10.499678162078858,11.13595329711914C11.369678162078857,11.13595329711914,12.332668162078857,10.20095329711914,12.332668162078857,8.86296329711914C12.332668162078857,7.78296929711914,11.565678162078857,6.999973297119141,10.499678162078858,6.999973297119141Z" fill="#1664FF" fill-opacity="1"/></g><g><path d="M11.99995,2C12.5522,2,12.9999,2.4477130000000002,12.9999,2.999995L13.0019,7.05897C12.4529,6.21398,11.61895,5.7779799999999994,10.49995,5.74998C8.613959999999999,5.70398,7.44997,6.99997,7.44997,8.95496C7.44997,9.529959999999999,7.57597,10.04496,7.82997,10.49995L5.76398,11.65395C5.60198,11.76695,5.52098,11.99095,5.52098,12.3269L5.51998,13.9999L2.999995,13.9999C2.4477130000000002,13.9999,2,13.5522,2,12.9999L2,2.999995C1.9999999341629,2.4477130000000002,2.4477130000000002,2,2.999995,2L11.99995,2ZM6.02498,6.12698L3.76699,6.12698L3.76699,7.52697L6.02498,7.52697L6.02498,6.12698ZM7.76697,3.60199L3.76699,3.60199L3.76699,5.00198L7.76697,5.00198L7.76697,3.60199Z" fill="#1664FF" fill-opacity="1"/></g></g></g></svg>