@alfalab/core-components 47.14.0-beta.0 → 47.14.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5318) hide show
  1. package/accordion/Component.js +1 -1
  2. package/accordion/components/default-control-icon/Component.js +1 -1
  3. package/accordion/components/default-control-icon/index.css +5 -5
  4. package/accordion/cssm/docs/demo.css +2 -1
  5. package/accordion/cssm/index.module.css +5 -3
  6. package/accordion/esm/Component.js +1 -1
  7. package/accordion/esm/components/default-control-icon/Component.js +1 -1
  8. package/accordion/esm/components/default-control-icon/index.css +5 -5
  9. package/accordion/esm/index.css +15 -13
  10. package/accordion/index.css +15 -13
  11. package/accordion/modern/Component.js +1 -1
  12. package/accordion/modern/components/default-control-icon/Component.js +1 -1
  13. package/accordion/modern/components/default-control-icon/index.css +5 -5
  14. package/accordion/modern/index.css +15 -13
  15. package/accordion/moderncssm/Component.d.ts +62 -0
  16. package/accordion/moderncssm/Component.js +44 -0
  17. package/accordion/moderncssm/browser-a216f694.d.ts +6 -0
  18. package/accordion/moderncssm/components/default-control-icon/Component.d.ts +7 -0
  19. package/accordion/moderncssm/components/default-control-icon/Component.js +11 -0
  20. package/accordion/moderncssm/components/default-control-icon/index.d.ts +1 -0
  21. package/accordion/moderncssm/components/default-control-icon/index.js +5 -0
  22. package/accordion/moderncssm/components/default-control-icon/index.module.css +15 -0
  23. package/accordion/moderncssm/components/index.d.ts +1 -0
  24. package/accordion/moderncssm/components/index.js +5 -0
  25. package/accordion/moderncssm/docs/demo.css +38 -0
  26. package/accordion/moderncssm/hooks/index.d.ts +1 -0
  27. package/accordion/moderncssm/hooks/index.js +4 -0
  28. package/accordion/moderncssm/hooks/useMeasureHeight.d.ts +3 -0
  29. package/accordion/moderncssm/hooks/useMeasureHeight.js +55 -0
  30. package/accordion/moderncssm/index.d.ts +2 -0
  31. package/accordion/moderncssm/index.js +11 -0
  32. package/accordion/moderncssm/index.module.css +50 -0
  33. package/accordion/moderncssm/typings.d.ts +2 -0
  34. package/accordion/moderncssm/typings.js +1 -0
  35. package/accordion/moderncssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  36. package/action-button/Component.js +4 -4
  37. package/action-button/cssm/index.module.css +2 -1
  38. package/action-button/default.css +13 -13
  39. package/action-button/esm/Component.js +4 -4
  40. package/action-button/esm/default.css +13 -13
  41. package/action-button/esm/index.css +12 -11
  42. package/action-button/esm/inverted.css +13 -13
  43. package/action-button/esm/static.css +9 -9
  44. package/action-button/index.css +12 -11
  45. package/action-button/inverted.css +13 -13
  46. package/action-button/modern/Component.js +4 -4
  47. package/action-button/modern/default.css +13 -13
  48. package/action-button/modern/index.css +12 -11
  49. package/action-button/modern/inverted.css +13 -13
  50. package/action-button/modern/static.css +9 -9
  51. package/action-button/moderncssm/Component.d.ts +53 -0
  52. package/action-button/moderncssm/Component.js +52 -0
  53. package/action-button/moderncssm/default.module.css +77 -0
  54. package/action-button/moderncssm/hooks.d.ts +4 -0
  55. package/action-button/moderncssm/hooks.js +26 -0
  56. package/action-button/moderncssm/index.d.ts +1 -0
  57. package/action-button/moderncssm/index.js +12 -0
  58. package/action-button/moderncssm/index.module.css +79 -0
  59. package/action-button/moderncssm/inverted.module.css +85 -0
  60. package/action-button/moderncssm/shared/index.d.ts +1 -0
  61. package/action-button/moderncssm/shared/index.js +2 -0
  62. package/action-button/moderncssm/static.module.css +61 -0
  63. package/action-button/moderncssm/utils.d.ts +5 -0
  64. package/action-button/moderncssm/utils.js +10 -0
  65. package/action-button/static.css +9 -9
  66. package/alert/Component.js +1 -1
  67. package/alert/esm/Component.js +1 -1
  68. package/alert/esm/index.css +3 -3
  69. package/alert/index.css +3 -3
  70. package/alert/modern/Component.js +1 -1
  71. package/alert/modern/index.css +3 -3
  72. package/alert/moderncssm/Component.d.ts +5 -0
  73. package/alert/moderncssm/Component.js +8 -0
  74. package/alert/moderncssm/index.d.ts +1 -0
  75. package/alert/moderncssm/index.js +5 -0
  76. package/alert/moderncssm/index.module.css +11 -0
  77. package/amount/component.js +1 -1
  78. package/amount/esm/component.js +1 -1
  79. package/amount/esm/index.css +7 -7
  80. package/amount/esm/pure/component.js +1 -1
  81. package/amount/esm/pure/index.css +1 -1
  82. package/amount/index.css +7 -7
  83. package/amount/modern/component.js +1 -1
  84. package/amount/modern/index.css +7 -7
  85. package/amount/modern/pure/component.js +1 -1
  86. package/amount/modern/pure/index.css +1 -1
  87. package/amount/moderncssm/component.d.ts +9 -0
  88. package/amount/moderncssm/component.js +38 -0
  89. package/amount/moderncssm/index.d.ts +8 -0
  90. package/amount/moderncssm/index.js +13 -0
  91. package/amount/moderncssm/index.module.css +37 -0
  92. package/amount/moderncssm/pure/component.d.ts +12 -0
  93. package/amount/moderncssm/pure/component.js +28 -0
  94. package/amount/moderncssm/pure/index.d.ts +1 -0
  95. package/amount/moderncssm/pure/index.js +5 -0
  96. package/amount/moderncssm/pure/index.module.css +3 -0
  97. package/amount/moderncssm/types/amount-props.d.ts +51 -0
  98. package/amount/moderncssm/types/amount-props.js +1 -0
  99. package/amount/moderncssm/types/index.d.ts +2 -0
  100. package/amount/moderncssm/types/index.js +1 -0
  101. package/amount/moderncssm/utils/logWarning.d.ts +3 -0
  102. package/amount/moderncssm/utils/logWarning.js +11 -0
  103. package/amount/pure/component.js +1 -1
  104. package/amount/pure/index.css +1 -1
  105. package/amount-input/Component.js +3 -3
  106. package/amount-input/default.css +4 -4
  107. package/amount-input/esm/Component.js +3 -3
  108. package/amount-input/esm/default.css +4 -4
  109. package/amount-input/esm/index.css +7 -7
  110. package/amount-input/esm/inverted.css +4 -4
  111. package/amount-input/index.css +7 -7
  112. package/amount-input/inverted.css +4 -4
  113. package/amount-input/modern/Component.js +3 -3
  114. package/amount-input/modern/default.css +4 -4
  115. package/amount-input/modern/index.css +7 -7
  116. package/amount-input/modern/inverted.css +4 -4
  117. package/amount-input/moderncssm/Component.d.ts +138 -0
  118. package/amount-input/moderncssm/Component.js +172 -0
  119. package/amount-input/moderncssm/default.module.css +15 -0
  120. package/amount-input/moderncssm/index.d.ts +1 -0
  121. package/amount-input/moderncssm/index.js +10 -0
  122. package/amount-input/moderncssm/index.module.css +34 -0
  123. package/amount-input/moderncssm/inverted.module.css +17 -0
  124. package/amount-input/moderncssm/utils/index.d.ts +18 -0
  125. package/amount-input/moderncssm/utils/index.js +59 -0
  126. package/attach/Component.js +1 -1
  127. package/attach/cssm/index.module.css +6 -3
  128. package/attach/esm/Component.js +1 -1
  129. package/attach/esm/index.css +24 -21
  130. package/attach/index.css +24 -21
  131. package/attach/modern/Component.js +1 -1
  132. package/attach/modern/index.css +24 -21
  133. package/attach/moderncssm/Component.d.ts +141 -0
  134. package/attach/moderncssm/Component.js +98 -0
  135. package/attach/moderncssm/index.d.ts +1 -0
  136. package/attach/moderncssm/index.js +12 -0
  137. package/attach/moderncssm/index.module.css +91 -0
  138. package/attach/moderncssm/utils/index.d.ts +2 -0
  139. package/attach/moderncssm/utils/index.js +9 -0
  140. package/backdrop/Component.d.ts +7 -0
  141. package/backdrop/Component.js +6 -3
  142. package/backdrop/cssm/Component.d.ts +7 -0
  143. package/backdrop/cssm/Component.js +5 -2
  144. package/backdrop/cssm/index.module.css +2 -0
  145. package/backdrop/esm/Component.d.ts +7 -0
  146. package/backdrop/esm/Component.js +6 -3
  147. package/backdrop/esm/index.css +13 -11
  148. package/backdrop/index.css +13 -11
  149. package/backdrop/modern/Component.d.ts +7 -0
  150. package/backdrop/modern/Component.js +5 -3
  151. package/backdrop/modern/index.css +13 -11
  152. package/backdrop/moderncssm/Component.d.ts +47 -0
  153. package/backdrop/moderncssm/Component.js +14 -0
  154. package/backdrop/moderncssm/index.d.ts +1 -0
  155. package/backdrop/moderncssm/index.js +5 -0
  156. package/backdrop/moderncssm/index.module.css +36 -0
  157. package/backdrop/moderncssm/vars.css +2 -0
  158. package/badge/Component.js +1 -1
  159. package/badge/cssm/index.module.css +13 -8
  160. package/badge/esm/Component.js +1 -1
  161. package/badge/esm/index.css +61 -56
  162. package/badge/index.css +61 -56
  163. package/badge/modern/Component.js +1 -1
  164. package/badge/modern/index.css +61 -56
  165. package/badge/moderncssm/Component.d.ts +57 -0
  166. package/badge/moderncssm/Component.js +43 -0
  167. package/badge/moderncssm/index.d.ts +1 -0
  168. package/badge/moderncssm/index.js +4 -0
  169. package/badge/moderncssm/index.module.css +263 -0
  170. package/bank-card/Component.js +1 -1
  171. package/bank-card/cssm/index.module.css +8 -5
  172. package/bank-card/esm/Component.js +1 -1
  173. package/bank-card/esm/index.css +28 -25
  174. package/bank-card/index.css +28 -25
  175. package/bank-card/modern/Component.js +1 -1
  176. package/bank-card/modern/index.css +28 -25
  177. package/bank-card/moderncssm/Component.d.ts +47 -0
  178. package/bank-card/moderncssm/Component.js +68 -0
  179. package/bank-card/moderncssm/enums.d.ts +6 -0
  180. package/bank-card/moderncssm/enums.js +8 -0
  181. package/bank-card/moderncssm/helpers/getDefaultInputLabel.d.ts +3 -0
  182. package/bank-card/moderncssm/helpers/getDefaultInputLabel.js +15 -0
  183. package/bank-card/moderncssm/index.d.ts +1 -0
  184. package/bank-card/moderncssm/index.js +13 -0
  185. package/bank-card/moderncssm/index.module.css +147 -0
  186. package/bank-card/moderncssm/types.d.ts +2 -0
  187. package/bank-card/moderncssm/types.js +1 -0
  188. package/bank-card/moderncssm/utils.d.ts +8 -0
  189. package/bank-card/moderncssm/utils.js +25 -0
  190. package/base-modal/Component.js +1 -1
  191. package/base-modal/esm/Component.js +1 -1
  192. package/base-modal/esm/index.css +13 -13
  193. package/base-modal/index.css +13 -13
  194. package/base-modal/modern/Component.js +1 -1
  195. package/base-modal/modern/index.css +13 -13
  196. package/base-modal/moderncssm/Component.d.ts +159 -0
  197. package/base-modal/moderncssm/Component.js +265 -0
  198. package/base-modal/moderncssm/helpers/lockScroll.d.ts +4 -0
  199. package/base-modal/moderncssm/helpers/lockScroll.js +18 -0
  200. package/base-modal/moderncssm/index.d.ts +3 -0
  201. package/base-modal/moderncssm/index.js +17 -0
  202. package/base-modal/moderncssm/index.module.css +71 -0
  203. package/base-modal/moderncssm/matches-polyfill.d.ts +1 -0
  204. package/base-modal/moderncssm/matches-polyfill.js +18 -0
  205. package/base-modal/moderncssm/utils.d.ts +6 -0
  206. package/base-modal/moderncssm/utils.js +87 -0
  207. package/bottom-sheet/component.js +1 -1
  208. package/bottom-sheet/components/footer/Component.js +1 -1
  209. package/bottom-sheet/components/footer/index.css +28 -27
  210. package/bottom-sheet/components/header/Component.js +1 -1
  211. package/bottom-sheet/components/header/index.css +18 -15
  212. package/bottom-sheet/cssm/components/footer/index.module.css +2 -1
  213. package/bottom-sheet/cssm/components/header/index.module.css +5 -2
  214. package/bottom-sheet/cssm/index.module.css +6 -4
  215. package/bottom-sheet/esm/component.js +1 -1
  216. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  217. package/bottom-sheet/esm/components/footer/index.css +28 -27
  218. package/bottom-sheet/esm/components/header/Component.js +1 -1
  219. package/bottom-sheet/esm/components/header/index.css +18 -15
  220. package/bottom-sheet/esm/index.css +51 -49
  221. package/bottom-sheet/index.css +51 -49
  222. package/bottom-sheet/modern/component.js +1 -1
  223. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  224. package/bottom-sheet/modern/components/footer/index.css +28 -27
  225. package/bottom-sheet/modern/components/header/Component.js +1 -1
  226. package/bottom-sheet/modern/components/header/index.css +18 -15
  227. package/bottom-sheet/modern/index.css +51 -49
  228. package/bottom-sheet/moderncssm/component.d.ts +5 -0
  229. package/bottom-sheet/moderncssm/component.js +418 -0
  230. package/bottom-sheet/moderncssm/components/footer/Component.d.ts +21 -0
  231. package/bottom-sheet/moderncssm/components/footer/Component.js +17 -0
  232. package/bottom-sheet/moderncssm/components/footer/index.module.css +88 -0
  233. package/bottom-sheet/moderncssm/components/header/Component.d.ts +8 -0
  234. package/bottom-sheet/moderncssm/components/header/Component.js +23 -0
  235. package/bottom-sheet/moderncssm/components/header/index.module.css +63 -0
  236. package/bottom-sheet/moderncssm/components/swipeable-backdrop/Component.d.ts +19 -0
  237. package/bottom-sheet/moderncssm/components/swipeable-backdrop/Component.js +12 -0
  238. package/bottom-sheet/moderncssm/consts/swipeConsts.d.ts +2 -0
  239. package/bottom-sheet/moderncssm/consts/swipeConsts.js +5 -0
  240. package/bottom-sheet/moderncssm/enums/swipeEnums.d.ts +7 -0
  241. package/bottom-sheet/moderncssm/enums/swipeEnums.js +9 -0
  242. package/bottom-sheet/moderncssm/hooks/index.d.ts +1 -0
  243. package/bottom-sheet/moderncssm/hooks/index.js +3 -0
  244. package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.d.ts +3 -0
  245. package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.js +27 -0
  246. package/bottom-sheet/moderncssm/index.d.ts +3 -0
  247. package/bottom-sheet/moderncssm/index.js +20 -0
  248. package/bottom-sheet/moderncssm/index.module.css +185 -0
  249. package/bottom-sheet/moderncssm/shared/index.d.ts +1 -0
  250. package/bottom-sheet/moderncssm/shared/index.js +2 -0
  251. package/bottom-sheet/moderncssm/types/swipeTypes.d.ts +9 -0
  252. package/bottom-sheet/moderncssm/types/swipeTypes.js +1 -0
  253. package/bottom-sheet/moderncssm/types.d.ts +289 -0
  254. package/bottom-sheet/moderncssm/types.js +1 -0
  255. package/bottom-sheet/moderncssm/utils.d.ts +17 -0
  256. package/bottom-sheet/moderncssm/utils.js +35 -0
  257. package/bottom-sheet/moderncssm/vars.css +8 -0
  258. package/button/components/base-button/Component.js +3 -3
  259. package/button/components/base-button/default.css +50 -50
  260. package/button/components/base-button/index.css +68 -66
  261. package/button/components/base-button/inverted.css +50 -50
  262. package/button/cssm/components/base-button/index.module.css +6 -4
  263. package/button/desktop/Component.desktop.js +3 -3
  264. package/button/desktop/default.desktop.css +19 -19
  265. package/button/desktop/desktop.css +7 -7
  266. package/button/desktop/inverted.desktop.css +19 -19
  267. package/button/esm/components/base-button/Component.js +3 -3
  268. package/button/esm/components/base-button/default.css +50 -50
  269. package/button/esm/components/base-button/index.css +68 -66
  270. package/button/esm/components/base-button/inverted.css +50 -50
  271. package/button/esm/desktop/Component.desktop.js +3 -3
  272. package/button/esm/desktop/default.desktop.css +19 -19
  273. package/button/esm/desktop/desktop.css +7 -7
  274. package/button/esm/desktop/inverted.desktop.css +19 -19
  275. package/button/esm/mobile/Component.mobile.js +3 -3
  276. package/button/esm/mobile/default.mobile.css +18 -18
  277. package/button/esm/mobile/inverted.mobile.css +18 -18
  278. package/button/esm/mobile/mobile.css +7 -7
  279. package/button/mobile/Component.mobile.js +3 -3
  280. package/button/mobile/default.mobile.css +18 -18
  281. package/button/mobile/inverted.mobile.css +18 -18
  282. package/button/mobile/mobile.css +7 -7
  283. package/button/modern/components/base-button/Component.js +3 -3
  284. package/button/modern/components/base-button/default.css +50 -50
  285. package/button/modern/components/base-button/index.css +68 -66
  286. package/button/modern/components/base-button/inverted.css +50 -50
  287. package/button/modern/desktop/Component.desktop.js +3 -3
  288. package/button/modern/desktop/default.desktop.css +19 -19
  289. package/button/modern/desktop/desktop.css +7 -7
  290. package/button/modern/desktop/inverted.desktop.css +19 -19
  291. package/button/modern/mobile/Component.mobile.js +3 -3
  292. package/button/modern/mobile/default.mobile.css +18 -18
  293. package/button/modern/mobile/inverted.mobile.css +18 -18
  294. package/button/modern/mobile/mobile.css +7 -7
  295. package/button/moderncssm/Component.responsive.d.ts +5 -0
  296. package/button/moderncssm/Component.responsive.js +29 -0
  297. package/button/moderncssm/components/base-button/Component.d.ts +10 -0
  298. package/button/moderncssm/components/base-button/Component.js +115 -0
  299. package/button/moderncssm/components/base-button/default.module.css +357 -0
  300. package/button/moderncssm/components/base-button/index.d.ts +1 -0
  301. package/button/moderncssm/components/base-button/index.js +10 -0
  302. package/button/moderncssm/components/base-button/index.module.css +319 -0
  303. package/button/moderncssm/components/base-button/inverted.module.css +374 -0
  304. package/button/moderncssm/desktop/Component.desktop.d.ts +5 -0
  305. package/button/moderncssm/desktop/Component.desktop.js +21 -0
  306. package/button/moderncssm/desktop/default.desktop.module.css +184 -0
  307. package/button/moderncssm/desktop/desktop.module.css +113 -0
  308. package/button/moderncssm/desktop/index.d.ts +2 -0
  309. package/button/moderncssm/desktop/index.js +14 -0
  310. package/button/moderncssm/desktop/inverted.desktop.module.css +196 -0
  311. package/button/moderncssm/index.d.ts +2 -0
  312. package/button/moderncssm/index.js +20 -0
  313. package/button/moderncssm/mobile/Component.mobile.d.ts +5 -0
  314. package/button/moderncssm/mobile/Component.mobile.js +21 -0
  315. package/button/moderncssm/mobile/default.mobile.module.css +179 -0
  316. package/button/moderncssm/mobile/index.d.ts +2 -0
  317. package/button/moderncssm/mobile/index.js +14 -0
  318. package/button/moderncssm/mobile/inverted.mobile.module.css +195 -0
  319. package/button/moderncssm/mobile/mobile.module.css +113 -0
  320. package/button/moderncssm/shared/index.d.ts +1 -0
  321. package/button/moderncssm/shared/index.js +2 -0
  322. package/button/moderncssm/typings.d.ts +118 -0
  323. package/button/moderncssm/typings.js +1 -0
  324. package/button/moderncssm/utils.d.ts +5 -0
  325. package/button/moderncssm/utils.js +10 -0
  326. package/button/moderncssm/vars.css +83 -0
  327. package/calendar/components/calendar-mobile/Component.js +3 -3
  328. package/calendar/components/calendar-mobile/backdrop-transitions.css +10 -10
  329. package/calendar/components/calendar-mobile/index.css +28 -25
  330. package/calendar/components/calendar-mobile/transitions.css +8 -8
  331. package/calendar/components/days-table/Component.js +1 -1
  332. package/calendar/components/days-table/index.css +72 -70
  333. package/calendar/components/header/Component.js +1 -1
  334. package/calendar/components/header/index.css +6 -4
  335. package/calendar/components/month-year-header/Component.js +1 -1
  336. package/calendar/components/month-year-header/index.css +13 -12
  337. package/calendar/components/months-table/Component.js +1 -1
  338. package/calendar/components/months-table/index.css +22 -20
  339. package/calendar/components/period-slider/Component.js +1 -1
  340. package/calendar/components/period-slider/index.css +13 -12
  341. package/calendar/components/select-button/Component.js +1 -1
  342. package/calendar/components/select-button/index.css +12 -11
  343. package/calendar/components/years-table/Component.js +1 -1
  344. package/calendar/components/years-table/index.css +24 -22
  345. package/calendar/cssm/components/calendar-mobile/index.module.css +7 -4
  346. package/calendar/cssm/components/days-table/index.module.css +4 -2
  347. package/calendar/cssm/components/header/index.module.css +3 -1
  348. package/calendar/cssm/components/month-year-header/index.module.css +3 -2
  349. package/calendar/cssm/components/months-table/index.module.css +9 -7
  350. package/calendar/cssm/components/period-slider/index.module.css +2 -1
  351. package/calendar/cssm/components/select-button/index.module.css +2 -1
  352. package/calendar/cssm/components/years-table/index.module.css +9 -7
  353. package/calendar/cssm/desktop/desktop.module.css +4 -2
  354. package/calendar/desktop/Component.desktop.js +1 -1
  355. package/calendar/desktop/desktop.css +33 -31
  356. package/calendar/esm/components/calendar-mobile/Component.js +3 -3
  357. package/calendar/esm/components/calendar-mobile/backdrop-transitions.css +10 -10
  358. package/calendar/esm/components/calendar-mobile/index.css +28 -25
  359. package/calendar/esm/components/calendar-mobile/transitions.css +8 -8
  360. package/calendar/esm/components/days-table/Component.js +1 -1
  361. package/calendar/esm/components/days-table/index.css +72 -70
  362. package/calendar/esm/components/header/Component.js +1 -1
  363. package/calendar/esm/components/header/index.css +6 -4
  364. package/calendar/esm/components/month-year-header/Component.js +1 -1
  365. package/calendar/esm/components/month-year-header/index.css +13 -12
  366. package/calendar/esm/components/months-table/Component.js +1 -1
  367. package/calendar/esm/components/months-table/index.css +22 -20
  368. package/calendar/esm/components/period-slider/Component.js +1 -1
  369. package/calendar/esm/components/period-slider/index.css +13 -12
  370. package/calendar/esm/components/select-button/Component.js +1 -1
  371. package/calendar/esm/components/select-button/index.css +12 -11
  372. package/calendar/esm/components/years-table/Component.js +1 -1
  373. package/calendar/esm/components/years-table/index.css +24 -22
  374. package/calendar/esm/desktop/Component.desktop.js +1 -1
  375. package/calendar/esm/desktop/desktop.css +33 -31
  376. package/calendar/modern/components/calendar-mobile/Component.js +3 -3
  377. package/calendar/modern/components/calendar-mobile/backdrop-transitions.css +10 -10
  378. package/calendar/modern/components/calendar-mobile/index.css +28 -25
  379. package/calendar/modern/components/calendar-mobile/transitions.css +8 -8
  380. package/calendar/modern/components/days-table/Component.js +1 -1
  381. package/calendar/modern/components/days-table/index.css +72 -70
  382. package/calendar/modern/components/header/Component.js +1 -1
  383. package/calendar/modern/components/header/index.css +6 -4
  384. package/calendar/modern/components/month-year-header/Component.js +1 -1
  385. package/calendar/modern/components/month-year-header/index.css +13 -12
  386. package/calendar/modern/components/months-table/Component.js +1 -1
  387. package/calendar/modern/components/months-table/index.css +22 -20
  388. package/calendar/modern/components/period-slider/Component.js +1 -1
  389. package/calendar/modern/components/period-slider/index.css +13 -12
  390. package/calendar/modern/components/select-button/Component.js +1 -1
  391. package/calendar/modern/components/select-button/index.css +12 -11
  392. package/calendar/modern/components/years-table/Component.js +1 -1
  393. package/calendar/modern/components/years-table/index.css +24 -22
  394. package/calendar/modern/desktop/Component.desktop.js +1 -1
  395. package/calendar/modern/desktop/desktop.css +33 -31
  396. package/calendar/moderncssm/Component.responsive.d.ts +39 -0
  397. package/calendar/moderncssm/Component.responsive.js +91 -0
  398. package/calendar/moderncssm/components/calendar-mobile/Component.d.ts +29 -0
  399. package/calendar/moderncssm/components/calendar-mobile/Component.js +288 -0
  400. package/calendar/moderncssm/components/calendar-mobile/backdrop-transitions.module.css +25 -0
  401. package/calendar/moderncssm/components/calendar-mobile/index.d.ts +2 -0
  402. package/calendar/moderncssm/components/calendar-mobile/index.js +82 -0
  403. package/calendar/moderncssm/components/calendar-mobile/index.module.css +126 -0
  404. package/calendar/moderncssm/components/calendar-mobile/transitions.module.css +23 -0
  405. package/calendar/moderncssm/components/calendar-mobile/typings.d.ts +50 -0
  406. package/calendar/moderncssm/components/calendar-mobile/typings.js +1 -0
  407. package/calendar/moderncssm/components/days-table/Component.d.ts +59 -0
  408. package/calendar/moderncssm/components/days-table/Component.js +132 -0
  409. package/calendar/moderncssm/components/days-table/index.d.ts +1 -0
  410. package/calendar/moderncssm/components/days-table/index.js +35 -0
  411. package/calendar/moderncssm/components/days-table/index.module.css +321 -0
  412. package/calendar/moderncssm/components/header/Component.d.ts +22 -0
  413. package/calendar/moderncssm/components/header/Component.js +10 -0
  414. package/calendar/moderncssm/components/header/index.d.ts +1 -0
  415. package/calendar/moderncssm/components/header/index.js +4 -0
  416. package/calendar/moderncssm/components/header/index.module.css +34 -0
  417. package/calendar/moderncssm/components/month-year-header/Component.d.ts +25 -0
  418. package/calendar/moderncssm/components/month-year-header/Component.js +47 -0
  419. package/calendar/moderncssm/components/month-year-header/index.d.ts +1 -0
  420. package/calendar/moderncssm/components/month-year-header/index.js +32 -0
  421. package/calendar/moderncssm/components/month-year-header/index.module.css +64 -0
  422. package/calendar/moderncssm/components/months-table/Component.d.ts +22 -0
  423. package/calendar/moderncssm/components/months-table/Component.js +45 -0
  424. package/calendar/moderncssm/components/months-table/index.d.ts +1 -0
  425. package/calendar/moderncssm/components/months-table/index.js +33 -0
  426. package/calendar/moderncssm/components/months-table/index.module.css +84 -0
  427. package/calendar/moderncssm/components/period-slider/Component.d.ts +81 -0
  428. package/calendar/moderncssm/components/period-slider/Component.js +114 -0
  429. package/calendar/moderncssm/components/period-slider/index.d.ts +2 -0
  430. package/calendar/moderncssm/components/period-slider/index.js +43 -0
  431. package/calendar/moderncssm/components/period-slider/index.module.css +71 -0
  432. package/calendar/moderncssm/components/period-slider/utils.d.ts +8 -0
  433. package/calendar/moderncssm/components/period-slider/utils.js +109 -0
  434. package/calendar/moderncssm/components/select-button/Component.d.ts +24 -0
  435. package/calendar/moderncssm/components/select-button/Component.js +8 -0
  436. package/calendar/moderncssm/components/select-button/index.d.ts +1 -0
  437. package/calendar/moderncssm/components/select-button/index.js +5 -0
  438. package/calendar/moderncssm/components/select-button/index.module.css +62 -0
  439. package/calendar/moderncssm/components/years-table/Component.d.ts +21 -0
  440. package/calendar/moderncssm/components/years-table/Component.js +22 -0
  441. package/calendar/moderncssm/components/years-table/index.d.ts +1 -0
  442. package/calendar/moderncssm/components/years-table/index.js +9 -0
  443. package/calendar/moderncssm/components/years-table/index.module.css +90 -0
  444. package/calendar/moderncssm/desktop/Component.desktop.d.ts +132 -0
  445. package/calendar/moderncssm/desktop/Component.desktop.js +176 -0
  446. package/calendar/moderncssm/desktop/desktop.module.css +148 -0
  447. package/calendar/moderncssm/desktop/index.d.ts +2 -0
  448. package/calendar/moderncssm/desktop/index.js +73 -0
  449. package/calendar/moderncssm/index.d.ts +2 -0
  450. package/calendar/moderncssm/index.js +84 -0
  451. package/calendar/moderncssm/mobile/index.d.ts +1 -0
  452. package/calendar/moderncssm/mobile/index.js +82 -0
  453. package/calendar/moderncssm/shared/index.d.ts +4 -0
  454. package/calendar/moderncssm/shared/index.js +51 -0
  455. package/calendar/moderncssm/typings.d.ts +23 -0
  456. package/calendar/moderncssm/typings.js +1 -0
  457. package/calendar/moderncssm/useCalendar.d.ts +97 -0
  458. package/calendar/moderncssm/useCalendar.js +295 -0
  459. package/calendar/moderncssm/usePeriod.d.ts +31 -0
  460. package/calendar/moderncssm/usePeriod.js +145 -0
  461. package/calendar/moderncssm/useRange.d.ts +10 -0
  462. package/calendar/moderncssm/useRange.js +88 -0
  463. package/calendar/moderncssm/utils.d.ts +104 -0
  464. package/calendar/moderncssm/utils.js +222 -0
  465. package/calendar/moderncssm/vars.css +22 -0
  466. package/calendar-input/components/calendar-input/Component.d.ts +1 -1
  467. package/calendar-input/components/calendar-input/Component.js +1 -1
  468. package/calendar-input/components/calendar-input/index.css +13 -12
  469. package/calendar-input/cssm/components/calendar-input/index.module.css +2 -1
  470. package/calendar-input/esm/components/calendar-input/Component.js +1 -1
  471. package/calendar-input/esm/components/calendar-input/index.css +13 -12
  472. package/calendar-input/modern/components/calendar-input/Component.js +1 -1
  473. package/calendar-input/modern/components/calendar-input/index.css +13 -12
  474. package/calendar-input/moderncssm/Component.responsive.d.ts +23 -0
  475. package/calendar-input/moderncssm/Component.responsive.js +32 -0
  476. package/calendar-input/moderncssm/components/calendar-input/Component.d.ts +246 -0
  477. package/calendar-input/moderncssm/components/calendar-input/Component.js +152 -0
  478. package/calendar-input/moderncssm/components/calendar-input/index.d.ts +1 -0
  479. package/calendar-input/moderncssm/components/calendar-input/index.js +13 -0
  480. package/calendar-input/moderncssm/components/calendar-input/index.module.css +76 -0
  481. package/calendar-input/moderncssm/desktop/Component.desktop.d.ts +10 -0
  482. package/calendar-input/moderncssm/desktop/Component.desktop.js +22 -0
  483. package/calendar-input/moderncssm/desktop/index.d.ts +2 -0
  484. package/calendar-input/moderncssm/desktop/index.js +15 -0
  485. package/calendar-input/moderncssm/index.d.ts +3 -0
  486. package/calendar-input/moderncssm/index.js +19 -0
  487. package/calendar-input/moderncssm/mobile/Component.mobile.d.ts +10 -0
  488. package/calendar-input/moderncssm/mobile/Component.mobile.js +22 -0
  489. package/calendar-input/moderncssm/mobile/index.d.ts +2 -0
  490. package/calendar-input/moderncssm/mobile/index.js +15 -0
  491. package/calendar-input/moderncssm/shared/index.d.ts +1 -0
  492. package/calendar-input/moderncssm/shared/index.js +6 -0
  493. package/calendar-input/moderncssm/utils.d.ts +13 -0
  494. package/calendar-input/moderncssm/utils.js +34 -0
  495. package/calendar-range/components/divider/Component.js +1 -1
  496. package/calendar-range/components/divider/index.css +10 -9
  497. package/calendar-range/cssm/components/divider/index.module.css +2 -1
  498. package/calendar-range/cssm/views/index.module.css +3 -1
  499. package/calendar-range/esm/Component.js +1 -1
  500. package/calendar-range/esm/components/divider/Component.js +1 -1
  501. package/calendar-range/esm/components/divider/index.css +10 -9
  502. package/calendar-range/esm/index.js +1 -1
  503. package/calendar-range/esm/index.module-c4c20f61.js +4 -0
  504. package/calendar-range/esm/views/index.css +10 -8
  505. package/calendar-range/esm/views/popover.js +1 -1
  506. package/calendar-range/esm/views/static.js +1 -1
  507. package/calendar-range/index.module-818eae0d.js +4 -0
  508. package/calendar-range/modern/Component.js +1 -1
  509. package/calendar-range/modern/components/divider/Component.js +1 -1
  510. package/calendar-range/modern/components/divider/index.css +10 -9
  511. package/calendar-range/modern/index.js +1 -1
  512. package/calendar-range/modern/index.module-0f4ffc4a.js +4 -0
  513. package/calendar-range/modern/views/index.css +10 -8
  514. package/calendar-range/modern/views/popover.js +1 -1
  515. package/calendar-range/modern/views/static.js +1 -1
  516. package/calendar-range/moderncssm/Component.d.ts +90 -0
  517. package/calendar-range/moderncssm/Component.js +30 -0
  518. package/calendar-range/moderncssm/components/divider/Component.d.ts +8 -0
  519. package/calendar-range/moderncssm/components/divider/Component.js +14 -0
  520. package/calendar-range/moderncssm/components/divider/index.d.ts +1 -0
  521. package/calendar-range/moderncssm/components/divider/index.js +4 -0
  522. package/calendar-range/moderncssm/components/divider/index.module.css +55 -0
  523. package/calendar-range/moderncssm/hooks.d.ts +28 -0
  524. package/calendar-range/moderncssm/hooks.js +134 -0
  525. package/calendar-range/moderncssm/index.d.ts +1 -0
  526. package/calendar-range/moderncssm/index.js +24 -0
  527. package/calendar-range/moderncssm/utils.d.ts +2 -0
  528. package/calendar-range/moderncssm/utils.js +3 -0
  529. package/calendar-range/moderncssm/views/index.module.css +42 -0
  530. package/calendar-range/moderncssm/views/popover.d.ts +5 -0
  531. package/calendar-range/moderncssm/views/popover.js +134 -0
  532. package/calendar-range/moderncssm/views/static.d.ts +10 -0
  533. package/calendar-range/moderncssm/views/static.js +179 -0
  534. package/calendar-range/views/index.css +10 -8
  535. package/calendar-range/views/popover.js +1 -1
  536. package/calendar-range/views/static.js +1 -1
  537. package/calendar-with-skeleton/Component.js +1 -1
  538. package/calendar-with-skeleton/cssm/index.module.css +5 -3
  539. package/calendar-with-skeleton/esm/Component.js +1 -1
  540. package/calendar-with-skeleton/esm/index.css +17 -15
  541. package/calendar-with-skeleton/index.css +17 -15
  542. package/calendar-with-skeleton/modern/Component.js +1 -1
  543. package/calendar-with-skeleton/modern/index.css +17 -15
  544. package/calendar-with-skeleton/moderncssm/Component.d.ts +24 -0
  545. package/calendar-with-skeleton/moderncssm/Component.js +26 -0
  546. package/calendar-with-skeleton/moderncssm/index.d.ts +1 -0
  547. package/calendar-with-skeleton/moderncssm/index.js +7 -0
  548. package/calendar-with-skeleton/moderncssm/index.module.css +70 -0
  549. package/card-image/Component.js +1 -1
  550. package/card-image/esm/Component.js +1 -1
  551. package/card-image/esm/index.css +6 -6
  552. package/card-image/index.css +6 -6
  553. package/card-image/modern/Component.js +1 -1
  554. package/card-image/modern/index.css +6 -6
  555. package/card-image/moderncssm/Component.d.ts +51 -0
  556. package/card-image/moderncssm/Component.js +39 -0
  557. package/card-image/moderncssm/index.d.ts +1 -0
  558. package/card-image/moderncssm/index.js +4 -0
  559. package/card-image/moderncssm/index.module.css +37 -0
  560. package/cdn-icon/Component.js +1 -1
  561. package/cdn-icon/esm/Component.js +1 -1
  562. package/cdn-icon/esm/index.css +3 -3
  563. package/cdn-icon/index.css +3 -3
  564. package/cdn-icon/modern/Component.js +1 -1
  565. package/cdn-icon/modern/index.css +3 -3
  566. package/cdn-icon/moderncssm/Component.d.ts +32 -0
  567. package/cdn-icon/moderncssm/Component.js +44 -0
  568. package/cdn-icon/moderncssm/index.d.ts +1 -0
  569. package/cdn-icon/moderncssm/index.js +4 -0
  570. package/cdn-icon/moderncssm/index.module.css +13 -0
  571. package/chart/Component.js +1 -1
  572. package/chart/components/Dot/index.css +8 -8
  573. package/chart/components/Dot/index.js +1 -1
  574. package/chart/components/Legends/index.css +10 -9
  575. package/chart/components/Legends/index.js +1 -1
  576. package/chart/components/Tick/index.css +4 -4
  577. package/chart/components/Tick/index.js +1 -1
  578. package/chart/components/TooltipContent/index.css +10 -8
  579. package/chart/components/TooltipContent/index.js +1 -1
  580. package/chart/cssm/components/Legends/index.module.css +2 -1
  581. package/chart/cssm/components/TooltipContent/index.module.css +3 -1
  582. package/chart/esm/Component.js +1 -1
  583. package/chart/esm/components/Dot/index.css +8 -8
  584. package/chart/esm/components/Dot/index.js +1 -1
  585. package/chart/esm/components/Legends/index.css +10 -9
  586. package/chart/esm/components/Legends/index.js +1 -1
  587. package/chart/esm/components/Tick/index.css +4 -4
  588. package/chart/esm/components/Tick/index.js +1 -1
  589. package/chart/esm/components/TooltipContent/index.css +10 -8
  590. package/chart/esm/components/TooltipContent/index.js +1 -1
  591. package/chart/esm/index.css +5 -5
  592. package/chart/index.css +5 -5
  593. package/chart/modern/Component.js +1 -1
  594. package/chart/modern/components/Dot/index.css +8 -8
  595. package/chart/modern/components/Dot/index.js +1 -1
  596. package/chart/modern/components/Legends/index.css +10 -9
  597. package/chart/modern/components/Legends/index.js +1 -1
  598. package/chart/modern/components/Tick/index.css +4 -4
  599. package/chart/modern/components/Tick/index.js +1 -1
  600. package/chart/modern/components/TooltipContent/index.css +10 -8
  601. package/chart/modern/components/TooltipContent/index.js +1 -1
  602. package/chart/modern/index.css +5 -5
  603. package/chart/moderncssm/Component.d.ts +8 -0
  604. package/chart/moderncssm/Component.js +268 -0
  605. package/chart/moderncssm/components/CustomizedLabel.d.ts +4 -0
  606. package/chart/moderncssm/components/CustomizedLabel.js +12 -0
  607. package/chart/moderncssm/components/Dot/index.d.ts +5 -0
  608. package/chart/moderncssm/components/Dot/index.js +43 -0
  609. package/chart/moderncssm/components/Dot/index.module.css +22 -0
  610. package/chart/moderncssm/components/Legends/index.d.ts +14 -0
  611. package/chart/moderncssm/components/Legends/index.js +36 -0
  612. package/chart/moderncssm/components/Legends/index.module.css +36 -0
  613. package/chart/moderncssm/components/LinearGradient.d.ts +5 -0
  614. package/chart/moderncssm/components/LinearGradient.js +5 -0
  615. package/chart/moderncssm/components/RectBar.d.ts +3 -0
  616. package/chart/moderncssm/components/RectBar.js +28 -0
  617. package/chart/moderncssm/components/Tick/index.d.ts +5 -0
  618. package/chart/moderncssm/components/Tick/index.js +16 -0
  619. package/chart/moderncssm/components/Tick/index.module.css +18 -0
  620. package/chart/moderncssm/components/TooltipContent/index.d.ts +11 -0
  621. package/chart/moderncssm/components/TooltipContent/index.js +26 -0
  622. package/chart/moderncssm/components/TooltipContent/index.module.css +51 -0
  623. package/chart/moderncssm/hooks/usePathBar/index.d.ts +14 -0
  624. package/chart/moderncssm/hooks/usePathBar/index.js +37 -0
  625. package/chart/moderncssm/hooks/usePathBar/utils/getRadius.d.ts +2 -0
  626. package/chart/moderncssm/hooks/usePathBar/utils/getRadius.js +6 -0
  627. package/chart/moderncssm/hooks/useSettings/index.d.ts +19 -0
  628. package/chart/moderncssm/hooks/useSettings/index.js +43 -0
  629. package/chart/moderncssm/hooks/useSettings/utils/setComposedChartsMargin.d.ts +12 -0
  630. package/chart/moderncssm/hooks/useSettings/utils/setComposedChartsMargin.js +12 -0
  631. package/chart/moderncssm/hooks/useSettings/utils/setDatas.d.ts +5 -0
  632. package/chart/moderncssm/hooks/useSettings/utils/setDatas.js +32 -0
  633. package/chart/moderncssm/hooks/useSettings/utils/setGradientCharts.d.ts +3 -0
  634. package/chart/moderncssm/hooks/useSettings/utils/setGradientCharts.js +35 -0
  635. package/chart/moderncssm/hooks/useSettings/utils/setLegendMargin.d.ts +4 -0
  636. package/chart/moderncssm/hooks/useSettings/utils/setLegendMargin.js +14 -0
  637. package/chart/moderncssm/hooks/useSettings/utils/sortByIndex.d.ts +3 -0
  638. package/chart/moderncssm/hooks/useSettings/utils/sortByIndex.js +8 -0
  639. package/chart/moderncssm/icons/Circle.d.ts +8 -0
  640. package/chart/moderncssm/icons/Circle.js +6 -0
  641. package/chart/moderncssm/icons/CircleLine.d.ts +8 -0
  642. package/chart/moderncssm/icons/CircleLine.js +7 -0
  643. package/chart/moderncssm/icons/FilledCircle.d.ts +8 -0
  644. package/chart/moderncssm/icons/FilledCircle.js +10 -0
  645. package/chart/moderncssm/icons/Point.d.ts +8 -0
  646. package/chart/moderncssm/icons/Point.js +7 -0
  647. package/chart/moderncssm/icons/StrokeCircle.d.ts +8 -0
  648. package/chart/moderncssm/icons/StrokeCircle.js +6 -0
  649. package/chart/moderncssm/index.d.ts +2 -0
  650. package/chart/moderncssm/index.js +30 -0
  651. package/chart/moderncssm/index.module.css +19 -0
  652. package/chart/moderncssm/types/brush.types.d.ts +41 -0
  653. package/chart/moderncssm/types/brush.types.js +1 -0
  654. package/chart/moderncssm/types/cartesianGrid.types.d.ts +23 -0
  655. package/chart/moderncssm/types/cartesianGrid.types.js +1 -0
  656. package/chart/moderncssm/types/chart.types.d.ts +61 -0
  657. package/chart/moderncssm/types/chart.types.js +1 -0
  658. package/chart/moderncssm/types/composedChart.types.d.ts +33 -0
  659. package/chart/moderncssm/types/composedChart.types.js +1 -0
  660. package/chart/moderncssm/types/index.d.ts +14 -0
  661. package/chart/moderncssm/types/index.js +1 -0
  662. package/chart/moderncssm/types/labelList.types.d.ts +5 -0
  663. package/chart/moderncssm/types/labelList.types.js +1 -0
  664. package/chart/moderncssm/types/legend.types.d.ts +30 -0
  665. package/chart/moderncssm/types/legend.types.js +1 -0
  666. package/chart/moderncssm/types/options.types.d.ts +59 -0
  667. package/chart/moderncssm/types/options.types.js +1 -0
  668. package/chart/moderncssm/types/payload.types.d.ts +29 -0
  669. package/chart/moderncssm/types/payload.types.js +1 -0
  670. package/chart/moderncssm/types/responsiveContainer.types.d.ts +10 -0
  671. package/chart/moderncssm/types/responsiveContainer.types.js +1 -0
  672. package/chart/moderncssm/types/seria.types.d.ts +72 -0
  673. package/chart/moderncssm/types/seria.types.js +1 -0
  674. package/chart/moderncssm/types/tooltip.types.d.ts +70 -0
  675. package/chart/moderncssm/types/tooltip.types.js +1 -0
  676. package/chart/moderncssm/types/utils/axis.types.d.ts +68 -0
  677. package/chart/moderncssm/types/utils/axis.types.js +1 -0
  678. package/chart/moderncssm/types/utils/coordinates.types.d.ts +11 -0
  679. package/chart/moderncssm/types/utils/coordinates.types.js +1 -0
  680. package/chart/moderncssm/types/utils/data.types.d.ts +17 -0
  681. package/chart/moderncssm/types/utils/data.types.js +1 -0
  682. package/chart/moderncssm/types/utils/dot.types.d.ts +73 -0
  683. package/chart/moderncssm/types/utils/dot.types.js +1 -0
  684. package/chart/moderncssm/types/utils/gradient.types.d.ts +29 -0
  685. package/chart/moderncssm/types/utils/gradient.types.js +1 -0
  686. package/chart/moderncssm/types/utils/index.d.ts +7 -0
  687. package/chart/moderncssm/types/utils/index.js +1 -0
  688. package/chart/moderncssm/types/utils/tick.types.d.ts +19 -0
  689. package/chart/moderncssm/types/utils/tick.types.js +1 -0
  690. package/chart/moderncssm/types/xAxis.types.d.ts +16 -0
  691. package/chart/moderncssm/types/xAxis.types.js +1 -0
  692. package/chart/moderncssm/types/yAxis.types.d.ts +8 -0
  693. package/chart/moderncssm/types/yAxis.types.js +1 -0
  694. package/checkbox/Component.js +1 -1
  695. package/checkbox/cssm/index.module.css +10 -5
  696. package/checkbox/esm/Component.js +1 -1
  697. package/checkbox/esm/index.css +45 -40
  698. package/checkbox/index.css +45 -40
  699. package/checkbox/modern/Component.js +1 -1
  700. package/checkbox/modern/index.css +45 -40
  701. package/checkbox/moderncssm/Component.d.ts +168 -0
  702. package/checkbox/moderncssm/Component.js +53 -0
  703. package/checkbox/moderncssm/icons/icon-check-20.d.ts +4 -0
  704. package/checkbox/moderncssm/icons/icon-check-20.js +6 -0
  705. package/checkbox/moderncssm/icons/icon-check-24.d.ts +4 -0
  706. package/checkbox/moderncssm/icons/icon-check-24.js +6 -0
  707. package/checkbox/moderncssm/index.d.ts +1 -0
  708. package/checkbox/moderncssm/index.js +10 -0
  709. package/checkbox/moderncssm/index.module.css +224 -0
  710. package/checkbox/moderncssm/utils/getIcon.d.ts +4 -0
  711. package/checkbox/moderncssm/utils/getIcon.js +19 -0
  712. package/checkbox-group/components/base-checkbox-group/Component.js +1 -1
  713. package/checkbox-group/components/base-checkbox-group/index.css +32 -28
  714. package/checkbox-group/cssm/components/base-checkbox-group/index.module.css +13 -9
  715. package/checkbox-group/cssm/mobile/mobile.module.css +4 -2
  716. package/checkbox-group/desktop/Component.desktop.js +1 -1
  717. package/checkbox-group/desktop/desktop.css +4 -4
  718. package/checkbox-group/esm/components/base-checkbox-group/Component.js +1 -1
  719. package/checkbox-group/esm/components/base-checkbox-group/index.css +32 -28
  720. package/checkbox-group/esm/desktop/Component.desktop.js +1 -1
  721. package/checkbox-group/esm/desktop/desktop.css +4 -4
  722. package/checkbox-group/esm/mobile/Component.mobile.js +1 -1
  723. package/checkbox-group/esm/mobile/mobile.css +8 -6
  724. package/checkbox-group/mobile/Component.mobile.js +1 -1
  725. package/checkbox-group/mobile/mobile.css +8 -6
  726. package/checkbox-group/modern/components/base-checkbox-group/Component.js +1 -1
  727. package/checkbox-group/modern/components/base-checkbox-group/index.css +32 -28
  728. package/checkbox-group/modern/desktop/Component.desktop.js +1 -1
  729. package/checkbox-group/modern/desktop/desktop.css +4 -4
  730. package/checkbox-group/modern/mobile/Component.mobile.js +1 -1
  731. package/checkbox-group/modern/mobile/mobile.css +8 -6
  732. package/checkbox-group/moderncssm/Component.responsive.d.ts +15 -0
  733. package/checkbox-group/moderncssm/Component.responsive.js +18 -0
  734. package/checkbox-group/moderncssm/components/base-checkbox-group/Component.d.ts +64 -0
  735. package/checkbox-group/moderncssm/components/base-checkbox-group/Component.js +49 -0
  736. package/checkbox-group/moderncssm/components/base-checkbox-group/index.d.ts +1 -0
  737. package/checkbox-group/moderncssm/components/base-checkbox-group/index.js +4 -0
  738. package/checkbox-group/moderncssm/components/base-checkbox-group/index.module.css +92 -0
  739. package/checkbox-group/moderncssm/desktop/Component.desktop.d.ts +5 -0
  740. package/checkbox-group/moderncssm/desktop/Component.desktop.js +9 -0
  741. package/checkbox-group/moderncssm/desktop/desktop.module.css +25 -0
  742. package/checkbox-group/moderncssm/desktop/index.d.ts +2 -0
  743. package/checkbox-group/moderncssm/desktop/index.js +6 -0
  744. package/checkbox-group/moderncssm/index.d.ts +2 -0
  745. package/checkbox-group/moderncssm/index.js +10 -0
  746. package/checkbox-group/moderncssm/mobile/Component.mobile.d.ts +5 -0
  747. package/checkbox-group/moderncssm/mobile/Component.mobile.js +9 -0
  748. package/checkbox-group/moderncssm/mobile/index.d.ts +2 -0
  749. package/checkbox-group/moderncssm/mobile/index.js +6 -0
  750. package/checkbox-group/moderncssm/mobile/mobile.module.css +25 -0
  751. package/checkbox-group/moderncssm/vars.css +6 -0
  752. package/circular-progress-bar/Component.js +1 -1
  753. package/circular-progress-bar/esm/Component.js +1 -1
  754. package/circular-progress-bar/esm/index.css +49 -49
  755. package/circular-progress-bar/index.css +49 -49
  756. package/circular-progress-bar/modern/Component.js +1 -1
  757. package/circular-progress-bar/modern/index.css +49 -49
  758. package/circular-progress-bar/moderncssm/Component.d.ts +111 -0
  759. package/circular-progress-bar/moderncssm/Component.js +77 -0
  760. package/circular-progress-bar/moderncssm/consts.d.ts +72 -0
  761. package/circular-progress-bar/moderncssm/consts.js +73 -0
  762. package/circular-progress-bar/moderncssm/index.d.ts +1 -0
  763. package/circular-progress-bar/moderncssm/index.js +6 -0
  764. package/circular-progress-bar/moderncssm/index.module.css +239 -0
  765. package/code-input/components/base-code-input/component.js +1 -1
  766. package/code-input/components/base-code-input/index.css +8 -7
  767. package/code-input/components/input/component.js +1 -1
  768. package/code-input/components/input/index.css +14 -13
  769. package/code-input/cssm/components/base-code-input/index.module.css +2 -1
  770. package/code-input/cssm/components/input/index.module.css +2 -1
  771. package/code-input/cssm/mobile/mobile.module.css +2 -1
  772. package/code-input/desktop/Component.desktop.js +1 -1
  773. package/code-input/desktop/desktop.css +2 -2
  774. package/code-input/esm/components/base-code-input/component.js +1 -1
  775. package/code-input/esm/components/base-code-input/index.css +8 -7
  776. package/code-input/esm/components/input/component.js +1 -1
  777. package/code-input/esm/components/input/index.css +14 -13
  778. package/code-input/esm/desktop/Component.desktop.js +1 -1
  779. package/code-input/esm/desktop/desktop.css +2 -2
  780. package/code-input/esm/mobile/Component.mobile.js +1 -1
  781. package/code-input/esm/mobile/mobile.css +5 -4
  782. package/code-input/mobile/Component.mobile.js +1 -1
  783. package/code-input/mobile/mobile.css +5 -4
  784. package/code-input/modern/components/base-code-input/component.js +1 -1
  785. package/code-input/modern/components/base-code-input/index.css +8 -7
  786. package/code-input/modern/components/input/component.js +1 -1
  787. package/code-input/modern/components/input/index.css +14 -13
  788. package/code-input/modern/desktop/Component.desktop.js +1 -1
  789. package/code-input/modern/desktop/desktop.css +2 -2
  790. package/code-input/modern/mobile/Component.mobile.js +1 -1
  791. package/code-input/modern/mobile/mobile.css +5 -4
  792. package/code-input/moderncssm/Component.responsive.d.ts +26 -0
  793. package/code-input/moderncssm/Component.responsive.js +21 -0
  794. package/code-input/moderncssm/components/base-code-input/component.d.ts +5 -0
  795. package/code-input/moderncssm/components/base-code-input/component.js +192 -0
  796. package/code-input/moderncssm/components/base-code-input/index.d.ts +1 -0
  797. package/code-input/moderncssm/components/base-code-input/index.js +6 -0
  798. package/code-input/moderncssm/components/base-code-input/index.module.css +37 -0
  799. package/code-input/moderncssm/components/index.d.ts +1 -0
  800. package/code-input/moderncssm/components/index.js +4 -0
  801. package/code-input/moderncssm/components/input/component.d.ts +34 -0
  802. package/code-input/moderncssm/components/input/component.js +30 -0
  803. package/code-input/moderncssm/components/input/index.d.ts +1 -0
  804. package/code-input/moderncssm/components/input/index.js +4 -0
  805. package/code-input/moderncssm/components/input/index.module.css +82 -0
  806. package/code-input/moderncssm/desktop/Component.desktop.d.ts +6 -0
  807. package/code-input/moderncssm/desktop/Component.desktop.js +11 -0
  808. package/code-input/moderncssm/desktop/desktop.module.css +36 -0
  809. package/code-input/moderncssm/desktop/index.d.ts +2 -0
  810. package/code-input/moderncssm/desktop/index.js +8 -0
  811. package/code-input/moderncssm/index.d.ts +2 -0
  812. package/code-input/moderncssm/index.js +12 -0
  813. package/code-input/moderncssm/mobile/Component.mobile.d.ts +6 -0
  814. package/code-input/moderncssm/mobile/Component.mobile.js +11 -0
  815. package/code-input/moderncssm/mobile/index.d.ts +2 -0
  816. package/code-input/moderncssm/mobile/index.js +8 -0
  817. package/code-input/moderncssm/mobile/mobile.module.css +38 -0
  818. package/code-input/moderncssm/shared/index.d.ts +1 -0
  819. package/code-input/moderncssm/shared/index.js +1 -0
  820. package/code-input/moderncssm/typings.d.ts +70 -0
  821. package/code-input/moderncssm/typings.js +1 -0
  822. package/code-input/moderncssm/vars.css +29 -0
  823. package/collapse/Component.js +1 -1
  824. package/collapse/cssm/index.module.css +2 -1
  825. package/collapse/esm/Component.js +1 -1
  826. package/collapse/esm/index.css +11 -10
  827. package/collapse/index.css +11 -10
  828. package/collapse/modern/Component.js +1 -1
  829. package/collapse/modern/index.css +11 -10
  830. package/collapse/moderncssm/Component.d.ts +54 -0
  831. package/collapse/moderncssm/Component.js +69 -0
  832. package/collapse/moderncssm/index.d.ts +1 -0
  833. package/collapse/moderncssm/index.js +9 -0
  834. package/collapse/moderncssm/index.module.css +33 -0
  835. package/comment/Component.js +1 -1
  836. package/comment/cssm/index.module.css +2 -1
  837. package/comment/esm/Component.js +1 -1
  838. package/comment/esm/index.css +6 -5
  839. package/comment/index.css +6 -5
  840. package/comment/modern/Component.js +1 -1
  841. package/comment/modern/index.css +6 -5
  842. package/comment/moderncssm/Component.d.ts +23 -0
  843. package/comment/moderncssm/Component.js +12 -0
  844. package/comment/moderncssm/index.d.ts +1 -0
  845. package/comment/moderncssm/index.js +5 -0
  846. package/comment/moderncssm/index.module.css +24 -0
  847. package/confirmation/components/base-confirmation/component.js +1 -1
  848. package/confirmation/components/base-confirmation/index.css +2 -2
  849. package/confirmation/components/countdown-loader/component.js +1 -1
  850. package/confirmation/components/countdown-loader/index.css +2 -2
  851. package/confirmation/components/header/component.js +1 -1
  852. package/confirmation/components/header/index.css +6 -5
  853. package/confirmation/components/screens/fatal-error/component.js +1 -1
  854. package/confirmation/components/screens/fatal-error/index.css +8 -7
  855. package/confirmation/components/screens/hint/component.js +1 -1
  856. package/confirmation/components/screens/hint/index.css +19 -16
  857. package/confirmation/components/screens/initial/component.js +1 -1
  858. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  859. package/confirmation/components/screens/initial/index.css +32 -26
  860. package/confirmation/components/screens/temp-block/component.js +1 -1
  861. package/confirmation/components/screens/temp-block/index.css +10 -9
  862. package/confirmation/countdown-section-17d446a6.js +47 -0
  863. package/confirmation/cssm/components/header/index.module.css +2 -1
  864. package/confirmation/cssm/components/screens/fatal-error/index.module.css +2 -1
  865. package/confirmation/cssm/components/screens/hint/index.module.css +7 -4
  866. package/confirmation/cssm/components/screens/initial/index.module.css +14 -8
  867. package/confirmation/cssm/components/screens/temp-block/index.module.css +3 -2
  868. package/confirmation/esm/component.responsive.js +1 -1
  869. package/confirmation/esm/components/base-confirmation/component.js +2 -2
  870. package/confirmation/esm/components/base-confirmation/index.css +2 -2
  871. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  872. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  873. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  874. package/confirmation/esm/components/header/component.js +1 -1
  875. package/confirmation/esm/components/header/index.css +6 -5
  876. package/confirmation/esm/components/index.js +1 -1
  877. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  878. package/confirmation/esm/components/screens/fatal-error/index.css +8 -7
  879. package/confirmation/esm/components/screens/hint/component.js +1 -1
  880. package/confirmation/esm/components/screens/hint/index.css +19 -16
  881. package/confirmation/esm/components/screens/index.js +1 -1
  882. package/confirmation/esm/components/screens/initial/component.js +1 -1
  883. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  884. package/confirmation/esm/components/screens/initial/index.css +32 -26
  885. package/confirmation/esm/components/screens/initial/index.js +1 -1
  886. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  887. package/confirmation/esm/components/screens/temp-block/index.css +10 -9
  888. package/confirmation/esm/countdown-section-c5b45e8c.js +41 -0
  889. package/confirmation/esm/desktop/component.desktop.js +1 -1
  890. package/confirmation/esm/desktop/index.js +1 -1
  891. package/confirmation/esm/index.js +1 -1
  892. package/confirmation/esm/mobile/component.mobile.js +2 -2
  893. package/confirmation/esm/mobile/index.js +1 -1
  894. package/confirmation/esm/mobile/mobile.css +2 -2
  895. package/confirmation/esm/shared/index.js +1 -1
  896. package/confirmation/mobile/component.mobile.js +1 -1
  897. package/confirmation/mobile/mobile.css +2 -2
  898. package/confirmation/modern/component.responsive.js +1 -1
  899. package/confirmation/modern/components/base-confirmation/component.js +2 -2
  900. package/confirmation/modern/components/base-confirmation/index.css +2 -2
  901. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  902. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  903. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  904. package/confirmation/modern/components/header/component.js +1 -1
  905. package/confirmation/modern/components/header/index.css +6 -5
  906. package/confirmation/modern/components/index.js +1 -1
  907. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  908. package/confirmation/modern/components/screens/fatal-error/index.css +8 -7
  909. package/confirmation/modern/components/screens/hint/component.js +1 -1
  910. package/confirmation/modern/components/screens/hint/index.css +19 -16
  911. package/confirmation/modern/components/screens/index.js +1 -1
  912. package/confirmation/modern/components/screens/initial/component.js +1 -1
  913. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  914. package/confirmation/modern/components/screens/initial/index.css +32 -26
  915. package/confirmation/modern/components/screens/initial/index.js +1 -1
  916. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  917. package/confirmation/modern/components/screens/temp-block/index.css +10 -9
  918. package/confirmation/modern/countdown-section-b9145aea.js +36 -0
  919. package/confirmation/modern/desktop/component.desktop.js +1 -1
  920. package/confirmation/modern/desktop/index.js +1 -1
  921. package/confirmation/modern/index.js +1 -1
  922. package/confirmation/modern/mobile/component.mobile.js +2 -2
  923. package/confirmation/modern/mobile/index.js +1 -1
  924. package/confirmation/modern/mobile/mobile.css +2 -2
  925. package/confirmation/modern/shared/index.js +1 -1
  926. package/confirmation/moderncssm/component.responsive.d.ts +15 -0
  927. package/confirmation/moderncssm/component.responsive.js +39 -0
  928. package/confirmation/moderncssm/components/base-confirmation/component.d.ts +4 -0
  929. package/confirmation/moderncssm/components/base-confirmation/component.js +101 -0
  930. package/confirmation/moderncssm/components/base-confirmation/index.d.ts +1 -0
  931. package/confirmation/moderncssm/components/base-confirmation/index.js +28 -0
  932. package/confirmation/moderncssm/components/base-confirmation/index.module.css +8 -0
  933. package/confirmation/moderncssm/components/countdown-loader/component.d.ts +7 -0
  934. package/confirmation/moderncssm/components/countdown-loader/component.js +18 -0
  935. package/confirmation/moderncssm/components/countdown-loader/index.d.ts +1 -0
  936. package/confirmation/moderncssm/components/countdown-loader/index.js +3 -0
  937. package/confirmation/moderncssm/components/countdown-loader/index.module.css +7 -0
  938. package/confirmation/moderncssm/components/header/component.d.ts +13 -0
  939. package/confirmation/moderncssm/components/header/component.js +8 -0
  940. package/confirmation/moderncssm/components/header/index.d.ts +1 -0
  941. package/confirmation/moderncssm/components/header/index.js +5 -0
  942. package/confirmation/moderncssm/components/header/index.module.css +40 -0
  943. package/confirmation/moderncssm/components/index.d.ts +2 -0
  944. package/confirmation/moderncssm/components/index.js +25 -0
  945. package/confirmation/moderncssm/components/screens/fatal-error/component.d.ts +9 -0
  946. package/confirmation/moderncssm/components/screens/fatal-error/component.js +19 -0
  947. package/confirmation/moderncssm/components/screens/fatal-error/index.d.ts +1 -0
  948. package/confirmation/moderncssm/components/screens/fatal-error/index.js +10 -0
  949. package/confirmation/moderncssm/components/screens/fatal-error/index.module.css +42 -0
  950. package/confirmation/moderncssm/components/screens/hint/component.d.ts +9 -0
  951. package/confirmation/moderncssm/components/screens/hint/component.js +36 -0
  952. package/confirmation/moderncssm/components/screens/hint/index.d.ts +1 -0
  953. package/confirmation/moderncssm/components/screens/hint/index.js +11 -0
  954. package/confirmation/moderncssm/components/screens/hint/index.module.css +72 -0
  955. package/confirmation/moderncssm/components/screens/index.d.ts +4 -0
  956. package/confirmation/moderncssm/components/screens/index.js +25 -0
  957. package/confirmation/moderncssm/components/screens/initial/component.d.ts +9 -0
  958. package/confirmation/moderncssm/components/screens/initial/component.js +106 -0
  959. package/confirmation/moderncssm/components/screens/initial/countdown-section.d.ts +10 -0
  960. package/confirmation/moderncssm/components/screens/initial/countdown-section.js +34 -0
  961. package/confirmation/moderncssm/components/screens/initial/index.d.ts +1 -0
  962. package/confirmation/moderncssm/components/screens/initial/index.js +17 -0
  963. package/confirmation/moderncssm/components/screens/initial/index.module.css +97 -0
  964. package/confirmation/moderncssm/components/screens/temp-block/component.d.ts +9 -0
  965. package/confirmation/moderncssm/components/screens/temp-block/component.js +31 -0
  966. package/confirmation/moderncssm/components/screens/temp-block/index.d.ts +1 -0
  967. package/confirmation/moderncssm/components/screens/temp-block/index.js +11 -0
  968. package/confirmation/moderncssm/components/screens/temp-block/index.module.css +47 -0
  969. package/confirmation/moderncssm/context.d.ts +4 -0
  970. package/confirmation/moderncssm/context.js +26 -0
  971. package/confirmation/moderncssm/desktop/component.desktop.d.ts +5 -0
  972. package/confirmation/moderncssm/desktop/component.desktop.js +32 -0
  973. package/confirmation/moderncssm/desktop/index.d.ts +2 -0
  974. package/confirmation/moderncssm/desktop/index.js +29 -0
  975. package/confirmation/moderncssm/index.d.ts +2 -0
  976. package/confirmation/moderncssm/index.js +33 -0
  977. package/confirmation/moderncssm/mobile/component.mobile.d.ts +5 -0
  978. package/confirmation/moderncssm/mobile/component.mobile.js +33 -0
  979. package/confirmation/moderncssm/mobile/index.d.ts +2 -0
  980. package/confirmation/moderncssm/mobile/index.js +30 -0
  981. package/confirmation/moderncssm/mobile/mobile.module.css +3 -0
  982. package/confirmation/moderncssm/shared/index.d.ts +4 -0
  983. package/confirmation/moderncssm/shared/index.js +26 -0
  984. package/confirmation/moderncssm/types.d.ts +167 -0
  985. package/confirmation/moderncssm/types.js +19 -0
  986. package/confirmation/moderncssm/utils.d.ts +30 -0
  987. package/confirmation/moderncssm/utils.js +72 -0
  988. package/confirmation/moderncssm/vars.css +11 -0
  989. package/confirmation-v1/component.js +1 -1
  990. package/confirmation-v1/components/code-input/component.js +1 -1
  991. package/confirmation-v1/components/code-input/index.css +14 -12
  992. package/confirmation-v1/components/countdown/component.js +1 -1
  993. package/confirmation-v1/components/countdown/index.css +24 -20
  994. package/confirmation-v1/components/countdown-loader/component.js +1 -1
  995. package/confirmation-v1/components/countdown-loader/index.css +2 -2
  996. package/confirmation-v1/components/overlimit/component.js +1 -1
  997. package/confirmation-v1/components/overlimit/index.css +19 -14
  998. package/confirmation-v1/components/sign-confirmation/component.js +1 -1
  999. package/confirmation-v1/components/sign-confirmation/index.css +22 -18
  1000. package/confirmation-v1/cssm/components/code-input/index.module.css +4 -2
  1001. package/confirmation-v1/cssm/components/countdown/index.module.css +11 -7
  1002. package/confirmation-v1/cssm/components/overlimit/index.module.css +10 -5
  1003. package/confirmation-v1/cssm/components/sign-confirmation/index.module.css +9 -5
  1004. package/confirmation-v1/cssm/index.module.css +9 -5
  1005. package/confirmation-v1/esm/component.js +1 -1
  1006. package/confirmation-v1/esm/components/code-input/component.js +1 -1
  1007. package/confirmation-v1/esm/components/code-input/index.css +14 -12
  1008. package/confirmation-v1/esm/components/countdown/component.js +1 -1
  1009. package/confirmation-v1/esm/components/countdown/index.css +24 -20
  1010. package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
  1011. package/confirmation-v1/esm/components/countdown-loader/index.css +2 -2
  1012. package/confirmation-v1/esm/components/overlimit/component.js +1 -1
  1013. package/confirmation-v1/esm/components/overlimit/index.css +19 -14
  1014. package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
  1015. package/confirmation-v1/esm/components/sign-confirmation/index.css +22 -18
  1016. package/confirmation-v1/esm/index.css +23 -19
  1017. package/confirmation-v1/index.css +23 -19
  1018. package/confirmation-v1/modern/component.js +1 -1
  1019. package/confirmation-v1/modern/components/code-input/component.js +1 -1
  1020. package/confirmation-v1/modern/components/code-input/index.css +14 -12
  1021. package/confirmation-v1/modern/components/countdown/component.js +1 -1
  1022. package/confirmation-v1/modern/components/countdown/index.css +24 -20
  1023. package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
  1024. package/confirmation-v1/modern/components/countdown-loader/index.css +2 -2
  1025. package/confirmation-v1/modern/components/overlimit/component.js +1 -1
  1026. package/confirmation-v1/modern/components/overlimit/index.css +19 -14
  1027. package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
  1028. package/confirmation-v1/modern/components/sign-confirmation/index.css +22 -18
  1029. package/confirmation-v1/modern/index.css +23 -19
  1030. package/confirmation-v1/moderncssm/component.d.ts +168 -0
  1031. package/confirmation-v1/moderncssm/component.js +120 -0
  1032. package/confirmation-v1/moderncssm/components/code-input/component.d.ts +16 -0
  1033. package/confirmation-v1/moderncssm/components/code-input/component.js +121 -0
  1034. package/confirmation-v1/moderncssm/components/code-input/index.d.ts +1 -0
  1035. package/confirmation-v1/moderncssm/components/code-input/index.js +6 -0
  1036. package/confirmation-v1/moderncssm/components/code-input/index.module.css +82 -0
  1037. package/confirmation-v1/moderncssm/components/code-input/utils.d.ts +10 -0
  1038. package/confirmation-v1/moderncssm/components/code-input/utils.js +16 -0
  1039. package/confirmation-v1/moderncssm/components/countdown/component.d.ts +24 -0
  1040. package/confirmation-v1/moderncssm/components/countdown/component.js +101 -0
  1041. package/confirmation-v1/moderncssm/components/countdown/index.d.ts +1 -0
  1042. package/confirmation-v1/moderncssm/components/countdown/index.js +9 -0
  1043. package/confirmation-v1/moderncssm/components/countdown/index.module.css +77 -0
  1044. package/confirmation-v1/moderncssm/components/countdown-loader/component.d.ts +7 -0
  1045. package/confirmation-v1/moderncssm/components/countdown-loader/component.js +18 -0
  1046. package/confirmation-v1/moderncssm/components/countdown-loader/index.d.ts +1 -0
  1047. package/confirmation-v1/moderncssm/components/countdown-loader/index.js +3 -0
  1048. package/confirmation-v1/moderncssm/components/countdown-loader/index.module.css +7 -0
  1049. package/confirmation-v1/moderncssm/components/index.d.ts +4 -0
  1050. package/confirmation-v1/moderncssm/components/index.js +19 -0
  1051. package/confirmation-v1/moderncssm/components/overlimit/component.d.ts +12 -0
  1052. package/confirmation-v1/moderncssm/components/overlimit/component.js +64 -0
  1053. package/confirmation-v1/moderncssm/components/overlimit/index.d.ts +1 -0
  1054. package/confirmation-v1/moderncssm/components/overlimit/index.js +12 -0
  1055. package/confirmation-v1/moderncssm/components/overlimit/index.module.css +73 -0
  1056. package/confirmation-v1/moderncssm/components/sign-confirmation/component.d.ts +37 -0
  1057. package/confirmation-v1/moderncssm/components/sign-confirmation/component.js +52 -0
  1058. package/confirmation-v1/moderncssm/components/sign-confirmation/index.d.ts +1 -0
  1059. package/confirmation-v1/moderncssm/components/sign-confirmation/index.js +16 -0
  1060. package/confirmation-v1/moderncssm/components/sign-confirmation/index.module.css +97 -0
  1061. package/confirmation-v1/moderncssm/index.d.ts +4 -0
  1062. package/confirmation-v1/moderncssm/index.js +21 -0
  1063. package/confirmation-v1/moderncssm/index.module.css +97 -0
  1064. package/confirmation-v1/moderncssm/vars.css +11 -0
  1065. package/custom-button/Component.js +1 -1
  1066. package/custom-button/esm/Component.js +1 -1
  1067. package/custom-button/esm/index.css +21 -21
  1068. package/custom-button/index.css +21 -21
  1069. package/custom-button/modern/Component.js +1 -1
  1070. package/custom-button/modern/index.css +21 -21
  1071. package/custom-button/moderncssm/Component.d.ts +23 -0
  1072. package/custom-button/moderncssm/Component.js +20 -0
  1073. package/custom-button/moderncssm/index.d.ts +1 -0
  1074. package/custom-button/moderncssm/index.js +5 -0
  1075. package/custom-button/moderncssm/index.module.css +94 -0
  1076. package/custom-picker-button/cssm/field/index.module.css +2 -1
  1077. package/custom-picker-button/esm/field/Component.js +1 -1
  1078. package/custom-picker-button/esm/field/index.css +7 -6
  1079. package/custom-picker-button/field/Component.js +1 -1
  1080. package/custom-picker-button/field/index.css +7 -6
  1081. package/custom-picker-button/modern/field/Component.js +1 -1
  1082. package/custom-picker-button/modern/field/index.css +7 -6
  1083. package/custom-picker-button/moderncssm/Component.responsive.d.ts +28 -0
  1084. package/custom-picker-button/moderncssm/Component.responsive.js +20 -0
  1085. package/custom-picker-button/moderncssm/desktop/Component.desktop.d.ts +7 -0
  1086. package/custom-picker-button/moderncssm/desktop/Component.desktop.js +19 -0
  1087. package/custom-picker-button/moderncssm/desktop/index.d.ts +2 -0
  1088. package/custom-picker-button/moderncssm/desktop/index.js +8 -0
  1089. package/custom-picker-button/moderncssm/field/Component.d.ts +14 -0
  1090. package/custom-picker-button/moderncssm/field/Component.js +35 -0
  1091. package/custom-picker-button/moderncssm/field/index.d.ts +1 -0
  1092. package/custom-picker-button/moderncssm/field/index.js +6 -0
  1093. package/custom-picker-button/moderncssm/field/index.module.css +18 -0
  1094. package/custom-picker-button/moderncssm/index.d.ts +2 -0
  1095. package/custom-picker-button/moderncssm/index.js +12 -0
  1096. package/custom-picker-button/moderncssm/mobile/Component.mobile.d.ts +7 -0
  1097. package/custom-picker-button/moderncssm/mobile/Component.mobile.js +17 -0
  1098. package/custom-picker-button/moderncssm/mobile/index.d.ts +2 -0
  1099. package/custom-picker-button/moderncssm/mobile/index.js +8 -0
  1100. package/date-input/Component.js +1 -1
  1101. package/date-input/esm/Component.js +1 -1
  1102. package/date-input/esm/index.css +4 -4
  1103. package/date-input/index.css +4 -4
  1104. package/date-input/modern/Component.js +1 -1
  1105. package/date-input/modern/index.css +4 -4
  1106. package/date-input/moderncssm/Component.d.ts +49 -0
  1107. package/date-input/moderncssm/Component.js +96 -0
  1108. package/date-input/moderncssm/index.d.ts +2 -0
  1109. package/date-input/moderncssm/index.js +10 -0
  1110. package/date-input/moderncssm/index.module.css +20 -0
  1111. package/date-input/moderncssm/utils/format.d.ts +9 -0
  1112. package/date-input/moderncssm/utils/format.js +30 -0
  1113. package/date-input/moderncssm/utils/index.d.ts +2 -0
  1114. package/date-input/moderncssm/utils/index.js +5 -0
  1115. package/date-input/moderncssm/utils/native-supports.d.ts +5 -0
  1116. package/date-input/moderncssm/utils/native-supports.js +12 -0
  1117. package/date-range-input/components/date-range-input/Component.js +1 -1
  1118. package/date-range-input/components/date-range-input/index.css +9 -8
  1119. package/date-range-input/cssm/components/date-range-input/index.module.css +2 -1
  1120. package/date-range-input/esm/components/date-range-input/Component.js +1 -1
  1121. package/date-range-input/esm/components/date-range-input/index.css +9 -8
  1122. package/date-range-input/modern/components/date-range-input/Component.js +1 -1
  1123. package/date-range-input/modern/components/date-range-input/index.css +9 -8
  1124. package/date-range-input/moderncssm/Component.responsive.d.ts +17 -0
  1125. package/date-range-input/moderncssm/Component.responsive.js +34 -0
  1126. package/date-range-input/moderncssm/components/date-range-input/Component.d.ts +117 -0
  1127. package/date-range-input/moderncssm/components/date-range-input/Component.js +207 -0
  1128. package/date-range-input/moderncssm/components/date-range-input/index.d.ts +1 -0
  1129. package/date-range-input/moderncssm/components/date-range-input/index.js +14 -0
  1130. package/date-range-input/moderncssm/components/date-range-input/index.module.css +54 -0
  1131. package/date-range-input/moderncssm/desktop/Component.desktop.d.ts +10 -0
  1132. package/date-range-input/moderncssm/desktop/Component.desktop.js +24 -0
  1133. package/date-range-input/moderncssm/desktop/index.d.ts +2 -0
  1134. package/date-range-input/moderncssm/desktop/index.js +17 -0
  1135. package/date-range-input/moderncssm/index.d.ts +3 -0
  1136. package/date-range-input/moderncssm/index.js +21 -0
  1137. package/date-range-input/moderncssm/mobile/Component.mobile.d.ts +10 -0
  1138. package/date-range-input/moderncssm/mobile/Component.mobile.js +24 -0
  1139. package/date-range-input/moderncssm/mobile/index.d.ts +2 -0
  1140. package/date-range-input/moderncssm/mobile/index.js +17 -0
  1141. package/date-range-input/moderncssm/utils/format.d.ts +8 -0
  1142. package/date-range-input/moderncssm/utils/format.js +81 -0
  1143. package/date-range-input/moderncssm/utils/index.d.ts +1 -0
  1144. package/date-range-input/moderncssm/utils/index.js +3 -0
  1145. package/date-time-input/components/date-time-input/Component.js +1 -1
  1146. package/date-time-input/components/date-time-input/index.css +9 -8
  1147. package/date-time-input/cssm/components/date-time-input/index.module.css +2 -1
  1148. package/date-time-input/esm/components/date-time-input/Component.js +1 -1
  1149. package/date-time-input/esm/components/date-time-input/index.css +9 -8
  1150. package/date-time-input/modern/components/date-time-input/Component.js +1 -1
  1151. package/date-time-input/modern/components/date-time-input/index.css +9 -8
  1152. package/date-time-input/moderncssm/Component.responsive.d.ts +19 -0
  1153. package/date-time-input/moderncssm/Component.responsive.js +29 -0
  1154. package/date-time-input/moderncssm/components/date-time-input/Component.d.ts +216 -0
  1155. package/date-time-input/moderncssm/components/date-time-input/Component.js +141 -0
  1156. package/date-time-input/moderncssm/components/date-time-input/index.d.ts +1 -0
  1157. package/date-time-input/moderncssm/components/date-time-input/index.js +13 -0
  1158. package/date-time-input/moderncssm/components/date-time-input/index.module.css +54 -0
  1159. package/date-time-input/moderncssm/desktop/Component.desktop.d.ts +10 -0
  1160. package/date-time-input/moderncssm/desktop/Component.desktop.js +23 -0
  1161. package/date-time-input/moderncssm/desktop/index.d.ts +2 -0
  1162. package/date-time-input/moderncssm/desktop/index.js +16 -0
  1163. package/date-time-input/moderncssm/index.d.ts +3 -0
  1164. package/date-time-input/moderncssm/index.js +20 -0
  1165. package/date-time-input/moderncssm/mobile/Component.mobile.d.ts +6 -0
  1166. package/date-time-input/moderncssm/mobile/Component.mobile.js +19 -0
  1167. package/date-time-input/moderncssm/mobile/index.d.ts +2 -0
  1168. package/date-time-input/moderncssm/mobile/index.js +16 -0
  1169. package/date-time-input/moderncssm/utils/format.d.ts +13 -0
  1170. package/date-time-input/moderncssm/utils/format.js +134 -0
  1171. package/date-time-input/moderncssm/utils/index.d.ts +1 -0
  1172. package/date-time-input/moderncssm/utils/index.js +3 -0
  1173. package/divider/Component.js +1 -1
  1174. package/divider/esm/Component.js +1 -1
  1175. package/divider/esm/index.css +2 -2
  1176. package/divider/index.css +2 -2
  1177. package/divider/modern/Component.js +1 -1
  1178. package/divider/modern/index.css +2 -2
  1179. package/divider/moderncssm/Component.d.ts +14 -0
  1180. package/divider/moderncssm/Component.js +7 -0
  1181. package/divider/moderncssm/index.d.ts +1 -0
  1182. package/divider/moderncssm/index.js +4 -0
  1183. package/divider/moderncssm/index.module.css +11 -0
  1184. package/drawer/Component.js +1 -1
  1185. package/drawer/esm/Component.js +1 -1
  1186. package/drawer/esm/index.css +35 -35
  1187. package/drawer/index.css +35 -35
  1188. package/drawer/modern/Component.js +1 -1
  1189. package/drawer/modern/index.css +35 -35
  1190. package/drawer/moderncssm/Component.d.ts +40 -0
  1191. package/drawer/moderncssm/Component.js +69 -0
  1192. package/drawer/moderncssm/index.d.ts +1 -0
  1193. package/drawer/moderncssm/index.js +6 -0
  1194. package/drawer/moderncssm/index.module.css +134 -0
  1195. package/dropzone/Component.js +1 -1
  1196. package/dropzone/components/overlay/Component.js +1 -1
  1197. package/dropzone/components/overlay/index.css +6 -5
  1198. package/dropzone/cssm/components/overlay/index.module.css +2 -1
  1199. package/dropzone/esm/Component.js +1 -1
  1200. package/dropzone/esm/components/overlay/Component.js +1 -1
  1201. package/dropzone/esm/components/overlay/index.css +6 -5
  1202. package/dropzone/esm/index.css +9 -9
  1203. package/dropzone/index.css +9 -9
  1204. package/dropzone/modern/Component.js +1 -1
  1205. package/dropzone/modern/components/overlay/Component.js +1 -1
  1206. package/dropzone/modern/components/overlay/index.css +6 -5
  1207. package/dropzone/modern/index.css +9 -9
  1208. package/dropzone/moderncssm/Component.d.ts +65 -0
  1209. package/dropzone/moderncssm/Component.js +70 -0
  1210. package/dropzone/moderncssm/components/index.d.ts +1 -0
  1211. package/dropzone/moderncssm/components/index.js +5 -0
  1212. package/dropzone/moderncssm/components/overlay/Component.d.ts +13 -0
  1213. package/dropzone/moderncssm/components/overlay/Component.js +12 -0
  1214. package/dropzone/moderncssm/components/overlay/index.d.ts +1 -0
  1215. package/dropzone/moderncssm/components/overlay/index.js +5 -0
  1216. package/dropzone/moderncssm/components/overlay/index.module.css +35 -0
  1217. package/dropzone/moderncssm/index.d.ts +1 -0
  1218. package/dropzone/moderncssm/index.js +8 -0
  1219. package/dropzone/moderncssm/index.module.css +42 -0
  1220. package/dropzone/moderncssm/utils.d.ts +3 -0
  1221. package/dropzone/moderncssm/utils.js +6 -0
  1222. package/file-upload-item/Component.js +1 -1
  1223. package/file-upload-item/cssm/index.module.css +17 -12
  1224. package/file-upload-item/esm/Component.js +1 -1
  1225. package/file-upload-item/esm/index.css +40 -35
  1226. package/file-upload-item/index.css +40 -35
  1227. package/file-upload-item/modern/Component.js +1 -1
  1228. package/file-upload-item/modern/index.css +40 -35
  1229. package/file-upload-item/moderncssm/Component.d.ts +95 -0
  1230. package/file-upload-item/moderncssm/Component.js +75 -0
  1231. package/file-upload-item/moderncssm/index.d.ts +1 -0
  1232. package/file-upload-item/moderncssm/index.js +18 -0
  1233. package/file-upload-item/moderncssm/index.module.css +129 -0
  1234. package/file-upload-item/moderncssm/utils.d.ts +5 -0
  1235. package/file-upload-item/moderncssm/utils.js +41 -0
  1236. package/filter-tag/components/base-filter-tag/Component.js +1 -1
  1237. package/filter-tag/components/base-filter-tag/index.css +87 -81
  1238. package/filter-tag/cssm/components/base-filter-tag/index.module.css +18 -12
  1239. package/filter-tag/desktop/Component.desktop.js +1 -1
  1240. package/filter-tag/desktop/desktop.css +20 -20
  1241. package/filter-tag/esm/components/base-filter-tag/Component.js +1 -1
  1242. package/filter-tag/esm/components/base-filter-tag/index.css +87 -81
  1243. package/filter-tag/esm/desktop/Component.desktop.js +1 -1
  1244. package/filter-tag/esm/desktop/desktop.css +20 -20
  1245. package/filter-tag/esm/mobile/Component.mobile.js +1 -1
  1246. package/filter-tag/esm/mobile/mobile.css +20 -20
  1247. package/filter-tag/mobile/Component.mobile.js +1 -1
  1248. package/filter-tag/mobile/mobile.css +20 -20
  1249. package/filter-tag/modern/components/base-filter-tag/Component.js +1 -1
  1250. package/filter-tag/modern/components/base-filter-tag/index.css +87 -81
  1251. package/filter-tag/modern/desktop/Component.desktop.js +1 -1
  1252. package/filter-tag/modern/desktop/desktop.css +20 -20
  1253. package/filter-tag/modern/mobile/Component.mobile.js +1 -1
  1254. package/filter-tag/modern/mobile/mobile.css +20 -20
  1255. package/filter-tag/moderncssm/Component.responsive.d.ts +26 -0
  1256. package/filter-tag/moderncssm/Component.responsive.js +24 -0
  1257. package/filter-tag/moderncssm/components/base-filter-tag/Component.d.ts +73 -0
  1258. package/filter-tag/moderncssm/components/base-filter-tag/Component.js +60 -0
  1259. package/filter-tag/moderncssm/components/base-filter-tag/index.d.ts +1 -0
  1260. package/filter-tag/moderncssm/components/base-filter-tag/index.js +9 -0
  1261. package/filter-tag/moderncssm/components/base-filter-tag/index.module.css +343 -0
  1262. package/filter-tag/moderncssm/desktop/Component.desktop.d.ts +6 -0
  1263. package/filter-tag/moderncssm/desktop/Component.desktop.js +14 -0
  1264. package/filter-tag/moderncssm/desktop/desktop.module.css +100 -0
  1265. package/filter-tag/moderncssm/desktop/index.d.ts +2 -0
  1266. package/filter-tag/moderncssm/desktop/index.js +11 -0
  1267. package/filter-tag/moderncssm/index.d.ts +2 -0
  1268. package/filter-tag/moderncssm/index.js +15 -0
  1269. package/filter-tag/moderncssm/mobile/Component.mobile.d.ts +6 -0
  1270. package/filter-tag/moderncssm/mobile/Component.mobile.js +14 -0
  1271. package/filter-tag/moderncssm/mobile/index.d.ts +2 -0
  1272. package/filter-tag/moderncssm/mobile/index.js +11 -0
  1273. package/filter-tag/moderncssm/mobile/mobile.module.css +100 -0
  1274. package/form-control/components/base-form-control/Component.js +3 -3
  1275. package/form-control/components/base-form-control/default.css +18 -18
  1276. package/form-control/components/base-form-control/index.css +59 -57
  1277. package/form-control/components/base-form-control/inverted.css +18 -18
  1278. package/form-control/cssm/components/base-form-control/index.module.css +18 -16
  1279. package/form-control/cssm/mobile/mobile.module.css +2 -1
  1280. package/form-control/desktop/Component.desktop.js +3 -3
  1281. package/form-control/desktop/default.desktop.css +4 -4
  1282. package/form-control/desktop/desktop.css +8 -8
  1283. package/form-control/desktop/inverted.desktop.css +4 -4
  1284. package/form-control/esm/components/base-form-control/Component.js +3 -3
  1285. package/form-control/esm/components/base-form-control/default.css +18 -18
  1286. package/form-control/esm/components/base-form-control/index.css +59 -57
  1287. package/form-control/esm/components/base-form-control/inverted.css +18 -18
  1288. package/form-control/esm/desktop/Component.desktop.js +3 -3
  1289. package/form-control/esm/desktop/default.desktop.css +4 -4
  1290. package/form-control/esm/desktop/desktop.css +8 -8
  1291. package/form-control/esm/desktop/inverted.desktop.css +4 -4
  1292. package/form-control/esm/mobile/Component.mobile.js +3 -3
  1293. package/form-control/esm/mobile/default.mobile.css +3 -3
  1294. package/form-control/esm/mobile/inverted.mobile.css +3 -3
  1295. package/form-control/esm/mobile/mobile.css +10 -9
  1296. package/form-control/mobile/Component.mobile.js +3 -3
  1297. package/form-control/mobile/default.mobile.css +3 -3
  1298. package/form-control/mobile/inverted.mobile.css +3 -3
  1299. package/form-control/mobile/mobile.css +10 -9
  1300. package/form-control/modern/components/base-form-control/Component.js +3 -3
  1301. package/form-control/modern/components/base-form-control/default.css +18 -18
  1302. package/form-control/modern/components/base-form-control/index.css +59 -57
  1303. package/form-control/modern/components/base-form-control/inverted.css +18 -18
  1304. package/form-control/modern/desktop/Component.desktop.js +3 -3
  1305. package/form-control/modern/desktop/default.desktop.css +4 -4
  1306. package/form-control/modern/desktop/desktop.css +8 -8
  1307. package/form-control/modern/desktop/inverted.desktop.css +4 -4
  1308. package/form-control/modern/mobile/Component.mobile.js +3 -3
  1309. package/form-control/modern/mobile/default.mobile.css +3 -3
  1310. package/form-control/modern/mobile/inverted.mobile.css +3 -3
  1311. package/form-control/modern/mobile/mobile.css +10 -9
  1312. package/form-control/moderncssm/Component.responsive.d.ts +26 -0
  1313. package/form-control/moderncssm/Component.responsive.js +26 -0
  1314. package/form-control/moderncssm/components/base-form-control/Component.d.ts +226 -0
  1315. package/form-control/moderncssm/components/base-form-control/Component.js +55 -0
  1316. package/form-control/moderncssm/components/base-form-control/default.module.css +127 -0
  1317. package/form-control/moderncssm/components/base-form-control/index.d.ts +1 -0
  1318. package/form-control/moderncssm/components/base-form-control/index.js +7 -0
  1319. package/form-control/moderncssm/components/base-form-control/index.module.css +270 -0
  1320. package/form-control/moderncssm/components/base-form-control/inverted.module.css +130 -0
  1321. package/form-control/moderncssm/desktop/Component.desktop.d.ts +6 -0
  1322. package/form-control/moderncssm/desktop/Component.desktop.js +18 -0
  1323. package/form-control/moderncssm/desktop/default.desktop.module.css +48 -0
  1324. package/form-control/moderncssm/desktop/desktop.module.css +65 -0
  1325. package/form-control/moderncssm/desktop/index.d.ts +2 -0
  1326. package/form-control/moderncssm/desktop/index.js +11 -0
  1327. package/form-control/moderncssm/desktop/inverted.desktop.module.css +49 -0
  1328. package/form-control/moderncssm/index.d.ts +2 -0
  1329. package/form-control/moderncssm/index.js +17 -0
  1330. package/form-control/moderncssm/mobile/Component.mobile.d.ts +6 -0
  1331. package/form-control/moderncssm/mobile/Component.mobile.js +18 -0
  1332. package/form-control/moderncssm/mobile/default.mobile.module.css +43 -0
  1333. package/form-control/moderncssm/mobile/index.d.ts +2 -0
  1334. package/form-control/moderncssm/mobile/index.js +11 -0
  1335. package/form-control/moderncssm/mobile/inverted.mobile.module.css +44 -0
  1336. package/form-control/moderncssm/mobile/mobile.module.css +65 -0
  1337. package/form-control/moderncssm/shared/index.d.ts +1 -0
  1338. package/form-control/moderncssm/shared/index.js +2 -0
  1339. package/form-control/moderncssm/utils.d.ts +10 -0
  1340. package/form-control/moderncssm/utils.js +15 -0
  1341. package/form-control/moderncssm/vars.css +30 -0
  1342. package/gallery/Component.js +1 -1
  1343. package/gallery/buttons-12521471.js +35 -0
  1344. package/gallery/components/header/Component.js +1 -1
  1345. package/gallery/components/header/buttons.js +1 -1
  1346. package/gallery/components/header/index.css +11 -8
  1347. package/gallery/components/header-info-block/Component.js +1 -1
  1348. package/gallery/components/header-info-block/index.css +7 -6
  1349. package/gallery/components/image-preview/Component.js +1 -1
  1350. package/gallery/components/image-preview/index.css +16 -15
  1351. package/gallery/components/image-viewer/component.js +1 -1
  1352. package/gallery/components/image-viewer/index.css +23 -21
  1353. package/gallery/components/image-viewer/slide.js +1 -1
  1354. package/gallery/components/navigation-bar/Component.js +1 -1
  1355. package/gallery/components/navigation-bar/index.css +10 -8
  1356. package/gallery/cssm/components/header/index.module.css +5 -2
  1357. package/gallery/cssm/components/header-info-block/index.module.css +2 -1
  1358. package/gallery/cssm/components/image-preview/index.module.css +2 -1
  1359. package/gallery/cssm/components/image-viewer/index.module.css +4 -2
  1360. package/gallery/cssm/components/navigation-bar/index.module.css +4 -2
  1361. package/gallery/esm/Component.js +3 -3
  1362. package/gallery/esm/buttons-0ac2ded2.js +27 -0
  1363. package/gallery/esm/components/header/Component.js +1 -1
  1364. package/gallery/esm/components/header/buttons.js +1 -1
  1365. package/gallery/esm/components/header/index.css +11 -8
  1366. package/gallery/esm/components/header/index.js +1 -1
  1367. package/gallery/esm/components/header-info-block/Component.js +1 -1
  1368. package/gallery/esm/components/header-info-block/index.css +7 -6
  1369. package/gallery/esm/components/image-preview/Component.js +2 -2
  1370. package/gallery/esm/components/image-preview/index.css +16 -15
  1371. package/gallery/esm/components/image-preview/index.js +1 -1
  1372. package/gallery/esm/components/image-viewer/component.js +1 -1
  1373. package/gallery/esm/components/image-viewer/index.css +23 -21
  1374. package/gallery/esm/components/image-viewer/index.js +1 -1
  1375. package/gallery/esm/components/image-viewer/slide.js +1 -1
  1376. package/gallery/esm/components/index.js +2 -2
  1377. package/gallery/esm/components/navigation-bar/Component.js +2 -2
  1378. package/gallery/esm/components/navigation-bar/index.css +10 -8
  1379. package/gallery/esm/components/navigation-bar/index.js +1 -1
  1380. package/gallery/esm/index.css +3 -3
  1381. package/gallery/esm/index.js +2 -2
  1382. package/gallery/esm/slide-69726c61.js +41 -0
  1383. package/gallery/index.css +3 -3
  1384. package/gallery/modern/Component.js +3 -3
  1385. package/gallery/modern/buttons-3b0bae43.js +20 -0
  1386. package/gallery/modern/components/header/Component.js +1 -1
  1387. package/gallery/modern/components/header/buttons.js +1 -1
  1388. package/gallery/modern/components/header/index.css +11 -8
  1389. package/gallery/modern/components/header/index.js +1 -1
  1390. package/gallery/modern/components/header-info-block/Component.js +1 -1
  1391. package/gallery/modern/components/header-info-block/index.css +7 -6
  1392. package/gallery/modern/components/image-preview/Component.js +2 -2
  1393. package/gallery/modern/components/image-preview/index.css +16 -15
  1394. package/gallery/modern/components/image-preview/index.js +1 -1
  1395. package/gallery/modern/components/image-viewer/component.js +1 -1
  1396. package/gallery/modern/components/image-viewer/index.css +23 -21
  1397. package/gallery/modern/components/image-viewer/index.js +1 -1
  1398. package/gallery/modern/components/image-viewer/slide.js +1 -1
  1399. package/gallery/modern/components/index.js +2 -2
  1400. package/gallery/modern/components/navigation-bar/Component.js +2 -2
  1401. package/gallery/modern/components/navigation-bar/index.css +10 -8
  1402. package/gallery/modern/components/navigation-bar/index.js +1 -1
  1403. package/gallery/modern/index.css +3 -3
  1404. package/gallery/modern/index.js +2 -2
  1405. package/gallery/modern/slide-9d441795.js +37 -0
  1406. package/gallery/moderncssm/Component.d.ts +36 -0
  1407. package/gallery/moderncssm/Component.js +145 -0
  1408. package/gallery/moderncssm/components/header/Component.d.ts +3 -0
  1409. package/gallery/moderncssm/components/header/Component.js +50 -0
  1410. package/gallery/moderncssm/components/header/buttons.d.ts +11 -0
  1411. package/gallery/moderncssm/components/header/buttons.js +18 -0
  1412. package/gallery/moderncssm/components/header/index.d.ts +1 -0
  1413. package/gallery/moderncssm/components/header/index.js +17 -0
  1414. package/gallery/moderncssm/components/header/index.module.css +29 -0
  1415. package/gallery/moderncssm/components/header-info-block/Component.d.ts +7 -0
  1416. package/gallery/moderncssm/components/header-info-block/Component.js +15 -0
  1417. package/gallery/moderncssm/components/header-info-block/index.d.ts +1 -0
  1418. package/gallery/moderncssm/components/header-info-block/index.js +5 -0
  1419. package/gallery/moderncssm/components/header-info-block/index.module.css +29 -0
  1420. package/gallery/moderncssm/components/image-preview/Component.d.ts +11 -0
  1421. package/gallery/moderncssm/components/image-preview/Component.js +57 -0
  1422. package/gallery/moderncssm/components/image-preview/index.d.ts +1 -0
  1423. package/gallery/moderncssm/components/image-preview/index.js +31 -0
  1424. package/gallery/moderncssm/components/image-preview/index.module.css +77 -0
  1425. package/gallery/moderncssm/components/image-preview/paths.d.ts +5 -0
  1426. package/gallery/moderncssm/components/image-preview/paths.js +6 -0
  1427. package/gallery/moderncssm/components/image-viewer/component.d.ts +3 -0
  1428. package/gallery/moderncssm/components/image-viewer/component.js +112 -0
  1429. package/gallery/moderncssm/components/image-viewer/index.d.ts +1 -0
  1430. package/gallery/moderncssm/components/image-viewer/index.js +17 -0
  1431. package/gallery/moderncssm/components/image-viewer/index.module.css +129 -0
  1432. package/gallery/moderncssm/components/image-viewer/paths.d.ts +5 -0
  1433. package/gallery/moderncssm/components/image-viewer/paths.js +6 -0
  1434. package/gallery/moderncssm/components/image-viewer/slide.d.ts +16 -0
  1435. package/gallery/moderncssm/components/image-viewer/slide.js +35 -0
  1436. package/gallery/moderncssm/components/index.d.ts +4 -0
  1437. package/gallery/moderncssm/components/index.js +36 -0
  1438. package/gallery/moderncssm/components/navigation-bar/Component.d.ts +3 -0
  1439. package/gallery/moderncssm/components/navigation-bar/Component.js +86 -0
  1440. package/gallery/moderncssm/components/navigation-bar/index.d.ts +1 -0
  1441. package/gallery/moderncssm/components/navigation-bar/index.js +32 -0
  1442. package/gallery/moderncssm/components/navigation-bar/index.module.css +30 -0
  1443. package/gallery/moderncssm/context.d.ts +24 -0
  1444. package/gallery/moderncssm/context.js +25 -0
  1445. package/gallery/moderncssm/index.d.ts +2 -0
  1446. package/gallery/moderncssm/index.js +37 -0
  1447. package/gallery/moderncssm/index.module.css +17 -0
  1448. package/gallery/moderncssm/types.d.ts +13 -0
  1449. package/gallery/moderncssm/types.js +1 -0
  1450. package/gallery/moderncssm/utils/constants.d.ts +11 -0
  1451. package/gallery/moderncssm/utils/constants.js +12 -0
  1452. package/gallery/moderncssm/utils/index.d.ts +3 -0
  1453. package/gallery/moderncssm/utils/index.js +3 -0
  1454. package/gallery/moderncssm/utils/split-filename.d.ts +2 -0
  1455. package/gallery/moderncssm/utils/split-filename.js +14 -0
  1456. package/gallery/moderncssm/utils/utils.d.ts +7 -0
  1457. package/gallery/moderncssm/utils/utils.js +12 -0
  1458. package/gallery/slide-5843ceaa.js +47 -0
  1459. package/gap/Component.js +1 -1
  1460. package/gap/esm/Component.js +1 -1
  1461. package/gap/esm/index.css +41 -41
  1462. package/gap/index.css +41 -41
  1463. package/gap/modern/Component.js +1 -1
  1464. package/gap/modern/index.css +41 -41
  1465. package/gap/moderncssm/Component.d.ts +31 -0
  1466. package/gap/moderncssm/Component.js +42 -0
  1467. package/gap/moderncssm/index.d.ts +1 -0
  1468. package/gap/moderncssm/index.js +4 -0
  1469. package/gap/moderncssm/index.module.css +171 -0
  1470. package/generic-wrapper/Component.js +1 -1
  1471. package/generic-wrapper/cssm/index.module.css +7 -7
  1472. package/generic-wrapper/esm/Component.js +1 -1
  1473. package/generic-wrapper/esm/index.css +98 -98
  1474. package/generic-wrapper/index.css +98 -98
  1475. package/generic-wrapper/modern/Component.js +1 -1
  1476. package/generic-wrapper/modern/index.css +98 -98
  1477. package/generic-wrapper/moderncssm/Component.d.ts +54 -0
  1478. package/generic-wrapper/moderncssm/Component.js +19 -0
  1479. package/generic-wrapper/moderncssm/index.d.ts +1 -0
  1480. package/generic-wrapper/moderncssm/index.js +4 -0
  1481. package/generic-wrapper/moderncssm/index.module.css +385 -0
  1482. package/global-store/moderncssm/GlobalStore.d.ts +7 -0
  1483. package/global-store/moderncssm/GlobalStore.js +10 -0
  1484. package/global-store/moderncssm/ModalStore.d.ts +16 -0
  1485. package/global-store/moderncssm/ModalStore.js +8 -0
  1486. package/global-store/moderncssm/index.d.ts +4 -0
  1487. package/global-store/moderncssm/index.js +13 -0
  1488. package/grid/col/Component.js +2 -2
  1489. package/grid/col/index.css +551 -551
  1490. package/grid/esm/Component.js +1 -1
  1491. package/grid/esm/col/Component.js +2 -2
  1492. package/grid/esm/col/index.css +551 -551
  1493. package/grid/esm/col/index.js +1 -1
  1494. package/grid/esm/gutters.css +85 -85
  1495. package/grid/esm/gutters.module-64069fe2.js +4 -0
  1496. package/grid/esm/index.js +1 -1
  1497. package/grid/esm/row/Component.js +2 -2
  1498. package/grid/esm/row/index.css +10 -10
  1499. package/grid/esm/row/index.js +1 -1
  1500. package/grid/gutters.css +85 -85
  1501. package/grid/gutters.module-da0482da.js +4 -0
  1502. package/grid/modern/Component.js +1 -1
  1503. package/grid/modern/col/Component.js +2 -2
  1504. package/grid/modern/col/index.css +551 -551
  1505. package/grid/modern/col/index.js +1 -1
  1506. package/grid/modern/gutters.css +85 -85
  1507. package/grid/modern/gutters.module-f1224a66.js +4 -0
  1508. package/grid/modern/index.js +1 -1
  1509. package/grid/modern/row/Component.js +2 -2
  1510. package/grid/modern/row/index.css +10 -10
  1511. package/grid/modern/row/index.js +1 -1
  1512. package/grid/moderncssm/Component.d.ts +8 -0
  1513. package/grid/moderncssm/Component.js +15 -0
  1514. package/grid/moderncssm/col/Component.d.ts +54 -0
  1515. package/grid/moderncssm/col/Component.js +12 -0
  1516. package/grid/moderncssm/col/index.d.ts +1 -0
  1517. package/grid/moderncssm/col/index.js +6 -0
  1518. package/grid/moderncssm/col/index.module.css +2002 -0
  1519. package/grid/moderncssm/gutters.module.css +654 -0
  1520. package/grid/moderncssm/index.d.ts +1 -0
  1521. package/grid/moderncssm/index.js +9 -0
  1522. package/grid/moderncssm/row/Component.d.ts +43 -0
  1523. package/grid/moderncssm/row/Component.js +19 -0
  1524. package/grid/moderncssm/row/index.d.ts +1 -0
  1525. package/grid/moderncssm/row/index.js +6 -0
  1526. package/grid/moderncssm/row/index.module.css +39 -0
  1527. package/grid/moderncssm/typings.d.ts +17 -0
  1528. package/grid/moderncssm/typings.js +1 -0
  1529. package/grid/moderncssm/utils/index.d.ts +3 -0
  1530. package/grid/moderncssm/utils/index.js +35 -0
  1531. package/grid/row/Component.js +2 -2
  1532. package/grid/row/index.css +10 -10
  1533. package/hatching-progress-bar/Component.js +1 -1
  1534. package/hatching-progress-bar/esm/Component.js +1 -1
  1535. package/hatching-progress-bar/esm/index.css +11 -11
  1536. package/hatching-progress-bar/index.css +11 -11
  1537. package/hatching-progress-bar/modern/Component.js +1 -1
  1538. package/hatching-progress-bar/modern/index.css +11 -11
  1539. package/hatching-progress-bar/moderncssm/Component.d.ts +26 -0
  1540. package/hatching-progress-bar/moderncssm/Component.js +10 -0
  1541. package/hatching-progress-bar/moderncssm/index.d.ts +1 -0
  1542. package/hatching-progress-bar/moderncssm/index.js +4 -0
  1543. package/hatching-progress-bar/moderncssm/index.module.css +93 -0
  1544. package/icon-button/Component.js +3 -3
  1545. package/icon-button/default.css +37 -37
  1546. package/icon-button/esm/Component.js +3 -3
  1547. package/icon-button/esm/default.css +37 -37
  1548. package/icon-button/esm/index.css +12 -12
  1549. package/icon-button/esm/inverted.css +37 -37
  1550. package/icon-button/index.css +12 -12
  1551. package/icon-button/inverted.css +37 -37
  1552. package/icon-button/modern/Component.js +3 -3
  1553. package/icon-button/modern/default.css +37 -37
  1554. package/icon-button/modern/index.css +12 -12
  1555. package/icon-button/modern/inverted.css +37 -37
  1556. package/icon-button/moderncssm/Component.d.ts +83 -0
  1557. package/icon-button/moderncssm/Component.js +29 -0
  1558. package/icon-button/moderncssm/default.module.css +176 -0
  1559. package/icon-button/moderncssm/index.d.ts +1 -0
  1560. package/icon-button/moderncssm/index.js +7 -0
  1561. package/icon-button/moderncssm/index.module.css +63 -0
  1562. package/icon-button/moderncssm/inverted.module.css +204 -0
  1563. package/icon-view/components/base-shape/component.d.ts +6 -5
  1564. package/icon-view/components/base-shape/component.js +15 -31
  1565. package/icon-view/components/base-shape/index.css +67 -67
  1566. package/icon-view/components/base-shape/utils.d.ts +6 -5
  1567. package/icon-view/components/base-shape/utils.js +14 -12
  1568. package/icon-view/components/circle/component.d.ts +3 -3
  1569. package/icon-view/components/no-shape/component.d.ts +4 -4
  1570. package/icon-view/components/rectangle/component.d.ts +1 -1
  1571. package/icon-view/components/super-ellipse/component.d.ts +3 -3
  1572. package/icon-view/cssm/components/base-shape/component.d.ts +6 -5
  1573. package/icon-view/cssm/components/base-shape/component.js +14 -30
  1574. package/icon-view/cssm/components/base-shape/index.module.css +57 -57
  1575. package/icon-view/cssm/components/base-shape/utils.d.ts +6 -5
  1576. package/icon-view/cssm/components/base-shape/utils.js +14 -12
  1577. package/icon-view/cssm/components/circle/component.d.ts +3 -3
  1578. package/icon-view/cssm/components/no-shape/component.d.ts +4 -4
  1579. package/icon-view/cssm/components/rectangle/component.d.ts +1 -1
  1580. package/icon-view/cssm/components/super-ellipse/component.d.ts +3 -3
  1581. package/icon-view/esm/components/base-shape/component.d.ts +6 -5
  1582. package/icon-view/esm/components/base-shape/component.js +16 -32
  1583. package/icon-view/esm/components/base-shape/index.css +67 -67
  1584. package/icon-view/esm/components/base-shape/utils.d.ts +6 -5
  1585. package/icon-view/esm/components/base-shape/utils.js +14 -13
  1586. package/icon-view/esm/components/circle/component.d.ts +3 -3
  1587. package/icon-view/esm/components/no-shape/component.d.ts +4 -4
  1588. package/icon-view/esm/components/rectangle/component.d.ts +1 -1
  1589. package/icon-view/esm/components/super-ellipse/component.d.ts +3 -3
  1590. package/icon-view/modern/components/base-shape/component.d.ts +6 -5
  1591. package/icon-view/modern/components/base-shape/component.js +16 -32
  1592. package/icon-view/modern/components/base-shape/index.css +67 -67
  1593. package/icon-view/modern/components/base-shape/utils.d.ts +6 -5
  1594. package/icon-view/modern/components/base-shape/utils.js +13 -12
  1595. package/icon-view/modern/components/circle/component.d.ts +3 -3
  1596. package/icon-view/modern/components/no-shape/component.d.ts +4 -4
  1597. package/icon-view/modern/components/rectangle/component.d.ts +1 -1
  1598. package/icon-view/modern/components/super-ellipse/component.d.ts +3 -3
  1599. package/icon-view/moderncssm/circle/index.d.ts +1 -0
  1600. package/icon-view/moderncssm/circle/index.js +8 -0
  1601. package/icon-view/moderncssm/components/base-shape/component.d.ts +83 -0
  1602. package/icon-view/moderncssm/components/base-shape/component.js +58 -0
  1603. package/icon-view/moderncssm/components/base-shape/index.d.ts +1 -0
  1604. package/icon-view/moderncssm/components/base-shape/index.js +6 -0
  1605. package/icon-view/moderncssm/components/base-shape/index.module.css +360 -0
  1606. package/icon-view/moderncssm/components/base-shape/utils.d.ts +24 -0
  1607. package/icon-view/moderncssm/components/base-shape/utils.js +21 -0
  1608. package/icon-view/moderncssm/components/circle/component.d.ts +27 -0
  1609. package/icon-view/moderncssm/components/circle/component.js +12 -0
  1610. package/icon-view/moderncssm/components/circle/index.d.ts +1 -0
  1611. package/icon-view/moderncssm/components/circle/index.js +8 -0
  1612. package/icon-view/moderncssm/components/circle/paths.d.ts +195 -0
  1613. package/icon-view/moderncssm/components/circle/paths.js +134 -0
  1614. package/icon-view/moderncssm/components/index.d.ts +5 -0
  1615. package/icon-view/moderncssm/components/index.js +14 -0
  1616. package/icon-view/moderncssm/components/no-shape/component.d.ts +27 -0
  1617. package/icon-view/moderncssm/components/no-shape/component.js +12 -0
  1618. package/icon-view/moderncssm/components/no-shape/index.d.ts +1 -0
  1619. package/icon-view/moderncssm/components/no-shape/index.js +8 -0
  1620. package/icon-view/moderncssm/components/no-shape/paths.d.ts +99 -0
  1621. package/icon-view/moderncssm/components/no-shape/paths.js +38 -0
  1622. package/icon-view/moderncssm/components/rectangle/component.d.ts +27 -0
  1623. package/icon-view/moderncssm/components/rectangle/component.js +23 -0
  1624. package/icon-view/moderncssm/components/rectangle/index.d.ts +1 -0
  1625. package/icon-view/moderncssm/components/rectangle/index.js +8 -0
  1626. package/icon-view/moderncssm/components/rectangle/paths.d.ts +119 -0
  1627. package/icon-view/moderncssm/components/rectangle/paths.js +64 -0
  1628. package/icon-view/moderncssm/components/super-ellipse/component.d.ts +27 -0
  1629. package/icon-view/moderncssm/components/super-ellipse/component.js +12 -0
  1630. package/icon-view/moderncssm/components/super-ellipse/index.d.ts +1 -0
  1631. package/icon-view/moderncssm/components/super-ellipse/index.js +8 -0
  1632. package/icon-view/moderncssm/components/super-ellipse/paths.d.ts +257 -0
  1633. package/icon-view/moderncssm/components/super-ellipse/paths.js +133 -0
  1634. package/icon-view/moderncssm/no-shape/index.d.ts +1 -0
  1635. package/icon-view/moderncssm/no-shape/index.js +8 -0
  1636. package/icon-view/moderncssm/rectangle/index.d.ts +1 -0
  1637. package/icon-view/moderncssm/rectangle/index.js +8 -0
  1638. package/icon-view/moderncssm/super-ellipse/index.d.ts +1 -0
  1639. package/icon-view/moderncssm/super-ellipse/index.js +8 -0
  1640. package/indicator/Component.js +1 -1
  1641. package/indicator/cssm/index.module.css +8 -5
  1642. package/indicator/esm/Component.js +1 -1
  1643. package/indicator/esm/index.css +26 -23
  1644. package/indicator/index.css +26 -23
  1645. package/indicator/modern/Component.js +1 -1
  1646. package/indicator/modern/index.css +26 -23
  1647. package/indicator/moderncssm/Component.d.ts +99 -0
  1648. package/indicator/moderncssm/Component.js +71 -0
  1649. package/indicator/moderncssm/index.d.ts +1 -0
  1650. package/indicator/moderncssm/index.js +4 -0
  1651. package/indicator/moderncssm/index.module.css +100 -0
  1652. package/input/components/base-input/Component.js +3 -3
  1653. package/input/components/base-input/default.css +10 -10
  1654. package/input/components/base-input/index.css +41 -39
  1655. package/input/components/base-input/inverted.css +10 -10
  1656. package/input/components/clear-button/Component.js +3 -3
  1657. package/input/components/clear-button/default.css +4 -4
  1658. package/input/components/clear-button/index.css +6 -5
  1659. package/input/components/clear-button/inverted.css +4 -4
  1660. package/input/cssm/components/base-input/index.module.css +6 -4
  1661. package/input/cssm/components/clear-button/index.module.css +2 -1
  1662. package/input/esm/components/base-input/Component.js +3 -3
  1663. package/input/esm/components/base-input/default.css +10 -10
  1664. package/input/esm/components/base-input/index.css +41 -39
  1665. package/input/esm/components/base-input/inverted.css +10 -10
  1666. package/input/esm/components/clear-button/Component.js +3 -3
  1667. package/input/esm/components/clear-button/default.css +4 -4
  1668. package/input/esm/components/clear-button/index.css +6 -5
  1669. package/input/esm/components/clear-button/inverted.css +4 -4
  1670. package/input/modern/components/base-input/Component.js +3 -3
  1671. package/input/modern/components/base-input/default.css +10 -10
  1672. package/input/modern/components/base-input/index.css +41 -39
  1673. package/input/modern/components/base-input/inverted.css +10 -10
  1674. package/input/modern/components/clear-button/Component.js +3 -3
  1675. package/input/modern/components/clear-button/default.css +4 -4
  1676. package/input/modern/components/clear-button/index.css +6 -5
  1677. package/input/modern/components/clear-button/inverted.css +4 -4
  1678. package/input/moderncssm/Component.responsive.d.ts +26 -0
  1679. package/input/moderncssm/Component.responsive.js +31 -0
  1680. package/input/moderncssm/components/base-input/Component.d.ts +284 -0
  1681. package/input/moderncssm/components/base-input/Component.js +106 -0
  1682. package/input/moderncssm/components/base-input/default.module.css +70 -0
  1683. package/input/moderncssm/components/base-input/index.d.ts +1 -0
  1684. package/input/moderncssm/components/base-input/index.js +16 -0
  1685. package/input/moderncssm/components/base-input/index.module.css +210 -0
  1686. package/input/moderncssm/components/base-input/inverted.module.css +70 -0
  1687. package/input/moderncssm/components/clear-button/Component.d.ts +10 -0
  1688. package/input/moderncssm/components/clear-button/Component.js +17 -0
  1689. package/input/moderncssm/components/clear-button/default.module.css +26 -0
  1690. package/input/moderncssm/components/clear-button/index.d.ts +1 -0
  1691. package/input/moderncssm/components/clear-button/index.js +8 -0
  1692. package/input/moderncssm/components/clear-button/index.module.css +57 -0
  1693. package/input/moderncssm/components/clear-button/inverted.module.css +26 -0
  1694. package/input/moderncssm/desktop/Component.desktop.d.ts +6 -0
  1695. package/input/moderncssm/desktop/Component.desktop.js +21 -0
  1696. package/input/moderncssm/desktop/index.d.ts +2 -0
  1697. package/input/moderncssm/desktop/index.js +18 -0
  1698. package/input/moderncssm/index.d.ts +2 -0
  1699. package/input/moderncssm/index.js +22 -0
  1700. package/input/moderncssm/mobile/Component.mobile.d.ts +6 -0
  1701. package/input/moderncssm/mobile/Component.mobile.js +21 -0
  1702. package/input/moderncssm/mobile/index.d.ts +2 -0
  1703. package/input/moderncssm/mobile/index.js +18 -0
  1704. package/input/moderncssm/shared/index.d.ts +2 -0
  1705. package/input/moderncssm/shared/index.js +10 -0
  1706. package/input/moderncssm/utils.d.ts +13 -0
  1707. package/input/moderncssm/utils.js +18 -0
  1708. package/input/moderncssm/vars.css +14 -0
  1709. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  1710. package/input-autocomplete/autocomplete-field/index.css +2 -2
  1711. package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
  1712. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
  1713. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  1714. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  1715. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
  1716. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
  1717. package/input-autocomplete/esm/mobile/Component.mobile.js +1 -1
  1718. package/input-autocomplete/esm/mobile/mobile.css +2 -2
  1719. package/input-autocomplete/mobile/Component.mobile.js +1 -1
  1720. package/input-autocomplete/mobile/mobile.css +2 -2
  1721. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  1722. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  1723. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  1724. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
  1725. package/input-autocomplete/modern/mobile/Component.mobile.js +1 -1
  1726. package/input-autocomplete/modern/mobile/mobile.css +2 -2
  1727. package/input-autocomplete/moderncssm/Component.responsive.d.ts +5 -0
  1728. package/input-autocomplete/moderncssm/Component.responsive.js +31 -0
  1729. package/input-autocomplete/moderncssm/autocomplete-field/Component.d.ts +7 -0
  1730. package/input-autocomplete/moderncssm/autocomplete-field/Component.js +30 -0
  1731. package/input-autocomplete/moderncssm/autocomplete-field/index.d.ts +1 -0
  1732. package/input-autocomplete/moderncssm/autocomplete-field/index.js +7 -0
  1733. package/input-autocomplete/moderncssm/autocomplete-field/index.module.css +3 -0
  1734. package/input-autocomplete/moderncssm/autocomplete-mobile-field/Component.d.ts +19 -0
  1735. package/input-autocomplete/moderncssm/autocomplete-mobile-field/Component.js +32 -0
  1736. package/input-autocomplete/moderncssm/autocomplete-mobile-field/index.d.ts +1 -0
  1737. package/input-autocomplete/moderncssm/autocomplete-mobile-field/index.js +8 -0
  1738. package/input-autocomplete/moderncssm/autocomplete-mobile-field/index.module.css +40 -0
  1739. package/input-autocomplete/moderncssm/desktop/Component.desktop.d.ts +5 -0
  1740. package/input-autocomplete/moderncssm/desktop/Component.desktop.js +21 -0
  1741. package/input-autocomplete/moderncssm/desktop/index.d.ts +2 -0
  1742. package/input-autocomplete/moderncssm/desktop/index.js +10 -0
  1743. package/input-autocomplete/moderncssm/enums.d.ts +5 -0
  1744. package/input-autocomplete/moderncssm/enums.js +7 -0
  1745. package/input-autocomplete/moderncssm/index.d.ts +2 -0
  1746. package/input-autocomplete/moderncssm/index.js +24 -0
  1747. package/input-autocomplete/moderncssm/mobile/Component.mobile.d.ts +11 -0
  1748. package/input-autocomplete/moderncssm/mobile/Component.mobile.js +96 -0
  1749. package/input-autocomplete/moderncssm/mobile/Component.modal.mobile.d.ts +11 -0
  1750. package/input-autocomplete/moderncssm/mobile/Component.modal.mobile.js +20 -0
  1751. package/input-autocomplete/moderncssm/mobile/index.d.ts +3 -0
  1752. package/input-autocomplete/moderncssm/mobile/index.js +17 -0
  1753. package/input-autocomplete/moderncssm/mobile/mobile.module.css +5 -0
  1754. package/input-autocomplete/moderncssm/shared/index.d.ts +1 -0
  1755. package/input-autocomplete/moderncssm/shared/index.js +2 -0
  1756. package/input-autocomplete/moderncssm/types.d.ts +70 -0
  1757. package/input-autocomplete/moderncssm/types.js +1 -0
  1758. package/input-autocomplete/moderncssm/utils.d.ts +40 -0
  1759. package/input-autocomplete/moderncssm/utils.js +49 -0
  1760. package/international-phone-input/colors-facf1d2a.d.ts +3 -0
  1761. package/international-phone-input/component-03d088c4.d.ts +32 -0
  1762. package/international-phone-input/component-eb15729d.d.ts +123 -0
  1763. package/international-phone-input/components/base-international-phone-input/Component.js +1 -1
  1764. package/international-phone-input/components/base-international-phone-input/index.css +2 -2
  1765. package/international-phone-input/components/country-select/Component.js +1 -1
  1766. package/international-phone-input/components/country-select/index.css +14 -12
  1767. package/international-phone-input/components/flag-icon/component.js +1 -1
  1768. package/international-phone-input/components/flag-icon/index.css +5 -4
  1769. package/international-phone-input/components/select-field/component.js +1 -1
  1770. package/international-phone-input/components/select-field/index.css +15 -12
  1771. package/international-phone-input/cssm/colors-facf1d2a.d.ts +3 -0
  1772. package/international-phone-input/cssm/component-03d088c4.d.ts +32 -0
  1773. package/international-phone-input/cssm/component-eb15729d.d.ts +123 -0
  1774. package/international-phone-input/cssm/components/country-select/index.module.css +6 -4
  1775. package/international-phone-input/cssm/components/flag-icon/index.module.css +2 -1
  1776. package/international-phone-input/cssm/components/select-field/index.module.css +6 -3
  1777. package/international-phone-input/cssm/index-03d088c4.d.ts +20 -0
  1778. package/international-phone-input/cssm/index-281accb7.d.ts +19 -0
  1779. package/international-phone-input/cssm/index-d691530f.d.ts +1 -0
  1780. package/international-phone-input/cssm/typings-7d83ec1e.d.ts +8 -98
  1781. package/international-phone-input/esm/colors-facf1d2a.d.ts +3 -0
  1782. package/international-phone-input/esm/component-03d088c4.d.ts +32 -0
  1783. package/international-phone-input/esm/component-eb15729d.d.ts +123 -0
  1784. package/international-phone-input/esm/components/base-international-phone-input/Component.js +1 -1
  1785. package/international-phone-input/esm/components/base-international-phone-input/index.css +2 -2
  1786. package/international-phone-input/esm/components/country-select/Component.js +1 -1
  1787. package/international-phone-input/esm/components/country-select/index.css +14 -12
  1788. package/international-phone-input/esm/components/flag-icon/component.js +1 -1
  1789. package/international-phone-input/esm/components/flag-icon/index.css +5 -4
  1790. package/international-phone-input/esm/components/select-field/component.js +1 -1
  1791. package/international-phone-input/esm/components/select-field/index.css +15 -12
  1792. package/international-phone-input/esm/index-03d088c4.d.ts +20 -0
  1793. package/international-phone-input/esm/index-281accb7.d.ts +19 -0
  1794. package/international-phone-input/esm/index-d691530f.d.ts +1 -0
  1795. package/international-phone-input/esm/typings-7d83ec1e.d.ts +8 -98
  1796. package/international-phone-input/index-03d088c4.d.ts +20 -0
  1797. package/international-phone-input/index-281accb7.d.ts +19 -0
  1798. package/international-phone-input/index-d691530f.d.ts +1 -0
  1799. package/international-phone-input/modern/colors-facf1d2a.d.ts +3 -0
  1800. package/international-phone-input/modern/component-03d088c4.d.ts +32 -0
  1801. package/international-phone-input/modern/component-eb15729d.d.ts +123 -0
  1802. package/international-phone-input/modern/components/base-international-phone-input/Component.js +1 -1
  1803. package/international-phone-input/modern/components/base-international-phone-input/index.css +2 -2
  1804. package/international-phone-input/modern/components/country-select/Component.js +1 -1
  1805. package/international-phone-input/modern/components/country-select/index.css +14 -12
  1806. package/international-phone-input/modern/components/flag-icon/component.js +1 -1
  1807. package/international-phone-input/modern/components/flag-icon/index.css +5 -4
  1808. package/international-phone-input/modern/components/select-field/component.js +1 -1
  1809. package/international-phone-input/modern/components/select-field/index.css +15 -12
  1810. package/international-phone-input/modern/index-03d088c4.d.ts +20 -0
  1811. package/international-phone-input/modern/index-281accb7.d.ts +19 -0
  1812. package/international-phone-input/modern/index-d691530f.d.ts +1 -0
  1813. package/international-phone-input/modern/typings-7d83ec1e.d.ts +8 -98
  1814. package/international-phone-input/moderncssm/Component-11f20b2e.d.ts +13 -0
  1815. package/international-phone-input/moderncssm/Component-7d83ec1e.d.ts +5 -0
  1816. package/international-phone-input/moderncssm/Component-ed61931d.d.ts +47 -0
  1817. package/international-phone-input/moderncssm/Component.desktop-ebda875c.d.ts +6 -0
  1818. package/international-phone-input/moderncssm/Component.mobile-ebda875c.d.ts +6 -0
  1819. package/international-phone-input/moderncssm/Component.responsive-8566963f.d.ts +7 -0
  1820. package/international-phone-input/moderncssm/Component.responsive.d.ts +42 -0
  1821. package/international-phone-input/moderncssm/Component.responsive.js +38 -0
  1822. package/international-phone-input/moderncssm/ResponsiveContext-d6bfd5b7.d.ts +5 -0
  1823. package/international-phone-input/moderncssm/colors-facf1d2a.d.ts +3 -0
  1824. package/international-phone-input/moderncssm/component-03d088c4.d.ts +32 -0
  1825. package/international-phone-input/moderncssm/component-eb15729d.d.ts +123 -0
  1826. package/international-phone-input/moderncssm/components/base-international-phone-input/Component.d.ts +23 -0
  1827. package/international-phone-input/moderncssm/components/base-international-phone-input/Component.js +131 -0
  1828. package/international-phone-input/moderncssm/components/base-international-phone-input/index.d.ts +1 -0
  1829. package/international-phone-input/moderncssm/components/base-international-phone-input/index.js +21 -0
  1830. package/international-phone-input/moderncssm/components/base-international-phone-input/index.module.css +4 -0
  1831. package/international-phone-input/moderncssm/components/country-select/Component.d.ts +21 -0
  1832. package/international-phone-input/moderncssm/components/country-select/Component.js +47 -0
  1833. package/international-phone-input/moderncssm/components/country-select/index.d.ts +1 -0
  1834. package/international-phone-input/moderncssm/components/country-select/index.js +14 -0
  1835. package/international-phone-input/moderncssm/components/country-select/index.module.css +41 -0
  1836. package/international-phone-input/moderncssm/components/flag-icon/component.d.ts +16 -0
  1837. package/international-phone-input/moderncssm/components/flag-icon/component.js +13 -0
  1838. package/international-phone-input/moderncssm/components/flag-icon/flagSprite.d.ts +2 -0
  1839. package/international-phone-input/moderncssm/components/flag-icon/flagSprite.js +239 -0
  1840. package/international-phone-input/moderncssm/components/flag-icon/index.d.ts +1 -0
  1841. package/international-phone-input/moderncssm/components/flag-icon/index.js +5 -0
  1842. package/international-phone-input/moderncssm/components/flag-icon/index.module.css +15 -0
  1843. package/international-phone-input/moderncssm/components/select-field/component.d.ts +11 -0
  1844. package/international-phone-input/moderncssm/components/select-field/component.js +38 -0
  1845. package/international-phone-input/moderncssm/components/select-field/index.d.ts +1 -0
  1846. package/international-phone-input/moderncssm/components/select-field/index.js +10 -0
  1847. package/international-phone-input/moderncssm/components/select-field/index.module.css +44 -0
  1848. package/international-phone-input/moderncssm/consts-6c9aad46.d.ts +12 -0
  1849. package/international-phone-input/moderncssm/consts-ef43bf1b.d.ts +12 -0
  1850. package/international-phone-input/moderncssm/consts.d.ts +2 -0
  1851. package/international-phone-input/moderncssm/consts.js +3 -0
  1852. package/international-phone-input/moderncssm/data/country-data.d.ts +3 -0
  1853. package/international-phone-input/moderncssm/data/country-data.js +597 -0
  1854. package/international-phone-input/moderncssm/desktop/Component.desktop.d.ts +5 -0
  1855. package/international-phone-input/moderncssm/desktop/Component.desktop.js +28 -0
  1856. package/international-phone-input/moderncssm/desktop/index.d.ts +2 -0
  1857. package/international-phone-input/moderncssm/desktop/index.js +25 -0
  1858. package/international-phone-input/moderncssm/index-03d088c4.d.ts +20 -0
  1859. package/international-phone-input/moderncssm/index-11f20b2e.d.ts +190 -0
  1860. package/international-phone-input/moderncssm/index-281accb7.d.ts +19 -0
  1861. package/international-phone-input/moderncssm/index-7ca84eff.d.ts +15 -0
  1862. package/international-phone-input/moderncssm/index-8566963f.d.ts +6 -0
  1863. package/international-phone-input/moderncssm/index-d691530f.d.ts +1 -0
  1864. package/international-phone-input/moderncssm/index-ebda875c.d.ts +149 -0
  1865. package/international-phone-input/moderncssm/index-ed61931d.d.ts +2 -0
  1866. package/international-phone-input/moderncssm/index.d.ts +2 -0
  1867. package/international-phone-input/moderncssm/index.js +31 -0
  1868. package/international-phone-input/moderncssm/mobile/Component.mobile.d.ts +5 -0
  1869. package/international-phone-input/moderncssm/mobile/Component.mobile.js +28 -0
  1870. package/international-phone-input/moderncssm/mobile/index.d.ts +2 -0
  1871. package/international-phone-input/moderncssm/mobile/index.js +25 -0
  1872. package/international-phone-input/moderncssm/shared/index.d.ts +1 -0
  1873. package/international-phone-input/moderncssm/shared/index.js +5 -0
  1874. package/international-phone-input/moderncssm/types-1328ead9.d.ts +21 -0
  1875. package/international-phone-input/moderncssm/types.d.ts +99 -0
  1876. package/international-phone-input/moderncssm/types.js +1 -0
  1877. package/international-phone-input/moderncssm/typings-7d83ec1e.d.ts +1620 -0
  1878. package/international-phone-input/moderncssm/typings-d6bfd5b7.d.ts +62 -0
  1879. package/international-phone-input/moderncssm/typings-ed61931d.d.ts +118 -0
  1880. package/international-phone-input/moderncssm/use-skeleton-1328ead9.d.ts +44 -0
  1881. package/international-phone-input/moderncssm/utils/index.d.ts +74 -0
  1882. package/international-phone-input/moderncssm/utils/index.js +246 -0
  1883. package/international-phone-input/moderncssm/utils-3942b092.d.ts +81 -0
  1884. package/international-phone-input/typings-7d83ec1e.d.ts +8 -98
  1885. package/intl-phone-input/component.js +1 -1
  1886. package/intl-phone-input/components/flag-icon/component.js +1 -1
  1887. package/intl-phone-input/components/flag-icon/index.css +5 -4
  1888. package/intl-phone-input/components/select/component.js +1 -1
  1889. package/intl-phone-input/components/select/index.css +10 -10
  1890. package/intl-phone-input/components/select-field/component.js +1 -1
  1891. package/intl-phone-input/components/select-field/index.css +15 -12
  1892. package/intl-phone-input/cssm/components/flag-icon/index.module.css +2 -1
  1893. package/intl-phone-input/cssm/components/select/index.module.css +4 -4
  1894. package/intl-phone-input/cssm/components/select-field/index.module.css +6 -3
  1895. package/intl-phone-input/cssm/index.module.css +2 -1
  1896. package/intl-phone-input/esm/component.js +1 -1
  1897. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  1898. package/intl-phone-input/esm/components/flag-icon/index.css +5 -4
  1899. package/intl-phone-input/esm/components/select/component.js +1 -1
  1900. package/intl-phone-input/esm/components/select/index.css +10 -10
  1901. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  1902. package/intl-phone-input/esm/components/select-field/index.css +15 -12
  1903. package/intl-phone-input/esm/index.css +7 -6
  1904. package/intl-phone-input/index.css +7 -6
  1905. package/intl-phone-input/modern/component.js +1 -1
  1906. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  1907. package/intl-phone-input/modern/components/flag-icon/index.css +5 -4
  1908. package/intl-phone-input/modern/components/select/component.js +1 -1
  1909. package/intl-phone-input/modern/components/select/index.css +10 -10
  1910. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  1911. package/intl-phone-input/modern/components/select-field/index.css +15 -12
  1912. package/intl-phone-input/modern/index.css +7 -6
  1913. package/intl-phone-input/moderncssm/component.d.ts +96 -0
  1914. package/intl-phone-input/moderncssm/component.js +336 -0
  1915. package/intl-phone-input/moderncssm/components/flag-icon/component.d.ts +16 -0
  1916. package/intl-phone-input/moderncssm/components/flag-icon/component.js +13 -0
  1917. package/intl-phone-input/moderncssm/components/flag-icon/flagSprite.d.ts +2 -0
  1918. package/intl-phone-input/moderncssm/components/flag-icon/flagSprite.js +229 -0
  1919. package/intl-phone-input/moderncssm/components/flag-icon/index.d.ts +1 -0
  1920. package/intl-phone-input/moderncssm/components/flag-icon/index.js +5 -0
  1921. package/intl-phone-input/moderncssm/components/flag-icon/index.module.css +15 -0
  1922. package/intl-phone-input/moderncssm/components/index.d.ts +3 -0
  1923. package/intl-phone-input/moderncssm/components/index.js +14 -0
  1924. package/intl-phone-input/moderncssm/components/select/component.d.ts +10 -0
  1925. package/intl-phone-input/moderncssm/components/select/component.js +34 -0
  1926. package/intl-phone-input/moderncssm/components/select/index.d.ts +1 -0
  1927. package/intl-phone-input/moderncssm/components/select/index.js +14 -0
  1928. package/intl-phone-input/moderncssm/components/select/index.module.css +27 -0
  1929. package/intl-phone-input/moderncssm/components/select-field/component.d.ts +8 -0
  1930. package/intl-phone-input/moderncssm/components/select-field/component.js +28 -0
  1931. package/intl-phone-input/moderncssm/components/select-field/index.d.ts +1 -0
  1932. package/intl-phone-input/moderncssm/components/select-field/index.js +10 -0
  1933. package/intl-phone-input/moderncssm/components/select-field/index.module.css +44 -0
  1934. package/intl-phone-input/moderncssm/index.d.ts +1 -0
  1935. package/intl-phone-input/moderncssm/index.js +22 -0
  1936. package/intl-phone-input/moderncssm/index.module.css +22 -0
  1937. package/intl-phone-input/moderncssm/useCaretAvoidCountryCode.d.ts +8 -0
  1938. package/intl-phone-input/moderncssm/useCaretAvoidCountryCode.js +40 -0
  1939. package/intl-phone-input/moderncssm/utils/calculateCaretPos.d.ts +7 -0
  1940. package/intl-phone-input/moderncssm/utils/calculateCaretPos.js +23 -0
  1941. package/intl-phone-input/moderncssm/utils/format-phone-with-unclearable-country-code.d.ts +6 -0
  1942. package/intl-phone-input/moderncssm/utils/format-phone-with-unclearable-country-code.js +20 -0
  1943. package/intl-phone-input/moderncssm/utils/preparePasteData.d.ts +10 -0
  1944. package/intl-phone-input/moderncssm/utils/preparePasteData.js +64 -0
  1945. package/keyboard-focusable/moderncssm/Component.d.ts +12 -0
  1946. package/keyboard-focusable/moderncssm/Component.js +11 -0
  1947. package/keyboard-focusable/moderncssm/index.d.ts +1 -0
  1948. package/keyboard-focusable/moderncssm/index.js +3 -0
  1949. package/link/Component.js +3 -3
  1950. package/link/cssm/index.module.css +3 -2
  1951. package/link/default.css +10 -10
  1952. package/link/esm/Component.js +3 -3
  1953. package/link/esm/default.css +10 -10
  1954. package/link/esm/index.css +17 -16
  1955. package/link/esm/inverted.css +10 -10
  1956. package/link/index.css +17 -16
  1957. package/link/inverted.css +10 -10
  1958. package/link/modern/Component.js +3 -3
  1959. package/link/modern/default.css +10 -10
  1960. package/link/modern/index.css +17 -16
  1961. package/link/modern/inverted.css +10 -10
  1962. package/link/moderncssm/Component.d.ts +107 -0
  1963. package/link/moderncssm/Component.js +45 -0
  1964. package/link/moderncssm/default.module.css +63 -0
  1965. package/link/moderncssm/index.d.ts +1 -0
  1966. package/link/moderncssm/index.js +8 -0
  1967. package/link/moderncssm/index.module.css +71 -0
  1968. package/link/moderncssm/inverted.module.css +63 -0
  1969. package/list/Component-f7e89076.js +64 -0
  1970. package/list/Component.js +1 -1
  1971. package/list/components/item/Component.js +1 -1
  1972. package/list/components/item/index.css +17 -14
  1973. package/list/components/item/index.d.ts +1 -1
  1974. package/list/components/item/index.js +1 -1
  1975. package/list/cssm/components/item/index.module.css +7 -4
  1976. package/list/cssm/index.module.css +2 -1
  1977. package/list/esm/Component-82015cc3.js +57 -0
  1978. package/list/esm/Component.js +1 -1
  1979. package/list/esm/components/item/Component.js +1 -1
  1980. package/list/esm/components/item/index.css +17 -14
  1981. package/list/esm/components/item/index.d.ts +1 -1
  1982. package/list/esm/components/item/index.js +1 -1
  1983. package/list/esm/index.css +8 -7
  1984. package/list/esm/index.js +1 -1
  1985. package/list/index.css +8 -7
  1986. package/list/index.js +1 -1
  1987. package/list/modern/Component-8f7f216d.js +52 -0
  1988. package/list/modern/Component.js +1 -1
  1989. package/list/modern/components/item/Component.js +1 -1
  1990. package/list/modern/components/item/index.css +17 -14
  1991. package/list/modern/components/item/index.d.ts +1 -1
  1992. package/list/modern/components/item/index.js +1 -1
  1993. package/list/modern/index.css +8 -7
  1994. package/list/modern/index.js +1 -1
  1995. package/list/moderncssm/Component-0887e7cb.d.ts +72 -0
  1996. package/list/moderncssm/Component-8a80b477.d.ts +15 -0
  1997. package/list/moderncssm/Component-8a80b477.js +48 -0
  1998. package/list/moderncssm/Component.d.ts +0 -0
  1999. package/list/moderncssm/Component.js +7 -0
  2000. package/list/moderncssm/components/item/Component.d.ts +0 -0
  2001. package/list/moderncssm/components/item/Component.js +7 -0
  2002. package/list/moderncssm/components/item/index.d.ts +1 -0
  2003. package/list/moderncssm/components/item/index.js +7 -0
  2004. package/list/moderncssm/components/item/index.module.css +49 -0
  2005. package/list/moderncssm/index.d.ts +2 -0
  2006. package/list/moderncssm/index.js +8 -0
  2007. package/list/moderncssm/index.module.css +31 -0
  2008. package/list/moderncssm/presets.d.ts +7 -0
  2009. package/list/moderncssm/presets.js +8 -0
  2010. package/list/moderncssm/utils.d.ts +5 -0
  2011. package/list/moderncssm/utils.js +6 -0
  2012. package/list-header/Component.js +1 -1
  2013. package/list-header/cssm/index.module.css +7 -2
  2014. package/list-header/esm/Component.js +1 -1
  2015. package/list-header/esm/index.css +11 -6
  2016. package/list-header/index.css +11 -6
  2017. package/list-header/modern/Component.js +1 -1
  2018. package/list-header/modern/index.css +11 -6
  2019. package/list-header/moderncssm/Component.d.ts +26 -0
  2020. package/list-header/moderncssm/Component.js +10 -0
  2021. package/list-header/moderncssm/index.d.ts +1 -0
  2022. package/list-header/moderncssm/index.js +5 -0
  2023. package/list-header/moderncssm/index.module.css +18 -0
  2024. package/loader/Component.js +1 -1
  2025. package/loader/cssm/index.module.css +2 -1
  2026. package/loader/esm/Component.js +1 -1
  2027. package/loader/esm/index.css +10 -9
  2028. package/loader/index.css +10 -9
  2029. package/loader/modern/Component.js +1 -1
  2030. package/loader/modern/index.css +10 -9
  2031. package/loader/moderncssm/Component.d.ts +14 -0
  2032. package/loader/moderncssm/Component.js +10 -0
  2033. package/loader/moderncssm/index.d.ts +1 -0
  2034. package/loader/moderncssm/index.js +4 -0
  2035. package/loader/moderncssm/index.module.css +52 -0
  2036. package/markdown/Component.js +1 -1
  2037. package/markdown/cssm/index.module.css +17 -11
  2038. package/markdown/esm/Component.desktop.js +1 -1
  2039. package/markdown/esm/Component.js +1 -1
  2040. package/markdown/esm/Component.mobile.js +1 -1
  2041. package/markdown/esm/Component.responsive.js +1 -1
  2042. package/markdown/esm/desktop/index.js +1 -1
  2043. package/markdown/esm/hooks/use-overrides.js +1 -1
  2044. package/markdown/esm/index.css +33 -27
  2045. package/markdown/esm/index.js +1 -1
  2046. package/markdown/esm/mobile/index.js +1 -1
  2047. package/markdown/esm/use-overrides-b7efd685.js +32 -0
  2048. package/markdown/hooks/use-overrides.js +1 -1
  2049. package/markdown/index.css +33 -27
  2050. package/markdown/modern/Component.desktop.js +1 -1
  2051. package/markdown/modern/Component.js +1 -1
  2052. package/markdown/modern/Component.mobile.js +1 -1
  2053. package/markdown/modern/Component.responsive.js +1 -1
  2054. package/markdown/modern/desktop/index.js +1 -1
  2055. package/markdown/modern/hooks/use-overrides.js +1 -1
  2056. package/markdown/modern/index.css +33 -27
  2057. package/markdown/modern/index.js +1 -1
  2058. package/markdown/modern/mobile/index.js +1 -1
  2059. package/markdown/modern/use-overrides-cd538346.js +30 -0
  2060. package/markdown/moderncssm/Component.d.ts +5 -0
  2061. package/markdown/moderncssm/Component.desktop.d.ts +5 -0
  2062. package/markdown/moderncssm/Component.desktop.js +16 -0
  2063. package/markdown/moderncssm/Component.js +18 -0
  2064. package/markdown/moderncssm/Component.mobile.d.ts +5 -0
  2065. package/markdown/moderncssm/Component.mobile.js +16 -0
  2066. package/markdown/moderncssm/Component.responsive.d.ts +5 -0
  2067. package/markdown/moderncssm/Component.responsive.js +23 -0
  2068. package/markdown/moderncssm/desktop/index.d.ts +2 -0
  2069. package/markdown/moderncssm/desktop/index.js +13 -0
  2070. package/markdown/moderncssm/hooks/use-overrides.d.ts +3 -0
  2071. package/markdown/moderncssm/hooks/use-overrides.js +28 -0
  2072. package/markdown/moderncssm/index.d.ts +2 -0
  2073. package/markdown/moderncssm/index.js +15 -0
  2074. package/markdown/moderncssm/index.module.css +65 -0
  2075. package/markdown/moderncssm/mobile/index.d.ts +2 -0
  2076. package/markdown/moderncssm/mobile/index.js +13 -0
  2077. package/markdown/moderncssm/remark-plugins/index.d.ts +1 -0
  2078. package/markdown/moderncssm/remark-plugins/index.js +3 -0
  2079. package/markdown/moderncssm/remark-plugins/strikethrough.d.ts +5 -0
  2080. package/markdown/moderncssm/remark-plugins/strikethrough.js +19 -0
  2081. package/markdown/moderncssm/typings.d.ts +37 -0
  2082. package/markdown/moderncssm/typings.js +1 -0
  2083. package/markdown/use-overrides-b8e9c8ab.js +38 -0
  2084. package/masked-input/Component.js +1 -1
  2085. package/masked-input/esm/Component.js +1 -1
  2086. package/masked-input/esm/index.css +2 -2
  2087. package/masked-input/index.css +2 -2
  2088. package/masked-input/modern/Component.js +1 -1
  2089. package/masked-input/modern/index.css +2 -2
  2090. package/masked-input/moderncssm/Component.d.ts +53 -0
  2091. package/masked-input/moderncssm/Component.js +66 -0
  2092. package/masked-input/moderncssm/index.d.ts +1 -0
  2093. package/masked-input/moderncssm/index.js +7 -0
  2094. package/masked-input/moderncssm/index.module.css +3 -0
  2095. package/modal/Component.js +3 -3
  2096. package/modal/components/content/Component.js +3 -3
  2097. package/modal/components/content/desktop.css +10 -9
  2098. package/modal/components/content/index.css +4 -4
  2099. package/modal/components/content/mobile.css +6 -5
  2100. package/modal/components/controls/Component.js +2 -2
  2101. package/modal/components/controls/index.css +2 -2
  2102. package/modal/components/footer/Component.js +4 -4
  2103. package/modal/components/footer/desktop.css +13 -11
  2104. package/modal/components/footer/index.css +4 -4
  2105. package/modal/components/footer/layout.css +27 -24
  2106. package/modal/components/footer/mobile.css +5 -4
  2107. package/modal/components/header/Component.js +3 -3
  2108. package/modal/components/header/desktop.css +21 -18
  2109. package/modal/components/header/index.css +4 -4
  2110. package/modal/components/header/mobile.css +8 -6
  2111. package/modal/cssm/components/content/desktop.module.css +3 -2
  2112. package/modal/cssm/components/content/mobile.module.css +3 -2
  2113. package/modal/cssm/components/footer/desktop.module.css +4 -2
  2114. package/modal/cssm/components/footer/layout.module.css +10 -7
  2115. package/modal/cssm/components/footer/mobile.module.css +2 -1
  2116. package/modal/cssm/components/header/desktop.module.css +6 -3
  2117. package/modal/cssm/components/header/mobile.module.css +4 -2
  2118. package/modal/cssm/desktop/desktop.module.css +2 -1
  2119. package/modal/desktop/desktop.css +11 -10
  2120. package/modal/esm/Component.js +3 -3
  2121. package/modal/esm/Component.responsive.js +1 -1
  2122. package/modal/esm/components/content/Component.js +3 -3
  2123. package/modal/esm/components/content/desktop.css +10 -9
  2124. package/modal/esm/components/content/index.css +4 -4
  2125. package/modal/esm/components/content/mobile.css +6 -5
  2126. package/modal/esm/components/controls/Component.js +2 -2
  2127. package/modal/esm/components/controls/index.css +2 -2
  2128. package/modal/esm/components/controls/index.js +1 -1
  2129. package/modal/esm/components/footer/Component.js +4 -4
  2130. package/modal/esm/components/footer/desktop.css +13 -11
  2131. package/modal/esm/components/footer/index.css +4 -4
  2132. package/modal/esm/components/footer/layout.css +27 -24
  2133. package/modal/esm/components/footer/mobile.css +5 -4
  2134. package/modal/esm/components/header/Component.js +3 -3
  2135. package/modal/esm/components/header/desktop.css +21 -18
  2136. package/modal/esm/components/header/index.css +4 -4
  2137. package/modal/esm/components/header/mobile.css +8 -6
  2138. package/modal/esm/desktop/Component.desktop.js +1 -1
  2139. package/modal/esm/desktop/desktop.css +11 -10
  2140. package/modal/esm/desktop/index.js +1 -1
  2141. package/modal/esm/index.js +1 -1
  2142. package/modal/esm/layout.module-7110661e.js +4 -0
  2143. package/modal/esm/mobile/Component.mobile.js +1 -1
  2144. package/modal/esm/mobile/index.js +1 -1
  2145. package/modal/esm/mobile/mobile.css +2 -2
  2146. package/modal/esm/transitions.css +8 -8
  2147. package/modal/layout.module-8f8489db.js +4 -0
  2148. package/modal/mobile/mobile.css +2 -2
  2149. package/modal/modern/Component.js +3 -3
  2150. package/modal/modern/Component.responsive.js +1 -1
  2151. package/modal/modern/components/content/Component.js +3 -3
  2152. package/modal/modern/components/content/desktop.css +10 -9
  2153. package/modal/modern/components/content/index.css +4 -4
  2154. package/modal/modern/components/content/mobile.css +6 -5
  2155. package/modal/modern/components/controls/Component.js +2 -2
  2156. package/modal/modern/components/controls/index.css +2 -2
  2157. package/modal/modern/components/controls/index.js +1 -1
  2158. package/modal/modern/components/footer/Component.js +4 -4
  2159. package/modal/modern/components/footer/desktop.css +13 -11
  2160. package/modal/modern/components/footer/index.css +4 -4
  2161. package/modal/modern/components/footer/layout.css +27 -24
  2162. package/modal/modern/components/footer/mobile.css +5 -4
  2163. package/modal/modern/components/header/Component.js +3 -3
  2164. package/modal/modern/components/header/desktop.css +21 -18
  2165. package/modal/modern/components/header/index.css +4 -4
  2166. package/modal/modern/components/header/mobile.css +8 -6
  2167. package/modal/modern/desktop/Component.desktop.js +1 -1
  2168. package/modal/modern/desktop/desktop.css +11 -10
  2169. package/modal/modern/desktop/index.js +1 -1
  2170. package/modal/modern/index.js +1 -1
  2171. package/modal/modern/layout.module-84fef412.js +4 -0
  2172. package/modal/modern/mobile/Component.mobile.js +1 -1
  2173. package/modal/modern/mobile/index.js +1 -1
  2174. package/modal/modern/mobile/mobile.css +2 -2
  2175. package/modal/modern/transitions.css +8 -8
  2176. package/modal/moderncssm/Component.d.ts +13 -0
  2177. package/modal/moderncssm/Component.js +59 -0
  2178. package/modal/moderncssm/Component.responsive.d.ts +18 -0
  2179. package/modal/moderncssm/Component.responsive.js +43 -0
  2180. package/modal/moderncssm/Context.d.ts +4 -0
  2181. package/modal/moderncssm/Context.js +5 -0
  2182. package/modal/moderncssm/ResponsiveContext.d.ts +5 -0
  2183. package/modal/moderncssm/ResponsiveContext.js +8 -0
  2184. package/modal/moderncssm/components/content/Component.d.ts +4 -0
  2185. package/modal/moderncssm/components/content/Component.js +23 -0
  2186. package/modal/moderncssm/components/content/desktop.module.css +30 -0
  2187. package/modal/moderncssm/components/content/index.module.css +31 -0
  2188. package/modal/moderncssm/components/content/mobile.module.css +24 -0
  2189. package/modal/moderncssm/components/controls/Component.d.ts +29 -0
  2190. package/modal/moderncssm/components/controls/Component.js +19 -0
  2191. package/modal/moderncssm/components/controls/index.d.ts +1 -0
  2192. package/modal/moderncssm/components/controls/index.js +7 -0
  2193. package/modal/moderncssm/components/controls/index.module.css +3 -0
  2194. package/modal/moderncssm/components/footer/Component.d.ts +25 -0
  2195. package/modal/moderncssm/components/footer/Component.js +30 -0
  2196. package/modal/moderncssm/components/footer/desktop.module.css +40 -0
  2197. package/modal/moderncssm/components/footer/index.module.css +35 -0
  2198. package/modal/moderncssm/components/footer/layout.module.css +76 -0
  2199. package/modal/moderncssm/components/footer/mobile.module.css +24 -0
  2200. package/modal/moderncssm/components/header/Component.d.ts +5 -0
  2201. package/modal/moderncssm/components/header/Component.js +43 -0
  2202. package/modal/moderncssm/components/header/desktop.module.css +68 -0
  2203. package/modal/moderncssm/components/header/index.module.css +33 -0
  2204. package/modal/moderncssm/components/header/mobile.module.css +39 -0
  2205. package/modal/moderncssm/consts.d.ts +12 -0
  2206. package/modal/moderncssm/consts.js +13 -0
  2207. package/modal/moderncssm/desktop/Component.desktop.d.ts +17 -0
  2208. package/modal/moderncssm/desktop/Component.desktop.js +38 -0
  2209. package/modal/moderncssm/desktop/desktop.module.css +59 -0
  2210. package/modal/moderncssm/desktop/index.d.ts +2 -0
  2211. package/modal/moderncssm/desktop/index.js +29 -0
  2212. package/modal/moderncssm/index.d.ts +2 -0
  2213. package/modal/moderncssm/index.js +30 -0
  2214. package/modal/moderncssm/mobile/Component.mobile.d.ts +11 -0
  2215. package/modal/moderncssm/mobile/Component.mobile.js +38 -0
  2216. package/modal/moderncssm/mobile/index.d.ts +2 -0
  2217. package/modal/moderncssm/mobile/index.js +29 -0
  2218. package/modal/moderncssm/mobile/mobile.module.css +22 -0
  2219. package/modal/moderncssm/shared/index.d.ts +5 -0
  2220. package/modal/moderncssm/shared/index.js +4 -0
  2221. package/modal/moderncssm/transitions.module.css +24 -0
  2222. package/modal/moderncssm/typings.d.ts +62 -0
  2223. package/modal/moderncssm/typings.js +1 -0
  2224. package/modal/moderncssm/utils.d.ts +11 -0
  2225. package/modal/moderncssm/utils.js +16 -0
  2226. package/modal/moderncssm/vars.css +16 -0
  2227. package/modal/transitions.css +8 -8
  2228. package/mq/moderncssm/Component.d.ts +25 -0
  2229. package/mq/moderncssm/Component.js +21 -0
  2230. package/mq/moderncssm/index.d.ts +2 -0
  2231. package/mq/moderncssm/index.js +5 -0
  2232. package/mq/moderncssm/useMatchMedia.d.ts +7 -0
  2233. package/mq/moderncssm/useMatchMedia.js +35 -0
  2234. package/mq/moderncssm/utils.d.ts +21 -0
  2235. package/mq/moderncssm/utils.js +65 -0
  2236. package/navigation-bar/Component.js +1 -1
  2237. package/navigation-bar/components/action-icon-addon/Component.js +1 -1
  2238. package/navigation-bar/components/action-icon-addon/index.css +7 -7
  2239. package/navigation-bar/components/action-text-addon/Component.js +1 -1
  2240. package/navigation-bar/components/action-text-addon/index.css +6 -4
  2241. package/navigation-bar/cssm/components/action-text-addon/index.module.css +3 -1
  2242. package/navigation-bar/cssm/index.module.css +5 -2
  2243. package/navigation-bar/esm/Component.js +1 -1
  2244. package/navigation-bar/esm/components/action-icon-addon/Component.js +1 -1
  2245. package/navigation-bar/esm/components/action-icon-addon/index.css +7 -7
  2246. package/navigation-bar/esm/components/action-text-addon/Component.js +1 -1
  2247. package/navigation-bar/esm/components/action-text-addon/index.css +6 -4
  2248. package/navigation-bar/esm/index.css +22 -19
  2249. package/navigation-bar/index.css +22 -19
  2250. package/navigation-bar/modern/Component.js +1 -1
  2251. package/navigation-bar/modern/components/action-icon-addon/Component.js +1 -1
  2252. package/navigation-bar/modern/components/action-icon-addon/index.css +7 -7
  2253. package/navigation-bar/modern/components/action-text-addon/Component.js +1 -1
  2254. package/navigation-bar/modern/components/action-text-addon/index.css +6 -4
  2255. package/navigation-bar/modern/index.css +22 -19
  2256. package/navigation-bar/moderncssm/Component.d.ts +76 -0
  2257. package/navigation-bar/moderncssm/Component.js +54 -0
  2258. package/navigation-bar/moderncssm/components/action-icon-addon/Component.d.ts +22 -0
  2259. package/navigation-bar/moderncssm/components/action-icon-addon/Component.js +16 -0
  2260. package/navigation-bar/moderncssm/components/action-icon-addon/index.d.ts +1 -0
  2261. package/navigation-bar/moderncssm/components/action-icon-addon/index.js +7 -0
  2262. package/navigation-bar/moderncssm/components/action-icon-addon/index.module.css +34 -0
  2263. package/navigation-bar/moderncssm/components/action-text-addon/Component.d.ts +26 -0
  2264. package/navigation-bar/moderncssm/components/action-text-addon/Component.js +10 -0
  2265. package/navigation-bar/moderncssm/components/action-text-addon/index.d.ts +1 -0
  2266. package/navigation-bar/moderncssm/components/action-text-addon/index.js +6 -0
  2267. package/navigation-bar/moderncssm/components/action-text-addon/index.module.css +9 -0
  2268. package/navigation-bar/moderncssm/index.d.ts +1 -0
  2269. package/navigation-bar/moderncssm/index.js +5 -0
  2270. package/navigation-bar/moderncssm/index.module.css +87 -0
  2271. package/navigation-bar/moderncssm/shared/index.d.ts +3 -0
  2272. package/navigation-bar/moderncssm/shared/index.js +12 -0
  2273. package/navigation-bar/moderncssm/utils.d.ts +6 -0
  2274. package/navigation-bar/moderncssm/utils.js +11 -0
  2275. package/navigation-bar-private/Component.js +1 -1
  2276. package/navigation-bar-private/components/back-arrow-addon/Component.js +1 -1
  2277. package/navigation-bar-private/components/back-arrow-addon/index.css +18 -16
  2278. package/navigation-bar-private/components/closer/Component.js +1 -1
  2279. package/navigation-bar-private/components/closer/index.css +6 -6
  2280. package/navigation-bar-private/cssm/components/back-arrow-addon/index.module.css +6 -4
  2281. package/navigation-bar-private/cssm/index.module.css +6 -4
  2282. package/navigation-bar-private/esm/Component.js +1 -1
  2283. package/navigation-bar-private/esm/components/back-arrow-addon/Component.js +1 -1
  2284. package/navigation-bar-private/esm/components/back-arrow-addon/index.css +18 -16
  2285. package/navigation-bar-private/esm/components/closer/Component.js +1 -1
  2286. package/navigation-bar-private/esm/components/closer/index.css +6 -6
  2287. package/navigation-bar-private/esm/index.css +33 -31
  2288. package/navigation-bar-private/index.css +33 -31
  2289. package/navigation-bar-private/modern/Component.js +1 -1
  2290. package/navigation-bar-private/modern/components/back-arrow-addon/Component.js +1 -1
  2291. package/navigation-bar-private/modern/components/back-arrow-addon/index.css +18 -16
  2292. package/navigation-bar-private/modern/components/closer/Component.js +1 -1
  2293. package/navigation-bar-private/modern/components/closer/index.css +6 -6
  2294. package/navigation-bar-private/modern/index.css +33 -31
  2295. package/navigation-bar-private/moderncssm/Component.d.ts +5 -0
  2296. package/navigation-bar-private/moderncssm/Component.js +168 -0
  2297. package/navigation-bar-private/moderncssm/components/back-arrow-addon/Component.d.ts +26 -0
  2298. package/navigation-bar-private/moderncssm/components/back-arrow-addon/Component.js +21 -0
  2299. package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.d.ts +1 -0
  2300. package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.js +8 -0
  2301. package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.module.css +62 -0
  2302. package/navigation-bar-private/moderncssm/components/closer/Component.d.ts +35 -0
  2303. package/navigation-bar-private/moderncssm/components/closer/Component.js +18 -0
  2304. package/navigation-bar-private/moderncssm/components/closer/index.d.ts +1 -0
  2305. package/navigation-bar-private/moderncssm/components/closer/index.js +7 -0
  2306. package/navigation-bar-private/moderncssm/components/closer/index.module.css +33 -0
  2307. package/navigation-bar-private/moderncssm/index.d.ts +2 -0
  2308. package/navigation-bar-private/moderncssm/index.js +18 -0
  2309. package/navigation-bar-private/moderncssm/index.module.css +131 -0
  2310. package/navigation-bar-private/moderncssm/shared/index.d.ts +2 -0
  2311. package/navigation-bar-private/moderncssm/shared/index.js +13 -0
  2312. package/navigation-bar-private/moderncssm/types.d.ts +118 -0
  2313. package/navigation-bar-private/moderncssm/types.js +1 -0
  2314. package/navigation-bar-private/moderncssm/vars.css +7 -0
  2315. package/notification/Component.js +1 -1
  2316. package/notification/cssm/index.module.css +13 -8
  2317. package/notification/esm/Component.js +1 -1
  2318. package/notification/esm/index.css +22 -17
  2319. package/notification/index.css +22 -17
  2320. package/notification/modern/Component.js +1 -1
  2321. package/notification/modern/index.css +22 -17
  2322. package/notification/moderncssm/Component.d.ts +89 -0
  2323. package/notification/moderncssm/Component.js +95 -0
  2324. package/notification/moderncssm/browser-a216f694.d.ts +6 -0
  2325. package/notification/moderncssm/index.d.ts +1 -0
  2326. package/notification/moderncssm/index.js +12 -0
  2327. package/notification/moderncssm/index.module.css +60 -0
  2328. package/notification/moderncssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  2329. package/notification/moderncssm/utils/getNotificationTestIds.d.ts +5 -0
  2330. package/notification/moderncssm/utils/getNotificationTestIds.js +18 -0
  2331. package/notification/moderncssm/utils/index.d.ts +4 -0
  2332. package/notification/moderncssm/utils/index.js +27 -0
  2333. package/notification-manager/component.js +1 -1
  2334. package/notification-manager/cssm/index.module.css +31 -26
  2335. package/notification-manager/esm/component.js +1 -1
  2336. package/notification-manager/esm/index.css +36 -31
  2337. package/notification-manager/index.css +36 -31
  2338. package/notification-manager/modern/component.js +1 -1
  2339. package/notification-manager/modern/index.css +36 -31
  2340. package/notification-manager/moderncssm/component.d.ts +72 -0
  2341. package/notification-manager/moderncssm/component.js +30 -0
  2342. package/notification-manager/moderncssm/components/index.d.ts +1 -0
  2343. package/notification-manager/moderncssm/components/index.js +3 -0
  2344. package/notification-manager/moderncssm/components/notification/component.d.ts +12 -0
  2345. package/notification-manager/moderncssm/components/notification/component.js +30 -0
  2346. package/notification-manager/moderncssm/components/notification/index.d.ts +1 -0
  2347. package/notification-manager/moderncssm/components/notification/index.js +3 -0
  2348. package/notification-manager/moderncssm/index.d.ts +1 -0
  2349. package/notification-manager/moderncssm/index.js +9 -0
  2350. package/notification-manager/moderncssm/index.module.css +52 -0
  2351. package/number-input/components/number-input/Component.js +3 -3
  2352. package/number-input/components/number-input/default.css +4 -4
  2353. package/number-input/components/number-input/index.css +7 -5
  2354. package/number-input/components/number-input/inverted.css +4 -4
  2355. package/number-input/components/steppers/Component.js +3 -3
  2356. package/number-input/components/steppers/default.css +2 -2
  2357. package/number-input/components/steppers/index.css +4 -4
  2358. package/number-input/components/steppers/inverted.css +2 -2
  2359. package/number-input/cssm/components/number-input/index.module.css +4 -2
  2360. package/number-input/esm/components/number-input/Component.js +3 -3
  2361. package/number-input/esm/components/number-input/default.css +4 -4
  2362. package/number-input/esm/components/number-input/index.css +7 -5
  2363. package/number-input/esm/components/number-input/inverted.css +4 -4
  2364. package/number-input/esm/components/steppers/Component.js +3 -3
  2365. package/number-input/esm/components/steppers/default.css +2 -2
  2366. package/number-input/esm/components/steppers/index.css +4 -4
  2367. package/number-input/esm/components/steppers/inverted.css +2 -2
  2368. package/number-input/modern/components/number-input/Component.js +3 -3
  2369. package/number-input/modern/components/number-input/default.css +4 -4
  2370. package/number-input/modern/components/number-input/index.css +7 -5
  2371. package/number-input/modern/components/number-input/inverted.css +4 -4
  2372. package/number-input/modern/components/steppers/Component.js +3 -3
  2373. package/number-input/modern/components/steppers/default.css +2 -2
  2374. package/number-input/modern/components/steppers/index.css +4 -4
  2375. package/number-input/modern/components/steppers/inverted.css +2 -2
  2376. package/number-input/moderncssm/Component.responsive.d.ts +6 -0
  2377. package/number-input/moderncssm/Component.responsive.js +28 -0
  2378. package/number-input/moderncssm/components/number-input/Component.d.ts +60 -0
  2379. package/number-input/moderncssm/components/number-input/Component.js +114 -0
  2380. package/number-input/moderncssm/components/number-input/default.module.css +10 -0
  2381. package/number-input/moderncssm/components/number-input/index.d.ts +1 -0
  2382. package/number-input/moderncssm/components/number-input/index.js +18 -0
  2383. package/number-input/moderncssm/components/number-input/index.module.css +9 -0
  2384. package/number-input/moderncssm/components/number-input/inverted.module.css +10 -0
  2385. package/number-input/moderncssm/components/steppers/Component.d.ts +15 -0
  2386. package/number-input/moderncssm/components/steppers/Component.js +27 -0
  2387. package/number-input/moderncssm/components/steppers/default.module.css +5 -0
  2388. package/number-input/moderncssm/components/steppers/index.d.ts +1 -0
  2389. package/number-input/moderncssm/components/steppers/index.js +10 -0
  2390. package/number-input/moderncssm/components/steppers/index.module.css +20 -0
  2391. package/number-input/moderncssm/components/steppers/inverted.module.css +5 -0
  2392. package/number-input/moderncssm/desktop/Component.desktop.d.ts +6 -0
  2393. package/number-input/moderncssm/desktop/Component.desktop.js +23 -0
  2394. package/number-input/moderncssm/desktop/index.d.ts +2 -0
  2395. package/number-input/moderncssm/desktop/index.js +20 -0
  2396. package/number-input/moderncssm/index.d.ts +2 -0
  2397. package/number-input/moderncssm/index.js +21 -0
  2398. package/number-input/moderncssm/mobile/Component.mobile.d.ts +6 -0
  2399. package/number-input/moderncssm/mobile/Component.mobile.js +23 -0
  2400. package/number-input/moderncssm/mobile/index.d.ts +2 -0
  2401. package/number-input/moderncssm/mobile/index.js +20 -0
  2402. package/number-input/moderncssm/shared/index.d.ts +1 -0
  2403. package/number-input/moderncssm/shared/index.js +3 -0
  2404. package/number-input/moderncssm/utils.d.ts +34 -0
  2405. package/number-input/moderncssm/utils.js +246 -0
  2406. package/package.json +1 -1
  2407. package/pagination/Component.js +1 -1
  2408. package/pagination/components/default-view/index.css +2 -2
  2409. package/pagination/components/default-view/index.js +1 -1
  2410. package/pagination/components/per-page-view/index.css +4 -3
  2411. package/pagination/components/per-page-view/index.js +1 -1
  2412. package/pagination/components/tag/index.css +8 -8
  2413. package/pagination/components/tag/index.js +1 -1
  2414. package/pagination/cssm/components/per-page-view/index.module.css +2 -1
  2415. package/pagination/cssm/index.module.css +2 -1
  2416. package/pagination/esm/Component.js +1 -1
  2417. package/pagination/esm/components/default-view/index.css +2 -2
  2418. package/pagination/esm/components/default-view/index.js +1 -1
  2419. package/pagination/esm/components/per-page-view/index.css +4 -3
  2420. package/pagination/esm/components/per-page-view/index.js +1 -1
  2421. package/pagination/esm/components/tag/index.css +8 -8
  2422. package/pagination/esm/components/tag/index.js +1 -1
  2423. package/pagination/esm/index.css +6 -5
  2424. package/pagination/index.css +6 -5
  2425. package/pagination/modern/Component.js +1 -1
  2426. package/pagination/modern/components/default-view/index.css +2 -2
  2427. package/pagination/modern/components/default-view/index.js +1 -1
  2428. package/pagination/modern/components/per-page-view/index.css +4 -3
  2429. package/pagination/modern/components/per-page-view/index.js +1 -1
  2430. package/pagination/modern/components/tag/index.css +8 -8
  2431. package/pagination/modern/components/tag/index.js +1 -1
  2432. package/pagination/modern/index.css +6 -5
  2433. package/pagination/moderncssm/Component.d.ts +41 -0
  2434. package/pagination/moderncssm/Component.js +34 -0
  2435. package/pagination/moderncssm/components/default-view/index.d.ts +5 -0
  2436. package/pagination/moderncssm/components/default-view/index.js +47 -0
  2437. package/pagination/moderncssm/components/default-view/index.module.css +12 -0
  2438. package/pagination/moderncssm/components/per-page-view/index.d.ts +5 -0
  2439. package/pagination/moderncssm/components/per-page-view/index.js +10 -0
  2440. package/pagination/moderncssm/components/per-page-view/index.module.css +6 -0
  2441. package/pagination/moderncssm/components/tag/index.d.ts +4 -0
  2442. package/pagination/moderncssm/components/tag/index.js +8 -0
  2443. package/pagination/moderncssm/components/tag/index.module.css +40 -0
  2444. package/pagination/moderncssm/index.d.ts +1 -0
  2445. package/pagination/moderncssm/index.js +13 -0
  2446. package/pagination/moderncssm/index.module.css +21 -0
  2447. package/pass-code/Component.js +1 -1
  2448. package/pass-code/components/InputProgress/Component.js +2 -2
  2449. package/pass-code/components/InputProgress/index.css +16 -16
  2450. package/pass-code/components/InputProgress/transitions.css +8 -8
  2451. package/pass-code/components/KeyPad/Component.js +1 -1
  2452. package/pass-code/components/KeyPad/index.css +5 -4
  2453. package/pass-code/components/KeyPadButton/Component.js +1 -1
  2454. package/pass-code/components/KeyPadButton/index.css +9 -9
  2455. package/pass-code/cssm/components/KeyPad/index.module.css +2 -1
  2456. package/pass-code/cssm/desktop/desktop.module.css +3 -1
  2457. package/pass-code/cssm/mobile/mobile.module.css +3 -1
  2458. package/pass-code/desktop/PassCodeDesktop.js +1 -1
  2459. package/pass-code/desktop/desktop.css +5 -3
  2460. package/pass-code/esm/Component.js +1 -1
  2461. package/pass-code/esm/components/InputProgress/Component.js +2 -2
  2462. package/pass-code/esm/components/InputProgress/index.css +16 -16
  2463. package/pass-code/esm/components/InputProgress/transitions.css +8 -8
  2464. package/pass-code/esm/components/KeyPad/Component.js +1 -1
  2465. package/pass-code/esm/components/KeyPad/index.css +5 -4
  2466. package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
  2467. package/pass-code/esm/components/KeyPadButton/index.css +9 -9
  2468. package/pass-code/esm/desktop/PassCodeDesktop.js +1 -1
  2469. package/pass-code/esm/desktop/desktop.css +5 -3
  2470. package/pass-code/esm/index.css +4 -4
  2471. package/pass-code/esm/mobile/PassCodeMobile.js +1 -1
  2472. package/pass-code/esm/mobile/mobile.css +5 -3
  2473. package/pass-code/index.css +4 -4
  2474. package/pass-code/mobile/PassCodeMobile.js +1 -1
  2475. package/pass-code/mobile/mobile.css +5 -3
  2476. package/pass-code/modern/Component.js +1 -1
  2477. package/pass-code/modern/components/InputProgress/Component.js +2 -2
  2478. package/pass-code/modern/components/InputProgress/index.css +16 -16
  2479. package/pass-code/modern/components/InputProgress/transitions.css +8 -8
  2480. package/pass-code/modern/components/KeyPad/Component.js +1 -1
  2481. package/pass-code/modern/components/KeyPad/index.css +5 -4
  2482. package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
  2483. package/pass-code/modern/components/KeyPadButton/index.css +9 -9
  2484. package/pass-code/modern/desktop/PassCodeDesktop.js +1 -1
  2485. package/pass-code/modern/desktop/desktop.css +5 -3
  2486. package/pass-code/modern/index.css +4 -4
  2487. package/pass-code/modern/mobile/PassCodeMobile.js +1 -1
  2488. package/pass-code/modern/mobile/mobile.css +5 -3
  2489. package/pass-code/moderncssm/Component.d.ts +66 -0
  2490. package/pass-code/moderncssm/Component.js +46 -0
  2491. package/pass-code/moderncssm/Component.responsive.d.ts +5 -0
  2492. package/pass-code/moderncssm/Component.responsive.js +31 -0
  2493. package/pass-code/moderncssm/components/InputProgress/Component.d.ts +12 -0
  2494. package/pass-code/moderncssm/components/InputProgress/Component.js +31 -0
  2495. package/pass-code/moderncssm/components/InputProgress/animations.module.css +15 -0
  2496. package/pass-code/moderncssm/components/InputProgress/index.d.ts +1 -0
  2497. package/pass-code/moderncssm/components/InputProgress/index.js +8 -0
  2498. package/pass-code/moderncssm/components/InputProgress/index.module.css +74 -0
  2499. package/pass-code/moderncssm/components/InputProgress/transitions.module.css +51 -0
  2500. package/pass-code/moderncssm/components/InputProgress/useInputProgress.d.ts +5 -0
  2501. package/pass-code/moderncssm/components/InputProgress/useInputProgress.js +18 -0
  2502. package/pass-code/moderncssm/components/KeyPad/Component.d.ts +35 -0
  2503. package/pass-code/moderncssm/components/KeyPad/Component.js +38 -0
  2504. package/pass-code/moderncssm/components/KeyPad/index.d.ts +1 -0
  2505. package/pass-code/moderncssm/components/KeyPad/index.js +9 -0
  2506. package/pass-code/moderncssm/components/KeyPad/index.module.css +15 -0
  2507. package/pass-code/moderncssm/components/KeyPadButton/Component.d.ts +36 -0
  2508. package/pass-code/moderncssm/components/KeyPadButton/Component.js +13 -0
  2509. package/pass-code/moderncssm/components/KeyPadButton/index.d.ts +1 -0
  2510. package/pass-code/moderncssm/components/KeyPadButton/index.js +6 -0
  2511. package/pass-code/moderncssm/components/KeyPadButton/index.module.css +40 -0
  2512. package/pass-code/moderncssm/desktop/PassCodeDesktop.d.ts +5 -0
  2513. package/pass-code/moderncssm/desktop/PassCodeDesktop.js +22 -0
  2514. package/pass-code/moderncssm/desktop/desktop.module.css +9 -0
  2515. package/pass-code/moderncssm/index.d.ts +2 -0
  2516. package/pass-code/moderncssm/index.js +23 -0
  2517. package/pass-code/moderncssm/index.module.css +23 -0
  2518. package/pass-code/moderncssm/mobile/PassCodeMobile.d.ts +5 -0
  2519. package/pass-code/moderncssm/mobile/PassCodeMobile.js +22 -0
  2520. package/pass-code/moderncssm/mobile/mobile.module.css +14 -0
  2521. package/pass-code/moderncssm/shared/index.d.ts +1 -0
  2522. package/pass-code/moderncssm/shared/index.js +2 -0
  2523. package/pass-code/moderncssm/typings.d.ts +18 -0
  2524. package/pass-code/moderncssm/typings.js +1 -0
  2525. package/pass-code/moderncssm/utils.d.ts +10 -0
  2526. package/pass-code/moderncssm/utils.js +15 -0
  2527. package/pass-code/moderncssm/vars.css +0 -0
  2528. package/pass-code-v1/Component.js +1 -1
  2529. package/pass-code-v1/components/InputProgress/Component.js +2 -2
  2530. package/pass-code-v1/components/InputProgress/index.css +5 -5
  2531. package/pass-code-v1/components/InputProgress/transitions.css +8 -8
  2532. package/pass-code-v1/components/KeyPad/Component.js +1 -1
  2533. package/pass-code-v1/components/KeyPad/index.css +13 -9
  2534. package/pass-code-v1/components/KeyPadButton/Component.js +1 -1
  2535. package/pass-code-v1/components/KeyPadButton/index.css +13 -13
  2536. package/pass-code-v1/cssm/components/KeyPad/index.module.css +8 -4
  2537. package/pass-code-v1/cssm/index.module.css +2 -1
  2538. package/pass-code-v1/esm/Component.js +1 -1
  2539. package/pass-code-v1/esm/components/InputProgress/Component.js +2 -2
  2540. package/pass-code-v1/esm/components/InputProgress/index.css +5 -5
  2541. package/pass-code-v1/esm/components/InputProgress/transitions.css +8 -8
  2542. package/pass-code-v1/esm/components/KeyPad/Component.js +1 -1
  2543. package/pass-code-v1/esm/components/KeyPad/index.css +13 -9
  2544. package/pass-code-v1/esm/components/KeyPadButton/Component.js +1 -1
  2545. package/pass-code-v1/esm/components/KeyPadButton/index.css +13 -13
  2546. package/pass-code-v1/esm/index.css +6 -5
  2547. package/pass-code-v1/index.css +6 -5
  2548. package/pass-code-v1/modern/Component.js +1 -1
  2549. package/pass-code-v1/modern/components/InputProgress/Component.js +2 -2
  2550. package/pass-code-v1/modern/components/InputProgress/index.css +5 -5
  2551. package/pass-code-v1/modern/components/InputProgress/transitions.css +8 -8
  2552. package/pass-code-v1/modern/components/KeyPad/Component.js +1 -1
  2553. package/pass-code-v1/modern/components/KeyPad/index.css +13 -9
  2554. package/pass-code-v1/modern/components/KeyPadButton/Component.js +1 -1
  2555. package/pass-code-v1/modern/components/KeyPadButton/index.css +13 -13
  2556. package/pass-code-v1/modern/index.css +6 -5
  2557. package/pass-code-v1/moderncssm/Component.d.ts +62 -0
  2558. package/pass-code-v1/moderncssm/Component.js +44 -0
  2559. package/pass-code-v1/moderncssm/components/InputProgress/Component.d.ts +11 -0
  2560. package/pass-code-v1/moderncssm/components/InputProgress/Component.js +21 -0
  2561. package/pass-code-v1/moderncssm/components/InputProgress/index.d.ts +1 -0
  2562. package/pass-code-v1/moderncssm/components/InputProgress/index.js +7 -0
  2563. package/pass-code-v1/moderncssm/components/InputProgress/index.module.css +29 -0
  2564. package/pass-code-v1/moderncssm/components/InputProgress/transitions.module.css +51 -0
  2565. package/pass-code-v1/moderncssm/components/KeyPad/Component.d.ts +31 -0
  2566. package/pass-code-v1/moderncssm/components/KeyPad/Component.js +34 -0
  2567. package/pass-code-v1/moderncssm/components/KeyPad/index.d.ts +1 -0
  2568. package/pass-code-v1/moderncssm/components/KeyPad/index.js +9 -0
  2569. package/pass-code-v1/moderncssm/components/KeyPad/index.module.css +33 -0
  2570. package/pass-code-v1/moderncssm/components/KeyPadButton/Component.d.ts +32 -0
  2571. package/pass-code-v1/moderncssm/components/KeyPadButton/Component.js +11 -0
  2572. package/pass-code-v1/moderncssm/components/KeyPadButton/index.d.ts +1 -0
  2573. package/pass-code-v1/moderncssm/components/KeyPadButton/index.js +5 -0
  2574. package/pass-code-v1/moderncssm/components/KeyPadButton/index.module.css +62 -0
  2575. package/pass-code-v1/moderncssm/index.d.ts +2 -0
  2576. package/pass-code-v1/moderncssm/index.js +16 -0
  2577. package/pass-code-v1/moderncssm/index.module.css +23 -0
  2578. package/pass-code-v1/moderncssm/shared/index.d.ts +1 -0
  2579. package/pass-code-v1/moderncssm/shared/index.js +2 -0
  2580. package/pass-code-v1/moderncssm/utils.d.ts +10 -0
  2581. package/pass-code-v1/moderncssm/utils.js +15 -0
  2582. package/pass-code-v1/moderncssm/vars.css +0 -0
  2583. package/password-input/component.js +1 -1
  2584. package/password-input/cssm/index.module.css +2 -1
  2585. package/password-input/esm/component.js +1 -1
  2586. package/password-input/esm/index.css +7 -6
  2587. package/password-input/index.css +7 -6
  2588. package/password-input/modern/component.js +1 -1
  2589. package/password-input/modern/index.css +7 -6
  2590. package/password-input/moderncssm/component.d.ts +27 -0
  2591. package/password-input/moderncssm/component.js +39 -0
  2592. package/password-input/moderncssm/index.d.ts +1 -0
  2593. package/password-input/moderncssm/index.js +8 -0
  2594. package/password-input/moderncssm/index.module.css +17 -0
  2595. package/pattern-lock/components/base-pattern-lock/Component.js +1 -1
  2596. package/pattern-lock/components/base-pattern-lock/index.css +11 -10
  2597. package/pattern-lock/cssm/components/base-pattern-lock/index.module.css +3 -2
  2598. package/pattern-lock/cssm/desktop/desktop.module.css +2 -1
  2599. package/pattern-lock/cssm/mobile/mobile.module.css +2 -1
  2600. package/pattern-lock/desktop/Component.desktop.js +1 -1
  2601. package/pattern-lock/desktop/desktop.css +6 -5
  2602. package/pattern-lock/esm/components/base-pattern-lock/Component.js +1 -1
  2603. package/pattern-lock/esm/components/base-pattern-lock/index.css +11 -10
  2604. package/pattern-lock/esm/desktop/Component.desktop.js +1 -1
  2605. package/pattern-lock/esm/desktop/desktop.css +6 -5
  2606. package/pattern-lock/esm/mobile/Component.mobile.js +1 -1
  2607. package/pattern-lock/esm/mobile/mobile.css +5 -4
  2608. package/pattern-lock/mobile/Component.mobile.js +1 -1
  2609. package/pattern-lock/mobile/mobile.css +5 -4
  2610. package/pattern-lock/modern/components/base-pattern-lock/Component.js +1 -1
  2611. package/pattern-lock/modern/components/base-pattern-lock/index.css +11 -10
  2612. package/pattern-lock/modern/desktop/Component.desktop.js +1 -1
  2613. package/pattern-lock/modern/desktop/desktop.css +6 -5
  2614. package/pattern-lock/modern/mobile/Component.mobile.js +1 -1
  2615. package/pattern-lock/modern/mobile/mobile.css +5 -4
  2616. package/pattern-lock/moderncssm/Component.responsive.d.ts +6 -0
  2617. package/pattern-lock/moderncssm/Component.responsive.js +24 -0
  2618. package/pattern-lock/moderncssm/components/base-pattern-lock/Component.d.ts +6 -0
  2619. package/pattern-lock/moderncssm/components/base-pattern-lock/Component.js +53 -0
  2620. package/pattern-lock/moderncssm/components/base-pattern-lock/index.d.ts +1 -0
  2621. package/pattern-lock/moderncssm/components/base-pattern-lock/index.js +9 -0
  2622. package/pattern-lock/moderncssm/components/base-pattern-lock/index.module.css +38 -0
  2623. package/pattern-lock/moderncssm/consts.d.ts +11 -0
  2624. package/pattern-lock/moderncssm/consts.js +26 -0
  2625. package/pattern-lock/moderncssm/desktop/Component.desktop.d.ts +6 -0
  2626. package/pattern-lock/moderncssm/desktop/Component.desktop.js +15 -0
  2627. package/pattern-lock/moderncssm/desktop/desktop.module.css +14 -0
  2628. package/pattern-lock/moderncssm/desktop/index.d.ts +2 -0
  2629. package/pattern-lock/moderncssm/desktop/index.js +11 -0
  2630. package/pattern-lock/moderncssm/hooks/use-pattern-lock-cleanup.d.ts +6 -0
  2631. package/pattern-lock/moderncssm/hooks/use-pattern-lock-cleanup.js +14 -0
  2632. package/pattern-lock/moderncssm/index.d.ts +3 -0
  2633. package/pattern-lock/moderncssm/index.js +15 -0
  2634. package/pattern-lock/moderncssm/mobile/Component.mobile.d.ts +6 -0
  2635. package/pattern-lock/moderncssm/mobile/Component.mobile.js +15 -0
  2636. package/pattern-lock/moderncssm/mobile/index.d.ts +2 -0
  2637. package/pattern-lock/moderncssm/mobile/index.js +11 -0
  2638. package/pattern-lock/moderncssm/mobile/mobile.module.css +11 -0
  2639. package/pattern-lock/moderncssm/shared/index.d.ts +2 -0
  2640. package/pattern-lock/moderncssm/shared/index.js +5 -0
  2641. package/pattern-lock/moderncssm/typings.d.ts +91 -0
  2642. package/pattern-lock/moderncssm/typings.js +1 -0
  2643. package/pattern-lock/moderncssm/utils.d.ts +14 -0
  2644. package/pattern-lock/moderncssm/utils.js +73 -0
  2645. package/pattern-lock/moderncssm/vars.css +0 -0
  2646. package/pattern-lock-v1/components/base-pattern-lock/Component.js +1 -1
  2647. package/pattern-lock-v1/components/base-pattern-lock/index.css +9 -7
  2648. package/pattern-lock-v1/cssm/components/base-pattern-lock/index.module.css +3 -1
  2649. package/pattern-lock-v1/cssm/desktop/desktop.module.css +4 -2
  2650. package/pattern-lock-v1/cssm/mobile/mobile.module.css +10 -5
  2651. package/pattern-lock-v1/desktop/Component.desktop.js +1 -1
  2652. package/pattern-lock-v1/desktop/desktop.css +8 -6
  2653. package/pattern-lock-v1/esm/components/base-pattern-lock/Component.js +1 -1
  2654. package/pattern-lock-v1/esm/components/base-pattern-lock/index.css +9 -7
  2655. package/pattern-lock-v1/esm/desktop/Component.desktop.js +1 -1
  2656. package/pattern-lock-v1/esm/desktop/desktop.css +8 -6
  2657. package/pattern-lock-v1/esm/mobile/Component.mobile.js +1 -1
  2658. package/pattern-lock-v1/esm/mobile/mobile.css +17 -12
  2659. package/pattern-lock-v1/mobile/Component.mobile.js +1 -1
  2660. package/pattern-lock-v1/mobile/mobile.css +17 -12
  2661. package/pattern-lock-v1/modern/components/base-pattern-lock/Component.js +1 -1
  2662. package/pattern-lock-v1/modern/components/base-pattern-lock/index.css +9 -7
  2663. package/pattern-lock-v1/modern/desktop/Component.desktop.js +1 -1
  2664. package/pattern-lock-v1/modern/desktop/desktop.css +8 -6
  2665. package/pattern-lock-v1/modern/mobile/Component.mobile.js +1 -1
  2666. package/pattern-lock-v1/modern/mobile/mobile.css +17 -12
  2667. package/pattern-lock-v1/moderncssm/Component.responsive.d.ts +10 -0
  2668. package/pattern-lock-v1/moderncssm/Component.responsive.js +27 -0
  2669. package/pattern-lock-v1/moderncssm/components/base-pattern-lock/Component.d.ts +6 -0
  2670. package/pattern-lock-v1/moderncssm/components/base-pattern-lock/Component.js +52 -0
  2671. package/pattern-lock-v1/moderncssm/components/base-pattern-lock/index.d.ts +1 -0
  2672. package/pattern-lock-v1/moderncssm/components/base-pattern-lock/index.js +9 -0
  2673. package/pattern-lock-v1/moderncssm/components/base-pattern-lock/index.module.css +28 -0
  2674. package/pattern-lock-v1/moderncssm/consts.d.ts +11 -0
  2675. package/pattern-lock-v1/moderncssm/consts.js +27 -0
  2676. package/pattern-lock-v1/moderncssm/desktop/Component.desktop.d.ts +6 -0
  2677. package/pattern-lock-v1/moderncssm/desktop/Component.desktop.js +14 -0
  2678. package/pattern-lock-v1/moderncssm/desktop/desktop.module.css +14 -0
  2679. package/pattern-lock-v1/moderncssm/desktop/index.d.ts +2 -0
  2680. package/pattern-lock-v1/moderncssm/desktop/index.js +11 -0
  2681. package/pattern-lock-v1/moderncssm/hooks/use-pattern-lock-cleanup.d.ts +6 -0
  2682. package/pattern-lock-v1/moderncssm/hooks/use-pattern-lock-cleanup.js +14 -0
  2683. package/pattern-lock-v1/moderncssm/index.d.ts +3 -0
  2684. package/pattern-lock-v1/moderncssm/index.js +15 -0
  2685. package/pattern-lock-v1/moderncssm/mobile/Component.mobile.d.ts +6 -0
  2686. package/pattern-lock-v1/moderncssm/mobile/Component.mobile.js +14 -0
  2687. package/pattern-lock-v1/moderncssm/mobile/index.d.ts +2 -0
  2688. package/pattern-lock-v1/moderncssm/mobile/index.js +11 -0
  2689. package/pattern-lock-v1/moderncssm/mobile/mobile.module.css +30 -0
  2690. package/pattern-lock-v1/moderncssm/shared/index.d.ts +2 -0
  2691. package/pattern-lock-v1/moderncssm/shared/index.js +5 -0
  2692. package/pattern-lock-v1/moderncssm/typings.d.ts +91 -0
  2693. package/pattern-lock-v1/moderncssm/typings.js +1 -0
  2694. package/pattern-lock-v1/moderncssm/utils.d.ts +16 -0
  2695. package/pattern-lock-v1/moderncssm/utils.js +98 -0
  2696. package/pattern-lock-v1/moderncssm/vars.css +0 -0
  2697. package/phone-input/moderncssm/Component.d.ts +10 -0
  2698. package/phone-input/moderncssm/Component.js +104 -0
  2699. package/phone-input/moderncssm/index.d.ts +1 -0
  2700. package/phone-input/moderncssm/index.js +6 -0
  2701. package/phone-input/moderncssm/utils/index.d.ts +18 -0
  2702. package/phone-input/moderncssm/utils/index.js +39 -0
  2703. package/picker-button/colors-facf1d2a.d.ts +3 -0
  2704. package/picker-button/component-03d088c4.d.ts +32 -0
  2705. package/picker-button/component-eb15729d.d.ts +123 -0
  2706. package/picker-button/cssm/colors-facf1d2a.d.ts +3 -0
  2707. package/picker-button/cssm/component-03d088c4.d.ts +32 -0
  2708. package/picker-button/cssm/component-eb15729d.d.ts +123 -0
  2709. package/picker-button/cssm/field/index.module.css +2 -1
  2710. package/picker-button/cssm/index-03d088c4.d.ts +20 -0
  2711. package/picker-button/cssm/index-281accb7.d.ts +19 -0
  2712. package/picker-button/cssm/index-d691530f.d.ts +1 -0
  2713. package/picker-button/cssm/index.module.css +4 -2
  2714. package/picker-button/cssm/option/index.module.css +2 -1
  2715. package/picker-button/desktop/Component.desktop.js +1 -1
  2716. package/picker-button/esm/colors-facf1d2a.d.ts +3 -0
  2717. package/picker-button/esm/component-03d088c4.d.ts +32 -0
  2718. package/picker-button/esm/component-eb15729d.d.ts +123 -0
  2719. package/picker-button/esm/desktop/Component.desktop.js +1 -1
  2720. package/picker-button/esm/field/Component.js +1 -1
  2721. package/picker-button/esm/field/index.css +8 -7
  2722. package/picker-button/esm/index-03d088c4.d.ts +20 -0
  2723. package/picker-button/esm/index-281accb7.d.ts +19 -0
  2724. package/picker-button/esm/index-d691530f.d.ts +1 -0
  2725. package/picker-button/esm/index.css +9 -7
  2726. package/picker-button/esm/option/Component.js +1 -1
  2727. package/picker-button/esm/option/index.css +6 -5
  2728. package/picker-button/field/Component.js +1 -1
  2729. package/picker-button/field/index.css +8 -7
  2730. package/picker-button/index-03d088c4.d.ts +20 -0
  2731. package/picker-button/index-281accb7.d.ts +19 -0
  2732. package/picker-button/index-d691530f.d.ts +1 -0
  2733. package/picker-button/index.css +9 -7
  2734. package/picker-button/modern/colors-facf1d2a.d.ts +3 -0
  2735. package/picker-button/modern/component-03d088c4.d.ts +32 -0
  2736. package/picker-button/modern/component-eb15729d.d.ts +123 -0
  2737. package/picker-button/modern/desktop/Component.desktop.js +1 -1
  2738. package/picker-button/modern/field/Component.js +1 -1
  2739. package/picker-button/modern/field/index.css +8 -7
  2740. package/picker-button/modern/index-03d088c4.d.ts +20 -0
  2741. package/picker-button/modern/index-281accb7.d.ts +19 -0
  2742. package/picker-button/modern/index-d691530f.d.ts +1 -0
  2743. package/picker-button/modern/index.css +9 -7
  2744. package/picker-button/modern/option/Component.js +1 -1
  2745. package/picker-button/modern/option/index.css +6 -5
  2746. package/picker-button/moderncssm/Component-11f20b2e.d.ts +13 -0
  2747. package/picker-button/moderncssm/Component-2f466837.d.ts +171 -0
  2748. package/picker-button/moderncssm/Component-7d83ec1e.d.ts +5 -0
  2749. package/picker-button/moderncssm/Component-c44170fe.d.ts +291 -0
  2750. package/picker-button/moderncssm/Component.desktop-63dec22f.d.ts +6 -0
  2751. package/picker-button/moderncssm/Component.desktop-ebda875c.d.ts +6 -0
  2752. package/picker-button/moderncssm/Component.mobile-96988a65.d.ts +6 -0
  2753. package/picker-button/moderncssm/Component.mobile-ebda875c.d.ts +6 -0
  2754. package/picker-button/moderncssm/Component.responsive.d.ts +27 -0
  2755. package/picker-button/moderncssm/Component.responsive.js +30 -0
  2756. package/picker-button/moderncssm/Context-c2e6f1b2.d.ts +4 -0
  2757. package/picker-button/moderncssm/ResponsiveContext-d6bfd5b7.d.ts +5 -0
  2758. package/picker-button/moderncssm/browser-a216f694.d.ts +6 -0
  2759. package/picker-button/moderncssm/colors-facf1d2a.d.ts +3 -0
  2760. package/picker-button/moderncssm/component-03d088c4.d.ts +32 -0
  2761. package/picker-button/moderncssm/component-eb15729d.d.ts +123 -0
  2762. package/picker-button/moderncssm/consts-6c9aad46.d.ts +12 -0
  2763. package/picker-button/moderncssm/consts-ef43bf1b.d.ts +12 -0
  2764. package/picker-button/moderncssm/desktop/Component.desktop.d.ts +59 -0
  2765. package/picker-button/moderncssm/desktop/Component.desktop.js +40 -0
  2766. package/picker-button/moderncssm/desktop/index.d.ts +2 -0
  2767. package/picker-button/moderncssm/desktop/index.js +16 -0
  2768. package/picker-button/moderncssm/field/Component.d.ts +14 -0
  2769. package/picker-button/moderncssm/field/Component.js +43 -0
  2770. package/picker-button/moderncssm/field/index.d.ts +1 -0
  2771. package/picker-button/moderncssm/field/index.js +10 -0
  2772. package/picker-button/moderncssm/field/index.module.css +22 -0
  2773. package/picker-button/moderncssm/iconMap-09d2f9c9.d.ts +4 -0
  2774. package/picker-button/moderncssm/index-03d088c4.d.ts +20 -0
  2775. package/picker-button/moderncssm/index-064acd29.d.ts +13 -0
  2776. package/picker-button/moderncssm/index-09d2f9c9.d.ts +38 -0
  2777. package/picker-button/moderncssm/index-11f20b2e.d.ts +215 -0
  2778. package/picker-button/moderncssm/index-281accb7.d.ts +19 -0
  2779. package/picker-button/moderncssm/index-2f466837.d.ts +74 -0
  2780. package/picker-button/moderncssm/index-3109f463.d.ts +66 -0
  2781. package/picker-button/moderncssm/index-63dec22f.d.ts +2 -0
  2782. package/picker-button/moderncssm/index-96988a65.d.ts +2 -0
  2783. package/picker-button/moderncssm/index-c44170fe.d.ts +19 -0
  2784. package/picker-button/moderncssm/index-d691530f.d.ts +1 -0
  2785. package/picker-button/moderncssm/index-ebda875c.d.ts +3 -0
  2786. package/picker-button/moderncssm/index.d.ts +2 -0
  2787. package/picker-button/moderncssm/index.js +20 -0
  2788. package/picker-button/moderncssm/index.module.css +18 -0
  2789. package/picker-button/moderncssm/mobile/Component.mobile.d.ts +19 -0
  2790. package/picker-button/moderncssm/mobile/Component.mobile.js +39 -0
  2791. package/picker-button/moderncssm/mobile/index.d.ts +2 -0
  2792. package/picker-button/moderncssm/mobile/index.js +15 -0
  2793. package/picker-button/moderncssm/option/Component.d.ts +12 -0
  2794. package/picker-button/moderncssm/option/Component.js +14 -0
  2795. package/picker-button/moderncssm/option/index.d.ts +1 -0
  2796. package/picker-button/moderncssm/option/index.js +4 -0
  2797. package/picker-button/moderncssm/option/index.module.css +17 -0
  2798. package/picker-button/moderncssm/shared/index.d.ts +2 -0
  2799. package/picker-button/moderncssm/shared/index.js +5 -0
  2800. package/picker-button/moderncssm/types-1328ead9.d.ts +21 -0
  2801. package/picker-button/moderncssm/types-a870d1f8.d.ts +117 -0
  2802. package/picker-button/moderncssm/types.d.ts +3 -0
  2803. package/picker-button/moderncssm/types.js +1 -0
  2804. package/picker-button/moderncssm/typings-7d83ec1e.d.ts +1160 -0
  2805. package/picker-button/moderncssm/typings-d6bfd5b7.d.ts +62 -0
  2806. package/picker-button/moderncssm/use-skeleton-1328ead9.d.ts +44 -0
  2807. package/picker-button/moderncssm/use-visualviewport-size-2f466837.d.ts +3 -0
  2808. package/picker-button/moderncssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  2809. package/picker-button/moderncssm/usePortalContainer-2f466837.d.ts +2 -0
  2810. package/picker-button/moderncssm/utils/index.d.ts +6 -0
  2811. package/picker-button/moderncssm/utils/index.js +19 -0
  2812. package/picker-button/moderncssm/utils-3942b092.d.ts +81 -0
  2813. package/picker-button/moderncssm/utils-ed29dc0e.d.ts +5 -0
  2814. package/picker-button/option/Component.js +1 -1
  2815. package/picker-button/option/index.css +6 -5
  2816. package/plate/components/base-plate/Component.js +2 -2
  2817. package/plate/components/base-plate/index.css +63 -59
  2818. package/plate/cssm/components/base-plate/index.module.css +12 -8
  2819. package/plate/cssm/desktop/desktop.module.css +6 -3
  2820. package/plate/cssm/mobile/mobile.module.css +6 -3
  2821. package/plate/desktop/Component.desktop.js +1 -1
  2822. package/plate/desktop/desktop.css +10 -7
  2823. package/plate/esm/Component.responsive.js +1 -1
  2824. package/plate/esm/components/base-plate/Component.js +2 -2
  2825. package/plate/esm/components/base-plate/index.css +63 -59
  2826. package/plate/esm/components/base-plate/index.js +1 -1
  2827. package/plate/esm/desktop/Component.desktop.js +2 -2
  2828. package/plate/esm/desktop/desktop.css +10 -7
  2829. package/plate/esm/desktop/index.js +1 -1
  2830. package/plate/esm/index-2f466837.d.ts +2 -2
  2831. package/plate/esm/index.js +1 -1
  2832. package/plate/esm/mobile/Component.mobile.js +2 -2
  2833. package/plate/esm/mobile/index.js +1 -1
  2834. package/plate/esm/mobile/mobile.css +10 -7
  2835. package/plate/esm/shared/index.js +1 -1
  2836. package/plate/esm/utils.js +1 -1
  2837. package/plate/index-2f466837.d.ts +2 -2
  2838. package/plate/mobile/Component.mobile.js +1 -1
  2839. package/plate/mobile/mobile.css +10 -7
  2840. package/plate/modern/Component.responsive.js +1 -1
  2841. package/plate/modern/components/base-plate/Component.js +2 -2
  2842. package/plate/modern/components/base-plate/index.css +63 -59
  2843. package/plate/modern/components/base-plate/index.js +1 -1
  2844. package/plate/modern/desktop/Component.desktop.js +2 -2
  2845. package/plate/modern/desktop/desktop.css +10 -7
  2846. package/plate/modern/desktop/index.js +1 -1
  2847. package/plate/modern/index-2f466837.d.ts +2 -2
  2848. package/plate/modern/index.js +1 -1
  2849. package/plate/modern/mobile/Component.mobile.js +2 -2
  2850. package/plate/modern/mobile/index.js +1 -1
  2851. package/plate/modern/mobile/mobile.css +10 -7
  2852. package/plate/modern/shared/index.js +1 -1
  2853. package/plate/modern/utils.js +1 -1
  2854. package/plate/moderncssm/Component.responsive.d.ts +26 -0
  2855. package/plate/moderncssm/Component.responsive.js +26 -0
  2856. package/plate/moderncssm/PortalContext-a2966a2c.d.ts +6 -0
  2857. package/plate/moderncssm/PortalContext-a2966a2c.js +10 -0
  2858. package/plate/moderncssm/browser-a216f694.d.ts +6 -0
  2859. package/plate/moderncssm/components/base-plate/Component.d.ts +120 -0
  2860. package/plate/moderncssm/components/base-plate/Component.js +98 -0
  2861. package/plate/moderncssm/components/base-plate/index.d.ts +1 -0
  2862. package/plate/moderncssm/components/base-plate/index.js +11 -0
  2863. package/plate/moderncssm/components/base-plate/index.module.css +271 -0
  2864. package/plate/moderncssm/components/button-list/component.d.ts +17 -0
  2865. package/plate/moderncssm/components/button-list/component.js +20 -0
  2866. package/plate/moderncssm/desktop/Component.desktop.d.ts +6 -0
  2867. package/plate/moderncssm/desktop/Component.desktop.js +16 -0
  2868. package/plate/moderncssm/desktop/desktop.module.css +16 -0
  2869. package/plate/moderncssm/desktop/index.d.ts +2 -0
  2870. package/plate/moderncssm/desktop/index.js +13 -0
  2871. package/plate/moderncssm/index-2f466837.d.ts +77 -0
  2872. package/plate/moderncssm/index.d.ts +2 -0
  2873. package/plate/moderncssm/index.js +17 -0
  2874. package/plate/moderncssm/mobile/Component.mobile.d.ts +6 -0
  2875. package/plate/moderncssm/mobile/Component.mobile.js +16 -0
  2876. package/plate/moderncssm/mobile/index.d.ts +2 -0
  2877. package/plate/moderncssm/mobile/index.js +13 -0
  2878. package/plate/moderncssm/mobile/mobile.module.css +16 -0
  2879. package/plate/moderncssm/shared/index.d.ts +1 -0
  2880. package/plate/moderncssm/shared/index.js +4 -0
  2881. package/plate/moderncssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  2882. package/plate/moderncssm/utils.d.ts +5 -0
  2883. package/plate/moderncssm/utils.js +12 -0
  2884. package/plate/utils.js +1 -1
  2885. package/popover/Component.js +1 -1
  2886. package/popover/esm/Component.js +1 -1
  2887. package/popover/esm/index.css +25 -25
  2888. package/popover/index.css +25 -25
  2889. package/popover/modern/Component.js +1 -1
  2890. package/popover/modern/index.css +25 -25
  2891. package/popover/moderncssm/Component.d.ts +101 -0
  2892. package/popover/moderncssm/Component.js +150 -0
  2893. package/popover/moderncssm/index.d.ts +1 -0
  2894. package/popover/moderncssm/index.js +13 -0
  2895. package/popover/moderncssm/index.module.css +115 -0
  2896. package/popup-sheet/Component.js +1 -1
  2897. package/popup-sheet/components/backdrop/Component.js +1 -1
  2898. package/popup-sheet/components/backdrop/index.css +10 -10
  2899. package/popup-sheet/cssm/index.module.css +3 -2
  2900. package/popup-sheet/esm/Component.js +1 -1
  2901. package/popup-sheet/esm/components/backdrop/Component.js +1 -1
  2902. package/popup-sheet/esm/components/backdrop/index.css +10 -10
  2903. package/popup-sheet/esm/index.css +17 -16
  2904. package/popup-sheet/index.css +17 -16
  2905. package/popup-sheet/modern/Component.js +1 -1
  2906. package/popup-sheet/modern/components/backdrop/Component.js +1 -1
  2907. package/popup-sheet/modern/components/backdrop/index.css +10 -10
  2908. package/popup-sheet/modern/index.css +17 -16
  2909. package/popup-sheet/moderncssm/Component.d.ts +57 -0
  2910. package/popup-sheet/moderncssm/Component.js +136 -0
  2911. package/popup-sheet/moderncssm/components/backdrop/Component.d.ts +14 -0
  2912. package/popup-sheet/moderncssm/components/backdrop/Component.js +13 -0
  2913. package/popup-sheet/moderncssm/components/backdrop/index.d.ts +1 -0
  2914. package/popup-sheet/moderncssm/components/backdrop/index.js +4 -0
  2915. package/popup-sheet/moderncssm/components/backdrop/index.module.css +24 -0
  2916. package/popup-sheet/moderncssm/index.d.ts +1 -0
  2917. package/popup-sheet/moderncssm/index.js +11 -0
  2918. package/popup-sheet/moderncssm/index.module.css +58 -0
  2919. package/popup-sheet/moderncssm/shared/index.d.ts +1 -0
  2920. package/popup-sheet/moderncssm/shared/index.js +2 -0
  2921. package/popup-sheet/moderncssm/utils.d.ts +5 -0
  2922. package/popup-sheet/moderncssm/utils.js +10 -0
  2923. package/portal/moderncssm/Component.d.ts +16 -0
  2924. package/portal/moderncssm/Component.js +27 -0
  2925. package/portal/moderncssm/hooks/usePortalContainer.d.ts +2 -0
  2926. package/portal/moderncssm/hooks/usePortalContainer.js +13 -0
  2927. package/portal/moderncssm/index.d.ts +1 -0
  2928. package/portal/moderncssm/index.js +6 -0
  2929. package/portal/moderncssm/utils.d.ts +5 -0
  2930. package/portal/moderncssm/utils.js +19 -0
  2931. package/product-cover/components/image-card/Component.js +1 -1
  2932. package/product-cover/components/image-card/index.css +3 -3
  2933. package/product-cover/components/overlay/Component.js +1 -1
  2934. package/product-cover/components/overlay/index.css +5 -5
  2935. package/product-cover/components/text/Component.js +1 -1
  2936. package/product-cover/components/text/index.css +12 -11
  2937. package/product-cover/cssm/components/text/index.module.css +3 -2
  2938. package/product-cover/cssm/single/index.module.css +10 -5
  2939. package/product-cover/cssm/stack/index.module.css +14 -9
  2940. package/product-cover/esm/components/image-card/Component.js +1 -1
  2941. package/product-cover/esm/components/image-card/index.css +3 -3
  2942. package/product-cover/esm/components/overlay/Component.js +1 -1
  2943. package/product-cover/esm/components/overlay/index.css +5 -5
  2944. package/product-cover/esm/components/text/Component.js +1 -1
  2945. package/product-cover/esm/components/text/index.css +12 -11
  2946. package/product-cover/esm/single/Component.js +1 -1
  2947. package/product-cover/esm/single/index.css +22 -17
  2948. package/product-cover/esm/stack/Component.js +1 -1
  2949. package/product-cover/esm/stack/index.css +31 -26
  2950. package/product-cover/modern/components/image-card/Component.js +1 -1
  2951. package/product-cover/modern/components/image-card/index.css +3 -3
  2952. package/product-cover/modern/components/overlay/Component.js +1 -1
  2953. package/product-cover/modern/components/overlay/index.css +5 -5
  2954. package/product-cover/modern/components/text/Component.js +1 -1
  2955. package/product-cover/modern/components/text/index.css +12 -11
  2956. package/product-cover/modern/single/Component.js +1 -1
  2957. package/product-cover/modern/single/index.css +22 -17
  2958. package/product-cover/modern/stack/Component.js +1 -1
  2959. package/product-cover/modern/stack/index.css +31 -26
  2960. package/product-cover/moderncssm/Component.d.ts +8 -0
  2961. package/product-cover/moderncssm/Component.js +28 -0
  2962. package/product-cover/moderncssm/components/image-card/Component.d.ts +32 -0
  2963. package/product-cover/moderncssm/components/image-card/Component.js +30 -0
  2964. package/product-cover/moderncssm/components/image-card/index.d.ts +1 -0
  2965. package/product-cover/moderncssm/components/image-card/index.js +4 -0
  2966. package/product-cover/moderncssm/components/image-card/index.module.css +18 -0
  2967. package/product-cover/moderncssm/components/index.d.ts +3 -0
  2968. package/product-cover/moderncssm/components/index.js +16 -0
  2969. package/product-cover/moderncssm/components/overlay/Component.d.ts +4 -0
  2970. package/product-cover/moderncssm/components/overlay/Component.js +9 -0
  2971. package/product-cover/moderncssm/components/overlay/index.d.ts +1 -0
  2972. package/product-cover/moderncssm/components/overlay/index.js +4 -0
  2973. package/product-cover/moderncssm/components/overlay/index.module.css +25 -0
  2974. package/product-cover/moderncssm/components/text/Component.d.ts +47 -0
  2975. package/product-cover/moderncssm/components/text/Component.js +29 -0
  2976. package/product-cover/moderncssm/components/text/index.d.ts +1 -0
  2977. package/product-cover/moderncssm/components/text/index.js +11 -0
  2978. package/product-cover/moderncssm/components/text/index.module.css +43 -0
  2979. package/product-cover/moderncssm/consts.d.ts +5 -0
  2980. package/product-cover/moderncssm/consts.js +26 -0
  2981. package/product-cover/moderncssm/index.d.ts +2 -0
  2982. package/product-cover/moderncssm/index.js +21 -0
  2983. package/product-cover/moderncssm/shared/index.d.ts +1 -0
  2984. package/product-cover/moderncssm/shared/index.js +3 -0
  2985. package/product-cover/moderncssm/single/Component.d.ts +4 -0
  2986. package/product-cover/moderncssm/single/Component.js +36 -0
  2987. package/product-cover/moderncssm/single/index.d.ts +1 -0
  2988. package/product-cover/moderncssm/single/index.js +18 -0
  2989. package/product-cover/moderncssm/single/index.module.css +65 -0
  2990. package/product-cover/moderncssm/stack/Component.d.ts +4 -0
  2991. package/product-cover/moderncssm/stack/Component.js +34 -0
  2992. package/product-cover/moderncssm/stack/index.d.ts +1 -0
  2993. package/product-cover/moderncssm/stack/index.js +20 -0
  2994. package/product-cover/moderncssm/stack/index.module.css +80 -0
  2995. package/product-cover/moderncssm/typings.d.ts +144 -0
  2996. package/product-cover/moderncssm/typings.js +1 -0
  2997. package/product-cover/moderncssm/utils/index.d.ts +15 -0
  2998. package/product-cover/moderncssm/utils/index.js +32 -0
  2999. package/product-cover/single/Component.js +1 -1
  3000. package/product-cover/single/index.css +22 -17
  3001. package/product-cover/stack/Component.js +1 -1
  3002. package/product-cover/stack/index.css +31 -26
  3003. package/progress-bar/Component.js +1 -1
  3004. package/progress-bar/esm/Component.js +1 -1
  3005. package/progress-bar/esm/index.css +12 -12
  3006. package/progress-bar/index.css +12 -12
  3007. package/progress-bar/modern/Component.js +1 -1
  3008. package/progress-bar/modern/index.css +12 -12
  3009. package/progress-bar/moderncssm/Component.d.ts +33 -0
  3010. package/progress-bar/moderncssm/Component.js +18 -0
  3011. package/progress-bar/moderncssm/index.d.ts +1 -0
  3012. package/progress-bar/moderncssm/index.js +4 -0
  3013. package/progress-bar/moderncssm/index.module.css +85 -0
  3014. package/progress-bar/moderncssm/vars.css +21 -0
  3015. package/pure-cell/component-ef5d608a.js +311 -0
  3016. package/pure-cell/component.js +1 -1
  3017. package/pure-cell/components/addon/component.js +1 -1
  3018. package/pure-cell/components/addon/index.css +16 -15
  3019. package/pure-cell/components/addon/index.d.ts +1 -1
  3020. package/pure-cell/components/addon/index.js +1 -1
  3021. package/pure-cell/components/amount/component.js +1 -1
  3022. package/pure-cell/components/amount/index.css +4 -3
  3023. package/pure-cell/components/amount/index.d.ts +1 -1
  3024. package/pure-cell/components/amount/index.js +1 -1
  3025. package/pure-cell/components/amount-title/component.js +1 -1
  3026. package/pure-cell/components/amount-title/index.css +3 -3
  3027. package/pure-cell/components/amount-title/index.d.ts +1 -1
  3028. package/pure-cell/components/amount-title/index.js +1 -1
  3029. package/pure-cell/components/category/component.js +1 -1
  3030. package/pure-cell/components/category/index.css +12 -9
  3031. package/pure-cell/components/category/index.d.ts +1 -1
  3032. package/pure-cell/components/category/index.js +1 -1
  3033. package/pure-cell/components/content/component.js +1 -1
  3034. package/pure-cell/components/content/index.css +3 -3
  3035. package/pure-cell/components/content/index.d.ts +1 -1
  3036. package/pure-cell/components/content/index.js +1 -1
  3037. package/pure-cell/components/footer/component.js +1 -1
  3038. package/pure-cell/components/footer/index.css +7 -6
  3039. package/pure-cell/components/footer/index.d.ts +1 -1
  3040. package/pure-cell/components/footer/index.js +1 -1
  3041. package/pure-cell/components/footer-button/component.js +1 -1
  3042. package/pure-cell/components/footer-button/index.css +2 -2
  3043. package/pure-cell/components/footer-button/index.d.ts +1 -1
  3044. package/pure-cell/components/footer-button/index.js +1 -1
  3045. package/pure-cell/components/footer-text/component.js +1 -1
  3046. package/pure-cell/components/footer-text/index.d.ts +1 -1
  3047. package/pure-cell/components/footer-text/index.js +1 -1
  3048. package/pure-cell/components/graphics/component.js +1 -1
  3049. package/pure-cell/components/graphics/index.css +30 -26
  3050. package/pure-cell/components/graphics/index.d.ts +1 -1
  3051. package/pure-cell/components/graphics/index.js +1 -1
  3052. package/pure-cell/components/main/component.js +1 -1
  3053. package/pure-cell/components/main/index.css +9 -8
  3054. package/pure-cell/components/main/index.d.ts +1 -1
  3055. package/pure-cell/components/main/index.js +1 -1
  3056. package/pure-cell/components/text/component.js +1 -1
  3057. package/pure-cell/components/text/index.css +12 -10
  3058. package/pure-cell/components/text/index.d.ts +1 -1
  3059. package/pure-cell/components/text/index.js +1 -1
  3060. package/pure-cell/cssm/components/addon/index.module.css +3 -2
  3061. package/pure-cell/cssm/components/amount/index.module.css +2 -1
  3062. package/pure-cell/cssm/components/category/index.module.css +7 -4
  3063. package/pure-cell/cssm/components/footer/index.module.css +3 -2
  3064. package/pure-cell/cssm/components/graphics/index.module.css +12 -8
  3065. package/pure-cell/cssm/components/main/index.module.css +2 -1
  3066. package/pure-cell/cssm/components/text/index.module.css +5 -3
  3067. package/pure-cell/cssm/index.module.css +20 -16
  3068. package/pure-cell/esm/component-bd5912e8.js +293 -0
  3069. package/pure-cell/esm/component.js +1 -1
  3070. package/pure-cell/esm/components/addon/component.js +1 -1
  3071. package/pure-cell/esm/components/addon/index.css +16 -15
  3072. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  3073. package/pure-cell/esm/components/addon/index.js +1 -1
  3074. package/pure-cell/esm/components/amount/component.js +1 -1
  3075. package/pure-cell/esm/components/amount/index.css +4 -3
  3076. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  3077. package/pure-cell/esm/components/amount/index.js +1 -1
  3078. package/pure-cell/esm/components/amount-title/component.js +1 -1
  3079. package/pure-cell/esm/components/amount-title/index.css +3 -3
  3080. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  3081. package/pure-cell/esm/components/amount-title/index.js +1 -1
  3082. package/pure-cell/esm/components/category/component.js +1 -1
  3083. package/pure-cell/esm/components/category/index.css +12 -9
  3084. package/pure-cell/esm/components/category/index.d.ts +1 -1
  3085. package/pure-cell/esm/components/category/index.js +1 -1
  3086. package/pure-cell/esm/components/content/component.js +1 -1
  3087. package/pure-cell/esm/components/content/index.css +3 -3
  3088. package/pure-cell/esm/components/content/index.d.ts +1 -1
  3089. package/pure-cell/esm/components/content/index.js +1 -1
  3090. package/pure-cell/esm/components/footer/component.js +1 -1
  3091. package/pure-cell/esm/components/footer/index.css +7 -6
  3092. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  3093. package/pure-cell/esm/components/footer/index.js +1 -1
  3094. package/pure-cell/esm/components/footer-button/component.js +1 -1
  3095. package/pure-cell/esm/components/footer-button/index.css +2 -2
  3096. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  3097. package/pure-cell/esm/components/footer-button/index.js +1 -1
  3098. package/pure-cell/esm/components/footer-text/component.js +1 -1
  3099. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  3100. package/pure-cell/esm/components/footer-text/index.js +1 -1
  3101. package/pure-cell/esm/components/graphics/component.js +1 -1
  3102. package/pure-cell/esm/components/graphics/index.css +30 -26
  3103. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  3104. package/pure-cell/esm/components/graphics/index.js +1 -1
  3105. package/pure-cell/esm/components/main/component.js +1 -1
  3106. package/pure-cell/esm/components/main/index.css +9 -8
  3107. package/pure-cell/esm/components/main/index.d.ts +1 -1
  3108. package/pure-cell/esm/components/main/index.js +1 -1
  3109. package/pure-cell/esm/components/text/component.js +1 -1
  3110. package/pure-cell/esm/components/text/index.css +12 -10
  3111. package/pure-cell/esm/components/text/index.d.ts +1 -1
  3112. package/pure-cell/esm/components/text/index.js +1 -1
  3113. package/pure-cell/esm/index.css +49 -45
  3114. package/pure-cell/esm/index.js +1 -1
  3115. package/pure-cell/index.css +49 -45
  3116. package/pure-cell/index.js +1 -1
  3117. package/pure-cell/modern/component-acc79c3a.js +274 -0
  3118. package/pure-cell/modern/component.js +1 -1
  3119. package/pure-cell/modern/components/addon/component.js +1 -1
  3120. package/pure-cell/modern/components/addon/index.css +16 -15
  3121. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  3122. package/pure-cell/modern/components/addon/index.js +1 -1
  3123. package/pure-cell/modern/components/amount/component.js +1 -1
  3124. package/pure-cell/modern/components/amount/index.css +4 -3
  3125. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  3126. package/pure-cell/modern/components/amount/index.js +1 -1
  3127. package/pure-cell/modern/components/amount-title/component.js +1 -1
  3128. package/pure-cell/modern/components/amount-title/index.css +3 -3
  3129. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  3130. package/pure-cell/modern/components/amount-title/index.js +1 -1
  3131. package/pure-cell/modern/components/category/component.js +1 -1
  3132. package/pure-cell/modern/components/category/index.css +12 -9
  3133. package/pure-cell/modern/components/category/index.d.ts +1 -1
  3134. package/pure-cell/modern/components/category/index.js +1 -1
  3135. package/pure-cell/modern/components/content/component.js +1 -1
  3136. package/pure-cell/modern/components/content/index.css +3 -3
  3137. package/pure-cell/modern/components/content/index.d.ts +1 -1
  3138. package/pure-cell/modern/components/content/index.js +1 -1
  3139. package/pure-cell/modern/components/footer/component.js +1 -1
  3140. package/pure-cell/modern/components/footer/index.css +7 -6
  3141. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  3142. package/pure-cell/modern/components/footer/index.js +1 -1
  3143. package/pure-cell/modern/components/footer-button/component.js +1 -1
  3144. package/pure-cell/modern/components/footer-button/index.css +2 -2
  3145. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  3146. package/pure-cell/modern/components/footer-button/index.js +1 -1
  3147. package/pure-cell/modern/components/footer-text/component.js +1 -1
  3148. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  3149. package/pure-cell/modern/components/footer-text/index.js +1 -1
  3150. package/pure-cell/modern/components/graphics/component.js +1 -1
  3151. package/pure-cell/modern/components/graphics/index.css +30 -26
  3152. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  3153. package/pure-cell/modern/components/graphics/index.js +1 -1
  3154. package/pure-cell/modern/components/main/component.js +1 -1
  3155. package/pure-cell/modern/components/main/index.css +9 -8
  3156. package/pure-cell/modern/components/main/index.d.ts +1 -1
  3157. package/pure-cell/modern/components/main/index.js +1 -1
  3158. package/pure-cell/modern/components/text/component.js +1 -1
  3159. package/pure-cell/modern/components/text/index.css +12 -10
  3160. package/pure-cell/modern/components/text/index.d.ts +1 -1
  3161. package/pure-cell/modern/components/text/index.js +1 -1
  3162. package/pure-cell/modern/index.css +49 -45
  3163. package/pure-cell/modern/index.js +1 -1
  3164. package/pure-cell/moderncssm/component-511ba1c0.d.ts +227 -0
  3165. package/pure-cell/moderncssm/component-511ba1c0.js +252 -0
  3166. package/pure-cell/moderncssm/component-8c83a9ca.d.ts +125 -0
  3167. package/pure-cell/moderncssm/component.d.ts +0 -0
  3168. package/pure-cell/moderncssm/component.js +21 -0
  3169. package/pure-cell/moderncssm/components/addon/component.d.ts +0 -0
  3170. package/pure-cell/moderncssm/components/addon/component.js +21 -0
  3171. package/pure-cell/moderncssm/components/addon/index.d.ts +1 -0
  3172. package/pure-cell/moderncssm/components/addon/index.js +21 -0
  3173. package/pure-cell/moderncssm/components/addon/index.module.css +72 -0
  3174. package/pure-cell/moderncssm/components/amount/component.d.ts +0 -0
  3175. package/pure-cell/moderncssm/components/amount/component.js +21 -0
  3176. package/pure-cell/moderncssm/components/amount/index.d.ts +1 -0
  3177. package/pure-cell/moderncssm/components/amount/index.js +21 -0
  3178. package/pure-cell/moderncssm/components/amount/index.module.css +6 -0
  3179. package/pure-cell/moderncssm/components/amount-title/component.d.ts +0 -0
  3180. package/pure-cell/moderncssm/components/amount-title/component.js +21 -0
  3181. package/pure-cell/moderncssm/components/amount-title/index.d.ts +1 -0
  3182. package/pure-cell/moderncssm/components/amount-title/index.js +21 -0
  3183. package/pure-cell/moderncssm/components/amount-title/index.module.css +9 -0
  3184. package/pure-cell/moderncssm/components/category/component.d.ts +0 -0
  3185. package/pure-cell/moderncssm/components/category/component.js +21 -0
  3186. package/pure-cell/moderncssm/components/category/index.d.ts +1 -0
  3187. package/pure-cell/moderncssm/components/category/index.js +21 -0
  3188. package/pure-cell/moderncssm/components/category/index.module.css +26 -0
  3189. package/pure-cell/moderncssm/components/content/component.d.ts +0 -0
  3190. package/pure-cell/moderncssm/components/content/component.js +21 -0
  3191. package/pure-cell/moderncssm/components/content/index.d.ts +1 -0
  3192. package/pure-cell/moderncssm/components/content/index.js +21 -0
  3193. package/pure-cell/moderncssm/components/content/index.module.css +12 -0
  3194. package/pure-cell/moderncssm/components/footer/component.d.ts +0 -0
  3195. package/pure-cell/moderncssm/components/footer/component.js +21 -0
  3196. package/pure-cell/moderncssm/components/footer/index.d.ts +1 -0
  3197. package/pure-cell/moderncssm/components/footer/index.js +21 -0
  3198. package/pure-cell/moderncssm/components/footer/index.module.css +15 -0
  3199. package/pure-cell/moderncssm/components/footer-button/component.d.ts +0 -0
  3200. package/pure-cell/moderncssm/components/footer-button/component.js +21 -0
  3201. package/pure-cell/moderncssm/components/footer-button/index.d.ts +1 -0
  3202. package/pure-cell/moderncssm/components/footer-button/index.js +21 -0
  3203. package/pure-cell/moderncssm/components/footer-button/index.module.css +5 -0
  3204. package/pure-cell/moderncssm/components/footer-text/component.d.ts +0 -0
  3205. package/pure-cell/moderncssm/components/footer-text/component.js +21 -0
  3206. package/pure-cell/moderncssm/components/footer-text/index.d.ts +1 -0
  3207. package/pure-cell/moderncssm/components/footer-text/index.js +21 -0
  3208. package/pure-cell/moderncssm/components/graphics/component.d.ts +0 -0
  3209. package/pure-cell/moderncssm/components/graphics/component.js +21 -0
  3210. package/pure-cell/moderncssm/components/graphics/index.d.ts +1 -0
  3211. package/pure-cell/moderncssm/components/graphics/index.js +21 -0
  3212. package/pure-cell/moderncssm/components/graphics/index.module.css +92 -0
  3213. package/pure-cell/moderncssm/components/main/component.d.ts +0 -0
  3214. package/pure-cell/moderncssm/components/main/component.js +21 -0
  3215. package/pure-cell/moderncssm/components/main/index.d.ts +1 -0
  3216. package/pure-cell/moderncssm/components/main/index.js +21 -0
  3217. package/pure-cell/moderncssm/components/main/index.module.css +57 -0
  3218. package/pure-cell/moderncssm/components/text/component.d.ts +0 -0
  3219. package/pure-cell/moderncssm/components/text/component.js +21 -0
  3220. package/pure-cell/moderncssm/components/text/index.d.ts +1 -0
  3221. package/pure-cell/moderncssm/components/text/index.js +21 -0
  3222. package/pure-cell/moderncssm/components/text/index.module.css +38 -0
  3223. package/pure-cell/moderncssm/components/types.d.ts +21 -0
  3224. package/pure-cell/moderncssm/components/types.js +1 -0
  3225. package/pure-cell/moderncssm/components/typesProps.d.ts +46 -0
  3226. package/pure-cell/moderncssm/components/typesProps.js +1 -0
  3227. package/pure-cell/moderncssm/index.d.ts +2 -0
  3228. package/pure-cell/moderncssm/index.js +21 -0
  3229. package/pure-cell/moderncssm/index.module.css +128 -0
  3230. package/pure-cell/moderncssm/shared/index.d.ts +1 -0
  3231. package/pure-cell/moderncssm/shared/index.js +2 -0
  3232. package/pure-cell/moderncssm/utils.d.ts +20 -0
  3233. package/pure-cell/moderncssm/utils.js +25 -0
  3234. package/pure-cell/moderncssm/vars.css +2 -0
  3235. package/radio/Component.js +1 -1
  3236. package/radio/cssm/index.module.css +10 -5
  3237. package/radio/esm/Component.js +1 -1
  3238. package/radio/esm/index.css +41 -36
  3239. package/radio/index.css +41 -36
  3240. package/radio/modern/Component.js +1 -1
  3241. package/radio/modern/index.css +41 -36
  3242. package/radio/moderncssm/Component.d.ts +150 -0
  3243. package/radio/moderncssm/Component.js +39 -0
  3244. package/radio/moderncssm/index.d.ts +1 -0
  3245. package/radio/moderncssm/index.js +7 -0
  3246. package/radio/moderncssm/index.module.css +198 -0
  3247. package/radio-group/components/base-radio-group/Component.js +1 -1
  3248. package/radio-group/components/base-radio-group/index.css +33 -29
  3249. package/radio-group/cssm/components/base-radio-group/index.module.css +13 -9
  3250. package/radio-group/cssm/mobile/mobile.module.css +4 -2
  3251. package/radio-group/desktop/Component.desktop.js +1 -1
  3252. package/radio-group/desktop/desktop.css +4 -4
  3253. package/radio-group/esm/components/base-radio-group/Component.js +1 -1
  3254. package/radio-group/esm/components/base-radio-group/index.css +33 -29
  3255. package/radio-group/esm/desktop/Component.desktop.js +1 -1
  3256. package/radio-group/esm/desktop/desktop.css +4 -4
  3257. package/radio-group/esm/mobile/Component.mobile.js +1 -1
  3258. package/radio-group/esm/mobile/mobile.css +8 -6
  3259. package/radio-group/mobile/Component.mobile.js +1 -1
  3260. package/radio-group/mobile/mobile.css +8 -6
  3261. package/radio-group/modern/components/base-radio-group/Component.js +1 -1
  3262. package/radio-group/modern/components/base-radio-group/index.css +33 -29
  3263. package/radio-group/modern/desktop/Component.desktop.js +1 -1
  3264. package/radio-group/modern/desktop/desktop.css +4 -4
  3265. package/radio-group/modern/mobile/Component.mobile.js +1 -1
  3266. package/radio-group/modern/mobile/mobile.css +8 -6
  3267. package/radio-group/moderncssm/Component.responsive.d.ts +26 -0
  3268. package/radio-group/moderncssm/Component.responsive.js +20 -0
  3269. package/radio-group/moderncssm/components/base-radio-group/Component.d.ts +78 -0
  3270. package/radio-group/moderncssm/components/base-radio-group/Component.js +57 -0
  3271. package/radio-group/moderncssm/components/base-radio-group/index.d.ts +1 -0
  3272. package/radio-group/moderncssm/components/base-radio-group/index.js +5 -0
  3273. package/radio-group/moderncssm/components/base-radio-group/index.module.css +95 -0
  3274. package/radio-group/moderncssm/desktop/Component.desktop.d.ts +6 -0
  3275. package/radio-group/moderncssm/desktop/Component.desktop.js +10 -0
  3276. package/radio-group/moderncssm/desktop/desktop.module.css +25 -0
  3277. package/radio-group/moderncssm/desktop/index.d.ts +2 -0
  3278. package/radio-group/moderncssm/desktop/index.js +7 -0
  3279. package/radio-group/moderncssm/index.d.ts +2 -0
  3280. package/radio-group/moderncssm/index.js +11 -0
  3281. package/radio-group/moderncssm/mobile/Component.mobile.d.ts +6 -0
  3282. package/radio-group/moderncssm/mobile/Component.mobile.js +10 -0
  3283. package/radio-group/moderncssm/mobile/index.d.ts +2 -0
  3284. package/radio-group/moderncssm/mobile/index.js +7 -0
  3285. package/radio-group/moderncssm/mobile/mobile.module.css +25 -0
  3286. package/radio-group/moderncssm/vars.css +6 -0
  3287. package/scrollbar/Component.js +3 -3
  3288. package/scrollbar/default.css +3 -3
  3289. package/scrollbar/esm/Component.js +3 -3
  3290. package/scrollbar/esm/default.css +3 -3
  3291. package/scrollbar/esm/index.css +26 -26
  3292. package/scrollbar/esm/inverted.css +3 -3
  3293. package/scrollbar/index.css +26 -26
  3294. package/scrollbar/inverted.css +3 -3
  3295. package/scrollbar/modern/Component.js +3 -3
  3296. package/scrollbar/modern/default.css +3 -3
  3297. package/scrollbar/modern/index.css +26 -26
  3298. package/scrollbar/modern/inverted.css +3 -3
  3299. package/scrollbar/moderncssm/Component.d.ts +98 -0
  3300. package/scrollbar/moderncssm/Component.js +939 -0
  3301. package/scrollbar/moderncssm/default.module.css +14 -0
  3302. package/scrollbar/moderncssm/index.d.ts +1 -0
  3303. package/scrollbar/moderncssm/index.js +12 -0
  3304. package/scrollbar/moderncssm/index.module.css +228 -0
  3305. package/scrollbar/moderncssm/inverted.module.css +16 -0
  3306. package/segmented-control/Component.js +3 -3
  3307. package/segmented-control/components/segment/Component.js +3 -3
  3308. package/segmented-control/components/segment/default.css +3 -3
  3309. package/segmented-control/components/segment/index.css +6 -5
  3310. package/segmented-control/components/segment/inverted.css +3 -3
  3311. package/segmented-control/cssm/components/segment/index.module.css +2 -1
  3312. package/segmented-control/cssm/index.module.css +5 -4
  3313. package/segmented-control/default.css +4 -4
  3314. package/segmented-control/esm/Component.js +3 -3
  3315. package/segmented-control/esm/components/segment/Component.js +3 -3
  3316. package/segmented-control/esm/components/segment/default.css +3 -3
  3317. package/segmented-control/esm/components/segment/index.css +6 -5
  3318. package/segmented-control/esm/components/segment/inverted.css +3 -3
  3319. package/segmented-control/esm/default.css +4 -4
  3320. package/segmented-control/esm/index.css +23 -22
  3321. package/segmented-control/esm/inverted.css +4 -4
  3322. package/segmented-control/index.css +23 -22
  3323. package/segmented-control/inverted.css +4 -4
  3324. package/segmented-control/modern/Component.js +3 -3
  3325. package/segmented-control/modern/components/segment/Component.js +3 -3
  3326. package/segmented-control/modern/components/segment/default.css +3 -3
  3327. package/segmented-control/modern/components/segment/index.css +6 -5
  3328. package/segmented-control/modern/components/segment/inverted.css +3 -3
  3329. package/segmented-control/modern/default.css +4 -4
  3330. package/segmented-control/modern/index.css +23 -22
  3331. package/segmented-control/modern/inverted.css +4 -4
  3332. package/segmented-control/moderncssm/Component.d.ts +53 -0
  3333. package/segmented-control/moderncssm/Component.js +68 -0
  3334. package/segmented-control/moderncssm/components/index.d.ts +1 -0
  3335. package/segmented-control/moderncssm/components/index.js +9 -0
  3336. package/segmented-control/moderncssm/components/segment/Component.d.ts +32 -0
  3337. package/segmented-control/moderncssm/components/segment/Component.js +24 -0
  3338. package/segmented-control/moderncssm/components/segment/default.module.css +9 -0
  3339. package/segmented-control/moderncssm/components/segment/index.d.ts +1 -0
  3340. package/segmented-control/moderncssm/components/segment/index.js +9 -0
  3341. package/segmented-control/moderncssm/components/segment/index.module.css +36 -0
  3342. package/segmented-control/moderncssm/components/segment/inverted.module.css +9 -0
  3343. package/segmented-control/moderncssm/context.d.ts +8 -0
  3344. package/segmented-control/moderncssm/context.js +8 -0
  3345. package/segmented-control/moderncssm/default.module.css +14 -0
  3346. package/segmented-control/moderncssm/index.d.ts +2 -0
  3347. package/segmented-control/moderncssm/index.js +14 -0
  3348. package/segmented-control/moderncssm/index.module.css +77 -0
  3349. package/segmented-control/moderncssm/inverted.module.css +14 -0
  3350. package/segmented-control/moderncssm/typing.d.ts +2 -0
  3351. package/segmented-control/moderncssm/typing.js +1 -0
  3352. package/select/components/arrow/Component.js +1 -1
  3353. package/select/components/arrow/index.css +3 -3
  3354. package/select/components/base-checkmark/Component.js +1 -1
  3355. package/select/components/base-checkmark/index.css +6 -6
  3356. package/select/components/base-option/Component.js +1 -1
  3357. package/select/components/base-option/index.css +26 -23
  3358. package/select/components/base-select/Component.js +3 -3
  3359. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  3360. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  3361. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  3362. package/select/components/base-select/index.css +16 -14
  3363. package/select/components/base-select/mobile.css +19 -15
  3364. package/select/components/checkmark/Component.js +1 -1
  3365. package/select/components/checkmark/index.css +14 -12
  3366. package/select/components/checkmark-mobile/Component.js +1 -1
  3367. package/select/components/checkmark-mobile/index.css +6 -6
  3368. package/select/components/clear-button/Component.js +1 -1
  3369. package/select/components/clear-button/index.css +8 -7
  3370. package/select/components/field/Component.js +1 -1
  3371. package/select/components/field/index.css +12 -12
  3372. package/select/components/footer/Component.js +1 -1
  3373. package/select/components/footer/index.css +8 -7
  3374. package/select/components/optgroup/Component.js +1 -1
  3375. package/select/components/optgroup/index.css +14 -11
  3376. package/select/components/option/Component.js +1 -1
  3377. package/select/components/option/index.css +27 -25
  3378. package/select/components/options-list/Component.js +1 -1
  3379. package/select/components/options-list/index.css +15 -12
  3380. package/select/components/search/Component.js +1 -1
  3381. package/select/components/search/index.css +2 -2
  3382. package/select/components/virtual-options-list/Component.js +1 -1
  3383. package/select/components/virtual-options-list/index.css +22 -19
  3384. package/select/cssm/components/base-option/index.module.css +11 -8
  3385. package/select/cssm/components/base-select/Component.js +1 -1
  3386. package/select/cssm/components/base-select/index.module.css +5 -3
  3387. package/select/cssm/components/base-select/mobile.module.css +7 -3
  3388. package/select/cssm/components/checkmark/index.module.css +4 -2
  3389. package/select/cssm/components/clear-button/index.module.css +2 -1
  3390. package/select/cssm/components/footer/index.module.css +3 -2
  3391. package/select/cssm/components/optgroup/index.module.css +8 -5
  3392. package/select/cssm/components/option/index.module.css +8 -6
  3393. package/select/cssm/components/options-list/index.module.css +5 -2
  3394. package/select/cssm/components/virtual-options-list/index.module.css +7 -4
  3395. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +4 -2
  3396. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +4 -2
  3397. package/select/esm/Component.responsive.js +3 -3
  3398. package/select/esm/components/arrow/Component.js +1 -1
  3399. package/select/esm/components/arrow/index.css +3 -3
  3400. package/select/esm/components/base-checkmark/Component.js +1 -1
  3401. package/select/esm/components/base-checkmark/index.css +6 -6
  3402. package/select/esm/components/base-option/Component.js +1 -1
  3403. package/select/esm/components/base-option/index.css +26 -23
  3404. package/select/esm/components/base-select/Component.js +3 -3
  3405. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  3406. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  3407. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  3408. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  3409. package/select/esm/components/base-select/index.css +16 -14
  3410. package/select/esm/components/base-select/index.js +2 -2
  3411. package/select/esm/components/base-select/mobile.css +19 -15
  3412. package/select/esm/components/checkmark/Component.js +1 -1
  3413. package/select/esm/components/checkmark/index.css +14 -12
  3414. package/select/esm/components/checkmark-mobile/Component.js +1 -1
  3415. package/select/esm/components/checkmark-mobile/index.css +6 -6
  3416. package/select/esm/components/clear-button/Component.js +1 -1
  3417. package/select/esm/components/clear-button/index.css +8 -7
  3418. package/select/esm/components/field/Component.js +1 -1
  3419. package/select/esm/components/field/index.css +12 -12
  3420. package/select/esm/components/footer/Component.js +1 -1
  3421. package/select/esm/components/footer/index.css +8 -7
  3422. package/select/esm/components/index.js +2 -2
  3423. package/select/esm/components/optgroup/Component.js +1 -1
  3424. package/select/esm/components/optgroup/index.css +14 -11
  3425. package/select/esm/components/option/Component.js +1 -1
  3426. package/select/esm/components/option/index.css +27 -25
  3427. package/select/esm/components/options-list/Component.js +1 -1
  3428. package/select/esm/components/options-list/index.css +15 -12
  3429. package/select/esm/components/search/Component.js +1 -1
  3430. package/select/esm/components/search/index.css +2 -2
  3431. package/select/esm/components/virtual-options-list/Component.js +1 -1
  3432. package/select/esm/components/virtual-options-list/index.css +22 -19
  3433. package/select/esm/desktop/Component.desktop.js +2 -2
  3434. package/select/esm/desktop/index.js +2 -2
  3435. package/select/esm/index.js +3 -3
  3436. package/select/esm/list-popover-desktop-93ef2376.js +16 -0
  3437. package/select/esm/mobile/Component.mobile.js +3 -3
  3438. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  3439. package/select/esm/mobile/index.js +3 -3
  3440. package/select/esm/mobile.module-7113920b.js +4 -0
  3441. package/select/esm/presets/index.js +1 -1
  3442. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  3443. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  3444. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  3445. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +7 -5
  3446. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  3447. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -5
  3448. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  3449. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  3450. package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
  3451. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  3452. package/select/esm/shared/index.js +3 -3
  3453. package/select/list-popover-desktop-74b69ee5.js +22 -0
  3454. package/select/mobile/Component.mobile.js +1 -1
  3455. package/select/mobile.module-56f7a800.js +4 -0
  3456. package/select/modern/Component.responsive.js +3 -3
  3457. package/select/modern/components/arrow/Component.js +1 -1
  3458. package/select/modern/components/arrow/index.css +3 -3
  3459. package/select/modern/components/base-checkmark/Component.js +1 -1
  3460. package/select/modern/components/base-checkmark/index.css +6 -6
  3461. package/select/modern/components/base-option/Component.js +1 -1
  3462. package/select/modern/components/base-option/index.css +26 -23
  3463. package/select/modern/components/base-select/Component.js +3 -3
  3464. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  3465. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  3466. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  3467. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  3468. package/select/modern/components/base-select/index.css +16 -14
  3469. package/select/modern/components/base-select/index.js +2 -2
  3470. package/select/modern/components/base-select/mobile.css +19 -15
  3471. package/select/modern/components/checkmark/Component.js +1 -1
  3472. package/select/modern/components/checkmark/index.css +14 -12
  3473. package/select/modern/components/checkmark-mobile/Component.js +1 -1
  3474. package/select/modern/components/checkmark-mobile/index.css +6 -6
  3475. package/select/modern/components/clear-button/Component.js +1 -1
  3476. package/select/modern/components/clear-button/index.css +8 -7
  3477. package/select/modern/components/field/Component.js +1 -1
  3478. package/select/modern/components/field/index.css +12 -12
  3479. package/select/modern/components/footer/Component.js +1 -1
  3480. package/select/modern/components/footer/index.css +8 -7
  3481. package/select/modern/components/index.js +2 -2
  3482. package/select/modern/components/optgroup/Component.js +1 -1
  3483. package/select/modern/components/optgroup/index.css +14 -11
  3484. package/select/modern/components/option/Component.js +1 -1
  3485. package/select/modern/components/option/index.css +27 -25
  3486. package/select/modern/components/options-list/Component.js +1 -1
  3487. package/select/modern/components/options-list/index.css +15 -12
  3488. package/select/modern/components/search/Component.js +1 -1
  3489. package/select/modern/components/search/index.css +2 -2
  3490. package/select/modern/components/virtual-options-list/Component.js +1 -1
  3491. package/select/modern/components/virtual-options-list/index.css +22 -19
  3492. package/select/modern/desktop/Component.desktop.js +2 -2
  3493. package/select/modern/desktop/index.js +2 -2
  3494. package/select/modern/index.js +3 -3
  3495. package/select/modern/list-popover-desktop-763b1db9.js +15 -0
  3496. package/select/modern/mobile/Component.mobile.js +3 -3
  3497. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  3498. package/select/modern/mobile/index.js +3 -3
  3499. package/select/modern/mobile.module-2601743e.js +4 -0
  3500. package/select/modern/presets/index.js +1 -1
  3501. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  3502. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  3503. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  3504. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +7 -5
  3505. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  3506. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -5
  3507. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  3508. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  3509. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  3510. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  3511. package/select/modern/shared/index.js +3 -3
  3512. package/select/moderncssm/Component.responsive.d.ts +7 -0
  3513. package/select/moderncssm/Component.responsive.js +88 -0
  3514. package/select/moderncssm/components/arrow/Component.d.ts +5 -0
  3515. package/select/moderncssm/components/arrow/Component.js +8 -0
  3516. package/select/moderncssm/components/arrow/index.d.ts +1 -0
  3517. package/select/moderncssm/components/arrow/index.js +5 -0
  3518. package/select/moderncssm/components/arrow/index.module.css +23 -0
  3519. package/select/moderncssm/components/base-checkmark/Component.d.ts +5 -0
  3520. package/select/moderncssm/components/base-checkmark/Component.js +15 -0
  3521. package/select/moderncssm/components/base-checkmark/index.d.ts +1 -0
  3522. package/select/moderncssm/components/base-checkmark/index.js +6 -0
  3523. package/select/moderncssm/components/base-checkmark/index.module.css +30 -0
  3524. package/select/moderncssm/components/base-option/Component.d.ts +4 -0
  3525. package/select/moderncssm/components/base-option/Component.js +36 -0
  3526. package/select/moderncssm/components/base-option/index.d.ts +1 -0
  3527. package/select/moderncssm/components/base-option/index.js +8 -0
  3528. package/select/moderncssm/components/base-option/index.module.css +81 -0
  3529. package/select/moderncssm/components/base-select/Component.d.ts +14 -0
  3530. package/select/moderncssm/components/base-select/Component.js +410 -0
  3531. package/select/moderncssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +12 -0
  3532. package/select/moderncssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js +15 -0
  3533. package/select/moderncssm/components/base-select/components/list-desktop/list-popover-desktop.d.ts +9 -0
  3534. package/select/moderncssm/components/base-select/components/list-desktop/list-popover-desktop.js +13 -0
  3535. package/select/moderncssm/components/base-select/components/list-desktop/types/types.d.ts +3 -0
  3536. package/select/moderncssm/components/base-select/components/list-desktop/types/types.js +1 -0
  3537. package/select/moderncssm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +16 -0
  3538. package/select/moderncssm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js +19 -0
  3539. package/select/moderncssm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +28 -0
  3540. package/select/moderncssm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js +18 -0
  3541. package/select/moderncssm/components/base-select/components/list-mobile/helpers/index.d.ts +2 -0
  3542. package/select/moderncssm/components/base-select/components/list-mobile/helpers/index.js +2 -0
  3543. package/select/moderncssm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.d.ts +15 -0
  3544. package/select/moderncssm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +24 -0
  3545. package/select/moderncssm/components/base-select/components/list-mobile/list-mobile.d.ts +16 -0
  3546. package/select/moderncssm/components/base-select/components/list-mobile/list-mobile.js +21 -0
  3547. package/select/moderncssm/components/base-select/components/list-mobile/list-modal-mobile.d.ts +15 -0
  3548. package/select/moderncssm/components/base-select/components/list-mobile/list-modal-mobile.js +32 -0
  3549. package/select/moderncssm/components/base-select/components/list-mobile/types/types.d.ts +4 -0
  3550. package/select/moderncssm/components/base-select/components/list-mobile/types/types.js +1 -0
  3551. package/select/moderncssm/components/base-select/index.d.ts +1 -0
  3552. package/select/moderncssm/components/base-select/index.js +20 -0
  3553. package/select/moderncssm/components/base-select/index.module.css +81 -0
  3554. package/select/moderncssm/components/base-select/mobile.module.css +48 -0
  3555. package/select/moderncssm/components/base-select/types/component-types.d.ts +50 -0
  3556. package/select/moderncssm/components/base-select/types/component-types.js +1 -0
  3557. package/select/moderncssm/components/checkmark/Component.d.ts +5 -0
  3558. package/select/moderncssm/components/checkmark/Component.js +20 -0
  3559. package/select/moderncssm/components/checkmark/index.d.ts +1 -0
  3560. package/select/moderncssm/components/checkmark/index.js +8 -0
  3561. package/select/moderncssm/components/checkmark/index.module.css +59 -0
  3562. package/select/moderncssm/components/checkmark-mobile/Component.d.ts +5 -0
  3563. package/select/moderncssm/components/checkmark-mobile/Component.js +11 -0
  3564. package/select/moderncssm/components/checkmark-mobile/index.d.ts +1 -0
  3565. package/select/moderncssm/components/checkmark-mobile/index.js +5 -0
  3566. package/select/moderncssm/components/checkmark-mobile/index.module.css +34 -0
  3567. package/select/moderncssm/components/clear-button/Component.d.ts +5 -0
  3568. package/select/moderncssm/components/clear-button/Component.js +9 -0
  3569. package/select/moderncssm/components/clear-button/index.d.ts +1 -0
  3570. package/select/moderncssm/components/clear-button/index.js +5 -0
  3571. package/select/moderncssm/components/clear-button/index.module.css +47 -0
  3572. package/select/moderncssm/components/field/Component.d.ts +13 -0
  3573. package/select/moderncssm/components/field/Component.js +38 -0
  3574. package/select/moderncssm/components/field/index.d.ts +1 -0
  3575. package/select/moderncssm/components/field/index.js +11 -0
  3576. package/select/moderncssm/components/field/index.module.css +74 -0
  3577. package/select/moderncssm/components/footer/Component.d.ts +12 -0
  3578. package/select/moderncssm/components/footer/Component.js +22 -0
  3579. package/select/moderncssm/components/footer/index.d.ts +1 -0
  3580. package/select/moderncssm/components/footer/index.js +7 -0
  3581. package/select/moderncssm/components/footer/index.module.css +28 -0
  3582. package/select/moderncssm/components/index.d.ts +9 -0
  3583. package/select/moderncssm/components/index.js +57 -0
  3584. package/select/moderncssm/components/native-select/Component.d.ts +25 -0
  3585. package/select/moderncssm/components/native-select/Component.js +14 -0
  3586. package/select/moderncssm/components/native-select/index.d.ts +1 -0
  3587. package/select/moderncssm/components/native-select/index.js +4 -0
  3588. package/select/moderncssm/components/optgroup/Component.d.ts +5 -0
  3589. package/select/moderncssm/components/optgroup/Component.js +11 -0
  3590. package/select/moderncssm/components/optgroup/index.d.ts +1 -0
  3591. package/select/moderncssm/components/optgroup/index.js +5 -0
  3592. package/select/moderncssm/components/optgroup/index.module.css +46 -0
  3593. package/select/moderncssm/components/option/Component.d.ts +4 -0
  3594. package/select/moderncssm/components/option/Component.js +29 -0
  3595. package/select/moderncssm/components/option/index.d.ts +1 -0
  3596. package/select/moderncssm/components/option/index.js +13 -0
  3597. package/select/moderncssm/components/option/index.module.css +111 -0
  3598. package/select/moderncssm/components/options-list/Component.d.ts +5 -0
  3599. package/select/moderncssm/components/options-list/Component.js +89 -0
  3600. package/select/moderncssm/components/options-list/index.d.ts +1 -0
  3601. package/select/moderncssm/components/options-list/index.js +12 -0
  3602. package/select/moderncssm/components/options-list/index.module.css +48 -0
  3603. package/select/moderncssm/components/search/Component.d.ts +5 -0
  3604. package/select/moderncssm/components/search/Component.js +9 -0
  3605. package/select/moderncssm/components/search/index.d.ts +1 -0
  3606. package/select/moderncssm/components/search/index.js +6 -0
  3607. package/select/moderncssm/components/search/index.module.css +14 -0
  3608. package/select/moderncssm/components/virtual-options-list/Component.d.ts +5 -0
  3609. package/select/moderncssm/components/virtual-options-list/Component.js +139 -0
  3610. package/select/moderncssm/components/virtual-options-list/index.d.ts +1 -0
  3611. package/select/moderncssm/components/virtual-options-list/index.js +13 -0
  3612. package/select/moderncssm/components/virtual-options-list/index.module.css +79 -0
  3613. package/select/moderncssm/consts.d.ts +12 -0
  3614. package/select/moderncssm/consts.js +13 -0
  3615. package/select/moderncssm/desktop/Component.desktop.d.ts +6 -0
  3616. package/select/moderncssm/desktop/Component.desktop.js +59 -0
  3617. package/select/moderncssm/desktop/index.d.ts +2 -0
  3618. package/select/moderncssm/desktop/index.js +53 -0
  3619. package/select/moderncssm/hook-8c561f14.d.ts +115 -0
  3620. package/select/moderncssm/hook-a8bc7fe8.d.ts +17 -0
  3621. package/select/moderncssm/hook-a8bc7fe8.js +181 -0
  3622. package/select/moderncssm/index.d.ts +2 -0
  3623. package/select/moderncssm/index.js +73 -0
  3624. package/select/moderncssm/mobile/Component.mobile.d.ts +5 -0
  3625. package/select/moderncssm/mobile/Component.mobile.js +106 -0
  3626. package/select/moderncssm/mobile/Component.modal.mobile.d.ts +4 -0
  3627. package/select/moderncssm/mobile/Component.modal.mobile.js +72 -0
  3628. package/select/moderncssm/mobile/index.d.ts +3 -0
  3629. package/select/moderncssm/mobile/index.js +69 -0
  3630. package/select/moderncssm/presets/index.d.ts +3 -0
  3631. package/select/moderncssm/presets/index.js +34 -0
  3632. package/select/moderncssm/presets/useLazyLoading/hook.d.ts +48 -0
  3633. package/select/moderncssm/presets/useLazyLoading/hook.js +226 -0
  3634. package/select/moderncssm/presets/useSelectWithApply/hook.d.ts +0 -0
  3635. package/select/moderncssm/presets/useSelectWithApply/hook.js +20 -0
  3636. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/Component.d.ts +0 -0
  3637. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/Component.js +20 -0
  3638. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +12 -0
  3639. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +12 -0
  3640. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +11 -0
  3641. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +11 -0
  3642. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +9 -0
  3643. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +9 -0
  3644. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -0
  3645. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.js +20 -0
  3646. package/select/moderncssm/presets/useSelectWithLoading/hook.d.ts +13 -0
  3647. package/select/moderncssm/presets/useSelectWithLoading/hook.js +34 -0
  3648. package/select/moderncssm/presets/useSelectWithLoading/index.module.css +7 -0
  3649. package/select/moderncssm/shared/index.d.ts +13 -0
  3650. package/select/moderncssm/shared/index.js +73 -0
  3651. package/select/moderncssm/typings.d.ts +744 -0
  3652. package/select/moderncssm/typings.js +1 -0
  3653. package/select/moderncssm/utils.d.ts +81 -0
  3654. package/select/moderncssm/utils.js +173 -0
  3655. package/select/moderncssm/vars.css +10 -0
  3656. package/select/presets/index.js +1 -1
  3657. package/select/presets/useSelectWithApply/hook.js +1 -1
  3658. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  3659. package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  3660. package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +7 -5
  3661. package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  3662. package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -5
  3663. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  3664. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  3665. package/select/presets/useSelectWithLoading/hook.js +1 -1
  3666. package/select/presets/useSelectWithLoading/index.css +2 -2
  3667. package/select/shared/index.js +1 -1
  3668. package/select-with-tags/components/tag/component.js +1 -1
  3669. package/select-with-tags/components/tag/index.css +20 -18
  3670. package/select-with-tags/components/tag-list/component.js +1 -1
  3671. package/select-with-tags/components/tag-list/index.css +59 -52
  3672. package/select-with-tags/cssm/components/tag/index.module.css +6 -4
  3673. package/select-with-tags/cssm/components/tag-list/index.module.css +23 -16
  3674. package/select-with-tags/esm/components/tag/component.js +1 -1
  3675. package/select-with-tags/esm/components/tag/index.css +20 -18
  3676. package/select-with-tags/esm/components/tag-list/component.js +1 -1
  3677. package/select-with-tags/esm/components/tag-list/index.css +59 -52
  3678. package/select-with-tags/modern/components/tag/component.js +1 -1
  3679. package/select-with-tags/modern/components/tag/index.css +20 -18
  3680. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  3681. package/select-with-tags/modern/components/tag-list/index.css +59 -52
  3682. package/select-with-tags/moderncssm/Component.responsive.d.ts +22 -0
  3683. package/select-with-tags/moderncssm/Component.responsive.js +27 -0
  3684. package/select-with-tags/moderncssm/components/base-select-with-tags/Component.d.ts +32 -0
  3685. package/select-with-tags/moderncssm/components/base-select-with-tags/Component.js +135 -0
  3686. package/select-with-tags/moderncssm/components/base-select-with-tags/index.d.ts +1 -0
  3687. package/select-with-tags/moderncssm/components/base-select-with-tags/index.js +14 -0
  3688. package/select-with-tags/moderncssm/components/tag/component.d.ts +3 -0
  3689. package/select-with-tags/moderncssm/components/tag/component.js +22 -0
  3690. package/select-with-tags/moderncssm/components/tag/index.d.ts +1 -0
  3691. package/select-with-tags/moderncssm/components/tag/index.js +6 -0
  3692. package/select-with-tags/moderncssm/components/tag/index.module.css +79 -0
  3693. package/select-with-tags/moderncssm/components/tag-list/component.d.ts +21 -0
  3694. package/select-with-tags/moderncssm/components/tag-list/component.js +130 -0
  3695. package/select-with-tags/moderncssm/components/tag-list/index.d.ts +1 -0
  3696. package/select-with-tags/moderncssm/components/tag-list/index.js +11 -0
  3697. package/select-with-tags/moderncssm/components/tag-list/index.module.css +170 -0
  3698. package/select-with-tags/moderncssm/desktop/Component.desktop.d.ts +5 -0
  3699. package/select-with-tags/moderncssm/desktop/Component.desktop.js +20 -0
  3700. package/select-with-tags/moderncssm/desktop/index.d.ts +2 -0
  3701. package/select-with-tags/moderncssm/desktop/index.js +17 -0
  3702. package/select-with-tags/moderncssm/index.d.ts +2 -0
  3703. package/select-with-tags/moderncssm/index.js +20 -0
  3704. package/select-with-tags/moderncssm/mobile/Component.mobile.d.ts +5 -0
  3705. package/select-with-tags/moderncssm/mobile/Component.mobile.js +20 -0
  3706. package/select-with-tags/moderncssm/mobile/index.d.ts +2 -0
  3707. package/select-with-tags/moderncssm/mobile/index.js +17 -0
  3708. package/select-with-tags/moderncssm/types.d.ts +71 -0
  3709. package/select-with-tags/moderncssm/types.js +1 -0
  3710. package/select-with-tags/moderncssm/utils/calculate-collapse-size.d.ts +2 -0
  3711. package/select-with-tags/moderncssm/utils/calculate-collapse-size.js +42 -0
  3712. package/select-with-tags/moderncssm/utils/index.d.ts +1 -0
  3713. package/select-with-tags/moderncssm/utils/index.js +2 -0
  3714. package/select-with-tags/moderncssm/utils/match.d.ts +4 -0
  3715. package/select-with-tags/moderncssm/utils/match.js +25 -0
  3716. package/shared/moderncssm/browser.d.ts +6 -0
  3717. package/shared/moderncssm/browser.js +33 -0
  3718. package/shared/moderncssm/context/PortalContext/PortalContext.js +5 -0
  3719. package/shared/moderncssm/context/PortalContext/index.d.ts +1 -0
  3720. package/shared/moderncssm/context/PortalContext/index.js +2 -0
  3721. package/shared/moderncssm/createPaddingStyle.d.ts +10 -0
  3722. package/shared/moderncssm/createPaddingStyle.js +16 -0
  3723. package/shared/moderncssm/dom.d.ts +7 -0
  3724. package/shared/moderncssm/dom.js +8 -0
  3725. package/shared/moderncssm/easingFns.d.ts +5 -0
  3726. package/shared/moderncssm/easingFns.js +8 -0
  3727. package/shared/moderncssm/exhaustiveCheck.d.ts +2 -0
  3728. package/shared/moderncssm/exhaustiveCheck.js +3 -0
  3729. package/shared/moderncssm/fnUtils.d.ts +15 -0
  3730. package/shared/moderncssm/fnUtils.js +21 -0
  3731. package/shared/moderncssm/getDataTestId.js +6 -0
  3732. package/shared/moderncssm/hooks/index.d.ts +5 -0
  3733. package/shared/moderncssm/hooks/index.js +11 -0
  3734. package/shared/moderncssm/hooks/useCustomWebkitScrollbar.d.ts +2 -0
  3735. package/shared/moderncssm/hooks/useCustomWebkitScrollbar.js +16 -0
  3736. package/shared/moderncssm/index.d.ts +12 -0
  3737. package/shared/moderncssm/index.js +15 -0
  3738. package/shared/moderncssm/isClient.d.ts +2 -0
  3739. package/shared/moderncssm/isClient.js +3 -0
  3740. package/shared/moderncssm/maskUtils.d.ts +24 -0
  3741. package/shared/moderncssm/maskUtils.js +130 -0
  3742. package/shared/moderncssm/os.d.ts +7 -0
  3743. package/shared/moderncssm/os.js +19 -0
  3744. package/side-panel/components/content/Component.desktop.js +1 -1
  3745. package/side-panel/components/content/Component.js +1 -1
  3746. package/side-panel/components/content/Component.mobile.js +1 -1
  3747. package/side-panel/components/content/desktop.css +7 -5
  3748. package/side-panel/components/content/index.css +4 -4
  3749. package/side-panel/components/content/mobile.css +6 -5
  3750. package/side-panel/components/controls/Component.js +2 -2
  3751. package/side-panel/components/controls/index.css +2 -2
  3752. package/side-panel/components/footer/Component.desktop.js +1 -1
  3753. package/side-panel/components/footer/Component.js +2 -2
  3754. package/side-panel/components/footer/Component.mobile.js +1 -1
  3755. package/side-panel/components/footer/desktop.css +6 -4
  3756. package/side-panel/components/footer/index.css +4 -4
  3757. package/side-panel/components/footer/layout.css +27 -24
  3758. package/side-panel/components/footer/mobile.css +5 -4
  3759. package/side-panel/components/header/Component.js +3 -3
  3760. package/side-panel/components/header/desktop.css +8 -6
  3761. package/side-panel/components/header/index.css +14 -14
  3762. package/side-panel/components/header/mobile.css +8 -6
  3763. package/side-panel/cssm/components/content/desktop.module.css +4 -2
  3764. package/side-panel/cssm/components/content/mobile.module.css +3 -2
  3765. package/side-panel/cssm/components/footer/desktop.module.css +3 -1
  3766. package/side-panel/cssm/components/footer/layout.module.css +10 -7
  3767. package/side-panel/cssm/components/footer/mobile.module.css +2 -1
  3768. package/side-panel/cssm/components/header/desktop.module.css +3 -1
  3769. package/side-panel/cssm/components/header/mobile.module.css +4 -2
  3770. package/side-panel/desktop/Component.desktop.js +2 -2
  3771. package/side-panel/desktop/desktop.css +3 -3
  3772. package/side-panel/desktop/transitions.desktop.css +7 -7
  3773. package/side-panel/esm/Component.responsive.js +1 -1
  3774. package/side-panel/esm/components/content/Component.desktop.js +1 -1
  3775. package/side-panel/esm/components/content/Component.js +1 -1
  3776. package/side-panel/esm/components/content/Component.mobile.js +1 -1
  3777. package/side-panel/esm/components/content/desktop.css +7 -5
  3778. package/side-panel/esm/components/content/index.css +4 -4
  3779. package/side-panel/esm/components/content/mobile.css +6 -5
  3780. package/side-panel/esm/components/controls/Component.js +2 -2
  3781. package/side-panel/esm/components/controls/index.css +2 -2
  3782. package/side-panel/esm/components/controls/index.js +1 -1
  3783. package/side-panel/esm/components/footer/Component.desktop.js +2 -2
  3784. package/side-panel/esm/components/footer/Component.js +2 -2
  3785. package/side-panel/esm/components/footer/Component.mobile.js +2 -2
  3786. package/side-panel/esm/components/footer/desktop.css +6 -4
  3787. package/side-panel/esm/components/footer/index.css +4 -4
  3788. package/side-panel/esm/components/footer/layout.css +27 -24
  3789. package/side-panel/esm/components/footer/mobile.css +5 -4
  3790. package/side-panel/esm/components/header/Component.js +3 -3
  3791. package/side-panel/esm/components/header/desktop.css +8 -6
  3792. package/side-panel/esm/components/header/index.css +14 -14
  3793. package/side-panel/esm/components/header/mobile.css +8 -6
  3794. package/side-panel/esm/desktop/Component.desktop.js +3 -3
  3795. package/side-panel/esm/desktop/desktop.css +3 -3
  3796. package/side-panel/esm/desktop/index.js +1 -1
  3797. package/side-panel/esm/desktop/transitions.desktop.css +7 -7
  3798. package/side-panel/esm/index.js +1 -1
  3799. package/side-panel/esm/layout.module-880922d7.js +4 -0
  3800. package/side-panel/esm/mobile/Component.mobile.js +3 -3
  3801. package/side-panel/esm/mobile/index.js +1 -1
  3802. package/side-panel/esm/mobile/mobile.css +4 -4
  3803. package/side-panel/esm/mobile/transitions.mobile.css +8 -8
  3804. package/side-panel/layout.module-6f76465a.js +4 -0
  3805. package/side-panel/mobile/Component.mobile.js +2 -2
  3806. package/side-panel/mobile/mobile.css +4 -4
  3807. package/side-panel/mobile/transitions.mobile.css +8 -8
  3808. package/side-panel/modern/Component.responsive.js +1 -1
  3809. package/side-panel/modern/components/content/Component.desktop.js +1 -1
  3810. package/side-panel/modern/components/content/Component.js +1 -1
  3811. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  3812. package/side-panel/modern/components/content/desktop.css +7 -5
  3813. package/side-panel/modern/components/content/index.css +4 -4
  3814. package/side-panel/modern/components/content/mobile.css +6 -5
  3815. package/side-panel/modern/components/controls/Component.js +2 -2
  3816. package/side-panel/modern/components/controls/index.css +2 -2
  3817. package/side-panel/modern/components/controls/index.js +1 -1
  3818. package/side-panel/modern/components/footer/Component.desktop.js +2 -2
  3819. package/side-panel/modern/components/footer/Component.js +2 -2
  3820. package/side-panel/modern/components/footer/Component.mobile.js +2 -2
  3821. package/side-panel/modern/components/footer/desktop.css +6 -4
  3822. package/side-panel/modern/components/footer/index.css +4 -4
  3823. package/side-panel/modern/components/footer/layout.css +27 -24
  3824. package/side-panel/modern/components/footer/mobile.css +5 -4
  3825. package/side-panel/modern/components/header/Component.js +3 -3
  3826. package/side-panel/modern/components/header/desktop.css +8 -6
  3827. package/side-panel/modern/components/header/index.css +14 -14
  3828. package/side-panel/modern/components/header/mobile.css +8 -6
  3829. package/side-panel/modern/desktop/Component.desktop.js +3 -3
  3830. package/side-panel/modern/desktop/desktop.css +3 -3
  3831. package/side-panel/modern/desktop/index.js +1 -1
  3832. package/side-panel/modern/desktop/transitions.desktop.css +7 -7
  3833. package/side-panel/modern/index.js +1 -1
  3834. package/side-panel/modern/layout.module-b3a80ca6.js +4 -0
  3835. package/side-panel/modern/mobile/Component.mobile.js +3 -3
  3836. package/side-panel/modern/mobile/index.js +1 -1
  3837. package/side-panel/modern/mobile/mobile.css +4 -4
  3838. package/side-panel/modern/mobile/transitions.mobile.css +8 -8
  3839. package/side-panel/moderncssm/Component.responsive.d.ts +52 -0
  3840. package/side-panel/moderncssm/Component.responsive.js +65 -0
  3841. package/side-panel/moderncssm/Context.d.ts +4 -0
  3842. package/side-panel/moderncssm/Context.js +5 -0
  3843. package/side-panel/moderncssm/ResponsiveContext.d.ts +5 -0
  3844. package/side-panel/moderncssm/ResponsiveContext.js +5 -0
  3845. package/side-panel/moderncssm/components/content/Component.d.ts +17 -0
  3846. package/side-panel/moderncssm/components/content/Component.desktop.d.ts +10 -0
  3847. package/side-panel/moderncssm/components/content/Component.desktop.js +14 -0
  3848. package/side-panel/moderncssm/components/content/Component.js +17 -0
  3849. package/side-panel/moderncssm/components/content/Component.mobile.d.ts +5 -0
  3850. package/side-panel/moderncssm/components/content/Component.mobile.js +13 -0
  3851. package/side-panel/moderncssm/components/content/desktop.module.css +25 -0
  3852. package/side-panel/moderncssm/components/content/index.module.css +31 -0
  3853. package/side-panel/moderncssm/components/content/mobile.module.css +24 -0
  3854. package/side-panel/moderncssm/components/controls/Component.d.ts +29 -0
  3855. package/side-panel/moderncssm/components/controls/Component.js +20 -0
  3856. package/side-panel/moderncssm/components/controls/index.d.ts +1 -0
  3857. package/side-panel/moderncssm/components/controls/index.js +7 -0
  3858. package/side-panel/moderncssm/components/controls/index.module.css +3 -0
  3859. package/side-panel/moderncssm/components/footer/Component.d.ts +29 -0
  3860. package/side-panel/moderncssm/components/footer/Component.desktop.d.ts +10 -0
  3861. package/side-panel/moderncssm/components/footer/Component.desktop.js +17 -0
  3862. package/side-panel/moderncssm/components/footer/Component.js +22 -0
  3863. package/side-panel/moderncssm/components/footer/Component.mobile.d.ts +5 -0
  3864. package/side-panel/moderncssm/components/footer/Component.mobile.js +16 -0
  3865. package/side-panel/moderncssm/components/footer/desktop.module.css +25 -0
  3866. package/side-panel/moderncssm/components/footer/index.module.css +36 -0
  3867. package/side-panel/moderncssm/components/footer/layout.module.css +76 -0
  3868. package/side-panel/moderncssm/components/footer/mobile.module.css +24 -0
  3869. package/side-panel/moderncssm/components/header/Component.d.ts +5 -0
  3870. package/side-panel/moderncssm/components/header/Component.js +34 -0
  3871. package/side-panel/moderncssm/components/header/desktop.module.css +41 -0
  3872. package/side-panel/moderncssm/components/header/index.module.css +84 -0
  3873. package/side-panel/moderncssm/components/header/mobile.module.css +38 -0
  3874. package/side-panel/moderncssm/consts.d.ts +5 -0
  3875. package/side-panel/moderncssm/consts.js +6 -0
  3876. package/side-panel/moderncssm/desktop/Component.desktop.d.ts +36 -0
  3877. package/side-panel/moderncssm/desktop/Component.desktop.js +63 -0
  3878. package/side-panel/moderncssm/desktop/desktop.module.css +25 -0
  3879. package/side-panel/moderncssm/desktop/index.d.ts +2 -0
  3880. package/side-panel/moderncssm/desktop/index.js +28 -0
  3881. package/side-panel/moderncssm/desktop/transitions.desktop.module.css +32 -0
  3882. package/side-panel/moderncssm/index.d.ts +2 -0
  3883. package/side-panel/moderncssm/index.js +37 -0
  3884. package/side-panel/moderncssm/mobile/Component.mobile.d.ts +24 -0
  3885. package/side-panel/moderncssm/mobile/Component.mobile.js +45 -0
  3886. package/side-panel/moderncssm/mobile/index.d.ts +2 -0
  3887. package/side-panel/moderncssm/mobile/index.js +26 -0
  3888. package/side-panel/moderncssm/mobile/mobile.module.css +37 -0
  3889. package/side-panel/moderncssm/mobile/transitions.mobile.module.css +24 -0
  3890. package/side-panel/moderncssm/shared/index.d.ts +2 -0
  3891. package/side-panel/moderncssm/shared/index.js +4 -0
  3892. package/side-panel/moderncssm/typings.d.ts +7 -0
  3893. package/side-panel/moderncssm/typings.js +1 -0
  3894. package/side-panel/moderncssm/utils.d.ts +11 -0
  3895. package/side-panel/moderncssm/utils.js +16 -0
  3896. package/side-panel/moderncssm/vars.css +16 -0
  3897. package/skeleton/Component.js +1 -1
  3898. package/skeleton/cssm/stories.module.css +1 -1
  3899. package/skeleton/esm/Component.js +1 -1
  3900. package/skeleton/esm/index.css +8 -8
  3901. package/skeleton/index.css +8 -8
  3902. package/skeleton/modern/Component.js +1 -1
  3903. package/skeleton/modern/index.css +8 -8
  3904. package/skeleton/moderncssm/Component.d.ts +35 -0
  3905. package/skeleton/moderncssm/Component.js +15 -0
  3906. package/skeleton/moderncssm/index.d.ts +1 -0
  3907. package/skeleton/moderncssm/index.js +4 -0
  3908. package/skeleton/moderncssm/index.module.css +68 -0
  3909. package/skeleton/moderncssm/stories.module.css +57 -0
  3910. package/slider/Component.js +1 -1
  3911. package/slider/esm/Component.js +1 -1
  3912. package/slider/esm/index.css +20 -20
  3913. package/slider/index.css +20 -20
  3914. package/slider/modern/Component.js +1 -1
  3915. package/slider/modern/index.css +20 -20
  3916. package/slider/moderncssm/Component.d.ts +97 -0
  3917. package/slider/moderncssm/Component.js +100 -0
  3918. package/slider/moderncssm/index.d.ts +1 -0
  3919. package/slider/moderncssm/index.js +5 -0
  3920. package/slider/moderncssm/index.module.css +142 -0
  3921. package/slider/moderncssm/vars.css +6 -0
  3922. package/slider-input/Component.js +1 -1
  3923. package/slider-input/cssm/index.module.css +10 -7
  3924. package/slider-input/esm/Component.js +1 -1
  3925. package/slider-input/esm/index.css +37 -34
  3926. package/slider-input/index.css +37 -34
  3927. package/slider-input/modern/Component.js +1 -1
  3928. package/slider-input/modern/index.css +37 -34
  3929. package/slider-input/moderncssm/Component.d.ts +186 -0
  3930. package/slider-input/moderncssm/Component.js +47 -0
  3931. package/slider-input/moderncssm/index.d.ts +1 -0
  3932. package/slider-input/moderncssm/index.js +6 -0
  3933. package/slider-input/moderncssm/index.module.css +168 -0
  3934. package/sortable-list/Component.js +1 -1
  3935. package/sortable-list/components/item/Components.js +1 -1
  3936. package/sortable-list/components/item/index.css +25 -25
  3937. package/sortable-list/esm/Component.js +1 -1
  3938. package/sortable-list/esm/components/item/Components.js +1 -1
  3939. package/sortable-list/esm/components/item/index.css +25 -25
  3940. package/sortable-list/esm/index.css +30 -30
  3941. package/sortable-list/index.css +30 -30
  3942. package/sortable-list/modern/Component.js +1 -1
  3943. package/sortable-list/modern/components/item/Components.js +1 -1
  3944. package/sortable-list/modern/components/item/index.css +25 -25
  3945. package/sortable-list/modern/index.css +30 -30
  3946. package/sortable-list/moderncssm/Component.d.ts +5 -0
  3947. package/sortable-list/moderncssm/Component.js +94 -0
  3948. package/sortable-list/moderncssm/components/item/Components.d.ts +5 -0
  3949. package/sortable-list/moderncssm/components/item/Components.js +38 -0
  3950. package/sortable-list/moderncssm/components/item/index.module.css +107 -0
  3951. package/sortable-list/moderncssm/index.d.ts +2 -0
  3952. package/sortable-list/moderncssm/index.js +13 -0
  3953. package/sortable-list/moderncssm/index.module.css +121 -0
  3954. package/sortable-list/moderncssm/shared/index.d.ts +1 -0
  3955. package/sortable-list/moderncssm/shared/index.js +2 -0
  3956. package/sortable-list/moderncssm/types.d.ts +111 -0
  3957. package/sortable-list/moderncssm/types.js +1 -0
  3958. package/sortable-list/moderncssm/utils.d.ts +10 -0
  3959. package/sortable-list/moderncssm/utils.js +38 -0
  3960. package/space/Component.js +1 -1
  3961. package/space/esm/Component.js +1 -1
  3962. package/space/esm/index.css +10 -10
  3963. package/space/index.css +10 -10
  3964. package/space/modern/Component.js +1 -1
  3965. package/space/modern/index.css +10 -10
  3966. package/space/moderncssm/Component.d.ts +52 -0
  3967. package/space/moderncssm/Component.js +48 -0
  3968. package/space/moderncssm/Item.d.ts +18 -0
  3969. package/space/moderncssm/Item.js +27 -0
  3970. package/space/moderncssm/index.d.ts +1 -0
  3971. package/space/moderncssm/index.js +5 -0
  3972. package/space/moderncssm/index.module.css +41 -0
  3973. package/space/moderncssm/utils.d.ts +11 -0
  3974. package/space/moderncssm/utils.js +9 -0
  3975. package/spinner/Component.js +3 -3
  3976. package/spinner/default.css +1 -1
  3977. package/spinner/esm/Component.js +3 -3
  3978. package/spinner/esm/default.css +1 -1
  3979. package/spinner/esm/index.css +7 -7
  3980. package/spinner/esm/inverted.css +1 -1
  3981. package/spinner/index.css +7 -7
  3982. package/spinner/inverted.css +1 -1
  3983. package/spinner/modern/Component.js +3 -3
  3984. package/spinner/modern/default.css +1 -1
  3985. package/spinner/modern/index.css +7 -7
  3986. package/spinner/modern/inverted.css +1 -1
  3987. package/spinner/moderncssm/Component.d.ts +38 -0
  3988. package/spinner/moderncssm/Component.js +77 -0
  3989. package/spinner/moderncssm/default.module.css +9 -0
  3990. package/spinner/moderncssm/index.d.ts +1 -0
  3991. package/spinner/moderncssm/index.js +7 -0
  3992. package/spinner/moderncssm/index.module.css +43 -0
  3993. package/spinner/moderncssm/inverted.module.css +9 -0
  3994. package/stack/moderncssm/component.d.ts +15 -0
  3995. package/stack/moderncssm/component.js +11 -0
  3996. package/stack/moderncssm/index.d.ts +1 -0
  3997. package/stack/moderncssm/index.js +3 -0
  3998. package/status/Component.js +1 -1
  3999. package/status/cssm/index.module.css +2 -1
  4000. package/status/esm/Component.js +1 -1
  4001. package/status/esm/index.css +28 -27
  4002. package/status/index.css +28 -27
  4003. package/status/modern/Component.js +1 -1
  4004. package/status/modern/index.css +28 -27
  4005. package/status/moderncssm/Component.d.ts +27 -0
  4006. package/status/moderncssm/Component.js +25 -0
  4007. package/status/moderncssm/index.d.ts +1 -0
  4008. package/status/moderncssm/index.js +4 -0
  4009. package/status/moderncssm/index.module.css +137 -0
  4010. package/status-badge/Component.js +3 -3
  4011. package/status-badge/default.css +8 -8
  4012. package/status-badge/esm/Component.js +3 -3
  4013. package/status-badge/esm/default.css +8 -8
  4014. package/status-badge/esm/index.css +9 -9
  4015. package/status-badge/esm/inverted.css +8 -8
  4016. package/status-badge/index.css +9 -9
  4017. package/status-badge/inverted.css +8 -8
  4018. package/status-badge/modern/Component.js +3 -3
  4019. package/status-badge/modern/default.css +8 -8
  4020. package/status-badge/modern/index.css +9 -9
  4021. package/status-badge/modern/inverted.css +8 -8
  4022. package/status-badge/moderncssm/Component.d.ts +32 -0
  4023. package/status-badge/moderncssm/Component.js +32 -0
  4024. package/status-badge/moderncssm/consts/iconMap.d.ts +4 -0
  4025. package/status-badge/moderncssm/consts/iconMap.js +74 -0
  4026. package/status-badge/moderncssm/default.module.css +21 -0
  4027. package/status-badge/moderncssm/hooks/useStatusBadgeIcon.d.ts +5 -0
  4028. package/status-badge/moderncssm/hooks/useStatusBadgeIcon.js +34 -0
  4029. package/status-badge/moderncssm/index.d.ts +2 -0
  4030. package/status-badge/moderncssm/index.js +21 -0
  4031. package/status-badge/moderncssm/index.module.css +50 -0
  4032. package/status-badge/moderncssm/inverted.module.css +21 -0
  4033. package/status-badge/moderncssm/types/statusBadgePropTypes.d.ts +7 -0
  4034. package/status-badge/moderncssm/types/statusBadgePropTypes.js +1 -0
  4035. package/stepped-progress-bar/Component.js +3 -3
  4036. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  4037. package/stepped-progress-bar/components/step-bar/index.css +14 -13
  4038. package/stepped-progress-bar/cssm/components/step-bar/index.module.css +3 -2
  4039. package/stepped-progress-bar/cssm/index.module.css +2 -1
  4040. package/stepped-progress-bar/default.css +3 -3
  4041. package/stepped-progress-bar/esm/Component.js +3 -3
  4042. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  4043. package/stepped-progress-bar/esm/components/step-bar/index.css +14 -13
  4044. package/stepped-progress-bar/esm/default.css +3 -3
  4045. package/stepped-progress-bar/esm/index.css +6 -5
  4046. package/stepped-progress-bar/esm/inverted.css +3 -3
  4047. package/stepped-progress-bar/index.css +6 -5
  4048. package/stepped-progress-bar/inverted.css +3 -3
  4049. package/stepped-progress-bar/modern/Component.js +3 -3
  4050. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  4051. package/stepped-progress-bar/modern/components/step-bar/index.css +14 -13
  4052. package/stepped-progress-bar/modern/default.css +3 -3
  4053. package/stepped-progress-bar/modern/index.css +6 -5
  4054. package/stepped-progress-bar/modern/inverted.css +3 -3
  4055. package/stepped-progress-bar/moderncssm/Component.d.ts +34 -0
  4056. package/stepped-progress-bar/moderncssm/Component.js +28 -0
  4057. package/stepped-progress-bar/moderncssm/components/step-bar/Component.d.ts +9 -0
  4058. package/stepped-progress-bar/moderncssm/components/step-bar/Component.js +7 -0
  4059. package/stepped-progress-bar/moderncssm/components/step-bar/index.d.ts +1 -0
  4060. package/stepped-progress-bar/moderncssm/components/step-bar/index.js +4 -0
  4061. package/stepped-progress-bar/moderncssm/components/step-bar/index.module.css +72 -0
  4062. package/stepped-progress-bar/moderncssm/default.module.css +9 -0
  4063. package/stepped-progress-bar/moderncssm/index.d.ts +1 -0
  4064. package/stepped-progress-bar/moderncssm/index.js +9 -0
  4065. package/stepped-progress-bar/moderncssm/index.module.css +16 -0
  4066. package/stepped-progress-bar/moderncssm/inverted.module.css +9 -0
  4067. package/steps/Component.js +1 -1
  4068. package/steps/components/step/Component.js +1 -1
  4069. package/steps/components/step/index.css +43 -40
  4070. package/steps/components/step-indicator/Component.js +1 -1
  4071. package/steps/components/step-indicator/index.css +2 -2
  4072. package/steps/cssm/components/step/index.module.css +12 -9
  4073. package/steps/esm/Component.js +1 -1
  4074. package/steps/esm/components/step/Component.js +1 -1
  4075. package/steps/esm/components/step/index.css +43 -40
  4076. package/steps/esm/components/step-indicator/Component.js +1 -1
  4077. package/steps/esm/components/step-indicator/index.css +2 -2
  4078. package/steps/esm/index.css +3 -3
  4079. package/steps/index.css +3 -3
  4080. package/steps/modern/Component.js +1 -1
  4081. package/steps/modern/components/step/Component.js +1 -1
  4082. package/steps/modern/components/step/index.css +43 -40
  4083. package/steps/modern/components/step-indicator/Component.js +1 -1
  4084. package/steps/modern/components/step-indicator/index.css +2 -2
  4085. package/steps/modern/index.css +3 -3
  4086. package/steps/moderncssm/Component.d.ts +99 -0
  4087. package/steps/moderncssm/Component.js +47 -0
  4088. package/steps/moderncssm/components/step/Component.d.ts +80 -0
  4089. package/steps/moderncssm/components/step/Component.js +91 -0
  4090. package/steps/moderncssm/components/step/index.d.ts +1 -0
  4091. package/steps/moderncssm/components/step/index.js +11 -0
  4092. package/steps/moderncssm/components/step/index.module.css +170 -0
  4093. package/steps/moderncssm/components/step-indicator/Component.d.ts +6 -0
  4094. package/steps/moderncssm/components/step-indicator/Component.js +8 -0
  4095. package/steps/moderncssm/components/step-indicator/index.d.ts +1 -0
  4096. package/steps/moderncssm/components/step-indicator/index.js +5 -0
  4097. package/steps/moderncssm/components/step-indicator/index.module.css +3 -0
  4098. package/steps/moderncssm/index.d.ts +1 -0
  4099. package/steps/moderncssm/index.js +13 -0
  4100. package/steps/moderncssm/index.module.css +12 -0
  4101. package/switch/Component.js +1 -1
  4102. package/switch/cssm/index.module.css +10 -6
  4103. package/switch/esm/Component.js +1 -1
  4104. package/switch/esm/index.css +38 -34
  4105. package/switch/index.css +38 -34
  4106. package/switch/modern/Component.js +1 -1
  4107. package/switch/modern/index.css +38 -34
  4108. package/switch/moderncssm/Component.d.ts +115 -0
  4109. package/switch/moderncssm/Component.js +36 -0
  4110. package/switch/moderncssm/index.d.ts +1 -0
  4111. package/switch/moderncssm/index.js +7 -0
  4112. package/switch/moderncssm/index.module.css +189 -0
  4113. package/system-message/Component.js +1 -1
  4114. package/system-message/components/caption/Component.js +1 -1
  4115. package/system-message/components/caption/index.css +2 -2
  4116. package/system-message/components/controls/Component.js +1 -1
  4117. package/system-message/components/controls/index.css +14 -13
  4118. package/system-message/components/graphic/Component.js +1 -1
  4119. package/system-message/components/graphic/index.css +2 -2
  4120. package/system-message/components/subtitle/Component.js +1 -1
  4121. package/system-message/components/subtitle/index.css +2 -2
  4122. package/system-message/components/title/Component.js +3 -3
  4123. package/system-message/components/title/desktop.css +2 -2
  4124. package/system-message/components/title/index.css +2 -2
  4125. package/system-message/components/title/mobile.css +2 -2
  4126. package/system-message/cssm/components/controls/index.module.css +3 -2
  4127. package/system-message/cssm/mobile/mobile.module.css +2 -1
  4128. package/system-message/esm/Component.js +1 -1
  4129. package/system-message/esm/components/caption/Component.js +1 -1
  4130. package/system-message/esm/components/caption/index.css +2 -2
  4131. package/system-message/esm/components/controls/Component.js +1 -1
  4132. package/system-message/esm/components/controls/index.css +14 -13
  4133. package/system-message/esm/components/graphic/Component.js +1 -1
  4134. package/system-message/esm/components/graphic/index.css +2 -2
  4135. package/system-message/esm/components/subtitle/Component.js +1 -1
  4136. package/system-message/esm/components/subtitle/index.css +2 -2
  4137. package/system-message/esm/components/title/Component.js +3 -3
  4138. package/system-message/esm/components/title/desktop.css +2 -2
  4139. package/system-message/esm/components/title/index.css +2 -2
  4140. package/system-message/esm/components/title/mobile.css +2 -2
  4141. package/system-message/esm/index.css +7 -7
  4142. package/system-message/index.css +7 -7
  4143. package/system-message/modern/Component.js +1 -1
  4144. package/system-message/modern/components/caption/Component.js +1 -1
  4145. package/system-message/modern/components/caption/index.css +2 -2
  4146. package/system-message/modern/components/controls/Component.js +1 -1
  4147. package/system-message/modern/components/controls/index.css +14 -13
  4148. package/system-message/modern/components/graphic/Component.js +1 -1
  4149. package/system-message/modern/components/graphic/index.css +2 -2
  4150. package/system-message/modern/components/subtitle/Component.js +1 -1
  4151. package/system-message/modern/components/subtitle/index.css +2 -2
  4152. package/system-message/modern/components/title/Component.js +3 -3
  4153. package/system-message/modern/components/title/desktop.css +2 -2
  4154. package/system-message/modern/components/title/index.css +2 -2
  4155. package/system-message/modern/components/title/mobile.css +2 -2
  4156. package/system-message/modern/index.css +7 -7
  4157. package/system-message/moderncssm/Component.d.ts +5 -0
  4158. package/system-message/moderncssm/Component.js +41 -0
  4159. package/system-message/moderncssm/Components.responsive.d.ts +33 -0
  4160. package/system-message/moderncssm/Components.responsive.js +30 -0
  4161. package/system-message/moderncssm/Context.d.ts +5 -0
  4162. package/system-message/moderncssm/Context.js +7 -0
  4163. package/system-message/moderncssm/components/caption/Component.d.ts +19 -0
  4164. package/system-message/moderncssm/components/caption/Component.js +13 -0
  4165. package/system-message/moderncssm/components/caption/index.d.ts +1 -0
  4166. package/system-message/moderncssm/components/caption/index.js +6 -0
  4167. package/system-message/moderncssm/components/caption/index.module.css +10 -0
  4168. package/system-message/moderncssm/components/controls/Component.d.ts +23 -0
  4169. package/system-message/moderncssm/components/controls/Component.js +24 -0
  4170. package/system-message/moderncssm/components/controls/index.d.ts +1 -0
  4171. package/system-message/moderncssm/components/controls/index.js +6 -0
  4172. package/system-message/moderncssm/components/controls/index.module.css +37 -0
  4173. package/system-message/moderncssm/components/graphic/Component.d.ts +19 -0
  4174. package/system-message/moderncssm/components/graphic/Component.js +13 -0
  4175. package/system-message/moderncssm/components/graphic/index.d.ts +1 -0
  4176. package/system-message/moderncssm/components/graphic/index.js +6 -0
  4177. package/system-message/moderncssm/components/graphic/index.module.css +7 -0
  4178. package/system-message/moderncssm/components/subtitle/Component.d.ts +19 -0
  4179. package/system-message/moderncssm/components/subtitle/Component.js +13 -0
  4180. package/system-message/moderncssm/components/subtitle/index.d.ts +1 -0
  4181. package/system-message/moderncssm/components/subtitle/index.js +6 -0
  4182. package/system-message/moderncssm/components/subtitle/index.module.css +10 -0
  4183. package/system-message/moderncssm/components/title/Component.d.ts +24 -0
  4184. package/system-message/moderncssm/components/title/Component.js +21 -0
  4185. package/system-message/moderncssm/components/title/desktop.module.css +13 -0
  4186. package/system-message/moderncssm/components/title/index.d.ts +1 -0
  4187. package/system-message/moderncssm/components/title/index.js +8 -0
  4188. package/system-message/moderncssm/components/title/index.module.css +13 -0
  4189. package/system-message/moderncssm/components/title/mobile.module.css +13 -0
  4190. package/system-message/moderncssm/desktop/Component.desktop.d.ts +33 -0
  4191. package/system-message/moderncssm/desktop/Component.desktop.js +24 -0
  4192. package/system-message/moderncssm/desktop/index.d.ts +2 -0
  4193. package/system-message/moderncssm/desktop/index.js +20 -0
  4194. package/system-message/moderncssm/index-064acd29.d.ts +13 -0
  4195. package/system-message/moderncssm/index.d.ts +2 -0
  4196. package/system-message/moderncssm/index.js +21 -0
  4197. package/system-message/moderncssm/index.module.css +26 -0
  4198. package/system-message/moderncssm/mobile/Component.mobile.d.ts +33 -0
  4199. package/system-message/moderncssm/mobile/Component.mobile.js +24 -0
  4200. package/system-message/moderncssm/mobile/index.d.ts +2 -0
  4201. package/system-message/moderncssm/mobile/index.js +20 -0
  4202. package/system-message/moderncssm/mobile/mobile.module.css +5 -0
  4203. package/system-message/moderncssm/shared/index.d.ts +1 -0
  4204. package/system-message/moderncssm/shared/index.js +17 -0
  4205. package/system-message/moderncssm/types.d.ts +41 -0
  4206. package/system-message/moderncssm/types.js +1 -0
  4207. package/system-message/moderncssm/utils.d.ts +39 -0
  4208. package/system-message/moderncssm/utils.js +38 -0
  4209. package/tab-bar/Component.js +1 -1
  4210. package/tab-bar/components/tab/Component.js +1 -1
  4211. package/tab-bar/components/tab/index.css +12 -10
  4212. package/tab-bar/cssm/components/tab/index.module.css +4 -2
  4213. package/tab-bar/esm/Component.js +1 -1
  4214. package/tab-bar/esm/components/tab/Component.js +1 -1
  4215. package/tab-bar/esm/components/tab/index.css +12 -10
  4216. package/tab-bar/esm/index.css +5 -5
  4217. package/tab-bar/index.css +5 -5
  4218. package/tab-bar/modern/Component.js +1 -1
  4219. package/tab-bar/modern/components/tab/Component.js +1 -1
  4220. package/tab-bar/modern/components/tab/index.css +12 -10
  4221. package/tab-bar/modern/index.css +5 -5
  4222. package/tab-bar/moderncssm/Component.d.ts +7 -0
  4223. package/tab-bar/moderncssm/Component.js +30 -0
  4224. package/tab-bar/moderncssm/components/tab/Component.d.ts +5 -0
  4225. package/tab-bar/moderncssm/components/tab/Component.js +29 -0
  4226. package/tab-bar/moderncssm/components/tab/index.d.ts +1 -0
  4227. package/tab-bar/moderncssm/components/tab/index.js +7 -0
  4228. package/tab-bar/moderncssm/components/tab/index.module.css +66 -0
  4229. package/tab-bar/moderncssm/consts.d.ts +9 -0
  4230. package/tab-bar/moderncssm/consts.js +10 -0
  4231. package/tab-bar/moderncssm/index.d.ts +2 -0
  4232. package/tab-bar/moderncssm/index.js +10 -0
  4233. package/tab-bar/moderncssm/index.module.css +23 -0
  4234. package/tab-bar/moderncssm/shared/index.d.ts +1 -0
  4235. package/tab-bar/moderncssm/shared/index.js +2 -0
  4236. package/tab-bar/moderncssm/types.d.ts +107 -0
  4237. package/tab-bar/moderncssm/types.js +1 -0
  4238. package/tab-bar/moderncssm/utils.d.ts +5 -0
  4239. package/tab-bar/moderncssm/utils.js +10 -0
  4240. package/table/components/pagination/Component.js +1 -1
  4241. package/table/components/pagination/index.css +18 -13
  4242. package/table/components/pagination/select-field/index.css +4 -4
  4243. package/table/components/pagination/select-field/index.js +1 -1
  4244. package/table/components/table/Component.js +1 -1
  4245. package/table/components/table/index.css +9 -8
  4246. package/table/components/tbody/Component.js +1 -1
  4247. package/table/components/tbody/index.css +2 -2
  4248. package/table/components/tcell/Component.js +1 -1
  4249. package/table/components/tcell/index.css +15 -11
  4250. package/table/components/texpandable-row/Component.js +1 -1
  4251. package/table/components/texpandable-row/index.css +5 -5
  4252. package/table/components/thead/Component.js +1 -1
  4253. package/table/components/thead/index.css +9 -8
  4254. package/table/components/thead-cell/Component.js +1 -1
  4255. package/table/components/thead-cell/index.css +16 -12
  4256. package/table/components/trow/Component.js +1 -1
  4257. package/table/components/trow/index.css +8 -8
  4258. package/table/components/tsortable-head-cell/Component.js +2 -2
  4259. package/table/components/tsortable-head-cell/index.css +11 -10
  4260. package/table/cssm/components/pagination/index.module.css +9 -4
  4261. package/table/cssm/components/table/index.module.css +2 -1
  4262. package/table/cssm/components/tcell/index.module.css +9 -5
  4263. package/table/cssm/components/thead/index.module.css +3 -2
  4264. package/table/cssm/components/thead-cell/index.module.css +7 -3
  4265. package/table/cssm/components/tsortable-head-cell/Component.js +1 -1
  4266. package/table/cssm/components/tsortable-head-cell/index.module.css +3 -2
  4267. package/table/esm/components/pagination/Component.js +1 -1
  4268. package/table/esm/components/pagination/index.css +18 -13
  4269. package/table/esm/components/pagination/select-field/index.css +4 -4
  4270. package/table/esm/components/pagination/select-field/index.js +1 -1
  4271. package/table/esm/components/table/Component.js +1 -1
  4272. package/table/esm/components/table/index.css +9 -8
  4273. package/table/esm/components/tbody/Component.js +1 -1
  4274. package/table/esm/components/tbody/index.css +2 -2
  4275. package/table/esm/components/tcell/Component.js +1 -1
  4276. package/table/esm/components/tcell/index.css +15 -11
  4277. package/table/esm/components/texpandable-row/Component.js +1 -1
  4278. package/table/esm/components/texpandable-row/index.css +5 -5
  4279. package/table/esm/components/thead/Component.js +1 -1
  4280. package/table/esm/components/thead/index.css +9 -8
  4281. package/table/esm/components/thead-cell/Component.js +1 -1
  4282. package/table/esm/components/thead-cell/index.css +16 -12
  4283. package/table/esm/components/trow/Component.js +1 -1
  4284. package/table/esm/components/trow/index.css +8 -8
  4285. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  4286. package/table/esm/components/tsortable-head-cell/index.css +11 -10
  4287. package/table/modern/components/pagination/Component.js +1 -1
  4288. package/table/modern/components/pagination/index.css +18 -13
  4289. package/table/modern/components/pagination/select-field/index.css +4 -4
  4290. package/table/modern/components/pagination/select-field/index.js +1 -1
  4291. package/table/modern/components/table/Component.js +1 -1
  4292. package/table/modern/components/table/index.css +9 -8
  4293. package/table/modern/components/tbody/Component.js +1 -1
  4294. package/table/modern/components/tbody/index.css +2 -2
  4295. package/table/modern/components/tcell/Component.js +1 -1
  4296. package/table/modern/components/tcell/index.css +15 -11
  4297. package/table/modern/components/texpandable-row/Component.js +1 -1
  4298. package/table/modern/components/texpandable-row/index.css +5 -5
  4299. package/table/modern/components/thead/Component.js +1 -1
  4300. package/table/modern/components/thead/index.css +9 -8
  4301. package/table/modern/components/thead-cell/Component.js +1 -1
  4302. package/table/modern/components/thead-cell/index.css +16 -12
  4303. package/table/modern/components/trow/Component.js +1 -1
  4304. package/table/modern/components/trow/index.css +8 -8
  4305. package/table/modern/components/tsortable-head-cell/Component.js +2 -2
  4306. package/table/modern/components/tsortable-head-cell/index.css +11 -10
  4307. package/table/moderncssm/component.d.ts +21 -0
  4308. package/table/moderncssm/component.js +44 -0
  4309. package/table/moderncssm/components/index.d.ts +9 -0
  4310. package/table/moderncssm/components/index.js +31 -0
  4311. package/table/moderncssm/components/pagination/Component.d.ts +26 -0
  4312. package/table/moderncssm/components/pagination/Component.js +35 -0
  4313. package/table/moderncssm/components/pagination/index.d.ts +1 -0
  4314. package/table/moderncssm/components/pagination/index.js +10 -0
  4315. package/table/moderncssm/components/pagination/index.module.css +44 -0
  4316. package/table/moderncssm/components/pagination/select-field/index.d.ts +3 -0
  4317. package/table/moderncssm/components/pagination/select-field/index.js +12 -0
  4318. package/table/moderncssm/components/pagination/select-field/index.module.css +11 -0
  4319. package/table/moderncssm/components/table/Component.d.ts +72 -0
  4320. package/table/moderncssm/components/table/Component.js +35 -0
  4321. package/table/moderncssm/components/table/index.d.ts +1 -0
  4322. package/table/moderncssm/components/table/index.js +9 -0
  4323. package/table/moderncssm/components/table/index.module.css +33 -0
  4324. package/table/moderncssm/components/table/utils.d.ts +5 -0
  4325. package/table/moderncssm/components/table/utils.js +19 -0
  4326. package/table/moderncssm/components/table-context/index.d.ts +20 -0
  4327. package/table/moderncssm/components/table-context/index.js +12 -0
  4328. package/table/moderncssm/components/tbody/Component.d.ts +15 -0
  4329. package/table/moderncssm/components/tbody/Component.js +7 -0
  4330. package/table/moderncssm/components/tbody/index.d.ts +1 -0
  4331. package/table/moderncssm/components/tbody/index.js +4 -0
  4332. package/table/moderncssm/components/tbody/index.module.css +6 -0
  4333. package/table/moderncssm/components/tcell/Component.d.ts +19 -0
  4334. package/table/moderncssm/components/tcell/Component.js +17 -0
  4335. package/table/moderncssm/components/tcell/index.d.ts +1 -0
  4336. package/table/moderncssm/components/tcell/index.js +5 -0
  4337. package/table/moderncssm/components/tcell/index.module.css +37 -0
  4338. package/table/moderncssm/components/texpandable-row/Component.d.ts +12 -0
  4339. package/table/moderncssm/components/texpandable-row/Component.js +25 -0
  4340. package/table/moderncssm/components/texpandable-row/index.d.ts +1 -0
  4341. package/table/moderncssm/components/texpandable-row/index.js +6 -0
  4342. package/table/moderncssm/components/texpandable-row/index.module.css +21 -0
  4343. package/table/moderncssm/components/thead/Component.d.ts +19 -0
  4344. package/table/moderncssm/components/thead/Component.js +8 -0
  4345. package/table/moderncssm/components/thead/index.d.ts +1 -0
  4346. package/table/moderncssm/components/thead/index.js +4 -0
  4347. package/table/moderncssm/components/thead/index.module.css +32 -0
  4348. package/table/moderncssm/components/thead-cell/Component.d.ts +28 -0
  4349. package/table/moderncssm/components/thead-cell/Component.js +15 -0
  4350. package/table/moderncssm/components/thead-cell/index.d.ts +1 -0
  4351. package/table/moderncssm/components/thead-cell/index.js +5 -0
  4352. package/table/moderncssm/components/thead-cell/index.module.css +51 -0
  4353. package/table/moderncssm/components/trow/Component.d.ts +29 -0
  4354. package/table/moderncssm/components/trow/Component.js +11 -0
  4355. package/table/moderncssm/components/trow/index.d.ts +1 -0
  4356. package/table/moderncssm/components/trow/index.js +4 -0
  4357. package/table/moderncssm/components/trow/index.module.css +33 -0
  4358. package/table/moderncssm/components/tsortable-head-cell/Component.d.ts +10 -0
  4359. package/table/moderncssm/components/tsortable-head-cell/Component.js +28 -0
  4360. package/table/moderncssm/components/tsortable-head-cell/index.d.ts +1 -0
  4361. package/table/moderncssm/components/tsortable-head-cell/index.js +10 -0
  4362. package/table/moderncssm/components/tsortable-head-cell/index.module.css +41 -0
  4363. package/table/moderncssm/components/tsortable-head-cell/sort-icon-asc.d.ts +5 -0
  4364. package/table/moderncssm/components/tsortable-head-cell/sort-icon-asc.js +6 -0
  4365. package/table/moderncssm/components/tsortable-head-cell/sort-icon-desc.d.ts +5 -0
  4366. package/table/moderncssm/components/tsortable-head-cell/sort-icon-desc.js +6 -0
  4367. package/table/moderncssm/components/tsortable-head-cell/sort-icon-unset.d.ts +5 -0
  4368. package/table/moderncssm/components/tsortable-head-cell/sort-icon-unset.js +6 -0
  4369. package/table/moderncssm/index.d.ts +1 -0
  4370. package/table/moderncssm/index.js +32 -0
  4371. package/table/moderncssm/typings.d.ts +2 -0
  4372. package/table/moderncssm/typings.js +1 -0
  4373. package/table/moderncssm/utils.d.ts +4 -0
  4374. package/table/moderncssm/utils.js +8 -0
  4375. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  4376. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  4377. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  4378. package/tabs/components/primary-tablist/index.css +152 -145
  4379. package/tabs/components/primary-tablist/mobile.css +288 -283
  4380. package/tabs/components/scroll-controls/Component.js +1 -1
  4381. package/tabs/components/scroll-controls/index.css +18 -16
  4382. package/tabs/components/scrollable-container/Component.js +1 -1
  4383. package/tabs/components/scrollable-container/index.css +12 -9
  4384. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  4385. package/tabs/components/secondary-tablist/Component.js +2 -2
  4386. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  4387. package/tabs/components/secondary-tablist/index.css +31 -26
  4388. package/tabs/components/secondary-tablist/mobile.css +80 -78
  4389. package/tabs/components/tab/Component.js +1 -1
  4390. package/tabs/components/tab/index.css +3 -3
  4391. package/tabs/components/title/Component.d.ts +1 -1
  4392. package/tabs/components/title/Component.js +2 -2
  4393. package/tabs/cssm/components/primary-tablist/index.module.css +20 -13
  4394. package/tabs/cssm/components/primary-tablist/mobile.module.css +4 -2
  4395. package/tabs/cssm/components/scroll-controls/index.module.css +6 -4
  4396. package/tabs/cssm/components/scrollable-container/index.module.css +6 -3
  4397. package/tabs/cssm/components/secondary-tablist/Component.js +2 -2
  4398. package/tabs/cssm/components/secondary-tablist/index.module.css +14 -9
  4399. package/tabs/cssm/components/secondary-tablist/mobile.module.css +2 -1
  4400. package/tabs/cssm/components/title/Component.d.ts +1 -1
  4401. package/tabs/cssm/components/title/Component.js +2 -2
  4402. package/tabs/cssm/typings.d.ts +1 -1
  4403. package/tabs/esm/collapsible/index.js +2 -2
  4404. package/tabs/esm/components/primary-tablist/Component.collapsible.js +2 -2
  4405. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  4406. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  4407. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  4408. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  4409. package/tabs/esm/components/primary-tablist/index.css +152 -145
  4410. package/tabs/esm/components/primary-tablist/mobile.css +288 -283
  4411. package/tabs/esm/components/scroll-controls/Component.js +1 -1
  4412. package/tabs/esm/components/scroll-controls/index.css +18 -16
  4413. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  4414. package/tabs/esm/components/scrollable-container/index.css +12 -9
  4415. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  4416. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  4417. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  4418. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  4419. package/tabs/esm/components/secondary-tablist/index.css +31 -26
  4420. package/tabs/esm/components/secondary-tablist/mobile.css +80 -78
  4421. package/tabs/esm/components/tab/Component.js +1 -1
  4422. package/tabs/esm/components/tab/index.css +3 -3
  4423. package/tabs/esm/components/tabs/Component.collapsible.js +2 -2
  4424. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  4425. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  4426. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  4427. package/tabs/esm/components/title/Component.d.ts +1 -1
  4428. package/tabs/esm/components/title/Component.js +1 -1
  4429. package/tabs/esm/components/title/index.js +1 -1
  4430. package/tabs/esm/desktop/index.js +3 -3
  4431. package/tabs/esm/index.js +3 -3
  4432. package/tabs/esm/index.module-816fe73e.js +4 -0
  4433. package/tabs/esm/index.module-b5db675e.js +4 -0
  4434. package/tabs/esm/mobile/index.js +3 -3
  4435. package/tabs/esm/typings.d.ts +1 -1
  4436. package/tabs/index.module-333dad26.js +4 -0
  4437. package/tabs/index.module-62476801.js +4 -0
  4438. package/tabs/modern/collapsible/index.js +2 -2
  4439. package/tabs/modern/components/primary-tablist/Component.collapsible.js +2 -2
  4440. package/tabs/modern/components/primary-tablist/Component.desktop.js +2 -2
  4441. package/tabs/modern/components/primary-tablist/Component.js +1 -1
  4442. package/tabs/modern/components/primary-tablist/Component.mobile.js +3 -3
  4443. package/tabs/modern/components/primary-tablist/Component.responsive.js +2 -2
  4444. package/tabs/modern/components/primary-tablist/index.css +152 -145
  4445. package/tabs/modern/components/primary-tablist/mobile.css +288 -283
  4446. package/tabs/modern/components/scroll-controls/Component.js +1 -1
  4447. package/tabs/modern/components/scroll-controls/index.css +18 -16
  4448. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  4449. package/tabs/modern/components/scrollable-container/index.css +12 -9
  4450. package/tabs/modern/components/secondary-tablist/Component.desktop.js +2 -2
  4451. package/tabs/modern/components/secondary-tablist/Component.js +1 -1
  4452. package/tabs/modern/components/secondary-tablist/Component.mobile.js +3 -3
  4453. package/tabs/modern/components/secondary-tablist/Component.responsive.js +2 -2
  4454. package/tabs/modern/components/secondary-tablist/index.css +31 -26
  4455. package/tabs/modern/components/secondary-tablist/mobile.css +80 -78
  4456. package/tabs/modern/components/tab/Component.js +1 -1
  4457. package/tabs/modern/components/tab/index.css +3 -3
  4458. package/tabs/modern/components/tabs/Component.collapsible.js +2 -2
  4459. package/tabs/modern/components/tabs/Component.desktop.js +3 -3
  4460. package/tabs/modern/components/tabs/Component.mobile.js +3 -3
  4461. package/tabs/modern/components/tabs/Component.responsive.js +3 -3
  4462. package/tabs/modern/components/title/Component.d.ts +1 -1
  4463. package/tabs/modern/components/title/Component.js +1 -1
  4464. package/tabs/modern/components/title/index.js +1 -1
  4465. package/tabs/modern/desktop/index.js +3 -3
  4466. package/tabs/modern/index.js +3 -3
  4467. package/tabs/modern/index.module-12dbd5ae.js +4 -0
  4468. package/tabs/modern/index.module-b19c9320.js +4 -0
  4469. package/tabs/modern/mobile/index.js +3 -3
  4470. package/tabs/modern/typings.d.ts +1 -1
  4471. package/tabs/moderncssm/collapsible/index.d.ts +2 -0
  4472. package/tabs/moderncssm/collapsible/index.js +22 -0
  4473. package/tabs/moderncssm/components/primary-tablist/Component.collapsible.d.ts +5 -0
  4474. package/tabs/moderncssm/components/primary-tablist/Component.collapsible.js +63 -0
  4475. package/tabs/moderncssm/components/primary-tablist/Component.d.ts +5 -0
  4476. package/tabs/moderncssm/components/primary-tablist/Component.desktop.d.ts +5 -0
  4477. package/tabs/moderncssm/components/primary-tablist/Component.desktop.js +25 -0
  4478. package/tabs/moderncssm/components/primary-tablist/Component.js +52 -0
  4479. package/tabs/moderncssm/components/primary-tablist/Component.mobile.d.ts +6 -0
  4480. package/tabs/moderncssm/components/primary-tablist/Component.mobile.js +30 -0
  4481. package/tabs/moderncssm/components/primary-tablist/Component.responsive.d.ts +5 -0
  4482. package/tabs/moderncssm/components/primary-tablist/Component.responsive.js +32 -0
  4483. package/tabs/moderncssm/components/primary-tablist/index.module.css +531 -0
  4484. package/tabs/moderncssm/components/primary-tablist/mobile.module.css +308 -0
  4485. package/tabs/moderncssm/components/primary-tablist/text-styles.module.css +1 -0
  4486. package/tabs/moderncssm/components/scroll-controls/Component.d.ts +13 -0
  4487. package/tabs/moderncssm/components/scroll-controls/Component.js +39 -0
  4488. package/tabs/moderncssm/components/scroll-controls/index.d.ts +1 -0
  4489. package/tabs/moderncssm/components/scroll-controls/index.js +9 -0
  4490. package/tabs/moderncssm/components/scroll-controls/index.module.css +81 -0
  4491. package/tabs/moderncssm/components/scroll-controls/utils.d.ts +7 -0
  4492. package/tabs/moderncssm/components/scroll-controls/utils.js +50 -0
  4493. package/tabs/moderncssm/components/scrollable-container/Component.d.ts +44 -0
  4494. package/tabs/moderncssm/components/scrollable-container/Component.js +69 -0
  4495. package/tabs/moderncssm/components/scrollable-container/index.d.ts +1 -0
  4496. package/tabs/moderncssm/components/scrollable-container/index.js +12 -0
  4497. package/tabs/moderncssm/components/scrollable-container/index.module.css +52 -0
  4498. package/tabs/moderncssm/components/secondary-tablist/Component.d.ts +5 -0
  4499. package/tabs/moderncssm/components/secondary-tablist/Component.desktop.d.ts +6 -0
  4500. package/tabs/moderncssm/components/secondary-tablist/Component.desktop.js +23 -0
  4501. package/tabs/moderncssm/components/secondary-tablist/Component.js +52 -0
  4502. package/tabs/moderncssm/components/secondary-tablist/Component.mobile.d.ts +6 -0
  4503. package/tabs/moderncssm/components/secondary-tablist/Component.mobile.js +28 -0
  4504. package/tabs/moderncssm/components/secondary-tablist/Component.responsive.d.ts +5 -0
  4505. package/tabs/moderncssm/components/secondary-tablist/Component.responsive.js +31 -0
  4506. package/tabs/moderncssm/components/secondary-tablist/index.module.css +75 -0
  4507. package/tabs/moderncssm/components/secondary-tablist/mobile.module.css +38 -0
  4508. package/tabs/moderncssm/components/tab/Component.d.ts +5 -0
  4509. package/tabs/moderncssm/components/tab/Component.js +9 -0
  4510. package/tabs/moderncssm/components/tab/index.d.ts +1 -0
  4511. package/tabs/moderncssm/components/tab/index.js +4 -0
  4512. package/tabs/moderncssm/components/tab/index.module.css +7 -0
  4513. package/tabs/moderncssm/components/tabs/Component.collapsible.d.ts +6 -0
  4514. package/tabs/moderncssm/components/tabs/Component.collapsible.js +23 -0
  4515. package/tabs/moderncssm/components/tabs/Component.d.ts +5 -0
  4516. package/tabs/moderncssm/components/tabs/Component.desktop.d.ts +6 -0
  4517. package/tabs/moderncssm/components/tabs/Component.desktop.js +35 -0
  4518. package/tabs/moderncssm/components/tabs/Component.js +21 -0
  4519. package/tabs/moderncssm/components/tabs/Component.mobile.d.ts +6 -0
  4520. package/tabs/moderncssm/components/tabs/Component.mobile.js +37 -0
  4521. package/tabs/moderncssm/components/tabs/Component.responsive.d.ts +6 -0
  4522. package/tabs/moderncssm/components/tabs/Component.responsive.js +43 -0
  4523. package/tabs/moderncssm/components/title/Component.d.ts +11 -0
  4524. package/tabs/moderncssm/components/title/Component.js +22 -0
  4525. package/tabs/moderncssm/components/title/index.d.ts +1 -0
  4526. package/tabs/moderncssm/components/title/index.js +4 -0
  4527. package/tabs/moderncssm/desktop/index.d.ts +4 -0
  4528. package/tabs/moderncssm/desktop/index.js +30 -0
  4529. package/tabs/moderncssm/hooks/use-collapsible-elements.d.ts +8 -0
  4530. package/tabs/moderncssm/hooks/use-collapsible-elements.js +56 -0
  4531. package/tabs/moderncssm/hooks/use-tablist-titles.d.ts +32 -0
  4532. package/tabs/moderncssm/hooks/use-tablist-titles.js +67 -0
  4533. package/tabs/moderncssm/hooks/use-tabs.d.ts +19 -0
  4534. package/tabs/moderncssm/hooks/use-tabs.js +103 -0
  4535. package/tabs/moderncssm/index.d.ts +4 -0
  4536. package/tabs/moderncssm/index.js +38 -0
  4537. package/tabs/moderncssm/mobile/index.d.ts +4 -0
  4538. package/tabs/moderncssm/mobile/index.js +32 -0
  4539. package/tabs/moderncssm/shared/index.d.ts +4 -0
  4540. package/tabs/moderncssm/shared/index.js +18 -0
  4541. package/tabs/moderncssm/synthetic-events.d.ts +6 -0
  4542. package/tabs/moderncssm/synthetic-events.js +61 -0
  4543. package/tabs/moderncssm/typings.d.ts +185 -0
  4544. package/tabs/moderncssm/typings.js +1 -0
  4545. package/tabs/moderncssm/vars.css +28 -0
  4546. package/tabs/typings.d.ts +1 -1
  4547. package/tag/components/base-tag/Component.js +3 -3
  4548. package/tag/components/base-tag/default.css +11 -11
  4549. package/tag/components/base-tag/index.css +62 -56
  4550. package/tag/components/base-tag/inverted.css +11 -11
  4551. package/tag/cssm/components/base-tag/index.module.css +24 -18
  4552. package/tag/desktop/Component.desktop.js +3 -3
  4553. package/tag/desktop/default.desktop.css +5 -5
  4554. package/tag/desktop/desktop.css +7 -7
  4555. package/tag/desktop/inverted.desktop.css +5 -5
  4556. package/tag/esm/components/base-tag/Component.js +3 -3
  4557. package/tag/esm/components/base-tag/default.css +11 -11
  4558. package/tag/esm/components/base-tag/index.css +62 -56
  4559. package/tag/esm/components/base-tag/inverted.css +11 -11
  4560. package/tag/esm/desktop/Component.desktop.js +3 -3
  4561. package/tag/esm/desktop/default.desktop.css +5 -5
  4562. package/tag/esm/desktop/desktop.css +7 -7
  4563. package/tag/esm/desktop/inverted.desktop.css +5 -5
  4564. package/tag/esm/mobile/Component.mobile.js +3 -3
  4565. package/tag/esm/mobile/default.mobile.css +5 -5
  4566. package/tag/esm/mobile/inverted.mobile.css +5 -5
  4567. package/tag/esm/mobile/mobile.css +7 -7
  4568. package/tag/mobile/Component.mobile.js +3 -3
  4569. package/tag/mobile/default.mobile.css +5 -5
  4570. package/tag/mobile/inverted.mobile.css +5 -5
  4571. package/tag/mobile/mobile.css +7 -7
  4572. package/tag/modern/components/base-tag/Component.js +3 -3
  4573. package/tag/modern/components/base-tag/default.css +11 -11
  4574. package/tag/modern/components/base-tag/index.css +62 -56
  4575. package/tag/modern/components/base-tag/inverted.css +11 -11
  4576. package/tag/modern/desktop/Component.desktop.js +3 -3
  4577. package/tag/modern/desktop/default.desktop.css +5 -5
  4578. package/tag/modern/desktop/desktop.css +7 -7
  4579. package/tag/modern/desktop/inverted.desktop.css +5 -5
  4580. package/tag/modern/mobile/Component.mobile.js +3 -3
  4581. package/tag/modern/mobile/default.mobile.css +5 -5
  4582. package/tag/modern/mobile/inverted.mobile.css +5 -5
  4583. package/tag/modern/mobile/mobile.css +7 -7
  4584. package/tag/moderncssm/Component.responsive.d.ts +26 -0
  4585. package/tag/moderncssm/Component.responsive.js +27 -0
  4586. package/tag/moderncssm/components/base-tag/Component.d.ts +163 -0
  4587. package/tag/moderncssm/components/base-tag/Component.js +58 -0
  4588. package/tag/moderncssm/components/base-tag/default.module.css +105 -0
  4589. package/tag/moderncssm/components/base-tag/index.d.ts +1 -0
  4590. package/tag/moderncssm/components/base-tag/index.js +8 -0
  4591. package/tag/moderncssm/components/base-tag/index.module.css +223 -0
  4592. package/tag/moderncssm/components/base-tag/inverted.module.css +115 -0
  4593. package/tag/moderncssm/desktop/Component.desktop.d.ts +6 -0
  4594. package/tag/moderncssm/desktop/Component.desktop.js +19 -0
  4595. package/tag/moderncssm/desktop/default.desktop.module.css +53 -0
  4596. package/tag/moderncssm/desktop/desktop.module.css +51 -0
  4597. package/tag/moderncssm/desktop/index.d.ts +2 -0
  4598. package/tag/moderncssm/desktop/index.js +12 -0
  4599. package/tag/moderncssm/desktop/inverted.desktop.module.css +57 -0
  4600. package/tag/moderncssm/index.d.ts +3 -0
  4601. package/tag/moderncssm/index.js +18 -0
  4602. package/tag/moderncssm/mobile/Component.mobile.d.ts +6 -0
  4603. package/tag/moderncssm/mobile/Component.mobile.js +19 -0
  4604. package/tag/moderncssm/mobile/default.mobile.module.css +51 -0
  4605. package/tag/moderncssm/mobile/index.d.ts +2 -0
  4606. package/tag/moderncssm/mobile/index.js +12 -0
  4607. package/tag/moderncssm/mobile/inverted.mobile.module.css +59 -0
  4608. package/tag/moderncssm/mobile/mobile.module.css +51 -0
  4609. package/tag/moderncssm/vars.css +29 -0
  4610. package/text/Component.js +2 -2
  4611. package/text/esm/Component.js +2 -2
  4612. package/text/esm/index.css +8 -8
  4613. package/text/esm/mixin.css +75 -75
  4614. package/text/index.css +8 -8
  4615. package/text/mixin.css +75 -75
  4616. package/text/modern/Component.js +2 -2
  4617. package/text/modern/index.css +8 -8
  4618. package/text/modern/mixin.css +75 -75
  4619. package/text/moderncssm/Component.d.ts +47 -0
  4620. package/text/moderncssm/Component.js +14 -0
  4621. package/text/moderncssm/index.d.ts +1 -0
  4622. package/text/moderncssm/index.js +5 -0
  4623. package/text/moderncssm/index.module.css +48 -0
  4624. package/text/moderncssm/mixin.module.css +507 -0
  4625. package/textarea/Component.js +3 -3
  4626. package/textarea/PseudoTextArea-7efa6d75.js +22 -0
  4627. package/textarea/components/PseudoTextArea.js +1 -1
  4628. package/textarea/components/index.d.ts +1 -1
  4629. package/textarea/components/index.js +1 -1
  4630. package/textarea/default.css +18 -18
  4631. package/textarea/esm/Component.js +3 -3
  4632. package/textarea/esm/PseudoTextArea-8b9db0ef.js +16 -0
  4633. package/textarea/esm/components/PseudoTextArea.js +1 -1
  4634. package/textarea/esm/components/index.d.ts +1 -1
  4635. package/textarea/esm/components/index.js +1 -1
  4636. package/textarea/esm/default.css +18 -18
  4637. package/textarea/esm/index.css +47 -47
  4638. package/textarea/esm/index.js +1 -1
  4639. package/textarea/esm/inverted.css +18 -18
  4640. package/textarea/index.css +47 -47
  4641. package/textarea/inverted.css +18 -18
  4642. package/textarea/modern/Component.js +3 -3
  4643. package/textarea/modern/PseudoTextArea-5e89ca23.js +13 -0
  4644. package/textarea/modern/components/PseudoTextArea.js +1 -1
  4645. package/textarea/modern/components/index.d.ts +1 -1
  4646. package/textarea/modern/components/index.js +1 -1
  4647. package/textarea/modern/default.css +18 -18
  4648. package/textarea/modern/index.css +47 -47
  4649. package/textarea/modern/index.js +1 -1
  4650. package/textarea/modern/inverted.css +18 -18
  4651. package/textarea/moderncssm/Component.d.ts +5 -0
  4652. package/textarea/moderncssm/Component.js +127 -0
  4653. package/textarea/moderncssm/components/PseudoTextArea.d.ts +18 -0
  4654. package/textarea/moderncssm/components/PseudoTextArea.js +11 -0
  4655. package/textarea/moderncssm/components/index.d.ts +1 -0
  4656. package/textarea/moderncssm/components/index.js +5 -0
  4657. package/textarea/moderncssm/consts.d.ts +11 -0
  4658. package/textarea/moderncssm/consts.js +12 -0
  4659. package/textarea/moderncssm/default.module.css +115 -0
  4660. package/textarea/moderncssm/index.d.ts +2 -0
  4661. package/textarea/moderncssm/index.js +13 -0
  4662. package/textarea/moderncssm/index.module.css +286 -0
  4663. package/textarea/moderncssm/inverted.module.css +115 -0
  4664. package/textarea/moderncssm/shared/index.d.ts +1 -0
  4665. package/textarea/moderncssm/shared/index.js +2 -0
  4666. package/textarea/moderncssm/typings.d.ts +133 -0
  4667. package/textarea/moderncssm/typings.js +1 -0
  4668. package/textarea/moderncssm/utils.d.ts +10 -0
  4669. package/textarea/moderncssm/utils.js +15 -0
  4670. package/themes/checkbox-group/intranet.css +2 -2
  4671. package/themes/checkbox-group/mobile.css +2 -2
  4672. package/themes/click.css +57 -44
  4673. package/themes/compiled/mobile-dark-bluetint.css +189 -187
  4674. package/themes/corp.css +45 -29
  4675. package/themes/intranet.css +45 -32
  4676. package/themes/list/click.css +1 -1
  4677. package/themes/mixins/checkbox-group/intranet.css +2 -2
  4678. package/themes/mixins/checkbox-group/mobile.css +2 -2
  4679. package/themes/mixins/list/click.css +1 -1
  4680. package/themes/mixins/modal/click.css +9 -9
  4681. package/themes/mixins/radio-group/intranet.css +2 -2
  4682. package/themes/mixins/radio-group/mobile.css +2 -2
  4683. package/themes/mixins/select/click.css +1 -1
  4684. package/themes/mixins/tabs/click.css +4 -4
  4685. package/themes/mixins/tabs/corp.css +5 -1
  4686. package/themes/mixins/tabs/site.css +2 -2
  4687. package/themes/mixins/toast-plate/click.css +1 -1
  4688. package/themes/mobile.css +45 -32
  4689. package/themes/modal/click.css +9 -9
  4690. package/themes/radio-group/intranet.css +2 -2
  4691. package/themes/radio-group/mobile.css +2 -2
  4692. package/themes/select/click.css +1 -1
  4693. package/themes/site.css +43 -30
  4694. package/themes/tabs/click.css +4 -4
  4695. package/themes/tabs/corp.css +5 -1
  4696. package/themes/tabs/site.css +2 -2
  4697. package/themes/toast-plate/click.css +1 -1
  4698. package/time-input/moderncssm/Component.d.ts +45 -0
  4699. package/time-input/moderncssm/Component.js +47 -0
  4700. package/time-input/moderncssm/index.d.ts +2 -0
  4701. package/time-input/moderncssm/index.js +4 -0
  4702. package/time-input/moderncssm/utils/format.d.ts +6 -0
  4703. package/time-input/moderncssm/utils/format.js +23 -0
  4704. package/time-input/moderncssm/utils/index.d.ts +1 -0
  4705. package/time-input/moderncssm/utils/index.js +1 -0
  4706. package/toast/components/base-toast/component.js +1 -1
  4707. package/toast/components/base-toast/index.css +12 -11
  4708. package/toast/cssm/components/base-toast/index.module.css +2 -1
  4709. package/toast/esm/components/base-toast/component.js +1 -1
  4710. package/toast/esm/components/base-toast/index.css +12 -11
  4711. package/toast/modern/components/base-toast/component.js +1 -1
  4712. package/toast/modern/components/base-toast/index.css +12 -11
  4713. package/toast/moderncssm/Component.responsive.d.ts +21 -0
  4714. package/toast/moderncssm/Component.responsive.js +26 -0
  4715. package/toast/moderncssm/components/base-toast/component.d.ts +92 -0
  4716. package/toast/moderncssm/components/base-toast/component.js +79 -0
  4717. package/toast/moderncssm/components/base-toast/index.d.ts +1 -0
  4718. package/toast/moderncssm/components/base-toast/index.js +11 -0
  4719. package/toast/moderncssm/components/base-toast/index.module.css +48 -0
  4720. package/toast/moderncssm/desktop/Component.desktop.d.ts +6 -0
  4721. package/toast/moderncssm/desktop/Component.desktop.js +17 -0
  4722. package/toast/moderncssm/desktop/index.d.ts +2 -0
  4723. package/toast/moderncssm/desktop/index.js +13 -0
  4724. package/toast/moderncssm/index.d.ts +2 -0
  4725. package/toast/moderncssm/index.js +17 -0
  4726. package/toast/moderncssm/mobile/Component.mobile.d.ts +6 -0
  4727. package/toast/moderncssm/mobile/Component.mobile.js +17 -0
  4728. package/toast/moderncssm/mobile/index.d.ts +2 -0
  4729. package/toast/moderncssm/mobile/index.js +13 -0
  4730. package/toast-plate/components/base-toast-plate/component.js +5 -5
  4731. package/toast-plate/components/base-toast-plate/default.css +3 -3
  4732. package/toast-plate/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
  4733. package/toast-plate/components/base-toast-plate/index.css +36 -31
  4734. package/toast-plate/components/base-toast-plate/inverted.css +3 -3
  4735. package/toast-plate/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
  4736. package/toast-plate/cssm/components/base-toast-plate/index.module.css +17 -12
  4737. package/toast-plate/cssm/desktop/desktop.module.css +3 -2
  4738. package/toast-plate/desktop/Component.desktop.js +1 -1
  4739. package/toast-plate/desktop/desktop.css +8 -7
  4740. package/toast-plate/esm/Component.responsive.js +2 -2
  4741. package/toast-plate/esm/components/base-toast-plate/component.js +5 -5
  4742. package/toast-plate/esm/components/base-toast-plate/default.css +3 -3
  4743. package/toast-plate/esm/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
  4744. package/toast-plate/esm/components/base-toast-plate/index.css +36 -31
  4745. package/toast-plate/esm/components/base-toast-plate/index.js +2 -2
  4746. package/toast-plate/esm/components/base-toast-plate/inverted.css +3 -3
  4747. package/toast-plate/esm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
  4748. package/toast-plate/esm/desktop/Component.desktop.js +3 -3
  4749. package/toast-plate/esm/desktop/desktop.css +8 -7
  4750. package/toast-plate/esm/desktop/index.js +2 -2
  4751. package/toast-plate/esm/index-2f466837.d.ts +2 -2
  4752. package/toast-plate/esm/index.js +2 -2
  4753. package/toast-plate/esm/mobile/Component.mobile.js +3 -3
  4754. package/toast-plate/esm/mobile/index.js +2 -2
  4755. package/toast-plate/esm/mobile/mobile.css +5 -5
  4756. package/toast-plate/index-2f466837.d.ts +2 -2
  4757. package/toast-plate/mobile/Component.mobile.js +1 -1
  4758. package/toast-plate/mobile/mobile.css +5 -5
  4759. package/toast-plate/modern/Component.responsive.js +2 -2
  4760. package/toast-plate/modern/PortalContext-3b851733.d.ts +4 -0
  4761. package/toast-plate/modern/components/base-toast-plate/component.js +5 -5
  4762. package/toast-plate/modern/components/base-toast-plate/default.css +3 -3
  4763. package/toast-plate/modern/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
  4764. package/toast-plate/modern/components/base-toast-plate/index.css +36 -31
  4765. package/toast-plate/modern/components/base-toast-plate/index.js +2 -2
  4766. package/toast-plate/modern/components/base-toast-plate/inverted.css +3 -3
  4767. package/toast-plate/modern/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
  4768. package/toast-plate/modern/desktop/Component.desktop.js +3 -3
  4769. package/toast-plate/modern/desktop/desktop.css +8 -7
  4770. package/toast-plate/modern/desktop/index.js +2 -2
  4771. package/toast-plate/modern/getDataTestId-ed8361ee.d.ts +3 -0
  4772. package/toast-plate/modern/index-2f466837.d.ts +2 -2
  4773. package/toast-plate/modern/index.js +2 -2
  4774. package/toast-plate/modern/mobile/Component.mobile.js +3 -3
  4775. package/toast-plate/modern/mobile/index.js +2 -2
  4776. package/toast-plate/modern/mobile/mobile.css +5 -5
  4777. package/toast-plate/moderncssm/Component.responsive.d.ts +26 -0
  4778. package/toast-plate/moderncssm/Component.responsive.js +30 -0
  4779. package/toast-plate/moderncssm/PortalContext-b13ca6e3.d.ts +4 -0
  4780. package/toast-plate/moderncssm/PortalContext-b13ca6e3.js +3 -0
  4781. package/toast-plate/moderncssm/browser-a216f694.d.ts +6 -0
  4782. package/toast-plate/moderncssm/components/base-toast-plate/component.d.ts +166 -0
  4783. package/toast-plate/moderncssm/components/base-toast-plate/component.js +55 -0
  4784. package/toast-plate/moderncssm/components/base-toast-plate/default.module.css +15 -0
  4785. package/toast-plate/moderncssm/components/base-toast-plate/hooks/useCustomIcons.d.ts +6 -0
  4786. package/toast-plate/moderncssm/components/base-toast-plate/hooks/useCustomIcons.js +11 -0
  4787. package/toast-plate/moderncssm/components/base-toast-plate/hooks/useDeprecatedBadge.d.ts +7 -0
  4788. package/toast-plate/moderncssm/components/base-toast-plate/hooks/useDeprecatedBadge.js +25 -0
  4789. package/toast-plate/moderncssm/components/base-toast-plate/index.d.ts +1 -0
  4790. package/toast-plate/moderncssm/components/base-toast-plate/index.js +15 -0
  4791. package/toast-plate/moderncssm/components/base-toast-plate/index.module.css +95 -0
  4792. package/toast-plate/moderncssm/components/base-toast-plate/inverted.module.css +15 -0
  4793. package/toast-plate/moderncssm/components/base-toast-plate/types/unsafeBadgeProps.d.ts +6 -0
  4794. package/toast-plate/moderncssm/components/base-toast-plate/types/unsafeBadgeProps.js +1 -0
  4795. package/toast-plate/moderncssm/components/base-toast-plate/utils/getBaseToastPlateTestIds.d.ts +5 -0
  4796. package/toast-plate/moderncssm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +13 -0
  4797. package/toast-plate/moderncssm/components/base-toast-plate/utils/isUnsafeBadge.d.ts +5 -0
  4798. package/toast-plate/moderncssm/components/base-toast-plate/utils/isUnsafeBadge.js +4 -0
  4799. package/toast-plate/moderncssm/desktop/Component.desktop.d.ts +6 -0
  4800. package/toast-plate/moderncssm/desktop/Component.desktop.js +20 -0
  4801. package/toast-plate/moderncssm/desktop/desktop.module.css +36 -0
  4802. package/toast-plate/moderncssm/desktop/index.d.ts +2 -0
  4803. package/toast-plate/moderncssm/desktop/index.js +17 -0
  4804. package/toast-plate/moderncssm/getDataTestId-7a83d8d3.d.ts +3 -0
  4805. package/toast-plate/moderncssm/getDataTestId-7a83d8d3.js +6 -0
  4806. package/toast-plate/moderncssm/index-2f466837.d.ts +77 -0
  4807. package/toast-plate/moderncssm/index.d.ts +2 -0
  4808. package/toast-plate/moderncssm/index.js +21 -0
  4809. package/toast-plate/moderncssm/mobile/Component.mobile.d.ts +6 -0
  4810. package/toast-plate/moderncssm/mobile/Component.mobile.js +20 -0
  4811. package/toast-plate/moderncssm/mobile/index.d.ts +2 -0
  4812. package/toast-plate/moderncssm/mobile/index.js +17 -0
  4813. package/toast-plate/moderncssm/mobile/mobile.module.css +22 -0
  4814. package/toast-plate/moderncssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  4815. package/toast-plate/moderncssm/vars.css +7 -0
  4816. package/tooltip/cssm/index.module.css +4 -2
  4817. package/tooltip/default.css +5 -5
  4818. package/tooltip/desktop/Component.desktop.js +3 -3
  4819. package/tooltip/esm/default.css +5 -5
  4820. package/tooltip/esm/desktop/Component.desktop.js +3 -3
  4821. package/tooltip/esm/index.css +12 -10
  4822. package/tooltip/esm/inverted.css +5 -5
  4823. package/tooltip/esm/mobile/Component.mobile.js +1 -1
  4824. package/tooltip/esm/mobile/mobile.css +4 -4
  4825. package/tooltip/index.css +12 -10
  4826. package/tooltip/inverted.css +5 -5
  4827. package/tooltip/mobile/Component.mobile.js +1 -1
  4828. package/tooltip/mobile/mobile.css +4 -4
  4829. package/tooltip/modern/default.css +5 -5
  4830. package/tooltip/modern/desktop/Component.desktop.js +3 -3
  4831. package/tooltip/modern/index.css +12 -10
  4832. package/tooltip/modern/inverted.css +5 -5
  4833. package/tooltip/modern/mobile/Component.mobile.js +1 -1
  4834. package/tooltip/modern/mobile/mobile.css +4 -4
  4835. package/tooltip/moderncssm/Component.responsive.d.ts +4 -0
  4836. package/tooltip/moderncssm/Component.responsive.js +20 -0
  4837. package/tooltip/moderncssm/default.module.css +30 -0
  4838. package/tooltip/moderncssm/desktop/Component.desktop.d.ts +4 -0
  4839. package/tooltip/moderncssm/desktop/Component.desktop.js +146 -0
  4840. package/tooltip/moderncssm/desktop/index.d.ts +2 -0
  4841. package/tooltip/moderncssm/desktop/index.js +8 -0
  4842. package/tooltip/moderncssm/index.d.ts +2 -0
  4843. package/tooltip/moderncssm/index.js +14 -0
  4844. package/tooltip/moderncssm/index.module.css +47 -0
  4845. package/tooltip/moderncssm/inverted.module.css +30 -0
  4846. package/tooltip/moderncssm/mobile/Component.mobile.d.ts +5 -0
  4847. package/tooltip/moderncssm/mobile/Component.mobile.js +33 -0
  4848. package/tooltip/moderncssm/mobile/index.d.ts +2 -0
  4849. package/tooltip/moderncssm/mobile/index.js +6 -0
  4850. package/tooltip/moderncssm/mobile/mobile.module.css +15 -0
  4851. package/tooltip/moderncssm/types.d.ts +159 -0
  4852. package/tooltip/moderncssm/types.js +1 -0
  4853. package/typography/colors.css +20 -20
  4854. package/typography/colors.module-fb588fee.js +4 -0
  4855. package/typography/common.module-dc147fa2.js +4 -0
  4856. package/typography/component.d.ts +2 -1
  4857. package/typography/cssm/component.d.ts +2 -1
  4858. package/typography/cssm/text/index.module.css +2 -1
  4859. package/typography/cssm/title/index.module.css +9 -5
  4860. package/typography/cssm/title-mobile/component.d.ts +1 -3
  4861. package/typography/cssm/title-mobile/index.d.ts +2 -1
  4862. package/typography/cssm/title-mobile/index.module.css +17 -1
  4863. package/typography/cssm/title-responsive/component.d.ts +15 -1
  4864. package/typography/cssm/title-responsive/component.js +8 -9
  4865. package/typography/esm/colors.css +20 -20
  4866. package/typography/esm/colors.module-37f1f83a.js +4 -0
  4867. package/typography/esm/common.module-40719b5c.js +4 -0
  4868. package/typography/esm/component.d.ts +2 -1
  4869. package/typography/esm/component.js +2 -2
  4870. package/typography/esm/hooks/use-skeleton.css +5 -5
  4871. package/typography/esm/hooks/use-skeleton.js +1 -1
  4872. package/typography/esm/index.js +2 -2
  4873. package/typography/esm/text/component.js +2 -2
  4874. package/typography/esm/text/index.css +23 -22
  4875. package/typography/esm/text/index.js +1 -1
  4876. package/typography/esm/title/common.css +9 -9
  4877. package/typography/esm/title/component.js +1 -1
  4878. package/typography/esm/title/index.css +25 -21
  4879. package/typography/esm/title/index.js +3 -3
  4880. package/typography/esm/title-mobile/component.d.ts +1 -3
  4881. package/typography/esm/title-mobile/component.js +3 -3
  4882. package/typography/esm/title-mobile/index.css +28 -12
  4883. package/typography/esm/title-mobile/index.d.ts +2 -1
  4884. package/typography/esm/title-mobile/index.js +2 -2
  4885. package/typography/esm/title-responsive/component.d.ts +15 -1
  4886. package/typography/esm/title-responsive/component.js +12 -11
  4887. package/typography/esm/title-responsive/index.js +4 -2
  4888. package/typography/hooks/use-skeleton.css +5 -5
  4889. package/typography/hooks/use-skeleton.js +1 -1
  4890. package/typography/modern/colors.css +20 -20
  4891. package/typography/modern/colors.module-f6e83110.js +4 -0
  4892. package/typography/modern/common.module-62d724bf.js +4 -0
  4893. package/typography/modern/component.d.ts +2 -1
  4894. package/typography/modern/component.js +2 -2
  4895. package/typography/modern/hooks/use-skeleton.css +5 -5
  4896. package/typography/modern/hooks/use-skeleton.js +1 -1
  4897. package/typography/modern/index.js +2 -2
  4898. package/typography/modern/text/component.js +2 -2
  4899. package/typography/modern/text/index.css +23 -22
  4900. package/typography/modern/text/index.js +1 -1
  4901. package/typography/modern/title/common.css +9 -9
  4902. package/typography/modern/title/component.js +1 -1
  4903. package/typography/modern/title/index.css +25 -21
  4904. package/typography/modern/title/index.js +3 -3
  4905. package/typography/modern/title-mobile/component.d.ts +1 -3
  4906. package/typography/modern/title-mobile/component.js +3 -3
  4907. package/typography/modern/title-mobile/index.css +28 -12
  4908. package/typography/modern/title-mobile/index.d.ts +2 -1
  4909. package/typography/modern/title-mobile/index.js +2 -2
  4910. package/typography/modern/title-responsive/component.d.ts +15 -1
  4911. package/typography/modern/title-responsive/component.js +10 -10
  4912. package/typography/modern/title-responsive/index.js +4 -2
  4913. package/typography/moderncssm/colors.d.ts +3 -0
  4914. package/typography/moderncssm/colors.js +23 -0
  4915. package/typography/moderncssm/colors.module.css +79 -0
  4916. package/typography/moderncssm/component.d.ts +13 -0
  4917. package/typography/moderncssm/component.js +28 -0
  4918. package/typography/moderncssm/hooks/index.d.ts +1 -0
  4919. package/typography/moderncssm/hooks/index.js +6 -0
  4920. package/typography/moderncssm/hooks/use-skeleton.d.ts +12 -0
  4921. package/typography/moderncssm/hooks/use-skeleton.js +50 -0
  4922. package/typography/moderncssm/hooks/use-skeleton.module.css +17 -0
  4923. package/typography/moderncssm/index.d.ts +5 -0
  4924. package/typography/moderncssm/index.js +21 -0
  4925. package/typography/moderncssm/margins.module.css +1 -0
  4926. package/typography/moderncssm/presets.d.ts +18 -0
  4927. package/typography/moderncssm/presets.js +19 -0
  4928. package/typography/moderncssm/text/component.d.ts +63 -0
  4929. package/typography/moderncssm/text/component.js +46 -0
  4930. package/typography/moderncssm/text/index.d.ts +1 -0
  4931. package/typography/moderncssm/text/index.js +10 -0
  4932. package/typography/moderncssm/text/index.module.css +124 -0
  4933. package/typography/moderncssm/title/common.module.css +42 -0
  4934. package/typography/moderncssm/title/component.d.ts +122 -0
  4935. package/typography/moderncssm/title/component.js +23 -0
  4936. package/typography/moderncssm/title/index.d.ts +20 -0
  4937. package/typography/moderncssm/title/index.js +16 -0
  4938. package/typography/moderncssm/title/index.module.css +76 -0
  4939. package/typography/moderncssm/title/utils.d.ts +2 -0
  4940. package/typography/moderncssm/title/utils.js +11 -0
  4941. package/typography/moderncssm/title-mobile/component.d.ts +18 -0
  4942. package/typography/moderncssm/title-mobile/component.js +16 -0
  4943. package/typography/moderncssm/title-mobile/index.d.ts +2 -0
  4944. package/typography/moderncssm/title-mobile/index.js +13 -0
  4945. package/typography/moderncssm/title-mobile/index.module.css +76 -0
  4946. package/typography/moderncssm/title-responsive/component.d.ts +32 -0
  4947. package/typography/moderncssm/title-responsive/component.js +25 -0
  4948. package/typography/moderncssm/title-responsive/index.d.ts +1 -0
  4949. package/typography/moderncssm/title-responsive/index.js +17 -0
  4950. package/typography/moderncssm/types.d.ts +21 -0
  4951. package/typography/moderncssm/types.js +1 -0
  4952. package/typography/text/component.js +2 -2
  4953. package/typography/text/index.css +23 -22
  4954. package/typography/title/common.css +9 -9
  4955. package/typography/title/component.js +1 -1
  4956. package/typography/title/index.css +25 -21
  4957. package/typography/title/index.js +2 -2
  4958. package/typography/title-mobile/component.d.ts +1 -3
  4959. package/typography/title-mobile/component.js +2 -2
  4960. package/typography/title-mobile/index.css +28 -12
  4961. package/typography/title-mobile/index.d.ts +2 -1
  4962. package/typography/title-responsive/component.d.ts +15 -1
  4963. package/typography/title-responsive/component.js +8 -9
  4964. package/underlay/Component.js +1 -1
  4965. package/underlay/esm/Component.js +1 -1
  4966. package/underlay/esm/index.css +161 -161
  4967. package/underlay/esm/index.js +1 -1
  4968. package/underlay/esm/index.module-9bdea53f.js +4 -0
  4969. package/underlay/esm/utils/getBorderCorners.js +1 -1
  4970. package/underlay/esm/utils/getClasses.js +1 -1
  4971. package/underlay/index.css +161 -161
  4972. package/underlay/index.module-93531166.js +4 -0
  4973. package/underlay/modern/Component.js +1 -1
  4974. package/underlay/modern/index.css +161 -161
  4975. package/underlay/modern/index.js +1 -1
  4976. package/underlay/modern/index.module-a8b46f0d.js +4 -0
  4977. package/underlay/modern/utils/getBorderCorners.js +1 -1
  4978. package/underlay/modern/utils/getClasses.js +1 -1
  4979. package/underlay/moderncssm/Component.d.ts +25 -0
  4980. package/underlay/moderncssm/Component.js +38 -0
  4981. package/underlay/moderncssm/constants.d.ts +4 -0
  4982. package/underlay/moderncssm/constants.js +70 -0
  4983. package/underlay/moderncssm/index-064acd29.d.ts +13 -0
  4984. package/underlay/moderncssm/index.d.ts +2 -0
  4985. package/underlay/moderncssm/index.js +7 -0
  4986. package/underlay/moderncssm/index.module.css +686 -0
  4987. package/underlay/moderncssm/types.d.ts +116 -0
  4988. package/underlay/moderncssm/types.js +1 -0
  4989. package/underlay/moderncssm/utils/getBorderCorners.d.ts +5 -0
  4990. package/underlay/moderncssm/utils/getBorderCorners.js +20 -0
  4991. package/underlay/moderncssm/utils/getClasses.d.ts +7 -0
  4992. package/underlay/moderncssm/utils/getClasses.js +12 -0
  4993. package/underlay/utils/getBorderCorners.js +1 -1
  4994. package/underlay/utils/getClasses.js +1 -1
  4995. package/universal-date-input/colors-facf1d2a.d.ts +3 -0
  4996. package/universal-date-input/component-03d088c4.d.ts +32 -0
  4997. package/universal-date-input/component-eb15729d.d.ts +123 -0
  4998. package/universal-date-input/components/base-universal-date-input/Component.js +1 -1
  4999. package/universal-date-input/components/date-input/Component.js +1 -1
  5000. package/universal-date-input/components/date-range-input/Component.js +1 -1
  5001. package/universal-date-input/cssm/colors-facf1d2a.d.ts +3 -0
  5002. package/universal-date-input/cssm/component-03d088c4.d.ts +32 -0
  5003. package/universal-date-input/cssm/component-eb15729d.d.ts +123 -0
  5004. package/universal-date-input/cssm/index-03d088c4.d.ts +20 -0
  5005. package/universal-date-input/cssm/index-281accb7.d.ts +19 -0
  5006. package/universal-date-input/cssm/index-5712fce2.d.ts +7 -0
  5007. package/universal-date-input/cssm/index-d691530f.d.ts +1 -0
  5008. package/universal-date-input/cssm/index-ee245301.d.ts +8 -98
  5009. package/universal-date-input/esm/Component.responsive.js +1 -1
  5010. package/universal-date-input/esm/colors-facf1d2a.d.ts +3 -0
  5011. package/universal-date-input/esm/component-03d088c4.d.ts +32 -0
  5012. package/universal-date-input/esm/component-eb15729d.d.ts +123 -0
  5013. package/universal-date-input/esm/components/base-universal-date-input/Component.js +1 -1
  5014. package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
  5015. package/universal-date-input/esm/components/date-input/Component.js +1 -1
  5016. package/universal-date-input/esm/components/date-input/index.js +1 -1
  5017. package/universal-date-input/esm/components/date-range-input/Component.js +1 -1
  5018. package/universal-date-input/esm/components/date-range-input/index.js +1 -1
  5019. package/universal-date-input/esm/desktop/Component.desktop.js +1 -1
  5020. package/universal-date-input/esm/desktop/index.js +1 -1
  5021. package/universal-date-input/esm/index-03d088c4.d.ts +20 -0
  5022. package/universal-date-input/esm/index-281accb7.d.ts +19 -0
  5023. package/universal-date-input/esm/index-5712fce2.d.ts +7 -0
  5024. package/universal-date-input/esm/index-d691530f.d.ts +1 -0
  5025. package/universal-date-input/esm/index-ee245301.d.ts +8 -98
  5026. package/universal-date-input/esm/index.css +7 -7
  5027. package/universal-date-input/esm/index.js +1 -1
  5028. package/universal-date-input/esm/index.module-bde13fe3.js +4 -0
  5029. package/universal-date-input/esm/mobile/Component.mobile.js +1 -1
  5030. package/universal-date-input/esm/mobile/index.js +1 -1
  5031. package/universal-date-input/index-03d088c4.d.ts +20 -0
  5032. package/universal-date-input/index-281accb7.d.ts +19 -0
  5033. package/universal-date-input/index-5712fce2.d.ts +7 -0
  5034. package/universal-date-input/index-d691530f.d.ts +1 -0
  5035. package/universal-date-input/index-ee245301.d.ts +8 -98
  5036. package/universal-date-input/index.css +7 -7
  5037. package/universal-date-input/index.module-19303662.js +4 -0
  5038. package/universal-date-input/modern/Component.responsive.js +1 -1
  5039. package/universal-date-input/modern/colors-facf1d2a.d.ts +3 -0
  5040. package/universal-date-input/modern/component-03d088c4.d.ts +32 -0
  5041. package/universal-date-input/modern/component-eb15729d.d.ts +123 -0
  5042. package/universal-date-input/modern/components/base-universal-date-input/Component.js +1 -1
  5043. package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
  5044. package/universal-date-input/modern/components/date-input/Component.js +1 -1
  5045. package/universal-date-input/modern/components/date-input/index.js +1 -1
  5046. package/universal-date-input/modern/components/date-range-input/Component.js +1 -1
  5047. package/universal-date-input/modern/components/date-range-input/index.js +1 -1
  5048. package/universal-date-input/modern/desktop/Component.desktop.js +1 -1
  5049. package/universal-date-input/modern/desktop/index.js +1 -1
  5050. package/universal-date-input/modern/index-03d088c4.d.ts +20 -0
  5051. package/universal-date-input/modern/index-281accb7.d.ts +19 -0
  5052. package/universal-date-input/modern/index-5712fce2.d.ts +7 -0
  5053. package/universal-date-input/modern/index-d691530f.d.ts +1 -0
  5054. package/universal-date-input/modern/index-ee245301.d.ts +8 -98
  5055. package/universal-date-input/modern/index.css +7 -7
  5056. package/universal-date-input/modern/index.js +1 -1
  5057. package/universal-date-input/modern/index.module-e88ee947.js +4 -0
  5058. package/universal-date-input/modern/mobile/Component.mobile.js +1 -1
  5059. package/universal-date-input/modern/mobile/index.js +1 -1
  5060. package/universal-date-input/moderncssm/Component-5684a67d.d.ts +23 -0
  5061. package/universal-date-input/moderncssm/Component-68850940.d.ts +81 -0
  5062. package/universal-date-input/moderncssm/Component-8566963f.d.ts +24 -0
  5063. package/universal-date-input/moderncssm/Component-ed61931d.d.ts +47 -0
  5064. package/universal-date-input/moderncssm/Component-ee245301.d.ts +26 -0
  5065. package/universal-date-input/moderncssm/Component.responsive-71043c62.d.ts +5 -0
  5066. package/universal-date-input/moderncssm/Component.responsive.d.ts +5 -0
  5067. package/universal-date-input/moderncssm/Component.responsive.js +41 -0
  5068. package/universal-date-input/moderncssm/colors-facf1d2a.d.ts +3 -0
  5069. package/universal-date-input/moderncssm/component-03d088c4.d.ts +32 -0
  5070. package/universal-date-input/moderncssm/component-eb15729d.d.ts +123 -0
  5071. package/universal-date-input/moderncssm/components/base-universal-date-input/Component.d.ts +5 -0
  5072. package/universal-date-input/moderncssm/components/base-universal-date-input/Component.js +157 -0
  5073. package/universal-date-input/moderncssm/components/base-universal-date-input/index.d.ts +1 -0
  5074. package/universal-date-input/moderncssm/components/base-universal-date-input/index.js +32 -0
  5075. package/universal-date-input/moderncssm/components/date-input/Component.d.ts +5 -0
  5076. package/universal-date-input/moderncssm/components/date-input/Component.js +128 -0
  5077. package/universal-date-input/moderncssm/components/date-input/index.d.ts +1 -0
  5078. package/universal-date-input/moderncssm/components/date-input/index.js +17 -0
  5079. package/universal-date-input/moderncssm/components/date-range-input/Component.d.ts +5 -0
  5080. package/universal-date-input/moderncssm/components/date-range-input/Component.js +133 -0
  5081. package/universal-date-input/moderncssm/components/date-range-input/index.d.ts +1 -0
  5082. package/universal-date-input/moderncssm/components/date-range-input/index.js +19 -0
  5083. package/universal-date-input/moderncssm/components/month-input/Component.d.ts +5 -0
  5084. package/universal-date-input/moderncssm/components/month-input/Component.js +51 -0
  5085. package/universal-date-input/moderncssm/components/month-input/index.d.ts +1 -0
  5086. package/universal-date-input/moderncssm/components/month-input/index.js +11 -0
  5087. package/universal-date-input/moderncssm/components/time-input/Component.d.ts +5 -0
  5088. package/universal-date-input/moderncssm/components/time-input/Component.js +52 -0
  5089. package/universal-date-input/moderncssm/components/time-input/index.d.ts +1 -0
  5090. package/universal-date-input/moderncssm/components/time-input/index.js +11 -0
  5091. package/universal-date-input/moderncssm/consts.d.ts +11 -0
  5092. package/universal-date-input/moderncssm/consts.js +38 -0
  5093. package/universal-date-input/moderncssm/desktop/Component.desktop.d.ts +5 -0
  5094. package/universal-date-input/moderncssm/desktop/Component.desktop.js +36 -0
  5095. package/universal-date-input/moderncssm/desktop/index.d.ts +2 -0
  5096. package/universal-date-input/moderncssm/desktop/index.js +33 -0
  5097. package/universal-date-input/moderncssm/index-03d088c4.d.ts +20 -0
  5098. package/universal-date-input/moderncssm/index-281accb7.d.ts +19 -0
  5099. package/universal-date-input/moderncssm/index-5712fce2.d.ts +861 -0
  5100. package/universal-date-input/moderncssm/index-71043c62.d.ts +6 -0
  5101. package/universal-date-input/moderncssm/index-d691530f.d.ts +1 -0
  5102. package/universal-date-input/moderncssm/index-ebda875c.d.ts +2 -0
  5103. package/universal-date-input/moderncssm/index-ed61931d.d.ts +3 -0
  5104. package/universal-date-input/moderncssm/index-ee245301.d.ts +90 -0
  5105. package/universal-date-input/moderncssm/index-f034f741.d.ts +2 -0
  5106. package/universal-date-input/moderncssm/index.d.ts +2 -0
  5107. package/universal-date-input/moderncssm/index.js +34 -0
  5108. package/universal-date-input/moderncssm/index.module.css +58 -0
  5109. package/universal-date-input/moderncssm/mask/index.d.ts +4 -0
  5110. package/universal-date-input/moderncssm/mask/index.js +42 -0
  5111. package/universal-date-input/moderncssm/mask/plugins.d.ts +4 -0
  5112. package/universal-date-input/moderncssm/mask/plugins.js +39 -0
  5113. package/universal-date-input/moderncssm/mask/postprocessors.d.ts +3 -0
  5114. package/universal-date-input/moderncssm/mask/postprocessors.js +27 -0
  5115. package/universal-date-input/moderncssm/mask/preprocessors.d.ts +5 -0
  5116. package/universal-date-input/moderncssm/mask/preprocessors.js +133 -0
  5117. package/universal-date-input/moderncssm/mask/utils.d.ts +76 -0
  5118. package/universal-date-input/moderncssm/mask/utils.js +284 -0
  5119. package/universal-date-input/moderncssm/mobile/Component.mobile.d.ts +5 -0
  5120. package/universal-date-input/moderncssm/mobile/Component.mobile.js +36 -0
  5121. package/universal-date-input/moderncssm/mobile/index.d.ts +2 -0
  5122. package/universal-date-input/moderncssm/mobile/index.js +33 -0
  5123. package/universal-date-input/moderncssm/shared/index.d.ts +2 -0
  5124. package/universal-date-input/moderncssm/shared/index.js +8 -0
  5125. package/universal-date-input/moderncssm/types-1328ead9.d.ts +21 -0
  5126. package/universal-date-input/moderncssm/types.d.ts +233 -0
  5127. package/universal-date-input/moderncssm/types.js +1 -0
  5128. package/universal-date-input/moderncssm/typings-5684a67d.d.ts +23 -0
  5129. package/universal-date-input/moderncssm/typings-ed61931d.d.ts +118 -0
  5130. package/universal-date-input/moderncssm/use-skeleton-1328ead9.d.ts +44 -0
  5131. package/universal-date-input/moderncssm/utils/index.d.ts +50 -0
  5132. package/universal-date-input/moderncssm/utils/index.js +148 -0
  5133. package/universal-date-input/moderncssm/utils-5712fce2.d.ts +104 -0
  5134. package/universal-date-input/moderncssm/utils-b1bfe0d1.d.ts +8 -0
  5135. package/vars/bundle/click.css +1 -0
  5136. package/vars/bundle/corp.css +1 -0
  5137. package/vars/bundle/intranet.css +1 -0
  5138. package/vars/bundle/mobile.css +1 -0
  5139. package/vars/bundle/site.css +1 -0
  5140. package/vars/common.css +13 -0
  5141. package/vars/cssm/bundle/click.css +41 -28
  5142. package/vars/cssm/bundle/corp.css +41 -28
  5143. package/vars/cssm/bundle/intranet.css +41 -28
  5144. package/vars/cssm/bundle/mobile.css +41 -28
  5145. package/vars/cssm/bundle/site.css +41 -28
  5146. package/vars/cssm/common.css +13 -0
  5147. package/vars/cssm/gaps.css +28 -28
  5148. package/vars/cssm/index.css +40 -28
  5149. package/vars/cssm/index.d.ts +38 -28
  5150. package/vars/cssm/index.js +38 -28
  5151. package/vars/esm/index.d.ts +38 -28
  5152. package/vars/esm/index.js +39 -29
  5153. package/vars/gaps.css +28 -28
  5154. package/vars/index.css +1 -0
  5155. package/vars/index.d.ts +38 -28
  5156. package/vars/index.js +38 -28
  5157. package/vars/modern/index.d.ts +38 -28
  5158. package/vars/modern/index.js +39 -29
  5159. package/vars/moderncssm/border-radius.css +25 -0
  5160. package/vars/moderncssm/bundle/click.css +1479 -0
  5161. package/vars/moderncssm/bundle/corp.css +1479 -0
  5162. package/vars/moderncssm/bundle/intranet.css +1479 -0
  5163. package/vars/moderncssm/bundle/mobile.css +1479 -0
  5164. package/vars/moderncssm/bundle/site.css +1473 -0
  5165. package/vars/moderncssm/colors-addons.css +127 -0
  5166. package/vars/moderncssm/colors-bluetint.css +1199 -0
  5167. package/vars/moderncssm/colors-bluetint.d.ts +2 -0
  5168. package/vars/moderncssm/colors-bluetint.js +6 -0
  5169. package/vars/moderncssm/colors-decorative.css +614 -0
  5170. package/vars/moderncssm/colors-decorative.d.ts +2 -0
  5171. package/vars/moderncssm/colors-decorative.js +6 -0
  5172. package/vars/moderncssm/colors-indigo.css +1197 -0
  5173. package/vars/moderncssm/colors-indigo.d.ts +2 -0
  5174. package/vars/moderncssm/colors-indigo.js +6 -0
  5175. package/vars/moderncssm/colors-pfm.css +62 -0
  5176. package/vars/moderncssm/colors-pfm.d.ts +2 -0
  5177. package/vars/moderncssm/colors-pfm.js +6 -0
  5178. package/vars/moderncssm/colors-qualitative.css +130 -0
  5179. package/vars/moderncssm/colors-qualitative.d.ts +2 -0
  5180. package/vars/moderncssm/colors-qualitative.js +6 -0
  5181. package/vars/moderncssm/colors-sequential.css +194 -0
  5182. package/vars/moderncssm/colors-sequential.d.ts +2 -0
  5183. package/vars/moderncssm/colors-sequential.js +6 -0
  5184. package/vars/moderncssm/colors-students.css +4 -0
  5185. package/vars/moderncssm/colors-students.d.ts +2 -0
  5186. package/vars/moderncssm/colors-students.js +6 -0
  5187. package/vars/moderncssm/colors-transparent.css +28 -0
  5188. package/vars/moderncssm/colors-x5.css +4 -0
  5189. package/vars/moderncssm/colors.css +71 -0
  5190. package/vars/moderncssm/common.css +13 -0
  5191. package/vars/moderncssm/gaps.css +66 -0
  5192. package/vars/moderncssm/index.css +1570 -0
  5193. package/vars/moderncssm/index.d.ts +1532 -0
  5194. package/vars/moderncssm/index.js +1532 -0
  5195. package/vars/moderncssm/mixins.css +1 -0
  5196. package/vars/moderncssm/shadows-bluetint.css +43 -0
  5197. package/vars/moderncssm/shadows-indigo.css +38 -0
  5198. package/vars/moderncssm/typography.css +6 -0
  5199. package/with-suffix/Component.js +1 -1
  5200. package/with-suffix/esm/Component.js +1 -1
  5201. package/with-suffix/esm/index.css +11 -11
  5202. package/with-suffix/index.css +11 -11
  5203. package/with-suffix/modern/Component.js +1 -1
  5204. package/with-suffix/modern/index.css +11 -11
  5205. package/with-suffix/moderncssm/Component.d.ts +30 -0
  5206. package/with-suffix/moderncssm/Component.js +47 -0
  5207. package/with-suffix/moderncssm/index.d.ts +1 -0
  5208. package/with-suffix/moderncssm/index.js +6 -0
  5209. package/with-suffix/moderncssm/index.module.css +58 -0
  5210. package/calendar-range/esm/index.module-9e756c26.js +0 -4
  5211. package/calendar-range/index.module-522c3846.js +0 -4
  5212. package/calendar-range/modern/index.module-c84ad346.js +0 -4
  5213. package/confirmation/countdown-section-89091815.js +0 -47
  5214. package/confirmation/esm/countdown-section-5abc2e57.js +0 -41
  5215. package/confirmation/modern/countdown-section-e0899791.js +0 -36
  5216. package/gallery/buttons-8a7bbaba.js +0 -35
  5217. package/gallery/esm/buttons-6cec0877.js +0 -27
  5218. package/gallery/esm/slide-97c35329.js +0 -41
  5219. package/gallery/modern/buttons-48f04234.js +0 -20
  5220. package/gallery/modern/slide-13820005.js +0 -37
  5221. package/gallery/slide-18470be8.js +0 -47
  5222. package/grid/esm/gutters.module-789a07c2.js +0 -4
  5223. package/grid/gutters.module-28502630.js +0 -4
  5224. package/grid/modern/gutters.module-6da9fe75.js +0 -4
  5225. package/list/Component-c7114975.js +0 -64
  5226. package/list/esm/Component-44349860.js +0 -57
  5227. package/list/modern/Component-12213df0.js +0 -52
  5228. package/markdown/esm/use-overrides-29053bc2.js +0 -32
  5229. package/markdown/modern/use-overrides-f3e11a66.js +0 -30
  5230. package/markdown/use-overrides-ff333eb0.js +0 -38
  5231. package/modal/esm/layout.module-b00458d8.js +0 -4
  5232. package/modal/layout.module-06658454.js +0 -4
  5233. package/modal/modern/layout.module-6ee610b6.js +0 -4
  5234. package/pure-cell/component-28e7424b.js +0 -311
  5235. package/pure-cell/esm/component-b6c55529.js +0 -293
  5236. package/pure-cell/modern/component-7dade998.js +0 -274
  5237. package/select/esm/list-popover-desktop-aca36dc9.js +0 -16
  5238. package/select/esm/mobile.module-94d955f8.js +0 -4
  5239. package/select/list-popover-desktop-a585fb58.js +0 -22
  5240. package/select/mobile.module-6db7c4d0.js +0 -4
  5241. package/select/modern/list-popover-desktop-1e3c4875.js +0 -15
  5242. package/select/modern/mobile.module-5222011d.js +0 -4
  5243. package/side-panel/esm/layout.module-3c5eb745.js +0 -4
  5244. package/side-panel/layout.module-95e12ab9.js +0 -4
  5245. package/side-panel/modern/layout.module-25197c0f.js +0 -4
  5246. package/tabs/esm/index.module-3bf0d3d4.js +0 -4
  5247. package/tabs/esm/index.module-80c84bff.js +0 -4
  5248. package/tabs/index.module-4783c2d7.js +0 -4
  5249. package/tabs/index.module-ef7a395f.js +0 -4
  5250. package/tabs/modern/index.module-1f0f72a3.js +0 -4
  5251. package/tabs/modern/index.module-510423e0.js +0 -4
  5252. package/textarea/PseudoTextArea-32be3d84.js +0 -22
  5253. package/textarea/esm/PseudoTextArea-03bcb2cc.js +0 -16
  5254. package/textarea/modern/PseudoTextArea-224fc15d.js +0 -13
  5255. package/typography/colors.module-111c5bd6.js +0 -4
  5256. package/typography/common.module-62a6f23d.js +0 -4
  5257. package/typography/cssm/title-responsive/index.module.css +0 -176
  5258. package/typography/esm/colors.module-1525a6cf.js +0 -4
  5259. package/typography/esm/common.module-1cba9ba8.js +0 -4
  5260. package/typography/esm/title-responsive/index.css +0 -177
  5261. package/typography/modern/colors.module-ffa65232.js +0 -4
  5262. package/typography/modern/common.module-a97de0bb.js +0 -4
  5263. package/typography/modern/title-responsive/index.css +0 -177
  5264. package/typography/title-responsive/index.css +0 -177
  5265. package/underlay/esm/index.module-8b402df8.js +0 -4
  5266. package/underlay/index.module-f62de312.js +0 -4
  5267. package/underlay/modern/index.module-2a635821.js +0 -4
  5268. package/universal-date-input/esm/index.module-5c93b880.js +0 -4
  5269. package/universal-date-input/index.module-fe6b170d.js +0 -4
  5270. package/universal-date-input/modern/index.module-83ae915a.js +0 -4
  5271. /package/confirmation/{countdown-section-89091815.d.ts → countdown-section-17d446a6.d.ts} +0 -0
  5272. /package/confirmation/esm/{countdown-section-5abc2e57.d.ts → countdown-section-c5b45e8c.d.ts} +0 -0
  5273. /package/confirmation/modern/{countdown-section-e0899791.d.ts → countdown-section-b9145aea.d.ts} +0 -0
  5274. /package/gallery/{buttons-8a7bbaba.d.ts → buttons-12521471.d.ts} +0 -0
  5275. /package/gallery/esm/{buttons-6cec0877.d.ts → buttons-0ac2ded2.d.ts} +0 -0
  5276. /package/gallery/esm/{slide-97c35329.d.ts → slide-69726c61.d.ts} +0 -0
  5277. /package/gallery/modern/{buttons-48f04234.d.ts → buttons-3b0bae43.d.ts} +0 -0
  5278. /package/gallery/modern/{slide-13820005.d.ts → slide-9d441795.d.ts} +0 -0
  5279. /package/gallery/{slide-18470be8.d.ts → slide-5843ceaa.d.ts} +0 -0
  5280. /package/list/{Component-c7114975.d.ts → Component-f7e89076.d.ts} +0 -0
  5281. /package/list/esm/{Component-44349860.d.ts → Component-82015cc3.d.ts} +0 -0
  5282. /package/list/modern/{Component-12213df0.d.ts → Component-8f7f216d.d.ts} +0 -0
  5283. /package/markdown/esm/{use-overrides-29053bc2.d.ts → use-overrides-b7efd685.d.ts} +0 -0
  5284. /package/markdown/modern/{use-overrides-f3e11a66.d.ts → use-overrides-cd538346.d.ts} +0 -0
  5285. /package/markdown/{use-overrides-ff333eb0.d.ts → use-overrides-b8e9c8ab.d.ts} +0 -0
  5286. /package/plate/{PortalContext-25e779b6.d.ts → PortalContext-0612f318.d.ts} +0 -0
  5287. /package/plate/{PortalContext-25e779b6.js → PortalContext-0612f318.js} +0 -0
  5288. /package/plate/esm/{PortalContext-3dd3014b.d.ts → PortalContext-b594cb6e.d.ts} +0 -0
  5289. /package/plate/esm/{PortalContext-3dd3014b.js → PortalContext-b594cb6e.js} +0 -0
  5290. /package/plate/modern/{PortalContext-b38a5699.d.ts → PortalContext-6f80f80b.d.ts} +0 -0
  5291. /package/plate/modern/{PortalContext-b38a5699.js → PortalContext-6f80f80b.js} +0 -0
  5292. /package/pure-cell/{component-28e7424b.d.ts → component-ef5d608a.d.ts} +0 -0
  5293. /package/pure-cell/esm/{component-b6c55529.d.ts → component-bd5912e8.d.ts} +0 -0
  5294. /package/pure-cell/modern/{component-7dade998.d.ts → component-acc79c3a.d.ts} +0 -0
  5295. /package/select/esm/{hook-238e823a.d.ts → hook-cf00a833.d.ts} +0 -0
  5296. /package/select/esm/{hook-238e823a.js → hook-cf00a833.js} +0 -0
  5297. /package/select/esm/{list-popover-desktop-aca36dc9.d.ts → list-popover-desktop-93ef2376.d.ts} +0 -0
  5298. /package/select/{hook-1c1828b0.d.ts → hook-a48d96bd.d.ts} +0 -0
  5299. /package/select/{hook-1c1828b0.js → hook-a48d96bd.js} +0 -0
  5300. /package/select/{list-popover-desktop-a585fb58.d.ts → list-popover-desktop-74b69ee5.d.ts} +0 -0
  5301. /package/select/modern/{hook-3c7142f0.d.ts → hook-b790642e.d.ts} +0 -0
  5302. /package/select/modern/{hook-3c7142f0.js → hook-b790642e.js} +0 -0
  5303. /package/select/modern/{list-popover-desktop-1e3c4875.d.ts → list-popover-desktop-763b1db9.d.ts} +0 -0
  5304. /package/{toast-plate/PortalContext-cd37d2fe.d.ts → shared/moderncssm/context/PortalContext/PortalContext.d.ts} +0 -0
  5305. /package/{toast-plate/esm/getDataTestId-c689804d.d.ts → shared/moderncssm/getDataTestId.d.ts} +0 -0
  5306. /package/textarea/{PseudoTextArea-32be3d84.d.ts → PseudoTextArea-7efa6d75.d.ts} +0 -0
  5307. /package/textarea/esm/{PseudoTextArea-03bcb2cc.d.ts → PseudoTextArea-8b9db0ef.d.ts} +0 -0
  5308. /package/textarea/modern/{PseudoTextArea-224fc15d.d.ts → PseudoTextArea-5e89ca23.d.ts} +0 -0
  5309. /package/toast-plate/{esm/PortalContext-78e963c0.d.ts → PortalContext-81f72504.d.ts} +0 -0
  5310. /package/toast-plate/{PortalContext-cd37d2fe.js → PortalContext-81f72504.js} +0 -0
  5311. /package/toast-plate/{modern/PortalContext-ca09eba8.d.ts → esm/PortalContext-602cefb4.d.ts} +0 -0
  5312. /package/toast-plate/esm/{PortalContext-78e963c0.js → PortalContext-602cefb4.js} +0 -0
  5313. /package/toast-plate/{getDataTestId-3b9a11f6.d.ts → esm/getDataTestId-75c733fc.d.ts} +0 -0
  5314. /package/toast-plate/esm/{getDataTestId-c689804d.js → getDataTestId-75c733fc.js} +0 -0
  5315. /package/toast-plate/{modern/getDataTestId-f391587f.d.ts → getDataTestId-b56d8af4.d.ts} +0 -0
  5316. /package/toast-plate/{getDataTestId-3b9a11f6.js → getDataTestId-b56d8af4.js} +0 -0
  5317. /package/toast-plate/modern/{PortalContext-ca09eba8.js → PortalContext-3b851733.js} +0 -0
  5318. /package/toast-plate/modern/{getDataTestId-f391587f.js → getDataTestId-ed8361ee.js} +0 -0
@@ -0,0 +1,239 @@
1
+ const flagSprite = {
2
+ 'ge-ab': '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><g clip-path="url(#a)"><path fill="#F5F5F5" d="M24 6.4H0v2.2h24z"/><path fill="#73AF00" d="M24 8.6H0V11h24z"/><path fill="#F5F5F5" d="M24 10.9H0V13h24z"/><path fill="#73AF00" d="M24 13.1H0v2.3h24z"/><path fill="#F5F5F5" d="M24 15.4H0v2.2h24z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v.5h24V6q-.2-1.6-1.8-1.8ZM24 17.6H0v.5q.2 1.6 1.7 1.8h20.6c1 0 1.7-.9 1.7-1.8z"/><path fill="#FF4B55" d="M0 6v4.5q0 .3.4.4h11.2q.3 0 .4-.4v-6q0-.3-.4-.4H1.8C.8 4.1 0 5 0 6"/><path fill="#F5F5F5" d="M6.4 10.3h-.8l-.3-.6V7.3a.1.1 0 0 1 .2 0V8h.1V6.8a.1.1 0 0 1 .3 0V8L6 6.7a.1.1 0 0 1 .2 0V8h.2V7a.1.1 0 0 1 .2 0v1.2l.3.6q0-.4.4-.6h.1v.2l-.2.7v.1l-.6.7v.3zM6 4.7l.1.3h.4l-.3.3.1.3-.3-.2-.3.2v-.3L5.6 5H6v-.4Zm-1.6.5.1.3H5l-.3.3.1.3-.3-.2-.3.2v-.3L4 5.6v-.1h.4zm3.3 0 .1.3h.3l-.2.3V6h-.2l-.3.2v-.3l-.2-.2v-.1h.3l.1-.3Zm1.1 1.2v.3h.4L9 7v.3l-.3-.2-.2.2V7l-.3-.2h.4l.1-.4Zm-5.6 0 .1.3h.4l-.3.3.1.3-.3-.2-.3.2L3 7l-.3-.2h.4v-.4zM9 8l.2.3h.3v.1l-.2.2v.3l-.2-.1-.3.2v-.4l-.2-.2h.3zM2.8 8l.1.3h.4v.1l-.3.2.1.3-.3-.1-.3.2v-.4l-.2-.2h.4z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>',
3
+ af: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M1.8 19.9H8V4H1.8A2 2 0 0 0 0 6v12.2q.2 1.6 1.8 1.8Z"/><path fill="#FF4B55" d="M16 4.1H8V20h8z"/><path fill="#73AF00" d="M22.2 19.9q1.6-.1 1.8-1.8V5.9q-.2-1.7-1.8-1.8H16V20h6.2Z"/><path fill="#F5F5F5" d="M11.4 11.6H11v.1zm1.6 1.2h-2v-.2h2zm0-1.9h-2v.2h2z"/><path fill="#F5F5F5" d="M12.6 11h-1.2l.2-.2h.8zm-1.2 1.2H11v.3h.4zm0-.3H11v.2h.4zm0-.6H11v.2h.4zm1.6.9h-.4v.3h.4zm0-.3h-.4v.2h.4zm0-.6h-.4v.2h.4zm0 .3h-.4v.1zm-1.6-1.3h-.2v.5h.2zm0-.1h-.2V10a.1.1 0 0 1 .2 0Zm1.4.1h-.2v.5h.2zm0-.1h-.2V10a.1.1 0 0 1 .2 0Zm-.8 1.1q-.5 0-.5.4v.8h1v-.8q0-.3-.5-.4"/><path fill="#F5F5F5" d="m11.2 12-.6-.8a.1.1 0 1 0-.2.1l.1.1-.3.8.4.3.3-.7.2.3h.1Zm-.6.3-.3-.3.2-.3.3.3zm2.3-.3.2-.2.3.7.4-.3-.3-.8a.1.1 0 1 0 0-.2zm.4 0 .2-.3.2.3-.3.3zm-1.2-2h-.2a.5.5 0 0 0-.4.7h1v-.2q0-.4-.4-.4Zm-2.8 1.8v-.6zh.3v-.5l.2.6s.4-.6-.3-1.2v.2h-.4l-.1.8z"/><path fill="#F5F5F5" d="M10.3 9.4a.1.1 0 1 0-.1-.2q-1 .7-1.1 1.7h.2a3 3 0 0 1 1-1.5M10.2 9.7l-.6 1h.1l.6-.8a.1.1 0 0 0-.1-.2m-.5 3.5-.4-.9h.2q0 .5.4.9h.2l-.3-.7h.1l.4.6h.2l-.2-.4-.2-.4-.2-.2h-.4l-.1-.1h-.1l-.3-.1v.2l.2.1q0 .6.4 1zm4.8-2.2v-.2c-.7.6-.3 1.2-.3 1.2q0-.3.2-.6v.6l.2-.1v-.7h.1v.6h.3v-.7h-.5Zm.2-.1h.2a3 3 0 0 0-1-1.7.1.1 0 0 0-.2.2q.7.7 1 1.5m-.3-.3-.6-.9a.1.1 0 1 0-.1.2l.6.9zm.6 1.3h-.3v.1h-.2l-.4.1-.2.2-.2.4-.2.3h.2q.3-.1.4-.4l.1-.1-.3.6h.2l.4-.7h.2l-.4.8h.2q.3-.4.4-1l.1-.1zm-1.7 1.3a2 2 0 0 1-2.5 0h-.2l-1.2.2.2.2.3.1.7.6v.1a3 3 0 0 0 2.9 0l-.1-.1.7-.6h.3l.2-.3-1.2-.2zm-2.6.9-.6-.5h.2l.5.4Zm3.2-.5-.6.5V14l.4-.4zM12 14q-.9 0-1.5-.5h.1a2 2 0 0 0 2.8 0h.1q-.7.5-1.5.5M10.7 13l.1.2h2.4l.1-.2z"/></svg>',
4
+ ax: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="M24 10H10.8V4H6.6v6H0v4.2h6.6V20h4.2v-6H24z"/><path fill="#FF4B55" d="M24 11.2H9.5v-7H8v7H0v1.6h7.9v7h1.6v-7H24z"/></svg>',
5
+ al: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#464655" d="M16.5 14q-.3-.1-.3 0l-.7.1.3-.3.4-.1h.3c0-.4-.4-.2-.4-.2q-.4.1-.4.2l-.4.4-1-.3.1-.3c0-.1-.7-.3-1-.6q-.3-.4-.2-.7.2-.1.3.4.3.4.5.3.1-.2-.3-.6 0-.3.2-.3c.2 0 .2.6.5.8q.5.4.5.1-.2-.3-.5-.5v-.5c.2 0 .8.9 1.2 1.2q1 .3 1-.2-.3-.2-.8-.2-.7-.3-.9-1 0-.2 0-.2l.8.7c.5.3.8 0 .9 0 0-.1.2-.4-.3-.3q-.9-.1-1.1-.5-.4-.2-.2-.5 0 .2 1 .5.6.2.6-.3l-.7-.1c-.5 0-.9-.6-1-.6q0-.1.3 0l1 .2q.5-.2.3-.4H16q-.7 0-1-.3-.1-.3 0-.3.3.2 1 .3c.7.1.6-.4.6-.5q0-.2-.3-.1l-.8.2q-.6-.2-.5-.4h1c.6-.1.6-.6.6-.7q-.1-.1-.4 0-.3.4-1 .3-.2 0-.2-.2l.8-.3q.7-.3.8-.7l-.2-.4-.3.3c-.3.5-1.1.7-1.1.7l-.2-.2c-.5.1-1.2.6-1.2.6v.7c-.2.3-.9.1-.7-.5q.4-.8 1.2-.8c.8 0 .5-.3.5-.3s-.5.2-.5 0h.5q.7-.1.4-.4l-.3.3H14q.3-.2.5-.1c0-.4-.5-.3-.5-.3-.2-.4-1.5.1-1.5.1l.3.3a2 2 0 0 0-.9 1.2s-.2-.8-1-1.2l.4-.3s-1.3-.5-1.5 0c0 0-.5-.2-.5.2h.5q-.2.2-.6 0-.2-.1-.3-.2-.2.2.4.4h.5c0 .2-.5 0-.5 0s0 .2.5.3q.8 0 1.2.8c.2.6-.5.8-.7.5v-.7s-.7-.5-1.2-.6l-.2.2s-.8-.2-1-.7l-.4-.3q-.2 0-.2.4t.8.7l.8.3s0 .2-.3.2-.7 0-.9-.2q-.3-.3-.4-.1s0 .6.6.7h1s-.1.3-.5.4l-.8-.2h-.3q0 .4.6.6.7-.2 1-.3.2 0 0 .3t-1 .4q-.4-.2-.5-.1-.1.2.2.4.6 0 1-.2.4-.1.3 0-.1.3-1 .6l-.6.1q0 .4.7.3c.5-.1.8-.6 1-.5q0 .3-.3.5-.3.4-1 .5c-.6-.1-.4.2-.4.2 0 .1.4.4.9.1l.8-.7v.3q-.2.6-.9.9-.5 0-.7.2c0 .1.3.5.9.2.4-.3 1-1.2 1.2-1.2v.5c0 .1-.6.3-.5.5q0 .3.5 0c.3-.3.3-.9.5-.9q.2 0 .2.3-.4.5-.3.6.2.2.5-.3 0-.5.3-.4c.1 0 0 .5-.2.7-.3.3-1 .5-1 .6q0 0 .2.3l-1 .3-.5-.4s0-.2-.4-.2c0 0-.4-.2-.4.1h.3q0 .3.4.2l.3.3h-.7s-.1-.3-.3-.1q-.1-.1-.4.1h.3s.1.2.4.1h.7l-.4.2s-.4-.1-.4.3q-.2 0 0 .3l.1-.3s.2.1.4-.1l.5-.3.4.2s0 .2.4.1l.1.2s.2-.1 0-.3q0-.1-.4-.2l-.3-.1 1-.3.4.3.3-.4c.1-.2.5-.8.7-.8q.3 0 .2.4-.2.6-.6 1l-.5.1q-.4 0-.3.2 0 .2.6.1.3-.1.4-.1c.1 0 0 .4-.4.4q-.5 0-.4.3h.5c.2 0 .5-.4.5-.3q0 .3-.2.5-.3.1-.4.2 0 .3.3.2t.5-.5q.1-.1.2.2.2.3-.4.6l.7 1 .7-1q-.4-.4-.4-.6 0-.3.2-.2.2.4.5.5.4.1.3-.2l-.4-.2q-.3-.2-.2-.5l.5.3h.5q0-.2-.4-.3c-.3 0-.5-.4-.4-.4l.4.1h.6q0-.3-.3-.3l-.5-.1q-.4-.4-.6-1 0-.3.2-.4c.2-.1.6.6.7.8q0 .3.3.4l.4-.3 1 .3-.3.1q-.4.1-.3.2-.3.3-.1.3l.1-.2q.5 0 .4-.1l.4-.2.5.3q.3.2.4.1l.1.3q.2-.3 0-.3c0-.4-.4-.3-.4-.3l-.4-.2h.7q.4 0 .4 0h.3q-.2-.3-.4-.2Z"/></svg>',
6
+ dz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 19.9H12V4H1.8A2 2 0 0 0 0 6v12.2q.2 1.6 1.8 1.8Z"/><path fill="#F5F5F5" d="M22.2 19.9q1.6-.1 1.8-1.8V5.9q-.2-1.7-1.8-1.8H12V20h10.2Z"/><path fill="#FF4B55" d="m14 10.5-.7 1-1.1-.4H12l.7 1-.8 1s0 .1.1 0l1.2-.2.6 1 .2-.1v-1.2l1.1-.4-1-.5z"/><path fill="#FF4B55" d="M12.7 14.8a2.8 2.8 0 1 1 1.6-5.2h.1a4 4 0 0 0-2.7-1.1 3.6 3.6 0 1 0 2.7 6v-.1a3 3 0 0 1-1.7.4"/></svg>',
7
+ as: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FF4B55" d="M23.8 19 2.7 12l21-7q-.1-.3-.5-.6L0 12l23.2 7.6z"/><path fill="#F5F5F5" d="m23.8 19 .2-1V6q0-.6-.2-1L2.7 12l21 7Z"/><path fill="#FFF5DC" d="M21.5 10H23c.2-.2.2-1-.3-1-.5-.1-1.7.6-1.7.6z"/><path fill="#D27D69" d="M18.7 11v.3q-.2.4.6.8l-.2.6.6.3s.4-.6.5-1.2-1.5-.7-1.5-.7Zm-1.7-.3.2-.2s-.5.3-.7 0q-.2-.6.4-.8c.4-.2 1 0 1 0l.4 1-1.2.8-.2-.8Zm3.8-2 1-.1s-.2.5-.9.8c0 0 .7 0 .9.2q.1.5-.4.6L20 11l-1-.1z"/><path fill="#D27D69" d="m21.6 7.9.2-1-.8.6s.2-.1.1-.4l-2.6 1.4-.5 1 1.6.5z"/><path fill="#FFE15A" d="m19.6 12.2-.3.5h-.6c-.2.1-.2.6 0 .6q.1 0 .4 0h.3V13h.2l.3-.6z"/><path fill="#B95546" d="M17.1 11.3s.8-.4.8-1q-.2-.7-1.3-.4s-.3-.3 0-.5c.4-.4 2-1.2 2-1.2l-.1 1s.7.3 1 .2l2.4-2s-.2 1-1.5 2l-.1.7-.3.3-.6.3s1.6.2 1.6.4-.4 1.2-1.2 1.5l-.4-.3.2-.6-1-.4-.9.2z"/><path fill="#FFF5DC" d="M16 12.3v-.4l.1-.3.8-.9.2.4h.8l-.2.2v.2l-1 .6z"/><path fill="#FFE15A" d="M16.4 12H16s-.4.6 0 .6l.8-.5s0-.2-.4 0Zm4.6 1h-2.6v-.1l-.6-.2-.2.1v.1H17l-.1-.2-.2.1-1.1-.1-1.5.4 1.5.3 1.1-.1.1.1.2-.1v-.1h.6v.1l.1.1.6-.2h2.8a.1.1 0 1 0 0-.3Z"/><path fill="#FFE15A" d="m21 13.4-2 .3s-.2 0 .2-.4H19l-.5.2q-.3 0-.4.4l-1.2.2h1.5s.2.2.3 0q.2 0 .3-.2l2-.3s.1-.1 0-.2"/><path fill="#FFE15A" d="M19.8 14.8s-.1.2-.5 0-.8 0-1 0q-.5-.1-1-.1h-.5q.2-.3 0-.4l.2-.1V14s-.7-.3-1.1 0a.7.7 0 0 0 .4 1.2s.2.3.8.2q0 .2 1 .2h.4q.7 0 .7.3s.3 0 .1-.3q.1 0 .6.2 0-.1-.2-.4h.6s-.1-.3-.5-.3q.1-.1.4-.1 0-.2-.5 0s.3-.2.1-.3Z"/></svg>',
8
+ ad: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.7 19.9H8V4H1.8A2 2 0 0 0 0 6v12.2q.2 1.6 1.7 1.8Z"/><path fill="#FFE15A" d="M16 4.1H8V20h8z"/><path fill="#FF4B55" d="M22.3 19.9c1 0 1.7-.9 1.7-1.8V5.9q-.2-1.7-1.8-1.8H16V20h6.3Z"/><path fill="#DCBE82" d="M14.8 13.3a.2.2 0 0 0-.3-.2s-.3-.3 0-.6v-.3q.4 0 .4-.6-.2-.7-.6-.6l-.3-.1.1-.2c.2-.2.5-.6 0-.9a1 1 0 0 0-.8 0l.1.2q-.2.2-.5.1t0-.4q.1-.3-.4-.4l-.5.2-.5-.2q-.5 0-.3.4.2.2 0 .4h-.6v-.3c0-.2-.5-.2-.7 0-.5.3-.2.7 0 .9v.2h-.2v.1q-.4 0-.6.6 0 .5.3.6a.2.2 0 1 0 .2.3q.2.5-.1.6a.2.2 0 0 0-.3.2q0 .2.2.3-.4.2 0 .8.6.6 1.4.4.4 0 .5.3a.2.2 0 0 0 .1.4.2.2 0 0 0 .4 0h.4a.2.2 0 0 0 .4 0 .2.2 0 0 0 0-.4q.2-.2.6-.3.7 0 1.4-.4.4-.6 0-.8.2 0 .2-.3"/><path fill="#D2AA73" d="M10 10.6v3.1q0 .6.7.7h.9q.4.1.4.2 0 0 .4-.2h.9q.6 0 .7-.7v-3.1q0-.2-.2-.2h-3.6q-.2 0-.2.2"/><path fill="#FF4B55" d="M11.9 10.7h-1.6v1.6h1.6zm0 3.4q-1.5-.1-1.6-1.6h1.6z"/><path fill="#FFE15A" d="M12.1 14.1v-1.6h1.6q-.1 1.5-1.6 1.6m.2-3.4h-.2v1.6h.2z"/><path fill="#FF4B55" d="M12.6 10.7h-.3v1.6h.3z"/><path fill="#FFE15A" d="M12.8 10.7h-.2v1.6h.2z"/><path fill="#FF4B55" d="M13 10.7h-.2v1.6h.2z"/><path fill="#FFE15A" d="M13.3 10.7H13v1.6h.3zm.4 0h-.2v1.6h.2z"/><path fill="#FF4B55" d="M13.5 10.7h-.2v1.6h.2zM11 12.5h-.2v1.6h.2z"/><path fill="#FFE15A" d="M11.2 12.5H11v1.6h.2zm.3 0h-.2v1.6h.2z"/><path fill="#FF4B55" d="M11.3 12.5zv1.6h.1z"/><path fill="#FFE15A" d="M11.9 12.5h-.2v1.6h.2z"/><path fill="#FF4B55" d="M11.7 12.5h-.2v1.6h.2z"/><path fill="#FFE15A" d="M10.4 14v-1.5h-.1v1.2z"/><path fill="#FF4B55" d="M10.6 14.1v-1.6h-.2v1.6z"/><path fill="#FFE15A" d="M10.6 12.5v1.6h.2v-1.6z"/><path fill="#F5F5F5" d="m10.5 12.2-.1-.2h.2l.2.1h.2l-.2.1zm1.2 0V12l-.4.1-.1-.2.2.1h.2v-.1l.2.1z"/><path fill="#FFE15A" d="m10.5 12.2.9-1.2v-.3h.2l.1.2-.1.1v-.1s0-.1 0 0h-.1v.1z"/><path fill="#FFE15A" d="m11 10.9-.3.5.1.5h.5l.2-.5z"/><path fill="#F5F5F5" d="m11 10.8-.4.6.2.6h.6l.2-.6zm-.3.6.3-.4v.9l-.2-.5Zm.6.5h-.2V11l.4.4z"/><path fill="#FF4B55" d="M13.3 13s.1-.1 0-.2h-.5l-.2-.1-.1.1v.1h.2v.4-.1s.1 0 0-.1h.2v.2-.2h.4v.1H13h.2v.1-.2Z"/><path fill="#4173CD" d="M12.7 12.8zm-.1.2zm.1.2zm.6.1"/><path fill="#FF4B55" d="M13.3 13.7zs.1 0 0-.1h-.5v-.1h-.2l-.1.1.2.1v.4q0-.1 0-.1h.2v.2-.2h.4v.1H13h.2v.1-.4Z"/><path fill="#4173CD" d="M12.5 13.4zm.2.1zm-.1-.1zm0 .3zm.7.3"/></svg>',
9
+ ao: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M24 6c0-1-.8-1.9-1.8-1.9H1.8C.8 4.1 0 5 0 6v6h24z"/><path fill="#464655" d="M1.8 19.9h20.4q1.6-.1 1.8-1.8V12H0v6c0 1 .8 2 1.8 2Z"/><path fill="#FFE15A" d="m11 8.5.3.9h1v.1l-.7.6.2.8s0 .1 0 0l-.8-.4-.7.5h-.1l.2-1-.7-.5v-.1h1zm3.9 7.2-5.3-4q-.4-.2-.4-1s-.6.7-.5 1.2q.3 1 1 1.3l4.8 3zm1.5 1.2-1.3-1-.3.5 1 .5s0 .7.5.6q.4-.1.1-.6M12 15.1a4 4 0 0 1-4-1l-.6.5q.3.4.7.6l-.2.2 1 .6v-.2l1.3.3v.2h1v-.2q.8 0 1.4-.3v.2l.4-.2z"/><path fill="#FFE15A" d="M15.3 11q0-.6-.4-1.2l.2-.1-.5-1-.2.2-1-1 .2-.2-1-.5v.2l-1-.3-.2.8a3.7 3.7 0 0 1 2 6.3l.7.4.3-.3.2.1.5-.9-.2-.1.4-1.3h.2v-1z"/></svg>',
10
+ ai: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.1 4.1H2q-1.7.2-1.9 2V18q.1 1.7 1.9 1.9h20q1.7-.2 1.9-2V6c0-1-.8-1.9-1.9-1.9Z"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5l4 2.5h.7q.3 0 .4-.4v-.3L8.7 9H12V7H8.7L12 4.8v-.3q0-.5-.4-.5h-.7L7 6.7V4H5v2.6L1.3 4.2q-.7.3-1 .9l3 2H0v2h3.3L0 11.3v.3q0 .4.4.4"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.7L.7 4.5zM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1zM4.2 9.1 0 11.8l.4.2L5 9.1zm7.8 2.5L8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#F5F5F5" d="M15.4 9c0 .8-.3 5.5 2.7 6.5 3-1 2.7-5.7 2.7-6.5-.4.2-1.7.6-2.7-.1-1 .7-2.3.3-2.7.1"/><path fill="#FFA028" d="M19.6 10q-.3 0-.8 0c-.4 0-.7-.3-1.2-.1q-.2-.4-.1-.5-.5.5-.4.7-.2.7-.2 1 .2.2.2.5t.1.1q.2 0 .3-.6.5-.1.5-.2l-.4-.1v-.1c.3-.6 1.3-.4 1.4-.3q.3.4.4.4-.2-.5-.3-.5.5-.2.5-.3M17 11.2V11z"/><path fill="#FFA028" d="M18.6 13.7c.2 0 .1-.5.4-.7q.3-.3.8-.9l.4.2q0-.6-.4-.7-.3-.7-.7-.7l-.5-.1q-.2 0-.1 0 0 .2.3.6-.2.4-.1.5 0-.3.3-.3v.1c.4.5-.3 1.3-.5 1.2l-.5.1q.4.3.6.2-.1.5 0 .5m.3-2.7h.1s-.1 0 0 0Z"/><path fill="#FFA028" d="M15.9 11q.1.3.5.7 0 .4.4 1.1-.2.3-.3.3.6.1.8 0 .6-.1 1-.4 0-.3.2-.4.1-.2 0-.2H18q-.2-.2-.4-.2.2.2 0 .4c-.6.1-1-.9-1-1l.2-.6-.3.5zm2.3 1.5H18z"/><path fill="#CDCE0C" d="M18 15.7c-3.3-1.2-2.7-6.7-2.7-6.8s1.6.7 2.8-.2c1.2.9 2.7.2 2.7.2h.1s.6 5.6-2.8 6.8ZM15.5 9c0 .8-.3 5.5 2.7 6.5 3-1 2.7-5.7 2.7-6.5-.4.2-1.7.6-2.7-.1-1 .7-2.3.3-2.7.1"/><path fill="#82AFFF" d="M16.2 13.9q.6 1.1 1.9 1.6 1.3-.5 1.9-1.6z"/></svg>',
11
+ ag: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8v12.4q.2 1.6 1.8 1.7h20.4q1.6-.1 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="m12 5 .5 2.7 1.6-2.3-.6 2.7 2.3-1.6L14.2 9l2.8-.6-2.4 1.5 2.8.5-2.8.6 2.4 1.5-2.8-.6 1.6 2.3-2.3-1.5.6 2.7-1.6-2.3-.5 2.7-.5-2.7-1.6 2.3.6-2.7L8.2 14l1.6-2.3-2.8.6 2.4-1.5-2.8-.6 2.8-.5L7 8.3l2.8.6-1.6-2.4 2.3 1.6-.6-2.7 1.6 2.3z"/><path fill="#FF4B55" d="M.5 4.7Q0 5.2 0 5.8v12.4q.2 1.6 1.8 1.7H12zM12 19.9h10.2q1.6-.1 1.8-1.8V5.9a2 2 0 0 0-.5-1.2L12 20Z"/><path fill="#4173CD" d="M7.3 13.7h9.4l2.6-3.4H4.7z"/><path fill="#F5F5F5" d="m7.3 13.7 4.7 6.2 4.7-6.2z"/></svg>',
12
+ ar: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#F09146" d="M14 11.9h-1.4l.2-.2h.4l.2-.2h.2l.1-.1h.3l-.1-.2h-.4l-.2.2H13l-.1.1h-.3l-.2.2h-.1l1.1-1-.1-.2-1 1V11q.2 0 .2-.2v-.4l.2-.1.1-.3h-.2v.1l-.2.2v.4l-.2.2-.1.2v.2l-.1.2V9.9h-.2v1.5l-.2-.2v-.4l-.2-.2v-.2l-.1-.1V10l-.2.1v.4l.2.2v.2l.1.1v.3l.2.2v.1l-1-1.1-.2.1 1.1 1.2-.1-.1-.2-.1-.2-.1h-.2l-.2-.1-.2-.2H10v.1h.2l.1.1.2.1.2.2h.4l.2.1v.1H10v.2h1.7-.4l-.2.2-.2.1h-.1l-.3.1-.2.1-.1.1v.2l.3-.1.1-.1h.4l.2-.2.2-.1h.2l-1 1 .1.1 1.2-1.1-.1.1-.1.2-.1.2v.2l-.1.2-.2.2v.4h.1v-.2l.1-.1.1-.2.2-.2v-.4l.1-.2h.1V14h.2v-1.7.4l.2.2.1.2v.1l.1.3.1.2.1.1h.2l-.1-.3-.1-.1V13l-.2-.2-.1-.2v-.2l1 1 .1-.1-1-1h.4q0 .2.2.2h.4l.1.2.3.1v-.2h-.1l-.2-.2h-.4l-.2-.2-.2-.1h-.2l-.2-.1h1.7v-.2Z"/><path fill="#FFE15A" d="M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/></svg>',
13
+ am: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFB400" d="M0 18.2q.2 1.6 1.8 1.7h20.4q1.6-.1 1.8-1.8v-3.5H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8v3.6h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#41479B" d="M24 9.4H0v5.2h24z"/></svg>',
14
+ aw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="M24 14.9H0v.8h24zm0 1.7H0v.8h24z"/><path fill="#FF4B55" d="m3 8.2-1.5-.5 1.6-.5.5-1.5.5 1.5 1.6.5-1.6.5-.5 1.6z"/><path fill="#F5F5F5" d="M3.6 6 4 7.2l1.4.4-1.4.5-.4 1.3L3 8.2l-1.3-.5L3 7.3l.5-1.4Zm0-.6-.2.5L3 7l-1.3.5-.5.1.5.2 1.3.4.4 1.3.2.5.2-.5.4-1.3L5.4 8l.5-.2-.5-.1L4.2 7l-.4-1z"/></svg>',
15
+ au: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5l4 2.5h.7q.3 0 .4-.4v-.3L8.7 9H12V7H8.7L12 4.8v-.3q0-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2a2 2 0 0 0-1 .8l3 2H0v2.1h3.3L0 11.3v.3q0 .4.4.4"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5zM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1zM4.2 9.1 0 11.8l.3.2L5 9.1zm7.8 2.5L8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#F5F5F5" d="m6.1 14.3.3 1 1-.4q.2 0 .1.1L7 16l1 .4v.2l-1.1.1.1 1q0 .3-.1.1L6 17l-.7.8q-.1 0-.2 0l.2-1.1h-1q-.3 0-.1-.3l1-.5-.7-.9.1-.1 1 .4.3-1q.1-.2.2 0M18.4 7l.2.4.5-.2v.1l-.3.4.5.3-.6.1.1.5s0 .1 0 0l-.4-.3-.4.4V8h-.5l.5-.3-.3-.4.5.1.1-.5h.1ZM15 10.8l.2.5.5-.2-.3.5.5.3h-.6l.1.6-.4-.3-.4.3V12h-.5v-.1l.4-.3-.2-.4V11l.5.2.1-.5h.1Zm6.7-1.7.1.5.5-.2v.1l-.2.4.4.3-.5.1v.5s0 .1 0 0l-.4-.3-.3.4h-.1v-.6h-.5l.5-.4-.3-.4.5.1.2-.5Zm-3.3 6.7.2.5.5-.2-.3.5.5.2v.1h-.6l.1.6-.4-.4-.4.4v-.6h-.5l.5-.3-.3-.5.5.2zm1.2-4.1-.1.4H19l.3.3-.1.4.4-.2.3.2v-.4l.3-.2V12h-.5zh-.2Z"/></svg>',
16
+ at: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/></svg>',
17
+ az: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18.2q.2 1.6 1.8 1.7h20.4q1.6-.1 1.8-1.8v-3.5H0z"/><path fill="#82AFFF" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8v3.6h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M24 9.4H0v5.2h24z"/><path fill="#F5F5F5" d="M12.6 13.7a1.7 1.7 0 1 1 .9-3v-.1a2 2 0 0 0-1.5-.7 2 2 0 0 0-2 2 2.1 2.1 0 0 0 3.6 1.6s0-.1-.1 0z"/><path fill="#F5F5F5" d="m14 11 .2.5.5-.2-.2.5.5.2-.5.2.2.5-.5-.2-.2.5-.2-.5-.5.2.2-.5-.5-.2.5-.2-.2-.5.5.2z"/></svg>',
18
+ bs: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FFE15A" d="M24 9.4H0v5.2h24z"/><path fill="#464655" d="m.6 19.4 9-7.2q.3-.1 0-.4l-9-7.2Q0 5.1 0 5.9v12.2q0 .8.6 1.3"/></svg>',
19
+ bh: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M1.8 19.9h4.8l3.3-1-3.3-1 3.3-1-3.3-1 3.3-1-3.3-1 3.3-1-3.3-.9 3.3-1-3.3-1L10 9 6.6 8 10 7l-3.3-.9 3.3-1-3.3-1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8Z"/><path fill="#FF4B55" d="m6.6 6.1 3.3 1-3.3 1L10 9l-3.3 1 3.3 1-3.3.9 3.3 1-3.3 1 3.3 1-3.3 1 3.3 1-3.3.9 3.3 1-3.3 1h15.6q1.7-.2 1.8-1.8V5.9q-.1-1.7-1.8-1.8H6.6l3.3 1z"/></svg>',
20
+ bd: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FF4B55" d="M10.3 17.4a5.4 5.4 0 1 0 0-10.8 5.4 5.4 0 0 0 0 10.8"/></svg>',
21
+ bb: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 19.9H8V4H1.8A2 2 0 0 0 0 6v12.2q.2 1.6 1.8 1.8Z"/><path fill="#FFE15A" d="M16 4.1H8V20h8z"/><path fill="#41479B" d="M22.2 19.9q1.6-.1 1.8-1.8V5.9q-.2-1.7-1.8-1.8H16V20h6.2Z"/><path fill="#464655" d="M15.3 9.7s-1.1 0-2 .9h.6s-.6 1-.9 2.7h-.6v-2.7l.6.2-1-2.5-1 2.5.6-.2v2.6l-.6.1a9 9 0 0 0-.9-2.7h.6c-.9-.9-2-.9-2-.9a8 8 0 0 1 1.4 4.6l1.5-.2v2h.8v-2l1.5.2s0-2.9 1.4-4.6"/></svg>',
22
+ by: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 19.9h20.4q1.6-.1 1.8-1.8v-2.4H0v2.4q.2 1.7 1.8 1.8"/><path fill="#FF4B55" d="M24 6c0-1-.8-1.9-1.8-1.9H1.8C.8 4.1 0 5 0 6v9.8h24z"/><path fill="#F5F5F5" d="M1.8 19.9h1.5V4H1.8A2 2 0 0 0 0 6v12.2q.2 1.6 1.8 1.8Z"/><path fill="#FF4B55" d="M2.9 15h-.1v.4h.1zM.6 6.8H.4v.4h.2zM.4 8v.3h.2v.2h.2V8H1v-.5H.8v-.2H.6v.2H.5zm.2-.2h.1v.3V8H.5zm0 .8H.4V9h.2zm1.1-1.8zv.4h.1zm-.3.6v.2h-.1v.9h.3v-.2h.1v.2H2V7.4h-.3v.2h-.1v-.2zm.3.4H2v.3h-.1v-.3Zm-.1.2h-.2v-.2h.1V8Zm-1 5.4H.4v.3h.2zm0-3.1H.4v.3h.2zm1.1-1.7zV9h.1zM.6 15H.4v.4h.2zm0-3v-.2H.4v.4h.2zm0 6.8H.4v.4h.2zm2.3 0h-.1v.4h.1zm-2.3-2H.4v.4h.2zm1.1 2h-.1v.4h.1zm.8-11.4v.4h-.1v.5h.1v.2h.2v-.2h.1v-.9zm.2.6h-.1v-.2h.1zm.2-3.2h-.1v.4h.1zm-2.3 0H.4v.4h.2zm2.3 3.8h-.1V9h.1zm0-1.8h-.1v.4h.1zm-1.2-2h-.1v.4h.1zm-.6 12.9H1v.4h.1zm.3-5.7v-.2h-.2v.4h.2z"/><path fill="#FF4B55" d="M2.2 4.6v.3H2v.7h-.2v.3h-.1v-.3h-.2v-.4h-.1V5H1v-.3.3H.9v.3H.7v.4H.6V6H.4v.4h.2v.3h.1V7H1v.6h.1v-.3h.2V7h.1v-.4h.2v-.3h.1v.3H2v.7h.2v.3h.1v-.3h.2V7h.1v-.4h.2v-.3h.1v-.4h-.1v-.3h-.2v-.4h-.1V5h-.2v-.3h-.1Zm-.8 1.7zv.3H1V7v-.4H.9v-.3H.7v-.4H1v-.7h.1v.4h.2v.3h.1zm1-.7v.3h.2v.4h-.1v.3h-.2V7h-.1v-.4H2v-1h.2v-.4h.1zh.2Zm-.7 5.7h-.1v.3h.1zm0 1.1h-.1v.3h.1zM2 12v.2-.4zm0 6.8v.3h.2v.3h.1v-.3h.2v-.3h.1v-.4h.2v-.3h.1v-.4h-.1v-.3h-.2V17h-.1v-.3h-.2v-.3h-.1v.3H2v.7h-.2v.3h-.1v-.3h-.2V17h-.1v-.3H1v-.3.3H.9v.3H.7v.4H.6v.3H.4v.4h.2v.3h.1v.4H1v.6h.1v-.3h.2v-.3h.1v-.4h.2v-.3h.1v.3H2zm-.6-.7h-.1v.3H1v.4-.4H.9v-.3H.7v-.4H1V17h.1v.4h.2v.3h.1zm.5-.4H2v-.3h.2V17h.1v.4h.2v.3h.1v.4h-.1v.3h-.2v.4h-.1v-.4H2v-.7Z"/><path fill="#FF4B55" d="M1.8 11.7zh-.2v-.2h-.2v.2h.1v.4h-.1v.2h.1v-.2h.2v.1h.1v.1h.1v-.2h-.1zH2v-.2zM2.3 6h-.1v.3h.1v-.4Zm0 11.7h-.1v.4h.1zM.8 16.6v-.4H1v-.5H.8v-.2H.6v.2H.5v.9zM.6 16zv.2H.5zm.5-10H1v.3h.1v-.4Zm1.8 10.8h-.1v.4h.1zm-.9-.2v-1.1h-.3v.2h-.1v-.2h-.2v.2h-.1v.9h.3v-.2h.1v.2zm-.4-.4h-.2v-.3h.1zm.1-.2h.1v.1H2v.2h-.1V16Zm0 .8h-.1v.4h.1zm0-1.8h-.1v.4h.1zm1.2-1.6h-.1v.3h.1zm-.2 3.2v-.2h.1v-.9h-.3v.5h-.1v.4h.1v.2zm-.2-.6h.1v.1h.1v.2h-.1V16Zm.3-4v.2h.1v-.4h-.1zm.1-1.7h-.1v.3h.1z"/><path fill="#FF4B55" d="M2.9 9.6h-.1v-.4h-.2V9h-.1v-.4h-.2v-.3h-.1v.3H2v.7h-.2v.3h-.1v-.3h-.2V9h-.1v-.4H1v-.3.3H.9V9H.7v.3H.6v.3H.4v.4h.2v.4h.1v.3H1v.3-.3h.1v-.3h.2V10H1v-.4h.2v.3h.1v.5h.1v.4h-.2v.2H1v.6H.9V11H.6v-.2H.4v.6h.2v.3h.1v.3H1v.2H.7v.3H.6v.3H.4v.6h.2V13h.1v-.2H1v-.4.4h.1v.2h.2v.2h.2v.9h-.2v.4H1v-.4h.2v-.3H1v-.7H.9v.3H.7v.4H.6v.3H.4v.3h.2v.4h.1v.3H1v.7h.1v-.3h.2V15h.1v-.3h.2v-.4h.1v.4H2v.7h.2v.3h.1v-.3h.2V15h.1v-.3h.2v-.4h.1V14h-.1v-.3h-.2v-.4h-.1V13h-.2v.3h-.1v.4H2v.3h.2v.4H2v-.8h-.1v-.4H2V13h.2v-.2h.1v-.4h.2v.4h.1v.2h.2v.2h.1v-.6h-.1v-.3h-.2V12h-.1.1v-.3h.2v-.3h.1v-.6h-.1v.2h-.2v.2h-.1v.4h-.2V11H2v-.2h-.2v-.9H2v-.4h.2v.4H2v.4h.2v.3h.1v.3h.2v-.3h.1v-.3h.2v-.4h.1zM2 11.3v.3h.2v.3h.1v.2h-.1v.3H2v.3h-.2v.4h-.2v-.4h-.3v-.3H1v-.6h.1v-.3h.2v-.3h.2V11h.2v.1h.1v.3z"/></svg>',
23
+ be: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#464655" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/></svg>',
24
+ bz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M24 5.8c0-1-.9-1.7-1.8-1.7H1.8C.8 4.1 0 5 0 5.8v12.4c0 1 .9 1.7 1.8 1.7h20.4q1.6-.2 1.8-1.7z"/><path fill="#41479B" d="M24 5.8H0v12.4h24z"/><path fill="#F5F5F5" d="M12 17.4a5.4 5.4 0 1 0 0-10.8 5.4 5.4 0 0 0 0 10.8"/><path fill="#82AFFF" d="m11 14.8-.9.2s-.2 0-.2-.2v-.3h1zm2 0 .9.2s.2 0 .2-.2v-.3h-1z"/><path fill="#965032" d="M11.8 9.2h-.2l-.2-.3h.1l.2.2h.1zM10.4 9l.2.5h.1z"/><path fill="#965032" d="M12.2 11.2 12 11l-.1-.3v-.4l-.2-.1h-.4L11 10v-.3l.2.2h.3l.3.2v.4q0 .2.2.3l.1.1v-.6q0-.2-.2-.4l-.1-.6v-.5.5l.2.5q.2.2.2.5z"/><path fill="#965032" d="M12 10.9h-.3s-.2 0-.2-.2v-.1l.2.2h.2Zm-.3-.6zl.8-1.6h-.1zm1-.2h-.6V10zv-.6h.1z"/><path fill="#73AF00" d="M11.6 10.7H11l-.3-.2q0-.3.3-.3h.5q.2 0 .2.3t-.2.2Zm1.2 0h-.5l-.3-.2q0-.3.3-.3h.5q.2 0 .2.3t-.2.2"/><path fill="#73AF00" d="M13.3 10.2h-.7l-.3-.2q0-.3.3-.3h.7q.2 0 .2.3t-.2.2m.2-.7h-1.2l-.3-.2q0-.3.3-.3h1.2q.2 0 .2.3zm-.7-.7h-.4l-.2-.2q0-.3.2-.3h.4q.2 0 .2.3t-.2.2m-2.3.4zl-.3-.3q0-.2.3-.2h.1q.3 0 .3.2t-.3.3m1.2-.2h-.5l-.2-.2q0-.3.2-.3h.5q.3 0 .3.3t-.3.2m-.1.9h-1l-.3-.3q0-.2.2-.2h1q.3 0 .3.2t-.2.3m3 3.6H9.4q-.3 0-.3.3t.3.3h1.4q0 .4.3.4H13q.2 0 .3-.4h1.4q.3 0 .3-.3t-.3-.3Z"/><path fill="#BE7855" d="M15.4 10.4zl-1.7-.8v-.1l-1-.4h-.1v.2l.8.5h.3l.9.4.6.4s0 .1.1 0q.2 0 .2-.2"/><path fill="#FFBE3C" d="M9.7 13.7v.3h-.3v-.3zm.5-.1v.2h.7l-.5-.2z"/><path fill="#EAF3F5" d="M9.7 11.2s-.2.3-.2 1.4l-.1 1 .1.2h.2l.2-.1s-.1-1 .1-1.6l.2.4v1l.4.1s0-2-.2-2.4z"/><path fill="#965032" d="M9.7 11v.2s.4.2.7 0v-.1zm-.5-.8q-.5.1-.6.4.1.2.2.1l.2-.2.5-.3 1.4-.7v-.1z"/><path fill="#FFBE3C" d="M9.8 9.3zl.1.5v.1l-.5.3v.3h-.2v-.3l-.2.2s0 .5.3.6q0 0 .3-.3v.3s.4.1.8 0v-.3s0 .5.3.4c0 0 .6-.2.5-.3q-.4-.2-.5 0V10l-.4-.1v-.4l-.1-.3h-.4Z"/><path fill="#464655" d="M9.8 9.4h.4v.2h.1s.1-.4 0-.4h-.2q-.3 0-.3.2"/><path fill="#965032" d="M14.3 13.7v.3h.3v-.3zm-.5-.1v.2H13l.5-.2h.2Z"/><path fill="#EAF3F5" d="M14.3 11.2s.2.3.2 1.4l.1 1-.1.2h-.2l-.1-.1s0-1-.2-1.6l-.2.4v1l-.4.1.2-2.4z"/><path fill="#BE7855" d="M14.3 11v.2s-.3.2-.7 0v-.1z"/><path fill="#965032" d="M14.2 9.3zl-.1.5v.1l.5.3v.3h.2v-.3l.2.2s0 .5-.3.6l-.3-.3v.3s-.4.1-.8 0v-.3s0 .5-.3.4c0 0-.6-.2-.5-.3q.4-.2.5 0l.1-.8.3-.1v-.4q.1-.3.2-.3z"/><path fill="#464655" d="M14.2 9.4h-.4v.2h-.1s-.1-.4 0-.4h.3q.2 0 .2.2"/><path fill="#EAF3F5" d="M10.5 9.6zl.3-.1v.1l.3.3s-.2.3-.5.2v-.4Z"/><path fill="#82AFFF" d="M10.8 10.9v1.5c0 .4 0 1.6 1.2 2 1.1-.4 1.3-1.6 1.3-2V11l-.1-.1z"/><path fill="#FFE15A" d="M13.3 12.4V11l-.1-.1H12V12l1.1 1.1q.3-.5.2-.8Z"/><path fill="#EAF3F5" d="M10.7 12.4V11l.1-.1H12V12l-1.1 1.1q-.2-.5-.2-.8Z"/><path fill="#8C5A28" d="m11.2 13.2.3.3h.9l.1-.2h-.8z"/><path fill="#F5F5F5" d="M11.6 12.8v.4h-.3z"/><path fill="#8C5A28" d="M12 12.6v.8zm.3.1v.7zm-.6 0v.7z"/><path fill="#F5F5F5" d="M12 13.3zh.2Zm0-.3h.2Zm0-.1v-.2h.2v.2Zm.4.4h-.2v-.1zm0-.3h-.2zm0-.1h-.2v-.1zm-.6.4h-.2v-.1zm0-.3h-.2zm0-.1h-.2v-.1z"/><path fill="#FF4B55" d="M11.7 12.7h-.2zm.3-.1h-.2z"/><path fill="#4173CD" d="M13 13.5h-2v.1z"/><path fill="#73AF00" d="M13 13.6h-2l.4.4h1.2z"/><path fill="#FFE15A" d="m11.4 14 .6.3.6-.3z"/><path fill="#BE7855" d="M11.8 12.2V12l-.1-.1-.2-.2h-.1l-.1-.2h-.1l-.1-.1-.2-.2q-.2-.2 0-.2h.2l.2.2v.1l.1.2.2.2.1.1h.1v.1h.1z"/><path fill="#965032" d="M11 12.3zl.6-1 .1.2z"/><path fill="#F5F5F5" d="m11.4 11.3.3.2.2-.1-.3-.3z"/><path fill="#965032" d="m12.3 11.3.8 1s.1 0 0-.1z"/><path fill="#EAF3F5" d="M12 11.4s.3 0 .4-.2l.1.2s-.2.1-.2.3q-.1 0-.2-.3Z"/><path fill="#965032" d="M13 11.3s-.1-.1 0-.2zm-.7.7zH12h.2Z"/><path fill="#EAF3F5" d="m13 11.2-.8.8.2.2.8-.8z"/><path fill="#FFBE3C" d="M9.1 10.1s.1 0 0 .1l-.2.2s-.1-.2.2-.3"/><path fill="#965032" d="M15 10.2zl.2.2z"/><path fill="#464655" d="M13.2 10.9v1.5c0 .4 0 1.6-1.2 2-1.1-.4-1.3-1.6-1.3-2V11l.1-.1zm0-.1h-2.4s-.2 0-.2.2v1.4q0 .2.3 1 .3.7 1 1h.1q.8-.3 1.1-1 .4-.8.3-1V11z"/><path fill="#EAF3F5" d="M14 14.3q-.5 0-1 .2-.7.4-1 .3-.3 0-1-.3-.5-.3-1-.2v.4q.3-.2.9.1.9.5 1.1.4.3.1 1.1-.4.6-.4 1-.1z"/><path fill="#965032" d="M12 16.3a4.4 4.4 0 1 1 0-8.8 4.4 4.4 0 0 1 0 8.8m0-8.6a4.2 4.2 0 1 0 0 8.4 4.2 4.2 0 0 0 0-8.4"/><path fill="#73AF00" d="M7.2 12.3s0-.6.5-.6q0 .2-.2.3z"/><path fill="#73AF00" d="M8.2 12.3s0-.6-.5-.6q0 .2.2.3zm8.6-.6s0 .6-.5.6q0 0 .2-.3zm-1 0s0 .6.5.6q0 0-.2-.3zm-3.5 5.1s-.6 0-.6-.5q0 0 .3.2zm0-1s-.6 0-.6.5q0 0 .3-.2zm-.6-8.6s.6 0 .6.5q0 0-.3-.2z"/><path fill="#73AF00" d="M11.7 8.2s.6 0 .6-.5q0 0-.3.2zm-2.9 7.4s-.4-.4 0-.7zm.7-.7s-.4-.4-.7 0zm5.7-6.5s.4.4 0 .8q0 0 0-.4zM14.5 9.1s.4.4.7 0zm1.1 6.1s-.4.4-.8 0q0 0 .4 0zM14.9 14.5s-.4.4 0 .7zM8.4 8.8s.4-.4.8 0q0 0-.4 0zM9.1 9.5s.4-.3 0-.7zM7.7 14s-.2-.4.2-.6q0 0 0 .4l-.2.3Z"/><path fill="#73AF00" d="M8.6 13.7s-.2-.5-.7-.3q0 .1.3.2zm7.7-3.7s.2.4-.2.6v-.3l.2-.4Zm-.9.3s.2.5.7.3q0-.1-.3-.2h-.4Zm-1.4 6s-.4.2-.6-.2h.3l.4.2Zm-.3-.9s-.5.2-.3.7q.1 0 .2-.3v-.4ZM10 7.7s.4-.2.6.2h-.3l-.4-.2Z"/><path fill="#73AF00" d="M10.3 8.6s.5-.2.3-.7q-.1 0-.2.3zm.1 7.9s-.5-.2-.3-.6q.1 0 .2.2zm.4-.9s-.5-.2-.7.3h.4q.2-.3.3-.3m2.8-8.1s.5.2.3.7q-.1 0-.2-.3z"/><path fill="#73AF00" d="M13.2 8.4s.5.2.7-.3l-.4.1zm3.3 5.2s-.2.5-.6.3q0-.1.2-.2zm-.9-.4s-.2.5.3.7l-.1-.4zm-8.1-2.8s.2-.5.6-.3q0 .1-.2.2zm.9.4s.2-.5-.3-.7v.4q.3.2.3.3m-1 2.4s-.2-.5.3-.6v.3zm.9-.2s0-.5-.6-.4q0 .1.3.2zm8.3-2.2s.2.5-.3.6v-.3zm-.9.2s0 .5.6.4q0-.1-.3-.2zm-2.5 5.7s-.5 0-.6-.4h.3zm-.2-1s-.5 0-.4.6q.1 0 .2-.3zm-2.2-8.3s.5-.2.6.4q0 0-.3-.2zm.2.9s.5 0 .4-.5q-.1 0-.2.2zm-1.4 7.8s-.5-.2-.2-.7q.1 0 .1.3z"/><path fill="#73AF00" d="M10.1 15.3s-.4-.3-.7.1q0 .2.3 0zm4.3-7.4s.5.3.2.7q-.1 0-.2-.3zm-.5.8s.4.3.7-.1h-.3zm2.2 5.7s-.3.5-.7.2q0-.1.3-.1zm-.8-.5s-.3.4.1.7v-.3zM7.9 9.6s.2-.5.7-.2q0 .1-.3.2zM8.7 10.1s.3-.4-.1-.7q0 0 0 .4zm-.5 4.8s-.3-.4 0-.7q.1 0 .1.3zM9 14.3s-.3-.4-.7-.1q0 .1.3.1zm6.8-5.2s.3.5 0 .8q-.1 0-.1-.4zm-.8.6s.3.4.7.2q0-.1-.3-.2zm-.1 6.1s-.5.4-.7 0q0-.1.3-.1zm-.6-.8s-.4.3-.1.7l.1-.3zM9.1 8.2s.4-.3.7.1h-.3zm.6.8s.4-.3.1-.7l-.1.3zm1.6 7.8s-.5-.1-.4-.6q0 0 .3.2zm.2-1s-.5-.1-.6.4l.3-.1zm1.2-8.5s.5 0 .4.6q0 0-.3-.3zm-.2.9s.5.2.6-.3h-.3zm4.2 4.5s0 .5-.5.4q0-.1.2-.2zm-.9-.2s-.2.5.4.6q0 0-.2-.3zm-8.5-1.2s0-.5.5-.4q0 0-.2.3zM8.2 11.5s.1-.5-.4-.6q0 0 .2.3z"/></svg>',
25
+ bj: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M24 6c0-1-.8-1.9-1.8-1.9H1.8C.8 4.1 0 5 0 6v6h24z"/><path fill="#FF4B55" d="M1.8 19.9h20.4q1.6-.1 1.8-1.8V12H0v6c0 1 .8 2 1.8 2Z"/><path fill="#73AF00" d="M1.8 19.9H8V4H1.8A2 2 0 0 0 0 6v12.2q.2 1.6 1.8 1.8Z"/></svg>',
26
+ bm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><g clip-path="url(#a)"><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#41479B" d="M0 6v5.6q0 .3.4.4h11.2q.3 0 .4-.4v-7q0-.5-.4-.5H1.8C.8 4.1 0 5 0 6"/><path fill="#F5F5F5" d="M7 6.6V4.1H5v2.5L1.3 4.2a2 2 0 0 0-1 .8l3 2H0v2.1h3.3L0 11.3v.3q0 .4.4.4h.7L5 9.5V12h2V9.5l4 2.5h.7q.3 0 .4-.4v-.3L8.7 9H12V7H8.7L12 4.8v-.3q0-.5-.4-.5h-.7z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5zM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1zM4.2 9.1 0 11.8l.3.2L5 9.1zm7.8 2.5L8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#F5F5F5" d="M15 8.2zv5.5c0 .4.3 1.9 3.1 2.3 2.8-.4 3.1-1.9 3.1-2.3V8.3l-.1-.1z"/><path fill="#73AF00" d="M18 16.1c2.3-.3 3-1.4 3-2h-6c0 .6.7 1.7 3 2"/><path fill="#82AFFF" d="M20 11.3v-.5h-4v.8h.2l.3.5 1.5.8 1.5-.8.3-.5h.3s0-.2-.2-.3Z"/><path fill="#F5F5F5" d="M19.5 12s-.1-.1-.4 0q0-.2-.3-.2-.1-.2-.5.1s-.5 0-.5.3l.8 1.2h1l.3-.5-.4-.5z"/><path fill="#F0C850" d="m18 12.4-.7-1.1q-.2-.1-.5 0s-.5 0-.4.3l.1.7-.2.4-.3.2.2.5h1.7z"/><path fill="#965032" d="M18.8 12zh-.1l-.4.1-.3-.6v-.1h-.2v-.2h-.1v.4l.1.7v.4l-.6-.8v-.1l-.2-.2v.2s-.1 0 0 .1l.2 1.5H17v.5l.9.3 1.1-.6.1-.3zm-.1 0h-.1Zm-.6.2zm0 0-.1.1Zm.2 0V12Zm.1-.2h.1v.1Zm-.5-.6.4.6-.2.1zm-.1 0 .2.7-.1.1zm0 .9zm-.6-.6.5 1-.1.2-.5-1.2Zm-.2 0 .5 1.3-.2.1z"/><path fill="#FF4B55" d="m20 10.6-.1-.1h-.2q-.2.1-.2.2H19v-.2h-.2v-.2q0-.1 0-.2 0 0 0-.2h-.1l-.1-.2h.3v-.2q-.2 0-.2 0v-.2h-.1q0-.4 0-.4h-.1v-.1h-.2v-.2h-.1l-.2-.1-.2.1h-.1v.2h-.2v.1h-.2l.1.4h-.2v.2q.1 0 0 0 0 0 0 .2 0 0 .2 0 0 .2-.1.2h-.2l.1.2s.1.1 0 .1v.3H17v.2h-.4l-.1-.2h-.6v.3l.3.2.3.1 1-.4.5.1.5-.1 1 .4.3-.1.2-.2q0 0 0-.2"/><path fill="#F5F5F5" d="M17.7 9s0 .2.2.1q0 0-.2 0Z"/><path fill="#FF4B55" d="M17 14.2h-.3q-.2.2-.3.1-.2.1-.2.2-.2 0-.2.2.1.3.2.1 0 .2.2.2t.2-.2l.1.2q.3 0 .2-.3 0 0 .4-.3z"/><path fill="#82AFFF" d="M16.2 14.8s-.1 0 0 .2q-.2 0-.2-.3h.2Zm.3.2v.2s-.2 0-.2-.3h.2Zm.2 0zs.2 0 .2-.2z"/><path fill="#FF4B55" d="M16.5 12.1c0-.1-.9-.2-.8.6h-.2q0 .2-.2.1 0 .1.3.2h-.1v.5s.2 0 .2-.2V13v.5s.3 0 .2-.2V13s.2.2.1.4v-.5s.6-.3.5-.8m2.5 2.1h.3q.2.2.3.1.3.1.2.2c-.1.1.3 0 .2.2q-.1.3-.2.1 0 .2-.2.2t-.2-.2l-.1.2q-.2 0-.2-.3 0 0-.4-.3z"/><path fill="#82AFFF" d="M19.8 14.8s.1 0 0 .2q.2 0 .2-.3h-.2Zm-.3.2v.2s.2 0 .2-.3h-.2Zm-.2 0zs-.2 0-.2-.2z"/><path fill="#FF4B55" d="M19.5 12.1c0-.1.9-.2.8.6h.2q0 .2.2.1 0 .1-.3.2h.1v.5s-.2 0-.2-.2V13v.5s-.3 0-.2-.2V13s-.2.2-.1.4v-.5s-.6-.3-.5-.8"/><path fill="#FFE15A" d="m19.8 10.9-.3.1-.7-.3h-1.6q-.3.3-.7.3l-.2-.1h-.1q0 .2.2.3h.1q.5 0 .8-.4h.3v.1q-.2 0 0 0v.1h1v-.2l-.1.1v-.1h.3q.3.3.8.4l.4-.2v-.1Z"/><path fill="#82AFFF" d="M16.1 11v-.3H16zm.1-.1s.1-.1 0-.2q0 0 0 .2m.2-.1zl-.1.2z"/><path fill="#82AFFF" d="M16.4 10.9h-.2zq0-.1 0-.1"/><path fill="#F5F5F5" d="M18.3 9s0 .2-.2.1q0 0 .2 0Z"/><path fill="#82AFFF" d="M19.9 11v-.3h.1zm-.1-.1s-.1-.1 0-.2q0 0 0 .2m-.2-.1zl.1.2z"/><path fill="#82AFFF" d="M19.6 10.9h.2zq0-.1 0-.1"/><path fill="#464655" d="M18 9.3q0 .2 0 0m-.1.3h-.1v-.2.1zv-.2h.1v.2Zm.2 0-.1-.1v-.2.2zs.1 0 0 0l.1-.1v.1Z"/><path fill="#F5F5F5" d="M18.9 13.3s-.2-.3-.4 0q-.2.3-.6.3h-.2v-.3c0-.3-.5-.2-.6 0 0 0 .2-.4-.3-.2q0-.2-.3-.2l-.2.2H16l.3.9h.5l.1.2.7.4.1.2h.4s0-.2.2-.3q.5 0 .7-.4V14h.4l.3-.5.2-.6c-.1 0-1-.1-1.1.4Zm1.1-.4"/><path fill="#FFE15A" d="M17.3 14.3q-.2-.1-.3-.2V14h.2v-.2H17v-.2h-.2l-.1.2h.1v.2l-.3-.1-.4-1q.5-.3.5-.8t-.4-.7h-.3l-.1.2.1.2h.2v-.2H16h.1q.3 0 .3.6.1.2-.4.6v.1l.3 1q.1.3.4.2h.2zq.6.3.5.4l-.1-.1s-.1 0 0 .2h.1l.2-.1q-.1-.4-.6-.5m1.4 0q.2-.1.3-.2V14h-.2v-.2h.2v-.2h.2l.1.2h-.1v.2l.3-.1.4-1a1 1 0 0 1-.5-.8q0-.5.4-.7h.3l.1.2-.1.2h-.2v-.2h.1-.1q-.3 0-.3.6-.1.2.4.6v.1l-.3 1q-.1.3-.4.2H19zq-.6.3-.5.4l.1-.1s.1 0 0 .2h-.1l-.2-.1q.1-.4.6-.5Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>',
27
+ bt: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF6E55" d="M1.8 19.9h20.4q1.6-.1 1.8-1.8V5.9q0-.8-.6-1.3L.6 19.4q.6.5 1.2.5"/><path fill="#FFE15A" d="M.6 19.4 23.4 4.6a2 2 0 0 0-1.2-.5H1.8C.8 4.1 0 5 0 6v12.2q0 .8.6 1.3Z"/><path fill="#FFF5DC" d="M13.2 8.3h-.5l.4.2h-.5c-.6 0-1 .5-1 .5q.4-.3.9-.1l1.1-.2v-.3s-.2-.1-.4 0Z"/><path fill="#FFF5DC" d="m13.9 7 .7.2H14l.4.1-.2.2c-.3-.4-.8-.1-.8-.1q.8.1.7.4l-.3-.1c-.7-.4-1-.1-1-.1l.8.1q-.2 0-.1.3-.7-.1-1.1-.1c-.4 0-.3.5-.3.5s0-.3.3-.3l1.3.2.3-.1V8s-.3-.1-.2-.3q.3.1.3.2l.1-.1.3-.1.1-.3.2.3h.2s0-.2-.3-.4q.3 0 .5.4h.4s-.7-.8-1.7-.8Zm3.8 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m-1.2 4.3a.7.7 0 1 0 0-1.3.7.7 0 0 0 0 1.3m-5.1-.4a.5.5 0 1 0 0-1.1.5.5 0 0 0 0 1Zm-1.2 2.5a.6.6 0 1 0 0-1.2.6.6 0 0 0 0 1.2M16 9.2l1.4.5c.4.2 1-.4 1.5 0q0-.1-.5-.2 0-.2-.3-.3.2 0 .1.3 0-.1-.3-.2.1 0 .1.2-.1.1-.5 0c-.1 0-1.3-.7-1.7-.7z"/><path fill="#F5F5F5" d="M15.7 9.5s.3 0 .6.5q.4.2.6-.2c-.1-.3-1-.5-1-.5z"/><path fill="#FFF5DC" d="m17.5 8.8-.4.1s0 .4-.3.5l-.2.5.3-.4h.2v.7s.2-.2.2-.5v-.3q.1.3.2.3-.1-.3.1-.5 0-.3 0-.4Zm1.2-.7q-.3 0-.5.2H18l.3-.1q0-.3.4-.2c.4.1.2-.3.2-.3l-.3.1q-.2 0-.5.2H18v-.2q.1-.1.2-.5 0-.2.2-.3l.1-.3-.4.3q0 .2 0 .4-.4 0-.4.4l-.1.3s-.4.3 0 .4.9-.3 1.1-.3l.7-.1h-.6ZM13 11.8l-.8-.7v.2L12 11l-.4-.3.2.4-.7.1s-.1-.3-.3-.3v.3c-.1.1 1 .6 1.1.6h1Zm.6-1.1zl-.1-.5-.5-.7q0-.4-.2-.2c-.4.2-.6.7-.6.7l.4-.2v.3q-.3.3-.2.3l.5-.3v.5l.2-.2.2.6-.4.1h.2l.4.2v.2h-.5s.2.3.4.3l.5-.2zm-3.8 4.7-.3.2v-.2H9s.2 0 .2-.2l.1-.1-.2-.2h.5q.2.4.1.5Zm3.9-1.7-.3.2v-.2s-.2.1-.4 0l.2-.1.1-.2-.2-.1s.3-.2.5 0 .1.4.1.4m2.4-2.1v.3H16l-.1.3v-.3q-.2 0-.1-.1h-.3s0-.3.3-.3z"/><path fill="#FF6E55" d="m16.8 14.1.2.1z"/><path fill="#FFF5DC" d="M8.7 14.8s-.6 1-1.4 1.2l.3-.4-.8.4.5-.6s-1 1-2.4 1.2c0 0 1-.6 1.2-.9l-1 .2s1.4-.5 1.6-.7q-.2 0-.8 0l1.3-.3-1-.2s.6-.2 1.4 0l-.2-.2 1-.1c.4 0 .1-.1.1-.1v-.1h-.4l.9-.6q.1-.2 0-.1l-.5.1.5-.6h-.6l.5-.3.4-.5-.3.1.4-.5H9l.5-.2q0-.2.6-.3.2-.1.2-.5 0 0 .3.2l.3.2-1 .8-.6 2.3z"/><path fill="#F5F5F5" d="M18 10.4c.4.4 0 .5 0 .5q-.2-.6-.4-.4l.1.3c-.6 0-.5-.5-.5-.5l-.3.4s-1.6.5-2.7-1l.1-.5-.7-.5-.8.1s-.4.8 0 1.3q.9.8.9 1.4-.2.3-.5.3l-.5-.2c-.5-.2-1.6-.7-2.5-.3q-1 .7-1 1.6c-.2.4-.5 1.6-2.8 2.7v.2c1-.3 2.4-.7 2.8-1.2h.4l-.2.5s.5.2.5.8c0 0-.7.2-.3.9 0 0 0-.5.6-.5l.4.2v.3s.6-.1.1-.7c0 0 .5-.2.6.5 0 0 .3-1-.8-1q0 0-.3-.5 0 0 0-.4v-.2h.3s.2.3.8.3c0 0-.5-.2-.4-.6s.5-.5.7-.4c0 0 0-.4-.8-.1 0 0 0-.4.4-.4 0 0-.6-.5-.8.4h-.2a1 1 0 0 1 .4-1.4c.7-.3 1.5.4 2.9.5 0 0-.1.8.3 1l1.6.4c0 1.2.8 1 .8 1a.6.6 0 0 1-.2-1c.4-.4 1 0 1 0 0-.6-.8-.5-.8-.5.1-.4.6-.5.6-.5-.7-.2-1.3.5-1.3.5l-1.1-.3.2-.5q.5-.6.4-1.4s.4-.3.8 0 1.2-.3 1.2-.3c.4.5 1.3.4 1.4-.2s-.3-.6-.3-.6Z"/><path fill="#F5F5F5" d="M16.9 9q-.5-.2-.8 0-.1.7-.7.6c-.5 0-.7.4-1 .3q.1 0 .3-.2l.3-.4V9s-.5 0-.7.2c-.2.1-.8-.1-.8-.1v-.7s.6-.7 1.2-.7h1.1q.4.1.8.4.8-.1 1.2.1l-.3.6q0 .6-.6.2"/><path fill="#FFF5DC" d="M15 8.8s-.4.2-.7.1h-.7s.5 0 .7.2q.5.1.8 0z"/><path fill="#FFF5DC" d="m15.1 9.3-.6.2h-.6s.2-.2.5-.2.4-.2.4-.2h.3z"/><path fill="#FFF5DC" d="M15.3 9.5a.4.4 0 1 0 0-.9.4.4 0 0 0 0 .9"/><path fill="#FFF5DC" d="M15.1 8.7s-.2-.2-.6-.1H14s.2.2.5.2.5.2.5.2zm1.4-.5.2-.2q0-.3-.3-.1-.2 0 0 .3v.1Zm-.4.5.2-.3v-.1q-.3-.2-.4 0v.3z"/></svg>',
28
+ bo: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 19.9h20.4q1.6-.1 1.8-1.8v-3.5H0v3.5q.2 1.7 1.8 1.8"/><path fill="#FF4B55" d="M24 6c0-1-.8-1.9-1.8-1.9H1.8C.8 4.1 0 5 0 6v3.5h24z"/><path fill="#FFE15A" d="M24 9.4H0v5.2h24z"/><path fill="#73AF00" d="M11.5 9.7zl-.1.4v.3l.1.2.4.3h.5l.4-.5v-.3l-.1-.5v-.1l.2.1s.2.2.2.5v.4l-.2.4-.6.3h-.7a1 1 0 0 1-.5-1.1q0-.4.2-.5z"/><path fill="#FF4B55" d="M11.9 13.8v.6q0 .2-.1 0h-.1v-.6z"/><path fill="#FFE15A" d="M11.6 13.7v.5z"/><path fill="#73AF00" d="M11.5 13.7v.3z"/><path fill="#FF4B55" d="M12.1 13.8v.6q0 .2.1 0h.1v-.6z"/><path fill="#FFE15A" d="M12.4 13.7v.5z"/><path fill="#73AF00" d="M12.5 13.7v.3z"/><path fill="#FF4B55" d="m12.5 11.8 1.2-.8v1.7a1 1 0 0 1-1.4.7l-.6-.4v-1.2z"/><path fill="#FFE15A" d="M13.2 11.3v1.2a1 1 0 0 1-1 .8l-.5-.3v-1.2h.8z"/><path fill="#73AF00" d="M13 11.5v.8a1 1 0 0 1-1.2.8h-.1v-1.3h.8z"/><path fill="#F5F5F5" d="m13.7 10.8.5-.2-.3.4h-.2z"/><path fill="#FF4B55" d="m13.1 12.3 1.2-.8v1.7a1 1 0 0 1-1.4.8l-.6-.4v-1.3z"/><path fill="#73AF00" d="M13.6 12v.8a1 1 0 0 1-1.1.9l-.2-.1v-1.3h.8z"/><path fill="#F5F5F5" d="m14.4 11.3.4-.2-.3.4h-.2z"/><path fill="#FF4B55" d="m12.8 12.1 1.2-.8V13a1 1 0 0 1-1.4.7l-.6-.3V12z"/><path fill="#FFE15A" d="M13.6 11.6v1.2a1 1 0 0 1-1.1.8l-.5-.2V12h.8z"/><path fill="#73AF00" d="M13.2 11.8v.8a1 1 0 0 1-1 .8H12V12h.8l.4-.3Z"/><path fill="#F5F5F5" d="m14 11 .5-.1-.3.4H14z"/><path fill="#FF4B55" d="m11.5 11.8-1.2-.8v1.7a1 1 0 0 0 1.4.7l.6-.4v-1.2z"/><path fill="#FFE15A" d="M10.8 11.3v1.2a1 1 0 0 0 1 .8l.5-.3v-1.2h-.8z"/><path fill="#73AF00" d="M11 11.5v.8a1 1 0 0 0 1.2.8h.1v-1.3h-.8z"/><path fill="#F5F5F5" d="m10.3 10.8-.5-.2.3.4h.2z"/><path fill="#FF4B55" d="m10.9 12.3-1.2-.8v1.7a1 1 0 0 0 1.4.8l.6-.4v-1.3z"/><path fill="#73AF00" d="M10.4 12v.8a1 1 0 0 0 1.1.9l.2-.1v-1.3h-.8z"/><path fill="#F5F5F5" d="m9.6 11.3-.4-.2.3.4h.2z"/><path fill="#FF4B55" d="m11.2 12.1-1.2-.8V13a1 1 0 0 0 1.4.7l.6-.3V12z"/><path fill="#FFE15A" d="M10.4 11.6v1.2a1 1 0 0 0 1.1.8l.5-.2V12h-.8z"/><path fill="#73AF00" d="M10.8 11.8v.8a1 1 0 0 0 1 .8h.2V12h-.8l-.4-.3Z"/><path fill="#FFBE5A" d="m10.6 13.7-.1-.2v-.3l2.3-2.1.3.3-2.2 2.3z"/><path fill="#FFBE5A" d="M10.6 13.7a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2"/><path fill="#F5F5F5" d="m13 11.2-.2-.1v.2h.3z"/><path fill="#FFBE5A" d="m13.4 13.7.1-.2v-.3l-2.3-2.1-.3.3 2.2 2.3z"/><path fill="#FFBE5A" d="M13.4 13.7a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2"/><path fill="#F5F5F5" d="M11.2 11.3v-.2H11v.3h.2Z"/><path fill="#FFBE5A" d="M12 13.6q.9-.1 1-1.1-.1-1-1-1.1-1.2 0-1 1 .1 1.1 1 1.2"/><path fill="#FF4B55" d="M12 11.5v.2l.2-.2v.2l.1-.1v.2l.1-.1-.1.2h.2-.2l.2.1h-.2l.2.2h-.2l.1.1h-.2l.1.1-.2-.1v.2-.2l-.1.2v-.2l-.2.2v-.2l-.1.1v-.2l-.1.1.1-.2h-.2.2-.2l.2-.1-.2-.2h.2l-.1-.1h.2l-.1-.1.2.1zv.2z"/><path fill="#73AF00" d="m13.2 12.5-.6-.1-.5-.4H12s-.2 0-.3.2l-.6.3v.6l.6.5h.8z"/><path fill="#3CC8FF" d="M12 13.8q-1.1-.1-1.2-1.3 0-1.3 1.2-1.4c1.2-.1 1.2.6 1.2 1.4q0 1.2-1.2 1.3m0-2.4q-.8.1-.9 1t.9 1.1c.9.1.9-.5.9-1q0-1-.9-1Z"/><path fill="#FFBE5A" d="M11.8 13.5zv.1h-.2zm-.3-.1zv.2h-.1zm-.3-.2zm-.2-.3h.2zv.2H11zm0-.4zs0 .1 0 0q-.1 0-.1 0zm1.2 1zH12v.1h.2zm.3-.1zv.2h.1zm.3-.2zm.2-.3h-.2zv.2h.1zm0-.4zs0 .1 0 0q.1 0 .1 0z"/><path fill="#F5F5F5" d="M11.5 13.1v.2h.1zv.1zh.1v.2-.2l.2.2v-.5.1h-.4z"/><path fill="#FFBE5A" d="M12.1 13zv.3h.2z"/><path fill="#F5F5F5" d="M12.4 12.7v.6zm0 0-.2.2v-.2H12zl-.2-.3.2.2s0-.2.2-.2v.2h.2-.3s.2 0 .2.2zv.2zM10 11l-.5-.1.3.4h.2z"/><path fill="#825546" d="m12.3 10.8 1.3-.4-.7-.2h-.6v.1h-.6l-.1-.2h-.1l-.4.1-.7.2 1.3.4v.2l-.1.3h.8l-.1-.3z"/><path fill="#F5F5F5" d="M12 10.7a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5"/><path fill="#FFBE5A" d="m12.1 10.4-.1.2h-.4l.2-.2z"/></svg>',
29
+ ba: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="M20.7 4.1V20L5 4z"/><path fill="#F5F5F5" d="m9.7 10 .3.7h.7v.1l-.6.5.3.7h-.1l-.6-.4-.7.5V12l.2-.7-.6-.5h.8zM8 8.3l.2.7H9l-.6.4.2.8-.7-.4-.6.4.2-.8-.6-.4h.7zM6.3 6.5l.2.8h.8l-.6.5.2.7v.1l-.7-.4-.6.4s-.1 0 0 0l.1-.8-.6-.4v-.1H6zM4.5 4.8l.3.7h.7q.1 0 0 .2L5 6l.2.7s0 .1-.1 0l-.6-.4-.6.5h-.1L4 6l-.6-.4v-.2h.8l.2-.7h.1Zm12.1 12.1.3.7h.7v.1l-.6.5.3.7h-.1l-.6-.4-.7.5v-.1l.2-.7-.6-.5.8-.1.2-.7zm-1.7-1.7.2.7h.8v.1l-.6.4.2.8-.7-.4-.6.4.2-.8-.7-.4v-.1h.8zm-1.7-1.8.2.8h.8l-.6.5.2.7v.1l-.7-.4-.6.4h-.1l.2-.8-.6-.4v-.1h.8zm-1.8-1.7.3.7h.7s.1.1 0 .1l-.5.5.2.7s0 .1-.1 0l-.6-.4-.6.5h-.1l.2-.8-.6-.5h.8zM2 4.1l.3.3L2 5l.7-.4.6.5V5l-.2-.7.4-.3zm17.3 15.2h-.7l-.3-.7-.3.7h-.8v.1l.6.5h1l.6-.5Z"/></svg>',
30
+ bw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#464655" d="M24 10.8H0v2.4h24z"/><path fill="#F5F5F5" d="M24 10H0v.8h24zm0 3.2H0v.9h24z"/></svg>',
31
+ br: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="M11.8 6.3 3 11.6q-.4.4 0 .8l8.7 5.3h.4l8.7-5.3q.5-.4 0-.8l-8.7-5.3h-.4Z"/><path fill="#41479B" d="M12 15.3a3.3 3.3 0 1 0 0-6.6 3.3 3.3 0 0 0 0 6.6"/><path fill="#F5F5F5" d="m9.2 10.3-.4.9c1.8-.2 4.6.3 6.3 2l.2-1a10 10 0 0 0-6.1-1.9m2.9 2.8.1.3h.3l-.2.2v.3l-.2-.1-.2.1v-.3l-.2-.1v-.1h.3zm1.1.7zh.2l-.1.1v.1h-.2v-.4h.1Zm-1.5-1.2zv.3h-.2v-.2h-.1.1zm-2.1-.1zv.2h-.2v-.1h-.1v-.1zm1.7 1.3h.2v.1zv.2h-.2zm-.9-1.4zv.2h-.2v-.1h-.1v-.1zq0-.1 0 0Zm2.9-1.9zh.2l-.1.1v.1h-.2l-.1-.2zm-3.6 1.3zv.2h-.2v-.4h.1Zm.5 1.4h.2v.1l-.1.1v.2l-.1-.1H10v-.2zm3.6.6zv.2h-.2V14zm.4-.6zv.4H14v-.2l.1-.1Z"/></svg>',
32
+ io: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M1.8 19.9h20.4q1.6-.1 1.8-1.8V5.9q-.2-1.7-1.8-1.8H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8Z"/><path fill="#41479B" d="M24 16.6c-1.2 0-1.2-.5-2.4-.5s-1.2.5-2.4.5-1.2-.5-2.4-.5-1.2.5-2.4.5-1.2-.5-2.4-.5-1.2.5-2.4.5-1.2-.5-2.4-.5-1.2.5-2.4.5-1.2-.5-2.4-.5-1.2.5-2.4.5v-1.3c1.2 0 1.2-.4 2.4-.4s1.2.4 2.4.4S6 15 7.2 15s1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4zm0-5c-1.2 0-1.2-.4-2.4-.4s-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4v-1.3c1.2 0 1.2-.4 2.4-.4s1.2.4 2.4.4S6 10 7.2 10s1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4v1.3Zm0-2.5c-1.2 0-1.2-.4-2.4-.4s-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4S6 9 4.8 9s-1.2-.4-2.4-.4S1.2 9 0 9V7.9c1.2 0 1.2-.5 2.4-.5s1.2.5 2.4.5 1.2-.5 2.4-.5 1.2.5 2.4.5 1.2-.5 2.4-.5 1.2.5 2.4.5 1.2-.5 2.4-.5 1.2.5 2.4.5 1.2-.5 2.4-.5 1.2.5 2.4.5zm0-2.5c-1.2 0-1.2-.4-2.4-.4s-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4V5.4c1.2 0 1.2-.4 2.4-.4s1.2.4 2.4.4S6 5 7.2 5s1.2.4 2.4.4S10.8 5 12 5s1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4zm0 7.4c-1.2 0-1.2-.3-2.4-.3s-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4v-1.3c1.2 0 1.2-.4 2.4-.4s1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4zm0 5c-1.2 0-1.2-.4-2.4-.4s-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4v-1.2c1.2 0 1.2-.4 2.4-.4s1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4z"/><path fill="#41479B" d="M.4 12h11.2q.3 0 .4-.4v-7q0-.5-.4-.5H1.8C.8 4.1 0 5 0 6v5.7q0 .3.4.4Z"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5l4 2.5h.7q.3 0 .4-.4v-.3L8.7 9H12V7H8.7L12 4.8v-.3q0-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2a2 2 0 0 0-1 .8l3 2H0v2.1h3.3L0 11.3v.3q0 .4.4.4"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5zM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1zM4.2 9.1 0 11.8l.3.2L5 9.1zm7.8 2.5L8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#965032" d="m18.2 18.2-.3-.3V8.7h.6V18q0 .2-.3.3Z"/><path fill="#73AF00" d="m22.2 9.9-.6-.3-2-.3 1.2-1.7.2-.6-.6.2-1.6 1.3-.3-2-.3-.7-.3.6-.2 2.1L16 7.2l-.6-.2.2.6 1.3 1.7-2.1.3-.6.3.6.2 2 .3-1.2 1.7-.2.6.6-.2 1.8-1.4.4-.7.4.7 1.8 1.4.6.2-.2-.6-1.3-1.7 2.1-.3z"/><path fill="#FFE15A" d="M19.5 13.2q-.6-.4-1.1-.1v-.2a.1.1 0 1 0-.3 0v.2q-.6-.2-1.1 0-.3.7 0 1.3v.4q0 .2.3.2h1.9s.2 0 .2-.2v-.4q.3-.7 0-1.2Zm-.2.2q0 .3-.3 1h-.6v-1zm-2.1 0h.9v1h-.7q-.3-.7-.2-1"/></svg>',
33
+ vg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><g clip-path="url(#a)"><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M7 6.6V4.1H5v2.5L1.3 4.2a2 2 0 0 0-1 .8l3 2H0v2.1h3.3L0 11.3v.3q0 .4.4.4h.7L5 9.5V12h2V9.5l4 2.5h.7q.3 0 .4-.4v-.3L8.7 9H12V7H8.7L12 4.8v-.3q0-.5-.4-.5h-.7z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5zM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1zM4.2 9.1 0 11.8l.3.2L5 9.1zm7.8 2.5L8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#73AF00" d="M18.2 8h-2.7v5c0 1 2.7 2.2 2.7 2.2s2.7-1.1 2.7-2.2V8z"/><path fill="#FF4B55" d="M16.6 11.8v-.5s.1 0 0 .2h.1v.3z"/><path fill="#FFE15A" d="M17.7 11.7h-.3l-.3-.3-.3.4h-.2l.2.1v.1h.5l.1-.2q.2 0 .2 0l-.2.1h.2v-.2Zm-.5 0-.1-.2v.1l-.1.2h-.2l.3-.4.3.4z"/><path fill="#FFC8B9" d="M18 9.4s-.2 0-.4.8l-.6.9v.3q.3 0 .2-.3l.1-.2.7-.7z"/><path fill="#F5F5F5" d="M18.4 9.3s.4 0 .5.3q-.1 0-.3.4v1.3q-1 .1-1 0l.2-1.1-.1-.3.2-.3q0-.2.3-.3z"/><path fill="#F5F5F5" d="M17.8 11.1s-.3 1.2-.2 2.8l1.5-.1s-.3-1.9-.6-2.6z"/><path fill="#FFC8B9" d="M18 8.6V9l.1.1v.1s.1.2.4 0v-.7z"/><path fill="#8C5A28" d="M18 8.5q0 0 0 .1l.3.1.1.5q.3 0 .3-.3 0-.6-.3-.5h-.5Z"/><path fill="#FFC8B9" d="m18.9 9.6.1 1s-.5.8-.4.9l-.1.2q-.3 0-.1-.3l.4-.8-.2-.8q.2-.2.3-.2"/><path fill="#FF4B55" d="M16 9v-.5s.1 0 0 .1l.1.2V9z"/><path fill="#FFE15A" d="M17 8.9q0 0-.2 0l-.3-.3-.3.4H16h.2v.2h.5l.1-.2zl-.2.2h.1l.2-.2Zm-.4 0-.1-.2v.1l-.1.2h-.2l.3-.4.3.4z"/><path fill="#FF4B55" d="M16 10v-.7s.1.1 0 .2l.1.1v.2H16Z"/><path fill="#FFE15A" d="M17 9.8h-.2l-.3-.3-.3.4H16l.2.1v.1h.5l.1-.2q.2 0 .2 0l-.2.1h.1l.2-.1v-.1Zm-.4 0-.1-.2v.1l-.1.2h-.2l.3-.4.3.4z"/><path fill="#FF4B55" d="M16 10.8v-.4s.1 0 0 .1l.1.2v.1z"/><path fill="#FFE15A" d="m17 10.7-.2.1-.3-.4-.3.4H16s0 .2.2.2v.1h.5l.1-.2zl-.2.2h.1v-.1l.2-.1Zm-.4.1-.1-.2v.1l-.1.1h-.2l.3-.3.3.3z"/><path fill="#FF4B55" d="M16 12.7v-.4s.1 0 0 .1l.1.1v.2z"/><path fill="#FFE15A" d="M17 12.6h-.2v.1l-.3-.4-.3.4H16l.2.2v.1h.5l.1-.3zl-.2.2h.1v-.1l.2-.1Zm-.4.1zl-.1-.1-.1.2h-.2l.3-.4.3.4z"/><path fill="#FF4B55" d="M16 13.7v-.5s.1 0 0 .1l.1.2v.2z"/><path fill="#FFE15A" d="M17 13.6q0 0-.2 0l-.3-.3-.3.4H16h.2v.2h.5l.1-.2zl-.2.2h.1l.2-.2Zm-.4 0-.1-.2v.1l-.1.2h-.2l.3-.4.3.4z"/><path fill="#FF4B55" d="M19.3 9v-.5.1s.1.1 0 .2z"/><path fill="#FFE15A" d="M20.3 8.9q0 0-.2 0l-.3-.3h-.1l-.3.4h-.2.2l.2.2h.4V9l.2-.1-.2.2h.2v-.2Zm-.4 0zv-.2h-.1V9h-.2l.2-.4.3.4Z"/><path fill="#FF4B55" d="M19.3 10v-.7.2s.1 0 0 .1v.2Z"/><path fill="#FFE15A" d="M20.3 9.8h-.2l-.3-.3h-.1l-.3.4h-.2l.2.1.2.1h.4l.1-.2s.2-.1.2 0l-.2.1h.2zm-.4 0zv-.2l-.1.1v.2h-.2l.2-.4.3.4Z"/><path fill="#FF4B55" d="M19.3 10.8v-.4.1s.1 0 0 .2z"/><path fill="#FFE15A" d="m20.3 10.7-.2.1-.3-.4h-.1l-.3.4h-.2s0 .2.2.2h.2v.1h.4l.1-.2zl-.2.2.2-.1zm-.4.1zv-.2h-.1v.2h-.2l.2-.3.3.3Z"/><path fill="#FF4B55" d="M19.3 11.8v-.5.2s.1 0 0 0z"/><path fill="#FFE15A" d="M20.3 11.7h-.2l-.3-.3h-.1l-.3.4h-.2l.2.1.2.1h.4l.1-.2s.2-.1.2 0l-.2.1h.2zm-.4 0zv-.2h-.1v.4h-.2l.2-.4.3.4Z"/><path fill="#FF4B55" d="M19.3 12.7v-.4.1s.1 0 0 .1z"/><path fill="#FFE15A" d="M20.3 12.6h-.2v.1l-.3-.4h-.1l-.3.4h-.2l.2.2h.2v.1h.4l.1-.3zl-.2.2.2-.1zm-.4.1zv-.1h-.1v.2h-.2l.2-.4.3.4Z"/><path fill="#FF4B55" d="M19.3 13.7v-.5.1q0 .1 0 .2z"/><path fill="#FFE15A" d="M20.3 13.6q0 0-.2 0l-.3-.3h-.1l-.3.4h-.2.2l.2.2h.4l.1-.2zl-.2.2h.2zm-.4 0zv-.2h-.1v.4h-.2l.2-.4.3.4Z"/><path fill="#F5F5F5" d="M20.9 8v5c0 1-2.7 2.2-2.7 2.2S15.5 14 15.5 13V8zm.1 0h-5.7v5q0 .7 1.4 1.6 1.2.7 1.4.7h.1s.7-.2 1.4-.7Q21 13.7 21 13z"/><path fill="#F5F5F5" d="m21 13.8.8.5a4.6 4.6 0 0 1-7.2 0l.7-.5a3.7 3.7 0 0 0 5.8 0Zm0-.2v.1a3.5 3.5 0 0 1-5.6 0h-.2l-.7.5-.2.1.1.1a4.7 4.7 0 0 0 7.5 0l.1-.1-.7-.6H21Z"/><path fill="#FFE15A" d="M18.2 16.1q2.3 0 3.6-1.8l-.7-.5a3.7 3.7 0 0 1-5.8 0l-.7.5a4 4 0 0 0 3.6 1.8"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>',
34
+ bn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M24 14 .8 4.6Q0 5.1 0 6v1l24 10z"/><path fill="#464655" d="M24 18v-1L0 7v3l23.2 9.5q.8-.5.8-1.4Z"/><path fill="#FF4B55" d="M14.3 11.3v-.7q-.2-.2-.4-.6l.2-.4s-.5 0-1-.3l-.6-.2v-.4l-.3-.1h-.1v-.2h.7l-.2-.4.2-.4H12v-.2h-.2v1.2h-.1l-.2.1-.1.4-.7.3-.9.2.3.3v.1l-.5 1.2v.7l.3.7a2 2 0 0 0 1.7 1l.3.1h.4a2.3 2.3 0 0 0 2-2.3zM11 12.6l-.4-.4-.4-1v-.5l.3-.5q.7.4 1.2.1v.4q.2 0 .2.5 0 .3-.2.4v.2q.4.8 0 1.1zm3-1.4-.1.5q0 .3-.3.5a2 2 0 0 1-1.1.7q-.4-.3 0-1v-.3l-.2-.4q0-.5.2-.5v-.4q.5.3 1.2-.1z"/><path fill="#FF4B55" d="M12 14.1q-1 0-1.8-.7h-.3l-.7.9q0 .1 0 .2h.5l.6.3h.3l.2-.4a3 3 0 0 0 2.4 0l.2.3h.3l.6-.2h.4q.3-.1.1-.2l-.7-.9h-.3q-.7.6-1.8.7m-2.7-.8h-1l.3-1.7s-.7-.3-.6-1.3q0-.2.2-.2h.2s.2 0 .2.2.2.6.5.8zm5.4 0h1l-.3-1.7s.7-.3.6-1.3q0-.2-.2-.2h-.2s-.2 0-.2.2-.2.6-.5.8z"/><path fill="#FFE15A" d="M9.4 13.5H8.3a.1.1 0 0 1 0-.2h1.1a.1.1 0 1 1 0 .2m6.3 0h-1.1a.1.1 0 1 1 0-.2h1.1a.1.1 0 1 1 0 .2"/></svg>',
35
+ bg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M1.8 19.9h20.4q1.6-.1 1.8-1.8v-3.5H0v3.5q.2 1.7 1.8 1.8"/><path fill="#F5F5F5" d="M24 6c0-1-.8-1.9-1.8-1.9H1.8C.8 4.1 0 5 0 6v3.5h24z"/><path fill="#73AF00" d="M24 9.4H0v5.2h24z"/></svg>',
36
+ bf: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8V12h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#73AF00" d="M0 18.2q.2 1.6 1.8 1.7h20.4q1.6-.1 1.8-1.8V12H0z"/><path fill="#FFE15A" d="m12.1 9.7.5 1.6h1.7q.2 0 0 .3l-1.3 1 .5 1.5q0 .2-.2.2l-1.3-1-1.3 1q-.3 0-.2-.2l.5-1.6-1.4-1 .1-.2h1.7l.5-1.6z"/></svg>',
37
+ bi: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8v12.4q.2 1.4 1.7 1.7h20.6c1 0 1.7-.9 1.7-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M1.9 4.1 12 10.8 22.1 4H2Zm20.2 15.8L12 13.2 1.9 20H22Z"/><path fill="#F5F5F5" d="m22.2 4.1-7.8 5a4 4 0 0 0-4.8 0l-7.7-5h-.1Q.5 4.2 0 5.4L8.4 11a4 4 0 0 0 0 2.2L.1 18.6q.4 1.1 1.6 1.3h.2l7.7-5a4 4 0 0 0 4.8 0l7.7 5h.2q1.3-.1 1.6-1.3L15.6 13a4 4 0 0 0 0-2.2l8.3-5.5q-.4-1.2-1.7-1.3Z"/><path fill="#FF4B55" d="M11.7 10.8h-.5l.3-.5-.3-.4h.5l.3-.5.3.5h.5l-.3.4.3.5h-.5l-.3.5z"/><path fill="#73AF00" d="m12 9.5.2.4h.5l-.2.4.2.5h-.5l-.2.4-.2-.5h-.5l.2-.4-.2-.4h.5zm0-.2-.1.2-.2.3h-.6v.2l.3.3-.2.4-.1.2h.6l.2.3.1.2.1-.2.2-.3h.7v-.2l-.3-.4.2-.3.1-.2h-.7l-.2-.3z"/><path fill="#FF4B55" d="M10.2 13.5h-.6l.3-.4-.3-.5h.6l.3-.5.2.5h.6l-.3.5.3.5h-.6l-.2.4z"/><path fill="#73AF00" d="m10.5 12.3.2.4h.5l-.3.4.3.4h-.5l-.2.4-.3-.4h-.5l.3-.4-.3-.4h.5zm0-.3-.1.2-.2.4h-.7l.1.1.3.4-.3.3v.2h.6l.2.4v.2l.2-.2.2-.4h.6l-.1-.2-.2-.3.2-.4.1-.2h-.6l-.2-.3z"/><path fill="#FF4B55" d="M13.3 13.5h-.6l.3-.4-.3-.5h.6l.2-.5.3.5h.6l-.3.5.3.5h-.6l-.3.4z"/><path fill="#73AF00" d="m13.5 12.3.3.4h.5l-.3.4.3.4h-.5l-.3.4-.2-.4h-.5l.3-.4-.3-.4h.5zm0-.3v.2l-.3.4h-.6l.1.1.2.4-.2.3-.1.2h.6l.2.4.1.2.2-.2.1-.4h.7l-.1-.2-.2-.3.2-.4v-.2h-.6l-.1-.3z"/></svg>',
38
+ bq: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8Q.2 4.2 0 6v3.5h24V5.9q-.2-1.6-1.8-1.8"/><path fill="#41479B" d="M0 18q.2 1.7 1.8 1.9h20.4q1.6-.1 1.8-1.8v-3.5H0z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/></svg>',
39
+ kh: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FF4B55" d="M24 7.9H0V16h24z"/><path fill="#F5F5F5" d="M17.5 15.1v-.5h-.2v-.4H17v-.4h-.2v-.4h-.6v-1.2l.2-.2v-.6h-.2V11H16v-.9h-.2v-.4h-.2v-.2h-.4v.2H15v.4h-.2v.3h-.2v.6h-.2v.4h-1.1v-.6H13v-.6h-.2v-.5h-.2v-.4h-.2v-.4h-.2v-.2h-.1v-.2h-.2v.2h-.1v.2h-.2v.4h-.2v.4h-.2v.5H11v.6h-.2v.6H9.7V11h-.2v-.6h-.2v-.3H9v-.4h-.2v-.2h-.4v.2h-.2v.4H8v.3h-.2v.6h-.2v.4h-.2v.6l.2.2v1.2H7v.8h-.2v.4h-.2v.5h-.2v.6h11.4v-.6h-.2Z"/></svg>',
40
+ cy: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22 4H2a2 2 0 0 0-2 2v12q.2 1.8 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/><path fill="#4E5B31" d="M11.9 18.6h-.1l-.2-.2q-.1-.3-.2-.3L11 18v-.2l.2.1h.3l.1.1.5.4H12zm-1.9-.5q-.3 0-.7-.2l.1-.1.4-.1h.2c.3 0 .3.4 0 .4m-1-.2H9v-.3l.2.1zm1.8-.2q-.9-.2-1-.5v-.4q.3-.1 1 .9m-1.2-.2H9l-.1-.2v-.1h.2q.3 0 .9.3zm-1.3 0-.9-.3h1.2q0 .2 0 .2zm-.9-.5v-.2l.1.1v.1m2 0v-.1l-.1-.1v-.1l.2.1v.2m-1 0q-.7 0-.9-.3l-.1-.2v-.1q.4-.2 1 .6m.7-.1q-.7-.1-.8-.4l-.2-.2.1-.1q.5-.2.9.7m-2.3-.2h-.4l-.4-.3.4-.1h.3q.3 0 .5.3zm1-.4-.1-.1V16H8v.2m-.7 0-.4-.3q-.4 0-.5-.6l.4.1q.2.2.5.7m.5-.1-.3-.2q-.4-.3-.6-.7v-.1h.1l.4.1zm-1.3 0q-.2 0-.3-.2V16h.1l.3.1v.1zm-.4-.5h-.4l-.2-.3-.1-.2q.7 0 .8.3v.2m.5-.5-.1-.1-.1-.3v-.5q.1 0 .2.4zm-.4 0-.4-.2-.4-.3v-.6h.2l.2.2.2.3z"/><path fill="#4E5B31" d="m11 18.6.2-.2.2-.3.3-.1h.1v-.2l-.3.1h-.2l-.2.1-.4.4h.1zm1.9-.5q.3 0 .7-.2l-.1-.1-.4-.1h-.2c-.3 0-.3.4 0 .4m1-.2h.1v-.3l-.2.1zm-1.8-.2q.9-.2 1-.5 0-.1 0-.4-.3-.1-1 .9m1.3-.2h.5l.2-.2v-.1h-.3q-.3 0-.8.3zm1.2 0 .9-.3h-1.2v.2zm.9-.5h.1v-.2h-.1zm-2 0 .1-.1v-.2l-.2.1v.2m1 0q.7 0 1-.3v-.3q-.3-.2-1 .6m-.6-.1q.6-.1.8-.4v-.2q0 0 0-.1-.4-.2-.8.7m2.2-.2h.4l.4-.3-.3-.1H16l-.5.3zm-1-.4.1-.1V16h-.2zm.7 0 .5-.3q.3 0 .4-.6l-.4.1zm-.5-.1.4-.2.5-.7v-.1l-.4.1zm1.3 0q.3 0 .3-.2V16l-.4.1zm.4-.5h.4l.3-.3v-.2q-.6 0-.7.3l-.2.2zm-.5-.5.1-.1.1-.3v-.5q-.1 0-.2.4zm.4 0 .4-.2q.3 0 .4-.3l.1-.4v-.2h-.2l-.3.2-.2.3z"/><path fill="#D57800" d="M21 4.7h-.2v.1h-.1l-.2.1h-.1V5h-.2v.1H20a.1.1 0 0 0-.2 0v.1h-.2a.1.1 0 0 0-.2.1l-.2.1v.1H19v.1H19l-.1.1h-.2l-.1.1h-.1V6H18l-.1.1-.2.2-.2.2h-.1l-.2.1-.3.2-.3.2h-.4l-.1.1h-.2l-.3.2h-.7l-.3.2h-.1l-.1.1h-.6l-.1.1h-.4l-.1.1H11l-.1-.1h-.5l-.2-.1H9.2L9 7.2l-.2-.1v.4l.1.1v1l-.2.4h-.1l-.2.2-.1.1h-.5l-.1-.1h-.1l-.1-.1h-.1L7.3 9H7V9h-.5v.1h-.2v.1H6l-.1.1-.2.2v.2l-.2.2-.2.2-.3.2h-.2l-.3-.1-.2-.1-.2-.2v-.1H4v.1l-.1.2v.2h.1v.2h.1v.1l.1.2v.4l.1.2v.2l.1.1v.1h.2v.1h.1v.3H5v.4h.2v.1l.1.1h.1l.2.2h.1q0 .1.1 0h.1v.1h.3l.2.1.1.1.2.1h.1l.3.2h.6v-.1h.6q0 0 .1 0h.3v.1h.1v.1h.1v.3H9v.2h.7l-.1-.1v-.6h.1v-.1h.1l.1-.1h.1l.1-.1.3-.1h1l.1-.1a.1.1 0 0 1 .2 0h.3l.1-.1h.1l.2-.1.2-.1v-.1h.2l.1-.1h.3v-.1h.1v-.1h.1l.1-.1h.4V12h.1l.1-.2v-.5l.1-.1V11l.2-.2h1.1l.2.2h.2l.1-.1.1-.1h.3v-.1h.7l.2.2h.1v-.3h-.1v-.1l-.4-.5h-.1l-.2-.2v-.1l-.2-.2-.2-.3H16v-.8l.1-.1v-.1h.1V8h.1V8h.8v-.1l.1-.2.1-.2.2-.2h.1l.3-.3.2-.1.5-.3.4-.2.2-.2h.2l.2-.2v-.1l.1-.1.1-.1.1-.1.6-.3h.1l.2-.1V5l.1-.1z"/></svg>',
41
+ cm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 19.9H8V4H1.8A2 2 0 0 0 0 6v12.2q.2 1.6 1.8 1.8Z"/><path fill="#FF4B55" d="M16 4.1H8V20h8z"/><path fill="#FFE15A" d="M22.2 19.9q1.6-.1 1.8-1.8V5.9q-.2-1.7-1.8-1.8H16V20h6.2ZM12 10.5l.4 1h1.2v.2l-.9.7.4 1-.2.2-.9-.7-1 .7v-.1l.3-1.1-1-.7.1-.1h1.2zq.1-.1.2 0Z"/></svg>',
42
+ ca: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M18.6 4.1H5.4V20h13.2z"/><path fill="#FF4B55" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h3.6V4zm20.4 0h-3.6V20h3.6q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8m-7.7 9.7 2.5-1.4-.6-.3-.2-.4.2-1.4-1 .3q-.4.1-.6-.3l-.1-.4-1 1.1q-.3.2-.3-.1l.4-2.5-.7.2q-.2 0-.4-.2L12 7.1l-.7 1.3q-.1.3-.4.2l-.7-.2.4 2.5q0 .3-.3.1l-1-1.1-.1.4q-.1.4-.5.3l-1-.3.1 1.4q0 .3-.2.4l-.6.3 2.5 1.4q.4.3.3.7l-.3.6 2.1-.2q.3 0 .3.2l-.1 2.3h.4V15s0-.2.2-.2l2 .2-.2-.6q0-.3.3-.7Z"/></svg>',
43
+ cv: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M24 13.2H0v1.1h24zm0 2.2H0v1.2h24z"/><path fill="#FF4B55" d="M24 14.3H0v1.1h24z"/><path fill="#FFE15A" d="M8 11v.4h.5l-.3.3.1.4-.4-.2-.3.2v-.4l-.3-.3h.5V11zm0 6.7v.4h.5l-.3.3.1.3s0 .1 0 0l-.4-.1-.3.2v-.4l-.3-.3h.5v-.4zm-2.2.3.3-.2.3.3v-.5l.3-.2h-.4L6 17l-.2.3h-.4v.1l.3.2v.4Zm.6-5.4-.3-.2-.3.2v-.4l-.3-.2H6l.2-.5.2.4h.4l-.3.3v.4Zm3 0 .4-.2.3.2v-.4l.2-.2v-.1H10l-.1-.4-.2.4h-.4l.3.3-.1.4ZM10 18l-.2-.2-.4.3.1-.5-.3-.2h.4l.1-.4.2.3h.4v.1l-.3.2zm-4.7-2.3h-.4l-.1-.4-.2.4h-.4l.3.3-.1.4.4-.2.3.2L5 16l.3-.2Zm-1.1-2h.4l.1-.4.2.3h.4v.1l-.3.2.1.4-.4-.2-.3.3v-.5zm7.5-.1h-.4l-.2-.3-.2.3h-.4v.1l.3.3v.3l.3-.2.3.3v-.5l.3-.2Zm-1.2 2.1h.4l.2-.4.2.4h.4l-.3.3v.4l-.3-.2-.3.2V16l-.3-.2Z"/></svg>',
44
+ ky: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5l4 2.5h.7q.3 0 .4-.4v-.3L8.7 9H12V7H8.7L12 4.8v-.3q0-.4-.4-.5H11L7 6.6V4.1H5v2.5L1.3 4.2a2 2 0 0 0-1 .8l3 2H0v2.1h3.3L0 11.3v.3q0 .4.4.4"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5zM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1zM4.2 9.1 0 11.8l.3.2L5 9.1zm7.8 2.5L8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#FFE15A" d="M18 8s-.2-.6-.7-1c0 0 .5.9.5 1.6z"/><path fill="#FFE15A" d="M17.2 7.3s.4.2.5.6l-.1.4z"/><path fill="#FFE15A" d="M16.8 7.4s.6.2 1 .6l-.3.3s-.2-.5-.7-.9"/><path fill="#FFE15A" d="M16.7 7.7s.7.1 1 .4l-.1.3z"/><path fill="#FFE15A" d="M16.7 8s.7 0 1 .3c.2.4-.2.3-.2.3s-.3-.4-.8-.7ZM18 8s.2-.6.7-1c0 0-.5.9-.5 1.6z"/><path fill="#FFE15A" d="M18.8 7.3s-.4.2-.6.6l.2.4z"/><path fill="#FFE15A" d="M19.2 7.4s-.6.2-1 .6l.2.3s.3-.5.8-.9"/><path fill="#FFE15A" d="M19.3 7.7s-.7.1-1 .4l.1.3z"/><path fill="#FFE15A" d="M19.3 8s-.7 0-1 .3c-.3.4.1.3.1.3zM18 7s-.2.4 0 .6q.1-.4 0-.6"/><path fill="#FFE15A" d="M17.8 7.1s0 .4.2.5q0-.4-.2-.5M18.2 7.1s0 .4-.2.5q0-.4.2-.5"/><path fill="#FFE15A" d="M18.2 7.4s-.1.3-.4.3q.2-.3.4-.3"/><path fill="#FFE15A" d="M17.8 7.4s.1.3.4.3q-.2-.3-.4-.3"/><path fill="#FFD255" d="M18 9q.5-.1.5-.8 0-.5-.5-.6t-.5.6.5.7Z"/><path fill="#73AF00" d="m16.8 9-.1-.2s-.4 0-.4-.2H16s0-.2.2-.2l.3-.1.3.2.1.1.7.8s-.2.3-.4.3c-.1.1-.8-.3-.5-.7Zm2.4 0s.3.3.3.9H19l-.1-.6.3-.2Z"/><path fill="#73AF00" d="M19.1 9.1s.4.1.6-.2h-.4z"/><path fill="#73AF00" d="m19 8.7.4.1V9q-.2.4-1.3.6C17.2 9.6 17 9 17 9v-.4h.3z"/><path fill="#FF4B55" d="M15.3 14h1l-.6 1-.5-.7zm5.4 0h-1l.5 1 .6-.7V14Z"/><path fill="#FFD25A" d="M15.3 15.7q-.9-.2-1-.3l.5-.6s.3.3.6.2q.6-.2.7-.9l.7.3a2 2 0 0 1-1.2 1.2h-.3Zm5.4 0q.9-.2 1-.3l-.5-.6s-.3.3-.7.2q-.4-.2-.7-.9l-.6.3q.4 1 1.2 1.2h.3Z"/><path fill="#FF4B55" d="M20.2 12h-4.5v-1.6q0-.3.5-.4h3.6q.4 0 .4.4z"/><path fill="#FFE15A" d="M17 11.2v-.4q-.5-.2-.5-.3l-.2.1q.5.8.7.6"/><path fill="#FFE15A" d="M19.7 10.8h.2q-.2-.1-.2 0v-.3l-.2-.1h-.1l-.1.1H19l-.6.1-.3-.1.2-.1h.7q-.2-.2-.3-.1l.1-.1h-.2l-.3.1s-.4 0-.3.2q.2.3.8.1h.6q.1.2-.4.2h-.7c-.1 0-.6.2-.6 0-.1-.3-.5.3-.5.3H17l-.6.3-.2-.1h-.1v.2s0 .2.2.1q.8 0 1-.3h.4q.3-.3.5-.2.2.2-.3.3h-.2v.2h.2s.5 0 .6-.4h.4q.5 0 .4.2h-.2l.1.2h.4v-.2l-.1-.4-.6-.1zm-3.4-.2h-.1v-.2l.1-.1.1.1h.1v.1z"/><path fill="#41479B" d="M16.2 10.6h-.1zm0-.2H16zm.3 0zm-.2.9s0-.1 0 0m-.1.1h-.1s0-.1.2 0Zm.1.1H16h.2Zm0 .1s0 .1-.1 0zm1.7 0h-.2z"/><path fill="#FFD255" d="M17 10.5s-.2.3-.1.8c0 0 .6 0 .8-.7q.2-.1 0-.2v-.2h-.5l-.1.1H17z"/><path fill="#41479B" d="M17.9 11.4h-.1s0-.1.1 0m1.4.1zs-.1 0 0-.1m.1.1s-.1 0 0 0m.1 0zm-1.7-.1h-.1zm.1.1h-.1v-.1Z"/><path fill="#F5F5F5" d="M20.2 12.3q-.3.2-.7.4c-.4 0-.4-.4-.8-.4q-.3.2-.7.4c-.4 0-.4-.4-.8-.4q-.3.2-.7.4c-.4 0-.4-.4-.8-.4v-.6q.4.2.8.3c.4.1.4-.3.7-.3q.4.2.8.3c.4.1.4-.3.7-.3q.4.2.8.3c.4.1.4-.3.7-.3z"/><path fill="#41479B" d="M19.5 12.7c-.4 0-.4-.4-.8-.4q-.3.2-.7.4c-.4 0-.4-.4-.8-.4q-.3.2-.7.4c-.4 0-.4-.4-.8-.4l.1.7q.3.2.7.3.4-.2.7-.3.4.2.8.3c.4.1.4-.3.7-.3q.4.2.8.3.4-.2.7-.3v-.7q-.3.2-.7.4"/><path fill="#F5F5F5" d="M19.5 13.3c-.4 0-.4-.3-.8-.3q-.3.2-.7.3c-.4 0-.4-.3-.8-.3q-.3.2-.7.3-.4-.1-.7-.3l.2.6q.1.2.5.3.4-.2.7-.3.4.2.8.3c.4.1.4-.3.7-.3q.4.2.8.3.3 0 .5-.3l.2-.6q-.3.2-.7.3"/><path fill="#41479B" d="M19.5 14c-.4 0-.4-.4-.8-.4q-.3.2-.7.3c-.4 0-.4-.3-.8-.3q-.3.2-.7.3t-.5-.3q0 .4.4 1c.5 0 .5-.4.8-.4q.4.1.8.3c.4.2.4-.3.7-.3q.4.1.8.3.4-.5.5-.9-.2.2-.5.3Z"/><path fill="#F5F5F5" d="M19.5 14.5c-.4 0-.4-.3-.8-.3q-.3.1-.7.3c-.4 0-.4-.3-.8-.3q-.3.1-.7.3h-.1l.4.5.4-.2c.4 0 .4.4.8.4s.4-.4.7-.4q.4 0 .5.2z"/><path fill="#41479B" d="M19.2 15q-.1-.1-.5-.2c-.4-.1-.3.4-.7.4s-.4-.4-.8-.4l-.4.2q.4.5 1.2.7.8-.2 1.2-.7"/><path fill="#F5F5F5" d="M18.7 11.7q-.3.1-.7.3c-.4 0-.4-.3-.8-.3q-.3.1-.7.3c-.4 0-.4-.3-.8-.3v.6q.4.2.8.4c.4.2.4-.4.7-.4q.4.2.8.4c.4.2.4-.4.7-.4q.4.2.8.4c.4.2.4-.4.7-.4v-.6q-.3.1-.7.3c-.4 0-.4-.3-.8-.3"/><path fill="#F5F5F5" d="m20 10 .2.1v2.2l-.2 1.3q0 .4-.4 1l-.4.4q-.4.5-1.2.7a3 3 0 0 1-1.6-1.2l-.6-1.5v-2.9l.1-.1h4.2Zm0-.2h-4q-.4 0-.4.3v2.2a5 5 0 0 0 .7 2.3l.4.5q.6.6 1.3.7a3 3 0 0 0 1.7-1.2l.6-1.6v-2.9q0-.2-.2-.3Z"/><path fill="#73AF00" d="m18 14.6-.5.4.2-.6-.5-.3h.6l.2-.6.2.6h.6l-.5.3.2.6z"/><path fill="#FFE15A" d="m18 13.6.2.5h.5l-.4.3.1.5-.4-.3-.4.3.1-.5-.4-.3h.5zm0-.2v.2l-.2.4H17l.2.2.3.2v.5l-.1.2.1-.2.4-.2.4.2.1.2v-.2l-.2-.5.4-.2.2-.2h-.7l-.1-.4-.1-.2Z"/><path fill="#73AF00" d="m17 13.3-.5.3.1-.5-.4-.4h.6l.1-.5.2.5h.6l-.4.4.1.5z"/><path fill="#FFE15A" d="m17 12.3.1.4h.5l-.4.4.2.4-.5-.3-.4.3.2-.4-.4-.4h.5zm0-.2-.1.1-.2.5h-.6l.1.1.4.3-.1.4v.2-.1l.4-.3.4.3.2.1v-.2l-.2-.4.4-.3.1-.1h-.6l-.2-.5z"/><path fill="#73AF00" d="m19 13.3-.4.3.1-.5-.4-.4h.5l.2-.5.2.5h.6l-.5.4.2.5z"/><path fill="#FFE15A" d="m19 12.3.2.4h.5l-.4.4.1.4-.4-.3-.4.3.2-.4-.4-.4h.5zm0-.2v.1l-.2.5h-.6l.1.1.4.3-.2.4v.2l.2-.1.3-.3.4.3.2.1-.1-.2-.1-.4.3-.3.2-.1h-.7l-.1-.5zm1.7 1.9a3 3 0 0 1-5.4 0l-.7.2a3.6 3.6 0 0 0 6.8 0z"/><path fill="#F5F5F5" d="M18.3 10h-.5l-.2-.5h.6zm.9 0h-.3l-.2-.4h.2l.2.2zm-1.9 0H17v-.4h.2z"/><path fill="#41479B" d="M18.9 10h-.6l-.1-.5h.5zm-1.1 0h-.5l-.1-.4.1-.1h.3z"/><path fill="#509664" d="M19.3 8.8q-.3.3-1.2.4-.7-.1-1-.4v-.3h.1q.1-.2.9-.2c.6 0 1.2.5 1.2.5"/></svg>',
45
+ cf: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V16H0v2.2Z"/><path fill="#73AF00" d="M24 12H0v4h24z"/><path fill="#F5F5F5" d="M24 8H0v4h24z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v2.2h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M14 4.1h-4V20h4z"/><path fill="#FFE15A" d="m3.6 4.7.3 1H5q.1 0 0 .2l-.8.6.3 1-.1.2-.9-.7-.9.7-.1-.1.3-1-.9-.7v-.2h1.2l.3-1q.1-.1.2 0"/></svg>',
46
+ td: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/><path fill="#FFE15A" d="M16 4.1H8V20h8z"/><path fill="#FF4B55" d="M24 6c0-1-.8-1.9-1.8-1.9H16V20h6.2q1.6-.2 1.8-1.8z"/></svg>',
47
+ cl: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H7.4q.5 0 .5.5v7q0 .3-.5.4H24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#FF4B55" d="M.8 12H.4a.4.4 0 0 1-.4-.4V18q.2 1.7 1.8 1.8h20.4q1.6-.1 1.8-1.8v-6z"/><path fill="#41479B" d="M.4 12h7q.5 0 .5-.4v-7q0-.5-.5-.5H1.8C.8 4.1 0 5 0 6v5.7q0 .3.4.4Z"/><path fill="#F5F5F5" d="m4 6.3.5 1.2h1.2q.4 0 .1.3l-1 .7.4 1.2q0 .3-.3.2l-1-.7-1 .7q-.2.1-.2-.2L3 8.5l-1-.7q-.1-.2.1-.3h1.3l.4-1.2z"/></svg>',
48
+ cn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="m4 6.6.4 1.2h1.2q.4 0 .1.3l-1 .7.4 1.2q0 .3-.3.2l-1-.7-1 .7q-.2.1-.2-.2l.3-1.2-1-.7q-.1-.2.1-.3h1.3l.4-1.2q0-.3.3 0m4.5.3.3.4.5-.2v.1l-.3.4.3.4v.1L8.7 8l-.3.3h-.1v-.5l-.5-.1v-.1l.5-.2v-.5h.1ZM6.8 5.7h.5l.2-.3.2.4.5.1V6l-.4.3v.4s0 .1 0 0l-.4-.2-.4.2h-.1l.2-.5-.4-.4Zm.7 4.7-.2.4-.5-.2s-.1 0 0 .1l.2.4-.3.4s0 .1.1 0h.5l.2.3h.2v-.5l.4-.1V11l-.4-.1v-.5zm1.8-1.1h-.5L8.6 9h-.1l-.1.5h-.5v.2l.4.2-.1.5h.1l.4-.3.4.3v-.1L9 9.7z"/></svg>',
49
+ cx: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 19.9h20.4a2 2 0 0 0 1.2-.5L.6 4.6Q0 5.1 0 5.9v12.2q.1 1.7 1.8 1.8"/><path fill="#73AF00" d="M24 18V6c0-1-.8-1.9-1.8-1.9H1.8a2 2 0 0 0-1.2.5l22.8 14.8q.6-.5.6-1.3Z"/><path fill="#FFE15A" d="M12 14.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5"/><path fill="#F5F5F5" d="m1.8 12 .2.4.3-.1-.1.4.3.2H2v.5l-.3-.3-.3.3V13H1v-.1l.3-.2-.2-.4h.4l.2-.3ZM7 11l.2.4.4-.1-.2.4.3.2h-.4v.5l-.3-.3-.3.3V12h-.4v-.1l.3-.2-.1-.4.4.1zM4.4 8.7l.2.4.3-.2-.1.4.3.2-.4.1v.4l-.3-.2-.3.2v-.4h-.4l.3-.3-.2-.3h.4zm0 8.6.2.3h.3l-.1.3.3.2-.4.1v.4l-.3-.3-.3.3v-.4h-.4V18l.3-.2-.2-.4.4.1zm1.1-4.9.1.3h.3l-.2.2v.3l-.2-.2-.3.2v-.3l-.2-.2h.3l.1-.3z"/><path fill="#73AF00" d="M10.5 11s-.2.2 0 .3c0 0 .3.2.1.3l-.2.3v.2q-.4 0-.3.2t.3 0h.7l.2.1h.6q.3 0 .3.4v.8h.5V13l.2-.6v-.2s.2 0 .2-.2l.5-.5.1-.2-.2-.1q0-.2 0-.4v-.4l-.1.1h-.2v-.1l-.3.3-.1.1c0 .1-.8.9-1.4.7q0-.1-.2-.2H11l-.4-.5Z"/><path fill="#FFE15A" d="M15.1 12.1c.2.2 2.3.8 4.4-.3q3.2-1.5 3.3-1.4 0 0 .3-.4.3 0 0-.2s-.3-.3-.8-.1c0 0-.5 0-.5-.7l-.3-1.7c-.2-.3-1.7-1.9-1.9-1.8a5 5 0 0 0 1 2.2s.2 1 0 1c-.1 0-1-.8-2.7-1 0 0 .7 1 1.6 1.4q1.1.6 1 .9c0 .2-.3.9-.8 1.2-.4.4-1.6 1.3-4.4.8q-.2 0-.2.1"/></svg>',
50
+ cc: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M24 6c0-1-.8-1.9-1.8-1.9H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8z"/><path fill="#FFE15A" d="M13.3 14.4a2.4 2.4 0 1 1 .5-4.8s.1 0 0 0a3 3 0 0 0-4.4 2.2 3 3 0 0 0 4.5 2.7v-.1zm2.1-4.4.2.4.5-.1-.3.4.5.3-.5.1v.5l-.4-.3-.4.4V11h-.5l.4-.4-.2-.4.5.1.1-.4h.1ZM22 8.7l.2.5.5-.2-.2.5.4.3-.5.1v.5l-.4-.3-.4.3v-.5h-.5v-.1l.4-.3-.2-.4h.5zm-3.3-3 .2.5.5-.2-.2.5.4.3-.5.1v.5l-.4-.3-.4.3V7h-.5v-.1l.4-.3-.2-.4h.5zm0 10.9.2.4.5-.1-.2.5.4.2-.5.2v.5l-.4-.3-.4.3v-.5l-.5-.1.4-.3-.2-.5.5.1zm1.3-6.2.2.3h.4v.1l-.3.2.1.4-.4-.2-.3.3V11l-.2-.2h.4zm-15.7.8a2.7 2.7 0 1 0 0-5.4 2.7 2.7 0 0 0 0 5.4"/><path fill="#964B50" d="M4 10.6h.8s.4-1.9 0-2.5l-.2.1s.4 1.3-.5 2.4Z"/><path fill="#73AF00" d="M4.1 8.2s-.4.2-.3 1q.1 0 .5-.8-.2.1.1 1s.4-.6.3-1l1 .9s0-.6-.4-1h1s0-.5-.6-.6l.1-.5s-.5 0-.8.3c0 0 0-.7.2-1 0 0-.8-.2-.8.9 0 0-.3-.7-1.2-.5l.6.5s-.7-.5-1 .2q.2-.1.7.1s-1 0-1 .7c0 0 .9-.4 1.6-.2"/></svg>',
51
+ co: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V16H0v2.2Z"/><path fill="#FFE15A" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#41479B" d="M24 12H0v4h24z"/></svg>',
52
+ km: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8v2.3h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M24 8H0v4h24z"/><path fill="#FF4B55" d="M24 12H0v4h24z"/><path fill="#4173CD" d="M0 18.2q.2 1.6 1.8 1.7h20.4q1.6-.1 1.8-1.8v-2.2H0z"/><path fill="#73AF00" d="M11.8 11.8.6 4.6Q.1 5 0 5.8v12.4q0 .8.6 1.2l11.2-7.2z"/><path fill="#F5F5F5" d="M2.3 12q.2-2.4 2.3-3.2v-.1h-.4a3.4 3.4 0 1 0 .4 6.6v-.1A3.4 3.4 0 0 1 2.3 12"/><path fill="#F5F5F5" d="m4.6 9.4.1.3H5l-.2.3.1.2s0 .1 0 0h-.5q0 0-.1 0V10l-.1-.2h.3zm0 1.4.1.3H5l-.2.3.1.2s0 .1 0 0h-.5q0 0-.1 0v-.2l-.1-.2h.3zm0 1.4.1.3H5v.1l-.2.2.1.2s0 .1 0 0h-.5q0 0-.1 0v-.2l-.1-.2h.3zm0 1.5.1.2H5v.1l-.2.2.1.3-.3-.2-.2.2h-.1v-.3l-.1-.2h.3z"/></svg>',
53
+ ck: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5l4 2.5h.7q.3 0 .4-.4v-.3L8.7 9H12V7H8.7L12 4.8v-.3q0-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2a2 2 0 0 0-1 .8l3 2H0v2.1h3.3L0 11.3v.3q0 .4.4.4"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5zM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1zM4.2 9.1 0 11.8l.3.2L5 9.1zm7.8 2.5L8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#F5F5F5" d="m17.7 7 .1.5h.5L18 8l.2.4-.5-.2-.3.3h-.1l.1-.5-.3-.3v-.1h.5l.1-.5Zm-2.1.6.4.4.4-.2-.2.4.3.4H16l-.2.4-.1-.5-.5-.1v-.1l.4-.2zM14 9l.4.1.4-.3v.5l.4.2-.5.2v.4l-.3-.4-.5.1.3-.4zm-1 1.8h.5l.2-.4.2.4h.5v.1l-.4.3.2.4s0 .1 0 0l-.5-.2-.4.3.1-.5-.4-.3Zm0 2.2.4-.3v-.4l.3.3.5-.2-.2.5.3.3s0 .1 0 0h-.5l-.2.4h-.1V13zv-.2Zm.7 2 .3-.4-.2-.5.5.2.3-.4v.5l.5.2v.1l-.5.1v.5h-.1l-.3-.4h-.4s-.1 0 0 0Zm1.5 1.4.2-.5-.4-.2v-.1h.5l.1-.5h.1l.2.5h.4s.1 0 0 0l-.3.3.1.5-.4-.2zm2 .7v-.4l-.5-.1v-.1l.4-.2v-.5l.4.3.4-.2v.1l-.2.4.3.4h-.5zm2.1-.1-.2-.4-.5.1.3-.4-.2-.4s0-.1 0 0l.4.1.4-.4v.6l.4.2-.5.1zm1.9-1-.4-.2-.4.2.1-.5-.4-.2v-.1h.5l.2-.5.2.5h.5l-.4.3.2.5zm1.3-1.6-.4-.1-.3.4-.1-.5h-.5V14l.4-.2v-.4l.4.3.4-.2-.2.5zm.5-2.1-.4.2v.4h-.1l-.3-.4-.5.1.3-.4-.2-.4.5.1.3-.3v.5l.5.2Zm-.3-2-.4.2.2.5-.5-.2-.4.2.1-.5-.4-.2v-.1h.5l.2-.5.2.5zm-1.2-1.8-.2.4.3.4H21l-.2.4-.1-.5-.5-.1V9l.4-.2v-.5l.4.3.4-.2v.1Zm-1.7-1.1v.4l.4.2v.1l-.5.1v.5h-.1l-.3-.4h-.5l.3-.3-.2-.5.5.2.3-.4Z"/><path fill="#F5F5F5" d="m17.7 7 .1.5h.5L18 8l.2.4-.5-.2-.3.3h-.1l.1-.5-.3-.3v-.1h.5l.1-.5Z"/></svg>',
54
+ cr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M24 9.5H0v5h24z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8v1h24V6q-.2-1.6-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 6.8H0v2.7h24z"/><path fill="#41479B" d="M0 18.2q.2 1.6 1.8 1.7h20.4q1.6-.1 1.8-1.8v-1H0v1Z"/><path fill="#F5F5F5" d="M24 14.5H0v2.7h24zM6.5 14c1 0 2-.9 2-2s-1-2-2-2-2 .9-2 2 1 2 2 2"/><path fill="#3CC8FF" d="M7.5 11.2h-2v1h2z"/><path fill="#FFE15A" d="M5.8 11.8v.2zv.2l.2-.2-.1.2H6l-.2.1H6l.2.1H6l.1.1H6v.1-.1.2l-.1-.2v.2-.2l-.2.2v-.2.1-.2l-.1.1.1-.1h-.2.2-.2.2l-.2-.2h.2-.1.2l-.2-.2.2.2zv.2z"/><path fill="#41479B" d="M6.9 13.6H6l-.7-.6v-.9h2.3v.9l-.8.6Z"/><path fill="#73AF00" d="m7.3 11.9-.2.4-.2-.5h-.2q0 .5-.3.6l-.2-.6h-.1a1 1 0 0 1-.8.7v.2h2.3v-.3c-.2 0-.3-.5-.3-.5"/><path fill="#F0AA00" d="m7.6 11.3-.2-.3-.6-.1-.1-.2h-.4q0 .1 0 .2l-.7.1-.2.3q-.4.3-.3.4a.1.1 0 0 0 .2 0l.7-.5h1l.7.5v.1l.2-.1s0-.3-.3-.4"/><path fill="#F0AA00" d="m7.8 12-.2-.1q.1-.2.2-.2l-.4-.2c-.1.5.2.5.2 1.1 0 .5-.6.9-.8.9l-.3.1-.3-.1c-.2 0-.8-.4-.8-.9s.3-.6.2-1h-.4s.2 0 .2.3q-.1.3-.2.2-.3 0-.4.3 0 .5.8 1c.5.3.3.5.9.5s.4-.2.9-.5q.7-.5.8-1-.1-.4-.4-.3Z"/><path fill="#73AF00" d="M6.4 11h-.2l-.6.3h.2zm.2 0h.2q.3 0 .6.3h-.2z"/><path fill="#73AF00" d="M6.5 11zh-.2v.2-.1l.2.1z"/><path fill="#F5F5F5" d="M7.8 11.7q0-.2-.2-.2l-.3-.2-.2-.1-.5-.2v.1h-.8l-.1.2-.3.1-.2.3.2-.1.4-.1.1-.1.4-.2v.1H7l.2.2.4.1z"/><path fill="#3CC8FF" d="M7.3 10.6H7v-.2q-.2-.2-.6-.2-.6 0-.7.2v.1h-.1v.1l-.3.1v.2l.4-.2h1.4l.3.2v-.2zm-.5 0zH6q0-.2.5-.2l.5.1z"/><path fill="#F5F5F5" d="M6.5 11.4zm-.3 0zm-.2 0v.2h-.1zm-.3.2zm1-.2zm.3 0v.2zm.3.2z"/><path fill="#8C5A28" d="m6 13 .4.2h.4L7 13z"/><path fill="#F5F5F5" d="M6.3 12.7v.3H6s0-.2.2-.3Z"/><path fill="#8C5A28" d="M6.6 12.5v.6zm.2.1v.5zm-.4 0v.5z"/><path fill="#F5F5F5" d="M6.6 13zm0-.1zm0-.2zm.2.3zm0-.1zm0-.1zm-.4.2zm0-.1zm0-.1zm.2-.3z"/><path fill="#8C5A28" d="m6.3 12 .1.2h.2-.2z"/><path fill="#F5F5F5" d="M6.4 12z"/><path fill="#8C5A28" d="M6.5 12zm.1 0zm-.2 0z"/><path fill="#F5F5F5" d="M7.3 11.8"/></svg>',
55
+ hr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#FF4B55" d="M10.3 9.5H9v1.3h1.2V9.5Zm2.3 0h-1.2v1.3h1.2zm-1.2 1.3h-1.1v1.4h1.1zm3.5-1.3h-1.2v1.3H15zm-1.2 1.3h-1.1v1.4h1.1z"/><path fill="#F5F5F5" d="M11.4 9.5h-1.1v1.3h1.1zm2.3 0h-1.1v1.3h1.1zm-3.4 1.3H9v1.4h1.2v-1.4Zm2.3 0h-1.2v1.4h1.2zm2.3 0h-1.2v1.4H15z"/><path fill="#FF4B55" d="M12.6 12.2h-1.2v1.3h1.2zm-1.2 1.3h-1.1v1.3h1.1zm2.3 0h-1.1v1.3h1.1z"/><path fill="#F5F5F5" d="M11.4 12.2h-1.1v1.3h1.1zm2.3 0h-1.1v1.3h1.1zm-1.1 1.3h-1.2v1.3h1.2z"/><path fill="#FF4B55" d="M14.9 9.5v3.7a2.9 2.9 0 1 1-5.8 0V9.5zm.2-.2H8.9v3.9a3.1 3.1 0 0 0 6.2 0z"/><path fill="#FF4B55" d="M10.3 13.5v-1.3H9v1.3h1.2Z"/><path fill="#F5F5F5" d="M14.9 13.5h-1.2v1.3h.7q.4-.6.5-1.3m-5.3 1.3h.7v-1.3H9q0 .8.5 1.3Z"/><path fill="#FF4B55" d="M13.7 13.5H15v-1.3h-1.2v1.3Zm-3.4 2.1v-.8h-.7zm4.1-.8h-.7v.8z"/><path fill="#F5F5F5" d="m10.3 15.6 1.1.5v-1.3h-1.1zm2.3.4q.6 0 1.1-.4v-.8h-1.1z"/><path fill="#FF4B55" d="M12.6 14.8h-1.2v1.3h1.2z"/><path fill="#4173CD" d="M9.9 7.3h-.8l-.6.5.6 1.3 1.1-.4zm2.8-.2-.7-.3-.7.3.1 1.5h1.2zm2.8.7-.6-.6-.8.1-.3 1.4 1.1.4z"/><path fill="#41479B" d="m11.3 7.1-.7-.2-.7.4.3 1.4 1.2-.1zm2.8.2-.7-.4-.7.2-.1 1.5 1.2.1z"/><path fill="#FF4B55" d="M11.3 7.7q-.6 0-1.3.2v-.3l1.3-.2zm.1.6q-.6 0-1.2.2v-.3l1.2-.2z"/><path fill="#FFE15A" d="M13.4 8.4H13q-.3-.2-.3-.4t.3-.3h.4q.3.2.2.4t-.3.3Z"/><path fill="#FF4B55" d="m15 8.8-1.2-.3v-.3q.8 0 1.3.4v.2Z"/><path fill="#FFE15A" d="M14.9 8h-.3q-.2 0-.2-.2t.3-.1q.3 0 .2.3m-5.3-.2q0 .1-.2.3L9.1 8q0-.2.2-.3zm2.4-.2-.3.2s-.2 0-.2-.2l.2-.1.2.1Zm.5 0-.2.2q-.2 0-.2-.2 0-.1.2-.2zm-.3.4q0 .3-.2.2l-.2-.1q0-.2.2-.2t.2.2Z"/></svg>',
56
+ cu: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M24 6c0-1-.8-1.9-1.8-1.9H1.8C.8 4.1 0 5 0 6v1.4h24zM1.8 19.9h20.4q1.6-.1 1.8-1.8v-1.4H0v1.4q.2 1.7 1.8 1.8"/><path fill="#F5F5F5" d="M24 7.3H0v3.1h24z"/><path fill="#41479B" d="M24 10.4H0v3.2h24z"/><path fill="#F5F5F5" d="M24 13.6H0v3.1h24z"/><path fill="#FF4B55" d="M.7 19.4 12 12.2q.3-.2 0-.4L.7 4.6q-.6.5-.7 1.3v12.2q0 .8.7 1.3"/><path fill="#F5F5F5" d="m4.1 10 .5 1.3h1.3q.2 0 0 .2l-1 .8.4 1.3s0 .1-.2 0l-1-.7-1.1.8-.2-.1.4-1.3-1-.8q-.2-.1 0-.2h1.3zh.2Z"/></svg>',
57
+ cw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="M24 14.9H0v2h24z"/><path fill="#F5F5F5" d="m5.6 8-.4 1.2H3.9q-.2 0 0 .3l1 .7-.4 1.3s0 .2.2.1l1-.7 1 .7q.2 0 .2-.1l-.3-1.3 1-.7v-.3H6.1L5.8 8q-.1-.1-.2 0m-3-2.2-.2.7h-.7q-.2 0 0 .1l.5.4-.2.8.6-.4.6.4h.1L3.2 7l.6-.4v-.1H3l-.2-.7q0-.1-.2 0"/></svg>',
58
+ cz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M.6 4.6Q0 5.1 0 5.9v12.2q0 .8.6 1.3L12 12z"/><path fill="#FF4B55" d="M.6 19.4q.6.5 1.2.5h20.4q1.6-.1 1.8-1.8V12H12z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8a2 2 0 0 0-1.2.5L12 12h12V6c0-1-.8-1.9-1.8-1.9"/></svg>',
59
+ cd: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="M22.4 4.1 0 15.7v.9L23.3 4.5zM1.6 19.9 24 8.3v-.9L.7 19.5z"/><path fill="#FF4B55" d="M23.3 4.5 0 16.5v1.6q0 .8.7 1.4L24 7.5V5.8q0-.8-.7-1.4Z"/><path fill="#FFE15A" d="M4.3 5.8 5 7.6h2v.2l-1.5 1 .5 1.9s0 .2-.1.1l-1.6-1-1.5 1-.2-.1.6-1.8-1.5-1.1q0-.2 0-.2h2L4 5.8q.1-.1.2 0Z"/></svg>',
60
+ dk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M24 10.8H10V4H7.3v6.7H0v2.4h7.4V20H10v-6.7h14z"/></svg>',
61
+ dj: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M.6 4.6Q0 5.1 0 5.9v12.2q0 .8.6 1.3L12 12z"/><path fill="#73AF00" d="M.6 19.4q.6.5 1.2.5h20.4q1.6-.1 1.8-1.8V12H12z"/><path fill="#82AFFF" d="M22.2 4.1H1.8a2 2 0 0 0-1.2.5L12 12h12V6c0-1-.8-1.9-1.8-1.9"/><path fill="#FF4B55" d="m4.3 10.1-.4 1.3H2.6q-.1 0 0 .1l1 .8-.4 1.3s0 .1.1 0l1-.7 1.2.8v-.1l-.3-1.3 1-.8v-.1H4.9L4.4 10z"/></svg>',
62
+ dm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="M24 10.3H0v1.1h24z"/><path fill="#464655" d="M24 11.4H0v1.2h24z"/><path fill="#F5F5F5" d="M24 12.6H0v1h24z"/><path fill="#FFE15A" d="M11.4 4.1h-1V20h1z"/><path fill="#464655" d="M12.6 4.1h-1.2V20h1.2z"/><path fill="#F5F5F5" d="M13.7 4.1h-1.1V20h1z"/><path fill="#FF4B55" d="M12 16.1A4.1 4.1 0 1 0 12 8a4.1 4.1 0 0 0 0 8.2Z"/><path fill="#73AF00" d="m11.6 12.7.3.9h.7l-.2-.7z"/><path fill="#A561CD" d="M11.6 10.4s-1 1.8.5 2.8l.2-1V11l-.1-.6z"/><path fill="#73AF00" d="m11.6 10.4-.2.5q.2.4 1 .3V11l-.2-.6z"/><path fill="#A561CD" d="M11.4 10.2s0-.3.3-.3c.5 0 .8 0 1.3 1.2 0 0-.4.5-.7-.2l-.2-.4h-.6z"/><path fill="#FFE15A" d="m11.6 10.4-.1-.2s-.4-.1-.3.4h.2z"/><path fill="#73AF00" d="M12.3 12.3s-.5.4-.2 1.2c.1.5.7 1 .7 1s.4-1.1.2-1.5c0-.2-.7-.7-.7-.7"/><path fill="#73AF00" d="M13.2 13.7s-1.2-1.1-1.3-2c0-1 .4-.8.5-.7.2.1.8.7.8 2.7"/><path fill="#B34900" d="M13 14h-2v-.4h2v.2Z"/><path fill="#FFE15A" d="M12.5 13.6s-.2.1-.1.2q.1.1.1.2H12s-.3 0-.2-.2q0-.2.2-.3h.5z"/><path fill="#73AF00" d="m12 8.3.1.3h.3l-.2.2.1.3L12 9l-.2.2h-.1v-.4l-.2-.1v-.1h.4zm0 6.7.1.2h.3l-.2.2.1.3-.3-.1-.2.2h-.1v-.4l-.2-.1v-.1h.4v-.3h.1Z"/><path fill="#73AF00" d="m12 8.3.1.3h.3l-.2.2.1.3L12 9l-.2.2h-.1v-.4l-.2-.1v-.1h.4zm0 6.7.1.2h.3l-.2.2.1.3-.3-.1-.2.2h-.1v-.4l-.2-.1v-.1h.4v-.3h.1ZM9.7 9l.1.3-.2.1v.1h.3v.3h.2v-.3h.4l-.3-.2.1-.3-.3.1zm3.8 5.4v.3l-.2.2h.3l.1.3h.1l.1-.2h.3v-.1l-.2-.2v-.3l-.2.2zm-5.2-3.5.3.2-.1.2s0 .1 0 0H9v-.2l.2-.2H9v-.4h-.1l-.1.3h-.3Zm6.3 2.1.2.2v.2s0 .1 0 0h.5v-.2l.2-.2h-.3l-.1-.4-.2.3zm-.5-4v.3l.2.1v.1h-.4v.3h-.1l-.1-.3h-.3l.2-.2-.1-.3.3.1.2-.2zm-3.7 5.4-.1.3.2.2h-.3v.3H10V15h-.4v-.1l.3-.2-.1-.3.3.2zm5.1-3.5-.2.2v.2s0 .1 0 0h-.5v-.2l-.2-.2h.3l.1-.4.2.3zM9.2 13l-.2.2.1.2s0 .1 0 0h-.5q0 0-.1 0v-.2l-.2-.2h.4v-.4h.1l.1.3z"/></svg>',
63
+ do: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M23.6 19.9H.4a.4.4 0 0 1-.4-.5V4.6q0-.5.4-.5h23.2q.3 0 .4.5v14.8q0 .5-.4.5"/><path fill="#41479B" d="M.4 10.3H10q.4 0 .4-.4V4.6q0-.5-.4-.5H1.8C.8 4.1 0 5 0 6v4q0 .4.4.4Zm23.2 3.4H14q-.4 0-.4.4v5.3q0 .5.4.5h8.1q1.6-.1 1.8-1.8v-4q0-.4-.4-.4Z"/><path fill="#FF4B55" d="M22.2 4.1h-8.1q-.4 0-.4.5v5.3q0 .4.4.4h9.5q.4 0 .4-.4V6q-.2-1.6-1.8-1.8ZM10.3 19.4v-5.3q0-.4-.4-.4H.4q-.4 0-.4.4v4q.2 1.7 1.8 1.8h8.1q.4 0 .4-.5"/><path fill="#64B496" d="M11.8 13.2s.2 0 .2.4v-.4zm.2-.1h-.5l.1-.3q0-.3-.1-.1v.3h-.3l.2-.4s-.3 0-.4.2l-.1-.2s.2 0 .2-.4q0 0-.3.2v-.2s.3 0 .3-.4q-.1 0-.3.2v-.2s.2-.1.2-.4l-.2.1-.1-.4s-.2.3 0 .5l-.2-.1s0 .3.2.5l.1.5-.2-.2q-.2-.5-.3-.4.2.6.3.5l.2.1q-.5.2-.4.3h.5q-.3.1-.3.2h.6q.5.3.8.2Zm0 0h.5l-.1-.3q0-.3.1-.1v.3h.3l-.2-.4s.3 0 .4.2l.1-.2s-.2 0-.2-.4q0 0 .3.2v-.2s-.3 0-.3-.4q.1 0 .3.2v-.2l-.2-.4.2.1.1-.4s.2.3 0 .5l.2-.1s0 .3-.2.5l-.1.5.2-.2q.1-.5.3-.4-.2.6-.3.5l-.2.1q.5.2.4.3h-.5q.3.1.3.2h-.6q-.5.3-.8.2Z"/><path fill="#41479B" d="M11 10.5q-.4.1-.6.5l.2.1.5-.4z"/><path fill="#FF6B71" d="M12 12h.9v.5q0 .3-.3.3h-.4l-.2.1z"/><path fill="#5F64B9" d="M12.2 11.5v-.7h1l-.3.3v.6h-.7z"/><path fill="#F5F5F5" d="M12.9 11.7h-.3v.3h.3z"/><path fill="#FF6B71" d="M12 12h-.9v.5q0 .3.3.3h.4l.2.1z"/><path fill="#F5F5F5" d="m11.8 12.8.2.1.2-.1v-.5h-.4z"/><path fill="#5F64B9" d="M11.8 11.5v-.7h-1l.3.3v.6h.7z"/><path fill="#F5F5F5" d="M11.4 11.7h-.3v.3h.3z"/><path fill="#41479B" d="M11.4 11.1v.2l.2.1z"/><path fill="#F5F5F5" d="M11.6 11.3v.2l.3.1z"/><path fill="#41479B" d="M12.6 11.1v.2l-.2.1z"/><path fill="#F5F5F5" d="M12.4 11.3v.2l-.3.1z"/><path fill="#FF4B55" d="M12.4 12.5h-.8l-.3-.3v-1l.7.5.7-.5v1z"/><path fill="#41479B" d="m11.6 11.4-.3-.2v.7h.3zm.8 0 .3-.2v.7h-.3zm0 .6h-.8v.3h.8z"/><path fill="#FF4B55" d="m11.6 11.4.4.2.4-.2v.6h-.8z"/><path fill="#F5F5F5" d="M12.3 11.5v.6l-.1.1h-.4v-.7l-.3-.1v.7q0 .3.3.3h.4q.2 0 .3-.3v-.7z"/><path fill="#F5F5F5" d="M12.3 12h-.6l-.4-.2v.2h.3l.4.1h.4l.3-.1v-.2z"/><path fill="#FFE15A" d="M12.1 11.3h-.2v.4h.1z"/><path fill="#464655" d="M11.4 11zl.5.5z"/><path fill="#FFE15A" d="M11.3 11z"/><path fill="#464655" d="m11.6 11 .4.6z"/><path fill="#FFE15A" d="M11.4 10.9zh.2z"/><path fill="#464655" d="m11.3 11.2.6.5z"/><path fill="#FFE15A" d="M11.2 11.1z"/><path fill="#464655" d="m12 11.6.6-.5z"/><path fill="#FFE15A" d="M12.7 11z"/><path fill="#464655" d="m12 11.6.5-.6z"/><path fill="#FFE15A" d="M12.6 10.9zh-.2z"/><path fill="#464655" d="m12 11.6.7-.4z"/><path fill="#FFE15A" d="M12.8 11.1z"/><path fill="#F5F5F5" d="M12 12.8s-.3-.3-.2-.5l.2-.5.1.1v.3z"/><path fill="#41479B" d="m12 11.8-.2.5v.3z"/><path fill="#FF4B55" d="m12 12.2.1-.3-.1.2v.7z"/><path fill="#F5F0F0" d="m11.9 12 .2-.1-.1-.3h-.2z"/><path fill="#F5F5F5" d="M12 11.9h.3l-.1-.4H12z"/><path fill="#5F64B9" d="M11.7 10.5q-.4 0-1 .3v-.3l1-.2z"/><path fill="#41479B" d="M13 10.5q.4.1.6.5l-.2.1-.5-.4z"/><path fill="#5F64B9" d="M12.3 10.5q.4 0 1 .3v-.3l-1-.2z"/><path fill="#41479B" d="M12.5 10.5h-1v-.3h1z"/><path fill="#FF6B71" d="M11.2 13.2q-.4 0-.8.3l.1.2.8-.3zm1.6 0q.4 0 .8.3l-.1.2-.8-.3z"/><path fill="#FF4B55" d="M13 13.4q-1-.3-2 0v-.2q1-.3 2 0z"/><path fill="#FF4B55" d="M12 13.5h-.2v-.2h.2zm0-.2h.2v.2H12z"/><path fill="#FF6B71" d="M12 13.5z"/></svg>',
64
+ tl: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="m.7 19.5 12.8-7.2q.3-.3 0-.6L.7 4.5A2 2 0 0 0 0 6v12.2q0 .8.7 1.4Z"/><path fill="#464655" d="m.6 19.4 8.6-7.1q.3-.3 0-.6l-8.6-7Q0 5.1 0 5.8V18q0 .8.6 1.3Z"/><path fill="#F5F5F5" d="M2.6 10v1.5l-1.4.6q-.2.1 0 .2l1.5.5v1.5q0 .2.3 0l.8-1.2 1.5.4q.2 0 .1-.2L4.5 12l.9-1.2q0-.3-.2-.3l-1.4.5-1-1.1q-.1-.1-.2 0Z"/></svg>',
65
+ ec: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V16H0v2.2Z"/><path fill="#FFE15A" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#41479B" d="M24 12H0v4h24z"/><path fill="#FFE15A" d="m11.6 12.2 3-2.6v3.8a1.1 1.1 0 0 1-2 .8l-1-1z"/><path fill="#FF4B55" d="m13.2 13.7-1-.8v-1.3l1.7-1.3v3a.4.4 0 0 1-.7.4"/><path fill="#41479B" d="M12.7 11.2v1.5l.7.7v-2.8l.5-.3v3a.4.4 0 0 1-.7.4l-1-.8v-1.3z"/><path fill="#FFE15A" d="m12.4 12.2-3-2.6v3.8a1.1 1.1 0 0 0 2 .8l1-1z"/><path fill="#FF4B55" d="m10.8 13.7 1-.8v-1.3L10 10.3v3a.4.4 0 0 0 .7.4Z"/><path fill="#41479B" d="M11.3 11.2v1.5l-.7.7v-2.8l-.5-.3v3a.4.4 0 0 0 .7.4l1-.8v-1.3zm3.4-1.5h-.2v1.2h.2zm-5.2 0h-.2v1.2h.2z"/><path fill="#5A4646" d="M11.6 9s.3-1.3-.8-1.1c-1 .2-1 .4-2.1 1 0 0 1.3.3 1.9.2 0 0 .4.5.8.7h.5zm.8 0s-.3-1.3.8-1.1c1 .2 1 .4 2.1 1 0 0-1.3.3-1.9.2 0 0-.4.5-.8.7H12z"/><path fill="#5A4646" d="M12.4 9.8h-.8V9q0-.5.4-.5t.4.5v.7Z"/><path fill="#E6E1CD" d="M12 9.4a.3.3 0 1 0 0-.6.3.3 0 0 0 0 .6"/><path fill="#FFD0AF" d="m11.4 8.9.5.3a.1.1 0 0 0 .2-.2l-.4-.4q-.3 0-.3.3"/><path fill="#FFAF94" d="M11.6 9H11l.2-.3h.4l-.1.2Z"/><path fill="#8CB400" d="M13.2 9.8v-.4l.3.1.1.4.1.1.3-.2v.3l-.1.2v.3l.3-.2v.3l-.1.2v.6H14V11a.3.3 0 0 1-.5-.4h.3v-.2a.3.3 0 0 1-.5-.3h.3l-.1-.2zm-2.4 0v-.4l-.3.1-.1.4-.1.1-.3-.2v.3l.1.2v.3l-.3-.2v.3l.1.2v.6h.1V11a.3.3 0 0 0 .5-.4h-.3v-.2a.3.3 0 0 0 .5-.3h-.3l.1-.2z"/><path fill="#FFE15A" d="m12 13-3-2.6V14a1.1 1.1 0 0 0 1.9.9l1.1-1z"/><path fill="#FF4B55" d="m10.4 14.4.9-.8v-1.3L9.7 11v3a.4.4 0 0 0 .7.3Z"/><path fill="#41479B" d="M10.8 12v1.4l-.7.7v-2.8l-.4-.3v3a.4.4 0 0 0 .7.3l.9-.8v-1.3l-.5-.3Z"/><path fill="#FFE15A" d="m12 13 3-2.6V14a1.1 1.1 0 0 1-1.9.9L12 14z"/><path fill="#FF4B55" d="m13.6 14.4-.9-.8v-1.3l1.6-1.3v3a.4.4 0 0 1-.7.3Z"/><path fill="#41479B" d="M13.2 12v1.4l.7.7v-2.8l.4-.3v3a.4.4 0 0 1-.7.3l-.9-.8v-1.3l.5-.3Z"/><path fill="#69C3FF" d="M12 14.1q1.3-.2 1.4-2.2c0-1.1-.6-2.1-1.4-2.1s-1.4 1-1.4 2.1.6 2.2 1.4 2.2"/><path fill="#009B64" d="M10.7 12.5h2.6l.1-.6-.6.2-.4-.1-.7-.7h-.5l-.5.5z"/><path fill="#F5F5F5" d="m11.9 11.8.2-.1-.4-.4h-.5l-.5.5v.1l.7-.1z"/><path fill="#5AA0E6" d="m10.7 12.5.1.9.8.7h.4l.6-.1.6-.6.1-.9z"/><path fill="#FFC88C" d="M12 14.2q-1.5-.2-1.6-2.3c0-1.2.7-2.3 1.6-2.3q1.5.2 1.6 2.3-.1 2.1-1.6 2.3m0-4.3c-.7 0-1.3 1-1.3 2q.1 1.9 1.3 2 1.2-.1 1.3-2c0-1-.6-2-1.3-2"/><path fill="#E1E1E1" d="m11 14-.5-.2q-.3 0-.5.3.4 0 .4.4v.3q0-.5.6-.7Z"/><path fill="#E1E1E1" d="m10.6 14.5-.1.3-.1-.3z"/><path fill="#966446" d="M13.8 14.6h-3.6v-.1z"/><path fill="#BE915A" d="M12.7 14.8h-1.4a.3.3 0 1 1 0-.6h1.4q.3 0 .3.3t-.3.3"/><path fill="#B9B9B9" d="M10.7 14.5h-.5v.1z"/><path fill="#FF4B55" d="M12 14.8v1.3l-.6-.1.3-1.2z"/><path fill="#41479B" d="m11.9 14.8-.3 1-.6-.1.4-.9z"/><path fill="#FFE15A" d="m11.3 14.8-.5.6.5.1.3-.7z"/><path fill="#FF4B55" d="M12 14.8v1.3l.6-.1-.3-1.2z"/><path fill="#41479B" d="m12.1 14.8.3 1 .6-.1-.4-.9z"/><path fill="#FFE15A" d="m12.7 14.8.5.6-.5.1-.3-.7z"/><path fill="#41479B" d="m9 11.6-.1-.2v-1H9zm6.1-.2-.2.2v-1.2h.2z"/></svg>',
66
+ eg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#464655" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#F0C727" d="M13.3 11.2q0-.4-.4-.3l-.3.1-.1-.5q-.1-.5-.7-.6h-.3l-.4.5h.5l-.1.6-.4-.1q-.3 0-.4.3v2.2l.5-.5-.2.7h-.3v.5h2.6v-.5H13l-.2-.7.5.5zm-1.5 2.4h-.4l.3-.6zm.4 0v-.5l.1-.1.3.6zm-.2-.8s-.7-.4-.7-1.3c0 0 .5 0 .7-.4q.5.4.7.4c0 .9-.7 1.3-.7 1.3"/></svg>',
67
+ sv: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#50AF69" d="M12 13.8a1.8 1.8 0 0 1-1.4-3 1.7 1.7 0 0 0 1.4 2.9Z"/><path fill="#50AF69" d="M11.3 13.2v.2s-.1 0 0 .1l-.3.1h.1l-.1.2c.5.3.8 0 .8 0q-.4-.6-.5-.6m.5.5"/><path fill="#50AF69" d="M10.9 12.9zl-.2.1h-.1v.1h-.1c.3.5.6.3.7.3q-.1-.6-.2-.6m-.3-.5zH10c0 .5.4.5.4.5q.2-.5 0-.6Zm-.1-.4h-.6q.2.5.4.4.3-.4.2-.5Zm0-.5H10q.1.4.2.4.4-.3.3-.4m-.2-.5s-.1.3 0 .4q0 0 .3-.2l-.1-.2zm.2-.4s-.1.2 0 .4q0 0 .3-.2v-.1h-.2Zm1.5 3.2za1.7 1.7 0 0 0 1.3-2.8v-.1a1.8 1.8 0 0 1-1.3 3"/><path fill="#50AF69" d="M12.7 13.2v.2s.1 0 0 .1l.3.1h-.1l.1.2c-.5.3-.8 0-.8 0q.4-.6.5-.6m-.5.5"/><path fill="#50AF69" d="M13.1 12.9zl.2.1h.1v.1h.1c-.3.5-.6.3-.7.3q.1-.6.2-.6m.3-.5zh.4c0 .5-.4.5-.4.5q-.1-.5 0-.6Zm.1-.4h.6c0 .4-.4.4-.4.4q-.2-.4-.2-.5Zm0-.5h.5q-.1.4-.2.4zm.2-.5s.1.3 0 .4q0 0-.3-.2l.1-.2zm-.2-.4s.1.2 0 .4q0 0-.3-.2v-.1h.2Z"/><path fill="#41479B" d="m12 12.7-.2.2v.1l.2.2.1-.2z"/><path fill="#F5F5F5" d="M12 13v-.3.5z"/><path fill="#41479B" d="M12 10.5V10s-.2.3-.2.9m-.9-.4c-.4.8 0 1.4 0 1.6l.6-.9z"/><path fill="#F5F5F5" d="M11.3 11.6V11l-.2-.3q-.3.8 0 1.1z"/><path fill="#FFE15A" d="m11.5 11.3-.7-.9z"/><path fill="#41479B" d="M10.4 11.3c-.2 2.1 1.5 1.6 1.6 1.4l-1-.5.2-.5z"/><path fill="#F5F5F5" d="m11 11.6-.3-.2c-.1 1.2.6 1.4 1 1.4q-.6 0-.8-1.2Z"/><path fill="#FFE15A" d="m11.2 11.8-.9-.5v-.1z"/><path fill="#41479B" d="M13.1 10.5c.4.8 0 1.4 0 1.6l-.6-.9z"/><path fill="#F5F5F5" d="M12.7 11.6V11l.2-.3q.3.8 0 1.1z"/><path fill="#FFE15A" d="M12.5 11.3zl.6-.8h.1z"/><path fill="#41479B" d="M13.6 11.3c.2 2.1-1.5 1.6-1.6 1.4l1-.5-.2-.5z"/><path fill="#F5F5F5" d="m13 11.6.3-.2c.1 1.2-.6 1.4-1 1.4q.6 0 .8-1.2Z"/><path fill="#FFE15A" d="M12.8 11.8zl.8-.5h.1z"/><path fill="#FFE6E6" d="M12 11.8a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8"/><path fill="#F5F5F5" d="M12 11.6a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4"/><path fill="#FFE15A" d="M12 12.1v-.7z"/><path fill="#5AA0E6" d="M13.4 12.7h-2.8l.4-.7h2z"/><path fill="#FFB750" d="M12 12.2h.8l-.2-.3h-.2l-.3.2Z"/><path fill="#FFC455" d="M11.8 12.2h.9l-.3-.3h-.2l-.3.2z"/><path fill="#FFCD55" d="M11.5 12.2h1l-.2-.3H12l-.4.2z"/><path fill="#FFD25A" d="M11.2 12.3h1.2l-.3-.4h-.4l-.4.2z"/><path fill="#FFE15A" d="M10.8 12.4h1.5l-.5-.5-.2-.1h-.2l-.5.4z"/><path fill="#FF4B55" d="M12.1 11.5zv-.2h.1zm0 .1h-.2v-.1zm-.1-.2z"/><path fill="#41479B" d="M11.7 10.9h.6z"/><path fill="#5AA0E6" d="M11.7 10.9h.6z"/><path fill="#9BC800" d="M11.7 10.9h.6l-.3-.1z"/><path fill="#FFE14E" d="M11.8 10.8h.5z"/><path fill="#FFB14E" d="M11.8 10.8h.5z"/><path fill="#FF4B55" d="M11.8 10.8h.4z"/><path fill="#FFE15A" d="M13.4 12.7h-2.8l1.4-2.2 1.5 2.1v.1Zm-2.8 0h2.8L12 10.5l-1.4 2ZM12 10v-.2zm.1 0h-.2z"/><path fill="#41479B" d="m12 13.8-.3-.1.1-.3h.1zm-.2-.3z"/><path fill="#41479B" d="M12 13.8v-.4h.2v.3zm0-.3zh.1v-.1zm-.2.5q.1-.3.2-.3 0 0-.2.3"/><path fill="#41479B" d="M12.2 14q-.1-.2-.2-.2v-.1s.3 0 .3.3Z"/></svg>',
68
+ gq: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#4173CD" d="M6 12.3v-.6l-5.5-7Q0 5.2 0 6v12.2q0 .7.5 1.2z"/><path fill="#B46446" d="M11.9 12.4s0 1-.3 1.4h.7c-.2-.4-.2-1.4-.2-1.4q.2-.6.3-.6v-.2l-.3.3v-.3h-.2v.3l-.2-.3-.2.2s.4.2.4.6"/><path fill="#73AF00" d="M13 11.2a.3.3 0 0 0-.4-.2h-.3a.3.3 0 0 0-.7 0 .3.3 0 0 0-.4.4l-.2.2a.2.2 0 1 0 .2.3h.4q.3 0 .3-.2H13a.3.3 0 0 0 0-.5"/><path fill="#5FA000" d="M12.7 11.4a.3.3 0 0 1-.5 0h-.4q0 .3-.3.3l-.3.3h.4q.3 0 .3-.3H13z"/><path fill="#464655" d="M12 14.5s-.1-.3-.5-.3H11a.5.5 0 0 1-.5-.6v-3.2h3v3.2q0 .5-.4.6h-.6q-.6.1-.5.2Zm-1.4-4v3.1q0 .5.4.5h.5q.4 0 .5.2 0-.1.5-.2h.6q.3 0 .4-.5v-3.1z"/><path fill="#FFE15A" d="M11.6 9.6zh.2v.3h-.2v.2l-.2-.2h-.1v-.3zm-.8.1zh.2v.2H11v.2l-.2-.1h-.2v-.2h.1zm-.8.3h.3v.1l.2.1-.2.1v.2l-.2-.1H10v-.1l-.2-.1zm2.4-.4zH12v.3h.2v.2l.2-.2h.1zl-.1-.1Zm.8.1zh-.2v.2h.1v.2l.2-.1h.2v-.2h-.1zm.8.3h-.3v.1l-.2.1.2.1v.2l.2-.1h.1v-.1l.2-.1z"/></svg>',
69
+ er: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#4173CD" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V12H0z"/><path fill="#FF4B55" d="M0 6v12q0 1.1.8 1.6L24 12 .8 4.4Q0 4.9 0 6"/><path fill="#FFE15A" d="M8.9 14.4s1.1-.5 1.4-1.7l-.8.8s.8-1 .6-2q0 .2-.3.5s.4-1.4 0-2q0 .1-.3 1s.1-1.7-.6-2c0 0 .3.4.1.9 0 0-.2-1-1.1-1.3v.3s-.3-.4-1-.4q0 .1.2.5l-.4.1s.2.3 1.1.3l-.3.1.7.2q.7 0 .8.7-.2 0-.5-.5-.2 0 .7 1.2l-.4-.2.6 1.6L9 12l-.2 1.7-.2-.5s-.4 1.2-1 1.4l-1.1.3q.1-1 .2-.8c.6 0 .7-.6.7-.6l-.3.1q.4-.6.3-.8-.4.6-.5.5V13q-.6.7-.5 1l-.1-1q0-.4.2-.5c.7.2.8-.3.8-.3q-.5.1-.5 0c.4-.3.2-.7.2-.7q-.3.5-.5.4v-.4l-.4.5.1-.6q.4-.3.5-.2c.5.1.7-.4.7-.4H7q.5-.4.3-.6c0 .2-.4.3-.4.3l.2-.5c-.4 0-.6.5-.6.5V10c.1-.5-.3-.8-.3-.8v.3c-.3-.3-.6 0-.6 0q.5.5.5.3l-.4.1.6.3c.1.7-.3 1-.3 1q-.3-.8-.4-.8v.3c-.2 0-.4-.5-.4-.5-.1.6.3 1 .3 1h-.4c.3.7.8.5.8.5L6 13l-.8-.8q.2.5.3.6l-.6-.3c0 .5.6.7.6.7L5 13c.2 1 1.1.6 1.1.6l.1 1.4-1-.3c-.6-.2-1-1.4-1-1.4l-.2.5-.1-1.7-.4.4.6-1.6-.4.2c.8-.8.7-1.2.7-1.2q-.3.5-.5.5.1-.6.8-.8l.7-.1-.3-.1q1.2-.3 1.1-.4h-.6c.4-.3 1.1-.5 1.1-.5-.9-.1-1.6.4-1.6.4l.3-.5C4.4 8.8 4 9.9 4 9.9q0-.9.2-1c-.8.4-.7 2-.7 2q-.3-.8-.2-1c-.4.7 0 2.1 0 2.1q-.4-.3-.4-.5c-.1 1 .6 2 .6 2l-.8-.8c.3 1.2 1.5 1.7 1.5 1.7-.7-.3-1 0-1 0q.8 0 1.3.6.6.3 1.3.3l.4.1q-.4.2-.4.6h1.4q0-.4-.4-.6h.6l1.2-.4q.6-.5 1.3-.7 0-.1-1 0Z"/></svg>',
70
+ ee: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#464655" d="M24 9.4H0v5.2h24z"/></svg>',
71
+ et: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FFE15A" d="M24 9.4H0v5.2h24z"/><path fill="#4173CD" d="M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0"/><path fill="#F2DD30" d="M8.2 10.8h3l.6-2 .1.5-1 3-.2-.3.3-1H8.7zm1.5 4.4.9-2.7-1.8-1.3h.6L12 13l-.3.2-.8-.5-.7 2.2zm4.6 0L12 13.5l-1.7 1.2.2-.5 2.4-1.8.2.3-.8.6 1.9 1.4zm1.5-4.4-2.4 1.7.7 2-.5-.4-1-2.9h.4l.3 1 2-1.4zM12 8l.9 2.8H15l-.5.3h-3v-.3h1l-.7-2.3z"/><path fill="#F2DD30" d="M12 16v-2.2zm3.8-2.7-2-.7v-.1zm-7.6 0v-.2l2-.6v.1zm5-2.7-.2-.1 1.3-1.8.1.1zm-2.3 0L9.6 8.8h.1z"/></svg>',
72
+ fk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5l4 2.5h.7q.3 0 .4-.4v-.3L8.7 9H12V7H8.7L12 4.8v-.3q0-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2a2 2 0 0 0-1 .8l3 2H0v2.1h3.3L0 11.3v.3q0 .4.4.4"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5zM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1zM4.2 9.1 0 11.8l.3.2L5 9.1zm7.8 2.5L8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#E67346" d="m15.5 16.5-.2-.4.1.2V16s1-.5 1-1.8h.4c0 1.6-1.2 2.2-1.3 2.2Z"/><path fill="#EB7D4B" d="m15.7 15.4-.4-.3 1.1-.9.2.4v-.2.2l-1 .8Z"/><path fill="#E67346" d="m20.6 16.5.2-.4-.1.2V16s-1-.5-1-1.8h-.4c0 1.6 1.2 2.2 1.3 2.2Z"/><path fill="#EB7D4B" d="m20.4 15.4.3-.3q-1-1-1-.9l-.2.4v-.2.2z"/><path fill="#4173CD" d="M18 8h-2.6v3.9c0 .8.2 3 2.6 3.7 2.5-.8 2.7-3 2.7-3.7v-4z"/><path fill="#C8C8C8" d="M19.2 8.9h-1.4l-.4-.1-.6-.5h-.2q-.4 0-.4.3H16a.2.2 0 1 0 0 .5h.2l.2.1v.8q0 .6.5.7v.5h.3l.1-.5H19l.1.2v.3h.2v-.5h.1v.5h.2v-.5l.2-.3v-1q0-.5-.5-.5Z"/><path fill="#73AF00" d="m16.2 11 .4 1h3l.2-1z"/><path fill="#F5F5F5" d="M19.8 11.7c-.5 0-.5.3-.9.3s-.4-.3-.9-.3q-.4.1-.8.3c-.5 0-.5-.3-1-.3q-.4.1-.8.3v.7q.4-.2.9-.4c.5-.2.4.4.9.4q.4-.2.8-.4c.5 0 .5.4 1 .4q.3-.2.8-.4c.4 0 .4.3.8.4V12c-.4 0-.4-.3-.8-.3"/><path fill="#4173CD" d="M19.8 12.3c-.5 0-.5.4-.9.4s-.4-.4-.9-.4q-.4.2-.8.4c-.5 0-.5-.4-1-.4q-.4.1-.7.4l.1.6q.3-.1.7-.3c.4 0 .4.3.9.3s.4-.3.8-.3.5.3 1 .3q.3-.1.8-.3.4 0 .6.3l.2-.6c-.4 0-.4-.4-.8-.4"/><path fill="#F5F5F5" d="M19.8 13c-.5 0-.5.3-.9.3s-.4-.3-.9-.3q-.4.2-.8.3c-.5 0-.5-.3-1-.3q-.3 0-.6.3l.2.5.5-.1c.4 0 .4.3.9.3s.4-.3.8-.3.5.3 1 .3q.3-.2.8-.3l.4.1.2-.5q-.2-.1-.6-.3"/><path fill="#4173CD" d="M19.8 13.7c-.5 0-.5.3-.9.3s-.4-.3-.9-.3q-.4.1-.8.3c-.5 0-.5-.3-1-.3l-.4.1.3.5h.2c.4 0 .4.3.9.3q.4-.2.8-.3c.5 0 .5.3 1 .3q.3-.2.8-.3h.1l.3-.5z"/><path fill="#F5F5F5" d="M20 14.3h-.2c-.5 0-.5.3-.9.3s-.4-.3-.9-.3q-.4.2-.8.3c-.5 0-.5-.3-1-.3q.4.6 1 1c.4 0 .4-.3.8-.3s.5.2.8.3q.8-.4 1.1-1Z"/><path fill="#FF965A" d="M18.1 11.7H18v2.8h.1z"/><path fill="#FF965A" d="M18.5 12.1h-1v.2h1zm0 .9h-1v.3h1z"/><path fill="#FFE15A" d="M18.5 12.3h-1v.6h1z"/><path fill="#FF4B55" d="M18 11.7v.3l-.5-.1z"/><path fill="#FF965A" d="M19.2 11.7H19v2h.2z"/><path fill="#FF965A" d="M19.6 12.1h-1v.2h1zm0 .9h-1v.3h1z"/><path fill="#FFE15A" d="M19.6 12.3h-1v.6h1z"/><path fill="#FF4B55" d="M19 11.7v.3l-.4-.1z"/><path fill="#FF965A" d="M17 11.7h-.2v2h.2z"/><path fill="#FF965A" d="M17.4 12.1h-1v.2h1zm0 .9h-1v.3h1z"/><path fill="#FFE15A" d="M17.4 12.3h-1v.6h1z"/><path fill="#FF4B55" d="M16.8 11.7v.3l-.4-.1z"/><path fill="#FF965A" d="M18.9 13.5a.8.8 0 0 1-1.7 0H17l-1.1-.3v.2l.4.1v.2l.4.1a1.5 1.5 0 0 0 2.9 0h.5v-.5z"/><path fill="#F5F5F5" d="M20.7 8v3.9c0 .8-.2 3-2.7 3.7-2.4-.8-2.6-3-2.6-3.7v-4zm.1-.3h-5.6V12q0 3 2.8 3.9 2.8-1 2.8-4z"/><path fill="#FF965A" d="M18 16.5q-1.9 0-3-1.1l.5-.5q1 .9 2.5.9c1.5 0 2-.3 2.6-.9l.4.5q-1 1-3 1Z"/></svg>',
73
+ fj: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#41479B" d="M.4 12h11.2q.3 0 .4-.4v-7q0-.5-.4-.5H1.8C.8 4.1 0 5 0 6v5.7q0 .3.4.4Z"/><path fill="#F5F5F5" d="M11.6 4.1h-.7L7 6.6V4.1H5v2.5L1 4.1H.4q-.3 0-.4.5v.3L3.3 7H0v2.1h3.3L0 11.3v.3q0 .4.4.4h.7L5 9.5V12h2V9.5l4 2.5h.7q.3 0 .4-.4v-.3L8.7 9H12V7H8.7L12 4.8v-.3q0-.5-.4-.5Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5zM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1zM4.2 9.1 0 11.8l.3.2L5 9.1zm7.8 2.5L8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#F5F5F5" d="M15.1 8.7v4.5c0 1.8 2.6 2.8 2.9 2.9.3-.1 2.9-1 2.9-3V8.8h-5.8Z"/><path fill="#FF4B55" d="M21 10.7V8.6h-6v2.1h2.6v2H15v.9h2.6v2.5l.4.1.4-.1v-2.5H21v-.8h-2.6v-2H21Z"/><path fill="#F5F5F5" d="M15.7 10.2a.3.3 0 1 0 0-.7.3.3 0 0 0 0 .7"/><path fill="#FFE15A" d="m16.3 9.4-.4-.2-.2.1-.2.2q.3.1.4 0h.2s0 .2.2.2.2-.2.2-.2zm.5.7s-.2.3-.5.3q-.1 0-.2 0h-.4l-.2-.2q.1-.2.4 0h.2v.1l.3-.2zm.4-.4q.3 0 1.3-.2.8-.3 1 0 .5-.1.2-.4c-.2 0-1.1.5-1.8.2 0 0-.4.1-.3-.4q0 .1.2.2c.4 0 .5.2 1.4 0q.8-.2.9.1-.2.4-.4.4-.2.2.4.2.4-.2.4.1l.1.2v.2s0 .2-.2.2H20v-.2q.4 0 .3-.1V10s-.4.2-.6 0q-.1 0-.4-.2 0 .1-.2.2l.2.1s0 .2-.2.3c-.1 0-.6.3-.8 0q-.2-.4.1-.3l.4.2q.2-.1 0-.2 0-.2 0-.2c0-.1.4-.1.3-.2q-.1 0-.4.2c-.2.2-1 .6-1.4.3s0-.5 0-.5Z"/><path fill="#FFD25A" d="M17.1 9.5s.3.3.7.4h-.3l.1.3h-.2v.1l-.3-.1v.2l-.2-.2h-.2v-.1h-.3v-.4h-.2l.3-.2z"/><path fill="#FFBE5A" d="m16.7 8.8.2.2.2-.1v.3h.3l-.2.2v.2h-.1v.2h-.2v.1l-.1-.1-.2.1v-.2h-.2l.1-.2h-.2l.3-.1V9l.1-.3Z"/><path fill="#FFE15A" d="M17.1 9.4s-.2.4-.4.3 0-.5 0-.5z"/><path fill="#5ABEA0" d="M16.3 11.7s0-.4-.2-.4l-.3-.3.3.1q.3.1.2.5Z"/><path fill="#B46446" d="M15.7 12v.2s.2 0 .2.2l.1.1V12l-.1-.1Z"/><path fill="#5ABEA0" d="M15.9 12c-.2-.1-.5-.5-.5 0 0 0-.2-.4 0-.4s.5.4.5.4"/><path fill="#5ABEA0" d="m15.8 12-.2-.4q0-.3-.2-.3v.2s-.2-.1-.1-.3q.3-.1.4.2z"/><path fill="#5ABEA0" d="M15.8 11.9s-.2-.5.4-.7c0 0-.6-.2-.5.6Zm.1.1s-.5-.1-.5.3q0-.1.3-.1z"/><path fill="#B46446" d="M16.4 11.9v.5h-.2v-.7z"/><path fill="#5ABEA0" d="M16 12.2q.2-.2.2-.5l.2.2s0-.3-.2-.3H16z"/><path fill="#5ABEA0" d="M16.4 11.8v-.2s.3.2.2.3v-.3h-.3v.2Zm0-.2s0-.4.2-.4l.4-.2h-.3q-.3 0-.4.5v.1z"/><path fill="#B46446" d="M16.5 12.5h.2v-.3z"/><path fill="#5ABEA0" d="M17.1 11.3q.3.1.2.2 0-.4-.2-.2l-.2.1q-.2-.4-.3-.3l.3.4v.3q-.3.2-.3.4h.1l.2-.2.1.2V12h-.1v-.1q.3.1.3.2 0-.4-.2-.3z"/><path fill="#B46446" d="M19.6 11.7v.7l-.1.2h.4l-.2-.2z"/><path fill="#5ABEA0" d="M19.6 11.8s-.3.2-.4.5c0 0-.2-.4.4-.7q0-.1-.7.4s0-.7.7-.5c0 0-.3-.4-.9 0 0 0 .4-.8 1-.2V11v.3l.1-.2v.4s.4-.7.9 0c0 0-.6-.2-.9 0 0 0 .6-.1.6.5 0 0-.3-.4-.6-.3 0 0 .4.2.3.7 0 0-.3-.5-.5-.5ZM16 14.1v-.3.1h-.1v-.1h-.2l.1.1v.1zl-.1.1a.1.1 0 0 0 .2 0zv.2a.1.1 0 0 0 0-.2z"/><path fill="#FFECDE" d="m15.9 14 .3.1q-.2.4.2.8l.4.1.1.4.4-.2-.3-.3s0-.2-.2-.3l.3-.2H17l.3-.3h-.1l.1-.3-.4.3.1-.4-.2.2q-.3-.1-.2.4l-.2-.3q0-.2-.2-.2l-.1.1z"/><path fill="#B46446" d="M19.8 14s.1-.2.2-.1q.1 0 .2 0 .2 0 0 0l-.3-.2-.3.3z"/><path fill="#FFE15A" d="M19.1 14.2s.1-.4.4-.4l.3.3q.3 0 .3.2t-.3.3z"/><path fill="#5ABEA0" d="M19 14.6s-.3.3 0 .6l.5-.1q.1-.3 0-.3z"/><path fill="#5ABEA0" d="m19 14.6.1-.4.8.4-.3.3z"/><path fill="#B46446" d="M18.6 15.6s.5-.2.4-.4q-.1-.2-.2 0z"/><path fill="#464655" d="m18 16.3-1.6-.8q-1.5-1-1.5-2.3V8.4H21v4.8q0 1.4-1.5 2.3l-1.6.8Zm-2.9-7.6v4.5c0 1.8 2.6 2.8 2.9 2.9.3-.1 2.9-1 2.9-3V8.8h-5.8Z"/></svg>',
74
+ fi: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#41479B" d="M24 10.8H10V4H7.3v6.7H0v2.4h7.4V20H10v-6.7h14z"/></svg>',
75
+ fr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/></svg>',
76
+ pf: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-2.4H0v2.4ZM22.2 4.1H1.8C.8 4.1 0 5 0 6v2.4h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M24 8.3H0v7.4h24z"/><path fill="#FFB955" d="m14.7 11-2.6 1 2.5-1.3-.3-.5L12 12l2-2-.5-.4-1.4 2.4 1.2-2.6-.6-.2L12 12l-.7-2.8-.6.2L12 12l-1.6-2.4-.5.4 2 2-2.2-1.8-.3.5 2.5 1.3-2.6-1-.2.6 2.8.4-2.8-.2v.8l2.9-.3 2.9.3v-.8l-2.8.2 2.8-.4z"/><path fill="#4173CD" d="M9.2 12.8v.2h5.6v-.2l-.6-.2q-.4.1-.7.2l-.8-.2q-.3.1-.7.2-.4-.1-.7-.2l-.8.2q-.3-.1-.7-.2zm4.9.6q-.3-.2-.7-.3-.3.2-.7.3-.3-.2-.7-.3-.4.2-.7.3-.4-.2-.7-.3-.4.2-.7.3l-.6-.2.2.4h5l.2-.4zm.3.4-.3-.1q-.3.1-.7.2-.3-.1-.7-.2-.3.1-.7.2-.4-.1-.7-.2-.4.1-.7.2-.4-.1-.7-.2h-.3q0 .3.3.4h4.2zm-.6.6-.4-.2q-.3.2-.7.3-.3-.2-.7-.3-.4.2-.7.3-.4-.2-.7-.3l-.4.2.5.3h2.6zm-2.5.4H11l1 .2q-.4-.1-.7-.2m.7.2q.5 0 1-.2h-.3q-.3.1-.7.2"/><path fill="#FF4B55" d="m12.4 11.7-1-.3V9.5q0-.4.6-.5h.3q-.2.2-.3.5.1.5.5.6zs0 .1-.1 0Zm-.8 1.2q0 .6-.7.7-.7-.2-.6-.8v-2.3h.2v2.2c0 .3.7.4 1 .2Zm.8 0q0 .6.6.7.8-.2.7-.8v-2.3h-.4v2.2c0 .3-.6.4-1 .2Z"/><path fill="#AA4650" d="M13.1 12.5h-2.3 2.4Zm-2.1-.4zh-.4l.1.1-.1.2h.5V12Zm1 0 .2-.1h-.4l.1.1-.1.2h.4zm-.5 0 .2-.1h-.4l.1.1-.1.2h.4V12Zm1.1 0zh-.4l.1.1-.1.2h.4zm.4 0 .2-.1zv.3h.2q.1 0 0 0zm-2 .8.6-.1.1-.2h-.6zm2 0-.6-.1q-.2-.2-.1-.2h.5z"/></svg>',
77
+ ga: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="M24 9.4H0v5.2h24z"/></svg>',
78
+ gm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.6H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.6h24V6q-.2-1.6-1.8-1.8Z"/><path fill="#41479B" d="M24 10.3H0v3.4h24z"/><path fill="#F5F5F5" d="M24 9.5H0v.8h24zm0 4.2H0v.8h24z"/></svg>',
79
+ ge: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FF4B55" d="M24 10.8H13.2V4h-2.4v6.7H0v2.4h10.8V20h2.4v-6.7H24z"/><path fill="#FF4B55" d="M7 6.9 5.8 7 6 5.8H5V7H3.7v1H5v1h1V7.9L7 8zm13.3 0L19 7V5.8h-1V7h-1v1l1.2-.1L18 9h1V7.9l1.2.1V7ZM7 16l-1.2.1L6 15H5v1.2L3.7 16v1H5v1.2h1V17h1zm13.3 0H19v-1h-1v1.2l-1-.2v1l1.2-.1-.1 1.2h1V17l1.2.1z"/></svg>',
80
+ de: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FF4B55" d="M24 9.4H0v5.2h24z"/></svg>',
81
+ gh: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FFE15A" d="M24 9.4H0v5.2h24z"/><path fill="#464655" d="m12.2 10 .4 1.3H14q.2.1 0 .4l-1 .8.4 1.3q0 .3-.3.2l-1.1-.8-1.1.8q-.3 0-.3-.2l.4-1.3-1-.8q-.2-.3 0-.4h1.4l.4-1.3q.1-.1.4 0"/></svg>',
82
+ gi: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.6H0zm16.6-8V9h-.9V7h.4v-.9h-2.4V7h.4v2.1h-1.3V6.2h.4v-.8h-2.4v.8h.4v2.9H9.9v-2h.4v-.9H8V7h.4v2.1h-.9v.8H8v3.3h-.5v.9h9.2v-.9H16V10h.5Z"/><path fill="#464655" d="M12.8 13.7h-1.6V12a.8.8 0 1 1 1.6 0zM12 7.9q-.3 0-.4.4v1.2h.8V8.3q0-.4-.4-.4m2.9.4q-.3 0-.4.4v.8h.8v-.8q0-.3-.4-.4m-5.8 0q-.3 0-.4.4v.8h.8v-.8q0-.3-.4-.4m6.2 5.4h-1.6v-1.3a.8.8 0 1 1 1.6 0zm-5 0H8.7v-1.3a.8.8 0 1 1 1.6 0z"/><path fill="#FFE15A" d="M13.1 15.1v-.2l-.9-.5v-.2l.7-.4a.2.2 0 1 0-.2-.3l-.7.3-.7-.3a.2.2 0 1 0-.2.3l.7.4v.2l-.8.5a.2.2 0 0 0 0 .4l.8.5v1.8H11v.3a.2.2 0 0 0 .4.1h.4v.4h-.4a.2.2 0 0 0-.4.1v.3h.8v.2a.2.2 0 1 0 .4 0v-3.2l.8-.5zm-1.1.4-.6-.4.6-.4.6.4z"/></svg>',
83
+ gr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M24 5.9q-.2-1.7-1.8-1.8H1.8C.8 4.1 0 5 0 6v12.2q0 .4.2.7v.2h.1v.2h.1l.1.1.1.1.1.1h.1v.1h.3v.1h.3v.1h21.5l.1-.1h.1l.1-.1h.1l.1-.1.1-.1.1-.1.1-.1V19h.1v-.2h.1v-.1l.2-.7V5.9Z"/><path fill="#41479B" d="M0 14.6h24v1.8H0zm.2 4.2v.2h.1v.2h.1l.1.1.1.1.1.1h.1v.1h.3v.1h.3v.1h21.5l.1-.1h.1l.1-.1h.1l.1-.1.1-.1.1-.1.1-.1V19h.1v-.2h.1v-.1l.2-.7H0q0 .4.2.7Zm8-11.2v1.8H5v3.5h19V11H8.3V9.4H24V7.6H8.3Zm-5 1.8H0v3.5h3.3zM24 5.9q-.2-1.7-1.8-1.8H5v3.5h3.3V6zM3.3 4H1.8A2 2 0 0 0 0 6v1.7h3.3z"/></svg>',
84
+ gl: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V12H0zM8.3 6.6c-3 0-5.4 2.4-5.4 5.4h10.8c0-3-2.5-5.4-5.4-5.4"/><path fill="#F5F5F5" d="M8.3 17.4c3 0 5.4-2.4 5.4-5.4H2.9c0 3 2.4 5.4 5.4 5.4"/></svg>',
85
+ gd: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="M21.5 6.6v10.8h-19V6.6z"/><path fill="#73AF00" d="M2.5 6.6 12 12l-9.5 5.4zm19 0L12 12l9.5 5.4z"/><path fill="#FF4B55" d="M12 13.7a1.7 1.7 0 1 0 0-3.4 1.7 1.7 0 0 0 0 3.4"/><path fill="#FFE15A" d="m12.1 10.8.3.8h.8s.1.1 0 .2l-.6.5.2.7-.1.2-.7-.5-.7.5s-.2 0-.1-.2l.2-.7-.6-.5q0-.1 0-.2h.8l.3-.8q.1-.2.2 0M12 4.7l.2.4h.5v.2l-.4.3.2.4s0 .1-.1 0l-.4-.2-.4.3s-.1 0 0 0v-.5l-.3-.3V5h.5l.1-.4h.2Zm5.5 0 .2.4h.4q.2 0 0 .2l-.3.3.1.4s0 .1 0 0l-.5-.2-.3.3H17l.1-.5-.4-.3V5h.5l.2-.4h.1Zm-10.9 0 .2.4h.5v.2l-.4.3.1.4s0 .1 0 0l-.4-.2-.4.3H6l.1-.5-.4-.3V5h.5l.2-.4h.1ZM12 18l.2.4h.5l-.4.4.2.4-.1.1-.4-.3-.4.3s-.1 0 0 0v-.5l-.3-.3v-.1h.5l.1-.5h.2Zm5.5 0 .2.4h.4q.2 0 0 0l-.3.4.1.4v.1l-.5-.3-.3.3H17l.1-.5-.4-.3v-.1h.5l.2-.5h.1ZM6.6 18l.2.4h.5l-.4.4.1.4v.1l-.4-.3-.4.3H6l.1-.5-.4-.3v-.1h.5l.2-.5h.1Zm-1.1-7h-1v1a1 1 0 1 0 1-1"/><path fill="#FF4B55" d="M6.6 13H6l-.5-1 1 .5z"/></svg>',
86
+ gu: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#3CC8FF" d="M12 7.9A5 5 0 0 0 9.4 12c0 1.3 1 3.3 2.6 4.1a5 5 0 0 0 2.6-4.1c0-1.3-1-3.3-2.6-4.1"/><path fill="#73AF00" d="M12.3 10.6q.4-.3 1.2-.1s-.5-.5-1.1-.1q.3-.4.7-.6s-.6-.2-.9.6q.1-.7-.6-1.4s.4.8.4 1.4q0-.2-.2-.3-.5-.5-.6-.4c-.1.1.5.5.7 1l-.7-.4c-.9 0-1 .6-1 .6q.6-.2 1.3-.2c-.6 0-.8.8-.8.8q.8-.8 1.2-.7c-.4.3-.4.9-.4.9l.6-.8q.5.8.5 1v-.5l-.3-.7c.7.1 1.2.7 1.2.7-.2-.7-.9-.8-1.2-.8"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1.1 5 0 5.8v12.4q.2 1.6 1.8 1.7h20.4q1.6-.1 1.8-1.8V5.9q-.2-1.7-1.8-1.8m1 15H.8V5h22.4v14Z"/><path fill="#FF965A" d="m11.2 13 .3-.7h3.2l-.2.8z"/><path fill="#4173CD" d="M9.5 12.8a5 5 0 0 0 2.5 3.3 5 5 0 0 0 2.5-3.3z"/><path fill="#FFE15A" d="M10 14s.8 0 1.4.2q.2.2 0 .4-.5.2-.6.7zm1.5 1.7q0-.5.7-.7c.6-.2.3-.6 0-.8s0-.3 1.8-.4l-.8 1.4-1.2 1z"/><path fill="#FF4B55" d="M12 16.4c-1.7-1-2.8-3-2.8-4.4s1-3.5 2.7-4.3h.2c1.6.8 2.7 3 2.7 4.3 0 1.4-1 3.5-2.7 4.3H12ZM12 8a5 5 0 0 0-2.4 4c0 1.2 1 3 2.4 3.9a5 5 0 0 0 2.4-3.9c0-1.2-1-3-2.4-3.9Z"/><path fill="#A54B37" d="M12.9 14.4a2 2 0 0 1-1-1.7v-1.9a.1.1 0 0 1 .2 0v2q0 .8.8 1.4a.1.1 0 0 1 0 .2"/><path fill="#A54B37" d="M12 11a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .5Z"/></svg>',
87
+ gt: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8z"/><path fill="#82AFFF" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFC855" d="M11.9 10h-.2l.2.2v-.3Z"/><path fill="#73AF00" d="M12 14.3a2.4 2.4 0 0 1-1.3-4.4v.1q-1 .7-1 2c0 1.2 1 2.2 2.3 2.2z"/><path fill="#73AF00" d="m10.6 14.5.4-.1q.3-.1.3-.2h-.4zm.7-.3v-.4l-.3-.3v.4zm-1.1 0h.3l.4-.2h-.4q-.3 0-.3.2m.7-.2v-.4l-.2-.3v.3q0 .3.2.4m-1.2-.2h.8q-.2-.2-.4-.1zm.8-.1v-.4l-.1-.3zm-1.2-.5.4.2.4-.1-.4-.1z"/><path fill="#73AF00" d="M10 13.3q.3 0 .2-.4v-.4l-.2.4zm-.9-.7.4.2h.4l-.4-.2zm.8.2.1-.3v-.4l-.1.4zM9 12l.3.2.4.1-.3-.3z"/><path fill="#73AF00" d="m9.7 12.3.3-.3v-.3l-.2.2zm-.6-1 .2.3.4.2-.2-.4zm.6.5.3-.2.2-.4-.3.2zm-.2-1.3v.4l.3.3v-.4z"/><path fill="#73AF00" d="M9.8 11.2h.4l.3-.3H10l-.3.3Zm.1-1.2v.7l.1-.4zm.1.7h.7l-.4-.1zm.3-1.1-.1.4v.4l.2-.4zm0 .8h.7l-.4-.1zm.2-.2s.2 0 .3-.2q.3 0 .3-.2h-.4zm1.5 4.1a2.3 2.3 0 0 0 1.2-4.3q1.2.6 1.2 2-.2 2.1-2.4 2.3"/><path fill="#73AF00" d="m13.4 14.5-.4-.1-.3-.2h.4zm-.7-.3v-.4l.3-.3v.4zm1.1 0h-.3l-.4-.2h.4q.3 0 .3.2m-.7-.2v-.4q.1-.3.2-.3v.3q0 .3-.2.4m1.2-.2h-.8q.2-.2.4-.1zm-.8-.1v-.4l.1-.3zm1.2-.5-.4.2-.4-.1.4-.1z"/><path fill="#73AF00" d="M14 13.3q-.2 0-.2-.4v-.4l.2.4zm.9-.7-.4.2h-.4l.4-.2zm-.8.2-.1-.3v-.4l.1.4zm.9-.8-.3.2-.4.1.3-.3z"/><path fill="#73AF00" d="M14.3 12.3 14 12v-.3l.2.2zm.6-1-.2.3-.4.2.2-.4zm-.6.5-.3-.2-.2-.4.3.2zm.2-1.3v.4l-.3.3v-.4zm-.3.7h-.4l-.3-.3h.4zm-.1-1.2v.7l-.1-.4zm-.1.7h-.7l.4-.1zm-.3-1.1.1.4v.4l-.2-.4zm0 .8H13l.4-.1zm-.2-.2s-.2 0-.3-.2l-.3-.2h.4z"/><path fill="#966446" d="m10.7 13.8-.4.4-.2-.4.6-.6.2.2v.2z"/><path fill="#B9B9B9" d="M13 10.7 10.6 13v.2l.5-.3 1.6-1.9.2-.2Z"/><path fill="#966446" d="M11.2 12.6v.4l1.6-1.9z"/><path fill="#A0A0A0" d="M13 10.8h-.2zl.1.1 1.2-1.3z"/><path fill="#966446" d="m13.4 13.8.4.4.2-.4-.6-.6-.2.2v.2z"/><path fill="#B9B9B9" d="m11.2 10.7 2.2 2.3v.2l-.5-.3-1.6-1.9z"/><path fill="#966446" d="M12.9 12.6v.4l-1.6-2z"/><path fill="#A0A0A0" d="M11 10.8h.2v.1l-.1.1-1.2-1.3z"/><path fill="#B9B9B9" d="M11.2 13.7zl2-2s-.8.5-2 2Z"/><path fill="#FFE15A" d="M11 14.1q-.1 0 0-.1l.1-.2h.2z"/><path fill="#FFC855" d="m11.1 13.6-.2.3v.1-.1l.2-.2.3.3v-.1z"/><path fill="#B9B9B9" d="M12.9 13.8zl-2-2s.8.5 2 2Z"/><path fill="#FFE15A" d="m13.2 14.2-.2-.3-.2.1z"/><path fill="#FFC855" d="m13 13.7.3.3v.1h-.1q0-.2-.2-.3l-.2.3h-.1z"/><path fill="#69B469" d="M12.1 10a.2.2 0 1 0-.3.1q.2.7.7.6.5.1.6 1c0 .5-.4 1-.4 1l.3-.3q-.1.6-1 1.8l.8-1-.6 1.2 1-1.8c.4-1.4-.6-2.2-1.1-2.5Z"/><path fill="#F4E08F" d="M11.7 12.1h-.5v.2h.5z"/><path fill="#ECD077" d="M11.2 12.6a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5m0-1.6a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .5Z"/><path fill="#FCF0A8" d="M12.6 11a.2.2 0 1 0 0-.4h-1.4a.2.2 0 1 1-.2.3l.4 1.2v.2q0 .3-.2.3h1.4q.2 0 .2-.3l-.4-1.2z"/><path fill="#F4E08F" d="M11.4 10.9s0 .2-.2.2h1.4l.2-.2zm0 1.4q0 .3-.2.3h1.4q.2 0 .2-.3z"/></svg>',
88
+ gg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FF4B55" d="M24 10.3H13.7V4.1h-3.4v6.2H0v3.4h10.3v6.2h3.4v-6.2H24z"/><path fill="#FFE15A" d="M17 13.2v-2.4l-.7.6H7.7l-.7-.6v2.4l.7-.6h8.6z"/><path fill="#FFE15A" d="M10.8 17h2.4l-.6-.7V7.7l.6-.7h-2.4l.6.7v8.6z"/></svg>',
89
+ gw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V12H0z"/><path fill="#FF4B55" d="M1.8 19.9h6V4h-6A2 2 0 0 0 0 6v12.2q.2 1.6 1.8 1.8Z"/><path fill="#464655" d="m3.9 10-.5 1.3H2q-.2 0 0 .2l1 .8-.4 1.4s0 .1.2 0l1.1-.8 1.2.9s.2 0 .1-.1l-.4-1.4 1.2-.8v-.2H4.4L4 9.9Z"/></svg>',
90
+ gn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="M16 4.1H8V20h8z"/><path fill="#FF4B55" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/></svg>',
91
+ gf: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 4.1Q.2 4.3 0 6v12.2q.2 1.7 1.8 1.8H8V4z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2q1.6-.1 1.8-1.8V5.9q-.2-1.6-1.8-1.8"/></svg>',
92
+ gp: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 4.1Q.2 4.3 0 6v12.2q.2 1.7 1.8 1.8H8V4z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2q1.6-.1 1.8-1.8V5.9q-.2-1.6-1.8-1.8"/></svg>',
93
+ gy: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><mask id="a" width="24" height="16" x="0" y="4" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#2A936A" d="M0 6q.2-1.8 2-2h20a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2z"/></mask><g mask="url(#a)"><path fill="#2A936A" d="M0 4h24v16H0z"/><mask id="b" width="24" height="15" x="0" y="5" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="m0 5 24 7.2-24 7.2z"/></mask><g mask="url(#b)"><path fill="#FFC20E" d="m0 5 24 7.2-24 7.2"/><path stroke="#fff" stroke-width="1.1" d="m0 5 24 7.2-24 7.2"/></g><mask id="c" width="12" height="15" x="0" y="5" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="m0 5 12 7.2-12 7.2z"/></mask><g mask="url(#c)"><path fill="#BE1E2D" d="m0 5 12 7.2-12 7.2"/><path stroke="#000" stroke-width="1.1" d="m0 5 12 7.2-12 7.2"/></g></g></svg>',
94
+ ht: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V12H0z"/></svg>',
95
+ hn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#4173CD" d="m12 11.3.2.5h.5l-.4.4.2.4s0 .1-.1 0l-.4-.2-.4.3s-.1 0 0 0v-.5l-.3-.3v-.1h.5l.1-.5zm-4.2 1.2.2.5h.4q.2 0 0 0l-.3.4.2.4s-.1.1-.1 0l-.4-.2-.4.3-.1-.1.1-.4-.3-.3V13h.5l.1-.5zm0-2.4.2.5h.4q.2 0 0 0l-.3.4.2.4s-.1.1-.1 0l-.4-.2-.4.3h-.1l.1-.5-.3-.3v-.1h.5l.1-.5zm8.5 2.4.1.5h.5l-.3.4.1.4s0 .1 0 0l-.5-.2-.4.3v-.5l-.3-.3V13h.5l.2-.5Zm0-2.4.1.5h.5l-.3.4.1.4s0 .1 0 0l-.5-.2-.4.3V11l-.3-.3v-.1h.5l.2-.5Z"/></svg>',
96
+ hk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M10.5 12.6A2 2 0 0 1 9 12v-.2c.8 1 1.8.8 2.4.6q-.3 0-.7-.2c-.7-.4-.4-1-.9-1.6q-.6-.7-1.5-.4-1-.1-1-.7c-1 2.2 1.6 5 4.2 3l-1 .2Zm-1.9-.8-.1-.3H8l.3-.3-.1-.3.3.2.3-.2v.4l.2.2h-.3zm3.8-.7a2 2 0 0 1 1.7-.4v.2a2 2 0 0 0-2.2 1l.6-.3c.9 0 .9.6 1.6.8q1 .2 1.6-.6c.6-.8 1-.2 1.2 0v-.1c-.6-2.3-4.3-3-5.2.1zm2-.5.3.1.2-.1h.1l-.1.3.3.2v.1h-.4l-.1.3-.2-.3h-.3V11l.2-.2z"/><path fill="#F5F5F5" d="M11 11.3a2 2 0 0 1 0-1.7q0-.1.2 0c-.5 1 0 2 .4 2.4l-.1-.7c.2-.8.8-.7 1.1-1.4q.5-.9-.1-1.6c-.4-.6 0-1 .2-1.2-2.4 0-4 3.4-1.2 5q-.3-.2-.5-.8m0-2 .2-.3-.1-.3.3.1.3-.2V9l.3.2h-.4v.4h-.2v-.3zm1.9 3.1q.7.5.9 1.5l-.1.1h-.1q-.5-1.6-1.6-1.8.3.2.4.5c.3.8-.2 1-.2 1.8s.4 1 1 1.3q.8.6.5 1v.1c2-1.3 1.5-5-1.7-4.9zm1 1.7zv.4l.2.2h-.4v.4h-.2v-.3h-.4v-.1l.3-.2-.1-.3s0-.1 0 0l.3.1.3-.2Z"/><path fill="#F5F5F5" d="M11.8 13.4a2 2 0 0 1-1.2 1.3h-.1v-.2c1-.5 1.2-1.5 1.2-2l-.3.5c-.7.6-1 .1-1.8.4q-.9.4-1 1.4c0 .6-.6.7-.8.7 1.8 1.5 5.2 0 4-3.1zm-1.3 1.5zH10v.3h-.2V15h-.4l.3-.3-.1-.3.3.1.3-.1v.3z"/></svg>',
97
+ hu: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/></svg>',
98
+ is: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M24 10H10.8V4H6.6v6H0v4.2h6.6V20h4.2v-6H24z"/><path fill="#FF4B55" d="M24 10.8H10V4H7.3v6.7H0v2.4h7.4V20H10v-6.7h14z"/></svg>',
99
+ in: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FAB446" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#41479B" d="M12 14.2a2.2 2.2 0 1 1 0-4.4 2.2 2.2 0 0 1 0 4.4m0-4a1.8 1.8 0 1 0 0 3.6 1.8 1.8 0 0 0 0-3.6"/><path fill="#41479B" d="M12 12.3a.3.3 0 1 0 0-.6.3.3 0 0 0 0 .6"/><path fill="#41479B" d="m12 12-.6.1H10V12l1.4-.1zm0 0 .6.1H14V12l-1.4-.1zM12 12l-.1-.6V10h.1l.1 1.4zm0 0-.1.6V14h.1l.1-1.4zm0 0-.5-.4-1-1h.1l1 .9zM12 12l.4.5 1 1v-.1l-.9-1zm0 0 .4-.5 1-1v.1l-.9 1zm0 0-.5.4-1 1h.1l1-.9zM12 12l-.6.3-1.2.5 1.2-.6zm0 0 .6-.2 1.3-.5v-.1l-1.3.5zm0 0-.3-.6-.5-1.2.6 1.2zM12 12l.2.6.5 1.3h.1l-.5-1.3zM12 12l-.6-.2-1.3-.5v-.1l1.3.5zm0 0 .6.3 1.2.5-1.2-.6zM12 12l.2-.6.5-1.3h.1l-.5 1.3zm0 0-.3.6-.5 1.2.6-1.2z"/><path fill="#F5F5F5" d="M12 12.3a.3.3 0 1 0 0-.6.3.3 0 0 0 0 .6"/><path fill="#41479B" d="M12 12.2a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4"/></svg>',
100
+ id: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#C8414B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#F5F5F5" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V12H0z"/></svg>',
101
+ ir: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24zM0 9.1h.1v-.2h.4V9l.1.1h.6v-.4H.7v.1H1V9H.7v-.2H0v.4Zm.3 0h.1V9zm-.2-.5h1.6v-.1H0Zm1.6.5h-.3v-.4h.4v-.2H2v.4h.1v-.4h.1v.4h.2v-.4h.1V9h-.6v-.2h-.4.2zm1 0h.1v-.2h.4v.2h.6v-.4h-.3v.1h.2V9h-.3v-.1l-.1-.1h-.6v.4Zm.3 0zm-.3-.5h1.7v-.1zm1.7.5H4v-.4h.4v-.2h.1v.4h.2v-.4H5v.4h.2v-.4h.1V9h-.6v-.2h-.4.2zm1 0zv-.2H6v.2h.6v-.4h-.3v.1h.2V9H6v-.3h-.6zm.3 0zm-.3-.5H7l.1-.1H5.3ZM7 9h-.3v-.4h.5v-.2h.1v.4h.2v-.4h.1v.4h.1v-.4H8V9h-.6v-.2H7h.1l.1.1V9Zm1.1.1v-.2h.4V9l.1.1h.6v-.4h-.3v.1h.2V9h-.3v-.1l-.2-.1h-.5v.4Zm.3 0zM8 8.6h1.6v-.1zm1.6.5h-.3v-.4h.5v-.2h.2v.4-.4h.2v.4h.2v-.4.6H10v-.2h-.4.1zm1.2 0v-.2h.4V9l.1.1h.6v-.4h-.3v.1h.1l.1.1h-.4v-.2h-.6zm.3 0zm-.3-.5h1.6v-.1zm1.6.5h-.3v-.4h.5v-.2h.1v.4h.1v-.4h.2v.4h.1v-.4h.1V9h-.6v-.2h-.4.2zm1.1 0v-.2h.4V9l.1.1h.6v-.4h-.3v.1h.1V9h-.3v-.2h-.6v.4Zm.2 0zm-.2-.5H15v-.1zM15 9h-.3v-.4h.4v-.2h.2v.4h.2v-.4.4h.2v-.4h.2V9l-.1.1h-.6v-.2h-.4zm1.2.1v-.2h.4v.2h.6v-.4H17v.1h.2V9h-.3v-.1l-.1-.1H16v.4Zm.2 0zm-.2-.5h1.6v-.1H16Zm1.6.5h-.3v-.4h.4v-.2h.2v.4h.1v-.4h.1v.4h.2v-.4h.1V9H18v-.2h-.4.2zm1 0h.1v-.2h.4v.2h.6v-.4h-.3v.1h.2V9h-.3v-.1l-.1-.1h-.6v.4Zm.3 0zm-.3-.5h1.7v-.1zm1.7.5h-.3v-.4h.4v-.2h.1v.4h.2v-.4h.1v.4h.1v-.4h.2V9h-.6v-.2h-.4.2zm1 0v-.2h.4V9l.2.1h.5v-.4h-.3v.1h.2V9h-.3v-.1l-.1-.1h-.6v.4Zm.3 0zm-.3-.5h1.6v-.1zm1.6.5h-.3v-.4h.5v-.2h.1v.4h.2v-.4h.1v.4h.1v-.4h.2V9h-.6v-.2H23h.1z"/><path fill="#F5F5F5" d="M0 9.5h1.3v-.2H0zm1.4 0h1.1v-.2H1.3zm1.3 0h1.1v-.2H2.7zm1.4 0h1.1v-.2H4zm1.3 0h1.1v-.2H5.4zm1.4 0h1.1v-.2H6.6v.2Zm1.3 0h1.2v-.2H8zm1.3 0h1.1v-.2H9.4zm1.4 0h1.1v-.2h-1.1zm1.3 0h1.1v-.2h-1.1zm1.4 0h1.1v-.2h-1.1zm1.3 0H16v-.2h-1.3v.2zm1.4 0h1v-.2h-1.1v.2Zm1.3 0h1.1v-.2h-1.1zm1.3 0H20v-.2h-1.1zm1.4 0h1.1v-.2h-1.1zm1.3 0h1.2v-.2h-1.2zm1.4 0H24v-.2h-1.3v.2Zm1.1 5.4h-.1v.2h-.4V15l-.1-.1h-.6v.4h.3v-.1H23V15h.3v.2h.7v-.4Zm-.3 0h-.1v.1zm.2.5h-1.6v.1H24Zm-1.6-.5h.3v.4h-.4v.2H22v-.4h-.1v.4h-.1v-.4h-.2v.4h-.1V15h.6v.2h.4-.2zm-1 0h-.1v.2h-.4v-.2h-.6v.4h.3v-.1h-.2V15h.3v.1l.1.1h.6v-.4Zm-.3 0zm.3.5h-1.7v.1zm-1.7-.5h.3v.4h-.4v.2h-.1v-.4h-.2v.4H19v-.4h-.2v.4h-.1V15h.6v.2h.4-.2V15Zm-1 0h-.1v.2H18v-.2h-.6v.4h.3v-.1h-.2V15h.3v.1l.1.1h.6v-.4Zm-.3 0zm.3.5H17l-.1.1zM17 15h.3v.4h-.5v.2h-.1v-.4h-.2v.4h-.1v-.4h-.1v.4H16V15h.6v.2h.4-.1l-.1-.1V15Zm-1.1-.1v.2h-.4V15l-.1-.1h-.6v.4h.3v-.1h-.2V15h.3v.1l.2.1h.5v-.4Zm-.3 0zm.3.5h-1.6v.1zm-1.6-.5h.3v.4H14v.2h-.2v-.4.4h-.2v-.4h-.2v.4-.6h.5v.2h.4-.1zm-1.1 0v.2h-.4V15l-.1-.1H12v.4h.3v-.1h-.1l-.1-.1h.4v.2h.6zm-.3 0zm.3.5h-1.6v.1zm-1.6-.5h.3v.4h-.5v.2h-.1v-.4h-.1v.4H11v-.4h-.1v.4h-.1V15h.6v.2h.4-.2zm-1.1 0v.2H10V15l-.1-.1h-.6v.4h.3v-.1h-.1V15h.3v.2h.6v-.4Zm-.2 0zm.2.5H9v.1zM9 15h.3v.4h-.4v.2h-.2v-.4h-.2v.4-.4h-.2v.4H8V15l.1-.1h.6v.2zm-1.2-.1v.2h-.4v-.2h-.6v.4H7v-.1h-.2V15h.3v.1l.1.1H8v-.4Zm-.2 0zm.2.5H6.2v.1H8ZM6.2 15h.3v.4h-.4v.2h-.2v-.4h-.1v.4h-.1v-.4h-.2v.4h-.1V15H6v.2h.4-.2zm-1-.1H5v.2h-.4v-.2H4v.4h.3v-.1h-.2V15h.3v.1l.1.1h.6v-.4Zm-.3 0zm.3.5H3.5v.1zM3.5 15h.3v.4h-.4v.2h-.1v-.4H3v.4-.4h-.1v.4h-.2V15h.6v.2h.4-.2zm-1-.1v.2H2V15l-.2-.1h-.5v.4h.3v-.1h-.2V15h.3v.1l.1.1h.6v-.4Zm-.3 0zm.3.5H.9v.1zM.9 15h.3v.4H.6v.2-.4H.3v.4H.2v-.4H.1v.4H0V15h.6v.2H1zm23.1-.5h-1.3v.2H24zm-1.4 0h-1.1v.2h1.2zm-1.3 0h-1.1v.2h1.1zm-1.4 0h-1.1v.2H20v-.2Zm-1.3 0h-1.1v.2h1.1zm-1.4 0h-1.1v.2h1.3v-.2Zm-1.3 0h-1.2v.2H16zm-1.3 0h-1.1v.2h1.1zm-1.4 0h-1.1v.2h1.1zm-1.3 0h-1.1v.2h1.1zm-1.4 0H9.4v.2h1.1zm-1.3 0H8v.2h1.3v-.2zm-1.4 0h-1v.2h1.1v-.2Zm-1.3 0H5.4v.2h1.1zm-1.3 0H4v.2h1.1v-.2Zm-1.4 0H2.7v.2h1.1zm-1.3 0H1.3v.2h1.2zm-1.4 0H0v.2h1.3v-.2Z"/><path fill="#FF4B55" d="M11.7 10h.8l.1-.4q-.2.3-.6.1-.3.2-.6 0 0 .2.3.3m.7 3.9a2.2 2.2 0 0 0 .5-3.6c.6 1 .4 2.5-.6 3.2v-3.2H12q0-.2-.2 0h-.1l-.1.2v3c-1-.7-1.2-2.1-.6-3.2a2 2 0 0 0-.5 2.4q.3.8 1 1.2l-.9.1q.6.3 1.1.1l.2.3.2-.3h1.1l-.9-.2Z"/><path fill="#FF4B55" d="M14.2 11q-.3-.6-1-.9a2.4 2.4 0 0 1 .2 3.5 2 2 0 0 0 .8-2.6m-3.8 2.5c-.7-1-.5-2.5.5-3.3q-.8.1-1.1.8a2 2 0 0 0 .8 2.6z"/></svg>',
102
+ iq: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#464655" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#73AF00" d="M14.4 11v-.2h.4l.1-.1h.2l.2-.1-.1.3h-.4q0 .2-.4 0Zm.5-.5q-.2-.1-.1-.4.2 0 .1.3zm-3.6 1.2q-.4 0-.5.4H9.2l1.4-1.2v-.2q0-.3-.3-.1l-.7.7-.7.7v.2q0 .2.2.3h2l.1-.4q.2 0 .2.3 0 .1-.3.2H8.5l-.1-.2v-.1q0-.2-.3-.1 0 0 0 .1v.2l-.2.1-.7-.1q0-.2-.2-.1-.2 0-.1.2t.1.7q0 .1-.2.3 0 .1.1.1.5 0 .5-.5h4q.3 0 .3-.2v-1q-.1-.2-.4-.3m5.1-1.2.2.1s.1.1 0 .2v1.8h.5l.1.5-.1.1h-.8zm-.8.5v1.4l-.1.2-.1-.2v-1.2h-.2l-.1.1v1.1l-.2.2-.1-.2-.2-.7-.3.2h.1v.3q-.7 0-.6.9l.1.1h2v-2.5h-.1l-.1.1v.1Zm-1.4 1.5s.2-.1.2 0-.1.1-.2 0"/><path fill="#73AF00" d="M8 13.4v.2h-.2l.1-.2Zm4.3-2.8q.2 0 .1.2v1.8h.4l.1.4q0 .2-.2.2h-.5l-.2-.1v-2.4q0-.2.3-.1"/></svg>',
103
+ ie: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8z"/><path fill="#FF9B46" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/></svg>',
104
+ im: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="M12 12c-.3-.2-.2-.9-.2-1l-1-.3v-.1l1 .2h.1l.7-.6.2.2-.8.6zm3.2-4.2.2-.2v.5h-.1l-.1.3v-.2h-.4L15 8v-.3zM13 15.4v.3-.1h-.4v-.2l-.2-.3h.2l.1-.2.1.3zM7.4 10H7l.2-.1v-.2H8l-.1.2.1.2h-.3l-.2.2z"/><path fill="#F5F5F5" d="m12 17-.5.6v-.3l.4-.2Zm0-.2v.2l-.5.1V17z"/><path fill="#FFE15A" d="M12.1 16.5v.2l-.6.2v-.2z"/><path fill="#F5F5F5" d="M12.2 16.3v.1l-.6.2v-.3zm.2-.2-.1.1h-.6V16h.4zm.1-.1-.3-.1v-.2c.2-.2-.3-.4-.5-.6l-.4-.3.4-.1.1.2.5.6q.3 0 .4.2t-.2.3"/><path fill="#F5F5F5" d="M12.2 15.7s-.1.2-.5.2q0-.3-.3-.5c-.2 0-1-.6-1.3-.9l.5-.5h.1l.2.2.2.4.5.6q.6.3.6.5m-.6-1.1h-.3L11 14l-.2-.2.1-.2.5.5zm-.8-1v.3l-.6-.3.1-.2q.3 0 .5.2"/><path fill="#F5F5F5" d="M10.6 14q-.5 0-.5.4l-.3-.2q0-.2-.2-.2l.5-.3zm-.6-.4-.5.3h-.1l-.2-.1-.2-.3h.3q.2 0 .4 0z"/><path fill="#FFE15A" d="m10.2 13.3-.1.3v-.1l-.4-.2-.4.1H9v-.2h.8s.2 0 .3-.2l.1.1z"/><path fill="#F5F5F5" d="m10 13-.2.2h-.9V13l.2-.2.4.2zm1.9-.9-1.6 1-.2-.2.1-.1.5-.6 1-.7q0 .4.2.6"/><path fill="#F5F5F5" d="M11.7 11.4a4 4 0 0 0-1.6 1.3v.2h-.5l-.4-.3.4-.5 1.2-1.3.9.3zM6.4 8.3q-.2-.4-.2-.6h.2zm.2.2zv-.6h.2z"/><path fill="#FFE15A" d="M6.8 8.7zv-.5H7l-.1.6Z"/><path fill="#F5F5F5" d="m7 9-.1-.2.1-.5.2.1zm0 .2V9l.3-.5h.1V9q-.3 0-.3.2Zm0 .1.4-.2v.1q.4.2.9-.3h.4v.3h-.3l-.7.1q-.2.3-.4.3t-.2-.3Z"/><path fill="#F5F5F5" d="M7.5 9.2v-.6h.6l1.4-.7q.3.2.2.6v.1l-.2.1H9q-.5 0-.8.2z"/><path fill="#F5F5F5" d="M8.8 9.2v-.4h1l.2.1-.7.2h-.4Z"/><path fill="#F5F5F5" d="m10 8.9-.2-.2.5-.4q0 .1.2.3zm-.2-.3q0-.5-.2-.8h.4l.2-.1v.5zm.6-.5v-.6l.2-.2h.3l-.1.3-.1.4-.2.1z"/><path fill="#FFE15A" d="m10.5 8.5-.1-.3q.3 0 .4-.2v-.4l.1-.2h.2v.1l-.1.3-.2.3v.4z"/><path fill="#F5F5F5" d="m11 8.4-.1-.3.1-.2.2-.4v-.2l.3.2.1.3-.4.2-.2.3Zm-.1 2.1-.2-1.8.2-.1.1.1.4.8.1 1z"/><path fill="#F5F5F5" d="M11.6 10.6a4 4 0 0 0-.5-2v-.2q0-.2.2-.3l.4-.2q0 .3.2.6l.7 1.7-.7.5zM17.2 8l.6.2-.2.1zm-.3 0h.1l.4.4h-.1z"/><path fill="#FFE15A" d="M16.6 8h.2l.3.4H17z"/><path fill="#F5F5F5" d="m16.4 8 .5.5h-.3zM16 8h.2l.3.6h-.1l-.1.1-.3-.3q.2-.3 0-.4"/><path fill="#F5F5F5" d="M16 8v.3h-.2c-.2 0-.2.6-.2.9q0 .2-.2.4l-.2-.2.1-.3q.3-.4.3-.7t0-.4.4 0"/><path fill="#F5F5F5" d="M15.8 8.4s.3 0 .4.4q-.2.2-.2.4l-.2 1.6q-.4 0-.7-.2v-.3l.2-.4.4-.7z"/><path fill="#F5F5F5" d="M15.1 9.5s.2 0 .2.2v.1l-.3.4v.3h-.3q0-.3.2-.7zm-.5 1.1h.4v.6h-.2v-.6Zm.4 0 .7.3v.3l-.2.3-.4-.3zm0 .7q.3 0 .5.3v.2l.1.2-.1.2-.2-.2-.3-.3z"/><path fill="#FFE15A" d="M14.7 11.3h.3q-.1.3 0 .4l.2.4.2.1-.1.2h-.1L15 12q0-.1-.2-.3l-.3-.1v-.2z"/><path fill="#F5F5F5" d="M14.6 11.7h.2l.1.3q0 .3.2.4h.1q0 .2-.2.2h-.3V12zm-1.7-1.3 1.5.9v.3h-.2a3 3 0 0 1-1.8-.6z"/><path fill="#F5F5F5" d="M12.3 11a4 4 0 0 0 2 .7h.1v.1l.2.3v.4h-.7c-.4 0-1.3-.3-1.7-.5l-.1-.9z"/><path fill="#464655" d="M18 8.1h-.1c0-.1-.6-.3-.9-.2h-1.5v-.4l-.3.2-.3-.2V8l-.2.3h.3l.1.3h.1l.2-.3v.1q0 .4-.2.7l-.4.7a2 2 0 0 0-.2 1.4h-.2l-1.5-.9-.2-.2-.7-1.7-.2-.5-.2-.4c-.2-.4-.9-.3-1-.3l-.3.2v.1l-.4.1-.4.2-1.5.7q-.2.1-.5 0l-1-.8q-.2-.2-.3-.1h-.1q0 .5.3.9.5.4.6.8 0 .3.2.4v.1H7v.1l.4.2v.3l.4-.2H8l-.2-.3.2-.3h-.5l.1-.2.7-.1h.8q.9-.2 1.3-.7l.1.1.2 1.8v.2q-.8.7-1.3 1.3 0 .3-.3.5l-.4.4q0 .6.3 1h.3l.1.1.3.2.3.4 1.3 1q.3.1.2.5l-.3 1.2v.3h.1q.4 0 .7-.6.1-.7.4-.9.3 0 .3-.4l.3.2v-.4l.3-.1v-.1L13 15l-.1-.3h-.1l-.1.3-.3-.1.2.4h-.3l-.4-.6-.4-.6a2 2 0 0 0-1.1-1l1.6-1 .1-.1 1.8.4.6.1.5.1c.3 0 .7-.5.7-.7v-.7l.2-.5.2-1.6q0-.3.3-.4c.2-.2 1-.3 1.2-.4q.3 0 .3-.2Zm-2.6 0zl-.1.3v-.2h-.4L15 8v-.3h.4zm-.1 1q.3-.4.3-.7s-.1-.4 0-.4q.1-.1.4 0v.3h-.2c-.2 0-.2.6-.2.9q0 .2-.2.4l-.2-.2zm-.4.7.2-.3s.2 0 .2.2v.1l-.3.4v.3h-.3q0-.3.2-.7m-.3.8h.4v.6h-.2v-.6Zm-.2.7v.3h-.2a3 3 0 0 1-1.8-.6l.5-.6zm-2.3.7h-.2c-.2-.2-.1-.9-.1-1l-1-.3v-.1l1 .2h.1l.7-.6.2.2-.8.6zm-.4-4q0 .3.2.6l.7 1.7-.7.5h-.3a4 4 0 0 0-.5-2v-.4q0-.2.2-.3l.4-.2Zm-.2-.4.1.3-.4.2-.2.3-.1-.2.1-.2.2-.4v-.2zm-1 0v-.2h.4l-.1.3-.1.4-.2.1h-.1zm-.5.3.2-.1v.5l-.4.4q0-.5-.2-.8zm-2 .7 1.4-.7q.2.2.2.6v.1l-.2.1H9q-.5 0-.8.2l-.7.3v-.6zm-1.7-.3q-.3-.4-.2-.6h.2zm.2.2zv-.6h.2zm0 .1.2-.5h.1l-.1.6-.1-.1Zm.3.3.1-.6.2.1L7 9ZM7 9l.3-.5h.1V9q-.3 0-.3.2zm.6.7H8l-.1.2.1.2h-.3l-.2.2V10L7 9.8h.2v-.2zM8.7 9v.3h-.3l-.7.1q-.2.3-.4.3t-.2-.3q0-.1.3-.2v.1q.4.2.9-.3zm.5.2h-.4v-.3h1l.2.1-.7.2Zm1.3-.5L10 9l-.2-.2.5-.4q0 .1.2.3m0-.1-.1-.3q.3 0 .4-.2v-.4l.1-.2h.2v.1l-.1.3-.2.3v.4zm.2.2.2-.1.1.1.4.8.1 1H11l-.2-1.8Zm-1.5 3.9.4-.5 1.2-1.3.9.3v.3a4 4 0 0 0-1.6 1.3v.2h-.5zm-.3.6V13l.2-.2.4.2h.4v.1l-.1.2h-.9m.2 0h.7s.2 0 .3-.2l.1.1v.2l-.1.3v-.1l-.4-.2-.4.1H9zm.4.7h-.1l-.2-.1-.2-.3h.3q.2 0 .4 0h.2l.1.1zm.3.3q0-.2-.2-.2l.5-.3.5.2q-.5.2-.5.5zm1.6 1.2c-.2 0-1-.6-1.3-.9l.5-.5h.1l.2.2.2.4.5.6q.6.3.6.5 0 .1-.5.2 0-.3-.3-.5m0 2.2v-.3l.5-.2zm.6-.6-.5.1V17l.5-.2v.2Zm0-.3-.5.2v-.2l.6-.2zm.2-.3-.6.2v-.3h.6zm0-.2h-.5V16h.4l.3.1zm.3-1h.2l.1-.3.1.3.3.1-.1.1v.2l-.2-.1h-.2v-.2l-.2-.3Zm-.7-.3.5.6q.3 0 .4.2t-.2.3l-.3-.1v-.2c.2-.2-.3-.4-.5-.6l-.4-.3.4-.1zm-.4-.7.2.4h-.3L11 14l-.2-.2.1-.2.5.5Zm-.6-.6v.3l-.6-.3.1-.2q.3 0 .5.2m-.4-.5h-.1l-.2-.2.1-.1.5-.6 1-.7q0 .4.2.6zm4.2-1v.4h-.7c-.4 0-1.3-.3-1.7-.5l-.1-.9.2-.1a4 4 0 0 0 2 .7h.1v.1zm.4.5h-.3V12l-.1-.3h.2l.1.2q0 .3.2.4h.1q0 .2-.2.2Zm.3-.2h-.1L15 12q0-.1-.2-.3l-.3-.1v-.2l.2-.1h.3q-.1.2 0 .4l.2.4.2.1zm.3-.4-.1.2-.2-.2-.3-.3v-.3q.3 0 .5.2v.2zm0-.8v.3l-.5-.3v-.6l.6.3zm.4-2-.2 1.6q-.4 0-.7-.2v-.3l.2-.4.4-.7.1-.8s.3 0 .4.4q-.2.2-.2.4m.4-.5h-.1l-.3-.3q.2-.3 0-.4h.2l.3.6h-.1Zm.2-.1-.2-.5.5.4h-.3Zm.4-.1-.4-.4h.2l.3.3H17Zm.3-.1-.4-.4h.1zm.3 0-.4-.4.6.2-.2.1Z"/></svg>',
105
+ il: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M24 7H0v10h24z"/><path fill="#41479B" d="m14.2 12 1-1.9h-2.1L12 8.3 11 10H8.7l1 1.9-1 1.9h2.1l1.1 1.8 1-1.8h2.2l-1-1.9Zm0-1.3-.4.7-.4-.7zm-.8 1.3-.7 1.3h-1.4l-.7-1.3.7-1.3h1.4zM12 9.5l.4.6h-.8zm-2.2 1.2h.8l-.4.7zm0 2.6.4-.7.4.7zm2.2 1.2-.4-.6h.8zm1.8-1.9.4.7h-.8z"/></svg>',
106
+ it: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/></svg>',
107
+ ci: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M16 4.1H8V20h8z"/><path fill="#FF9B55" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/></svg>',
108
+ jm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="M24 18.4 14.3 12 24 5.6q-.4-1.3-1.8-1.5h-.5L12 10.5 2.3 4.1h-.5Q.4 4.3 0 5.6L9.7 12 0 18.4q.5 1.4 1.8 1.5h.5l9.7-6.4 9.7 6.4h.5q1.4-.1 1.8-1.5"/><path fill="#464655" d="M24 5.6v12.8L14.3 12zM0 18.4V5.6L9.7 12z"/></svg>',
109
+ jp: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M12 16.6a4.6 4.6 0 1 0 0-9.2 4.6 4.6 0 0 0 0 9.2"/></svg>',
110
+ je: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FF4B55" d="M22.5 4.2 12 11 1.5 4.2q-1 .1-1.4 1L10.5 12 0 18.8q.5.9 1.4 1L12 13l10.5 6.8q1-.1 1.4-1L13.5 12 24 5.2q-.5-.9-1.4-1Z"/><path fill="#FFE15A" d="M13.2 6s0-.2-.3-.1q.2 0 0 .3-.1.2-.3-.1a.1.1 0 0 0 0-.2.1.1 0 0 0 0 .2q-.2.2-.5 0 0-.3.3-.4 0-.1-.3-.1.1-.1-.1-.5-.2.4 0 .5-.5 0-.4.1.4 0 .3.4-.3.2-.4 0a.1.1 0 0 0 0-.2.1.1 0 0 0 0 .2q-.2.3-.5.1V6q-.2 0-.2 0-.3-.2-.4-.1c.3.3.5 1 .5 1H13s.2-.7.5-1q-.1-.1-.4.1Z"/><path fill="#FF4B55" d="M13.1 6.8a3 3 0 0 0-2.2 0C10.3 9.3 12 10 12 10s1.7-.7 1.1-3.2"/><path fill="#82AFFF" d="M11.2 7.7H11Zm-.1-.1s0-.1 0 0m.1 0H11zm1 .2H12Zm-.2-.1q.1 0 0 0m.1.1s-.1 0 0 0m.7-.1zm0 .1zM11 7.3zq.1 0 0 0Zm0-.2zm0 .1s0-.1 0 0q.1 0 0 0"/><path fill="#FFE15A" d="M12.6 7.4h.2l-.1-.2h-.5q-.3-.1 0-.1h.5-.5q-.3 0-.1.1h.7l-.3.1h-.8v-.1l-.2-.1h-.2v.1l.1.1v.1l-.2-.1-.1-.2v.2l.2.2.2.1h-.4q.3.3.5.2l.2-.2h.6l-.1.1H12v.1h.4v-.2h.4q-.1 0-.2 0v.2h.4v-.3z"/><path fill="#FF4B55" d="M11.5 7.3z"/><path fill="#82AFFF" d="M11.5 7.4zm-.2 1.1zm0 0s-.1 0 0 0m.8.2s-.1 0 0 0m-.8-.4zm0-.1zV8Zm0 0z"/><path fill="#FFE15A" d="m12.5 8.4.2-.1-.2-.1h-.3q-.3 0 0-.1h.3-.3l-.2.1h.6zh-.7v-.1h-.2v.1h-.1l-.1-.2v.1l.1.3h.2-.3l.4.2.1-.1h.2l.1-.1h.2v.1H12v.1h.3v-.1l.3-.1v.1h-.1v.1h.2v-.3z"/><path fill="#FF4B55" d="M11.6 8.3"/><path fill="#82AFFF" d="M11.5 9.3zm0 0s-.1 0 0 0m1 .1zm0 0s-.1 0 0 0M11.4 9"/><path fill="#FFE15A" d="M12.4 9.2zs0-.1-.1 0h-.3v-.2h.3-.3q-.2 0 0 .1.1 0 .2 0h.2l-.2.1h-.5V9h-.2v.1l-.2-.2v.2l.2.1h.1l-.1.1h-.2.8-.2v.1h.3zh.2v.1h.1v-.2z"/><path fill="#FF4B55" d="M11.7 9.1"/><path fill="#82AFFF" d="M11.7 9.1z"/></svg>',
111
+ jo: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M22.2 4.1H1.8q-.6 0-1.1.4l9 4.9H24V5.9q-.2-1.7-1.8-1.8"/><path fill="#73AF00" d="M.7 19.5q.5.3 1.1.4h20.4q1.6-.1 1.8-1.8v-3.5H9.6l-9 4.9Z"/><path fill="#F5F5F5" d="M14.2 11.8q.2.2 0 .4l-4.6 2.4H24V9.4H9.6z"/><path fill="#FF4B55" d="M14.2 12.2q.2-.2 0-.4L9.6 9.4l-9-4.9Q.2 5.2 0 6v12.2q0 .8.7 1.4l9-4.9z"/><path fill="#F5F5F5" d="m4.5 11 .2.5.6-.2-.2.6.4.4-.6.2v.6l-.5-.4-.4.4v-.6l-.7-.2.5-.4-.3-.5h.6l.3-.5Z"/></svg>',
112
+ kz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82C3D2" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="M2.8 6v-.3h-.1q-.2 0 0 .4h-.4v.4h.2v-.3s.2 0 .2.2l-.1.2h-.3l-.2-.2V6l.3-.4v-.4h-.6s-.1.2 0 .4l.1.4v.3l-.1.2h-.3v-.4h.1v.2h.1q.1-.2 0-.3h-.2l-.1-.5-.1.1V8q.2-.2.2-.5h.3V7l-.2.1v.1l-.2-.1.1-.2h.3s.2 0 .2.2l-.1.3-.6 1.3V9l.1.4-.2.4.1.3.6 1.3v.3l-.1.3h-.3v-.4h.1l.1.2q.1-.3 0-.3l-.2-.1-.1-.5-.1.2V13q.2 0 .2-.4h.3v-.4l-.2.1v.2q-.2 0-.2-.2l.1-.2h.3l.2.2-.1.3-.6 1.3v.4l.1.3-.2.4.1.3.6 1.4v.2l-.1.3h-.3v-.4h.1v.1l.1.1q.1-.3 0-.3t-.2 0l-.1-.5h-.1v.7l.1.4-.2.3v.7l.2.1q.2-.2 0-.4l.4-.1v-.3h-.2v.2q-.2 0-.2-.2l.1-.2h.3s.2.1.2.3l-.1.2-.2.4v.4h.7s.1-.2 0-.4l-.1-.4v-.2l.1-.3h.3v.4h-.1v-.1l-.2-.1v.3h.3v.5h.2v-.8l-.1-.3.1-.4v-.6l-.1-.1q-.2.2 0 .4h-.4v.4h.2v-.2l.2.1-.1.3h-.3l-.2-.3v-.2l.7-1.4V15l-.1-.4.1-.3V14l-.6-1.3v-.3l.1-.2h.3v.4h-.1v-.2h-.2v.3h.3v.5h.2V11l-.1-.2q-.2.3 0 .5h-.4v.4h.2v-.2l.2.1-.1.2h-.3q-.2 0-.2-.2v-.3l.7-1.3v-.3l-.1-.4.1-.4v-.3l-.6-1.3V7l.1-.3h.3v.4h-.1L2.3 7v.3l.3.1V8h.2zm-1-.4zh.4q.1 0 0 .1V6L2 5.6ZM2 9.3l.1.1zm0 5.3.1.1v.1H2zm.2 3.9v.2h-.4v-.2L2 18l.2.4Zm0-1.1H2v-.1h.1Zm.4-2L2 16.6l-.5-1.2V15l.1-.3h.2l.2.3-.1.1h-.1V15h-.2v.2l.3.1v.2h-.1s0 .2.2.2v.2-.2q.3 0 .2-.2H2v-.2h.4V15h-.2v.2l-.2-.1.1-.2h.3s.2 0 .2.2zm0-1.3v.3l-.1.2h-.3v-.4h.1v.2h.1q.2-.1 0-.3h-.2v-.3h.1l-.2-.1v-.2H2v.2l-.2.1v.1H2v.2h-.4v.4h.2v-.3s.2 0 .2.2l-.2.2h-.2l-.2-.2V14l.6-1.3zm-.5-2H2V12zm.5-2L2 11.2 1.5 10v-.2l.1-.3h.2l.2.3-.1.1h-.1v-.1l-.2-.1v.3H2v.3h-.1l.2.2v.1H2v-.1q.3-.1.2-.2v-.1H2v-.1h.4v-.4h-.2v.2L2 9.8l.1-.3h.3s.2.1.2.3zm0-1.3V9l-.1.3h-.3v-.4h.1V9l.1.1q.2-.3 0-.3 0 0-.2 0v-.3h.1l-.2-.2v-.1H2v.1q-.2.1-.2.2v.1H2v.1h-.4v.4h.2v-.2L2 9q0 .1-.2.3h-.2q-.2 0-.2-.3v-.2L2 7.5zm-.6-2v-.2l.1.1v.1zm10.7 6.4a2.1 2.1 0 1 0 0-4.3 2.1 2.1 0 0 0 0 4.3m.2-4.9a.2.2 0 0 1-.4 0l.2-.5zm-.4 5.4a.2.2 0 1 1 .4 0l-.2.5zm2.9-2.5v-.3l.5.1zm-5.4-.3a.2.2 0 1 1 0 .3l-.5-.2zm4.7-1.7a.2.2 0 1 1-.2-.2l.5-.3zm-4 3.6a.2.2 0 1 1 .2.3l-.5.2zm3.8.2.2-.2.3.5-.5-.2Zm-3.6-4-.2.2-.3-.5zm.9-.6a.2.2 0 1 1-.3.2V8zm1.8 5.2a.2.2 0 1 1 .3-.1v.5zm1.7-3.5a.2.2 0 0 1-.2-.3h.6zM10.1 12l.1.2h-.5l.4-.3Zm3.8-3.4a.2.2 0 0 1-.3-.2l.3-.3zm-2.4 4.9.3.1-.3.4zm3.6-1.3a.2.2 0 0 1 .2-.3l.4.3zm-4.9-2.4v.3q-.4-.2-.5-.3zm2.1-1.5a.2.2 0 1 1-.3 0V8zm.7 5.4a.2.2 0 1 1 .4 0v.5zm2.4-3.1a.2.2 0 1 1 0-.3h.4zm-5.4.8a.2.2 0 1 1 0 .3h-.5zm4.3-2.6a.2.2 0 1 1-.2-.1l.4-.3zM11 13.2a.2.2 0 0 1 .3.2l-.4.3z"/><path fill="#FFE15A" d="M14.9 12.7a.2.2 0 1 1 .1-.3l.4.4zm-4.4-3.3a.2.2 0 1 1-.2.2l-.3-.4zm.8-.7-.3.1v-.4zm2.7 4.7a.2.2 0 0 1 .3-.2l.2.5zm1-3.8-.1-.2.5-.2zm-4.7 2.8a.2.2 0 0 1 .2.3l-.5.1zm3.1-4h-.3l.2-.5v.5ZM12 13.7h.3l-.2.5zm3.3-2 .1-.3.4.2zM10 10.3a.2.2 0 1 1 0 .3l-.5-.2h.5Z"/><path fill="#FFE15A" d="M17.7 11.6h-.1l-.5.9.2-1.4h-.1q-.1.6-.4 1.1v-.7l-.1-.2-.1.2c-.2 2.1-2.3 3-2.5 3.2l-1 .2h-.2q-2.1.2-3.3-1.6-.8-1.7-.7-2h-.2v.1l.2 1q-.4-.7-.6-1.3V11h-.1q0 0 0 .1H8q.1.8.4 1.3l-.5-.8v-.1h-.2v.1q.1.8.6 1.4l-.4-.4a.1.1 0 0 0-.2.1l.6.6h-.2l-.1.1.8.6h-.2l.1.2.3.1a.1.1 0 0 0 0 .2l.4.2v.2a4 4 0 0 0 2 .6.1.1 0 1 0 0-.3L10 15a.1.1 0 0 0 0-.3l-.5-.1.1-.1a.1.1 0 0 0 0-.2h-.2v-.4h-.1v-.3l-.3-.2q.1 0 0-.1l-.2-.4.2.1h.1l.3.2.1.2a4 4 0 0 0 3 1.8l-.5.3q-.5.2-.6.4v.3a.1.1 0 0 0 .2 0v-.1h.9l-.1.5h1.5l.4-.2h.4l.4-.2V16q.7-.2.6-.3v-.1l-1.5-.1H14l-.1.2-.5.2-.1-.1h-1.2.2v-.2l.3-.2.5-.3 1-.2s1.5-.6 2.3-2.1v.1l.1.1v.3a.1.1 0 0 0 0 .2l-.2.2v.2l-.2.2v.2H16a.1.1 0 0 0 0 .2l-.3.1a.1.1 0 0 0 0 .2l-1.3.4v.2q2-.2 1.8-.5a.1.1 0 0 0 0-.2q.6-.1.6-.2v-.2h-.2l.8-.6a.1.1 0 0 0-.2-.2l-.3.2.8-.9a.1.1 0 0 0-.2-.2l-.3.4.6-1.3v-.1ZM12 15.7zh-.2z"/></svg>',
113
+ ke: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#C8414B" d="M24 9.4H0v5.2h24z"/><path fill="#F5F5F5" d="M24 9.1H0v.8h24zm0 4.9H0v.9h24z"/><path fill="#F5F5F5" d="m14.2 8.5.7-2.3-1.4 2v.4l-3.7 7.8.3.2 3.7-7.9q.3 0 .4-.2"/><path fill="#F5F5F5" d="M9.8 8.5 9 6.2l1.4 2v.4l3.7 7.8-.3.2-3.7-7.9q-.3 0-.4-.2Z"/><path fill="#C8414B" d="M14 12c0 2.3-1.6 4.1-2 4.1s-2-1.8-2-4.1 1.6-4.1 2-4.1 2 1.8 2 4.1"/><path fill="#464655" d="M13.7 14q.3-1 .4-2 0-1.3-.4-2-.5 1-.5 2 0 1.3.5 2m-3.4-4q-.3 1-.4 2 0 1.3.4 2 .5-1 .5-2 0-1.3-.5-2"/><path fill="#F5F5F5" d="M12 12.6q.3 0 .4-.6 0-.7-.4-.6-.5.2-.4.6.1.6.4.6m0-4.7v3.5a5 5 0 0 0 0-3.5m0 0q-.3.4-.4 1.7 0 1.3.3 1.8zm0 4.7v3.5q.3-.4.4-1.7 0-1.4-.3-1.8Zm0 0a5 5 0 0 0 0 3.5z"/></svg>',
114
+ ki: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="M14.3 12.1 14 12c.7-.1 1.2-.7 1.2-.7q-.4.3-1 0h-.4c.6-.4.9-1.1.9-1.1q-.3.3-1 .3l-.4.1c.4-.5.4-1.3.4-1.3q0 .4-.7.7l-.3.2-.2-1.4q.1.4-.4 1l-.2.3c-.1-.7-.7-1.2-.7-1.2q.2.4 0 1v.4c-.4-.6-1.2-.9-1.2-.9q.4.3.4 1l.1.3c-.6-.3-1.3-.3-1.3-.3q.4 0 .7.7l.2.3-1.4.2q.4-.1 1 .4l.3.2c-.7.1-1.2.7-1.2.7q.3-.3 1 0h.4c-.6.4-.9 1.1-.9 1.1q.2-.3 1-.3l.3-.1c-.4.5-.3 1.3-.3 1.3q0-.4.7-.7l.3-.2a2 2 0 0 0 .2 1.4q0-.4.3-1l.2-.3c.2.7.8 1.2.8 1.2q-.3-.3 0-1v-.4c.4.6 1.1.9 1.1.9q-.3-.3-.4-1v-.3c.5.3 1.3.3 1.3.3q-.4 0-.7-.7l-.2-.3c.6.1 1.3-.2 1.3-.2q-.4.1-.9-.4Z"/><path fill="#FFD25A" d="m13.7 12.3 1.6-.3-1.6-.3 1.4-1-1.7.4 1-1.4-1.5.9.4-1.7-1 1.4-.3-1.6-.3 1.6-1-1.4.4 1.7-1.4-1 .9 1.5-1.7-.4 1.4 1-1.6.3 1.6.3-1.4 1 1.7-.4-1 1.4 1.5-.9-.4 1.7 1-1.4.3 1.6.3-1.6 1 1.4-.4-1.7 1.4 1-.9-1.5 1.7.4z"/><path fill="#FFE15A" d="M12 13.7a1.7 1.7 0 1 0 0-3.4 1.7 1.7 0 0 0 0 3.4"/><path fill="#41479B" d="M4.8 17c1.2 0 1.2.4 2.4.4s1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4v-1.3c-1.2 0-1.2.4-2.4.4s-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4V17c1.2 0 1.2.4 2.4.4s1.2-.4 2.4-.4M0 14.5c1.2 0 1.2.4 2.4.4s1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4v-1.3c-1.2 0-1.2.5-2.4.5s-1.2-.5-2.4-.5-1.2.5-2.4.5-1.2-.5-2.4-.5-1.2.5-2.4.5-1.2-.5-2.4-.5-1.2.5-2.4.5-1.2-.5-2.4-.5-1.2.5-2.4.5-1.2-.5-2.4-.5z"/><path fill="#F5F5F5" d="M0 18.2c1.2 0 1.2.4 2.4.4s1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4V17c-1.2 0-1.2.4-2.4.4s-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4S6 17 4.8 17s-1.2.4-2.4.4S1.2 17 0 17zm0-2.5c1.2 0 1.2.4 2.4.4s1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4v-1.2c-1.2 0-1.2.4-2.4.4s-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4zm0-2.5c1.2 0 1.2.5 2.4.5s1.2-.5 2.4-.5 1.2.5 2.4.5 1.2-.5 2.4-.5 1.2.5 2.4.5 1.2-.5 2.4-.5 1.2.5 2.4.5 1.2-.5 2.4-.5 1.2.5 2.4.5 1.2-.5 2.4-.5V12c-1.2 0-1.2.4-2.4.4s-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4S6 12 4.8 12s-1.2.4-2.4.4S1.2 12 0 12z"/><path fill="#41479B" d="M21.6 18.6c-1.2 0-1.2-.4-2.4-.4s-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4c0 1 .9 1.7 1.8 1.7h20.4q1.6-.2 1.8-1.7c-1.2 0-1.2.4-2.4.4"/><path fill="#FFE15A" d="M12.9 6.3c2 0 3-1 3-1l-3 .4q-.8.2-1.3.8 0-.4-.6-.5c-.7-.1-2.5-.2-2.9-.4 0 0 .3.4 1.8.6q1 .3 1.3.5H11l-.3-.1q-.5-.2-.6 0h-.4s-.1.1 0 .2l.1.1h.5q.4.5 1.3.6c.6 0 2.2-.7 2.3-.7h-1.4z"/></svg>',
115
+ xk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FF9B55" d="M12.5 9.5q-.4-.2-.4-.5c.1-.2 0-.6-.3-.4q-.4 0-.6.3-.4 0-.3.4.5.2.2.8c-.2.3-.1 0-.4.2q-.5.2-.5.6.2.2 0 .4h-.6l-.9.6q-.4.2-.6 0-.4 0-.5.2-.2.3.3.4.3 0 .2.3-.1.4.2.7t.5.8q0 .4.3.6.8 0 1.2.6l.2.7.2.6q.2.4.1.7-.2.1-.1.4 0 .2.3 0 .1 0 .2 0 .3 0 .5-.3-.3-.4 0-.9l.7-.4q.4-.2.8-.5t.6.1q0 .4.4.5.3 0 .2-.2.2-.6.5-.8h.3q0-.3.3-.1.3.3.4 0-.2 0-.3-.3t.4-.5q.1-.1.1-.4l.4-.4v-.2q.4 0 .3-.3V13q.2-.2 0-.5l-.5.2-.4-.4-1-.1c0-.2.4-.7.2-.8l-.6-.3q-.1.2-.3 0l-.2-.8q-.1.2-.3.2c0-.1 0-.8-.3-.8q-.2 0-.4 0z"/><path fill="#F5F5F5" d="m10.8 5.8-.2.7h-.7l.5.4-.2.7.6-.4.6.4-.2-.7.6-.4H11l-.3-.7Zm2.4 0-.2.7h-.7l.5.4-.2.7.6-.4.6.4-.2-.7.6-.4h-.7zm-4.8.4-.2.7h-.7l.5.4-.2.7H8l.6-.4.5.4-.1-.7.5-.4h-.7l-.2-.7ZM6.2 7l-.2.7h-.7l.5.4-.2.7.6-.4.6.4-.2-.7.6-.4h-.7zm9.4-.8.2.7h.7l-.5.4.2.7-.6-.4-.6.4.1-.7-.5-.4h.7l.2-.7Zm2.2.8.2.7h.7l-.5.4.2.7-.6-.4-.6.4.2-.7-.6-.4h.7z"/></svg>',
116
+ kg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="M16.4 13.2s-.8-.1-1.5-.6q-.2-.3-.7-.4h.7c.8.3 1.6-.2 1.6-.2s-.8.1-1.5-.2l-.7-.2h.5a3 3 0 0 0 1.6-.7s-.8.3-1.6.1h-.7l.5-.2c.9-.3 1.4-1 1.4-1s-.7.5-1.5.5l-.7.3q.1-.3.4-.4c.7-.5 1-1.4 1-1.4s-.5.7-1.2 1l-.6.3.3-.4c.6-.7.6-1.6.6-1.6s-.3.8-1 1.2l-.5.6.2-.6c.4-.8.2-1.7.2-1.7s-.1.8-.6 1.5q-.3.2-.4.6v-.6c.2-.8-.2-1.7-.2-1.7s.1.9-.2 1.6l-.2.7v-.6c-.1-.8-.7-1.5-.7-1.5s.3.8.1 1.6v.7l-.2-.5c-.3-.9-1-1.4-1-1.4s.5.7.5 1.5l.3.7-.4-.4c-.5-.8-1.4-1-1.4-1s.6.5 1 1.2l.3.6-.4-.3C9 9.7 8 9.7 8 9.7s.7.3 1.2 1l.6.5-.6-.2c-.8-.4-1.7-.2-1.7-.2s.8.1 1.4.6l.7.4H9c-.8-.2-1.7.2-1.7.2s.9-.1 1.6.2l.7.2H9a3 3 0 0 0-1.5.7s.8-.3 1.5-.1h.8l-.5.2a3 3 0 0 0-1.4 1s.7-.5 1.5-.5l.7-.3-.4.4c-.8.5-1 1.4-1 1.4s.5-.7 1.2-1l.6-.3-.3.4c-.6.7-.6 1.6-.6 1.6s.3-.7 1-1.2l.5-.6-.2.6c-.4.8-.2 1.7-.2 1.7s.1-.8.6-1.5q.3-.2.4-.6v.6a3 3 0 0 0 .2 1.7s-.1-.9.2-1.6l.1-.7.1.6c.1.8.7 1.5.7 1.5s-.3-.8-.2-1.5V14l.3.5c.3.9 1 1.4 1 1.4s-.5-.7-.5-1.5l-.3-.7.4.4c.5.8 1.4 1 1.4 1s-.7-.5-1-1.2l-.3-.6.4.3a3 3 0 0 0 1.6.6s-.8-.3-1.2-1l-.6-.5.6.2c.8.4 1.7.2 1.7.2Zm-4.4.9a2.1 2.1 0 1 1 0-4.2 2.1 2.1 0 0 1 0 4.2"/><path fill="#FFE15A" d="m11.3 11.2.2-.2-.8-.2v.1zm-.5-.5.8.2h.2l-.9-.3zm1.1 1-.2-.1a4 4 0 0 0-.9 1.7l.2.1a3 3 0 0 1 .9-1.7m-.2-.3.1-.2h-.3zm1.1-.1q.4.4.9 1.2V12q0-.6-.2-1zm-.9.2h.2zm.1-.5h-.2zh.2zm-1.4 2.1q.3-1.2 1-1.6l-.2-.1q-.6.5-1 1.5zm.6-1.8q-.4-.2-.7-.3a2 2 0 0 0-.2 1.5q.4-.8 1-1.2Zm.8-.5 1-.3a2 2 0 0 0-2 0zm0 1a3 3 0 0 0-.7 1.8 2 2 0 0 0 1.4 0 3 3 0 0 0-.7-1.8m.6-.4h-.2q.7.6 1 1.7l.1-.2q-.3-1-1-1.5Zm.6 1.9q-.3-1.2-1-1.7v.1q.6.6.8 1.7zm-1-2.4h.2l.8-.2H13zm.1.5.2-.1-.2-.1h-.1zm.4-.2q.3-.2.7-.3h-.1l-.8.1z"/></svg>',
117
+ kw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><rect width="24" height="24" fill="none"/><mask id="mask0_1379_67" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="4" width="24" height="16"><path d="M22 4H2C0.895431 4 0 4.89543 0 6V18C0 19.1046 0.89543 20 2 20H22C23.1046 20 24 19.1046 24 18V6C24 4.89543 23.1046 4 22 4Z" fill="#007A3D"/></mask><g mask="url(#mask0_1379_67)"><path d="M24 4H0V20H24V4Z" fill="#007A3D"/><path d="M24 9.33331H0V20H24V9.33331Z" fill="#F5F5F5"/><path d="M24 14.6667H0V20H24V14.6667Z" fill="#CE1126"/><path d="M0 4L8 9.33333V14.6667L0 20V4Z" fill="black"/></g></svg>',
118
+ la: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v1.5h24V6q-.2-1.6-1.8-1.8ZM0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-1.5H0z"/><path fill="#41479B" d="M24 7.4H0v9.2h24z"/><path fill="#F5F5F5" d="M12 15.3a3.3 3.3 0 1 0 0-6.6 3.3 3.3 0 0 0 0 6.6"/></svg>',
119
+ lv: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#C8414B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v4.7h24V5.9q-.2-1.7-1.8-1.8M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-4.7H0v4.7Z"/><path fill="#F5F5F5" d="M24 10.6H0v2.8h24z"/></svg>',
120
+ lb: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v1.5h24V6q-.2-1.6-1.8-1.8ZM0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-1.5H0z"/><path fill="#F5F5F5" d="M24 7.4H0v9.2h24z"/><path fill="#73AF00" d="m12.9 14.8 3.8-.8a.4.4 0 0 0 0-.7l-4-.7a.2.2 0 0 1-.3-.2l.3-.2 2.8.4q.4-.1.2-.4l-.2-.3-.3-.1-2.4-.5 2 .2q.3 0 .2-.3l-.1-.2h-.3l-2-.5h1.5v-.3l-.2-.2-1.3-.3h1l.2-.2v-.1l-.3-.2-.9-.3h.5s.2-.2.1-.3q0-.1-.2-.2l-1-.5-1 .5-.2.2.1.3h.5l-1 .3-.1.2v.3h1l-1.2.3-.2.1v.4h1.5l-2 .4-.3.1v.2q-.1.2 0 .3l2-.2-2.3.5-.3.1-.2.3q-.2.3.2.4l2.8-.4q.1 0 .3.2l-.2.2-4 .7a.4.4 0 0 0-.1.7l3.8.8v.5q0 .3-.3.7l-.6.6h3.6l-.6-.6-.3-.7z"/></svg>',
121
+ ls: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#464655" d="M13.4 13zl-.9-1 .3-1.2q0-.6-.6-.8a.1.1 0 0 0-.2 0q-.6.1-.6.8 0 .4.3 1.1l-.9 1.1h-.1l-.4.6h.1q.7.5 1.7.5t1.7-.4l-.3-.8Zm-.8-2.2-.3 1v-.7h.1l-.3-.3v-.6q.5 0 .5.6m-1 .9-.2-1q0-.4.5-.5v.6l-.3.3h.2v.5l-.1.2zm-1 1.6zm0 .2zm.2-.2h.2v.1l-.2.1zm0 .4zh.3v.2zm.4-.3h.3v.1l-.2.1v-.2Zm.1.4.3-.2.1.2zm.4-.3h.4l-.3.2zm.3.4zl.3-.2.1.2zm.2-.4h.4zm.3.3.2-.2.1.2zm.2-.4h.3l-.1.2zm.3.3.1-.2.1.1zm.2-.4zm.2.3v-.2z"/></svg>',
122
+ lr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8Q.4 4.3 0 5.6h24q-.4-1.3-1.8-1.5"/><path fill="#F5F5F5" d="M0 5.6V7h24V5.6z"/><path fill="#FF4B55" d="M24 7H0v1.4h24z"/><path fill="#F5F5F5" d="M24 8.4H0V10h24z"/><path fill="#FF4B55" d="M0 10.8h.4v.5H24V9.9H0z"/><path fill="#F5F5F5" d="M.4 10.8H0v2h24v-1.5H.4z"/><path fill="#FF4B55" d="M24 12.7H0v1.4h24z"/><path fill="#F5F5F5" d="M24 14.1H0v1.5h24z"/><path fill="#FF4B55" d="M24 15.6H0V17h24z"/><path fill="#F5F5F5" d="M0 18v.4h24V17H0z"/><path fill="#FF4B55" d="M1.8 19.9h20.4q1.4-.1 1.8-1.5H0q.5 1.4 1.8 1.5"/><path fill="#41479B" d="M.4 11.3h6.2q.4 0 .4-.4V4.6q0-.5-.4-.5H1.8C.8 4.1 0 5 0 6v5q0 .3.4.4Z"/><path fill="#F5F5F5" d="M3.4 6 3 7.2H1.8q-.3 0-.1.2l1 .7-.4 1.2q0 .2.2.2l1-.7 1 .7q.3 0 .2-.2l-.4-1.2 1-.7q.1-.1 0-.2H4L3.6 6q-.1-.1-.2 0"/></svg>',
123
+ ly: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-2.4H0v2.4Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v2.4h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#464655" d="M24 8.3H0v7.4h24z"/><path fill="#F5F5F5" d="m14.3 10.7.7.8 1-.3-.6.9.6.8v.1l-1-.3-.6.8h-.1v-1l-1-.3V12l1-.4z"/><path fill="#F5F5F5" d="M12.7 14a2 2 0 1 1 1-3.7h.1q-.7-.8-1.9-.8c-1.2 0-2.3 1-2.4 2.3a2.5 2.5 0 0 0 4.3 2v-.1z"/></svg>',
124
+ li: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V12H0z"/><path fill="#FFE15A" d="M7.7 8.8zV7.6l-.2-.2q0-.2-.2-.2L7 7h-.1a.2.2 0 0 0-.4 0l-.1-.2-.2.1h-.6l-.2.1H5a.4.4 0 0 0-.2-.5v-.2H5l.4-.2-.4-.2h-.1v-.1l-.1-.3h-.1l-.2.3V6H4v.1l.3.2h.2q-.1.1 0 .1v.1a.4.4 0 0 0-.2.6L4.1 7h-.4l-.2-.1h-.8l-.1.1h-.1q-.2 0-.2.2l-.3.1-.1.3-.1.2v1l.6 1.6q.3.3 2.3.3t2.3-.3z"/><path fill="#464655" d="M7.7 8.8zV7.6l-.2-.2q0-.2-.2-.2L7 7h-.1a.2.2 0 0 0-.4 0l-.1-.2-.2.1h-.6l-.2.1H5a.4.4 0 0 0-.2-.5v-.2H5l.4-.2-.4-.2h-.1v-.1l-.1-.3h-.1l-.2.3V6H4v.1l.3.2h.2q-.1.1 0 .1v.1a.4.4 0 0 0-.2.6L4.1 7h-.4l-.2-.1h-.8l-.1.1h-.1q-.2 0-.2.2l-.3.1-.1.3-.1.2v1l.6 1.6q.3.3 2.3.3t2.3-.3zM6 8.5v-1h.2v1zm1.3.1zm0-.1v-.2zm0-.4h.2zm-2.1.7-.2-1h.2zm-1-1L4 8.9V7.7zm.5-.5h-.2zM2 8zm0 .3h-.2zm0 .2zm.3-1q.1-.4.7-.4l1.3.2v.3c-.2-.1-1.2-.4-1.6-.1s-.3 1-.2 1.2h-.3V7.5Zm.3 1.2s-.3-.7 0-1zm.2-1.2H3v1l-.2.4zm.3 0h.2v.9h-.1v-1Zm.4 0h.2v1l-.2-.1zm.3 0 .2.1v1.2l-.2-.2zm.7-.1h.2v1l-.4.2zm.3 0H5v1.3l-.3-.2zm.6.2h.2v1l-.2.2V7.7Zm.3 0 .2-.1v.9l-.2.1zm.7-.1h.2V9q0-.2-.2-.4zm.3.1c.4.4.1 1.1.1 1.1zm0-.1c-.4-.3-1.3 0-1.6 0v-.2l1.3-.2q.6 0 .7.4.4.6 0 1.1H7c.1-.2.3-.8-.2-1.1Zm.8.3zm0-.3h-.2.1Zm-.2-.3H7zM7 7.1zM5.4 7v.2zm-.3.1zm-.2.2zm-.4-1.2a.1.1 0 1 1 .2 0 .1.1 0 0 1-.2 0m.4 0h.2zm-.4-.3.1-.2.1.2zm-.2.4L4.2 6h.3Zm.2.2h.2v.1h-.1Zm.1.2a.2.2 0 1 1 0 .5.2.2 0 0 1 0-.5m-.3.6zM4.2 7zM2.5 7v.2-.1Zm-.3.3zm-.1.2v.2zm-.1.3zm5 2.5-2.3-.2-2.2.2L1.9 9c.2 0 .7-.2 1 .3 0 0 0-.5.3-.6q.5 0 .8.6h.1q.2-.4.6-.6c.4-.2.5.3.5.4v.2h.1q.4-.6 1-.6.3.4.2.6h.1q.5-.6 1-.3z"/><path fill="#464655" d="M5 9q-.2.1-.2 0h-.1q0 .1-.2 0v.2l.2.5.3-.5zm1.2.3v-.2H6L5.9 9v.7h-.1.1q0-.2.4-.3Zm.9.2s-.1 0 0-.1v-.1h-.2v-.1h-.1v.7h-.1.1zm-3.5.2V9h-.1l-.1.1h-.1l-.1.2v.1l.3.3zm-.9.2v-.6l-.1-.1q0 .3-.1.1h-.1v.2h-.1l.3.4z"/></svg>',
125
+ lt: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FFE15A" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#73AF00" d="M24 9.4H0v5.2h24z"/></svg>',
126
+ lu: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#82AFFF" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/></svg>',
127
+ mo: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#5AA587" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M13 14.1a3 3 0 0 0 3.4-1.5 3 3 0 0 0-3.7.2c1.3-1.1 2.8-.8 2.8-.8l.3-.3s-1.4-.5-2.7.6c.8-1.5-.1-2.9-.1-2.9l-.2.4s.7 1.3-.1 2.9A3 3 0 0 0 12 9a3 3 0 0 0-.7 3.6c-.8-1.6-.1-2.9-.1-2.9l-.2-.4s-.9 1.4 0 3c-1.4-1.2-2.8-.7-2.8-.7l.3.3s1.5-.3 2.8.8a3 3 0 0 0-3.7-.2A3 3 0 0 0 11 14c-1.7.5-2.8-.5-2.8-.5h-.5s1.8 2 4.3.1c2.5 1.9 4.3 0 4.3 0l-.5-.1s-1 1-2.8.5Zm-3.5 2.2.5.3h4q.3 0 .5-.3zm.9.4a5 5 0 0 0 3.2 0zm-2-1.3.2.2h6.8l.2-.2zm.5.4.3.3h5.6l.3-.3z"/><path fill="#F5F5F5" d="M14 14.9a3 3 0 0 1-1.9-.8H12s-.8.8-1.9.8H8l.2.3H10c1 0 1.7-.6 2-.8.3.2 1 .8 2 .8h1.8l.2-.3z"/><path fill="#FFE15A" d="m12 7-.2.6h-.6l.4.4-.1.5s0 .1 0 0l.5-.2.5.3-.1-.6.4-.3v-.1h-.6l-.1-.6zM9.3 8.1l.1.4-.3.2h.4l.1.4.2-.3h.4l-.3-.3.2-.4-.4.2zM7.8 10l.3.2-.2.4.4-.2.3.3v-.4l.3-.2-.4-.1v-.4h-.1l-.2.3zm7-1.9-.1.4.3.2h-.4l-.1.4h-.1l-.1-.3h-.4l.2-.3V8l.3.2.3-.2Zm1.5 1.9-.3.2.2.4-.4-.2-.3.3v-.4l-.3-.2.4-.1v-.4h.1l.2.3z"/></svg>',
128
+ mg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H7.9V12H24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#73AF00" d="M7.9 19.9h14.3q1.7-.1 1.8-1.8V12H7.9z"/><path fill="#F5F5F5" d="M7.9 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h6V4Z"/></svg>',
129
+ mw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M24 9.4H0v5.2h24zm-8.8-.5a3.7 3.7 0 0 0-6.4 0z"/><path fill="#FF4B55" d="M12.2 5.3 12 6.6l-.2-1.3q0-.3.2-.4zM16 7l-1 .8.7-1q.2-.3.4-.2zm-7.7-.3L9 7.8S8 7.2 8 7q-.3-.2-.1-.4zm1.8-1.1.3 1.3-.7-1.1v-.4q.3 0 .4.2m4.2.2-.7 1.1.3-1.3q0-.3.3-.2t0 .4Zm-3.2-.5v1.4l-.4-1.3.1-.3q.3 0 .3.2m4.1 1-1 1 .6-1.2q.2-.3.4-.2t0 .4M7.6 7.5l1 1-1.3-.6q-.2-.2-.1-.4zM9.1 6l.6 1.3-1-1V6q.3 0 .4.2Zm7.6 1.9-1.3.5 1-.9q.3 0 .4 0zm-3.4-2.5-.5 1.3V5.3l.3-.3zm.1 0-.2 1.4.6-1.2-.1-.4q-.2 0-.3.2M9.2 6l.9 1.1-.5-1.3-.3-.2q-.2.1 0 .4Zm7.5 2-1 .8 1.2-.4q.3-.2.2-.4 0 0-.4 0m-1.4-1.6-.7 1.2s1-.8 1-1q.3-.2 0-.3zm-7.7 1 1.2.7-.9-1h-.4zm3.7-2.1.3 1.3V5.3q0-.3-.2-.3-.1 0-.1.3m1 0 .1 1.3.4-1.3q0-.3-.2-.3t-.3.3M8.4 6.6c0 .2 1 1 1 1l-.7-1.2q-.2-.3-.4-.1zm7.7.5-1 1 1.3-.7q.2 0 0-.3zM14.4 5.8l-.5 1.3.9-1v-.5q-.3 0-.4.2M7 8.3l1.4.5L7.3 8q-.4-.1-.4 0 0 .2.2.3Zm3.2-2.7.6 1.2-.2-1.4-.3-.2s-.1.2 0 .4Z"/></svg>',
130
+ mv: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#73AF00" d="M20.7 7.4v9.2H3.3V7.4z"/><path fill="#F5F5F5" d="M11.2 12q.1-2.6 2.5-3.3h-.4a3.4 3.4 0 1 0 .4 6.6 3.4 3.4 0 0 1-2.5-3.3"/></svg>',
131
+ ml: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="M16 4.1H8V20h8z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/></svg>',
132
+ mt: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H12V20h10.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H12V4z"/><path fill="#FF4B55" d="M3.4 5.1v1.1l.2.1.1.2h1.1v1h-1l-.2.3h-.2V9h-1V7.9l-.2-.1-.1-.2H1V6.5h1l.2-.2h.1V5zm.2-.1H2.2v1l-.2.2H.8v1.4H2l.2.3V9h1.4V8l.2-.3H5V6.3H3.8l-.2-.2z"/><path fill="#CDCDCD" d="M4.8 6.5H3.4V5h-1v1.4H1v1h1.3V9h1.1V7.6h1.4z"/><path fill="#B4A08C" d="M2.9 7.6a.6.6 0 1 0 0-1.1.6.6 0 0 0 0 1Zm-.5-.1h-.3v.3h.4z"/><path fill="#B4A08C" d="M3.6 7.8q.2-.2 0-.3h-.2v.3zm-.2-1.3q0 .2.3 0v-.2q-.3-.1-.4 0v.2Zm-1.2-.2q-.2 0 0 .3h.2q.2-.3 0-.4z"/><path fill="#B4A08C" d="M2.9 7.8a.8.8 0 1 1 0-1.5.8.8 0 0 1 0 1.5m0-1.5a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4"/></svg>',
133
+ mh: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M.8 19.5 24 10V7L.4 19.2q.1.2.4.3"/><path fill="#FF9B55" d="M23.3 4.5.3 19l.1.3L24 7V6q0-.9-.7-1.5"/><path fill="#F5F5F5" d="m6.8 9.9 2.7-.4-2.7-.3 1.4-.8-1.7.4 1-1.4-1.4 1 .4-1.7-.8 1.4-.3-2.7L5 8l-.8-1.4.4 1.7-1.4-1 1 1.4-1.6-.4 1.3.8-2.7.3L4 10l-1.3.8 1.7-.4-1 1.4 1.3-1-.4 1.6L5 11l.4 2.7.3-2.7.8 1.3-.4-1.7 1.4 1-1-1.3 1.7.4z"/></svg>',
134
+ mq: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M24 11.2H12.8v-7h-1.6v7H0v1.6h11.2v7h1.6v-7H24z"/><path fill="#F5F5F5" d="M8 9.5v-.2l-.2-.2q-.9-.3-1.6-.1-.7 0-1.2.2h-.3l.4-.3L7 8.5l.4-.1.3-.1.2-.2q.2-.4 0-.6-.3 0-.3-.2H7L6.2 7l-.4-.1-.2-.1c-.2 0 .4-.3.8-.5q0 0 .3-.2.1 0 .4-.3v-.6L6.6 5H4.8q-.3 0-.4.3h-1v.5H4l.7-.1h1.9l-.1.2h-.3l-.6.4-.4.3q0 .2 0 .4v.3l.2.1h.1l.2.2.5.1.8.2h.3l-.4.2q-.9 0-1.8.4l-.5.2q-.3.2-.3.6h-1a.1.1 0 1 0-.1.2l.2.1h.9l.2.3.5.2q.9.4 1.8.3.4 0 .9-.2.2 0 .4-.5Zm-.4.1zl-.7.1A4 4 0 0 1 5 9.6v-.1l1.2-.2q.8 0 1.4.2zM21 9.5l-.2-.2-.2-.2q-.8-.3-1.5-.2-1 0-1.3.2h-.3l.5-.3 1.7-.3.4-.1.3-.1.2-.2q.2-.4 0-.6l-.3-.2h-.5L19 7l-.3-.1-.3-.1c-.2 0 .4-.3.8-.5q.2 0 .3-.2.2 0 .4-.3v-.6l-.4-.2h-2q-.2 0-.2.3h-1l-.1.1v.2h.5l.7-.1h1.9v.2H19l-.7.4-.4.3v.7l.2.1h.1l.3.2.4.1.8.2h.4l-.5.2q-.9 0-1.8.4l-.5.2-.3.6h-.9a.1.1 0 1 0-.1.2l.2.1h.9l.2.3.5.2q.9.4 1.8.3.4 0 1-.2zm-.5.1-.2.1-.7.1-1.6-.2-.2-.1 1.3-.2q.7 0 1.3.2zM8 18.2V18l-.2-.2q-.9-.3-1.6-.2t-1.2.2h-.3l.4-.3 1.8-.3.4-.1.3-.1.2-.2q.1-.5 0-.6l-.3-.2H7l-.8-.2-.4-.2h-.2c-.2 0 .4-.3.8-.5q0 0 .3-.2l.4-.3V14l-.5-.2-1-.1h-.8q-.3 0-.4.4h-1v.4H4l.7-.1h1.9l-.1.1-.3.2-.6.3-.4.3q0 .2 0 .4v.3l.2.1h.1l.2.2h.5l.8.2.3.1-.4.2a4 4 0 0 0-1.8.4q-.3 0-.5.2-.3.1-.3.6h-1a.1.1 0 1 0-.1.2l.2.1h.9l.2.3.5.2q.9.4 1.8.3.4 0 .9-.2.2 0 .4-.5Zm-.4.1zq-.4.3-.7.2l-1.7-.2-.2-.1H5l1.2-.2q.8 0 1.4.2zm13.4-.1-.2-.2-.2-.2q-.8-.3-1.5-.2-1 0-1.3.2h-.3l.5-.3q.7-.2 1.7-.3l.4-.1.3-.1.2-.2q.2-.5 0-.6l-.3-.2h-.5l-.8-.2-.3-.2h-.3c-.2 0 .4-.3.8-.5q.1 0 .3-.2l.4-.3V14l-.4-.2-1-.1h-1l-.2.4h-1l-.1.1v.2h.5l.7-.1h1.9v.1l-.3.2-.7.3-.4.3v.7l.2.1h.1l.3.2h.4l.8.2.4.1-.5.2a4 4 0 0 0-1.8.4q-.2 0-.5.2t-.3.6h-.9a.1.1 0 1 0-.1.2l.2.1h.9l.2.3.5.2q.9.4 1.8.3.4 0 1-.2l.3-.5Zm-.5.1h-.2q-.3.3-.7.2l-1.6-.2-.2-.1 1.3-.2q.7 0 1.3.2z"/></svg>',
135
+ mr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="M16.5 10.5h-.2a4.4 4.4 0 0 1-8.6 0h-.2v.7a4.5 4.5 0 1 0 9-.7"/><path fill="#FFE15A" d="m12 8.7-.4 1h-1l.8.7-.3 1 .9-.6.8.6h.1l-.3-1 .8-.6v-.1h-1z"/></svg>',
136
+ mu: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v2.2h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#41479B" d="M24 8H0v4h24z"/><path fill="#FFE15A" d="M24 12H0v4h24z"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V16H0v2.2Z"/></svg>',
137
+ mx: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFD250" d="m12.7 12.4-.7.3v.4h.4z"/><path fill="#00C3A0" d="m12 14-.2-.2v-.7a.2.2 0 1 1 .4 0v.7z"/><path fill="#00C3A0" d="M12 13.3q-1 0-2-.8a.2.2 0 1 1 .3-.3q.7.7 1.7.7t1.7-.7a.2.2 0 0 1 .2.3q-.8.8-1.9.8"/><path fill="#00AADC" d="M12 14q-.7 0-1.3-.4l.2-.3a2 2 0 0 0 2.2 0l.2.3q-.6.3-1.3.4"/><path fill="#732D37" d="m11.7 11.6-.4.6v.2l1-.3z"/><path fill="#AAD264" d="M11 12.6q-1 0-1.3-1.3h.4q.3 1 .8 1l.2-.2-.2-.1-.3-.2q-.3-.7.4-1l-.2-.1q-.3 0-.4-.3 0-.4.2-.6l.2.4v.1q.5 0 .5.4.1 0-.1.4-.4.5-.3.5h.1q.4 0 .5.6 0 .3-.6.4Z"/><path fill="#874150" d="M12.4 10.6s.3-.7-.4-1c0 0 2.5-.4 2.1 2.8l-.7-.8-1-.7z"/><path fill="#732D37" d="m12 11.3 1.8 1-.7.4-1.1-1z"/><path fill="#783C46" d="M11.3 10.2q.3 0 .3.4-.3.3 0 .8v.2l.1.1 1 1v-.5l-.4-1.7a1 1 0 0 0-1-.6z"/><path fill="#FFD250" d="m11.3 9.9-.4.3v.4l.6-.3q0-.1 0-.2z"/><path fill="#AAD264" d="M12 14.7a3 3 0 0 1-3-3h.3a2.7 2.7 0 0 0 5.4 0h.3a3 3 0 0 1-3 3"/><path fill="#FFE15A" d="M9.3 13a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5m.6.8a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5m.8.7a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5m4-1.5a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5m-.6.8a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5m-.8.7a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5"/><path fill="#FFB478" d="M12.2 14.2h-.4a.4.4 0 0 1 0-.8h.4a.4.4 0 1 1 0 .8"/><path fill="#9B4B5A" d="m13.4 11.6.7.8c.4-3.2-2.1-2.9-2.1-2.9 1.8 0 1.4 2 1.4 2Z"/></svg>',
138
+ fm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="m12 6.4-.4 1h-1l.8.7-.3 1 .9-.6.8.6h.1l-.3-1 .8-.6v-.1h-1zm0 8.6-.4.9h-1v.1l.8.6-.3 1 .9-.6.8.6h.1l-.3-1 .8-.6v-.1h-1zm5.6-3-1-.4v-1l-.7.8-1-.3.6.9-.6.8v.1l1-.3.6.8h.1v-1zM6.4 12l1-.4v-1l.7.8 1-.3-.6.9.6.8v.1l-1-.3-.6.8h-.1v-1z"/></svg>',
139
+ md: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="M16 4.1H8V20h8z"/><path fill="#41479B" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/><path fill="#FFCD5A" d="m13.5 14.8.2-.1-1-1.2-.2.2z"/><path fill="#FFBE5A" d="m12.8 14.3.4-.4-.4-.5-.4.4z"/><path fill="#FFCD5A" d="m11.6 13.7-.2-.2-1 1.2.2.1z"/><path fill="#FFBE5A" d="m11.7 13.8-.4-.4-.4.5.4.4z"/><path fill="#FFE15A" d="m11.7 14-.6 1.3.9.6v-1.8z"/><path fill="#FFCD5A" d="m12.3 14 .6 1.3-1 .6v-1.8z"/><path fill="#FFBE5A" d="M10.1 14v-3.5h.4v2.7c0 .4-.4.7-.4.7Z"/><path fill="#FFCD5A" d="M9.9 14.6v-4.1h.4v3.3q-.2.7-.4.8"/><path fill="#FFE15A" d="M9.6 15.1v-4.6h.4v3.8c0 .4-.4.8-.4.8"/><path fill="#FF4B55" d="M10.5 10.6v2.6c0 .6 1 .5 1.5 1 .5-.5 1.5-.4 1.5-1v-2.6z"/><path fill="#41479B" d="M10.5 12v1.2c0 .6 1 .5 1.5 1 .5-.5 1.5-.4 1.5-1V12z"/><path fill="#FFE15A" d="m12 13.8-.4-.2v-.2l.1-.1v-.8l-.4-.3.4-.5h.2v.1l.2-.1h.2l.4.5-.4.3v1.1z"/><path fill="#FFE15A" d="M11.5 10.8s-.6.1-.6.6.6.8.6.8l.2-.4c-.8-.2-.2-1-.2-1m1 0s.6.1.6.6-.6.8-.6.8l-.2-.4c.8-.2.2-1 .2-1"/><path fill="#FFE15A" d="m10.7 12 .2.2.3-.1-.3-.1zm2.1 0 .3.2.2-.1-.2-.1zm-.8-1.2zh.2v.2h.1v.4h-.5v-.1l-.1-.1v-.4h.2Zm-1 1.9h.4s.2 0 .1.1v.4h-.2q-.2.2-.2 0l-.2-.1v-.2h.2v-.2Zm1.9.3q0-.3.3-.3H13a.3.3 0 1 0 0 .6zm-1.4-2.4.2-1.3-.5-.4.1-.1h.3s.1-.2.4-.2q.5 0 .5.6l.2 1.4z"/><path fill="#FFAA5A" d="M10.5 10.1q-.5 0-.5.5h1q0-.5-.5-.5"/><path fill="#FFBE5A" d="M10.4 10.6h-.8v-.9q0-.2.3-.3h.2q.3 0 .3.3zm3.4 3.4v-3.5h-.3v2.7q.2.6.3.7Z"/><path fill="#FFCD5A" d="M14.1 14.6v-4.1h-.4v3.3c0 .4.4.8.4.8"/><path fill="#FFE15A" d="M14.4 15.1v-4.6H14v3.8c0 .4.4.8.4.8"/><path fill="#FFAA5A" d="M13.5 10.1q.4 0 .5.5h-1q0-.5.5-.5"/><path fill="#FFBE5A" d="M13.6 10.6h.8v-.9l-.3-.3h-.2q-.3 0-.3.3z"/><path fill="#FFAA5A" d="M15.1 12.1zl-2 3 .3.1z"/><path fill="#FFE15A" d="m13.5 15 .3-.4-.3-.3-.3.5z"/><path fill="#FFCD5A" d="m15.2 12.2-.3-.2-.4.7.3.1z"/><path fill="#73AF00" d="m11 15-2-2.7 1.9 3z"/><path fill="#73AF00" d="m10.3 13.6-.1.2-.2-.1v.2h-.2q0 .1.2.3h.3q.2 0 .1-.3z"/><path fill="#FF4B55" d="M10.3 14.4a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3"/><path fill="#73AF00" d="m9.8 12.8-.1.2-.2-.1v.2h-.2q0 .1.2.3h.3q.2 0 .1-.3z"/><path fill="#FF4B55" d="M9.8 13.6a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3"/><path fill="#73AF00" d="m9.3 12-.1.2H9v.2h-.2l.2.2h.3q.2 0 .1-.3z"/><path fill="#FF4B55" d="M9.3 12.8a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3"/><path fill="#FFE15A" d="m11 14.8-.4-.5-.3.3.3.4zm.3-6.4zv.9h.1z"/><path fill="#FFE15A" d="M11.5 8.5H11v.1z"/><path fill="#FF875A" d="m11.2 8.9.4.3v-.4z"/><path fill="#FFAA5A" d="M11.3 8.4zh.2v.1h-.2v.2h.3s.1-.2.4-.2q.5 0 .5.6l.2 1.4h.2a.5.5 0 0 1 .7-.5v-.3a.4.4 0 1 1 .8 0V13l.2-.3h-.1l.4-.7h.1l.2.2-.4.6-.4.6V15l-.4-.6-.2-.3-.1.3.1.1-.3.4-.2.2-.2-.1.2-.3h-.1v-.2l-.3-.4-.4-.3-.2.1.6 1.3-1 .6-.8-.6.6-1.3h-.1l-.3.3-.1-.1-.4.4.1.2v.3l-.2-.2v.1l-.4-.4.1-.1v-.1h-.2v-.1l-.2.2q-.2.5-.4.6v-1.6l-.1-.1-.2-.3h.2l-.2-.2v-.1H9l-.2-.4H9v-.2l.2.1V12q.3 0 .2.3v.4l.2.2V9.8a.4.4 0 0 1 .8 0v.3h.1q.5 0 .6.5h.4l.2-1.3-.1-.1-.3-.2v.3h-.1v-.7H11v-.2h.2Zm2.2 6 .2-.4v-.2l-.2-.6q0 .3-.5.5l.2.2v.1zm-3 0zl.4-.4h-.1l.1-.3q-.4 0-.5-.5l-.1.5zm.8-6.1h-.2v.1l-.1.1v.8l.2.1h.1l.1-.1v-.1h.1l.1.1-.2 1.2h-.2a1 1 0 0 0-.7-.5v-.2a.5.5 0 0 0-1 0v2.4q0-.1-.2-.3h-.1v.2h-.3v.1h-.2v.2s0 .2.2.3h.2v.1l.2.1v.1l-.1.1q0 .3.2.4h.1v1.6a.1.1 0 0 0 .2.1s.3-.3.4-.7v-.1h.2v.1a.1.1 0 0 0-.1.2l.3.4a.1.1 0 0 0 .2 0v.1a.1.1 0 0 0 .2 0l.1.2 1 .6 1-.6v-.2l-.6-1.1h.1l.3.2h.1l.3.3-.1.1v.3q-.1 0 0 .2h.2l.1-.1a.1.1 0 0 0 .2 0l.3-.4.4.5a.1.1 0 0 0 .2 0v-1.8l.3-.5.5-.7v-.1H15V12l-.1-.1-.4.6V9.8a.5.5 0 0 0-1 0v.2q-.6 0-.7.5l-.2-1.3q0-.7-.6-.7l-.4.2v-.2h-.1v-.1zm-.8 5.3.4.2h-.1a.1.1 0 0 0 0 .2l-.1.3h-.1v-.2l-.1-.4Zm2.7.1s.2 0 .2-.2l.2.3v.2l-.1.2-.2-.2v-.1zm-2 .7h.2l.1-.3-.4 1-.1-.2a.1.1 0 0 0 0-.2zm2.6 0z"/></svg>',
140
+ mc: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#F5F5F5" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V12H0z"/></svg>',
141
+ mn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#41479B" d="M16 4.1H8V20h8z"/><path fill="#FF4B55" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/><path fill="#F9CF02" d="M4 10.6q-1 0-1.4-.9a1.4 1.4 0 0 0 2.8 0q-.4 1-1.4 1Z"/><path fill="#F9CF02" d="M4 10.4a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-.6-2.9a.6.6 0 0 0 1.3 0q-.1-.3-.2-.4l-.1-.4v.6a.1.1 0 1 1-.3 0l.2-.4q0-.3-.2-.4-.2-.3 0-.4-.3.1-.2.4l-.1.5v.3a.1.1 0 1 1-.2 0l.1-.3q-.1 0 0-.3-.3.3-.2.4zm-2.2 4v6h1.3v-6l-.1-.1h-1zm4.3 0v6h1.3v-6.1zm-2.8 1v.3l.1.1h2.4v-.4zm0 3.5v.4l.1.1h2.4V16zm.3-4.6h2v.1l-1 .6h-.2l-1-.6v-.1Zm0 5.4h2l-1 .7h-.2l-1-.7Zm1.1-3.6q-1.2.1-1.3 1.3 0 .6.5 1V15q0-.6.7-.7.3 0 .5-.3.3-.7-.4-.9Zm0 .8a.3.3 0 1 1 0-.5.3.3 0 0 1 0 .5"/><path fill="#F9CF02" d="M4.8 13.4s-.1 0 0 0v.4q-.1.6-.8.7-.3 0-.5.3-.3.7.4 1H4q1.2-.1 1.3-1.3 0-.7-.5-1Zm-.8 2a.3.3 0 1 1 0-.5.3.3 0 0 1 0 .5"/></svg>',
142
+ me: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M23.2 5H.8v14h22.4z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8m1 15H.8V5h22.4v14Z"/><path fill="#F5F5F5" d="M15.4 15.2a.6.6 0 1 0 0-1.2.6.6 0 0 0 0 1.2"/><path fill="#F5F5F5" d="M16.5 11q-.8.5-.8.4 1-.8.8-1-.7.7-.8.7c.8-.6.7-1.4.7-1.4l-.6.9c.6-1 .3-1.5.3-1.5l-.5 1c.5-1.3 0-1.8 0-1.8q-.1 1.2-.2 1.2c.3-1-.2-1.5-.2-1.5l-.1 1.2q-.3.8-.6 1V10l-.2.3q-.2.4-.5.7l.2.4s.2.1.1.3h-.4q0 .2-.3.3v.2s-.8 1.4-.8 1.8l-.5.1h-.6c0-.5-.7-2-.7-2l-.1-.1q-.2-.1-.3-.2l-.4-.1v-.3q.2 0 .3-.4c.1-.4-.4-.5-.5-.7l-.1-.3-.1.2-.5-1C8.8 8.8 8.8 8 8.8 8s-.5.5-.2 1.5q-.2 0-.3-1.2s-.4.5 0 1.9L8 9s-.3.6.3 1.5l-.6-.9s-.1.8.7 1.4q-.1 0-.8-.7s0 .6.8 1q0 .1-.8-.4s0 .5 1 .8q0 0-.9-.3s0 .6 1 .7H8s0 .4.8.4h-.5s0 .5.6.4h-.3s0 .5.7.3l-.3.1s.2.3.7.2l-.1.1s.4.3.7 0v.1s.2.1.4-.1q.2.2-.6.5l-.4.2.2.1-.2.2h.2l-.4.2h-.6l-.1-.4-.2-.2V14s0-.3-.2-.5c0-.2-.4-.6-.4-.9v-.4h-.1V12h-.3v.2h-.1v.3l.2-.1v.2l.2.3c0 .3 0 .9.2 1l.2.3v.2h.1l.1.5.2.2s-.4.3-.1.5q0 0 .2.3 0 .1.2.1 0 .3 0 .4h.4v-.2h.3l-.3-.2v-.2l.2-.2q.1-.3.5-.5v.2l.6-.3.1.1.7-.8-.1.3q-.3.5-.1.6-.2.1-.2.4l-.6.5q.3.2.4.1v.3h.2v.3l.4-.1.1.4.2-.2q.2.5.3.5.2 0 .2-.5l.2.2.1-.4h.3s.1 0 0-.2h.4l-.1-.3.4-.1-.6-.5q0-.3-.2-.4.1 0 0-.6l-.2-.3.7.8.1-.1q.4.2.5.3V15l.7.4h.6c.4-.1 1-.3.9-.5l-.1-.3h-.3v-.1h-.2l.2-.5.1-.1v-.2h-.2v.1h-.2v.1h.1v.2l-.2.4-.4-.1s-.2.1-.2.3h-.1l.2.5-.5-.3.1-.1-.2-.2.2-.1-.4-.1v-.1q-.7-.3-.6-.5.4.2.5.1l-.1-.2c.3.4.7.1.7.1l-.1-.1q.7 0 .7-.2h-.3q.9-.1.7-.3l-.3-.1c.6 0 .6-.4.6-.4h-.5c.8 0 .8-.5.8-.5l-.6.1c1-.1.9-.7.9-.7q-.8.4-.9.3c1-.3 1-.8 1-.8Zm-1 4 .2-.2.2.1zm0-.3-.3.2q-.4 0-.3-.3h-.1v-.1l.6.2Z"/><path fill="#F5F5F5" d="m12 10.4-.4-.4h.2l-.5-.4h.2s-.2 0-.3-.3q.2-.2.1-.3h-.5l-.5.1s-.6-.1-.4.4q0-.1.3-.1.3.2.4.3h-.4s.1.4.5.2q.1 0 .2.3h.1v.4h.1v.3s.6.3 1 0l-.2-.3v-.2Zm1.8-1.3s-.3-.2-.5 0l-.5-.1s-.1.2.1.3q-.2.3-.3.3h.2l-.5.3.2.1q-.2.3-.4.4l.2.2-.2.3c.4.3 1 0 1 0q-.2-.3-.1-.4h.1v-.4l.1.1q.1-.3.2-.3c.4.2.5-.2.5-.2h-.4l.4-.3.3.1c.2-.5-.4-.4-.4-.4"/><path fill="#F5F5F5" d="M13.6 12.4v-.9l-.5-.7s-.6.3-1 0c-.5.3-1 0-1 0l-.6.7v2q.3.6.8.7l.7.4v.2l.1-.2.7-.4q.5-.1.8-.7zm-2.9-.9.4-.4h2l.3.4v1.7h-2.7zm2 2.5q-.4.1-.6.4l-.7-.4q-.5 0-.7-.6h2.7q-.2.5-.7.6"/><path fill="#F5F5F5" d="m10.7 11.5.4-.4h2l.3.4v1.7h-2.7zm0 1.9q.2.5.7.6l.7.4q.2-.3.6-.4.5 0 .7-.6z"/><path fill="#F5F5F5" d="M13.3 12.2q0-.2-.4-.2l-.4-.1.2-.1.5-.1H13l-.6.1q0 .2.4.3l.3.1-.3.1h-.6V12h.1l-.1-.2h.1l-.1-.2v-.1l-.1-.2h-.3l-.1.1h-.2v.2h-.1l.2.1v.1q.1 0 0 .1l-.2.2-.1-.2v-.5l-.1.1H11v.5l.1.2q.2.3.3.2v.3l-.1.3-.2.1h.5l.1-.4.5-.1v.2q.2.1 0 .2l-.2.1h.4l.1-.1v-.2h.5l-.1.2-.2.1h.4v-.5q-.2 0-.2-.3.3 0 .4-.2ZM13.2 8q.1-.5-1-.8v-.5h-.4v.5q-1.1.4-1 .7 0 .5.4.7v.2h1.5v-.2q.4-.1.4-.7Zm-.8.4h-.2v-1q.3.3.3.5zm-.8-.5q0-.3.3-.4v.9h-.2zm-.2-.3v.8q-.2-.1-.3-.5zm1.3.8v-.8l.3.3q0 .3-.3.5"/><path fill="#C8414B" d="M23.2 5H.8v14h22.4z"/><path fill="#E6B432" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8m1 15H.8V5h22.4v14Z"/><path fill="#41479B" d="M15.4 15.2a.6.6 0 1 0 0-1.2.6.6 0 0 0 0 1.2"/><path fill="#E6B432" d="M16.5 11q-.8.5-.8.4 1-.8.8-1-.7.7-.8.7c.8-.6.7-1.4.7-1.4l-.6.9c.6-1 .3-1.5.3-1.5l-.5 1c.5-1.3 0-1.8 0-1.8q-.1 1.2-.2 1.2c.3-1-.2-1.5-.2-1.5l-.1 1.2q-.3.8-.6 1V10l-.2.3q-.2.4-.5.7l.2.4s.2.1.1.3h-.4q0 .2-.3.3v.2s-.8 1.4-.8 1.8l-.5.1h-.6c0-.5-.7-2-.7-2l-.1-.1q-.2-.1-.3-.2l-.4-.1v-.3q.2 0 .3-.4c.1-.4-.4-.5-.5-.7l-.1-.3-.1.2-.5-1C8.8 8.8 8.8 8 8.8 8s-.5.5-.2 1.5q-.2 0-.3-1.2s-.4.5 0 1.9L8 9s-.3.6.3 1.5l-.6-.9s-.1.8.7 1.4q-.1 0-.8-.7s0 .6.8 1q0 .1-.8-.4s0 .5 1 .8q0 0-.9-.3s0 .6 1 .7H8s0 .4.8.4h-.5s0 .5.6.4h-.3s0 .5.7.3l-.3.1s.2.3.7.2l-.1.1s.4.3.7 0v.1s.2.1.4-.1q.2.2-.6.5l-.4.2.2.1-.2.2h.2l-.4.2h-.6l-.1-.4-.2-.2V14s0-.3-.2-.5c0-.2-.4-.6-.4-.9v-.4h-.1V12h-.3v.2h-.1v.3l.2-.1v.2l.2.3c0 .3 0 .9.2 1l.2.3v.2h.1l.1.5.2.2s-.4.3-.1.5q0 0 .2.3 0 .1.2.1 0 .3 0 .4h.4v-.2h.3l-.3-.2v-.2l.2-.2q.1-.3.5-.5v.2l.6-.3.1.1.7-.8-.1.3q-.3.5-.1.6-.2.1-.2.4l-.6.5q.3.2.4.1v.3h.2v.3l.4-.1.1.4.2-.2q.2.5.3.5.2 0 .2-.5l.2.2.1-.4h.3s.1 0 0-.2h.4l-.1-.3.4-.1-.6-.5q0-.3-.2-.4.1 0 0-.6l-.2-.3.7.8.1-.1q.4.2.5.3V15l.7.4h.6c.4-.1 1-.3.9-.5l-.1-.3h-.3v-.1h-.2l.2-.5.1-.1v-.2h-.2v.1h-.2v.1h.1v.2l-.2.4-.4-.1s-.2.1-.2.3h-.1l.2.5-.5-.3.1-.1-.2-.2.2-.1-.4-.1v-.1q-.7-.3-.6-.5.4.2.5.1l-.1-.2c.3.4.7.1.7.1l-.1-.1q.7 0 .7-.2h-.3q.9-.1.7-.3l-.3-.1c.6 0 .6-.4.6-.4h-.5c.8 0 .8-.5.8-.5l-.6.1c1-.1.9-.7.9-.7q-.8.4-.9.3c1-.3 1-.8 1-.8Zm-1 4 .2-.2.2.1zm0-.3-.3.2q-.4 0-.3-.3h-.1v-.1l.6.2Z"/><path fill="#E6B432" d="m12 10.4-.4-.4h.2l-.5-.4h.2s-.2 0-.3-.3q.2-.2.1-.3h-.5l-.5.1s-.6-.1-.4.4q0-.1.3-.1.3.2.4.3h-.4s.1.4.5.2q.1 0 .2.3h.1v.4h.1v.3s.6.3 1 0l-.2-.3v-.2Zm1.8-1.3s-.3-.2-.5 0l-.5-.1s-.1.2.1.3q-.2.3-.3.3h.2l-.5.3.2.1q-.2.3-.4.4l.2.2-.2.3c.4.3 1 0 1 0q-.2-.3-.1-.4h.1v-.4l.1.1q.1-.3.2-.3c.4.2.5-.2.5-.2h-.4l.4-.3.3.1c.2-.5-.4-.4-.4-.4"/><path fill="#E6B432" d="M13.6 12.4v-.9l-.5-.7s-.6.3-1 0c-.5.3-1 0-1 0l-.6.7v2q.3.6.8.7l.7.4v.2l.1-.2.7-.4q.5-.1.8-.7zm-2.9-.9.4-.4h2l.3.4v1.7h-2.7zm2 2.5q-.4.1-.6.4l-.7-.4q-.5 0-.7-.6h2.7q-.2.5-.7.6"/><path fill="#41479B" d="m10.7 11.5.4-.4h2l.3.4v1.7h-2.7z"/><path fill="#73AF00" d="M10.7 13.4q.2.5.7.6l.7.4q.2-.3.6-.4.5 0 .7-.6z"/><path fill="#E6B432" d="M13.3 12.2q0-.2-.4-.2l-.4-.1.2-.1.5-.1H13l-.6.1q0 .2.4.3l.3.1-.3.1h-.6V12h.1l-.1-.2h.1l-.1-.2v-.1l-.1-.2h-.3l-.1.1h-.2v.2h-.1l.2.1v.1q.1 0 0 .1l-.2.2-.1-.2v-.5l-.1.1H11v.5l.1.2q.2.3.3.2v.3l-.1.3q-.2.1-.2.2h.5l.1-.5.5-.1v.2q.2.1 0 .2l-.2.1h.4l.1-.1v-.2h.5l-.1.2-.2.1h.4v-.5q-.2 0-.2-.3.3 0 .4-.2ZM13.2 8q.1-.5-1-.8v-.5h-.4v.5q-1.1.4-1 .7 0 .5.4.7v.2h1.5v-.2q.4-.1.4-.7Zm-.8.4h-.2v-1q.3.3.3.5zm-.8-.5q0-.3.3-.4v.9h-.2zm-.2-.3v.8q-.2-.1-.3-.5zm1.3.8v-.8l.3.3q0 .3-.3.5"/></svg>',
143
+ ms: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5l4 2.5h.7q.3 0 .4-.4v-.3L8.7 9H12V7H8.7L12 4.8v-.3q0-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2a2 2 0 0 0-1 .8l3 2H0v2.1h3.3L0 11.3v.3q0 .4.4.4"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5zM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1zM4.2 9.1 0 11.8l.3.2L5 9.1zm7.8 2.5L8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#82AFFF" d="M20.7 8.8h-5.4V13h5.4z"/><path fill="#C86464" d="M15.3 13c0 1.5 1.6 2.6 2.7 2.6 1 0 2.7-1.1 2.7-2.6z"/><path fill="#73AF00" d="M18.7 10.3q.2 0 .3.3c0 .2 0 1-.2 1q.2.2.3 1V14l.2.5s-.4-.2-.5 0q-.4.1-.9 0l.2-1.4v-2.8z"/><path fill="#FFF5E1" d="M18.8 14.5v.5h.2v-.5zm-.9-4h-.3V10l.3-.1v-.2h-.1l-.2.2v.1l-.3.6v.3h.6z"/><path fill="#464655" d="M19.2 9.5h-1V9h-.4v.5h-1v.4h1v4.7h.3V9.9h1z"/><path fill="#963C3C" d="M18.6 10.2h.4l-.2-.4s0-.2-.2-.2h-.3z"/><path fill="#FFF5E1" d="M18.4 10.6v-.4h-.2l.1-.5h.2v.3l.1.1.1.2s0 .3-.3.3"/><path fill="#464655" d="M17 12.9v.6zm.1-.2v.9zm.1-.1v1.1zm.2-.1v1.4zm.1-.2V14v-1.8Zm.1 0v1.9z"/><path fill="#FFE15A" d="M18.1 13.3c0-.8-.5-1.2-.6-1.2q-.1 0-.3.2 0 .1-.2.4l-.5.4q0 .3.2.2l1.1 1.3h.1q.4-.4.2-1.3m-1.3 0V13q0 0-.1 0l.2-.2q.3 0 .5-.4 0-.2 0-.2s.5.3.6 1q-.1 1-.2 1z"/><path fill="#FFF5E1" d="M17.8 11.7h-.1l-.3.2v.4l.2-.1q0-.1.2-.3zm1-1-.2.3-.2.4h-.3v.4h.2l.3-.3q.2 0 .2-.2l.1-.4v-.2Z"/><path fill="#F5F5F5" d="M18 15.7a3 3 0 0 1-2.8-3v-4h5.6v4a3 3 0 0 1-2.8 3M15.3 9v3.9s0 2.3 2.7 2.8a3 3 0 0 0 2.7-2.8v-4h-5.4Z"/></svg>',
144
+ ma: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#5A8250" d="m14 13 3.1-2.3h-3.9L12 7l-1.2 3.7h-4L10 13l-1.2 3.7 3.2-2.2 3.2 2.2zm.6-1.5-.9.7-.2-.7zM11 12.7l.4-1.2h1.2l.4 1.2-1 .7zm1-3 .3 1h-.6zm-2.6 1.8h1.1l-.2.7zm1 3.1.3-1 .6.4zm2.9-1 .3 1-.9-.6z"/></svg>',
145
+ mz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#5AA587" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3h24V6q-.2-1.6-1.8-1.8Z"/><path fill="#FFE15A" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3H0v3Z"/><path fill="#464655" d="M24 9.6H0v4.8h24z"/><path fill="#F5F5F5" d="M0 9.4v.2h24v-.7H0zm0 5.2v.5h24v-.7H0z"/><path fill="#FF4B55" d="m.6 19.4 9-7.2q.3-.2 0-.4l-9-7.2Q0 5.1 0 5.9v12.2q0 .8.6 1.3"/><path fill="#FFE15A" d="m3.8 9.3.6 1.8h2s.1.2 0 .2L5 12.5l.6 1.8q0 .2-.2.1l-1.6-1-1.5 1-.2-.1.6-1.8L1 11.3l.1-.2h2l.5-1.8z"/><path fill="#F5F5F5" d="m3.6 12.7-.1.1H2.2l.4-1.2h.1l-.2 1zm.4.2a.3.3 0 0 1-.5 0l.2-.2zm1.2-.1H4l-.2-.1H5l-.1-1.2H5z"/><path fill="#F5F5F5" d="M4.9 12.6H3.8v-1.2h.9zm-1.2-1.2v1.2H2.6l.2-1.1q.4-.2.9 0Z"/><path fill="#464655" d="M5.3 12.9 5 11.5l-.3-.1s-.7-.2-1 0c-.3-.2-1 0-1 0l-.2.1L2 13h1.3l.3.1h1.6V13Zm-1.5-1.5h.9l.2 1.2H3.8zm-1 0h.9v1.2H2.6zm-.6 1.4.4-1.2h.1l-.2 1h1.1l-.1.2zm1.5.1h-.2l.2-.2.2.2zm.3 0-.2-.2H5l-.1-1.2H5l.3 1.3z"/><path fill="#464655" d="M4.9 10.2h-.2v.1l-.4.4H4l-.6.6h-.1l-1.2 1.1v.3l-.1.2h-.2l-.5.5v.1l.3.3H2l.7-.8v-.2l.2-.2.3.5.2-.2-.2-.4v-.3q.5.4 1.1.1l-.1-.3q-.5.1-.7 0l.6-.7v-.1L4 11h.2l1.1-1.1z"/><path fill="#464655" d="m2.6 10.1-.1.1v.2h-.2l-.7.7.4.4.6-.7.1-.2h.1l2.6 2.5.1-.1L3 10.5l.1-.1-.3-.3z"/></svg>',
146
+ mm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FFE15A" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#73AF00" d="M24 9.4H0v5.2h24z"/><path fill="#F5F5F5" d="m12.2 6.8 1.3 3.7h3.9q.4.1.1.5l-3.1 2.3 1.2 3.8q0 .4-.4.2L12 15.1l-3.2 2.2q-.3.2-.4-.2l1.2-3.8L6.5 11q-.2-.4.1-.5h4l1.2-3.7q.2-.3.4 0"/></svg>',
147
+ my: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><rect width="24" height="24" fill="none"/><mask id="mask0_1379_136" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="4" width="24" height="16"><path d="M22 4H2C0.895431 4 0 4.89543 0 6V18C0 19.1046 0.89543 20 2 20H22C23.1046 20 24 19.1046 24 18V6C24 4.89543 23.1046 4 22 4Z" fill="#007A3D"/></mask><g mask="url(#mask0_1379_136)"><path d="M0 4H24V20H0V4Z" fill="#F5F5F5"/><path d="M1 4.57141H24M24 6.85713H1M1 9.14284H24M24 11.4286H1" stroke="#CC0000" stroke-width="1.14286"/><path d="M0 4H16V13.7143H0V4Z" fill="#000066"/><path d="M0 13.7143H24M24 16H0M0 18.2857H24" stroke="#CC0000" stroke-width="1.14286"/><path d="M10 5.71431L10.2548 7.45717L11.2405 5.99765L10.7119 7.6786L12.2333 6.7905L11.0286 8.07622L12.7857 7.93574L11.1429 8.57146L12.7857 9.20717L11.0286 9.06669L12.2333 10.3524L10.7119 9.46431L11.2405 11.1453L10.2548 9.68574L10 11.4286L9.74524 9.68574L8.75953 11.1453L9.2881 9.46431L7.76667 10.3524L8.97143 9.06669L7.21429 9.20717L8.85714 8.57146L7.21429 7.93574L8.97143 8.07622L7.76667 6.7905L9.2881 7.6786L8.75953 5.99765L9.74524 7.45717L10 5.71431ZM8.57143 5.78574C8.10745 5.57987 7.59939 5.49315 7.09338 5.53346C6.58738 5.57377 6.09946 5.73983 5.67392 6.01656C5.24838 6.2933 4.8987 6.67194 4.65663 7.11811C4.41457 7.56428 4.28778 8.06385 4.28778 8.57146C4.28778 9.07906 4.41457 9.57863 4.65663 10.0248C4.8987 10.471 5.24838 10.8496 5.67392 11.1263C6.09946 11.4031 6.58738 11.5691 7.09338 11.6095C7.59939 11.6498 8.10745 11.563 8.57143 11.3572C8.05909 11.7248 7.4553 11.944 6.82645 11.9906C6.19761 12.0373 5.56808 11.9096 5.00709 11.6217C4.4461 11.3337 3.97538 10.8967 3.64671 10.3585C3.31803 9.82039 3.14413 9.20203 3.14413 8.57146C3.14413 7.94088 3.31803 7.32252 3.64671 6.78438C3.97538 6.24624 4.4461 5.80917 5.00709 5.52122C5.56808 5.23328 6.19761 5.10562 6.82645 5.15229C7.4553 5.19896 8.05909 5.41814 8.57143 5.78574Z" fill="#FFCC00"/></g></svg>',
148
+ na: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 4.1C.8 4.1 0 5 0 6v10.2l18.2-12z"/><path fill="#73AF00" d="M22.2 19.9q1.6-.1 1.8-1.8V7.9l-18.2 12z"/><path fill="#F5F5F5" d="M22.2 4.1H18L0 16v2.2q.2 1.6 1.8 1.8H6L24 8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M22.2 4.1h-2L0 17.4v.7q.2 1.7 1.8 1.8h2L24 6.6V6q-.2-1.6-1.8-1.8Z"/><path fill="#FFE15A" d="M4.2 6.8q.7 0 1 .5l.2-1-.8.6-.4-1-.4 1-.8-.6.2 1q.4-.5 1-.5m-1 2.6a1.5 1.5 0 0 1 0-2.1l-1-.2.6.8-1 .4 1 .4-.6.8zm3.4-1.1-1-.4.7-.8-1 .2a1.5 1.5 0 0 1 0 2l1 .2-.6-.8 1-.4ZM4.2 9.8q-.6 0-1-.4l-.2 1 .8-.7.4 1 .4-1 .8.7-.1-1q-.5.3-1 .4Z"/><path fill="#FFE15A" d="M4.2 9.5a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4"/></svg>',
149
+ nr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="M24 11.2H0v1.6h24z"/><path fill="#F5F5F5" d="m5.6 14.5.2 1 .7-.8-.3 1 1-.3-.7.7 1 .2-1 .3.7.7-1-.3.3 1-.7-.8-.2 1-.3-1-.6.8.2-1-1 .3.8-.7-1-.3 1-.2-.7-.7 1 .3-.3-1 .6.7.3-1Z"/></svg>',
150
+ np: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#41479B" d="M10.8 12 .6 4.6Q0 5.1 0 5.9v12.2q.1 1.7 1.8 1.8h9l-7-7.9zm-1.2 7.3h-9V5.2L9 11.5H2.5l.8.9z"/><path fill="#FF4B55" d="m3.3 12.4-.8-1h6.6L.5 5.3v14.1h9z"/><path fill="#F5F5F5" d="m3.2 13.9.3.7.6-.4v.7H5l-.4.7.7.3-.7.4.4.6v.1H4v.7l-.6-.4-.3.7H3l-.3-.7-.7.4V17h-.7s-.1 0 0 0l.3-.7L1 16l.6-.4-.4-.6v-.1H2v-.7l.7.4.3-.7ZM4 10l-.3-.3.3-.2h-.4l.1-.4h-.3v-.3L3 9l-.2-.3-.2.3-.3-.2v.4L2 9l.2.3h-.4l.3.3-.3.2q-.6-.2-1-.7a2 2 0 0 0 4.1 0q-.3.5-.9.7Z"/></svg>',
151
+ nl: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#41479B" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/></svg>',
152
+ nz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5l4 2.5h.7q.3 0 .4-.4v-.3L8.7 9H12V7H8.7L12 4.8v-.3q0-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2a2 2 0 0 0-1 .8l3 2H0v2.1h3.3L0 11.3v.3q0 .4.4.4"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5zM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1zM4.2 9.1 0 11.8l.3.2L5 9.1zm7.8 2.5L8 9.1h-.7l4.4 2.9.2-.4Zm6.5 5.7-.5-.4-.5.3h-.1l.2-.6-.5-.4v-.1h.6l.2-.6h.1l.3.6h.6v.1l-.5.4.2.5v.2Z"/><path fill="#F5F5F5" d="m18 15.5.2.6h.7l-.6.4.2.7-.5-.4-.5.4.2-.7-.6-.4h.7zm0-.1h-.2l-.1.6H17v.3l.4.3-.2.5a.2.2 0 0 0 .3.2l.4-.3.4.3a.2.2 0 0 0 .3-.2l-.2-.5.5-.3-.1-.3h-.6zl-.2-.1Z"/><path fill="#FF4B55" d="m18.5 10.6-.5-.4-.5.4-.1-.1.2-.6-.5-.4v-.1h.6l.2-.6h.1l.3.6h.6v.1l-.5.4.2.6Z"/><path fill="#F5F5F5" d="m18 8.8.2.7h.7l-.6.4.2.6-.5-.4-.5.4.2-.6-.6-.4h.7zm0-.1h-.2l-.1.6H17v.3l.4.3-.2.6.3.1.4-.3.4.3.3-.1-.2-.6.5-.3-.1-.3h-.6l-.1-.5-.2-.1Z"/><path fill="#FF4B55" d="m21.4 12.7-.5-.4-.5.3h-.1l.2-.6-.5-.4v-.1h.6l.2-.6h.1l.3.6h.6v.1l-.5.4.2.5v.2Z"/><path fill="#F5F5F5" d="m20.9 11 .2.5h.7l-.6.4.2.7-.5-.4-.5.4.2-.7-.6-.4h.7zm0-.3-.2.2-.1.5H20v.3l.4.3-.2.5a.2.2 0 0 0 .3.2l.4-.3.4.3a.2.2 0 0 0 .3-.2l-.2-.5.5-.3-.1-.3h-.6l-.1-.5z"/><path fill="#FF4B55" d="M15.6 13.5 15 13l-.5.4-.1-.1.2-.6-.5-.4v-.1h.6l.2-.6h.1l.3.6h.6v.1l-.5.4.2.6Z"/><path fill="#F5F5F5" d="m15.1 11.7.2.7h.7l-.6.4.2.6-.5-.4-.5.4.2-.6-.6-.4h.7zm0-.1h-.2l-.1.6h-.6v.3l.4.3-.2.5a.2.2 0 0 0 .3.2l.4-.3.4.3a.2.2 0 0 0 .3-.2l-.2-.5.5-.3-.1-.3h-.6l-.1-.5z"/></svg>',
153
+ ni: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#AFEBFF" d="m12 10.5-1.3 1.8h2.6z"/><path fill="#557DE6" d="m10.7 12.3-.8 1.2h4.2l-.8-1.2z"/><path fill="#73AF00" d="M12.4 12.5q.1 0 .3-.2l-.1-.3h-.1zm.3-.3"/><path fill="#73AF00" d="m13.5 12.6-.3-.1q-.2-.3-.2-.5h-.1q0 .3-.2.6h-.5q-.3-.3-.2-.6l-.2.3.3.3h-.3q-.3-.3-.2-.6l-.2.3.3.3s-.2.1-.2 0q-.5-.3-.3-.6l-.3.5-.3.1h-.2v.2h3.2v-.2Zm-1.2-.1"/><path fill="#FFE15A" d="M12.9 12zv.2h-.1q0 .3-.3.4V12v.2l-.2.2v-.2H12V12q0 .3.2.7h.5q.3-.4.2-.7"/><path fill="#73AF00" d="M11.6 12"/><path fill="#FFE15A" d="M11.8 12.7h.3l-.3-.5-.1-.2h-.1q0 .3.2.7"/><path fill="#73AF00" d="M11.3 12"/><path fill="#FFE15A" d="M11.5 12.7h.2l-.3-.5-.1-.2q-.3.3.2.7"/><path fill="#41479B" d="M11.4 11.4h1.3z"/><path fill="#5AA0E6" d="M11.4 11.3zh1.3z"/><path fill="#9BC800" d="M11.4 11.3h1.3z"/><path fill="#FFE14E" d="M11.4 11.3h1.3z"/><path fill="#FFB14E" d="M11.4 11.3a2 2 0 0 1 1.3 0z"/><path fill="#FF4B55" d="M11.4 11.2a2 2 0 0 1 1.3 0z"/><path fill="#FFE15A" d="M14 13.6h-4l-.1-.1 2-3.1h.2l2 3zm-4-.1h4l-2-3z"/><path fill="#FF4B55" d="m12.1 11.7-.1-.2h-.1v.4l.1.1.1-.2Z"/></svg>',
154
+ ne: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FF9B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#FF9B55" d="M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4"/></svg>',
155
+ ng: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8z"/><path fill="#73AF00" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/></svg>',
156
+ nu: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#41479B" d="M.4 12h11.2q.3 0 .4-.4v-7q0-.5-.4-.5H1.8C.8 4.1 0 5 0 6v5.7q0 .3.4.4Z"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5l4 2.5h.7q.3 0 .4-.4v-.3L8.7 9H12V7H8.7L12 4.8v-.3q0-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2a2 2 0 0 0-1 .8l3 2H0v2.1h3.3L0 11.3v.3q0 .4.4.4"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5zM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1zM4.2 9.1 0 11.8l.3.2L5 9.1zm7.8 2.5L8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#41479B" d="M6 9.3a1.2 1.2 0 1 0 0-2.5 1.2 1.2 0 0 0 0 2.5"/><path fill="#FFE15A" d="m6 7 .3.7h.6l.1.1-.5.4.2.7s-.1.1-.2 0L6 8.7l-.5.4-.2-.1.2-.7-.5-.4v-.1h.7zq.1-.1.2 0Zm-3.4.6.2.3H3l-.2.3v.3s0 .1 0 0l-.3-.1-.3.2V8l.3-.1.2-.3Zm6.9 0v.3h.4s.1 0 0 0l-.2.3v.3l-.3-.1-.3.2v-.4L9 8l.4-.1zM6 5l.2.4h.3l-.2.3V6s0 .1 0 0H6l-.3.2v-.4l-.2-.2v-.1h.3zm0 5.1.2.4h.3l-.2.3v.3L6 11l-.3.2v-.4l-.2-.2v-.1h.3z"/></svg>',
157
+ nf: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8z"/><path fill="#73AF00" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8M14.8 16l-1.3-7.4q0-.5-.3-.8l-1.2-2-1.2 2-.3.8L9.2 16q0 .2.3.2h2v2h1v-2h2q.3 0 .3-.2"/></svg>',
158
+ nc: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 4.1Q.2 4.3 0 6v12.2q.2 1.7 1.8 1.8H8V4z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2q1.6-.1 1.8-1.8V5.9q-.2-1.6-1.8-1.8"/></svg>',
159
+ re: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 4.1Q.2 4.3 0 6v12.2q.2 1.7 1.8 1.8H8V4z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2q1.6-.1 1.8-1.8V5.9q-.2-1.6-1.8-1.8"/></svg>',
160
+ kp: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-.3H0v.3ZM22.2 4.1H1.8C.8 4.1 0 5 0 6v.3h24V6q-.2-1.6-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 6.2H0V7h24zM24 17H0v.8h24z"/><path fill="#FF4B55" d="M24 7H0v10h24z"/><path fill="#F5F5F5" d="M6.6 15.3a3.3 3.3 0 1 0 0-6.6 3.3 3.3 0 0 0 0 6.6"/><path fill="#FF4B55" d="m6.7 9 .7 2h2q.3 0 .1.2l-1.7 1.2.7 2s-.1.2-.2.1l-1.7-1.2L5 14.5h-.1l.6-2-1.7-1.3V11H6l.6-2q.1-.1.2 0Z"/></svg>',
161
+ mp: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12m0-10.8a4.8 4.8 0 1 0 0 9.6 4.8 4.8 0 0 0 0-9.6"/><path fill="#FFDC00" d="M12 17.6a5.6 5.6 0 1 1 0-11.2 5.6 5.6 0 0 1 0 11.2m0-10.8a5.2 5.2 0 1 0 0 10.4 5.2 5.2 0 0 0 0-10.4"/><path fill="#FFDC00" d="M6.6 12.4a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8m10.8 0a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8M12 7a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8M8.2 8.6a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8m7.6 0a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8m1.2 1.8a.4.4 0 1 0 0-.9.4.4 0 0 0 0 .9m-7-3a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8m-3 3a.4.4 0 1 0 0-.9.4.4 0 0 0 0 .9m7-3a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8m3.3 4a.4.4 0 1 0 0-.9.4.4 0 0 0 0 .9M11 7.1a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8M7.5 9.4a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8M15 8a.4.4 0 1 0 0-.9.4.4 0 0 0 0 .8Zm1.5 1.4a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8M9 8a.4.4 0 1 0 0-1 .4.4 0 0 0 0 1m-2.3 3.4a.4.4 0 1 0 0-.9.4.4 0 0 0 0 .9M13 7.1a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8"/><path fill="#FFA000" d="M17.4 12.2q-.2 0-.2-.2a5.2 5.2 0 0 0-10.4 0 .2.2 0 1 1-.4 0 5.6 5.6 0 0 1 11.2 0z"/><path fill="#B4B4B4" d="M13.1 18.2H11a.8.8 0 0 1-.9-1l.8-6.9h2.4l.8 7q0 .9-.9 1Z"/><path fill="#AAA" d="M13.2 10.3h-2.4l-.3-.1-.1-1.5q0-.3.4-.4h2.4q.3 0 .4.4l-.1 1.4q0 .3-.3.2"/><path fill="#F5F5F5" d="m12.1 8.8.8 2.2h2.3s.1.1 0 .2l-1.8 1.4.7 2.2-.2.2-1.9-1.4-2 1.4s-.1 0 0-.2l.6-2.2-1.9-1.4.1-.2h2.3l.8-2.2q.1-.2.2 0"/></svg>',
162
+ no: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M24 10H10.8V4H6.6v6H0v4.2h6.6V20h4.2v-6H24z"/><path fill="#41479B" d="M24 10.8H10V4H7.3v6.7H0v2.4h7.4V20H10v-6.7h14z"/></svg>',
163
+ om: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FF4B55" d="M24 9.4H0v5.2h24z"/><path fill="#FF4B55" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h4.4V4z"/><path fill="#F5F5F5" d="M1.7 7.6v.3zm1 .5h-.3l-.7.6H2q.3 0 .7-.6m1.1-1H2.5zm-1-1.8.3.2q.3 0 .3-.2l-.3-.1zm-.2 2.2h-.8V8l.8.1zM1.1 9.2l.5-.1.3-.3h-.3zM2.7 7v-.2h-.2V7zm-1.4.7.2.1v-.2zm2.2-.1v-.4h-.7V8H3q.4 0 .5-.4M2.4 6.4l-.6-.9q.1.5.5 1zm-.1.2.1.2.2-.1-.1-.2zM2.7 8v-.5zm.8-1.5h-.7v.1zm.8.5zv.2H5V7zm.9 2.2-.5-.4h-.3q.1.2.2.3zm-1-2.1z"/><path fill="#F5F5F5" d="M4.3 8.8h.2l-1-1-.1.2zM2 7.3l-.1-.1V7h-.7v.3h.7Zm.1-.2H2Zm1.7-.2-.2-.2V7h.1v-.1Zm-.9-.6h.5L3.3 6H3zm.6.1h-.7zm-.4-.8V6h.2v-.5H3Zm-.3 1.2h.7z"/><path fill="#F5F5F5" d="M3.6 6.7h.2l.2-.1-.2-.1zm-.1.2h-.7zm.5-.4.6-1.3q-.1.4-.8 1.2z"/><path fill="#D23741" d="m5.3 9.2-.6-.5-1.2-1v-.5h.3l.2.1h1.2v-.5h-.8l-.1.2h-.5l.9-2h-.1l-1 1.6v-.4L3.2 6v-.6q.2 0 .2-.2L3 5q-.3 0-.3.2l.1.2V6l-.1.2v.4L1.6 5.2h-.1v.4l.7 1.3H1.1v.4h1.6v.1c-.4 0-1.5 0-1.5.3q.3.3 1.1.4l-.7.6-.6.5.1.1q.3 0 .6-.2l1-1h.7q1 1 1.3 1 .3.3.5.2h.2ZM2.8 8v-.8h.7v.4q-.1.3-.5.4zm-1.3-.2h-.2v-.1l.2-.1zm.1-2.6.8 1.2h-.1zm1 1.5zV7h-.2v-.1zm-.2 0-.1-.1.2-.1.1.2zm.3.8V8zm-1 0h.9V8h-.8zm0 0V8v-.3Zm.7.6h.3l-1 .6zm-.5.7-.3.3-.5.1.5-.4zm.6-1.6V7h1.3-1.3Zm1-1.9-.4.2q-.2 0-.3-.2l.3-.1.3.1Zm-.7 1.3h.7zm.7.1zh-.7zm-.7-.2v-.1h.7-.7Zm.5-.4.1.2h-.5V6zm-.3 0v-.5h.3V6zm-.2.8h.7zm1.7-1.4q-.1.5-.5 1l-.2-.1zm-.4 1.6a.1.1 0 0 1-.2 0 .1.1 0 0 1 .2 0m-.3-.3-.2-.1.2-.2H4q0 .2-.2.3m-.3 0h.3V7h-.3zm0 1 1 1h-.2L3.4 8v-.2Zm1.2 1 .5.4-.6-.1-.2-.3zM5.2 7v.3h-.8V7H5Zm-.9.2zV7h.1Zm-3.2 0V7H2v.2h-.7Zm1.3-.1a.1.1 0 0 1-.2 0 .1.1 0 0 1 .2 0"/></svg>',
164
+ pk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1h-16V20h16q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h4.4V4zm17.5 10.1a4.6 4.6 0 1 1-6.1-7 5 5 0 1 0 6.2 7ZM16.9 8l.6.8 1-.4s.2.1.1.2l-.5.9.7.7q0 .2-.2.3l-1-.2-.5.8q-.1 0-.2 0l-.1-1-1-.3a.1.1 0 0 1 0-.2l1-.4-.2-1q0-.2.3-.1Z"/></svg>',
165
+ pw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#3CC8FF" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10"/></svg>',
166
+ ps: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#FF4B55" d="m.6 19.4 9-7.2q.3-.2 0-.4l-9-7.2Q0 5.1 0 5.9v12.2q0 .8.6 1.3"/></svg>',
167
+ pa: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M23.6 12H12v7.4q0 .5-.4.5h10.6q1.6-.1 1.8-1.8v-6.5q0 .3-.4.4M.4 12H12V4.6q0-.5.4-.5H1.8C.8 4.1 0 5 0 6v6.5q0-.3.4-.4Z"/><path fill="#FF4B55" d="M22.2 4.1h-9.8q-.4 0-.4.5V12h11.6q.3 0 .4-.4V5.9q-.2-1.7-1.8-1.8"/><path fill="#4173CD" d="M12 19.4V12H.4q-.4 0-.4.4v5.7q.2 1.6 1.8 1.8h9.8q.4 0 .4-.5M6.2 6.3l.4 1.2h1.2q.3 0 .1.3l-1 .7.4 1.2q0 .3-.3.2l-1-.7-1 .7q-.2.1-.3-.2l.4-1.2-1-.7q-.1-.2.1-.3h1.2l.4-1.2q.1-.1.4 0"/><path fill="#FF4B55" d="m18.2 14.2.4 1.1h1.2q.3.1.1.4l-1 .7.4 1.2q0 .3-.3.2l-1-.7-1 .7q-.2 0-.3-.2l.4-1.2-1-.7q-.1-.2.1-.3h1.2l.4-1.2q.1-.3.4 0"/></svg>',
168
+ pg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#464655" d="M1.8 19.9h20.4a2 2 0 0 0 1.2-.5L.6 4.6Q0 5.1 0 5.9v12.2q.1 1.7 1.8 1.8"/><path fill="#F5F5F5" d="m2.4 11.7-.2.7h-.8v.2l.6.4-.2.7v.1l.7-.4.6.4h.1L3 13l.6-.4v-.2h-.8l-.2-.7zm5.1 0-.2.7h-.8v.2l.6.4-.2.7v.1l.7-.4.6.4h.1l-.2-.8.6-.4v-.2h-.8l-.2-.7zM5 8.6l-.3.8H4s-.1 0 0 0l.5.5-.2.8h.1l.6-.4.6.4h.2l-.3-.8.6-.4v-.1h-.8zm0 7.6-.3.8H4s-.1 0 0 0l.5.5-.2.8h.1L5 18l.6.4h.2l-.3-.8.6-.4V17h-.8zm1.2-1.8-.2.4h-.4l.3.3-.1.4.4-.2.3.2V15l.3-.3h-.4l-.2-.4Z"/><path fill="#FFE15A" d="M20.5 11.6q-.1-.7-.4-1.2l.2.1-.1-.3q.4.2.4.3-.2-1-.3-1l.2.1q-.6-1-.8-1h.3q-.7-.6-.9-.6l.3-.1c-.8-.5-1.7 0-1.7 0l.4-.5-.1-.1.2-.3q-.1 0-.2 0l.2-.4q-.1 0-.2 0v-.3q0 0-.1 0l.2-.5-1 .7q-.6.8-.4 1.2l-.1.6q-.3 0-.7-.4h-1.3l.4.2q.2 0 .6.4.5.1.3.4c-.2.1-.2 0-1-.2-.7-.2-1.6 1.7-1.6 1.7.5 0 .8-.4.8-.4l-.2.4q.5-.2.5-.3v.4l.4-.4v.4q.3-.3.3-.4v.4q.7-.4.6-.5c.5 1.4 1.1 1.6 1.1 1.6v-.3l.6.4v-.3a3 3 0 0 0 1.5 1.1l-.2-.5h.2l-.3-.6h.2q-.6-.6-.6-.7h.3l-.2-.4.6.3v-.1q.7.3 1.3 1.2v.6c-.4.8-1.4.8-1.8.6 0 0 1.3 1 2-.4l.1-.3.2.7c0 1.4-1.5 1.3-1.5 1.3s1.7.6 1.8-1.3a2 2 0 0 0-.5-1.3M19 10.2q.5.1.5.2v-.2q.5.5.6 1z"/></svg>',
169
+ py: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#41479B" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#FF4B55" d="M12 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 3.6a1.6 1.6 0 1 1 0-3.2 1.6 1.6 0 0 1 0 3.2"/><path fill="#41479B" d="M12 12.7a.7.7 0 1 0 0-1.4.7.7 0 0 0 0 1.4"/><path fill="#FFE15A" d="m12 11.5.2.3h.3s.1 0 0 .1l-.2.2v.4l-.3-.2-.3.2V12l-.3-.2.4-.1z"/><path fill="#64C86E" d="M13.4 12s0-.2-.2 0v-.4s0-.2 0 0H13v-.4s-.1-.2-.1.1l-.1-.1-.1-.2s0-.1 0 0h-.1l-.2-.2s-.1 0 0 .1h-.1v.1h.3v.1h-.1s.1.2.2.1v.2s-.1-.2-.1 0l.3.2v.1s-.2-.2-.2 0l.3.2v.1l-.2-.1.1.4v.1s0-.3-.1-.2q0 0 0 .4l-.2.1s.1-.3 0-.2l-.1.4h-.2s.1-.2 0-.2l-.2.4h-.2l-.5-.4v.2l-.2-.4v.1-.4H11v-.6l.2-.2h-.1.2l.2-.2h-.1.3l-.1-.1.3-.1h-.4l.1-.1h-.2l-.2.1-.1.2V11l-.2.3v-.1l-.2.4v-.2.4h-.1v.4l.1.3h-.1l.3.3h-.2l.3.2.2.1.5.1.1.1h-.3l.1.2.3-.1h.4-.3V13h.5-.1l.5-.1s.1-.1-.2-.1h.1s.2 0 .4-.3q0-.1-.2 0v-.2q.1 0 .3-.3Z"/></svg>',
170
+ pe: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/></svg>',
171
+ ph: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M.6 4.6Q0 5.1 0 5.9v12.2q0 .8.6 1.3L12 12z"/><path fill="#FF4B55" d="M.6 19.4q.6.5 1.2.5h20.4q1.6-.1 1.8-1.8V12H12z"/><path fill="#41479B" d="M22.2 4.1H1.8a2 2 0 0 0-1.2.5L12 12h12V6c0-1-.8-1.9-1.8-1.9"/><path fill="#FFE15A" d="M4.3 13.3a1.3 1.3 0 1 0 0-2.6 1.3 1.3 0 0 0 0 2.6"/><path fill="#FFE15A" d="m4.3 12-.5-2 .5-.7.5.7zm0 0 .5 2-.5.7-.5-.7zm0 0-2 .5-.6-.5.6-.5zm0 0 2-.5.7.5-.6.5-2-.5ZM4.3 12l1.1-1.8.8-.1v.8zm0 0-1 1.8-.9.1.2-.8zM4.3 12l-1.7-1-.2-.9.9.1zm0 0 1.8 1 .1.9-.8-.1zM1.1 6.2v.5l-.4.2v.2h.5l.1.6h.2l.2-.5.5.1s.1 0 0 0L2 6.7l.3-.4q0-.2-.1-.1l-.5.2-.4-.4s-.1 0 0 0Zm.2 10.2v.5H.6v.2l.5.2-.1.6.5-.3.4.2q.2 0 .1-.1l-.2-.5.4-.4h-.6l-.2-.5h-.2Zm8.2-5.2-.3.5-.5-.2s-.1 0 0 .1l.2.4-.3.5s0 .1.1 0h.5l.3.3h.2v-.5l.5-.2V12l-.6-.2v-.5q0-.2-.1 0Z"/></svg>',
172
+ pl: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V12H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/></svg>',
173
+ pt: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h6.9V4z"/><path fill="#FFE15A" d="M8.7 15.7a3.7 3.7 0 1 0 0-7.4 3.7 3.7 0 0 0 0 7.4"/><path fill="#FF4B55" d="M10 10.8v1.6a1.2 1.2 0 0 1-2.5 0v-1.6zm.3-.9H7q-.4 0-.4.4v2.1a2 2 0 0 0 4.2 0v-2q0-.5-.5-.5"/><path fill="#F5F5F5" d="M10 10.8v1.6a1.2 1.2 0 0 1-2.5 0v-1.6z"/><path fill="#FFE15A" d="M7 10.6a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5m3.3 0a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5M7 12.2a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4m3.3 0a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4m-1.6-1.6a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5m1.3 3.1a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4m-2.5 0a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4"/><path fill="#41479B" d="M9 11.9v.4a.3.3 0 0 1-.6 0v-.4zm0-.9v.4a.3.3 0 0 1-.6 0v-.3zm0 1.7v.4a.3.3 0 0 1-.6 0v-.4zm.7-.8v.4a.3.3 0 0 1-.6 0v-.4zm-1.5 0v.4a.3.3 0 0 1-.5 0v-.4z"/></svg>',
174
+ pr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v1.4h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M24 7.3H0v3.1h24z"/><path fill="#FF4B55" d="M24 10.4H0v3.2h24zM0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-1.4H0v1.4Z"/><path fill="#F5F5F5" d="M24 13.6H0v3.1h24z"/><path fill="#41479B" d="m.6 19.4 11-7.1q.3-.3 0-.6L.6 4.6Q0 5.1 0 5.9v12.2q0 .8.6 1.3"/><path fill="#F5F5F5" d="m4.2 10 .5 1.4H6q.3 0 .1.3l-1 .8.3 1.3q.1.3-.2.2L4 13.2l-1.2.8q-.2.1-.2-.2l.4-1.3-1.1-.8q-.2-.2 0-.3h1.4L4 10q.1-.3.3 0Z"/></svg>',
175
+ qa: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M10.4 19.1v-.2l-2.2-.7a.1.1 0 0 1 0-.2l2.2-.7v-.2l-2.2-.6a.1.1 0 0 1 0-.2l2.2-.7v-.2l-2.2-.7a.1.1 0 0 1 0-.2l2.2-.6v-.3L8.2 13a.1.1 0 0 1 0-.2l2.2-.7V12l-2.2-.7a.1.1 0 0 1 0-.2l2.2-.6V10l-2.2-.6a.1.1 0 0 1 0-.2l2.2-.7v-.2l-2.2-.7a.1.1 0 0 1 0-.2l2.2-.6v-.2L8.2 6a.1.1 0 0 1 0-.2l2.2-.7V5l-2.5-.8H1.7C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h6z"/><path fill="#873250" d="M22.2 4.1H7.8l2.6.8v.2l-2.2.7q-.2.1 0 .2l2.2.7v.2l-2.2.6q-.2.1 0 .2l2.2.7v.2l-2.2.7q-.2.1 0 .2l2.2.6v.3l-2.2.6q-.2.1 0 .2l2.2.7v.2l-2.2.7q-.2 0 0 .2l2.2.6v.3l-2.2.6q-.2.1 0 .2l2.2.7v.2l-2.2.7q-.2 0 0 .2l2.2.6v.2l-2.2.7q-.2.1 0 .2l2.2.7v.2l-2.5.8h14.3q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/></svg>',
176
+ mk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="M10.3 10.9q0-.3.3-.4l-6-6.4H1.8a2 2 0 0 0-1.2.5zm-.3 1.3v-.4l-10-1v2.4zm2-2.2h.3l1-5.9h-2.5l.9 5.9zm1.4.5.3.4 9.7-6.3a2 2 0 0 0-1.2-.5h-2.8zm.3 2.6-.3.4 6 6.4h2.8a2 2 0 0 0 1.2-.5zm.3-1.3v.4l10 1v-2.4zM12 14h-.3l-1 5.9h2.5l-.9-5.9zm-1.4-.5-.3-.4-9.7 6.3q.6.5 1.2.5h2.8zm1.4.2a1.7 1.7 0 1 0 0-3.4 1.7 1.7 0 0 0 0 3.4"/></svg>',
177
+ cg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M.5 19.4q.6.5 1.3.5H7L23.5 4.6q-.6-.5-1.3-.5H17z"/><path fill="#73AF00" d="M.5 19.4 17 4H1.8A2 2 0 0 0 0 6v12.2q0 .8.5 1.3Z"/><path fill="#FF4B55" d="M23.5 4.6 7 20h15.2q1.6-.2 1.8-1.8V5.9q0-.8-.5-1.3"/></svg>',
178
+ ro: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/><path fill="#FFE15A" d="M16 4.1H8V20h8z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/></svg>',
179
+ ru: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#41479B" d="M24 9.4H0v5.2h24z"/></svg>',
180
+ rw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#FFE15A" d="M24 12H0v4h24z"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V16H0v2.2Z"/><path fill="#FFE15A" d="m21.5 8.3 1.7-.2-1.7-.3 1.4-1-1.6.5 1-1.4-1.4 1 .4-1.7-1 1.5-.2-1.7-.3 1.7-1-1.5.5 1.7-1.4-1 1 1.4-1.7-.4 1.5.9L17 8l1.7.2-1.5 1 1.7-.4-1 1.4 1.4-1-.4 1.6.9-1.4.3 1.7.2-1.7 1 1.4-.4-1.6 1.4 1-1-1.4 1.6.4-1.4-1Zm-1.4.8a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/><path fill="#FFE15A" d="M20 8.8a.8.8 0 1 0 0-1.5.8.8 0 0 0 0 1.5"/></svg>',
181
+ kn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="M0 15.7v1.2L19.5 4h-2zm6.4 4.2L24 8.3V7.1L4.5 20h2Z"/><path fill="#464655" d="M22.2 4.1h-2.7L0 17v1q.2 1.7 1.8 1.8h2.7L24 7V6q-.2-1.6-1.8-1.8Z"/><path fill="#F5F5F5" d="m7.3 13 .9.6.9-.6q.3 0 .2.2l-.4 1 .9.7q0 .2-.2.3h-1l-.4 1h-.3L7.6 15h-1a.1.1 0 0 1-.2-.4l1-.6-.3-1q0-.3.2-.2Zm7.8-5.2.9.7 1-.6s.2 0 .1.2l-.4 1 .9.7s0 .3-.1.2h-1.1l-.4 1h-.3l-.3-1-1-.1a.1.1 0 0 1-.1-.3l.9-.6-.3-1q0-.3.2-.2"/><path fill="#FF4B55" d="M24 8.3 6.4 20h15.8q1.6-.2 1.8-1.8z"/></svg>',
182
+ ws: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#41479B" d="M.4 12h11.2q.3 0 .4-.4v-7q0-.5-.4-.5H1.8C.8 4.1 0 5 0 6v5.7q0 .3.4.4Z"/><path fill="#F5F5F5" d="m5.9 9.3-.2.5h-.6s-.1.1 0 .2l.4.3-.1.6v.1l.6-.3.5.3s.1 0 0 0l-.1-.7.5-.3v-.2h-.7zq0-.2-.1 0M6 4.8l-.2.5h-.5s-.1 0 0 .1l.3.3-.1.5L6 6l.4.3v-.5l.3-.3v-.1h-.5zm2.4 1.4-.2.5h-.5l.4.4-.2.4.1.1.4-.3.4.3H9L8.8 7l.4-.3v-.1h-.6l-.1-.5zm-4.9.5-.1.5h-.5q-.2 0 0 .1l.3.3-.1.5.5-.2.4.2v-.5l.3-.3v-.1h-.5zm3.8 1.5v.3h-.4l.2.2V9l.2-.1.3.1v-.3l.2-.1v-.1h-.3l-.1-.3Z"/></svg>',
183
+ sm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#82AFFF" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V12H0z"/><path fill="#B46446" d="M12 15.4s-1.7-.1-2.5-1.3q-.7-1-.3-2.6h.1q-.5 1.7.3 2.6c.8 1 2.4 1.2 2.4 1.2Z"/><path fill="#41AA5A" d="M9.2 11v.7l.5-.5v-.6q-.4 0-.5.5Zm1 3v.5q0 .3.3.4H10q-.3 0-.4.4h.6q.3 0 .4-.4v-.5q0-.3-.4-.4m-.3-.6q-.3.3-.3.5t.2.5l-.5-.2q-.2 0-.5.2l.5.2q.3 0 .5-.2.3 0 .3-.4t-.2-.6m-.2-.6-.4.4v.5l-.4-.4h-.5q0 .3.4.4h.5q.3 0 .4-.3zm.1-.6q-.3 0-.5.2l-.2.5q0-.2-.2-.5l-.5-.2q0 .3.2.5t.5.2.5-.2q.3-.2.2-.5"/><path fill="#41AA5A" d="M10 11.7h-.6q-.3.3-.3.5v-.5a1 1 0 0 0-.6-.3q0 .3.2.5 0 .3.4.3h.6l.2-.5Z"/><path fill="#FFE15A" d="M10 15a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3m.6 0a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2m-1-1a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3m-.8-1a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2m.6-.6a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3m-.2-.7a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2"/><path fill="#B46446" d="M12 15.4zs1.7-.1 2.5-1.2q.8-1 .3-2.5.6 1.6-.2 2.5c-.8 1.2-2.5 1.3-2.6 1.3"/><path fill="#41AA5A" d="M14.9 11v.7l-.5-.5v-.6q.3 0 .5.5Zm-1 3v.5q0 .3-.3.4h.5q.3 0 .4.4h-.6l-.4-.4v-.5q0-.3.4-.4m.3-.6.3.5-.2.5.4-.2q.3 0 .6.2l-.5.2q-.3 0-.5-.2L14 14q0-.3.2-.6m.2-.6.4.4v.5l.3-.4h.6q0 .3-.4.4h-.5l-.4-.3zm-.1-.6q.2 0 .5.2l.2.5q0-.2.2-.5l.5-.2q0 .3-.2.5t-.5.2-.5-.2z"/><path fill="#41AA5A" d="M14.1 11.7h.6l.3.5v-.5l.5-.3v.5l-.5.3h-.6z"/><path fill="#FFE15A" d="M14.1 15a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3m-.6 0a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2m.9-1a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3m.9-1a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2m-.6-.6a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3m.2-.7a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2"/><path fill="#8CD7FF" d="M12.8 11h-1.5q-.8 0-.8.9v1.3q0 .8.8.8h1.5q.7 0 .8-.8v-1.3q-.1-.8-.8-.8Z"/><path fill="#F5F5F5" d="M12.3 12.2v.2H12v-.2.2h-.2v-.2 1.6h.5zm-.3-.5.2.1v-.3H12q0 .5.1.6zm1.1.8v.2H13zv.2h-.2v-.2h-.1v1.6h.5V13h.1v-.4ZM13 12zq.2 0 .1-.3-.1 0-.4 0l.2.6s-.1-.4 0-.4Zm-1.6.5v.2h-.1zH11v.2-.2h-.1v1.6h.5V13h.1zm-.2-.5zq.3 0 .1-.3-.1 0-.4 0l.2.6z"/><path fill="#6EC86E" d="m13.4 14-.4-.2-.4.1a1 1 0 0 0-1.2 0h-.7a3 3 0 0 0 1.3 1.4q1-.6 1.4-1.4Z"/><path fill="#FFE15A" d="M13.6 9.1q-.1-.3-.8-.3c-.7 0-.5-.3-.5-.3h-.5s-.2.3-.5.3q-.7 0-.8.3c-.1.3.3.7.3.7l.3-.2s-.4-.4-.2-.5q.4 0 .9-.3V9q0 .4 0 .4h.4V9q0-.2 0-.2.6.3 1 .3c.2.1-.2.5-.2.5l.3.2s.4-.4.3-.7m-1.4-1.5h-.4V8h.2v-.2h.1z"/><path fill="#FFF0E1" d="M12 8.3a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4"/><path fill="#FFC75A" d="M10.9 11.4h.2q.4.1.4-.4 0-.3-.4-.4H11c-.3 0-1 .3-1 1.4-.3 1.7 1 3.1 2 3.5v-.2s-2.3-1.8-1.1-3.9"/><path fill="#FFC75A" d="m11 10.7 1 .4-1 .3z"/><path fill="#FFE15A" d="m13 11.4-1-.3 1-.4zm-3 .6q.4-1.3 1-1.3.3 0 .4.3 0 .3-.3.3 0-.1 0-.2-.3 0-.3.2t.3.2.4-.4-.4-.5H11c-.3 0-1 .3-1 1.4-.3 1.7 1 3.1 2 3.5v-.2l-.5-.3a3 3 0 0 1-1.4-3Z"/><path fill="#FFC75A" d="M13.2 11.4H13q-.4.1-.4-.4 0-.3.4-.4h.1c.3 0 1 .3 1 1.4.3 1.7-1 3.1-2 3.5v-.2s2.3-1.8 1.1-3.9"/><path fill="#FFC75A" d="m13 10.7-1 .4 1 .3z"/><path fill="#FFE15A" d="M14 12c-.1-1-.7-1.2-.9-1.3q-.4 0-.4.3t.2.3l.1-.2q.2 0 .3.2t-.3.2-.5-.4a.5.5 0 0 1 .6-.5c.3 0 1 .3 1 1.4.3 1.7-1 3.1-2 3.5v-.2l.5-.3q1.4-1 1.4-3m-2-.8a.2.2 0 1 0 0-.3z"/><path fill="#FFC75A" d="M13.2 9.7v-.2h-.3v-.2q-.3.1-.3.2l-.1-.3q-.2.1-.2.2-.2-.3-.3-.3-.2 0-.2.3 0-.1-.2-.2l-.2.3s0-.2-.2-.2v.3l-.3-.1v.2h-.3l.3.3h2.3l.3-.2h-.3Z"/><path fill="#FFE15A" d="m13.2 10-.2.3h-2V10q.1-.4 1.1-.4 1.1 0 1.2.4Z"/><path fill="#FFC75A" d="M12 10.6q1 0 1-.4 0-.2-1-.3t-1 .3q.1.3 1 .4m.3-2.2s-.1-.2-.3-.1q-.2-.1-.2.1l-.1.1s0 .2.2 0l.1.2.2-.1h.2z"/><path fill="#B46446" d="M11.7 16.4v-.1l.3-.7h.1l-.3.7Z"/><path fill="#B46446" d="m12.4 16.4-.4-.7v-.1h.1z"/><path fill="#F5F5F5" d="M13.5 15.8q-1.5.3-3 0V15q1.5.5 3 0v.7Z"/><path fill="#F5F5F5" d="M11.4 15.5q-1 .3-2 .1l.6.4s-.5.2-.4.3l1.8-.1zm1.3 0q1 .3 2 .1l-.6.4.4.3-1.8-.1z"/></svg>',
184
+ sa: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M5 9.5q0 .3.3.3t.3-.3v-.9h.2v.9a.3.3 0 0 0 .4.3h.1v1.4a.2.2 0 1 0 .3 0V9.6h.7q.3-.3.2-.6l-.1-.4h.1v-.3L7 8l-.2.2.3.8v.2h-.6q0-.8-.2-1.4a.2.2 0 1 0-.3.1l.2 1.4-.2.1v-.9a.4.4 0 0 0-.8 0v.8L5 8.6q0-.2-.2-.2l-.1.2z"/><path fill="#F5F5F5" d="m5.3 8.1.1-.2v-.1a.2.2 0 1 0-.3 0v.1q0 .2.2.2M7 8a.2.2 0 1 0 0-.4.2.2 0 1 0 0 .3Zm-1.2 2-.8.6a.2.2 0 1 0 .2.3l.8-.5a.2.2 0 1 0-.2-.3Z"/><path fill="#F5F5F5" d="M8 10.4zl.3.1.3-.1h.4l.3-.6-.2-.2-.2.2v.3l-.1-.2a.2.2 0 0 0-.4 0l-.1.3v-.2A.2.2 0 0 0 8 10v.1l-.2-2q0-.2-.2-.2l-.1.2.1 2.2-.4-.2q-.3 0-.5.3v.5h.6q0 .3-.3.5t-.5.3l-.3-.1q-.3-.4-.2-.6t-.2-.2l-.1.2s0 .5.2.8l.6.2q.4 0 .8-.3l.3-.9q0 1-.8 1.5-.2.2-.8 0c-.6-.2-.3-.6-.3-.6a.2.2 0 1 0-.4 0s0 .6.6 1h.5l.6-.1q1-.7 1-1.8v-.3Zm-1 .1.3-.2.1.1q-.3.3-.3.1Z"/><path fill="#F5F5F5" d="m5.4 12-.3.1v-.5l-.3-.1v.7q0 .3.3.3.3-.1.3-.2zm3-3 .9-.6a.4.4 0 0 0-.2-.8q-.4 0-.4.4t.2.3l-.6.5v.3ZM9 9h-.3v.5l.3.1h.2a.2.2 0 1 0 0-.3H9v-.4Zm1.8-.7A.2.2 0 0 0 11 8v-.3h-.2l-.1.3v.2Zm-1-.1h.3L10 8v-.2a.2.2 0 1 0 0-.3q-.3 0-.4.3zm-1.3 2.7v.5a.2.2 0 1 0 .4 0q-.1-.6-.4-.5m2.8-.7q.3 0 .5-.2a.2.2 0 1 0-.3-.2h-.2a.2.2 0 0 0-.3.2s.1.2.3.2M14 9l-.2.2s0 .2.2.2.3 0 .4-.2A.2.2 0 0 0 14 9"/><path fill="#F5F5F5" d="m13.8 12-.1-1.9.6 1.2.3-.1q-.3-1-1-1.8-.1-1.5-.2-1.5l-.2-.1s-.1 0 0 .2v.8l-.3-.5A.2.2 0 1 0 13 8l-.5-.2-.2.1H12q-.2 0-.2.2l.1.5q.2.3 0 .5l-.1.1-.3-.4V8l-.2-.1q-.2 0-.1.2L11 9l-.3.2q-.3-.4-.1-1l-.2-.2q-.4 0-.5.6l-.2.4-.1-.5s0-.2-.2-.2l-.1.2q-.1.7.4.8.4-.1.5-.5 0 .3.2.5l.3.2a1 1 0 0 0 .6-.3l.3.2h.1l.4-.1h.2l.3-.2-.2-.2h-.2v-.5l-.2-.3h.3l1 1.3V12a.2.2 0 0 0 .4 0Zm.2-3.6a.2.2 0 1 0 .3 0L14 8l-.3.1.1.4Z"/><path fill="#F5F5F5" d="m13.2 12-.2.1-.1.1V12l-.2-.2-.4.4a.2.2 0 1 0 .3.2v.2h.3l.4-.2z"/><path fill="#F5F5F5" d="M13.1 10.7H12q.7-.2.8-.5v-.4l-.5-.2q-.3 0-.5.7l-1 .4q-.1-1-.3-1a.2.2 0 1 0-.3.1s.3.5.3 1.2q-.2 1.3-1 1.4-.2-.1-.3-.5.6-.3.8-.8.1-.6-.1-.9a.2.2 0 1 0 .2-.2q-.1-.2-.4-.2-.1 0-.2.3l.1.2q.1.3 0 .7 0 .3-.4.6H9l-.1.1-1 .7v.3l1-.6q.2.5.6.6.7 0 1.1-.8l.1.1c.4.5 1.2.5 1.3.5v-.3l-.2-.1v-.2q.2-.3 1.2-.4h.1l.2-.6zm-.7-.7zq0 .2-.4.2.1-.2.3-.2m-1 2.1-.4-.3q-.2-.2-.2-.6.7 0 1 .2l-.4.4zm3.5-3.7-.2-.5h-.3l.3 3.6q0 .5-1 1l.1.3c.6-.3 1.3-.8 1.3-1.3zm1.4 1.5.2-.2v-.3s.2 0 .2-.2l-.2-.1h-.2l-.1.2-.2-.2a.2.2 0 1 0-.2.3zm.3.1-.6.5.2.2.6-.4a.2.2 0 1 0-.2-.3m0 .6v.5h.3l-.1-.5z"/><path fill="#F5F5F5" d="m18 11.8.2-.1v-.8q0 .4.3.7a.2.2 0 1 0 .3-.1l-.7-1.3-.2-1.6.1-.2.1.5a.2.2 0 1 0 .3 0v-.6H18l-.3-.4-.3.1.3 1.6-.4-.5v-.9l-.1-.3h-.3l-.2.3V8l-.4-.2-.2.2.9 1.2v2.5l-.5-.4q0-.2-.2-.1-.2 0-.4.5 0 .5-.3.7l-.2-.6h.2l.1-.1-.2-3.3-.1-.5h-.3l.3 3.8-.2-.2-.1.2q0 .8.4 1h.3q.3-.4.4-.9l.1-.2q.3.4.7.5.2 0 .3-.3v-2l.4.5.1 1.4z"/><path fill="#F5F5F5" d="M19.2 11 19 8.3l-.3-.4-.3.1.5 3q0 .8-.3 1.3l-.6.2-.1.1.1.2h.1q.5 0 .8-.3.4-.6.3-1.5m-1.8 1v.3a.2.2 0 0 0 .3.3V12zm-.5 3.6h-1.2v-.1a.2.2 0 1 0-.3 0v.1H6.7q.7.5 1.5.5h7.2v.4l.2.1h1.3a.5.5 0 0 0 0-1m0 .7h-1.2V16H17l-.1.2Z"/></svg>',
185
+ sn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H8V4z"/><path fill="#FFE15A" d="M16 4.1H8V20h8z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#73AF00" d="m12.1 9.6.5 1.7h1.8s.1.1 0 .2l-1.4 1 .6 1.7s-.1.1-.2 0l-1.4-1-1.4 1q-.1 0-.2 0l.6-1.7-1.4-1q0-.1 0-.2h1.8l.5-1.7z"/></svg>',
186
+ rs: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#41479B" d="M24 9.4H0v5.2h24z"/><path fill="#FFE15A" d="M8.1 9.4h-3v-.8h3.1z"/><path fill="#FFD350" d="M5.1 9.2v.2h3v-.2z"/><path fill="#FFE15A" d="M6.7 6.9zv.5zM6.8 7h-.4v.1zm1.3 1.9L8 8.7l.3-.7v-.1h-.1l-1.5-.3h-.1L5 7.8V8l.2.7a.1.1 0 1 1-.2.1l-.3-.7v-.3l.3-.2 1.6-.2 1.6.2q.1 0 .3.2V8l-.3.7Z"/><path fill="#FFE15A" d="m6.6 8.8-.1-.2v-1a.1.1 0 1 1 .2 0v1.2Z"/><path fill="#FFE15A" d="M7.5 8.9q-.2 0-.1-.2l.1-.7v-.2l-.8-.2h-.1l-.8.2v.9a.1.1 0 1 1-.2 0l-.1-.6q0-.4.2-.5l.9-.2 1 .2.2.5-.2.7h-.1Z"/><path fill="#FFD350" d="M5 8.8h3.2v-.2H5z"/><path fill="#FF4B55" d="m4.3 9.4-.2.1v4.3a2.5 2.5 0 1 0 5 0V9.5L9 9.4z"/><path fill="#F5F5F5" d="m6.9 13.5.2-.6h-1l.3.6-.6 2s.3.3.8.3.9-.2.9-.2z"/><path fill="#FFE15A" d="M5.7 14h-.2l.5-.8-.2-.2-.6 1.1h-.6v.2H5l-.3.3.1.2.3-.2-.1.3.2.1.3-.7h.4V14Z"/><path fill="#F5F5F5" d="m5.8 10.6-.6-.3-.1-.2v-.2a.1.1 0 0 0-.3-.1 2 2 0 0 0-.4 1.3v2.6s.5 0 1-.8l.4-.2-.3.8.5.1.4-.5z"/><path fill="#FFE15A" d="M7.5 14h.2l-.4-.8.2-.2.6 1.1h.5v.2h-.3l.4.3-.2.2-.3-.2.2.3-.3.1-.2-.7h-.4z"/><path fill="#F5F5F5" d="m7.5 10.6.6-.3s.1-.1 0-.2v-.2a.1.1 0 0 1 .3-.1q.5.6.5 1.3v2.6s-.6 0-1-.8l-.4-.2.2.8-.5.1-.4-.5z"/><path fill="#FFE15A" d="M5.9 9.8h-.6l.1.2.5.1-.3.1H6zm1.5 0H8l-.2.2-.4.1.2.1h-.4z"/><path fill="#F5F5F5" d="M7.5 9.7h-.6l-.3.5-.2-.4-.6-.1h-.1l.3.7-.2.2h1.7l-.3-.2z"/><path fill="#FFBE50" d="M6.6 8.9a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4"/><path fill="#41479B" d="M6.6 9.2h.2L6.6 9z"/><path fill="#FF4B55" d="M5.9 9.2zV9l-.2.1z"/><path fill="#41479B" d="M5.1 9.2h.2q0-.2-.2-.2zm2.9 0h.2L8.1 9l-.2.1z"/><path fill="#FF4B55" d="M7.4 9.2zL7.4 9l-.2.1z"/><path fill="#FFBE50" d="M7.5 8.9a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4m.7 0a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4m-2.4 0a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4m-.8 0a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4"/><path fill="#41479B" d="M6.8 7.6a.2.2 0 1 0-.4 0z"/><path fill="#FF4B55" d="M6.6 13.2a1 1 0 0 1-1-1v-1.6h2v1.6q-.1.9-1 1"/><path fill="#A54B50" d="M7.5 10.6v1.6a.9.9 0 0 1-1.7 0v-1.6zm.1-.1h-2v1.7a1 1 0 0 0 2 0z"/><path fill="#F5F5F5" d="M6.4 13h.4v-2.4h-.4z"/><path fill="#F5F5F5" d="M7.5 11.6H5.8v.4h1.7z"/></svg>',
187
+ sc: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 19.9h20.4q1.6-.1 1.8-1.8v-3.5l-23 5q.3.3.8.3"/><path fill="#41479B" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q0 .6.4 1L8 4.1z"/><path fill="#FFE15A" d="m8 4.1-7.6 15 .1.2L16 4.1z"/><path fill="#FF4B55" d="M22.2 4.1H16L.5 19.3l.3.2L24 9.4V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="m1 19.7 23-5V9.3L.8 19.5z"/></svg>',
188
+ sl: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/></svg>',
189
+ sg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#F5F5F5" d="M0 12h24v7.4q0 .5-.4.5H.4a.4.4 0 0 1-.4-.5zm3.4-4q.2-2.1 2.3-2.6v-.1h-1a2.9 2.9 0 1 0 1 5.7v-.2A3 3 0 0 1 3.4 8"/><path fill="#F5F5F5" d="m5.7 8.8-.1.4h-.4l.3.3-.1.4.4-.2.3.2v-.4l.3-.2v-.1h-.5v-.4zm1.9 0v.4H7l.3.3-.1.4.4-.2.3.2s.1 0 0 0v-.4l.3-.2v-.1h-.4zm-.9-3-.1.4h-.4v.1l.3.2-.2.4s0 .1.1 0l.3-.2.4.3v-.5l.2-.2h-.4zM5.2 7l-.2.3h-.3s-.1.1 0 .1l.2.3V8q0 0 0 .1l.3-.2.3.2h.1l-.1-.4.3-.3h-.4zm3 0-.1.3h-.4v.1l.3.3-.1.3v.1l.4-.2.3.2v-.4l.2-.3h-.4L8.3 7z"/></svg>',
190
+ sx: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#41479B" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V12H0z"/><path fill="#F5F5F5" d="m.6 19.4 11-7.1q.3-.3 0-.6L.6 4.6Q0 5.1 0 5.9v12.2q0 .8.6 1.3"/><path fill="#FFE15A" d="M4.2 11.7a1.3 1.3 0 1 0 0-2.6 1.3 1.3 0 0 0 0 2.6"/><path fill="#8CD7FF" d="M5.8 11.6v.5q.3 1-.4 1.3l-.5.1-.7.2-.6-.2h-.5q-.7-.5-.5-1.4v-.5l-.1-1.4h1.7v.1h1.2l.6-.1z"/><path fill="#FF4B55" d="M6 11.6q.1-1.4.3-1.6H6s-.2.2-.6.2H3q-.6-.1-.6-.2l-.2.1s.3.8.2 1.6v.5c0 .6-.1 1.3.6 1.5l.6.2q.8.1.6.2l.7-.2.6-.2c.7-.2.7-1 .6-1.5zm-.2 0v.5q.3 1-.4 1.3l-.5.1-.7.2-.6-.2h-.5q-.7-.5-.5-1.4v-.5l-.1-1.4h1.7v.1h1.2l.6-.1z"/><path fill="#F5F5F5" d="M5.4 13v-.7h-.2v-.5h.2l-.9-.6v-.3h.2l-.5-.3-.4.3H4v.3l-1 .6h.2v.5H3v.2h.1v.5z"/><path fill="#41AA5A" d="M3 11v.2q.2 0 .2-.2h-.1Zm.2 0 .1.2v-.4zm.2-.1h.2l-.1-.2h-.2z"/><path fill="#41AA5A" d="m3.5 10.8.1-.2h-.2l-.1.2zm-.5 0 .1-.1zM3 10.7s.2.1.2 0l-.1-.1h-.3z"/><path fill="#FFE15A" d="M3.4 10.8h-.2v.1h.1Z"/><path fill="#F5F5F5" d="M3.2 10.9z"/><path fill="#FFE15A" d="M3.2 10.8H3h.1Z"/><path fill="#F5F5F5" d="M3 10.8"/><path fill="#FFE15A" d="M3.4 10.7h-.2.1Z"/><path fill="#F5F5F5" d="M3.3 10.7"/><path fill="#FFE15A" d="M3.2 10.6H3h.1Z"/><path fill="#F5F5F5" d="M5 11.2h.7l-.3-.2v-.6q-.2 0-.2.4v.2z"/><path fill="#FFE15A" d="M4.2 14.9A3 3 0 0 1 1.4 12h.5a2.3 2.3 0 0 0 4.7 0H7c0 1.6-1.3 2.9-2.9 2.9Z"/><path fill="#C87878" d="M5.3 9.5h-.5v-.2h-.6v.2h-1a.1.1 0 1 0 0 .2h.4v.2h.7v-.2h1a.1.1 0 1 0 0-.2"/></svg>',
191
+ sk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#41479B" d="M24 9.4H0v5.2h24z"/><path fill="#FF4B55" d="M6.1 15.9c-.1 0-3-1.7-3-4.3V8h6.2v3.5c0 2.6-2.9 4.2-3 4.3z"/><path fill="#F5F5F5" d="M7.8 11H6.5v-.5h.2l.8.1-.1-.4.1-.5-.8.2h-.2v-.2l.2-1-.5.1-.4-.1v1.2h-.1l-.8-.2.1.5v.4h.8v.5h-.3l-1-.1.1.4-.1.5 1-.2h.3v1.5h.6v-1.5H7l1 .2-.2-.5z"/><path fill="#41479B" d="M6.2 12.6a1 1 0 0 0-1 .6 1 1 0 0 0-1 1C5 15.2 6 16 6 16h.2s1.1-.7 2-1.7q-.1-.9-1-1h-.1a1 1 0 0 0-1-.6Z"/><path fill="#F5F5F5" d="M9.1 8.3v3.3c0 2.5-2.9 4.1-2.9 4.1s-2.9-1.6-2.9-4.1V8.3zm.4-.4H3v3.7c0 2.7 3 4.4 3.1 4.5l.2.1.2-.1c.1 0 3.1-1.8 3.1-4.5z"/></svg>',
192
+ si: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#41479B" d="M24 9.4H0v5.2h24z"/><path fill="#41479B" d="M8 7.4s0 2.6-.4 3.4Q6.9 12 6 12.2q-1-.2-1.6-1.4c-.4-.8-.5-3.4-.5-3.4a5 5 0 0 1 4.2 0Z"/><path fill="#F5F5F5" d="M6.6 11h-.3l-.3.1h-.3l-.1-.1h-.2l-.3.1.9.6q.5-.2.8-.6zM5 10.6h.3l.3-.1h.2l.2.1h.2l.2-.1h.3l.2.1H7l.2-.1.1-.2-.6-1-.2.4-.5-1-.5 1-.2-.5-.6 1v.3zm2.1.1-.2.1h-.3l-.2-.1h-.1l-.3.1h-.3l-.1-.1h-.2l-.3.1H5l.1.1H7l.2-.2Z"/><path fill="#FFE15A" d="M6 8h.2l-.1.1v.1l-.1.1v-.1h-.2V8zm-.7-.7v.2h.2v.2h-.4l.1-.1v-.1zm1.4 0v.2h.1v.2h-.4v-.2h.1v-.2Z"/><path fill="#FF1722" d="M7.8 7.3a12 12 0 0 1-.4 3.4q-.6 1-1.4 1.3-1-.3-1.4-1.3c-.3-.6-.4-2.4-.4-3.2v-.2h-.3l.5 3.5Q5 12 6 12.2q1-.2 1.6-1.4L8 9.5l.2-2.1z"/></svg>',
193
+ sb: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#73AF00" d="M23.4 4.6.6 19.4q.6.5 1.2.5h20.4q1.6-.1 1.8-1.8V5.9q0-.8-.6-1.3"/><path fill="#FFE15A" d="M24 4.6q0-.5-.4-.5h-.7L0 19.1v.3q0 .5.4.5h.7L24 4.9z"/><path fill="#F5F5F5" d="m2 5.4-.1.7h-.7q-.2 0 0 .1l.5.4-.2.7s0 .1 0 0l.6-.3.6.4h.1l-.2-.8.6-.4v-.1h-.8l-.2-.7h-.1Zm5.4 0-.2.7h-.7s-.1 0 0 .1l.5.4-.2.7s0 .1.1 0l.6-.3.6.4-.2-.8.6-.4v-.1h-.7zM4.7 7.8l-.2.7h-.7v.1l.5.4-.2.7s0 .1.1 0l.6-.3.6.4s.1 0 0-.1V9l.5-.4q0 0 0-.1h-.7L5 7.8zM2 10.2l-.1.6h-.7q-.2 0 0 .2l.5.4-.2.7.6-.4.6.4h.1l-.2-.7.6-.4v-.2h-.8l-.2-.6h-.1Zm5.4 0-.2.6h-.7s-.1.1 0 .2l.5.4-.2.7H7l.6-.4.6.4-.2-.7.6-.4v-.2h-.7l-.3-.6Z"/></svg>',
194
+ so: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="m11.9 9-.7 2.1H9q-.2 0 0 .3l1.7 1.3-.7 2q0 .3.2.2l1.8-1.2 1.8 1.2.2-.1-.7-2.1 1.8-1.3v-.2h-2.3L12.1 9q-.1-.1-.2 0"/></svg>',
195
+ za: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M0 7v10l6.6-5z"/><path fill="#FF4B55" d="M22.2 4.1H3.3l7.5 5.8H24V6q-.2-1.6-1.8-1.8Z"/><path fill="#41479B" d="M3.3 19.9h18.9q1.6-.1 1.8-1.8v-4H10.8z"/><path fill="#73AF00" d="M2.7 4.1h-.9C.8 4.1 0 5 0 6v.3L7.3 12 0 17.8v.3q.2 1.6 1.8 1.8h.9l7.8-6.2H24v-3.4H10.5z"/><path fill="#F5F5F5" d="M4 4.1H2.7l7.8 6.2H24v-.8H10.8z"/><path fill="#FFE15A" d="M0 6.2v1.1L6 12l-6 4.7v1L7.3 12z"/><path fill="#F5F5F5" d="m10.5 13.7-7.8 6.2H4l6.8-5.4H24v-.8z"/></svg>',
196
+ kr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M14.3 8.6a4 4 0 0 0-5.7 1.1A2 2 0 1 0 12 12a2 2 0 0 1 3.4 2.3c1.3-2 .8-4.5-1.1-5.7"/><path fill="#41479B" d="M8.6 9.7A2 2 0 1 0 12 12a2 2 0 0 1 3.4 2.3 4.1 4.1 0 1 1-6.8-4.6"/><path fill="#464655" d="m16.4 7 .8 1.1-.1.3-.2.1h-.3L16 7.4V7l.2-.2h.3Zm1.2 1.7.7 1.2v.3h-.5L17 9.1v-.3l.3-.1zm-.4-2.2 2 2.8-.1.3-.2.1h-.3l-2-2.9.1-.3.2-.1zM18 6l.8 1-.1.3-.2.2h-.3l-.7-1.2V6l.2-.1zm1.2 1.7.7 1.1v.3l-.2.1h-.3L18.6 8v-.3h.3q0-.2.3 0m-13 6.1 2 2.8-.1.3-.2.2h-.3l-2-3 .1-.2.2-.2zm-.8.5.8 1.1v.3l-.3.2-.3-.1-.7-1.1v-.3l.2-.1zM6.6 16l.7 1.2v.3l-.2.1h-.3L6 16.3l.1-.3.2-.1zm-2-1.1 2 2.8-.1.3-.2.1H6l-2-2.9.1-.3.2-.1zm1.1-5 1.9-3h.3l.2.2v.3l-1.9 2.8h-.5zm-.8-.6 1.9-2.8q0-.2.3-.1l.2.1v.3L5.4 9.7H5zM4 8.8l2-2.9h.5v.4L4.6 9.2h-.3l-.2-.1zm11.9 7.8.7-1q0-.3.3-.1h.2q0 .3 0 .4l-.7 1.1h-.5q0-.2 0-.4M17 15l.8-1.2h.5v.3l-.7 1.2h-.3l-.2-.1v-.3Zm-.3 2.2.7-1.1q0-.2.3-.1l.2.1v.3l-.7 1.1q0 .2-.3.1l-.2-.1zm1.1-1.8.8-1q0-.3.3-.1h.2v.4l-.7 1.1h-.5a.2.2 0 0 1 0-.4Zm-.3 2.3.7-1.1h.5q.2.2 0 .4l-.7 1q0 .3-.3.1h-.2a.2.2 0 0 1 0-.4m1.1-1.7.8-1.1q0-.2.3-.1l.2.1v.3l-.7 1.1q0 .2-.3.1l-.2-.1V16Z"/></svg>',
197
+ ss: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><g clip-path="url(#a)"><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#73AF00" d="M24 14.6H0v3.5q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8z"/><path fill="#FF4B55" d="M24 9.4H0v5.2h24z"/><path fill="#F5F5F5" d="m4.5 11 .2.5.6-.2-.2.6.4.4-.6.2v.6l-.5-.4-.4.4v-.6l-.7-.2.5-.4-.3-.5h.6l.3-.5ZM24 9.1H0v.7h24zm0 5.1H0v.7h24z"/><path fill="#41479B" d="M11 11.8.5 4.6q-.6.5-.6 1.3v12.2q0 .8.6 1.3L11 12.2q.1-.2 0-.4"/><path fill="#FFE15A" d="m3.4 10 1 1 1.2-.5q.3-.1.2.2l-.6 1.2 1 1s0 .3-.2.2L4.6 13 4 14.1h-.3l-.2-1.4-1.3-.2a.2.2 0 0 1 0-.4l1.1-.6-.2-1.3q0-.4.3-.1Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>',
198
+ es: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#C8414B" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-1.5H0zM22.2 4.1H1.8C.8 4.1 0 5 0 6v1.5h24V6q-.2-1.6-1.8-1.8Z"/><path fill="#FFD250" d="M24 7.4H0v9.2h24z"/><path fill="#C8414B" d="m10.1 12 .4-1.6q0-.2-.2-.3H10l-.2.3z"/><path fill="#F5F5F5" d="M10.6 11.2h-.9v3.5h.9z"/><path fill="#FAB446" d="M10.8 10.8H9.5v.4h1.3z"/><path fill="#C8414B" d="M10.8 12H8.7v.4h2V12Zm0 1.7-1.3-.5v-.4l1.3.4zM4 12l.3-1.6-.2-.3h-.3q-.2 0-.2.3l.3 1.6Z"/><path fill="#F5F5F5" d="M5.4 10.8q-.3 0-.4.4v2.7c0 .5.4 1.4 2 1.4s2.1-1 2.1-1.4v-2.7q0-.4-.4-.4z"/><path fill="#C8414B" d="M7 12.8H5v-1.6q0-.4.4-.4H7zm0 0h2.1v1a1 1 0 0 1-2 0z"/><path fill="#FAB446" d="M5 12.8h2v1a1 1 0 0 1-2 0z"/><path fill="#C8414B" d="M6.6 14.7v-1.9h-.4v2zm-.8.2v-2h-.4v1.8z"/><path fill="#FFB441" d="M6.6 12H5.4v.4h1.2z"/><path fill="#FAB446" d="M6.6 11.2H5.4v.4h1.2z"/><path fill="#FAB446" d="M6.4 11.4h-.8v.8h.8z"/><path fill="#F5F5F5" d="M4.3 11.2h-.8v3.5h.8z"/><path fill="#FAB446" d="M4.6 14.5H3.3v.4h1.3zm0-3.7H3.3v.4h1.3z"/><path fill="#5064AA" d="M4.8 14.9H3v.4h1.7z"/><path fill="#FAB446" d="M11 14.5H9.7v.4H11z"/><path fill="#5064AA" d="M11 14.9H9.3v.4H11z"/><path fill="#FAB446" d="M8.3 10.3H5.8v.5h2.5z"/><path fill="#FFB441" d="M7.2 9.1h-.4v1.2h.4z"/><path fill="#F5F5F5" d="M6.6 9.7a.6.6 0 1 1 0-1.2.6.6 0 0 1 0 1.2m0-.8a.2.2 0 1 0 0 .4.2.2 0 0 0 0-.4"/><path fill="#F5F5F5" d="M7.4 9.7a.6.6 0 1 1 0-1.2.6.6 0 0 1 0 1.2m0-.8a.2.2 0 1 0 0 .4.2.2 0 0 0 0-.4"/><path fill="#F5F5F5" d="M8.3 10.1a.6.6 0 1 1 0-1.2.6.6 0 0 1 0 1.2m0-.8a.2.2 0 1 0 0 .4.2.2 0 0 0 0-.4m-2.5.8a.6.6 0 1 1 0-1.2.6.6 0 0 1 0 1.2m0-.8a.2.2 0 1 0 0 .4.2.2 0 0 0 0-.4"/><path fill="#FAB446" d="M8.3 13.7v.2a.2.2 0 0 1-.4 0v-.2zm.4-.5H7.4v.7a.6.6 0 0 0 1.3 0z"/><path fill="#FFA0D2" d="m8 12.4-.3-.4v-.4a.4.4 0 0 1 .8 0v.4q0 .3-.4.4Z"/><path fill="#5064AA" d="M7 13.4a.6.6 0 1 0 0-1.2.6.6 0 0 0 0 1.2"/><path fill="#FAB446" d="M7.2 8.3h-.4v1.2h.4z"/><path fill="#C8414B" d="m5.8 10.3-.4-.4.2-.2a2 2 0 0 1 2.8 0l.3.2-.4.4z"/><path fill="#FFD250" d="M7 10.1a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4m-.8 0a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4m1.7 0a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4"/><path fill="#C8414B" d="M5.4 12h-2v.4h2zm-2.1 1.7 1.3-.5v-.4l-1.3.4z"/></svg>',
199
+ lk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFD250" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8M7.4 18.2q0 .4-.4.4H1.7a.4.4 0 0 1-.5-.4V5.8q0-.3.5-.4H7q.4 0 .4.4zm15.4 0q0 .4-.5.4H9.1a.4.4 0 0 1-.4-.4V5.8q0-.3.4-.4h13.2q.5 0 .5.4z"/><path fill="#963C3C" d="M22.3 5.4H9.1q-.3 0-.4.4v12.4q0 .3.4.4h13.2q.5 0 .5-.4V5.8q0-.3-.5-.4"/><path fill="#5AA587" d="M1.7 5.4q-.5 0-.5.4v12.4q0 .3.5.4h2.6V5.4z"/><path fill="#FF7350" d="M7 5.4H4.3v13.2H7q.4 0 .4-.4V5.8q0-.3-.4-.4"/><path fill="#FFD250" d="m18.4 15.3.2-.4.2-.2h-.3v-.5l-.3-.3q-.5-.4-.9-.4 0 .4.3.7l.2.2q.2.8.1 1 0 .2-.4.3H17v.2h.7q.4 0 .4 0h.3z"/><path fill="#FFD250" d="m20.3 9.5-.1.1H20l-.5-.2q-.6-.6-1.6-.8-1.1-.2-1.5.5 0 .7.2.8v.5l.2-.2.4.1.4.1h1.2l.4-.1q.6 0 .7.3.1.1-.2.6c-.6.4-3.3.2-3.4.2l.1.1v.2h-.3v.3l-.5-.1-.3.2-.2-.4-.1.3-.1-.2-.3.2-.1-.2-.3.2v-.3h-.3l.1-.5-.2.2q-.4.3-.7.8-.4.4 0 1.2 0 .6.9.8v-.8h.1v1.1q.3.4.2.7-.1.5-.7.3l-.3.1v.3h.2q.3 0 .4 0h.8q.1-.4 0-.5l.1-.1q.4 0 .5-.3-.2 0-.3-.2l.1-.5q.5-.7.5-1.3.1.4-.2 1l.7-.2.8-.3q.8-.2 1.3.3l.7.5.3.2q.4.3.3.6v.1q-.1.4-.4.4t-.4.2h.2l.1.2.3-.1h.7v-.2l-.1-.4q0-.2.2-.3t.2-.3q-.2 0-.4-.3-.1-.3.1-1l.2-.7c.2-.7-.3-1.2-.3-1.2q.5-.5.4-.8-.1-.5-.4-.5h-2l-.2-.1v-.2l-.2.1h-.1v-.4q-.3 0-.4 0 0 .2 0 0l-.2-.3s0-.2.2-.3h.2l.2.1V9l.1-.1q.3 0 .4.2v.4q.4-.3.3-.4.4 0 .4.4l.1-.1h.1l.4.3v-.2q-.2 0 0 0 0-.2 0 0l.3.1.5.3h.5v-.3h-.2Zm-7.5.9 1 .1v.1h.3l-.2-.1s-.5 0-.9-.2l-.2-.1zm1.5-1zq0 0 0 .1 0 0 0-.1Z"/><path fill="#FFD250" d="m13.6 11 .2.1h.3v.5h.1v.3q.3-.2.2-.3h.1l.1.3.2-.2h.1l.1.1.2-.3.2.4.3-.2.4.2v-.3h.2v-.2h-.7l-.4-.2v.2H15l-.2-.2-.2.2h-.1l-.1-.3.2.1.2-.1s.2 0 .3.2V11h.1l.4.2v-.1h.7V11q-.2 0-.4-.2v.2h-.1l-.2-.2v.2h-.1s-.2 0-.3-.2h.2v-.1l.3.1.1-.1.5.3v-.4l-.4-.3v.2h-.2l-.2-.2v.2h-.1l-.2-.1v.2H15l-.2-.1v.1q-.2 0-.4-.2 0-.2.1 0h.5v-.2h.2l.2.1V10h.1l.2.2V10h.1l.5.5-.1-1v-.1l.2-.3-.8.4v.2h-.5v.1l-.6-.1-.2.2h-.1l-.1-.3.1-.2.4.1.3.2v-.2h.6-.1v-.1s.6 0 .9-.3H16l-.4-.3-.2.2-.5-.2.1.2q-.6-.4-.7-.1V9c0 .3-.9.3-1 .3H13V9h-.2v.3q.1.4.5.7l.1-.1.2.2v-.2h.1q.1.4.6.8l-.7.1v-.1l-.7-.2-.1.3h.2v.2h.2l.2.1V11h.1Zm-.8 3.2q.5.2.6-.1a1 1 0 0 1-.6-1s-.4-.2-.6-.5l-.1.3v.7l.1.3h.4q0 .2.2.3m-1.2-1.7h-.3v.6l.1.1h.5v-.4s.1 0 0-.1v-.1q.2 0 .2-.2zm.6-4.5q-.6.2-.9 1.8v2q0 .2 0 .2h.5v-.2q0-3.4.4-3.7Z"/><path fill="#FFD250" d="M12.2 12H12q0 0 0 .1v.1h-.7V12H11v.2q0 .3.6.3.3 0 .5-.2v-.1Zm-.6 1.6h.4v-.1zv-.1h-.3v.1zl-.1.3v.5h-.2l.2.1v.1l-.1.1h.2v.3l.2-.2h.2l-.1-.2.2-.2h-.2q-.2-.3 0-.5zm-1.2-6.3c0-.5-.1-1.4-.5-1.4q-.3 0-.3.2h-.2v.1s-.3.2-.1.5l.6.3h.3z"/><path fill="#464655" d="m9.9 5.8-.4.1h-.2v.3q-.4.1-.1.5.1.3.7.4h.2q.3.2.3.4h.2s0-1.7-.7-1.7m0 1.2-.6-.3q-.1-.5 0-.5V6h.2l.4-.2c.4 0 .5.9.5 1.4l-.2-.2-.3-.1Z"/><path fill="#FFD250" d="M21 7.3c0-.5.2-1.4.6-1.4q.3 0 .3.2h.2v.1s.2.2 0 .5l-.6.3h-.2z"/><path fill="#464655" d="M20.9 7.5h.1l.3-.3.3-.1q.4 0 .7-.4.1-.3-.1-.5V6H22l-.4-.2c-.7 0-.7 1.6-.7 1.7m.4-.4q-.1 0-.3.2c0-.5.2-1.4.6-1.4q.3 0 .3.2h.2v.1s.2.2 0 .5l-.6.3z"/><path fill="#FFD250" d="M21 16.7c0 .5.2 1.4.6 1.4q.3 0 .3-.2h.2v-.1s.2-.2 0-.5l-.6-.3h-.2z"/><path fill="#464655" d="m21.6 18.2.4-.1h.2v-.3q.2-.1 0-.5-.1-.3-.6-.4h-.3l-.3-.4s0 1.7.7 1.7Zm0-1.2.6.3q0 .5-.1.5v.1h-.2s-.1.2-.3.2c-.4 0-.5-.9-.6-1.4l.3.2.2.1Z"/><path fill="#FFD250" d="M10.4 16.7c0 .5-.1 1.4-.5 1.4l-.3-.2h-.2v-.1s-.3-.2-.1-.5l.6-.3h.3z"/><path fill="#464655" d="M10.6 16.5h-.2q0 .2-.3.3l-.2.1q-.5 0-.7.4-.2.3 0 .5v.2h.3l.4.2c.7 0 .7-1.6.7-1.7m-.4.4s.2 0 .2-.2c0 .5-.1 1.4-.5 1.4l-.3-.2h-.2v-.1s-.3-.2-.1-.5l.6-.3z"/><path fill="#464655" fill-rule="evenodd" d="M20.6 9.5q0-.2-.3-.2l-.2.1v.1l-.4-.2q-.6-.6-1.7-.9-.8-.1-1.4.4l-.2.2v.3l.2.7q-.1.4.2.5l.1-.1h.4l.4.2 1.2-.1h.4q.5-.1.6.2l-.2.4c-.5.4-3 .2-3.3.2v.1s2.8.2 3.4-.2q.4-.5.2-.6-.1-.3-.7-.3H19q-.6.2-1.2.1l-.4-.1q-.3 0-.4 0h-.1s-.2-.1 0-.3c0-.1-.4-.5-.3-1q.4-.5 1.5-.4 1 .2 1.6.8l.5.3.1-.2h.2v.2l-.2.2H20l-.5-.4-.3-.2v.3l-.4-.4-.2.2q0-.3-.3-.5h-.1q0 .3-.2.5l-.1-.4-.4-.2-.1.3h-.2q0-.2-.2 0l-.2.2q0 .3.2.4 0-.1.5-.1l-.2.2.1.2h.1l.2-.1v.2l.3.1h1.8q.4 0 .5.5.1.3-.4.7v.1s.5.5.3 1.1q0 .4-.2.7-.2.8-.1 1.1.2.4.4.3 0 0-.2.3l-.2.3v.4q.2 0 .1.3l-.2-.1h-1.1q0-.2.3-.3h.1q.3.1.4-.4v-.1q0-.3-.3-.6l-.3-.2-.7-.5q-.5-.6-1.3-.3-.4 0-.8.3l-.7.3.3-1.2h-.1q0 .7-.5 1.3-.2.4 0 .6 0 .2.2.2l-.5.3v.6h-1s-.2.1-.4 0h-.2v-.3h.3q.6.1.7-.4l-.1-.7-.1-.5v-.6.8q-.7-.2-1-.8-.1-.8 0-1.2l.8-.8h-.1q-.3.1-.7.8l-.2.8-.7-.6.1-.1.1-.2q0-.3-.2-.3H12a11 11 0 0 1 .3-3.9s-1 .3-1 2v1.9h-.4v.3q0 .3.3.3v.8l.1.1h-.2v.3l.3.1-.1.1v.4H11v.3l.1.1v.2h.2l.1.3h.1l.2-.2h.2v-.4l.1-.1v-.3h-.2v-.5h.1q.1.3.2.3h.4l.3.3.2.1q.3 0 .5-.3l.5.3v.2l.2.6q-.2.3-.6.2l-.3.1-.2.4.1.1h.3q.2 0 .4 0h.9q.3-.4.1-.6.6-.3.6-.5h-.1l-.3-.1.1-.5h.1l.9-.4.8-.3h.2q0 .4.3.7l.2.2.1.9-.3.1-.4.1-.2.3.1.1h.8q.3 0 .4 0h.7q.3 0 .4 0h.7v.1h.2v-1q.3 0 .3-.3v-.2h-.1s-.2 0-.3-.2q-.1-.3.2-1l.2-.7q0-.9-.3-1.2.4-.4.3-.9T20 10h-2.1v-.3h-.3l.1-.2v-.1q-.4-.1-.6 0V9h.2v.2h.2l.2-.4.2.1v.5h.1q.4 0 .4-.4.2.3.2.4h.1l.2-.1q.4.4.5.4v-.3l.1.1.5.3h.5l.2-.1zm-2.3 6.3h.2v-.5l.1-.4.2-.2h-.3v-.5l-.3-.3q-.4-.4-.9-.4 0 .4.3.7l.2.2q.2.8.1 1 0 .3-.4.2l-.4.1v.2zm.6-1.1-.2.3-.1.3v.3l.4-.1h.1q.2 0 .2-.3V15q0-.2-.2-.4l-.3-.2h-.1v-.1l-.2.2.2.1zm-6.7-.9h.1q.1 0 .3.2l.2.2q.5.2.6-.2l-.6-.8-.6-.6-.1.2v.8zm-.4.6q-.2-.3 0-.5l-.2-.3h.4v-.2h-.6v.1h.2v.1l-.1.3v.5h-.2s0-.1 0 0l.2.1v.1l-.1.1h.2v.3l.2-.2h.2l-.1-.2.2-.2q0-.2 0 0H12Zm.2-1.7v-.3h-.7v.7l.1.1h.5zs.1 0 0-.1Zm-1-.6q0 .3.6.3.3 0 .5-.2v-.3h-.2v.2h-.6v-.2H11zm.4 0h.4v-.3q0-3.4.4-3.7-.6 0-.9 1.7v2q0 .1 0 .2Z" clip-rule="evenodd"/><path fill="#464655" fill-rule="evenodd" d="m16.6 8.8-.1-.2-.4.3-.3-.3h-.2l-.1.2q-.4-.3-.5-.2h-.1v.2c-.5-.3-.8 0-.8 0V9l-.9.2v-.1a.3.3 0 0 0-.5-.1q-.2.2 0 .4.1.5.5.8h-.1q-.2-.2-.4-.1l-.1.2.1.2-.1.3v.1h.3v.2h.4l.2.2V11l.2.2v.1q.2 0 .3-.2 0 .2-.2.5h.4v.3h.1l.3-.2v.2h.1l.3-.2v.2h.1l.2-.3.1.3h.1l.3-.1.5.1v-.3h.3v-.2h-.2V11h.1V9.3l.1-.3.1-.3ZM13.5 11zl.2.1s.2-.1.2 0h.1l-.1.5h.1q0-.2 0 0h.1v.2l.2-.2h.1l.1.3.2-.2h.1l.1.1.2-.3.2.4.3-.2.3.1v-.2h.4l-.1-.2-.5-.1v.2h-.1l-.4-.3v.2H15l-.3-.2-.3.2-.1-.3V11l.1.2q.3-.1.2-.2h.1l.2.3.1-.2.5.2v-.1h.6V11q-.3 0-.4-.2v.1h-.3v.1h-.1s-.2 0-.3-.2h.4v-.1l.3.1v-.1h.1l.5.2v-.3l-.5-.3v.2l-.3-.2v.2h-.1l-.2-.1v.2H15l-.3-.1v.1h-.3l-.1-.2q0-.1.1 0h.2v-.1h.1l.2.2V10h.2l.1.1.1-.2h.1l.2.2V10h.1l.5.5v-.9l-.1-.1v-.1l.1-.2.1-.1-.9.4h.1v.1H15v.2q-.2 0-.5-.2v.2h-.2l-.2-.1v-.1l.1-.2.3.1.2.1h.2v-.2l.2.1h.4-.1v-.1l.4-.1q.3 0 .5-.3H16l-.5-.2V9h-.2l-.4-.2.1.2h-.1q-.5-.3-.6-.2V9c-.1.3-.9.3-1 .3H13V9h-.2v.4q.1.4.5.7V10l.3.1V10h.1q.2.4.6.8h-.1l-.6.1v-.1l-.8-.2v.3h.2v.2h.2l.2.1Zm.4-.7-.9-.1s-.2-.2-.3-.1l.1.2 1 .1v.1h.3zm0 0-.2-.3v.2h.1Zm-.5-.1zm.8-.7h.2v-.1z" clip-rule="evenodd"/></svg>',
200
+ lc: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#3CC8FF" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#464655" d="M12 5.4 6.2 18.6h11.6z"/><path fill="#F5F5F5" d="m12 7.4 4.5 10.4h-9zm0-2L6.2 18.6h11.6z"/><path fill="#FFE15A" d="M6.2 18.6 12 12l5.8 6.6z"/></svg>',
201
+ vc: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M18.6 4.1H5.4V20h13.2z"/><path fill="#73AF00" d="M22.2 19.9q1.6-.1 1.8-1.8V5.9q-.2-1.7-1.8-1.8h-3.6V20h3.6Z"/><path fill="#4173CD" d="M1.8 19.9h3.6V4H1.8A2 2 0 0 0 0 6v12.2q.2 1.6 1.8 1.8Z"/><path fill="#73AF00" d="m9 11.8 1.3 2.7 1.4-2.7L10.3 9zm3.3 0 1.4 2.7 1.3-2.7L13.7 9l-1.4 2.7ZM10.7 15l1.3 2.7 1.3-2.7-1.3-2.7z"/></svg>',
202
+ sd: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#464655" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#73AF00" d="m.6 19.4 9-7.2q.3-.2 0-.4l-9-7.2Q0 5.1 0 5.9v12.2q0 .8.6 1.3"/></svg>',
203
+ sr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M24 7H0v1.7h24zm0 8.3H0V17h24z"/><path fill="#C8414B" d="M24 8.7H0v6.6h24z"/><path fill="#FFE15A" d="m11.9 9.5-.6 1.8h-2v.2l1.6 1.1-.6 1.8q0 .2.2.1l1.5-1 1.5 1q.2 0 .2 0l-.6-1.9 1.6-1.1v-.2h-2l-.6-1.8q-.1-.1-.2 0"/></svg>',
204
+ sz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V17H0zM22.2 4.1H1.8C.8 4.1 0 5 0 6v1h24V6c0-1-.8-1.9-1.8-1.9"/><path fill="#FF4B55" d="M24 7H0v10h24z"/><path fill="#FFE15A" d="M24 6.6H0v.8h24zm0 10H0v.8h24zm-3-4.2H3a.2.2 0 1 1 0-.5h18q.3 0 .3.2t-.3.3"/><path fill="#F5F5F5" d="m17.5 11.4 1-.4.8.4-.9.4z"/><path fill="#FFE15A" d="M17.8 11.2H4.5a.2.2 0 1 0 0 .3h13.3z"/><path fill="#F5F5F5" d="m18.5 10.5.9-.4.9.4-1 .4z"/><path fill="#FFE15A" d="M18.7 10.3H5.5a.2.2 0 1 0 0 .3h13.2z"/><path fill="#F5F5F5" d="M12 8.8A6 6 0 0 0 6.6 12a6 6 0 0 0 10.7 0Q15.6 8.9 12 8.8"/><path fill="#464655" d="M6.6 12a6 6 0 0 0 6.5 3.1c-.3-.6-1.2-.6-1.3-.8 0-.3.8-.2 1-.4 0-.2-.9-.3-1-.5s.5-.3.5-.7l.4-.6c.2-.2-.2-.2-.3-.9s-.6-.7-.8-1.2.1-1 .4-1.2A6 6 0 0 0 6.6 12"/><path fill="#F5F5F5" d="M8.9 10.9h-.3v1H9zm.5 0h-.2v1h.2zm.6 0h-.3v1h.2v-1Zm.4 0h-.2v1h.2zm.6 0h-.3v1h.3zm.5 0h-.3v1h.3zm-2.6 1.5h-.3v1H9zm.5 0h-.2v1h.2zm.6 0h-.3v1h.2v-1Zm.4 0h-.2v1h.2zm.6 0h-.3v1h.3zm.5 0h-.3v1h.3z"/><path fill="#464655" d="M12.8 10.9h-.3v1h.3zm.5 0H13v1h.3zm.5 0h-.3v1h.3zm.5 0h-.2v1h.2zm.5 0h-.2v1h.2zm.5 0h-.2v1h.2zm-2.5 1.5h-.3v1h.3zm.5 0H13v1h.3zm.5 0h-.3v1h.3zm.5 0h-.2v1h.2zm.5 0h-.2v1h.2zm.5 0h-.2v1h.2z"/><path fill="#245DBD" d="M20 11.8c-.3.5-.9.6-.5 1.8l.1-.2s.2.5.6.8c0 0 .5-.4.6-1.1h.2s-.1-1.2-1-1.3"/><path fill="#FF4B55" d="m20.7 12.8-.5-.3v-.1s.3 0 .5.3zm-.1.6-.4-.4zm-.4.6v-.7zm-.4-.7zl.1-.4h.1q-.1.5-.2.5m-.2-.4v-.2l.3-.3s0-.1 0 0q-.2.3-.3.4Z"/><path fill="#245DBD" d="M3.9 12c-.2.4-.7.5-.4 1.5l.1-.2.5.7s.4-.4.5-1l.1.1s0-1-.8-1Z"/><path fill="#FF4B55" d="m4.5 12.8-.4-.3.4.2zm-.1.5L4 13v-.1s.2 0 .3.3v.1Zm-.4.5v-.6h.1zm-.3-.5V13l.2-.3-.1.4Zm-.1-.5.2-.4H4q-.1.4-.3.4Z"/></svg>',
205
+ se: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="M24 10.8H10V4H7.3v6.7H0v2.4h7.4V20H10v-6.7h14z"/></svg>',
206
+ st: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><mask id="a" width="24" height="16" x="0" y="4" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#007A3D" d="M22 4H2a2 2 0 0 0-2 2v12q.2 1.8 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/></mask><g mask="url(#a)"><path fill="#009739" d="M0 4h24v16H0z"/><path fill="#FFD100" d="M0 8.6h24v6.8H0z"/><path fill="#EF3340" d="m8 12-8 8V4z"/><path fill="#000" d="m12 9.5 1.6 5-4.2-3h5.2l-4.2 3zM20 9.5l1.6 5-4.2-3h5.2l-4.2 3z"/></g></svg>',
207
+ ch: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M16.6 10.3h-3V7.4q0-.3-.4-.4h-2.4q-.5 0-.5.4v3H7.4q-.3 0-.4.4v2.4q0 .5.4.5h3v2.9q0 .4.4.4h2.4q.5 0 .5-.4v-3h2.9q.4 0 .4-.4v-2.4q0-.5-.4-.5"/></svg>',
208
+ sy: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#464655" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#73AF00" d="m7 10.5.4 1h1q.3 0 .2.3l-1 .6.4 1q0 .3-.2.2l-1-.6-.8.6q-.2.1-.2-.1l.3-1-.9-.7.1-.3h1.1l.4-1q.1-.3.2 0m10.2 0 .4 1h1q.3 0 .2.3l-1 .6.4 1q0 .3-.2.2l-1-.6-.9.6q-.2.1-.2-.1l.3-1-.9-.7.1-.3h1.1l.4-1q.1-.3.2 0Z"/></svg>',
209
+ tw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#41479B" d="M.4 12h11.2q.3 0 .4-.4v-7q0-.5-.4-.5H1.8C.8 4.1 0 5 0 6v5.7q0 .3.4.4Z"/><path fill="#F5F5F5" d="M4.5 8q0-.5.5-1l-1.3-.3s-.1 0 0 0l.9 1-1.3.3v.1l1.3.4-1 .8.1.2L5 9q-.5-.4-.5-1M5 7a1.5 1.5 0 0 1 2 0l.4-1.2s0-.1-.1 0l-1 .8-.2-1.2h-.2l-.3 1.2-.9-.9h-.1zm2 2.1a1.5 1.5 0 0 1-2 0l-.4 1.3h.1l1-.9.2 1.3h.2l.3-1.3.9 1 .1-.1zM8.7 8l-1.3-.3 1-1h-.1L7 7a1.5 1.5 0 0 1 0 2.1l1.3.4s.1-.1 0-.2l-.9-.8z"/><path fill="#F5F5F5" d="M6 9.2A1.2 1.2 0 1 0 6 7a1.2 1.2 0 0 0 0 2.3Z"/></svg>',
210
+ tj: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/><path fill="#FFCD5A" d="m10.6 13.5.4-.4q.4.3.7.1l.3-.3.3.3h.7l.4.3h.7v-.2h-.7q-.2-.2-.2-.3v-.2l-.2.1q-.3.3-.6.1-.3 0-.3-.3v-.8l.3-.2h.2q0-.5-.6-.5c-.6 0-.5.2-.6.5h.1a.3.3 0 0 1 .4.2v.8l-.3.3H11l-.1-.2v.2l-.3.3H10v.2zm1-2 .4-.2q.3 0 .4.3l-.4.1-.3-.1Zm-1.3 2.6v.2q.7-.2 1.7-.2t1.6.2V14l-1.6-.2q-1 0-1.7.2Z"/><path fill="#FFCD5A" d="M12 13.7q.1 0 .3-.2H12l-.1-.2-.1.2h-.2zm-.9.1.2-.2h-.1l-.2-.2v.2h-.2zm1.9-.4-.2.2h-.1l.2.2.3-.1-.2-.1zm-1-3.6v.2h-.3l.2.2-.1.2.2-.1.2.1v-.2l.1-.1V10h-.2zm-1.2.3v.2h-.3l.2.2-.1.2h.4v-.2l.1-.1H11V10zm-.8.9-.1.2h-.3l.2.2v.2l.1-.1.2.1v-.2l.2-.1v-.1H10zm-.4 1.2v.2h-.3l.2.2v.2l.1-.1h.2v-.1l.1-.2h-.2zm3.6-2.1v.2h.3l-.2.2.1.2H13v-.2l-.1-.1h.2zm.8.9.1.2h.3l-.2.2v.2l-.1-.1-.2.1v-.2l-.2-.1v-.1h.3zm.4 1.2v.2h.3l-.2.2v.2l-.1-.1h-.2v-.1l-.1-.2h.2z"/></svg>',
211
+ tz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v10.2l18.2-12z"/><path fill="#4173CD" d="M22.2 19.9q1.6-.1 1.8-1.8V7.9l-18.2 12z"/><path fill="#FFE15A" d="M22.2 4.1H18L0 16v2.2q.2 1.6 1.8 1.8H6L24 8V5.9q-.2-1.7-1.8-1.8"/><path fill="#464655" d="M22.2 4.1h-2L0 17.4v.7q.2 1.7 1.8 1.8h2L24 6.6V6q-.2-1.6-1.8-1.8Z"/></svg>',
212
+ th: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-.7H0v.7ZM22.2 4.1H1.8C.8 4.1 0 5 0 6v.7h24V6q-.2-1.6-1.8-1.8Z"/><path fill="#41479B" d="M24 9.1H0v5.8h24z"/></svg>',
213
+ tg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v1.4h24V5.9q-.2-1.7-1.8-1.8m1.8 6.3H0v3.2h24z"/><path fill="#FFE15A" d="M24 7.3H0v3.1h24z"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-1.4H0v1.4Z"/><path fill="#FFE15A" d="M24 13.6H0v3.1h24z"/><path fill="#FF4B55" d="M.4 13.6h8.7q.3 0 .4-.4V4.6q0-.5-.4-.5H1.8C.8 4.1 0 5 0 6v7.3q0 .3.4.4Z"/><path fill="#F5F5F5" d="M4.7 6.4 4 8.2H2v.2l1.5 1-.5 1.9s0 .2.1.1l1.6-1 1.5 1 .2-.1-.6-1.8 1.5-1.1q0-.2 0-.2h-2L5 6.4q-.1-.1-.2 0Z"/></svg>',
214
+ tk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FFE15A" d="M22.3 17.4H5.8a.4.4 0 0 1 0-.8h16.5l.5.4zm.3-1.3H5.8s6.6-7.4 12.8-9c0 0-2 5.3 3 8.6h1a.2.2 0 1 1 0 .4"/><path fill="#F5F5F5" d="m5 13.7.2.5h.5q.1 0 0 .2l-.3.3.1.4v.1L5 15l-.4.3h-.1l.1-.5-.4-.3v-.2h.6l.1-.5h.2Zm0-6.6.2.4h.4v.1l-.3.3.1.4-.4-.2-.3.2h-.1l.1-.4-.3-.3h.4zM2 9.5v.4h.5v.1l-.3.3.1.4-.4-.2-.3.2h-.1v-.4l-.2-.3h.4l.1-.5zm5.3-.1v.3h.4l-.2.2v.3s0 .1 0 0H7V10l-.2-.1v-.1H7l.1-.3Z"/></svg>',
215
+ to: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M1.8 19.9h20.4q1.6-.1 1.8-1.8V5.9q-.2-1.7-1.8-1.8H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8Z"/><path fill="#F5F5F5" d="M.4 12h8.7q.3 0 .4-.4v-7q0-.5-.4-.5H1.8C.8 4.1 0 5 0 6v5.7q0 .3.4.4Z"/><path fill="#FF4B55" d="M7.9 7H5.8V5h-2v2H1.6v2.1h2v2h2v-2H8z"/></svg>',
216
+ tt: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M.5 4.6 17 20h1.2L1.3 4.2q-.4 0-.8.4m23 14.8L7 4H5.8l16.9 15.7q.4 0 .8-.4Z"/><path fill="#464655" d="m1.2 4.1 17 15.8h4.6L5.8 4z"/></svg>',
217
+ tn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M12 7.9a4.1 4.1 0 1 1 0 8.2A4.1 4.1 0 0 1 12 8Z"/><path fill="#FF4B55" d="M12.8 14.3A2.3 2.3 0 1 1 14 10s.1 0 0 0q-.8-.9-2-.9a2.9 2.9 0 1 0 2 5q0 0 0-.1z"/><path fill="#FF4B55" d="m12.6 10.4.6.8 1-.3q.3 0 .2.2l-.6 1 .6.8q.1.3-.1.2l-1-.3-.7.9-.3-.1v-1.1l-1-.3a.1.1 0 0 1 0-.3l1-.4v-1q0-.3.3-.1"/></svg>',
218
+ tr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="m11.9 10.6.6.8 1-.3h.1l-.6 1 .6.8v.1l-1-.3-.7.9-.1-1.1-1-.3V12l1-.3zm-3.6 4.7a3.3 3.3 0 1 1 1.8-6q.2 0 .1-.2a4 4 0 0 0-3-1.2 4.1 4.1 0 1 0 3.1 7q0-.2-.2-.2-.7.6-1.8.6"/></svg>',
219
+ tm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FF4B55" d="M7.4 4.1h-4V20h4z"/><path fill="#F5F5F5" d="m7 6-.8.6H4.6L3.7 6v-.7l.9-.6h1.6l.8.6z"/><path fill="#73AF00" d="m7 11.7-.8.7H4.6l-.9-.7V11l.9-.7h1.6l.8.7zm0-2.9-.8.7H4.6l-.9-.7v-.7l.9-.7h1.6l.8.7zm0 5.8-.8.7H4.6l-.9-.7V14l.9-.7h1.6l.8.7z"/><path fill="#FFB400" d="m3.3 6.2.8.8-.8.9zm4.1 1.7L6.6 7l.8-.8zM3.3 9.1l.8.8-.8.9zm4.1 1.7-.8-.9.8-.8zM3.3 12l.8.8-.8.9zm4.1 1.7-.8-.9.8-.8zm-4.1 1.2.8.8-.8.9zm4.1 1.7-.8-.9.8-.8zM3.3 4.1h.8l-.8.9zm4.1.9-.8-1h.8zM5.6 7.4h-.4v2.1h.4z"/><path fill="#FF4B55" d="M6.2 8.3H4.6v.4h1.6z"/><path fill="#FFB400" d="m6.6 7.8-.4-.4v2.1l.4-.3zM4.1 9.2l.5.3v-2l-.5.3zm1.3-4.6h-.8l-.9.6v.4h1.7zm0 2h.8L7 6v-.3H5.4v1Z"/><path fill="#FF4B55" d="m5.4 6.2-.8-.6.8-.6.8.6z"/><path fill="#73AF00" d="m5.4 6.2.8-.6h-.8zm0-.6V5l-.8.6z"/><path fill="#FF4B55" d="M6.2 10.8H4.6V12h1.6z"/><path fill="#FFB400" d="M6.6 11.2h-.4v.4h.4z"/><path fill="#F5F5F5" d="M5.6 11.2h-.4v.4h.4z"/><path fill="#FF4B55" d="M5.6 13.7h-.4v.4h.4z"/><path fill="#FFB400" d="M6.2 14h-.4v.5h.4zM5 14h-.4v.5H5z"/><path fill="#FF4B55" d="M5.6 14.5h-.4v.4h.4z"/><path fill="#FFB400" d="M4.6 11.2H4v.4h.5z"/><path fill="#F5F5F5" d="m7 17.5-.8.7H4.6l-.9-.7v-.7l.9-.7h1.6l.8.7z"/><path fill="#FFB400" d="M5.4 16.1h-.8l-.9.7v.4h1.7zm0 2.1h.8l.8-.7v-.3H5.4z"/><path fill="#FF4B55" d="m6.2 17.4-.8.4-.8-.4V17l.8-.4.8.4z"/><path fill="#F5F5F5" d="M13.1 6.4q.7.8.7 1.8a2.4 2.4 0 0 1-3.1 2.4q.5.5 1.3.5a2.5 2.5 0 0 0 1.1-4.7M9.8 8l-.1.3.2.2h-.3l-.1.3h-.1l-.1-.3H9l.2-.2V8s0-.1 0 0l.2.1.3-.2Zm1.2.6-.1.3.2.2h-.3l-.1.3-.2-.3h-.3l.3-.2-.1-.3.3.1zs.1 0 0 0Zm0-1.3-.1.3.2.2h-.3l-.1.4h-.1v-.3h-.4v-.1l.2-.2v-.3l.3.1.2-.1ZM11 6v.4l.2.2h-.4V7h-.2v-.3h-.3s-.1 0 0 0l.2-.2-.1-.3.3.1zm1.2.7V7l.2.2H12v.3h-.2v-.3h-.3s-.1 0 0 0l.2-.2-.1-.3.3.1z"/></svg>',
220
+ tc: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5l4 2.5h.7q.3 0 .4-.4v-.3L8.7 9H12V7H8.7L12 4.8v-.3q0-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2a2 2 0 0 0-1 .8l3 2H0v2.1h3.3L0 11.3v.3q0 .4.4.4"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5zM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1zM4.2 9.1 0 11.8l.3.2L5 9.1zm7.8 2.5L8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#FFE15A" d="M16.1 9.7v1.6c0 3 2.1 3.6 2.1 3.6s2.2-.5 2.2-3.6V9.7H16Z"/><path fill="#F5F5F5" d="M20.1 9.9v1.4c0 2.6-1.6 3.3-1.9 3.4-.3-.1-2-.8-2-3.4V9.9h4Zm.2-.2H16v1.6c0 3 2.1 3.6 2.1 3.6s2.2-.5 2.2-3.6zh-.1Z"/><path fill="#73AF00" d="M18.4 12.5H18s-.4.4-.5 1.2q.2.2.7.3.6-.1.7-.2c0-1-.5-1.3-.5-1.3"/><path fill="#FF4B55" d="M18.4 12.4H18v-.3q0-.3.2-.3t.2.3zm0 .2H18v-.2h.4z"/><path fill="#D35A10" d="M20 10.9h-.4q.2-.2.3-.2h-.3v-.1l.2-.2-.3.1h-.3l.1-.2-.2.2v-.3H19v.3h-.2l-.3-.1.3.2v.1h-.4l.3.1v.1h-.4l.4.1v.1l-.3.1h.3v1-.3l.1-.2v-.5h.1v.4l.1.1v.2q-.1.2 0 .3h.2q.3 0 .2-.3l-.2-.2h.1v-.5h.2v1h.1v-1h.3-.3V11zm-.5 0h-.1Zm0-.2-.2.2zm-.2-.1h.1l-.2.2zm-.3 0 .1.1zm-.2.1.2.1h-.2Zm0 .1.1.1zm0 .3h.1zm.7 0h-.2z"/><path fill="#FFA033" d="M17.6 12h-.2l-.7-.7v-.2l.1-.8h.2l.3.3h.3z"/><path fill="#FF9480" d="M17.4 10.5v.7l.2.7h.1l.3-.7v-.3l-.1-.4-.3-.2z"/><path fill="#FFA0E4" d="M17.6 10.5V12h.1v-1.4Z"/></svg>',
221
+ tv: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#3CC8FF" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#41479B" d="M0 5.8v5.8q0 .3.4.4h11.2q.3 0 .4-.4v-7q0-.5-.4-.5H1.8C.8 4.1.1 5 0 5.8"/><path fill="#F5F5F5" d="M7 6.6V4.1H5v2.6L1.3 4.2q-.7.3-1 .8l3 2H0v2.1h3.3L0 11.3v.3q0 .4.4.4h.7L5 9.5V12h2V9.5l4 2.5h.7q.3 0 .4-.4v-.3L8.7 9H12V7H8.7L12 4.8v-.3q0-.5-.4-.5h-.7z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5zM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1zM4.2 9.1.1 11.8l.3.2h.1L5 9.1zm7.8 2.5L8.1 9.1h-.7l4.4 2.9z"/><path fill="#FFE15A" d="m13.3 17 .2.6h.7v.2l-.5.4.2.6s0 .1-.1 0l-.5-.3-.6.3.1-.6-.5-.4v-.2h.7l.2-.6zm5.9-4.6.2.7h.6q.2 0 0 .1l-.4.4.2.6s-.1.1-.2 0l-.5-.3-.5.4s-.2 0-.1-.1l.2-.6-.5-.4q0 0 0-.1h.6l.2-.7zm2.8-1.6.2.6h.6s.1 0 0 .1l-.5.4.2.6s0 .1-.1 0l-.5-.3-.5.4-.2-.1.2-.6-.5-.4v-.1h.7l.2-.6q0-.2.2 0M21.3 5l.2.5h.6q.2.1 0 .2l-.4.4.2.6s0 .1-.2 0l-.5-.3-.5.4-.1-.1.2-.6-.5-.4q0 0 0-.1h.6l.2-.7zm-5.5 13.5-.2-.6h-.7v-.1l.5-.4-.2-.6q0-.2.1-.1l.6.3.5-.3h.1l-.2.7.5.4v.1H16zm1.9-1.7-.2-.6h-.6q-.2 0-.1-.2l.5-.3-.2-.6q0-.2.1-.1l.6.3.5-.3h.1l-.2.7.5.3q0 .1 0 .2H18l-.2.6zm1.7-7.4-.2-.7h-.6q-.2 0 0-.1l.4-.4-.2-.6s0-.1.2 0l.5.3.5-.4.1.1-.2.6.5.4q0 0 0 .1h-.6l-.2.7zm-2 .6-.2-.6h-.6q-.2 0 0-.2l.4-.4-.1-.6s0-.1 0 0l.6.3.5-.4s.2 0 .1.1l-.1.6.5.4v.2h-.7l-.2.6zm-1.2 5-.2-.7h-.7s-.1-.1 0-.1l.5-.4-.2-.6q0-.2.1-.1l.5.3.5-.3h.2l-.2.7.5.4v.1h-.7l-.2.6q0 .2-.1 0Z"/></svg>',
222
+ ug: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v.9h24V6q-.2-1.6-1.8-1.8Z"/><path fill="#FFE15A" d="M24 6.8H0v2.6h24z"/><path fill="#FF4B55" d="M24 9.4H0V12h24z"/><path fill="#464655" d="M24 12H0v2.6h24z"/><path fill="#FFE15A" d="M24 14.6H0v2.6h24z"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-.9H0v.9Z"/><path fill="#F5F5F5" d="M12 14.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5"/><path fill="#FF4B55" d="m12.1 10.5.3-.1v-.1q0-.3-.4-.4h-.4v.4z"/><path fill="#FFE15A" d="M12 10zv.3h.1l.3-.2z"/><path fill="#464655" d="m13 12.8-1.1-1.3.1-.6a.4.4 0 1 0-.5-.3l-.3.1h.3-.2.3l.1.2q-.4.3-.5.9 0 .4.5.7l.3.2v.4h-.6q-.3 0-.3.4l.2-.1v.1-.2l.2.2v-.2h.6v.6l-.6.1h.4v.1l.7-.1-.4-.1v-.6h.4V13l-.1-.4h.5Zm-.8.3zl.2.2z"/><path fill="#696E7D" d="M13 13q-.1-.5-1-.8c-.4-.2-.1-.7-.1-.7s1.5.4 1.7 1.1q-.1.7-.5 1v-.3h-.3s.4-.2.4-.5z"/><path fill="#FFFCFF" d="M13.6 12.6q-.3-.7-1.3-1-.4.1.1.5.7.8.6.9l.2-.2c0 .3-.4.5-.4.5h.4l-.1.2q.4 0 .5-.9"/><path fill="#FF4B55" d="M13.6 12.6q-.2-.4-.8-.7h-.3l.2.2h-.3l.1.1q.6.7.5.8l.2-.2c0 .3-.4.5-.4.5h.4l-.1.2q.4 0 .5-.9"/><path fill="#F5F5F5" d="M11.7 10.6z"/><path fill="#FF4B55" d="M11.6 10.8s-.1.1 0 .2z"/></svg>',
223
+ ua: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8V12H0z"/><path fill="#4173CD" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v6h24V6c0-1-.8-1.9-1.8-1.9"/></svg>',
224
+ ae: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H7.4v5.3H24V5.9q-.2-1.7-1.8-1.8"/><path fill="#464655" d="M7.4 19.9h14.8q1.7-.1 1.8-1.8v-3.5H7.4V20Z"/><path fill="#F5F5F5" d="M24 9.4H7.4v5.2H24z"/><path fill="#FF4B55" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h5.6V4z"/></svg>',
225
+ gb: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M24 5.6q-.4-1.3-1.8-1.5h-.5l-7.6 5v-5H9.9v5l-7.6-5h-.5Q.4 4.3 0 5.6L6.6 10H0v4.2h6.6L0 18.4q.5 1.4 1.8 1.5h.5l7.6-5v5h4.2v-5l7.6 5h.5q1.4-.1 1.8-1.5L17.4 14H24V9.9h-6.6z"/><path fill="#FF4B55" d="M13.2 4.1h-2.4v6.7H0v2.4h10.8V20h2.4v-6.7H24v-2.4H13.2z"/><path fill="#FF4B55" d="m1.2 19.7 8.7-5.6H8.4l-8 5.1q.3.4.8.5m15-5.7h-1.5l8.5 5.6.6-.6zM.2 5.1 7.6 10H9L.7 4.5zM15.6 10l8-5.2q-.3-.4-.8-.6L14.1 10z"/></svg>',
226
+ us: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M.1 5.3h23.8q-.5-1.1-1.7-1.2H1.8Q.5 4.1.1 5.3M24 9H0v1.2h24zm0-2.4H0v1.2h24zM0 12.2q0 .3.4.4H24v-1.2H0zm24 4H0v1.2h24zm-.1 2.5H.1q.5 1.1 1.7 1.2h20.4q1.3 0 1.7-1.2m.1-4.9H0V15h24z"/><path fill="#41479B" d="M.4 12.6h10.4q.3 0 .4-.4V4.6q0-.5-.4-.5h-9C.8 4.1 0 5 0 6v6.3q0 .3.4.4Z"/><path fill="#F5F5F5" d="M1.2 5v.4h.3s.1 0 0 0l-.2.2.1.3-.3-.1-.2.1v-.3l-.2-.2H1V5zm0 1.5v.3h.3s.1 0 0 0l-.2.2.1.3-.3-.1-.2.2V7H.7v-.1H1v-.3h.2Zm0 1.5v.2h.3s.1 0 0 .1l-.2.2.1.3-.3-.2-.2.2v-.3l-.2-.2H1V8zm0 1.4v.3h.3s.1 0 0 0l-.2.2.1.3-.3-.1-.2.1v-.3l-.2-.2H1v-.3zm0 1.4v.3h.3s.1 0 0 0l-.2.3.1.2s0 .1 0 0H.9v-.2l-.2-.2H1v-.4zm1.1-5V6h.4l-.3.2.1.3-.3-.1-.2.1v-.3L1.8 6h.3zm0 1.4v.3h.4l-.3.2.1.3-.3-.1-.2.2v-.4l-.2-.1.3-.1zm0 1.5v.2h.4V9l-.3.2.1.3-.3-.2-.2.2v-.3L1.8 9h.3zm0 1.4v.3h.4l-.3.2.1.3-.3-.1-.2.1v-.3l-.2-.2h.3zM3.4 5v.4h.4l-.2.2V6l-.2-.1-.3.1v-.3L3 5.4h.3l.1-.3Zm0 1.5v.3h.4l-.2.2v.3l-.2-.1-.3.2V7H3v-.1h.3l.1-.3Zm0 1.5v.2h.4v.1l-.2.2v.3l-.2-.2-.3.2v-.3L3 8.3h.3zm0 1.4v.3h.4l-.2.2v.3l-.2-.1-.3.1v-.3L3 9.7h.3zm0 1.4v.3h.4l-.2.3v.2s0 .1 0 0H3v-.2l-.2-.2h.3l.1-.4Zm1.1-5 .1.3h.3l-.2.2v.3l-.2-.1-.3.1v-.3L4 6.1h.3l.1-.3zm0 1.4.1.3h.3l-.2.2V8h-.2l-.3.2v-.4L4 7.6l.3-.1.1-.3zm0 1.5.1.2h.3V9l-.2.2v.3l-.2-.2-.3.2v-.3L4 9h.3l.1-.3zm0 1.4.1.3h.3l-.2.2v.3l-.2-.1-.3.1v-.3l-.2-.2h.3l.1-.3zM5.6 5l.1.4H6l-.2.2V6l-.2-.1-.2.1h-.1v-.3l-.2-.2h.4zm0 1.5.1.3H6l-.2.2v.3l-.2-.1-.2.2h-.1V7h-.1v-.1h.4v-.3h.1Zm0 1.5.1.2H6v.1l-.2.2v.3l-.2-.2-.2.2h-.1v-.3l-.2-.2h.4zm0 1.4.1.3H6l-.2.2v.3l-.2-.1-.2.1h-.1v-.3l-.2-.2h.4zm0 1.4.1.3H6l-.2.3v.2s0 .1 0 0h-.4q0 0-.1 0v-.2l-.2-.2h.4zm1.1-5 .1.3h.3l-.2.2.1.3-.3-.1-.2.1s-.1 0 0 0v-.3l-.2-.2h.3v-.3zm0 1.4.1.3h.3l-.2.2.1.3-.3-.1-.2.2s-.1 0 0 0v-.4l-.2-.1.3-.1v-.3zm0 1.5.1.2h.3V9l-.2.2.1.3-.3-.2-.2.2s-.1 0 0 0v-.3L6.3 9h.3v-.3zm0 1.4.1.3h.3l-.2.2.1.3-.3-.1-.2.1s-.1 0 0 0v-.3l-.2-.2h.3V10zM7.9 5v.4h.3l-.2.2.1.3-.3-.1-.2.1v-.3l-.2-.2h.3V5zm0 1.5v.3h.3L8 7l.1.3-.3-.1-.2.2V7h-.2v-.1h.3v-.3H8Zm0 1.5v.2h.3v.1l-.2.2.1.3-.3-.2-.2.2v-.3l-.2-.2h.3V8zm0 1.4v.3h.3L8 10l.1.3-.3-.1-.2.1V10l-.2-.2h.3v-.3zm0 1.4v.3h.3l-.2.3.1.2s0 .1 0 0h-.5v-.2l-.2-.2h.3v-.4zm1.1-5V6h.4l-.3.2.1.3-.3-.1-.2.1v-.3L8.5 6h.3zm0 1.4v.3h.4l-.3.2.1.3-.3-.1-.2.2v-.4l-.2-.1.3-.1zm0 1.5v.2h.4V9l-.3.2.1.3-.3-.2-.2.2v-.3L8.5 9h.3zm0 1.4v.3h.4l-.3.2.1.3-.3-.1-.2.1v-.3l-.2-.2h.3zM10 5l.2.4h.3l-.2.2V6l-.3-.1-.2.1v-.3l-.2-.2h.3zm0 1.5.2.3h.3l-.2.2v.3l-.3-.1-.2.2V7h-.2v-.1h.3l.1-.3ZM10 8l.2.2h.3v.1l-.2.2v.3l-.3-.2-.2.2v-.3l-.2-.2h.3zm0 1.4.2.3h.3l-.2.2v.3l-.3-.1-.2.1v-.3l-.2-.2h.3zm0 1.4.2.3h.3l-.2.3v.2s0 .1 0 0h-.5v-.2l-.2-.2h.3z"/></svg>',
227
+ uy: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M8.7 9.4H0V11h8.7zm0-3.5H24q-.2-1.7-1.8-1.8H1.8C.8 4.1 0 5 0 6v1.7h8.7zm-6.9 14h20.4q1.6-.1 1.8-1.8H0q.2 1.7 1.8 1.8"/><path fill="#4173CD" d="M8.7 5.9v1.7H24V6z"/><path fill="#F5F5F5" d="M0 7.6v1.8h24V7.6z"/><path fill="#4173CD" d="M24 9.4H8.7V11H24z"/><path fill="#F5F5F5" d="M0 11.1V13h24v-2z"/><path fill="#4173CD" d="M24 12.9H0v1.7h24z"/><path fill="#F5F5F5" d="M24 14.6H0v1.8h24z"/><path fill="#4173CD" d="M0 18v.1h24v-1.7H0z"/><path fill="#FFE15A" d="m3 5.2.7 3.2 1-.4z"/><path fill="#FFCD5A" d="m3 5.2 1.2 3-.5.2z"/><path fill="#FFE15A" d="M5.7 11.7 5 8.5 4 9z"/><path fill="#FFCD5A" d="m5.7 11.7-1.2-3 .5-.2z"/><path fill="#FFE15A" d="m7.6 7.1-3.2.7.4 1.1z"/><path fill="#FFCD5A" d="m7.6 7.1-3 1.3-.2-.6z"/><path fill="#FFE15A" d="m1.1 9.8 3.2-.7-.5-1z"/><path fill="#FFCD5A" d="m1.1 9.8 3-1.2.2.5z"/><path fill="#FFE15A" d="M5.7 5.2 3.9 8l1.1.4z"/><path fill="#FFCD5A" d="m5.7 5.2-1.2 3-.6-.2z"/><path fill="#FFE15A" d="M3 11.7 4.8 9l-1.1-.5z"/><path fill="#FFCD5A" d="m3 11.7 1.2-3 .6.3z"/><path fill="#FFE15A" d="M7.6 9.8 4.8 8.1l-.4 1z"/><path fill="#FFCD5A" d="m7.6 9.8-3-1.2.2-.5z"/><path fill="#FFE15A" d="M1.1 7.1 3.8 9l.5-1z"/><path fill="#FFCD5A" d="m1.1 7.1 3 1.3-.3.5z"/><path fill="#FFE15A" d="m4.3 5-.5 3.2h1.1z"/><path fill="#FFCD5A" d="M4.3 5v3.2h-.5z"/><path fill="#FFE15A" d="M4.3 12 5 8.8H3.8z"/><path fill="#FFCD5A" d="M4.3 12V8.8H5z"/><path fill="#FFE15A" d="m7.9 8.5-3.3-.6v1.2z"/><path fill="#FFCD5A" d="M7.9 8.5H4.6v-.6z"/><path fill="#FFE15A" d="m.8 8.5 3.3.6V7.9z"/><path fill="#FFCD5A" d="M.8 8.5h3.3V9z"/><path fill="#FFE15A" d="M6.8 6 4.1 7.9l.9.8z"/><path fill="#FFCD5A" d="M6.8 6 4.6 8.3 4 7.9z"/><path fill="#FFE15A" d="m1.9 11 2.7-2-.9-.8L2 11Z"/><path fill="#FFCD5A" d="M1.9 11 4 8.7l.5.4z"/><path fill="#FFE15A" d="M6.8 11 5 8.3 4 9z"/><path fill="#FFCD5A" d="M6.8 11 4.6 8.7l.4-.4z"/><path fill="#FFE15A" d="m1.9 6 1.8 2.7.9-.8z"/><path fill="#FFCD5A" d="M1.9 6 4 8.3l-.4.4L2 6Z"/><path fill="#FFE15A" d="M4.3 9.7a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4"/></svg>',
228
+ uz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3h24V6q-.2-1.6-1.8-1.8Z"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3H0v3Z"/><path fill="#F5F5F5" d="M24 9.6H0v4.8h24z"/><path fill="#FF4B55" d="M0 9.4v.2h24v-.7H0zm0 5.2v.5h24v-.7H0z"/><path fill="#F5F5F5" d="M5.3 8a1.5 1.5 0 1 1 0-3s.1 0 0 0q-.3-.3-.8-.3c-1 0-1.9.8-1.8 1.9a1.8 1.8 0 0 0 2.7 1.6V8Zm1.2-.4v.2h-.3V8l.2.1v.2h.3V8l.2-.1h-.3v-.3Zm1.5 0v.2h-.2V8l.1.1v.2h.4V8l.1-.1h-.2zm1.6 0-.1.2h-.2V8l.1.1v.2h.4V8l.1-.1h-.2v-.3zm1.5 0v.2h-.3V8l.2.1-.1.2h.4V8l.2-.1h-.3zm1.5 0v.2h-.3V8l.2.1v.2h.3V8h.2-.3v-.3ZM8 6.2v.2h-.2l.1.2v.2h.4v-.2l.1-.1h-.2L8 6.1Zm1.6 0-.1.2h-.2l.1.2v.2h.4v-.2l.1-.1h-.2v-.3zm1.5 0v.2h-.3l.2.2-.1.2h.4v-.2l.2-.1h-.3zm1.5 0v.2h-.3l.2.2v.2h.3v-.2l.2-.1h-.3z"/><path fill="#F5F5F5" d="m9.6 7.6-.1.2h-.2V8l.1.1v.2h.4V8l.1-.1h-.2v-.3zm0-2.8-.1.2h-.2l.1.2v.2l.2-.1.2.1v-.2l.1-.1V5h-.2zm1.5 2.8v.2h-.3V8l.2.1-.1.2h.4V8l.2-.1h-.3zm1.5 0v.2h-.3V8l.2.1v.2h.3V8h.2-.3v-.3Zm-1.5-2.8V5h-.3l.2.2-.1.2.2-.1.2.1v-.2l.2-.1V5h-.3zm1.5 0V5h-.3l.2.2v.2l.2-.1.1.1v-.2L13 5h-.3z"/></svg>',
229
+ vu: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8v12.4q.2 1.6 1.8 1.7h20.4q1.6-.1 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="m0 18.2.1.6 11.6-6.4H24v-.8H11.7L0 5.2l-.1.6v.3L10.7 12 0 18z"/><path fill="#73AF00" d="M24 13.2H12L.7 19.5q.5.3 1 .4h20.5q1.6-.1 1.8-1.8z"/><path fill="#FF4B55" d="M22.2 4.1H1.8q-.6 0-1.1.4L12 10.8h12V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="M3.6 9.7a2 2 0 0 0-2.3 1c-.2.3-.5 2 1.1 2.2S4 11.7 4 11.7c0 .3-.2 1-1.4 1-.4 0-1-.7-.9-1.4q.3-1 1.2-1c.4 0 1.4.2 1.4 1.4 0 1.4-1.4 1.6-1.4 1.6v.8q1.8-.2 2-1.9a2 2 0 0 0-1.3-2.5"/><path fill="#FFE15A" d="M2.3 11.7v.3l-.1.1h.4l.1-.2.3-.5.3.5.2.1.1.1h.2v-.3l-.1-.1-.5-.5.5-.3-.1-.2-.6.4-.5-.4a.1.1 0 0 0-.1.2l.4.3-.4.5Z"/></svg>',
230
+ va: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H12V20h10.2q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8H12V4z"/><path fill="#EBEBEB" d="m19.1 8.2.1.2v-.3Zm-2.1 0h-.1v.2-.2Zm0-.2zl.1.1h.3V8a.1.1 0 1 1 .1 0v.1h.3a.3.3 0 1 1 .5 0h.3V8a.1.1 0 0 1 .2 0h-.1v.1l.3.1V8l.1-.1h.1v-.2L18 7.6q-.9 0-1.1.2V8Z"/><path fill="#E6B432" d="M18.2 6.5V6a.1.1 0 0 0-.2-.2v.4q-.2 0-.2.2v.1z"/><path fill="#EBEBEB" d="M17.5 7.1za.1.1 0 1 1 .2 0v.1h.3a.2.2 0 1 1 0-.3v.3h.4V7a.1.1 0 1 1 .2 0h.1l.1-.1-.6-.5H18l-.6.5v.2z"/><path fill="#E6B432" d="M18 17v-.3l-.2-.1h-.1a.2.2 0 0 0 0 .4h.2Zm.2-1a.2.2 0 0 0 0 .4h.3a.2.2 0 0 0 0-.4z"/><path fill="#FF4B57" d="m18.1 16.4-.2.3v.3h-.3l-.2.3v.5h.8v-.6h.4v-.5l-.1-.3H18Z"/><path fill="#E6B432" d="m18.2 11.6.2.2.1-.1 1-1 .7.6.4-.4-.2-.2v.1l-.2-.2v-.1l.1-.2h.2l.2.2h-.1l.2.2.4-.4-.7-.7.5-.4-.3-.3-2.6 2.5v.2Zm-.3.7-.3-.4-1.1 1.1a.2.2 0 0 0 .3.3l.9-.8z"/><path fill="#D2D2D2" d="m14.6 13.5-.2-.2a.2.2 0 1 0 .1.3h.1Zm-.1 1.7-.2.2a.2.2 0 1 0 .3 0v-.2Zm1.8-1.6a.2.2 0 1 0-.1 0zm-.1 1.8.3.1z"/><path fill="#E6B432" d="M16 15.2za.3.3 0 0 1-.4-.3h-.2a.3.3 0 1 1-.4-.3v-.3a.3.3 0 1 1 .4-.4h.2a.3.3 0 1 1 .4.4v.3a.3.3 0 0 1 .2.4l.2.2.3-.8a1 1 0 0 0-.4-.9 1.2 1.2 0 0 0-2 1l.4.8a1 1 0 0 0 1.6 0zm.3-1v.5l-.1-.3zm-.6-.7-.3.2-.2-.2zm-1.2.7s0 .2.2.2l-.2.3zm.7 1.2.2-.2.3.2z"/><path fill="#F0C814" d="M15.2 14.4a.2.2 0 1 0-.3 0zm.4 0a.2.2 0 1 0 .3 0z"/><path fill="#F0C814" d="M15.4 14.3a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4m0 .3a.2.2 0 1 0 0 .4.2.2 0 0 0 0-.4"/><path fill="#D2D2D2" d="M21 9.2h.2v-.5a.1.1 0 1 0 0-.1h-.3a.2.2 0 0 0-.3.3l.3.3ZM18 12v-.6l-2.5-2.5-.3.3.4.4-.7.7.4.4.2-.2v-.2h.2l.2.2v.1l-.1.2h-.3l.4.5.7-.6 1 1zm.2.3.2.2.9.8h.3V13l-1-1zm0-.3.2-.2-.2-.2zm3.4 1.6.2-.1a.2.2 0 1 0-.3 0v.1Zm0 1.6-.1.1a.2.2 0 1 0 .1 0Z"/><path fill="#D2D2D2" d="m19.9 13.5-.2-.2a.2.2 0 1 0 0 .3h.2Zm-.2 2.1.2-.2-.3.1z"/><path fill="#E6B432" d="M21.6 15.2a1.2 1.2 0 0 0-1-2l-.8.4a1 1 0 0 0 0 1.6l.2-.2a.3.3 0 0 1 .2-.4v-.3a.3.3 0 1 1 .4-.4h.2a.3.3 0 1 1 .4.4v.3a.3.3 0 1 1-.4.3h-.2a.3.3 0 0 1-.4.2v.1l-.3.2a1.2 1.2 0 0 0 1.7-.2m-1.8-.5v-.5l.1.2zm.9-1-.3-.2h.5zm1 .5v.5l-.3-.3.2-.2Zm-1.3 1.2.3-.2.2.2z"/><path fill="#F0C814" d="M20.9 14.4a.2.2 0 1 0 .3 0zm-.4 0a.2.2 0 1 0-.4 0 .2.2 0 0 0 .4 0m.2-.1a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4m0 .3a.2.2 0 1 0 0 .4.2.2 0 0 0 0-.4"/><path fill="#F7B518" d="M15.4 9v-.4q0-.2-.2 0l-.3-.1V9a.2.2 0 0 0 .2.3z"/><path fill="#FF4B55" d="M20.2 15.2a.1.1 0 0 0-.2-.2l-.2.2q-.6.3-1.4.3v-1.7q.8 1 1.3 1.3l-.2-.5q-.5-.3-1-1.2v-.8l-.3-.3.3-.4h.1v-.2h-.2l-.2.3v-.7H18v.5l-.3-.2h-.1a.1.1 0 0 0-.1.2l.4.4-.2.2v.9q-.6.9-1.1 1.2 0 .3-.2.5.5-.3 1.3-1.3v1.7q-.8 0-1.4-.3l-.2-.2h-.2v.2l.3.2.3.1 1.2.2v1l.1-.1h.1v-.8h.3v.2h.2v-.3l1.5-.3.3-.2Zm-2.2.3v-2.2l.2.2v2z"/><path fill="#E6B432" d="M18 8.6q1.1 0 1.2.3v-.8a.1.1 0 0 0-.2 0v.1h-.3V8a.1.1 0 1 0-.1 0v.1h-.3a.3.3 0 1 0-.5 0h-.3a.1.1 0 0 0 0-.3q-.2 0-.2.2h.1v.1l-.3.1V8h-.2v1q.1-.2 1.1-.3Zm-1.2.4zm2.4 0z"/><path fill="#EBEBEB" d="m17 9.2.1.1h.3V9a.1.1 0 0 1 0-.2.1.1 0 0 1 .1.2h.4a.2.2 0 0 1 .1-.4.2.2 0 0 1 .2.3v.2h.3a.1.1 0 0 1 .1-.3l.2.1-.1.1v.1l.3.1v-.1l.1-.2h.1v-.1q0-.2-1.2-.3-1 0-1.2.3V9h.2Z"/><path fill="#E6B432" d="M16.8 9.2h.2v.4l.2.3q.1-.3.8-.3t.9.3l.2-.3v-.3l.1-.1V9H19v.2h-.3V9a.1.1 0 0 0 0-.2.1.1 0 0 0-.1.2h-.4v-.2a.2.2 0 1 0-.3.1v.2h-.3a.1.1 0 0 0-.2-.3v.4l-.3.1v-.1L17 9h-.1z"/><path fill="#EBEBEB" d="M18 10.1q.8 0 .9-.2t-.9-.3q-.7 0-.8.3z"/><path fill="#E6B432" d="m19.2 7.8-.2-.4v-.1l.1-.4a.1.1 0 1 0-.2 0V7l-.2.2h-.1V7a.1.1 0 1 0-.2 0v.1h-.7a.1.1 0 0 0-.1-.2h-.2l.1.2h-.1l-.1-.1-.1-.2a.1.1 0 0 0-.2.1l.2.4H17l-.2.5 1.1-.2q1 0 1.2.2Z"/><path fill="#E6B432" d="M18 7.1a.2.2 0 1 0 0-.3z"/></svg>',
231
+ ve: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#FF4B55" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#41479B" d="M24 9.4H0v5.2h24z"/><path fill="#F5F5F5" d="M8.4 13v.3h.4v.1l-.3.2.1.3-.3-.1-.3.2v-.4l-.2-.2h.4V13zm.6-1v.3l.2.2-.3.1v.3s-.1.1-.2 0l-.1-.2h-.3s-.1 0 0 0l.2-.3-.2-.3.4.1.2-.2Zm.8-.8-.2.2.3.3h-.4l-.2.3v-.4h-.4v-.1l.3-.1V11l.2.2zs.1 0 0 0Zm1-.6-.3.3.2.2v.1l-.4-.1-.2.2v-.4l-.3-.1v-.1h.3v-.4h.1l.2.3h.3Zm1.1-.2-.3.1v.4l-.3-.2-.2.1H11l.1-.3-.2-.2v-.1h.3l.2-.3.1.3h.4zm3.7 2.6v.3h-.4v.1l.3.2-.1.3.3-.1.3.2v-.4l.2-.2h-.4V13zm-.6-1v.3l-.2.2.3.1v.3s.1.1.2 0l.1-.2h.3s.1 0 0 0l-.2-.3.2-.3-.4.1-.2-.2Zm-.8-.8.2.2-.3.3h.4l.2.3v-.4h.4v-.1l-.3-.1V11l-.2.2zs-.1 0 0 0Zm-1-.6.3.3-.2.2v.1l.4-.1.2.2v-.4l.3-.1v-.1H14v-.4h-.1l-.2.3h-.3Zm-1.1-.2.3.1v.4l.3-.2.2.1h.1l-.1-.3.2-.2v-.1h-.3l-.2-.3-.1.3H12z"/></svg>',
232
+ vn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2q.2 1.6 1.8 1.8h20.4q1.6-.2 1.8-1.8V5.9q-.2-1.7-1.8-1.8"/><path fill="#FFE15A" d="m12.2 7.3 1.1 3.3h3.5q.4.1.1.4l-2.8 2.1 1 3.3q0 .4-.3.3l-2.8-2-2.8 2q-.4 0-.4-.3l1.1-3.3-2.8-2q-.2-.3.1-.4h3.5l1.1-3.4q.1-.3.4 0"/></svg>',
233
+ vi: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#4173CD" d="m18.7 13.6.2.5.5-1.5-1.5.7.6.1-1.8 2 1.4-2.9.3.5.1-1.7-1.2 1.2.5-.1-1.4 2.9.5-2.7.4.4-.3-1.6-.9 1.4.5-.2-.5 2.8-.2.4-.2.1-.1.5-.7.8h.5v.4l.1-.1v.2l.4-.4.3.5.2-1 .3-.4v-.2l.1-.4 2-2.2Z"/><path fill="#73AF00" d="M6.1 12v-.6q-.3.1-.4.5v.4l-.3-.5.3-.5-.1-.7q-.3.1-.4.6v.4l-.2-.3q0-.3-.2-.6l-.5-.4.1.6q.3.3.5.4l.2.4-.4-.2h-.6q.1.3.5.4h.6l.3.5-.3-.1h-.7q.2.3.6.4h.6l.3.4H5q.1.2.6.3h.6l.2.5-.2-.1h-.7q0 .3.6.4h.5l.3.4H6q.1.3.5.4h.6l.7 1.2.4-.2-.9-1.2.3-.5-.1-.7q-.3.2-.4.6v.2l-.3-.4q.3 0 .3-.4v-.7q-.4 0-.4.6v.2l-.4-.4q.3-.2.3-.5V12q-.3.2-.4.6v.3l-.3-.4z"/><path fill="#FFE15A" d="m9.5 12-.4-2.5a.6.6 0 0 1-.6-.7q.1-.5-.3-.7l-5.7-2a.4.4 0 0 0-.5.5l.6 1.5q.3.6.9 1l1.6.8q.7.4 1.5.4l.2.3Q7.5 12 9 12zm5 0 .4-2.5q.7-.1.6-.7t.3-.7l5.7-2q.6 0 .5.5l-.6 1.5a2 2 0 0 1-.9 1l-1.6.8q-.7.4-1.5.4l-.2.3Q16.6 12 15 12zm-.8-2.9-1-2.4a1 1 0 0 0-.8-.5h-.3l-.4.4h-.4l-.5.4h.6q.3 0 .2.3l-.8 1.8zm-2.9 4.1L9.9 12l-.7.8-.7 1-.2.7-.4.4h-.6q-.3 0-.4.3l-.1.2q0 .2.2.3h.9l.2-.5 1.4-.7zm2.4 0 .9-1.2.7.8.7 1 .2.7.4.4h.6q.3 0 .4.3l.1.2q0 .2-.2.3h-.9l-.2-.5-1.4-.7zm-2.4.5-1 1.6q-.2.4 0 .7l1.6 1.3q.6.5 1.2 0l1.5-1.3q.3-.3.1-.7l-1-1.6z"/><path fill="#F5F5F5" d="M12 8.7s-1.2.4-2.9 0v1.6c0 .9.4 3.4 2.9 4.2 2.5-.8 2.9-3.3 2.9-4.2V8.7c-1.7.4-2.9 0-2.9 0"/><path fill="#41479B" d="M12 8.7s-1.2.4-2.9 0v1.6h5.8V8.7c-1.7.4-2.9 0-2.9 0"/><path fill="#FF4B55" d="M10 13v-2.7h-.5v1.9zm.9-2.7h-.5v3.2l.5.4zM14 13l.5-.8v-1.9H14zm-2.2-2.7h-.5v3.9l.5.2zm1.8 0H13V14l.5-.4zm-.9 3.9v-3.9h-.5v4z"/><path fill="#73AF00" d="m7.6 15.2-.2.2.4.8.4-.2z"/><path fill="#4173CD" d="m16.8 15.8-.2-.5H16v.1l-.2.4-.2.1-.1.5-.7.8h.5v.4l.1-.1v.2l.4-.4.3.5.2-1 .3-.4v-.2zM4 10.3H2.9v.3l-.5 2.2-.7-2.2.1-.3h-1l.3.4.8 3v.4h1l-.1-.3.9-3zm18 .3.2-.3H21l.2.3v3.2l-.2.3h1.2l-.2-.3z"/></svg>',
234
+ ye: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9q-.2-1.7-1.8-1.8"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24z"/></svg>',
235
+ zm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8Q.2 19.7 0 18V5.9q.2-1.7 1.8-1.8h20.4q1.6.1 1.8 1.8v12.2q-.2 1.6-1.8 1.8"/><path fill="#FF4B55" d="M18.2 9.5h-2.9V20h3z"/><path fill="#464655" d="M21.1 9.5h-2.9V20h2.9z"/><path fill="#FF9B55" d="M21.1 19.9h1.1q1.7-.1 1.8-1.8V9.5h-2.9V20ZM23.3 6H23l.3-.4-1 .4.6-.4-.1-.1-.9.4v-.2l-1.5.4h-.8V6h.4v-.2l-.3-.1s-.2-.2-.5 0q-.3.1-.3.4l-1.6-.5h-.1V6l-.8-.4H16v.1q0 .2.2.3l-.2-.1-.3-.2V6q0 .4.8.6h-.2v.1l.5.1h-.1v.1l.5.1h.3v.1h.2l.1.2h.8v.1l.4.1v.3h.1V8H19q-.1 0-.3.3h.4v.2h.1l.1-.1.2.1v-.1h.1v-.1l.2.2v-.1l.1-.2.2.1q.1-.2 0-.3h.1v-.4l.2.2v-.1h.6v-.2l.2-.1.8-.4.7-.2.5-.5H23l.3-.4Z"/><path fill="#464655" d="M23.3 6H23l.3-.4-1 .4.6-.4-.1-.1-.9.4v-.2l-1.5.4h-.8V6h.4v-.2l-.3-.1s-.2-.2-.5 0q-.3.1-.3.4l-1.6-.5h-.1V6l-.8-.4H16v.1q0 .2.2.3l-.2-.1-.3-.2V6q0 .4.8.6h-.2v.1l.5.1h-.1v.1l.5.1h.3v.1h.2l.1.2h.8v.1l.4.1v.3h.1V8H19q-.1 0-.3.3h.4v.2h.1l.1-.1.2.1v-.1h.1v-.1l.2.2v-.1l.1-.2.2.1q.1-.2 0-.3h.1v-.4l.2.2v-.1h.6v-.2l.2-.1.8-.4.7-.2.5-.5H23l.3-.4Zm-.7-.2-1 .5h-.3zm-2.2.5 1.5-.4-.1.1-1 .3h.7l-.4.1.2.1h-.5v.1l.2.1-.6-.1q.4.4 1 .4h-.2q-.4.1-.8-.2l-.2-.1.1.2.6.3h-.4l-.6-.5q0-.3-.2-.3zm-2.7.8L18 7v-.1h-.5.1v-.1H17l.3-.1v-.1h-.6.3v-.1q-1-.2-1-.5l.6.3.5.1-.5-.2q-.7-.3-.6-.5l.2.1 1 .5v-.1q-.9-.5-.9-.6l1 .6.1.1v.1h.2v.1l.1.1s.1.1.2 0v.1h.5l-.2.1V7l-.3.2Zm-.2-.9zh.4l-.2.2h-.2zm.4 1 .4-.3s.3 0 .5-.2c0 0-.5.5-.9.5m.4-.3.4-.4v.1q-.2.3-.4.3m.8.5h-.3l.2-.2h-.5.2V7l-.5.1.6-.4.1.1q.4.5.2.5Zm.1.3v-.6l.3.1v.6-.1h-.2Zm.3.6h-.4v-.1H19h.1q.3-.2.2-.3l.1-.1V8l.1.1zm0-.3.1-.1v-.5l.1.5-.1.1Zm.6.2s-.1-.1-.2 0l-.1.1v-.1h-.2l.2-.1v-.2l.1-.1h.1V8zm-.1-.5zl-.3-.5q-.3-.3-.5-.2l-.1-.1q-.3-.5-.2-.5l-.8.3.1-.1h.2l-.1-.2-.1.1-.3.1.3-.2v-.1l-.3.2h-.3l.4-.2v-.1q-.8-.3-.7-.4c.5.3 1.5.5 1.6.5q0-.2.4-.5h.4l.2.1h-.1l-.2.1v.4q.3 0 .3.3V7h.1v-.2l.7.5q-.2 0-.4-.2H20v.1l.2.1-.4-.2h-.1l.2.5.1.3-.1-.2Zm1-.2-.5-.1h-.1l.2.2-.3-.1v.2l-.2-.2v-.2l.2.1h.4zm0-.1-.3-.1h.4-.2Zm.2-.1-.2-.1zl.2-.1h.3zm1.8-.8-.5.3-1 .2-.6-.1h.5l1-.1zm-.3 0-1.6.3v-.1l.3-.1v-.1h.4v-.1l1.3-.6q0 .3-1.3.8.1.1 1.3-.4z"/></svg>',
236
+ zw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v.5h24V6q-.2-1.6-1.8-1.8Z"/><path fill="#FFE15A" d="M24 6.4H0v2.2h24z"/><path fill="#FF4B55" d="M24 8.6H0V11h24z"/><path fill="#73AF00" d="M0 18c0 1 .8 2 1.8 2h20.4q1.6-.2 1.8-1.8v-.5H0v.5Z"/><path fill="#FFE15A" d="M24 15.4H0v2.2h24z"/><path fill="#FF4B55" d="M24 13.1H0v2.3h24z"/><path fill="#464655" d="M1 4.4q-.6.3-.9.8v13.6q.3.6.8.8l8.3-6.5H24V11H9.2z"/><path fill="#F5F5F5" d="M.6 19.4 9.9 12 .6 4.6Q0 5.1 0 5.9v12.2q0 .8.6 1.3"/><path fill="#FF4B55" d="m4 9 1 1.7 1.9.3-1.5 1.4.4 2-1.8-1-1.7 1 .3-2L1.2 11l2-.3z"/><path fill="#FFE15A" d="M6.3 12.2 4 10.4q-.5-1-1-1t-.5.4q-.2.2-.2.3.5-.2.7.6 0 .7-.3 1.5-.2.7-.1.7l.2 1v.1h2.9l.3-1.3.1-.4z"/><path fill="#464655" d="M6.3 12.2 4 10.4q-.5-1-1-1t-.5.4q-.2.2-.2.3.5-.2.7.6 0 .7-.3 1.5-.2.7-.1.7l.2 1v.1h2.9l.3-1.3.1-.4zm-3.5 0q.3-.7.2-1.5t-.6-.7l.2-.1s.1-.4.4-.4q.4 0 .9 1l2.2 1.7-2-.4q-.4-.2-.4-.5h-.1q0 .3.5.6h.2s0 .3-.5.4l-.6.5H3v-.1l.2-.4q.2-.3.3-.7l-.4.7-.2.4v.1h-.1zm1.7-.2-.3.2zm.1 0h.2q0 .2-.3.2zM6 13l-2.6-.2.4-.3q1.8.1 2.2.2zm0 .2-.3-.2zm-2.4 0 .1.2v-.1Zm2.3.3-.3-.3-.3.2-.2-.2-.3.1-.2-.2-.3.2-.2-.2-.3.2-.2-.2V13l.2.1.3-.2.2.3.3-.2.2.2.3-.2.2.2.3-.2.3.3zm-.2 0h-.3l.2-.2zm-.5-.1h-.3zm-.5 0h-.3l.2-.2zm-.5 0h-.3l.2-.2zm-.5-.5H4l-.2.2zm.5 0h.3l-.2.2zm.5 0H5l-.2.2zm.5 0 .3.1-.2.1zm-2.3 0h.6l.1 1H3zm2.9 1h-2l-.2-.5 2.2.2zm.3-1.3q-.4-.1-2.1-.2h.4q.4 0 .6-.3l1.2.2z"/><path fill="#464655" d="M3.1 9.8a.1.1 0 1 0-.3 0 .1.1 0 0 0 .3 0m1.1 2.7a.1.1 0 1 0 0 .3.1.1 0 0 0 0-.3m.4.1a.1.1 0 1 0 0 .2.1.1 0 0 0 0-.2m0 .2v-.2z"/></svg>',
237
+ };
238
+
239
+ export { flagSprite };