@eturnity/eturnity_reusable_components 1.2.19-EPDM-5448.0 → 1.2.19-EPDM-5310.6

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 (219) hide show
  1. package/.prettierrc +6 -6
  2. package/.storybook/main.js +8 -8
  3. package/.storybook/preview.js +46 -46
  4. package/README.md +29 -29
  5. package/babel.config.js +5 -5
  6. package/package.json +62 -62
  7. package/public/index.html +17 -17
  8. package/src/App.vue +218 -221
  9. package/src/assets/icons/arrow_down.svg +3 -3
  10. package/src/assets/icons/arrow_up_red.svg +3 -3
  11. package/src/assets/icons/black_spinner.svg +35 -35
  12. package/src/assets/icons/delete_icon.svg +11 -11
  13. package/src/assets/icons/delete_icon_gray.svg +11 -11
  14. package/src/assets/icons/drag_icon.svg +8 -8
  15. package/src/assets/icons/external_icon.svg +6 -6
  16. package/src/assets/icons/language_icon.svg +6 -6
  17. package/src/assets/icons/pdf_icon.svg +6 -6
  18. package/src/assets/icons/plus_button.svg +4 -4
  19. package/src/assets/icons/search_icon_black.svg +3 -3
  20. package/src/assets/icons/subposition_icon.svg +3 -3
  21. package/src/assets/icons/subposition_marker.svg +3 -3
  22. package/src/assets/icons/warning_icon.svg +3 -3
  23. package/src/assets/svgIcons/2d_active.svg +7 -7
  24. package/src/assets/svgIcons/2d_inactive.svg +8 -8
  25. package/src/assets/svgIcons/3d_active.svg +7 -7
  26. package/src/assets/svgIcons/3d_inactive.svg +8 -8
  27. package/src/assets/svgIcons/accept.svg +5 -5
  28. package/src/assets/svgIcons/activate_panels_active.svg +22 -22
  29. package/src/assets/svgIcons/activate_panels_inactive.svg +20 -20
  30. package/src/assets/svgIcons/add_icon-1.svg +3 -3
  31. package/src/assets/svgIcons/add_icon.svg +4 -4
  32. package/src/assets/svgIcons/address_book.svg +3 -3
  33. package/src/assets/svgIcons/after_sale_as_a_service.svg +6 -6
  34. package/src/assets/svgIcons/all_good.svg +3 -3
  35. package/src/assets/svgIcons/angle_active.svg +5 -5
  36. package/src/assets/svgIcons/angle_inactive.svg +4 -4
  37. package/src/assets/svgIcons/area_active.svg +11 -11
  38. package/src/assets/svgIcons/area_inactive.svg +26 -26
  39. package/src/assets/svgIcons/arrow_down.svg +3 -3
  40. package/src/assets/svgIcons/arrow_left.svg +4 -4
  41. package/src/assets/svgIcons/arrow_right.svg +4 -4
  42. package/src/assets/svgIcons/arrow_up.svg +3 -3
  43. package/src/assets/svgIcons/attachment.svg +3 -3
  44. package/src/assets/svgIcons/battery.svg +3 -3
  45. package/src/assets/svgIcons/bell.svg +3 -3
  46. package/src/assets/svgIcons/bold.svg +3 -3
  47. package/src/assets/svgIcons/bom.svg +3 -3
  48. package/src/assets/svgIcons/bom_generation.svg +10 -10
  49. package/src/assets/svgIcons/bubble.svg +3 -3
  50. package/src/assets/svgIcons/bullet_list.svg +8 -8
  51. package/src/assets/svgIcons/calendar.svg +7 -7
  52. package/src/assets/svgIcons/calendar_icon.svg +7 -7
  53. package/src/assets/svgIcons/call.svg +3 -3
  54. package/src/assets/svgIcons/camera.svg +3 -3
  55. package/src/assets/svgIcons/car.svg +3 -3
  56. package/src/assets/svgIcons/cart.svg +3 -3
  57. package/src/assets/svgIcons/checkbox.svg +3 -3
  58. package/src/assets/svgIcons/clear_formatting.svg +7 -7
  59. package/src/assets/svgIcons/clickable_info.svg +4 -4
  60. package/src/assets/svgIcons/clip.svg +3 -3
  61. package/src/assets/svgIcons/clock.svg +4 -4
  62. package/src/assets/svgIcons/close_for_modals,_tool_tips.svg +4 -4
  63. package/src/assets/svgIcons/collapse.svg +4 -4
  64. package/src/assets/svgIcons/component_library.svg +7 -7
  65. package/src/assets/svgIcons/context_menu-1.svg +6 -6
  66. package/src/assets/svgIcons/context_menu-2.svg +5 -5
  67. package/src/assets/svgIcons/context_menu.svg +5 -5
  68. package/src/assets/svgIcons/context_menu_tabs.svg +5 -5
  69. package/src/assets/svgIcons/current_variant.svg +4 -4
  70. package/src/assets/svgIcons/deadline.svg +4 -4
  71. package/src/assets/svgIcons/delete.svg +4 -4
  72. package/src/assets/svgIcons/delete_area_active.svg +16 -16
  73. package/src/assets/svgIcons/delete_area_inactive.svg +15 -15
  74. package/src/assets/svgIcons/direction_active-1.svg +12 -12
  75. package/src/assets/svgIcons/direction_active.svg +5 -5
  76. package/src/assets/svgIcons/direction_inactive.svg +4 -4
  77. package/src/assets/svgIcons/distances_active.svg +9 -9
  78. package/src/assets/svgIcons/distances_inactive.svg +8 -8
  79. package/src/assets/svgIcons/document.svg +3 -3
  80. package/src/assets/svgIcons/downarrow.svg +3 -3
  81. package/src/assets/svgIcons/download.svg +4 -4
  82. package/src/assets/svgIcons/duplicate-1.svg +8 -8
  83. package/src/assets/svgIcons/duplicate-2.svg +5 -5
  84. package/src/assets/svgIcons/duplicate-3.svg +3 -3
  85. package/src/assets/svgIcons/duplicate.svg +4 -4
  86. package/src/assets/svgIcons/e-mobility_configurator.svg +6 -6
  87. package/src/assets/svgIcons/edit_button.svg +3 -3
  88. package/src/assets/svgIcons/email.svg +3 -3
  89. package/src/assets/svgIcons/ems-1.svg +3 -3
  90. package/src/assets/svgIcons/ems.svg +3 -3
  91. package/src/assets/svgIcons/end_of_the_list.svg +5 -5
  92. package/src/assets/svgIcons/erase.svg +4 -4
  93. package/src/assets/svgIcons/fav_icon.svg +4 -4
  94. package/src/assets/svgIcons/financing_for_pv-1.svg +5 -5
  95. package/src/assets/svgIcons/financing_for_pv-2.svg +3 -3
  96. package/src/assets/svgIcons/financing_for_pv.svg +6 -6
  97. package/src/assets/svgIcons/finish-1.svg +4 -4
  98. package/src/assets/svgIcons/finish.svg +3 -3
  99. package/src/assets/svgIcons/folder.svg +3 -3
  100. package/src/assets/svgIcons/heat_calc.svg +7 -7
  101. package/src/assets/svgIcons/house.svg +3 -3
  102. package/src/assets/svgIcons/info.svg +3 -3
  103. package/src/assets/svgIcons/initial_situation.svg +3 -3
  104. package/src/assets/svgIcons/intro-tour-1.svg +3 -3
  105. package/src/assets/svgIcons/intro-tour.svg +3 -3
  106. package/src/assets/svgIcons/inverter-1.svg +5 -5
  107. package/src/assets/svgIcons/inverter.svg +3 -3
  108. package/src/assets/svgIcons/italic.svg +3 -3
  109. package/src/assets/svgIcons/key.svg +3 -3
  110. package/src/assets/svgIcons/lead_marketplace.svg +6 -6
  111. package/src/assets/svgIcons/lead_provider.svg +4 -4
  112. package/src/assets/svgIcons/length_in_2d_active.svg +12 -12
  113. package/src/assets/svgIcons/length_in_2d_inctive.svg +13 -13
  114. package/src/assets/svgIcons/light_bulb.svg +3 -3
  115. package/src/assets/svgIcons/line_graph.svg +3 -3
  116. package/src/assets/svgIcons/local_subsidies.svg +18 -18
  117. package/src/assets/svgIcons/location.svg +3 -3
  118. package/src/assets/svgIcons/lock.svg +3 -3
  119. package/src/assets/svgIcons/loop.svg +3 -3
  120. package/src/assets/svgIcons/lunch.svg +4 -4
  121. package/src/assets/svgIcons/map_icon.svg +3 -3
  122. package/src/assets/svgIcons/meeting.svg +6 -6
  123. package/src/assets/svgIcons/move_copy.svg +4 -4
  124. package/src/assets/svgIcons/new_area_inactive.svg +11 -11
  125. package/src/assets/svgIcons/next.svg +4 -4
  126. package/src/assets/svgIcons/not_equal_to.svg +3 -3
  127. package/src/assets/svgIcons/numbered_list.svg +6 -6
  128. package/src/assets/svgIcons/obstacle_tool.svg +13 -13
  129. package/src/assets/svgIcons/pan_tool.svg +12 -12
  130. package/src/assets/svgIcons/panels_tool.svg +8 -8
  131. package/src/assets/svgIcons/pen_tool.svg +4 -4
  132. package/src/assets/svgIcons/picker_tool.svg +4 -4
  133. package/src/assets/svgIcons/picture.svg +3 -3
  134. package/src/assets/svgIcons/pin.svg +5 -5
  135. package/src/assets/svgIcons/presentation.svg +3 -3
  136. package/src/assets/svgIcons/previous.svg +4 -4
  137. package/src/assets/svgIcons/profile-1.svg +4 -4
  138. package/src/assets/svgIcons/profile.svg +4 -4
  139. package/src/assets/svgIcons/profitability.svg +3 -3
  140. package/src/assets/svgIcons/project_analysis.svg +4 -4
  141. package/src/assets/svgIcons/project_settings.svg +4 -4
  142. package/src/assets/svgIcons/pv.svg +3 -3
  143. package/src/assets/svgIcons/quotations.svg +6 -6
  144. package/src/assets/svgIcons/rotate_view.svg +5 -5
  145. package/src/assets/svgIcons/run_simulation.svg +3 -3
  146. package/src/assets/svgIcons/scaling_tool.svg +8 -8
  147. package/src/assets/svgIcons/search.svg +3 -3
  148. package/src/assets/svgIcons/security.svg +3 -3
  149. package/src/assets/svgIcons/settings.svg +3 -3
  150. package/src/assets/svgIcons/show_in_a_new_tab.svg +12 -12
  151. package/src/assets/svgIcons/smartphone.svg +4 -4
  152. package/src/assets/svgIcons/solar_calc.svg +13 -13
  153. package/src/assets/svgIcons/sorting.svg +4 -4
  154. package/src/assets/svgIcons/start_of_the_list.svg +5 -5
  155. package/src/assets/svgIcons/strikethrough.svg +4 -4
  156. package/src/assets/svgIcons/subsidies-1.svg +5 -5
  157. package/src/assets/svgIcons/subsidies-2.svg +3 -3
  158. package/src/assets/svgIcons/subsidies.svg +3 -3
  159. package/src/assets/svgIcons/subtract_icon.svg +3 -3
  160. package/src/assets/svgIcons/suitcase.svg +3 -3
  161. package/src/assets/svgIcons/template_icon_not_clickable.svg +6 -6
  162. package/src/assets/svgIcons/truck.svg +3 -3
  163. package/src/assets/svgIcons/underlined.svg +3 -3
  164. package/src/assets/svgIcons/uparrow.svg +3 -3
  165. package/src/assets/svgIcons/upload_avatar-1.svg +12 -12
  166. package/src/assets/svgIcons/upload_avatar.svg +5 -5
  167. package/src/assets/svgIcons/upload_image.svg +8 -8
  168. package/src/assets/svgIcons/virtual_storage.svg +4 -4
  169. package/src/assets/svgIcons/warning.svg +4 -4
  170. package/src/assets/svgIcons/way.svg +5 -5
  171. package/src/assets/svgIcons/wifi.svg +3 -3
  172. package/src/assets/svgIcons/winter.svg +3 -3
  173. package/src/assets/theme.js +34 -36
  174. package/src/components/addNewButton/AddNewButton.stories.js +24 -24
  175. package/src/components/addNewButton/index.vue +58 -58
  176. package/src/components/buttons/closeButton/CloseButton.stories.js +29 -29
  177. package/src/components/buttons/closeButton/index.vue +61 -61
  178. package/src/components/buttons/externalButton/index.vue +101 -101
  179. package/src/components/buttons/mainButton/index.vue +82 -82
  180. package/src/components/deleteIcon/DeleteIcon.stories.js +29 -29
  181. package/src/components/deleteIcon/index.vue +55 -55
  182. package/src/components/icon/Icons.stories.js +41 -41
  183. package/src/components/icon/iconCollection.vue +68 -68
  184. package/src/components/icon/index.vue +76 -73
  185. package/src/components/infoText/index.vue +151 -151
  186. package/src/components/inputs/checkbox/Checkbox.stories.js +57 -57
  187. package/src/components/inputs/checkbox/index.vue +182 -182
  188. package/src/components/inputs/inputNumber/InputNumber.stories.js +150 -150
  189. package/src/components/inputs/inputNumber/index.vue +390 -390
  190. package/src/components/inputs/inputNumberQuestion/index.vue +215 -215
  191. package/src/components/inputs/inputText/InputText.stories.js +75 -75
  192. package/src/components/inputs/inputText/index.vue +198 -198
  193. package/src/components/inputs/radioButton/RadioButton.stories.js +58 -58
  194. package/src/components/inputs/radioButton/index.vue +258 -253
  195. package/src/components/inputs/searchInput/SearchInput.stories.js +40 -40
  196. package/src/components/inputs/searchInput/index.vue +97 -96
  197. package/src/components/inputs/slider/index.vue +126 -126
  198. package/src/components/inputs/textAreaInput/TextAreaInput.stories.js +135 -135
  199. package/src/components/inputs/textAreaInput/index.vue +189 -189
  200. package/src/components/inputs/toggle/Toggle.stories.js +77 -77
  201. package/src/components/inputs/toggle/index.vue +288 -288
  202. package/src/components/modals/modal/index.vue +153 -153
  203. package/src/components/modals/modal/modal.stories.js +31 -31
  204. package/src/components/pageSubtitle/index.vue +68 -64
  205. package/src/components/pageTitle/index.vue +45 -37
  206. package/src/components/progressBar/index.vue +125 -125
  207. package/src/components/spinner/index.vue +71 -71
  208. package/src/components/tableDropdown/index.vue +644 -644
  209. package/src/components/tables/mainTable/exampleNested.vue +328 -328
  210. package/src/components/tables/mainTable/index.vue +365 -365
  211. package/src/components/tables/viewTable/index.vue +195 -195
  212. package/src/components/threeDots/index.vue +324 -324
  213. package/src/helpers/numberConverter.js +98 -98
  214. package/src/helpers/translateLang.js +80 -80
  215. package/src/main.js +11 -11
  216. package/src/assets/svgIcons/margin_tool.svg +0 -4
  217. package/src/assets/svgIcons/redo.svg +0 -6
  218. package/src/assets/svgIcons/undo.svg +0 -6
  219. package/src/components/iconWrapper/index.vue +0 -84
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="42" viewbox="-1 -1 42 42" width="42" xmlns="http://www.w3.org/2000/svg">
2
- <rect fill="white" height="40" rx="4" width="40"></rect>
3
- <path clip-rule="evenodd" d="M22.4833 13.7924L22.4833 17.2409L13 17.2409L13 21.5515L22.4833 21.5515L22.4833 25L27 19.3962L22.4833 13.7924Z" fill="#505CA6" fill-rule="evenodd"></path>
4
- </svg>
1
+ <svg fill="none" height="42" viewbox="-1 -1 42 42" width="42" xmlns="http://www.w3.org/2000/svg">
2
+ <rect fill="white" height="40" rx="4" width="40"></rect>
3
+ <path clip-rule="evenodd" d="M22.4833 13.7924L22.4833 17.2409L13 17.2409L13 21.5515L22.4833 21.5515L22.4833 25L27 19.3962L22.4833 13.7924Z" fill="#505CA6" fill-rule="evenodd"></path>
4
+ </svg>
@@ -1,11 +1,11 @@
1
- <svg fill="none" height="30" viewbox="5 5 30 30" width="30" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M19.5 7C20.9 7 22 8.1 22 9.5C22 10.9 20.9 12 19.5 12C18.1 12 17 10.9 17 9.5C17 8.1 18.1 7 19.5 7ZM19.5 6C17.6 6 16 7.6 16 9.5C16 11.4 17.6 13 19.5 13C21.4 13 23 11.4 23 9.5C23 7.6 21.4 6 19.5 6Z" fill="#666666"></path>
3
- <path d="M30.5 7C31.9 7 33 8.1 33 9.5C33 10.9 31.9 12 30.5 12C29.1 12 28 10.9 28 9.5C28 8.1 29.1 7 30.5 7ZM30.5 6C28.6 6 27 7.6 27 9.5C27 11.4 28.6 13 30.5 13C32.4 13 34 11.4 34 9.5C34 7.6 32.4 6 30.5 6Z" fill="#666666"></path>
4
- <path d="M30.5 28C31.9 28 33 29.1 33 30.5C33 31.9 31.9 33 30.5 33C29.1 33 28 31.9 28 30.5C28 29.1 29.1 28 30.5 28ZM30.5 27C28.6 27 27 28.6 27 30.5C27 32.4 28.6 34 30.5 34C32.4 34 34 32.4 34 30.5C34 28.6 32.4 27 30.5 27Z" fill="#666666"></path>
5
- <path d="M19.5 28C20.9 28 22 29.1 22 30.5C22 31.9 20.9 33 19.5 33C18.1 33 17 31.9 17 30.5C17 29.1 18.1 28 19.5 28ZM19.5 27C17.6 27 16 28.6 16 30.5C16 32.4 17.6 34 19.5 34C21.4 34 23 32.4 23 30.5C23 28.6 21.4 27 19.5 27Z" fill="#666666"></path>
6
- <path d="M30.5 12V28" stroke="#666666" stroke-miterlimit="10"></path>
7
- <path d="M28 9.5H22" stroke="#666666" stroke-miterlimit="10"></path>
8
- <path d="M28 30.5H22" stroke="#666666" stroke-miterlimit="10"></path>
9
- <path d="M18 19H6V21H18V19Z" fill="#666666"></path>
10
- <path d="M13 26L13 14H11L11 26H13Z" fill="#666666"></path>
11
- </svg>
1
+ <svg fill="none" height="30" viewbox="5 5 30 30" width="30" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 7C20.9 7 22 8.1 22 9.5C22 10.9 20.9 12 19.5 12C18.1 12 17 10.9 17 9.5C17 8.1 18.1 7 19.5 7ZM19.5 6C17.6 6 16 7.6 16 9.5C16 11.4 17.6 13 19.5 13C21.4 13 23 11.4 23 9.5C23 7.6 21.4 6 19.5 6Z" fill="#666666"></path>
3
+ <path d="M30.5 7C31.9 7 33 8.1 33 9.5C33 10.9 31.9 12 30.5 12C29.1 12 28 10.9 28 9.5C28 8.1 29.1 7 30.5 7ZM30.5 6C28.6 6 27 7.6 27 9.5C27 11.4 28.6 13 30.5 13C32.4 13 34 11.4 34 9.5C34 7.6 32.4 6 30.5 6Z" fill="#666666"></path>
4
+ <path d="M30.5 28C31.9 28 33 29.1 33 30.5C33 31.9 31.9 33 30.5 33C29.1 33 28 31.9 28 30.5C28 29.1 29.1 28 30.5 28ZM30.5 27C28.6 27 27 28.6 27 30.5C27 32.4 28.6 34 30.5 34C32.4 34 34 32.4 34 30.5C34 28.6 32.4 27 30.5 27Z" fill="#666666"></path>
5
+ <path d="M19.5 28C20.9 28 22 29.1 22 30.5C22 31.9 20.9 33 19.5 33C18.1 33 17 31.9 17 30.5C17 29.1 18.1 28 19.5 28ZM19.5 27C17.6 27 16 28.6 16 30.5C16 32.4 17.6 34 19.5 34C21.4 34 23 32.4 23 30.5C23 28.6 21.4 27 19.5 27Z" fill="#666666"></path>
6
+ <path d="M30.5 12V28" stroke="#666666" stroke-miterlimit="10"></path>
7
+ <path d="M28 9.5H22" stroke="#666666" stroke-miterlimit="10"></path>
8
+ <path d="M28 30.5H22" stroke="#666666" stroke-miterlimit="10"></path>
9
+ <path d="M18 19H6V21H18V19Z" fill="#666666"></path>
10
+ <path d="M13 26L13 14H11L11 26H13Z" fill="#666666"></path>
11
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="14" viewbox="15 13 9 14" width="9" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M16.418 15.2242L17.6119 14.0303L23.5816 20L22.3877 21.1939L16.418 15.2242Z" fill="#B2B9C5"></path>
3
- <path d="M17.6119 25.9697L16.418 24.7757L22.3877 18.806L23.5816 20L17.6119 25.9697Z" fill="#B2B9C5"></path>
4
- </svg>
1
+ <svg fill="none" height="14" viewbox="15 13 9 14" width="9" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.418 15.2242L17.6119 14.0303L23.5816 20L22.3877 21.1939L16.418 15.2242Z" fill="#B2B9C5"></path>
3
+ <path d="M17.6119 25.9697L16.418 24.7757L22.3877 18.806L23.5816 20L17.6119 25.9697Z" fill="#B2B9C5"></path>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="14" viewbox="12 13 16 14" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path clip-rule="evenodd" d="M20.5868 16.9057L22.2644 14H24.0292L22.3516 16.9057H27V18.434H21.4692L19.7044 21.4907H27V23.019H18.822L17.101 26H15.3362L17.0573 23.019H13V21.4907H17.9397L19.7044 18.434H13V16.9057H20.5868Z" fill="#FF5656" fill-rule="evenodd"></path>
3
- </svg>
1
+ <svg fill="none" height="14" viewbox="12 13 16 14" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path clip-rule="evenodd" d="M20.5868 16.9057L22.2644 14H24.0292L22.3516 16.9057H27V18.434H21.4692L19.7044 21.4907H27V23.019H18.822L17.101 26H15.3362L17.0573 23.019H13V21.4907H17.9397L19.7044 18.434H13V16.9057H20.5868Z" fill="#FF5656" fill-rule="evenodd"></path>
3
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg fill="none" height="11" viewbox="14 14 12 11" width="12" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M18.581 17.7313H24.7905C24.8462 17.7308 24.8994 17.7087 24.939 17.6695C24.978 17.6303 24.9999 17.5772 24.9999 17.5219V16.445C24.9999 16.3894 24.9778 16.3362 24.9386 16.2969C24.8993 16.2577 24.846 16.2356 24.7905 16.2356H18.581C18.5254 16.2356 18.4722 16.2577 18.4329 16.2969C18.3936 16.3362 18.3716 16.3894 18.3716 16.445V17.5219C18.3716 17.5774 18.3936 17.6307 18.4329 17.6699C18.4722 17.7092 18.5254 17.7313 18.581 17.7313V17.7313Z" fill="#505CA6"></path>
3
- <path d="M16.7344 15.4397V18.5261H15.9085V16.4157L15.2412 16.6242V15.8985L16.409 15.4814L16.5175 15.4397H16.7344Z" fill="#505CA6"></path>
4
- <path d="M24.7888 22.2522H18.581C18.5254 22.2522 18.4722 22.2743 18.4329 22.3135C18.3936 22.3528 18.3716 22.4061 18.3716 22.4616V23.5385C18.3716 23.594 18.3936 23.6473 18.4329 23.6865C18.4722 23.7258 18.5254 23.7479 18.581 23.7479H24.7905C24.8461 23.7477 24.8993 23.7259 24.939 23.687C24.9584 23.6674 24.9738 23.6443 24.9842 23.6188C24.9947 23.5933 25 23.566 24.9999 23.5385V22.4616C24.9999 22.4339 24.9944 22.4066 24.9838 22.3811C24.9732 22.3556 24.9576 22.3324 24.938 22.3129C24.9183 22.2935 24.8951 22.2781 24.8695 22.2677C24.8439 22.2572 24.8165 22.252 24.7888 22.2522Z" fill="#505CA6"></path>
5
- <path d="M16.2213 23.8448L16.655 23.391C16.8099 23.2315 16.9424 23.0516 17.0488 22.8563C17.1275 22.7067 17.1698 22.5407 17.1722 22.3717C17.1788 22.2425 17.1563 22.1135 17.1065 21.9941C17.0567 21.8747 16.9808 21.768 16.8844 21.6818C16.6663 21.511 16.3936 21.4253 16.117 21.4407C15.917 21.4378 15.7194 21.4848 15.5422 21.5775C15.375 21.665 15.2359 21.7981 15.141 21.9612C15.0471 22.1243 14.9985 22.3095 15 22.4976V22.6294H15.8284V22.4976C15.8239 22.4042 15.8535 22.3122 15.9118 22.239C15.9361 22.2106 15.9667 22.1883 16.0012 22.1738C16.0356 22.1593 16.073 22.1531 16.1103 22.1556C16.1418 22.1522 16.1737 22.156 16.2035 22.1669C16.2333 22.1777 16.2602 22.1953 16.2822 22.2182C16.3283 22.2771 16.3506 22.3512 16.3447 22.4259C16.341 22.5054 16.3162 22.5826 16.273 22.6494C16.1967 22.7689 16.109 22.8807 16.011 22.9831L15.0559 23.9924V24.5605H17.2631V23.8448H16.2213Z" fill="#505CA6"></path>
6
- </svg>
1
+ <svg fill="none" height="11" viewbox="14 14 12 11" width="12" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.581 17.7313H24.7905C24.8462 17.7308 24.8994 17.7087 24.939 17.6695C24.978 17.6303 24.9999 17.5772 24.9999 17.5219V16.445C24.9999 16.3894 24.9778 16.3362 24.9386 16.2969C24.8993 16.2577 24.846 16.2356 24.7905 16.2356H18.581C18.5254 16.2356 18.4722 16.2577 18.4329 16.2969C18.3936 16.3362 18.3716 16.3894 18.3716 16.445V17.5219C18.3716 17.5774 18.3936 17.6307 18.4329 17.6699C18.4722 17.7092 18.5254 17.7313 18.581 17.7313V17.7313Z" fill="#505CA6"></path>
3
+ <path d="M16.7344 15.4397V18.5261H15.9085V16.4157L15.2412 16.6242V15.8985L16.409 15.4814L16.5175 15.4397H16.7344Z" fill="#505CA6"></path>
4
+ <path d="M24.7888 22.2522H18.581C18.5254 22.2522 18.4722 22.2743 18.4329 22.3135C18.3936 22.3528 18.3716 22.4061 18.3716 22.4616V23.5385C18.3716 23.594 18.3936 23.6473 18.4329 23.6865C18.4722 23.7258 18.5254 23.7479 18.581 23.7479H24.7905C24.8461 23.7477 24.8993 23.7259 24.939 23.687C24.9584 23.6674 24.9738 23.6443 24.9842 23.6188C24.9947 23.5933 25 23.566 24.9999 23.5385V22.4616C24.9999 22.4339 24.9944 22.4066 24.9838 22.3811C24.9732 22.3556 24.9576 22.3324 24.938 22.3129C24.9183 22.2935 24.8951 22.2781 24.8695 22.2677C24.8439 22.2572 24.8165 22.252 24.7888 22.2522Z" fill="#505CA6"></path>
5
+ <path d="M16.2213 23.8448L16.655 23.391C16.8099 23.2315 16.9424 23.0516 17.0488 22.8563C17.1275 22.7067 17.1698 22.5407 17.1722 22.3717C17.1788 22.2425 17.1563 22.1135 17.1065 21.9941C17.0567 21.8747 16.9808 21.768 16.8844 21.6818C16.6663 21.511 16.3936 21.4253 16.117 21.4407C15.917 21.4378 15.7194 21.4848 15.5422 21.5775C15.375 21.665 15.2359 21.7981 15.141 21.9612C15.0471 22.1243 14.9985 22.3095 15 22.4976V22.6294H15.8284V22.4976C15.8239 22.4042 15.8535 22.3122 15.9118 22.239C15.9361 22.2106 15.9667 22.1883 16.0012 22.1738C16.0356 22.1593 16.073 22.1531 16.1103 22.1556C16.1418 22.1522 16.1737 22.156 16.2035 22.1669C16.2333 22.1777 16.2602 22.1953 16.2822 22.2182C16.3283 22.2771 16.3506 22.3512 16.3447 22.4259C16.341 22.5054 16.3162 22.5826 16.273 22.6494C16.1967 22.7689 16.109 22.8807 16.011 22.9831L15.0559 23.9924V24.5605H17.2631V23.8448H16.2213Z" fill="#505CA6"></path>
6
+ </svg>
@@ -1,13 +1,13 @@
1
- <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <mask height="14" id="mask0_6458_86453" maskunits="userSpaceOnUse" style="mask-type:alpha" width="14" x="13" y="13">
3
- <rect fill="#FF5656" height="14" width="14" x="13" y="13"></rect>
4
- </mask>
5
- <g mask="url(#mask0_6458_86453)">
6
- <rect fill="#FF5656" height="1.55556" transform="rotate(-45 6.77783 21.6267)" width="21" x="6.77783" y="21.6267"></rect>
7
- <rect fill="#FF5656" height="1.55556" transform="rotate(-45 8.97803 23.8269)" width="21" x="8.97803" y="23.8269"></rect>
8
- <rect fill="#FF5656" height="1.55556" transform="rotate(-45 11.1777 26.0269)" width="21" x="11.1777" y="26.0269"></rect>
9
- <rect fill="#FF5656" height="1.55556" transform="rotate(-45 13.3774 28.2266)" width="21" x="13.3774" y="28.2266"></rect>
10
- <rect fill="#FF5656" height="1.55556" transform="rotate(-45 15.5771 30.4265)" width="21" x="15.5771" y="30.4265"></rect>
11
- <rect fill="#FF5656" height="1.55556" transform="rotate(-45 17.7773 32.6262)" width="21" x="17.7773" y="32.6262"></rect>
12
- </g>
13
- </svg>
1
+ <svg fill="none" height="23" viewbox="6 12 34 23" width="34" xmlns="http://www.w3.org/2000/svg">
2
+ <mask height="14" id="mask0_6458_86453" maskunits="userSpaceOnUse" style="mask-type:alpha" width="14" x="13" y="13">
3
+ <rect fill="#FF5656" height="14" width="14" x="13" y="13"></rect>
4
+ </mask>
5
+ <g mask="url(#mask0_6458_86453)">
6
+ <rect fill="#FF5656" height="1.55556" transform="rotate(-45 6.77783 21.6267)" width="21" x="6.77783" y="21.6267"></rect>
7
+ <rect fill="#FF5656" height="1.55556" transform="rotate(-45 8.97803 23.8269)" width="21" x="8.97803" y="23.8269"></rect>
8
+ <rect fill="#FF5656" height="1.55556" transform="rotate(-45 11.1777 26.0269)" width="21" x="11.1777" y="26.0269"></rect>
9
+ <rect fill="#FF5656" height="1.55556" transform="rotate(-45 13.3774 28.2266)" width="21" x="13.3774" y="28.2266"></rect>
10
+ <rect fill="#FF5656" height="1.55556" transform="rotate(-45 15.5771 30.4265)" width="21" x="15.5771" y="30.4265"></rect>
11
+ <rect fill="#FF5656" height="1.55556" transform="rotate(-45 17.7773 32.6262)" width="21" x="17.7773" y="32.6262"></rect>
12
+ </g>
13
+ </svg>
@@ -1,12 +1,12 @@
1
- <svg fill="none" height="20" viewbox="11 10 17 20" width="17" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15.9516 13.4868C15.9516 12.8982 16.4288 12.4211 17.0174 12.4211C17.606 12.4211 18.0832 12.8982 18.0832 13.4868V20.4737H15.9516V13.4868Z" fill="#B2B9C5"></path>
3
- <path d="M12.2403 21.4839C11.8129 20.8615 11.9709 20.0105 12.5933 19.583C13.2157 19.1554 14.0669 19.3135 14.4944 19.9359L18.2795 25.4466L16.4253 27.5789L12.2403 21.4839Z" fill="#B2B9C5"></path>
4
- <path d="M18.7937 12.0658C18.7937 11.4772 19.2709 11 19.8595 11C20.4481 11 20.9253 11.4772 20.9253 12.0658V20.4737H18.7937V12.0658Z" fill="#B2B9C5"></path>
5
- <path d="M21.6358 12.7763C21.6358 12.1877 22.113 11.7105 22.7016 11.7105C23.2902 11.7105 23.7674 12.1877 23.7674 12.7763V20.4737H21.6358V12.7763Z" fill="#B2B9C5"></path>
6
- <path d="M24.4779 14.9079C24.4779 14.3193 24.9551 13.8421 25.5437 13.8421C26.1323 13.8421 26.6095 14.3193 26.6095 14.9079V20.4737H24.4779V14.9079Z" fill="#B2B9C5"></path>
7
- <path d="M15.9516 20H26.6095V25.4474C26.6095 27.4094 25.0189 29 23.0569 29H19.5042C17.5422 29 15.9516 27.4094 15.9516 25.4474V20Z" fill="#B2B9C5"></path>
8
- <path d="M18.0832 19.0526H18.7937V20H18.0832V19.0526Z" fill="#B2B9C5"></path>
9
- <path d="M20.9253 19.0526H21.6358V20H20.9253V19.0526Z" fill="#B2B9C5"></path>
10
- <path d="M23.7674 19.5263H24.4779V20H23.7674V19.5263Z" fill="#B2B9C5"></path>
11
- <path d="M19.5042 29C17.7279 29 16.899 28.1711 16.4253 27.5789L16.5437 27.2237L16.7806 27.1053L17.9648 27.5789C18.0042 27.9342 19.599 29 19.5042 29Z" fill="#B2B9C5"></path>
12
- </svg>
1
+ <svg fill="none" height="20" viewbox="11 10 17 20" width="17" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.9516 13.4868C15.9516 12.8982 16.4288 12.4211 17.0174 12.4211C17.606 12.4211 18.0832 12.8982 18.0832 13.4868V20.4737H15.9516V13.4868Z" fill="#B2B9C5"></path>
3
+ <path d="M12.2403 21.4839C11.8129 20.8615 11.9709 20.0105 12.5933 19.583C13.2157 19.1554 14.0669 19.3135 14.4944 19.9359L18.2795 25.4466L16.4253 27.5789L12.2403 21.4839Z" fill="#B2B9C5"></path>
4
+ <path d="M18.7937 12.0658C18.7937 11.4772 19.2709 11 19.8595 11C20.4481 11 20.9253 11.4772 20.9253 12.0658V20.4737H18.7937V12.0658Z" fill="#B2B9C5"></path>
5
+ <path d="M21.6358 12.7763C21.6358 12.1877 22.113 11.7105 22.7016 11.7105C23.2902 11.7105 23.7674 12.1877 23.7674 12.7763V20.4737H21.6358V12.7763Z" fill="#B2B9C5"></path>
6
+ <path d="M24.4779 14.9079C24.4779 14.3193 24.9551 13.8421 25.5437 13.8421C26.1323 13.8421 26.6095 14.3193 26.6095 14.9079V20.4737H24.4779V14.9079Z" fill="#B2B9C5"></path>
7
+ <path d="M15.9516 20H26.6095V25.4474C26.6095 27.4094 25.0189 29 23.0569 29H19.5042C17.5422 29 15.9516 27.4094 15.9516 25.4474V20Z" fill="#B2B9C5"></path>
8
+ <path d="M18.0832 19.0526H18.7937V20H18.0832V19.0526Z" fill="#B2B9C5"></path>
9
+ <path d="M20.9253 19.0526H21.6358V20H20.9253V19.0526Z" fill="#B2B9C5"></path>
10
+ <path d="M23.7674 19.5263H24.4779V20H23.7674V19.5263Z" fill="#B2B9C5"></path>
11
+ <path d="M19.5042 29C17.7279 29 16.899 28.1711 16.4253 27.5789L16.5437 27.2237L16.7806 27.1053L17.9648 27.5789C18.0042 27.9342 19.599 29 19.5042 29Z" fill="#B2B9C5"></path>
12
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg fill="none" height="14" viewbox="12 13 16 14" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13 23.1112H19.2222V26.2223H13V23.1112Z" fill="#B2B9C5"></path>
3
- <path d="M20.7778 23.1112H27V26.2223H20.7778V23.1112Z" fill="#B2B9C5"></path>
4
- <path d="M13 18.4445H19.2222V21.5556H13V18.4445Z" fill="#B2B9C5"></path>
5
- <path d="M20.7778 18.4445H27V21.5556H20.7778V18.4445Z" fill="#B2B9C5"></path>
6
- <path d="M13 13.7778H19.2222V16.8889H13V13.7778Z" fill="#B2B9C5"></path>
7
- <path d="M20.7778 13.7778H27V16.8889H20.7778V13.7778Z" fill="#B2B9C5"></path>
8
- </svg>
1
+ <svg fill="none" height="14" viewbox="12 13 16 14" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13 23.1112H19.2222V26.2223H13V23.1112Z" fill="#B2B9C5"></path>
3
+ <path d="M20.7778 23.1112H27V26.2223H20.7778V23.1112Z" fill="#B2B9C5"></path>
4
+ <path d="M13 18.4445H19.2222V21.5556H13V18.4445Z" fill="#B2B9C5"></path>
5
+ <path d="M20.7778 18.4445H27V21.5556H20.7778V18.4445Z" fill="#B2B9C5"></path>
6
+ <path d="M13 13.7778H19.2222V16.8889H13V13.7778Z" fill="#B2B9C5"></path>
7
+ <path d="M20.7778 13.7778H27V16.8889H20.7778V13.7778Z" fill="#B2B9C5"></path>
8
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M27 24.204L24.183 20.4758L20.4502 24.2214L24.2135 27L27 24.204Z" fill="#B2B9C5"></path>
3
- <path d="M24.0598 18.9169L21.011 14.6339L13.8001 13L13.7285 13.0718L18.853 18.2139C18.9305 18.1931 19.3845 18.088 19.7505 18.4553C20.1127 18.8188 20.1127 19.4102 19.7505 19.7736C19.3882 20.1371 18.7988 20.1371 18.4366 19.7737C18.0912 19.4271 18.1754 18.9508 18.196 18.8731L13.0715 13.731L13 13.8028L14.6283 21.0385L18.8967 24.0978L24.0598 18.9169Z" fill="#B2B9C5"></path>
4
- </svg>
1
+ <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27 24.204L24.183 20.4758L20.4502 24.2214L24.2135 27L27 24.204Z" fill="#B2B9C5"></path>
3
+ <path d="M24.0598 18.9169L21.011 14.6339L13.8001 13L13.7285 13.0718L18.853 18.2139C18.9305 18.1931 19.3845 18.088 19.7505 18.4553C20.1127 18.8188 20.1127 19.4102 19.7505 19.7736C19.3882 20.1371 18.7988 20.1371 18.4366 19.7737C18.0912 19.4271 18.1754 18.9508 18.196 18.8731L13.0715 13.731L13 13.8028L14.6283 21.0385L18.8967 24.0978L24.0598 18.9169Z" fill="#B2B9C5"></path>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M27 25.0466L21.1396 19.1862L19.1859 21.1398L25.0462 26.9998L27 25.0466Z" fill="#B2B9C5"></path>
3
- <path d="M24.7186 16.905L13 13.0002L16.9047 24.7189L24.7186 16.905Z" fill="#B2B9C5"></path>
4
- </svg>
1
+ <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27 25.0466L21.1396 19.1862L19.1859 21.1398L25.0462 26.9998L27 25.0466Z" fill="#B2B9C5"></path>
3
+ <path d="M24.7186 16.905L13 13.0002L16.9047 24.7189L24.7186 16.905Z" fill="#B2B9C5"></path>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="13" viewbox="12 13 16 13" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13 14.2727L13 25.7273C17.6667 25.7273 22.3333 25.7273 27 25.7273V14.2727C22.3392 14.2727 13 14.2727 13 14.2727ZM15.5455 22.1818L18.0909 18.6818L19.6818 20.5909L21.5909 17.7273L24.4545 22.1818H15.5455Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="13" viewbox="12 13 16 13" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13 14.2727L13 25.7273C17.6667 25.7273 22.3333 25.7273 27 25.7273V14.2727C22.3392 14.2727 13 14.2727 13 14.2727ZM15.5455 22.1818L18.0909 18.6818L19.6818 20.5909L21.5909 17.7273L24.4545 22.1818H15.5455Z" fill="#263238"></path>
3
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg fill="none" height="16" viewbox="16 12 8 16" width="8" xmlns="http://www.w3.org/2000/svg">
2
- <rect fill="#263238" height="2" width="6" x="17" y="13"></rect>
3
- <path d="M18 15H22L23 21H17L18 15Z" fill="#263238"></path>
4
- <path d="M19 21H21L20 27L19 21Z" fill="#263238"></path>
5
- </svg>
1
+ <svg fill="none" height="16" viewbox="16 12 8 16" width="8" xmlns="http://www.w3.org/2000/svg">
2
+ <rect fill="#263238" height="2" width="6" x="17" y="13"></rect>
3
+ <path d="M18 15H22L23 21H17L18 15Z" fill="#263238"></path>
4
+ <path d="M19 21H21L20 27L19 21Z" fill="#263238"></path>
5
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="13" viewbox="12 13 16 13" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M25.7273 14.2727H14.2727C13.5664 14.2727 13 14.8391 13 15.5454V23.1818C13 23.8818 13.5664 24.4545 14.2727 24.4545H17.4545V25.7273H22.5455V24.4545H25.7273C26.4273 24.4545 26.9936 23.8818 26.9936 23.1818L27 15.5454C27 14.8391 26.4273 14.2727 25.7273 14.2727ZM25.7273 23.1818H14.2727V15.5454H25.7273V23.1818ZM22.5455 19.3636L18.0909 21.9091V16.8182L22.5455 19.3636Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="13" viewbox="12 13 16 13" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M25.7273 14.2727H14.2727C13.5664 14.2727 13 14.8391 13 15.5454V23.1818C13 23.8818 13.5664 24.4545 14.2727 24.4545H17.4545V25.7273H22.5455V24.4545H25.7273C26.4273 24.4545 26.9936 23.8818 26.9936 23.1818L27 15.5454C27 14.8391 26.4273 14.2727 25.7273 14.2727ZM25.7273 23.1818H14.2727V15.5454H25.7273V23.1818ZM22.5455 19.3636L18.0909 21.9091V16.8182L22.5455 19.3636Z" fill="#263238"></path>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="14" viewbox="15 13 9 14" width="9" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M23.582 24.7758L22.3881 25.9697L16.4184 20L17.6123 18.8061L23.582 24.7758Z" fill="#B2B9C5"></path>
3
- <path d="M22.3881 14.0303L23.582 15.2243L17.6123 21.194L16.4184 20L22.3881 14.0303Z" fill="#B2B9C5"></path>
4
- </svg>
1
+ <svg fill="none" height="14" viewbox="15 13 9 14" width="9" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M23.582 24.7758L22.3881 25.9697L16.4184 20L17.6123 18.8061L23.582 24.7758Z" fill="#B2B9C5"></path>
3
+ <path d="M22.3881 14.0303L23.582 15.2243L17.6123 21.194L16.4184 20L22.3881 14.0303Z" fill="#B2B9C5"></path>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="20" viewbox="11 10 18 20" width="18" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20.0182 20C22.5035 20 24.5182 17.9853 24.5182 15.5C24.5182 13.0147 22.5035 11 20.0182 11C17.5329 11 15.5182 13.0147 15.5182 15.5C15.5182 17.9853 17.5329 20 20.0182 20Z" fill="#263238"></path>
3
- <path d="M28.0364 29C22.9636 29 16.9909 29 12 29C12 24.5818 15.6 21.9636 20.0182 21.9636C24.4364 21.9636 28.0364 24.5818 28.0364 29Z" fill="#263238"></path>
4
- </svg>
1
+ <svg fill="none" height="20" viewbox="11 10 18 20" width="18" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.0182 20C22.5035 20 24.5182 17.9853 24.5182 15.5C24.5182 13.0147 22.5035 11 20.0182 11C17.5329 11 15.5182 13.0147 15.5182 15.5C15.5182 17.9853 17.5329 20 20.0182 20Z" fill="#263238"></path>
3
+ <path d="M28.0364 29C22.9636 29 16.9909 29 12 29C12 24.5818 15.6 21.9636 20.0182 21.9636C24.4364 21.9636 28.0364 24.5818 28.0364 29Z" fill="#263238"></path>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="16" viewbox="13 12 14 16" width="14" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20.2364 20C22.1694 20 23.7364 18.433 23.7364 16.5C23.7364 14.567 22.1694 13 20.2364 13C18.3034 13 16.7364 14.567 16.7364 16.5C16.7364 18.433 18.3034 20 20.2364 20Z" fill="#263238"></path>
3
- <path d="M26.4727 27C22.5273 27 17.8818 27 14 27C14 23.5636 16.8 21.5273 20.2364 21.5273C23.6727 21.5273 26.4727 23.5636 26.4727 27Z" fill="#263238"></path>
4
- </svg>
1
+ <svg fill="none" height="16" viewbox="13 12 14 16" width="14" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.2364 20C22.1694 20 23.7364 18.433 23.7364 16.5C23.7364 14.567 22.1694 13 20.2364 13C18.3034 13 16.7364 14.567 16.7364 16.5C16.7364 18.433 18.3034 20 20.2364 20Z" fill="#263238"></path>
3
+ <path d="M26.4727 27C22.5273 27 17.8818 27 14 27C14 23.5636 16.8 21.5273 20.2364 21.5273C23.6727 21.5273 26.4727 23.5636 26.4727 27Z" fill="#263238"></path>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="11" viewbox="10 15 20 11" width="20" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M29 17.4478L28.9846 17.4334V16.0143H27.5666L27.5522 16L27.5369 16.0143H26.9369H22.4942V18.0621H25.4891L21.758 21.7942L18.6689 18.7051L17.2253 17.2614L15.7713 18.7051L11 23.4765L12.4437 24.9304L17.2253 20.1488L20.3143 23.2379L20.3113 23.2399L21.7601 24.6877L21.7621 24.6857L21.7713 24.6949L23.215 23.2512L23.2058 23.242L26.9369 19.5109V22.5058H28.9846V18.0621V17.4631L29 17.4478Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="11" viewbox="10 15 20 11" width="20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M29 17.4478L28.9846 17.4334V16.0143H27.5666L27.5522 16L27.5369 16.0143H26.9369H22.4942V18.0621H25.4891L21.758 21.7942L18.6689 18.7051L17.2253 17.2614L15.7713 18.7051L11 23.4765L12.4437 24.9304L17.2253 20.1488L20.3143 23.2379L20.3113 23.2399L21.7601 24.6877L21.7621 24.6857L21.7713 24.6949L23.215 23.2512L23.2058 23.242L26.9369 19.5109V22.5058H28.9846V18.0621V17.4631L29 17.4478Z" fill="#263238"></path>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="20" viewbox="10 10 19 20" width="19" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M28.6783 20.341C27.6293 17.998 25.7073 16.312 23.4423 15.923V14.22L20.2223 11H11.3223V13H11.3273V29H23.4423V24.752C25.7063 24.363 27.6293 22.677 28.6783 20.341ZM13.3273 13H19.3923L21.4423 15.05V15.923C19.1783 16.311 17.2563 17.998 16.2063 20.341C17.2553 22.678 19.1773 24.363 21.4423 24.752V27H13.3273V13ZM22.4423 22.837C20.8943 22.837 19.4283 21.9 18.4643 20.339C19.4283 18.776 20.8933 17.837 22.4423 17.837C23.9913 17.837 25.4563 18.776 26.4203 20.339C25.4563 21.9 23.9903 22.837 22.4423 22.837Z" fill="#263238"></path>
3
- <path d="M22.4423 21.837C23.2707 21.837 23.9423 21.1654 23.9423 20.337C23.9423 19.5086 23.2707 18.837 22.4423 18.837C21.6138 18.837 20.9423 19.5086 20.9423 20.337C20.9423 21.1654 21.6138 21.837 22.4423 21.837Z" fill="#263238"></path>
4
- </svg>
1
+ <svg fill="none" height="20" viewbox="10 10 19 20" width="19" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M28.6783 20.341C27.6293 17.998 25.7073 16.312 23.4423 15.923V14.22L20.2223 11H11.3223V13H11.3273V29H23.4423V24.752C25.7063 24.363 27.6293 22.677 28.6783 20.341ZM13.3273 13H19.3923L21.4423 15.05V15.923C19.1783 16.311 17.2563 17.998 16.2063 20.341C17.2553 22.678 19.1773 24.363 21.4423 24.752V27H13.3273V13ZM22.4423 22.837C20.8943 22.837 19.4283 21.9 18.4643 20.339C19.4283 18.776 20.8933 17.837 22.4423 17.837C23.9913 17.837 25.4563 18.776 26.4203 20.339C25.4563 21.9 23.9903 22.837 22.4423 22.837Z" fill="#263238"></path>
3
+ <path d="M22.4423 21.837C23.2707 21.837 23.9423 21.1654 23.9423 20.337C23.9423 19.5086 23.2707 18.837 22.4423 18.837C21.6138 18.837 20.9423 19.5086 20.9423 20.337C20.9423 21.1654 21.6138 21.837 22.4423 21.837Z" fill="#263238"></path>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="20" viewbox="10 10 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 16.5C18.1 16.5 16.5 18 16.5 20C16.5 22 18 23.5 20 23.5C22 23.5 23.5 22 23.5 20C23.5 18 21.9 16.5 20 16.5ZM20 21.4C19.2 21.4 18.5 20.7 18.5 19.9C18.5 19.1 19.2 18.5 20 18.5C20.8 18.5 21.5 19.2 21.5 20C21.5 20.8 20.8 21.4 20 21.4Z" fill="#263238"></path>
3
- <path d="M21 11H19V13.1C17.8 13.2 16.7 13.7 15.8 14.4L14.3 12.9L12.9 14.3L14.4 15.8C13.7 16.7 13.2 17.8 13.1 19H11V21H13.1C13.3 22.2 13.7 23.3 14.4 24.2L12.9 25.7L14.3 27.1L15.8 25.6C16.7 26.3 17.8 26.8 19 26.9V29H21V26.9C22.2 26.7 23.3 26.3 24.2 25.6L25.7 27.1L27.1 25.7L25.6 24.2C26.3 23.3 26.8 22.2 26.9 21H29V19H26.9C26.7 17.8 26.3 16.7 25.6 15.8L27.1 14.3L25.7 12.9L24.2 14.4C23.3 13.7 22.2 13.2 21 13.1V11ZM20 25C17.2 25 15 22.8 15 20C15 17.2 17.2 15 20 15C22.8 15 25 17.2 25 20C25 22.8 22.8 25 20 25Z" fill="#263238"></path>
4
- </svg>
1
+ <svg fill="none" height="20" viewbox="10 10 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 16.5C18.1 16.5 16.5 18 16.5 20C16.5 22 18 23.5 20 23.5C22 23.5 23.5 22 23.5 20C23.5 18 21.9 16.5 20 16.5ZM20 21.4C19.2 21.4 18.5 20.7 18.5 19.9C18.5 19.1 19.2 18.5 20 18.5C20.8 18.5 21.5 19.2 21.5 20C21.5 20.8 20.8 21.4 20 21.4Z" fill="#263238"></path>
3
+ <path d="M21 11H19V13.1C17.8 13.2 16.7 13.7 15.8 14.4L14.3 12.9L12.9 14.3L14.4 15.8C13.7 16.7 13.2 17.8 13.1 19H11V21H13.1C13.3 22.2 13.7 23.3 14.4 24.2L12.9 25.7L14.3 27.1L15.8 25.6C16.7 26.3 17.8 26.8 19 26.9V29H21V26.9C22.2 26.7 23.3 26.3 24.2 25.6L25.7 27.1L27.1 25.7L25.6 24.2C26.3 23.3 26.8 22.2 26.9 21H29V19H26.9C26.7 17.8 26.3 16.7 25.6 15.8L27.1 14.3L25.7 12.9L24.2 14.4C23.3 13.7 22.2 13.2 21 13.1V11ZM20 25C17.2 25 15 22.8 15 20C15 17.2 17.2 15 20 15C22.8 15 25 17.2 25 20C25 22.8 22.8 25 20 25Z" fill="#263238"></path>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="20" viewbox="10 10 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 14.975C19.451 14.975 19.006 14.53 19.006 13.981V11.994C19.006 11.445 19.451 11 20 11C20.549 11 20.994 11.445 20.994 11.994V13.981C20.994 14.53 20.549 14.975 20 14.975ZM20.994 28.006V26.019C20.994 25.47 20.549 25.025 20 25.025C19.451 25.025 19.006 25.47 19.006 26.019V28.006C19.006 28.555 19.451 29 20 29C20.549 29 20.994 28.555 20.994 28.006ZM26.019 20.994H28.006C28.555 20.994 29 20.549 29 20C29 19.451 28.555 19.006 28.006 19.006H26.019C25.47 19.006 25.025 19.451 25.025 20C25.025 20.549 25.47 20.994 26.019 20.994ZM11.994 20.994H13.981C14.53 20.994 14.975 20.549 14.975 20C14.975 19.451 14.53 19.006 13.981 19.006H11.994C11.445 19.006 11 19.451 11 20C11 20.549 11.445 20.994 11.994 20.994ZM24.959 16.446L26.364 15.041C26.752 14.653 26.752 14.024 26.364 13.636C25.976 13.248 25.347 13.248 24.959 13.636L23.554 15.041C23.166 15.429 23.166 16.058 23.554 16.446C23.942 16.834 24.571 16.834 24.959 16.446ZM15.041 26.364L16.446 24.959C16.834 24.571 16.834 23.942 16.446 23.554C16.058 23.166 15.429 23.166 15.041 23.554L13.636 24.959C13.248 25.347 13.248 25.976 13.636 26.364C14.024 26.752 14.653 26.752 15.041 26.364ZM23.554 24.959L24.959 26.364C25.347 26.752 25.976 26.752 26.364 26.364C26.752 25.976 26.752 25.347 26.364 24.959L24.959 23.554C24.571 23.166 23.942 23.166 23.554 23.554C23.166 23.942 23.166 24.571 23.554 24.959ZM13.636 15.041L15.041 16.446C15.429 16.834 16.058 16.834 16.446 16.446C16.834 16.058 16.834 15.429 16.446 15.041L15.041 13.636C14.653 13.248 14.024 13.248 13.636 13.636C13.248 14.024 13.248 14.653 13.636 15.041ZM20 16.083C17.805 16.083 16.025 17.862 16.025 20.058C16.025 22.254 17.805 24.032 20 24.032C22.195 24.032 23.975 22.253 23.975 20.057C23.975 17.861 22.195 16.083 20 16.083Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="20" viewbox="10 10 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 14.975C19.451 14.975 19.006 14.53 19.006 13.981V11.994C19.006 11.445 19.451 11 20 11C20.549 11 20.994 11.445 20.994 11.994V13.981C20.994 14.53 20.549 14.975 20 14.975ZM20.994 28.006V26.019C20.994 25.47 20.549 25.025 20 25.025C19.451 25.025 19.006 25.47 19.006 26.019V28.006C19.006 28.555 19.451 29 20 29C20.549 29 20.994 28.555 20.994 28.006ZM26.019 20.994H28.006C28.555 20.994 29 20.549 29 20C29 19.451 28.555 19.006 28.006 19.006H26.019C25.47 19.006 25.025 19.451 25.025 20C25.025 20.549 25.47 20.994 26.019 20.994ZM11.994 20.994H13.981C14.53 20.994 14.975 20.549 14.975 20C14.975 19.451 14.53 19.006 13.981 19.006H11.994C11.445 19.006 11 19.451 11 20C11 20.549 11.445 20.994 11.994 20.994ZM24.959 16.446L26.364 15.041C26.752 14.653 26.752 14.024 26.364 13.636C25.976 13.248 25.347 13.248 24.959 13.636L23.554 15.041C23.166 15.429 23.166 16.058 23.554 16.446C23.942 16.834 24.571 16.834 24.959 16.446ZM15.041 26.364L16.446 24.959C16.834 24.571 16.834 23.942 16.446 23.554C16.058 23.166 15.429 23.166 15.041 23.554L13.636 24.959C13.248 25.347 13.248 25.976 13.636 26.364C14.024 26.752 14.653 26.752 15.041 26.364ZM23.554 24.959L24.959 26.364C25.347 26.752 25.976 26.752 26.364 26.364C26.752 25.976 26.752 25.347 26.364 24.959L24.959 23.554C24.571 23.166 23.942 23.166 23.554 23.554C23.166 23.942 23.166 24.571 23.554 24.959ZM13.636 15.041L15.041 16.446C15.429 16.834 16.058 16.834 16.446 16.446C16.834 16.058 16.834 15.429 16.446 15.041L15.041 13.636C14.653 13.248 14.024 13.248 13.636 13.636C13.248 14.024 13.248 14.653 13.636 15.041ZM20 16.083C17.805 16.083 16.025 17.862 16.025 20.058C16.025 22.254 17.805 24.032 20 24.032C22.195 24.032 23.975 22.253 23.975 20.057C23.975 17.861 22.195 16.083 20 16.083Z" fill="#263238"></path>
3
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg fill="none" height="42" viewbox="-1 0 32 42" width="32" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M26 40.5H4C1.8 40.5 0 38.7 0 36.5V4.5C0 2.3 1.8 0.5 4 0.5H26C28.2 0.5 30 2.3 30 4.5V36.5C30 38.7 28.2 40.5 26 40.5Z" fill="#505CA6"></path>
3
- <circle cx="23" cy="33.5" fill="#E4EFFF" r="4"></circle>
4
- <path d="M23.1 11.8H6.9C5.8 11.8 5 10.9 5 9.80005C5 8.70005 5.9 7.80005 6.9 7.80005H23.1C24.2 7.80005 25 8.70005 25 9.80005C25 10.9 24.1 11.8 23.1 11.8Z" fill="white"></path>
5
- <path d="M23.1 19.8H6.9C5.8 19.8 5 18.9 5 17.8C5 16.7 5.9 15.8 6.9 15.8H23.1C24.2 15.8 25 16.7 25 17.8C25 18.9 24.1 19.8 23.1 19.8Z" fill="white"></path>
6
- </svg>
1
+ <svg fill="none" height="42" viewbox="-1 0 32 42" width="32" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M26 40.5H4C1.8 40.5 0 38.7 0 36.5V4.5C0 2.3 1.8 0.5 4 0.5H26C28.2 0.5 30 2.3 30 4.5V36.5C30 38.7 28.2 40.5 26 40.5Z" fill="#505CA6"></path>
3
+ <circle cx="23" cy="33.5" fill="#E4EFFF" r="4"></circle>
4
+ <path d="M23.1 11.8H6.9C5.8 11.8 5 10.9 5 9.80005C5 8.70005 5.9 7.80005 6.9 7.80005H23.1C24.2 7.80005 25 8.70005 25 9.80005C25 10.9 24.1 11.8 23.1 11.8Z" fill="white"></path>
5
+ <path d="M23.1 19.8H6.9C5.8 19.8 5 18.9 5 17.8C5 16.7 5.9 15.8 6.9 15.8H23.1C24.2 15.8 25 16.7 25 17.8C25 18.9 24.1 19.8 23.1 19.8Z" fill="white"></path>
6
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg fill="none" height="20" viewbox="10 10 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M23.777 20C23.777 22.2091 21.9861 24 19.777 24C17.5678 24 15.777 22.2091 15.777 20C15.777 17.7909 17.5678 16 19.777 16C21.9861 16 23.777 17.7909 23.777 20Z" fill="#B2B9C5"></path>
3
- <path d="M28.554 22C27.6445 26.008 24.0602 29 19.777 29C15.4938 29 11.9095 26.008 11 22H13.0669C13.9274 24.8915 16.606 27 19.777 27C22.948 27 25.6266 24.8915 26.4871 22H28.554Z" fill="#B2B9C5"></path>
4
- <path d="M28.554 18C27.6445 13.992 24.0602 11 19.777 11C15.4938 11 11.9095 13.992 11 18H13.0669C13.9274 15.1085 16.606 13 19.777 13C22.948 13 25.6266 15.1085 26.4871 18H28.554Z" fill="#B2B9C5"></path>
5
- </svg>
1
+ <svg fill="none" height="20" viewbox="10 10 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M23.777 20C23.777 22.2091 21.9861 24 19.777 24C17.5678 24 15.777 22.2091 15.777 20C15.777 17.7909 17.5678 16 19.777 16C21.9861 16 23.777 17.7909 23.777 20Z" fill="#B2B9C5"></path>
3
+ <path d="M28.554 22C27.6445 26.008 24.0602 29 19.777 29C15.4938 29 11.9095 26.008 11 22H13.0669C13.9274 24.8915 16.606 27 19.777 27C22.948 27 25.6266 24.8915 26.4871 22H28.554Z" fill="#B2B9C5"></path>
4
+ <path d="M28.554 18C27.6445 13.992 24.0602 11 19.777 11C15.4938 11 11.9095 13.992 11 18H13.0669C13.9274 15.1085 16.606 13 19.777 13C22.948 13 25.6266 15.1085 26.4871 18H28.554Z" fill="#B2B9C5"></path>
5
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 13C16.1182 13 13 16.1182 13 20C13 23.8818 16.1182 27 20 27C23.8818 27 27 23.8818 27 20C27 16.1182 23.8818 13 20 13Z" fill="#FF5656"></path>
3
- </svg>
1
+ <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 13C16.1182 13 13 16.1182 13 20C13 23.8818 16.1182 27 20 27C23.8818 27 27 23.8818 27 20C27 16.1182 23.8818 13 20 13Z" fill="#FF5656"></path>
3
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M27 17.1883V13L22.8117 13L27 17.1883Z" fill="#B2B9C5"></path>
3
- <path d="M24.8929 13.711L26.289 15.1071L15.1201 26.276L13.724 24.8799L24.8929 13.711Z" fill="#B2B9C5"></path>
4
- <path d="M13.013 22.7987L13.013 26.987L17.2013 26.987L13.013 22.7987Z" fill="#B2B9C5"></path>
5
- <path d="M22.7987 27H26.9871V22.8117L22.7987 27Z" fill="#B2B9C5"></path>
6
- <path d="M26.289 24.8799L24.8929 26.276L13.724 15.1071L15.1201 13.711L26.289 24.8799Z" fill="#B2B9C5"></path>
7
- <path d="M17.1883 13.013L13 13.013L13 17.2013L17.1883 13.013Z" fill="#B2B9C5"></path>
8
- </svg>
1
+ <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27 17.1883V13L22.8117 13L27 17.1883Z" fill="#B2B9C5"></path>
3
+ <path d="M24.8929 13.711L26.289 15.1071L15.1201 26.276L13.724 24.8799L24.8929 13.711Z" fill="#B2B9C5"></path>
4
+ <path d="M13.013 22.7987L13.013 26.987L17.2013 26.987L13.013 22.7987Z" fill="#B2B9C5"></path>
5
+ <path d="M22.7987 27H26.9871V22.8117L22.7987 27Z" fill="#B2B9C5"></path>
6
+ <path d="M26.289 24.8799L24.8929 26.276L13.724 15.1071L15.1201 13.711L26.289 24.8799Z" fill="#B2B9C5"></path>
7
+ <path d="M17.1883 13.013L13 13.013L13 17.2013L17.1883 13.013Z" fill="#B2B9C5"></path>
8
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M27 25.6483L23.3645 22.0056C24.1004 20.9593 24.4644 19.6958 24.398 18.4175C24.3317 17.1392 23.839 15.9202 22.9988 14.956C22.1586 13.9918 21.0196 13.3381 19.7644 13.0999C18.5093 12.8616 17.2106 13.0525 16.0766 13.642C14.9427 14.2314 14.0391 15.1853 13.5107 16.3507C12.9823 17.5161 12.8597 18.8255 13.1626 20.069C13.4656 21.3125 14.1764 22.4181 15.1812 23.2086C16.186 23.999 17.4266 24.4285 18.7041 24.4282C19.8927 24.428 21.051 24.0534 22.0155 23.3574L25.6509 27L27 25.6483ZM16.006 21.3912C15.4716 20.8572 15.1075 20.1762 14.9599 19.4346C14.8123 18.693 14.8877 17.9242 15.1768 17.2256C15.4658 16.5271 15.9553 15.9302 16.5833 15.5108C17.2113 15.0913 17.9494 14.8682 18.7041 14.8696C19.4274 14.8684 20.1361 15.0739 20.7469 15.4621C21.3577 15.8503 21.8453 16.405 22.1525 17.0612C22.4597 17.7173 22.5737 18.4476 22.4811 19.1664C22.3886 19.8852 22.0933 20.5626 21.63 21.1191L21.1219 21.6282C20.3955 22.2402 19.4658 22.5556 18.5177 22.5117C17.5697 22.4678 16.6729 22.0677 16.006 21.3912V21.3912Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27 25.6483L23.3645 22.0056C24.1004 20.9593 24.4644 19.6958 24.398 18.4175C24.3317 17.1392 23.839 15.9202 22.9988 14.956C22.1586 13.9918 21.0196 13.3381 19.7644 13.0999C18.5093 12.8616 17.2106 13.0525 16.0766 13.642C14.9427 14.2314 14.0391 15.1853 13.5107 16.3507C12.9823 17.5161 12.8597 18.8255 13.1626 20.069C13.4656 21.3125 14.1764 22.4181 15.1812 23.2086C16.186 23.999 17.4266 24.4285 18.7041 24.4282C19.8927 24.428 21.051 24.0534 22.0155 23.3574L25.6509 27L27 25.6483ZM16.006 21.3912C15.4716 20.8572 15.1075 20.1762 14.9599 19.4346C14.8123 18.693 14.8877 17.9242 15.1768 17.2256C15.4658 16.5271 15.9553 15.9302 16.5833 15.5108C17.2113 15.0913 17.9494 14.8682 18.7041 14.8696C19.4274 14.8684 20.1361 15.0739 20.7469 15.4621C21.3577 15.8503 21.8453 16.405 22.1525 17.0612C22.4597 17.7173 22.5737 18.4476 22.4811 19.1664C22.3886 19.8852 22.0933 20.5626 21.63 21.1191L21.1219 21.6282C20.3955 22.2402 19.4658 22.5556 18.5177 22.5117C17.5697 22.4678 16.6729 22.0677 16.006 21.3912V21.3912Z" fill="#263238"></path>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="16" viewbox="13 12 13 16" width="13" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20.0002 13L14.2729 15.5455V19.3636C14.2729 22.8955 16.7166 26.1982 20.0002 27C23.2839 26.1982 25.7275 22.8955 25.7275 19.3636V15.5455L20.0002 13ZM21.5911 20.3755L22.1639 22.8445L20.0002 21.54L17.8366 22.8445L18.4093 20.3818L16.5002 18.7336L19.0202 18.5173L20.0002 16.1945L20.9802 18.5109L23.5002 18.7273L21.5911 20.3755Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="16" viewbox="13 12 13 16" width="13" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.0002 13L14.2729 15.5455V19.3636C14.2729 22.8955 16.7166 26.1982 20.0002 27C23.2839 26.1982 25.7275 22.8955 25.7275 19.3636V15.5455L20.0002 13ZM21.5911 20.3755L22.1639 22.8445L20.0002 21.54L17.8366 22.8445L18.4093 20.3818L16.5002 18.7336L19.0202 18.5173L20.0002 16.1945L20.9802 18.5109L23.5002 18.7273L21.5911 20.3755Z" fill="#263238"></path>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path clip-rule="evenodd" d="M18.9818 13H21.0182V14.6545C21.7182 14.7818 22.4182 15.1 23.0545 15.4818L24.2 14.3364L25.6636 15.8L24.5182 16.9455C24.9636 17.5182 25.2818 18.2182 25.4091 18.9818H27V21.0182H25.3455C25.2182 21.7818 24.9636 22.4818 24.5182 23.1182L25.6 24.2L24.1364 25.6636L23.0545 24.5818C22.4182 25.0273 21.7182 25.3455 20.9545 25.4727V27H18.9182V25.4727C18.1545 25.3455 17.4545 25.0273 16.8182 24.5818L15.7364 25.6636L14.2727 24.2L15.3545 23.1182C14.9727 22.4818 14.6545 21.7818 14.5273 21.0182H13V18.9818H14.5909C14.7818 18.2818 15.0364 17.5818 15.4818 16.9455L14.3364 15.8L15.8 14.3364L16.8818 15.4818C17.5182 15.0364 18.2182 14.7818 18.9818 14.5909V13ZM20.0002 23.182C21.7574 23.182 23.182 21.7574 23.182 20.0002C23.182 18.2429 21.7574 16.8184 20.0002 16.8184C18.2429 16.8184 16.8184 18.2429 16.8184 20.0002C16.8184 21.7574 18.2429 23.182 20.0002 23.182Z" fill="#263238" fill-rule="evenodd"></path>
3
- </svg>
1
+ <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path clip-rule="evenodd" d="M18.9818 13H21.0182V14.6545C21.7182 14.7818 22.4182 15.1 23.0545 15.4818L24.2 14.3364L25.6636 15.8L24.5182 16.9455C24.9636 17.5182 25.2818 18.2182 25.4091 18.9818H27V21.0182H25.3455C25.2182 21.7818 24.9636 22.4818 24.5182 23.1182L25.6 24.2L24.1364 25.6636L23.0545 24.5818C22.4182 25.0273 21.7182 25.3455 20.9545 25.4727V27H18.9182V25.4727C18.1545 25.3455 17.4545 25.0273 16.8182 24.5818L15.7364 25.6636L14.2727 24.2L15.3545 23.1182C14.9727 22.4818 14.6545 21.7818 14.5273 21.0182H13V18.9818H14.5909C14.7818 18.2818 15.0364 17.5818 15.4818 16.9455L14.3364 15.8L15.8 14.3364L16.8818 15.4818C17.5182 15.0364 18.2182 14.7818 18.9818 14.5909V13ZM20.0002 23.182C21.7574 23.182 23.182 21.7574 23.182 20.0002C23.182 18.2429 21.7574 16.8184 20.0002 16.8184C18.2429 16.8184 16.8184 18.2429 16.8184 20.0002C16.8184 21.7574 18.2429 23.182 20.0002 23.182Z" fill="#263238" fill-rule="evenodd"></path>
3
+ </svg>
@@ -1,12 +1,12 @@
1
- <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M19.9961 17.4965C20.82 17.4987 21.6327 17.7264 22.3729 18.1625C23.113 18.5986 23.7612 19.2315 24.2685 20.0136C23.7596 20.7922 23.1107 21.4215 22.3707 21.8543C21.6306 22.287 20.8187 22.5118 19.9961 22.5118C19.1735 22.5118 18.3616 22.287 17.6216 21.8543C16.8815 21.4215 16.2326 20.7922 15.7238 20.0136C16.2319 19.2303 16.8813 18.5966 17.6229 18.1605C18.3644 17.7243 19.1787 17.4973 20.0039 17.4965H19.9961ZM20.0039 15.625C18.7494 15.6268 17.5185 16.0352 16.4401 16.8074C15.3618 17.5795 14.4758 18.687 13.875 20.0136C14.4784 21.3344 15.3651 22.4359 16.4425 23.2031C17.5198 23.9703 18.7484 24.375 20 24.375C21.2516 24.375 22.4802 23.9703 23.5575 23.2031C24.6349 22.4359 25.5216 21.3344 26.125 20.0136C25.5249 18.6884 24.6401 17.5818 23.5632 16.8098C22.4864 16.0377 21.257 15.6285 20.0039 15.625Z" fill="#263238"></path>
3
- <path d="M20 21.75C20.9665 21.75 21.75 20.9665 21.75 20C21.75 19.0335 20.9665 18.25 20 18.25C19.0335 18.25 18.25 19.0335 18.25 20C18.25 20.9665 19.0335 21.75 20 21.75Z" fill="#263238"></path>
4
- <path d="M13 13H14.75V16.5H13V13Z" fill="#263238"></path>
5
- <path d="M25.25 13H27V16.5H25.25V13Z" fill="#263238"></path>
6
- <path d="M13 14.75L13 13L16.5 13V14.75L13 14.75Z" fill="#263238"></path>
7
- <path d="M23.5 14.75V13L27 13L27 14.75L23.5 14.75Z" fill="#263238"></path>
8
- <path d="M27 27H25.25L25.25 23.5H27L27 27Z" fill="#263238"></path>
9
- <path d="M14.75 27H13L13 23.5H14.75L14.75 27Z" fill="#263238"></path>
10
- <path d="M16.5 25.25V27H13L13 25.25H16.5Z" fill="#263238"></path>
11
- <path d="M27 25.25V27H23.5V25.25H27Z" fill="#263238"></path>
12
- </svg>
1
+ <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.9961 17.4965C20.82 17.4987 21.6327 17.7264 22.3729 18.1625C23.113 18.5986 23.7612 19.2315 24.2685 20.0136C23.7596 20.7922 23.1107 21.4215 22.3707 21.8543C21.6306 22.287 20.8187 22.5118 19.9961 22.5118C19.1735 22.5118 18.3616 22.287 17.6216 21.8543C16.8815 21.4215 16.2326 20.7922 15.7238 20.0136C16.2319 19.2303 16.8813 18.5966 17.6229 18.1605C18.3644 17.7243 19.1787 17.4973 20.0039 17.4965H19.9961ZM20.0039 15.625C18.7494 15.6268 17.5185 16.0352 16.4401 16.8074C15.3618 17.5795 14.4758 18.687 13.875 20.0136C14.4784 21.3344 15.3651 22.4359 16.4425 23.2031C17.5198 23.9703 18.7484 24.375 20 24.375C21.2516 24.375 22.4802 23.9703 23.5575 23.2031C24.6349 22.4359 25.5216 21.3344 26.125 20.0136C25.5249 18.6884 24.6401 17.5818 23.5632 16.8098C22.4864 16.0377 21.257 15.6285 20.0039 15.625Z" fill="#263238"></path>
3
+ <path d="M20 21.75C20.9665 21.75 21.75 20.9665 21.75 20C21.75 19.0335 20.9665 18.25 20 18.25C19.0335 18.25 18.25 19.0335 18.25 20C18.25 20.9665 19.0335 21.75 20 21.75Z" fill="#263238"></path>
4
+ <path d="M13 13H14.75V16.5H13V13Z" fill="#263238"></path>
5
+ <path d="M25.25 13H27V16.5H25.25V13Z" fill="#263238"></path>
6
+ <path d="M13 14.75L13 13L16.5 13V14.75L13 14.75Z" fill="#263238"></path>
7
+ <path d="M23.5 14.75V13L27 13L27 14.75L23.5 14.75Z" fill="#263238"></path>
8
+ <path d="M27 27H25.25L25.25 23.5H27L27 27Z" fill="#263238"></path>
9
+ <path d="M14.75 27H13L13 23.5H14.75L14.75 27Z" fill="#263238"></path>
10
+ <path d="M16.5 25.25V27H13L13 25.25H16.5Z" fill="#263238"></path>
11
+ <path d="M27 25.25V27H23.5V25.25H27Z" fill="#263238"></path>
12
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="16" viewbox="15 12 10 16" width="10" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M22.8571 13.0064L17.1429 13C16.5143 13 16 13.5727 16 14.2727V25.7273C16 26.4273 16.5143 27 17.1429 27H22.8571C23.4857 27 24 26.4273 24 25.7273V14.2727C24 13.5727 23.4857 13.0064 22.8571 13.0064ZM22.8571 23.4545H17.1429V15.5455H22.8571V23.4545Z" fill="#263238"></path>
3
- <circle cx="20" cy="25" fill="white" r="1"></circle>
4
- </svg>
1
+ <svg fill="none" height="16" viewbox="15 12 10 16" width="10" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M22.8571 13.0064L17.1429 13C16.5143 13 16 13.5727 16 14.2727V25.7273C16 26.4273 16.5143 27 17.1429 27H22.8571C23.4857 27 24 26.4273 24 25.7273V14.2727C24 13.5727 23.4857 13.0064 22.8571 13.0064ZM22.8571 23.4545H17.1429V15.5455H22.8571V23.4545Z" fill="#263238"></path>
3
+ <circle cx="20" cy="25" fill="white" r="1"></circle>
4
+ </svg>
@@ -1,13 +1,13 @@
1
- <svg fill="none" height="42" viewbox="-1 0 32 42" width="32" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M26 40.5H4C1.8 40.5 0 38.7 0 36.5V4.5C0 2.3 1.8 0.5 4 0.5H26C28.2 0.5 30 2.3 30 4.5V36.5C30 38.7 28.2 40.5 26 40.5Z" fill="#FDB813"></path>
3
- <path d="M3 8.5V4.5C3 4 3.5 3.5 4 3.5H26C26.5 3.5 27 4 27 4.5V8.5C27 9.1 26.5 9.5 26 9.5H4C3.4 9.5 3 9.1 3 8.5Z" fill="white"></path>
4
- <path d="M15 29.6C17.2091 29.6 19 27.8091 19 25.6C19 23.3908 17.2091 21.6 15 21.6C12.7909 21.6 11 23.3908 11 25.6C11 27.8091 12.7909 29.6 15 29.6Z" fill="white"></path>
5
- <path d="M15 19.6C14.4 19.6 14 19.2 14 18.6V16.5C14 16 14.4 15.5 15 15.5C15.5 15.5 16 15.9 16 16.5V18.6C16 19.2 15.6 19.6 15 19.6Z" fill="white"></path>
6
- <path d="M15 35.6C14.4 35.6 14 35.2 14 34.6V32.5C14 32 14.4 31.5 15 31.5C15.5 31.5 16 31.9 16 32.5V34.6C16 35.2 15.6 35.6 15 35.6Z" fill="white"></path>
7
- <path d="M21 25.6C21 25 21.4 24.6 22 24.6H24C24.5 24.6 25 25 25 25.6V25.7C25 26.2 24.6 26.7 24 26.7H22C21.4 26.6 21 26.2 21 25.6Z" fill="white"></path>
8
- <path d="M5 25.6C5 25 5.4 24.6 6 24.6H8C8.5 24.6 9 25 9 25.6V25.7C9 26.2 8.6 26.7 8 26.7H6C5.4 26.6 5 26.2 5 25.6Z" fill="white"></path>
9
- <path d="M10.8001 21.3C10.4001 21.7 9.8001 21.7 9.4001 21.4L7.9001 19.9C7.5001 19.5 7.5001 18.9 7.9001 18.5H8.0001C8.4001 18.1 9.0001 18.1 9.4001 18.5L10.9001 20C11.2001 20.3 11.2001 20.9 10.8001 21.3Z" fill="white"></path>
10
- <path d="M22.0999 32.6C21.6999 33 21.0999 33 20.6999 32.7L19.1999 31.2C18.7999 30.8 18.7999 30.2 19.1999 29.8L19.2999 29.7C19.6999 29.3 20.2999 29.3 20.6999 29.7L22.1999 31.2C22.4999 31.6 22.4999 32.3 22.0999 32.6Z" fill="white"></path>
11
- <path d="M19.3002 21.4C18.9002 21 18.9002 20.4 19.2002 20L20.7002 18.5C21.1002 18.1 21.7002 18.1 22.1002 18.5L22.2002 18.6C22.6002 19 22.6002 19.6 22.2002 20L20.7002 21.5C20.3002 21.7 19.6002 21.7 19.3002 21.4Z" fill="white"></path>
12
- <path d="M7.99988 32.7C7.59988 32.3 7.59988 31.7 7.89988 31.3L9.39988 29.8C9.79988 29.4 10.3999 29.4 10.7999 29.8L10.8999 29.9C11.2999 30.3 11.2999 30.9 10.8999 31.3L9.39988 32.8C8.89988 33.1 8.29988 33.1 7.99988 32.7Z" fill="white"></path>
13
- </svg>
1
+ <svg fill="none" height="42" viewbox="-1 0 32 42" width="32" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M26 40.5H4C1.8 40.5 0 38.7 0 36.5V4.5C0 2.3 1.8 0.5 4 0.5H26C28.2 0.5 30 2.3 30 4.5V36.5C30 38.7 28.2 40.5 26 40.5Z" fill="#FDB813"></path>
3
+ <path d="M3 8.5V4.5C3 4 3.5 3.5 4 3.5H26C26.5 3.5 27 4 27 4.5V8.5C27 9.1 26.5 9.5 26 9.5H4C3.4 9.5 3 9.1 3 8.5Z" fill="white"></path>
4
+ <path d="M15 29.6C17.2091 29.6 19 27.8091 19 25.6C19 23.3908 17.2091 21.6 15 21.6C12.7909 21.6 11 23.3908 11 25.6C11 27.8091 12.7909 29.6 15 29.6Z" fill="white"></path>
5
+ <path d="M15 19.6C14.4 19.6 14 19.2 14 18.6V16.5C14 16 14.4 15.5 15 15.5C15.5 15.5 16 15.9 16 16.5V18.6C16 19.2 15.6 19.6 15 19.6Z" fill="white"></path>
6
+ <path d="M15 35.6C14.4 35.6 14 35.2 14 34.6V32.5C14 32 14.4 31.5 15 31.5C15.5 31.5 16 31.9 16 32.5V34.6C16 35.2 15.6 35.6 15 35.6Z" fill="white"></path>
7
+ <path d="M21 25.6C21 25 21.4 24.6 22 24.6H24C24.5 24.6 25 25 25 25.6V25.7C25 26.2 24.6 26.7 24 26.7H22C21.4 26.6 21 26.2 21 25.6Z" fill="white"></path>
8
+ <path d="M5 25.6C5 25 5.4 24.6 6 24.6H8C8.5 24.6 9 25 9 25.6V25.7C9 26.2 8.6 26.7 8 26.7H6C5.4 26.6 5 26.2 5 25.6Z" fill="white"></path>
9
+ <path d="M10.8001 21.3C10.4001 21.7 9.8001 21.7 9.4001 21.4L7.9001 19.9C7.5001 19.5 7.5001 18.9 7.9001 18.5H8.0001C8.4001 18.1 9.0001 18.1 9.4001 18.5L10.9001 20C11.2001 20.3 11.2001 20.9 10.8001 21.3Z" fill="white"></path>
10
+ <path d="M22.0999 32.6C21.6999 33 21.0999 33 20.6999 32.7L19.1999 31.2C18.7999 30.8 18.7999 30.2 19.1999 29.8L19.2999 29.7C19.6999 29.3 20.2999 29.3 20.6999 29.7L22.1999 31.2C22.4999 31.6 22.4999 32.3 22.0999 32.6Z" fill="white"></path>
11
+ <path d="M19.3002 21.4C18.9002 21 18.9002 20.4 19.2002 20L20.7002 18.5C21.1002 18.1 21.7002 18.1 22.1002 18.5L22.2002 18.6C22.6002 19 22.6002 19.6 22.2002 20L20.7002 21.5C20.3002 21.7 19.6002 21.7 19.3002 21.4Z" fill="white"></path>
12
+ <path d="M7.99988 32.7C7.59988 32.3 7.59988 31.7 7.89988 31.3L9.39988 29.8C9.79988 29.4 10.3999 29.4 10.7999 29.8L10.8999 29.9C11.2999 30.3 11.2999 30.9 10.8999 31.3L9.39988 32.8C8.89988 33.1 8.29988 33.1 7.99988 32.7Z" fill="white"></path>
13
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="14" viewbox="14 13 12 14" width="12" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 14L25 19H15L20 14Z" fill="#263238"></path>
3
- <path d="M20 26L15 21L25 21L20 26Z" fill="#263238"></path>
4
- </svg>
1
+ <svg fill="none" height="14" viewbox="14 13 12 14" width="12" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 14L25 19H15L20 14Z" fill="#263238"></path>
3
+ <path d="M20 26L15 21L25 21L20 26Z" fill="#263238"></path>
4
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg fill="none" height="14" viewbox="14 13 12 14" width="12" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M16.5885 25.9394L14.8829 25.9394L14.8829 14L16.5885 14L16.5885 25.9394Z" fill="#B2B9C5"></path>
3
- <path d="M25.1167 24.8061L23.9227 26L17.953 20.0303L19.147 18.8363L25.1167 24.8061Z" fill="#B2B9C5"></path>
4
- <path d="M23.9228 14.0606L25.1167 15.2545L19.147 21.2242L17.953 20.0303L23.9228 14.0606Z" fill="#B2B9C5"></path>
5
- </svg>
1
+ <svg fill="none" height="14" viewbox="14 13 12 14" width="12" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.5885 25.9394L14.8829 25.9394L14.8829 14L16.5885 14L16.5885 25.9394Z" fill="#B2B9C5"></path>
3
+ <path d="M25.1167 24.8061L23.9227 26L17.953 20.0303L19.147 18.8363L25.1167 24.8061Z" fill="#B2B9C5"></path>
4
+ <path d="M23.9228 14.0606L25.1167 15.2545L19.147 21.2242L17.953 20.0303L23.9228 14.0606Z" fill="#B2B9C5"></path>
5
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="12" viewbox="15 14 11 12" width="11" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M18.125 17.8125C18.125 17.0253 18.8835 16.25 20 16.25C20.9676 16.25 21.6663 16.8323 21.8355 17.5H23.1065C22.9315 16.0343 21.5377 15 20 15C18.3551 15 16.875 16.1834 16.875 17.8125C16.875 18.4038 17.07 18.9364 17.3971 19.375H15.625V20.625H24.375V19.375H20C18.8835 19.375 18.125 18.5997 18.125 17.8125Z" fill="#505CA6"></path>
3
- <path d="M21.875 22.1875C21.875 22.0825 21.8615 21.9777 21.8355 21.875H23.1065C23.1187 21.9771 23.125 22.0814 23.125 22.1875C23.125 23.8166 21.6449 25 20 25C18.4623 25 17.0685 23.9657 16.8935 22.5H18.1645C18.3337 23.1677 19.0324 23.75 20 23.75C21.1165 23.75 21.875 22.9747 21.875 22.1875Z" fill="#505CA6"></path>
4
- </svg>
1
+ <svg fill="none" height="12" viewbox="15 14 11 12" width="11" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.125 17.8125C18.125 17.0253 18.8835 16.25 20 16.25C20.9676 16.25 21.6663 16.8323 21.8355 17.5H23.1065C22.9315 16.0343 21.5377 15 20 15C18.3551 15 16.875 16.1834 16.875 17.8125C16.875 18.4038 17.07 18.9364 17.3971 19.375H15.625V20.625H24.375V19.375H20C18.8835 19.375 18.125 18.5997 18.125 17.8125Z" fill="#505CA6"></path>
3
+ <path d="M21.875 22.1875C21.875 22.0825 21.8615 21.9777 21.8355 21.875H23.1065C23.1187 21.9771 23.125 22.0814 23.125 22.1875C23.125 23.8166 21.6449 25 20 25C18.4623 25 17.0685 23.9657 16.8935 22.5H18.1645C18.3337 23.1677 19.0324 23.75 20 23.75C21.1165 23.75 21.875 22.9747 21.875 22.1875Z" fill="#505CA6"></path>
4
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg fill="none" height="19" viewbox="10 11 20 19" width="20" xmlns="http://www.w3.org/2000/svg">
2
- <path clip-rule="evenodd" d="M12.1033 25.5601C13.0105 24.899 14.2445 23.9998 16.4505 23.9998C17.4975 23.9998 18.329 24.1906 19.0439 24.4994C19.7215 24.7922 20.2572 25.178 20.6877 25.488L20.7181 25.5099C21.1741 25.8382 21.5209 26.083 21.9419 26.2649C22.3417 26.4376 22.8479 26.5678 23.5843 26.5678C24.9591 26.5678 25.5311 26.1595 26.3692 25.5613C26.6017 25.3954 26.8547 25.2149 27.1509 25.0244C27.7083 24.666 28.4508 24.8273 28.8092 25.3848C29.1676 25.9422 29.0063 26.6847 28.4489 27.0431C28.2828 27.1499 28.1089 27.2766 27.9212 27.4134C27.0145 28.0741 25.7882 28.9677 23.5843 28.9677C22.537 28.9677 21.7053 28.7769 20.9903 28.4681C20.3124 28.1753 19.7765 27.7894 19.3458 27.4792L19.3158 27.4576C18.8598 27.1293 18.513 26.8844 18.0921 26.7026C17.6924 26.5299 17.1866 26.3998 16.4505 26.3998C15.0763 26.3998 14.5087 26.8048 13.6754 27.3995C13.4303 27.5745 13.1621 27.7659 12.8436 27.9682C12.2842 28.3236 11.5426 28.1582 11.1872 27.5988C10.8319 27.0394 10.9973 26.2978 11.5567 25.9425C11.7281 25.8336 11.9081 25.7024 12.1033 25.5601Z" fill="#263238" fill-rule="evenodd"></path>
3
- <path clip-rule="evenodd" d="M12.1033 19.5602C13.0105 18.8991 14.2445 17.9999 16.4505 17.9999C17.4975 17.9999 18.329 18.1907 19.0439 18.4995C19.7215 18.7923 20.2572 19.1781 20.6877 19.4881L20.7181 19.51C21.1741 19.8383 21.5209 20.0831 21.9419 20.265C22.3417 20.4377 22.8479 20.5679 23.5843 20.5679C24.9591 20.5679 25.5311 20.1596 26.3692 19.5614C26.6017 19.3955 26.8547 19.215 27.1509 19.0245C27.7083 18.6661 28.4508 18.8274 28.8092 19.3849C29.1676 19.9423 29.0063 20.6848 28.4489 21.0432C28.2828 21.15 28.1089 21.2767 27.9212 21.4135C27.0145 22.0742 25.7882 22.9678 23.5843 22.9678C22.537 22.9678 21.7053 22.777 20.9903 22.4682C20.3124 22.1754 19.7765 21.7895 19.3458 21.4793L19.3158 21.4577C18.8598 21.1294 18.513 20.8845 18.0921 20.7027C17.6924 20.53 17.1866 20.3999 16.4505 20.3999C15.0763 20.3999 14.5087 20.8049 13.6754 21.3996C13.4303 21.5746 13.1621 21.766 12.8436 21.9683C12.2842 22.3237 11.5426 22.1583 11.1872 21.5989C10.8319 21.0395 10.9973 20.2979 11.5567 19.9426C11.7281 19.8337 11.9081 19.7025 12.1033 19.5602Z" fill="#263238" fill-rule="evenodd"></path>
4
- <path clip-rule="evenodd" d="M12.1033 13.5603C13.0105 12.8992 14.2445 12 16.4505 12C17.4975 12 18.329 12.1908 19.0439 12.4996C19.7215 12.7924 20.2572 13.1782 20.6877 13.4882L20.7181 13.5101C21.1741 13.8384 21.5209 14.0832 21.9419 14.2651C22.3417 14.4378 22.8479 14.568 23.5843 14.568C24.9591 14.568 25.5311 14.1597 26.3692 13.5615C26.6017 13.3956 26.8547 13.2151 27.1509 13.0246C27.7083 12.6662 28.4508 12.8275 28.8092 13.385C29.1676 13.9424 29.0063 14.6849 28.4489 15.0433C28.2828 15.1501 28.1089 15.2768 27.9212 15.4136C27.0145 16.0743 25.7882 16.9679 23.5843 16.9679C22.537 16.9679 21.7053 16.7771 20.9903 16.4683C20.3124 16.1755 19.7765 15.7896 19.3458 15.4794L19.3158 15.4578C18.8598 15.1295 18.513 14.8846 18.0921 14.7028C17.6924 14.5301 17.1866 14.4 16.4505 14.4C15.0763 14.4 14.5087 14.805 13.6754 15.3997C13.4303 15.5747 13.1621 15.7661 12.8436 15.9684C12.2842 16.3238 11.5426 16.1584 11.1872 15.599C10.8319 15.0396 10.9973 14.298 11.5567 13.9427C11.7281 13.8338 11.9081 13.7026 12.1033 13.5603Z" fill="#263238" fill-rule="evenodd"></path>
5
- </svg>
1
+ <svg fill="none" height="19" viewbox="10 11 20 19" width="20" xmlns="http://www.w3.org/2000/svg">
2
+ <path clip-rule="evenodd" d="M12.1033 25.5601C13.0105 24.899 14.2445 23.9998 16.4505 23.9998C17.4975 23.9998 18.329 24.1906 19.0439 24.4994C19.7215 24.7922 20.2572 25.178 20.6877 25.488L20.7181 25.5099C21.1741 25.8382 21.5209 26.083 21.9419 26.2649C22.3417 26.4376 22.8479 26.5678 23.5843 26.5678C24.9591 26.5678 25.5311 26.1595 26.3692 25.5613C26.6017 25.3954 26.8547 25.2149 27.1509 25.0244C27.7083 24.666 28.4508 24.8273 28.8092 25.3848C29.1676 25.9422 29.0063 26.6847 28.4489 27.0431C28.2828 27.1499 28.1089 27.2766 27.9212 27.4134C27.0145 28.0741 25.7882 28.9677 23.5843 28.9677C22.537 28.9677 21.7053 28.7769 20.9903 28.4681C20.3124 28.1753 19.7765 27.7894 19.3458 27.4792L19.3158 27.4576C18.8598 27.1293 18.513 26.8844 18.0921 26.7026C17.6924 26.5299 17.1866 26.3998 16.4505 26.3998C15.0763 26.3998 14.5087 26.8048 13.6754 27.3995C13.4303 27.5745 13.1621 27.7659 12.8436 27.9682C12.2842 28.3236 11.5426 28.1582 11.1872 27.5988C10.8319 27.0394 10.9973 26.2978 11.5567 25.9425C11.7281 25.8336 11.9081 25.7024 12.1033 25.5601Z" fill="#263238" fill-rule="evenodd"></path>
3
+ <path clip-rule="evenodd" d="M12.1033 19.5602C13.0105 18.8991 14.2445 17.9999 16.4505 17.9999C17.4975 17.9999 18.329 18.1907 19.0439 18.4995C19.7215 18.7923 20.2572 19.1781 20.6877 19.4881L20.7181 19.51C21.1741 19.8383 21.5209 20.0831 21.9419 20.265C22.3417 20.4377 22.8479 20.5679 23.5843 20.5679C24.9591 20.5679 25.5311 20.1596 26.3692 19.5614C26.6017 19.3955 26.8547 19.215 27.1509 19.0245C27.7083 18.6661 28.4508 18.8274 28.8092 19.3849C29.1676 19.9423 29.0063 20.6848 28.4489 21.0432C28.2828 21.15 28.1089 21.2767 27.9212 21.4135C27.0145 22.0742 25.7882 22.9678 23.5843 22.9678C22.537 22.9678 21.7053 22.777 20.9903 22.4682C20.3124 22.1754 19.7765 21.7895 19.3458 21.4793L19.3158 21.4577C18.8598 21.1294 18.513 20.8845 18.0921 20.7027C17.6924 20.53 17.1866 20.3999 16.4505 20.3999C15.0763 20.3999 14.5087 20.8049 13.6754 21.3996C13.4303 21.5746 13.1621 21.766 12.8436 21.9683C12.2842 22.3237 11.5426 22.1583 11.1872 21.5989C10.8319 21.0395 10.9973 20.2979 11.5567 19.9426C11.7281 19.8337 11.9081 19.7025 12.1033 19.5602Z" fill="#263238" fill-rule="evenodd"></path>
4
+ <path clip-rule="evenodd" d="M12.1033 13.5603C13.0105 12.8992 14.2445 12 16.4505 12C17.4975 12 18.329 12.1908 19.0439 12.4996C19.7215 12.7924 20.2572 13.1782 20.6877 13.4882L20.7181 13.5101C21.1741 13.8384 21.5209 14.0832 21.9419 14.2651C22.3417 14.4378 22.8479 14.568 23.5843 14.568C24.9591 14.568 25.5311 14.1597 26.3692 13.5615C26.6017 13.3956 26.8547 13.2151 27.1509 13.0246C27.7083 12.6662 28.4508 12.8275 28.8092 13.385C29.1676 13.9424 29.0063 14.6849 28.4489 15.0433C28.2828 15.1501 28.1089 15.2768 27.9212 15.4136C27.0145 16.0743 25.7882 16.9679 23.5843 16.9679C22.537 16.9679 21.7053 16.7771 20.9903 16.4683C20.3124 16.1755 19.7765 15.7896 19.3458 15.4794L19.3158 15.4578C18.8598 15.1295 18.513 14.8846 18.0921 14.7028C17.6924 14.5301 17.1866 14.4 16.4505 14.4C15.0763 14.4 14.5087 14.805 13.6754 15.3997C13.4303 15.5747 13.1621 15.7661 12.8436 15.9684C12.2842 16.3238 11.5426 16.1584 11.1872 15.599C10.8319 15.0396 10.9973 14.298 11.5567 13.9427C11.7281 13.8338 11.9081 13.7026 12.1033 13.5603Z" fill="#263238" fill-rule="evenodd"></path>
5
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M26.9964 19.9525L26.6954 15.3494C26.6238 14.2559 25.7504 13.3824 24.6513 13.3054L20.0483 13.0036C19.5987 12.9732 19.1592 13.1366 18.8427 13.4532L13.2223 19.0736C12.9259 19.3699 12.9259 19.8498 13.2223 20.1462L19.8538 26.7777C20.1502 27.0741 20.6301 27.0741 20.9264 26.7777L26.5468 21.1573C26.8642 20.8415 27.0275 20.4021 26.9964 19.9525ZM24.1973 17.3025C23.6101 17.4409 23.0275 17.0831 22.8844 16.5005C22.7514 15.918 23.1092 15.3354 23.6917 15.1923C24.2743 15.0593 24.8569 15.4171 25 15.9996C25.1322 16.5822 24.7744 17.1648 24.1973 17.3025Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M26.9964 19.9525L26.6954 15.3494C26.6238 14.2559 25.7504 13.3824 24.6513 13.3054L20.0483 13.0036C19.5987 12.9732 19.1592 13.1366 18.8427 13.4532L13.2223 19.0736C12.9259 19.3699 12.9259 19.8498 13.2223 20.1462L19.8538 26.7777C20.1502 27.0741 20.6301 27.0741 20.9264 26.7777L26.5468 21.1573C26.8642 20.8415 27.0275 20.4021 26.9964 19.9525ZM24.1973 17.3025C23.6101 17.4409 23.0275 17.0831 22.8844 16.5005C22.7514 15.918 23.1092 15.3354 23.6917 15.1923C24.2743 15.0593 24.8569 15.4171 25 15.9996C25.1322 16.5822 24.7744 17.1648 24.1973 17.3025Z" fill="#263238"></path>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="20" viewbox="10 10 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M28.9948 19.9391L28.6077 14.0211C28.5157 12.6151 27.3927 11.4921 25.9797 11.3931L20.0618 11.0051C19.4838 10.9661 18.9188 11.1761 18.5118 11.5831L11.2858 18.8091C10.9047 19.1901 10.9047 19.8071 11.2858 20.1881L19.8118 28.7141C20.1928 29.0951 20.8098 29.0951 21.1908 28.7141L28.4167 21.4881C28.8247 21.0821 29.0348 20.5171 28.9948 19.9391ZM20.6788 16.4051C19.9238 16.5831 19.1748 16.1231 18.9908 15.3741C18.8198 14.6251 19.2798 13.8761 20.0288 13.6921C20.7778 13.5211 21.5268 13.9811 21.7108 14.7301C21.8808 15.4791 21.4208 16.2281 20.6788 16.4051ZM17.7228 23.5921L16.4088 22.2781L24.2917 14.3951L25.6058 15.7091L17.7228 23.5921ZM21.9928 24.2881C21.2378 24.4651 20.4888 24.0061 20.3048 23.2571C20.1338 22.5081 20.5938 21.7591 21.3428 21.5751C22.0918 21.4041 22.8407 21.8641 23.0247 22.6131C23.1947 23.3621 22.7348 24.1101 21.9928 24.2881Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="20" viewbox="10 10 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M28.9948 19.9391L28.6077 14.0211C28.5157 12.6151 27.3927 11.4921 25.9797 11.3931L20.0618 11.0051C19.4838 10.9661 18.9188 11.1761 18.5118 11.5831L11.2858 18.8091C10.9047 19.1901 10.9047 19.8071 11.2858 20.1881L19.8118 28.7141C20.1928 29.0951 20.8098 29.0951 21.1908 28.7141L28.4167 21.4881C28.8247 21.0821 29.0348 20.5171 28.9948 19.9391ZM20.6788 16.4051C19.9238 16.5831 19.1748 16.1231 18.9908 15.3741C18.8198 14.6251 19.2798 13.8761 20.0288 13.6921C20.7778 13.5211 21.5268 13.9811 21.7108 14.7301C21.8808 15.4791 21.4208 16.2281 20.6788 16.4051ZM17.7228 23.5921L16.4088 22.2781L24.2917 14.3951L25.6058 15.7091L17.7228 23.5921ZM21.9928 24.2881C21.2378 24.4651 20.4888 24.0061 20.3048 23.2571C20.1338 22.5081 20.5938 21.7591 21.3428 21.5751C22.0918 21.4041 22.8407 21.8641 23.0247 22.6131C23.1947 23.3621 22.7348 24.1101 21.9928 24.2881Z" fill="#263238"></path>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="4" viewbox="12 18 16 4" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M27 19V21H13L13 19L27 19Z" fill="#B2B9C5"></path>
3
- </svg>
1
+ <svg fill="none" height="4" viewbox="12 18 16 4" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27 19V21H13L13 19L27 19Z" fill="#B2B9C5"></path>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="15" viewbox="12 12 16 15" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M25.6 16.15H23.5V14.75C23.5 13.973 22.877 13.35 22.1 13.35H17.9C17.123 13.35 16.5 13.973 16.5 14.75V16.15H14.4C13.623 16.15 13 16.773 13 17.55V25.25C13 26.027 13.623 26.65 14.4 26.65H25.6C26.377 26.65 27 26.027 27 25.25V17.55C27 16.773 26.377 16.15 25.6 16.15ZM17.9 14.75H22.1V16.15H17.9V14.75ZM25.6 21.75H14.4V17.55H16.5H17.9H22.1H23.5H25.6V21.75Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="15" viewbox="12 12 16 15" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M25.6 16.15H23.5V14.75C23.5 13.973 22.877 13.35 22.1 13.35H17.9C17.123 13.35 16.5 13.973 16.5 14.75V16.15H14.4C13.623 16.15 13 16.773 13 17.55V25.25C13 26.027 13.623 26.65 14.4 26.65H25.6C26.377 26.65 27 26.027 27 25.25V17.55C27 16.773 26.377 16.15 25.6 16.15ZM17.9 14.75H22.1V16.15H17.9V14.75ZM25.6 21.75H14.4V17.55H16.5H17.9H22.1H23.5H25.6V21.75Z" fill="#263238"></path>
3
+ </svg>