@westpac/ui 0.15.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (742) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/component-type.json +1 -1
  3. package/dist/components/autocomplete/autocomplete.types.d.ts +4 -0
  4. package/dist/components/badge/badge.component.js +3 -1
  5. package/dist/components/badge/badge.styles.js +1 -1
  6. package/dist/components/bottom-sheet/bottom-sheet.component.d.ts +1 -1
  7. package/dist/components/bottom-sheet/bottom-sheet.component.js +7 -2
  8. package/dist/components/bottom-sheet/bottom-sheet.types.d.ts +20 -0
  9. package/dist/components/bottom-sheet/components/bottom-sheet-dialog/bottom-sheet-dialog.component.d.ts +1 -1
  10. package/dist/components/bottom-sheet/components/bottom-sheet-dialog/bottom-sheet-dialog.component.js +26 -11
  11. package/dist/components/bottom-sheet/components/bottom-sheet-dialog/bottom-sheet-dialog.styles.d.ts +47 -0
  12. package/dist/components/bottom-sheet/components/bottom-sheet-dialog/bottom-sheet-dialog.styles.js +20 -0
  13. package/dist/components/bottom-sheet/components/bottom-sheet-dialog/bottom-sheet-dialog.types.d.ts +17 -1
  14. package/dist/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.component.d.ts +1 -1
  15. package/dist/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.component.js +6 -13
  16. package/dist/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.styles.d.ts +11 -0
  17. package/dist/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.styles.js +17 -0
  18. package/dist/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.types.d.ts +0 -5
  19. package/dist/components/breadcrumb/breadcrumb.component.d.ts +1 -1
  20. package/dist/components/breadcrumb/breadcrumb.component.js +3 -2
  21. package/dist/components/button/button.component.js +4 -2
  22. package/dist/components/button-group/button-group.types.d.ts +6 -2
  23. package/dist/components/button-group/components/button-group-button/button-group-button.styles.d.ts +6 -0
  24. package/dist/components/button-group/components/button-group-button/button-group-button.styles.js +3 -0
  25. package/dist/components/checkbox-group/checkbox-group.component.js +7 -3
  26. package/dist/components/checkbox-group/components/checkbox-group-checkbox/checkbox-group-checkbox.component.js +1 -1
  27. package/dist/components/compacta/compacta.styles.js +1 -1
  28. package/dist/components/footer/footer.component.js +2 -2
  29. package/dist/components/footer/footer.styles.d.ts +12 -0
  30. package/dist/components/footer/footer.styles.js +7 -1
  31. package/dist/components/icon/components/accessibility-icon.js +1 -1
  32. package/dist/components/icon/components/account-icon.js +1 -1
  33. package/dist/components/icon/components/add-circle-icon.js +1 -1
  34. package/dist/components/icon/components/add-icon.js +1 -1
  35. package/dist/components/icon/components/alert-icon.js +1 -1
  36. package/dist/components/icon/components/android-icon.js +1 -1
  37. package/dist/components/icon/components/apple-icon.js +1 -1
  38. package/dist/components/icon/components/archive-box-icon.js +1 -1
  39. package/dist/components/icon/components/arrow-fork-icon.js +1 -1
  40. package/dist/components/icon/components/arrow-left-icon.js +1 -1
  41. package/dist/components/icon/components/arrow-right-icon.js +1 -1
  42. package/dist/components/icon/components/arrow-split-icon.js +1 -1
  43. package/dist/components/icon/components/atm-icon.js +1 -1
  44. package/dist/components/icon/components/attache-case-icon.js +1 -1
  45. package/dist/components/icon/components/australia-icon.js +1 -1
  46. package/dist/components/icon/components/baby-buggy-icon.js +1 -1
  47. package/dist/components/icon/components/backspace-icon.js +1 -1
  48. package/dist/components/icon/components/bank-icon.js +1 -1
  49. package/dist/components/icon/components/bar-chart-down-icon.js +1 -1
  50. package/dist/components/icon/components/bar-chart-icon.js +1 -1
  51. package/dist/components/icon/components/barbell-icon.js +1 -1
  52. package/dist/components/icon/components/book-icon.js +1 -1
  53. package/dist/components/icon/components/bpay-icon.js +1 -1
  54. package/dist/components/icon/components/briefcase-icon.js +1 -1
  55. package/dist/components/icon/components/bug-report-icon.js +1 -1
  56. package/dist/components/icon/components/burger-icon.js +1 -1
  57. package/dist/components/icon/components/business-person-icon.js +1 -1
  58. package/dist/components/icon/components/cafe-icon.js +1 -1
  59. package/dist/components/icon/components/cake-icon.js +1 -1
  60. package/dist/components/icon/components/calculate-icon.js +1 -1
  61. package/dist/components/icon/components/calculator-icon.js +1 -1
  62. package/dist/components/icon/components/calendar-icon.js +1 -1
  63. package/dist/components/icon/components/camera-icon.js +1 -1
  64. package/dist/components/icon/components/car-icon.js +1 -1
  65. package/dist/components/icon/components/cardless-cash-icon.js +1 -1
  66. package/dist/components/icon/components/cart-icon.js +1 -1
  67. package/dist/components/icon/components/chat-icon.js +1 -1
  68. package/dist/components/icon/components/check-icon.js +1 -1
  69. package/dist/components/icon/components/child-care-icon.d.ts +2 -0
  70. package/dist/components/icon/components/child-care-icon.js +43 -0
  71. package/dist/components/icon/components/child-icon.d.ts +2 -0
  72. package/dist/components/icon/components/child-icon.js +30 -0
  73. package/dist/components/icon/components/clear-icon.js +1 -1
  74. package/dist/components/icon/components/clock-icon.js +1 -1
  75. package/dist/components/icon/components/close-icon.js +1 -1
  76. package/dist/components/icon/components/cocktail-glass-icon.js +1 -1
  77. package/dist/components/icon/components/compass-icon.js +1 -1
  78. package/dist/components/icon/components/contact-icon.js +1 -1
  79. package/dist/components/icon/components/content-copy-icon.js +1 -1
  80. package/dist/components/icon/components/credit-card-icon.js +1 -1
  81. package/dist/components/icon/components/credit-cards-icon.js +1 -1
  82. package/dist/components/icon/components/cube-icon.js +1 -1
  83. package/dist/components/icon/components/cursor-arrow-click-icon.js +1 -1
  84. package/dist/components/icon/components/cursor-arrow-doubleclick-icon.js +1 -1
  85. package/dist/components/icon/components/cursor-arrow-icon.js +1 -1
  86. package/dist/components/icon/components/cursor-arrow-rays-icon.js +1 -1
  87. package/dist/components/icon/components/delete-icon.js +1 -1
  88. package/dist/components/icon/components/delivery-truck-icon.js +1 -1
  89. package/dist/components/icon/components/desktop-icon.js +1 -1
  90. package/dist/components/icon/components/diamond-icon.js +1 -1
  91. package/dist/components/icon/components/dollar-icon.js +1 -1
  92. package/dist/components/icon/components/dollar-sign-icon.js +1 -1
  93. package/dist/components/icon/components/download-file-icon.js +1 -1
  94. package/dist/components/icon/components/download-icon.js +1 -1
  95. package/dist/components/icon/components/drag-icon.js +1 -1
  96. package/dist/components/icon/components/drop-down-icon.js +1 -1
  97. package/dist/components/icon/components/drop-up-icon.js +1 -1
  98. package/dist/components/icon/components/dropbox-icon.js +1 -1
  99. package/dist/components/icon/components/edit-icon.js +1 -1
  100. package/dist/components/icon/components/education-icon.js +1 -1
  101. package/dist/components/icon/components/eftpos-icon.js +1 -1
  102. package/dist/components/icon/components/email-icon.js +1 -1
  103. package/dist/components/icon/components/error-icon.js +1 -1
  104. package/dist/components/icon/components/excel-file-icon.js +1 -1
  105. package/dist/components/icon/components/exit-icon.js +1 -1
  106. package/dist/components/icon/components/expand-less-icon.js +1 -1
  107. package/dist/components/icon/components/expand-more-icon.js +1 -1
  108. package/dist/components/icon/components/face-happy-icon.js +1 -1
  109. package/dist/components/icon/components/facebook-icon.js +1 -1
  110. package/dist/components/icon/components/favorite-icon.js +1 -1
  111. package/dist/components/icon/components/filter-icon.js +1 -1
  112. package/dist/components/icon/components/fingerprint-icon.js +1 -1
  113. package/dist/components/icon/components/first-aid-case-icon.js +1 -1
  114. package/dist/components/icon/components/first-aid-icon.js +1 -1
  115. package/dist/components/icon/components/future-clock-icon.js +1 -1
  116. package/dist/components/icon/components/gel-icon.js +1 -1
  117. package/dist/components/icon/components/generic-file-icon.js +1 -1
  118. package/dist/components/icon/components/geolocation-icon.js +1 -1
  119. package/dist/components/icon/components/gift-icon.js +1 -1
  120. package/dist/components/icon/components/github-icon.js +1 -1
  121. package/dist/components/icon/components/global-icon.js +1 -1
  122. package/dist/components/icon/components/google-plus-icon.js +1 -1
  123. package/dist/components/icon/components/grid-icon.js +1 -1
  124. package/dist/components/icon/components/growth-icon.js +1 -1
  125. package/dist/components/icon/components/hamburger-menu-icon.js +1 -1
  126. package/dist/components/icon/components/headset-icon.js +1 -1
  127. package/dist/components/icon/components/heart-add-icon.js +1 -1
  128. package/dist/components/icon/components/heart-tick-icon.js +1 -1
  129. package/dist/components/icon/components/help-icon.js +1 -1
  130. package/dist/components/icon/components/history-clock-icon.js +1 -1
  131. package/dist/components/icon/components/house-dollar-icon.js +1 -1
  132. package/dist/components/icon/components/house-icon.js +1 -1
  133. package/dist/components/icon/components/house-people-icon.js +1 -1
  134. package/dist/components/icon/components/house-person-icon.js +1 -1
  135. package/dist/components/icon/components/ice-cream-icon.js +1 -1
  136. package/dist/components/icon/components/id-card-icon.js +1 -1
  137. package/dist/components/icon/components/image-square-icon.js +1 -1
  138. package/dist/components/icon/components/info-icon.js +1 -1
  139. package/dist/components/icon/components/instagram-icon.js +1 -1
  140. package/dist/components/icon/components/inventory-icon.js +1 -1
  141. package/dist/components/icon/components/invest-icon.js +1 -1
  142. package/dist/components/icon/components/invoice-icon.js +1 -1
  143. package/dist/components/icon/components/key-icon.js +1 -1
  144. package/dist/components/icon/components/keyhole-icon.js +1 -1
  145. package/dist/components/icon/components/leaf-icon.js +1 -1
  146. package/dist/components/icon/components/light-bulb-icon.js +1 -1
  147. package/dist/components/icon/components/limit-icon.js +1 -1
  148. package/dist/components/icon/components/link-icon.js +1 -1
  149. package/dist/components/icon/components/linkedin-icon.js +1 -1
  150. package/dist/components/icon/components/list-icon.js +1 -1
  151. package/dist/components/icon/components/live-chat-icon.js +1 -1
  152. package/dist/components/icon/components/luggage-icon.js +1 -1
  153. package/dist/components/icon/components/map-icon.js +1 -1
  154. package/dist/components/icon/components/map-pin-icon.js +1 -1
  155. package/dist/components/icon/components/medical-icon.js +1 -1
  156. package/dist/components/icon/components/megaphone-icon.js +1 -1
  157. package/dist/components/icon/components/message-icon.js +1 -1
  158. package/dist/components/icon/components/mobile-pay-icon.js +1 -1
  159. package/dist/components/icon/components/money-bag-icon.js +1 -1
  160. package/dist/components/icon/components/money-in-icon.js +1 -1
  161. package/dist/components/icon/components/money-notes-icon.js +1 -1
  162. package/dist/components/icon/components/money-out-icon.js +1 -1
  163. package/dist/components/icon/components/more-horiz-icon.js +1 -1
  164. package/dist/components/icon/components/more-vert-icon.js +1 -1
  165. package/dist/components/icon/components/move-from-icon.js +1 -1
  166. package/dist/components/icon/components/move-to-icon.js +1 -1
  167. package/dist/components/icon/components/new-content-icon.js +1 -1
  168. package/dist/components/icon/components/new-window-icon.js +1 -1
  169. package/dist/components/icon/components/notification-active-icon.js +1 -1
  170. package/dist/components/icon/components/notification-icon.js +1 -1
  171. package/dist/components/icon/components/notification-off-icon.js +1 -1
  172. package/dist/components/icon/components/office-icon.js +1 -1
  173. package/dist/components/icon/components/open-browser-icon.js +1 -1
  174. package/dist/components/icon/components/package-delivery-icon.js +1 -1
  175. package/dist/components/icon/components/padlock-icon.js +1 -1
  176. package/dist/components/icon/components/padlock-open-icon.js +1 -1
  177. package/dist/components/icon/components/padlock-tick-icon.js +1 -1
  178. package/dist/components/icon/components/pause-circle-icon.js +1 -1
  179. package/dist/components/icon/components/pause-icon.js +1 -1
  180. package/dist/components/icon/components/paw-icon.js +1 -1
  181. package/dist/components/icon/components/pay-icon.js +1 -1
  182. package/dist/components/icon/components/pay-id-icon.js +1 -1
  183. package/dist/components/icon/components/pay-to-icon.js +1 -1
  184. package/dist/components/icon/components/pay-to-mobile-icon.js +1 -1
  185. package/dist/components/icon/components/paypass-icon.js +1 -1
  186. package/dist/components/icon/components/pdf-file-icon.js +1 -1
  187. package/dist/components/icon/components/pending-icon.js +1 -1
  188. package/dist/components/icon/components/people-icon.js +1 -1
  189. package/dist/components/icon/components/percent-icon.js +1 -1
  190. package/dist/components/icon/components/person-icon.js +1 -1
  191. package/dist/components/icon/components/phone-icon.js +1 -1
  192. package/dist/components/icon/components/pie-chart-icon.js +1 -1
  193. package/dist/components/icon/components/piggy-bank.d.ts +2 -0
  194. package/dist/components/icon/components/piggy-bank.js +35 -0
  195. package/dist/components/icon/components/pizza-icon.js +1 -1
  196. package/dist/components/icon/components/plane-icon.js +1 -1
  197. package/dist/components/icon/components/play-circle-icon.js +1 -1
  198. package/dist/components/icon/components/play-icon.js +1 -1
  199. package/dist/components/icon/components/pram-icon.js +1 -1
  200. package/dist/components/icon/components/presets-icon.js +1 -1
  201. package/dist/components/icon/components/print-icon.js +1 -1
  202. package/dist/components/icon/components/progress-icon.js +1 -1
  203. package/dist/components/icon/components/question-mark-icon.js +1 -1
  204. package/dist/components/icon/components/quick-balance-icon.js +1 -1
  205. package/dist/components/icon/components/receipt-icon.js +1 -1
  206. package/dist/components/icon/components/refresh-icon.js +1 -1
  207. package/dist/components/icon/components/remove-circle-icon.js +1 -1
  208. package/dist/components/icon/components/remove-icon.js +1 -1
  209. package/dist/components/icon/components/restaurant-icon.js +1 -1
  210. package/dist/components/icon/components/rss-icon.js +1 -1
  211. package/dist/components/icon/components/scan-document-icon.js +1 -1
  212. package/dist/components/icon/components/sd-storage-icon.js +1 -1
  213. package/dist/components/icon/components/search-icon.js +1 -1
  214. package/dist/components/icon/components/security-icon.js +1 -1
  215. package/dist/components/icon/components/service-bell-icon.js +1 -1
  216. package/dist/components/icon/components/settings-icon.js +1 -1
  217. package/dist/components/icon/components/share-icon.js +1 -1
  218. package/dist/components/icon/components/share-ios-icon.js +1 -1
  219. package/dist/components/icon/components/shop-icon.js +1 -1
  220. package/dist/components/icon/components/shopping-bag-icon.js +1 -1
  221. package/dist/components/icon/components/shopping-basket-icon.js +1 -1
  222. package/dist/components/icon/components/sim-card-icon.js +1 -1
  223. package/dist/components/icon/components/slack-icon.js +1 -1
  224. package/dist/components/icon/components/sms-icon.js +1 -1
  225. package/dist/components/icon/components/spa-icon.js +1 -1
  226. package/dist/components/icon/components/star-half-icon.js +1 -1
  227. package/dist/components/icon/components/star-rate-icon.js +1 -1
  228. package/dist/components/icon/components/stopwatch-icon.js +1 -1
  229. package/dist/components/icon/components/stroller-icon.js +1 -1
  230. package/dist/components/icon/components/success-icon.js +1 -1
  231. package/dist/components/icon/components/super-icon.js +1 -1
  232. package/dist/components/icon/components/switch-icon.js +1 -1
  233. package/dist/components/icon/components/tablet-icon.js +1 -1
  234. package/dist/components/icon/components/tag-icon.js +1 -1
  235. package/dist/components/icon/components/takeout-coffee-icon.js +1 -1
  236. package/dist/components/icon/components/takeout-food-icon.js +1 -1
  237. package/dist/components/icon/components/telephone-icon.js +1 -1
  238. package/dist/components/icon/components/thumb-down-icon.js +1 -1
  239. package/dist/components/icon/components/thumb-up-icon.js +1 -1
  240. package/dist/components/icon/components/tick-circle-icon.js +1 -1
  241. package/dist/components/icon/components/tick-icon.js +1 -1
  242. package/dist/components/icon/components/tiles-icon.js +1 -1
  243. package/dist/components/icon/components/transfer-icon.js +1 -1
  244. package/dist/components/icon/components/transport-icon.js +1 -1
  245. package/dist/components/icon/components/travel-explore-icon.js +1 -1
  246. package/dist/components/icon/components/tune-icon.js +1 -1
  247. package/dist/components/icon/components/umbrella-icon.js +1 -1
  248. package/dist/components/icon/components/upload-icon.js +1 -1
  249. package/dist/components/icon/components/verified-icon.js +1 -1
  250. package/dist/components/icon/components/video-icon.js +1 -1
  251. package/dist/components/icon/components/visibility-icon.js +1 -1
  252. package/dist/components/icon/components/visibility-off-icon.js +1 -1
  253. package/dist/components/icon/components/voice-icon.js +1 -1
  254. package/dist/components/icon/components/walk-icon.js +1 -1
  255. package/dist/components/icon/components/wallet-icon.js +1 -1
  256. package/dist/components/icon/components/warning-icon.js +1 -1
  257. package/dist/components/icon/components/watch-icon.js +1 -1
  258. package/dist/components/icon/components/wearable-icon.js +1 -1
  259. package/dist/components/icon/components/wheelchair-icon.js +1 -1
  260. package/dist/components/icon/components/windows-new-icon.js +1 -1
  261. package/dist/components/icon/components/wine-glass-icon.js +1 -1
  262. package/dist/components/icon/components/word-file-icon.js +1 -1
  263. package/dist/components/icon/components/write-icon.js +1 -1
  264. package/dist/components/icon/components/x-icon.d.ts +2 -0
  265. package/dist/components/icon/components/x-icon.js +40 -0
  266. package/dist/components/icon/components/yammer-icon.js +1 -1
  267. package/dist/components/icon/components/youtube-icon.js +1 -1
  268. package/dist/components/icon/components/zip-file-icon.js +1 -1
  269. package/dist/components/icon/index.d.ts +4 -1
  270. package/dist/components/icon/index.js +4 -1
  271. package/dist/components/modal/components/modal-backdrop/modal-backdrop.component.js +2 -1
  272. package/dist/components/modal/components/modal-backdrop/modal-backdrop.styles.d.ts +10 -0
  273. package/dist/components/modal/components/modal-backdrop/modal-backdrop.styles.js +7 -2
  274. package/dist/components/modal/components/modal-dialog/components/modal-dialog-body/modal-dialog-body.component.js +7 -2
  275. package/dist/components/modal/components/modal-dialog/components/modal-dialog-body/modal-dialog-body.styles.d.ts +43 -5
  276. package/dist/components/modal/components/modal-dialog/components/modal-dialog-body/modal-dialog-body.styles.js +30 -1
  277. package/dist/components/modal/components/modal-dialog/components/modal-dialog-footer/modal-dialog-footer.component.d.ts +1 -1
  278. package/dist/components/modal/components/modal-dialog/components/modal-dialog-footer/modal-dialog-footer.component.js +21 -4
  279. package/dist/components/modal/components/modal-dialog/components/modal-dialog-footer/modal-dialog-footer.styles.d.ts +47 -5
  280. package/dist/components/modal/components/modal-dialog/components/modal-dialog-footer/modal-dialog-footer.styles.js +32 -1
  281. package/dist/components/modal/components/modal-dialog/components/modal-dialog-footer/modal-dialog-footer.types.d.ts +16 -0
  282. package/dist/components/modal/components/modal-dialog/modal-dialog.component.d.ts +2 -1
  283. package/dist/components/modal/components/modal-dialog/modal-dialog.component.js +11 -2
  284. package/dist/components/modal/components/modal-dialog/modal-dialog.styles.d.ts +18 -0
  285. package/dist/components/modal/components/modal-dialog/modal-dialog.styles.js +15 -6
  286. package/dist/components/modal/components/modal-dialog/modal-dialog.types.d.ts +6 -0
  287. package/dist/components/pagination/pagination.component.js +2 -1
  288. package/dist/components/pictogram/components/decorative/wbc-bank-card-pictogram.js +1 -1
  289. package/dist/components/pictogram/components/informative/accessibility-pictogram.js +1 -1
  290. package/dist/components/pictogram/components/informative/accounts-pictogram.js +1 -1
  291. package/dist/components/pictogram/components/informative/aeroplane-pictogram.js +1 -1
  292. package/dist/components/pictogram/components/informative/atm-pictogram.js +1 -1
  293. package/dist/components/pictogram/components/informative/bank-card-locked-pictogram.js +1 -1
  294. package/dist/components/pictogram/components/informative/bank-card-pictogram.js +1 -1
  295. package/dist/components/pictogram/components/informative/birth-certificate-pictogram.js +1 -1
  296. package/dist/components/pictogram/components/informative/business-person-pictogram.js +1 -1
  297. package/dist/components/pictogram/components/informative/calculator-pictogram.js +1 -1
  298. package/dist/components/pictogram/components/informative/calendar-pictogram.js +1 -1
  299. package/dist/components/pictogram/components/informative/cash-pictogram.js +1 -1
  300. package/dist/components/pictogram/components/informative/chat-pictogram.js +1 -1
  301. package/dist/components/pictogram/components/informative/clock-pictogram.js +1 -1
  302. package/dist/components/pictogram/components/informative/coins-pictogram.js +1 -1
  303. package/dist/components/pictogram/components/informative/desktop-computer-pictogram.js +1 -1
  304. package/dist/components/pictogram/components/informative/dollar-sign-pictogram.js +1 -1
  305. package/dist/components/pictogram/components/informative/drivers-licence-pictogram.js +1 -1
  306. package/dist/components/pictogram/components/informative/eftpos-pictogram.js +1 -1
  307. package/dist/components/pictogram/components/informative/envelope-email-pictogram.js +1 -1
  308. package/dist/components/pictogram/components/informative/generic-document-pictogram.js +1 -1
  309. package/dist/components/pictogram/components/informative/gift-pictogram.js +1 -1
  310. package/dist/components/pictogram/components/informative/globe-pictogram.js +1 -1
  311. package/dist/components/pictogram/components/informative/graph-decreasing-pictogram.js +1 -1
  312. package/dist/components/pictogram/components/informative/house-pictogram.js +1 -1
  313. package/dist/components/pictogram/components/informative/medicare-card-pictogram.js +1 -1
  314. package/dist/components/pictogram/components/informative/mobile-device-pictogram.js +1 -1
  315. package/dist/components/pictogram/components/informative/money-in-pictogram.js +1 -1
  316. package/dist/components/pictogram/components/informative/money-out-pictogram.js +1 -1
  317. package/dist/components/pictogram/components/informative/padlock-locked-pictogram.js +1 -1
  318. package/dist/components/pictogram/components/informative/padlock-unlocked-pictogram.js +1 -1
  319. package/dist/components/pictogram/components/informative/passport-pictogram.js +1 -1
  320. package/dist/components/pictogram/components/informative/percent-sign-pictogram.js +1 -1
  321. package/dist/components/pictogram/components/informative/person-pictogram.js +1 -1
  322. package/dist/components/pictogram/components/informative/piggy-bank-pictogram.js +1 -1
  323. package/dist/components/pictogram/components/informative/star-pictogram.js +1 -1
  324. package/dist/components/pictogram/components/informative/stopwatch-pictogram.js +1 -1
  325. package/dist/components/pictogram/components/informative/thumbs-up-pictogram.js +1 -1
  326. package/dist/components/pictogram/components/informative/tick-pictogram.js +1 -1
  327. package/dist/components/pictogram/components/informative/truck-pictogram.js +1 -1
  328. package/dist/components/pictogram/components/informative/wallet-pictogram.js +1 -1
  329. package/dist/components/progress-bar/progress-bar.component.js +6 -3
  330. package/dist/components/progress-rope/components/progress-rope-group-step/progress-rope-group-step.component.d.ts +1 -1
  331. package/dist/components/progress-rope/components/progress-rope-group-step/progress-rope-group-step.component.js +10 -8
  332. package/dist/components/progress-rope/components/progress-rope-group-step/progress-rope-group-step.types.d.ts +4 -0
  333. package/dist/components/progress-rope/components/progress-rope-step/progress-rope-step.component.js +15 -3
  334. package/dist/components/progress-rope/progress-rope.component.d.ts +1 -1
  335. package/dist/components/progress-rope/progress-rope.component.js +3 -2
  336. package/dist/components/progress-rope/progress-rope.types.d.ts +5 -0
  337. package/dist/components/radio-group/radio-group.component.js +7 -3
  338. package/dist/components/repeater/repeater.component.js +4 -2
  339. package/dist/components/repeater/repeater.styles.js +1 -1
  340. package/dist/components/selector/components/selector-button-group/selector-button-group.component.js +5 -5
  341. package/dist/components/selector/components/selector-checkbox-group/selector-checkbox-group.component.js +5 -5
  342. package/dist/components/selector/components/selector-link-group/selector-link-group.component.js +5 -5
  343. package/dist/components/selector/components/selector-radio-group/selector-radio-group.component.js +5 -5
  344. package/dist/components/symbol/components/logos/bom-logo.js +1 -1
  345. package/dist/components/symbol/components/logos/bom-multibrand-large-logo.js +1 -1
  346. package/dist/components/symbol/components/logos/bom-multibrand-small-logo.js +1 -1
  347. package/dist/components/symbol/components/logos/bom-shield-logo.js +1 -1
  348. package/dist/components/symbol/components/logos/bsa-logo.js +1 -1
  349. package/dist/components/symbol/components/logos/bsa-multibrand-large-logo.js +1 -1
  350. package/dist/components/symbol/components/logos/bsa-multibrand-small-logo.js +1 -1
  351. package/dist/components/symbol/components/logos/bsa-stacked-logo.js +1 -1
  352. package/dist/components/symbol/components/logos/rams-logo.js +1 -1
  353. package/dist/components/symbol/components/logos/rams-multibrand-large-logo.js +1 -1
  354. package/dist/components/symbol/components/logos/rams-multibrand-small-logo.js +1 -1
  355. package/dist/components/symbol/components/logos/red-avatar-circle-logo.js +1 -1
  356. package/dist/components/symbol/components/logos/red-avatar-circle-reversed-logo.js +1 -1
  357. package/dist/components/symbol/components/logos/red-avatar-logo.js +1 -1
  358. package/dist/components/symbol/components/logos/stg-dragon-logo.js +1 -1
  359. package/dist/components/symbol/components/logos/stg-logo.js +1 -1
  360. package/dist/components/symbol/components/logos/stg-multibrand-large-logo.js +1 -1
  361. package/dist/components/symbol/components/logos/stg-multibrand-small-logo.js +1 -1
  362. package/dist/components/symbol/components/logos/wbc-logo.js +1 -1
  363. package/dist/components/symbol/components/logos/wbc-multibrand-large-logo.js +1 -1
  364. package/dist/components/symbol/components/logos/wbc-multibrand-small-logo.js +1 -1
  365. package/dist/components/symbol/components/logos/wbg-internal-logo.js +1 -1
  366. package/dist/components/symbol/components/logos/wbg-logo.js +1 -1
  367. package/dist/components/symbol/components/logos/wbg-multibrand-large-logo.js +1 -1
  368. package/dist/components/symbol/components/logos/wbg-multibrand-small-logo.js +1 -1
  369. package/dist/components/table/table.component.js +3 -1
  370. package/dist/components/table/table.styles.d.ts +2 -0
  371. package/dist/components/table/table.styles.js +2 -1
  372. package/dist/css/westpac-ui.css +1218 -115
  373. package/dist/css/westpac-ui.min.css +1218 -115
  374. package/dist/tailwind/constants/colors.d.ts +173 -12
  375. package/dist/tailwind/constants/colors.js +122 -0
  376. package/dist/tailwind/themes/bom.js +14 -1
  377. package/dist/tailwind/themes/bsa.js +14 -1
  378. package/dist/tailwind/themes/index.d.ts +170 -14
  379. package/dist/tailwind/themes/rams.js +14 -1
  380. package/dist/tailwind/themes/stg.js +14 -1
  381. package/dist/tailwind/themes/wbc.js +14 -1
  382. package/dist/tailwind/themes/wbg.js +14 -1
  383. package/dist/tailwind/types/brand.types.d.ts +1 -1
  384. package/package.json +1 -1
  385. package/src/components/autocomplete/autocomplete.types.ts +4 -0
  386. package/src/components/badge/badge.component.tsx +2 -1
  387. package/src/components/badge/badge.styles.ts +1 -1
  388. package/src/components/bottom-sheet/bottom-sheet.component.tsx +20 -2
  389. package/src/components/bottom-sheet/bottom-sheet.types.ts +20 -0
  390. package/src/components/bottom-sheet/components/bottom-sheet-dialog/bottom-sheet-dialog.component.tsx +33 -14
  391. package/src/components/bottom-sheet/components/bottom-sheet-dialog/bottom-sheet-dialog.styles.ts +16 -0
  392. package/src/components/bottom-sheet/components/bottom-sheet-dialog/bottom-sheet-dialog.types.ts +17 -1
  393. package/src/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.component.tsx +7 -25
  394. package/src/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.styles.ts +14 -0
  395. package/src/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.types.ts +0 -5
  396. package/src/components/breadcrumb/breadcrumb.component.tsx +2 -2
  397. package/src/components/button/button.component.tsx +2 -2
  398. package/src/components/button-group/button-group.types.ts +6 -2
  399. package/src/components/button-group/components/button-group-button/button-group-button.styles.ts +1 -0
  400. package/src/components/checkbox-group/checkbox-group.component.tsx +5 -2
  401. package/src/components/checkbox-group/components/checkbox-group-checkbox/checkbox-group-checkbox.component.tsx +1 -1
  402. package/src/components/compacta/compacta.styles.ts +1 -1
  403. package/src/components/footer/footer.component.tsx +6 -6
  404. package/src/components/footer/footer.styles.ts +5 -1
  405. package/src/components/icon/components/accessibility-icon.tsx +1 -1
  406. package/src/components/icon/components/account-icon.tsx +1 -1
  407. package/src/components/icon/components/add-circle-icon.tsx +1 -1
  408. package/src/components/icon/components/add-icon.tsx +1 -1
  409. package/src/components/icon/components/alert-icon.tsx +1 -1
  410. package/src/components/icon/components/android-icon.tsx +1 -1
  411. package/src/components/icon/components/apple-icon.tsx +1 -1
  412. package/src/components/icon/components/archive-box-icon.tsx +1 -1
  413. package/src/components/icon/components/arrow-fork-icon.tsx +1 -1
  414. package/src/components/icon/components/arrow-left-icon.tsx +1 -1
  415. package/src/components/icon/components/arrow-right-icon.tsx +1 -1
  416. package/src/components/icon/components/arrow-split-icon.tsx +1 -1
  417. package/src/components/icon/components/atm-icon.tsx +1 -1
  418. package/src/components/icon/components/attache-case-icon.tsx +1 -1
  419. package/src/components/icon/components/australia-icon.tsx +1 -1
  420. package/src/components/icon/components/baby-buggy-icon.tsx +1 -1
  421. package/src/components/icon/components/backspace-icon.tsx +1 -1
  422. package/src/components/icon/components/bank-icon.tsx +1 -1
  423. package/src/components/icon/components/bar-chart-down-icon.tsx +1 -1
  424. package/src/components/icon/components/bar-chart-icon.tsx +1 -1
  425. package/src/components/icon/components/barbell-icon.tsx +1 -1
  426. package/src/components/icon/components/book-icon.tsx +1 -1
  427. package/src/components/icon/components/bpay-icon.tsx +1 -1
  428. package/src/components/icon/components/briefcase-icon.tsx +1 -1
  429. package/src/components/icon/components/bug-report-icon.tsx +1 -1
  430. package/src/components/icon/components/burger-icon.tsx +1 -1
  431. package/src/components/icon/components/business-person-icon.tsx +1 -1
  432. package/src/components/icon/components/cafe-icon.tsx +1 -1
  433. package/src/components/icon/components/cake-icon.tsx +1 -1
  434. package/src/components/icon/components/calculate-icon.tsx +1 -1
  435. package/src/components/icon/components/calculator-icon.tsx +1 -1
  436. package/src/components/icon/components/calendar-icon.tsx +1 -1
  437. package/src/components/icon/components/camera-icon.tsx +1 -1
  438. package/src/components/icon/components/car-icon.tsx +1 -1
  439. package/src/components/icon/components/cardless-cash-icon.tsx +1 -1
  440. package/src/components/icon/components/cart-icon.tsx +1 -1
  441. package/src/components/icon/components/chat-icon.tsx +1 -1
  442. package/src/components/icon/components/check-icon.tsx +1 -1
  443. package/src/components/icon/components/child-care-icon.tsx +43 -0
  444. package/src/components/icon/components/child-icon.tsx +21 -0
  445. package/src/components/icon/components/clear-icon.tsx +1 -1
  446. package/src/components/icon/components/clock-icon.tsx +1 -1
  447. package/src/components/icon/components/close-icon.tsx +1 -1
  448. package/src/components/icon/components/cocktail-glass-icon.tsx +1 -1
  449. package/src/components/icon/components/compass-icon.tsx +1 -1
  450. package/src/components/icon/components/contact-icon.tsx +1 -1
  451. package/src/components/icon/components/content-copy-icon.tsx +1 -1
  452. package/src/components/icon/components/credit-card-icon.tsx +1 -1
  453. package/src/components/icon/components/credit-cards-icon.tsx +1 -1
  454. package/src/components/icon/components/cube-icon.tsx +1 -1
  455. package/src/components/icon/components/cursor-arrow-click-icon.tsx +1 -1
  456. package/src/components/icon/components/cursor-arrow-doubleclick-icon.tsx +1 -1
  457. package/src/components/icon/components/cursor-arrow-icon.tsx +1 -1
  458. package/src/components/icon/components/cursor-arrow-rays-icon.tsx +1 -1
  459. package/src/components/icon/components/delete-icon.tsx +1 -1
  460. package/src/components/icon/components/delivery-truck-icon.tsx +1 -1
  461. package/src/components/icon/components/desktop-icon.tsx +1 -1
  462. package/src/components/icon/components/diamond-icon.tsx +1 -1
  463. package/src/components/icon/components/dollar-icon.tsx +1 -1
  464. package/src/components/icon/components/dollar-sign-icon.tsx +1 -1
  465. package/src/components/icon/components/download-file-icon.tsx +1 -1
  466. package/src/components/icon/components/download-icon.tsx +1 -1
  467. package/src/components/icon/components/drag-icon.tsx +1 -1
  468. package/src/components/icon/components/drop-down-icon.tsx +1 -1
  469. package/src/components/icon/components/drop-up-icon.tsx +1 -1
  470. package/src/components/icon/components/dropbox-icon.tsx +1 -1
  471. package/src/components/icon/components/edit-icon.tsx +1 -1
  472. package/src/components/icon/components/education-icon.tsx +1 -1
  473. package/src/components/icon/components/eftpos-icon.tsx +1 -1
  474. package/src/components/icon/components/email-icon.tsx +1 -1
  475. package/src/components/icon/components/error-icon.tsx +1 -1
  476. package/src/components/icon/components/excel-file-icon.tsx +1 -1
  477. package/src/components/icon/components/exit-icon.tsx +1 -1
  478. package/src/components/icon/components/expand-less-icon.tsx +1 -1
  479. package/src/components/icon/components/expand-more-icon.tsx +1 -1
  480. package/src/components/icon/components/face-happy-icon.tsx +1 -1
  481. package/src/components/icon/components/facebook-icon.tsx +1 -1
  482. package/src/components/icon/components/favorite-icon.tsx +1 -1
  483. package/src/components/icon/components/filter-icon.tsx +1 -1
  484. package/src/components/icon/components/fingerprint-icon.tsx +1 -1
  485. package/src/components/icon/components/first-aid-case-icon.tsx +1 -1
  486. package/src/components/icon/components/first-aid-icon.tsx +1 -1
  487. package/src/components/icon/components/future-clock-icon.tsx +1 -1
  488. package/src/components/icon/components/gel-icon.tsx +1 -1
  489. package/src/components/icon/components/generic-file-icon.tsx +1 -1
  490. package/src/components/icon/components/geolocation-icon.tsx +1 -1
  491. package/src/components/icon/components/gift-icon.tsx +1 -1
  492. package/src/components/icon/components/github-icon.tsx +1 -1
  493. package/src/components/icon/components/global-icon.tsx +1 -1
  494. package/src/components/icon/components/google-plus-icon.tsx +1 -1
  495. package/src/components/icon/components/grid-icon.tsx +1 -1
  496. package/src/components/icon/components/growth-icon.tsx +1 -1
  497. package/src/components/icon/components/hamburger-menu-icon.tsx +1 -1
  498. package/src/components/icon/components/headset-icon.tsx +1 -1
  499. package/src/components/icon/components/heart-add-icon.tsx +1 -1
  500. package/src/components/icon/components/heart-tick-icon.tsx +1 -1
  501. package/src/components/icon/components/help-icon.tsx +1 -1
  502. package/src/components/icon/components/history-clock-icon.tsx +1 -1
  503. package/src/components/icon/components/house-dollar-icon.tsx +1 -1
  504. package/src/components/icon/components/house-icon.tsx +1 -1
  505. package/src/components/icon/components/house-people-icon.tsx +1 -1
  506. package/src/components/icon/components/house-person-icon.tsx +1 -1
  507. package/src/components/icon/components/ice-cream-icon.tsx +1 -1
  508. package/src/components/icon/components/id-card-icon.tsx +1 -1
  509. package/src/components/icon/components/image-square-icon.tsx +1 -1
  510. package/src/components/icon/components/info-icon.tsx +1 -1
  511. package/src/components/icon/components/instagram-icon.tsx +1 -1
  512. package/src/components/icon/components/inventory-icon.tsx +1 -1
  513. package/src/components/icon/components/invest-icon.tsx +1 -1
  514. package/src/components/icon/components/invoice-icon.tsx +1 -1
  515. package/src/components/icon/components/key-icon.tsx +1 -1
  516. package/src/components/icon/components/keyhole-icon.tsx +1 -1
  517. package/src/components/icon/components/leaf-icon.tsx +1 -1
  518. package/src/components/icon/components/light-bulb-icon.tsx +1 -1
  519. package/src/components/icon/components/limit-icon.tsx +1 -1
  520. package/src/components/icon/components/link-icon.tsx +1 -1
  521. package/src/components/icon/components/linkedin-icon.tsx +1 -1
  522. package/src/components/icon/components/list-icon.tsx +1 -1
  523. package/src/components/icon/components/live-chat-icon.tsx +1 -1
  524. package/src/components/icon/components/luggage-icon.tsx +1 -1
  525. package/src/components/icon/components/map-icon.tsx +1 -1
  526. package/src/components/icon/components/map-pin-icon.tsx +1 -1
  527. package/src/components/icon/components/medical-icon.tsx +1 -1
  528. package/src/components/icon/components/megaphone-icon.tsx +1 -1
  529. package/src/components/icon/components/message-icon.tsx +1 -1
  530. package/src/components/icon/components/mobile-pay-icon.tsx +1 -1
  531. package/src/components/icon/components/money-bag-icon.tsx +1 -1
  532. package/src/components/icon/components/money-in-icon.tsx +1 -1
  533. package/src/components/icon/components/money-notes-icon.tsx +1 -1
  534. package/src/components/icon/components/money-out-icon.tsx +1 -1
  535. package/src/components/icon/components/more-horiz-icon.tsx +1 -1
  536. package/src/components/icon/components/more-vert-icon.tsx +1 -1
  537. package/src/components/icon/components/move-from-icon.tsx +1 -1
  538. package/src/components/icon/components/move-to-icon.tsx +1 -1
  539. package/src/components/icon/components/new-content-icon.tsx +1 -1
  540. package/src/components/icon/components/new-window-icon.tsx +1 -1
  541. package/src/components/icon/components/notification-active-icon.tsx +1 -1
  542. package/src/components/icon/components/notification-icon.tsx +1 -1
  543. package/src/components/icon/components/notification-off-icon.tsx +1 -1
  544. package/src/components/icon/components/office-icon.tsx +1 -1
  545. package/src/components/icon/components/open-browser-icon.tsx +1 -1
  546. package/src/components/icon/components/package-delivery-icon.tsx +1 -1
  547. package/src/components/icon/components/padlock-icon.tsx +1 -1
  548. package/src/components/icon/components/padlock-open-icon.tsx +1 -1
  549. package/src/components/icon/components/padlock-tick-icon.tsx +1 -1
  550. package/src/components/icon/components/pause-circle-icon.tsx +1 -1
  551. package/src/components/icon/components/pause-icon.tsx +1 -1
  552. package/src/components/icon/components/paw-icon.tsx +1 -1
  553. package/src/components/icon/components/pay-icon.tsx +1 -1
  554. package/src/components/icon/components/pay-id-icon.tsx +1 -1
  555. package/src/components/icon/components/pay-to-icon.tsx +1 -1
  556. package/src/components/icon/components/pay-to-mobile-icon.tsx +1 -1
  557. package/src/components/icon/components/paypass-icon.tsx +1 -1
  558. package/src/components/icon/components/pdf-file-icon.tsx +1 -1
  559. package/src/components/icon/components/pending-icon.tsx +1 -1
  560. package/src/components/icon/components/people-icon.tsx +1 -1
  561. package/src/components/icon/components/percent-icon.tsx +1 -1
  562. package/src/components/icon/components/person-icon.tsx +1 -1
  563. package/src/components/icon/components/phone-icon.tsx +1 -1
  564. package/src/components/icon/components/pie-chart-icon.tsx +1 -1
  565. package/src/components/icon/components/piggy-bank.tsx +39 -0
  566. package/src/components/icon/components/pizza-icon.tsx +1 -1
  567. package/src/components/icon/components/plane-icon.tsx +1 -1
  568. package/src/components/icon/components/play-circle-icon.tsx +1 -1
  569. package/src/components/icon/components/play-icon.tsx +1 -1
  570. package/src/components/icon/components/pram-icon.tsx +1 -1
  571. package/src/components/icon/components/presets-icon.tsx +1 -1
  572. package/src/components/icon/components/print-icon.tsx +1 -1
  573. package/src/components/icon/components/progress-icon.tsx +1 -1
  574. package/src/components/icon/components/question-mark-icon.tsx +1 -1
  575. package/src/components/icon/components/quick-balance-icon.tsx +1 -1
  576. package/src/components/icon/components/receipt-icon.tsx +1 -1
  577. package/src/components/icon/components/refresh-icon.tsx +1 -1
  578. package/src/components/icon/components/remove-circle-icon.tsx +1 -1
  579. package/src/components/icon/components/remove-icon.tsx +1 -1
  580. package/src/components/icon/components/restaurant-icon.tsx +1 -1
  581. package/src/components/icon/components/rss-icon.tsx +1 -1
  582. package/src/components/icon/components/scan-document-icon.tsx +1 -1
  583. package/src/components/icon/components/sd-storage-icon.tsx +1 -1
  584. package/src/components/icon/components/search-icon.tsx +1 -1
  585. package/src/components/icon/components/security-icon.tsx +1 -1
  586. package/src/components/icon/components/service-bell-icon.tsx +1 -1
  587. package/src/components/icon/components/settings-icon.tsx +1 -1
  588. package/src/components/icon/components/share-icon.tsx +1 -1
  589. package/src/components/icon/components/share-ios-icon.tsx +1 -1
  590. package/src/components/icon/components/shop-icon.tsx +1 -1
  591. package/src/components/icon/components/shopping-bag-icon.tsx +1 -1
  592. package/src/components/icon/components/shopping-basket-icon.tsx +1 -1
  593. package/src/components/icon/components/sim-card-icon.tsx +1 -1
  594. package/src/components/icon/components/slack-icon.tsx +1 -1
  595. package/src/components/icon/components/sms-icon.tsx +1 -1
  596. package/src/components/icon/components/spa-icon.tsx +1 -1
  597. package/src/components/icon/components/star-half-icon.tsx +1 -1
  598. package/src/components/icon/components/star-rate-icon.tsx +1 -1
  599. package/src/components/icon/components/stopwatch-icon.tsx +1 -1
  600. package/src/components/icon/components/stroller-icon.tsx +1 -1
  601. package/src/components/icon/components/success-icon.tsx +1 -1
  602. package/src/components/icon/components/super-icon.tsx +1 -1
  603. package/src/components/icon/components/switch-icon.tsx +1 -1
  604. package/src/components/icon/components/tablet-icon.tsx +1 -1
  605. package/src/components/icon/components/tag-icon.tsx +1 -1
  606. package/src/components/icon/components/takeout-coffee-icon.tsx +1 -1
  607. package/src/components/icon/components/takeout-food-icon.tsx +1 -1
  608. package/src/components/icon/components/telephone-icon.tsx +1 -1
  609. package/src/components/icon/components/thumb-down-icon.tsx +1 -1
  610. package/src/components/icon/components/thumb-up-icon.tsx +1 -1
  611. package/src/components/icon/components/tick-circle-icon.tsx +1 -1
  612. package/src/components/icon/components/tick-icon.tsx +1 -1
  613. package/src/components/icon/components/tiles-icon.tsx +1 -1
  614. package/src/components/icon/components/transfer-icon.tsx +1 -1
  615. package/src/components/icon/components/transport-icon.tsx +1 -1
  616. package/src/components/icon/components/travel-explore-icon.tsx +1 -1
  617. package/src/components/icon/components/tune-icon.tsx +1 -1
  618. package/src/components/icon/components/umbrella-icon.tsx +1 -1
  619. package/src/components/icon/components/upload-icon.tsx +1 -1
  620. package/src/components/icon/components/verified-icon.tsx +1 -1
  621. package/src/components/icon/components/video-icon.tsx +1 -1
  622. package/src/components/icon/components/visibility-icon.tsx +1 -1
  623. package/src/components/icon/components/visibility-off-icon.tsx +1 -1
  624. package/src/components/icon/components/voice-icon.tsx +1 -1
  625. package/src/components/icon/components/walk-icon.tsx +1 -1
  626. package/src/components/icon/components/wallet-icon.tsx +1 -1
  627. package/src/components/icon/components/warning-icon.tsx +1 -1
  628. package/src/components/icon/components/watch-icon.tsx +1 -1
  629. package/src/components/icon/components/wearable-icon.tsx +1 -1
  630. package/src/components/icon/components/wheelchair-icon.tsx +1 -1
  631. package/src/components/icon/components/windows-new-icon.tsx +1 -1
  632. package/src/components/icon/components/wine-glass-icon.tsx +1 -1
  633. package/src/components/icon/components/word-file-icon.tsx +1 -1
  634. package/src/components/icon/components/write-icon.tsx +1 -1
  635. package/src/components/icon/components/x-icon.tsx +37 -0
  636. package/src/components/icon/components/yammer-icon.tsx +1 -1
  637. package/src/components/icon/components/youtube-icon.tsx +1 -1
  638. package/src/components/icon/components/zip-file-icon.tsx +1 -1
  639. package/src/components/icon/index.ts +4 -1
  640. package/src/components/modal/components/modal-backdrop/modal-backdrop.component.tsx +1 -1
  641. package/src/components/modal/components/modal-backdrop/modal-backdrop.styles.ts +7 -2
  642. package/src/components/modal/components/modal-dialog/components/modal-dialog-body/modal-dialog-body.component.tsx +6 -2
  643. package/src/components/modal/components/modal-dialog/components/modal-dialog-body/modal-dialog-body.styles.ts +15 -3
  644. package/src/components/modal/components/modal-dialog/components/modal-dialog-footer/modal-dialog-footer.component.tsx +25 -4
  645. package/src/components/modal/components/modal-dialog/components/modal-dialog-footer/modal-dialog-footer.styles.ts +15 -3
  646. package/src/components/modal/components/modal-dialog/components/modal-dialog-footer/modal-dialog-footer.types.ts +16 -0
  647. package/src/components/modal/components/modal-dialog/modal-dialog.component.tsx +10 -3
  648. package/src/components/modal/components/modal-dialog/modal-dialog.styles.ts +13 -4
  649. package/src/components/modal/components/modal-dialog/modal-dialog.types.ts +7 -0
  650. package/src/components/pagination/pagination.component.tsx +1 -1
  651. package/src/components/pictogram/components/decorative/wbc-bank-card-pictogram.tsx +1 -1
  652. package/src/components/pictogram/components/informative/accessibility-pictogram.tsx +1 -1
  653. package/src/components/pictogram/components/informative/accounts-pictogram.tsx +1 -1
  654. package/src/components/pictogram/components/informative/aeroplane-pictogram.tsx +1 -1
  655. package/src/components/pictogram/components/informative/atm-pictogram.tsx +1 -1
  656. package/src/components/pictogram/components/informative/bank-card-locked-pictogram.tsx +1 -1
  657. package/src/components/pictogram/components/informative/bank-card-pictogram.tsx +1 -1
  658. package/src/components/pictogram/components/informative/birth-certificate-pictogram.tsx +1 -1
  659. package/src/components/pictogram/components/informative/business-person-pictogram.tsx +1 -1
  660. package/src/components/pictogram/components/informative/calculator-pictogram.tsx +1 -1
  661. package/src/components/pictogram/components/informative/calendar-pictogram.tsx +1 -1
  662. package/src/components/pictogram/components/informative/cash-pictogram.tsx +1 -1
  663. package/src/components/pictogram/components/informative/chat-pictogram.tsx +1 -1
  664. package/src/components/pictogram/components/informative/clock-pictogram.tsx +1 -1
  665. package/src/components/pictogram/components/informative/coins-pictogram.tsx +1 -1
  666. package/src/components/pictogram/components/informative/desktop-computer-pictogram.tsx +1 -1
  667. package/src/components/pictogram/components/informative/dollar-sign-pictogram.tsx +1 -1
  668. package/src/components/pictogram/components/informative/drivers-licence-pictogram.tsx +1 -1
  669. package/src/components/pictogram/components/informative/eftpos-pictogram.tsx +1 -1
  670. package/src/components/pictogram/components/informative/envelope-email-pictogram.tsx +1 -1
  671. package/src/components/pictogram/components/informative/generic-document-pictogram.tsx +1 -1
  672. package/src/components/pictogram/components/informative/gift-pictogram.tsx +1 -1
  673. package/src/components/pictogram/components/informative/globe-pictogram.tsx +1 -1
  674. package/src/components/pictogram/components/informative/graph-decreasing-pictogram.tsx +1 -1
  675. package/src/components/pictogram/components/informative/house-pictogram.tsx +1 -1
  676. package/src/components/pictogram/components/informative/medicare-card-pictogram.tsx +1 -1
  677. package/src/components/pictogram/components/informative/mobile-device-pictogram.tsx +1 -1
  678. package/src/components/pictogram/components/informative/money-in-pictogram.tsx +1 -1
  679. package/src/components/pictogram/components/informative/money-out-pictogram.tsx +1 -1
  680. package/src/components/pictogram/components/informative/padlock-locked-pictogram.tsx +1 -1
  681. package/src/components/pictogram/components/informative/padlock-unlocked-pictogram.tsx +1 -1
  682. package/src/components/pictogram/components/informative/passport-pictogram.tsx +1 -1
  683. package/src/components/pictogram/components/informative/percent-sign-pictogram.tsx +1 -1
  684. package/src/components/pictogram/components/informative/person-pictogram.tsx +1 -1
  685. package/src/components/pictogram/components/informative/piggy-bank-pictogram.tsx +1 -1
  686. package/src/components/pictogram/components/informative/star-pictogram.tsx +1 -1
  687. package/src/components/pictogram/components/informative/stopwatch-pictogram.tsx +1 -1
  688. package/src/components/pictogram/components/informative/thumbs-up-pictogram.tsx +1 -1
  689. package/src/components/pictogram/components/informative/tick-pictogram.tsx +1 -1
  690. package/src/components/pictogram/components/informative/truck-pictogram.tsx +1 -1
  691. package/src/components/pictogram/components/informative/wallet-pictogram.tsx +1 -1
  692. package/src/components/progress-bar/progress-bar.component.tsx +6 -2
  693. package/src/components/progress-rope/components/progress-rope-group-step/progress-rope-group-step.component.tsx +9 -8
  694. package/src/components/progress-rope/components/progress-rope-group-step/progress-rope-group-step.types.ts +4 -0
  695. package/src/components/progress-rope/components/progress-rope-step/progress-rope-step.component.tsx +13 -2
  696. package/src/components/progress-rope/progress-rope.component.tsx +3 -1
  697. package/src/components/progress-rope/progress-rope.types.ts +5 -0
  698. package/src/components/radio-group/radio-group.component.tsx +5 -2
  699. package/src/components/repeater/repeater.component.tsx +2 -0
  700. package/src/components/repeater/repeater.styles.ts +1 -1
  701. package/src/components/selector/components/selector-button-group/selector-button-group.component.tsx +5 -4
  702. package/src/components/selector/components/selector-checkbox-group/selector-checkbox-group.component.tsx +5 -4
  703. package/src/components/selector/components/selector-link-group/selector-link-group.component.tsx +5 -4
  704. package/src/components/selector/components/selector-radio-group/selector-radio-group.component.tsx +7 -6
  705. package/src/components/symbol/components/logos/bom-logo.tsx +1 -1
  706. package/src/components/symbol/components/logos/bom-multibrand-large-logo.tsx +1 -1
  707. package/src/components/symbol/components/logos/bom-multibrand-small-logo.tsx +1 -1
  708. package/src/components/symbol/components/logos/bom-shield-logo.tsx +1 -1
  709. package/src/components/symbol/components/logos/bsa-logo.tsx +1 -1
  710. package/src/components/symbol/components/logos/bsa-multibrand-large-logo.tsx +1 -1
  711. package/src/components/symbol/components/logos/bsa-multibrand-small-logo.tsx +1 -1
  712. package/src/components/symbol/components/logos/bsa-stacked-logo.tsx +1 -1
  713. package/src/components/symbol/components/logos/rams-logo.tsx +1 -1
  714. package/src/components/symbol/components/logos/rams-multibrand-large-logo.tsx +1 -1
  715. package/src/components/symbol/components/logos/rams-multibrand-small-logo.tsx +1 -1
  716. package/src/components/symbol/components/logos/red-avatar-circle-logo.tsx +1 -1
  717. package/src/components/symbol/components/logos/red-avatar-circle-reversed-logo.tsx +1 -1
  718. package/src/components/symbol/components/logos/red-avatar-logo.tsx +1 -1
  719. package/src/components/symbol/components/logos/stg-dragon-logo.tsx +1 -1
  720. package/src/components/symbol/components/logos/stg-logo.tsx +1 -1
  721. package/src/components/symbol/components/logos/stg-multibrand-large-logo.tsx +1 -1
  722. package/src/components/symbol/components/logos/stg-multibrand-small-logo.tsx +1 -1
  723. package/src/components/symbol/components/logos/wbc-logo.tsx +1 -1
  724. package/src/components/symbol/components/logos/wbc-multibrand-large-logo.tsx +1 -1
  725. package/src/components/symbol/components/logos/wbc-multibrand-small-logo.tsx +1 -1
  726. package/src/components/symbol/components/logos/wbg-internal-logo.tsx +1 -1
  727. package/src/components/symbol/components/logos/wbg-logo.tsx +1 -1
  728. package/src/components/symbol/components/logos/wbg-multibrand-large-logo.tsx +1 -1
  729. package/src/components/symbol/components/logos/wbg-multibrand-small-logo.tsx +1 -1
  730. package/src/components/table/table.component.tsx +5 -3
  731. package/src/components/table/table.styles.ts +1 -0
  732. package/src/tailwind/constants/colors.ts +147 -0
  733. package/src/tailwind/themes/bom.ts +14 -0
  734. package/src/tailwind/themes/bsa.ts +14 -0
  735. package/src/tailwind/themes/rams.ts +14 -0
  736. package/src/tailwind/themes/stg.ts +14 -0
  737. package/src/tailwind/themes/wbc.ts +14 -0
  738. package/src/tailwind/themes/wbg.ts +14 -0
  739. package/src/tailwind/types/brand.types.ts +14 -1
  740. package/dist/components/icon/components/twitter-icon.d.ts +0 -2
  741. package/dist/components/icon/components/twitter-icon.js +0 -35
  742. package/src/components/icon/components/twitter-icon.tsx +0 -37
@@ -465,6 +465,138 @@ video {
465
465
  --colors-text-80: 70, 73, 81;
466
466
  --colors-text-90: 47, 50, 59;
467
467
  --colors-text: 24, 27, 37;
468
+ --colors-data-a-solid-5: 253, 243, 243;
469
+ --colors-data-a-solid-10: 251, 232, 231;
470
+ --colors-data-a-solid-20: 248, 209, 207;
471
+ --colors-data-a-solid-30: 244, 185, 183;
472
+ --colors-data-a-solid-40: 240, 162, 159;
473
+ --colors-data-a-solid-50: 237, 139, 136;
474
+ --colors-data-a-solid-60: 233, 116, 112;
475
+ --colors-data-a-solid-70: 229, 93, 88;
476
+ --colors-data-a-solid-80: 225, 69, 64;
477
+ --colors-data-a-solid-90: 222, 46, 40;
478
+ --colors-data-a-solid: 218, 23, 16;
479
+ --colors-data-a-tint-5: 254, 249, 249;
480
+ --colors-data-a-tint-10: 253, 243, 243;
481
+ --colors-data-a-tint-20: 251, 232, 231;
482
+ --colors-data-a-tint-30: 249, 220, 219;
483
+ --colors-data-a-tint-40: 247, 208, 207;
484
+ --colors-data-a-tint-50: 246, 196, 195;
485
+ --colors-data-a-tint-60: 244, 185, 183;
486
+ --colors-data-a-tint-70: 242, 173, 171;
487
+ --colors-data-a-tint-80: 240, 161, 159;
488
+ --colors-data-a-tint-90: 238, 150, 147;
489
+ --colors-data-a-tint: 236, 138, 135;
490
+ --colors-data-b-solid-5: 244, 244, 246;
491
+ --colors-data-b-solid-10: 233, 232, 237;
492
+ --colors-data-b-solid-20: 210, 210, 220;
493
+ --colors-data-b-solid-30: 188, 187, 202;
494
+ --colors-data-b-solid-40: 165, 164, 185;
495
+ --colors-data-b-solid-50: 143, 142, 167;
496
+ --colors-data-b-solid-60: 121, 119, 149;
497
+ --colors-data-b-solid-70: 98, 96, 132;
498
+ --colors-data-b-solid-80: 76, 73, 114;
499
+ --colors-data-b-solid-90: 53, 51, 97;
500
+ --colors-data-b-solid: 31, 28, 79;
501
+ --colors-data-b-tint-5: 249, 249, 251;
502
+ --colors-data-b-tint-10: 244, 244, 246;
503
+ --colors-data-b-tint-20: 232, 232, 237;
504
+ --colors-data-b-tint-30: 221, 221, 228;
505
+ --colors-data-b-tint-40: 210, 209, 219;
506
+ --colors-data-b-tint-50: 199, 198, 211;
507
+ --colors-data-b-tint-60: 187, 187, 202;
508
+ --colors-data-b-tint-70: 176, 175, 193;
509
+ --colors-data-b-tint-80: 165, 164, 184;
510
+ --colors-data-b-tint-90: 153, 152, 175;
511
+ --colors-data-b-tint: 142, 141, 166;
512
+ --colors-data-c-solid-5: 255, 245, 253;
513
+ --colors-data-c-solid-10: 255, 236, 251;
514
+ --colors-data-c-solid-20: 255, 216, 248;
515
+ --colors-data-c-solid-30: 255, 197, 244;
516
+ --colors-data-c-solid-40: 255, 177, 241;
517
+ --colors-data-c-solid-50: 255, 158, 237;
518
+ --colors-data-c-solid-60: 255, 139, 233;
519
+ --colors-data-c-solid-70: 255, 119, 230;
520
+ --colors-data-c-solid-80: 255, 100, 226;
521
+ --colors-data-c-solid-90: 255, 80, 223;
522
+ --colors-data-c-solid: 255, 61, 219;
523
+ --colors-data-c-tint-5: 255, 250, 254;
524
+ --colors-data-c-tint-10: 255, 245, 253;
525
+ --colors-data-c-tint-20: 255, 235, 251;
526
+ --colors-data-c-tint-30: 255, 226, 249;
527
+ --colors-data-c-tint-40: 255, 216, 247;
528
+ --colors-data-c-tint-50: 255, 206, 246;
529
+ --colors-data-c-tint-60: 255, 196, 244;
530
+ --colors-data-c-tint-70: 255, 186, 242;
531
+ --colors-data-c-tint-80: 255, 177, 240;
532
+ --colors-data-c-tint-90: 255, 167, 238;
533
+ --colors-data-c-tint: 255, 157, 236;
534
+ --colors-data-d-solid-5: 250, 244, 253;
535
+ --colors-data-d-solid-10: 245, 232, 251;
536
+ --colors-data-d-solid-20: 235, 209, 247;
537
+ --colors-data-d-solid-30: 224, 186, 243;
538
+ --colors-data-d-solid-40: 214, 163, 239;
539
+ --colors-data-d-solid-50: 204, 141, 235;
540
+ --colors-data-d-solid-60: 194, 118, 230;
541
+ --colors-data-d-solid-70: 184, 95, 226;
542
+ --colors-data-d-solid-80: 173, 72, 222;
543
+ --colors-data-d-solid-90: 163, 49, 218;
544
+ --colors-data-d-solid: 153, 26, 214;
545
+ --colors-data-d-tint-5: 252, 249, 254;
546
+ --colors-data-d-tint-10: 250, 243, 253;
547
+ --colors-data-d-tint-20: 245, 232, 251;
548
+ --colors-data-d-tint-30: 239, 221, 249;
549
+ --colors-data-d-tint-40: 234, 209, 247;
550
+ --colors-data-d-tint-50: 229, 198, 244;
551
+ --colors-data-d-tint-60: 224, 186, 242;
552
+ --colors-data-d-tint-70: 219, 175, 240;
553
+ --colors-data-d-tint-80: 213, 163, 238;
554
+ --colors-data-d-tint-90: 208, 152, 236;
555
+ --colors-data-d-tint: 203, 140, 234;
556
+ --colors-data-e-solid-5: 250, 242, 242;
557
+ --colors-data-e-solid-10: 245, 230, 230;
558
+ --colors-data-e-solid-20: 235, 204, 204;
559
+ --colors-data-e-solid-30: 224, 179, 179;
560
+ --colors-data-e-solid-40: 214, 153, 153;
561
+ --colors-data-e-solid-50: 204, 128, 128;
562
+ --colors-data-e-solid-60: 194, 102, 102;
563
+ --colors-data-e-solid-70: 184, 77, 77;
564
+ --colors-data-e-solid-80: 173, 51, 51;
565
+ --colors-data-e-solid-90: 163, 26, 26;
566
+ --colors-data-e-solid: 153, 0, 0;
567
+ --colors-data-e-tint-5: 252, 249, 249;
568
+ --colors-data-e-tint-10: 250, 242, 242;
569
+ --colors-data-e-tint-20: 245, 229, 229;
570
+ --colors-data-e-tint-30: 239, 217, 217;
571
+ --colors-data-e-tint-40: 234, 204, 204;
572
+ --colors-data-e-tint-50: 229, 191, 191;
573
+ --colors-data-e-tint-60: 224, 178, 178;
574
+ --colors-data-e-tint-70: 219, 165, 165;
575
+ --colors-data-e-tint-80: 213, 153, 153;
576
+ --colors-data-e-tint-90: 208, 140, 140;
577
+ --colors-data-e-tint: 203, 127, 127;
578
+ --colors-data-f-solid-5: 255, 248, 243;
579
+ --colors-data-f-solid-10: 254, 242, 231;
580
+ --colors-data-f-solid-20: 253, 228, 207;
581
+ --colors-data-f-solid-30: 252, 215, 183;
582
+ --colors-data-f-solid-40: 251, 202, 159;
583
+ --colors-data-f-solid-50: 250, 189, 135;
584
+ --colors-data-f-solid-60: 249, 175, 111;
585
+ --colors-data-f-solid-70: 248, 162, 87;
586
+ --colors-data-f-solid-80: 247, 149, 63;
587
+ --colors-data-f-solid-90: 246, 135, 39;
588
+ --colors-data-f-solid: 245, 122, 15;
589
+ --colors-data-f-tint-5: 255, 252, 249;
590
+ --colors-data-f-tint-10: 255, 248, 243;
591
+ --colors-data-f-tint-20: 254, 242, 231;
592
+ --colors-data-f-tint-30: 254, 235, 219;
593
+ --colors-data-f-tint-40: 253, 228, 207;
594
+ --colors-data-f-tint-50: 253, 222, 195;
595
+ --colors-data-f-tint-60: 252, 215, 183;
596
+ --colors-data-f-tint-70: 251, 208, 171;
597
+ --colors-data-f-tint-80: 251, 201, 159;
598
+ --colors-data-f-tint-90: 251, 195, 147;
599
+ --colors-data-f-tint: 250, 188, 135;
468
600
  --colors-pictogram-dark: 31, 28, 79;
469
601
  --colors-pictogram-duo-highlight: 218, 23, 16;
470
602
  --colors-pictogram-duo-outline: 31, 28, 79;
@@ -632,6 +764,138 @@ video {
632
764
  --colors-text-80: 77, 53, 113;
633
765
  --colors-text-90: 54, 27, 96;
634
766
  --colors-text: 32, 2, 78;
767
+ --colors-data-a-solid-5: 253, 245, 242;
768
+ --colors-data-a-solid-10: 250, 235, 230;
769
+ --colors-data-a-solid-20: 246, 215, 204;
770
+ --colors-data-a-solid-30: 241, 196, 179;
771
+ --colors-data-a-solid-40: 237, 176, 153;
772
+ --colors-data-a-solid-50: 232, 156, 128;
773
+ --colors-data-a-solid-60: 227, 136, 102;
774
+ --colors-data-a-solid-70: 223, 116, 77;
775
+ --colors-data-a-solid-80: 218, 97, 51;
776
+ --colors-data-a-solid-90: 214, 77, 26;
777
+ --colors-data-a-solid: 209, 57, 0;
778
+ --colors-data-a-tint-5: 254, 250, 249;
779
+ --colors-data-a-tint-10: 253, 245, 242;
780
+ --colors-data-a-tint-20: 250, 235, 229;
781
+ --colors-data-a-tint-30: 248, 225, 217;
782
+ --colors-data-a-tint-40: 245, 215, 204;
783
+ --colors-data-a-tint-50: 243, 205, 191;
784
+ --colors-data-a-tint-60: 241, 195, 178;
785
+ --colors-data-a-tint-70: 238, 185, 165;
786
+ --colors-data-a-tint-80: 236, 175, 153;
787
+ --colors-data-a-tint-90: 233, 165, 140;
788
+ --colors-data-a-tint: 231, 155, 127;
789
+ --colors-data-b-solid-5: 246, 246, 250;
790
+ --colors-data-b-solid-10: 238, 237, 244;
791
+ --colors-data-b-solid-20: 221, 218, 233;
792
+ --colors-data-b-solid-30: 203, 200, 222;
793
+ --colors-data-b-solid-40: 186, 182, 211;
794
+ --colors-data-b-solid-50: 169, 163, 200;
795
+ --colors-data-b-solid-60: 152, 145, 189;
796
+ --colors-data-b-solid-70: 135, 127, 178;
797
+ --colors-data-b-solid-80: 117, 109, 167;
798
+ --colors-data-b-solid-90: 100, 90, 156;
799
+ --colors-data-b-solid: 83, 72, 145;
800
+ --colors-data-b-tint-5: 251, 250, 252;
801
+ --colors-data-b-tint-10: 246, 246, 249;
802
+ --colors-data-b-tint-20: 238, 237, 244;
803
+ --colors-data-b-tint-30: 229, 227, 238;
804
+ --colors-data-b-tint-40: 220, 218, 233;
805
+ --colors-data-b-tint-50: 211, 209, 227;
806
+ --colors-data-b-tint-60: 203, 200, 221;
807
+ --colors-data-b-tint-70: 194, 191, 216;
808
+ --colors-data-b-tint-80: 185, 181, 210;
809
+ --colors-data-b-tint-90: 177, 172, 205;
810
+ --colors-data-b-tint: 168, 163, 199;
811
+ --colors-data-c-solid-5: 250, 250, 255;
812
+ --colors-data-c-solid-10: 246, 244, 255;
813
+ --colors-data-c-solid-20: 236, 234, 254;
814
+ --colors-data-c-solid-30: 227, 223, 254;
815
+ --colors-data-c-solid-40: 217, 212, 254;
816
+ --colors-data-c-solid-50: 208, 202, 254;
817
+ --colors-data-c-solid-60: 198, 191, 253;
818
+ --colors-data-c-solid-70: 189, 180, 253;
819
+ --colors-data-c-solid-80: 179, 169, 253;
820
+ --colors-data-c-solid-90: 170, 159, 252;
821
+ --colors-data-c-solid: 160, 148, 252;
822
+ --colors-data-c-tint-5: 253, 252, 255;
823
+ --colors-data-c-tint-10: 250, 250, 255;
824
+ --colors-data-c-tint-20: 245, 244, 255;
825
+ --colors-data-c-tint-30: 241, 239, 254;
826
+ --colors-data-c-tint-40: 236, 233, 254;
827
+ --colors-data-c-tint-50: 231, 228, 254;
828
+ --colors-data-c-tint-60: 226, 223, 254;
829
+ --colors-data-c-tint-70: 221, 217, 254;
830
+ --colors-data-c-tint-80: 217, 212, 253;
831
+ --colors-data-c-tint-90: 212, 206, 253;
832
+ --colors-data-c-tint: 207, 201, 253;
833
+ --colors-data-d-solid-5: 244, 242, 246;
834
+ --colors-data-d-solid-10: 233, 230, 237;
835
+ --colors-data-d-solid-20: 210, 204, 220;
836
+ --colors-data-d-solid-30: 188, 179, 202;
837
+ --colors-data-d-solid-40: 166, 154, 184;
838
+ --colors-data-d-solid-50: 144, 129, 167;
839
+ --colors-data-d-solid-60: 121, 103, 149;
840
+ --colors-data-d-solid-70: 99, 78, 131;
841
+ --colors-data-d-solid-80: 77, 53, 113;
842
+ --colors-data-d-solid-90: 54, 27, 96;
843
+ --colors-data-d-solid: 32, 2, 78;
844
+ --colors-data-d-tint-5: 249, 249, 251;
845
+ --colors-data-d-tint-10: 244, 242, 246;
846
+ --colors-data-d-tint-20: 233, 230, 237;
847
+ --colors-data-d-tint-30: 221, 217, 228;
848
+ --colors-data-d-tint-40: 210, 204, 219;
849
+ --colors-data-d-tint-50: 199, 192, 211;
850
+ --colors-data-d-tint-60: 188, 179, 202;
851
+ --colors-data-d-tint-70: 177, 166, 193;
852
+ --colors-data-d-tint-80: 165, 153, 184;
853
+ --colors-data-d-tint-90: 154, 141, 175;
854
+ --colors-data-d-tint: 143, 128, 166;
855
+ --colors-data-e-solid-5: 253, 249, 243;
856
+ --colors-data-e-solid-10: 250, 242, 232;
857
+ --colors-data-e-solid-20: 246, 229, 208;
858
+ --colors-data-e-solid-30: 241, 216, 185;
859
+ --colors-data-e-solid-40: 237, 203, 161;
860
+ --colors-data-e-solid-50: 232, 191, 138;
861
+ --colors-data-e-solid-60: 227, 178, 115;
862
+ --colors-data-e-solid-70: 223, 165, 91;
863
+ --colors-data-e-solid-80: 218, 152, 68;
864
+ --colors-data-e-solid-90: 214, 139, 44;
865
+ --colors-data-e-solid: 209, 126, 21;
866
+ --colors-data-e-tint-5: 254, 252, 249;
867
+ --colors-data-e-tint-10: 253, 249, 243;
868
+ --colors-data-e-tint-20: 250, 242, 232;
869
+ --colors-data-e-tint-30: 248, 236, 220;
870
+ --colors-data-e-tint-40: 246, 229, 208;
871
+ --colors-data-e-tint-50: 243, 223, 196;
872
+ --colors-data-e-tint-60: 241, 216, 185;
873
+ --colors-data-e-tint-70: 239, 210, 173;
874
+ --colors-data-e-tint-80: 237, 203, 161;
875
+ --colors-data-e-tint-90: 234, 197, 150;
876
+ --colors-data-e-tint: 232, 190, 138;
877
+ --colors-data-f-solid-5: 250, 244, 242;
878
+ --colors-data-f-solid-10: 245, 234, 230;
879
+ --colors-data-f-solid-20: 236, 212, 204;
880
+ --colors-data-f-solid-30: 226, 191, 179;
881
+ --colors-data-f-solid-40: 216, 170, 153;
882
+ --colors-data-f-solid-50: 207, 149, 128;
883
+ --colors-data-f-solid-60: 197, 127, 102;
884
+ --colors-data-f-solid-70: 187, 106, 77;
885
+ --colors-data-f-solid-80: 177, 85, 51;
886
+ --colors-data-f-solid-90: 168, 63, 26;
887
+ --colors-data-f-solid: 158, 42, 0;
888
+ --colors-data-f-tint-5: 253, 250, 249;
889
+ --colors-data-f-tint-10: 250, 244, 242;
890
+ --colors-data-f-tint-20: 245, 234, 230;
891
+ --colors-data-f-tint-30: 240, 223, 217;
892
+ --colors-data-f-tint-40: 235, 212, 204;
893
+ --colors-data-f-tint-50: 231, 202, 192;
894
+ --colors-data-f-tint-60: 226, 191, 179;
895
+ --colors-data-f-tint-70: 221, 180, 166;
896
+ --colors-data-f-tint-80: 216, 169, 153;
897
+ --colors-data-f-tint-90: 211, 159, 141;
898
+ --colors-data-f-tint: 206, 148, 128;
635
899
  --colors-pictogram-dark: 83, 72, 145;
636
900
  --colors-pictogram-duo-highlight: 160, 148, 252;
637
901
  --colors-pictogram-duo-outline: 83, 72, 145;
@@ -789,6 +1053,138 @@ video {
789
1053
  --colors-text-80: 92, 92, 92;
790
1054
  --colors-text-90: 71, 71, 71;
791
1055
  --colors-text: 51, 51, 51;
1056
+ --colors-data-a-solid-5: 253, 244, 244;
1057
+ --colors-data-a-solid-10: 251, 232, 234;
1058
+ --colors-data-a-solid-20: 247, 209, 213;
1059
+ --colors-data-a-solid-30: 243, 187, 191;
1060
+ --colors-data-a-solid-40: 239, 164, 170;
1061
+ --colors-data-a-solid-50: 236, 141, 149;
1062
+ --colors-data-a-solid-60: 232, 118, 128;
1063
+ --colors-data-a-solid-70: 228, 95, 107;
1064
+ --colors-data-a-solid-80: 224, 73, 85;
1065
+ --colors-data-a-solid-90: 220, 50, 64;
1066
+ --colors-data-a-solid: 216, 27, 43;
1067
+ --colors-data-a-tint-5: 254, 249, 250;
1068
+ --colors-data-a-tint-10: 253, 243, 244;
1069
+ --colors-data-a-tint-20: 251, 232, 234;
1070
+ --colors-data-a-tint-30: 249, 221, 223;
1071
+ --colors-data-a-tint-40: 247, 209, 212;
1072
+ --colors-data-a-tint-50: 245, 198, 202;
1073
+ --colors-data-a-tint-60: 243, 186, 191;
1074
+ --colors-data-a-tint-70: 241, 175, 180;
1075
+ --colors-data-a-tint-80: 239, 163, 169;
1076
+ --colors-data-a-tint-90: 237, 152, 159;
1077
+ --colors-data-a-tint: 235, 140, 148;
1078
+ --colors-data-b-solid-5: 242, 245, 248;
1079
+ --colors-data-b-solid-10: 230, 234, 240;
1080
+ --colors-data-b-solid-20: 204, 213, 226;
1081
+ --colors-data-b-solid-30: 179, 193, 211;
1082
+ --colors-data-b-solid-40: 153, 172, 196;
1083
+ --colors-data-b-solid-50: 128, 151, 181;
1084
+ --colors-data-b-solid-60: 102, 130, 167;
1085
+ --colors-data-b-solid-70: 77, 109, 152;
1086
+ --colors-data-b-solid-80: 51, 89, 137;
1087
+ --colors-data-b-solid-90: 26, 68, 123;
1088
+ --colors-data-b-solid: 0, 47, 108;
1089
+ --colors-data-b-tint-5: 249, 250, 251;
1090
+ --colors-data-b-tint-10: 242, 245, 248;
1091
+ --colors-data-b-tint-20: 229, 234, 240;
1092
+ --colors-data-b-tint-30: 217, 224, 233;
1093
+ --colors-data-b-tint-40: 204, 213, 225;
1094
+ --colors-data-b-tint-50: 191, 203, 218;
1095
+ --colors-data-b-tint-60: 178, 192, 211;
1096
+ --colors-data-b-tint-70: 165, 182, 203;
1097
+ --colors-data-b-tint-80: 153, 171, 196;
1098
+ --colors-data-b-tint-90: 140, 161, 188;
1099
+ --colors-data-b-tint: 127, 150, 181;
1100
+ --colors-data-c-solid-5: 242, 251, 252;
1101
+ --colors-data-c-solid-10: 230, 247, 248;
1102
+ --colors-data-c-solid-20: 204, 239, 242;
1103
+ --colors-data-c-solid-30: 179, 230, 235;
1104
+ --colors-data-c-solid-40: 153, 222, 229;
1105
+ --colors-data-c-solid-50: 128, 214, 222;
1106
+ --colors-data-c-solid-60: 102, 206, 215;
1107
+ --colors-data-c-solid-70: 77, 198, 209;
1108
+ --colors-data-c-solid-80: 51, 189, 202;
1109
+ --colors-data-c-solid-90: 26, 181, 196;
1110
+ --colors-data-c-solid: 0, 173, 189;
1111
+ --colors-data-c-tint-5: 249, 253, 253;
1112
+ --colors-data-c-tint-10: 242, 251, 252;
1113
+ --colors-data-c-tint-20: 229, 247, 248;
1114
+ --colors-data-c-tint-30: 217, 242, 245;
1115
+ --colors-data-c-tint-40: 204, 238, 241;
1116
+ --colors-data-c-tint-50: 191, 234, 238;
1117
+ --colors-data-c-tint-60: 178, 230, 235;
1118
+ --colors-data-c-tint-70: 165, 226, 231;
1119
+ --colors-data-c-tint-80: 153, 221, 228;
1120
+ --colors-data-c-tint-90: 140, 217, 224;
1121
+ --colors-data-c-tint: 127, 213, 221;
1122
+ --colors-data-d-solid-5: 247, 252, 245;
1123
+ --colors-data-d-solid-10: 239, 248, 236;
1124
+ --colors-data-d-solid-20: 222, 241, 216;
1125
+ --colors-data-d-solid-30: 206, 235, 197;
1126
+ --colors-data-d-solid-40: 190, 228, 178;
1127
+ --colors-data-d-solid-50: 174, 221, 159;
1128
+ --colors-data-d-solid-60: 157, 214, 139;
1129
+ --colors-data-d-solid-70: 141, 207, 120;
1130
+ --colors-data-d-solid-80: 125, 201, 101;
1131
+ --colors-data-d-solid-90: 108, 194, 81;
1132
+ --colors-data-d-solid: 92, 187, 62;
1133
+ --colors-data-d-tint-5: 251, 253, 250;
1134
+ --colors-data-d-tint-10: 247, 252, 245;
1135
+ --colors-data-d-tint-20: 239, 248, 236;
1136
+ --colors-data-d-tint-30: 230, 245, 226;
1137
+ --colors-data-d-tint-40: 222, 241, 216;
1138
+ --colors-data-d-tint-50: 214, 238, 207;
1139
+ --colors-data-d-tint-60: 206, 234, 197;
1140
+ --colors-data-d-tint-70: 198, 231, 187;
1141
+ --colors-data-d-tint-80: 189, 227, 177;
1142
+ --colors-data-d-tint-90: 181, 224, 168;
1143
+ --colors-data-d-tint: 173, 220, 158;
1144
+ --colors-data-e-solid-5: 255, 250, 244;
1145
+ --colors-data-e-solid-10: 254, 244, 233;
1146
+ --colors-data-e-solid-20: 253, 233, 210;
1147
+ --colors-data-e-solid-30: 253, 222, 187;
1148
+ --colors-data-e-solid-40: 252, 211, 165;
1149
+ --colors-data-e-solid-50: 251, 201, 143;
1150
+ --colors-data-e-solid-60: 250, 190, 120;
1151
+ --colors-data-e-solid-70: 249, 179, 98;
1152
+ --colors-data-e-solid-80: 249, 168, 75;
1153
+ --colors-data-e-solid-90: 248, 157, 53;
1154
+ --colors-data-e-solid: 247, 146, 30;
1155
+ --colors-data-e-tint-5: 255, 252, 249;
1156
+ --colors-data-e-tint-10: 255, 250, 244;
1157
+ --colors-data-e-tint-20: 254, 244, 232;
1158
+ --colors-data-e-tint-30: 254, 239, 221;
1159
+ --colors-data-e-tint-40: 253, 233, 210;
1160
+ --colors-data-e-tint-50: 253, 227, 199;
1161
+ --colors-data-e-tint-60: 252, 222, 187;
1162
+ --colors-data-e-tint-70: 251, 217, 176;
1163
+ --colors-data-e-tint-80: 251, 211, 165;
1164
+ --colors-data-e-tint-90: 251, 206, 153;
1165
+ --colors-data-e-tint: 250, 200, 142;
1166
+ --colors-data-f-solid-5: 250, 244, 248;
1167
+ --colors-data-f-solid-10: 246, 233, 240;
1168
+ --colors-data-f-solid-20: 236, 211, 225;
1169
+ --colors-data-f-solid-30: 227, 189, 210;
1170
+ --colors-data-f-solid-40: 218, 167, 195;
1171
+ --colors-data-f-solid-50: 209, 145, 180;
1172
+ --colors-data-f-solid-60: 199, 122, 165;
1173
+ --colors-data-f-solid-70: 190, 100, 150;
1174
+ --colors-data-f-solid-80: 181, 78, 135;
1175
+ --colors-data-f-solid-90: 171, 56, 120;
1176
+ --colors-data-f-solid: 162, 34, 105;
1177
+ --colors-data-f-tint-5: 253, 249, 251;
1178
+ --colors-data-f-tint-10: 250, 244, 247;
1179
+ --colors-data-f-tint-20: 246, 233, 240;
1180
+ --colors-data-f-tint-30: 241, 222, 232;
1181
+ --colors-data-f-tint-40: 236, 211, 225;
1182
+ --colors-data-f-tint-50: 232, 200, 217;
1183
+ --colors-data-f-tint-60: 227, 188, 209;
1184
+ --colors-data-f-tint-70: 222, 177, 202;
1185
+ --colors-data-f-tint-80: 217, 166, 194;
1186
+ --colors-data-f-tint-90: 213, 155, 187;
1187
+ --colors-data-f-tint: 208, 144, 179;
792
1188
  --colors-pictogram-dark: 0, 47, 108;
793
1189
  --colors-pictogram-duo-highlight: 0, 173, 189;
794
1190
  --colors-pictogram-duo-outline: 0, 47, 108;
@@ -1103,6 +1499,138 @@ video {
1103
1499
  --colors-text-80: 92, 92, 92;
1104
1500
  --colors-text-90: 71, 71, 71;
1105
1501
  --colors-text: 51, 51, 51;
1502
+ --colors-data-a-solid-5: 242, 248, 252;
1503
+ --colors-data-a-solid-10: 230, 242, 248;
1504
+ --colors-data-a-solid-20: 205, 229, 242;
1505
+ --colors-data-a-solid-30: 180, 216, 235;
1506
+ --colors-data-a-solid-40: 155, 203, 228;
1507
+ --colors-data-a-solid-50: 130, 190, 222;
1508
+ --colors-data-a-solid-60: 104, 177, 215;
1509
+ --colors-data-a-solid-70: 79, 164, 208;
1510
+ --colors-data-a-solid-80: 54, 151, 201;
1511
+ --colors-data-a-solid-90: 29, 138, 195;
1512
+ --colors-data-a-solid: 4, 125, 188;
1513
+ --colors-data-a-tint-5: 249, 252, 253;
1514
+ --colors-data-a-tint-10: 242, 248, 252;
1515
+ --colors-data-a-tint-20: 230, 242, 248;
1516
+ --colors-data-a-tint-30: 217, 235, 245;
1517
+ --colors-data-a-tint-40: 205, 229, 241;
1518
+ --colors-data-a-tint-50: 192, 222, 238;
1519
+ --colors-data-a-tint-60: 179, 215, 235;
1520
+ --colors-data-a-tint-70: 167, 209, 231;
1521
+ --colors-data-a-tint-80: 154, 202, 228;
1522
+ --colors-data-a-tint-90: 142, 196, 224;
1523
+ --colors-data-a-tint: 129, 189, 221;
1524
+ --colors-data-b-solid-5: 243, 246, 248;
1525
+ --colors-data-b-solid-10: 231, 236, 240;
1526
+ --colors-data-b-solid-20: 207, 218, 226;
1527
+ --colors-data-b-solid-30: 183, 199, 211;
1528
+ --colors-data-b-solid-40: 159, 180, 196;
1529
+ --colors-data-b-solid-50: 135, 162, 181;
1530
+ --colors-data-b-solid-60: 111, 143, 167;
1531
+ --colors-data-b-solid-70: 87, 124, 152;
1532
+ --colors-data-b-solid-80: 63, 105, 137;
1533
+ --colors-data-b-solid-90: 39, 87, 123;
1534
+ --colors-data-b-solid: 15, 68, 108;
1535
+ --colors-data-b-tint-5: 249, 250, 251;
1536
+ --colors-data-b-tint-10: 243, 246, 248;
1537
+ --colors-data-b-tint-20: 231, 236, 240;
1538
+ --colors-data-b-tint-30: 219, 227, 233;
1539
+ --colors-data-b-tint-40: 207, 217, 225;
1540
+ --colors-data-b-tint-50: 195, 208, 218;
1541
+ --colors-data-b-tint-60: 182, 199, 211;
1542
+ --colors-data-b-tint-70: 170, 189, 203;
1543
+ --colors-data-b-tint-80: 158, 180, 196;
1544
+ --colors-data-b-tint-90: 146, 170, 188;
1545
+ --colors-data-b-tint: 134, 161, 181;
1546
+ --colors-data-c-solid-5: 248, 252, 245;
1547
+ --colors-data-c-solid-10: 242, 249, 235;
1548
+ --colors-data-c-solid-20: 228, 243, 215;
1549
+ --colors-data-c-solid-30: 214, 237, 196;
1550
+ --colors-data-c-solid-40: 201, 231, 176;
1551
+ --colors-data-c-solid-50: 188, 225, 156;
1552
+ --colors-data-c-solid-60: 174, 219, 136;
1553
+ --colors-data-c-solid-70: 161, 213, 116;
1554
+ --colors-data-c-solid-80: 147, 207, 97;
1555
+ --colors-data-c-solid-90: 134, 201, 77;
1556
+ --colors-data-c-solid: 120, 195, 57;
1557
+ --colors-data-c-tint-5: 252, 253, 250;
1558
+ --colors-data-c-tint-10: 248, 252, 245;
1559
+ --colors-data-c-tint-20: 241, 249, 235;
1560
+ --colors-data-c-tint-30: 235, 246, 225;
1561
+ --colors-data-c-tint-40: 228, 243, 215;
1562
+ --colors-data-c-tint-50: 221, 240, 205;
1563
+ --colors-data-c-tint-60: 214, 236, 195;
1564
+ --colors-data-c-tint-70: 207, 233, 185;
1565
+ --colors-data-c-tint-80: 201, 230, 175;
1566
+ --colors-data-c-tint-90: 194, 227, 165;
1567
+ --colors-data-c-tint: 187, 224, 155;
1568
+ --colors-data-d-solid-5: 243, 252, 255;
1569
+ --colors-data-d-solid-10: 231, 249, 255;
1570
+ --colors-data-d-solid-20: 206, 243, 255;
1571
+ --colors-data-d-solid-30: 182, 237, 255;
1572
+ --colors-data-d-solid-40: 157, 231, 255;
1573
+ --colors-data-d-solid-50: 133, 225, 255;
1574
+ --colors-data-d-solid-60: 109, 218, 255;
1575
+ --colors-data-d-solid-70: 84, 212, 255;
1576
+ --colors-data-d-solid-80: 60, 206, 255;
1577
+ --colors-data-d-solid-90: 35, 200, 255;
1578
+ --colors-data-d-solid: 11, 194, 255;
1579
+ --colors-data-d-tint-5: 249, 253, 255;
1580
+ --colors-data-d-tint-10: 243, 252, 255;
1581
+ --colors-data-d-tint-20: 230, 249, 255;
1582
+ --colors-data-d-tint-30: 218, 246, 255;
1583
+ --colors-data-d-tint-40: 206, 243, 255;
1584
+ --colors-data-d-tint-50: 194, 240, 255;
1585
+ --colors-data-d-tint-60: 181, 236, 255;
1586
+ --colors-data-d-tint-70: 169, 233, 255;
1587
+ --colors-data-d-tint-80: 157, 230, 255;
1588
+ --colors-data-d-tint-90: 144, 227, 255;
1589
+ --colors-data-d-tint: 132, 224, 255;
1590
+ --colors-data-e-solid-5: 253, 253, 242;
1591
+ --colors-data-e-solid-10: 250, 251, 230;
1592
+ --colors-data-e-solid-20: 246, 246, 204;
1593
+ --colors-data-e-solid-30: 241, 242, 179;
1594
+ --colors-data-e-solid-40: 236, 238, 153;
1595
+ --colors-data-e-solid-50: 232, 234, 128;
1596
+ --colors-data-e-solid-60: 227, 229, 102;
1597
+ --colors-data-e-solid-70: 222, 225, 77;
1598
+ --colors-data-e-solid-80: 217, 221, 51;
1599
+ --colors-data-e-solid-90: 213, 216, 26;
1600
+ --colors-data-e-solid: 208, 212, 0;
1601
+ --colors-data-e-tint-5: 254, 254, 249;
1602
+ --colors-data-e-tint-10: 253, 253, 242;
1603
+ --colors-data-e-tint-20: 250, 251, 230;
1604
+ --colors-data-e-tint-30: 248, 248, 217;
1605
+ --colors-data-e-tint-40: 245, 246, 204;
1606
+ --colors-data-e-tint-50: 243, 244, 192;
1607
+ --colors-data-e-tint-60: 241, 242, 179;
1608
+ --colors-data-e-tint-70: 238, 240, 166;
1609
+ --colors-data-e-tint-80: 236, 237, 153;
1610
+ --colors-data-e-tint-90: 233, 235, 141;
1611
+ --colors-data-e-tint: 231, 233, 128;
1612
+ --colors-data-f-solid-5: 242, 252, 253;
1613
+ --colors-data-f-solid-10: 230, 249, 251;
1614
+ --colors-data-f-solid-20: 204, 243, 246;
1615
+ --colors-data-f-solid-30: 179, 237, 242;
1616
+ --colors-data-f-solid-40: 153, 231, 238;
1617
+ --colors-data-f-solid-50: 128, 225, 234;
1618
+ --colors-data-f-solid-60: 102, 218, 229;
1619
+ --colors-data-f-solid-70: 77, 212, 225;
1620
+ --colors-data-f-solid-80: 51, 206, 221;
1621
+ --colors-data-f-solid-90: 26, 200, 216;
1622
+ --colors-data-f-solid: 0, 194, 212;
1623
+ --colors-data-f-tint-5: 249, 253, 254;
1624
+ --colors-data-f-tint-10: 242, 252, 253;
1625
+ --colors-data-f-tint-20: 230, 249, 251;
1626
+ --colors-data-f-tint-30: 217, 246, 249;
1627
+ --colors-data-f-tint-40: 204, 243, 247;
1628
+ --colors-data-f-tint-50: 192, 240, 244;
1629
+ --colors-data-f-tint-60: 179, 236, 242;
1630
+ --colors-data-f-tint-70: 166, 233, 240;
1631
+ --colors-data-f-tint-80: 153, 230, 238;
1632
+ --colors-data-f-tint-90: 141, 227, 236;
1633
+ --colors-data-f-tint: 128, 224, 234;
1106
1634
  --colors-pictogram-dark: 4, 125, 188;
1107
1635
  --colors-pictogram-duo-highlight: 120, 195, 57;
1108
1636
  --colors-pictogram-duo-outline: 4, 125, 188;
@@ -1260,6 +1788,138 @@ video {
1260
1788
  --colors-text-80: 51, 109, 92;
1261
1789
  --colors-text-90: 26, 90, 71;
1262
1790
  --colors-text: 0, 72, 51;
1791
+ --colors-data-a-solid-5: 254, 242, 242;
1792
+ --colors-data-a-solid-10: 252, 230, 230;
1793
+ --colors-data-a-solid-20: 249, 204, 204;
1794
+ --colors-data-a-solid-30: 247, 179, 179;
1795
+ --colors-data-a-solid-40: 244, 153, 153;
1796
+ --colors-data-a-solid-50: 241, 128, 128;
1797
+ --colors-data-a-solid-60: 238, 102, 102;
1798
+ --colors-data-a-solid-70: 235, 77, 77;
1799
+ --colors-data-a-solid-80: 233, 51, 51;
1800
+ --colors-data-a-solid-90: 230, 26, 26;
1801
+ --colors-data-a-solid: 227, 0, 0;
1802
+ --colors-data-a-tint-5: 254, 249, 249;
1803
+ --colors-data-a-tint-10: 254, 242, 242;
1804
+ --colors-data-a-tint-20: 252, 229, 229;
1805
+ --colors-data-a-tint-30: 251, 217, 217;
1806
+ --colors-data-a-tint-40: 249, 204, 204;
1807
+ --colors-data-a-tint-50: 248, 191, 191;
1808
+ --colors-data-a-tint-60: 246, 178, 178;
1809
+ --colors-data-a-tint-70: 245, 165, 165;
1810
+ --colors-data-a-tint-80: 243, 153, 153;
1811
+ --colors-data-a-tint-90: 242, 140, 140;
1812
+ --colors-data-a-tint: 240, 127, 127;
1813
+ --colors-data-b-solid-5: 246, 244, 248;
1814
+ --colors-data-b-solid-10: 238, 234, 242;
1815
+ --colors-data-b-solid-20: 220, 213, 228;
1816
+ --colors-data-b-solid-30: 203, 192, 215;
1817
+ --colors-data-b-solid-40: 185, 171, 201;
1818
+ --colors-data-b-solid-50: 168, 150, 188;
1819
+ --colors-data-b-solid-60: 150, 129, 175;
1820
+ --colors-data-b-solid-70: 132, 108, 161;
1821
+ --colors-data-b-solid-80: 115, 87, 148;
1822
+ --colors-data-b-solid-90: 98, 66, 134;
1823
+ --colors-data-b-solid: 80, 45, 121;
1824
+ --colors-data-b-tint-5: 251, 250, 252;
1825
+ --colors-data-b-tint-10: 246, 244, 248;
1826
+ --colors-data-b-tint-20: 237, 234, 241;
1827
+ --colors-data-b-tint-30: 229, 223, 235;
1828
+ --colors-data-b-tint-40: 220, 213, 228;
1829
+ --colors-data-b-tint-50: 211, 202, 221;
1830
+ --colors-data-b-tint-60: 202, 191, 214;
1831
+ --colors-data-b-tint-70: 193, 181, 207;
1832
+ --colors-data-b-tint-80: 185, 170, 201;
1833
+ --colors-data-b-tint-90: 176, 160, 194;
1834
+ --colors-data-b-tint: 167, 149, 187;
1835
+ --colors-data-c-solid-5: 255, 249, 244;
1836
+ --colors-data-c-solid-10: 255, 242, 234;
1837
+ --colors-data-c-solid-20: 255, 229, 212;
1838
+ --colors-data-c-solid-30: 255, 217, 191;
1839
+ --colors-data-c-solid-40: 255, 204, 169;
1840
+ --colors-data-c-solid-50: 255, 191, 148;
1841
+ --colors-data-c-solid-60: 255, 178, 127;
1842
+ --colors-data-c-solid-70: 255, 165, 105;
1843
+ --colors-data-c-solid-80: 255, 153, 84;
1844
+ --colors-data-c-solid-90: 255, 140, 62;
1845
+ --colors-data-c-solid: 255, 127, 41;
1846
+ --colors-data-c-tint-5: 255, 252, 250;
1847
+ --colors-data-c-tint-10: 255, 249, 244;
1848
+ --colors-data-c-tint-20: 255, 242, 233;
1849
+ --colors-data-c-tint-30: 255, 236, 223;
1850
+ --colors-data-c-tint-40: 255, 229, 212;
1851
+ --colors-data-c-tint-50: 255, 223, 201;
1852
+ --colors-data-c-tint-60: 255, 216, 190;
1853
+ --colors-data-c-tint-70: 255, 210, 179;
1854
+ --colors-data-c-tint-80: 255, 203, 169;
1855
+ --colors-data-c-tint-90: 255, 197, 158;
1856
+ --colors-data-c-tint: 255, 190, 147;
1857
+ --colors-data-d-solid-5: 248, 252, 244;
1858
+ --colors-data-d-solid-10: 242, 249, 233;
1859
+ --colors-data-d-solid-20: 228, 242, 210;
1860
+ --colors-data-d-solid-30: 214, 236, 188;
1861
+ --colors-data-d-solid-40: 201, 229, 166;
1862
+ --colors-data-d-solid-50: 188, 223, 144;
1863
+ --colors-data-d-solid-60: 174, 216, 121;
1864
+ --colors-data-d-solid-70: 161, 210, 99;
1865
+ --colors-data-d-solid-80: 147, 203, 77;
1866
+ --colors-data-d-solid-90: 134, 197, 54;
1867
+ --colors-data-d-solid: 120, 190, 32;
1868
+ --colors-data-d-tint-5: 252, 253, 249;
1869
+ --colors-data-d-tint-10: 248, 252, 244;
1870
+ --colors-data-d-tint-20: 241, 248, 233;
1871
+ --colors-data-d-tint-30: 235, 245, 221;
1872
+ --colors-data-d-tint-40: 228, 242, 210;
1873
+ --colors-data-d-tint-50: 221, 239, 199;
1874
+ --colors-data-d-tint-60: 214, 235, 188;
1875
+ --colors-data-d-tint-70: 207, 232, 177;
1876
+ --colors-data-d-tint-80: 201, 229, 165;
1877
+ --colors-data-d-tint-90: 194, 225, 154;
1878
+ --colors-data-d-tint: 187, 222, 143;
1879
+ --colors-data-e-solid-5: 245, 252, 254;
1880
+ --colors-data-e-solid-10: 236, 249, 253;
1881
+ --colors-data-e-solid-20: 217, 243, 251;
1882
+ --colors-data-e-solid-30: 197, 237, 249;
1883
+ --colors-data-e-solid-40: 178, 231, 247;
1884
+ --colors-data-e-solid-50: 159, 225, 245;
1885
+ --colors-data-e-solid-60: 140, 219, 243;
1886
+ --colors-data-e-solid-70: 121, 213, 241;
1887
+ --colors-data-e-solid-80: 101, 207, 239;
1888
+ --colors-data-e-solid-90: 82, 201, 237;
1889
+ --colors-data-e-solid: 63, 195, 235;
1890
+ --colors-data-e-tint-5: 250, 253, 254;
1891
+ --colors-data-e-tint-10: 245, 252, 254;
1892
+ --colors-data-e-tint-20: 236, 249, 253;
1893
+ --colors-data-e-tint-30: 226, 246, 252;
1894
+ --colors-data-e-tint-40: 216, 243, 251;
1895
+ --colors-data-e-tint-50: 207, 240, 250;
1896
+ --colors-data-e-tint-60: 197, 236, 248;
1897
+ --colors-data-e-tint-70: 187, 233, 247;
1898
+ --colors-data-e-tint-80: 177, 230, 246;
1899
+ --colors-data-e-tint-90: 168, 227, 245;
1900
+ --colors-data-e-tint: 158, 224, 244;
1901
+ --colors-data-f-solid-5: 242, 249, 245;
1902
+ --colors-data-f-solid-10: 230, 243, 235;
1903
+ --colors-data-f-solid-20: 204, 231, 215;
1904
+ --colors-data-f-solid-30: 179, 219, 196;
1905
+ --colors-data-f-solid-40: 153, 207, 176;
1906
+ --colors-data-f-solid-50: 128, 195, 156;
1907
+ --colors-data-f-solid-60: 102, 183, 136;
1908
+ --colors-data-f-solid-70: 77, 171, 116;
1909
+ --colors-data-f-solid-80: 51, 159, 97;
1910
+ --colors-data-f-solid-90: 26, 147, 77;
1911
+ --colors-data-f-solid: 0, 135, 57;
1912
+ --colors-data-f-tint-5: 249, 252, 250;
1913
+ --colors-data-f-tint-10: 242, 249, 245;
1914
+ --colors-data-f-tint-20: 229, 243, 235;
1915
+ --colors-data-f-tint-30: 217, 237, 225;
1916
+ --colors-data-f-tint-40: 204, 231, 215;
1917
+ --colors-data-f-tint-50: 191, 225, 205;
1918
+ --colors-data-f-tint-60: 178, 218, 195;
1919
+ --colors-data-f-tint-70: 165, 212, 185;
1920
+ --colors-data-f-tint-80: 153, 206, 175;
1921
+ --colors-data-f-tint-90: 140, 200, 165;
1922
+ --colors-data-f-tint: 127, 194, 155;
1263
1923
  --colors-pictogram-dark: 0, 72, 51;
1264
1924
  --colors-pictogram-duo-highlight: 120, 190, 32;
1265
1925
  --colors-pictogram-duo-outline: 0, 72, 51;
@@ -1417,6 +2077,138 @@ video {
1417
2077
  --colors-text-80: 70, 73, 81;
1418
2078
  --colors-text-90: 47, 50, 59;
1419
2079
  --colors-text: 24, 27, 37;
2080
+ --colors-data-a-solid-5: 253, 243, 243;
2081
+ --colors-data-a-solid-10: 251, 232, 231;
2082
+ --colors-data-a-solid-20: 248, 209, 207;
2083
+ --colors-data-a-solid-30: 244, 185, 183;
2084
+ --colors-data-a-solid-40: 240, 162, 159;
2085
+ --colors-data-a-solid-50: 237, 139, 136;
2086
+ --colors-data-a-solid-60: 233, 116, 112;
2087
+ --colors-data-a-solid-70: 229, 93, 88;
2088
+ --colors-data-a-solid-80: 225, 69, 64;
2089
+ --colors-data-a-solid-90: 222, 46, 40;
2090
+ --colors-data-a-solid: 218, 23, 16;
2091
+ --colors-data-a-tint-5: 254, 249, 249;
2092
+ --colors-data-a-tint-10: 253, 243, 243;
2093
+ --colors-data-a-tint-20: 251, 232, 231;
2094
+ --colors-data-a-tint-30: 249, 220, 219;
2095
+ --colors-data-a-tint-40: 247, 208, 207;
2096
+ --colors-data-a-tint-50: 246, 196, 195;
2097
+ --colors-data-a-tint-60: 244, 185, 183;
2098
+ --colors-data-a-tint-70: 242, 173, 171;
2099
+ --colors-data-a-tint-80: 240, 161, 159;
2100
+ --colors-data-a-tint-90: 238, 150, 147;
2101
+ --colors-data-a-tint: 236, 138, 135;
2102
+ --colors-data-b-solid-5: 244, 244, 246;
2103
+ --colors-data-b-solid-10: 233, 232, 237;
2104
+ --colors-data-b-solid-20: 210, 210, 220;
2105
+ --colors-data-b-solid-30: 188, 187, 202;
2106
+ --colors-data-b-solid-40: 165, 164, 185;
2107
+ --colors-data-b-solid-50: 143, 142, 167;
2108
+ --colors-data-b-solid-60: 121, 119, 149;
2109
+ --colors-data-b-solid-70: 98, 96, 132;
2110
+ --colors-data-b-solid-80: 76, 73, 114;
2111
+ --colors-data-b-solid-90: 53, 51, 97;
2112
+ --colors-data-b-solid: 31, 28, 79;
2113
+ --colors-data-b-tint-5: 249, 249, 251;
2114
+ --colors-data-b-tint-10: 244, 244, 246;
2115
+ --colors-data-b-tint-20: 232, 232, 237;
2116
+ --colors-data-b-tint-30: 221, 221, 228;
2117
+ --colors-data-b-tint-40: 210, 209, 219;
2118
+ --colors-data-b-tint-50: 199, 198, 211;
2119
+ --colors-data-b-tint-60: 187, 187, 202;
2120
+ --colors-data-b-tint-70: 176, 175, 193;
2121
+ --colors-data-b-tint-80: 165, 164, 184;
2122
+ --colors-data-b-tint-90: 153, 152, 175;
2123
+ --colors-data-b-tint: 142, 141, 166;
2124
+ --colors-data-c-solid-5: 255, 245, 253;
2125
+ --colors-data-c-solid-10: 255, 236, 251;
2126
+ --colors-data-c-solid-20: 255, 216, 248;
2127
+ --colors-data-c-solid-30: 255, 197, 244;
2128
+ --colors-data-c-solid-40: 255, 177, 241;
2129
+ --colors-data-c-solid-50: 255, 158, 237;
2130
+ --colors-data-c-solid-60: 255, 139, 233;
2131
+ --colors-data-c-solid-70: 255, 119, 230;
2132
+ --colors-data-c-solid-80: 255, 100, 226;
2133
+ --colors-data-c-solid-90: 255, 80, 223;
2134
+ --colors-data-c-solid: 255, 61, 219;
2135
+ --colors-data-c-tint-5: 255, 250, 254;
2136
+ --colors-data-c-tint-10: 255, 245, 253;
2137
+ --colors-data-c-tint-20: 255, 235, 251;
2138
+ --colors-data-c-tint-30: 255, 226, 249;
2139
+ --colors-data-c-tint-40: 255, 216, 247;
2140
+ --colors-data-c-tint-50: 255, 206, 246;
2141
+ --colors-data-c-tint-60: 255, 196, 244;
2142
+ --colors-data-c-tint-70: 255, 186, 242;
2143
+ --colors-data-c-tint-80: 255, 177, 240;
2144
+ --colors-data-c-tint-90: 255, 167, 238;
2145
+ --colors-data-c-tint: 255, 157, 236;
2146
+ --colors-data-d-solid-5: 250, 244, 253;
2147
+ --colors-data-d-solid-10: 245, 232, 251;
2148
+ --colors-data-d-solid-20: 235, 209, 247;
2149
+ --colors-data-d-solid-30: 224, 186, 243;
2150
+ --colors-data-d-solid-40: 214, 163, 239;
2151
+ --colors-data-d-solid-50: 204, 141, 235;
2152
+ --colors-data-d-solid-60: 194, 118, 230;
2153
+ --colors-data-d-solid-70: 184, 95, 226;
2154
+ --colors-data-d-solid-80: 173, 72, 222;
2155
+ --colors-data-d-solid-90: 163, 49, 218;
2156
+ --colors-data-d-solid: 153, 26, 214;
2157
+ --colors-data-d-tint-5: 252, 249, 254;
2158
+ --colors-data-d-tint-10: 250, 243, 253;
2159
+ --colors-data-d-tint-20: 245, 232, 251;
2160
+ --colors-data-d-tint-30: 239, 221, 249;
2161
+ --colors-data-d-tint-40: 234, 209, 247;
2162
+ --colors-data-d-tint-50: 229, 198, 244;
2163
+ --colors-data-d-tint-60: 224, 186, 242;
2164
+ --colors-data-d-tint-70: 219, 175, 240;
2165
+ --colors-data-d-tint-80: 213, 163, 238;
2166
+ --colors-data-d-tint-90: 208, 152, 236;
2167
+ --colors-data-d-tint: 203, 140, 234;
2168
+ --colors-data-e-solid-5: 250, 242, 242;
2169
+ --colors-data-e-solid-10: 245, 230, 230;
2170
+ --colors-data-e-solid-20: 235, 204, 204;
2171
+ --colors-data-e-solid-30: 224, 179, 179;
2172
+ --colors-data-e-solid-40: 214, 153, 153;
2173
+ --colors-data-e-solid-50: 204, 128, 128;
2174
+ --colors-data-e-solid-60: 194, 102, 102;
2175
+ --colors-data-e-solid-70: 184, 77, 77;
2176
+ --colors-data-e-solid-80: 173, 51, 51;
2177
+ --colors-data-e-solid-90: 163, 26, 26;
2178
+ --colors-data-e-solid: 153, 0, 0;
2179
+ --colors-data-e-tint-5: 252, 249, 249;
2180
+ --colors-data-e-tint-10: 250, 242, 242;
2181
+ --colors-data-e-tint-20: 245, 229, 229;
2182
+ --colors-data-e-tint-30: 239, 217, 217;
2183
+ --colors-data-e-tint-40: 234, 204, 204;
2184
+ --colors-data-e-tint-50: 229, 191, 191;
2185
+ --colors-data-e-tint-60: 224, 178, 178;
2186
+ --colors-data-e-tint-70: 219, 165, 165;
2187
+ --colors-data-e-tint-80: 213, 153, 153;
2188
+ --colors-data-e-tint-90: 208, 140, 140;
2189
+ --colors-data-e-tint: 203, 127, 127;
2190
+ --colors-data-f-solid-5: 255, 248, 243;
2191
+ --colors-data-f-solid-10: 254, 242, 231;
2192
+ --colors-data-f-solid-20: 253, 228, 207;
2193
+ --colors-data-f-solid-30: 252, 215, 183;
2194
+ --colors-data-f-solid-40: 251, 202, 159;
2195
+ --colors-data-f-solid-50: 250, 189, 135;
2196
+ --colors-data-f-solid-60: 249, 175, 111;
2197
+ --colors-data-f-solid-70: 248, 162, 87;
2198
+ --colors-data-f-solid-80: 247, 149, 63;
2199
+ --colors-data-f-solid-90: 246, 135, 39;
2200
+ --colors-data-f-solid: 245, 122, 15;
2201
+ --colors-data-f-tint-5: 255, 252, 249;
2202
+ --colors-data-f-tint-10: 255, 248, 243;
2203
+ --colors-data-f-tint-20: 254, 242, 231;
2204
+ --colors-data-f-tint-30: 254, 235, 219;
2205
+ --colors-data-f-tint-40: 253, 228, 207;
2206
+ --colors-data-f-tint-50: 253, 222, 195;
2207
+ --colors-data-f-tint-60: 252, 215, 183;
2208
+ --colors-data-f-tint-70: 251, 208, 171;
2209
+ --colors-data-f-tint-80: 251, 201, 159;
2210
+ --colors-data-f-tint-90: 251, 195, 147;
2211
+ --colors-data-f-tint: 250, 188, 135;
1420
2212
  --colors-pictogram-dark: 31, 28, 79;
1421
2213
  --colors-pictogram-duo-highlight: 218, 23, 16;
1422
2214
  --colors-pictogram-duo-outline: 31, 28, 79;
@@ -1574,6 +2366,138 @@ video {
1574
2366
  --colors-text-80: 51, 51, 51;
1575
2367
  --colors-text-90: 26, 26, 26;
1576
2368
  --colors-text: 0, 0, 0;
2369
+ --colors-data-a-solid-5: 253, 243, 243;
2370
+ --colors-data-a-solid-10: 251, 232, 231;
2371
+ --colors-data-a-solid-20: 248, 209, 207;
2372
+ --colors-data-a-solid-30: 244, 185, 183;
2373
+ --colors-data-a-solid-40: 240, 162, 159;
2374
+ --colors-data-a-solid-50: 237, 139, 136;
2375
+ --colors-data-a-solid-60: 233, 116, 112;
2376
+ --colors-data-a-solid-70: 229, 93, 88;
2377
+ --colors-data-a-solid-80: 225, 69, 64;
2378
+ --colors-data-a-solid-90: 222, 46, 40;
2379
+ --colors-data-a-solid: 218, 23, 16;
2380
+ --colors-data-a-tint-5: 254, 249, 249;
2381
+ --colors-data-a-tint-10: 253, 243, 243;
2382
+ --colors-data-a-tint-20: 251, 232, 231;
2383
+ --colors-data-a-tint-30: 249, 220, 219;
2384
+ --colors-data-a-tint-40: 247, 208, 207;
2385
+ --colors-data-a-tint-50: 246, 196, 195;
2386
+ --colors-data-a-tint-60: 244, 185, 183;
2387
+ --colors-data-a-tint-70: 242, 173, 171;
2388
+ --colors-data-a-tint-80: 240, 161, 159;
2389
+ --colors-data-a-tint-90: 238, 150, 147;
2390
+ --colors-data-a-tint: 236, 138, 135;
2391
+ --colors-data-b-solid-5: 247, 247, 252;
2392
+ --colors-data-b-solid-10: 240, 239, 249;
2393
+ --colors-data-b-solid-20: 225, 222, 242;
2394
+ --colors-data-b-solid-30: 210, 205, 236;
2395
+ --colors-data-b-solid-40: 195, 189, 230;
2396
+ --colors-data-b-solid-50: 179, 173, 224;
2397
+ --colors-data-b-solid-60: 164, 156, 217;
2398
+ --colors-data-b-solid-70: 149, 140, 211;
2399
+ --colors-data-b-solid-80: 134, 123, 205;
2400
+ --colors-data-b-solid-90: 119, 107, 198;
2401
+ --colors-data-b-solid: 104, 90, 192;
2402
+ --colors-data-b-tint-5: 251, 251, 253;
2403
+ --colors-data-b-tint-10: 247, 247, 252;
2404
+ --colors-data-b-tint-20: 240, 238, 249;
2405
+ --colors-data-b-tint-30: 232, 230, 245;
2406
+ --colors-data-b-tint-40: 225, 222, 242;
2407
+ --colors-data-b-tint-50: 217, 214, 239;
2408
+ --colors-data-b-tint-60: 209, 205, 236;
2409
+ --colors-data-b-tint-70: 202, 197, 233;
2410
+ --colors-data-b-tint-80: 194, 189, 229;
2411
+ --colors-data-b-tint-90: 187, 180, 226;
2412
+ --colors-data-b-tint: 179, 172, 223;
2413
+ --colors-data-c-solid-5: 249, 253, 253;
2414
+ --colors-data-c-solid-10: 243, 252, 252;
2415
+ --colors-data-c-solid-20: 230, 248, 249;
2416
+ --colors-data-c-solid-30: 218, 245, 246;
2417
+ --colors-data-c-solid-40: 206, 241, 243;
2418
+ --colors-data-c-solid-50: 194, 238, 240;
2419
+ --colors-data-c-solid-60: 181, 234, 236;
2420
+ --colors-data-c-solid-70: 169, 231, 233;
2421
+ --colors-data-c-solid-80: 157, 227, 230;
2422
+ --colors-data-c-solid-90: 144, 224, 227;
2423
+ --colors-data-c-solid: 132, 220, 224;
2424
+ --colors-data-c-tint-5: 252, 254, 254;
2425
+ --colors-data-c-tint-10: 249, 253, 253;
2426
+ --colors-data-c-tint-20: 243, 251, 252;
2427
+ --colors-data-c-tint-30: 236, 250, 250;
2428
+ --colors-data-c-tint-40: 230, 248, 249;
2429
+ --colors-data-c-tint-50: 224, 246, 247;
2430
+ --colors-data-c-tint-60: 218, 244, 245;
2431
+ --colors-data-c-tint-70: 212, 242, 244;
2432
+ --colors-data-c-tint-80: 205, 241, 242;
2433
+ --colors-data-c-tint-90: 199, 239, 241;
2434
+ --colors-data-c-tint: 193, 237, 239;
2435
+ --colors-data-d-solid-5: 255, 248, 247;
2436
+ --colors-data-d-solid-10: 255, 241, 240;
2437
+ --colors-data-d-solid-20: 255, 227, 225;
2438
+ --colors-data-d-solid-30: 255, 213, 210;
2439
+ --colors-data-d-solid-40: 255, 199, 195;
2440
+ --colors-data-d-solid-50: 255, 186, 179;
2441
+ --colors-data-d-solid-60: 255, 172, 164;
2442
+ --colors-data-d-solid-70: 255, 158, 149;
2443
+ --colors-data-d-solid-80: 255, 144, 134;
2444
+ --colors-data-d-solid-90: 255, 130, 119;
2445
+ --colors-data-d-solid: 255, 116, 104;
2446
+ --colors-data-d-tint-5: 255, 252, 251;
2447
+ --colors-data-d-tint-10: 255, 248, 247;
2448
+ --colors-data-d-tint-20: 255, 241, 240;
2449
+ --colors-data-d-tint-30: 255, 234, 232;
2450
+ --colors-data-d-tint-40: 255, 227, 225;
2451
+ --colors-data-d-tint-50: 255, 220, 217;
2452
+ --colors-data-d-tint-60: 255, 213, 209;
2453
+ --colors-data-d-tint-70: 255, 206, 202;
2454
+ --colors-data-d-tint-80: 255, 199, 194;
2455
+ --colors-data-d-tint-90: 255, 192, 187;
2456
+ --colors-data-d-tint: 255, 185, 179;
2457
+ --colors-data-e-solid-5: 253, 253, 244;
2458
+ --colors-data-e-solid-10: 251, 252, 233;
2459
+ --colors-data-e-solid-20: 246, 248, 211;
2460
+ --colors-data-e-solid-30: 242, 245, 190;
2461
+ --colors-data-e-solid-40: 238, 242, 168;
2462
+ --colors-data-e-solid-50: 234, 239, 146;
2463
+ --colors-data-e-solid-60: 229, 235, 124;
2464
+ --colors-data-e-solid-70: 225, 232, 102;
2465
+ --colors-data-e-solid-80: 221, 229, 81;
2466
+ --colors-data-e-solid-90: 216, 225, 59;
2467
+ --colors-data-e-solid: 212, 222, 37;
2468
+ --colors-data-e-tint-5: 254, 254, 250;
2469
+ --colors-data-e-tint-10: 253, 253, 244;
2470
+ --colors-data-e-tint-20: 251, 252, 233;
2471
+ --colors-data-e-tint-30: 248, 250, 222;
2472
+ --colors-data-e-tint-40: 246, 248, 211;
2473
+ --colors-data-e-tint-50: 244, 247, 200;
2474
+ --colors-data-e-tint-60: 242, 245, 189;
2475
+ --colors-data-e-tint-70: 240, 243, 178;
2476
+ --colors-data-e-tint-80: 237, 241, 167;
2477
+ --colors-data-e-tint-90: 235, 240, 156;
2478
+ --colors-data-e-tint: 233, 238, 145;
2479
+ --colors-data-f-solid-5: 242, 250, 253;
2480
+ --colors-data-f-solid-10: 230, 245, 251;
2481
+ --colors-data-f-solid-20: 204, 236, 246;
2482
+ --colors-data-f-solid-30: 179, 226, 242;
2483
+ --colors-data-f-solid-40: 153, 216, 238;
2484
+ --colors-data-f-solid-50: 128, 207, 234;
2485
+ --colors-data-f-solid-60: 102, 197, 229;
2486
+ --colors-data-f-solid-70: 77, 187, 225;
2487
+ --colors-data-f-solid-80: 51, 177, 221;
2488
+ --colors-data-f-solid-90: 26, 168, 216;
2489
+ --colors-data-f-solid: 0, 158, 212;
2490
+ --colors-data-f-tint-5: 249, 253, 254;
2491
+ --colors-data-f-tint-10: 242, 250, 253;
2492
+ --colors-data-f-tint-20: 229, 245, 251;
2493
+ --colors-data-f-tint-30: 217, 240, 248;
2494
+ --colors-data-f-tint-40: 204, 235, 246;
2495
+ --colors-data-f-tint-50: 191, 231, 244;
2496
+ --colors-data-f-tint-60: 178, 226, 242;
2497
+ --colors-data-f-tint-70: 165, 221, 240;
2498
+ --colors-data-f-tint-80: 153, 216, 237;
2499
+ --colors-data-f-tint-90: 140, 211, 235;
2500
+ --colors-data-f-tint: 127, 206, 233;
1577
2501
  --colors-pictogram-dark: 0, 0, 0;
1578
2502
  --colors-pictogram-duo-highlight: 145, 151, 154;
1579
2503
  --colors-pictogram-duo-outline: 0, 0, 0;
@@ -2146,6 +3070,8 @@ video {
2146
3070
  }.inset-y-0 {
2147
3071
  top: 0rem;
2148
3072
  bottom: 0rem;
3073
+ }.bottom-\[1px\] {
3074
+ bottom: 1px;
2149
3075
  }.bottom-full {
2150
3076
  bottom: 100%;
2151
3077
  }.left-0 {
@@ -2162,6 +3088,8 @@ video {
2162
3088
  right: 0.1875rem;
2163
3089
  }.right-1 {
2164
3090
  right: 0.375rem;
3091
+ }.right-3 {
3092
+ right: 1.125rem;
2165
3093
  }.right-\[-1px\] {
2166
3094
  right: -1px;
2167
3095
  }.top-0 {
@@ -2170,8 +3098,8 @@ video {
2170
3098
  top: 0.1875rem;
2171
3099
  }.top-1 {
2172
3100
  top: 0.375rem;
2173
- }.top-5 {
2174
- top: 1.875rem;
3101
+ }.top-3 {
3102
+ top: 1.125rem;
2175
3103
  }.top-\[-1px\] {
2176
3104
  top: -1px;
2177
3105
  }.top-\[0\.25rem\] {
@@ -2292,6 +3220,8 @@ video {
2292
3220
  margin-top: -0.375rem;
2293
3221
  }.-mt-2 {
2294
3222
  margin-top: -0.75rem;
3223
+ }.-mt-6 {
3224
+ margin-top: -2.25rem;
2295
3225
  }.mb-0 {
2296
3226
  margin-bottom: 0rem;
2297
3227
  }.mb-1 {
@@ -2310,8 +3240,6 @@ video {
2310
3240
  margin-bottom: -1px;
2311
3241
  }.ml-1 {
2312
3242
  margin-left: 0.375rem;
2313
- }.ml-3 {
2314
- margin-left: 1.125rem;
2315
3243
  }.ml-\[-1px\] {
2316
3244
  margin-left: -1px;
2317
3245
  }.ml-\[0\.4em\] {
@@ -2538,6 +3466,8 @@ video {
2538
3466
  width: 15.625rem;
2539
3467
  }.w-\[150px\] {
2540
3468
  width: 150px;
3469
+ }.w-\[16\%\] {
3470
+ width: 16%;
2541
3471
  }.w-\[16\.29ex\] {
2542
3472
  width: 16.29ex;
2543
3473
  }.w-\[160px\] {
@@ -2548,8 +3478,6 @@ video {
2548
3478
  width: 170px;
2549
3479
  }.w-\[18\.1ex\] {
2550
3480
  width: 18.1ex;
2551
- }.w-\[18\.75rem\] {
2552
- width: 18.75rem;
2553
3481
  }.w-\[180px\] {
2554
3482
  width: 180px;
2555
3483
  }.w-\[18px\] {
@@ -2562,6 +3490,8 @@ video {
2562
3490
  width: 233px;
2563
3491
  }.w-\[24px\] {
2564
3492
  width: 24px;
3493
+ }.w-\[25rem\] {
3494
+ width: 25rem;
2565
3495
  }.w-\[26px\] {
2566
3496
  width: 26px;
2567
3497
  }.w-\[3\.62ex\] {
@@ -2576,12 +3506,12 @@ video {
2576
3506
  width: 37.5rem;
2577
3507
  }.w-\[5\.43ex\] {
2578
3508
  width: 5.43ex;
3509
+ }.w-\[50rem\] {
3510
+ width: 50rem;
2579
3511
  }.w-\[54\.3ex\] {
2580
3512
  width: 54.3ex;
2581
3513
  }.w-\[54px\] {
2582
3514
  width: 54px;
2583
- }.w-\[56\.25rem\] {
2584
- width: 56.25rem;
2585
3515
  }.w-\[60px\] {
2586
3516
  width: 60px;
2587
3517
  }.w-\[64px\] {
@@ -2611,6 +3541,8 @@ video {
2611
3541
  width: 100%;
2612
3542
  }.min-w-0 {
2613
3543
  min-width: 0px;
3544
+ }.min-w-\[100px\] {
3545
+ min-width: 100px;
2614
3546
  }.min-w-\[11\.875rem\] {
2615
3547
  min-width: 11.875rem;
2616
3548
  }.min-w-\[15\.625rem\] {
@@ -3006,9 +3938,6 @@ video {
3006
3938
  }.border-b-border {
3007
3939
  --tw-border-opacity: 1;
3008
3940
  border-bottom-color: rgba(var(--colors-border), var(--tw-border-opacity));
3009
- }.border-b-heading {
3010
- --tw-border-opacity: 1;
3011
- border-bottom-color: rgba(var(--colors-heading), var(--tw-border-opacity));
3012
3941
  }.border-b-hero {
3013
3942
  --tw-border-opacity: 1;
3014
3943
  border-bottom-color: rgba(var(--colors-hero), var(--tw-border-opacity));
@@ -3193,6 +4122,54 @@ video {
3193
4122
  }.bg-danger-90 {
3194
4123
  --tw-bg-opacity: 1;
3195
4124
  background-color: rgb(202 26 26 / var(--tw-bg-opacity));
4125
+ }.bg-data-a-solid {
4126
+ --tw-bg-opacity: 1;
4127
+ background-color: rgba(var(--colors-data-a-solid), var(--tw-bg-opacity));
4128
+ }.bg-data-a-solid\/30 {
4129
+ background-color: rgba(var(--colors-data-a-solid), 0.3);
4130
+ }.bg-data-a-tint {
4131
+ --tw-bg-opacity: 1;
4132
+ background-color: rgba(var(--colors-data-a-tint), var(--tw-bg-opacity));
4133
+ }.bg-data-b-solid {
4134
+ --tw-bg-opacity: 1;
4135
+ background-color: rgba(var(--colors-data-b-solid), var(--tw-bg-opacity));
4136
+ }.bg-data-b-solid\/30 {
4137
+ background-color: rgba(var(--colors-data-b-solid), 0.3);
4138
+ }.bg-data-b-tint {
4139
+ --tw-bg-opacity: 1;
4140
+ background-color: rgba(var(--colors-data-b-tint), var(--tw-bg-opacity));
4141
+ }.bg-data-c-solid {
4142
+ --tw-bg-opacity: 1;
4143
+ background-color: rgba(var(--colors-data-c-solid), var(--tw-bg-opacity));
4144
+ }.bg-data-c-solid\/30 {
4145
+ background-color: rgba(var(--colors-data-c-solid), 0.3);
4146
+ }.bg-data-c-tint {
4147
+ --tw-bg-opacity: 1;
4148
+ background-color: rgba(var(--colors-data-c-tint), var(--tw-bg-opacity));
4149
+ }.bg-data-d-solid {
4150
+ --tw-bg-opacity: 1;
4151
+ background-color: rgba(var(--colors-data-d-solid), var(--tw-bg-opacity));
4152
+ }.bg-data-d-solid\/30 {
4153
+ background-color: rgba(var(--colors-data-d-solid), 0.3);
4154
+ }.bg-data-d-tint {
4155
+ --tw-bg-opacity: 1;
4156
+ background-color: rgba(var(--colors-data-d-tint), var(--tw-bg-opacity));
4157
+ }.bg-data-e-solid {
4158
+ --tw-bg-opacity: 1;
4159
+ background-color: rgba(var(--colors-data-e-solid), var(--tw-bg-opacity));
4160
+ }.bg-data-e-solid\/30 {
4161
+ background-color: rgba(var(--colors-data-e-solid), 0.3);
4162
+ }.bg-data-e-tint {
4163
+ --tw-bg-opacity: 1;
4164
+ background-color: rgba(var(--colors-data-e-tint), var(--tw-bg-opacity));
4165
+ }.bg-data-f-solid {
4166
+ --tw-bg-opacity: 1;
4167
+ background-color: rgba(var(--colors-data-f-solid), var(--tw-bg-opacity));
4168
+ }.bg-data-f-solid\/30 {
4169
+ background-color: rgba(var(--colors-data-f-solid), 0.3);
4170
+ }.bg-data-f-tint {
4171
+ --tw-bg-opacity: 1;
4172
+ background-color: rgba(var(--colors-data-f-tint), var(--tw-bg-opacity));
3196
4173
  }.bg-focus {
3197
4174
  --tw-bg-opacity: 1;
3198
4175
  background-color: rgba(var(--colors-focus), var(--tw-bg-opacity));
@@ -3691,6 +4668,8 @@ video {
3691
4668
  padding: 1.125rem;
3692
4669
  }.p-4 {
3693
4670
  padding: 1.5rem;
4671
+ }.p-7 {
4672
+ padding: 2.625rem;
3694
4673
  }.p-\[0\.0625rem\] {
3695
4674
  padding: 0.0625rem;
3696
4675
  }.p-\[0\.4375rem\] {
@@ -3710,6 +4689,9 @@ video {
3710
4689
  }.px-1\.5 {
3711
4690
  padding-left: 0.5625rem;
3712
4691
  padding-right: 0.5625rem;
4692
+ }.px-12 {
4693
+ padding-left: 4.5rem;
4694
+ padding-right: 4.5rem;
3713
4695
  }.px-2 {
3714
4696
  padding-left: 0.75rem;
3715
4697
  padding-right: 0.75rem;
@@ -3722,6 +4704,12 @@ video {
3722
4704
  }.px-4 {
3723
4705
  padding-left: 1.5rem;
3724
4706
  padding-right: 1.5rem;
4707
+ }.px-5 {
4708
+ padding-left: 1.875rem;
4709
+ padding-right: 1.875rem;
4710
+ }.px-7 {
4711
+ padding-left: 2.625rem;
4712
+ padding-right: 2.625rem;
3725
4713
  }.px-\[0\.4375rem\] {
3726
4714
  padding-left: 0.4375rem;
3727
4715
  padding-right: 0.4375rem;
@@ -3731,12 +4719,6 @@ video {
3731
4719
  }.px-\[0\.9375rem\] {
3732
4720
  padding-left: 0.9375rem;
3733
4721
  padding-right: 0.9375rem;
3734
- }.py-0 {
3735
- padding-top: 0rem;
3736
- padding-bottom: 0rem;
3737
- }.py-0\.5 {
3738
- padding-top: 0.1875rem;
3739
- padding-bottom: 0.1875rem;
3740
4722
  }.py-1 {
3741
4723
  padding-top: 0.375rem;
3742
4724
  padding-bottom: 0.375rem;
@@ -3755,9 +4737,9 @@ video {
3755
4737
  }.py-4 {
3756
4738
  padding-top: 1.5rem;
3757
4739
  padding-bottom: 1.5rem;
3758
- }.py-5 {
3759
- padding-top: 1.875rem;
3760
- padding-bottom: 1.875rem;
4740
+ }.py-\[0\.125rem\] {
4741
+ padding-top: 0.125rem;
4742
+ padding-bottom: 0.125rem;
3761
4743
  }.py-\[0\.25rem\] {
3762
4744
  padding-top: 0.25rem;
3763
4745
  padding-bottom: 0.25rem;
@@ -3778,16 +4760,16 @@ video {
3778
4760
  padding-bottom: 2px;
3779
4761
  }.pb-1 {
3780
4762
  padding-bottom: 0.375rem;
3781
- }.pb-10 {
3782
- padding-bottom: 3.75rem;
4763
+ }.pb-12 {
4764
+ padding-bottom: 4.5rem;
3783
4765
  }.pb-2 {
3784
4766
  padding-bottom: 0.75rem;
4767
+ }.pb-4 {
4768
+ padding-bottom: 1.5rem;
3785
4769
  }.pb-5 {
3786
4770
  padding-bottom: 1.875rem;
3787
4771
  }.pb-7 {
3788
4772
  padding-bottom: 2.625rem;
3789
- }.pb-\[0\.125rem\] {
3790
- padding-bottom: 0.125rem;
3791
4773
  }.pb-\[0\.25rem\] {
3792
4774
  padding-bottom: 0.25rem;
3793
4775
  }.pb-\[0\.625rem\] {
@@ -3962,10 +4944,14 @@ video {
3962
4944
  padding-top: 0.375rem;
3963
4945
  }.pt-1\.5 {
3964
4946
  padding-top: 0.5625rem;
4947
+ }.pt-12 {
4948
+ padding-top: 4.5rem;
3965
4949
  }.pt-2 {
3966
4950
  padding-top: 0.75rem;
3967
4951
  }.pt-3 {
3968
4952
  padding-top: 1.125rem;
4953
+ }.pt-9 {
4954
+ padding-top: 3.375rem;
3969
4955
  }.pt-\[0\.1875rem\] {
3970
4956
  padding-top: 0.1875rem;
3971
4957
  }.pt-\[0\.5625rem\] {
@@ -5579,11 +6565,18 @@ video {
5579
6565
  margin-bottom: 2.625rem;
5580
6566
  }.max-md\:mr-1 {
5581
6567
  margin-right: 0.375rem;
6568
+ }.max-md\:flex-col {
6569
+ flex-direction: column;
5582
6570
  }.max-md\:px-2 {
5583
6571
  padding-left: 0.75rem;
5584
6572
  padding-right: 0.75rem;
6573
+ }.max-md\:px-5 {
6574
+ padding-left: 1.875rem;
6575
+ padding-right: 1.875rem;
5585
6576
  }.max-md\:pb-3 {
5586
6577
  padding-bottom: 1.125rem;
6578
+ }.max-md\:pb-5 {
6579
+ padding-bottom: 1.875rem;
5587
6580
  }
5588
6581
  }@media not all and (min-width: 768px) {.max-sm\:absolute {
5589
6582
  position: absolute;
@@ -5654,7 +6647,15 @@ video {
5654
6647
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
5655
6648
  }
5656
6649
  }
5657
- }@media not all and (min-width: 576px) {.group\/panel:first-child .max-xsl\:group-first\/panel\:px-2 {
6650
+ }@media not all and (min-width: 576px) {.max-xsl\:mb-\[1\.125rem\] {
6651
+ margin-bottom: 1.125rem;
6652
+ }.max-xsl\:w-full {
6653
+ width: 100%;
6654
+ }.max-xsl\:overflow-x-auto {
6655
+ overflow-x: auto;
6656
+ }.max-xsl\:overflow-y-hidden {
6657
+ overflow-y: hidden;
6658
+ }.group\/panel:first-child .max-xsl\:group-first\/panel\:px-2 {
5658
6659
  padding-left: 0.75rem;
5659
6660
  padding-right: 0.75rem;
5660
6661
  }.group\/panel:first-child .max-xsl\:group-first\/panel\:pt-2 {
@@ -5761,6 +6762,8 @@ video {
5761
6762
  margin-top: -0.375rem;
5762
6763
  }.xsl\:-mt-2 {
5763
6764
  margin-top: -0.75rem;
6765
+ }.xsl\:-mt-6 {
6766
+ margin-top: -2.25rem;
5764
6767
  }.xsl\:mb-1 {
5765
6768
  margin-bottom: 0.375rem;
5766
6769
  }.xsl\:mb-2 {
@@ -5773,8 +6776,6 @@ video {
5773
6776
  margin-bottom: 1.875rem;
5774
6777
  }.xsl\:mb-\[-1px\] {
5775
6778
  margin-bottom: -1px;
5776
- }.xsl\:ml-3 {
5777
- margin-left: 1.125rem;
5778
6779
  }.xsl\:ml-\[-1px\] {
5779
6780
  margin-left: -1px;
5780
6781
  }.xsl\:mr-2 {
@@ -5871,8 +6872,8 @@ video {
5871
6872
  width: 16.29ex;
5872
6873
  }.xsl\:w-\[18\.1ex\] {
5873
6874
  width: 18.1ex;
5874
- }.xsl\:w-\[18\.75rem\] {
5875
- width: 18.75rem;
6875
+ }.xsl\:w-\[25rem\] {
6876
+ width: 25rem;
5876
6877
  }.xsl\:w-\[3\.62ex\] {
5877
6878
  width: 3.62ex;
5878
6879
  }.xsl\:w-\[36\.2ex\] {
@@ -5881,10 +6882,10 @@ video {
5881
6882
  width: 37.5rem;
5882
6883
  }.xsl\:w-\[5\.43ex\] {
5883
6884
  width: 5.43ex;
6885
+ }.xsl\:w-\[50rem\] {
6886
+ width: 50rem;
5884
6887
  }.xsl\:w-\[54\.3ex\] {
5885
6888
  width: 54.3ex;
5886
- }.xsl\:w-\[56\.25rem\] {
5887
- width: 56.25rem;
5888
6889
  }.xsl\:w-\[7\.24ex\] {
5889
6890
  width: 7.24ex;
5890
6891
  }.xsl\:w-\[9\.05ex\] {
@@ -6142,6 +7143,9 @@ video {
6142
7143
  }.xsl\:px-1\.5 {
6143
7144
  padding-left: 0.5625rem;
6144
7145
  padding-right: 0.5625rem;
7146
+ }.xsl\:px-12 {
7147
+ padding-left: 4.5rem;
7148
+ padding-right: 4.5rem;
6145
7149
  }.xsl\:px-2 {
6146
7150
  padding-left: 0.75rem;
6147
7151
  padding-right: 0.75rem;
@@ -6151,24 +7155,30 @@ video {
6151
7155
  }.xsl\:px-3 {
6152
7156
  padding-left: 1.125rem;
6153
7157
  padding-right: 1.125rem;
7158
+ }.xsl\:px-4 {
7159
+ padding-left: 1.5rem;
7160
+ padding-right: 1.5rem;
6154
7161
  }.xsl\:px-5 {
6155
7162
  padding-left: 1.875rem;
6156
7163
  padding-right: 1.875rem;
7164
+ }.xsl\:px-7 {
7165
+ padding-left: 2.625rem;
7166
+ padding-right: 2.625rem;
6157
7167
  }.xsl\:px-\[0\.4375rem\] {
6158
7168
  padding-left: 0.4375rem;
6159
7169
  padding-right: 0.4375rem;
6160
- }.xsl\:py-0 {
6161
- padding-top: 0rem;
6162
- padding-bottom: 0rem;
6163
- }.xsl\:py-0\.5 {
6164
- padding-top: 0.1875rem;
6165
- padding-bottom: 0.1875rem;
6166
7170
  }.xsl\:py-1 {
6167
7171
  padding-top: 0.375rem;
6168
7172
  padding-bottom: 0.375rem;
6169
7173
  }.xsl\:py-1\.5 {
6170
7174
  padding-top: 0.5625rem;
6171
7175
  padding-bottom: 0.5625rem;
7176
+ }.xsl\:py-3 {
7177
+ padding-top: 1.125rem;
7178
+ padding-bottom: 1.125rem;
7179
+ }.xsl\:py-\[0\.125rem\] {
7180
+ padding-top: 0.125rem;
7181
+ padding-bottom: 0.125rem;
6172
7182
  }.xsl\:py-\[0\.25rem\] {
6173
7183
  padding-top: 0.25rem;
6174
7184
  padding-bottom: 0.25rem;
@@ -6178,10 +7188,12 @@ video {
6178
7188
  }.xsl\:py-\[0\.5rem\] {
6179
7189
  padding-top: 0.5rem;
6180
7190
  padding-bottom: 0.5rem;
7191
+ }.xsl\:pb-12 {
7192
+ padding-bottom: 4.5rem;
7193
+ }.xsl\:pb-5 {
7194
+ padding-bottom: 1.875rem;
6181
7195
  }.xsl\:pb-7 {
6182
7196
  padding-bottom: 2.625rem;
6183
- }.xsl\:pb-\[0\.125rem\] {
6184
- padding-bottom: 0.125rem;
6185
7197
  }.xsl\:pb-\[0\.25rem\] {
6186
7198
  padding-bottom: 0.25rem;
6187
7199
  }.xsl\:pb-\[0\.625rem\] {
@@ -6198,8 +7210,6 @@ video {
6198
7210
  padding-left: 0.75rem;
6199
7211
  }.xsl\:pl-4 {
6200
7212
  padding-left: 1.5rem;
6201
- }.xsl\:pl-9 {
6202
- padding-left: 3.375rem;
6203
7213
  }.xsl\:pl-\[1\.1875rem\] {
6204
7214
  padding-left: 1.1875rem;
6205
7215
  }.xsl\:pl-\[1\.4375rem\] {
@@ -6214,6 +7224,8 @@ video {
6214
7224
  padding-top: 0.375rem;
6215
7225
  }.xsl\:pt-1\.5 {
6216
7226
  padding-top: 0.5625rem;
7227
+ }.xsl\:pt-12 {
7228
+ padding-top: 4.5rem;
6217
7229
  }.xsl\:pt-\[0\.625rem\] {
6218
7230
  padding-top: 0.625rem;
6219
7231
  }.xsl\:pt-\[0\.875rem\] {
@@ -6623,6 +7635,11 @@ video {
6623
7635
  content: var(--tw-content);
6624
7636
  --tw-bg-opacity: 1;
6625
7637
  background-color: rgba(var(--colors-pop), var(--tw-bg-opacity));
7638
+ }@media not all and (min-width: 992px) {.xsl\:max-md\:mb-7 {
7639
+ margin-bottom: 2.625rem;
7640
+ }.xsl\:max-md\:flex-col {
7641
+ flex-direction: column;
7642
+ }
6626
7643
  }@media not all and (min-width: 768px) {.xsl\:max-sm\:absolute {
6627
7644
  position: absolute;
6628
7645
  }.xsl\:max-sm\:left-1\/2 {
@@ -6767,6 +7784,8 @@ video {
6767
7784
  margin-top: -0.375rem;
6768
7785
  }.sm\:-mt-2 {
6769
7786
  margin-top: -0.75rem;
7787
+ }.sm\:-mt-6 {
7788
+ margin-top: -2.25rem;
6770
7789
  }.sm\:mb-0 {
6771
7790
  margin-bottom: 0rem;
6772
7791
  }.sm\:mb-1 {
@@ -6781,8 +7800,6 @@ video {
6781
7800
  margin-bottom: 1.875rem;
6782
7801
  }.sm\:mb-\[-1px\] {
6783
7802
  margin-bottom: -1px;
6784
- }.sm\:ml-3 {
6785
- margin-left: 1.125rem;
6786
7803
  }.sm\:ml-\[-1px\] {
6787
7804
  margin-left: -1px;
6788
7805
  }.sm\:mr-3 {
@@ -6899,8 +7916,8 @@ video {
6899
7916
  width: 16.29ex;
6900
7917
  }.sm\:w-\[18\.1ex\] {
6901
7918
  width: 18.1ex;
6902
- }.sm\:w-\[18\.75rem\] {
6903
- width: 18.75rem;
7919
+ }.sm\:w-\[25rem\] {
7920
+ width: 25rem;
6904
7921
  }.sm\:w-\[3\.62ex\] {
6905
7922
  width: 3.62ex;
6906
7923
  }.sm\:w-\[36\.2ex\] {
@@ -6909,10 +7926,10 @@ video {
6909
7926
  width: 37.5rem;
6910
7927
  }.sm\:w-\[5\.43ex\] {
6911
7928
  width: 5.43ex;
7929
+ }.sm\:w-\[50rem\] {
7930
+ width: 50rem;
6912
7931
  }.sm\:w-\[54\.3ex\] {
6913
7932
  width: 54.3ex;
6914
- }.sm\:w-\[56\.25rem\] {
6915
- width: 56.25rem;
6916
7933
  }.sm\:w-\[7\.24ex\] {
6917
7934
  width: 7.24ex;
6918
7935
  }.sm\:w-\[9\.05ex\] {
@@ -7183,6 +8200,9 @@ video {
7183
8200
  }.sm\:px-1\.5 {
7184
8201
  padding-left: 0.5625rem;
7185
8202
  padding-right: 0.5625rem;
8203
+ }.sm\:px-12 {
8204
+ padding-left: 4.5rem;
8205
+ padding-right: 4.5rem;
7186
8206
  }.sm\:px-2 {
7187
8207
  padding-left: 0.75rem;
7188
8208
  padding-right: 0.75rem;
@@ -7195,27 +8215,33 @@ video {
7195
8215
  }.sm\:px-4 {
7196
8216
  padding-left: 1.5rem;
7197
8217
  padding-right: 1.5rem;
8218
+ }.sm\:px-5 {
8219
+ padding-left: 1.875rem;
8220
+ padding-right: 1.875rem;
7198
8221
  }.sm\:px-6 {
7199
8222
  padding-left: 2.25rem;
7200
8223
  padding-right: 2.25rem;
8224
+ }.sm\:px-7 {
8225
+ padding-left: 2.625rem;
8226
+ padding-right: 2.625rem;
7201
8227
  }.sm\:px-9 {
7202
8228
  padding-left: 3.375rem;
7203
8229
  padding-right: 3.375rem;
7204
8230
  }.sm\:px-\[0\.4375rem\] {
7205
8231
  padding-left: 0.4375rem;
7206
8232
  padding-right: 0.4375rem;
7207
- }.sm\:py-0 {
7208
- padding-top: 0rem;
7209
- padding-bottom: 0rem;
7210
- }.sm\:py-0\.5 {
7211
- padding-top: 0.1875rem;
7212
- padding-bottom: 0.1875rem;
7213
8233
  }.sm\:py-1 {
7214
8234
  padding-top: 0.375rem;
7215
8235
  padding-bottom: 0.375rem;
7216
8236
  }.sm\:py-1\.5 {
7217
8237
  padding-top: 0.5625rem;
7218
8238
  padding-bottom: 0.5625rem;
8239
+ }.sm\:py-3 {
8240
+ padding-top: 1.125rem;
8241
+ padding-bottom: 1.125rem;
8242
+ }.sm\:py-\[0\.125rem\] {
8243
+ padding-top: 0.125rem;
8244
+ padding-bottom: 0.125rem;
7219
8245
  }.sm\:py-\[0\.25rem\] {
7220
8246
  padding-top: 0.25rem;
7221
8247
  padding-bottom: 0.25rem;
@@ -7225,10 +8251,12 @@ video {
7225
8251
  }.sm\:py-\[0\.5rem\] {
7226
8252
  padding-top: 0.5rem;
7227
8253
  padding-bottom: 0.5rem;
8254
+ }.sm\:pb-12 {
8255
+ padding-bottom: 4.5rem;
8256
+ }.sm\:pb-5 {
8257
+ padding-bottom: 1.875rem;
7228
8258
  }.sm\:pb-7 {
7229
8259
  padding-bottom: 2.625rem;
7230
- }.sm\:pb-\[0\.125rem\] {
7231
- padding-bottom: 0.125rem;
7232
8260
  }.sm\:pb-\[0\.25rem\] {
7233
8261
  padding-bottom: 0.25rem;
7234
8262
  }.sm\:pb-\[0\.625rem\] {
@@ -7259,6 +8287,8 @@ video {
7259
8287
  padding-top: 0.375rem;
7260
8288
  }.sm\:pt-1\.5 {
7261
8289
  padding-top: 0.5625rem;
8290
+ }.sm\:pt-12 {
8291
+ padding-top: 4.5rem;
7262
8292
  }.sm\:pt-\[0\.625rem\] {
7263
8293
  padding-top: 0.625rem;
7264
8294
  }.sm\:pt-\[0\.875rem\] {
@@ -7685,6 +8715,11 @@ video {
7685
8715
  content: var(--tw-content);
7686
8716
  --tw-bg-opacity: 1;
7687
8717
  background-color: rgba(var(--colors-pop), var(--tw-bg-opacity));
8718
+ }@media not all and (min-width: 992px) {.sm\:max-md\:mb-7 {
8719
+ margin-bottom: 2.625rem;
8720
+ }.sm\:max-md\:flex-col {
8721
+ flex-direction: column;
8722
+ }
7688
8723
  }@media not all and (min-width: 768px) {.sm\:max-sm\:absolute {
7689
8724
  position: absolute;
7690
8725
  }.sm\:max-sm\:left-1\/2 {
@@ -7709,6 +8744,10 @@ video {
7709
8744
  }@media (min-width: 576px) {@media (min-width: 992px) {.xsl\:md\:px-6 {
7710
8745
  padding-left: 2.25rem;
7711
8746
  padding-right: 2.25rem;
8747
+ }.xsl\:md\:ml-6 {
8748
+ margin-left: 2.25rem;
8749
+ }.xsl\:md\:mb-4 {
8750
+ margin-bottom: 1.5rem;
7712
8751
  }.xsl\:md\:max-w-md {
7713
8752
  max-width: 992px;
7714
8753
  }
@@ -7716,6 +8755,10 @@ video {
7716
8755
  }@media (min-width: 768px) {@media (min-width: 992px) {.sm\:md\:px-6 {
7717
8756
  padding-left: 2.25rem;
7718
8757
  padding-right: 2.25rem;
8758
+ }.sm\:md\:ml-6 {
8759
+ margin-left: 2.25rem;
8760
+ }.sm\:md\:mb-4 {
8761
+ margin-bottom: 1.5rem;
7719
8762
  }.sm\:md\:max-w-md {
7720
8763
  max-width: 992px;
7721
8764
  }
@@ -7834,6 +8877,8 @@ video {
7834
8877
  margin-top: -0.375rem;
7835
8878
  }.md\:-mt-2 {
7836
8879
  margin-top: -0.75rem;
8880
+ }.md\:-mt-6 {
8881
+ margin-top: -2.25rem;
7837
8882
  }.md\:mb-1 {
7838
8883
  margin-bottom: 0.375rem;
7839
8884
  }.md\:mb-2 {
@@ -7846,8 +8891,13 @@ video {
7846
8891
  margin-bottom: 1.875rem;
7847
8892
  }.md\:mb-\[-1px\] {
7848
8893
  margin-bottom: -1px;
7849
- }.md\:ml-3 {
7850
- margin-left: 1.125rem;
8894
+ }@media (min-width: 992px) {.md\:md\:mb-4 {
8895
+ margin-bottom: 1.5rem;
8896
+ }.md\:md\:ml-6 {
8897
+ margin-left: 2.25rem;
8898
+ }
8899
+ }.md\:ml-6 {
8900
+ margin-left: 2.25rem;
7851
8901
  }.md\:ml-\[-1px\] {
7852
8902
  margin-left: -1px;
7853
8903
  }.md\:mr-2 {
@@ -7898,8 +8948,6 @@ video {
7898
8948
  height: 2.5rem;
7899
8949
  }.md\:h-\[2\.875rem\] {
7900
8950
  height: 2.875rem;
7901
- }.md\:h-full {
7902
- height: 100%;
7903
8951
  }.md\:max-h-screen {
7904
8952
  max-height: 100vh;
7905
8953
  }.md\:min-h-\[3\.375rem\] {
@@ -7946,32 +8994,22 @@ video {
7946
8994
  width: 16.29ex;
7947
8995
  }.md\:w-\[18\.1ex\] {
7948
8996
  width: 18.1ex;
7949
- }.md\:w-\[18\.75rem\] {
7950
- width: 18.75rem;
7951
- }.md\:w-\[20rem\] {
7952
- width: 20rem;
8997
+ }.md\:w-\[25rem\] {
8998
+ width: 25rem;
7953
8999
  }.md\:w-\[3\.62ex\] {
7954
9000
  width: 3.62ex;
7955
- }.md\:w-\[32\.25rem\] {
7956
- width: 32.25rem;
7957
9001
  }.md\:w-\[36\.2ex\] {
7958
9002
  width: 36.2ex;
7959
9003
  }.md\:w-\[37\.5rem\] {
7960
9004
  width: 37.5rem;
7961
- }.md\:w-\[44\.5rem\] {
7962
- width: 44.5rem;
7963
9005
  }.md\:w-\[5\.43ex\] {
7964
9006
  width: 5.43ex;
9007
+ }.md\:w-\[50rem\] {
9008
+ width: 50rem;
7965
9009
  }.md\:w-\[54\.3ex\] {
7966
9010
  width: 54.3ex;
7967
- }.md\:w-\[56\.25rem\] {
7968
- width: 56.25rem;
7969
- }.md\:w-\[56\.75rem\] {
7970
- width: 56.75rem;
7971
9011
  }.md\:w-\[7\.24ex\] {
7972
9012
  width: 7.24ex;
7973
- }.md\:w-\[79rem\] {
7974
- width: 79rem;
7975
9013
  }.md\:w-\[9\.05ex\] {
7976
9014
  width: 9.05ex;
7977
9015
  }.md\:w-auto {
@@ -8238,9 +9276,9 @@ video {
8238
9276
  }.md\:px-1\.5 {
8239
9277
  padding-left: 0.5625rem;
8240
9278
  padding-right: 0.5625rem;
8241
- }.md\:px-15 {
8242
- padding-left: 5.625rem;
8243
- padding-right: 5.625rem;
9279
+ }.md\:px-12 {
9280
+ padding-left: 4.5rem;
9281
+ padding-right: 4.5rem;
8244
9282
  }.md\:px-2 {
8245
9283
  padding-left: 0.75rem;
8246
9284
  padding-right: 0.75rem;
@@ -8253,33 +9291,39 @@ video {
8253
9291
  }.md\:px-4 {
8254
9292
  padding-left: 1.5rem;
8255
9293
  padding-right: 1.5rem;
9294
+ }.md\:px-5 {
9295
+ padding-left: 1.875rem;
9296
+ padding-right: 1.875rem;
8256
9297
  }.md\:px-6 {
8257
9298
  padding-left: 2.25rem;
8258
9299
  padding-right: 2.25rem;
9300
+ }.md\:px-7 {
9301
+ padding-left: 2.625rem;
9302
+ padding-right: 2.625rem;
8259
9303
  }.md\:px-8 {
8260
9304
  padding-left: 3rem;
8261
9305
  padding-right: 3rem;
9306
+ }.md\:px-9 {
9307
+ padding-left: 3.375rem;
9308
+ padding-right: 3.375rem;
8262
9309
  }.md\:px-\[0\.4375rem\] {
8263
9310
  padding-left: 0.4375rem;
8264
9311
  padding-right: 0.4375rem;
8265
9312
  }.md\:px-\[2\.875rem\] {
8266
9313
  padding-left: 2.875rem;
8267
9314
  padding-right: 2.875rem;
8268
- }.md\:py-0 {
8269
- padding-top: 0rem;
8270
- padding-bottom: 0rem;
8271
- }.md\:py-0\.5 {
8272
- padding-top: 0.1875rem;
8273
- padding-bottom: 0.1875rem;
8274
9315
  }.md\:py-1 {
8275
9316
  padding-top: 0.375rem;
8276
9317
  padding-bottom: 0.375rem;
8277
9318
  }.md\:py-1\.5 {
8278
9319
  padding-top: 0.5625rem;
8279
9320
  padding-bottom: 0.5625rem;
8280
- }.md\:py-5 {
8281
- padding-top: 1.875rem;
8282
- padding-bottom: 1.875rem;
9321
+ }.md\:py-3 {
9322
+ padding-top: 1.125rem;
9323
+ padding-bottom: 1.125rem;
9324
+ }.md\:py-\[0\.125rem\] {
9325
+ padding-top: 0.125rem;
9326
+ padding-bottom: 0.125rem;
8283
9327
  }.md\:py-\[0\.25rem\] {
8284
9328
  padding-top: 0.25rem;
8285
9329
  padding-bottom: 0.25rem;
@@ -8289,12 +9333,14 @@ video {
8289
9333
  }.md\:py-\[0\.5rem\] {
8290
9334
  padding-top: 0.5rem;
8291
9335
  padding-bottom: 0.5rem;
9336
+ }.md\:pb-12 {
9337
+ padding-bottom: 4.5rem;
8292
9338
  }.md\:pb-4 {
8293
9339
  padding-bottom: 1.5rem;
9340
+ }.md\:pb-5 {
9341
+ padding-bottom: 1.875rem;
8294
9342
  }.md\:pb-7 {
8295
9343
  padding-bottom: 2.625rem;
8296
- }.md\:pb-\[0\.125rem\] {
8297
- padding-bottom: 0.125rem;
8298
9344
  }.md\:pb-\[0\.25rem\] {
8299
9345
  padding-bottom: 0.25rem;
8300
9346
  }.md\:pb-\[0\.625rem\] {
@@ -8325,6 +9371,8 @@ video {
8325
9371
  padding-top: 0.375rem;
8326
9372
  }.md\:pt-1\.5 {
8327
9373
  padding-top: 0.5625rem;
9374
+ }.md\:pt-12 {
9375
+ padding-top: 4.5rem;
8328
9376
  }.md\:pt-\[0\.625rem\] {
8329
9377
  padding-top: 0.625rem;
8330
9378
  }.md\:pt-\[0\.875rem\] {
@@ -8734,6 +9782,11 @@ video {
8734
9782
  content: var(--tw-content);
8735
9783
  --tw-bg-opacity: 1;
8736
9784
  background-color: rgba(var(--colors-pop), var(--tw-bg-opacity));
9785
+ }@media not all and (min-width: 992px) {.md\:max-md\:mb-7 {
9786
+ margin-bottom: 2.625rem;
9787
+ }.md\:max-md\:flex-col {
9788
+ flex-direction: column;
9789
+ }
8737
9790
  }@media not all and (min-width: 768px) {.md\:max-sm\:absolute {
8738
9791
  position: absolute;
8739
9792
  }.md\:max-sm\:left-1\/2 {
@@ -8775,6 +9828,10 @@ video {
8775
9828
  }
8776
9829
  }@media (min-width: 1200px) {@media (min-width: 992px) {.lg\:md\:max-w-md {
8777
9830
  max-width: 992px;
9831
+ }.lg\:md\:mb-4 {
9832
+ margin-bottom: 1.5rem;
9833
+ }.lg\:md\:ml-6 {
9834
+ margin-left: 2.25rem;
8778
9835
  }.lg\:md\:px-6 {
8779
9836
  padding-left: 2.25rem;
8780
9837
  padding-right: 2.25rem;
@@ -8893,6 +9950,8 @@ video {
8893
9950
  margin-top: -0.375rem;
8894
9951
  }.lg\:-mt-2 {
8895
9952
  margin-top: -0.75rem;
9953
+ }.lg\:-mt-6 {
9954
+ margin-top: -2.25rem;
8896
9955
  }@media (min-width: 1200px) {.lg\:lg\:mr-\[300px\] {
8897
9956
  margin-right: 300px;
8898
9957
  }
@@ -8908,8 +9967,6 @@ video {
8908
9967
  margin-bottom: 1.875rem;
8909
9968
  }.lg\:mb-\[-1px\] {
8910
9969
  margin-bottom: -1px;
8911
- }.lg\:ml-3 {
8912
- margin-left: 1.125rem;
8913
9970
  }.lg\:ml-\[-1px\] {
8914
9971
  margin-left: -1px;
8915
9972
  }.lg\:mr-3 {
@@ -9006,8 +10063,8 @@ video {
9006
10063
  width: 16.29ex;
9007
10064
  }.lg\:w-\[18\.1ex\] {
9008
10065
  width: 18.1ex;
9009
- }.lg\:w-\[18\.75rem\] {
9010
- width: 18.75rem;
10066
+ }.lg\:w-\[25rem\] {
10067
+ width: 25rem;
9011
10068
  }.lg\:w-\[3\.62ex\] {
9012
10069
  width: 3.62ex;
9013
10070
  }.lg\:w-\[36\.2ex\] {
@@ -9016,10 +10073,10 @@ video {
9016
10073
  width: 37.5rem;
9017
10074
  }.lg\:w-\[5\.43ex\] {
9018
10075
  width: 5.43ex;
10076
+ }.lg\:w-\[50rem\] {
10077
+ width: 50rem;
9019
10078
  }.lg\:w-\[54\.3ex\] {
9020
10079
  width: 54.3ex;
9021
- }.lg\:w-\[56\.25rem\] {
9022
- width: 56.25rem;
9023
10080
  }.lg\:w-\[7\.24ex\] {
9024
10081
  width: 7.24ex;
9025
10082
  }.lg\:w-\[9\.05ex\] {
@@ -9285,6 +10342,9 @@ video {
9285
10342
  }.lg\:px-10 {
9286
10343
  padding-left: 3.75rem;
9287
10344
  padding-right: 3.75rem;
10345
+ }.lg\:px-12 {
10346
+ padding-left: 4.5rem;
10347
+ padding-right: 4.5rem;
9288
10348
  }.lg\:px-2 {
9289
10349
  padding-left: 0.75rem;
9290
10350
  padding-right: 0.75rem;
@@ -9294,24 +10354,33 @@ video {
9294
10354
  }.lg\:px-3 {
9295
10355
  padding-left: 1.125rem;
9296
10356
  padding-right: 1.125rem;
10357
+ }.lg\:px-4 {
10358
+ padding-left: 1.5rem;
10359
+ padding-right: 1.5rem;
10360
+ }.lg\:px-5 {
10361
+ padding-left: 1.875rem;
10362
+ padding-right: 1.875rem;
10363
+ }.lg\:px-7 {
10364
+ padding-left: 2.625rem;
10365
+ padding-right: 2.625rem;
9297
10366
  }.lg\:px-\[0\.4375rem\] {
9298
10367
  padding-left: 0.4375rem;
9299
10368
  padding-right: 0.4375rem;
9300
10369
  }.lg\:px-\[3\.125rem\] {
9301
10370
  padding-left: 3.125rem;
9302
10371
  padding-right: 3.125rem;
9303
- }.lg\:py-0 {
9304
- padding-top: 0rem;
9305
- padding-bottom: 0rem;
9306
- }.lg\:py-0\.5 {
9307
- padding-top: 0.1875rem;
9308
- padding-bottom: 0.1875rem;
9309
10372
  }.lg\:py-1 {
9310
10373
  padding-top: 0.375rem;
9311
10374
  padding-bottom: 0.375rem;
9312
10375
  }.lg\:py-1\.5 {
9313
10376
  padding-top: 0.5625rem;
9314
10377
  padding-bottom: 0.5625rem;
10378
+ }.lg\:py-3 {
10379
+ padding-top: 1.125rem;
10380
+ padding-bottom: 1.125rem;
10381
+ }.lg\:py-\[0\.125rem\] {
10382
+ padding-top: 0.125rem;
10383
+ padding-bottom: 0.125rem;
9315
10384
  }.lg\:py-\[0\.25rem\] {
9316
10385
  padding-top: 0.25rem;
9317
10386
  padding-bottom: 0.25rem;
@@ -9321,10 +10390,12 @@ video {
9321
10390
  }.lg\:py-\[0\.5rem\] {
9322
10391
  padding-top: 0.5rem;
9323
10392
  padding-bottom: 0.5rem;
10393
+ }.lg\:pb-12 {
10394
+ padding-bottom: 4.5rem;
10395
+ }.lg\:pb-5 {
10396
+ padding-bottom: 1.875rem;
9324
10397
  }.lg\:pb-7 {
9325
10398
  padding-bottom: 2.625rem;
9326
- }.lg\:pb-\[0\.125rem\] {
9327
- padding-bottom: 0.125rem;
9328
10399
  }.lg\:pb-\[0\.25rem\] {
9329
10400
  padding-bottom: 0.25rem;
9330
10401
  }.lg\:pb-\[0\.625rem\] {
@@ -9355,6 +10426,8 @@ video {
9355
10426
  padding-top: 0.375rem;
9356
10427
  }.lg\:pt-1\.5 {
9357
10428
  padding-top: 0.5625rem;
10429
+ }.lg\:pt-12 {
10430
+ padding-top: 4.5rem;
9358
10431
  }.lg\:pt-\[0\.625rem\] {
9359
10432
  padding-top: 0.625rem;
9360
10433
  }.lg\:pt-\[0\.875rem\] {
@@ -9764,6 +10837,11 @@ video {
9764
10837
  content: var(--tw-content);
9765
10838
  --tw-bg-opacity: 1;
9766
10839
  background-color: rgba(var(--colors-pop), var(--tw-bg-opacity));
10840
+ }@media not all and (min-width: 992px) {.lg\:max-md\:mb-7 {
10841
+ margin-bottom: 2.625rem;
10842
+ }.lg\:max-md\:flex-col {
10843
+ flex-direction: column;
10844
+ }
9767
10845
  }@media not all and (min-width: 768px) {.lg\:max-sm\:absolute {
9768
10846
  position: absolute;
9769
10847
  }.lg\:max-sm\:left-1\/2 {
@@ -9792,6 +10870,10 @@ video {
9792
10870
  }
9793
10871
  }@media (min-width: 992px) {.xl\:md\:max-w-md {
9794
10872
  max-width: 992px;
10873
+ }.xl\:md\:mb-4 {
10874
+ margin-bottom: 1.5rem;
10875
+ }.xl\:md\:ml-6 {
10876
+ margin-left: 2.25rem;
9795
10877
  }.xl\:md\:px-6 {
9796
10878
  padding-left: 2.25rem;
9797
10879
  padding-right: 2.25rem;
@@ -9910,6 +10992,8 @@ video {
9910
10992
  margin-top: -0.375rem;
9911
10993
  }.xl\:-mt-2 {
9912
10994
  margin-top: -0.75rem;
10995
+ }.xl\:-mt-6 {
10996
+ margin-top: -2.25rem;
9913
10997
  }.xl\:mb-1 {
9914
10998
  margin-bottom: 0.375rem;
9915
10999
  }.xl\:mb-2 {
@@ -9922,8 +11006,6 @@ video {
9922
11006
  margin-bottom: 1.875rem;
9923
11007
  }.xl\:mb-\[-1px\] {
9924
11008
  margin-bottom: -1px;
9925
- }.xl\:ml-3 {
9926
- margin-left: 1.125rem;
9927
11009
  }.xl\:ml-\[-1px\] {
9928
11010
  margin-left: -1px;
9929
11011
  }.xl\:mr-3 {
@@ -10018,8 +11100,8 @@ video {
10018
11100
  width: 16.29ex;
10019
11101
  }.xl\:w-\[18\.1ex\] {
10020
11102
  width: 18.1ex;
10021
- }.xl\:w-\[18\.75rem\] {
10022
- width: 18.75rem;
11103
+ }.xl\:w-\[25rem\] {
11104
+ width: 25rem;
10023
11105
  }.xl\:w-\[3\.62ex\] {
10024
11106
  width: 3.62ex;
10025
11107
  }.xl\:w-\[36\.2ex\] {
@@ -10028,10 +11110,10 @@ video {
10028
11110
  width: 37.5rem;
10029
11111
  }.xl\:w-\[5\.43ex\] {
10030
11112
  width: 5.43ex;
11113
+ }.xl\:w-\[50rem\] {
11114
+ width: 50rem;
10031
11115
  }.xl\:w-\[54\.3ex\] {
10032
11116
  width: 54.3ex;
10033
- }.xl\:w-\[56\.25rem\] {
10034
- width: 56.25rem;
10035
11117
  }.xl\:w-\[7\.24ex\] {
10036
11118
  width: 7.24ex;
10037
11119
  }.xl\:w-\[9\.05ex\] {
@@ -10289,6 +11371,9 @@ video {
10289
11371
  }.xl\:px-1\.5 {
10290
11372
  padding-left: 0.5625rem;
10291
11373
  padding-right: 0.5625rem;
11374
+ }.xl\:px-12 {
11375
+ padding-left: 4.5rem;
11376
+ padding-right: 4.5rem;
10292
11377
  }.xl\:px-2 {
10293
11378
  padding-left: 0.75rem;
10294
11379
  padding-right: 0.75rem;
@@ -10298,21 +11383,30 @@ video {
10298
11383
  }.xl\:px-3 {
10299
11384
  padding-left: 1.125rem;
10300
11385
  padding-right: 1.125rem;
11386
+ }.xl\:px-4 {
11387
+ padding-left: 1.5rem;
11388
+ padding-right: 1.5rem;
11389
+ }.xl\:px-5 {
11390
+ padding-left: 1.875rem;
11391
+ padding-right: 1.875rem;
11392
+ }.xl\:px-7 {
11393
+ padding-left: 2.625rem;
11394
+ padding-right: 2.625rem;
10301
11395
  }.xl\:px-\[0\.4375rem\] {
10302
11396
  padding-left: 0.4375rem;
10303
11397
  padding-right: 0.4375rem;
10304
- }.xl\:py-0 {
10305
- padding-top: 0rem;
10306
- padding-bottom: 0rem;
10307
- }.xl\:py-0\.5 {
10308
- padding-top: 0.1875rem;
10309
- padding-bottom: 0.1875rem;
10310
11398
  }.xl\:py-1 {
10311
11399
  padding-top: 0.375rem;
10312
11400
  padding-bottom: 0.375rem;
10313
11401
  }.xl\:py-1\.5 {
10314
11402
  padding-top: 0.5625rem;
10315
11403
  padding-bottom: 0.5625rem;
11404
+ }.xl\:py-3 {
11405
+ padding-top: 1.125rem;
11406
+ padding-bottom: 1.125rem;
11407
+ }.xl\:py-\[0\.125rem\] {
11408
+ padding-top: 0.125rem;
11409
+ padding-bottom: 0.125rem;
10316
11410
  }.xl\:py-\[0\.25rem\] {
10317
11411
  padding-top: 0.25rem;
10318
11412
  padding-bottom: 0.25rem;
@@ -10322,10 +11416,12 @@ video {
10322
11416
  }.xl\:py-\[0\.5rem\] {
10323
11417
  padding-top: 0.5rem;
10324
11418
  padding-bottom: 0.5rem;
11419
+ }.xl\:pb-12 {
11420
+ padding-bottom: 4.5rem;
11421
+ }.xl\:pb-5 {
11422
+ padding-bottom: 1.875rem;
10325
11423
  }.xl\:pb-7 {
10326
11424
  padding-bottom: 2.625rem;
10327
- }.xl\:pb-\[0\.125rem\] {
10328
- padding-bottom: 0.125rem;
10329
11425
  }.xl\:pb-\[0\.25rem\] {
10330
11426
  padding-bottom: 0.25rem;
10331
11427
  }.xl\:pb-\[0\.625rem\] {
@@ -10356,6 +11452,8 @@ video {
10356
11452
  padding-top: 0.375rem;
10357
11453
  }.xl\:pt-1\.5 {
10358
11454
  padding-top: 0.5625rem;
11455
+ }.xl\:pt-12 {
11456
+ padding-top: 4.5rem;
10359
11457
  }.xl\:pt-\[0\.625rem\] {
10360
11458
  padding-top: 0.625rem;
10361
11459
  }.xl\:pt-\[0\.875rem\] {
@@ -10765,6 +11863,11 @@ video {
10765
11863
  content: var(--tw-content);
10766
11864
  --tw-bg-opacity: 1;
10767
11865
  background-color: rgba(var(--colors-pop), var(--tw-bg-opacity));
11866
+ }@media not all and (min-width: 992px) {.xl\:max-md\:mb-7 {
11867
+ margin-bottom: 2.625rem;
11868
+ }.xl\:max-md\:flex-col {
11869
+ flex-direction: column;
11870
+ }
10768
11871
  }@media not all and (min-width: 768px) {.xl\:max-sm\:absolute {
10769
11872
  position: absolute;
10770
11873
  }.xl\:max-sm\:left-1\/2 {