@dta-au/civictheme-twig 1.13.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 (667) hide show
  1. package/assets/backgrounds/civictheme_background_1.png +0 -0
  2. package/assets/backgrounds/civictheme_background_2.png +0 -0
  3. package/assets/backgrounds/civictheme_background_3.png +0 -0
  4. package/assets/backgrounds/civictheme_background_4.png +0 -0
  5. package/assets/backgrounds/civictheme_background_5.png +0 -0
  6. package/assets/backgrounds/civictheme_background_6.png +0 -0
  7. package/assets/backgrounds/civictheme_background_7.png +0 -0
  8. package/assets/fonts/.gitkeep +0 -0
  9. package/assets/icons/account.svg +3 -0
  10. package/assets/icons/approve.svg +3 -0
  11. package/assets/icons/bars.svg +3 -0
  12. package/assets/icons/bullet.svg +3 -0
  13. package/assets/icons/calendar-1.svg +3 -0
  14. package/assets/icons/calendar-2.svg +3 -0
  15. package/assets/icons/call.svg +3 -0
  16. package/assets/icons/cancel.svg +3 -0
  17. package/assets/icons/checked.svg +4 -0
  18. package/assets/icons/close-outline.svg +3 -0
  19. package/assets/icons/close.svg +3 -0
  20. package/assets/icons/document.svg +4 -0
  21. package/assets/icons/down-arrow-1.svg +3 -0
  22. package/assets/icons/down-arrow-2.svg +3 -0
  23. package/assets/icons/download-file.svg +3 -0
  24. package/assets/icons/download.svg +3 -0
  25. package/assets/icons/exclamation-mark-1.svg +3 -0
  26. package/assets/icons/exclamation-mark-2.svg +3 -0
  27. package/assets/icons/exclamation-mark-3.svg +3 -0
  28. package/assets/icons/eye.svg +3 -0
  29. package/assets/icons/facebook.svg +3 -0
  30. package/assets/icons/help.svg +3 -0
  31. package/assets/icons/image.svg +5 -0
  32. package/assets/icons/information-mark.svg +3 -0
  33. package/assets/icons/instagram.svg +3 -0
  34. package/assets/icons/layer.svg +4 -0
  35. package/assets/icons/layers.svg +4 -0
  36. package/assets/icons/left-arrow-outline.svg +3 -0
  37. package/assets/icons/left-arrow.svg +3 -0
  38. package/assets/icons/linkedin.svg +3 -0
  39. package/assets/icons/lock-file.svg +4 -0
  40. package/assets/icons/lock-gallery.svg +4 -0
  41. package/assets/icons/magnifier.svg +3 -0
  42. package/assets/icons/map.svg +3 -0
  43. package/assets/icons/megaphone.svg +3 -0
  44. package/assets/icons/message.svg +3 -0
  45. package/assets/icons/mobile.svg +4 -0
  46. package/assets/icons/mortarboard.svg +3 -0
  47. package/assets/icons/newspaper.svg +3 -0
  48. package/assets/icons/open-source.svg +3 -0
  49. package/assets/icons/pdf-file.svg +4 -0
  50. package/assets/icons/progress.svg +3 -0
  51. package/assets/icons/right-arrow-1.svg +3 -0
  52. package/assets/icons/right-arrow-2.svg +3 -0
  53. package/assets/icons/select-box.svg +4 -0
  54. package/assets/icons/share.svg +3 -0
  55. package/assets/icons/square.svg +3 -0
  56. package/assets/icons/to-do.svg +3 -0
  57. package/assets/icons/twitter.svg +3 -0
  58. package/assets/icons/up-arrow.svg +3 -0
  59. package/assets/icons/upper-arrow.svg +3 -0
  60. package/assets/icons/upper-right-arrow.svg +3 -0
  61. package/assets/icons/users.svg +4 -0
  62. package/assets/icons/watch.svg +3 -0
  63. package/assets/icons/water-drop.svg +4 -0
  64. package/assets/icons/web.svg +4 -0
  65. package/assets/icons/word-file.svg +4 -0
  66. package/assets/icons/x.svg +3 -0
  67. package/assets/icons/youtube.svg +3 -0
  68. package/assets/logos/logo_custom_light_desktop_civictheme.svg +32 -0
  69. package/assets/logos/logo_custom_light_mobile_civictheme.svg +32 -0
  70. package/assets/logos/logo_primary_dark_desktop.png +0 -0
  71. package/assets/logos/logo_primary_dark_mobile.png +0 -0
  72. package/assets/logos/logo_primary_light_desktop.png +0 -0
  73. package/assets/logos/logo_primary_light_mobile.png +0 -0
  74. package/assets/logos/logo_secondary_dark_desktop.png +0 -0
  75. package/assets/logos/logo_secondary_dark_mobile.png +0 -0
  76. package/assets/logos/logo_secondary_light_desktop.png +0 -0
  77. package/assets/logos/logo_secondary_light_mobile.png +0 -0
  78. package/components/00-base/_variables.base.scss +482 -0
  79. package/components/00-base/_variables.components.scss +1315 -0
  80. package/components/00-base/about-civictheme/about-civictheme.stories.js +37 -0
  81. package/components/00-base/about-civictheme/about-civictheme.stories.scss +37 -0
  82. package/components/00-base/about-civictheme/about-civictheme.stories.twig +219 -0
  83. package/components/00-base/background/background.scss +12 -0
  84. package/components/00-base/background/background.stories.js +33 -0
  85. package/components/00-base/background/background.stories.scss +16 -0
  86. package/components/00-base/background/background.stories.twig +6 -0
  87. package/components/00-base/background/background.utils.js +23 -0
  88. package/components/00-base/collapsible/collapsible.js +452 -0
  89. package/components/00-base/collapsible/collapsible.scss +80 -0
  90. package/components/00-base/collapsible/collapsible.stories.js +17 -0
  91. package/components/00-base/collapsible/collapsible.stories.scss +38 -0
  92. package/components/00-base/collapsible/collapsible.stories.twig +497 -0
  93. package/components/00-base/collapsible/collapsible.test.js +186 -0
  94. package/components/00-base/colors/colors.stories.js +142 -0
  95. package/components/00-base/colors/colors.stories.scss +78 -0
  96. package/components/00-base/colors/colors.stories.twig +42 -0
  97. package/components/00-base/datetime/__snapshots__/datetime.test.js.snap +114 -0
  98. package/components/00-base/datetime/datetime.stories.js +47 -0
  99. package/components/00-base/datetime/datetime.test.js +75 -0
  100. package/components/00-base/datetime/datetime.twig +24 -0
  101. package/components/00-base/debug/_index.scss +24 -0
  102. package/components/00-base/elevation/elevation.stories.js +14 -0
  103. package/components/00-base/elevation/elevation.stories.scss +21 -0
  104. package/components/00-base/elevation/elevation.stories.twig +8 -0
  105. package/components/00-base/flex/_index.scss +37 -0
  106. package/components/00-base/flyout/flyout.js +207 -0
  107. package/components/00-base/flyout/flyout.scss +47 -0
  108. package/components/00-base/flyout/flyout.stories.js +34 -0
  109. package/components/00-base/flyout/flyout.stories.scss +38 -0
  110. package/components/00-base/flyout/flyout.stories.twig +101 -0
  111. package/components/00-base/fonts/_index.scss +15 -0
  112. package/components/00-base/fonts/fonts.stories.js +40 -0
  113. package/components/00-base/fonts/fonts.stories.scss +28 -0
  114. package/components/00-base/fonts/fonts.stories.twig +15 -0
  115. package/components/00-base/grid/__snapshots__/grid.test.js.snap +2113 -0
  116. package/components/00-base/grid/grid.scss +164 -0
  117. package/components/00-base/grid/grid.stories.js +570 -0
  118. package/components/00-base/grid/grid.stories.scss +184 -0
  119. package/components/00-base/grid/grid.test.js +386 -0
  120. package/components/00-base/grid/grid.twig +96 -0
  121. package/components/00-base/icon/__snapshots__/icon.test.js.snap +76 -0
  122. package/components/00-base/icon/icon.scss +21 -0
  123. package/components/00-base/icon/icon.stories.js +46 -0
  124. package/components/00-base/icon/icon.test.js +53 -0
  125. package/components/00-base/icon/icon.twig +35 -0
  126. package/components/00-base/icon/icon.utils.js +35 -0
  127. package/components/00-base/item-list/__snapshots__/item-list.test.js.snap +255 -0
  128. package/components/00-base/item-list/item-list.scss +66 -0
  129. package/components/00-base/item-list/item-list.stories.js +49 -0
  130. package/components/00-base/item-list/item-list.test.js +96 -0
  131. package/components/00-base/item-list/item-list.twig +35 -0
  132. package/components/00-base/layout/__snapshots__/layout.test.js.snap +520 -0
  133. package/components/00-base/layout/layout.js +97 -0
  134. package/components/00-base/layout/layout.scss +329 -0
  135. package/components/00-base/layout/layout.stories.data.js +22 -0
  136. package/components/00-base/layout/layout.stories.js +120 -0
  137. package/components/00-base/layout/layout.stories.scss +55 -0
  138. package/components/00-base/layout/layout.test.js +166 -0
  139. package/components/00-base/layout/layout.twig +115 -0
  140. package/components/00-base/menu/__snapshots__/menu.test.js.snap +1028 -0
  141. package/components/00-base/menu/menu.stories.js +107 -0
  142. package/components/00-base/menu/menu.stories.scss +11 -0
  143. package/components/00-base/menu/menu.test.js +231 -0
  144. package/components/00-base/menu/menu.twig +133 -0
  145. package/components/00-base/mixins/_background.scss +11 -0
  146. package/components/00-base/mixins/_breakpoint.scss +75 -0
  147. package/components/00-base/mixins/_button.scss +312 -0
  148. package/components/00-base/mixins/_color.scss +137 -0
  149. package/components/00-base/mixins/_component.scss +39 -0
  150. package/components/00-base/mixins/_content-link.scss +58 -0
  151. package/components/00-base/mixins/_content.scss +369 -0
  152. package/components/00-base/mixins/_cssgrid.scss +106 -0
  153. package/components/00-base/mixins/_debug.scss +29 -0
  154. package/components/00-base/mixins/_deprecations.scss +21 -0
  155. package/components/00-base/mixins/_disabled.scss +11 -0
  156. package/components/00-base/mixins/_elevation.scss +37 -0
  157. package/components/00-base/mixins/_font.scss +140 -0
  158. package/components/00-base/mixins/_form.scss +30 -0
  159. package/components/00-base/mixins/_generator.scss +35 -0
  160. package/components/00-base/mixins/_grid.scss +223 -0
  161. package/components/00-base/mixins/_highlight.scss +84 -0
  162. package/components/00-base/mixins/_icon.scss +118 -0
  163. package/components/00-base/mixins/_image.scss +149 -0
  164. package/components/00-base/mixins/_index.scss +25 -0
  165. package/components/00-base/mixins/_link.scss +163 -0
  166. package/components/00-base/mixins/_map.scss +90 -0
  167. package/components/00-base/mixins/_message.scss +11 -0
  168. package/components/00-base/mixins/_outline.scss +32 -0
  169. package/components/00-base/mixins/_particle.scss +40 -0
  170. package/components/00-base/mixins/_print.scss +26 -0
  171. package/components/00-base/mixins/_rem.scss +20 -0
  172. package/components/00-base/mixins/_reset.scss +85 -0
  173. package/components/00-base/mixins/_spacing.scss +57 -0
  174. package/components/00-base/mixins/_string.scss +76 -0
  175. package/components/00-base/mixins/_table.scss +254 -0
  176. package/components/00-base/mixins/_typography.scss +193 -0
  177. package/components/00-base/mixins/_visibility.scss +27 -0
  178. package/components/00-base/platform/platform.js +27 -0
  179. package/components/00-base/responsive/responsive.js +186 -0
  180. package/components/00-base/responsive/responsive.stories.js +17 -0
  181. package/components/00-base/responsive/responsive.stories.twig +121 -0
  182. package/components/00-base/scrollspy/scrollspy.js +36 -0
  183. package/components/00-base/scrollspy/scrollspy.scss +11 -0
  184. package/components/00-base/scrollspy/scrollspy.stories.js +18 -0
  185. package/components/00-base/scrollspy/scrollspy.stories.scss +51 -0
  186. package/components/00-base/scrollspy/scrollspy.stories.twig +9 -0
  187. package/components/00-base/skip-to-target/skip-to-target.js +27 -0
  188. package/components/00-base/spacing/spacing.scss +29 -0
  189. package/components/00-base/spacing/spacing.stories.js +16 -0
  190. package/components/00-base/spacing/spacing.stories.scss +51 -0
  191. package/components/00-base/spacing/spacing.stories.twig +64 -0
  192. package/components/00-base/storybook/storybook.container.utils.stories.scss +105 -0
  193. package/components/00-base/storybook/storybook.docs.utils.js +37 -0
  194. package/components/00-base/storybook/storybook.docs.utils.stories.scss +70 -0
  195. package/components/00-base/storybook/storybook.generators.utils.js +19 -0
  196. package/components/00-base/storybook/storybook.layout.utils.stories.scss +90 -0
  197. package/components/00-base/storybook/storybook.placeholder.utils.stories.scss +75 -0
  198. package/components/00-base/storybook/storybook.stories.scss +8 -0
  199. package/components/00-base/text-icon/text-icon.scss +9 -0
  200. package/components/00-base/text-icon/text-icon.stories.js +57 -0
  201. package/components/00-base/text-icon/text-icon.twig +81 -0
  202. package/components/00-base/typography/typography.scss +81 -0
  203. package/components/00-base/typography/typography.stories.js +17 -0
  204. package/components/00-base/typography/typography.stories.twig +228 -0
  205. package/components/00-base/variables.scss +41 -0
  206. package/components/00-base/visibility/_index.scss +42 -0
  207. package/components/00-base/welcome/welcome.stories.js +37 -0
  208. package/components/00-base/welcome/welcome.stories.scss +30 -0
  209. package/components/00-base/welcome/welcome.stories.twig +41 -0
  210. package/components/01-atoms/button/__snapshots__/button.test.js.snap +205 -0
  211. package/components/01-atoms/button/button.js +127 -0
  212. package/components/01-atoms/button/button.scss +82 -0
  213. package/components/01-atoms/button/button.stories.js +86 -0
  214. package/components/01-atoms/button/button.test.js +103 -0
  215. package/components/01-atoms/button/button.twig +82 -0
  216. package/components/01-atoms/checkbox/__snapshots__/checkbox.test.js.snap +65 -0
  217. package/components/01-atoms/checkbox/checkbox.scss +176 -0
  218. package/components/01-atoms/checkbox/checkbox.stories.js +63 -0
  219. package/components/01-atoms/checkbox/checkbox.test.js +67 -0
  220. package/components/01-atoms/checkbox/checkbox.twig +47 -0
  221. package/components/01-atoms/chip/__snapshots__/chip.test.js.snap +90 -0
  222. package/components/01-atoms/chip/chip.event.stories.js +25 -0
  223. package/components/01-atoms/chip/chip.js +104 -0
  224. package/components/01-atoms/chip/chip.scss +144 -0
  225. package/components/01-atoms/chip/chip.stories.js +74 -0
  226. package/components/01-atoms/chip/chip.test.js +53 -0
  227. package/components/01-atoms/chip/chip.twig +73 -0
  228. package/components/01-atoms/content-link/__snapshots__/content-link.test.js.snap +91 -0
  229. package/components/01-atoms/content-link/content-link.scss +16 -0
  230. package/components/01-atoms/content-link/content-link.stories.js +50 -0
  231. package/components/01-atoms/content-link/content-link.test.js +50 -0
  232. package/components/01-atoms/content-link/content-link.twig +40 -0
  233. package/components/01-atoms/field-description/__snapshots__/field-description.test.js.snap +49 -0
  234. package/components/01-atoms/field-description/field-description.scss +24 -0
  235. package/components/01-atoms/field-description/field-description.stories.js +41 -0
  236. package/components/01-atoms/field-description/field-description.test.js +51 -0
  237. package/components/01-atoms/field-description/field-description.twig +24 -0
  238. package/components/01-atoms/field-message/__snapshots__/field-message.test.js.snap +142 -0
  239. package/components/01-atoms/field-message/field-message.scss +108 -0
  240. package/components/01-atoms/field-message/field-message.stories.js +41 -0
  241. package/components/01-atoms/field-message/field-message.test.js +64 -0
  242. package/components/01-atoms/field-message/field-message.twig +37 -0
  243. package/components/01-atoms/fieldset/__snapshots__/fieldset.test.js.snap +358 -0
  244. package/components/01-atoms/fieldset/fieldset.scss +44 -0
  245. package/components/01-atoms/fieldset/fieldset.stories.js +79 -0
  246. package/components/01-atoms/fieldset/fieldset.test.js +102 -0
  247. package/components/01-atoms/fieldset/fieldset.twig +91 -0
  248. package/components/01-atoms/heading/__snapshots__/heading.test.js.snap +43 -0
  249. package/components/01-atoms/heading/heading.scss +13 -0
  250. package/components/01-atoms/heading/heading.stories.js +41 -0
  251. package/components/01-atoms/heading/heading.test.js +42 -0
  252. package/components/01-atoms/heading/heading.twig +24 -0
  253. package/components/01-atoms/iframe/__snapshots__/iframe.test.js.snap +34 -0
  254. package/components/01-atoms/iframe/iframe.scss +29 -0
  255. package/components/01-atoms/iframe/iframe.stories.js +53 -0
  256. package/components/01-atoms/iframe/iframe.test.js +37 -0
  257. package/components/01-atoms/iframe/iframe.twig +29 -0
  258. package/components/01-atoms/image/__snapshots__/image.test.js.snap +45 -0
  259. package/components/01-atoms/image/image.stories.js +48 -0
  260. package/components/01-atoms/image/image.test.js +45 -0
  261. package/components/01-atoms/image/image.twig +31 -0
  262. package/components/01-atoms/input/__snapshots__/input.test.js.snap +64 -0
  263. package/components/01-atoms/input/input.scss +112 -0
  264. package/components/01-atoms/input/input.stories.js +81 -0
  265. package/components/01-atoms/input/input.test.js +71 -0
  266. package/components/01-atoms/input/input.twig +38 -0
  267. package/components/01-atoms/label/__snapshots__/label.test.js.snap +69 -0
  268. package/components/01-atoms/label/label.scss +34 -0
  269. package/components/01-atoms/label/label.stories.js +65 -0
  270. package/components/01-atoms/label/label.test.js +76 -0
  271. package/components/01-atoms/label/label.twig +35 -0
  272. package/components/01-atoms/link/__snapshots__/link.test.js.snap +138 -0
  273. package/components/01-atoms/link/link.scss +53 -0
  274. package/components/01-atoms/link/link.stories.js +82 -0
  275. package/components/01-atoms/link/link.test.js +84 -0
  276. package/components/01-atoms/link/link.twig +62 -0
  277. package/components/01-atoms/paragraph/__snapshots__/paragraph.test.js.snap +36 -0
  278. package/components/01-atoms/paragraph/paragraph.scss +31 -0
  279. package/components/01-atoms/paragraph/paragraph.stories.js +45 -0
  280. package/components/01-atoms/paragraph/paragraph.test.js +40 -0
  281. package/components/01-atoms/paragraph/paragraph.twig +25 -0
  282. package/components/01-atoms/popover/__snapshots__/popover.test.js.snap +129 -0
  283. package/components/01-atoms/popover/popover.scss +44 -0
  284. package/components/01-atoms/popover/popover.stories.js +52 -0
  285. package/components/01-atoms/popover/popover.test.js +57 -0
  286. package/components/01-atoms/popover/popover.twig +69 -0
  287. package/components/01-atoms/radio/__snapshots__/radio.test.js.snap +83 -0
  288. package/components/01-atoms/radio/radio.scss +176 -0
  289. package/components/01-atoms/radio/radio.stories.js +64 -0
  290. package/components/01-atoms/radio/radio.test.js +76 -0
  291. package/components/01-atoms/radio/radio.twig +47 -0
  292. package/components/01-atoms/select/__snapshots__/select.test.js.snap +165 -0
  293. package/components/01-atoms/select/select.scss +105 -0
  294. package/components/01-atoms/select/select.stories.js +81 -0
  295. package/components/01-atoms/select/select.test.js +117 -0
  296. package/components/01-atoms/select/select.twig +63 -0
  297. package/components/01-atoms/table/__snapshots__/table.test.js.snap +206 -0
  298. package/components/01-atoms/table/table.js +79 -0
  299. package/components/01-atoms/table/table.scss +18 -0
  300. package/components/01-atoms/table/table.stories.js +129 -0
  301. package/components/01-atoms/table/table.test.js +60 -0
  302. package/components/01-atoms/table/table.twig +104 -0
  303. package/components/01-atoms/tag/__snapshots__/tag.test.js.snap +97 -0
  304. package/components/01-atoms/tag/tag.scss +63 -0
  305. package/components/01-atoms/tag/tag.stories.js +55 -0
  306. package/components/01-atoms/tag/tag.test.js +49 -0
  307. package/components/01-atoms/tag/tag.twig +74 -0
  308. package/components/01-atoms/textarea/__snapshots__/textarea.test.js.snap +64 -0
  309. package/components/01-atoms/textarea/textarea.scss +72 -0
  310. package/components/01-atoms/textarea/textarea.stories.js +64 -0
  311. package/components/01-atoms/textarea/textarea.test.js +68 -0
  312. package/components/01-atoms/textarea/textarea.twig +37 -0
  313. package/components/01-atoms/textfield/__snapshots__/textfield.test.js.snap +63 -0
  314. package/components/01-atoms/textfield/textfield.scss +70 -0
  315. package/components/01-atoms/textfield/textfield.stories.js +60 -0
  316. package/components/01-atoms/textfield/textfield.test.js +64 -0
  317. package/components/01-atoms/textfield/textfield.twig +37 -0
  318. package/components/01-atoms/video/__snapshots__/video.test.js.snap +75 -0
  319. package/components/01-atoms/video/video.stories.js +69 -0
  320. package/components/01-atoms/video/video.test.js +57 -0
  321. package/components/01-atoms/video/video.twig +59 -0
  322. package/components/02-molecules/accordion/__snapshots__/accordion.test.js.snap +651 -0
  323. package/components/02-molecules/accordion/accordion.scss +109 -0
  324. package/components/02-molecules/accordion/accordion.stories.js +73 -0
  325. package/components/02-molecules/accordion/accordion.test.js +84 -0
  326. package/components/02-molecules/accordion/accordion.twig +86 -0
  327. package/components/02-molecules/attachment/__snapshots__/attachment.test.js.snap +694 -0
  328. package/components/02-molecules/attachment/attachment.scss +54 -0
  329. package/components/02-molecules/attachment/attachment.stories.js +125 -0
  330. package/components/02-molecules/attachment/attachment.test.js +84 -0
  331. package/components/02-molecules/attachment/attachment.twig +139 -0
  332. package/components/02-molecules/back-to-top/__snapshots__/back-to-top.test.js.snap +172 -0
  333. package/components/02-molecules/back-to-top/back-to-top.scss +39 -0
  334. package/components/02-molecules/back-to-top/back-to-top.stories.js +26 -0
  335. package/components/02-molecules/back-to-top/back-to-top.stories.scss +20 -0
  336. package/components/02-molecules/back-to-top/back-to-top.stories.twig +6 -0
  337. package/components/02-molecules/back-to-top/back-to-top.test.js +31 -0
  338. package/components/02-molecules/back-to-top/back-to-top.twig +32 -0
  339. package/components/02-molecules/basic-content/__snapshots__/basic-content.test.js.snap +110 -0
  340. package/components/02-molecules/basic-content/basic-content.scss +39 -0
  341. package/components/02-molecules/basic-content/basic-content.stories.data.js +157 -0
  342. package/components/02-molecules/basic-content/basic-content.stories.js +56 -0
  343. package/components/02-molecules/basic-content/basic-content.test.js +59 -0
  344. package/components/02-molecules/basic-content/basic-content.twig +42 -0
  345. package/components/02-molecules/breadcrumb/__snapshots__/breadcrumb.test.js.snap +553 -0
  346. package/components/02-molecules/breadcrumb/breadcrumb.scss +23 -0
  347. package/components/02-molecules/breadcrumb/breadcrumb.stories.js +53 -0
  348. package/components/02-molecules/breadcrumb/breadcrumb.test.js +82 -0
  349. package/components/02-molecules/breadcrumb/breadcrumb.twig +85 -0
  350. package/components/02-molecules/callout/__snapshots__/callout.test.js.snap +384 -0
  351. package/components/02-molecules/callout/callout.scss +35 -0
  352. package/components/02-molecules/callout/callout.stories.js +70 -0
  353. package/components/02-molecules/callout/callout.test.js +73 -0
  354. package/components/02-molecules/callout/callout.twig +108 -0
  355. package/components/02-molecules/event-card/__snapshots__/event-card.test.js.snap +382 -0
  356. package/components/02-molecules/event-card/event-card.scss +153 -0
  357. package/components/02-molecules/event-card/event-card.stories.data.js +31 -0
  358. package/components/02-molecules/event-card/event-card.stories.js +68 -0
  359. package/components/02-molecules/event-card/event-card.test.js +74 -0
  360. package/components/02-molecules/event-card/event-card.twig +195 -0
  361. package/components/02-molecules/fast-fact-card/__snapshots__/fast-fact-card.test.js.snap +186 -0
  362. package/components/02-molecules/fast-fact-card/fast-fact-card.scss +104 -0
  363. package/components/02-molecules/fast-fact-card/fast-fact-card.stories.data.js +18 -0
  364. package/components/02-molecules/fast-fact-card/fast-fact-card.stories.js +44 -0
  365. package/components/02-molecules/fast-fact-card/fast-fact-card.test.js +90 -0
  366. package/components/02-molecules/fast-fact-card/fast-fact-card.twig +74 -0
  367. package/components/02-molecules/field/__snapshots__/field.test.js.snap +1526 -0
  368. package/components/02-molecules/field/field.scss +92 -0
  369. package/components/02-molecules/field/field.stories.data.js +52 -0
  370. package/components/02-molecules/field/field.stories.js +117 -0
  371. package/components/02-molecules/field/field.test.js +530 -0
  372. package/components/02-molecules/field/field.twig +206 -0
  373. package/components/02-molecules/figure/__snapshots__/figure.test.js.snap +104 -0
  374. package/components/02-molecules/figure/figure.scss +27 -0
  375. package/components/02-molecules/figure/figure.stories.js +52 -0
  376. package/components/02-molecules/figure/figure.test.js +60 -0
  377. package/components/02-molecules/figure/figure.twig +43 -0
  378. package/components/02-molecules/group-filter/__snapshots__/group-filter.test.js.snap +1466 -0
  379. package/components/02-molecules/group-filter/group-filter.js +33 -0
  380. package/components/02-molecules/group-filter/group-filter.scss +111 -0
  381. package/components/02-molecules/group-filter/group-filter.stories.data.js +83 -0
  382. package/components/02-molecules/group-filter/group-filter.stories.js +81 -0
  383. package/components/02-molecules/group-filter/group-filter.test.js +104 -0
  384. package/components/02-molecules/group-filter/group-filter.twig +192 -0
  385. package/components/02-molecules/inline-filter/inline-filter.scss +58 -0
  386. package/components/02-molecules/inline-filter/inline-filter.stories.data.js +24 -0
  387. package/components/02-molecules/inline-filter/inline-filter.stories.js +52 -0
  388. package/components/02-molecules/inline-filter/inline-filter.twig +48 -0
  389. package/components/02-molecules/logo/__snapshots__/logo.test.js.snap +191 -0
  390. package/components/02-molecules/logo/logo.scss +60 -0
  391. package/components/02-molecules/logo/logo.stories.data.js +34 -0
  392. package/components/02-molecules/logo/logo.stories.js +56 -0
  393. package/components/02-molecules/logo/logo.test.js +111 -0
  394. package/components/02-molecules/logo/logo.twig +71 -0
  395. package/components/02-molecules/logo/logo.utils.js +57 -0
  396. package/components/02-molecules/map/__snapshots__/map.test.js.snap +310 -0
  397. package/components/02-molecules/map/map.scss +35 -0
  398. package/components/02-molecules/map/map.stories.js +65 -0
  399. package/components/02-molecules/map/map.test.js +78 -0
  400. package/components/02-molecules/map/map.twig +86 -0
  401. package/components/02-molecules/navigation-card/__snapshots__/navigation-card.test.js.snap +507 -0
  402. package/components/02-molecules/navigation-card/navigation-card.scss +164 -0
  403. package/components/02-molecules/navigation-card/navigation-card.stories.data.js +26 -0
  404. package/components/02-molecules/navigation-card/navigation-card.stories.js +64 -0
  405. package/components/02-molecules/navigation-card/navigation-card.test.js +146 -0
  406. package/components/02-molecules/navigation-card/navigation-card.twig +165 -0
  407. package/components/02-molecules/next-step/__snapshots__/next-step.test.js.snap +331 -0
  408. package/components/02-molecules/next-step/next-step.scss +46 -0
  409. package/components/02-molecules/next-step/next-step.stories.js +61 -0
  410. package/components/02-molecules/next-step/next-step.test.js +74 -0
  411. package/components/02-molecules/next-step/next-step.twig +104 -0
  412. package/components/02-molecules/pagination/__snapshots__/pagination.test.js.snap +863 -0
  413. package/components/02-molecules/pagination/pagination.scss +103 -0
  414. package/components/02-molecules/pagination/pagination.stories.data.js +55 -0
  415. package/components/02-molecules/pagination/pagination.stories.js +56 -0
  416. package/components/02-molecules/pagination/pagination.test.js +121 -0
  417. package/components/02-molecules/pagination/pagination.twig +177 -0
  418. package/components/02-molecules/promo-card/__snapshots__/promo-card.test.js.snap +407 -0
  419. package/components/02-molecules/promo-card/promo-card.scss +149 -0
  420. package/components/02-molecules/promo-card/promo-card.stories.data.js +32 -0
  421. package/components/02-molecules/promo-card/promo-card.stories.js +62 -0
  422. package/components/02-molecules/promo-card/promo-card.test.js +98 -0
  423. package/components/02-molecules/promo-card/promo-card.twig +198 -0
  424. package/components/02-molecules/publication-card/__snapshots__/publication-card.test.js.snap +342 -0
  425. package/components/02-molecules/publication-card/publication-card.scss +148 -0
  426. package/components/02-molecules/publication-card/publication-card.stories.js +83 -0
  427. package/components/02-molecules/publication-card/publication-card.test.js +113 -0
  428. package/components/02-molecules/publication-card/publication-card.twig +162 -0
  429. package/components/02-molecules/search/__snapshots__/search.test.js.snap +161 -0
  430. package/components/02-molecules/search/search.scss +74 -0
  431. package/components/02-molecules/search/search.stories.js +40 -0
  432. package/components/02-molecules/search/search.test.js +58 -0
  433. package/components/02-molecules/search/search.twig +33 -0
  434. package/components/02-molecules/service-card/__snapshots__/service-card.test.js.snap +324 -0
  435. package/components/02-molecules/service-card/service-card.scss +42 -0
  436. package/components/02-molecules/service-card/service-card.stories.js +65 -0
  437. package/components/02-molecules/service-card/service-card.test.js +91 -0
  438. package/components/02-molecules/service-card/service-card.twig +89 -0
  439. package/components/02-molecules/single-filter/__snapshots__/single-filter.test.js.snap +694 -0
  440. package/components/02-molecules/single-filter/single-filter.js +33 -0
  441. package/components/02-molecules/single-filter/single-filter.scss +70 -0
  442. package/components/02-molecules/single-filter/single-filter.stories.data.js +35 -0
  443. package/components/02-molecules/single-filter/single-filter.stories.js +53 -0
  444. package/components/02-molecules/single-filter/single-filter.test.js +102 -0
  445. package/components/02-molecules/single-filter/single-filter.twig +139 -0
  446. package/components/02-molecules/snippet/__snapshots__/snippet.test.js.snap +367 -0
  447. package/components/02-molecules/snippet/snippet.scss +60 -0
  448. package/components/02-molecules/snippet/snippet.stories.data.js +20 -0
  449. package/components/02-molecules/snippet/snippet.stories.js +50 -0
  450. package/components/02-molecules/snippet/snippet.test.js +108 -0
  451. package/components/02-molecules/snippet/snippet.twig +109 -0
  452. package/components/02-molecules/social-links/__snapshots__/social-links.test.js.snap +311 -0
  453. package/components/02-molecules/social-links/social-links.scss +23 -0
  454. package/components/02-molecules/social-links/social-links.stories.js +77 -0
  455. package/components/02-molecules/social-links/social-links.test.js +82 -0
  456. package/components/02-molecules/social-links/social-links.twig +58 -0
  457. package/components/02-molecules/subject-card/__snapshots__/subject-card.test.js.snap +219 -0
  458. package/components/02-molecules/subject-card/subject-card.scss +112 -0
  459. package/components/02-molecules/subject-card/subject-card.stories.js +58 -0
  460. package/components/02-molecules/subject-card/subject-card.test.js +102 -0
  461. package/components/02-molecules/subject-card/subject-card.twig +81 -0
  462. package/components/02-molecules/table-of-contents/table-of-contents.js +152 -0
  463. package/components/02-molecules/table-of-contents/table-of-contents.scss +115 -0
  464. package/components/02-molecules/table-of-contents/table-of-contents.stories.js +88 -0
  465. package/components/02-molecules/table-of-contents/table-of-contents.twig +63 -0
  466. package/components/02-molecules/tabs/__snapshots__/tabs.test.js.snap +346 -0
  467. package/components/02-molecules/tabs/tabs.js +75 -0
  468. package/components/02-molecules/tabs/tabs.scss +66 -0
  469. package/components/02-molecules/tabs/tabs.stories.js +80 -0
  470. package/components/02-molecules/tabs/tabs.test.js +75 -0
  471. package/components/02-molecules/tabs/tabs.twig +81 -0
  472. package/components/02-molecules/tag-list/__snapshots__/tag-list.test.js.snap +255 -0
  473. package/components/02-molecules/tag-list/tag-list.stories.js +53 -0
  474. package/components/02-molecules/tag-list/tag-list.test.js +64 -0
  475. package/components/02-molecules/tag-list/tag-list.twig +68 -0
  476. package/components/02-molecules/tooltip/__snapshots__/tooltip.test.js.snap +321 -0
  477. package/components/02-molecules/tooltip/tooltip.js +143 -0
  478. package/components/02-molecules/tooltip/tooltip.scss +165 -0
  479. package/components/02-molecules/tooltip/tooltip.stories.js +59 -0
  480. package/components/02-molecules/tooltip/tooltip.test.js +59 -0
  481. package/components/02-molecules/tooltip/tooltip.twig +48 -0
  482. package/components/02-molecules/video-player/__snapshots__/video-player.test.js.snap +244 -0
  483. package/components/02-molecules/video-player/video-player.scss +75 -0
  484. package/components/02-molecules/video-player/video-player.stories.js +180 -0
  485. package/components/02-molecules/video-player/video-player.test.js +81 -0
  486. package/components/02-molecules/video-player/video-player.twig +130 -0
  487. package/components/03-organisms/alert/__snapshots__/alert.test.js.snap +356 -0
  488. package/components/03-organisms/alert/alert.js +268 -0
  489. package/components/03-organisms/alert/alert.scss +90 -0
  490. package/components/03-organisms/alert/alert.stories.js +104 -0
  491. package/components/03-organisms/alert/alert.test.js +59 -0
  492. package/components/03-organisms/alert/alert.twig +76 -0
  493. package/components/03-organisms/banner/__snapshots__/banner.test.js.snap +621 -0
  494. package/components/03-organisms/banner/banner.scss +118 -0
  495. package/components/03-organisms/banner/banner.stories.data.js +88 -0
  496. package/components/03-organisms/banner/banner.stories.js +87 -0
  497. package/components/03-organisms/banner/banner.test.js +94 -0
  498. package/components/03-organisms/banner/banner.twig +218 -0
  499. package/components/03-organisms/campaign/__snapshots__/campaign.test.js.snap +489 -0
  500. package/components/03-organisms/campaign/campaign.scss +64 -0
  501. package/components/03-organisms/campaign/campaign.stories.js +92 -0
  502. package/components/03-organisms/campaign/campaign.test.js +81 -0
  503. package/components/03-organisms/campaign/campaign.twig +152 -0
  504. package/components/03-organisms/footer/__snapshots__/footer.test.js.snap +354 -0
  505. package/components/03-organisms/footer/footer.scss +114 -0
  506. package/components/03-organisms/footer/footer.stories.data.js +42 -0
  507. package/components/03-organisms/footer/footer.stories.js +75 -0
  508. package/components/03-organisms/footer/footer.test.js +85 -0
  509. package/components/03-organisms/footer/footer.twig +157 -0
  510. package/components/03-organisms/header/__snapshots__/header.test.js.snap +411 -0
  511. package/components/03-organisms/header/header.scss +59 -0
  512. package/components/03-organisms/header/header.stories.data.js +132 -0
  513. package/components/03-organisms/header/header.stories.js +78 -0
  514. package/components/03-organisms/header/header.test.js +72 -0
  515. package/components/03-organisms/header/header.twig +141 -0
  516. package/components/03-organisms/list/__snapshots__/list.test.js.snap +454 -0
  517. package/components/03-organisms/list/list.scss +83 -0
  518. package/components/03-organisms/list/list.stories.data.js +98 -0
  519. package/components/03-organisms/list/list.stories.js +223 -0
  520. package/components/03-organisms/list/list.test.js +93 -0
  521. package/components/03-organisms/list/list.twig +263 -0
  522. package/components/03-organisms/message/__snapshots__/message.test.js.snap +517 -0
  523. package/components/03-organisms/message/message.scss +69 -0
  524. package/components/03-organisms/message/message.stories.js +58 -0
  525. package/components/03-organisms/message/message.test.js +158 -0
  526. package/components/03-organisms/message/message.twig +69 -0
  527. package/components/03-organisms/mobile-navigation/__snapshots__/mobile-navigation.test.js.snap +928 -0
  528. package/components/03-organisms/mobile-navigation/mobile-navigation-close.twig +31 -0
  529. package/components/03-organisms/mobile-navigation/mobile-navigation-menu.twig +138 -0
  530. package/components/03-organisms/mobile-navigation/mobile-navigation-trigger.twig +28 -0
  531. package/components/03-organisms/mobile-navigation/mobile-navigation.scss +236 -0
  532. package/components/03-organisms/mobile-navigation/mobile-navigation.stories.js +123 -0
  533. package/components/03-organisms/mobile-navigation/mobile-navigation.stories.scss +21 -0
  534. package/components/03-organisms/mobile-navigation/mobile-navigation.test.js +143 -0
  535. package/components/03-organisms/mobile-navigation/mobile-navigation.twig +86 -0
  536. package/components/03-organisms/navigation/__snapshots__/navigation.test.js.snap +561 -0
  537. package/components/03-organisms/navigation/navigation.scss +433 -0
  538. package/components/03-organisms/navigation/navigation.stories.data.js +60 -0
  539. package/components/03-organisms/navigation/navigation.stories.js +58 -0
  540. package/components/03-organisms/navigation/navigation.test.js +122 -0
  541. package/components/03-organisms/navigation/navigation.twig +106 -0
  542. package/components/03-organisms/promo/__snapshots__/promo.test.js.snap +415 -0
  543. package/components/03-organisms/promo/promo.scss +65 -0
  544. package/components/03-organisms/promo/promo.stories.js +70 -0
  545. package/components/03-organisms/promo/promo.test.js +125 -0
  546. package/components/03-organisms/promo/promo.twig +113 -0
  547. package/components/03-organisms/side-navigation/__snapshots__/side-navigation.test.js.snap +393 -0
  548. package/components/03-organisms/side-navigation/side-navigation.scss +215 -0
  549. package/components/03-organisms/side-navigation/side-navigation.stories.data.js +54 -0
  550. package/components/03-organisms/side-navigation/side-navigation.stories.js +39 -0
  551. package/components/03-organisms/side-navigation/side-navigation.test.js +87 -0
  552. package/components/03-organisms/side-navigation/side-navigation.twig +54 -0
  553. package/components/03-organisms/skip-link/__snapshots__/skip-link.test.js.snap +94 -0
  554. package/components/03-organisms/skip-link/skip-link.scss +28 -0
  555. package/components/03-organisms/skip-link/skip-link.stories.js +42 -0
  556. package/components/03-organisms/skip-link/skip-link.test.js +48 -0
  557. package/components/03-organisms/skip-link/skip-link.twig +31 -0
  558. package/components/03-organisms/slider/__snapshots__/slide.test.js.snap +265 -0
  559. package/components/03-organisms/slider/__snapshots__/slider.test.js.snap +638 -0
  560. package/components/03-organisms/slider/slide.test.js +55 -0
  561. package/components/03-organisms/slider/slide.twig +168 -0
  562. package/components/03-organisms/slider/slider.js +159 -0
  563. package/components/03-organisms/slider/slider.scss +158 -0
  564. package/components/03-organisms/slider/slider.stories.js +90 -0
  565. package/components/03-organisms/slider/slider.test.js +84 -0
  566. package/components/03-organisms/slider/slider.twig +116 -0
  567. package/components/03-organisms/webform/__snapshots__/webform.test.js.snap +145 -0
  568. package/components/03-organisms/webform/webform.js +36 -0
  569. package/components/03-organisms/webform/webform.scss +17 -0
  570. package/components/03-organisms/webform/webform.stories.js +45 -0
  571. package/components/03-organisms/webform/webform.test.js +63 -0
  572. package/components/03-organisms/webform/webform.twig +33 -0
  573. package/components/04-templates/event/.gitkeep +0 -0
  574. package/components/04-templates/page/__snapshots__/page.test.js.snap +1503 -0
  575. package/components/04-templates/page/page.scss +11 -0
  576. package/components/04-templates/page/page.stories.data.js +166 -0
  577. package/components/04-templates/page/page.stories.js +163 -0
  578. package/components/04-templates/page/page.test.js +170 -0
  579. package/components/04-templates/page/page.twig +138 -0
  580. package/components/style.css_variables.scss +129 -0
  581. package/components/style.scss +13 -0
  582. package/components/style.stories.scss +15 -0
  583. package/components/variables.base.scss +33 -0
  584. package/components/variables.components.scss +6 -0
  585. package/dist/assets/backgrounds/civictheme_background_1.png +0 -0
  586. package/dist/assets/backgrounds/civictheme_background_2.png +0 -0
  587. package/dist/assets/backgrounds/civictheme_background_3.png +0 -0
  588. package/dist/assets/backgrounds/civictheme_background_4.png +0 -0
  589. package/dist/assets/backgrounds/civictheme_background_5.png +0 -0
  590. package/dist/assets/backgrounds/civictheme_background_6.png +0 -0
  591. package/dist/assets/backgrounds/civictheme_background_7.png +0 -0
  592. package/dist/assets/icons/account.svg +3 -0
  593. package/dist/assets/icons/approve.svg +3 -0
  594. package/dist/assets/icons/bars.svg +3 -0
  595. package/dist/assets/icons/bullet.svg +3 -0
  596. package/dist/assets/icons/calendar-1.svg +3 -0
  597. package/dist/assets/icons/calendar-2.svg +3 -0
  598. package/dist/assets/icons/call.svg +3 -0
  599. package/dist/assets/icons/cancel.svg +3 -0
  600. package/dist/assets/icons/checked.svg +4 -0
  601. package/dist/assets/icons/close-outline.svg +3 -0
  602. package/dist/assets/icons/close.svg +3 -0
  603. package/dist/assets/icons/document.svg +4 -0
  604. package/dist/assets/icons/down-arrow-1.svg +3 -0
  605. package/dist/assets/icons/down-arrow-2.svg +3 -0
  606. package/dist/assets/icons/download-file.svg +3 -0
  607. package/dist/assets/icons/download.svg +3 -0
  608. package/dist/assets/icons/exclamation-mark-1.svg +3 -0
  609. package/dist/assets/icons/exclamation-mark-2.svg +3 -0
  610. package/dist/assets/icons/exclamation-mark-3.svg +3 -0
  611. package/dist/assets/icons/eye.svg +3 -0
  612. package/dist/assets/icons/facebook.svg +3 -0
  613. package/dist/assets/icons/help.svg +3 -0
  614. package/dist/assets/icons/image.svg +5 -0
  615. package/dist/assets/icons/information-mark.svg +3 -0
  616. package/dist/assets/icons/instagram.svg +3 -0
  617. package/dist/assets/icons/layer.svg +4 -0
  618. package/dist/assets/icons/layers.svg +4 -0
  619. package/dist/assets/icons/left-arrow-outline.svg +3 -0
  620. package/dist/assets/icons/left-arrow.svg +3 -0
  621. package/dist/assets/icons/linkedin.svg +3 -0
  622. package/dist/assets/icons/lock-file.svg +4 -0
  623. package/dist/assets/icons/lock-gallery.svg +4 -0
  624. package/dist/assets/icons/magnifier.svg +3 -0
  625. package/dist/assets/icons/map.svg +3 -0
  626. package/dist/assets/icons/megaphone.svg +3 -0
  627. package/dist/assets/icons/message.svg +3 -0
  628. package/dist/assets/icons/mobile.svg +4 -0
  629. package/dist/assets/icons/mortarboard.svg +3 -0
  630. package/dist/assets/icons/newspaper.svg +3 -0
  631. package/dist/assets/icons/open-source.svg +3 -0
  632. package/dist/assets/icons/pdf-file.svg +4 -0
  633. package/dist/assets/icons/progress.svg +3 -0
  634. package/dist/assets/icons/right-arrow-1.svg +3 -0
  635. package/dist/assets/icons/right-arrow-2.svg +3 -0
  636. package/dist/assets/icons/select-box.svg +4 -0
  637. package/dist/assets/icons/share.svg +3 -0
  638. package/dist/assets/icons/square.svg +3 -0
  639. package/dist/assets/icons/to-do.svg +3 -0
  640. package/dist/assets/icons/twitter.svg +3 -0
  641. package/dist/assets/icons/up-arrow.svg +3 -0
  642. package/dist/assets/icons/upper-arrow.svg +3 -0
  643. package/dist/assets/icons/upper-right-arrow.svg +3 -0
  644. package/dist/assets/icons/users.svg +4 -0
  645. package/dist/assets/icons/watch.svg +3 -0
  646. package/dist/assets/icons/water-drop.svg +4 -0
  647. package/dist/assets/icons/web.svg +4 -0
  648. package/dist/assets/icons/word-file.svg +4 -0
  649. package/dist/assets/icons/x.svg +3 -0
  650. package/dist/assets/icons/youtube.svg +3 -0
  651. package/dist/assets/logos/logo_custom_light_desktop_civictheme.svg +32 -0
  652. package/dist/assets/logos/logo_custom_light_mobile_civictheme.svg +32 -0
  653. package/dist/assets/logos/logo_primary_dark_desktop.png +0 -0
  654. package/dist/assets/logos/logo_primary_dark_mobile.png +0 -0
  655. package/dist/assets/logos/logo_primary_light_desktop.png +0 -0
  656. package/dist/assets/logos/logo_primary_light_mobile.png +0 -0
  657. package/dist/assets/logos/logo_secondary_dark_desktop.png +0 -0
  658. package/dist/assets/logos/logo_secondary_dark_mobile.png +0 -0
  659. package/dist/assets/logos/logo_secondary_light_desktop.png +0 -0
  660. package/dist/assets/logos/logo_secondary_light_mobile.png +0 -0
  661. package/dist/civictheme.css +12303 -0
  662. package/dist/civictheme.stories.css +2807 -0
  663. package/dist/civictheme.storybook.css +12303 -0
  664. package/dist/civictheme.storybook.js +4122 -0
  665. package/dist/civictheme.variables.css +1148 -0
  666. package/dist/constants.json +1562 -0
  667. package/package.json +80 -0
@@ -0,0 +1,129 @@
1
+ @use 'sass:meta';
2
+ @use 'sass:map';
3
+ @use 'sass:list';
4
+ @use '00-base/variables';
5
+ @use '00-base/mixins/color';
6
+ @import '00-base/variables'; // Needs to import twice; font/typography don't support @use.
7
+ @import '00-base/mixins/font';
8
+ @import '00-base/mixins/typography';
9
+ @import '00-base/mixins/map';
10
+ @import '00-base/mixins/string';
11
+
12
+ html {
13
+ $colors: map.deep-merge(variables.$ct-colors-default, variables.$ct-colors);
14
+ $colors: map.deep-merge($colors, variables.$ct-colors-brands);
15
+
16
+ @each $theme, $colors in $colors {
17
+ @each $name, $value in $colors {
18
+ --#{ct-string(ct-join-lists(('ct', 'color', $theme, $name), '-'))}: #{$value};
19
+ }
20
+ }
21
+
22
+ $typography: map.merge($ct-typography-default, $ct-typography);
23
+ $breakpoints: map.keys($ct-breakpoints);
24
+
25
+ // First, loop through typography and collect rules by breakpoint
26
+ $breakpoint-typography: ();
27
+
28
+ @each $typography-name, $typography-ruleset in $typography {
29
+ // Check if this typography has rules for this breakpoint
30
+ @if type-of($typography-ruleset) == map {
31
+ @each $breakpoint, $rules in $typography-ruleset {
32
+ // Initialize breakpoint map if it doesn't exist
33
+ @if not map.has-key($breakpoint-typography, $breakpoint) {
34
+ $breakpoint-typography: map.set($breakpoint-typography, $breakpoint, ());
35
+ }
36
+
37
+ // Extract rules for this specific breakpoint
38
+ $breakpoint-ruleset: _ct-typography-extract-rules($rules);
39
+
40
+ // Add typography rules to the breakpoint map
41
+ $breakpoint-typography: map.set(
42
+ $breakpoint-typography,
43
+ $breakpoint,
44
+ map.merge(
45
+ map.get($breakpoint-typography, $breakpoint),
46
+ ($typography-name: $breakpoint-ruleset)
47
+ )
48
+ );
49
+ }
50
+ }
51
+
52
+ // Handle typography rulesets that are lists (default/fallback values)
53
+ @else if type-of($typography-ruleset) == list {
54
+ // Initialize default breakpoint map if it doesn't exist
55
+ @if not map.has-key($breakpoint-typography, 'xxs') {
56
+ $breakpoint-typography: map.set($breakpoint-typography, 'xxs', ());
57
+ }
58
+
59
+ $default-ruleset: _ct-typography-extract-rules($typography-ruleset);
60
+
61
+ // Add default typography rules to the xxs breakpoint map
62
+ $breakpoint-typography: map.set(
63
+ $breakpoint-typography,
64
+ 'xxs',
65
+ map.merge(
66
+ map.get($breakpoint-typography, 'xxs'),
67
+ ($typography-name: $default-ruleset)
68
+ )
69
+ );
70
+ }
71
+ }
72
+
73
+ // Now output all typography rules grouped by breakpoint
74
+ @each $breakpoint, $typography-rules in $breakpoint-typography {
75
+ @if $breakpoint == 'xxs' {
76
+ // Default breakpoint - no media query
77
+ @each $typography-name, $ruleset in $typography-rules {
78
+ @include _ct-typography-print-css-variables($typography-name, $ruleset);
79
+ }
80
+ }
81
+ @else {
82
+ // Specific breakpoint - wrap in media query
83
+ @include ct-breakpoint($breakpoint) {
84
+ @each $typography-name, $ruleset in $typography-rules {
85
+ @include _ct-typography-print-css-variables($typography-name, $ruleset);
86
+ }
87
+ }
88
+ }
89
+ }
90
+
91
+ @each $name, $value in meta.module-variables('variables') {
92
+ $ignore-variables-containing: (
93
+ 'ct-assets-directory',
94
+ 'ct-checkbox-check',
95
+ 'ct-font-base-line-height',
96
+ 'ct-font-base-size',
97
+ 'ct-particle',
98
+ 'ct-spacing',
99
+ 'ct-cssgrid-',
100
+ 'ct-grid-',
101
+ 'ct-item-list-',
102
+ 'ct-navigation-card-orientation-threshold',
103
+ 'ct-layout-',
104
+ '-breakpoint',
105
+ );
106
+ $ignore-types: (
107
+ 'map',
108
+ 'list',
109
+ 'bool',
110
+ );
111
+
112
+ // Only filter by CivicTheme variables.
113
+ @if str-index($name, 'ct-') {
114
+ @if not list.index($ignore-types, type-of($value)) {
115
+ $contains-ignored: false;
116
+
117
+ @each $prefix in $ignore-variables-containing {
118
+ @if str-index($name, $prefix) {
119
+ $contains-ignored: true;
120
+ }
121
+ }
122
+
123
+ @if not $contains-ignored {
124
+ --#{$name}: #{$value};
125
+ }
126
+ }
127
+ }
128
+ }
129
+ }
@@ -0,0 +1,13 @@
1
+ //
2
+ // Styles.
3
+ //
4
+ // stylelint-disable scss/at-import-partial-extension
5
+ @import '00-base/variables';
6
+
7
+ // Load all non-stories mixins.
8
+ @import '00-base/**/!(*.stories|variables|_variables.*).scss';
9
+ @import '01-atoms/**/!(*.stories).scss';
10
+ @import '02-molecules/**/!(*.stories).scss';
11
+ @import '03-organisms/**/!(*.stories).scss';
12
+ @import '04-templates/**/!(*.stories).scss';
13
+ @import '05-pages/**/!(*.stories).scss';
@@ -0,0 +1,15 @@
1
+ //
2
+ // Style for Storybook.
3
+ //
4
+ // This file replaces normal CSS to allow resolving of variables and mixins in
5
+ // stories CSS.
6
+ //
7
+ // stylelint-disable scss/at-import-partial-extension
8
+ @import '00-base/variables';
9
+ @import '00-base/**/storybook.stories.scss';
10
+ @import '00-base/**/!(*storybook*).stories.scss';
11
+ @import '01-atoms/**/*.stories.scss';
12
+ @import '02-molecules/**/*.stories.scss';
13
+ @import '03-organisms/**/*.stories.scss';
14
+ @import '04-templates/**/*.stories.scss';
15
+ @import '05-pages/**/*.stories.scss';
@@ -0,0 +1,33 @@
1
+ //
2
+ // Custom base variables overrides.
3
+ //
4
+ // CivicTheme variables can be found in components/00-base/_variables.base.scss
5
+ //
6
+ // Variables values in this file cannot be based on any variables
7
+ // in _variables.base.scss
8
+ //
9
+ // stylelint-disable scss/dollar-variable-pattern
10
+
11
+ // Brand colors.
12
+ //
13
+ // This is an example implementation of CivicTheme brand colors.
14
+ //
15
+ // If your custom brand colors are known - update the values below (you can also
16
+ // add new brand colors and map them later) and they will drive color palette
17
+ // values.
18
+ //
19
+ // Alternatively, remove the brand color mappings below (or set them to false)
20
+ // and implement custom mappings using $ct-colors variable.
21
+
22
+ $ct-colors-brands: (
23
+ 'light': (
24
+ 'brand1': #00698f,
25
+ 'brand2': #e6e9eb,
26
+ 'brand3': #121313,
27
+ ),
28
+ 'dark': (
29
+ 'brand1': #61daff,
30
+ 'brand2': #003a4f,
31
+ 'brand3': #00698f,
32
+ )
33
+ );
@@ -0,0 +1,6 @@
1
+ //
2
+ // Custom components variables overrides.
3
+ //
4
+ // CivicTheme variables can be found in components/00-base/_variables.components.scss
5
+ //
6
+ // stylelint-disable scss/dollar-variable-pattern
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.7105 12.71C16.6909 11.9387 17.4065 10.8809 17.7577 9.68394C18.109 8.48697 18.0784 7.21027 17.6703 6.03147C17.2621 4.85267 16.4967 3.83039 15.4806 3.10686C14.4644 2.38332 13.2479 1.99451 12.0005 1.99451C10.753 1.99451 9.5366 2.38332 8.52041 3.10686C7.50423 3.83039 6.73883 4.85267 6.3307 6.03147C5.92257 7.21027 5.892 8.48697 6.24325 9.68394C6.59449 10.8809 7.31009 11.9387 8.29048 12.71C6.61056 13.383 5.14477 14.4994 4.04938 15.9399C2.95398 17.3805 2.27005 19.0913 2.07048 20.89C2.05604 21.0213 2.0676 21.1542 2.10451 21.2811C2.14142 21.4079 2.20295 21.5263 2.2856 21.6293C2.4525 21.8375 2.69527 21.9708 2.96049 22C3.2257 22.0292 3.49164 21.9518 3.69981 21.7849C3.90798 21.618 4.04131 21.3752 4.07049 21.11C4.29007 19.1552 5.22217 17.3498 6.6887 16.0388C8.15524 14.7278 10.0534 14.003 12.0205 14.003C13.9876 14.003 15.8857 14.7278 17.3523 16.0388C18.8188 17.3498 19.7509 19.1552 19.9705 21.11C19.9977 21.3557 20.1149 21.5827 20.2996 21.747C20.4843 21.9114 20.7233 22.0015 20.9705 22H21.0805C21.3426 21.9698 21.5822 21.8373 21.747 21.6313C21.9119 21.4252 21.9886 21.1624 21.9605 20.9C21.76 19.0962 21.0724 17.381 19.9713 15.9382C18.8703 14.4954 17.3974 13.3795 15.7105 12.71ZM12.0005 12C11.2094 12 10.436 11.7654 9.7782 11.3259C9.12041 10.8864 8.60772 10.2616 8.30497 9.53074C8.00222 8.79983 7.923 7.99557 8.07734 7.21964C8.23168 6.44372 8.61265 5.73099 9.17206 5.17158C9.73147 4.61217 10.4442 4.2312 11.2201 4.07686C11.996 3.92252 12.8003 4.00173 13.5312 4.30448C14.2621 4.60724 14.8868 5.11993 15.3264 5.77772C15.7659 6.43552 16.0005 7.20888 16.0005 8C16.0005 9.06087 15.5791 10.0783 14.8289 10.8284C14.0788 11.5786 13.0614 12 12.0005 12Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.72 8.79L10.43 13.09L8.78 11.44C8.69036 11.3353 8.58004 11.2503 8.45597 11.1903C8.33191 11.1303 8.19678 11.0965 8.05906 11.0912C7.92134 11.0859 7.78401 11.1091 7.65568 11.1594C7.52736 11.2096 7.41081 11.2859 7.31335 11.3833C7.2159 11.4808 7.13964 11.5974 7.08937 11.7257C7.03909 11.854 7.01589 11.9913 7.02121 12.1291C7.02653 12.2668 7.06026 12.4019 7.12028 12.526C7.1803 12.65 7.26532 12.7604 7.37 12.85L9.72 15.21C9.81344 15.3027 9.92426 15.376 10.0461 15.4258C10.1679 15.4755 10.2984 15.5008 10.43 15.5C10.6923 15.4989 10.9437 15.3947 11.13 15.21L16.13 10.21C16.2237 10.117 16.2981 10.0064 16.3489 9.88458C16.3997 9.76272 16.4258 9.63201 16.4258 9.5C16.4258 9.36799 16.3997 9.23728 16.3489 9.11542C16.2981 8.99356 16.2237 8.88296 16.13 8.79C15.9426 8.60375 15.6892 8.49921 15.425 8.49921C15.1608 8.49921 14.9074 8.60375 14.72 8.79ZM12 2C10.0222 2 8.08879 2.58649 6.4443 3.6853C4.79981 4.78412 3.51809 6.3459 2.76121 8.17317C2.00433 10.0004 1.8063 12.0111 2.19215 13.9509C2.578 15.8907 3.53041 17.6725 4.92894 19.0711C6.32746 20.4696 8.10929 21.422 10.0491 21.8079C11.9889 22.1937 13.9996 21.9957 15.8268 21.2388C17.6541 20.4819 19.2159 19.2002 20.3147 17.5557C21.4135 15.9112 22 13.9778 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7363 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C10.4178 20 8.87104 19.5308 7.55544 18.6518C6.23985 17.7727 5.21447 16.5233 4.60897 15.0615C4.00347 13.5997 3.84504 11.9911 4.15372 10.4393C4.4624 8.88743 5.22433 7.46197 6.34315 6.34315C7.46197 5.22433 8.88743 4.4624 10.4393 4.15372C11.9911 3.84504 13.5997 4.00346 15.0615 4.60896C16.5233 5.21447 17.7727 6.23984 18.6518 7.55544C19.5308 8.87103 20 10.4177 20 12C20 14.1217 19.1572 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 8H21C21.2652 8 21.5196 7.89464 21.7071 7.70711C21.8946 7.51957 22 7.26522 22 7C22 6.73478 21.8946 6.48043 21.7071 6.29289C21.5196 6.10536 21.2652 6 21 6H3C2.73478 6 2.48043 6.10536 2.29289 6.29289C2.10536 6.48043 2 6.73478 2 7C2 7.26522 2.10536 7.51957 2.29289 7.70711C2.48043 7.89464 2.73478 8 3 8ZM21 16H3C2.73478 16 2.48043 16.1054 2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17C2 17.2652 2.10536 17.5196 2.29289 17.7071C2.48043 17.8946 2.73478 18 3 18H21C21.2652 18 21.5196 17.8946 21.7071 17.7071C21.8946 17.5196 22 17.2652 22 17C22 16.7348 21.8946 16.4804 21.7071 16.2929C21.5196 16.1054 21.2652 16 21 16ZM21 11H3C2.73478 11 2.48043 11.1054 2.29289 11.2929C2.10536 11.4804 2 11.7348 2 12C2 12.2652 2.10536 12.5196 2.29289 12.7071C2.48043 12.8946 2.73478 13 3 13H21C21.2652 13 21.5196 12.8946 21.7071 12.7071C21.8946 12.5196 22 12.2652 22 12C22 11.7348 21.8946 11.4804 21.7071 11.2929C21.5196 11.1054 21.2652 11 21 11Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 19C12.1978 19 12.3911 18.9414 12.5556 18.8315C12.72 18.7216 12.8482 18.5654 12.9239 18.3827C12.9996 18.2 13.0194 17.9989 12.9808 17.8049C12.9422 17.6109 12.847 17.4327 12.7071 17.2929C12.5673 17.153 12.3891 17.0578 12.1951 17.0192C12.0011 16.9806 11.8 17.0004 11.6173 17.0761C11.4346 17.1518 11.2784 17.28 11.1685 17.4444C11.0586 17.6089 11 17.8022 11 18C11 18.2652 11.1054 18.5196 11.2929 18.7071C11.4804 18.8946 11.7348 19 12 19ZM17 19C17.1978 19 17.3911 18.9414 17.5556 18.8315C17.72 18.7216 17.8482 18.5654 17.9239 18.3827C17.9996 18.2 18.0194 17.9989 17.9808 17.8049C17.9422 17.6109 17.847 17.4327 17.7071 17.2929C17.5673 17.153 17.3891 17.0578 17.1951 17.0192C17.0011 16.9806 16.8 17.0004 16.6173 17.0761C16.4346 17.1518 16.2784 17.28 16.1685 17.4444C16.0586 17.6089 16 17.8022 16 18C16 18.2652 16.1054 18.5196 16.2929 18.7071C16.4804 18.8946 16.7348 19 17 19ZM17 15C17.1978 15 17.3911 14.9414 17.5556 14.8315C17.72 14.7216 17.8482 14.5654 17.9239 14.3827C17.9996 14.2 18.0194 13.9989 17.9808 13.8049C17.9422 13.6109 17.847 13.4327 17.7071 13.2929C17.5673 13.153 17.3891 13.0578 17.1951 13.0192C17.0011 12.9806 16.8 13.0004 16.6173 13.0761C16.4346 13.1518 16.2784 13.28 16.1685 13.4444C16.0586 13.6089 16 13.8022 16 14C16 14.2652 16.1054 14.5196 16.2929 14.7071C16.4804 14.8946 16.7348 15 17 15ZM12 15C12.1978 15 12.3911 14.9414 12.5556 14.8315C12.72 14.7216 12.8482 14.5654 12.9239 14.3827C12.9996 14.2 13.0194 13.9989 12.9808 13.8049C12.9422 13.6109 12.847 13.4327 12.7071 13.2929C12.5673 13.153 12.3891 13.0578 12.1951 13.0192C12.0011 12.9806 11.8 13.0004 11.6173 13.0761C11.4346 13.1518 11.2784 13.28 11.1685 13.4444C11.0586 13.6089 11 13.8022 11 14C11 14.2652 11.1054 14.5196 11.2929 14.7071C11.4804 14.8946 11.7348 15 12 15ZM19 3H18V2C18 1.73478 17.8946 1.48043 17.7071 1.29289C17.5196 1.10536 17.2652 1 17 1C16.7348 1 16.4804 1.10536 16.2929 1.29289C16.1054 1.48043 16 1.73478 16 2V3H8V2C8 1.73478 7.89464 1.48043 7.70711 1.29289C7.51957 1.10536 7.26522 1 7 1C6.73478 1 6.48043 1.10536 6.29289 1.29289C6.10536 1.48043 6 1.73478 6 2V3H5C4.20435 3 3.44129 3.31607 2.87868 3.87868C2.31607 4.44129 2 5.20435 2 6V20C2 20.7956 2.31607 21.5587 2.87868 22.1213C3.44129 22.6839 4.20435 23 5 23H19C19.7956 23 20.5587 22.6839 21.1213 22.1213C21.6839 21.5587 22 20.7956 22 20V6C22 5.20435 21.6839 4.44129 21.1213 3.87868C20.5587 3.31607 19.7956 3 19 3ZM20 20C20 20.2652 19.8946 20.5196 19.7071 20.7071C19.5196 20.8946 19.2652 21 19 21H5C4.73478 21 4.48043 20.8946 4.29289 20.7071C4.10536 20.5196 4 20.2652 4 20V11H20V20ZM20 9H4V6C4 5.73478 4.10536 5.48043 4.29289 5.29289C4.48043 5.10536 4.73478 5 5 5H6V6C6 6.26522 6.10536 6.51957 6.29289 6.70711C6.48043 6.89464 6.73478 7 7 7C7.26522 7 7.51957 6.89464 7.70711 6.70711C7.89464 6.51957 8 6.26522 8 6V5H16V6C16 6.26522 16.1054 6.51957 16.2929 6.70711C16.4804 6.89464 16.7348 7 17 7C17.2652 7 17.5196 6.89464 17.7071 6.70711C17.8946 6.51957 18 6.26522 18 6V5H19C19.2652 5 19.5196 5.10536 19.7071 5.29289C19.8946 5.48043 20 5.73478 20 6V9ZM7 15C7.19778 15 7.39112 14.9414 7.55557 14.8315C7.72002 14.7216 7.84819 14.5654 7.92388 14.3827C7.99957 14.2 8.01937 13.9989 7.98079 13.8049C7.9422 13.6109 7.84696 13.4327 7.70711 13.2929C7.56725 13.153 7.38907 13.0578 7.19509 13.0192C7.00111 12.9806 6.80004 13.0004 6.61732 13.0761C6.43459 13.1518 6.27841 13.28 6.16853 13.4444C6.05865 13.6089 6 13.8022 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15ZM7 19C7.19778 19 7.39112 18.9414 7.55557 18.8315C7.72002 18.7216 7.84819 18.5654 7.92388 18.3827C7.99957 18.2 8.01937 17.9989 7.98079 17.8049C7.9422 17.6109 7.84696 17.4327 7.70711 17.2929C7.56725 17.153 7.38907 17.0578 7.19509 17.0192C7.00111 16.9806 6.80004 17.0004 6.61732 17.0761C6.43459 17.1518 6.27841 17.28 6.16853 17.4444C6.05865 17.6089 6 17.8022 6 18C6 18.2652 6.10536 18.5196 6.29289 18.7071C6.48043 18.8946 6.73478 19 7 19Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 14C12.1978 14 12.3911 13.9414 12.5556 13.8315C12.72 13.7216 12.8482 13.5654 12.9239 13.3827C12.9996 13.2 13.0194 12.9989 12.9808 12.8049C12.9422 12.6109 12.847 12.4327 12.7071 12.2929C12.5673 12.153 12.3891 12.0578 12.1951 12.0192C12.0011 11.9806 11.8 12.0004 11.6173 12.0761C11.4346 12.1518 11.2784 12.28 11.1685 12.4444C11.0586 12.6089 11 12.8022 11 13C11 13.2652 11.1054 13.5196 11.2929 13.7071C11.4804 13.8946 11.7348 14 12 14ZM17 14C17.1978 14 17.3911 13.9414 17.5556 13.8315C17.72 13.7216 17.8482 13.5654 17.9239 13.3827C17.9996 13.2 18.0194 12.9989 17.9808 12.8049C17.9422 12.6109 17.847 12.4327 17.7071 12.2929C17.5673 12.153 17.3891 12.0578 17.1951 12.0192C17.0011 11.9806 16.8 12.0004 16.6173 12.0761C16.4346 12.1518 16.2784 12.28 16.1685 12.4444C16.0586 12.6089 16 12.8022 16 13C16 13.2652 16.1054 13.5196 16.2929 13.7071C16.4804 13.8946 16.7348 14 17 14ZM12 18C12.1978 18 12.3911 17.9414 12.5556 17.8315C12.72 17.7216 12.8482 17.5654 12.9239 17.3827C12.9996 17.2 13.0194 16.9989 12.9808 16.8049C12.9422 16.6109 12.847 16.4327 12.7071 16.2929C12.5673 16.153 12.3891 16.0578 12.1951 16.0192C12.0011 15.9806 11.8 16.0004 11.6173 16.0761C11.4346 16.1518 11.2784 16.28 11.1685 16.4444C11.0586 16.6089 11 16.8022 11 17C11 17.2652 11.1054 17.5196 11.2929 17.7071C11.4804 17.8946 11.7348 18 12 18ZM17 18C17.1978 18 17.3911 17.9414 17.5556 17.8315C17.72 17.7216 17.8482 17.5654 17.9239 17.3827C17.9996 17.2 18.0194 16.9989 17.9808 16.8049C17.9422 16.6109 17.847 16.4327 17.7071 16.2929C17.5673 16.153 17.3891 16.0578 17.1951 16.0192C17.0011 15.9806 16.8 16.0004 16.6173 16.0761C16.4346 16.1518 16.2784 16.28 16.1685 16.4444C16.0586 16.6089 16 16.8022 16 17C16 17.2652 16.1054 17.5196 16.2929 17.7071C16.4804 17.8946 16.7348 18 17 18ZM7 14C7.19778 14 7.39112 13.9414 7.55557 13.8315C7.72002 13.7216 7.84819 13.5654 7.92388 13.3827C7.99957 13.2 8.01937 12.9989 7.98079 12.8049C7.9422 12.6109 7.84696 12.4327 7.70711 12.2929C7.56725 12.153 7.38907 12.0578 7.19509 12.0192C7.00111 11.9806 6.80004 12.0004 6.61732 12.0761C6.43459 12.1518 6.27841 12.28 6.16853 12.4444C6.05865 12.6089 6 12.8022 6 13C6 13.2652 6.10536 13.5196 6.29289 13.7071C6.48043 13.8946 6.73478 14 7 14ZM19 4H18V3C18 2.73478 17.8946 2.48043 17.7071 2.29289C17.5196 2.10536 17.2652 2 17 2C16.7348 2 16.4804 2.10536 16.2929 2.29289C16.1054 2.48043 16 2.73478 16 3V4H8V3C8 2.73478 7.89464 2.48043 7.70711 2.29289C7.51957 2.10536 7.26522 2 7 2C6.73478 2 6.48043 2.10536 6.29289 2.29289C6.10536 2.48043 6 2.73478 6 3V4H5C4.20435 4 3.44129 4.31607 2.87868 4.87868C2.31607 5.44129 2 6.20435 2 7V19C2 19.7956 2.31607 20.5587 2.87868 21.1213C3.44129 21.6839 4.20435 22 5 22H19C19.7956 22 20.5587 21.6839 21.1213 21.1213C21.6839 20.5587 22 19.7956 22 19V7C22 6.20435 21.6839 5.44129 21.1213 4.87868C20.5587 4.31607 19.7956 4 19 4ZM20 19C20 19.2652 19.8946 19.5196 19.7071 19.7071C19.5196 19.8946 19.2652 20 19 20H5C4.73478 20 4.48043 19.8946 4.29289 19.7071C4.10536 19.5196 4 19.2652 4 19V10H20V19ZM20 8H4V7C4 6.73478 4.10536 6.48043 4.29289 6.29289C4.48043 6.10536 4.73478 6 5 6H19C19.2652 6 19.5196 6.10536 19.7071 6.29289C19.8946 6.48043 20 6.73478 20 7V8ZM7 18C7.19778 18 7.39112 17.9414 7.55557 17.8315C7.72002 17.7216 7.84819 17.5654 7.92388 17.3827C7.99957 17.2 8.01937 16.9989 7.98079 16.8049C7.9422 16.6109 7.84696 16.4327 7.70711 16.2929C7.56725 16.153 7.38907 16.0578 7.19509 16.0192C7.00111 15.9806 6.80004 16.0004 6.61732 16.0761C6.43459 16.1518 6.27841 16.28 6.16853 16.4444C6.05865 16.6089 6 16.8022 6 17C6 17.2652 6.10536 17.5196 6.29289 17.7071C6.48043 17.8946 6.73478 18 7 18Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.4097 13C19.1897 13 18.9597 12.93 18.7397 12.88C18.2945 12.7805 17.8568 12.6501 17.4297 12.49C16.9658 12.3212 16.4558 12.33 15.998 12.5146C15.5402 12.6992 15.1668 13.0466 14.9497 13.49L14.7297 13.95C13.7585 13.3992 12.8613 12.7271 12.0597 11.95C11.2825 11.1484 10.6105 10.2512 10.0597 9.28L10.5197 9.07C10.963 8.85292 11.3105 8.47953 11.4951 8.02169C11.6797 7.56385 11.6885 7.05391 11.5197 6.59C11.3609 6.15903 11.2306 5.71808 11.1297 5.27C11.0797 5.05 11.0397 4.82 11.0097 4.6C10.8882 3.89562 10.5193 3.25774 9.96931 2.80124C9.4193 2.34474 8.72438 2.09961 8.00968 2.11H4.99968C4.57693 2.10945 4.15883 2.19825 3.7728 2.37058C3.38677 2.54292 3.04152 2.7949 2.75968 3.11C2.472 3.43365 2.2578 3.81575 2.13179 4.23004C2.00577 4.64432 1.97094 5.08098 2.02968 5.51C2.57327 9.67214 4.47489 13.5387 7.43968 16.51C10.411 19.4748 14.2775 21.3764 18.4397 21.92C18.5695 21.9299 18.6999 21.9299 18.8297 21.92C19.5671 21.9211 20.2791 21.6505 20.8297 21.16C21.1448 20.8782 21.3968 20.5329 21.5691 20.1469C21.7414 19.7609 21.8302 19.3428 21.8297 18.92V15.92C21.8243 15.229 21.5805 14.5611 21.1396 14.0291C20.6987 13.4971 20.0876 13.1336 19.4097 13ZM19.8997 19C19.8994 19.1395 19.8698 19.2775 19.813 19.4049C19.7562 19.5324 19.6733 19.6465 19.5697 19.74C19.4601 19.8399 19.3297 19.9141 19.1878 19.9573C19.046 20.0006 18.8963 20.0117 18.7497 19.99C15.018 19.5026 11.5499 17.802 8.87968 15.15C6.20716 12.4775 4.49171 8.99737 3.99968 5.25C3.97796 5.10333 3.98912 4.95367 4.03236 4.81185C4.0756 4.67003 4.14983 4.5396 4.24968 4.43C4.3443 4.32515 4.46006 4.24154 4.58933 4.18466C4.7186 4.12778 4.85846 4.09892 4.99968 4.1H7.99968C8.23085 4.09435 8.45682 4.16898 8.63915 4.3112C8.82147 4.45341 8.94888 4.65442 8.99968 4.88C8.99968 5.15 9.08968 5.43 9.14968 5.7C9.26526 6.22386 9.419 6.73857 9.60968 7.24L8.20968 7.9C7.96905 8.01046 7.78204 8.21185 7.68968 8.46C7.58967 8.70346 7.58967 8.97654 7.68968 9.22C9.12888 12.3028 11.6069 14.7808 14.6897 16.22C14.9331 16.32 15.2062 16.32 15.4497 16.22C15.6978 16.1276 15.8992 15.9406 16.0097 15.7L16.6397 14.3C17.1556 14.4881 17.6834 14.6418 18.2197 14.76C18.4797 14.82 18.7597 14.87 19.0297 14.91C19.2553 14.9608 19.4563 15.0882 19.5985 15.2705C19.7407 15.4529 19.8153 15.6788 19.8097 15.91L19.8997 19ZM13.9997 2C13.7697 2 13.5297 2 13.2997 2C13.0345 2.02254 12.7891 2.14952 12.6175 2.353C12.4459 2.55647 12.3621 2.81978 12.3847 3.085C12.4072 3.35022 12.5342 3.59562 12.7377 3.76721C12.9412 3.93881 13.2045 4.02254 13.4697 4H13.9997C15.591 4 17.1171 4.63214 18.2423 5.75736C19.3675 6.88258 19.9997 8.4087 19.9997 10C19.9997 10.18 19.9997 10.35 19.9997 10.53C19.9775 10.7938 20.0609 11.0556 20.2314 11.2581C20.402 11.4606 20.6459 11.5871 20.9097 11.61H20.9897C21.24 11.611 21.4816 11.5181 21.6668 11.3496C21.8519 11.1811 21.9672 10.9493 21.9897 10.7C21.9897 10.47 21.9897 10.23 21.9897 10C21.9897 7.88 21.1482 5.84668 19.6501 4.34668C18.1519 2.84667 16.1197 2.00265 13.9997 2ZM15.9997 10C15.9997 10.2652 16.105 10.5196 16.2926 10.7071C16.4801 10.8946 16.7345 11 16.9997 11C17.2649 11 17.5193 10.8946 17.7068 10.7071C17.8943 10.5196 17.9997 10.2652 17.9997 10C17.9997 8.93913 17.5783 7.92172 16.8281 7.17157C16.078 6.42143 15.0605 6 13.9997 6C13.7345 6 13.4801 6.10536 13.2926 6.29289C13.105 6.48043 12.9997 6.73478 12.9997 7C12.9997 7.26522 13.105 7.51957 13.2926 7.70711C13.4801 7.89464 13.7345 8 13.9997 8C14.5301 8 15.0388 8.21071 15.4139 8.58579C15.789 8.96086 15.9997 9.46957 15.9997 10Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.4099 11.9999L17.7099 7.70994C17.8982 7.52164 18.004 7.26624 18.004 6.99994C18.004 6.73364 17.8982 6.47825 17.7099 6.28994C17.5216 6.10164 17.2662 5.99585 16.9999 5.99585C16.7336 5.99585 16.4782 6.10164 16.2899 6.28994L11.9999 10.5899L7.70994 6.28994C7.52164 6.10164 7.26624 5.99585 6.99994 5.99585C6.73364 5.99585 6.47824 6.10164 6.28994 6.28994C6.10164 6.47825 5.99585 6.73364 5.99585 6.99994C5.99585 7.26624 6.10164 7.52164 6.28994 7.70994L10.5899 11.9999L6.28994 16.2899C6.19621 16.3829 6.12182 16.4935 6.07105 16.6154C6.02028 16.7372 5.99414 16.8679 5.99414 16.9999C5.99414 17.132 6.02028 17.2627 6.07105 17.3845C6.12182 17.5064 6.19621 17.617 6.28994 17.7099C6.3829 17.8037 6.4935 17.8781 6.61536 17.9288C6.73722 17.9796 6.86793 18.0057 6.99994 18.0057C7.13195 18.0057 7.26266 17.9796 7.38452 17.9288C7.50638 17.8781 7.61698 17.8037 7.70994 17.7099L11.9999 13.4099L16.2899 17.7099C16.3829 17.8037 16.4935 17.8781 16.6154 17.9288C16.7372 17.9796 16.8679 18.0057 16.9999 18.0057C17.132 18.0057 17.2627 17.9796 17.3845 17.9288C17.5064 17.8781 17.617 17.8037 17.7099 17.7099C17.8037 17.617 17.8781 17.5064 17.9288 17.3845C17.9796 17.2627 18.0057 17.132 18.0057 16.9999C18.0057 16.8679 17.9796 16.7372 17.9288 16.6154C17.8781 16.4935 17.8037 16.3829 17.7099 16.2899L13.4099 11.9999Z" />
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.9 3H20.1C20.3387 3 20.5676 3.09482 20.7364 3.2636C20.9052 3.43239 21 3.66131 21 3.9V20.1C21 20.3387 20.9052 20.5676 20.7364 20.7364C20.5676 20.9052 20.3387 21 20.1 21H3.9C3.66131 21 3.43239 20.9052 3.2636 20.7364C3.09482 20.5676 3 20.3387 3 20.1V3.9C3 3.66131 3.09482 3.43239 3.2636 3.2636C3.43239 3.09482 3.66131 3 3.9 3ZM9.48885 17.1746C9.57252 17.259 9.67206 17.326 9.78173 17.3716C9.8914 17.4173 10.009 17.4409 10.1278 17.4409C10.2467 17.4409 10.3643 17.4173 10.474 17.3716C10.5836 17.326 10.6832 17.259 10.7668 17.1746L18.9388 9.00264C19.1083 8.83317 19.2035 8.60331 19.2035 8.36364C19.2035 8.12397 19.1083 7.89412 18.9388 7.72464C18.7694 7.55517 18.5395 7.45996 18.2998 7.45996C18.0602 7.45996 17.8303 7.55517 17.6608 7.72464L10.1278 15.2666L7.23885 12.3686C7.06938 12.1992 6.83952 12.104 6.59985 12.104C6.36018 12.104 6.13032 12.1992 5.96085 12.3686C5.79138 12.5381 5.69617 12.768 5.69617 13.0076C5.69617 13.2473 5.79138 13.4772 5.96085 13.6466L9.48885 17.1746Z" fill="#00698F" fill-opacity="0.5"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.9 3H20.1C20.3387 3 20.5676 3.09482 20.7364 3.2636C20.9052 3.43239 21 3.66131 21 3.9V20.1C21 20.3387 20.9052 20.5676 20.7364 20.7364C20.5676 20.9052 20.3387 21 20.1 21H3.9C3.66131 21 3.43239 20.9052 3.2636 20.7364C3.09482 20.5676 3 20.3387 3 20.1V3.9C3 3.66131 3.09482 3.43239 3.2636 3.2636C3.43239 3.09482 3.66131 3 3.9 3ZM9.48885 17.1746C9.57252 17.259 9.67206 17.326 9.78173 17.3716C9.8914 17.4173 10.009 17.4409 10.1278 17.4409C10.2467 17.4409 10.3643 17.4173 10.474 17.3716C10.5836 17.326 10.6832 17.259 10.7668 17.1746L18.9388 9.00264C19.1083 8.83317 19.2035 8.60331 19.2035 8.36364C19.2035 8.12397 19.1083 7.89412 18.9388 7.72464C18.7694 7.55517 18.5395 7.45996 18.2998 7.45996C18.0602 7.45996 17.8303 7.55517 17.6608 7.72464L10.1278 15.2666L7.23885 12.3686C7.06938 12.1992 6.83952 12.104 6.59985 12.104C6.36018 12.104 6.13032 12.1992 5.96085 12.3686C5.79138 12.5381 5.69617 12.768 5.69617 13.0076C5.69617 13.2473 5.79138 13.4772 5.96085 13.6466L9.48885 17.1746Z" fill="black" fill-opacity="0.6"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.7098 8.28996C15.6169 8.19623 15.5063 8.12183 15.3844 8.07107C15.2626 8.0203 15.1318 7.99416 14.9998 7.99416C14.8678 7.99416 14.7371 8.0203 14.6153 8.07107C14.4934 8.12183 14.3828 8.19623 14.2898 8.28996L11.9998 10.59L9.70984 8.28996C9.52153 8.10165 9.26614 7.99587 8.99984 7.99587C8.73353 7.99587 8.47814 8.10165 8.28983 8.28996C8.10153 8.47826 7.99574 8.73366 7.99574 8.99996C7.99574 9.26626 8.10153 9.52165 8.28983 9.70996L10.5898 12L8.28983 14.29C8.19611 14.3829 8.12171 14.4935 8.07094 14.6154C8.02017 14.7372 7.99404 14.8679 7.99404 15C7.99404 15.132 8.02017 15.2627 8.07094 15.3845C8.12171 15.5064 8.19611 15.617 8.28983 15.71C8.3828 15.8037 8.4934 15.8781 8.61526 15.9288C8.73712 15.9796 8.86782 16.0058 8.99984 16.0058C9.13185 16.0058 9.26255 15.9796 9.38441 15.9288C9.50627 15.8781 9.61687 15.8037 9.70984 15.71L11.9998 13.41L14.2898 15.71C14.3828 15.8037 14.4934 15.8781 14.6153 15.9288C14.7371 15.9796 14.8678 16.0058 14.9998 16.0058C15.1318 16.0058 15.2626 15.9796 15.3844 15.9288C15.5063 15.8781 15.6169 15.8037 15.7098 15.71C15.8036 15.617 15.878 15.5064 15.9287 15.3845C15.9795 15.2627 16.0056 15.132 16.0056 15C16.0056 14.8679 15.9795 14.7372 15.9287 14.6154C15.878 14.4935 15.8036 14.3829 15.7098 14.29L13.4098 12L15.7098 9.70996C15.8036 9.61699 15.878 9.50639 15.9287 9.38453C15.9795 9.26267 16.0056 9.13197 16.0056 8.99996C16.0056 8.86795 15.9795 8.73724 15.9287 8.61538C15.878 8.49352 15.8036 8.38292 15.7098 8.28996ZM19.0698 4.92996C18.1474 3.97486 17.0439 3.21303 15.8239 2.68894C14.6038 2.16485 13.2916 1.88899 11.9638 1.87745C10.6361 1.86591 9.31926 2.11893 8.09029 2.62174C6.86133 3.12455 5.74481 3.86708 4.80589 4.80601C3.86696 5.74493 3.12443 6.86145 2.62162 8.09042C2.11881 9.31938 1.86579 10.6362 1.87733 11.964C1.88887 13.2918 2.16473 14.604 2.68882 15.824C3.21291 17.044 3.97473 18.1475 4.92984 19.07C5.8523 20.0251 6.95575 20.7869 8.17579 21.311C9.39583 21.8351 10.708 22.1109 12.0358 22.1225C13.3636 22.134 14.6804 21.881 15.9094 21.3782C17.1383 20.8754 18.2549 20.1328 19.1938 19.1939C20.1327 18.255 20.8752 17.1385 21.3781 15.9095C21.8809 14.6805 22.1339 13.3637 22.1223 12.0359C22.1108 10.7082 21.8349 9.39595 21.3109 8.17591C20.7868 6.95587 20.0249 5.85243 19.0698 4.92996ZM17.6598 17.66C16.3519 18.9694 14.6304 19.7848 12.7886 19.9673C10.9469 20.1497 9.09884 19.688 7.55936 18.6607C6.01987 17.6334 4.88419 16.1042 4.34581 14.3334C3.80742 12.5627 3.89964 10.6601 4.60675 8.94974C5.31386 7.23938 6.59211 5.82711 8.22373 4.95352C9.85534 4.07993 11.7394 3.79909 13.5548 4.15883C15.3703 4.51857 17.0049 5.49665 18.1801 6.92642C19.3553 8.35619 19.9984 10.1492 19.9998 12C20.0034 13.0512 19.7984 14.0928 19.3968 15.0643C18.9951 16.0359 18.4047 16.9181 17.6598 17.66Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.4099 11.9999L19.7099 5.70994C19.8982 5.52164 20.004 5.26624 20.004 4.99994C20.004 4.73364 19.8982 4.47825 19.7099 4.28994C19.5216 4.10164 19.2662 3.99585 18.9999 3.99585C18.7336 3.99585 18.4782 4.10164 18.2899 4.28994L11.9999 10.5899L5.70994 4.28994C5.52164 4.10164 5.26624 3.99585 4.99994 3.99585C4.73364 3.99585 4.47824 4.10164 4.28994 4.28994C4.10164 4.47825 3.99585 4.73364 3.99585 4.99994C3.99585 5.26624 4.10164 5.52164 4.28994 5.70994L10.5899 11.9999L4.28994 18.2899C4.19621 18.3829 4.12182 18.4935 4.07105 18.6154C4.02028 18.7372 3.99414 18.8679 3.99414 18.9999C3.99414 19.132 4.02028 19.2627 4.07105 19.3845C4.12182 19.5064 4.19621 19.617 4.28994 19.7099C4.3829 19.8037 4.4935 19.8781 4.61536 19.9288C4.73722 19.9796 4.86793 20.0057 4.99994 20.0057C5.13195 20.0057 5.26266 19.9796 5.38452 19.9288C5.50638 19.8781 5.61698 19.8037 5.70994 19.7099L11.9999 13.4099L18.2899 19.7099C18.3829 19.8037 18.4935 19.8781 18.6154 19.9288C18.7372 19.9796 18.8679 20.0057 18.9999 20.0057C19.132 20.0057 19.2627 19.9796 19.3845 19.9288C19.5064 19.8781 19.617 19.8037 19.7099 19.7099C19.8037 19.617 19.8781 19.5064 19.9288 19.3845C19.9796 19.2627 20.0057 19.132 20.0057 18.9999C20.0057 18.8679 19.9796 18.7372 19.9288 18.6154C19.8781 18.4935 19.8037 18.3829 19.7099 18.2899L13.4099 11.9999Z" />
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="32" height="41" viewBox="0 0 32 41" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 16.4509H12C12.5304 16.4509 13.0391 16.2402 13.4142 15.8651C13.7893 15.4901 14 14.9814 14 14.4509C14 13.9205 13.7893 13.4118 13.4142 13.0367C13.0391 12.6616 12.5304 12.4509 12 12.4509H10C9.46957 12.4509 8.96086 12.6616 8.58579 13.0367C8.21071 13.4118 8 13.9205 8 14.4509C8 14.9814 8.21071 15.4901 8.58579 15.8651C8.96086 16.2402 9.46957 16.4509 10 16.4509ZM10 20.4509C9.46957 20.4509 8.96086 20.6616 8.58579 21.0367C8.21071 21.4118 8 21.9205 8 22.4509C8 22.9814 8.21071 23.4901 8.58579 23.8651C8.96086 24.2402 9.46957 24.4509 10 24.4509H22C22.5304 24.4509 23.0391 24.2402 23.4142 23.8651C23.7893 23.4901 24 22.9814 24 22.4509C24 21.9205 23.7893 21.4118 23.4142 21.0367C23.0391 20.6616 22.5304 20.4509 22 20.4509H10ZM32 14.3309C31.9792 14.1472 31.9389 13.9662 31.88 13.7909V13.6109C31.7838 13.4053 31.6556 13.2163 31.5 13.0509L19.5 1.05093C19.3347 0.89536 19.1456 0.76709 18.94 0.670928C18.8803 0.662448 18.8197 0.662448 18.76 0.670928C18.5568 0.55441 18.3324 0.479616 18.1 0.450928H6C4.4087 0.450928 2.88258 1.08307 1.75736 2.20829C0.632141 3.33351 0 4.85963 0 6.45093V34.4509C0 36.0422 0.632141 37.5684 1.75736 38.6936C2.88258 39.8188 4.4087 40.4509 6 40.4509H26C27.5913 40.4509 29.1174 39.8188 30.2426 38.6936C31.3679 37.5684 32 36.0422 32 34.4509V14.4509C32 14.4509 32 14.4509 32 14.3309ZM20 7.27093L25.18 12.4509H22C21.4696 12.4509 20.9609 12.2402 20.5858 11.8651C20.2107 11.4901 20 10.9814 20 10.4509V7.27093ZM28 34.4509C28 34.9814 27.7893 35.4901 27.4142 35.8651C27.0391 36.2402 26.5304 36.4509 26 36.4509H6C5.46957 36.4509 4.96086 36.2402 4.58579 35.8651C4.21071 35.4901 4 34.9814 4 34.4509V6.45093C4 5.92049 4.21071 5.41179 4.58579 5.03671C4.96086 4.66164 5.46957 4.45093 6 4.45093H16V10.4509C16 12.0422 16.6321 13.5684 17.7574 14.6936C18.8826 15.8188 20.4087 16.4509 22 16.4509H28V34.4509ZM22 28.4509H10C9.46957 28.4509 8.96086 28.6616 8.58579 29.0367C8.21071 29.4118 8 29.9205 8 30.4509C8 30.9814 8.21071 31.4901 8.58579 31.8651C8.96086 32.2402 9.46957 32.4509 10 32.4509H22C22.5304 32.4509 23.0391 32.2402 23.4142 31.8651C23.7893 31.4901 24 30.9814 24 30.4509C24 29.9205 23.7893 29.4118 23.4142 29.0367C23.0391 28.6616 22.5304 28.4509 22 28.4509Z" fill="white"/>
3
+ <path d="M10 16.4509H12C12.5304 16.4509 13.0391 16.2402 13.4142 15.8651C13.7893 15.4901 14 14.9814 14 14.4509C14 13.9205 13.7893 13.4118 13.4142 13.0367C13.0391 12.6616 12.5304 12.4509 12 12.4509H10C9.46957 12.4509 8.96086 12.6616 8.58579 13.0367C8.21071 13.4118 8 13.9205 8 14.4509C8 14.9814 8.21071 15.4901 8.58579 15.8651C8.96086 16.2402 9.46957 16.4509 10 16.4509ZM10 20.4509C9.46957 20.4509 8.96086 20.6616 8.58579 21.0367C8.21071 21.4118 8 21.9205 8 22.4509C8 22.9814 8.21071 23.4901 8.58579 23.8651C8.96086 24.2402 9.46957 24.4509 10 24.4509H22C22.5304 24.4509 23.0391 24.2402 23.4142 23.8651C23.7893 23.4901 24 22.9814 24 22.4509C24 21.9205 23.7893 21.4118 23.4142 21.0367C23.0391 20.6616 22.5304 20.4509 22 20.4509H10ZM32 14.3309C31.9792 14.1472 31.9389 13.9662 31.88 13.7909V13.6109C31.7838 13.4053 31.6556 13.2163 31.5 13.0509L19.5 1.05093C19.3347 0.89536 19.1456 0.76709 18.94 0.670928C18.8803 0.662448 18.8197 0.662448 18.76 0.670928C18.5568 0.55441 18.3324 0.479616 18.1 0.450928H6C4.4087 0.450928 2.88258 1.08307 1.75736 2.20829C0.632141 3.33351 0 4.85963 0 6.45093V34.4509C0 36.0422 0.632141 37.5684 1.75736 38.6936C2.88258 39.8188 4.4087 40.4509 6 40.4509H26C27.5913 40.4509 29.1174 39.8188 30.2426 38.6936C31.3679 37.5684 32 36.0422 32 34.4509V14.4509C32 14.4509 32 14.4509 32 14.3309ZM20 7.27093L25.18 12.4509H22C21.4696 12.4509 20.9609 12.2402 20.5858 11.8651C20.2107 11.4901 20 10.9814 20 10.4509V7.27093ZM28 34.4509C28 34.9814 27.7893 35.4901 27.4142 35.8651C27.0391 36.2402 26.5304 36.4509 26 36.4509H6C5.46957 36.4509 4.96086 36.2402 4.58579 35.8651C4.21071 35.4901 4 34.9814 4 34.4509V6.45093C4 5.92049 4.21071 5.41179 4.58579 5.03671C4.96086 4.66164 5.46957 4.45093 6 4.45093H16V10.4509C16 12.0422 16.6321 13.5684 17.7574 14.6936C18.8826 15.8188 20.4087 16.4509 22 16.4509H28V34.4509ZM22 28.4509H10C9.46957 28.4509 8.96086 28.6616 8.58579 29.0367C8.21071 29.4118 8 29.9205 8 30.4509C8 30.9814 8.21071 31.4901 8.58579 31.8651C8.96086 32.2402 9.46957 32.4509 10 32.4509H22C22.5304 32.4509 23.0391 32.2402 23.4142 31.8651C23.7893 31.4901 24 30.9814 24 30.4509C24 29.9205 23.7893 29.4118 23.4142 29.0367C23.0391 28.6616 22.5304 28.4509 22 28.4509Z" fill="black" fill-opacity="0.1"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.9997 9.17C16.8123 8.98375 16.5589 8.87921 16.2947 8.87921C16.0305 8.87921 15.7771 8.98375 15.5897 9.17L11.9997 12.71L8.4597 9.17C8.27234 8.98375 8.01889 8.87921 7.7547 8.87921C7.49052 8.87921 7.23707 8.98375 7.0497 9.17C6.95598 9.26297 6.88158 9.37357 6.83081 9.49543C6.78004 9.61729 6.75391 9.74799 6.75391 9.88C6.75391 10.012 6.78004 10.1427 6.83081 10.2646C6.88158 10.3864 6.95598 10.497 7.0497 10.59L11.2897 14.83C11.3827 14.9237 11.4933 14.9981 11.6151 15.0489C11.737 15.0997 11.8677 15.1258 11.9997 15.1258C12.1317 15.1258 12.2624 15.0997 12.3843 15.0489C12.5061 14.9981 12.6167 14.9237 12.7097 14.83L16.9997 10.59C17.0934 10.497 17.1678 10.3864 17.2186 10.2646C17.2694 10.1427 17.2955 10.012 17.2955 9.88C17.2955 9.74799 17.2694 9.61729 17.2186 9.49543C17.1678 9.37357 17.0934 9.26297 16.9997 9.17Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.7102 11.29C17.6172 11.1963 17.5066 11.1219 17.3848 11.0711C17.2629 11.0203 17.1322 10.9942 17.0002 10.9942C16.8682 10.9942 16.7375 11.0203 16.6156 11.0711C16.4937 11.1219 16.3831 11.1963 16.2902 11.29L13.0002 14.59V7C13.0002 6.73478 12.8948 6.48043 12.7073 6.29289C12.5198 6.10536 12.2654 6 12.0002 6C11.735 6 11.4806 6.10536 11.2931 6.29289C11.1055 6.48043 11.0002 6.73478 11.0002 7V14.59L7.71019 11.29C7.52188 11.1017 7.26649 10.9959 7.00019 10.9959C6.73388 10.9959 6.47849 11.1017 6.29019 11.29C6.10188 11.4783 5.99609 11.7337 5.99609 12C5.99609 12.2663 6.10188 12.5217 6.29019 12.71L11.2902 17.71C11.3853 17.801 11.4974 17.8724 11.6202 17.92C11.7399 17.9729 11.8693 18.0002 12.0002 18.0002C12.1311 18.0002 12.2605 17.9729 12.3802 17.92C12.5029 17.8724 12.6151 17.801 12.7102 17.71L17.7102 12.71C17.8039 12.617 17.8783 12.5064 17.9291 12.3846C17.9798 12.2627 18.006 12.132 18.006 12C18.006 11.868 17.9798 11.7373 17.9291 11.6154C17.8783 11.4936 17.8039 11.383 17.7102 11.29Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8 8C7.73478 8 7.48043 8.10536 7.29289 8.29289C7.10536 8.48043 7 8.73478 7 9C7 9.26522 7.10536 9.51957 7.29289 9.70711C7.48043 9.89464 7.73478 10 8 10H9C9.26522 10 9.51957 9.89464 9.70711 9.70711C9.89464 9.51957 10 9.26522 10 9C10 8.73478 9.89464 8.48043 9.70711 8.29289C9.51957 8.10536 9.26522 8 9 8H8ZM13 20H6C5.73478 20 5.48043 19.8946 5.29289 19.7071C5.10536 19.5196 5 19.2652 5 19V5C5 4.73478 5.10536 4.48043 5.29289 4.29289C5.48043 4.10536 5.73478 4 6 4H11V7C11 7.79565 11.3161 8.55871 11.8787 9.12132C12.4413 9.68393 13.2044 10 14 10H17V12C17 12.2652 17.1054 12.5196 17.2929 12.7071C17.4804 12.8946 17.7348 13 18 13C18.2652 13 18.5196 12.8946 18.7071 12.7071C18.8946 12.5196 19 12.2652 19 12V9C19 9 19 9 19 8.94C18.9896 8.84813 18.9695 8.75763 18.94 8.67V8.58C18.8919 8.47718 18.8278 8.38267 18.75 8.3L12.75 2.3C12.6673 2.22222 12.5728 2.15808 12.47 2.11C12.4369 2.10421 12.4031 2.10421 12.37 2.11C12.2728 2.058 12.1683 2.02092 12.06 2H6C5.20435 2 4.44129 2.31607 3.87868 2.87868C3.31607 3.44129 3 4.20435 3 5V19C3 19.7956 3.31607 20.5587 3.87868 21.1213C4.44129 21.6839 5.20435 22 6 22H13C13.2652 22 13.5196 21.8946 13.7071 21.7071C13.8946 21.5196 14 21.2652 14 21C14 20.7348 13.8946 20.4804 13.7071 20.2929C13.5196 20.1054 13.2652 20 13 20ZM13 5.41L15.59 8H14C13.7348 8 13.4804 7.89464 13.2929 7.70711C13.1054 7.51957 13 7.26522 13 7V5.41ZM14 12H8C7.73478 12 7.48043 12.1054 7.29289 12.2929C7.10536 12.4804 7 12.7348 7 13C7 13.2652 7.10536 13.5196 7.29289 13.7071C7.48043 13.8946 7.73478 14 8 14H14C14.2652 14 14.5196 13.8946 14.7071 13.7071C14.8946 13.5196 15 13.2652 15 13C15 12.7348 14.8946 12.4804 14.7071 12.2929C14.5196 12.1054 14.2652 12 14 12ZM20.71 18.29C20.617 18.1963 20.5064 18.1219 20.3846 18.0711C20.2627 18.0203 20.132 17.9942 20 17.9942C19.868 17.9942 19.7373 18.0203 19.6154 18.0711C19.4936 18.1219 19.383 18.1963 19.29 18.29L19 18.59V16C19 15.7348 18.8946 15.4804 18.7071 15.2929C18.5196 15.1054 18.2652 15 18 15C17.7348 15 17.4804 15.1054 17.2929 15.2929C17.1054 15.4804 17 15.7348 17 16V18.59L16.71 18.29C16.5217 18.1017 16.2663 17.9959 16 17.9959C15.7337 17.9959 15.4783 18.1017 15.29 18.29C15.1017 18.4783 14.9959 18.7337 14.9959 19C14.9959 19.2663 15.1017 19.5217 15.29 19.71L17.29 21.71C17.3851 21.801 17.4972 21.8724 17.62 21.92C17.7397 21.9729 17.8691 22.0002 18 22.0002C18.1309 22.0002 18.2603 21.9729 18.38 21.92C18.5028 21.8724 18.6149 21.801 18.71 21.71L20.71 19.71C20.8037 19.617 20.8781 19.5064 20.9289 19.3846C20.9797 19.2627 21.0058 19.132 21.0058 19C21.0058 18.868 20.9797 18.7373 20.9289 18.6154C20.8781 18.4936 20.8037 18.383 20.71 18.29ZM12 18C12.2652 18 12.5196 17.8946 12.7071 17.7071C12.8946 17.5196 13 17.2652 13 17C13 16.7348 12.8946 16.4804 12.7071 16.2929C12.5196 16.1054 12.2652 16 12 16H8C7.73478 16 7.48043 16.1054 7.29289 16.2929C7.10536 16.4804 7 16.7348 7 17C7 17.2652 7.10536 17.5196 7.29289 17.7071C7.48043 17.8946 7.73478 18 8 18H12Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21 14C20.7348 14 20.4804 14.1054 20.2929 14.2929C20.1054 14.4804 20 14.7348 20 15V19C20 19.2652 19.8946 19.5196 19.7071 19.7071C19.5196 19.8946 19.2652 20 19 20H5C4.73478 20 4.48043 19.8946 4.29289 19.7071C4.10536 19.5196 4 19.2652 4 19V15C4 14.7348 3.89464 14.4804 3.70711 14.2929C3.51957 14.1054 3.26522 14 3 14C2.73478 14 2.48043 14.1054 2.29289 14.2929C2.10536 14.4804 2 14.7348 2 15V19C2 19.7956 2.31607 20.5587 2.87868 21.1213C3.44129 21.6839 4.20435 22 5 22H19C19.7956 22 20.5587 21.6839 21.1213 21.1213C21.6839 20.5587 22 19.7956 22 19V15C22 14.7348 21.8946 14.4804 21.7071 14.2929C21.5196 14.1054 21.2652 14 21 14ZM11.29 15.71C11.3851 15.801 11.4972 15.8724 11.62 15.92C11.7397 15.9729 11.8691 16.0002 12 16.0002C12.1309 16.0002 12.2603 15.9729 12.38 15.92C12.5028 15.8724 12.6149 15.801 12.71 15.71L16.71 11.71C16.8983 11.5217 17.0041 11.2663 17.0041 11C17.0041 10.7337 16.8983 10.4783 16.71 10.29C16.5217 10.1017 16.2663 9.99591 16 9.99591C15.7337 9.99591 15.4783 10.1017 15.29 10.29L13 12.59V3C13 2.73478 12.8946 2.48043 12.7071 2.29289C12.5196 2.10536 12.2652 2 12 2C11.7348 2 11.4804 2.10536 11.2929 2.29289C11.1054 2.48043 11 2.73478 11 3V12.59L8.71 10.29C8.61676 10.1968 8.50607 10.1228 8.38425 10.0723C8.26243 10.0219 8.13186 9.99591 8 9.99591C7.86814 9.99591 7.73757 10.0219 7.61575 10.0723C7.49393 10.1228 7.38324 10.1968 7.29 10.29C7.19676 10.3832 7.1228 10.4939 7.07234 10.6158C7.02188 10.7376 6.99591 10.8681 6.99591 11C6.99591 11.1319 7.02188 11.2624 7.07234 11.3842C7.1228 11.5061 7.19676 11.6168 7.29 11.71L11.29 15.71Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 7C11.7348 7 11.4804 7.10536 11.2929 7.29289C11.1054 7.48043 11 7.73478 11 8V12C11 12.2652 11.1054 12.5196 11.2929 12.7071C11.4804 12.8946 11.7348 13 12 13C12.2652 13 12.5196 12.8946 12.7071 12.7071C12.8946 12.5196 13 12.2652 13 12V8C13 7.73478 12.8946 7.48043 12.7071 7.29289C12.5196 7.10536 12.2652 7 12 7ZM12 15C11.8022 15 11.6089 15.0586 11.4444 15.1685C11.28 15.2784 11.1518 15.4346 11.0761 15.6173C11.0004 15.8 10.9806 16.0011 11.0192 16.1951C11.0578 16.3891 11.153 16.5673 11.2929 16.7071C11.4327 16.847 11.6109 16.9422 11.8049 16.9808C11.9989 17.0194 12.2 16.9996 12.3827 16.9239C12.5654 16.8482 12.7216 16.72 12.8315 16.5556C12.9414 16.3911 13 16.1978 13 16C13 15.7348 12.8946 15.4804 12.7071 15.2929C12.5196 15.1054 12.2652 15 12 15ZM21.71 7.56L16.44 2.29C16.2484 2.10727 15.9948 2.00368 15.73 2H8.27C8.00523 2.00368 7.75163 2.10727 7.56 2.29L2.29 7.56C2.10727 7.75163 2.00368 8.00523 2 8.27V15.73C2.00368 15.9948 2.10727 16.2484 2.29 16.44L7.56 21.71C7.75163 21.8927 8.00523 21.9963 8.27 22H15.73C15.9948 21.9963 16.2484 21.8927 16.44 21.71L21.71 16.44C21.8927 16.2484 21.9963 15.9948 22 15.73V8.27C21.9963 8.00523 21.8927 7.75163 21.71 7.56ZM20 15.31L15.31 20H8.69L4 15.31V8.69L8.69 4H15.31L20 8.69V15.31Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.0005 16C11.8027 16 11.6093 16.0587 11.4449 16.1686C11.2804 16.2784 11.1523 16.4346 11.0766 16.6173C11.0009 16.8001 10.9811 17.0011 11.0197 17.1951C11.0583 17.3891 11.1535 17.5673 11.2933 17.7071C11.4332 17.847 11.6114 17.9422 11.8054 17.9808C11.9993 18.0194 12.2004 17.9996 12.3831 17.9239C12.5659 17.8482 12.722 17.72 12.8319 17.5556C12.9418 17.3911 13.0005 17.1978 13.0005 17C13.0005 16.7348 12.8951 16.4805 12.7076 16.2929C12.52 16.1054 12.2657 16 12.0005 16ZM22.6705 17.47L14.6205 3.47003C14.3603 3.00354 13.9802 2.61498 13.5196 2.3445C13.0591 2.07401 12.5346 1.9314 12.0005 1.9314C11.4663 1.9314 10.9419 2.07401 10.4813 2.3445C10.0207 2.61498 9.64065 3.00354 9.38046 3.47003L1.38046 17.47C1.11125 17.924 0.966598 18.441 0.9611 18.9688C0.955602 19.4966 1.08945 20.0166 1.34914 20.4761C1.60883 20.9356 1.98516 21.3185 2.44014 21.5861C2.89512 21.8536 3.41264 21.9964 3.94046 22H20.0605C20.5925 22.0053 21.1164 21.8689 21.5784 21.6049C22.0403 21.341 22.4238 20.9589 22.6894 20.4978C22.9551 20.0368 23.0933 19.5134 23.09 18.9814C23.0866 18.4493 22.9418 17.9277 22.6705 17.47ZM20.9405 19.47C20.8528 19.626 20.7249 19.7556 20.5701 19.8453C20.4154 19.935 20.2393 19.9815 20.0605 19.98H3.94046C3.76157 19.9815 3.58556 19.935 3.43077 19.8453C3.27599 19.7556 3.14811 19.626 3.06046 19.47C2.97269 19.318 2.92648 19.1456 2.92648 18.97C2.92648 18.7945 2.97269 18.622 3.06046 18.47L11.0605 4.47003C11.1444 4.30623 11.2719 4.16876 11.4289 4.07277C11.5859 3.97678 11.7664 3.92599 11.9505 3.92599C12.1345 3.92599 12.315 3.97678 12.472 4.07277C12.629 4.16876 12.7565 4.30623 12.8405 4.47003L20.8905 18.47C20.9897 18.6199 21.0467 18.7937 21.0555 18.9732C21.0643 19.1527 21.0245 19.3312 20.9405 19.49V19.47ZM12.0005 8.00003C11.7352 8.00003 11.4809 8.10538 11.2933 8.29292C11.1058 8.48046 11.0005 8.73481 11.0005 9.00003V13C11.0005 13.2652 11.1058 13.5196 11.2933 13.7071C11.4809 13.8947 11.7352 14 12.0005 14C12.2657 14 12.52 13.8947 12.7076 13.7071C12.8951 13.5196 13.0005 13.2652 13.0005 13V9.00003C13.0005 8.73481 12.8951 8.48046 12.7076 8.29292C12.52 8.10538 12.2657 8.00003 12.0005 8.00003Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 7C11.7348 7 11.4804 7.10536 11.2929 7.29289C11.1054 7.48043 11 7.73478 11 8V12C11 12.2652 11.1054 12.5196 11.2929 12.7071C11.4804 12.8946 11.7348 13 12 13C12.2652 13 12.5196 12.8946 12.7071 12.7071C12.8946 12.5196 13 12.2652 13 12V8C13 7.73478 12.8946 7.48043 12.7071 7.29289C12.5196 7.10536 12.2652 7 12 7ZM12.92 15.62C12.8981 15.5563 12.8679 15.4957 12.83 15.44L12.71 15.29C12.5694 15.1512 12.3908 15.0572 12.1968 15.0199C12.0028 14.9825 11.8021 15.0034 11.62 15.08C11.4988 15.1306 11.3872 15.2017 11.29 15.29C11.1973 15.3834 11.124 15.4943 11.0742 15.6161C11.0245 15.7379 10.9992 15.8684 11 16C11.0016 16.1307 11.0288 16.2598 11.08 16.38C11.1249 16.5041 11.1966 16.6168 11.2899 16.7101C11.3832 16.8034 11.4959 16.8751 11.62 16.92C11.7397 16.9729 11.8691 17.0002 12 17.0002C12.1309 17.0002 12.2603 16.9729 12.38 16.92C12.5041 16.8751 12.6168 16.8034 12.7101 16.7101C12.8034 16.6168 12.8751 16.5041 12.92 16.38C12.9712 16.2598 12.9984 16.1307 13 16C13.0049 15.9334 13.0049 15.8666 13 15.8C12.9828 15.7362 12.9558 15.6755 12.92 15.62ZM12 2C10.0222 2 8.08879 2.58649 6.4443 3.6853C4.79981 4.78412 3.51809 6.3459 2.76121 8.17317C2.00433 10.0004 1.8063 12.0111 2.19215 13.9509C2.578 15.8907 3.53041 17.6725 4.92894 19.0711C6.32746 20.4696 8.10929 21.422 10.0491 21.8079C11.9889 22.1937 13.9996 21.9957 15.8268 21.2388C17.6541 20.4819 19.2159 19.2002 20.3147 17.5557C21.4135 15.9112 22 13.9778 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7363 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C10.4178 20 8.87104 19.5308 7.55544 18.6518C6.23985 17.7727 5.21447 16.5233 4.60897 15.0615C4.00347 13.5997 3.84504 11.9911 4.15372 10.4393C4.4624 8.88743 5.22433 7.46197 6.34315 6.34315C7.46197 5.22433 8.88743 4.4624 10.4393 4.15372C11.9911 3.84504 13.5997 4.00346 15.0615 4.60896C16.5233 5.21447 17.7727 6.23984 18.6518 7.55544C19.5308 8.87103 20 10.4177 20 12C20 14.1217 19.1572 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.9196 11.6C19.8996 6.91 16.0996 4 11.9996 4C7.89958 4 4.09958 6.91 2.07958 11.6C2.02452 11.7262 1.99609 11.8623 1.99609 12C1.99609 12.1377 2.02452 12.2738 2.07958 12.4C4.09958 17.09 7.89958 20 11.9996 20C16.0996 20 19.8996 17.09 21.9196 12.4C21.9746 12.2738 22.0031 12.1377 22.0031 12C22.0031 11.8623 21.9746 11.7262 21.9196 11.6ZM11.9996 18C8.82958 18 5.82958 15.71 4.09958 12C5.82958 8.29 8.82958 6 11.9996 6C15.1696 6 18.1696 8.29 19.8996 12C18.1696 15.71 15.1696 18 11.9996 18ZM11.9996 8C11.2085 8 10.4351 8.2346 9.7773 8.67412C9.1195 9.11365 8.60681 9.73836 8.30406 10.4693C8.00131 11.2002 7.9221 12.0044 8.07644 12.7804C8.23078 13.5563 8.61174 14.269 9.17115 14.8284C9.73056 15.3878 10.4433 15.7688 11.2192 15.9231C11.9951 16.0775 12.7994 15.9983 13.5303 15.6955C14.2612 15.3928 14.8859 14.8801 15.3255 14.2223C15.765 13.5645 15.9996 12.7911 15.9996 12C15.9996 10.9391 15.5782 9.92172 14.828 9.17157C14.0779 8.42143 13.0604 8 11.9996 8ZM11.9996 14C11.604 14 11.2173 13.8827 10.8884 13.6629C10.5595 13.4432 10.3032 13.1308 10.1518 12.7654C10.0004 12.3999 9.96084 11.9978 10.038 11.6098C10.1152 11.2219 10.3057 10.8655 10.5854 10.5858C10.8651 10.3061 11.2214 10.1156 11.6094 10.0384C11.9974 9.96126 12.3995 10.0009 12.7649 10.1522C13.1304 10.3036 13.4428 10.56 13.6625 10.8889C13.8823 11.2178 13.9996 11.6044 13.9996 12C13.9996 12.5304 13.7889 13.0391 13.4138 13.4142C13.0387 13.7893 12.53 14 11.9996 14Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.1204 5.32H17.0004V2.14C16.0901 2.04535 15.1755 1.99862 14.2604 2C11.5404 2 9.68035 3.66 9.68035 6.7V9.32H6.61035V12.88H9.68035V22H13.3604V12.88H16.4204L16.8804 9.32H13.3604V7.05C13.3604 6 13.6404 5.32 15.1204 5.32Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.29 15.29C11.247 15.3375 11.2069 15.3876 11.17 15.44C11.1322 15.4957 11.1019 15.5563 11.08 15.62C11.0512 15.6767 11.031 15.7374 11.02 15.8C11.0151 15.8666 11.0151 15.9334 11.02 16C11.0166 16.1312 11.044 16.2613 11.1 16.38C11.1449 16.5041 11.2166 16.6168 11.3099 16.7101C11.4032 16.8034 11.5159 16.8751 11.64 16.92C11.7597 16.9729 11.8891 17.0002 12.02 17.0002C12.1509 17.0002 12.2803 16.9729 12.4 16.92C12.5241 16.8751 12.6368 16.8034 12.7301 16.7101C12.8234 16.6168 12.8951 16.5041 12.94 16.38C12.9844 16.2584 13.0048 16.1294 13 16C13.0008 15.8684 12.9755 15.7379 12.9258 15.6161C12.876 15.4943 12.8027 15.3834 12.71 15.29C12.617 15.1963 12.5064 15.1219 12.3846 15.0711C12.2627 15.0203 12.132 14.9942 12 14.9942C11.868 14.9942 11.7373 15.0203 11.6154 15.0711C11.4936 15.1219 11.383 15.1963 11.29 15.29ZM12 2C10.0222 2 8.08879 2.58649 6.4443 3.6853C4.79981 4.78412 3.51809 6.3459 2.76121 8.17317C2.00433 10.0004 1.8063 12.0111 2.19215 13.9509C2.578 15.8907 3.53041 17.6725 4.92894 19.0711C6.32746 20.4696 8.10929 21.422 10.0491 21.8079C11.9889 22.1937 13.9996 21.9957 15.8268 21.2388C17.6541 20.4819 19.2159 19.2002 20.3147 17.5557C21.4135 15.9112 22 13.9778 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7363 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C10.4178 20 8.87104 19.5308 7.55544 18.6518C6.23985 17.7727 5.21447 16.5233 4.60897 15.0615C4.00347 13.5997 3.84504 11.9911 4.15372 10.4393C4.4624 8.88743 5.22433 7.46197 6.34315 6.34315C7.46197 5.22433 8.88743 4.4624 10.4393 4.15372C11.9911 3.84504 13.5997 4.00346 15.0615 4.60896C16.5233 5.21447 17.7727 6.23984 18.6518 7.55544C19.5308 8.87103 20 10.4177 20 12C20 14.1217 19.1572 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 7C11.4731 6.99966 10.9553 7.13812 10.4989 7.40144C10.0425 7.66476 9.66347 8.04366 9.4 8.5C9.32765 8.61382 9.27907 8.7411 9.25718 8.87418C9.23529 9.00726 9.24055 9.14339 9.27263 9.27439C9.30472 9.40538 9.36297 9.52854 9.44389 9.63643C9.52481 9.74433 9.62671 9.83475 9.74348 9.90224C9.86024 9.96974 9.98945 10.0129 10.1233 10.0292C10.2572 10.0454 10.393 10.0345 10.5225 9.99688C10.6521 9.9593 10.7727 9.89591 10.8771 9.81052C10.9814 9.72513 11.0675 9.6195 11.13 9.5C11.2181 9.3474 11.345 9.22078 11.4978 9.13298C11.6505 9.04518 11.8238 8.9993 12 9C12.2652 9 12.5196 9.10536 12.7071 9.29289C12.8946 9.48043 13 9.73478 13 10C13 10.2652 12.8946 10.5196 12.7071 10.7071C12.5196 10.8946 12.2652 11 12 11C11.7348 11 11.4804 11.1054 11.2929 11.2929C11.1054 11.4804 11 11.7348 11 12V13C11 13.2652 11.1054 13.5196 11.2929 13.7071C11.4804 13.8946 11.7348 14 12 14C12.2652 14 12.5196 13.8946 12.7071 13.7071C12.8946 13.5196 13 13.2652 13 13V12.82C13.6614 12.58 14.2174 12.1152 14.5708 11.5069C14.9242 10.8985 15.0525 10.1853 14.9334 9.49189C14.8143 8.79849 14.4552 8.16902 13.919 7.71352C13.3828 7.25801 12.7035 7.00546 12 7Z" />
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.8333 3.3335H4.16667C3.50363 3.3335 2.86775 3.59689 2.3989 4.06573C1.93006 4.53457 1.66667 5.17045 1.66667 5.8335V14.1668C1.66667 14.8299 1.93006 15.4658 2.3989 15.9346C2.86775 16.4034 3.50363 16.6668 4.16667 16.6668H15.8333C16.4964 16.6668 17.1323 16.4034 17.6011 15.9346C18.0699 15.4658 18.3333 14.8299 18.3333 14.1668V5.8335C18.3333 5.17045 18.0699 4.53457 17.6011 4.06573C17.1323 3.59689 16.4964 3.3335 15.8333 3.3335ZM4.16667 15.0002C3.94566 15.0002 3.7337 14.9124 3.57742 14.7561C3.42114 14.5998 3.33334 14.3878 3.33334 14.1668V12.1502L6.08334 9.4085C6.23911 9.25581 6.44854 9.17028 6.66667 9.17028C6.8848 9.17028 7.09423 9.25581 7.25001 9.4085L12.8417 15.0002H4.16667ZM16.6667 14.1668C16.6667 14.3878 16.5789 14.5998 16.4226 14.7561C16.2663 14.9124 16.0544 15.0002 15.8333 15.0002H15.1917L12.0167 11.8085L12.75 11.0752C12.9058 10.9225 13.1152 10.8369 13.3333 10.8369C13.5515 10.8369 13.7609 10.9225 13.9167 11.0752L16.6667 13.8168V14.1668ZM16.6667 11.4668L15.1 9.9085C14.6251 9.45219 13.992 9.19735 13.3333 9.19735C12.6747 9.19735 12.0416 9.45219 11.5667 9.9085L10.8333 10.6418L8.43334 8.24183C7.95839 7.78552 7.3253 7.53068 6.66667 7.53068C6.00804 7.53068 5.37496 7.78552 4.90001 8.24183L3.33334 9.80016V5.8335C3.33334 5.61248 3.42114 5.40052 3.57742 5.24424C3.7337 5.08796 3.94566 5.00016 4.16667 5.00016H15.8333C16.0544 5.00016 16.2663 5.08796 16.4226 5.24424C16.5789 5.40052 16.6667 5.61248 16.6667 5.8335V11.4668Z "/>
3
+ <path d="M15.8333 3.3335H4.16667C3.50363 3.3335 2.86775 3.59689 2.3989 4.06573C1.93006 4.53457 1.66667 5.17045 1.66667 5.8335V14.1668C1.66667 14.8299 1.93006 15.4658 2.3989 15.9346C2.86775 16.4034 3.50363 16.6668 4.16667 16.6668H15.8333C16.4964 16.6668 17.1323 16.4034 17.6011 15.9346C18.0699 15.4658 18.3333 14.8299 18.3333 14.1668V5.8335C18.3333 5.17045 18.0699 4.53457 17.6011 4.06573C17.1323 3.59689 16.4964 3.3335 15.8333 3.3335ZM4.16667 15.0002C3.94566 15.0002 3.7337 14.9124 3.57742 14.7561C3.42114 14.5998 3.33334 14.3878 3.33334 14.1668V12.1502L6.08334 9.4085C6.23911 9.25581 6.44854 9.17028 6.66667 9.17028C6.8848 9.17028 7.09423 9.25581 7.25001 9.4085L12.8417 15.0002H4.16667ZM16.6667 14.1668C16.6667 14.3878 16.5789 14.5998 16.4226 14.7561C16.2663 14.9124 16.0544 15.0002 15.8333 15.0002H15.1917L12.0167 11.8085L12.75 11.0752C12.9058 10.9225 13.1152 10.8369 13.3333 10.8369C13.5515 10.8369 13.7609 10.9225 13.9167 11.0752L16.6667 13.8168V14.1668ZM16.6667 11.4668L15.1 9.9085C14.6251 9.45219 13.992 9.19735 13.3333 9.19735C12.6747 9.19735 12.0416 9.45219 11.5667 9.9085L10.8333 10.6418L8.43334 8.24183C7.95839 7.78552 7.3253 7.53068 6.66667 7.53068C6.00804 7.53068 5.37496 7.78552 4.90001 8.24183L3.33334 9.80016V5.8335C3.33334 5.61248 3.42114 5.40052 3.57742 5.24424C3.7337 5.08796 3.94566 5.00016 4.16667 5.00016H15.8333C16.0544 5.00016 16.2663 5.08796 16.4226 5.24424C16.5789 5.40052 16.6667 5.61248 16.6667 5.8335V11.4668Z" />
4
+ <path d="M15.8333 3.3335H4.16667C3.50363 3.3335 2.86775 3.59689 2.3989 4.06573C1.93006 4.53457 1.66667 5.17045 1.66667 5.8335V14.1668C1.66667 14.8299 1.93006 15.4658 2.3989 15.9346C2.86775 16.4034 3.50363 16.6668 4.16667 16.6668H15.8333C16.4964 16.6668 17.1323 16.4034 17.6011 15.9346C18.0699 15.4658 18.3333 14.8299 18.3333 14.1668V5.8335C18.3333 5.17045 18.0699 4.53457 17.6011 4.06573C17.1323 3.59689 16.4964 3.3335 15.8333 3.3335ZM4.16667 15.0002C3.94566 15.0002 3.7337 14.9124 3.57742 14.7561C3.42114 14.5998 3.33334 14.3878 3.33334 14.1668V12.1502L6.08334 9.4085C6.23911 9.25581 6.44854 9.17028 6.66667 9.17028C6.8848 9.17028 7.09423 9.25581 7.25001 9.4085L12.8417 15.0002H4.16667ZM16.6667 14.1668C16.6667 14.3878 16.5789 14.5998 16.4226 14.7561C16.2663 14.9124 16.0544 15.0002 15.8333 15.0002H15.1917L12.0167 11.8085L12.75 11.0752C12.9058 10.9225 13.1152 10.8369 13.3333 10.8369C13.5515 10.8369 13.7609 10.9225 13.9167 11.0752L16.6667 13.8168V14.1668ZM16.6667 11.4668L15.1 9.9085C14.6251 9.45219 13.992 9.19735 13.3333 9.19735C12.6747 9.19735 12.0416 9.45219 11.5667 9.9085L10.8333 10.6418L8.43334 8.24183C7.95839 7.78552 7.3253 7.53068 6.66667 7.53068C6.00804 7.53068 5.37496 7.78552 4.90001 8.24183L3.33334 9.80016V5.8335C3.33334 5.61248 3.42114 5.40052 3.57742 5.24424C3.7337 5.08796 3.94566 5.00016 4.16667 5.00016H15.8333C16.0544 5.00016 16.2663 5.08796 16.4226 5.24424C16.5789 5.40052 16.6667 5.61248 16.6667 5.8335V11.4668Z" />
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 11C11.7348 11 11.4804 11.1054 11.2929 11.2929C11.1054 11.4804 11 11.7348 11 12V16C11 16.2652 11.1054 16.5196 11.2929 16.7071C11.4804 16.8946 11.7348 17 12 17C12.2652 17 12.5196 16.8946 12.7071 16.7071C12.8946 16.5196 13 16.2652 13 16V12C13 11.7348 12.8946 11.4804 12.7071 11.2929C12.5196 11.1054 12.2652 11 12 11ZM12.38 7.08C12.1365 6.97998 11.8635 6.97998 11.62 7.08C11.4973 7.12759 11.3851 7.19896 11.29 7.29C11.2017 7.3872 11.1306 7.49882 11.08 7.62C11.024 7.73868 10.9966 7.86882 11 8C10.9992 8.13161 11.0245 8.26207 11.0742 8.38391C11.124 8.50574 11.1973 8.61656 11.29 8.71C11.3872 8.79833 11.4988 8.86936 11.62 8.92C11.7715 8.98224 11.936 9.00632 12.099 8.99011C12.2619 8.97391 12.4184 8.91792 12.5547 8.82707C12.691 8.73622 12.8029 8.61328 12.8805 8.46907C12.9582 8.32486 12.9992 8.16378 13 8C12.9963 7.73523 12.8927 7.48163 12.71 7.29C12.6149 7.19896 12.5028 7.12759 12.38 7.08ZM12 2C10.0222 2 8.08879 2.58649 6.4443 3.6853C4.79981 4.78412 3.51809 6.3459 2.76121 8.17317C2.00433 10.0004 1.8063 12.0111 2.19215 13.9509C2.578 15.8907 3.53041 17.6725 4.92894 19.0711C6.32746 20.4696 8.10929 21.422 10.0491 21.8079C11.9889 22.1937 13.9996 21.9957 15.8268 21.2388C17.6541 20.4819 19.2159 19.2002 20.3147 17.5557C21.4135 15.9112 22 13.9778 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7363 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C10.4178 20 8.87104 19.5308 7.55544 18.6518C6.23985 17.7727 5.21447 16.5233 4.60897 15.0615C4.00347 13.5997 3.84504 11.9911 4.15372 10.4393C4.4624 8.88743 5.22433 7.46197 6.34315 6.34315C7.46197 5.22433 8.88743 4.4624 10.4393 4.15372C11.9911 3.84504 13.5997 4.00346 15.0615 4.60896C16.5233 5.21447 17.7727 6.23984 18.6518 7.55544C19.5308 8.87103 20 10.4177 20 12C20 14.1217 19.1572 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.34 5.46a1.202 1.202 0 0 0-1.177 1.434A1.199 1.199 0 1 0 17.34 5.46Zm4.6 2.42a7.578 7.578 0 0 0-.46-2.43 4.933 4.933 0 0 0-1.16-1.77 4.688 4.688 0 0 0-1.77-1.15 7.288 7.288 0 0 0-2.43-.47C15.06 2 14.72 2 12 2s-3.06 0-4.12.06a7.288 7.288 0 0 0-2.43.47 4.793 4.793 0 0 0-1.77 1.15 4.688 4.688 0 0 0-1.15 1.77 7.288 7.288 0 0 0-.47 2.43C2 8.94 2 9.28 2 12s0 3.06.06 4.12c.017.831.176 1.653.47 2.43.244.67.637 1.275 1.15 1.77.497.51 1.102.903 1.77 1.15a7.288 7.288 0 0 0 2.43.47C8.94 22 9.28 22 12 22s3.06 0 4.12-.06a7.288 7.288 0 0 0 2.43-.47 4.688 4.688 0 0 0 1.77-1.15 4.855 4.855 0 0 0 1.16-1.77c.285-.779.441-1.6.46-2.43 0-1.06.06-1.4.06-4.12s0-3.06-.06-4.12ZM20.14 16a5.594 5.594 0 0 1-.34 1.86c-.16.435-.416.828-.75 1.15a3.188 3.188 0 0 1-1.15.75 5.594 5.594 0 0 1-1.86.34c-1 .05-1.37.06-4 .06s-3 0-4-.06a5.737 5.737 0 0 1-1.94-.3 3.267 3.267 0 0 1-1.1-.75 3 3 0 0 1-.74-1.15 5.533 5.533 0 0 1-.4-1.9c0-1-.06-1.37-.06-4s0-3 .06-4a5.53 5.53 0 0 1 .35-1.9A3 3 0 0 1 5 5a3.136 3.136 0 0 1 1.1-.8A5.729 5.729 0 0 1 8 3.86c1 0 1.37-.06 4-.06s3 0 4 .06a5.594 5.594 0 0 1 1.86.34 3.07 3.07 0 0 1 1.19.8c.328.307.584.683.75 1.1.222.609.337 1.252.34 1.9.05 1 .06 1.37.06 4s-.01 3-.06 4ZM12 6.87a5.12 5.12 0 0 0-4.732 3.174 5.128 5.128 0 0 0 6.707 6.694A5.126 5.126 0 0 0 17.14 12a5.126 5.126 0 0 0-3.172-4.745A5.109 5.109 0 0 0 12 6.87Zm0 8.46a3.329 3.329 0 0 1-.65-6.596 3.326 3.326 0 0 1 3.419 1.416A3.329 3.329 0 0 1 12 15.33Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="40" height="41" viewBox="0 0 40 41" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.00079 14.1702L19.0008 24.5702C19.3048 24.7457 19.6497 24.8382 20.0008 24.8382C20.3519 24.8382 20.6968 24.7457 21.0008 24.5702L39.0008 14.1702C39.3031 13.9957 39.5544 13.7451 39.7298 13.4434C39.9053 13.1416 39.9987 12.7992 40.0008 12.4502C40.0022 12.0978 39.9104 11.7513 39.7348 11.4457C39.5592 11.1401 39.306 10.8864 39.0008 10.7102L21.0008 0.330205C20.6968 0.154669 20.3519 0.0622559 20.0008 0.0622559C19.6497 0.0622559 19.3048 0.154669 19.0008 0.330205L1.00079 10.7102C0.695585 10.8864 0.442356 11.1401 0.26675 11.4457C0.0911432 11.7513 -0.000605713 12.0978 0.000793422 12.4502C0.00290016 12.7992 0.0963113 13.1416 0.271743 13.4434C0.447174 13.7451 0.698518 13.9957 1.00079 14.1702ZM20.0008 4.4502L34.0008 12.4502L20.0008 20.4502L6.00079 12.4502L20.0008 4.4502ZM37.0008 18.7902L20.0008 28.4502L3.00079 18.7102C2.77253 18.578 2.52035 18.4922 2.25879 18.4578C1.99724 18.4235 1.73147 18.4412 1.47679 18.51C1.22211 18.5787 0.983549 18.6972 0.774855 18.8586C0.566161 19.02 0.391454 19.221 0.260794 19.4502C4.86672e-05 19.9094 -0.0684839 20.4532 0.0701499 20.9627C0.208784 21.4723 0.54333 21.9064 1.00079 22.1702L19.0008 32.5702C19.3048 32.7457 19.6497 32.8382 20.0008 32.8382C20.3519 32.8382 20.6968 32.7457 21.0008 32.5702L39.0008 22.1702C39.4583 21.9064 39.7928 21.4723 39.9314 20.9627C40.0701 20.4532 40.0015 19.9094 39.7408 19.4502C39.6101 19.221 39.4354 19.02 39.2267 18.8586C39.018 18.6972 38.7795 18.5787 38.5248 18.51C38.2701 18.4412 38.0043 18.4235 37.7428 18.4578C37.4812 18.4922 37.2291 18.578 37.0008 18.7102V18.7902ZM37.0008 26.7902L20.0008 36.4502L3.00079 26.7102C2.77253 26.578 2.52035 26.4922 2.25879 26.4578C1.99724 26.4235 1.73147 26.4412 1.47679 26.51C1.22211 26.5787 0.983549 26.6972 0.774855 26.8586C0.566161 27.02 0.391454 27.221 0.260794 27.4502C4.86672e-05 27.9094 -0.0684839 28.4532 0.0701499 28.9627C0.208784 29.4723 0.54333 29.9064 1.00079 30.1702L19.0008 40.5702C19.3048 40.7457 19.6497 40.8382 20.0008 40.8382C20.3519 40.8382 20.6968 40.7457 21.0008 40.5702L39.0008 30.1702C39.4583 29.9064 39.7928 29.4723 39.9314 28.9627C40.0701 28.4532 40.0015 27.9094 39.7408 27.4502C39.6101 27.221 39.4354 27.02 39.2267 26.8586C39.018 26.6972 38.7795 26.5787 38.5248 26.51C38.2701 26.4412 38.0043 26.4235 37.7428 26.4578C37.4812 26.4922 37.2291 26.578 37.0008 26.7102V26.7902Z" fill="white"/>
3
+ <path d="M1.00079 14.1702L19.0008 24.5702C19.3048 24.7457 19.6497 24.8382 20.0008 24.8382C20.3519 24.8382 20.6968 24.7457 21.0008 24.5702L39.0008 14.1702C39.3031 13.9957 39.5544 13.7451 39.7298 13.4434C39.9053 13.1416 39.9987 12.7992 40.0008 12.4502C40.0022 12.0978 39.9104 11.7513 39.7348 11.4457C39.5592 11.1401 39.306 10.8864 39.0008 10.7102L21.0008 0.330205C20.6968 0.154669 20.3519 0.0622559 20.0008 0.0622559C19.6497 0.0622559 19.3048 0.154669 19.0008 0.330205L1.00079 10.7102C0.695585 10.8864 0.442356 11.1401 0.26675 11.4457C0.0911432 11.7513 -0.000605713 12.0978 0.000793422 12.4502C0.00290016 12.7992 0.0963113 13.1416 0.271743 13.4434C0.447174 13.7451 0.698518 13.9957 1.00079 14.1702ZM20.0008 4.4502L34.0008 12.4502L20.0008 20.4502L6.00079 12.4502L20.0008 4.4502ZM37.0008 18.7902L20.0008 28.4502L3.00079 18.7102C2.77253 18.578 2.52035 18.4922 2.25879 18.4578C1.99724 18.4235 1.73147 18.4412 1.47679 18.51C1.22211 18.5787 0.983549 18.6972 0.774855 18.8586C0.566161 19.02 0.391454 19.221 0.260794 19.4502C4.86672e-05 19.9094 -0.0684839 20.4532 0.0701499 20.9627C0.208784 21.4723 0.54333 21.9064 1.00079 22.1702L19.0008 32.5702C19.3048 32.7457 19.6497 32.8382 20.0008 32.8382C20.3519 32.8382 20.6968 32.7457 21.0008 32.5702L39.0008 22.1702C39.4583 21.9064 39.7928 21.4723 39.9314 20.9627C40.0701 20.4532 40.0015 19.9094 39.7408 19.4502C39.6101 19.221 39.4354 19.02 39.2267 18.8586C39.018 18.6972 38.7795 18.5787 38.5248 18.51C38.2701 18.4412 38.0043 18.4235 37.7428 18.4578C37.4812 18.4922 37.2291 18.578 37.0008 18.7102V18.7902ZM37.0008 26.7902L20.0008 36.4502L3.00079 26.7102C2.77253 26.578 2.52035 26.4922 2.25879 26.4578C1.99724 26.4235 1.73147 26.4412 1.47679 26.51C1.22211 26.5787 0.983549 26.6972 0.774855 26.8586C0.566161 27.02 0.391454 27.221 0.260794 27.4502C4.86672e-05 27.9094 -0.0684839 28.4532 0.0701499 28.9627C0.208784 29.4723 0.54333 29.9064 1.00079 30.1702L19.0008 40.5702C19.3048 40.7457 19.6497 40.8382 20.0008 40.8382C20.3519 40.8382 20.6968 40.7457 21.0008 40.5702L39.0008 30.1702C39.4583 29.9064 39.7928 29.4723 39.9314 28.9627C40.0701 28.4532 40.0015 27.9094 39.7408 27.4502C39.6101 27.221 39.4354 27.02 39.2267 26.8586C39.018 26.6972 38.7795 26.5787 38.5248 26.51C38.2701 26.4412 38.0043 26.4235 37.7428 26.4578C37.4812 26.4922 37.2291 26.578 37.0008 26.7102V26.7902Z" fill="black" fill-opacity="0.1"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="41" height="41" viewBox="0 0 41 41" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M38.5 0.450928H14.5C13.9696 0.450928 13.4609 0.661641 13.0858 1.03671C12.7107 1.41179 12.5 1.92049 12.5 2.45093V10.4509H8.5C7.96957 10.4509 7.46086 10.6616 7.08579 11.0367C6.71071 11.4118 6.5 11.9205 6.5 12.4509V20.4509H2.5C1.96957 20.4509 1.46086 20.6616 1.08579 21.0367C0.710714 21.4118 0.5 21.9205 0.5 22.4509V38.4509C0.5 38.9814 0.710714 39.4901 1.08579 39.8651C1.46086 40.2402 1.96957 40.4509 2.5 40.4509H18.5C19.0304 40.4509 19.5391 40.2402 19.9142 39.8651C20.2893 39.4901 20.5 38.9814 20.5 38.4509V34.4509H28.5C29.0304 34.4509 29.5391 34.2402 29.9142 33.8651C30.2893 33.4901 30.5 32.9814 30.5 32.4509V28.4509H38.5C39.0304 28.4509 39.5391 28.2402 39.9142 27.8651C40.2893 27.4901 40.5 26.9814 40.5 26.4509V2.45093C40.5 1.92049 40.2893 1.41179 39.9142 1.03671C39.5391 0.661641 39.0304 0.450928 38.5 0.450928ZM16.5 36.4509H4.5V24.4509H16.5V36.4509ZM26.5 30.4509H20.5V22.4509C20.5 21.9205 20.2893 21.4118 19.9142 21.0367C19.5391 20.6616 19.0304 20.4509 18.5 20.4509H10.5V14.4509H26.5V30.4509ZM36.5 24.4509H30.5V12.4509C30.5 11.9205 30.2893 11.4118 29.9142 11.0367C29.5391 10.6616 29.0304 10.4509 28.5 10.4509H16.5V4.45093H36.5V24.4509Z" fill="white"/>
3
+ <path d="M38.5 0.450928H14.5C13.9696 0.450928 13.4609 0.661641 13.0858 1.03671C12.7107 1.41179 12.5 1.92049 12.5 2.45093V10.4509H8.5C7.96957 10.4509 7.46086 10.6616 7.08579 11.0367C6.71071 11.4118 6.5 11.9205 6.5 12.4509V20.4509H2.5C1.96957 20.4509 1.46086 20.6616 1.08579 21.0367C0.710714 21.4118 0.5 21.9205 0.5 22.4509V38.4509C0.5 38.9814 0.710714 39.4901 1.08579 39.8651C1.46086 40.2402 1.96957 40.4509 2.5 40.4509H18.5C19.0304 40.4509 19.5391 40.2402 19.9142 39.8651C20.2893 39.4901 20.5 38.9814 20.5 38.4509V34.4509H28.5C29.0304 34.4509 29.5391 34.2402 29.9142 33.8651C30.2893 33.4901 30.5 32.9814 30.5 32.4509V28.4509H38.5C39.0304 28.4509 39.5391 28.2402 39.9142 27.8651C40.2893 27.4901 40.5 26.9814 40.5 26.4509V2.45093C40.5 1.92049 40.2893 1.41179 39.9142 1.03671C39.5391 0.661641 39.0304 0.450928 38.5 0.450928ZM16.5 36.4509H4.5V24.4509H16.5V36.4509ZM26.5 30.4509H20.5V22.4509C20.5 21.9205 20.2893 21.4118 19.9142 21.0367C19.5391 20.6616 19.0304 20.4509 18.5 20.4509H10.5V14.4509H26.5V30.4509ZM36.5 24.4509H30.5V12.4509C30.5 11.9205 30.2893 11.4118 29.9142 11.0367C29.5391 10.6616 29.0304 10.4509 28.5 10.4509H16.5V4.45093H36.5V24.4509Z" fill="black" fill-opacity="0.1"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.29 11.29C8.19896 11.3851 8.12759 11.4972 8.08 11.62C7.97998 11.8635 7.97998 12.1365 8.08 12.38C8.12759 12.5028 8.19896 12.6149 8.29 12.71L11.29 15.71C11.4783 15.8983 11.7337 16.0041 12 16.0041C12.2663 16.0041 12.5217 15.8983 12.71 15.71C12.8983 15.5217 13.0041 15.2663 13.0041 15C13.0041 14.7337 12.8983 14.4783 12.71 14.29L11.41 13H15C15.2652 13 15.5196 12.8946 15.7071 12.7071C15.8946 12.5196 16 12.2652 16 12C16 11.7348 15.8946 11.4804 15.7071 11.2929C15.5196 11.1054 15.2652 11 15 11H11.41L12.71 9.71C12.8037 9.61704 12.8781 9.50644 12.9289 9.38458C12.9797 9.26272 13.0058 9.13201 13.0058 9C13.0058 8.86799 12.9797 8.73728 12.9289 8.61542C12.8781 8.49356 12.8037 8.38296 12.71 8.29C12.617 8.19627 12.5064 8.12188 12.3846 8.07111C12.2627 8.02034 12.132 7.9942 12 7.9942C11.868 7.9942 11.7373 8.02034 11.6154 8.07111C11.4936 8.12188 11.383 8.19627 11.29 8.29L8.29 11.29ZM2 12C2 13.9778 2.58649 15.9112 3.6853 17.5557C4.78412 19.2002 6.3459 20.4819 8.17317 21.2388C10.0004 21.9957 12.0111 22.1937 13.9509 21.8079C15.8907 21.422 17.6725 20.4696 19.0711 19.0711C20.4696 17.6725 21.422 15.8907 21.8079 13.9509C22.1937 12.0111 21.9957 10.0004 21.2388 8.17317C20.4819 6.3459 19.2002 4.78412 17.5557 3.6853C15.9112 2.58649 13.9778 2 12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12ZM20 12C20 13.5823 19.5308 15.129 18.6518 16.4446C17.7727 17.7602 16.5233 18.7855 15.0615 19.391C13.5997 19.9965 11.9911 20.155 10.4393 19.8463C8.88743 19.5376 7.46197 18.7757 6.34315 17.6569C5.22433 16.538 4.4624 15.1126 4.15372 13.5607C3.84504 12.0089 4.00346 10.4003 4.60896 8.93853C5.21447 7.47672 6.23984 6.22729 7.55544 5.34824C8.87103 4.46919 10.4177 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.9999 11H9.4099L12.7099 7.71C12.8982 7.52169 13.004 7.2663 13.004 7C13.004 6.7337 12.8982 6.4783 12.7099 6.29C12.5216 6.10169 12.2662 5.99591 11.9999 5.99591C11.7336 5.99591 11.4782 6.10169 11.2899 6.29L6.2899 11.29C6.19886 11.3851 6.12749 11.4972 6.0799 11.62C5.97988 11.8635 5.97988 12.1365 6.0799 12.38C6.12749 12.5027 6.19886 12.6149 6.2899 12.71L11.2899 17.71C11.3829 17.8037 11.4935 17.8781 11.6153 17.9289C11.7372 17.9797 11.8679 18.0058 11.9999 18.0058C12.1319 18.0058 12.2626 17.9797 12.3845 17.9289C12.5063 17.8781 12.6169 17.8037 12.7099 17.71C12.8036 17.617 12.878 17.5064 12.9288 17.3846C12.9796 17.2627 13.0057 17.132 13.0057 17C13.0057 16.868 12.9796 16.7373 12.9288 16.6154C12.878 16.4936 12.8036 16.383 12.7099 16.29L9.4099 13H16.9999C17.2651 13 17.5195 12.8946 17.707 12.7071C17.8945 12.5196 17.9999 12.2652 17.9999 12C17.9999 11.7348 17.8945 11.4804 17.707 11.2929C17.5195 11.1054 17.2651 11 16.9999 11Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.4696 2H3.52957C3.33915 1.99736 3.15007 2.03225 2.97314 2.10268C2.7962 2.17312 2.63487 2.27772 2.49837 2.41051C2.36186 2.5433 2.25285 2.70168 2.17756 2.87661C2.10227 3.05153 2.06218 3.23958 2.05957 3.43V20.57C2.06218 20.7604 2.10227 20.9485 2.17756 21.1234C2.25285 21.2983 2.36186 21.4567 2.49837 21.5895C2.63487 21.7223 2.7962 21.8269 2.97314 21.8973C3.15007 21.9678 3.33915 22.0026 3.52957 22H20.4696C20.66 22.0026 20.8491 21.9678 21.026 21.8973C21.2029 21.8269 21.3643 21.7223 21.5008 21.5895C21.6373 21.4567 21.7463 21.2983 21.8216 21.1234C21.8969 20.9485 21.937 20.7604 21.9396 20.57V3.43C21.937 3.23958 21.8969 3.05153 21.8216 2.87661C21.7463 2.70168 21.6373 2.5433 21.5008 2.41051C21.3643 2.27772 21.2029 2.17312 21.026 2.10268C20.8491 2.03225 20.66 1.99736 20.4696 2ZM8.08957 18.74H5.08957V9.74H8.08957V18.74ZM6.58957 8.48C6.17583 8.48 5.77904 8.31564 5.48648 8.02309C5.19393 7.73053 5.02957 7.33374 5.02957 6.92C5.02957 6.50626 5.19393 6.10947 5.48648 5.81691C5.77904 5.52436 6.17583 5.36 6.58957 5.36C6.80927 5.33508 7.03175 5.35685 7.24245 5.42388C7.45314 5.49091 7.64731 5.60169 7.81223 5.74896C7.97715 5.89623 8.1091 6.07668 8.19944 6.27848C8.28979 6.48029 8.33649 6.6989 8.33649 6.92C8.33649 7.1411 8.28979 7.35971 8.19944 7.56152C8.1091 7.76332 7.97715 7.94377 7.81223 8.09104C7.64731 8.23831 7.45314 8.34909 7.24245 8.41612C7.03175 8.48315 6.80927 8.50491 6.58957 8.48ZM18.9096 18.74H15.9096V13.91C15.9096 12.7 15.4796 11.91 14.3896 11.91C14.0522 11.9125 13.7238 12.0183 13.4484 12.2132C13.1731 12.4081 12.9641 12.6827 12.8496 13C12.7713 13.235 12.7374 13.4826 12.7496 13.73V18.73H9.74957C9.74957 18.73 9.74957 10.55 9.74957 9.73H12.7496V11C13.0221 10.5271 13.4185 10.1375 13.896 9.8732C14.3735 9.60888 14.9141 9.47985 15.4596 9.5C17.4596 9.5 18.9096 10.79 18.9096 13.56V18.74Z" />
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="40" height="41" viewBox="0 0 40 41" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16 36.4509H6C5.46957 36.4509 4.96086 36.2402 4.58579 35.8651C4.21071 35.4901 4 34.9814 4 34.4509V6.45093C4 5.92049 4.21071 5.41179 4.58579 5.03671C4.96086 4.66164 5.46957 4.45093 6 4.45093H16V10.4509C16 12.0422 16.6321 13.5684 17.7574 14.6936C18.8826 15.8188 20.4087 16.4509 22 16.4509H30C30.3949 16.449 30.7803 16.3302 31.1077 16.1095C31.4352 15.8888 31.69 15.5762 31.84 15.2109C31.9932 14.8467 32.035 14.4453 31.9603 14.0573C31.8855 13.6693 31.6975 13.3122 31.42 13.0309L19.42 1.03093C19.2547 0.87536 19.0656 0.74709 18.86 0.650928C18.8003 0.642448 18.7397 0.642448 18.68 0.650928L18.12 0.450928H6C4.4087 0.450928 2.88258 1.08307 1.75736 2.20829C0.632141 3.33351 0 4.85963 0 6.45093V34.4509C0 36.0422 0.632141 37.5684 1.75736 38.6936C2.88258 39.8188 4.4087 40.4509 6 40.4509H16C16.5304 40.4509 17.0391 40.2402 17.4142 39.8651C17.7893 39.4901 18 38.9814 18 38.4509C18 37.9205 17.7893 37.4118 17.4142 37.0367C17.0391 36.6616 16.5304 36.4509 16 36.4509ZM20 7.27093L25.18 12.4509H22C21.4696 12.4509 20.9609 12.2402 20.5858 11.8651C20.2107 11.4901 20 10.9814 20 10.4509V7.27093ZM22 22.4509C22 21.9205 21.7893 21.4118 21.4142 21.0367C21.0391 20.6616 20.5304 20.4509 20 20.4509H10C9.46957 20.4509 8.96086 20.6616 8.58579 21.0367C8.21071 21.4118 8 21.9205 8 22.4509C8 22.9814 8.21071 23.4901 8.58579 23.8651C8.96086 24.2402 9.46957 24.4509 10 24.4509H20C20.5304 24.4509 21.0391 24.2402 21.4142 23.8651C21.7893 23.4901 22 22.9814 22 22.4509ZM10 16.4509H12C12.5304 16.4509 13.0391 16.2402 13.4142 15.8651C13.7893 15.4901 14 14.9814 14 14.4509C14 13.9205 13.7893 13.4118 13.4142 13.0367C13.0391 12.6616 12.5304 12.4509 12 12.4509H10C9.46957 12.4509 8.96086 12.6616 8.58579 13.0367C8.21071 13.4118 8 13.9205 8 14.4509C8 14.9814 8.21071 15.4901 8.58579 15.8651C8.96086 16.2402 9.46957 16.4509 10 16.4509ZM10 28.4509C9.46957 28.4509 8.96086 28.6616 8.58579 29.0367C8.21071 29.4118 8 29.9205 8 30.4509C8 30.9814 8.21071 31.4901 8.58579 31.8651C8.96086 32.2402 9.46957 32.4509 10 32.4509H14C14.5304 32.4509 15.0391 32.2402 15.4142 31.8651C15.7893 31.4901 16 30.9814 16 30.4509C16 29.9205 15.7893 29.4118 15.4142 29.0367C15.0391 28.6616 14.5304 28.4509 14 28.4509H10ZM36 26.8109V26.4509C36 24.8596 35.3679 23.3335 34.2426 22.2083C33.1174 21.0831 31.5913 20.4509 30 20.4509C28.4087 20.4509 26.8826 21.0831 25.7574 22.2083C24.6321 23.3335 24 24.8596 24 26.4509V26.8109C22.8329 27.2236 21.822 27.9871 21.1059 28.9968C20.3898 30.0065 20.0035 31.213 20 32.4509V34.4509C20 36.0422 20.6321 37.5684 21.7574 38.6936C22.8826 39.8188 24.4087 40.4509 26 40.4509H34C35.5913 40.4509 37.1174 39.8188 38.2426 38.6936C39.3679 37.5684 40 36.0422 40 34.4509V32.4509C39.9965 31.213 39.6102 30.0065 38.8941 28.9968C38.178 27.9871 37.1671 27.2236 36 26.8109V26.8109ZM30 24.4509C30.5304 24.4509 31.0391 24.6616 31.4142 25.0367C31.7893 25.4118 32 25.9205 32 26.4509H28C28 25.9205 28.2107 25.4118 28.5858 25.0367C28.9609 24.6616 29.4696 24.4509 30 24.4509ZM36 34.4509C36 34.9814 35.7893 35.4901 35.4142 35.8651C35.0391 36.2402 34.5304 36.4509 34 36.4509H26C25.4696 36.4509 24.9609 36.2402 24.5858 35.8651C24.2107 35.4901 24 34.9814 24 34.4509V32.4509C24 31.9205 24.2107 31.4118 24.5858 31.0367C24.9609 30.6616 25.4696 30.4509 26 30.4509H34C34.5304 30.4509 35.0391 30.6616 35.4142 31.0367C35.7893 31.4118 36 31.9205 36 32.4509V34.4509Z" fill="white"/>
3
+ <path d="M16 36.4509H6C5.46957 36.4509 4.96086 36.2402 4.58579 35.8651C4.21071 35.4901 4 34.9814 4 34.4509V6.45093C4 5.92049 4.21071 5.41179 4.58579 5.03671C4.96086 4.66164 5.46957 4.45093 6 4.45093H16V10.4509C16 12.0422 16.6321 13.5684 17.7574 14.6936C18.8826 15.8188 20.4087 16.4509 22 16.4509H30C30.3949 16.449 30.7803 16.3302 31.1077 16.1095C31.4352 15.8888 31.69 15.5762 31.84 15.2109C31.9932 14.8467 32.035 14.4453 31.9603 14.0573C31.8855 13.6693 31.6975 13.3122 31.42 13.0309L19.42 1.03093C19.2547 0.87536 19.0656 0.74709 18.86 0.650928C18.8003 0.642448 18.7397 0.642448 18.68 0.650928L18.12 0.450928H6C4.4087 0.450928 2.88258 1.08307 1.75736 2.20829C0.632141 3.33351 0 4.85963 0 6.45093V34.4509C0 36.0422 0.632141 37.5684 1.75736 38.6936C2.88258 39.8188 4.4087 40.4509 6 40.4509H16C16.5304 40.4509 17.0391 40.2402 17.4142 39.8651C17.7893 39.4901 18 38.9814 18 38.4509C18 37.9205 17.7893 37.4118 17.4142 37.0367C17.0391 36.6616 16.5304 36.4509 16 36.4509ZM20 7.27093L25.18 12.4509H22C21.4696 12.4509 20.9609 12.2402 20.5858 11.8651C20.2107 11.4901 20 10.9814 20 10.4509V7.27093ZM22 22.4509C22 21.9205 21.7893 21.4118 21.4142 21.0367C21.0391 20.6616 20.5304 20.4509 20 20.4509H10C9.46957 20.4509 8.96086 20.6616 8.58579 21.0367C8.21071 21.4118 8 21.9205 8 22.4509C8 22.9814 8.21071 23.4901 8.58579 23.8651C8.96086 24.2402 9.46957 24.4509 10 24.4509H20C20.5304 24.4509 21.0391 24.2402 21.4142 23.8651C21.7893 23.4901 22 22.9814 22 22.4509ZM10 16.4509H12C12.5304 16.4509 13.0391 16.2402 13.4142 15.8651C13.7893 15.4901 14 14.9814 14 14.4509C14 13.9205 13.7893 13.4118 13.4142 13.0367C13.0391 12.6616 12.5304 12.4509 12 12.4509H10C9.46957 12.4509 8.96086 12.6616 8.58579 13.0367C8.21071 13.4118 8 13.9205 8 14.4509C8 14.9814 8.21071 15.4901 8.58579 15.8651C8.96086 16.2402 9.46957 16.4509 10 16.4509ZM10 28.4509C9.46957 28.4509 8.96086 28.6616 8.58579 29.0367C8.21071 29.4118 8 29.9205 8 30.4509C8 30.9814 8.21071 31.4901 8.58579 31.8651C8.96086 32.2402 9.46957 32.4509 10 32.4509H14C14.5304 32.4509 15.0391 32.2402 15.4142 31.8651C15.7893 31.4901 16 30.9814 16 30.4509C16 29.9205 15.7893 29.4118 15.4142 29.0367C15.0391 28.6616 14.5304 28.4509 14 28.4509H10ZM36 26.8109V26.4509C36 24.8596 35.3679 23.3335 34.2426 22.2083C33.1174 21.0831 31.5913 20.4509 30 20.4509C28.4087 20.4509 26.8826 21.0831 25.7574 22.2083C24.6321 23.3335 24 24.8596 24 26.4509V26.8109C22.8329 27.2236 21.822 27.9871 21.1059 28.9968C20.3898 30.0065 20.0035 31.213 20 32.4509V34.4509C20 36.0422 20.6321 37.5684 21.7574 38.6936C22.8826 39.8188 24.4087 40.4509 26 40.4509H34C35.5913 40.4509 37.1174 39.8188 38.2426 38.6936C39.3679 37.5684 40 36.0422 40 34.4509V32.4509C39.9965 31.213 39.6102 30.0065 38.8941 28.9968C38.178 27.9871 37.1671 27.2236 36 26.8109V26.8109ZM30 24.4509C30.5304 24.4509 31.0391 24.6616 31.4142 25.0367C31.7893 25.4118 32 25.9205 32 26.4509H28C28 25.9205 28.2107 25.4118 28.5858 25.0367C28.9609 24.6616 29.4696 24.4509 30 24.4509ZM36 34.4509C36 34.9814 35.7893 35.4901 35.4142 35.8651C35.0391 36.2402 34.5304 36.4509 34 36.4509H26C25.4696 36.4509 24.9609 36.2402 24.5858 35.8651C24.2107 35.4901 24 34.9814 24 34.4509V32.4509C24 31.9205 24.2107 31.4118 24.5858 31.0367C24.9609 30.6616 25.4696 30.4509 26 30.4509H34C34.5304 30.4509 35.0391 30.6616 35.4142 31.0367C35.7893 31.4118 36 31.9205 36 32.4509V34.4509Z" fill="black" fill-opacity="0.1"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="40" height="43" viewBox="0 0 40 43" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M36 8.81093V6.45093C36 4.85963 35.3679 3.33351 34.2426 2.20829C33.1174 1.08307 31.5913 0.450928 30 0.450928C28.4087 0.450928 26.8826 1.08307 25.7574 2.20829C24.6321 3.33351 24 4.85963 24 6.45093V8.81093C22.8329 9.22355 21.822 9.98707 21.1059 10.9968C20.3898 12.0065 20.0035 13.213 20 14.4509V18.4509C20 20.0422 20.6321 21.5684 21.7574 22.6936C22.8826 23.8188 24.4087 24.4509 26 24.4509H34C35.5913 24.4509 37.1174 23.8188 38.2426 22.6936C39.3679 21.5684 40 20.0422 40 18.4509V14.4509C39.9965 13.213 39.6102 12.0065 38.8941 10.9968C38.178 9.98707 37.1671 9.22355 36 8.81093ZM28 6.45093C28 5.92049 28.2107 5.41179 28.5858 5.03671C28.9609 4.66164 29.4696 4.45093 30 4.45093C30.5304 4.45093 31.0391 4.66164 31.4142 5.03671C31.7893 5.41179 32 5.92049 32 6.45093V8.45093H28V6.45093ZM36 18.4509C36 18.9814 35.7893 19.4901 35.4142 19.8651C35.0391 20.2402 34.5304 20.4509 34 20.4509H26C25.4696 20.4509 24.9609 20.2402 24.5858 19.8651C24.2107 19.4901 24 18.9814 24 18.4509V14.4509C24 13.9205 24.2107 13.4118 24.5858 13.0367C24.9609 12.6616 25.4696 12.4509 26 12.4509H34C34.5304 12.4509 35.0391 12.6616 35.4142 13.0367C35.7893 13.4118 36 13.9205 36 14.4509V18.4509ZM34 28.4509C33.4696 28.4509 32.9609 28.6616 32.5858 29.0367C32.2107 29.4118 32 29.9205 32 30.4509V36.4509C31.9971 36.8338 31.8709 37.2055 31.64 37.5109L14.82 20.6909C13.7579 19.6867 12.3517 19.1271 10.89 19.1271C9.4283 19.1271 8.02207 19.6867 6.96 20.6909L4 23.6509V12.4509C4 11.9205 4.21071 11.4118 4.58579 11.0367C4.96086 10.6616 5.46957 10.4509 6 10.4509H16C16.5304 10.4509 17.0391 10.2402 17.4142 9.86514C17.7893 9.49007 18 8.98136 18 8.45093C18 7.92049 17.7893 7.41179 17.4142 7.03671C17.0391 6.66164 16.5304 6.45093 16 6.45093H6C4.4087 6.45093 2.88258 7.08307 1.75736 8.20829C0.632141 9.33351 0 10.8596 0 12.4509V36.4509C0 38.0422 0.632141 39.5684 1.75736 40.6936C2.88258 41.8188 4.4087 42.4509 6 42.4509H30C31.5913 42.4509 33.1174 41.8188 34.2426 40.6936C35.3679 39.5684 36 38.0422 36 36.4509V30.4509C36 29.9205 35.7893 29.4118 35.4142 29.0367C35.0391 28.6616 34.5304 28.4509 34 28.4509ZM6 38.4509C5.46957 38.4509 4.96086 38.2402 4.58579 37.8651C4.21071 37.4901 4 36.9814 4 36.4509V29.3109L9.8 23.5109C10.0938 23.2309 10.4841 23.0747 10.89 23.0747C11.2959 23.0747 11.6862 23.2309 11.98 23.5109L26.92 38.4509H6Z" fill="white"/>
3
+ <path d="M36 8.81093V6.45093C36 4.85963 35.3679 3.33351 34.2426 2.20829C33.1174 1.08307 31.5913 0.450928 30 0.450928C28.4087 0.450928 26.8826 1.08307 25.7574 2.20829C24.6321 3.33351 24 4.85963 24 6.45093V8.81093C22.8329 9.22355 21.822 9.98707 21.1059 10.9968C20.3898 12.0065 20.0035 13.213 20 14.4509V18.4509C20 20.0422 20.6321 21.5684 21.7574 22.6936C22.8826 23.8188 24.4087 24.4509 26 24.4509H34C35.5913 24.4509 37.1174 23.8188 38.2426 22.6936C39.3679 21.5684 40 20.0422 40 18.4509V14.4509C39.9965 13.213 39.6102 12.0065 38.8941 10.9968C38.178 9.98707 37.1671 9.22355 36 8.81093ZM28 6.45093C28 5.92049 28.2107 5.41179 28.5858 5.03671C28.9609 4.66164 29.4696 4.45093 30 4.45093C30.5304 4.45093 31.0391 4.66164 31.4142 5.03671C31.7893 5.41179 32 5.92049 32 6.45093V8.45093H28V6.45093ZM36 18.4509C36 18.9814 35.7893 19.4901 35.4142 19.8651C35.0391 20.2402 34.5304 20.4509 34 20.4509H26C25.4696 20.4509 24.9609 20.2402 24.5858 19.8651C24.2107 19.4901 24 18.9814 24 18.4509V14.4509C24 13.9205 24.2107 13.4118 24.5858 13.0367C24.9609 12.6616 25.4696 12.4509 26 12.4509H34C34.5304 12.4509 35.0391 12.6616 35.4142 13.0367C35.7893 13.4118 36 13.9205 36 14.4509V18.4509ZM34 28.4509C33.4696 28.4509 32.9609 28.6616 32.5858 29.0367C32.2107 29.4118 32 29.9205 32 30.4509V36.4509C31.9971 36.8338 31.8709 37.2055 31.64 37.5109L14.82 20.6909C13.7579 19.6867 12.3517 19.1271 10.89 19.1271C9.4283 19.1271 8.02207 19.6867 6.96 20.6909L4 23.6509V12.4509C4 11.9205 4.21071 11.4118 4.58579 11.0367C4.96086 10.6616 5.46957 10.4509 6 10.4509H16C16.5304 10.4509 17.0391 10.2402 17.4142 9.86514C17.7893 9.49007 18 8.98136 18 8.45093C18 7.92049 17.7893 7.41179 17.4142 7.03671C17.0391 6.66164 16.5304 6.45093 16 6.45093H6C4.4087 6.45093 2.88258 7.08307 1.75736 8.20829C0.632141 9.33351 0 10.8596 0 12.4509V36.4509C0 38.0422 0.632141 39.5684 1.75736 40.6936C2.88258 41.8188 4.4087 42.4509 6 42.4509H30C31.5913 42.4509 33.1174 41.8188 34.2426 40.6936C35.3679 39.5684 36 38.0422 36 36.4509V30.4509C36 29.9205 35.7893 29.4118 35.4142 29.0367C35.0391 28.6616 34.5304 28.4509 34 28.4509ZM6 38.4509C5.46957 38.4509 4.96086 38.2402 4.58579 37.8651C4.21071 37.4901 4 36.9814 4 36.4509V29.3109L9.8 23.5109C10.0938 23.2309 10.4841 23.0747 10.89 23.0747C11.2959 23.0747 11.6862 23.2309 11.98 23.5109L26.92 38.4509H6Z" fill="black" fill-opacity="0.1"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.7104 20.2899L18.0004 16.6099C19.4405 14.8143 20.1379 12.5352 19.9492 10.2412C19.7605 7.94721 18.7001 5.81269 16.9859 4.27655C15.2718 2.74041 13.0342 1.91941 10.7333 1.98237C8.43243 2.04534 6.24311 2.98747 4.61553 4.61505C2.98795 6.24263 2.04582 8.43194 1.98286 10.7328C1.9199 13.0337 2.7409 15.2713 4.27704 16.9854C5.81318 18.6996 7.94769 19.76 10.2417 19.9487C12.5357 20.1374 14.8148 19.44 16.6104 17.9999L20.2904 21.6799C20.3834 21.7736 20.494 21.848 20.6158 21.8988C20.7377 21.9496 20.8684 21.9757 21.0004 21.9757C21.1324 21.9757 21.2631 21.9496 21.385 21.8988C21.5068 21.848 21.6174 21.7736 21.7104 21.6799C21.8906 21.4934 21.9914 21.2442 21.9914 20.9849C21.9914 20.7256 21.8906 20.4764 21.7104 20.2899ZM11.0004 17.9999C9.61592 17.9999 8.26255 17.5894 7.1114 16.8202C5.96026 16.051 5.06305 14.9578 4.53324 13.6787C4.00342 12.3996 3.8648 10.9921 4.1349 9.63427C4.40499 8.27641 5.07168 7.02912 6.05065 6.05016C7.02961 5.07119 8.27689 4.4045 9.63476 4.13441C10.9926 3.86431 12.4001 4.00293 13.6792 4.53275C14.9583 5.06256 16.0515 5.95977 16.8207 7.11091C17.5899 8.26206 18.0004 9.61544 18.0004 10.9999C18.0004 12.8564 17.2629 14.6369 15.9501 15.9497C14.6374 17.2624 12.8569 17.9999 11.0004 17.9999Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.32 5.04999L15.32 3.04999H15.25C15.2035 3.04532 15.1566 3.04532 15.11 3.04999H14.88H14.75H14.68L9 4.99999L3.32 3.04999C3.16962 3.00041 3.00961 2.98724 2.85314 3.01158C2.69667 3.03592 2.54822 3.09707 2.42 3.18999C2.29076 3.28201 2.18527 3.40346 2.11224 3.5443C2.03921 3.68514 2.00074 3.84134 2 3.99999V18C1.99946 18.2096 2.06482 18.4141 2.18685 18.5846C2.30887 18.7551 2.48138 18.8829 2.68 18.95L8.68 20.95C8.88145 21.0157 9.09856 21.0157 9.3 20.95L15 19.05L20.68 21C20.7862 21.0144 20.8938 21.0144 21 21C21.2091 21.0029 21.4132 20.9361 21.58 20.81C21.7092 20.718 21.8147 20.5965 21.8878 20.4557C21.9608 20.3148 21.9993 20.1586 22 20V5.99999C22.0005 5.79035 21.9352 5.58584 21.8132 5.41536C21.6911 5.24489 21.5186 5.11708 21.32 5.04999ZM8 18.61L4 17.28V5.38999L8 6.71999V18.61ZM14 17.28L10 18.61V6.71999L14 5.38999V17.28ZM20 18.61L16 17.28V5.38999L20 6.71999V18.61Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.9912 2.00195C19.8599 2.00188 19.7298 2.02769 19.6084 2.07792C19.4871 2.12815 19.3768 2.20181 19.2839 2.29468C19.1911 2.38755 19.1174 2.49782 19.0672 2.61918C19.017 2.74054 18.9911 2.87061 18.9912 3.00195V3.63867C18.1478 4.68438 17.0819 5.52887 15.871 6.11067C14.66 6.69248 13.3346 6.99696 11.9912 7.00195H5.99121C5.19583 7.00282 4.43327 7.31917 3.87085 7.88159C3.30843 8.44401 2.99208 9.20657 2.99121 10.002V12.002C2.99208 12.7973 3.30843 13.5599 3.87085 14.1223C4.43327 14.6847 5.19583 15.0011 5.99121 15.002H6.475L4.07227 20.6084C4.00698 20.7604 3.98047 20.9263 3.99512 21.0911C4.00978 21.256 4.06514 21.4146 4.15624 21.5528C4.24734 21.6909 4.37133 21.8043 4.51706 21.8827C4.6628 21.9611 4.82572 22.0021 4.99121 22.002H8.99121C9.18696 22.0021 9.37843 21.9446 9.54182 21.8368C9.7052 21.729 9.83329 21.5755 9.91016 21.3955L12.6339 15.04C13.8646 15.1303 15.0636 15.472 16.157 16.0439C17.2505 16.6158 18.215 17.4058 18.9912 18.365V19.002C18.9912 19.2672 19.0966 19.5215 19.2841 19.7091C19.4716 19.8966 19.726 20.002 19.9912 20.002C20.2564 20.002 20.5108 19.8966 20.6983 19.7091C20.8859 19.5215 20.9912 19.2672 20.9912 19.002V3.00195C20.9913 2.87061 20.9655 2.74054 20.9152 2.61918C20.865 2.49782 20.7914 2.38755 20.6985 2.29468C20.6056 2.2018 20.4953 2.12815 20.374 2.07792C20.2526 2.02769 20.1226 2.00188 19.9912 2.00195ZM5.99121 13.002C5.72605 13.0018 5.4718 12.8964 5.2843 12.7089C5.0968 12.5214 4.99139 12.2671 4.99121 12.002V10.002C4.99139 9.73679 5.09681 9.48254 5.2843 9.29505C5.4718 9.10755 5.72605 9.00213 5.99121 9.00195H6.99121V13.002H5.99121ZM8.33203 20.002H6.50781L8.65039 15.002H10.4746L8.33203 20.002ZM18.9912 15.5238C17.0195 13.8994 14.5459 13.0082 11.9912 13.0019H8.99121V9.0019H11.9912C14.5459 8.99537 17.0195 8.10406 18.9912 6.47956V15.5238Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 4H5C4.20435 4 3.44129 4.31607 2.87868 4.87868C2.31607 5.44129 2 6.20435 2 7V17C2 17.7956 2.31607 18.5587 2.87868 19.1213C3.44129 19.6839 4.20435 20 5 20H19C19.7956 20 20.5587 19.6839 21.1213 19.1213C21.6839 18.5587 22 17.7956 22 17V7C22 6.20435 21.6839 5.44129 21.1213 4.87868C20.5587 4.31607 19.7956 4 19 4ZM5 6H19C19.2652 6 19.5196 6.10536 19.7071 6.29289C19.8946 6.48043 20 6.73478 20 7L12 11.88L4 7C4 6.73478 4.10536 6.48043 4.29289 6.29289C4.48043 6.10536 4.73478 6 5 6ZM20 17C20 17.2652 19.8946 17.5196 19.7071 17.7071C19.5196 17.8946 19.2652 18 19 18H5C4.73478 18 4.48043 17.8946 4.29289 17.7071C4.10536 17.5196 4 17.2652 4 17V9.28L11.48 13.85C11.632 13.9378 11.8045 13.984 11.98 13.984C12.1555 13.984 12.328 13.9378 12.48 13.85L20 9.28V17Z" />
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="29" height="41" viewBox="0 0 29 41" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.92 29.0309L15.62 28.7909C15.5085 28.7152 15.3874 28.6547 15.26 28.6109L14.9 28.4509C14.5756 28.3831 14.2395 28.397 13.9218 28.4912C13.6042 28.5855 13.3149 28.7572 13.08 28.9909C12.9033 29.1853 12.7613 29.4086 12.66 29.6509C12.5086 30.0153 12.4685 30.4164 12.5445 30.8036C12.6206 31.1907 12.8094 31.5468 13.0874 31.8269C13.3653 32.107 13.7199 32.2986 14.1065 32.3776C14.4931 32.4566 14.8944 32.4195 15.26 32.2709C15.499 32.155 15.721 32.0069 15.92 31.8309C16.1975 31.5497 16.3855 31.1925 16.4603 30.8046C16.535 30.4166 16.4932 30.0152 16.34 29.6509C16.2403 29.4197 16.0978 29.2093 15.92 29.0309ZM22.5 0.450928H6.5C4.9087 0.450928 3.38258 1.08307 2.25736 2.20829C1.13214 3.33351 0.5 4.85963 0.5 6.45093V34.4509C0.5 36.0422 1.13214 37.5684 2.25736 38.6936C3.38258 39.8188 4.9087 40.4509 6.5 40.4509H22.5C24.0913 40.4509 25.6174 39.8188 26.7426 38.6936C27.8679 37.5684 28.5 36.0422 28.5 34.4509V6.45093C28.5 4.85963 27.8679 3.33351 26.7426 2.20829C25.6174 1.08307 24.0913 0.450928 22.5 0.450928ZM24.5 34.4509C24.5 34.9814 24.2893 35.4901 23.9142 35.8651C23.5391 36.2402 23.0304 36.4509 22.5 36.4509H6.5C5.96957 36.4509 5.46086 36.2402 5.08579 35.8651C4.71071 35.4901 4.5 34.9814 4.5 34.4509V6.45093C4.5 5.92049 4.71071 5.41179 5.08579 5.03671C5.46086 4.66164 5.96957 4.45093 6.5 4.45093H22.5C23.0304 4.45093 23.5391 4.66164 23.9142 5.03671C24.2893 5.41179 24.5 5.92049 24.5 6.45093V34.4509Z" fill="white"/>
3
+ <path d="M15.92 29.0309L15.62 28.7909C15.5085 28.7152 15.3874 28.6547 15.26 28.6109L14.9 28.4509C14.5756 28.3831 14.2395 28.397 13.9218 28.4912C13.6042 28.5855 13.3149 28.7572 13.08 28.9909C12.9033 29.1853 12.7613 29.4086 12.66 29.6509C12.5086 30.0153 12.4685 30.4164 12.5445 30.8036C12.6206 31.1907 12.8094 31.5468 13.0874 31.8269C13.3653 32.107 13.7199 32.2986 14.1065 32.3776C14.4931 32.4566 14.8944 32.4195 15.26 32.2709C15.499 32.155 15.721 32.0069 15.92 31.8309C16.1975 31.5497 16.3855 31.1925 16.4603 30.8046C16.535 30.4166 16.4932 30.0152 16.34 29.6509C16.2403 29.4197 16.0978 29.2093 15.92 29.0309ZM22.5 0.450928H6.5C4.9087 0.450928 3.38258 1.08307 2.25736 2.20829C1.13214 3.33351 0.5 4.85963 0.5 6.45093V34.4509C0.5 36.0422 1.13214 37.5684 2.25736 38.6936C3.38258 39.8188 4.9087 40.4509 6.5 40.4509H22.5C24.0913 40.4509 25.6174 39.8188 26.7426 38.6936C27.8679 37.5684 28.5 36.0422 28.5 34.4509V6.45093C28.5 4.85963 27.8679 3.33351 26.7426 2.20829C25.6174 1.08307 24.0913 0.450928 22.5 0.450928ZM24.5 34.4509C24.5 34.9814 24.2893 35.4901 23.9142 35.8651C23.5391 36.2402 23.0304 36.4509 22.5 36.4509H6.5C5.96957 36.4509 5.46086 36.2402 5.08579 35.8651C4.71071 35.4901 4.5 34.9814 4.5 34.4509V6.45093C4.5 5.92049 4.71071 5.41179 5.08579 5.03671C5.46086 4.66164 5.96957 4.45093 6.5 4.45093H22.5C23.0304 4.45093 23.5391 4.66164 23.9142 5.03671C24.2893 5.41179 24.5 5.92049 24.5 6.45093V34.4509Z" fill="black" fill-opacity="0.1"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.4899 10.19L20.4899 9.64002L11.4899 4.64002H11.3799C11.3186 4.6141 11.255 4.59401 11.1899 4.58002H10.9999H10.8199C10.7516 4.59402 10.6846 4.6141 10.6199 4.64002H10.5099L1.50988 9.64002C1.35598 9.72724 1.22797 9.85371 1.13891 10.0066C1.04985 10.1594 1.00293 10.3331 1.00293 10.51C1.00293 10.6869 1.04985 10.8606 1.13891 11.0135C1.22797 11.1663 1.35598 11.2928 1.50988 11.38L3.99988 12.76V17.5C3.99988 18.2957 4.31595 19.0587 4.87856 19.6213C5.44117 20.1839 6.20423 20.5 6.99988 20.5H14.9999C15.7955 20.5 16.5586 20.1839 17.1212 19.6213C17.6838 19.0587 17.9999 18.2957 17.9999 17.5V12.76L19.9999 11.64V14.5C19.9999 14.7652 20.1052 15.0196 20.2928 15.2071C20.4803 15.3947 20.7347 15.5 20.9999 15.5C21.2651 15.5 21.5194 15.3947 21.707 15.2071C21.8945 15.0196 21.9999 14.7652 21.9999 14.5V11.06C21.9996 10.8828 21.9522 10.7089 21.8626 10.556C21.773 10.4032 21.6443 10.2768 21.4899 10.19ZM15.9999 17.5C15.9999 17.7652 15.8945 18.0196 15.707 18.2071C15.5194 18.3947 15.2651 18.5 14.9999 18.5H6.99988C6.73466 18.5 6.48031 18.3947 6.29277 18.2071C6.10524 18.0196 5.99988 17.7652 5.99988 17.5V13.87L10.5099 16.37L10.6599 16.43H10.7499C10.8329 16.4405 10.9169 16.4405 10.9999 16.43C11.0829 16.4405 11.1669 16.4405 11.2499 16.43H11.3399C11.393 16.4188 11.4437 16.3985 11.4899 16.37L15.9999 13.87V17.5ZM10.9999 14.36L4.05988 10.5L10.9999 6.64002L17.9399 10.5L10.9999 14.36Z" />
3
+ </svg>