@unoff/ui 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (322) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +880 -0
  3. package/dist/assets/Accordion.css +1 -0
  4. package/dist/assets/ActionsItem.css +1 -0
  5. package/dist/assets/ActionsList.css +1 -0
  6. package/dist/assets/Avatar.css +1 -0
  7. package/dist/assets/Bar.css +1 -0
  8. package/dist/assets/Button.css +1 -0
  9. package/dist/assets/Card.css +1 -0
  10. package/dist/assets/Chip.css +1 -0
  11. package/dist/assets/ColorChip.css +1 -0
  12. package/dist/assets/ColorItem.css +1 -0
  13. package/dist/assets/Consent.css +1 -0
  14. package/dist/assets/Dialog.css +1 -0
  15. package/dist/assets/DraggableItem.css +1 -0
  16. package/dist/assets/DraggableWindow.css +1 -0
  17. package/dist/assets/Drawer.css +1 -0
  18. package/dist/assets/Dropdown.css +1 -0
  19. package/dist/assets/Dropzone.css +1 -0
  20. package/dist/assets/FormItem.css +1 -0
  21. package/dist/assets/Icon.css +1 -0
  22. package/dist/assets/IconChip.css +1 -0
  23. package/dist/assets/Input.css +1 -0
  24. package/dist/assets/InputsBar.css +1 -0
  25. package/dist/assets/KeyboardShortcutItem.css +1 -0
  26. package/dist/assets/Knob.css +1 -0
  27. package/dist/assets/Layout.css +1 -0
  28. package/dist/assets/List.css +1 -0
  29. package/dist/assets/MembersList.css +1 -0
  30. package/dist/assets/Menu.css +1 -0
  31. package/dist/assets/Message.css +1 -0
  32. package/dist/assets/MultipleSlider.css +1 -0
  33. package/dist/assets/Notification.css +1 -0
  34. package/dist/assets/Popin.css +1 -0
  35. package/dist/assets/Section.css +1 -0
  36. package/dist/assets/SectionTitle.css +1 -0
  37. package/dist/assets/Select.css +1 -0
  38. package/dist/assets/SemanticMessage.css +1 -0
  39. package/dist/assets/SimpleItem.css +1 -0
  40. package/dist/assets/SimpleSlider.css +1 -0
  41. package/dist/assets/SortableList.css +1 -0
  42. package/dist/assets/Tabs.css +1 -0
  43. package/dist/assets/Text.css +1 -0
  44. package/dist/assets/Thumbnail.css +1 -0
  45. package/dist/assets/Tooltip.css +1 -0
  46. package/dist/assets/styles/icons/icons.css +1 -0
  47. package/dist/assets/styles/icons/styles/figma.css +1 -0
  48. package/dist/assets/styles/icons/styles/framer.css +1 -0
  49. package/dist/assets/styles/icons/styles/penpot.css +1 -0
  50. package/dist/assets/styles/icons/styles/sketch.css +1 -0
  51. package/dist/assets/styles/layouts.css +1 -0
  52. package/dist/assets/styles/texts/styles/figma.css +1 -0
  53. package/dist/assets/styles/texts/styles/framer.css +1 -0
  54. package/dist/assets/styles/texts/styles/penpot.css +1 -0
  55. package/dist/assets/styles/texts/styles/sketch.css +1 -0
  56. package/dist/assets/styles/texts/texts.css +1 -0
  57. package/dist/assets/styles/tokens/figma-types.css +1 -0
  58. package/dist/assets/styles/tokens/framer-types.css +1 -0
  59. package/dist/assets/styles/tokens/modules/figma-colors.css +1 -0
  60. package/dist/assets/styles/tokens/modules/figma-types.css +1 -0
  61. package/dist/assets/styles/tokens/modules/framer-colors.css +1 -0
  62. package/dist/assets/styles/tokens/modules/framer-types.css +1 -0
  63. package/dist/assets/styles/tokens/modules/globals.css +1 -0
  64. package/dist/assets/styles/tokens/modules/penpot-colors.css +1 -0
  65. package/dist/assets/styles/tokens/modules/penpot-types.css +1 -0
  66. package/dist/assets/styles/tokens/modules/sketch-colors.css +1 -0
  67. package/dist/assets/styles/tokens/modules/sketch-types.css +1 -0
  68. package/dist/assets/styles/tokens/penpot-types.css +1 -0
  69. package/dist/assets/styles/tokens/sketch-types.css +1 -0
  70. package/dist/components/actions/accordion/Accordion.d.ts +59 -0
  71. package/dist/components/actions/accordion/Accordion.d.ts.map +1 -0
  72. package/dist/components/actions/accordion/Accordion.js +104 -0
  73. package/dist/components/actions/accordion/Accordion.js.map +1 -0
  74. package/dist/components/actions/button/Button.d.ts +148 -0
  75. package/dist/components/actions/button/Button.d.ts.map +1 -0
  76. package/dist/components/actions/button/Button.figma.d.ts +2 -0
  77. package/dist/components/actions/button/Button.figma.d.ts.map +1 -0
  78. package/dist/components/actions/button/Button.figma.js +43 -0
  79. package/dist/components/actions/button/Button.figma.js.map +1 -0
  80. package/dist/components/actions/button/Button.js +306 -0
  81. package/dist/components/actions/button/Button.js.map +1 -0
  82. package/dist/components/actions/card/Card.d.ts +39 -0
  83. package/dist/components/actions/card/Card.d.ts.map +1 -0
  84. package/dist/components/actions/card/Card.js +99 -0
  85. package/dist/components/actions/card/Card.js.map +1 -0
  86. package/dist/components/actions/knob/Knob.d.ts +93 -0
  87. package/dist/components/actions/knob/Knob.d.ts.map +1 -0
  88. package/dist/components/actions/knob/Knob.js +179 -0
  89. package/dist/components/actions/knob/Knob.js.map +1 -0
  90. package/dist/components/actions/menu/Menu.d.ts +104 -0
  91. package/dist/components/actions/menu/Menu.d.ts.map +1 -0
  92. package/dist/components/actions/menu/Menu.js +200 -0
  93. package/dist/components/actions/menu/Menu.js.map +1 -0
  94. package/dist/components/assets/avatar/Avatar.d.ts +30 -0
  95. package/dist/components/assets/avatar/Avatar.d.ts.map +1 -0
  96. package/dist/components/assets/avatar/Avatar.js +54 -0
  97. package/dist/components/assets/avatar/Avatar.js.map +1 -0
  98. package/dist/components/assets/icon/Icon.d.ts +28 -0
  99. package/dist/components/assets/icon/Icon.d.ts.map +1 -0
  100. package/dist/components/assets/icon/Icon.figma.d.ts +2 -0
  101. package/dist/components/assets/icon/Icon.figma.d.ts.map +1 -0
  102. package/dist/components/assets/icon/Icon.figma.js +27 -0
  103. package/dist/components/assets/icon/Icon.figma.js.map +1 -0
  104. package/dist/components/assets/icon/Icon.js +35 -0
  105. package/dist/components/assets/icon/Icon.js.map +1 -0
  106. package/dist/components/assets/section-title/SectionTitle.d.ts +22 -0
  107. package/dist/components/assets/section-title/SectionTitle.d.ts.map +1 -0
  108. package/dist/components/assets/section-title/SectionTitle.js +42 -0
  109. package/dist/components/assets/section-title/SectionTitle.js.map +1 -0
  110. package/dist/components/assets/text/Text.d.ts +34 -0
  111. package/dist/components/assets/text/Text.d.ts.map +1 -0
  112. package/dist/components/assets/text/Text.js +35 -0
  113. package/dist/components/assets/text/Text.js.map +1 -0
  114. package/dist/components/assets/thumbnail/Thumbnail.d.ts +25 -0
  115. package/dist/components/assets/thumbnail/Thumbnail.d.ts.map +1 -0
  116. package/dist/components/assets/thumbnail/Thumbnail.js +67 -0
  117. package/dist/components/assets/thumbnail/Thumbnail.js.map +1 -0
  118. package/dist/components/dialogs/consent/Consent.d.ts +85 -0
  119. package/dist/components/dialogs/consent/Consent.d.ts.map +1 -0
  120. package/dist/components/dialogs/consent/Consent.js +402 -0
  121. package/dist/components/dialogs/consent/Consent.js.map +1 -0
  122. package/dist/components/dialogs/dialog/Dialog.d.ts +81 -0
  123. package/dist/components/dialogs/dialog/Dialog.d.ts.map +1 -0
  124. package/dist/components/dialogs/dialog/Dialog.js +58 -0
  125. package/dist/components/dialogs/dialog/Dialog.js.map +1 -0
  126. package/dist/components/dialogs/message/Message.d.ts +25 -0
  127. package/dist/components/dialogs/message/Message.d.ts.map +1 -0
  128. package/dist/components/dialogs/message/Message.js +141 -0
  129. package/dist/components/dialogs/message/Message.js.map +1 -0
  130. package/dist/components/dialogs/notification/Notification.d.ts +22 -0
  131. package/dist/components/dialogs/notification/Notification.d.ts.map +1 -0
  132. package/dist/components/dialogs/notification/Notification.js +38 -0
  133. package/dist/components/dialogs/notification/Notification.js.map +1 -0
  134. package/dist/components/dialogs/semantic-message/SemanticMessage.d.ts +40 -0
  135. package/dist/components/dialogs/semantic-message/SemanticMessage.d.ts.map +1 -0
  136. package/dist/components/dialogs/semantic-message/SemanticMessage.js +71 -0
  137. package/dist/components/dialogs/semantic-message/SemanticMessage.js.map +1 -0
  138. package/dist/components/inputs/dropdown/Dropdown.d.ts +123 -0
  139. package/dist/components/inputs/dropdown/Dropdown.d.ts.map +1 -0
  140. package/dist/components/inputs/dropdown/Dropdown.figma.d.ts +2 -0
  141. package/dist/components/inputs/dropdown/Dropdown.figma.d.ts.map +1 -0
  142. package/dist/components/inputs/dropdown/Dropdown.figma.js +28 -0
  143. package/dist/components/inputs/dropdown/Dropdown.figma.js.map +1 -0
  144. package/dist/components/inputs/dropdown/Dropdown.js +307 -0
  145. package/dist/components/inputs/dropdown/Dropdown.js.map +1 -0
  146. package/dist/components/inputs/dropzone/Dropzone.d.ts +78 -0
  147. package/dist/components/inputs/dropzone/Dropzone.d.ts.map +1 -0
  148. package/dist/components/inputs/dropzone/Dropzone.js +222 -0
  149. package/dist/components/inputs/dropzone/Dropzone.js.map +1 -0
  150. package/dist/components/inputs/input/Input.d.ts +203 -0
  151. package/dist/components/inputs/input/Input.d.ts.map +1 -0
  152. package/dist/components/inputs/input/Input.figma.d.ts +2 -0
  153. package/dist/components/inputs/input/Input.figma.d.ts.map +1 -0
  154. package/dist/components/inputs/input/Input.figma.js +35 -0
  155. package/dist/components/inputs/input/Input.figma.js.map +1 -0
  156. package/dist/components/inputs/input/Input.js +713 -0
  157. package/dist/components/inputs/input/Input.js.map +1 -0
  158. package/dist/components/inputs/inputs-bar/InputsBar.d.ts +18 -0
  159. package/dist/components/inputs/inputs-bar/InputsBar.d.ts.map +1 -0
  160. package/dist/components/inputs/inputs-bar/InputsBar.js +15 -0
  161. package/dist/components/inputs/inputs-bar/InputsBar.js.map +1 -0
  162. package/dist/components/inputs/multiple-slider/MultipleSlider.d.ts +125 -0
  163. package/dist/components/inputs/multiple-slider/MultipleSlider.d.ts.map +1 -0
  164. package/dist/components/inputs/multiple-slider/MultipleSlider.js +417 -0
  165. package/dist/components/inputs/multiple-slider/MultipleSlider.js.map +1 -0
  166. package/dist/components/inputs/multiple-slider/actions/addStop.d.ts +8 -0
  167. package/dist/components/inputs/multiple-slider/actions/addStop.d.ts.map +1 -0
  168. package/dist/components/inputs/multiple-slider/actions/deleteStop.d.ts +8 -0
  169. package/dist/components/inputs/multiple-slider/actions/deleteStop.d.ts.map +1 -0
  170. package/dist/components/inputs/multiple-slider/actions/shiftLeftStop.d.ts +5 -0
  171. package/dist/components/inputs/multiple-slider/actions/shiftLeftStop.d.ts.map +1 -0
  172. package/dist/components/inputs/multiple-slider/actions/shiftRightStop.d.ts +5 -0
  173. package/dist/components/inputs/multiple-slider/actions/shiftRightStop.d.ts.map +1 -0
  174. package/dist/components/inputs/select/Select.d.ts +112 -0
  175. package/dist/components/inputs/select/Select.d.ts.map +1 -0
  176. package/dist/components/inputs/select/Select.js +313 -0
  177. package/dist/components/inputs/select/Select.js.map +1 -0
  178. package/dist/components/inputs/simple-slider/SimpleSlider.d.ts +93 -0
  179. package/dist/components/inputs/simple-slider/SimpleSlider.d.ts.map +1 -0
  180. package/dist/components/inputs/simple-slider/SimpleSlider.js +166 -0
  181. package/dist/components/inputs/simple-slider/SimpleSlider.js.map +1 -0
  182. package/dist/components/lists/actions-item/ActionsItem.d.ts +64 -0
  183. package/dist/components/lists/actions-item/ActionsItem.d.ts.map +1 -0
  184. package/dist/components/lists/actions-item/ActionsItem.js +115 -0
  185. package/dist/components/lists/actions-item/ActionsItem.js.map +1 -0
  186. package/dist/components/lists/actions-list/ActionsList.d.ts +79 -0
  187. package/dist/components/lists/actions-list/ActionsList.d.ts.map +1 -0
  188. package/dist/components/lists/actions-list/ActionsList.js +384 -0
  189. package/dist/components/lists/actions-list/ActionsList.js.map +1 -0
  190. package/dist/components/lists/color-item/ColorItem.d.ts +27 -0
  191. package/dist/components/lists/color-item/ColorItem.d.ts.map +1 -0
  192. package/dist/components/lists/color-item/ColorItem.js +70 -0
  193. package/dist/components/lists/color-item/ColorItem.js.map +1 -0
  194. package/dist/components/lists/draggable-item/DraggableItem.d.ts +110 -0
  195. package/dist/components/lists/draggable-item/DraggableItem.d.ts.map +1 -0
  196. package/dist/components/lists/draggable-item/DraggableItem.js +176 -0
  197. package/dist/components/lists/draggable-item/DraggableItem.js.map +1 -0
  198. package/dist/components/lists/keyboard-shortcut-item/KeyboardShortcutItem.d.ts +19 -0
  199. package/dist/components/lists/keyboard-shortcut-item/KeyboardShortcutItem.d.ts.map +1 -0
  200. package/dist/components/lists/keyboard-shortcut-item/KeyboardShortcutItem.js +75 -0
  201. package/dist/components/lists/keyboard-shortcut-item/KeyboardShortcutItem.js.map +1 -0
  202. package/dist/components/lists/members-list/MembersList.d.ts +32 -0
  203. package/dist/components/lists/members-list/MembersList.d.ts.map +1 -0
  204. package/dist/components/lists/members-list/MembersList.js +117 -0
  205. package/dist/components/lists/members-list/MembersList.js.map +1 -0
  206. package/dist/components/lists/sortable-list/SortableList.d.ts +103 -0
  207. package/dist/components/lists/sortable-list/SortableList.d.ts.map +1 -0
  208. package/dist/components/lists/sortable-list/SortableList.js +148 -0
  209. package/dist/components/lists/sortable-list/SortableList.js.map +1 -0
  210. package/dist/components/lists/tabs/Tabs.d.ts +48 -0
  211. package/dist/components/lists/tabs/Tabs.d.ts.map +1 -0
  212. package/dist/components/lists/tabs/Tabs.figma.d.ts +2 -0
  213. package/dist/components/lists/tabs/Tabs.figma.d.ts.map +1 -0
  214. package/dist/components/lists/tabs/Tabs.figma.js +31 -0
  215. package/dist/components/lists/tabs/Tabs.figma.js.map +1 -0
  216. package/dist/components/lists/tabs/Tabs.js +165 -0
  217. package/dist/components/lists/tabs/Tabs.js.map +1 -0
  218. package/dist/components/slots/bar/Bar.d.ts +65 -0
  219. package/dist/components/slots/bar/Bar.d.ts.map +1 -0
  220. package/dist/components/slots/bar/Bar.js +100 -0
  221. package/dist/components/slots/bar/Bar.js.map +1 -0
  222. package/dist/components/slots/draggable-window/DraggableWindow.d.ts +25 -0
  223. package/dist/components/slots/draggable-window/DraggableWindow.d.ts.map +1 -0
  224. package/dist/components/slots/draggable-window/DraggableWindow.js +100 -0
  225. package/dist/components/slots/draggable-window/DraggableWindow.js.map +1 -0
  226. package/dist/components/slots/drawer/Drawer.d.ts +78 -0
  227. package/dist/components/slots/drawer/Drawer.d.ts.map +1 -0
  228. package/dist/components/slots/drawer/Drawer.js +148 -0
  229. package/dist/components/slots/drawer/Drawer.js.map +1 -0
  230. package/dist/components/slots/form-item/FormItem.d.ts +52 -0
  231. package/dist/components/slots/form-item/FormItem.d.ts.map +1 -0
  232. package/dist/components/slots/form-item/FormItem.js +89 -0
  233. package/dist/components/slots/form-item/FormItem.js.map +1 -0
  234. package/dist/components/slots/layout/Layout.d.ts +34 -0
  235. package/dist/components/slots/layout/Layout.d.ts.map +1 -0
  236. package/dist/components/slots/layout/Layout.js +45 -0
  237. package/dist/components/slots/layout/Layout.js.map +1 -0
  238. package/dist/components/slots/list/List.d.ts +49 -0
  239. package/dist/components/slots/list/List.d.ts.map +1 -0
  240. package/dist/components/slots/list/List.js +55 -0
  241. package/dist/components/slots/list/List.js.map +1 -0
  242. package/dist/components/slots/popin/Popin.d.ts +85 -0
  243. package/dist/components/slots/popin/Popin.d.ts.map +1 -0
  244. package/dist/components/slots/popin/Popin.js +182 -0
  245. package/dist/components/slots/popin/Popin.js.map +1 -0
  246. package/dist/components/slots/section/Section.d.ts +32 -0
  247. package/dist/components/slots/section/Section.d.ts.map +1 -0
  248. package/dist/components/slots/section/Section.js +49 -0
  249. package/dist/components/slots/section/Section.js.map +1 -0
  250. package/dist/components/slots/simple-item/SimpleItem.d.ts +45 -0
  251. package/dist/components/slots/simple-item/SimpleItem.d.ts.map +1 -0
  252. package/dist/components/slots/simple-item/SimpleItem.js +100 -0
  253. package/dist/components/slots/simple-item/SimpleItem.js.map +1 -0
  254. package/dist/components/tags/chip/Chip.d.ts +43 -0
  255. package/dist/components/tags/chip/Chip.d.ts.map +1 -0
  256. package/dist/components/tags/chip/Chip.figma.d.ts +2 -0
  257. package/dist/components/tags/chip/Chip.figma.d.ts.map +1 -0
  258. package/dist/components/tags/chip/Chip.figma.js +18 -0
  259. package/dist/components/tags/chip/Chip.figma.js.map +1 -0
  260. package/dist/components/tags/chip/Chip.js +88 -0
  261. package/dist/components/tags/chip/Chip.js.map +1 -0
  262. package/dist/components/tags/color-chip/ColorChip.d.ts +36 -0
  263. package/dist/components/tags/color-chip/ColorChip.d.ts.map +1 -0
  264. package/dist/components/tags/color-chip/ColorChip.js +39 -0
  265. package/dist/components/tags/color-chip/ColorChip.js.map +1 -0
  266. package/dist/components/tags/icon-chip/IconChip.d.ts +42 -0
  267. package/dist/components/tags/icon-chip/IconChip.d.ts.map +1 -0
  268. package/dist/components/tags/icon-chip/IconChip.js +54 -0
  269. package/dist/components/tags/icon-chip/IconChip.js.map +1 -0
  270. package/dist/components/tags/tooltip/Tooltip.d.ts +25 -0
  271. package/dist/components/tags/tooltip/Tooltip.d.ts.map +1 -0
  272. package/dist/components/tags/tooltip/Tooltip.js +72 -0
  273. package/dist/components/tags/tooltip/Tooltip.js.map +1 -0
  274. package/dist/do-classnames-DSDFCvzy.js +5 -0
  275. package/dist/do-classnames-DSDFCvzy.js.map +1 -0
  276. package/dist/do-map-2nhWP1KI.js +8 -0
  277. package/dist/do-map-2nhWP1KI.js.map +1 -0
  278. package/dist/index.d.ts +61 -0
  279. package/dist/index.d.ts.map +1 -0
  280. package/dist/index.js +113 -0
  281. package/dist/index.js.map +1 -0
  282. package/dist/index_react-CmuCVQet.js +13799 -0
  283. package/dist/index_react-CmuCVQet.js.map +1 -0
  284. package/dist/styles/icons/icons.module.js +115 -0
  285. package/dist/styles/icons/icons.module.js.map +1 -0
  286. package/dist/styles/layouts.module.js +37 -0
  287. package/dist/styles/layouts.module.js.map +1 -0
  288. package/dist/styles/texts/texts.module.js +23 -0
  289. package/dist/styles/texts/texts.module.js.map +1 -0
  290. package/dist/styles/tokens/modules/figma-colors.module.js +9 -0
  291. package/dist/styles/tokens/modules/figma-colors.module.js.map +1 -0
  292. package/dist/styles/tokens/modules/figma-types.module.js +9 -0
  293. package/dist/styles/tokens/modules/figma-types.module.js.map +1 -0
  294. package/dist/styles/tokens/modules/framer-colors.module.js +9 -0
  295. package/dist/styles/tokens/modules/framer-colors.module.js.map +1 -0
  296. package/dist/styles/tokens/modules/framer-types.module.js +9 -0
  297. package/dist/styles/tokens/modules/framer-types.module.js.map +1 -0
  298. package/dist/styles/tokens/modules/globals.module.js +9 -0
  299. package/dist/styles/tokens/modules/globals.module.js.map +1 -0
  300. package/dist/styles/tokens/modules/penpot-colors.module.js +9 -0
  301. package/dist/styles/tokens/modules/penpot-colors.module.js.map +1 -0
  302. package/dist/styles/tokens/modules/penpot-types.module.js +9 -0
  303. package/dist/styles/tokens/modules/penpot-types.module.js.map +1 -0
  304. package/dist/styles/tokens/modules/sketch-colors.module.js +9 -0
  305. package/dist/styles/tokens/modules/sketch-colors.module.js.map +1 -0
  306. package/dist/styles/tokens/modules/sketch-types.module.js +9 -0
  307. package/dist/styles/tokens/modules/sketch-types.module.js.map +1 -0
  308. package/dist/tests/setup.d.ts +2 -0
  309. package/dist/tests/setup.d.ts.map +1 -0
  310. package/dist/types/consent.types.d.ts +10 -0
  311. package/dist/types/consent.types.d.ts.map +1 -0
  312. package/dist/types/consent.types.js +2 -0
  313. package/dist/types/consent.types.js.map +1 -0
  314. package/dist/types/icon.types.d.ts +2 -0
  315. package/dist/types/icon.types.d.ts.map +1 -0
  316. package/dist/types/icon.types.js +2 -0
  317. package/dist/types/icon.types.js.map +1 -0
  318. package/dist/types/list.types.d.ts +14 -0
  319. package/dist/types/list.types.d.ts.map +1 -0
  320. package/dist/types/list.types.js +2 -0
  321. package/dist/types/list.types.js.map +1 -0
  322. package/package.json +108 -0
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root[data-theme=sketch]{--icon-adjust: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M14%209.5a1.5%201.5%200%201%200%203%200%201.5%201.5%200%200%200-3%200Zm-7%205a1.5%201.5%200%201%201%203%200%201.5%201.5%200%200%201-3%200Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M15%2018.5a.5.5%200%201%200%201%200v-6.55a2.5%202.5%200%200%200%200-4.9V5.5a.5.5%200%200%200-1%200v1.55a2.5%202.5%200%200%200%200%204.9v6.55Zm-1-9a1.5%201.5%200%201%200%203%200%201.5%201.5%200%200%200-3%200Zm-6-4a.5.5%200%201%201%201%200v6.55a2.5%202.5%200%200%201%200%204.9v1.55a.5.5%200%200%201-1%200v-1.55a2.5%202.5%200%200%201%200-4.9V5.5Zm-1%209a1.5%201.5%200%201%201%203%200%201.5%201.5%200%200%201-3%200Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-alert: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M17%2016a6.821%206.821%200%200%201-2-4.828V10a3%203%200%200%200-6%200v1.172A6.83%206.83%200%200%201%207%2016h10Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M12.992%206.124a1%201%200%201%200-1.984%200A4%204%200%200%200%208%2010v1.172a5.83%205.83%200%200%201-1.707%204.12A1%201%200%200%200%207%2017h10a1%201%200%200%200%20.707-1.707A5.83%205.83%200%200%201%2016%2011.173V10a4%204%200%200%200-3.008-3.876ZM17%2016a6.82%206.82%200%200%201-2-4.828V10a3%203%200%200%200-6%200v1.172A6.83%206.83%200%200%201%207%2016h10Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20d='M10.586%2019.414A2%202%200%200%201%2010%2018h4a2%202%200%200%201-3.414%201.414Z'/%3e%3c/svg%3e");--icon-angle: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M5.5%205a.5.5%200%200%201%20.5.5v5.519A6.501%206.501%200%200%201%2011.981%2017H17.5a.5.5%200%200%201%200%201h-12a.5.5%200%200%201-.5-.5v-12a.5.5%200%200%201%20.5-.5Zm5.478%2012A5.501%205.501%200%200%200%206%2012.022V17h4.978Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-arrow-left-right: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M14.646%209.146a.5.5%200%200%201%20.707%200l2.5%202.5a.5.5%200%200%201%200%20.707l-2.5%202.5a.5.5%200%200%201-.707-.707l1.647-1.646H6.707l1.646%201.646a.5.5%200%200%201-.707.707l-2.5-2.5a.5.5%200%200%201%200-.707l2.5-2.5a.5.5%200%201%201%20.707.707L6.707%2011.5h9.586l-1.647-1.647a.5.5%200%200%201%200-.707Z'/%3e%3c/svg%3e");--icon-arrow-up-down: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M14.353%2014.646a.5.5%200%200%201%200%20.707l-2.5%202.5a.5.5%200%200%201-.707%200l-2.5-2.5a.5.5%200%200%201%20.707-.707L11%2016.293V6.707L9.353%208.353a.5.5%200%200%201-.707-.707l2.5-2.5a.5.5%200%200%201%20.707%200l2.5%202.5a.5.5%200%201%201-.707.707L12%206.707v9.586l1.646-1.647a.5.5%200%200%201%20.707%200Z'/%3e%3c/svg%3e");--icon-auto-layout-horizontal: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M10%207v10H7V7h3Zm6%200v10h-3V7h3Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M10%206a1%201%200%200%201%201%201v10a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1V7a1%201%200%200%201%201-1h3Zm6%200a1%201%200%200%201%201%201v10a1%201%200%200%201-1%201h-3a1%201%200%200%201-1-1V7a1%201%200%200%201%201-1h3ZM7%2017h3V7H7v10Zm6%200h3V7h-3v10Z'/%3e%3c/svg%3e");--icon-auto-layout-vertical: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M17%2013v3H7v-3h10Zm0-6v3H7V7h10Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M17%2012a1%201%200%200%201%201%201v3a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1v-3a1%201%200%200%201%201-1h10ZM7%2016h10v-3H7v3ZM17%206a1%201%200%200%201%201%201v3a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1V7a1%201%200%200%201%201-1h10ZM7%2010h10V7H7v3Z'/%3e%3c/svg%3e");--icon-back: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M11.5%204a7.5%207.5%200%201%200%200%2015%207.5%207.5%200%200%200%200-15Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='m10.646%2014.354-2.5-2.5a.501.501%200%200%201%200-.708l2.5-2.5a.501.501%200%200%201%20.708.708L9.708%2011H14.5a.5.5%200%201%201%200%201H9.708l1.646%201.646a.5.5%200%200%201%20.057.638l-.057.07a.5.5%200%200%201-.708%200Z'/%3e%3c/svg%3e");--icon-blend: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M16%2014a4%204%200%201%201-8%200c0-2.17%202.093-5.387%203.251-7a.913.913%200%200%201%201.498%200C13.907%208.613%2016%2011.83%2016%2014Z'%20opacity='.3'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M12%2017a3%203%200%200%200%203-3c0-.826-.42-1.988-1.078-3.245C13.308%209.58%2012.56%208.457%2012%207.672c-.56.785-1.309%201.91-1.922%203.083C9.42%2012.012%209%2013.175%209%2014a3%203%200%200%200%203%203Zm0%201a4%204%200%200%200%204-4c0-2.17-2.093-5.387-3.251-7a.913.913%200%200%200-1.498%200C10.093%208.613%208%2011.83%208%2014a4%204%200%200%200%204%204Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-blend-empty: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M12%2017a3%203%200%200%200%203-3c0-.826-.42-1.988-1.078-3.245C13.308%209.58%2012.56%208.457%2012%207.672c-.56.785-1.309%201.91-1.922%203.083C9.42%2012.012%209%2013.175%209%2014a3%203%200%200%200%203%203Zm0%201a4%204%200%200%200%204-4c0-2.17-2.093-5.387-3.251-7a.913.913%200%200%200-1.498%200C10.093%208.613%208%2011.83%208%2014a4%204%200%200%200%204%204Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-break: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M13.5%2011h-2a2.502%202.502%200%200%200-1.769%204.268A2.502%202.502%200%200%200%2011.5%2016h4.002a2.502%202.502%200%200%200%202.111-3.845%202.501%202.501%200%200%200-1.394-1.051.5.5%200%200%201%20.286-.958A3.502%203.502%200%200%201%2015.502%2017H11.5a3.502%203.502%200%200%201-3.501-3.5A3.5%203.5%200%200%201%2011.5%2010h2v1Zm-2-5a3.502%203.502%200%200%201%203.502%203.5h-1A2.5%202.5%200%200%200%2011.5%207H7.498a2.502%202.502%200%200%200-2.112%203.845c.324.506.819.88%201.395%201.051a.5.5%200%201%201-.286.958A3.502%203.502%200%200%201%207.498%206H11.5Z'/%3e%3cpath%20fill='%23000'%20d='M18.146%205.146a.5.5%200%200%201%20.707.707l-13%2013a.5.5%200%200%201-.707-.707l13-13Z'/%3e%3c/svg%3e");--icon-caret-down: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M14.18%2010.116a.5.5%200%200%201%20.64.768l-3%202.5a.5.5%200%200%201-.64%200l-3-2.5-.07-.073a.5.5%200%200%201%20.626-.752l.084.057%202.68%202.232%202.68-2.232Z'/%3e%3c/svg%3e");--icon-caret-left: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M13.383%2014.18a.5.5%200%200%201-.767.64l-2.5-3a.5.5%200%200%201%200-.64l2.5-3%20.072-.07a.5.5%200%200%201%20.752.626l-.056.084-2.233%202.68%202.232%202.68Z'/%3e%3c/svg%3e");--icon-caret-right: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M10.116%208.82a.5.5%200%200%201%20.768-.64l2.5%203a.5.5%200%200%201%200%20.64l-2.5%203-.073.07a.5.5%200%200%201-.752-.627l.057-.083%202.232-2.68-2.232-2.68Z'/%3e%3c/svg%3e");--icon-caret-up: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M8.82%2013.383a.5.5%200%200%201-.64-.767l3-2.5a.5.5%200%200%201%20.64%200l3%202.5.07.072a.5.5%200%200%201-.627.752l-.083-.056-2.68-2.233-2.68%202.232Z'/%3e%3c/svg%3e");--icon-check: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M14.605%209.194a.5.5%200%201%201%20.79.612l-4.25%205.5a.5.5%200%200%201-.767.029l-2.31-2.582a.5.5%200%200%201%20.73-.655l1.923%202.12%203.884-5.024Z'/%3e%3c/svg%3e");--icon-chevron-down: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M7.646%209.646a.5.5%200%200%201%20.708%200L12%2013.293l3.646-3.647a.5.5%200%200%201%20.708.708l-4%204a.5.5%200%200%201-.708%200l-4-4a.5.5%200%200%201%200-.708Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-chevron-left: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M14.354%207.646a.5.5%200%200%201%200%20.708L10.707%2012l3.647%203.646a.5.5%200%200%201-.708.708l-4-4a.5.5%200%200%201%200-.708l4-4a.5.5%200%200%201%20.708%200Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-chevron-right: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M9.646%207.646a.5.5%200%200%201%20.708%200l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%2012%209.646%208.354a.5.5%200%200%201%200-.708Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-chevron-up: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M11.646%209.646a.5.5%200%200%201%20.708%200l4%204a.5.5%200%200%201-.708.708L12%2010.707l-3.646%203.647a.5.5%200%200%201-.708-.708l4-4Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-close: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M19%2011.5a7.5%207.5%200%201%200-15%200%207.5%207.5%200%200%200%2015%200Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M14.146%208.146a.5.5%200%200%201%20.707.708L12.207%2011.5l2.646%202.646.065.079a.5.5%200%200%201-.694.693l-.078-.064-2.646-2.647-2.647%202.646-.078.065a.5.5%200%200%201-.693-.693l.064-.079%202.647-2.646-2.647-2.646a.5.5%200%200%201%20.707-.708l2.647%202.647%202.646-2.647Z'/%3e%3c/svg%3e");--icon-component: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M12.76%205.354A1.027%201.027%200%200%200%2012%205v14c.29%200%20.575-.133.76-.355l5.016-6.03a.964.964%200%200%200%20.224-.616.964.964%200%200%200-.224-.615l-5.016-6.03Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M12.001%205c.301%200%20.559.138.758.354h.001l5.016%206.03a.965.965%200%200%201%20.224.615c0%20.225-.08.442-.224.616l-5.017%206.03A.997.997%200%200%201%2012%2019c-.302%200-.559-.139-.76-.355l-5.017-6.03a.966.966%200%200%201%200-1.23l5.019-6.03A.99.99%200%200%201%2012%205Zm0%20.97L6.983%2012%2012%2018.029l5.017-6.03L12%205.971Z'/%3e%3c/svg%3e");--icon-corner-radius: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M6.5%2012.5a6%206%200%200%201%206-6H18V18H6.5v-5.5Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M6%2017.5v-5A6.5%206.5%200%200%201%2012.5%206h5a.5.5%200%200%201%200%201h-5A5.5%205.5%200%200%200%207%2012.5v5a.5.5%200%200%201-1%200Z'/%3e%3c/svg%3e");--icon-corners: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M5.5%209.5a4%204%200%200%201%204-4H11V11H5.5V9.5Zm9-4a4%204%200%200%201%204%204V11H13V5.5h1.5Zm4%209a4%204%200%200%201-4%204H13V13h5.5v1.5Zm-9%204a4%204%200%200%201-4-4V13H11v5.5H9.5Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M5%2010.5v-1A4.5%204.5%200%200%201%209.5%205h1a.5.5%200%200%201%200%201h-1A3.5%203.5%200%200%200%206%209.5v1a.5.5%200%200%201-1%200Zm14%203v1a4.5%204.5%200%200%201-4.5%204.5h-1a.5.5%200%200%201%200-1h1a3.5%203.5%200%200%200%203.5-3.5v-1a.5.5%200%200%201%201%200ZM13.5%205h1A4.5%204.5%200%200%201%2019%209.5v1a.5.5%200%200%201-1%200v-1A3.5%203.5%200%200%200%2014.5%206h-1a.5.5%200%200%201%200-1Zm-3%2014h-1A4.5%204.5%200%200%201%205%2014.5v-1a.5.5%200%200%201%201%200v1A3.5%203.5%200%200%200%209.5%2018h1a.5.5%200%200%201%200%201Z'/%3e%3c/svg%3e");--icon-distribute-horizontal-spacing: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M13%207h-3v9h3V7Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M13%207h-3v9h3V7Zm-3-1a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1V7a1%201%200%200%200-1-1h-3ZM6.5%205a.5.5%200%200%201%20.5.5v12a.5.5%200%200%201-1%200v-12a.5.5%200%200%201%20.5-.5Zm10%200a.5.5%200%200%201%20.5.5v12a.5.5%200%200%201-1%200v-12a.5.5%200%200%201%20.5-.5Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-distribute-vertical-spacing: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M16%2013v-3H7v3h9Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M16%2013v-3H7v3h9Zm1-3a1%201%200%200%200-1-1H7a1%201%200%200%200-1%201v3a1%201%200%200%200%201%201h9a1%201%200%200%200%201-1v-3Zm1-3.5a.5.5%200%200%201-.5.5h-12a.5.5%200%201%201%200-1h12a.5.5%200%200%201%20.5.5Zm0%2010a.5.5%200%200%201-.5.5h-12a.5.5%200%200%201%200-1h12a.5.5%200%200%201%20.5.5Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-downward: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M4%2011.5a7.5%207.5%200%201%200%2015%200%207.5%207.5%200%200%200-15%200Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='m14.354%2012.354-2.5%202.5a.498.498%200%200%201-.708%200l-2.5-2.5a.5.5%200%200%201%20.708-.708L11%2013.292V8.5a.5.5%200%200%201%201%200v4.792l1.646-1.646a.5.5%200%200%201%20.638-.057l.07.057a.498.498%200%200%201%200%20.708Z'/%3e%3c/svg%3e");--icon-draft: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M8.564%205h2.435L11%208.077c0%20.669.07.911.2%201.156.131.244.323.436.567.567.245.13.487.2%201.156.2H16v6.436l-.005.336c-.013.39-.055.568-.144.733a.824.824%200%200%201-.346.346c-.165.089-.343.13-.733.144l-.336.005H8.564l-.336-.005c-.39-.013-.568-.055-.733-.144a.824.824%200%200%201-.346-.346c-.11-.207-.149-.433-.149-1.069V6.564c0-.636.038-.862.149-1.07a.824.824%200%200%201%20.346-.345C7.702%205.039%207.928%205%208.564%205Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='m11%204-.001%201H8.564c-.636%200-.862.038-1.07.149a.824.824%200%200%200-.345.346C7.039%205.702%207%205.928%207%206.564v9.872c0%20.636.038.862.149%201.07.08.15.195.265.346.345.207.11.433.149%201.069.149h5.872l.336-.005c.39-.013.568-.055.733-.144a.824.824%200%200%200%20.346-.346c.11-.207.149-.433.149-1.069V10h1v6.436c0%20.786-.063%201.16-.267%201.54a1.82%201.82%200%200%201-.756.757c-.381.204-.755.267-1.54.267H8.563c-.786%200-1.16-.063-1.54-.267a1.824%201.824%200%200%201-.757-.756c-.185-.347-.254-.687-.265-1.336L6%206.564c0-.786.063-1.16.267-1.54.174-.325.432-.583.756-.757.347-.185.687-.254%201.336-.265L11%204Z'/%3e%3cpath%20fill='%23000'%20d='M11.827%204.032a.87.87%200%200%201%20.273.113c.086.054.156.11.338.293l4.124%204.124c.182.182.239.252.293.338a.868.868%200%200%201%20.113.273c.023.1.032.188.032.447V10h-4.077c-.669%200-.911-.07-1.156-.2a1.363%201.363%200%200%201-.567-.567c-.13-.245-.2-.487-.2-1.156V4h.38c.259%200%20.348.01.447.032ZM12%205.414v2.804c.005.3.023.414.063.505l.02.038c.037.07.086.12.156.157.113.06.225.082.684.082h2.663L12%205.414Z'/%3e%3c/svg%3e");--icon-effects: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M11.5%2014.5a3%203%200%201%200%200-6%203%203%200%200%200%200%206Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M11.5%2016a.5.5%200%200%201%20.5.5V18a.5.5%200%200%201-1%200v-1.5a.5.5%200%200%201%20.5-.5Zm-3.89-1.317a.5.5%200%200%201%20.707.707l-1.06%201.06a.5.5%200%201%201-.706-.708l1.06-1.06Zm7.073%200a.5.5%200%200%201%20.629-.065l.078.065%201.06%201.06a.5.5%200%201%201-.708.706l-1.06-1.06-.064-.077a.5.5%200%200%201%20.065-.63Z'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M11.5%208a3.5%203.5%200%201%201%200%207%203.5%203.5%200%200%201%200-7Zm0%201a2.5%202.5%200%201%200%200%205%202.5%202.5%200%200%200%200-5Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20d='M6.5%2011a.5.5%200%200%201%200%201H5a.5.5%200%200%201%200-1h1.5ZM18%2011a.5.5%200%200%201%200%201h-1.5a.5.5%200%200%201%200-1H18ZM6.55%206.55a.501.501%200%200%201%20.708%200l1.06%201.06.065.078a.5.5%200%200%201-.772.63l-1.06-1.06a.5.5%200%200%201-.001-.707Zm9.192%200a.5.5%200%201%201%20.707.708l-1.06%201.06a.5.5%200%201%201-.706-.708l1.06-1.06ZM11.5%204.5a.5.5%200%200%201%20.5.5v1.5a.5.5%200%200%201-1%200V5a.5.5%200%200%201%20.5-.5Z'/%3e%3c/svg%3e");--icon-ellipses: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M12%2010a2%202%200%201%201%200%204%202%202%200%200%201%200-4Zm-6%200a2%202%200%201%201%200%204%202%202%200%200%201%200-4Zm12%200a2%202%200%201%201%200%204%202%202%200%200%201%200-4Z'/%3e%3c/svg%3e");--icon-eyedropper: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M18.007%205.245a1.5%201.5%200%200%200-1.647.346l-.006.006-2.123%202.121a.5.5%200%200%201-.707%200l-.707-.707a.5.5%200%200%200-.708.707l1.064%201.061.026.029%203.155%203.153a.5.5%200%201%200%20.707-.707l-.707-.707a.5.5%200%200%201%200-.707l2.127-2.128a1.5%201.5%200%200%200-.474-2.467Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M18.007%205.245a1.5%201.5%200%200%200-1.647.346l-.006.006-2.123%202.121a.5.5%200%200%201-.707%200l-.707-.707a.5.5%200%200%200-.708.707l1.064%201.061.026.029%203.155%203.153a.5.5%200%201%200%20.707-.707l-.707-.707a.5.5%200%200%201%200-.707l2.127-2.128a1.5%201.5%200%200%200-.474-2.467Zm-5.883%203.9-.721-.719a1.501%201.501%200%200%201%202.12-2.122l.354.353%201.767-1.764a2.501%202.501%200%201%201%203.535%203.535l-1.764%201.765.353.354a1.5%201.5%200%201%201-2.122%202.12l-.719-.718-7.08%206.581c-.094.09-.2.165-.315.226l-.395.212c-1.31.704-2.733-.722-2.032-2.03l.212-.396a1.43%201.43%200%200%201%20.226-.316l6.581-7.08Zm2.096%202.096-1.39-1.387-6.56%207.059a.431.431%200%200%200-.07.096l-.001.003-.213.398c-.234.436.24.911.676.677l.402-.215a.429.429%200%200%200%20.096-.07l.004-.003%207.055-6.558Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-filter: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M13.5%2017a.5.5%200%200%201%200%201h-4a.5.5%200%200%201%200-1h4Zm2.5-6a.5.5%200%200%201%200%201H7a.5.5%200%200%201%200-1h9Zm2.5-6a.5.5%200%200%201%200%201h-14a.5.5%200%200%201%200-1h14Z'/%3e%3c/svg%3e");--icon-forward: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M11.5%2019a7.5%207.5%200%201%200%200-15%207.5%207.5%200%200%200%200%2015Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='m12.354%208.646%202.5%202.5a.5.5%200%200%201%200%20.708l-2.5%202.5a.5.5%200%201%201-.708-.708L13.292%2012H8.5a.5.5%200%200%201%200-1h4.792l-1.646-1.646a.5.5%200%200%201-.057-.638l.057-.07a.499.499%200%200%201%20.708%200Z'/%3e%3c/svg%3e");--icon-frame: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M5.499%2014.5a.5.5%200%200%201%20.49.398L6%2015l.002%201.975c0%20.006.003.012.004.018a.91.91%200%200%200%20.135.008H8a.5.5%200%200%201%200%201H6.14c-.259%200-.433-.028-.617-.126v.002a.956.956%200%200%201-.399-.398l-.004-.007a1.089%201.089%200%200%201-.117-.512l-.001.001L5%2015.001l.01-.102a.5.5%200%200%201%20.489-.399ZM17%2016.86V15a.5.5%200%200%201%201%200v1.86c0%20.258-.028.433-.126.616h.002a.953.953%200%200%201-.276.323l-.122.077c-.182.097-.356.124-.619.124H15a.5.5%200%200%201%200-1h1.86c.07%200%20.11-.005.132-.008a.923.923%200%200%200%20.008-.133ZM5%208V6.14c0-.259.028-.433.126-.617h-.002a.96.96%200%200%201%20.397-.399l.008-.004c.158-.08.334-.12.511-.117L7.999%205a.5.5%200%200%201%20.002%201l-1.975.002c-.006%200-.013.003-.02.004A1.079%201.079%200%200%200%206%206.14V8a.5.5%200%200%201-1%200Zm12%200V6.14a.936.936%200%200%200-.008-.133L16.86%206H15a.5.5%200%200%201%200-1h1.86l.181.006c.166.012.298.047.435.12v-.002c.17.09.31.228.4.397l.06.137c.05.139.064.286.064.483V8a.5.5%200%200%201-1%200Z'/%3e%3cpath%20fill='%23000'%20d='M13.5%2017a.5.5%200%200%201%200%201h-4a.5.5%200%200%201%200-1h4ZM5%2013.5v-4a.5.5%200%200%201%201%200v4a.5.5%200%200%201-1%200Zm12%200v-4a.5.5%200%200%201%201%200v4a.5.5%200%200%201-1%200ZM13.5%205a.5.5%200%200%201%200%201h-4a.5.5%200%200%201%200-1h4Z'%20opacity='.2'/%3e%3c/svg%3e");--icon-group: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M5.001%209h13v8h-13V9Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M8.294%205c.17%200%20.32.016.46.05a1.365%201.365%200%200%201%20.567.288l.36.324a1.36%201.36%200%200%200%20.568.288c.139.034.29.05.46.05h5.727c.892%200%201.216.093%201.54.267.328.174.584.43.758.756.174.326.267.65.267%201.54v6.872c0%20.892-.093%201.216-.267%201.54-.17.323-.434.588-.757.758-.325.174-.65.267-1.538.267H6.564c-.891%200-1.215-.093-1.54-.267a1.821%201.821%200%200%201-.757-.756c-.174-.326-.267-.65-.267-1.54V7.315c0-.593.093-.967.267-1.293.174-.326.43-.582.756-.756.328-.173.7-.266%201.294-.266h1.977ZM5.002%2015.606c.007.53.048.712.148.9a.817.817%200%200%200%20.346.345c.205.11.407.149%201.07.149h9.87c.663%200%20.865-.04%201.07-.15a.817.817%200%200%200%20.346-.345c.11-.205.149-.407.149-1.07V9h-13v6.606ZM6.317%206c-.41%200-.632.048-.82.15a.817.817%200%200%200-.347.345c-.1.19-.149.41-.149.821V8h12.98c-.021-.246-.06-.375-.13-.506a.817.817%200%200%200-.345-.345c-.187-.1-.37-.141-.9-.148L10.71%207a2.903%202.903%200%200%201-.697-.078%202.368%202.368%200%200%201-.668-.277%202.9%202.9%200%200%201-.55-.438.945.945%200%200%200-.17-.14.368.368%200%200%200-.108-.046A.945.945%200%200%200%208.294%206H6.317Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-help: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M18%2011.5a6.5%206.5%200%201%200-13%200%206.5%206.5%200%200%200%2013%200Zm1%200a7.5%207.5%200%201%201-15%200%207.5%207.5%200%200%201%2015%200Z'/%3e%3cpath%20fill='%23000'%20d='M18%2011.5a6.5%206.5%200%201%200-13%200%206.5%206.5%200%200%200%2013%200Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M9.35%209.904h.98c.043-.606.465-.99%201.118-.99.649%200%201.07.379%201.07.9%200%20.478-.203.748-.776%201.094-.65.388-.938.815-.914%201.497l.004.36h.98v-.285c0-.478.176-.729.787-1.089.625-.374.995-.89.995-1.62C13.594%208.744%2012.75%208%2011.5%208c-1.373%200-2.107.815-2.15%201.904ZM11.382%2015c.436%200%20.73-.289.73-.72%200-.44-.294-.73-.73-.73s-.734.29-.734.73c0%20.431.298.72.734.72Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-hidden: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M6%2012c0-.066.054-.358.313-.825a5.898%205.898%200%200%201%201.12-1.414C8.443%208.816%209.956%208%2012%208s3.558.816%204.566%201.76c.508.477.88.98%201.121%201.415.258.467.313.76.313.825%200%20.066-.055.358-.313.825-.24.435-.613.938-1.12%201.414C15.557%2015.184%2014.044%2016%2012%2016s-3.558-.816-4.566-1.76a5.9%205.9%200%200%201-1.121-1.415C6.055%2012.358%206%2012.065%206%2012Zm-1%200c0-1.25%202.333-5%207-5s7%203.75%207%205-2.333%205-7%205-7-3.75-7-5Zm8%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200Zm1%200a2%202%200%201%201-4%200%202%202%200%200%201%204%200Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20d='M18.146%205.146a.5.5%200%200%201%20.707.707l-13%2013a.5.5%200%200%201-.707-.707l13-13Z'/%3e%3c/svg%3e");--icon-horizontal-padding: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M13%2015a2%202%200%200%200%202-2v-3a2%202%200%200%200-2-2h-3a2%202%200%200%200-2%202v3a2%202%200%200%200%202%202h3Zm-3%201a3%203%200%200%201-3-3v-3a3%203%200%200%201%203-3h3a3%203%200%200%201%203%203v3a3%203%200%200%201-3%203h-3Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M13.5%2010a.5.5%200%200%200%200-1h-4a.5.5%200%200%200%200%201h4Zm0%204a.5.5%200%200%200%200-1h-4a.5.5%200%200%200%200%201h4Z'/%3e%3c/svg%3e");--icon-hyperlink: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M7.5%208a.5.5%200%200%201%200-1h8a.5.5%200%200%201%20.5.5v8a.5.5%200%200%201-1%200V8.707l-7.146%207.147a.5.5%200%200%201-.708-.708L14.293%208H7.5Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M9.521%2011.146%207%2013.668l-1%201.207V16a2%202%200%200%200%202%202h8l.079-1.004-5.85-5.85a.5.5%200%200%200-.708%200Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M16%207H8a1%201%200%200%200-1%201v5.668l2.521-2.522a.5.5%200%200%201%20.708%200l5.85%205.85A1%201%200%200%200%2017%2016V8a1%201%200%200%200-1-1ZM6%2014.875V16a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V8a2%202%200%200%200-2-2H8a2%202%200%200%200-2%202v6.875ZM8%2017h6.668l-4.793-4.793L7%2015.082V16a1%201%200%200%200%201%201Zm7-7a1%201%200%201%201-2%200%201%201%200%200%201%202%200Zm1%200a2%202%200%201%201-4%200%202%202%200%200%201%204%200Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-import: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='m17.4%205%20.37.002c.326.005.524.026.684.107.188.096.34.249.437.437C19%205.76%2019%206.04%2019%206.6v7.8l-.002.37c-.005.326-.026.524-.107.684l-.082.134a1%201%200%200%201-.355.303l-.084.036c-.146.052-.328.067-.6.071L17.4%2016H13v-1h4.4c.297%200%20.46-.001.576-.01l.011-.003.002-.011c.01-.117.011-.28.011-.576V6.6c0-.297-.001-.459-.01-.576l-.003-.012-.011-.001A8.102%208.102%200%200%200%2017.4%206H5.6c-.297%200-.459.001-.576.01l-.012.002-.001.012C5%206.141%205%206.304%205%206.6v7.8c0%20.297.001.46.01.576l.002.011.012.002c.117.01.28.011.576.011H10v1H5.6c-.56%200-.84%200-1.054-.11a.999.999%200%200%201-.355-.302l-.082-.134c-.081-.16-.102-.358-.107-.684L4%2014.4V6.6c0-.49%200-.766.073-.97l.036-.084a1%201%200%200%201%20.303-.355l.134-.082C4.76%205%205.04%205%205.6%205h11.8Z'/%3e%3cpath%20fill='%23000'%20d='m8.646%2012.647%202.5-2.5a.499.499%200%200%201%20.708%200l2.5%202.5a.503.503%200%200%201%200%20.708.5.5%200%200%201-.708%200L12%2011.709V18.5a.5.5%200%201%201-1%200v-6.792l-1.646%201.646a.5.5%200%200%201-.638.057l-.07-.057a.5.5%200%200%201%200-.708Z'/%3e%3c/svg%3e");--icon-info: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M12%2021a9%209%200%201%200%200-18%209%209%200%200%200%200%2018Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M12.75%209.495v6H14a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201%200-1.5h1.25v-4.5h-.5a.75.75%200%200%201%200-1.5h2ZM12%208.245a1.25%201.25%200%201%200%200-2.5%201.25%201.25%200%200%200%200%202.5Z'/%3e%3c/svg%3e");--icon-instance: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M12.001%205c.301%200%20.559.138.758.354h.001l5.016%206.03a.965.965%200%200%201%20.224.615c0%20.225-.08.442-.224.616l-5.017%206.03A.997.997%200%200%201%2012%2019c-.302%200-.559-.139-.76-.355l-5.017-6.03a.966.966%200%200%201%200-1.23l5.019-6.03A.99.99%200%200%201%2012%205Zm0%20.97L6.983%2012%2012%2018.029l5.017-6.03L12%205.971Z'/%3e%3c/svg%3e");--icon-key: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M10.428%2015.428a2.006%202.006%200%201%200-2.838-2.837%202.006%202.006%200%200%200%202.838%202.838Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M11.14%2016.14a3.014%203.014%200%200%200%20.331-3.868l2.047-2.047%201.767%201.768a.5.5%200%201%200%20.707-.708l-1.767-1.767%201.293-1.293%201.784%201.785a.5.5%200%201%200%20.707-.707l-1.784-1.785.762-.761a.5.5%200%200%200-.707-.707l-5.513%205.512a3.014%203.014%200%201%200%20.373%204.578Zm-.712-.712a2.006%202.006%200%201%200-2.837-2.837%202.006%202.006%200%200%200%202.837%202.837Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-layout-align-bottom: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M5%2017.5a.5.5%200%200%201%20.5-.5h12a.5.5%200%200%201%200%201h-12a.5.5%200%200%201-.5-.5Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M6.5%206.255c0-.278.015-.396.074-.508.285-.232.403-.247.68-.247.72%200%20.867.004.999.074.232.285.247.403.247.68v8.492c0%20.278-.015.396-.074.508-.285.232-.403.247-.68.247h-.294c-.47-.003-.593-.015-.705-.074-.232-.285-.247-.403-.247-.68V6.255Zm4%204.001c0-.278.015-.396.074-.508.285-.232.403-.247.68-.247.72%200%20.867.004.999.074.232.285.247.403.247.68v4.492c0%20.278-.015.396-.074.508-.285.232-.403.247-.68.247h-.294c-.47-.003-.593-.015-.705-.074-.232-.285-.247-.403-.247-.68v-4.492Zm4-2.001c0-.278.015-.396.074-.508.285-.232.403-.247.68-.247.72%200%20.867.004.999.074.232.285.247.403.247.68v6.492c0%20.278-.015.396-.074.508-.285.232-.403.247-.68.247h-.294c-.47-.003-.593-.015-.705-.074-.232-.285-.247-.403-.247-.68V8.255Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M15.254%208a.622.622%200%200%200-.18.012.34.34%200%200%200-.066.037%202.411%202.411%200%200%200-.008.206v6.492c0%20.14.007.165.012.18.002.008.01.026.033.062.077.006.199.01.41.012h.291a.625.625%200%200%200%20.18-.012.328.328%200%200%200%20.065-.036c.004-.043.009-.107.009-.207V8.254a.624.624%200%200%200-.012-.18.35.35%200%200%200-.035-.062l-.013-.002C15.818%208%2015.621%208%2015.254%208Zm-4%201.996a.625.625%200%200%200-.18.012.347.347%200%200%200-.066.037%202.458%202.458%200%200%200-.008.206v4.492c0%20.14.007.165.012.18.002.009.01.026.033.062.077.007.199.01.41.012h.291a.625.625%200%200%200%20.18-.012.334.334%200%200%200%20.065-.036c.004-.043.009-.107.009-.207V10.25a.625.625%200%200%200-.012-.18.353.353%200%200%200-.035-.062l-.013-.002c-.122-.008-.319-.01-.686-.01ZM7.254%206a.622.622%200%200%200-.18.012.336.336%200%200%200-.066.037A2.427%202.427%200%200%200%207%206.255v8.492c0%20.14.007.165.012.18.002.008.01.026.033.062.077.006.199.01.41.012h.291c.14%200%20.165-.007.18-.012a.327.327%200%200%200%20.065-.036c.004-.043.009-.107.009-.207V6.254a.622.622%200%200%200-.012-.18.347.347%200%200%200-.035-.062L7.94%206.01C7.818%206%207.621%206%207.254%206Zm8%201c.352%200%20.59%200%20.754.012.177.012.326.039.48.12l.09.048.063.079c.13.16.237.316.298.502.06.184.061.356.061.493v6.492c0%20.276-.01.509-.132.741l-.047.09-.08.065c-.16.13-.316.237-.502.298a1.53%201.53%200%200%201-.493.061h-.297c-.424-.003-.691-.003-.935-.132l-.09-.047-.065-.08a1.577%201.577%200%200%201-.297-.502%201.523%201.523%200%200%201-.062-.493V8.255c0-.241.007-.45.09-.653l.042-.088.047-.09.08-.065c.16-.13.316-.237.502-.297.184-.06.356-.062.493-.062Zm-4%201.996c.352%200%20.59%200%20.754.012.177.012.326.039.48.12l.09.048.063.079c.13.16.236.316.297.502.06.184.062.356.062.493v4.492c0%20.276-.01.509-.132.741l-.047.09-.08.065c-.16.13-.316.237-.502.297a1.52%201.52%200%200%201-.493.062h-.297c-.424-.003-.691-.003-.935-.132l-.09-.047-.065-.08a1.577%201.577%200%200%201-.297-.502%201.523%201.523%200%200%201-.062-.493v-4.492c0-.241.007-.45.09-.653l.042-.088.047-.09.08-.065c.16-.13.316-.236.502-.297.184-.06.356-.062.493-.062ZM7.254%205c.352%200%20.59%200%20.754.012.177.012.326.039.48.12l.09.048.063.079c.13.16.237.316.297.502.06.184.062.356.062.493v8.492c0%20.276-.01.509-.132.741l-.047.09-.08.065c-.16.13-.316.237-.502.298a1.53%201.53%200%200%201-.493.061H7.45l-.29-.004c-.266-.007-.462-.031-.645-.128l-.09-.047-.065-.08a1.577%201.577%200%200%201-.297-.502A1.521%201.521%200%200%201%206%2014.747V6.255c0-.241.007-.45.09-.653l.042-.088.047-.09.08-.065c.16-.13.316-.237.502-.297.184-.06.356-.062.493-.062Z'/%3e%3c/svg%3e");--icon-layout-align-horizontal-centers: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M12.5%205a.5.5%200%200%201%20.5.5v1a.5.5%200%200%201-1%200v-1a.5.5%200%200%201%20.5-.5Zm0%203a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-1%200v-2a.5.5%200%200%201%20.5-.5Zm0%204a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-1%200v-2a.5.5%200%200%201%20.5-.5Zm0%204a.5.5%200%200%201%20.5.5v1a.5.5%200%200%201-1%200v-1a.5.5%200%200%201%20.5-.5Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M16.745%206.5c.278%200%20.396.015.508.074.232.285.247.403.247.68%200%20.72-.004.867-.074.999-.285.232-.403.247-.68.247H8.254c-.278%200-.396-.015-.508-.074-.232-.285-.247-.403-.247-.68v-.294c.003-.47.015-.593.074-.705.285-.232.403-.247.68-.247h8.492Zm-2%204c.278%200%20.396.015.508.074.232.285.247.403.247.68%200%20.72-.004.867-.074.999-.285.232-.403.247-.68.247h-4.492c-.278%200-.396-.015-.508-.074-.232-.285-.247-.403-.247-.68v-.294c.003-.47.015-.593.074-.705.285-.232.403-.247.68-.247h4.492Zm1%204c.278%200%20.396.015.508.074.232.285.247.403.247.68%200%20.72-.004.867-.074.999-.285.232-.403.247-.68.247H9.254c-.278%200-.396-.015-.508-.074-.232-.285-.247-.403-.247-.68v-.294c.003-.47.015-.593.074-.705.285-.232.403-.247.68-.247h6.492Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M16%2015.254a.624.624%200%200%200-.012-.18.347.347%200%200%200-.037-.066%202.414%202.414%200%200%200-.206-.008H9.253a.624.624%200%200%200-.18.012.292.292%200%200%200-.062.033%206.66%206.66%200%200%200-.012.41v.291c0%20.14.007.165.012.18a.23.23%200%200%200%20.036.065c.043.004.107.009.207.009h6.492a.625.625%200%200%200%20.18-.012.353.353%200%200%200%20.062-.035l.002-.013c.009-.122.01-.319.01-.686Zm-1-4a.624.624%200%200%200-.012-.18.347.347%200%200%200-.037-.066%202.458%202.458%200%200%200-.206-.008h-4.492a.623.623%200%200%200-.18.012.291.291%200%200%200-.062.033%206.66%206.66%200%200%200-.012.41v.291c0%20.14.007.165.012.18a.23.23%200%200%200%20.036.065c.043.004.107.009.207.009h4.492a.625.625%200%200%200%20.18-.012.353.353%200%200%200%20.062-.035l.002-.013c.009-.122.01-.319.01-.686Zm2-4a.624.624%200%200%200-.012-.18.342.342%200%200%200-.037-.066A2.43%202.43%200%200%200%2016.745%207H8.253a.622.622%200%200%200-.18.012.288.288%200%200%200-.062.033%206.11%206.11%200%200%200-.012.41v.291c0%20.14.007.165.012.18a.23.23%200%200%200%20.036.065c.043.004.107.009.207.009h8.492a.623.623%200%200%200%20.18-.012.35.35%200%200%200%20.062-.035l.002-.013c.009-.122.01-.319.01-.686Zm0%208c0%20.352%200%20.59-.012.754a1.13%201.13%200%200%201-.12.48l-.048.09-.079.063c-.16.13-.316.237-.502.298a1.53%201.53%200%200%201-.493.061H9.254c-.276%200-.509-.01-.741-.132l-.09-.047-.065-.08a1.578%201.578%200%200%201-.297-.502%201.522%201.522%200%200%201-.062-.493v-.297c.003-.424.003-.691.132-.935l.047-.09.08-.065c.16-.13.316-.236.502-.297.184-.06.356-.062.493-.062h6.492c.241%200%20.45.007.653.09l.088.042.09.047.065.08c.13.16.237.316.298.502.06.184.061.356.061.493Zm-1-4c0%20.352%200%20.59-.012.754a1.13%201.13%200%200%201-.12.48l-.048.09-.079.063c-.16.13-.316.236-.502.297-.184.06-.356.062-.493.062h-4.492c-.276%200-.509-.01-.741-.132l-.09-.047-.065-.08a1.578%201.578%200%200%201-.297-.502%201.522%201.522%200%200%201-.062-.493v-.297c.003-.424.003-.691.132-.935l.047-.09.08-.065c.16-.13.316-.236.502-.297.184-.06.356-.062.493-.062h4.492c.241%200%20.45.007.653.09l.088.042.09.047.065.08c.13.16.236.316.297.502.06.184.062.356.062.493Zm2-4c0%20.352%200%20.59-.012.754a1.13%201.13%200%200%201-.12.48l-.048.09-.079.063c-.16.13-.316.237-.502.297-.184.06-.356.062-.493.062H8.254c-.276%200-.509-.01-.741-.132l-.09-.047-.065-.08a1.578%201.578%200%200%201-.297-.502%201.522%201.522%200%200%201-.062-.493V7.45l.004-.29c.007-.266.032-.462.128-.645l.047-.09.08-.065c.16-.13.316-.237.502-.297.184-.06.356-.062.493-.062h8.492c.241%200%20.45.007.653.09l.088.042.09.047.065.08c.13.16.237.316.298.502.06.184.061.356.061.493Z'/%3e%3c/svg%3e");--icon-layout-align-left: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M5.5%205a.5.5%200%200%201%20.5.5v12a.5.5%200%200%201-1%200v-12a.5.5%200%200%201%20.5-.5Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M16.745%206.5c.278%200%20.396.015.508.074.232.285.247.403.247.68%200%20.72-.004.867-.074.999-.285.232-.403.247-.68.247H8.254c-.278%200-.396-.015-.508-.074-.232-.285-.247-.403-.247-.68v-.294c.003-.47.015-.593.074-.705.285-.232.403-.247.68-.247h8.492Zm-4.001%204c.278%200%20.396.015.508.074.232.285.247.403.247.68%200%20.72-.004.867-.074.999-.285.232-.403.247-.68.247H8.253c-.278%200-.396-.015-.508-.074-.232-.285-.247-.403-.247-.68v-.294c.003-.47.015-.593.074-.705.285-.232.403-.247.68-.247h4.492Zm2.001%204c.278%200%20.396.015.508.074.232.285.247.403.247.68%200%20.72-.004.867-.074.999-.285.232-.403.247-.68.247H8.254c-.278%200-.396-.015-.508-.074-.232-.285-.247-.403-.247-.68v-.294c.003-.47.015-.593.074-.705.285-.232.403-.247.68-.247h6.492Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M15%2015.254a.624.624%200%200%200-.012-.18.347.347%200%200%200-.037-.066%202.414%202.414%200%200%200-.206-.008H8.253a.624.624%200%200%200-.18.012.292.292%200%200%200-.062.033%206.66%206.66%200%200%200-.012.41v.291c0%20.14.007.165.012.18a.23.23%200%200%200%20.036.065c.043.004.107.009.207.009h6.492a.625.625%200%200%200%20.18-.012.353.353%200%200%200%20.062-.035l.002-.013c.009-.122.01-.319.01-.686Zm-1.996-4a.624.624%200%200%200-.012-.18.347.347%200%200%200-.037-.066A2.458%202.458%200%200%200%2012.75%2011H8.257a.624.624%200%200%200-.18.012.292.292%200%200%200-.062.033c-.007.077-.01.199-.012.41v.291c0%20.14.007.165.012.18a.23.23%200%200%200%20.036.065c.043.004.106.009.207.009h4.492a.625.625%200%200%200%20.18-.012.353.353%200%200%200%20.062-.035l.002-.013c.008-.122.01-.319.01-.686Zm3.996-4a.624.624%200%200%200-.012-.18.342.342%200%200%200-.037-.066A2.43%202.43%200%200%200%2016.745%207H8.253a.622.622%200%200%200-.18.012.288.288%200%200%200-.062.033%206.11%206.11%200%200%200-.012.41v.291c0%20.14.007.165.012.18a.23.23%200%200%200%20.036.065c.043.004.107.009.207.009h8.492a.623.623%200%200%200%20.18-.012.35.35%200%200%200%20.062-.035l.002-.013c.009-.122.01-.319.01-.686Zm-1%208c0%20.352%200%20.59-.012.754a1.13%201.13%200%200%201-.12.48l-.048.09-.079.063c-.16.13-.316.237-.502.298a1.53%201.53%200%200%201-.493.061H8.254c-.276%200-.509-.01-.741-.132l-.09-.047-.065-.08a1.578%201.578%200%200%201-.297-.502%201.522%201.522%200%200%201-.062-.493v-.297c.003-.424.003-.691.132-.935l.047-.09.08-.065c.16-.13.316-.236.502-.297.184-.06.356-.062.493-.062h6.492c.241%200%20.45.007.653.09l.088.042.09.047.065.08c.13.16.236.316.297.502.06.184.062.356.062.493Zm-1.996-4c0%20.352%200%20.59-.012.754a1.13%201.13%200%200%201-.12.48l-.048.09-.079.063c-.16.13-.316.236-.502.297-.184.06-.356.062-.493.062H8.258c-.276%200-.509-.01-.741-.132l-.09-.047-.065-.08a1.578%201.578%200%200%201-.298-.502%201.522%201.522%200%200%201-.061-.493v-.297c.003-.424.003-.691.132-.935l.047-.09.08-.065c.16-.13.316-.236.502-.297A1.53%201.53%200%200%201%208.257%2010h4.492c.241%200%20.45.007.653.09l.088.042.09.047.065.08c.13.16.236.316.297.502.06.184.062.356.062.493Zm3.996-4c0%20.352%200%20.59-.012.754a1.13%201.13%200%200%201-.12.48l-.048.09-.079.063c-.16.13-.316.237-.502.297-.184.06-.356.062-.493.062H8.254c-.276%200-.509-.01-.741-.132l-.09-.047-.065-.08a1.578%201.578%200%200%201-.297-.502%201.522%201.522%200%200%201-.062-.493V7.45l.004-.29c.007-.266.032-.462.128-.645l.047-.09.08-.065c.16-.13.316-.237.502-.297.184-.06.356-.062.493-.062h8.492c.241%200%20.45.007.653.09l.088.042.09.047.065.08c.13.16.237.316.298.502.06.184.061.356.061.493Z'/%3e%3c/svg%3e");--icon-layout-align-right: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M17.5%205a.5.5%200%200%200-.5.5v12a.5.5%200%200%200%201%200v-12a.5.5%200%200%200-.5-.5Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M6.255%206.5c-.278%200-.396.015-.508.074-.232.285-.247.403-.247.68%200%20.72.004.867.074.999.285.232.403.247.68.247h8.492c.278%200%20.396-.015.508-.074.232-.285.247-.403.247-.68v-.294c-.003-.47-.015-.593-.074-.705-.285-.232-.403-.247-.68-.247H6.255Zm4.001%204c-.278%200-.396.015-.508.074-.232.285-.247.403-.247.68%200%20.72.004.867.074.999.285.232.403.247.68.247h4.492c.278%200%20.396-.015.508-.074.232-.285.247-.403.247-.68v-.294c-.003-.47-.015-.593-.074-.705-.285-.232-.403-.247-.68-.247h-4.492Zm-2.001%204c-.278%200-.396.015-.508.074-.232.285-.247.403-.247.68%200%20.72.004.867.074.999.285.232.403.247.68.247h6.492c.278%200%20.396-.015.508-.074.232-.285.247-.403.247-.68v-.294c-.003-.47-.015-.593-.074-.705-.285-.232-.403-.247-.68-.247H8.255Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M8%2015.254c0-.14.007-.165.012-.18a.34.34%200%200%201%20.037-.066c.043-.004.106-.008.206-.008h6.492c.14%200%20.165.007.18.012.008.002.026.01.062.033.006.077.01.199.012.41v.291a.625.625%200%200%201-.012.18.328.328%200%200%201-.036.065%202.119%202.119%200%200%201-.207.009H8.254a.624.624%200%200%201-.18-.012.35.35%200%200%201-.062-.035l-.002-.013C8%2015.818%208%2015.621%208%2015.254Zm1.996-4c0-.14.007-.165.012-.18a.347.347%200%200%201%20.037-.066c.043-.004.107-.008.206-.008h4.492c.14%200%20.165.007.18.012.009.002.026.01.062.033.007.077.01.199.012.41v.291a.625.625%200%200%201-.012.18.328.328%200%200%201-.036.065%202.119%202.119%200%200%201-.207.009H10.25a.625.625%200%200%201-.18-.012.353.353%200%200%201-.062-.035l-.002-.013c-.008-.122-.01-.319-.01-.686ZM6%207.254c0-.14.007-.165.012-.18a.336.336%200%200%201%20.037-.066c.043-.004.106-.008.206-.008h8.492c.14%200%20.165.007.18.012.008.002.026.01.062.033.006.077.01.199.012.41v.291c0%20.14-.007.165-.012.18a.327.327%200%200%201-.036.065%202.119%202.119%200%200%201-.207.009H6.254a.622.622%200%200%201-.18-.012.347.347%200%200%201-.062-.035L6.01%207.94C6%207.818%206%207.621%206%207.254Zm1%208c0%20.352%200%20.59.012.754.012.177.039.326.12.48l.048.09.079.063c.16.13.316.237.502.298.184.06.356.061.493.061h6.492c.276%200%20.509-.01.741-.132l.09-.047.065-.08c.13-.16.237-.316.298-.502a1.53%201.53%200%200%200%20.061-.493v-.297c-.003-.424-.003-.691-.132-.935l-.047-.09-.08-.065a1.577%201.577%200%200%200-.502-.297%201.523%201.523%200%200%200-.493-.062H8.255c-.241%200-.45.007-.653.09l-.088.042-.09.047-.065.08c-.13.16-.237.316-.297.502-.06.184-.062.356-.062.493Zm1.996-4c0%20.352%200%20.59.012.754.012.177.039.326.12.48l.048.09.079.063c.16.13.316.236.502.297.184.06.356.062.493.062h4.492c.276%200%20.509-.01.741-.132l.09-.047.065-.08c.13-.16.237-.316.297-.502a1.52%201.52%200%200%200%20.062-.493v-.297c-.003-.424-.003-.691-.132-.935l-.047-.09-.08-.065a1.577%201.577%200%200%200-.502-.297%201.523%201.523%200%200%200-.493-.062h-4.492c-.241%200-.45.007-.653.09l-.088.042-.09.047-.065.08c-.13.16-.236.316-.297.502-.06.184-.062.356-.062.493ZM5%207.254c0%20.352%200%20.59.012.754.012.177.039.326.12.48l.048.09.079.063c.16.13.316.237.502.297.184.06.356.062.493.062h8.492c.276%200%20.509-.01.741-.132l.09-.047.065-.08c.13-.16.237-.316.298-.502a1.53%201.53%200%200%200%20.061-.493V7.45l-.004-.29c-.007-.266-.031-.462-.128-.645l-.047-.09-.08-.065a1.577%201.577%200%200%200-.502-.297A1.521%201.521%200%200%200%2014.747%206H6.255c-.241%200-.45.007-.653.09l-.088.042-.09.047-.065.08c-.13.16-.237.316-.297.502-.06.184-.062.356-.062.493Z'/%3e%3c/svg%3e");--icon-layout-align-top: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M5%205.5a.5.5%200%200%200%20.5.5h12a.5.5%200%200%200%200-1h-12a.5.5%200%200%200-.5.5Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M6.5%2016.745c0%20.278.015.396.074.508.285.232.403.247.68.247.72%200%20.867-.004.999-.074.232-.285.247-.403.247-.68V8.254c0-.278-.015-.396-.074-.508-.285-.232-.403-.247-.68-.247h-.294c-.47.003-.593.015-.705.074-.232.285-.247.403-.247.68v8.492Zm4-4.001c0%20.278.015.396.074.508.285.232.403.247.68.247.72%200%20.867-.004.999-.074.232-.285.247-.403.247-.68V8.253c0-.278-.015-.396-.074-.508-.285-.232-.403-.247-.68-.247h-.294c-.47.003-.593.015-.705.074-.232.285-.247.403-.247.68v4.492Zm4%202.001c0%20.278.015.396.074.508.285.232.403.247.68.247.72%200%20.867-.004.999-.074.232-.285.247-.403.247-.68V8.254c0-.278-.015-.396-.074-.508-.285-.232-.403-.247-.68-.247h-.294c-.47.003-.593.015-.705.074-.232.285-.247.403-.247.68v6.492Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M15.254%2015a.624.624%200%200%201-.18-.012.347.347%200%200%201-.066-.037%202.414%202.414%200%200%201-.008-.206V8.253c0-.14.007-.165.012-.18a.292.292%200%200%201%20.033-.062%206.66%206.66%200%200%201%20.41-.012h.291c.14%200%20.165.007.18.012a.23.23%200%200%201%20.065.036c.004.043.009.107.009.207v6.492a.625.625%200%200%201-.012.18.353.353%200%200%201-.035.062l-.013.002c-.122.009-.319.01-.686.01Zm-4-1.996a.624.624%200%200%201-.18-.012.347.347%200%200%201-.066-.037A2.458%202.458%200%200%201%2011%2012.75V8.257c0-.14.007-.165.012-.18a.292.292%200%200%201%20.033-.062c.077-.007.199-.01.41-.012h.291c.14%200%20.165.007.18.012a.23.23%200%200%201%20.065.036c.004.043.009.106.009.207v4.492a.625.625%200%200%201-.012.18.353.353%200%200%201-.035.062l-.013.002c-.122.008-.319.01-.686.01Zm-4%203.996a.624.624%200%200%201-.18-.012.342.342%200%200%201-.066-.037A2.43%202.43%200%200%201%207%2016.745V8.253c0-.14.007-.165.012-.18a.288.288%200%200%201%20.033-.062%206.11%206.11%200%200%201%20.41-.012h.291c.14%200%20.165.007.18.012a.23.23%200%200%201%20.065.036c.004.043.009.107.009.207v8.492a.623.623%200%200%201-.012.18.35.35%200%200%201-.035.062l-.013.002c-.122.009-.319.01-.686.01Zm8-1c.352%200%20.59%200%20.754-.012a1.13%201.13%200%200%200%20.48-.12l.09-.048.063-.079c.13-.16.237-.316.298-.502a1.53%201.53%200%200%200%20.061-.493V8.254c0-.276-.01-.509-.132-.741l-.047-.09-.08-.065a1.578%201.578%200%200%200-.502-.297%201.522%201.522%200%200%200-.493-.062h-.297c-.424.003-.691.003-.935.132l-.09.047-.065.08c-.13.16-.236.316-.297.502-.06.184-.062.356-.062.493v6.492c0%20.241.007.45.09.653l.042.088.047.09.08.065c.16.13.316.236.502.297.184.06.356.062.493.062Zm-4-1.996c.352%200%20.59%200%20.754-.012a1.13%201.13%200%200%200%20.48-.12l.09-.048.063-.079c.13-.16.236-.316.297-.502.06-.184.062-.356.062-.493V8.258c0-.276-.01-.509-.132-.741l-.047-.09-.08-.065a1.578%201.578%200%200%200-.502-.298%201.522%201.522%200%200%200-.493-.061h-.297c-.424.003-.691.003-.935.132l-.09.047-.065.08c-.13.16-.236.316-.297.502a1.53%201.53%200%200%200-.062.493v4.492c0%20.241.007.45.09.653l.042.088.047.09.08.065c.16.13.316.236.502.297.184.06.356.062.493.062Zm-4%203.996c.352%200%20.59%200%20.754-.012a1.13%201.13%200%200%200%20.48-.12l.09-.048.063-.079c.13-.16.237-.316.297-.502.06-.184.062-.356.062-.493V8.254c0-.276-.01-.509-.132-.741l-.047-.09-.08-.065a1.578%201.578%200%200%200-.502-.297%201.522%201.522%200%200%200-.493-.062H7.45l-.29.004c-.266.007-.462.032-.645.128l-.09.047-.065.08c-.13.16-.237.316-.297.502-.06.184-.062.356-.062.493v8.492c0%20.241.007.45.09.653l.042.088.047.09.08.065c.16.13.316.237.502.298.184.06.356.061.493.061Z'/%3e%3c/svg%3e");--icon-layout-align-vertical-centers: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M5.999%2011.5a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%200%201h-1a.5.5%200%200%201-.5-.5Zm3%200a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5Zm4%200a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5Zm4%200a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%200%201h-1a.5.5%200%200%201-.5-.5Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M7.499%207.255c0-.278.015-.396.074-.508.285-.232.403-.247.68-.247.72%200%20.867.004.999.074.232.285.247.403.247.68v8.492c0%20.278-.015.396-.074.508-.285.232-.403.247-.68.247h-.294c-.47-.003-.593-.015-.705-.074-.232-.285-.247-.403-.247-.68V7.255Zm4%202c0-.278.015-.396.074-.508.285-.232.403-.247.68-.247.72%200%20.867.004.999.074.232.285.247.403.247.68v4.492c0%20.278-.015.396-.074.508-.285.232-.403.247-.68.247h-.294c-.47-.003-.593-.015-.705-.074-.232-.285-.247-.403-.247-.68V9.255Zm4-1c0-.278.015-.396.074-.508.285-.232.403-.247.68-.247.72%200%20.867.004.999.074.232.285.247.403.247.68v6.492c0%20.278-.015.396-.074.508-.285.232-.403.247-.68.247h-.294c-.47-.003-.593-.015-.705-.074-.232-.285-.247-.403-.247-.68V8.255Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M16.253%208a.621.621%200%200%200-.18.012.336.336%200%200%200-.066.037%202.455%202.455%200%200%200-.008.206v6.492c0%20.14.007.165.012.18.002.008.01.026.033.062.077.006.199.01.41.012h.291c.14%200%20.165-.007.18-.012a.325.325%200%200%200%20.065-.036c.004-.043.009-.107.009-.207V8.254a.624.624%200%200%200-.012-.18.35.35%200%200%200-.035-.062l-.013-.002C16.817%208%2016.62%208%2016.253%208Zm-4%201a.621.621%200%200%200-.18.012.336.336%200%200%200-.066.037%202.455%202.455%200%200%200-.008.206v4.492c0%20.14.007.165.012.18.002.008.01.026.033.062.077.006.199.01.41.012h.291c.14%200%20.165-.007.18-.012a.325.325%200%200%200%20.065-.036c.004-.043.009-.107.009-.207V9.254a.624.624%200%200%200-.012-.18.35.35%200%200%200-.035-.062l-.012-.002C12.817%209%2012.62%209%2012.253%209Zm-4-2a.622.622%200%200%200-.18.012.336.336%200%200%200-.066.037%202.422%202.422%200%200%200-.008.206v8.492c0%20.14.007.165.012.18.002.008.01.026.033.062a6.2%206.2%200%200%200%20.41.012h.291a.624.624%200%200%200%20.18-.012.326.326%200%200%200%20.065-.036c.004-.043.009-.107.009-.207V7.254a.622.622%200%200%200-.012-.18.347.347%200%200%200-.035-.062L8.94%207.01C8.817%207%208.62%207%208.253%207Zm8%200c.352%200%20.59%200%20.754.012.177.012.326.039.48.12l.09.048.063.079c.13.16.236.316.297.502.06.184.062.356.062.493v6.492c0%20.276-.01.509-.132.741l-.047.09-.08.065c-.16.13-.316.237-.502.298-.183.06-.356.061-.493.061h-.297c-.424-.003-.691-.003-.935-.132l-.09-.047-.065-.08a1.577%201.577%200%200%201-.298-.502%201.523%201.523%200%200%201-.061-.493V8.255c0-.241.007-.45.09-.653l.042-.088.047-.09.08-.065c.16-.13.316-.237.502-.297.184-.06.356-.062.493-.062Zm-4%201c.352%200%20.59%200%20.754.012.177.012.326.039.48.12l.09.048.063.079c.13.16.236.316.297.502.06.184.062.356.062.493v4.492c0%20.276-.01.509-.132.741l-.047.09-.08.065c-.16.13-.316.237-.502.298-.183.06-.356.061-.493.061h-.297c-.424-.003-.691-.003-.935-.132l-.09-.047-.065-.08a1.577%201.577%200%200%201-.298-.502%201.523%201.523%200%200%201-.061-.493V9.255c0-.241.007-.45.09-.653l.042-.088.047-.09.08-.065c.16-.13.316-.236.502-.297.184-.06.356-.062.493-.062Zm-4-2c.352%200%20.59%200%20.754.012.177.012.326.039.48.12l.09.048.063.079c.13.16.237.316.297.502.06.184.062.356.062.493v8.492c0%20.276-.01.509-.132.741l-.047.09-.08.065c-.16.13-.316.236-.502.297-.184.06-.356.062-.493.062h-.297l-.29-.004c-.266-.007-.462-.032-.645-.128l-.09-.047-.065-.08a1.577%201.577%200%200%201-.297-.502%201.521%201.521%200%200%201-.062-.493V7.255c0-.241.007-.45.09-.653l.042-.088.047-.09.08-.065c.16-.13.316-.237.502-.297.184-.06.356-.062.493-.062Z'/%3e%3c/svg%3e");--icon-layout-grid-columns: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M12%2016h-1V7h1v9Z'/%3e%3cpath%20fill='%23000'%20d='M14.795%205c.997%200%201.457.085%201.924.334.408.217.731.538.948.946h-.001c.25.467.334.927.334%201.925v6.59c0%20.997-.085%201.457-.334%201.924a2.262%202.262%200%200%201-.946.948l-.001-.001c-.467.25-.927.334-1.924.334h-6.59c-.996%200-1.457-.084-1.923-.333a2.26%202.26%200%200%201-.95-.95h.001C5.085%2016.25%205%2015.79%205%2014.795v-6.59c0-.998.085-1.458.334-1.925a2.26%202.26%200%200%201%20.946-.947v.001C6.747%205.084%207.207%205%208.205%205h6.59Zm-6.59%201c-.947%200-1.207.084-1.454.216H6.75c-.232.124-.41.302-.533.534l-.001.001C6.084%206.998%206%207.258%206%208.205v6.59c0%20.947.084%201.207.216%201.454l.002.004c.119.226.303.41.53.53l.003.001c.247.132.507.216%201.454.216h6.59c.947%200%201.207-.084%201.454-.216h.001c.232-.124.41-.302.533-.534l.001-.001c.132-.247.216-.507.216-1.454v-6.59c0-.947-.084-1.207-.216-1.454V6.75a1.262%201.262%200%200%200-.534-.533l-.001-.001C16.002%206.084%2015.742%206%2014.795%206h-6.59Z'%20opacity='.2'/%3e%3c/svg%3e");--icon-layout-grid-rows: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M16%2012H7v-1h9v1Z'/%3e%3cpath%20fill='%23000'%20d='M14.795%205c.997%200%201.457.085%201.924.334.408.217.731.538.948.946h-.001c.25.467.334.927.334%201.925v6.59c0%20.997-.085%201.457-.334%201.924a2.262%202.262%200%200%201-.946.948l-.001-.001c-.467.25-.927.334-1.924.334h-6.59c-.996%200-1.457-.084-1.923-.333a2.26%202.26%200%200%201-.95-.95h.001C5.085%2016.25%205%2015.79%205%2014.795v-6.59c0-.998.085-1.458.334-1.925a2.26%202.26%200%200%201%20.946-.947v.001C6.747%205.084%207.207%205%208.205%205h6.59Zm-6.59%201c-.947%200-1.207.084-1.454.216H6.75c-.232.124-.41.302-.533.534l-.001.001C6.084%206.998%206%207.258%206%208.205v6.59c0%20.947.084%201.207.216%201.454l.002.004c.119.226.303.41.53.53l.003.001c.247.132.507.216%201.454.216h6.59c.947%200%201.207-.084%201.454-.216h.001c.232-.124.41-.302.533-.534l.001-.001c.132-.247.216-.507.216-1.454v-6.59c0-.947-.084-1.207-.216-1.454V6.75a1.262%201.262%200%200%200-.534-.533l-.001-.001C16.002%206.084%2015.742%206%2014.795%206h-6.59Z'%20opacity='.2'/%3e%3c/svg%3e");--icon-layout-grid-uniform: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M12%2011h4v1h-4v4h-1v-4H7v-1h4V7h1v4Z'/%3e%3cpath%20fill='%23000'%20d='M14.795%205c.997%200%201.457.085%201.924.334.408.217.731.538.948.946h-.001c.25.467.334.927.334%201.925v6.59c0%20.997-.085%201.457-.334%201.924a2.262%202.262%200%200%201-.946.948l-.001-.001c-.467.25-.927.334-1.924.334h-6.59c-.996%200-1.457-.084-1.923-.333a2.26%202.26%200%200%201-.95-.95h.001C5.085%2016.25%205%2015.79%205%2014.795v-6.59c0-.998.085-1.458.334-1.925a2.26%202.26%200%200%201%20.946-.947v.001C6.747%205.084%207.207%205%208.205%205h6.59Zm-6.59%201c-.947%200-1.207.084-1.454.216H6.75c-.232.124-.41.302-.533.534l-.001.001C6.084%206.998%206%207.258%206%208.205v6.59c0%20.947.084%201.207.216%201.454l.002.004c.119.226.303.41.53.53l.003.001c.247.132.507.216%201.454.216h6.59c.947%200%201.207-.084%201.454-.216h.001c.232-.124.41-.302.533-.534l.001-.001c.132-.247.216-.507.216-1.454v-6.59c0-.947-.084-1.207-.216-1.454V6.75a1.262%201.262%200%200%200-.534-.533l-.001-.001C16.002%206.084%2015.742%206%2014.795%206h-6.59Z'%20opacity='.2'/%3e%3c/svg%3e");--icon-library: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M6%207.167c0-.046.019-.09.049-.12.03-.03.07-.047.11-.047l3.496.055A1.695%201.695%200%200%201%2011%207.719v7.663l-.06-.035a2.695%202.695%200%200%200-1.285-.326l-3.497-.055a.154.154%200%200%201-.109-.046A.172.172%200%200%201%206%2014.8V7.167Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M9.655%206.055a2.695%202.695%200%200%201%201.834.72%202.695%202.695%200%200%201%201.855-.741h3.498c.309%200%20.604.125.82.344.217.22.338.516.338.823v7.633c0%20.307-.122.603-.338.822-.216.22-.511.344-.82.344h-3.497a1.695%201.695%200%200%200-1.392.727.498.498%200%200%201-.871.069%201.729%201.729%200%200%200-.62-.57%201.695%201.695%200%200%200-.807-.206l-3.497-.054c-.309%200-.604-.125-.82-.344A1.172%201.172%200%200%201%205%2014.8V7.167c0-.307.121-.604.338-.823.216-.22.511-.344.82-.344l3.497.055ZM6.158%207c-.04%200-.08.016-.11.047a.172.172%200%200%200-.048.12V14.8c0%20.046.019.09.049.12.03.03.07.046.11.046l3.496.055c.449%200%20.89.112%201.285.326.02.01.04.023.06.035V7.719a1.695%201.695%200%200%200-1.345-.664L6.158%207Zm7.187.034A1.695%201.695%200%200%200%2012%207.698v7.663l.06-.035A2.695%202.695%200%200%201%2013.345%2015h3.497c.04%200%20.08-.015.11-.046a.172.172%200%200%200%20.048-.12V7.201a.172.172%200%200%200-.049-.12.155.155%200%200%200-.11-.047h-3.496Z'/%3e%3c/svg%3e");--icon-link-broken: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M10.5%2010v1h-4v-1h4ZM13%207.5A2.5%202.5%200%200%200%2010.5%205h-4a2.5%202.5%200%200%200%200%205v1l-.18-.005a3.5%203.5%200%200%201%200-6.99L6.5%204h4a3.5%203.5%200%201%201%200%207v-1A2.5%202.5%200%200%200%2013%207.5ZM16.5%2018v1h-4v-1h4Zm2.5-2.5a2.5%202.5%200%200%200-2.5-2.5h-4a2.5%202.5%200%200%200%200%205v1l-.18-.005a3.5%203.5%200%200%201%200-6.99L12.5%2012h4a3.5%203.5%200%201%201%200%207v-1a2.5%202.5%200%200%200%202.5-2.5Z'/%3e%3c/svg%3e");--icon-link-connected: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M12.013%2010a.5.5%200%200%201%200%201H11.5a2.502%202.502%200%200%200-1.769%204.268A2.502%202.502%200%200%200%2011.5%2016h4.002a2.502%202.502%200%200%200%202.111-3.845%202.501%202.501%200%200%200-1.394-1.051.5.5%200%200%201%20.286-.958A3.502%203.502%200%200%201%2015.502%2017H11.5a3.502%203.502%200%200%201-3.501-3.5A3.5%203.5%200%200%201%2011.5%2010h.513ZM11.5%206a3.502%203.502%200%200%201%203.502%203.5A3.5%203.5%200%200%201%2011.5%2013h-.513a.5.5%200%200%201%200-1h.513a2.502%202.502%200%200%200%201.768-4.268A2.502%202.502%200%200%200%2011.5%207H7.498a2.502%202.502%200%200%200-2.112%203.845c.324.506.819.88%201.395%201.051a.5.5%200%201%201-.286.958A3.502%203.502%200%200%201%207.498%206H11.5Z'/%3e%3c/svg%3e");--icon-list: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M18.5%2015a.5.5%200%200%201%200%201h-13a.5.5%200%200%201%200-1h13Zm0-4a.5.5%200%200%201%200%201h-13a.5.5%200%200%201%200-1h13Zm0-4a.5.5%200%200%201%200%201h-13a.5.5%200%200%201%200-1h13Z'/%3e%3c/svg%3e");--icon-list-detailed: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M18.5%2015a.5.5%200%200%201%200%201h-10a.5.5%200%200%201%200-1h10Zm0-4a.5.5%200%200%201%200%201h-10a.5.5%200%200%201%200-1h10Zm0-4a.5.5%200%200%201%200%201h-10a.5.5%200%200%201%200-1h10Zm-12%208a.5.5%200%200%201%200%201h-1a.5.5%200%200%201%200-1h1Zm0-4a.5.5%200%200%201%200%201h-1a.5.5%200%200%201%200-1h1Zm0-4a.5.5%200%200%201%200%201h-1a.5.5%200%200%201%200-1h1Z'/%3e%3c/svg%3e");--icon-list-tile: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M10%2017H5v-3h5v3Zm8%200h-5v-3h5v3Zm-8-6H5V8h5v3Zm8%200h-5V8h5v3Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M9.77%2013.002c.326.005.524.026.684.107.188.096.34.249.437.437.109.214.109.494.109%201.054v1.8l-.002.37c-.005.326-.026.524-.107.684l-.082.134a1%201%200%200%201-.355.303l-.084.036c-.146.052-.328.067-.6.071L9.4%2018H5.6c-.56%200-.84%200-1.054-.11a.999.999%200%200%201-.355-.302l-.082-.134c-.081-.16-.102-.358-.107-.684L4%2016.4v-1.8c0-.49%200-.766.073-.97l.036-.084a1%201%200%200%201%20.303-.355l.134-.082C4.76%2013%205.04%2013%205.6%2013h3.8l.37.002Zm8%200c.326.005.524.026.684.107.188.096.34.249.437.437.109.214.109.494.109%201.054v1.8l-.002.37c-.005.326-.026.524-.107.684l-.082.134a1%201%200%200%201-.355.303l-.084.036c-.146.052-.328.067-.6.071L17.4%2018h-3.8c-.56%200-.84%200-1.054-.11a1%201%200%200%201-.355-.302l-.082-.134c-.081-.16-.102-.358-.107-.684L12%2016.4v-1.8c0-.49%200-.766.073-.97l.036-.084a1%201%200%200%201%20.303-.355l.134-.082C12.76%2013%2013.04%2013%2013.6%2013h3.8l.37.002ZM5.6%2014c-.297%200-.459.001-.576.01l-.012.002-.001.012C5%2014.141%205%2014.304%205%2014.6v1.8c0%20.297.001.46.01.576l.002.011.012.002c.117.01.28.011.576.011h3.8c.297%200%20.459-.001.576-.01l.011-.003.002-.011c.01-.117.011-.28.011-.576v-1.8c0-.297-.001-.46-.01-.576l-.003-.012-.011-.001A8.123%208.123%200%200%200%209.4%2014H5.6Zm8%200c-.297%200-.46.001-.576.01l-.012.002-.001.012c-.01.117-.011.28-.011.576v1.8c0%20.297.001.46.01.576l.002.011.012.002c.117.01.28.011.576.011h3.8c.297%200%20.46-.001.576-.01l.011-.003.002-.011c.01-.117.011-.28.011-.576v-1.8c0-.297-.001-.46-.01-.576l-.003-.012-.011-.001A8.122%208.122%200%200%200%2017.4%2014h-3.8ZM9.77%207.002c.326.005.524.026.684.107.188.096.34.249.437.437C11%207.76%2011%208.04%2011%208.6v1.8l-.002.37c-.005.326-.026.524-.107.684l-.082.134a1%201%200%200%201-.355.303l-.084.036c-.146.052-.328.067-.6.071L9.4%2012H5.6c-.56%200-.84%200-1.054-.11a.999.999%200%200%201-.355-.302l-.082-.134c-.081-.16-.102-.358-.107-.684L4%2010.4V8.6c0-.49%200-.766.073-.97l.036-.084a1%201%200%200%201%20.303-.355l.134-.082C4.76%207%205.04%207%205.6%207h3.8l.37.002Zm8%200c.326.005.524.026.684.107.188.096.34.249.437.437C19%207.76%2019%208.04%2019%208.6v1.8l-.002.37c-.005.326-.026.524-.107.684l-.082.134a1%201%200%200%201-.355.303l-.084.036c-.146.052-.328.067-.6.071L17.4%2012h-3.8c-.56%200-.84%200-1.054-.11a1%201%200%200%201-.355-.302l-.082-.134c-.081-.16-.102-.358-.107-.684L12%2010.4V8.6c0-.49%200-.766.073-.97l.036-.084a.999.999%200%200%201%20.303-.355l.134-.082C12.76%207%2013.04%207%2013.6%207h3.8l.37.002ZM5.6%208c-.297%200-.459.001-.576.01l-.012.002-.001.012C5%208.141%205%208.304%205%208.6v1.8c0%20.297.001.46.01.576l.002.011.012.002c.117.01.28.011.576.011h3.8c.297%200%20.459-.001.576-.01l.011-.003.002-.011c.01-.117.011-.28.011-.576V8.6c0-.297-.001-.459-.01-.576l-.003-.012-.011-.001A8.103%208.103%200%200%200%209.4%208H5.6Zm8%200c-.297%200-.46.001-.576.01l-.012.002-.001.012C13%208.141%2013%208.304%2013%208.6v1.8c0%20.297.001.46.01.576l.002.011.012.002c.117.01.28.011.576.011h3.8c.297%200%20.46-.001.576-.01l.011-.003.002-.011c.01-.117.011-.28.011-.576V8.6c0-.297-.001-.459-.01-.576l-.003-.012-.011-.001A8.102%208.102%200%200%200%2017.4%208h-3.8Z'/%3e%3c/svg%3e");--icon-lock-off: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M14.436%2011.5c.75%200%201.029.06%201.305.208.238.127.424.313.551.551.148.276.208.555.208%201.305v2.872c0%20.75-.06%201.029-.208%201.305a1.323%201.323%200%200%201-.551.551c-.276.148-.555.208-1.305.208H8.564c-.75%200-1.029-.06-1.305-.208a1.324%201.324%200%200%201-.551-.551c-.148-.276-.208-.555-.208-1.305v-2.872c0-.75.06-1.029.208-1.305.127-.238.313-.424.551-.551.276-.148.555-.208%201.305-.208h5.872Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M11.5%205a4%204%200%200%201%204%204v2.087c.173.041.324.1.476.18.325.174.584.431.757.756.208.389.267.772.267%201.542v2.87c0%20.769-.06%201.151-.267%201.539h.001a1.827%201.827%200%200%201-.76.76c-.388.206-.77.266-1.539.266h-5.87c-.77%200-1.152-.06-1.54-.267v.001a1.827%201.827%200%200%201-.76-.76h.002C6.06%2017.586%206%2017.204%206%2016.436v-2.871c0-.77.06-1.153.268-1.542a1.81%201.81%200%200%201%20.755-.756c.389-.208.772-.267%201.541-.267h5.871l.065.001V9a3%203%200%200%200-6%200h-1a4%204%200%200%201%204-4Zm-2.936%207c-.73%200-.906.06-1.069.148v.001a.82.82%200%200%200-.346.345v.001c-.088.163-.149.34-.149%201.07v2.87c0%20.548.035.784.089.936l.06.134.001.002c.058.11.14.204.239.277l.104.066.002.002c.163.087.34.148%201.07.148h5.87c.73%200%20.907-.06%201.07-.148l.002-.002a.822.822%200%200%200%20.343-.343l.002-.002c.087-.163.148-.34.148-1.07v-2.87c0-.73-.06-.907-.148-1.07h-.001a.82.82%200%200%200-.345-.346h-.001c-.163-.088-.34-.149-1.07-.149h-5.87Z'/%3e%3c/svg%3e");--icon-lock-on: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M14.436%2011.5c.75%200%201.029.06%201.305.208.238.127.424.313.551.551.148.276.208.555.208%201.305v2.872c0%20.75-.06%201.029-.208%201.305a1.323%201.323%200%200%201-.551.551c-.276.148-.555.208-1.305.208H8.564c-.75%200-1.029-.06-1.305-.208a1.324%201.324%200%200%201-.551-.551c-.148-.276-.208-.555-.208-1.305v-2.872c0-.75.06-1.029.208-1.305.127-.238.313-.424.551-.551.276-.148.555-.208%201.305-.208h5.872Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M11.5%205a4%204%200%200%201%204%204v2.087c.173.041.324.1.476.18.325.174.584.431.757.756.209.389.267.772.267%201.542v2.87c0%20.769-.06%201.151-.267%201.539h.001a1.827%201.827%200%200%201-.76.76c-.388.206-.77.266-1.539.266h-5.87c-.77%200-1.152-.06-1.54-.267a1.825%201.825%200%200%201-.76-.758l.002-.001C6.06%2017.586%206%2017.204%206%2016.436v-2.871c0-.77.06-1.153.268-1.542a1.81%201.81%200%200%201%20.755-.756c.152-.082.303-.139.477-.18V9a4%204%200%200%201%204-4Zm-2.936%207c-.73%200-.906.06-1.069.148v.001a.82.82%200%200%200-.346.345v.001c-.088.163-.149.34-.149%201.07v2.87c0%20.548.035.784.089.936l.06.134.001.002c.058.11.14.204.239.277l.104.066.002.002c.163.087.34.148%201.07.148h5.87c.73%200%20.907-.06%201.07-.148l.002-.002a.822.822%200%200%200%20.343-.343l.002-.002c.087-.163.148-.34.148-1.07v-2.87c0-.73-.06-.907-.148-1.07h-.001a.82.82%200%200%200-.345-.346h-.001c-.163-.088-.34-.149-1.07-.149h-5.87ZM11.5%206a3%203%200%200%200-3%203v2.001L8.564%2011h5.871l.065.001V9a3%203%200%200%200-3-3Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-minus: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M16.5%2010.997a.5.5%200%201%201%200%201h-10a.5.5%200%200%201%200-1h10Z'/%3e%3c/svg%3e");--icon-play: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M7.462%206.114a.9.9%200%200%201%20.912.02l8.163%205.05a1.002%201.002%200%200%201-.003%201.703l-8.162%205.022A.9.9%200%200%201%207%2017.143V6.9a.9.9%200%200%201%20.462-.786Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M7.944%205A1.9%201.9%200%200%200%206%206.9v10.243a1.9%201.9%200%200%200%202.896%201.617l8.162-5.022a1.999%201.999%200%200%200%20.005-3.403L8.9%205.285A1.9%201.9%200%200%200%207.944%205Zm-.482%201.114a.9.9%200%200%201%20.912.02l8.163%205.05a1.002%201.002%200%200%201-.003%201.703l-8.162%205.022A.9.9%200%200%201%207%2017.143V6.9a.9.9%200%200%201%20.462-.786Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-plus: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M12%206.5a.5.5%200%200%201%20.5.5v4.5H17a.5.5%200%200%201%200%201h-4.5V17a.5.5%200%200%201-1%200v-4.5H7a.5.5%200%200%201%200-1h4.5V7a.5.5%200%200%201%20.5-.5Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-random: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M11.118%207a2.5%202.5%200%200%200-1.335.386L7.228%209H14.5v1H6.003a.512.512%200%200%200-.003.051V16.5c0%20.278.223.5.497.5h7.628a.498.498%200%200%200%20.328-.123l3.206-2.805a1%201%200%200%200%20.341-.753V7.5a.5.5%200%200%200-.5-.5h-6.382ZM9.25%206.54A3.5%203.5%200%200%201%2011.12%206h6.38A1.5%201.5%200%200%201%2019%207.5v5.82a2%202%200%200%201-.683%201.504l-3.205%202.805c-.274.24-.624.371-.987.371H6.497C5.667%2018%205%2017.327%205%2016.5v-6.449a1.5%201.5%200%200%201%20.699-1.268l3.55-2.242Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20d='M9%2012a1%201%200%201%201-2%200%201%201%200%200%201%202%200Zm4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200Zm0%203a1%201%200%201%201-2%200%201%201%200%200%201%202%200Zm-4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200Z'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M18.407%206.71a.5.5%200%200%201-.116.697l-3.5%202.5a.5.5%200%201%201-.582-.814l3.5-2.5a.5.5%200%200%201%20.698.116Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M14%2017V9h1v8h-1Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-recent: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M17%2011.5a5.5%205.5%200%201%201-11%200%205.5%205.5%200%200%201%2011%200Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M11.5%2018a6.5%206.5%200%201%200%200-13%206.5%206.5%200%200%200%200%2013Zm5.5-6.5a5.5%205.5%200%201%201-11%200%205.5%205.5%200%200%201%2011%200Zm-5-3a.5.5%200%200%200-1%200v3a.5.5%200%200%200%20.146.354l2%202a.5.5%200%200%200%20.708-.708L12%2011.293V8.5Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-refresh: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M5%2012.5a6.5%206.5%200%201%200%2011.096-4.595.5.5%200%200%200-.707.707%205.5%205.5%200%201%201-4.33-1.594l.229-.013-1.142%201.142a.5.5%200%200%200-.057.638l.057.07a.499.499%200%200%200%20.708%200l2-2a.5.5%200%200%200%200-.708l-2-2a.5.5%200%201%200-.708.708l1.15%201.149h-.03a6.5%206.5%200%200%200-6.262%206.264L5%2012.5Z'/%3e%3c/svg%3e");--icon-repository: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M7.5%205c-.276%200-.5.174-.5.389V12h8.502c.276%200%20.498-.174.498-.389V5.39c0-.215-.224-.389-.5-.389h-8Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M7.5%205a.5.5%200%200%200-.5.5V12h8.502a.498.498%200%200%200%20.498-.5v-6a.5.5%200%200%200-.5-.5h-8ZM7%2013h9a1%201%200%200%200%201-1V5.5A1.5%201.5%200%200%200%2015.5%204h-8A1.5%201.5%200%200%200%206%205.5v10A1.5%201.5%200%200%200%207.5%2017H8v2.5a.5.5%200%200%200%20.5.5H9l.945-.63a1%201%200%200%201%201.11%200L12%2020h.5a.5.5%200%200%200%20.5-.5V17h3.5a.5.5%200%200%200%200-1H13v-1h2.5a.5.5%200%200%200%200-1H8v2h-.5a.5.5%200%200%201-.5-.5V13Zm5%202H9v3.566l.92-.654a1%201%200%200%201%201.16%200l.92.654V15Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-reset: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M18%2012.5A6.499%206.499%200%201%201%206.904%207.906a.5.5%200%200%201%20.707.707%205.5%205.5%200%201%200%204.33-1.594l-.229-.013%201.142%201.142a.5.5%200%200%201%20.057.638l-.057.07a.499.499%200%200%201-.708%200l-2-2a.5.5%200%200%201%200-.708l2-2a.5.5%200%201%201%20.708.708l-1.15%201.149h.03a6.5%206.5%200%200%201%206.262%206.264L18%2012.5Z'/%3e%3c/svg%3e");--icon-resize-grip: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M22.146%2011.146a.5.5%200%200%201%20.707.707l-11%2011a.5.5%200%200%201-.707-.707l11-11Zm0%206a.5.5%200%200%201%20.707.707l-5%205a.5.5%200%200%201-.707-.707l5-5Z'/%3e%3c/svg%3e");--icon-resize-to-fit: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M9.5%2013a.5.5%200%200%201%20.5.5v3a.5.5%200%200%201-1%200v-1.793l-2.647%202.647a.5.5%200%201%201-.707-.707L8.293%2014H6.5a.5.5%200%200%201%200-1h3Zm7%200a.5.5%200%200%201%200%201h-1.793l2.646%202.647a.5.5%200%200%201-.707.707L14%2014.707V16.5a.5.5%200%200%201-1%200v-3a.5.5%200%200%201%20.5-.5h3ZM5.646%205.647a.5.5%200%200%201%20.63-.065l.077.065L9%208.293V6.5a.5.5%200%200%201%201%200v3a.5.5%200%200%201-.5.5h-3a.5.5%200%200%201%200-1h1.793L5.646%206.354l-.064-.079a.5.5%200%200%201%20.064-.628Zm11%200a.5.5%200%200%201%20.707.707L14.707%209H16.5a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5v-3a.5.5%200%200%201%201%200v1.793l2.646-2.646Z'/%3e%3c/svg%3e");--icon-resolve: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M11.5%204a7.5%207.5%200%201%200%200%2015%207.5%207.5%200%200%200%200-15Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M14.605%209.194a.5.5%200%201%201%20.79.612l-4.25%205.5a.5.5%200%200%201-.767.029l-2.31-2.582a.5.5%200%200%201%20.73-.655l1.923%202.12%203.884-5.024Z'/%3e%3c/svg%3e");--icon-resolve-filled: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M14.605%209.194a.5.5%200%201%201%20.79.612l-4.25%205.5a.5.5%200%200%201-.767.029l-2.31-2.582a.5.5%200%200%201%20.73-.655l1.923%202.12%203.884-5.024Z'/%3e%3c/svg%3e");--icon-reverse: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M6.647%2012.646a.5.5%200%200%201%20.707.707L5.707%2015H15.5a.5.5%200%200%201%200%201H5.707l1.647%201.646a.5.5%200%200%201-.707.707l-2.5-2.5a.496.496%200%200%201-.082-.113.494.494%200%200%201-.055-.339.493.493%200%200%201%20.055-.142.495.495%200%200%201%20.082-.113l2.5-2.5Zm10-7a.5.5%200%200%201%20.707%200l2.5%202.5c.034.034.06.073.082.113a.494.494%200%200%201%20.055.339.491.491%200%200%201-.055.142.497.497%200%200%201-.082.113l-2.5%202.5a.5.5%200%200%201-.707-.707L18.293%209H8.5a.5.5%200%200%201%200-1h9.793l-1.646-1.647a.5.5%200%200%201%200-.707Z'/%3e%3c/svg%3e");--icon-search: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M15.5%2010.75a4.75%204.75%200%201%200-9.5%200%204.75%204.75%200%200%200%209.5%200Zm1%200a5.75%205.75%200%201%201-11.5%200%205.75%205.75%200%200%201%2011.5%200Z'/%3e%3cpath%20fill='%23000'%20d='M14.646%2014.646a.5.5%200%200%201%20.707%200l3%203c.173.21.208.5%200%20.707-.207.208-.498.173-.707%200l-3-3a.5.5%200%200%201%200-.707Z'/%3e%3c/svg%3e");--icon-search-large: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M15.5%2011a4.5%204.5%200%201%200-9%200%204.5%204.5%200%200%200%209%200Zm1.5%200a6%206%200%201%201-12%200%206%206%200%200%201%2012%200Z'/%3e%3cpath%20fill='%23000'%20d='M14.72%2014.72a.75.75%200%200%201%201.06%200l3%203c.275.3.3.761%200%201.06-.299.3-.76.275-1.06%200l-3-3a.75.75%200%200%201%200-1.06Z'/%3e%3c/svg%3e");--icon-settings: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M14.25%208.103a2%202%200%200%200%202.007-.005c.112-.064.257-.052.34.046.444.53.8%201.139%201.041%201.802.044.12-.018.252-.13.316a2%202%200%200%200%200%203.476c.112.064.174.195.13.316a6.002%206.002%200%200%201-1.042%201.802c-.082.098-.227.11-.339.046a2%202%200%200%200-3.008%201.737c0%20.13-.083.249-.21.27a6%206%200%200%201-2.08%200c-.127-.021-.21-.141-.21-.27a2%202%200%200%200-3.007-1.74c-.112.066-.257.054-.34-.044a6%206%200%200%201-1.04-1.802c-.045-.12.017-.252.13-.316a2%202%200%200%200%200-3.476c-.113-.064-.175-.195-.13-.316a6%206%200%200%201%201.041-1.802c.083-.098.227-.11.34-.046A2%202%200%200%200%2010.75%206.36c0-.13.083-.25.21-.271a6%206%200%200%201%202.08%200c.127.022.21.14.21.27a1.999%201.999%200%200%200%201%201.743M14%2012a2%202%200%201%201-4%200%202%202%200%200%201%204%200Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M15.755%207.234a1%201%200%200%201-1.505-.87c.002-.52-.342-1.138-1.038-1.26a7%207%200%200%200-2.424%200c-.696.122-1.04.74-1.038%201.26a1%201%200%200%201-1.505.87c-.45-.262-1.155-.273-1.608.267A7%207%200%200%200%205.42%209.603c-.24.664.122%201.27.574%201.527a1%201%200%200%201%200%201.74c-.452.258-.815.863-.574%201.527.28.766.691%201.477%201.216%202.102.453.54%201.158.529%201.608.267a1%201%200%200%201%201.505.87c-.002.52.342%201.138%201.038%201.26.802.14%201.622.14%202.424%200%20.696-.122%201.04-.74%201.038-1.26a1%201%200%200%201%201.505-.87c.45.262%201.155.273%201.608-.267a7.002%207.002%200%200%200%201.216-2.102c.241-.664-.122-1.27-.574-1.528a1%201%200%200%201%200-1.74c.452-.257.815-.863.574-1.526A7%207%200%200%200%2017.362%207.5c-.453-.54-1.158-.53-1.608-.267m-1.505.869a2%202%200%200%200%202.008-.005c.112-.064.257-.052.34.046.444.53.8%201.139%201.041%201.802.044.12-.018.252-.13.316a2%202%200%200%200%200%203.476c.112.064.174.195.13.316a6%206%200%200%201-1.042%201.802c-.082.098-.227.11-.339.046a2%202%200%200%200-3.008%201.737c0%20.13-.083.249-.21.27a6%206%200%200%201-2.08%200c-.127-.021-.21-.141-.21-.27a2%202%200%200%200-3.007-1.74c-.112.066-.257.054-.34-.044a6.001%206.001%200%200%201-1.04-1.802c-.045-.12.017-.252.13-.316a2%202%200%200%200%200-3.476c-.113-.064-.175-.195-.13-.316a6%206%200%200%201%201.041-1.802c.083-.098.227-.11.34-.046A2%202%200%200%200%2010.75%206.36c0-.13.083-.25.21-.271a6%206%200%200%201%202.08%200c.127.022.21.14.21.27a2%202%200%200%200%201%201.743M13%2012a1%201%200%201%201-2%200%201%201%200%200%201%202%200Zm1%200a2%202%200%201%201-4%200%202%202%200%200%201%204%200Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-share: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M14.388%2010.5c2.485%200%204.5%201.583%204.5%203.536%200%201.054-2.626%201.54-5.04%201.455-.239-1.67-1.56-2.958-3.084-3.55.817-.874%202.136-1.441%203.624-1.441Zm0-5.5a2.27%202.27%200%200%201%201.591.659c.418.418.66%201%20.66%201.591a2.27%202.27%200%200%201-.66%201.591A2.25%202.25%200%201%201%2014.388%205Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M8.388%2012.5c1.221%200%202.35.382%203.182%201.036.775.61%201.318%201.483%201.318%202.5v.19l-.127.142a2.297%202.297%200%200%201-1.104.713l-.002.001c-.888.287-2.093.418-3.267.418-1.173%200-2.378-.131-3.267-.42-.33-.107-.67-.249-.921-.463l-.147-.125-.024-.19c-.164-1.242.386-2.144%201.177-2.766.832-.653%201.961-1.036%203.182-1.036Zm0%201c-1.018%200-1.925.32-2.565.821-.527.415-.848.93-.821%201.632.104.056.244.117.427.177.75.243%201.839.37%202.96.37%201.12%200%202.209-.128%202.958-.37a1.31%201.31%200%200%200%20.53-.288c-.062-.567-.389-1.099-.924-1.52-.639-.502-1.546-.822-2.565-.822Zm1.25-4.25c0-.345-.14-.657-.366-.883a1.245%201.245%200%200%200-1.766%200%201.24%201.24%200%200%200-.368.883c0%20.339.142.637.367.883.227.227.539.367.883.367.335-.016.643-.126.883-.366.228-.228.367-.54.367-.884Zm1%200a2.24%202.24%200%200%201-.659%201.59%202.244%202.244%200%200%201-3.18.001c-.434-.432-.631-.993-.66-1.591%200-.621.252-1.184.659-1.59.417-.42%201-.66%201.59-.66.6.03%201.158.225%201.591.66.408.405.66.97.66%201.59Zm3.75%201.25c2.485%200%204.5%201.583%204.5%203.536%200%201.054-2.626%201.54-5.04%201.455a3.812%203.812%200%200%200-.29-1.017c.27.018.547.026.83.026%201.073%200%202.095-.118%202.816-.327.218-.058.429-.142.626-.25l.052-.035-.017-.137c-.255-1.575-2.09-2.218-3.477-2.251-1.092%200-2.045.364-2.68.916a5.667%205.667%200%200%200-.944-.475c.93-.996%202.293-1.417%203.624-1.441Zm0-5.5a2.25%202.25%200%200%201%201.674%203.759c-.435.48-1.035.72-1.674.741a2.25%202.25%200%200%201-1.673-3.759c.435-.48%201.035-.72%201.673-.741Zm0%201a1.25%201.25%200%201%200%200%202.5%201.25%201.25%200%200%200%200-2.5Z'/%3e%3c/svg%3e");--icon-smiley: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M14.121%2015.121a3%203%200%200%201-4.242%200A2.995%202.995%200%200%201%209.176%2014h5.648a2.995%202.995%200%200%201-.703%201.121Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M12%205a7%207%200%201%201%200%2014%207%207%200%200%201%200-14Zm0%201a6%206%200%201%200%200%2012%206%206%200%200%200%200-12Zm4%207a4%204%200%200%201-4%204c-.993-.024-1.941-.362-2.685-1.035C8.497%2015.185%208%2014.14%208%2013h8Zm-6.824%201a3%203%200%200%200%20.703%201.121%203%203%200%200%200%204.242%200c.32-.319.555-.704.703-1.121H9.176ZM9%2010a1%201%200%201%201%200%202%201%201%200%200%201%200-2Zm6%200a1%201%200%201%201%200%202%201%201%200%200%201%200-2Z'/%3e%3c/svg%3e");--icon-sort-alpha-asc: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M10%2014.979%206.932%2018H10v1H5.5v-.993L8.554%2015H5.5v-1H10v.979Zm6.146-10.333a.5.5%200%200%201%20.707%200L19.5%207.293a.5.5%200%200%201-.707.707L17%206.207V18.5a.5.5%200%200%201-1%200V6.207L14.207%208a.5.5%200%200%201-.707-.707l2.646-2.647Z'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M9.976%2010H8.92l-.338-1H6.449l-.38%201H5l1.896-5h1.39l1.69%205ZM6.828%208h1.416l-.667-1.974L6.828%208Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-sort-alpha-dsc: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M16.5%205a.5.5%200%200%201%20.5.5v12.293L18.793%2016a.5.5%200%200%201%20.707.707l-2.646%202.646a.5.5%200%200%201-.707%200L13.5%2016.707a.5.5%200%201%201%20.707-.707L16%2017.793V5.5a.5.5%200%200%201%20.5-.5ZM10%2014.979%206.932%2018H10v1H5.5v-.993L8.554%2015H5.5v-1H10v.979Z'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M9.976%2010H8.92l-.338-1H6.449l-.38%201H5l1.896-5h1.39l1.69%205ZM6.828%208h1.416l-.667-1.974L6.828%208Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-sort-top-bottom: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M16.45%208H6.5a.5.5%200%200%201%200-1h9.95c.97%200%201.372%201.244.584%201.812L7.05%2016h9.243L15%2014.707a.5.5%200%201%201%20.707-.707l2.147%202.146a.5.5%200%200%201%200%20.707L15.707%2019a.5.5%200%201%201-.707-.707L16.293%2017H7.05c-.97%200-1.372-1.244-.584-1.812L16.45%208Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-spacing: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M15%2014.75c0%20.138.112.25.25.25h.25a.5.5%200%200%201%200%201h-.25c-.69%200-1.25-.56-1.25-1.25v-6.5c0-.69.56-1.25%201.25-1.25h.25a.5.5%200%200%201%200%201h-.25a.25.25%200%200%200-.25.25v6.5Zm-8%20.75a.5.5%200%200%201%20.5-.5h.25a.25.25%200%200%200%20.25-.25v-6.5A.25.25%200%200%200%207.75%208H7.5a.5.5%200%201%201%200-1h.25C8.44%207%209%207.56%209%208.25v6.5C9%2015.44%208.44%2016%207.75%2016H7.5a.5.5%200%200%201-.5-.5Zm4-2a.5.5%200%200%200%201%200v-4a.5.5%200%200%200-1%200v4Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-spinner: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cstyle%3e%20@keyframes%20back-and-forth%20{%200%25%20{%20transform:%20translateX(0);%20}%20100%25%20{%20transform:%20translateX(8px);%20}%20}%20%23spinner-sketch%20{%20transform-origin:%20center;%20animation:%20back-and-forth%200.5s%20linear%20infinite%20alternate;%20animation-play-state:%20running%20!important;%20will-change:%20transform;%20-webkit-transform:%20translateX(0);%20-moz-transform:%20translateX(0);%20-ms-transform:%20translateX(0);%20transform:%20translateX(0);%20}%20%3c/style%3e%3cpath%20fill='%23000'%20d='M4%2012a2%202%200%200%201%202-2h12a2%202%200%201%201%200%204H6a2%202%200%200%201-2-2Z'%20opacity='.2'/%3e%3cpath%20id='spinner-sketch'%20fill='%23000'%20d='M4%2012a2%202%200%200%201%202-2h4a2%202%200%201%201%200%204H6a2%202%200%200%201-2-2Z'/%3e%3c/svg%3e");--icon-star-off: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='m14%2010.004-1.526-4.58a.5.5%200%200%200-.948%200L10%2010.004H5.418a.5.5%200%200%200-.314.89L8.96%2014l-1.4%204.412a.5.5%200%200%200%20.79.54L12%2016l3.65%202.952a.5.5%200%200%200%20.79-.54L15.04%2014l3.856-3.11a.5.5%200%200%200-.314-.89L14%2010.005Zm3.165.998-3.886.002L12%207.164l-1.28%203.84H6.836l3.285%202.646-1.103%203.477L12%2014.714l2.983%202.413-1.103-3.476L17.165%2011Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-star-on: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='m17.165%2011.002-3.886.002L12%207.164l-1.279%203.84H6.835l3.285%202.646-1.103%203.477L12%2014.714l2.983%202.413-1.103-3.476L17.165%2011Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='m14%2010.004-1.526-4.58a.5.5%200%200%200-.948%200L10%2010.004H5.418a.5.5%200%200%200-.314.89L8.96%2014l-1.4%204.412a.5.5%200%200%200%20.79.54L12%2016l3.65%202.952a.5.5%200%200%200%20.79-.54L15.04%2014l3.856-3.11a.5.5%200%200%200-.314-.89L14%2010.005Zm3.165.998-3.886.002L12%207.164l-1.28%203.84H6.836l3.285%202.646-1.103%203.477L12%2014.714l2.983%202.413-1.103-3.476L17.165%2011Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-stroke-weight: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M17%2017v-2H7v2h10Zm0-6v-1H7v1h10Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M17%2014a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1h10ZM7%2017h10v-2H7v2Zm10-8a1%201%200%200%201%201%201v1a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1v-1a1%201%200%200%201%201-1h10ZM7%2011h10v-1H7v1Zm10.5-6a.5.5%200%200%201%200%201h-11a.5.5%200%200%201%200-1h11Z'/%3e%3c/svg%3e");--icon-styles: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='m9.557%208.94%204.792%204.791a.504.504%200%200%201%20.147.354.504.504%200%200%201-.147.354l-.94.94a1%201%200%200%201-1.413%200l-.893-.894a.505.505%200%200%200-.385-.145.505.505%200%200%200-.363.192L8.288%2017.19a1.576%201.576%200%200%201-1.134.596%201.576%201.576%200%200%201-1.198-.454%201.576%201.576%200%200%201-.454-1.198A1.58%201.58%200%200%201%206.098%2015l2.658-2.067a.505.505%200%200%200%20.192-.363.505.505%200%200%200-.145-.385l-.893-.893a1%201%200%200%201%200-1.414l.94-.94a.5.5%200%200%201%20.707.001Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M13.703%204a1.5%201.5%200%200%201%201.06.44l4.086%204.085a1.5%201.5%200%200%201%200%202.121l-5.086%205.086a1.5%201.5%200%200%201-2.12%200l-.893-.893-2.068%202.659v.001c-.36.459-.916.75-1.498.786a2.082%202.082%200%200%201-1.58-.6%202.075%202.075%200%200%201-.6-1.58%202.082%202.082%200%200%201%20.786-1.498l2.659-2.068-.893-.893a1.5%201.5%200%200%201%200-2.12l5.086-5.087c.282-.28.663-.439%201.06-.439Zm-5.44%206.232a.5.5%200%200%200%200%20.708l.894.892c.2.2.308.487.29.77a1.01%201.01%200%200%201-.384.726l-2.658%202.068a1.07%201.07%200%200%200-.403.769c-.018.3.096.601.308.814.212.212.514.326.814.308.3-.018.585-.168.77-.404l2.067-2.657c.173-.224.444-.366.726-.384a1.01%201.01%200%200%201%20.69.22l.972.963a.501.501%200%200%200%20.707%200l.94-.94-4.793-4.792-.94.94ZM13.703%205a.501.501%200%200%200-.354.146l-3.44%203.44%204.794%204.793%203.44-3.44a.5.5%200%200%200%200-.707l-.615-.614-1.535%201.025a.25.25%200%200%201-.347-.347L16.67%207.76l-1.116-1.115-2.522%201.963a.252.252%200%200%201-.402-.181.251.251%200%200%201%20.05-.17l1.963-2.524-.587-.587A.5.5%200%200%200%2013.703%205Z'/%3e%3c/svg%3e");--icon-swap: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M15.862%208.824a5%205%200%200%200-8.838%202.69.5.5%200%200%201-.996-.096A6%206%200%200%201%2017%208.683V6.5a.5.5%200%200%201%201%200v3a.5.5%200%200%201-.5.5h-3a.5.5%200%200%201%200-1H16a5.027%205.027%200%200%200-.138-.176Zm1.66%203.212a.501.501%200%200%201%20.45.546A6%206%200%200%201%207%2015.317V17.5a.5.5%200%200%201-1%200v-3a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201H8a5%205%200%200%200%208.976-2.514.5.5%200%200%201%20.547-.45'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-target: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M11.5%205a6.5%206.5%200%201%201%200%2013%206.5%206.5%200%200%201%200-13Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M11.5%204a7.5%207.5%200%201%201%200%2015%207.5%207.5%200%200%201%200-15Zm.5%203.5a.5.5%200%200%201-1%200V5.02A6.499%206.499%200%200%200%205.02%2011H7.5a.5.5%200%200%201%200%201H5.021A6.497%206.497%200%200%200%2011%2017.979V15.5a.5.5%200%200%201%201%200v2.479A6.497%206.497%200%200%200%2017.979%2012H15.5a.5.5%200%200%201%200-1h2.48A6.499%206.499%200%200%200%2012%205.02V7.5Z'/%3e%3c/svg%3e");--icon-theme: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='m16.593%208.519%202%203.464a1.499%201.499%200%200%201-.549%202.05l-7.758%204.478a3.516%203.516%200%200%200%201.28-1.32l-.035.059%204.5-7.794a1.5%201.5%200%200%200%20.005-1.492c.224.127.42.315.557.555Z'%20opacity='.1'/%3e%3cpath%20fill='%23000'%20d='m12.018%205.407%203.464%202a1.5%201.5%200%200%201%20.55%202.05l-4.5%207.793.077-.142A3.465%203.465%200%200%200%2012%2015.5v-9a1.5%201.5%200%200%200-.742-1.294c.258-.002.52.062.76.2v.001Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M11.258%205.206c.258-.002.52.062.76.2l3.464%202.001a1.5%201.5%200%200%201%20.565.58l-.01-.022c.223.127.418.313.556.553l2%203.463a1.502%201.502%200%200%201-.55%202.051l-7.757%204.478a3.517%203.517%200%200%200%201.336-1.428l-.013.026-.078.141.028-.048.05-.093A3.462%203.462%200%200%200%2012%2015.5v-1.063l3.165-5.48a.5.5%200%200%200-.183-.684L12%206.55V6.5a1.502%201.502%200%200%200-.742-1.294Zm.807%2011.12%205.479-3.162a.5.5%200%200%200%20.183-.684l-1.721-2.979-3.941%206.825ZM8.5%2014a1.5%201.5%200%201%201%200%203%201.5%201.5%200%200%201%200-3Zm0%201a.5.5%200%201%200%200%201%20.5.5%200%200%200%200-1Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M10.5%205.001a1.498%201.498%200%200%201%201.387.925c.075.182.113.377.113.574v8.999c0%20.46-.09.916-.266%201.34-.52%201.255-1.83%202.163-3.235%202.161a3.537%203.537%200%200%201-3.233-2.16A3.492%203.492%200%200%201%205%2015.499V6.5a1.5%201.5%200%200%201%20.926-1.387c.182-.075.377-.112.574-.112h4ZM6.498%206A.498.498%200%200%200%206%206.498v9.003c0%20.328.064.653.19.956A2.53%202.53%200%200%200%208.498%2018a2.532%202.532%200%200%200%202.311-1.543%202.49%202.49%200%200%200%20.19-.956V6.498a.5.5%200%200%200-.308-.46.498.498%200%200%200-.19-.038H6.498Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-tidy-up-grid: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M6%208V6h2v2H6Zm0%205v-2h2v2H6Zm0%205v-2h2v2H6Zm5-10V6h2v2h-2Zm0%205v-2h2v2h-2Zm0%205v-2h2v2h-2Zm5-10V6h2v2h-2Zm0%205v-2h2v2h-2Zm2%205h-2v-2h2v2Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M9%208a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201v2Zm0%205a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201v2Zm0%205a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201v2ZM6%206v2h2V6H6Zm0%205v2h2v-2H6Zm0%205v2h2v-2H6Zm8-8a1%201%200%200%201-1%201h-2a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201v2Zm0%205a1%201%200%200%201-1%201h-2a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201v2Zm0%205a1%201%200%200%201-1%201h-2a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201v2ZM11%206v2h2V6h-2Zm0%205v2h2v-2h-2Zm0%205v2h2v-2h-2Zm8-8a1%201%200%200%201-1%201h-2a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201v2Zm0%205a1%201%200%200%201-1%201h-2a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201v2Zm0%205a1%201%200%200%201-1%201h-2a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201v2ZM16%206v2h2V6h-2Zm0%205v2h2v-2h-2Zm0%205v2h2v-2h-2Z'/%3e%3c/svg%3e");--icon-tidy-up-list-horizontal: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M8%2017H6V7h2v10Zm5%200h-2V7h2v10Zm5-10v10h-2V7h2Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M8%206a1%201%200%200%201%201%201v10a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1V7a1%201%200%200%201%201-1h2Zm5%200a1%201%200%200%201%201%201v10a1%201%200%200%201-1%201h-2a1%201%200%200%201-1-1V7a1%201%200%200%201%201-1h2Zm5%200a1%201%200%200%201%201%201v10a1%201%200%200%201-1%201h-2a1%201%200%200%201-1-1V7a1%201%200%200%201%201-1h2ZM6%2017h2V7H6v10Zm5%200h2V7h-2v10Zm5%200h2V7h-2v10Z'/%3e%3c/svg%3e");--icon-tidy-up-list-vertical: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M7%208V6h10v2H7Zm0%205v-2h10v2H7Zm10%205H7v-2h10v2Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M18%208a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h10a1%201%200%200%201%201%201v2Zm0%205a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1h10a1%201%200%200%201%201%201v2Zm0%205a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1h10a1%201%200%200%201%201%201v2ZM7%206v2h10V6H7Zm0%205v2h10v-2H7Zm0%205v2h10v-2H7Z'/%3e%3c/svg%3e");--icon-timer: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M12%205c1.73%200%203.331.548%204.64%201.481l.774-.774a1%201%200%200%201%201.414%200l.707.707a1%201%200%200%201%200%201.414l-.82.821A8%208%200%201%201%2012%205Zm0%201a7%207%200%201%200%205.263%202.385l-.648-.648A6.973%206.973%200%200%200%2012%206Zm0%202a.5.5%200%200%201%20.5.5V13a.5.5%200%200%201-1%200V8.5A.5.5%200%200%201%2012%208Zm6.298-1.41a.25.25%200%200%200-.354%200l-.524.525c.2.185.391.38.572.584l.13.13.53-.531a.25.25%200%200%200%200-.354l-.354-.353ZM14.5%203a.5.5%200%200%201%200%201h-5a.5.5%200%200%201%200-1h5Z'/%3e%3c/svg%3e");--icon-toggle-sidebar-bottom: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M19%2014v2a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1v-2h14Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M19%2013V8a1%201%200%200%200-1-1H6a1%201%200%200%200-1%201v5h14Zm0%201v2a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1v-2h14Zm-1%204a2%202%200%200%200%202-2V8a2%202%200%200%200-2-2H6a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h12Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-toggle-sidebar-left: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M9%207H6a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h3V7Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M10%207h8a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201h-8V7ZM9%207H6a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h3V7ZM4%208a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v8a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V8Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-toggle-sidebar-right: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M15%207h3a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201h-3V7Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M14%207H6a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h8V7Zm1%200h3a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201h-3V7Zm5%201a2%202%200%200%200-2-2H6a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V8Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-toggle-sidebar-top: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M5%2010V8a1%201%200%200%201%201-1h12a1%201%200%200%201%201%201v2H5Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M5%2011v5a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1v-5H5Zm0-1V8a1%201%200%200%201%201-1h12a1%201%200%200%201%201%201v2H5Zm1-4a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V8a2%202%200%200%200-2-2H6Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-trash: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M6.5%206.499h10l-.802%209.621c-.07.847-.178%201.148-.36%201.449a1.81%201.81%200%200%201-.752.69c-.315.158-.624.24-1.473.24H9.887c-.85%200-1.158-.082-1.473-.24a1.81%201.81%200%200%201-.751-.69c-.183-.301-.29-.602-.361-1.449L6.5%206.499Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M12.5%204a1.498%201.498%200%200%201%201.387.925c.075.182.113.377.113.574v.5h3.5a.5.5%200%200%201%200%201h-.54l-.764%209.162c-.073.884-.191%201.272-.43%201.666-.228.378-.56.683-.956.878-.414.208-.811.294-1.697.294H9.887c-.887%200-1.284-.085-1.698-.293a2.314%202.314%200%200%201-.954-.877l-.084-.15c-.184-.35-.282-.744-.347-1.517L6.04%207H5.5a.5.5%200%200%201%200-1H9v-.5a1.5%201.5%200%200%201%20.926-1.387c.182-.075.377-.112.574-.112h2ZM7.8%2016.078c.05.608.118.88.201%201.066l.089.166c.098.162.23.3.384.406l.16.095.004.002c.216.108.436.186%201.249.186h3.226c.812%200%201.033-.078%201.25-.186l.002-.002c.226-.111.415-.285.545-.5l.089-.167c.083-.186.15-.458.2-1.065h.001l.757-9.08H7.043l.757%209.08ZM10.498%205a.497.497%200%200%200-.498.498V6h3v-.502a.5.5%200%200%200-.308-.46.497.497%200%200%200-.19-.038h-2.004Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-upward: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M19%2011.5a7.5%207.5%200%201%200-15%200%207.5%207.5%200%200%200%2015%200Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='m8.646%2010.646%202.5-2.5a.5.5%200%200%201%20.708%200l2.5%202.5a.503.503%200%200%201%200%20.708.5.5%200%200%201-.708%200L12%209.708V14.5a.5.5%200%200%201-1%200V9.708l-1.646%201.646a.5.5%200%200%201-.638.057l-.07-.057a.499.499%200%200%201%200-.708Z'/%3e%3c/svg%3e");--icon-user: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M11.5%2013.5c2.378%200%204.369%201.292%204.875%203.022A6.974%206.974%200%200%201%2011.5%2018.5a6.977%206.977%200%200%201-4.876-1.978c.507-1.73%202.498-3.022%204.876-3.022Zm0-6a2%202%200%201%201%200%204%202%202%200%200%201%200-4Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M11.5%207a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5Zm0%201a1.5%201.5%200%201%200%200%203%201.5%201.5%200%200%200%200-3Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M11.5%204a7.5%207.5%200%201%201%200%2015%207.5%207.5%200%200%201%200-15Zm0%2010c-2.08%200-3.737%201.053-4.295%202.377A6.474%206.474%200%200%200%2011.5%2018a6.472%206.472%200%200%200%204.293-1.623C15.236%2015.053%2013.58%2014%2011.5%2014Zm0-9a6.5%206.5%200%200%200-5.033%2010.612C7.337%2014.033%209.31%2013%2011.5%2013c2.19%200%204.162%201.033%205.032%202.612A6.5%206.5%200%200%200%2011.5%205Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-vertical-padding: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20d='M15%2010a2%202%200%200%200-2-2h-3a2%202%200%200%200-2%202v3a2%202%200%200%200%202%202h3a2%202%200%200%200%202-2v-3Zm1%203a3%203%200%200%201-3%203h-3a3%203%200%200%201-3-3v-3a3%203%200%200%201%203-3h3a3%203%200%200%201%203%203v3Z'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20d='M10%209.5a.5.5%200%200%200-1%200v4a.5.5%200%200%200%201%200v-4Zm4%200a.5.5%200%200%200-1%200v4a.5.5%200%200%200%201%200v-4Z'/%3e%3c/svg%3e");--icon-visible: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M6%2012c0-.066.054-.358.313-.825a5.898%205.898%200%200%201%201.12-1.414C8.443%208.816%209.956%208%2012%208s3.558.816%204.566%201.76c.508.477.88.98%201.121%201.415.258.467.313.76.313.825%200%20.066-.055.358-.313.825-.24.435-.613.938-1.12%201.414C15.557%2015.184%2014.044%2016%2012%2016s-3.558-.816-4.566-1.76a5.9%205.9%200%200%201-1.121-1.415C6.055%2012.358%206%2012.065%206%2012Zm8%200a2%202%200%201%201-4%200%202%202%200%200%201%204%200Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M6%2012c0-.066.054-.358.313-.825a5.898%205.898%200%200%201%201.12-1.414C8.443%208.816%209.956%208%2012%208s3.558.816%204.566%201.76c.508.477.88.98%201.121%201.415.258.467.313.76.313.825%200%20.066-.055.358-.313.825-.24.435-.613.938-1.12%201.414C15.557%2015.184%2014.044%2016%2012%2016s-3.558-.816-4.566-1.76a5.9%205.9%200%200%201-1.121-1.415C6.055%2012.358%206%2012.065%206%2012Zm-1%200c0-1.25%202.333-5%207-5s7%203.75%207%205-2.333%205-7%205-7-3.75-7-5Zm8%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200Zm1%200a2%202%200%201%201-4%200%202%202%200%200%201%204%200Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-warning: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='m17.86%2016.49-5.123-9.034c-.345-.608-1.13-.608-1.474%200L6.14%2016.49c-.42.74.141%201.51.737%201.51h10.246c.596%200%201.156-.77.737-1.51Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='m17.86%2016.49-5.123-9.034c-.345-.608-1.13-.608-1.474%200L6.14%2016.49c-.42.74.141%201.51.737%201.51h10.246c.596%200%201.156-.77.737-1.51Zm-4.253-9.527c-.728-1.284-2.486-1.284-3.214%200L5.27%2015.997C4.52%2017.319%205.42%2019%206.877%2019h10.246c1.457%200%202.357-1.681%201.607-3.003l-5.123-9.034Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M12%2014a1%201%200%200%201-1-1v-2a1%201%200%201%201%202%200v2a1%201%200%200%201-1%201Zm0%201a1%201%200%201%200%200%202%201%201%200%201%200%200-2Z'%20clip-rule='evenodd'/%3e%3c/svg%3e");--icon-warning-large: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='m19.768%2017.308-6.587-12.51C12.877%204.223%2012.41%204%2012%204c-.41%200-.877.222-1.181.799L4.232%2017.308a2.05%202.05%200%200%200-.02%201.854c.27.545.72.838%201.201.838h13.174c.48%200%20.93-.293%201.201-.838a2.05%202.05%200%200%200-.02-1.854Z'%20clip-rule='evenodd'%20opacity='.2'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='m19.768%2017.308-6.587-12.51C12.877%204.223%2012.41%204%2012%204c-.41%200-.877.222-1.181.799L4.232%2017.308a2.05%202.05%200%200%200-.02%201.854c.27.545.72.838%201.201.838h13.174c.48%200%20.93-.293%201.201-.838a2.05%202.05%200%200%200-.02-1.854ZM14.066%204.333c-.936-1.777-3.196-1.777-4.132%200l-6.587%2012.51C2.384%2018.671%203.54%2021%205.413%2021h13.174c1.873%200%203.03-2.328%202.066-4.158l-6.587-12.51Z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23000'%20fill-rule='evenodd'%20d='M12%2015a1%201%200%200%201-1-1v-4a1%201%200%201%201%202%200v4a1%201%200%200%201-1%201Zm0%201a1%201%200%201%200%200%202%201%201%200%201%200%200-2Z'%20clip-rule='evenodd'/%3e%3c/svg%3e")}
@@ -0,0 +1 @@
1
+ ._snackbar_9i3k9_1,._snackbar--large_9i3k9_1,._snackbar--medium_9i3k9_1,._snackbar--tight_9i3k9_1{display:flex;align-items:center}._snackbar--tight_9i3k9_1{gap:var(--size-pos-xxxsmall)}._snackbar--medium_9i3k9_1{gap:var(--size-pos-xxsmall)}._snackbar--large_9i3k9_1{gap:var(--size-pos-xsmall)}._snackbar--start_9i3k9_14{align-items:start}._snackbar--centered_9i3k9_17{align-items:center}._snackbar--end_9i3k9_20{align-items:end}._snackbar--baseline_9i3k9_23{align-items:baseline}._snackbar--fill_9i3k9_26{align-items:stretch}._snackbar--wrap_9i3k9_29{flex-wrap:wrap}._snackbar--left_9i3k9_32{justify-content:start}@media(max-width:460px){._snackbar--left_9i3k9_32{justify-content:center}}._snackbar--center_9i3k9_17{justify-content:center}@media(max-width:460px){._snackbar--center_9i3k9_17{justify-content:center}}._snackbar--right_9i3k9_48{justify-content:end}@media(max-width:460px){._snackbar--right_9i3k9_48{justify-content:center}}._stackbar_9i3k9_57,._stackbar--large_9i3k9_57,._stackbar--medium_9i3k9_57,._stackbar--tight_9i3k9_57{display:flex;flex-direction:column;align-items:start}._stackbar--tight_9i3k9_57{gap:var(--size-pos-xxxsmall)}._stackbar--medium_9i3k9_57{gap:var(--size-pos-xxsmall)}._stackbar--large_9i3k9_57{gap:var(--size-pos-xsmall)}._stackbar--start_9i3k9_71{align-items:start}._stackbar--centered_9i3k9_74{align-items:center}._stackbar--end_9i3k9_77{align-items:end}._stackbar--baseline_9i3k9_80{align-items:baseline}._stackbar--fill_9i3k9_83{align-items:stretch}._stackbar--wrap_9i3k9_86{flex-wrap:wrap}._stackbar--left_9i3k9_89{justify-content:start}@media(max-width:460px){._stackbar--left_9i3k9_89{justify-content:center}}._stackbar--center_9i3k9_74{justify-content:center}@media(max-width:460px){._stackbar--center_9i3k9_74{justify-content:center}}._stackbar--right_9i3k9_105{justify-content:end}@media(max-width:460px){._stackbar--right_9i3k9_105{justify-content:center}}._centered_9i3k9_114{margin:auto}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root[data-theme=figma]{--text-color-inverse: var(--figma-color-text-oninverse);--text-color-primary: var(--figma-color-text);--text-color-secondary: var(--figma-color-text-secondary);--text-color-tertiary: var(--figma-color-text-tertiary);--text-color-success: var(--figma-color-text-success);--text-color-warning: var(--figma-color-text-warning);--text-color-alert: var(--figma-color-text-danger);--text-default-font-size: var(--font-size-xsmall);--text-default-font-weight: var(--font-weight-medium);--text-default-letter-spacing: var(--font-letter-spacing-pos-xlarge);--text-default-line-height: var(--font-line-height-default);--text-font-family: var(--font-stack);--text-font-weight-bold: var(--font-weight-bold);--text-font-weight-medium: var(--font-weight-medium);--text-label-color: var(--figma-color-text-tertiary);--text-label-font-size: var(--font-size-xsmall);--text-label-font-weight: var(--font-weight-normal);--text-label-gap: var(--size-pos-xxxsmall);--text-label-height: var(--size-pos-medium);--text-label-letter-spacing: var(--font-letter-spacing-pos-large);--text-label-line-height: var(--font-line-height-default);--text-label-padding-bottom: var(--size-null);--text-label-padding-left: var(--size-pos-xxsmall);--text-label-padding-right: var(--size-pos-xxxsmall);--text-label-padding-top: var(--size-null);--text-large-font-size: var(--font-size-medium);--text-large-font-weight: var(--font-weight-medium);--text-large-letter-spacing: var(--font-letter-spacing-pos-medium);--text-large-line-height: var(--font-line-height-large);--text-link-border-focus: none;--text-link-color: var(--figma-color-text-brand);--text-link-decoration: none;--text-link-decoration-focus: underline;--text-small-font-size: var(--font-size-small);--text-small-font-weight: var(--font-weight-medium);--text-small-letter-spacing: var(--font-letter-spacing-pos-large);--text-small-line-height: var(--font-line-height-default);--text-xlarge-font-size: var(--font-size-large);--text-xlarge-font-weight: var(--font-weight-medium);--text-xlarge-letter-spacing: var(--font-letter-spacing-pos-small);--text-xlarge-line-height: var(--font-line-height-large)}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root[data-theme=framer]{--text-color-inverse: var(--framer-color-bg);--text-color-primary: var(--framer-color-text);--text-color-secondary: var(--framer-color-text-secondary);--text-color-tertiary: var(--framer-color-text-tertiary);--text-color-success: var(--framer-color-success);--text-color-warning: var(--framer-color-warning);--text-color-alert: var(--framer-color-destructive);--text-default-font-size: var(--font-size-small);--text-default-font-weight: var(--font-weight-medium);--text-default-letter-spacing: var(--font-letter-spacing-pos-large);--text-default-line-height: var(--font-line-height-default);--text-font-family: var(--font-stack);--text-font-weight-bold: var(--font-weight-bold);--text-font-weight-medium: var(--font-weight-medium);--text-label-color: var(--framer-color-text-tertiary);--text-label-font-size: var(--font-size-xsmall);--text-label-font-weight: var(--font-weight-normal);--text-label-gap: var(--size-pos-xxxsmall);--text-label-height: var(--size-pos-medium);--text-label-letter-spacing: var(--font-letter-spacing-pos-large);--text-label-line-height: var(--font-line-height-default);--text-label-padding-bottom: var(--size-null);--text-label-padding-left: var(--size-pos-xxsmall);--text-label-padding-right: var(--size-pos-xxxsmall);--text-label-padding-top: var(--size-null);--text-large-font-size: var(--font-size-medium);--text-large-font-weight: var(--font-weight-semi);--text-large-letter-spacing: var(--font-letter-spacing-pos-medium);--text-large-line-height: var(--font-line-height-large);--text-link-border-focus: none;--text-link-color: var(--framer-color-tint-dark);--text-link-decoration: none;--text-link-decoration-focus: underline;--text-small-font-size: var(--font-size-xsmall);--text-small-font-weight: var(--font-weight-medium);--text-small-letter-spacing: var(--font-letter-spacing-pos-xlarge);--text-small-line-height: var(--font-line-height-default);--text-xlarge-font-size: var(--font-size-large);--text-xlarge-font-weight: var(--font-weight-bold);--text-xlarge-letter-spacing: var(--font-letter-spacing-pos-small);--text-xlarge-line-height: var(--font-line-height-large)}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root[data-theme=penpot]{--text-color-inverse: var(--penpot-color-background-primary);--text-color-primary: var(--penpot-color-foreground-primary);--text-color-secondary: var(--penpot-color-foreground-secondary);--text-color-tertiary: var(--penpot-color-foreground-disabled);--text-color-success: var(--penpot-color-accent-success);--text-color-warning: var(--penpot-color-accent-warning);--text-color-alert: var(--penpot-color-accent-error);--text-default-font-size: var(--font-size-small);--text-default-font-weight: var(--font-weight-medium);--text-default-letter-spacing: var(--font-letter-spacing-pos-large);--text-default-line-height: var(--font-line-height-default);--text-font-family: var(--font-stack);--text-font-weight-bold: var(--font-weight-bold);--text-font-weight-medium: var(--font-weight-medium);--text-label-color: var(--penpot-color-foreground-secondary);--text-label-font-size: var(--font-size-xsmall);--text-label-font-weight: var(--font-weight-normal);--text-label-gap: var(--size-pos-xxxsmall);--text-label-height: var(--size-pos-medium);--text-label-letter-spacing: var(--font-letter-spacing-pos-small);--text-label-line-height: var(--font-line-height-default);--text-label-padding-bottom: var(--size-null);--text-label-padding-left: var(--size-pos-xxsmall);--text-label-padding-right: var(--size-pos-xxxsmall);--text-label-padding-top: var(--size-null);--text-large-font-size: var(--font-size-medium);--text-large-font-weight: var(--font-weight-medium);--text-large-letter-spacing: var(--font-letter-spacing-pos-medium);--text-large-line-height: var(--font-line-height-large);--text-link-border-focus: none;--text-link-color: var(--penpot-color-accent-primary);--text-link-decoration: none;--text-link-decoration-focus: underline;--text-small-font-size: var(--font-size-xsmall);--text-small-font-weight: var(--font-weight-medium);--text-small-letter-spacing: var(--font-letter-spacing-pos-xlarge);--text-small-line-height: var(--font-line-height-default);--text-xlarge-font-size: var(--font-size-large);--text-xlarge-font-weight: var(--font-weight-medium);--text-xlarge-letter-spacing: var(--font-letter-spacing-pos-small);--text-xlarge-line-height: var(--font-line-height-large)}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root[data-theme=sketch]{--text-color-inverse: var(--sketch-color-background-primary);--text-color-primary: var(--sketch-color-foreground-primary);--text-color-secondary: var(--sketch-color-foreground-secondary);--text-color-tertiary: var(--sketch-color-foreground-tertiary);--text-color-success: var(--sketch-color-accent-success);--text-color-warning: var(--sketch-color-accent-warning);--text-color-alert: var(--sketch-color-accent-error);--text-default-font-size: var(--font-size-small);--text-default-font-weight: var(--font-weight-medium);--text-default-letter-spacing: var(--font-letter-spacing-pos-large);--text-default-line-height: var(--font-line-height-default);--text-font-family: var(--font-stack);--text-font-weight-bold: var(--font-weight-bold);--text-font-weight-medium: var(--font-weight-medium);--text-label-color: var(--sketch-color-foreground-secondary);--text-label-font-size: var(--font-size-xsmall);--text-label-font-weight: var(--font-weight-normal);--text-label-gap: var(--size-pos-xxxsmall);--text-label-height: var(--size-pos-medium);--text-label-letter-spacing: var(--font-letter-spacing-pos-small);--text-label-line-height: var(--font-line-height-default);--text-label-padding-bottom: var(--size-null);--text-label-padding-left: var(--size-pos-xxsmall);--text-label-padding-right: var(--size-pos-xxxsmall);--text-label-padding-top: var(--size-null);--text-large-font-size: var(--font-size-medium);--text-large-font-weight: var(--font-weight-medium);--text-large-letter-spacing: var(--font-letter-spacing-pos-medium);--text-large-line-height: var(--font-line-height-large);--text-link-border-focus: none;--text-link-color: var(--sketch-color-accent-primary);--text-link-decoration: none;--text-link-decoration-focus: underline;--text-small-font-size: var(--font-size-xsmall);--text-small-font-weight: var(--font-weight-medium);--text-small-letter-spacing: var(--font-letter-spacing-pos-xlarge);--text-small-line-height: var(--font-line-height-default);--text-xlarge-font-size: var(--font-size-large);--text-xlarge-font-weight: var(--font-weight-medium);--text-xlarge-letter-spacing: var(--font-letter-spacing-pos-small);--text-xlarge-line-height: var(--font-line-height-large)}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root[data-theme=penpot]{--text-color-inverse: var(--penpot-color-background-primary);--text-color-primary: var(--penpot-color-foreground-primary);--text-color-secondary: var(--penpot-color-foreground-secondary);--text-color-tertiary: var(--penpot-color-foreground-disabled);--text-color-success: var(--penpot-color-accent-success);--text-color-warning: var(--penpot-color-accent-warning);--text-color-alert: var(--penpot-color-accent-error);--text-default-font-size: var(--font-size-small);--text-default-font-weight: var(--font-weight-medium);--text-default-letter-spacing: var(--font-letter-spacing-pos-large);--text-default-line-height: var(--font-line-height-default);--text-font-family: var(--font-stack);--text-font-weight-bold: var(--font-weight-bold);--text-font-weight-medium: var(--font-weight-medium);--text-label-color: var(--penpot-color-foreground-secondary);--text-label-font-size: var(--font-size-xsmall);--text-label-font-weight: var(--font-weight-normal);--text-label-gap: var(--size-pos-xxxsmall);--text-label-height: var(--size-pos-medium);--text-label-letter-spacing: var(--font-letter-spacing-pos-small);--text-label-line-height: var(--font-line-height-default);--text-label-padding-bottom: var(--size-null);--text-label-padding-left: var(--size-pos-xxsmall);--text-label-padding-right: var(--size-pos-xxxsmall);--text-label-padding-top: var(--size-null);--text-large-font-size: var(--font-size-medium);--text-large-font-weight: var(--font-weight-medium);--text-large-letter-spacing: var(--font-letter-spacing-pos-medium);--text-large-line-height: var(--font-line-height-large);--text-link-border-focus: none;--text-link-color: var(--penpot-color-accent-primary);--text-link-decoration: none;--text-link-decoration-focus: underline;--text-small-font-size: var(--font-size-xsmall);--text-small-font-weight: var(--font-weight-medium);--text-small-letter-spacing: var(--font-letter-spacing-pos-xlarge);--text-small-line-height: var(--font-line-height-default);--text-xlarge-font-size: var(--font-size-large);--text-xlarge-font-weight: var(--font-weight-medium);--text-xlarge-letter-spacing: var(--font-letter-spacing-pos-small);--text-xlarge-line-height: var(--font-line-height-large)}:root[data-theme=sketch]{--text-color-inverse: var(--sketch-color-background-primary);--text-color-primary: var(--sketch-color-foreground-primary);--text-color-secondary: var(--sketch-color-foreground-secondary);--text-color-tertiary: var(--sketch-color-foreground-tertiary);--text-color-success: var(--sketch-color-accent-success);--text-color-warning: var(--sketch-color-accent-warning);--text-color-alert: var(--sketch-color-accent-error);--text-default-font-size: var(--font-size-small);--text-default-font-weight: var(--font-weight-medium);--text-default-letter-spacing: var(--font-letter-spacing-pos-large);--text-default-line-height: var(--font-line-height-default);--text-font-family: var(--font-stack);--text-font-weight-bold: var(--font-weight-bold);--text-font-weight-medium: var(--font-weight-medium);--text-label-color: var(--sketch-color-foreground-secondary);--text-label-font-size: var(--font-size-xsmall);--text-label-font-weight: var(--font-weight-normal);--text-label-gap: var(--size-pos-xxxsmall);--text-label-height: var(--size-pos-medium);--text-label-letter-spacing: var(--font-letter-spacing-pos-small);--text-label-line-height: var(--font-line-height-default);--text-label-padding-bottom: var(--size-null);--text-label-padding-left: var(--size-pos-xxsmall);--text-label-padding-right: var(--size-pos-xxxsmall);--text-label-padding-top: var(--size-null);--text-large-font-size: var(--font-size-medium);--text-large-font-weight: var(--font-weight-medium);--text-large-letter-spacing: var(--font-letter-spacing-pos-medium);--text-large-line-height: var(--font-line-height-large);--text-link-border-focus: none;--text-link-color: var(--sketch-color-accent-primary);--text-link-decoration: none;--text-link-decoration-focus: underline;--text-small-font-size: var(--font-size-xsmall);--text-small-font-weight: var(--font-weight-medium);--text-small-letter-spacing: var(--font-letter-spacing-pos-xlarge);--text-small-line-height: var(--font-line-height-default);--text-xlarge-font-size: var(--font-size-large);--text-xlarge-font-weight: var(--font-weight-medium);--text-xlarge-letter-spacing: var(--font-letter-spacing-pos-small);--text-xlarge-line-height: var(--font-line-height-large)}:root[data-theme=figma]{--text-color-inverse: var(--figma-color-text-oninverse);--text-color-primary: var(--figma-color-text);--text-color-secondary: var(--figma-color-text-secondary);--text-color-tertiary: var(--figma-color-text-tertiary);--text-color-success: var(--figma-color-text-success);--text-color-warning: var(--figma-color-text-warning);--text-color-alert: var(--figma-color-text-danger);--text-default-font-size: var(--font-size-xsmall);--text-default-font-weight: var(--font-weight-medium);--text-default-letter-spacing: var(--font-letter-spacing-pos-xlarge);--text-default-line-height: var(--font-line-height-default);--text-font-family: var(--font-stack);--text-font-weight-bold: var(--font-weight-bold);--text-font-weight-medium: var(--font-weight-medium);--text-label-color: var(--figma-color-text-tertiary);--text-label-font-size: var(--font-size-xsmall);--text-label-font-weight: var(--font-weight-normal);--text-label-gap: var(--size-pos-xxxsmall);--text-label-height: var(--size-pos-medium);--text-label-letter-spacing: var(--font-letter-spacing-pos-large);--text-label-line-height: var(--font-line-height-default);--text-label-padding-bottom: var(--size-null);--text-label-padding-left: var(--size-pos-xxsmall);--text-label-padding-right: var(--size-pos-xxxsmall);--text-label-padding-top: var(--size-null);--text-large-font-size: var(--font-size-medium);--text-large-font-weight: var(--font-weight-medium);--text-large-letter-spacing: var(--font-letter-spacing-pos-medium);--text-large-line-height: var(--font-line-height-large);--text-link-border-focus: none;--text-link-color: var(--figma-color-text-brand);--text-link-decoration: none;--text-link-decoration-focus: underline;--text-small-font-size: var(--font-size-small);--text-small-font-weight: var(--font-weight-medium);--text-small-letter-spacing: var(--font-letter-spacing-pos-large);--text-small-line-height: var(--font-line-height-default);--text-xlarge-font-size: var(--font-size-large);--text-xlarge-font-weight: var(--font-weight-medium);--text-xlarge-letter-spacing: var(--font-letter-spacing-pos-small);--text-xlarge-line-height: var(--font-line-height-large)}:root[data-theme=framer]{--text-color-inverse: var(--framer-color-bg);--text-color-primary: var(--framer-color-text);--text-color-secondary: var(--framer-color-text-secondary);--text-color-tertiary: var(--framer-color-text-tertiary);--text-color-success: var(--framer-color-success);--text-color-warning: var(--framer-color-warning);--text-color-alert: var(--framer-color-destructive);--text-default-font-size: var(--font-size-small);--text-default-font-weight: var(--font-weight-medium);--text-default-letter-spacing: var(--font-letter-spacing-pos-large);--text-default-line-height: var(--font-line-height-default);--text-font-family: var(--font-stack);--text-font-weight-bold: var(--font-weight-bold);--text-font-weight-medium: var(--font-weight-medium);--text-label-color: var(--framer-color-text-tertiary);--text-label-font-size: var(--font-size-xsmall);--text-label-font-weight: var(--font-weight-normal);--text-label-gap: var(--size-pos-xxxsmall);--text-label-height: var(--size-pos-medium);--text-label-letter-spacing: var(--font-letter-spacing-pos-large);--text-label-line-height: var(--font-line-height-default);--text-label-padding-bottom: var(--size-null);--text-label-padding-left: var(--size-pos-xxsmall);--text-label-padding-right: var(--size-pos-xxxsmall);--text-label-padding-top: var(--size-null);--text-large-font-size: var(--font-size-medium);--text-large-font-weight: var(--font-weight-semi);--text-large-letter-spacing: var(--font-letter-spacing-pos-medium);--text-large-line-height: var(--font-line-height-large);--text-link-border-focus: none;--text-link-color: var(--framer-color-tint-dark);--text-link-decoration: none;--text-link-decoration-focus: underline;--text-small-font-size: var(--font-size-xsmall);--text-small-font-weight: var(--font-weight-medium);--text-small-letter-spacing: var(--font-letter-spacing-pos-xlarge);--text-small-line-height: var(--font-line-height-default);--text-xlarge-font-size: var(--font-size-large);--text-xlarge-font-weight: var(--font-weight-bold);--text-xlarge-letter-spacing: var(--font-letter-spacing-pos-small);--text-xlarge-line-height: var(--font-line-height-large)}._type_gxhnl_190{color:var(--text-color-primary);font-family:var(--text-font-family)}._type_gxhnl_190{font-weight:var(--text-default-font-weight);font-size:var(--text-default-font-size);line-height:var(--text-default-line-height);letter-spacing:var(--text-default-letter-spacing)}._type--small_gxhnl_200{font-weight:var(--text-small-font-weight);font-size:var(--text-small-font-size);line-height:var(--text-small-line-height);letter-spacing:var(--text-small-letter-spacing)}._type--large_gxhnl_206{font-weight:var(--text-large-font-weight);font-size:var(--text-large-font-size);line-height:var(--text-large-line-height);letter-spacing:var(--text-large-letter-spacing)}._type--xlarge_gxhnl_212{font-weight:var(--text-xlarge-font-weight);font-size:var(--text-xlarge-font-size);line-height:var(--text-xlarge-line-height);letter-spacing:var(--text-xlarge-letter-spacing)}._type--medium_gxhnl_218{font-weight:var(--text-font-weight-medium)}._type--bold_gxhnl_221{font-weight:var(--text-font-weight-bold)}._type--truncated_gxhnl_224{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._type--secondary_gxhnl_229{color:var(--text-color-secondary)}._type--tertiary_gxhnl_232{color:var(--text-color-tertiary)}._type--success_gxhnl_235{color:var(--text-color-success)}._type--warning_gxhnl_238{color:var(--text-color-warning)}._type--alert_gxhnl_241{color:var(--text-color-alert)}._type--inverse_gxhnl_244{color:var(--text-color-inverse)}._type_gxhnl_190 a{color:var(--text-link-color);text-decoration:var(--text-link-decoration)}._type_gxhnl_190 a:focus-visible{outline:var(--text-link-border-focus);text-decoration:var(--text-link-decoration-focus)}._label_gxhnl_256{display:flex;align-items:center;gap:var(--text-label-gap);cursor:default;padding:var(--text-label-padding-top) var(--text-label-padding-right) var(--text-label-padding-bottom) var(--text-label-padding-left);height:var(--text-label-height);color:var(--text-label-color);font-weight:var(--text-label-font-weight);font-size:var(--text-label-font-size);line-height:var(--text-label-line-height);font-family:var(--text-font-family);letter-spacing:var(--text-label-letter-spacing);-webkit-user-select:none;user-select:none}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root[data-theme=figma]{--font-stack: "Inter", sans-serif}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root[data-theme=framer]{--font-stack: "Inter", sans-serif}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root{--figma-color-bg: #ffffff;--figma-color-bg-brand: #0d99ff;--figma-color-bg-brand-hover: #007be5;--figma-color-bg-brand-pressed: #007be5;--figma-color-bg-brand-secondary: #0768cf;--figma-color-bg-brand-tertiary: #e5f4ff;--figma-color-bg-component: #9747ff;--figma-color-bg-component-hover: #8638e5;--figma-color-bg-component-pressed: #8638e5;--figma-color-bg-component-secondary: #7c2bda;--figma-color-bg-component-tertiary: #f1e5ff;--figma-color-bg-danger: #f24822;--figma-color-bg-danger-hover: #dc3412;--figma-color-bg-danger-pressed: #dc3412;--figma-color-bg-danger-secondary: #bd2915;--figma-color-bg-danger-tertiary: #ffe2e0;--figma-color-bg-disabled: #d9d9d9;--figma-color-bg-disabled-secondary: #b3b3b3;--figma-color-bg-hover: #f5f5f5;--figma-color-bg-inverse: #2c2c2c;--figma-color-bg-onselected: #bde3ff;--figma-color-bg-onselected-hover: #bde3ff;--figma-color-bg-onselected-pressed: #bde3ff;--figma-color-bg-pressed: #f5f5f5;--figma-color-bg-secondary: #f5f5f5;--figma-color-bg-selected: #e5f4ff;--figma-color-bg-selected-hover: #bde3ff;--figma-color-bg-selected-pressed: #bde3ff;--figma-color-bg-selected-secondary: #f2f9ff;--figma-color-bg-selected-strong: #0d99ff;--figma-color-bg-selected-tertiary: #f2f9ff;--figma-color-bg-success: #14ae5c;--figma-color-bg-success-hover: #009951;--figma-color-bg-success-pressed: #009951;--figma-color-bg-success-secondary: #008043;--figma-color-bg-success-tertiary: #cff7d3;--figma-color-bg-tertiary: #e6e6e6;--figma-color-bg-warning: #ffcd29;--figma-color-bg-warning-hover: #ffc21a;--figma-color-bg-warning-pressed: #ffc21a;--figma-color-bg-warning-secondary: #fab815;--figma-color-bg-warning-tertiary: #fff1c2;--figma-color-border: #e6e6e6;--figma-color-border-brand: #bde3ff;--figma-color-border-brand-strong: #007be5;--figma-color-border-component: #e4ccff;--figma-color-border-component-hover: #9747ff;--figma-color-border-component-strong: #8638e5;--figma-color-border-danger: #ffc7c2;--figma-color-border-danger-strong: #dc3412;--figma-color-border-disabled: #e6e6e6;--figma-color-border-disabled-strong: #0000004d;--figma-color-border-onbrand: #007be5;--figma-color-border-onbrand-strong: #ffffff;--figma-color-border-oncomponent: #8638e5;--figma-color-border-oncomponent-strong: #ffffff;--figma-color-border-ondanger: #dc3412;--figma-color-border-ondanger-strong: #ffffff;--figma-color-border-onselected: #bde3ff;--figma-color-border-onselected-strong: #000000e5;--figma-color-border-onsuccess: #009951;--figma-color-border-onsuccess-strong: #ffffff;--figma-color-border-onwarning: #fab815;--figma-color-border-onwarning-strong: #000000e5;--figma-color-border-selected: #0d99ff;--figma-color-border-selected-strong: #007be5;--figma-color-border-strong: #2c2c2c;--figma-color-border-success: #aff4c6;--figma-color-border-success-strong: #009951;--figma-color-border-warning: #ffe8a3;--figma-color-border-warning-strong: #b86200;--figma-color-icon: #000000e5;--figma-color-icon-brand: #007be5;--figma-color-icon-brand-pressed: #0768cf;--figma-color-icon-brand-secondary: #80caff;--figma-color-icon-brand-tertiary: #bde3ff;--figma-color-icon-component: #8638e5;--figma-color-icon-component-pressed: #7c2bda;--figma-color-icon-component-secondary: #c5b2dc;--figma-color-icon-component-tertiary: #c5b2dc;--figma-color-icon-danger: #f24822;--figma-color-icon-danger-hover: #bd2915;--figma-color-icon-danger-pressed: #bd2915;--figma-color-icon-danger-secondary: #f24822;--figma-color-icon-danger-secondary-hover: #f24822;--figma-color-icon-danger-tertiary: #f24822;--figma-color-icon-disabled: #0000004d;--figma-color-icon-hover: #000000e5;--figma-color-icon-onbrand: #ffffff;--figma-color-icon-onbrand-secondary: #ffffffcc;--figma-color-icon-onbrand-tertiary: #ffffff66;--figma-color-icon-oncomponent: #ffffff;--figma-color-icon-oncomponent-secondary: #ffffffcc;--figma-color-icon-oncomponent-tertiary: #ffffff66;--figma-color-icon-ondanger: #ffffff;--figma-color-icon-ondanger-secondary: #ffffffcc;--figma-color-icon-ondanger-tertiary: #ffffff66;--figma-color-icon-ondisabled: #ffffff;--figma-color-icon-oninverse: #ffffffe5;--figma-color-icon-onselected: #000000e5;--figma-color-icon-onselected-secondary: #00000080;--figma-color-icon-onselected-strong: #ffffff;--figma-color-icon-onselected-tertiary: #0000004d;--figma-color-icon-onsuccess: #ffffff;--figma-color-icon-onsuccess-secondary: #ffffffcc;--figma-color-icon-onsuccess-tertiary: #ffffff66;--figma-color-icon-onwarning: #ffffff;--figma-color-icon-onwarning-secondary: #ffffffcc;--figma-color-icon-onwarning-tertiary: #ffffff66;--figma-color-icon-pressed: #007be5;--figma-color-icon-secondary: #00000080;--figma-color-icon-secondary-hover: #000000e5;--figma-color-icon-selected: #007be5;--figma-color-icon-selected-secondary: #007be5;--figma-color-icon-selected-tertiary: #007be5;--figma-color-icon-success: #14ae5c;--figma-color-icon-success-pressed: #008043;--figma-color-icon-success-secondary: #14ae5c;--figma-color-icon-success-tertiary: #14ae5c;--figma-color-icon-tertiary: #0000004d;--figma-color-icon-tertiary-hover: #000000e5;--figma-color-icon-warning: #ffcd29;--figma-color-icon-warning-pressed: #b86200;--figma-color-icon-warning-secondary: #ffcd29;--figma-color-icon-warning-tertiary: #ffcd29;--figma-color-text: #000000e5;--figma-color-text-brand: #007be5;--figma-color-text-brand-secondary: #007be5;--figma-color-text-brand-tertiary: #007be5;--figma-color-text-component: #8638e5;--figma-color-text-component-pressed: #7c2bda;--figma-color-text-component-secondary: #c5b2dc;--figma-color-text-component-tertiary: #c5b2dc;--figma-color-text-danger: #dc3412;--figma-color-text-danger-secondary: #dc3412;--figma-color-text-danger-tertiary: #dc3412;--figma-color-text-disabled: #0000004d;--figma-color-text-hover: #000000e5;--figma-color-text-onbrand: #ffffff;--figma-color-text-onbrand-secondary: #ffffffcc;--figma-color-text-onbrand-tertiary: #ffffff66;--figma-color-text-oncomponent: #ffffff;--figma-color-text-oncomponent-secondary: #ffffffcc;--figma-color-text-oncomponent-tertiary: #ffffff66;--figma-color-text-ondanger: #ffffff;--figma-color-text-ondanger-secondary: #ffffffcc;--figma-color-text-ondanger-tertiary: #ffffff66;--figma-color-text-ondisabled: #ffffff;--figma-color-text-oninverse: #ffffffe5;--figma-color-text-onselected: #000000e5;--figma-color-text-onselected-secondary: #00000080;--figma-color-text-onselected-strong: #ffffff;--figma-color-text-onselected-tertiary: #0000004d;--figma-color-text-onsuccess: #ffffff;--figma-color-text-onsuccess-secondary: #ffffffcc;--figma-color-text-onsuccess-tertiary: #ffffff66;--figma-color-text-onwarning: #ffffff;--figma-color-text-onwarning-secondary: #ffffffcc;--figma-color-text-onwarning-tertiary: #ffffff66;--figma-color-text-secondary: #00000080;--figma-color-text-secondary-hover: #000000e5;--figma-color-text-selected: #007be5;--figma-color-text-selected-secondary: #007be5;--figma-color-text-selected-tertiary: #007be5;--figma-color-text-success: #009951;--figma-color-text-success-secondary: #009951;--figma-color-text-success-tertiary: #009951;--figma-color-text-tertiary: #0000004d;--figma-color-text-tertiary-hover: #000000e5;--figma-color-text-warning: #b86200;--figma-color-text-warning-secondary: #b86200;--figma-color-text-warning-tertiary: #b86200}[data-mode=figma-light]{--figma-color-bg: #ffffff;--figma-color-bg-brand: #0d99ff;--figma-color-bg-brand-hover: #007be5;--figma-color-bg-brand-pressed: #007be5;--figma-color-bg-brand-secondary: #0768cf;--figma-color-bg-brand-tertiary: #e5f4ff;--figma-color-bg-component: #9747ff;--figma-color-bg-component-hover: #8638e5;--figma-color-bg-component-pressed: #8638e5;--figma-color-bg-component-secondary: #7c2bda;--figma-color-bg-component-tertiary: #f1e5ff;--figma-color-bg-danger: #f24822;--figma-color-bg-danger-hover: #dc3412;--figma-color-bg-danger-pressed: #dc3412;--figma-color-bg-danger-secondary: #bd2915;--figma-color-bg-danger-tertiary: #ffe2e0;--figma-color-bg-disabled: #d9d9d9;--figma-color-bg-disabled-secondary: #b3b3b3;--figma-color-bg-hover: #f5f5f5;--figma-color-bg-inverse: #2c2c2c;--figma-color-bg-onselected: #bde3ff;--figma-color-bg-onselected-hover: #bde3ff;--figma-color-bg-onselected-pressed: #bde3ff;--figma-color-bg-pressed: #f5f5f5;--figma-color-bg-secondary: #f5f5f5;--figma-color-bg-selected: #e5f4ff;--figma-color-bg-selected-hover: #bde3ff;--figma-color-bg-selected-pressed: #bde3ff;--figma-color-bg-selected-secondary: #f2f9ff;--figma-color-bg-selected-strong: #0d99ff;--figma-color-bg-selected-tertiary: #f2f9ff;--figma-color-bg-success: #14ae5c;--figma-color-bg-success-hover: #009951;--figma-color-bg-success-pressed: #009951;--figma-color-bg-success-secondary: #008043;--figma-color-bg-success-tertiary: #cff7d3;--figma-color-bg-tertiary: #e6e6e6;--figma-color-bg-warning: #ffcd29;--figma-color-bg-warning-hover: #ffc21a;--figma-color-bg-warning-pressed: #ffc21a;--figma-color-bg-warning-secondary: #fab815;--figma-color-bg-warning-tertiary: #fff1c2;--figma-color-border: #e6e6e6;--figma-color-border-brand: #bde3ff;--figma-color-border-brand-strong: #007be5;--figma-color-border-component: #e4ccff;--figma-color-border-component-hover: #9747ff;--figma-color-border-component-strong: #8638e5;--figma-color-border-danger: #ffc7c2;--figma-color-border-danger-strong: #dc3412;--figma-color-border-disabled: #e6e6e6;--figma-color-border-disabled-strong: #0000004d;--figma-color-border-onbrand: #007be5;--figma-color-border-onbrand-strong: #ffffff;--figma-color-border-oncomponent: #8638e5;--figma-color-border-oncomponent-strong: #ffffff;--figma-color-border-ondanger: #dc3412;--figma-color-border-ondanger-strong: #ffffff;--figma-color-border-onselected: #bde3ff;--figma-color-border-onselected-strong: #000000e5;--figma-color-border-onsuccess: #009951;--figma-color-border-onsuccess-strong: #ffffff;--figma-color-border-onwarning: #fab815;--figma-color-border-onwarning-strong: #000000e5;--figma-color-border-selected: #0d99ff;--figma-color-border-selected-strong: #007be5;--figma-color-border-strong: #2c2c2c;--figma-color-border-success: #aff4c6;--figma-color-border-success-strong: #009951;--figma-color-border-warning: #ffe8a3;--figma-color-border-warning-strong: #b86200;--figma-color-icon: #000000e5;--figma-color-icon-brand: #007be5;--figma-color-icon-brand-pressed: #0768cf;--figma-color-icon-brand-secondary: #80caff;--figma-color-icon-brand-tertiary: #bde3ff;--figma-color-icon-component: #8638e5;--figma-color-icon-component-pressed: #7c2bda;--figma-color-icon-component-secondary: #c5b2dc;--figma-color-icon-component-tertiary: #c5b2dc;--figma-color-icon-danger: #f24822;--figma-color-icon-danger-hover: #bd2915;--figma-color-icon-danger-pressed: #bd2915;--figma-color-icon-danger-secondary: #f24822;--figma-color-icon-danger-secondary-hover: #f24822;--figma-color-icon-danger-tertiary: #f24822;--figma-color-icon-disabled: #0000004d;--figma-color-icon-hover: #000000e5;--figma-color-icon-onbrand: #ffffff;--figma-color-icon-onbrand-secondary: #ffffffcc;--figma-color-icon-onbrand-tertiary: #ffffff66;--figma-color-icon-oncomponent: #ffffff;--figma-color-icon-oncomponent-secondary: #ffffffcc;--figma-color-icon-oncomponent-tertiary: #ffffff66;--figma-color-icon-ondanger: #ffffff;--figma-color-icon-ondanger-secondary: #ffffffcc;--figma-color-icon-ondanger-tertiary: #ffffff66;--figma-color-icon-ondisabled: #ffffff;--figma-color-icon-oninverse: #ffffffe5;--figma-color-icon-onselected: #000000e5;--figma-color-icon-onselected-secondary: #00000080;--figma-color-icon-onselected-strong: #ffffff;--figma-color-icon-onselected-tertiary: #0000004d;--figma-color-icon-onsuccess: #ffffff;--figma-color-icon-onsuccess-secondary: #ffffffcc;--figma-color-icon-onsuccess-tertiary: #ffffff66;--figma-color-icon-onwarning: #ffffff;--figma-color-icon-onwarning-secondary: #ffffffcc;--figma-color-icon-onwarning-tertiary: #ffffff66;--figma-color-icon-pressed: #007be5;--figma-color-icon-secondary: #00000080;--figma-color-icon-secondary-hover: #000000e5;--figma-color-icon-selected: #007be5;--figma-color-icon-selected-secondary: #007be5;--figma-color-icon-selected-tertiary: #007be5;--figma-color-icon-success: #14ae5c;--figma-color-icon-success-pressed: #008043;--figma-color-icon-success-secondary: #14ae5c;--figma-color-icon-success-tertiary: #14ae5c;--figma-color-icon-tertiary: #0000004d;--figma-color-icon-tertiary-hover: #000000e5;--figma-color-icon-warning: #ffcd29;--figma-color-icon-warning-pressed: #b86200;--figma-color-icon-warning-secondary: #ffcd29;--figma-color-icon-warning-tertiary: #ffcd29;--figma-color-text: #000000e5;--figma-color-text-brand: #007be5;--figma-color-text-brand-secondary: #007be5;--figma-color-text-brand-tertiary: #007be5;--figma-color-text-component: #8638e5;--figma-color-text-component-pressed: #7c2bda;--figma-color-text-component-secondary: #c5b2dc;--figma-color-text-component-tertiary: #c5b2dc;--figma-color-text-danger: #dc3412;--figma-color-text-danger-secondary: #dc3412;--figma-color-text-danger-tertiary: #dc3412;--figma-color-text-disabled: #0000004d;--figma-color-text-hover: #000000e5;--figma-color-text-onbrand: #ffffff;--figma-color-text-onbrand-secondary: #ffffffcc;--figma-color-text-onbrand-tertiary: #ffffff66;--figma-color-text-oncomponent: #ffffff;--figma-color-text-oncomponent-secondary: #ffffffcc;--figma-color-text-oncomponent-tertiary: #ffffff66;--figma-color-text-ondanger: #ffffff;--figma-color-text-ondanger-secondary: #ffffffcc;--figma-color-text-ondanger-tertiary: #ffffff66;--figma-color-text-ondisabled: #ffffff;--figma-color-text-oninverse: #ffffffe5;--figma-color-text-onselected: #000000e5;--figma-color-text-onselected-secondary: #00000080;--figma-color-text-onselected-strong: #ffffff;--figma-color-text-onselected-tertiary: #0000004d;--figma-color-text-onsuccess: #ffffff;--figma-color-text-onsuccess-secondary: #ffffffcc;--figma-color-text-onsuccess-tertiary: #ffffff66;--figma-color-text-onwarning: #ffffff;--figma-color-text-onwarning-secondary: #ffffffcc;--figma-color-text-onwarning-tertiary: #ffffff66;--figma-color-text-secondary: #00000080;--figma-color-text-secondary-hover: #000000e5;--figma-color-text-selected: #007be5;--figma-color-text-selected-secondary: #007be5;--figma-color-text-selected-tertiary: #007be5;--figma-color-text-success: #009951;--figma-color-text-success-secondary: #009951;--figma-color-text-success-tertiary: #009951;--figma-color-text-tertiary: #0000004d;--figma-color-text-tertiary-hover: #000000e5;--figma-color-text-warning: #b86200;--figma-color-text-warning-secondary: #b86200;--figma-color-text-warning-tertiary: #b86200}[data-mode=figma-dark]{--figma-color-bg: #2c2c2c;--figma-color-bg-brand: #0c8ce9;--figma-color-bg-brand-hover: #0a6dc2;--figma-color-bg-brand-pressed: #0a6dc2;--figma-color-bg-brand-secondary: #105cad;--figma-color-bg-brand-tertiary: #394360;--figma-color-bg-component: #8a38f5;--figma-color-bg-component-hover: #7a2ed6;--figma-color-bg-component-pressed: #7a2ed6;--figma-color-bg-component-secondary: #652ca8;--figma-color-bg-component-tertiary: #473956;--figma-color-bg-danger: #e03e1a;--figma-color-bg-danger-hover: #c4381c;--figma-color-bg-danger-pressed: #c4381c;--figma-color-bg-danger-secondary: #963323;--figma-color-bg-danger-tertiary: #60332a;--figma-color-bg-disabled: #757575;--figma-color-bg-disabled-secondary: #b3b3b3;--figma-color-bg-hover: #383838;--figma-color-bg-inverse: #ffffff;--figma-color-bg-onselected: #667799;--figma-color-bg-onselected-hover: #667799;--figma-color-bg-onselected-pressed: #667799;--figma-color-bg-pressed: #383838;--figma-color-bg-secondary: #383838;--figma-color-bg-selected: #4a5878;--figma-color-bg-selected-hover: #536383;--figma-color-bg-selected-pressed: #536383;--figma-color-bg-selected-secondary: #394360;--figma-color-bg-selected-strong: #0c8ce9;--figma-color-bg-selected-tertiary: #394360;--figma-color-bg-success: #198f51;--figma-color-bg-success-hover: #078348;--figma-color-bg-success-pressed: #078348;--figma-color-bg-success-secondary: #0a5c35;--figma-color-bg-success-tertiary: #476656;--figma-color-bg-tertiary: #444444;--figma-color-bg-warning: #f3c11b;--figma-color-bg-warning-hover: #f2b50d;--figma-color-bg-warning-pressed: #f2b50d;--figma-color-bg-warning-secondary: #e4a711;--figma-color-bg-warning-tertiary: #5c4100;--figma-color-border: #444444;--figma-color-border-brand: #105cad;--figma-color-border-brand-strong: #7cc4f8;--figma-color-border-component: #652ca8;--figma-color-border-component-hover: #8a38f5;--figma-color-border-component-strong: #d6b6fb;--figma-color-border-danger: #963323;--figma-color-border-danger-strong: #fca397;--figma-color-border-disabled: #444444;--figma-color-border-disabled-strong: #ffffff66;--figma-color-border-onbrand: #0a6dc2;--figma-color-border-onbrand-strong: #ffffff;--figma-color-border-oncomponent: #7a2ed6;--figma-color-border-oncomponent-strong: #ffffff;--figma-color-border-ondanger: #c4381c;--figma-color-border-ondanger-strong: #ffffff;--figma-color-border-onselected: #667799;--figma-color-border-onselected-strong: #ffffffe5;--figma-color-border-onsuccess: #078348;--figma-color-border-onsuccess-strong: #ffffff;--figma-color-border-onwarning: #e4a711;--figma-color-border-onwarning-strong: #000000e5;--figma-color-border-selected: #0c8ce9;--figma-color-border-selected-strong: #7cc4f8;--figma-color-border-strong: #ffffffe5;--figma-color-border-success: #0a5c35;--figma-color-border-success-strong: #79d297;--figma-color-border-warning: #925711;--figma-color-border-warning-strong: #f7d15f;--figma-color-icon: #ffffff;--figma-color-icon-brand: #7cc4f8;--figma-color-icon-brand-pressed: #0c8ce9;--figma-color-icon-brand-secondary: #0a6dc2;--figma-color-icon-brand-tertiary: #394360;--figma-color-icon-component: #d1a8ff;--figma-color-icon-component-pressed: #d6b6fb;--figma-color-icon-component-secondary: #7f699b;--figma-color-icon-component-tertiary: #7f699b;--figma-color-icon-danger: #e03e1a;--figma-color-icon-danger-hover: #fbbcb6;--figma-color-icon-danger-pressed: #fbbcb6;--figma-color-icon-danger-secondary: #e03e1a;--figma-color-icon-danger-secondary-hover: #e03e1a;--figma-color-icon-danger-tertiary: #e03e1a;--figma-color-icon-disabled: #ffffff66;--figma-color-icon-hover: #ffffff;--figma-color-icon-onbrand: #ffffff;--figma-color-icon-onbrand-secondary: #ffffffcc;--figma-color-icon-onbrand-tertiary: #ffffff66;--figma-color-icon-oncomponent: #ffffff;--figma-color-icon-oncomponent-secondary: #ffffffcc;--figma-color-icon-oncomponent-tertiary: #ffffff66;--figma-color-icon-ondanger: #ffffff;--figma-color-icon-ondanger-secondary: #ffffffcc;--figma-color-icon-ondanger-tertiary: #ffffff66;--figma-color-icon-ondisabled: #2c2c2c;--figma-color-icon-oninverse: #000000e5;--figma-color-icon-onselected: #ffffff;--figma-color-icon-onselected-secondary: #ffffffb2;--figma-color-icon-onselected-strong: #ffffff;--figma-color-icon-onselected-tertiary: #ffffff66;--figma-color-icon-onsuccess: #ffffff;--figma-color-icon-onsuccess-secondary: #ffffffcc;--figma-color-icon-onsuccess-tertiary: #ffffff66;--figma-color-icon-onwarning: #000000e5;--figma-color-icon-onwarning-secondary: #00000080;--figma-color-icon-onwarning-tertiary: #0000004d;--figma-color-icon-pressed: #0a6dc2;--figma-color-icon-secondary: #ffffffb2;--figma-color-icon-secondary-hover: #ffffff;--figma-color-icon-selected: #7cc4f8;--figma-color-icon-selected-secondary: #7cc4f8;--figma-color-icon-selected-tertiary: #7cc4f8;--figma-color-icon-success: #198f51;--figma-color-icon-success-pressed: #a1e8b9;--figma-color-icon-success-secondary: #198f51;--figma-color-icon-success-tertiary: #198f51;--figma-color-icon-tertiary: #ffffff66;--figma-color-icon-tertiary-hover: #ffffff;--figma-color-icon-warning: #f3c11b;--figma-color-icon-warning-pressed: #f7d15f;--figma-color-icon-warning-secondary: #f3c11b;--figma-color-icon-warning-tertiary: #f3c11b;--figma-color-text: #ffffff;--figma-color-text-brand: #7cc4f8;--figma-color-text-brand-secondary: #7cc4f8;--figma-color-text-brand-tertiary: #7cc4f8;--figma-color-text-component: #d1a8ff;--figma-color-text-component-pressed: #d6b6fb;--figma-color-text-component-secondary: #7f699b;--figma-color-text-component-tertiary: #7f699b;--figma-color-text-danger: #fca397;--figma-color-text-danger-secondary: #fca397;--figma-color-text-danger-tertiary: #fca397;--figma-color-text-disabled: #ffffff66;--figma-color-text-hover: #ffffff;--figma-color-text-onbrand: #ffffff;--figma-color-text-onbrand-secondary: #ffffffcc;--figma-color-text-onbrand-tertiary: #ffffff66;--figma-color-text-oncomponent: #ffffff;--figma-color-text-oncomponent-secondary: #ffffffcc;--figma-color-text-oncomponent-tertiary: #ffffff66;--figma-color-text-ondanger: #ffffff;--figma-color-text-ondanger-secondary: #ffffffcc;--figma-color-text-ondanger-tertiary: #ffffff66;--figma-color-text-ondisabled: #2c2c2c;--figma-color-text-oninverse: #000000e5;--figma-color-text-onselected: #ffffffe5;--figma-color-text-onselected-secondary: #ffffffb2;--figma-color-text-onselected-strong: #ffffff;--figma-color-text-onselected-tertiary: #ffffff66;--figma-color-text-onsuccess: #ffffff;--figma-color-text-onsuccess-secondary: #ffffffcc;--figma-color-text-onsuccess-tertiary: #ffffff66;--figma-color-text-onwarning: #000000e5;--figma-color-text-onwarning-secondary: #00000080;--figma-color-text-onwarning-tertiary: #0000004d;--figma-color-text-secondary: #ffffffb2;--figma-color-text-secondary-hover: #ffffff;--figma-color-text-selected: #7cc4f8;--figma-color-text-selected-secondary: #7cc4f8;--figma-color-text-selected-tertiary: #7cc4f8;--figma-color-text-success: #79d297;--figma-color-text-success-secondary: #79d297;--figma-color-text-success-tertiary: #79d297;--figma-color-text-tertiary: #ffffff66;--figma-color-text-tertiary-hover: #ffffff;--figma-color-text-warning: #f7d15f;--figma-color-text-warning-secondary: #f7d15f;--figma-color-text-warning-tertiary: #f7d15f}[data-mode=figjam]{--figma-color-bg: #ffffff;--figma-color-bg-brand: #9747ff;--figma-color-bg-brand-hover: #8638e5;--figma-color-bg-brand-pressed: #8638e5;--figma-color-bg-brand-secondary: #7c2bda;--figma-color-bg-brand-tertiary: #f1e5ff;--figma-color-bg-component: #9747ff;--figma-color-bg-component-hover: #8638e5;--figma-color-bg-component-pressed: #8638e5;--figma-color-bg-component-secondary: #7c2bda;--figma-color-bg-component-tertiary: #f1e5ff;--figma-color-bg-danger: #f24822;--figma-color-bg-danger-hover: #dc3412;--figma-color-bg-danger-pressed: #dc3412;--figma-color-bg-danger-secondary: #bd2915;--figma-color-bg-danger-tertiary: #ffe2e0;--figma-color-bg-disabled: #d9d9d9;--figma-color-bg-disabled-secondary: #b3b3b3;--figma-color-bg-hover: #f5f5f5;--figma-color-bg-inverse: #2c2c2c;--figma-color-bg-onselected: #e4ccff;--figma-color-bg-onselected-hover: #e4ccff;--figma-color-bg-onselected-pressed: #e4ccff;--figma-color-bg-pressed: #f5f5f5;--figma-color-bg-secondary: #f5f5f5;--figma-color-bg-selected: #f1e5ff;--figma-color-bg-selected-hover: #e4ccff;--figma-color-bg-selected-pressed: #e4ccff;--figma-color-bg-selected-secondary: #f9f5ff;--figma-color-bg-selected-strong: #9747ff;--figma-color-bg-selected-tertiary: #f9f5ff;--figma-color-bg-success: #14ae5c;--figma-color-bg-success-hover: #009951;--figma-color-bg-success-pressed: #009951;--figma-color-bg-success-secondary: #008043;--figma-color-bg-success-tertiary: #cff7d3;--figma-color-bg-tertiary: #e6e6e6;--figma-color-bg-warning: #ffcd29;--figma-color-bg-warning-hover: #ffc21a;--figma-color-bg-warning-pressed: #ffc21a;--figma-color-bg-warning-secondary: #fab815;--figma-color-bg-warning-tertiary: #fff1c2;--figma-color-border: #e6e6e6;--figma-color-border-brand: #e4ccff;--figma-color-border-brand-strong: #8638e5;--figma-color-border-component: #e4ccff;--figma-color-border-component-hover: #9747ff;--figma-color-border-component-strong: #8638e5;--figma-color-border-danger: #ffc7c2;--figma-color-border-danger-strong: #dc3412;--figma-color-border-disabled: #e6e6e6;--figma-color-border-disabled-strong: #0000004d;--figma-color-border-onbrand: #8638e5;--figma-color-border-onbrand-strong: #ffffff;--figma-color-border-oncomponent: #8638e5;--figma-color-border-oncomponent-strong: #ffffff;--figma-color-border-ondanger: #dc3412;--figma-color-border-ondanger-strong: #ffffff;--figma-color-border-onselected: #e4ccff;--figma-color-border-onselected-strong: #000000e5;--figma-color-border-onsuccess: #009951;--figma-color-border-onsuccess-strong: #ffffff;--figma-color-border-onwarning: #fab815;--figma-color-border-onwarning-strong: #000000e5;--figma-color-border-selected: #9747ff;--figma-color-border-selected-strong: #8638e5;--figma-color-border-strong: #2c2c2c;--figma-color-border-success: #aff4c6;--figma-color-border-success-strong: #009951;--figma-color-border-warning: #ffe8a3;--figma-color-border-warning-strong: #b86200;--figma-color-icon: #000000e5;--figma-color-icon-brand: #8638e5;--figma-color-icon-brand-pressed: #7c2bda;--figma-color-icon-brand-secondary: #d9b8ff;--figma-color-icon-brand-tertiary: #e4ccff;--figma-color-icon-component: #8638e5;--figma-color-icon-component-pressed: #7c2bda;--figma-color-icon-component-secondary: #c5b2dc;--figma-color-icon-component-tertiary: #c5b2dc;--figma-color-icon-danger: #f24822;--figma-color-icon-danger-hover: #bd2915;--figma-color-icon-danger-pressed: #bd2915;--figma-color-icon-danger-secondary: #f24822;--figma-color-icon-danger-secondary-hover: #f24822;--figma-color-icon-danger-tertiary: #f24822;--figma-color-icon-disabled: #0000004d;--figma-color-icon-hover: #000000e5;--figma-color-icon-onbrand: #ffffff;--figma-color-icon-onbrand-secondary: #ffffffcc;--figma-color-icon-onbrand-tertiary: #ffffff66;--figma-color-icon-oncomponent: #ffffff;--figma-color-icon-oncomponent-secondary: #ffffffcc;--figma-color-icon-oncomponent-tertiary: #ffffff66;--figma-color-icon-ondanger: #ffffff;--figma-color-icon-ondanger-secondary: #ffffffcc;--figma-color-icon-ondanger-tertiary: #ffffff66;--figma-color-icon-ondisabled: #ffffff;--figma-color-icon-oninverse: #ffffffe5;--figma-color-icon-onselected: #000000e5;--figma-color-icon-onselected-secondary: #00000080;--figma-color-icon-onselected-strong: #ffffff;--figma-color-icon-onselected-tertiary: #0000004d;--figma-color-icon-onsuccess: #ffffff;--figma-color-icon-onsuccess-secondary: #ffffffcc;--figma-color-icon-onsuccess-tertiary: #ffffff66;--figma-color-icon-onwarning: #000000e5;--figma-color-icon-onwarning-secondary: #00000080;--figma-color-icon-onwarning-tertiary: #0000004d;--figma-color-icon-pressed: #8638e5;--figma-color-icon-secondary: #00000080;--figma-color-icon-secondary-hover: #000000e5;--figma-color-icon-selected: #8638e5;--figma-color-icon-selected-secondary: #8638e5;--figma-color-icon-selected-tertiary: #8638e5;--figma-color-icon-success: #14ae5c;--figma-color-icon-success-pressed: #008043;--figma-color-icon-success-secondary: #14ae5c;--figma-color-icon-success-tertiary: #14ae5c;--figma-color-icon-tertiary: #0000004d;--figma-color-icon-tertiary-hover: #000000e5;--figma-color-icon-warning: #ffcd29;--figma-color-icon-warning-pressed: #b86200;--figma-color-icon-warning-secondary: #ffcd29;--figma-color-icon-warning-tertiary: #ffcd29;--figma-color-text: #000000e5;--figma-color-text-brand: #8638e5;--figma-color-text-brand-secondary: #8638e5;--figma-color-text-brand-tertiary: #8638e5;--figma-color-text-component: #8638e5;--figma-color-text-component-pressed: #7c2bda;--figma-color-text-component-secondary: #c5b2dc;--figma-color-text-component-tertiary: #c5b2dc;--figma-color-text-danger: #dc3412;--figma-color-text-danger-secondary: #dc3412;--figma-color-text-danger-tertiary: #dc3412;--figma-color-text-disabled: #0000004d;--figma-color-text-hover: #000000e5;--figma-color-text-onbrand: #ffffff;--figma-color-text-onbrand-secondary: #ffffffcc;--figma-color-text-onbrand-tertiary: #ffffff66;--figma-color-text-oncomponent: #ffffff;--figma-color-text-oncomponent-secondary: #ffffffcc;--figma-color-text-oncomponent-tertiary: #ffffff66;--figma-color-text-ondanger: #ffffff;--figma-color-text-ondanger-secondary: #ffffffcc;--figma-color-text-ondanger-tertiary: #ffffff66;--figma-color-text-ondisabled: #ffffff;--figma-color-text-oninverse: #ffffff;--figma-color-text-onselected: #000000e5;--figma-color-text-onselected-secondary: #00000080;--figma-color-text-onselected-strong: #ffffff;--figma-color-text-onselected-tertiary: #0000004d;--figma-color-text-onsuccess: #ffffff;--figma-color-text-onsuccess-secondary: #ffffffcc;--figma-color-text-onsuccess-tertiary: #ffffff66;--figma-color-text-onwarning: #ffffff;--figma-color-text-onwarning-secondary: #00000080;--figma-color-text-onwarning-tertiary: #0000004d;--figma-color-text-secondary: #00000080;--figma-color-text-secondary-hover: #000000e5;--figma-color-text-selected: #8638e5;--figma-color-text-selected-secondary: #8638e5;--figma-color-text-selected-tertiary: #8638e5;--figma-color-text-success: #009951;--figma-color-text-success-secondary: #009951;--figma-color-text-success-tertiary: #009951;--figma-color-text-tertiary: #0000004d;--figma-color-text-tertiary-hover: #000000e5;--figma-color-text-warning: #b86200;--figma-color-text-warning-secondary: #b86200;--figma-color-text-warning-tertiary: #b86200}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root[data-theme=figma]{--font-stack: "Inter", sans-serif}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root{--framer-color-bg: #ffffff;--framer-color-bg-secondary: #f3f3f3;--framer-color-bg-tertiary: #eeeeee;--framer-color-destructive: #ff3366;--framer-color-destructive-dark: #ee2255;--framer-color-destructive-dimmed: #ffebf0;--framer-color-destructive-extra-dark: #dd1144;--framer-color-divider: #eeeeee;--framer-color-success: #33ff36;--framer-color-success-dark: #22ff25;--framer-color-success-dimmed: #ebffeb;--framer-color-success-extra-dark: #11ff14;--framer-color-text: #333333;--framer-color-text-reversed: #ffffff;--framer-color-text-secondary: #666666;--framer-color-text-tertiary: #999999;--framer-color-tint: #0099ff;--framer-color-tint-dark: #0088ff;--framer-color-tint-dimmed: #e5f5ff;--framer-color-tint-extra-dark: #0077ff;--framer-color-warning: #ffaa00;--framer-color-warning-dark: #ff9900;--framer-color-warning-dimmed: #fff6e5;--framer-color-warning-extra-dark: #ff8800}[data-mode=framer-light]{--framer-color-bg: #ffffff;--framer-color-bg-secondary: #f3f3f3;--framer-color-bg-tertiary: #eeeeee;--framer-color-destructive: #ff3366;--framer-color-destructive-dark: #ee2255;--framer-color-destructive-dimmed: #ffebf0;--framer-color-destructive-extra-dark: #dd1144;--framer-color-divider: #eeeeee;--framer-color-success: #33ff36;--framer-color-success-dark: #22ff25;--framer-color-success-dimmed: #ebffeb;--framer-color-success-extra-dark: #11ff14;--framer-color-text: #333333;--framer-color-text-reversed: #ffffff;--framer-color-text-secondary: #666666;--framer-color-text-tertiary: #999999;--framer-color-tint: #0099ff;--framer-color-tint-dark: #0088ff;--framer-color-tint-dimmed: #e5f5ff;--framer-color-tint-extra-dark: #0077ff;--framer-color-warning: #ffaa00;--framer-color-warning-dark: #ff9900;--framer-color-warning-dimmed: #fff6e5;--framer-color-warning-extra-dark: #ff8800}[data-mode=framer-dark]{--framer-color-bg: #111111;--framer-color-bg-secondary: #1d1d1d;--framer-color-bg-tertiary: #2b2b2b;--framer-color-destructive: #ff3366;--framer-color-destructive-dark: #ee1155;--framer-color-destructive-dimmed: #35161e;--framer-color-destructive-extra-dark: #dd1144;--framer-color-divider: #252525;--framer-color-success: #33ff36;--framer-color-success-dark: #22ff25;--framer-color-success-dimmed: #163517;--framer-color-success-extra-dark: #11ff14;--framer-color-text: #ffffff;--framer-color-text-reversed: #ffffff;--framer-color-text-secondary: #cccccc;--framer-color-text-tertiary: #777777;--framer-color-tint: #0099ff;--framer-color-tint-dark: #0088ff;--framer-color-tint-dimmed: #0e2535;--framer-color-tint-extra-dark: #0077ff;--framer-color-warning: #ffaa00;--framer-color-warning-dark: #ff9900;--framer-color-warning-dimmed: #35280e;--framer-color-warning-extra-dark: #ff8800}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root[data-theme=framer]{--font-stack: "Inter", sans-serif}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root{--border-radius-full: 100px;--border-radius-large: 6px;--border-radius-medium: 4px;--border-radius-null: 0;--border-radius-small: 2px;--border-radius-xlarge: 8px;--border-radius-xsmall: 1px;--border-radius-xxlarge: 12px;--border-radius-xxxlarge: 16px;--elevation-100-shapes: 0 0 .5px 0 color(srgb 0 0 0 / .3), 0 1px 3px 0 color(srgb 0 0 0 / .15);--elevation-200-canvas: 0 0 .5px 0 color(srgb 0 0 0 / .18), 0 3px 8px 0 color(srgb 0 0 0 / .1), 0 1px 3px 0 color(srgb 0 0 0 / .1);--elevation-300-tooltip: 0 0 .5px 0 color(srgb 0 0 0 / .15), 0 5px 12px 0 color(srgb 0 0 0 / .13), 0 1px 3px 0 color(srgb 0 0 0 / .1);--elevation-400-menu-panel: 0 0 .5px 0 color(srgb 0 0 0 / .12), 0 10px 16px 0 color(srgb 0 0 0 / .12), 0 2px 5px 0 color(srgb 0 0 0 / .15);--elevation-500-modal-window: 0 0 .5px 0 color(srgb 0 0 0 / .8), 0 10px 24px 0 color(srgb 0 0 0 / .18), 0 2px 5px 0 color(srgb 0 0 0 / .15);--font-letter-spacing-neg-large: -.005em;--font-letter-spacing-neg-medium: -.0025em;--font-letter-spacing-neg-small: -.001em;--font-letter-spacing-neg-xlarge: -.01em;--font-letter-spacing-pos-large: .005em;--font-letter-spacing-pos-medium: .0025em;--font-letter-spacing-pos-small: .001em;--font-letter-spacing-pos-xlarge: .01em;--font-line-height-default: 16px;--font-line-height-large: 20px;--font-size-large: 14px;--font-size-medium: 13px;--font-size-small: 12px;--font-size-xsmall: 11px;--font-size-xxsmall: 10px;--font-size-xxxsmall: 9px;--font-weight-accent: 450;--font-weight-bold: 600;--font-weight-medium: 500;--font-weight-normal: 400;--font-weight-semi: 550;--grey-0: color(srgb 1 1 1);--grey-100: color(srgb .9411764705882353 .9411764705882353 .9411764705882353);--grey-200: color(srgb .8509803921568627 .8509803921568627 .8509803921568627);--grey-300: color(srgb .7490196078431373 .7490196078431373 .7490196078431373);--grey-400: color(srgb .6509803921568628 .6509803921568628 .6509803921568628);--grey-500: color(srgb .5490196078431373 .5490196078431373 .5490196078431373);--grey-600: color(srgb .45098039215686275 .45098039215686275 .45098039215686275);--grey-700: color(srgb .34901960784313724 .34901960784313724 .34901960784313724);--grey-800: color(srgb .25098039215686274 .25098039215686274 .25098039215686274);--grey-900: color(srgb .17254901960784313 .17254901960784313 .17254901960784313);--grey-1000: color(srgb .13333333333333333 .13333333333333333 .13333333333333333);--shadow-floating-window: 0 2px 14px 0 color(srgb 0 0 0 / .15);--shadow-hud: 0 5px 17px 0 color(srgb 0 0 0 / .2), 0 2px 7px 0 color(srgb 0 0 0 / .15);--size-neg-large: -40px;--size-neg-medium: -32px;--size-neg-msmall: -20px;--size-neg-small: -24px;--size-neg-unit: -1px;--size-neg-xlarge: -48px;--size-neg-xmedium: -36px;--size-neg-xmsmall: -12px;--size-neg-xsmall: -16px;--size-neg-xunit: -2px;--size-neg-xxlarge: -64px;--size-neg-xxsmall: -8px;--size-neg-xxxlarge: -80px;--size-neg-xxxsmall: -4px;--size-null: 0;--size-pos-large: 40px;--size-pos-medium: 32px;--size-pos-msmall: 20px;--size-pos-small: 24px;--size-pos-unit: 1px;--size-pos-xlarge: 48px;--size-pos-xmedium: 36px;--size-pos-xmsmall: 12px;--size-pos-xsmall: 16px;--size-pos-xunit: 2px;--size-pos-xxlarge: 64px;--size-pos-xxsmall: 8px;--size-pos-xxxlarge: 80px;--size-pos-xxxsmall: 4px}[data-mode*=light]{--elevation-100-shapes: 0 0 .5px 0 color(srgb 0 0 0 / .3), 0 1px 3px 0 color(srgb 0 0 0 / .15);--elevation-200-canvas: 0 0 .5px 0 color(srgb 0 0 0 / .18), 0 3px 8px 0 color(srgb 0 0 0 / .1), 0 1px 3px 0 color(srgb 0 0 0 / .1);--elevation-300-tooltip: 0 0 .5px 0 color(srgb 0 0 0 / .15), 0 5px 12px 0 color(srgb 0 0 0 / .13), 0 1px 3px 0 color(srgb 0 0 0 / .1);--elevation-400-menu-panel: 0 0 .5px 0 color(srgb 0 0 0 / .12), 0 10px 16px 0 color(srgb 0 0 0 / .12), 0 2px 5px 0 color(srgb 0 0 0 / .15);--elevation-500-modal-window: 0 0 .5px 0 color(srgb 0 0 0 / .8), 0 10px 24px 0 color(srgb 0 0 0 / .18), 0 2px 5px 0 color(srgb 0 0 0 / .15)}[data-mode*=dark]{--elevation-100-shapes: inset 0 .5px 0 0 color(srgb 1 1 1 / .1), inset 0 0 .5px 0 color(srgb 1 1 1 / .3), 0 0 .5px 0 color(srgb 0 0 0 / .5), 0 1px 3px 0 color(srgb 0 0 0 / .4);--elevation-200-canvas: inset 0 .5px 0 0 color(srgb 1 1 1 / .08), inset 0 0 .5px 0 color(srgb 1 1 1 / .3), 0 3px 8px 0 color(srgb 0 0 0 / .35), 0 1px 3px 0 color(srgb 0 0 0 / .5);--elevation-300-tooltip: inset 0 .5px 0 0 color(srgb 1 1 1 / .08), inset 0 0 .5px 0 color(srgb 1 1 1 / .3), 0 5px 12px 0 color(srgb 0 0 0 / .35), 0 1px 3px 0 color(srgb 0 0 0 / .5);--elevation-400-menu-panel: inset 0 .5px 0 0 color(srgb 1 1 1 / .08), inset 0 0 .5px 0 color(srgb 1 1 1 / .35), 0 10px 16px 0 color(srgb 0 0 0 / .35), 0 2px 5px 0 color(srgb 0 0 0 / .35);--elevation-500-modal-window: inset 0 .5px 0 0 color(srgb 1 1 1 / .08), inset 0 0 .5px 0 color(srgb 1 1 1 / .35), 0 10px 24px 0 color(srgb 0 0 0 / .45), 0 3px 5px 0 color(srgb 0 0 0 / .35)}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root{--penpot-color-accent-default: #eef0f2;--penpot-color-accent-error: #c80857;--penpot-color-accent-info: #0e9be9;--penpot-color-accent-overlay: #6911d499;--penpot-color-accent-primary: #6911d4;--penpot-color-accent-primary-muted: #e1d2f5;--penpot-color-accent-quaternary: #ff6fe0;--penpot-color-accent-secondary: #1345aa;--penpot-color-accent-select: #8c33eb1a;--penpot-color-accent-success: #2d9f8f;--penpot-color-accent-tertiary: #8c33eb;--penpot-color-accent-warning: #fe9c07;--penpot-color-background-default: #ffffff;--penpot-color-background-error: #ffcada;--penpot-color-background-info: #bae3fd;--penpot-color-background-primary: #ffffff;--penpot-color-background-quaternary: #eef0f2;--penpot-color-background-secondary: #e8eaee;--penpot-color-background-success: #a7e8d9;--penpot-color-background-tertiary: #f3f4f6;--penpot-color-background-warning: #fedeac;--penpot-color-canvas: #bfbfbf;--penpot-color-foreground-disabled: #8f9da366;--penpot-color-foreground-error: #ff3277;--penpot-color-foreground-primary: #000000;--penpot-color-foreground-secondary: #495e74;--penpot-color-icon-default: #495e74;--penpot-color-overlay-default: #ffffff99;--penpot-color-overlay-onboarding: #ffffffe6;--penpot-color-shadow-dark: #e8eaee99;--penpot-color-token-accent: #59acbb;--penpot-color-token-background: #ddf7ff;--penpot-color-token-border: #77e1f3;--penpot-color-token-foreground: #1d4464}[data-mode=penpot-light]{--penpot-color-accent-default: #eef0f2;--penpot-color-accent-error: #c80857;--penpot-color-accent-info: #0e9be9;--penpot-color-accent-overlay: #6911d499;--penpot-color-accent-primary: #6911d4;--penpot-color-accent-primary-muted: #e1d2f5;--penpot-color-accent-quaternary: #ff6fe0;--penpot-color-accent-secondary: #1345aa;--penpot-color-accent-select: #8c33eb1a;--penpot-color-accent-success: #2d9f8f;--penpot-color-accent-tertiary: #8c33eb;--penpot-color-accent-warning: #fe9c07;--penpot-color-background-default: #ffffff;--penpot-color-background-error: #ffcada;--penpot-color-background-info: #bae3fd;--penpot-color-background-primary: #ffffff;--penpot-color-background-quaternary: #eef0f2;--penpot-color-background-secondary: #e8eaee;--penpot-color-background-success: #a7e8d9;--penpot-color-background-tertiary: #f3f4f6;--penpot-color-background-warning: #fedeac;--penpot-color-canvas: #bfbfbf;--penpot-color-foreground-disabled: #8f9da366;--penpot-color-foreground-error: #ff3277;--penpot-color-foreground-primary: #000000;--penpot-color-foreground-secondary: #495e74;--penpot-color-icon-default: #495e74;--penpot-color-overlay-default: #ffffff99;--penpot-color-overlay-onboarding: #ffffffe6;--penpot-color-shadow-dark: #e8eaee99;--penpot-color-token-accent: #59acbb;--penpot-color-token-background: #ddf7ff;--penpot-color-token-border: #77e1f3;--penpot-color-token-foreground: #1d4464}[data-mode=penpot-dark]{--penpot-color-accent-default: #2e3434;--penpot-color-accent-error: #c80857;--penpot-color-accent-info: #0e9be9;--penpot-color-accent-overlay: #7efff599;--penpot-color-accent-primary: #7efff5;--penpot-color-accent-primary-muted: #426158;--penpot-color-accent-quaternary: #ff6fe0;--penpot-color-accent-secondary: #bb97d8;--penpot-color-accent-select: #00d1b81a;--penpot-color-accent-success: #2d9f8f;--penpot-color-accent-tertiary: #00d1b8;--penpot-color-accent-warning: #fe9c07;--penpot-color-background-default: #18181a;--penpot-color-background-error: #500124;--penpot-color-background-info: #082c49;--penpot-color-background-primary: #18181a;--penpot-color-background-quaternary: #2e3434;--penpot-color-background-secondary: #000000;--penpot-color-background-success: #0a2927;--penpot-color-background-tertiary: #212426;--penpot-color-background-warning: #3d2501;--penpot-color-canvas: #bfbfbf;--penpot-color-foreground-disabled: #8f9da366;--penpot-color-foreground-error: #ff3277;--penpot-color-foreground-primary: #ffffff;--penpot-color-foreground-secondary: #8f9da3;--penpot-color-icon-default: #8f9da3;--penpot-color-overlay-default: #18181a99;--penpot-color-overlay-onboarding: #18181ae6;--penpot-color-shadow-dark: #00000099;--penpot-color-token-accent: #6c6dad;--penpot-color-token-background: #272941;--penpot-color-token-border: #484c74;--penpot-color-token-foreground: #a7a9ff}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";:root[data-theme=penpot]{--font-stack: "Work Sans", sans-serif}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root{--sketch-color-accent-default: #f26726;--sketch-color-accent-disabled: #fce4d8;--sketch-color-accent-error: #cc0000;--sketch-color-accent-info: #84d7cf;--sketch-color-accent-primary: #f26726;--sketch-color-accent-secondary: #e36e3a;--sketch-color-accent-select: #fff1e8;--sketch-color-accent-success: #13be3e;--sketch-color-accent-tertiary: #f9c3aa;--sketch-color-accent-warning: #d4910c;--sketch-color-background-default: #ffffff;--sketch-color-background-disabled: #f2f2f2;--sketch-color-background-error: #ffe0e0;--sketch-color-background-info: #e5f5f3;--sketch-color-background-primary: #ffffff;--sketch-color-background-secondary: #f5f5f6;--sketch-color-background-success: #e1f3e5;--sketch-color-background-tertiary: #e8e8e8;--sketch-color-background-warning: #fbeeda;--sketch-color-border-default: #e0e0e0;--sketch-color-border-disabled: #ebebeb;--sketch-color-border-onaccent: #ffffff7d;--sketch-color-border-primary: #e0e0e0;--sketch-color-border-secondary: #c8c8c8;--sketch-color-border-tertiary: #494949;--sketch-color-foreground-default: #202022;--sketch-color-foreground-disabled: #b3b3b3;--sketch-color-foreground-error: #a10000;--sketch-color-foreground-info: #3c9992;--sketch-color-foreground-inverted: #ffffff;--sketch-color-foreground-onaccent: #ffffff;--sketch-color-foreground-onaccent-disabled: #ffffff87;--sketch-color-foreground-primary: #202022;--sketch-color-foreground-secondary: #494949;--sketch-color-foreground-success: #0a8f2e;--sketch-color-foreground-tertiary: #696969;--sketch-color-foreground-warning: #9b6909;--sketch-color-overlay-default: #1e1f20bf}[data-mode=sketch-light]{--sketch-color-accent-default: #f26726;--sketch-color-accent-disabled: #fce4d8;--sketch-color-accent-error: #cc0000;--sketch-color-accent-info: #84d7cf;--sketch-color-accent-primary: #f26726;--sketch-color-accent-secondary: #e36e3a;--sketch-color-accent-select: #fff1e8;--sketch-color-accent-success: #13be3e;--sketch-color-accent-tertiary: #f9c3aa;--sketch-color-accent-warning: #d4910c;--sketch-color-background-default: #ffffff;--sketch-color-background-disabled: #f2f2f2;--sketch-color-background-error: #ffe0e0;--sketch-color-background-info: #e5f5f3;--sketch-color-background-primary: #ffffff;--sketch-color-background-secondary: #f5f5f6;--sketch-color-background-success: #e1f3e5;--sketch-color-background-tertiary: #e8e8e8;--sketch-color-background-warning: #fbeeda;--sketch-color-border-default: #e0e0e0;--sketch-color-border-disabled: #ebebeb;--sketch-color-border-onaccent: #ffffff7d;--sketch-color-border-primary: #e0e0e0;--sketch-color-border-secondary: #c8c8c8;--sketch-color-border-tertiary: #494949;--sketch-color-foreground-default: #202022;--sketch-color-foreground-disabled: #b3b3b3;--sketch-color-foreground-error: #a10000;--sketch-color-foreground-info: #3c9992;--sketch-color-foreground-inverted: #ffffff;--sketch-color-foreground-onaccent: #ffffff;--sketch-color-foreground-onaccent-disabled: #ffffff87;--sketch-color-foreground-primary: #202022;--sketch-color-foreground-secondary: #494949;--sketch-color-foreground-success: #0a8f2e;--sketch-color-foreground-tertiary: #696969;--sketch-color-foreground-warning: #9b6909;--sketch-color-overlay-default: #1e1f20bf}[data-mode=sketch-dark]{--sketch-color-accent-default: #f26726;--sketch-color-accent-disabled: #4e2f24;--sketch-color-accent-error: #cc0000;--sketch-color-accent-info: #84d7cf;--sketch-color-accent-primary: #f26726;--sketch-color-accent-secondary: #ce5820;--sketch-color-accent-select: #180a04;--sketch-color-accent-success: #13be3e;--sketch-color-accent-tertiary: #5f3623;--sketch-color-accent-warning: #d4910c;--sketch-color-background-default: #202022;--sketch-color-background-disabled: #3e3e3f;--sketch-color-background-error: #371c1d;--sketch-color-background-info: #2d3839;--sketch-color-background-primary: #202022;--sketch-color-background-secondary: #2d2d2f;--sketch-color-background-success: #1e3526;--sketch-color-background-tertiary: #454545;--sketch-color-background-warning: #382f1f;--sketch-color-border-default: #303032;--sketch-color-border-disabled: #303032;--sketch-color-border-onaccent: #ffffff7d;--sketch-color-border-primary: #303032;--sketch-color-border-secondary: #454545;--sketch-color-border-tertiary: #d9d9d9;--sketch-color-foreground-default: #ffffff;--sketch-color-foreground-disabled: #9a9a9b;--sketch-color-foreground-error: #ff1f1f;--sketch-color-foreground-info: #84d7cf;--sketch-color-foreground-inverted: #202022;--sketch-color-foreground-onaccent: #ffffff;--sketch-color-foreground-onaccent-disabled: #ffffff87;--sketch-color-foreground-primary: #ffffff;--sketch-color-foreground-secondary: #d9d9d9;--sketch-color-foreground-success: #13be3e;--sketch-color-foreground-tertiary: #b3b3b3;--sketch-color-foreground-warning: #d4910c;--sketch-color-overlay-default: #1e1f20bf}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root[data-theme=sketch]{--font-stack: "Inter", sans-serif}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root[data-theme=penpot]{--font-stack: "Work Sans", sans-serif}
@@ -0,0 +1 @@
1
+ @charset "UTF-8";:root[data-theme=sketch]{--font-stack: "Inter", sans-serif}
@@ -0,0 +1,59 @@
1
+ import { IconList } from '../../../types/icon.types';
2
+
3
+ export interface AccordionProps {
4
+ /**
5
+ * Title label of the accordion
6
+ */
7
+ label: string;
8
+ /**
9
+ * Optional indicator (number or text) displayed next to the label
10
+ */
11
+ indicator?: string | number;
12
+ /**
13
+ * Icon to display in the add button
14
+ * @default 'plus'
15
+ */
16
+ icon?: IconList;
17
+ /**
18
+ * Helper text displayed near the title
19
+ */
20
+ helper?: string;
21
+ /**
22
+ * Helper texts for the action buttons
23
+ */
24
+ helpers?: {
25
+ /** Helper text for the add button */
26
+ add?: string;
27
+ /** Helper text for the empty button */
28
+ empty?: string;
29
+ };
30
+ /**
31
+ * Whether the accordion is expanded
32
+ */
33
+ isExpanded: boolean;
34
+ /**
35
+ * Whether the accordion is blocked (disabled)
36
+ * @default false
37
+ */
38
+ isBlocked?: boolean;
39
+ /**
40
+ * Whether to show a "New" badge
41
+ * @default false
42
+ */
43
+ isNew?: boolean;
44
+ /**
45
+ * Content to display when accordion is expanded
46
+ */
47
+ children?: React.ReactNode;
48
+ /**
49
+ * Callback fired when the add button is clicked
50
+ */
51
+ onAdd: (event: React.MouseEvent<Element> | React.KeyboardEvent<Element>) => void;
52
+ /**
53
+ * Callback fired when the empty button is clicked
54
+ */
55
+ onEmpty: (event: React.MouseEvent<Element> | React.KeyboardEvent<Element>) => void;
56
+ }
57
+ declare const Accordion: (props: AccordionProps) => import("react/jsx-runtime").JSX.Element;
58
+ export default Accordion;
59
+ //# sourceMappingURL=Accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/accordion/Accordion.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAK1C,OAAO,kBAAkB,CAAA;AAEzB,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IACb;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,OAAO,CAAC,EAAE;QACR,qCAAqC;QACrC,GAAG,CAAC,EAAE,MAAM,CAAA;QACZ,uCAAuC;QACvC,KAAK,CAAC,EAAE,MAAM,CAAA;KACf,CAAA;IACD;;OAEG;IACH,UAAU,EAAE,OAAO,CAAA;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B;;OAEG;IACH,KAAK,EAAE,CACL,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,KAC5D,IAAI,CAAA;IACT;;OAEG;IACH,OAAO,EAAE,CACP,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,KAC5D,IAAI,CAAA;CACV;AAED,QAAA,MAAM,SAAS,UAAW,cAAc,4CAwGvC,CAAA;AAED,eAAe,SAAS,CAAA"}