@digigov/css 2.0.0-4be8f7cc → 2.0.0-6e3977bc

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 (92) hide show
  1. package/defaultTheme/brandConfig.json +4 -2
  2. package/defaultTheme/button.json +7 -3
  3. package/defaultTheme/card.json +5 -5
  4. package/defaultTheme/form.json +102 -0
  5. package/defaultTheme/typography.json +4 -4
  6. package/dist/base/index.css +1 -1
  7. package/dist/base.js +1 -1
  8. package/dist/components.js +1 -1
  9. package/dist/digigov.css +3 -3
  10. package/dist/utilities/index.css +1 -1
  11. package/dist/utilities.js +1 -1
  12. package/package.json +6 -6
  13. package/postcss.config.js +1 -0
  14. package/src/components/admin-header.css +1 -19
  15. package/src/components/admin-layout.css +4 -6
  16. package/src/components/autocomplete.css +1 -1
  17. package/src/components/blockquote.common.css +14 -0
  18. package/src/components/blockquote.css +9 -0
  19. package/src/components/blockquote.native.css +11 -0
  20. package/src/components/breadcrumbs.css +8 -1
  21. package/src/components/button.common.css +62 -0
  22. package/src/components/button.css +13 -28
  23. package/src/components/button.native.css +56 -0
  24. package/src/components/card.common.css +33 -0
  25. package/src/components/card.css +19 -14
  26. package/src/components/card.native.css +29 -0
  27. package/src/components/checkboxes.common.css +16 -0
  28. package/src/components/checkboxes.css +6 -8
  29. package/src/components/checkboxes.native.css +28 -0
  30. package/src/components/code.css +128 -0
  31. package/src/components/copy-to-clipboard.native.css +28 -0
  32. package/src/components/details.common.css +26 -0
  33. package/src/components/details.css +6 -9
  34. package/src/components/details.native.css +26 -0
  35. package/src/components/dropdown.common.css +23 -0
  36. package/src/components/dropdown.css +7 -9
  37. package/src/components/dropdown.native.css +28 -0
  38. package/src/components/filter.css +1 -1
  39. package/src/components/form.common.css +82 -0
  40. package/src/components/form.css +56 -28
  41. package/src/components/form.native.css +133 -0
  42. package/src/components/header.common.css +36 -0
  43. package/src/components/header.css +24 -15
  44. package/src/components/header.native.css +34 -0
  45. package/src/components/hidden.css +11 -11
  46. package/src/components/index.css +2 -0
  47. package/src/components/layout.common.css +36 -0
  48. package/src/components/layout.css +12 -11
  49. package/src/components/layout.native.css +39 -0
  50. package/src/components/masthead.css +1 -1
  51. package/src/components/misc.css +24 -0
  52. package/src/components/modal.css +12 -3
  53. package/src/components/nav.common.css +22 -0
  54. package/src/components/nav.css +8 -7
  55. package/src/components/nav.native.css +41 -0
  56. package/src/components/notification-banner.common.css +46 -0
  57. package/src/components/notification-banner.css +8 -6
  58. package/src/components/notification-banner.native.css +42 -0
  59. package/src/components/panel.common.css +30 -0
  60. package/src/components/panel.css +6 -15
  61. package/src/components/panel.native.css +20 -0
  62. package/src/components/phase-banner.common.css +23 -0
  63. package/src/components/phase-banner.css +7 -6
  64. package/src/components/phase-banner.native.css +31 -0
  65. package/src/components/radios.common.css +16 -0
  66. package/src/components/radios.css +5 -11
  67. package/src/components/radios.native.css +24 -0
  68. package/src/components/skeleton.css +20 -3
  69. package/src/components/summary-list.common.css +90 -0
  70. package/src/components/summary-list.css +86 -15
  71. package/src/components/summary-list.native.css +93 -0
  72. package/src/components/svg-icons.common.css +56 -0
  73. package/src/components/svg-icons.css +1 -1
  74. package/src/components/svg-icons.native.css +55 -0
  75. package/src/components/table.css +5 -0
  76. package/src/components/tabs.css +44 -62
  77. package/src/components/test.css +7 -0
  78. package/src/components/typography.common.css +140 -0
  79. package/src/components/typography.css +31 -91
  80. package/src/components/typography.native.css +97 -0
  81. package/src/components/warning-text.common.css +23 -0
  82. package/src/components/warning-text.css +1 -1
  83. package/src/components/warning-text.native.css +22 -0
  84. package/src/index.native.css +20 -0
  85. package/src/utilities/index.css +3 -1655
  86. package/src/utilities/index.native.css +2 -0
  87. package/src/utilities/layout.css +231 -0
  88. package/src/utilities/layout.native.css +278 -0
  89. package/src/utilities/print.css +11 -0
  90. package/src/utilities/spacing.css +2133 -0
  91. package/src/utilities/utilities.css +723 -6
  92. package/tailwind.config.js +1 -0
@@ -1 +1 @@
1
- .ds-m-0{margin:0!important}.ds-m-1{margin:.25rem!important}.ds-m-2{margin:.5rem!important}.ds-m-3{margin:.75rem!important}.ds-m-4{margin:1rem!important}.ds-m-5{margin:1.25rem!important}.ds-m-6{margin:1.5rem!important}.ds-m-7{margin:1.75rem!important}.ds-m-8{margin:2rem!important}.ds-m-9{margin:2.25rem!important}.ds-m-10{margin:2.5rem!important}.ds-m-11{margin:2.75rem!important}.ds-m-12{margin:3rem!important}.ds-m-14{margin:3.5rem!important}.ds-m-16{margin:4rem!important}.ds-m-20{margin:5rem!important}.ds-m-24{margin:6rem!important}.ds-m-28{margin:7rem!important}.ds-m-32{margin:8rem!important}.ds-m-36{margin:9rem!important}.ds-m-40{margin:10rem!important}.ds-m-44{margin:11rem!important}.ds-m-48{margin:12rem!important}.ds-m-52{margin:13rem!important}.ds-m-56{margin:14rem!important}.ds-m-60{margin:15rem!important}.ds-m-64{margin:16rem!important}.ds-m-72{margin:18rem!important}.ds-m-80{margin:20rem!important}.ds-m-96{margin:24rem!important}.ds-m-px{margin:1px!important}.ds-m-0\.5{margin:.125rem!important}.ds-m-1\.5{margin:.375rem!important}.ds-m-2\.5{margin:.625rem!important}.ds-m-3\.5{margin:.875rem!important}.ds-mt-0{margin-top:0!important}.ds-mt-1{margin-top:.25rem!important}.ds-mt-2{margin-top:.5rem!important}.ds-mt-3{margin-top:.75rem!important}.ds-mt-4{margin-top:1rem!important}.ds-mt-5{margin-top:1.25rem!important}.ds-mt-6{margin-top:1.5rem!important}.ds-mt-7{margin-top:1.75rem!important}.ds-mt-8{margin-top:2rem!important}.ds-mt-9{margin-top:2.25rem!important}.ds-mt-10{margin-top:2.5rem!important}.ds-mt-11{margin-top:2.75rem!important}.ds-mt-12{margin-top:3rem!important}.ds-mt-14{margin-top:3.5rem!important}.ds-mt-16{margin-top:4rem!important}.ds-mt-20{margin-top:5rem!important}.ds-mt-24{margin-top:6rem!important}.ds-mt-28{margin-top:7rem!important}.ds-mt-32{margin-top:8rem!important}.ds-mt-36{margin-top:9rem!important}.ds-mt-40{margin-top:10rem!important}.ds-mt-44{margin-top:11rem!important}.ds-mt-48{margin-top:12rem!important}.ds-mt-52{margin-top:13rem!important}.ds-mt-56{margin-top:14rem!important}.ds-mt-60{margin-top:15rem!important}.ds-mt-64{margin-top:16rem!important}.ds-mt-72{margin-top:18rem!important}.ds-mt-80{margin-top:20rem!important}.ds-mt-96{margin-top:24rem!important}.ds-mt-px{margin-top:1px!important}.ds-mx-0\.5{margin-left:.125rem!important;margin-right:.125rem!important}.ds-mx-1\.5{margin-left:.375rem!important;margin-right:.375rem!important}.ds-mx-2\.5{margin-left:.625rem!important;margin-right:.625rem!important}.ds-mx-3\.5{margin-left:.875rem!important;margin-right:.875rem!important}.ds-mt-0\.5{margin-top:.125rem!important}.ds-mt-1\.5{margin-top:.375rem!important}.ds-mt-2\.5{margin-top:.625rem!important}.ds-mt-3\.5{margin-top:.875rem!important}.ds-mr-0{margin-right:0!important}.ds-mr-1{margin-right:.25rem!important}.ds-mr-2{margin-right:.5rem!important}.ds-mr-3{margin-right:.75rem!important}.ds-mr-4{margin-right:1rem!important}.ds-mr-5{margin-right:1.25rem!important}.ds-mr-6{margin-right:1.5rem!important}.ds-mr-7{margin-right:1.75rem!important}.ds-mr-8{margin-right:2rem!important}.ds-mr-9{margin-right:2.25rem!important}.ds-mr-10{margin-right:2.5rem!important}.ds-mr-11{margin-right:2.75rem!important}.ds-mr-12{margin-right:3rem!important}.ds-mr-14{margin-right:3.5rem!important}.ds-mr-16{margin-right:4rem!important}.ds-mr-20{margin-right:5rem!important}.ds-mr-24{margin-right:6rem!important}.ds-mr-28{margin-right:7rem!important}.ds-mr-32{margin-right:8rem!important}.ds-mr-36{margin-right:9rem!important}.ds-mr-40{margin-right:10rem!important}.ds-mr-44{margin-right:11rem!important}.ds-mr-48{margin-right:12rem!important}.ds-mr-52{margin-right:13rem!important}.ds-mr-56{margin-right:14rem!important}.ds-mr-60{margin-right:15rem!important}.ds-mr-64{margin-right:16rem!important}.ds-mr-72{margin-right:18rem!important}.ds-mr-80{margin-right:20rem!important}.ds-mr-96{margin-right:24rem!important}.ds-mr-px{margin-right:1px!important}.ds-mr-0\.5{margin-right:.125rem!important}.ds-mr-1\.5{margin-right:.375rem!important}.ds-mr-2\.5{margin-right:.625rem!important}.ds-mr-3\.5{margin-right:.875rem!important}.ds-ml-0{margin-left:0!important}.ds-ml-1{margin-left:.25rem!important}.ds-ml-2{margin-left:.5rem!important}.ds-ml-3{margin-left:.75rem!important}.ds-ml-4{margin-left:1rem!important}.ds-ml-5{margin-left:1.25rem!important}.ds-ml-6{margin-left:1.5rem!important}.ds-ml-7{margin-left:1.75rem!important}.ds-ml-8{margin-left:2rem!important}.ds-ml-9{margin-left:2.25rem!important}.ds-ml-10{margin-left:2.5rem!important}.ds-ml-11{margin-left:2.75rem!important}.ds-ml-12{margin-left:3rem!important}.ds-ml-14{margin-left:3.5rem!important}.ds-ml-16{margin-left:4rem!important}.ds-ml-20{margin-left:5rem!important}.ds-ml-24{margin-left:6rem!important}.ds-ml-28{margin-left:7rem!important}.ds-ml-32{margin-left:8rem!important}.ds-ml-36{margin-left:9rem!important}.ds-ml-40{margin-left:10rem!important}.ds-ml-44{margin-left:11rem!important}.ds-ml-48{margin-left:12rem!important}.ds-ml-52{margin-left:13rem!important}.ds-ml-56{margin-left:14rem!important}.ds-ml-60{margin-left:15rem!important}.ds-ml-64{margin-left:16rem!important}.ds-ml-72{margin-left:18rem!important}.ds-ml-80{margin-left:20rem!important}.ds-ml-96{margin-left:24rem!important}.ds-ml-px{margin-left:1px!important}.ds-ml-0\.5{margin-left:.125rem!important}.ds-ml-1\.5{margin-left:.375rem!important}.ds-ml-2\.5{margin-left:.625rem!important}.ds-ml-3\.5{margin-left:.875rem!important}.ds-mb-0{margin-bottom:0!important}.ds-mb-1{margin-bottom:.25rem!important}.ds-mb-2{margin-bottom:.5rem!important}.ds-mb-3{margin-bottom:.75rem!important}.ds-mb-4{margin-bottom:1rem!important}.ds-mb-5{margin-bottom:1.25rem!important}.ds-mb-6{margin-bottom:1.5rem!important}.ds-mb-7{margin-bottom:1.75rem!important}.ds-mb-8{margin-bottom:2rem!important}.ds-mb-9{margin-bottom:2.25rem!important}.ds-mb-10{margin-bottom:2.5rem!important}.ds-mb-11{margin-bottom:2.75rem!important}.ds-mb-12{margin-bottom:3rem!important}.ds-mb-14{margin-bottom:3.5rem!important}.ds-mb-16{margin-bottom:4rem!important}.ds-mb-20{margin-bottom:5rem!important}.ds-mb-24{margin-bottom:6rem!important}.ds-mb-28{margin-bottom:7rem!important}.ds-mb-32{margin-bottom:8rem!important}.ds-mb-36{margin-bottom:9rem!important}.ds-mb-40{margin-bottom:10rem!important}.ds-mb-44{margin-bottom:11rem!important}.ds-mb-48{margin-bottom:12rem!important}.ds-mb-52{margin-bottom:13rem!important}.ds-mb-56{margin-bottom:14rem!important}.ds-mb-60{margin-bottom:15rem!important}.ds-mb-64{margin-bottom:16rem!important}.ds-mb-72{margin-bottom:18rem!important}.ds-mb-80{margin-bottom:20rem!important}.ds-mb-96{margin-bottom:24rem!important}.ds-mb-px{margin-bottom:1px!important}.ds-mb-0\.5{margin-bottom:.125rem!important}.ds-mb-1\.5{margin-bottom:.375rem!important}.ds-mb-2\.5{margin-bottom:.625rem!important}.ds-mb-3\.5{margin-bottom:.875rem!important}.ds-mx-0{margin-left:0!important;margin-right:0!important}.ds-mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.ds-mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.ds-mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.ds-mx-4{margin-left:1rem!important;margin-right:1rem!important}.ds-mx-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.ds-mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.ds-mx-7{margin-left:1.75rem!important;margin-right:1.75rem!important}.ds-mx-8{margin-left:2rem!important;margin-right:2rem!important}.ds-mx-9{margin-left:2.25rem!important;margin-right:2.25rem!important}.ds-mx-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.ds-mx-11{margin-left:2.75rem!important;margin-right:2.75rem!important}.ds-mx-12{margin-left:3rem!important;margin-right:3rem!important}.ds-mx-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.ds-mx-16{margin-left:4rem!important;margin-right:4rem!important}.ds-mx-20{margin-left:5rem!important;margin-right:5rem!important}.ds-mx-24{margin-left:6rem!important;margin-right:6rem!important}.ds-mx-28{margin-left:7rem!important;margin-right:7rem!important}.ds-mx-32{margin-left:8rem!important;margin-right:8rem!important}.ds-mx-36{margin-left:9rem!important;margin-right:9rem!important}.ds-mx-40{margin-left:10rem!important;margin-right:10rem!important}.ds-mx-44{margin-left:11rem!important;margin-right:11rem!important}.ds-mx-48{margin-left:12rem!important;margin-right:12rem!important}.ds-mx-52{margin-left:13rem!important;margin-right:13rem!important}.ds-mx-56{margin-left:14rem!important;margin-right:14rem!important}.ds-mx-60{margin-left:15rem!important;margin-right:15rem!important}.ds-mx-64{margin-left:16rem!important;margin-right:16rem!important}.ds-mx-72{margin-left:18rem!important;margin-right:18rem!important}.ds-mx-80{margin-left:20rem!important;margin-right:20rem!important}.ds-mx-96{margin-left:24rem!important;margin-right:24rem!important}.ds-my-0{margin-top:0!important;margin-bottom:0!important}.ds-my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.ds-my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.ds-my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.ds-my-4{margin-top:1rem!important;margin-bottom:1rem!important}.ds-my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.ds-my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.ds-my-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.ds-my-8{margin-top:2rem!important;margin-bottom:2rem!important}.ds-my-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.ds-my-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.ds-my-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.ds-my-12{margin-top:3rem!important;margin-bottom:3rem!important}.ds-my-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.ds-my-16{margin-top:4rem!important;margin-bottom:4rem!important}.ds-my-20{margin-top:5rem!important;margin-bottom:5rem!important}.ds-my-24{margin-top:6rem!important;margin-bottom:6rem!important}.ds-my-28{margin-top:7rem!important;margin-bottom:7rem!important}.ds-my-32{margin-top:8rem!important;margin-bottom:8rem!important}.ds-my-36{margin-top:9rem!important;margin-bottom:9rem!important}.ds-my-40{margin-top:10rem!important;margin-bottom:10rem!important}.ds-my-44{margin-top:11rem!important;margin-bottom:11rem!important}.ds-my-48{margin-top:12rem!important;margin-bottom:12rem!important}.ds-my-52{margin-top:13rem!important;margin-bottom:13rem!important}.ds-my-56{margin-top:14rem!important;margin-bottom:14rem!important}.ds-my-60{margin-top:15rem!important;margin-bottom:15rem!important}.ds-my-64{margin-top:16rem!important;margin-bottom:16rem!important}.ds-my-72{margin-top:18rem!important;margin-bottom:18rem!important}.ds-my-80{margin-top:20rem!important;margin-bottom:20rem!important}.ds-my-96{margin-top:24rem!important;margin-bottom:24rem!important}.ds-my-0\.5{margin-top:.125rem!important;margin-bottom:.125rem!important}.ds-my-1\.5{margin-top:.375rem!important;margin-bottom:.375rem!important}.ds-my-2\.5{margin-top:.625rem!important;margin-bottom:.625rem!important}.ds-my-3\.5{margin-top:.875rem!important;margin-bottom:.875rem!important}.ds-p-0{padding:0!important}.ds-p-1{padding:.25rem!important}.ds-p-2{padding:.5rem!important}.ds-p-3{padding:.75rem!important}.ds-p-4{padding:1rem!important}.ds-p-5{padding:1.25rem!important}.ds-p-6{padding:1.5rem!important}.ds-p-7{padding:1.75rem!important}.ds-p-8{padding:2rem!important}.ds-p-9{padding:2.25rem!important}.ds-p-10{padding:2.5rem!important}.ds-p-11{padding:2.75rem!important}.ds-p-12{padding:3rem!important}.ds-p-14{padding:3.5rem!important}.ds-p-16{padding:4rem!important}.ds-p-20{padding:5rem!important}.ds-p-24{padding:6rem!important}.ds-p-28{padding:7rem!important}.ds-p-32{padding:8rem!important}.ds-p-36{padding:9rem!important}.ds-p-40{padding:10rem!important}.ds-p-44{padding:11rem!important}.ds-p-48{padding:12rem!important}.ds-p-52{padding:13rem!important}.ds-p-56{padding:14rem!important}.ds-p-60{padding:15rem!important}.ds-p-64{padding:16rem!important}.ds-p-72{padding:18rem!important}.ds-p-80{padding:20rem!important}.ds-p-96{padding:24rem!important}.ds-p-px{padding:1px!important}.ds-p-0\.5{padding:.125rem!important}.ds-p-1\.5{padding:.375rem!important}.ds-p-2\.5{padding:.625rem!important}.ds-p-3\.5{padding:.875rem!important}.ds-pt-0{padding-top:0!important}.ds-pt-1{padding-top:.25rem!important}.ds-pt-2{padding-top:.5rem!important}.ds-pt-3{padding-top:.75rem!important}.ds-pt-4{padding-top:1rem!important}.ds-pt-5{padding-top:1.25rem!important}.ds-pt-6{padding-top:1.5rem!important}.ds-pt-7{padding-top:1.75rem!important}.ds-pt-8{padding-top:2rem!important}.ds-pt-9{padding-top:2.25rem!important}.ds-pt-10{padding-top:2.5rem!important}.ds-pt-11{padding-top:2.75rem!important}.ds-pt-12{padding-top:3rem!important}.ds-pt-14{padding-top:3.5rem!important}.ds-pt-16{padding-top:4rem!important}.ds-pt-20{padding-top:5rem!important}.ds-pt-24{padding-top:6rem!important}.ds-pt-28{padding-top:7rem!important}.ds-pt-32{padding-top:8rem!important}.ds-pt-36{padding-top:9rem!important}.ds-pt-40{padding-top:10rem!important}.ds-pt-44{padding-top:11rem!important}.ds-pt-48{padding-top:12rem!important}.ds-pt-52{padding-top:13rem!important}.ds-pt-56{padding-top:14rem!important}.ds-pt-60{padding-top:15rem!important}.ds-pt-64{padding-top:16rem!important}.ds-pt-72{padding-top:18rem!important}.ds-pt-80{padding-top:20rem!important}.ds-pt-96{padding-top:24rem!important}.ds-pt-px{padding-top:1px!important}.ds-pt-0\.5{padding-top:.125rem!important}.ds-pt-1\.5{padding-top:.375rem!important}.ds-pt-2\.5{padding-top:.625rem!important}.ds-pt-3\.5{padding-top:.875rem!important}.ds-pr-0{padding-right:0!important}.ds-pr-1{padding-right:.25rem!important}.ds-pr-2{padding-right:.5rem!important}.ds-pr-3{padding-right:.75rem!important}.ds-pr-4{padding-right:1rem!important}.ds-pr-5{padding-right:1.25rem!important}.ds-pr-6{padding-right:1.5rem!important}.ds-pr-7{padding-right:1.75rem!important}.ds-pr-8{padding-right:2rem!important}.ds-pr-9{padding-right:2.25rem!important}.ds-pr-10{padding-right:2.5rem!important}.ds-pr-11{padding-right:2.75rem!important}.ds-pr-12{padding-right:3rem!important}.ds-pr-14{padding-right:3.5rem!important}.ds-pr-16{padding-right:4rem!important}.ds-pr-20{padding-right:5rem!important}.ds-pr-24{padding-right:6rem!important}.ds-pr-28{padding-right:7rem!important}.ds-pr-32{padding-right:8rem!important}.ds-pr-36{padding-right:9rem!important}.ds-pr-40{padding-right:10rem!important}.ds-pr-44{padding-right:11rem!important}.ds-pr-48{padding-right:12rem!important}.ds-pr-52{padding-right:13rem!important}.ds-pr-56{padding-right:14rem!important}.ds-pr-60{padding-right:15rem!important}.ds-pr-64{padding-right:16rem!important}.ds-pr-72{padding-right:18rem!important}.ds-pr-80{padding-right:20rem!important}.ds-pr-96{padding-right:24rem!important}.ds-pr-px{padding-right:1px!important}.ds-pr-0\.5{padding-right:.125rem!important}.ds-pr-1\.5{padding-right:.375rem!important}.ds-pr-2\.5{padding-right:.625rem!important}.ds-pr-3\.5{padding-right:.875rem!important}.ds-pl-0{padding-left:0!important}.ds-pl-1{padding-left:.25rem!important}.ds-pl-2{padding-left:.5rem!important}.ds-pl-3{padding-left:.75rem!important}.ds-pl-4{padding-left:1rem!important}.ds-pl-5{padding-left:1.25rem!important}.ds-pl-6{padding-left:1.5rem!important}.ds-pl-7{padding-left:1.75rem!important}.ds-pl-8{padding-left:2rem!important}.ds-pl-9{padding-left:2.25rem!important}.ds-pl-10{padding-left:2.5rem!important}.ds-pl-11{padding-left:2.75rem!important}.ds-pl-12{padding-left:3rem!important}.ds-pl-14{padding-left:3.5rem!important}.ds-pl-16{padding-left:4rem!important}.ds-pl-20{padding-left:5rem!important}.ds-pl-24{padding-left:6rem!important}.ds-pl-28{padding-left:7rem!important}.ds-pl-32{padding-left:8rem!important}.ds-pl-36{padding-left:9rem!important}.ds-pl-40{padding-left:10rem!important}.ds-pl-44{padding-left:11rem!important}.ds-pl-48{padding-left:12rem!important}.ds-pl-52{padding-left:13rem!important}.ds-pl-56{padding-left:14rem!important}.ds-pl-60{padding-left:15rem!important}.ds-pl-64{padding-left:16rem!important}.ds-pl-72{padding-left:18rem!important}.ds-pl-80{padding-left:20rem!important}.ds-pl-96{padding-left:24rem!important}.ds-pl-px{padding-left:1px!important}.ds-pl-0\.5{padding-left:.125rem!important}.ds-pl-1\.5{padding-left:.375rem!important}.ds-pl-2\.5{padding-left:.625rem!important}.ds-pl-3\.5{padding-left:.875rem!important}.ds-pb-0{padding-bottom:0!important}.ds-pb-1{padding-bottom:.25rem!important}.ds-pb-2{padding-bottom:.5rem!important}.ds-pb-3{padding-bottom:.75rem!important}.ds-pb-4{padding-bottom:1rem!important}.ds-pb-5{padding-bottom:1.25rem!important}.ds-pb-6{padding-bottom:1.5rem!important}.ds-pb-7{padding-bottom:1.75rem!important}.ds-pb-8{padding-bottom:2rem!important}.ds-pb-9{padding-bottom:2.25rem!important}.ds-pb-10{padding-bottom:2.5rem!important}.ds-pb-11{padding-bottom:2.75rem!important}.ds-pb-12{padding-bottom:3rem!important}.ds-pb-14{padding-bottom:3.5rem!important}.ds-pb-16{padding-bottom:4rem!important}.ds-pb-20{padding-bottom:5rem!important}.ds-pb-24{padding-bottom:6rem!important}.ds-pb-28{padding-bottom:7rem!important}.ds-pb-32{padding-bottom:8rem!important}.ds-pb-36{padding-bottom:9rem!important}.ds-pb-40{padding-bottom:10rem!important}.ds-pb-44{padding-bottom:11rem!important}.ds-pb-48{padding-bottom:12rem!important}.ds-pb-52{padding-bottom:13rem!important}.ds-pb-56{padding-bottom:14rem!important}.ds-pb-60{padding-bottom:15rem!important}.ds-pb-64{padding-bottom:16rem!important}.ds-pb-72{padding-bottom:18rem!important}.ds-pb-80{padding-bottom:20rem!important}.ds-pb-96{padding-bottom:24rem!important}.ds-pb-px{padding-bottom:1px!important}.ds-pb-0\.5{padding-bottom:.125rem!important}.ds-pb-1\.5{padding-bottom:.375rem!important}.ds-pb-2\.5{padding-bottom:.625rem!important}.ds-pb-3\.5{padding-bottom:.875rem!important}.ds-px-0{padding-left:0!important;padding-right:0!important}.ds-px-1{padding-left:.25rem!important;padding-right:.25rem!important}.ds-px-2{padding-left:.5rem!important;padding-right:.5rem!important}.ds-px-3{padding-left:.75rem!important;padding-right:.75rem!important}.ds-px-4{padding-left:1rem!important;padding-right:1rem!important}.ds-px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.ds-px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.ds-px-7{padding-left:1.75rem!important;padding-right:1.75rem!important}.ds-px-8{padding-left:2rem!important;padding-right:2rem!important}.ds-px-9{padding-left:2.25rem!important;padding-right:2.25rem!important}.ds-px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.ds-px-11{padding-left:2.75rem!important;padding-right:2.75rem!important}.ds-px-12{padding-left:3rem!important;padding-right:3rem!important}.ds-px-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.ds-px-16{padding-left:4rem!important;padding-right:4rem!important}.ds-px-20{padding-left:5rem!important;padding-right:5rem!important}.ds-px-24{padding-left:6rem!important;padding-right:6rem!important}.ds-px-28{padding-left:7rem!important;padding-right:7rem!important}.ds-px-32{padding-left:8rem!important;padding-right:8rem!important}.ds-px-36{padding-left:9rem!important;padding-right:9rem!important}.ds-px-40{padding-left:10rem!important;padding-right:10rem!important}.ds-px-44{padding-left:11rem!important;padding-right:11rem!important}.ds-px-48{padding-left:12rem!important;padding-right:12rem!important}.ds-px-52{padding-left:13rem!important;padding-right:13rem!important}.ds-px-56{padding-left:14rem!important;padding-right:14rem!important}.ds-px-60{padding-left:15rem!important;padding-right:15rem!important}.ds-px-64{padding-left:16rem!important;padding-right:16rem!important}.ds-px-72{padding-left:18rem!important;padding-right:18rem!important}.ds-px-80{padding-left:20rem!important;padding-right:20rem!important}.ds-px-96{padding-left:24rem!important;padding-right:24rem!important}.ds-px-0\.5{padding-left:.125rem!important;padding-right:.125rem!important}.ds-px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.ds-px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.ds-px-3\.5{padding-left:.875rem!important;padding-right:.875rem!important}.ds-py-0{padding-top:0!important;padding-bottom:0!important}.ds-py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.ds-py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.ds-py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.ds-py-4{padding-top:1rem!important;padding-bottom:1rem!important}.ds-py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.ds-py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.ds-py-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.ds-py-8{padding-top:2rem!important;padding-bottom:2rem!important}.ds-py-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.ds-py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.ds-py-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.ds-py-12{padding-top:3rem!important;padding-bottom:3rem!important}.ds-py-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.ds-py-16{padding-top:4rem!important;padding-bottom:4rem!important}.ds-py-20{padding-top:5rem!important;padding-bottom:5rem!important}.ds-py-24{padding-top:6rem!important;padding-bottom:6rem!important}.ds-py-28{padding-top:7rem!important;padding-bottom:7rem!important}.ds-py-32{padding-top:8rem!important;padding-bottom:8rem!important}.ds-py-36{padding-top:9rem!important;padding-bottom:9rem!important}.ds-py-40{padding-top:10rem!important;padding-bottom:10rem!important}.ds-py-44{padding-top:11rem!important;padding-bottom:11rem!important}.ds-py-48{padding-top:12rem!important;padding-bottom:12rem!important}.ds-py-52{padding-top:13rem!important;padding-bottom:13rem!important}.ds-py-56{padding-top:14rem!important;padding-bottom:14rem!important}.ds-py-60{padding-top:15rem!important;padding-bottom:15rem!important}.ds-py-64{padding-top:16rem!important;padding-bottom:16rem!important}.ds-py-72{padding-top:18rem!important;padding-bottom:18rem!important}.ds-py-80{padding-top:20rem!important;padding-bottom:20rem!important}.ds-py-96{padding-top:24rem!important;padding-bottom:24rem!important}.ds-py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.ds-py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.ds-py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.ds-py-3\.5{padding-top:.875rem!important;padding-bottom:.875rem!important}.ds-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}.ds-grid-inline{display:inline-grid}.ds-grid__col-auto{grid-column:auto}.ds-grid__col-span-1{grid-column:span 1/span 1}.ds-grid__col-span-2{grid-column:span 2/span 2}.ds-grid__col-span-3{grid-column:span 3/span 3}.ds-grid__col-span-4{grid-column:span 4/span 4}.ds-grid__col-span-5{grid-column:span 5/span 5}.ds-grid__col-span-6{grid-column:span 6/span 6}.ds-grid__col-span-7{grid-column:span 7/span 7}.ds-grid__col-span-8{grid-column:span 8/span 8}.ds-grid__col-span-9{grid-column:span 9/span 9}.ds-grid__col-span-10{grid-column:span 10/span 10}.ds-grid__col-span-11{grid-column:span 11/span 11}.ds-grid__col-span-12{grid-column:span 12/span 12}@media print{.ds-print-hidden{display:none!important}.ds-print-visible-block{display:block!important}.ds-print-visible-inline{display:inline!important}}.ds-gap-1{gap:.25rem}.ds-gap-2{gap:.5rem}.ds-gap-4{gap:1rem}.ds-gap-6{gap:1.5rem}.ds-gap-8{gap:2rem}.ds-gap-10{gap:2.5rem}.ds-gap-12{gap:3rem}.ds-gap-xs-1{gap:.25rem}.ds-gap-xs-2{gap:.5rem}.ds-gap-xs-4{gap:1rem}.ds-gap-xs-5{gap:1.25rem}.ds-gap-xs-6{gap:1.5rem}.ds-gap-xs-8{gap:2rem}.ds-gap-xs-10{gap:2.5rem}.ds-gap-xs-12{gap:3rem}@media (min-width:640px){.ds-gap-sm-1{gap:.25rem}.ds-gap-sm-2{gap:.5rem}.ds-gap-sm-4{gap:1rem}.ds-gap-sm-5{gap:1.25rem}.ds-gap-sm-6{gap:1.5rem}.ds-gap-sm-8{gap:2rem}.ds-gap-sm-10{gap:2.5rem}.ds-gap-sm-12{gap:3rem}}@media (min-width:768px){.ds-gap-md-1{gap:.25rem}.ds-gap-md-2{gap:.5rem}.ds-gap-md-4{gap:1rem}.ds-gap-md-5{gap:1.25rem}.ds-gap-md-6{gap:1.5rem}.ds-gap-md-8{gap:2rem}.ds-gap-md-10{gap:2.5rem}.ds-gap-md-12{gap:3rem}}@media (min-width:1024px){.ds-gap-lg-1{gap:.25rem}.ds-gap-lg-2{gap:.5rem}.ds-gap-lg-4{gap:1rem}.ds-gap-lg-5{gap:1.25rem}.ds-gap-lg-6{gap:1.5rem}.ds-gap-lg-8{gap:2rem}.ds-gap-lg-10{gap:2.5rem}.ds-gap-lg-12{gap:3rem}}@media (min-width:1280px){.ds-gap-xl-1{gap:.25rem}.ds-gap-xl-2{gap:.5rem}.ds-gap-xl-4{gap:1rem}.ds-gap-xl-5{gap:1.25rem}.ds-gap-xl-6{gap:1.5rem}.ds-gap-xl-8{gap:2rem}.ds-gap-xl-10{gap:2.5rem}.ds-gap-xl-12{gap:3rem}}
1
+ .ds-display-flex{display:flex!important}.ds-display-block{display:block!important}.ds-display-none{display:none!important}.ds-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}.ds-grid-inline{display:inline-grid}.ds-grid__col-auto{grid-column:auto}.ds-grid__col-span-1,.xs\:ds-grid__col-span-1{grid-column:span 1/span 1}.ds-grid__col-span-2,.xs\:ds-grid__col-span-2{grid-column:span 2/span 2}.ds-grid__col-span-3,.xs\:ds-grid__col-span-3{grid-column:span 3/span 3}.ds-grid__col-span-4,.xs\:ds-grid__col-span-4{grid-column:span 4/span 4}.ds-grid__col-span-5,.xs\:ds-grid__col-span-5{grid-column:span 5/span 5}.ds-grid__col-span-6,.xs\:ds-grid__col-span-6{grid-column:span 6/span 6}.ds-grid__col-span-7,.xs\:ds-grid__col-span-7{grid-column:span 7/span 7}.ds-grid__col-span-8,.xs\:ds-grid__col-span-8{grid-column:span 8/span 8}.ds-grid__col-span-9,.xs\:ds-grid__col-span-9{grid-column:span 9/span 9}.ds-grid__col-span-10,.xs\:ds-grid__col-span-10{grid-column:span 10/span 10}.ds-grid__col-span-11,.xs\:ds-grid__col-span-11{grid-column:span 11/span 11}.ds-grid__col-span-12,.xs\:ds-grid__col-span-12{grid-column:span 12/span 12}@media (min-width:640px){.sm\:ds-grid__col-span-1{grid-column:span 1/span 1}.sm\:ds-grid__col-span-2{grid-column:span 2/span 2}.sm\:ds-grid__col-span-3{grid-column:span 3/span 3}.sm\:ds-grid__col-span-4{grid-column:span 4/span 4}.sm\:ds-grid__col-span-5{grid-column:span 5/span 5}.sm\:ds-grid__col-span-6{grid-column:span 6/span 6}.sm\:ds-grid__col-span-7{grid-column:span 7/span 7}.sm\:ds-grid__col-span-8{grid-column:span 8/span 8}.sm\:ds-grid__col-span-9{grid-column:span 9/span 9}.sm\:ds-grid__col-span-10{grid-column:span 10/span 10}.sm\:ds-grid__col-span-11{grid-column:span 11/span 11}.sm\:ds-grid__col-span-12{grid-column:span 12/span 12}}@media (min-width:768px){.md\:ds-grid__col-span-1{grid-column:span 1/span 1}.md\:ds-grid__col-span-2{grid-column:span 2/span 2}.md\:ds-grid__col-span-3{grid-column:span 3/span 3}.md\:ds-grid__col-span-4{grid-column:span 4/span 4}.md\:ds-grid__col-span-5{grid-column:span 5/span 5}.md\:ds-grid__col-span-6{grid-column:span 6/span 6}.md\:ds-grid__col-span-7{grid-column:span 7/span 7}.md\:ds-grid__col-span-8{grid-column:span 8/span 8}.md\:ds-grid__col-span-9{grid-column:span 9/span 9}.md\:ds-grid__col-span-10{grid-column:span 10/span 10}.md\:ds-grid__col-span-11{grid-column:span 11/span 11}.md\:ds-grid__col-span-12{grid-column:span 12/span 12}}@media (min-width:1024px){.lg\:ds-grid__col-span-1{grid-column:span 1/span 1}.lg\:ds-grid__col-span-2{grid-column:span 2/span 2}.lg\:ds-grid__col-span-3{grid-column:span 3/span 3}.lg\:ds-grid__col-span-4{grid-column:span 4/span 4}.lg\:ds-grid__col-span-5{grid-column:span 5/span 5}.lg\:ds-grid__col-span-6{grid-column:span 6/span 6}.lg\:ds-grid__col-span-7{grid-column:span 7/span 7}.lg\:ds-grid__col-span-8{grid-column:span 8/span 8}.lg\:ds-grid__col-span-9{grid-column:span 9/span 9}.lg\:ds-grid__col-span-10{grid-column:span 10/span 10}.lg\:ds-grid__col-span-11{grid-column:span 11/span 11}.lg\:ds-grid__col-span-12{grid-column:span 12/span 12}}.ds-m-0{margin:0!important}.ds-m-1{margin:.25rem!important}.ds-m-2{margin:.5rem!important}.ds-m-3{margin:.75rem!important}.ds-m-4{margin:1rem!important}.ds-m-5{margin:1.25rem!important}.ds-m-6{margin:1.5rem!important}.ds-m-7{margin:1.75rem!important}.ds-m-8{margin:2rem!important}.ds-m-9{margin:2.25rem!important}.ds-m-10{margin:2.5rem!important}.ds-m-11{margin:2.75rem!important}.ds-m-12{margin:3rem!important}.ds-m-14{margin:3.5rem!important}.ds-m-16{margin:4rem!important}.ds-m-20{margin:5rem!important}.ds-m-24{margin:6rem!important}.ds-m-28{margin:7rem!important}.ds-m-32{margin:8rem!important}.ds-m-36{margin:9rem!important}.ds-m-40{margin:10rem!important}.ds-m-44{margin:11rem!important}.ds-m-48{margin:12rem!important}.ds-m-52{margin:13rem!important}.ds-m-56{margin:14rem!important}.ds-m-60{margin:15rem!important}.ds-m-64{margin:16rem!important}.ds-m-72{margin:18rem!important}.ds-m-80{margin:20rem!important}.ds-m-96{margin:24rem!important}.ds-m-px{margin:1px!important}.ds-m-0\.5{margin:.125rem!important}.ds-m-1\.5{margin:.375rem!important}.ds-m-2\.5{margin:.625rem!important}.ds-m-3\.5{margin:.875rem!important}.ds-mt-0{margin-top:0!important}.ds-mt-1{margin-top:.25rem!important}.ds-mt-2{margin-top:.5rem!important}.ds-mt-3{margin-top:.75rem!important}.ds-mt-4{margin-top:1rem!important}.ds-mt-5{margin-top:1.25rem!important}.ds-mt-6{margin-top:1.5rem!important}.ds-mt-7{margin-top:1.75rem!important}.ds-mt-8{margin-top:2rem!important}.ds-mt-9{margin-top:2.25rem!important}.ds-mt-10{margin-top:2.5rem!important}.ds-mt-11{margin-top:2.75rem!important}.ds-mt-12{margin-top:3rem!important}.ds-mt-14{margin-top:3.5rem!important}.ds-mt-16{margin-top:4rem!important}.ds-mt-20{margin-top:5rem!important}.ds-mt-24{margin-top:6rem!important}.ds-mt-28{margin-top:7rem!important}.ds-mt-32{margin-top:8rem!important}.ds-mt-36{margin-top:9rem!important}.ds-mt-40{margin-top:10rem!important}.ds-mt-44{margin-top:11rem!important}.ds-mt-48{margin-top:12rem!important}.ds-mt-52{margin-top:13rem!important}.ds-mt-56{margin-top:14rem!important}.ds-mt-60{margin-top:15rem!important}.ds-mt-64{margin-top:16rem!important}.ds-mt-72{margin-top:18rem!important}.ds-mt-80{margin-top:20rem!important}.ds-mt-96{margin-top:24rem!important}.ds-mt-px{margin-top:1px!important}.ds-mx-0\.5{margin-left:.125rem!important;margin-right:.125rem!important}.ds-mx-1\.5{margin-left:.375rem!important;margin-right:.375rem!important}.ds-mx-2\.5{margin-left:.625rem!important;margin-right:.625rem!important}.ds-mx-3\.5{margin-left:.875rem!important;margin-right:.875rem!important}.ds-mt-0\.5{margin-top:.125rem!important}.ds-mt-1\.5{margin-top:.375rem!important}.ds-mt-2\.5{margin-top:.625rem!important}.ds-mt-3\.5{margin-top:.875rem!important}.ds-mr-0{margin-right:0!important}.ds-mr-1{margin-right:.25rem!important}.ds-mr-2{margin-right:.5rem!important}.ds-mr-3{margin-right:.75rem!important}.ds-mr-4{margin-right:1rem!important}.ds-mr-5{margin-right:1.25rem!important}.ds-mr-6{margin-right:1.5rem!important}.ds-mr-7{margin-right:1.75rem!important}.ds-mr-8{margin-right:2rem!important}.ds-mr-9{margin-right:2.25rem!important}.ds-mr-10{margin-right:2.5rem!important}.ds-mr-11{margin-right:2.75rem!important}.ds-mr-12{margin-right:3rem!important}.ds-mr-14{margin-right:3.5rem!important}.ds-mr-16{margin-right:4rem!important}.ds-mr-20{margin-right:5rem!important}.ds-mr-24{margin-right:6rem!important}.ds-mr-28{margin-right:7rem!important}.ds-mr-32{margin-right:8rem!important}.ds-mr-36{margin-right:9rem!important}.ds-mr-40{margin-right:10rem!important}.ds-mr-44{margin-right:11rem!important}.ds-mr-48{margin-right:12rem!important}.ds-mr-52{margin-right:13rem!important}.ds-mr-56{margin-right:14rem!important}.ds-mr-60{margin-right:15rem!important}.ds-mr-64{margin-right:16rem!important}.ds-mr-72{margin-right:18rem!important}.ds-mr-80{margin-right:20rem!important}.ds-mr-96{margin-right:24rem!important}.ds-mr-px{margin-right:1px!important}.ds-mr-0\.5{margin-right:.125rem!important}.ds-mr-1\.5{margin-right:.375rem!important}.ds-mr-2\.5{margin-right:.625rem!important}.ds-mr-3\.5{margin-right:.875rem!important}.ds-ml-0{margin-left:0!important}.ds-ml-1{margin-left:.25rem!important}.ds-ml-2{margin-left:.5rem!important}.ds-ml-3{margin-left:.75rem!important}.ds-ml-4{margin-left:1rem!important}.ds-ml-5{margin-left:1.25rem!important}.ds-ml-6{margin-left:1.5rem!important}.ds-ml-7{margin-left:1.75rem!important}.ds-ml-8{margin-left:2rem!important}.ds-ml-9{margin-left:2.25rem!important}.ds-ml-10{margin-left:2.5rem!important}.ds-ml-11{margin-left:2.75rem!important}.ds-ml-12{margin-left:3rem!important}.ds-ml-14{margin-left:3.5rem!important}.ds-ml-16{margin-left:4rem!important}.ds-ml-20{margin-left:5rem!important}.ds-ml-24{margin-left:6rem!important}.ds-ml-28{margin-left:7rem!important}.ds-ml-32{margin-left:8rem!important}.ds-ml-36{margin-left:9rem!important}.ds-ml-40{margin-left:10rem!important}.ds-ml-44{margin-left:11rem!important}.ds-ml-48{margin-left:12rem!important}.ds-ml-52{margin-left:13rem!important}.ds-ml-56{margin-left:14rem!important}.ds-ml-60{margin-left:15rem!important}.ds-ml-64{margin-left:16rem!important}.ds-ml-72{margin-left:18rem!important}.ds-ml-80{margin-left:20rem!important}.ds-ml-96{margin-left:24rem!important}.ds-ml-px{margin-left:1px!important}.ds-ml-0\.5{margin-left:.125rem!important}.ds-ml-1\.5{margin-left:.375rem!important}.ds-ml-2\.5{margin-left:.625rem!important}.ds-ml-3\.5{margin-left:.875rem!important}.ds-mb-0{margin-bottom:0!important}.ds-mb-1{margin-bottom:.25rem!important}.ds-mb-2{margin-bottom:.5rem!important}.ds-mb-3{margin-bottom:.75rem!important}.ds-mb-4{margin-bottom:1rem!important}.ds-mb-5{margin-bottom:1.25rem!important}.ds-mb-6{margin-bottom:1.5rem!important}.ds-mb-7{margin-bottom:1.75rem!important}.ds-mb-8{margin-bottom:2rem!important}.ds-mb-9{margin-bottom:2.25rem!important}.ds-mb-10{margin-bottom:2.5rem!important}.ds-mb-11{margin-bottom:2.75rem!important}.ds-mb-12{margin-bottom:3rem!important}.ds-mb-14{margin-bottom:3.5rem!important}.ds-mb-16{margin-bottom:4rem!important}.ds-mb-20{margin-bottom:5rem!important}.ds-mb-24{margin-bottom:6rem!important}.ds-mb-28{margin-bottom:7rem!important}.ds-mb-32{margin-bottom:8rem!important}.ds-mb-36{margin-bottom:9rem!important}.ds-mb-40{margin-bottom:10rem!important}.ds-mb-44{margin-bottom:11rem!important}.ds-mb-48{margin-bottom:12rem!important}.ds-mb-52{margin-bottom:13rem!important}.ds-mb-56{margin-bottom:14rem!important}.ds-mb-60{margin-bottom:15rem!important}.ds-mb-64{margin-bottom:16rem!important}.ds-mb-72{margin-bottom:18rem!important}.ds-mb-80{margin-bottom:20rem!important}.ds-mb-96{margin-bottom:24rem!important}.ds-mb-px{margin-bottom:1px!important}.ds-mb-0\.5{margin-bottom:.125rem!important}.ds-mb-1\.5{margin-bottom:.375rem!important}.ds-mb-2\.5{margin-bottom:.625rem!important}.ds-mb-3\.5{margin-bottom:.875rem!important}.ds-mx-0{margin-left:0!important;margin-right:0!important}.ds-mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.ds-mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.ds-mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.ds-mx-4{margin-left:1rem!important;margin-right:1rem!important}.ds-mx-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.ds-mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.ds-mx-7{margin-left:1.75rem!important;margin-right:1.75rem!important}.ds-mx-8{margin-left:2rem!important;margin-right:2rem!important}.ds-mx-9{margin-left:2.25rem!important;margin-right:2.25rem!important}.ds-mx-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.ds-mx-11{margin-left:2.75rem!important;margin-right:2.75rem!important}.ds-mx-12{margin-left:3rem!important;margin-right:3rem!important}.ds-mx-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.ds-mx-16{margin-left:4rem!important;margin-right:4rem!important}.ds-mx-20{margin-left:5rem!important;margin-right:5rem!important}.ds-mx-24{margin-left:6rem!important;margin-right:6rem!important}.ds-mx-28{margin-left:7rem!important;margin-right:7rem!important}.ds-mx-32{margin-left:8rem!important;margin-right:8rem!important}.ds-mx-36{margin-left:9rem!important;margin-right:9rem!important}.ds-mx-40{margin-left:10rem!important;margin-right:10rem!important}.ds-mx-44{margin-left:11rem!important;margin-right:11rem!important}.ds-mx-48{margin-left:12rem!important;margin-right:12rem!important}.ds-mx-52{margin-left:13rem!important;margin-right:13rem!important}.ds-mx-56{margin-left:14rem!important;margin-right:14rem!important}.ds-mx-60{margin-left:15rem!important;margin-right:15rem!important}.ds-mx-64{margin-left:16rem!important;margin-right:16rem!important}.ds-mx-72{margin-left:18rem!important;margin-right:18rem!important}.ds-mx-80{margin-left:20rem!important;margin-right:20rem!important}.ds-mx-96{margin-left:24rem!important;margin-right:24rem!important}.ds-my-0{margin-top:0!important;margin-bottom:0!important}.ds-my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.ds-my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.ds-my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.ds-my-4{margin-top:1rem!important;margin-bottom:1rem!important}.ds-my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.ds-my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.ds-my-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.ds-my-8{margin-top:2rem!important;margin-bottom:2rem!important}.ds-my-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.ds-my-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.ds-my-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.ds-my-12{margin-top:3rem!important;margin-bottom:3rem!important}.ds-my-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.ds-my-16{margin-top:4rem!important;margin-bottom:4rem!important}.ds-my-20{margin-top:5rem!important;margin-bottom:5rem!important}.ds-my-24{margin-top:6rem!important;margin-bottom:6rem!important}.ds-my-28{margin-top:7rem!important;margin-bottom:7rem!important}.ds-my-32{margin-top:8rem!important;margin-bottom:8rem!important}.ds-my-36{margin-top:9rem!important;margin-bottom:9rem!important}.ds-my-40{margin-top:10rem!important;margin-bottom:10rem!important}.ds-my-44{margin-top:11rem!important;margin-bottom:11rem!important}.ds-my-48{margin-top:12rem!important;margin-bottom:12rem!important}.ds-my-52{margin-top:13rem!important;margin-bottom:13rem!important}.ds-my-56{margin-top:14rem!important;margin-bottom:14rem!important}.ds-my-60{margin-top:15rem!important;margin-bottom:15rem!important}.ds-my-64{margin-top:16rem!important;margin-bottom:16rem!important}.ds-my-72{margin-top:18rem!important;margin-bottom:18rem!important}.ds-my-80{margin-top:20rem!important;margin-bottom:20rem!important}.ds-my-96{margin-top:24rem!important;margin-bottom:24rem!important}.ds-my-0\.5{margin-top:.125rem!important;margin-bottom:.125rem!important}.ds-my-1\.5{margin-top:.375rem!important;margin-bottom:.375rem!important}.ds-my-2\.5{margin-top:.625rem!important;margin-bottom:.625rem!important}.ds-my-3\.5{margin-top:.875rem!important;margin-bottom:.875rem!important}.ds-p-0{padding:0!important}.ds-p-1{padding:.25rem!important}.ds-p-2{padding:.5rem!important}.ds-p-3{padding:.75rem!important}.ds-p-4{padding:1rem!important}.ds-p-5{padding:1.25rem!important}.ds-p-6{padding:1.5rem!important}.ds-p-7{padding:1.75rem!important}.ds-p-8{padding:2rem!important}.ds-p-9{padding:2.25rem!important}.ds-p-10{padding:2.5rem!important}.ds-p-11{padding:2.75rem!important}.ds-p-12{padding:3rem!important}.ds-p-14{padding:3.5rem!important}.ds-p-16{padding:4rem!important}.ds-p-20{padding:5rem!important}.ds-p-24{padding:6rem!important}.ds-p-28{padding:7rem!important}.ds-p-32{padding:8rem!important}.ds-p-36{padding:9rem!important}.ds-p-40{padding:10rem!important}.ds-p-44{padding:11rem!important}.ds-p-48{padding:12rem!important}.ds-p-52{padding:13rem!important}.ds-p-56{padding:14rem!important}.ds-p-60{padding:15rem!important}.ds-p-64{padding:16rem!important}.ds-p-72{padding:18rem!important}.ds-p-80{padding:20rem!important}.ds-p-96{padding:24rem!important}.ds-p-px{padding:1px!important}.ds-p-0\.5{padding:.125rem!important}.ds-p-1\.5{padding:.375rem!important}.ds-p-2\.5{padding:.625rem!important}.ds-p-3\.5{padding:.875rem!important}.ds-pt-0{padding-top:0!important}.ds-pt-1{padding-top:.25rem!important}.ds-pt-2{padding-top:.5rem!important}.ds-pt-3{padding-top:.75rem!important}.ds-pt-4{padding-top:1rem!important}.ds-pt-5{padding-top:1.25rem!important}.ds-pt-6{padding-top:1.5rem!important}.ds-pt-7{padding-top:1.75rem!important}.ds-pt-8{padding-top:2rem!important}.ds-pt-9{padding-top:2.25rem!important}.ds-pt-10{padding-top:2.5rem!important}.ds-pt-11{padding-top:2.75rem!important}.ds-pt-12{padding-top:3rem!important}.ds-pt-14{padding-top:3.5rem!important}.ds-pt-16{padding-top:4rem!important}.ds-pt-20{padding-top:5rem!important}.ds-pt-24{padding-top:6rem!important}.ds-pt-28{padding-top:7rem!important}.ds-pt-32{padding-top:8rem!important}.ds-pt-36{padding-top:9rem!important}.ds-pt-40{padding-top:10rem!important}.ds-pt-44{padding-top:11rem!important}.ds-pt-48{padding-top:12rem!important}.ds-pt-52{padding-top:13rem!important}.ds-pt-56{padding-top:14rem!important}.ds-pt-60{padding-top:15rem!important}.ds-pt-64{padding-top:16rem!important}.ds-pt-72{padding-top:18rem!important}.ds-pt-80{padding-top:20rem!important}.ds-pt-96{padding-top:24rem!important}.ds-pt-px{padding-top:1px!important}.ds-pt-0\.5{padding-top:.125rem!important}.ds-pt-1\.5{padding-top:.375rem!important}.ds-pt-2\.5{padding-top:.625rem!important}.ds-pt-3\.5{padding-top:.875rem!important}.ds-pr-0{padding-right:0!important}.ds-pr-1{padding-right:.25rem!important}.ds-pr-2{padding-right:.5rem!important}.ds-pr-3{padding-right:.75rem!important}.ds-pr-4{padding-right:1rem!important}.ds-pr-5{padding-right:1.25rem!important}.ds-pr-6{padding-right:1.5rem!important}.ds-pr-7{padding-right:1.75rem!important}.ds-pr-8{padding-right:2rem!important}.ds-pr-9{padding-right:2.25rem!important}.ds-pr-10{padding-right:2.5rem!important}.ds-pr-11{padding-right:2.75rem!important}.ds-pr-12{padding-right:3rem!important}.ds-pr-14{padding-right:3.5rem!important}.ds-pr-16{padding-right:4rem!important}.ds-pr-20{padding-right:5rem!important}.ds-pr-24{padding-right:6rem!important}.ds-pr-28{padding-right:7rem!important}.ds-pr-32{padding-right:8rem!important}.ds-pr-36{padding-right:9rem!important}.ds-pr-40{padding-right:10rem!important}.ds-pr-44{padding-right:11rem!important}.ds-pr-48{padding-right:12rem!important}.ds-pr-52{padding-right:13rem!important}.ds-pr-56{padding-right:14rem!important}.ds-pr-60{padding-right:15rem!important}.ds-pr-64{padding-right:16rem!important}.ds-pr-72{padding-right:18rem!important}.ds-pr-80{padding-right:20rem!important}.ds-pr-96{padding-right:24rem!important}.ds-pr-px{padding-right:1px!important}.ds-pr-0\.5{padding-right:.125rem!important}.ds-pr-1\.5{padding-right:.375rem!important}.ds-pr-2\.5{padding-right:.625rem!important}.ds-pr-3\.5{padding-right:.875rem!important}.ds-pl-0{padding-left:0!important}.ds-pl-1{padding-left:.25rem!important}.ds-pl-2{padding-left:.5rem!important}.ds-pl-3{padding-left:.75rem!important}.ds-pl-4{padding-left:1rem!important}.ds-pl-5{padding-left:1.25rem!important}.ds-pl-6{padding-left:1.5rem!important}.ds-pl-7{padding-left:1.75rem!important}.ds-pl-8{padding-left:2rem!important}.ds-pl-9{padding-left:2.25rem!important}.ds-pl-10{padding-left:2.5rem!important}.ds-pl-11{padding-left:2.75rem!important}.ds-pl-12{padding-left:3rem!important}.ds-pl-14{padding-left:3.5rem!important}.ds-pl-16{padding-left:4rem!important}.ds-pl-20{padding-left:5rem!important}.ds-pl-24{padding-left:6rem!important}.ds-pl-28{padding-left:7rem!important}.ds-pl-32{padding-left:8rem!important}.ds-pl-36{padding-left:9rem!important}.ds-pl-40{padding-left:10rem!important}.ds-pl-44{padding-left:11rem!important}.ds-pl-48{padding-left:12rem!important}.ds-pl-52{padding-left:13rem!important}.ds-pl-56{padding-left:14rem!important}.ds-pl-60{padding-left:15rem!important}.ds-pl-64{padding-left:16rem!important}.ds-pl-72{padding-left:18rem!important}.ds-pl-80{padding-left:20rem!important}.ds-pl-96{padding-left:24rem!important}.ds-pl-px{padding-left:1px!important}.ds-pl-0\.5{padding-left:.125rem!important}.ds-pl-1\.5{padding-left:.375rem!important}.ds-pl-2\.5{padding-left:.625rem!important}.ds-pl-3\.5{padding-left:.875rem!important}.ds-pb-0{padding-bottom:0!important}.ds-pb-1{padding-bottom:.25rem!important}.ds-pb-2{padding-bottom:.5rem!important}.ds-pb-3{padding-bottom:.75rem!important}.ds-pb-4{padding-bottom:1rem!important}.ds-pb-5{padding-bottom:1.25rem!important}.ds-pb-6{padding-bottom:1.5rem!important}.ds-pb-7{padding-bottom:1.75rem!important}.ds-pb-8{padding-bottom:2rem!important}.ds-pb-9{padding-bottom:2.25rem!important}.ds-pb-10{padding-bottom:2.5rem!important}.ds-pb-11{padding-bottom:2.75rem!important}.ds-pb-12{padding-bottom:3rem!important}.ds-pb-14{padding-bottom:3.5rem!important}.ds-pb-16{padding-bottom:4rem!important}.ds-pb-20{padding-bottom:5rem!important}.ds-pb-24{padding-bottom:6rem!important}.ds-pb-28{padding-bottom:7rem!important}.ds-pb-32{padding-bottom:8rem!important}.ds-pb-36{padding-bottom:9rem!important}.ds-pb-40{padding-bottom:10rem!important}.ds-pb-44{padding-bottom:11rem!important}.ds-pb-48{padding-bottom:12rem!important}.ds-pb-52{padding-bottom:13rem!important}.ds-pb-56{padding-bottom:14rem!important}.ds-pb-60{padding-bottom:15rem!important}.ds-pb-64{padding-bottom:16rem!important}.ds-pb-72{padding-bottom:18rem!important}.ds-pb-80{padding-bottom:20rem!important}.ds-pb-96{padding-bottom:24rem!important}.ds-pb-px{padding-bottom:1px!important}.ds-pb-0\.5{padding-bottom:.125rem!important}.ds-pb-1\.5{padding-bottom:.375rem!important}.ds-pb-2\.5{padding-bottom:.625rem!important}.ds-pb-3\.5{padding-bottom:.875rem!important}.ds-px-0{padding-left:0!important;padding-right:0!important}.ds-px-1{padding-left:.25rem!important;padding-right:.25rem!important}.ds-px-2{padding-left:.5rem!important;padding-right:.5rem!important}.ds-px-3{padding-left:.75rem!important;padding-right:.75rem!important}.ds-px-4{padding-left:1rem!important;padding-right:1rem!important}.ds-px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.ds-px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.ds-px-7{padding-left:1.75rem!important;padding-right:1.75rem!important}.ds-px-8{padding-left:2rem!important;padding-right:2rem!important}.ds-px-9{padding-left:2.25rem!important;padding-right:2.25rem!important}.ds-px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.ds-px-11{padding-left:2.75rem!important;padding-right:2.75rem!important}.ds-px-12{padding-left:3rem!important;padding-right:3rem!important}.ds-px-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.ds-px-16{padding-left:4rem!important;padding-right:4rem!important}.ds-px-20{padding-left:5rem!important;padding-right:5rem!important}.ds-px-24{padding-left:6rem!important;padding-right:6rem!important}.ds-px-28{padding-left:7rem!important;padding-right:7rem!important}.ds-px-32{padding-left:8rem!important;padding-right:8rem!important}.ds-px-36{padding-left:9rem!important;padding-right:9rem!important}.ds-px-40{padding-left:10rem!important;padding-right:10rem!important}.ds-px-44{padding-left:11rem!important;padding-right:11rem!important}.ds-px-48{padding-left:12rem!important;padding-right:12rem!important}.ds-px-52{padding-left:13rem!important;padding-right:13rem!important}.ds-px-56{padding-left:14rem!important;padding-right:14rem!important}.ds-px-60{padding-left:15rem!important;padding-right:15rem!important}.ds-px-64{padding-left:16rem!important;padding-right:16rem!important}.ds-px-72{padding-left:18rem!important;padding-right:18rem!important}.ds-px-80{padding-left:20rem!important;padding-right:20rem!important}.ds-px-96{padding-left:24rem!important;padding-right:24rem!important}.ds-px-0\.5{padding-left:.125rem!important;padding-right:.125rem!important}.ds-px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.ds-px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.ds-px-3\.5{padding-left:.875rem!important;padding-right:.875rem!important}.ds-py-0{padding-top:0!important;padding-bottom:0!important}.ds-py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.ds-py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.ds-py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.ds-py-4{padding-top:1rem!important;padding-bottom:1rem!important}.ds-py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.ds-py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.ds-py-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.ds-py-8{padding-top:2rem!important;padding-bottom:2rem!important}.ds-py-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.ds-py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.ds-py-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.ds-py-12{padding-top:3rem!important;padding-bottom:3rem!important}.ds-py-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.ds-py-16{padding-top:4rem!important;padding-bottom:4rem!important}.ds-py-20{padding-top:5rem!important;padding-bottom:5rem!important}.ds-py-24{padding-top:6rem!important;padding-bottom:6rem!important}.ds-py-28{padding-top:7rem!important;padding-bottom:7rem!important}.ds-py-32{padding-top:8rem!important;padding-bottom:8rem!important}.ds-py-36{padding-top:9rem!important;padding-bottom:9rem!important}.ds-py-40{padding-top:10rem!important;padding-bottom:10rem!important}.ds-py-44{padding-top:11rem!important;padding-bottom:11rem!important}.ds-py-48{padding-top:12rem!important;padding-bottom:12rem!important}.ds-py-52{padding-top:13rem!important;padding-bottom:13rem!important}.ds-py-56{padding-top:14rem!important;padding-bottom:14rem!important}.ds-py-60{padding-top:15rem!important;padding-bottom:15rem!important}.ds-py-64{padding-top:16rem!important;padding-bottom:16rem!important}.ds-py-72{padding-top:18rem!important;padding-bottom:18rem!important}.ds-py-80{padding-top:20rem!important;padding-bottom:20rem!important}.ds-py-96{padding-top:24rem!important;padding-bottom:24rem!important}.ds-py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.ds-py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.ds-py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.ds-py-3\.5{padding-top:.875rem!important;padding-bottom:.875rem!important}.ds-gap-1{gap:.25rem}.ds-gap-2{gap:.5rem}.ds-gap-4{gap:1rem}.ds-gap-6{gap:1.5rem}.ds-gap-8{gap:2rem}.ds-gap-10{gap:2.5rem}.ds-gap-12{gap:3rem}.ds-gap-xs-1{gap:.25rem}.ds-gap-xs-2{gap:.5rem}.ds-gap-xs-4{gap:1rem}.ds-gap-xs-5{gap:1.25rem}.ds-gap-xs-6{gap:1.5rem}.ds-gap-xs-8{gap:2rem}.ds-gap-xs-10{gap:2.5rem}.ds-gap-xs-12{gap:3rem}@media (min-width:640px){.ds-gap-sm-1{gap:.25rem}.ds-gap-sm-2{gap:.5rem}.ds-gap-sm-4{gap:1rem}.ds-gap-sm-5{gap:1.25rem}.ds-gap-sm-6{gap:1.5rem}.ds-gap-sm-8{gap:2rem}.ds-gap-sm-10{gap:2.5rem}.ds-gap-sm-12{gap:3rem}}@media (min-width:768px){.ds-gap-md-1{gap:.25rem}.ds-gap-md-2{gap:.5rem}.ds-gap-md-4{gap:1rem}.ds-gap-md-5{gap:1.25rem}.ds-gap-md-6{gap:1.5rem}.ds-gap-md-8{gap:2rem}.ds-gap-md-10{gap:2.5rem}.ds-gap-md-12{gap:3rem}}@media (min-width:1024px){.ds-gap-lg-1{gap:.25rem}.ds-gap-lg-2{gap:.5rem}.ds-gap-lg-4{gap:1rem}.ds-gap-lg-5{gap:1.25rem}.ds-gap-lg-6{gap:1.5rem}.ds-gap-lg-8{gap:2rem}.ds-gap-lg-10{gap:2.5rem}.ds-gap-lg-12{gap:3rem}}@media (min-width:1280px){.ds-gap-xl-1{gap:.25rem}.ds-gap-xl-2{gap:.5rem}.ds-gap-xl-4{gap:1rem}.ds-gap-xl-5{gap:1.25rem}.ds-gap-xl-6{gap:1.5rem}.ds-gap-xl-8{gap:2rem}.ds-gap-xl-10{gap:2.5rem}.ds-gap-xl-12{gap:3rem}}@media print{.ds-print-hidden{display:none!important}.ds-print-visible-block{display:block!important}.ds-print-visible-inline{display:inline!important}}
package/dist/utilities.js CHANGED
@@ -1 +1 @@
1
- module.exports = {".ds-m-0":{"margin":"0 !important"},".ds-m-1":{"margin":".25rem !important"},".ds-m-2":{"margin":".5rem !important"},".ds-m-3":{"margin":".75rem !important"},".ds-m-4":{"margin":"1rem !important"},".ds-m-5":{"margin":"1.25rem !important"},".ds-m-6":{"margin":"1.5rem !important"},".ds-m-7":{"margin":"1.75rem !important"},".ds-m-8":{"margin":"2rem !important"},".ds-m-9":{"margin":"2.25rem !important"},".ds-m-10":{"margin":"2.5rem !important"},".ds-m-11":{"margin":"2.75rem !important"},".ds-m-12":{"margin":"3rem !important"},".ds-m-14":{"margin":"3.5rem !important"},".ds-m-16":{"margin":"4rem !important"},".ds-m-20":{"margin":"5rem !important"},".ds-m-24":{"margin":"6rem !important"},".ds-m-28":{"margin":"7rem !important"},".ds-m-32":{"margin":"8rem !important"},".ds-m-36":{"margin":"9rem !important"},".ds-m-40":{"margin":"10rem !important"},".ds-m-44":{"margin":"11rem !important"},".ds-m-48":{"margin":"12rem !important"},".ds-m-52":{"margin":"13rem !important"},".ds-m-56":{"margin":"14rem !important"},".ds-m-60":{"margin":"15rem !important"},".ds-m-64":{"margin":"16rem !important"},".ds-m-72":{"margin":"18rem !important"},".ds-m-80":{"margin":"20rem !important"},".ds-m-96":{"margin":"24rem !important"},".ds-m-px":{"margin":"1px !important"},".ds-m-0\\.5":{"margin":".125rem !important"},".ds-m-1\\.5":{"margin":".375rem !important"},".ds-m-2\\.5":{"margin":".625rem !important"},".ds-m-3\\.5":{"margin":".875rem !important"},".ds-mt-0":{"marginTop":"0 !important"},".ds-mt-1":{"marginTop":".25rem !important"},".ds-mt-2":{"marginTop":".5rem !important"},".ds-mt-3":{"marginTop":".75rem !important"},".ds-mt-4":{"marginTop":"1rem !important"},".ds-mt-5":{"marginTop":"1.25rem !important"},".ds-mt-6":{"marginTop":"1.5rem !important"},".ds-mt-7":{"marginTop":"1.75rem !important"},".ds-mt-8":{"marginTop":"2rem !important"},".ds-mt-9":{"marginTop":"2.25rem !important"},".ds-mt-10":{"marginTop":"2.5rem !important"},".ds-mt-11":{"marginTop":"2.75rem !important"},".ds-mt-12":{"marginTop":"3rem !important"},".ds-mt-14":{"marginTop":"3.5rem !important"},".ds-mt-16":{"marginTop":"4rem !important"},".ds-mt-20":{"marginTop":"5rem !important"},".ds-mt-24":{"marginTop":"6rem !important"},".ds-mt-28":{"marginTop":"7rem !important"},".ds-mt-32":{"marginTop":"8rem !important"},".ds-mt-36":{"marginTop":"9rem !important"},".ds-mt-40":{"marginTop":"10rem !important"},".ds-mt-44":{"marginTop":"11rem !important"},".ds-mt-48":{"marginTop":"12rem !important"},".ds-mt-52":{"marginTop":"13rem !important"},".ds-mt-56":{"marginTop":"14rem !important"},".ds-mt-60":{"marginTop":"15rem !important"},".ds-mt-64":{"marginTop":"16rem !important"},".ds-mt-72":{"marginTop":"18rem !important"},".ds-mt-80":{"marginTop":"20rem !important"},".ds-mt-96":{"marginTop":"24rem !important"},".ds-mt-px":{"marginTop":"1px !important"},".ds-mx-0\\.5":{"marginLeft":".125rem !important","marginRight":".125rem !important"},".ds-mx-1\\.5":{"marginLeft":".375rem !important","marginRight":".375rem !important"},".ds-mx-2\\.5":{"marginLeft":".625rem !important","marginRight":".625rem !important"},".ds-mx-3\\.5":{"marginLeft":".875rem !important","marginRight":".875rem !important"},".ds-mt-0\\.5":{"marginTop":".125rem !important"},".ds-mt-1\\.5":{"marginTop":".375rem !important"},".ds-mt-2\\.5":{"marginTop":".625rem !important"},".ds-mt-3\\.5":{"marginTop":".875rem !important"},".ds-mr-0":{"marginRight":"0 !important"},".ds-mr-1":{"marginRight":".25rem !important"},".ds-mr-2":{"marginRight":".5rem !important"},".ds-mr-3":{"marginRight":".75rem !important"},".ds-mr-4":{"marginRight":"1rem !important"},".ds-mr-5":{"marginRight":"1.25rem !important"},".ds-mr-6":{"marginRight":"1.5rem !important"},".ds-mr-7":{"marginRight":"1.75rem !important"},".ds-mr-8":{"marginRight":"2rem !important"},".ds-mr-9":{"marginRight":"2.25rem !important"},".ds-mr-10":{"marginRight":"2.5rem !important"},".ds-mr-11":{"marginRight":"2.75rem !important"},".ds-mr-12":{"marginRight":"3rem !important"},".ds-mr-14":{"marginRight":"3.5rem !important"},".ds-mr-16":{"marginRight":"4rem !important"},".ds-mr-20":{"marginRight":"5rem !important"},".ds-mr-24":{"marginRight":"6rem !important"},".ds-mr-28":{"marginRight":"7rem !important"},".ds-mr-32":{"marginRight":"8rem !important"},".ds-mr-36":{"marginRight":"9rem !important"},".ds-mr-40":{"marginRight":"10rem !important"},".ds-mr-44":{"marginRight":"11rem !important"},".ds-mr-48":{"marginRight":"12rem !important"},".ds-mr-52":{"marginRight":"13rem !important"},".ds-mr-56":{"marginRight":"14rem !important"},".ds-mr-60":{"marginRight":"15rem !important"},".ds-mr-64":{"marginRight":"16rem !important"},".ds-mr-72":{"marginRight":"18rem !important"},".ds-mr-80":{"marginRight":"20rem !important"},".ds-mr-96":{"marginRight":"24rem !important"},".ds-mr-px":{"marginRight":"1px !important"},".ds-mr-0\\.5":{"marginRight":".125rem !important"},".ds-mr-1\\.5":{"marginRight":".375rem !important"},".ds-mr-2\\.5":{"marginRight":".625rem !important"},".ds-mr-3\\.5":{"marginRight":".875rem !important"},".ds-ml-0":{"marginLeft":"0 !important"},".ds-ml-1":{"marginLeft":".25rem !important"},".ds-ml-2":{"marginLeft":".5rem !important"},".ds-ml-3":{"marginLeft":".75rem !important"},".ds-ml-4":{"marginLeft":"1rem !important"},".ds-ml-5":{"marginLeft":"1.25rem !important"},".ds-ml-6":{"marginLeft":"1.5rem !important"},".ds-ml-7":{"marginLeft":"1.75rem !important"},".ds-ml-8":{"marginLeft":"2rem !important"},".ds-ml-9":{"marginLeft":"2.25rem !important"},".ds-ml-10":{"marginLeft":"2.5rem !important"},".ds-ml-11":{"marginLeft":"2.75rem !important"},".ds-ml-12":{"marginLeft":"3rem !important"},".ds-ml-14":{"marginLeft":"3.5rem !important"},".ds-ml-16":{"marginLeft":"4rem !important"},".ds-ml-20":{"marginLeft":"5rem !important"},".ds-ml-24":{"marginLeft":"6rem !important"},".ds-ml-28":{"marginLeft":"7rem !important"},".ds-ml-32":{"marginLeft":"8rem !important"},".ds-ml-36":{"marginLeft":"9rem !important"},".ds-ml-40":{"marginLeft":"10rem !important"},".ds-ml-44":{"marginLeft":"11rem !important"},".ds-ml-48":{"marginLeft":"12rem !important"},".ds-ml-52":{"marginLeft":"13rem !important"},".ds-ml-56":{"marginLeft":"14rem !important"},".ds-ml-60":{"marginLeft":"15rem !important"},".ds-ml-64":{"marginLeft":"16rem !important"},".ds-ml-72":{"marginLeft":"18rem !important"},".ds-ml-80":{"marginLeft":"20rem !important"},".ds-ml-96":{"marginLeft":"24rem !important"},".ds-ml-px":{"marginLeft":"1px !important"},".ds-ml-0\\.5":{"marginLeft":".125rem !important"},".ds-ml-1\\.5":{"marginLeft":".375rem !important"},".ds-ml-2\\.5":{"marginLeft":".625rem !important"},".ds-ml-3\\.5":{"marginLeft":".875rem !important"},".ds-mb-0":{"marginBottom":"0 !important"},".ds-mb-1":{"marginBottom":".25rem !important"},".ds-mb-2":{"marginBottom":".5rem !important"},".ds-mb-3":{"marginBottom":".75rem !important"},".ds-mb-4":{"marginBottom":"1rem !important"},".ds-mb-5":{"marginBottom":"1.25rem !important"},".ds-mb-6":{"marginBottom":"1.5rem !important"},".ds-mb-7":{"marginBottom":"1.75rem !important"},".ds-mb-8":{"marginBottom":"2rem !important"},".ds-mb-9":{"marginBottom":"2.25rem !important"},".ds-mb-10":{"marginBottom":"2.5rem !important"},".ds-mb-11":{"marginBottom":"2.75rem !important"},".ds-mb-12":{"marginBottom":"3rem !important"},".ds-mb-14":{"marginBottom":"3.5rem !important"},".ds-mb-16":{"marginBottom":"4rem !important"},".ds-mb-20":{"marginBottom":"5rem !important"},".ds-mb-24":{"marginBottom":"6rem !important"},".ds-mb-28":{"marginBottom":"7rem !important"},".ds-mb-32":{"marginBottom":"8rem !important"},".ds-mb-36":{"marginBottom":"9rem !important"},".ds-mb-40":{"marginBottom":"10rem !important"},".ds-mb-44":{"marginBottom":"11rem !important"},".ds-mb-48":{"marginBottom":"12rem !important"},".ds-mb-52":{"marginBottom":"13rem !important"},".ds-mb-56":{"marginBottom":"14rem !important"},".ds-mb-60":{"marginBottom":"15rem !important"},".ds-mb-64":{"marginBottom":"16rem !important"},".ds-mb-72":{"marginBottom":"18rem !important"},".ds-mb-80":{"marginBottom":"20rem !important"},".ds-mb-96":{"marginBottom":"24rem !important"},".ds-mb-px":{"marginBottom":"1px !important"},".ds-mb-0\\.5":{"marginBottom":".125rem !important"},".ds-mb-1\\.5":{"marginBottom":".375rem !important"},".ds-mb-2\\.5":{"marginBottom":".625rem !important"},".ds-mb-3\\.5":{"marginBottom":".875rem !important"},".ds-mx-0":{"marginLeft":"0 !important","marginRight":"0 !important"},".ds-mx-1":{"marginLeft":".25rem !important","marginRight":".25rem !important"},".ds-mx-2":{"marginLeft":".5rem !important","marginRight":".5rem !important"},".ds-mx-3":{"marginLeft":".75rem !important","marginRight":".75rem !important"},".ds-mx-4":{"marginLeft":"1rem !important","marginRight":"1rem !important"},".ds-mx-5":{"marginLeft":"1.25rem !important","marginRight":"1.25rem !important"},".ds-mx-6":{"marginLeft":"1.5rem !important","marginRight":"1.5rem !important"},".ds-mx-7":{"marginLeft":"1.75rem !important","marginRight":"1.75rem !important"},".ds-mx-8":{"marginLeft":"2rem !important","marginRight":"2rem !important"},".ds-mx-9":{"marginLeft":"2.25rem !important","marginRight":"2.25rem !important"},".ds-mx-10":{"marginLeft":"2.5rem !important","marginRight":"2.5rem !important"},".ds-mx-11":{"marginLeft":"2.75rem !important","marginRight":"2.75rem !important"},".ds-mx-12":{"marginLeft":"3rem !important","marginRight":"3rem !important"},".ds-mx-14":{"marginLeft":"3.5rem !important","marginRight":"3.5rem !important"},".ds-mx-16":{"marginLeft":"4rem !important","marginRight":"4rem !important"},".ds-mx-20":{"marginLeft":"5rem !important","marginRight":"5rem !important"},".ds-mx-24":{"marginLeft":"6rem !important","marginRight":"6rem !important"},".ds-mx-28":{"marginLeft":"7rem !important","marginRight":"7rem !important"},".ds-mx-32":{"marginLeft":"8rem !important","marginRight":"8rem !important"},".ds-mx-36":{"marginLeft":"9rem !important","marginRight":"9rem !important"},".ds-mx-40":{"marginLeft":"10rem !important","marginRight":"10rem !important"},".ds-mx-44":{"marginLeft":"11rem !important","marginRight":"11rem !important"},".ds-mx-48":{"marginLeft":"12rem !important","marginRight":"12rem !important"},".ds-mx-52":{"marginLeft":"13rem !important","marginRight":"13rem !important"},".ds-mx-56":{"marginLeft":"14rem !important","marginRight":"14rem !important"},".ds-mx-60":{"marginLeft":"15rem !important","marginRight":"15rem !important"},".ds-mx-64":{"marginLeft":"16rem !important","marginRight":"16rem !important"},".ds-mx-72":{"marginLeft":"18rem !important","marginRight":"18rem !important"},".ds-mx-80":{"marginLeft":"20rem !important","marginRight":"20rem !important"},".ds-mx-96":{"marginLeft":"24rem !important","marginRight":"24rem !important"},".ds-my-0":{"marginTop":"0 !important","marginBottom":"0 !important"},".ds-my-1":{"marginTop":".25rem !important","marginBottom":".25rem !important"},".ds-my-2":{"marginTop":".5rem !important","marginBottom":".5rem !important"},".ds-my-3":{"marginTop":".75rem !important","marginBottom":".75rem !important"},".ds-my-4":{"marginTop":"1rem !important","marginBottom":"1rem !important"},".ds-my-5":{"marginTop":"1.25rem !important","marginBottom":"1.25rem !important"},".ds-my-6":{"marginTop":"1.5rem !important","marginBottom":"1.5rem !important"},".ds-my-7":{"marginTop":"1.75rem !important","marginBottom":"1.75rem !important"},".ds-my-8":{"marginTop":"2rem !important","marginBottom":"2rem !important"},".ds-my-9":{"marginTop":"2.25rem !important","marginBottom":"2.25rem !important"},".ds-my-10":{"marginTop":"2.5rem !important","marginBottom":"2.5rem !important"},".ds-my-11":{"marginTop":"2.75rem !important","marginBottom":"2.75rem !important"},".ds-my-12":{"marginTop":"3rem !important","marginBottom":"3rem !important"},".ds-my-14":{"marginTop":"3.5rem !important","marginBottom":"3.5rem !important"},".ds-my-16":{"marginTop":"4rem !important","marginBottom":"4rem !important"},".ds-my-20":{"marginTop":"5rem !important","marginBottom":"5rem !important"},".ds-my-24":{"marginTop":"6rem !important","marginBottom":"6rem !important"},".ds-my-28":{"marginTop":"7rem !important","marginBottom":"7rem !important"},".ds-my-32":{"marginTop":"8rem !important","marginBottom":"8rem !important"},".ds-my-36":{"marginTop":"9rem !important","marginBottom":"9rem !important"},".ds-my-40":{"marginTop":"10rem !important","marginBottom":"10rem !important"},".ds-my-44":{"marginTop":"11rem !important","marginBottom":"11rem !important"},".ds-my-48":{"marginTop":"12rem !important","marginBottom":"12rem !important"},".ds-my-52":{"marginTop":"13rem !important","marginBottom":"13rem !important"},".ds-my-56":{"marginTop":"14rem !important","marginBottom":"14rem !important"},".ds-my-60":{"marginTop":"15rem !important","marginBottom":"15rem !important"},".ds-my-64":{"marginTop":"16rem !important","marginBottom":"16rem !important"},".ds-my-72":{"marginTop":"18rem !important","marginBottom":"18rem !important"},".ds-my-80":{"marginTop":"20rem !important","marginBottom":"20rem !important"},".ds-my-96":{"marginTop":"24rem !important","marginBottom":"24rem !important"},".ds-my-0\\.5":{"marginTop":".125rem !important","marginBottom":".125rem !important"},".ds-my-1\\.5":{"marginTop":".375rem !important","marginBottom":".375rem !important"},".ds-my-2\\.5":{"marginTop":".625rem !important","marginBottom":".625rem !important"},".ds-my-3\\.5":{"marginTop":".875rem !important","marginBottom":".875rem !important"},".ds-p-0":{"padding":"0 !important"},".ds-p-1":{"padding":".25rem !important"},".ds-p-2":{"padding":".5rem !important"},".ds-p-3":{"padding":".75rem !important"},".ds-p-4":{"padding":"1rem !important"},".ds-p-5":{"padding":"1.25rem !important"},".ds-p-6":{"padding":"1.5rem !important"},".ds-p-7":{"padding":"1.75rem !important"},".ds-p-8":{"padding":"2rem !important"},".ds-p-9":{"padding":"2.25rem !important"},".ds-p-10":{"padding":"2.5rem !important"},".ds-p-11":{"padding":"2.75rem !important"},".ds-p-12":{"padding":"3rem !important"},".ds-p-14":{"padding":"3.5rem !important"},".ds-p-16":{"padding":"4rem !important"},".ds-p-20":{"padding":"5rem !important"},".ds-p-24":{"padding":"6rem !important"},".ds-p-28":{"padding":"7rem !important"},".ds-p-32":{"padding":"8rem !important"},".ds-p-36":{"padding":"9rem !important"},".ds-p-40":{"padding":"10rem !important"},".ds-p-44":{"padding":"11rem !important"},".ds-p-48":{"padding":"12rem !important"},".ds-p-52":{"padding":"13rem !important"},".ds-p-56":{"padding":"14rem !important"},".ds-p-60":{"padding":"15rem !important"},".ds-p-64":{"padding":"16rem !important"},".ds-p-72":{"padding":"18rem !important"},".ds-p-80":{"padding":"20rem !important"},".ds-p-96":{"padding":"24rem !important"},".ds-p-px":{"padding":"1px !important"},".ds-p-0\\.5":{"padding":".125rem !important"},".ds-p-1\\.5":{"padding":".375rem !important"},".ds-p-2\\.5":{"padding":".625rem !important"},".ds-p-3\\.5":{"padding":".875rem !important"},".ds-pt-0":{"paddingTop":"0 !important"},".ds-pt-1":{"paddingTop":".25rem !important"},".ds-pt-2":{"paddingTop":".5rem !important"},".ds-pt-3":{"paddingTop":".75rem !important"},".ds-pt-4":{"paddingTop":"1rem !important"},".ds-pt-5":{"paddingTop":"1.25rem !important"},".ds-pt-6":{"paddingTop":"1.5rem !important"},".ds-pt-7":{"paddingTop":"1.75rem !important"},".ds-pt-8":{"paddingTop":"2rem !important"},".ds-pt-9":{"paddingTop":"2.25rem !important"},".ds-pt-10":{"paddingTop":"2.5rem !important"},".ds-pt-11":{"paddingTop":"2.75rem !important"},".ds-pt-12":{"paddingTop":"3rem !important"},".ds-pt-14":{"paddingTop":"3.5rem !important"},".ds-pt-16":{"paddingTop":"4rem !important"},".ds-pt-20":{"paddingTop":"5rem !important"},".ds-pt-24":{"paddingTop":"6rem !important"},".ds-pt-28":{"paddingTop":"7rem !important"},".ds-pt-32":{"paddingTop":"8rem !important"},".ds-pt-36":{"paddingTop":"9rem !important"},".ds-pt-40":{"paddingTop":"10rem !important"},".ds-pt-44":{"paddingTop":"11rem !important"},".ds-pt-48":{"paddingTop":"12rem !important"},".ds-pt-52":{"paddingTop":"13rem !important"},".ds-pt-56":{"paddingTop":"14rem !important"},".ds-pt-60":{"paddingTop":"15rem !important"},".ds-pt-64":{"paddingTop":"16rem !important"},".ds-pt-72":{"paddingTop":"18rem !important"},".ds-pt-80":{"paddingTop":"20rem !important"},".ds-pt-96":{"paddingTop":"24rem !important"},".ds-pt-px":{"paddingTop":"1px !important"},".ds-pt-0\\.5":{"paddingTop":".125rem !important"},".ds-pt-1\\.5":{"paddingTop":".375rem !important"},".ds-pt-2\\.5":{"paddingTop":".625rem !important"},".ds-pt-3\\.5":{"paddingTop":".875rem !important"},".ds-pr-0":{"paddingRight":"0 !important"},".ds-pr-1":{"paddingRight":".25rem !important"},".ds-pr-2":{"paddingRight":".5rem !important"},".ds-pr-3":{"paddingRight":".75rem !important"},".ds-pr-4":{"paddingRight":"1rem !important"},".ds-pr-5":{"paddingRight":"1.25rem !important"},".ds-pr-6":{"paddingRight":"1.5rem !important"},".ds-pr-7":{"paddingRight":"1.75rem !important"},".ds-pr-8":{"paddingRight":"2rem !important"},".ds-pr-9":{"paddingRight":"2.25rem !important"},".ds-pr-10":{"paddingRight":"2.5rem !important"},".ds-pr-11":{"paddingRight":"2.75rem !important"},".ds-pr-12":{"paddingRight":"3rem !important"},".ds-pr-14":{"paddingRight":"3.5rem !important"},".ds-pr-16":{"paddingRight":"4rem !important"},".ds-pr-20":{"paddingRight":"5rem !important"},".ds-pr-24":{"paddingRight":"6rem !important"},".ds-pr-28":{"paddingRight":"7rem !important"},".ds-pr-32":{"paddingRight":"8rem !important"},".ds-pr-36":{"paddingRight":"9rem !important"},".ds-pr-40":{"paddingRight":"10rem !important"},".ds-pr-44":{"paddingRight":"11rem !important"},".ds-pr-48":{"paddingRight":"12rem !important"},".ds-pr-52":{"paddingRight":"13rem !important"},".ds-pr-56":{"paddingRight":"14rem !important"},".ds-pr-60":{"paddingRight":"15rem !important"},".ds-pr-64":{"paddingRight":"16rem !important"},".ds-pr-72":{"paddingRight":"18rem !important"},".ds-pr-80":{"paddingRight":"20rem !important"},".ds-pr-96":{"paddingRight":"24rem !important"},".ds-pr-px":{"paddingRight":"1px !important"},".ds-pr-0\\.5":{"paddingRight":".125rem !important"},".ds-pr-1\\.5":{"paddingRight":".375rem !important"},".ds-pr-2\\.5":{"paddingRight":".625rem !important"},".ds-pr-3\\.5":{"paddingRight":".875rem !important"},".ds-pl-0":{"paddingLeft":"0 !important"},".ds-pl-1":{"paddingLeft":".25rem !important"},".ds-pl-2":{"paddingLeft":".5rem !important"},".ds-pl-3":{"paddingLeft":".75rem !important"},".ds-pl-4":{"paddingLeft":"1rem !important"},".ds-pl-5":{"paddingLeft":"1.25rem !important"},".ds-pl-6":{"paddingLeft":"1.5rem !important"},".ds-pl-7":{"paddingLeft":"1.75rem !important"},".ds-pl-8":{"paddingLeft":"2rem !important"},".ds-pl-9":{"paddingLeft":"2.25rem !important"},".ds-pl-10":{"paddingLeft":"2.5rem !important"},".ds-pl-11":{"paddingLeft":"2.75rem !important"},".ds-pl-12":{"paddingLeft":"3rem !important"},".ds-pl-14":{"paddingLeft":"3.5rem !important"},".ds-pl-16":{"paddingLeft":"4rem !important"},".ds-pl-20":{"paddingLeft":"5rem !important"},".ds-pl-24":{"paddingLeft":"6rem !important"},".ds-pl-28":{"paddingLeft":"7rem !important"},".ds-pl-32":{"paddingLeft":"8rem !important"},".ds-pl-36":{"paddingLeft":"9rem !important"},".ds-pl-40":{"paddingLeft":"10rem !important"},".ds-pl-44":{"paddingLeft":"11rem !important"},".ds-pl-48":{"paddingLeft":"12rem !important"},".ds-pl-52":{"paddingLeft":"13rem !important"},".ds-pl-56":{"paddingLeft":"14rem !important"},".ds-pl-60":{"paddingLeft":"15rem !important"},".ds-pl-64":{"paddingLeft":"16rem !important"},".ds-pl-72":{"paddingLeft":"18rem !important"},".ds-pl-80":{"paddingLeft":"20rem !important"},".ds-pl-96":{"paddingLeft":"24rem !important"},".ds-pl-px":{"paddingLeft":"1px !important"},".ds-pl-0\\.5":{"paddingLeft":".125rem !important"},".ds-pl-1\\.5":{"paddingLeft":".375rem !important"},".ds-pl-2\\.5":{"paddingLeft":".625rem !important"},".ds-pl-3\\.5":{"paddingLeft":".875rem !important"},".ds-pb-0":{"paddingBottom":"0 !important"},".ds-pb-1":{"paddingBottom":".25rem !important"},".ds-pb-2":{"paddingBottom":".5rem !important"},".ds-pb-3":{"paddingBottom":".75rem !important"},".ds-pb-4":{"paddingBottom":"1rem !important"},".ds-pb-5":{"paddingBottom":"1.25rem !important"},".ds-pb-6":{"paddingBottom":"1.5rem !important"},".ds-pb-7":{"paddingBottom":"1.75rem !important"},".ds-pb-8":{"paddingBottom":"2rem !important"},".ds-pb-9":{"paddingBottom":"2.25rem !important"},".ds-pb-10":{"paddingBottom":"2.5rem !important"},".ds-pb-11":{"paddingBottom":"2.75rem !important"},".ds-pb-12":{"paddingBottom":"3rem !important"},".ds-pb-14":{"paddingBottom":"3.5rem !important"},".ds-pb-16":{"paddingBottom":"4rem !important"},".ds-pb-20":{"paddingBottom":"5rem !important"},".ds-pb-24":{"paddingBottom":"6rem !important"},".ds-pb-28":{"paddingBottom":"7rem !important"},".ds-pb-32":{"paddingBottom":"8rem !important"},".ds-pb-36":{"paddingBottom":"9rem !important"},".ds-pb-40":{"paddingBottom":"10rem !important"},".ds-pb-44":{"paddingBottom":"11rem !important"},".ds-pb-48":{"paddingBottom":"12rem !important"},".ds-pb-52":{"paddingBottom":"13rem !important"},".ds-pb-56":{"paddingBottom":"14rem !important"},".ds-pb-60":{"paddingBottom":"15rem !important"},".ds-pb-64":{"paddingBottom":"16rem !important"},".ds-pb-72":{"paddingBottom":"18rem !important"},".ds-pb-80":{"paddingBottom":"20rem !important"},".ds-pb-96":{"paddingBottom":"24rem !important"},".ds-pb-px":{"paddingBottom":"1px !important"},".ds-pb-0\\.5":{"paddingBottom":".125rem !important"},".ds-pb-1\\.5":{"paddingBottom":".375rem !important"},".ds-pb-2\\.5":{"paddingBottom":".625rem !important"},".ds-pb-3\\.5":{"paddingBottom":".875rem !important"},".ds-px-0":{"paddingLeft":"0 !important","paddingRight":"0 !important"},".ds-px-1":{"paddingLeft":".25rem !important","paddingRight":".25rem !important"},".ds-px-2":{"paddingLeft":".5rem !important","paddingRight":".5rem !important"},".ds-px-3":{"paddingLeft":".75rem !important","paddingRight":".75rem !important"},".ds-px-4":{"paddingLeft":"1rem !important","paddingRight":"1rem !important"},".ds-px-5":{"paddingLeft":"1.25rem !important","paddingRight":"1.25rem !important"},".ds-px-6":{"paddingLeft":"1.5rem !important","paddingRight":"1.5rem !important"},".ds-px-7":{"paddingLeft":"1.75rem !important","paddingRight":"1.75rem !important"},".ds-px-8":{"paddingLeft":"2rem !important","paddingRight":"2rem !important"},".ds-px-9":{"paddingLeft":"2.25rem !important","paddingRight":"2.25rem !important"},".ds-px-10":{"paddingLeft":"2.5rem !important","paddingRight":"2.5rem !important"},".ds-px-11":{"paddingLeft":"2.75rem !important","paddingRight":"2.75rem !important"},".ds-px-12":{"paddingLeft":"3rem !important","paddingRight":"3rem !important"},".ds-px-14":{"paddingLeft":"3.5rem !important","paddingRight":"3.5rem !important"},".ds-px-16":{"paddingLeft":"4rem !important","paddingRight":"4rem !important"},".ds-px-20":{"paddingLeft":"5rem !important","paddingRight":"5rem !important"},".ds-px-24":{"paddingLeft":"6rem !important","paddingRight":"6rem !important"},".ds-px-28":{"paddingLeft":"7rem !important","paddingRight":"7rem !important"},".ds-px-32":{"paddingLeft":"8rem !important","paddingRight":"8rem !important"},".ds-px-36":{"paddingLeft":"9rem !important","paddingRight":"9rem !important"},".ds-px-40":{"paddingLeft":"10rem !important","paddingRight":"10rem !important"},".ds-px-44":{"paddingLeft":"11rem !important","paddingRight":"11rem !important"},".ds-px-48":{"paddingLeft":"12rem !important","paddingRight":"12rem !important"},".ds-px-52":{"paddingLeft":"13rem !important","paddingRight":"13rem !important"},".ds-px-56":{"paddingLeft":"14rem !important","paddingRight":"14rem !important"},".ds-px-60":{"paddingLeft":"15rem !important","paddingRight":"15rem !important"},".ds-px-64":{"paddingLeft":"16rem !important","paddingRight":"16rem !important"},".ds-px-72":{"paddingLeft":"18rem !important","paddingRight":"18rem !important"},".ds-px-80":{"paddingLeft":"20rem !important","paddingRight":"20rem !important"},".ds-px-96":{"paddingLeft":"24rem !important","paddingRight":"24rem !important"},".ds-px-0\\.5":{"paddingLeft":".125rem !important","paddingRight":".125rem !important"},".ds-px-1\\.5":{"paddingLeft":".375rem !important","paddingRight":".375rem !important"},".ds-px-2\\.5":{"paddingLeft":".625rem !important","paddingRight":".625rem !important"},".ds-px-3\\.5":{"paddingLeft":".875rem !important","paddingRight":".875rem !important"},".ds-py-0":{"paddingTop":"0 !important","paddingBottom":"0 !important"},".ds-py-1":{"paddingTop":".25rem !important","paddingBottom":".25rem !important"},".ds-py-2":{"paddingTop":".5rem !important","paddingBottom":".5rem !important"},".ds-py-3":{"paddingTop":".75rem !important","paddingBottom":".75rem !important"},".ds-py-4":{"paddingTop":"1rem !important","paddingBottom":"1rem !important"},".ds-py-5":{"paddingTop":"1.25rem !important","paddingBottom":"1.25rem !important"},".ds-py-6":{"paddingTop":"1.5rem !important","paddingBottom":"1.5rem !important"},".ds-py-7":{"paddingTop":"1.75rem !important","paddingBottom":"1.75rem !important"},".ds-py-8":{"paddingTop":"2rem !important","paddingBottom":"2rem !important"},".ds-py-9":{"paddingTop":"2.25rem !important","paddingBottom":"2.25rem !important"},".ds-py-10":{"paddingTop":"2.5rem !important","paddingBottom":"2.5rem !important"},".ds-py-11":{"paddingTop":"2.75rem !important","paddingBottom":"2.75rem !important"},".ds-py-12":{"paddingTop":"3rem !important","paddingBottom":"3rem !important"},".ds-py-14":{"paddingTop":"3.5rem !important","paddingBottom":"3.5rem !important"},".ds-py-16":{"paddingTop":"4rem !important","paddingBottom":"4rem !important"},".ds-py-20":{"paddingTop":"5rem !important","paddingBottom":"5rem !important"},".ds-py-24":{"paddingTop":"6rem !important","paddingBottom":"6rem !important"},".ds-py-28":{"paddingTop":"7rem !important","paddingBottom":"7rem !important"},".ds-py-32":{"paddingTop":"8rem !important","paddingBottom":"8rem !important"},".ds-py-36":{"paddingTop":"9rem !important","paddingBottom":"9rem !important"},".ds-py-40":{"paddingTop":"10rem !important","paddingBottom":"10rem !important"},".ds-py-44":{"paddingTop":"11rem !important","paddingBottom":"11rem !important"},".ds-py-48":{"paddingTop":"12rem !important","paddingBottom":"12rem !important"},".ds-py-52":{"paddingTop":"13rem !important","paddingBottom":"13rem !important"},".ds-py-56":{"paddingTop":"14rem !important","paddingBottom":"14rem !important"},".ds-py-60":{"paddingTop":"15rem !important","paddingBottom":"15rem !important"},".ds-py-64":{"paddingTop":"16rem !important","paddingBottom":"16rem !important"},".ds-py-72":{"paddingTop":"18rem !important","paddingBottom":"18rem !important"},".ds-py-80":{"paddingTop":"20rem !important","paddingBottom":"20rem !important"},".ds-py-96":{"paddingTop":"24rem !important","paddingBottom":"24rem !important"},".ds-py-0\\.5":{"paddingTop":".125rem !important","paddingBottom":".125rem !important"},".ds-py-1\\.5":{"paddingTop":".375rem !important","paddingBottom":".375rem !important"},".ds-py-2\\.5":{"paddingTop":".625rem !important","paddingBottom":".625rem !important"},".ds-py-3\\.5":{"paddingTop":".875rem !important","paddingBottom":".875rem !important"},".ds-grid":{"display":"grid","gridTemplateColumns":"repeat(12,minmax(0,1fr))"},".ds-grid-inline":{"display":"inline-grid"},".ds-grid__col-auto":{"gridColumn":"auto"},".ds-grid__col-span-1":{"gridColumn":"span 1/span 1"},".ds-grid__col-span-2":{"gridColumn":"span 2/span 2"},".ds-grid__col-span-3":{"gridColumn":"span 3/span 3"},".ds-grid__col-span-4":{"gridColumn":"span 4/span 4"},".ds-grid__col-span-5":{"gridColumn":"span 5/span 5"},".ds-grid__col-span-6":{"gridColumn":"span 6/span 6"},".ds-grid__col-span-7":{"gridColumn":"span 7/span 7"},".ds-grid__col-span-8":{"gridColumn":"span 8/span 8"},".ds-grid__col-span-9":{"gridColumn":"span 9/span 9"},".ds-grid__col-span-10":{"gridColumn":"span 10/span 10"},".ds-grid__col-span-11":{"gridColumn":"span 11/span 11"},".ds-grid__col-span-12":{"gridColumn":"span 12/span 12"},"@media print":{".ds-print-hidden":{"display":"none !important"},".ds-print-visible-block":{"display":"block !important"},".ds-print-visible-inline":{"display":"inline !important"}},".ds-gap-1":{"gap":".25rem"},".ds-gap-2":{"gap":".5rem"},".ds-gap-4":{"gap":"1rem"},".ds-gap-6":{"gap":"1.5rem"},".ds-gap-8":{"gap":"2rem"},".ds-gap-10":{"gap":"2.5rem"},".ds-gap-12":{"gap":"3rem"},".ds-gap-xs-1":{"gap":".25rem"},".ds-gap-xs-2":{"gap":".5rem"},".ds-gap-xs-4":{"gap":"1rem"},".ds-gap-xs-5":{"gap":"1.25rem"},".ds-gap-xs-6":{"gap":"1.5rem"},".ds-gap-xs-8":{"gap":"2rem"},".ds-gap-xs-10":{"gap":"2.5rem"},".ds-gap-xs-12":{"gap":"3rem"},"@media (min-width:640px)":{".ds-gap-sm-1":{"gap":".25rem"},".ds-gap-sm-2":{"gap":".5rem"},".ds-gap-sm-4":{"gap":"1rem"},".ds-gap-sm-5":{"gap":"1.25rem"},".ds-gap-sm-6":{"gap":"1.5rem"},".ds-gap-sm-8":{"gap":"2rem"},".ds-gap-sm-10":{"gap":"2.5rem"},".ds-gap-sm-12":{"gap":"3rem"}},"@media (min-width:768px)":{".ds-gap-md-1":{"gap":".25rem"},".ds-gap-md-2":{"gap":".5rem"},".ds-gap-md-4":{"gap":"1rem"},".ds-gap-md-5":{"gap":"1.25rem"},".ds-gap-md-6":{"gap":"1.5rem"},".ds-gap-md-8":{"gap":"2rem"},".ds-gap-md-10":{"gap":"2.5rem"},".ds-gap-md-12":{"gap":"3rem"}},"@media (min-width:1024px)":{".ds-gap-lg-1":{"gap":".25rem"},".ds-gap-lg-2":{"gap":".5rem"},".ds-gap-lg-4":{"gap":"1rem"},".ds-gap-lg-5":{"gap":"1.25rem"},".ds-gap-lg-6":{"gap":"1.5rem"},".ds-gap-lg-8":{"gap":"2rem"},".ds-gap-lg-10":{"gap":"2.5rem"},".ds-gap-lg-12":{"gap":"3rem"}},"@media (min-width:1280px)":{".ds-gap-xl-1":{"gap":".25rem"},".ds-gap-xl-2":{"gap":".5rem"},".ds-gap-xl-4":{"gap":"1rem"},".ds-gap-xl-5":{"gap":"1.25rem"},".ds-gap-xl-6":{"gap":"1.5rem"},".ds-gap-xl-8":{"gap":"2rem"},".ds-gap-xl-10":{"gap":"2.5rem"},".ds-gap-xl-12":{"gap":"3rem"}}}
1
+ module.exports = {".ds-display-flex":{"display":"flex !important"},".ds-display-block":{"display":"block !important"},".ds-display-none":{"display":"none !important"},".ds-grid":{"display":"grid","gridTemplateColumns":"repeat(12,minmax(0,1fr))"},".ds-grid-inline":{"display":"inline-grid"},".ds-grid__col-auto":{"gridColumn":"auto"},".ds-grid__col-span-1,.xs\\:ds-grid__col-span-1":{"gridColumn":"span 1/span 1"},".ds-grid__col-span-2,.xs\\:ds-grid__col-span-2":{"gridColumn":"span 2/span 2"},".ds-grid__col-span-3,.xs\\:ds-grid__col-span-3":{"gridColumn":"span 3/span 3"},".ds-grid__col-span-4,.xs\\:ds-grid__col-span-4":{"gridColumn":"span 4/span 4"},".ds-grid__col-span-5,.xs\\:ds-grid__col-span-5":{"gridColumn":"span 5/span 5"},".ds-grid__col-span-6,.xs\\:ds-grid__col-span-6":{"gridColumn":"span 6/span 6"},".ds-grid__col-span-7,.xs\\:ds-grid__col-span-7":{"gridColumn":"span 7/span 7"},".ds-grid__col-span-8,.xs\\:ds-grid__col-span-8":{"gridColumn":"span 8/span 8"},".ds-grid__col-span-9,.xs\\:ds-grid__col-span-9":{"gridColumn":"span 9/span 9"},".ds-grid__col-span-10,.xs\\:ds-grid__col-span-10":{"gridColumn":"span 10/span 10"},".ds-grid__col-span-11,.xs\\:ds-grid__col-span-11":{"gridColumn":"span 11/span 11"},".ds-grid__col-span-12,.xs\\:ds-grid__col-span-12":{"gridColumn":"span 12/span 12"},"@media (min-width:640px)":[{".sm\\:ds-grid__col-span-1":{"gridColumn":"span 1/span 1"},".sm\\:ds-grid__col-span-2":{"gridColumn":"span 2/span 2"},".sm\\:ds-grid__col-span-3":{"gridColumn":"span 3/span 3"},".sm\\:ds-grid__col-span-4":{"gridColumn":"span 4/span 4"},".sm\\:ds-grid__col-span-5":{"gridColumn":"span 5/span 5"},".sm\\:ds-grid__col-span-6":{"gridColumn":"span 6/span 6"},".sm\\:ds-grid__col-span-7":{"gridColumn":"span 7/span 7"},".sm\\:ds-grid__col-span-8":{"gridColumn":"span 8/span 8"},".sm\\:ds-grid__col-span-9":{"gridColumn":"span 9/span 9"},".sm\\:ds-grid__col-span-10":{"gridColumn":"span 10/span 10"},".sm\\:ds-grid__col-span-11":{"gridColumn":"span 11/span 11"},".sm\\:ds-grid__col-span-12":{"gridColumn":"span 12/span 12"}},{".ds-gap-sm-1":{"gap":".25rem"},".ds-gap-sm-2":{"gap":".5rem"},".ds-gap-sm-4":{"gap":"1rem"},".ds-gap-sm-5":{"gap":"1.25rem"},".ds-gap-sm-6":{"gap":"1.5rem"},".ds-gap-sm-8":{"gap":"2rem"},".ds-gap-sm-10":{"gap":"2.5rem"},".ds-gap-sm-12":{"gap":"3rem"}}],"@media (min-width:768px)":[{".md\\:ds-grid__col-span-1":{"gridColumn":"span 1/span 1"},".md\\:ds-grid__col-span-2":{"gridColumn":"span 2/span 2"},".md\\:ds-grid__col-span-3":{"gridColumn":"span 3/span 3"},".md\\:ds-grid__col-span-4":{"gridColumn":"span 4/span 4"},".md\\:ds-grid__col-span-5":{"gridColumn":"span 5/span 5"},".md\\:ds-grid__col-span-6":{"gridColumn":"span 6/span 6"},".md\\:ds-grid__col-span-7":{"gridColumn":"span 7/span 7"},".md\\:ds-grid__col-span-8":{"gridColumn":"span 8/span 8"},".md\\:ds-grid__col-span-9":{"gridColumn":"span 9/span 9"},".md\\:ds-grid__col-span-10":{"gridColumn":"span 10/span 10"},".md\\:ds-grid__col-span-11":{"gridColumn":"span 11/span 11"},".md\\:ds-grid__col-span-12":{"gridColumn":"span 12/span 12"}},{".ds-gap-md-1":{"gap":".25rem"},".ds-gap-md-2":{"gap":".5rem"},".ds-gap-md-4":{"gap":"1rem"},".ds-gap-md-5":{"gap":"1.25rem"},".ds-gap-md-6":{"gap":"1.5rem"},".ds-gap-md-8":{"gap":"2rem"},".ds-gap-md-10":{"gap":"2.5rem"},".ds-gap-md-12":{"gap":"3rem"}}],"@media (min-width:1024px)":[{".lg\\:ds-grid__col-span-1":{"gridColumn":"span 1/span 1"},".lg\\:ds-grid__col-span-2":{"gridColumn":"span 2/span 2"},".lg\\:ds-grid__col-span-3":{"gridColumn":"span 3/span 3"},".lg\\:ds-grid__col-span-4":{"gridColumn":"span 4/span 4"},".lg\\:ds-grid__col-span-5":{"gridColumn":"span 5/span 5"},".lg\\:ds-grid__col-span-6":{"gridColumn":"span 6/span 6"},".lg\\:ds-grid__col-span-7":{"gridColumn":"span 7/span 7"},".lg\\:ds-grid__col-span-8":{"gridColumn":"span 8/span 8"},".lg\\:ds-grid__col-span-9":{"gridColumn":"span 9/span 9"},".lg\\:ds-grid__col-span-10":{"gridColumn":"span 10/span 10"},".lg\\:ds-grid__col-span-11":{"gridColumn":"span 11/span 11"},".lg\\:ds-grid__col-span-12":{"gridColumn":"span 12/span 12"}},{".ds-gap-lg-1":{"gap":".25rem"},".ds-gap-lg-2":{"gap":".5rem"},".ds-gap-lg-4":{"gap":"1rem"},".ds-gap-lg-5":{"gap":"1.25rem"},".ds-gap-lg-6":{"gap":"1.5rem"},".ds-gap-lg-8":{"gap":"2rem"},".ds-gap-lg-10":{"gap":"2.5rem"},".ds-gap-lg-12":{"gap":"3rem"}}],".ds-m-0":{"margin":"0 !important"},".ds-m-1":{"margin":".25rem !important"},".ds-m-2":{"margin":".5rem !important"},".ds-m-3":{"margin":".75rem !important"},".ds-m-4":{"margin":"1rem !important"},".ds-m-5":{"margin":"1.25rem !important"},".ds-m-6":{"margin":"1.5rem !important"},".ds-m-7":{"margin":"1.75rem !important"},".ds-m-8":{"margin":"2rem !important"},".ds-m-9":{"margin":"2.25rem !important"},".ds-m-10":{"margin":"2.5rem !important"},".ds-m-11":{"margin":"2.75rem !important"},".ds-m-12":{"margin":"3rem !important"},".ds-m-14":{"margin":"3.5rem !important"},".ds-m-16":{"margin":"4rem !important"},".ds-m-20":{"margin":"5rem !important"},".ds-m-24":{"margin":"6rem !important"},".ds-m-28":{"margin":"7rem !important"},".ds-m-32":{"margin":"8rem !important"},".ds-m-36":{"margin":"9rem !important"},".ds-m-40":{"margin":"10rem !important"},".ds-m-44":{"margin":"11rem !important"},".ds-m-48":{"margin":"12rem !important"},".ds-m-52":{"margin":"13rem !important"},".ds-m-56":{"margin":"14rem !important"},".ds-m-60":{"margin":"15rem !important"},".ds-m-64":{"margin":"16rem !important"},".ds-m-72":{"margin":"18rem !important"},".ds-m-80":{"margin":"20rem !important"},".ds-m-96":{"margin":"24rem !important"},".ds-m-px":{"margin":"1px !important"},".ds-m-0\\.5":{"margin":".125rem !important"},".ds-m-1\\.5":{"margin":".375rem !important"},".ds-m-2\\.5":{"margin":".625rem !important"},".ds-m-3\\.5":{"margin":".875rem !important"},".ds-mt-0":{"marginTop":"0 !important"},".ds-mt-1":{"marginTop":".25rem !important"},".ds-mt-2":{"marginTop":".5rem !important"},".ds-mt-3":{"marginTop":".75rem !important"},".ds-mt-4":{"marginTop":"1rem !important"},".ds-mt-5":{"marginTop":"1.25rem !important"},".ds-mt-6":{"marginTop":"1.5rem !important"},".ds-mt-7":{"marginTop":"1.75rem !important"},".ds-mt-8":{"marginTop":"2rem !important"},".ds-mt-9":{"marginTop":"2.25rem !important"},".ds-mt-10":{"marginTop":"2.5rem !important"},".ds-mt-11":{"marginTop":"2.75rem !important"},".ds-mt-12":{"marginTop":"3rem !important"},".ds-mt-14":{"marginTop":"3.5rem !important"},".ds-mt-16":{"marginTop":"4rem !important"},".ds-mt-20":{"marginTop":"5rem !important"},".ds-mt-24":{"marginTop":"6rem !important"},".ds-mt-28":{"marginTop":"7rem !important"},".ds-mt-32":{"marginTop":"8rem !important"},".ds-mt-36":{"marginTop":"9rem !important"},".ds-mt-40":{"marginTop":"10rem !important"},".ds-mt-44":{"marginTop":"11rem !important"},".ds-mt-48":{"marginTop":"12rem !important"},".ds-mt-52":{"marginTop":"13rem !important"},".ds-mt-56":{"marginTop":"14rem !important"},".ds-mt-60":{"marginTop":"15rem !important"},".ds-mt-64":{"marginTop":"16rem !important"},".ds-mt-72":{"marginTop":"18rem !important"},".ds-mt-80":{"marginTop":"20rem !important"},".ds-mt-96":{"marginTop":"24rem !important"},".ds-mt-px":{"marginTop":"1px !important"},".ds-mx-0\\.5":{"marginLeft":".125rem !important","marginRight":".125rem !important"},".ds-mx-1\\.5":{"marginLeft":".375rem !important","marginRight":".375rem !important"},".ds-mx-2\\.5":{"marginLeft":".625rem !important","marginRight":".625rem !important"},".ds-mx-3\\.5":{"marginLeft":".875rem !important","marginRight":".875rem !important"},".ds-mt-0\\.5":{"marginTop":".125rem !important"},".ds-mt-1\\.5":{"marginTop":".375rem !important"},".ds-mt-2\\.5":{"marginTop":".625rem !important"},".ds-mt-3\\.5":{"marginTop":".875rem !important"},".ds-mr-0":{"marginRight":"0 !important"},".ds-mr-1":{"marginRight":".25rem !important"},".ds-mr-2":{"marginRight":".5rem !important"},".ds-mr-3":{"marginRight":".75rem !important"},".ds-mr-4":{"marginRight":"1rem !important"},".ds-mr-5":{"marginRight":"1.25rem !important"},".ds-mr-6":{"marginRight":"1.5rem !important"},".ds-mr-7":{"marginRight":"1.75rem !important"},".ds-mr-8":{"marginRight":"2rem !important"},".ds-mr-9":{"marginRight":"2.25rem !important"},".ds-mr-10":{"marginRight":"2.5rem !important"},".ds-mr-11":{"marginRight":"2.75rem !important"},".ds-mr-12":{"marginRight":"3rem !important"},".ds-mr-14":{"marginRight":"3.5rem !important"},".ds-mr-16":{"marginRight":"4rem !important"},".ds-mr-20":{"marginRight":"5rem !important"},".ds-mr-24":{"marginRight":"6rem !important"},".ds-mr-28":{"marginRight":"7rem !important"},".ds-mr-32":{"marginRight":"8rem !important"},".ds-mr-36":{"marginRight":"9rem !important"},".ds-mr-40":{"marginRight":"10rem !important"},".ds-mr-44":{"marginRight":"11rem !important"},".ds-mr-48":{"marginRight":"12rem !important"},".ds-mr-52":{"marginRight":"13rem !important"},".ds-mr-56":{"marginRight":"14rem !important"},".ds-mr-60":{"marginRight":"15rem !important"},".ds-mr-64":{"marginRight":"16rem !important"},".ds-mr-72":{"marginRight":"18rem !important"},".ds-mr-80":{"marginRight":"20rem !important"},".ds-mr-96":{"marginRight":"24rem !important"},".ds-mr-px":{"marginRight":"1px !important"},".ds-mr-0\\.5":{"marginRight":".125rem !important"},".ds-mr-1\\.5":{"marginRight":".375rem !important"},".ds-mr-2\\.5":{"marginRight":".625rem !important"},".ds-mr-3\\.5":{"marginRight":".875rem !important"},".ds-ml-0":{"marginLeft":"0 !important"},".ds-ml-1":{"marginLeft":".25rem !important"},".ds-ml-2":{"marginLeft":".5rem !important"},".ds-ml-3":{"marginLeft":".75rem !important"},".ds-ml-4":{"marginLeft":"1rem !important"},".ds-ml-5":{"marginLeft":"1.25rem !important"},".ds-ml-6":{"marginLeft":"1.5rem !important"},".ds-ml-7":{"marginLeft":"1.75rem !important"},".ds-ml-8":{"marginLeft":"2rem !important"},".ds-ml-9":{"marginLeft":"2.25rem !important"},".ds-ml-10":{"marginLeft":"2.5rem !important"},".ds-ml-11":{"marginLeft":"2.75rem !important"},".ds-ml-12":{"marginLeft":"3rem !important"},".ds-ml-14":{"marginLeft":"3.5rem !important"},".ds-ml-16":{"marginLeft":"4rem !important"},".ds-ml-20":{"marginLeft":"5rem !important"},".ds-ml-24":{"marginLeft":"6rem !important"},".ds-ml-28":{"marginLeft":"7rem !important"},".ds-ml-32":{"marginLeft":"8rem !important"},".ds-ml-36":{"marginLeft":"9rem !important"},".ds-ml-40":{"marginLeft":"10rem !important"},".ds-ml-44":{"marginLeft":"11rem !important"},".ds-ml-48":{"marginLeft":"12rem !important"},".ds-ml-52":{"marginLeft":"13rem !important"},".ds-ml-56":{"marginLeft":"14rem !important"},".ds-ml-60":{"marginLeft":"15rem !important"},".ds-ml-64":{"marginLeft":"16rem !important"},".ds-ml-72":{"marginLeft":"18rem !important"},".ds-ml-80":{"marginLeft":"20rem !important"},".ds-ml-96":{"marginLeft":"24rem !important"},".ds-ml-px":{"marginLeft":"1px !important"},".ds-ml-0\\.5":{"marginLeft":".125rem !important"},".ds-ml-1\\.5":{"marginLeft":".375rem !important"},".ds-ml-2\\.5":{"marginLeft":".625rem !important"},".ds-ml-3\\.5":{"marginLeft":".875rem !important"},".ds-mb-0":{"marginBottom":"0 !important"},".ds-mb-1":{"marginBottom":".25rem !important"},".ds-mb-2":{"marginBottom":".5rem !important"},".ds-mb-3":{"marginBottom":".75rem !important"},".ds-mb-4":{"marginBottom":"1rem !important"},".ds-mb-5":{"marginBottom":"1.25rem !important"},".ds-mb-6":{"marginBottom":"1.5rem !important"},".ds-mb-7":{"marginBottom":"1.75rem !important"},".ds-mb-8":{"marginBottom":"2rem !important"},".ds-mb-9":{"marginBottom":"2.25rem !important"},".ds-mb-10":{"marginBottom":"2.5rem !important"},".ds-mb-11":{"marginBottom":"2.75rem !important"},".ds-mb-12":{"marginBottom":"3rem !important"},".ds-mb-14":{"marginBottom":"3.5rem !important"},".ds-mb-16":{"marginBottom":"4rem !important"},".ds-mb-20":{"marginBottom":"5rem !important"},".ds-mb-24":{"marginBottom":"6rem !important"},".ds-mb-28":{"marginBottom":"7rem !important"},".ds-mb-32":{"marginBottom":"8rem !important"},".ds-mb-36":{"marginBottom":"9rem !important"},".ds-mb-40":{"marginBottom":"10rem !important"},".ds-mb-44":{"marginBottom":"11rem !important"},".ds-mb-48":{"marginBottom":"12rem !important"},".ds-mb-52":{"marginBottom":"13rem !important"},".ds-mb-56":{"marginBottom":"14rem !important"},".ds-mb-60":{"marginBottom":"15rem !important"},".ds-mb-64":{"marginBottom":"16rem !important"},".ds-mb-72":{"marginBottom":"18rem !important"},".ds-mb-80":{"marginBottom":"20rem !important"},".ds-mb-96":{"marginBottom":"24rem !important"},".ds-mb-px":{"marginBottom":"1px !important"},".ds-mb-0\\.5":{"marginBottom":".125rem !important"},".ds-mb-1\\.5":{"marginBottom":".375rem !important"},".ds-mb-2\\.5":{"marginBottom":".625rem !important"},".ds-mb-3\\.5":{"marginBottom":".875rem !important"},".ds-mx-0":{"marginLeft":"0 !important","marginRight":"0 !important"},".ds-mx-1":{"marginLeft":".25rem !important","marginRight":".25rem !important"},".ds-mx-2":{"marginLeft":".5rem !important","marginRight":".5rem !important"},".ds-mx-3":{"marginLeft":".75rem !important","marginRight":".75rem !important"},".ds-mx-4":{"marginLeft":"1rem !important","marginRight":"1rem !important"},".ds-mx-5":{"marginLeft":"1.25rem !important","marginRight":"1.25rem !important"},".ds-mx-6":{"marginLeft":"1.5rem !important","marginRight":"1.5rem !important"},".ds-mx-7":{"marginLeft":"1.75rem !important","marginRight":"1.75rem !important"},".ds-mx-8":{"marginLeft":"2rem !important","marginRight":"2rem !important"},".ds-mx-9":{"marginLeft":"2.25rem !important","marginRight":"2.25rem !important"},".ds-mx-10":{"marginLeft":"2.5rem !important","marginRight":"2.5rem !important"},".ds-mx-11":{"marginLeft":"2.75rem !important","marginRight":"2.75rem !important"},".ds-mx-12":{"marginLeft":"3rem !important","marginRight":"3rem !important"},".ds-mx-14":{"marginLeft":"3.5rem !important","marginRight":"3.5rem !important"},".ds-mx-16":{"marginLeft":"4rem !important","marginRight":"4rem !important"},".ds-mx-20":{"marginLeft":"5rem !important","marginRight":"5rem !important"},".ds-mx-24":{"marginLeft":"6rem !important","marginRight":"6rem !important"},".ds-mx-28":{"marginLeft":"7rem !important","marginRight":"7rem !important"},".ds-mx-32":{"marginLeft":"8rem !important","marginRight":"8rem !important"},".ds-mx-36":{"marginLeft":"9rem !important","marginRight":"9rem !important"},".ds-mx-40":{"marginLeft":"10rem !important","marginRight":"10rem !important"},".ds-mx-44":{"marginLeft":"11rem !important","marginRight":"11rem !important"},".ds-mx-48":{"marginLeft":"12rem !important","marginRight":"12rem !important"},".ds-mx-52":{"marginLeft":"13rem !important","marginRight":"13rem !important"},".ds-mx-56":{"marginLeft":"14rem !important","marginRight":"14rem !important"},".ds-mx-60":{"marginLeft":"15rem !important","marginRight":"15rem !important"},".ds-mx-64":{"marginLeft":"16rem !important","marginRight":"16rem !important"},".ds-mx-72":{"marginLeft":"18rem !important","marginRight":"18rem !important"},".ds-mx-80":{"marginLeft":"20rem !important","marginRight":"20rem !important"},".ds-mx-96":{"marginLeft":"24rem !important","marginRight":"24rem !important"},".ds-my-0":{"marginTop":"0 !important","marginBottom":"0 !important"},".ds-my-1":{"marginTop":".25rem !important","marginBottom":".25rem !important"},".ds-my-2":{"marginTop":".5rem !important","marginBottom":".5rem !important"},".ds-my-3":{"marginTop":".75rem !important","marginBottom":".75rem !important"},".ds-my-4":{"marginTop":"1rem !important","marginBottom":"1rem !important"},".ds-my-5":{"marginTop":"1.25rem !important","marginBottom":"1.25rem !important"},".ds-my-6":{"marginTop":"1.5rem !important","marginBottom":"1.5rem !important"},".ds-my-7":{"marginTop":"1.75rem !important","marginBottom":"1.75rem !important"},".ds-my-8":{"marginTop":"2rem !important","marginBottom":"2rem !important"},".ds-my-9":{"marginTop":"2.25rem !important","marginBottom":"2.25rem !important"},".ds-my-10":{"marginTop":"2.5rem !important","marginBottom":"2.5rem !important"},".ds-my-11":{"marginTop":"2.75rem !important","marginBottom":"2.75rem !important"},".ds-my-12":{"marginTop":"3rem !important","marginBottom":"3rem !important"},".ds-my-14":{"marginTop":"3.5rem !important","marginBottom":"3.5rem !important"},".ds-my-16":{"marginTop":"4rem !important","marginBottom":"4rem !important"},".ds-my-20":{"marginTop":"5rem !important","marginBottom":"5rem !important"},".ds-my-24":{"marginTop":"6rem !important","marginBottom":"6rem !important"},".ds-my-28":{"marginTop":"7rem !important","marginBottom":"7rem !important"},".ds-my-32":{"marginTop":"8rem !important","marginBottom":"8rem !important"},".ds-my-36":{"marginTop":"9rem !important","marginBottom":"9rem !important"},".ds-my-40":{"marginTop":"10rem !important","marginBottom":"10rem !important"},".ds-my-44":{"marginTop":"11rem !important","marginBottom":"11rem !important"},".ds-my-48":{"marginTop":"12rem !important","marginBottom":"12rem !important"},".ds-my-52":{"marginTop":"13rem !important","marginBottom":"13rem !important"},".ds-my-56":{"marginTop":"14rem !important","marginBottom":"14rem !important"},".ds-my-60":{"marginTop":"15rem !important","marginBottom":"15rem !important"},".ds-my-64":{"marginTop":"16rem !important","marginBottom":"16rem !important"},".ds-my-72":{"marginTop":"18rem !important","marginBottom":"18rem !important"},".ds-my-80":{"marginTop":"20rem !important","marginBottom":"20rem !important"},".ds-my-96":{"marginTop":"24rem !important","marginBottom":"24rem !important"},".ds-my-0\\.5":{"marginTop":".125rem !important","marginBottom":".125rem !important"},".ds-my-1\\.5":{"marginTop":".375rem !important","marginBottom":".375rem !important"},".ds-my-2\\.5":{"marginTop":".625rem !important","marginBottom":".625rem !important"},".ds-my-3\\.5":{"marginTop":".875rem !important","marginBottom":".875rem !important"},".ds-p-0":{"padding":"0 !important"},".ds-p-1":{"padding":".25rem !important"},".ds-p-2":{"padding":".5rem !important"},".ds-p-3":{"padding":".75rem !important"},".ds-p-4":{"padding":"1rem !important"},".ds-p-5":{"padding":"1.25rem !important"},".ds-p-6":{"padding":"1.5rem !important"},".ds-p-7":{"padding":"1.75rem !important"},".ds-p-8":{"padding":"2rem !important"},".ds-p-9":{"padding":"2.25rem !important"},".ds-p-10":{"padding":"2.5rem !important"},".ds-p-11":{"padding":"2.75rem !important"},".ds-p-12":{"padding":"3rem !important"},".ds-p-14":{"padding":"3.5rem !important"},".ds-p-16":{"padding":"4rem !important"},".ds-p-20":{"padding":"5rem !important"},".ds-p-24":{"padding":"6rem !important"},".ds-p-28":{"padding":"7rem !important"},".ds-p-32":{"padding":"8rem !important"},".ds-p-36":{"padding":"9rem !important"},".ds-p-40":{"padding":"10rem !important"},".ds-p-44":{"padding":"11rem !important"},".ds-p-48":{"padding":"12rem !important"},".ds-p-52":{"padding":"13rem !important"},".ds-p-56":{"padding":"14rem !important"},".ds-p-60":{"padding":"15rem !important"},".ds-p-64":{"padding":"16rem !important"},".ds-p-72":{"padding":"18rem !important"},".ds-p-80":{"padding":"20rem !important"},".ds-p-96":{"padding":"24rem !important"},".ds-p-px":{"padding":"1px !important"},".ds-p-0\\.5":{"padding":".125rem !important"},".ds-p-1\\.5":{"padding":".375rem !important"},".ds-p-2\\.5":{"padding":".625rem !important"},".ds-p-3\\.5":{"padding":".875rem !important"},".ds-pt-0":{"paddingTop":"0 !important"},".ds-pt-1":{"paddingTop":".25rem !important"},".ds-pt-2":{"paddingTop":".5rem !important"},".ds-pt-3":{"paddingTop":".75rem !important"},".ds-pt-4":{"paddingTop":"1rem !important"},".ds-pt-5":{"paddingTop":"1.25rem !important"},".ds-pt-6":{"paddingTop":"1.5rem !important"},".ds-pt-7":{"paddingTop":"1.75rem !important"},".ds-pt-8":{"paddingTop":"2rem !important"},".ds-pt-9":{"paddingTop":"2.25rem !important"},".ds-pt-10":{"paddingTop":"2.5rem !important"},".ds-pt-11":{"paddingTop":"2.75rem !important"},".ds-pt-12":{"paddingTop":"3rem !important"},".ds-pt-14":{"paddingTop":"3.5rem !important"},".ds-pt-16":{"paddingTop":"4rem !important"},".ds-pt-20":{"paddingTop":"5rem !important"},".ds-pt-24":{"paddingTop":"6rem !important"},".ds-pt-28":{"paddingTop":"7rem !important"},".ds-pt-32":{"paddingTop":"8rem !important"},".ds-pt-36":{"paddingTop":"9rem !important"},".ds-pt-40":{"paddingTop":"10rem !important"},".ds-pt-44":{"paddingTop":"11rem !important"},".ds-pt-48":{"paddingTop":"12rem !important"},".ds-pt-52":{"paddingTop":"13rem !important"},".ds-pt-56":{"paddingTop":"14rem !important"},".ds-pt-60":{"paddingTop":"15rem !important"},".ds-pt-64":{"paddingTop":"16rem !important"},".ds-pt-72":{"paddingTop":"18rem !important"},".ds-pt-80":{"paddingTop":"20rem !important"},".ds-pt-96":{"paddingTop":"24rem !important"},".ds-pt-px":{"paddingTop":"1px !important"},".ds-pt-0\\.5":{"paddingTop":".125rem !important"},".ds-pt-1\\.5":{"paddingTop":".375rem !important"},".ds-pt-2\\.5":{"paddingTop":".625rem !important"},".ds-pt-3\\.5":{"paddingTop":".875rem !important"},".ds-pr-0":{"paddingRight":"0 !important"},".ds-pr-1":{"paddingRight":".25rem !important"},".ds-pr-2":{"paddingRight":".5rem !important"},".ds-pr-3":{"paddingRight":".75rem !important"},".ds-pr-4":{"paddingRight":"1rem !important"},".ds-pr-5":{"paddingRight":"1.25rem !important"},".ds-pr-6":{"paddingRight":"1.5rem !important"},".ds-pr-7":{"paddingRight":"1.75rem !important"},".ds-pr-8":{"paddingRight":"2rem !important"},".ds-pr-9":{"paddingRight":"2.25rem !important"},".ds-pr-10":{"paddingRight":"2.5rem !important"},".ds-pr-11":{"paddingRight":"2.75rem !important"},".ds-pr-12":{"paddingRight":"3rem !important"},".ds-pr-14":{"paddingRight":"3.5rem !important"},".ds-pr-16":{"paddingRight":"4rem !important"},".ds-pr-20":{"paddingRight":"5rem !important"},".ds-pr-24":{"paddingRight":"6rem !important"},".ds-pr-28":{"paddingRight":"7rem !important"},".ds-pr-32":{"paddingRight":"8rem !important"},".ds-pr-36":{"paddingRight":"9rem !important"},".ds-pr-40":{"paddingRight":"10rem !important"},".ds-pr-44":{"paddingRight":"11rem !important"},".ds-pr-48":{"paddingRight":"12rem !important"},".ds-pr-52":{"paddingRight":"13rem !important"},".ds-pr-56":{"paddingRight":"14rem !important"},".ds-pr-60":{"paddingRight":"15rem !important"},".ds-pr-64":{"paddingRight":"16rem !important"},".ds-pr-72":{"paddingRight":"18rem !important"},".ds-pr-80":{"paddingRight":"20rem !important"},".ds-pr-96":{"paddingRight":"24rem !important"},".ds-pr-px":{"paddingRight":"1px !important"},".ds-pr-0\\.5":{"paddingRight":".125rem !important"},".ds-pr-1\\.5":{"paddingRight":".375rem !important"},".ds-pr-2\\.5":{"paddingRight":".625rem !important"},".ds-pr-3\\.5":{"paddingRight":".875rem !important"},".ds-pl-0":{"paddingLeft":"0 !important"},".ds-pl-1":{"paddingLeft":".25rem !important"},".ds-pl-2":{"paddingLeft":".5rem !important"},".ds-pl-3":{"paddingLeft":".75rem !important"},".ds-pl-4":{"paddingLeft":"1rem !important"},".ds-pl-5":{"paddingLeft":"1.25rem !important"},".ds-pl-6":{"paddingLeft":"1.5rem !important"},".ds-pl-7":{"paddingLeft":"1.75rem !important"},".ds-pl-8":{"paddingLeft":"2rem !important"},".ds-pl-9":{"paddingLeft":"2.25rem !important"},".ds-pl-10":{"paddingLeft":"2.5rem !important"},".ds-pl-11":{"paddingLeft":"2.75rem !important"},".ds-pl-12":{"paddingLeft":"3rem !important"},".ds-pl-14":{"paddingLeft":"3.5rem !important"},".ds-pl-16":{"paddingLeft":"4rem !important"},".ds-pl-20":{"paddingLeft":"5rem !important"},".ds-pl-24":{"paddingLeft":"6rem !important"},".ds-pl-28":{"paddingLeft":"7rem !important"},".ds-pl-32":{"paddingLeft":"8rem !important"},".ds-pl-36":{"paddingLeft":"9rem !important"},".ds-pl-40":{"paddingLeft":"10rem !important"},".ds-pl-44":{"paddingLeft":"11rem !important"},".ds-pl-48":{"paddingLeft":"12rem !important"},".ds-pl-52":{"paddingLeft":"13rem !important"},".ds-pl-56":{"paddingLeft":"14rem !important"},".ds-pl-60":{"paddingLeft":"15rem !important"},".ds-pl-64":{"paddingLeft":"16rem !important"},".ds-pl-72":{"paddingLeft":"18rem !important"},".ds-pl-80":{"paddingLeft":"20rem !important"},".ds-pl-96":{"paddingLeft":"24rem !important"},".ds-pl-px":{"paddingLeft":"1px !important"},".ds-pl-0\\.5":{"paddingLeft":".125rem !important"},".ds-pl-1\\.5":{"paddingLeft":".375rem !important"},".ds-pl-2\\.5":{"paddingLeft":".625rem !important"},".ds-pl-3\\.5":{"paddingLeft":".875rem !important"},".ds-pb-0":{"paddingBottom":"0 !important"},".ds-pb-1":{"paddingBottom":".25rem !important"},".ds-pb-2":{"paddingBottom":".5rem !important"},".ds-pb-3":{"paddingBottom":".75rem !important"},".ds-pb-4":{"paddingBottom":"1rem !important"},".ds-pb-5":{"paddingBottom":"1.25rem !important"},".ds-pb-6":{"paddingBottom":"1.5rem !important"},".ds-pb-7":{"paddingBottom":"1.75rem !important"},".ds-pb-8":{"paddingBottom":"2rem !important"},".ds-pb-9":{"paddingBottom":"2.25rem !important"},".ds-pb-10":{"paddingBottom":"2.5rem !important"},".ds-pb-11":{"paddingBottom":"2.75rem !important"},".ds-pb-12":{"paddingBottom":"3rem !important"},".ds-pb-14":{"paddingBottom":"3.5rem !important"},".ds-pb-16":{"paddingBottom":"4rem !important"},".ds-pb-20":{"paddingBottom":"5rem !important"},".ds-pb-24":{"paddingBottom":"6rem !important"},".ds-pb-28":{"paddingBottom":"7rem !important"},".ds-pb-32":{"paddingBottom":"8rem !important"},".ds-pb-36":{"paddingBottom":"9rem !important"},".ds-pb-40":{"paddingBottom":"10rem !important"},".ds-pb-44":{"paddingBottom":"11rem !important"},".ds-pb-48":{"paddingBottom":"12rem !important"},".ds-pb-52":{"paddingBottom":"13rem !important"},".ds-pb-56":{"paddingBottom":"14rem !important"},".ds-pb-60":{"paddingBottom":"15rem !important"},".ds-pb-64":{"paddingBottom":"16rem !important"},".ds-pb-72":{"paddingBottom":"18rem !important"},".ds-pb-80":{"paddingBottom":"20rem !important"},".ds-pb-96":{"paddingBottom":"24rem !important"},".ds-pb-px":{"paddingBottom":"1px !important"},".ds-pb-0\\.5":{"paddingBottom":".125rem !important"},".ds-pb-1\\.5":{"paddingBottom":".375rem !important"},".ds-pb-2\\.5":{"paddingBottom":".625rem !important"},".ds-pb-3\\.5":{"paddingBottom":".875rem !important"},".ds-px-0":{"paddingLeft":"0 !important","paddingRight":"0 !important"},".ds-px-1":{"paddingLeft":".25rem !important","paddingRight":".25rem !important"},".ds-px-2":{"paddingLeft":".5rem !important","paddingRight":".5rem !important"},".ds-px-3":{"paddingLeft":".75rem !important","paddingRight":".75rem !important"},".ds-px-4":{"paddingLeft":"1rem !important","paddingRight":"1rem !important"},".ds-px-5":{"paddingLeft":"1.25rem !important","paddingRight":"1.25rem !important"},".ds-px-6":{"paddingLeft":"1.5rem !important","paddingRight":"1.5rem !important"},".ds-px-7":{"paddingLeft":"1.75rem !important","paddingRight":"1.75rem !important"},".ds-px-8":{"paddingLeft":"2rem !important","paddingRight":"2rem !important"},".ds-px-9":{"paddingLeft":"2.25rem !important","paddingRight":"2.25rem !important"},".ds-px-10":{"paddingLeft":"2.5rem !important","paddingRight":"2.5rem !important"},".ds-px-11":{"paddingLeft":"2.75rem !important","paddingRight":"2.75rem !important"},".ds-px-12":{"paddingLeft":"3rem !important","paddingRight":"3rem !important"},".ds-px-14":{"paddingLeft":"3.5rem !important","paddingRight":"3.5rem !important"},".ds-px-16":{"paddingLeft":"4rem !important","paddingRight":"4rem !important"},".ds-px-20":{"paddingLeft":"5rem !important","paddingRight":"5rem !important"},".ds-px-24":{"paddingLeft":"6rem !important","paddingRight":"6rem !important"},".ds-px-28":{"paddingLeft":"7rem !important","paddingRight":"7rem !important"},".ds-px-32":{"paddingLeft":"8rem !important","paddingRight":"8rem !important"},".ds-px-36":{"paddingLeft":"9rem !important","paddingRight":"9rem !important"},".ds-px-40":{"paddingLeft":"10rem !important","paddingRight":"10rem !important"},".ds-px-44":{"paddingLeft":"11rem !important","paddingRight":"11rem !important"},".ds-px-48":{"paddingLeft":"12rem !important","paddingRight":"12rem !important"},".ds-px-52":{"paddingLeft":"13rem !important","paddingRight":"13rem !important"},".ds-px-56":{"paddingLeft":"14rem !important","paddingRight":"14rem !important"},".ds-px-60":{"paddingLeft":"15rem !important","paddingRight":"15rem !important"},".ds-px-64":{"paddingLeft":"16rem !important","paddingRight":"16rem !important"},".ds-px-72":{"paddingLeft":"18rem !important","paddingRight":"18rem !important"},".ds-px-80":{"paddingLeft":"20rem !important","paddingRight":"20rem !important"},".ds-px-96":{"paddingLeft":"24rem !important","paddingRight":"24rem !important"},".ds-px-0\\.5":{"paddingLeft":".125rem !important","paddingRight":".125rem !important"},".ds-px-1\\.5":{"paddingLeft":".375rem !important","paddingRight":".375rem !important"},".ds-px-2\\.5":{"paddingLeft":".625rem !important","paddingRight":".625rem !important"},".ds-px-3\\.5":{"paddingLeft":".875rem !important","paddingRight":".875rem !important"},".ds-py-0":{"paddingTop":"0 !important","paddingBottom":"0 !important"},".ds-py-1":{"paddingTop":".25rem !important","paddingBottom":".25rem !important"},".ds-py-2":{"paddingTop":".5rem !important","paddingBottom":".5rem !important"},".ds-py-3":{"paddingTop":".75rem !important","paddingBottom":".75rem !important"},".ds-py-4":{"paddingTop":"1rem !important","paddingBottom":"1rem !important"},".ds-py-5":{"paddingTop":"1.25rem !important","paddingBottom":"1.25rem !important"},".ds-py-6":{"paddingTop":"1.5rem !important","paddingBottom":"1.5rem !important"},".ds-py-7":{"paddingTop":"1.75rem !important","paddingBottom":"1.75rem !important"},".ds-py-8":{"paddingTop":"2rem !important","paddingBottom":"2rem !important"},".ds-py-9":{"paddingTop":"2.25rem !important","paddingBottom":"2.25rem !important"},".ds-py-10":{"paddingTop":"2.5rem !important","paddingBottom":"2.5rem !important"},".ds-py-11":{"paddingTop":"2.75rem !important","paddingBottom":"2.75rem !important"},".ds-py-12":{"paddingTop":"3rem !important","paddingBottom":"3rem !important"},".ds-py-14":{"paddingTop":"3.5rem !important","paddingBottom":"3.5rem !important"},".ds-py-16":{"paddingTop":"4rem !important","paddingBottom":"4rem !important"},".ds-py-20":{"paddingTop":"5rem !important","paddingBottom":"5rem !important"},".ds-py-24":{"paddingTop":"6rem !important","paddingBottom":"6rem !important"},".ds-py-28":{"paddingTop":"7rem !important","paddingBottom":"7rem !important"},".ds-py-32":{"paddingTop":"8rem !important","paddingBottom":"8rem !important"},".ds-py-36":{"paddingTop":"9rem !important","paddingBottom":"9rem !important"},".ds-py-40":{"paddingTop":"10rem !important","paddingBottom":"10rem !important"},".ds-py-44":{"paddingTop":"11rem !important","paddingBottom":"11rem !important"},".ds-py-48":{"paddingTop":"12rem !important","paddingBottom":"12rem !important"},".ds-py-52":{"paddingTop":"13rem !important","paddingBottom":"13rem !important"},".ds-py-56":{"paddingTop":"14rem !important","paddingBottom":"14rem !important"},".ds-py-60":{"paddingTop":"15rem !important","paddingBottom":"15rem !important"},".ds-py-64":{"paddingTop":"16rem !important","paddingBottom":"16rem !important"},".ds-py-72":{"paddingTop":"18rem !important","paddingBottom":"18rem !important"},".ds-py-80":{"paddingTop":"20rem !important","paddingBottom":"20rem !important"},".ds-py-96":{"paddingTop":"24rem !important","paddingBottom":"24rem !important"},".ds-py-0\\.5":{"paddingTop":".125rem !important","paddingBottom":".125rem !important"},".ds-py-1\\.5":{"paddingTop":".375rem !important","paddingBottom":".375rem !important"},".ds-py-2\\.5":{"paddingTop":".625rem !important","paddingBottom":".625rem !important"},".ds-py-3\\.5":{"paddingTop":".875rem !important","paddingBottom":".875rem !important"},".ds-gap-1":{"gap":".25rem"},".ds-gap-2":{"gap":".5rem"},".ds-gap-4":{"gap":"1rem"},".ds-gap-6":{"gap":"1.5rem"},".ds-gap-8":{"gap":"2rem"},".ds-gap-10":{"gap":"2.5rem"},".ds-gap-12":{"gap":"3rem"},".ds-gap-xs-1":{"gap":".25rem"},".ds-gap-xs-2":{"gap":".5rem"},".ds-gap-xs-4":{"gap":"1rem"},".ds-gap-xs-5":{"gap":"1.25rem"},".ds-gap-xs-6":{"gap":"1.5rem"},".ds-gap-xs-8":{"gap":"2rem"},".ds-gap-xs-10":{"gap":"2.5rem"},".ds-gap-xs-12":{"gap":"3rem"},"@media (min-width:1280px)":{".ds-gap-xl-1":{"gap":".25rem"},".ds-gap-xl-2":{"gap":".5rem"},".ds-gap-xl-4":{"gap":"1rem"},".ds-gap-xl-5":{"gap":"1.25rem"},".ds-gap-xl-6":{"gap":"1.5rem"},".ds-gap-xl-8":{"gap":"2rem"},".ds-gap-xl-10":{"gap":"2.5rem"},".ds-gap-xl-12":{"gap":"3rem"}},"@media print":{".ds-print-hidden":{"display":"none !important"},".ds-print-visible-block":{"display":"block !important"},".ds-print-visible-inline":{"display":"inline !important"}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/css",
3
- "version": "2.0.0-4be8f7cc",
3
+ "version": "2.0.0-6e3977bc",
4
4
  "description": "Digigov CSS - Tailwind CSS Components",
5
5
  "author": "GRNET Devs <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -39,7 +39,7 @@
39
39
  ]
40
40
  },
41
41
  "devDependencies": {
42
- "@digigov/cli": "1.1.0",
42
+ "@digigov/cli": "1.1.2-6e3977bc",
43
43
  "autoprefixer": "10.4.16",
44
44
  "cssnano": "4.1.10",
45
45
  "postcss": "8.4.4",
@@ -49,13 +49,13 @@
49
49
  "rtlcss": "3.0.0",
50
50
  "tailwindcss": "3.3.5",
51
51
  "nodemon": "2.0.7",
52
- "next": "10.0.9",
53
- "@digigov/postcss-banner": "1.0.4",
54
- "@digigov/cli-build-tailwind": "1.0.1",
52
+ "next": "13.1.1",
53
+ "@digigov/postcss-banner": "1.0.5-6e3977bc",
54
+ "@digigov/cli-build-tailwind": "1.0.2-6e3977bc",
55
55
  "rimraf": "3.0.2",
56
56
  "publint": "0.1.8",
57
57
  "stylelint": "15.11.0",
58
- "stylelint-plugin-digigov": "1.1.0-4be8f7cc",
58
+ "stylelint-plugin-digigov": "1.1.0-6e3977bc",
59
59
  "prettier": "3.2.5"
60
60
  },
61
61
  "dependencies": {
package/postcss.config.js CHANGED
@@ -1,3 +1,4 @@
1
+
1
2
  /** @type {import('postcss-load-config').Config} */
2
3
  const config = {
3
4
  plugins: {
@@ -1,10 +1,7 @@
1
1
  .ds-admin-header {
2
- @apply bg-primary print:bg-white border-b-8 print:border-b-2 border-tertiary;
3
- border-bottom-style: solid;
4
2
  }
5
3
  .ds-admin-header__content {
6
- @apply px-4 py-2 mx-auto max-w-full w-full flex justify-between items-center
7
- flex-wrap sm:flex-nowrap print:px-0 gap-3;
4
+ @apply max-w-full !important;
8
5
  }
9
6
 
10
7
  /* overrides */
@@ -16,19 +13,4 @@
16
13
  .ds-dropdown__button.ds-link {
17
14
  @apply text-lg text-white focus:text-base-content print:text-base-800 text-right;
18
15
  }
19
- .ds-link {
20
- &:hover {
21
- .ds-svg-icon {
22
- fill: var(--color-white);
23
- }
24
- }
25
- &:focus {
26
- .ds-svg-icon {
27
- fill: var(--color-link-active);
28
- }
29
- }
30
- .ds-svg-icon {
31
- fill: var(--color-white);
32
- }
33
- }
34
16
  }
@@ -1,7 +1,4 @@
1
- .ds-admin-layout-wrapper {
2
- display: flex;
3
- flex-flow: column wrap;
4
- min-height: 100vh;
1
+ .ds-admin-layout {
5
2
  }
6
3
  .ds-admin-top-section {
7
4
  &.ds-admin-top-section--secondary {
@@ -12,8 +9,9 @@
12
9
  }
13
10
  }
14
11
  .ds-admin-main {
15
- @apply lg:col-span-8 md:col-span-7;
16
12
  }
17
13
  .ds-admin-aside {
18
- @apply lg:col-span-4 md:col-span-5 print:order-1;
14
+ &.ds-aside {
15
+ @apply block;
16
+ }
19
17
  }
@@ -78,7 +78,7 @@
78
78
  }
79
79
 
80
80
  .ds-autocomplete__menu {
81
- @apply block max-h-96 w-full m-0 p-0 overflow-x-hidden
81
+ @apply block max-h-64 md:max-h-96 w-full m-0 p-0 overflow-x-hidden
82
82
  border-2 border-t-0 border-base-content bg-base-100
83
83
  absolute left-0 top-full z-50 shadow-xl;
84
84
  &.ds-autocomplete__menu--hidden {
@@ -0,0 +1,14 @@
1
+ @tailwind utilities;
2
+
3
+ @layer utilities {
4
+ .util-blockquote {
5
+ @apply mb-4 mt-8 md:mb-8 p-4 border-l-8 border-base-500 text-base-content;
6
+ }
7
+ .util-blockquote-text {
8
+ font-size: var(--blockquote-font-size);
9
+ line-height: var(--blockquote-line-height);
10
+ }
11
+ .util-blockquote--dense {
12
+ @apply mt-3 md:mb-6 p-3 border-l-6;
13
+ }
14
+ }
@@ -0,0 +1,9 @@
1
+ @import './blockquote.common.css';
2
+
3
+ .ds-blockquote {
4
+ @apply util-blockquote util-blockquote-text;
5
+ &.ds-blockquote--dense,
6
+ .ds-dense & {
7
+ @apply util-blockquote--dense;
8
+ }
9
+ }
@@ -0,0 +1,11 @@
1
+ @import './blockquote.common.css';
2
+
3
+ .ds-blockquote {
4
+ @apply util-blockquote;
5
+ }
6
+ .ds-blockquote__text {
7
+ @apply util-blockquote-text;
8
+ }
9
+ .ds-blockquote--dense {
10
+ @apply util-blockquote--dense;
11
+ }
@@ -12,8 +12,12 @@
12
12
  .ds-breadcrumbs__list-item {
13
13
  @apply inline-block relative mb-1 ml-2 pl-4 float-left;
14
14
  font-size: var(--breadcrumbs__list-item-font-size);
15
+ &[aria-current='page'] {
16
+ @apply font-semibold;
17
+ }
15
18
  &::before {
16
- @apply block absolute top-2 bottom-0 left-0 md:w-3 md:h-3 w-2 h-2 mx-auto my-0 bg-contain bg-no-repeat bg-center;
19
+ @apply block absolute top-2 bottom-0 left-0 md:w-3 md:h-3 w-2 h-2 mx-auto my-0
20
+ bg-contain bg-no-repeat bg-center;
17
21
  content: '';
18
22
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' aria-hidden='true'> <path d='M8.5,2L6.1,4.3l7.6,7.7l-7.6,7.6L8.5,22l10-10L8.5,2z' /> </svg>");
19
23
  }
@@ -47,4 +51,7 @@
47
51
  text-decoration: none;
48
52
  outline: none;
49
53
  }
54
+ &.ds-breadcrumbs__link--inactive {
55
+ @apply no-underline;
56
+ }
50
57
  }
@@ -0,0 +1,62 @@
1
+ /* stylelint-disable declaration-block-no-redundant-longhand-properties */
2
+ /* stylelint-disable digigov/nest-related-rules */
3
+ /* stylelint-disable digigov/enforce-class-selector-namespace */
4
+ @tailwind utilities;
5
+
6
+ @layer utilities {
7
+ .util-btn {
8
+ @apply m-0 mb-8 flex items-center;
9
+ border-radius: var(--btn-border-radius);
10
+ padding-right: var(--btn-padding-x);
11
+ padding-left: var(--btn-padding-x);
12
+ padding-top: var(--btn-padding-y);
13
+ padding-bottom: var(--btn-padding-y);
14
+ }
15
+ .util-btn-text {
16
+ @apply text-white font-medium no-underline;
17
+ font-size: var(--btn-font-size);
18
+ letter-spacing: var(--letter-spacing-wide);
19
+ color: var(--color-base-100);
20
+ }
21
+ .util-btn-primary {
22
+ /* @apply print:border-2 print:border-success print:shadow-none; */
23
+ box-shadow: var(--btn-primary-box-shadow);
24
+ background-color: var(--btn-primary-background-color);
25
+ }
26
+ .util-btn-primary-text {
27
+ color: var(--btn-primary-color);
28
+ }
29
+ .util-btn-secondary {
30
+ /* @apply print:border-2 print:border-base-700 print:shadow-none; */
31
+ box-shadow: var(--btn-secondary-box-shadow);
32
+ background-color: var(--btn-secondary-background-color);
33
+ }
34
+ .util-btn-secondary-text {
35
+ color: var(--btn-secondary-color) !important;
36
+ }
37
+ .util-btn-warning {
38
+ /* @apply print:border-2 print:border-error print:shadow-none; */
39
+ box-shadow: var(--btn-warning-box-shadow);
40
+ background-color: var(--btn-warning-background-color);
41
+ }
42
+ .util-btn-warning-text {
43
+ color: var(--btn-warning-color);
44
+ }
45
+
46
+ .util-btn--dense {
47
+ --btn-padding-y: 0.375rem;
48
+ --btn-padding-x: 0.75rem;
49
+ @apply min-h-6;
50
+ }
51
+ .util-btn--disabled {
52
+ opacity: 0.5;
53
+ }
54
+ .util-btn--disabled-text {
55
+ @apply print:text-base-400;
56
+ }
57
+ .util-btn-cta {
58
+ }
59
+ .util-btn-cta-text {
60
+ font-size: var(--btn-cta-font-size);
61
+ }
62
+ }