@designcrowd/fe-shared-lib 1.0.9 → 1.0.10

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 (515) hide show
  1. package/.eslintrc.js +35 -35
  2. package/.prettierrc.js +7 -7
  3. package/.storybook/main.ts +39 -39
  4. package/.storybook/preview-head-master.html +4 -4
  5. package/.storybook/preview-head-publish-master.html +4 -4
  6. package/.storybook/preview-head-publish.html +9 -9
  7. package/.storybook/preview-head.html +9 -9
  8. package/.storybook/preview.js +14 -14
  9. package/Dockerfile +41 -41
  10. package/README.md +103 -103
  11. package/buildspec.yml +46 -46
  12. package/index.cjs +16 -16
  13. package/index.js +54 -53
  14. package/package.json +109 -109
  15. package/postcss.config.js +5 -5
  16. package/public/css/tailwind-brandCrowd.css +2368 -0
  17. package/public/css/tailwind-brandPage.css +2056 -0
  18. package/public/css/tailwind-crazyDomains.css +2368 -0
  19. package/public/css/tailwind-designCom.css +2368 -0
  20. package/public/css/tailwind-designCrowd.css +2368 -0
  21. package/src/atoms/components/Button/Button.vue +323 -323
  22. package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
  23. package/src/atoms/components/Button/Buttons.stories.js +778 -778
  24. package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
  25. package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
  26. package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
  27. package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
  28. package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
  29. package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
  30. package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
  31. package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
  32. package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
  33. package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
  34. package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
  35. package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
  36. package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
  37. package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
  38. package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
  39. package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
  40. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
  41. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
  42. package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +562 -562
  43. package/src/atoms/components/ButtonGroup/ButtonGroup.vue +188 -188
  44. package/src/atoms/components/Carousel/Carousel.fixtures.js +35 -35
  45. package/src/atoms/components/Carousel/Carousel.vue +352 -352
  46. package/src/atoms/components/Carousel/carousel.stories.js +261 -261
  47. package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
  48. package/src/atoms/components/Checkbox/Checkbox.stories.js +206 -206
  49. package/src/atoms/components/Checkbox/Checkbox.vue +89 -89
  50. package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
  51. package/src/atoms/components/Checktile/Checktile.vue +73 -73
  52. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +34 -34
  53. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +40 -40
  54. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +30 -30
  55. package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
  56. package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
  57. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
  58. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
  59. package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
  60. package/src/atoms/components/Dropdown/Dropdown.vue +108 -108
  61. package/src/atoms/components/Dropdown/DropdownItem.vue +21 -21
  62. package/src/atoms/components/FormControl/FormControl.mixin.js +127 -127
  63. package/src/atoms/components/HelloBar/HelloBar.stories.js +195 -195
  64. package/src/atoms/components/HelloBar/HelloBar.vue +156 -156
  65. package/src/atoms/components/Icon/Icon.stories.js +385 -385
  66. package/src/atoms/components/Icon/Icon.vue +802 -802
  67. package/src/atoms/components/Icon/icons/add-page.vue +6 -6
  68. package/src/atoms/components/Icon/icons/ai.vue +6 -6
  69. package/src/atoms/components/Icon/icons/arrow-down.vue +6 -6
  70. package/src/atoms/components/Icon/icons/arrow-left.vue +7 -7
  71. package/src/atoms/components/Icon/icons/arrow-right.vue +7 -7
  72. package/src/atoms/components/Icon/icons/arrow-top-right.vue +6 -6
  73. package/src/atoms/components/Icon/icons/arrow-up-underline.vue +7 -7
  74. package/src/atoms/components/Icon/icons/arrow-up.vue +7 -7
  75. package/src/atoms/components/Icon/icons/attach.vue +6 -6
  76. package/src/atoms/components/Icon/icons/auth-facebook-white.vue +17 -17
  77. package/src/atoms/components/Icon/icons/auth-facebook.vue +24 -24
  78. package/src/atoms/components/Icon/icons/auth-google.vue +32 -32
  79. package/src/atoms/components/Icon/icons/background.vue +7 -7
  80. package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
  81. package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
  82. package/src/atoms/components/Icon/icons/banner.vue +7 -7
  83. package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
  84. package/src/atoms/components/Icon/icons/brush.vue +6 -6
  85. package/src/atoms/components/Icon/icons/business-card-filled.vue +5 -5
  86. package/src/atoms/components/Icon/icons/business.vue +6 -6
  87. package/src/atoms/components/Icon/icons/calendar.vue +5 -5
  88. package/src/atoms/components/Icon/icons/callout-error.vue +6 -6
  89. package/src/atoms/components/Icon/icons/callout-info.vue +6 -6
  90. package/src/atoms/components/Icon/icons/callout-success.vue +8 -8
  91. package/src/atoms/components/Icon/icons/callout-warning.vue +6 -6
  92. package/src/atoms/components/Icon/icons/card.vue +9 -9
  93. package/src/atoms/components/Icon/icons/cart-empty.vue +9 -9
  94. package/src/atoms/components/Icon/icons/check-thin.vue +7 -7
  95. package/src/atoms/components/Icon/icons/check.vue +3 -3
  96. package/src/atoms/components/Icon/icons/chevron-down.vue +7 -7
  97. package/src/atoms/components/Icon/icons/chevron-left.vue +7 -7
  98. package/src/atoms/components/Icon/icons/chevron-right-wide.vue +3 -3
  99. package/src/atoms/components/Icon/icons/chevron-right.vue +3 -3
  100. package/src/atoms/components/Icon/icons/chevron-up.vue +7 -7
  101. package/src/atoms/components/Icon/icons/close.vue +6 -6
  102. package/src/atoms/components/Icon/icons/community.vue +5 -5
  103. package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
  104. package/src/atoms/components/Icon/icons/content.vue +7 -7
  105. package/src/atoms/components/Icon/icons/copy.vue +10 -10
  106. package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
  107. package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
  108. package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
  109. package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
  110. package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
  111. package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
  112. package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
  113. package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
  114. package/src/atoms/components/Icon/icons/crop.vue +6 -6
  115. package/src/atoms/components/Icon/icons/delete.vue +8 -8
  116. package/src/atoms/components/Icon/icons/designs.vue +6 -6
  117. package/src/atoms/components/Icon/icons/desktop.vue +7 -7
  118. package/src/atoms/components/Icon/icons/donate.vue +6 -6
  119. package/src/atoms/components/Icon/icons/download.vue +5 -5
  120. package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
  121. package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
  122. package/src/atoms/components/Icon/icons/edit.vue +6 -6
  123. package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
  124. package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
  125. package/src/atoms/components/Icon/icons/error.vue +8 -8
  126. package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
  127. package/src/atoms/components/Icon/icons/fees.vue +6 -6
  128. package/src/atoms/components/Icon/icons/filter.vue +7 -7
  129. package/src/atoms/components/Icon/icons/filters.vue +6 -6
  130. package/src/atoms/components/Icon/icons/flag.vue +6 -6
  131. package/src/atoms/components/Icon/icons/flip-horizontal.vue +7 -7
  132. package/src/atoms/components/Icon/icons/flip-vertical.vue +7 -7
  133. package/src/atoms/components/Icon/icons/folder.vue +6 -6
  134. package/src/atoms/components/Icon/icons/footer-centered.vue +7 -7
  135. package/src/atoms/components/Icon/icons/footer-left.vue +7 -7
  136. package/src/atoms/components/Icon/icons/form-message.vue +6 -6
  137. package/src/atoms/components/Icon/icons/form.vue +5 -5
  138. package/src/atoms/components/Icon/icons/fullscreen-exit.vue +5 -5
  139. package/src/atoms/components/Icon/icons/fullscreen.vue +5 -5
  140. package/src/atoms/components/Icon/icons/globe.vue +6 -6
  141. package/src/atoms/components/Icon/icons/godaddy/logo.vue +5 -5
  142. package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
  143. package/src/atoms/components/Icon/icons/home.vue +7 -7
  144. package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +22 -22
  145. package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +16 -16
  146. package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +22 -22
  147. package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +7 -7
  148. package/src/atoms/components/Icon/icons/image-gallery-grid.vue +7 -7
  149. package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +6 -6
  150. package/src/atoms/components/Icon/icons/images-gallery.vue +5 -5
  151. package/src/atoms/components/Icon/icons/images.vue +7 -7
  152. package/src/atoms/components/Icon/icons/info.vue +9 -9
  153. package/src/atoms/components/Icon/icons/jobs.vue +8 -8
  154. package/src/atoms/components/Icon/icons/layer-bring-front.vue +6 -6
  155. package/src/atoms/components/Icon/icons/layer-send-back.vue +6 -6
  156. package/src/atoms/components/Icon/icons/layer.vue +6 -6
  157. package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +20 -20
  158. package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +20 -20
  159. package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +20 -20
  160. package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +32 -32
  161. package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +27 -27
  162. package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +27 -27
  163. package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +20 -20
  164. package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +20 -20
  165. package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +20 -20
  166. package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +20 -20
  167. package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +20 -20
  168. package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +27 -27
  169. package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +27 -27
  170. package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +20 -20
  171. package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +20 -20
  172. package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +24 -24
  173. package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +24 -24
  174. package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +24 -24
  175. package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +39 -39
  176. package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +39 -39
  177. package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
  178. package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
  179. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
  180. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
  181. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
  182. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
  183. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
  184. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
  185. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
  186. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
  187. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
  188. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
  189. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
  190. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
  191. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
  192. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
  193. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
  194. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
  195. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
  196. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
  197. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
  198. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
  199. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
  200. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
  201. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
  202. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
  203. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
  204. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
  205. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
  206. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
  207. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
  208. package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
  209. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
  210. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
  211. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
  212. package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
  213. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
  214. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
  215. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
  216. package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
  217. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
  218. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
  219. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
  220. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
  221. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
  222. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
  223. package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
  224. package/src/atoms/components/Icon/icons/link.vue +6 -6
  225. package/src/atoms/components/Icon/icons/location.vue +6 -6
  226. package/src/atoms/components/Icon/icons/lock.vue +6 -6
  227. package/src/atoms/components/Icon/icons/mac-command.vue +7 -7
  228. package/src/atoms/components/Icon/icons/maker/align-center.vue +7 -7
  229. package/src/atoms/components/Icon/icons/maker/align-justify.vue +7 -7
  230. package/src/atoms/components/Icon/icons/maker/align-left.vue +7 -7
  231. package/src/atoms/components/Icon/icons/maker/align-right.vue +7 -7
  232. package/src/atoms/components/Icon/icons/maker/animate.vue +7 -7
  233. package/src/atoms/components/Icon/icons/maker/bold.vue +7 -7
  234. package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +5 -5
  235. package/src/atoms/components/Icon/icons/maker/email-symbol.vue +5 -5
  236. package/src/atoms/components/Icon/icons/maker/email.vue +5 -5
  237. package/src/atoms/components/Icon/icons/maker/eraser.vue +5 -5
  238. package/src/atoms/components/Icon/icons/maker/etsy.vue +5 -5
  239. package/src/atoms/components/Icon/icons/maker/facebook.vue +5 -5
  240. package/src/atoms/components/Icon/icons/maker/favicon.vue +7 -7
  241. package/src/atoms/components/Icon/icons/maker/flyer.vue +7 -7
  242. package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +5 -5
  243. package/src/atoms/components/Icon/icons/maker/globe.vue +5 -5
  244. package/src/atoms/components/Icon/icons/maker/image.vue +7 -7
  245. package/src/atoms/components/Icon/icons/maker/instagram.vue +7 -7
  246. package/src/atoms/components/Icon/icons/maker/invitation.vue +5 -5
  247. package/src/atoms/components/Icon/icons/maker/invoice.vue +5 -5
  248. package/src/atoms/components/Icon/icons/maker/italic.vue +7 -7
  249. package/src/atoms/components/Icon/icons/maker/link.vue +7 -7
  250. package/src/atoms/components/Icon/icons/maker/linkedin.vue +7 -7
  251. package/src/atoms/components/Icon/icons/maker/menu.vue +5 -5
  252. package/src/atoms/components/Icon/icons/maker/pause.vue +5 -5
  253. package/src/atoms/components/Icon/icons/maker/phone.vue +5 -5
  254. package/src/atoms/components/Icon/icons/maker/pinterest.vue +5 -5
  255. package/src/atoms/components/Icon/icons/maker/play.vue +5 -5
  256. package/src/atoms/components/Icon/icons/maker/postcard.vue +5 -5
  257. package/src/atoms/components/Icon/icons/maker/poster.vue +7 -7
  258. package/src/atoms/components/Icon/icons/maker/profile.vue +5 -5
  259. package/src/atoms/components/Icon/icons/maker/qrcode.vue +5 -5
  260. package/src/atoms/components/Icon/icons/maker/snapchat.vue +5 -5
  261. package/src/atoms/components/Icon/icons/maker/soundcloud.vue +7 -7
  262. package/src/atoms/components/Icon/icons/maker/strikethrough.vue +7 -7
  263. package/src/atoms/components/Icon/icons/maker/text.vue +7 -7
  264. package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +5 -5
  265. package/src/atoms/components/Icon/icons/maker/tiktok.vue +5 -5
  266. package/src/atoms/components/Icon/icons/maker/tumblr.vue +5 -5
  267. package/src/atoms/components/Icon/icons/maker/twitch.vue +7 -7
  268. package/src/atoms/components/Icon/icons/maker/twitter.vue +5 -5
  269. package/src/atoms/components/Icon/icons/maker/underline.vue +7 -7
  270. package/src/atoms/components/Icon/icons/maker/uppercase.vue +14 -14
  271. package/src/atoms/components/Icon/icons/maker/video.vue +5 -5
  272. package/src/atoms/components/Icon/icons/maker/whatsapp.vue +7 -7
  273. package/src/atoms/components/Icon/icons/maker/youtube.vue +5 -5
  274. package/src/atoms/components/Icon/icons/maker/zoom.vue +5 -5
  275. package/src/atoms/components/Icon/icons/map.vue +6 -6
  276. package/src/atoms/components/Icon/icons/message.vue +6 -6
  277. package/src/atoms/components/Icon/icons/minus-circle-light.vue +7 -7
  278. package/src/atoms/components/Icon/icons/minus.vue +3 -3
  279. package/src/atoms/components/Icon/icons/mobile.vue +5 -5
  280. package/src/atoms/components/Icon/icons/opacity.vue +6 -6
  281. package/src/atoms/components/Icon/icons/other.vue +7 -7
  282. package/src/atoms/components/Icon/icons/page-buttons.vue +8 -8
  283. package/src/atoms/components/Icon/icons/page-hamburger.vue +9 -9
  284. package/src/atoms/components/Icon/icons/page-tabs.vue +9 -9
  285. package/src/atoms/components/Icon/icons/pages.vue +6 -6
  286. package/src/atoms/components/Icon/icons/palette.vue +6 -6
  287. package/src/atoms/components/Icon/icons/pause.vue +5 -5
  288. package/src/atoms/components/Icon/icons/payment.vue +8 -8
  289. package/src/atoms/components/Icon/icons/payments-featured.vue +6 -6
  290. package/src/atoms/components/Icon/icons/payments-textonly.vue +8 -8
  291. package/src/atoms/components/Icon/icons/payments-thumbnail.vue +9 -9
  292. package/src/atoms/components/Icon/icons/phone.vue +6 -6
  293. package/src/atoms/components/Icon/icons/plus-circle-light.vue +8 -8
  294. package/src/atoms/components/Icon/icons/plus-circle.vue +7 -7
  295. package/src/atoms/components/Icon/icons/plus.vue +3 -3
  296. package/src/atoms/components/Icon/icons/poll.vue +3 -3
  297. package/src/atoms/components/Icon/icons/portfolio.vue +10 -10
  298. package/src/atoms/components/Icon/icons/preview.vue +6 -6
  299. package/src/atoms/components/Icon/icons/printing.vue +6 -6
  300. package/src/atoms/components/Icon/icons/processing.vue +5 -5
  301. package/src/atoms/components/Icon/icons/question.vue +11 -11
  302. package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
  303. package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
  304. package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
  305. package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
  306. package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
  307. package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
  308. package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
  309. package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
  310. package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
  311. package/src/atoms/components/Icon/icons/redo.vue +6 -6
  312. package/src/atoms/components/Icon/icons/reload.vue +6 -6
  313. package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
  314. package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
  315. package/src/atoms/components/Icon/icons/reset.vue +6 -6
  316. package/src/atoms/components/Icon/icons/search.vue +11 -11
  317. package/src/atoms/components/Icon/icons/secure.vue +7 -7
  318. package/src/atoms/components/Icon/icons/services.vue +7 -7
  319. package/src/atoms/components/Icon/icons/settings.vue +7 -7
  320. package/src/atoms/components/Icon/icons/shape.vue +5 -5
  321. package/src/atoms/components/Icon/icons/share.vue +8 -8
  322. package/src/atoms/components/Icon/icons/shop.vue +5 -5
  323. package/src/atoms/components/Icon/icons/sms.vue +5 -5
  324. package/src/atoms/components/Icon/icons/social-facebook-color.vue +9 -9
  325. package/src/atoms/components/Icon/icons/social-facebook.vue +5 -5
  326. package/src/atoms/components/Icon/icons/social-google.vue +5 -5
  327. package/src/atoms/components/Icon/icons/social-instagram-color.vue +24 -24
  328. package/src/atoms/components/Icon/icons/social-linkedin-color.vue +9 -9
  329. package/src/atoms/components/Icon/icons/social-share.vue +7 -7
  330. package/src/atoms/components/Icon/icons/social-twitter-color.vue +9 -9
  331. package/src/atoms/components/Icon/icons/star-filled.vue +6 -6
  332. package/src/atoms/components/Icon/icons/star-hollow.vue +6 -6
  333. package/src/atoms/components/Icon/icons/styles.vue +5 -5
  334. package/src/atoms/components/Icon/icons/submit.vue +5 -5
  335. package/src/atoms/components/Icon/icons/templates.vue +7 -7
  336. package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
  337. package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
  338. package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
  339. package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
  340. package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
  341. package/src/atoms/components/Icon/icons/text-image.vue +13 -13
  342. package/src/atoms/components/Icon/icons/time.vue +8 -8
  343. package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
  344. package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
  345. package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
  346. package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
  347. package/src/atoms/components/Icon/icons/undo.vue +6 -6
  348. package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
  349. package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
  350. package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
  351. package/src/atoms/components/Icon/icons/upload.vue +5 -5
  352. package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
  353. package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
  354. package/src/atoms/components/Icon/icons/volume.vue +5 -5
  355. package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
  356. package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
  357. package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
  358. package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
  359. package/src/atoms/components/Icon/icons/website.vue +6 -6
  360. package/src/atoms/components/Icon/icons/wholesale.vue +6 -6
  361. package/src/atoms/components/Icon/icons/zoom-in.vue +5 -5
  362. package/src/atoms/components/Icon/icons/zoom-out.vue +5 -5
  363. package/src/atoms/components/Icon/icons/zoom.vue +11 -11
  364. package/src/atoms/components/Loader/Loader.vue +15 -15
  365. package/src/atoms/components/Masonry/Masonry.stories.js +48 -48
  366. package/src/atoms/components/Masonry/Masonry.vue +48 -48
  367. package/src/atoms/components/Masonry/fixtures.js +589 -589
  368. package/src/atoms/components/Modal/HashRouteModal.stories.js +68 -68
  369. package/src/atoms/components/Modal/HashRouteModal.vue +120 -120
  370. package/src/atoms/components/Modal/Modal.stories.js +303 -303
  371. package/src/atoms/components/Modal/Modal.vue +246 -246
  372. package/src/atoms/components/Notice/Notice.stories.js +174 -174
  373. package/src/atoms/components/Notice/Notice.vue +71 -71
  374. package/src/atoms/components/NumberStepper/NumberStepper.stories.js +51 -51
  375. package/src/atoms/components/NumberStepper/NumberStepper.vue +298 -298
  376. package/src/atoms/components/Picture/Picture.stories.js +90 -90
  377. package/src/atoms/components/Picture/Picture.vue +84 -84
  378. package/src/atoms/components/Picture/picture.fixtures.js +35 -35
  379. package/src/atoms/components/Pill/Pill.stories.js +20 -20
  380. package/src/atoms/components/Pill/Pill.vue +8 -8
  381. package/src/atoms/components/PillBar/PillBar.fixtures.js +941 -941
  382. package/src/atoms/components/PillBar/PillBar.stories.js +39 -39
  383. package/src/atoms/components/PillBar/PillBar.vue +62 -62
  384. package/src/atoms/components/Price/Price.fixtures.js +25 -25
  385. package/src/atoms/components/Price/Price.stories.js +173 -173
  386. package/src/atoms/components/Price/Price.vue +106 -106
  387. package/src/atoms/components/SearchBar/SearchBar.stories.js +21 -21
  388. package/src/atoms/components/SearchBar/SearchBar.vue +51 -51
  389. package/src/atoms/components/Select/Select.stories.js +142 -142
  390. package/src/atoms/components/Select/Select.vue +594 -594
  391. package/src/atoms/components/Select/pointerMixin.js +99 -99
  392. package/src/atoms/components/Select/selectMixin.js +340 -340
  393. package/src/atoms/components/StarRating/StarRating.stories.js +50 -50
  394. package/src/atoms/components/StarRating/StarRating.vue +84 -84
  395. package/src/atoms/components/TabMenu/TabMenu.stories.js +54 -54
  396. package/src/atoms/components/TabMenu/TabMenu.vue +44 -44
  397. package/src/atoms/components/TextCopyField/TextCopyField.stories.js +68 -68
  398. package/src/atoms/components/TextCopyField/TextCopyField.vue +75 -75
  399. package/src/atoms/components/TextInput/TextInput.stories.js +232 -232
  400. package/src/atoms/components/TextInput/TextInput.vue +156 -156
  401. package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
  402. package/src/atoms/components/Textarea/Textarea.vue +109 -109
  403. package/src/atoms/components/Toggle/Toggle.stories.js +176 -176
  404. package/src/atoms/components/Toggle/Toggle.vue +69 -69
  405. package/src/atoms/components/Tooltip/Tooltip.stories.js +493 -493
  406. package/src/atoms/components/Tooltip/Tooltip.vue +196 -196
  407. package/src/atoms/components/design-com/Icon/Icon.stories.js +82 -82
  408. package/src/atoms/components/design-com/Icon/Icon.vue +150 -150
  409. package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
  410. package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
  411. package/src/atoms/components/design-com/Icon/icons/card.vue +7 -7
  412. package/src/atoms/components/design-com/Icon/icons/check-circle-light.vue +7 -7
  413. package/src/atoms/components/design-com/Icon/icons/chevron-down.vue +7 -7
  414. package/src/atoms/components/design-com/Icon/icons/chevron-left.vue +7 -7
  415. package/src/atoms/components/design-com/Icon/icons/chevron-right.vue +3 -3
  416. package/src/atoms/components/design-com/Icon/icons/chevron-up.vue +7 -7
  417. package/src/atoms/components/design-com/Icon/icons/diamond.vue +7 -7
  418. package/src/atoms/components/design-com/Icon/icons/download.vue +7 -7
  419. package/src/atoms/components/design-com/Icon/icons/file-empty.vue +7 -7
  420. package/src/atoms/components/design-com/Icon/icons/file.vue +7 -7
  421. package/src/atoms/components/design-com/Icon/icons/filter.vue +7 -7
  422. package/src/atoms/components/design-com/Icon/icons/font.vue +7 -7
  423. package/src/atoms/components/design-com/Icon/icons/headphones.vue +7 -7
  424. package/src/atoms/components/design-com/Icon/icons/heart.vue +7 -7
  425. package/src/atoms/components/design-com/Icon/icons/image.vue +7 -7
  426. package/src/atoms/components/design-com/Icon/icons/logo.vue +7 -7
  427. package/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue +7 -7
  428. package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +8 -8
  429. package/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue +7 -7
  430. package/src/atoms/components/design-com/Icon/icons/search.vue +7 -7
  431. package/src/atoms/components/design-com/Icon/icons/star-filled.vue +6 -6
  432. package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +6 -6
  433. package/src/atoms/components/design-com/Icon/icons/users.vue +7 -7
  434. package/src/atoms/constants/constants.ts +6 -6
  435. package/src/atoms/mixin/hash-router-mixin.js +68 -68
  436. package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +280 -280
  437. package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
  438. package/src/css/tailwind.css +3 -3
  439. package/src/experiences/clients/brand-crowd-api.client.js +104 -104
  440. package/src/experiences/clients/brand-page-api.client.js +30 -30
  441. package/src/experiences/components/AuthFlow/Auth.fixtures.js +4 -4
  442. package/src/experiences/components/AuthFlow/Auth.stories.js +345 -345
  443. package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +60 -60
  444. package/src/experiences/components/AuthFlow/AuthLegal.vue +108 -108
  445. package/src/experiences/components/AuthFlow/AuthModal.vue +39 -39
  446. package/src/experiences/components/AuthFlow/ForgotPassword.vue +210 -210
  447. package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
  448. package/src/experiences/components/AuthFlow/ResetPassword.vue +150 -150
  449. package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +64 -64
  450. package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +56 -56
  451. package/src/experiences/components/AuthFlow/SignIn.vue +442 -442
  452. package/src/experiences/components/AuthFlow/SignUp.vue +272 -272
  453. package/src/experiences/components/AuthFlow/SignUpModal.vue +90 -90
  454. package/src/experiences/components/AuthFlow/SocialSignIn.vue +177 -177
  455. package/src/experiences/components/AuthFlow/SocialSignInButton.vue +74 -74
  456. package/src/experiences/components/AuthFlow/SubmissionButton.vue +56 -56
  457. package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +91 -91
  458. package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +121 -121
  459. package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +189 -189
  460. package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +45 -45
  461. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +115 -0
  462. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +203 -240
  463. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +86 -16
  464. package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
  465. package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
  466. package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +145 -145
  467. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
  468. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +124 -124
  469. package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +163 -163
  470. package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +153 -153
  471. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
  472. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +184 -184
  473. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
  474. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +152 -152
  475. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +205 -205
  476. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +127 -127
  477. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +40 -40
  478. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +266 -266
  479. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
  480. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +328 -328
  481. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +140 -140
  482. package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +467 -467
  483. package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +97 -97
  484. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +69 -69
  485. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +49 -49
  486. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
  487. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +91 -91
  488. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +22 -22
  489. package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +290 -290
  490. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
  491. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +201 -201
  492. package/src/experiences/constants/api.js +8 -8
  493. package/src/experiences/constants/error-constants.js +5 -5
  494. package/src/experiences/constants/event-constants.js +18 -18
  495. package/src/experiences/constants/partner-dictionary-constants.js +27 -27
  496. package/src/experiences/constants/rego-source-constants.js +3 -3
  497. package/src/experiences/constants/sell-domain-name-constants.js +4 -4
  498. package/src/experiences/helpers/email-validator.js +5 -5
  499. package/src/experiences/helpers/hex-diff.js +116 -116
  500. package/src/experiences/helpers/tracking.js +5 -5
  501. package/src/experiences/mixins/mediaQueryMixin.js +31 -31
  502. package/src/experiences/mixins/themeMixin.js +22 -22
  503. package/src/themes/base.js +20 -20
  504. package/src/themes/bc.js +95 -95
  505. package/src/themes/bp.js +21 -21
  506. package/src/themes/cd.js +94 -94
  507. package/src/themes/dc.js +84 -84
  508. package/src/themes/dcom.js +106 -106
  509. package/src/themes/themes.js +16 -16
  510. package/src/viewports.js +51 -51
  511. package/stylelint.config.js +19 -19
  512. package/tailwind.build.js +83 -83
  513. package/tailwind.config.js +37 -37
  514. package/tailwind.themes.js +59 -59
  515. package/vite.config.ts +37 -37
@@ -0,0 +1,2056 @@
1
+ /*
2
+ ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
3
+ *//*
4
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
6
+ */
7
+
8
+ *,
9
+ ::before,
10
+ ::after {
11
+ box-sizing: border-box; /* 1 */
12
+ border-width: 0; /* 2 */
13
+ border-style: solid; /* 2 */
14
+ border-color: currentColor; /* 2 */
15
+ }
16
+
17
+ ::before,
18
+ ::after {
19
+ --tw-content: '';
20
+ }
21
+
22
+ /*
23
+ 1. Use a consistent sensible line-height in all browsers.
24
+ 2. Prevent adjustments of font size after orientation changes in iOS.
25
+ 3. Use a more readable tab size.
26
+ 4. Use the user's configured `sans` font-family by default.
27
+ 5. Use the user's configured `sans` font-feature-settings by default.
28
+ 6. Use the user's configured `sans` font-variation-settings by default.
29
+ 7. Disable tap highlights on iOS
30
+ */
31
+
32
+ html,
33
+ :host {
34
+ line-height: 1.5; /* 1 */
35
+ -webkit-text-size-adjust: 100%; /* 2 */
36
+ -moz-tab-size: 4; /* 3 */
37
+ -o-tab-size: 4;
38
+ tab-size: 4; /* 3 */
39
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
40
+ font-feature-settings: normal; /* 5 */
41
+ font-variation-settings: normal; /* 6 */
42
+ -webkit-tap-highlight-color: transparent; /* 7 */
43
+ }
44
+
45
+ /*
46
+ 1. Remove the margin in all browsers.
47
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
48
+ */
49
+
50
+ body {
51
+ margin: 0; /* 1 */
52
+ line-height: inherit; /* 2 */
53
+ }
54
+
55
+ /*
56
+ 1. Add the correct height in Firefox.
57
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
58
+ 3. Ensure horizontal rules are visible by default.
59
+ */
60
+
61
+ hr {
62
+ height: 0; /* 1 */
63
+ color: inherit; /* 2 */
64
+ border-top-width: 1px; /* 3 */
65
+ }
66
+
67
+ /*
68
+ Add the correct text decoration in Chrome, Edge, and Safari.
69
+ */
70
+
71
+ abbr:where([title]) {
72
+ -webkit-text-decoration: underline dotted;
73
+ text-decoration: underline dotted;
74
+ }
75
+
76
+ /*
77
+ Remove the default font size and weight for headings.
78
+ */
79
+
80
+ h1,
81
+ h2,
82
+ h3,
83
+ h4,
84
+ h5,
85
+ h6 {
86
+ font-size: inherit;
87
+ font-weight: inherit;
88
+ }
89
+
90
+ /*
91
+ Reset links to optimize for opt-in styling instead of opt-out.
92
+ */
93
+
94
+ a {
95
+ color: inherit;
96
+ text-decoration: inherit;
97
+ }
98
+
99
+ /*
100
+ Add the correct font weight in Edge and Safari.
101
+ */
102
+
103
+ b,
104
+ strong {
105
+ font-weight: bolder;
106
+ }
107
+
108
+ /*
109
+ 1. Use the user's configured `mono` font-family by default.
110
+ 2. Use the user's configured `mono` font-feature-settings by default.
111
+ 3. Use the user's configured `mono` font-variation-settings by default.
112
+ 4. Correct the odd `em` font sizing in all browsers.
113
+ */
114
+
115
+ code,
116
+ kbd,
117
+ samp,
118
+ pre {
119
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
120
+ font-feature-settings: normal; /* 2 */
121
+ font-variation-settings: normal; /* 3 */
122
+ font-size: 1em; /* 4 */
123
+ }
124
+
125
+ /*
126
+ Add the correct font size in all browsers.
127
+ */
128
+
129
+ small {
130
+ font-size: 80%;
131
+ }
132
+
133
+ /*
134
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
135
+ */
136
+
137
+ sub,
138
+ sup {
139
+ font-size: 75%;
140
+ line-height: 0;
141
+ position: relative;
142
+ vertical-align: baseline;
143
+ }
144
+
145
+ sub {
146
+ bottom: -0.25em;
147
+ }
148
+
149
+ sup {
150
+ top: -0.5em;
151
+ }
152
+
153
+ /*
154
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
155
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
156
+ 3. Remove gaps between table borders by default.
157
+ */
158
+
159
+ table {
160
+ text-indent: 0; /* 1 */
161
+ border-color: inherit; /* 2 */
162
+ border-collapse: collapse; /* 3 */
163
+ }
164
+
165
+ /*
166
+ 1. Change the font styles in all browsers.
167
+ 2. Remove the margin in Firefox and Safari.
168
+ 3. Remove default padding in all browsers.
169
+ */
170
+
171
+ button,
172
+ input,
173
+ optgroup,
174
+ select,
175
+ textarea {
176
+ font-family: inherit; /* 1 */
177
+ font-feature-settings: inherit; /* 1 */
178
+ font-variation-settings: inherit; /* 1 */
179
+ font-size: 100%; /* 1 */
180
+ font-weight: inherit; /* 1 */
181
+ line-height: inherit; /* 1 */
182
+ color: inherit; /* 1 */
183
+ margin: 0; /* 2 */
184
+ padding: 0; /* 3 */
185
+ }
186
+
187
+ /*
188
+ Remove the inheritance of text transform in Edge and Firefox.
189
+ */
190
+
191
+ button,
192
+ select {
193
+ text-transform: none;
194
+ }
195
+
196
+ /*
197
+ 1. Correct the inability to style clickable types in iOS and Safari.
198
+ 2. Remove default button styles.
199
+ */
200
+
201
+ button,
202
+ [type='button'],
203
+ [type='reset'],
204
+ [type='submit'] {
205
+ -webkit-appearance: button; /* 1 */
206
+ background-color: transparent; /* 2 */
207
+ background-image: none; /* 2 */
208
+ }
209
+
210
+ /*
211
+ Use the modern Firefox focus style for all focusable elements.
212
+ */
213
+
214
+ :-moz-focusring {
215
+ outline: auto;
216
+ }
217
+
218
+ /*
219
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
220
+ */
221
+
222
+ :-moz-ui-invalid {
223
+ box-shadow: none;
224
+ }
225
+
226
+ /*
227
+ Add the correct vertical alignment in Chrome and Firefox.
228
+ */
229
+
230
+ progress {
231
+ vertical-align: baseline;
232
+ }
233
+
234
+ /*
235
+ Correct the cursor style of increment and decrement buttons in Safari.
236
+ */
237
+
238
+ ::-webkit-inner-spin-button,
239
+ ::-webkit-outer-spin-button {
240
+ height: auto;
241
+ }
242
+
243
+ /*
244
+ 1. Correct the odd appearance in Chrome and Safari.
245
+ 2. Correct the outline style in Safari.
246
+ */
247
+
248
+ [type='search'] {
249
+ -webkit-appearance: textfield; /* 1 */
250
+ outline-offset: -2px; /* 2 */
251
+ }
252
+
253
+ /*
254
+ Remove the inner padding in Chrome and Safari on macOS.
255
+ */
256
+
257
+ ::-webkit-search-decoration {
258
+ -webkit-appearance: none;
259
+ }
260
+
261
+ /*
262
+ 1. Correct the inability to style clickable types in iOS and Safari.
263
+ 2. Change font properties to `inherit` in Safari.
264
+ */
265
+
266
+ ::-webkit-file-upload-button {
267
+ -webkit-appearance: button; /* 1 */
268
+ font: inherit; /* 2 */
269
+ }
270
+
271
+ /*
272
+ Add the correct display in Chrome and Safari.
273
+ */
274
+
275
+ summary {
276
+ display: list-item;
277
+ }
278
+
279
+ /*
280
+ Removes the default spacing and border for appropriate elements.
281
+ */
282
+
283
+ blockquote,
284
+ dl,
285
+ dd,
286
+ h1,
287
+ h2,
288
+ h3,
289
+ h4,
290
+ h5,
291
+ h6,
292
+ hr,
293
+ figure,
294
+ p,
295
+ pre {
296
+ margin: 0;
297
+ }
298
+
299
+ fieldset {
300
+ margin: 0;
301
+ padding: 0;
302
+ }
303
+
304
+ legend {
305
+ padding: 0;
306
+ }
307
+
308
+ ol,
309
+ ul,
310
+ menu {
311
+ list-style: none;
312
+ margin: 0;
313
+ padding: 0;
314
+ }
315
+
316
+ /*
317
+ Reset default styling for dialogs.
318
+ */
319
+ dialog {
320
+ padding: 0;
321
+ }
322
+
323
+ /*
324
+ Prevent resizing textareas horizontally by default.
325
+ */
326
+
327
+ textarea {
328
+ resize: vertical;
329
+ }
330
+
331
+ /*
332
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
333
+ 2. Set the default placeholder color to the user's configured gray 400 color.
334
+ */
335
+
336
+ input::-moz-placeholder, textarea::-moz-placeholder {
337
+ opacity: 1; /* 1 */
338
+ color: #9ca3af; /* 2 */
339
+ }
340
+
341
+ input::placeholder,
342
+ textarea::placeholder {
343
+ opacity: 1; /* 1 */
344
+ color: #9ca3af; /* 2 */
345
+ }
346
+
347
+ /*
348
+ Set the default cursor for buttons.
349
+ */
350
+
351
+ button,
352
+ [role="button"] {
353
+ cursor: pointer;
354
+ }
355
+
356
+ /*
357
+ Make sure disabled buttons don't get the pointer cursor.
358
+ */
359
+ :disabled {
360
+ cursor: default;
361
+ }
362
+
363
+ /*
364
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
365
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
366
+ This can trigger a poorly considered lint error in some tools but is included by design.
367
+ */
368
+
369
+ img,
370
+ svg,
371
+ video,
372
+ canvas,
373
+ audio,
374
+ iframe,
375
+ embed,
376
+ object {
377
+ display: block; /* 1 */
378
+ vertical-align: middle; /* 2 */
379
+ }
380
+
381
+ /*
382
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
383
+ */
384
+
385
+ img,
386
+ video {
387
+ max-width: 100%;
388
+ height: auto;
389
+ }
390
+
391
+ /* Make elements with the HTML hidden attribute stay hidden by default */
392
+ [hidden] {
393
+ display: none;
394
+ }
395
+
396
+ *, ::before, ::after {
397
+ --tw-border-spacing-x: 0;
398
+ --tw-border-spacing-y: 0;
399
+ --tw-translate-x: 0;
400
+ --tw-translate-y: 0;
401
+ --tw-rotate: 0;
402
+ --tw-skew-x: 0;
403
+ --tw-skew-y: 0;
404
+ --tw-scale-x: 1;
405
+ --tw-scale-y: 1;
406
+ --tw-pan-x: ;
407
+ --tw-pan-y: ;
408
+ --tw-pinch-zoom: ;
409
+ --tw-scroll-snap-strictness: proximity;
410
+ --tw-gradient-from-position: ;
411
+ --tw-gradient-via-position: ;
412
+ --tw-gradient-to-position: ;
413
+ --tw-ordinal: ;
414
+ --tw-slashed-zero: ;
415
+ --tw-numeric-figure: ;
416
+ --tw-numeric-spacing: ;
417
+ --tw-numeric-fraction: ;
418
+ --tw-ring-inset: ;
419
+ --tw-ring-offset-width: 0px;
420
+ --tw-ring-offset-color: #fff;
421
+ --tw-ring-color: rgb(59 130 246 / 0.5);
422
+ --tw-ring-offset-shadow: 0 0 #0000;
423
+ --tw-ring-shadow: 0 0 #0000;
424
+ --tw-shadow: 0 0 #0000;
425
+ --tw-shadow-colored: 0 0 #0000;
426
+ --tw-blur: ;
427
+ --tw-brightness: ;
428
+ --tw-contrast: ;
429
+ --tw-grayscale: ;
430
+ --tw-hue-rotate: ;
431
+ --tw-invert: ;
432
+ --tw-saturate: ;
433
+ --tw-sepia: ;
434
+ --tw-drop-shadow: ;
435
+ --tw-backdrop-blur: ;
436
+ --tw-backdrop-brightness: ;
437
+ --tw-backdrop-contrast: ;
438
+ --tw-backdrop-grayscale: ;
439
+ --tw-backdrop-hue-rotate: ;
440
+ --tw-backdrop-invert: ;
441
+ --tw-backdrop-opacity: ;
442
+ --tw-backdrop-saturate: ;
443
+ --tw-backdrop-sepia: ;
444
+ }
445
+
446
+ ::backdrop {
447
+ --tw-border-spacing-x: 0;
448
+ --tw-border-spacing-y: 0;
449
+ --tw-translate-x: 0;
450
+ --tw-translate-y: 0;
451
+ --tw-rotate: 0;
452
+ --tw-skew-x: 0;
453
+ --tw-skew-y: 0;
454
+ --tw-scale-x: 1;
455
+ --tw-scale-y: 1;
456
+ --tw-pan-x: ;
457
+ --tw-pan-y: ;
458
+ --tw-pinch-zoom: ;
459
+ --tw-scroll-snap-strictness: proximity;
460
+ --tw-gradient-from-position: ;
461
+ --tw-gradient-via-position: ;
462
+ --tw-gradient-to-position: ;
463
+ --tw-ordinal: ;
464
+ --tw-slashed-zero: ;
465
+ --tw-numeric-figure: ;
466
+ --tw-numeric-spacing: ;
467
+ --tw-numeric-fraction: ;
468
+ --tw-ring-inset: ;
469
+ --tw-ring-offset-width: 0px;
470
+ --tw-ring-offset-color: #fff;
471
+ --tw-ring-color: rgb(59 130 246 / 0.5);
472
+ --tw-ring-offset-shadow: 0 0 #0000;
473
+ --tw-ring-shadow: 0 0 #0000;
474
+ --tw-shadow: 0 0 #0000;
475
+ --tw-shadow-colored: 0 0 #0000;
476
+ --tw-blur: ;
477
+ --tw-brightness: ;
478
+ --tw-contrast: ;
479
+ --tw-grayscale: ;
480
+ --tw-hue-rotate: ;
481
+ --tw-invert: ;
482
+ --tw-saturate: ;
483
+ --tw-sepia: ;
484
+ --tw-drop-shadow: ;
485
+ --tw-backdrop-blur: ;
486
+ --tw-backdrop-brightness: ;
487
+ --tw-backdrop-contrast: ;
488
+ --tw-backdrop-grayscale: ;
489
+ --tw-backdrop-hue-rotate: ;
490
+ --tw-backdrop-invert: ;
491
+ --tw-backdrop-opacity: ;
492
+ --tw-backdrop-saturate: ;
493
+ --tw-backdrop-sepia: ;
494
+ }
495
+ .theme-brandPage .tw-container {
496
+ width: 100%;
497
+ }
498
+ @media (min-width: 640px) {
499
+
500
+ .theme-brandPage .tw-container {
501
+ max-width: 640px;
502
+ }
503
+ }
504
+ @media (min-width: 768px) {
505
+
506
+ .theme-brandPage .tw-container {
507
+ max-width: 768px;
508
+ }
509
+ }
510
+ @media (min-width: 1024px) {
511
+
512
+ .theme-brandPage .tw-container {
513
+ max-width: 1024px;
514
+ }
515
+ }
516
+ @media (min-width: 1280px) {
517
+
518
+ .theme-brandPage .tw-container {
519
+ max-width: 1280px;
520
+ }
521
+ }
522
+ @media (min-width: 1536px) {
523
+
524
+ .theme-brandPage .tw-container {
525
+ max-width: 1536px;
526
+ }
527
+ }
528
+ .theme-brandPage .tw-sr-only {
529
+ position: absolute;
530
+ width: 1px;
531
+ height: 1px;
532
+ padding: 0;
533
+ margin: -1px;
534
+ overflow: hidden;
535
+ clip: rect(0, 0, 0, 0);
536
+ white-space: nowrap;
537
+ border-width: 0;
538
+ }
539
+ .theme-brandPage .tw-pointer-events-none {
540
+ pointer-events: none;
541
+ }
542
+ .theme-brandPage .tw-static {
543
+ position: static;
544
+ }
545
+ .theme-brandPage .tw-fixed {
546
+ position: fixed;
547
+ }
548
+ .theme-brandPage .tw-absolute {
549
+ position: absolute;
550
+ }
551
+ .theme-brandPage .tw-relative {
552
+ position: relative;
553
+ }
554
+ .theme-brandPage .tw--left-16 {
555
+ left: -4rem;
556
+ }
557
+ .theme-brandPage .tw--right-16 {
558
+ right: -4rem;
559
+ }
560
+ .theme-brandPage .tw-bottom-0 {
561
+ bottom: 0px;
562
+ }
563
+ .theme-brandPage .tw-bottom-full {
564
+ bottom: 100%;
565
+ }
566
+ .theme-brandPage .tw-left-0 {
567
+ left: 0px;
568
+ }
569
+ .theme-brandPage .tw-left-1\/2 {
570
+ left: 50%;
571
+ }
572
+ .theme-brandPage .tw-left-2 {
573
+ left: 0.5rem;
574
+ }
575
+ .theme-brandPage .tw-left-full {
576
+ left: 100%;
577
+ }
578
+ .theme-brandPage .tw-right-0 {
579
+ right: 0px;
580
+ }
581
+ .theme-brandPage .tw-right-2 {
582
+ right: 0.5rem;
583
+ }
584
+ .theme-brandPage .tw-right-full {
585
+ right: 100%;
586
+ }
587
+ .theme-brandPage .tw-top-0 {
588
+ top: 0px;
589
+ }
590
+ .theme-brandPage .tw-top-1\/2 {
591
+ top: 50%;
592
+ }
593
+ .theme-brandPage .tw-top-full {
594
+ top: 100%;
595
+ }
596
+ .theme-brandPage .tw-z-10 {
597
+ z-index: 10;
598
+ }
599
+ .theme-brandPage .tw-z-20 {
600
+ z-index: 20;
601
+ }
602
+ .theme-brandPage .tw-z-30 {
603
+ z-index: 30;
604
+ }
605
+ .theme-brandPage .tw-z-50 {
606
+ z-index: 50;
607
+ }
608
+ .theme-brandPage .tw-order-last {
609
+ order: 9999;
610
+ }
611
+ .theme-brandPage .tw-col-span-2 {
612
+ grid-column: span 2 / span 2;
613
+ }
614
+ .theme-brandPage .tw-m-0 {
615
+ margin: 0px;
616
+ }
617
+ .theme-brandPage .tw-m-3 {
618
+ margin: 0.75rem;
619
+ }
620
+ .theme-brandPage .tw-m-5 {
621
+ margin: 1.25rem;
622
+ }
623
+ .theme-brandPage .tw-m-auto {
624
+ margin: auto;
625
+ }
626
+ .theme-brandPage .tw-mx-2 {
627
+ margin-left: 0.5rem;
628
+ margin-right: 0.5rem;
629
+ }
630
+ .theme-brandPage .tw-mx-4 {
631
+ margin-left: 1rem;
632
+ margin-right: 1rem;
633
+ }
634
+ .theme-brandPage .tw-mx-8 {
635
+ margin-left: 2rem;
636
+ margin-right: 2rem;
637
+ }
638
+ .theme-brandPage .tw-mx-auto {
639
+ margin-left: auto;
640
+ margin-right: auto;
641
+ }
642
+ .theme-brandPage .tw-my-0 {
643
+ margin-top: 0px;
644
+ margin-bottom: 0px;
645
+ }
646
+ .theme-brandPage .tw-my-10 {
647
+ margin-top: 2.5rem;
648
+ margin-bottom: 2.5rem;
649
+ }
650
+ .theme-brandPage .tw-my-4 {
651
+ margin-top: 1rem;
652
+ margin-bottom: 1rem;
653
+ }
654
+ .theme-brandPage .tw-my-auto {
655
+ margin-top: auto;
656
+ margin-bottom: auto;
657
+ }
658
+ .theme-brandPage .tw--mb-1 {
659
+ margin-bottom: -0.25rem;
660
+ }
661
+ .theme-brandPage .tw--mb-1\.5 {
662
+ margin-bottom: -0.375rem;
663
+ }
664
+ .theme-brandPage .tw--ml-px {
665
+ margin-left: -1px;
666
+ }
667
+ .theme-brandPage .tw--mr-1 {
668
+ margin-right: -0.25rem;
669
+ }
670
+ .theme-brandPage .tw--mr-1\.5 {
671
+ margin-right: -0.375rem;
672
+ }
673
+ .theme-brandPage .tw--mt-px {
674
+ margin-top: -1px;
675
+ }
676
+ .theme-brandPage .tw-mb-0 {
677
+ margin-bottom: 0px;
678
+ }
679
+ .theme-brandPage .tw-mb-1 {
680
+ margin-bottom: 0.25rem;
681
+ }
682
+ .theme-brandPage .tw-mb-10 {
683
+ margin-bottom: 2.5rem;
684
+ }
685
+ .theme-brandPage .tw-mb-2 {
686
+ margin-bottom: 0.5rem;
687
+ }
688
+ .theme-brandPage .tw-mb-3 {
689
+ margin-bottom: 0.75rem;
690
+ }
691
+ .theme-brandPage .tw-mb-4 {
692
+ margin-bottom: 1rem;
693
+ }
694
+ .theme-brandPage .tw-mb-6 {
695
+ margin-bottom: 1.5rem;
696
+ }
697
+ .theme-brandPage .tw-mb-8 {
698
+ margin-bottom: 2rem;
699
+ }
700
+ .theme-brandPage .tw-ml-0 {
701
+ margin-left: 0px;
702
+ }
703
+ .theme-brandPage .tw-ml-2 {
704
+ margin-left: 0.5rem;
705
+ }
706
+ .theme-brandPage .tw-ml-3 {
707
+ margin-left: 0.75rem;
708
+ }
709
+ .theme-brandPage .tw-ml-4 {
710
+ margin-left: 1rem;
711
+ }
712
+ .theme-brandPage .tw-ml-6 {
713
+ margin-left: 1.5rem;
714
+ }
715
+ .theme-brandPage .tw-ml-auto {
716
+ margin-left: auto;
717
+ }
718
+ .theme-brandPage .tw-mr-2 {
719
+ margin-right: 0.5rem;
720
+ }
721
+ .theme-brandPage .tw-mr-3 {
722
+ margin-right: 0.75rem;
723
+ }
724
+ .theme-brandPage .tw-mr-4 {
725
+ margin-right: 1rem;
726
+ }
727
+ .theme-brandPage .tw-mr-auto {
728
+ margin-right: auto;
729
+ }
730
+ .theme-brandPage .tw-mt-0 {
731
+ margin-top: 0px;
732
+ }
733
+ .theme-brandPage .tw-mt-0\.5 {
734
+ margin-top: 0.125rem;
735
+ }
736
+ .theme-brandPage .tw-mt-1 {
737
+ margin-top: 0.25rem;
738
+ }
739
+ .theme-brandPage .tw-mt-2 {
740
+ margin-top: 0.5rem;
741
+ }
742
+ .theme-brandPage .tw-mt-3 {
743
+ margin-top: 0.75rem;
744
+ }
745
+ .theme-brandPage .tw-mt-4 {
746
+ margin-top: 1rem;
747
+ }
748
+ .theme-brandPage .tw-mt-8 {
749
+ margin-top: 2rem;
750
+ }
751
+ .theme-brandPage .tw-box-border {
752
+ box-sizing: border-box;
753
+ }
754
+ .theme-brandPage .tw-box-content {
755
+ box-sizing: content-box;
756
+ }
757
+ .theme-brandPage .tw-block {
758
+ display: block;
759
+ }
760
+ .theme-brandPage .tw-inline-block {
761
+ display: inline-block;
762
+ }
763
+ .theme-brandPage .tw-inline {
764
+ display: inline;
765
+ }
766
+ .theme-brandPage .tw-flex {
767
+ display: flex;
768
+ }
769
+ .theme-brandPage .tw-inline-flex {
770
+ display: inline-flex;
771
+ }
772
+ .theme-brandPage .tw-grid {
773
+ display: grid;
774
+ }
775
+ .theme-brandPage .tw-hidden {
776
+ display: none;
777
+ }
778
+ .theme-brandPage .tw-h-0 {
779
+ height: 0px;
780
+ }
781
+ .theme-brandPage .tw-h-10 {
782
+ height: 2.5rem;
783
+ }
784
+ .theme-brandPage .tw-h-12 {
785
+ height: 3rem;
786
+ }
787
+ .theme-brandPage .tw-h-14 {
788
+ height: 3.5rem;
789
+ }
790
+ .theme-brandPage .tw-h-16 {
791
+ height: 4rem;
792
+ }
793
+ .theme-brandPage .tw-h-2 {
794
+ height: 0.5rem;
795
+ }
796
+ .theme-brandPage .tw-h-20 {
797
+ height: 5rem;
798
+ }
799
+ .theme-brandPage .tw-h-24 {
800
+ height: 6rem;
801
+ }
802
+ .theme-brandPage .tw-h-3 {
803
+ height: 0.75rem;
804
+ }
805
+ .theme-brandPage .tw-h-4 {
806
+ height: 1rem;
807
+ }
808
+ .theme-brandPage .tw-h-40 {
809
+ height: 10rem;
810
+ }
811
+ .theme-brandPage .tw-h-5 {
812
+ height: 1.25rem;
813
+ }
814
+ .theme-brandPage .tw-h-6 {
815
+ height: 1.5rem;
816
+ }
817
+ .theme-brandPage .tw-h-8 {
818
+ height: 2rem;
819
+ }
820
+ .theme-brandPage .tw-h-80 {
821
+ height: 20rem;
822
+ }
823
+ .theme-brandPage .tw-h-auto {
824
+ height: auto;
825
+ }
826
+ .theme-brandPage .tw-h-full {
827
+ height: 100%;
828
+ }
829
+ .theme-brandPage .tw-max-h-56 {
830
+ max-height: 14rem;
831
+ }
832
+ .theme-brandPage .tw-max-h-72 {
833
+ max-height: 18rem;
834
+ }
835
+ .theme-brandPage .tw-max-h-full {
836
+ max-height: 100%;
837
+ }
838
+ .theme-brandPage .tw-max-h-screen {
839
+ max-height: 100vh;
840
+ }
841
+ .theme-brandPage .tw-w-1\/3 {
842
+ width: 33.333333%;
843
+ }
844
+ .theme-brandPage .tw-w-10 {
845
+ width: 2.5rem;
846
+ }
847
+ .theme-brandPage .tw-w-12 {
848
+ width: 3rem;
849
+ }
850
+ .theme-brandPage .tw-w-14 {
851
+ width: 3.5rem;
852
+ }
853
+ .theme-brandPage .tw-w-16 {
854
+ width: 4rem;
855
+ }
856
+ .theme-brandPage .tw-w-2 {
857
+ width: 0.5rem;
858
+ }
859
+ .theme-brandPage .tw-w-24 {
860
+ width: 6rem;
861
+ }
862
+ .theme-brandPage .tw-w-3 {
863
+ width: 0.75rem;
864
+ }
865
+ .theme-brandPage .tw-w-32 {
866
+ width: 8rem;
867
+ }
868
+ .theme-brandPage .tw-w-4 {
869
+ width: 1rem;
870
+ }
871
+ .theme-brandPage .tw-w-5 {
872
+ width: 1.25rem;
873
+ }
874
+ .theme-brandPage .tw-w-6 {
875
+ width: 1.5rem;
876
+ }
877
+ .theme-brandPage .tw-w-60 {
878
+ width: 15rem;
879
+ }
880
+ .theme-brandPage .tw-w-64 {
881
+ width: 16rem;
882
+ }
883
+ .theme-brandPage .tw-w-72 {
884
+ width: 18rem;
885
+ }
886
+ .theme-brandPage .tw-w-8 {
887
+ width: 2rem;
888
+ }
889
+ .theme-brandPage .tw-w-96 {
890
+ width: 24rem;
891
+ }
892
+ .theme-brandPage .tw-w-auto {
893
+ width: auto;
894
+ }
895
+ .theme-brandPage .tw-w-fit {
896
+ width: -moz-fit-content;
897
+ width: fit-content;
898
+ }
899
+ .theme-brandPage .tw-w-full {
900
+ width: 100%;
901
+ }
902
+ .theme-brandPage .tw-max-w-2xl {
903
+ max-width: 42rem;
904
+ }
905
+ .theme-brandPage .tw-max-w-full {
906
+ max-width: 100%;
907
+ }
908
+ .theme-brandPage .tw-max-w-md {
909
+ max-width: 28rem;
910
+ }
911
+ .theme-brandPage .tw-max-w-xl {
912
+ max-width: 36rem;
913
+ }
914
+ .theme-brandPage .tw-flex-auto {
915
+ flex: 1 1 auto;
916
+ }
917
+ .theme-brandPage .tw-flex-none {
918
+ flex: none;
919
+ }
920
+ .theme-brandPage .tw-grow {
921
+ flex-grow: 1;
922
+ }
923
+ .theme-brandPage .tw-origin-top-right {
924
+ transform-origin: top right;
925
+ }
926
+ .-tw-translate-x-px {
927
+ --tw-translate-x: -1px;
928
+ 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));
929
+ }
930
+ .theme-brandPage .tw--translate-x-2 {
931
+ --tw-translate-x: -0.5rem;
932
+ 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));
933
+ }
934
+ .theme-brandPage .tw--translate-x-3 {
935
+ --tw-translate-x: -0.75rem;
936
+ 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));
937
+ }
938
+ .theme-brandPage .tw--translate-x-4 {
939
+ --tw-translate-x: -1rem;
940
+ 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));
941
+ }
942
+ .theme-brandPage .tw--translate-y-1\/2 {
943
+ --tw-translate-y: -50%;
944
+ 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));
945
+ }
946
+ .theme-brandPage .tw--translate-y-2 {
947
+ --tw-translate-y: -0.5rem;
948
+ 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));
949
+ }
950
+ .theme-brandPage .tw-translate-x-12 {
951
+ --tw-translate-x: 3rem;
952
+ 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));
953
+ }
954
+ .theme-brandPage .tw-translate-x-20 {
955
+ --tw-translate-x: 5rem;
956
+ 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));
957
+ }
958
+ .theme-brandPage .tw-translate-x-4 {
959
+ --tw-translate-x: 1rem;
960
+ 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));
961
+ }
962
+ .theme-brandPage .tw-translate-x-5 {
963
+ --tw-translate-x: 1.25rem;
964
+ 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));
965
+ }
966
+ .theme-brandPage .tw-translate-x-6 {
967
+ --tw-translate-x: 1.5rem;
968
+ 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));
969
+ }
970
+ .theme-brandPage .tw-translate-x-8 {
971
+ --tw-translate-x: 2rem;
972
+ 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));
973
+ }
974
+ .theme-brandPage .tw-translate-y-1\/2 {
975
+ --tw-translate-y: 50%;
976
+ 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));
977
+ }
978
+ .theme-brandPage .tw-translate-y-2 {
979
+ --tw-translate-y: 0.5rem;
980
+ 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));
981
+ }
982
+ .theme-brandPage .tw-translate-y-2\.5 {
983
+ --tw-translate-y: 0.625rem;
984
+ 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));
985
+ }
986
+ .theme-brandPage .tw-translate-y-4 {
987
+ --tw-translate-y: 1rem;
988
+ 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));
989
+ }
990
+ .theme-brandPage .tw-scale-0 {
991
+ --tw-scale-x: 0;
992
+ --tw-scale-y: 0;
993
+ 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));
994
+ }
995
+ .theme-brandPage .tw-scale-100 {
996
+ --tw-scale-x: 1;
997
+ --tw-scale-y: 1;
998
+ 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));
999
+ }
1000
+ .theme-brandPage .tw-transform {
1001
+ 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));
1002
+ }
1003
+ @keyframes tw-spin {
1004
+
1005
+ to {
1006
+ transform: rotate(360deg);
1007
+ }
1008
+ }
1009
+ .theme-brandPage .tw-animate-spin {
1010
+ animation: tw-spin 1s linear infinite;
1011
+ }
1012
+ .theme-brandPage .tw-cursor-not-allowed {
1013
+ cursor: not-allowed;
1014
+ }
1015
+ .theme-brandPage .tw-cursor-pointer {
1016
+ cursor: pointer;
1017
+ }
1018
+ .theme-brandPage .tw-cursor-text {
1019
+ cursor: text;
1020
+ }
1021
+ .theme-brandPage .tw-cursor-wait {
1022
+ cursor: wait;
1023
+ }
1024
+ .theme-brandPage .tw-select-none {
1025
+ -webkit-user-select: none;
1026
+ -moz-user-select: none;
1027
+ user-select: none;
1028
+ }
1029
+ .theme-brandPage .tw-resize-none {
1030
+ resize: none;
1031
+ }
1032
+ .theme-brandPage .tw-list-none {
1033
+ list-style-type: none;
1034
+ }
1035
+ .theme-brandPage .tw-appearance-none {
1036
+ -webkit-appearance: none;
1037
+ -moz-appearance: none;
1038
+ appearance: none;
1039
+ }
1040
+ .theme-brandPage .tw-grid-flow-row {
1041
+ grid-auto-flow: row;
1042
+ }
1043
+ .theme-brandPage .tw-auto-rows-max {
1044
+ grid-auto-rows: max-content;
1045
+ }
1046
+ .theme-brandPage .tw-grid-cols-1 {
1047
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1048
+ }
1049
+ .theme-brandPage .tw-grid-cols-3 {
1050
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1051
+ }
1052
+ .theme-brandPage .tw-grid-cols-4 {
1053
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1054
+ }
1055
+ .theme-brandPage .tw-flex-row {
1056
+ flex-direction: row;
1057
+ }
1058
+ .theme-brandPage .tw-flex-row-reverse {
1059
+ flex-direction: row-reverse;
1060
+ }
1061
+ .theme-brandPage .tw-flex-col {
1062
+ flex-direction: column;
1063
+ }
1064
+ .theme-brandPage .tw-flex-col-reverse {
1065
+ flex-direction: column-reverse;
1066
+ }
1067
+ .theme-brandPage .tw-content-start {
1068
+ align-content: flex-start;
1069
+ }
1070
+ .theme-brandPage .tw-items-start {
1071
+ align-items: flex-start;
1072
+ }
1073
+ .theme-brandPage .tw-items-end {
1074
+ align-items: flex-end;
1075
+ }
1076
+ .theme-brandPage .tw-items-center {
1077
+ align-items: center;
1078
+ }
1079
+ .theme-brandPage .tw-items-stretch {
1080
+ align-items: stretch;
1081
+ }
1082
+ .theme-brandPage .tw-justify-start {
1083
+ justify-content: flex-start;
1084
+ }
1085
+ .theme-brandPage .tw-justify-end {
1086
+ justify-content: flex-end;
1087
+ }
1088
+ .theme-brandPage .tw-justify-center {
1089
+ justify-content: center;
1090
+ }
1091
+ .theme-brandPage .tw-justify-between {
1092
+ justify-content: space-between;
1093
+ }
1094
+ .theme-brandPage .tw-gap-2 {
1095
+ gap: 0.5rem;
1096
+ }
1097
+ .theme-brandPage .tw-gap-3 {
1098
+ gap: 0.75rem;
1099
+ }
1100
+ .theme-brandPage .tw-gap-4 {
1101
+ gap: 1rem;
1102
+ }
1103
+ .theme-brandPage .tw-self-center {
1104
+ align-self: center;
1105
+ }
1106
+ .theme-brandPage .tw-overflow-hidden {
1107
+ overflow: hidden;
1108
+ }
1109
+ .theme-brandPage .tw-overflow-visible {
1110
+ overflow: visible;
1111
+ }
1112
+ .theme-brandPage .tw-overflow-scroll {
1113
+ overflow: scroll;
1114
+ }
1115
+ .theme-brandPage .tw-overflow-x-auto {
1116
+ overflow-x: auto;
1117
+ }
1118
+ .theme-brandPage .tw-overflow-y-auto {
1119
+ overflow-y: auto;
1120
+ }
1121
+ .theme-brandPage .tw-overflow-x-hidden {
1122
+ overflow-x: hidden;
1123
+ }
1124
+ .theme-brandPage .tw-overflow-y-hidden {
1125
+ overflow-y: hidden;
1126
+ }
1127
+ .theme-brandPage .tw-truncate {
1128
+ overflow: hidden;
1129
+ text-overflow: ellipsis;
1130
+ white-space: nowrap;
1131
+ }
1132
+ .theme-brandPage .tw-whitespace-nowrap {
1133
+ white-space: nowrap;
1134
+ }
1135
+ .theme-brandPage .tw-break-all {
1136
+ word-break: break-all;
1137
+ }
1138
+ .theme-brandPage .tw-rounded {
1139
+ border-radius: 0.25rem;
1140
+ }
1141
+ .theme-brandPage .tw-rounded-full {
1142
+ border-radius: 9999px;
1143
+ }
1144
+ .theme-brandPage .tw-rounded-md {
1145
+ border-radius: 0.375rem;
1146
+ }
1147
+ .theme-brandPage .tw-rounded-none {
1148
+ border-radius: 0px;
1149
+ }
1150
+ .theme-brandPage .tw-rounded-sm {
1151
+ border-radius: 0.125rem;
1152
+ }
1153
+ .\!tw-rounded-l-none {
1154
+ border-top-left-radius: 0px !important;
1155
+ border-bottom-left-radius: 0px !important;
1156
+ }
1157
+ .\!tw-rounded-r-none {
1158
+ border-top-right-radius: 0px !important;
1159
+ border-bottom-right-radius: 0px !important;
1160
+ }
1161
+ .theme-brandPage .tw-rounded-b {
1162
+ border-bottom-right-radius: 0.25rem;
1163
+ border-bottom-left-radius: 0.25rem;
1164
+ }
1165
+ .theme-brandPage .tw-rounded-l {
1166
+ border-top-left-radius: 0.25rem;
1167
+ border-bottom-left-radius: 0.25rem;
1168
+ }
1169
+ .theme-brandPage .tw-rounded-l-none {
1170
+ border-top-left-radius: 0px;
1171
+ border-bottom-left-radius: 0px;
1172
+ }
1173
+ .theme-brandPage .tw-rounded-r {
1174
+ border-top-right-radius: 0.25rem;
1175
+ border-bottom-right-radius: 0.25rem;
1176
+ }
1177
+ .theme-brandPage .tw-rounded-r-none {
1178
+ border-top-right-radius: 0px;
1179
+ border-bottom-right-radius: 0px;
1180
+ }
1181
+ .theme-brandPage .tw-border {
1182
+ border-width: 1px;
1183
+ }
1184
+ .theme-brandPage .tw-border-0 {
1185
+ border-width: 0px;
1186
+ }
1187
+ .theme-brandPage .tw-border-2 {
1188
+ border-width: 2px;
1189
+ }
1190
+ .theme-brandPage .tw-border-b-0 {
1191
+ border-bottom-width: 0px;
1192
+ }
1193
+ .theme-brandPage .tw-border-b-4 {
1194
+ border-bottom-width: 4px;
1195
+ }
1196
+ .theme-brandPage .tw-border-l {
1197
+ border-left-width: 1px;
1198
+ }
1199
+ .theme-brandPage .tw-border-l-0 {
1200
+ border-left-width: 0px;
1201
+ }
1202
+ .theme-brandPage .tw-border-r {
1203
+ border-right-width: 1px;
1204
+ }
1205
+ .theme-brandPage .tw-border-r-0 {
1206
+ border-right-width: 0px;
1207
+ }
1208
+ .theme-brandPage .tw-border-t {
1209
+ border-top-width: 1px;
1210
+ }
1211
+ .theme-brandPage .tw-border-t-0 {
1212
+ border-top-width: 0px;
1213
+ }
1214
+ .theme-brandPage .tw-border-t-2 {
1215
+ border-top-width: 2px;
1216
+ }
1217
+ .theme-brandPage .tw-border-solid {
1218
+ border-style: solid;
1219
+ }
1220
+ .theme-brandPage .tw-border-dashed {
1221
+ border-style: dashed;
1222
+ }
1223
+ .theme-brandPage .tw-border-none {
1224
+ border-style: none;
1225
+ }
1226
+ .theme-brandPage .tw-border-black\/10 {
1227
+ border-color: rgb(0 0 0 / 0.1);
1228
+ }
1229
+ .theme-brandPage .tw-border-grayscale-100 {
1230
+ --tw-border-opacity: 1;
1231
+ border-color: rgb(255 255 255 / var(--tw-border-opacity));
1232
+ }
1233
+ .theme-brandPage .tw-border-grayscale-300 {
1234
+ --tw-border-opacity: 1;
1235
+ border-color: rgb(239 239 239 / var(--tw-border-opacity));
1236
+ }
1237
+ .theme-brandPage .tw-border-grayscale-400 {
1238
+ --tw-border-opacity: 1;
1239
+ border-color: rgb(230 230 230 / var(--tw-border-opacity));
1240
+ }
1241
+ .theme-brandPage .tw-border-grayscale-500 {
1242
+ --tw-border-opacity: 1;
1243
+ border-color: rgb(208 208 208 / var(--tw-border-opacity));
1244
+ }
1245
+ .theme-brandPage .tw-border-grayscale-600 {
1246
+ --tw-border-opacity: 1;
1247
+ border-color: rgb(94 94 94 / var(--tw-border-opacity));
1248
+ }
1249
+ .theme-brandPage .tw-border-white {
1250
+ --tw-border-opacity: 1;
1251
+ border-color: rgb(255 255 255 / var(--tw-border-opacity));
1252
+ }
1253
+ .theme-brandPage .tw-bg-black {
1254
+ --tw-bg-opacity: 1;
1255
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1256
+ }
1257
+ .theme-brandPage .tw-bg-grayscale-100 {
1258
+ --tw-bg-opacity: 1;
1259
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1260
+ }
1261
+ .theme-brandPage .tw-bg-grayscale-200 {
1262
+ --tw-bg-opacity: 1;
1263
+ background-color: rgb(244 244 244 / var(--tw-bg-opacity));
1264
+ }
1265
+ .theme-brandPage .tw-bg-grayscale-300 {
1266
+ --tw-bg-opacity: 1;
1267
+ background-color: rgb(239 239 239 / var(--tw-bg-opacity));
1268
+ }
1269
+ .theme-brandPage .tw-bg-grayscale-400 {
1270
+ --tw-bg-opacity: 1;
1271
+ background-color: rgb(230 230 230 / var(--tw-bg-opacity));
1272
+ }
1273
+ .theme-brandPage .tw-bg-grayscale-500 {
1274
+ --tw-bg-opacity: 1;
1275
+ background-color: rgb(208 208 208 / var(--tw-bg-opacity));
1276
+ }
1277
+ .theme-brandPage .tw-bg-transparent {
1278
+ background-color: transparent;
1279
+ }
1280
+ .theme-brandPage .tw-bg-white {
1281
+ --tw-bg-opacity: 1;
1282
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1283
+ }
1284
+ .theme-brandPage .tw-bg-opacity-75 {
1285
+ --tw-bg-opacity: 0.75;
1286
+ }
1287
+ .theme-brandPage .tw-bg-opacity-80 {
1288
+ --tw-bg-opacity: 0.8;
1289
+ }
1290
+ .theme-brandPage .tw-bg-no-repeat {
1291
+ background-repeat: no-repeat;
1292
+ }
1293
+ .theme-brandPage .tw-fill-current {
1294
+ fill: currentColor;
1295
+ }
1296
+ .theme-brandPage .tw-object-contain {
1297
+ -o-object-fit: contain;
1298
+ object-fit: contain;
1299
+ }
1300
+ .theme-brandPage .tw-object-cover {
1301
+ -o-object-fit: cover;
1302
+ object-fit: cover;
1303
+ }
1304
+ .theme-brandPage .tw-object-top {
1305
+ -o-object-position: top;
1306
+ object-position: top;
1307
+ }
1308
+ .\!tw-p-0 {
1309
+ padding: 0px !important;
1310
+ }
1311
+ .\!tw-p-0\.5 {
1312
+ padding: 0.125rem !important;
1313
+ }
1314
+ .\!tw-p-1 {
1315
+ padding: 0.25rem !important;
1316
+ }
1317
+ .\!tw-p-1\.5 {
1318
+ padding: 0.375rem !important;
1319
+ }
1320
+ .\!tw-p-10 {
1321
+ padding: 2.5rem !important;
1322
+ }
1323
+ .\!tw-p-11 {
1324
+ padding: 2.75rem !important;
1325
+ }
1326
+ .\!tw-p-12 {
1327
+ padding: 3rem !important;
1328
+ }
1329
+ .\!tw-p-14 {
1330
+ padding: 3.5rem !important;
1331
+ }
1332
+ .\!tw-p-16 {
1333
+ padding: 4rem !important;
1334
+ }
1335
+ .\!tw-p-2 {
1336
+ padding: 0.5rem !important;
1337
+ }
1338
+ .\!tw-p-2\.5 {
1339
+ padding: 0.625rem !important;
1340
+ }
1341
+ .\!tw-p-20 {
1342
+ padding: 5rem !important;
1343
+ }
1344
+ .\!tw-p-24 {
1345
+ padding: 6rem !important;
1346
+ }
1347
+ .\!tw-p-28 {
1348
+ padding: 7rem !important;
1349
+ }
1350
+ .\!tw-p-3 {
1351
+ padding: 0.75rem !important;
1352
+ }
1353
+ .\!tw-p-3\.5 {
1354
+ padding: 0.875rem !important;
1355
+ }
1356
+ .\!tw-p-32 {
1357
+ padding: 8rem !important;
1358
+ }
1359
+ .\!tw-p-36 {
1360
+ padding: 9rem !important;
1361
+ }
1362
+ .\!tw-p-4 {
1363
+ padding: 1rem !important;
1364
+ }
1365
+ .\!tw-p-40 {
1366
+ padding: 10rem !important;
1367
+ }
1368
+ .\!tw-p-44 {
1369
+ padding: 11rem !important;
1370
+ }
1371
+ .\!tw-p-48 {
1372
+ padding: 12rem !important;
1373
+ }
1374
+ .\!tw-p-5 {
1375
+ padding: 1.25rem !important;
1376
+ }
1377
+ .\!tw-p-52 {
1378
+ padding: 13rem !important;
1379
+ }
1380
+ .\!tw-p-56 {
1381
+ padding: 14rem !important;
1382
+ }
1383
+ .\!tw-p-6 {
1384
+ padding: 1.5rem !important;
1385
+ }
1386
+ .\!tw-p-60 {
1387
+ padding: 15rem !important;
1388
+ }
1389
+ .\!tw-p-64 {
1390
+ padding: 16rem !important;
1391
+ }
1392
+ .\!tw-p-7 {
1393
+ padding: 1.75rem !important;
1394
+ }
1395
+ .\!tw-p-72 {
1396
+ padding: 18rem !important;
1397
+ }
1398
+ .\!tw-p-8 {
1399
+ padding: 2rem !important;
1400
+ }
1401
+ .\!tw-p-80 {
1402
+ padding: 20rem !important;
1403
+ }
1404
+ .\!tw-p-9 {
1405
+ padding: 2.25rem !important;
1406
+ }
1407
+ .\!tw-p-96 {
1408
+ padding: 24rem !important;
1409
+ }
1410
+ .\!tw-p-px {
1411
+ padding: 1px !important;
1412
+ }
1413
+ .theme-brandPage .tw-p-0 {
1414
+ padding: 0px;
1415
+ }
1416
+ .theme-brandPage .tw-p-1 {
1417
+ padding: 0.25rem;
1418
+ }
1419
+ .theme-brandPage .tw-p-2 {
1420
+ padding: 0.5rem;
1421
+ }
1422
+ .theme-brandPage .tw-p-3 {
1423
+ padding: 0.75rem;
1424
+ }
1425
+ .theme-brandPage .tw-p-4 {
1426
+ padding: 1rem;
1427
+ }
1428
+ .theme-brandPage .tw-p-6 {
1429
+ padding: 1.5rem;
1430
+ }
1431
+ .theme-brandPage .tw-p-8 {
1432
+ padding: 2rem;
1433
+ }
1434
+ .theme-brandPage .tw-px-0 {
1435
+ padding-left: 0px;
1436
+ padding-right: 0px;
1437
+ }
1438
+ .theme-brandPage .tw-px-0\.5 {
1439
+ padding-left: 0.125rem;
1440
+ padding-right: 0.125rem;
1441
+ }
1442
+ .theme-brandPage .tw-px-2 {
1443
+ padding-left: 0.5rem;
1444
+ padding-right: 0.5rem;
1445
+ }
1446
+ .theme-brandPage .tw-px-20 {
1447
+ padding-left: 5rem;
1448
+ padding-right: 5rem;
1449
+ }
1450
+ .theme-brandPage .tw-px-3 {
1451
+ padding-left: 0.75rem;
1452
+ padding-right: 0.75rem;
1453
+ }
1454
+ .theme-brandPage .tw-px-4 {
1455
+ padding-left: 1rem;
1456
+ padding-right: 1rem;
1457
+ }
1458
+ .theme-brandPage .tw-px-5 {
1459
+ padding-left: 1.25rem;
1460
+ padding-right: 1.25rem;
1461
+ }
1462
+ .theme-brandPage .tw-px-6 {
1463
+ padding-left: 1.5rem;
1464
+ padding-right: 1.5rem;
1465
+ }
1466
+ .theme-brandPage .tw-px-8 {
1467
+ padding-left: 2rem;
1468
+ padding-right: 2rem;
1469
+ }
1470
+ .theme-brandPage .tw-px-px {
1471
+ padding-left: 1px;
1472
+ padding-right: 1px;
1473
+ }
1474
+ .theme-brandPage .tw-py-0 {
1475
+ padding-top: 0px;
1476
+ padding-bottom: 0px;
1477
+ }
1478
+ .theme-brandPage .tw-py-0\.5 {
1479
+ padding-top: 0.125rem;
1480
+ padding-bottom: 0.125rem;
1481
+ }
1482
+ .theme-brandPage .tw-py-1 {
1483
+ padding-top: 0.25rem;
1484
+ padding-bottom: 0.25rem;
1485
+ }
1486
+ .theme-brandPage .tw-py-1\.5 {
1487
+ padding-top: 0.375rem;
1488
+ padding-bottom: 0.375rem;
1489
+ }
1490
+ .theme-brandPage .tw-py-10 {
1491
+ padding-top: 2.5rem;
1492
+ padding-bottom: 2.5rem;
1493
+ }
1494
+ .theme-brandPage .tw-py-2 {
1495
+ padding-top: 0.5rem;
1496
+ padding-bottom: 0.5rem;
1497
+ }
1498
+ .theme-brandPage .tw-py-3 {
1499
+ padding-top: 0.75rem;
1500
+ padding-bottom: 0.75rem;
1501
+ }
1502
+ .theme-brandPage .tw-py-3\.5 {
1503
+ padding-top: 0.875rem;
1504
+ padding-bottom: 0.875rem;
1505
+ }
1506
+ .theme-brandPage .tw-py-4 {
1507
+ padding-top: 1rem;
1508
+ padding-bottom: 1rem;
1509
+ }
1510
+ .theme-brandPage .tw-py-5 {
1511
+ padding-top: 1.25rem;
1512
+ padding-bottom: 1.25rem;
1513
+ }
1514
+ .theme-brandPage .tw-py-8 {
1515
+ padding-top: 2rem;
1516
+ padding-bottom: 2rem;
1517
+ }
1518
+ .theme-brandPage .tw-pb-0 {
1519
+ padding-bottom: 0px;
1520
+ }
1521
+ .theme-brandPage .tw-pb-16 {
1522
+ padding-bottom: 4rem;
1523
+ }
1524
+ .theme-brandPage .tw-pb-24 {
1525
+ padding-bottom: 6rem;
1526
+ }
1527
+ .theme-brandPage .tw-pb-8 {
1528
+ padding-bottom: 2rem;
1529
+ }
1530
+ .theme-brandPage .tw-pl-0 {
1531
+ padding-left: 0px;
1532
+ }
1533
+ .theme-brandPage .tw-pl-12 {
1534
+ padding-left: 3rem;
1535
+ }
1536
+ .theme-brandPage .tw-pl-3 {
1537
+ padding-left: 0.75rem;
1538
+ }
1539
+ .theme-brandPage .tw-pl-8 {
1540
+ padding-left: 2rem;
1541
+ }
1542
+ .theme-brandPage .tw-pr-12 {
1543
+ padding-right: 3rem;
1544
+ }
1545
+ .theme-brandPage .tw-pr-2 {
1546
+ padding-right: 0.5rem;
1547
+ }
1548
+ .theme-brandPage .tw-pr-4 {
1549
+ padding-right: 1rem;
1550
+ }
1551
+ .theme-brandPage .tw-pr-6 {
1552
+ padding-right: 1.5rem;
1553
+ }
1554
+ .theme-brandPage .tw-pt-1 {
1555
+ padding-top: 0.25rem;
1556
+ }
1557
+ .theme-brandPage .tw-pt-12 {
1558
+ padding-top: 3rem;
1559
+ }
1560
+ .theme-brandPage .tw-pt-2 {
1561
+ padding-top: 0.5rem;
1562
+ }
1563
+ .theme-brandPage .tw-pt-6 {
1564
+ padding-top: 1.5rem;
1565
+ }
1566
+ .theme-brandPage .tw-text-left {
1567
+ text-align: left;
1568
+ }
1569
+ .theme-brandPage .tw-text-center {
1570
+ text-align: center;
1571
+ }
1572
+ .theme-brandPage .tw-align-top {
1573
+ vertical-align: top;
1574
+ }
1575
+ .theme-brandPage .tw-align-middle {
1576
+ vertical-align: middle;
1577
+ }
1578
+ .theme-brandPage .tw-font-sans {
1579
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1580
+ }
1581
+ .theme-brandPage .tw-text-2xl {
1582
+ font-size: 1.5rem;
1583
+ line-height: 2rem;
1584
+ }
1585
+ .theme-brandPage .tw-text-4xl {
1586
+ font-size: 2.25rem;
1587
+ line-height: 2.5rem;
1588
+ }
1589
+ .theme-brandPage .tw-text-base {
1590
+ font-size: 1rem;
1591
+ line-height: 1.5rem;
1592
+ }
1593
+ .theme-brandPage .tw-text-lg {
1594
+ font-size: 1.125rem;
1595
+ line-height: 1.75rem;
1596
+ }
1597
+ .theme-brandPage .tw-text-sm {
1598
+ font-size: 0.875rem;
1599
+ line-height: 1.25rem;
1600
+ }
1601
+ .theme-brandPage .tw-text-xs {
1602
+ font-size: 0.75rem;
1603
+ line-height: 1rem;
1604
+ }
1605
+ .theme-brandPage .tw-font-bold {
1606
+ font-weight: 700;
1607
+ }
1608
+ .theme-brandPage .tw-font-normal {
1609
+ font-weight: 400;
1610
+ }
1611
+ .theme-brandPage .tw-font-semibold {
1612
+ font-weight: 600;
1613
+ }
1614
+ .theme-brandPage .tw-uppercase {
1615
+ text-transform: uppercase;
1616
+ }
1617
+ .theme-brandPage .tw-capitalize {
1618
+ text-transform: capitalize;
1619
+ }
1620
+ .theme-brandPage .tw-leading-tight {
1621
+ line-height: 1.25;
1622
+ }
1623
+ .theme-brandPage .tw-text-black {
1624
+ --tw-text-opacity: 1;
1625
+ color: rgb(0 0 0 / var(--tw-text-opacity));
1626
+ }
1627
+ .theme-brandPage .tw-text-grayscale-500 {
1628
+ --tw-text-opacity: 1;
1629
+ color: rgb(208 208 208 / var(--tw-text-opacity));
1630
+ }
1631
+ .theme-brandPage .tw-text-grayscale-600 {
1632
+ --tw-text-opacity: 1;
1633
+ color: rgb(94 94 94 / var(--tw-text-opacity));
1634
+ }
1635
+ .theme-brandPage .tw-text-grayscale-700 {
1636
+ --tw-text-opacity: 1;
1637
+ color: rgb(43 43 43 / var(--tw-text-opacity));
1638
+ }
1639
+ .theme-brandPage .tw-text-grayscale-800 {
1640
+ --tw-text-opacity: 1;
1641
+ color: rgb(17 21 23 / var(--tw-text-opacity));
1642
+ }
1643
+ .theme-brandPage .tw-text-white {
1644
+ --tw-text-opacity: 1;
1645
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1646
+ }
1647
+ .theme-brandPage .tw-underline {
1648
+ text-decoration-line: underline;
1649
+ }
1650
+ .theme-brandPage .tw-no-underline {
1651
+ text-decoration-line: none;
1652
+ }
1653
+ .theme-brandPage .tw-opacity-0 {
1654
+ opacity: 0;
1655
+ }
1656
+ .theme-brandPage .tw-opacity-100 {
1657
+ opacity: 1;
1658
+ }
1659
+ .theme-brandPage .tw-opacity-30 {
1660
+ opacity: 0.3;
1661
+ }
1662
+ .theme-brandPage .tw-opacity-40 {
1663
+ opacity: 0.4;
1664
+ }
1665
+ .theme-brandPage .tw-opacity-50 {
1666
+ opacity: 0.5;
1667
+ }
1668
+ .\!tw-shadow-\[0_0_0_1px\] {
1669
+ --tw-shadow: 0 0 0 1px !important;
1670
+ --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color) !important;
1671
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1672
+ }
1673
+ .\!tw-shadow-\[0_0_0_2px\] {
1674
+ --tw-shadow: 0 0 0 2px !important;
1675
+ --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
1676
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1677
+ }
1678
+ .theme-brandPage .tw-shadow {
1679
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1680
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1681
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1682
+ }
1683
+ .theme-brandPage .tw-shadow-inner {
1684
+ --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
1685
+ --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
1686
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1687
+ }
1688
+ .theme-brandPage .tw-shadow-lg {
1689
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1690
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1691
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1692
+ }
1693
+ .theme-brandPage .tw-shadow-md {
1694
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1695
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1696
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1697
+ }
1698
+ .theme-brandPage .tw-shadow-sm {
1699
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1700
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1701
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1702
+ }
1703
+ .theme-brandPage .tw-shadow-xl {
1704
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1705
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
1706
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1707
+ }
1708
+ .theme-brandPage .tw-outline-none {
1709
+ outline: 2px solid transparent;
1710
+ outline-offset: 2px;
1711
+ }
1712
+ .theme-brandPage .tw-ring-1 {
1713
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1714
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1715
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1716
+ }
1717
+ .theme-brandPage .tw-ring-black {
1718
+ --tw-ring-opacity: 1;
1719
+ --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
1720
+ }
1721
+ .theme-brandPage .tw-ring-opacity-5 {
1722
+ --tw-ring-opacity: 0.05;
1723
+ }
1724
+ .theme-brandPage .tw-drop-shadow-sm {
1725
+ --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
1726
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1727
+ }
1728
+ .theme-brandPage .tw-transition-colors {
1729
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1730
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1731
+ transition-duration: 150ms;
1732
+ }
1733
+ .theme-brandPage .tw-transition-shadow {
1734
+ transition-property: box-shadow;
1735
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1736
+ transition-duration: 150ms;
1737
+ }
1738
+ .theme-brandPage .tw-transition-transform {
1739
+ transition-property: transform;
1740
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1741
+ transition-duration: 150ms;
1742
+ }
1743
+ .theme-brandPage .tw-duration-200 {
1744
+ transition-duration: 200ms;
1745
+ }
1746
+ .theme-brandPage .tw-duration-300 {
1747
+ transition-duration: 300ms;
1748
+ }
1749
+ .theme-brandPage .tw-ease-in-out {
1750
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1751
+ }
1752
+ .theme-brandPage .tw-ease-out {
1753
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1754
+ }
1755
+ .theme-brandPage .hover\:tw-border-grayscale-400:hover {
1756
+ --tw-border-opacity: 1;
1757
+ border-color: rgb(230 230 230 / var(--tw-border-opacity));
1758
+ }
1759
+ .theme-brandPage .hover\:tw-bg-grayscale-200:hover {
1760
+ --tw-bg-opacity: 1;
1761
+ background-color: rgb(244 244 244 / var(--tw-bg-opacity));
1762
+ }
1763
+ .theme-brandPage .hover\:tw-bg-grayscale-300:hover {
1764
+ --tw-bg-opacity: 1;
1765
+ background-color: rgb(239 239 239 / var(--tw-bg-opacity));
1766
+ }
1767
+ .theme-brandPage .hover\:tw-bg-grayscale-400:hover {
1768
+ --tw-bg-opacity: 1;
1769
+ background-color: rgb(230 230 230 / var(--tw-bg-opacity));
1770
+ }
1771
+ .theme-brandPage .hover\:tw-text-grayscale-800:hover {
1772
+ --tw-text-opacity: 1;
1773
+ color: rgb(17 21 23 / var(--tw-text-opacity));
1774
+ }
1775
+ .theme-brandPage .hover\:tw-text-white:hover {
1776
+ --tw-text-opacity: 1;
1777
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1778
+ }
1779
+ .theme-brandPage .hover\:tw-underline:hover {
1780
+ text-decoration-line: underline;
1781
+ }
1782
+ .theme-brandPage .hover\:tw-shadow-lg:hover {
1783
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1784
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1785
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1786
+ }
1787
+ .theme-brandPage .focus\:tw-border-grayscale-600:focus {
1788
+ --tw-border-opacity: 1;
1789
+ border-color: rgb(94 94 94 / var(--tw-border-opacity));
1790
+ }
1791
+ .theme-brandPage .focus\:tw-border-grayscale-700:focus {
1792
+ --tw-border-opacity: 1;
1793
+ border-color: rgb(43 43 43 / var(--tw-border-opacity));
1794
+ }
1795
+ .theme-brandPage .focus\:tw-outline-none:focus {
1796
+ outline: 2px solid transparent;
1797
+ outline-offset: 2px;
1798
+ }
1799
+ @media (min-width: 640px) {
1800
+ .theme-brandPage .sm\:tw-absolute {
1801
+ position: absolute;
1802
+ }
1803
+ .theme-brandPage .sm\:tw-bottom-full {
1804
+ bottom: 100%;
1805
+ }
1806
+ .theme-brandPage .sm\:tw-left-full {
1807
+ left: 100%;
1808
+ }
1809
+ .theme-brandPage .sm\:tw-right-full {
1810
+ right: 100%;
1811
+ }
1812
+ .theme-brandPage .sm\:tw-top-auto {
1813
+ top: auto;
1814
+ }
1815
+ .theme-brandPage .sm\:tw-mx-8 {
1816
+ margin-left: 2rem;
1817
+ margin-right: 2rem;
1818
+ }
1819
+ .theme-brandPage .sm\:tw-mb-4 {
1820
+ margin-bottom: 1rem;
1821
+ }
1822
+ .theme-brandPage .sm\:tw-ml-4 {
1823
+ margin-left: 1rem;
1824
+ }
1825
+ .theme-brandPage .sm\:tw-mr-4 {
1826
+ margin-right: 1rem;
1827
+ }
1828
+ .theme-brandPage .sm\:tw-mt-0 {
1829
+ margin-top: 0px;
1830
+ }
1831
+ .theme-brandPage .sm\:tw-block {
1832
+ display: block;
1833
+ }
1834
+ .theme-brandPage .sm\:tw-inline {
1835
+ display: inline;
1836
+ }
1837
+ .theme-brandPage .sm\:tw-hidden {
1838
+ display: none;
1839
+ }
1840
+ .theme-brandPage .sm\:tw-h-auto {
1841
+ height: auto;
1842
+ }
1843
+ .theme-brandPage .sm\:tw-w-64 {
1844
+ width: 16rem;
1845
+ }
1846
+ .theme-brandPage .sm\:tw-w-72 {
1847
+ width: 18rem;
1848
+ }
1849
+ .theme-brandPage .sm\:tw-w-96 {
1850
+ width: 24rem;
1851
+ }
1852
+ .theme-brandPage .sm\:tw-w-auto {
1853
+ width: auto;
1854
+ }
1855
+ .theme-brandPage .sm\:tw-flex-row {
1856
+ flex-direction: row;
1857
+ }
1858
+ .theme-brandPage .sm\:tw-rounded-md {
1859
+ border-radius: 0.375rem;
1860
+ }
1861
+ .theme-brandPage .sm\:tw-px-4 {
1862
+ padding-left: 1rem;
1863
+ padding-right: 1rem;
1864
+ }
1865
+ }
1866
+ @media (min-width: 768px) {
1867
+ .theme-brandPage .md\:tw-right-6 {
1868
+ right: 1.5rem;
1869
+ }
1870
+ .theme-brandPage .md\:tw-mb-0 {
1871
+ margin-bottom: 0px;
1872
+ }
1873
+ .theme-brandPage .md\:tw-ml-0 {
1874
+ margin-left: 0px;
1875
+ }
1876
+ .theme-brandPage .md\:tw-ml-2 {
1877
+ margin-left: 0.5rem;
1878
+ }
1879
+ .theme-brandPage .md\:tw-ml-3 {
1880
+ margin-left: 0.75rem;
1881
+ }
1882
+ .theme-brandPage .md\:tw-ml-4 {
1883
+ margin-left: 1rem;
1884
+ }
1885
+ .theme-brandPage .md\:tw-mt-0 {
1886
+ margin-top: 0px;
1887
+ }
1888
+ .theme-brandPage .md\:tw-mt-3 {
1889
+ margin-top: 0.75rem;
1890
+ }
1891
+ .theme-brandPage .md\:tw-flex {
1892
+ display: flex;
1893
+ }
1894
+ .theme-brandPage .md\:tw-grid {
1895
+ display: grid;
1896
+ }
1897
+ .theme-brandPage .md\:tw-h-10 {
1898
+ height: 2.5rem;
1899
+ }
1900
+ .theme-brandPage .md\:tw-h-20 {
1901
+ height: 5rem;
1902
+ }
1903
+ .theme-brandPage .md\:tw-h-full {
1904
+ height: 100%;
1905
+ }
1906
+ .theme-brandPage .md\:tw-w-10 {
1907
+ width: 2.5rem;
1908
+ }
1909
+ .theme-brandPage .md\:tw-w-24 {
1910
+ width: 6rem;
1911
+ }
1912
+ .theme-brandPage .md\:tw-w-auto {
1913
+ width: auto;
1914
+ }
1915
+ .theme-brandPage .md\:tw-w-full {
1916
+ width: 100%;
1917
+ }
1918
+ .theme-brandPage .md\:tw-max-w-full {
1919
+ max-width: 100%;
1920
+ }
1921
+ .theme-brandPage .md\:tw-grow {
1922
+ flex-grow: 1;
1923
+ }
1924
+ .theme-brandPage .md\:tw-grid-cols-2 {
1925
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1926
+ }
1927
+ .theme-brandPage .md\:tw-flex-row {
1928
+ flex-direction: row;
1929
+ }
1930
+ .theme-brandPage .md\:tw-flex-col {
1931
+ flex-direction: column;
1932
+ }
1933
+ .theme-brandPage .md\:tw-items-start {
1934
+ align-items: flex-start;
1935
+ }
1936
+ .theme-brandPage .md\:tw-items-end {
1937
+ align-items: flex-end;
1938
+ }
1939
+ .theme-brandPage .md\:tw-items-center {
1940
+ align-items: center;
1941
+ }
1942
+ .theme-brandPage .md\:tw-justify-start {
1943
+ justify-content: flex-start;
1944
+ }
1945
+ .theme-brandPage .md\:tw-justify-end {
1946
+ justify-content: flex-end;
1947
+ }
1948
+ .theme-brandPage .md\:tw-justify-center {
1949
+ justify-content: center;
1950
+ }
1951
+ .theme-brandPage .md\:tw-gap-2 {
1952
+ gap: 0.5rem;
1953
+ }
1954
+ .theme-brandPage .md\:tw-rounded-l-none {
1955
+ border-top-left-radius: 0px;
1956
+ border-bottom-left-radius: 0px;
1957
+ }
1958
+ .theme-brandPage .md\:tw-rounded-r-none {
1959
+ border-top-right-radius: 0px;
1960
+ border-bottom-right-radius: 0px;
1961
+ }
1962
+ .theme-brandPage .md\:tw-object-contain {
1963
+ -o-object-fit: contain;
1964
+ object-fit: contain;
1965
+ }
1966
+ .theme-brandPage .md\:tw-p-2 {
1967
+ padding: 0.5rem;
1968
+ }
1969
+ .theme-brandPage .md\:tw-p-3 {
1970
+ padding: 0.75rem;
1971
+ }
1972
+ .theme-brandPage .md\:tw-p-6 {
1973
+ padding: 1.5rem;
1974
+ }
1975
+ .theme-brandPage .md\:tw-p-8 {
1976
+ padding: 2rem;
1977
+ }
1978
+ .theme-brandPage .md\:tw-px-4 {
1979
+ padding-left: 1rem;
1980
+ padding-right: 1rem;
1981
+ }
1982
+ .theme-brandPage .md\:tw-px-8 {
1983
+ padding-left: 2rem;
1984
+ padding-right: 2rem;
1985
+ }
1986
+ .theme-brandPage .md\:tw-py-2 {
1987
+ padding-top: 0.5rem;
1988
+ padding-bottom: 0.5rem;
1989
+ }
1990
+ .theme-brandPage .md\:tw-pl-4 {
1991
+ padding-left: 1rem;
1992
+ }
1993
+ .theme-brandPage .md\:tw-pr-2 {
1994
+ padding-right: 0.5rem;
1995
+ }
1996
+ .theme-brandPage .md\:tw-text-left {
1997
+ text-align: left;
1998
+ }
1999
+ .theme-brandPage .md\:tw-text-sm {
2000
+ font-size: 0.875rem;
2001
+ line-height: 1.25rem;
2002
+ }
2003
+ .theme-brandPage .md\:tw-text-xs {
2004
+ font-size: 0.75rem;
2005
+ line-height: 1rem;
2006
+ }
2007
+ }
2008
+ @media (min-width: 1024px) {
2009
+ .theme-brandPage .lg\:tw-static {
2010
+ position: static;
2011
+ }
2012
+ .theme-brandPage .lg\:tw-mb-0 {
2013
+ margin-bottom: 0px;
2014
+ }
2015
+ .theme-brandPage .lg\:tw-mr-8 {
2016
+ margin-right: 2rem;
2017
+ }
2018
+ .theme-brandPage .lg\:tw-flex {
2019
+ display: flex;
2020
+ }
2021
+ .theme-brandPage .lg\:tw-h-auto {
2022
+ height: auto;
2023
+ }
2024
+ .theme-brandPage .lg\:tw-max-w-xl {
2025
+ max-width: 36rem;
2026
+ }
2027
+ .theme-brandPage .lg\:tw-flex-row {
2028
+ flex-direction: row;
2029
+ }
2030
+ .theme-brandPage .lg\:tw-items-center {
2031
+ align-items: center;
2032
+ }
2033
+ .theme-brandPage .lg\:tw-overflow-visible {
2034
+ overflow: visible;
2035
+ }
2036
+ .theme-brandPage .lg\:tw-rounded {
2037
+ border-radius: 0.25rem;
2038
+ }
2039
+ .theme-brandPage .lg\:tw-px-20 {
2040
+ padding-left: 5rem;
2041
+ padding-right: 5rem;
2042
+ }
2043
+ .theme-brandPage .lg\:tw-px-8 {
2044
+ padding-left: 2rem;
2045
+ padding-right: 2rem;
2046
+ }
2047
+ .theme-brandPage .lg\:tw-pb-0 {
2048
+ padding-bottom: 0px;
2049
+ }
2050
+ .theme-brandPage .lg\:tw-pb-8 {
2051
+ padding-bottom: 2rem;
2052
+ }
2053
+ .theme-brandPage .lg\:tw-pt-20 {
2054
+ padding-top: 5rem;
2055
+ }
2056
+ }