pixel-react 1.7.9 → 1.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (893) hide show
  1. package/.prettierrc.js +13 -13
  2. package/.storybook/main.ts +26 -26
  3. package/.storybook/preview-head.html +2 -2
  4. package/.storybook/preview.ts +26 -26
  5. package/.yarnrc.yml +1 -1
  6. package/README.md +75 -75
  7. package/index.scss +4 -4
  8. package/lib/components/AddVariables/AddVariables.d.ts +5 -0
  9. package/lib/components/AddVariables/index.d.ts +1 -0
  10. package/lib/components/AddVariables/types.d.ts +99 -0
  11. package/lib/components/AllProjectsDropdown/types.d.ts +2 -0
  12. package/lib/components/ConditionalDropdown/ConditionalDropdown.d.ts +1 -2
  13. package/lib/components/ConditionalDropdown/types.d.ts +3 -3
  14. package/lib/components/LabelEditTextField/types.d.ts +1 -1
  15. package/lib/components/ScriptSwitchButton/ScriptSwitchButton.d.ts +9 -0
  16. package/lib/components/ScriptSwitchButton/index.d.ts +1 -0
  17. package/lib/components/TableTree/Components/TableCell.d.ts +1 -1
  18. package/lib/components/TableTree/Components/TableRow.d.ts +1 -1
  19. package/lib/components/TableTree/data.d.ts +48 -8
  20. package/lib/components/TableTree/types.d.ts +2 -2
  21. package/lib/index.css +1 -0
  22. package/lib/index.d.ts +15 -6
  23. package/lib/index.esm.css +1 -0
  24. package/lib/index.esm.js +231 -208
  25. package/lib/index.esm.js.map +1 -1
  26. package/lib/index.js +231 -207
  27. package/lib/index.js.map +1 -1
  28. package/lib/tsconfig.tsbuildinfo +1 -1
  29. package/package.json +81 -81
  30. package/rollup.config.mjs +67 -67
  31. package/src/StyleGuide/ColorPalette/ColorPalette.scss +62 -62
  32. package/src/StyleGuide/ColorPalette/ColorPalette.stories.tsx +16 -16
  33. package/src/StyleGuide/ColorPalette/ColorPalette.tsx +67 -67
  34. package/src/StyleGuide/ColorPalette/colorPaletteList.ts +299 -299
  35. package/src/StyleGuide/ColorPalette/index.ts +1 -1
  36. package/src/StyleGuide/ColorPalette/types.ts +19 -19
  37. package/src/StyleGuide/Typography/Typography.scss +99 -99
  38. package/src/StyleGuide/Typography/Typography.stories.tsx +16 -16
  39. package/src/StyleGuide/Typography/Typography.tsx +60 -60
  40. package/src/StyleGuide/Typography/TypographyList.ts +3 -3
  41. package/src/StyleGuide/Typography/types.ts +9 -9
  42. package/src/assets/Themes/BaseTheme.scss +304 -304
  43. package/src/assets/Themes/BlueTheme.scss +279 -279
  44. package/src/assets/Themes/DarkTheme.scss +310 -310
  45. package/src/assets/Themes/Theme.scss +21 -21
  46. package/src/assets/icons/Arrow.svg +4 -4
  47. package/src/assets/icons/Header_preset.svg +18 -18
  48. package/src/assets/icons/accordion_header_icon.svg +10 -10
  49. package/src/assets/icons/active_license_icon.svg +3 -3
  50. package/src/assets/icons/add_archive.svg +9 -9
  51. package/src/assets/icons/add_file.svg +4 -4
  52. package/src/assets/icons/add_label_icon.svg +3 -3
  53. package/src/assets/icons/add_locator.svg +4 -4
  54. package/src/assets/icons/add_testcase.svg +3 -3
  55. package/src/assets/icons/add_user.svg +9 -9
  56. package/src/assets/icons/add_variable.svg +11 -11
  57. package/src/assets/icons/add_variable_icon.svg +4 -4
  58. package/src/assets/icons/ai_search.svg +9 -9
  59. package/src/assets/icons/alert.svg +17 -17
  60. package/src/assets/icons/all_borders.svg +3 -3
  61. package/src/assets/icons/all_projects.svg +3 -3
  62. package/src/assets/icons/android.svg +9 -9
  63. package/src/assets/icons/android_icon.svg +6 -6
  64. package/src/assets/icons/apk_file_type.svg +4 -4
  65. package/src/assets/icons/app_switch.svg +11 -11
  66. package/src/assets/icons/approval_pending.svg +8 -8
  67. package/src/assets/icons/arrow_down.svg +3 -3
  68. package/src/assets/icons/arrow_right.svg +4 -4
  69. package/src/assets/icons/arrow_up.svg +3 -3
  70. package/src/assets/icons/arrows_down_icon.svg +3 -3
  71. package/src/assets/icons/arrows_right_icon.svg +10 -10
  72. package/src/assets/icons/arrows_top_icon.svg +3 -3
  73. package/src/assets/icons/attachment_icon.svg +3 -3
  74. package/src/assets/icons/authorization.svg +4 -4
  75. package/src/assets/icons/authorization_icon.svg +4 -4
  76. package/src/assets/icons/auto_save_icon.svg +4 -4
  77. package/src/assets/icons/automation_testcase.svg +4 -4
  78. package/src/assets/icons/back_icon.svg +3 -3
  79. package/src/assets/icons/backward.svg +10 -10
  80. package/src/assets/icons/backward_icon.svg +3 -3
  81. package/src/assets/icons/beautify_icon.svg +3 -3
  82. package/src/assets/icons/bold.svg +3 -3
  83. package/src/assets/icons/border_bottom.svg +3 -3
  84. package/src/assets/icons/border_left.svg +3 -3
  85. package/src/assets/icons/border_right.svg +3 -3
  86. package/src/assets/icons/border_top.svg +3 -3
  87. package/src/assets/icons/browser_stack.svg +9 -9
  88. package/src/assets/icons/browserstack_icon.svg +24 -24
  89. package/src/assets/icons/calendar_icon.svg +9 -9
  90. package/src/assets/icons/capture_icon.svg +2 -2
  91. package/src/assets/icons/check_mark.svg +3 -3
  92. package/src/assets/icons/chrome.svg +12 -12
  93. package/src/assets/icons/client_profile.svg +4 -4
  94. package/src/assets/icons/clock_icon.svg +11 -11
  95. package/src/assets/icons/clone_icon.svg +3 -3
  96. package/src/assets/icons/close_pill.svg +3 -3
  97. package/src/assets/icons/cloud_server_host_icon.svg +3 -3
  98. package/src/assets/icons/collapse-icon.svg +6 -6
  99. package/src/assets/icons/compressed_file_type.svg +4 -4
  100. package/src/assets/icons/configuration.svg +3 -3
  101. package/src/assets/icons/continue_without_sign.svg +3 -3
  102. package/src/assets/icons/copy-icon.svg +3 -3
  103. package/src/assets/icons/csv_file_type.svg +4 -4
  104. package/src/assets/icons/dashboard_icon.svg +31 -31
  105. package/src/assets/icons/dashboard_mobile_icon.svg +47 -47
  106. package/src/assets/icons/dashboard_web_icon.svg +9 -9
  107. package/src/assets/icons/data_provider.svg +8 -8
  108. package/src/assets/icons/dataset_list.svg +3 -3
  109. package/src/assets/icons/defects.svg +8 -8
  110. package/src/assets/icons/delete.svg +3 -3
  111. package/src/assets/icons/delete_info.svg +17 -17
  112. package/src/assets/icons/depends_on_script.svg +7 -7
  113. package/src/assets/icons/details.svg +3 -3
  114. package/src/assets/icons/double_underline.svg +5 -5
  115. package/src/assets/icons/download-icon.svg +3 -3
  116. package/src/assets/icons/download_file_icon.svg +3 -3
  117. package/src/assets/icons/download_icon.svg +4 -4
  118. package/src/assets/icons/drag_icon.svg +4 -4
  119. package/src/assets/icons/drawer_maximize.svg +6 -6
  120. package/src/assets/icons/dropzone_icon.svg +18 -18
  121. package/src/assets/icons/edge.svg +30 -30
  122. package/src/assets/icons/edit_icon.svg +5 -5
  123. package/src/assets/icons/element.svg +4 -4
  124. package/src/assets/icons/email_group.svg +3 -3
  125. package/src/assets/icons/error.svg +17 -17
  126. package/src/assets/icons/excel_corner_menu.svg +3 -3
  127. package/src/assets/icons/executions_icon.svg +3 -3
  128. package/src/assets/icons/expand-icon.svg +6 -6
  129. package/src/assets/icons/export.svg +4 -4
  130. package/src/assets/icons/export_collection_icon.svg +13 -13
  131. package/src/assets/icons/eye_closed.svg +3 -3
  132. package/src/assets/icons/eye_open_icon.svg +3 -3
  133. package/src/assets/icons/failed_status_icon.svg +12 -12
  134. package/src/assets/icons/file.svg +11 -11
  135. package/src/assets/icons/fill_color.svg +7 -7
  136. package/src/assets/icons/filter.svg +4 -4
  137. package/src/assets/icons/fire_fox.svg +106 -106
  138. package/src/assets/icons/fireflink_finder_logo.svg +7 -7
  139. package/src/assets/icons/fireflink_icon.svg +4 -4
  140. package/src/assets/icons/fireflink_logo.svg +13 -13
  141. package/src/assets/icons/fireflink_platform.svg +4 -4
  142. package/src/assets/icons/firefox.svg +84 -84
  143. package/src/assets/icons/flaky_status_icon.svg +12 -12
  144. package/src/assets/icons/formate_painter.svg +5 -5
  145. package/src/assets/icons/formula_icon.svg +3 -3
  146. package/src/assets/icons/forward.svg +3 -3
  147. package/src/assets/icons/forward_icon.svg +3 -3
  148. package/src/assets/icons/full_access_icon.svg +4 -4
  149. package/src/assets/icons/gif_file_type.svg +4 -4
  150. package/src/assets/icons/global_variable_icon.svg +4 -4
  151. package/src/assets/icons/hamburger_menu.svg +3 -3
  152. package/src/assets/icons/help_icon.svg +10 -10
  153. package/src/assets/icons/hide_access_icon.svg +3 -3
  154. package/src/assets/icons/hide_icon.svg +9 -9
  155. package/src/assets/icons/history_icon.svg +19 -19
  156. package/src/assets/icons/html_file_type.svg +4 -4
  157. package/src/assets/icons/impact_list.svg +6 -6
  158. package/src/assets/icons/import.svg +4 -4
  159. package/src/assets/icons/import_icon.svg +4 -4
  160. package/src/assets/icons/info.svg +17 -17
  161. package/src/assets/icons/info_icon.svg +5 -5
  162. package/src/assets/icons/info_user.svg +5 -5
  163. package/src/assets/icons/internet_explorer.svg +3 -3
  164. package/src/assets/icons/ios_icon.svg +11 -11
  165. package/src/assets/icons/ipk_file_type.svg +4 -4
  166. package/src/assets/icons/italic.svg +3 -3
  167. package/src/assets/icons/jira.svg +3 -3
  168. package/src/assets/icons/jpg_file_type.svg +4 -4
  169. package/src/assets/icons/json_file_type.svg +4 -4
  170. package/src/assets/icons/label_icon.svg +8 -8
  171. package/src/assets/icons/label_plus.svg +3 -3
  172. package/src/assets/icons/labels.svg +8 -8
  173. package/src/assets/icons/lambda_icon.svg +3 -3
  174. package/src/assets/icons/left_arrow_icon.svg +3 -3
  175. package/src/assets/icons/license_expired.svg +20 -20
  176. package/src/assets/icons/license_info.svg +28 -28
  177. package/src/assets/icons/license_warning.svg +10 -10
  178. package/src/assets/icons/link_expired.svg +186 -186
  179. package/src/assets/icons/linked_defects.svg +11 -11
  180. package/src/assets/icons/linux.svg +42 -42
  181. package/src/assets/icons/local.svg +3 -3
  182. package/src/assets/icons/local_variable_icon.svg +4 -4
  183. package/src/assets/icons/logo.svg +17 -17
  184. package/src/assets/icons/mac.svg +9 -9
  185. package/src/assets/icons/machine_disable_icon.svg +18 -18
  186. package/src/assets/icons/machine_enable_icon.svg +10 -10
  187. package/src/assets/icons/manage_apps.svg +3 -3
  188. package/src/assets/icons/manual_locator.svg +7 -7
  189. package/src/assets/icons/manual_testcase.svg +3 -3
  190. package/src/assets/icons/maximize_icon.svg +5 -5
  191. package/src/assets/icons/maximize_script.svg +12 -12
  192. package/src/assets/icons/maximize_tree.svg +3 -3
  193. package/src/assets/icons/minimize_script.svg +5 -5
  194. package/src/assets/icons/mobile_icon.svg +3 -3
  195. package/src/assets/icons/moon_stars.svg +10 -10
  196. package/src/assets/icons/more.svg +10 -10
  197. package/src/assets/icons/move_icon.svg +5 -5
  198. package/src/assets/icons/ms_dynamic.svg +4 -4
  199. package/src/assets/icons/ms_dynamic_icon.svg +15 -15
  200. package/src/assets/icons/nlp_help_icon.svg +3 -3
  201. package/src/assets/icons/no_access_icon.svg +4 -4
  202. package/src/assets/icons/no_border.svg +3 -3
  203. package/src/assets/icons/no_data.svg +13 -13
  204. package/src/assets/icons/no_license_found.svg +22 -22
  205. package/src/assets/icons/notification_icon.svg +3 -3
  206. package/src/assets/icons/opera.svg +9 -9
  207. package/src/assets/icons/parameters.svg +3 -3
  208. package/src/assets/icons/passed_status_icon.svg +12 -12
  209. package/src/assets/icons/pdf_file_type.svg +4 -4
  210. package/src/assets/icons/plus_icon.svg +11 -11
  211. package/src/assets/icons/plus_round_icon.svg +38 -38
  212. package/src/assets/icons/plus_user_icon.svg +3 -3
  213. package/src/assets/icons/png_file_type.svg +4 -4
  214. package/src/assets/icons/pre_post_condition.svg +8 -8
  215. package/src/assets/icons/program_element.svg +8 -8
  216. package/src/assets/icons/project_element.svg +4 -4
  217. package/src/assets/icons/project_env_variable_icon.svg +4 -4
  218. package/src/assets/icons/project_status_icon.svg +10 -10
  219. package/src/assets/icons/quick_run_setting_icon.svg +5 -5
  220. package/src/assets/icons/refresh-icon.svg +4 -4
  221. package/src/assets/icons/refresh_icon.svg +4 -4
  222. package/src/assets/icons/reload.svg +3 -3
  223. package/src/assets/icons/remove.svg +11 -11
  224. package/src/assets/icons/remove_user.svg +3 -3
  225. package/src/assets/icons/replace.svg +11 -11
  226. package/src/assets/icons/replace_file.svg +13 -13
  227. package/src/assets/icons/replace_icon.svg +6 -6
  228. package/src/assets/icons/reset-link.svg +52 -52
  229. package/src/assets/icons/right_arrow_icon.svg +4 -4
  230. package/src/assets/icons/rotate_icon.svg +10 -10
  231. package/src/assets/icons/run_automation_scripts_icon.svg +33 -33
  232. package/src/assets/icons/run_icon.svg +26 -26
  233. package/src/assets/icons/run_manual_testcase_icon.svg +4 -4
  234. package/src/assets/icons/safari.svg +93 -93
  235. package/src/assets/icons/safari_icon.svg +12 -12
  236. package/src/assets/icons/sales_force.svg +7 -7
  237. package/src/assets/icons/salesforce_icon.svg +14 -14
  238. package/src/assets/icons/sample_template_first.svg +29 -29
  239. package/src/assets/icons/sample_template_second.svg +47 -47
  240. package/src/assets/icons/sause_lab.svg +3 -3
  241. package/src/assets/icons/save_as_step.svg +3 -3
  242. package/src/assets/icons/search.svg +3 -3
  243. package/src/assets/icons/send_step.svg +4 -4
  244. package/src/assets/icons/settings.svg +3 -3
  245. package/src/assets/icons/skipped_status_icon.svg +12 -12
  246. package/src/assets/icons/standard_template.svg +30 -30
  247. package/src/assets/icons/step_group.svg +10 -10
  248. package/src/assets/icons/strike_through.svg +3 -3
  249. package/src/assets/icons/success.svg +17 -17
  250. package/src/assets/icons/suites_icon.svg +3 -3
  251. package/src/assets/icons/sun_icon.svg +10 -10
  252. package/src/assets/icons/swipe_icon.svg +9 -9
  253. package/src/assets/icons/switch_license_icon.svg +123 -123
  254. package/src/assets/icons/system_warning.svg +61 -61
  255. package/src/assets/icons/tap_icon.svg +3 -3
  256. package/src/assets/icons/test_data.svg +5 -5
  257. package/src/assets/icons/test_data_set.svg +7 -7
  258. package/src/assets/icons/text_align_center.svg +3 -3
  259. package/src/assets/icons/text_align_left.svg +3 -3
  260. package/src/assets/icons/text_align_right.svg +3 -3
  261. package/src/assets/icons/text_color.svg +3 -3
  262. package/src/assets/icons/tick_icon.svg +4 -4
  263. package/src/assets/icons/toast_close.svg +3 -3
  264. package/src/assets/icons/txt_file_type.svg +4 -4
  265. package/src/assets/icons/underline.svg +4 -4
  266. package/src/assets/icons/update_icon.svg +3 -3
  267. package/src/assets/icons/user_password_lock.svg +220 -220
  268. package/src/assets/icons/user_profile.svg +3 -3
  269. package/src/assets/icons/user_warning.svg +235 -235
  270. package/src/assets/icons/user_with_system.svg +637 -637
  271. package/src/assets/icons/variable.svg +3 -3
  272. package/src/assets/icons/variable_icon.svg +4 -4
  273. package/src/assets/icons/variable_set.svg +5 -5
  274. package/src/assets/icons/vertical_separator.svg +3 -3
  275. package/src/assets/icons/view_access_icon.svg +4 -4
  276. package/src/assets/icons/view_icon.svg +3 -3
  277. package/src/assets/icons/warning.svg +17 -17
  278. package/src/assets/icons/warning_status_icon.svg +12 -12
  279. package/src/assets/icons/web&mobile_icon.svg +3 -3
  280. package/src/assets/icons/web_icon.svg +3 -3
  281. package/src/assets/icons/web_mobile_icon.svg +29 -29
  282. package/src/assets/icons/web_service_icon.svg +3 -3
  283. package/src/assets/icons/web_services_icon.svg +30 -30
  284. package/src/assets/icons/window_maximize.svg +3 -3
  285. package/src/assets/icons/window_minimize.svg +3 -3
  286. package/src/assets/icons/window_restore.svg +4 -4
  287. package/src/assets/icons/windows.svg +10 -10
  288. package/src/assets/icons/wrong_mark.svg +3 -3
  289. package/src/assets/icons/wswb_delete_icon.svg +3 -3
  290. package/src/assets/icons/wswb_plus_icon.svg +4 -4
  291. package/src/assets/icons/xls_file_type.svg +4 -4
  292. package/src/assets/icons/xlsx_file_type.svg +4 -4
  293. package/src/assets/icons/xml_file_type.svg +4 -4
  294. package/src/assets/styles/_colors.scss +150 -150
  295. package/src/assets/styles/_fonts.scss +45 -45
  296. package/src/assets/styles/_mixins.scss +21 -21
  297. package/src/assets/utils/functionUtils.ts +96 -96
  298. package/src/components/Accordion/Accordion.scss +46 -46
  299. package/src/components/Accordion/Accordion.stories.tsx +35 -35
  300. package/src/components/Accordion/Accordion.tsx +68 -68
  301. package/src/components/Accordion/index.ts +1 -1
  302. package/src/components/Accordion/types.ts +40 -40
  303. package/src/components/AddResourceButton/AddButton.scss +36 -36
  304. package/src/components/AddResourceButton/AddButton.stories.tsx +126 -126
  305. package/src/components/AddResourceButton/AddButton.tsx +121 -121
  306. package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.scss +161 -161
  307. package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.tsx +38 -38
  308. package/src/components/AddResourceButton/index.ts +1 -1
  309. package/src/components/AddResourceButton/type.ts +92 -92
  310. package/src/components/AllProjectsDropdown/AllProjectsDropdown.scss +189 -189
  311. package/src/components/AllProjectsDropdown/AllProjectsDropdown.stories.tsx +117 -117
  312. package/src/components/AllProjectsDropdown/AllProjectsDropdown.tsx +152 -152
  313. package/src/components/AllProjectsDropdown/types.ts +14 -12
  314. package/src/components/AppHeader/AppHeader.scss +218 -214
  315. package/src/components/AppHeader/AppHeader.stories.tsx +553 -553
  316. package/src/components/AppHeader/AppHeader.tsx +199 -199
  317. package/src/components/AppHeader/index.ts +1 -1
  318. package/src/components/AppHeader/types.ts +54 -54
  319. package/src/components/AttachImage/AttachImage.scss +76 -76
  320. package/src/components/AttachImage/AttachImage.stories.tsx +24 -24
  321. package/src/components/AttachImage/AttachImage.tsx +60 -60
  322. package/src/components/AttachImage/index.ts +2 -2
  323. package/src/components/AttachImage/types.ts +26 -26
  324. package/src/components/AttachmentButton/AttachmentButton.scss +9 -9
  325. package/src/components/AttachmentButton/AttachmentButton.stories.tsx +81 -81
  326. package/src/components/AttachmentButton/AttachmentButton.tsx +129 -129
  327. package/src/components/AttachmentButton/types.ts +13 -13
  328. package/src/components/Avatar/Avatar.scss +27 -27
  329. package/src/components/Avatar/Avatar.stories.tsx +76 -76
  330. package/src/components/Avatar/Avatar.tsx +41 -41
  331. package/src/components/Avatar/types.ts +35 -35
  332. package/src/components/Button/Button.scss +166 -166
  333. package/src/components/Button/Button.stories.tsx +81 -81
  334. package/src/components/Button/Button.tsx +91 -91
  335. package/src/components/Button/index.ts +1 -1
  336. package/src/components/Button/types.ts +90 -90
  337. package/src/components/Charts/BarChart/BarChart.scss +69 -69
  338. package/src/components/Charts/BarChart/BarChart.stories.tsx +70 -70
  339. package/src/components/Charts/BarChart/BarChart.tsx +349 -349
  340. package/src/components/Charts/BarChart/types.ts +12 -12
  341. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.scss +221 -221
  342. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.tsx +58 -58
  343. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.tsx +554 -554
  344. package/src/components/Charts/DashboardDonutChart/types.ts +60 -60
  345. package/src/components/Charts/DonutChart/DonutChart.scss +76 -76
  346. package/src/components/Charts/DonutChart/DonutChart.stories.tsx +30 -30
  347. package/src/components/Charts/DonutChart/DonutChart.tsx +246 -246
  348. package/src/components/Charts/DonutChart/index.ts +1 -1
  349. package/src/components/Charts/DonutChart/type.ts +23 -23
  350. package/src/components/Charts/IconRadialChart/IconRadialChart.scss +25 -25
  351. package/src/components/Charts/IconRadialChart/IconRadialChart.stories.tsx +51 -51
  352. package/src/components/Charts/IconRadialChart/IconRadialChart.tsx +173 -173
  353. package/src/components/Charts/IconRadialChart/types.ts +28 -28
  354. package/src/components/Charts/LineChart/LineChart.scss +92 -92
  355. package/src/components/Charts/LineChart/LineChart.stories.tsx +259 -259
  356. package/src/components/Charts/LineChart/LineChart.tsx +295 -295
  357. package/src/components/Charts/LineChart/index.ts +1 -1
  358. package/src/components/Charts/LineChart/types.ts +30 -30
  359. package/src/components/Charts/MultiRadialChart/MultiRadialChart.scss +85 -85
  360. package/src/components/Charts/MultiRadialChart/MultiRadialChart.stories.tsx +117 -117
  361. package/src/components/Charts/MultiRadialChart/MultiRadialChart.tsx +306 -306
  362. package/src/components/Charts/MultiRadialChart/index.ts +1 -1
  363. package/src/components/Charts/MultiRadialChart/types.ts +28 -28
  364. package/src/components/Charts/PieChart/PieChart.scss +41 -41
  365. package/src/components/Charts/PieChart/PieChart.stories.tsx +46 -46
  366. package/src/components/Charts/PieChart/PieChart.tsx +192 -192
  367. package/src/components/Charts/PieChart/index.ts +1 -1
  368. package/src/components/Charts/PieChart/types.ts +28 -28
  369. package/src/components/Charts/RadialChart/RadialChart.scss +16 -16
  370. package/src/components/Charts/RadialChart/RadialChart.stories.tsx +36 -36
  371. package/src/components/Charts/RadialChart/RadialChart.tsx +180 -180
  372. package/src/components/Charts/RadialChart/index.ts +1 -1
  373. package/src/components/Charts/RadialChart/types.ts +32 -32
  374. package/src/components/Checkbox/Checkbox.scss +148 -148
  375. package/src/components/Checkbox/Checkbox.stories.tsx +78 -78
  376. package/src/components/Checkbox/Checkbox.tsx +57 -57
  377. package/src/components/Checkbox/types.ts +34 -34
  378. package/src/components/Chip/Chip.scss +95 -95
  379. package/src/components/Chip/Chip.stories.tsx +125 -125
  380. package/src/components/Chip/Chip.tsx +39 -39
  381. package/src/components/Chip/index.ts +1 -1
  382. package/src/components/Chip/types.ts +19 -19
  383. package/src/components/ChooseFile/ChooseFile.stories.tsx +190 -190
  384. package/src/components/ChooseFile/ChooseFile.tsx +46 -46
  385. package/src/components/ChooseFile/types.ts +78 -78
  386. package/src/components/Comment/Comments.scss +166 -166
  387. package/src/components/Comment/Comments.stories.tsx +212 -212
  388. package/src/components/Comment/Comments.tsx +51 -51
  389. package/src/components/Comment/comment/Comment.tsx +206 -206
  390. package/src/components/Comment/comment/useNode.ts +51 -51
  391. package/src/components/Comment/index.ts +1 -1
  392. package/src/components/Comment/type.ts +36 -36
  393. package/src/components/ConditionalDropdown/ConditionalDropdown.scss +17 -17
  394. package/src/components/ConditionalDropdown/ConditionalDropdown.stories.tsx +150 -147
  395. package/src/components/ConditionalDropdown/ConditionalDropdown.tsx +156 -158
  396. package/src/components/ConditionalDropdown/OptionsDropdown.tsx +43 -43
  397. package/src/components/ConditionalDropdown/index.ts +1 -1
  398. package/src/components/ConditionalDropdown/types.ts +159 -159
  399. package/src/components/ConnectingBranch/BranchComponents/MachineInstances.tsx +143 -143
  400. package/src/components/ConnectingBranch/ConnectingBranch.scss +221 -221
  401. package/src/components/ConnectingBranch/ConnectingBranch.stories.tsx +53 -53
  402. package/src/components/ConnectingBranch/ConnectingBranch.tsx +196 -196
  403. package/src/components/ConnectingBranch/data.tsx +226 -226
  404. package/src/components/ConnectingBranch/index.ts +1 -1
  405. package/src/components/ConnectingBranch/types.ts +42 -42
  406. package/src/components/CreateVariable/CreateVariableSlider.scss +18 -18
  407. package/src/components/CreateVariable/CreateVariableSlider.stories.tsx +66 -66
  408. package/src/components/CreateVariable/CreateVariableSlider.tsx +95 -95
  409. package/src/components/CreateVariable/index.ts +1 -1
  410. package/src/components/CreateVariable/types.ts +58 -58
  411. package/src/components/DatePicker/DatePicker.scss +413 -413
  412. package/src/components/DatePicker/DatePicker.stories.tsx +193 -193
  413. package/src/components/DatePicker/DatePicker.tsx +502 -502
  414. package/src/components/DatePicker/Timepicker.tsx +372 -372
  415. package/src/components/DatePicker/types.ts +105 -105
  416. package/src/components/DownloadClient/DownloadClient.scss +67 -67
  417. package/src/components/DownloadClient/DownloadClient.stories.tsx +26 -26
  418. package/src/components/DownloadClient/DownloadClient.tsx +90 -90
  419. package/src/components/DownloadClient/type.ts +33 -33
  420. package/src/components/DragAndDrop/DragAndDrop.d.ts +5 -5
  421. package/src/components/DragAndDrop/DragAndDrop.stories.tsx +25 -25
  422. package/src/components/DragAndDrop/DragAndDrop.ts +7 -7
  423. package/src/components/DragAndDrop/DragAndDropList.scss +69 -69
  424. package/src/components/DragAndDrop/DragAndDropList.tsx +151 -151
  425. package/src/components/Drawer/Drawer.scss +139 -139
  426. package/src/components/Drawer/Drawer.stories.tsx +156 -156
  427. package/src/components/Drawer/Drawer.tsx +233 -233
  428. package/src/components/Drawer/Types.ts +161 -161
  429. package/src/components/EditTextField/EditTextField.scss +97 -97
  430. package/src/components/EditTextField/EditTextField.stories.tsx +127 -127
  431. package/src/components/EditTextField/EditTextField.tsx +175 -175
  432. package/src/components/EditTextField/index.ts +1 -1
  433. package/src/components/EditTextField/types.ts +55 -55
  434. package/src/components/Editor/Editor.scss +56 -56
  435. package/src/components/Editor/Editor.stories.tsx +54 -54
  436. package/src/components/Editor/Editor.tsx +250 -250
  437. package/src/components/Editor/VariableDropdown.scss +28 -28
  438. package/src/components/Editor/VariableDropdown.tsx +57 -57
  439. package/src/components/Editor/constants.ts +180 -180
  440. package/src/components/Editor/types.ts +89 -89
  441. package/src/components/Excel/ColorBarSelector/ColorBarSelector.scss +15 -15
  442. package/src/components/Excel/ColorBarSelector/ColorBarSelector.tsx +43 -43
  443. package/src/components/Excel/ExcelContextMenu/ExcelContextMenu.scss +27 -27
  444. package/src/components/Excel/ExcelContextMenu/ExcelContextMenu.tsx +42 -42
  445. package/src/components/Excel/ExcelFile/ExcelFile.scss +56 -56
  446. package/src/components/Excel/ExcelFile/ExcelFile.tsx +512 -512
  447. package/src/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.tsx +148 -148
  448. package/src/components/Excel/ExcelFile/ExcelFileComponents/Cell.tsx +206 -206
  449. package/src/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.tsx +176 -176
  450. package/src/components/Excel/ExcelFile/ExcelFileComponents/Copied.tsx +25 -25
  451. package/src/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.tsx +56 -56
  452. package/src/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.tsx +37 -37
  453. package/src/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.tsx +85 -85
  454. package/src/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.tsx +61 -61
  455. package/src/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.tsx +7 -7
  456. package/src/components/Excel/ExcelFile/ExcelFileComponents/Row.tsx +5 -5
  457. package/src/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.tsx +157 -157
  458. package/src/components/Excel/ExcelFile/ExcelFileComponents/Selected.tsx +32 -32
  459. package/src/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.scss +201 -201
  460. package/src/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.tsx +531 -531
  461. package/src/components/Excel/ExcelFile/ExcelFileComponents/Table.tsx +19 -19
  462. package/src/components/Excel/ExcelFile/ExcelFileComponents/actions.ts +575 -575
  463. package/src/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.ts +18 -18
  464. package/src/components/Excel/ExcelFile/ExcelFileComponents/context.ts +12 -12
  465. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.ts +153 -153
  466. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.ts +31 -31
  467. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/index.ts +2 -2
  468. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.ts +152 -152
  469. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.ts +10 -10
  470. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.ts +69 -69
  471. package/src/components/Excel/ExcelFile/ExcelFileComponents/index.ts +49 -49
  472. package/src/components/Excel/ExcelFile/ExcelFileComponents/matrix.ts +382 -382
  473. package/src/components/Excel/ExcelFile/ExcelFileComponents/point-range.ts +82 -82
  474. package/src/components/Excel/ExcelFile/ExcelFileComponents/point.ts +15 -15
  475. package/src/components/Excel/ExcelFile/ExcelFileComponents/reducer.ts +716 -716
  476. package/src/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.ts +886 -886
  477. package/src/components/Excel/ExcelFile/ExcelFileComponents/selection.ts +257 -257
  478. package/src/components/Excel/ExcelFile/ExcelFileComponents/types.ts +266 -266
  479. package/src/components/Excel/ExcelFile/ExcelFileComponents/typings/fast-formula-parser.d.ts +58 -58
  480. package/src/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.ts +8 -8
  481. package/src/components/Excel/ExcelFile/ExcelFileComponents/use-selector.ts +9 -9
  482. package/src/components/Excel/ExcelFile/ExcelFileComponents/util.ts +172 -172
  483. package/src/components/Excel/ExcelFile.stories.tsx +168 -168
  484. package/src/components/Excel/ExcelToolBar/ExcelToolBar.scss +96 -96
  485. package/src/components/Excel/ExcelToolBar/ExcelToolBar.tsx +434 -434
  486. package/src/components/Excel/Types.ts +196 -196
  487. package/src/components/Excel/dataConversion.ts +196 -196
  488. package/src/components/Excel/index.ts +1 -1
  489. package/src/components/ExpandableMenu/ExpandableMenu.scss +110 -110
  490. package/src/components/ExpandableMenu/ExpandableMenu.stories.tsx +67 -67
  491. package/src/components/ExpandableMenu/ExpandableMenu.tsx +101 -101
  492. package/src/components/ExpandableMenu/index.ts +1 -1
  493. package/src/components/ExpandableMenu/types.ts +34 -34
  494. package/src/components/FF_Captcha/Recaptcha.scss +10 -10
  495. package/src/components/FF_Captcha/Recaptcha.tsx +40 -40
  496. package/src/components/FF_Captcha/captcha.stories.tsx +40 -40
  497. package/src/components/FF_Captcha/types.ts +22 -22
  498. package/src/components/FieldSet/FieldSet.scss +10 -10
  499. package/src/components/FieldSet/FieldSet.stories.tsx +104 -104
  500. package/src/components/FieldSet/FieldSet.tsx +29 -29
  501. package/src/components/FieldSet/index.ts +1 -1
  502. package/src/components/FieldSet/types.ts +8 -8
  503. package/src/components/FileDropzone/Dropzone.tsx +108 -108
  504. package/src/components/FileDropzone/FileDropzone.scss +180 -180
  505. package/src/components/FileDropzone/FileDropzone.stories.tsx +273 -273
  506. package/src/components/FileDropzone/FileDropzone.tsx +166 -166
  507. package/src/components/FileDropzone/FilePreview.tsx +77 -77
  508. package/src/components/FileDropzone/RadioFilePreview.tsx +80 -80
  509. package/src/components/FileDropzone/index.ts +1 -1
  510. package/src/components/FileDropzone/types.ts +207 -207
  511. package/src/components/Form/Form.d.ts +2 -2
  512. package/src/components/Form/Form.scss +158 -158
  513. package/src/components/Form/Form.stories.tsx +508 -508
  514. package/src/components/Form/Form.ts +2 -2
  515. package/src/components/Form/Forms.tsx +39 -39
  516. package/src/components/Form/validation.json +29 -29
  517. package/src/components/GridLayout/GridLayout.scss +69 -69
  518. package/src/components/GridLayout/GridLayout.stories.tsx +90 -90
  519. package/src/components/GridLayout/GridLayout.tsx +39 -39
  520. package/src/components/GridLayout/GridLayoutStory.scss +25 -25
  521. package/src/components/GridLayout/types.ts +84 -84
  522. package/src/components/HighlightText/HighlightText.scss +3 -3
  523. package/src/components/HighlightText/HighlightText.stories.tsx +22 -22
  524. package/src/components/HighlightText/HighlightText.tsx +33 -33
  525. package/src/components/HighlightText/index.ts +1 -1
  526. package/src/components/HighlightText/types.ts +4 -4
  527. package/src/components/Icon/Icon.stories.tsx +65 -65
  528. package/src/components/Icon/Icon.tsx +88 -88
  529. package/src/components/Icon/Icons.scss +50 -50
  530. package/src/components/Icon/iconList.ts +505 -505
  531. package/src/components/Icon/index.ts +1 -1
  532. package/src/components/Icon/types.ts +14 -14
  533. package/src/components/IconButton/IconButton.scss +54 -54
  534. package/src/components/IconButton/IconButton.stories.tsx +34 -34
  535. package/src/components/IconButton/IconButton.tsx +32 -32
  536. package/src/components/IconButton/index.ts +1 -1
  537. package/src/components/IconButton/types.ts +5 -5
  538. package/src/components/IconRadioGroup/IconRadioGroup.scss +64 -64
  539. package/src/components/IconRadioGroup/IconRadioGroup.stories.tsx +108 -108
  540. package/src/components/IconRadioGroup/IconRadioGroup.tsx +73 -73
  541. package/src/components/IconRadioGroup/index.ts +1 -1
  542. package/src/components/IconRadioGroup/type.ts +49 -49
  543. package/src/components/Input/Input.scss +170 -170
  544. package/src/components/Input/Input.stories.tsx +141 -141
  545. package/src/components/Input/Input.tsx +120 -120
  546. package/src/components/Input/types.ts +85 -85
  547. package/src/components/InputWithDropdown/InputWithDropdown.scss +220 -220
  548. package/src/components/InputWithDropdown/InputWithDropdown.stories.tsx +169 -169
  549. package/src/components/InputWithDropdown/InputWithDropdown.tsx +129 -129
  550. package/src/components/InputWithDropdown/index.ts +1 -1
  551. package/src/components/InputWithDropdown/types.ts +113 -113
  552. package/src/components/LabelEditTextField/LabelEditTextField.scss +86 -86
  553. package/src/components/LabelEditTextField/LabelEditTextField.stories.tsx +197 -197
  554. package/src/components/LabelEditTextField/LabelEditTextField.tsx +256 -256
  555. package/src/components/LabelEditTextField/index.ts +1 -1
  556. package/src/components/LabelEditTextField/types.ts +49 -49
  557. package/src/components/LazyLoad/LazyLoad.d.ts +3 -3
  558. package/src/components/LazyLoad/LazyLoad.stories.tsx +33 -33
  559. package/src/components/LazyLoad/LazyLoad.ts +2 -2
  560. package/src/components/LazyLoad/LazyLoading.tsx +19 -19
  561. package/src/components/LazyLoad/index.ts +1 -1
  562. package/src/components/MachineInputField/MachineInputField.scss +55 -55
  563. package/src/components/MachineInputField/MachineInputField.stories.tsx +33 -33
  564. package/src/components/MachineInputField/MachineInputField.tsx +84 -84
  565. package/src/components/MachineInputField/index.ts +1 -1
  566. package/src/components/MachineInputField/types.ts +15 -15
  567. package/src/components/MenuOption/MenuOption.scss +97 -97
  568. package/src/components/MenuOption/MenuOption.stories.tsx +212 -212
  569. package/src/components/MenuOption/MenuOption.tsx +222 -222
  570. package/src/components/MenuOption/types.ts +231 -231
  571. package/src/components/MiniModal/MiniModal.scss +169 -169
  572. package/src/components/MiniModal/MiniModal.stories.tsx +740 -740
  573. package/src/components/MiniModal/MiniModal.tsx +346 -346
  574. package/src/components/MiniModal/index.ts +1 -1
  575. package/src/components/MiniModal/types.ts +124 -124
  576. package/src/components/Modal/Modal.stories.tsx +70 -70
  577. package/src/components/Modal/Modal.tsx +100 -100
  578. package/src/components/Modal/index.tsx +1 -1
  579. package/src/components/Modal/modal.scss +51 -51
  580. package/src/components/Modal/types.ts +43 -43
  581. package/src/components/ModulesChip/ModuleChip.scss +33 -33
  582. package/src/components/ModulesChip/ModuleChip.stories.tsx +41 -41
  583. package/src/components/ModulesChip/ModuleChip.tsx +28 -28
  584. package/src/components/ModulesChip/types.ts +14 -14
  585. package/src/components/MultiSelect/Dropdown.scss +77 -77
  586. package/src/components/MultiSelect/Dropdown.tsx +169 -169
  587. package/src/components/MultiSelect/MultiSelect.scss +247 -247
  588. package/src/components/MultiSelect/MultiSelect.stories.tsx +290 -290
  589. package/src/components/MultiSelect/MultiSelect.tsx +486 -486
  590. package/src/components/MultiSelect/MultiSelectTypes.ts +49 -49
  591. package/src/components/MultiSelect/dropdownTypes.ts +21 -21
  592. package/src/components/MultiSelect/index.ts +1 -1
  593. package/src/components/NLPInput/NLPInput.scss +302 -302
  594. package/src/components/NLPInput/NlpInput.stories.tsx +70 -70
  595. package/src/components/NLPInput/NlpInput.tsx +410 -410
  596. package/src/components/NLPInput/components/NlpDropDown/NlpDropDownType.ts +62 -62
  597. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.scss +134 -134
  598. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.tsx +320 -320
  599. package/src/components/NLPInput/index.ts +1 -1
  600. package/src/components/NLPInput/sampleData.ts +161 -161
  601. package/src/components/NLPInput/types.tsx +136 -136
  602. package/src/components/Paper/Paper.scss +13 -13
  603. package/src/components/Paper/Paper.stories.tsx +77 -77
  604. package/src/components/Paper/Paper.tsx +14 -14
  605. package/src/components/Paper/types.ts +19 -19
  606. package/src/components/PhoneInput/PhoneInput.d.ts +3 -3
  607. package/src/components/PhoneInput/PhoneInput.stories.tsx +70 -70
  608. package/src/components/PhoneInput/PhoneInput.tsx +98 -98
  609. package/src/components/PhoneInput/index.ts +1 -1
  610. package/src/components/PhoneInput/phoneInput.scss +901 -901
  611. package/src/components/PhoneInput/types.ts +16 -16
  612. package/src/components/PopUpModal/PopUpModal.scss +36 -36
  613. package/src/components/PopUpModal/PopUpModal.stories.tsx +67 -67
  614. package/src/components/PopUpModal/PopUpModal.tsx +87 -87
  615. package/src/components/PopUpModal/types.ts +17 -17
  616. package/src/components/ProgressBar/ProgressBar.scss +46 -46
  617. package/src/components/ProgressBar/ProgressBar.stories.tsx +22 -22
  618. package/src/components/ProgressBar/ProgressBar.tsx +61 -61
  619. package/src/components/ProgressBar/types.ts +12 -12
  620. package/src/components/RadioButton/RadioButton.scss +106 -106
  621. package/src/components/RadioButton/RadioButton.stories.tsx +43 -43
  622. package/src/components/RadioButton/RadioButton.tsx +41 -41
  623. package/src/components/RadioButton/index.ts +1 -1
  624. package/src/components/RadioButton/radioButtonTypes.tsx +62 -62
  625. package/src/components/RadioGroup/RadioGroup.scss +11 -11
  626. package/src/components/RadioGroup/RadioGroup.stories.tsx +150 -150
  627. package/src/components/RadioGroup/RadioGroup.tsx +49 -49
  628. package/src/components/RadioGroup/index.ts +1 -1
  629. package/src/components/RadioGroup/radioGroupTypes.tsx +96 -96
  630. package/src/components/ScriptSwitchButton/ScriptSwitchButton.scss +33 -0
  631. package/src/components/ScriptSwitchButton/ScriptSwitchButton.stories.tsx +48 -0
  632. package/src/components/ScriptSwitchButton/ScriptSwitchButton.tsx +65 -0
  633. package/src/components/ScriptSwitchButton/index.ts +1 -0
  634. package/src/components/Search/Search.scss +103 -103
  635. package/src/components/Search/Search.stories.tsx +44 -44
  636. package/src/components/Search/Search.tsx +138 -138
  637. package/src/components/Search/index.ts +1 -1
  638. package/src/components/Search/types.ts +19 -19
  639. package/src/components/Select/Select.scss +213 -213
  640. package/src/components/Select/Select.stories.tsx +355 -355
  641. package/src/components/Select/Select.tsx +278 -278
  642. package/src/components/Select/components/Dropdown.scss +61 -61
  643. package/src/components/Select/components/Dropdown.tsx +140 -140
  644. package/src/components/Select/components/types.ts +24 -24
  645. package/src/components/Select/index.ts +1 -1
  646. package/src/components/Select/types.ts +134 -134
  647. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.scss +128 -128
  648. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.tsx +67 -67
  649. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.tsx +184 -184
  650. package/src/components/SequentialConnectingBranch/components/Branches/Branches.scss +191 -191
  651. package/src/components/SequentialConnectingBranch/components/Branches/Branches.tsx +318 -318
  652. package/src/components/SequentialConnectingBranch/components/Branches/types.ts +32 -32
  653. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.scss +3 -3
  654. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.tsx +76 -76
  655. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/types.ts +24 -24
  656. package/src/components/SequentialConnectingBranch/index.ts +1 -1
  657. package/src/components/SequentialConnectingBranch/types.ts +62 -62
  658. package/src/components/StateDropdown/StateDropdown.stories.tsx +104 -104
  659. package/src/components/StateDropdown/StateDropdown.tsx +245 -245
  660. package/src/components/StateDropdown/StateDropdownTypes.tsx +27 -27
  661. package/src/components/StatusButton/StatusButton.scss +90 -90
  662. package/src/components/StatusButton/StatusButton.stories.tsx +91 -91
  663. package/src/components/StatusButton/StatusButton.tsx +46 -46
  664. package/src/components/StatusButton/index.ts +1 -1
  665. package/src/components/StatusButton/types.ts +45 -45
  666. package/src/components/StatusCard/StatusCard.scss +138 -138
  667. package/src/components/StatusCard/StatusCard.stories.tsx +117 -117
  668. package/src/components/StatusCard/StatusCard.tsx +80 -80
  669. package/src/components/StatusCard/index.ts +1 -1
  670. package/src/components/StatusCard/types.ts +18 -18
  671. package/src/components/Table/Table.scss +118 -118
  672. package/src/components/Table/Table.stories.tsx +373 -373
  673. package/src/components/Table/Table.tsx +178 -178
  674. package/src/components/Table/Types.ts +124 -124
  675. package/src/components/Table/index.ts +1 -1
  676. package/src/components/TableTree/Components/TableBody.tsx +41 -41
  677. package/src/components/TableTree/Components/TableCell.tsx +75 -75
  678. package/src/components/TableTree/Components/TableHead.tsx +39 -39
  679. package/src/components/TableTree/Components/TableRow.tsx +41 -41
  680. package/src/components/TableTree/TableTree.scss +218 -218
  681. package/src/components/TableTree/TableTree.stories.tsx +176 -176
  682. package/src/components/TableTree/TableTree.tsx +91 -91
  683. package/src/components/TableTree/TableTreeStories.scss +22 -22
  684. package/src/components/TableTree/Utils/getAllChildIds.ts +14 -14
  685. package/src/components/TableTree/data.ts +368 -337
  686. package/src/components/TableTree/index.ts +1 -1
  687. package/src/components/TableTree/types.ts +72 -72
  688. package/src/components/TableWithAccordion/TableWithAccordion.scss +54 -54
  689. package/src/components/TableWithAccordion/TableWithAccordion.stories.tsx +94 -94
  690. package/src/components/TableWithAccordion/TableWithAccordion.tsx +174 -174
  691. package/src/components/TableWithAccordion/data.ts +36 -36
  692. package/src/components/TableWithAccordion/types.ts +69 -69
  693. package/src/components/Tabs/Tabs.scss +132 -132
  694. package/src/components/Tabs/Tabs.stories.tsx +153 -153
  695. package/src/components/Tabs/Tabs.tsx +71 -71
  696. package/src/components/Tabs/index.ts +1 -1
  697. package/src/components/Tabs/types.ts +48 -48
  698. package/src/components/TextArea/Textarea.scss +144 -144
  699. package/src/components/TextArea/Textarea.stories.tsx +92 -92
  700. package/src/components/TextArea/Textarea.tsx +86 -86
  701. package/src/components/TextArea/Types.ts +85 -85
  702. package/src/components/TextArea/index.tsx +1 -1
  703. package/src/components/ThemeProvider/ThemeProvider.tsx +27 -27
  704. package/src/components/ThemeProvider/index.ts +1 -1
  705. package/src/components/ThemeProvider/types.ts +14 -14
  706. package/src/components/Toast/Toast.scss +121 -121
  707. package/src/components/Toast/Toast.stories.tsx +144 -144
  708. package/src/components/Toast/Toast.tsx +117 -117
  709. package/src/components/Toast/index.ts +1 -1
  710. package/src/components/Toast/types.ts +27 -27
  711. package/src/components/Toastify/Toastify.stories.tsx +71 -71
  712. package/src/components/Toastify/Toastify.tsx +95 -95
  713. package/src/components/Toastify/index.ts +1 -1
  714. package/src/components/Toastify/types.ts +9 -9
  715. package/src/components/Toggle/Toggle.scss +133 -133
  716. package/src/components/Toggle/Toggle.stories.tsx +132 -132
  717. package/src/components/Toggle/Toggle.tsx +96 -96
  718. package/src/components/Toggle/index.ts +1 -1
  719. package/src/components/Toggle/types.ts +43 -43
  720. package/src/components/ToggleSwitch/ToggleSwitch.scss +58 -58
  721. package/src/components/ToggleSwitch/ToggleSwitch.stories.tsx +52 -52
  722. package/src/components/ToggleSwitch/ToggleSwitch.tsx +30 -30
  723. package/src/components/ToggleSwitch/index.ts +1 -1
  724. package/src/components/Tooltip/Tooltip.scss +27 -27
  725. package/src/components/Tooltip/Tooltip.stories.tsx +98 -98
  726. package/src/components/Tooltip/Tooltip.tsx +194 -194
  727. package/src/components/Tooltip/index.ts +1 -1
  728. package/src/components/Tooltip/types.ts +66 -66
  729. package/src/components/Typography/Typography.scss +25 -25
  730. package/src/components/Typography/Typography.stories.tsx +59 -59
  731. package/src/components/Typography/Typography.tsx +41 -41
  732. package/src/components/Typography/index.ts +1 -1
  733. package/src/components/Typography/types.ts +57 -57
  734. package/src/components/VariableInput/VariableInput.scss +127 -127
  735. package/src/components/VariableInput/VariableInput.stories.tsx +32 -32
  736. package/src/components/VariableInput/VariableInput.tsx +352 -352
  737. package/src/components/VariableInput/types.ts +56 -56
  738. package/src/hooks/keyboardevents/useEscKeyEvent.tsx +30 -30
  739. package/src/hooks/useClickOutside.tsx +30 -30
  740. package/src/hooks/useFileDropzone.tsx +275 -275
  741. package/src/hooks/useIntersectionObserver.tsx +56 -56
  742. package/src/hooks/usePortalPosition.tsx +53 -53
  743. package/src/hooks/useTheme.tsx +13 -13
  744. package/src/index.ts +210 -208
  745. package/src/utils/FormatString/FormatString.stories.tsx +58 -58
  746. package/src/utils/FormatString/FormatString.tsx +41 -41
  747. package/src/utils/TableCell/TableCell.ts +16 -16
  748. package/src/utils/capitalize/capitalize.stories.tsx +44 -44
  749. package/src/utils/capitalize/capitalize.tsx +4 -4
  750. package/src/utils/checkDuplicates/CheckDuplicates.stories.tsx +40 -40
  751. package/src/utils/checkDuplicates/checkDuplicates.ts +13 -13
  752. package/src/utils/checkEmpty/checkEmpty.stories.tsx +34 -34
  753. package/src/utils/checkEmpty/checkEmpty.ts +24 -24
  754. package/src/utils/compareArrays/compareArrays.stories.tsx +62 -62
  755. package/src/utils/compareArrays/compareArrays.ts +31 -31
  756. package/src/utils/compareObjects/compareObjects.stories.tsx +51 -51
  757. package/src/utils/compareObjects/compareObjects.ts +53 -53
  758. package/src/utils/debounce/debounce.stories.tsx +81 -81
  759. package/src/utils/debounce/debounce.ts +28 -28
  760. package/src/utils/downloadFile/saveFileFromBlob.stories.tsx +62 -62
  761. package/src/utils/downloadFile/saveFileFromBlob.ts +40 -40
  762. package/src/utils/ffID/ffID.stories.tsx +35 -35
  763. package/src/utils/ffID/ffid.ts +7 -7
  764. package/src/utils/findAndInsert/findAndInsert.stories.tsx +119 -119
  765. package/src/utils/findAndInsert/findAndInsert.ts +49 -49
  766. package/src/utils/functionCheck/functionCheck.ts +8 -8
  767. package/src/utils/getEncryptedData/getEncryptedData.stories.tsx +55 -55
  768. package/src/utils/getEncryptedData/getEncryptedData.ts +8 -8
  769. package/src/utils/getExtension/getExtension.stories.tsx +23 -23
  770. package/src/utils/getExtension/getExtension.ts +28 -28
  771. package/src/utils/getSelectOptionValue/getSelectOptionValue.ts +31 -31
  772. package/src/utils/getSequentialPayload/getSequentialPayload.stories.tsx +72 -72
  773. package/src/utils/getSequentialPayload/getSequentialPayload.ts +16 -16
  774. package/src/utils/getSequentialPayload/types.ts +33 -33
  775. package/src/utils/throttle/throttle.stories.tsx +100 -100
  776. package/src/utils/throttle/throttle.ts +33 -33
  777. package/src/utils/truncateText/truncateText.stories.tsx +37 -37
  778. package/src/utils/truncateText/truncateText.ts +4 -4
  779. package/src/utils/validateFile/validateFile.stories.tsx +49 -49
  780. package/src/utils/validateFile/validateFile.ts +39 -39
  781. package/tsconfig.json +55 -55
  782. package/vite.config.js +14 -14
  783. package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +0 -6
  784. package/lib/StyleGuide/Typography/Typography.stories.d.ts +0 -6
  785. package/lib/components/Accordion/Accordion.stories.d.ts +0 -6
  786. package/lib/components/AddResourceButton/AddButton.stories.d.ts +0 -8
  787. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +0 -7
  788. package/lib/components/AppHeader/AppHeader.stories.d.ts +0 -7
  789. package/lib/components/AttachmentButton/AttachmentButton.stories.d.ts +0 -9
  790. package/lib/components/Avatar/Avatar.stories.d.ts +0 -10
  791. package/lib/components/Button/Button.stories.d.ts +0 -13
  792. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.d.ts +0 -7
  793. package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +0 -6
  794. package/lib/components/Charts/PieChart/PieChart.stories.d.ts +0 -7
  795. package/lib/components/Charts/RadialChart/RadialChart.stories.d.ts +0 -6
  796. package/lib/components/Checkbox/Checkbox.stories.d.ts +0 -8
  797. package/lib/components/Chip/Chip.stories.d.ts +0 -14
  798. package/lib/components/DatePicker/DatePicker.stories.d.ts +0 -9
  799. package/lib/components/DragAndDrop/DragAndDrop.stories.d.ts +0 -6
  800. package/lib/components/Drawer/Drawer.stories.d.ts +0 -12
  801. package/lib/components/ExcelFile/ColorBarselector/ColorBarSelector.d.ts +0 -8
  802. package/lib/components/ExcelFile/ContextMenu/ContextMenu.d.ts +0 -4
  803. package/lib/components/ExcelFile/ExcelFile/Excel/ActiveCell.d.ts +0 -7
  804. package/lib/components/ExcelFile/ExcelFile/Excel/Cell.d.ts +0 -4
  805. package/lib/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.d.ts +0 -5
  806. package/lib/components/ExcelFile/ExcelFile/Excel/Copied.d.ts +0 -3
  807. package/lib/components/ExcelFile/ExcelFile/Excel/CornerIndicator.d.ts +0 -5
  808. package/lib/components/ExcelFile/ExcelFile/Excel/DataEditor.d.ts +0 -5
  809. package/lib/components/ExcelFile/ExcelFile/Excel/DataViewer.d.ts +0 -8
  810. package/lib/components/ExcelFile/ExcelFile/Excel/FloatingRect.d.ts +0 -10
  811. package/lib/components/ExcelFile/ExcelFile/Excel/HeaderRow.d.ts +0 -3
  812. package/lib/components/ExcelFile/ExcelFile/Excel/Row.d.ts +0 -3
  813. package/lib/components/ExcelFile/ExcelFile/Excel/RowIndicator.d.ts +0 -5
  814. package/lib/components/ExcelFile/ExcelFile/Excel/Selected.d.ts +0 -3
  815. package/lib/components/ExcelFile/ExcelFile/Excel/Spreadsheet.d.ts +0 -80
  816. package/lib/components/ExcelFile/ExcelFile/Excel/Table.d.ts +0 -3
  817. package/lib/components/ExcelFile/ExcelFile/Excel/actions.d.ts +0 -174
  818. package/lib/components/ExcelFile/ExcelFile/Excel/areModelsEqual.d.ts +0 -1
  819. package/lib/components/ExcelFile/ExcelFile/Excel/context.d.ts +0 -8
  820. package/lib/components/ExcelFile/ExcelFile/Excel/engine/engine.d.ts +0 -22
  821. package/lib/components/ExcelFile/ExcelFile/Excel/engine/formula.d.ts +0 -17
  822. package/lib/components/ExcelFile/ExcelFile/Excel/engine/index.d.ts +0 -2
  823. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-graph.d.ts +0 -21
  824. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-hash.d.ts +0 -3
  825. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-set.d.ts +0 -24
  826. package/lib/components/ExcelFile/ExcelFile/Excel/index.d.ts +0 -13
  827. package/lib/components/ExcelFile/ExcelFile/Excel/matrix.d.ts +0 -67
  828. package/lib/components/ExcelFile/ExcelFile/Excel/point-range.d.ts +0 -22
  829. package/lib/components/ExcelFile/ExcelFile/Excel/point.d.ts +0 -11
  830. package/lib/components/ExcelFile/ExcelFile/Excel/reducer.d.ts +0 -27
  831. package/lib/components/ExcelFile/ExcelFile/Excel/selection.d.ts +0 -95
  832. package/lib/components/ExcelFile/ExcelFile/Excel/types.d.ts +0 -178
  833. package/lib/components/ExcelFile/ExcelFile/Excel/use-dispatch.d.ts +0 -3
  834. package/lib/components/ExcelFile/ExcelFile/Excel/use-selector.d.ts +0 -3
  835. package/lib/components/ExcelFile/ExcelFile/Excel/util.d.ts +0 -44
  836. package/lib/components/ExcelFile/ExcelFile/ExcelFile.d.ts +0 -19
  837. package/lib/components/ExcelFile/ExcelFile.stories.d.ts +0 -6
  838. package/lib/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.d.ts +0 -12
  839. package/lib/components/ExcelFile/ExcelToolBar/ExcelToolBar.d.ts +0 -15
  840. package/lib/components/ExcelFile/Types.d.ts +0 -129
  841. package/lib/components/ExcelFile/index.d.ts +0 -1
  842. package/lib/components/ExpandableMenu/ExpandableMenu.stories.d.ts +0 -7
  843. package/lib/components/FF_Captcha/captcha.stories.d.ts +0 -8
  844. package/lib/components/FileDropzone/FileDropzone.stories.d.ts +0 -8
  845. package/lib/components/Form/Form.stories.d.ts +0 -7
  846. package/lib/components/GridLayout/GridLayout.stories.d.ts +0 -8
  847. package/lib/components/HighlightText/HighlightText.stories.d.ts +0 -6
  848. package/lib/components/Icon/Icon.stories.d.ts +0 -8
  849. package/lib/components/IconButton/IconButton.stories.d.ts +0 -7
  850. package/lib/components/IconRadioGroup/IconRadioGroup.stories.d.ts +0 -7
  851. package/lib/components/Input/Input.stories.d.ts +0 -9
  852. package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +0 -9
  853. package/lib/components/LabelEditTextField/LabelEditTextField.stories.d.ts +0 -11
  854. package/lib/components/LazyLoad/LazyLoad.stories.d.ts +0 -6
  855. package/lib/components/MachineInputField/MachineInputField.stories.d.ts +0 -6
  856. package/lib/components/MenuOption/MenuOption.stories.d.ts +0 -16
  857. package/lib/components/MiniModal/MiniModal.stories.d.ts +0 -10
  858. package/lib/components/Modal/Modal.stories.d.ts +0 -7
  859. package/lib/components/ModulesChip/ModuleChip.stories.d.ts +0 -6
  860. package/lib/components/MultiSelect/MultiSelect.stories.d.ts +0 -10
  861. package/lib/components/NLPInput/NlpInput.stories.d.ts +0 -7
  862. package/lib/components/Paper/Paper.stories.d.ts +0 -11
  863. package/lib/components/RadioButton/RadioButton.stories.d.ts +0 -10
  864. package/lib/components/RadioGroup/RadioGroup.stories.d.ts +0 -9
  865. package/lib/components/Search/Search.stories.d.ts +0 -6
  866. package/lib/components/Select/Select.stories.d.ts +0 -13
  867. package/lib/components/Select/components/Dropdown/Dropdown.d.ts +0 -4
  868. package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +0 -17
  869. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.d.ts +0 -6
  870. package/lib/components/StateDropdown/StateDropdown.stories.d.ts +0 -10
  871. package/lib/components/StatusButton/StatusButton.stories.d.ts +0 -14
  872. package/lib/components/Table/Table.stories.d.ts +0 -13
  873. package/lib/components/TableTree/TableTree.stories.d.ts +0 -7
  874. package/lib/components/Tabs/Tabs.stories.d.ts +0 -9
  875. package/lib/components/TextArea/Textarea.stories.d.ts +0 -9
  876. package/lib/components/Toast/Toast.stories.d.ts +0 -6
  877. package/lib/components/Toastify/Toastify.stories.d.ts +0 -6
  878. package/lib/components/Toggle/Toggle.stories.d.ts +0 -12
  879. package/lib/components/Tooltip/Tooltip.stories.d.ts +0 -15
  880. package/lib/components/Typography/Typography.stories.d.ts +0 -10
  881. package/lib/components/VariableInput/VariableInput.stories.d.ts +0 -6
  882. package/lib/utils/checkEmpty/checkEmpty.stories.d.ts +0 -6
  883. package/lib/utils/compareArrays/compareArrays.stories.d.ts +0 -6
  884. package/lib/utils/compareObjects/compareObjects.stories.d.ts +0 -6
  885. package/lib/utils/debounce/debounce.stories.d.ts +0 -6
  886. package/lib/utils/ffID/ffID.stories.d.ts +0 -6
  887. package/lib/utils/find/findAndInsert.d.ts +0 -7
  888. package/lib/utils/find/findAndInsert.stories.d.ts +0 -7
  889. package/lib/utils/findAndInsert/findAndInsert.stories.d.ts +0 -7
  890. package/lib/utils/getEncryptedData/getEncryptedData.stories.d.ts +0 -6
  891. package/lib/utils/getExtension/getExtension.stories.d.ts +0 -6
  892. package/lib/utils/throttle/throttle.stories.d.ts +0 -6
  893. package/lib/utils/truncateText/truncateText.stories.d.ts +0 -6
@@ -1,8 +1,8 @@
1
- <svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="path-1-outside-1_2947_12976" maskUnits="userSpaceOnUse" x="0" y="-0.907471" width="18" height="17" fill="black">
3
- <rect fill="white" y="-0.907471" width="18" height="17"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13.0131 0.0925293C15.2116 0.0925293 17 1.88128 17 4.0794C17 5.89659 15.7778 7.43378 14.1122 7.9119V14.7622C14.1122 15.3938 13.5984 15.9075 12.9669 15.9075H2.14531C1.51375 15.9075 1 15.3938 1 14.7622V3.94065C1 3.30909 1.51375 2.79534 2.14531 2.79534H9.23844C9.77406 1.22503 11.2638 0.0925293 13.0131 0.0925293ZM12.9669 15.4388C13.34 15.4388 13.6434 15.1353 13.6434 14.7622V8.01628C13.4381 8.04909 13.2278 8.06628 13.0134 8.06628C10.815 8.06628 9.02656 6.27753 9.02656 4.0794C9.02656 3.80003 9.05562 3.52722 9.11063 3.26409H2.14531C1.77219 3.26409 1.46875 3.56753 1.46875 3.94065V14.7622C1.46875 15.1353 1.77219 15.4388 2.14531 15.4388H12.9669ZM9.495 4.07909C9.495 6.01909 11.0734 7.59722 13.0131 7.59722C14.9531 7.59722 16.5312 6.01909 16.5312 4.07909C16.5312 2.13909 14.9531 0.560967 13.0131 0.560967C11.0731 0.560967 9.495 2.13909 9.495 4.07909ZM12.36 3.49034C12.36 3.62659 12.4416 3.74784 12.5675 3.7994C12.6934 3.85097 12.8366 3.8219 12.9322 3.72472L13.9444 2.69784C14.0719 2.56847 14.0719 2.35815 13.9444 2.22878L12.9322 1.2019C12.8366 1.10503 12.6934 1.07565 12.5675 1.12722C12.4416 1.17878 12.36 1.30034 12.36 1.43628V1.64034C11.8406 1.71222 11.3631 1.96128 11.0041 2.34972C10.6147 2.77097 10.4003 3.31909 10.4003 3.89315C10.4003 3.99097 10.4066 4.0894 10.4191 4.18597C10.4381 4.33315 10.5494 4.44847 10.6962 4.47253C10.7147 4.47565 10.7334 4.47722 10.7516 4.47722C10.8778 4.47722 10.9934 4.40659 11.0503 4.29003C11.3034 3.77034 11.7969 3.40159 12.36 3.30159V3.49034ZM10.8816 3.68128C10.9259 3.30409 11.0878 2.95034 11.3484 2.66815C11.6556 2.33565 12.0725 2.13159 12.5219 2.09409C12.6956 2.0794 12.8272 1.93815 12.8291 1.76472L13.5178 2.46347L12.8291 3.16222V3.14753C12.8291 3.05378 12.7894 2.96378 12.72 2.90065C12.6506 2.83753 12.5572 2.80597 12.4637 2.81472C11.8378 2.87253 11.2641 3.19347 10.8819 3.68128H10.8816ZM15.6075 3.97253C15.5884 3.82534 15.4772 3.71003 15.3303 3.68597C15.1838 3.66191 15.0412 3.73534 14.9762 3.86878C14.7231 4.38847 14.2297 4.75753 13.6666 4.85753V4.66816C13.6666 4.53191 13.5853 4.41066 13.4591 4.35909C13.3331 4.30753 13.1897 4.33659 13.0944 4.43378L12.0822 5.46066C11.9547 5.59003 11.9547 5.80034 12.0822 5.92972L13.0944 6.95659C13.1587 7.02191 13.2444 7.05628 13.3319 7.05628C13.3747 7.05628 13.4178 7.04816 13.4591 7.03097C13.585 6.97941 13.6666 6.85784 13.6666 6.72191V6.51784C14.1859 6.44597 14.6634 6.19691 15.0225 5.80847C15.4119 5.38722 15.6263 4.83909 15.6263 4.26503C15.6263 4.16722 15.62 4.06878 15.6075 3.97222V3.97253ZM14.6781 5.49034C14.3709 5.82284 13.9541 6.02691 13.5047 6.06441C13.3309 6.07909 13.1994 6.22034 13.1978 6.39378L12.5091 5.69503L13.1978 4.99628V5.01097C13.1978 5.10472 13.2375 5.19472 13.3069 5.25784C13.3763 5.32097 13.4697 5.35253 13.5631 5.34378C14.1891 5.28597 14.7628 4.96503 15.145 4.47722C15.1006 4.85441 14.9388 5.20816 14.6781 5.49034ZM7.99754 12.9804C7.99754 13.1652 7.93382 13.3192 7.80636 13.4424C7.68102 13.5635 7.48877 13.624 7.22961 13.624H6.80263V14.5513H6.51266V12.3303H7.22961C7.48028 12.3303 7.6704 12.3909 7.79998 12.5119C7.93169 12.633 7.99754 12.7892 7.99754 12.9804ZM7.22961 13.385C7.39106 13.385 7.51002 13.35 7.58649 13.2799C7.66297 13.2098 7.7012 13.1099 7.7012 12.9804C7.7012 12.7063 7.54401 12.5693 7.22961 12.5693H6.80263V13.385H7.22961ZM9.1195 14.58C8.95593 14.58 8.80723 14.5428 8.6734 14.4684C8.54169 14.3941 8.4376 14.2889 8.36112 14.153C8.28677 14.0149 8.2496 13.8556 8.2496 13.675C8.2496 13.4966 8.28784 13.3394 8.36431 13.2034C8.44291 13.0653 8.54912 12.9602 8.68296 12.888C8.81679 12.8136 8.96655 12.7764 9.13225 12.7764C9.29794 12.7764 9.4477 12.8136 9.58153 12.888C9.71537 12.9602 9.82052 13.0643 9.89699 13.2002C9.97559 13.3362 10.0149 13.4944 10.0149 13.675C10.0149 13.8556 9.97453 14.0149 9.89381 14.153C9.81521 14.2889 9.70793 14.3941 9.57197 14.4684C9.43602 14.5428 9.28519 14.58 9.1195 14.58ZM9.1195 14.325C9.22359 14.325 9.32131 14.3006 9.41265 14.2518C9.504 14.2029 9.57729 14.1296 9.63252 14.0319C9.68987 13.9342 9.71855 13.8152 9.71855 13.675C9.71855 13.5348 9.69094 13.4158 9.6357 13.3181C9.58047 13.2204 9.50825 13.1482 9.41903 13.1014C9.3298 13.0526 9.23315 13.0282 9.12906 13.0282C9.02284 13.0282 8.92513 13.0526 8.8359 13.1014C8.74881 13.1482 8.67871 13.2204 8.6256 13.3181C8.57249 13.4158 8.54594 13.5348 8.54594 13.675C8.54594 13.8173 8.57143 13.9374 8.62241 14.0351C8.67552 14.1328 8.74562 14.2061 8.83272 14.2549C8.91981 14.3017 9.01541 14.325 9.1195 14.325ZM10.6542 14.513C10.7605 14.5577 10.8805 14.58 11.0143 14.58C11.1397 14.58 11.2501 14.5587 11.3457 14.5162C11.4434 14.4716 11.5188 14.4111 11.5719 14.3346C11.6251 14.2581 11.6516 14.1721 11.6516 14.0765C11.6495 13.9703 11.6197 13.8842 11.5624 13.8184C11.5072 13.7525 11.4402 13.7037 11.3616 13.6718C11.283 13.6378 11.1811 13.6038 11.0557 13.5699C10.9559 13.5422 10.8773 13.5178 10.8199 13.4966C10.7647 13.4732 10.718 13.4435 10.6797 13.4073C10.6436 13.3691 10.6256 13.3213 10.6256 13.264C10.6256 13.1917 10.6564 13.1333 10.718 13.0887C10.7796 13.0441 10.8624 13.0218 10.9665 13.0218C11.0791 13.0218 11.1683 13.0494 11.2342 13.1046C11.3022 13.1599 11.3393 13.2331 11.3457 13.3245H11.6357C11.6272 13.1546 11.5634 13.0207 11.4445 12.923C11.3255 12.8253 11.1694 12.7764 10.9761 12.7764C10.8507 12.7764 10.7392 12.7987 10.6415 12.8433C10.5438 12.8858 10.4684 12.9442 10.4153 13.0186C10.3622 13.0929 10.3356 13.1747 10.3356 13.264C10.3356 13.3765 10.3643 13.4679 10.4216 13.538C10.4811 13.606 10.5512 13.658 10.6319 13.6941C10.7148 13.7281 10.821 13.7621 10.9506 13.7961C11.0929 13.8322 11.1981 13.8694 11.266 13.9076C11.334 13.9437 11.368 14 11.368 14.0765C11.368 14.1508 11.3361 14.2125 11.2724 14.2613C11.2087 14.3102 11.1216 14.3346 11.0111 14.3346C10.8922 14.3346 10.7955 14.307 10.7212 14.2518C10.6489 14.1965 10.6086 14.1254 10.6001 14.0383H10.3006C10.3069 14.1445 10.3409 14.239 10.4025 14.3219C10.4641 14.4026 10.548 14.4663 10.6542 14.513ZM12.4146 13.0441V14.0733C12.4146 14.1583 12.4327 14.2188 12.4688 14.2549C12.5049 14.2889 12.5676 14.3059 12.6568 14.3059H12.8703V14.5513H12.609C12.4476 14.5513 12.3265 14.5141 12.2458 14.4398C12.165 14.3654 12.1247 14.2433 12.1247 14.0733V13.0441H11.8984V12.8051H12.1247V12.3654H12.4146V12.8051H12.8703V13.0441H12.4146ZM2.90469 7.13342C2.77532 7.13342 2.67032 7.02842 2.67032 6.89905C2.67032 6.76967 2.77532 6.66467 2.90469 6.66467H8.78469C8.91407 6.66467 9.01907 6.76967 9.01907 6.89905C9.01907 7.02842 8.91407 7.13342 8.78469 7.13342H2.90469ZM3.9617 4.97132C4.08893 4.84833 4.15254 4.6946 4.15254 4.51011C4.15254 4.31927 4.08681 4.16341 3.95533 4.04255C3.82598 3.92168 3.6362 3.86124 3.38598 3.86124H2.67032V6.07821H2.95977V5.15262H3.38598C3.64468 5.15262 3.83659 5.09219 3.9617 4.97132ZM3.74223 4.8091C3.66589 4.87908 3.54714 4.91407 3.38598 4.91407H2.95977V4.0998H3.38598C3.69982 4.0998 3.85673 4.23657 3.85673 4.51011C3.85673 4.63946 3.81856 4.73913 3.74223 4.8091ZM5.01802 4.38606C4.92472 4.4412 4.85262 4.5186 4.80173 4.61826V4.33517H4.51229V6.07821H4.80173V5.13036C4.80173 4.77836 4.96395 4.60235 5.28838 4.60235H5.36472V4.30337C5.22901 4.30337 5.11344 4.33093 5.01802 4.38606ZM7.28922 5.1399C7.28922 5.19503 7.28603 5.25334 7.27967 5.31484H5.88651C5.89711 5.4866 5.95543 5.62125 6.06145 5.71879C6.1696 5.81421 6.30001 5.86192 6.45268 5.86192C6.57779 5.86192 6.68169 5.8333 6.76439 5.77604C6.84921 5.71667 6.90859 5.63821 6.94251 5.54067H7.25423C7.20758 5.70819 7.11427 5.84496 6.97432 5.95098C6.83437 6.05489 6.66049 6.10684 6.45268 6.10684C6.28728 6.10684 6.13885 6.06973 6.00738 5.99552C5.87803 5.9213 5.77625 5.81633 5.70203 5.68062C5.62781 5.54279 5.5907 5.38375 5.5907 5.20351C5.5907 5.02327 5.62675 4.86529 5.69885 4.72958C5.77095 4.59387 5.87167 4.48997 6.00102 4.41787C6.13249 4.34365 6.28304 4.30655 6.45268 4.30655C6.61808 4.30655 6.76439 4.34259 6.89162 4.41469C7.01885 4.48679 7.11639 4.58645 7.18425 4.71368C7.25423 4.83879 7.28922 4.98086 7.28922 5.1399ZM6.99023 5.07946C6.99023 4.9692 6.96584 4.87484 6.91707 4.79638C6.8683 4.7158 6.8015 4.65537 6.71668 4.61508C6.63398 4.57267 6.54174 4.55146 6.43996 4.55146C6.29365 4.55146 6.16854 4.59811 6.06463 4.69141C5.96285 4.78472 5.90454 4.91407 5.88969 5.07946H6.99023ZM2.90469 8.39441C2.77531 8.39441 2.67031 8.28941 2.67031 8.16003C2.67031 8.03066 2.77531 7.92566 2.90469 7.92566H9.94531C10.0747 7.92566 10.1797 8.03066 10.1797 8.16003C10.1797 8.28941 10.0747 8.39441 9.94531 8.39441H2.90469ZM2.67031 9.42128C2.67031 9.55066 2.77531 9.65565 2.90469 9.65565H11.7638C11.8931 9.65565 11.9981 9.55066 11.9981 9.42128C11.9981 9.2919 11.8931 9.1869 11.7638 9.1869H2.90469C2.77531 9.1869 2.67031 9.2919 2.67031 9.42128ZM2.90469 10.4478H11.7638C11.8931 10.4478 11.9981 10.5528 11.9981 10.6822C11.9981 10.8116 11.8931 10.9166 11.7638 10.9166H2.90469C2.77531 10.9166 2.67031 10.8116 2.67031 10.6822C2.67031 10.5528 2.77531 10.4478 2.90469 10.4478ZM5.90442 11.7091H2.77867C2.71886 11.7091 2.67031 11.8141 2.67031 11.9435C2.67031 12.0728 2.71886 12.1778 2.77867 12.1778H5.90442C5.96423 12.1778 6.01278 12.0728 6.01278 11.9435C6.01278 11.8141 5.96423 11.7091 5.90442 11.7091ZM5.89295 12.945H5.89343C5.95915 12.945 6.01246 13.0494 6.01278 13.1785C6.01309 13.3078 5.95979 13.4132 5.89391 13.4138L2.79013 13.4391H2.78966C2.72394 13.4391 2.67063 13.3347 2.67031 13.2057C2.66999 13.0763 2.7233 12.971 2.78918 12.9703L5.89295 12.945Z"/>
5
- </mask>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13.0131 0.0925293C15.2116 0.0925293 17 1.88128 17 4.0794C17 5.89659 15.7778 7.43378 14.1122 7.9119V14.7622C14.1122 15.3938 13.5984 15.9075 12.9669 15.9075H2.14531C1.51375 15.9075 1 15.3938 1 14.7622V3.94065C1 3.30909 1.51375 2.79534 2.14531 2.79534H9.23844C9.77406 1.22503 11.2638 0.0925293 13.0131 0.0925293ZM12.9669 15.4388C13.34 15.4388 13.6434 15.1353 13.6434 14.7622V8.01628C13.4381 8.04909 13.2278 8.06628 13.0134 8.06628C10.815 8.06628 9.02656 6.27753 9.02656 4.0794C9.02656 3.80003 9.05562 3.52722 9.11063 3.26409H2.14531C1.77219 3.26409 1.46875 3.56753 1.46875 3.94065V14.7622C1.46875 15.1353 1.77219 15.4388 2.14531 15.4388H12.9669ZM9.495 4.07909C9.495 6.01909 11.0734 7.59722 13.0131 7.59722C14.9531 7.59722 16.5312 6.01909 16.5312 4.07909C16.5312 2.13909 14.9531 0.560967 13.0131 0.560967C11.0731 0.560967 9.495 2.13909 9.495 4.07909ZM12.36 3.49034C12.36 3.62659 12.4416 3.74784 12.5675 3.7994C12.6934 3.85097 12.8366 3.8219 12.9322 3.72472L13.9444 2.69784C14.0719 2.56847 14.0719 2.35815 13.9444 2.22878L12.9322 1.2019C12.8366 1.10503 12.6934 1.07565 12.5675 1.12722C12.4416 1.17878 12.36 1.30034 12.36 1.43628V1.64034C11.8406 1.71222 11.3631 1.96128 11.0041 2.34972C10.6147 2.77097 10.4003 3.31909 10.4003 3.89315C10.4003 3.99097 10.4066 4.0894 10.4191 4.18597C10.4381 4.33315 10.5494 4.44847 10.6962 4.47253C10.7147 4.47565 10.7334 4.47722 10.7516 4.47722C10.8778 4.47722 10.9934 4.40659 11.0503 4.29003C11.3034 3.77034 11.7969 3.40159 12.36 3.30159V3.49034ZM10.8816 3.68128C10.9259 3.30409 11.0878 2.95034 11.3484 2.66815C11.6556 2.33565 12.0725 2.13159 12.5219 2.09409C12.6956 2.0794 12.8272 1.93815 12.8291 1.76472L13.5178 2.46347L12.8291 3.16222V3.14753C12.8291 3.05378 12.7894 2.96378 12.72 2.90065C12.6506 2.83753 12.5572 2.80597 12.4637 2.81472C11.8378 2.87253 11.2641 3.19347 10.8819 3.68128H10.8816ZM15.6075 3.97253C15.5884 3.82534 15.4772 3.71003 15.3303 3.68597C15.1838 3.66191 15.0412 3.73534 14.9762 3.86878C14.7231 4.38847 14.2297 4.75753 13.6666 4.85753V4.66816C13.6666 4.53191 13.5853 4.41066 13.4591 4.35909C13.3331 4.30753 13.1897 4.33659 13.0944 4.43378L12.0822 5.46066C11.9547 5.59003 11.9547 5.80034 12.0822 5.92972L13.0944 6.95659C13.1587 7.02191 13.2444 7.05628 13.3319 7.05628C13.3747 7.05628 13.4178 7.04816 13.4591 7.03097C13.585 6.97941 13.6666 6.85784 13.6666 6.72191V6.51784C14.1859 6.44597 14.6634 6.19691 15.0225 5.80847C15.4119 5.38722 15.6263 4.83909 15.6263 4.26503C15.6263 4.16722 15.62 4.06878 15.6075 3.97222V3.97253ZM14.6781 5.49034C14.3709 5.82284 13.9541 6.02691 13.5047 6.06441C13.3309 6.07909 13.1994 6.22034 13.1978 6.39378L12.5091 5.69503L13.1978 4.99628V5.01097C13.1978 5.10472 13.2375 5.19472 13.3069 5.25784C13.3763 5.32097 13.4697 5.35253 13.5631 5.34378C14.1891 5.28597 14.7628 4.96503 15.145 4.47722C15.1006 4.85441 14.9388 5.20816 14.6781 5.49034ZM7.99754 12.9804C7.99754 13.1652 7.93382 13.3192 7.80636 13.4424C7.68102 13.5635 7.48877 13.624 7.22961 13.624H6.80263V14.5513H6.51266V12.3303H7.22961C7.48028 12.3303 7.6704 12.3909 7.79998 12.5119C7.93169 12.633 7.99754 12.7892 7.99754 12.9804ZM7.22961 13.385C7.39106 13.385 7.51002 13.35 7.58649 13.2799C7.66297 13.2098 7.7012 13.1099 7.7012 12.9804C7.7012 12.7063 7.54401 12.5693 7.22961 12.5693H6.80263V13.385H7.22961ZM9.1195 14.58C8.95593 14.58 8.80723 14.5428 8.6734 14.4684C8.54169 14.3941 8.4376 14.2889 8.36112 14.153C8.28677 14.0149 8.2496 13.8556 8.2496 13.675C8.2496 13.4966 8.28784 13.3394 8.36431 13.2034C8.44291 13.0653 8.54912 12.9602 8.68296 12.888C8.81679 12.8136 8.96655 12.7764 9.13225 12.7764C9.29794 12.7764 9.4477 12.8136 9.58153 12.888C9.71537 12.9602 9.82052 13.0643 9.89699 13.2002C9.97559 13.3362 10.0149 13.4944 10.0149 13.675C10.0149 13.8556 9.97453 14.0149 9.89381 14.153C9.81521 14.2889 9.70793 14.3941 9.57197 14.4684C9.43602 14.5428 9.28519 14.58 9.1195 14.58ZM9.1195 14.325C9.22359 14.325 9.32131 14.3006 9.41265 14.2518C9.504 14.2029 9.57729 14.1296 9.63252 14.0319C9.68987 13.9342 9.71855 13.8152 9.71855 13.675C9.71855 13.5348 9.69094 13.4158 9.6357 13.3181C9.58047 13.2204 9.50825 13.1482 9.41903 13.1014C9.3298 13.0526 9.23315 13.0282 9.12906 13.0282C9.02284 13.0282 8.92513 13.0526 8.8359 13.1014C8.74881 13.1482 8.67871 13.2204 8.6256 13.3181C8.57249 13.4158 8.54594 13.5348 8.54594 13.675C8.54594 13.8173 8.57143 13.9374 8.62241 14.0351C8.67552 14.1328 8.74562 14.2061 8.83272 14.2549C8.91981 14.3017 9.01541 14.325 9.1195 14.325ZM10.6542 14.513C10.7605 14.5577 10.8805 14.58 11.0143 14.58C11.1397 14.58 11.2501 14.5587 11.3457 14.5162C11.4434 14.4716 11.5188 14.4111 11.5719 14.3346C11.6251 14.2581 11.6516 14.1721 11.6516 14.0765C11.6495 13.9703 11.6197 13.8842 11.5624 13.8184C11.5072 13.7525 11.4402 13.7037 11.3616 13.6718C11.283 13.6378 11.1811 13.6038 11.0557 13.5699C10.9559 13.5422 10.8773 13.5178 10.8199 13.4966C10.7647 13.4732 10.718 13.4435 10.6797 13.4073C10.6436 13.3691 10.6256 13.3213 10.6256 13.264C10.6256 13.1917 10.6564 13.1333 10.718 13.0887C10.7796 13.0441 10.8624 13.0218 10.9665 13.0218C11.0791 13.0218 11.1683 13.0494 11.2342 13.1046C11.3022 13.1599 11.3393 13.2331 11.3457 13.3245H11.6357C11.6272 13.1546 11.5634 13.0207 11.4445 12.923C11.3255 12.8253 11.1694 12.7764 10.9761 12.7764C10.8507 12.7764 10.7392 12.7987 10.6415 12.8433C10.5438 12.8858 10.4684 12.9442 10.4153 13.0186C10.3622 13.0929 10.3356 13.1747 10.3356 13.264C10.3356 13.3765 10.3643 13.4679 10.4216 13.538C10.4811 13.606 10.5512 13.658 10.6319 13.6941C10.7148 13.7281 10.821 13.7621 10.9506 13.7961C11.0929 13.8322 11.1981 13.8694 11.266 13.9076C11.334 13.9437 11.368 14 11.368 14.0765C11.368 14.1508 11.3361 14.2125 11.2724 14.2613C11.2087 14.3102 11.1216 14.3346 11.0111 14.3346C10.8922 14.3346 10.7955 14.307 10.7212 14.2518C10.6489 14.1965 10.6086 14.1254 10.6001 14.0383H10.3006C10.3069 14.1445 10.3409 14.239 10.4025 14.3219C10.4641 14.4026 10.548 14.4663 10.6542 14.513ZM12.4146 13.0441V14.0733C12.4146 14.1583 12.4327 14.2188 12.4688 14.2549C12.5049 14.2889 12.5676 14.3059 12.6568 14.3059H12.8703V14.5513H12.609C12.4476 14.5513 12.3265 14.5141 12.2458 14.4398C12.165 14.3654 12.1247 14.2433 12.1247 14.0733V13.0441H11.8984V12.8051H12.1247V12.3654H12.4146V12.8051H12.8703V13.0441H12.4146ZM2.90469 7.13342C2.77532 7.13342 2.67032 7.02842 2.67032 6.89905C2.67032 6.76967 2.77532 6.66467 2.90469 6.66467H8.78469C8.91407 6.66467 9.01907 6.76967 9.01907 6.89905C9.01907 7.02842 8.91407 7.13342 8.78469 7.13342H2.90469ZM3.9617 4.97132C4.08893 4.84833 4.15254 4.6946 4.15254 4.51011C4.15254 4.31927 4.08681 4.16341 3.95533 4.04255C3.82598 3.92168 3.6362 3.86124 3.38598 3.86124H2.67032V6.07821H2.95977V5.15262H3.38598C3.64468 5.15262 3.83659 5.09219 3.9617 4.97132ZM3.74223 4.8091C3.66589 4.87908 3.54714 4.91407 3.38598 4.91407H2.95977V4.0998H3.38598C3.69982 4.0998 3.85673 4.23657 3.85673 4.51011C3.85673 4.63946 3.81856 4.73913 3.74223 4.8091ZM5.01802 4.38606C4.92472 4.4412 4.85262 4.5186 4.80173 4.61826V4.33517H4.51229V6.07821H4.80173V5.13036C4.80173 4.77836 4.96395 4.60235 5.28838 4.60235H5.36472V4.30337C5.22901 4.30337 5.11344 4.33093 5.01802 4.38606ZM7.28922 5.1399C7.28922 5.19503 7.28603 5.25334 7.27967 5.31484H5.88651C5.89711 5.4866 5.95543 5.62125 6.06145 5.71879C6.1696 5.81421 6.30001 5.86192 6.45268 5.86192C6.57779 5.86192 6.68169 5.8333 6.76439 5.77604C6.84921 5.71667 6.90859 5.63821 6.94251 5.54067H7.25423C7.20758 5.70819 7.11427 5.84496 6.97432 5.95098C6.83437 6.05489 6.66049 6.10684 6.45268 6.10684C6.28728 6.10684 6.13885 6.06973 6.00738 5.99552C5.87803 5.9213 5.77625 5.81633 5.70203 5.68062C5.62781 5.54279 5.5907 5.38375 5.5907 5.20351C5.5907 5.02327 5.62675 4.86529 5.69885 4.72958C5.77095 4.59387 5.87167 4.48997 6.00102 4.41787C6.13249 4.34365 6.28304 4.30655 6.45268 4.30655C6.61808 4.30655 6.76439 4.34259 6.89162 4.41469C7.01885 4.48679 7.11639 4.58645 7.18425 4.71368C7.25423 4.83879 7.28922 4.98086 7.28922 5.1399ZM6.99023 5.07946C6.99023 4.9692 6.96584 4.87484 6.91707 4.79638C6.8683 4.7158 6.8015 4.65537 6.71668 4.61508C6.63398 4.57267 6.54174 4.55146 6.43996 4.55146C6.29365 4.55146 6.16854 4.59811 6.06463 4.69141C5.96285 4.78472 5.90454 4.91407 5.88969 5.07946H6.99023ZM2.90469 8.39441C2.77531 8.39441 2.67031 8.28941 2.67031 8.16003C2.67031 8.03066 2.77531 7.92566 2.90469 7.92566H9.94531C10.0747 7.92566 10.1797 8.03066 10.1797 8.16003C10.1797 8.28941 10.0747 8.39441 9.94531 8.39441H2.90469ZM2.67031 9.42128C2.67031 9.55066 2.77531 9.65565 2.90469 9.65565H11.7638C11.8931 9.65565 11.9981 9.55066 11.9981 9.42128C11.9981 9.2919 11.8931 9.1869 11.7638 9.1869H2.90469C2.77531 9.1869 2.67031 9.2919 2.67031 9.42128ZM2.90469 10.4478H11.7638C11.8931 10.4478 11.9981 10.5528 11.9981 10.6822C11.9981 10.8116 11.8931 10.9166 11.7638 10.9166H2.90469C2.77531 10.9166 2.67031 10.8116 2.67031 10.6822C2.67031 10.5528 2.77531 10.4478 2.90469 10.4478ZM5.90442 11.7091H2.77867C2.71886 11.7091 2.67031 11.8141 2.67031 11.9435C2.67031 12.0728 2.71886 12.1778 2.77867 12.1778H5.90442C5.96423 12.1778 6.01278 12.0728 6.01278 11.9435C6.01278 11.8141 5.96423 11.7091 5.90442 11.7091ZM5.89295 12.945H5.89343C5.95915 12.945 6.01246 13.0494 6.01278 13.1785C6.01309 13.3078 5.95979 13.4132 5.89391 13.4138L2.79013 13.4391H2.78966C2.72394 13.4391 2.67063 13.3347 2.67031 13.2057C2.66999 13.0763 2.7233 12.971 2.78918 12.9703L5.89295 12.945Z" fill="currentColor"/>
7
- <path d="M14.1122 7.9119L14.0846 7.81579L14.0122 7.83657V7.9119H14.1122ZM9.23844 2.79534V2.89534H9.30999L9.33308 2.82762L9.23844 2.79534ZM13.6434 8.01628H13.7434V7.89903L13.6277 7.91753L13.6434 8.01628ZM9.11063 3.26409L9.20851 3.28455L9.23369 3.16409H9.11063V3.26409ZM12.9322 3.72472L12.861 3.65452L12.8609 3.65458L12.9322 3.72472ZM13.9444 2.69784L14.0156 2.76804L14.0156 2.76803L13.9444 2.69784ZM13.9444 2.22878L14.0156 2.15859L14.0156 2.15858L13.9444 2.22878ZM12.9322 1.2019L13.0034 1.1317L13.0034 1.13165L12.9322 1.2019ZM12.5675 1.12722L12.5296 1.03467L12.5675 1.12722ZM12.36 1.64034L12.3737 1.7394L12.46 1.72746V1.64034H12.36ZM11.0041 2.34972L10.9306 2.28184L10.9306 2.28184L11.0041 2.34972ZM10.4191 4.18597L10.3199 4.1988L10.3199 4.19881L10.4191 4.18597ZM10.6962 4.47253L10.713 4.37393L10.7124 4.37384L10.6962 4.47253ZM11.0503 4.29003L11.1402 4.33388L11.1402 4.33382L11.0503 4.29003ZM12.36 3.30159H12.46V3.18227L12.3425 3.20313L12.36 3.30159ZM11.3484 2.66815L11.275 2.60029L11.275 2.60031L11.3484 2.66815ZM10.8816 3.68128L10.7822 3.66959L10.7691 3.78128H10.8816V3.68128ZM12.5219 2.09409L12.5302 2.19374L12.5303 2.19374L12.5219 2.09409ZM12.8291 1.76472L12.9003 1.69452L12.7317 1.52345L12.7291 1.76364L12.8291 1.76472ZM13.5178 2.46347L13.589 2.53367L13.6582 2.46347L13.589 2.39327L13.5178 2.46347ZM12.8291 3.16222H12.7291V3.40612L12.9003 3.23242L12.8291 3.16222ZM12.4637 2.81472L12.4729 2.91429L12.4731 2.91428L12.4637 2.81472ZM10.8819 3.68128V3.78128H10.9306L10.9606 3.74295L10.8819 3.68128ZM15.3303 3.68597L15.3141 3.78465L15.3141 3.78465L15.3303 3.68597ZM15.6075 3.97253L15.5083 3.98538L15.7075 3.97253H15.6075ZM14.9762 3.86878L14.8863 3.82499L14.8863 3.82499L14.9762 3.86878ZM13.6666 4.85753H13.5666V4.97685L13.684 4.95599L13.6666 4.85753ZM13.4591 4.35909L13.4212 4.45164L13.4213 4.45167L13.4591 4.35909ZM13.0944 4.43378L13.1656 4.50398L13.1658 4.5038L13.0944 4.43378ZM12.0822 5.46066L12.011 5.39046L12.011 5.39046L12.0822 5.46066ZM12.0822 5.92972L12.011 5.99991L12.011 5.99992L12.0822 5.92972ZM13.0944 6.95659L13.1656 6.8864L13.1656 6.88639L13.0944 6.95659ZM13.4591 7.03097L13.4212 6.93842L13.4206 6.93866L13.4591 7.03097ZM13.6666 6.51784L13.6529 6.41879L13.5666 6.43073V6.51784H13.6666ZM15.0225 5.80847L15.0959 5.87635L15.0959 5.87635L15.0225 5.80847ZM15.6075 3.97222L15.7067 3.95938L15.5075 3.97222H15.6075ZM13.5047 6.06441L13.4964 5.96475L13.4963 5.96476L13.5047 6.06441ZM14.6781 5.49034L14.7516 5.5582L14.7516 5.55819L14.6781 5.49034ZM13.1978 6.39378L13.1266 6.46398L13.2956 6.63548L13.2978 6.39468L13.1978 6.39378ZM12.5091 5.69503L12.4378 5.62483L12.3686 5.69503L12.4378 5.76523L12.5091 5.69503ZM13.1978 4.99628H13.2978V4.75238L13.1266 4.92608L13.1978 4.99628ZM13.3069 5.25784L13.2396 5.33181L13.2396 5.33181L13.3069 5.25784ZM13.5631 5.34378L13.5539 5.24421L13.5538 5.24422L13.5631 5.34378ZM15.145 4.47722L15.2443 4.4889L15.2859 4.1352L15.0663 4.41555L15.145 4.47722ZM7.80636 13.4424L7.87584 13.5143L7.87586 13.5143L7.80636 13.4424ZM6.80263 13.624V13.524H6.70263V13.624H6.80263ZM6.80263 14.5513V14.6513H6.90263V14.5513H6.80263ZM6.51266 14.5513H6.41266V14.6513H6.51266V14.5513ZM6.51266 12.3303V12.2303H6.41266V12.3303H6.51266ZM7.79998 12.5119L7.73171 12.585L7.73231 12.5856L7.79998 12.5119ZM7.58649 13.2799L7.51892 13.2062H7.51892L7.58649 13.2799ZM6.80263 12.5693V12.4693H6.70263V12.5693H6.80263ZM6.80263 13.385H6.70263V13.485H6.80263V13.385ZM8.6734 14.4684L8.62424 14.5555L8.62483 14.5558L8.6734 14.4684ZM8.36112 14.153L8.27306 14.2004L8.27397 14.202L8.36112 14.153ZM8.36431 13.2034L8.2774 13.1539L8.27715 13.1544L8.36431 13.2034ZM8.68296 12.888L8.73045 12.976L8.73152 12.9754L8.68296 12.888ZM9.58153 12.888L9.53297 12.9754L9.53404 12.976L9.58153 12.888ZM9.89699 13.2002L9.80983 13.2493L9.81042 13.2503L9.89699 13.2002ZM9.89381 14.153L9.80748 14.1025L9.80723 14.1029L9.89381 14.153ZM9.41265 14.2518L9.45982 14.3399H9.45982L9.41265 14.2518ZM9.63252 14.0319L9.54626 13.9813L9.54546 13.9827L9.63252 14.0319ZM9.6357 13.3181L9.72276 13.2689L9.6357 13.3181ZM9.41903 13.1014L9.37099 13.1892L9.37262 13.19L9.41903 13.1014ZM8.8359 13.1014L8.88319 13.1896L8.88394 13.1892L8.8359 13.1014ZM8.6256 13.3181L8.71346 13.3659L8.6256 13.3181ZM8.62241 14.0351L8.53374 14.0813L8.53455 14.0828L8.62241 14.0351ZM8.83272 14.2549L8.78378 14.3422L8.78544 14.3431L8.83272 14.2549ZM10.6542 14.513L10.614 14.6046L10.6155 14.6052L10.6542 14.513ZM11.3457 14.5162L11.3863 14.6076L11.3872 14.6072L11.3457 14.5162ZM11.6516 14.0765H11.7516L11.7516 14.0745L11.6516 14.0765ZM11.5624 13.8184L11.4858 13.8827L11.487 13.8841L11.5624 13.8184ZM11.3616 13.6718L11.3219 13.7636L11.3241 13.7645L11.3616 13.6718ZM11.0557 13.5699L11.0291 13.6662L11.0296 13.6664L11.0557 13.5699ZM10.8199 13.4966L10.7809 13.5888L10.7852 13.5903L10.8199 13.4966ZM10.6797 13.4073L10.6069 13.4761L10.6111 13.48L10.6797 13.4073ZM11.2342 13.1046L11.1699 13.1813L11.1711 13.1822L11.2342 13.1046ZM11.3457 13.3245L11.2459 13.3315L11.2524 13.4245H11.3457V13.3245ZM11.6357 13.3245V13.4245H11.7408L11.7355 13.3195L11.6357 13.3245ZM11.4445 12.923L11.381 13.0003L11.381 13.0003L11.4445 12.923ZM10.6415 12.8433L10.6814 12.9351L10.683 12.9343L10.6415 12.8433ZM10.4153 13.0186L10.3339 12.9605V12.9605L10.4153 13.0186ZM10.4216 13.538L10.3442 13.6013L10.3464 13.6038L10.4216 13.538ZM10.6319 13.6941L10.5911 13.7854L10.594 13.7866L10.6319 13.6941ZM10.9506 13.7961L10.9252 13.8928L10.926 13.893L10.9506 13.7961ZM11.266 13.9076L11.217 13.9948L11.2191 13.9959L11.266 13.9076ZM11.2724 14.2613L11.2116 14.1819L11.2116 14.182L11.2724 14.2613ZM10.7212 14.2518L10.6604 14.3312L10.6615 14.332L10.7212 14.2518ZM10.6001 14.0383L10.6996 14.0285L10.6908 13.9383H10.6001V14.0383ZM10.3006 14.0383V13.9383H10.1944L10.2007 14.0442L10.3006 14.0383ZM10.4025 14.3219L10.3223 14.3815L10.323 14.3825L10.4025 14.3219ZM12.4146 13.0441V12.9441H12.3146V13.0441H12.4146ZM12.4688 14.2549L12.3981 14.3257L12.4003 14.3278L12.4688 14.2549ZM12.8703 14.3059H12.9703V14.2059H12.8703V14.3059ZM12.8703 14.5513V14.6513H12.9703V14.5513H12.8703ZM12.2458 14.4398L12.178 14.5133L12.178 14.5133L12.2458 14.4398ZM12.1247 13.0441H12.2247V12.9441H12.1247V13.0441ZM11.8984 13.0441H11.7984V13.1441H11.8984V13.0441ZM11.8984 12.8051V12.7051H11.7984V12.8051H11.8984ZM12.1247 12.8051V12.9051H12.2247V12.8051H12.1247ZM12.1247 12.3654V12.2654H12.0247V12.3654H12.1247ZM12.4146 12.3654H12.5146V12.2654H12.4146V12.3654ZM12.4146 12.8051H12.3146V12.9051H12.4146V12.8051ZM12.8703 12.8051H12.9703V12.7051H12.8703V12.8051ZM12.8703 13.0441V13.1441H12.9703V13.0441H12.8703ZM3.9617 4.97132L4.03118 5.04324L4.0312 5.04322L3.9617 4.97132ZM3.95533 4.04255L3.88706 4.11561L3.88765 4.11616L3.95533 4.04255ZM2.67032 3.86124V3.76124H2.57032V3.86124H2.67032ZM2.67032 6.07821H2.57032V6.17821H2.67032V6.07821ZM2.95977 6.07821V6.17821H3.05977V6.07821H2.95977ZM2.95977 5.15262V5.05262H2.85977V5.15262H2.95977ZM3.74223 4.8091L3.67465 4.73539L3.67465 4.73539L3.74223 4.8091ZM2.95977 4.91407H2.85977V5.01407H2.95977V4.91407ZM2.95977 4.0998V3.9998H2.85977V4.0998H2.95977ZM4.80173 4.61826H4.70173L4.89079 4.66374L4.80173 4.61826ZM5.01802 4.38606L4.96799 4.29947L4.96715 4.29997L5.01802 4.38606ZM4.80173 4.33517H4.90173V4.23517H4.80173V4.33517ZM4.51229 4.33517V4.23517H4.41229V4.33517H4.51229ZM4.51229 6.07821H4.41229V6.17821H4.51229V6.07821ZM4.80173 6.07821V6.17821H4.90173V6.07821H4.80173ZM5.36472 4.60235V4.70235H5.46472V4.60235H5.36472ZM5.36472 4.30337H5.46472V4.20337H5.36472V4.30337ZM7.27967 5.31484V5.41484H7.36986L7.37914 5.32513L7.27967 5.31484ZM5.88651 5.31484V5.21484H5.78015L5.7867 5.321L5.88651 5.31484ZM6.06145 5.71879L5.99373 5.7924L5.99529 5.79378L6.06145 5.71879ZM6.76439 5.77604L6.82132 5.85827L6.82174 5.85797L6.76439 5.77604ZM6.94251 5.54067V5.44067H6.87142L6.84807 5.50782L6.94251 5.54067ZM7.25423 5.54067L7.35056 5.5675L7.38588 5.44067H7.25423V5.54067ZM6.97432 5.95098L7.03394 6.03128L7.03471 6.03069L6.97432 5.95098ZM6.00738 5.99552L5.95761 6.08225L5.95822 6.0826L6.00738 5.99552ZM5.70203 5.68062L5.61398 5.72803L5.61429 5.7286L5.70203 5.68062ZM5.69885 4.72958L5.78716 4.7765L5.69885 4.72958ZM6.00102 4.41787L6.0497 4.50522L6.05018 4.50495L6.00102 4.41787ZM6.89162 4.41469L6.84232 4.50169H6.84232L6.89162 4.41469ZM7.18425 4.71368L7.096 4.76075L7.09698 4.7625L7.18425 4.71368ZM6.91707 4.79638L6.83151 4.84816L6.83214 4.84917L6.91707 4.79638ZM6.99023 5.07946V5.17946H7.09023V5.07946H6.99023ZM6.71668 4.61508L6.67103 4.7041L6.67378 4.70541L6.71668 4.61508ZM6.06463 4.69141L5.99782 4.61701L5.99706 4.6177L6.06463 4.69141ZM5.88969 5.07946L5.79009 5.07053L5.78032 5.17946H5.88969V5.07946ZM5.89295 12.945V12.845L5.89214 12.845L5.89295 12.945ZM6.01278 13.1785L6.11278 13.1782V13.1782L6.01278 13.1785ZM5.89391 13.4138L5.89472 13.5138L5.89486 13.5138L5.89391 13.4138ZM2.79013 13.4391V13.5391L2.79095 13.5391L2.79013 13.4391ZM2.67031 13.2057L2.57031 13.2059V13.2059L2.67031 13.2057ZM2.78918 12.9703L2.78836 12.8703L2.78823 12.8703L2.78918 12.9703ZM17.1 4.0794C17.1 1.82606 15.2668 -0.0074707 13.0131 -0.0074707V0.192529C15.1563 0.192529 16.9 1.9365 16.9 4.0794H17.1ZM14.1398 8.00802C15.847 7.51795 17.1 5.94247 17.1 4.0794H16.9C16.9 5.85072 15.7086 7.34961 14.0846 7.81579L14.1398 8.00802ZM14.2122 14.7622V7.9119H14.0122V14.7622H14.2122ZM12.9669 16.0075C13.6537 16.0075 14.2122 15.449 14.2122 14.7622H14.0122C14.0122 15.3386 13.5432 15.8075 12.9669 15.8075V16.0075ZM2.14531 16.0075H12.9669V15.8075H2.14531V16.0075ZM0.9 14.7622C0.9 15.449 1.45852 16.0075 2.14531 16.0075V15.8075C1.56898 15.8075 1.1 15.3386 1.1 14.7622H0.9ZM0.9 3.94065V14.7622H1.1V3.94065H0.9ZM2.14531 2.69534C1.45852 2.69534 0.9 3.25386 0.9 3.94065H1.1C1.1 3.36432 1.56898 2.89534 2.14531 2.89534V2.69534ZM9.23844 2.69534H2.14531V2.89534H9.23844V2.69534ZM13.0131 -0.0074707C11.2196 -0.0074707 9.69277 1.15359 9.14379 2.76306L9.33308 2.82762C9.85535 1.29647 11.3079 0.192529 13.0131 0.192529V-0.0074707ZM13.5434 14.7622C13.5434 15.0801 13.2848 15.3388 12.9669 15.3388V15.5388C13.3952 15.5388 13.7434 15.1906 13.7434 14.7622H13.5434ZM13.5434 8.01628V14.7622H13.7434V8.01628H13.5434ZM13.0134 8.16628C13.2332 8.16628 13.4488 8.14866 13.6592 8.11503L13.6277 7.91753C13.4275 7.94952 13.2225 7.96628 13.0134 7.96628V8.16628ZM8.92656 4.0794C8.92656 6.33275 10.7598 8.16628 13.0134 8.16628V7.96628C10.8702 7.96628 9.12656 6.22231 9.12656 4.0794H8.92656ZM9.01274 3.24363C8.95635 3.51341 8.92656 3.79308 8.92656 4.0794H9.12656C9.12656 3.80698 9.1549 3.54102 9.20851 3.28455L9.01274 3.24363ZM2.14531 3.36409H9.11063V3.16409H2.14531V3.36409ZM1.56875 3.94065C1.56875 3.62276 1.82742 3.36409 2.14531 3.36409V3.16409C1.71696 3.16409 1.36875 3.5123 1.36875 3.94065H1.56875ZM1.56875 14.7622V3.94065H1.36875V14.7622H1.56875ZM2.14531 15.3388C1.82742 15.3388 1.56875 15.0801 1.56875 14.7622H1.36875C1.36875 15.1906 1.71696 15.5388 2.14531 15.5388V15.3388ZM12.9669 15.3388H2.14531V15.5388H12.9669V15.3388ZM13.0131 7.49722C11.1287 7.49722 9.595 5.96386 9.595 4.07909H9.395C9.395 6.07433 11.0182 7.69722 13.0131 7.69722V7.49722ZM16.4312 4.07909C16.4312 5.96386 14.8979 7.49722 13.0131 7.49722V7.69722C15.0084 7.69722 16.6313 6.07432 16.6313 4.07909H16.4312ZM13.0131 0.660967C14.8979 0.660967 16.4312 2.19432 16.4312 4.07909H16.6313C16.6313 2.08386 15.0084 0.460967 13.0131 0.460967V0.660967ZM9.595 4.07909C9.595 2.19432 11.1284 0.660967 13.0131 0.660967V0.460967C11.0179 0.460967 9.395 2.08386 9.395 4.07909H9.595ZM12.6054 3.70686C12.517 3.67065 12.46 3.58593 12.46 3.49034H12.26C12.26 3.66725 12.3662 3.82503 12.5296 3.89195L12.6054 3.70686ZM12.8609 3.65458C12.7939 3.72273 12.6939 3.7431 12.6054 3.70686L12.5296 3.89195C12.693 3.95883 12.8793 3.92108 13.0035 3.79485L12.8609 3.65458ZM13.8732 2.62764L12.861 3.65452L13.0034 3.79492L14.0156 2.76804L13.8732 2.62764ZM13.8731 2.29897C13.9623 2.38942 13.9623 2.5372 13.8731 2.62765L14.0156 2.76803C14.1815 2.59973 14.1815 2.32689 14.0156 2.15859L13.8731 2.29897ZM12.861 1.2721L13.8732 2.29898L14.0156 2.15858L13.0034 1.1317L12.861 1.2721ZM12.6054 1.21976C12.6937 1.18359 12.7938 1.20407 12.861 1.27215L13.0034 1.13165C12.8793 1.00599 12.6931 0.967722 12.5296 1.03467L12.6054 1.21976ZM12.46 1.43628C12.46 1.34095 12.517 1.25595 12.6054 1.21976L12.5296 1.03467C12.3661 1.10161 12.26 1.25973 12.26 1.43628H12.46ZM12.46 1.64034V1.43628H12.26V1.64034H12.46ZM11.0775 2.4176C11.4209 2.04608 11.8773 1.80809 12.3737 1.7394L12.3463 1.54129C11.8039 1.61634 11.3053 1.87647 10.9306 2.28184L11.0775 2.4176ZM10.5003 3.89315C10.5003 3.34423 10.7052 2.82035 11.0775 2.41759L10.9306 2.28184C10.5242 2.72159 10.3003 3.29396 10.3003 3.89315H10.5003ZM10.5182 4.17313C10.5063 4.0809 10.5003 3.98675 10.5003 3.89315H10.3003C10.3003 3.99518 10.3068 4.09791 10.3199 4.1988L10.5182 4.17313ZM10.7124 4.37384C10.6092 4.35693 10.5316 4.27654 10.5182 4.17312L10.3199 4.19881C10.3446 4.38977 10.4896 4.54 10.6801 4.57121L10.7124 4.37384ZM10.7516 4.37722C10.7391 4.37722 10.7259 4.37613 10.713 4.37393L10.6795 4.57112C10.7035 4.57518 10.7278 4.57722 10.7516 4.57722V4.37722ZM10.9604 4.24618C10.9205 4.32812 10.8399 4.37722 10.7516 4.37722V4.57722C10.9157 4.57722 11.0664 4.48506 11.1402 4.33388L10.9604 4.24618ZM12.3425 3.20313C11.7481 3.30869 11.2276 3.6976 10.9604 4.24624L11.1402 4.33382C11.3792 3.84308 11.8456 3.4945 12.3775 3.40005L12.3425 3.20313ZM12.46 3.49034V3.30159H12.26V3.49034H12.46ZM11.275 2.60031C11 2.89804 10.8291 3.27146 10.7822 3.66959L10.9809 3.69296C11.0228 3.33672 11.1756 3.00264 11.4219 2.736L11.275 2.60031ZM12.5136 1.99444C12.0391 2.03403 11.5991 2.24952 11.275 2.60029L11.4219 2.73601C11.7122 2.42178 12.1059 2.22915 12.5302 2.19374L12.5136 1.99444ZM12.7291 1.76364C12.7278 1.88522 12.6361 1.98407 12.5135 1.99445L12.5303 2.19374C12.7551 2.17473 12.9266 1.99109 12.9291 1.7658L12.7291 1.76364ZM13.589 2.39327L12.9003 1.69452L12.7578 1.83492L13.4466 2.53367L13.589 2.39327ZM12.9003 3.23242L13.589 2.53367L13.4466 2.39327L12.7578 3.09202L12.9003 3.23242ZM12.7291 3.14753V3.16222H12.9291V3.14753H12.7291ZM12.6527 2.97462C12.7012 3.01875 12.7291 3.08187 12.7291 3.14753H12.9291C12.9291 3.02569 12.8776 2.90881 12.7873 2.82669L12.6527 2.97462ZM12.4731 2.91428C12.5383 2.90818 12.6039 2.93025 12.6527 2.97462L12.7873 2.82669C12.6973 2.7448 12.5761 2.70376 12.4544 2.71515L12.4731 2.91428ZM10.9606 3.74295C11.3262 3.2763 11.875 2.96952 12.4729 2.91429L12.4546 2.71514C11.8006 2.77554 11.2019 3.11063 10.8032 3.61961L10.9606 3.74295ZM10.8816 3.78128H10.8819V3.58128H10.8816V3.78128ZM15.3141 3.78465C15.4174 3.80157 15.4949 3.88196 15.5083 3.98538L15.7067 3.95969C15.6819 3.76873 15.537 3.61849 15.3465 3.58728L15.3141 3.78465ZM15.0662 3.91257C15.1117 3.81902 15.211 3.76772 15.3141 3.78465L15.3465 3.58729C15.1565 3.55609 14.9708 3.65167 14.8863 3.82499L15.0662 3.91257ZM13.684 4.95599C14.2785 4.85043 14.7989 4.46118 15.0662 3.91257L14.8863 3.82499C14.6473 4.31576 14.1809 4.66463 13.6491 4.75907L13.684 4.95599ZM13.5666 4.66816V4.85753H13.7666V4.66816H13.5666ZM13.4213 4.45167C13.5098 4.48784 13.5666 4.57245 13.5666 4.66816H13.7666C13.7666 4.49136 13.6608 4.33347 13.4969 4.26652L13.4213 4.45167ZM13.1658 4.5038C13.2324 4.43585 13.3326 4.41537 13.4212 4.45164L13.497 4.26655C13.3337 4.1997 13.147 4.23734 13.023 4.36376L13.1658 4.5038ZM12.1534 5.53086L13.1656 4.50398L13.0232 4.36358L12.011 5.39046L12.1534 5.53086ZM12.1534 5.85953C12.0643 5.76908 12.0643 5.62129 12.1534 5.53085L12.011 5.39046C11.8451 5.55877 11.8451 5.83161 12.011 5.99991L12.1534 5.85953ZM13.1656 6.88639L12.1534 5.85952L12.011 5.99992L13.0232 7.02679L13.1656 6.88639ZM13.3319 6.95628C13.2707 6.95628 13.2109 6.93233 13.1656 6.8864L13.0232 7.02679C13.1066 7.11148 13.218 7.15628 13.3319 7.15628V6.95628ZM13.4206 6.93866C13.392 6.95059 13.362 6.95628 13.3319 6.95628V7.15628C13.3874 7.15628 13.4436 7.14573 13.4975 7.12328L13.4206 6.93866ZM13.5666 6.72191C13.5666 6.81724 13.5096 6.90224 13.4212 6.93843L13.497 7.12351C13.6604 7.05657 13.7666 6.89845 13.7666 6.72191H13.5666ZM13.5666 6.51784V6.72191H13.7666V6.51784H13.5666ZM14.9491 5.74059C14.6057 6.1121 14.1492 6.3501 13.6529 6.41879L13.6803 6.6169C14.2226 6.54184 14.7212 6.28171 15.0959 5.87635L14.9491 5.74059ZM15.5262 4.26503C15.5262 4.81396 15.3213 5.33784 14.9491 5.74059L15.0959 5.87635C15.5024 5.4366 15.7263 4.86423 15.7263 4.26503H15.5262ZM15.5083 3.98506C15.5203 4.07729 15.5262 4.17144 15.5262 4.26503H15.7263C15.7263 4.163 15.7197 4.06027 15.7067 3.95938L15.5083 3.98506ZM15.7075 3.97253V3.97222H15.5075V3.97253H15.7075ZM13.513 6.16406C13.9874 6.12447 14.4275 5.90898 14.7516 5.5582L14.6047 5.42248C14.3144 5.73671 13.9207 5.92934 13.4964 5.96475L13.513 6.16406ZM13.2978 6.39468C13.2989 6.27327 13.3904 6.17443 13.5131 6.16405L13.4963 5.96476C13.2715 5.98376 13.0998 6.16742 13.0978 6.39288L13.2978 6.39468ZM12.4378 5.76523L13.1266 6.46398L13.269 6.32358L12.5803 5.62483L12.4378 5.76523ZM13.1266 4.92608L12.4378 5.62483L12.5803 5.76523L13.269 5.06648L13.1266 4.92608ZM13.2978 5.01097V4.99628H13.0978V5.01097H13.2978ZM13.3742 5.18388C13.3257 5.13975 13.2978 5.07663 13.2978 5.01097H13.0978C13.0978 5.13281 13.1493 5.24969 13.2396 5.33181L13.3742 5.18388ZM13.5538 5.24422C13.4886 5.25032 13.4229 5.22824 13.3742 5.18388L13.2396 5.33181C13.3296 5.41369 13.4508 5.45474 13.5724 5.44335L13.5538 5.24422ZM15.0663 4.41555C14.7007 4.8822 14.1518 5.18898 13.5539 5.24421L13.5723 5.44336C14.2263 5.38296 14.825 5.04787 15.2237 4.53889L15.0663 4.41555ZM14.7516 5.55819C15.0266 5.26046 15.1975 4.88704 15.2443 4.4889L15.0457 4.46554C15.0038 4.82178 14.8509 5.15586 14.6047 5.4225L14.7516 5.55819ZM7.87586 13.5143C8.02372 13.3714 8.09754 13.191 8.09754 12.9804H7.89754C7.89754 13.1394 7.84391 13.267 7.73686 13.3705L7.87586 13.5143ZM7.22961 13.724C7.50224 13.724 7.7245 13.6605 7.87584 13.5143L7.73688 13.3705C7.63755 13.4664 7.47531 13.524 7.22961 13.524V13.724ZM6.80263 13.724H7.22961V13.524H6.80263V13.724ZM6.90263 14.5513V13.624H6.70263V14.5513H6.90263ZM6.51266 14.6513H6.80263V14.4513H6.51266V14.6513ZM6.41266 12.3303V14.5513H6.61266V12.3303H6.41266ZM7.22961 12.2303H6.51266V12.4303H7.22961V12.2303ZM7.86826 12.4389C7.7137 12.2945 7.49514 12.2303 7.22961 12.2303V12.4303C7.46542 12.4303 7.62711 12.4873 7.73171 12.585L7.86826 12.4389ZM8.09754 12.9804C8.09754 12.7633 8.0215 12.5798 7.86766 12.4383L7.73231 12.5856C7.84188 12.6863 7.89754 12.815 7.89754 12.9804H8.09754ZM7.51892 13.2062C7.46882 13.2521 7.37941 13.285 7.22961 13.285V13.485C7.4027 13.485 7.55122 13.4479 7.65407 13.3536L7.51892 13.2062ZM7.6012 12.9804C7.6012 13.0894 7.5698 13.1595 7.51892 13.2062L7.65406 13.3536C7.75614 13.26 7.8012 13.1305 7.8012 12.9804H7.6012ZM7.22961 12.6693C7.37451 12.6693 7.46451 12.7012 7.5176 12.7475C7.56807 12.7914 7.6012 12.8626 7.6012 12.9804H7.8012C7.8012 12.8241 7.75574 12.6897 7.64901 12.5967C7.54491 12.5059 7.39911 12.4693 7.22961 12.4693V12.6693ZM6.80263 12.6693H7.22961V12.4693H6.80263V12.6693ZM6.90263 13.385V12.5693H6.70263V13.385H6.90263ZM7.22961 13.285H6.80263V13.485H7.22961V13.285ZM8.62483 14.5558C8.77453 14.639 8.94013 14.68 9.1195 14.68V14.48C8.97172 14.48 8.83992 14.4465 8.72196 14.381L8.62483 14.5558ZM8.27397 14.202C8.3591 14.3533 8.47611 14.4719 8.62424 14.5555L8.72256 14.3813C8.60727 14.3163 8.5161 14.2245 8.44828 14.1039L8.27397 14.202ZM8.1496 13.675C8.1496 13.8696 8.18976 14.0457 8.27308 14.2004L8.44917 14.1056C8.38378 13.9841 8.3496 13.8415 8.3496 13.675H8.1496ZM8.27715 13.1544C8.19111 13.3073 8.1496 13.4819 8.1496 13.675H8.3496C8.3496 13.5112 8.38456 13.3714 8.45147 13.2524L8.27715 13.1544ZM8.63546 12.7999C8.48439 12.8815 8.36484 13.0003 8.2774 13.1539L8.45122 13.2529C8.52098 13.1303 8.61386 13.0389 8.73045 12.976L8.63546 12.7999ZM9.13225 12.6764C8.95099 12.6764 8.78429 12.7173 8.63439 12.8005L8.73152 12.9754C8.84929 12.9099 8.98211 12.8764 9.13225 12.8764V12.6764ZM9.6301 12.8005C9.4802 12.7173 9.3135 12.6764 9.13225 12.6764V12.8764C9.28238 12.8764 9.4152 12.9099 9.53297 12.9754L9.6301 12.8005ZM9.98415 13.1512C9.89866 12.9992 9.77995 12.8814 9.62903 12.7999L9.53404 12.976C9.65079 13.039 9.74238 13.1293 9.80984 13.2492L9.98415 13.1512ZM10.1149 13.675C10.1149 13.4795 10.0722 13.3035 9.98357 13.1502L9.81042 13.2503C9.87898 13.3689 9.91489 13.5093 9.91489 13.675H10.1149ZM9.98014 14.2034C10.0709 14.0482 10.1149 13.871 10.1149 13.675H9.91489C9.91489 13.8402 9.87814 13.9816 9.80748 14.1025L9.98014 14.2034ZM9.61996 14.5562C9.77221 14.4729 9.89274 14.3546 9.98038 14.203L9.80723 14.1029C9.73767 14.2232 9.64365 14.3153 9.52399 14.3807L9.61996 14.5562ZM9.1195 14.68C9.30077 14.68 9.46827 14.6391 9.61996 14.5562L9.52399 14.3807C9.40377 14.4464 9.26962 14.48 9.1195 14.48V14.68ZM9.36549 14.1636C9.28872 14.2046 9.20722 14.225 9.1195 14.225V14.425C9.23996 14.425 9.35389 14.3966 9.45982 14.3399L9.36549 14.1636ZM9.54546 13.9827C9.49875 14.0653 9.43871 14.1244 9.36549 14.1636L9.45982 14.3399C9.56928 14.2814 9.65582 14.1939 9.71957 14.0811L9.54546 13.9827ZM9.61855 13.675C9.61855 13.8016 9.59271 13.9021 9.54628 13.9813L9.71876 14.0825C9.78703 13.9662 9.81855 13.8288 9.81855 13.675H9.61855ZM9.54865 13.3673C9.59353 13.4467 9.61855 13.5478 9.61855 13.675H9.81855C9.81855 13.5218 9.78834 13.3849 9.72276 13.2689L9.54865 13.3673ZM9.37262 13.19C9.44287 13.2268 9.50177 13.2844 9.54865 13.3673L9.72276 13.2689C9.65917 13.1564 9.57362 13.0695 9.46543 13.0129L9.37262 13.19ZM9.12906 13.1282C9.21677 13.1282 9.29685 13.1486 9.37099 13.1892L9.46706 13.0137C9.36276 12.9566 9.24953 12.9282 9.12906 12.9282V13.1282ZM8.88394 13.1892C8.95777 13.1487 9.03886 13.1282 9.12906 13.1282V12.9282C9.00682 12.9282 8.89248 12.9564 8.78787 13.0137L8.88394 13.1892ZM8.71346 13.3659C8.75847 13.2831 8.81535 13.226 8.88319 13.1896L8.78862 13.0133C8.68226 13.0704 8.59895 13.1577 8.53774 13.2704L8.71346 13.3659ZM8.64594 13.675C8.64594 13.5472 8.67013 13.4456 8.71346 13.3659L8.53774 13.2704C8.47485 13.3861 8.44594 13.5224 8.44594 13.675H8.64594ZM8.71107 13.9888C8.66939 13.9089 8.64594 13.8058 8.64594 13.675H8.44594C8.44594 13.8289 8.47347 13.9658 8.53375 14.0813L8.71107 13.9888ZM8.88164 14.1677C8.81281 14.1291 8.75544 14.0704 8.71028 13.9873L8.53455 14.0828C8.5956 14.1952 8.67843 14.283 8.78379 14.3422L8.88164 14.1677ZM9.1195 14.225C9.031 14.225 8.95178 14.2053 8.88 14.1668L8.78544 14.3431C8.88785 14.398 8.99981 14.425 9.1195 14.425V14.225ZM11.0143 14.48C10.8917 14.48 10.7851 14.4595 10.693 14.4208L10.6155 14.6052C10.7358 14.6558 10.8693 14.68 11.0143 14.68V14.48ZM11.3051 14.4248C11.2246 14.4606 11.1284 14.48 11.0143 14.48V14.68C11.1509 14.68 11.2757 14.6568 11.3863 14.6076L11.3051 14.4248ZM11.4898 14.2776C11.4484 14.3371 11.3881 14.3869 11.3042 14.4253L11.3872 14.6072C11.4987 14.5563 11.5892 14.485 11.6541 14.3916L11.4898 14.2776ZM11.5516 14.0765C11.5516 14.1523 11.531 14.2183 11.4898 14.2776L11.6541 14.3916C11.7191 14.2979 11.7516 14.1919 11.7516 14.0765H11.5516ZM11.487 13.8841C11.5258 13.9286 11.5499 13.9905 11.5516 14.0785L11.7516 14.0745C11.7491 13.9501 11.7137 13.8399 11.6378 13.7527L11.487 13.8841ZM11.3241 13.7645C11.3873 13.7901 11.4409 13.8291 11.4858 13.8827L11.639 13.7541C11.5734 13.6759 11.4932 13.6172 11.3992 13.5791L11.3241 13.7645ZM11.0296 13.6664C11.1524 13.6997 11.2494 13.7322 11.3219 13.7636L11.4013 13.58C11.3167 13.5434 11.2098 13.508 11.0819 13.4733L11.0296 13.6664ZM10.7852 13.5903C10.8464 13.613 10.9281 13.6383 11.0291 13.6662L11.0824 13.4735C10.9837 13.4462 10.9082 13.4226 10.8547 13.4028L10.7852 13.5903ZM10.6111 13.48C10.6591 13.5254 10.7163 13.5613 10.781 13.5887L10.8589 13.4045C10.8131 13.3851 10.7768 13.3615 10.7484 13.3346L10.6111 13.48ZM10.5256 13.264C10.5256 13.3443 10.5517 13.4174 10.607 13.476L10.7524 13.3387C10.7355 13.3208 10.7256 13.2983 10.7256 13.264H10.5256ZM10.6593 13.0077C10.5734 13.0699 10.5256 13.1577 10.5256 13.264H10.7256C10.7256 13.2257 10.7394 13.1967 10.7766 13.1697L10.6593 13.0077ZM10.9665 12.9218C10.849 12.9218 10.7433 12.9469 10.6593 13.0077L10.7766 13.1697C10.8159 13.1413 10.8759 13.1218 10.9665 13.1218V12.9218ZM11.2984 13.028C11.2096 12.9535 11.0952 12.9218 10.9665 12.9218V13.1218C11.063 13.1218 11.127 13.1453 11.1699 13.1812L11.2984 13.028ZM11.4455 13.3175C11.4373 13.2 11.3878 13.1006 11.2972 13.027L11.1711 13.1822C11.2165 13.2191 11.2414 13.2663 11.2459 13.3315L11.4455 13.3175ZM11.6357 13.2245H11.3457V13.4245H11.6357V13.2245ZM11.381 13.0003C11.4758 13.0781 11.5285 13.1844 11.5358 13.3295L11.7355 13.3195C11.7258 13.1247 11.6511 12.9633 11.508 12.8457L11.381 13.0003ZM10.9761 12.8764C11.1523 12.8764 11.2841 12.9207 11.381 13.0003L11.508 12.8457C11.3669 12.7299 11.1865 12.6764 10.9761 12.6764V12.8764ZM10.683 12.9343C10.7657 12.8966 10.8627 12.8764 10.9761 12.8764V12.6764C10.8388 12.6764 10.7127 12.7009 10.6 12.7524L10.683 12.9343ZM10.4966 13.0767C10.5376 13.0194 10.5975 12.9715 10.6814 12.935L10.6016 12.7516C10.4901 12.8001 10.3992 12.8691 10.3339 12.9605L10.4966 13.0767ZM10.4356 13.264C10.4356 13.1961 10.4553 13.1345 10.4966 13.0767L10.3339 12.9605C10.269 13.0513 10.2356 13.1534 10.2356 13.264H10.4356ZM10.499 13.4747C10.4596 13.4264 10.4356 13.3592 10.4356 13.264H10.2356C10.2356 13.3939 10.269 13.5093 10.3442 13.6013L10.499 13.4747ZM10.6728 13.6028C10.6055 13.5728 10.5471 13.5295 10.4969 13.4721L10.3464 13.6038C10.4152 13.6824 10.4969 13.7433 10.5911 13.7854L10.6728 13.6028ZM10.976 13.6994C10.8488 13.666 10.7472 13.6333 10.6699 13.6016L10.594 13.7866C10.6824 13.8229 10.7932 13.8582 10.9252 13.8928L10.976 13.6994ZM11.3151 13.8205C11.2354 13.7756 11.1199 13.7359 10.9752 13.6992L10.926 13.893C11.0659 13.9285 11.1608 13.9631 11.217 13.9948L11.3151 13.8205ZM11.468 14.0765C11.468 14.0231 11.456 13.9714 11.4281 13.9252C11.4003 13.8791 11.3602 13.8444 11.313 13.8193L11.2191 13.9959C11.2399 14.007 11.2508 14.0184 11.2569 14.0286C11.263 14.0388 11.268 14.0535 11.268 14.0765H11.468ZM11.3333 14.3407C11.4194 14.2746 11.468 14.1847 11.468 14.0765H11.268C11.268 14.117 11.2529 14.1503 11.2116 14.1819L11.3333 14.3407ZM11.0111 14.4346C11.1355 14.4346 11.2466 14.4071 11.3333 14.3407L11.2116 14.182C11.1708 14.2132 11.1077 14.2346 11.0111 14.2346V14.4346ZM10.6615 14.332C10.7575 14.4033 10.8768 14.4346 11.0111 14.4346V14.2346C10.9075 14.2346 10.8336 14.2107 10.7808 14.1715L10.6615 14.332ZM10.5006 14.048C10.5119 14.1639 10.5671 14.2598 10.6604 14.3312L10.7819 14.1723C10.7308 14.1332 10.7053 14.0868 10.6996 14.0285L10.5006 14.048ZM10.3006 14.1383H10.6001V13.9383H10.3006V14.1383ZM10.4828 14.2622C10.4331 14.1954 10.4056 14.1197 10.4004 14.0323L10.2007 14.0442C10.2082 14.1693 10.2487 14.2826 10.3223 14.3815L10.4828 14.2622ZM10.6945 14.4215C10.6015 14.3806 10.532 14.3267 10.482 14.2612L10.323 14.3825C10.3963 14.4785 10.4945 14.552 10.614 14.6046L10.6945 14.4215ZM12.5146 14.0733V13.0441H12.3146V14.0733H12.5146ZM12.5395 14.1842C12.5313 14.176 12.5146 14.1484 12.5146 14.0733H12.3146C12.3146 14.1681 12.3341 14.2616 12.3981 14.3257L12.5395 14.1842ZM12.6568 14.2059C12.5746 14.2059 12.5448 14.1892 12.5373 14.1821L12.4003 14.3278C12.465 14.3887 12.5605 14.4059 12.6568 14.4059V14.2059ZM12.8703 14.2059H12.6568V14.4059H12.8703V14.2059ZM12.9703 14.5513V14.3059H12.7703V14.5513H12.9703ZM12.609 14.6513H12.8703V14.4513H12.609V14.6513ZM12.178 14.5133C12.2843 14.6112 12.4341 14.6513 12.609 14.6513V14.4513C12.461 14.4513 12.3687 14.417 12.3135 14.3662L12.178 14.5133ZM12.0247 14.0733C12.0247 14.2561 12.0677 14.4117 12.178 14.5133L12.3135 14.3662C12.2623 14.3191 12.2247 14.2305 12.2247 14.0733H12.0247ZM12.0247 13.0441V14.0733H12.2247V13.0441H12.0247ZM11.8984 13.1441H12.1247V12.9441H11.8984V13.1441ZM11.7984 12.8051V13.0441H11.9984V12.8051H11.7984ZM12.1247 12.7051H11.8984V12.9051H12.1247V12.7051ZM12.0247 12.3654V12.8051H12.2247V12.3654H12.0247ZM12.4146 12.2654H12.1247V12.4654H12.4146V12.2654ZM12.5146 12.8051V12.3654H12.3146V12.8051H12.5146ZM12.8703 12.7051H12.4146V12.9051H12.8703V12.7051ZM12.9703 13.0441V12.8051H12.7703V13.0441H12.9703ZM12.4146 13.1441H12.8703V12.9441H12.4146V13.1441ZM2.57032 6.89905C2.57032 7.08365 2.72009 7.23342 2.90469 7.23342V7.03342C2.83055 7.03342 2.77032 6.97319 2.77032 6.89905H2.57032ZM2.90469 6.56467C2.72009 6.56467 2.57032 6.71444 2.57032 6.89905H2.77032C2.77032 6.8249 2.83055 6.76467 2.90469 6.76467V6.56467ZM8.78469 6.56467H2.90469V6.76467H8.78469V6.56467ZM9.11907 6.89905C9.11907 6.71445 8.9693 6.56467 8.78469 6.56467V6.76467C8.85884 6.76467 8.91907 6.8249 8.91907 6.89905H9.11907ZM8.78469 7.23342C8.9693 7.23342 9.11907 7.08365 9.11907 6.89905H8.91907C8.91907 6.9732 8.85884 7.03342 8.78469 7.03342V7.23342ZM2.90469 7.23342H8.78469V7.03342H2.90469V7.23342ZM4.05254 4.51011C4.05254 4.66878 3.99902 4.79615 3.89219 4.89942L4.0312 5.04322C4.17883 4.90051 4.25254 4.72041 4.25254 4.51011H4.05254ZM3.88765 4.11616C3.99699 4.21668 4.05254 4.34509 4.05254 4.51011H4.25254C4.25254 4.29345 4.17662 4.11015 4.02302 3.96893L3.88765 4.11616ZM3.38598 3.96124C3.62134 3.96124 3.78269 4.01808 3.88706 4.11561L4.02361 3.96948C3.86928 3.82527 3.65106 3.76124 3.38598 3.76124V3.96124ZM2.67032 3.96124H3.38598V3.76124H2.67032V3.96124ZM2.77032 6.07821V3.86124H2.57032V6.07821H2.77032ZM2.95977 5.97821H2.67032V6.17821H2.95977V5.97821ZM2.85977 5.15262V6.07821H3.05977V5.15262H2.85977ZM3.38598 5.05262H2.95977V5.25262H3.38598V5.05262ZM3.89222 4.8994C3.79311 4.99514 3.63122 5.05262 3.38598 5.05262V5.25262C3.65815 5.25262 3.88006 5.18923 4.03118 5.04324L3.89222 4.8994ZM3.38598 5.01407C3.55878 5.01407 3.70709 4.97697 3.8098 4.88282L3.67465 4.73539C3.62469 4.78119 3.5355 4.81407 3.38598 4.81407V5.01407ZM2.95977 5.01407H3.38598V4.81407H2.95977V5.01407ZM2.85977 4.0998V4.91407H3.05977V4.0998H2.85977ZM3.38598 3.9998H2.95977V4.1998H3.38598V3.9998ZM3.95673 4.51011C3.95673 4.35408 3.91134 4.2199 3.80475 4.12699C3.70079 4.03638 3.5552 3.9998 3.38598 3.9998V4.1998C3.5306 4.1998 3.62039 4.23161 3.67334 4.27776C3.72366 4.32163 3.75673 4.3926 3.75673 4.51011H3.95673ZM3.8098 4.88282C3.91173 4.78938 3.95673 4.66001 3.95673 4.51011H3.75673C3.75673 4.61891 3.72539 4.68888 3.67465 4.73539L3.8098 4.88282ZM4.89079 4.66374C4.93336 4.58038 4.99247 4.51732 5.0689 4.47216L4.96715 4.29997C4.85697 4.36508 4.77189 4.45681 4.71267 4.57278L4.89079 4.66374ZM4.70173 4.33517V4.61826H4.90173V4.33517H4.70173ZM4.51229 4.43517H4.80173V4.23517H4.51229V4.43517ZM4.61229 6.07821V4.33517H4.41229V6.07821H4.61229ZM4.80173 5.97821H4.51229V6.17821H4.80173V5.97821ZM4.70173 5.13036V6.07821H4.90173V5.13036H4.70173ZM5.28838 4.50235C5.10856 4.50235 4.95593 4.55151 4.84986 4.66658C4.74522 4.78011 4.70173 4.94087 4.70173 5.13036H4.90173C4.90173 4.96784 4.93935 4.8646 4.99693 4.80213C5.05308 4.7412 5.14377 4.70235 5.28838 4.70235V4.50235ZM5.36472 4.50235H5.28838V4.70235H5.36472V4.50235ZM5.26472 4.30337V4.60235H5.46472V4.30337H5.26472ZM5.06805 4.47265C5.14511 4.42813 5.24254 4.40337 5.36472 4.40337V4.20337C5.21548 4.20337 5.08178 4.23374 4.96799 4.29948L5.06805 4.47265ZM7.37914 5.32513C7.38582 5.26062 7.38921 5.19885 7.38921 5.1399H7.18922C7.18922 5.19121 7.18625 5.24607 7.1802 5.30455L7.37914 5.32513ZM5.88651 5.41484H7.27967V5.21484H5.88651V5.41484ZM6.12916 5.6452C6.04575 5.56846 5.99566 5.46 5.98632 5.30868L5.7867 5.321C5.79857 5.5132 5.86511 5.67404 5.99375 5.79238L6.12916 5.6452ZM6.45268 5.76192C6.32282 5.76192 6.21636 5.72211 6.12761 5.64381L5.99529 5.79378C6.12284 5.90632 6.2772 5.96192 6.45268 5.96192V5.76192ZM6.70747 5.69383C6.64518 5.73695 6.56245 5.76192 6.45268 5.76192V5.96192C6.59314 5.96192 6.71821 5.92965 6.82132 5.85826L6.70747 5.69383ZM6.84807 5.50782C6.82106 5.58546 6.7747 5.64677 6.70705 5.69412L6.82174 5.85797C6.92373 5.78657 6.99611 5.69097 7.03696 5.57352L6.84807 5.50782ZM7.25423 5.44067H6.94251V5.64067H7.25423V5.44067ZM7.03471 6.03069C7.19193 5.91159 7.29798 5.75632 7.35056 5.5675L7.15789 5.51384C7.11718 5.66006 7.03662 5.77833 6.91394 5.87128L7.03471 6.03069ZM6.45268 6.20684C6.67771 6.20684 6.87362 6.1503 7.03393 6.03128L6.91471 5.87069C6.79512 5.95948 6.64327 6.00684 6.45268 6.00684V6.20684ZM5.95822 6.0826C6.1061 6.16608 6.27175 6.20684 6.45268 6.20684V6.00684C6.30282 6.00684 6.1716 5.97339 6.05654 5.90843L5.95822 6.0826ZM5.61429 5.7286C5.69701 5.87985 5.81166 5.99851 5.95761 6.08225L6.05715 5.90878C5.9444 5.84409 5.85549 5.75281 5.78977 5.63264L5.61429 5.7286ZM5.4907 5.20351C5.4907 5.39778 5.5308 5.57356 5.61398 5.72803L5.79008 5.63321C5.72482 5.51202 5.6907 5.36973 5.6907 5.20351H5.4907ZM5.61054 4.68267C5.52954 4.83514 5.4907 5.00974 5.4907 5.20351H5.6907C5.6907 5.0368 5.72397 4.89545 5.78716 4.7765L5.61054 4.68267ZM5.95233 4.33052C5.8055 4.41237 5.69131 4.53062 5.61054 4.68267L5.78716 4.7765C5.85058 4.65712 5.93784 4.56757 6.0497 4.50522L5.95233 4.33052ZM6.45268 4.20655C6.26799 4.20655 6.10011 4.2471 5.95186 4.33079L6.05018 4.50495C6.16486 4.44021 6.2981 4.40655 6.45268 4.40655V4.20655ZM6.94093 4.32769C6.79678 4.246 6.63306 4.20655 6.45268 4.20655V4.40655C6.6031 4.40655 6.73201 4.43918 6.84232 4.50169L6.94093 4.32769ZM7.27249 4.66662C7.19557 4.5224 7.08441 4.409 6.94092 4.32769L6.84232 4.50169C6.9533 4.56458 7.03722 4.6505 7.09602 4.76074L7.27249 4.66662ZM7.38921 5.1399C7.38921 4.96568 7.35073 4.80647 7.27153 4.66487L7.09698 4.7625C7.15772 4.8711 7.18922 4.99604 7.18922 5.1399H7.38921ZM6.83214 4.84917C6.8693 4.90895 6.89023 4.98421 6.89023 5.07946H7.09023C7.09023 4.95419 7.06238 4.84073 7.002 4.74359L6.83214 4.84917ZM6.67378 4.70541C6.74086 4.73727 6.79285 4.78427 6.83152 4.84816L7.00262 4.7446C6.94375 4.64733 6.86215 4.57346 6.75959 4.52475L6.67378 4.70541ZM6.43996 4.65146C6.52741 4.65146 6.60378 4.66956 6.67105 4.70406L6.76231 4.5261C6.66419 4.47577 6.55607 4.45146 6.43996 4.45146V4.65146ZM6.13145 4.76582C6.21606 4.68984 6.31702 4.65146 6.43996 4.65146V4.45146C6.27027 4.45146 6.12101 4.50639 5.99782 4.61701L6.13145 4.76582ZM5.98929 5.0884C6.00238 4.94253 6.05238 4.8383 6.13221 4.76513L5.99706 4.6177C5.87332 4.73113 5.80669 4.88561 5.79009 5.07053L5.98929 5.0884ZM6.99023 4.97946H5.88969V5.17946H6.99023V4.97946ZM2.57031 8.16003C2.57031 8.34463 2.72008 8.49441 2.90469 8.49441V8.2944C2.83054 8.2944 2.77031 8.23418 2.77031 8.16003H2.57031ZM2.90469 7.82566C2.72008 7.82566 2.57031 7.97543 2.57031 8.16003H2.77031C2.77031 8.08588 2.83054 8.02566 2.90469 8.02566V7.82566ZM9.94531 7.82566H2.90469V8.02566H9.94531V7.82566ZM10.2797 8.16003C10.2797 7.97543 10.1299 7.82566 9.94531 7.82566V8.02566C10.0195 8.02566 10.0797 8.08588 10.0797 8.16003H10.2797ZM9.94531 8.49441C10.1299 8.49441 10.2797 8.34463 10.2797 8.16003H10.0797C10.0797 8.23418 10.0195 8.2944 9.94531 8.2944V8.49441ZM2.90469 8.49441H9.94531V8.2944H2.90469V8.49441ZM2.90469 9.55565C2.83054 9.55565 2.77031 9.49543 2.77031 9.42128H2.57031C2.57031 9.60588 2.72008 9.75566 2.90469 9.75566V9.55565ZM11.7638 9.55565H2.90469V9.75566H11.7638V9.55565ZM11.8981 9.42128C11.8981 9.49543 11.8379 9.55565 11.7638 9.55565V9.75566C11.9484 9.75566 12.0981 9.60588 12.0981 9.42128H11.8981ZM11.7638 9.28691C11.8379 9.28691 11.8981 9.34713 11.8981 9.42128H12.0981C12.0981 9.23668 11.9484 9.0869 11.7638 9.0869V9.28691ZM2.90469 9.28691H11.7638V9.0869H2.90469V9.28691ZM2.77031 9.42128C2.77031 9.34713 2.83054 9.28691 2.90469 9.28691V9.0869C2.72008 9.0869 2.57031 9.23668 2.57031 9.42128H2.77031ZM11.7638 10.3478H2.90469V10.5478H11.7638V10.3478ZM12.0981 10.6822C12.0981 10.4976 11.9484 10.3478 11.7638 10.3478V10.5478C11.8379 10.5478 11.8981 10.6081 11.8981 10.6822H12.0981ZM11.7638 11.0166C11.9484 11.0166 12.0981 10.8668 12.0981 10.6822H11.8981C11.8981 10.7564 11.8379 10.8166 11.7638 10.8166V11.0166ZM2.90469 11.0166H11.7638V10.8166H2.90469V11.0166ZM2.57031 10.6822C2.57031 10.8668 2.72008 11.0166 2.90469 11.0166V10.8166C2.83054 10.8166 2.77031 10.7564 2.77031 10.6822H2.57031ZM2.90469 10.3478C2.72008 10.3478 2.57031 10.4976 2.57031 10.6822H2.77031C2.77031 10.6081 2.83054 10.5478 2.90469 10.5478V10.3478ZM2.77867 11.8091H5.90442V11.6091H2.77867V11.8091ZM2.77031 11.9435C2.77031 11.8899 2.78056 11.8463 2.79283 11.8197C2.79574 11.8134 2.79845 11.8088 2.80063 11.8056C2.80285 11.8024 2.80413 11.8012 2.80403 11.8013C2.80374 11.8016 2.79495 11.8091 2.77867 11.8091V11.6091C2.68631 11.6091 2.63434 11.686 2.61129 11.7358C2.58433 11.7941 2.57031 11.8676 2.57031 11.9435H2.77031ZM2.77867 12.0778C2.79495 12.0778 2.80374 12.0854 2.80403 12.0857C2.80413 12.0857 2.80285 12.0846 2.80063 12.0813C2.79845 12.0781 2.79574 12.0735 2.79283 12.0672C2.78056 12.0407 2.77031 11.997 2.77031 11.9435H2.57031C2.57031 12.0193 2.58433 12.0928 2.61129 12.1511C2.63434 12.201 2.68631 12.2778 2.77867 12.2778V12.0778ZM5.90442 12.0778H2.77867V12.2778H5.90442V12.0778ZM5.91278 11.9435C5.91278 11.997 5.90253 12.0407 5.89026 12.0672C5.88735 12.0735 5.88465 12.0781 5.88246 12.0813C5.88024 12.0846 5.87896 12.0857 5.87907 12.0857C5.87936 12.0854 5.88814 12.0778 5.90442 12.0778V12.2778C5.99678 12.2778 6.04876 12.201 6.0718 12.1511C6.09876 12.0928 6.11278 12.0193 6.11278 11.9435H5.91278ZM5.90442 11.8091C5.88814 11.8091 5.87936 11.8016 5.87907 11.8013C5.87896 11.8012 5.88024 11.8024 5.88246 11.8056C5.88465 11.8088 5.88735 11.8134 5.89026 11.8197C5.90253 11.8463 5.91278 11.8899 5.91278 11.9435H6.11278C6.11278 11.8676 6.09876 11.7941 6.0718 11.7358C6.04876 11.686 5.99678 11.6091 5.90442 11.6091V11.8091ZM5.89343 12.845H5.89295V13.045H5.89343V12.845ZM6.11278 13.1782C6.11259 13.1013 6.09681 13.0268 6.06667 12.9678C6.0393 12.9143 5.98349 12.845 5.89343 12.845V13.045C5.86909 13.045 5.8728 13.028 5.88859 13.0589C5.90161 13.0843 5.91265 13.1265 5.91278 13.1787L6.11278 13.1782ZM5.89486 13.5138C5.98477 13.5129 6.04023 13.4433 6.06741 13.3895C6.09739 13.3302 6.11297 13.2554 6.11278 13.1782L5.91278 13.1787C5.91291 13.2309 5.90199 13.2734 5.88892 13.2993C5.87306 13.3307 5.86892 13.314 5.89296 13.3138L5.89486 13.5138ZM2.79095 13.5391L5.89472 13.5138L5.89309 13.3138L2.78932 13.3391L2.79095 13.5391ZM2.78966 13.5391H2.79013V13.3391H2.78966V13.5391ZM2.57031 13.2059C2.5705 13.2828 2.58627 13.3573 2.61641 13.4163C2.64379 13.4698 2.6996 13.5391 2.78966 13.5391V13.3391C2.81399 13.3391 2.81029 13.3562 2.7945 13.3253C2.78148 13.2998 2.77044 13.2576 2.77031 13.2054L2.57031 13.2059ZM2.78823 12.8703C2.69831 12.8712 2.64286 12.9408 2.61567 12.9946C2.5857 13.0539 2.57012 13.1287 2.57031 13.2059L2.77031 13.2054C2.77018 13.1532 2.7811 13.1107 2.79417 13.0848C2.81003 13.0535 2.81417 13.0701 2.79013 13.0703L2.78823 12.8703ZM5.89214 12.845L2.78836 12.8703L2.78999 13.0703L5.89377 13.045L5.89214 12.845Z" fill="currentColor" mask="url(#path-1-outside-1_2947_12976)"/>
8
- </svg>
1
+ <svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="path-1-outside-1_2947_12976" maskUnits="userSpaceOnUse" x="0" y="-0.907471" width="18" height="17" fill="black">
3
+ <rect fill="white" y="-0.907471" width="18" height="17"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.0131 0.0925293C15.2116 0.0925293 17 1.88128 17 4.0794C17 5.89659 15.7778 7.43378 14.1122 7.9119V14.7622C14.1122 15.3938 13.5984 15.9075 12.9669 15.9075H2.14531C1.51375 15.9075 1 15.3938 1 14.7622V3.94065C1 3.30909 1.51375 2.79534 2.14531 2.79534H9.23844C9.77406 1.22503 11.2638 0.0925293 13.0131 0.0925293ZM12.9669 15.4388C13.34 15.4388 13.6434 15.1353 13.6434 14.7622V8.01628C13.4381 8.04909 13.2278 8.06628 13.0134 8.06628C10.815 8.06628 9.02656 6.27753 9.02656 4.0794C9.02656 3.80003 9.05562 3.52722 9.11063 3.26409H2.14531C1.77219 3.26409 1.46875 3.56753 1.46875 3.94065V14.7622C1.46875 15.1353 1.77219 15.4388 2.14531 15.4388H12.9669ZM9.495 4.07909C9.495 6.01909 11.0734 7.59722 13.0131 7.59722C14.9531 7.59722 16.5312 6.01909 16.5312 4.07909C16.5312 2.13909 14.9531 0.560967 13.0131 0.560967C11.0731 0.560967 9.495 2.13909 9.495 4.07909ZM12.36 3.49034C12.36 3.62659 12.4416 3.74784 12.5675 3.7994C12.6934 3.85097 12.8366 3.8219 12.9322 3.72472L13.9444 2.69784C14.0719 2.56847 14.0719 2.35815 13.9444 2.22878L12.9322 1.2019C12.8366 1.10503 12.6934 1.07565 12.5675 1.12722C12.4416 1.17878 12.36 1.30034 12.36 1.43628V1.64034C11.8406 1.71222 11.3631 1.96128 11.0041 2.34972C10.6147 2.77097 10.4003 3.31909 10.4003 3.89315C10.4003 3.99097 10.4066 4.0894 10.4191 4.18597C10.4381 4.33315 10.5494 4.44847 10.6962 4.47253C10.7147 4.47565 10.7334 4.47722 10.7516 4.47722C10.8778 4.47722 10.9934 4.40659 11.0503 4.29003C11.3034 3.77034 11.7969 3.40159 12.36 3.30159V3.49034ZM10.8816 3.68128C10.9259 3.30409 11.0878 2.95034 11.3484 2.66815C11.6556 2.33565 12.0725 2.13159 12.5219 2.09409C12.6956 2.0794 12.8272 1.93815 12.8291 1.76472L13.5178 2.46347L12.8291 3.16222V3.14753C12.8291 3.05378 12.7894 2.96378 12.72 2.90065C12.6506 2.83753 12.5572 2.80597 12.4637 2.81472C11.8378 2.87253 11.2641 3.19347 10.8819 3.68128H10.8816ZM15.6075 3.97253C15.5884 3.82534 15.4772 3.71003 15.3303 3.68597C15.1838 3.66191 15.0412 3.73534 14.9762 3.86878C14.7231 4.38847 14.2297 4.75753 13.6666 4.85753V4.66816C13.6666 4.53191 13.5853 4.41066 13.4591 4.35909C13.3331 4.30753 13.1897 4.33659 13.0944 4.43378L12.0822 5.46066C11.9547 5.59003 11.9547 5.80034 12.0822 5.92972L13.0944 6.95659C13.1587 7.02191 13.2444 7.05628 13.3319 7.05628C13.3747 7.05628 13.4178 7.04816 13.4591 7.03097C13.585 6.97941 13.6666 6.85784 13.6666 6.72191V6.51784C14.1859 6.44597 14.6634 6.19691 15.0225 5.80847C15.4119 5.38722 15.6263 4.83909 15.6263 4.26503C15.6263 4.16722 15.62 4.06878 15.6075 3.97222V3.97253ZM14.6781 5.49034C14.3709 5.82284 13.9541 6.02691 13.5047 6.06441C13.3309 6.07909 13.1994 6.22034 13.1978 6.39378L12.5091 5.69503L13.1978 4.99628V5.01097C13.1978 5.10472 13.2375 5.19472 13.3069 5.25784C13.3763 5.32097 13.4697 5.35253 13.5631 5.34378C14.1891 5.28597 14.7628 4.96503 15.145 4.47722C15.1006 4.85441 14.9388 5.20816 14.6781 5.49034ZM7.99754 12.9804C7.99754 13.1652 7.93382 13.3192 7.80636 13.4424C7.68102 13.5635 7.48877 13.624 7.22961 13.624H6.80263V14.5513H6.51266V12.3303H7.22961C7.48028 12.3303 7.6704 12.3909 7.79998 12.5119C7.93169 12.633 7.99754 12.7892 7.99754 12.9804ZM7.22961 13.385C7.39106 13.385 7.51002 13.35 7.58649 13.2799C7.66297 13.2098 7.7012 13.1099 7.7012 12.9804C7.7012 12.7063 7.54401 12.5693 7.22961 12.5693H6.80263V13.385H7.22961ZM9.1195 14.58C8.95593 14.58 8.80723 14.5428 8.6734 14.4684C8.54169 14.3941 8.4376 14.2889 8.36112 14.153C8.28677 14.0149 8.2496 13.8556 8.2496 13.675C8.2496 13.4966 8.28784 13.3394 8.36431 13.2034C8.44291 13.0653 8.54912 12.9602 8.68296 12.888C8.81679 12.8136 8.96655 12.7764 9.13225 12.7764C9.29794 12.7764 9.4477 12.8136 9.58153 12.888C9.71537 12.9602 9.82052 13.0643 9.89699 13.2002C9.97559 13.3362 10.0149 13.4944 10.0149 13.675C10.0149 13.8556 9.97453 14.0149 9.89381 14.153C9.81521 14.2889 9.70793 14.3941 9.57197 14.4684C9.43602 14.5428 9.28519 14.58 9.1195 14.58ZM9.1195 14.325C9.22359 14.325 9.32131 14.3006 9.41265 14.2518C9.504 14.2029 9.57729 14.1296 9.63252 14.0319C9.68987 13.9342 9.71855 13.8152 9.71855 13.675C9.71855 13.5348 9.69094 13.4158 9.6357 13.3181C9.58047 13.2204 9.50825 13.1482 9.41903 13.1014C9.3298 13.0526 9.23315 13.0282 9.12906 13.0282C9.02284 13.0282 8.92513 13.0526 8.8359 13.1014C8.74881 13.1482 8.67871 13.2204 8.6256 13.3181C8.57249 13.4158 8.54594 13.5348 8.54594 13.675C8.54594 13.8173 8.57143 13.9374 8.62241 14.0351C8.67552 14.1328 8.74562 14.2061 8.83272 14.2549C8.91981 14.3017 9.01541 14.325 9.1195 14.325ZM10.6542 14.513C10.7605 14.5577 10.8805 14.58 11.0143 14.58C11.1397 14.58 11.2501 14.5587 11.3457 14.5162C11.4434 14.4716 11.5188 14.4111 11.5719 14.3346C11.6251 14.2581 11.6516 14.1721 11.6516 14.0765C11.6495 13.9703 11.6197 13.8842 11.5624 13.8184C11.5072 13.7525 11.4402 13.7037 11.3616 13.6718C11.283 13.6378 11.1811 13.6038 11.0557 13.5699C10.9559 13.5422 10.8773 13.5178 10.8199 13.4966C10.7647 13.4732 10.718 13.4435 10.6797 13.4073C10.6436 13.3691 10.6256 13.3213 10.6256 13.264C10.6256 13.1917 10.6564 13.1333 10.718 13.0887C10.7796 13.0441 10.8624 13.0218 10.9665 13.0218C11.0791 13.0218 11.1683 13.0494 11.2342 13.1046C11.3022 13.1599 11.3393 13.2331 11.3457 13.3245H11.6357C11.6272 13.1546 11.5634 13.0207 11.4445 12.923C11.3255 12.8253 11.1694 12.7764 10.9761 12.7764C10.8507 12.7764 10.7392 12.7987 10.6415 12.8433C10.5438 12.8858 10.4684 12.9442 10.4153 13.0186C10.3622 13.0929 10.3356 13.1747 10.3356 13.264C10.3356 13.3765 10.3643 13.4679 10.4216 13.538C10.4811 13.606 10.5512 13.658 10.6319 13.6941C10.7148 13.7281 10.821 13.7621 10.9506 13.7961C11.0929 13.8322 11.1981 13.8694 11.266 13.9076C11.334 13.9437 11.368 14 11.368 14.0765C11.368 14.1508 11.3361 14.2125 11.2724 14.2613C11.2087 14.3102 11.1216 14.3346 11.0111 14.3346C10.8922 14.3346 10.7955 14.307 10.7212 14.2518C10.6489 14.1965 10.6086 14.1254 10.6001 14.0383H10.3006C10.3069 14.1445 10.3409 14.239 10.4025 14.3219C10.4641 14.4026 10.548 14.4663 10.6542 14.513ZM12.4146 13.0441V14.0733C12.4146 14.1583 12.4327 14.2188 12.4688 14.2549C12.5049 14.2889 12.5676 14.3059 12.6568 14.3059H12.8703V14.5513H12.609C12.4476 14.5513 12.3265 14.5141 12.2458 14.4398C12.165 14.3654 12.1247 14.2433 12.1247 14.0733V13.0441H11.8984V12.8051H12.1247V12.3654H12.4146V12.8051H12.8703V13.0441H12.4146ZM2.90469 7.13342C2.77532 7.13342 2.67032 7.02842 2.67032 6.89905C2.67032 6.76967 2.77532 6.66467 2.90469 6.66467H8.78469C8.91407 6.66467 9.01907 6.76967 9.01907 6.89905C9.01907 7.02842 8.91407 7.13342 8.78469 7.13342H2.90469ZM3.9617 4.97132C4.08893 4.84833 4.15254 4.6946 4.15254 4.51011C4.15254 4.31927 4.08681 4.16341 3.95533 4.04255C3.82598 3.92168 3.6362 3.86124 3.38598 3.86124H2.67032V6.07821H2.95977V5.15262H3.38598C3.64468 5.15262 3.83659 5.09219 3.9617 4.97132ZM3.74223 4.8091C3.66589 4.87908 3.54714 4.91407 3.38598 4.91407H2.95977V4.0998H3.38598C3.69982 4.0998 3.85673 4.23657 3.85673 4.51011C3.85673 4.63946 3.81856 4.73913 3.74223 4.8091ZM5.01802 4.38606C4.92472 4.4412 4.85262 4.5186 4.80173 4.61826V4.33517H4.51229V6.07821H4.80173V5.13036C4.80173 4.77836 4.96395 4.60235 5.28838 4.60235H5.36472V4.30337C5.22901 4.30337 5.11344 4.33093 5.01802 4.38606ZM7.28922 5.1399C7.28922 5.19503 7.28603 5.25334 7.27967 5.31484H5.88651C5.89711 5.4866 5.95543 5.62125 6.06145 5.71879C6.1696 5.81421 6.30001 5.86192 6.45268 5.86192C6.57779 5.86192 6.68169 5.8333 6.76439 5.77604C6.84921 5.71667 6.90859 5.63821 6.94251 5.54067H7.25423C7.20758 5.70819 7.11427 5.84496 6.97432 5.95098C6.83437 6.05489 6.66049 6.10684 6.45268 6.10684C6.28728 6.10684 6.13885 6.06973 6.00738 5.99552C5.87803 5.9213 5.77625 5.81633 5.70203 5.68062C5.62781 5.54279 5.5907 5.38375 5.5907 5.20351C5.5907 5.02327 5.62675 4.86529 5.69885 4.72958C5.77095 4.59387 5.87167 4.48997 6.00102 4.41787C6.13249 4.34365 6.28304 4.30655 6.45268 4.30655C6.61808 4.30655 6.76439 4.34259 6.89162 4.41469C7.01885 4.48679 7.11639 4.58645 7.18425 4.71368C7.25423 4.83879 7.28922 4.98086 7.28922 5.1399ZM6.99023 5.07946C6.99023 4.9692 6.96584 4.87484 6.91707 4.79638C6.8683 4.7158 6.8015 4.65537 6.71668 4.61508C6.63398 4.57267 6.54174 4.55146 6.43996 4.55146C6.29365 4.55146 6.16854 4.59811 6.06463 4.69141C5.96285 4.78472 5.90454 4.91407 5.88969 5.07946H6.99023ZM2.90469 8.39441C2.77531 8.39441 2.67031 8.28941 2.67031 8.16003C2.67031 8.03066 2.77531 7.92566 2.90469 7.92566H9.94531C10.0747 7.92566 10.1797 8.03066 10.1797 8.16003C10.1797 8.28941 10.0747 8.39441 9.94531 8.39441H2.90469ZM2.67031 9.42128C2.67031 9.55066 2.77531 9.65565 2.90469 9.65565H11.7638C11.8931 9.65565 11.9981 9.55066 11.9981 9.42128C11.9981 9.2919 11.8931 9.1869 11.7638 9.1869H2.90469C2.77531 9.1869 2.67031 9.2919 2.67031 9.42128ZM2.90469 10.4478H11.7638C11.8931 10.4478 11.9981 10.5528 11.9981 10.6822C11.9981 10.8116 11.8931 10.9166 11.7638 10.9166H2.90469C2.77531 10.9166 2.67031 10.8116 2.67031 10.6822C2.67031 10.5528 2.77531 10.4478 2.90469 10.4478ZM5.90442 11.7091H2.77867C2.71886 11.7091 2.67031 11.8141 2.67031 11.9435C2.67031 12.0728 2.71886 12.1778 2.77867 12.1778H5.90442C5.96423 12.1778 6.01278 12.0728 6.01278 11.9435C6.01278 11.8141 5.96423 11.7091 5.90442 11.7091ZM5.89295 12.945H5.89343C5.95915 12.945 6.01246 13.0494 6.01278 13.1785C6.01309 13.3078 5.95979 13.4132 5.89391 13.4138L2.79013 13.4391H2.78966C2.72394 13.4391 2.67063 13.3347 2.67031 13.2057C2.66999 13.0763 2.7233 12.971 2.78918 12.9703L5.89295 12.945Z"/>
5
+ </mask>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.0131 0.0925293C15.2116 0.0925293 17 1.88128 17 4.0794C17 5.89659 15.7778 7.43378 14.1122 7.9119V14.7622C14.1122 15.3938 13.5984 15.9075 12.9669 15.9075H2.14531C1.51375 15.9075 1 15.3938 1 14.7622V3.94065C1 3.30909 1.51375 2.79534 2.14531 2.79534H9.23844C9.77406 1.22503 11.2638 0.0925293 13.0131 0.0925293ZM12.9669 15.4388C13.34 15.4388 13.6434 15.1353 13.6434 14.7622V8.01628C13.4381 8.04909 13.2278 8.06628 13.0134 8.06628C10.815 8.06628 9.02656 6.27753 9.02656 4.0794C9.02656 3.80003 9.05562 3.52722 9.11063 3.26409H2.14531C1.77219 3.26409 1.46875 3.56753 1.46875 3.94065V14.7622C1.46875 15.1353 1.77219 15.4388 2.14531 15.4388H12.9669ZM9.495 4.07909C9.495 6.01909 11.0734 7.59722 13.0131 7.59722C14.9531 7.59722 16.5312 6.01909 16.5312 4.07909C16.5312 2.13909 14.9531 0.560967 13.0131 0.560967C11.0731 0.560967 9.495 2.13909 9.495 4.07909ZM12.36 3.49034C12.36 3.62659 12.4416 3.74784 12.5675 3.7994C12.6934 3.85097 12.8366 3.8219 12.9322 3.72472L13.9444 2.69784C14.0719 2.56847 14.0719 2.35815 13.9444 2.22878L12.9322 1.2019C12.8366 1.10503 12.6934 1.07565 12.5675 1.12722C12.4416 1.17878 12.36 1.30034 12.36 1.43628V1.64034C11.8406 1.71222 11.3631 1.96128 11.0041 2.34972C10.6147 2.77097 10.4003 3.31909 10.4003 3.89315C10.4003 3.99097 10.4066 4.0894 10.4191 4.18597C10.4381 4.33315 10.5494 4.44847 10.6962 4.47253C10.7147 4.47565 10.7334 4.47722 10.7516 4.47722C10.8778 4.47722 10.9934 4.40659 11.0503 4.29003C11.3034 3.77034 11.7969 3.40159 12.36 3.30159V3.49034ZM10.8816 3.68128C10.9259 3.30409 11.0878 2.95034 11.3484 2.66815C11.6556 2.33565 12.0725 2.13159 12.5219 2.09409C12.6956 2.0794 12.8272 1.93815 12.8291 1.76472L13.5178 2.46347L12.8291 3.16222V3.14753C12.8291 3.05378 12.7894 2.96378 12.72 2.90065C12.6506 2.83753 12.5572 2.80597 12.4637 2.81472C11.8378 2.87253 11.2641 3.19347 10.8819 3.68128H10.8816ZM15.6075 3.97253C15.5884 3.82534 15.4772 3.71003 15.3303 3.68597C15.1838 3.66191 15.0412 3.73534 14.9762 3.86878C14.7231 4.38847 14.2297 4.75753 13.6666 4.85753V4.66816C13.6666 4.53191 13.5853 4.41066 13.4591 4.35909C13.3331 4.30753 13.1897 4.33659 13.0944 4.43378L12.0822 5.46066C11.9547 5.59003 11.9547 5.80034 12.0822 5.92972L13.0944 6.95659C13.1587 7.02191 13.2444 7.05628 13.3319 7.05628C13.3747 7.05628 13.4178 7.04816 13.4591 7.03097C13.585 6.97941 13.6666 6.85784 13.6666 6.72191V6.51784C14.1859 6.44597 14.6634 6.19691 15.0225 5.80847C15.4119 5.38722 15.6263 4.83909 15.6263 4.26503C15.6263 4.16722 15.62 4.06878 15.6075 3.97222V3.97253ZM14.6781 5.49034C14.3709 5.82284 13.9541 6.02691 13.5047 6.06441C13.3309 6.07909 13.1994 6.22034 13.1978 6.39378L12.5091 5.69503L13.1978 4.99628V5.01097C13.1978 5.10472 13.2375 5.19472 13.3069 5.25784C13.3763 5.32097 13.4697 5.35253 13.5631 5.34378C14.1891 5.28597 14.7628 4.96503 15.145 4.47722C15.1006 4.85441 14.9388 5.20816 14.6781 5.49034ZM7.99754 12.9804C7.99754 13.1652 7.93382 13.3192 7.80636 13.4424C7.68102 13.5635 7.48877 13.624 7.22961 13.624H6.80263V14.5513H6.51266V12.3303H7.22961C7.48028 12.3303 7.6704 12.3909 7.79998 12.5119C7.93169 12.633 7.99754 12.7892 7.99754 12.9804ZM7.22961 13.385C7.39106 13.385 7.51002 13.35 7.58649 13.2799C7.66297 13.2098 7.7012 13.1099 7.7012 12.9804C7.7012 12.7063 7.54401 12.5693 7.22961 12.5693H6.80263V13.385H7.22961ZM9.1195 14.58C8.95593 14.58 8.80723 14.5428 8.6734 14.4684C8.54169 14.3941 8.4376 14.2889 8.36112 14.153C8.28677 14.0149 8.2496 13.8556 8.2496 13.675C8.2496 13.4966 8.28784 13.3394 8.36431 13.2034C8.44291 13.0653 8.54912 12.9602 8.68296 12.888C8.81679 12.8136 8.96655 12.7764 9.13225 12.7764C9.29794 12.7764 9.4477 12.8136 9.58153 12.888C9.71537 12.9602 9.82052 13.0643 9.89699 13.2002C9.97559 13.3362 10.0149 13.4944 10.0149 13.675C10.0149 13.8556 9.97453 14.0149 9.89381 14.153C9.81521 14.2889 9.70793 14.3941 9.57197 14.4684C9.43602 14.5428 9.28519 14.58 9.1195 14.58ZM9.1195 14.325C9.22359 14.325 9.32131 14.3006 9.41265 14.2518C9.504 14.2029 9.57729 14.1296 9.63252 14.0319C9.68987 13.9342 9.71855 13.8152 9.71855 13.675C9.71855 13.5348 9.69094 13.4158 9.6357 13.3181C9.58047 13.2204 9.50825 13.1482 9.41903 13.1014C9.3298 13.0526 9.23315 13.0282 9.12906 13.0282C9.02284 13.0282 8.92513 13.0526 8.8359 13.1014C8.74881 13.1482 8.67871 13.2204 8.6256 13.3181C8.57249 13.4158 8.54594 13.5348 8.54594 13.675C8.54594 13.8173 8.57143 13.9374 8.62241 14.0351C8.67552 14.1328 8.74562 14.2061 8.83272 14.2549C8.91981 14.3017 9.01541 14.325 9.1195 14.325ZM10.6542 14.513C10.7605 14.5577 10.8805 14.58 11.0143 14.58C11.1397 14.58 11.2501 14.5587 11.3457 14.5162C11.4434 14.4716 11.5188 14.4111 11.5719 14.3346C11.6251 14.2581 11.6516 14.1721 11.6516 14.0765C11.6495 13.9703 11.6197 13.8842 11.5624 13.8184C11.5072 13.7525 11.4402 13.7037 11.3616 13.6718C11.283 13.6378 11.1811 13.6038 11.0557 13.5699C10.9559 13.5422 10.8773 13.5178 10.8199 13.4966C10.7647 13.4732 10.718 13.4435 10.6797 13.4073C10.6436 13.3691 10.6256 13.3213 10.6256 13.264C10.6256 13.1917 10.6564 13.1333 10.718 13.0887C10.7796 13.0441 10.8624 13.0218 10.9665 13.0218C11.0791 13.0218 11.1683 13.0494 11.2342 13.1046C11.3022 13.1599 11.3393 13.2331 11.3457 13.3245H11.6357C11.6272 13.1546 11.5634 13.0207 11.4445 12.923C11.3255 12.8253 11.1694 12.7764 10.9761 12.7764C10.8507 12.7764 10.7392 12.7987 10.6415 12.8433C10.5438 12.8858 10.4684 12.9442 10.4153 13.0186C10.3622 13.0929 10.3356 13.1747 10.3356 13.264C10.3356 13.3765 10.3643 13.4679 10.4216 13.538C10.4811 13.606 10.5512 13.658 10.6319 13.6941C10.7148 13.7281 10.821 13.7621 10.9506 13.7961C11.0929 13.8322 11.1981 13.8694 11.266 13.9076C11.334 13.9437 11.368 14 11.368 14.0765C11.368 14.1508 11.3361 14.2125 11.2724 14.2613C11.2087 14.3102 11.1216 14.3346 11.0111 14.3346C10.8922 14.3346 10.7955 14.307 10.7212 14.2518C10.6489 14.1965 10.6086 14.1254 10.6001 14.0383H10.3006C10.3069 14.1445 10.3409 14.239 10.4025 14.3219C10.4641 14.4026 10.548 14.4663 10.6542 14.513ZM12.4146 13.0441V14.0733C12.4146 14.1583 12.4327 14.2188 12.4688 14.2549C12.5049 14.2889 12.5676 14.3059 12.6568 14.3059H12.8703V14.5513H12.609C12.4476 14.5513 12.3265 14.5141 12.2458 14.4398C12.165 14.3654 12.1247 14.2433 12.1247 14.0733V13.0441H11.8984V12.8051H12.1247V12.3654H12.4146V12.8051H12.8703V13.0441H12.4146ZM2.90469 7.13342C2.77532 7.13342 2.67032 7.02842 2.67032 6.89905C2.67032 6.76967 2.77532 6.66467 2.90469 6.66467H8.78469C8.91407 6.66467 9.01907 6.76967 9.01907 6.89905C9.01907 7.02842 8.91407 7.13342 8.78469 7.13342H2.90469ZM3.9617 4.97132C4.08893 4.84833 4.15254 4.6946 4.15254 4.51011C4.15254 4.31927 4.08681 4.16341 3.95533 4.04255C3.82598 3.92168 3.6362 3.86124 3.38598 3.86124H2.67032V6.07821H2.95977V5.15262H3.38598C3.64468 5.15262 3.83659 5.09219 3.9617 4.97132ZM3.74223 4.8091C3.66589 4.87908 3.54714 4.91407 3.38598 4.91407H2.95977V4.0998H3.38598C3.69982 4.0998 3.85673 4.23657 3.85673 4.51011C3.85673 4.63946 3.81856 4.73913 3.74223 4.8091ZM5.01802 4.38606C4.92472 4.4412 4.85262 4.5186 4.80173 4.61826V4.33517H4.51229V6.07821H4.80173V5.13036C4.80173 4.77836 4.96395 4.60235 5.28838 4.60235H5.36472V4.30337C5.22901 4.30337 5.11344 4.33093 5.01802 4.38606ZM7.28922 5.1399C7.28922 5.19503 7.28603 5.25334 7.27967 5.31484H5.88651C5.89711 5.4866 5.95543 5.62125 6.06145 5.71879C6.1696 5.81421 6.30001 5.86192 6.45268 5.86192C6.57779 5.86192 6.68169 5.8333 6.76439 5.77604C6.84921 5.71667 6.90859 5.63821 6.94251 5.54067H7.25423C7.20758 5.70819 7.11427 5.84496 6.97432 5.95098C6.83437 6.05489 6.66049 6.10684 6.45268 6.10684C6.28728 6.10684 6.13885 6.06973 6.00738 5.99552C5.87803 5.9213 5.77625 5.81633 5.70203 5.68062C5.62781 5.54279 5.5907 5.38375 5.5907 5.20351C5.5907 5.02327 5.62675 4.86529 5.69885 4.72958C5.77095 4.59387 5.87167 4.48997 6.00102 4.41787C6.13249 4.34365 6.28304 4.30655 6.45268 4.30655C6.61808 4.30655 6.76439 4.34259 6.89162 4.41469C7.01885 4.48679 7.11639 4.58645 7.18425 4.71368C7.25423 4.83879 7.28922 4.98086 7.28922 5.1399ZM6.99023 5.07946C6.99023 4.9692 6.96584 4.87484 6.91707 4.79638C6.8683 4.7158 6.8015 4.65537 6.71668 4.61508C6.63398 4.57267 6.54174 4.55146 6.43996 4.55146C6.29365 4.55146 6.16854 4.59811 6.06463 4.69141C5.96285 4.78472 5.90454 4.91407 5.88969 5.07946H6.99023ZM2.90469 8.39441C2.77531 8.39441 2.67031 8.28941 2.67031 8.16003C2.67031 8.03066 2.77531 7.92566 2.90469 7.92566H9.94531C10.0747 7.92566 10.1797 8.03066 10.1797 8.16003C10.1797 8.28941 10.0747 8.39441 9.94531 8.39441H2.90469ZM2.67031 9.42128C2.67031 9.55066 2.77531 9.65565 2.90469 9.65565H11.7638C11.8931 9.65565 11.9981 9.55066 11.9981 9.42128C11.9981 9.2919 11.8931 9.1869 11.7638 9.1869H2.90469C2.77531 9.1869 2.67031 9.2919 2.67031 9.42128ZM2.90469 10.4478H11.7638C11.8931 10.4478 11.9981 10.5528 11.9981 10.6822C11.9981 10.8116 11.8931 10.9166 11.7638 10.9166H2.90469C2.77531 10.9166 2.67031 10.8116 2.67031 10.6822C2.67031 10.5528 2.77531 10.4478 2.90469 10.4478ZM5.90442 11.7091H2.77867C2.71886 11.7091 2.67031 11.8141 2.67031 11.9435C2.67031 12.0728 2.71886 12.1778 2.77867 12.1778H5.90442C5.96423 12.1778 6.01278 12.0728 6.01278 11.9435C6.01278 11.8141 5.96423 11.7091 5.90442 11.7091ZM5.89295 12.945H5.89343C5.95915 12.945 6.01246 13.0494 6.01278 13.1785C6.01309 13.3078 5.95979 13.4132 5.89391 13.4138L2.79013 13.4391H2.78966C2.72394 13.4391 2.67063 13.3347 2.67031 13.2057C2.66999 13.0763 2.7233 12.971 2.78918 12.9703L5.89295 12.945Z" fill="currentColor"/>
7
+ <path d="M14.1122 7.9119L14.0846 7.81579L14.0122 7.83657V7.9119H14.1122ZM9.23844 2.79534V2.89534H9.30999L9.33308 2.82762L9.23844 2.79534ZM13.6434 8.01628H13.7434V7.89903L13.6277 7.91753L13.6434 8.01628ZM9.11063 3.26409L9.20851 3.28455L9.23369 3.16409H9.11063V3.26409ZM12.9322 3.72472L12.861 3.65452L12.8609 3.65458L12.9322 3.72472ZM13.9444 2.69784L14.0156 2.76804L14.0156 2.76803L13.9444 2.69784ZM13.9444 2.22878L14.0156 2.15859L14.0156 2.15858L13.9444 2.22878ZM12.9322 1.2019L13.0034 1.1317L13.0034 1.13165L12.9322 1.2019ZM12.5675 1.12722L12.5296 1.03467L12.5675 1.12722ZM12.36 1.64034L12.3737 1.7394L12.46 1.72746V1.64034H12.36ZM11.0041 2.34972L10.9306 2.28184L10.9306 2.28184L11.0041 2.34972ZM10.4191 4.18597L10.3199 4.1988L10.3199 4.19881L10.4191 4.18597ZM10.6962 4.47253L10.713 4.37393L10.7124 4.37384L10.6962 4.47253ZM11.0503 4.29003L11.1402 4.33388L11.1402 4.33382L11.0503 4.29003ZM12.36 3.30159H12.46V3.18227L12.3425 3.20313L12.36 3.30159ZM11.3484 2.66815L11.275 2.60029L11.275 2.60031L11.3484 2.66815ZM10.8816 3.68128L10.7822 3.66959L10.7691 3.78128H10.8816V3.68128ZM12.5219 2.09409L12.5302 2.19374L12.5303 2.19374L12.5219 2.09409ZM12.8291 1.76472L12.9003 1.69452L12.7317 1.52345L12.7291 1.76364L12.8291 1.76472ZM13.5178 2.46347L13.589 2.53367L13.6582 2.46347L13.589 2.39327L13.5178 2.46347ZM12.8291 3.16222H12.7291V3.40612L12.9003 3.23242L12.8291 3.16222ZM12.4637 2.81472L12.4729 2.91429L12.4731 2.91428L12.4637 2.81472ZM10.8819 3.68128V3.78128H10.9306L10.9606 3.74295L10.8819 3.68128ZM15.3303 3.68597L15.3141 3.78465L15.3141 3.78465L15.3303 3.68597ZM15.6075 3.97253L15.5083 3.98538L15.7075 3.97253H15.6075ZM14.9762 3.86878L14.8863 3.82499L14.8863 3.82499L14.9762 3.86878ZM13.6666 4.85753H13.5666V4.97685L13.684 4.95599L13.6666 4.85753ZM13.4591 4.35909L13.4212 4.45164L13.4213 4.45167L13.4591 4.35909ZM13.0944 4.43378L13.1656 4.50398L13.1658 4.5038L13.0944 4.43378ZM12.0822 5.46066L12.011 5.39046L12.011 5.39046L12.0822 5.46066ZM12.0822 5.92972L12.011 5.99991L12.011 5.99992L12.0822 5.92972ZM13.0944 6.95659L13.1656 6.8864L13.1656 6.88639L13.0944 6.95659ZM13.4591 7.03097L13.4212 6.93842L13.4206 6.93866L13.4591 7.03097ZM13.6666 6.51784L13.6529 6.41879L13.5666 6.43073V6.51784H13.6666ZM15.0225 5.80847L15.0959 5.87635L15.0959 5.87635L15.0225 5.80847ZM15.6075 3.97222L15.7067 3.95938L15.5075 3.97222H15.6075ZM13.5047 6.06441L13.4964 5.96475L13.4963 5.96476L13.5047 6.06441ZM14.6781 5.49034L14.7516 5.5582L14.7516 5.55819L14.6781 5.49034ZM13.1978 6.39378L13.1266 6.46398L13.2956 6.63548L13.2978 6.39468L13.1978 6.39378ZM12.5091 5.69503L12.4378 5.62483L12.3686 5.69503L12.4378 5.76523L12.5091 5.69503ZM13.1978 4.99628H13.2978V4.75238L13.1266 4.92608L13.1978 4.99628ZM13.3069 5.25784L13.2396 5.33181L13.2396 5.33181L13.3069 5.25784ZM13.5631 5.34378L13.5539 5.24421L13.5538 5.24422L13.5631 5.34378ZM15.145 4.47722L15.2443 4.4889L15.2859 4.1352L15.0663 4.41555L15.145 4.47722ZM7.80636 13.4424L7.87584 13.5143L7.87586 13.5143L7.80636 13.4424ZM6.80263 13.624V13.524H6.70263V13.624H6.80263ZM6.80263 14.5513V14.6513H6.90263V14.5513H6.80263ZM6.51266 14.5513H6.41266V14.6513H6.51266V14.5513ZM6.51266 12.3303V12.2303H6.41266V12.3303H6.51266ZM7.79998 12.5119L7.73171 12.585L7.73231 12.5856L7.79998 12.5119ZM7.58649 13.2799L7.51892 13.2062H7.51892L7.58649 13.2799ZM6.80263 12.5693V12.4693H6.70263V12.5693H6.80263ZM6.80263 13.385H6.70263V13.485H6.80263V13.385ZM8.6734 14.4684L8.62424 14.5555L8.62483 14.5558L8.6734 14.4684ZM8.36112 14.153L8.27306 14.2004L8.27397 14.202L8.36112 14.153ZM8.36431 13.2034L8.2774 13.1539L8.27715 13.1544L8.36431 13.2034ZM8.68296 12.888L8.73045 12.976L8.73152 12.9754L8.68296 12.888ZM9.58153 12.888L9.53297 12.9754L9.53404 12.976L9.58153 12.888ZM9.89699 13.2002L9.80983 13.2493L9.81042 13.2503L9.89699 13.2002ZM9.89381 14.153L9.80748 14.1025L9.80723 14.1029L9.89381 14.153ZM9.41265 14.2518L9.45982 14.3399H9.45982L9.41265 14.2518ZM9.63252 14.0319L9.54626 13.9813L9.54546 13.9827L9.63252 14.0319ZM9.6357 13.3181L9.72276 13.2689L9.6357 13.3181ZM9.41903 13.1014L9.37099 13.1892L9.37262 13.19L9.41903 13.1014ZM8.8359 13.1014L8.88319 13.1896L8.88394 13.1892L8.8359 13.1014ZM8.6256 13.3181L8.71346 13.3659L8.6256 13.3181ZM8.62241 14.0351L8.53374 14.0813L8.53455 14.0828L8.62241 14.0351ZM8.83272 14.2549L8.78378 14.3422L8.78544 14.3431L8.83272 14.2549ZM10.6542 14.513L10.614 14.6046L10.6155 14.6052L10.6542 14.513ZM11.3457 14.5162L11.3863 14.6076L11.3872 14.6072L11.3457 14.5162ZM11.6516 14.0765H11.7516L11.7516 14.0745L11.6516 14.0765ZM11.5624 13.8184L11.4858 13.8827L11.487 13.8841L11.5624 13.8184ZM11.3616 13.6718L11.3219 13.7636L11.3241 13.7645L11.3616 13.6718ZM11.0557 13.5699L11.0291 13.6662L11.0296 13.6664L11.0557 13.5699ZM10.8199 13.4966L10.7809 13.5888L10.7852 13.5903L10.8199 13.4966ZM10.6797 13.4073L10.6069 13.4761L10.6111 13.48L10.6797 13.4073ZM11.2342 13.1046L11.1699 13.1813L11.1711 13.1822L11.2342 13.1046ZM11.3457 13.3245L11.2459 13.3315L11.2524 13.4245H11.3457V13.3245ZM11.6357 13.3245V13.4245H11.7408L11.7355 13.3195L11.6357 13.3245ZM11.4445 12.923L11.381 13.0003L11.381 13.0003L11.4445 12.923ZM10.6415 12.8433L10.6814 12.9351L10.683 12.9343L10.6415 12.8433ZM10.4153 13.0186L10.3339 12.9605V12.9605L10.4153 13.0186ZM10.4216 13.538L10.3442 13.6013L10.3464 13.6038L10.4216 13.538ZM10.6319 13.6941L10.5911 13.7854L10.594 13.7866L10.6319 13.6941ZM10.9506 13.7961L10.9252 13.8928L10.926 13.893L10.9506 13.7961ZM11.266 13.9076L11.217 13.9948L11.2191 13.9959L11.266 13.9076ZM11.2724 14.2613L11.2116 14.1819L11.2116 14.182L11.2724 14.2613ZM10.7212 14.2518L10.6604 14.3312L10.6615 14.332L10.7212 14.2518ZM10.6001 14.0383L10.6996 14.0285L10.6908 13.9383H10.6001V14.0383ZM10.3006 14.0383V13.9383H10.1944L10.2007 14.0442L10.3006 14.0383ZM10.4025 14.3219L10.3223 14.3815L10.323 14.3825L10.4025 14.3219ZM12.4146 13.0441V12.9441H12.3146V13.0441H12.4146ZM12.4688 14.2549L12.3981 14.3257L12.4003 14.3278L12.4688 14.2549ZM12.8703 14.3059H12.9703V14.2059H12.8703V14.3059ZM12.8703 14.5513V14.6513H12.9703V14.5513H12.8703ZM12.2458 14.4398L12.178 14.5133L12.178 14.5133L12.2458 14.4398ZM12.1247 13.0441H12.2247V12.9441H12.1247V13.0441ZM11.8984 13.0441H11.7984V13.1441H11.8984V13.0441ZM11.8984 12.8051V12.7051H11.7984V12.8051H11.8984ZM12.1247 12.8051V12.9051H12.2247V12.8051H12.1247ZM12.1247 12.3654V12.2654H12.0247V12.3654H12.1247ZM12.4146 12.3654H12.5146V12.2654H12.4146V12.3654ZM12.4146 12.8051H12.3146V12.9051H12.4146V12.8051ZM12.8703 12.8051H12.9703V12.7051H12.8703V12.8051ZM12.8703 13.0441V13.1441H12.9703V13.0441H12.8703ZM3.9617 4.97132L4.03118 5.04324L4.0312 5.04322L3.9617 4.97132ZM3.95533 4.04255L3.88706 4.11561L3.88765 4.11616L3.95533 4.04255ZM2.67032 3.86124V3.76124H2.57032V3.86124H2.67032ZM2.67032 6.07821H2.57032V6.17821H2.67032V6.07821ZM2.95977 6.07821V6.17821H3.05977V6.07821H2.95977ZM2.95977 5.15262V5.05262H2.85977V5.15262H2.95977ZM3.74223 4.8091L3.67465 4.73539L3.67465 4.73539L3.74223 4.8091ZM2.95977 4.91407H2.85977V5.01407H2.95977V4.91407ZM2.95977 4.0998V3.9998H2.85977V4.0998H2.95977ZM4.80173 4.61826H4.70173L4.89079 4.66374L4.80173 4.61826ZM5.01802 4.38606L4.96799 4.29947L4.96715 4.29997L5.01802 4.38606ZM4.80173 4.33517H4.90173V4.23517H4.80173V4.33517ZM4.51229 4.33517V4.23517H4.41229V4.33517H4.51229ZM4.51229 6.07821H4.41229V6.17821H4.51229V6.07821ZM4.80173 6.07821V6.17821H4.90173V6.07821H4.80173ZM5.36472 4.60235V4.70235H5.46472V4.60235H5.36472ZM5.36472 4.30337H5.46472V4.20337H5.36472V4.30337ZM7.27967 5.31484V5.41484H7.36986L7.37914 5.32513L7.27967 5.31484ZM5.88651 5.31484V5.21484H5.78015L5.7867 5.321L5.88651 5.31484ZM6.06145 5.71879L5.99373 5.7924L5.99529 5.79378L6.06145 5.71879ZM6.76439 5.77604L6.82132 5.85827L6.82174 5.85797L6.76439 5.77604ZM6.94251 5.54067V5.44067H6.87142L6.84807 5.50782L6.94251 5.54067ZM7.25423 5.54067L7.35056 5.5675L7.38588 5.44067H7.25423V5.54067ZM6.97432 5.95098L7.03394 6.03128L7.03471 6.03069L6.97432 5.95098ZM6.00738 5.99552L5.95761 6.08225L5.95822 6.0826L6.00738 5.99552ZM5.70203 5.68062L5.61398 5.72803L5.61429 5.7286L5.70203 5.68062ZM5.69885 4.72958L5.78716 4.7765L5.69885 4.72958ZM6.00102 4.41787L6.0497 4.50522L6.05018 4.50495L6.00102 4.41787ZM6.89162 4.41469L6.84232 4.50169H6.84232L6.89162 4.41469ZM7.18425 4.71368L7.096 4.76075L7.09698 4.7625L7.18425 4.71368ZM6.91707 4.79638L6.83151 4.84816L6.83214 4.84917L6.91707 4.79638ZM6.99023 5.07946V5.17946H7.09023V5.07946H6.99023ZM6.71668 4.61508L6.67103 4.7041L6.67378 4.70541L6.71668 4.61508ZM6.06463 4.69141L5.99782 4.61701L5.99706 4.6177L6.06463 4.69141ZM5.88969 5.07946L5.79009 5.07053L5.78032 5.17946H5.88969V5.07946ZM5.89295 12.945V12.845L5.89214 12.845L5.89295 12.945ZM6.01278 13.1785L6.11278 13.1782V13.1782L6.01278 13.1785ZM5.89391 13.4138L5.89472 13.5138L5.89486 13.5138L5.89391 13.4138ZM2.79013 13.4391V13.5391L2.79095 13.5391L2.79013 13.4391ZM2.67031 13.2057L2.57031 13.2059V13.2059L2.67031 13.2057ZM2.78918 12.9703L2.78836 12.8703L2.78823 12.8703L2.78918 12.9703ZM17.1 4.0794C17.1 1.82606 15.2668 -0.0074707 13.0131 -0.0074707V0.192529C15.1563 0.192529 16.9 1.9365 16.9 4.0794H17.1ZM14.1398 8.00802C15.847 7.51795 17.1 5.94247 17.1 4.0794H16.9C16.9 5.85072 15.7086 7.34961 14.0846 7.81579L14.1398 8.00802ZM14.2122 14.7622V7.9119H14.0122V14.7622H14.2122ZM12.9669 16.0075C13.6537 16.0075 14.2122 15.449 14.2122 14.7622H14.0122C14.0122 15.3386 13.5432 15.8075 12.9669 15.8075V16.0075ZM2.14531 16.0075H12.9669V15.8075H2.14531V16.0075ZM0.9 14.7622C0.9 15.449 1.45852 16.0075 2.14531 16.0075V15.8075C1.56898 15.8075 1.1 15.3386 1.1 14.7622H0.9ZM0.9 3.94065V14.7622H1.1V3.94065H0.9ZM2.14531 2.69534C1.45852 2.69534 0.9 3.25386 0.9 3.94065H1.1C1.1 3.36432 1.56898 2.89534 2.14531 2.89534V2.69534ZM9.23844 2.69534H2.14531V2.89534H9.23844V2.69534ZM13.0131 -0.0074707C11.2196 -0.0074707 9.69277 1.15359 9.14379 2.76306L9.33308 2.82762C9.85535 1.29647 11.3079 0.192529 13.0131 0.192529V-0.0074707ZM13.5434 14.7622C13.5434 15.0801 13.2848 15.3388 12.9669 15.3388V15.5388C13.3952 15.5388 13.7434 15.1906 13.7434 14.7622H13.5434ZM13.5434 8.01628V14.7622H13.7434V8.01628H13.5434ZM13.0134 8.16628C13.2332 8.16628 13.4488 8.14866 13.6592 8.11503L13.6277 7.91753C13.4275 7.94952 13.2225 7.96628 13.0134 7.96628V8.16628ZM8.92656 4.0794C8.92656 6.33275 10.7598 8.16628 13.0134 8.16628V7.96628C10.8702 7.96628 9.12656 6.22231 9.12656 4.0794H8.92656ZM9.01274 3.24363C8.95635 3.51341 8.92656 3.79308 8.92656 4.0794H9.12656C9.12656 3.80698 9.1549 3.54102 9.20851 3.28455L9.01274 3.24363ZM2.14531 3.36409H9.11063V3.16409H2.14531V3.36409ZM1.56875 3.94065C1.56875 3.62276 1.82742 3.36409 2.14531 3.36409V3.16409C1.71696 3.16409 1.36875 3.5123 1.36875 3.94065H1.56875ZM1.56875 14.7622V3.94065H1.36875V14.7622H1.56875ZM2.14531 15.3388C1.82742 15.3388 1.56875 15.0801 1.56875 14.7622H1.36875C1.36875 15.1906 1.71696 15.5388 2.14531 15.5388V15.3388ZM12.9669 15.3388H2.14531V15.5388H12.9669V15.3388ZM13.0131 7.49722C11.1287 7.49722 9.595 5.96386 9.595 4.07909H9.395C9.395 6.07433 11.0182 7.69722 13.0131 7.69722V7.49722ZM16.4312 4.07909C16.4312 5.96386 14.8979 7.49722 13.0131 7.49722V7.69722C15.0084 7.69722 16.6313 6.07432 16.6313 4.07909H16.4312ZM13.0131 0.660967C14.8979 0.660967 16.4312 2.19432 16.4312 4.07909H16.6313C16.6313 2.08386 15.0084 0.460967 13.0131 0.460967V0.660967ZM9.595 4.07909C9.595 2.19432 11.1284 0.660967 13.0131 0.660967V0.460967C11.0179 0.460967 9.395 2.08386 9.395 4.07909H9.595ZM12.6054 3.70686C12.517 3.67065 12.46 3.58593 12.46 3.49034H12.26C12.26 3.66725 12.3662 3.82503 12.5296 3.89195L12.6054 3.70686ZM12.8609 3.65458C12.7939 3.72273 12.6939 3.7431 12.6054 3.70686L12.5296 3.89195C12.693 3.95883 12.8793 3.92108 13.0035 3.79485L12.8609 3.65458ZM13.8732 2.62764L12.861 3.65452L13.0034 3.79492L14.0156 2.76804L13.8732 2.62764ZM13.8731 2.29897C13.9623 2.38942 13.9623 2.5372 13.8731 2.62765L14.0156 2.76803C14.1815 2.59973 14.1815 2.32689 14.0156 2.15859L13.8731 2.29897ZM12.861 1.2721L13.8732 2.29898L14.0156 2.15858L13.0034 1.1317L12.861 1.2721ZM12.6054 1.21976C12.6937 1.18359 12.7938 1.20407 12.861 1.27215L13.0034 1.13165C12.8793 1.00599 12.6931 0.967722 12.5296 1.03467L12.6054 1.21976ZM12.46 1.43628C12.46 1.34095 12.517 1.25595 12.6054 1.21976L12.5296 1.03467C12.3661 1.10161 12.26 1.25973 12.26 1.43628H12.46ZM12.46 1.64034V1.43628H12.26V1.64034H12.46ZM11.0775 2.4176C11.4209 2.04608 11.8773 1.80809 12.3737 1.7394L12.3463 1.54129C11.8039 1.61634 11.3053 1.87647 10.9306 2.28184L11.0775 2.4176ZM10.5003 3.89315C10.5003 3.34423 10.7052 2.82035 11.0775 2.41759L10.9306 2.28184C10.5242 2.72159 10.3003 3.29396 10.3003 3.89315H10.5003ZM10.5182 4.17313C10.5063 4.0809 10.5003 3.98675 10.5003 3.89315H10.3003C10.3003 3.99518 10.3068 4.09791 10.3199 4.1988L10.5182 4.17313ZM10.7124 4.37384C10.6092 4.35693 10.5316 4.27654 10.5182 4.17312L10.3199 4.19881C10.3446 4.38977 10.4896 4.54 10.6801 4.57121L10.7124 4.37384ZM10.7516 4.37722C10.7391 4.37722 10.7259 4.37613 10.713 4.37393L10.6795 4.57112C10.7035 4.57518 10.7278 4.57722 10.7516 4.57722V4.37722ZM10.9604 4.24618C10.9205 4.32812 10.8399 4.37722 10.7516 4.37722V4.57722C10.9157 4.57722 11.0664 4.48506 11.1402 4.33388L10.9604 4.24618ZM12.3425 3.20313C11.7481 3.30869 11.2276 3.6976 10.9604 4.24624L11.1402 4.33382C11.3792 3.84308 11.8456 3.4945 12.3775 3.40005L12.3425 3.20313ZM12.46 3.49034V3.30159H12.26V3.49034H12.46ZM11.275 2.60031C11 2.89804 10.8291 3.27146 10.7822 3.66959L10.9809 3.69296C11.0228 3.33672 11.1756 3.00264 11.4219 2.736L11.275 2.60031ZM12.5136 1.99444C12.0391 2.03403 11.5991 2.24952 11.275 2.60029L11.4219 2.73601C11.7122 2.42178 12.1059 2.22915 12.5302 2.19374L12.5136 1.99444ZM12.7291 1.76364C12.7278 1.88522 12.6361 1.98407 12.5135 1.99445L12.5303 2.19374C12.7551 2.17473 12.9266 1.99109 12.9291 1.7658L12.7291 1.76364ZM13.589 2.39327L12.9003 1.69452L12.7578 1.83492L13.4466 2.53367L13.589 2.39327ZM12.9003 3.23242L13.589 2.53367L13.4466 2.39327L12.7578 3.09202L12.9003 3.23242ZM12.7291 3.14753V3.16222H12.9291V3.14753H12.7291ZM12.6527 2.97462C12.7012 3.01875 12.7291 3.08187 12.7291 3.14753H12.9291C12.9291 3.02569 12.8776 2.90881 12.7873 2.82669L12.6527 2.97462ZM12.4731 2.91428C12.5383 2.90818 12.6039 2.93025 12.6527 2.97462L12.7873 2.82669C12.6973 2.7448 12.5761 2.70376 12.4544 2.71515L12.4731 2.91428ZM10.9606 3.74295C11.3262 3.2763 11.875 2.96952 12.4729 2.91429L12.4546 2.71514C11.8006 2.77554 11.2019 3.11063 10.8032 3.61961L10.9606 3.74295ZM10.8816 3.78128H10.8819V3.58128H10.8816V3.78128ZM15.3141 3.78465C15.4174 3.80157 15.4949 3.88196 15.5083 3.98538L15.7067 3.95969C15.6819 3.76873 15.537 3.61849 15.3465 3.58728L15.3141 3.78465ZM15.0662 3.91257C15.1117 3.81902 15.211 3.76772 15.3141 3.78465L15.3465 3.58729C15.1565 3.55609 14.9708 3.65167 14.8863 3.82499L15.0662 3.91257ZM13.684 4.95599C14.2785 4.85043 14.7989 4.46118 15.0662 3.91257L14.8863 3.82499C14.6473 4.31576 14.1809 4.66463 13.6491 4.75907L13.684 4.95599ZM13.5666 4.66816V4.85753H13.7666V4.66816H13.5666ZM13.4213 4.45167C13.5098 4.48784 13.5666 4.57245 13.5666 4.66816H13.7666C13.7666 4.49136 13.6608 4.33347 13.4969 4.26652L13.4213 4.45167ZM13.1658 4.5038C13.2324 4.43585 13.3326 4.41537 13.4212 4.45164L13.497 4.26655C13.3337 4.1997 13.147 4.23734 13.023 4.36376L13.1658 4.5038ZM12.1534 5.53086L13.1656 4.50398L13.0232 4.36358L12.011 5.39046L12.1534 5.53086ZM12.1534 5.85953C12.0643 5.76908 12.0643 5.62129 12.1534 5.53085L12.011 5.39046C11.8451 5.55877 11.8451 5.83161 12.011 5.99991L12.1534 5.85953ZM13.1656 6.88639L12.1534 5.85952L12.011 5.99992L13.0232 7.02679L13.1656 6.88639ZM13.3319 6.95628C13.2707 6.95628 13.2109 6.93233 13.1656 6.8864L13.0232 7.02679C13.1066 7.11148 13.218 7.15628 13.3319 7.15628V6.95628ZM13.4206 6.93866C13.392 6.95059 13.362 6.95628 13.3319 6.95628V7.15628C13.3874 7.15628 13.4436 7.14573 13.4975 7.12328L13.4206 6.93866ZM13.5666 6.72191C13.5666 6.81724 13.5096 6.90224 13.4212 6.93843L13.497 7.12351C13.6604 7.05657 13.7666 6.89845 13.7666 6.72191H13.5666ZM13.5666 6.51784V6.72191H13.7666V6.51784H13.5666ZM14.9491 5.74059C14.6057 6.1121 14.1492 6.3501 13.6529 6.41879L13.6803 6.6169C14.2226 6.54184 14.7212 6.28171 15.0959 5.87635L14.9491 5.74059ZM15.5262 4.26503C15.5262 4.81396 15.3213 5.33784 14.9491 5.74059L15.0959 5.87635C15.5024 5.4366 15.7263 4.86423 15.7263 4.26503H15.5262ZM15.5083 3.98506C15.5203 4.07729 15.5262 4.17144 15.5262 4.26503H15.7263C15.7263 4.163 15.7197 4.06027 15.7067 3.95938L15.5083 3.98506ZM15.7075 3.97253V3.97222H15.5075V3.97253H15.7075ZM13.513 6.16406C13.9874 6.12447 14.4275 5.90898 14.7516 5.5582L14.6047 5.42248C14.3144 5.73671 13.9207 5.92934 13.4964 5.96475L13.513 6.16406ZM13.2978 6.39468C13.2989 6.27327 13.3904 6.17443 13.5131 6.16405L13.4963 5.96476C13.2715 5.98376 13.0998 6.16742 13.0978 6.39288L13.2978 6.39468ZM12.4378 5.76523L13.1266 6.46398L13.269 6.32358L12.5803 5.62483L12.4378 5.76523ZM13.1266 4.92608L12.4378 5.62483L12.5803 5.76523L13.269 5.06648L13.1266 4.92608ZM13.2978 5.01097V4.99628H13.0978V5.01097H13.2978ZM13.3742 5.18388C13.3257 5.13975 13.2978 5.07663 13.2978 5.01097H13.0978C13.0978 5.13281 13.1493 5.24969 13.2396 5.33181L13.3742 5.18388ZM13.5538 5.24422C13.4886 5.25032 13.4229 5.22824 13.3742 5.18388L13.2396 5.33181C13.3296 5.41369 13.4508 5.45474 13.5724 5.44335L13.5538 5.24422ZM15.0663 4.41555C14.7007 4.8822 14.1518 5.18898 13.5539 5.24421L13.5723 5.44336C14.2263 5.38296 14.825 5.04787 15.2237 4.53889L15.0663 4.41555ZM14.7516 5.55819C15.0266 5.26046 15.1975 4.88704 15.2443 4.4889L15.0457 4.46554C15.0038 4.82178 14.8509 5.15586 14.6047 5.4225L14.7516 5.55819ZM7.87586 13.5143C8.02372 13.3714 8.09754 13.191 8.09754 12.9804H7.89754C7.89754 13.1394 7.84391 13.267 7.73686 13.3705L7.87586 13.5143ZM7.22961 13.724C7.50224 13.724 7.7245 13.6605 7.87584 13.5143L7.73688 13.3705C7.63755 13.4664 7.47531 13.524 7.22961 13.524V13.724ZM6.80263 13.724H7.22961V13.524H6.80263V13.724ZM6.90263 14.5513V13.624H6.70263V14.5513H6.90263ZM6.51266 14.6513H6.80263V14.4513H6.51266V14.6513ZM6.41266 12.3303V14.5513H6.61266V12.3303H6.41266ZM7.22961 12.2303H6.51266V12.4303H7.22961V12.2303ZM7.86826 12.4389C7.7137 12.2945 7.49514 12.2303 7.22961 12.2303V12.4303C7.46542 12.4303 7.62711 12.4873 7.73171 12.585L7.86826 12.4389ZM8.09754 12.9804C8.09754 12.7633 8.0215 12.5798 7.86766 12.4383L7.73231 12.5856C7.84188 12.6863 7.89754 12.815 7.89754 12.9804H8.09754ZM7.51892 13.2062C7.46882 13.2521 7.37941 13.285 7.22961 13.285V13.485C7.4027 13.485 7.55122 13.4479 7.65407 13.3536L7.51892 13.2062ZM7.6012 12.9804C7.6012 13.0894 7.5698 13.1595 7.51892 13.2062L7.65406 13.3536C7.75614 13.26 7.8012 13.1305 7.8012 12.9804H7.6012ZM7.22961 12.6693C7.37451 12.6693 7.46451 12.7012 7.5176 12.7475C7.56807 12.7914 7.6012 12.8626 7.6012 12.9804H7.8012C7.8012 12.8241 7.75574 12.6897 7.64901 12.5967C7.54491 12.5059 7.39911 12.4693 7.22961 12.4693V12.6693ZM6.80263 12.6693H7.22961V12.4693H6.80263V12.6693ZM6.90263 13.385V12.5693H6.70263V13.385H6.90263ZM7.22961 13.285H6.80263V13.485H7.22961V13.285ZM8.62483 14.5558C8.77453 14.639 8.94013 14.68 9.1195 14.68V14.48C8.97172 14.48 8.83992 14.4465 8.72196 14.381L8.62483 14.5558ZM8.27397 14.202C8.3591 14.3533 8.47611 14.4719 8.62424 14.5555L8.72256 14.3813C8.60727 14.3163 8.5161 14.2245 8.44828 14.1039L8.27397 14.202ZM8.1496 13.675C8.1496 13.8696 8.18976 14.0457 8.27308 14.2004L8.44917 14.1056C8.38378 13.9841 8.3496 13.8415 8.3496 13.675H8.1496ZM8.27715 13.1544C8.19111 13.3073 8.1496 13.4819 8.1496 13.675H8.3496C8.3496 13.5112 8.38456 13.3714 8.45147 13.2524L8.27715 13.1544ZM8.63546 12.7999C8.48439 12.8815 8.36484 13.0003 8.2774 13.1539L8.45122 13.2529C8.52098 13.1303 8.61386 13.0389 8.73045 12.976L8.63546 12.7999ZM9.13225 12.6764C8.95099 12.6764 8.78429 12.7173 8.63439 12.8005L8.73152 12.9754C8.84929 12.9099 8.98211 12.8764 9.13225 12.8764V12.6764ZM9.6301 12.8005C9.4802 12.7173 9.3135 12.6764 9.13225 12.6764V12.8764C9.28238 12.8764 9.4152 12.9099 9.53297 12.9754L9.6301 12.8005ZM9.98415 13.1512C9.89866 12.9992 9.77995 12.8814 9.62903 12.7999L9.53404 12.976C9.65079 13.039 9.74238 13.1293 9.80984 13.2492L9.98415 13.1512ZM10.1149 13.675C10.1149 13.4795 10.0722 13.3035 9.98357 13.1502L9.81042 13.2503C9.87898 13.3689 9.91489 13.5093 9.91489 13.675H10.1149ZM9.98014 14.2034C10.0709 14.0482 10.1149 13.871 10.1149 13.675H9.91489C9.91489 13.8402 9.87814 13.9816 9.80748 14.1025L9.98014 14.2034ZM9.61996 14.5562C9.77221 14.4729 9.89274 14.3546 9.98038 14.203L9.80723 14.1029C9.73767 14.2232 9.64365 14.3153 9.52399 14.3807L9.61996 14.5562ZM9.1195 14.68C9.30077 14.68 9.46827 14.6391 9.61996 14.5562L9.52399 14.3807C9.40377 14.4464 9.26962 14.48 9.1195 14.48V14.68ZM9.36549 14.1636C9.28872 14.2046 9.20722 14.225 9.1195 14.225V14.425C9.23996 14.425 9.35389 14.3966 9.45982 14.3399L9.36549 14.1636ZM9.54546 13.9827C9.49875 14.0653 9.43871 14.1244 9.36549 14.1636L9.45982 14.3399C9.56928 14.2814 9.65582 14.1939 9.71957 14.0811L9.54546 13.9827ZM9.61855 13.675C9.61855 13.8016 9.59271 13.9021 9.54628 13.9813L9.71876 14.0825C9.78703 13.9662 9.81855 13.8288 9.81855 13.675H9.61855ZM9.54865 13.3673C9.59353 13.4467 9.61855 13.5478 9.61855 13.675H9.81855C9.81855 13.5218 9.78834 13.3849 9.72276 13.2689L9.54865 13.3673ZM9.37262 13.19C9.44287 13.2268 9.50177 13.2844 9.54865 13.3673L9.72276 13.2689C9.65917 13.1564 9.57362 13.0695 9.46543 13.0129L9.37262 13.19ZM9.12906 13.1282C9.21677 13.1282 9.29685 13.1486 9.37099 13.1892L9.46706 13.0137C9.36276 12.9566 9.24953 12.9282 9.12906 12.9282V13.1282ZM8.88394 13.1892C8.95777 13.1487 9.03886 13.1282 9.12906 13.1282V12.9282C9.00682 12.9282 8.89248 12.9564 8.78787 13.0137L8.88394 13.1892ZM8.71346 13.3659C8.75847 13.2831 8.81535 13.226 8.88319 13.1896L8.78862 13.0133C8.68226 13.0704 8.59895 13.1577 8.53774 13.2704L8.71346 13.3659ZM8.64594 13.675C8.64594 13.5472 8.67013 13.4456 8.71346 13.3659L8.53774 13.2704C8.47485 13.3861 8.44594 13.5224 8.44594 13.675H8.64594ZM8.71107 13.9888C8.66939 13.9089 8.64594 13.8058 8.64594 13.675H8.44594C8.44594 13.8289 8.47347 13.9658 8.53375 14.0813L8.71107 13.9888ZM8.88164 14.1677C8.81281 14.1291 8.75544 14.0704 8.71028 13.9873L8.53455 14.0828C8.5956 14.1952 8.67843 14.283 8.78379 14.3422L8.88164 14.1677ZM9.1195 14.225C9.031 14.225 8.95178 14.2053 8.88 14.1668L8.78544 14.3431C8.88785 14.398 8.99981 14.425 9.1195 14.425V14.225ZM11.0143 14.48C10.8917 14.48 10.7851 14.4595 10.693 14.4208L10.6155 14.6052C10.7358 14.6558 10.8693 14.68 11.0143 14.68V14.48ZM11.3051 14.4248C11.2246 14.4606 11.1284 14.48 11.0143 14.48V14.68C11.1509 14.68 11.2757 14.6568 11.3863 14.6076L11.3051 14.4248ZM11.4898 14.2776C11.4484 14.3371 11.3881 14.3869 11.3042 14.4253L11.3872 14.6072C11.4987 14.5563 11.5892 14.485 11.6541 14.3916L11.4898 14.2776ZM11.5516 14.0765C11.5516 14.1523 11.531 14.2183 11.4898 14.2776L11.6541 14.3916C11.7191 14.2979 11.7516 14.1919 11.7516 14.0765H11.5516ZM11.487 13.8841C11.5258 13.9286 11.5499 13.9905 11.5516 14.0785L11.7516 14.0745C11.7491 13.9501 11.7137 13.8399 11.6378 13.7527L11.487 13.8841ZM11.3241 13.7645C11.3873 13.7901 11.4409 13.8291 11.4858 13.8827L11.639 13.7541C11.5734 13.6759 11.4932 13.6172 11.3992 13.5791L11.3241 13.7645ZM11.0296 13.6664C11.1524 13.6997 11.2494 13.7322 11.3219 13.7636L11.4013 13.58C11.3167 13.5434 11.2098 13.508 11.0819 13.4733L11.0296 13.6664ZM10.7852 13.5903C10.8464 13.613 10.9281 13.6383 11.0291 13.6662L11.0824 13.4735C10.9837 13.4462 10.9082 13.4226 10.8547 13.4028L10.7852 13.5903ZM10.6111 13.48C10.6591 13.5254 10.7163 13.5613 10.781 13.5887L10.8589 13.4045C10.8131 13.3851 10.7768 13.3615 10.7484 13.3346L10.6111 13.48ZM10.5256 13.264C10.5256 13.3443 10.5517 13.4174 10.607 13.476L10.7524 13.3387C10.7355 13.3208 10.7256 13.2983 10.7256 13.264H10.5256ZM10.6593 13.0077C10.5734 13.0699 10.5256 13.1577 10.5256 13.264H10.7256C10.7256 13.2257 10.7394 13.1967 10.7766 13.1697L10.6593 13.0077ZM10.9665 12.9218C10.849 12.9218 10.7433 12.9469 10.6593 13.0077L10.7766 13.1697C10.8159 13.1413 10.8759 13.1218 10.9665 13.1218V12.9218ZM11.2984 13.028C11.2096 12.9535 11.0952 12.9218 10.9665 12.9218V13.1218C11.063 13.1218 11.127 13.1453 11.1699 13.1812L11.2984 13.028ZM11.4455 13.3175C11.4373 13.2 11.3878 13.1006 11.2972 13.027L11.1711 13.1822C11.2165 13.2191 11.2414 13.2663 11.2459 13.3315L11.4455 13.3175ZM11.6357 13.2245H11.3457V13.4245H11.6357V13.2245ZM11.381 13.0003C11.4758 13.0781 11.5285 13.1844 11.5358 13.3295L11.7355 13.3195C11.7258 13.1247 11.6511 12.9633 11.508 12.8457L11.381 13.0003ZM10.9761 12.8764C11.1523 12.8764 11.2841 12.9207 11.381 13.0003L11.508 12.8457C11.3669 12.7299 11.1865 12.6764 10.9761 12.6764V12.8764ZM10.683 12.9343C10.7657 12.8966 10.8627 12.8764 10.9761 12.8764V12.6764C10.8388 12.6764 10.7127 12.7009 10.6 12.7524L10.683 12.9343ZM10.4966 13.0767C10.5376 13.0194 10.5975 12.9715 10.6814 12.935L10.6016 12.7516C10.4901 12.8001 10.3992 12.8691 10.3339 12.9605L10.4966 13.0767ZM10.4356 13.264C10.4356 13.1961 10.4553 13.1345 10.4966 13.0767L10.3339 12.9605C10.269 13.0513 10.2356 13.1534 10.2356 13.264H10.4356ZM10.499 13.4747C10.4596 13.4264 10.4356 13.3592 10.4356 13.264H10.2356C10.2356 13.3939 10.269 13.5093 10.3442 13.6013L10.499 13.4747ZM10.6728 13.6028C10.6055 13.5728 10.5471 13.5295 10.4969 13.4721L10.3464 13.6038C10.4152 13.6824 10.4969 13.7433 10.5911 13.7854L10.6728 13.6028ZM10.976 13.6994C10.8488 13.666 10.7472 13.6333 10.6699 13.6016L10.594 13.7866C10.6824 13.8229 10.7932 13.8582 10.9252 13.8928L10.976 13.6994ZM11.3151 13.8205C11.2354 13.7756 11.1199 13.7359 10.9752 13.6992L10.926 13.893C11.0659 13.9285 11.1608 13.9631 11.217 13.9948L11.3151 13.8205ZM11.468 14.0765C11.468 14.0231 11.456 13.9714 11.4281 13.9252C11.4003 13.8791 11.3602 13.8444 11.313 13.8193L11.2191 13.9959C11.2399 14.007 11.2508 14.0184 11.2569 14.0286C11.263 14.0388 11.268 14.0535 11.268 14.0765H11.468ZM11.3333 14.3407C11.4194 14.2746 11.468 14.1847 11.468 14.0765H11.268C11.268 14.117 11.2529 14.1503 11.2116 14.1819L11.3333 14.3407ZM11.0111 14.4346C11.1355 14.4346 11.2466 14.4071 11.3333 14.3407L11.2116 14.182C11.1708 14.2132 11.1077 14.2346 11.0111 14.2346V14.4346ZM10.6615 14.332C10.7575 14.4033 10.8768 14.4346 11.0111 14.4346V14.2346C10.9075 14.2346 10.8336 14.2107 10.7808 14.1715L10.6615 14.332ZM10.5006 14.048C10.5119 14.1639 10.5671 14.2598 10.6604 14.3312L10.7819 14.1723C10.7308 14.1332 10.7053 14.0868 10.6996 14.0285L10.5006 14.048ZM10.3006 14.1383H10.6001V13.9383H10.3006V14.1383ZM10.4828 14.2622C10.4331 14.1954 10.4056 14.1197 10.4004 14.0323L10.2007 14.0442C10.2082 14.1693 10.2487 14.2826 10.3223 14.3815L10.4828 14.2622ZM10.6945 14.4215C10.6015 14.3806 10.532 14.3267 10.482 14.2612L10.323 14.3825C10.3963 14.4785 10.4945 14.552 10.614 14.6046L10.6945 14.4215ZM12.5146 14.0733V13.0441H12.3146V14.0733H12.5146ZM12.5395 14.1842C12.5313 14.176 12.5146 14.1484 12.5146 14.0733H12.3146C12.3146 14.1681 12.3341 14.2616 12.3981 14.3257L12.5395 14.1842ZM12.6568 14.2059C12.5746 14.2059 12.5448 14.1892 12.5373 14.1821L12.4003 14.3278C12.465 14.3887 12.5605 14.4059 12.6568 14.4059V14.2059ZM12.8703 14.2059H12.6568V14.4059H12.8703V14.2059ZM12.9703 14.5513V14.3059H12.7703V14.5513H12.9703ZM12.609 14.6513H12.8703V14.4513H12.609V14.6513ZM12.178 14.5133C12.2843 14.6112 12.4341 14.6513 12.609 14.6513V14.4513C12.461 14.4513 12.3687 14.417 12.3135 14.3662L12.178 14.5133ZM12.0247 14.0733C12.0247 14.2561 12.0677 14.4117 12.178 14.5133L12.3135 14.3662C12.2623 14.3191 12.2247 14.2305 12.2247 14.0733H12.0247ZM12.0247 13.0441V14.0733H12.2247V13.0441H12.0247ZM11.8984 13.1441H12.1247V12.9441H11.8984V13.1441ZM11.7984 12.8051V13.0441H11.9984V12.8051H11.7984ZM12.1247 12.7051H11.8984V12.9051H12.1247V12.7051ZM12.0247 12.3654V12.8051H12.2247V12.3654H12.0247ZM12.4146 12.2654H12.1247V12.4654H12.4146V12.2654ZM12.5146 12.8051V12.3654H12.3146V12.8051H12.5146ZM12.8703 12.7051H12.4146V12.9051H12.8703V12.7051ZM12.9703 13.0441V12.8051H12.7703V13.0441H12.9703ZM12.4146 13.1441H12.8703V12.9441H12.4146V13.1441ZM2.57032 6.89905C2.57032 7.08365 2.72009 7.23342 2.90469 7.23342V7.03342C2.83055 7.03342 2.77032 6.97319 2.77032 6.89905H2.57032ZM2.90469 6.56467C2.72009 6.56467 2.57032 6.71444 2.57032 6.89905H2.77032C2.77032 6.8249 2.83055 6.76467 2.90469 6.76467V6.56467ZM8.78469 6.56467H2.90469V6.76467H8.78469V6.56467ZM9.11907 6.89905C9.11907 6.71445 8.9693 6.56467 8.78469 6.56467V6.76467C8.85884 6.76467 8.91907 6.8249 8.91907 6.89905H9.11907ZM8.78469 7.23342C8.9693 7.23342 9.11907 7.08365 9.11907 6.89905H8.91907C8.91907 6.9732 8.85884 7.03342 8.78469 7.03342V7.23342ZM2.90469 7.23342H8.78469V7.03342H2.90469V7.23342ZM4.05254 4.51011C4.05254 4.66878 3.99902 4.79615 3.89219 4.89942L4.0312 5.04322C4.17883 4.90051 4.25254 4.72041 4.25254 4.51011H4.05254ZM3.88765 4.11616C3.99699 4.21668 4.05254 4.34509 4.05254 4.51011H4.25254C4.25254 4.29345 4.17662 4.11015 4.02302 3.96893L3.88765 4.11616ZM3.38598 3.96124C3.62134 3.96124 3.78269 4.01808 3.88706 4.11561L4.02361 3.96948C3.86928 3.82527 3.65106 3.76124 3.38598 3.76124V3.96124ZM2.67032 3.96124H3.38598V3.76124H2.67032V3.96124ZM2.77032 6.07821V3.86124H2.57032V6.07821H2.77032ZM2.95977 5.97821H2.67032V6.17821H2.95977V5.97821ZM2.85977 5.15262V6.07821H3.05977V5.15262H2.85977ZM3.38598 5.05262H2.95977V5.25262H3.38598V5.05262ZM3.89222 4.8994C3.79311 4.99514 3.63122 5.05262 3.38598 5.05262V5.25262C3.65815 5.25262 3.88006 5.18923 4.03118 5.04324L3.89222 4.8994ZM3.38598 5.01407C3.55878 5.01407 3.70709 4.97697 3.8098 4.88282L3.67465 4.73539C3.62469 4.78119 3.5355 4.81407 3.38598 4.81407V5.01407ZM2.95977 5.01407H3.38598V4.81407H2.95977V5.01407ZM2.85977 4.0998V4.91407H3.05977V4.0998H2.85977ZM3.38598 3.9998H2.95977V4.1998H3.38598V3.9998ZM3.95673 4.51011C3.95673 4.35408 3.91134 4.2199 3.80475 4.12699C3.70079 4.03638 3.5552 3.9998 3.38598 3.9998V4.1998C3.5306 4.1998 3.62039 4.23161 3.67334 4.27776C3.72366 4.32163 3.75673 4.3926 3.75673 4.51011H3.95673ZM3.8098 4.88282C3.91173 4.78938 3.95673 4.66001 3.95673 4.51011H3.75673C3.75673 4.61891 3.72539 4.68888 3.67465 4.73539L3.8098 4.88282ZM4.89079 4.66374C4.93336 4.58038 4.99247 4.51732 5.0689 4.47216L4.96715 4.29997C4.85697 4.36508 4.77189 4.45681 4.71267 4.57278L4.89079 4.66374ZM4.70173 4.33517V4.61826H4.90173V4.33517H4.70173ZM4.51229 4.43517H4.80173V4.23517H4.51229V4.43517ZM4.61229 6.07821V4.33517H4.41229V6.07821H4.61229ZM4.80173 5.97821H4.51229V6.17821H4.80173V5.97821ZM4.70173 5.13036V6.07821H4.90173V5.13036H4.70173ZM5.28838 4.50235C5.10856 4.50235 4.95593 4.55151 4.84986 4.66658C4.74522 4.78011 4.70173 4.94087 4.70173 5.13036H4.90173C4.90173 4.96784 4.93935 4.8646 4.99693 4.80213C5.05308 4.7412 5.14377 4.70235 5.28838 4.70235V4.50235ZM5.36472 4.50235H5.28838V4.70235H5.36472V4.50235ZM5.26472 4.30337V4.60235H5.46472V4.30337H5.26472ZM5.06805 4.47265C5.14511 4.42813 5.24254 4.40337 5.36472 4.40337V4.20337C5.21548 4.20337 5.08178 4.23374 4.96799 4.29948L5.06805 4.47265ZM7.37914 5.32513C7.38582 5.26062 7.38921 5.19885 7.38921 5.1399H7.18922C7.18922 5.19121 7.18625 5.24607 7.1802 5.30455L7.37914 5.32513ZM5.88651 5.41484H7.27967V5.21484H5.88651V5.41484ZM6.12916 5.6452C6.04575 5.56846 5.99566 5.46 5.98632 5.30868L5.7867 5.321C5.79857 5.5132 5.86511 5.67404 5.99375 5.79238L6.12916 5.6452ZM6.45268 5.76192C6.32282 5.76192 6.21636 5.72211 6.12761 5.64381L5.99529 5.79378C6.12284 5.90632 6.2772 5.96192 6.45268 5.96192V5.76192ZM6.70747 5.69383C6.64518 5.73695 6.56245 5.76192 6.45268 5.76192V5.96192C6.59314 5.96192 6.71821 5.92965 6.82132 5.85826L6.70747 5.69383ZM6.84807 5.50782C6.82106 5.58546 6.7747 5.64677 6.70705 5.69412L6.82174 5.85797C6.92373 5.78657 6.99611 5.69097 7.03696 5.57352L6.84807 5.50782ZM7.25423 5.44067H6.94251V5.64067H7.25423V5.44067ZM7.03471 6.03069C7.19193 5.91159 7.29798 5.75632 7.35056 5.5675L7.15789 5.51384C7.11718 5.66006 7.03662 5.77833 6.91394 5.87128L7.03471 6.03069ZM6.45268 6.20684C6.67771 6.20684 6.87362 6.1503 7.03393 6.03128L6.91471 5.87069C6.79512 5.95948 6.64327 6.00684 6.45268 6.00684V6.20684ZM5.95822 6.0826C6.1061 6.16608 6.27175 6.20684 6.45268 6.20684V6.00684C6.30282 6.00684 6.1716 5.97339 6.05654 5.90843L5.95822 6.0826ZM5.61429 5.7286C5.69701 5.87985 5.81166 5.99851 5.95761 6.08225L6.05715 5.90878C5.9444 5.84409 5.85549 5.75281 5.78977 5.63264L5.61429 5.7286ZM5.4907 5.20351C5.4907 5.39778 5.5308 5.57356 5.61398 5.72803L5.79008 5.63321C5.72482 5.51202 5.6907 5.36973 5.6907 5.20351H5.4907ZM5.61054 4.68267C5.52954 4.83514 5.4907 5.00974 5.4907 5.20351H5.6907C5.6907 5.0368 5.72397 4.89545 5.78716 4.7765L5.61054 4.68267ZM5.95233 4.33052C5.8055 4.41237 5.69131 4.53062 5.61054 4.68267L5.78716 4.7765C5.85058 4.65712 5.93784 4.56757 6.0497 4.50522L5.95233 4.33052ZM6.45268 4.20655C6.26799 4.20655 6.10011 4.2471 5.95186 4.33079L6.05018 4.50495C6.16486 4.44021 6.2981 4.40655 6.45268 4.40655V4.20655ZM6.94093 4.32769C6.79678 4.246 6.63306 4.20655 6.45268 4.20655V4.40655C6.6031 4.40655 6.73201 4.43918 6.84232 4.50169L6.94093 4.32769ZM7.27249 4.66662C7.19557 4.5224 7.08441 4.409 6.94092 4.32769L6.84232 4.50169C6.9533 4.56458 7.03722 4.6505 7.09602 4.76074L7.27249 4.66662ZM7.38921 5.1399C7.38921 4.96568 7.35073 4.80647 7.27153 4.66487L7.09698 4.7625C7.15772 4.8711 7.18922 4.99604 7.18922 5.1399H7.38921ZM6.83214 4.84917C6.8693 4.90895 6.89023 4.98421 6.89023 5.07946H7.09023C7.09023 4.95419 7.06238 4.84073 7.002 4.74359L6.83214 4.84917ZM6.67378 4.70541C6.74086 4.73727 6.79285 4.78427 6.83152 4.84816L7.00262 4.7446C6.94375 4.64733 6.86215 4.57346 6.75959 4.52475L6.67378 4.70541ZM6.43996 4.65146C6.52741 4.65146 6.60378 4.66956 6.67105 4.70406L6.76231 4.5261C6.66419 4.47577 6.55607 4.45146 6.43996 4.45146V4.65146ZM6.13145 4.76582C6.21606 4.68984 6.31702 4.65146 6.43996 4.65146V4.45146C6.27027 4.45146 6.12101 4.50639 5.99782 4.61701L6.13145 4.76582ZM5.98929 5.0884C6.00238 4.94253 6.05238 4.8383 6.13221 4.76513L5.99706 4.6177C5.87332 4.73113 5.80669 4.88561 5.79009 5.07053L5.98929 5.0884ZM6.99023 4.97946H5.88969V5.17946H6.99023V4.97946ZM2.57031 8.16003C2.57031 8.34463 2.72008 8.49441 2.90469 8.49441V8.2944C2.83054 8.2944 2.77031 8.23418 2.77031 8.16003H2.57031ZM2.90469 7.82566C2.72008 7.82566 2.57031 7.97543 2.57031 8.16003H2.77031C2.77031 8.08588 2.83054 8.02566 2.90469 8.02566V7.82566ZM9.94531 7.82566H2.90469V8.02566H9.94531V7.82566ZM10.2797 8.16003C10.2797 7.97543 10.1299 7.82566 9.94531 7.82566V8.02566C10.0195 8.02566 10.0797 8.08588 10.0797 8.16003H10.2797ZM9.94531 8.49441C10.1299 8.49441 10.2797 8.34463 10.2797 8.16003H10.0797C10.0797 8.23418 10.0195 8.2944 9.94531 8.2944V8.49441ZM2.90469 8.49441H9.94531V8.2944H2.90469V8.49441ZM2.90469 9.55565C2.83054 9.55565 2.77031 9.49543 2.77031 9.42128H2.57031C2.57031 9.60588 2.72008 9.75566 2.90469 9.75566V9.55565ZM11.7638 9.55565H2.90469V9.75566H11.7638V9.55565ZM11.8981 9.42128C11.8981 9.49543 11.8379 9.55565 11.7638 9.55565V9.75566C11.9484 9.75566 12.0981 9.60588 12.0981 9.42128H11.8981ZM11.7638 9.28691C11.8379 9.28691 11.8981 9.34713 11.8981 9.42128H12.0981C12.0981 9.23668 11.9484 9.0869 11.7638 9.0869V9.28691ZM2.90469 9.28691H11.7638V9.0869H2.90469V9.28691ZM2.77031 9.42128C2.77031 9.34713 2.83054 9.28691 2.90469 9.28691V9.0869C2.72008 9.0869 2.57031 9.23668 2.57031 9.42128H2.77031ZM11.7638 10.3478H2.90469V10.5478H11.7638V10.3478ZM12.0981 10.6822C12.0981 10.4976 11.9484 10.3478 11.7638 10.3478V10.5478C11.8379 10.5478 11.8981 10.6081 11.8981 10.6822H12.0981ZM11.7638 11.0166C11.9484 11.0166 12.0981 10.8668 12.0981 10.6822H11.8981C11.8981 10.7564 11.8379 10.8166 11.7638 10.8166V11.0166ZM2.90469 11.0166H11.7638V10.8166H2.90469V11.0166ZM2.57031 10.6822C2.57031 10.8668 2.72008 11.0166 2.90469 11.0166V10.8166C2.83054 10.8166 2.77031 10.7564 2.77031 10.6822H2.57031ZM2.90469 10.3478C2.72008 10.3478 2.57031 10.4976 2.57031 10.6822H2.77031C2.77031 10.6081 2.83054 10.5478 2.90469 10.5478V10.3478ZM2.77867 11.8091H5.90442V11.6091H2.77867V11.8091ZM2.77031 11.9435C2.77031 11.8899 2.78056 11.8463 2.79283 11.8197C2.79574 11.8134 2.79845 11.8088 2.80063 11.8056C2.80285 11.8024 2.80413 11.8012 2.80403 11.8013C2.80374 11.8016 2.79495 11.8091 2.77867 11.8091V11.6091C2.68631 11.6091 2.63434 11.686 2.61129 11.7358C2.58433 11.7941 2.57031 11.8676 2.57031 11.9435H2.77031ZM2.77867 12.0778C2.79495 12.0778 2.80374 12.0854 2.80403 12.0857C2.80413 12.0857 2.80285 12.0846 2.80063 12.0813C2.79845 12.0781 2.79574 12.0735 2.79283 12.0672C2.78056 12.0407 2.77031 11.997 2.77031 11.9435H2.57031C2.57031 12.0193 2.58433 12.0928 2.61129 12.1511C2.63434 12.201 2.68631 12.2778 2.77867 12.2778V12.0778ZM5.90442 12.0778H2.77867V12.2778H5.90442V12.0778ZM5.91278 11.9435C5.91278 11.997 5.90253 12.0407 5.89026 12.0672C5.88735 12.0735 5.88465 12.0781 5.88246 12.0813C5.88024 12.0846 5.87896 12.0857 5.87907 12.0857C5.87936 12.0854 5.88814 12.0778 5.90442 12.0778V12.2778C5.99678 12.2778 6.04876 12.201 6.0718 12.1511C6.09876 12.0928 6.11278 12.0193 6.11278 11.9435H5.91278ZM5.90442 11.8091C5.88814 11.8091 5.87936 11.8016 5.87907 11.8013C5.87896 11.8012 5.88024 11.8024 5.88246 11.8056C5.88465 11.8088 5.88735 11.8134 5.89026 11.8197C5.90253 11.8463 5.91278 11.8899 5.91278 11.9435H6.11278C6.11278 11.8676 6.09876 11.7941 6.0718 11.7358C6.04876 11.686 5.99678 11.6091 5.90442 11.6091V11.8091ZM5.89343 12.845H5.89295V13.045H5.89343V12.845ZM6.11278 13.1782C6.11259 13.1013 6.09681 13.0268 6.06667 12.9678C6.0393 12.9143 5.98349 12.845 5.89343 12.845V13.045C5.86909 13.045 5.8728 13.028 5.88859 13.0589C5.90161 13.0843 5.91265 13.1265 5.91278 13.1787L6.11278 13.1782ZM5.89486 13.5138C5.98477 13.5129 6.04023 13.4433 6.06741 13.3895C6.09739 13.3302 6.11297 13.2554 6.11278 13.1782L5.91278 13.1787C5.91291 13.2309 5.90199 13.2734 5.88892 13.2993C5.87306 13.3307 5.86892 13.314 5.89296 13.3138L5.89486 13.5138ZM2.79095 13.5391L5.89472 13.5138L5.89309 13.3138L2.78932 13.3391L2.79095 13.5391ZM2.78966 13.5391H2.79013V13.3391H2.78966V13.5391ZM2.57031 13.2059C2.5705 13.2828 2.58627 13.3573 2.61641 13.4163C2.64379 13.4698 2.6996 13.5391 2.78966 13.5391V13.3391C2.81399 13.3391 2.81029 13.3562 2.7945 13.3253C2.78148 13.2998 2.77044 13.2576 2.77031 13.2054L2.57031 13.2059ZM2.78823 12.8703C2.69831 12.8712 2.64286 12.9408 2.61567 12.9946C2.5857 13.0539 2.57012 13.1287 2.57031 13.2059L2.77031 13.2054C2.77018 13.1532 2.7811 13.1107 2.79417 13.0848C2.81003 13.0535 2.81417 13.0701 2.79013 13.0703L2.78823 12.8703ZM5.89214 12.845L2.78836 12.8703L2.78999 13.0703L5.89377 13.045L5.89214 12.845Z" fill="currentColor" mask="url(#path-1-outside-1_2947_12976)"/>
8
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="path-1-outside-1_2947_12082" maskUnits="userSpaceOnUse" x="-0.427979" y="0" width="17" height="18" fill="black">
3
- <rect fill="white" x="-0.427979" width="17" height="18"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.827 9.80509C12.6956 9.80509 12.5892 9.91156 12.5892 10.0429V15.7462C12.5892 16.1753 12.2399 16.5245 11.8106 16.5245H1.82587C1.39674 16.5245 1.04758 16.1753 1.04758 15.7462V4.08697H9.74337C9.87471 4.08697 9.98115 3.9805 9.98115 3.84919C9.98115 3.71788 9.87471 3.61141 9.74337 3.61141H1.04758V2.25381C1.04758 1.82469 1.39674 1.47553 1.82587 1.47553H11.8106C12.2399 1.47553 12.5892 1.82469 12.5892 2.25381C12.5892 2.38513 12.6957 2.49159 12.827 2.49159C12.9584 2.49159 13.0648 2.38513 13.0648 2.25381C13.0647 1.56247 12.5021 1 11.8106 1H1.82587C1.13452 1 0.572021 1.56247 0.572021 2.25381V15.7462C0.572021 16.4376 1.13449 17 1.82587 17H11.8106C12.5021 17 13.0648 16.4375 13.0648 15.7462V10.0429C13.0647 9.91156 12.9583 9.80509 12.827 9.80509ZM1.66752 2.51781C1.66752 2.09816 2.00896 1.75672 2.42862 1.75672C2.84827 1.75672 3.18971 2.09816 3.18971 2.51781C3.18971 2.93747 2.84827 3.27891 2.42862 3.27891C2.00896 3.27891 1.66752 2.9375 1.66752 2.51781ZM2.14305 2.51778C2.14305 2.67522 2.27115 2.80334 2.42862 2.80334C2.58609 2.80334 2.71418 2.67528 2.71418 2.51778C2.71418 2.36034 2.58609 2.23222 2.42862 2.23222C2.27115 2.23222 2.14305 2.36034 2.14305 2.51778ZM3.42936 2.51781C3.42936 2.09816 3.7708 1.75672 4.19046 1.75672C4.61011 1.75672 4.95155 2.09816 4.95155 2.51781C4.95155 2.93747 4.61011 3.27891 4.19046 3.27891C3.7708 3.27891 3.42936 2.9375 3.42936 2.51781ZM3.90489 2.51778C3.90489 2.67522 4.03299 2.80334 4.19046 2.80334C4.34793 2.80334 4.47602 2.67528 4.47602 2.51778C4.47602 2.36034 4.34793 2.23222 4.19046 2.23222C4.03299 2.23222 3.90489 2.36034 3.90489 2.51778ZM5.95236 1.75672C5.53267 1.75675 5.19127 2.09816 5.19127 2.51781C5.19127 2.9375 5.53271 3.27891 5.95236 3.27891C6.37205 3.27891 6.71349 2.93747 6.71349 2.51781C6.71346 2.09816 6.37202 1.75672 5.95236 1.75672ZM5.95233 2.80334C5.79486 2.80334 5.66677 2.67522 5.66677 2.51778C5.66677 2.36034 5.79486 2.23222 5.95233 2.23222C6.1098 2.23222 6.23789 2.36034 6.23789 2.51778C6.23789 2.67528 6.1098 2.80334 5.95233 2.80334ZM15.105 4.10778C15.212 4.03166 15.3605 4.05675 15.4366 4.16375C15.8289 4.71538 16.0363 5.36597 16.0362 6.045C16.0362 7.83675 14.5786 9.29444 12.7868 9.29444C10.9951 9.29444 9.53736 7.83675 9.53736 6.045C9.53736 4.25325 10.9951 2.79556 12.7868 2.79556C13.5277 2.79556 14.2256 3.0385 14.8049 3.49809C14.9078 3.57975 14.925 3.72928 14.8434 3.83216C14.7618 3.93503 14.6122 3.95225 14.5094 3.87066C14.015 3.47844 13.4193 3.27113 12.7868 3.27113C11.2573 3.27113 10.0129 4.5155 10.0129 6.04503C10.0129 7.57456 11.2573 8.81894 12.7868 8.81894C14.3163 8.81894 15.5607 7.57456 15.5607 6.04503C15.5607 5.46525 15.3837 4.91 15.049 4.43931C14.9729 4.33234 14.9979 4.18391 15.105 4.10778ZM3.3248 5.47791H8.60305C8.7344 5.47791 8.84083 5.58437 8.84083 5.71569C8.84083 5.847 8.73436 5.95347 8.60305 5.95347H3.3248C3.19346 5.95347 3.08702 5.847 3.08702 5.71569C3.08702 5.58437 3.19346 5.47791 3.3248 5.47791ZM2.49599 5.66922C2.45193 5.45888 2.16136 5.40913 2.05549 5.59953C1.95174 5.78609 2.13727 6.01003 2.34002 5.94028C2.45033 5.90238 2.51986 5.78431 2.49599 5.66922ZM3.3248 8.13469H8.60305C8.7344 8.13469 8.84083 8.24116 8.84083 8.37247C8.84083 8.50378 8.7344 8.61025 8.60305 8.61025H3.3248C3.19346 8.61025 3.08702 8.50378 3.08702 8.37247C3.08702 8.24116 3.19346 8.13469 3.3248 8.13469ZM2.43099 8.20419C2.28296 8.06069 2.02468 8.16303 2.02483 8.37253C2.02493 8.47647 2.09565 8.57053 2.19496 8.60028C2.28943 8.62856 2.39515 8.59331 2.45371 8.51403C2.52312 8.42013 2.51305 8.28687 2.43099 8.20419ZM9.25302 9.46309H10.7429C10.8742 9.46309 10.9806 9.56956 10.9806 9.70087C10.9806 9.83219 10.8742 9.93865 10.7429 9.93865H9.25302C9.12168 9.93865 9.01524 9.83219 9.01524 9.70087C9.01524 9.56956 9.12168 9.46309 9.25302 9.46309ZM8.4604 9.46309H5.68661C5.55527 9.46309 5.44883 9.56956 5.44883 9.70087C5.44883 9.83219 5.55527 9.93865 5.68661 9.93865H8.4604C8.59174 9.93865 8.69818 9.83219 8.69818 9.70087C8.69818 9.56956 8.59171 9.46309 8.4604 9.46309ZM3.3248 9.46309H4.89402C5.02536 9.46309 5.1318 9.56956 5.1318 9.70087C5.1318 9.83219 5.02536 9.93865 4.89402 9.93865H3.3248C3.19346 9.93865 3.08702 9.83219 3.08702 9.70087C3.08702 9.56956 3.19346 9.46309 3.3248 9.46309ZM2.43099 9.53284C2.27955 9.38141 2.01208 9.50178 2.0254 9.71562C2.03143 9.81247 2.09812 9.89744 2.1903 9.92712C2.29087 9.9595 2.40421 9.91934 2.4618 9.83078C2.5224 9.73769 2.50971 9.61156 2.43099 9.53284ZM3.3248 10.7915H7.17649C7.30783 10.7915 7.41427 10.898 7.41427 11.0293C7.41427 11.1606 7.30783 11.2671 7.17649 11.2671H3.3248C3.19346 11.2671 3.08702 11.1606 3.08702 11.0293C3.08702 10.898 3.19346 10.7915 3.3248 10.7915ZM2.49599 10.9829C2.45186 10.7723 2.16283 10.7233 2.05611 10.9123C2.00327 11.0059 2.02052 11.1262 2.09821 11.2007C2.16933 11.2689 2.27777 11.2859 2.36649 11.2432C2.46214 11.1971 2.51764 11.0872 2.49599 10.9829ZM8.82505 12.1199H9.55408C9.68543 12.1199 9.79187 12.2263 9.79187 12.3577C9.79187 12.489 9.68543 12.5954 9.55408 12.5954H8.82505C8.69371 12.5954 8.58727 12.489 8.58727 12.3577C8.58727 12.2263 8.69371 12.1199 8.82505 12.1199ZM8.03243 12.1199H5.92437C5.79302 12.1199 5.68658 12.2263 5.68658 12.3577C5.68658 12.489 5.79302 12.5954 5.92437 12.5954H8.03243C8.16374 12.5954 8.27021 12.489 8.27021 12.3577C8.27021 12.2263 8.16377 12.1199 8.03243 12.1199ZM3.3248 12.1199H5.13177C5.26311 12.1199 5.36955 12.2263 5.36955 12.3577C5.36955 12.489 5.26311 12.5954 5.13177 12.5954H3.3248C3.19346 12.5954 3.08702 12.489 3.08702 12.3577C3.08702 12.2263 3.19346 12.1199 3.3248 12.1199ZM2.43099 12.1895C2.27961 12.0382 2.01215 12.1588 2.0254 12.3724C2.03143 12.4693 2.09796 12.5542 2.1903 12.5838C2.29086 12.6161 2.40421 12.5764 2.4618 12.4877C2.52236 12.3944 2.50977 12.2683 2.43099 12.1895ZM7.25583 13.4483H10.6478C10.7791 13.4483 10.8856 13.5547 10.8856 13.6861C10.8856 13.8174 10.7791 13.9239 10.6478 13.9239H7.25583C7.12449 13.9239 7.01805 13.8174 7.01805 13.6861C7.01805 13.5548 7.12449 13.4483 7.25583 13.4483ZM6.46321 13.4483H3.3248C3.19346 13.4483 3.08702 13.5548 3.08702 13.6861C3.08702 13.8174 3.19346 13.9239 3.3248 13.9239H6.46321C6.59452 13.9239 6.70099 13.8174 6.70099 13.6861C6.70099 13.5547 6.59455 13.4483 6.46321 13.4483ZM2.06018 13.5619C2.17115 13.3796 2.4528 13.4336 2.49599 13.6396C2.52052 13.758 2.4464 13.8783 2.3318 13.9135C2.12712 13.9763 1.94905 13.7445 2.06018 13.5619ZM4.89402 14.7767H3.3248C3.19346 14.7767 3.08702 14.8832 3.08702 15.0145C3.08702 15.1458 3.19346 15.2523 3.3248 15.2523H4.89402C5.02536 15.2523 5.1318 15.1458 5.1318 15.0145C5.1318 14.8832 5.02536 14.7767 4.89402 14.7767ZM2.04324 14.9236C2.12371 14.7317 2.40174 14.7323 2.48233 14.9236C2.52912 15.0342 2.48112 15.1668 2.37583 15.2236C2.29312 15.2683 2.18962 15.2591 2.11558 15.2012C2.03296 15.1366 2.00271 15.0202 2.04324 14.9236ZM4.51358 6.80628H3.3248C3.19346 6.80628 3.08702 6.91275 3.08702 7.04406C3.08702 7.17538 3.19346 7.28184 3.3248 7.28184H4.51358C4.64493 7.28184 4.75136 7.17538 4.75136 7.04406C4.75136 6.91275 4.64493 6.80628 4.51358 6.80628ZM5.36952 6.80628H7.65199C7.78337 6.80628 7.88977 6.91275 7.88977 7.04406C7.88977 7.17538 7.78333 7.28184 7.65199 7.28184H5.36952C5.23818 7.28184 5.13174 7.17538 5.13174 7.04406C5.13174 6.91275 5.23818 6.80628 5.36952 6.80628ZM2.49599 6.99756C2.45233 6.78925 2.16633 6.73757 2.05783 6.92385C1.94927 7.11016 2.13561 7.33944 2.34005 7.26891C2.45027 7.23091 2.51986 7.11256 2.49599 6.99756ZM12.8727 5.56255C12.8727 5.7277 12.8348 5.87932 12.759 6.0174C12.6832 6.15277 12.5667 6.26242 12.4097 6.34635C12.2527 6.43028 12.0577 6.47224 11.8249 6.47224H11.3944V7.49564H10.7V4.64474H11.8249C12.0523 4.64474 12.2446 4.684 12.4016 4.76252C12.5586 4.84103 12.6764 4.94933 12.7549 5.0874C12.8334 5.22548 12.8727 5.38386 12.8727 5.56255ZM11.7721 5.91993C11.9048 5.91993 12.0036 5.8888 12.0686 5.82653C12.1336 5.76425 12.166 5.67626 12.166 5.56255C12.166 5.44884 12.1336 5.36085 12.0686 5.29858C12.0036 5.23631 11.9048 5.20518 11.7721 5.20518H11.3944V5.91993H11.7721ZM13.9287 5.20112V5.77779H14.8586V6.31386H13.9287V6.93927H14.9805V7.49564H13.2342V4.64474H14.9805V5.20112H13.9287Z"/>
5
- </mask>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.827 9.80509C12.6956 9.80509 12.5892 9.91156 12.5892 10.0429V15.7462C12.5892 16.1753 12.2399 16.5245 11.8106 16.5245H1.82587C1.39674 16.5245 1.04758 16.1753 1.04758 15.7462V4.08697H9.74337C9.87471 4.08697 9.98115 3.9805 9.98115 3.84919C9.98115 3.71788 9.87471 3.61141 9.74337 3.61141H1.04758V2.25381C1.04758 1.82469 1.39674 1.47553 1.82587 1.47553H11.8106C12.2399 1.47553 12.5892 1.82469 12.5892 2.25381C12.5892 2.38513 12.6957 2.49159 12.827 2.49159C12.9584 2.49159 13.0648 2.38513 13.0648 2.25381C13.0647 1.56247 12.5021 1 11.8106 1H1.82587C1.13452 1 0.572021 1.56247 0.572021 2.25381V15.7462C0.572021 16.4376 1.13449 17 1.82587 17H11.8106C12.5021 17 13.0648 16.4375 13.0648 15.7462V10.0429C13.0647 9.91156 12.9583 9.80509 12.827 9.80509ZM1.66752 2.51781C1.66752 2.09816 2.00896 1.75672 2.42862 1.75672C2.84827 1.75672 3.18971 2.09816 3.18971 2.51781C3.18971 2.93747 2.84827 3.27891 2.42862 3.27891C2.00896 3.27891 1.66752 2.9375 1.66752 2.51781ZM2.14305 2.51778C2.14305 2.67522 2.27115 2.80334 2.42862 2.80334C2.58609 2.80334 2.71418 2.67528 2.71418 2.51778C2.71418 2.36034 2.58609 2.23222 2.42862 2.23222C2.27115 2.23222 2.14305 2.36034 2.14305 2.51778ZM3.42936 2.51781C3.42936 2.09816 3.7708 1.75672 4.19046 1.75672C4.61011 1.75672 4.95155 2.09816 4.95155 2.51781C4.95155 2.93747 4.61011 3.27891 4.19046 3.27891C3.7708 3.27891 3.42936 2.9375 3.42936 2.51781ZM3.90489 2.51778C3.90489 2.67522 4.03299 2.80334 4.19046 2.80334C4.34793 2.80334 4.47602 2.67528 4.47602 2.51778C4.47602 2.36034 4.34793 2.23222 4.19046 2.23222C4.03299 2.23222 3.90489 2.36034 3.90489 2.51778ZM5.95236 1.75672C5.53267 1.75675 5.19127 2.09816 5.19127 2.51781C5.19127 2.9375 5.53271 3.27891 5.95236 3.27891C6.37205 3.27891 6.71349 2.93747 6.71349 2.51781C6.71346 2.09816 6.37202 1.75672 5.95236 1.75672ZM5.95233 2.80334C5.79486 2.80334 5.66677 2.67522 5.66677 2.51778C5.66677 2.36034 5.79486 2.23222 5.95233 2.23222C6.1098 2.23222 6.23789 2.36034 6.23789 2.51778C6.23789 2.67528 6.1098 2.80334 5.95233 2.80334ZM15.105 4.10778C15.212 4.03166 15.3605 4.05675 15.4366 4.16375C15.8289 4.71538 16.0363 5.36597 16.0362 6.045C16.0362 7.83675 14.5786 9.29444 12.7868 9.29444C10.9951 9.29444 9.53736 7.83675 9.53736 6.045C9.53736 4.25325 10.9951 2.79556 12.7868 2.79556C13.5277 2.79556 14.2256 3.0385 14.8049 3.49809C14.9078 3.57975 14.925 3.72928 14.8434 3.83216C14.7618 3.93503 14.6122 3.95225 14.5094 3.87066C14.015 3.47844 13.4193 3.27113 12.7868 3.27113C11.2573 3.27113 10.0129 4.5155 10.0129 6.04503C10.0129 7.57456 11.2573 8.81894 12.7868 8.81894C14.3163 8.81894 15.5607 7.57456 15.5607 6.04503C15.5607 5.46525 15.3837 4.91 15.049 4.43931C14.9729 4.33234 14.9979 4.18391 15.105 4.10778ZM3.3248 5.47791H8.60305C8.7344 5.47791 8.84083 5.58437 8.84083 5.71569C8.84083 5.847 8.73436 5.95347 8.60305 5.95347H3.3248C3.19346 5.95347 3.08702 5.847 3.08702 5.71569C3.08702 5.58437 3.19346 5.47791 3.3248 5.47791ZM2.49599 5.66922C2.45193 5.45888 2.16136 5.40913 2.05549 5.59953C1.95174 5.78609 2.13727 6.01003 2.34002 5.94028C2.45033 5.90238 2.51986 5.78431 2.49599 5.66922ZM3.3248 8.13469H8.60305C8.7344 8.13469 8.84083 8.24116 8.84083 8.37247C8.84083 8.50378 8.7344 8.61025 8.60305 8.61025H3.3248C3.19346 8.61025 3.08702 8.50378 3.08702 8.37247C3.08702 8.24116 3.19346 8.13469 3.3248 8.13469ZM2.43099 8.20419C2.28296 8.06069 2.02468 8.16303 2.02483 8.37253C2.02493 8.47647 2.09565 8.57053 2.19496 8.60028C2.28943 8.62856 2.39515 8.59331 2.45371 8.51403C2.52312 8.42013 2.51305 8.28687 2.43099 8.20419ZM9.25302 9.46309H10.7429C10.8742 9.46309 10.9806 9.56956 10.9806 9.70087C10.9806 9.83219 10.8742 9.93865 10.7429 9.93865H9.25302C9.12168 9.93865 9.01524 9.83219 9.01524 9.70087C9.01524 9.56956 9.12168 9.46309 9.25302 9.46309ZM8.4604 9.46309H5.68661C5.55527 9.46309 5.44883 9.56956 5.44883 9.70087C5.44883 9.83219 5.55527 9.93865 5.68661 9.93865H8.4604C8.59174 9.93865 8.69818 9.83219 8.69818 9.70087C8.69818 9.56956 8.59171 9.46309 8.4604 9.46309ZM3.3248 9.46309H4.89402C5.02536 9.46309 5.1318 9.56956 5.1318 9.70087C5.1318 9.83219 5.02536 9.93865 4.89402 9.93865H3.3248C3.19346 9.93865 3.08702 9.83219 3.08702 9.70087C3.08702 9.56956 3.19346 9.46309 3.3248 9.46309ZM2.43099 9.53284C2.27955 9.38141 2.01208 9.50178 2.0254 9.71562C2.03143 9.81247 2.09812 9.89744 2.1903 9.92712C2.29087 9.9595 2.40421 9.91934 2.4618 9.83078C2.5224 9.73769 2.50971 9.61156 2.43099 9.53284ZM3.3248 10.7915H7.17649C7.30783 10.7915 7.41427 10.898 7.41427 11.0293C7.41427 11.1606 7.30783 11.2671 7.17649 11.2671H3.3248C3.19346 11.2671 3.08702 11.1606 3.08702 11.0293C3.08702 10.898 3.19346 10.7915 3.3248 10.7915ZM2.49599 10.9829C2.45186 10.7723 2.16283 10.7233 2.05611 10.9123C2.00327 11.0059 2.02052 11.1262 2.09821 11.2007C2.16933 11.2689 2.27777 11.2859 2.36649 11.2432C2.46214 11.1971 2.51764 11.0872 2.49599 10.9829ZM8.82505 12.1199H9.55408C9.68543 12.1199 9.79187 12.2263 9.79187 12.3577C9.79187 12.489 9.68543 12.5954 9.55408 12.5954H8.82505C8.69371 12.5954 8.58727 12.489 8.58727 12.3577C8.58727 12.2263 8.69371 12.1199 8.82505 12.1199ZM8.03243 12.1199H5.92437C5.79302 12.1199 5.68658 12.2263 5.68658 12.3577C5.68658 12.489 5.79302 12.5954 5.92437 12.5954H8.03243C8.16374 12.5954 8.27021 12.489 8.27021 12.3577C8.27021 12.2263 8.16377 12.1199 8.03243 12.1199ZM3.3248 12.1199H5.13177C5.26311 12.1199 5.36955 12.2263 5.36955 12.3577C5.36955 12.489 5.26311 12.5954 5.13177 12.5954H3.3248C3.19346 12.5954 3.08702 12.489 3.08702 12.3577C3.08702 12.2263 3.19346 12.1199 3.3248 12.1199ZM2.43099 12.1895C2.27961 12.0382 2.01215 12.1588 2.0254 12.3724C2.03143 12.4693 2.09796 12.5542 2.1903 12.5838C2.29086 12.6161 2.40421 12.5764 2.4618 12.4877C2.52236 12.3944 2.50977 12.2683 2.43099 12.1895ZM7.25583 13.4483H10.6478C10.7791 13.4483 10.8856 13.5547 10.8856 13.6861C10.8856 13.8174 10.7791 13.9239 10.6478 13.9239H7.25583C7.12449 13.9239 7.01805 13.8174 7.01805 13.6861C7.01805 13.5548 7.12449 13.4483 7.25583 13.4483ZM6.46321 13.4483H3.3248C3.19346 13.4483 3.08702 13.5548 3.08702 13.6861C3.08702 13.8174 3.19346 13.9239 3.3248 13.9239H6.46321C6.59452 13.9239 6.70099 13.8174 6.70099 13.6861C6.70099 13.5547 6.59455 13.4483 6.46321 13.4483ZM2.06018 13.5619C2.17115 13.3796 2.4528 13.4336 2.49599 13.6396C2.52052 13.758 2.4464 13.8783 2.3318 13.9135C2.12712 13.9763 1.94905 13.7445 2.06018 13.5619ZM4.89402 14.7767H3.3248C3.19346 14.7767 3.08702 14.8832 3.08702 15.0145C3.08702 15.1458 3.19346 15.2523 3.3248 15.2523H4.89402C5.02536 15.2523 5.1318 15.1458 5.1318 15.0145C5.1318 14.8832 5.02536 14.7767 4.89402 14.7767ZM2.04324 14.9236C2.12371 14.7317 2.40174 14.7323 2.48233 14.9236C2.52912 15.0342 2.48112 15.1668 2.37583 15.2236C2.29312 15.2683 2.18962 15.2591 2.11558 15.2012C2.03296 15.1366 2.00271 15.0202 2.04324 14.9236ZM4.51358 6.80628H3.3248C3.19346 6.80628 3.08702 6.91275 3.08702 7.04406C3.08702 7.17538 3.19346 7.28184 3.3248 7.28184H4.51358C4.64493 7.28184 4.75136 7.17538 4.75136 7.04406C4.75136 6.91275 4.64493 6.80628 4.51358 6.80628ZM5.36952 6.80628H7.65199C7.78337 6.80628 7.88977 6.91275 7.88977 7.04406C7.88977 7.17538 7.78333 7.28184 7.65199 7.28184H5.36952C5.23818 7.28184 5.13174 7.17538 5.13174 7.04406C5.13174 6.91275 5.23818 6.80628 5.36952 6.80628ZM2.49599 6.99756C2.45233 6.78925 2.16633 6.73757 2.05783 6.92385C1.94927 7.11016 2.13561 7.33944 2.34005 7.26891C2.45027 7.23091 2.51986 7.11256 2.49599 6.99756ZM12.8727 5.56255C12.8727 5.7277 12.8348 5.87932 12.759 6.0174C12.6832 6.15277 12.5667 6.26242 12.4097 6.34635C12.2527 6.43028 12.0577 6.47224 11.8249 6.47224H11.3944V7.49564H10.7V4.64474H11.8249C12.0523 4.64474 12.2446 4.684 12.4016 4.76252C12.5586 4.84103 12.6764 4.94933 12.7549 5.0874C12.8334 5.22548 12.8727 5.38386 12.8727 5.56255ZM11.7721 5.91993C11.9048 5.91993 12.0036 5.8888 12.0686 5.82653C12.1336 5.76425 12.166 5.67626 12.166 5.56255C12.166 5.44884 12.1336 5.36085 12.0686 5.29858C12.0036 5.23631 11.9048 5.20518 11.7721 5.20518H11.3944V5.91993H11.7721ZM13.9287 5.20112V5.77779H14.8586V6.31386H13.9287V6.93927H14.9805V7.49564H13.2342V4.64474H14.9805V5.20112H13.9287Z" fill="currentColor"/>
7
- <path d="M1.04758 4.08697V3.98697H0.947584V4.08697H1.04758ZM1.04758 3.61141H0.947584V3.71141H1.04758V3.61141ZM13.0648 2.25381H13.1648V2.2538L13.0648 2.25381ZM13.0648 10.0429H13.1648V10.0429L13.0648 10.0429ZM5.95236 1.75672V1.65672H5.95235L5.95236 1.75672ZM6.71349 2.51781H6.81349V2.5178L6.71349 2.51781ZM15.4366 4.16375L15.355 4.22169L15.3551 4.22171L15.4366 4.16375ZM16.0362 6.045L15.9362 6.04499V6.045H16.0362ZM14.8049 3.49809L14.8671 3.41977L14.867 3.41976L14.8049 3.49809ZM14.8434 3.83216L14.9218 3.89433L14.9218 3.8943L14.8434 3.83216ZM14.5094 3.87066L14.4472 3.949L14.4472 3.949L14.5094 3.87066ZM15.049 4.43931L14.9675 4.49726L14.9675 4.49727L15.049 4.43931ZM2.05549 5.59953L2.14288 5.64813L2.14289 5.64813L2.05549 5.59953ZM2.49599 5.66922L2.5939 5.64891L2.59386 5.64872L2.49599 5.66922ZM2.34002 5.94028L2.30752 5.84571L2.30749 5.84572L2.34002 5.94028ZM2.02483 8.37253L1.92483 8.37261L1.92483 8.37262L2.02483 8.37253ZM2.43099 8.20419L2.50198 8.13373L2.50059 8.13239L2.43099 8.20419ZM2.19496 8.60028L2.16626 8.69607L2.16628 8.69608L2.19496 8.60028ZM2.45371 8.51403L2.37329 8.45459L2.37327 8.45462L2.45371 8.51403ZM2.0254 9.71562L1.92559 9.72184L1.92559 9.72184L2.0254 9.71562ZM2.43099 9.53284L2.5017 9.46213H2.5017L2.43099 9.53284ZM2.1903 9.92712L2.15965 10.0223L2.15966 10.0223L2.1903 9.92712ZM2.4618 9.83078L2.37799 9.77623L2.37797 9.77626L2.4618 9.83078ZM2.05611 10.9123L1.96904 10.8631L1.96903 10.8631L2.05611 10.9123ZM2.49599 10.9829L2.5939 10.9626L2.59386 10.9624L2.49599 10.9829ZM2.09821 11.2007L2.02898 11.2729L2.02899 11.2729L2.09821 11.2007ZM2.36649 11.2432L2.40987 11.3333L2.40987 11.3333L2.36649 11.2432ZM2.0254 12.3724L1.92559 12.3786L1.92559 12.3786L2.0254 12.3724ZM2.43099 12.1895L2.50171 12.1188L2.5017 12.1188L2.43099 12.1895ZM2.1903 12.5838L2.15972 12.6791L2.15974 12.6791L2.1903 12.5838ZM2.4618 12.4877L2.37795 12.4332L2.37792 12.4332L2.4618 12.4877ZM2.49599 13.6396L2.59391 13.6193L2.59387 13.6191L2.49599 13.6396ZM2.06018 13.5619L2.1456 13.6139L2.1456 13.6139L2.06018 13.5619ZM2.3318 13.9135L2.36113 14.0091L2.36113 14.0091L2.3318 13.9135ZM2.48233 14.9236L2.39018 14.9624L2.39024 14.9626L2.48233 14.9236ZM2.04324 14.9236L2.13546 14.9623L2.13546 14.9623L2.04324 14.9236ZM2.37583 15.2236L2.32834 15.1356L2.3283 15.1356L2.37583 15.2236ZM2.11558 15.2012L2.05396 15.28L2.05397 15.28L2.11558 15.2012ZM2.05783 6.92385L2.14423 6.97419L2.14424 6.97418L2.05783 6.92385ZM2.49599 6.99756L2.5939 6.97724L2.59386 6.97705L2.49599 6.99756ZM2.34005 7.26891L2.30746 7.17437L2.30744 7.17438L2.34005 7.26891ZM12.759 6.0174L12.8462 6.06626L12.8466 6.06552L12.759 6.0174ZM12.4097 6.34635L12.4568 6.43454L12.4568 6.43454L12.4097 6.34635ZM11.3944 6.47224V6.37224H11.2944V6.47224H11.3944ZM11.3944 7.49564V7.59564H11.4944V7.49564H11.3944ZM10.7 7.49564H10.6V7.59564H10.7V7.49564ZM10.7 4.64474V4.54474H10.6V4.64474H10.7ZM12.4016 4.76252L12.3569 4.85196L12.4016 4.76252ZM12.7549 5.0874L12.8418 5.03797V5.03797L12.7549 5.0874ZM12.0686 5.82653L12.1378 5.89872L12.1378 5.89872L12.0686 5.82653ZM11.3944 5.20518V5.10518H11.2944V5.20518H11.3944ZM11.3944 5.91993H11.2944V6.01993H11.3944V5.91993ZM13.9287 5.77779H13.8287V5.87779H13.9287V5.77779ZM13.9287 5.20112V5.10112H13.8287V5.20112H13.9287ZM14.8586 5.77779H14.9586V5.67779H14.8586V5.77779ZM14.8586 6.31386V6.41386H14.9586V6.31386H14.8586ZM13.9287 6.31386V6.21386H13.8287V6.31386H13.9287ZM13.9287 6.93927H13.8287V7.03927H13.9287V6.93927ZM14.9805 6.93927H15.0805V6.83927H14.9805V6.93927ZM14.9805 7.49564V7.59564H15.0805V7.49564H14.9805ZM13.2342 7.49564H13.1342V7.59564H13.2342V7.49564ZM13.2342 4.64474V4.54474H13.1342V4.64474H13.2342ZM14.9805 4.64474H15.0805V4.54474H14.9805V4.64474ZM14.9805 5.20112V5.30112H15.0805V5.20112H14.9805ZM12.6892 10.0429C12.6892 9.96678 12.7509 9.90509 12.827 9.90509V9.70509C12.6404 9.70509 12.4892 9.85634 12.4892 10.0429H12.6892ZM12.6892 15.7462V10.0429H12.4892V15.7462H12.6892ZM11.8106 16.6245C12.2951 16.6245 12.6892 16.2306 12.6892 15.7462H12.4892C12.4892 16.1201 12.1847 16.4245 11.8106 16.4245V16.6245ZM1.82587 16.6245H11.8106V16.4245H1.82587V16.6245ZM0.947584 15.7462C0.947584 16.2305 1.34151 16.6245 1.82587 16.6245V16.4245C1.45197 16.4245 1.14758 16.1201 1.14758 15.7462H0.947584ZM0.947584 4.08697V15.7462H1.14758V4.08697H0.947584ZM9.74337 3.98697H1.04758V4.18697H9.74337V3.98697ZM9.88115 3.84919C9.88115 3.92528 9.81947 3.98697 9.74337 3.98697V4.18697C9.92995 4.18697 10.0811 4.03572 10.0811 3.84919H9.88115ZM9.74337 3.71141C9.81947 3.71141 9.88115 3.7731 9.88115 3.84919H10.0811C10.0811 3.66265 9.92995 3.51141 9.74337 3.51141V3.71141ZM1.04758 3.71141H9.74337V3.51141H1.04758V3.71141ZM0.947584 2.25381V3.61141H1.14758V2.25381H0.947584ZM1.82587 1.37553C1.34151 1.37553 0.947584 1.76946 0.947584 2.25381H1.14758C1.14758 1.87992 1.45197 1.57553 1.82587 1.57553V1.37553ZM11.8106 1.37553H1.82587V1.57553H11.8106V1.37553ZM12.6892 2.25381C12.6892 1.76942 12.2951 1.37553 11.8106 1.37553V1.57553C12.1847 1.57553 12.4892 1.87996 12.4892 2.25381H12.6892ZM12.827 2.39159C12.7509 2.39159 12.6892 2.3299 12.6892 2.25381H12.4892C12.4892 2.44035 12.6404 2.59159 12.827 2.59159V2.39159ZM12.9648 2.25381C12.9648 2.3299 12.9031 2.39159 12.827 2.39159V2.59159C13.0136 2.59159 13.1648 2.44035 13.1648 2.25381H12.9648ZM11.8106 1.1C12.4469 1.1 12.9647 1.61772 12.9648 2.25382L13.1648 2.2538C13.1647 1.50722 12.5574 0.9 11.8106 0.9V1.1ZM1.82587 1.1H11.8106V0.9H1.82587V1.1ZM0.672021 2.25381C0.672021 1.6177 1.18975 1.1 1.82587 1.1V0.9C1.0793 0.9 0.472021 1.50724 0.472021 2.25381H0.672021ZM0.672021 15.7462V2.25381H0.472021V15.7462H0.672021ZM1.82587 16.9C1.18972 16.9 0.672021 16.3823 0.672021 15.7462H0.472021C0.472021 16.4928 1.07926 17.1 1.82587 17.1V16.9ZM11.8106 16.9H1.82587V17.1H11.8106V16.9ZM12.9648 15.7462C12.9648 16.3823 12.4469 16.9 11.8106 16.9V17.1C12.5573 17.1 13.1648 16.4928 13.1648 15.7462H12.9648ZM12.9648 10.0429V15.7462H13.1648V10.0429H12.9648ZM12.827 9.90509C12.9031 9.90509 12.9648 9.96677 12.9648 10.0429L13.1648 10.0429C13.1647 9.85636 13.0136 9.70509 12.827 9.70509V9.90509ZM2.42862 1.65672C1.95373 1.65672 1.56752 2.04293 1.56752 2.51781H1.76752C1.76752 2.15338 2.06419 1.85672 2.42862 1.85672V1.65672ZM3.28971 2.51781C3.28971 2.04293 2.9035 1.65672 2.42862 1.65672V1.85672C2.79304 1.85672 3.08971 2.15338 3.08971 2.51781H3.28971ZM2.42862 3.37891C2.9035 3.37891 3.28971 2.9927 3.28971 2.51781H3.08971C3.08971 2.88224 2.79304 3.17891 2.42862 3.17891V3.37891ZM1.56752 2.51781C1.56752 2.99273 1.95373 3.37891 2.42862 3.37891V3.17891C2.06419 3.17891 1.76752 2.88227 1.76752 2.51781H1.56752ZM2.42862 2.70334C2.32638 2.70334 2.24305 2.62 2.24305 2.51778H2.04305C2.04305 2.73044 2.21591 2.90334 2.42862 2.90334V2.70334ZM2.61418 2.51778C2.61418 2.62004 2.53086 2.70334 2.42862 2.70334V2.90334C2.64131 2.90334 2.81418 2.73052 2.81418 2.51778H2.61418ZM2.42862 2.33222C2.53085 2.33222 2.61418 2.41556 2.61418 2.51778H2.81418C2.81418 2.30512 2.64132 2.13222 2.42862 2.13222V2.33222ZM2.24305 2.51778C2.24305 2.41556 2.32638 2.33222 2.42862 2.33222V2.13222C2.21591 2.13222 2.04305 2.30512 2.04305 2.51778H2.24305ZM4.19046 1.65672C3.71557 1.65672 3.32936 2.04293 3.32936 2.51781H3.52936C3.52936 2.15338 3.82603 1.85672 4.19046 1.85672V1.65672ZM5.05155 2.51781C5.05155 2.04293 4.66534 1.65672 4.19046 1.65672V1.85672C4.55488 1.85672 4.85155 2.15338 4.85155 2.51781H5.05155ZM4.19046 3.37891C4.66534 3.37891 5.05155 2.9927 5.05155 2.51781H4.85155C4.85155 2.88224 4.55488 3.17891 4.19046 3.17891V3.37891ZM3.32936 2.51781C3.32936 2.99273 3.71557 3.37891 4.19046 3.37891V3.17891C3.82603 3.17891 3.52936 2.88227 3.52936 2.51781H3.32936ZM4.19046 2.70334C4.08822 2.70334 4.00489 2.62 4.00489 2.51778H3.80489C3.80489 2.73044 3.97775 2.90334 4.19046 2.90334V2.70334ZM4.37602 2.51778C4.37602 2.62004 4.2927 2.70334 4.19046 2.70334V2.90334C4.40315 2.90334 4.57602 2.73052 4.57602 2.51778H4.37602ZM4.19046 2.33222C4.29269 2.33222 4.37602 2.41556 4.37602 2.51778H4.57602C4.57602 2.30512 4.40316 2.13222 4.19046 2.13222V2.33222ZM4.00489 2.51778C4.00489 2.41556 4.08822 2.33222 4.19046 2.33222V2.13222C3.97775 2.13222 3.80489 2.30512 3.80489 2.51778H4.00489ZM5.29127 2.51781C5.29127 2.15339 5.5879 1.85674 5.95237 1.85672L5.95235 1.65672C5.47745 1.65675 5.09127 2.04292 5.09127 2.51781H5.29127ZM5.95236 3.17891C5.58793 3.17891 5.29127 2.88227 5.29127 2.51781H5.09127C5.09127 2.99273 5.47748 3.37891 5.95236 3.37891V3.17891ZM6.61349 2.51781C6.61349 2.88224 6.31682 3.17891 5.95236 3.17891V3.37891C6.42728 3.37891 6.81349 2.9927 6.81349 2.51781H6.61349ZM5.95236 1.85672C6.31679 1.85672 6.61346 2.15338 6.61349 2.51782L6.81349 2.5178C6.81345 2.04293 6.42725 1.65672 5.95236 1.65672V1.85672ZM5.56677 2.51778C5.56677 2.73044 5.73963 2.90334 5.95233 2.90334V2.70334C5.8501 2.70334 5.76677 2.62 5.76677 2.51778H5.56677ZM5.95233 2.13222C5.73963 2.13222 5.56677 2.30512 5.56677 2.51778H5.76677C5.76677 2.41556 5.8501 2.33222 5.95233 2.33222V2.13222ZM6.33789 2.51778C6.33789 2.30512 6.16504 2.13222 5.95233 2.13222V2.33222C6.05456 2.33222 6.13789 2.41556 6.13789 2.51778H6.33789ZM5.95233 2.90334C6.16502 2.90334 6.33789 2.73052 6.33789 2.51778H6.13789C6.13789 2.62004 6.05458 2.70334 5.95233 2.70334V2.90334ZM15.5181 4.10581C15.41 3.95379 15.199 3.91815 15.047 4.02629L15.1629 4.18927C15.2249 4.14516 15.311 4.15971 15.355 4.22169L15.5181 4.10581ZM16.1362 6.04501C16.1363 5.34527 15.9225 4.6744 15.518 4.10579L15.3551 4.22171C15.7353 4.75635 15.9363 5.38667 15.9362 6.04499L16.1362 6.04501ZM12.7868 9.39444C14.6338 9.39444 16.1362 7.89198 16.1362 6.045H15.9362C15.9362 7.78152 14.5233 9.19444 12.7868 9.19444V9.39444ZM9.43736 6.045C9.43736 7.89198 10.9398 9.39444 12.7868 9.39444V9.19444C11.0503 9.19444 9.63737 7.78152 9.63737 6.045H9.43736ZM12.7868 2.69556C10.9398 2.69556 9.43736 4.19802 9.43736 6.045H9.63737C9.63737 4.30848 11.0503 2.89556 12.7868 2.89556V2.69556ZM14.867 3.41976C14.27 2.9461 13.5503 2.69556 12.7868 2.69556V2.89556C13.5052 2.89556 14.1812 3.1309 14.7427 3.57643L14.867 3.41976ZM14.9218 3.8943C15.0377 3.74814 15.0132 3.53573 14.8671 3.41977L14.7427 3.57642C14.8024 3.62377 14.8123 3.71042 14.7651 3.77002L14.9218 3.8943ZM14.4472 3.949C14.5934 4.06491 14.8058 4.04044 14.9218 3.89433L14.7651 3.76999C14.7178 3.82962 14.6311 3.83959 14.5715 3.79231L14.4472 3.949ZM12.7868 3.37113C13.3968 3.37113 13.9706 3.57084 14.4472 3.949L14.5715 3.79232C14.0594 3.38604 13.4418 3.17113 12.7868 3.17113V3.37113ZM10.1129 6.04503C10.1129 4.57073 11.3125 3.37113 12.7868 3.37113V3.17113C11.202 3.17113 9.9129 4.46027 9.9129 6.04503H10.1129ZM12.7868 8.71894C11.3125 8.71894 10.1129 7.51933 10.1129 6.04503H9.9129C9.9129 7.62979 11.202 8.91894 12.7868 8.91894V8.71894ZM15.4607 6.04503C15.4607 7.51933 14.2611 8.71894 12.7868 8.71894V8.91894C14.3715 8.91894 15.6607 7.62979 15.6607 6.04503H15.4607ZM14.9675 4.49727C15.2902 4.95096 15.4607 5.48594 15.4607 6.04503H15.6607C15.6607 5.44456 15.4773 4.86904 15.1304 4.38135L14.9675 4.49727ZM15.047 4.02629C14.895 4.13442 14.8594 4.34528 14.9675 4.49726L15.1305 4.38136C15.0864 4.3194 15.1009 4.23339 15.1629 4.18927L15.047 4.02629ZM8.60305 5.37791H3.3248V5.57791H8.60305V5.37791ZM8.94083 5.71569C8.94083 5.52915 8.78963 5.37791 8.60305 5.37791V5.57791C8.67916 5.57791 8.74083 5.63959 8.74083 5.71569H8.94083ZM8.60305 6.05347C8.78959 6.05347 8.94083 5.90223 8.94083 5.71569H8.74083C8.74083 5.79177 8.67914 5.85347 8.60305 5.85347V6.05347ZM3.3248 6.05347H8.60305V5.85347H3.3248V6.05347ZM2.98702 5.71569C2.98702 5.90222 3.13822 6.05347 3.3248 6.05347V5.85347C3.2487 5.85347 3.18702 5.79178 3.18702 5.71569H2.98702ZM3.3248 5.37791C3.13822 5.37791 2.98702 5.52915 2.98702 5.71569H3.18702C3.18702 5.63959 3.2487 5.57791 3.3248 5.57791V5.37791ZM2.14289 5.64813C2.20165 5.54244 2.37213 5.5657 2.39811 5.68972L2.59386 5.64872C2.53172 5.35205 2.12107 5.27581 1.96809 5.55093L2.14289 5.64813ZM2.30749 5.84572C2.19253 5.88527 2.08314 5.75557 2.14288 5.64813L1.96809 5.55093C1.82034 5.81662 2.08201 6.1348 2.37255 6.03484L2.30749 5.84572ZM2.39807 5.68953C2.41145 5.75401 2.37149 5.82373 2.30752 5.84571L2.37252 6.03485C2.52917 5.98102 2.62828 5.81462 2.5939 5.64891L2.39807 5.68953ZM8.60305 8.03469H3.3248V8.23469H8.60305V8.03469ZM8.94083 8.37247C8.94083 8.18594 8.78963 8.03469 8.60305 8.03469V8.23469C8.67916 8.23469 8.74083 8.29638 8.74083 8.37247H8.94083ZM8.60305 8.71025C8.78963 8.71025 8.94083 8.559 8.94083 8.37247H8.74083C8.74083 8.44856 8.67916 8.51025 8.60305 8.51025V8.71025ZM3.3248 8.71025H8.60305V8.51025H3.3248V8.71025ZM2.98702 8.37247C2.98702 8.559 3.13822 8.71025 3.3248 8.71025V8.51025C3.2487 8.51025 3.18702 8.44856 3.18702 8.37247H2.98702ZM3.3248 8.03469C3.13822 8.03469 2.98702 8.18594 2.98702 8.37247H3.18702C3.18702 8.29638 3.2487 8.23469 3.3248 8.23469V8.03469ZM2.12483 8.37246C2.12475 8.25611 2.27337 8.19066 2.36139 8.27599L2.50059 8.13239C2.29255 7.93071 1.92461 8.06996 1.92483 8.37261L2.12483 8.37246ZM2.22365 8.50449C2.16629 8.4873 2.12489 8.43188 2.12483 8.37244L1.92483 8.37262C1.92497 8.52106 2.02501 8.65376 2.16626 8.69607L2.22365 8.50449ZM2.37327 8.45462C2.33978 8.49996 2.27771 8.52067 2.22364 8.50448L2.16628 8.69608C2.30114 8.73645 2.45052 8.68666 2.53414 8.57345L2.37327 8.45462ZM2.36001 8.27463C2.40747 8.32245 2.41323 8.40056 2.37329 8.45459L2.53413 8.57347C2.633 8.43969 2.61864 8.2513 2.50197 8.13375L2.36001 8.27463ZM10.7429 9.36309H9.25302V9.56309H10.7429V9.36309ZM11.0806 9.70087C11.0806 9.51434 10.9294 9.36309 10.7429 9.36309V9.56309C10.819 9.56309 10.8806 9.62478 10.8806 9.70087H11.0806ZM10.7429 10.0387C10.9294 10.0387 11.0806 9.88742 11.0806 9.70087H10.8806C10.8806 9.77696 10.8189 9.83865 10.7429 9.83865V10.0387ZM9.25302 10.0387H10.7429V9.83865H9.25302V10.0387ZM8.91524 9.70087C8.91524 9.88741 9.06644 10.0387 9.25302 10.0387V9.83865C9.17691 9.83865 9.11524 9.77697 9.11524 9.70087H8.91524ZM9.25302 9.36309C9.06644 9.36309 8.91524 9.51434 8.91524 9.70087H9.11524C9.11524 9.62478 9.17691 9.56309 9.25302 9.56309V9.36309ZM5.68661 9.56309H8.4604V9.36309H5.68661V9.56309ZM5.54883 9.70087C5.54883 9.62478 5.61051 9.56309 5.68661 9.56309V9.36309C5.50003 9.36309 5.34883 9.51434 5.34883 9.70087H5.54883ZM5.68661 9.83865C5.61051 9.83865 5.54883 9.77697 5.54883 9.70087H5.34883C5.34883 9.88741 5.50003 10.0387 5.68661 10.0387V9.83865ZM8.4604 9.83865H5.68661V10.0387H8.4604V9.83865ZM8.59818 9.70087C8.59818 9.77697 8.5365 9.83865 8.4604 9.83865V10.0387C8.64698 10.0387 8.79818 9.88741 8.79818 9.70087H8.59818ZM8.4604 9.56309C8.53648 9.56309 8.59818 9.62479 8.59818 9.70087H8.79818C8.79818 9.51433 8.64694 9.36309 8.4604 9.36309V9.56309ZM4.89402 9.36309H3.3248V9.56309H4.89402V9.36309ZM5.2318 9.70087C5.2318 9.51434 5.0806 9.36309 4.89402 9.36309V9.56309C4.97013 9.56309 5.0318 9.62478 5.0318 9.70087H5.2318ZM4.89402 10.0387C5.0806 10.0387 5.2318 9.88741 5.2318 9.70087H5.0318C5.0318 9.77697 4.97013 9.83865 4.89402 9.83865V10.0387ZM3.3248 10.0387H4.89402V9.83865H3.3248V10.0387ZM2.98702 9.70087C2.98702 9.88741 3.13822 10.0387 3.3248 10.0387V9.83865C3.2487 9.83865 3.18702 9.77697 3.18702 9.70087H2.98702ZM3.3248 9.36309C3.13822 9.36309 2.98702 9.51434 2.98702 9.70087H3.18702C3.18702 9.62478 3.2487 9.56309 3.3248 9.56309V9.36309ZM2.1252 9.70941C2.11763 9.58773 2.27382 9.5171 2.36028 9.60355L2.5017 9.46213C2.28528 9.24571 1.90654 9.41583 1.92559 9.72184L2.1252 9.70941ZM2.22096 9.83194C2.16755 9.81474 2.12865 9.7648 2.1252 9.70941L1.92559 9.72184C1.9342 9.86013 2.02868 9.98013 2.15965 10.0223L2.22096 9.83194ZM2.37797 9.77626C2.34503 9.82691 2.27863 9.85051 2.22095 9.83194L2.15966 10.0223C2.3031 10.0685 2.46339 10.0118 2.54563 9.8853L2.37797 9.77626ZM2.36028 9.60355C2.40534 9.64862 2.41299 9.72246 2.37799 9.77623L2.54561 9.88533C2.6318 9.75292 2.61407 9.57451 2.5017 9.46213L2.36028 9.60355ZM7.17649 10.6915H3.3248V10.8915H7.17649V10.6915ZM7.51427 11.0293C7.51427 10.8427 7.36307 10.6915 7.17649 10.6915V10.8915C7.2526 10.8915 7.31427 10.9532 7.31427 11.0293H7.51427ZM7.17649 11.3671C7.36307 11.3671 7.51427 11.2158 7.51427 11.0293H7.31427C7.31427 11.1054 7.2526 11.1671 7.17649 11.1671V11.3671ZM3.3248 11.3671H7.17649V11.1671H3.3248V11.3671ZM2.98702 11.0293C2.98702 11.2158 3.13822 11.3671 3.3248 11.3671V11.1671C3.2487 11.1671 3.18702 11.1054 3.18702 11.0293H2.98702ZM3.3248 10.6915C3.13822 10.6915 2.98702 10.8427 2.98702 11.0293H3.18702C3.18702 10.9532 3.2487 10.8915 3.3248 10.8915V10.6915ZM2.14319 10.9614C2.20287 10.8558 2.3722 10.8798 2.39811 11.0034L2.59386 10.9624C2.53152 10.6649 2.12279 10.5908 1.96904 10.8631L2.14319 10.9614ZM2.16744 11.1286C2.12294 11.0859 2.11265 11.0155 2.14319 10.9614L1.96903 10.8631C1.89389 10.9962 1.9181 11.1665 2.02898 11.2729L2.16744 11.1286ZM2.3231 11.1531C2.27175 11.1778 2.20825 11.1677 2.16743 11.1285L2.02899 11.2729C2.13041 11.3702 2.28378 11.394 2.40987 11.3333L2.3231 11.1531ZM2.39808 11.0033C2.41023 11.0618 2.37814 11.1266 2.3231 11.1531L2.40987 11.3333C2.54615 11.2676 2.62506 11.1127 2.5939 10.9626L2.39808 11.0033ZM9.55408 12.0199H8.82505V12.2199H9.55408V12.0199ZM9.89187 12.3577C9.89187 12.1711 9.74067 12.0199 9.55408 12.0199V12.2199C9.63019 12.2199 9.69187 12.2816 9.69187 12.3577H9.89187ZM9.55408 12.6954C9.74067 12.6954 9.89187 12.5442 9.89187 12.3577H9.69187C9.69187 12.4337 9.63019 12.4954 9.55408 12.4954V12.6954ZM8.82505 12.6954H9.55408V12.4954H8.82505V12.6954ZM8.48727 12.3577C8.48727 12.5442 8.63847 12.6954 8.82505 12.6954V12.4954C8.74895 12.4954 8.68727 12.4337 8.68727 12.3577H8.48727ZM8.82505 12.0199C8.63847 12.0199 8.48727 12.1711 8.48727 12.3577H8.68727C8.68727 12.2816 8.74895 12.2199 8.82505 12.2199V12.0199ZM5.92437 12.2199H8.03243V12.0199H5.92437V12.2199ZM5.78658 12.3577C5.78658 12.2816 5.84826 12.2199 5.92437 12.2199V12.0199C5.73778 12.0199 5.58658 12.1711 5.58658 12.3577H5.78658ZM5.92437 12.4954C5.84826 12.4954 5.78658 12.4337 5.78658 12.3577H5.58658C5.58658 12.5442 5.73778 12.6954 5.92437 12.6954V12.4954ZM8.03243 12.4954H5.92437V12.6954H8.03243V12.4954ZM8.17021 12.3577C8.17021 12.4337 8.10851 12.4954 8.03243 12.4954V12.6954C8.21897 12.6954 8.37021 12.5442 8.37021 12.3577H8.17021ZM8.03243 12.2199C8.10853 12.2199 8.17021 12.2816 8.17021 12.3577H8.37021C8.37021 12.1711 8.21901 12.0199 8.03243 12.0199V12.2199ZM5.13177 12.0199H3.3248V12.2199H5.13177V12.0199ZM5.46955 12.3577C5.46955 12.1711 5.31835 12.0199 5.13177 12.0199V12.2199C5.20788 12.2199 5.26955 12.2816 5.26955 12.3577H5.46955ZM5.13177 12.6954C5.31835 12.6954 5.46955 12.5442 5.46955 12.3577H5.26955C5.26955 12.4337 5.20788 12.4954 5.13177 12.4954V12.6954ZM3.3248 12.6954H5.13177V12.4954H3.3248V12.6954ZM2.98702 12.3577C2.98702 12.5442 3.13822 12.6954 3.3248 12.6954V12.4954C3.2487 12.4954 3.18702 12.4337 3.18702 12.3577H2.98702ZM3.3248 12.0199C3.13822 12.0199 2.98702 12.1711 2.98702 12.3577H3.18702C3.18702 12.2816 3.2487 12.2199 3.3248 12.2199V12.0199ZM2.1252 12.3662C2.11766 12.2446 2.27403 12.174 2.36028 12.2602L2.5017 12.1188C2.2852 11.9023 1.90663 12.0731 1.92559 12.3786L2.1252 12.3662ZM2.22088 12.4886C2.16743 12.4715 2.12866 12.4217 2.1252 12.3662L1.92559 12.3786C1.9342 12.517 2.02849 12.6369 2.15972 12.6791L2.22088 12.4886ZM2.37792 12.4332C2.34515 12.4837 2.2789 12.5073 2.22087 12.4886L2.15974 12.6791C2.30283 12.725 2.46326 12.6691 2.54569 12.5421L2.37792 12.4332ZM2.36026 12.2602C2.40536 12.3053 2.41302 12.3792 2.37795 12.4332L2.54566 12.5421C2.6317 12.4097 2.61418 12.2313 2.50171 12.1188L2.36026 12.2602ZM10.6478 13.3483H7.25583V13.5483H10.6478V13.3483ZM10.9856 13.6861C10.9856 13.4995 10.8344 13.3483 10.6478 13.3483V13.5483C10.7239 13.5483 10.7856 13.61 10.7856 13.6861H10.9856ZM10.6478 14.0239C10.8344 14.0239 10.9856 13.8726 10.9856 13.6861H10.7856C10.7856 13.7622 10.7239 13.8239 10.6478 13.8239V14.0239ZM7.25583 14.0239H10.6478V13.8239H7.25583V14.0239ZM6.91805 13.6861C6.91805 13.8726 7.06925 14.0239 7.25583 14.0239V13.8239C7.17973 13.8239 7.11805 13.7622 7.11805 13.6861H6.91805ZM7.25583 13.3483C7.06925 13.3483 6.91805 13.4996 6.91805 13.6861H7.11805C7.11805 13.61 7.17973 13.5483 7.25583 13.5483V13.3483ZM3.3248 13.5483H6.46321V13.3483H3.3248V13.5483ZM3.18702 13.6861C3.18702 13.61 3.2487 13.5483 3.3248 13.5483V13.3483C3.13822 13.3483 2.98702 13.4996 2.98702 13.6861H3.18702ZM3.3248 13.8239C3.2487 13.8239 3.18702 13.7622 3.18702 13.6861H2.98702C2.98702 13.8726 3.13822 14.0239 3.3248 14.0239V13.8239ZM6.46321 13.8239H3.3248V14.0239H6.46321V13.8239ZM6.60099 13.6861C6.60099 13.7622 6.53929 13.8239 6.46321 13.8239V14.0239C6.64975 14.0239 6.80099 13.8726 6.80099 13.6861H6.60099ZM6.46321 13.5483C6.53932 13.5483 6.60099 13.61 6.60099 13.6861H6.80099C6.80099 13.4995 6.64978 13.3483 6.46321 13.3483V13.5483ZM2.59387 13.6191C2.53294 13.3284 2.13501 13.2466 1.97475 13.5099L2.1456 13.6139C2.20728 13.5125 2.37267 13.5387 2.39812 13.6601L2.59387 13.6191ZM2.36113 14.0091C2.52346 13.9593 2.62926 13.7899 2.59391 13.6193L2.39807 13.6599C2.41179 13.7261 2.36934 13.7974 2.30247 13.8179L2.36113 14.0091ZM1.97476 13.5099C1.81662 13.7697 2.06704 14.0993 2.36113 14.0091L2.30248 13.8179C2.18719 13.8533 2.08148 13.7192 2.1456 13.6139L1.97476 13.5099ZM3.3248 14.8767H4.89402V14.6767H3.3248V14.8767ZM3.18702 15.0145C3.18702 14.9384 3.2487 14.8767 3.3248 14.8767V14.6767C3.13822 14.6767 2.98702 14.828 2.98702 15.0145H3.18702ZM3.3248 15.1523C3.2487 15.1523 3.18702 15.0906 3.18702 15.0145H2.98702C2.98702 15.201 3.13822 15.3523 3.3248 15.3523V15.1523ZM4.89402 15.1523H3.3248V15.3523H4.89402V15.1523ZM5.0318 15.0145C5.0318 15.0906 4.97013 15.1523 4.89402 15.1523V15.3523C5.0806 15.3523 5.2318 15.201 5.2318 15.0145H5.0318ZM4.89402 14.8767C4.97013 14.8767 5.0318 14.9384 5.0318 15.0145H5.2318C5.2318 14.828 5.0806 14.6767 4.89402 14.6767V14.8767ZM2.57449 14.8848C2.45972 14.6124 2.06597 14.6108 1.95102 14.8849L2.13546 14.9623C2.18145 14.8526 2.34376 14.8523 2.39018 14.9624L2.57449 14.8848ZM2.42332 15.3116C2.57317 15.2307 2.64166 15.0436 2.57443 14.8846L2.39024 14.9626C2.41657 15.0248 2.38906 15.1028 2.32834 15.1356L2.42332 15.3116ZM2.05397 15.28C2.15904 15.3622 2.30536 15.3753 2.42336 15.3116L2.3283 15.1356C2.28087 15.1612 2.22019 15.1561 2.17719 15.1225L2.05397 15.28ZM1.95102 14.8849C1.89306 15.0231 1.93583 15.1875 2.05396 15.28L2.17721 15.1225C2.13009 15.0856 2.11236 15.0173 2.13546 14.9623L1.95102 14.8849ZM3.3248 6.90628H4.51358V6.70628H3.3248V6.90628ZM3.18702 7.04406C3.18702 6.96797 3.2487 6.90628 3.3248 6.90628V6.70628C3.13822 6.70628 2.98702 6.85753 2.98702 7.04406H3.18702ZM3.3248 7.18184C3.2487 7.18184 3.18702 7.12016 3.18702 7.04406H2.98702C2.98702 7.2306 3.13822 7.38184 3.3248 7.38184V7.18184ZM4.51358 7.18184H3.3248V7.38184H4.51358V7.18184ZM4.65136 7.04406C4.65136 7.12016 4.58969 7.18184 4.51358 7.18184V7.38184C4.70016 7.38184 4.85136 7.2306 4.85136 7.04406H4.65136ZM4.51358 6.90628C4.58969 6.90628 4.65136 6.96797 4.65136 7.04406H4.85136C4.85136 6.85753 4.70016 6.70628 4.51358 6.70628V6.90628ZM7.65199 6.70628H5.36952V6.90628H7.65199V6.70628ZM7.98977 7.04406C7.98977 6.85754 7.83861 6.70628 7.65199 6.70628V6.90628C7.72812 6.90628 7.78977 6.96796 7.78977 7.04406H7.98977ZM7.65199 7.38184C7.83857 7.38184 7.98977 7.2306 7.98977 7.04406H7.78977C7.78977 7.12016 7.7281 7.18184 7.65199 7.18184V7.38184ZM5.36952 7.38184H7.65199V7.18184H5.36952V7.38184ZM5.03174 7.04406C5.03174 7.2306 5.18294 7.38184 5.36952 7.38184V7.18184C5.29342 7.18184 5.23174 7.12016 5.23174 7.04406H5.03174ZM5.36952 6.70628C5.18294 6.70628 5.03174 6.85753 5.03174 7.04406H5.23174C5.23174 6.96797 5.29342 6.90628 5.36952 6.90628V6.70628ZM2.14424 6.97418C2.20458 6.87058 2.3724 6.89538 2.39811 7.01808L2.59386 6.97705C2.53226 6.68313 2.12808 6.60455 1.97142 6.87352L2.14424 6.97418ZM2.30744 7.17438C2.19188 7.21424 2.0817 7.08151 2.14423 6.97419L1.97143 6.8735C1.81684 7.1388 2.07934 7.46464 2.37266 7.36344L2.30744 7.17438ZM2.39808 7.01789C2.41145 7.08231 2.37139 7.15233 2.30746 7.17437L2.37264 7.36345C2.52915 7.30949 2.62828 7.14282 2.5939 6.97724L2.39808 7.01789ZM12.8466 6.06552C12.9309 5.91197 12.9727 5.74368 12.9727 5.56255H12.7727C12.7727 5.71172 12.7386 5.84666 12.6713 5.96927L12.8466 6.06552ZM12.4568 6.43454C12.6282 6.34296 12.7597 6.22066 12.8462 6.06626L12.6717 5.96854C12.6066 6.08488 12.5053 6.18187 12.3626 6.25815L12.4568 6.43454ZM11.8249 6.57224C12.0693 6.57224 12.2815 6.52824 12.4568 6.43454L12.3626 6.25815C12.2238 6.33231 12.0462 6.37224 11.8249 6.37224V6.57224ZM11.3944 6.57224H11.8249V6.37224H11.3944V6.57224ZM11.4944 7.49564V6.47224H11.2944V7.49564H11.4944ZM10.7 7.59564H11.3944V7.39564H10.7V7.59564ZM10.6 4.64474V7.49564H10.8V4.64474H10.6ZM11.8249 4.54474H10.7V4.74474H11.8249V4.54474ZM12.4463 4.67307C12.2719 4.58588 12.0634 4.54474 11.8249 4.54474V4.74474C12.0412 4.74474 12.2172 4.78213 12.3569 4.85196L12.4463 4.67307ZM12.8418 5.03797C12.7525 4.88088 12.6191 4.75948 12.4463 4.67307L12.3569 4.85196C12.4981 4.92258 12.6003 5.01778 12.668 5.13683L12.8418 5.03797ZM12.9727 5.56255C12.9727 5.36874 12.9299 5.19293 12.8418 5.03797L12.668 5.13683C12.7369 5.25804 12.7727 5.39899 12.7727 5.56255H12.9727ZM11.9994 5.75433C11.9602 5.79185 11.8911 5.81993 11.7721 5.81993V6.01993C11.9185 6.01993 12.047 5.98574 12.1378 5.89872L11.9994 5.75433ZM12.066 5.56255C12.066 5.65661 12.0398 5.7156 11.9994 5.75433L12.1378 5.89872C12.2273 5.81291 12.266 5.69591 12.266 5.56255H12.066ZM11.9994 5.37078C12.0398 5.4095 12.066 5.46849 12.066 5.56255H12.266C12.266 5.42919 12.2273 5.3122 12.1378 5.22638L11.9994 5.37078ZM11.7721 5.30518C11.8911 5.30518 11.9602 5.33325 11.9994 5.37078L12.1378 5.22638C12.047 5.13937 11.9185 5.10518 11.7721 5.10518V5.30518ZM11.3944 5.30518H11.7721V5.10518H11.3944V5.30518ZM11.4944 5.91993V5.20518H11.2944V5.91993H11.4944ZM11.7721 5.81993H11.3944V6.01993H11.7721V5.81993ZM14.0287 5.77779V5.20112H13.8287V5.77779H14.0287ZM14.8586 5.67779H13.9287V5.87779H14.8586V5.67779ZM14.9586 6.31386V5.77779H14.7586V6.31386H14.9586ZM13.9287 6.41386H14.8586V6.21386H13.9287V6.41386ZM14.0287 6.93927V6.31386H13.8287V6.93927H14.0287ZM14.9805 6.83927H13.9287V7.03927H14.9805V6.83927ZM15.0805 7.49564V6.93927H14.8805V7.49564H15.0805ZM13.2342 7.59564H14.9805V7.39564H13.2342V7.59564ZM13.1342 4.64474V7.49564H13.3342V4.64474H13.1342ZM14.9805 4.54474H13.2342V4.74474H14.9805V4.54474ZM15.0805 5.20112V4.64474H14.8805V5.20112H15.0805ZM13.9287 5.30112H14.9805V5.10112H13.9287V5.30112Z" fill="currentColor" mask="url(#path-1-outside-1_2947_12082)"/>
8
- </svg>
1
+ <svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="path-1-outside-1_2947_12082" maskUnits="userSpaceOnUse" x="-0.427979" y="0" width="17" height="18" fill="black">
3
+ <rect fill="white" x="-0.427979" width="17" height="18"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.827 9.80509C12.6956 9.80509 12.5892 9.91156 12.5892 10.0429V15.7462C12.5892 16.1753 12.2399 16.5245 11.8106 16.5245H1.82587C1.39674 16.5245 1.04758 16.1753 1.04758 15.7462V4.08697H9.74337C9.87471 4.08697 9.98115 3.9805 9.98115 3.84919C9.98115 3.71788 9.87471 3.61141 9.74337 3.61141H1.04758V2.25381C1.04758 1.82469 1.39674 1.47553 1.82587 1.47553H11.8106C12.2399 1.47553 12.5892 1.82469 12.5892 2.25381C12.5892 2.38513 12.6957 2.49159 12.827 2.49159C12.9584 2.49159 13.0648 2.38513 13.0648 2.25381C13.0647 1.56247 12.5021 1 11.8106 1H1.82587C1.13452 1 0.572021 1.56247 0.572021 2.25381V15.7462C0.572021 16.4376 1.13449 17 1.82587 17H11.8106C12.5021 17 13.0648 16.4375 13.0648 15.7462V10.0429C13.0647 9.91156 12.9583 9.80509 12.827 9.80509ZM1.66752 2.51781C1.66752 2.09816 2.00896 1.75672 2.42862 1.75672C2.84827 1.75672 3.18971 2.09816 3.18971 2.51781C3.18971 2.93747 2.84827 3.27891 2.42862 3.27891C2.00896 3.27891 1.66752 2.9375 1.66752 2.51781ZM2.14305 2.51778C2.14305 2.67522 2.27115 2.80334 2.42862 2.80334C2.58609 2.80334 2.71418 2.67528 2.71418 2.51778C2.71418 2.36034 2.58609 2.23222 2.42862 2.23222C2.27115 2.23222 2.14305 2.36034 2.14305 2.51778ZM3.42936 2.51781C3.42936 2.09816 3.7708 1.75672 4.19046 1.75672C4.61011 1.75672 4.95155 2.09816 4.95155 2.51781C4.95155 2.93747 4.61011 3.27891 4.19046 3.27891C3.7708 3.27891 3.42936 2.9375 3.42936 2.51781ZM3.90489 2.51778C3.90489 2.67522 4.03299 2.80334 4.19046 2.80334C4.34793 2.80334 4.47602 2.67528 4.47602 2.51778C4.47602 2.36034 4.34793 2.23222 4.19046 2.23222C4.03299 2.23222 3.90489 2.36034 3.90489 2.51778ZM5.95236 1.75672C5.53267 1.75675 5.19127 2.09816 5.19127 2.51781C5.19127 2.9375 5.53271 3.27891 5.95236 3.27891C6.37205 3.27891 6.71349 2.93747 6.71349 2.51781C6.71346 2.09816 6.37202 1.75672 5.95236 1.75672ZM5.95233 2.80334C5.79486 2.80334 5.66677 2.67522 5.66677 2.51778C5.66677 2.36034 5.79486 2.23222 5.95233 2.23222C6.1098 2.23222 6.23789 2.36034 6.23789 2.51778C6.23789 2.67528 6.1098 2.80334 5.95233 2.80334ZM15.105 4.10778C15.212 4.03166 15.3605 4.05675 15.4366 4.16375C15.8289 4.71538 16.0363 5.36597 16.0362 6.045C16.0362 7.83675 14.5786 9.29444 12.7868 9.29444C10.9951 9.29444 9.53736 7.83675 9.53736 6.045C9.53736 4.25325 10.9951 2.79556 12.7868 2.79556C13.5277 2.79556 14.2256 3.0385 14.8049 3.49809C14.9078 3.57975 14.925 3.72928 14.8434 3.83216C14.7618 3.93503 14.6122 3.95225 14.5094 3.87066C14.015 3.47844 13.4193 3.27113 12.7868 3.27113C11.2573 3.27113 10.0129 4.5155 10.0129 6.04503C10.0129 7.57456 11.2573 8.81894 12.7868 8.81894C14.3163 8.81894 15.5607 7.57456 15.5607 6.04503C15.5607 5.46525 15.3837 4.91 15.049 4.43931C14.9729 4.33234 14.9979 4.18391 15.105 4.10778ZM3.3248 5.47791H8.60305C8.7344 5.47791 8.84083 5.58437 8.84083 5.71569C8.84083 5.847 8.73436 5.95347 8.60305 5.95347H3.3248C3.19346 5.95347 3.08702 5.847 3.08702 5.71569C3.08702 5.58437 3.19346 5.47791 3.3248 5.47791ZM2.49599 5.66922C2.45193 5.45888 2.16136 5.40913 2.05549 5.59953C1.95174 5.78609 2.13727 6.01003 2.34002 5.94028C2.45033 5.90238 2.51986 5.78431 2.49599 5.66922ZM3.3248 8.13469H8.60305C8.7344 8.13469 8.84083 8.24116 8.84083 8.37247C8.84083 8.50378 8.7344 8.61025 8.60305 8.61025H3.3248C3.19346 8.61025 3.08702 8.50378 3.08702 8.37247C3.08702 8.24116 3.19346 8.13469 3.3248 8.13469ZM2.43099 8.20419C2.28296 8.06069 2.02468 8.16303 2.02483 8.37253C2.02493 8.47647 2.09565 8.57053 2.19496 8.60028C2.28943 8.62856 2.39515 8.59331 2.45371 8.51403C2.52312 8.42013 2.51305 8.28687 2.43099 8.20419ZM9.25302 9.46309H10.7429C10.8742 9.46309 10.9806 9.56956 10.9806 9.70087C10.9806 9.83219 10.8742 9.93865 10.7429 9.93865H9.25302C9.12168 9.93865 9.01524 9.83219 9.01524 9.70087C9.01524 9.56956 9.12168 9.46309 9.25302 9.46309ZM8.4604 9.46309H5.68661C5.55527 9.46309 5.44883 9.56956 5.44883 9.70087C5.44883 9.83219 5.55527 9.93865 5.68661 9.93865H8.4604C8.59174 9.93865 8.69818 9.83219 8.69818 9.70087C8.69818 9.56956 8.59171 9.46309 8.4604 9.46309ZM3.3248 9.46309H4.89402C5.02536 9.46309 5.1318 9.56956 5.1318 9.70087C5.1318 9.83219 5.02536 9.93865 4.89402 9.93865H3.3248C3.19346 9.93865 3.08702 9.83219 3.08702 9.70087C3.08702 9.56956 3.19346 9.46309 3.3248 9.46309ZM2.43099 9.53284C2.27955 9.38141 2.01208 9.50178 2.0254 9.71562C2.03143 9.81247 2.09812 9.89744 2.1903 9.92712C2.29087 9.9595 2.40421 9.91934 2.4618 9.83078C2.5224 9.73769 2.50971 9.61156 2.43099 9.53284ZM3.3248 10.7915H7.17649C7.30783 10.7915 7.41427 10.898 7.41427 11.0293C7.41427 11.1606 7.30783 11.2671 7.17649 11.2671H3.3248C3.19346 11.2671 3.08702 11.1606 3.08702 11.0293C3.08702 10.898 3.19346 10.7915 3.3248 10.7915ZM2.49599 10.9829C2.45186 10.7723 2.16283 10.7233 2.05611 10.9123C2.00327 11.0059 2.02052 11.1262 2.09821 11.2007C2.16933 11.2689 2.27777 11.2859 2.36649 11.2432C2.46214 11.1971 2.51764 11.0872 2.49599 10.9829ZM8.82505 12.1199H9.55408C9.68543 12.1199 9.79187 12.2263 9.79187 12.3577C9.79187 12.489 9.68543 12.5954 9.55408 12.5954H8.82505C8.69371 12.5954 8.58727 12.489 8.58727 12.3577C8.58727 12.2263 8.69371 12.1199 8.82505 12.1199ZM8.03243 12.1199H5.92437C5.79302 12.1199 5.68658 12.2263 5.68658 12.3577C5.68658 12.489 5.79302 12.5954 5.92437 12.5954H8.03243C8.16374 12.5954 8.27021 12.489 8.27021 12.3577C8.27021 12.2263 8.16377 12.1199 8.03243 12.1199ZM3.3248 12.1199H5.13177C5.26311 12.1199 5.36955 12.2263 5.36955 12.3577C5.36955 12.489 5.26311 12.5954 5.13177 12.5954H3.3248C3.19346 12.5954 3.08702 12.489 3.08702 12.3577C3.08702 12.2263 3.19346 12.1199 3.3248 12.1199ZM2.43099 12.1895C2.27961 12.0382 2.01215 12.1588 2.0254 12.3724C2.03143 12.4693 2.09796 12.5542 2.1903 12.5838C2.29086 12.6161 2.40421 12.5764 2.4618 12.4877C2.52236 12.3944 2.50977 12.2683 2.43099 12.1895ZM7.25583 13.4483H10.6478C10.7791 13.4483 10.8856 13.5547 10.8856 13.6861C10.8856 13.8174 10.7791 13.9239 10.6478 13.9239H7.25583C7.12449 13.9239 7.01805 13.8174 7.01805 13.6861C7.01805 13.5548 7.12449 13.4483 7.25583 13.4483ZM6.46321 13.4483H3.3248C3.19346 13.4483 3.08702 13.5548 3.08702 13.6861C3.08702 13.8174 3.19346 13.9239 3.3248 13.9239H6.46321C6.59452 13.9239 6.70099 13.8174 6.70099 13.6861C6.70099 13.5547 6.59455 13.4483 6.46321 13.4483ZM2.06018 13.5619C2.17115 13.3796 2.4528 13.4336 2.49599 13.6396C2.52052 13.758 2.4464 13.8783 2.3318 13.9135C2.12712 13.9763 1.94905 13.7445 2.06018 13.5619ZM4.89402 14.7767H3.3248C3.19346 14.7767 3.08702 14.8832 3.08702 15.0145C3.08702 15.1458 3.19346 15.2523 3.3248 15.2523H4.89402C5.02536 15.2523 5.1318 15.1458 5.1318 15.0145C5.1318 14.8832 5.02536 14.7767 4.89402 14.7767ZM2.04324 14.9236C2.12371 14.7317 2.40174 14.7323 2.48233 14.9236C2.52912 15.0342 2.48112 15.1668 2.37583 15.2236C2.29312 15.2683 2.18962 15.2591 2.11558 15.2012C2.03296 15.1366 2.00271 15.0202 2.04324 14.9236ZM4.51358 6.80628H3.3248C3.19346 6.80628 3.08702 6.91275 3.08702 7.04406C3.08702 7.17538 3.19346 7.28184 3.3248 7.28184H4.51358C4.64493 7.28184 4.75136 7.17538 4.75136 7.04406C4.75136 6.91275 4.64493 6.80628 4.51358 6.80628ZM5.36952 6.80628H7.65199C7.78337 6.80628 7.88977 6.91275 7.88977 7.04406C7.88977 7.17538 7.78333 7.28184 7.65199 7.28184H5.36952C5.23818 7.28184 5.13174 7.17538 5.13174 7.04406C5.13174 6.91275 5.23818 6.80628 5.36952 6.80628ZM2.49599 6.99756C2.45233 6.78925 2.16633 6.73757 2.05783 6.92385C1.94927 7.11016 2.13561 7.33944 2.34005 7.26891C2.45027 7.23091 2.51986 7.11256 2.49599 6.99756ZM12.8727 5.56255C12.8727 5.7277 12.8348 5.87932 12.759 6.0174C12.6832 6.15277 12.5667 6.26242 12.4097 6.34635C12.2527 6.43028 12.0577 6.47224 11.8249 6.47224H11.3944V7.49564H10.7V4.64474H11.8249C12.0523 4.64474 12.2446 4.684 12.4016 4.76252C12.5586 4.84103 12.6764 4.94933 12.7549 5.0874C12.8334 5.22548 12.8727 5.38386 12.8727 5.56255ZM11.7721 5.91993C11.9048 5.91993 12.0036 5.8888 12.0686 5.82653C12.1336 5.76425 12.166 5.67626 12.166 5.56255C12.166 5.44884 12.1336 5.36085 12.0686 5.29858C12.0036 5.23631 11.9048 5.20518 11.7721 5.20518H11.3944V5.91993H11.7721ZM13.9287 5.20112V5.77779H14.8586V6.31386H13.9287V6.93927H14.9805V7.49564H13.2342V4.64474H14.9805V5.20112H13.9287Z"/>
5
+ </mask>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.827 9.80509C12.6956 9.80509 12.5892 9.91156 12.5892 10.0429V15.7462C12.5892 16.1753 12.2399 16.5245 11.8106 16.5245H1.82587C1.39674 16.5245 1.04758 16.1753 1.04758 15.7462V4.08697H9.74337C9.87471 4.08697 9.98115 3.9805 9.98115 3.84919C9.98115 3.71788 9.87471 3.61141 9.74337 3.61141H1.04758V2.25381C1.04758 1.82469 1.39674 1.47553 1.82587 1.47553H11.8106C12.2399 1.47553 12.5892 1.82469 12.5892 2.25381C12.5892 2.38513 12.6957 2.49159 12.827 2.49159C12.9584 2.49159 13.0648 2.38513 13.0648 2.25381C13.0647 1.56247 12.5021 1 11.8106 1H1.82587C1.13452 1 0.572021 1.56247 0.572021 2.25381V15.7462C0.572021 16.4376 1.13449 17 1.82587 17H11.8106C12.5021 17 13.0648 16.4375 13.0648 15.7462V10.0429C13.0647 9.91156 12.9583 9.80509 12.827 9.80509ZM1.66752 2.51781C1.66752 2.09816 2.00896 1.75672 2.42862 1.75672C2.84827 1.75672 3.18971 2.09816 3.18971 2.51781C3.18971 2.93747 2.84827 3.27891 2.42862 3.27891C2.00896 3.27891 1.66752 2.9375 1.66752 2.51781ZM2.14305 2.51778C2.14305 2.67522 2.27115 2.80334 2.42862 2.80334C2.58609 2.80334 2.71418 2.67528 2.71418 2.51778C2.71418 2.36034 2.58609 2.23222 2.42862 2.23222C2.27115 2.23222 2.14305 2.36034 2.14305 2.51778ZM3.42936 2.51781C3.42936 2.09816 3.7708 1.75672 4.19046 1.75672C4.61011 1.75672 4.95155 2.09816 4.95155 2.51781C4.95155 2.93747 4.61011 3.27891 4.19046 3.27891C3.7708 3.27891 3.42936 2.9375 3.42936 2.51781ZM3.90489 2.51778C3.90489 2.67522 4.03299 2.80334 4.19046 2.80334C4.34793 2.80334 4.47602 2.67528 4.47602 2.51778C4.47602 2.36034 4.34793 2.23222 4.19046 2.23222C4.03299 2.23222 3.90489 2.36034 3.90489 2.51778ZM5.95236 1.75672C5.53267 1.75675 5.19127 2.09816 5.19127 2.51781C5.19127 2.9375 5.53271 3.27891 5.95236 3.27891C6.37205 3.27891 6.71349 2.93747 6.71349 2.51781C6.71346 2.09816 6.37202 1.75672 5.95236 1.75672ZM5.95233 2.80334C5.79486 2.80334 5.66677 2.67522 5.66677 2.51778C5.66677 2.36034 5.79486 2.23222 5.95233 2.23222C6.1098 2.23222 6.23789 2.36034 6.23789 2.51778C6.23789 2.67528 6.1098 2.80334 5.95233 2.80334ZM15.105 4.10778C15.212 4.03166 15.3605 4.05675 15.4366 4.16375C15.8289 4.71538 16.0363 5.36597 16.0362 6.045C16.0362 7.83675 14.5786 9.29444 12.7868 9.29444C10.9951 9.29444 9.53736 7.83675 9.53736 6.045C9.53736 4.25325 10.9951 2.79556 12.7868 2.79556C13.5277 2.79556 14.2256 3.0385 14.8049 3.49809C14.9078 3.57975 14.925 3.72928 14.8434 3.83216C14.7618 3.93503 14.6122 3.95225 14.5094 3.87066C14.015 3.47844 13.4193 3.27113 12.7868 3.27113C11.2573 3.27113 10.0129 4.5155 10.0129 6.04503C10.0129 7.57456 11.2573 8.81894 12.7868 8.81894C14.3163 8.81894 15.5607 7.57456 15.5607 6.04503C15.5607 5.46525 15.3837 4.91 15.049 4.43931C14.9729 4.33234 14.9979 4.18391 15.105 4.10778ZM3.3248 5.47791H8.60305C8.7344 5.47791 8.84083 5.58437 8.84083 5.71569C8.84083 5.847 8.73436 5.95347 8.60305 5.95347H3.3248C3.19346 5.95347 3.08702 5.847 3.08702 5.71569C3.08702 5.58437 3.19346 5.47791 3.3248 5.47791ZM2.49599 5.66922C2.45193 5.45888 2.16136 5.40913 2.05549 5.59953C1.95174 5.78609 2.13727 6.01003 2.34002 5.94028C2.45033 5.90238 2.51986 5.78431 2.49599 5.66922ZM3.3248 8.13469H8.60305C8.7344 8.13469 8.84083 8.24116 8.84083 8.37247C8.84083 8.50378 8.7344 8.61025 8.60305 8.61025H3.3248C3.19346 8.61025 3.08702 8.50378 3.08702 8.37247C3.08702 8.24116 3.19346 8.13469 3.3248 8.13469ZM2.43099 8.20419C2.28296 8.06069 2.02468 8.16303 2.02483 8.37253C2.02493 8.47647 2.09565 8.57053 2.19496 8.60028C2.28943 8.62856 2.39515 8.59331 2.45371 8.51403C2.52312 8.42013 2.51305 8.28687 2.43099 8.20419ZM9.25302 9.46309H10.7429C10.8742 9.46309 10.9806 9.56956 10.9806 9.70087C10.9806 9.83219 10.8742 9.93865 10.7429 9.93865H9.25302C9.12168 9.93865 9.01524 9.83219 9.01524 9.70087C9.01524 9.56956 9.12168 9.46309 9.25302 9.46309ZM8.4604 9.46309H5.68661C5.55527 9.46309 5.44883 9.56956 5.44883 9.70087C5.44883 9.83219 5.55527 9.93865 5.68661 9.93865H8.4604C8.59174 9.93865 8.69818 9.83219 8.69818 9.70087C8.69818 9.56956 8.59171 9.46309 8.4604 9.46309ZM3.3248 9.46309H4.89402C5.02536 9.46309 5.1318 9.56956 5.1318 9.70087C5.1318 9.83219 5.02536 9.93865 4.89402 9.93865H3.3248C3.19346 9.93865 3.08702 9.83219 3.08702 9.70087C3.08702 9.56956 3.19346 9.46309 3.3248 9.46309ZM2.43099 9.53284C2.27955 9.38141 2.01208 9.50178 2.0254 9.71562C2.03143 9.81247 2.09812 9.89744 2.1903 9.92712C2.29087 9.9595 2.40421 9.91934 2.4618 9.83078C2.5224 9.73769 2.50971 9.61156 2.43099 9.53284ZM3.3248 10.7915H7.17649C7.30783 10.7915 7.41427 10.898 7.41427 11.0293C7.41427 11.1606 7.30783 11.2671 7.17649 11.2671H3.3248C3.19346 11.2671 3.08702 11.1606 3.08702 11.0293C3.08702 10.898 3.19346 10.7915 3.3248 10.7915ZM2.49599 10.9829C2.45186 10.7723 2.16283 10.7233 2.05611 10.9123C2.00327 11.0059 2.02052 11.1262 2.09821 11.2007C2.16933 11.2689 2.27777 11.2859 2.36649 11.2432C2.46214 11.1971 2.51764 11.0872 2.49599 10.9829ZM8.82505 12.1199H9.55408C9.68543 12.1199 9.79187 12.2263 9.79187 12.3577C9.79187 12.489 9.68543 12.5954 9.55408 12.5954H8.82505C8.69371 12.5954 8.58727 12.489 8.58727 12.3577C8.58727 12.2263 8.69371 12.1199 8.82505 12.1199ZM8.03243 12.1199H5.92437C5.79302 12.1199 5.68658 12.2263 5.68658 12.3577C5.68658 12.489 5.79302 12.5954 5.92437 12.5954H8.03243C8.16374 12.5954 8.27021 12.489 8.27021 12.3577C8.27021 12.2263 8.16377 12.1199 8.03243 12.1199ZM3.3248 12.1199H5.13177C5.26311 12.1199 5.36955 12.2263 5.36955 12.3577C5.36955 12.489 5.26311 12.5954 5.13177 12.5954H3.3248C3.19346 12.5954 3.08702 12.489 3.08702 12.3577C3.08702 12.2263 3.19346 12.1199 3.3248 12.1199ZM2.43099 12.1895C2.27961 12.0382 2.01215 12.1588 2.0254 12.3724C2.03143 12.4693 2.09796 12.5542 2.1903 12.5838C2.29086 12.6161 2.40421 12.5764 2.4618 12.4877C2.52236 12.3944 2.50977 12.2683 2.43099 12.1895ZM7.25583 13.4483H10.6478C10.7791 13.4483 10.8856 13.5547 10.8856 13.6861C10.8856 13.8174 10.7791 13.9239 10.6478 13.9239H7.25583C7.12449 13.9239 7.01805 13.8174 7.01805 13.6861C7.01805 13.5548 7.12449 13.4483 7.25583 13.4483ZM6.46321 13.4483H3.3248C3.19346 13.4483 3.08702 13.5548 3.08702 13.6861C3.08702 13.8174 3.19346 13.9239 3.3248 13.9239H6.46321C6.59452 13.9239 6.70099 13.8174 6.70099 13.6861C6.70099 13.5547 6.59455 13.4483 6.46321 13.4483ZM2.06018 13.5619C2.17115 13.3796 2.4528 13.4336 2.49599 13.6396C2.52052 13.758 2.4464 13.8783 2.3318 13.9135C2.12712 13.9763 1.94905 13.7445 2.06018 13.5619ZM4.89402 14.7767H3.3248C3.19346 14.7767 3.08702 14.8832 3.08702 15.0145C3.08702 15.1458 3.19346 15.2523 3.3248 15.2523H4.89402C5.02536 15.2523 5.1318 15.1458 5.1318 15.0145C5.1318 14.8832 5.02536 14.7767 4.89402 14.7767ZM2.04324 14.9236C2.12371 14.7317 2.40174 14.7323 2.48233 14.9236C2.52912 15.0342 2.48112 15.1668 2.37583 15.2236C2.29312 15.2683 2.18962 15.2591 2.11558 15.2012C2.03296 15.1366 2.00271 15.0202 2.04324 14.9236ZM4.51358 6.80628H3.3248C3.19346 6.80628 3.08702 6.91275 3.08702 7.04406C3.08702 7.17538 3.19346 7.28184 3.3248 7.28184H4.51358C4.64493 7.28184 4.75136 7.17538 4.75136 7.04406C4.75136 6.91275 4.64493 6.80628 4.51358 6.80628ZM5.36952 6.80628H7.65199C7.78337 6.80628 7.88977 6.91275 7.88977 7.04406C7.88977 7.17538 7.78333 7.28184 7.65199 7.28184H5.36952C5.23818 7.28184 5.13174 7.17538 5.13174 7.04406C5.13174 6.91275 5.23818 6.80628 5.36952 6.80628ZM2.49599 6.99756C2.45233 6.78925 2.16633 6.73757 2.05783 6.92385C1.94927 7.11016 2.13561 7.33944 2.34005 7.26891C2.45027 7.23091 2.51986 7.11256 2.49599 6.99756ZM12.8727 5.56255C12.8727 5.7277 12.8348 5.87932 12.759 6.0174C12.6832 6.15277 12.5667 6.26242 12.4097 6.34635C12.2527 6.43028 12.0577 6.47224 11.8249 6.47224H11.3944V7.49564H10.7V4.64474H11.8249C12.0523 4.64474 12.2446 4.684 12.4016 4.76252C12.5586 4.84103 12.6764 4.94933 12.7549 5.0874C12.8334 5.22548 12.8727 5.38386 12.8727 5.56255ZM11.7721 5.91993C11.9048 5.91993 12.0036 5.8888 12.0686 5.82653C12.1336 5.76425 12.166 5.67626 12.166 5.56255C12.166 5.44884 12.1336 5.36085 12.0686 5.29858C12.0036 5.23631 11.9048 5.20518 11.7721 5.20518H11.3944V5.91993H11.7721ZM13.9287 5.20112V5.77779H14.8586V6.31386H13.9287V6.93927H14.9805V7.49564H13.2342V4.64474H14.9805V5.20112H13.9287Z" fill="currentColor"/>
7
+ <path d="M1.04758 4.08697V3.98697H0.947584V4.08697H1.04758ZM1.04758 3.61141H0.947584V3.71141H1.04758V3.61141ZM13.0648 2.25381H13.1648V2.2538L13.0648 2.25381ZM13.0648 10.0429H13.1648V10.0429L13.0648 10.0429ZM5.95236 1.75672V1.65672H5.95235L5.95236 1.75672ZM6.71349 2.51781H6.81349V2.5178L6.71349 2.51781ZM15.4366 4.16375L15.355 4.22169L15.3551 4.22171L15.4366 4.16375ZM16.0362 6.045L15.9362 6.04499V6.045H16.0362ZM14.8049 3.49809L14.8671 3.41977L14.867 3.41976L14.8049 3.49809ZM14.8434 3.83216L14.9218 3.89433L14.9218 3.8943L14.8434 3.83216ZM14.5094 3.87066L14.4472 3.949L14.4472 3.949L14.5094 3.87066ZM15.049 4.43931L14.9675 4.49726L14.9675 4.49727L15.049 4.43931ZM2.05549 5.59953L2.14288 5.64813L2.14289 5.64813L2.05549 5.59953ZM2.49599 5.66922L2.5939 5.64891L2.59386 5.64872L2.49599 5.66922ZM2.34002 5.94028L2.30752 5.84571L2.30749 5.84572L2.34002 5.94028ZM2.02483 8.37253L1.92483 8.37261L1.92483 8.37262L2.02483 8.37253ZM2.43099 8.20419L2.50198 8.13373L2.50059 8.13239L2.43099 8.20419ZM2.19496 8.60028L2.16626 8.69607L2.16628 8.69608L2.19496 8.60028ZM2.45371 8.51403L2.37329 8.45459L2.37327 8.45462L2.45371 8.51403ZM2.0254 9.71562L1.92559 9.72184L1.92559 9.72184L2.0254 9.71562ZM2.43099 9.53284L2.5017 9.46213H2.5017L2.43099 9.53284ZM2.1903 9.92712L2.15965 10.0223L2.15966 10.0223L2.1903 9.92712ZM2.4618 9.83078L2.37799 9.77623L2.37797 9.77626L2.4618 9.83078ZM2.05611 10.9123L1.96904 10.8631L1.96903 10.8631L2.05611 10.9123ZM2.49599 10.9829L2.5939 10.9626L2.59386 10.9624L2.49599 10.9829ZM2.09821 11.2007L2.02898 11.2729L2.02899 11.2729L2.09821 11.2007ZM2.36649 11.2432L2.40987 11.3333L2.40987 11.3333L2.36649 11.2432ZM2.0254 12.3724L1.92559 12.3786L1.92559 12.3786L2.0254 12.3724ZM2.43099 12.1895L2.50171 12.1188L2.5017 12.1188L2.43099 12.1895ZM2.1903 12.5838L2.15972 12.6791L2.15974 12.6791L2.1903 12.5838ZM2.4618 12.4877L2.37795 12.4332L2.37792 12.4332L2.4618 12.4877ZM2.49599 13.6396L2.59391 13.6193L2.59387 13.6191L2.49599 13.6396ZM2.06018 13.5619L2.1456 13.6139L2.1456 13.6139L2.06018 13.5619ZM2.3318 13.9135L2.36113 14.0091L2.36113 14.0091L2.3318 13.9135ZM2.48233 14.9236L2.39018 14.9624L2.39024 14.9626L2.48233 14.9236ZM2.04324 14.9236L2.13546 14.9623L2.13546 14.9623L2.04324 14.9236ZM2.37583 15.2236L2.32834 15.1356L2.3283 15.1356L2.37583 15.2236ZM2.11558 15.2012L2.05396 15.28L2.05397 15.28L2.11558 15.2012ZM2.05783 6.92385L2.14423 6.97419L2.14424 6.97418L2.05783 6.92385ZM2.49599 6.99756L2.5939 6.97724L2.59386 6.97705L2.49599 6.99756ZM2.34005 7.26891L2.30746 7.17437L2.30744 7.17438L2.34005 7.26891ZM12.759 6.0174L12.8462 6.06626L12.8466 6.06552L12.759 6.0174ZM12.4097 6.34635L12.4568 6.43454L12.4568 6.43454L12.4097 6.34635ZM11.3944 6.47224V6.37224H11.2944V6.47224H11.3944ZM11.3944 7.49564V7.59564H11.4944V7.49564H11.3944ZM10.7 7.49564H10.6V7.59564H10.7V7.49564ZM10.7 4.64474V4.54474H10.6V4.64474H10.7ZM12.4016 4.76252L12.3569 4.85196L12.4016 4.76252ZM12.7549 5.0874L12.8418 5.03797V5.03797L12.7549 5.0874ZM12.0686 5.82653L12.1378 5.89872L12.1378 5.89872L12.0686 5.82653ZM11.3944 5.20518V5.10518H11.2944V5.20518H11.3944ZM11.3944 5.91993H11.2944V6.01993H11.3944V5.91993ZM13.9287 5.77779H13.8287V5.87779H13.9287V5.77779ZM13.9287 5.20112V5.10112H13.8287V5.20112H13.9287ZM14.8586 5.77779H14.9586V5.67779H14.8586V5.77779ZM14.8586 6.31386V6.41386H14.9586V6.31386H14.8586ZM13.9287 6.31386V6.21386H13.8287V6.31386H13.9287ZM13.9287 6.93927H13.8287V7.03927H13.9287V6.93927ZM14.9805 6.93927H15.0805V6.83927H14.9805V6.93927ZM14.9805 7.49564V7.59564H15.0805V7.49564H14.9805ZM13.2342 7.49564H13.1342V7.59564H13.2342V7.49564ZM13.2342 4.64474V4.54474H13.1342V4.64474H13.2342ZM14.9805 4.64474H15.0805V4.54474H14.9805V4.64474ZM14.9805 5.20112V5.30112H15.0805V5.20112H14.9805ZM12.6892 10.0429C12.6892 9.96678 12.7509 9.90509 12.827 9.90509V9.70509C12.6404 9.70509 12.4892 9.85634 12.4892 10.0429H12.6892ZM12.6892 15.7462V10.0429H12.4892V15.7462H12.6892ZM11.8106 16.6245C12.2951 16.6245 12.6892 16.2306 12.6892 15.7462H12.4892C12.4892 16.1201 12.1847 16.4245 11.8106 16.4245V16.6245ZM1.82587 16.6245H11.8106V16.4245H1.82587V16.6245ZM0.947584 15.7462C0.947584 16.2305 1.34151 16.6245 1.82587 16.6245V16.4245C1.45197 16.4245 1.14758 16.1201 1.14758 15.7462H0.947584ZM0.947584 4.08697V15.7462H1.14758V4.08697H0.947584ZM9.74337 3.98697H1.04758V4.18697H9.74337V3.98697ZM9.88115 3.84919C9.88115 3.92528 9.81947 3.98697 9.74337 3.98697V4.18697C9.92995 4.18697 10.0811 4.03572 10.0811 3.84919H9.88115ZM9.74337 3.71141C9.81947 3.71141 9.88115 3.7731 9.88115 3.84919H10.0811C10.0811 3.66265 9.92995 3.51141 9.74337 3.51141V3.71141ZM1.04758 3.71141H9.74337V3.51141H1.04758V3.71141ZM0.947584 2.25381V3.61141H1.14758V2.25381H0.947584ZM1.82587 1.37553C1.34151 1.37553 0.947584 1.76946 0.947584 2.25381H1.14758C1.14758 1.87992 1.45197 1.57553 1.82587 1.57553V1.37553ZM11.8106 1.37553H1.82587V1.57553H11.8106V1.37553ZM12.6892 2.25381C12.6892 1.76942 12.2951 1.37553 11.8106 1.37553V1.57553C12.1847 1.57553 12.4892 1.87996 12.4892 2.25381H12.6892ZM12.827 2.39159C12.7509 2.39159 12.6892 2.3299 12.6892 2.25381H12.4892C12.4892 2.44035 12.6404 2.59159 12.827 2.59159V2.39159ZM12.9648 2.25381C12.9648 2.3299 12.9031 2.39159 12.827 2.39159V2.59159C13.0136 2.59159 13.1648 2.44035 13.1648 2.25381H12.9648ZM11.8106 1.1C12.4469 1.1 12.9647 1.61772 12.9648 2.25382L13.1648 2.2538C13.1647 1.50722 12.5574 0.9 11.8106 0.9V1.1ZM1.82587 1.1H11.8106V0.9H1.82587V1.1ZM0.672021 2.25381C0.672021 1.6177 1.18975 1.1 1.82587 1.1V0.9C1.0793 0.9 0.472021 1.50724 0.472021 2.25381H0.672021ZM0.672021 15.7462V2.25381H0.472021V15.7462H0.672021ZM1.82587 16.9C1.18972 16.9 0.672021 16.3823 0.672021 15.7462H0.472021C0.472021 16.4928 1.07926 17.1 1.82587 17.1V16.9ZM11.8106 16.9H1.82587V17.1H11.8106V16.9ZM12.9648 15.7462C12.9648 16.3823 12.4469 16.9 11.8106 16.9V17.1C12.5573 17.1 13.1648 16.4928 13.1648 15.7462H12.9648ZM12.9648 10.0429V15.7462H13.1648V10.0429H12.9648ZM12.827 9.90509C12.9031 9.90509 12.9648 9.96677 12.9648 10.0429L13.1648 10.0429C13.1647 9.85636 13.0136 9.70509 12.827 9.70509V9.90509ZM2.42862 1.65672C1.95373 1.65672 1.56752 2.04293 1.56752 2.51781H1.76752C1.76752 2.15338 2.06419 1.85672 2.42862 1.85672V1.65672ZM3.28971 2.51781C3.28971 2.04293 2.9035 1.65672 2.42862 1.65672V1.85672C2.79304 1.85672 3.08971 2.15338 3.08971 2.51781H3.28971ZM2.42862 3.37891C2.9035 3.37891 3.28971 2.9927 3.28971 2.51781H3.08971C3.08971 2.88224 2.79304 3.17891 2.42862 3.17891V3.37891ZM1.56752 2.51781C1.56752 2.99273 1.95373 3.37891 2.42862 3.37891V3.17891C2.06419 3.17891 1.76752 2.88227 1.76752 2.51781H1.56752ZM2.42862 2.70334C2.32638 2.70334 2.24305 2.62 2.24305 2.51778H2.04305C2.04305 2.73044 2.21591 2.90334 2.42862 2.90334V2.70334ZM2.61418 2.51778C2.61418 2.62004 2.53086 2.70334 2.42862 2.70334V2.90334C2.64131 2.90334 2.81418 2.73052 2.81418 2.51778H2.61418ZM2.42862 2.33222C2.53085 2.33222 2.61418 2.41556 2.61418 2.51778H2.81418C2.81418 2.30512 2.64132 2.13222 2.42862 2.13222V2.33222ZM2.24305 2.51778C2.24305 2.41556 2.32638 2.33222 2.42862 2.33222V2.13222C2.21591 2.13222 2.04305 2.30512 2.04305 2.51778H2.24305ZM4.19046 1.65672C3.71557 1.65672 3.32936 2.04293 3.32936 2.51781H3.52936C3.52936 2.15338 3.82603 1.85672 4.19046 1.85672V1.65672ZM5.05155 2.51781C5.05155 2.04293 4.66534 1.65672 4.19046 1.65672V1.85672C4.55488 1.85672 4.85155 2.15338 4.85155 2.51781H5.05155ZM4.19046 3.37891C4.66534 3.37891 5.05155 2.9927 5.05155 2.51781H4.85155C4.85155 2.88224 4.55488 3.17891 4.19046 3.17891V3.37891ZM3.32936 2.51781C3.32936 2.99273 3.71557 3.37891 4.19046 3.37891V3.17891C3.82603 3.17891 3.52936 2.88227 3.52936 2.51781H3.32936ZM4.19046 2.70334C4.08822 2.70334 4.00489 2.62 4.00489 2.51778H3.80489C3.80489 2.73044 3.97775 2.90334 4.19046 2.90334V2.70334ZM4.37602 2.51778C4.37602 2.62004 4.2927 2.70334 4.19046 2.70334V2.90334C4.40315 2.90334 4.57602 2.73052 4.57602 2.51778H4.37602ZM4.19046 2.33222C4.29269 2.33222 4.37602 2.41556 4.37602 2.51778H4.57602C4.57602 2.30512 4.40316 2.13222 4.19046 2.13222V2.33222ZM4.00489 2.51778C4.00489 2.41556 4.08822 2.33222 4.19046 2.33222V2.13222C3.97775 2.13222 3.80489 2.30512 3.80489 2.51778H4.00489ZM5.29127 2.51781C5.29127 2.15339 5.5879 1.85674 5.95237 1.85672L5.95235 1.65672C5.47745 1.65675 5.09127 2.04292 5.09127 2.51781H5.29127ZM5.95236 3.17891C5.58793 3.17891 5.29127 2.88227 5.29127 2.51781H5.09127C5.09127 2.99273 5.47748 3.37891 5.95236 3.37891V3.17891ZM6.61349 2.51781C6.61349 2.88224 6.31682 3.17891 5.95236 3.17891V3.37891C6.42728 3.37891 6.81349 2.9927 6.81349 2.51781H6.61349ZM5.95236 1.85672C6.31679 1.85672 6.61346 2.15338 6.61349 2.51782L6.81349 2.5178C6.81345 2.04293 6.42725 1.65672 5.95236 1.65672V1.85672ZM5.56677 2.51778C5.56677 2.73044 5.73963 2.90334 5.95233 2.90334V2.70334C5.8501 2.70334 5.76677 2.62 5.76677 2.51778H5.56677ZM5.95233 2.13222C5.73963 2.13222 5.56677 2.30512 5.56677 2.51778H5.76677C5.76677 2.41556 5.8501 2.33222 5.95233 2.33222V2.13222ZM6.33789 2.51778C6.33789 2.30512 6.16504 2.13222 5.95233 2.13222V2.33222C6.05456 2.33222 6.13789 2.41556 6.13789 2.51778H6.33789ZM5.95233 2.90334C6.16502 2.90334 6.33789 2.73052 6.33789 2.51778H6.13789C6.13789 2.62004 6.05458 2.70334 5.95233 2.70334V2.90334ZM15.5181 4.10581C15.41 3.95379 15.199 3.91815 15.047 4.02629L15.1629 4.18927C15.2249 4.14516 15.311 4.15971 15.355 4.22169L15.5181 4.10581ZM16.1362 6.04501C16.1363 5.34527 15.9225 4.6744 15.518 4.10579L15.3551 4.22171C15.7353 4.75635 15.9363 5.38667 15.9362 6.04499L16.1362 6.04501ZM12.7868 9.39444C14.6338 9.39444 16.1362 7.89198 16.1362 6.045H15.9362C15.9362 7.78152 14.5233 9.19444 12.7868 9.19444V9.39444ZM9.43736 6.045C9.43736 7.89198 10.9398 9.39444 12.7868 9.39444V9.19444C11.0503 9.19444 9.63737 7.78152 9.63737 6.045H9.43736ZM12.7868 2.69556C10.9398 2.69556 9.43736 4.19802 9.43736 6.045H9.63737C9.63737 4.30848 11.0503 2.89556 12.7868 2.89556V2.69556ZM14.867 3.41976C14.27 2.9461 13.5503 2.69556 12.7868 2.69556V2.89556C13.5052 2.89556 14.1812 3.1309 14.7427 3.57643L14.867 3.41976ZM14.9218 3.8943C15.0377 3.74814 15.0132 3.53573 14.8671 3.41977L14.7427 3.57642C14.8024 3.62377 14.8123 3.71042 14.7651 3.77002L14.9218 3.8943ZM14.4472 3.949C14.5934 4.06491 14.8058 4.04044 14.9218 3.89433L14.7651 3.76999C14.7178 3.82962 14.6311 3.83959 14.5715 3.79231L14.4472 3.949ZM12.7868 3.37113C13.3968 3.37113 13.9706 3.57084 14.4472 3.949L14.5715 3.79232C14.0594 3.38604 13.4418 3.17113 12.7868 3.17113V3.37113ZM10.1129 6.04503C10.1129 4.57073 11.3125 3.37113 12.7868 3.37113V3.17113C11.202 3.17113 9.9129 4.46027 9.9129 6.04503H10.1129ZM12.7868 8.71894C11.3125 8.71894 10.1129 7.51933 10.1129 6.04503H9.9129C9.9129 7.62979 11.202 8.91894 12.7868 8.91894V8.71894ZM15.4607 6.04503C15.4607 7.51933 14.2611 8.71894 12.7868 8.71894V8.91894C14.3715 8.91894 15.6607 7.62979 15.6607 6.04503H15.4607ZM14.9675 4.49727C15.2902 4.95096 15.4607 5.48594 15.4607 6.04503H15.6607C15.6607 5.44456 15.4773 4.86904 15.1304 4.38135L14.9675 4.49727ZM15.047 4.02629C14.895 4.13442 14.8594 4.34528 14.9675 4.49726L15.1305 4.38136C15.0864 4.3194 15.1009 4.23339 15.1629 4.18927L15.047 4.02629ZM8.60305 5.37791H3.3248V5.57791H8.60305V5.37791ZM8.94083 5.71569C8.94083 5.52915 8.78963 5.37791 8.60305 5.37791V5.57791C8.67916 5.57791 8.74083 5.63959 8.74083 5.71569H8.94083ZM8.60305 6.05347C8.78959 6.05347 8.94083 5.90223 8.94083 5.71569H8.74083C8.74083 5.79177 8.67914 5.85347 8.60305 5.85347V6.05347ZM3.3248 6.05347H8.60305V5.85347H3.3248V6.05347ZM2.98702 5.71569C2.98702 5.90222 3.13822 6.05347 3.3248 6.05347V5.85347C3.2487 5.85347 3.18702 5.79178 3.18702 5.71569H2.98702ZM3.3248 5.37791C3.13822 5.37791 2.98702 5.52915 2.98702 5.71569H3.18702C3.18702 5.63959 3.2487 5.57791 3.3248 5.57791V5.37791ZM2.14289 5.64813C2.20165 5.54244 2.37213 5.5657 2.39811 5.68972L2.59386 5.64872C2.53172 5.35205 2.12107 5.27581 1.96809 5.55093L2.14289 5.64813ZM2.30749 5.84572C2.19253 5.88527 2.08314 5.75557 2.14288 5.64813L1.96809 5.55093C1.82034 5.81662 2.08201 6.1348 2.37255 6.03484L2.30749 5.84572ZM2.39807 5.68953C2.41145 5.75401 2.37149 5.82373 2.30752 5.84571L2.37252 6.03485C2.52917 5.98102 2.62828 5.81462 2.5939 5.64891L2.39807 5.68953ZM8.60305 8.03469H3.3248V8.23469H8.60305V8.03469ZM8.94083 8.37247C8.94083 8.18594 8.78963 8.03469 8.60305 8.03469V8.23469C8.67916 8.23469 8.74083 8.29638 8.74083 8.37247H8.94083ZM8.60305 8.71025C8.78963 8.71025 8.94083 8.559 8.94083 8.37247H8.74083C8.74083 8.44856 8.67916 8.51025 8.60305 8.51025V8.71025ZM3.3248 8.71025H8.60305V8.51025H3.3248V8.71025ZM2.98702 8.37247C2.98702 8.559 3.13822 8.71025 3.3248 8.71025V8.51025C3.2487 8.51025 3.18702 8.44856 3.18702 8.37247H2.98702ZM3.3248 8.03469C3.13822 8.03469 2.98702 8.18594 2.98702 8.37247H3.18702C3.18702 8.29638 3.2487 8.23469 3.3248 8.23469V8.03469ZM2.12483 8.37246C2.12475 8.25611 2.27337 8.19066 2.36139 8.27599L2.50059 8.13239C2.29255 7.93071 1.92461 8.06996 1.92483 8.37261L2.12483 8.37246ZM2.22365 8.50449C2.16629 8.4873 2.12489 8.43188 2.12483 8.37244L1.92483 8.37262C1.92497 8.52106 2.02501 8.65376 2.16626 8.69607L2.22365 8.50449ZM2.37327 8.45462C2.33978 8.49996 2.27771 8.52067 2.22364 8.50448L2.16628 8.69608C2.30114 8.73645 2.45052 8.68666 2.53414 8.57345L2.37327 8.45462ZM2.36001 8.27463C2.40747 8.32245 2.41323 8.40056 2.37329 8.45459L2.53413 8.57347C2.633 8.43969 2.61864 8.2513 2.50197 8.13375L2.36001 8.27463ZM10.7429 9.36309H9.25302V9.56309H10.7429V9.36309ZM11.0806 9.70087C11.0806 9.51434 10.9294 9.36309 10.7429 9.36309V9.56309C10.819 9.56309 10.8806 9.62478 10.8806 9.70087H11.0806ZM10.7429 10.0387C10.9294 10.0387 11.0806 9.88742 11.0806 9.70087H10.8806C10.8806 9.77696 10.8189 9.83865 10.7429 9.83865V10.0387ZM9.25302 10.0387H10.7429V9.83865H9.25302V10.0387ZM8.91524 9.70087C8.91524 9.88741 9.06644 10.0387 9.25302 10.0387V9.83865C9.17691 9.83865 9.11524 9.77697 9.11524 9.70087H8.91524ZM9.25302 9.36309C9.06644 9.36309 8.91524 9.51434 8.91524 9.70087H9.11524C9.11524 9.62478 9.17691 9.56309 9.25302 9.56309V9.36309ZM5.68661 9.56309H8.4604V9.36309H5.68661V9.56309ZM5.54883 9.70087C5.54883 9.62478 5.61051 9.56309 5.68661 9.56309V9.36309C5.50003 9.36309 5.34883 9.51434 5.34883 9.70087H5.54883ZM5.68661 9.83865C5.61051 9.83865 5.54883 9.77697 5.54883 9.70087H5.34883C5.34883 9.88741 5.50003 10.0387 5.68661 10.0387V9.83865ZM8.4604 9.83865H5.68661V10.0387H8.4604V9.83865ZM8.59818 9.70087C8.59818 9.77697 8.5365 9.83865 8.4604 9.83865V10.0387C8.64698 10.0387 8.79818 9.88741 8.79818 9.70087H8.59818ZM8.4604 9.56309C8.53648 9.56309 8.59818 9.62479 8.59818 9.70087H8.79818C8.79818 9.51433 8.64694 9.36309 8.4604 9.36309V9.56309ZM4.89402 9.36309H3.3248V9.56309H4.89402V9.36309ZM5.2318 9.70087C5.2318 9.51434 5.0806 9.36309 4.89402 9.36309V9.56309C4.97013 9.56309 5.0318 9.62478 5.0318 9.70087H5.2318ZM4.89402 10.0387C5.0806 10.0387 5.2318 9.88741 5.2318 9.70087H5.0318C5.0318 9.77697 4.97013 9.83865 4.89402 9.83865V10.0387ZM3.3248 10.0387H4.89402V9.83865H3.3248V10.0387ZM2.98702 9.70087C2.98702 9.88741 3.13822 10.0387 3.3248 10.0387V9.83865C3.2487 9.83865 3.18702 9.77697 3.18702 9.70087H2.98702ZM3.3248 9.36309C3.13822 9.36309 2.98702 9.51434 2.98702 9.70087H3.18702C3.18702 9.62478 3.2487 9.56309 3.3248 9.56309V9.36309ZM2.1252 9.70941C2.11763 9.58773 2.27382 9.5171 2.36028 9.60355L2.5017 9.46213C2.28528 9.24571 1.90654 9.41583 1.92559 9.72184L2.1252 9.70941ZM2.22096 9.83194C2.16755 9.81474 2.12865 9.7648 2.1252 9.70941L1.92559 9.72184C1.9342 9.86013 2.02868 9.98013 2.15965 10.0223L2.22096 9.83194ZM2.37797 9.77626C2.34503 9.82691 2.27863 9.85051 2.22095 9.83194L2.15966 10.0223C2.3031 10.0685 2.46339 10.0118 2.54563 9.8853L2.37797 9.77626ZM2.36028 9.60355C2.40534 9.64862 2.41299 9.72246 2.37799 9.77623L2.54561 9.88533C2.6318 9.75292 2.61407 9.57451 2.5017 9.46213L2.36028 9.60355ZM7.17649 10.6915H3.3248V10.8915H7.17649V10.6915ZM7.51427 11.0293C7.51427 10.8427 7.36307 10.6915 7.17649 10.6915V10.8915C7.2526 10.8915 7.31427 10.9532 7.31427 11.0293H7.51427ZM7.17649 11.3671C7.36307 11.3671 7.51427 11.2158 7.51427 11.0293H7.31427C7.31427 11.1054 7.2526 11.1671 7.17649 11.1671V11.3671ZM3.3248 11.3671H7.17649V11.1671H3.3248V11.3671ZM2.98702 11.0293C2.98702 11.2158 3.13822 11.3671 3.3248 11.3671V11.1671C3.2487 11.1671 3.18702 11.1054 3.18702 11.0293H2.98702ZM3.3248 10.6915C3.13822 10.6915 2.98702 10.8427 2.98702 11.0293H3.18702C3.18702 10.9532 3.2487 10.8915 3.3248 10.8915V10.6915ZM2.14319 10.9614C2.20287 10.8558 2.3722 10.8798 2.39811 11.0034L2.59386 10.9624C2.53152 10.6649 2.12279 10.5908 1.96904 10.8631L2.14319 10.9614ZM2.16744 11.1286C2.12294 11.0859 2.11265 11.0155 2.14319 10.9614L1.96903 10.8631C1.89389 10.9962 1.9181 11.1665 2.02898 11.2729L2.16744 11.1286ZM2.3231 11.1531C2.27175 11.1778 2.20825 11.1677 2.16743 11.1285L2.02899 11.2729C2.13041 11.3702 2.28378 11.394 2.40987 11.3333L2.3231 11.1531ZM2.39808 11.0033C2.41023 11.0618 2.37814 11.1266 2.3231 11.1531L2.40987 11.3333C2.54615 11.2676 2.62506 11.1127 2.5939 10.9626L2.39808 11.0033ZM9.55408 12.0199H8.82505V12.2199H9.55408V12.0199ZM9.89187 12.3577C9.89187 12.1711 9.74067 12.0199 9.55408 12.0199V12.2199C9.63019 12.2199 9.69187 12.2816 9.69187 12.3577H9.89187ZM9.55408 12.6954C9.74067 12.6954 9.89187 12.5442 9.89187 12.3577H9.69187C9.69187 12.4337 9.63019 12.4954 9.55408 12.4954V12.6954ZM8.82505 12.6954H9.55408V12.4954H8.82505V12.6954ZM8.48727 12.3577C8.48727 12.5442 8.63847 12.6954 8.82505 12.6954V12.4954C8.74895 12.4954 8.68727 12.4337 8.68727 12.3577H8.48727ZM8.82505 12.0199C8.63847 12.0199 8.48727 12.1711 8.48727 12.3577H8.68727C8.68727 12.2816 8.74895 12.2199 8.82505 12.2199V12.0199ZM5.92437 12.2199H8.03243V12.0199H5.92437V12.2199ZM5.78658 12.3577C5.78658 12.2816 5.84826 12.2199 5.92437 12.2199V12.0199C5.73778 12.0199 5.58658 12.1711 5.58658 12.3577H5.78658ZM5.92437 12.4954C5.84826 12.4954 5.78658 12.4337 5.78658 12.3577H5.58658C5.58658 12.5442 5.73778 12.6954 5.92437 12.6954V12.4954ZM8.03243 12.4954H5.92437V12.6954H8.03243V12.4954ZM8.17021 12.3577C8.17021 12.4337 8.10851 12.4954 8.03243 12.4954V12.6954C8.21897 12.6954 8.37021 12.5442 8.37021 12.3577H8.17021ZM8.03243 12.2199C8.10853 12.2199 8.17021 12.2816 8.17021 12.3577H8.37021C8.37021 12.1711 8.21901 12.0199 8.03243 12.0199V12.2199ZM5.13177 12.0199H3.3248V12.2199H5.13177V12.0199ZM5.46955 12.3577C5.46955 12.1711 5.31835 12.0199 5.13177 12.0199V12.2199C5.20788 12.2199 5.26955 12.2816 5.26955 12.3577H5.46955ZM5.13177 12.6954C5.31835 12.6954 5.46955 12.5442 5.46955 12.3577H5.26955C5.26955 12.4337 5.20788 12.4954 5.13177 12.4954V12.6954ZM3.3248 12.6954H5.13177V12.4954H3.3248V12.6954ZM2.98702 12.3577C2.98702 12.5442 3.13822 12.6954 3.3248 12.6954V12.4954C3.2487 12.4954 3.18702 12.4337 3.18702 12.3577H2.98702ZM3.3248 12.0199C3.13822 12.0199 2.98702 12.1711 2.98702 12.3577H3.18702C3.18702 12.2816 3.2487 12.2199 3.3248 12.2199V12.0199ZM2.1252 12.3662C2.11766 12.2446 2.27403 12.174 2.36028 12.2602L2.5017 12.1188C2.2852 11.9023 1.90663 12.0731 1.92559 12.3786L2.1252 12.3662ZM2.22088 12.4886C2.16743 12.4715 2.12866 12.4217 2.1252 12.3662L1.92559 12.3786C1.9342 12.517 2.02849 12.6369 2.15972 12.6791L2.22088 12.4886ZM2.37792 12.4332C2.34515 12.4837 2.2789 12.5073 2.22087 12.4886L2.15974 12.6791C2.30283 12.725 2.46326 12.6691 2.54569 12.5421L2.37792 12.4332ZM2.36026 12.2602C2.40536 12.3053 2.41302 12.3792 2.37795 12.4332L2.54566 12.5421C2.6317 12.4097 2.61418 12.2313 2.50171 12.1188L2.36026 12.2602ZM10.6478 13.3483H7.25583V13.5483H10.6478V13.3483ZM10.9856 13.6861C10.9856 13.4995 10.8344 13.3483 10.6478 13.3483V13.5483C10.7239 13.5483 10.7856 13.61 10.7856 13.6861H10.9856ZM10.6478 14.0239C10.8344 14.0239 10.9856 13.8726 10.9856 13.6861H10.7856C10.7856 13.7622 10.7239 13.8239 10.6478 13.8239V14.0239ZM7.25583 14.0239H10.6478V13.8239H7.25583V14.0239ZM6.91805 13.6861C6.91805 13.8726 7.06925 14.0239 7.25583 14.0239V13.8239C7.17973 13.8239 7.11805 13.7622 7.11805 13.6861H6.91805ZM7.25583 13.3483C7.06925 13.3483 6.91805 13.4996 6.91805 13.6861H7.11805C7.11805 13.61 7.17973 13.5483 7.25583 13.5483V13.3483ZM3.3248 13.5483H6.46321V13.3483H3.3248V13.5483ZM3.18702 13.6861C3.18702 13.61 3.2487 13.5483 3.3248 13.5483V13.3483C3.13822 13.3483 2.98702 13.4996 2.98702 13.6861H3.18702ZM3.3248 13.8239C3.2487 13.8239 3.18702 13.7622 3.18702 13.6861H2.98702C2.98702 13.8726 3.13822 14.0239 3.3248 14.0239V13.8239ZM6.46321 13.8239H3.3248V14.0239H6.46321V13.8239ZM6.60099 13.6861C6.60099 13.7622 6.53929 13.8239 6.46321 13.8239V14.0239C6.64975 14.0239 6.80099 13.8726 6.80099 13.6861H6.60099ZM6.46321 13.5483C6.53932 13.5483 6.60099 13.61 6.60099 13.6861H6.80099C6.80099 13.4995 6.64978 13.3483 6.46321 13.3483V13.5483ZM2.59387 13.6191C2.53294 13.3284 2.13501 13.2466 1.97475 13.5099L2.1456 13.6139C2.20728 13.5125 2.37267 13.5387 2.39812 13.6601L2.59387 13.6191ZM2.36113 14.0091C2.52346 13.9593 2.62926 13.7899 2.59391 13.6193L2.39807 13.6599C2.41179 13.7261 2.36934 13.7974 2.30247 13.8179L2.36113 14.0091ZM1.97476 13.5099C1.81662 13.7697 2.06704 14.0993 2.36113 14.0091L2.30248 13.8179C2.18719 13.8533 2.08148 13.7192 2.1456 13.6139L1.97476 13.5099ZM3.3248 14.8767H4.89402V14.6767H3.3248V14.8767ZM3.18702 15.0145C3.18702 14.9384 3.2487 14.8767 3.3248 14.8767V14.6767C3.13822 14.6767 2.98702 14.828 2.98702 15.0145H3.18702ZM3.3248 15.1523C3.2487 15.1523 3.18702 15.0906 3.18702 15.0145H2.98702C2.98702 15.201 3.13822 15.3523 3.3248 15.3523V15.1523ZM4.89402 15.1523H3.3248V15.3523H4.89402V15.1523ZM5.0318 15.0145C5.0318 15.0906 4.97013 15.1523 4.89402 15.1523V15.3523C5.0806 15.3523 5.2318 15.201 5.2318 15.0145H5.0318ZM4.89402 14.8767C4.97013 14.8767 5.0318 14.9384 5.0318 15.0145H5.2318C5.2318 14.828 5.0806 14.6767 4.89402 14.6767V14.8767ZM2.57449 14.8848C2.45972 14.6124 2.06597 14.6108 1.95102 14.8849L2.13546 14.9623C2.18145 14.8526 2.34376 14.8523 2.39018 14.9624L2.57449 14.8848ZM2.42332 15.3116C2.57317 15.2307 2.64166 15.0436 2.57443 14.8846L2.39024 14.9626C2.41657 15.0248 2.38906 15.1028 2.32834 15.1356L2.42332 15.3116ZM2.05397 15.28C2.15904 15.3622 2.30536 15.3753 2.42336 15.3116L2.3283 15.1356C2.28087 15.1612 2.22019 15.1561 2.17719 15.1225L2.05397 15.28ZM1.95102 14.8849C1.89306 15.0231 1.93583 15.1875 2.05396 15.28L2.17721 15.1225C2.13009 15.0856 2.11236 15.0173 2.13546 14.9623L1.95102 14.8849ZM3.3248 6.90628H4.51358V6.70628H3.3248V6.90628ZM3.18702 7.04406C3.18702 6.96797 3.2487 6.90628 3.3248 6.90628V6.70628C3.13822 6.70628 2.98702 6.85753 2.98702 7.04406H3.18702ZM3.3248 7.18184C3.2487 7.18184 3.18702 7.12016 3.18702 7.04406H2.98702C2.98702 7.2306 3.13822 7.38184 3.3248 7.38184V7.18184ZM4.51358 7.18184H3.3248V7.38184H4.51358V7.18184ZM4.65136 7.04406C4.65136 7.12016 4.58969 7.18184 4.51358 7.18184V7.38184C4.70016 7.38184 4.85136 7.2306 4.85136 7.04406H4.65136ZM4.51358 6.90628C4.58969 6.90628 4.65136 6.96797 4.65136 7.04406H4.85136C4.85136 6.85753 4.70016 6.70628 4.51358 6.70628V6.90628ZM7.65199 6.70628H5.36952V6.90628H7.65199V6.70628ZM7.98977 7.04406C7.98977 6.85754 7.83861 6.70628 7.65199 6.70628V6.90628C7.72812 6.90628 7.78977 6.96796 7.78977 7.04406H7.98977ZM7.65199 7.38184C7.83857 7.38184 7.98977 7.2306 7.98977 7.04406H7.78977C7.78977 7.12016 7.7281 7.18184 7.65199 7.18184V7.38184ZM5.36952 7.38184H7.65199V7.18184H5.36952V7.38184ZM5.03174 7.04406C5.03174 7.2306 5.18294 7.38184 5.36952 7.38184V7.18184C5.29342 7.18184 5.23174 7.12016 5.23174 7.04406H5.03174ZM5.36952 6.70628C5.18294 6.70628 5.03174 6.85753 5.03174 7.04406H5.23174C5.23174 6.96797 5.29342 6.90628 5.36952 6.90628V6.70628ZM2.14424 6.97418C2.20458 6.87058 2.3724 6.89538 2.39811 7.01808L2.59386 6.97705C2.53226 6.68313 2.12808 6.60455 1.97142 6.87352L2.14424 6.97418ZM2.30744 7.17438C2.19188 7.21424 2.0817 7.08151 2.14423 6.97419L1.97143 6.8735C1.81684 7.1388 2.07934 7.46464 2.37266 7.36344L2.30744 7.17438ZM2.39808 7.01789C2.41145 7.08231 2.37139 7.15233 2.30746 7.17437L2.37264 7.36345C2.52915 7.30949 2.62828 7.14282 2.5939 6.97724L2.39808 7.01789ZM12.8466 6.06552C12.9309 5.91197 12.9727 5.74368 12.9727 5.56255H12.7727C12.7727 5.71172 12.7386 5.84666 12.6713 5.96927L12.8466 6.06552ZM12.4568 6.43454C12.6282 6.34296 12.7597 6.22066 12.8462 6.06626L12.6717 5.96854C12.6066 6.08488 12.5053 6.18187 12.3626 6.25815L12.4568 6.43454ZM11.8249 6.57224C12.0693 6.57224 12.2815 6.52824 12.4568 6.43454L12.3626 6.25815C12.2238 6.33231 12.0462 6.37224 11.8249 6.37224V6.57224ZM11.3944 6.57224H11.8249V6.37224H11.3944V6.57224ZM11.4944 7.49564V6.47224H11.2944V7.49564H11.4944ZM10.7 7.59564H11.3944V7.39564H10.7V7.59564ZM10.6 4.64474V7.49564H10.8V4.64474H10.6ZM11.8249 4.54474H10.7V4.74474H11.8249V4.54474ZM12.4463 4.67307C12.2719 4.58588 12.0634 4.54474 11.8249 4.54474V4.74474C12.0412 4.74474 12.2172 4.78213 12.3569 4.85196L12.4463 4.67307ZM12.8418 5.03797C12.7525 4.88088 12.6191 4.75948 12.4463 4.67307L12.3569 4.85196C12.4981 4.92258 12.6003 5.01778 12.668 5.13683L12.8418 5.03797ZM12.9727 5.56255C12.9727 5.36874 12.9299 5.19293 12.8418 5.03797L12.668 5.13683C12.7369 5.25804 12.7727 5.39899 12.7727 5.56255H12.9727ZM11.9994 5.75433C11.9602 5.79185 11.8911 5.81993 11.7721 5.81993V6.01993C11.9185 6.01993 12.047 5.98574 12.1378 5.89872L11.9994 5.75433ZM12.066 5.56255C12.066 5.65661 12.0398 5.7156 11.9994 5.75433L12.1378 5.89872C12.2273 5.81291 12.266 5.69591 12.266 5.56255H12.066ZM11.9994 5.37078C12.0398 5.4095 12.066 5.46849 12.066 5.56255H12.266C12.266 5.42919 12.2273 5.3122 12.1378 5.22638L11.9994 5.37078ZM11.7721 5.30518C11.8911 5.30518 11.9602 5.33325 11.9994 5.37078L12.1378 5.22638C12.047 5.13937 11.9185 5.10518 11.7721 5.10518V5.30518ZM11.3944 5.30518H11.7721V5.10518H11.3944V5.30518ZM11.4944 5.91993V5.20518H11.2944V5.91993H11.4944ZM11.7721 5.81993H11.3944V6.01993H11.7721V5.81993ZM14.0287 5.77779V5.20112H13.8287V5.77779H14.0287ZM14.8586 5.67779H13.9287V5.87779H14.8586V5.67779ZM14.9586 6.31386V5.77779H14.7586V6.31386H14.9586ZM13.9287 6.41386H14.8586V6.21386H13.9287V6.41386ZM14.0287 6.93927V6.31386H13.8287V6.93927H14.0287ZM14.9805 6.83927H13.9287V7.03927H14.9805V6.83927ZM15.0805 7.49564V6.93927H14.8805V7.49564H15.0805ZM13.2342 7.59564H14.9805V7.39564H13.2342V7.59564ZM13.1342 4.64474V7.49564H13.3342V4.64474H13.1342ZM14.9805 4.54474H13.2342V4.74474H14.9805V4.54474ZM15.0805 5.20112V4.64474H14.8805V5.20112H15.0805ZM13.9287 5.30112H14.9805V5.10112H13.9287V5.30112Z" fill="currentColor" mask="url(#path-1-outside-1_2947_12082)"/>
8
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.25996 0C4.96541 0 4.72663 0.238781 4.72663 0.533333V1.86667H4.13996C3.67249 1.86667 4.23484 1.88136 3.83358 1.93801C2.78514 2.05486 1.97454 2.37818 1.47172 3.14174C0.999156 3.85935 0.873291 4.8662 0.873291 6.13333V9.86667C0.873291 11.1338 0.999156 12.1407 1.47172 12.8583C1.97454 13.6218 2.78513 13.9451 3.83355 14.062C4.23482 14.1186 3.67248 14.1333 4.13996 14.1333H4.72663V15.4667C4.72663 15.7612 4.96541 16 5.25996 16C5.55451 16 5.7933 15.7612 5.7933 15.4667V0.533333C5.7933 0.238781 5.55451 0 5.25996 0ZM4.72663 13.0667H4.13996C3.68488 13.0667 4.30404 13.0517 3.97589 13.0048L3.95892 13.0027C3.04771 12.9022 2.61439 12.654 2.36257 12.2716C2.07915 11.8412 1.93996 11.1233 1.93996 9.86667V6.13333C1.93996 4.87673 2.07915 4.15879 2.36257 3.72839C2.61439 3.346 3.04771 3.09779 3.95892 2.99732L3.97589 2.99517C4.30404 2.94829 3.68488 2.93333 4.13996 2.93333H4.72663V13.0667ZM11.86 2.93333C12.315 2.93333 12.6958 2.94829 13.024 2.99517L13.041 2.99732C13.9522 3.09779 14.3855 3.346 14.6373 3.7284C14.9208 4.15879 15.06 4.87674 15.06 6.13333V9.86667C15.06 11.1233 14.9208 11.8412 14.6373 12.2716C14.3855 12.654 13.9522 12.9022 13.041 13.0027L13.024 13.0048C12.6958 13.0517 12.315 13.0667 11.86 13.0667H8.23168C7.93713 13.0667 7.69835 13.3054 7.69835 13.6C7.69835 13.8946 7.93713 14.1333 8.23168 14.1333H11.86C12.3275 14.1333 12.7651 14.1186 13.1663 14.062C14.2148 13.9451 15.0254 13.6218 15.5282 12.8583C16.0008 12.1407 16.1266 11.1338 16.1266 9.86667V6.13333C16.1266 4.86619 16.0008 3.85934 15.5282 3.14173C15.0253 2.37818 14.2147 2.05486 13.1663 1.93801C12.765 1.88136 12.3274 1.86667 11.86 1.86667H8.27648C7.98193 1.86667 7.74315 2.10545 7.74315 2.4C7.74315 2.69455 7.98193 2.93333 8.27648 2.93333H11.86Z" fill="currentColor"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2976 7.95194C10.4283 7.71394 10.4936 7.4526 10.4936 7.16794C10.4936 6.85994 10.4259 6.58694 10.2906 6.34894C10.1553 6.11094 9.95225 5.92427 9.68159 5.78894C9.41092 5.6536 9.07959 5.58594 8.68759 5.58594H6.74859V10.4999H7.94559V8.73594H8.68759C9.08892 8.73594 9.42492 8.6636 9.69559 8.51894C9.96625 8.37427 10.1669 8.18527 10.2976 7.95194ZM9.10759 7.62294C8.99559 7.73027 8.82525 7.78394 8.59659 7.78394H7.94559V6.55194H8.59659C8.82525 6.55194 8.99559 6.6056 9.10759 6.71294C9.21959 6.82027 9.27559 6.97194 9.27559 7.16794C9.27559 7.36394 9.21959 7.5156 9.10759 7.62294ZM12.3138 7.53894V6.54494H14.1268V5.58594H11.1168V10.4999H14.1268V9.54094H12.3138V8.46294H13.9168V7.53894H12.3138Z" fill="currentColor"/>
4
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.25996 0C4.96541 0 4.72663 0.238781 4.72663 0.533333V1.86667H4.13996C3.67249 1.86667 4.23484 1.88136 3.83358 1.93801C2.78514 2.05486 1.97454 2.37818 1.47172 3.14174C0.999156 3.85935 0.873291 4.8662 0.873291 6.13333V9.86667C0.873291 11.1338 0.999156 12.1407 1.47172 12.8583C1.97454 13.6218 2.78513 13.9451 3.83355 14.062C4.23482 14.1186 3.67248 14.1333 4.13996 14.1333H4.72663V15.4667C4.72663 15.7612 4.96541 16 5.25996 16C5.55451 16 5.7933 15.7612 5.7933 15.4667V0.533333C5.7933 0.238781 5.55451 0 5.25996 0ZM4.72663 13.0667H4.13996C3.68488 13.0667 4.30404 13.0517 3.97589 13.0048L3.95892 13.0027C3.04771 12.9022 2.61439 12.654 2.36257 12.2716C2.07915 11.8412 1.93996 11.1233 1.93996 9.86667V6.13333C1.93996 4.87673 2.07915 4.15879 2.36257 3.72839C2.61439 3.346 3.04771 3.09779 3.95892 2.99732L3.97589 2.99517C4.30404 2.94829 3.68488 2.93333 4.13996 2.93333H4.72663V13.0667ZM11.86 2.93333C12.315 2.93333 12.6958 2.94829 13.024 2.99517L13.041 2.99732C13.9522 3.09779 14.3855 3.346 14.6373 3.7284C14.9208 4.15879 15.06 4.87674 15.06 6.13333V9.86667C15.06 11.1233 14.9208 11.8412 14.6373 12.2716C14.3855 12.654 13.9522 12.9022 13.041 13.0027L13.024 13.0048C12.6958 13.0517 12.315 13.0667 11.86 13.0667H8.23168C7.93713 13.0667 7.69835 13.3054 7.69835 13.6C7.69835 13.8946 7.93713 14.1333 8.23168 14.1333H11.86C12.3275 14.1333 12.7651 14.1186 13.1663 14.062C14.2148 13.9451 15.0254 13.6218 15.5282 12.8583C16.0008 12.1407 16.1266 11.1338 16.1266 9.86667V6.13333C16.1266 4.86619 16.0008 3.85934 15.5282 3.14173C15.0253 2.37818 14.2147 2.05486 13.1663 1.93801C12.765 1.88136 12.3274 1.86667 11.86 1.86667H8.27648C7.98193 1.86667 7.74315 2.10545 7.74315 2.4C7.74315 2.69455 7.98193 2.93333 8.27648 2.93333H11.86Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2976 7.95194C10.4283 7.71394 10.4936 7.4526 10.4936 7.16794C10.4936 6.85994 10.4259 6.58694 10.2906 6.34894C10.1553 6.11094 9.95225 5.92427 9.68159 5.78894C9.41092 5.6536 9.07959 5.58594 8.68759 5.58594H6.74859V10.4999H7.94559V8.73594H8.68759C9.08892 8.73594 9.42492 8.6636 9.69559 8.51894C9.96625 8.37427 10.1669 8.18527 10.2976 7.95194ZM9.10759 7.62294C8.99559 7.73027 8.82525 7.78394 8.59659 7.78394H7.94559V6.55194H8.59659C8.82525 6.55194 8.99559 6.6056 9.10759 6.71294C9.21959 6.82027 9.27559 6.97194 9.27559 7.16794C9.27559 7.36394 9.21959 7.5156 9.10759 7.62294ZM12.3138 7.53894V6.54494H14.1268V5.58594H11.1168V10.4999H14.1268V9.54094H12.3138V8.46294H13.9168V7.53894H12.3138Z" fill="currentColor"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="23" height="16" viewBox="0 0 23 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="23" height="16" rx="4" fill="#DED1E5"/>
3
- <path d="M8.624 7.144C8.624 7.44267 8.552 7.72267 8.408 7.984C8.26933 8.24533 8.048 8.456 7.744 8.616C7.44533 8.776 7.06667 8.856 6.608 8.856H5.672V11H4.552V5.416H6.608C7.04 5.416 7.408 5.49067 7.712 5.64C8.016 5.78933 8.24267 5.99467 8.392 6.256C8.54667 6.51733 8.624 6.81333 8.624 7.144ZM6.56 7.952C6.86933 7.952 7.09867 7.88267 7.248 7.744C7.39733 7.6 7.472 7.4 7.472 7.144C7.472 6.6 7.168 6.328 6.56 6.328H5.672V7.952H6.56ZM10.5392 6.32V7.72H12.4192V8.608H10.5392V10.088H12.6592V11H9.41919V5.408H12.6592V6.32H10.5392ZM18.693 5.416L16.645 11H15.285L13.237 5.416H14.437L15.973 9.856L17.501 5.416H18.693Z" fill="currentColor"/>
4
- </svg>
1
+ <svg width="23" height="16" viewBox="0 0 23 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="23" height="16" rx="4" fill="#DED1E5"/>
3
+ <path d="M8.624 7.144C8.624 7.44267 8.552 7.72267 8.408 7.984C8.26933 8.24533 8.048 8.456 7.744 8.616C7.44533 8.776 7.06667 8.856 6.608 8.856H5.672V11H4.552V5.416H6.608C7.04 5.416 7.408 5.49067 7.712 5.64C8.016 5.78933 8.24267 5.99467 8.392 6.256C8.54667 6.51733 8.624 6.81333 8.624 7.144ZM6.56 7.952C6.86933 7.952 7.09867 7.88267 7.248 7.744C7.39733 7.6 7.472 7.4 7.472 7.144C7.472 6.6 7.168 6.328 6.56 6.328H5.672V7.952H6.56ZM10.5392 6.32V7.72H12.4192V8.608H10.5392V10.088H12.6592V11H9.41919V5.408H12.6592V6.32H10.5392ZM18.693 5.416L16.645 11H15.285L13.237 5.416H14.437L15.973 9.856L17.501 5.416H18.693Z" fill="currentColor"/>
4
+ </svg>
@@ -1,10 +1,10 @@
1
- <svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M17.522 3.29551V9.46075C17.522 10.9867 16.8226 12.7579 15.5531 14.4481C14.0737 16.4173 11.8945 18.1555 9.25101 19.4748L8.99975 19.6L8.74849 19.4748C6.10501 18.1555 3.9258 16.4173 2.44637 14.4481C1.17694 12.7579 0.477539 10.9867 0.477539 9.46075V3.29551L4.6237 0.400024H13.3758L17.522 3.29551Z" fill="#00358F"/>
3
- <path d="M17.5222 3.29551V9.46075C17.5222 10.9867 16.8228 12.7579 15.5534 14.4481C14.0739 16.4173 11.8947 18.1555 9.25126 19.4748L9 19.6V0.400024H13.376L17.5222 3.29551Z" fill="#012453"/>
4
- <path d="M12.6677 2.65015H5.33164L2.72754 4.46859V9.46079C2.72754 11.1765 4.41548 14.5291 8.99966 17.0653C13.5838 14.5291 15.2718 11.1765 15.2718 9.46079V4.46859L12.6677 2.65015Z" fill="#00B3FE"/>
5
- <path d="M15.2721 4.46859V9.46079C15.2721 11.1765 13.5842 14.5291 9 17.0653V2.65015H12.668L15.2721 4.46859Z" fill="#0274F9"/>
6
- <path d="M12.8447 2.08765H5.15466L2.16504 4.17535V9.46081C2.16504 10.5581 2.72081 11.9524 3.68947 13.286C4.86889 14.9098 6.61084 16.387 8.72742 17.5578L8.99968 17.7085L9.27194 17.5578C11.3885 16.387 13.1305 14.9098 14.3099 13.286C15.2786 11.9524 15.8343 10.5581 15.8343 9.46081V4.17535L12.8447 2.08765ZM14.7093 9.46081C14.7093 10.9575 13.1826 14.0135 8.99968 16.4196C4.81677 14.0135 3.29008 10.9575 3.29008 9.46081V4.76188L5.50867 3.21269H12.4907L14.7093 4.76188V9.46081Z" fill="#EFF5FA"/>
7
- <path d="M15.8346 4.17535V9.46081C15.8346 10.5581 15.2789 11.9524 14.3102 13.286C13.1308 14.9098 11.3888 16.387 9.27226 17.5578L9 17.7085V16.4196C13.1829 14.0135 14.7096 10.9575 14.7096 9.46081V4.76188L12.491 3.21269H9V2.08765H12.845L15.8346 4.17535Z" fill="#C6E1EC"/>
8
- <path d="M12.591 6.93419L8.99983 10.6251L8.99233 10.633L8.07917 11.5712L5.40869 9.07365L6.1771 8.25199L8.04167 9.99618L8.99233 9.01965L8.99983 9.01177L11.7847 6.14966L12.591 6.93419Z" fill="#EFF5FA"/>
9
- <path d="M12.5911 6.93419L9 10.6251V9.01177L11.7849 6.14966L12.5911 6.93419Z" fill="#C6E1EC"/>
10
- </svg>
1
+ <svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.522 3.29551V9.46075C17.522 10.9867 16.8226 12.7579 15.5531 14.4481C14.0737 16.4173 11.8945 18.1555 9.25101 19.4748L8.99975 19.6L8.74849 19.4748C6.10501 18.1555 3.9258 16.4173 2.44637 14.4481C1.17694 12.7579 0.477539 10.9867 0.477539 9.46075V3.29551L4.6237 0.400024H13.3758L17.522 3.29551Z" fill="#00358F"/>
3
+ <path d="M17.5222 3.29551V9.46075C17.5222 10.9867 16.8228 12.7579 15.5534 14.4481C14.0739 16.4173 11.8947 18.1555 9.25126 19.4748L9 19.6V0.400024H13.376L17.5222 3.29551Z" fill="#012453"/>
4
+ <path d="M12.6677 2.65015H5.33164L2.72754 4.46859V9.46079C2.72754 11.1765 4.41548 14.5291 8.99966 17.0653C13.5838 14.5291 15.2718 11.1765 15.2718 9.46079V4.46859L12.6677 2.65015Z" fill="#00B3FE"/>
5
+ <path d="M15.2721 4.46859V9.46079C15.2721 11.1765 13.5842 14.5291 9 17.0653V2.65015H12.668L15.2721 4.46859Z" fill="#0274F9"/>
6
+ <path d="M12.8447 2.08765H5.15466L2.16504 4.17535V9.46081C2.16504 10.5581 2.72081 11.9524 3.68947 13.286C4.86889 14.9098 6.61084 16.387 8.72742 17.5578L8.99968 17.7085L9.27194 17.5578C11.3885 16.387 13.1305 14.9098 14.3099 13.286C15.2786 11.9524 15.8343 10.5581 15.8343 9.46081V4.17535L12.8447 2.08765ZM14.7093 9.46081C14.7093 10.9575 13.1826 14.0135 8.99968 16.4196C4.81677 14.0135 3.29008 10.9575 3.29008 9.46081V4.76188L5.50867 3.21269H12.4907L14.7093 4.76188V9.46081Z" fill="#EFF5FA"/>
7
+ <path d="M15.8346 4.17535V9.46081C15.8346 10.5581 15.2789 11.9524 14.3102 13.286C13.1308 14.9098 11.3888 16.387 9.27226 17.5578L9 17.7085V16.4196C13.1829 14.0135 14.7096 10.9575 14.7096 9.46081V4.76188L12.491 3.21269H9V2.08765H12.845L15.8346 4.17535Z" fill="#C6E1EC"/>
8
+ <path d="M12.591 6.93419L8.99983 10.6251L8.99233 10.633L8.07917 11.5712L5.40869 9.07365L6.1771 8.25199L8.04167 9.99618L8.99233 9.01965L8.99983 9.01177L11.7847 6.14966L12.591 6.93419Z" fill="#EFF5FA"/>
9
+ <path d="M12.5911 6.93419L9 10.6251V9.01177L11.7849 6.14966L12.5911 6.93419Z" fill="#C6E1EC"/>
10
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15.2974 9.27172L14.6318 8.72378C14.1758 8.34844 14.1766 7.65081 14.6318 7.27622L15.2974 6.72828C15.771 6.33831 15.8922 5.66963 15.5854 5.13822L14.2711 2.86178C13.9643 2.33041 13.3245 2.10103 12.7501 2.31622L11.9427 2.61869C11.3897 2.82581 10.786 2.47647 10.6891 1.89491L10.5473 1.04447C10.4465 0.439281 9.92794 0 9.31437 0H6.68578C6.07219 0 5.55362 0.439281 5.45278 1.0445L5.31103 1.89491C5.21394 2.4775 4.60938 2.82547 4.05741 2.61872L3.25006 2.31622C2.67559 2.10103 2.03584 2.33044 1.729 2.86178L0.414718 5.13819C0.107937 5.66953 0.229062 6.33825 0.702781 6.72825L1.36837 7.27619C1.82437 7.65156 1.82347 8.34912 1.36837 8.72375L0.702749 9.27169C0.229062 9.66169 0.107906 10.3304 0.414687 10.8618L1.729 13.1382C2.03581 13.6695 2.67544 13.8989 3.25006 13.6838L4.05737 13.3813C4.61047 13.1741 5.21409 13.5237 5.311 14.1051L5.45275 14.9554C5.55362 15.5607 6.07219 16 6.68575 16H9.31434C9.92791 16 10.4465 15.5607 10.5473 14.9555L10.689 14.1051C10.7861 13.5227 11.3906 13.1745 11.9427 13.3813L12.7501 13.6838C13.3247 13.899 13.9643 13.6696 14.2711 13.1382L15.5855 10.8618C15.8922 10.3304 15.771 9.66169 15.2974 9.27172ZM13.6196 11.7666C13.3709 12.1974 12.8471 12.3853 12.3813 12.2107C11.0907 11.7273 9.68219 12.5429 9.45609 13.8996C9.37431 14.3903 8.94974 14.75 8.45224 14.75H7.54792C7.05042 14.75 6.62583 14.3903 6.54403 13.8996C6.3175 12.5403 4.90697 11.7282 3.61887 12.2107C3.15299 12.3853 2.62921 12.1974 2.38046 11.7666L1.9283 10.9834C1.67956 10.5526 1.77876 10.005 2.16284 9.68884C3.22687 8.81291 3.22466 7.18528 2.16284 6.31116C1.77876 5.99497 1.67957 5.44744 1.92831 5.0166L2.3805 4.23339C2.62925 3.80256 3.15301 3.61471 3.61887 3.78925C4.9095 4.27269 6.31794 3.45706 6.54403 2.10041C6.62581 1.60968 7.05039 1.25 7.54788 1.25H8.45221C8.94971 1.25 9.37428 1.60968 9.45606 2.10041C9.68262 3.45984 11.0932 4.27169 12.3812 3.78925C12.8471 3.6147 13.3709 3.80253 13.6198 4.23335L14.0718 5.01599C14.3207 5.44699 14.2215 5.99478 13.8372 6.31112C12.7733 7.187 12.7754 8.81466 13.8372 9.68881C14.2213 10.005 14.3205 10.5525 14.0718 10.9834L13.6196 11.7666Z" fill="currentColor"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.84562 9.65817C7.0032 9.65817 7.11696 9.809 7.07366 9.96052C7.04457 10.0623 6.95151 10.1325 6.84562 10.1325H6.36815C5.95661 10.1325 5.68582 9.65817 6.09736 9.65817H6.84562ZM7.34519 9.01035C7.31609 9.11217 7.22303 9.18236 7.11714 9.18236H5.71242C5.30089 9.18236 5.0301 8.70801 5.44163 8.70801H7.11714C7.27472 8.70801 7.38849 8.85884 7.34519 9.01035ZM7.61724 8.05832C7.58795 8.16085 7.49404 8.2322 7.38741 8.2322H4.70925C4.29772 8.2322 4.02693 7.75784 4.43846 7.75784H7.39086C7.496 7.75784 7.58841 7.82754 7.61731 7.92863C7.6294 7.97093 7.62933 8.01602 7.61724 8.05832ZM7.30402 6.83259C7.34733 6.98411 7.23356 7.13495 7.07598 7.13495H5.71242C5.30089 7.13495 5.0301 6.6606 5.44163 6.6606H7.07598C7.18186 6.6606 7.27492 6.73079 7.30402 6.83259ZM7.03238 5.88226C7.07569 6.03378 6.96192 6.18462 6.80433 6.18462H6.26611C5.91093 6.18462 5.649 5.79659 5.99607 5.7211C6.0287 5.71401 6.06259 5.71027 6.09736 5.71027H6.80433C6.91022 5.71027 7.00328 5.78045 7.03238 5.88226Z" fill="currentColor"/>
4
- <path d="M7.38239 10.7495C7.41437 10.7736 7.45335 10.7867 7.49341 10.7867C7.52874 10.7866 7.56334 10.7766 7.59321 10.7577L11.6803 8.15678C11.7067 8.14001 11.7284 8.11684 11.7435 8.08944C11.7585 8.06204 11.7664 8.03128 11.7664 8.00002C11.7664 7.96876 11.7585 7.93801 11.7435 7.9106C11.7284 7.8832 11.7067 7.86004 11.6803 7.84326L7.59321 5.24238C7.56137 5.22213 7.52412 5.21204 7.48642 5.21345C7.44871 5.21486 7.41233 5.2277 7.38209 5.25028C7.35186 5.27286 7.3292 5.30409 7.31714 5.33984C7.30507 5.3756 7.30417 5.41417 7.31454 5.45045L8.04331 8.00002L7.31469 10.5497C7.30438 10.586 7.30534 10.6245 7.31743 10.6602C7.32952 10.6959 7.35217 10.727 7.38239 10.7495Z" fill="#10B660"/>
5
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.2974 9.27172L14.6318 8.72378C14.1758 8.34844 14.1766 7.65081 14.6318 7.27622L15.2974 6.72828C15.771 6.33831 15.8922 5.66963 15.5854 5.13822L14.2711 2.86178C13.9643 2.33041 13.3245 2.10103 12.7501 2.31622L11.9427 2.61869C11.3897 2.82581 10.786 2.47647 10.6891 1.89491L10.5473 1.04447C10.4465 0.439281 9.92794 0 9.31437 0H6.68578C6.07219 0 5.55362 0.439281 5.45278 1.0445L5.31103 1.89491C5.21394 2.4775 4.60938 2.82547 4.05741 2.61872L3.25006 2.31622C2.67559 2.10103 2.03584 2.33044 1.729 2.86178L0.414718 5.13819C0.107937 5.66953 0.229062 6.33825 0.702781 6.72825L1.36837 7.27619C1.82437 7.65156 1.82347 8.34912 1.36837 8.72375L0.702749 9.27169C0.229062 9.66169 0.107906 10.3304 0.414687 10.8618L1.729 13.1382C2.03581 13.6695 2.67544 13.8989 3.25006 13.6838L4.05737 13.3813C4.61047 13.1741 5.21409 13.5237 5.311 14.1051L5.45275 14.9554C5.55362 15.5607 6.07219 16 6.68575 16H9.31434C9.92791 16 10.4465 15.5607 10.5473 14.9555L10.689 14.1051C10.7861 13.5227 11.3906 13.1745 11.9427 13.3813L12.7501 13.6838C13.3247 13.899 13.9643 13.6696 14.2711 13.1382L15.5855 10.8618C15.8922 10.3304 15.771 9.66169 15.2974 9.27172ZM13.6196 11.7666C13.3709 12.1974 12.8471 12.3853 12.3813 12.2107C11.0907 11.7273 9.68219 12.5429 9.45609 13.8996C9.37431 14.3903 8.94974 14.75 8.45224 14.75H7.54792C7.05042 14.75 6.62583 14.3903 6.54403 13.8996C6.3175 12.5403 4.90697 11.7282 3.61887 12.2107C3.15299 12.3853 2.62921 12.1974 2.38046 11.7666L1.9283 10.9834C1.67956 10.5526 1.77876 10.005 2.16284 9.68884C3.22687 8.81291 3.22466 7.18528 2.16284 6.31116C1.77876 5.99497 1.67957 5.44744 1.92831 5.0166L2.3805 4.23339C2.62925 3.80256 3.15301 3.61471 3.61887 3.78925C4.9095 4.27269 6.31794 3.45706 6.54403 2.10041C6.62581 1.60968 7.05039 1.25 7.54788 1.25H8.45221C8.94971 1.25 9.37428 1.60968 9.45606 2.10041C9.68262 3.45984 11.0932 4.27169 12.3812 3.78925C12.8471 3.6147 13.3709 3.80253 13.6198 4.23335L14.0718 5.01599C14.3207 5.44699 14.2215 5.99478 13.8372 6.31112C12.7733 7.187 12.7754 8.81466 13.8372 9.68881C14.2213 10.005 14.3205 10.5525 14.0718 10.9834L13.6196 11.7666Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.84562 9.65817C7.0032 9.65817 7.11696 9.809 7.07366 9.96052C7.04457 10.0623 6.95151 10.1325 6.84562 10.1325H6.36815C5.95661 10.1325 5.68582 9.65817 6.09736 9.65817H6.84562ZM7.34519 9.01035C7.31609 9.11217 7.22303 9.18236 7.11714 9.18236H5.71242C5.30089 9.18236 5.0301 8.70801 5.44163 8.70801H7.11714C7.27472 8.70801 7.38849 8.85884 7.34519 9.01035ZM7.61724 8.05832C7.58795 8.16085 7.49404 8.2322 7.38741 8.2322H4.70925C4.29772 8.2322 4.02693 7.75784 4.43846 7.75784H7.39086C7.496 7.75784 7.58841 7.82754 7.61731 7.92863C7.6294 7.97093 7.62933 8.01602 7.61724 8.05832ZM7.30402 6.83259C7.34733 6.98411 7.23356 7.13495 7.07598 7.13495H5.71242C5.30089 7.13495 5.0301 6.6606 5.44163 6.6606H7.07598C7.18186 6.6606 7.27492 6.73079 7.30402 6.83259ZM7.03238 5.88226C7.07569 6.03378 6.96192 6.18462 6.80433 6.18462H6.26611C5.91093 6.18462 5.649 5.79659 5.99607 5.7211C6.0287 5.71401 6.06259 5.71027 6.09736 5.71027H6.80433C6.91022 5.71027 7.00328 5.78045 7.03238 5.88226Z" fill="currentColor"/>
4
+ <path d="M7.38239 10.7495C7.41437 10.7736 7.45335 10.7867 7.49341 10.7867C7.52874 10.7866 7.56334 10.7766 7.59321 10.7577L11.6803 8.15678C11.7067 8.14001 11.7284 8.11684 11.7435 8.08944C11.7585 8.06204 11.7664 8.03128 11.7664 8.00002C11.7664 7.96876 11.7585 7.93801 11.7435 7.9106C11.7284 7.8832 11.7067 7.86004 11.6803 7.84326L7.59321 5.24238C7.56137 5.22213 7.52412 5.21204 7.48642 5.21345C7.44871 5.21486 7.41233 5.2277 7.38209 5.25028C7.35186 5.27286 7.3292 5.30409 7.31714 5.33984C7.30507 5.3756 7.30417 5.41417 7.31454 5.45045L8.04331 8.00002L7.31469 10.5497C7.30438 10.586 7.30534 10.6245 7.31743 10.6602C7.32952 10.6959 7.35217 10.727 7.38239 10.7495Z" fill="#10B660"/>
5
+ </svg>