1. 0.01 s $ /nix/store/vzx1mi9c0xfadmsm9dhd83d005cb1qs9-coreutils-9.8/bin/timeout --kill-after=15s 1800s /nix/store/99b1z08awpxj8b6mzggn59gp1shljnff-nix-2.34.5/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes --log-format internal-json build --no-link git+https://github.com/sellout/flaky?ref=docs&rev=36dab32a8224a5b709307f87b1089432638a838c#checks.x86_64-linux.formatter --print-build-logs
  2. 0.07 s warning: ignoring untrusted flake configuration setting 'allow-import-from-derivation'.
  3. 0.07 s Pass '--accept-flake-config' to trust it
  4. 0.07 s warning: ignoring untrusted flake configuration setting 'extra-experimental-features'.
  5. 0.07 s Pass '--accept-flake-config' to trust it
  6. 0.07 s warning: ignoring untrusted flake configuration setting 'extra-substituters'.
  7. 0.07 s Pass '--accept-flake-config' to trust it
  8. 0.08 s warning: ignoring untrusted flake configuration setting 'extra-trusted-public-keys'.
  9. 0.08 s Pass '--accept-flake-config' to trust it
  10. 0.08 s warning: ignoring untrusted flake configuration setting 'sandbox'.
  11. 0.08 s Pass '--accept-flake-config' to trust it
  12. 0.08 s warning: ignoring untrusted flake configuration setting 'use-registries'.
  13. 0.08 s Pass '--accept-flake-config' to trust it
  14. 0.08 s error (ignored): SQLite database '/var/cache/private/nix-ci-worker/eval-cache-v6/dc781c20dc0d05f9b1b1256ab7fd854479af34dffaa2af5355d7cb9018c9e506.sqlite' is busy
  15. 2.06 s
  16. 2.09 s Building treefmt-check
  17. 2.83 s [treefmt-check] treefmt v2.4.0traversed 67 files
  18. 2.83 s [treefmt-check] emitted 53 files for processing
  19. 2.83 s [treefmt-check] formatted 53 files (4 changed) in 660ms
  20. 2.83 s [treefmt-check] M docs/CONTRIBUTING.md
  21. 2.83 s [treefmt-check] M docs/CONTRIBUTING/haskell.md
  22. 2.83 s [treefmt-check] M docs/assets/css/just-the-docs-default.css
  23. 2.83 s [treefmt-check] M docs/haskell/release-process.md
  24. 2.84 s [treefmt-check] diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
  25. 2.84 s [treefmt-check] index 2b499f5..5465a5d 100644
  26. 2.84 s [treefmt-check] --- a/docs/CONTRIBUTING.md
  27. 2.84 s [treefmt-check] +++ b/docs/CONTRIBUTING.md
  28. 2.84 s [treefmt-check] @@ -25,10 +25,10 @@ All contributions are welcome, we love improvements to docs and tests.
  29. 2.84 s [treefmt-check] ### terminology
  30. 2.84 s [treefmt-check]
  31. 2.84 s [treefmt-check] | generic | Haskell | Nix | Rust | versioned |
  32. 2.84 s [treefmt-check] -|------------|---------------|------------|-----------|-----------|
  33. 2.84 s [treefmt-check] -| repository | | | | ✔ |
  34. 2.84 s [treefmt-check] +| ---------- | ------------- | ---------- | --------- | --------- |
  35. 2.84 s [treefmt-check] +| repository | | | | ✔ |
  36. 2.84 s [treefmt-check] | project | Cabal project | flake | workspace | |
  37. 2.84 s [treefmt-check] -| package | Cabal package | derivation | crate | ✔ |
  38. 2.84 s [treefmt-check] +| package | Cabal package | derivation | crate | ✔ |
  39. 2.84 s [treefmt-check] | component | Cabal stanza | | | |
  40. 2.84 s [treefmt-check]
  41. 2.84 s [treefmt-check] There is usually one project per repository, but sometimes a project may be split across multiple repositories. It’s unlikely that more than one project would be in the same repository.
  42. 2.84 s [treefmt-check] diff --git a/docs/CONTRIBUTING/haskell.md b/docs/CONTRIBUTING/haskell.md
  43. 2.84 s [treefmt-check] index d62443d..210aff7 100644
  44. 2.84 s [treefmt-check] --- a/docs/CONTRIBUTING/haskell.md
  45. 2.84 s [treefmt-check] +++ b/docs/CONTRIBUTING/haskell.md
  46. 2.84 s [treefmt-check] @@ -50,7 +50,7 @@ Documentation is very important, but it shouldn’t detract from good naming. Th
  47. 2.84 s [treefmt-check]
  48. 2.84 s [treefmt-check] Documentation is written using [Haddock](https://haskell-haddock.readthedocs.io/), and it’s helpful to add Doctest examples, as described in the “testing” section below.
  49. 2.84 s [treefmt-check]
  50. 2.84 s [treefmt-check] -__NB__: Haddock isn’t Markdown! But the similarities can make it easy to forget sometimes. Please try to review your doc changes using [`cabal haddock-project`](https://cabal.readthedocs.io/en/stable/cabal-commands.html#cabal-haddock-project) before submitting them.
  51. 2.84 s [treefmt-check] +**NB**: Haddock isn’t Markdown! But the similarities can make it easy to forget sometimes. Please try to review your doc changes using [`cabal haddock-project`](https://cabal.readthedocs.io/en/stable/cabal-commands.html#cabal-haddock-project) before submitting them.
  52. 2.84 s [treefmt-check]
  53. 2.84 s [treefmt-check] #### guidelines
  54. 2.84 s [treefmt-check]
  55. 2.84 s [treefmt-check] @@ -93,7 +93,7 @@ name foo
  56. 2.84 s [treefmt-check] library
  57. 2.84 s [treefmt-check] ```
  58. 2.84 s [treefmt-check]
  59. 2.84 s [treefmt-check] -``` cabal
  60. 2.84 s [treefmt-check] +```cabal
  61. 2.84 s [treefmt-check] name: foo-hedgehog
  62. 2.84 s [treefmt-check]
  63. 2.84 s [treefmt-check] library
  64. 2.84 s [treefmt-check] diff --git a/docs/assets/css/just-the-docs-default.css b/docs/assets/css/just-the-docs-default.css
  65. 2.84 s [treefmt-check] index d3076e5..097259c 100644
  66. 2.84 s [treefmt-check] --- a/docs/assets/css/just-the-docs-default.css
  67. 2.84 s [treefmt-check] +++ b/docs/assets/css/just-the-docs-default.css
  68. 2.84 s [treefmt-check] @@ -5,388 +5,398 @@ lThis unfortunately copies the entire file, rather than overriding just a
  69. 2.84 s [treefmt-check] - th, td – removed the `min-width` setting to let the columns flow more
  70. 2.84 s [treefmt-check] */
  71. 2.84 s [treefmt-check] .highlight .hll {
  72. 2.84 s [treefmt-check] - background-color:#0969da4a
  73. 2.84 s [treefmt-check] + background-color: #0969da4a;
  74. 2.84 s [treefmt-check] }
  75. 2.84 s [treefmt-check] .highlight .c {
  76. 2.84 s [treefmt-check] - color:#6E7781
  77. 2.84 s [treefmt-check] + color: #6e7781;
  78. 2.84 s [treefmt-check] }
  79. 2.84 s [treefmt-check] .highlight .err {
  80. 2.84 s [treefmt-check] - color:#CF222E
  81. 2.84 s [treefmt-check] + color: #cf222e;
  82. 2.84 s [treefmt-check] }
  83. 2.84 s [treefmt-check] .highlight .k {
  84. 2.84 s [treefmt-check] - color:#CF222E
  85. 2.84 s [treefmt-check] + color: #cf222e;
  86. 2.84 s [treefmt-check] }
  87. 2.84 s [treefmt-check] .highlight .l {
  88. 2.84 s [treefmt-check] - color:#953800
  89. 2.84 s [treefmt-check] + color: #953800;
  90. 2.84 s [treefmt-check] }
  91. 2.84 s [treefmt-check] .highlight .n {
  92. 2.84 s [treefmt-check] - color:#8250DF
  93. 2.84 s [treefmt-check] + color: #8250df;
  94. 2.84 s [treefmt-check] }
  95. 2.84 s [treefmt-check] .highlight .o {
  96. 2.84 s [treefmt-check] - color:#116329
  97. 2.84 s [treefmt-check] + color: #116329;
  98. 2.84 s [treefmt-check] }
  99. 2.84 s [treefmt-check] .highlight .p {
  100. 2.84 s [treefmt-check] - color:#24292F
  101. 2.84 s [treefmt-check] + color: #24292f;
  102. 2.84 s [treefmt-check] }
  103. 2.84 s [treefmt-check] .highlight .ch {
  104. 2.84 s [treefmt-check] - color:#6E7781
  105. 2.84 s [treefmt-check] + color: #6e7781;
  106. 2.84 s [treefmt-check] }
  107. 2.84 s [treefmt-check] .highlight .cm {
  108. 2.84 s [treefmt-check] - color:#6E7781
  109. 2.84 s [treefmt-check] + color: #6e7781;
  110. 2.84 s [treefmt-check] }
  111. 2.84 s [treefmt-check] .highlight .cp {
  112. 2.84 s [treefmt-check] - color:#6E7781
  113. 2.84 s [treefmt-check] + color: #6e7781;
  114. 2.84 s [treefmt-check] }
  115. 2.84 s [treefmt-check] .highlight .cpf {
  116. 2.84 s [treefmt-check] - color:#6E7781
  117. 2.84 s [treefmt-check] + color: #6e7781;
  118. 2.84 s [treefmt-check] }
  119. 2.84 s [treefmt-check] .highlight .c1 {
  120. 2.84 s [treefmt-check] - color:#6E7781
  121. 2.84 s [treefmt-check] + color: #6e7781;
  122. 2.84 s [treefmt-check] }
  123. 2.84 s [treefmt-check] .highlight .cs {
  124. 2.84 s [treefmt-check] - color:#6E7781
  125. 2.84 s [treefmt-check] + color: #6e7781;
  126. 2.84 s [treefmt-check] }
  127. 2.84 s [treefmt-check] .highlight .gd {
  128. 2.84 s [treefmt-check] - color:#0550AE
  129. 2.84 s [treefmt-check] + color: #0550ae;
  130. 2.84 s [treefmt-check] }
  131. 2.84 s [treefmt-check] .highlight .ge {
  132. 2.84 s [treefmt-check] - font-style:italic
  133. 2.84 s [treefmt-check] + font-style: italic;
  134. 2.84 s [treefmt-check] }
  135. 2.84 s [treefmt-check] .highlight .gr {
  136. 2.84 s [treefmt-check] - color:#CF222E
  137. 2.84 s [treefmt-check] + color: #cf222e;
  138. 2.84 s [treefmt-check] }
  139. 2.84 s [treefmt-check] .highlight .gh {
  140. 2.84 s [treefmt-check] - color:#0550AE
  141. 2.84 s [treefmt-check] + color: #0550ae;
  142. 2.84 s [treefmt-check] }
  143. 2.84 s [treefmt-check] .highlight .gs {
  144. 2.84 s [treefmt-check] - font-weight:bold
  145. 2.84 s [treefmt-check] + font-weight: bold;
  146. 2.84 s [treefmt-check] }
  147. 2.84 s [treefmt-check] .highlight .gu {
  148. 2.84 s [treefmt-check] - color:#0550AE
  149. 2.84 s [treefmt-check] + color: #0550ae;
  150. 2.84 s [treefmt-check] }
  151. 2.84 s [treefmt-check] .highlight .kc {
  152. 2.84 s [treefmt-check] - color:#0550AE
  153. 2.84 s [treefmt-check] + color: #0550ae;
  154. 2.84 s [treefmt-check] }
  155. 2.84 s [treefmt-check] .highlight .kd {
  156. 2.84 s [treefmt-check] - color:#CF222E
  157. 2.84 s [treefmt-check] + color: #cf222e;
  158. 2.84 s [treefmt-check] }
  159. 2.84 s [treefmt-check] .highlight .kn {
  160. 2.84 s [treefmt-check] - color:#CF222E
  161. 2.84 s [treefmt-check] + color: #cf222e;
  162. 2.84 s [treefmt-check] }
  163. 2.84 s [treefmt-check] .highlight .kp {
  164. 2.84 s [treefmt-check] - color:#CF222E
  165. 2.84 s [treefmt-check] + color: #cf222e;
  166. 2.84 s [treefmt-check] }
  167. 2.84 s [treefmt-check] .highlight .kr {
  168. 2.84 s [treefmt-check] - color:#CF222E
  169. 2.84 s [treefmt-check] + color: #cf222e;
  170. 2.84 s [treefmt-check] }
  171. 2.84 s [treefmt-check] .highlight .kt {
  172. 2.84 s [treefmt-check] - color:#CF222E
  173. 2.84 s [treefmt-check] + color: #cf222e;
  174. 2.84 s [treefmt-check] }
  175. 2.84 s [treefmt-check] .highlight .ld {
  176. 2.84 s [treefmt-check] - color:#953800
  177. 2.84 s [treefmt-check] + color: #953800;
  178. 2.84 s [treefmt-check] }
  179. 2.84 s [treefmt-check] .highlight .m {
  180. 2.84 s [treefmt-check] - color:#953800
  181. 2.84 s [treefmt-check] + color: #953800;
  182. 2.84 s [treefmt-check] }
  183. 2.84 s [treefmt-check] .highlight .s {
  184. 2.84 s [treefmt-check] - color:#0550AE
  185. 2.84 s [treefmt-check] + color: #0550ae;
  186. 2.84 s [treefmt-check] }
  187. 2.84 s [treefmt-check] .highlight .na {
  188. 2.84 s [treefmt-check] - color:#953800
  189. 2.84 s [treefmt-check] + color: #953800;
  190. 2.84 s [treefmt-check] }
  191. 2.84 s [treefmt-check] .highlight .nb {
  192. 2.84 s [treefmt-check] - color:#953800
  193. 2.84 s [treefmt-check] + color: #953800;
  194. 2.84 s [treefmt-check] }
  195. 2.84 s [treefmt-check] .highlight .nc {
  196. 2.84 s [treefmt-check] - color:#0550AE
  197. 2.84 s [treefmt-check] + color: #0550ae;
  198. 2.84 s [treefmt-check] }
  199. 2.84 s [treefmt-check] .highlight .no {
  200. 2.84 s [treefmt-check] - color:#0550AE
  201. 2.84 s [treefmt-check] + color: #0550ae;
  202. 2.84 s [treefmt-check] }
  203. 2.84 s [treefmt-check] .highlight .nd {
  204. 2.84 s [treefmt-check] - color:#953800
  205. 2.84 s [treefmt-check] + color: #953800;
  206. 2.84 s [treefmt-check] }
  207. 2.84 s [treefmt-check] .highlight .ni {
  208. 2.84 s [treefmt-check] - color:#116329
  209. 2.84 s [treefmt-check] + color: #116329;
  210. 2.84 s [treefmt-check] }
  211. 2.84 s [treefmt-check] .highlight .ne {
  212. 2.84 s [treefmt-check] - color:#8250DF
  213. 2.84 s [treefmt-check] + color: #8250df;
  214. 2.84 s [treefmt-check] }
  215. 2.84 s [treefmt-check] .highlight .nf {
  216. 2.84 s [treefmt-check] - color:#0550AE
  217. 2.84 s [treefmt-check] + color: #0550ae;
  218. 2.84 s [treefmt-check] }
  219. 2.84 s [treefmt-check] .highlight .nl {
  220. 2.84 s [treefmt-check] - color:#953800
  221. 2.84 s [treefmt-check] + color: #953800;
  222. 2.84 s [treefmt-check] }
  223. 2.84 s [treefmt-check] .highlight .nn {
  224. 2.84 s [treefmt-check] - color:#24292F
  225. 2.84 s [treefmt-check] + color: #24292f;
  226. 2.84 s [treefmt-check] }
  227. 2.84 s [treefmt-check] .highlight .nx {
  228. 2.84 s [treefmt-check] - color:#8250DF
  229. 2.84 s [treefmt-check] + color: #8250df;
  230. 2.84 s [treefmt-check] }
  231. 2.84 s [treefmt-check] .highlight .py {
  232. 2.84 s [treefmt-check] - color:#0550AE
  233. 2.84 s [treefmt-check] + color: #0550ae;
  234. 2.84 s [treefmt-check] }
  235. 2.84 s [treefmt-check] .highlight .nt {
  236. 2.84 s [treefmt-check] - color:#116329
  237. 2.84 s [treefmt-check] + color: #116329;
  238. 2.84 s [treefmt-check] }
  239. 2.84 s [treefmt-check] .highlight .nv {
  240. 2.84 s [treefmt-check] - color:#953800
  241. 2.84 s [treefmt-check] + color: #953800;
  242. 2.84 s [treefmt-check] }
  243. 2.84 s [treefmt-check] .highlight .ow {
  244. 2.84 s [treefmt-check] - color:#8250DF
  245. 2.84 s [treefmt-check] + color: #8250df;
  246. 2.84 s [treefmt-check] }
  247. 2.84 s [treefmt-check] .highlight .pm {
  248. 2.84 s [treefmt-check] - color:#24292F
  249. 2.84 s [treefmt-check] + color: #24292f;
  250. 2.84 s [treefmt-check] }
  251. 2.84 s [treefmt-check] .highlight .w {
  252. 2.84 s [treefmt-check] - color:#24292F
  253. 2.84 s [treefmt-check] + color: #24292f;
  254. 2.84 s [treefmt-check] }
  255. 2.84 s [treefmt-check] .highlight .mb {
  256. 2.84 s [treefmt-check] - color:#953800
  257. 2.84 s [treefmt-check] + color: #953800;
  258. 2.84 s [treefmt-check] }
  259. 2.84 s [treefmt-check] .highlight .mf {
  260. 2.84 s [treefmt-check] - color:#953800
  261. 2.84 s [treefmt-check] + color: #953800;
  262. 2.84 s [treefmt-check] }
  263. 2.84 s [treefmt-check] .highlight .mh {
  264. 2.84 s [treefmt-check] - color:#953800
  265. 2.84 s [treefmt-check] + color: #953800;
  266. 2.84 s [treefmt-check] }
  267. 2.84 s [treefmt-check] .highlight .mi {
  268. 2.84 s [treefmt-check] - color:#953800
  269. 2.84 s [treefmt-check] + color: #953800;
  270. 2.84 s [treefmt-check] }
  271. 2.84 s [treefmt-check] .highlight .mo {
  272. 2.84 s [treefmt-check] - color:#953800
  273. 2.84 s [treefmt-check] + color: #953800;
  274. 2.84 s [treefmt-check] }
  275. 2.84 s [treefmt-check] .highlight .sa {
  276. 2.84 s [treefmt-check] - color:#0550AE
  277. 2.84 s [treefmt-check] + color: #0550ae;
  278. 2.84 s [treefmt-check] }
  279. 2.84 s [treefmt-check] .highlight .sb {
  280. 2.84 s [treefmt-check] - color:#0550AE
  281. 2.84 s [treefmt-check] + color: #0550ae;
  282. 2.84 s [treefmt-check] }
  283. 2.84 s [treefmt-check] .highlight .sc {
  284. 2.84 s [treefmt-check] - color:#0550AE
  285. 2.84 s [treefmt-check] + color: #0550ae;
  286. 2.84 s [treefmt-check] }
  287. 2.84 s [treefmt-check] .highlight .dl {
  288. 2.84 s [treefmt-check] - color:#0550AE
  289. 2.84 s [treefmt-check] + color: #0550ae;
  290. 2.84 s [treefmt-check] }
  291. 2.84 s [treefmt-check] .highlight .sd {
  292. 2.84 s [treefmt-check] - color:#0550AE
  293. 2.84 s [treefmt-check] + color: #0550ae;
  294. 2.84 s [treefmt-check] }
  295. 2.84 s [treefmt-check] .highlight .s2 {
  296. 2.84 s [treefmt-check] - color:#0550AE
  297. 2.84 s [treefmt-check] + color: #0550ae;
  298. 2.84 s [treefmt-check] }
  299. 2.84 s [treefmt-check] .highlight .se {
  300. 2.84 s [treefmt-check] - color:#0550AE
  301. 2.84 s [treefmt-check] + color: #0550ae;
  302. 2.84 s [treefmt-check] }
  303. 2.84 s [treefmt-check] .highlight .sh {
  304. 2.84 s [treefmt-check] - color:#0550AE
  305. 2.84 s [treefmt-check] + color: #0550ae;
  306. 2.84 s [treefmt-check] }
  307. 2.84 s [treefmt-check] .highlight .si {
  308. 2.84 s [treefmt-check] - color:#0550AE
  309. 2.84 s [treefmt-check] + color: #0550ae;
  310. 2.84 s [treefmt-check] }
  311. 2.84 s [treefmt-check] .highlight .sx {
  312. 2.84 s [treefmt-check] - color:#0550AE
  313. 2.84 s [treefmt-check] + color: #0550ae;
  314. 2.84 s [treefmt-check] }
  315. 2.84 s [treefmt-check] .highlight .sr {
  316. 2.84 s [treefmt-check] - color:#0550AE
  317. 2.84 s [treefmt-check] + color: #0550ae;
  318. 2.84 s [treefmt-check] }
  319. 2.84 s [treefmt-check] .highlight .s1 {
  320. 2.84 s [treefmt-check] - color:#0550AE
  321. 2.84 s [treefmt-check] + color: #0550ae;
  322. 2.84 s [treefmt-check] }
  323. 2.84 s [treefmt-check] .highlight .ss {
  324. 2.84 s [treefmt-check] - color:#0550AE
  325. 2.84 s [treefmt-check] + color: #0550ae;
  326. 2.84 s [treefmt-check] }
  327. 2.84 s [treefmt-check] .highlight .bp {
  328. 2.84 s [treefmt-check] - color:#953800
  329. 2.84 s [treefmt-check] + color: #953800;
  330. 2.84 s [treefmt-check] }
  331. 2.84 s [treefmt-check] .highlight .fm {
  332. 2.84 s [treefmt-check] - color:#0550AE
  333. 2.84 s [treefmt-check] + color: #0550ae;
  334. 2.84 s [treefmt-check] }
  335. 2.84 s [treefmt-check] .highlight .vc {
  336. 2.84 s [treefmt-check] - color:#953800
  337. 2.84 s [treefmt-check] + color: #953800;
  338. 2.84 s [treefmt-check] }
  339. 2.84 s [treefmt-check] .highlight .vg {
  340. 2.84 s [treefmt-check] - color:#953800
  341. 2.84 s [treefmt-check] + color: #953800;
  342. 2.84 s [treefmt-check] }
  343. 2.84 s [treefmt-check] .highlight .vi {
  344. 2.84 s [treefmt-check] - color:#953800
  345. 2.84 s [treefmt-check] + color: #953800;
  346. 2.84 s [treefmt-check] }
  347. 2.84 s [treefmt-check] .highlight .vm {
  348. 2.84 s [treefmt-check] - color:#953800
  349. 2.84 s [treefmt-check] + color: #953800;
  350. 2.84 s [treefmt-check] }
  351. 2.84 s [treefmt-check] .highlight .il {
  352. 2.84 s [treefmt-check] - color:#953800
  353. 2.84 s [treefmt-check] + color: #953800;
  354. 2.84 s [treefmt-check] }
  355. 2.84 s [treefmt-check] -/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
  356. 2.84 s [treefmt-check] - line-height:1.15;
  357. 2.84 s [treefmt-check] - text-size-adjust:100%
  358. 2.84 s [treefmt-check] +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  359. 2.84 s [treefmt-check] +html {
  360. 2.84 s [treefmt-check] + line-height: 1.15;
  361. 2.84 s [treefmt-check] + text-size-adjust: 100%;
  362. 2.84 s [treefmt-check] }
  363. 2.84 s [treefmt-check] body {
  364. 2.84 s [treefmt-check] - margin:0
  365. 2.84 s [treefmt-check] + margin: 0;
  366. 2.84 s [treefmt-check] }
  367. 2.84 s [treefmt-check] main {
  368. 2.84 s [treefmt-check] - display:block
  369. 2.84 s [treefmt-check] + display: block;
  370. 2.84 s [treefmt-check] }
  371. 2.84 s [treefmt-check] h1 {
  372. 2.84 s [treefmt-check] - font-size:2em;
  373. 2.84 s [treefmt-check] - margin:0.67em 0
  374. 2.84 s [treefmt-check] + font-size: 2em;
  375. 2.84 s [treefmt-check] + margin: 0.67em 0;
  376. 2.84 s [treefmt-check] }
  377. 2.84 s [treefmt-check] hr {
  378. 2.84 s [treefmt-check] - box-sizing:content-box;
  379. 2.84 s [treefmt-check] - height:0;
  380. 2.84 s [treefmt-check] - overflow:visible
  381. 2.84 s [treefmt-check] + box-sizing: content-box;
  382. 2.84 s [treefmt-check] + height: 0;
  383. 2.84 s [treefmt-check] + overflow: visible;
  384. 2.84 s [treefmt-check] }
  385. 2.84 s [treefmt-check] pre {
  386. 2.84 s [treefmt-check] - font-family:monospace;
  387. 2.84 s [treefmt-check] - font-size:1em
  388. 2.84 s [treefmt-check] + font-family: monospace;
  389. 2.84 s [treefmt-check] + font-size: 1em;
  390. 2.84 s [treefmt-check] }
  391. 2.84 s [treefmt-check] a {
  392. 2.84 s [treefmt-check] - background-color:transparent
  393. 2.84 s [treefmt-check] + background-color: transparent;
  394. 2.84 s [treefmt-check] }
  395. 2.84 s [treefmt-check] abbr[title] {
  396. 2.84 s [treefmt-check] - border-bottom:none;
  397. 2.84 s [treefmt-check] - text-decoration:underline;
  398. 2.84 s [treefmt-check] - text-decoration:underline dotted
  399. 2.84 s [treefmt-check] + border-bottom: none;
  400. 2.84 s [treefmt-check] + text-decoration: underline;
  401. 2.84 s [treefmt-check] + text-decoration: underline dotted;
  402. 2.84 s [treefmt-check] }
  403. 2.84 s [treefmt-check] b,
  404. 2.84 s [treefmt-check] strong {
  405. 2.84 s [treefmt-check] - font-weight:bolder
  406. 2.84 s [treefmt-check] + font-weight: bolder;
  407. 2.84 s [treefmt-check] }
  408. 2.84 s [treefmt-check] code,
  409. 2.84 s [treefmt-check] kbd,
  410. 2.84 s [treefmt-check] samp {
  411. 2.84 s [treefmt-check] - font-family:monospace;
  412. 2.84 s [treefmt-check] - font-size:1em
  413. 2.84 s [treefmt-check] + font-family: monospace;
  414. 2.84 s [treefmt-check] + font-size: 1em;
  415. 2.84 s [treefmt-check] }
  416. 2.84 s [treefmt-check] small {
  417. 2.84 s [treefmt-check] - font-size:80%
  418. 2.84 s [treefmt-check] + font-size: 80%;
  419. 2.84 s [treefmt-check] }
  420. 2.84 s [treefmt-check] sub,
  421. 2.84 s [treefmt-check] sup {
  422. 2.84 s [treefmt-check] - font-size:75%;
  423. 2.84 s [treefmt-check] - line-height:0;
  424. 2.84 s [treefmt-check] - position:relative;
  425. 2.84 s [treefmt-check] - vertical-align:baseline
  426. 2.84 s [treefmt-check] + font-size: 75%;
  427. 2.84 s [treefmt-check] + line-height: 0;
  428. 2.84 s [treefmt-check] + position: relative;
  429. 2.84 s [treefmt-check] + vertical-align: baseline;
  430. 2.84 s [treefmt-check] }
  431. 2.84 s [treefmt-check] sub {
  432. 2.84 s [treefmt-check] - bottom:-0.25em
  433. 2.84 s [treefmt-check] + bottom: -0.25em;
  434. 2.84 s [treefmt-check] }
  435. 2.84 s [treefmt-check] sup {
  436. 2.84 s [treefmt-check] - top:-0.5em
  437. 2.84 s [treefmt-check] + top: -0.5em;
  438. 2.84 s [treefmt-check] }
  439. 2.84 s [treefmt-check] img {
  440. 2.84 s [treefmt-check] - border-style:none
  441. 2.84 s [treefmt-check] + border-style: none;
  442. 2.84 s [treefmt-check] }
  443. 2.84 s [treefmt-check] button,
  444. 2.84 s [treefmt-check] input,
  445. 2.84 s [treefmt-check] optgroup,
  446. 2.84 s [treefmt-check] select,
  447. 2.84 s [treefmt-check] textarea {
  448. 2.84 s [treefmt-check] - font-family:inherit;
  449. 2.84 s [treefmt-check] - font-size:100%;
  450. 2.84 s [treefmt-check] - line-height:1.15;
  451. 2.84 s [treefmt-check] - margin:0
  452. 2.84 s [treefmt-check] + font-family: inherit;
  453. 2.84 s [treefmt-check] + font-size: 100%;
  454. 2.84 s [treefmt-check] + line-height: 1.15;
  455. 2.84 s [treefmt-check] + margin: 0;
  456. 2.84 s [treefmt-check] }
  457. 2.84 s [treefmt-check] button,
  458. 2.84 s [treefmt-check] input {
  459. 2.84 s [treefmt-check] - overflow:visible
  460. 2.84 s [treefmt-check] + overflow: visible;
  461. 2.84 s [treefmt-check] }
  462. 2.84 s [treefmt-check] button,
  463. 2.84 s [treefmt-check] select {
  464. 2.84 s [treefmt-check] - text-transform:none
  465. 2.84 s [treefmt-check] + text-transform: none;
  466. 2.84 s [treefmt-check] }
  467. 2.84 s [treefmt-check] button,
  468. 2.84 s [treefmt-check] [type="button"],
  469. 2.84 s [treefmt-check] [type="reset"],
  470. 2.84 s [treefmt-check] [type="submit"] {
  471. 2.84 s [treefmt-check] - appearance:auto
  472. 2.84 s [treefmt-check] + appearance: auto;
  473. 2.84 s [treefmt-check] }
  474. 2.84 s [treefmt-check] button::-moz-focus-inner,
  475. 2.84 s [treefmt-check] [type="button"]::-moz-focus-inner,
  476. 2.84 s [treefmt-check] [type="reset"]::-moz-focus-inner,
  477. 2.84 s [treefmt-check] [type="submit"]::-moz-focus-inner {
  478. 2.84 s [treefmt-check] - border-style:none;
  479. 2.84 s [treefmt-check] - padding:0
  480. 2.84 s [treefmt-check] + border-style: none;
  481. 2.84 s [treefmt-check] + padding: 0;
  482. 2.84 s [treefmt-check] }
  483. 2.84 s [treefmt-check] button:-moz-focusring,
  484. 2.84 s [treefmt-check] [type="button"]:-moz-focusring,
  485. 2.84 s [treefmt-check] [type="reset"]:-moz-focusring,
  486. 2.84 s [treefmt-check] [type="submit"]:-moz-focusring {
  487. 2.84 s [treefmt-check] - outline:1px dotted ButtonText
  488. 2.84 s [treefmt-check] + outline: 1px dotted ButtonText;
  489. 2.84 s [treefmt-check] }
  490. 2.84 s [treefmt-check] fieldset {
  491. 2.84 s [treefmt-check] - padding:0.35em 0.75em 0.625em
  492. 2.84 s [treefmt-check] + padding: 0.35em 0.75em 0.625em;
  493. 2.84 s [treefmt-check] }
  494. 2.84 s [treefmt-check] legend {
  495. 2.84 s [treefmt-check] - box-sizing:border-box;
  496. 2.84 s [treefmt-check] - color:inherit;
  497. 2.84 s [treefmt-check] - display:table;
  498. 2.84 s [treefmt-check] - max-width:100%;
  499. 2.84 s [treefmt-check] - padding:0;
  500. 2.84 s [treefmt-check] - white-space:normal
  501. 2.84 s [treefmt-check] + box-sizing: border-box;
  502. 2.84 s [treefmt-check] + color: inherit;
  503. 2.84 s [treefmt-check] + display: table;
  504. 2.84 s [treefmt-check] + max-width: 100%;
  505. 2.84 s [treefmt-check] + padding: 0;
  506. 2.84 s [treefmt-check] + white-space: normal;
  507. 2.84 s [treefmt-check] }
  508. 2.85 s [treefmt-check] progress {
  509. 2.85 s [treefmt-check] - vertical-align:baseline
  510. 2.85 s [treefmt-check] + vertical-align: baseline;
  511. 2.85 s [treefmt-check] }
  512. 2.85 s [treefmt-check] textarea {
  513. 2.85 s [treefmt-check] - overflow:auto
  514. 2.85 s [treefmt-check] + overflow: auto;
  515. 2.85 s [treefmt-check] }
  516. 2.85 s [treefmt-check] [type="checkbox"],
  517. 2.85 s [treefmt-check] [type="radio"] {
  518. 2.85 s [treefmt-check] - box-sizing:border-box;
  519. 2.85 s [treefmt-check] - padding:0
  520. 2.85 s [treefmt-check] + box-sizing: border-box;
  521. 2.85 s [treefmt-check] + padding: 0;
  522. 2.85 s [treefmt-check] }
  523. 2.85 s [treefmt-check] [type="number"]::-webkit-inner-spin-button,
  524. 2.85 s [treefmt-check] [type="number"]::-webkit-outer-spin-button {
  525. 2.85 s [treefmt-check] - height:auto
  526. 2.85 s [treefmt-check] + height: auto;
  527. 2.85 s [treefmt-check] }
  528. 2.85 s [treefmt-check] [type="search"] {
  529. 2.85 s [treefmt-check] - appearance:textfield;
  530. 2.85 s [treefmt-check] - outline-offset:-2px
  531. 2.85 s [treefmt-check] + appearance: textfield;
  532. 2.85 s [treefmt-check] + outline-offset: -2px;
  533. 2.85 s [treefmt-check] }
  534. 2.85 s [treefmt-check] [type="search"]::-webkit-search-decoration {
  535. 2.85 s [treefmt-check] - appearance:none
  536. 2.85 s [treefmt-check] + appearance: none;
  537. 2.85 s [treefmt-check] }
  538. 2.85 s [treefmt-check] ::-webkit-file-upload-button {
  539. 2.85 s [treefmt-check] - appearance:auto;
  540. 2.85 s [treefmt-check] - font:inherit
  541. 2.85 s [treefmt-check] + appearance: auto;
  542. 2.85 s [treefmt-check] + font: inherit;
  543. 2.85 s [treefmt-check] }
  544. 2.85 s [treefmt-check] details {
  545. 2.85 s [treefmt-check] - display:block
  546. 2.85 s [treefmt-check] + display: block;
  547. 2.85 s [treefmt-check] }
  548. 2.85 s [treefmt-check] summary {
  549. 2.85 s [treefmt-check] - display:list-item
  550. 2.85 s [treefmt-check] + display: list-item;
  551. 2.85 s [treefmt-check] }
  552. 2.85 s [treefmt-check] template {
  553. 2.85 s [treefmt-check] - display:none
  554. 2.85 s [treefmt-check] + display: none;
  555. 2.85 s [treefmt-check] }
  556. 2.85 s [treefmt-check] [hidden] {
  557. 2.85 s [treefmt-check] - display:none
  558. 2.85 s [treefmt-check] + display: none;
  559. 2.85 s [treefmt-check] }
  560. 2.85 s [treefmt-check] :root {
  561. 2.85 s [treefmt-check] - color-scheme:light
  562. 2.85 s [treefmt-check] + color-scheme: light;
  563. 2.85 s [treefmt-check] }
  564. 2.85 s [treefmt-check] * {
  565. 2.85 s [treefmt-check] - box-sizing:border-box
  566. 2.85 s [treefmt-check] + box-sizing: border-box;
  567. 2.85 s [treefmt-check] }
  568. 2.85 s [treefmt-check] html {
  569. 2.85 s [treefmt-check] - scroll-behavior:smooth
  570. 2.85 s [treefmt-check] + scroll-behavior: smooth;
  571. 2.85 s [treefmt-check] }
  572. 2.85 s [treefmt-check] html {
  573. 2.85 s [treefmt-check] - font-size:.875rem !important
  574. 2.85 s [treefmt-check] + font-size: 0.875rem !important;
  575. 2.85 s [treefmt-check] }
  576. 2.85 s [treefmt-check] @media (min-width: 31.25rem) {
  577. 2.85 s [treefmt-check] html {
  578. 2.85 s [treefmt-check] - font-size:1rem !important
  579. 2.85 s [treefmt-check] + font-size: 1rem !important;
  580. 2.85 s [treefmt-check] }
  581. 2.85 s [treefmt-check] }
  582. 2.85 s [treefmt-check] body {
  583. 2.85 s [treefmt-check] - font-family:system-ui,-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,sans-serif,"Segoe UI Emoji";
  584. 2.85 s [treefmt-check] - font-size:inherit;
  585. 2.85 s [treefmt-check] - line-height:1.4;
  586. 2.85 s [treefmt-check] - color:#5c5962;
  587. 2.85 s [treefmt-check] - background-color:#fff;
  588. 2.85 s [treefmt-check] - overflow-wrap:break-word
  589. 2.85 s [treefmt-check] + font-family:
  590. 2.85 s [treefmt-check] + system-ui,
  591. 2.85 s [treefmt-check] + -apple-system,
  592. 2.85 s [treefmt-check] + blinkmacsystemfont,
  593. 2.85 s [treefmt-check] + "Segoe UI",
  594. 2.85 s [treefmt-check] + roboto,
  595. 2.85 s [treefmt-check] + "Helvetica Neue",
  596. 2.85 s [treefmt-check] + arial,
  597. 2.85 s [treefmt-check] + sans-serif,
  598. 2.85 s [treefmt-check] + "Segoe UI Emoji";
  599. 2.85 s [treefmt-check] + font-size: inherit;
  600. 2.85 s [treefmt-check] + line-height: 1.4;
  601. 2.85 s [treefmt-check] + color: #5c5962;
  602. 2.85 s [treefmt-check] + background-color: #fff;
  603. 2.85 s [treefmt-check] + overflow-wrap: break-word;
  604. 2.85 s [treefmt-check] }
  605. 2.85 s [treefmt-check] ol,
  606. 2.85 s [treefmt-check] ul,
  607. 2.85 s [treefmt-check] @@ -400,7 +410,7 @@ hr,
  608. 2.85 s [treefmt-check] form,
  609. 2.85 s [treefmt-check] fieldset,
  610. 2.85 s [treefmt-check] noscript .table-wrapper {
  611. 2.85 s [treefmt-check] - margin-top:0
  612. 2.85 s [treefmt-check] + margin-top: 0;
  613. 2.85 s [treefmt-check] }
  614. 2.85 s [treefmt-check] h1,
  615. 2.85 s [treefmt-check] h2,
  616. 2.85 s [treefmt-check] @@ -409,272 +419,281 @@ h4,
  617. 2.85 s [treefmt-check] h5,
  618. 2.85 s [treefmt-check] h6,
  619. 2.85 s [treefmt-check] #toctitle {
  620. 2.85 s [treefmt-check] - margin-top:0;
  621. 2.85 s [treefmt-check] - margin-bottom:1em;
  622. 2.85 s [treefmt-check] - font-weight:500;
  623. 2.85 s [treefmt-check] - line-height:1.25;
  624. 2.85 s [treefmt-check] - color:#27262b
  625. 2.85 s [treefmt-check] + margin-top: 0;
  626. 2.85 s [treefmt-check] + margin-bottom: 1em;
  627. 2.85 s [treefmt-check] + font-weight: 500;
  628. 2.85 s [treefmt-check] + line-height: 1.25;
  629. 2.85 s [treefmt-check] + color: #27262b;
  630. 2.85 s [treefmt-check] }
  631. 2.85 s [treefmt-check] p {
  632. 2.85 s [treefmt-check] - margin-top:1em;
  633. 2.85 s [treefmt-check] - margin-bottom:1em
  634. 2.85 s [treefmt-check] + margin-top: 1em;
  635. 2.85 s [treefmt-check] + margin-bottom: 1em;
  636. 2.85 s [treefmt-check] }
  637. 2.85 s [treefmt-check] a {
  638. 2.85 s [treefmt-check] - color:#7253ed;
  639. 2.85 s [treefmt-check] - text-decoration:none
  640. 2.85 s [treefmt-check] + color: #7253ed;
  641. 2.85 s [treefmt-check] + text-decoration: none;
  642. 2.85 s [treefmt-check] }
  643. 2.85 s [treefmt-check] a:not([class]) {
  644. 2.85 s [treefmt-check] - text-decoration:underline;
  645. 2.85 s [treefmt-check] - text-decoration-color:#eeebee;
  646. 2.85 s [treefmt-check] - text-underline-offset:2px
  647. 2.85 s [treefmt-check] + text-decoration: underline;
  648. 2.85 s [treefmt-check] + text-decoration-color: #eeebee;
  649. 2.85 s [treefmt-check] + text-underline-offset: 2px;
  650. 2.85 s [treefmt-check] }
  651. 2.85 s [treefmt-check] a:not([class]):hover {
  652. 2.85 s [treefmt-check] - text-decoration-color:rgba(114,83,237,0.45)
  653. 2.85 s [treefmt-check] + text-decoration-color: rgba(114, 83, 237, 0.45);
  654. 2.85 s [treefmt-check] }
  655. 2.85 s [treefmt-check] code {
  656. 2.85 s [treefmt-check] - font-family:"SFMono-Regular",menlo,consolas,monospace;
  657. 2.85 s [treefmt-check] - font-size:0.75em;
  658. 2.85 s [treefmt-check] - line-height:1.4
  659. 2.85 s [treefmt-check] + font-family: "SFMono-Regular", menlo, consolas, monospace;
  660. 2.85 s [treefmt-check] + font-size: 0.75em;
  661. 2.85 s [treefmt-check] + line-height: 1.4;
  662. 2.85 s [treefmt-check] }
  663. 2.85 s [treefmt-check] figure,
  664. 2.85 s [treefmt-check] pre {
  665. 2.85 s [treefmt-check] - margin:0
  666. 2.85 s [treefmt-check] + margin: 0;
  667. 2.85 s [treefmt-check] }
  668. 2.85 s [treefmt-check] li {
  669. 2.85 s [treefmt-check] - margin:0.25em 0
  670. 2.85 s [treefmt-check] + margin: 0.25em 0;
  671. 2.85 s [treefmt-check] }
  672. 2.85 s [treefmt-check] img {
  673. 2.85 s [treefmt-check] - max-width:100%;
  674. 2.85 s [treefmt-check] - height:auto
  675. 2.85 s [treefmt-check] + max-width: 100%;
  676. 2.85 s [treefmt-check] + height: auto;
  677. 2.85 s [treefmt-check] }
  678. 2.85 s [treefmt-check] hr {
  679. 2.85 s [treefmt-check] - height:1px;
  680. 2.85 s [treefmt-check] - padding:0;
  681. 2.85 s [treefmt-check] - margin:2rem 0;
  682. 2.85 s [treefmt-check] - background-color:#eeebee;
  683. 2.85 s [treefmt-check] - border:0
  684. 2.85 s [treefmt-check] + height: 1px;
  685. 2.85 s [treefmt-check] + padding: 0;
  686. 2.85 s [treefmt-check] + margin: 2rem 0;
  687. 2.85 s [treefmt-check] + background-color: #eeebee;
  688. 2.85 s [treefmt-check] + border: 0;
  689. 2.85 s [treefmt-check] }
  690. 2.85 s [treefmt-check] blockquote {
  691. 2.85 s [treefmt-check] - margin:10px 0;
  692. 2.85 s [treefmt-check] - margin-block-start:0;
  693. 2.85 s [treefmt-check] - margin-inline-start:0;
  694. 2.85 s [treefmt-check] - padding-left:1rem;
  695. 2.85 s [treefmt-check] - border-left:3px solid #eeebee
  696. 2.85 s [treefmt-check] + margin: 10px 0;
  697. 2.85 s [treefmt-check] + margin-block-start: 0;
  698. 2.85 s [treefmt-check] + margin-inline-start: 0;
  699. 2.85 s [treefmt-check] + padding-left: 1rem;
  700. 2.85 s [treefmt-check] + border-left: 3px solid #eeebee;
  701. 2.85 s [treefmt-check] }
  702. 2.85 s [treefmt-check] .side-bar {
  703. 2.85 s [treefmt-check] - z-index:0;
  704. 2.85 s [treefmt-check] - display:flex;
  705. 2.85 s [treefmt-check] - flex-wrap:wrap;
  706. 2.85 s [treefmt-check] - background-color:#f5f6fa
  707. 2.85 s [treefmt-check] + z-index: 0;
  708. 2.85 s [treefmt-check] + display: flex;
  709. 2.85 s [treefmt-check] + flex-wrap: wrap;
  710. 2.85 s [treefmt-check] + background-color: #f5f6fa;
  711. 2.85 s [treefmt-check] }
  712. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  713. 2.85 s [treefmt-check] .side-bar {
  714. 2.85 s [treefmt-check] - flex-flow:column nowrap;
  715. 2.85 s [treefmt-check] - position:fixed;
  716. 2.85 s [treefmt-check] - width:15.5rem;
  717. 2.85 s [treefmt-check] - height:100%;
  718. 2.85 s [treefmt-check] - border-right:1px solid #eeebee;
  719. 2.85 s [treefmt-check] - align-items:flex-end
  720. 2.85 s [treefmt-check] + flex-flow: column nowrap;
  721. 2.85 s [treefmt-check] + position: fixed;
  722. 2.85 s [treefmt-check] + width: 15.5rem;
  723. 2.85 s [treefmt-check] + height: 100%;
  724. 2.85 s [treefmt-check] + border-right: 1px solid #eeebee;
  725. 2.85 s [treefmt-check] + align-items: flex-end;
  726. 2.85 s [treefmt-check] }
  727. 2.85 s [treefmt-check] }
  728. 2.85 s [treefmt-check] @media (min-width: 66.5rem) {
  729. 2.85 s [treefmt-check] .side-bar {
  730. 2.85 s [treefmt-check] - width:calc((100% - 66.5rem) / 2 + 16.5rem);
  731. 2.85 s [treefmt-check] - min-width:16.5rem
  732. 2.85 s [treefmt-check] + width: calc((100% - 66.5rem) / 2 + 16.5rem);
  733. 2.85 s [treefmt-check] + min-width: 16.5rem;
  734. 2.85 s [treefmt-check] }
  735. 2.85 s [treefmt-check] }
  736. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  737. 2.85 s [treefmt-check] - .side-bar+.main {
  738. 2.85 s [treefmt-check] - margin-left:15.5rem
  739. 2.85 s [treefmt-check] + .side-bar + .main {
  740. 2.85 s [treefmt-check] + margin-left: 15.5rem;
  741. 2.85 s [treefmt-check] }
  742. 2.85 s [treefmt-check] }
  743. 2.85 s [treefmt-check] @media (min-width: 66.5rem) {
  744. 2.85 s [treefmt-check] - .side-bar+.main {
  745. 2.85 s [treefmt-check] - margin-left:Max(16.5rem, calc((100% - 66.5rem) / 2 + 16.5rem))
  746. 2.85 s [treefmt-check] + .side-bar + .main {
  747. 2.85 s [treefmt-check] + margin-left: Max(16.5rem, calc((100% - 66.5rem) / 2 + 16.5rem));
  748. 2.85 s [treefmt-check] }
  749. 2.85 s [treefmt-check] }
  750. 2.85 s [treefmt-check] -.side-bar+.main .main-header {
  751. 2.85 s [treefmt-check] - display:none;
  752. 2.85 s [treefmt-check] - background-color:#f5f6fa
  753. 2.85 s [treefmt-check] +.side-bar + .main .main-header {
  754. 2.85 s [treefmt-check] + display: none;
  755. 2.85 s [treefmt-check] + background-color: #f5f6fa;
  756. 2.85 s [treefmt-check] }
  757. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  758. 2.85 s [treefmt-check] - .side-bar+.main .main-header {
  759. 2.85 s [treefmt-check] - display:flex;
  760. 2.85 s [treefmt-check] - background-color:#fff
  761. 2.85 s [treefmt-check] + .side-bar + .main .main-header {
  762. 2.85 s [treefmt-check] + display: flex;
  763. 2.85 s [treefmt-check] + background-color: #fff;
  764. 2.85 s [treefmt-check] }
  765. 2.85 s [treefmt-check] }
  766. 2.85 s [treefmt-check] -.side-bar+.main .main-header.nav-open {
  767. 2.85 s [treefmt-check] - display:block
  768. 2.85 s [treefmt-check] +.side-bar + .main .main-header.nav-open {
  769. 2.85 s [treefmt-check] + display: block;
  770. 2.85 s [treefmt-check] }
  771. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  772. 2.85 s [treefmt-check] - .side-bar+.main .main-header.nav-open {
  773. 2.85 s [treefmt-check] - display:flex
  774. 2.85 s [treefmt-check] + .side-bar + .main .main-header.nav-open {
  775. 2.85 s [treefmt-check] + display: flex;
  776. 2.85 s [treefmt-check] }
  777. 2.85 s [treefmt-check] }
  778. 2.85 s [treefmt-check] .main {
  779. 2.85 s [treefmt-check] - margin:auto
  780. 2.85 s [treefmt-check] + margin: auto;
  781. 2.85 s [treefmt-check] }
  782. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  783. 2.85 s [treefmt-check] .main {
  784. 2.85 s [treefmt-check] - position:relative;
  785. 2.85 s [treefmt-check] - max-width:50rem
  786. 2.85 s [treefmt-check] + position: relative;
  787. 2.85 s [treefmt-check] + max-width: 50rem;
  788. 2.85 s [treefmt-check] }
  789. 2.85 s [treefmt-check] }
  790. 2.85 s [treefmt-check] .main-content-wrap {
  791. 2.85 s [treefmt-check] - padding-top:1rem;
  792. 2.85 s [treefmt-check] - padding-bottom:1rem;
  793. 2.85 s [treefmt-check] - padding-right:1rem;
  794. 2.85 s [treefmt-check] - padding-left:1rem
  795. 2.85 s [treefmt-check] + padding-top: 1rem;
  796. 2.85 s [treefmt-check] + padding-bottom: 1rem;
  797. 2.85 s [treefmt-check] + padding-right: 1rem;
  798. 2.85 s [treefmt-check] + padding-left: 1rem;
  799. 2.85 s [treefmt-check] }
  800. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  801. 2.85 s [treefmt-check] .main-content-wrap {
  802. 2.85 s [treefmt-check] - padding-right:2rem;
  803. 2.85 s [treefmt-check] - padding-left:2rem
  804. 2.85 s [treefmt-check] + padding-right: 2rem;
  805. 2.85 s [treefmt-check] + padding-left: 2rem;
  806. 2.85 s [treefmt-check] }
  807. 2.85 s [treefmt-check] }
  808. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  809. 2.85 s [treefmt-check] .main-content-wrap {
  810. 2.85 s [treefmt-check] - padding-top:2rem;
  811. 2.85 s [treefmt-check] - padding-bottom:2rem
  812. 2.85 s [treefmt-check] + padding-top: 2rem;
  813. 2.85 s [treefmt-check] + padding-bottom: 2rem;
  814. 2.85 s [treefmt-check] }
  815. 2.85 s [treefmt-check] }
  816. 2.85 s [treefmt-check] .main-header {
  817. 2.85 s [treefmt-check] - z-index:0;
  818. 2.85 s [treefmt-check] - border-bottom:1px solid #eeebee
  819. 2.85 s [treefmt-check] + z-index: 0;
  820. 2.85 s [treefmt-check] + border-bottom: 1px solid #eeebee;
  821. 2.85 s [treefmt-check] }
  822. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  823. 2.85 s [treefmt-check] .main-header {
  824. 2.85 s [treefmt-check] - display:flex;
  825. 2.85 s [treefmt-check] - justify-content:space-between;
  826. 2.85 s [treefmt-check] - height:3.75rem
  827. 2.85 s [treefmt-check] + display: flex;
  828. 2.85 s [treefmt-check] + justify-content: space-between;
  829. 2.85 s [treefmt-check] + height: 3.75rem;
  830. 2.85 s [treefmt-check] }
  831. 2.85 s [treefmt-check] }
  832. 2.85 s [treefmt-check] .site-nav,
  833. 2.85 s [treefmt-check] .site-header,
  834. 2.85 s [treefmt-check] .site-footer {
  835. 2.85 s [treefmt-check] - width:100%
  836. 2.85 s [treefmt-check] + width: 100%;
  837. 2.85 s [treefmt-check] }
  838. 2.85 s [treefmt-check] @media (min-width: 66.5rem) {
  839. 2.85 s [treefmt-check] .site-nav,
  840. 2.85 s [treefmt-check] .site-header,
  841. 2.85 s [treefmt-check] .site-footer {
  842. 2.85 s [treefmt-check] - width:16.5rem
  843. 2.85 s [treefmt-check] + width: 16.5rem;
  844. 2.85 s [treefmt-check] }
  845. 2.85 s [treefmt-check] }
  846. 2.85 s [treefmt-check] .site-nav {
  847. 2.85 s [treefmt-check] - display:none
  848. 2.85 s [treefmt-check] + display: none;
  849. 2.85 s [treefmt-check] }
  850. 2.85 s [treefmt-check] .site-nav.nav-open {
  851. 2.85 s [treefmt-check] - display:block
  852. 2.85 s [treefmt-check] + display: block;
  853. 2.85 s [treefmt-check] }
  854. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  855. 2.85 s [treefmt-check] .site-nav {
  856. 2.85 s [treefmt-check] - display:block;
  857. 2.85 s [treefmt-check] - padding-top:3rem;
  858. 2.85 s [treefmt-check] - padding-bottom:1rem;
  859. 2.85 s [treefmt-check] - overflow-y:auto;
  860. 2.85 s [treefmt-check] - flex:1 1 auto
  861. 2.85 s [treefmt-check] + display: block;
  862. 2.85 s [treefmt-check] + padding-top: 3rem;
  863. 2.85 s [treefmt-check] + padding-bottom: 1rem;
  864. 2.85 s [treefmt-check] + overflow-y: auto;
  865. 2.85 s [treefmt-check] + flex: 1 1 auto;
  866. 2.85 s [treefmt-check] }
  867. 2.85 s [treefmt-check] }
  868. 2.85 s [treefmt-check] .site-header {
  869. 2.85 s [treefmt-check] - display:flex;
  870. 2.85 s [treefmt-check] - min-height:3.75rem;
  871. 2.85 s [treefmt-check] - align-items:center
  872. 2.85 s [treefmt-check] + display: flex;
  873. 2.85 s [treefmt-check] + min-height: 3.75rem;
  874. 2.85 s [treefmt-check] + align-items: center;
  875. 2.85 s [treefmt-check] }
  876. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  877. 2.85 s [treefmt-check] .site-header {
  878. 2.85 s [treefmt-check] - height:3.75rem;
  879. 2.85 s [treefmt-check] - max-height:3.75rem;
  880. 2.85 s [treefmt-check] - border-bottom:1px solid #eeebee
  881. 2.85 s [treefmt-check] + height: 3.75rem;
  882. 2.85 s [treefmt-check] + max-height: 3.75rem;
  883. 2.85 s [treefmt-check] + border-bottom: 1px solid #eeebee;
  884. 2.85 s [treefmt-check] }
  885. 2.85 s [treefmt-check] }
  886. 2.85 s [treefmt-check] .site-title {
  887. 2.85 s [treefmt-check] - flex-grow:1;
  888. 2.85 s [treefmt-check] - display:flex;
  889. 2.85 s [treefmt-check] - height:100%;
  890. 2.85 s [treefmt-check] - align-items:center;
  891. 2.85 s [treefmt-check] - padding-top:.75rem;
  892. 2.85 s [treefmt-check] - padding-bottom:.75rem;
  893. 2.85 s [treefmt-check] - color:#27262b;
  894. 2.85 s [treefmt-check] - outline-offset:-1px;
  895. 2.85 s [treefmt-check] - padding-right:1rem;
  896. 2.85 s [treefmt-check] - padding-left:1rem
  897. 2.85 s [treefmt-check] + flex-grow: 1;
  898. 2.85 s [treefmt-check] + display: flex;
  899. 2.85 s [treefmt-check] + height: 100%;
  900. 2.85 s [treefmt-check] + align-items: center;
  901. 2.85 s [treefmt-check] + padding-top: 0.75rem;
  902. 2.85 s [treefmt-check] + padding-bottom: 0.75rem;
  903. 2.85 s [treefmt-check] + color: #27262b;
  904. 2.85 s [treefmt-check] + outline-offset: -1px;
  905. 2.85 s [treefmt-check] + padding-right: 1rem;
  906. 2.85 s [treefmt-check] + padding-left: 1rem;
  907. 2.85 s [treefmt-check] }
  908. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  909. 2.85 s [treefmt-check] .site-title {
  910. 2.85 s [treefmt-check] - padding-right:2rem;
  911. 2.85 s [treefmt-check] - padding-left:2rem
  912. 2.85 s [treefmt-check] + padding-right: 2rem;
  913. 2.85 s [treefmt-check] + padding-left: 2rem;
  914. 2.85 s [treefmt-check] }
  915. 2.85 s [treefmt-check] }
  916. 2.85 s [treefmt-check] .site-title {
  917. 2.85 s [treefmt-check] - font-size:1.125rem !important
  918. 2.85 s [treefmt-check] + font-size: 1.125rem !important;
  919. 2.85 s [treefmt-check] }
  920. 2.85 s [treefmt-check] @media (min-width: 31.25rem) {
  921. 2.85 s [treefmt-check] .site-title {
  922. 2.85 s [treefmt-check] - font-size:1.5rem !important;
  923. 2.85 s [treefmt-check] - line-height:1.25
  924. 2.85 s [treefmt-check] + font-size: 1.5rem !important;
  925. 2.85 s [treefmt-check] + line-height: 1.25;
  926. 2.85 s [treefmt-check] }
  927. 2.85 s [treefmt-check] }
  928. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  929. 2.85 s [treefmt-check] .site-title {
  930. 2.85 s [treefmt-check] - padding-top:.5rem;
  931. 2.85 s [treefmt-check] - padding-bottom:.5rem
  932. 2.85 s [treefmt-check] + padding-top: 0.5rem;
  933. 2.85 s [treefmt-check] + padding-bottom: 0.5rem;
  934. 2.85 s [treefmt-check] }
  935. 2.85 s [treefmt-check] }
  936. 2.85 s [treefmt-check] .site-button {
  937. 2.85 s [treefmt-check] - display:flex;
  938. 2.85 s [treefmt-check] - height:100%;
  939. 2.85 s [treefmt-check] - padding:1rem;
  940. 2.85 s [treefmt-check] - align-items:center;
  941. 2.85 s [treefmt-check] - outline-offset:-1px
  942. 2.85 s [treefmt-check] + display: flex;
  943. 2.85 s [treefmt-check] + height: 100%;
  944. 2.85 s [treefmt-check] + padding: 1rem;
  945. 2.85 s [treefmt-check] + align-items: center;
  946. 2.85 s [treefmt-check] + outline-offset: -1px;
  947. 2.85 s [treefmt-check] }
  948. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  949. 2.85 s [treefmt-check] .site-header .site-button {
  950. 2.85 s [treefmt-check] - display:none
  951. 2.85 s [treefmt-check] + display: none;
  952. 2.85 s [treefmt-check] }
  953. 2.85 s [treefmt-check] }
  954. 2.85 s [treefmt-check] .site-title:hover {
  955. 2.85 s [treefmt-check] - background-image:linear-gradient(-90deg, #ebedf5 0%, rgba(235,237,245,0.8) 80%, rgba(235,237,245,0) 100%)
  956. 2.85 s [treefmt-check] + background-image: linear-gradient(
  957. 2.85 s [treefmt-check] + -90deg,
  958. 2.85 s [treefmt-check] + #ebedf5 0%,
  959. 2.85 s [treefmt-check] + rgba(235, 237, 245, 0.8) 80%,
  960. 2.85 s [treefmt-check] + rgba(235, 237, 245, 0) 100%
  961. 2.85 s [treefmt-check] + );
  962. 2.85 s [treefmt-check] }
  963. 2.85 s [treefmt-check] .site-button:hover {
  964. 2.85 s [treefmt-check] - background-image:linear-gradient(-90deg, #ebedf5 0%, rgba(235,237,245,0.8) 100%)
  965. 2.85 s [treefmt-check] + background-image: linear-gradient(
  966. 2.85 s [treefmt-check] + -90deg,
  967. 2.85 s [treefmt-check] + #ebedf5 0%,
  968. 2.85 s [treefmt-check] + rgba(235, 237, 245, 0.8) 100%
  969. 2.85 s [treefmt-check] + );
  970. 2.85 s [treefmt-check] }
  971. 2.85 s [treefmt-check] .site-footer {
  972. 2.85 s [treefmt-check] - position:absolute;
  973. 2.85 s [treefmt-check] - bottom:0;
  974. 2.85 s [treefmt-check] - left:0;
  975. 2.85 s [treefmt-check] - padding-top:1rem;
  976. 2.85 s [treefmt-check] - padding-bottom:1rem;
  977. 2.85 s [treefmt-check] - padding-right:1rem;
  978. 2.85 s [treefmt-check] - padding-left:1rem
  979. 2.85 s [treefmt-check] + position: absolute;
  980. 2.85 s [treefmt-check] + bottom: 0;
  981. 2.85 s [treefmt-check] + left: 0;
  982. 2.85 s [treefmt-check] + padding-top: 1rem;
  983. 2.85 s [treefmt-check] + padding-bottom: 1rem;
  984. 2.85 s [treefmt-check] + padding-right: 1rem;
  985. 2.85 s [treefmt-check] + padding-left: 1rem;
  986. 2.85 s [treefmt-check] }
  987. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  988. 2.85 s [treefmt-check] .site-footer {
  989. 2.85 s [treefmt-check] - padding-right:2rem;
  990. 2.85 s [treefmt-check] - padding-left:2rem
  991. 2.85 s [treefmt-check] + padding-right: 2rem;
  992. 2.85 s [treefmt-check] + padding-left: 2rem;
  993. 2.85 s [treefmt-check] }
  994. 2.85 s [treefmt-check] }
  995. 2.85 s [treefmt-check] .site-footer {
  996. 2.85 s [treefmt-check] - font-size:.6875rem !important
  997. 2.85 s [treefmt-check] + font-size: 0.6875rem !important;
  998. 2.85 s [treefmt-check] }
  999. 2.85 s [treefmt-check] @media (min-width: 31.25rem) {
  1000. 2.85 s [treefmt-check] .site-footer {
  1001. 2.85 s [treefmt-check] - font-size:.75rem !important
  1002. 2.85 s [treefmt-check] + font-size: 0.75rem !important;
  1003. 2.85 s [treefmt-check] }
  1004. 2.85 s [treefmt-check] }
  1005. 2.85 s [treefmt-check] @media (min-width: 50rem) {
  1006. 2.85 s [treefmt-check] .site-footer {
  1007. 2.85 s [treefmt-check] - position:static;
  1008. 2.85 s [treefmt-check] - justify-self:end
  1009. 2.85 s [treefmt-check] + position: static;
  1010. 2.85 s [treefmt-check] + justify-self: end;
  1011. 2.85 s [treefmt-check] }
  1012. 2.85 s [treefmt-check] }
  1013. 2.85 s [treefmt-check] .icon {
  1014. 2.85 s [treefmt-check] - width:1.5rem;
  1015. 2.85 s [treefmt-check] - height:1.5rem;
  1016. 2.85 s [treefmt-check] - color:#7253ed
  1017. 2.85 s [treefmt-check] + width: 1.5rem;
  1018. 2.85 s [treefmt-check] + height: 1.5rem;
  1019. 2.85 s [treefmt-check] + color: #7253ed;
  1020. 2.85 s [treefmt-check] }
  1021. 2.85 s [treefmt-check] .main-content {
  1022. 2.85 s [treefmt-check] - line-height:1.6
  1023. 2.85 s [treefmt-check] + line-height: 1.6;
  1024. 2.85 s [treefmt-check] }
  1025. 2.85 s [treefmt-check] .main-content ol,
  1026. 2.85 s [treefmt-check] .main-content ul,
  1027. 2.85 s [treefmt-check] @@ -683,96 +702,96 @@ blockquote {
  1028. 2.85 s [treefmt-check] .main-content address,
  1029. 2.85 s [treefmt-check] .main-content blockquote,
  1030. 2.85 s [treefmt-check] .main-content .table-wrapper {
  1031. 2.85 s [treefmt-check] - margin-top:0.5em
  1032. 2.85 s [treefmt-check] + margin-top: 0.5em;
  1033. 2.85 s [treefmt-check] }
  1034. 2.85 s [treefmt-check] .main-content a {
  1035. 2.85 s [treefmt-check] - overflow:hidden;
  1036. 2.85 s [treefmt-check] - text-overflow:ellipsis
  1037. 2.85 s [treefmt-check] + overflow: hidden;
  1038. 2.85 s [treefmt-check] + text-overflow: ellipsis;
  1039. 2.85 s [treefmt-check] }
  1040. 2.85 s [treefmt-check] .main-content ul,
  1041. 2.85 s [treefmt-check] .main-content ol {
  1042. 2.85 s [treefmt-check] - padding-left:1.5em
  1043. 2.85 s [treefmt-check] + padding-left: 1.5em;
  1044. 2.85 s [treefmt-check] }
  1045. 2.85 s [treefmt-check] .main-content li .highlight {
  1046. 2.85 s [treefmt-check] - margin-top:.25rem
  1047. 2.85 s [treefmt-check] + margin-top: 0.25rem;
  1048. 2.85 s [treefmt-check] }
  1049. 2.85 s [treefmt-check] .main-content ol {
  1050. 2.85 s [treefmt-check] - list-style-type:none;
  1051. 2.85 s [treefmt-check] - counter-reset:step-counter
  1052. 2.85 s [treefmt-check] + list-style-type: none;
  1053. 2.85 s [treefmt-check] + counter-reset: step-counter;
  1054. 2.85 s [treefmt-check] }
  1055. 2.85 s [treefmt-check] -.main-content ol>li {
  1056. 2.85 s [treefmt-check] - position:relative
  1057. 2.85 s [treefmt-check] +.main-content ol > li {
  1058. 2.85 s [treefmt-check] + position: relative;
  1059. 2.85 s [treefmt-check] }
  1060. 2.85 s [treefmt-check] -.main-content ol>li::before {
  1061. 2.85 s [treefmt-check] - position:absolute;
  1062. 2.85 s [treefmt-check] - top:0.2em;
  1063. 2.85 s [treefmt-check] - left:-1.6em;
  1064. 2.85 s [treefmt-check] - color:#959396;
  1065. 2.85 s [treefmt-check] - content:counter(step-counter);
  1066. 2.85 s [treefmt-check] - counter-increment:step-counter
  1067. 2.85 s [treefmt-check] +.main-content ol > li::before {
  1068. 2.85 s [treefmt-check] + position: absolute;
  1069. 2.85 s [treefmt-check] + top: 0.2em;
  1070. 2.85 s [treefmt-check] + left: -1.6em;
  1071. 2.85 s [treefmt-check] + color: #959396;
  1072. 2.85 s [treefmt-check] + content: counter(step-counter);
  1073. 2.85 s [treefmt-check] + counter-increment: step-counter;
  1074. 2.85 s [treefmt-check] }
  1075. 2.85 s [treefmt-check] -.main-content ol>li::before {
  1076. 2.85 s [treefmt-check] - font-size:.75rem !important
  1077. 2.85 s [treefmt-check] +.main-content ol > li::before {
  1078. 2.86 s [treefmt-check] + font-size: 0.75rem !important;
  1079. 2.86 s [treefmt-check] }
  1080. 2.86 s [treefmt-check] @media (min-width: 31.25rem) {
  1081. 2.86 s [treefmt-check] - .main-content ol>li::before {
  1082. 2.86 s [treefmt-check] - font-size:.875rem !important
  1083. 2.86 s [treefmt-check] + .main-content ol > li::before {
  1084. 2.86 s [treefmt-check] + font-size: 0.875rem !important;
  1085. 2.86 s [treefmt-check] }
  1086. 2.86 s [treefmt-check] }
  1087. 2.86 s [treefmt-check] @media (min-width: 31.25rem) {
  1088. 2.86 s [treefmt-check] - .main-content ol>li::before {
  1089. 2.86 s [treefmt-check] - top:0.11em
  1090. 2.86 s [treefmt-check] + .main-content ol > li::before {
  1091. 2.86 s [treefmt-check] + top: 0.11em;
  1092. 2.86 s [treefmt-check] }
  1093. 2.86 s [treefmt-check] }
  1094. 2.86 s [treefmt-check] -.main-content ol>li ol {
  1095. 2.86 s [treefmt-check] - counter-reset:sub-counter
  1096. 2.86 s [treefmt-check] +.main-content ol > li ol {
  1097. 2.86 s [treefmt-check] + counter-reset: sub-counter;
  1098. 2.86 s [treefmt-check] }
  1099. 2.86 s [treefmt-check] -.main-content ol>li ol>li::before {
  1100. 2.86 s [treefmt-check] - content:counter(sub-counter,lower-alpha);
  1101. 2.86 s [treefmt-check] - counter-increment:sub-counter
  1102. 2.86 s [treefmt-check] +.main-content ol > li ol > li::before {
  1103. 2.86 s [treefmt-check] + content: counter(sub-counter, lower-alpha);
  1104. 2.86 s [treefmt-check] + counter-increment: sub-counter;
  1105. 2.86 s [treefmt-check] }
  1106. 2.86 s [treefmt-check] .main-content ul {
  1107. 2.86 s [treefmt-check] - list-style:none
  1108. 2.86 s [treefmt-check] + list-style: none;
  1109. 2.86 s [treefmt-check] }
  1110. 2.86 s [treefmt-check] -.main-content ul>li::before {
  1111. 2.86 s [treefmt-check] - position:absolute;
  1112. 2.86 s [treefmt-check] - margin-left:-1.4em;
  1113. 2.86 s [treefmt-check] - color:#959396;
  1114. 2.86 s [treefmt-check] - content:"•"
  1115. 2.86 s [treefmt-check] +.main-content ul > li::before {
  1116. 2.86 s [treefmt-check] + position: absolute;
  1117. 2.86 s [treefmt-check] + margin-left: -1.4em;
  1118. 2.86 s [treefmt-check] + color: #959396;
  1119. 2.86 s [treefmt-check] + content: "•";
  1120. 2.86 s [treefmt-check] }
  1121. 2.86 s [treefmt-check] .main-content .task-list-item::before {
  1122. 2.86 s [treefmt-check] - content:""
  1123. 2.86 s [treefmt-check] + content: "";
  1124. 2.86 s [treefmt-check] }
  1125. 2.86 s [treefmt-check] .main-content .task-list-item-checkbox {
  1126. 2.86 s [treefmt-check] - margin-right:0.6em;
  1127. 2.86 s [treefmt-check] - margin-left:-1.4em
  1128. 2.86 s [treefmt-check] + margin-right: 0.6em;
  1129. 2.86 s [treefmt-check] + margin-left: -1.4em;
  1130. 2.86 s [treefmt-check] }
  1131. 2.86 s [treefmt-check] -.main-content hr+* {
  1132. 2.86 s [treefmt-check] - margin-top:0
  1133. 2.86 s [treefmt-check] +.main-content hr + * {
  1134. 2.86 s [treefmt-check] + margin-top: 0;
  1135. 2.86 s [treefmt-check] }
  1136. 2.86 s [treefmt-check] .main-content h1:first-of-type {
  1137. 2.86 s [treefmt-check] - margin-top:0.5em
  1138. 2.86 s [treefmt-check] + margin-top: 0.5em;
  1139. 2.86 s [treefmt-check] }
  1140. 2.86 s [treefmt-check] .main-content dl {
  1141. 2.86 s [treefmt-check] - display:grid;
  1142. 2.86 s [treefmt-check] - grid-template:auto / 10em 1fr
  1143. 2.86 s [treefmt-check] + display: grid;
  1144. 2.86 s [treefmt-check] + grid-template: auto / 10em 1fr;
  1145. 2.86 s [treefmt-check] }
  1146. 2.86 s [treefmt-check] .main-content dt,
  1147. 2.86 s [treefmt-check] .main-content dd {
  1148. 2.86 s [treefmt-check] - margin:0.25em 0
  1149. 2.86 s [treefmt-check] + margin: 0.25em 0;
  1150. 2.86 s [treefmt-check] }
  1151. 2.86 s [treefmt-check] .main-content dt {
  1152. 2.86 s [treefmt-check] - grid-column:1;
  1153. 2.86 s [treefmt-check] - font-weight:500;
  1154. 2.86 s [treefmt-check] - text-align:right
  1155. 2.86 s [treefmt-check] + grid-column: 1;
  1156. 2.86 s [treefmt-check] + font-weight: 500;
  1157. 2.86 s [treefmt-check] + text-align: right;
  1158. 2.86 s [treefmt-check] }
  1159. 2.86 s [treefmt-check] .main-content dt::after {
  1160. 2.86 s [treefmt-check] - content:":"
  1161. 2.86 s [treefmt-check] + content: ":";
  1162. 2.86 s [treefmt-check] }
  1163. 2.86 s [treefmt-check] .main-content dd {
  1164. 2.86 s [treefmt-check] - grid-column:2;
  1165. 2.86 s [treefmt-check] - margin-bottom:0;
  1166. 2.86 s [treefmt-check] - margin-left:1em
  1167. 2.86 s [treefmt-check] + grid-column: 2;
  1168. 2.86 s [treefmt-check] + margin-bottom: 0;
  1169. 2.86 s [treefmt-check] + margin-left: 1em;
  1170. 2.86 s [treefmt-check] }
  1171. 2.86 s [treefmt-check] .main-content dd blockquote:first-child,
  1172. 2.86 s [treefmt-check] .main-content dd div:first-child,
  1173. 2.86 s [treefmt-check] @@ -791,7 +810,7 @@ blockquote {
  1174. 2.86 s [treefmt-check] .main-content dd table:first-child,
  1175. 2.86 s [treefmt-check] .main-content dd ul:first-child,
  1176. 2.86 s [treefmt-check] .main-content dd .table-wrapper:first-child {
  1177. 2.86 s [treefmt-check] - margin-top:0
  1178. 2.86 s [treefmt-check] + margin-top: 0;
  1179. 2.86 s [treefmt-check] }
  1180. 2.86 s [treefmt-check] .main-content dd dl:first-child dt:first-child,
  1181. 2.86 s [treefmt-check] .main-content dd dl:first-child dd:nth-child(2),
  1182. 2.86 s [treefmt-check] @@ -799,42 +818,42 @@ blockquote {
  1183. 2.86 s [treefmt-check] .main-content ol dl:first-child dd:nth-child(2),
  1184. 2.86 s [treefmt-check] .main-content ul dl:first-child dt:first-child,
  1185. 2.86 s [treefmt-check] .main-content ul dl:first-child dd:nth-child(2) {
  1186. 2.86 s [treefmt-check] - margin-top:0
  1187. 2.86 s [treefmt-check] + margin-top: 0;
  1188. 2.86 s [treefmt-check] }
  1189. 2.86 s [treefmt-check] .main-content .anchor-heading {
  1190. 2.86 s [treefmt-check] - position:absolute;
  1191. 2.86 s [treefmt-check] - right:-1rem;
  1192. 2.86 s [treefmt-check] - width:1.5rem;
  1193. 2.86 s [treefmt-check] - height:100%;
  1194. 2.86 s [treefmt-check] - padding-right:.25rem;
  1195. 2.86 s [treefmt-check] - padding-left:.25rem;
  1196. 2.86 s [treefmt-check] - overflow:visible
  1197. 2.86 s [treefmt-check] + position: absolute;
  1198. 2.86 s [treefmt-check] + right: -1rem;
  1199. 2.86 s [treefmt-check] + width: 1.5rem;
  1200. 2.86 s [treefmt-check] + height: 100%;
  1201. 2.86 s [treefmt-check] + padding-right: 0.25rem;
  1202. 2.86 s [treefmt-check] + padding-left: 0.25rem;
  1203. 2.86 s [treefmt-check] + overflow: visible;
  1204. 2.86 s [treefmt-check] }
  1205. 2.86 s [treefmt-check] @media (min-width: 50rem) {
  1206. 2.86 s [treefmt-check] .main-content .anchor-heading {
  1207. 2.86 s [treefmt-check] - right:auto;
  1208. 2.86 s [treefmt-check] - left:-1.5rem
  1209. 2.86 s [treefmt-check] + right: auto;
  1210. 2.86 s [treefmt-check] + left: -1.5rem;
  1211. 2.86 s [treefmt-check] }
  1212. 2.86 s [treefmt-check] }
  1213. 2.86 s [treefmt-check] .main-content .anchor-heading svg {
  1214. 2.86 s [treefmt-check] - display:inline-block;
  1215. 2.86 s [treefmt-check] - width:100%;
  1216. 2.86 s [treefmt-check] - height:100%;
  1217. 2.86 s [treefmt-check] - color:#7253ed;
  1218. 2.86 s [treefmt-check] - visibility:hidden
  1219. 2.86 s [treefmt-check] + display: inline-block;
  1220. 2.86 s [treefmt-check] + width: 100%;
  1221. 2.86 s [treefmt-check] + height: 100%;
  1222. 2.86 s [treefmt-check] + color: #7253ed;
  1223. 2.86 s [treefmt-check] + visibility: hidden;
  1224. 2.86 s [treefmt-check] }
  1225. 2.86 s [treefmt-check] .main-content .anchor-heading:hover svg,
  1226. 2.86 s [treefmt-check] .main-content .anchor-heading:focus svg,
  1227. 2.86 s [treefmt-check] -.main-content h1:hover>.anchor-heading svg,
  1228. 2.86 s [treefmt-check] -.main-content h2:hover>.anchor-heading svg,
  1229. 2.86 s [treefmt-check] -.main-content h3:hover>.anchor-heading svg,
  1230. 2.86 s [treefmt-check] -.main-content h4:hover>.anchor-heading svg,
  1231. 2.86 s [treefmt-check] -.main-content h5:hover>.anchor-heading svg,
  1232. 2.86 s [treefmt-check] -.main-content h6:hover>.anchor-heading svg {
  1233. 2.86 s [treefmt-check] - visibility:visible
  1234. 2.86 s [treefmt-check] +.main-content h1:hover > .anchor-heading svg,
  1235. 2.86 s [treefmt-check] +.main-content h2:hover > .anchor-heading svg,
  1236. 2.86 s [treefmt-check] +.main-content h3:hover > .anchor-heading svg,
  1237. 2.86 s [treefmt-check] +.main-content h4:hover > .anchor-heading svg,
  1238. 2.86 s [treefmt-check] +.main-content h5:hover > .anchor-heading svg,
  1239. 2.86 s [treefmt-check] +.main-content h6:hover > .anchor-heading svg {
  1240. 2.86 s [treefmt-check] + visibility: visible;
  1241. 2.86 s [treefmt-check] }
  1242. 2.86 s [treefmt-check] .main-content summary {
  1243. 2.86 s [treefmt-check] - cursor:pointer
  1244. 2.86 s [treefmt-check] + cursor: pointer;
  1245. 2.86 s [treefmt-check] }
  1246. 2.86 s [treefmt-check] .main-content h1,
  1247. 2.86 s [treefmt-check] .main-content h2,
  1248. 2.86 s [treefmt-check] @@ -843,5892 +862,5936 @@ blockquote {
  1249. 2.86 s [treefmt-check] .main-content h5,
  1250. 2.86 s [treefmt-check] .main-content h6,
  1251. 2.86 s [treefmt-check] .main-content #toctitle {
  1252. 2.86 s [treefmt-check] - position:relative;
  1253. 2.86 s [treefmt-check] - margin-top:1.5em;
  1254. 2.86 s [treefmt-check] - margin-bottom:0.25em
  1255. 2.86 s [treefmt-check] -}
  1256. 2.86 s [treefmt-check] -.main-content h1+table,
  1257. 2.86 s [treefmt-check] -.main-content h1+.table-wrapper,
  1258. 2.86 s [treefmt-check] -.main-content h1+.code-example,
  1259. 2.86 s [treefmt-check] -.main-content h1+.highlighter-rouge,
  1260. 2.86 s [treefmt-check] -.main-content h1+.sectionbody .listingblock,
  1261. 2.86 s [treefmt-check] -.main-content h2+table,
  1262. 2.86 s [treefmt-check] -.main-content h2+.table-wrapper,
  1263. 2.86 s [treefmt-check] -.main-content h2+.code-example,
  1264. 2.86 s [treefmt-check] -.main-content h2+.highlighter-rouge,
  1265. 2.86 s [treefmt-check] -.main-content h2+.sectionbody .listingblock,
  1266. 2.86 s [treefmt-check] -.main-content h3+table,
  1267. 2.86 s [treefmt-check] -.main-content h3+.table-wrapper,
  1268. 2.86 s [treefmt-check] -.main-content h3+.code-example,
  1269. 2.86 s [treefmt-check] -.main-content h3+.highlighter-rouge,
  1270. 2.86 s [treefmt-check] -.main-content h3+.sectionbody .listingblock,
  1271. 2.86 s [treefmt-check] -.main-content h4+table,
  1272. 2.86 s [treefmt-check] -.main-content h4+.table-wrapper,
  1273. 2.86 s [treefmt-check] -.main-content h4+.code-example,
  1274. 2.86 s [treefmt-check] -.main-content h4+.highlighter-rouge,
  1275. 2.86 s [treefmt-check] -.main-content h4+.sectionbody .listingblock,
  1276. 2.86 s [treefmt-check] -.main-content h5+table,
  1277. 2.86 s [treefmt-check] -.main-content h5+.table-wrapper,
  1278. 2.86 s [treefmt-check] -.main-content h5+.code-example,
  1279. 2.86 s [treefmt-check] -.main-content h5+.highlighter-rouge,
  1280. 2.86 s [treefmt-check] -.main-content h5+.sectionbody .listingblock,
  1281. 2.86 s [treefmt-check] -.main-content h6+table,
  1282. 2.86 s [treefmt-check] -.main-content h6+.table-wrapper,
  1283. 2.86 s [treefmt-check] -.main-content h6+.code-example,
  1284. 2.86 s [treefmt-check] -.main-content h6+.highlighter-rouge,
  1285. 2.86 s [treefmt-check] -.main-content h6+.sectionbody .listingblock,
  1286. 2.86 s [treefmt-check] -.main-content #toctitle+table,
  1287. 2.86 s [treefmt-check] -.main-content #toctitle+.table-wrapper,
  1288. 2.86 s [treefmt-check] -.main-content #toctitle+.code-example,
  1289. 2.86 s [treefmt-check] -.main-content #toctitle+.highlighter-rouge,
  1290. 2.86 s [treefmt-check] -.main-content #toctitle+.sectionbody .listingblock {
  1291. 2.86 s [treefmt-check] - margin-top:1em
  1292. 2.86 s [treefmt-check] -}
  1293. 2.86 s [treefmt-check] -.main-content h1+p:not(.label),
  1294. 2.86 s [treefmt-check] -.main-content h2+p:not(.label),
  1295. 2.86 s [treefmt-check] -.main-content h3+p:not(.label),
  1296. 2.86 s [treefmt-check] -.main-content h4+p:not(.label),
  1297. 2.86 s [treefmt-check] -.main-content h5+p:not(.label),
  1298. 2.86 s [treefmt-check] -.main-content h6+p:not(.label),
  1299. 2.86 s [treefmt-check] -.main-content #toctitle+p:not(.label) {
  1300. 2.86 s [treefmt-check] - margin-top:0
  1301. 2.86 s [treefmt-check] -}
  1302. 2.86 s [treefmt-check] -.main-content>h1:first-child,
  1303. 2.86 s [treefmt-check] -.main-content>h2:first-child,
  1304. 2.86 s [treefmt-check] -.main-content>h3:first-child,
  1305. 2.86 s [treefmt-check] -.main-content>h4:first-child,
  1306. 2.86 s [treefmt-check] -.main-content>h5:first-child,
  1307. 2.86 s [treefmt-check] -.main-content>h6:first-child,
  1308. 2.86 s [treefmt-check] -.main-content>.sect1:first-child>h2,
  1309. 2.86 s [treefmt-check] -.main-content>.sect2:first-child>h3,
  1310. 2.86 s [treefmt-check] -.main-content>.sect3:first-child>h4,
  1311. 2.86 s [treefmt-check] -.main-content>.sect4:first-child>h5,
  1312. 2.86 s [treefmt-check] -.main-content>.sect5:first-child>h6 {
  1313. 2.86 s [treefmt-check] - margin-top:.5rem
  1314. 2.86 s [treefmt-check] + position: relative;
  1315. 2.86 s [treefmt-check] + margin-top: 1.5em;
  1316. 2.86 s [treefmt-check] + margin-bottom: 0.25em;
  1317. 2.86 s [treefmt-check] +}
  1318. 2.86 s [treefmt-check] +.main-content h1 + table,
  1319. 2.86 s [treefmt-check] +.main-content h1 + .table-wrapper,
  1320. 2.86 s [treefmt-check] +.main-content h1 + .code-example,
  1321. 2.86 s [treefmt-check] +.main-content h1 + .highlighter-rouge,
  1322. 2.86 s [treefmt-check] +.main-content h1 + .sectionbody .listingblock,
  1323. 2.86 s [treefmt-check] +.main-content h2 + table,
  1324. 2.86 s [treefmt-check] +.main-content h2 + .table-wrapper,
  1325. 2.86 s [treefmt-check] +.main-content h2 + .code-example,
  1326. 2.86 s [treefmt-check] +.main-content h2 + .highlighter-rouge,
  1327. 2.86 s [treefmt-check] +.main-content h2 + .sectionbody .listingblock,
  1328. 2.86 s [treefmt-check] +.main-content h3 + table,
  1329. 2.86 s [treefmt-check] +.main-content h3 + .table-wrapper,
  1330. 2.86 s [treefmt-check] +.main-content h3 + .code-example,
  1331. 2.86 s [treefmt-check] +.main-content h3 + .highlighter-rouge,
  1332. 2.86 s [treefmt-check] +.main-content h3 + .sectionbody .listingblock,
  1333. 2.86 s [treefmt-check] +.main-content h4 + table,
  1334. 2.86 s [treefmt-check] +.main-content h4 + .table-wrapper,
  1335. 2.86 s [treefmt-check] +.main-content h4 + .code-example,
  1336. 2.86 s [treefmt-check] +.main-content h4 + .highlighter-rouge,
  1337. 2.86 s [treefmt-check] +.main-content h4 + .sectionbody .listingblock,
  1338. 2.86 s [treefmt-check] +.main-content h5 + table,
  1339. 2.86 s [treefmt-check] +.main-content h5 + .table-wrapper,
  1340. 2.86 s [treefmt-check] +.main-content h5 + .code-example,
  1341. 2.86 s [treefmt-check] +.main-content h5 + .highlighter-rouge,
  1342. 2.86 s [treefmt-check] +.main-content h5 + .sectionbody .listingblock,
  1343. 2.86 s [treefmt-check] +.main-content h6 + table,
  1344. 2.86 s [treefmt-check] +.main-content h6 + .table-wrapper,
  1345. 2.86 s [treefmt-check] +.main-content h6 + .code-example,
  1346. 2.86 s [treefmt-check] +.main-content h6 + .highlighter-rouge,
  1347. 2.86 s [treefmt-check] +.main-content h6 + .sectionbody .listingblock,
  1348. 2.86 s [treefmt-check] +.main-content #toctitle + table,
  1349. 2.86 s [treefmt-check] +.main-content #toctitle + .table-wrapper,
  1350. 2.86 s [treefmt-check] +.main-content #toctitle + .code-example,
  1351. 2.86 s [treefmt-check] +.main-content #toctitle + .highlighter-rouge,
  1352. 2.86 s [treefmt-check] +.main-content #toctitle + .sectionbody .listingblock {
  1353. 2.86 s [treefmt-check] + margin-top: 1em;
  1354. 2.86 s [treefmt-check] +}
  1355. 2.86 s [treefmt-check] +.main-content h1 + p:not(.label),
  1356. 2.86 s [treefmt-check] +.main-content h2 + p:not(.label),
  1357. 2.86 s [treefmt-check] +.main-content h3 + p:not(.label),
  1358. 2.86 s [treefmt-check] +.main-content h4 + p:not(.label),
  1359. 2.86 s [treefmt-check] +.main-content h5 + p:not(.label),
  1360. 2.86 s [treefmt-check] +.main-content h6 + p:not(.label),
  1361. 2.86 s [treefmt-check] +.main-content #toctitle + p:not(.label) {
  1362. 2.86 s [treefmt-check] + margin-top: 0;
  1363. 2.86 s [treefmt-check] +}
  1364. 2.86 s [treefmt-check] +.main-content > h1:first-child,
  1365. 2.86 s [treefmt-check] +.main-content > h2:first-child,
  1366. 2.86 s [treefmt-check] +.main-content > h3:first-child,
  1367. 2.86 s [treefmt-check] +.main-content > h4:first-child,
  1368. 2.86 s [treefmt-check] +.main-content > h5:first-child,
  1369. 2.86 s [treefmt-check] +.main-content > h6:first-child,
  1370. 2.86 s [treefmt-check] +.main-content > .sect1:first-child > h2,
  1371. 2.86 s [treefmt-check] +.main-content > .sect2:first-child > h3,
  1372. 2.86 s [treefmt-check] +.main-content > .sect3:first-child > h4,
  1373. 2.86 s [treefmt-check] +.main-content > .sect4:first-child > h5,
  1374. 2.86 s [treefmt-check] +.main-content > .sect5:first-child > h6 {
  1375. 2.86 s [treefmt-check] + margin-top: 0.5rem;
  1376. 2.86 s [treefmt-check] }
  1377. 2.86 s [treefmt-check] .nav-list {
  1378. 2.86 s [treefmt-check] - padding:0;
  1379. 2.86 s [treefmt-check] - margin-top:0;
  1380. 2.86 s [treefmt-check] - margin-bottom:0;
  1381. 2.86 s [treefmt-check] - list-style:none
  1382. 2.86 s [treefmt-check] + padding: 0;
  1383. 2.86 s [treefmt-check] + margin-top: 0;
  1384. 2.86 s [treefmt-check] + margin-bottom: 0;
  1385. 2.86 s [treefmt-check] + list-style: none;
  1386. 2.86 s [treefmt-check] }
  1387. 2.86 s [treefmt-check] .nav-list .nav-list-item {
  1388. 2.86 s [treefmt-check] - position:relative;
  1389. 2.86 s [treefmt-check] - margin:0
  1390. 2.86 s [treefmt-check] + position: relative;
  1391. 2.86 s [treefmt-check] + margin: 0;
  1392. 2.86 s [treefmt-check] }
  1393. 2.86 s [treefmt-check] .nav-list .nav-list-item {
  1394. 2.86 s [treefmt-check] - font-size:.875rem !important
  1395. 2.86 s [treefmt-check] + font-size: 0.875rem !important;
  1396. 2.86 s [treefmt-check] }
  1397. 2.86 s [treefmt-check] @media (min-width: 31.25rem) {
  1398. 2.86 s [treefmt-check] .nav-list .nav-list-item {
  1399. 2.86 s [treefmt-check] - font-size:1rem !important
  1400. 2.86 s [treefmt-check] + font-size: 1rem !important;
  1401. 2.86 s [treefmt-check] }
  1402. 2.86 s [treefmt-check] }
  1403. 2.86 s [treefmt-check] @media (min-width: 50rem) {
  1404. 2.86 s [treefmt-check] .nav-list .nav-list-item {
  1405. 2.86 s [treefmt-check] - font-size:.75rem !important
  1406. 2.86 s [treefmt-check] + font-size: 0.75rem !important;
  1407. 2.86 s [treefmt-check] }
  1408. 2.86 s [treefmt-check] }
  1409. 2.86 s [treefmt-check] @media (min-width: 50rem) and (min-width: 31.25rem) {
  1410. 2.86 s [treefmt-check] .nav-list .nav-list-item {
  1411. 2.86 s [treefmt-check] - font-size:.875rem !important
  1412. 2.86 s [treefmt-check] + font-size: 0.875rem !important;
  1413. 2.86 s [treefmt-check] }
  1414. 2.86 s [treefmt-check] }
  1415. 2.86 s [treefmt-check] .nav-list .nav-list-item .nav-list-link {
  1416. 2.86 s [treefmt-check] - display:block;
  1417. 2.86 s [treefmt-check] - min-height:3rem;
  1418. 2.86 s [treefmt-check] - padding-top:.25rem;
  1419. 2.86 s [treefmt-check] - padding-bottom:.25rem;
  1420. 2.86 s [treefmt-check] - line-height:2.5rem;
  1421. 2.86 s [treefmt-check] - outline-offset:-1px;
  1422. 2.86 s [treefmt-check] - padding-right:3rem;
  1423. 2.86 s [treefmt-check] - padding-left:1rem
  1424. 2.86 s [treefmt-check] + display: block;
  1425. 2.86 s [treefmt-check] + min-height: 3rem;
  1426. 2.86 s [treefmt-check] + padding-top: 0.25rem;
  1427. 2.86 s [treefmt-check] + padding-bottom: 0.25rem;
  1428. 2.86 s [treefmt-check] + line-height: 2.5rem;
  1429. 2.86 s [treefmt-check] + outline-offset: -1px;
  1430. 2.86 s [treefmt-check] + padding-right: 3rem;
  1431. 2.86 s [treefmt-check] + padding-left: 1rem;
  1432. 2.86 s [treefmt-check] }
  1433. 2.86 s [treefmt-check] @media (min-width: 50rem) {
  1434. 2.86 s [treefmt-check] .nav-list .nav-list-item .nav-list-link {
  1435. 2.86 s [treefmt-check] - min-height:2rem;
  1436. 2.86 s [treefmt-check] - line-height:1.5rem;
  1437. 2.86 s [treefmt-check] - padding-right:2rem;
  1438. 2.86 s [treefmt-check] - padding-left:2rem
  1439. 2.86 s [treefmt-check] + min-height: 2rem;
  1440. 2.86 s [treefmt-check] + line-height: 1.5rem;
  1441. 2.86 s [treefmt-check] + padding-right: 2rem;
  1442. 2.86 s [treefmt-check] + padding-left: 2rem;
  1443. 2.86 s [treefmt-check] }
  1444. 2.86 s [treefmt-check] }
  1445. 2.86 s [treefmt-check] -.nav-list .nav-list-item .nav-list-link.external>svg {
  1446. 2.86 s [treefmt-check] - width:1rem;
  1447. 2.86 s [treefmt-check] - height:1rem;
  1448. 2.86 s [treefmt-check] - vertical-align:text-bottom
  1449. 2.86 s [treefmt-check] +.nav-list .nav-list-item .nav-list-link.external > svg {
  1450. 2.86 s [treefmt-check] + width: 1rem;
  1451. 2.86 s [treefmt-check] + height: 1rem;
  1452. 2.86 s [treefmt-check] + vertical-align: text-bottom;
  1453. 2.86 s [treefmt-check] }
  1454. 2.86 s [treefmt-check] .nav-list .nav-list-item .nav-list-link.active {
  1455. 2.86 s [treefmt-check] - font-weight:600;
  1456. 2.86 s [treefmt-check] - text-decoration:none
  1457. 2.86 s [treefmt-check] + font-weight: 600;
  1458. 2.86 s [treefmt-check] + text-decoration: none;
  1459. 2.86 s [treefmt-check] }
  1460. 2.86 s [treefmt-check] .nav-list .nav-list-item .nav-list-link:hover,
  1461. 2.86 s [treefmt-check] .nav-list .nav-list-item .nav-list-link.active {
  1462. 2.86 s [treefmt-check] - color:#5f3ceb;
  1463. 2.86 s [treefmt-check] - background-image:linear-gradient(-90deg, #ebedf5 0%, rgba(235,237,245,0.8) 80%, rgba(235,237,245,0) 100%)
  1464. 2.86 s [treefmt-check] + color: #5f3ceb;
  1465. 2.86 s [treefmt-check] + background-image: linear-gradient(
  1466. 2.86 s [treefmt-check] + -90deg,
  1467. 2.86 s [treefmt-check] + #ebedf5 0%,
  1468. 2.86 s [treefmt-check] + rgba(235, 237, 245, 0.8) 80%,
  1469. 2.86 s [treefmt-check] + rgba(235, 237, 245, 0) 100%
  1470. 2.86 s [treefmt-check] + );
  1471. 2.86 s [treefmt-check] }
  1472. 2.86 s [treefmt-check] .nav-list .nav-list-item .nav-list-expander {
  1473. 2.86 s [treefmt-check] - position:absolute;
  1474. 2.86 s [treefmt-check] - right:0;
  1475. 2.86 s [treefmt-check] - width:3rem;
  1476. 2.86 s [treefmt-check] - height:3rem;
  1477. 2.86 s [treefmt-check] - padding:.75rem;
  1478. 2.86 s [treefmt-check] - color:#7253ed;
  1479. 2.86 s [treefmt-check] - outline-offset:-1px
  1480. 2.86 s [treefmt-check] + position: absolute;
  1481. 2.86 s [treefmt-check] + right: 0;
  1482. 2.86 s [treefmt-check] + width: 3rem;
  1483. 2.86 s [treefmt-check] + height: 3rem;
  1484. 2.86 s [treefmt-check] + padding: 0.75rem;
  1485. 2.86 s [treefmt-check] + color: #7253ed;
  1486. 2.86 s [treefmt-check] + outline-offset: -1px;
  1487. 2.86 s [treefmt-check] }
  1488. 2.86 s [treefmt-check] @media (min-width: 50rem) {
  1489. 2.86 s [treefmt-check] .nav-list .nav-list-item .nav-list-expander {
  1490. 2.86 s [treefmt-check] - width:2rem;
  1491. 2.86 s [treefmt-check] - height:2rem;
  1492. 2.86 s [treefmt-check] - padding:.5rem
  1493. 2.86 s [treefmt-check] + width: 2rem;
  1494. 2.86 s [treefmt-check] + height: 2rem;
  1495. 2.86 s [treefmt-check] + padding: 0.5rem;
  1496. 2.86 s [treefmt-check] }
  1497. 2.86 s [treefmt-check] }
  1498. 2.86 s [treefmt-check] .nav-list .nav-list-item .nav-list-expander:hover {
  1499. 2.86 s [treefmt-check] - background-image:linear-gradient(-90deg, #ebedf5 0%, rgba(235,237,245,0.8) 100%)
  1500. 2.86 s [treefmt-check] + background-image: linear-gradient(
  1501. 2.86 s [treefmt-check] + -90deg,
  1502. 2.86 s [treefmt-check] + #ebedf5 0%,
  1503. 2.86 s [treefmt-check] + rgba(235, 237, 245, 0.8) 100%
  1504. 2.86 s [treefmt-check] + );
  1505. 2.86 s [treefmt-check] }
  1506. 2.86 s [treefmt-check] .nav-list .nav-list-item .nav-list-expander svg {
  1507. 2.86 s [treefmt-check] - transform:rotate(90deg)
  1508. 2.86 s [treefmt-check] + transform: rotate(90deg);
  1509. 2.86 s [treefmt-check] }
  1510. 2.86 s [treefmt-check] -.nav-list .nav-list-item>.nav-list {
  1511. 2.86 s [treefmt-check] - display:none;
  1512. 2.86 s [treefmt-check] - padding-left:.75rem;
  1513. 2.86 s [treefmt-check] - list-style:none
  1514. 2.86 s [treefmt-check] +.nav-list .nav-list-item > .nav-list {
  1515. 2.86 s [treefmt-check] + display: none;
  1516. 2.86 s [treefmt-check] + padding-left: 0.75rem;
  1517. 2.86 s [treefmt-check] + list-style: none;
  1518. 2.86 s [treefmt-check] }
  1519. 2.86 s [treefmt-check] -.nav-list .nav-list-item>.nav-list .nav-list-item {
  1520. 2.86 s [treefmt-check] - position:relative
  1521. 2.86 s [treefmt-check] +.nav-list .nav-list-item > .nav-list .nav-list-item {
  1522. 2.86 s [treefmt-check] + position: relative;
  1523. 2.86 s [treefmt-check] }
  1524. 2.86 s [treefmt-check] -.nav-list .nav-list-item>.nav-list .nav-list-item .nav-list-link {
  1525. 2.86 s [treefmt-check] - color:#5c5962
  1526. 2.86 s [treefmt-check] +.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link {
  1527. 2.86 s [treefmt-check] + color: #5c5962;
  1528. 2.86 s [treefmt-check] }
  1529. 2.86 s [treefmt-check] -.nav-list .nav-list-item>.nav-list .nav-list-item .nav-list-expander {
  1530. 2.86 s [treefmt-check] - color:#5c5962
  1531. 2.86 s [treefmt-check] +.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander {
  1532. 2.86 s [treefmt-check] + color: #5c5962;
  1533. 2.86 s [treefmt-check] }
  1534. 2.86 s [treefmt-check] -.nav-list .nav-list-item.active>.nav-list-expander svg {
  1535. 2.86 s [treefmt-check] - transform:rotate(-90deg)
  1536. 2.86 s [treefmt-check] +.nav-list .nav-list-item.active > .nav-list-expander svg {
  1537. 2.86 s [treefmt-check] + transform: rotate(-90deg);
  1538. 2.86 s [treefmt-check] }
  1539. 2.86 s [treefmt-check] -.nav-list .nav-list-item.active>.nav-list {
  1540. 2.86 s [treefmt-check] - display:block
  1541. 2.86 s [treefmt-check] +.nav-list .nav-list-item.active > .nav-list {
  1542. 2.86 s [treefmt-check] + display: block;
  1543. 2.86 s [treefmt-check] }
  1544. 2.86 s [treefmt-check] .nav-category {
  1545. 2.86 s [treefmt-check] - padding:.5rem 1rem;
  1546. 2.86 s [treefmt-check] - font-weight:600;
  1547. 2.86 s [treefmt-check] - text-align:start;
  1548. 2.86 s [treefmt-check] - text-transform:uppercase;
  1549. 2.86 s [treefmt-check] - border-bottom:1px solid #eeebee
  1550. 2.86 s [treefmt-check] + padding: 0.5rem 1rem;
  1551. 2.86 s [treefmt-check] + font-weight: 600;
  1552. 2.86 s [treefmt-check] + text-align: start;
  1553. 2.86 s [treefmt-check] + text-transform: uppercase;
  1554. 2.86 s [treefmt-check] + border-bottom: 1px solid #eeebee;
  1555. 2.86 s [treefmt-check] }
  1556. 2.86 s [treefmt-check] .nav-category {
  1557. 2.86 s [treefmt-check] - font-size:.6875rem !important
  1558. 2.86 s [treefmt-check] + font-size: 0.6875rem !important;
  1559. 2.86 s [treefmt-check] }
  1560. 2.86 s [treefmt-check] @media (min-width: 31.25rem) {
  1561. 2.86 s [treefmt-check] .nav-category {
  1562. 2.86 s [treefmt-check] - font-size:.75rem !important
  1563. 2.86 s [treefmt-check] + font-size: 0.75rem !important;
  1564. 2.86 s [treefmt-check] }
  1565. 2.86 s [treefmt-check] }
  1566. 2.86 s [treefmt-check] @media (min-width: 50rem) {
  1567. 2.86 s [treefmt-check] .nav-category {
  1568. 2.86 s [treefmt-check] - padding:.5rem 2rem;
  1569. 2.86 s [treefmt-check] - margin-top:1rem;
  1570. 2.86 s [treefmt-check] - text-align:start
  1571. 2.86 s [treefmt-check] + padding: 0.5rem 2rem;
  1572. 2.86 s [treefmt-check] + margin-top: 1rem;
  1573. 2.86 s [treefmt-check] + text-align: start;
  1574. 2.86 s [treefmt-check] }
  1575. 2.86 s [treefmt-check] .nav-category:first-child {
  1576. 2.86 s [treefmt-check] - margin-top:0
  1577. 2.86 s [treefmt-check] + margin-top: 0;
  1578. 2.86 s [treefmt-check] }
  1579. 2.86 s [treefmt-check] }
  1580. 2.86 s [treefmt-check] -.nav-list.nav-category-list>.nav-list-item {
  1581. 2.86 s [treefmt-check] - margin:0
  1582. 2.86 s [treefmt-check] +.nav-list.nav-category-list > .nav-list-item {
  1583. 2.86 s [treefmt-check] + margin: 0;
  1584. 2.86 s [treefmt-check] }
  1585. 2.86 s [treefmt-check] -.nav-list.nav-category-list>.nav-list-item>.nav-list {
  1586. 2.86 s [treefmt-check] - padding:0
  1587. 2.86 s [treefmt-check] +.nav-list.nav-category-list > .nav-list-item > .nav-list {
  1588. 2.86 s [treefmt-check] + padding: 0;
  1589. 2.86 s [treefmt-check] }
  1590. 2.86 s [treefmt-check] -.nav-list.nav-category-list>.nav-list-item>.nav-list>.nav-list-item>.nav-list-link {
  1591. 2.86 s [treefmt-check] - color:#7253ed
  1592. 2.86 s [treefmt-check] +.nav-list.nav-category-list
  1593. 2.86 s [treefmt-check] + > .nav-list-item
  1594. 2.86 s [treefmt-check] + > .nav-list
  1595. 2.86 s [treefmt-check] + > .nav-list-item
  1596. 2.86 s [treefmt-check] + > .nav-list-link {
  1597. 2.86 s [treefmt-check] + color: #7253ed;
  1598. 2.86 s [treefmt-check] }
  1599. 2.86 s [treefmt-check] -.nav-list.nav-category-list>.nav-list-item>.nav-list>.nav-list-item>.nav-list-expander {
  1600. 2.86 s [treefmt-check] - color:#7253ed
  1601. 2.86 s [treefmt-check] +.nav-list.nav-category-list
  1602. 2.86 s [treefmt-check] + > .nav-list-item
  1603. 2.86 s [treefmt-check] + > .nav-list
  1604. 2.86 s [treefmt-check] + > .nav-list-item
  1605. 2.86 s [treefmt-check] + > .nav-list-expander {
  1606. 2.86 s [treefmt-check] + color: #7253ed;
  1607. 2.86 s [treefmt-check] }
  1608. 2.86 s [treefmt-check] .aux-nav {
  1609. 2.86 s [treefmt-check] - height:100%;
  1610. 2.86 s [treefmt-check] - overflow-x:auto
  1611. 2.86 s [treefmt-check] + height: 100%;
  1612. 2.86 s [treefmt-check] + overflow-x: auto;
  1613. 2.86 s [treefmt-check] }
  1614. 2.86 s [treefmt-check] .aux-nav {
  1615. 2.86 s [treefmt-check] - font-size:.6875rem !important
  1616. 2.86 s [treefmt-check] + font-size: 0.6875rem !important;
  1617. 2.86 s [treefmt-check] }
  1618. 2.86 s [treefmt-check] @media (min-width: 31.25rem) {
  1619. 2.86 s [treefmt-check] .aux-nav {
  1620. 2.86 s [treefmt-check] - font-size:.75rem !important
  1621. 2.86 s [treefmt-check] + font-size: 0.75rem !important;
  1622. 2.86 s [treefmt-check] }
  1623. 2.86 s [treefmt-check] }
  1624. 2.86 s [treefmt-check] .aux-nav .aux-nav-list {
  1625. 2.86 s [treefmt-check] - display:flex;
  1626. 2.86 s [treefmt-check] - height:100%;
  1627. 2.86 s [treefmt-check] - padding:0;
  1628. 2.86 s [treefmt-check] - margin:0;
  1629. 2.86 s [treefmt-check] - list-style:none
  1630. 2.86 s [treefmt-check] + display: flex;
  1631. 2.86 s [treefmt-check] + height: 100%;
  1632. 2.86 s [treefmt-check] + padding: 0;
  1633. 2.86 s [treefmt-check] + margin: 0;
  1634. 2.86 s [treefmt-check] + list-style: none;
  1635. 2.86 s [treefmt-check] }
  1636. 2.86 s [treefmt-check] .aux-nav .aux-nav-list-item {
  1637. 2.86 s [treefmt-check] - display:inline-block;
  1638. 2.86 s [treefmt-check] - height:100%;
  1639. 2.86 s [treefmt-check] - padding:0;
  1640. 2.86 s [treefmt-check] - margin:0
  1641. 2.86 s [treefmt-check] + display: inline-block;
  1642. 2.86 s [treefmt-check] + height: 100%;
  1643. 2.86 s [treefmt-check] + padding: 0;
  1644. 2.86 s [treefmt-check] + margin: 0;
  1645. 2.86 s [treefmt-check] }
  1646. 2.86 s [treefmt-check] @media (min-width: 50rem) {
  1647. 2.86 s [treefmt-check] .aux-nav {
  1648. 2.86 s [treefmt-check] - padding-right:1rem
  1649. 2.86 s [treefmt-check] + padding-right: 1rem;
  1650. 2.86 s [treefmt-check] }
  1651. 2.86 s [treefmt-check] }
  1652. 2.86 s [treefmt-check] @media (min-width: 50rem) {
  1653. 2.86 s [treefmt-check] .breadcrumb-nav {
  1654. 2.86 s [treefmt-check] - margin-top:-1rem
  1655. 2.86 s [treefmt-check] + margin-top: -1rem;
  1656. 2.86 s [treefmt-check] }
  1657. 2.86 s [treefmt-check] }
  1658. 2.86 s [treefmt-check] .breadcrumb-nav-list {
  1659. 2.86 s [treefmt-check] - padding-left:0;
  1660. 2.86 s [treefmt-check] - margin-bottom:.75rem;
  1661. 2.86 s [treefmt-check] - list-style:none
  1662. 2.86 s [treefmt-check] + padding-left: 0;
  1663. 2.86 s [treefmt-check] + margin-bottom: 0.75rem;
  1664. 2.86 s [treefmt-check] + list-style: none;
  1665. 2.86 s [treefmt-check] }
  1666. 2.86 s [treefmt-check] .breadcrumb-nav-list-item {
  1667. 2.86 s [treefmt-check] - display:table-cell
  1668. 2.86 s [treefmt-check] + display: table-cell;
  1669. 2.87 s [treefmt-check] }
  1670. 2.87 s [treefmt-check] .breadcrumb-nav-list-item {
  1671. 2.87 s [treefmt-check] - font-size:.6875rem !important
  1672. 2.87 s [treefmt-check] + font-size: 0.6875rem !important;
  1673. 2.87 s [treefmt-check] }
  1674. 2.87 s [treefmt-check] @media (min-width: 31.25rem) {
  1675. 2.87 s [treefmt-check] .breadcrumb-nav-list-item {
  1676. 2.87 s [treefmt-check] - font-size:.75rem !important
  1677. 2.87 s [treefmt-check] + font-size: 0.75rem !important;
  1678. 2.87 s [treefmt-check] }
  1679. 2.87 s [treefmt-check] }
  1680. 2.87 s [treefmt-check] .breadcrumb-nav-list-item::before {
  1681. 2.87 s [treefmt-check] - display:none
  1682. 2.87 s [treefmt-check] + display: none;
  1683. 2.87 s [treefmt-check] }
  1684. 2.87 s [treefmt-check] .breadcrumb-nav-list-item::after {
  1685. 2.87 s [treefmt-check] - display:inline-block;
  1686. 2.87 s [treefmt-check] - margin-right:.5rem;
  1687. 2.87 s [treefmt-check] - margin-left:.5rem;
  1688. 2.87 s [treefmt-check] - color:#959396;
  1689. 2.87 s [treefmt-check] - content:"/"
  1690. 2.87 s [treefmt-check] + display: inline-block;
  1691. 2.87 s [treefmt-check] + margin-right: 0.5rem;
  1692. 2.87 s [treefmt-check] + margin-left: 0.5rem;
  1693. 2.87 s [treefmt-check] + color: #959396;
  1694. 2.87 s [treefmt-check] + content: "/";
  1695. 2.87 s [treefmt-check] }
  1696. 2.87 s [treefmt-check] .breadcrumb-nav-list-item:last-child::after {
  1697. 2.87 s [treefmt-check] - content:""
  1698. 2.87 s [treefmt-check] + content: "";
  1699. 2.87 s [treefmt-check] }
  1700. 2.87 s [treefmt-check] h1,
  1701. 2.87 s [treefmt-check] .text-alpha {
  1702. 2.87 s [treefmt-check] - font-weight:300
  1703. 2.87 s [treefmt-check] + font-weight: 300;
  1704. 2.87 s [treefmt-check] }
  1705. 2.87 s [treefmt-check] h1,
  1706. 2.87 s [treefmt-check] .text-alpha {
  1707. 2.87 s [treefmt-check] - font-size:2rem !important;
  1708. 2.87 s [treefmt-check] - line-height:1.25
  1709. 2.87 s [treefmt-check] + font-size: 2rem !important;
  1710. 2.87 s [treefmt-check] + line-height: 1.25;
  1711. 2.87 s [treefmt-check] }
  1712. 2.87 s [treefmt-check] @media (min-width: 31.25rem) {
  1713. 2.87 s [treefmt-check] h1,
  1714. 2.87 s [treefmt-check] .text-alpha {
  1715. 2.87 s [treefmt-check] - font-size:2.25rem !important
  1716. 2.87 s [treefmt-check] + font-size: 2.25rem !important;
  1717. 2.87 s [treefmt-check] }
  1718. 2.87 s [treefmt-check] }
  1719. 2.87 s [treefmt-check] h2,
  1720. 2.87 s [treefmt-check] .text-beta,
  1721. 2.87 s [treefmt-check] #toctitle {
  1722. 2.87 s [treefmt-check] - font-size:1.125rem !important
  1723. 2.87 s [treefmt-check] + font-size: 1.125rem !important;
  1724. 2.87 s [treefmt-check] }
  1725. 2.87 s [treefmt-check] @media (min-width: 31.25rem) {
  1726. 2.87 s [treefmt-check] h2,
  1727. 2.87 s [treefmt-check] .text-beta,
  1728. 2.87 s [treefmt-check] #toctitle {
  1729. 2.87 s [treefmt-check] - font-size:1.5rem !important;
  1730. 2.87 s [treefmt-check] - line-height:1.25
  1731. 2.87 s [treefmt-check] + font-size: 1.5rem !important;
  1732. 2.87 s [treefmt-check] + line-height: 1.25;
  1733. 2.87 s [treefmt-check] }
  1734. 2.87 s [treefmt-check] }
  1735. 2.87 s [treefmt-check] h3,
  1736. 2.87 s [treefmt-check] .text-gamma {
  1737. 2.87 s [treefmt-check] - font-size:1rem !important
  1738. 2.87 s [treefmt-check] + font-size: 1rem !important;
  1739. 2.87 s [treefmt-check] }
  1740. 2.87 s [treefmt-check] @media (min-width: 31.25rem) {
  1741. 2.87 s [treefmt-check] h3,
  1742. 2.87 s [treefmt-check] .text-gamma {
  1743. 2.87 s [treefmt-check] - font-size:1.125rem !important
  1744. 2.87 s [treefmt-check] + font-size: 1.125rem !important;
  1745. 2.87 s [treefmt-check] }
  1746. 2.87 s [treefmt-check] }
  1747. 2.87 s [treefmt-check] h4,
  1748. 2.87 s [treefmt-check] .text-delta {
  1749. 2.87 s [treefmt-check] - font-weight:400;
  1750. 2.87 s [treefmt-check] - text-transform:uppercase;
  1751. 2.87 s [treefmt-check] - letter-spacing:0.1em
  1752. 2.87 s [treefmt-check] + font-weight: 400;
  1753. 2.87 s [treefmt-check] + text-transform: uppercase;
  1754. 2.87 s [treefmt-check] + letter-spacing: 0.1em;
  1755. 2.87 s [treefmt-check] }
  1756. 2.87 s [treefmt-check] h4,
  1757. 2.87 s [treefmt-check] .text-delta {
  1758. 2.87 s [treefmt-check] - font-size:.6875rem !important
  1759. 2.87 s [treefmt-check] + font-size: 0.6875rem !important;
  1760. 2.87 s [treefmt-check] }
  1761. 2.87 s [treefmt-check] @media (min-width: 31.25rem) {
  1762. 2.87 s [treefmt-check] h4,
  1763. 2.87 s [treefmt-check] .text-delta {
  1764. 2.87 s [treefmt-check] - font-size:.75rem !important
  1765. 2.87 s [treefmt-check] + font-size: 0.75rem !important;
  1766. 2.87 s [treefmt-check] }
  1767. 2.87 s [treefmt-check] }
  1768. 2.87 s [treefmt-check] h4 code {
  1769. 2.87 s [treefmt-check] - text-transform:none
  1770. 2.87 s [treefmt-check] + text-transform: none;
  1771. 2.87 s [treefmt-check] }
  1772. 2.87 s [treefmt-check] h5,
  1773. 2.87 s [treefmt-check] .text-epsilon {
  1774. 2.87 s [treefmt-check] - font-size:.75rem !important
  1775. 2.87 s [treefmt-check] + font-size: 0.75rem !important;
  1776. 2.87 s [treefmt-check] }
  1777. 2.87 s [treefmt-check] @media (min-width: 31.25rem) {
  1778. 2.87 s [treefmt-check] h5,
  1779. 2.87 s [treefmt-check] .text-epsilon {
  1780. 2.87 s [treefmt-check] - font-size:.875rem !important
  1781. 2.87 s [treefmt-check] + font-size: 0.875rem !important;
  1782. 2.87 s [treefmt-check] }
  1783. 2.87 s [treefmt-check] }
  1784. 2.87 s [treefmt-check] h6,
  1785. 2.87 s [treefmt-check] .text-zeta {
  1786. 2.87 s [treefmt-check] - font-size:.6875rem !important
  1787. 2.87 s [treefmt-check] + font-size: 0.6875rem !important;
  1788. 2.87 s [treefmt-check] }
  1789. 2.87 s [treefmt-check] @media (min-width: 31.25rem) {
  1790. 2.87 s [treefmt-check] h6,
  1791. 2.87 s [treefmt-check] .text-zeta {
  1792. 2.87 s [treefmt-check] - font-size:.75rem !important
  1793. 2.87 s [treefmt-check] + font-size: 0.75rem !important;
  1794. 2.87 s [treefmt-check] }
  1795. 2.87 s [treefmt-check] }
  1796. 2.87 s [treefmt-check] .text-small {
  1797. 2.87 s [treefmt-check] - font-size:.6875rem !important
  1798. 2.87 s [treefmt-check] + font-size: 0.6875rem !important;
  1799. 2.87 s [treefmt-check] }
  1800. 2.87 s [treefmt-check] @media (min-width: 31.25rem) {
  1801. 2.87 s [treefmt-check] .text-small {
  1802. 2.87 s [treefmt-check] - font-size:.75rem !important
  1803. 2.87 s [treefmt-check] + font-size: 0.75rem !important;
  1804. 2.87 s [treefmt-check] }
  1805. 2.87 s [treefmt-check] }
  1806. 2.87 s [treefmt-check] .text-mono {
  1807. 2.87 s [treefmt-check] - font-family:"SFMono-Regular",menlo,consolas,monospace !important
  1808. 2.87 s [treefmt-check] + font-family: "SFMono-Regular", menlo, consolas, monospace !important;
  1809. 2.87 s [treefmt-check] }
  1810. 2.87 s [treefmt-check] .text-left {
  1811. 2.87 s [treefmt-check] - text-align:left !important
  1812. 2.87 s [treefmt-check] + text-align: left !important;
  1813. 2.87 s [treefmt-check] }
  1814. 2.87 s [treefmt-check] .text-center {
  1815. 2.87 s [treefmt-check] - text-align:center !important
  1816. 2.87 s [treefmt-check] + text-align: center !important;
  1817. 2.87 s [treefmt-check] }
  1818. 2.87 s [treefmt-check] .text-right {
  1819. 2.87 s [treefmt-check] - text-align:right !important
  1820. 2.87 s [treefmt-check] + text-align: right !important;
  1821. 2.87 s [treefmt-check] }
  1822. 2.87 s [treefmt-check] .label:not(g),
  1823. 2.87 s [treefmt-check] .label-blue:not(g) {
  1824. 2.87 s [treefmt-check] - display:inline-block;
  1825. 2.87 s [treefmt-check] - padding:0.16em 0.56em;
  1826. 2.87 s [treefmt-check] - margin-right:.5rem;
  1827. 2.87 s [treefmt-check] - margin-left:.5rem;
  1828. 2.87 s [treefmt-check] - color:#fff;
  1829. 2.87 s [treefmt-check] - text-transform:uppercase;
  1830. 2.87 s [treefmt-check] - vertical-align:middle;
  1831. 2.87 s [treefmt-check] - background-color:#2869e6;
  1832. 2.87 s [treefmt-check] - border-radius:12px
  1833. 2.87 s [treefmt-check] + display: inline-block;
  1834. 2.87 s [treefmt-check] + padding: 0.16em 0.56em;
  1835. 2.87 s [treefmt-check] + margin-right: 0.5rem;
  1836. 2.87 s [treefmt-check] + margin-left: 0.5rem;
  1837. 2.87 s [treefmt-check] + color: #fff;
  1838. 2.87 s [treefmt-check] + text-transform: uppercase;
  1839. 2.87 s [treefmt-check] + vertical-align: middle;
  1840. 2.87 s [treefmt-check] + background-color: #2869e6;
  1841. 2.87 s [treefmt-check] + border-radius: 12px;
  1842. 2.87 s [treefmt-check] }
  1843. 2.87 s [treefmt-check] .label:not(g),
  1844. 2.87 s [treefmt-check] .label-blue:not(g) {
  1845. 2.87 s [treefmt-check] - font-size:.6875rem !important
  1846. 2.87 s [treefmt-check] + font-size: 0.6875rem !important;
  1847. 2.87 s [treefmt-check] }
  1848. 2.87 s [treefmt-check] @media (min-width: 31.25rem) {
  1849. 2.87 s [treefmt-check] .label:not(g),
  1850. 2.87 s [treefmt-check] .label-blue:not(g) {
  1851. 2.87 s [treefmt-check] - font-size:.75rem !important
  1852. 2.87 s [treefmt-check] + font-size: 0.75rem !important;
  1853. 2.87 s [treefmt-check] }
  1854. 2.87 s [treefmt-check] }
  1855. 2.87 s [treefmt-check] .label-green:not(g) {
  1856. 2.87 s [treefmt-check] - background-color:#026e57
  1857. 2.87 s [treefmt-check] + background-color: #026e57;
  1858. 2.87 s [treefmt-check] }
  1859. 2.87 s [treefmt-check] .label-purple:not(g) {
  1860. 2.87 s [treefmt-check] - background-color:#5e41d0
  1861. 2.87 s [treefmt-check] + background-color: #5e41d0;
  1862. 2.87 s [treefmt-check] }
  1863. 2.87 s [treefmt-check] .label-red:not(g) {
  1864. 2.87 s [treefmt-check] - background-color:#dd2e2e
  1865. 2.87 s [treefmt-check] + background-color: #dd2e2e;
  1866. 2.87 s [treefmt-check] }
  1867. 2.87 s [treefmt-check] .label-yellow:not(g) {
  1868. 2.87 s [treefmt-check] - color:#44434d;
  1869. 2.87 s [treefmt-check] - background-color:#f7d12e
  1870. 2.87 s [treefmt-check] + color: #44434d;
  1871. 2.87 s [treefmt-check] + background-color: #f7d12e;
  1872. 2.87 s [treefmt-check] }
  1873. 2.87 s [treefmt-check] .btn {
  1874. 2.87 s [treefmt-check] - display:inline-block;
  1875. 2.87 s [treefmt-check] - box-sizing:border-box;
  1876. 2.87 s [treefmt-check] - padding:0.3em 1em;
  1877. 2.87 s [treefmt-check] - margin:0;
  1878. 2.87 s [treefmt-check] - font-family:inherit;
  1879. 2.87 s [treefmt-check] - font-size:inherit;
  1880. 2.87 s [treefmt-check] - font-weight:500;
  1881. 2.87 s [treefmt-check] - line-height:1.5;
  1882. 2.87 s [treefmt-check] - color:#7253ed;
  1883. 2.87 s [treefmt-check] - text-decoration:none;
  1884. 2.87 s [treefmt-check] - vertical-align:baseline;
  1885. 2.87 s [treefmt-check] - cursor:pointer;
  1886. 2.87 s [treefmt-check] - background-color:#f7f7f7;
  1887. 2.87 s [treefmt-check] - border-width:0;
  1888. 2.87 s [treefmt-check] - border-radius:4px;
  1889. 2.87 s [treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);
  1890. 2.87 s [treefmt-check] - appearance:none
  1891. 2.87 s [treefmt-check] + display: inline-block;
  1892. 2.87 s [treefmt-check] + box-sizing: border-box;
  1893. 2.87 s [treefmt-check] + padding: 0.3em 1em;
  1894. 2.87 s [treefmt-check] + margin: 0;
  1895. 2.87 s [treefmt-check] + font-family: inherit;
  1896. 2.87 s [treefmt-check] + font-size: inherit;
  1897. 2.87 s [treefmt-check] + font-weight: 500;
  1898. 2.87 s [treefmt-check] + line-height: 1.5;
  1899. 2.87 s [treefmt-check] + color: #7253ed;
  1900. 2.87 s [treefmt-check] + text-decoration: none;
  1901. 2.87 s [treefmt-check] + vertical-align: baseline;
  1902. 2.87 s [treefmt-check] + cursor: pointer;
  1903. 2.87 s [treefmt-check] + background-color: #f7f7f7;
  1904. 2.87 s [treefmt-check] + border-width: 0;
  1905. 2.87 s [treefmt-check] + border-radius: 4px;
  1906. 2.87 s [treefmt-check] + box-shadow:
  1907. 2.87 s [treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12),
  1908. 2.87 s [treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08);
  1909. 2.87 s [treefmt-check] + appearance: none;
  1910. 2.87 s [treefmt-check] }
  1911. 2.87 s [treefmt-check] .btn:focus {
  1912. 2.87 s [treefmt-check] - text-decoration:none;
  1913. 2.87 s [treefmt-check] - outline:none;
  1914. 2.87 s [treefmt-check] - box-shadow:0 0 0 3px rgba(0,0,255,0.25)
  1915. 2.87 s [treefmt-check] + text-decoration: none;
  1916. 2.87 s [treefmt-check] + outline: none;
  1917. 2.87 s [treefmt-check] + box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25);
  1918. 2.87 s [treefmt-check] }
  1919. 2.87 s [treefmt-check] .btn:focus:hover,
  1920. 2.87 s [treefmt-check] .btn.selected:focus {
  1921. 2.87 s [treefmt-check] - box-shadow:0 0 0 3px rgba(0,0,255,0.25)
  1922. 2.87 s [treefmt-check] + box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25);
  1923. 2.87 s [treefmt-check] }
  1924. 2.87 s [treefmt-check] .btn:hover,
  1925. 2.87 s [treefmt-check] .btn.zeroclipboard-is-hover {
  1926. 2.87 s [treefmt-check] - color:#6a4aec
  1927. 2.87 s [treefmt-check] + color: #6a4aec;
  1928. 2.87 s [treefmt-check] }
  1929. 2.87 s [treefmt-check] .btn:hover,
  1930. 2.87 s [treefmt-check] .btn:active,
  1931. 2.87 s [treefmt-check] .btn.zeroclipboard-is-hover,
  1932. 2.87 s [treefmt-check] .btn.zeroclipboard-is-active {
  1933. 2.87 s [treefmt-check] - text-decoration:none;
  1934. 2.87 s [treefmt-check] - background-color:#f4f4f4
  1935. 2.87 s [treefmt-check] + text-decoration: none;
  1936. 2.87 s [treefmt-check] + background-color: #f4f4f4;
  1937. 2.87 s [treefmt-check] }
  1938. 2.87 s [treefmt-check] .btn:active,
  1939. 2.87 s [treefmt-check] .btn.selected,
  1940. 2.87 s [treefmt-check] .btn.zeroclipboard-is-active {
  1941. 2.87 s [treefmt-check] - background-color:#efefef;
  1942. 2.87 s [treefmt-check] - background-image:none;
  1943. 2.87 s [treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)
  1944. 2.87 s [treefmt-check] + background-color: #efefef;
  1945. 2.87 s [treefmt-check] + background-image: none;
  1946. 2.87 s [treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  1947. 2.87 s [treefmt-check] }
  1948. 2.87 s [treefmt-check] .btn.selected:hover {
  1949. 2.87 s [treefmt-check] - background-color:#cfcfcf
  1950. 2.87 s [treefmt-check] + background-color: #cfcfcf;
  1951. 2.87 s [treefmt-check] }
  1952. 2.87 s [treefmt-check] .btn:disabled,
  1953. 2.87 s [treefmt-check] .btn:disabled:hover,
  1954. 2.87 s [treefmt-check] .btn.disabled,
  1955. 2.87 s [treefmt-check] .btn.disabled:hover {
  1956. 2.87 s [treefmt-check] - color:rgba(102,102,102,0.5);
  1957. 2.87 s [treefmt-check] - cursor:default;
  1958. 2.87 s [treefmt-check] - background-color:rgba(229,229,229,0.5);
  1959. 2.87 s [treefmt-check] - background-image:none;
  1960. 2.87 s [treefmt-check] - box-shadow:none
  1961. 2.87 s [treefmt-check] + color: rgba(102, 102, 102, 0.5);
  1962. 2.87 s [treefmt-check] + cursor: default;
  1963. 2.87 s [treefmt-check] + background-color: rgba(229, 229, 229, 0.5);
  1964. 2.87 s [treefmt-check] + background-image: none;
  1965. 2.87 s [treefmt-check] + box-shadow: none;
  1966. 2.87 s [treefmt-check] }
  1967. 2.87 s [treefmt-check] .btn-outline {
  1968. 2.87 s [treefmt-check] - color:#7253ed;
  1969. 2.87 s [treefmt-check] - background:transparent;
  1970. 2.87 s [treefmt-check] - box-shadow:inset 0 0 0 2px #e6e1e8
  1971. 2.87 s [treefmt-check] + color: #7253ed;
  1972. 2.87 s [treefmt-check] + background: transparent;
  1973. 2.87 s [treefmt-check] + box-shadow: inset 0 0 0 2px #e6e1e8;
  1974. 2.87 s [treefmt-check] }
  1975. 2.87 s [treefmt-check] .btn-outline:hover,
  1976. 2.87 s [treefmt-check] .btn-outline:active,
  1977. 2.87 s [treefmt-check] .btn-outline.zeroclipboard-is-hover,
  1978. 2.87 s [treefmt-check] .btn-outline.zeroclipboard-is-active {
  1979. 2.87 s [treefmt-check] - color:#6341eb;
  1980. 2.87 s [treefmt-check] - text-decoration:none;
  1981. 2.87 s [treefmt-check] - background-color:transparent;
  1982. 2.87 s [treefmt-check] - box-shadow:inset 0 0 0 3px #e6e1e8
  1983. 2.87 s [treefmt-check] + color: #6341eb;
  1984. 2.87 s [treefmt-check] + text-decoration: none;
  1985. 2.87 s [treefmt-check] + background-color: transparent;
  1986. 2.87 s [treefmt-check] + box-shadow: inset 0 0 0 3px #e6e1e8;
  1987. 2.87 s [treefmt-check] }
  1988. 2.87 s [treefmt-check] .btn-outline:focus {
  1989. 2.87 s [treefmt-check] - text-decoration:none;
  1990. 2.87 s [treefmt-check] - outline:none;
  1991. 2.87 s [treefmt-check] - box-shadow:inset 0 0 0 2px #5c5962,0 0 0 3px rgba(0,0,255,0.25)
  1992. 2.87 s [treefmt-check] + text-decoration: none;
  1993. 2.87 s [treefmt-check] + outline: none;
  1994. 2.87 s [treefmt-check] + box-shadow:
  1995. 2.87 s [treefmt-check] + inset 0 0 0 2px #5c5962,
  1996. 2.87 s [treefmt-check] + 0 0 0 3px rgba(0, 0, 255, 0.25);
  1997. 2.87 s [treefmt-check] }
  1998. 2.87 s [treefmt-check] .btn-outline:focus:hover,
  1999. 2.87 s [treefmt-check] .btn-outline.selected:focus {
  2000. 2.87 s [treefmt-check] - box-shadow:inset 0 0 0 2px #5c5962
  2001. 2.87 s [treefmt-check] + box-shadow: inset 0 0 0 2px #5c5962;
  2002. 2.87 s [treefmt-check] }
  2003. 2.87 s [treefmt-check] .btn-primary {
  2004. 2.87 s [treefmt-check] - color:#fff;
  2005. 2.87 s [treefmt-check] - background-color:#5739ce;
  2006. 2.87 s [treefmt-check] - background-image:linear-gradient(#6f55d5, #5739ce);
  2007. 2.87 s [treefmt-check] - box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12)
  2008. 2.87 s [treefmt-check] + color: #fff;
  2009. 2.87 s [treefmt-check] + background-color: #5739ce;
  2010. 2.87 s [treefmt-check] + background-image: linear-gradient(#6f55d5, #5739ce);
  2011. 2.87 s [treefmt-check] + box-shadow:
  2012. 2.87 s [treefmt-check] + 0 1px 3px rgba(0, 0, 0, 0.25),
  2013. 2.87 s [treefmt-check] + 0 4px 10px rgba(0, 0, 0, 0.12);
  2014. 2.87 s [treefmt-check] }
  2015. 2.87 s [treefmt-check] .btn-primary:hover,
  2016. 2.87 s [treefmt-check] .btn-primary.zeroclipboard-is-hover {
  2017. 2.87 s [treefmt-check] - color:#fff;
  2018. 2.87 s [treefmt-check] - background-color:#5132cb;
  2019. 2.87 s [treefmt-check] - background-image:linear-gradient(#6549d2,#5132cb)
  2020. 2.87 s [treefmt-check] + color: #fff;
  2021. 2.87 s [treefmt-check] + background-color: #5132cb;
  2022. 2.87 s [treefmt-check] + background-image: linear-gradient(#6549d2, #5132cb);
  2023. 2.87 s [treefmt-check] }
  2024. 2.87 s [treefmt-check] .btn-primary:active,
  2025. 2.87 s [treefmt-check] .btn-primary.selected,
  2026. 2.87 s [treefmt-check] .btn-primary.zeroclipboard-is-active {
  2027. 2.87 s [treefmt-check] - background-color:#4f31c6;
  2028. 2.87 s [treefmt-check] - background-image:none;
  2029. 2.87 s [treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)
  2030. 2.87 s [treefmt-check] + background-color: #4f31c6;
  2031. 2.87 s [treefmt-check] + background-image: none;
  2032. 2.87 s [treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  2033. 2.87 s [treefmt-check] }
  2034. 2.87 s [treefmt-check] .btn-primary.selected:hover {
  2035. 2.87 s [treefmt-check] - background-color:#472cb2
  2036. 2.87 s [treefmt-check] + background-color: #472cb2;
  2037. 2.87 s [treefmt-check] }
  2038. 2.87 s [treefmt-check] .btn-purple {
  2039. 2.87 s [treefmt-check] - color:#fff;
  2040. 2.87 s [treefmt-check] - background-color:#5739ce;
  2041. 2.87 s [treefmt-check] - background-image:linear-gradient(#6f55d5, #5739ce);
  2042. 2.87 s [treefmt-check] - box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12)
  2043. 2.87 s [treefmt-check] + color: #fff;
  2044. 2.87 s [treefmt-check] + background-color: #5739ce;
  2045. 2.87 s [treefmt-check] + background-image: linear-gradient(#6f55d5, #5739ce);
  2046. 2.87 s [treefmt-check] + box-shadow:
  2047. 2.87 s [treefmt-check] + 0 1px 3px rgba(0, 0, 0, 0.25),
  2048. 2.87 s [treefmt-check] + 0 4px 10px rgba(0, 0, 0, 0.12);
  2049. 2.87 s [treefmt-check] }
  2050. 2.87 s [treefmt-check] .btn-purple:hover,
  2051. 2.87 s [treefmt-check] .btn-purple.zeroclipboard-is-hover {
  2052. 2.87 s [treefmt-check] - color:#fff;
  2053. 2.87 s [treefmt-check] - background-color:#5132cb;
  2054. 2.87 s [treefmt-check] - background-image:linear-gradient(#6549d2,#5132cb)
  2055. 2.87 s [treefmt-check] + color: #fff;
  2056. 2.87 s [treefmt-check] + background-color: #5132cb;
  2057. 2.87 s [treefmt-check] + background-image: linear-gradient(#6549d2, #5132cb);
  2058. 2.87 s [treefmt-check] }
  2059. 2.87 s [treefmt-check] .btn-purple:active,
  2060. 2.87 s [treefmt-check] .btn-purple.selected,
  2061. 2.87 s [treefmt-check] .btn-purple.zeroclipboard-is-active {
  2062. 2.87 s [treefmt-check] - background-color:#4f31c6;
  2063. 2.87 s [treefmt-check] - background-image:none;
  2064. 2.87 s [treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)
  2065. 2.87 s [treefmt-check] + background-color: #4f31c6;
  2066. 2.87 s [treefmt-check] + background-image: none;
  2067. 2.87 s [treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  2068. 2.87 s [treefmt-check] }
  2069. 2.87 s [treefmt-check] .btn-purple.selected:hover {
  2070. 2.87 s [treefmt-check] - background-color:#472cb2
  2071. 2.87 s [treefmt-check] + background-color: #472cb2;
  2072. 2.87 s [treefmt-check] }
  2073. 2.87 s [treefmt-check] .btn-blue {
  2074. 2.87 s [treefmt-check] - color:#fff;
  2075. 2.87 s [treefmt-check] - background-color:#2448a7;
  2076. 2.87 s [treefmt-check] - background-image:linear-gradient(#2b55c4, #2448a7);
  2077. 2.87 s [treefmt-check] - box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12)
  2078. 2.87 s [treefmt-check] + color: #fff;
  2079. 2.87 s [treefmt-check] + background-color: #2448a7;
  2080. 2.87 s [treefmt-check] + background-image: linear-gradient(#2b55c4, #2448a7);
  2081. 2.87 s [treefmt-check] + box-shadow:
  2082. 2.87 s [treefmt-check] + 0 1px 3px rgba(0, 0, 0, 0.25),
  2083. 2.87 s [treefmt-check] + 0 4px 10px rgba(0, 0, 0, 0.12);
  2084. 2.87 s [treefmt-check] }
  2085. 2.87 s [treefmt-check] .btn-blue:hover,
  2086. 2.87 s [treefmt-check] .btn-blue.zeroclipboard-is-hover {
  2087. 2.87 s [treefmt-check] - color:#fff;
  2088. 2.87 s [treefmt-check] - background-color:#22459e;
  2089. 2.87 s [treefmt-check] - background-image:linear-gradient(#2850b7,#22459e)
  2090. 2.87 s [treefmt-check] + color: #fff;
  2091. 2.87 s [treefmt-check] + background-color: #22459e;
  2092. 2.87 s [treefmt-check] + background-image: linear-gradient(#2850b7, #22459e);
  2093. 2.87 s [treefmt-check] }
  2094. 2.87 s [treefmt-check] .btn-blue:active,
  2095. 2.87 s [treefmt-check] .btn-blue.selected,
  2096. 2.87 s [treefmt-check] .btn-blue.zeroclipboard-is-active {
  2097. 2.87 s [treefmt-check] - background-color:#21439a;
  2098. 2.87 s [treefmt-check] - background-image:none;
  2099. 2.87 s [treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)
  2100. 2.87 s [treefmt-check] + background-color: #21439a;
  2101. 2.87 s [treefmt-check] + background-image: none;
  2102. 2.87 s [treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  2103. 2.87 s [treefmt-check] }
  2104. 2.87 s [treefmt-check] .btn-blue.selected:hover {
  2105. 2.87 s [treefmt-check] - background-color:#1d3a85
  2106. 2.87 s [treefmt-check] + background-color: #1d3a85;
  2107. 2.87 s [treefmt-check] }
  2108. 2.87 s [treefmt-check] .btn-green {
  2109. 2.87 s [treefmt-check] - color:#fff;
  2110. 2.87 s [treefmt-check] - background-color:#02644f;
  2111. 2.87 s [treefmt-check] - background-image:linear-gradient(#02876b, #02644f);
  2112. 2.87 s [treefmt-check] - box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12)
  2113. 2.87 s [treefmt-check] + color: #fff;
  2114. 2.87 s [treefmt-check] + background-color: #02644f;
  2115. 2.87 s [treefmt-check] + background-image: linear-gradient(#02876b, #02644f);
  2116. 2.87 s [treefmt-check] + box-shadow:
  2117. 2.87 s [treefmt-check] + 0 1px 3px rgba(0, 0, 0, 0.25),
  2118. 2.87 s [treefmt-check] + 0 4px 10px rgba(0, 0, 0, 0.12);
  2119. 2.87 s [treefmt-check] }
  2120. 2.87 s [treefmt-check] .btn-green:hover,
  2121. 2.87 s [treefmt-check] .btn-green.zeroclipboard-is-hover {
  2122. 2.87 s [treefmt-check] - color:#fff;
  2123. 2.87 s [treefmt-check] - background-color:#025a47;
  2124. 2.87 s [treefmt-check] - background-image:linear-gradient(#02785f,#025a47)
  2125. 2.87 s [treefmt-check] + color: #fff;
  2126. 2.87 s [treefmt-check] + background-color: #025a47;
  2127. 2.87 s [treefmt-check] + background-image: linear-gradient(#02785f, #025a47);
  2128. 2.87 s [treefmt-check] }
  2129. 2.87 s [treefmt-check] .btn-green:active,
  2130. 2.87 s [treefmt-check] .btn-green.selected,
  2131. 2.87 s [treefmt-check] .btn-green.zeroclipboard-is-active {
  2132. 2.87 s [treefmt-check] - background-color:#025543;
  2133. 2.87 s [treefmt-check] - background-image:none;
  2134. 2.87 s [treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)
  2135. 2.87 s [treefmt-check] + background-color: #025543;
  2136. 2.87 s [treefmt-check] + background-image: none;
  2137. 2.87 s [treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  2138. 2.87 s [treefmt-check] }
  2139. 2.87 s [treefmt-check] .btn-green.selected:hover {
  2140. 2.87 s [treefmt-check] - background-color:#013c2f
  2141. 2.87 s [treefmt-check] + background-color: #013c2f;
  2142. 2.87 s [treefmt-check] }
  2143. 2.87 s [treefmt-check] .btn-reset {
  2144. 2.87 s [treefmt-check] - background:none;
  2145. 2.87 s [treefmt-check] - border:none;
  2146. 2.87 s [treefmt-check] - margin:0;
  2147. 2.87 s [treefmt-check] - text-align:inherit;
  2148. 2.87 s [treefmt-check] - font:inherit;
  2149. 2.87 s [treefmt-check] - border-radius:0;
  2150. 2.87 s [treefmt-check] - appearance:none
  2151. 2.87 s [treefmt-check] + background: none;
  2152. 2.87 s [treefmt-check] + border: none;
  2153. 2.87 s [treefmt-check] + margin: 0;
  2154. 2.87 s [treefmt-check] + text-align: inherit;
  2155. 2.87 s [treefmt-check] + font: inherit;
  2156. 2.87 s [treefmt-check] + border-radius: 0;
  2157. 2.87 s [treefmt-check] + appearance: none;
  2158. 2.87 s [treefmt-check] }
  2159. 2.87 s [treefmt-check] .search {
  2160. 2.87 s [treefmt-check] - position:relative;
  2161. 2.87 s [treefmt-check] - z-index:2;
  2162. 2.87 s [treefmt-check] - flex-grow:1;
  2163. 2.87 s [treefmt-check] - height:4rem;
  2164. 2.87 s [treefmt-check] - padding:.5rem;
  2165. 2.87 s [treefmt-check] - transition:padding linear 200ms
  2166. 2.87 s [treefmt-check] + position: relative;
  2167. 2.87 s [treefmt-check] + z-index: 2;
  2168. 2.87 s [treefmt-check] + flex-grow: 1;
  2169. 2.87 s [treefmt-check] + height: 4rem;
  2170. 2.87 s [treefmt-check] + padding: 0.5rem;
  2171. 2.87 s [treefmt-check] + transition: padding linear 200ms;
  2172. 2.87 s [treefmt-check] }
  2173. 2.87 s [treefmt-check] @media (min-width: 50rem) {
  2174. 2.87 s [treefmt-check] .search {
  2175. 2.87 s [treefmt-check] - position:relative !important;
  2176. 2.87 s [treefmt-check] - width:auto !important;
  2177. 2.87 s [treefmt-check] - height:100% !important;
  2178. 2.87 s [treefmt-check] - padding:0;
  2179. 2.87 s [treefmt-check] - transition:none
  2180. 2.87 s [treefmt-check] + position: relative !important;
  2181. 2.87 s [treefmt-check] + width: auto !important;
  2182. 2.87 s [treefmt-check] + height: 100% !important;
  2183. 2.87 s [treefmt-check] + padding: 0;
  2184. 2.87 s [treefmt-check] + transition: none;
  2185. 2.87 s [treefmt-check] }
  2186. 2.87 s [treefmt-check] }
  2187. 2.87 s [treefmt-check] .search-input-wrap {
  2188. 2.87 s [treefmt-check] - position:relative;
  2189. 2.87 s [treefmt-check] - z-index:1;
  2190. 2.87 s [treefmt-check] - height:3rem;
  2191. 2.87 s [treefmt-check] - overflow:hidden;
  2192. 2.87 s [treefmt-check] - border-radius:4px;
  2193. 2.87 s [treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);
  2194. 2.87 s [treefmt-check] - transition:height linear 200ms
  2195. 2.87 s [treefmt-check] + position: relative;
  2196. 2.87 s [treefmt-check] + z-index: 1;
  2197. 2.87 s [treefmt-check] + height: 3rem;
  2198. 2.87 s [treefmt-check] + overflow: hidden;
  2199. 2.87 s [treefmt-check] + border-radius: 4px;
  2200. 2.87 s [treefmt-check] + box-shadow:
  2201. 2.87 s [treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12),
  2202. 2.87 s [treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08);
  2203. 2.87 s [treefmt-check] + transition: height linear 200ms;
  2204. 2.87 s [treefmt-check] }
  2205. 2.87 s [treefmt-check] @media (min-width: 50rem) {
  2206. 2.87 s [treefmt-check] .search-input-wrap {
  2207. 2.87 s [treefmt-check] - position:absolute;
  2208. 2.87 s [treefmt-check] - width:100%;
  2209. 2.87 s [treefmt-check] - max-width:33.5rem;
  2210. 2.87 s [treefmt-check] - height:100% !important;
  2211. 2.87 s [treefmt-check] - border-radius:0;
  2212. 2.87 s [treefmt-check] - box-shadow:none;
  2213. 2.87 s [treefmt-check] - transition:width ease 400ms
  2214. 2.87 s [treefmt-check] + position: absolute;
  2215. 2.87 s [treefmt-check] + width: 100%;
  2216. 2.87 s [treefmt-check] + max-width: 33.5rem;
  2217. 2.87 s [treefmt-check] + height: 100% !important;
  2218. 2.87 s [treefmt-check] + border-radius: 0;
  2219. 2.87 s [treefmt-check] + box-shadow: none;
  2220. 2.87 s [treefmt-check] + transition: width ease 400ms;
  2221. 2.87 s [treefmt-check] }
  2222. 2.87 s [treefmt-check] }
  2223. 2.87 s [treefmt-check] .search-input {
  2224. 2.87 s [treefmt-check] - position:absolute;
  2225. 2.87 s [treefmt-check] - width:100%;
  2226. 2.87 s [treefmt-check] - height:100%;
  2227. 2.87 s [treefmt-check] - padding:.5rem 1rem .5rem 2.5rem;
  2228. 2.87 s [treefmt-check] - font-size:1rem;
  2229. 2.87 s [treefmt-check] - color:#5c5962;
  2230. 2.87 s [treefmt-check] - background-color:#fff;
  2231. 2.87 s [treefmt-check] - border-top:0;
  2232. 2.87 s [treefmt-check] - border-right:0;
  2233. 2.87 s [treefmt-check] - border-bottom:0;
  2234. 2.87 s [treefmt-check] - border-left:0;
  2235. 2.87 s [treefmt-check] - border-radius:0
  2236. 2.87 s [treefmt-check] + position: absolute;
  2237. 2.87 s [treefmt-check] + width: 100%;
  2238. 2.87 s [treefmt-check] + height: 100%;
  2239. 2.87 s [treefmt-check] + padding: 0.5rem 1rem 0.5rem 2.5rem;
  2240. 2.87 s [treefmt-check] + font-size: 1rem;
  2241. 2.87 s [treefmt-check] + color: #5c5962;
  2242. 2.87 s [treefmt-check] + background-color: #fff;
  2243. 2.87 s [treefmt-check] + border-top: 0;
  2244. 2.87 s [treefmt-check] + border-right: 0;
  2245. 2.87 s [treefmt-check] + border-bottom: 0;
  2246. 2.87 s [treefmt-check] + border-left: 0;
  2247. 2.87 s [treefmt-check] + border-radius: 0;
  2248. 2.87 s [treefmt-check] }
  2249. 2.87 s [treefmt-check] @media (min-width: 50rem) {
  2250. 2.87 s [treefmt-check] .search-input {
  2251. 2.87 s [treefmt-check] - padding:.5rem 1rem .5rem 3.5rem;
  2252. 2.87 s [treefmt-check] - font-size:0.875rem;
  2253. 2.87 s [treefmt-check] - background-color:#fff;
  2254. 2.87 s [treefmt-check] - transition:padding-left linear 200ms
  2255. 2.87 s [treefmt-check] + padding: 0.5rem 1rem 0.5rem 3.5rem;
  2256. 2.87 s [treefmt-check] + font-size: 0.875rem;
  2257. 2.87 s [treefmt-check] + background-color: #fff;
  2258. 2.87 s [treefmt-check] + transition: padding-left linear 200ms;
  2259. 2.87 s [treefmt-check] }
  2260. 2.87 s [treefmt-check] }
  2261. 2.87 s [treefmt-check] .search-input:focus {
  2262. 2.87 s [treefmt-check] - outline-offset:-1px
  2263. 2.87 s [treefmt-check] + outline-offset: -1px;
  2264. 2.87 s [treefmt-check] }
  2265. 2.87 s [treefmt-check] -.search-input:focus+.search-label .search-icon {
  2266. 2.87 s [treefmt-check] - color:#7253ed
  2267. 2.87 s [treefmt-check] +.search-input:focus + .search-label .search-icon {
  2268. 2.87 s [treefmt-check] + color: #7253ed;
  2269. 2.87 s [treefmt-check] }
  2270. 2.87 s [treefmt-check] .search-label {
  2271. 2.87 s [treefmt-check] - position:absolute;
  2272. 2.87 s [treefmt-check] - display:flex;
  2273. 2.87 s [treefmt-check] - height:100%;
  2274. 2.87 s [treefmt-check] - padding-left:1rem
  2275. 2.87 s [treefmt-check] + position: absolute;
  2276. 2.87 s [treefmt-check] + display: flex;
  2277. 2.87 s [treefmt-check] + height: 100%;
  2278. 2.87 s [treefmt-check] + padding-left: 1rem;
  2279. 2.87 s [treefmt-check] }
  2280. 2.87 s [treefmt-check] @media (min-width: 50rem) {
  2281. 2.87 s [treefmt-check] .search-label {
  2282. 2.87 s [treefmt-check] - padding-left:2rem;
  2283. 2.87 s [treefmt-check] - transition:padding-left linear 200ms
  2284. 2.87 s [treefmt-check] + padding-left: 2rem;
  2285. 2.87 s [treefmt-check] + transition: padding-left linear 200ms;
  2286. 2.87 s [treefmt-check] }
  2287. 2.87 s [treefmt-check] }
  2288. 2.87 s [treefmt-check] .search-label .search-icon {
  2289. 2.87 s [treefmt-check] - width:1.2rem;
  2290. 2.87 s [treefmt-check] - height:1.2rem;
  2291. 2.87 s [treefmt-check] - align-self:center;
  2292. 2.87 s [treefmt-check] - color:#959396
  2293. 2.87 s [treefmt-check] + width: 1.2rem;
  2294. 2.87 s [treefmt-check] + height: 1.2rem;
  2295. 2.87 s [treefmt-check] + align-self: center;
  2296. 2.87 s [treefmt-check] + color: #959396;
  2297. 2.87 s [treefmt-check] }
  2298. 2.87 s [treefmt-check] .search-results {
  2299. 2.87 s [treefmt-check] - position:absolute;
  2300. 2.87 s [treefmt-check] - left:0;
  2301. 2.87 s [treefmt-check] - display:none;
  2302. 2.87 s [treefmt-check] - width:100%;
  2303. 2.87 s [treefmt-check] - max-height:calc(100% - 4rem);
  2304. 2.87 s [treefmt-check] - overflow-y:auto;
  2305. 2.88 s [treefmt-check] - background-color:#fff;
  2306. 2.88 s [treefmt-check] - border-bottom-right-radius:4px;
  2307. 2.88 s [treefmt-check] - border-bottom-left-radius:4px;
  2308. 2.88 s [treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08)
  2309. 2.88 s [treefmt-check] + position: absolute;
  2310. 2.88 s [treefmt-check] + left: 0;
  2311. 2.88 s [treefmt-check] + display: none;
  2312. 2.88 s [treefmt-check] + width: 100%;
  2313. 2.88 s [treefmt-check] + max-height: calc(100% - 4rem);
  2314. 2.88 s [treefmt-check] + overflow-y: auto;
  2315. 2.88 s [treefmt-check] + background-color: #fff;
  2316. 2.88 s [treefmt-check] + border-bottom-right-radius: 4px;
  2317. 2.88 s [treefmt-check] + border-bottom-left-radius: 4px;
  2318. 2.88 s [treefmt-check] + box-shadow:
  2319. 2.88 s [treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12),
  2320. 2.88 s [treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08);
  2321. 2.88 s [treefmt-check] }
  2322. 2.88 s [treefmt-check] @media (min-width: 50rem) {
  2323. 2.88 s [treefmt-check] .search-results {
  2324. 2.88 s [treefmt-check] - top:100%;
  2325. 2.88 s [treefmt-check] - width:33.5rem;
  2326. 2.88 s [treefmt-check] - max-height:calc(100vh - 200%) !important
  2327. 2.88 s [treefmt-check] + top: 100%;
  2328. 2.88 s [treefmt-check] + width: 33.5rem;
  2329. 2.88 s [treefmt-check] + max-height: calc(100vh - 200%) !important;
  2330. 2.88 s [treefmt-check] }
  2331. 2.88 s [treefmt-check] }
  2332. 2.88 s [treefmt-check] .search-results-list {
  2333. 2.88 s [treefmt-check] - padding-left:0;
  2334. 2.88 s [treefmt-check] - margin-bottom:.25rem;
  2335. 2.88 s [treefmt-check] - list-style:none
  2336. 2.88 s [treefmt-check] + padding-left: 0;
  2337. 2.88 s [treefmt-check] + margin-bottom: 0.25rem;
  2338. 2.88 s [treefmt-check] + list-style: none;
  2339. 2.88 s [treefmt-check] }
  2340. 2.88 s [treefmt-check] .search-results-list {
  2341. 2.88 s [treefmt-check] - font-size:.875rem !important
  2342. 2.88 s [treefmt-check] + font-size: 0.875rem !important;
  2343. 2.88 s [treefmt-check] }
  2344. 2.88 s [treefmt-check] @media (min-width: 31.25rem) {
  2345. 2.88 s [treefmt-check] .search-results-list {
  2346. 2.88 s [treefmt-check] - font-size:1rem !important
  2347. 2.88 s [treefmt-check] + font-size: 1rem !important;
  2348. 2.88 s [treefmt-check] }
  2349. 2.88 s [treefmt-check] }
  2350. 2.88 s [treefmt-check] @media (min-width: 50rem) {
  2351. 2.88 s [treefmt-check] .search-results-list {
  2352. 2.88 s [treefmt-check] - font-size:.75rem !important
  2353. 2.88 s [treefmt-check] + font-size: 0.75rem !important;
  2354. 2.88 s [treefmt-check] }
  2355. 2.88 s [treefmt-check] }
  2356. 2.88 s [treefmt-check] @media (min-width: 50rem) and (min-width: 31.25rem) {
  2357. 2.88 s [treefmt-check] .search-results-list {
  2358. 2.88 s [treefmt-check] - font-size:.875rem !important
  2359. 2.88 s [treefmt-check] + font-size: 0.875rem !important;
  2360. 2.88 s [treefmt-check] }
  2361. 2.88 s [treefmt-check] }
  2362. 2.88 s [treefmt-check] .search-results-list-item {
  2363. 2.88 s [treefmt-check] - padding:0;
  2364. 2.88 s [treefmt-check] - margin:0
  2365. 2.88 s [treefmt-check] + padding: 0;
  2366. 2.88 s [treefmt-check] + margin: 0;
  2367. 2.88 s [treefmt-check] }
  2368. 2.88 s [treefmt-check] .search-result {
  2369. 2.88 s [treefmt-check] - display:block;
  2370. 2.88 s [treefmt-check] - padding:.25rem .75rem;
  2371. 2.88 s [treefmt-check] - outline-offset:-1px
  2372. 2.88 s [treefmt-check] + display: block;
  2373. 2.88 s [treefmt-check] + padding: 0.25rem 0.75rem;
  2374. 2.88 s [treefmt-check] + outline-offset: -1px;
  2375. 2.88 s [treefmt-check] }
  2376. 2.88 s [treefmt-check] .search-result:hover,
  2377. 2.88 s [treefmt-check] .search-result.active {
  2378. 2.88 s [treefmt-check] - background-color:#ebedf5
  2379. 2.88 s [treefmt-check] + background-color: #ebedf5;
  2380. 2.88 s [treefmt-check] }
  2381. 2.88 s [treefmt-check] .search-result-title {
  2382. 2.88 s [treefmt-check] - display:block;
  2383. 2.88 s [treefmt-check] - padding-top:.5rem;
  2384. 2.88 s [treefmt-check] - padding-bottom:.5rem
  2385. 2.88 s [treefmt-check] + display: block;
  2386. 2.88 s [treefmt-check] + padding-top: 0.5rem;
  2387. 2.88 s [treefmt-check] + padding-bottom: 0.5rem;
  2388. 2.88 s [treefmt-check] }
  2389. 2.88 s [treefmt-check] @media (min-width: 31.25rem) {
  2390. 2.88 s [treefmt-check] .search-result-title {
  2391. 2.88 s [treefmt-check] - display:inline-block;
  2392. 2.88 s [treefmt-check] - width:40%;
  2393. 2.88 s [treefmt-check] - padding-right:.5rem;
  2394. 2.88 s [treefmt-check] - vertical-align:top
  2395. 2.88 s [treefmt-check] + display: inline-block;
  2396. 2.88 s [treefmt-check] + width: 40%;
  2397. 2.88 s [treefmt-check] + padding-right: 0.5rem;
  2398. 2.88 s [treefmt-check] + vertical-align: top;
  2399. 2.88 s [treefmt-check] }
  2400. 2.88 s [treefmt-check] }
  2401. 2.88 s [treefmt-check] .search-result-doc {
  2402. 2.88 s [treefmt-check] - display:flex;
  2403. 2.88 s [treefmt-check] - align-items:center;
  2404. 2.88 s [treefmt-check] - overflow-wrap:break-word
  2405. 2.88 s [treefmt-check] + display: flex;
  2406. 2.88 s [treefmt-check] + align-items: center;
  2407. 2.88 s [treefmt-check] + overflow-wrap: break-word;
  2408. 2.88 s [treefmt-check] }
  2409. 2.88 s [treefmt-check] .search-result-doc.search-result-doc-parent {
  2410. 2.88 s [treefmt-check] - opacity:0.5
  2411. 2.88 s [treefmt-check] + opacity: 0.5;
  2412. 2.88 s [treefmt-check] }
  2413. 2.88 s [treefmt-check] .search-result-doc.search-result-doc-parent {
  2414. 2.88 s [treefmt-check] - font-size:.75rem !important
  2415. 2.88 s [treefmt-check] + font-size: 0.75rem !important;
  2416. 2.88 s [treefmt-check] }
  2417. 2.88 s [treefmt-check] @media (min-width: 31.25rem) {
  2418. 2.88 s [treefmt-check] .search-result-doc.search-result-doc-parent {
  2419. 2.88 s [treefmt-check] - font-size:.875rem !important
  2420. 2.88 s [treefmt-check] + font-size: 0.875rem !important;
  2421. 2.88 s [treefmt-check] }
  2422. 2.88 s [treefmt-check] }
  2423. 2.88 s [treefmt-check] @media (min-width: 50rem) {
  2424. 2.88 s [treefmt-check] .search-result-doc.search-result-doc-parent {
  2425. 2.88 s [treefmt-check] - font-size:.6875rem !important
  2426. 2.88 s [treefmt-check] + font-size: 0.6875rem !important;
  2427. 2.88 s [treefmt-check] }
  2428. 2.88 s [treefmt-check] }
  2429. 2.88 s [treefmt-check] @media (min-width: 50rem) and (min-width: 31.25rem) {
  2430. 2.88 s [treefmt-check] .search-result-doc.search-result-doc-parent {
  2431. 2.88 s [treefmt-check] - font-size:.75rem !important
  2432. 2.88 s [treefmt-check] + font-size: 0.75rem !important;
  2433. 2.88 s [treefmt-check] }
  2434. 2.88 s [treefmt-check] }
  2435. 2.88 s [treefmt-check] .search-result-doc .search-result-icon {
  2436. 2.88 s [treefmt-check] - width:1rem;
  2437. 2.88 s [treefmt-check] - height:1rem;
  2438. 2.88 s [treefmt-check] - margin-right:.5rem;
  2439. 2.88 s [treefmt-check] - color:#7253ed;
  2440. 2.88 s [treefmt-check] - flex-shrink:0
  2441. 2.88 s [treefmt-check] + width: 1rem;
  2442. 2.88 s [treefmt-check] + height: 1rem;
  2443. 2.88 s [treefmt-check] + margin-right: 0.5rem;
  2444. 2.88 s [treefmt-check] + color: #7253ed;
  2445. 2.88 s [treefmt-check] + flex-shrink: 0;
  2446. 2.88 s [treefmt-check] }
  2447. 2.88 s [treefmt-check] .search-result-doc .search-result-doc-title {
  2448. 2.88 s [treefmt-check] - overflow:auto
  2449. 2.88 s [treefmt-check] + overflow: auto;
  2450. 2.88 s [treefmt-check] }
  2451. 2.88 s [treefmt-check] .search-result-section {
  2452. 2.88 s [treefmt-check] - margin-left:1.5rem;
  2453. 2.88 s [treefmt-check] - overflow-wrap:break-word
  2454. 2.88 s [treefmt-check] + margin-left: 1.5rem;
  2455. 2.88 s [treefmt-check] + overflow-wrap: break-word;
  2456. 2.88 s [treefmt-check] }
  2457. 2.88 s [treefmt-check] .search-result-rel-url {
  2458. 2.88 s [treefmt-check] - display:block;
  2459. 2.88 s [treefmt-check] - margin-left:1.5rem;
  2460. 2.88 s [treefmt-check] - overflow:hidden;
  2461. 2.88 s [treefmt-check] - color:#5c5962;
  2462. 2.88 s [treefmt-check] - text-overflow:ellipsis;
  2463. 2.88 s [treefmt-check] - white-space:nowrap
  2464. 2.88 s [treefmt-check] + display: block;
  2465. 2.88 s [treefmt-check] + margin-left: 1.5rem;
  2466. 2.88 s [treefmt-check] + overflow: hidden;
  2467. 2.88 s [treefmt-check] + color: #5c5962;
  2468. 2.88 s [treefmt-check] + text-overflow: ellipsis;
  2469. 2.88 s [treefmt-check] + white-space: nowrap;
  2470. 2.88 s [treefmt-check] }
  2471. 2.88 s [treefmt-check] .search-result-rel-url {
  2472. 2.88 s [treefmt-check] - font-size:.5625rem !important
  2473. 2.88 s [treefmt-check] + font-size: 0.5625rem !important;
  2474. 2.88 s [treefmt-check] }
  2475. 2.88 s [treefmt-check] @media (min-width: 31.25rem) {
  2476. 2.88 s [treefmt-check] .search-result-rel-url {
  2477. 2.88 s [treefmt-check] - font-size:.625rem !important
  2478. 2.88 s [treefmt-check] + font-size: 0.625rem !important;
  2479. 2.88 s [treefmt-check] }
  2480. 2.88 s [treefmt-check] }
  2481. 2.88 s [treefmt-check] .search-result-previews {
  2482. 2.88 s [treefmt-check] - display:block;
  2483. 2.88 s [treefmt-check] - padding-top:.5rem;
  2484. 2.88 s [treefmt-check] - padding-bottom:.5rem;
  2485. 2.88 s [treefmt-check] - padding-left:1rem;
  2486. 2.88 s [treefmt-check] - margin-left:.5rem;
  2487. 2.88 s [treefmt-check] - color:#5c5962;
  2488. 2.88 s [treefmt-check] - overflow-wrap:break-word;
  2489. 2.88 s [treefmt-check] - border-left:1px solid;
  2490. 2.88 s [treefmt-check] - border-left-color:#eeebee
  2491. 2.88 s [treefmt-check] + display: block;
  2492. 2.88 s [treefmt-check] + padding-top: 0.5rem;
  2493. 2.88 s [treefmt-check] + padding-bottom: 0.5rem;
  2494. 2.88 s [treefmt-check] + padding-left: 1rem;
  2495. 2.88 s [treefmt-check] + margin-left: 0.5rem;
  2496. 2.88 s [treefmt-check] + color: #5c5962;
  2497. 2.88 s [treefmt-check] + overflow-wrap: break-word;
  2498. 2.88 s [treefmt-check] + border-left: 1px solid;
  2499. 2.88 s [treefmt-check] + border-left-color: #eeebee;
  2500. 2.88 s [treefmt-check] }
  2501. 2.88 s [treefmt-check] .search-result-previews {
  2502. 2.88 s [treefmt-check] - font-size:.6875rem !important
  2503. 2.88 s [treefmt-check] + font-size: 0.6875rem !important;
  2504. 2.88 s [treefmt-check] }
  2505. 2.88 s [treefmt-check] @media (min-width: 31.25rem) {
  2506. 2.88 s [treefmt-check] .search-result-previews {
  2507. 2.88 s [treefmt-check] - font-size:.75rem !important
  2508. 2.88 s [treefmt-check] + font-size: 0.75rem !important;
  2509. 2.88 s [treefmt-check] }
  2510. 2.88 s [treefmt-check] }
  2511. 2.88 s [treefmt-check] @media (min-width: 31.25rem) {
  2512. 2.88 s [treefmt-check] .search-result-previews {
  2513. 2.88 s [treefmt-check] - display:inline-block;
  2514. 2.88 s [treefmt-check] - width:60%;
  2515. 2.88 s [treefmt-check] - padding-left:.5rem;
  2516. 2.88 s [treefmt-check] - margin-left:0;
  2517. 2.88 s [treefmt-check] - vertical-align:top
  2518. 2.88 s [treefmt-check] + display: inline-block;
  2519. 2.88 s [treefmt-check] + width: 60%;
  2520. 2.88 s [treefmt-check] + padding-left: 0.5rem;
  2521. 2.88 s [treefmt-check] + margin-left: 0;
  2522. 2.88 s [treefmt-check] + vertical-align: top;
  2523. 2.88 s [treefmt-check] }
  2524. 2.88 s [treefmt-check] }
  2525. 2.88 s [treefmt-check] -.search-result-preview+.search-result-preview {
  2526. 2.88 s [treefmt-check] - margin-top:.25rem
  2527. 2.88 s [treefmt-check] +.search-result-preview + .search-result-preview {
  2528. 2.88 s [treefmt-check] + margin-top: 0.25rem;
  2529. 2.88 s [treefmt-check] }
  2530. 2.88 s [treefmt-check] .search-result-highlight {
  2531. 2.88 s [treefmt-check] - font-weight:bold
  2532. 2.88 s [treefmt-check] + font-weight: bold;
  2533. 2.88 s [treefmt-check] }
  2534. 2.88 s [treefmt-check] .search-no-result {
  2535. 2.88 s [treefmt-check] - padding:.5rem .75rem
  2536. 2.88 s [treefmt-check] + padding: 0.5rem 0.75rem;
  2537. 2.88 s [treefmt-check] }
  2538. 2.88 s [treefmt-check] .search-no-result {
  2539. 2.88 s [treefmt-check] - font-size:.75rem !important
  2540. 2.88 s [treefmt-check] + font-size: 0.75rem !important;
  2541. 2.88 s [treefmt-check] }
  2542. 2.88 s [treefmt-check] @media (min-width: 31.25rem) {
  2543. 2.88 s [treefmt-check] .search-no-result {
  2544. 2.88 s [treefmt-check] - font-size:.875rem !important
  2545. 2.88 s [treefmt-check] + font-size: 0.875rem !important;
  2546. 2.88 s [treefmt-check] }
  2547. 2.88 s [treefmt-check] }
  2548. 2.88 s [treefmt-check] .search-button {
  2549. 2.88 s [treefmt-check] - position:fixed;
  2550. 2.88 s [treefmt-check] - right:1rem;
  2551. 2.88 s [treefmt-check] - bottom:1rem;
  2552. 2.88 s [treefmt-check] - display:flex;
  2553. 2.88 s [treefmt-check] - width:3.5rem;
  2554. 2.88 s [treefmt-check] - height:3.5rem;
  2555. 2.88 s [treefmt-check] - background-color:#fff;
  2556. 2.88 s [treefmt-check] - border:1px solid rgba(114,83,237,0.3);
  2557. 2.88 s [treefmt-check] - border-radius:1.75rem;
  2558. 2.88 s [treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);
  2559. 2.88 s [treefmt-check] - align-items:center;
  2560. 2.88 s [treefmt-check] - justify-content:center
  2561. 2.88 s [treefmt-check] + position: fixed;
  2562. 2.88 s [treefmt-check] + right: 1rem;
  2563. 2.88 s [treefmt-check] + bottom: 1rem;
  2564. 2.88 s [treefmt-check] + display: flex;
  2565. 2.88 s [treefmt-check] + width: 3.5rem;
  2566. 2.88 s [treefmt-check] + height: 3.5rem;
  2567. 2.88 s [treefmt-check] + background-color: #fff;
  2568. 2.88 s [treefmt-check] + border: 1px solid rgba(114, 83, 237, 0.3);
  2569. 2.88 s [treefmt-check] + border-radius: 1.75rem;
  2570. 2.88 s [treefmt-check] + box-shadow:
  2571. 2.88 s [treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12),
  2572. 2.88 s [treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08);
  2573. 2.88 s [treefmt-check] + align-items: center;
  2574. 2.88 s [treefmt-check] + justify-content: center;
  2575. 2.88 s [treefmt-check] }
  2576. 2.88 s [treefmt-check] .search-overlay {
  2577. 2.88 s [treefmt-check] - position:fixed;
  2578. 2.88 s [treefmt-check] - top:0;
  2579. 2.88 s [treefmt-check] - left:0;
  2580. 2.88 s [treefmt-check] - z-index:1;
  2581. 2.88 s [treefmt-check] - width:0;
  2582. 2.88 s [treefmt-check] - height:0;
  2583. 2.88 s [treefmt-check] - background-color:rgba(0,0,0,0.3);
  2584. 2.88 s [treefmt-check] - opacity:0;
  2585. 2.88 s [treefmt-check] - transition:opacity ease 400ms,width 0s 400ms,height 0s 400ms
  2586. 2.88 s [treefmt-check] + position: fixed;
  2587. 2.88 s [treefmt-check] + top: 0;
  2588. 2.88 s [treefmt-check] + left: 0;
  2589. 2.88 s [treefmt-check] + z-index: 1;
  2590. 2.88 s [treefmt-check] + width: 0;
  2591. 2.88 s [treefmt-check] + height: 0;
  2592. 2.88 s [treefmt-check] + background-color: rgba(0, 0, 0, 0.3);
  2593. 2.88 s [treefmt-check] + opacity: 0;
  2594. 2.88 s [treefmt-check] + transition:
  2595. 2.88 s [treefmt-check] + opacity ease 400ms,
  2596. 2.88 s [treefmt-check] + width 0s 400ms,
  2597. 2.88 s [treefmt-check] + height 0s 400ms;
  2598. 2.88 s [treefmt-check] }
  2599. 2.88 s [treefmt-check] .search-active .search {
  2600. 2.88 s [treefmt-check] - position:fixed;
  2601. 2.88 s [treefmt-check] - top:0;
  2602. 2.88 s [treefmt-check] - left:0;
  2603. 2.88 s [treefmt-check] - width:100%;
  2604. 2.88 s [treefmt-check] - height:100%;
  2605. 2.88 s [treefmt-check] - padding:0
  2606. 2.88 s [treefmt-check] + position: fixed;
  2607. 2.88 s [treefmt-check] + top: 0;
  2608. 2.88 s [treefmt-check] + left: 0;
  2609. 2.88 s [treefmt-check] + width: 100%;
  2610. 2.88 s [treefmt-check] + height: 100%;
  2611. 2.88 s [treefmt-check] + padding: 0;
  2612. 2.88 s [treefmt-check] }
  2613. 2.88 s [treefmt-check] .search-active .search-input-wrap {
  2614. 2.88 s [treefmt-check] - height:4rem;
  2615. 2.88 s [treefmt-check] - border-radius:0
  2616. 2.88 s [treefmt-check] + height: 4rem;
  2617. 2.88 s [treefmt-check] + border-radius: 0;
  2618. 2.88 s [treefmt-check] }
  2619. 2.88 s [treefmt-check] @media (min-width: 50rem) {
  2620. 2.88 s [treefmt-check] .search-active .search-input-wrap {
  2621. 2.88 s [treefmt-check] - width:33.5rem;
  2622. 2.88 s [treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08)
  2623. 2.88 s [treefmt-check] + width: 33.5rem;
  2624. 2.88 s [treefmt-check] + box-shadow:
  2625. 2.88 s [treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12),
  2626. 2.88 s [treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08);
  2627. 2.88 s [treefmt-check] }
  2628. 2.88 s [treefmt-check] }
  2629. 2.88 s [treefmt-check] .search-active .search-input {
  2630. 2.88 s [treefmt-check] - background-color:#fff
  2631. 2.88 s [treefmt-check] + background-color: #fff;
  2632. 2.88 s [treefmt-check] }
  2633. 2.88 s [treefmt-check] @media (min-width: 50rem) {
  2634. 2.88 s [treefmt-check] .search-active .search-input {
  2635. 2.88 s [treefmt-check] - padding-left:2.3rem
  2636. 2.88 s [treefmt-check] + padding-left: 2.3rem;
  2637. 2.88 s [treefmt-check] }
  2638. 2.88 s [treefmt-check] }
  2639. 2.88 s [treefmt-check] @media (min-width: 50rem) {
  2640. 2.88 s [treefmt-check] .search-active .search-label {
  2641. 2.88 s [treefmt-check] - padding-left:0.6rem
  2642. 2.88 s [treefmt-check] + padding-left: 0.6rem;
  2643. 2.88 s [treefmt-check] }
  2644. 2.88 s [treefmt-check] }
  2645. 2.88 s [treefmt-check] .search-active .search-results {
  2646. 2.88 s [treefmt-check] - display:block
  2647. 2.88 s [treefmt-check] + display: block;
  2648. 2.88 s [treefmt-check] }
  2649. 2.88 s [treefmt-check] .search-active .search-overlay {
  2650. 2.88 s [treefmt-check] - width:100%;
  2651. 2.88 s [treefmt-check] - height:100%;
  2652. 2.88 s [treefmt-check] - opacity:1;
  2653. 2.88 s [treefmt-check] - transition:opacity ease 400ms,width 0s,height 0s
  2654. 2.88 s [treefmt-check] + width: 100%;
  2655. 2.88 s [treefmt-check] + height: 100%;
  2656. 2.88 s [treefmt-check] + opacity: 1;
  2657. 2.88 s [treefmt-check] + transition:
  2658. 2.88 s [treefmt-check] + opacity ease 400ms,
  2659. 2.88 s [treefmt-check] + width 0s,
  2660. 2.88 s [treefmt-check] + height 0s;
  2661. 2.88 s [treefmt-check] }
  2662. 2.88 s [treefmt-check] @media (min-width: 50rem) {
  2663. 2.88 s [treefmt-check] .search-active .main {
  2664. 2.88 s [treefmt-check] - position:fixed;
  2665. 2.88 s [treefmt-check] - right:0;
  2666. 2.88 s [treefmt-check] - left:0
  2667. 2.88 s [treefmt-check] + position: fixed;
  2668. 2.88 s [treefmt-check] + right: 0;
  2669. 2.88 s [treefmt-check] + left: 0;
  2670. 2.88 s [treefmt-check] }
  2671. 2.88 s [treefmt-check] }
  2672. 2.88 s [treefmt-check] .search-active .main-header {
  2673. 2.88 s [treefmt-check] - padding-top:4rem
  2674. 2.88 s [treefmt-check] + padding-top: 4rem;
  2675. 2.88 s [treefmt-check] }
  2676. 2.88 s [treefmt-check] @media (min-width: 50rem) {
  2677. 2.88 s [treefmt-check] .search-active .main-header {
  2678. 2.88 s [treefmt-check] - padding-top:0
  2679. 2.88 s [treefmt-check] + padding-top: 0;
  2680. 2.88 s [treefmt-check] }
  2681. 2.88 s [treefmt-check] }
  2682. 2.88 s [treefmt-check] .table-wrapper {
  2683. 2.88 s [treefmt-check] - display:block;
  2684. 2.88 s [treefmt-check] - width:100%;
  2685. 2.88 s [treefmt-check] - max-width:100%;
  2686. 2.88 s [treefmt-check] - margin-bottom:1.5rem;
  2687. 2.88 s [treefmt-check] - overflow-x:auto;
  2688. 2.88 s [treefmt-check] - border-radius:4px;
  2689. 2.88 s [treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08)
  2690. 2.88 s [treefmt-check] + display: block;
  2691. 2.88 s [treefmt-check] + width: 100%;
  2692. 2.88 s [treefmt-check] + max-width: 100%;
  2693. 2.88 s [treefmt-check] + margin-bottom: 1.5rem;
  2694. 2.88 s [treefmt-check] + overflow-x: auto;
  2695. 2.88 s [treefmt-check] + border-radius: 4px;
  2696. 2.88 s [treefmt-check] + box-shadow:
  2697. 2.88 s [treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12),
  2698. 2.88 s [treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08);
  2699. 2.88 s [treefmt-check] }
  2700. 2.88 s [treefmt-check] table {
  2701. 2.88 s [treefmt-check] - display:table;
  2702. 2.88 s [treefmt-check] - min-width:100%;
  2703. 2.88 s [treefmt-check] - border-collapse:separate
  2704. 2.88 s [treefmt-check] + display: table;
  2705. 2.88 s [treefmt-check] + min-width: 100%;
  2706. 2.88 s [treefmt-check] + border-collapse: separate;
  2707. 2.88 s [treefmt-check] }
  2708. 2.88 s [treefmt-check] th,
  2709. 2.88 s [treefmt-check] td {
  2710. 2.88 s [treefmt-check] /*! min-width:7.5rem; */
  2711. 2.88 s [treefmt-check] - padding:.5rem .75rem;
  2712. 2.88 s [treefmt-check] - background-color:#fff;
  2713. 2.88 s [treefmt-check] - border-bottom:1px solid rgba(238,235,238,0.5);
  2714. 2.88 s [treefmt-check] - border-left:1px solid #eeebee;
  2715. 2.88 s [treefmt-check] + padding: 0.5rem 0.75rem;
  2716. 2.88 s [treefmt-check] + background-color: #fff;
  2717. 2.88 s [treefmt-check] + border-bottom: 1px solid rgba(238, 235, 238, 0.5);
  2718. 2.88 s [treefmt-check] + border-left: 1px solid #eeebee;
  2719. 2.88 s [treefmt-check] }
  2720. 2.88 s [treefmt-check] th,
  2721. 2.88 s [treefmt-check] td {
  2722. 2.88 s [treefmt-check] - font-size:.75rem !important
  2723. 2.88 s [treefmt-check] + font-size: 0.75rem !important;
  2724. 2.88 s [treefmt-check] }
  2725. 2.88 s [treefmt-check] @media (min-width: 31.25rem) {
  2726. 2.88 s [treefmt-check] th,
  2727. 2.88 s [treefmt-check] td {
  2728. 2.88 s [treefmt-check] - font-size:.875rem !important
  2729. 2.88 s [treefmt-check] + font-size: 0.875rem !important;
  2730. 2.88 s [treefmt-check] }
  2731. 2.88 s [treefmt-check] }
  2732. 2.88 s [treefmt-check] th:first-of-type,
  2733. 2.88 s [treefmt-check] td:first-of-type {
  2734. 2.88 s [treefmt-check] - border-left:0
  2735. 2.88 s [treefmt-check] + border-left: 0;
  2736. 2.88 s [treefmt-check] }
  2737. 2.88 s [treefmt-check] tbody tr:last-of-type th,
  2738. 2.88 s [treefmt-check] tbody tr:last-of-type td {
  2739. 2.88 s [treefmt-check] - border-bottom:0
  2740. 2.88 s [treefmt-check] + border-bottom: 0;
  2741. 2.88 s [treefmt-check] }
  2742. 2.88 s [treefmt-check] tbody tr:last-of-type td {
  2743. 2.88 s [treefmt-check] - padding-bottom:.75rem
  2744. 2.88 s [treefmt-check] + padding-bottom: 0.75rem;
  2745. 2.88 s [treefmt-check] }
  2746. 2.88 s [treefmt-check] thead th {
  2747. 2.88 s [treefmt-check] - border-bottom:1px solid #eeebee
  2748. 2.88 s [treefmt-check] + border-bottom: 1px solid #eeebee;
  2749. 2.88 s [treefmt-check] }
  2750. 2.88 s [treefmt-check] -:not(pre,
  2751. 2.88 s [treefmt-check] -figure)>code {
  2752. 2.88 s [treefmt-check] - padding:0.2em 0.15em;
  2753. 2.88 s [treefmt-check] - font-weight:400;
  2754. 2.88 s [treefmt-check] - background-color:#fff;
  2755. 2.88 s [treefmt-check] - border:1px solid #eeebee;
  2756. 2.88 s [treefmt-check] - border-radius:4px
  2757. 2.88 s [treefmt-check] +:not(pre, figure) > code {
  2758. 2.88 s [treefmt-check] + padding: 0.2em 0.15em;
  2759. 2.88 s [treefmt-check] + font-weight: 400;
  2760. 2.88 s [treefmt-check] + background-color: #fff;
  2761. 2.88 s [treefmt-check] + border: 1px solid #eeebee;
  2762. 2.88 s [treefmt-check] + border-radius: 4px;
  2763. 2.88 s [treefmt-check] }
  2764. 2.88 s [treefmt-check] a:visited code {
  2765. 2.88 s [treefmt-check] - border-color:#eeebee
  2766. 2.88 s [treefmt-check] + border-color: #eeebee;
  2767. 2.88 s [treefmt-check] }
  2768. 2.88 s [treefmt-check] div.highlighter-rouge,
  2769. 2.88 s [treefmt-check] -div.listingblock>div.content,
  2770. 2.88 s [treefmt-check] +div.listingblock > div.content,
  2771. 2.88 s [treefmt-check] figure.highlight {
  2772. 2.88 s [treefmt-check] - margin-top:0;
  2773. 2.88 s [treefmt-check] - margin-bottom:.75rem;
  2774. 2.88 s [treefmt-check] - background-color:#fff;
  2775. 2.88 s [treefmt-check] - border-radius:4px;
  2776. 2.88 s [treefmt-check] - box-shadow:none;
  2777. 2.88 s [treefmt-check] - -webkit-overflow-scrolling:touch;
  2778. 2.88 s [treefmt-check] - position:relative;
  2779. 2.88 s [treefmt-check] - padding:0
  2780. 2.88 s [treefmt-check] -}
  2781. 2.88 s [treefmt-check] -div.highlighter-rouge>button,
  2782. 2.88 s [treefmt-check] -div.listingblock>div.content>button,
  2783. 2.88 s [treefmt-check] -figure.highlight>button {
  2784. 2.88 s [treefmt-check] - width:.75rem;
  2785. 2.88 s [treefmt-check] - opacity:0;
  2786. 2.88 s [treefmt-check] - position:absolute;
  2787. 2.88 s [treefmt-check] - top:0;
  2788. 2.88 s [treefmt-check] - right:0;
  2789. 2.88 s [treefmt-check] - padding:.75rem;
  2790. 2.88 s [treefmt-check] - border:none;
  2791. 2.88 s [treefmt-check] - background:none;
  2792. 2.88 s [treefmt-check] - color:#5c5962;
  2793. 2.88 s [treefmt-check] - box-sizing:content-box
  2794. 2.88 s [treefmt-check] -}
  2795. 2.88 s [treefmt-check] -div.highlighter-rouge>button svg,
  2796. 2.88 s [treefmt-check] -div.listingblock>div.content>button svg,
  2797. 2.88 s [treefmt-check] -figure.highlight>button svg {
  2798. 2.88 s [treefmt-check] - fill:#5c5962
  2799. 2.88 s [treefmt-check] -}
  2800. 2.88 s [treefmt-check] -div.highlighter-rouge>button:active,
  2801. 2.88 s [treefmt-check] -div.listingblock>div.content>button:active,
  2802. 2.88 s [treefmt-check] -figure.highlight>button:active {
  2803. 2.88 s [treefmt-check] - text-decoration:none;
  2804. 2.88 s [treefmt-check] - outline:none;
  2805. 2.88 s [treefmt-check] - opacity:1
  2806. 2.88 s [treefmt-check] -}
  2807. 2.88 s [treefmt-check] -div.highlighter-rouge>button:focus,
  2808. 2.88 s [treefmt-check] -div.listingblock>div.content>button:focus,
  2809. 2.88 s [treefmt-check] -figure.highlight>button:focus {
  2810. 2.88 s [treefmt-check] - opacity:1;
  2811. 2.88 s [treefmt-check] - outline:2px solid #7253ed
  2812. 2.88 s [treefmt-check] -}
  2813. 2.88 s [treefmt-check] -div.highlighter-rouge:hover>button,
  2814. 2.88 s [treefmt-check] -div.listingblock>div.content:hover>button,
  2815. 2.88 s [treefmt-check] -figure.highlight:hover>button {
  2816. 2.88 s [treefmt-check] - cursor:copy;
  2817. 2.88 s [treefmt-check] - opacity:1
  2818. 2.88 s [treefmt-check] + margin-top: 0;
  2819. 2.88 s [treefmt-check] + margin-bottom: 0.75rem;
  2820. 2.88 s [treefmt-check] + background-color: #fff;
  2821. 2.88 s [treefmt-check] + border-radius: 4px;
  2822. 2.88 s [treefmt-check] + box-shadow: none;
  2823. 2.88 s [treefmt-check] + -webkit-overflow-scrolling: touch;
  2824. 2.88 s [treefmt-check] + position: relative;
  2825. 2.88 s [treefmt-check] + padding: 0;
  2826. 2.88 s [treefmt-check] +}
  2827. 2.88 s [treefmt-check] +div.highlighter-rouge > button,
  2828. 2.88 s [treefmt-check] +div.listingblock > div.content > button,
  2829. 2.88 s [treefmt-check] +figure.highlight > button {
  2830. 2.88 s [treefmt-check] + width: 0.75rem;
  2831. 2.88 s [treefmt-check] + opacity: 0;
  2832. 2.88 s [treefmt-check] + position: absolute;
  2833. 2.88 s [treefmt-check] + top: 0;
  2834. 2.88 s [treefmt-check] + right: 0;
  2835. 2.88 s [treefmt-check] + padding: 0.75rem;
  2836. 2.88 s [treefmt-check] + border: none;
  2837. 2.88 s [treefmt-check] + background: none;
  2838. 2.88 s [treefmt-check] + color: #5c5962;
  2839. 2.88 s [treefmt-check] + box-sizing: content-box;
  2840. 2.88 s [treefmt-check] +}
  2841. 2.88 s [treefmt-check] +div.highlighter-rouge > button svg,
  2842. 2.88 s [treefmt-check] +div.listingblock > div.content > button svg,
  2843. 2.88 s [treefmt-check] +figure.highlight > button svg {
  2844. 2.88 s [treefmt-check] + fill: #5c5962;
  2845. 2.88 s [treefmt-check] +}
  2846. 2.88 s [treefmt-check] +div.highlighter-rouge > button:active,
  2847. 2.88 s [treefmt-check] +div.listingblock > div.content > button:active,
  2848. 2.88 s [treefmt-check] +figure.highlight > button:active {
  2849. 2.88 s [treefmt-check] + text-decoration: none;
  2850. 2.88 s [treefmt-check] + outline: none;
  2851. 2.88 s [treefmt-check] + opacity: 1;
  2852. 2.88 s [treefmt-check] +}
  2853. 2.88 s [treefmt-check] +div.highlighter-rouge > button:focus,
  2854. 2.88 s [treefmt-check] +div.listingblock > div.content > button:focus,
  2855. 2.88 s [treefmt-check] +figure.highlight > button:focus {
  2856. 2.88 s [treefmt-check] + opacity: 1;
  2857. 2.88 s [treefmt-check] + outline: 2px solid #7253ed;
  2858. 2.88 s [treefmt-check] +}
  2859. 2.88 s [treefmt-check] +div.highlighter-rouge:hover > button,
  2860. 2.88 s [treefmt-check] +div.listingblock > div.content:hover > button,
  2861. 2.88 s [treefmt-check] +figure.highlight:hover > button {
  2862. 2.88 s [treefmt-check] + cursor: copy;
  2863. 2.88 s [treefmt-check] + opacity: 1;
  2864. 2.88 s [treefmt-check] }
  2865. 2.88 s [treefmt-check] div.highlighter-rouge div.highlight {
  2866. 2.88 s [treefmt-check] - overflow-x:auto;
  2867. 2.88 s [treefmt-check] - padding:.75rem;
  2868. 2.88 s [treefmt-check] - margin:0;
  2869. 2.88 s [treefmt-check] - border:1px solid #5c5962;
  2870. 2.88 s [treefmt-check] - border-radius:4px
  2871. 2.88 s [treefmt-check] + overflow-x: auto;
  2872. 2.88 s [treefmt-check] + padding: 0.75rem;
  2873. 2.88 s [treefmt-check] + margin: 0;
  2874. 2.88 s [treefmt-check] + border: 1px solid #5c5962;
  2875. 2.88 s [treefmt-check] + border-radius: 4px;
  2876. 2.88 s [treefmt-check] }
  2877. 2.88 s [treefmt-check] div.highlighter-rouge pre.highlight,
  2878. 2.88 s [treefmt-check] div.highlighter-rouge code {
  2879. 2.88 s [treefmt-check] - padding:0;
  2880. 2.88 s [treefmt-check] - margin:0;
  2881. 2.88 s [treefmt-check] - border:0
  2882. 2.88 s [treefmt-check] + padding: 0;
  2883. 2.88 s [treefmt-check] + margin: 0;
  2884. 2.88 s [treefmt-check] + border: 0;
  2885. 2.88 s [treefmt-check] }
  2886. 2.88 s [treefmt-check] div.listingblock {
  2887. 2.88 s [treefmt-check] - margin-top:0;
  2888. 2.88 s [treefmt-check] - margin-bottom:.75rem
  2889. 2.88 s [treefmt-check] + margin-top: 0;
  2890. 2.88 s [treefmt-check] + margin-bottom: 0.75rem;
  2891. 2.88 s [treefmt-check] }
  2892. 2.88 s [treefmt-check] div.listingblock div.content {
  2893. 2.88 s [treefmt-check] - overflow-x:auto;
  2894. 2.88 s [treefmt-check] - padding:.75rem;
  2895. 2.88 s [treefmt-check] - margin:0;
  2896. 2.88 s [treefmt-check] - border:1px solid #5c5962;
  2897. 2.88 s [treefmt-check] - border-radius:4px
  2898. 2.88 s [treefmt-check] + overflow-x: auto;
  2899. 2.88 s [treefmt-check] + padding: 0.75rem;
  2900. 2.88 s [treefmt-check] + margin: 0;
  2901. 2.88 s [treefmt-check] + border: 1px solid #5c5962;
  2902. 2.88 s [treefmt-check] + border-radius: 4px;
  2903. 2.88 s [treefmt-check] }
  2904. 2.88 s [treefmt-check] -div.listingblock div.content>pre,
  2905. 2.88 s [treefmt-check] +div.listingblock div.content > pre,
  2906. 2.88 s [treefmt-check] div.listingblock code {
  2907. 2.88 s [treefmt-check] - padding:0;
  2908. 2.88 s [treefmt-check] - margin:0;
  2909. 2.88 s [treefmt-check] - border:0
  2910. 2.88 s [treefmt-check] + padding: 0;
  2911. 2.88 s [treefmt-check] + margin: 0;
  2912. 2.88 s [treefmt-check] + border: 0;
  2913. 2.88 s [treefmt-check] }
  2914. 2.88 s [treefmt-check] figure.highlight pre,
  2915. 2.88 s [treefmt-check] -figure.highlight :not(pre)>code {
  2916. 2.88 s [treefmt-check] - overflow-x:auto;
  2917. 2.88 s [treefmt-check] - padding:.75rem;
  2918. 2.88 s [treefmt-check] - margin:0;
  2919. 2.88 s [treefmt-check] - border:1px solid #5c5962;
  2920. 2.88 s [treefmt-check] - border-radius:4px
  2921. 2.88 s [treefmt-check] +figure.highlight :not(pre) > code {
  2922. 2.88 s [treefmt-check] + overflow-x: auto;
  2923. 2.88 s [treefmt-check] + padding: 0.75rem;
  2924. 2.88 s [treefmt-check] + margin: 0;
  2925. 2.88 s [treefmt-check] + border: 1px solid #5c5962;
  2926. 2.88 s [treefmt-check] + border-radius: 4px;
  2927. 2.88 s [treefmt-check] }
  2928. 2.88 s [treefmt-check] .highlight .table-wrapper {
  2929. 2.88 s [treefmt-check] - padding:.75rem 0;
  2930. 2.88 s [treefmt-check] - margin:0;
  2931. 2.88 s [treefmt-check] - border:0;
  2932. 2.88 s [treefmt-check] - box-shadow:none
  2933. 2.88 s [treefmt-check] + padding: 0.75rem 0;
  2934. 2.88 s [treefmt-check] + margin: 0;
  2935. 2.88 s [treefmt-check] + border: 0;
  2936. 2.88 s [treefmt-check] + box-shadow: none;
  2937. 2.88 s [treefmt-check] }
  2938. 2.88 s [treefmt-check] .highlight .table-wrapper td,
  2939. 2.88 s [treefmt-check] .highlight .table-wrapper pre {
  2940. 2.88 s [treefmt-check] - min-width:0;
  2941. 2.89 s [treefmt-check] - padding:0;
  2942. 2.89 s [treefmt-check] - background-color:#fff;
  2943. 2.89 s [treefmt-check] - border:0
  2944. 2.89 s [treefmt-check] + min-width: 0;
  2945. 2.89 s [treefmt-check] + padding: 0;
  2946. 2.89 s [treefmt-check] + background-color: #fff;
  2947. 2.89 s [treefmt-check] + border: 0;
  2948. 2.89 s [treefmt-check] }
  2949. 2.89 s [treefmt-check] .highlight .table-wrapper td,
  2950. 2.89 s [treefmt-check] .highlight .table-wrapper pre {
  2951. 2.89 s [treefmt-check] - font-size:.6875rem !important
  2952. 2.89 s [treefmt-check] + font-size: 0.6875rem !important;
  2953. 2.89 s [treefmt-check] }
  2954. 2.89 s [treefmt-check] @media (min-width: 31.25rem) {
  2955. 2.89 s [treefmt-check] .highlight .table-wrapper td,
  2956. 2.89 s [treefmt-check] .highlight .table-wrapper pre {
  2957. 2.89 s [treefmt-check] - font-size:.75rem !important
  2958. 2.89 s [treefmt-check] + font-size: 0.75rem !important;
  2959. 2.89 s [treefmt-check] }
  2960. 2.89 s [treefmt-check] }
  2961. 2.89 s [treefmt-check] .highlight .table-wrapper td.gl {
  2962. 2.89 s [treefmt-check] - width:1em;
  2963. 2.89 s [treefmt-check] - padding-right:.75rem;
  2964. 2.89 s [treefmt-check] - padding-left:.75rem
  2965. 2.89 s [treefmt-check] + width: 1em;
  2966. 2.89 s [treefmt-check] + padding-right: 0.75rem;
  2967. 2.89 s [treefmt-check] + padding-left: 0.75rem;
  2968. 2.89 s [treefmt-check] }
  2969. 2.89 s [treefmt-check] .highlight .table-wrapper pre {
  2970. 2.89 s [treefmt-check] - margin:0;
  2971. 2.89 s [treefmt-check] - line-height:2
  2972. 2.89 s [treefmt-check] + margin: 0;
  2973. 2.89 s [treefmt-check] + line-height: 2;
  2974. 2.89 s [treefmt-check] }
  2975. 2.89 s [treefmt-check] .code-example,
  2976. 2.89 s [treefmt-check] -.listingblock>.title {
  2977. 2.89 s [treefmt-check] - padding:.75rem;
  2978. 2.89 s [treefmt-check] - margin-bottom:.75rem;
  2979. 2.89 s [treefmt-check] - overflow:auto;
  2980. 2.89 s [treefmt-check] - border:1px solid #eeebee;
  2981. 2.89 s [treefmt-check] - border-radius:4px
  2982. 2.89 s [treefmt-check] -}
  2983. 2.89 s [treefmt-check] -.code-example+.highlighter-rouge,
  2984. 2.89 s [treefmt-check] -.code-example+.sectionbody .listingblock,
  2985. 2.89 s [treefmt-check] -.code-example+.content,
  2986. 2.89 s [treefmt-check] -.code-example+figure.highlight,
  2987. 2.89 s [treefmt-check] -.listingblock>.title+.highlighter-rouge,
  2988. 2.89 s [treefmt-check] -.listingblock>.title+.sectionbody .listingblock,
  2989. 2.89 s [treefmt-check] -.listingblock>.title+.content,
  2990. 2.89 s [treefmt-check] -.listingblock>.title+figure.highlight {
  2991. 2.89 s [treefmt-check] - position:relative;
  2992. 2.89 s [treefmt-check] - margin-top:-1rem;
  2993. 2.89 s [treefmt-check] - border-right:1px solid #eeebee;
  2994. 2.89 s [treefmt-check] - border-bottom:1px solid #eeebee;
  2995. 2.89 s [treefmt-check] - border-left:1px solid #eeebee;
  2996. 2.89 s [treefmt-check] - border-top-left-radius:0;
  2997. 2.89 s [treefmt-check] - border-top-right-radius:0
  2998. 2.89 s [treefmt-check] +.listingblock > .title {
  2999. 2.89 s [treefmt-check] + padding: 0.75rem;
  3000. 2.89 s [treefmt-check] + margin-bottom: 0.75rem;
  3001. 2.89 s [treefmt-check] + overflow: auto;
  3002. 2.89 s [treefmt-check] + border: 1px solid #eeebee;
  3003. 2.89 s [treefmt-check] + border-radius: 4px;
  3004. 2.89 s [treefmt-check] +}
  3005. 2.89 s [treefmt-check] +.code-example + .highlighter-rouge,
  3006. 2.89 s [treefmt-check] +.code-example + .sectionbody .listingblock,
  3007. 2.89 s [treefmt-check] +.code-example + .content,
  3008. 2.89 s [treefmt-check] +.code-example + figure.highlight,
  3009. 2.89 s [treefmt-check] +.listingblock > .title + .highlighter-rouge,
  3010. 2.89 s [treefmt-check] +.listingblock > .title + .sectionbody .listingblock,
  3011. 2.89 s [treefmt-check] +.listingblock > .title + .content,
  3012. 2.89 s [treefmt-check] +.listingblock > .title + figure.highlight {
  3013. 2.89 s [treefmt-check] + position: relative;
  3014. 2.89 s [treefmt-check] + margin-top: -1rem;
  3015. 2.89 s [treefmt-check] + border-right: 1px solid #eeebee;
  3016. 2.89 s [treefmt-check] + border-bottom: 1px solid #eeebee;
  3017. 2.89 s [treefmt-check] + border-left: 1px solid #eeebee;
  3018. 2.89 s [treefmt-check] + border-top-left-radius: 0;
  3019. 2.89 s [treefmt-check] + border-top-right-radius: 0;
  3020. 2.89 s [treefmt-check] }
  3021. 2.89 s [treefmt-check] code.language-mermaid {
  3022. 2.89 s [treefmt-check] - padding:0;
  3023. 2.89 s [treefmt-check] - background-color:inherit;
  3024. 2.89 s [treefmt-check] - border:0
  3025. 2.89 s [treefmt-check] + padding: 0;
  3026. 2.89 s [treefmt-check] + background-color: inherit;
  3027. 2.89 s [treefmt-check] + border: 0;
  3028. 2.89 s [treefmt-check] }
  3029. 2.89 s [treefmt-check] .highlight,
  3030. 2.89 s [treefmt-check] pre.highlight {
  3031. 2.89 s [treefmt-check] - background:#fff;
  3032. 2.89 s [treefmt-check] - color:#5c5962
  3033. 2.89 s [treefmt-check] + background: #fff;
  3034. 2.89 s [treefmt-check] + color: #5c5962;
  3035. 2.89 s [treefmt-check] }
  3036. 2.89 s [treefmt-check] .highlight pre {
  3037. 2.89 s [treefmt-check] - background:#fff
  3038. 2.89 s [treefmt-check] + background: #fff;
  3039. 2.89 s [treefmt-check] }
  3040. 2.89 s [treefmt-check] .text-grey-dk-000 {
  3041. 2.89 s [treefmt-check] - color:#959396 !important
  3042. 2.89 s [treefmt-check] + color: #959396 !important;
  3043. 2.89 s [treefmt-check] }
  3044. 2.89 s [treefmt-check] .text-grey-dk-100 {
  3045. 2.89 s [treefmt-check] - color:#5c5962 !important
  3046. 2.89 s [treefmt-check] + color: #5c5962 !important;
  3047. 2.89 s [treefmt-check] }
  3048. 2.89 s [treefmt-check] .text-grey-dk-200 {
  3049. 2.89 s [treefmt-check] - color:#44434d !important
  3050. 2.89 s [treefmt-check] + color: #44434d !important;
  3051. 2.89 s [treefmt-check] }
  3052. 2.89 s [treefmt-check] .text-grey-dk-250 {
  3053. 2.89 s [treefmt-check] - color:#302d36 !important
  3054. 2.89 s [treefmt-check] + color: #302d36 !important;
  3055. 2.89 s [treefmt-check] }
  3056. 2.89 s [treefmt-check] .text-grey-dk-300 {
  3057. 2.89 s [treefmt-check] - color:#27262b !important
  3058. 2.89 s [treefmt-check] + color: #27262b !important;
  3059. 2.89 s [treefmt-check] }
  3060. 2.89 s [treefmt-check] .text-grey-lt-000 {
  3061. 2.89 s [treefmt-check] - color:#f5f6fa !important
  3062. 2.89 s [treefmt-check] + color: #f5f6fa !important;
  3063. 2.89 s [treefmt-check] }
  3064. 2.89 s [treefmt-check] .text-grey-lt-100 {
  3065. 2.89 s [treefmt-check] - color:#eeebee !important
  3066. 2.89 s [treefmt-check] + color: #eeebee !important;
  3067. 2.89 s [treefmt-check] }
  3068. 2.89 s [treefmt-check] .text-grey-lt-200 {
  3069. 2.89 s [treefmt-check] - color:#ecebed !important
  3070. 2.89 s [treefmt-check] + color: #ecebed !important;
  3071. 2.89 s [treefmt-check] }
  3072. 2.89 s [treefmt-check] .text-grey-lt-300 {
  3073. 2.89 s [treefmt-check] - color:#e6e1e8 !important
  3074. 2.89 s [treefmt-check] + color: #e6e1e8 !important;
  3075. 2.89 s [treefmt-check] }
  3076. 2.89 s [treefmt-check] .text-blue-000 {
  3077. 2.89 s [treefmt-check] - color:#2c84fa !important
  3078. 2.89 s [treefmt-check] + color: #2c84fa !important;
  3079. 2.89 s [treefmt-check] }
  3080. 2.89 s [treefmt-check] .text-blue-100 {
  3081. 2.89 s [treefmt-check] - color:#2869e6 !important
  3082. 2.89 s [treefmt-check] + color: #2869e6 !important;
  3083. 2.89 s [treefmt-check] }
  3084. 2.89 s [treefmt-check] .text-blue-200 {
  3085. 2.89 s [treefmt-check] - color:#264caf !important
  3086. 2.89 s [treefmt-check] + color: #264caf !important;
  3087. 2.89 s [treefmt-check] }
  3088. 2.89 s [treefmt-check] .text-blue-300 {
  3089. 2.89 s [treefmt-check] - color:#183385 !important
  3090. 2.89 s [treefmt-check] + color: #183385 !important;
  3091. 2.89 s [treefmt-check] }
  3092. 2.89 s [treefmt-check] .text-green-000 {
  3093. 2.89 s [treefmt-check] - color:#41d693 !important
  3094. 2.89 s [treefmt-check] + color: #41d693 !important;
  3095. 2.89 s [treefmt-check] }
  3096. 2.89 s [treefmt-check] .text-green-100 {
  3097. 2.89 s [treefmt-check] - color:#11b584 !important
  3098. 2.89 s [treefmt-check] + color: #11b584 !important;
  3099. 2.89 s [treefmt-check] }
  3100. 2.89 s [treefmt-check] .text-green-200 {
  3101. 2.89 s [treefmt-check] - color:#009c7b !important
  3102. 2.89 s [treefmt-check] + color: #009c7b !important;
  3103. 2.89 s [treefmt-check] }
  3104. 2.89 s [treefmt-check] .text-green-300 {
  3105. 2.89 s [treefmt-check] - color:#026e57 !important
  3106. 2.89 s [treefmt-check] + color: #026e57 !important;
  3107. 2.89 s [treefmt-check] }
  3108. 2.89 s [treefmt-check] .text-purple-000 {
  3109. 2.89 s [treefmt-check] - color:#7253ed !important
  3110. 2.89 s [treefmt-check] + color: #7253ed !important;
  3111. 2.89 s [treefmt-check] }
  3112. 2.89 s [treefmt-check] .text-purple-100 {
  3113. 2.89 s [treefmt-check] - color:#5e41d0 !important
  3114. 2.89 s [treefmt-check] + color: #5e41d0 !important;
  3115. 2.89 s [treefmt-check] }
  3116. 2.89 s [treefmt-check] .text-purple-200 {
  3117. 2.89 s [treefmt-check] - color:#4e26af !important
  3118. 2.89 s [treefmt-check] + color: #4e26af !important;
  3119. 2.89 s [treefmt-check] }
  3120. 2.89 s [treefmt-check] .text-purple-300 {
  3121. 2.89 s [treefmt-check] - color:#381885 !important
  3122. 2.89 s [treefmt-check] + color: #381885 !important;
  3123. 2.89 s [treefmt-check] }
  3124. 2.89 s [treefmt-check] .text-yellow-000 {
  3125. 2.89 s [treefmt-check] - color:#ffeb82 !important
  3126. 2.89 s [treefmt-check] + color: #ffeb82 !important;
  3127. 2.89 s [treefmt-check] }
  3128. 2.89 s [treefmt-check] .text-yellow-100 {
  3129. 2.89 s [treefmt-check] - color:#fadf50 !important
  3130. 2.89 s [treefmt-check] + color: #fadf50 !important;
  3131. 2.89 s [treefmt-check] }
  3132. 2.89 s [treefmt-check] .text-yellow-200 {
  3133. 2.89 s [treefmt-check] - color:#f7d12e !important
  3134. 2.89 s [treefmt-check] + color: #f7d12e !important;
  3135. 2.89 s [treefmt-check] }
  3136. 2.89 s [treefmt-check] .text-yellow-300 {
  3137. 2.89 s [treefmt-check] - color:#e7af06 !important
  3138. 2.89 s [treefmt-check] + color: #e7af06 !important;
  3139. 2.89 s [treefmt-check] }
  3140. 2.89 s [treefmt-check] .text-red-000 {
  3141. 2.89 s [treefmt-check] - color:#f77e7e !important
  3142. 2.89 s [treefmt-check] + color: #f77e7e !important;
  3143. 2.89 s [treefmt-check] }
  3144. 2.89 s [treefmt-check] .text-red-100 {
  3145. 2.89 s [treefmt-check] - color:#f96e65 !important
  3146. 2.89 s [treefmt-check] + color: #f96e65 !important;
  3147. 2.89 s [treefmt-check] }
  3148. 2.89 s [treefmt-check] .text-red-200 {
  3149. 2.89 s [treefmt-check] - color:#e94c4c !important
  3150. 2.89 s [treefmt-check] + color: #e94c4c !important;
  3151. 2.89 s [treefmt-check] }
  3152. 2.89 s [treefmt-check] .text-red-300 {
  3153. 2.89 s [treefmt-check] - color:#dd2e2e !important
  3154. 2.89 s [treefmt-check] + color: #dd2e2e !important;
  3155. 2.89 s [treefmt-check] }
  3156. 2.89 s [treefmt-check] .bg-grey-dk-000 {
  3157. 2.89 s [treefmt-check] - background-color:#959396 !important
  3158. 2.89 s [treefmt-check] + background-color: #959396 !important;
  3159. 2.89 s [treefmt-check] }
  3160. 2.89 s [treefmt-check] .bg-grey-dk-100 {
  3161. 2.89 s [treefmt-check] - background-color:#5c5962 !important
  3162. 2.89 s [treefmt-check] + background-color: #5c5962 !important;
  3163. 2.89 s [treefmt-check] }
  3164. 2.89 s [treefmt-check] .bg-grey-dk-200 {
  3165. 2.89 s [treefmt-check] - background-color:#44434d !important
  3166. 2.89 s [treefmt-check] + background-color: #44434d !important;
  3167. 2.89 s [treefmt-check] }
  3168. 2.89 s [treefmt-check] .bg-grey-dk-250 {
  3169. 2.89 s [treefmt-check] - background-color:#302d36 !important
  3170. 2.89 s [treefmt-check] + background-color: #302d36 !important;
  3171. 2.89 s [treefmt-check] }
  3172. 2.89 s [treefmt-check] .bg-grey-dk-300 {
  3173. 2.89 s [treefmt-check] - background-color:#27262b !important
  3174. 2.89 s [treefmt-check] + background-color: #27262b !important;
  3175. 2.89 s [treefmt-check] }
  3176. 2.89 s [treefmt-check] .bg-grey-lt-000 {
  3177. 2.89 s [treefmt-check] - background-color:#f5f6fa !important
  3178. 2.89 s [treefmt-check] + background-color: #f5f6fa !important;
  3179. 2.89 s [treefmt-check] }
  3180. 2.89 s [treefmt-check] .bg-grey-lt-100 {
  3181. 2.89 s [treefmt-check] - background-color:#eeebee !important
  3182. 2.89 s [treefmt-check] + background-color: #eeebee !important;
  3183. 2.89 s [treefmt-check] }
  3184. 2.89 s [treefmt-check] .bg-grey-lt-200 {
  3185. 2.89 s [treefmt-check] - background-color:#ecebed !important
  3186. 2.89 s [treefmt-check] + background-color: #ecebed !important;
  3187. 2.89 s [treefmt-check] }
  3188. 2.89 s [treefmt-check] .bg-grey-lt-300 {
  3189. 2.89 s [treefmt-check] - background-color:#e6e1e8 !important
  3190. 2.89 s [treefmt-check] + background-color: #e6e1e8 !important;
  3191. 2.89 s [treefmt-check] }
  3192. 2.89 s [treefmt-check] .bg-blue-000 {
  3193. 2.89 s [treefmt-check] - background-color:#2c84fa !important
  3194. 2.89 s [treefmt-check] + background-color: #2c84fa !important;
  3195. 2.89 s [treefmt-check] }
  3196. 2.89 s [treefmt-check] .bg-blue-100 {
  3197. 2.89 s [treefmt-check] - background-color:#2869e6 !important
  3198. 2.89 s [treefmt-check] + background-color: #2869e6 !important;
  3199. 2.89 s [treefmt-check] }
  3200. 2.89 s [treefmt-check] .bg-blue-200 {
  3201. 2.89 s [treefmt-check] - background-color:#264caf !important
  3202. 2.89 s [treefmt-check] + background-color: #264caf !important;
  3203. 2.89 s [treefmt-check] }
  3204. 2.89 s [treefmt-check] .bg-blue-300 {
  3205. 2.89 s [treefmt-check] - background-color:#183385 !important
  3206. 2.89 s [treefmt-check] + background-color: #183385 !important;
  3207. 2.89 s [treefmt-check] }
  3208. 2.89 s [treefmt-check] .bg-green-000 {
  3209. 2.89 s [treefmt-check] - background-color:#41d693 !important
  3210. 2.89 s [treefmt-check] + background-color: #41d693 !important;
  3211. 2.89 s [treefmt-check] }
  3212. 2.89 s [treefmt-check] .bg-green-100 {
  3213. 2.89 s [treefmt-check] - background-color:#11b584 !important
  3214. 2.89 s [treefmt-check] + background-color: #11b584 !important;
  3215. 2.89 s [treefmt-check] }
  3216. 2.89 s [treefmt-check] .bg-green-200 {
  3217. 2.89 s [treefmt-check] - background-color:#009c7b !important
  3218. 2.89 s [treefmt-check] + background-color: #009c7b !important;
  3219. 2.89 s [treefmt-check] }
  3220. 2.89 s [treefmt-check] .bg-green-300 {
  3221. 2.89 s [treefmt-check] - background-color:#026e57 !important
  3222. 2.89 s [treefmt-check] + background-color: #026e57 !important;
  3223. 2.89 s [treefmt-check] }
  3224. 2.89 s [treefmt-check] .bg-purple-000 {
  3225. 2.89 s [treefmt-check] - background-color:#7253ed !important
  3226. 2.89 s [treefmt-check] + background-color: #7253ed !important;
  3227. 2.89 s [treefmt-check] }
  3228. 2.89 s [treefmt-check] .bg-purple-100 {
  3229. 2.89 s [treefmt-check] - background-color:#5e41d0 !important
  3230. 2.89 s [treefmt-check] + background-color: #5e41d0 !important;
  3231. 2.89 s [treefmt-check] }
  3232. 2.89 s [treefmt-check] .bg-purple-200 {
  3233. 2.89 s [treefmt-check] - background-color:#4e26af !important
  3234. 2.89 s [treefmt-check] + background-color: #4e26af !important;
  3235. 2.89 s [treefmt-check] }
  3236. 2.89 s [treefmt-check] .bg-purple-300 {
  3237. 2.89 s [treefmt-check] - background-color:#381885 !important
  3238. 2.89 s [treefmt-check] + background-color: #381885 !important;
  3239. 2.89 s [treefmt-check] }
  3240. 2.89 s [treefmt-check] .bg-yellow-000 {
  3241. 2.89 s [treefmt-check] - background-color:#ffeb82 !important
  3242. 2.89 s [treefmt-check] + background-color: #ffeb82 !important;
  3243. 2.89 s [treefmt-check] }
  3244. 2.89 s [treefmt-check] .bg-yellow-100 {
  3245. 2.89 s [treefmt-check] - background-color:#fadf50 !important
  3246. 2.89 s [treefmt-check] + background-color: #fadf50 !important;
  3247. 2.89 s [treefmt-check] }
  3248. 2.89 s [treefmt-check] .bg-yellow-200 {
  3249. 2.89 s [treefmt-check] - background-color:#f7d12e !important
  3250. 2.89 s [treefmt-check] + background-color: #f7d12e !important;
  3251. 2.89 s [treefmt-check] }
  3252. 2.89 s [treefmt-check] .bg-yellow-300 {
  3253. 2.89 s [treefmt-check] - background-color:#e7af06 !important
  3254. 2.89 s [treefmt-check] + background-color: #e7af06 !important;
  3255. 2.89 s [treefmt-check] }
  3256. 2.89 s [treefmt-check] .bg-red-000 {
  3257. 2.89 s [treefmt-check] - background-color:#f77e7e !important
  3258. 2.89 s [treefmt-check] + background-color: #f77e7e !important;
  3259. 2.89 s [treefmt-check] }
  3260. 2.89 s [treefmt-check] .bg-red-100 {
  3261. 2.89 s [treefmt-check] - background-color:#f96e65 !important
  3262. 2.89 s [treefmt-check] + background-color: #f96e65 !important;
  3263. 2.89 s [treefmt-check] }
  3264. 2.89 s [treefmt-check] .bg-red-200 {
  3265. 2.89 s [treefmt-check] - background-color:#e94c4c !important
  3266. 2.89 s [treefmt-check] + background-color: #e94c4c !important;
  3267. 2.89 s [treefmt-check] }
  3268. 2.89 s [treefmt-check] .bg-red-300 {
  3269. 2.89 s [treefmt-check] - background-color:#dd2e2e !important
  3270. 2.89 s [treefmt-check] + background-color: #dd2e2e !important;
  3271. 2.89 s [treefmt-check] }
  3272. 2.89 s [treefmt-check] .d-block {
  3273. 2.89 s [treefmt-check] - display:block !important
  3274. 2.89 s [treefmt-check] + display: block !important;
  3275. 2.89 s [treefmt-check] }
  3276. 2.89 s [treefmt-check] .d-flex {
  3277. 2.89 s [treefmt-check] - display:flex !important
  3278. 2.89 s [treefmt-check] + display: flex !important;
  3279. 2.89 s [treefmt-check] }
  3280. 2.89 s [treefmt-check] .d-inline {
  3281. 2.89 s [treefmt-check] - display:inline !important
  3282. 2.89 s [treefmt-check] + display: inline !important;
  3283. 2.89 s [treefmt-check] }
  3284. 2.89 s [treefmt-check] .d-inline-block {
  3285. 2.89 s [treefmt-check] - display:inline-block !important
  3286. 2.89 s [treefmt-check] + display: inline-block !important;
  3287. 2.89 s [treefmt-check] }
  3288. 2.89 s [treefmt-check] .d-none {
  3289. 2.89 s [treefmt-check] - display:none !important
  3290. 2.89 s [treefmt-check] + display: none !important;
  3291. 2.89 s [treefmt-check] }
  3292. 2.89 s [treefmt-check] .sr-only {
  3293. 2.89 s [treefmt-check] - position:absolute;
  3294. 2.89 s [treefmt-check] - width:1px;
  3295. 2.89 s [treefmt-check] - height:1px;
  3296. 2.89 s [treefmt-check] - padding:0;
  3297. 2.89 s [treefmt-check] - margin:-1px;
  3298. 2.89 s [treefmt-check] - overflow:hidden;
  3299. 2.89 s [treefmt-check] - clip-path:inset(50%);
  3300. 2.89 s [treefmt-check] - white-space:nowrap;
  3301. 2.89 s [treefmt-check] - border-width:0
  3302. 2.89 s [treefmt-check] + position: absolute;
  3303. 2.89 s [treefmt-check] + width: 1px;
  3304. 2.89 s [treefmt-check] + height: 1px;
  3305. 2.89 s [treefmt-check] + padding: 0;
  3306. 2.89 s [treefmt-check] + margin: -1px;
  3307. 2.89 s [treefmt-check] + overflow: hidden;
  3308. 2.89 s [treefmt-check] + clip-path: inset(50%);
  3309. 2.89 s [treefmt-check] + white-space: nowrap;
  3310. 2.89 s [treefmt-check] + border-width: 0;
  3311. 2.89 s [treefmt-check] }
  3312. 2.89 s [treefmt-check] @media (min-width: 20rem) {
  3313. 2.89 s [treefmt-check] .d-xs-block {
  3314. 2.89 s [treefmt-check] - display:block !important
  3315. 2.89 s [treefmt-check] + display: block !important;
  3316. 2.89 s [treefmt-check] }
  3317. 2.89 s [treefmt-check] .d-xs-flex {
  3318. 2.89 s [treefmt-check] - display:flex !important
  3319. 2.89 s [treefmt-check] + display: flex !important;
  3320. 2.89 s [treefmt-check] }
  3321. 2.89 s [treefmt-check] .d-xs-inline {
  3322. 2.89 s [treefmt-check] - display:inline !important
  3323. 2.89 s [treefmt-check] + display: inline !important;
  3324. 2.89 s [treefmt-check] }
  3325. 2.89 s [treefmt-check] .d-xs-inline-block {
  3326. 2.89 s [treefmt-check] - display:inline-block !important
  3327. 2.89 s [treefmt-check] + display: inline-block !important;
  3328. 2.89 s [treefmt-check] }
  3329. 2.89 s [treefmt-check] .d-xs-none {
  3330. 2.89 s [treefmt-check] - display:none !important
  3331. 2.89 s [treefmt-check] + display: none !important;
  3332. 2.89 s [treefmt-check] }
  3333. 2.89 s [treefmt-check] }
  3334. 2.89 s [treefmt-check] @media (min-width: 20rem) {
  3335. 2.89 s [treefmt-check] .d-xs-block {
  3336. 2.89 s [treefmt-check] - display:block !important
  3337. 2.89 s [treefmt-check] + display: block !important;
  3338. 2.89 s [treefmt-check] }
  3339. 2.89 s [treefmt-check] .d-xs-flex {
  3340. 2.89 s [treefmt-check] - display:flex !important
  3341. 2.89 s [treefmt-check] + display: flex !important;
  3342. 2.89 s [treefmt-check] }
  3343. 2.89 s [treefmt-check] .d-xs-inline {
  3344. 2.89 s [treefmt-check] - display:inline !important
  3345. 2.89 s [treefmt-check] + display: inline !important;
  3346. 2.89 s [treefmt-check] }
  3347. 2.89 s [treefmt-check] .d-xs-inline-block {
  3348. 2.89 s [treefmt-check] - display:inline-block !important
  3349. 2.89 s [treefmt-check] + display: inline-block !important;
  3350. 2.89 s [treefmt-check] }
  3351. 2.89 s [treefmt-check] .d-xs-none {
  3352. 2.89 s [treefmt-check] - display:none !important
  3353. 2.89 s [treefmt-check] + display: none !important;
  3354. 2.89 s [treefmt-check] }
  3355. 2.89 s [treefmt-check] }
  3356. 2.89 s [treefmt-check] @media (min-width: 20rem) {
  3357. 2.89 s [treefmt-check] .d-xs-block {
  3358. 2.89 s [treefmt-check] - display:block !important
  3359. 2.89 s [treefmt-check] + display: block !important;
  3360. 2.89 s [treefmt-check] }
  3361. 2.89 s [treefmt-check] .d-xs-flex {
  3362. 2.89 s [treefmt-check] - display:flex !important
  3363. 2.89 s [treefmt-check] + display: flex !important;
  3364. 2.89 s [treefmt-check] }
  3365. 2.89 s [treefmt-check] .d-xs-inline {
  3366. 2.89 s [treefmt-check] - display:inline !important
  3367. 2.89 s [treefmt-check] + display: inline !important;
  3368. 2.89 s [treefmt-check] }
  3369. 2.89 s [treefmt-check] .d-xs-inline-block {
  3370. 2.89 s [treefmt-check] - display:inline-block !important
  3371. 2.89 s [treefmt-check] + display: inline-block !important;
  3372. 2.89 s [treefmt-check] }
  3373. 2.89 s [treefmt-check] .d-xs-none {
  3374. 2.89 s [treefmt-check] - display:none !important
  3375. 2.89 s [treefmt-check] + display: none !important;
  3376. 2.89 s [treefmt-check] }
  3377. 2.89 s [treefmt-check] }
  3378. 2.89 s [treefmt-check] @media (min-width: 20rem) {
  3379. 2.89 s [treefmt-check] .d-xs-block {
  3380. 2.89 s [treefmt-check] - display:block !important
  3381. 2.89 s [treefmt-check] + display: block !important;
  3382. 2.89 s [treefmt-check] }
  3383. 2.89 s [treefmt-check] .d-xs-flex {
  3384. 2.89 s [treefmt-check] - display:flex !important
  3385. 2.89 s [treefmt-check] + display: flex !important;
  3386. 2.89 s [treefmt-check] }
  3387. 2.89 s [treefmt-check] .d-xs-inline {
  3388. 2.89 s [treefmt-check] - display:inline !important
  3389. 2.89 s [treefmt-check] + display: inline !important;
  3390. 2.89 s [treefmt-check] }
  3391. 2.89 s [treefmt-check] .d-xs-inline-block {
  3392. 2.89 s [treefmt-check] - display:inline-block !important
  3393. 2.89 s [treefmt-check] + display: inline-block !important;
  3394. 2.89 s [treefmt-check] }
  3395. 2.89 s [treefmt-check] .d-xs-none {
  3396. 2.89 s [treefmt-check] - display:none !important
  3397. 2.89 s [treefmt-check] + display: none !important;
  3398. 2.89 s [treefmt-check] }
  3399. 2.89 s [treefmt-check] }
  3400. 2.89 s [treefmt-check] @media (min-width: 20rem) {
  3401. 2.89 s [treefmt-check] .d-xs-block {
  3402. 2.89 s [treefmt-check] - display:block !important
  3403. 2.89 s [treefmt-check] + display: block !important;
  3404. 2.89 s [treefmt-check] }
  3405. 2.89 s [treefmt-check] .d-xs-flex {
  3406. 2.89 s [treefmt-check] - display:flex !important
  3407. 2.89 s [treefmt-check] + display: flex !important;
  3408. 2.89 s [treefmt-check] }
  3409. 2.89 s [treefmt-check] .d-xs-inline {
  3410. 2.89 s [treefmt-check] - display:inline !important
  3411. 2.89 s [treefmt-check] + display: inline !important;
  3412. 2.89 s [treefmt-check] }
  3413. 2.89 s [treefmt-check] .d-xs-inline-block {
  3414. 2.89 s [treefmt-check] - display:inline-block !important
  3415. 2.89 s [treefmt-check] + display: inline-block !important;
  3416. 2.89 s [treefmt-check] }
  3417. 2.89 s [treefmt-check] .d-xs-none {
  3418. 2.89 s [treefmt-check] - display:none !important
  3419. 2.89 s [treefmt-check] + display: none !important;
  3420. 2.89 s [treefmt-check] }
  3421. 2.89 s [treefmt-check] }
  3422. 2.89 s [treefmt-check] @media (min-width: 20rem) {
  3423. 2.89 s [treefmt-check] .d-xs-block {
  3424. 2.89 s [treefmt-check] - display:block !important
  3425. 2.89 s [treefmt-check] + display: block !important;
  3426. 2.89 s [treefmt-check] }
  3427. 2.89 s [treefmt-check] .d-xs-flex {
  3428. 2.89 s [treefmt-check] - display:flex !important
  3429. 2.89 s [treefmt-check] + display: flex !important;
  3430. 2.89 s [treefmt-check] }
  3431. 2.89 s [treefmt-check] .d-xs-inline {
  3432. 2.89 s [treefmt-check] - display:inline !important
  3433. 2.89 s [treefmt-check] + display: inline !important;
  3434. 2.89 s [treefmt-check] }
  3435. 2.89 s [treefmt-check] .d-xs-inline-block {
  3436. 2.89 s [treefmt-check] - display:inline-block !important
  3437. 2.89 s [treefmt-check] + display: inline-block !important;
  3438. 2.89 s [treefmt-check] }
  3439. 2.89 s [treefmt-check] .d-xs-none {
  3440. 2.89 s [treefmt-check] - display:none !important
  3441. 2.89 s [treefmt-check] + display: none !important;
  3442. 2.89 s [treefmt-check] }
  3443. 2.89 s [treefmt-check] }
  3444. 2.89 s [treefmt-check] @media (min-width: 20rem) {
  3445. 2.89 s [treefmt-check] .d-xs-block {
  3446. 2.89 s [treefmt-check] - display:block !important
  3447. 2.89 s [treefmt-check] + display: block !important;
  3448. 2.89 s [treefmt-check] }
  3449. 2.89 s [treefmt-check] .d-xs-flex {
  3450. 2.89 s [treefmt-check] - display:flex !important
  3451. 2.89 s [treefmt-check] + display: flex !important;
  3452. 2.89 s [treefmt-check] }
  3453. 2.89 s [treefmt-check] .d-xs-inline {
  3454. 2.89 s [treefmt-check] - display:inline !important
  3455. 2.89 s [treefmt-check] + display: inline !important;
  3456. 2.89 s [treefmt-check] }
  3457. 2.89 s [treefmt-check] .d-xs-inline-block {
  3458. 2.89 s [treefmt-check] - display:inline-block !important
  3459. 2.89 s [treefmt-check] + display: inline-block !important;
  3460. 2.89 s [treefmt-check] }
  3461. 2.89 s [treefmt-check] .d-xs-none {
  3462. 2.89 s [treefmt-check] - display:none !important
  3463. 2.89 s [treefmt-check] + display: none !important;
  3464. 2.89 s [treefmt-check] }
  3465. 2.89 s [treefmt-check] }
  3466. 2.89 s [treefmt-check] @media (min-width: 20rem) {
  3467. 2.89 s [treefmt-check] .d-xs-block {
  3468. 2.89 s [treefmt-check] - display:block !important
  3469. 2.89 s [treefmt-check] + display: block !important;
  3470. 2.89 s [treefmt-check] }
  3471. 2.89 s [treefmt-check] .d-xs-flex {
  3472. 2.89 s [treefmt-check] - display:flex !important
  3473. 2.89 s [treefmt-check] + display: flex !important;
  3474. 2.89 s [treefmt-check] }
  3475. 2.89 s [treefmt-check] .d-xs-inline {
  3476. 2.89 s [treefmt-check] - display:inline !important
  3477. 2.89 s [treefmt-check] + display: inline !important;
  3478. 2.89 s [treefmt-check] }
  3479. 2.89 s [treefmt-check] .d-xs-inline-block {
  3480. 2.89 s [treefmt-check] - display:inline-block !important
  3481. 2.89 s [treefmt-check] + display: inline-block !important;
  3482. 2.89 s [treefmt-check] }
  3483. 2.89 s [treefmt-check] .d-xs-none {
  3484. 2.89 s [treefmt-check] - display:none !important
  3485. 2.89 s [treefmt-check] + display: none !important;
  3486. 2.89 s [treefmt-check] }
  3487. 2.89 s [treefmt-check] }
  3488. 2.89 s [treefmt-check] @media (min-width: 20rem) {
  3489. 2.89 s [treefmt-check] .d-xs-block {
  3490. 2.89 s [treefmt-check] - display:block !important
  3491. 2.89 s [treefmt-check] + display: block !important;
  3492. 2.89 s [treefmt-check] }
  3493. 2.89 s [treefmt-check] .d-xs-flex {
  3494. 2.89 s [treefmt-check] - display:flex !important
  3495. 2.89 s [treefmt-check] + display: flex !important;
  3496. 2.89 s [treefmt-check] }
  3497. 2.89 s [treefmt-check] .d-xs-inline {
  3498. 2.89 s [treefmt-check] - display:inline !important
  3499. 2.89 s [treefmt-check] + display: inline !important;
  3500. 2.89 s [treefmt-check] }
  3501. 2.89 s [treefmt-check] .d-xs-inline-block {
  3502. 2.89 s [treefmt-check] - display:inline-block !important
  3503. 2.89 s [treefmt-check] + display: inline-block !important;
  3504. 2.89 s [treefmt-check] }
  3505. 2.89 s [treefmt-check] .d-xs-none {
  3506. 2.89 s [treefmt-check] - display:none !important
  3507. 2.89 s [treefmt-check] + display: none !important;
  3508. 2.89 s [treefmt-check] }
  3509. 2.89 s [treefmt-check] }
  3510. 2.89 s [treefmt-check] @media (min-width: 20rem) {
  3511. 2.89 s [treefmt-check] .d-xs-block {
  3512. 2.89 s [treefmt-check] - display:block !important
  3513. 2.89 s [treefmt-check] + display: block !important;
  3514. 2.89 s [treefmt-check] }
  3515. 2.89 s [treefmt-check] .d-xs-flex {
  3516. 2.89 s [treefmt-check] - display:flex !important
  3517. 2.89 s [treefmt-check] + display: flex !important;
  3518. 2.89 s [treefmt-check] }
  3519. 2.89 s [treefmt-check] .d-xs-inline {
  3520. 2.89 s [treefmt-check] - display:inline !important
  3521. 2.89 s [treefmt-check] + display: inline !important;
  3522. 2.89 s [treefmt-check] }
  3523. 2.89 s [treefmt-check] .d-xs-inline-block {
  3524. 2.89 s [treefmt-check] - display:inline-block !important
  3525. 2.89 s [treefmt-check] + display: inline-block !important;
  3526. 2.89 s [treefmt-check] }
  3527. 2.89 s [treefmt-check] .d-xs-none {
  3528. 2.89 s [treefmt-check] - display:none !important
  3529. 2.89 s [treefmt-check] + display: none !important;
  3530. 2.89 s [treefmt-check] }
  3531. 2.89 s [treefmt-check] }
  3532. 2.89 s [treefmt-check] @media (min-width: 20rem) {
  3533. 2.89 s [treefmt-check] .d-xs-block {
  3534. 2.89 s [treefmt-check] - display:block !important
  3535. 2.89 s [treefmt-check] + display: block !important;
  3536. 2.89 s [treefmt-check] }
  3537. 2.89 s [treefmt-check] .d-xs-flex {
  3538. 2.89 s [treefmt-check] - display:flex !important
  3539. 2.89 s [treefmt-check] + display: flex !important;
  3540. 2.89 s [treefmt-check] }
  3541. 2.89 s [treefmt-check] .d-xs-inline {
  3542. 2.89 s [treefmt-check] - display:inline !important
  3543. 2.89 s [treefmt-check] + display: inline !important;
  3544. 2.89 s [treefmt-check] }
  3545. 2.89 s [treefmt-check] .d-xs-inline-block {
  3546. 2.89 s [treefmt-check] - display:inline-block !important
  3547. 2.89 s [treefmt-check] + display: inline-block !important;
  3548. 2.89 s [treefmt-check] }
  3549. 2.89 s [treefmt-check] .d-xs-none {
  3550. 2.89 s [treefmt-check] - display:none !important
  3551. 2.89 s [treefmt-check] + display: none !important;
  3552. 2.89 s [treefmt-check] }
  3553. 2.89 s [treefmt-check] }
  3554. 2.89 s [treefmt-check] @media (min-width: 31.25rem) {
  3555. 2.89 s [treefmt-check] .d-sm-block {
  3556. 2.89 s [treefmt-check] - display:block !important
  3557. 2.89 s [treefmt-check] + display: block !important;
  3558. 2.89 s [treefmt-check] }
  3559. 2.89 s [treefmt-check] .d-sm-flex {
  3560. 2.89 s [treefmt-check] - display:flex !important
  3561. 2.89 s [treefmt-check] + display: flex !important;
  3562. 2.89 s [treefmt-check] }
  3563. 2.89 s [treefmt-check] .d-sm-inline {
  3564. 2.89 s [treefmt-check] - display:inline !important
  3565. 2.89 s [treefmt-check] + display: inline !important;
  3566. 2.89 s [treefmt-check] }
  3567. 2.89 s [treefmt-check] .d-sm-inline-block {
  3568. 2.89 s [treefmt-check] - display:inline-block !important
  3569. 2.89 s [treefmt-check] + display: inline-block !important;
  3570. 2.89 s [treefmt-check] }
  3571. 2.89 s [treefmt-check] .d-sm-none {
  3572. 2.89 s [treefmt-check] - display:none !important
  3573. 2.89 s [treefmt-check] + display: none !important;
  3574. 2.89 s [treefmt-check] }
  3575. 2.89 s [treefmt-check] }
  3576. 2.89 s [treefmt-check] @media (min-width: 31.25rem) {
  3577. 2.89 s [treefmt-check] .d-sm-block {
  3578. 2.89 s [treefmt-check] - display:block !important
  3579. 2.89 s [treefmt-check] + display: block !important;
  3580. 2.89 s [treefmt-check] }
  3581. 2.89 s [treefmt-check] .d-sm-flex {
  3582. 2.89 s [treefmt-check] - display:flex !important
  3583. 2.89 s [treefmt-check] + display: flex !important;
  3584. 2.89 s [treefmt-check] }
  3585. 2.89 s [treefmt-check] .d-sm-inline {
  3586. 2.89 s [treefmt-check] - display:inline !important
  3587. 2.89 s [treefmt-check] + display: inline !important;
  3588. 2.89 s [treefmt-check] }
  3589. 2.89 s [treefmt-check] .d-sm-inline-block {
  3590. 2.89 s [treefmt-check] - display:inline-block !important
  3591. 2.89 s [treefmt-check] + display: inline-block !important;
  3592. 2.89 s [treefmt-check] }
  3593. 2.89 s [treefmt-check] .d-sm-none {
  3594. 2.89 s [treefmt-check] - display:none !important
  3595. 2.89 s [treefmt-check] + display: none !important;
  3596. 2.89 s [treefmt-check] }
  3597. 2.89 s [treefmt-check] }
  3598. 2.89 s [treefmt-check] @media (min-width: 31.25rem) {
  3599. 2.89 s [treefmt-check] .d-sm-block {
  3600. 2.89 s [treefmt-check] - display:block !important
  3601. 2.89 s [treefmt-check] + display: block !important;
  3602. 2.89 s [treefmt-check] }
  3603. 2.89 s [treefmt-check] .d-sm-flex {
  3604. 2.89 s [treefmt-check] - display:flex !important
  3605. 2.89 s [treefmt-check] + display: flex !important;
  3606. 2.89 s [treefmt-check] }
  3607. 2.89 s [treefmt-check] .d-sm-inline {
  3608. 2.89 s [treefmt-check] - display:inline !important
  3609. 2.89 s [treefmt-check] + display: inline !important;
  3610. 2.89 s [treefmt-check] }
  3611. 2.89 s [treefmt-check] .d-sm-inline-block {
  3612. 2.90 s [treefmt-check] - display:inline-block !important
  3613. 2.90 s [treefmt-check] + display: inline-block !important;
  3614. 2.90 s [treefmt-check] }
  3615. 2.90 s [treefmt-check] .d-sm-none {
  3616. 2.90 s [treefmt-check] - display:none !important
  3617. 2.90 s [treefmt-check] + display: none !important;
  3618. 2.90 s [treefmt-check] }
  3619. 2.90 s [treefmt-check] }
  3620. 2.90 s [treefmt-check] @media (min-width: 31.25rem) {
  3621. 2.90 s [treefmt-check] .d-sm-block {
  3622. 2.90 s [treefmt-check] - display:block !important
  3623. 2.90 s [treefmt-check] + display: block !important;
  3624. 2.90 s [treefmt-check] }
  3625. 2.90 s [treefmt-check] .d-sm-flex {
  3626. 2.90 s [treefmt-check] - display:flex !important
  3627. 2.90 s [treefmt-check] + display: flex !important;
  3628. 2.90 s [treefmt-check] }
  3629. 2.90 s [treefmt-check] .d-sm-inline {
  3630. 2.90 s [treefmt-check] - display:inline !important
  3631. 2.90 s [treefmt-check] + display: inline !important;
  3632. 2.90 s [treefmt-check] }
  3633. 2.90 s [treefmt-check] .d-sm-inline-block {
  3634. 2.90 s [treefmt-check] - display:inline-block !important
  3635. 2.90 s [treefmt-check] + display: inline-block !important;
  3636. 2.90 s [treefmt-check] }
  3637. 2.90 s [treefmt-check] .d-sm-none {
  3638. 2.90 s [treefmt-check] - display:none !important
  3639. 2.90 s [treefmt-check] + display: none !important;
  3640. 2.90 s [treefmt-check] }
  3641. 2.90 s [treefmt-check] }
  3642. 2.90 s [treefmt-check] @media (min-width: 31.25rem) {
  3643. 2.90 s [treefmt-check] .d-sm-block {
  3644. 2.90 s [treefmt-check] - display:block !important
  3645. 2.90 s [treefmt-check] + display: block !important;
  3646. 2.90 s [treefmt-check] }
  3647. 2.90 s [treefmt-check] .d-sm-flex {
  3648. 2.90 s [treefmt-check] - display:flex !important
  3649. 2.90 s [treefmt-check] + display: flex !important;
  3650. 2.90 s [treefmt-check] }
  3651. 2.90 s [treefmt-check] .d-sm-inline {
  3652. 2.90 s [treefmt-check] - display:inline !important
  3653. 2.90 s [treefmt-check] + display: inline !important;
  3654. 2.90 s [treefmt-check] }
  3655. 2.90 s [treefmt-check] .d-sm-inline-block {
  3656. 2.90 s [treefmt-check] - display:inline-block !important
  3657. 2.90 s [treefmt-check] + display: inline-block !important;
  3658. 2.90 s [treefmt-check] }
  3659. 2.90 s [treefmt-check] .d-sm-none {
  3660. 2.90 s [treefmt-check] - display:none !important
  3661. 2.90 s [treefmt-check] + display: none !important;
  3662. 2.90 s [treefmt-check] }
  3663. 2.90 s [treefmt-check] }
  3664. 2.90 s [treefmt-check] @media (min-width: 31.25rem) {
  3665. 2.90 s [treefmt-check] .d-sm-block {
  3666. 2.90 s [treefmt-check] - display:block !important
  3667. 2.90 s [treefmt-check] + display: block !important;
  3668. 2.90 s [treefmt-check] }
  3669. 2.90 s [treefmt-check] .d-sm-flex {
  3670. 2.90 s [treefmt-check] - display:flex !important
  3671. 2.90 s [treefmt-check] + display: flex !important;
  3672. 2.90 s [treefmt-check] }
  3673. 2.90 s [treefmt-check] .d-sm-inline {
  3674. 2.90 s [treefmt-check] - display:inline !important
  3675. 2.90 s [treefmt-check] + display: inline !important;
  3676. 2.90 s [treefmt-check] }
  3677. 2.90 s [treefmt-check] .d-sm-inline-block {
  3678. 2.90 s [treefmt-check] - display:inline-block !important
  3679. 2.90 s [treefmt-check] + display: inline-block !important;
  3680. 2.90 s [treefmt-check] }
  3681. 2.90 s [treefmt-check] .d-sm-none {
  3682. 2.90 s [treefmt-check] - display:none !important
  3683. 2.90 s [treefmt-check] + display: none !important;
  3684. 2.90 s [treefmt-check] }
  3685. 2.90 s [treefmt-check] }
  3686. 2.90 s [treefmt-check] @media (min-width: 31.25rem) {
  3687. 2.90 s [treefmt-check] .d-sm-block {
  3688. 2.90 s [treefmt-check] - display:block !important
  3689. 2.90 s [treefmt-check] + display: block !important;
  3690. 2.90 s [treefmt-check] }
  3691. 2.90 s [treefmt-check] .d-sm-flex {
  3692. 2.90 s [treefmt-check] - display:flex !important
  3693. 2.90 s [treefmt-check] + display: flex !important;
  3694. 2.90 s [treefmt-check] }
  3695. 2.90 s [treefmt-check] .d-sm-inline {
  3696. 2.90 s [treefmt-check] - display:inline !important
  3697. 2.90 s [treefmt-check] + display: inline !important;
  3698. 2.90 s [treefmt-check] }
  3699. 2.90 s [treefmt-check] .d-sm-inline-block {
  3700. 2.90 s [treefmt-check] - display:inline-block !important
  3701. 2.90 s [treefmt-check] + display: inline-block !important;
  3702. 2.90 s [treefmt-check] }
  3703. 2.90 s [treefmt-check] .d-sm-none {
  3704. 2.90 s [treefmt-check] - display:none !important
  3705. 2.90 s [treefmt-check] + display: none !important;
  3706. 2.90 s [treefmt-check] }
  3707. 2.90 s [treefmt-check] }
  3708. 2.90 s [treefmt-check] @media (min-width: 31.25rem) {
  3709. 2.90 s [treefmt-check] .d-sm-block {
  3710. 2.90 s [treefmt-check] - display:block !important
  3711. 2.90 s [treefmt-check] + display: block !important;
  3712. 2.90 s [treefmt-check] }
  3713. 2.90 s [treefmt-check] .d-sm-flex {
  3714. 2.90 s [treefmt-check] - display:flex !important
  3715. 2.90 s [treefmt-check] + display: flex !important;
  3716. 2.90 s [treefmt-check] }
  3717. 2.90 s [treefmt-check] .d-sm-inline {
  3718. 2.90 s [treefmt-check] - display:inline !important
  3719. 2.90 s [treefmt-check] + display: inline !important;
  3720. 2.90 s [treefmt-check] }
  3721. 2.90 s [treefmt-check] .d-sm-inline-block {
  3722. 2.90 s [treefmt-check] - display:inline-block !important
  3723. 2.90 s [treefmt-check] + display: inline-block !important;
  3724. 2.90 s [treefmt-check] }
  3725. 2.90 s [treefmt-check] .d-sm-none {
  3726. 2.90 s [treefmt-check] - display:none !important
  3727. 2.90 s [treefmt-check] + display: none !important;
  3728. 2.90 s [treefmt-check] }
  3729. 2.90 s [treefmt-check] }
  3730. 2.90 s [treefmt-check] @media (min-width: 31.25rem) {
  3731. 2.90 s [treefmt-check] .d-sm-block {
  3732. 2.90 s [treefmt-check] - display:block !important
  3733. 2.90 s [treefmt-check] + display: block !important;
  3734. 2.90 s [treefmt-check] }
  3735. 2.90 s [treefmt-check] .d-sm-flex {
  3736. 2.90 s [treefmt-check] - display:flex !important
  3737. 2.90 s [treefmt-check] + display: flex !important;
  3738. 2.90 s [treefmt-check] }
  3739. 2.90 s [treefmt-check] .d-sm-inline {
  3740. 2.90 s [treefmt-check] - display:inline !important
  3741. 2.90 s [treefmt-check] + display: inline !important;
  3742. 2.90 s [treefmt-check] }
  3743. 2.90 s [treefmt-check] .d-sm-inline-block {
  3744. 2.90 s [treefmt-check] - display:inline-block !important
  3745. 2.90 s [treefmt-check] + display: inline-block !important;
  3746. 2.90 s [treefmt-check] }
  3747. 2.90 s [treefmt-check] .d-sm-none {
  3748. 2.90 s [treefmt-check] - display:none !important
  3749. 2.90 s [treefmt-check] + display: none !important;
  3750. 2.90 s [treefmt-check] }
  3751. 2.90 s [treefmt-check] }
  3752. 2.90 s [treefmt-check] @media (min-width: 31.25rem) {
  3753. 2.90 s [treefmt-check] .d-sm-block {
  3754. 2.90 s [treefmt-check] - display:block !important
  3755. 2.90 s [treefmt-check] + display: block !important;
  3756. 2.90 s [treefmt-check] }
  3757. 2.90 s [treefmt-check] .d-sm-flex {
  3758. 2.90 s [treefmt-check] - display:flex !important
  3759. 2.90 s [treefmt-check] + display: flex !important;
  3760. 2.90 s [treefmt-check] }
  3761. 2.90 s [treefmt-check] .d-sm-inline {
  3762. 2.90 s [treefmt-check] - display:inline !important
  3763. 2.90 s [treefmt-check] + display: inline !important;
  3764. 2.90 s [treefmt-check] }
  3765. 2.90 s [treefmt-check] .d-sm-inline-block {
  3766. 2.90 s [treefmt-check] - display:inline-block !important
  3767. 2.90 s [treefmt-check] + display: inline-block !important;
  3768. 2.90 s [treefmt-check] }
  3769. 2.90 s [treefmt-check] .d-sm-none {
  3770. 2.90 s [treefmt-check] - display:none !important
  3771. 2.90 s [treefmt-check] + display: none !important;
  3772. 2.90 s [treefmt-check] }
  3773. 2.90 s [treefmt-check] }
  3774. 2.90 s [treefmt-check] @media (min-width: 31.25rem) {
  3775. 2.90 s [treefmt-check] .d-sm-block {
  3776. 2.90 s [treefmt-check] - display:block !important
  3777. 2.90 s [treefmt-check] + display: block !important;
  3778. 2.90 s [treefmt-check] }
  3779. 2.90 s [treefmt-check] .d-sm-flex {
  3780. 2.90 s [treefmt-check] - display:flex !important
  3781. 2.90 s [treefmt-check] + display: flex !important;
  3782. 2.90 s [treefmt-check] }
  3783. 2.90 s [treefmt-check] .d-sm-inline {
  3784. 2.90 s [treefmt-check] - display:inline !important
  3785. 2.90 s [treefmt-check] + display: inline !important;
  3786. 2.90 s [treefmt-check] }
  3787. 2.90 s [treefmt-check] .d-sm-inline-block {
  3788. 2.90 s [treefmt-check] - display:inline-block !important
  3789. 2.90 s [treefmt-check] + display: inline-block !important;
  3790. 2.90 s [treefmt-check] }
  3791. 2.90 s [treefmt-check] .d-sm-none {
  3792. 2.90 s [treefmt-check] - display:none !important
  3793. 2.90 s [treefmt-check] + display: none !important;
  3794. 2.90 s [treefmt-check] }
  3795. 2.90 s [treefmt-check] }
  3796. 2.90 s [treefmt-check] @media (min-width: 50rem) {
  3797. 2.90 s [treefmt-check] .d-md-block {
  3798. 2.90 s [treefmt-check] - display:block !important
  3799. 2.90 s [treefmt-check] + display: block !important;
  3800. 2.90 s [treefmt-check] }
  3801. 2.90 s [treefmt-check] .d-md-flex {
  3802. 2.90 s [treefmt-check] - display:flex !important
  3803. 2.90 s [treefmt-check] + display: flex !important;
  3804. 2.90 s [treefmt-check] }
  3805. 2.90 s [treefmt-check] .d-md-inline {
  3806. 2.90 s [treefmt-check] - display:inline !important
  3807. 2.90 s [treefmt-check] + display: inline !important;
  3808. 2.90 s [treefmt-check] }
  3809. 2.90 s [treefmt-check] .d-md-inline-block {
  3810. 2.90 s [treefmt-check] - display:inline-block !important
  3811. 2.90 s [treefmt-check] + display: inline-block !important;
  3812. 2.90 s [treefmt-check] }
  3813. 2.90 s [treefmt-check] .d-md-none {
  3814. 2.90 s [treefmt-check] - display:none !important
  3815. 2.90 s [treefmt-check] + display: none !important;
  3816. 2.90 s [treefmt-check] }
  3817. 2.90 s [treefmt-check] }
  3818. 2.90 s [treefmt-check] @media (min-width: 50rem) {
  3819. 2.90 s [treefmt-check] .d-md-block {
  3820. 2.90 s [treefmt-check] - display:block !important
  3821. 2.90 s [treefmt-check] + display: block !important;
  3822. 2.90 s [treefmt-check] }
  3823. 2.90 s [treefmt-check] .d-md-flex {
  3824. 2.90 s [treefmt-check] - display:flex !important
  3825. 2.90 s [treefmt-check] + display: flex !important;
  3826. 2.90 s [treefmt-check] }
  3827. 2.90 s [treefmt-check] .d-md-inline {
  3828. 2.90 s [treefmt-check] - display:inline !important
  3829. 2.90 s [treefmt-check] + display: inline !important;
  3830. 2.90 s [treefmt-check] }
  3831. 2.90 s [treefmt-check] .d-md-inline-block {
  3832. 2.90 s [treefmt-check] - display:inline-block !important
  3833. 2.90 s [treefmt-check] + display: inline-block !important;
  3834. 2.90 s [treefmt-check] }
  3835. 2.90 s [treefmt-check] .d-md-none {
  3836. 2.90 s [treefmt-check] - display:none !important
  3837. 2.90 s [treefmt-check] + display: none !important;
  3838. 2.90 s [treefmt-check] }
  3839. 2.90 s [treefmt-check] }
  3840. 2.90 s [treefmt-check] @media (min-width: 50rem) {
  3841. 2.90 s [treefmt-check] .d-md-block {
  3842. 2.90 s [treefmt-check] - display:block !important
  3843. 2.90 s [treefmt-check] + display: block !important;
  3844. 2.90 s [treefmt-check] }
  3845. 2.90 s [treefmt-check] .d-md-flex {
  3846. 2.90 s [treefmt-check] - display:flex !important
  3847. 2.90 s [treefmt-check] + display: flex !important;
  3848. 2.90 s [treefmt-check] }
  3849. 2.90 s [treefmt-check] .d-md-inline {
  3850. 2.90 s [treefmt-check] - display:inline !important
  3851. 2.90 s [treefmt-check] + display: inline !important;
  3852. 2.90 s [treefmt-check] }
  3853. 2.90 s [treefmt-check] .d-md-inline-block {
  3854. 2.90 s [treefmt-check] - display:inline-block !important
  3855. 2.90 s [treefmt-check] + display: inline-block !important;
  3856. 2.90 s [treefmt-check] }
  3857. 2.90 s [treefmt-check] .d-md-none {
  3858. 2.90 s [treefmt-check] - display:none !important
  3859. 2.90 s [treefmt-check] + display: none !important;
  3860. 2.90 s [treefmt-check] }
  3861. 2.90 s [treefmt-check] }
  3862. 2.90 s [treefmt-check] @media (min-width: 50rem) {
  3863. 2.90 s [treefmt-check] .d-md-block {
  3864. 2.90 s [treefmt-check] - display:block !important
  3865. 2.90 s [treefmt-check] + display: block !important;
  3866. 2.90 s [treefmt-check] }
  3867. 2.90 s [treefmt-check] .d-md-flex {
  3868. 2.90 s [treefmt-check] - display:flex !important
  3869. 2.90 s [treefmt-check] + display: flex !important;
  3870. 2.90 s [treefmt-check] }
  3871. 2.90 s [treefmt-check] .d-md-inline {
  3872. 2.90 s [treefmt-check] - display:inline !important
  3873. 2.90 s [treefmt-check] + display: inline !important;
  3874. 2.90 s [treefmt-check] }
  3875. 2.90 s [treefmt-check] .d-md-inline-block {
  3876. 2.90 s [treefmt-check] - display:inline-block !important
  3877. 2.90 s [treefmt-check] + display: inline-block !important;
  3878. 2.90 s [treefmt-check] }
  3879. 2.90 s [treefmt-check] .d-md-none {
  3880. 2.90 s [treefmt-check] - display:none !important
  3881. 2.90 s [treefmt-check] + display: none !important;
  3882. 2.90 s [treefmt-check] }
  3883. 2.90 s [treefmt-check] }
  3884. 2.90 s [treefmt-check] @media (min-width: 50rem) {
  3885. 2.90 s [treefmt-check] .d-md-block {
  3886. 2.90 s [treefmt-check] - display:block !important
  3887. 2.90 s [treefmt-check] + display: block !important;
  3888. 2.90 s [treefmt-check] }
  3889. 2.90 s [treefmt-check] .d-md-flex {
  3890. 2.90 s [treefmt-check] - display:flex !important
  3891. 2.90 s [treefmt-check] + display: flex !important;
  3892. 2.90 s [treefmt-check] }
  3893. 2.90 s [treefmt-check] .d-md-inline {
  3894. 2.90 s [treefmt-check] - display:inline !important
  3895. 2.90 s [treefmt-check] + display: inline !important;
  3896. 2.90 s [treefmt-check] }
  3897. 2.90 s [treefmt-check] .d-md-inline-block {
  3898. 2.90 s [treefmt-check] - display:inline-block !important
  3899. 2.90 s [treefmt-check] + display: inline-block !important;
  3900. 2.90 s [treefmt-check] }
  3901. 2.90 s [treefmt-check] .d-md-none {
  3902. 2.90 s [treefmt-check] - display:none !important
  3903. 2.90 s [treefmt-check] + display: none !important;
  3904. 2.90 s [treefmt-check] }
  3905. 2.90 s [treefmt-check] }
  3906. 2.90 s [treefmt-check] @media (min-width: 50rem) {
  3907. 2.90 s [treefmt-check] .d-md-block {
  3908. 2.90 s [treefmt-check] - display:block !important
  3909. 2.90 s [treefmt-check] + display: block !important;
  3910. 2.90 s [treefmt-check] }
  3911. 2.90 s [treefmt-check] .d-md-flex {
  3912. 2.90 s [treefmt-check] - display:flex !important
  3913. 2.90 s [treefmt-check] + display: flex !important;
  3914. 2.90 s [treefmt-check] }
  3915. 2.90 s [treefmt-check] .d-md-inline {
  3916. 2.90 s [treefmt-check] - display:inline !important
  3917. 2.90 s [treefmt-check] + display: inline !important;
  3918. 2.90 s [treefmt-check] }
  3919. 2.90 s [treefmt-check] .d-md-inline-block {
  3920. 2.90 s [treefmt-check] - display:inline-block !important
  3921. 2.90 s [treefmt-check] + display: inline-block !important;
  3922. 2.90 s [treefmt-check] }
  3923. 2.90 s [treefmt-check] .d-md-none {
  3924. 2.90 s [treefmt-check] - display:none !important
  3925. 2.90 s [treefmt-check] + display: none !important;
  3926. 2.90 s [treefmt-check] }
  3927. 2.90 s [treefmt-check] }
  3928. 2.90 s [treefmt-check] @media (min-width: 50rem) {
  3929. 2.90 s [treefmt-check] .d-md-block {
  3930. 2.90 s [treefmt-check] - display:block !important
  3931. 2.90 s [treefmt-check] + display: block !important;
  3932. 2.90 s [treefmt-check] }
  3933. 2.90 s [treefmt-check] .d-md-flex {
  3934. 2.90 s [treefmt-check] - display:flex !important
  3935. 2.90 s [treefmt-check] + display: flex !important;
  3936. 2.90 s [treefmt-check] }
  3937. 2.90 s [treefmt-check] .d-md-inline {
  3938. 2.90 s [treefmt-check] - display:inline !important
  3939. 2.90 s [treefmt-check] + display: inline !important;
  3940. 2.90 s [treefmt-check] }
  3941. 2.90 s [treefmt-check] .d-md-inline-block {
  3942. 2.90 s [treefmt-check] - display:inline-block !important
  3943. 2.90 s [treefmt-check] + display: inline-block !important;
  3944. 2.90 s [treefmt-check] }
  3945. 2.90 s [treefmt-check] .d-md-none {
  3946. 2.90 s [treefmt-check] - display:none !important
  3947. 2.90 s [treefmt-check] + display: none !important;
  3948. 2.90 s [treefmt-check] }
  3949. 2.90 s [treefmt-check] }
  3950. 2.90 s [treefmt-check] @media (min-width: 50rem) {
  3951. 2.90 s [treefmt-check] .d-md-block {
  3952. 2.90 s [treefmt-check] - display:block !important
  3953. 2.90 s [treefmt-check] + display: block !important;
  3954. 2.90 s [treefmt-check] }
  3955. 2.90 s [treefmt-check] .d-md-flex {
  3956. 2.90 s [treefmt-check] - display:flex !important
  3957. 2.90 s [treefmt-check] + display: flex !important;
  3958. 2.90 s [treefmt-check] }
  3959. 2.90 s [treefmt-check] .d-md-inline {
  3960. 2.90 s [treefmt-check] - display:inline !important
  3961. 2.90 s [treefmt-check] + display: inline !important;
  3962. 2.90 s [treefmt-check] }
  3963. 2.90 s [treefmt-check] .d-md-inline-block {
  3964. 2.90 s [treefmt-check] - display:inline-block !important
  3965. 2.90 s [treefmt-check] + display: inline-block !important;
  3966. 2.90 s [treefmt-check] }
  3967. 2.90 s [treefmt-check] .d-md-none {
  3968. 2.90 s [treefmt-check] - display:none !important
  3969. 2.90 s [treefmt-check] + display: none !important;
  3970. 2.90 s [treefmt-check] }
  3971. 2.90 s [treefmt-check] }
  3972. 2.90 s [treefmt-check] @media (min-width: 50rem) {
  3973. 2.90 s [treefmt-check] .d-md-block {
  3974. 2.90 s [treefmt-check] - display:block !important
  3975. 2.90 s [treefmt-check] + display: block !important;
  3976. 2.90 s [treefmt-check] }
  3977. 2.90 s [treefmt-check] .d-md-flex {
  3978. 2.90 s [treefmt-check] - display:flex !important
  3979. 2.90 s [treefmt-check] + display: flex !important;
  3980. 2.90 s [treefmt-check] }
  3981. 2.90 s [treefmt-check] .d-md-inline {
  3982. 2.90 s [treefmt-check] - display:inline !important
  3983. 2.90 s [treefmt-check] + display: inline !important;
  3984. 2.90 s [treefmt-check] }
  3985. 2.90 s [treefmt-check] .d-md-inline-block {
  3986. 2.90 s [treefmt-check] - display:inline-block !important
  3987. 2.90 s [treefmt-check] + display: inline-block !important;
  3988. 2.90 s [treefmt-check] }
  3989. 2.90 s [treefmt-check] .d-md-none {
  3990. 2.90 s [treefmt-check] - display:none !important
  3991. 2.90 s [treefmt-check] + display: none !important;
  3992. 2.90 s [treefmt-check] }
  3993. 2.90 s [treefmt-check] }
  3994. 2.90 s [treefmt-check] @media (min-width: 50rem) {
  3995. 2.90 s [treefmt-check] .d-md-block {
  3996. 2.90 s [treefmt-check] - display:block !important
  3997. 2.90 s [treefmt-check] + display: block !important;
  3998. 2.90 s [treefmt-check] }
  3999. 2.90 s [treefmt-check] .d-md-flex {
  4000. 2.90 s [treefmt-check] - display:flex !important
  4001. 2.90 s [treefmt-check] + display: flex !important;
  4002. 2.90 s [treefmt-check] }
  4003. 2.90 s [treefmt-check] .d-md-inline {
  4004. 2.90 s [treefmt-check] - display:inline !important
  4005. 2.90 s [treefmt-check] + display: inline !important;
  4006. 2.90 s [treefmt-check] }
  4007. 2.90 s [treefmt-check] .d-md-inline-block {
  4008. 2.90 s [treefmt-check] - display:inline-block !important
  4009. 2.90 s [treefmt-check] + display: inline-block !important;
  4010. 2.90 s [treefmt-check] }
  4011. 2.90 s [treefmt-check] .d-md-none {
  4012. 2.90 s [treefmt-check] - display:none !important
  4013. 2.90 s [treefmt-check] + display: none !important;
  4014. 2.90 s [treefmt-check] }
  4015. 2.90 s [treefmt-check] }
  4016. 2.90 s [treefmt-check] @media (min-width: 50rem) {
  4017. 2.90 s [treefmt-check] .d-md-block {
  4018. 2.90 s [treefmt-check] - display:block !important
  4019. 2.90 s [treefmt-check] + display: block !important;
  4020. 2.90 s [treefmt-check] }
  4021. 2.90 s [treefmt-check] .d-md-flex {
  4022. 2.90 s [treefmt-check] - display:flex !important
  4023. 2.90 s [treefmt-check] + display: flex !important;
  4024. 2.90 s [treefmt-check] }
  4025. 2.90 s [treefmt-check] .d-md-inline {
  4026. 2.90 s [treefmt-check] - display:inline !important
  4027. 2.90 s [treefmt-check] + display: inline !important;
  4028. 2.90 s [treefmt-check] }
  4029. 2.90 s [treefmt-check] .d-md-inline-block {
  4030. 2.90 s [treefmt-check] - display:inline-block !important
  4031. 2.90 s [treefmt-check] + display: inline-block !important;
  4032. 2.90 s [treefmt-check] }
  4033. 2.90 s [treefmt-check] .d-md-none {
  4034. 2.90 s [treefmt-check] - display:none !important
  4035. 2.90 s [treefmt-check] + display: none !important;
  4036. 2.90 s [treefmt-check] }
  4037. 2.90 s [treefmt-check] }
  4038. 2.90 s [treefmt-check] @media (min-width: 66.5rem) {
  4039. 2.90 s [treefmt-check] .d-lg-block {
  4040. 2.90 s [treefmt-check] - display:block !important
  4041. 2.90 s [treefmt-check] + display: block !important;
  4042. 2.90 s [treefmt-check] }
  4043. 2.90 s [treefmt-check] .d-lg-flex {
  4044. 2.90 s [treefmt-check] - display:flex !important
  4045. 2.90 s [treefmt-check] + display: flex !important;
  4046. 2.90 s [treefmt-check] }
  4047. 2.90 s [treefmt-check] .d-lg-inline {
  4048. 2.90 s [treefmt-check] - display:inline !important
  4049. 2.90 s [treefmt-check] + display: inline !important;
  4050. 2.90 s [treefmt-check] }
  4051. 2.90 s [treefmt-check] .d-lg-inline-block {
  4052. 2.90 s [treefmt-check] - display:inline-block !important
  4053. 2.90 s [treefmt-check] + display: inline-block !important;
  4054. 2.90 s [treefmt-check] }
  4055. 2.90 s [treefmt-check] .d-lg-none {
  4056. 2.90 s [treefmt-check] - display:none !important
  4057. 2.90 s [treefmt-check] + display: none !important;
  4058. 2.90 s [treefmt-check] }
  4059. 2.90 s [treefmt-check] }
  4060. 2.90 s [treefmt-check] @media (min-width: 66.5rem) {
  4061. 2.90 s [treefmt-check] .d-lg-block {
  4062. 2.90 s [treefmt-check] - display:block !important
  4063. 2.90 s [treefmt-check] + display: block !important;
  4064. 2.90 s [treefmt-check] }
  4065. 2.90 s [treefmt-check] .d-lg-flex {
  4066. 2.90 s [treefmt-check] - display:flex !important
  4067. 2.90 s [treefmt-check] + display: flex !important;
  4068. 2.90 s [treefmt-check] }
  4069. 2.90 s [treefmt-check] .d-lg-inline {
  4070. 2.90 s [treefmt-check] - display:inline !important
  4071. 2.90 s [treefmt-check] + display: inline !important;
  4072. 2.90 s [treefmt-check] }
  4073. 2.90 s [treefmt-check] .d-lg-inline-block {
  4074. 2.90 s [treefmt-check] - display:inline-block !important
  4075. 2.90 s [treefmt-check] + display: inline-block !important;
  4076. 2.90 s [treefmt-check] }
  4077. 2.90 s [treefmt-check] .d-lg-none {
  4078. 2.90 s [treefmt-check] - display:none !important
  4079. 2.90 s [treefmt-check] + display: none !important;
  4080. 2.90 s [treefmt-check] }
  4081. 2.90 s [treefmt-check] }
  4082. 2.90 s [treefmt-check] @media (min-width: 66.5rem) {
  4083. 2.90 s [treefmt-check] .d-lg-block {
  4084. 2.90 s [treefmt-check] - display:block !important
  4085. 2.90 s [treefmt-check] + display: block !important;
  4086. 2.90 s [treefmt-check] }
  4087. 2.90 s [treefmt-check] .d-lg-flex {
  4088. 2.90 s [treefmt-check] - display:flex !important
  4089. 2.90 s [treefmt-check] + display: flex !important;
  4090. 2.90 s [treefmt-check] }
  4091. 2.90 s [treefmt-check] .d-lg-inline {
  4092. 2.90 s [treefmt-check] - display:inline !important
  4093. 2.90 s [treefmt-check] + display: inline !important;
  4094. 2.90 s [treefmt-check] }
  4095. 2.90 s [treefmt-check] .d-lg-inline-block {
  4096. 2.90 s [treefmt-check] - display:inline-block !important
  4097. 2.90 s [treefmt-check] + display: inline-block !important;
  4098. 2.90 s [treefmt-check] }
  4099. 2.90 s [treefmt-check] .d-lg-none {
  4100. 2.90 s [treefmt-check] - display:none !important
  4101. 2.90 s [treefmt-check] + display: none !important;
  4102. 2.90 s [treefmt-check] }
  4103. 2.90 s [treefmt-check] }
  4104. 2.90 s [treefmt-check] @media (min-width: 66.5rem) {
  4105. 2.90 s [treefmt-check] .d-lg-block {
  4106. 2.90 s [treefmt-check] - display:block !important
  4107. 2.90 s [treefmt-check] + display: block !important;
  4108. 2.90 s [treefmt-check] }
  4109. 2.90 s [treefmt-check] .d-lg-flex {
  4110. 2.90 s [treefmt-check] - display:flex !important
  4111. 2.90 s [treefmt-check] + display: flex !important;
  4112. 2.90 s [treefmt-check] }
  4113. 2.90 s [treefmt-check] .d-lg-inline {
  4114. 2.90 s [treefmt-check] - display:inline !important
  4115. 2.90 s [treefmt-check] + display: inline !important;
  4116. 2.90 s [treefmt-check] }
  4117. 2.90 s [treefmt-check] .d-lg-inline-block {
  4118. 2.90 s [treefmt-check] - display:inline-block !important
  4119. 2.90 s [treefmt-check] + display: inline-block !important;
  4120. 2.90 s [treefmt-check] }
  4121. 2.90 s [treefmt-check] .d-lg-none {
  4122. 2.90 s [treefmt-check] - display:none !important
  4123. 2.90 s [treefmt-check] + display: none !important;
  4124. 2.90 s [treefmt-check] }
  4125. 2.90 s [treefmt-check] }
  4126. 2.90 s [treefmt-check] @media (min-width: 66.5rem) {
  4127. 2.90 s [treefmt-check] .d-lg-block {
  4128. 2.90 s [treefmt-check] - display:block !important
  4129. 2.90 s [treefmt-check] + display: block !important;
  4130. 2.90 s [treefmt-check] }
  4131. 2.90 s [treefmt-check] .d-lg-flex {
  4132. 2.90 s [treefmt-check] - display:flex !important
  4133. 2.90 s [treefmt-check] + display: flex !important;
  4134. 2.90 s [treefmt-check] }
  4135. 2.90 s [treefmt-check] .d-lg-inline {
  4136. 2.90 s [treefmt-check] - display:inline !important
  4137. 2.90 s [treefmt-check] + display: inline !important;
  4138. 2.90 s [treefmt-check] }
  4139. 2.90 s [treefmt-check] .d-lg-inline-block {
  4140. 2.90 s [treefmt-check] - display:inline-block !important
  4141. 2.90 s [treefmt-check] + display: inline-block !important;
  4142. 2.90 s [treefmt-check] }
  4143. 2.90 s [treefmt-check] .d-lg-none {
  4144. 2.90 s [treefmt-check] - display:none !important
  4145. 2.90 s [treefmt-check] + display: none !important;
  4146. 2.90 s [treefmt-check] }
  4147. 2.90 s [treefmt-check] }
  4148. 2.90 s [treefmt-check] @media (min-width: 66.5rem) {
  4149. 2.90 s [treefmt-check] .d-lg-block {
  4150. 2.90 s [treefmt-check] - display:block !important
  4151. 2.90 s [treefmt-check] + display: block !important;
  4152. 2.90 s [treefmt-check] }
  4153. 2.90 s [treefmt-check] .d-lg-flex {
  4154. 2.90 s [treefmt-check] - display:flex !important
  4155. 2.90 s [treefmt-check] + display: flex !important;
  4156. 2.90 s [treefmt-check] }
  4157. 2.90 s [treefmt-check] .d-lg-inline {
  4158. 2.90 s [treefmt-check] - display:inline !important
  4159. 2.90 s [treefmt-check] + display: inline !important;
  4160. 2.90 s [treefmt-check] }
  4161. 2.90 s [treefmt-check] .d-lg-inline-block {
  4162. 2.90 s [treefmt-check] - display:inline-block !important
  4163. 2.90 s [treefmt-check] + display: inline-block !important;
  4164. 2.90 s [treefmt-check] }
  4165. 2.90 s [treefmt-check] .d-lg-none {
  4166. 2.90 s [treefmt-check] - display:none !important
  4167. 2.90 s [treefmt-check] + display: none !important;
  4168. 2.90 s [treefmt-check] }
  4169. 2.90 s [treefmt-check] }
  4170. 2.90 s [treefmt-check] @media (min-width: 66.5rem) {
  4171. 2.90 s [treefmt-check] .d-lg-block {
  4172. 2.90 s [treefmt-check] - display:block !important
  4173. 2.90 s [treefmt-check] + display: block !important;
  4174. 2.90 s [treefmt-check] }
  4175. 2.90 s [treefmt-check] .d-lg-flex {
  4176. 2.90 s [treefmt-check] - display:flex !important
  4177. 2.90 s [treefmt-check] + display: flex !important;
  4178. 2.90 s [treefmt-check] }
  4179. 2.90 s [treefmt-check] .d-lg-inline {
  4180. 2.90 s [treefmt-check] - display:inline !important
  4181. 2.90 s [treefmt-check] + display: inline !important;
  4182. 2.90 s [treefmt-check] }
  4183. 2.90 s [treefmt-check] .d-lg-inline-block {
  4184. 2.90 s [treefmt-check] - display:inline-block !important
  4185. 2.90 s [treefmt-check] + display: inline-block !important;
  4186. 2.90 s [treefmt-check] }
  4187. 2.90 s [treefmt-check] .d-lg-none {
  4188. 2.90 s [treefmt-check] - display:none !important
  4189. 2.90 s [treefmt-check] + display: none !important;
  4190. 2.90 s [treefmt-check] }
  4191. 2.90 s [treefmt-check] }
  4192. 2.90 s [treefmt-check] @media (min-width: 66.5rem) {
  4193. 2.90 s [treefmt-check] .d-lg-block {
  4194. 2.90 s [treefmt-check] - display:block !important
  4195. 2.90 s [treefmt-check] + display: block !important;
  4196. 2.90 s [treefmt-check] }
  4197. 2.90 s [treefmt-check] .d-lg-flex {
  4198. 2.90 s [treefmt-check] - display:flex !important
  4199. 2.90 s [treefmt-check] + display: flex !important;
  4200. 2.90 s [treefmt-check] }
  4201. 2.90 s [treefmt-check] .d-lg-inline {
  4202. 2.90 s [treefmt-check] - display:inline !important
  4203. 2.90 s [treefmt-check] + display: inline !important;
  4204. 2.90 s [treefmt-check] }
  4205. 2.90 s [treefmt-check] .d-lg-inline-block {
  4206. 2.90 s [treefmt-check] - display:inline-block !important
  4207. 2.90 s [treefmt-check] + display: inline-block !important;
  4208. 2.90 s [treefmt-check] }
  4209. 2.90 s [treefmt-check] .d-lg-none {
  4210. 2.90 s [treefmt-check] - display:none !important
  4211. 2.90 s [treefmt-check] + display: none !important;
  4212. 2.90 s [treefmt-check] }
  4213. 2.90 s [treefmt-check] }
  4214. 2.90 s [treefmt-check] @media (min-width: 66.5rem) {
  4215. 2.90 s [treefmt-check] .d-lg-block {
  4216. 2.90 s [treefmt-check] - display:block !important
  4217. 2.90 s [treefmt-check] + display: block !important;
  4218. 2.90 s [treefmt-check] }
  4219. 2.90 s [treefmt-check] .d-lg-flex {
  4220. 2.90 s [treefmt-check] - display:flex !important
  4221. 2.90 s [treefmt-check] + display: flex !important;
  4222. 2.90 s [treefmt-check] }
  4223. 2.90 s [treefmt-check] .d-lg-inline {
  4224. 2.90 s [treefmt-check] - display:inline !important
  4225. 2.90 s [treefmt-check] + display: inline !important;
  4226. 2.90 s [treefmt-check] }
  4227. 2.90 s [treefmt-check] .d-lg-inline-block {
  4228. 2.90 s [treefmt-check] - display:inline-block !important
  4229. 2.90 s [treefmt-check] + display: inline-block !important;
  4230. 2.90 s [treefmt-check] }
  4231. 2.90 s [treefmt-check] .d-lg-none {
  4232. 2.90 s [treefmt-check] - display:none !important
  4233. 2.90 s [treefmt-check] + display: none !important;
  4234. 2.90 s [treefmt-check] }
  4235. 2.90 s [treefmt-check] }
  4236. 2.90 s [treefmt-check] @media (min-width: 66.5rem) {
  4237. 2.90 s [treefmt-check] .d-lg-block {
  4238. 2.90 s [treefmt-check] - display:block !important
  4239. 2.90 s [treefmt-check] + display: block !important;
  4240. 2.90 s [treefmt-check] }
  4241. 2.90 s [treefmt-check] .d-lg-flex {
  4242. 2.90 s [treefmt-check] - display:flex !important
  4243. 2.90 s [treefmt-check] + display: flex !important;
  4244. 2.90 s [treefmt-check] }
  4245. 2.90 s [treefmt-check] .d-lg-inline {
  4246. 2.90 s [treefmt-check] - display:inline !important
  4247. 2.90 s [treefmt-check] + display: inline !important;
  4248. 2.90 s [treefmt-check] }
  4249. 2.90 s [treefmt-check] .d-lg-inline-block {
  4250. 2.90 s [treefmt-check] - display:inline-block !important
  4251. 2.90 s [treefmt-check] + display: inline-block !important;
  4252. 2.90 s [treefmt-check] }
  4253. 2.90 s [treefmt-check] .d-lg-none {
  4254. 2.90 s [treefmt-check] - display:none !important
  4255. 2.90 s [treefmt-check] + display: none !important;
  4256. 2.90 s [treefmt-check] }
  4257. 2.90 s [treefmt-check] }
  4258. 2.90 s [treefmt-check] @media (min-width: 66.5rem) {
  4259. 2.90 s [treefmt-check] .d-lg-block {
  4260. 2.90 s [treefmt-check] - display:block !important
  4261. 2.90 s [treefmt-check] + display: block !important;
  4262. 2.90 s [treefmt-check] }
  4263. 2.90 s [treefmt-check] .d-lg-flex {
  4264. 2.90 s [treefmt-check] - display:flex !important
  4265. 2.90 s [treefmt-check] + display: flex !important;
  4266. 2.90 s [treefmt-check] }
  4267. 2.90 s [treefmt-check] .d-lg-inline {
  4268. 2.90 s [treefmt-check] - display:inline !important
  4269. 2.90 s [treefmt-check] + display: inline !important;
  4270. 2.90 s [treefmt-check] }
  4271. 2.90 s [treefmt-check] .d-lg-inline-block {
  4272. 2.90 s [treefmt-check] - display:inline-block !important
  4273. 2.90 s [treefmt-check] + display: inline-block !important;
  4274. 2.90 s [treefmt-check] }
  4275. 2.90 s [treefmt-check] .d-lg-none {
  4276. 2.90 s [treefmt-check] - display:none !important
  4277. 2.90 s [treefmt-check] + display: none !important;
  4278. 2.90 s [treefmt-check] }
  4279. 2.90 s [treefmt-check] }
  4280. 2.90 s [treefmt-check] @media (min-width: 87.5rem) {
  4281. 2.90 s [treefmt-check] .d-xl-block {
  4282. 2.90 s [treefmt-check] - display:block !important
  4283. 2.90 s [treefmt-check] + display: block !important;
  4284. 2.90 s [treefmt-check] }
  4285. 2.90 s [treefmt-check] .d-xl-flex {
  4286. 2.91 s [treefmt-check] - display:flex !important
  4287. 2.91 s [treefmt-check] + display: flex !important;
  4288. 2.91 s [treefmt-check] }
  4289. 2.91 s [treefmt-check] .d-xl-inline {
  4290. 2.91 s [treefmt-check] - display:inline !important
  4291. 2.91 s [treefmt-check] + display: inline !important;
  4292. 2.91 s [treefmt-check] }
  4293. 2.91 s [treefmt-check] .d-xl-inline-block {
  4294. 2.91 s [treefmt-check] - display:inline-block !important
  4295. 2.91 s [treefmt-check] + display: inline-block !important;
  4296. 2.91 s [treefmt-check] }
  4297. 2.91 s [treefmt-check] .d-xl-none {
  4298. 2.91 s [treefmt-check] - display:none !important
  4299. 2.91 s [treefmt-check] + display: none !important;
  4300. 2.91 s [treefmt-check] }
  4301. 2.91 s [treefmt-check] }
  4302. 2.91 s [treefmt-check] @media (min-width: 87.5rem) {
  4303. 2.91 s [treefmt-check] .d-xl-block {
  4304. 2.91 s [treefmt-check] - display:block !important
  4305. 2.91 s [treefmt-check] + display: block !important;
  4306. 2.91 s [treefmt-check] }
  4307. 2.91 s [treefmt-check] .d-xl-flex {
  4308. 2.91 s [treefmt-check] - display:flex !important
  4309. 2.91 s [treefmt-check] + display: flex !important;
  4310. 2.91 s [treefmt-check] }
  4311. 2.91 s [treefmt-check] .d-xl-inline {
  4312. 2.91 s [treefmt-check] - display:inline !important
  4313. 2.91 s [treefmt-check] + display: inline !important;
  4314. 2.91 s [treefmt-check] }
  4315. 2.91 s [treefmt-check] .d-xl-inline-block {
  4316. 2.91 s [treefmt-check] - display:inline-block !important
  4317. 2.91 s [treefmt-check] + display: inline-block !important;
  4318. 2.91 s [treefmt-check] }
  4319. 2.91 s [treefmt-check] .d-xl-none {
  4320. 2.91 s [treefmt-check] - display:none !important
  4321. 2.91 s [treefmt-check] + display: none !important;
  4322. 2.91 s [treefmt-check] }
  4323. 2.91 s [treefmt-check] }
  4324. 2.91 s [treefmt-check] @media (min-width: 87.5rem) {
  4325. 2.91 s [treefmt-check] .d-xl-block {
  4326. 2.91 s [treefmt-check] - display:block !important
  4327. 2.91 s [treefmt-check] + display: block !important;
  4328. 2.91 s [treefmt-check] }
  4329. 2.91 s [treefmt-check] .d-xl-flex {
  4330. 2.91 s [treefmt-check] - display:flex !important
  4331. 2.91 s [treefmt-check] + display: flex !important;
  4332. 2.91 s [treefmt-check] }
  4333. 2.91 s [treefmt-check] .d-xl-inline {
  4334. 2.91 s [treefmt-check] - display:inline !important
  4335. 2.91 s [treefmt-check] + display: inline !important;
  4336. 2.91 s [treefmt-check] }
  4337. 2.91 s [treefmt-check] .d-xl-inline-block {
  4338. 2.91 s [treefmt-check] - display:inline-block !important
  4339. 2.91 s [treefmt-check] + display: inline-block !important;
  4340. 2.91 s [treefmt-check] }
  4341. 2.91 s [treefmt-check] .d-xl-none {
  4342. 2.91 s [treefmt-check] - display:none !important
  4343. 2.91 s [treefmt-check] + display: none !important;
  4344. 2.91 s [treefmt-check] }
  4345. 2.91 s [treefmt-check] }
  4346. 2.91 s [treefmt-check] @media (min-width: 87.5rem) {
  4347. 2.91 s [treefmt-check] .d-xl-block {
  4348. 2.91 s [treefmt-check] - display:block !important
  4349. 2.91 s [treefmt-check] + display: block !important;
  4350. 2.91 s [treefmt-check] }
  4351. 2.91 s [treefmt-check] .d-xl-flex {
  4352. 2.91 s [treefmt-check] - display:flex !important
  4353. 2.91 s [treefmt-check] + display: flex !important;
  4354. 2.91 s [treefmt-check] }
  4355. 2.91 s [treefmt-check] .d-xl-inline {
  4356. 2.91 s [treefmt-check] - display:inline !important
  4357. 2.91 s [treefmt-check] + display: inline !important;
  4358. 2.91 s [treefmt-check] }
  4359. 2.91 s [treefmt-check] .d-xl-inline-block {
  4360. 2.91 s [treefmt-check] - display:inline-block !important
  4361. 2.91 s [treefmt-check] + display: inline-block !important;
  4362. 2.91 s [treefmt-check] }
  4363. 2.91 s [treefmt-check] .d-xl-none {
  4364. 2.91 s [treefmt-check] - display:none !important
  4365. 2.91 s [treefmt-check] + display: none !important;
  4366. 2.91 s [treefmt-check] }
  4367. 2.91 s [treefmt-check] }
  4368. 2.91 s [treefmt-check] @media (min-width: 87.5rem) {
  4369. 2.91 s [treefmt-check] .d-xl-block {
  4370. 2.91 s [treefmt-check] - display:block !important
  4371. 2.91 s [treefmt-check] + display: block !important;
  4372. 2.91 s [treefmt-check] }
  4373. 2.91 s [treefmt-check] .d-xl-flex {
  4374. 2.91 s [treefmt-check] - display:flex !important
  4375. 2.91 s [treefmt-check] + display: flex !important;
  4376. 2.91 s [treefmt-check] }
  4377. 2.91 s [treefmt-check] .d-xl-inline {
  4378. 2.91 s [treefmt-check] - display:inline !important
  4379. 2.91 s [treefmt-check] + display: inline !important;
  4380. 2.91 s [treefmt-check] }
  4381. 2.91 s [treefmt-check] .d-xl-inline-block {
  4382. 2.91 s [treefmt-check] - display:inline-block !important
  4383. 2.91 s [treefmt-check] + display: inline-block !important;
  4384. 2.91 s [treefmt-check] }
  4385. 2.91 s [treefmt-check] .d-xl-none {
  4386. 2.91 s [treefmt-check] - display:none !important
  4387. 2.91 s [treefmt-check] + display: none !important;
  4388. 2.91 s [treefmt-check] }
  4389. 2.91 s [treefmt-check] }
  4390. 2.91 s [treefmt-check] @media (min-width: 87.5rem) {
  4391. 2.91 s [treefmt-check] .d-xl-block {
  4392. 2.91 s [treefmt-check] - display:block !important
  4393. 2.91 s [treefmt-check] + display: block !important;
  4394. 2.91 s [treefmt-check] }
  4395. 2.91 s [treefmt-check] .d-xl-flex {
  4396. 2.91 s [treefmt-check] - display:flex !important
  4397. 2.91 s [treefmt-check] + display: flex !important;
  4398. 2.91 s [treefmt-check] }
  4399. 2.91 s [treefmt-check] .d-xl-inline {
  4400. 2.91 s [treefmt-check] - display:inline !important
  4401. 2.91 s [treefmt-check] + display: inline !important;
  4402. 2.91 s [treefmt-check] }
  4403. 2.91 s [treefmt-check] .d-xl-inline-block {
  4404. 2.91 s [treefmt-check] - display:inline-block !important
  4405. 2.91 s [treefmt-check] + display: inline-block !important;
  4406. 2.91 s [treefmt-check] }
  4407. 2.91 s [treefmt-check] .d-xl-none {
  4408. 2.91 s [treefmt-check] - display:none !important
  4409. 2.91 s [treefmt-check] + display: none !important;
  4410. 2.91 s [treefmt-check] }
  4411. 2.91 s [treefmt-check] }
  4412. 2.91 s [treefmt-check] @media (min-width: 87.5rem) {
  4413. 2.91 s [treefmt-check] .d-xl-block {
  4414. 2.91 s [treefmt-check] - display:block !important
  4415. 2.91 s [treefmt-check] + display: block !important;
  4416. 2.91 s [treefmt-check] }
  4417. 2.91 s [treefmt-check] .d-xl-flex {
  4418. 2.91 s [treefmt-check] - display:flex !important
  4419. 2.91 s [treefmt-check] + display: flex !important;
  4420. 2.91 s [treefmt-check] }
  4421. 2.91 s [treefmt-check] .d-xl-inline {
  4422. 2.91 s [treefmt-check] - display:inline !important
  4423. 2.91 s [treefmt-check] + display: inline !important;
  4424. 2.91 s [treefmt-check] }
  4425. 2.91 s [treefmt-check] .d-xl-inline-block {
  4426. 2.91 s [treefmt-check] - display:inline-block !important
  4427. 2.91 s [treefmt-check] + display: inline-block !important;
  4428. 2.91 s [treefmt-check] }
  4429. 2.91 s [treefmt-check] .d-xl-none {
  4430. 2.91 s [treefmt-check] - display:none !important
  4431. 2.91 s [treefmt-check] + display: none !important;
  4432. 2.91 s [treefmt-check] }
  4433. 2.91 s [treefmt-check] }
  4434. 2.91 s [treefmt-check] @media (min-width: 87.5rem) {
  4435. 2.91 s [treefmt-check] .d-xl-block {
  4436. 2.91 s [treefmt-check] - display:block !important
  4437. 2.91 s [treefmt-check] + display: block !important;
  4438. 2.91 s [treefmt-check] }
  4439. 2.91 s [treefmt-check] .d-xl-flex {
  4440. 2.91 s [treefmt-check] - display:flex !important
  4441. 2.91 s [treefmt-check] + display: flex !important;
  4442. 2.91 s [treefmt-check] }
  4443. 2.91 s [treefmt-check] .d-xl-inline {
  4444. 2.91 s [treefmt-check] - display:inline !important
  4445. 2.91 s [treefmt-check] + display: inline !important;
  4446. 2.91 s [treefmt-check] }
  4447. 2.91 s [treefmt-check] .d-xl-inline-block {
  4448. 2.91 s [treefmt-check] - display:inline-block !important
  4449. 2.91 s [treefmt-check] + display: inline-block !important;
  4450. 2.91 s [treefmt-check] }
  4451. 2.91 s [treefmt-check] .d-xl-none {
  4452. 2.91 s [treefmt-check] - display:none !important
  4453. 2.91 s [treefmt-check] + display: none !important;
  4454. 2.91 s [treefmt-check] }
  4455. 2.91 s [treefmt-check] }
  4456. 2.91 s [treefmt-check] @media (min-width: 87.5rem) {
  4457. 2.91 s [treefmt-check] .d-xl-block {
  4458. 2.91 s [treefmt-check] - display:block !important
  4459. 2.91 s [treefmt-check] + display: block !important;
  4460. 2.91 s [treefmt-check] }
  4461. 2.91 s [treefmt-check] .d-xl-flex {
  4462. 2.91 s [treefmt-check] - display:flex !important
  4463. 2.91 s [treefmt-check] + display: flex !important;
  4464. 2.91 s [treefmt-check] }
  4465. 2.91 s [treefmt-check] .d-xl-inline {
  4466. 2.91 s [treefmt-check] - display:inline !important
  4467. 2.91 s [treefmt-check] + display: inline !important;
  4468. 2.91 s [treefmt-check] }
  4469. 2.91 s [treefmt-check] .d-xl-inline-block {
  4470. 2.91 s [treefmt-check] - display:inline-block !important
  4471. 2.91 s [treefmt-check] + display: inline-block !important;
  4472. 2.91 s [treefmt-check] }
  4473. 2.91 s [treefmt-check] .d-xl-none {
  4474. 2.91 s [treefmt-check] - display:none !important
  4475. 2.91 s [treefmt-check] + display: none !important;
  4476. 2.91 s [treefmt-check] }
  4477. 2.91 s [treefmt-check] }
  4478. 2.91 s [treefmt-check] @media (min-width: 87.5rem) {
  4479. 2.91 s [treefmt-check] .d-xl-block {
  4480. 2.91 s [treefmt-check] - display:block !important
  4481. 2.91 s [treefmt-check] + display: block !important;
  4482. 2.91 s [treefmt-check] }
  4483. 2.91 s [treefmt-check] .d-xl-flex {
  4484. 2.91 s [treefmt-check] - display:flex !important
  4485. 2.91 s [treefmt-check] + display: flex !important;
  4486. 2.91 s [treefmt-check] }
  4487. 2.91 s [treefmt-check] .d-xl-inline {
  4488. 2.91 s [treefmt-check] - display:inline !important
  4489. 2.91 s [treefmt-check] + display: inline !important;
  4490. 2.91 s [treefmt-check] }
  4491. 2.91 s [treefmt-check] .d-xl-inline-block {
  4492. 2.91 s [treefmt-check] - display:inline-block !important
  4493. 2.91 s [treefmt-check] + display: inline-block !important;
  4494. 2.91 s [treefmt-check] }
  4495. 2.91 s [treefmt-check] .d-xl-none {
  4496. 2.91 s [treefmt-check] - display:none !important
  4497. 2.91 s [treefmt-check] + display: none !important;
  4498. 2.91 s [treefmt-check] }
  4499. 2.91 s [treefmt-check] }
  4500. 2.91 s [treefmt-check] @media (min-width: 87.5rem) {
  4501. 2.91 s [treefmt-check] .d-xl-block {
  4502. 2.91 s [treefmt-check] - display:block !important
  4503. 2.91 s [treefmt-check] + display: block !important;
  4504. 2.91 s [treefmt-check] }
  4505. 2.91 s [treefmt-check] .d-xl-flex {
  4506. 2.91 s [treefmt-check] - display:flex !important
  4507. 2.91 s [treefmt-check] + display: flex !important;
  4508. 2.91 s [treefmt-check] }
  4509. 2.91 s [treefmt-check] .d-xl-inline {
  4510. 2.91 s [treefmt-check] - display:inline !important
  4511. 2.91 s [treefmt-check] + display: inline !important;
  4512. 2.91 s [treefmt-check] }
  4513. 2.91 s [treefmt-check] .d-xl-inline-block {
  4514. 2.91 s [treefmt-check] - display:inline-block !important
  4515. 2.91 s [treefmt-check] + display: inline-block !important;
  4516. 2.91 s [treefmt-check] }
  4517. 2.91 s [treefmt-check] .d-xl-none {
  4518. 2.91 s [treefmt-check] - display:none !important
  4519. 2.91 s [treefmt-check] + display: none !important;
  4520. 2.91 s [treefmt-check] }
  4521. 2.91 s [treefmt-check] }
  4522. 2.91 s [treefmt-check] .float-left {
  4523. 2.91 s [treefmt-check] - float:left !important
  4524. 2.91 s [treefmt-check] + float: left !important;
  4525. 2.91 s [treefmt-check] }
  4526. 2.91 s [treefmt-check] .float-right {
  4527. 2.91 s [treefmt-check] - float:right !important
  4528. 2.91 s [treefmt-check] + float: right !important;
  4529. 2.91 s [treefmt-check] }
  4530. 2.91 s [treefmt-check] .flex-justify-start {
  4531. 2.91 s [treefmt-check] - justify-content:flex-start !important
  4532. 2.91 s [treefmt-check] + justify-content: flex-start !important;
  4533. 2.91 s [treefmt-check] }
  4534. 2.91 s [treefmt-check] .flex-justify-end {
  4535. 2.91 s [treefmt-check] - justify-content:flex-end !important
  4536. 2.91 s [treefmt-check] + justify-content: flex-end !important;
  4537. 2.91 s [treefmt-check] }
  4538. 2.91 s [treefmt-check] .flex-justify-between {
  4539. 2.91 s [treefmt-check] - justify-content:space-between !important
  4540. 2.91 s [treefmt-check] + justify-content: space-between !important;
  4541. 2.91 s [treefmt-check] }
  4542. 2.91 s [treefmt-check] .flex-justify-around {
  4543. 2.91 s [treefmt-check] - justify-content:space-around !important
  4544. 2.91 s [treefmt-check] + justify-content: space-around !important;
  4545. 2.91 s [treefmt-check] }
  4546. 2.91 s [treefmt-check] .v-align-baseline {
  4547. 2.91 s [treefmt-check] - vertical-align:baseline !important
  4548. 2.91 s [treefmt-check] + vertical-align: baseline !important;
  4549. 2.91 s [treefmt-check] }
  4550. 2.91 s [treefmt-check] .v-align-bottom {
  4551. 2.91 s [treefmt-check] - vertical-align:bottom !important
  4552. 2.91 s [treefmt-check] + vertical-align: bottom !important;
  4553. 2.91 s [treefmt-check] }
  4554. 2.91 s [treefmt-check] .v-align-middle {
  4555. 2.91 s [treefmt-check] - vertical-align:middle !important
  4556. 2.91 s [treefmt-check] + vertical-align: middle !important;
  4557. 2.91 s [treefmt-check] }
  4558. 2.91 s [treefmt-check] .v-align-text-bottom {
  4559. 2.91 s [treefmt-check] - vertical-align:text-bottom !important
  4560. 2.91 s [treefmt-check] + vertical-align: text-bottom !important;
  4561. 2.91 s [treefmt-check] }
  4562. 2.91 s [treefmt-check] .v-align-text-top {
  4563. 2.91 s [treefmt-check] - vertical-align:text-top !important
  4564. 2.91 s [treefmt-check] + vertical-align: text-top !important;
  4565. 2.91 s [treefmt-check] }
  4566. 2.91 s [treefmt-check] .v-align-top {
  4567. 2.91 s [treefmt-check] - vertical-align:top !important
  4568. 2.91 s [treefmt-check] + vertical-align: top !important;
  4569. 2.91 s [treefmt-check] }
  4570. 2.91 s [treefmt-check] .fs-1 {
  4571. 2.91 s [treefmt-check] - font-size:.5625rem !important
  4572. 2.91 s [treefmt-check] + font-size: 0.5625rem !important;
  4573. 2.91 s [treefmt-check] }
  4574. 2.91 s [treefmt-check] @media (min-width: 31.25rem) {
  4575. 2.91 s [treefmt-check] .fs-1 {
  4576. 2.91 s [treefmt-check] - font-size:.625rem !important
  4577. 2.91 s [treefmt-check] + font-size: 0.625rem !important;
  4578. 2.91 s [treefmt-check] }
  4579. 2.91 s [treefmt-check] }
  4580. 2.91 s [treefmt-check] .fs-2 {
  4581. 2.91 s [treefmt-check] - font-size:.6875rem !important
  4582. 2.91 s [treefmt-check] + font-size: 0.6875rem !important;
  4583. 2.91 s [treefmt-check] }
  4584. 2.91 s [treefmt-check] @media (min-width: 31.25rem) {
  4585. 2.91 s [treefmt-check] .fs-2 {
  4586. 2.91 s [treefmt-check] - font-size:.75rem !important
  4587. 2.91 s [treefmt-check] + font-size: 0.75rem !important;
  4588. 2.91 s [treefmt-check] }
  4589. 2.91 s [treefmt-check] }
  4590. 2.91 s [treefmt-check] .fs-3 {
  4591. 2.91 s [treefmt-check] - font-size:.75rem !important
  4592. 2.91 s [treefmt-check] + font-size: 0.75rem !important;
  4593. 2.91 s [treefmt-check] }
  4594. 2.91 s [treefmt-check] @media (min-width: 31.25rem) {
  4595. 2.91 s [treefmt-check] .fs-3 {
  4596. 2.91 s [treefmt-check] - font-size:.875rem !important
  4597. 2.91 s [treefmt-check] + font-size: 0.875rem !important;
  4598. 2.91 s [treefmt-check] }
  4599. 2.91 s [treefmt-check] }
  4600. 2.91 s [treefmt-check] .fs-4 {
  4601. 2.91 s [treefmt-check] - font-size:.875rem !important
  4602. 2.91 s [treefmt-check] + font-size: 0.875rem !important;
  4603. 2.91 s [treefmt-check] }
  4604. 2.91 s [treefmt-check] @media (min-width: 31.25rem) {
  4605. 2.91 s [treefmt-check] .fs-4 {
  4606. 2.91 s [treefmt-check] - font-size:1rem !important
  4607. 2.91 s [treefmt-check] + font-size: 1rem !important;
  4608. 2.91 s [treefmt-check] }
  4609. 2.91 s [treefmt-check] }
  4610. 2.91 s [treefmt-check] .fs-5 {
  4611. 2.91 s [treefmt-check] - font-size:1rem !important
  4612. 2.91 s [treefmt-check] + font-size: 1rem !important;
  4613. 2.91 s [treefmt-check] }
  4614. 2.91 s [treefmt-check] @media (min-width: 31.25rem) {
  4615. 2.91 s [treefmt-check] .fs-5 {
  4616. 2.91 s [treefmt-check] - font-size:1.125rem !important
  4617. 2.91 s [treefmt-check] + font-size: 1.125rem !important;
  4618. 2.91 s [treefmt-check] }
  4619. 2.91 s [treefmt-check] }
  4620. 2.91 s [treefmt-check] .fs-6 {
  4621. 2.91 s [treefmt-check] - font-size:1.125rem !important
  4622. 2.91 s [treefmt-check] + font-size: 1.125rem !important;
  4623. 2.91 s [treefmt-check] }
  4624. 2.91 s [treefmt-check] @media (min-width: 31.25rem) {
  4625. 2.91 s [treefmt-check] .fs-6 {
  4626. 2.91 s [treefmt-check] - font-size:1.5rem !important;
  4627. 2.91 s [treefmt-check] - line-height:1.25
  4628. 2.91 s [treefmt-check] + font-size: 1.5rem !important;
  4629. 2.91 s [treefmt-check] + line-height: 1.25;
  4630. 2.91 s [treefmt-check] }
  4631. 2.91 s [treefmt-check] }
  4632. 2.91 s [treefmt-check] .fs-7 {
  4633. 2.91 s [treefmt-check] - font-size:1.5rem !important;
  4634. 2.91 s [treefmt-check] - line-height:1.25
  4635. 2.91 s [treefmt-check] + font-size: 1.5rem !important;
  4636. 2.91 s [treefmt-check] + line-height: 1.25;
  4637. 2.91 s [treefmt-check] }
  4638. 2.91 s [treefmt-check] @media (min-width: 31.25rem) {
  4639. 2.91 s [treefmt-check] .fs-7 {
  4640. 2.91 s [treefmt-check] - font-size:2rem !important
  4641. 2.91 s [treefmt-check] + font-size: 2rem !important;
  4642. 2.91 s [treefmt-check] }
  4643. 2.91 s [treefmt-check] }
  4644. 2.91 s [treefmt-check] .fs-8 {
  4645. 2.91 s [treefmt-check] - font-size:2rem !important;
  4646. 2.91 s [treefmt-check] - line-height:1.25
  4647. 2.91 s [treefmt-check] + font-size: 2rem !important;
  4648. 2.91 s [treefmt-check] + line-height: 1.25;
  4649. 2.91 s [treefmt-check] }
  4650. 2.91 s [treefmt-check] @media (min-width: 31.25rem) {
  4651. 2.91 s [treefmt-check] .fs-8 {
  4652. 2.91 s [treefmt-check] - font-size:2.25rem !important
  4653. 2.91 s [treefmt-check] + font-size: 2.25rem !important;
  4654. 2.91 s [treefmt-check] }
  4655. 2.91 s [treefmt-check] }
  4656. 2.91 s [treefmt-check] .fs-9 {
  4657. 2.91 s [treefmt-check] - font-size:2.25rem !important;
  4658. 2.91 s [treefmt-check] - line-height:1.25
  4659. 2.91 s [treefmt-check] + font-size: 2.25rem !important;
  4660. 2.91 s [treefmt-check] + line-height: 1.25;
  4661. 2.91 s [treefmt-check] }
  4662. 2.91 s [treefmt-check] @media (min-width: 31.25rem) {
  4663. 2.91 s [treefmt-check] .fs-9 {
  4664. 2.91 s [treefmt-check] - font-size:2.625rem !important
  4665. 2.91 s [treefmt-check] + font-size: 2.625rem !important;
  4666. 2.91 s [treefmt-check] }
  4667. 2.91 s [treefmt-check] }
  4668. 2.91 s [treefmt-check] .fs-10 {
  4669. 2.91 s [treefmt-check] - font-size:2.625rem !important;
  4670. 2.91 s [treefmt-check] - line-height:1.25
  4671. 2.91 s [treefmt-check] + font-size: 2.625rem !important;
  4672. 2.91 s [treefmt-check] + line-height: 1.25;
  4673. 2.91 s [treefmt-check] }
  4674. 2.91 s [treefmt-check] @media (min-width: 31.25rem) {
  4675. 2.91 s [treefmt-check] .fs-10 {
  4676. 2.91 s [treefmt-check] - font-size:3rem !important
  4677. 2.91 s [treefmt-check] + font-size: 3rem !important;
  4678. 2.91 s [treefmt-check] }
  4679. 2.91 s [treefmt-check] }
  4680. 2.91 s [treefmt-check] .fw-300 {
  4681. 2.91 s [treefmt-check] - font-weight:300 !important
  4682. 2.91 s [treefmt-check] + font-weight: 300 !important;
  4683. 2.91 s [treefmt-check] }
  4684. 2.91 s [treefmt-check] .fw-400 {
  4685. 2.91 s [treefmt-check] - font-weight:400 !important
  4686. 2.91 s [treefmt-check] + font-weight: 400 !important;
  4687. 2.91 s [treefmt-check] }
  4688. 2.91 s [treefmt-check] .fw-500 {
  4689. 2.91 s [treefmt-check] - font-weight:500 !important
  4690. 2.91 s [treefmt-check] + font-weight: 500 !important;
  4691. 2.91 s [treefmt-check] }
  4692. 2.91 s [treefmt-check] .fw-700 {
  4693. 2.91 s [treefmt-check] - font-weight:700 !important
  4694. 2.91 s [treefmt-check] + font-weight: 700 !important;
  4695. 2.91 s [treefmt-check] }
  4696. 2.91 s [treefmt-check] .lh-0 {
  4697. 2.91 s [treefmt-check] - line-height:0 !important
  4698. 2.91 s [treefmt-check] + line-height: 0 !important;
  4699. 2.91 s [treefmt-check] }
  4700. 2.91 s [treefmt-check] .lh-default {
  4701. 2.91 s [treefmt-check] - line-height:1.4
  4702. 2.91 s [treefmt-check] + line-height: 1.4;
  4703. 2.91 s [treefmt-check] }
  4704. 2.91 s [treefmt-check] .lh-tight {
  4705. 2.91 s [treefmt-check] - line-height:1.25
  4706. 2.91 s [treefmt-check] + line-height: 1.25;
  4707. 2.91 s [treefmt-check] }
  4708. 2.91 s [treefmt-check] .ls-5 {
  4709. 2.91 s [treefmt-check] - letter-spacing:0.05em !important
  4710. 2.91 s [treefmt-check] + letter-spacing: 0.05em !important;
  4711. 2.91 s [treefmt-check] }
  4712. 2.91 s [treefmt-check] .ls-10 {
  4713. 2.91 s [treefmt-check] - letter-spacing:0.1em !important
  4714. 2.91 s [treefmt-check] + letter-spacing: 0.1em !important;
  4715. 2.91 s [treefmt-check] }
  4716. 2.91 s [treefmt-check] .ls-0 {
  4717. 2.91 s [treefmt-check] - letter-spacing:0 !important
  4718. 2.91 s [treefmt-check] + letter-spacing: 0 !important;
  4719. 2.91 s [treefmt-check] }
  4720. 2.91 s [treefmt-check] .text-uppercase {
  4721. 2.91 s [treefmt-check] - text-transform:uppercase !important
  4722. 2.91 s [treefmt-check] + text-transform: uppercase !important;
  4723. 2.91 s [treefmt-check] }
  4724. 2.91 s [treefmt-check] .list-style-none {
  4725. 2.91 s [treefmt-check] - padding:0 !important;
  4726. 2.91 s [treefmt-check] - margin:0 !important;
  4727. 2.91 s [treefmt-check] - list-style:none !important
  4728. 2.91 s [treefmt-check] + padding: 0 !important;
  4729. 2.91 s [treefmt-check] + margin: 0 !important;
  4730. 2.91 s [treefmt-check] + list-style: none !important;
  4731. 2.91 s [treefmt-check] }
  4732. 2.91 s [treefmt-check] .list-style-none li::before {
  4733. 2.91 s [treefmt-check] - display:none !important
  4734. 2.91 s [treefmt-check] + display: none !important;
  4735. 2.91 s [treefmt-check] }
  4736. 2.91 s [treefmt-check] .mx-auto {
  4737. 2.91 s [treefmt-check] - margin-right:auto !important;
  4738. 2.91 s [treefmt-check] - margin-left:auto !important
  4739. 2.91 s [treefmt-check] + margin-right: auto !important;
  4740. 2.91 s [treefmt-check] + margin-left: auto !important;
  4741. 2.91 s [treefmt-check] }
  4742. 2.91 s [treefmt-check] .m-0 {
  4743. 2.91 s [treefmt-check] - margin:0 !important
  4744. 2.91 s [treefmt-check] + margin: 0 !important;
  4745. 2.91 s [treefmt-check] }
  4746. 2.91 s [treefmt-check] .mt-0 {
  4747. 2.91 s [treefmt-check] - margin-top:0 !important
  4748. 2.91 s [treefmt-check] + margin-top: 0 !important;
  4749. 2.91 s [treefmt-check] }
  4750. 2.91 s [treefmt-check] .mr-0 {
  4751. 2.91 s [treefmt-check] - margin-right:0 !important
  4752. 2.91 s [treefmt-check] + margin-right: 0 !important;
  4753. 2.91 s [treefmt-check] }
  4754. 2.91 s [treefmt-check] .mb-0 {
  4755. 2.91 s [treefmt-check] - margin-bottom:0 !important
  4756. 2.91 s [treefmt-check] + margin-bottom: 0 !important;
  4757. 2.91 s [treefmt-check] }
  4758. 2.91 s [treefmt-check] .ml-0 {
  4759. 2.91 s [treefmt-check] - margin-left:0 !important
  4760. 2.91 s [treefmt-check] + margin-left: 0 !important;
  4761. 2.91 s [treefmt-check] }
  4762. 2.91 s [treefmt-check] .mx-0 {
  4763. 2.91 s [treefmt-check] - margin-right:0 !important;
  4764. 2.91 s [treefmt-check] - margin-left:0 !important
  4765. 2.91 s [treefmt-check] + margin-right: 0 !important;
  4766. 2.91 s [treefmt-check] + margin-left: 0 !important;
  4767. 2.91 s [treefmt-check] }
  4768. 2.91 s [treefmt-check] .my-0 {
  4769. 2.91 s [treefmt-check] - margin-top:0 !important;
  4770. 2.91 s [treefmt-check] - margin-bottom:0 !important
  4771. 2.91 s [treefmt-check] + margin-top: 0 !important;
  4772. 2.91 s [treefmt-check] + margin-bottom: 0 !important;
  4773. 2.91 s [treefmt-check] }
  4774. 2.91 s [treefmt-check] .mxn-0 {
  4775. 2.91 s [treefmt-check] - margin-right:-0 !important;
  4776. 2.91 s [treefmt-check] - margin-left:-0 !important
  4777. 2.91 s [treefmt-check] + margin-right: -0 !important;
  4778. 2.91 s [treefmt-check] + margin-left: -0 !important;
  4779. 2.91 s [treefmt-check] }
  4780. 2.91 s [treefmt-check] .mx-0-auto {
  4781. 2.91 s [treefmt-check] - margin-right:auto !important;
  4782. 2.91 s [treefmt-check] - margin-left:auto !important
  4783. 2.91 s [treefmt-check] + margin-right: auto !important;
  4784. 2.91 s [treefmt-check] + margin-left: auto !important;
  4785. 2.91 s [treefmt-check] }
  4786. 2.91 s [treefmt-check] .m-1 {
  4787. 2.91 s [treefmt-check] - margin:.25rem !important
  4788. 2.91 s [treefmt-check] + margin: 0.25rem !important;
  4789. 2.91 s [treefmt-check] }
  4790. 2.91 s [treefmt-check] .mt-1 {
  4791. 2.91 s [treefmt-check] - margin-top:.25rem !important
  4792. 2.91 s [treefmt-check] + margin-top: 0.25rem !important;
  4793. 2.91 s [treefmt-check] }
  4794. 2.91 s [treefmt-check] .mr-1 {
  4795. 2.91 s [treefmt-check] - margin-right:.25rem !important
  4796. 2.91 s [treefmt-check] + margin-right: 0.25rem !important;
  4797. 2.91 s [treefmt-check] }
  4798. 2.91 s [treefmt-check] .mb-1 {
  4799. 2.91 s [treefmt-check] - margin-bottom:.25rem !important
  4800. 2.91 s [treefmt-check] + margin-bottom: 0.25rem !important;
  4801. 2.91 s [treefmt-check] }
  4802. 2.91 s [treefmt-check] .ml-1 {
  4803. 2.91 s [treefmt-check] - margin-left:.25rem !important
  4804. 2.91 s [treefmt-check] + margin-left: 0.25rem !important;
  4805. 2.91 s [treefmt-check] }
  4806. 2.91 s [treefmt-check] .mx-1 {
  4807. 2.91 s [treefmt-check] - margin-right:.25rem !important;
  4808. 2.91 s [treefmt-check] - margin-left:.25rem !important
  4809. 2.91 s [treefmt-check] + margin-right: 0.25rem !important;
  4810. 2.91 s [treefmt-check] + margin-left: 0.25rem !important;
  4811. 2.91 s [treefmt-check] }
  4812. 2.91 s [treefmt-check] .my-1 {
  4813. 2.91 s [treefmt-check] - margin-top:.25rem !important;
  4814. 2.91 s [treefmt-check] - margin-bottom:.25rem !important
  4815. 2.91 s [treefmt-check] + margin-top: 0.25rem !important;
  4816. 2.91 s [treefmt-check] + margin-bottom: 0.25rem !important;
  4817. 2.91 s [treefmt-check] }
  4818. 2.91 s [treefmt-check] .mxn-1 {
  4819. 2.91 s [treefmt-check] - margin-right:-.25rem !important;
  4820. 2.91 s [treefmt-check] - margin-left:-.25rem !important
  4821. 2.91 s [treefmt-check] + margin-right: -0.25rem !important;
  4822. 2.91 s [treefmt-check] + margin-left: -0.25rem !important;
  4823. 2.91 s [treefmt-check] }
  4824. 2.91 s [treefmt-check] .mx-1-auto {
  4825. 2.91 s [treefmt-check] - margin-right:auto !important;
  4826. 2.91 s [treefmt-check] - margin-left:auto !important
  4827. 2.91 s [treefmt-check] + margin-right: auto !important;
  4828. 2.91 s [treefmt-check] + margin-left: auto !important;
  4829. 2.91 s [treefmt-check] }
  4830. 2.91 s [treefmt-check] .m-2 {
  4831. 2.91 s [treefmt-check] - margin:.5rem !important
  4832. 2.91 s [treefmt-check] + margin: 0.5rem !important;
  4833. 2.91 s [treefmt-check] }
  4834. 2.91 s [treefmt-check] .mt-2 {
  4835. 2.91 s [treefmt-check] - margin-top:.5rem !important
  4836. 2.91 s [treefmt-check] + margin-top: 0.5rem !important;
  4837. 2.91 s [treefmt-check] }
  4838. 2.91 s [treefmt-check] .mr-2 {
  4839. 2.91 s [treefmt-check] - margin-right:.5rem !important
  4840. 2.91 s [treefmt-check] + margin-right: 0.5rem !important;
  4841. 2.91 s [treefmt-check] }
  4842. 2.91 s [treefmt-check] .mb-2 {
  4843. 2.91 s [treefmt-check] - margin-bottom:.5rem !important
  4844. 2.91 s [treefmt-check] + margin-bottom: 0.5rem !important;
  4845. 2.91 s [treefmt-check] }
  4846. 2.91 s [treefmt-check] .ml-2 {
  4847. 2.91 s [treefmt-check] - margin-left:.5rem !important
  4848. 2.91 s [treefmt-check] + margin-left: 0.5rem !important;
  4849. 2.91 s [treefmt-check] }
  4850. 2.91 s [treefmt-check] .mx-2 {
  4851. 2.91 s [treefmt-check] - margin-right:.5rem !important;
  4852. 2.91 s [treefmt-check] - margin-left:.5rem !important
  4853. 2.91 s [treefmt-check] + margin-right: 0.5rem !important;
  4854. 2.91 s [treefmt-check] + margin-left: 0.5rem !important;
  4855. 2.91 s [treefmt-check] }
  4856. 2.91 s [treefmt-check] .my-2 {
  4857. 2.91 s [treefmt-check] - margin-top:.5rem !important;
  4858. 2.91 s [treefmt-check] - margin-bottom:.5rem !important
  4859. 2.91 s [treefmt-check] + margin-top: 0.5rem !important;
  4860. 2.91 s [treefmt-check] + margin-bottom: 0.5rem !important;
  4861. 2.91 s [treefmt-check] }
  4862. 2.91 s [treefmt-check] .mxn-2 {
  4863. 2.91 s [treefmt-check] - margin-right:-.5rem !important;
  4864. 2.91 s [treefmt-check] - margin-left:-.5rem !important
  4865. 2.91 s [treefmt-check] + margin-right: -0.5rem !important;
  4866. 2.91 s [treefmt-check] + margin-left: -0.5rem !important;
  4867. 2.91 s [treefmt-check] }
  4868. 2.91 s [treefmt-check] .mx-2-auto {
  4869. 2.91 s [treefmt-check] - margin-right:auto !important;
  4870. 2.91 s [treefmt-check] - margin-left:auto !important
  4871. 2.91 s [treefmt-check] + margin-right: auto !important;
  4872. 2.91 s [treefmt-check] + margin-left: auto !important;
  4873. 2.91 s [treefmt-check] }
  4874. 2.91 s [treefmt-check] .m-3 {
  4875. 2.91 s [treefmt-check] - margin:.75rem !important
  4876. 2.91 s [treefmt-check] + margin: 0.75rem !important;
  4877. 2.91 s [treefmt-check] }
  4878. 2.91 s [treefmt-check] .mt-3 {
  4879. 2.91 s [treefmt-check] - margin-top:.75rem !important
  4880. 2.91 s [treefmt-check] + margin-top: 0.75rem !important;
  4881. 2.91 s [treefmt-check] }
  4882. 2.91 s [treefmt-check] .mr-3 {
  4883. 2.91 s [treefmt-check] - margin-right:.75rem !important
  4884. 2.91 s [treefmt-check] + margin-right: 0.75rem !important;
  4885. 2.91 s [treefmt-check] }
  4886. 2.91 s [treefmt-check] .mb-3 {
  4887. 2.91 s [treefmt-check] - margin-bottom:.75rem !important
  4888. 2.91 s [treefmt-check] + margin-bottom: 0.75rem !important;
  4889. 2.91 s [treefmt-check] }
  4890. 2.91 s [treefmt-check] .ml-3 {
  4891. 2.91 s [treefmt-check] - margin-left:.75rem !important
  4892. 2.91 s [treefmt-check] + margin-left: 0.75rem !important;
  4893. 2.91 s [treefmt-check] }
  4894. 2.91 s [treefmt-check] .mx-3 {
  4895. 2.91 s [treefmt-check] - margin-right:.75rem !important;
  4896. 2.91 s [treefmt-check] - margin-left:.75rem !important
  4897. 2.91 s [treefmt-check] + margin-right: 0.75rem !important;
  4898. 2.91 s [treefmt-check] + margin-left: 0.75rem !important;
  4899. 2.91 s [treefmt-check] }
  4900. 2.91 s [treefmt-check] .my-3 {
  4901. 2.91 s [treefmt-check] - margin-top:.75rem !important;
  4902. 2.91 s [treefmt-check] - margin-bottom:.75rem !important
  4903. 2.91 s [treefmt-check] + margin-top: 0.75rem !important;
  4904. 2.91 s [treefmt-check] + margin-bottom: 0.75rem !important;
  4905. 2.91 s [treefmt-check] }
  4906. 2.91 s [treefmt-check] .mxn-3 {
  4907. 2.91 s [treefmt-check] - margin-right:-.75rem !important;
  4908. 2.91 s [treefmt-check] - margin-left:-.75rem !important
  4909. 2.91 s [treefmt-check] + margin-right: -0.75rem !important;
  4910. 2.91 s [treefmt-check] + margin-left: -0.75rem !important;
  4911. 2.91 s [treefmt-check] }
  4912. 2.91 s [treefmt-check] .mx-3-auto {
  4913. 2.91 s [treefmt-check] - margin-right:auto !important;
  4914. 2.91 s [treefmt-check] - margin-left:auto !important
  4915. 2.91 s [treefmt-check] + margin-right: auto !important;
  4916. 2.91 s [treefmt-check] + margin-left: auto !important;
  4917. 2.91 s [treefmt-check] }
  4918. 2.91 s [treefmt-check] .m-4 {
  4919. 2.91 s [treefmt-check] - margin:1rem !important
  4920. 2.91 s [treefmt-check] + margin: 1rem !important;
  4921. 2.91 s [treefmt-check] }
  4922. 2.91 s [treefmt-check] .mt-4 {
  4923. 2.91 s [treefmt-check] - margin-top:1rem !important
  4924. 2.91 s [treefmt-check] + margin-top: 1rem !important;
  4925. 2.91 s [treefmt-check] }
  4926. 2.91 s [treefmt-check] .mr-4 {
  4927. 2.91 s [treefmt-check] - margin-right:1rem !important
  4928. 2.91 s [treefmt-check] + margin-right: 1rem !important;
  4929. 2.91 s [treefmt-check] }
  4930. 2.91 s [treefmt-check] .mb-4 {
  4931. 2.91 s [treefmt-check] - margin-bottom:1rem !important
  4932. 2.91 s [treefmt-check] + margin-bottom: 1rem !important;
  4933. 2.91 s [treefmt-check] }
  4934. 2.91 s [treefmt-check] .ml-4 {
  4935. 2.91 s [treefmt-check] - margin-left:1rem !important
  4936. 2.91 s [treefmt-check] + margin-left: 1rem !important;
  4937. 2.91 s [treefmt-check] }
  4938. 2.91 s [treefmt-check] .mx-4 {
  4939. 2.91 s [treefmt-check] - margin-right:1rem !important;
  4940. 2.91 s [treefmt-check] - margin-left:1rem !important
  4941. 2.91 s [treefmt-check] + margin-right: 1rem !important;
  4942. 2.91 s [treefmt-check] + margin-left: 1rem !important;
  4943. 2.91 s [treefmt-check] }
  4944. 2.91 s [treefmt-check] .my-4 {
  4945. 2.91 s [treefmt-check] - margin-top:1rem !important;
  4946. 2.91 s [treefmt-check] - margin-bottom:1rem !important
  4947. 2.91 s [treefmt-check] + margin-top: 1rem !important;
  4948. 2.91 s [treefmt-check] + margin-bottom: 1rem !important;
  4949. 2.91 s [treefmt-check] }
  4950. 2.91 s [treefmt-check] .mxn-4 {
  4951. 2.91 s [treefmt-check] - margin-right:-1rem !important;
  4952. 2.91 s [treefmt-check] - margin-left:-1rem !important
  4953. 2.91 s [treefmt-check] + margin-right: -1rem !important;
  4954. 2.91 s [treefmt-check] + margin-left: -1rem !important;
  4955. 2.91 s [treefmt-check] }
  4956. 2.91 s [treefmt-check] .mx-4-auto {
  4957. 2.91 s [treefmt-check] - margin-right:auto !important;
  4958. 2.91 s [treefmt-check] - margin-left:auto !important
  4959. 2.91 s [treefmt-check] + margin-right: auto !important;
  4960. 2.91 s [treefmt-check] + margin-left: auto !important;
  4961. 2.91 s [treefmt-check] }
  4962. 2.91 s [treefmt-check] .m-5 {
  4963. 2.91 s [treefmt-check] - margin:1.5rem !important
  4964. 2.91 s [treefmt-check] + margin: 1.5rem !important;
  4965. 2.91 s [treefmt-check] }
  4966. 2.91 s [treefmt-check] .mt-5 {
  4967. 2.91 s [treefmt-check] - margin-top:1.5rem !important
  4968. 2.91 s [treefmt-check] + margin-top: 1.5rem !important;
  4969. 2.92 s [treefmt-check] }
  4970. 2.92 s [treefmt-check] .mr-5 {
  4971. 2.92 s [treefmt-check] - margin-right:1.5rem !important
  4972. 2.92 s [treefmt-check] + margin-right: 1.5rem !important;
  4973. 2.92 s [treefmt-check] }
  4974. 2.92 s [treefmt-check] .mb-5 {
  4975. 2.92 s [treefmt-check] - margin-bottom:1.5rem !important
  4976. 2.92 s [treefmt-check] + margin-bottom: 1.5rem !important;
  4977. 2.92 s [treefmt-check] }
  4978. 2.92 s [treefmt-check] .ml-5 {
  4979. 2.92 s [treefmt-check] - margin-left:1.5rem !important
  4980. 2.92 s [treefmt-check] + margin-left: 1.5rem !important;
  4981. 2.92 s [treefmt-check] }
  4982. 2.92 s [treefmt-check] .mx-5 {
  4983. 2.92 s [treefmt-check] - margin-right:1.5rem !important;
  4984. 2.92 s [treefmt-check] - margin-left:1.5rem !important
  4985. 2.92 s [treefmt-check] + margin-right: 1.5rem !important;
  4986. 2.92 s [treefmt-check] + margin-left: 1.5rem !important;
  4987. 2.92 s [treefmt-check] }
  4988. 2.92 s [treefmt-check] .my-5 {
  4989. 2.92 s [treefmt-check] - margin-top:1.5rem !important;
  4990. 2.92 s [treefmt-check] - margin-bottom:1.5rem !important
  4991. 2.92 s [treefmt-check] + margin-top: 1.5rem !important;
  4992. 2.92 s [treefmt-check] + margin-bottom: 1.5rem !important;
  4993. 2.92 s [treefmt-check] }
  4994. 2.92 s [treefmt-check] .mxn-5 {
  4995. 2.92 s [treefmt-check] - margin-right:-1.5rem !important;
  4996. 2.92 s [treefmt-check] - margin-left:-1.5rem !important
  4997. 2.92 s [treefmt-check] + margin-right: -1.5rem !important;
  4998. 2.92 s [treefmt-check] + margin-left: -1.5rem !important;
  4999. 2.92 s [treefmt-check] }
  5000. 2.92 s [treefmt-check] .mx-5-auto {
  5001. 2.92 s [treefmt-check] - margin-right:auto !important;
  5002. 2.92 s [treefmt-check] - margin-left:auto !important
  5003. 2.92 s [treefmt-check] + margin-right: auto !important;
  5004. 2.92 s [treefmt-check] + margin-left: auto !important;
  5005. 2.92 s [treefmt-check] }
  5006. 2.92 s [treefmt-check] .m-6 {
  5007. 2.92 s [treefmt-check] - margin:2rem !important
  5008. 2.92 s [treefmt-check] + margin: 2rem !important;
  5009. 2.92 s [treefmt-check] }
  5010. 2.92 s [treefmt-check] .mt-6 {
  5011. 2.92 s [treefmt-check] - margin-top:2rem !important
  5012. 2.92 s [treefmt-check] + margin-top: 2rem !important;
  5013. 2.92 s [treefmt-check] }
  5014. 2.92 s [treefmt-check] .mr-6 {
  5015. 2.92 s [treefmt-check] - margin-right:2rem !important
  5016. 2.92 s [treefmt-check] + margin-right: 2rem !important;
  5017. 2.92 s [treefmt-check] }
  5018. 2.92 s [treefmt-check] .mb-6 {
  5019. 2.92 s [treefmt-check] - margin-bottom:2rem !important
  5020. 2.92 s [treefmt-check] + margin-bottom: 2rem !important;
  5021. 2.92 s [treefmt-check] }
  5022. 2.92 s [treefmt-check] .ml-6 {
  5023. 2.92 s [treefmt-check] - margin-left:2rem !important
  5024. 2.92 s [treefmt-check] + margin-left: 2rem !important;
  5025. 2.92 s [treefmt-check] }
  5026. 2.92 s [treefmt-check] .mx-6 {
  5027. 2.92 s [treefmt-check] - margin-right:2rem !important;
  5028. 2.92 s [treefmt-check] - margin-left:2rem !important
  5029. 2.92 s [treefmt-check] + margin-right: 2rem !important;
  5030. 2.92 s [treefmt-check] + margin-left: 2rem !important;
  5031. 2.92 s [treefmt-check] }
  5032. 2.92 s [treefmt-check] .my-6 {
  5033. 2.92 s [treefmt-check] - margin-top:2rem !important;
  5034. 2.92 s [treefmt-check] - margin-bottom:2rem !important
  5035. 2.92 s [treefmt-check] + margin-top: 2rem !important;
  5036. 2.92 s [treefmt-check] + margin-bottom: 2rem !important;
  5037. 2.92 s [treefmt-check] }
  5038. 2.92 s [treefmt-check] .mxn-6 {
  5039. 2.92 s [treefmt-check] - margin-right:-2rem !important;
  5040. 2.92 s [treefmt-check] - margin-left:-2rem !important
  5041. 2.92 s [treefmt-check] + margin-right: -2rem !important;
  5042. 2.92 s [treefmt-check] + margin-left: -2rem !important;
  5043. 2.92 s [treefmt-check] }
  5044. 2.92 s [treefmt-check] .mx-6-auto {
  5045. 2.92 s [treefmt-check] - margin-right:auto !important;
  5046. 2.92 s [treefmt-check] - margin-left:auto !important
  5047. 2.92 s [treefmt-check] + margin-right: auto !important;
  5048. 2.92 s [treefmt-check] + margin-left: auto !important;
  5049. 2.92 s [treefmt-check] }
  5050. 2.92 s [treefmt-check] .m-7 {
  5051. 2.92 s [treefmt-check] - margin:2.5rem !important
  5052. 2.92 s [treefmt-check] + margin: 2.5rem !important;
  5053. 2.92 s [treefmt-check] }
  5054. 2.92 s [treefmt-check] .mt-7 {
  5055. 2.92 s [treefmt-check] - margin-top:2.5rem !important
  5056. 2.92 s [treefmt-check] + margin-top: 2.5rem !important;
  5057. 2.92 s [treefmt-check] }
  5058. 2.92 s [treefmt-check] .mr-7 {
  5059. 2.92 s [treefmt-check] - margin-right:2.5rem !important
  5060. 2.92 s [treefmt-check] + margin-right: 2.5rem !important;
  5061. 2.92 s [treefmt-check] }
  5062. 2.92 s [treefmt-check] .mb-7 {
  5063. 2.92 s [treefmt-check] - margin-bottom:2.5rem !important
  5064. 2.92 s [treefmt-check] + margin-bottom: 2.5rem !important;
  5065. 2.92 s [treefmt-check] }
  5066. 2.92 s [treefmt-check] .ml-7 {
  5067. 2.92 s [treefmt-check] - margin-left:2.5rem !important
  5068. 2.92 s [treefmt-check] + margin-left: 2.5rem !important;
  5069. 2.92 s [treefmt-check] }
  5070. 2.92 s [treefmt-check] .mx-7 {
  5071. 2.92 s [treefmt-check] - margin-right:2.5rem !important;
  5072. 2.92 s [treefmt-check] - margin-left:2.5rem !important
  5073. 2.92 s [treefmt-check] + margin-right: 2.5rem !important;
  5074. 2.92 s [treefmt-check] + margin-left: 2.5rem !important;
  5075. 2.92 s [treefmt-check] }
  5076. 2.92 s [treefmt-check] .my-7 {
  5077. 2.92 s [treefmt-check] - margin-top:2.5rem !important;
  5078. 2.92 s [treefmt-check] - margin-bottom:2.5rem !important
  5079. 2.92 s [treefmt-check] + margin-top: 2.5rem !important;
  5080. 2.92 s [treefmt-check] + margin-bottom: 2.5rem !important;
  5081. 2.92 s [treefmt-check] }
  5082. 2.92 s [treefmt-check] .mxn-7 {
  5083. 2.92 s [treefmt-check] - margin-right:-2.5rem !important;
  5084. 2.92 s [treefmt-check] - margin-left:-2.5rem !important
  5085. 2.92 s [treefmt-check] + margin-right: -2.5rem !important;
  5086. 2.92 s [treefmt-check] + margin-left: -2.5rem !important;
  5087. 2.92 s [treefmt-check] }
  5088. 2.92 s [treefmt-check] .mx-7-auto {
  5089. 2.92 s [treefmt-check] - margin-right:auto !important;
  5090. 2.92 s [treefmt-check] - margin-left:auto !important
  5091. 2.92 s [treefmt-check] + margin-right: auto !important;
  5092. 2.92 s [treefmt-check] + margin-left: auto !important;
  5093. 2.92 s [treefmt-check] }
  5094. 2.92 s [treefmt-check] .m-8 {
  5095. 2.92 s [treefmt-check] - margin:3rem !important
  5096. 2.92 s [treefmt-check] + margin: 3rem !important;
  5097. 2.92 s [treefmt-check] }
  5098. 2.92 s [treefmt-check] .mt-8 {
  5099. 2.92 s [treefmt-check] - margin-top:3rem !important
  5100. 2.92 s [treefmt-check] + margin-top: 3rem !important;
  5101. 2.92 s [treefmt-check] }
  5102. 2.92 s [treefmt-check] .mr-8 {
  5103. 2.92 s [treefmt-check] - margin-right:3rem !important
  5104. 2.92 s [treefmt-check] + margin-right: 3rem !important;
  5105. 2.92 s [treefmt-check] }
  5106. 2.92 s [treefmt-check] .mb-8 {
  5107. 2.92 s [treefmt-check] - margin-bottom:3rem !important
  5108. 2.92 s [treefmt-check] + margin-bottom: 3rem !important;
  5109. 2.92 s [treefmt-check] }
  5110. 2.92 s [treefmt-check] .ml-8 {
  5111. 2.92 s [treefmt-check] - margin-left:3rem !important
  5112. 2.92 s [treefmt-check] + margin-left: 3rem !important;
  5113. 2.92 s [treefmt-check] }
  5114. 2.92 s [treefmt-check] .mx-8 {
  5115. 2.92 s [treefmt-check] - margin-right:3rem !important;
  5116. 2.92 s [treefmt-check] - margin-left:3rem !important
  5117. 2.92 s [treefmt-check] + margin-right: 3rem !important;
  5118. 2.92 s [treefmt-check] + margin-left: 3rem !important;
  5119. 2.92 s [treefmt-check] }
  5120. 2.92 s [treefmt-check] .my-8 {
  5121. 2.92 s [treefmt-check] - margin-top:3rem !important;
  5122. 2.92 s [treefmt-check] - margin-bottom:3rem !important
  5123. 2.92 s [treefmt-check] + margin-top: 3rem !important;
  5124. 2.92 s [treefmt-check] + margin-bottom: 3rem !important;
  5125. 2.92 s [treefmt-check] }
  5126. 2.92 s [treefmt-check] .mxn-8 {
  5127. 2.92 s [treefmt-check] - margin-right:-3rem !important;
  5128. 2.92 s [treefmt-check] - margin-left:-3rem !important
  5129. 2.92 s [treefmt-check] + margin-right: -3rem !important;
  5130. 2.92 s [treefmt-check] + margin-left: -3rem !important;
  5131. 2.92 s [treefmt-check] }
  5132. 2.92 s [treefmt-check] .mx-8-auto {
  5133. 2.92 s [treefmt-check] - margin-right:auto !important;
  5134. 2.92 s [treefmt-check] - margin-left:auto !important
  5135. 2.92 s [treefmt-check] + margin-right: auto !important;
  5136. 2.92 s [treefmt-check] + margin-left: auto !important;
  5137. 2.92 s [treefmt-check] }
  5138. 2.92 s [treefmt-check] .m-9 {
  5139. 2.92 s [treefmt-check] - margin:3.5rem !important
  5140. 2.92 s [treefmt-check] + margin: 3.5rem !important;
  5141. 2.92 s [treefmt-check] }
  5142. 2.92 s [treefmt-check] .mt-9 {
  5143. 2.92 s [treefmt-check] - margin-top:3.5rem !important
  5144. 2.92 s [treefmt-check] + margin-top: 3.5rem !important;
  5145. 2.92 s [treefmt-check] }
  5146. 2.92 s [treefmt-check] .mr-9 {
  5147. 2.92 s [treefmt-check] - margin-right:3.5rem !important
  5148. 2.92 s [treefmt-check] + margin-right: 3.5rem !important;
  5149. 2.92 s [treefmt-check] }
  5150. 2.92 s [treefmt-check] .mb-9 {
  5151. 2.92 s [treefmt-check] - margin-bottom:3.5rem !important
  5152. 2.92 s [treefmt-check] + margin-bottom: 3.5rem !important;
  5153. 2.92 s [treefmt-check] }
  5154. 2.92 s [treefmt-check] .ml-9 {
  5155. 2.92 s [treefmt-check] - margin-left:3.5rem !important
  5156. 2.92 s [treefmt-check] + margin-left: 3.5rem !important;
  5157. 2.92 s [treefmt-check] }
  5158. 2.92 s [treefmt-check] .mx-9 {
  5159. 2.92 s [treefmt-check] - margin-right:3.5rem !important;
  5160. 2.92 s [treefmt-check] - margin-left:3.5rem !important
  5161. 2.92 s [treefmt-check] + margin-right: 3.5rem !important;
  5162. 2.92 s [treefmt-check] + margin-left: 3.5rem !important;
  5163. 2.92 s [treefmt-check] }
  5164. 2.92 s [treefmt-check] .my-9 {
  5165. 2.92 s [treefmt-check] - margin-top:3.5rem !important;
  5166. 2.92 s [treefmt-check] - margin-bottom:3.5rem !important
  5167. 2.92 s [treefmt-check] + margin-top: 3.5rem !important;
  5168. 2.92 s [treefmt-check] + margin-bottom: 3.5rem !important;
  5169. 2.92 s [treefmt-check] }
  5170. 2.92 s [treefmt-check] .mxn-9 {
  5171. 2.92 s [treefmt-check] - margin-right:-3.5rem !important;
  5172. 2.92 s [treefmt-check] - margin-left:-3.5rem !important
  5173. 2.92 s [treefmt-check] + margin-right: -3.5rem !important;
  5174. 2.92 s [treefmt-check] + margin-left: -3.5rem !important;
  5175. 2.92 s [treefmt-check] }
  5176. 2.92 s [treefmt-check] .mx-9-auto {
  5177. 2.92 s [treefmt-check] - margin-right:auto !important;
  5178. 2.92 s [treefmt-check] - margin-left:auto !important
  5179. 2.92 s [treefmt-check] + margin-right: auto !important;
  5180. 2.92 s [treefmt-check] + margin-left: auto !important;
  5181. 2.92 s [treefmt-check] }
  5182. 2.92 s [treefmt-check] .m-10 {
  5183. 2.92 s [treefmt-check] - margin:4rem !important
  5184. 2.92 s [treefmt-check] + margin: 4rem !important;
  5185. 2.92 s [treefmt-check] }
  5186. 2.92 s [treefmt-check] .mt-10 {
  5187. 2.92 s [treefmt-check] - margin-top:4rem !important
  5188. 2.92 s [treefmt-check] + margin-top: 4rem !important;
  5189. 2.92 s [treefmt-check] }
  5190. 2.92 s [treefmt-check] .mr-10 {
  5191. 2.92 s [treefmt-check] - margin-right:4rem !important
  5192. 2.92 s [treefmt-check] + margin-right: 4rem !important;
  5193. 2.92 s [treefmt-check] }
  5194. 2.92 s [treefmt-check] .mb-10 {
  5195. 2.92 s [treefmt-check] - margin-bottom:4rem !important
  5196. 2.92 s [treefmt-check] + margin-bottom: 4rem !important;
  5197. 2.92 s [treefmt-check] }
  5198. 2.92 s [treefmt-check] .ml-10 {
  5199. 2.92 s [treefmt-check] - margin-left:4rem !important
  5200. 2.92 s [treefmt-check] + margin-left: 4rem !important;
  5201. 2.92 s [treefmt-check] }
  5202. 2.92 s [treefmt-check] .mx-10 {
  5203. 2.92 s [treefmt-check] - margin-right:4rem !important;
  5204. 2.92 s [treefmt-check] - margin-left:4rem !important
  5205. 2.92 s [treefmt-check] + margin-right: 4rem !important;
  5206. 2.92 s [treefmt-check] + margin-left: 4rem !important;
  5207. 2.92 s [treefmt-check] }
  5208. 2.92 s [treefmt-check] .my-10 {
  5209. 2.92 s [treefmt-check] - margin-top:4rem !important;
  5210. 2.92 s [treefmt-check] - margin-bottom:4rem !important
  5211. 2.92 s [treefmt-check] + margin-top: 4rem !important;
  5212. 2.92 s [treefmt-check] + margin-bottom: 4rem !important;
  5213. 2.92 s [treefmt-check] }
  5214. 2.92 s [treefmt-check] .mxn-10 {
  5215. 2.92 s [treefmt-check] - margin-right:-4rem !important;
  5216. 2.92 s [treefmt-check] - margin-left:-4rem !important
  5217. 2.92 s [treefmt-check] + margin-right: -4rem !important;
  5218. 2.92 s [treefmt-check] + margin-left: -4rem !important;
  5219. 2.92 s [treefmt-check] }
  5220. 2.92 s [treefmt-check] .mx-10-auto {
  5221. 2.92 s [treefmt-check] - margin-right:auto !important;
  5222. 2.92 s [treefmt-check] - margin-left:auto !important
  5223. 2.92 s [treefmt-check] + margin-right: auto !important;
  5224. 2.92 s [treefmt-check] + margin-left: auto !important;
  5225. 2.92 s [treefmt-check] }
  5226. 2.92 s [treefmt-check] @media (min-width: 20rem) {
  5227. 2.92 s [treefmt-check] .m-xs-0 {
  5228. 2.92 s [treefmt-check] - margin:0 !important
  5229. 2.92 s [treefmt-check] + margin: 0 !important;
  5230. 2.92 s [treefmt-check] }
  5231. 2.92 s [treefmt-check] .mt-xs-0 {
  5232. 2.92 s [treefmt-check] - margin-top:0 !important
  5233. 2.92 s [treefmt-check] + margin-top: 0 !important;
  5234. 2.92 s [treefmt-check] }
  5235. 2.92 s [treefmt-check] .mr-xs-0 {
  5236. 2.92 s [treefmt-check] - margin-right:0 !important
  5237. 2.92 s [treefmt-check] + margin-right: 0 !important;
  5238. 2.92 s [treefmt-check] }
  5239. 2.92 s [treefmt-check] .mb-xs-0 {
  5240. 2.92 s [treefmt-check] - margin-bottom:0 !important
  5241. 2.92 s [treefmt-check] + margin-bottom: 0 !important;
  5242. 2.92 s [treefmt-check] }
  5243. 2.92 s [treefmt-check] .ml-xs-0 {
  5244. 2.92 s [treefmt-check] - margin-left:0 !important
  5245. 2.92 s [treefmt-check] + margin-left: 0 !important;
  5246. 2.92 s [treefmt-check] }
  5247. 2.92 s [treefmt-check] .mx-xs-0 {
  5248. 2.92 s [treefmt-check] - margin-right:0 !important;
  5249. 2.92 s [treefmt-check] - margin-left:0 !important
  5250. 2.92 s [treefmt-check] + margin-right: 0 !important;
  5251. 2.92 s [treefmt-check] + margin-left: 0 !important;
  5252. 2.92 s [treefmt-check] }
  5253. 2.92 s [treefmt-check] .my-xs-0 {
  5254. 2.92 s [treefmt-check] - margin-top:0 !important;
  5255. 2.92 s [treefmt-check] - margin-bottom:0 !important
  5256. 2.92 s [treefmt-check] + margin-top: 0 !important;
  5257. 2.92 s [treefmt-check] + margin-bottom: 0 !important;
  5258. 2.92 s [treefmt-check] }
  5259. 2.92 s [treefmt-check] .mxn-xs-0 {
  5260. 2.92 s [treefmt-check] - margin-right:-0 !important;
  5261. 2.92 s [treefmt-check] - margin-left:-0 !important
  5262. 2.92 s [treefmt-check] + margin-right: -0 !important;
  5263. 2.92 s [treefmt-check] + margin-left: -0 !important;
  5264. 2.92 s [treefmt-check] }
  5265. 2.92 s [treefmt-check] }
  5266. 2.92 s [treefmt-check] @media (min-width: 20rem) {
  5267. 2.92 s [treefmt-check] .m-xs-1 {
  5268. 2.92 s [treefmt-check] - margin:.25rem !important
  5269. 2.92 s [treefmt-check] + margin: 0.25rem !important;
  5270. 2.92 s [treefmt-check] }
  5271. 2.92 s [treefmt-check] .mt-xs-1 {
  5272. 2.92 s [treefmt-check] - margin-top:.25rem !important
  5273. 2.92 s [treefmt-check] + margin-top: 0.25rem !important;
  5274. 2.92 s [treefmt-check] }
  5275. 2.92 s [treefmt-check] .mr-xs-1 {
  5276. 2.92 s [treefmt-check] - margin-right:.25rem !important
  5277. 2.92 s [treefmt-check] + margin-right: 0.25rem !important;
  5278. 2.92 s [treefmt-check] }
  5279. 2.92 s [treefmt-check] .mb-xs-1 {
  5280. 2.92 s [treefmt-check] - margin-bottom:.25rem !important
  5281. 2.92 s [treefmt-check] + margin-bottom: 0.25rem !important;
  5282. 2.92 s [treefmt-check] }
  5283. 2.92 s [treefmt-check] .ml-xs-1 {
  5284. 2.92 s [treefmt-check] - margin-left:.25rem !important
  5285. 2.92 s [treefmt-check] + margin-left: 0.25rem !important;
  5286. 2.92 s [treefmt-check] }
  5287. 2.92 s [treefmt-check] .mx-xs-1 {
  5288. 2.92 s [treefmt-check] - margin-right:.25rem !important;
  5289. 2.92 s [treefmt-check] - margin-left:.25rem !important
  5290. 2.92 s [treefmt-check] + margin-right: 0.25rem !important;
  5291. 2.92 s [treefmt-check] + margin-left: 0.25rem !important;
  5292. 2.92 s [treefmt-check] }
  5293. 2.92 s [treefmt-check] .my-xs-1 {
  5294. 2.92 s [treefmt-check] - margin-top:.25rem !important;
  5295. 2.92 s [treefmt-check] - margin-bottom:.25rem !important
  5296. 2.92 s [treefmt-check] + margin-top: 0.25rem !important;
  5297. 2.92 s [treefmt-check] + margin-bottom: 0.25rem !important;
  5298. 2.92 s [treefmt-check] }
  5299. 2.92 s [treefmt-check] .mxn-xs-1 {
  5300. 2.92 s [treefmt-check] - margin-right:-.25rem !important;
  5301. 2.92 s [treefmt-check] - margin-left:-.25rem !important
  5302. 2.92 s [treefmt-check] + margin-right: -0.25rem !important;
  5303. 2.92 s [treefmt-check] + margin-left: -0.25rem !important;
  5304. 2.92 s [treefmt-check] }
  5305. 2.92 s [treefmt-check] }
  5306. 2.92 s [treefmt-check] @media (min-width: 20rem) {
  5307. 2.92 s [treefmt-check] .m-xs-2 {
  5308. 2.92 s [treefmt-check] - margin:.5rem !important
  5309. 2.92 s [treefmt-check] + margin: 0.5rem !important;
  5310. 2.92 s [treefmt-check] }
  5311. 2.92 s [treefmt-check] .mt-xs-2 {
  5312. 2.92 s [treefmt-check] - margin-top:.5rem !important
  5313. 2.92 s [treefmt-check] + margin-top: 0.5rem !important;
  5314. 2.92 s [treefmt-check] }
  5315. 2.92 s [treefmt-check] .mr-xs-2 {
  5316. 2.92 s [treefmt-check] - margin-right:.5rem !important
  5317. 2.92 s [treefmt-check] + margin-right: 0.5rem !important;
  5318. 2.92 s [treefmt-check] }
  5319. 2.92 s [treefmt-check] .mb-xs-2 {
  5320. 2.92 s [treefmt-check] - margin-bottom:.5rem !important
  5321. 2.92 s [treefmt-check] + margin-bottom: 0.5rem !important;
  5322. 2.92 s [treefmt-check] }
  5323. 2.92 s [treefmt-check] .ml-xs-2 {
  5324. 2.92 s [treefmt-check] - margin-left:.5rem !important
  5325. 2.92 s [treefmt-check] + margin-left: 0.5rem !important;
  5326. 2.92 s [treefmt-check] }
  5327. 2.92 s [treefmt-check] .mx-xs-2 {
  5328. 2.92 s [treefmt-check] - margin-right:.5rem !important;
  5329. 2.92 s [treefmt-check] - margin-left:.5rem !important
  5330. 2.92 s [treefmt-check] + margin-right: 0.5rem !important;
  5331. 2.92 s [treefmt-check] + margin-left: 0.5rem !important;
  5332. 2.92 s [treefmt-check] }
  5333. 2.92 s [treefmt-check] .my-xs-2 {
  5334. 2.92 s [treefmt-check] - margin-top:.5rem !important;
  5335. 2.92 s [treefmt-check] - margin-bottom:.5rem !important
  5336. 2.92 s [treefmt-check] + margin-top: 0.5rem !important;
  5337. 2.92 s [treefmt-check] + margin-bottom: 0.5rem !important;
  5338. 2.92 s [treefmt-check] }
  5339. 2.92 s [treefmt-check] .mxn-xs-2 {
  5340. 2.92 s [treefmt-check] - margin-right:-.5rem !important;
  5341. 2.92 s [treefmt-check] - margin-left:-.5rem !important
  5342. 2.92 s [treefmt-check] + margin-right: -0.5rem !important;
  5343. 2.92 s [treefmt-check] + margin-left: -0.5rem !important;
  5344. 2.92 s [treefmt-check] }
  5345. 2.92 s [treefmt-check] }
  5346. 2.92 s [treefmt-check] @media (min-width: 20rem) {
  5347. 2.92 s [treefmt-check] .m-xs-3 {
  5348. 2.92 s [treefmt-check] - margin:.75rem !important
  5349. 2.92 s [treefmt-check] + margin: 0.75rem !important;
  5350. 2.92 s [treefmt-check] }
  5351. 2.92 s [treefmt-check] .mt-xs-3 {
  5352. 2.92 s [treefmt-check] - margin-top:.75rem !important
  5353. 2.92 s [treefmt-check] + margin-top: 0.75rem !important;
  5354. 2.92 s [treefmt-check] }
  5355. 2.92 s [treefmt-check] .mr-xs-3 {
  5356. 2.92 s [treefmt-check] - margin-right:.75rem !important
  5357. 2.92 s [treefmt-check] + margin-right: 0.75rem !important;
  5358. 2.92 s [treefmt-check] }
  5359. 2.92 s [treefmt-check] .mb-xs-3 {
  5360. 2.92 s [treefmt-check] - margin-bottom:.75rem !important
  5361. 2.92 s [treefmt-check] + margin-bottom: 0.75rem !important;
  5362. 2.92 s [treefmt-check] }
  5363. 2.92 s [treefmt-check] .ml-xs-3 {
  5364. 2.92 s [treefmt-check] - margin-left:.75rem !important
  5365. 2.92 s [treefmt-check] + margin-left: 0.75rem !important;
  5366. 2.92 s [treefmt-check] }
  5367. 2.92 s [treefmt-check] .mx-xs-3 {
  5368. 2.92 s [treefmt-check] - margin-right:.75rem !important;
  5369. 2.92 s [treefmt-check] - margin-left:.75rem !important
  5370. 2.92 s [treefmt-check] + margin-right: 0.75rem !important;
  5371. 2.92 s [treefmt-check] + margin-left: 0.75rem !important;
  5372. 2.92 s [treefmt-check] }
  5373. 2.92 s [treefmt-check] .my-xs-3 {
  5374. 2.92 s [treefmt-check] - margin-top:.75rem !important;
  5375. 2.92 s [treefmt-check] - margin-bottom:.75rem !important
  5376. 2.92 s [treefmt-check] + margin-top: 0.75rem !important;
  5377. 2.92 s [treefmt-check] + margin-bottom: 0.75rem !important;
  5378. 2.92 s [treefmt-check] }
  5379. 2.92 s [treefmt-check] .mxn-xs-3 {
  5380. 2.92 s [treefmt-check] - margin-right:-.75rem !important;
  5381. 2.92 s [treefmt-check] - margin-left:-.75rem !important
  5382. 2.92 s [treefmt-check] + margin-right: -0.75rem !important;
  5383. 2.92 s [treefmt-check] + margin-left: -0.75rem !important;
  5384. 2.92 s [treefmt-check] }
  5385. 2.92 s [treefmt-check] }
  5386. 2.92 s [treefmt-check] @media (min-width: 20rem) {
  5387. 2.92 s [treefmt-check] .m-xs-4 {
  5388. 2.92 s [treefmt-check] - margin:1rem !important
  5389. 2.92 s [treefmt-check] + margin: 1rem !important;
  5390. 2.92 s [treefmt-check] }
  5391. 2.92 s [treefmt-check] .mt-xs-4 {
  5392. 2.92 s [treefmt-check] - margin-top:1rem !important
  5393. 2.92 s [treefmt-check] + margin-top: 1rem !important;
  5394. 2.92 s [treefmt-check] }
  5395. 2.92 s [treefmt-check] .mr-xs-4 {
  5396. 2.92 s [treefmt-check] - margin-right:1rem !important
  5397. 2.92 s [treefmt-check] + margin-right: 1rem !important;
  5398. 2.92 s [treefmt-check] }
  5399. 2.92 s [treefmt-check] .mb-xs-4 {
  5400. 2.92 s [treefmt-check] - margin-bottom:1rem !important
  5401. 2.92 s [treefmt-check] + margin-bottom: 1rem !important;
  5402. 2.92 s [treefmt-check] }
  5403. 2.92 s [treefmt-check] .ml-xs-4 {
  5404. 2.92 s [treefmt-check] - margin-left:1rem !important
  5405. 2.92 s [treefmt-check] + margin-left: 1rem !important;
  5406. 2.92 s [treefmt-check] }
  5407. 2.92 s [treefmt-check] .mx-xs-4 {
  5408. 2.92 s [treefmt-check] - margin-right:1rem !important;
  5409. 2.92 s [treefmt-check] - margin-left:1rem !important
  5410. 2.92 s [treefmt-check] + margin-right: 1rem !important;
  5411. 2.92 s [treefmt-check] + margin-left: 1rem !important;
  5412. 2.92 s [treefmt-check] }
  5413. 2.92 s [treefmt-check] .my-xs-4 {
  5414. 2.92 s [treefmt-check] - margin-top:1rem !important;
  5415. 2.92 s [treefmt-check] - margin-bottom:1rem !important
  5416. 2.92 s [treefmt-check] + margin-top: 1rem !important;
  5417. 2.92 s [treefmt-check] + margin-bottom: 1rem !important;
  5418. 2.92 s [treefmt-check] }
  5419. 2.92 s [treefmt-check] .mxn-xs-4 {
  5420. 2.92 s [treefmt-check] - margin-right:-1rem !important;
  5421. 2.92 s [treefmt-check] - margin-left:-1rem !important
  5422. 2.92 s [treefmt-check] + margin-right: -1rem !important;
  5423. 2.92 s [treefmt-check] + margin-left: -1rem !important;
  5424. 2.92 s [treefmt-check] }
  5425. 2.92 s [treefmt-check] }
  5426. 2.92 s [treefmt-check] @media (min-width: 20rem) {
  5427. 2.92 s [treefmt-check] .m-xs-5 {
  5428. 2.92 s [treefmt-check] - margin:1.5rem !important
  5429. 2.92 s [treefmt-check] + margin: 1.5rem !important;
  5430. 2.92 s [treefmt-check] }
  5431. 2.92 s [treefmt-check] .mt-xs-5 {
  5432. 2.92 s [treefmt-check] - margin-top:1.5rem !important
  5433. 2.92 s [treefmt-check] + margin-top: 1.5rem !important;
  5434. 2.92 s [treefmt-check] }
  5435. 2.92 s [treefmt-check] .mr-xs-5 {
  5436. 2.92 s [treefmt-check] - margin-right:1.5rem !important
  5437. 2.92 s [treefmt-check] + margin-right: 1.5rem !important;
  5438. 2.92 s [treefmt-check] }
  5439. 2.92 s [treefmt-check] .mb-xs-5 {
  5440. 2.92 s [treefmt-check] - margin-bottom:1.5rem !important
  5441. 2.92 s [treefmt-check] + margin-bottom: 1.5rem !important;
  5442. 2.92 s [treefmt-check] }
  5443. 2.92 s [treefmt-check] .ml-xs-5 {
  5444. 2.92 s [treefmt-check] - margin-left:1.5rem !important
  5445. 2.92 s [treefmt-check] + margin-left: 1.5rem !important;
  5446. 2.92 s [treefmt-check] }
  5447. 2.92 s [treefmt-check] .mx-xs-5 {
  5448. 2.92 s [treefmt-check] - margin-right:1.5rem !important;
  5449. 2.92 s [treefmt-check] - margin-left:1.5rem !important
  5450. 2.92 s [treefmt-check] + margin-right: 1.5rem !important;
  5451. 2.92 s [treefmt-check] + margin-left: 1.5rem !important;
  5452. 2.92 s [treefmt-check] }
  5453. 2.92 s [treefmt-check] .my-xs-5 {
  5454. 2.92 s [treefmt-check] - margin-top:1.5rem !important;
  5455. 2.92 s [treefmt-check] - margin-bottom:1.5rem !important
  5456. 2.92 s [treefmt-check] + margin-top: 1.5rem !important;
  5457. 2.92 s [treefmt-check] + margin-bottom: 1.5rem !important;
  5458. 2.92 s [treefmt-check] }
  5459. 2.92 s [treefmt-check] .mxn-xs-5 {
  5460. 2.92 s [treefmt-check] - margin-right:-1.5rem !important;
  5461. 2.92 s [treefmt-check] - margin-left:-1.5rem !important
  5462. 2.92 s [treefmt-check] + margin-right: -1.5rem !important;
  5463. 2.92 s [treefmt-check] + margin-left: -1.5rem !important;
  5464. 2.92 s [treefmt-check] }
  5465. 2.92 s [treefmt-check] }
  5466. 2.92 s [treefmt-check] @media (min-width: 20rem) {
  5467. 2.92 s [treefmt-check] .m-xs-6 {
  5468. 2.92 s [treefmt-check] - margin:2rem !important
  5469. 2.92 s [treefmt-check] + margin: 2rem !important;
  5470. 2.92 s [treefmt-check] }
  5471. 2.92 s [treefmt-check] .mt-xs-6 {
  5472. 2.92 s [treefmt-check] - margin-top:2rem !important
  5473. 2.92 s [treefmt-check] + margin-top: 2rem !important;
  5474. 2.92 s [treefmt-check] }
  5475. 2.92 s [treefmt-check] .mr-xs-6 {
  5476. 2.92 s [treefmt-check] - margin-right:2rem !important
  5477. 2.92 s [treefmt-check] + margin-right: 2rem !important;
  5478. 2.92 s [treefmt-check] }
  5479. 2.92 s [treefmt-check] .mb-xs-6 {
  5480. 2.92 s [treefmt-check] - margin-bottom:2rem !important
  5481. 2.92 s [treefmt-check] + margin-bottom: 2rem !important;
  5482. 2.92 s [treefmt-check] }
  5483. 2.92 s [treefmt-check] .ml-xs-6 {
  5484. 2.92 s [treefmt-check] - margin-left:2rem !important
  5485. 2.92 s [treefmt-check] + margin-left: 2rem !important;
  5486. 2.92 s [treefmt-check] }
  5487. 2.92 s [treefmt-check] .mx-xs-6 {
  5488. 2.92 s [treefmt-check] - margin-right:2rem !important;
  5489. 2.92 s [treefmt-check] - margin-left:2rem !important
  5490. 2.92 s [treefmt-check] + margin-right: 2rem !important;
  5491. 2.92 s [treefmt-check] + margin-left: 2rem !important;
  5492. 2.92 s [treefmt-check] }
  5493. 2.92 s [treefmt-check] .my-xs-6 {
  5494. 2.92 s [treefmt-check] - margin-top:2rem !important;
  5495. 2.92 s [treefmt-check] - margin-bottom:2rem !important
  5496. 2.92 s [treefmt-check] + margin-top: 2rem !important;
  5497. 2.92 s [treefmt-check] + margin-bottom: 2rem !important;
  5498. 2.92 s [treefmt-check] }
  5499. 2.92 s [treefmt-check] .mxn-xs-6 {
  5500. 2.92 s [treefmt-check] - margin-right:-2rem !important;
  5501. 2.92 s [treefmt-check] - margin-left:-2rem !important
  5502. 2.92 s [treefmt-check] + margin-right: -2rem !important;
  5503. 2.92 s [treefmt-check] + margin-left: -2rem !important;
  5504. 2.92 s [treefmt-check] }
  5505. 2.92 s [treefmt-check] }
  5506. 2.92 s [treefmt-check] @media (min-width: 20rem) {
  5507. 2.92 s [treefmt-check] .m-xs-7 {
  5508. 2.92 s [treefmt-check] - margin:2.5rem !important
  5509. 2.92 s [treefmt-check] + margin: 2.5rem !important;
  5510. 2.92 s [treefmt-check] }
  5511. 2.92 s [treefmt-check] .mt-xs-7 {
  5512. 2.92 s [treefmt-check] - margin-top:2.5rem !important
  5513. 2.92 s [treefmt-check] + margin-top: 2.5rem !important;
  5514. 2.92 s [treefmt-check] }
  5515. 2.92 s [treefmt-check] .mr-xs-7 {
  5516. 2.92 s [treefmt-check] - margin-right:2.5rem !important
  5517. 2.92 s [treefmt-check] + margin-right: 2.5rem !important;
  5518. 2.92 s [treefmt-check] }
  5519. 2.92 s [treefmt-check] .mb-xs-7 {
  5520. 2.92 s [treefmt-check] - margin-bottom:2.5rem !important
  5521. 2.92 s [treefmt-check] + margin-bottom: 2.5rem !important;
  5522. 2.92 s [treefmt-check] }
  5523. 2.92 s [treefmt-check] .ml-xs-7 {
  5524. 2.92 s [treefmt-check] - margin-left:2.5rem !important
  5525. 2.92 s [treefmt-check] + margin-left: 2.5rem !important;
  5526. 2.92 s [treefmt-check] }
  5527. 2.92 s [treefmt-check] .mx-xs-7 {
  5528. 2.92 s [treefmt-check] - margin-right:2.5rem !important;
  5529. 2.92 s [treefmt-check] - margin-left:2.5rem !important
  5530. 2.92 s [treefmt-check] + margin-right: 2.5rem !important;
  5531. 2.92 s [treefmt-check] + margin-left: 2.5rem !important;
  5532. 2.92 s [treefmt-check] }
  5533. 2.92 s [treefmt-check] .my-xs-7 {
  5534. 2.92 s [treefmt-check] - margin-top:2.5rem !important;
  5535. 2.92 s [treefmt-check] - margin-bottom:2.5rem !important
  5536. 2.92 s [treefmt-check] + margin-top: 2.5rem !important;
  5537. 2.92 s [treefmt-check] + margin-bottom: 2.5rem !important;
  5538. 2.92 s [treefmt-check] }
  5539. 2.92 s [treefmt-check] .mxn-xs-7 {
  5540. 2.92 s [treefmt-check] - margin-right:-2.5rem !important;
  5541. 2.92 s [treefmt-check] - margin-left:-2.5rem !important
  5542. 2.92 s [treefmt-check] + margin-right: -2.5rem !important;
  5543. 2.92 s [treefmt-check] + margin-left: -2.5rem !important;
  5544. 2.92 s [treefmt-check] }
  5545. 2.92 s [treefmt-check] }
  5546. 2.92 s [treefmt-check] @media (min-width: 20rem) {
  5547. 2.92 s [treefmt-check] .m-xs-8 {
  5548. 2.92 s [treefmt-check] - margin:3rem !important
  5549. 2.92 s [treefmt-check] + margin: 3rem !important;
  5550. 2.92 s [treefmt-check] }
  5551. 2.92 s [treefmt-check] .mt-xs-8 {
  5552. 2.92 s [treefmt-check] - margin-top:3rem !important
  5553. 2.92 s [treefmt-check] + margin-top: 3rem !important;
  5554. 2.92 s [treefmt-check] }
  5555. 2.92 s [treefmt-check] .mr-xs-8 {
  5556. 2.92 s [treefmt-check] - margin-right:3rem !important
  5557. 2.92 s [treefmt-check] + margin-right: 3rem !important;
  5558. 2.92 s [treefmt-check] }
  5559. 2.92 s [treefmt-check] .mb-xs-8 {
  5560. 2.92 s [treefmt-check] - margin-bottom:3rem !important
  5561. 2.92 s [treefmt-check] + margin-bottom: 3rem !important;
  5562. 2.92 s [treefmt-check] }
  5563. 2.92 s [treefmt-check] .ml-xs-8 {
  5564. 2.92 s [treefmt-check] - margin-left:3rem !important
  5565. 2.92 s [treefmt-check] + margin-left: 3rem !important;
  5566. 2.92 s [treefmt-check] }
  5567. 2.92 s [treefmt-check] .mx-xs-8 {
  5568. 2.92 s [treefmt-check] - margin-right:3rem !important;
  5569. 2.92 s [treefmt-check] - margin-left:3rem !important
  5570. 2.92 s [treefmt-check] + margin-right: 3rem !important;
  5571. 2.92 s [treefmt-check] + margin-left: 3rem !important;
  5572. 2.92 s [treefmt-check] }
  5573. 2.92 s [treefmt-check] .my-xs-8 {
  5574. 2.92 s [treefmt-check] - margin-top:3rem !important;
  5575. 2.92 s [treefmt-check] - margin-bottom:3rem !important
  5576. 2.92 s [treefmt-check] + margin-top: 3rem !important;
  5577. 2.92 s [treefmt-check] + margin-bottom: 3rem !important;
  5578. 2.92 s [treefmt-check] }
  5579. 2.92 s [treefmt-check] .mxn-xs-8 {
  5580. 2.92 s [treefmt-check] - margin-right:-3rem !important;
  5581. 2.92 s [treefmt-check] - margin-left:-3rem !important
  5582. 2.92 s [treefmt-check] + margin-right: -3rem !important;
  5583. 2.92 s [treefmt-check] + margin-left: -3rem !important;
  5584. 2.92 s [treefmt-check] }
  5585. 2.92 s [treefmt-check] }
  5586. 2.92 s [treefmt-check] @media (min-width: 20rem) {
  5587. 2.92 s [treefmt-check] .m-xs-9 {
  5588. 2.92 s [treefmt-check] - margin:3.5rem !important
  5589. 2.92 s [treefmt-check] + margin: 3.5rem !important;
  5590. 2.92 s [treefmt-check] }
  5591. 2.92 s [treefmt-check] .mt-xs-9 {
  5592. 2.92 s [treefmt-check] - margin-top:3.5rem !important
  5593. 2.92 s [treefmt-check] + margin-top: 3.5rem !important;
  5594. 2.92 s [treefmt-check] }
  5595. 2.92 s [treefmt-check] .mr-xs-9 {
  5596. 2.92 s [treefmt-check] - margin-right:3.5rem !important
  5597. 2.92 s [treefmt-check] + margin-right: 3.5rem !important;
  5598. 2.92 s [treefmt-check] }
  5599. 2.92 s [treefmt-check] .mb-xs-9 {
  5600. 2.92 s [treefmt-check] - margin-bottom:3.5rem !important
  5601. 2.92 s [treefmt-check] + margin-bottom: 3.5rem !important;
  5602. 2.92 s [treefmt-check] }
  5603. 2.92 s [treefmt-check] .ml-xs-9 {
  5604. 2.92 s [treefmt-check] - margin-left:3.5rem !important
  5605. 2.92 s [treefmt-check] + margin-left: 3.5rem !important;
  5606. 2.92 s [treefmt-check] }
  5607. 2.92 s [treefmt-check] .mx-xs-9 {
  5608. 2.92 s [treefmt-check] - margin-right:3.5rem !important;
  5609. 2.92 s [treefmt-check] - margin-left:3.5rem !important
  5610. 2.92 s [treefmt-check] + margin-right: 3.5rem !important;
  5611. 2.92 s [treefmt-check] + margin-left: 3.5rem !important;
  5612. 2.92 s [treefmt-check] }
  5613. 2.92 s [treefmt-check] .my-xs-9 {
  5614. 2.92 s [treefmt-check] - margin-top:3.5rem !important;
  5615. 2.92 s [treefmt-check] - margin-bottom:3.5rem !important
  5616. 2.92 s [treefmt-check] + margin-top: 3.5rem !important;
  5617. 2.92 s [treefmt-check] + margin-bottom: 3.5rem !important;
  5618. 2.92 s [treefmt-check] }
  5619. 2.92 s [treefmt-check] .mxn-xs-9 {
  5620. 2.92 s [treefmt-check] - margin-right:-3.5rem !important;
  5621. 2.92 s [treefmt-check] - margin-left:-3.5rem !important
  5622. 2.92 s [treefmt-check] + margin-right: -3.5rem !important;
  5623. 2.92 s [treefmt-check] + margin-left: -3.5rem !important;
  5624. 2.92 s [treefmt-check] }
  5625. 2.92 s [treefmt-check] }
  5626. 2.92 s [treefmt-check] @media (min-width: 20rem) {
  5627. 2.92 s [treefmt-check] .m-xs-10 {
  5628. 2.92 s [treefmt-check] - margin:4rem !important
  5629. 2.92 s [treefmt-check] + margin: 4rem !important;
  5630. 2.92 s [treefmt-check] }
  5631. 2.92 s [treefmt-check] .mt-xs-10 {
  5632. 2.92 s [treefmt-check] - margin-top:4rem !important
  5633. 2.92 s [treefmt-check] + margin-top: 4rem !important;
  5634. 2.93 s [treefmt-check] }
  5635. 2.93 s [treefmt-check] .mr-xs-10 {
  5636. 2.93 s [treefmt-check] - margin-right:4rem !important
  5637. 2.93 s [treefmt-check] + margin-right: 4rem !important;
  5638. 2.93 s [treefmt-check] }
  5639. 2.93 s [treefmt-check] .mb-xs-10 {
  5640. 2.93 s [treefmt-check] - margin-bottom:4rem !important
  5641. 2.93 s [treefmt-check] + margin-bottom: 4rem !important;
  5642. 2.93 s [treefmt-check] }
  5643. 2.93 s [treefmt-check] .ml-xs-10 {
  5644. 2.93 s [treefmt-check] - margin-left:4rem !important
  5645. 2.93 s [treefmt-check] + margin-left: 4rem !important;
  5646. 2.93 s [treefmt-check] }
  5647. 2.93 s [treefmt-check] .mx-xs-10 {
  5648. 2.93 s [treefmt-check] - margin-right:4rem !important;
  5649. 2.93 s [treefmt-check] - margin-left:4rem !important
  5650. 2.93 s [treefmt-check] + margin-right: 4rem !important;
  5651. 2.93 s [treefmt-check] + margin-left: 4rem !important;
  5652. 2.93 s [treefmt-check] }
  5653. 2.93 s [treefmt-check] .my-xs-10 {
  5654. 2.93 s [treefmt-check] - margin-top:4rem !important;
  5655. 2.93 s [treefmt-check] - margin-bottom:4rem !important
  5656. 2.93 s [treefmt-check] + margin-top: 4rem !important;
  5657. 2.93 s [treefmt-check] + margin-bottom: 4rem !important;
  5658. 2.93 s [treefmt-check] }
  5659. 2.93 s [treefmt-check] .mxn-xs-10 {
  5660. 2.93 s [treefmt-check] - margin-right:-4rem !important;
  5661. 2.93 s [treefmt-check] - margin-left:-4rem !important
  5662. 2.93 s [treefmt-check] + margin-right: -4rem !important;
  5663. 2.93 s [treefmt-check] + margin-left: -4rem !important;
  5664. 2.93 s [treefmt-check] }
  5665. 2.93 s [treefmt-check] }
  5666. 2.93 s [treefmt-check] @media (min-width: 31.25rem) {
  5667. 2.93 s [treefmt-check] .m-sm-0 {
  5668. 2.93 s [treefmt-check] - margin:0 !important
  5669. 2.93 s [treefmt-check] + margin: 0 !important;
  5670. 2.93 s [treefmt-check] }
  5671. 2.93 s [treefmt-check] .mt-sm-0 {
  5672. 2.93 s [treefmt-check] - margin-top:0 !important
  5673. 2.93 s [treefmt-check] + margin-top: 0 !important;
  5674. 2.93 s [treefmt-check] }
  5675. 2.93 s [treefmt-check] .mr-sm-0 {
  5676. 2.93 s [treefmt-check] - margin-right:0 !important
  5677. 2.93 s [treefmt-check] + margin-right: 0 !important;
  5678. 2.93 s [treefmt-check] }
  5679. 2.93 s [treefmt-check] .mb-sm-0 {
  5680. 2.93 s [treefmt-check] - margin-bottom:0 !important
  5681. 2.93 s [treefmt-check] + margin-bottom: 0 !important;
  5682. 2.93 s [treefmt-check] }
  5683. 2.93 s [treefmt-check] .ml-sm-0 {
  5684. 2.93 s [treefmt-check] - margin-left:0 !important
  5685. 2.93 s [treefmt-check] + margin-left: 0 !important;
  5686. 2.93 s [treefmt-check] }
  5687. 2.93 s [treefmt-check] .mx-sm-0 {
  5688. 2.93 s [treefmt-check] - margin-right:0 !important;
  5689. 2.93 s [treefmt-check] - margin-left:0 !important
  5690. 2.93 s [treefmt-check] + margin-right: 0 !important;
  5691. 2.93 s [treefmt-check] + margin-left: 0 !important;
  5692. 2.93 s [treefmt-check] }
  5693. 2.93 s [treefmt-check] .my-sm-0 {
  5694. 2.93 s [treefmt-check] - margin-top:0 !important;
  5695. 2.93 s [treefmt-check] - margin-bottom:0 !important
  5696. 2.93 s [treefmt-check] + margin-top: 0 !important;
  5697. 2.93 s [treefmt-check] + margin-bottom: 0 !important;
  5698. 2.93 s [treefmt-check] }
  5699. 2.93 s [treefmt-check] .mxn-sm-0 {
  5700. 2.93 s [treefmt-check] - margin-right:-0 !important;
  5701. 2.93 s [treefmt-check] - margin-left:-0 !important
  5702. 2.93 s [treefmt-check] + margin-right: -0 !important;
  5703. 2.93 s [treefmt-check] + margin-left: -0 !important;
  5704. 2.93 s [treefmt-check] }
  5705. 2.93 s [treefmt-check] }
  5706. 2.93 s [treefmt-check] @media (min-width: 31.25rem) {
  5707. 2.93 s [treefmt-check] .m-sm-1 {
  5708. 2.93 s [treefmt-check] - margin:.25rem !important
  5709. 2.93 s [treefmt-check] + margin: 0.25rem !important;
  5710. 2.93 s [treefmt-check] }
  5711. 2.93 s [treefmt-check] .mt-sm-1 {
  5712. 2.93 s [treefmt-check] - margin-top:.25rem !important
  5713. 2.93 s [treefmt-check] + margin-top: 0.25rem !important;
  5714. 2.93 s [treefmt-check] }
  5715. 2.93 s [treefmt-check] .mr-sm-1 {
  5716. 2.93 s [treefmt-check] - margin-right:.25rem !important
  5717. 2.93 s [treefmt-check] + margin-right: 0.25rem !important;
  5718. 2.93 s [treefmt-check] }
  5719. 2.93 s [treefmt-check] .mb-sm-1 {
  5720. 2.93 s [treefmt-check] - margin-bottom:.25rem !important
  5721. 2.93 s [treefmt-check] + margin-bottom: 0.25rem !important;
  5722. 2.93 s [treefmt-check] }
  5723. 2.93 s [treefmt-check] .ml-sm-1 {
  5724. 2.93 s [treefmt-check] - margin-left:.25rem !important
  5725. 2.93 s [treefmt-check] + margin-left: 0.25rem !important;
  5726. 2.93 s [treefmt-check] }
  5727. 2.93 s [treefmt-check] .mx-sm-1 {
  5728. 2.93 s [treefmt-check] - margin-right:.25rem !important;
  5729. 2.93 s [treefmt-check] - margin-left:.25rem !important
  5730. 2.93 s [treefmt-check] + margin-right: 0.25rem !important;
  5731. 2.93 s [treefmt-check] + margin-left: 0.25rem !important;
  5732. 2.93 s [treefmt-check] }
  5733. 2.93 s [treefmt-check] .my-sm-1 {
  5734. 2.93 s [treefmt-check] - margin-top:.25rem !important;
  5735. 2.93 s [treefmt-check] - margin-bottom:.25rem !important
  5736. 2.93 s [treefmt-check] + margin-top: 0.25rem !important;
  5737. 2.93 s [treefmt-check] + margin-bottom: 0.25rem !important;
  5738. 2.93 s [treefmt-check] }
  5739. 2.93 s [treefmt-check] .mxn-sm-1 {
  5740. 2.93 s [treefmt-check] - margin-right:-.25rem !important;
  5741. 2.93 s [treefmt-check] - margin-left:-.25rem !important
  5742. 2.93 s [treefmt-check] + margin-right: -0.25rem !important;
  5743. 2.93 s [treefmt-check] + margin-left: -0.25rem !important;
  5744. 2.93 s [treefmt-check] }
  5745. 2.93 s [treefmt-check] }
  5746. 2.93 s [treefmt-check] @media (min-width: 31.25rem) {
  5747. 2.93 s [treefmt-check] .m-sm-2 {
  5748. 2.93 s [treefmt-check] - margin:.5rem !important
  5749. 2.93 s [treefmt-check] + margin: 0.5rem !important;
  5750. 2.93 s [treefmt-check] }
  5751. 2.93 s [treefmt-check] .mt-sm-2 {
  5752. 2.93 s [treefmt-check] - margin-top:.5rem !important
  5753. 2.93 s [treefmt-check] + margin-top: 0.5rem !important;
  5754. 2.93 s [treefmt-check] }
  5755. 2.93 s [treefmt-check] .mr-sm-2 {
  5756. 2.93 s [treefmt-check] - margin-right:.5rem !important
  5757. 2.93 s [treefmt-check] + margin-right: 0.5rem !important;
  5758. 2.93 s [treefmt-check] }
  5759. 2.93 s [treefmt-check] .mb-sm-2 {
  5760. 2.93 s [treefmt-check] - margin-bottom:.5rem !important
  5761. 2.93 s [treefmt-check] + margin-bottom: 0.5rem !important;
  5762. 2.93 s [treefmt-check] }
  5763. 2.93 s [treefmt-check] .ml-sm-2 {
  5764. 2.93 s [treefmt-check] - margin-left:.5rem !important
  5765. 2.93 s [treefmt-check] + margin-left: 0.5rem !important;
  5766. 2.93 s [treefmt-check] }
  5767. 2.93 s [treefmt-check] .mx-sm-2 {
  5768. 2.93 s [treefmt-check] - margin-right:.5rem !important;
  5769. 2.93 s [treefmt-check] - margin-left:.5rem !important
  5770. 2.93 s [treefmt-check] + margin-right: 0.5rem !important;
  5771. 2.93 s [treefmt-check] + margin-left: 0.5rem !important;
  5772. 2.93 s [treefmt-check] }
  5773. 2.93 s [treefmt-check] .my-sm-2 {
  5774. 2.93 s [treefmt-check] - margin-top:.5rem !important;
  5775. 2.93 s [treefmt-check] - margin-bottom:.5rem !important
  5776. 2.93 s [treefmt-check] + margin-top: 0.5rem !important;
  5777. 2.93 s [treefmt-check] + margin-bottom: 0.5rem !important;
  5778. 2.93 s [treefmt-check] }
  5779. 2.93 s [treefmt-check] .mxn-sm-2 {
  5780. 2.93 s [treefmt-check] - margin-right:-.5rem !important;
  5781. 2.93 s [treefmt-check] - margin-left:-.5rem !important
  5782. 2.93 s [treefmt-check] + margin-right: -0.5rem !important;
  5783. 2.93 s [treefmt-check] + margin-left: -0.5rem !important;
  5784. 2.93 s [treefmt-check] }
  5785. 2.93 s [treefmt-check] }
  5786. 2.93 s [treefmt-check] @media (min-width: 31.25rem) {
  5787. 2.93 s [treefmt-check] .m-sm-3 {
  5788. 2.93 s [treefmt-check] - margin:.75rem !important
  5789. 2.93 s [treefmt-check] + margin: 0.75rem !important;
  5790. 2.93 s [treefmt-check] }
  5791. 2.93 s [treefmt-check] .mt-sm-3 {
  5792. 2.93 s [treefmt-check] - margin-top:.75rem !important
  5793. 2.93 s [treefmt-check] + margin-top: 0.75rem !important;
  5794. 2.93 s [treefmt-check] }
  5795. 2.93 s [treefmt-check] .mr-sm-3 {
  5796. 2.93 s [treefmt-check] - margin-right:.75rem !important
  5797. 2.93 s [treefmt-check] + margin-right: 0.75rem !important;
  5798. 2.93 s [treefmt-check] }
  5799. 2.93 s [treefmt-check] .mb-sm-3 {
  5800. 2.93 s [treefmt-check] - margin-bottom:.75rem !important
  5801. 2.93 s [treefmt-check] + margin-bottom: 0.75rem !important;
  5802. 2.93 s [treefmt-check] }
  5803. 2.93 s [treefmt-check] .ml-sm-3 {
  5804. 2.93 s [treefmt-check] - margin-left:.75rem !important
  5805. 2.93 s [treefmt-check] + margin-left: 0.75rem !important;
  5806. 2.93 s [treefmt-check] }
  5807. 2.93 s [treefmt-check] .mx-sm-3 {
  5808. 2.93 s [treefmt-check] - margin-right:.75rem !important;
  5809. 2.93 s [treefmt-check] - margin-left:.75rem !important
  5810. 2.93 s [treefmt-check] + margin-right: 0.75rem !important;
  5811. 2.93 s [treefmt-check] + margin-left: 0.75rem !important;
  5812. 2.93 s [treefmt-check] }
  5813. 2.93 s [treefmt-check] .my-sm-3 {
  5814. 2.93 s [treefmt-check] - margin-top:.75rem !important;
  5815. 2.93 s [treefmt-check] - margin-bottom:.75rem !important
  5816. 2.93 s [treefmt-check] + margin-top: 0.75rem !important;
  5817. 2.93 s [treefmt-check] + margin-bottom: 0.75rem !important;
  5818. 2.93 s [treefmt-check] }
  5819. 2.93 s [treefmt-check] .mxn-sm-3 {
  5820. 2.93 s [treefmt-check] - margin-right:-.75rem !important;
  5821. 2.93 s [treefmt-check] - margin-left:-.75rem !important
  5822. 2.93 s [treefmt-check] + margin-right: -0.75rem !important;
  5823. 2.93 s [treefmt-check] + margin-left: -0.75rem !important;
  5824. 2.93 s [treefmt-check] }
  5825. 2.93 s [treefmt-check] }
  5826. 2.93 s [treefmt-check] @media (min-width: 31.25rem) {
  5827. 2.93 s [treefmt-check] .m-sm-4 {
  5828. 2.93 s [treefmt-check] - margin:1rem !important
  5829. 2.93 s [treefmt-check] + margin: 1rem !important;
  5830. 2.93 s [treefmt-check] }
  5831. 2.93 s [treefmt-check] .mt-sm-4 {
  5832. 2.93 s [treefmt-check] - margin-top:1rem !important
  5833. 2.93 s [treefmt-check] + margin-top: 1rem !important;
  5834. 2.93 s [treefmt-check] }
  5835. 2.93 s [treefmt-check] .mr-sm-4 {
  5836. 2.93 s [treefmt-check] - margin-right:1rem !important
  5837. 2.93 s [treefmt-check] + margin-right: 1rem !important;
  5838. 2.93 s [treefmt-check] }
  5839. 2.93 s [treefmt-check] .mb-sm-4 {
  5840. 2.93 s [treefmt-check] - margin-bottom:1rem !important
  5841. 2.93 s [treefmt-check] + margin-bottom: 1rem !important;
  5842. 2.93 s [treefmt-check] }
  5843. 2.93 s [treefmt-check] .ml-sm-4 {
  5844. 2.93 s [treefmt-check] - margin-left:1rem !important
  5845. 2.93 s [treefmt-check] + margin-left: 1rem !important;
  5846. 2.93 s [treefmt-check] }
  5847. 2.93 s [treefmt-check] .mx-sm-4 {
  5848. 2.93 s [treefmt-check] - margin-right:1rem !important;
  5849. 2.93 s [treefmt-check] - margin-left:1rem !important
  5850. 2.93 s [treefmt-check] + margin-right: 1rem !important;
  5851. 2.93 s [treefmt-check] + margin-left: 1rem !important;
  5852. 2.93 s [treefmt-check] }
  5853. 2.93 s [treefmt-check] .my-sm-4 {
  5854. 2.93 s [treefmt-check] - margin-top:1rem !important;
  5855. 2.93 s [treefmt-check] - margin-bottom:1rem !important
  5856. 2.93 s [treefmt-check] + margin-top: 1rem !important;
  5857. 2.93 s [treefmt-check] + margin-bottom: 1rem !important;
  5858. 2.93 s [treefmt-check] }
  5859. 2.93 s [treefmt-check] .mxn-sm-4 {
  5860. 2.93 s [treefmt-check] - margin-right:-1rem !important;
  5861. 2.93 s [treefmt-check] - margin-left:-1rem !important
  5862. 2.93 s [treefmt-check] + margin-right: -1rem !important;
  5863. 2.93 s [treefmt-check] + margin-left: -1rem !important;
  5864. 2.93 s [treefmt-check] }
  5865. 2.93 s [treefmt-check] }
  5866. 2.93 s [treefmt-check] @media (min-width: 31.25rem) {
  5867. 2.93 s [treefmt-check] .m-sm-5 {
  5868. 2.93 s [treefmt-check] - margin:1.5rem !important
  5869. 2.93 s [treefmt-check] + margin: 1.5rem !important;
  5870. 2.93 s [treefmt-check] }
  5871. 2.93 s [treefmt-check] .mt-sm-5 {
  5872. 2.93 s [treefmt-check] - margin-top:1.5rem !important
  5873. 2.93 s [treefmt-check] + margin-top: 1.5rem !important;
  5874. 2.93 s [treefmt-check] }
  5875. 2.93 s [treefmt-check] .mr-sm-5 {
  5876. 2.93 s [treefmt-check] - margin-right:1.5rem !important
  5877. 2.93 s [treefmt-check] + margin-right: 1.5rem !important;
  5878. 2.93 s [treefmt-check] }
  5879. 2.93 s [treefmt-check] .mb-sm-5 {
  5880. 2.93 s [treefmt-check] - margin-bottom:1.5rem !important
  5881. 2.93 s [treefmt-check] + margin-bottom: 1.5rem !important;
  5882. 2.93 s [treefmt-check] }
  5883. 2.93 s [treefmt-check] .ml-sm-5 {
  5884. 2.93 s [treefmt-check] - margin-left:1.5rem !important
  5885. 2.93 s [treefmt-check] + margin-left: 1.5rem !important;
  5886. 2.93 s [treefmt-check] }
  5887. 2.93 s [treefmt-check] .mx-sm-5 {
  5888. 2.93 s [treefmt-check] - margin-right:1.5rem !important;
  5889. 2.93 s [treefmt-check] - margin-left:1.5rem !important
  5890. 2.93 s [treefmt-check] + margin-right: 1.5rem !important;
  5891. 2.93 s [treefmt-check] + margin-left: 1.5rem !important;
  5892. 2.93 s [treefmt-check] }
  5893. 2.93 s [treefmt-check] .my-sm-5 {
  5894. 2.93 s [treefmt-check] - margin-top:1.5rem !important;
  5895. 2.93 s [treefmt-check] - margin-bottom:1.5rem !important
  5896. 2.93 s [treefmt-check] + margin-top: 1.5rem !important;
  5897. 2.93 s [treefmt-check] + margin-bottom: 1.5rem !important;
  5898. 2.93 s [treefmt-check] }
  5899. 2.93 s [treefmt-check] .mxn-sm-5 {
  5900. 2.93 s [treefmt-check] - margin-right:-1.5rem !important;
  5901. 2.93 s [treefmt-check] - margin-left:-1.5rem !important
  5902. 2.93 s [treefmt-check] + margin-right: -1.5rem !important;
  5903. 2.93 s [treefmt-check] + margin-left: -1.5rem !important;
  5904. 2.93 s [treefmt-check] }
  5905. 2.93 s [treefmt-check] }
  5906. 2.93 s [treefmt-check] @media (min-width: 31.25rem) {
  5907. 2.93 s [treefmt-check] .m-sm-6 {
  5908. 2.93 s [treefmt-check] - margin:2rem !important
  5909. 2.93 s [treefmt-check] + margin: 2rem !important;
  5910. 2.93 s [treefmt-check] }
  5911. 2.93 s [treefmt-check] .mt-sm-6 {
  5912. 2.93 s [treefmt-check] - margin-top:2rem !important
  5913. 2.93 s [treefmt-check] + margin-top: 2rem !important;
  5914. 2.93 s [treefmt-check] }
  5915. 2.93 s [treefmt-check] .mr-sm-6 {
  5916. 2.93 s [treefmt-check] - margin-right:2rem !important
  5917. 2.93 s [treefmt-check] + margin-right: 2rem !important;
  5918. 2.93 s [treefmt-check] }
  5919. 2.93 s [treefmt-check] .mb-sm-6 {
  5920. 2.93 s [treefmt-check] - margin-bottom:2rem !important
  5921. 2.93 s [treefmt-check] + margin-bottom: 2rem !important;
  5922. 2.93 s [treefmt-check] }
  5923. 2.93 s [treefmt-check] .ml-sm-6 {
  5924. 2.93 s [treefmt-check] - margin-left:2rem !important
  5925. 2.93 s [treefmt-check] + margin-left: 2rem !important;
  5926. 2.93 s [treefmt-check] }
  5927. 2.93 s [treefmt-check] .mx-sm-6 {
  5928. 2.93 s [treefmt-check] - margin-right:2rem !important;
  5929. 2.93 s [treefmt-check] - margin-left:2rem !important
  5930. 2.93 s [treefmt-check] + margin-right: 2rem !important;
  5931. 2.93 s [treefmt-check] + margin-left: 2rem !important;
  5932. 2.93 s [treefmt-check] }
  5933. 2.93 s [treefmt-check] .my-sm-6 {
  5934. 2.93 s [treefmt-check] - margin-top:2rem !important;
  5935. 2.93 s [treefmt-check] - margin-bottom:2rem !important
  5936. 2.93 s [treefmt-check] + margin-top: 2rem !important;
  5937. 2.93 s [treefmt-check] + margin-bottom: 2rem !important;
  5938. 2.93 s [treefmt-check] }
  5939. 2.93 s [treefmt-check] .mxn-sm-6 {
  5940. 2.93 s [treefmt-check] - margin-right:-2rem !important;
  5941. 2.93 s [treefmt-check] - margin-left:-2rem !important
  5942. 2.93 s [treefmt-check] + margin-right: -2rem !important;
  5943. 2.93 s [treefmt-check] + margin-left: -2rem !important;
  5944. 2.93 s [treefmt-check] }
  5945. 2.93 s [treefmt-check] }
  5946. 2.93 s [treefmt-check] @media (min-width: 31.25rem) {
  5947. 2.93 s [treefmt-check] .m-sm-7 {
  5948. 2.93 s [treefmt-check] - margin:2.5rem !important
  5949. 2.93 s [treefmt-check] + margin: 2.5rem !important;
  5950. 2.93 s [treefmt-check] }
  5951. 2.93 s [treefmt-check] .mt-sm-7 {
  5952. 2.93 s [treefmt-check] - margin-top:2.5rem !important
  5953. 2.93 s [treefmt-check] + margin-top: 2.5rem !important;
  5954. 2.93 s [treefmt-check] }
  5955. 2.93 s [treefmt-check] .mr-sm-7 {
  5956. 2.93 s [treefmt-check] - margin-right:2.5rem !important
  5957. 2.93 s [treefmt-check] + margin-right: 2.5rem !important;
  5958. 2.93 s [treefmt-check] }
  5959. 2.93 s [treefmt-check] .mb-sm-7 {
  5960. 2.93 s [treefmt-check] - margin-bottom:2.5rem !important
  5961. 2.93 s [treefmt-check] + margin-bottom: 2.5rem !important;
  5962. 2.93 s [treefmt-check] }
  5963. 2.93 s [treefmt-check] .ml-sm-7 {
  5964. 2.93 s [treefmt-check] - margin-left:2.5rem !important
  5965. 2.93 s [treefmt-check] + margin-left: 2.5rem !important;
  5966. 2.93 s [treefmt-check] }
  5967. 2.93 s [treefmt-check] .mx-sm-7 {
  5968. 2.93 s [treefmt-check] - margin-right:2.5rem !important;
  5969. 2.93 s [treefmt-check] - margin-left:2.5rem !important
  5970. 2.93 s [treefmt-check] + margin-right: 2.5rem !important;
  5971. 2.93 s [treefmt-check] + margin-left: 2.5rem !important;
  5972. 2.93 s [treefmt-check] }
  5973. 2.93 s [treefmt-check] .my-sm-7 {
  5974. 2.93 s [treefmt-check] - margin-top:2.5rem !important;
  5975. 2.93 s [treefmt-check] - margin-bottom:2.5rem !important
  5976. 2.93 s [treefmt-check] + margin-top: 2.5rem !important;
  5977. 2.93 s [treefmt-check] + margin-bottom: 2.5rem !important;
  5978. 2.93 s [treefmt-check] }
  5979. 2.93 s [treefmt-check] .mxn-sm-7 {
  5980. 2.93 s [treefmt-check] - margin-right:-2.5rem !important;
  5981. 2.93 s [treefmt-check] - margin-left:-2.5rem !important
  5982. 2.93 s [treefmt-check] + margin-right: -2.5rem !important;
  5983. 2.93 s [treefmt-check] + margin-left: -2.5rem !important;
  5984. 2.93 s [treefmt-check] }
  5985. 2.93 s [treefmt-check] }
  5986. 2.93 s [treefmt-check] @media (min-width: 31.25rem) {
  5987. 2.93 s [treefmt-check] .m-sm-8 {
  5988. 2.93 s [treefmt-check] - margin:3rem !important
  5989. 2.93 s [treefmt-check] + margin: 3rem !important;
  5990. 2.93 s [treefmt-check] }
  5991. 2.93 s [treefmt-check] .mt-sm-8 {
  5992. 2.93 s [treefmt-check] - margin-top:3rem !important
  5993. 2.93 s [treefmt-check] + margin-top: 3rem !important;
  5994. 2.93 s [treefmt-check] }
  5995. 2.93 s [treefmt-check] .mr-sm-8 {
  5996. 2.93 s [treefmt-check] - margin-right:3rem !important
  5997. 2.93 s [treefmt-check] + margin-right: 3rem !important;
  5998. 2.93 s [treefmt-check] }
  5999. 2.93 s [treefmt-check] .mb-sm-8 {
  6000. 2.93 s [treefmt-check] - margin-bottom:3rem !important
  6001. 2.93 s [treefmt-check] + margin-bottom: 3rem !important;
  6002. 2.93 s [treefmt-check] }
  6003. 2.93 s [treefmt-check] .ml-sm-8 {
  6004. 2.93 s [treefmt-check] - margin-left:3rem !important
  6005. 2.93 s [treefmt-check] + margin-left: 3rem !important;
  6006. 2.93 s [treefmt-check] }
  6007. 2.93 s [treefmt-check] .mx-sm-8 {
  6008. 2.93 s [treefmt-check] - margin-right:3rem !important;
  6009. 2.93 s [treefmt-check] - margin-left:3rem !important
  6010. 2.93 s [treefmt-check] + margin-right: 3rem !important;
  6011. 2.93 s [treefmt-check] + margin-left: 3rem !important;
  6012. 2.93 s [treefmt-check] }
  6013. 2.93 s [treefmt-check] .my-sm-8 {
  6014. 2.93 s [treefmt-check] - margin-top:3rem !important;
  6015. 2.93 s [treefmt-check] - margin-bottom:3rem !important
  6016. 2.93 s [treefmt-check] + margin-top: 3rem !important;
  6017. 2.93 s [treefmt-check] + margin-bottom: 3rem !important;
  6018. 2.93 s [treefmt-check] }
  6019. 2.93 s [treefmt-check] .mxn-sm-8 {
  6020. 2.93 s [treefmt-check] - margin-right:-3rem !important;
  6021. 2.93 s [treefmt-check] - margin-left:-3rem !important
  6022. 2.93 s [treefmt-check] + margin-right: -3rem !important;
  6023. 2.93 s [treefmt-check] + margin-left: -3rem !important;
  6024. 2.93 s [treefmt-check] }
  6025. 2.93 s [treefmt-check] }
  6026. 2.93 s [treefmt-check] @media (min-width: 31.25rem) {
  6027. 2.93 s [treefmt-check] .m-sm-9 {
  6028. 2.93 s [treefmt-check] - margin:3.5rem !important
  6029. 2.93 s [treefmt-check] + margin: 3.5rem !important;
  6030. 2.93 s [treefmt-check] }
  6031. 2.93 s [treefmt-check] .mt-sm-9 {
  6032. 2.93 s [treefmt-check] - margin-top:3.5rem !important
  6033. 2.93 s [treefmt-check] + margin-top: 3.5rem !important;
  6034. 2.93 s [treefmt-check] }
  6035. 2.93 s [treefmt-check] .mr-sm-9 {
  6036. 2.93 s [treefmt-check] - margin-right:3.5rem !important
  6037. 2.93 s [treefmt-check] + margin-right: 3.5rem !important;
  6038. 2.93 s [treefmt-check] }
  6039. 2.93 s [treefmt-check] .mb-sm-9 {
  6040. 2.93 s [treefmt-check] - margin-bottom:3.5rem !important
  6041. 2.93 s [treefmt-check] + margin-bottom: 3.5rem !important;
  6042. 2.93 s [treefmt-check] }
  6043. 2.93 s [treefmt-check] .ml-sm-9 {
  6044. 2.93 s [treefmt-check] - margin-left:3.5rem !important
  6045. 2.93 s [treefmt-check] + margin-left: 3.5rem !important;
  6046. 2.93 s [treefmt-check] }
  6047. 2.93 s [treefmt-check] .mx-sm-9 {
  6048. 2.93 s [treefmt-check] - margin-right:3.5rem !important;
  6049. 2.93 s [treefmt-check] - margin-left:3.5rem !important
  6050. 2.93 s [treefmt-check] + margin-right: 3.5rem !important;
  6051. 2.93 s [treefmt-check] + margin-left: 3.5rem !important;
  6052. 2.93 s [treefmt-check] }
  6053. 2.93 s [treefmt-check] .my-sm-9 {
  6054. 2.93 s [treefmt-check] - margin-top:3.5rem !important;
  6055. 2.93 s [treefmt-check] - margin-bottom:3.5rem !important
  6056. 2.93 s [treefmt-check] + margin-top: 3.5rem !important;
  6057. 2.93 s [treefmt-check] + margin-bottom: 3.5rem !important;
  6058. 2.93 s [treefmt-check] }
  6059. 2.93 s [treefmt-check] .mxn-sm-9 {
  6060. 2.93 s [treefmt-check] - margin-right:-3.5rem !important;
  6061. 2.93 s [treefmt-check] - margin-left:-3.5rem !important
  6062. 2.93 s [treefmt-check] + margin-right: -3.5rem !important;
  6063. 2.93 s [treefmt-check] + margin-left: -3.5rem !important;
  6064. 2.93 s [treefmt-check] }
  6065. 2.93 s [treefmt-check] }
  6066. 2.93 s [treefmt-check] @media (min-width: 31.25rem) {
  6067. 2.93 s [treefmt-check] .m-sm-10 {
  6068. 2.93 s [treefmt-check] - margin:4rem !important
  6069. 2.93 s [treefmt-check] + margin: 4rem !important;
  6070. 2.93 s [treefmt-check] }
  6071. 2.93 s [treefmt-check] .mt-sm-10 {
  6072. 2.93 s [treefmt-check] - margin-top:4rem !important
  6073. 2.93 s [treefmt-check] + margin-top: 4rem !important;
  6074. 2.93 s [treefmt-check] }
  6075. 2.93 s [treefmt-check] .mr-sm-10 {
  6076. 2.93 s [treefmt-check] - margin-right:4rem !important
  6077. 2.93 s [treefmt-check] + margin-right: 4rem !important;
  6078. 2.93 s [treefmt-check] }
  6079. 2.93 s [treefmt-check] .mb-sm-10 {
  6080. 2.93 s [treefmt-check] - margin-bottom:4rem !important
  6081. 2.93 s [treefmt-check] + margin-bottom: 4rem !important;
  6082. 2.93 s [treefmt-check] }
  6083. 2.93 s [treefmt-check] .ml-sm-10 {
  6084. 2.93 s [treefmt-check] - margin-left:4rem !important
  6085. 2.93 s [treefmt-check] + margin-left: 4rem !important;
  6086. 2.93 s [treefmt-check] }
  6087. 2.93 s [treefmt-check] .mx-sm-10 {
  6088. 2.93 s [treefmt-check] - margin-right:4rem !important;
  6089. 2.93 s [treefmt-check] - margin-left:4rem !important
  6090. 2.93 s [treefmt-check] + margin-right: 4rem !important;
  6091. 2.93 s [treefmt-check] + margin-left: 4rem !important;
  6092. 2.93 s [treefmt-check] }
  6093. 2.93 s [treefmt-check] .my-sm-10 {
  6094. 2.93 s [treefmt-check] - margin-top:4rem !important;
  6095. 2.93 s [treefmt-check] - margin-bottom:4rem !important
  6096. 2.93 s [treefmt-check] + margin-top: 4rem !important;
  6097. 2.93 s [treefmt-check] + margin-bottom: 4rem !important;
  6098. 2.93 s [treefmt-check] }
  6099. 2.93 s [treefmt-check] .mxn-sm-10 {
  6100. 2.93 s [treefmt-check] - margin-right:-4rem !important;
  6101. 2.93 s [treefmt-check] - margin-left:-4rem !important
  6102. 2.93 s [treefmt-check] + margin-right: -4rem !important;
  6103. 2.93 s [treefmt-check] + margin-left: -4rem !important;
  6104. 2.93 s [treefmt-check] }
  6105. 2.93 s [treefmt-check] }
  6106. 2.93 s [treefmt-check] @media (min-width: 50rem) {
  6107. 2.93 s [treefmt-check] .m-md-0 {
  6108. 2.93 s [treefmt-check] - margin:0 !important
  6109. 2.93 s [treefmt-check] + margin: 0 !important;
  6110. 2.93 s [treefmt-check] }
  6111. 2.93 s [treefmt-check] .mt-md-0 {
  6112. 2.93 s [treefmt-check] - margin-top:0 !important
  6113. 2.93 s [treefmt-check] + margin-top: 0 !important;
  6114. 2.93 s [treefmt-check] }
  6115. 2.93 s [treefmt-check] .mr-md-0 {
  6116. 2.93 s [treefmt-check] - margin-right:0 !important
  6117. 2.93 s [treefmt-check] + margin-right: 0 !important;
  6118. 2.93 s [treefmt-check] }
  6119. 2.93 s [treefmt-check] .mb-md-0 {
  6120. 2.93 s [treefmt-check] - margin-bottom:0 !important
  6121. 2.93 s [treefmt-check] + margin-bottom: 0 !important;
  6122. 2.93 s [treefmt-check] }
  6123. 2.93 s [treefmt-check] .ml-md-0 {
  6124. 2.93 s [treefmt-check] - margin-left:0 !important
  6125. 2.93 s [treefmt-check] + margin-left: 0 !important;
  6126. 2.93 s [treefmt-check] }
  6127. 2.93 s [treefmt-check] .mx-md-0 {
  6128. 2.93 s [treefmt-check] - margin-right:0 !important;
  6129. 2.93 s [treefmt-check] - margin-left:0 !important
  6130. 2.93 s [treefmt-check] + margin-right: 0 !important;
  6131. 2.93 s [treefmt-check] + margin-left: 0 !important;
  6132. 2.93 s [treefmt-check] }
  6133. 2.93 s [treefmt-check] .my-md-0 {
  6134. 2.93 s [treefmt-check] - margin-top:0 !important;
  6135. 2.93 s [treefmt-check] - margin-bottom:0 !important
  6136. 2.93 s [treefmt-check] + margin-top: 0 !important;
  6137. 2.93 s [treefmt-check] + margin-bottom: 0 !important;
  6138. 2.93 s [treefmt-check] }
  6139. 2.93 s [treefmt-check] .mxn-md-0 {
  6140. 2.93 s [treefmt-check] - margin-right:-0 !important;
  6141. 2.93 s [treefmt-check] - margin-left:-0 !important
  6142. 2.93 s [treefmt-check] + margin-right: -0 !important;
  6143. 2.93 s [treefmt-check] + margin-left: -0 !important;
  6144. 2.93 s [treefmt-check] }
  6145. 2.93 s [treefmt-check] }
  6146. 2.93 s [treefmt-check] @media (min-width: 50rem) {
  6147. 2.93 s [treefmt-check] .m-md-1 {
  6148. 2.93 s [treefmt-check] - margin:.25rem !important
  6149. 2.93 s [treefmt-check] + margin: 0.25rem !important;
  6150. 2.93 s [treefmt-check] }
  6151. 2.93 s [treefmt-check] .mt-md-1 {
  6152. 2.93 s [treefmt-check] - margin-top:.25rem !important
  6153. 2.93 s [treefmt-check] + margin-top: 0.25rem !important;
  6154. 2.93 s [treefmt-check] }
  6155. 2.93 s [treefmt-check] .mr-md-1 {
  6156. 2.93 s [treefmt-check] - margin-right:.25rem !important
  6157. 2.93 s [treefmt-check] + margin-right: 0.25rem !important;
  6158. 2.93 s [treefmt-check] }
  6159. 2.93 s [treefmt-check] .mb-md-1 {
  6160. 2.93 s [treefmt-check] - margin-bottom:.25rem !important
  6161. 2.93 s [treefmt-check] + margin-bottom: 0.25rem !important;
  6162. 2.93 s [treefmt-check] }
  6163. 2.93 s [treefmt-check] .ml-md-1 {
  6164. 2.93 s [treefmt-check] - margin-left:.25rem !important
  6165. 2.93 s [treefmt-check] + margin-left: 0.25rem !important;
  6166. 2.93 s [treefmt-check] }
  6167. 2.93 s [treefmt-check] .mx-md-1 {
  6168. 2.93 s [treefmt-check] - margin-right:.25rem !important;
  6169. 2.93 s [treefmt-check] - margin-left:.25rem !important
  6170. 2.93 s [treefmt-check] + margin-right: 0.25rem !important;
  6171. 2.93 s [treefmt-check] + margin-left: 0.25rem !important;
  6172. 2.93 s [treefmt-check] }
  6173. 2.93 s [treefmt-check] .my-md-1 {
  6174. 2.93 s [treefmt-check] - margin-top:.25rem !important;
  6175. 2.93 s [treefmt-check] - margin-bottom:.25rem !important
  6176. 2.93 s [treefmt-check] + margin-top: 0.25rem !important;
  6177. 2.93 s [treefmt-check] + margin-bottom: 0.25rem !important;
  6178. 2.93 s [treefmt-check] }
  6179. 2.93 s [treefmt-check] .mxn-md-1 {
  6180. 2.93 s [treefmt-check] - margin-right:-.25rem !important;
  6181. 2.93 s [treefmt-check] - margin-left:-.25rem !important
  6182. 2.93 s [treefmt-check] + margin-right: -0.25rem !important;
  6183. 2.93 s [treefmt-check] + margin-left: -0.25rem !important;
  6184. 2.93 s [treefmt-check] }
  6185. 2.93 s [treefmt-check] }
  6186. 2.93 s [treefmt-check] @media (min-width: 50rem) {
  6187. 2.93 s [treefmt-check] .m-md-2 {
  6188. 2.93 s [treefmt-check] - margin:.5rem !important
  6189. 2.93 s [treefmt-check] + margin: 0.5rem !important;
  6190. 2.93 s [treefmt-check] }
  6191. 2.93 s [treefmt-check] .mt-md-2 {
  6192. 2.93 s [treefmt-check] - margin-top:.5rem !important
  6193. 2.93 s [treefmt-check] + margin-top: 0.5rem !important;
  6194. 2.93 s [treefmt-check] }
  6195. 2.93 s [treefmt-check] .mr-md-2 {
  6196. 2.93 s [treefmt-check] - margin-right:.5rem !important
  6197. 2.93 s [treefmt-check] + margin-right: 0.5rem !important;
  6198. 2.93 s [treefmt-check] }
  6199. 2.93 s [treefmt-check] .mb-md-2 {
  6200. 2.93 s [treefmt-check] - margin-bottom:.5rem !important
  6201. 2.93 s [treefmt-check] + margin-bottom: 0.5rem !important;
  6202. 2.93 s [treefmt-check] }
  6203. 2.93 s [treefmt-check] .ml-md-2 {
  6204. 2.93 s [treefmt-check] - margin-left:.5rem !important
  6205. 2.93 s [treefmt-check] + margin-left: 0.5rem !important;
  6206. 2.93 s [treefmt-check] }
  6207. 2.93 s [treefmt-check] .mx-md-2 {
  6208. 2.93 s [treefmt-check] - margin-right:.5rem !important;
  6209. 2.93 s [treefmt-check] - margin-left:.5rem !important
  6210. 2.93 s [treefmt-check] + margin-right: 0.5rem !important;
  6211. 2.93 s [treefmt-check] + margin-left: 0.5rem !important;
  6212. 2.93 s [treefmt-check] }
  6213. 2.93 s [treefmt-check] .my-md-2 {
  6214. 2.93 s [treefmt-check] - margin-top:.5rem !important;
  6215. 2.93 s [treefmt-check] - margin-bottom:.5rem !important
  6216. 2.93 s [treefmt-check] + margin-top: 0.5rem !important;
  6217. 2.93 s [treefmt-check] + margin-bottom: 0.5rem !important;
  6218. 2.93 s [treefmt-check] }
  6219. 2.93 s [treefmt-check] .mxn-md-2 {
  6220. 2.93 s [treefmt-check] - margin-right:-.5rem !important;
  6221. 2.93 s [treefmt-check] - margin-left:-.5rem !important
  6222. 2.93 s [treefmt-check] + margin-right: -0.5rem !important;
  6223. 2.93 s [treefmt-check] + margin-left: -0.5rem !important;
  6224. 2.93 s [treefmt-check] }
  6225. 2.93 s [treefmt-check] }
  6226. 2.93 s [treefmt-check] @media (min-width: 50rem) {
  6227. 2.93 s [treefmt-check] .m-md-3 {
  6228. 2.93 s [treefmt-check] - margin:.75rem !important
  6229. 2.93 s [treefmt-check] + margin: 0.75rem !important;
  6230. 2.93 s [treefmt-check] }
  6231. 2.93 s [treefmt-check] .mt-md-3 {
  6232. 2.93 s [treefmt-check] - margin-top:.75rem !important
  6233. 2.93 s [treefmt-check] + margin-top: 0.75rem !important;
  6234. 2.93 s [treefmt-check] }
  6235. 2.93 s [treefmt-check] .mr-md-3 {
  6236. 2.93 s [treefmt-check] - margin-right:.75rem !important
  6237. 2.93 s [treefmt-check] + margin-right: 0.75rem !important;
  6238. 2.93 s [treefmt-check] }
  6239. 2.93 s [treefmt-check] .mb-md-3 {
  6240. 2.93 s [treefmt-check] - margin-bottom:.75rem !important
  6241. 2.93 s [treefmt-check] + margin-bottom: 0.75rem !important;
  6242. 2.93 s [treefmt-check] }
  6243. 2.93 s [treefmt-check] .ml-md-3 {
  6244. 2.93 s [treefmt-check] - margin-left:.75rem !important
  6245. 2.93 s [treefmt-check] + margin-left: 0.75rem !important;
  6246. 2.93 s [treefmt-check] }
  6247. 2.93 s [treefmt-check] .mx-md-3 {
  6248. 2.93 s [treefmt-check] - margin-right:.75rem !important;
  6249. 2.94 s [treefmt-check] - margin-left:.75rem !important
  6250. 2.94 s [treefmt-check] + margin-right: 0.75rem !important;
  6251. 2.94 s [treefmt-check] + margin-left: 0.75rem !important;
  6252. 2.94 s [treefmt-check] }
  6253. 2.94 s [treefmt-check] .my-md-3 {
  6254. 2.94 s [treefmt-check] - margin-top:.75rem !important;
  6255. 2.94 s [treefmt-check] - margin-bottom:.75rem !important
  6256. 2.94 s [treefmt-check] + margin-top: 0.75rem !important;
  6257. 2.94 s [treefmt-check] + margin-bottom: 0.75rem !important;
  6258. 2.94 s [treefmt-check] }
  6259. 2.94 s [treefmt-check] .mxn-md-3 {
  6260. 2.94 s [treefmt-check] - margin-right:-.75rem !important;
  6261. 2.94 s [treefmt-check] - margin-left:-.75rem !important
  6262. 2.94 s [treefmt-check] + margin-right: -0.75rem !important;
  6263. 2.94 s [treefmt-check] + margin-left: -0.75rem !important;
  6264. 2.94 s [treefmt-check] }
  6265. 2.94 s [treefmt-check] }
  6266. 2.94 s [treefmt-check] @media (min-width: 50rem) {
  6267. 2.94 s [treefmt-check] .m-md-4 {
  6268. 2.94 s [treefmt-check] - margin:1rem !important
  6269. 2.94 s [treefmt-check] + margin: 1rem !important;
  6270. 2.94 s [treefmt-check] }
  6271. 2.94 s [treefmt-check] .mt-md-4 {
  6272. 2.94 s [treefmt-check] - margin-top:1rem !important
  6273. 2.94 s [treefmt-check] + margin-top: 1rem !important;
  6274. 2.94 s [treefmt-check] }
  6275. 2.94 s [treefmt-check] .mr-md-4 {
  6276. 2.94 s [treefmt-check] - margin-right:1rem !important
  6277. 2.94 s [treefmt-check] + margin-right: 1rem !important;
  6278. 2.94 s [treefmt-check] }
  6279. 2.94 s [treefmt-check] .mb-md-4 {
  6280. 2.94 s [treefmt-check] - margin-bottom:1rem !important
  6281. 2.94 s [treefmt-check] + margin-bottom: 1rem !important;
  6282. 2.94 s [treefmt-check] }
  6283. 2.94 s [treefmt-check] .ml-md-4 {
  6284. 2.94 s [treefmt-check] - margin-left:1rem !important
  6285. 2.94 s [treefmt-check] + margin-left: 1rem !important;
  6286. 2.94 s [treefmt-check] }
  6287. 2.94 s [treefmt-check] .mx-md-4 {
  6288. 2.94 s [treefmt-check] - margin-right:1rem !important;
  6289. 2.94 s [treefmt-check] - margin-left:1rem !important
  6290. 2.94 s [treefmt-check] + margin-right: 1rem !important;
  6291. 2.94 s [treefmt-check] + margin-left: 1rem !important;
  6292. 2.94 s [treefmt-check] }
  6293. 2.94 s [treefmt-check] .my-md-4 {
  6294. 2.94 s [treefmt-check] - margin-top:1rem !important;
  6295. 2.94 s [treefmt-check] - margin-bottom:1rem !important
  6296. 2.94 s [treefmt-check] + margin-top: 1rem !important;
  6297. 2.94 s [treefmt-check] + margin-bottom: 1rem !important;
  6298. 2.94 s [treefmt-check] }
  6299. 2.94 s [treefmt-check] .mxn-md-4 {
  6300. 2.94 s [treefmt-check] - margin-right:-1rem !important;
  6301. 2.94 s [treefmt-check] - margin-left:-1rem !important
  6302. 2.94 s [treefmt-check] + margin-right: -1rem !important;
  6303. 2.94 s [treefmt-check] + margin-left: -1rem !important;
  6304. 2.94 s [treefmt-check] }
  6305. 2.94 s [treefmt-check] }
  6306. 2.94 s [treefmt-check] @media (min-width: 50rem) {
  6307. 2.94 s [treefmt-check] .m-md-5 {
  6308. 2.94 s [treefmt-check] - margin:1.5rem !important
  6309. 2.94 s [treefmt-check] + margin: 1.5rem !important;
  6310. 2.94 s [treefmt-check] }
  6311. 2.94 s [treefmt-check] .mt-md-5 {
  6312. 2.94 s [treefmt-check] - margin-top:1.5rem !important
  6313. 2.94 s [treefmt-check] + margin-top: 1.5rem !important;
  6314. 2.94 s [treefmt-check] }
  6315. 2.94 s [treefmt-check] .mr-md-5 {
  6316. 2.94 s [treefmt-check] - margin-right:1.5rem !important
  6317. 2.94 s [treefmt-check] + margin-right: 1.5rem !important;
  6318. 2.94 s [treefmt-check] }
  6319. 2.94 s [treefmt-check] .mb-md-5 {
  6320. 2.94 s [treefmt-check] - margin-bottom:1.5rem !important
  6321. 2.94 s [treefmt-check] + margin-bottom: 1.5rem !important;
  6322. 2.94 s [treefmt-check] }
  6323. 2.94 s [treefmt-check] .ml-md-5 {
  6324. 2.94 s [treefmt-check] - margin-left:1.5rem !important
  6325. 2.94 s [treefmt-check] + margin-left: 1.5rem !important;
  6326. 2.94 s [treefmt-check] }
  6327. 2.94 s [treefmt-check] .mx-md-5 {
  6328. 2.94 s [treefmt-check] - margin-right:1.5rem !important;
  6329. 2.94 s [treefmt-check] - margin-left:1.5rem !important
  6330. 2.94 s [treefmt-check] + margin-right: 1.5rem !important;
  6331. 2.94 s [treefmt-check] + margin-left: 1.5rem !important;
  6332. 2.94 s [treefmt-check] }
  6333. 2.94 s [treefmt-check] .my-md-5 {
  6334. 2.94 s [treefmt-check] - margin-top:1.5rem !important;
  6335. 2.94 s [treefmt-check] - margin-bottom:1.5rem !important
  6336. 2.94 s [treefmt-check] + margin-top: 1.5rem !important;
  6337. 2.94 s [treefmt-check] + margin-bottom: 1.5rem !important;
  6338. 2.94 s [treefmt-check] }
  6339. 2.94 s [treefmt-check] .mxn-md-5 {
  6340. 2.94 s [treefmt-check] - margin-right:-1.5rem !important;
  6341. 2.94 s [treefmt-check] - margin-left:-1.5rem !important
  6342. 2.94 s [treefmt-check] + margin-right: -1.5rem !important;
  6343. 2.94 s [treefmt-check] + margin-left: -1.5rem !important;
  6344. 2.94 s [treefmt-check] }
  6345. 2.94 s [treefmt-check] }
  6346. 2.94 s [treefmt-check] @media (min-width: 50rem) {
  6347. 2.94 s [treefmt-check] .m-md-6 {
  6348. 2.94 s [treefmt-check] - margin:2rem !important
  6349. 2.94 s [treefmt-check] + margin: 2rem !important;
  6350. 2.94 s [treefmt-check] }
  6351. 2.94 s [treefmt-check] .mt-md-6 {
  6352. 2.94 s [treefmt-check] - margin-top:2rem !important
  6353. 2.94 s [treefmt-check] + margin-top: 2rem !important;
  6354. 2.94 s [treefmt-check] }
  6355. 2.94 s [treefmt-check] .mr-md-6 {
  6356. 2.94 s [treefmt-check] - margin-right:2rem !important
  6357. 2.94 s [treefmt-check] + margin-right: 2rem !important;
  6358. 2.94 s [treefmt-check] }
  6359. 2.94 s [treefmt-check] .mb-md-6 {
  6360. 2.94 s [treefmt-check] - margin-bottom:2rem !important
  6361. 2.94 s [treefmt-check] + margin-bottom: 2rem !important;
  6362. 2.94 s [treefmt-check] }
  6363. 2.94 s [treefmt-check] .ml-md-6 {
  6364. 2.94 s [treefmt-check] - margin-left:2rem !important
  6365. 2.94 s [treefmt-check] + margin-left: 2rem !important;
  6366. 2.94 s [treefmt-check] }
  6367. 2.94 s [treefmt-check] .mx-md-6 {
  6368. 2.94 s [treefmt-check] - margin-right:2rem !important;
  6369. 2.94 s [treefmt-check] - margin-left:2rem !important
  6370. 2.94 s [treefmt-check] + margin-right: 2rem !important;
  6371. 2.94 s [treefmt-check] + margin-left: 2rem !important;
  6372. 2.94 s [treefmt-check] }
  6373. 2.94 s [treefmt-check] .my-md-6 {
  6374. 2.94 s [treefmt-check] - margin-top:2rem !important;
  6375. 2.94 s [treefmt-check] - margin-bottom:2rem !important
  6376. 2.94 s [treefmt-check] + margin-top: 2rem !important;
  6377. 2.94 s [treefmt-check] + margin-bottom: 2rem !important;
  6378. 2.94 s [treefmt-check] }
  6379. 2.94 s [treefmt-check] .mxn-md-6 {
  6380. 2.94 s [treefmt-check] - margin-right:-2rem !important;
  6381. 2.94 s [treefmt-check] - margin-left:-2rem !important
  6382. 2.94 s [treefmt-check] + margin-right: -2rem !important;
  6383. 2.94 s [treefmt-check] + margin-left: -2rem !important;
  6384. 2.94 s [treefmt-check] }
  6385. 2.94 s [treefmt-check] }
  6386. 2.94 s [treefmt-check] @media (min-width: 50rem) {
  6387. 2.94 s [treefmt-check] .m-md-7 {
  6388. 2.94 s [treefmt-check] - margin:2.5rem !important
  6389. 2.94 s [treefmt-check] + margin: 2.5rem !important;
  6390. 2.94 s [treefmt-check] }
  6391. 2.94 s [treefmt-check] .mt-md-7 {
  6392. 2.94 s [treefmt-check] - margin-top:2.5rem !important
  6393. 2.94 s [treefmt-check] + margin-top: 2.5rem !important;
  6394. 2.94 s [treefmt-check] }
  6395. 2.94 s [treefmt-check] .mr-md-7 {
  6396. 2.94 s [treefmt-check] - margin-right:2.5rem !important
  6397. 2.94 s [treefmt-check] + margin-right: 2.5rem !important;
  6398. 2.94 s [treefmt-check] }
  6399. 2.94 s [treefmt-check] .mb-md-7 {
  6400. 2.94 s [treefmt-check] - margin-bottom:2.5rem !important
  6401. 2.94 s [treefmt-check] + margin-bottom: 2.5rem !important;
  6402. 2.94 s [treefmt-check] }
  6403. 2.94 s [treefmt-check] .ml-md-7 {
  6404. 2.94 s [treefmt-check] - margin-left:2.5rem !important
  6405. 2.94 s [treefmt-check] + margin-left: 2.5rem !important;
  6406. 2.94 s [treefmt-check] }
  6407. 2.94 s [treefmt-check] .mx-md-7 {
  6408. 2.94 s [treefmt-check] - margin-right:2.5rem !important;
  6409. 2.94 s [treefmt-check] - margin-left:2.5rem !important
  6410. 2.94 s [treefmt-check] + margin-right: 2.5rem !important;
  6411. 2.94 s [treefmt-check] + margin-left: 2.5rem !important;
  6412. 2.94 s [treefmt-check] }
  6413. 2.94 s [treefmt-check] .my-md-7 {
  6414. 2.94 s [treefmt-check] - margin-top:2.5rem !important;
  6415. 2.94 s [treefmt-check] - margin-bottom:2.5rem !important
  6416. 2.94 s [treefmt-check] + margin-top: 2.5rem !important;
  6417. 2.94 s [treefmt-check] + margin-bottom: 2.5rem !important;
  6418. 2.94 s [treefmt-check] }
  6419. 2.94 s [treefmt-check] .mxn-md-7 {
  6420. 2.94 s [treefmt-check] - margin-right:-2.5rem !important;
  6421. 2.94 s [treefmt-check] - margin-left:-2.5rem !important
  6422. 2.94 s [treefmt-check] + margin-right: -2.5rem !important;
  6423. 2.94 s [treefmt-check] + margin-left: -2.5rem !important;
  6424. 2.94 s [treefmt-check] }
  6425. 2.94 s [treefmt-check] }
  6426. 2.94 s [treefmt-check] @media (min-width: 50rem) {
  6427. 2.94 s [treefmt-check] .m-md-8 {
  6428. 2.94 s [treefmt-check] - margin:3rem !important
  6429. 2.94 s [treefmt-check] + margin: 3rem !important;
  6430. 2.94 s [treefmt-check] }
  6431. 2.94 s [treefmt-check] .mt-md-8 {
  6432. 2.94 s [treefmt-check] - margin-top:3rem !important
  6433. 2.94 s [treefmt-check] + margin-top: 3rem !important;
  6434. 2.94 s [treefmt-check] }
  6435. 2.94 s [treefmt-check] .mr-md-8 {
  6436. 2.94 s [treefmt-check] - margin-right:3rem !important
  6437. 2.94 s [treefmt-check] + margin-right: 3rem !important;
  6438. 2.94 s [treefmt-check] }
  6439. 2.94 s [treefmt-check] .mb-md-8 {
  6440. 2.94 s [treefmt-check] - margin-bottom:3rem !important
  6441. 2.94 s [treefmt-check] + margin-bottom: 3rem !important;
  6442. 2.94 s [treefmt-check] }
  6443. 2.94 s [treefmt-check] .ml-md-8 {
  6444. 2.94 s [treefmt-check] - margin-left:3rem !important
  6445. 2.94 s [treefmt-check] + margin-left: 3rem !important;
  6446. 2.94 s [treefmt-check] }
  6447. 2.94 s [treefmt-check] .mx-md-8 {
  6448. 2.94 s [treefmt-check] - margin-right:3rem !important;
  6449. 2.94 s [treefmt-check] - margin-left:3rem !important
  6450. 2.94 s [treefmt-check] + margin-right: 3rem !important;
  6451. 2.94 s [treefmt-check] + margin-left: 3rem !important;
  6452. 2.94 s [treefmt-check] }
  6453. 2.94 s [treefmt-check] .my-md-8 {
  6454. 2.94 s [treefmt-check] - margin-top:3rem !important;
  6455. 2.94 s [treefmt-check] - margin-bottom:3rem !important
  6456. 2.94 s [treefmt-check] + margin-top: 3rem !important;
  6457. 2.94 s [treefmt-check] + margin-bottom: 3rem !important;
  6458. 2.94 s [treefmt-check] }
  6459. 2.94 s [treefmt-check] .mxn-md-8 {
  6460. 2.94 s [treefmt-check] - margin-right:-3rem !important;
  6461. 2.94 s [treefmt-check] - margin-left:-3rem !important
  6462. 2.94 s [treefmt-check] + margin-right: -3rem !important;
  6463. 2.94 s [treefmt-check] + margin-left: -3rem !important;
  6464. 2.94 s [treefmt-check] }
  6465. 2.94 s [treefmt-check] }
  6466. 2.94 s [treefmt-check] @media (min-width: 50rem) {
  6467. 2.94 s [treefmt-check] .m-md-9 {
  6468. 2.94 s [treefmt-check] - margin:3.5rem !important
  6469. 2.94 s [treefmt-check] + margin: 3.5rem !important;
  6470. 2.94 s [treefmt-check] }
  6471. 2.94 s [treefmt-check] .mt-md-9 {
  6472. 2.94 s [treefmt-check] - margin-top:3.5rem !important
  6473. 2.94 s [treefmt-check] + margin-top: 3.5rem !important;
  6474. 2.94 s [treefmt-check] }
  6475. 2.94 s [treefmt-check] .mr-md-9 {
  6476. 2.94 s [treefmt-check] - margin-right:3.5rem !important
  6477. 2.94 s [treefmt-check] + margin-right: 3.5rem !important;
  6478. 2.94 s [treefmt-check] }
  6479. 2.94 s [treefmt-check] .mb-md-9 {
  6480. 2.94 s [treefmt-check] - margin-bottom:3.5rem !important
  6481. 2.94 s [treefmt-check] + margin-bottom: 3.5rem !important;
  6482. 2.94 s [treefmt-check] }
  6483. 2.94 s [treefmt-check] .ml-md-9 {
  6484. 2.94 s [treefmt-check] - margin-left:3.5rem !important
  6485. 2.94 s [treefmt-check] + margin-left: 3.5rem !important;
  6486. 2.94 s [treefmt-check] }
  6487. 2.94 s [treefmt-check] .mx-md-9 {
  6488. 2.94 s [treefmt-check] - margin-right:3.5rem !important;
  6489. 2.94 s [treefmt-check] - margin-left:3.5rem !important
  6490. 2.94 s [treefmt-check] + margin-right: 3.5rem !important;
  6491. 2.94 s [treefmt-check] + margin-left: 3.5rem !important;
  6492. 2.94 s [treefmt-check] }
  6493. 2.94 s [treefmt-check] .my-md-9 {
  6494. 2.94 s [treefmt-check] - margin-top:3.5rem !important;
  6495. 2.94 s [treefmt-check] - margin-bottom:3.5rem !important
  6496. 2.94 s [treefmt-check] + margin-top: 3.5rem !important;
  6497. 2.94 s [treefmt-check] + margin-bottom: 3.5rem !important;
  6498. 2.94 s [treefmt-check] }
  6499. 2.94 s [treefmt-check] .mxn-md-9 {
  6500. 2.94 s [treefmt-check] - margin-right:-3.5rem !important;
  6501. 2.94 s [treefmt-check] - margin-left:-3.5rem !important
  6502. 2.94 s [treefmt-check] + margin-right: -3.5rem !important;
  6503. 2.94 s [treefmt-check] + margin-left: -3.5rem !important;
  6504. 2.94 s [treefmt-check] }
  6505. 2.94 s [treefmt-check] }
  6506. 2.94 s [treefmt-check] @media (min-width: 50rem) {
  6507. 2.94 s [treefmt-check] .m-md-10 {
  6508. 2.94 s [treefmt-check] - margin:4rem !important
  6509. 2.94 s [treefmt-check] + margin: 4rem !important;
  6510. 2.94 s [treefmt-check] }
  6511. 2.94 s [treefmt-check] .mt-md-10 {
  6512. 2.94 s [treefmt-check] - margin-top:4rem !important
  6513. 2.94 s [treefmt-check] + margin-top: 4rem !important;
  6514. 2.94 s [treefmt-check] }
  6515. 2.94 s [treefmt-check] .mr-md-10 {
  6516. 2.94 s [treefmt-check] - margin-right:4rem !important
  6517. 2.94 s [treefmt-check] + margin-right: 4rem !important;
  6518. 2.94 s [treefmt-check] }
  6519. 2.94 s [treefmt-check] .mb-md-10 {
  6520. 2.94 s [treefmt-check] - margin-bottom:4rem !important
  6521. 2.94 s [treefmt-check] + margin-bottom: 4rem !important;
  6522. 2.94 s [treefmt-check] }
  6523. 2.94 s [treefmt-check] .ml-md-10 {
  6524. 2.94 s [treefmt-check] - margin-left:4rem !important
  6525. 2.94 s [treefmt-check] + margin-left: 4rem !important;
  6526. 2.94 s [treefmt-check] }
  6527. 2.94 s [treefmt-check] .mx-md-10 {
  6528. 2.94 s [treefmt-check] - margin-right:4rem !important;
  6529. 2.94 s [treefmt-check] - margin-left:4rem !important
  6530. 2.94 s [treefmt-check] + margin-right: 4rem !important;
  6531. 2.94 s [treefmt-check] + margin-left: 4rem !important;
  6532. 2.94 s [treefmt-check] }
  6533. 2.94 s [treefmt-check] .my-md-10 {
  6534. 2.94 s [treefmt-check] - margin-top:4rem !important;
  6535. 2.94 s [treefmt-check] - margin-bottom:4rem !important
  6536. 2.94 s [treefmt-check] + margin-top: 4rem !important;
  6537. 2.94 s [treefmt-check] + margin-bottom: 4rem !important;
  6538. 2.94 s [treefmt-check] }
  6539. 2.94 s [treefmt-check] .mxn-md-10 {
  6540. 2.94 s [treefmt-check] - margin-right:-4rem !important;
  6541. 2.94 s [treefmt-check] - margin-left:-4rem !important
  6542. 2.94 s [treefmt-check] + margin-right: -4rem !important;
  6543. 2.94 s [treefmt-check] + margin-left: -4rem !important;
  6544. 2.94 s [treefmt-check] }
  6545. 2.94 s [treefmt-check] }
  6546. 2.94 s [treefmt-check] @media (min-width: 66.5rem) {
  6547. 2.94 s [treefmt-check] .m-lg-0 {
  6548. 2.94 s [treefmt-check] - margin:0 !important
  6549. 2.94 s [treefmt-check] + margin: 0 !important;
  6550. 2.94 s [treefmt-check] }
  6551. 2.94 s [treefmt-check] .mt-lg-0 {
  6552. 2.94 s [treefmt-check] - margin-top:0 !important
  6553. 2.94 s [treefmt-check] + margin-top: 0 !important;
  6554. 2.94 s [treefmt-check] }
  6555. 2.94 s [treefmt-check] .mr-lg-0 {
  6556. 2.94 s [treefmt-check] - margin-right:0 !important
  6557. 2.94 s [treefmt-check] + margin-right: 0 !important;
  6558. 2.94 s [treefmt-check] }
  6559. 2.94 s [treefmt-check] .mb-lg-0 {
  6560. 2.94 s [treefmt-check] - margin-bottom:0 !important
  6561. 2.94 s [treefmt-check] + margin-bottom: 0 !important;
  6562. 2.94 s [treefmt-check] }
  6563. 2.94 s [treefmt-check] .ml-lg-0 {
  6564. 2.94 s [treefmt-check] - margin-left:0 !important
  6565. 2.94 s [treefmt-check] + margin-left: 0 !important;
  6566. 2.94 s [treefmt-check] }
  6567. 2.94 s [treefmt-check] .mx-lg-0 {
  6568. 2.94 s [treefmt-check] - margin-right:0 !important;
  6569. 2.94 s [treefmt-check] - margin-left:0 !important
  6570. 2.94 s [treefmt-check] + margin-right: 0 !important;
  6571. 2.94 s [treefmt-check] + margin-left: 0 !important;
  6572. 2.94 s [treefmt-check] }
  6573. 2.94 s [treefmt-check] .my-lg-0 {
  6574. 2.94 s [treefmt-check] - margin-top:0 !important;
  6575. 2.94 s [treefmt-check] - margin-bottom:0 !important
  6576. 2.94 s [treefmt-check] + margin-top: 0 !important;
  6577. 2.94 s [treefmt-check] + margin-bottom: 0 !important;
  6578. 2.94 s [treefmt-check] }
  6579. 2.94 s [treefmt-check] .mxn-lg-0 {
  6580. 2.94 s [treefmt-check] - margin-right:-0 !important;
  6581. 2.94 s [treefmt-check] - margin-left:-0 !important
  6582. 2.94 s [treefmt-check] + margin-right: -0 !important;
  6583. 2.94 s [treefmt-check] + margin-left: -0 !important;
  6584. 2.94 s [treefmt-check] }
  6585. 2.94 s [treefmt-check] }
  6586. 2.94 s [treefmt-check] @media (min-width: 66.5rem) {
  6587. 2.94 s [treefmt-check] .m-lg-1 {
  6588. 2.94 s [treefmt-check] - margin:.25rem !important
  6589. 2.94 s [treefmt-check] + margin: 0.25rem !important;
  6590. 2.94 s [treefmt-check] }
  6591. 2.94 s [treefmt-check] .mt-lg-1 {
  6592. 2.94 s [treefmt-check] - margin-top:.25rem !important
  6593. 2.94 s [treefmt-check] + margin-top: 0.25rem !important;
  6594. 2.94 s [treefmt-check] }
  6595. 2.94 s [treefmt-check] .mr-lg-1 {
  6596. 2.94 s [treefmt-check] - margin-right:.25rem !important
  6597. 2.94 s [treefmt-check] + margin-right: 0.25rem !important;
  6598. 2.94 s [treefmt-check] }
  6599. 2.94 s [treefmt-check] .mb-lg-1 {
  6600. 2.94 s [treefmt-check] - margin-bottom:.25rem !important
  6601. 2.94 s [treefmt-check] + margin-bottom: 0.25rem !important;
  6602. 2.94 s [treefmt-check] }
  6603. 2.94 s [treefmt-check] .ml-lg-1 {
  6604. 2.94 s [treefmt-check] - margin-left:.25rem !important
  6605. 2.94 s [treefmt-check] + margin-left: 0.25rem !important;
  6606. 2.94 s [treefmt-check] }
  6607. 2.94 s [treefmt-check] .mx-lg-1 {
  6608. 2.94 s [treefmt-check] - margin-right:.25rem !important;
  6609. 2.94 s [treefmt-check] - margin-left:.25rem !important
  6610. 2.94 s [treefmt-check] + margin-right: 0.25rem !important;
  6611. 2.94 s [treefmt-check] + margin-left: 0.25rem !important;
  6612. 2.94 s [treefmt-check] }
  6613. 2.94 s [treefmt-check] .my-lg-1 {
  6614. 2.94 s [treefmt-check] - margin-top:.25rem !important;
  6615. 2.94 s [treefmt-check] - margin-bottom:.25rem !important
  6616. 2.94 s [treefmt-check] + margin-top: 0.25rem !important;
  6617. 2.94 s [treefmt-check] + margin-bottom: 0.25rem !important;
  6618. 2.94 s [treefmt-check] }
  6619. 2.94 s [treefmt-check] .mxn-lg-1 {
  6620. 2.94 s [treefmt-check] - margin-right:-.25rem !important;
  6621. 2.94 s [treefmt-check] - margin-left:-.25rem !important
  6622. 2.94 s [treefmt-check] + margin-right: -0.25rem !important;
  6623. 2.94 s [treefmt-check] + margin-left: -0.25rem !important;
  6624. 2.94 s [treefmt-check] }
  6625. 2.94 s [treefmt-check] }
  6626. 2.94 s [treefmt-check] @media (min-width: 66.5rem) {
  6627. 2.94 s [treefmt-check] .m-lg-2 {
  6628. 2.94 s [treefmt-check] - margin:.5rem !important
  6629. 2.94 s [treefmt-check] + margin: 0.5rem !important;
  6630. 2.94 s [treefmt-check] }
  6631. 2.94 s [treefmt-check] .mt-lg-2 {
  6632. 2.94 s [treefmt-check] - margin-top:.5rem !important
  6633. 2.94 s [treefmt-check] + margin-top: 0.5rem !important;
  6634. 2.94 s [treefmt-check] }
  6635. 2.94 s [treefmt-check] .mr-lg-2 {
  6636. 2.94 s [treefmt-check] - margin-right:.5rem !important
  6637. 2.94 s [treefmt-check] + margin-right: 0.5rem !important;
  6638. 2.94 s [treefmt-check] }
  6639. 2.94 s [treefmt-check] .mb-lg-2 {
  6640. 2.94 s [treefmt-check] - margin-bottom:.5rem !important
  6641. 2.94 s [treefmt-check] + margin-bottom: 0.5rem !important;
  6642. 2.94 s [treefmt-check] }
  6643. 2.94 s [treefmt-check] .ml-lg-2 {
  6644. 2.94 s [treefmt-check] - margin-left:.5rem !important
  6645. 2.94 s [treefmt-check] + margin-left: 0.5rem !important;
  6646. 2.94 s [treefmt-check] }
  6647. 2.94 s [treefmt-check] .mx-lg-2 {
  6648. 2.94 s [treefmt-check] - margin-right:.5rem !important;
  6649. 2.94 s [treefmt-check] - margin-left:.5rem !important
  6650. 2.94 s [treefmt-check] + margin-right: 0.5rem !important;
  6651. 2.94 s [treefmt-check] + margin-left: 0.5rem !important;
  6652. 2.94 s [treefmt-check] }
  6653. 2.94 s [treefmt-check] .my-lg-2 {
  6654. 2.94 s [treefmt-check] - margin-top:.5rem !important;
  6655. 2.94 s [treefmt-check] - margin-bottom:.5rem !important
  6656. 2.94 s [treefmt-check] + margin-top: 0.5rem !important;
  6657. 2.94 s [treefmt-check] + margin-bottom: 0.5rem !important;
  6658. 2.94 s [treefmt-check] }
  6659. 2.94 s [treefmt-check] .mxn-lg-2 {
  6660. 2.94 s [treefmt-check] - margin-right:-.5rem !important;
  6661. 2.94 s [treefmt-check] - margin-left:-.5rem !important
  6662. 2.94 s [treefmt-check] + margin-right: -0.5rem !important;
  6663. 2.94 s [treefmt-check] + margin-left: -0.5rem !important;
  6664. 2.94 s [treefmt-check] }
  6665. 2.94 s [treefmt-check] }
  6666. 2.94 s [treefmt-check] @media (min-width: 66.5rem) {
  6667. 2.94 s [treefmt-check] .m-lg-3 {
  6668. 2.94 s [treefmt-check] - margin:.75rem !important
  6669. 2.94 s [treefmt-check] + margin: 0.75rem !important;
  6670. 2.94 s [treefmt-check] }
  6671. 2.94 s [treefmt-check] .mt-lg-3 {
  6672. 2.94 s [treefmt-check] - margin-top:.75rem !important
  6673. 2.94 s [treefmt-check] + margin-top: 0.75rem !important;
  6674. 2.94 s [treefmt-check] }
  6675. 2.94 s [treefmt-check] .mr-lg-3 {
  6676. 2.94 s [treefmt-check] - margin-right:.75rem !important
  6677. 2.94 s [treefmt-check] + margin-right: 0.75rem !important;
  6678. 2.94 s [treefmt-check] }
  6679. 2.94 s [treefmt-check] .mb-lg-3 {
  6680. 2.94 s [treefmt-check] - margin-bottom:.75rem !important
  6681. 2.94 s [treefmt-check] + margin-bottom: 0.75rem !important;
  6682. 2.94 s [treefmt-check] }
  6683. 2.94 s [treefmt-check] .ml-lg-3 {
  6684. 2.94 s [treefmt-check] - margin-left:.75rem !important
  6685. 2.94 s [treefmt-check] + margin-left: 0.75rem !important;
  6686. 2.94 s [treefmt-check] }
  6687. 2.94 s [treefmt-check] .mx-lg-3 {
  6688. 2.94 s [treefmt-check] - margin-right:.75rem !important;
  6689. 2.94 s [treefmt-check] - margin-left:.75rem !important
  6690. 2.94 s [treefmt-check] + margin-right: 0.75rem !important;
  6691. 2.94 s [treefmt-check] + margin-left: 0.75rem !important;
  6692. 2.94 s [treefmt-check] }
  6693. 2.94 s [treefmt-check] .my-lg-3 {
  6694. 2.94 s [treefmt-check] - margin-top:.75rem !important;
  6695. 2.94 s [treefmt-check] - margin-bottom:.75rem !important
  6696. 2.94 s [treefmt-check] + margin-top: 0.75rem !important;
  6697. 2.94 s [treefmt-check] + margin-bottom: 0.75rem !important;
  6698. 2.94 s [treefmt-check] }
  6699. 2.94 s [treefmt-check] .mxn-lg-3 {
  6700. 2.94 s [treefmt-check] - margin-right:-.75rem !important;
  6701. 2.94 s [treefmt-check] - margin-left:-.75rem !important
  6702. 2.94 s [treefmt-check] + margin-right: -0.75rem !important;
  6703. 2.94 s [treefmt-check] + margin-left: -0.75rem !important;
  6704. 2.94 s [treefmt-check] }
  6705. 2.94 s [treefmt-check] }
  6706. 2.94 s [treefmt-check] @media (min-width: 66.5rem) {
  6707. 2.94 s [treefmt-check] .m-lg-4 {
  6708. 2.94 s [treefmt-check] - margin:1rem !important
  6709. 2.94 s [treefmt-check] + margin: 1rem !important;
  6710. 2.94 s [treefmt-check] }
  6711. 2.94 s [treefmt-check] .mt-lg-4 {
  6712. 2.94 s [treefmt-check] - margin-top:1rem !important
  6713. 2.94 s [treefmt-check] + margin-top: 1rem !important;
  6714. 2.94 s [treefmt-check] }
  6715. 2.94 s [treefmt-check] .mr-lg-4 {
  6716. 2.94 s [treefmt-check] - margin-right:1rem !important
  6717. 2.94 s [treefmt-check] + margin-right: 1rem !important;
  6718. 2.94 s [treefmt-check] }
  6719. 2.94 s [treefmt-check] .mb-lg-4 {
  6720. 2.94 s [treefmt-check] - margin-bottom:1rem !important
  6721. 2.94 s [treefmt-check] + margin-bottom: 1rem !important;
  6722. 2.94 s [treefmt-check] }
  6723. 2.94 s [treefmt-check] .ml-lg-4 {
  6724. 2.94 s [treefmt-check] - margin-left:1rem !important
  6725. 2.94 s [treefmt-check] + margin-left: 1rem !important;
  6726. 2.94 s [treefmt-check] }
  6727. 2.94 s [treefmt-check] .mx-lg-4 {
  6728. 2.94 s [treefmt-check] - margin-right:1rem !important;
  6729. 2.94 s [treefmt-check] - margin-left:1rem !important
  6730. 2.94 s [treefmt-check] + margin-right: 1rem !important;
  6731. 2.94 s [treefmt-check] + margin-left: 1rem !important;
  6732. 2.94 s [treefmt-check] }
  6733. 2.94 s [treefmt-check] .my-lg-4 {
  6734. 2.94 s [treefmt-check] - margin-top:1rem !important;
  6735. 2.94 s [treefmt-check] - margin-bottom:1rem !important
  6736. 2.94 s [treefmt-check] + margin-top: 1rem !important;
  6737. 2.94 s [treefmt-check] + margin-bottom: 1rem !important;
  6738. 2.94 s [treefmt-check] }
  6739. 2.94 s [treefmt-check] .mxn-lg-4 {
  6740. 2.94 s [treefmt-check] - margin-right:-1rem !important;
  6741. 2.94 s [treefmt-check] - margin-left:-1rem !important
  6742. 2.94 s [treefmt-check] + margin-right: -1rem !important;
  6743. 2.94 s [treefmt-check] + margin-left: -1rem !important;
  6744. 2.94 s [treefmt-check] }
  6745. 2.94 s [treefmt-check] }
  6746. 2.94 s [treefmt-check] @media (min-width: 66.5rem) {
  6747. 2.94 s [treefmt-check] .m-lg-5 {
  6748. 2.94 s [treefmt-check] - margin:1.5rem !important
  6749. 2.94 s [treefmt-check] + margin: 1.5rem !important;
  6750. 2.94 s [treefmt-check] }
  6751. 2.94 s [treefmt-check] .mt-lg-5 {
  6752. 2.94 s [treefmt-check] - margin-top:1.5rem !important
  6753. 2.94 s [treefmt-check] + margin-top: 1.5rem !important;
  6754. 2.94 s [treefmt-check] }
  6755. 2.94 s [treefmt-check] .mr-lg-5 {
  6756. 2.94 s [treefmt-check] - margin-right:1.5rem !important
  6757. 2.94 s [treefmt-check] + margin-right: 1.5rem !important;
  6758. 2.94 s [treefmt-check] }
  6759. 2.94 s [treefmt-check] .mb-lg-5 {
  6760. 2.94 s [treefmt-check] - margin-bottom:1.5rem !important
  6761. 2.94 s [treefmt-check] + margin-bottom: 1.5rem !important;
  6762. 2.94 s [treefmt-check] }
  6763. 2.94 s [treefmt-check] .ml-lg-5 {
  6764. 2.94 s [treefmt-check] - margin-left:1.5rem !important
  6765. 2.94 s [treefmt-check] + margin-left: 1.5rem !important;
  6766. 2.94 s [treefmt-check] }
  6767. 2.94 s [treefmt-check] .mx-lg-5 {
  6768. 2.94 s [treefmt-check] - margin-right:1.5rem !important;
  6769. 2.94 s [treefmt-check] - margin-left:1.5rem !important
  6770. 2.94 s [treefmt-check] + margin-right: 1.5rem !important;
  6771. 2.94 s [treefmt-check] + margin-left: 1.5rem !important;
  6772. 2.94 s [treefmt-check] }
  6773. 2.94 s [treefmt-check] .my-lg-5 {
  6774. 2.94 s [treefmt-check] - margin-top:1.5rem !important;
  6775. 2.94 s [treefmt-check] - margin-bottom:1.5rem !important
  6776. 2.94 s [treefmt-check] + margin-top: 1.5rem !important;
  6777. 2.94 s [treefmt-check] + margin-bottom: 1.5rem !important;
  6778. 2.94 s [treefmt-check] }
  6779. 2.94 s [treefmt-check] .mxn-lg-5 {
  6780. 2.94 s [treefmt-check] - margin-right:-1.5rem !important;
  6781. 2.94 s [treefmt-check] - margin-left:-1.5rem !important
  6782. 2.94 s [treefmt-check] + margin-right: -1.5rem !important;
  6783. 2.94 s [treefmt-check] + margin-left: -1.5rem !important;
  6784. 2.94 s [treefmt-check] }
  6785. 2.94 s [treefmt-check] }
  6786. 2.94 s [treefmt-check] @media (min-width: 66.5rem) {
  6787. 2.94 s [treefmt-check] .m-lg-6 {
  6788. 2.94 s [treefmt-check] - margin:2rem !important
  6789. 2.94 s [treefmt-check] + margin: 2rem !important;
  6790. 2.94 s [treefmt-check] }
  6791. 2.94 s [treefmt-check] .mt-lg-6 {
  6792. 2.94 s [treefmt-check] - margin-top:2rem !important
  6793. 2.94 s [treefmt-check] + margin-top: 2rem !important;
  6794. 2.94 s [treefmt-check] }
  6795. 2.94 s [treefmt-check] .mr-lg-6 {
  6796. 2.94 s [treefmt-check] - margin-right:2rem !important
  6797. 2.94 s [treefmt-check] + margin-right: 2rem !important;
  6798. 2.94 s [treefmt-check] }
  6799. 2.94 s [treefmt-check] .mb-lg-6 {
  6800. 2.94 s [treefmt-check] - margin-bottom:2rem !important
  6801. 2.94 s [treefmt-check] + margin-bottom: 2rem !important;
  6802. 2.94 s [treefmt-check] }
  6803. 2.94 s [treefmt-check] .ml-lg-6 {
  6804. 2.94 s [treefmt-check] - margin-left:2rem !important
  6805. 2.94 s [treefmt-check] + margin-left: 2rem !important;
  6806. 2.94 s [treefmt-check] }
  6807. 2.94 s [treefmt-check] .mx-lg-6 {
  6808. 2.94 s [treefmt-check] - margin-right:2rem !important;
  6809. 2.94 s [treefmt-check] - margin-left:2rem !important
  6810. 2.94 s [treefmt-check] + margin-right: 2rem !important;
  6811. 2.94 s [treefmt-check] + margin-left: 2rem !important;
  6812. 2.94 s [treefmt-check] }
  6813. 2.94 s [treefmt-check] .my-lg-6 {
  6814. 2.94 s [treefmt-check] - margin-top:2rem !important;
  6815. 2.94 s [treefmt-check] - margin-bottom:2rem !important
  6816. 2.94 s [treefmt-check] + margin-top: 2rem !important;
  6817. 2.94 s [treefmt-check] + margin-bottom: 2rem !important;
  6818. 2.94 s [treefmt-check] }
  6819. 2.94 s [treefmt-check] .mxn-lg-6 {
  6820. 2.94 s [treefmt-check] - margin-right:-2rem !important;
  6821. 2.94 s [treefmt-check] - margin-left:-2rem !important
  6822. 2.94 s [treefmt-check] + margin-right: -2rem !important;
  6823. 2.94 s [treefmt-check] + margin-left: -2rem !important;
  6824. 2.94 s [treefmt-check] }
  6825. 2.94 s [treefmt-check] }
  6826. 2.94 s [treefmt-check] @media (min-width: 66.5rem) {
  6827. 2.94 s [treefmt-check] .m-lg-7 {
  6828. 2.94 s [treefmt-check] - margin:2.5rem !important
  6829. 2.94 s [treefmt-check] + margin: 2.5rem !important;
  6830. 2.94 s [treefmt-check] }
  6831. 2.94 s [treefmt-check] .mt-lg-7 {
  6832. 2.94 s [treefmt-check] - margin-top:2.5rem !important
  6833. 2.94 s [treefmt-check] + margin-top: 2.5rem !important;
  6834. 2.94 s [treefmt-check] }
  6835. 2.94 s [treefmt-check] .mr-lg-7 {
  6836. 2.94 s [treefmt-check] - margin-right:2.5rem !important
  6837. 2.94 s [treefmt-check] + margin-right: 2.5rem !important;
  6838. 2.95 s [treefmt-check] }
  6839. 2.95 s [treefmt-check] .mb-lg-7 {
  6840. 2.95 s [treefmt-check] - margin-bottom:2.5rem !important
  6841. 2.95 s [treefmt-check] + margin-bottom: 2.5rem !important;
  6842. 2.95 s [treefmt-check] }
  6843. 2.95 s [treefmt-check] .ml-lg-7 {
  6844. 2.95 s [treefmt-check] - margin-left:2.5rem !important
  6845. 2.95 s [treefmt-check] + margin-left: 2.5rem !important;
  6846. 2.95 s [treefmt-check] }
  6847. 2.95 s [treefmt-check] .mx-lg-7 {
  6848. 2.95 s [treefmt-check] - margin-right:2.5rem !important;
  6849. 2.95 s [treefmt-check] - margin-left:2.5rem !important
  6850. 2.95 s [treefmt-check] + margin-right: 2.5rem !important;
  6851. 2.95 s [treefmt-check] + margin-left: 2.5rem !important;
  6852. 2.95 s [treefmt-check] }
  6853. 2.95 s [treefmt-check] .my-lg-7 {
  6854. 2.95 s [treefmt-check] - margin-top:2.5rem !important;
  6855. 2.95 s [treefmt-check] - margin-bottom:2.5rem !important
  6856. 2.95 s [treefmt-check] + margin-top: 2.5rem !important;
  6857. 2.95 s [treefmt-check] + margin-bottom: 2.5rem !important;
  6858. 2.95 s [treefmt-check] }
  6859. 2.95 s [treefmt-check] .mxn-lg-7 {
  6860. 2.95 s [treefmt-check] - margin-right:-2.5rem !important;
  6861. 2.95 s [treefmt-check] - margin-left:-2.5rem !important
  6862. 2.95 s [treefmt-check] + margin-right: -2.5rem !important;
  6863. 2.95 s [treefmt-check] + margin-left: -2.5rem !important;
  6864. 2.95 s [treefmt-check] }
  6865. 2.95 s [treefmt-check] }
  6866. 2.95 s [treefmt-check] @media (min-width: 66.5rem) {
  6867. 2.95 s [treefmt-check] .m-lg-8 {
  6868. 2.95 s [treefmt-check] - margin:3rem !important
  6869. 2.95 s [treefmt-check] + margin: 3rem !important;
  6870. 2.95 s [treefmt-check] }
  6871. 2.95 s [treefmt-check] .mt-lg-8 {
  6872. 2.95 s [treefmt-check] - margin-top:3rem !important
  6873. 2.95 s [treefmt-check] + margin-top: 3rem !important;
  6874. 2.95 s [treefmt-check] }
  6875. 2.95 s [treefmt-check] .mr-lg-8 {
  6876. 2.95 s [treefmt-check] - margin-right:3rem !important
  6877. 2.95 s [treefmt-check] + margin-right: 3rem !important;
  6878. 2.95 s [treefmt-check] }
  6879. 2.95 s [treefmt-check] .mb-lg-8 {
  6880. 2.95 s [treefmt-check] - margin-bottom:3rem !important
  6881. 2.95 s [treefmt-check] + margin-bottom: 3rem !important;
  6882. 2.95 s [treefmt-check] }
  6883. 2.95 s [treefmt-check] .ml-lg-8 {
  6884. 2.95 s [treefmt-check] - margin-left:3rem !important
  6885. 2.95 s [treefmt-check] + margin-left: 3rem !important;
  6886. 2.95 s [treefmt-check] }
  6887. 2.95 s [treefmt-check] .mx-lg-8 {
  6888. 2.95 s [treefmt-check] - margin-right:3rem !important;
  6889. 2.95 s [treefmt-check] - margin-left:3rem !important
  6890. 2.95 s [treefmt-check] + margin-right: 3rem !important;
  6891. 2.95 s [treefmt-check] + margin-left: 3rem !important;
  6892. 2.95 s [treefmt-check] }
  6893. 2.95 s [treefmt-check] .my-lg-8 {
  6894. 2.95 s [treefmt-check] - margin-top:3rem !important;
  6895. 2.95 s [treefmt-check] - margin-bottom:3rem !important
  6896. 2.95 s [treefmt-check] + margin-top: 3rem !important;
  6897. 2.95 s [treefmt-check] + margin-bottom: 3rem !important;
  6898. 2.95 s [treefmt-check] }
  6899. 2.95 s [treefmt-check] .mxn-lg-8 {
  6900. 2.95 s [treefmt-check] - margin-right:-3rem !important;
  6901. 2.95 s [treefmt-check] - margin-left:-3rem !important
  6902. 2.95 s [treefmt-check] + margin-right: -3rem !important;
  6903. 2.95 s [treefmt-check] + margin-left: -3rem !important;
  6904. 2.95 s [treefmt-check] }
  6905. 2.95 s [treefmt-check] }
  6906. 2.95 s [treefmt-check] @media (min-width: 66.5rem) {
  6907. 2.95 s [treefmt-check] .m-lg-9 {
  6908. 2.95 s [treefmt-check] - margin:3.5rem !important
  6909. 2.95 s [treefmt-check] + margin: 3.5rem !important;
  6910. 2.95 s [treefmt-check] }
  6911. 2.95 s [treefmt-check] .mt-lg-9 {
  6912. 2.95 s [treefmt-check] - margin-top:3.5rem !important
  6913. 2.95 s [treefmt-check] + margin-top: 3.5rem !important;
  6914. 2.95 s [treefmt-check] }
  6915. 2.95 s [treefmt-check] .mr-lg-9 {
  6916. 2.95 s [treefmt-check] - margin-right:3.5rem !important
  6917. 2.95 s [treefmt-check] + margin-right: 3.5rem !important;
  6918. 2.95 s [treefmt-check] }
  6919. 2.95 s [treefmt-check] .mb-lg-9 {
  6920. 2.95 s [treefmt-check] - margin-bottom:3.5rem !important
  6921. 2.95 s [treefmt-check] + margin-bottom: 3.5rem !important;
  6922. 2.95 s [treefmt-check] }
  6923. 2.95 s [treefmt-check] .ml-lg-9 {
  6924. 2.95 s [treefmt-check] - margin-left:3.5rem !important
  6925. 2.95 s [treefmt-check] + margin-left: 3.5rem !important;
  6926. 2.95 s [treefmt-check] }
  6927. 2.95 s [treefmt-check] .mx-lg-9 {
  6928. 2.95 s [treefmt-check] - margin-right:3.5rem !important;
  6929. 2.95 s [treefmt-check] - margin-left:3.5rem !important
  6930. 2.95 s [treefmt-check] + margin-right: 3.5rem !important;
  6931. 2.95 s [treefmt-check] + margin-left: 3.5rem !important;
  6932. 2.95 s [treefmt-check] }
  6933. 2.95 s [treefmt-check] .my-lg-9 {
  6934. 2.95 s [treefmt-check] - margin-top:3.5rem !important;
  6935. 2.95 s [treefmt-check] - margin-bottom:3.5rem !important
  6936. 2.95 s [treefmt-check] + margin-top: 3.5rem !important;
  6937. 2.95 s [treefmt-check] + margin-bottom: 3.5rem !important;
  6938. 2.95 s [treefmt-check] }
  6939. 2.95 s [treefmt-check] .mxn-lg-9 {
  6940. 2.95 s [treefmt-check] - margin-right:-3.5rem !important;
  6941. 2.95 s [treefmt-check] - margin-left:-3.5rem !important
  6942. 2.95 s [treefmt-check] + margin-right: -3.5rem !important;
  6943. 2.95 s [treefmt-check] + margin-left: -3.5rem !important;
  6944. 2.95 s [treefmt-check] }
  6945. 2.95 s [treefmt-check] }
  6946. 2.95 s [treefmt-check] @media (min-width: 66.5rem) {
  6947. 2.95 s [treefmt-check] .m-lg-10 {
  6948. 2.95 s [treefmt-check] - margin:4rem !important
  6949. 2.95 s [treefmt-check] + margin: 4rem !important;
  6950. 2.95 s [treefmt-check] }
  6951. 2.95 s [treefmt-check] .mt-lg-10 {
  6952. 2.95 s [treefmt-check] - margin-top:4rem !important
  6953. 2.95 s [treefmt-check] + margin-top: 4rem !important;
  6954. 2.95 s [treefmt-check] }
  6955. 2.95 s [treefmt-check] .mr-lg-10 {
  6956. 2.95 s [treefmt-check] - margin-right:4rem !important
  6957. 2.95 s [treefmt-check] + margin-right: 4rem !important;
  6958. 2.95 s [treefmt-check] }
  6959. 2.95 s [treefmt-check] .mb-lg-10 {
  6960. 2.95 s [treefmt-check] - margin-bottom:4rem !important
  6961. 2.95 s [treefmt-check] + margin-bottom: 4rem !important;
  6962. 2.95 s [treefmt-check] }
  6963. 2.95 s [treefmt-check] .ml-lg-10 {
  6964. 2.95 s [treefmt-check] - margin-left:4rem !important
  6965. 2.95 s [treefmt-check] + margin-left: 4rem !important;
  6966. 2.95 s [treefmt-check] }
  6967. 2.95 s [treefmt-check] .mx-lg-10 {
  6968. 2.95 s [treefmt-check] - margin-right:4rem !important;
  6969. 2.95 s [treefmt-check] - margin-left:4rem !important
  6970. 2.95 s [treefmt-check] + margin-right: 4rem !important;
  6971. 2.95 s [treefmt-check] + margin-left: 4rem !important;
  6972. 2.95 s [treefmt-check] }
  6973. 2.95 s [treefmt-check] .my-lg-10 {
  6974. 2.95 s [treefmt-check] - margin-top:4rem !important;
  6975. 2.95 s [treefmt-check] - margin-bottom:4rem !important
  6976. 2.95 s [treefmt-check] + margin-top: 4rem !important;
  6977. 2.95 s [treefmt-check] + margin-bottom: 4rem !important;
  6978. 2.95 s [treefmt-check] }
  6979. 2.95 s [treefmt-check] .mxn-lg-10 {
  6980. 2.95 s [treefmt-check] - margin-right:-4rem !important;
  6981. 2.95 s [treefmt-check] - margin-left:-4rem !important
  6982. 2.95 s [treefmt-check] + margin-right: -4rem !important;
  6983. 2.95 s [treefmt-check] + margin-left: -4rem !important;
  6984. 2.95 s [treefmt-check] }
  6985. 2.95 s [treefmt-check] }
  6986. 2.95 s [treefmt-check] @media (min-width: 87.5rem) {
  6987. 2.95 s [treefmt-check] .m-xl-0 {
  6988. 2.95 s [treefmt-check] - margin:0 !important
  6989. 2.95 s [treefmt-check] + margin: 0 !important;
  6990. 2.95 s [treefmt-check] }
  6991. 2.95 s [treefmt-check] .mt-xl-0 {
  6992. 2.95 s [treefmt-check] - margin-top:0 !important
  6993. 2.95 s [treefmt-check] + margin-top: 0 !important;
  6994. 2.95 s [treefmt-check] }
  6995. 2.95 s [treefmt-check] .mr-xl-0 {
  6996. 2.95 s [treefmt-check] - margin-right:0 !important
  6997. 2.95 s [treefmt-check] + margin-right: 0 !important;
  6998. 2.95 s [treefmt-check] }
  6999. 2.95 s [treefmt-check] .mb-xl-0 {
  7000. 2.95 s [treefmt-check] - margin-bottom:0 !important
  7001. 2.95 s [treefmt-check] + margin-bottom: 0 !important;
  7002. 2.95 s [treefmt-check] }
  7003. 2.95 s [treefmt-check] .ml-xl-0 {
  7004. 2.95 s [treefmt-check] - margin-left:0 !important
  7005. 2.95 s [treefmt-check] + margin-left: 0 !important;
  7006. 2.95 s [treefmt-check] }
  7007. 2.95 s [treefmt-check] .mx-xl-0 {
  7008. 2.95 s [treefmt-check] - margin-right:0 !important;
  7009. 2.95 s [treefmt-check] - margin-left:0 !important
  7010. 2.95 s [treefmt-check] + margin-right: 0 !important;
  7011. 2.95 s [treefmt-check] + margin-left: 0 !important;
  7012. 2.95 s [treefmt-check] }
  7013. 2.95 s [treefmt-check] .my-xl-0 {
  7014. 2.95 s [treefmt-check] - margin-top:0 !important;
  7015. 2.95 s [treefmt-check] - margin-bottom:0 !important
  7016. 2.95 s [treefmt-check] + margin-top: 0 !important;
  7017. 2.95 s [treefmt-check] + margin-bottom: 0 !important;
  7018. 2.95 s [treefmt-check] }
  7019. 2.95 s [treefmt-check] .mxn-xl-0 {
  7020. 2.95 s [treefmt-check] - margin-right:-0 !important;
  7021. 2.95 s [treefmt-check] - margin-left:-0 !important
  7022. 2.95 s [treefmt-check] + margin-right: -0 !important;
  7023. 2.95 s [treefmt-check] + margin-left: -0 !important;
  7024. 2.95 s [treefmt-check] }
  7025. 2.95 s [treefmt-check] }
  7026. 2.95 s [treefmt-check] @media (min-width: 87.5rem) {
  7027. 2.95 s [treefmt-check] .m-xl-1 {
  7028. 2.95 s [treefmt-check] - margin:.25rem !important
  7029. 2.95 s [treefmt-check] + margin: 0.25rem !important;
  7030. 2.95 s [treefmt-check] }
  7031. 2.95 s [treefmt-check] .mt-xl-1 {
  7032. 2.95 s [treefmt-check] - margin-top:.25rem !important
  7033. 2.95 s [treefmt-check] + margin-top: 0.25rem !important;
  7034. 2.95 s [treefmt-check] }
  7035. 2.95 s [treefmt-check] .mr-xl-1 {
  7036. 2.95 s [treefmt-check] - margin-right:.25rem !important
  7037. 2.95 s [treefmt-check] + margin-right: 0.25rem !important;
  7038. 2.95 s [treefmt-check] }
  7039. 2.95 s [treefmt-check] .mb-xl-1 {
  7040. 2.95 s [treefmt-check] - margin-bottom:.25rem !important
  7041. 2.95 s [treefmt-check] + margin-bottom: 0.25rem !important;
  7042. 2.95 s [treefmt-check] }
  7043. 2.95 s [treefmt-check] .ml-xl-1 {
  7044. 2.95 s [treefmt-check] - margin-left:.25rem !important
  7045. 2.95 s [treefmt-check] + margin-left: 0.25rem !important;
  7046. 2.95 s [treefmt-check] }
  7047. 2.95 s [treefmt-check] .mx-xl-1 {
  7048. 2.95 s [treefmt-check] - margin-right:.25rem !important;
  7049. 2.95 s [treefmt-check] - margin-left:.25rem !important
  7050. 2.95 s [treefmt-check] + margin-right: 0.25rem !important;
  7051. 2.95 s [treefmt-check] + margin-left: 0.25rem !important;
  7052. 2.95 s [treefmt-check] }
  7053. 2.95 s [treefmt-check] .my-xl-1 {
  7054. 2.95 s [treefmt-check] - margin-top:.25rem !important;
  7055. 2.95 s [treefmt-check] - margin-bottom:.25rem !important
  7056. 2.95 s [treefmt-check] + margin-top: 0.25rem !important;
  7057. 2.95 s [treefmt-check] + margin-bottom: 0.25rem !important;
  7058. 2.95 s [treefmt-check] }
  7059. 2.95 s [treefmt-check] .mxn-xl-1 {
  7060. 2.95 s [treefmt-check] - margin-right:-.25rem !important;
  7061. 2.95 s [treefmt-check] - margin-left:-.25rem !important
  7062. 2.95 s [treefmt-check] + margin-right: -0.25rem !important;
  7063. 2.95 s [treefmt-check] + margin-left: -0.25rem !important;
  7064. 2.95 s [treefmt-check] }
  7065. 2.95 s [treefmt-check] }
  7066. 2.95 s [treefmt-check] @media (min-width: 87.5rem) {
  7067. 2.95 s [treefmt-check] .m-xl-2 {
  7068. 2.95 s [treefmt-check] - margin:.5rem !important
  7069. 2.95 s [treefmt-check] + margin: 0.5rem !important;
  7070. 2.95 s [treefmt-check] }
  7071. 2.95 s [treefmt-check] .mt-xl-2 {
  7072. 2.95 s [treefmt-check] - margin-top:.5rem !important
  7073. 2.95 s [treefmt-check] + margin-top: 0.5rem !important;
  7074. 2.95 s [treefmt-check] }
  7075. 2.95 s [treefmt-check] .mr-xl-2 {
  7076. 2.95 s [treefmt-check] - margin-right:.5rem !important
  7077. 2.95 s [treefmt-check] + margin-right: 0.5rem !important;
  7078. 2.95 s [treefmt-check] }
  7079. 2.95 s [treefmt-check] .mb-xl-2 {
  7080. 2.95 s [treefmt-check] - margin-bottom:.5rem !important
  7081. 2.95 s [treefmt-check] + margin-bottom: 0.5rem !important;
  7082. 2.95 s [treefmt-check] }
  7083. 2.95 s [treefmt-check] .ml-xl-2 {
  7084. 2.95 s [treefmt-check] - margin-left:.5rem !important
  7085. 2.95 s [treefmt-check] + margin-left: 0.5rem !important;
  7086. 2.95 s [treefmt-check] }
  7087. 2.95 s [treefmt-check] .mx-xl-2 {
  7088. 2.95 s [treefmt-check] - margin-right:.5rem !important;
  7089. 2.95 s [treefmt-check] - margin-left:.5rem !important
  7090. 2.95 s [treefmt-check] + margin-right: 0.5rem !important;
  7091. 2.95 s [treefmt-check] + margin-left: 0.5rem !important;
  7092. 2.95 s [treefmt-check] }
  7093. 2.95 s [treefmt-check] .my-xl-2 {
  7094. 2.95 s [treefmt-check] - margin-top:.5rem !important;
  7095. 2.95 s [treefmt-check] - margin-bottom:.5rem !important
  7096. 2.95 s [treefmt-check] + margin-top: 0.5rem !important;
  7097. 2.95 s [treefmt-check] + margin-bottom: 0.5rem !important;
  7098. 2.95 s [treefmt-check] }
  7099. 2.95 s [treefmt-check] .mxn-xl-2 {
  7100. 2.95 s [treefmt-check] - margin-right:-.5rem !important;
  7101. 2.95 s [treefmt-check] - margin-left:-.5rem !important
  7102. 2.95 s [treefmt-check] + margin-right: -0.5rem !important;
  7103. 2.95 s [treefmt-check] + margin-left: -0.5rem !important;
  7104. 2.95 s [treefmt-check] }
  7105. 2.95 s [treefmt-check] }
  7106. 2.95 s [treefmt-check] @media (min-width: 87.5rem) {
  7107. 2.95 s [treefmt-check] .m-xl-3 {
  7108. 2.95 s [treefmt-check] - margin:.75rem !important
  7109. 2.95 s [treefmt-check] + margin: 0.75rem !important;
  7110. 2.95 s [treefmt-check] }
  7111. 2.95 s [treefmt-check] .mt-xl-3 {
  7112. 2.95 s [treefmt-check] - margin-top:.75rem !important
  7113. 2.95 s [treefmt-check] + margin-top: 0.75rem !important;
  7114. 2.95 s [treefmt-check] }
  7115. 2.95 s [treefmt-check] .mr-xl-3 {
  7116. 2.95 s [treefmt-check] - margin-right:.75rem !important
  7117. 2.95 s [treefmt-check] + margin-right: 0.75rem !important;
  7118. 2.95 s [treefmt-check] }
  7119. 2.95 s [treefmt-check] .mb-xl-3 {
  7120. 2.95 s [treefmt-check] - margin-bottom:.75rem !important
  7121. 2.95 s [treefmt-check] + margin-bottom: 0.75rem !important;
  7122. 2.95 s [treefmt-check] }
  7123. 2.95 s [treefmt-check] .ml-xl-3 {
  7124. 2.95 s [treefmt-check] - margin-left:.75rem !important
  7125. 2.95 s [treefmt-check] + margin-left: 0.75rem !important;
  7126. 2.95 s [treefmt-check] }
  7127. 2.95 s [treefmt-check] .mx-xl-3 {
  7128. 2.95 s [treefmt-check] - margin-right:.75rem !important;
  7129. 2.95 s [treefmt-check] - margin-left:.75rem !important
  7130. 2.95 s [treefmt-check] + margin-right: 0.75rem !important;
  7131. 2.95 s [treefmt-check] + margin-left: 0.75rem !important;
  7132. 2.95 s [treefmt-check] }
  7133. 2.95 s [treefmt-check] .my-xl-3 {
  7134. 2.95 s [treefmt-check] - margin-top:.75rem !important;
  7135. 2.95 s [treefmt-check] - margin-bottom:.75rem !important
  7136. 2.95 s [treefmt-check] + margin-top: 0.75rem !important;
  7137. 2.95 s [treefmt-check] + margin-bottom: 0.75rem !important;
  7138. 2.95 s [treefmt-check] }
  7139. 2.95 s [treefmt-check] .mxn-xl-3 {
  7140. 2.95 s [treefmt-check] - margin-right:-.75rem !important;
  7141. 2.95 s [treefmt-check] - margin-left:-.75rem !important
  7142. 2.95 s [treefmt-check] + margin-right: -0.75rem !important;
  7143. 2.95 s [treefmt-check] + margin-left: -0.75rem !important;
  7144. 2.95 s [treefmt-check] }
  7145. 2.95 s [treefmt-check] }
  7146. 2.95 s [treefmt-check] @media (min-width: 87.5rem) {
  7147. 2.95 s [treefmt-check] .m-xl-4 {
  7148. 2.95 s [treefmt-check] - margin:1rem !important
  7149. 2.95 s [treefmt-check] + margin: 1rem !important;
  7150. 2.95 s [treefmt-check] }
  7151. 2.95 s [treefmt-check] .mt-xl-4 {
  7152. 2.95 s [treefmt-check] - margin-top:1rem !important
  7153. 2.95 s [treefmt-check] + margin-top: 1rem !important;
  7154. 2.95 s [treefmt-check] }
  7155. 2.95 s [treefmt-check] .mr-xl-4 {
  7156. 2.95 s [treefmt-check] - margin-right:1rem !important
  7157. 2.95 s [treefmt-check] + margin-right: 1rem !important;
  7158. 2.95 s [treefmt-check] }
  7159. 2.95 s [treefmt-check] .mb-xl-4 {
  7160. 2.95 s [treefmt-check] - margin-bottom:1rem !important
  7161. 2.95 s [treefmt-check] + margin-bottom: 1rem !important;
  7162. 2.95 s [treefmt-check] }
  7163. 2.95 s [treefmt-check] .ml-xl-4 {
  7164. 2.95 s [treefmt-check] - margin-left:1rem !important
  7165. 2.95 s [treefmt-check] + margin-left: 1rem !important;
  7166. 2.95 s [treefmt-check] }
  7167. 2.95 s [treefmt-check] .mx-xl-4 {
  7168. 2.95 s [treefmt-check] - margin-right:1rem !important;
  7169. 2.95 s [treefmt-check] - margin-left:1rem !important
  7170. 2.95 s [treefmt-check] + margin-right: 1rem !important;
  7171. 2.95 s [treefmt-check] + margin-left: 1rem !important;
  7172. 2.95 s [treefmt-check] }
  7173. 2.95 s [treefmt-check] .my-xl-4 {
  7174. 2.95 s [treefmt-check] - margin-top:1rem !important;
  7175. 2.95 s [treefmt-check] - margin-bottom:1rem !important
  7176. 2.95 s [treefmt-check] + margin-top: 1rem !important;
  7177. 2.95 s [treefmt-check] + margin-bottom: 1rem !important;
  7178. 2.95 s [treefmt-check] }
  7179. 2.95 s [treefmt-check] .mxn-xl-4 {
  7180. 2.95 s [treefmt-check] - margin-right:-1rem !important;
  7181. 2.95 s [treefmt-check] - margin-left:-1rem !important
  7182. 2.95 s [treefmt-check] + margin-right: -1rem !important;
  7183. 2.95 s [treefmt-check] + margin-left: -1rem !important;
  7184. 2.95 s [treefmt-check] }
  7185. 2.95 s [treefmt-check] }
  7186. 2.95 s [treefmt-check] @media (min-width: 87.5rem) {
  7187. 2.95 s [treefmt-check] .m-xl-5 {
  7188. 2.95 s [treefmt-check] - margin:1.5rem !important
  7189. 2.95 s [treefmt-check] + margin: 1.5rem !important;
  7190. 2.95 s [treefmt-check] }
  7191. 2.95 s [treefmt-check] .mt-xl-5 {
  7192. 2.95 s [treefmt-check] - margin-top:1.5rem !important
  7193. 2.95 s [treefmt-check] + margin-top: 1.5rem !important;
  7194. 2.95 s [treefmt-check] }
  7195. 2.95 s [treefmt-check] .mr-xl-5 {
  7196. 2.95 s [treefmt-check] - margin-right:1.5rem !important
  7197. 2.95 s [treefmt-check] + margin-right: 1.5rem !important;
  7198. 2.95 s [treefmt-check] }
  7199. 2.95 s [treefmt-check] .mb-xl-5 {
  7200. 2.95 s [treefmt-check] - margin-bottom:1.5rem !important
  7201. 2.95 s [treefmt-check] + margin-bottom: 1.5rem !important;
  7202. 2.95 s [treefmt-check] }
  7203. 2.95 s [treefmt-check] .ml-xl-5 {
  7204. 2.95 s [treefmt-check] - margin-left:1.5rem !important
  7205. 2.95 s [treefmt-check] + margin-left: 1.5rem !important;
  7206. 2.95 s [treefmt-check] }
  7207. 2.95 s [treefmt-check] .mx-xl-5 {
  7208. 2.95 s [treefmt-check] - margin-right:1.5rem !important;
  7209. 2.95 s [treefmt-check] - margin-left:1.5rem !important
  7210. 2.95 s [treefmt-check] + margin-right: 1.5rem !important;
  7211. 2.95 s [treefmt-check] + margin-left: 1.5rem !important;
  7212. 2.95 s [treefmt-check] }
  7213. 2.95 s [treefmt-check] .my-xl-5 {
  7214. 2.95 s [treefmt-check] - margin-top:1.5rem !important;
  7215. 2.95 s [treefmt-check] - margin-bottom:1.5rem !important
  7216. 2.95 s [treefmt-check] + margin-top: 1.5rem !important;
  7217. 2.95 s [treefmt-check] + margin-bottom: 1.5rem !important;
  7218. 2.95 s [treefmt-check] }
  7219. 2.95 s [treefmt-check] .mxn-xl-5 {
  7220. 2.95 s [treefmt-check] - margin-right:-1.5rem !important;
  7221. 2.95 s [treefmt-check] - margin-left:-1.5rem !important
  7222. 2.95 s [treefmt-check] + margin-right: -1.5rem !important;
  7223. 2.95 s [treefmt-check] + margin-left: -1.5rem !important;
  7224. 2.95 s [treefmt-check] }
  7225. 2.95 s [treefmt-check] }
  7226. 2.95 s [treefmt-check] @media (min-width: 87.5rem) {
  7227. 2.95 s [treefmt-check] .m-xl-6 {
  7228. 2.95 s [treefmt-check] - margin:2rem !important
  7229. 2.95 s [treefmt-check] + margin: 2rem !important;
  7230. 2.95 s [treefmt-check] }
  7231. 2.95 s [treefmt-check] .mt-xl-6 {
  7232. 2.95 s [treefmt-check] - margin-top:2rem !important
  7233. 2.95 s [treefmt-check] + margin-top: 2rem !important;
  7234. 2.95 s [treefmt-check] }
  7235. 2.95 s [treefmt-check] .mr-xl-6 {
  7236. 2.95 s [treefmt-check] - margin-right:2rem !important
  7237. 2.95 s [treefmt-check] + margin-right: 2rem !important;
  7238. 2.95 s [treefmt-check] }
  7239. 2.95 s [treefmt-check] .mb-xl-6 {
  7240. 2.95 s [treefmt-check] - margin-bottom:2rem !important
  7241. 2.95 s [treefmt-check] + margin-bottom: 2rem !important;
  7242. 2.95 s [treefmt-check] }
  7243. 2.95 s [treefmt-check] .ml-xl-6 {
  7244. 2.95 s [treefmt-check] - margin-left:2rem !important
  7245. 2.95 s [treefmt-check] + margin-left: 2rem !important;
  7246. 2.95 s [treefmt-check] }
  7247. 2.95 s [treefmt-check] .mx-xl-6 {
  7248. 2.95 s [treefmt-check] - margin-right:2rem !important;
  7249. 2.95 s [treefmt-check] - margin-left:2rem !important
  7250. 2.95 s [treefmt-check] + margin-right: 2rem !important;
  7251. 2.95 s [treefmt-check] + margin-left: 2rem !important;
  7252. 2.95 s [treefmt-check] }
  7253. 2.95 s [treefmt-check] .my-xl-6 {
  7254. 2.95 s [treefmt-check] - margin-top:2rem !important;
  7255. 2.95 s [treefmt-check] - margin-bottom:2rem !important
  7256. 2.95 s [treefmt-check] + margin-top: 2rem !important;
  7257. 2.95 s [treefmt-check] + margin-bottom: 2rem !important;
  7258. 2.95 s [treefmt-check] }
  7259. 2.95 s [treefmt-check] .mxn-xl-6 {
  7260. 2.95 s [treefmt-check] - margin-right:-2rem !important;
  7261. 2.95 s [treefmt-check] - margin-left:-2rem !important
  7262. 2.95 s [treefmt-check] + margin-right: -2rem !important;
  7263. 2.95 s [treefmt-check] + margin-left: -2rem !important;
  7264. 2.95 s [treefmt-check] }
  7265. 2.95 s [treefmt-check] }
  7266. 2.95 s [treefmt-check] @media (min-width: 87.5rem) {
  7267. 2.95 s [treefmt-check] .m-xl-7 {
  7268. 2.95 s [treefmt-check] - margin:2.5rem !important
  7269. 2.95 s [treefmt-check] + margin: 2.5rem !important;
  7270. 2.95 s [treefmt-check] }
  7271. 2.95 s [treefmt-check] .mt-xl-7 {
  7272. 2.95 s [treefmt-check] - margin-top:2.5rem !important
  7273. 2.95 s [treefmt-check] + margin-top: 2.5rem !important;
  7274. 2.95 s [treefmt-check] }
  7275. 2.95 s [treefmt-check] .mr-xl-7 {
  7276. 2.95 s [treefmt-check] - margin-right:2.5rem !important
  7277. 2.95 s [treefmt-check] + margin-right: 2.5rem !important;
  7278. 2.95 s [treefmt-check] }
  7279. 2.95 s [treefmt-check] .mb-xl-7 {
  7280. 2.95 s [treefmt-check] - margin-bottom:2.5rem !important
  7281. 2.95 s [treefmt-check] + margin-bottom: 2.5rem !important;
  7282. 2.95 s [treefmt-check] }
  7283. 2.95 s [treefmt-check] .ml-xl-7 {
  7284. 2.95 s [treefmt-check] - margin-left:2.5rem !important
  7285. 2.95 s [treefmt-check] + margin-left: 2.5rem !important;
  7286. 2.95 s [treefmt-check] }
  7287. 2.95 s [treefmt-check] .mx-xl-7 {
  7288. 2.95 s [treefmt-check] - margin-right:2.5rem !important;
  7289. 2.95 s [treefmt-check] - margin-left:2.5rem !important
  7290. 2.95 s [treefmt-check] + margin-right: 2.5rem !important;
  7291. 2.95 s [treefmt-check] + margin-left: 2.5rem !important;
  7292. 2.95 s [treefmt-check] }
  7293. 2.95 s [treefmt-check] .my-xl-7 {
  7294. 2.95 s [treefmt-check] - margin-top:2.5rem !important;
  7295. 2.95 s [treefmt-check] - margin-bottom:2.5rem !important
  7296. 2.95 s [treefmt-check] + margin-top: 2.5rem !important;
  7297. 2.95 s [treefmt-check] + margin-bottom: 2.5rem !important;
  7298. 2.95 s [treefmt-check] }
  7299. 2.95 s [treefmt-check] .mxn-xl-7 {
  7300. 2.95 s [treefmt-check] - margin-right:-2.5rem !important;
  7301. 2.95 s [treefmt-check] - margin-left:-2.5rem !important
  7302. 2.95 s [treefmt-check] + margin-right: -2.5rem !important;
  7303. 2.95 s [treefmt-check] + margin-left: -2.5rem !important;
  7304. 2.95 s [treefmt-check] }
  7305. 2.95 s [treefmt-check] }
  7306. 2.95 s [treefmt-check] @media (min-width: 87.5rem) {
  7307. 2.95 s [treefmt-check] .m-xl-8 {
  7308. 2.95 s [treefmt-check] - margin:3rem !important
  7309. 2.95 s [treefmt-check] + margin: 3rem !important;
  7310. 2.95 s [treefmt-check] }
  7311. 2.95 s [treefmt-check] .mt-xl-8 {
  7312. 2.95 s [treefmt-check] - margin-top:3rem !important
  7313. 2.95 s [treefmt-check] + margin-top: 3rem !important;
  7314. 2.95 s [treefmt-check] }
  7315. 2.95 s [treefmt-check] .mr-xl-8 {
  7316. 2.95 s [treefmt-check] - margin-right:3rem !important
  7317. 2.95 s [treefmt-check] + margin-right: 3rem !important;
  7318. 2.95 s [treefmt-check] }
  7319. 2.95 s [treefmt-check] .mb-xl-8 {
  7320. 2.95 s [treefmt-check] - margin-bottom:3rem !important
  7321. 2.95 s [treefmt-check] + margin-bottom: 3rem !important;
  7322. 2.95 s [treefmt-check] }
  7323. 2.95 s [treefmt-check] .ml-xl-8 {
  7324. 2.95 s [treefmt-check] - margin-left:3rem !important
  7325. 2.95 s [treefmt-check] + margin-left: 3rem !important;
  7326. 2.95 s [treefmt-check] }
  7327. 2.95 s [treefmt-check] .mx-xl-8 {
  7328. 2.95 s [treefmt-check] - margin-right:3rem !important;
  7329. 2.95 s [treefmt-check] - margin-left:3rem !important
  7330. 2.95 s [treefmt-check] + margin-right: 3rem !important;
  7331. 2.95 s [treefmt-check] + margin-left: 3rem !important;
  7332. 2.95 s [treefmt-check] }
  7333. 2.95 s [treefmt-check] .my-xl-8 {
  7334. 2.95 s [treefmt-check] - margin-top:3rem !important;
  7335. 2.95 s [treefmt-check] - margin-bottom:3rem !important
  7336. 2.95 s [treefmt-check] + margin-top: 3rem !important;
  7337. 2.95 s [treefmt-check] + margin-bottom: 3rem !important;
  7338. 2.95 s [treefmt-check] }
  7339. 2.95 s [treefmt-check] .mxn-xl-8 {
  7340. 2.95 s [treefmt-check] - margin-right:-3rem !important;
  7341. 2.95 s [treefmt-check] - margin-left:-3rem !important
  7342. 2.95 s [treefmt-check] + margin-right: -3rem !important;
  7343. 2.95 s [treefmt-check] + margin-left: -3rem !important;
  7344. 2.95 s [treefmt-check] }
  7345. 2.95 s [treefmt-check] }
  7346. 2.95 s [treefmt-check] @media (min-width: 87.5rem) {
  7347. 2.95 s [treefmt-check] .m-xl-9 {
  7348. 2.95 s [treefmt-check] - margin:3.5rem !important
  7349. 2.95 s [treefmt-check] + margin: 3.5rem !important;
  7350. 2.95 s [treefmt-check] }
  7351. 2.95 s [treefmt-check] .mt-xl-9 {
  7352. 2.95 s [treefmt-check] - margin-top:3.5rem !important
  7353. 2.95 s [treefmt-check] + margin-top: 3.5rem !important;
  7354. 2.95 s [treefmt-check] }
  7355. 2.95 s [treefmt-check] .mr-xl-9 {
  7356. 2.95 s [treefmt-check] - margin-right:3.5rem !important
  7357. 2.95 s [treefmt-check] + margin-right: 3.5rem !important;
  7358. 2.95 s [treefmt-check] }
  7359. 2.95 s [treefmt-check] .mb-xl-9 {
  7360. 2.95 s [treefmt-check] - margin-bottom:3.5rem !important
  7361. 2.95 s [treefmt-check] + margin-bottom: 3.5rem !important;
  7362. 2.95 s [treefmt-check] }
  7363. 2.95 s [treefmt-check] .ml-xl-9 {
  7364. 2.95 s [treefmt-check] - margin-left:3.5rem !important
  7365. 2.95 s [treefmt-check] + margin-left: 3.5rem !important;
  7366. 2.95 s [treefmt-check] }
  7367. 2.95 s [treefmt-check] .mx-xl-9 {
  7368. 2.95 s [treefmt-check] - margin-right:3.5rem !important;
  7369. 2.95 s [treefmt-check] - margin-left:3.5rem !important
  7370. 2.95 s [treefmt-check] + margin-right: 3.5rem !important;
  7371. 2.95 s [treefmt-check] + margin-left: 3.5rem !important;
  7372. 2.95 s [treefmt-check] }
  7373. 2.95 s [treefmt-check] .my-xl-9 {
  7374. 2.95 s [treefmt-check] - margin-top:3.5rem !important;
  7375. 2.95 s [treefmt-check] - margin-bottom:3.5rem !important
  7376. 2.95 s [treefmt-check] + margin-top: 3.5rem !important;
  7377. 2.95 s [treefmt-check] + margin-bottom: 3.5rem !important;
  7378. 2.95 s [treefmt-check] }
  7379. 2.95 s [treefmt-check] .mxn-xl-9 {
  7380. 2.95 s [treefmt-check] - margin-right:-3.5rem !important;
  7381. 2.95 s [treefmt-check] - margin-left:-3.5rem !important
  7382. 2.95 s [treefmt-check] + margin-right: -3.5rem !important;
  7383. 2.95 s [treefmt-check] + margin-left: -3.5rem !important;
  7384. 2.95 s [treefmt-check] }
  7385. 2.95 s [treefmt-check] }
  7386. 2.95 s [treefmt-check] @media (min-width: 87.5rem) {
  7387. 2.95 s [treefmt-check] .m-xl-10 {
  7388. 2.95 s [treefmt-check] - margin:4rem !important
  7389. 2.95 s [treefmt-check] + margin: 4rem !important;
  7390. 2.95 s [treefmt-check] }
  7391. 2.95 s [treefmt-check] .mt-xl-10 {
  7392. 2.95 s [treefmt-check] - margin-top:4rem !important
  7393. 2.95 s [treefmt-check] + margin-top: 4rem !important;
  7394. 2.95 s [treefmt-check] }
  7395. 2.95 s [treefmt-check] .mr-xl-10 {
  7396. 2.95 s [treefmt-check] - margin-right:4rem !important
  7397. 2.95 s [treefmt-check] + margin-right: 4rem !important;
  7398. 2.95 s [treefmt-check] }
  7399. 2.95 s [treefmt-check] .mb-xl-10 {
  7400. 2.95 s [treefmt-check] - margin-bottom:4rem !important
  7401. 2.95 s [treefmt-check] + margin-bottom: 4rem !important;
  7402. 2.95 s [treefmt-check] }
  7403. 2.95 s [treefmt-check] .ml-xl-10 {
  7404. 2.95 s [treefmt-check] - margin-left:4rem !important
  7405. 2.95 s [treefmt-check] + margin-left: 4rem !important;
  7406. 2.95 s [treefmt-check] }
  7407. 2.95 s [treefmt-check] .mx-xl-10 {
  7408. 2.95 s [treefmt-check] - margin-right:4rem !important;
  7409. 2.95 s [treefmt-check] - margin-left:4rem !important
  7410. 2.95 s [treefmt-check] + margin-right: 4rem !important;
  7411. 2.95 s [treefmt-check] + margin-left: 4rem !important;
  7412. 2.95 s [treefmt-check] }
  7413. 2.95 s [treefmt-check] .my-xl-10 {
  7414. 2.95 s [treefmt-check] - margin-top:4rem !important;
  7415. 2.95 s [treefmt-check] - margin-bottom:4rem !important
  7416. 2.95 s [treefmt-check] + margin-top: 4rem !important;
  7417. 2.95 s [treefmt-check] + margin-bottom: 4rem !important;
  7418. 2.95 s [treefmt-check] }
  7419. 2.95 s [treefmt-check] .mxn-xl-10 {
  7420. 2.95 s [treefmt-check] - margin-right:-4rem !important;
  7421. 2.95 s [treefmt-check] - margin-left:-4rem !important
  7422. 2.95 s [treefmt-check] + margin-right: -4rem !important;
  7423. 2.95 s [treefmt-check] + margin-left: -4rem !important;
  7424. 2.95 s [treefmt-check] }
  7425. 2.95 s [treefmt-check] }
  7426. 2.95 s [treefmt-check] .p-0 {
  7427. 2.95 s [treefmt-check] - padding:0 !important
  7428. 2.96 s [treefmt-check] + padding: 0 !important;
  7429. 2.96 s [treefmt-check] }
  7430. 2.96 s [treefmt-check] .pt-0 {
  7431. 2.96 s [treefmt-check] - padding-top:0 !important
  7432. 2.96 s [treefmt-check] + padding-top: 0 !important;
  7433. 2.96 s [treefmt-check] }
  7434. 2.96 s [treefmt-check] .pr-0 {
  7435. 2.96 s [treefmt-check] - padding-right:0 !important
  7436. 2.96 s [treefmt-check] + padding-right: 0 !important;
  7437. 2.96 s [treefmt-check] }
  7438. 2.96 s [treefmt-check] .pb-0 {
  7439. 2.96 s [treefmt-check] - padding-bottom:0 !important
  7440. 2.96 s [treefmt-check] + padding-bottom: 0 !important;
  7441. 2.96 s [treefmt-check] }
  7442. 2.96 s [treefmt-check] .pl-0 {
  7443. 2.96 s [treefmt-check] - padding-left:0 !important
  7444. 2.96 s [treefmt-check] + padding-left: 0 !important;
  7445. 2.96 s [treefmt-check] }
  7446. 2.96 s [treefmt-check] .px-0 {
  7447. 2.96 s [treefmt-check] - padding-right:0 !important;
  7448. 2.96 s [treefmt-check] - padding-left:0 !important
  7449. 2.96 s [treefmt-check] + padding-right: 0 !important;
  7450. 2.96 s [treefmt-check] + padding-left: 0 !important;
  7451. 2.96 s [treefmt-check] }
  7452. 2.96 s [treefmt-check] .py-0 {
  7453. 2.96 s [treefmt-check] - padding-top:0 !important;
  7454. 2.96 s [treefmt-check] - padding-bottom:0 !important
  7455. 2.96 s [treefmt-check] + padding-top: 0 !important;
  7456. 2.96 s [treefmt-check] + padding-bottom: 0 !important;
  7457. 2.96 s [treefmt-check] }
  7458. 2.96 s [treefmt-check] .p-1 {
  7459. 2.96 s [treefmt-check] - padding:.25rem !important
  7460. 2.96 s [treefmt-check] + padding: 0.25rem !important;
  7461. 2.96 s [treefmt-check] }
  7462. 2.96 s [treefmt-check] .pt-1 {
  7463. 2.96 s [treefmt-check] - padding-top:.25rem !important
  7464. 2.96 s [treefmt-check] + padding-top: 0.25rem !important;
  7465. 2.96 s [treefmt-check] }
  7466. 2.96 s [treefmt-check] .pr-1 {
  7467. 2.96 s [treefmt-check] - padding-right:.25rem !important
  7468. 2.96 s [treefmt-check] + padding-right: 0.25rem !important;
  7469. 2.96 s [treefmt-check] }
  7470. 2.96 s [treefmt-check] .pb-1 {
  7471. 2.96 s [treefmt-check] - padding-bottom:.25rem !important
  7472. 2.96 s [treefmt-check] + padding-bottom: 0.25rem !important;
  7473. 2.96 s [treefmt-check] }
  7474. 2.96 s [treefmt-check] .pl-1 {
  7475. 2.96 s [treefmt-check] - padding-left:.25rem !important
  7476. 2.96 s [treefmt-check] + padding-left: 0.25rem !important;
  7477. 2.96 s [treefmt-check] }
  7478. 2.96 s [treefmt-check] .px-1 {
  7479. 2.96 s [treefmt-check] - padding-right:.25rem !important;
  7480. 2.96 s [treefmt-check] - padding-left:.25rem !important
  7481. 2.96 s [treefmt-check] + padding-right: 0.25rem !important;
  7482. 2.96 s [treefmt-check] + padding-left: 0.25rem !important;
  7483. 2.96 s [treefmt-check] }
  7484. 2.96 s [treefmt-check] .py-1 {
  7485. 2.96 s [treefmt-check] - padding-top:.25rem !important;
  7486. 2.96 s [treefmt-check] - padding-bottom:.25rem !important
  7487. 2.96 s [treefmt-check] + padding-top: 0.25rem !important;
  7488. 2.96 s [treefmt-check] + padding-bottom: 0.25rem !important;
  7489. 2.96 s [treefmt-check] }
  7490. 2.96 s [treefmt-check] .p-2 {
  7491. 2.96 s [treefmt-check] - padding:.5rem !important
  7492. 2.96 s [treefmt-check] + padding: 0.5rem !important;
  7493. 2.96 s [treefmt-check] }
  7494. 2.96 s [treefmt-check] .pt-2 {
  7495. 2.96 s [treefmt-check] - padding-top:.5rem !important
  7496. 2.96 s [treefmt-check] + padding-top: 0.5rem !important;
  7497. 2.96 s [treefmt-check] }
  7498. 2.96 s [treefmt-check] .pr-2 {
  7499. 2.96 s [treefmt-check] - padding-right:.5rem !important
  7500. 2.96 s [treefmt-check] + padding-right: 0.5rem !important;
  7501. 2.96 s [treefmt-check] }
  7502. 2.96 s [treefmt-check] .pb-2 {
  7503. 2.96 s [treefmt-check] - padding-bottom:.5rem !important
  7504. 2.96 s [treefmt-check] + padding-bottom: 0.5rem !important;
  7505. 2.96 s [treefmt-check] }
  7506. 2.96 s [treefmt-check] .pl-2 {
  7507. 2.96 s [treefmt-check] - padding-left:.5rem !important
  7508. 2.96 s [treefmt-check] + padding-left: 0.5rem !important;
  7509. 2.96 s [treefmt-check] }
  7510. 2.96 s [treefmt-check] .px-2 {
  7511. 2.96 s [treefmt-check] - padding-right:.5rem !important;
  7512. 2.96 s [treefmt-check] - padding-left:.5rem !important
  7513. 2.96 s [treefmt-check] + padding-right: 0.5rem !important;
  7514. 2.96 s [treefmt-check] + padding-left: 0.5rem !important;
  7515. 2.96 s [treefmt-check] }
  7516. 2.96 s [treefmt-check] .py-2 {
  7517. 2.96 s [treefmt-check] - padding-top:.5rem !important;
  7518. 2.96 s [treefmt-check] - padding-bottom:.5rem !important
  7519. 2.96 s [treefmt-check] + padding-top: 0.5rem !important;
  7520. 2.96 s [treefmt-check] + padding-bottom: 0.5rem !important;
  7521. 2.96 s [treefmt-check] }
  7522. 2.96 s [treefmt-check] .p-3 {
  7523. 2.96 s [treefmt-check] - padding:.75rem !important
  7524. 2.96 s [treefmt-check] + padding: 0.75rem !important;
  7525. 2.96 s [treefmt-check] }
  7526. 2.96 s [treefmt-check] .pt-3 {
  7527. 2.96 s [treefmt-check] - padding-top:.75rem !important
  7528. 2.96 s [treefmt-check] + padding-top: 0.75rem !important;
  7529. 2.96 s [treefmt-check] }
  7530. 2.96 s [treefmt-check] .pr-3 {
  7531. 2.96 s [treefmt-check] - padding-right:.75rem !important
  7532. 2.96 s [treefmt-check] + padding-right: 0.75rem !important;
  7533. 2.96 s [treefmt-check] }
  7534. 2.96 s [treefmt-check] .pb-3 {
  7535. 2.96 s [treefmt-check] - padding-bottom:.75rem !important
  7536. 2.96 s [treefmt-check] + padding-bottom: 0.75rem !important;
  7537. 2.96 s [treefmt-check] }
  7538. 2.96 s [treefmt-check] .pl-3 {
  7539. 2.96 s [treefmt-check] - padding-left:.75rem !important
  7540. 2.96 s [treefmt-check] + padding-left: 0.75rem !important;
  7541. 2.96 s [treefmt-check] }
  7542. 2.96 s [treefmt-check] .px-3 {
  7543. 2.96 s [treefmt-check] - padding-right:.75rem !important;
  7544. 2.96 s [treefmt-check] - padding-left:.75rem !important
  7545. 2.96 s [treefmt-check] + padding-right: 0.75rem !important;
  7546. 2.96 s [treefmt-check] + padding-left: 0.75rem !important;
  7547. 2.96 s [treefmt-check] }
  7548. 2.96 s [treefmt-check] .py-3 {
  7549. 2.96 s [treefmt-check] - padding-top:.75rem !important;
  7550. 2.96 s [treefmt-check] - padding-bottom:.75rem !important
  7551. 2.96 s [treefmt-check] + padding-top: 0.75rem !important;
  7552. 2.96 s [treefmt-check] + padding-bottom: 0.75rem !important;
  7553. 2.96 s [treefmt-check] }
  7554. 2.96 s [treefmt-check] .p-4 {
  7555. 2.96 s [treefmt-check] - padding:1rem !important
  7556. 2.96 s [treefmt-check] + padding: 1rem !important;
  7557. 2.96 s [treefmt-check] }
  7558. 2.96 s [treefmt-check] .pt-4 {
  7559. 2.96 s [treefmt-check] - padding-top:1rem !important
  7560. 2.96 s [treefmt-check] + padding-top: 1rem !important;
  7561. 2.96 s [treefmt-check] }
  7562. 2.96 s [treefmt-check] .pr-4 {
  7563. 2.96 s [treefmt-check] - padding-right:1rem !important
  7564. 2.96 s [treefmt-check] + padding-right: 1rem !important;
  7565. 2.96 s [treefmt-check] }
  7566. 2.96 s [treefmt-check] .pb-4 {
  7567. 2.96 s [treefmt-check] - padding-bottom:1rem !important
  7568. 2.96 s [treefmt-check] + padding-bottom: 1rem !important;
  7569. 2.96 s [treefmt-check] }
  7570. 2.96 s [treefmt-check] .pl-4 {
  7571. 2.96 s [treefmt-check] - padding-left:1rem !important
  7572. 2.96 s [treefmt-check] + padding-left: 1rem !important;
  7573. 2.96 s [treefmt-check] }
  7574. 2.96 s [treefmt-check] .px-4 {
  7575. 2.96 s [treefmt-check] - padding-right:1rem !important;
  7576. 2.96 s [treefmt-check] - padding-left:1rem !important
  7577. 2.96 s [treefmt-check] + padding-right: 1rem !important;
  7578. 2.96 s [treefmt-check] + padding-left: 1rem !important;
  7579. 2.96 s [treefmt-check] }
  7580. 2.96 s [treefmt-check] .py-4 {
  7581. 2.96 s [treefmt-check] - padding-top:1rem !important;
  7582. 2.96 s [treefmt-check] - padding-bottom:1rem !important
  7583. 2.96 s [treefmt-check] + padding-top: 1rem !important;
  7584. 2.96 s [treefmt-check] + padding-bottom: 1rem !important;
  7585. 2.96 s [treefmt-check] }
  7586. 2.96 s [treefmt-check] .p-5 {
  7587. 2.96 s [treefmt-check] - padding:1.5rem !important
  7588. 2.96 s [treefmt-check] + padding: 1.5rem !important;
  7589. 2.96 s [treefmt-check] }
  7590. 2.96 s [treefmt-check] .pt-5 {
  7591. 2.96 s [treefmt-check] - padding-top:1.5rem !important
  7592. 2.96 s [treefmt-check] + padding-top: 1.5rem !important;
  7593. 2.96 s [treefmt-check] }
  7594. 2.96 s [treefmt-check] .pr-5 {
  7595. 2.96 s [treefmt-check] - padding-right:1.5rem !important
  7596. 2.96 s [treefmt-check] + padding-right: 1.5rem !important;
  7597. 2.96 s [treefmt-check] }
  7598. 2.96 s [treefmt-check] .pb-5 {
  7599. 2.96 s [treefmt-check] - padding-bottom:1.5rem !important
  7600. 2.96 s [treefmt-check] + padding-bottom: 1.5rem !important;
  7601. 2.96 s [treefmt-check] }
  7602. 2.96 s [treefmt-check] .pl-5 {
  7603. 2.96 s [treefmt-check] - padding-left:1.5rem !important
  7604. 2.96 s [treefmt-check] + padding-left: 1.5rem !important;
  7605. 2.96 s [treefmt-check] }
  7606. 2.96 s [treefmt-check] .px-5 {
  7607. 2.96 s [treefmt-check] - padding-right:1.5rem !important;
  7608. 2.96 s [treefmt-check] - padding-left:1.5rem !important
  7609. 2.96 s [treefmt-check] + padding-right: 1.5rem !important;
  7610. 2.96 s [treefmt-check] + padding-left: 1.5rem !important;
  7611. 2.96 s [treefmt-check] }
  7612. 2.96 s [treefmt-check] .py-5 {
  7613. 2.96 s [treefmt-check] - padding-top:1.5rem !important;
  7614. 2.96 s [treefmt-check] - padding-bottom:1.5rem !important
  7615. 2.96 s [treefmt-check] + padding-top: 1.5rem !important;
  7616. 2.96 s [treefmt-check] + padding-bottom: 1.5rem !important;
  7617. 2.96 s [treefmt-check] }
  7618. 2.96 s [treefmt-check] .p-6 {
  7619. 2.96 s [treefmt-check] - padding:2rem !important
  7620. 2.96 s [treefmt-check] + padding: 2rem !important;
  7621. 2.96 s [treefmt-check] }
  7622. 2.96 s [treefmt-check] .pt-6 {
  7623. 2.96 s [treefmt-check] - padding-top:2rem !important
  7624. 2.96 s [treefmt-check] + padding-top: 2rem !important;
  7625. 2.96 s [treefmt-check] }
  7626. 2.96 s [treefmt-check] .pr-6 {
  7627. 2.96 s [treefmt-check] - padding-right:2rem !important
  7628. 2.96 s [treefmt-check] + padding-right: 2rem !important;
  7629. 2.96 s [treefmt-check] }
  7630. 2.96 s [treefmt-check] .pb-6 {
  7631. 2.96 s [treefmt-check] - padding-bottom:2rem !important
  7632. 2.96 s [treefmt-check] + padding-bottom: 2rem !important;
  7633. 2.96 s [treefmt-check] }
  7634. 2.96 s [treefmt-check] .pl-6 {
  7635. 2.96 s [treefmt-check] - padding-left:2rem !important
  7636. 2.96 s [treefmt-check] + padding-left: 2rem !important;
  7637. 2.96 s [treefmt-check] }
  7638. 2.96 s [treefmt-check] .px-6 {
  7639. 2.96 s [treefmt-check] - padding-right:2rem !important;
  7640. 2.96 s [treefmt-check] - padding-left:2rem !important
  7641. 2.96 s [treefmt-check] + padding-right: 2rem !important;
  7642. 2.96 s [treefmt-check] + padding-left: 2rem !important;
  7643. 2.96 s [treefmt-check] }
  7644. 2.96 s [treefmt-check] .py-6 {
  7645. 2.96 s [treefmt-check] - padding-top:2rem !important;
  7646. 2.96 s [treefmt-check] - padding-bottom:2rem !important
  7647. 2.96 s [treefmt-check] + padding-top: 2rem !important;
  7648. 2.96 s [treefmt-check] + padding-bottom: 2rem !important;
  7649. 2.96 s [treefmt-check] }
  7650. 2.96 s [treefmt-check] .p-7 {
  7651. 2.96 s [treefmt-check] - padding:2.5rem !important
  7652. 2.96 s [treefmt-check] + padding: 2.5rem !important;
  7653. 2.96 s [treefmt-check] }
  7654. 2.96 s [treefmt-check] .pt-7 {
  7655. 2.96 s [treefmt-check] - padding-top:2.5rem !important
  7656. 2.96 s [treefmt-check] + padding-top: 2.5rem !important;
  7657. 2.96 s [treefmt-check] }
  7658. 2.96 s [treefmt-check] .pr-7 {
  7659. 2.96 s [treefmt-check] - padding-right:2.5rem !important
  7660. 2.96 s [treefmt-check] + padding-right: 2.5rem !important;
  7661. 2.96 s [treefmt-check] }
  7662. 2.96 s [treefmt-check] .pb-7 {
  7663. 2.96 s [treefmt-check] - padding-bottom:2.5rem !important
  7664. 2.96 s [treefmt-check] + padding-bottom: 2.5rem !important;
  7665. 2.96 s [treefmt-check] }
  7666. 2.96 s [treefmt-check] .pl-7 {
  7667. 2.96 s [treefmt-check] - padding-left:2.5rem !important
  7668. 2.96 s [treefmt-check] + padding-left: 2.5rem !important;
  7669. 2.96 s [treefmt-check] }
  7670. 2.96 s [treefmt-check] .px-7 {
  7671. 2.96 s [treefmt-check] - padding-right:2.5rem !important;
  7672. 2.96 s [treefmt-check] - padding-left:2.5rem !important
  7673. 2.96 s [treefmt-check] + padding-right: 2.5rem !important;
  7674. 2.96 s [treefmt-check] + padding-left: 2.5rem !important;
  7675. 2.96 s [treefmt-check] }
  7676. 2.96 s [treefmt-check] .py-7 {
  7677. 2.96 s [treefmt-check] - padding-top:2.5rem !important;
  7678. 2.96 s [treefmt-check] - padding-bottom:2.5rem !important
  7679. 2.96 s [treefmt-check] + padding-top: 2.5rem !important;
  7680. 2.96 s [treefmt-check] + padding-bottom: 2.5rem !important;
  7681. 2.96 s [treefmt-check] }
  7682. 2.96 s [treefmt-check] .p-8 {
  7683. 2.96 s [treefmt-check] - padding:3rem !important
  7684. 2.96 s [treefmt-check] + padding: 3rem !important;
  7685. 2.96 s [treefmt-check] }
  7686. 2.96 s [treefmt-check] .pt-8 {
  7687. 2.96 s [treefmt-check] - padding-top:3rem !important
  7688. 2.96 s [treefmt-check] + padding-top: 3rem !important;
  7689. 2.96 s [treefmt-check] }
  7690. 2.96 s [treefmt-check] .pr-8 {
  7691. 2.96 s [treefmt-check] - padding-right:3rem !important
  7692. 2.96 s [treefmt-check] + padding-right: 3rem !important;
  7693. 2.96 s [treefmt-check] }
  7694. 2.96 s [treefmt-check] .pb-8 {
  7695. 2.96 s [treefmt-check] - padding-bottom:3rem !important
  7696. 2.96 s [treefmt-check] + padding-bottom: 3rem !important;
  7697. 2.96 s [treefmt-check] }
  7698. 2.96 s [treefmt-check] .pl-8 {
  7699. 2.96 s [treefmt-check] - padding-left:3rem !important
  7700. 2.96 s [treefmt-check] + padding-left: 3rem !important;
  7701. 2.96 s [treefmt-check] }
  7702. 2.96 s [treefmt-check] .px-8 {
  7703. 2.96 s [treefmt-check] - padding-right:3rem !important;
  7704. 2.96 s [treefmt-check] - padding-left:3rem !important
  7705. 2.96 s [treefmt-check] + padding-right: 3rem !important;
  7706. 2.96 s [treefmt-check] + padding-left: 3rem !important;
  7707. 2.96 s [treefmt-check] }
  7708. 2.96 s [treefmt-check] .py-8 {
  7709. 2.96 s [treefmt-check] - padding-top:3rem !important;
  7710. 2.96 s [treefmt-check] - padding-bottom:3rem !important
  7711. 2.96 s [treefmt-check] + padding-top: 3rem !important;
  7712. 2.96 s [treefmt-check] + padding-bottom: 3rem !important;
  7713. 2.96 s [treefmt-check] }
  7714. 2.96 s [treefmt-check] .p-9 {
  7715. 2.96 s [treefmt-check] - padding:3.5rem !important
  7716. 2.96 s [treefmt-check] + padding: 3.5rem !important;
  7717. 2.96 s [treefmt-check] }
  7718. 2.96 s [treefmt-check] .pt-9 {
  7719. 2.96 s [treefmt-check] - padding-top:3.5rem !important
  7720. 2.96 s [treefmt-check] + padding-top: 3.5rem !important;
  7721. 2.96 s [treefmt-check] }
  7722. 2.96 s [treefmt-check] .pr-9 {
  7723. 2.96 s [treefmt-check] - padding-right:3.5rem !important
  7724. 2.96 s [treefmt-check] + padding-right: 3.5rem !important;
  7725. 2.96 s [treefmt-check] }
  7726. 2.96 s [treefmt-check] .pb-9 {
  7727. 2.96 s [treefmt-check] - padding-bottom:3.5rem !important
  7728. 2.96 s [treefmt-check] + padding-bottom: 3.5rem !important;
  7729. 2.96 s [treefmt-check] }
  7730. 2.96 s [treefmt-check] .pl-9 {
  7731. 2.96 s [treefmt-check] - padding-left:3.5rem !important
  7732. 2.96 s [treefmt-check] + padding-left: 3.5rem !important;
  7733. 2.96 s [treefmt-check] }
  7734. 2.96 s [treefmt-check] .px-9 {
  7735. 2.96 s [treefmt-check] - padding-right:3.5rem !important;
  7736. 2.96 s [treefmt-check] - padding-left:3.5rem !important
  7737. 2.96 s [treefmt-check] + padding-right: 3.5rem !important;
  7738. 2.96 s [treefmt-check] + padding-left: 3.5rem !important;
  7739. 2.96 s [treefmt-check] }
  7740. 2.96 s [treefmt-check] .py-9 {
  7741. 2.96 s [treefmt-check] - padding-top:3.5rem !important;
  7742. 2.96 s [treefmt-check] - padding-bottom:3.5rem !important
  7743. 2.96 s [treefmt-check] + padding-top: 3.5rem !important;
  7744. 2.96 s [treefmt-check] + padding-bottom: 3.5rem !important;
  7745. 2.96 s [treefmt-check] }
  7746. 2.96 s [treefmt-check] .p-10 {
  7747. 2.96 s [treefmt-check] - padding:4rem !important
  7748. 2.96 s [treefmt-check] + padding: 4rem !important;
  7749. 2.96 s [treefmt-check] }
  7750. 2.96 s [treefmt-check] .pt-10 {
  7751. 2.96 s [treefmt-check] - padding-top:4rem !important
  7752. 2.96 s [treefmt-check] + padding-top: 4rem !important;
  7753. 2.96 s [treefmt-check] }
  7754. 2.96 s [treefmt-check] .pr-10 {
  7755. 2.96 s [treefmt-check] - padding-right:4rem !important
  7756. 2.96 s [treefmt-check] + padding-right: 4rem !important;
  7757. 2.96 s [treefmt-check] }
  7758. 2.96 s [treefmt-check] .pb-10 {
  7759. 2.96 s [treefmt-check] - padding-bottom:4rem !important
  7760. 2.96 s [treefmt-check] + padding-bottom: 4rem !important;
  7761. 2.96 s [treefmt-check] }
  7762. 2.96 s [treefmt-check] .pl-10 {
  7763. 2.96 s [treefmt-check] - padding-left:4rem !important
  7764. 2.96 s [treefmt-check] + padding-left: 4rem !important;
  7765. 2.96 s [treefmt-check] }
  7766. 2.96 s [treefmt-check] .px-10 {
  7767. 2.96 s [treefmt-check] - padding-right:4rem !important;
  7768. 2.96 s [treefmt-check] - padding-left:4rem !important
  7769. 2.96 s [treefmt-check] + padding-right: 4rem !important;
  7770. 2.96 s [treefmt-check] + padding-left: 4rem !important;
  7771. 2.96 s [treefmt-check] }
  7772. 2.96 s [treefmt-check] .py-10 {
  7773. 2.96 s [treefmt-check] - padding-top:4rem !important;
  7774. 2.96 s [treefmt-check] - padding-bottom:4rem !important
  7775. 2.96 s [treefmt-check] + padding-top: 4rem !important;
  7776. 2.96 s [treefmt-check] + padding-bottom: 4rem !important;
  7777. 2.96 s [treefmt-check] }
  7778. 2.96 s [treefmt-check] @media (min-width: 20rem) {
  7779. 2.96 s [treefmt-check] .p-xs-0 {
  7780. 2.96 s [treefmt-check] - padding:0 !important
  7781. 2.96 s [treefmt-check] + padding: 0 !important;
  7782. 2.96 s [treefmt-check] }
  7783. 2.96 s [treefmt-check] .pt-xs-0 {
  7784. 2.96 s [treefmt-check] - padding-top:0 !important
  7785. 2.96 s [treefmt-check] + padding-top: 0 !important;
  7786. 2.96 s [treefmt-check] }
  7787. 2.96 s [treefmt-check] .pr-xs-0 {
  7788. 2.96 s [treefmt-check] - padding-right:0 !important
  7789. 2.96 s [treefmt-check] + padding-right: 0 !important;
  7790. 2.96 s [treefmt-check] }
  7791. 2.96 s [treefmt-check] .pb-xs-0 {
  7792. 2.96 s [treefmt-check] - padding-bottom:0 !important
  7793. 2.96 s [treefmt-check] + padding-bottom: 0 !important;
  7794. 2.96 s [treefmt-check] }
  7795. 2.96 s [treefmt-check] .pl-xs-0 {
  7796. 2.96 s [treefmt-check] - padding-left:0 !important
  7797. 2.96 s [treefmt-check] + padding-left: 0 !important;
  7798. 2.96 s [treefmt-check] }
  7799. 2.96 s [treefmt-check] .px-xs-0 {
  7800. 2.96 s [treefmt-check] - padding-right:0 !important;
  7801. 2.96 s [treefmt-check] - padding-left:0 !important
  7802. 2.96 s [treefmt-check] + padding-right: 0 !important;
  7803. 2.96 s [treefmt-check] + padding-left: 0 !important;
  7804. 2.96 s [treefmt-check] }
  7805. 2.96 s [treefmt-check] .py-xs-0 {
  7806. 2.96 s [treefmt-check] - padding-top:0 !important;
  7807. 2.96 s [treefmt-check] - padding-bottom:0 !important
  7808. 2.96 s [treefmt-check] + padding-top: 0 !important;
  7809. 2.96 s [treefmt-check] + padding-bottom: 0 !important;
  7810. 2.96 s [treefmt-check] }
  7811. 2.96 s [treefmt-check] .p-xs-1 {
  7812. 2.96 s [treefmt-check] - padding:.25rem !important
  7813. 2.96 s [treefmt-check] + padding: 0.25rem !important;
  7814. 2.96 s [treefmt-check] }
  7815. 2.96 s [treefmt-check] .pt-xs-1 {
  7816. 2.96 s [treefmt-check] - padding-top:.25rem !important
  7817. 2.96 s [treefmt-check] + padding-top: 0.25rem !important;
  7818. 2.96 s [treefmt-check] }
  7819. 2.96 s [treefmt-check] .pr-xs-1 {
  7820. 2.96 s [treefmt-check] - padding-right:.25rem !important
  7821. 2.96 s [treefmt-check] + padding-right: 0.25rem !important;
  7822. 2.96 s [treefmt-check] }
  7823. 2.96 s [treefmt-check] .pb-xs-1 {
  7824. 2.96 s [treefmt-check] - padding-bottom:.25rem !important
  7825. 2.96 s [treefmt-check] + padding-bottom: 0.25rem !important;
  7826. 2.96 s [treefmt-check] }
  7827. 2.96 s [treefmt-check] .pl-xs-1 {
  7828. 2.96 s [treefmt-check] - padding-left:.25rem !important
  7829. 2.96 s [treefmt-check] + padding-left: 0.25rem !important;
  7830. 2.96 s [treefmt-check] }
  7831. 2.96 s [treefmt-check] .px-xs-1 {
  7832. 2.96 s [treefmt-check] - padding-right:.25rem !important;
  7833. 2.96 s [treefmt-check] - padding-left:.25rem !important
  7834. 2.96 s [treefmt-check] + padding-right: 0.25rem !important;
  7835. 2.96 s [treefmt-check] + padding-left: 0.25rem !important;
  7836. 2.96 s [treefmt-check] }
  7837. 2.96 s [treefmt-check] .py-xs-1 {
  7838. 2.96 s [treefmt-check] - padding-top:.25rem !important;
  7839. 2.96 s [treefmt-check] - padding-bottom:.25rem !important
  7840. 2.96 s [treefmt-check] + padding-top: 0.25rem !important;
  7841. 2.96 s [treefmt-check] + padding-bottom: 0.25rem !important;
  7842. 2.96 s [treefmt-check] }
  7843. 2.96 s [treefmt-check] .p-xs-2 {
  7844. 2.96 s [treefmt-check] - padding:.5rem !important
  7845. 2.96 s [treefmt-check] + padding: 0.5rem !important;
  7846. 2.96 s [treefmt-check] }
  7847. 2.96 s [treefmt-check] .pt-xs-2 {
  7848. 2.96 s [treefmt-check] - padding-top:.5rem !important
  7849. 2.96 s [treefmt-check] + padding-top: 0.5rem !important;
  7850. 2.96 s [treefmt-check] }
  7851. 2.96 s [treefmt-check] .pr-xs-2 {
  7852. 2.96 s [treefmt-check] - padding-right:.5rem !important
  7853. 2.96 s [treefmt-check] + padding-right: 0.5rem !important;
  7854. 2.96 s [treefmt-check] }
  7855. 2.96 s [treefmt-check] .pb-xs-2 {
  7856. 2.96 s [treefmt-check] - padding-bottom:.5rem !important
  7857. 2.96 s [treefmt-check] + padding-bottom: 0.5rem !important;
  7858. 2.96 s [treefmt-check] }
  7859. 2.96 s [treefmt-check] .pl-xs-2 {
  7860. 2.96 s [treefmt-check] - padding-left:.5rem !important
  7861. 2.96 s [treefmt-check] + padding-left: 0.5rem !important;
  7862. 2.96 s [treefmt-check] }
  7863. 2.96 s [treefmt-check] .px-xs-2 {
  7864. 2.96 s [treefmt-check] - padding-right:.5rem !important;
  7865. 2.96 s [treefmt-check] - padding-left:.5rem !important
  7866. 2.96 s [treefmt-check] + padding-right: 0.5rem !important;
  7867. 2.96 s [treefmt-check] + padding-left: 0.5rem !important;
  7868. 2.96 s [treefmt-check] }
  7869. 2.96 s [treefmt-check] .py-xs-2 {
  7870. 2.96 s [treefmt-check] - padding-top:.5rem !important;
  7871. 2.96 s [treefmt-check] - padding-bottom:.5rem !important
  7872. 2.96 s [treefmt-check] + padding-top: 0.5rem !important;
  7873. 2.96 s [treefmt-check] + padding-bottom: 0.5rem !important;
  7874. 2.96 s [treefmt-check] }
  7875. 2.96 s [treefmt-check] .p-xs-3 {
  7876. 2.96 s [treefmt-check] - padding:.75rem !important
  7877. 2.96 s [treefmt-check] + padding: 0.75rem !important;
  7878. 2.96 s [treefmt-check] }
  7879. 2.96 s [treefmt-check] .pt-xs-3 {
  7880. 2.96 s [treefmt-check] - padding-top:.75rem !important
  7881. 2.96 s [treefmt-check] + padding-top: 0.75rem !important;
  7882. 2.96 s [treefmt-check] }
  7883. 2.96 s [treefmt-check] .pr-xs-3 {
  7884. 2.96 s [treefmt-check] - padding-right:.75rem !important
  7885. 2.96 s [treefmt-check] + padding-right: 0.75rem !important;
  7886. 2.96 s [treefmt-check] }
  7887. 2.96 s [treefmt-check] .pb-xs-3 {
  7888. 2.96 s [treefmt-check] - padding-bottom:.75rem !important
  7889. 2.96 s [treefmt-check] + padding-bottom: 0.75rem !important;
  7890. 2.96 s [treefmt-check] }
  7891. 2.96 s [treefmt-check] .pl-xs-3 {
  7892. 2.96 s [treefmt-check] - padding-left:.75rem !important
  7893. 2.96 s [treefmt-check] + padding-left: 0.75rem !important;
  7894. 2.96 s [treefmt-check] }
  7895. 2.96 s [treefmt-check] .px-xs-3 {
  7896. 2.96 s [treefmt-check] - padding-right:.75rem !important;
  7897. 2.96 s [treefmt-check] - padding-left:.75rem !important
  7898. 2.96 s [treefmt-check] + padding-right: 0.75rem !important;
  7899. 2.96 s [treefmt-check] + padding-left: 0.75rem !important;
  7900. 2.96 s [treefmt-check] }
  7901. 2.96 s [treefmt-check] .py-xs-3 {
  7902. 2.96 s [treefmt-check] - padding-top:.75rem !important;
  7903. 2.96 s [treefmt-check] - padding-bottom:.75rem !important
  7904. 2.96 s [treefmt-check] + padding-top: 0.75rem !important;
  7905. 2.96 s [treefmt-check] + padding-bottom: 0.75rem !important;
  7906. 2.96 s [treefmt-check] }
  7907. 2.96 s [treefmt-check] .p-xs-4 {
  7908. 2.96 s [treefmt-check] - padding:1rem !important
  7909. 2.96 s [treefmt-check] + padding: 1rem !important;
  7910. 2.96 s [treefmt-check] }
  7911. 2.96 s [treefmt-check] .pt-xs-4 {
  7912. 2.96 s [treefmt-check] - padding-top:1rem !important
  7913. 2.96 s [treefmt-check] + padding-top: 1rem !important;
  7914. 2.96 s [treefmt-check] }
  7915. 2.96 s [treefmt-check] .pr-xs-4 {
  7916. 2.96 s [treefmt-check] - padding-right:1rem !important
  7917. 2.96 s [treefmt-check] + padding-right: 1rem !important;
  7918. 2.96 s [treefmt-check] }
  7919. 2.96 s [treefmt-check] .pb-xs-4 {
  7920. 2.96 s [treefmt-check] - padding-bottom:1rem !important
  7921. 2.96 s [treefmt-check] + padding-bottom: 1rem !important;
  7922. 2.96 s [treefmt-check] }
  7923. 2.96 s [treefmt-check] .pl-xs-4 {
  7924. 2.96 s [treefmt-check] - padding-left:1rem !important
  7925. 2.96 s [treefmt-check] + padding-left: 1rem !important;
  7926. 2.96 s [treefmt-check] }
  7927. 2.96 s [treefmt-check] .px-xs-4 {
  7928. 2.96 s [treefmt-check] - padding-right:1rem !important;
  7929. 2.96 s [treefmt-check] - padding-left:1rem !important
  7930. 2.96 s [treefmt-check] + padding-right: 1rem !important;
  7931. 2.96 s [treefmt-check] + padding-left: 1rem !important;
  7932. 2.96 s [treefmt-check] }
  7933. 2.96 s [treefmt-check] .py-xs-4 {
  7934. 2.96 s [treefmt-check] - padding-top:1rem !important;
  7935. 2.96 s [treefmt-check] - padding-bottom:1rem !important
  7936. 2.96 s [treefmt-check] + padding-top: 1rem !important;
  7937. 2.96 s [treefmt-check] + padding-bottom: 1rem !important;
  7938. 2.96 s [treefmt-check] }
  7939. 2.96 s [treefmt-check] .p-xs-5 {
  7940. 2.96 s [treefmt-check] - padding:1.5rem !important
  7941. 2.96 s [treefmt-check] + padding: 1.5rem !important;
  7942. 2.96 s [treefmt-check] }
  7943. 2.96 s [treefmt-check] .pt-xs-5 {
  7944. 2.96 s [treefmt-check] - padding-top:1.5rem !important
  7945. 2.96 s [treefmt-check] + padding-top: 1.5rem !important;
  7946. 2.96 s [treefmt-check] }
  7947. 2.96 s [treefmt-check] .pr-xs-5 {
  7948. 2.96 s [treefmt-check] - padding-right:1.5rem !important
  7949. 2.96 s [treefmt-check] + padding-right: 1.5rem !important;
  7950. 2.96 s [treefmt-check] }
  7951. 2.96 s [treefmt-check] .pb-xs-5 {
  7952. 2.96 s [treefmt-check] - padding-bottom:1.5rem !important
  7953. 2.96 s [treefmt-check] + padding-bottom: 1.5rem !important;
  7954. 2.96 s [treefmt-check] }
  7955. 2.96 s [treefmt-check] .pl-xs-5 {
  7956. 2.96 s [treefmt-check] - padding-left:1.5rem !important
  7957. 2.96 s [treefmt-check] + padding-left: 1.5rem !important;
  7958. 2.96 s [treefmt-check] }
  7959. 2.96 s [treefmt-check] .px-xs-5 {
  7960. 2.96 s [treefmt-check] - padding-right:1.5rem !important;
  7961. 2.96 s [treefmt-check] - padding-left:1.5rem !important
  7962. 2.96 s [treefmt-check] + padding-right: 1.5rem !important;
  7963. 2.96 s [treefmt-check] + padding-left: 1.5rem !important;
  7964. 2.96 s [treefmt-check] }
  7965. 2.96 s [treefmt-check] .py-xs-5 {
  7966. 2.96 s [treefmt-check] - padding-top:1.5rem !important;
  7967. 2.96 s [treefmt-check] - padding-bottom:1.5rem !important
  7968. 2.96 s [treefmt-check] + padding-top: 1.5rem !important;
  7969. 2.96 s [treefmt-check] + padding-bottom: 1.5rem !important;
  7970. 2.96 s [treefmt-check] }
  7971. 2.96 s [treefmt-check] .p-xs-6 {
  7972. 2.96 s [treefmt-check] - padding:2rem !important
  7973. 2.96 s [treefmt-check] + padding: 2rem !important;
  7974. 2.96 s [treefmt-check] }
  7975. 2.96 s [treefmt-check] .pt-xs-6 {
  7976. 2.96 s [treefmt-check] - padding-top:2rem !important
  7977. 2.96 s [treefmt-check] + padding-top: 2rem !important;
  7978. 2.96 s [treefmt-check] }
  7979. 2.96 s [treefmt-check] .pr-xs-6 {
  7980. 2.96 s [treefmt-check] - padding-right:2rem !important
  7981. 2.96 s [treefmt-check] + padding-right: 2rem !important;
  7982. 2.96 s [treefmt-check] }
  7983. 2.96 s [treefmt-check] .pb-xs-6 {
  7984. 2.96 s [treefmt-check] - padding-bottom:2rem !important
  7985. 2.96 s [treefmt-check] + padding-bottom: 2rem !important;
  7986. 2.96 s [treefmt-check] }
  7987. 2.96 s [treefmt-check] .pl-xs-6 {
  7988. 2.96 s [treefmt-check] - padding-left:2rem !important
  7989. 2.96 s [treefmt-check] + padding-left: 2rem !important;
  7990. 2.96 s [treefmt-check] }
  7991. 2.96 s [treefmt-check] .px-xs-6 {
  7992. 2.96 s [treefmt-check] - padding-right:2rem !important;
  7993. 2.96 s [treefmt-check] - padding-left:2rem !important
  7994. 2.96 s [treefmt-check] + padding-right: 2rem !important;
  7995. 2.96 s [treefmt-check] + padding-left: 2rem !important;
  7996. 2.96 s [treefmt-check] }
  7997. 2.96 s [treefmt-check] .py-xs-6 {
  7998. 2.96 s [treefmt-check] - padding-top:2rem !important;
  7999. 2.96 s [treefmt-check] - padding-bottom:2rem !important
  8000. 2.96 s [treefmt-check] + padding-top: 2rem !important;
  8001. 2.96 s [treefmt-check] + padding-bottom: 2rem !important;
  8002. 2.96 s [treefmt-check] }
  8003. 2.96 s [treefmt-check] .p-xs-7 {
  8004. 2.96 s [treefmt-check] - padding:2.5rem !important
  8005. 2.96 s [treefmt-check] + padding: 2.5rem !important;
  8006. 2.96 s [treefmt-check] }
  8007. 2.96 s [treefmt-check] .pt-xs-7 {
  8008. 2.96 s [treefmt-check] - padding-top:2.5rem !important
  8009. 2.96 s [treefmt-check] + padding-top: 2.5rem !important;
  8010. 2.96 s [treefmt-check] }
  8011. 2.96 s [treefmt-check] .pr-xs-7 {
  8012. 2.96 s [treefmt-check] - padding-right:2.5rem !important
  8013. 2.96 s [treefmt-check] + padding-right: 2.5rem !important;
  8014. 2.96 s [treefmt-check] }
  8015. 2.96 s [treefmt-check] .pb-xs-7 {
  8016. 2.96 s [treefmt-check] - padding-bottom:2.5rem !important
  8017. 2.96 s [treefmt-check] + padding-bottom: 2.5rem !important;
  8018. 2.96 s [treefmt-check] }
  8019. 2.96 s [treefmt-check] .pl-xs-7 {
  8020. 2.96 s [treefmt-check] - padding-left:2.5rem !important
  8021. 2.96 s [treefmt-check] + padding-left: 2.5rem !important;
  8022. 2.96 s [treefmt-check] }
  8023. 2.96 s [treefmt-check] .px-xs-7 {
  8024. 2.96 s [treefmt-check] - padding-right:2.5rem !important;
  8025. 2.96 s [treefmt-check] - padding-left:2.5rem !important
  8026. 2.96 s [treefmt-check] + padding-right: 2.5rem !important;
  8027. 2.96 s [treefmt-check] + padding-left: 2.5rem !important;
  8028. 2.96 s [treefmt-check] }
  8029. 2.96 s [treefmt-check] .py-xs-7 {
  8030. 2.96 s [treefmt-check] - padding-top:2.5rem !important;
  8031. 2.96 s [treefmt-check] - padding-bottom:2.5rem !important
  8032. 2.96 s [treefmt-check] + padding-top: 2.5rem !important;
  8033. 2.96 s [treefmt-check] + padding-bottom: 2.5rem !important;
  8034. 2.96 s [treefmt-check] }
  8035. 2.96 s [treefmt-check] .p-xs-8 {
  8036. 2.96 s [treefmt-check] - padding:3rem !important
  8037. 2.96 s [treefmt-check] + padding: 3rem !important;
  8038. 2.96 s [treefmt-check] }
  8039. 2.96 s [treefmt-check] .pt-xs-8 {
  8040. 2.96 s [treefmt-check] - padding-top:3rem !important
  8041. 2.96 s [treefmt-check] + padding-top: 3rem !important;
  8042. 2.96 s [treefmt-check] }
  8043. 2.96 s [treefmt-check] .pr-xs-8 {
  8044. 2.96 s [treefmt-check] - padding-right:3rem !important
  8045. 2.96 s [treefmt-check] + padding-right: 3rem !important;
  8046. 2.96 s [treefmt-check] }
  8047. 2.96 s [treefmt-check] .pb-xs-8 {
  8048. 2.96 s [treefmt-check] - padding-bottom:3rem !important
  8049. 2.96 s [treefmt-check] + padding-bottom: 3rem !important;
  8050. 2.96 s [treefmt-check] }
  8051. 2.96 s [treefmt-check] .pl-xs-8 {
  8052. 2.96 s [treefmt-check] - padding-left:3rem !important
  8053. 2.96 s [treefmt-check] + padding-left: 3rem !important;
  8054. 2.97 s [treefmt-check] }
  8055. 2.97 s [treefmt-check] .px-xs-8 {
  8056. 2.97 s [treefmt-check] - padding-right:3rem !important;
  8057. 2.97 s [treefmt-check] - padding-left:3rem !important
  8058. 2.97 s [treefmt-check] + padding-right: 3rem !important;
  8059. 2.97 s [treefmt-check] + padding-left: 3rem !important;
  8060. 2.97 s [treefmt-check] }
  8061. 2.97 s [treefmt-check] .py-xs-8 {
  8062. 2.97 s [treefmt-check] - padding-top:3rem !important;
  8063. 2.97 s [treefmt-check] - padding-bottom:3rem !important
  8064. 2.97 s [treefmt-check] + padding-top: 3rem !important;
  8065. 2.97 s [treefmt-check] + padding-bottom: 3rem !important;
  8066. 2.97 s [treefmt-check] }
  8067. 2.97 s [treefmt-check] .p-xs-9 {
  8068. 2.97 s [treefmt-check] - padding:3.5rem !important
  8069. 2.97 s [treefmt-check] + padding: 3.5rem !important;
  8070. 2.97 s [treefmt-check] }
  8071. 2.97 s [treefmt-check] .pt-xs-9 {
  8072. 2.97 s [treefmt-check] - padding-top:3.5rem !important
  8073. 2.97 s [treefmt-check] + padding-top: 3.5rem !important;
  8074. 2.97 s [treefmt-check] }
  8075. 2.97 s [treefmt-check] .pr-xs-9 {
  8076. 2.97 s [treefmt-check] - padding-right:3.5rem !important
  8077. 2.97 s [treefmt-check] + padding-right: 3.5rem !important;
  8078. 2.97 s [treefmt-check] }
  8079. 2.97 s [treefmt-check] .pb-xs-9 {
  8080. 2.97 s [treefmt-check] - padding-bottom:3.5rem !important
  8081. 2.97 s [treefmt-check] + padding-bottom: 3.5rem !important;
  8082. 2.97 s [treefmt-check] }
  8083. 2.97 s [treefmt-check] .pl-xs-9 {
  8084. 2.97 s [treefmt-check] - padding-left:3.5rem !important
  8085. 2.97 s [treefmt-check] + padding-left: 3.5rem !important;
  8086. 2.97 s [treefmt-check] }
  8087. 2.97 s [treefmt-check] .px-xs-9 {
  8088. 2.97 s [treefmt-check] - padding-right:3.5rem !important;
  8089. 2.97 s [treefmt-check] - padding-left:3.5rem !important
  8090. 2.97 s [treefmt-check] + padding-right: 3.5rem !important;
  8091. 2.97 s [treefmt-check] + padding-left: 3.5rem !important;
  8092. 2.97 s [treefmt-check] }
  8093. 2.97 s [treefmt-check] .py-xs-9 {
  8094. 2.97 s [treefmt-check] - padding-top:3.5rem !important;
  8095. 2.97 s [treefmt-check] - padding-bottom:3.5rem !important
  8096. 2.97 s [treefmt-check] + padding-top: 3.5rem !important;
  8097. 2.97 s [treefmt-check] + padding-bottom: 3.5rem !important;
  8098. 2.97 s [treefmt-check] }
  8099. 2.97 s [treefmt-check] .p-xs-10 {
  8100. 2.97 s [treefmt-check] - padding:4rem !important
  8101. 2.97 s [treefmt-check] + padding: 4rem !important;
  8102. 2.97 s [treefmt-check] }
  8103. 2.97 s [treefmt-check] .pt-xs-10 {
  8104. 2.97 s [treefmt-check] - padding-top:4rem !important
  8105. 2.97 s [treefmt-check] + padding-top: 4rem !important;
  8106. 2.97 s [treefmt-check] }
  8107. 2.97 s [treefmt-check] .pr-xs-10 {
  8108. 2.97 s [treefmt-check] - padding-right:4rem !important
  8109. 2.97 s [treefmt-check] + padding-right: 4rem !important;
  8110. 2.97 s [treefmt-check] }
  8111. 2.97 s [treefmt-check] .pb-xs-10 {
  8112. 2.97 s [treefmt-check] - padding-bottom:4rem !important
  8113. 2.97 s [treefmt-check] + padding-bottom: 4rem !important;
  8114. 2.97 s [treefmt-check] }
  8115. 2.97 s [treefmt-check] .pl-xs-10 {
  8116. 2.97 s [treefmt-check] - padding-left:4rem !important
  8117. 2.97 s [treefmt-check] + padding-left: 4rem !important;
  8118. 2.97 s [treefmt-check] }
  8119. 2.97 s [treefmt-check] .px-xs-10 {
  8120. 2.97 s [treefmt-check] - padding-right:4rem !important;
  8121. 2.97 s [treefmt-check] - padding-left:4rem !important
  8122. 2.97 s [treefmt-check] + padding-right: 4rem !important;
  8123. 2.97 s [treefmt-check] + padding-left: 4rem !important;
  8124. 2.97 s [treefmt-check] }
  8125. 2.97 s [treefmt-check] .py-xs-10 {
  8126. 2.97 s [treefmt-check] - padding-top:4rem !important;
  8127. 2.97 s [treefmt-check] - padding-bottom:4rem !important
  8128. 2.97 s [treefmt-check] + padding-top: 4rem !important;
  8129. 2.97 s [treefmt-check] + padding-bottom: 4rem !important;
  8130. 2.97 s [treefmt-check] }
  8131. 2.97 s [treefmt-check] }
  8132. 2.97 s [treefmt-check] @media (min-width: 31.25rem) {
  8133. 2.97 s [treefmt-check] .p-sm-0 {
  8134. 2.97 s [treefmt-check] - padding:0 !important
  8135. 2.97 s [treefmt-check] + padding: 0 !important;
  8136. 2.97 s [treefmt-check] }
  8137. 2.97 s [treefmt-check] .pt-sm-0 {
  8138. 2.97 s [treefmt-check] - padding-top:0 !important
  8139. 2.97 s [treefmt-check] + padding-top: 0 !important;
  8140. 2.97 s [treefmt-check] }
  8141. 2.97 s [treefmt-check] .pr-sm-0 {
  8142. 2.97 s [treefmt-check] - padding-right:0 !important
  8143. 2.97 s [treefmt-check] + padding-right: 0 !important;
  8144. 2.97 s [treefmt-check] }
  8145. 2.97 s [treefmt-check] .pb-sm-0 {
  8146. 2.97 s [treefmt-check] - padding-bottom:0 !important
  8147. 2.97 s [treefmt-check] + padding-bottom: 0 !important;
  8148. 2.97 s [treefmt-check] }
  8149. 2.97 s [treefmt-check] .pl-sm-0 {
  8150. 2.97 s [treefmt-check] - padding-left:0 !important
  8151. 2.97 s [treefmt-check] + padding-left: 0 !important;
  8152. 2.97 s [treefmt-check] }
  8153. 2.97 s [treefmt-check] .px-sm-0 {
  8154. 2.97 s [treefmt-check] - padding-right:0 !important;
  8155. 2.97 s [treefmt-check] - padding-left:0 !important
  8156. 2.97 s [treefmt-check] + padding-right: 0 !important;
  8157. 2.97 s [treefmt-check] + padding-left: 0 !important;
  8158. 2.97 s [treefmt-check] }
  8159. 2.97 s [treefmt-check] .py-sm-0 {
  8160. 2.97 s [treefmt-check] - padding-top:0 !important;
  8161. 2.97 s [treefmt-check] - padding-bottom:0 !important
  8162. 2.97 s [treefmt-check] + padding-top: 0 !important;
  8163. 2.97 s [treefmt-check] + padding-bottom: 0 !important;
  8164. 2.97 s [treefmt-check] }
  8165. 2.97 s [treefmt-check] .p-sm-1 {
  8166. 2.97 s [treefmt-check] - padding:.25rem !important
  8167. 2.97 s [treefmt-check] + padding: 0.25rem !important;
  8168. 2.97 s [treefmt-check] }
  8169. 2.97 s [treefmt-check] .pt-sm-1 {
  8170. 2.97 s [treefmt-check] - padding-top:.25rem !important
  8171. 2.97 s [treefmt-check] + padding-top: 0.25rem !important;
  8172. 2.97 s [treefmt-check] }
  8173. 2.97 s [treefmt-check] .pr-sm-1 {
  8174. 2.97 s [treefmt-check] - padding-right:.25rem !important
  8175. 2.97 s [treefmt-check] + padding-right: 0.25rem !important;
  8176. 2.97 s [treefmt-check] }
  8177. 2.97 s [treefmt-check] .pb-sm-1 {
  8178. 2.97 s [treefmt-check] - padding-bottom:.25rem !important
  8179. 2.97 s [treefmt-check] + padding-bottom: 0.25rem !important;
  8180. 2.97 s [treefmt-check] }
  8181. 2.97 s [treefmt-check] .pl-sm-1 {
  8182. 2.97 s [treefmt-check] - padding-left:.25rem !important
  8183. 2.97 s [treefmt-check] + padding-left: 0.25rem !important;
  8184. 2.97 s [treefmt-check] }
  8185. 2.97 s [treefmt-check] .px-sm-1 {
  8186. 2.97 s [treefmt-check] - padding-right:.25rem !important;
  8187. 2.97 s [treefmt-check] - padding-left:.25rem !important
  8188. 2.97 s [treefmt-check] + padding-right: 0.25rem !important;
  8189. 2.97 s [treefmt-check] + padding-left: 0.25rem !important;
  8190. 2.97 s [treefmt-check] }
  8191. 2.97 s [treefmt-check] .py-sm-1 {
  8192. 2.97 s [treefmt-check] - padding-top:.25rem !important;
  8193. 2.97 s [treefmt-check] - padding-bottom:.25rem !important
  8194. 2.97 s [treefmt-check] + padding-top: 0.25rem !important;
  8195. 2.97 s [treefmt-check] + padding-bottom: 0.25rem !important;
  8196. 2.97 s [treefmt-check] }
  8197. 2.97 s [treefmt-check] .p-sm-2 {
  8198. 2.97 s [treefmt-check] - padding:.5rem !important
  8199. 2.97 s [treefmt-check] + padding: 0.5rem !important;
  8200. 2.97 s [treefmt-check] }
  8201. 2.97 s [treefmt-check] .pt-sm-2 {
  8202. 2.97 s [treefmt-check] - padding-top:.5rem !important
  8203. 2.97 s [treefmt-check] + padding-top: 0.5rem !important;
  8204. 2.97 s [treefmt-check] }
  8205. 2.97 s [treefmt-check] .pr-sm-2 {
  8206. 2.97 s [treefmt-check] - padding-right:.5rem !important
  8207. 2.97 s [treefmt-check] + padding-right: 0.5rem !important;
  8208. 2.97 s [treefmt-check] }
  8209. 2.97 s [treefmt-check] .pb-sm-2 {
  8210. 2.97 s [treefmt-check] - padding-bottom:.5rem !important
  8211. 2.97 s [treefmt-check] + padding-bottom: 0.5rem !important;
  8212. 2.97 s [treefmt-check] }
  8213. 2.97 s [treefmt-check] .pl-sm-2 {
  8214. 2.97 s [treefmt-check] - padding-left:.5rem !important
  8215. 2.97 s [treefmt-check] + padding-left: 0.5rem !important;
  8216. 2.97 s [treefmt-check] }
  8217. 2.97 s [treefmt-check] .px-sm-2 {
  8218. 2.97 s [treefmt-check] - padding-right:.5rem !important;
  8219. 2.97 s [treefmt-check] - padding-left:.5rem !important
  8220. 2.97 s [treefmt-check] + padding-right: 0.5rem !important;
  8221. 2.97 s [treefmt-check] + padding-left: 0.5rem !important;
  8222. 2.97 s [treefmt-check] }
  8223. 2.97 s [treefmt-check] .py-sm-2 {
  8224. 2.97 s [treefmt-check] - padding-top:.5rem !important;
  8225. 2.97 s [treefmt-check] - padding-bottom:.5rem !important
  8226. 2.97 s [treefmt-check] + padding-top: 0.5rem !important;
  8227. 2.97 s [treefmt-check] + padding-bottom: 0.5rem !important;
  8228. 2.97 s [treefmt-check] }
  8229. 2.97 s [treefmt-check] .p-sm-3 {
  8230. 2.97 s [treefmt-check] - padding:.75rem !important
  8231. 2.97 s [treefmt-check] + padding: 0.75rem !important;
  8232. 2.97 s [treefmt-check] }
  8233. 2.97 s [treefmt-check] .pt-sm-3 {
  8234. 2.97 s [treefmt-check] - padding-top:.75rem !important
  8235. 2.97 s [treefmt-check] + padding-top: 0.75rem !important;
  8236. 2.97 s [treefmt-check] }
  8237. 2.97 s [treefmt-check] .pr-sm-3 {
  8238. 2.97 s [treefmt-check] - padding-right:.75rem !important
  8239. 2.97 s [treefmt-check] + padding-right: 0.75rem !important;
  8240. 2.97 s [treefmt-check] }
  8241. 2.97 s [treefmt-check] .pb-sm-3 {
  8242. 2.97 s [treefmt-check] - padding-bottom:.75rem !important
  8243. 2.97 s [treefmt-check] + padding-bottom: 0.75rem !important;
  8244. 2.97 s [treefmt-check] }
  8245. 2.97 s [treefmt-check] .pl-sm-3 {
  8246. 2.97 s [treefmt-check] - padding-left:.75rem !important
  8247. 2.97 s [treefmt-check] + padding-left: 0.75rem !important;
  8248. 2.97 s [treefmt-check] }
  8249. 2.97 s [treefmt-check] .px-sm-3 {
  8250. 2.97 s [treefmt-check] - padding-right:.75rem !important;
  8251. 2.97 s [treefmt-check] - padding-left:.75rem !important
  8252. 2.97 s [treefmt-check] + padding-right: 0.75rem !important;
  8253. 2.97 s [treefmt-check] + padding-left: 0.75rem !important;
  8254. 2.97 s [treefmt-check] }
  8255. 2.97 s [treefmt-check] .py-sm-3 {
  8256. 2.97 s [treefmt-check] - padding-top:.75rem !important;
  8257. 2.97 s [treefmt-check] - padding-bottom:.75rem !important
  8258. 2.97 s [treefmt-check] + padding-top: 0.75rem !important;
  8259. 2.97 s [treefmt-check] + padding-bottom: 0.75rem !important;
  8260. 2.97 s [treefmt-check] }
  8261. 2.97 s [treefmt-check] .p-sm-4 {
  8262. 2.97 s [treefmt-check] - padding:1rem !important
  8263. 2.97 s [treefmt-check] + padding: 1rem !important;
  8264. 2.97 s [treefmt-check] }
  8265. 2.97 s [treefmt-check] .pt-sm-4 {
  8266. 2.97 s [treefmt-check] - padding-top:1rem !important
  8267. 2.97 s [treefmt-check] + padding-top: 1rem !important;
  8268. 2.97 s [treefmt-check] }
  8269. 2.97 s [treefmt-check] .pr-sm-4 {
  8270. 2.97 s [treefmt-check] - padding-right:1rem !important
  8271. 2.97 s [treefmt-check] + padding-right: 1rem !important;
  8272. 2.97 s [treefmt-check] }
  8273. 2.97 s [treefmt-check] .pb-sm-4 {
  8274. 2.97 s [treefmt-check] - padding-bottom:1rem !important
  8275. 2.97 s [treefmt-check] + padding-bottom: 1rem !important;
  8276. 2.97 s [treefmt-check] }
  8277. 2.97 s [treefmt-check] .pl-sm-4 {
  8278. 2.97 s [treefmt-check] - padding-left:1rem !important
  8279. 2.97 s [treefmt-check] + padding-left: 1rem !important;
  8280. 2.97 s [treefmt-check] }
  8281. 2.97 s [treefmt-check] .px-sm-4 {
  8282. 2.97 s [treefmt-check] - padding-right:1rem !important;
  8283. 2.97 s [treefmt-check] - padding-left:1rem !important
  8284. 2.97 s [treefmt-check] + padding-right: 1rem !important;
  8285. 2.97 s [treefmt-check] + padding-left: 1rem !important;
  8286. 2.97 s [treefmt-check] }
  8287. 2.97 s [treefmt-check] .py-sm-4 {
  8288. 2.97 s [treefmt-check] - padding-top:1rem !important;
  8289. 2.97 s [treefmt-check] - padding-bottom:1rem !important
  8290. 2.97 s [treefmt-check] + padding-top: 1rem !important;
  8291. 2.97 s [treefmt-check] + padding-bottom: 1rem !important;
  8292. 2.97 s [treefmt-check] }
  8293. 2.97 s [treefmt-check] .p-sm-5 {
  8294. 2.97 s [treefmt-check] - padding:1.5rem !important
  8295. 2.97 s [treefmt-check] + padding: 1.5rem !important;
  8296. 2.97 s [treefmt-check] }
  8297. 2.97 s [treefmt-check] .pt-sm-5 {
  8298. 2.97 s [treefmt-check] - padding-top:1.5rem !important
  8299. 2.97 s [treefmt-check] + padding-top: 1.5rem !important;
  8300. 2.97 s [treefmt-check] }
  8301. 2.97 s [treefmt-check] .pr-sm-5 {
  8302. 2.97 s [treefmt-check] - padding-right:1.5rem !important
  8303. 2.97 s [treefmt-check] + padding-right: 1.5rem !important;
  8304. 2.97 s [treefmt-check] }
  8305. 2.97 s [treefmt-check] .pb-sm-5 {
  8306. 2.97 s [treefmt-check] - padding-bottom:1.5rem !important
  8307. 2.97 s [treefmt-check] + padding-bottom: 1.5rem !important;
  8308. 2.97 s [treefmt-check] }
  8309. 2.97 s [treefmt-check] .pl-sm-5 {
  8310. 2.97 s [treefmt-check] - padding-left:1.5rem !important
  8311. 2.97 s [treefmt-check] + padding-left: 1.5rem !important;
  8312. 2.97 s [treefmt-check] }
  8313. 2.97 s [treefmt-check] .px-sm-5 {
  8314. 2.97 s [treefmt-check] - padding-right:1.5rem !important;
  8315. 2.97 s [treefmt-check] - padding-left:1.5rem !important
  8316. 2.97 s [treefmt-check] + padding-right: 1.5rem !important;
  8317. 2.97 s [treefmt-check] + padding-left: 1.5rem !important;
  8318. 2.97 s [treefmt-check] }
  8319. 2.97 s [treefmt-check] .py-sm-5 {
  8320. 2.97 s [treefmt-check] - padding-top:1.5rem !important;
  8321. 2.97 s [treefmt-check] - padding-bottom:1.5rem !important
  8322. 2.97 s [treefmt-check] + padding-top: 1.5rem !important;
  8323. 2.97 s [treefmt-check] + padding-bottom: 1.5rem !important;
  8324. 2.97 s [treefmt-check] }
  8325. 2.97 s [treefmt-check] .p-sm-6 {
  8326. 2.97 s [treefmt-check] - padding:2rem !important
  8327. 2.97 s [treefmt-check] + padding: 2rem !important;
  8328. 2.97 s [treefmt-check] }
  8329. 2.97 s [treefmt-check] .pt-sm-6 {
  8330. 2.97 s [treefmt-check] - padding-top:2rem !important
  8331. 2.97 s [treefmt-check] + padding-top: 2rem !important;
  8332. 2.97 s [treefmt-check] }
  8333. 2.97 s [treefmt-check] .pr-sm-6 {
  8334. 2.97 s [treefmt-check] - padding-right:2rem !important
  8335. 2.97 s [treefmt-check] + padding-right: 2rem !important;
  8336. 2.97 s [treefmt-check] }
  8337. 2.97 s [treefmt-check] .pb-sm-6 {
  8338. 2.97 s [treefmt-check] - padding-bottom:2rem !important
  8339. 2.97 s [treefmt-check] + padding-bottom: 2rem !important;
  8340. 2.97 s [treefmt-check] }
  8341. 2.97 s [treefmt-check] .pl-sm-6 {
  8342. 2.97 s [treefmt-check] - padding-left:2rem !important
  8343. 2.97 s [treefmt-check] + padding-left: 2rem !important;
  8344. 2.97 s [treefmt-check] }
  8345. 2.97 s [treefmt-check] .px-sm-6 {
  8346. 2.97 s [treefmt-check] - padding-right:2rem !important;
  8347. 2.97 s [treefmt-check] - padding-left:2rem !important
  8348. 2.97 s [treefmt-check] + padding-right: 2rem !important;
  8349. 2.97 s [treefmt-check] + padding-left: 2rem !important;
  8350. 2.97 s [treefmt-check] }
  8351. 2.97 s [treefmt-check] .py-sm-6 {
  8352. 2.97 s [treefmt-check] - padding-top:2rem !important;
  8353. 2.97 s [treefmt-check] - padding-bottom:2rem !important
  8354. 2.97 s [treefmt-check] + padding-top: 2rem !important;
  8355. 2.97 s [treefmt-check] + padding-bottom: 2rem !important;
  8356. 2.97 s [treefmt-check] }
  8357. 2.97 s [treefmt-check] .p-sm-7 {
  8358. 2.97 s [treefmt-check] - padding:2.5rem !important
  8359. 2.97 s [treefmt-check] + padding: 2.5rem !important;
  8360. 2.97 s [treefmt-check] }
  8361. 2.97 s [treefmt-check] .pt-sm-7 {
  8362. 2.97 s [treefmt-check] - padding-top:2.5rem !important
  8363. 2.97 s [treefmt-check] + padding-top: 2.5rem !important;
  8364. 2.97 s [treefmt-check] }
  8365. 2.97 s [treefmt-check] .pr-sm-7 {
  8366. 2.97 s [treefmt-check] - padding-right:2.5rem !important
  8367. 2.97 s [treefmt-check] + padding-right: 2.5rem !important;
  8368. 2.97 s [treefmt-check] }
  8369. 2.97 s [treefmt-check] .pb-sm-7 {
  8370. 2.97 s [treefmt-check] - padding-bottom:2.5rem !important
  8371. 2.97 s [treefmt-check] + padding-bottom: 2.5rem !important;
  8372. 2.97 s [treefmt-check] }
  8373. 2.97 s [treefmt-check] .pl-sm-7 {
  8374. 2.97 s [treefmt-check] - padding-left:2.5rem !important
  8375. 2.97 s [treefmt-check] + padding-left: 2.5rem !important;
  8376. 2.97 s [treefmt-check] }
  8377. 2.97 s [treefmt-check] .px-sm-7 {
  8378. 2.97 s [treefmt-check] - padding-right:2.5rem !important;
  8379. 2.97 s [treefmt-check] - padding-left:2.5rem !important
  8380. 2.97 s [treefmt-check] + padding-right: 2.5rem !important;
  8381. 2.97 s [treefmt-check] + padding-left: 2.5rem !important;
  8382. 2.97 s [treefmt-check] }
  8383. 2.97 s [treefmt-check] .py-sm-7 {
  8384. 2.97 s [treefmt-check] - padding-top:2.5rem !important;
  8385. 2.97 s [treefmt-check] - padding-bottom:2.5rem !important
  8386. 2.97 s [treefmt-check] + padding-top: 2.5rem !important;
  8387. 2.97 s [treefmt-check] + padding-bottom: 2.5rem !important;
  8388. 2.97 s [treefmt-check] }
  8389. 2.97 s [treefmt-check] .p-sm-8 {
  8390. 2.97 s [treefmt-check] - padding:3rem !important
  8391. 2.97 s [treefmt-check] + padding: 3rem !important;
  8392. 2.97 s [treefmt-check] }
  8393. 2.97 s [treefmt-check] .pt-sm-8 {
  8394. 2.97 s [treefmt-check] - padding-top:3rem !important
  8395. 2.97 s [treefmt-check] + padding-top: 3rem !important;
  8396. 2.97 s [treefmt-check] }
  8397. 2.97 s [treefmt-check] .pr-sm-8 {
  8398. 2.97 s [treefmt-check] - padding-right:3rem !important
  8399. 2.97 s [treefmt-check] + padding-right: 3rem !important;
  8400. 2.97 s [treefmt-check] }
  8401. 2.97 s [treefmt-check] .pb-sm-8 {
  8402. 2.97 s [treefmt-check] - padding-bottom:3rem !important
  8403. 2.97 s [treefmt-check] + padding-bottom: 3rem !important;
  8404. 2.97 s [treefmt-check] }
  8405. 2.97 s [treefmt-check] .pl-sm-8 {
  8406. 2.97 s [treefmt-check] - padding-left:3rem !important
  8407. 2.97 s [treefmt-check] + padding-left: 3rem !important;
  8408. 2.97 s [treefmt-check] }
  8409. 2.97 s [treefmt-check] .px-sm-8 {
  8410. 2.97 s [treefmt-check] - padding-right:3rem !important;
  8411. 2.97 s [treefmt-check] - padding-left:3rem !important
  8412. 2.97 s [treefmt-check] + padding-right: 3rem !important;
  8413. 2.97 s [treefmt-check] + padding-left: 3rem !important;
  8414. 2.97 s [treefmt-check] }
  8415. 2.97 s [treefmt-check] .py-sm-8 {
  8416. 2.97 s [treefmt-check] - padding-top:3rem !important;
  8417. 2.97 s [treefmt-check] - padding-bottom:3rem !important
  8418. 2.97 s [treefmt-check] + padding-top: 3rem !important;
  8419. 2.97 s [treefmt-check] + padding-bottom: 3rem !important;
  8420. 2.97 s [treefmt-check] }
  8421. 2.97 s [treefmt-check] .p-sm-9 {
  8422. 2.97 s [treefmt-check] - padding:3.5rem !important
  8423. 2.97 s [treefmt-check] + padding: 3.5rem !important;
  8424. 2.97 s [treefmt-check] }
  8425. 2.97 s [treefmt-check] .pt-sm-9 {
  8426. 2.97 s [treefmt-check] - padding-top:3.5rem !important
  8427. 2.97 s [treefmt-check] + padding-top: 3.5rem !important;
  8428. 2.97 s [treefmt-check] }
  8429. 2.97 s [treefmt-check] .pr-sm-9 {
  8430. 2.97 s [treefmt-check] - padding-right:3.5rem !important
  8431. 2.97 s [treefmt-check] + padding-right: 3.5rem !important;
  8432. 2.97 s [treefmt-check] }
  8433. 2.97 s [treefmt-check] .pb-sm-9 {
  8434. 2.97 s [treefmt-check] - padding-bottom:3.5rem !important
  8435. 2.97 s [treefmt-check] + padding-bottom: 3.5rem !important;
  8436. 2.97 s [treefmt-check] }
  8437. 2.97 s [treefmt-check] .pl-sm-9 {
  8438. 2.97 s [treefmt-check] - padding-left:3.5rem !important
  8439. 2.97 s [treefmt-check] + padding-left: 3.5rem !important;
  8440. 2.97 s [treefmt-check] }
  8441. 2.97 s [treefmt-check] .px-sm-9 {
  8442. 2.97 s [treefmt-check] - padding-right:3.5rem !important;
  8443. 2.97 s [treefmt-check] - padding-left:3.5rem !important
  8444. 2.97 s [treefmt-check] + padding-right: 3.5rem !important;
  8445. 2.97 s [treefmt-check] + padding-left: 3.5rem !important;
  8446. 2.97 s [treefmt-check] }
  8447. 2.97 s [treefmt-check] .py-sm-9 {
  8448. 2.97 s [treefmt-check] - padding-top:3.5rem !important;
  8449. 2.97 s [treefmt-check] - padding-bottom:3.5rem !important
  8450. 2.97 s [treefmt-check] + padding-top: 3.5rem !important;
  8451. 2.97 s [treefmt-check] + padding-bottom: 3.5rem !important;
  8452. 2.97 s [treefmt-check] }
  8453. 2.97 s [treefmt-check] .p-sm-10 {
  8454. 2.97 s [treefmt-check] - padding:4rem !important
  8455. 2.97 s [treefmt-check] + padding: 4rem !important;
  8456. 2.97 s [treefmt-check] }
  8457. 2.97 s [treefmt-check] .pt-sm-10 {
  8458. 2.97 s [treefmt-check] - padding-top:4rem !important
  8459. 2.97 s [treefmt-check] + padding-top: 4rem !important;
  8460. 2.97 s [treefmt-check] }
  8461. 2.97 s [treefmt-check] .pr-sm-10 {
  8462. 2.97 s [treefmt-check] - padding-right:4rem !important
  8463. 2.97 s [treefmt-check] + padding-right: 4rem !important;
  8464. 2.97 s [treefmt-check] }
  8465. 2.97 s [treefmt-check] .pb-sm-10 {
  8466. 2.97 s [treefmt-check] - padding-bottom:4rem !important
  8467. 2.97 s [treefmt-check] + padding-bottom: 4rem !important;
  8468. 2.97 s [treefmt-check] }
  8469. 2.97 s [treefmt-check] .pl-sm-10 {
  8470. 2.97 s [treefmt-check] - padding-left:4rem !important
  8471. 2.97 s [treefmt-check] + padding-left: 4rem !important;
  8472. 2.97 s [treefmt-check] }
  8473. 2.97 s [treefmt-check] .px-sm-10 {
  8474. 2.97 s [treefmt-check] - padding-right:4rem !important;
  8475. 2.97 s [treefmt-check] - padding-left:4rem !important
  8476. 2.97 s [treefmt-check] + padding-right: 4rem !important;
  8477. 2.97 s [treefmt-check] + padding-left: 4rem !important;
  8478. 2.97 s [treefmt-check] }
  8479. 2.97 s [treefmt-check] .py-sm-10 {
  8480. 2.97 s [treefmt-check] - padding-top:4rem !important;
  8481. 2.97 s [treefmt-check] - padding-bottom:4rem !important
  8482. 2.97 s [treefmt-check] + padding-top: 4rem !important;
  8483. 2.97 s [treefmt-check] + padding-bottom: 4rem !important;
  8484. 2.97 s [treefmt-check] }
  8485. 2.97 s [treefmt-check] }
  8486. 2.97 s [treefmt-check] @media (min-width: 50rem) {
  8487. 2.97 s [treefmt-check] .p-md-0 {
  8488. 2.97 s [treefmt-check] - padding:0 !important
  8489. 2.97 s [treefmt-check] + padding: 0 !important;
  8490. 2.97 s [treefmt-check] }
  8491. 2.97 s [treefmt-check] .pt-md-0 {
  8492. 2.97 s [treefmt-check] - padding-top:0 !important
  8493. 2.97 s [treefmt-check] + padding-top: 0 !important;
  8494. 2.97 s [treefmt-check] }
  8495. 2.97 s [treefmt-check] .pr-md-0 {
  8496. 2.97 s [treefmt-check] - padding-right:0 !important
  8497. 2.97 s [treefmt-check] + padding-right: 0 !important;
  8498. 2.97 s [treefmt-check] }
  8499. 2.97 s [treefmt-check] .pb-md-0 {
  8500. 2.97 s [treefmt-check] - padding-bottom:0 !important
  8501. 2.97 s [treefmt-check] + padding-bottom: 0 !important;
  8502. 2.97 s [treefmt-check] }
  8503. 2.97 s [treefmt-check] .pl-md-0 {
  8504. 2.97 s [treefmt-check] - padding-left:0 !important
  8505. 2.97 s [treefmt-check] + padding-left: 0 !important;
  8506. 2.97 s [treefmt-check] }
  8507. 2.97 s [treefmt-check] .px-md-0 {
  8508. 2.97 s [treefmt-check] - padding-right:0 !important;
  8509. 2.97 s [treefmt-check] - padding-left:0 !important
  8510. 2.97 s [treefmt-check] + padding-right: 0 !important;
  8511. 2.97 s [treefmt-check] + padding-left: 0 !important;
  8512. 2.97 s [treefmt-check] }
  8513. 2.97 s [treefmt-check] .py-md-0 {
  8514. 2.97 s [treefmt-check] - padding-top:0 !important;
  8515. 2.97 s [treefmt-check] - padding-bottom:0 !important
  8516. 2.97 s [treefmt-check] + padding-top: 0 !important;
  8517. 2.97 s [treefmt-check] + padding-bottom: 0 !important;
  8518. 2.97 s [treefmt-check] }
  8519. 2.97 s [treefmt-check] .p-md-1 {
  8520. 2.97 s [treefmt-check] - padding:.25rem !important
  8521. 2.97 s [treefmt-check] + padding: 0.25rem !important;
  8522. 2.97 s [treefmt-check] }
  8523. 2.97 s [treefmt-check] .pt-md-1 {
  8524. 2.97 s [treefmt-check] - padding-top:.25rem !important
  8525. 2.97 s [treefmt-check] + padding-top: 0.25rem !important;
  8526. 2.97 s [treefmt-check] }
  8527. 2.97 s [treefmt-check] .pr-md-1 {
  8528. 2.97 s [treefmt-check] - padding-right:.25rem !important
  8529. 2.97 s [treefmt-check] + padding-right: 0.25rem !important;
  8530. 2.97 s [treefmt-check] }
  8531. 2.97 s [treefmt-check] .pb-md-1 {
  8532. 2.97 s [treefmt-check] - padding-bottom:.25rem !important
  8533. 2.97 s [treefmt-check] + padding-bottom: 0.25rem !important;
  8534. 2.97 s [treefmt-check] }
  8535. 2.97 s [treefmt-check] .pl-md-1 {
  8536. 2.97 s [treefmt-check] - padding-left:.25rem !important
  8537. 2.97 s [treefmt-check] + padding-left: 0.25rem !important;
  8538. 2.97 s [treefmt-check] }
  8539. 2.97 s [treefmt-check] .px-md-1 {
  8540. 2.97 s [treefmt-check] - padding-right:.25rem !important;
  8541. 2.97 s [treefmt-check] - padding-left:.25rem !important
  8542. 2.97 s [treefmt-check] + padding-right: 0.25rem !important;
  8543. 2.97 s [treefmt-check] + padding-left: 0.25rem !important;
  8544. 2.97 s [treefmt-check] }
  8545. 2.97 s [treefmt-check] .py-md-1 {
  8546. 2.97 s [treefmt-check] - padding-top:.25rem !important;
  8547. 2.97 s [treefmt-check] - padding-bottom:.25rem !important
  8548. 2.97 s [treefmt-check] + padding-top: 0.25rem !important;
  8549. 2.97 s [treefmt-check] + padding-bottom: 0.25rem !important;
  8550. 2.97 s [treefmt-check] }
  8551. 2.97 s [treefmt-check] .p-md-2 {
  8552. 2.97 s [treefmt-check] - padding:.5rem !important
  8553. 2.97 s [treefmt-check] + padding: 0.5rem !important;
  8554. 2.97 s [treefmt-check] }
  8555. 2.97 s [treefmt-check] .pt-md-2 {
  8556. 2.97 s [treefmt-check] - padding-top:.5rem !important
  8557. 2.97 s [treefmt-check] + padding-top: 0.5rem !important;
  8558. 2.97 s [treefmt-check] }
  8559. 2.97 s [treefmt-check] .pr-md-2 {
  8560. 2.97 s [treefmt-check] - padding-right:.5rem !important
  8561. 2.97 s [treefmt-check] + padding-right: 0.5rem !important;
  8562. 2.97 s [treefmt-check] }
  8563. 2.97 s [treefmt-check] .pb-md-2 {
  8564. 2.97 s [treefmt-check] - padding-bottom:.5rem !important
  8565. 2.97 s [treefmt-check] + padding-bottom: 0.5rem !important;
  8566. 2.97 s [treefmt-check] }
  8567. 2.97 s [treefmt-check] .pl-md-2 {
  8568. 2.97 s [treefmt-check] - padding-left:.5rem !important
  8569. 2.97 s [treefmt-check] + padding-left: 0.5rem !important;
  8570. 2.97 s [treefmt-check] }
  8571. 2.97 s [treefmt-check] .px-md-2 {
  8572. 2.97 s [treefmt-check] - padding-right:.5rem !important;
  8573. 2.97 s [treefmt-check] - padding-left:.5rem !important
  8574. 2.97 s [treefmt-check] + padding-right: 0.5rem !important;
  8575. 2.97 s [treefmt-check] + padding-left: 0.5rem !important;
  8576. 2.97 s [treefmt-check] }
  8577. 2.97 s [treefmt-check] .py-md-2 {
  8578. 2.97 s [treefmt-check] - padding-top:.5rem !important;
  8579. 2.97 s [treefmt-check] - padding-bottom:.5rem !important
  8580. 2.97 s [treefmt-check] + padding-top: 0.5rem !important;
  8581. 2.97 s [treefmt-check] + padding-bottom: 0.5rem !important;
  8582. 2.97 s [treefmt-check] }
  8583. 2.97 s [treefmt-check] .p-md-3 {
  8584. 2.97 s [treefmt-check] - padding:.75rem !important
  8585. 2.97 s [treefmt-check] + padding: 0.75rem !important;
  8586. 2.97 s [treefmt-check] }
  8587. 2.97 s [treefmt-check] .pt-md-3 {
  8588. 2.97 s [treefmt-check] - padding-top:.75rem !important
  8589. 2.97 s [treefmt-check] + padding-top: 0.75rem !important;
  8590. 2.97 s [treefmt-check] }
  8591. 2.97 s [treefmt-check] .pr-md-3 {
  8592. 2.97 s [treefmt-check] - padding-right:.75rem !important
  8593. 2.97 s [treefmt-check] + padding-right: 0.75rem !important;
  8594. 2.97 s [treefmt-check] }
  8595. 2.97 s [treefmt-check] .pb-md-3 {
  8596. 2.97 s [treefmt-check] - padding-bottom:.75rem !important
  8597. 2.97 s [treefmt-check] + padding-bottom: 0.75rem !important;
  8598. 2.97 s [treefmt-check] }
  8599. 2.97 s [treefmt-check] .pl-md-3 {
  8600. 2.97 s [treefmt-check] - padding-left:.75rem !important
  8601. 2.97 s [treefmt-check] + padding-left: 0.75rem !important;
  8602. 2.97 s [treefmt-check] }
  8603. 2.97 s [treefmt-check] .px-md-3 {
  8604. 2.97 s [treefmt-check] - padding-right:.75rem !important;
  8605. 2.97 s [treefmt-check] - padding-left:.75rem !important
  8606. 2.97 s [treefmt-check] + padding-right: 0.75rem !important;
  8607. 2.97 s [treefmt-check] + padding-left: 0.75rem !important;
  8608. 2.97 s [treefmt-check] }
  8609. 2.97 s [treefmt-check] .py-md-3 {
  8610. 2.97 s [treefmt-check] - padding-top:.75rem !important;
  8611. 2.97 s [treefmt-check] - padding-bottom:.75rem !important
  8612. 2.97 s [treefmt-check] + padding-top: 0.75rem !important;
  8613. 2.97 s [treefmt-check] + padding-bottom: 0.75rem !important;
  8614. 2.97 s [treefmt-check] }
  8615. 2.97 s [treefmt-check] .p-md-4 {
  8616. 2.97 s [treefmt-check] - padding:1rem !important
  8617. 2.97 s [treefmt-check] + padding: 1rem !important;
  8618. 2.97 s [treefmt-check] }
  8619. 2.97 s [treefmt-check] .pt-md-4 {
  8620. 2.97 s [treefmt-check] - padding-top:1rem !important
  8621. 2.97 s [treefmt-check] + padding-top: 1rem !important;
  8622. 2.97 s [treefmt-check] }
  8623. 2.97 s [treefmt-check] .pr-md-4 {
  8624. 2.97 s [treefmt-check] - padding-right:1rem !important
  8625. 2.97 s [treefmt-check] + padding-right: 1rem !important;
  8626. 2.97 s [treefmt-check] }
  8627. 2.97 s [treefmt-check] .pb-md-4 {
  8628. 2.97 s [treefmt-check] - padding-bottom:1rem !important
  8629. 2.97 s [treefmt-check] + padding-bottom: 1rem !important;
  8630. 2.97 s [treefmt-check] }
  8631. 2.97 s [treefmt-check] .pl-md-4 {
  8632. 2.97 s [treefmt-check] - padding-left:1rem !important
  8633. 2.97 s [treefmt-check] + padding-left: 1rem !important;
  8634. 2.97 s [treefmt-check] }
  8635. 2.97 s [treefmt-check] .px-md-4 {
  8636. 2.97 s [treefmt-check] - padding-right:1rem !important;
  8637. 2.97 s [treefmt-check] - padding-left:1rem !important
  8638. 2.97 s [treefmt-check] + padding-right: 1rem !important;
  8639. 2.97 s [treefmt-check] + padding-left: 1rem !important;
  8640. 2.97 s [treefmt-check] }
  8641. 2.97 s [treefmt-check] .py-md-4 {
  8642. 2.97 s [treefmt-check] - padding-top:1rem !important;
  8643. 2.97 s [treefmt-check] - padding-bottom:1rem !important
  8644. 2.97 s [treefmt-check] + padding-top: 1rem !important;
  8645. 2.97 s [treefmt-check] + padding-bottom: 1rem !important;
  8646. 2.97 s [treefmt-check] }
  8647. 2.97 s [treefmt-check] .p-md-5 {
  8648. 2.97 s [treefmt-check] - padding:1.5rem !important
  8649. 2.97 s [treefmt-check] + padding: 1.5rem !important;
  8650. 2.97 s [treefmt-check] }
  8651. 2.97 s [treefmt-check] .pt-md-5 {
  8652. 2.97 s [treefmt-check] - padding-top:1.5rem !important
  8653. 2.97 s [treefmt-check] + padding-top: 1.5rem !important;
  8654. 2.97 s [treefmt-check] }
  8655. 2.97 s [treefmt-check] .pr-md-5 {
  8656. 2.97 s [treefmt-check] - padding-right:1.5rem !important
  8657. 2.97 s [treefmt-check] + padding-right: 1.5rem !important;
  8658. 2.97 s [treefmt-check] }
  8659. 2.97 s [treefmt-check] .pb-md-5 {
  8660. 2.97 s [treefmt-check] - padding-bottom:1.5rem !important
  8661. 2.97 s [treefmt-check] + padding-bottom: 1.5rem !important;
  8662. 2.97 s [treefmt-check] }
  8663. 2.97 s [treefmt-check] .pl-md-5 {
  8664. 2.97 s [treefmt-check] - padding-left:1.5rem !important
  8665. 2.97 s [treefmt-check] + padding-left: 1.5rem !important;
  8666. 2.97 s [treefmt-check] }
  8667. 2.97 s [treefmt-check] .px-md-5 {
  8668. 2.97 s [treefmt-check] - padding-right:1.5rem !important;
  8669. 2.97 s [treefmt-check] - padding-left:1.5rem !important
  8670. 2.97 s [treefmt-check] + padding-right: 1.5rem !important;
  8671. 2.97 s [treefmt-check] + padding-left: 1.5rem !important;
  8672. 2.97 s [treefmt-check] }
  8673. 2.97 s [treefmt-check] .py-md-5 {
  8674. 2.97 s [treefmt-check] - padding-top:1.5rem !important;
  8675. 2.97 s [treefmt-check] - padding-bottom:1.5rem !important
  8676. 2.97 s [treefmt-check] + padding-top: 1.5rem !important;
  8677. 2.97 s [treefmt-check] + padding-bottom: 1.5rem !important;
  8678. 2.97 s [treefmt-check] }
  8679. 2.97 s [treefmt-check] .p-md-6 {
  8680. 2.97 s [treefmt-check] - padding:2rem !important
  8681. 2.97 s [treefmt-check] + padding: 2rem !important;
  8682. 2.97 s [treefmt-check] }
  8683. 2.97 s [treefmt-check] .pt-md-6 {
  8684. 2.97 s [treefmt-check] - padding-top:2rem !important
  8685. 2.97 s [treefmt-check] + padding-top: 2rem !important;
  8686. 2.98 s [treefmt-check] }
  8687. 2.98 s [treefmt-check] .pr-md-6 {
  8688. 2.98 s [treefmt-check] - padding-right:2rem !important
  8689. 2.98 s [treefmt-check] + padding-right: 2rem !important;
  8690. 2.98 s [treefmt-check] }
  8691. 2.98 s [treefmt-check] .pb-md-6 {
  8692. 2.98 s [treefmt-check] - padding-bottom:2rem !important
  8693. 2.98 s [treefmt-check] + padding-bottom: 2rem !important;
  8694. 2.98 s [treefmt-check] }
  8695. 2.98 s [treefmt-check] .pl-md-6 {
  8696. 2.98 s [treefmt-check] - padding-left:2rem !important
  8697. 2.98 s [treefmt-check] + padding-left: 2rem !important;
  8698. 2.98 s [treefmt-check] }
  8699. 2.98 s [treefmt-check] .px-md-6 {
  8700. 2.98 s [treefmt-check] - padding-right:2rem !important;
  8701. 2.98 s [treefmt-check] - padding-left:2rem !important
  8702. 2.98 s [treefmt-check] + padding-right: 2rem !important;
  8703. 2.98 s [treefmt-check] + padding-left: 2rem !important;
  8704. 2.98 s [treefmt-check] }
  8705. 2.98 s [treefmt-check] .py-md-6 {
  8706. 2.98 s [treefmt-check] - padding-top:2rem !important;
  8707. 2.98 s [treefmt-check] - padding-bottom:2rem !important
  8708. 2.98 s [treefmt-check] + padding-top: 2rem !important;
  8709. 2.98 s [treefmt-check] + padding-bottom: 2rem !important;
  8710. 2.98 s [treefmt-check] }
  8711. 2.98 s [treefmt-check] .p-md-7 {
  8712. 2.98 s [treefmt-check] - padding:2.5rem !important
  8713. 2.98 s [treefmt-check] + padding: 2.5rem !important;
  8714. 2.98 s [treefmt-check] }
  8715. 2.98 s [treefmt-check] .pt-md-7 {
  8716. 2.98 s [treefmt-check] - padding-top:2.5rem !important
  8717. 2.98 s [treefmt-check] + padding-top: 2.5rem !important;
  8718. 2.98 s [treefmt-check] }
  8719. 2.98 s [treefmt-check] .pr-md-7 {
  8720. 2.98 s [treefmt-check] - padding-right:2.5rem !important
  8721. 2.98 s [treefmt-check] + padding-right: 2.5rem !important;
  8722. 2.98 s [treefmt-check] }
  8723. 2.98 s [treefmt-check] .pb-md-7 {
  8724. 2.98 s [treefmt-check] - padding-bottom:2.5rem !important
  8725. 2.98 s [treefmt-check] + padding-bottom: 2.5rem !important;
  8726. 2.98 s [treefmt-check] }
  8727. 2.98 s [treefmt-check] .pl-md-7 {
  8728. 2.98 s [treefmt-check] - padding-left:2.5rem !important
  8729. 2.98 s [treefmt-check] + padding-left: 2.5rem !important;
  8730. 2.98 s [treefmt-check] }
  8731. 2.98 s [treefmt-check] .px-md-7 {
  8732. 2.98 s [treefmt-check] - padding-right:2.5rem !important;
  8733. 2.98 s [treefmt-check] - padding-left:2.5rem !important
  8734. 2.98 s [treefmt-check] + padding-right: 2.5rem !important;
  8735. 2.98 s [treefmt-check] + padding-left: 2.5rem !important;
  8736. 2.98 s [treefmt-check] }
  8737. 2.98 s [treefmt-check] .py-md-7 {
  8738. 2.98 s [treefmt-check] - padding-top:2.5rem !important;
  8739. 2.98 s [treefmt-check] - padding-bottom:2.5rem !important
  8740. 2.98 s [treefmt-check] + padding-top: 2.5rem !important;
  8741. 2.98 s [treefmt-check] + padding-bottom: 2.5rem !important;
  8742. 2.98 s [treefmt-check] }
  8743. 2.98 s [treefmt-check] .p-md-8 {
  8744. 2.98 s [treefmt-check] - padding:3rem !important
  8745. 2.98 s [treefmt-check] + padding: 3rem !important;
  8746. 2.98 s [treefmt-check] }
  8747. 2.98 s [treefmt-check] .pt-md-8 {
  8748. 2.98 s [treefmt-check] - padding-top:3rem !important
  8749. 2.98 s [treefmt-check] + padding-top: 3rem !important;
  8750. 2.98 s [treefmt-check] }
  8751. 2.98 s [treefmt-check] .pr-md-8 {
  8752. 2.98 s [treefmt-check] - padding-right:3rem !important
  8753. 2.98 s [treefmt-check] + padding-right: 3rem !important;
  8754. 2.98 s [treefmt-check] }
  8755. 2.98 s [treefmt-check] .pb-md-8 {
  8756. 2.98 s [treefmt-check] - padding-bottom:3rem !important
  8757. 2.98 s [treefmt-check] + padding-bottom: 3rem !important;
  8758. 2.98 s [treefmt-check] }
  8759. 2.98 s [treefmt-check] .pl-md-8 {
  8760. 2.98 s [treefmt-check] - padding-left:3rem !important
  8761. 2.98 s [treefmt-check] + padding-left: 3rem !important;
  8762. 2.98 s [treefmt-check] }
  8763. 2.98 s [treefmt-check] .px-md-8 {
  8764. 2.98 s [treefmt-check] - padding-right:3rem !important;
  8765. 2.98 s [treefmt-check] - padding-left:3rem !important
  8766. 2.98 s [treefmt-check] + padding-right: 3rem !important;
  8767. 2.98 s [treefmt-check] + padding-left: 3rem !important;
  8768. 2.98 s [treefmt-check] }
  8769. 2.98 s [treefmt-check] .py-md-8 {
  8770. 2.98 s [treefmt-check] - padding-top:3rem !important;
  8771. 2.98 s [treefmt-check] - padding-bottom:3rem !important
  8772. 2.98 s [treefmt-check] + padding-top: 3rem !important;
  8773. 2.98 s [treefmt-check] + padding-bottom: 3rem !important;
  8774. 2.98 s [treefmt-check] }
  8775. 2.98 s [treefmt-check] .p-md-9 {
  8776. 2.98 s [treefmt-check] - padding:3.5rem !important
  8777. 2.98 s [treefmt-check] + padding: 3.5rem !important;
  8778. 2.98 s [treefmt-check] }
  8779. 2.98 s [treefmt-check] .pt-md-9 {
  8780. 2.98 s [treefmt-check] - padding-top:3.5rem !important
  8781. 2.98 s [treefmt-check] + padding-top: 3.5rem !important;
  8782. 2.98 s [treefmt-check] }
  8783. 2.98 s [treefmt-check] .pr-md-9 {
  8784. 2.98 s [treefmt-check] - padding-right:3.5rem !important
  8785. 2.98 s [treefmt-check] + padding-right: 3.5rem !important;
  8786. 2.98 s [treefmt-check] }
  8787. 2.98 s [treefmt-check] .pb-md-9 {
  8788. 2.98 s [treefmt-check] - padding-bottom:3.5rem !important
  8789. 2.98 s [treefmt-check] + padding-bottom: 3.5rem !important;
  8790. 2.98 s [treefmt-check] }
  8791. 2.98 s [treefmt-check] .pl-md-9 {
  8792. 2.98 s [treefmt-check] - padding-left:3.5rem !important
  8793. 2.98 s [treefmt-check] + padding-left: 3.5rem !important;
  8794. 2.98 s [treefmt-check] }
  8795. 2.98 s [treefmt-check] .px-md-9 {
  8796. 2.98 s [treefmt-check] - padding-right:3.5rem !important;
  8797. 2.98 s [treefmt-check] - padding-left:3.5rem !important
  8798. 2.98 s [treefmt-check] + padding-right: 3.5rem !important;
  8799. 2.98 s [treefmt-check] + padding-left: 3.5rem !important;
  8800. 2.98 s [treefmt-check] }
  8801. 2.98 s [treefmt-check] .py-md-9 {
  8802. 2.98 s [treefmt-check] - padding-top:3.5rem !important;
  8803. 2.98 s [treefmt-check] - padding-bottom:3.5rem !important
  8804. 2.98 s [treefmt-check] + padding-top: 3.5rem !important;
  8805. 2.98 s [treefmt-check] + padding-bottom: 3.5rem !important;
  8806. 2.98 s [treefmt-check] }
  8807. 2.98 s [treefmt-check] .p-md-10 {
  8808. 2.98 s [treefmt-check] - padding:4rem !important
  8809. 2.98 s [treefmt-check] + padding: 4rem !important;
  8810. 2.98 s [treefmt-check] }
  8811. 2.98 s [treefmt-check] .pt-md-10 {
  8812. 2.98 s [treefmt-check] - padding-top:4rem !important
  8813. 2.98 s [treefmt-check] + padding-top: 4rem !important;
  8814. 2.98 s [treefmt-check] }
  8815. 2.98 s [treefmt-check] .pr-md-10 {
  8816. 2.98 s [treefmt-check] - padding-right:4rem !important
  8817. 2.98 s [treefmt-check] + padding-right: 4rem !important;
  8818. 2.98 s [treefmt-check] }
  8819. 2.98 s [treefmt-check] .pb-md-10 {
  8820. 2.98 s [treefmt-check] - padding-bottom:4rem !important
  8821. 2.98 s [treefmt-check] + padding-bottom: 4rem !important;
  8822. 2.98 s [treefmt-check] }
  8823. 2.98 s [treefmt-check] .pl-md-10 {
  8824. 2.98 s [treefmt-check] - padding-left:4rem !important
  8825. 2.98 s [treefmt-check] + padding-left: 4rem !important;
  8826. 2.98 s [treefmt-check] }
  8827. 2.98 s [treefmt-check] .px-md-10 {
  8828. 2.98 s [treefmt-check] - padding-right:4rem !important;
  8829. 2.98 s [treefmt-check] - padding-left:4rem !important
  8830. 2.98 s [treefmt-check] + padding-right: 4rem !important;
  8831. 2.98 s [treefmt-check] + padding-left: 4rem !important;
  8832. 2.98 s [treefmt-check] }
  8833. 2.98 s [treefmt-check] .py-md-10 {
  8834. 2.98 s [treefmt-check] - padding-top:4rem !important;
  8835. 2.98 s [treefmt-check] - padding-bottom:4rem !important
  8836. 2.98 s [treefmt-check] + padding-top: 4rem !important;
  8837. 2.98 s [treefmt-check] + padding-bottom: 4rem !important;
  8838. 2.98 s [treefmt-check] }
  8839. 2.98 s [treefmt-check] }
  8840. 2.98 s [treefmt-check] @media (min-width: 66.5rem) {
  8841. 2.98 s [treefmt-check] .p-lg-0 {
  8842. 2.98 s [treefmt-check] - padding:0 !important
  8843. 2.98 s [treefmt-check] + padding: 0 !important;
  8844. 2.98 s [treefmt-check] }
  8845. 2.98 s [treefmt-check] .pt-lg-0 {
  8846. 2.98 s [treefmt-check] - padding-top:0 !important
  8847. 2.98 s [treefmt-check] + padding-top: 0 !important;
  8848. 2.98 s [treefmt-check] }
  8849. 2.98 s [treefmt-check] .pr-lg-0 {
  8850. 2.98 s [treefmt-check] - padding-right:0 !important
  8851. 2.98 s [treefmt-check] + padding-right: 0 !important;
  8852. 2.98 s [treefmt-check] }
  8853. 2.98 s [treefmt-check] .pb-lg-0 {
  8854. 2.98 s [treefmt-check] - padding-bottom:0 !important
  8855. 2.98 s [treefmt-check] + padding-bottom: 0 !important;
  8856. 2.98 s [treefmt-check] }
  8857. 2.98 s [treefmt-check] .pl-lg-0 {
  8858. 2.98 s [treefmt-check] - padding-left:0 !important
  8859. 2.98 s [treefmt-check] + padding-left: 0 !important;
  8860. 2.98 s [treefmt-check] }
  8861. 2.98 s [treefmt-check] .px-lg-0 {
  8862. 2.98 s [treefmt-check] - padding-right:0 !important;
  8863. 2.98 s [treefmt-check] - padding-left:0 !important
  8864. 2.98 s [treefmt-check] + padding-right: 0 !important;
  8865. 2.98 s [treefmt-check] + padding-left: 0 !important;
  8866. 2.98 s [treefmt-check] }
  8867. 2.98 s [treefmt-check] .py-lg-0 {
  8868. 2.98 s [treefmt-check] - padding-top:0 !important;
  8869. 2.98 s [treefmt-check] - padding-bottom:0 !important
  8870. 2.98 s [treefmt-check] + padding-top: 0 !important;
  8871. 2.98 s [treefmt-check] + padding-bottom: 0 !important;
  8872. 2.98 s [treefmt-check] }
  8873. 2.98 s [treefmt-check] .p-lg-1 {
  8874. 2.98 s [treefmt-check] - padding:.25rem !important
  8875. 2.98 s [treefmt-check] + padding: 0.25rem !important;
  8876. 2.98 s [treefmt-check] }
  8877. 2.98 s [treefmt-check] .pt-lg-1 {
  8878. 2.98 s [treefmt-check] - padding-top:.25rem !important
  8879. 2.98 s [treefmt-check] + padding-top: 0.25rem !important;
  8880. 2.98 s [treefmt-check] }
  8881. 2.98 s [treefmt-check] .pr-lg-1 {
  8882. 2.98 s [treefmt-check] - padding-right:.25rem !important
  8883. 2.98 s [treefmt-check] + padding-right: 0.25rem !important;
  8884. 2.98 s [treefmt-check] }
  8885. 2.98 s [treefmt-check] .pb-lg-1 {
  8886. 2.98 s [treefmt-check] - padding-bottom:.25rem !important
  8887. 2.98 s [treefmt-check] + padding-bottom: 0.25rem !important;
  8888. 2.98 s [treefmt-check] }
  8889. 2.98 s [treefmt-check] .pl-lg-1 {
  8890. 2.98 s [treefmt-check] - padding-left:.25rem !important
  8891. 2.98 s [treefmt-check] + padding-left: 0.25rem !important;
  8892. 2.98 s [treefmt-check] }
  8893. 2.98 s [treefmt-check] .px-lg-1 {
  8894. 2.98 s [treefmt-check] - padding-right:.25rem !important;
  8895. 2.98 s [treefmt-check] - padding-left:.25rem !important
  8896. 2.98 s [treefmt-check] + padding-right: 0.25rem !important;
  8897. 2.98 s [treefmt-check] + padding-left: 0.25rem !important;
  8898. 2.98 s [treefmt-check] }
  8899. 2.98 s [treefmt-check] .py-lg-1 {
  8900. 2.98 s [treefmt-check] - padding-top:.25rem !important;
  8901. 2.98 s [treefmt-check] - padding-bottom:.25rem !important
  8902. 2.98 s [treefmt-check] + padding-top: 0.25rem !important;
  8903. 2.98 s [treefmt-check] + padding-bottom: 0.25rem !important;
  8904. 2.98 s [treefmt-check] }
  8905. 2.98 s [treefmt-check] .p-lg-2 {
  8906. 2.98 s [treefmt-check] - padding:.5rem !important
  8907. 2.98 s [treefmt-check] + padding: 0.5rem !important;
  8908. 2.98 s [treefmt-check] }
  8909. 2.98 s [treefmt-check] .pt-lg-2 {
  8910. 2.98 s [treefmt-check] - padding-top:.5rem !important
  8911. 2.98 s [treefmt-check] + padding-top: 0.5rem !important;
  8912. 2.98 s [treefmt-check] }
  8913. 2.98 s [treefmt-check] .pr-lg-2 {
  8914. 2.98 s [treefmt-check] - padding-right:.5rem !important
  8915. 2.98 s [treefmt-check] + padding-right: 0.5rem !important;
  8916. 2.98 s [treefmt-check] }
  8917. 2.98 s [treefmt-check] .pb-lg-2 {
  8918. 2.98 s [treefmt-check] - padding-bottom:.5rem !important
  8919. 2.98 s [treefmt-check] + padding-bottom: 0.5rem !important;
  8920. 2.98 s [treefmt-check] }
  8921. 2.98 s [treefmt-check] .pl-lg-2 {
  8922. 2.98 s [treefmt-check] - padding-left:.5rem !important
  8923. 2.98 s [treefmt-check] + padding-left: 0.5rem !important;
  8924. 2.98 s [treefmt-check] }
  8925. 2.98 s [treefmt-check] .px-lg-2 {
  8926. 2.98 s [treefmt-check] - padding-right:.5rem !important;
  8927. 2.98 s [treefmt-check] - padding-left:.5rem !important
  8928. 2.98 s [treefmt-check] + padding-right: 0.5rem !important;
  8929. 2.98 s [treefmt-check] + padding-left: 0.5rem !important;
  8930. 2.98 s [treefmt-check] }
  8931. 2.98 s [treefmt-check] .py-lg-2 {
  8932. 2.98 s [treefmt-check] - padding-top:.5rem !important;
  8933. 2.98 s [treefmt-check] - padding-bottom:.5rem !important
  8934. 2.98 s [treefmt-check] + padding-top: 0.5rem !important;
  8935. 2.98 s [treefmt-check] + padding-bottom: 0.5rem !important;
  8936. 2.98 s [treefmt-check] }
  8937. 2.98 s [treefmt-check] .p-lg-3 {
  8938. 2.98 s [treefmt-check] - padding:.75rem !important
  8939. 2.98 s [treefmt-check] + padding: 0.75rem !important;
  8940. 2.98 s [treefmt-check] }
  8941. 2.98 s [treefmt-check] .pt-lg-3 {
  8942. 2.98 s [treefmt-check] - padding-top:.75rem !important
  8943. 2.98 s [treefmt-check] + padding-top: 0.75rem !important;
  8944. 2.98 s [treefmt-check] }
  8945. 2.98 s [treefmt-check] .pr-lg-3 {
  8946. 2.98 s [treefmt-check] - padding-right:.75rem !important
  8947. 2.98 s [treefmt-check] + padding-right: 0.75rem !important;
  8948. 2.98 s [treefmt-check] }
  8949. 2.98 s [treefmt-check] .pb-lg-3 {
  8950. 2.98 s [treefmt-check] - padding-bottom:.75rem !important
  8951. 2.98 s [treefmt-check] + padding-bottom: 0.75rem !important;
  8952. 2.98 s [treefmt-check] }
  8953. 2.98 s [treefmt-check] .pl-lg-3 {
  8954. 2.98 s [treefmt-check] - padding-left:.75rem !important
  8955. 2.98 s [treefmt-check] + padding-left: 0.75rem !important;
  8956. 2.98 s [treefmt-check] }
  8957. 2.98 s [treefmt-check] .px-lg-3 {
  8958. 2.98 s [treefmt-check] - padding-right:.75rem !important;
  8959. 2.98 s [treefmt-check] - padding-left:.75rem !important
  8960. 2.98 s [treefmt-check] + padding-right: 0.75rem !important;
  8961. 2.98 s [treefmt-check] + padding-left: 0.75rem !important;
  8962. 2.98 s [treefmt-check] }
  8963. 2.98 s [treefmt-check] .py-lg-3 {
  8964. 2.98 s [treefmt-check] - padding-top:.75rem !important;
  8965. 2.98 s [treefmt-check] - padding-bottom:.75rem !important
  8966. 2.98 s [treefmt-check] + padding-top: 0.75rem !important;
  8967. 2.98 s [treefmt-check] + padding-bottom: 0.75rem !important;
  8968. 2.98 s [treefmt-check] }
  8969. 2.98 s [treefmt-check] .p-lg-4 {
  8970. 2.98 s [treefmt-check] - padding:1rem !important
  8971. 2.98 s [treefmt-check] + padding: 1rem !important;
  8972. 2.98 s [treefmt-check] }
  8973. 2.98 s [treefmt-check] .pt-lg-4 {
  8974. 2.98 s [treefmt-check] - padding-top:1rem !important
  8975. 2.98 s [treefmt-check] + padding-top: 1rem !important;
  8976. 2.98 s [treefmt-check] }
  8977. 2.98 s [treefmt-check] .pr-lg-4 {
  8978. 2.98 s [treefmt-check] - padding-right:1rem !important
  8979. 2.98 s [treefmt-check] + padding-right: 1rem !important;
  8980. 2.98 s [treefmt-check] }
  8981. 2.98 s [treefmt-check] .pb-lg-4 {
  8982. 2.98 s [treefmt-check] - padding-bottom:1rem !important
  8983. 2.98 s [treefmt-check] + padding-bottom: 1rem !important;
  8984. 2.98 s [treefmt-check] }
  8985. 2.98 s [treefmt-check] .pl-lg-4 {
  8986. 2.98 s [treefmt-check] - padding-left:1rem !important
  8987. 2.98 s [treefmt-check] + padding-left: 1rem !important;
  8988. 2.98 s [treefmt-check] }
  8989. 2.98 s [treefmt-check] .px-lg-4 {
  8990. 2.98 s [treefmt-check] - padding-right:1rem !important;
  8991. 2.98 s [treefmt-check] - padding-left:1rem !important
  8992. 2.98 s [treefmt-check] + padding-right: 1rem !important;
  8993. 2.98 s [treefmt-check] + padding-left: 1rem !important;
  8994. 2.98 s [treefmt-check] }
  8995. 2.98 s [treefmt-check] .py-lg-4 {
  8996. 2.98 s [treefmt-check] - padding-top:1rem !important;
  8997. 2.98 s [treefmt-check] - padding-bottom:1rem !important
  8998. 2.98 s [treefmt-check] + padding-top: 1rem !important;
  8999. 2.98 s [treefmt-check] + padding-bottom: 1rem !important;
  9000. 2.98 s [treefmt-check] }
  9001. 2.98 s [treefmt-check] .p-lg-5 {
  9002. 2.98 s [treefmt-check] - padding:1.5rem !important
  9003. 2.98 s [treefmt-check] + padding: 1.5rem !important;
  9004. 2.98 s [treefmt-check] }
  9005. 2.98 s [treefmt-check] .pt-lg-5 {
  9006. 2.98 s [treefmt-check] - padding-top:1.5rem !important
  9007. 2.98 s [treefmt-check] + padding-top: 1.5rem !important;
  9008. 2.98 s [treefmt-check] }
  9009. 2.98 s [treefmt-check] .pr-lg-5 {
  9010. 2.98 s [treefmt-check] - padding-right:1.5rem !important
  9011. 2.98 s [treefmt-check] + padding-right: 1.5rem !important;
  9012. 2.98 s [treefmt-check] }
  9013. 2.98 s [treefmt-check] .pb-lg-5 {
  9014. 2.98 s [treefmt-check] - padding-bottom:1.5rem !important
  9015. 2.98 s [treefmt-check] + padding-bottom: 1.5rem !important;
  9016. 2.98 s [treefmt-check] }
  9017. 2.98 s [treefmt-check] .pl-lg-5 {
  9018. 2.98 s [treefmt-check] - padding-left:1.5rem !important
  9019. 2.98 s [treefmt-check] + padding-left: 1.5rem !important;
  9020. 2.98 s [treefmt-check] }
  9021. 2.98 s [treefmt-check] .px-lg-5 {
  9022. 2.98 s [treefmt-check] - padding-right:1.5rem !important;
  9023. 2.98 s [treefmt-check] - padding-left:1.5rem !important
  9024. 2.98 s [treefmt-check] + padding-right: 1.5rem !important;
  9025. 2.98 s [treefmt-check] + padding-left: 1.5rem !important;
  9026. 2.98 s [treefmt-check] }
  9027. 2.98 s [treefmt-check] .py-lg-5 {
  9028. 2.98 s [treefmt-check] - padding-top:1.5rem !important;
  9029. 2.98 s [treefmt-check] - padding-bottom:1.5rem !important
  9030. 2.98 s [treefmt-check] + padding-top: 1.5rem !important;
  9031. 2.98 s [treefmt-check] + padding-bottom: 1.5rem !important;
  9032. 2.98 s [treefmt-check] }
  9033. 2.98 s [treefmt-check] .p-lg-6 {
  9034. 2.98 s [treefmt-check] - padding:2rem !important
  9035. 2.98 s [treefmt-check] + padding: 2rem !important;
  9036. 2.98 s [treefmt-check] }
  9037. 2.98 s [treefmt-check] .pt-lg-6 {
  9038. 2.98 s [treefmt-check] - padding-top:2rem !important
  9039. 2.98 s [treefmt-check] + padding-top: 2rem !important;
  9040. 2.98 s [treefmt-check] }
  9041. 2.98 s [treefmt-check] .pr-lg-6 {
  9042. 2.98 s [treefmt-check] - padding-right:2rem !important
  9043. 2.98 s [treefmt-check] + padding-right: 2rem !important;
  9044. 2.98 s [treefmt-check] }
  9045. 2.98 s [treefmt-check] .pb-lg-6 {
  9046. 2.98 s [treefmt-check] - padding-bottom:2rem !important
  9047. 2.98 s [treefmt-check] + padding-bottom: 2rem !important;
  9048. 2.98 s [treefmt-check] }
  9049. 2.98 s [treefmt-check] .pl-lg-6 {
  9050. 2.98 s [treefmt-check] - padding-left:2rem !important
  9051. 2.98 s [treefmt-check] + padding-left: 2rem !important;
  9052. 2.98 s [treefmt-check] }
  9053. 2.98 s [treefmt-check] .px-lg-6 {
  9054. 2.98 s [treefmt-check] - padding-right:2rem !important;
  9055. 2.98 s [treefmt-check] - padding-left:2rem !important
  9056. 2.98 s [treefmt-check] + padding-right: 2rem !important;
  9057. 2.98 s [treefmt-check] + padding-left: 2rem !important;
  9058. 2.98 s [treefmt-check] }
  9059. 2.98 s [treefmt-check] .py-lg-6 {
  9060. 2.98 s [treefmt-check] - padding-top:2rem !important;
  9061. 2.98 s [treefmt-check] - padding-bottom:2rem !important
  9062. 2.98 s [treefmt-check] + padding-top: 2rem !important;
  9063. 2.98 s [treefmt-check] + padding-bottom: 2rem !important;
  9064. 2.98 s [treefmt-check] }
  9065. 2.98 s [treefmt-check] .p-lg-7 {
  9066. 2.98 s [treefmt-check] - padding:2.5rem !important
  9067. 2.98 s [treefmt-check] + padding: 2.5rem !important;
  9068. 2.98 s [treefmt-check] }
  9069. 2.98 s [treefmt-check] .pt-lg-7 {
  9070. 2.98 s [treefmt-check] - padding-top:2.5rem !important
  9071. 2.98 s [treefmt-check] + padding-top: 2.5rem !important;
  9072. 2.98 s [treefmt-check] }
  9073. 2.98 s [treefmt-check] .pr-lg-7 {
  9074. 2.98 s [treefmt-check] - padding-right:2.5rem !important
  9075. 2.98 s [treefmt-check] + padding-right: 2.5rem !important;
  9076. 2.98 s [treefmt-check] }
  9077. 2.98 s [treefmt-check] .pb-lg-7 {
  9078. 2.98 s [treefmt-check] - padding-bottom:2.5rem !important
  9079. 2.98 s [treefmt-check] + padding-bottom: 2.5rem !important;
  9080. 2.98 s [treefmt-check] }
  9081. 2.98 s [treefmt-check] .pl-lg-7 {
  9082. 2.98 s [treefmt-check] - padding-left:2.5rem !important
  9083. 2.98 s [treefmt-check] + padding-left: 2.5rem !important;
  9084. 2.98 s [treefmt-check] }
  9085. 2.98 s [treefmt-check] .px-lg-7 {
  9086. 2.98 s [treefmt-check] - padding-right:2.5rem !important;
  9087. 2.98 s [treefmt-check] - padding-left:2.5rem !important
  9088. 2.98 s [treefmt-check] + padding-right: 2.5rem !important;
  9089. 2.98 s [treefmt-check] + padding-left: 2.5rem !important;
  9090. 2.98 s [treefmt-check] }
  9091. 2.98 s [treefmt-check] .py-lg-7 {
  9092. 2.98 s [treefmt-check] - padding-top:2.5rem !important;
  9093. 2.98 s [treefmt-check] - padding-bottom:2.5rem !important
  9094. 2.98 s [treefmt-check] + padding-top: 2.5rem !important;
  9095. 2.98 s [treefmt-check] + padding-bottom: 2.5rem !important;
  9096. 2.98 s [treefmt-check] }
  9097. 2.98 s [treefmt-check] .p-lg-8 {
  9098. 2.98 s [treefmt-check] - padding:3rem !important
  9099. 2.98 s [treefmt-check] + padding: 3rem !important;
  9100. 2.98 s [treefmt-check] }
  9101. 2.98 s [treefmt-check] .pt-lg-8 {
  9102. 2.98 s [treefmt-check] - padding-top:3rem !important
  9103. 2.98 s [treefmt-check] + padding-top: 3rem !important;
  9104. 2.98 s [treefmt-check] }
  9105. 2.98 s [treefmt-check] .pr-lg-8 {
  9106. 2.98 s [treefmt-check] - padding-right:3rem !important
  9107. 2.98 s [treefmt-check] + padding-right: 3rem !important;
  9108. 2.98 s [treefmt-check] }
  9109. 2.98 s [treefmt-check] .pb-lg-8 {
  9110. 2.98 s [treefmt-check] - padding-bottom:3rem !important
  9111. 2.98 s [treefmt-check] + padding-bottom: 3rem !important;
  9112. 2.98 s [treefmt-check] }
  9113. 2.98 s [treefmt-check] .pl-lg-8 {
  9114. 2.98 s [treefmt-check] - padding-left:3rem !important
  9115. 2.98 s [treefmt-check] + padding-left: 3rem !important;
  9116. 2.98 s [treefmt-check] }
  9117. 2.98 s [treefmt-check] .px-lg-8 {
  9118. 2.98 s [treefmt-check] - padding-right:3rem !important;
  9119. 2.98 s [treefmt-check] - padding-left:3rem !important
  9120. 2.98 s [treefmt-check] + padding-right: 3rem !important;
  9121. 2.98 s [treefmt-check] + padding-left: 3rem !important;
  9122. 2.98 s [treefmt-check] }
  9123. 2.98 s [treefmt-check] .py-lg-8 {
  9124. 2.98 s [treefmt-check] - padding-top:3rem !important;
  9125. 2.98 s [treefmt-check] - padding-bottom:3rem !important
  9126. 2.98 s [treefmt-check] + padding-top: 3rem !important;
  9127. 2.98 s [treefmt-check] + padding-bottom: 3rem !important;
  9128. 2.98 s [treefmt-check] }
  9129. 2.98 s [treefmt-check] .p-lg-9 {
  9130. 2.98 s [treefmt-check] - padding:3.5rem !important
  9131. 2.98 s [treefmt-check] + padding: 3.5rem !important;
  9132. 2.98 s [treefmt-check] }
  9133. 2.98 s [treefmt-check] .pt-lg-9 {
  9134. 2.98 s [treefmt-check] - padding-top:3.5rem !important
  9135. 2.98 s [treefmt-check] + padding-top: 3.5rem !important;
  9136. 2.98 s [treefmt-check] }
  9137. 2.98 s [treefmt-check] .pr-lg-9 {
  9138. 2.98 s [treefmt-check] - padding-right:3.5rem !important
  9139. 2.98 s [treefmt-check] + padding-right: 3.5rem !important;
  9140. 2.98 s [treefmt-check] }
  9141. 2.98 s [treefmt-check] .pb-lg-9 {
  9142. 2.98 s [treefmt-check] - padding-bottom:3.5rem !important
  9143. 2.98 s [treefmt-check] + padding-bottom: 3.5rem !important;
  9144. 2.98 s [treefmt-check] }
  9145. 2.98 s [treefmt-check] .pl-lg-9 {
  9146. 2.98 s [treefmt-check] - padding-left:3.5rem !important
  9147. 2.98 s [treefmt-check] + padding-left: 3.5rem !important;
  9148. 2.98 s [treefmt-check] }
  9149. 2.98 s [treefmt-check] .px-lg-9 {
  9150. 2.98 s [treefmt-check] - padding-right:3.5rem !important;
  9151. 2.98 s [treefmt-check] - padding-left:3.5rem !important
  9152. 2.98 s [treefmt-check] + padding-right: 3.5rem !important;
  9153. 2.98 s [treefmt-check] + padding-left: 3.5rem !important;
  9154. 2.98 s [treefmt-check] }
  9155. 2.98 s [treefmt-check] .py-lg-9 {
  9156. 2.98 s [treefmt-check] - padding-top:3.5rem !important;
  9157. 2.98 s [treefmt-check] - padding-bottom:3.5rem !important
  9158. 2.98 s [treefmt-check] + padding-top: 3.5rem !important;
  9159. 2.98 s [treefmt-check] + padding-bottom: 3.5rem !important;
  9160. 2.98 s [treefmt-check] }
  9161. 2.98 s [treefmt-check] .p-lg-10 {
  9162. 2.98 s [treefmt-check] - padding:4rem !important
  9163. 2.98 s [treefmt-check] + padding: 4rem !important;
  9164. 2.98 s [treefmt-check] }
  9165. 2.98 s [treefmt-check] .pt-lg-10 {
  9166. 2.98 s [treefmt-check] - padding-top:4rem !important
  9167. 2.98 s [treefmt-check] + padding-top: 4rem !important;
  9168. 2.98 s [treefmt-check] }
  9169. 2.98 s [treefmt-check] .pr-lg-10 {
  9170. 2.98 s [treefmt-check] - padding-right:4rem !important
  9171. 2.98 s [treefmt-check] + padding-right: 4rem !important;
  9172. 2.98 s [treefmt-check] }
  9173. 2.98 s [treefmt-check] .pb-lg-10 {
  9174. 2.98 s [treefmt-check] - padding-bottom:4rem !important
  9175. 2.98 s [treefmt-check] + padding-bottom: 4rem !important;
  9176. 2.98 s [treefmt-check] }
  9177. 2.98 s [treefmt-check] .pl-lg-10 {
  9178. 2.98 s [treefmt-check] - padding-left:4rem !important
  9179. 2.98 s [treefmt-check] + padding-left: 4rem !important;
  9180. 2.98 s [treefmt-check] }
  9181. 2.98 s [treefmt-check] .px-lg-10 {
  9182. 2.98 s [treefmt-check] - padding-right:4rem !important;
  9183. 2.98 s [treefmt-check] - padding-left:4rem !important
  9184. 2.98 s [treefmt-check] + padding-right: 4rem !important;
  9185. 2.98 s [treefmt-check] + padding-left: 4rem !important;
  9186. 2.98 s [treefmt-check] }
  9187. 2.98 s [treefmt-check] .py-lg-10 {
  9188. 2.98 s [treefmt-check] - padding-top:4rem !important;
  9189. 2.98 s [treefmt-check] - padding-bottom:4rem !important
  9190. 2.98 s [treefmt-check] + padding-top: 4rem !important;
  9191. 2.98 s [treefmt-check] + padding-bottom: 4rem !important;
  9192. 2.98 s [treefmt-check] }
  9193. 2.98 s [treefmt-check] }
  9194. 2.98 s [treefmt-check] @media (min-width: 87.5rem) {
  9195. 2.98 s [treefmt-check] .p-xl-0 {
  9196. 2.98 s [treefmt-check] - padding:0 !important
  9197. 2.98 s [treefmt-check] + padding: 0 !important;
  9198. 2.98 s [treefmt-check] }
  9199. 2.98 s [treefmt-check] .pt-xl-0 {
  9200. 2.98 s [treefmt-check] - padding-top:0 !important
  9201. 2.98 s [treefmt-check] + padding-top: 0 !important;
  9202. 2.98 s [treefmt-check] }
  9203. 2.98 s [treefmt-check] .pr-xl-0 {
  9204. 2.98 s [treefmt-check] - padding-right:0 !important
  9205. 2.98 s [treefmt-check] + padding-right: 0 !important;
  9206. 2.98 s [treefmt-check] }
  9207. 2.98 s [treefmt-check] .pb-xl-0 {
  9208. 2.98 s [treefmt-check] - padding-bottom:0 !important
  9209. 2.98 s [treefmt-check] + padding-bottom: 0 !important;
  9210. 2.98 s [treefmt-check] }
  9211. 2.98 s [treefmt-check] .pl-xl-0 {
  9212. 2.98 s [treefmt-check] - padding-left:0 !important
  9213. 2.98 s [treefmt-check] + padding-left: 0 !important;
  9214. 2.98 s [treefmt-check] }
  9215. 2.98 s [treefmt-check] .px-xl-0 {
  9216. 2.98 s [treefmt-check] - padding-right:0 !important;
  9217. 2.98 s [treefmt-check] - padding-left:0 !important
  9218. 2.98 s [treefmt-check] + padding-right: 0 !important;
  9219. 2.98 s [treefmt-check] + padding-left: 0 !important;
  9220. 2.98 s [treefmt-check] }
  9221. 2.98 s [treefmt-check] .py-xl-0 {
  9222. 2.98 s [treefmt-check] - padding-top:0 !important;
  9223. 2.98 s [treefmt-check] - padding-bottom:0 !important
  9224. 2.98 s [treefmt-check] + padding-top: 0 !important;
  9225. 2.98 s [treefmt-check] + padding-bottom: 0 !important;
  9226. 2.98 s [treefmt-check] }
  9227. 2.98 s [treefmt-check] .p-xl-1 {
  9228. 2.98 s [treefmt-check] - padding:.25rem !important
  9229. 2.98 s [treefmt-check] + padding: 0.25rem !important;
  9230. 2.98 s [treefmt-check] }
  9231. 2.98 s [treefmt-check] .pt-xl-1 {
  9232. 2.98 s [treefmt-check] - padding-top:.25rem !important
  9233. 2.98 s [treefmt-check] + padding-top: 0.25rem !important;
  9234. 2.98 s [treefmt-check] }
  9235. 2.98 s [treefmt-check] .pr-xl-1 {
  9236. 2.98 s [treefmt-check] - padding-right:.25rem !important
  9237. 2.98 s [treefmt-check] + padding-right: 0.25rem !important;
  9238. 2.98 s [treefmt-check] }
  9239. 2.98 s [treefmt-check] .pb-xl-1 {
  9240. 2.98 s [treefmt-check] - padding-bottom:.25rem !important
  9241. 2.98 s [treefmt-check] + padding-bottom: 0.25rem !important;
  9242. 2.98 s [treefmt-check] }
  9243. 2.98 s [treefmt-check] .pl-xl-1 {
  9244. 2.98 s [treefmt-check] - padding-left:.25rem !important
  9245. 2.98 s [treefmt-check] + padding-left: 0.25rem !important;
  9246. 2.98 s [treefmt-check] }
  9247. 2.98 s [treefmt-check] .px-xl-1 {
  9248. 2.98 s [treefmt-check] - padding-right:.25rem !important;
  9249. 2.98 s [treefmt-check] - padding-left:.25rem !important
  9250. 2.98 s [treefmt-check] + padding-right: 0.25rem !important;
  9251. 2.98 s [treefmt-check] + padding-left: 0.25rem !important;
  9252. 2.98 s [treefmt-check] }
  9253. 2.98 s [treefmt-check] .py-xl-1 {
  9254. 2.98 s [treefmt-check] - padding-top:.25rem !important;
  9255. 2.98 s [treefmt-check] - padding-bottom:.25rem !important
  9256. 2.98 s [treefmt-check] + padding-top: 0.25rem !important;
  9257. 2.98 s [treefmt-check] + padding-bottom: 0.25rem !important;
  9258. 2.98 s [treefmt-check] }
  9259. 2.98 s [treefmt-check] .p-xl-2 {
  9260. 2.98 s [treefmt-check] - padding:.5rem !important
  9261. 2.98 s [treefmt-check] + padding: 0.5rem !important;
  9262. 2.98 s [treefmt-check] }
  9263. 2.98 s [treefmt-check] .pt-xl-2 {
  9264. 2.98 s [treefmt-check] - padding-top:.5rem !important
  9265. 2.98 s [treefmt-check] + padding-top: 0.5rem !important;
  9266. 2.98 s [treefmt-check] }
  9267. 2.98 s [treefmt-check] .pr-xl-2 {
  9268. 2.98 s [treefmt-check] - padding-right:.5rem !important
  9269. 2.98 s [treefmt-check] + padding-right: 0.5rem !important;
  9270. 2.98 s [treefmt-check] }
  9271. 2.98 s [treefmt-check] .pb-xl-2 {
  9272. 2.98 s [treefmt-check] - padding-bottom:.5rem !important
  9273. 2.98 s [treefmt-check] + padding-bottom: 0.5rem !important;
  9274. 2.98 s [treefmt-check] }
  9275. 2.98 s [treefmt-check] .pl-xl-2 {
  9276. 2.98 s [treefmt-check] - padding-left:.5rem !important
  9277. 2.98 s [treefmt-check] + padding-left: 0.5rem !important;
  9278. 2.98 s [treefmt-check] }
  9279. 2.98 s [treefmt-check] .px-xl-2 {
  9280. 2.98 s [treefmt-check] - padding-right:.5rem !important;
  9281. 2.98 s [treefmt-check] - padding-left:.5rem !important
  9282. 2.98 s [treefmt-check] + padding-right: 0.5rem !important;
  9283. 2.98 s [treefmt-check] + padding-left: 0.5rem !important;
  9284. 2.98 s [treefmt-check] }
  9285. 2.98 s [treefmt-check] .py-xl-2 {
  9286. 2.98 s [treefmt-check] - padding-top:.5rem !important;
  9287. 2.98 s [treefmt-check] - padding-bottom:.5rem !important
  9288. 2.98 s [treefmt-check] + padding-top: 0.5rem !important;
  9289. 2.98 s [treefmt-check] + padding-bottom: 0.5rem !important;
  9290. 2.98 s [treefmt-check] }
  9291. 2.98 s [treefmt-check] .p-xl-3 {
  9292. 2.98 s [treefmt-check] - padding:.75rem !important
  9293. 2.98 s [treefmt-check] + padding: 0.75rem !important;
  9294. 2.98 s [treefmt-check] }
  9295. 2.98 s [treefmt-check] .pt-xl-3 {
  9296. 2.98 s [treefmt-check] - padding-top:.75rem !important
  9297. 2.98 s [treefmt-check] + padding-top: 0.75rem !important;
  9298. 2.98 s [treefmt-check] }
  9299. 2.98 s [treefmt-check] .pr-xl-3 {
  9300. 2.98 s [treefmt-check] - padding-right:.75rem !important
  9301. 2.98 s [treefmt-check] + padding-right: 0.75rem !important;
  9302. 2.98 s [treefmt-check] }
  9303. 2.98 s [treefmt-check] .pb-xl-3 {
  9304. 2.98 s [treefmt-check] - padding-bottom:.75rem !important
  9305. 2.98 s [treefmt-check] + padding-bottom: 0.75rem !important;
  9306. 2.98 s [treefmt-check] }
  9307. 2.98 s [treefmt-check] .pl-xl-3 {
  9308. 2.98 s [treefmt-check] - padding-left:.75rem !important
  9309. 2.98 s [treefmt-check] + padding-left: 0.75rem !important;
  9310. 2.98 s [treefmt-check] }
  9311. 2.98 s [treefmt-check] .px-xl-3 {
  9312. 2.98 s [treefmt-check] - padding-right:.75rem !important;
  9313. 2.98 s [treefmt-check] - padding-left:.75rem !important
  9314. 2.98 s [treefmt-check] + padding-right: 0.75rem !important;
  9315. 2.98 s [treefmt-check] + padding-left: 0.75rem !important;
  9316. 2.98 s [treefmt-check] }
  9317. 2.98 s [treefmt-check] .py-xl-3 {
  9318. 2.98 s [treefmt-check] - padding-top:.75rem !important;
  9319. 2.98 s [treefmt-check] - padding-bottom:.75rem !important
  9320. 2.98 s [treefmt-check] + padding-top: 0.75rem !important;
  9321. 2.98 s [treefmt-check] + padding-bottom: 0.75rem !important;
  9322. 2.98 s [treefmt-check] }
  9323. 2.98 s [treefmt-check] .p-xl-4 {
  9324. 2.98 s [treefmt-check] - padding:1rem !important
  9325. 2.98 s [treefmt-check] + padding: 1rem !important;
  9326. 2.98 s [treefmt-check] }
  9327. 2.98 s [treefmt-check] .pt-xl-4 {
  9328. 2.98 s [treefmt-check] - padding-top:1rem !important
  9329. 2.98 s [treefmt-check] + padding-top: 1rem !important;
  9330. 2.98 s [treefmt-check] }
  9331. 2.98 s [treefmt-check] .pr-xl-4 {
  9332. 2.98 s [treefmt-check] - padding-right:1rem !important
  9333. 2.98 s [treefmt-check] + padding-right: 1rem !important;
  9334. 2.98 s [treefmt-check] }
  9335. 2.98 s [treefmt-check] .pb-xl-4 {
  9336. 2.98 s [treefmt-check] - padding-bottom:1rem !important
  9337. 2.98 s [treefmt-check] + padding-bottom: 1rem !important;
  9338. 2.98 s [treefmt-check] }
  9339. 2.99 s [treefmt-check] .pl-xl-4 {
  9340. 2.99 s [treefmt-check] - padding-left:1rem !important
  9341. 2.99 s [treefmt-check] + padding-left: 1rem !important;
  9342. 2.99 s [treefmt-check] }
  9343. 2.99 s [treefmt-check] .px-xl-4 {
  9344. 2.99 s [treefmt-check] - padding-right:1rem !important;
  9345. 2.99 s [treefmt-check] - padding-left:1rem !important
  9346. 2.99 s [treefmt-check] + padding-right: 1rem !important;
  9347. 2.99 s [treefmt-check] + padding-left: 1rem !important;
  9348. 2.99 s [treefmt-check] }
  9349. 2.99 s [treefmt-check] .py-xl-4 {
  9350. 2.99 s [treefmt-check] - padding-top:1rem !important;
  9351. 2.99 s [treefmt-check] - padding-bottom:1rem !important
  9352. 2.99 s [treefmt-check] + padding-top: 1rem !important;
  9353. 2.99 s [treefmt-check] + padding-bottom: 1rem !important;
  9354. 2.99 s [treefmt-check] }
  9355. 2.99 s [treefmt-check] .p-xl-5 {
  9356. 2.99 s [treefmt-check] - padding:1.5rem !important
  9357. 2.99 s [treefmt-check] + padding: 1.5rem !important;
  9358. 2.99 s [treefmt-check] }
  9359. 2.99 s [treefmt-check] .pt-xl-5 {
  9360. 2.99 s [treefmt-check] - padding-top:1.5rem !important
  9361. 2.99 s [treefmt-check] + padding-top: 1.5rem !important;
  9362. 2.99 s [treefmt-check] }
  9363. 2.99 s [treefmt-check] .pr-xl-5 {
  9364. 2.99 s [treefmt-check] - padding-right:1.5rem !important
  9365. 2.99 s [treefmt-check] + padding-right: 1.5rem !important;
  9366. 2.99 s [treefmt-check] }
  9367. 2.99 s [treefmt-check] .pb-xl-5 {
  9368. 2.99 s [treefmt-check] - padding-bottom:1.5rem !important
  9369. 2.99 s [treefmt-check] + padding-bottom: 1.5rem !important;
  9370. 2.99 s [treefmt-check] }
  9371. 2.99 s [treefmt-check] .pl-xl-5 {
  9372. 2.99 s [treefmt-check] - padding-left:1.5rem !important
  9373. 2.99 s [treefmt-check] + padding-left: 1.5rem !important;
  9374. 2.99 s [treefmt-check] }
  9375. 2.99 s [treefmt-check] .px-xl-5 {
  9376. 2.99 s [treefmt-check] - padding-right:1.5rem !important;
  9377. 2.99 s [treefmt-check] - padding-left:1.5rem !important
  9378. 2.99 s [treefmt-check] + padding-right: 1.5rem !important;
  9379. 2.99 s [treefmt-check] + padding-left: 1.5rem !important;
  9380. 2.99 s [treefmt-check] }
  9381. 2.99 s [treefmt-check] .py-xl-5 {
  9382. 2.99 s [treefmt-check] - padding-top:1.5rem !important;
  9383. 2.99 s [treefmt-check] - padding-bottom:1.5rem !important
  9384. 2.99 s [treefmt-check] + padding-top: 1.5rem !important;
  9385. 2.99 s [treefmt-check] + padding-bottom: 1.5rem !important;
  9386. 2.99 s [treefmt-check] }
  9387. 2.99 s [treefmt-check] .p-xl-6 {
  9388. 2.99 s [treefmt-check] - padding:2rem !important
  9389. 2.99 s [treefmt-check] + padding: 2rem !important;
  9390. 2.99 s [treefmt-check] }
  9391. 2.99 s [treefmt-check] .pt-xl-6 {
  9392. 2.99 s [treefmt-check] - padding-top:2rem !important
  9393. 2.99 s [treefmt-check] + padding-top: 2rem !important;
  9394. 2.99 s [treefmt-check] }
  9395. 2.99 s [treefmt-check] .pr-xl-6 {
  9396. 2.99 s [treefmt-check] - padding-right:2rem !important
  9397. 2.99 s [treefmt-check] + padding-right: 2rem !important;
  9398. 2.99 s [treefmt-check] }
  9399. 2.99 s [treefmt-check] .pb-xl-6 {
  9400. 2.99 s [treefmt-check] - padding-bottom:2rem !important
  9401. 2.99 s [treefmt-check] + padding-bottom: 2rem !important;
  9402. 2.99 s [treefmt-check] }
  9403. 2.99 s [treefmt-check] .pl-xl-6 {
  9404. 2.99 s [treefmt-check] - padding-left:2rem !important
  9405. 2.99 s [treefmt-check] + padding-left: 2rem !important;
  9406. 2.99 s [treefmt-check] }
  9407. 2.99 s [treefmt-check] .px-xl-6 {
  9408. 2.99 s [treefmt-check] - padding-right:2rem !important;
  9409. 2.99 s [treefmt-check] - padding-left:2rem !important
  9410. 2.99 s [treefmt-check] + padding-right: 2rem !important;
  9411. 2.99 s [treefmt-check] + padding-left: 2rem !important;
  9412. 2.99 s [treefmt-check] }
  9413. 2.99 s [treefmt-check] .py-xl-6 {
  9414. 2.99 s [treefmt-check] - padding-top:2rem !important;
  9415. 2.99 s [treefmt-check] - padding-bottom:2rem !important
  9416. 2.99 s [treefmt-check] + padding-top: 2rem !important;
  9417. 2.99 s [treefmt-check] + padding-bottom: 2rem !important;
  9418. 2.99 s [treefmt-check] }
  9419. 2.99 s [treefmt-check] .p-xl-7 {
  9420. 2.99 s [treefmt-check] - padding:2.5rem !important
  9421. 2.99 s [treefmt-check] + padding: 2.5rem !important;
  9422. 2.99 s [treefmt-check] }
  9423. 2.99 s [treefmt-check] .pt-xl-7 {
  9424. 2.99 s [treefmt-check] - padding-top:2.5rem !important
  9425. 2.99 s [treefmt-check] + padding-top: 2.5rem !important;
  9426. 2.99 s [treefmt-check] }
  9427. 2.99 s [treefmt-check] .pr-xl-7 {
  9428. 2.99 s [treefmt-check] - padding-right:2.5rem !important
  9429. 2.99 s [treefmt-check] + padding-right: 2.5rem !important;
  9430. 2.99 s [treefmt-check] }
  9431. 2.99 s [treefmt-check] .pb-xl-7 {
  9432. 2.99 s [treefmt-check] - padding-bottom:2.5rem !important
  9433. 2.99 s [treefmt-check] + padding-bottom: 2.5rem !important;
  9434. 2.99 s [treefmt-check] }
  9435. 2.99 s [treefmt-check] .pl-xl-7 {
  9436. 2.99 s [treefmt-check] - padding-left:2.5rem !important
  9437. 2.99 s [treefmt-check] + padding-left: 2.5rem !important;
  9438. 2.99 s [treefmt-check] }
  9439. 2.99 s [treefmt-check] .px-xl-7 {
  9440. 2.99 s [treefmt-check] - padding-right:2.5rem !important;
  9441. 2.99 s [treefmt-check] - padding-left:2.5rem !important
  9442. 2.99 s [treefmt-check] + padding-right: 2.5rem !important;
  9443. 2.99 s [treefmt-check] + padding-left: 2.5rem !important;
  9444. 2.99 s [treefmt-check] }
  9445. 2.99 s [treefmt-check] .py-xl-7 {
  9446. 2.99 s [treefmt-check] - padding-top:2.5rem !important;
  9447. 2.99 s [treefmt-check] - padding-bottom:2.5rem !important
  9448. 2.99 s [treefmt-check] + padding-top: 2.5rem !important;
  9449. 2.99 s [treefmt-check] + padding-bottom: 2.5rem !important;
  9450. 2.99 s [treefmt-check] }
  9451. 2.99 s [treefmt-check] .p-xl-8 {
  9452. 2.99 s [treefmt-check] - padding:3rem !important
  9453. 2.99 s [treefmt-check] + padding: 3rem !important;
  9454. 2.99 s [treefmt-check] }
  9455. 2.99 s [treefmt-check] .pt-xl-8 {
  9456. 2.99 s [treefmt-check] - padding-top:3rem !important
  9457. 2.99 s [treefmt-check] + padding-top: 3rem !important;
  9458. 2.99 s [treefmt-check] }
  9459. 2.99 s [treefmt-check] .pr-xl-8 {
  9460. 2.99 s [treefmt-check] - padding-right:3rem !important
  9461. 2.99 s [treefmt-check] + padding-right: 3rem !important;
  9462. 2.99 s [treefmt-check] }
  9463. 2.99 s [treefmt-check] .pb-xl-8 {
  9464. 2.99 s [treefmt-check] - padding-bottom:3rem !important
  9465. 2.99 s [treefmt-check] + padding-bottom: 3rem !important;
  9466. 2.99 s [treefmt-check] }
  9467. 2.99 s [treefmt-check] .pl-xl-8 {
  9468. 2.99 s [treefmt-check] - padding-left:3rem !important
  9469. 2.99 s [treefmt-check] + padding-left: 3rem !important;
  9470. 2.99 s [treefmt-check] }
  9471. 2.99 s [treefmt-check] .px-xl-8 {
  9472. 2.99 s [treefmt-check] - padding-right:3rem !important;
  9473. 2.99 s [treefmt-check] - padding-left:3rem !important
  9474. 2.99 s [treefmt-check] + padding-right: 3rem !important;
  9475. 2.99 s [treefmt-check] + padding-left: 3rem !important;
  9476. 2.99 s [treefmt-check] }
  9477. 2.99 s [treefmt-check] .py-xl-8 {
  9478. 2.99 s [treefmt-check] - padding-top:3rem !important;
  9479. 2.99 s [treefmt-check] - padding-bottom:3rem !important
  9480. 2.99 s [treefmt-check] + padding-top: 3rem !important;
  9481. 2.99 s [treefmt-check] + padding-bottom: 3rem !important;
  9482. 2.99 s [treefmt-check] }
  9483. 2.99 s [treefmt-check] .p-xl-9 {
  9484. 2.99 s [treefmt-check] - padding:3.5rem !important
  9485. 2.99 s [treefmt-check] + padding: 3.5rem !important;
  9486. 2.99 s [treefmt-check] }
  9487. 2.99 s [treefmt-check] .pt-xl-9 {
  9488. 2.99 s [treefmt-check] - padding-top:3.5rem !important
  9489. 2.99 s [treefmt-check] + padding-top: 3.5rem !important;
  9490. 2.99 s [treefmt-check] }
  9491. 2.99 s [treefmt-check] .pr-xl-9 {
  9492. 2.99 s [treefmt-check] - padding-right:3.5rem !important
  9493. 2.99 s [treefmt-check] + padding-right: 3.5rem !important;
  9494. 2.99 s [treefmt-check] }
  9495. 2.99 s [treefmt-check] .pb-xl-9 {
  9496. 2.99 s [treefmt-check] - padding-bottom:3.5rem !important
  9497. 2.99 s [treefmt-check] + padding-bottom: 3.5rem !important;
  9498. 2.99 s [treefmt-check] }
  9499. 2.99 s [treefmt-check] .pl-xl-9 {
  9500. 2.99 s [treefmt-check] - padding-left:3.5rem !important
  9501. 2.99 s [treefmt-check] + padding-left: 3.5rem !important;
  9502. 2.99 s [treefmt-check] }
  9503. 2.99 s [treefmt-check] .px-xl-9 {
  9504. 2.99 s [treefmt-check] - padding-right:3.5rem !important;
  9505. 2.99 s [treefmt-check] - padding-left:3.5rem !important
  9506. 2.99 s [treefmt-check] + padding-right: 3.5rem !important;
  9507. 2.99 s [treefmt-check] + padding-left: 3.5rem !important;
  9508. 2.99 s [treefmt-check] }
  9509. 2.99 s [treefmt-check] .py-xl-9 {
  9510. 2.99 s [treefmt-check] - padding-top:3.5rem !important;
  9511. 2.99 s [treefmt-check] - padding-bottom:3.5rem !important
  9512. 2.99 s [treefmt-check] + padding-top: 3.5rem !important;
  9513. 2.99 s [treefmt-check] + padding-bottom: 3.5rem !important;
  9514. 2.99 s [treefmt-check] }
  9515. 2.99 s [treefmt-check] .p-xl-10 {
  9516. 2.99 s [treefmt-check] - padding:4rem !important
  9517. 2.99 s [treefmt-check] + padding: 4rem !important;
  9518. 2.99 s [treefmt-check] }
  9519. 2.99 s [treefmt-check] .pt-xl-10 {
  9520. 2.99 s [treefmt-check] - padding-top:4rem !important
  9521. 2.99 s [treefmt-check] + padding-top: 4rem !important;
  9522. 2.99 s [treefmt-check] }
  9523. 2.99 s [treefmt-check] .pr-xl-10 {
  9524. 2.99 s [treefmt-check] - padding-right:4rem !important
  9525. 2.99 s [treefmt-check] + padding-right: 4rem !important;
  9526. 2.99 s [treefmt-check] }
  9527. 2.99 s [treefmt-check] .pb-xl-10 {
  9528. 2.99 s [treefmt-check] - padding-bottom:4rem !important
  9529. 2.99 s [treefmt-check] + padding-bottom: 4rem !important;
  9530. 2.99 s [treefmt-check] }
  9531. 2.99 s [treefmt-check] .pl-xl-10 {
  9532. 2.99 s [treefmt-check] - padding-left:4rem !important
  9533. 2.99 s [treefmt-check] + padding-left: 4rem !important;
  9534. 2.99 s [treefmt-check] }
  9535. 2.99 s [treefmt-check] .px-xl-10 {
  9536. 2.99 s [treefmt-check] - padding-right:4rem !important;
  9537. 2.99 s [treefmt-check] - padding-left:4rem !important
  9538. 2.99 s [treefmt-check] + padding-right: 4rem !important;
  9539. 2.99 s [treefmt-check] + padding-left: 4rem !important;
  9540. 2.99 s [treefmt-check] }
  9541. 2.99 s [treefmt-check] .py-xl-10 {
  9542. 2.99 s [treefmt-check] - padding-top:4rem !important;
  9543. 2.99 s [treefmt-check] - padding-bottom:4rem !important
  9544. 2.99 s [treefmt-check] + padding-top: 4rem !important;
  9545. 2.99 s [treefmt-check] + padding-bottom: 4rem !important;
  9546. 2.99 s [treefmt-check] }
  9547. 2.99 s [treefmt-check] }
  9548. 2.99 s [treefmt-check] @media print {
  9549. 2.99 s [treefmt-check] @@ -6738,63 +6801,63 @@ pre.highlight {
  9550. 2.99 s [treefmt-check] #back-to-top,
  9551. 2.99 s [treefmt-check] .site-nav,
  9552. 2.99 s [treefmt-check] .main-header {
  9553. 2.99 s [treefmt-check] - display:none !important
  9554. 2.99 s [treefmt-check] + display: none !important;
  9555. 2.99 s [treefmt-check] }
  9556. 2.99 s [treefmt-check] hr {
  9557. 2.99 s [treefmt-check] - margin-top:1rem;
  9558. 2.99 s [treefmt-check] - margin-bottom:1rem
  9559. 2.99 s [treefmt-check] + margin-top: 1rem;
  9560. 2.99 s [treefmt-check] + margin-bottom: 1rem;
  9561. 2.99 s [treefmt-check] }
  9562. 2.99 s [treefmt-check] .side-bar {
  9563. 2.99 s [treefmt-check] - width:100%;
  9564. 2.99 s [treefmt-check] - height:auto;
  9565. 2.99 s [treefmt-check] - border-right:0 !important;
  9566. 2.99 s [treefmt-check] - position:static;
  9567. 2.99 s [treefmt-check] - display:block
  9568. 2.99 s [treefmt-check] + width: 100%;
  9569. 2.99 s [treefmt-check] + height: auto;
  9570. 2.99 s [treefmt-check] + border-right: 0 !important;
  9571. 2.99 s [treefmt-check] + position: static;
  9572. 2.99 s [treefmt-check] + display: block;
  9573. 2.99 s [treefmt-check] }
  9574. 2.99 s [treefmt-check] .site-header {
  9575. 2.99 s [treefmt-check] - border-bottom:1px solid #eeebee
  9576. 2.99 s [treefmt-check] + border-bottom: 1px solid #eeebee;
  9577. 2.99 s [treefmt-check] }
  9578. 2.99 s [treefmt-check] .site-title {
  9579. 2.99 s [treefmt-check] - font-size:1rem !important;
  9580. 2.99 s [treefmt-check] - font-weight:700 !important
  9581. 2.99 s [treefmt-check] + font-size: 1rem !important;
  9582. 2.99 s [treefmt-check] + font-weight: 700 !important;
  9583. 2.99 s [treefmt-check] }
  9584. 2.99 s [treefmt-check] .text-small {
  9585. 2.99 s [treefmt-check] - font-size:8pt !important
  9586. 2.99 s [treefmt-check] + font-size: 8pt !important;
  9587. 2.99 s [treefmt-check] }
  9588. 2.99 s [treefmt-check] pre.highlight {
  9589. 2.99 s [treefmt-check] - border:1px solid #eeebee
  9590. 2.99 s [treefmt-check] + border: 1px solid #eeebee;
  9591. 2.99 s [treefmt-check] }
  9592. 2.99 s [treefmt-check] .main {
  9593. 2.99 s [treefmt-check] - max-width:none;
  9594. 2.99 s [treefmt-check] - margin-left:0 !important
  9595. 2.99 s [treefmt-check] + max-width: none;
  9596. 2.99 s [treefmt-check] + margin-left: 0 !important;
  9597. 2.99 s [treefmt-check] }
  9598. 2.99 s [treefmt-check] }
  9599. 2.99 s [treefmt-check] a.skip-to-main {
  9600. 2.99 s [treefmt-check] - left:-999px;
  9601. 2.99 s [treefmt-check] - position:absolute;
  9602. 2.99 s [treefmt-check] - top:auto;
  9603. 2.99 s [treefmt-check] - width:1px;
  9604. 2.99 s [treefmt-check] - height:1px;
  9605. 2.99 s [treefmt-check] - overflow:hidden;
  9606. 2.99 s [treefmt-check] - z-index:-999
  9607. 2.99 s [treefmt-check] + left: -999px;
  9608. 2.99 s [treefmt-check] + position: absolute;
  9609. 2.99 s [treefmt-check] + top: auto;
  9610. 2.99 s [treefmt-check] + width: 1px;
  9611. 2.99 s [treefmt-check] + height: 1px;
  9612. 2.99 s [treefmt-check] + overflow: hidden;
  9613. 2.99 s [treefmt-check] + z-index: -999;
  9614. 2.99 s [treefmt-check] }
  9615. 2.99 s [treefmt-check] a.skip-to-main:focus,
  9616. 2.99 s [treefmt-check] a.skip-to-main:active {
  9617. 2.99 s [treefmt-check] - color:#7253ed;
  9618. 2.99 s [treefmt-check] - background-color:#fff;
  9619. 2.99 s [treefmt-check] - left:auto;
  9620. 2.99 s [treefmt-check] - top:auto;
  9621. 2.99 s [treefmt-check] - width:30%;
  9622. 2.99 s [treefmt-check] - height:auto;
  9623. 2.99 s [treefmt-check] - overflow:auto;
  9624. 2.99 s [treefmt-check] - margin:10px 35%;
  9625. 2.99 s [treefmt-check] - padding:5px;
  9626. 2.99 s [treefmt-check] - border-radius:15px;
  9627. 2.99 s [treefmt-check] - border:4px solid #5e41d0;
  9628. 2.99 s [treefmt-check] - text-align:center;
  9629. 2.99 s [treefmt-check] - font-size:1.2em;
  9630. 2.99 s [treefmt-check] - z-index:999
  9631. 2.99 s [treefmt-check] + color: #7253ed;
  9632. 2.99 s [treefmt-check] + background-color: #fff;
  9633. 2.99 s [treefmt-check] + left: auto;
  9634. 2.99 s [treefmt-check] + top: auto;
  9635. 2.99 s [treefmt-check] + width: 30%;
  9636. 2.99 s [treefmt-check] + height: auto;
  9637. 2.99 s [treefmt-check] + overflow: auto;
  9638. 2.99 s [treefmt-check] + margin: 10px 35%;
  9639. 2.99 s [treefmt-check] + padding: 5px;
  9640. 2.99 s [treefmt-check] + border-radius: 15px;
  9641. 2.99 s [treefmt-check] + border: 4px solid #5e41d0;
  9642. 2.99 s [treefmt-check] + text-align: center;
  9643. 2.99 s [treefmt-check] + font-size: 1.2em;
  9644. 2.99 s [treefmt-check] + z-index: 999;
  9645. 2.99 s [treefmt-check] }
  9646. 2.99 s [treefmt-check] div.opaque {
  9647. 2.99 s [treefmt-check] - background-color:#fff
  9648. 2.99 s [treefmt-check] + background-color: #fff;
  9649. 2.99 s [treefmt-check] }
  9650. 2.99 s [treefmt-check] diff --git a/docs/haskell/release-process.md b/docs/haskell/release-process.md
  9651. 2.99 s [treefmt-check] index c761703..e08874f 100644
  9652. 2.99 s [treefmt-check] --- a/docs/haskell/release-process.md
  9653. 2.99 s [treefmt-check] +++ b/docs/haskell/release-process.md
  9654. 2.99 s [treefmt-check] @@ -20,7 +20,7 @@ Don’t lump documentation & testing improvements into a breaking change just be
  9655. 2.99 s [treefmt-check]
  9656. 2.99 s [treefmt-check] ### format the PR title as a CHANGELOG entry
  9657. 2.99 s [treefmt-check]
  9658. 2.99 s [treefmt-check] -__TODO__: How does this work when there are multiple packages?
  9659. 2.99 s [treefmt-check] +**TODO**: How does this work when there are multiple packages?
  9660. 2.99 s [treefmt-check]
  9661. 2.99 s [treefmt-check] ## release updates
  9662. 2.99 s [treefmt-check]
  9663. 2.99 s [treefmt-check] @@ -37,7 +37,6 @@ In as far as the release is automated, the changes should be made in the merge c
  9664. 2.99 s [treefmt-check]
  9665. 2.99 s [treefmt-check] [^1]: This is delicate, because the CI build matrix doesn’t do a good job of solving for other versions of local packages.
  9666. 2.99 s [treefmt-check]
  9667. 2.99 s [treefmt-check] -
  9668. 2.99 s [treefmt-check] ## Hackage info
  9669. 2.99 s [treefmt-check]
  9670. 2.99 s [treefmt-check] Hackage allows you to optionally tag a release as “preferred” or ”deprecated”.
  9671. 3.02 s Progress: 0 of 1 built (1 failed)
  9672. 3.05 s Cannot build '/nix/store/16iaq46k1r0l47bzgammiw07hc3c5fz8-treefmt-check.drv'.
  9673. 3.05 s Reason: builder failed with exit code 1.
  9674. 3.05 s Output paths:
  9675. 3.05 s /nix/store/9g0q4nglj56zd71lwhhad149dxs89w1k-treefmt-check
  9676. 3.05 s Last 2048 log lines:
  9677. 3.05 s > - padding-top:2rem !important
  9678. 3.05 s > + padding-top: 2rem !important;
  9679. 3.05 s > }
  9680. 3.05 s > .pr-6 {
  9681. 3.05 s > - padding-right:2rem !important
  9682. 3.05 s > + padding-right: 2rem !important;
  9683. 3.05 s > }
  9684. 3.05 s > .pb-6 {
  9685. 3.05 s > - padding-bottom:2rem !important
  9686. 3.05 s > + padding-bottom: 2rem !important;
  9687. 3.05 s > }
  9688. 3.05 s > .pl-6 {
  9689. 3.05 s > - padding-left:2rem !important
  9690. 3.05 s > + padding-left: 2rem !important;
  9691. 3.05 s > }
  9692. 3.05 s > .px-6 {
  9693. 3.05 s > - padding-right:2rem !important;
  9694. 3.05 s > - padding-left:2rem !important
  9695. 3.05 s > + padding-right: 2rem !important;
  9696. 3.05 s > + padding-left: 2rem !important;
  9697. 3.05 s > }
  9698. 3.05 s > .py-6 {
  9699. 3.05 s > - padding-top:2rem !important;
  9700. 3.05 s > - padding-bottom:2rem !important
  9701. 3.05 s > + padding-top: 2rem !important;
  9702. 3.05 s > + padding-bottom: 2rem !important;
  9703. 3.05 s > }
  9704. 3.05 s > .p-7 {
  9705. 3.05 s > - padding:2.5rem !important
  9706. 3.05 s > + padding: 2.5rem !important;
  9707. 3.05 s > }
  9708. 3.05 s > .pt-7 {
  9709. 3.05 s > - padding-top:2.5rem !important
  9710. 3.05 s > + padding-top: 2.5rem !important;
  9711. 3.05 s > }
  9712. 3.05 s > .pr-7 {
  9713. 3.05 s > - padding-right:2.5rem !important
  9714. 3.05 s > + padding-right: 2.5rem !important;
  9715. 3.05 s > }
  9716. 3.05 s > .pb-7 {
  9717. 3.05 s > - padding-bottom:2.5rem !important
  9718. 3.05 s > + padding-bottom: 2.5rem !important;
  9719. 3.05 s > }
  9720. 3.05 s > .pl-7 {
  9721. 3.05 s > - padding-left:2.5rem !important
  9722. 3.05 s > + padding-left: 2.5rem !important;
  9723. 3.05 s > }
  9724. 3.05 s > .px-7 {
  9725. 3.05 s > - padding-right:2.5rem !important;
  9726. 3.05 s > - padding-left:2.5rem !important
  9727. 3.05 s > + padding-right: 2.5rem !important;
  9728. 3.05 s > + padding-left: 2.5rem !important;
  9729. 3.05 s > }
  9730. 3.05 s > .py-7 {
  9731. 3.05 s > - padding-top:2.5rem !important;
  9732. 3.05 s > - padding-bottom:2.5rem !important
  9733. 3.05 s > + padding-top: 2.5rem !important;
  9734. 3.05 s > + padding-bottom: 2.5rem !important;
  9735. 3.05 s > }
  9736. 3.05 s > .p-8 {
  9737. 3.05 s > - padding:3rem !important
  9738. 3.05 s > + padding: 3rem !important;
  9739. 3.05 s > }
  9740. 3.05 s > .pt-8 {
  9741. 3.05 s > - padding-top:3rem !important
  9742. 3.05 s > + padding-top: 3rem !important;
  9743. 3.05 s > }
  9744. 3.05 s > .pr-8 {
  9745. 3.05 s > - padding-right:3rem !important
  9746. 3.05 s > + padding-right: 3rem !important;
  9747. 3.05 s > }
  9748. 3.05 s > .pb-8 {
  9749. 3.05 s > - padding-bottom:3rem !important
  9750. 3.05 s > + padding-bottom: 3rem !important;
  9751. 3.05 s > }
  9752. 3.05 s > .pl-8 {
  9753. 3.05 s > - padding-left:3rem !important
  9754. 3.05 s > + padding-left: 3rem !important;
  9755. 3.05 s > }
  9756. 3.05 s > .px-8 {
  9757. 3.05 s > - padding-right:3rem !important;
  9758. 3.05 s > - padding-left:3rem !important
  9759. 3.05 s > + padding-right: 3rem !important;
  9760. 3.05 s > + padding-left: 3rem !important;
  9761. 3.05 s > }
  9762. 3.05 s > .py-8 {
  9763. 3.05 s > - padding-top:3rem !important;
  9764. 3.05 s > - padding-bottom:3rem !important
  9765. 3.05 s > + padding-top: 3rem !important;
  9766. 3.05 s > + padding-bottom: 3rem !important;
  9767. 3.05 s > }
  9768. 3.05 s > .p-9 {
  9769. 3.05 s > - padding:3.5rem !important
  9770. 3.05 s > + padding: 3.5rem !important;
  9771. 3.05 s > }
  9772. 3.05 s > .pt-9 {
  9773. 3.05 s > - padding-top:3.5rem !important
  9774. 3.05 s > + padding-top: 3.5rem !important;
  9775. 3.05 s > }
  9776. 3.05 s > .pr-9 {
  9777. 3.05 s > - padding-right:3.5rem !important
  9778. 3.05 s > + padding-right: 3.5rem !important;
  9779. 3.05 s > }
  9780. 3.05 s > .pb-9 {
  9781. 3.05 s > - padding-bottom:3.5rem !important
  9782. 3.05 s > + padding-bottom: 3.5rem !important;
  9783. 3.05 s > }
  9784. 3.05 s > .pl-9 {
  9785. 3.05 s > - padding-left:3.5rem !important
  9786. 3.05 s > + padding-left: 3.5rem !important;
  9787. 3.05 s > }
  9788. 3.05 s > .px-9 {
  9789. 3.05 s > - padding-right:3.5rem !important;
  9790. 3.05 s > - padding-left:3.5rem !important
  9791. 3.05 s > + padding-right: 3.5rem !important;
  9792. 3.05 s > + padding-left: 3.5rem !important;
  9793. 3.05 s > }
  9794. 3.05 s > .py-9 {
  9795. 3.05 s > - padding-top:3.5rem !important;
  9796. 3.05 s > - padding-bottom:3.5rem !important
  9797. 3.05 s > + padding-top: 3.5rem !important;
  9798. 3.05 s > + padding-bottom: 3.5rem !important;
  9799. 3.05 s > }
  9800. 3.05 s > .p-10 {
  9801. 3.05 s > - padding:4rem !important
  9802. 3.05 s > + padding: 4rem !important;
  9803. 3.05 s > }
  9804. 3.05 s > .pt-10 {
  9805. 3.05 s > - padding-top:4rem !important
  9806. 3.05 s > + padding-top: 4rem !important;
  9807. 3.05 s > }
  9808. 3.05 s > .pr-10 {
  9809. 3.05 s > - padding-right:4rem !important
  9810. 3.05 s > + padding-right: 4rem !important;
  9811. 3.05 s > }
  9812. 3.05 s > .pb-10 {
  9813. 3.05 s > - padding-bottom:4rem !important
  9814. 3.05 s > + padding-bottom: 4rem !important;
  9815. 3.05 s > }
  9816. 3.05 s > .pl-10 {
  9817. 3.05 s > - padding-left:4rem !important
  9818. 3.05 s > + padding-left: 4rem !important;
  9819. 3.05 s > }
  9820. 3.05 s > .px-10 {
  9821. 3.05 s > - padding-right:4rem !important;
  9822. 3.05 s > - padding-left:4rem !important
  9823. 3.05 s > + padding-right: 4rem !important;
  9824. 3.05 s > + padding-left: 4rem !important;
  9825. 3.05 s > }
  9826. 3.05 s > .py-10 {
  9827. 3.05 s > - padding-top:4rem !important;
  9828. 3.05 s > - padding-bottom:4rem !important
  9829. 3.05 s > + padding-top: 4rem !important;
  9830. 3.05 s > + padding-bottom: 4rem !important;
  9831. 3.05 s > }
  9832. 3.05 s > @media (min-width: 20rem) {
  9833. 3.05 s > .p-xs-0 {
  9834. 3.05 s > - padding:0 !important
  9835. 3.05 s > + padding: 0 !important;
  9836. 3.05 s > }
  9837. 3.05 s > .pt-xs-0 {
  9838. 3.05 s > - padding-top:0 !important
  9839. 3.05 s > + padding-top: 0 !important;
  9840. 3.05 s > }
  9841. 3.05 s > .pr-xs-0 {
  9842. 3.05 s > - padding-right:0 !important
  9843. 3.05 s > + padding-right: 0 !important;
  9844. 3.05 s > }
  9845. 3.05 s > .pb-xs-0 {
  9846. 3.05 s > - padding-bottom:0 !important
  9847. 3.05 s > + padding-bottom: 0 !important;
  9848. 3.05 s > }
  9849. 3.05 s > .pl-xs-0 {
  9850. 3.05 s > - padding-left:0 !important
  9851. 3.05 s > + padding-left: 0 !important;
  9852. 3.05 s > }
  9853. 3.05 s > .px-xs-0 {
  9854. 3.05 s > - padding-right:0 !important;
  9855. 3.05 s > - padding-left:0 !important
  9856. 3.05 s > + padding-right: 0 !important;
  9857. 3.05 s > + padding-left: 0 !important;
  9858. 3.05 s > }
  9859. 3.05 s > .py-xs-0 {
  9860. 3.05 s > - padding-top:0 !important;
  9861. 3.05 s > - padding-bottom:0 !important
  9862. 3.05 s > + padding-top: 0 !important;
  9863. 3.05 s > + padding-bottom: 0 !important;
  9864. 3.05 s > }
  9865. 3.05 s > .p-xs-1 {
  9866. 3.05 s > - padding:.25rem !important
  9867. 3.05 s > + padding: 0.25rem !important;
  9868. 3.05 s > }
  9869. 3.05 s > .pt-xs-1 {
  9870. 3.05 s > - padding-top:.25rem !important
  9871. 3.05 s > + padding-top: 0.25rem !important;
  9872. 3.05 s > }
  9873. 3.05 s > .pr-xs-1 {
  9874. 3.05 s > - padding-right:.25rem !important
  9875. 3.05 s > + padding-right: 0.25rem !important;
  9876. 3.05 s > }
  9877. 3.05 s > .pb-xs-1 {
  9878. 3.05 s > - padding-bottom:.25rem !important
  9879. 3.05 s > + padding-bottom: 0.25rem !important;
  9880. 3.05 s > }
  9881. 3.05 s > .pl-xs-1 {
  9882. 3.05 s > - padding-left:.25rem !important
  9883. 3.05 s > + padding-left: 0.25rem !important;
  9884. 3.05 s > }
  9885. 3.05 s > .px-xs-1 {
  9886. 3.05 s > - padding-right:.25rem !important;
  9887. 3.05 s > - padding-left:.25rem !important
  9888. 3.05 s > + padding-right: 0.25rem !important;
  9889. 3.05 s > + padding-left: 0.25rem !important;
  9890. 3.05 s > }
  9891. 3.05 s > .py-xs-1 {
  9892. 3.05 s > - padding-top:.25rem !important;
  9893. 3.05 s > - padding-bottom:.25rem !important
  9894. 3.05 s > + padding-top: 0.25rem !important;
  9895. 3.05 s > + padding-bottom: 0.25rem !important;
  9896. 3.05 s > }
  9897. 3.05 s > .p-xs-2 {
  9898. 3.05 s > - padding:.5rem !important
  9899. 3.05 s > + padding: 0.5rem !important;
  9900. 3.05 s > }
  9901. 3.05 s > .pt-xs-2 {
  9902. 3.05 s > - padding-top:.5rem !important
  9903. 3.05 s > + padding-top: 0.5rem !important;
  9904. 3.05 s > }
  9905. 3.05 s > .pr-xs-2 {
  9906. 3.05 s > - padding-right:.5rem !important
  9907. 3.05 s > + padding-right: 0.5rem !important;
  9908. 3.05 s > }
  9909. 3.05 s > .pb-xs-2 {
  9910. 3.05 s > - padding-bottom:.5rem !important
  9911. 3.05 s > + padding-bottom: 0.5rem !important;
  9912. 3.05 s > }
  9913. 3.05 s > .pl-xs-2 {
  9914. 3.05 s > - padding-left:.5rem !important
  9915. 3.05 s > + padding-left: 0.5rem !important;
  9916. 3.05 s > }
  9917. 3.05 s > .px-xs-2 {
  9918. 3.05 s > - padding-right:.5rem !important;
  9919. 3.05 s > - padding-left:.5rem !important
  9920. 3.05 s > + padding-right: 0.5rem !important;
  9921. 3.05 s > + padding-left: 0.5rem !important;
  9922. 3.05 s > }
  9923. 3.05 s > .py-xs-2 {
  9924. 3.05 s > - padding-top:.5rem !important;
  9925. 3.05 s > - padding-bottom:.5rem !important
  9926. 3.05 s > + padding-top: 0.5rem !important;
  9927. 3.05 s > + padding-bottom: 0.5rem !important;
  9928. 3.05 s > }
  9929. 3.05 s > .p-xs-3 {
  9930. 3.05 s > - padding:.75rem !important
  9931. 3.05 s > + padding: 0.75rem !important;
  9932. 3.05 s > }
  9933. 3.05 s > .pt-xs-3 {
  9934. 3.05 s > - padding-top:.75rem !important
  9935. 3.05 s > + padding-top: 0.75rem !important;
  9936. 3.05 s > }
  9937. 3.05 s > .pr-xs-3 {
  9938. 3.05 s > - padding-right:.75rem !important
  9939. 3.05 s > + padding-right: 0.75rem !important;
  9940. 3.05 s > }
  9941. 3.05 s > .pb-xs-3 {
  9942. 3.05 s > - padding-bottom:.75rem !important
  9943. 3.05 s > + padding-bottom: 0.75rem !important;
  9944. 3.05 s > }
  9945. 3.05 s > .pl-xs-3 {
  9946. 3.05 s > - padding-left:.75rem !important
  9947. 3.05 s > + padding-left: 0.75rem !important;
  9948. 3.05 s > }
  9949. 3.05 s > .px-xs-3 {
  9950. 3.05 s > - padding-right:.75rem !important;
  9951. 3.05 s > - padding-left:.75rem !important
  9952. 3.05 s > + padding-right: 0.75rem !important;
  9953. 3.05 s > + padding-left: 0.75rem !important;
  9954. 3.05 s > }
  9955. 3.05 s > .py-xs-3 {
  9956. 3.05 s > - padding-top:.75rem !important;
  9957. 3.05 s > - padding-bottom:.75rem !important
  9958. 3.05 s > + padding-top: 0.75rem !important;
  9959. 3.05 s > + padding-bottom: 0.75rem !important;
  9960. 3.05 s > }
  9961. 3.05 s > .p-xs-4 {
  9962. 3.05 s > - padding:1rem !important
  9963. 3.05 s > + padding: 1rem !important;
  9964. 3.05 s > }
  9965. 3.05 s > .pt-xs-4 {
  9966. 3.05 s > - padding-top:1rem !important
  9967. 3.05 s > + padding-top: 1rem !important;
  9968. 3.05 s > }
  9969. 3.05 s > .pr-xs-4 {
  9970. 3.05 s > - padding-right:1rem !important
  9971. 3.05 s > + padding-right: 1rem !important;
  9972. 3.05 s > }
  9973. 3.05 s > .pb-xs-4 {
  9974. 3.05 s > - padding-bottom:1rem !important
  9975. 3.05 s > + padding-bottom: 1rem !important;
  9976. 3.05 s > }
  9977. 3.05 s > .pl-xs-4 {
  9978. 3.05 s > - padding-left:1rem !important
  9979. 3.05 s > + padding-left: 1rem !important;
  9980. 3.05 s > }
  9981. 3.05 s > .px-xs-4 {
  9982. 3.05 s > - padding-right:1rem !important;
  9983. 3.05 s > - padding-left:1rem !important
  9984. 3.05 s > + padding-right: 1rem !important;
  9985. 3.05 s > + padding-left: 1rem !important;
  9986. 3.05 s > }
  9987. 3.05 s > .py-xs-4 {
  9988. 3.05 s > - padding-top:1rem !important;
  9989. 3.05 s > - padding-bottom:1rem !important
  9990. 3.05 s > + padding-top: 1rem !important;
  9991. 3.05 s > + padding-bottom: 1rem !important;
  9992. 3.05 s > }
  9993. 3.05 s > .p-xs-5 {
  9994. 3.05 s > - padding:1.5rem !important
  9995. 3.05 s > + padding: 1.5rem !important;
  9996. 3.05 s > }
  9997. 3.05 s > .pt-xs-5 {
  9998. 3.05 s > - padding-top:1.5rem !important
  9999. 3.05 s > + padding-top: 1.5rem !important;
  10000. 3.05 s > }
  10001. 3.05 s > .pr-xs-5 {
  10002. 3.05 s > - padding-right:1.5rem !important
  10003. 3.05 s > + padding-right: 1.5rem !important;
  10004. 3.05 s > }
  10005. 3.05 s > .pb-xs-5 {
  10006. 3.05 s > - padding-bottom:1.5rem !important
  10007. 3.05 s > + padding-bottom: 1.5rem !important;
  10008. 3.05 s > }
  10009. 3.05 s > .pl-xs-5 {
  10010. 3.05 s > - padding-left:1.5rem !important
  10011. 3.05 s > + padding-left: 1.5rem !important;
  10012. 3.05 s > }
  10013. 3.05 s > .px-xs-5 {
  10014. 3.05 s > - padding-right:1.5rem !important;
  10015. 3.05 s > - padding-left:1.5rem !important
  10016. 3.05 s > + padding-right: 1.5rem !important;
  10017. 3.05 s > + padding-left: 1.5rem !important;
  10018. 3.05 s > }
  10019. 3.05 s > .py-xs-5 {
  10020. 3.05 s > - padding-top:1.5rem !important;
  10021. 3.05 s > - padding-bottom:1.5rem !important
  10022. 3.05 s > + padding-top: 1.5rem !important;
  10023. 3.05 s > + padding-bottom: 1.5rem !important;
  10024. 3.05 s > }
  10025. 3.05 s > .p-xs-6 {
  10026. 3.05 s > - padding:2rem !important
  10027. 3.05 s > + padding: 2rem !important;
  10028. 3.05 s > }
  10029. 3.05 s > .pt-xs-6 {
  10030. 3.05 s > - padding-top:2rem !important
  10031. 3.05 s > + padding-top: 2rem !important;
  10032. 3.05 s > }
  10033. 3.05 s > .pr-xs-6 {
  10034. 3.05 s > - padding-right:2rem !important
  10035. 3.05 s > + padding-right: 2rem !important;
  10036. 3.05 s > }
  10037. 3.05 s > .pb-xs-6 {
  10038. 3.05 s > - padding-bottom:2rem !important
  10039. 3.05 s > + padding-bottom: 2rem !important;
  10040. 3.05 s > }
  10041. 3.05 s > .pl-xs-6 {
  10042. 3.05 s > - padding-left:2rem !important
  10043. 3.05 s > + padding-left: 2rem !important;
  10044. 3.05 s > }
  10045. 3.05 s > .px-xs-6 {
  10046. 3.05 s > - padding-right:2rem !important;
  10047. 3.05 s > - padding-left:2rem !important
  10048. 3.05 s > + padding-right: 2rem !important;
  10049. 3.05 s > + padding-left: 2rem !important;
  10050. 3.05 s > }
  10051. 3.05 s > .py-xs-6 {
  10052. 3.05 s > - padding-top:2rem !important;
  10053. 3.05 s > - padding-bottom:2rem !important
  10054. 3.05 s > + padding-top: 2rem !important;
  10055. 3.05 s > + padding-bottom: 2rem !important;
  10056. 3.05 s > }
  10057. 3.05 s > .p-xs-7 {
  10058. 3.05 s > - padding:2.5rem !important
  10059. 3.05 s > + padding: 2.5rem !important;
  10060. 3.05 s > }
  10061. 3.05 s > .pt-xs-7 {
  10062. 3.05 s > - padding-top:2.5rem !important
  10063. 3.05 s > + padding-top: 2.5rem !important;
  10064. 3.05 s > }
  10065. 3.05 s > .pr-xs-7 {
  10066. 3.05 s > - padding-right:2.5rem !important
  10067. 3.05 s > + padding-right: 2.5rem !important;
  10068. 3.05 s > }
  10069. 3.05 s > .pb-xs-7 {
  10070. 3.05 s > - padding-bottom:2.5rem !important
  10071. 3.05 s > + padding-bottom: 2.5rem !important;
  10072. 3.05 s > }
  10073. 3.05 s > .pl-xs-7 {
  10074. 3.05 s > - padding-left:2.5rem !important
  10075. 3.05 s > + padding-left: 2.5rem !important;
  10076. 3.05 s > }
  10077. 3.05 s > .px-xs-7 {
  10078. 3.05 s > - padding-right:2.5rem !important;
  10079. 3.05 s > - padding-left:2.5rem !important
  10080. 3.05 s > + padding-right: 2.5rem !important;
  10081. 3.05 s > + padding-left: 2.5rem !important;
  10082. 3.05 s > }
  10083. 3.05 s > .py-xs-7 {
  10084. 3.05 s > - padding-top:2.5rem !important;
  10085. 3.05 s > - padding-bottom:2.5rem !important
  10086. 3.05 s > + padding-top: 2.5rem !important;
  10087. 3.05 s > + padding-bottom: 2.5rem !important;
  10088. 3.05 s > }
  10089. 3.05 s > .p-xs-8 {
  10090. 3.05 s > - padding:3rem !important
  10091. 3.05 s > + padding: 3rem !important;
  10092. 3.05 s > }
  10093. 3.05 s > .pt-xs-8 {
  10094. 3.05 s > - padding-top:3rem !important
  10095. 3.05 s > + padding-top: 3rem !important;
  10096. 3.05 s > }
  10097. 3.05 s > .pr-xs-8 {
  10098. 3.05 s > - padding-right:3rem !important
  10099. 3.05 s > + padding-right: 3rem !important;
  10100. 3.05 s > }
  10101. 3.05 s > .pb-xs-8 {
  10102. 3.05 s > - padding-bottom:3rem !important
  10103. 3.05 s > + padding-bottom: 3rem !important;
  10104. 3.05 s > }
  10105. 3.05 s > .pl-xs-8 {
  10106. 3.05 s > - padding-left:3rem !important
  10107. 3.05 s > + padding-left: 3rem !important;
  10108. 3.05 s > }
  10109. 3.05 s > .px-xs-8 {
  10110. 3.05 s > - padding-right:3rem !important;
  10111. 3.05 s > - padding-left:3rem !important
  10112. 3.05 s > + padding-right: 3rem !important;
  10113. 3.05 s > + padding-left: 3rem !important;
  10114. 3.05 s > }
  10115. 3.05 s > .py-xs-8 {
  10116. 3.05 s > - padding-top:3rem !important;
  10117. 3.05 s > - padding-bottom:3rem !important
  10118. 3.05 s > + padding-top: 3rem !important;
  10119. 3.05 s > + padding-bottom: 3rem !important;
  10120. 3.05 s > }
  10121. 3.05 s > .p-xs-9 {
  10122. 3.05 s > - padding:3.5rem !important
  10123. 3.05 s > + padding: 3.5rem !important;
  10124. 3.05 s > }
  10125. 3.05 s > .pt-xs-9 {
  10126. 3.05 s > - padding-top:3.5rem !important
  10127. 3.05 s > + padding-top: 3.5rem !important;
  10128. 3.05 s > }
  10129. 3.05 s > .pr-xs-9 {
  10130. 3.05 s > - padding-right:3.5rem !important
  10131. 3.05 s > + padding-right: 3.5rem !important;
  10132. 3.05 s > }
  10133. 3.05 s > .pb-xs-9 {
  10134. 3.05 s > - padding-bottom:3.5rem !important
  10135. 3.05 s > + padding-bottom: 3.5rem !important;
  10136. 3.05 s > }
  10137. 3.05 s > .pl-xs-9 {
  10138. 3.05 s > - padding-left:3.5rem !important
  10139. 3.05 s > + padding-left: 3.5rem !important;
  10140. 3.05 s > }
  10141. 3.05 s > .px-xs-9 {
  10142. 3.05 s > - padding-right:3.5rem !important;
  10143. 3.05 s > - padding-left:3.5rem !important
  10144. 3.05 s > + padding-right: 3.5rem !important;
  10145. 3.05 s > + padding-left: 3.5rem !important;
  10146. 3.05 s > }
  10147. 3.05 s > .py-xs-9 {
  10148. 3.05 s > - padding-top:3.5rem !important;
  10149. 3.05 s > - padding-bottom:3.5rem !important
  10150. 3.05 s > + padding-top: 3.5rem !important;
  10151. 3.05 s > + padding-bottom: 3.5rem !important;
  10152. 3.05 s > }
  10153. 3.05 s > .p-xs-10 {
  10154. 3.05 s > - padding:4rem !important
  10155. 3.05 s > + padding: 4rem !important;
  10156. 3.05 s > }
  10157. 3.05 s > .pt-xs-10 {
  10158. 3.05 s > - padding-top:4rem !important
  10159. 3.05 s > + padding-top: 4rem !important;
  10160. 3.05 s > }
  10161. 3.05 s > .pr-xs-10 {
  10162. 3.05 s > - padding-right:4rem !important
  10163. 3.05 s > + padding-right: 4rem !important;
  10164. 3.05 s > }
  10165. 3.05 s > .pb-xs-10 {
  10166. 3.05 s > - padding-bottom:4rem !important
  10167. 3.05 s > + padding-bottom: 4rem !important;
  10168. 3.05 s > }
  10169. 3.05 s > .pl-xs-10 {
  10170. 3.05 s > - padding-left:4rem !important
  10171. 3.05 s > + padding-left: 4rem !important;
  10172. 3.05 s > }
  10173. 3.05 s > .px-xs-10 {
  10174. 3.05 s > - padding-right:4rem !important;
  10175. 3.05 s > - padding-left:4rem !important
  10176. 3.05 s > + padding-right: 4rem !important;
  10177. 3.05 s > + padding-left: 4rem !important;
  10178. 3.05 s > }
  10179. 3.05 s > .py-xs-10 {
  10180. 3.05 s > - padding-top:4rem !important;
  10181. 3.05 s > - padding-bottom:4rem !important
  10182. 3.05 s > + padding-top: 4rem !important;
  10183. 3.05 s > + padding-bottom: 4rem !important;
  10184. 3.05 s > }
  10185. 3.05 s > }
  10186. 3.05 s > @media (min-width: 31.25rem) {
  10187. 3.05 s > .p-sm-0 {
  10188. 3.05 s > - padding:0 !important
  10189. 3.05 s > + padding: 0 !important;
  10190. 3.05 s > }
  10191. 3.05 s > .pt-sm-0 {
  10192. 3.05 s > - padding-top:0 !important
  10193. 3.05 s > + padding-top: 0 !important;
  10194. 3.05 s > }
  10195. 3.05 s > .pr-sm-0 {
  10196. 3.05 s > - padding-right:0 !important
  10197. 3.05 s > + padding-right: 0 !important;
  10198. 3.05 s > }
  10199. 3.05 s > .pb-sm-0 {
  10200. 3.05 s > - padding-bottom:0 !important
  10201. 3.05 s > + padding-bottom: 0 !important;
  10202. 3.05 s > }
  10203. 3.05 s > .pl-sm-0 {
  10204. 3.05 s > - padding-left:0 !important
  10205. 3.05 s > + padding-left: 0 !important;
  10206. 3.05 s > }
  10207. 3.05 s > .px-sm-0 {
  10208. 3.05 s > - padding-right:0 !important;
  10209. 3.05 s > - padding-left:0 !important
  10210. 3.05 s > + padding-right: 0 !important;
  10211. 3.05 s > + padding-left: 0 !important;
  10212. 3.05 s > }
  10213. 3.05 s > .py-sm-0 {
  10214. 3.05 s > - padding-top:0 !important;
  10215. 3.05 s > - padding-bottom:0 !important
  10216. 3.05 s > + padding-top: 0 !important;
  10217. 3.05 s > + padding-bottom: 0 !important;
  10218. 3.05 s > }
  10219. 3.05 s > .p-sm-1 {
  10220. 3.05 s > - padding:.25rem !important
  10221. 3.05 s > + padding: 0.25rem !important;
  10222. 3.05 s > }
  10223. 3.05 s > .pt-sm-1 {
  10224. 3.05 s > - padding-top:.25rem !important
  10225. 3.05 s > + padding-top: 0.25rem !important;
  10226. 3.05 s > }
  10227. 3.05 s > .pr-sm-1 {
  10228. 3.05 s > - padding-right:.25rem !important
  10229. 3.05 s > + padding-right: 0.25rem !important;
  10230. 3.05 s > }
  10231. 3.05 s > .pb-sm-1 {
  10232. 3.05 s > - padding-bottom:.25rem !important
  10233. 3.05 s > + padding-bottom: 0.25rem !important;
  10234. 3.05 s > }
  10235. 3.05 s > .pl-sm-1 {
  10236. 3.05 s > - padding-left:.25rem !important
  10237. 3.05 s > + padding-left: 0.25rem !important;
  10238. 3.05 s > }
  10239. 3.05 s > .px-sm-1 {
  10240. 3.05 s > - padding-right:.25rem !important;
  10241. 3.05 s > - padding-left:.25rem !important
  10242. 3.05 s > + padding-right: 0.25rem !important;
  10243. 3.05 s > + padding-left: 0.25rem !important;
  10244. 3.05 s > }
  10245. 3.05 s > .py-sm-1 {
  10246. 3.05 s > - padding-top:.25rem !important;
  10247. 3.05 s > - padding-bottom:.25rem !important
  10248. 3.05 s > + padding-top: 0.25rem !important;
  10249. 3.05 s > + padding-bottom: 0.25rem !important;
  10250. 3.05 s > }
  10251. 3.05 s > .p-sm-2 {
  10252. 3.05 s > - padding:.5rem !important
  10253. 3.05 s > + padding: 0.5rem !important;
  10254. 3.05 s > }
  10255. 3.05 s > .pt-sm-2 {
  10256. 3.05 s > - padding-top:.5rem !important
  10257. 3.05 s > + padding-top: 0.5rem !important;
  10258. 3.05 s > }
  10259. 3.05 s > .pr-sm-2 {
  10260. 3.05 s > - padding-right:.5rem !important
  10261. 3.05 s > + padding-right: 0.5rem !important;
  10262. 3.05 s > }
  10263. 3.05 s > .pb-sm-2 {
  10264. 3.05 s > - padding-bottom:.5rem !important
  10265. 3.05 s > + padding-bottom: 0.5rem !important;
  10266. 3.05 s > }
  10267. 3.05 s > .pl-sm-2 {
  10268. 3.05 s > - padding-left:.5rem !important
  10269. 3.05 s > + padding-left: 0.5rem !important;
  10270. 3.05 s > }
  10271. 3.05 s > .px-sm-2 {
  10272. 3.05 s > - padding-right:.5rem !important;
  10273. 3.05 s > - padding-left:.5rem !important
  10274. 3.05 s > + padding-right: 0.5rem !important;
  10275. 3.05 s > + padding-left: 0.5rem !important;
  10276. 3.05 s > }
  10277. 3.05 s > .py-sm-2 {
  10278. 3.05 s > - padding-top:.5rem !important;
  10279. 3.05 s > - padding-bottom:.5rem !important
  10280. 3.05 s > + padding-top: 0.5rem !important;
  10281. 3.05 s > + padding-bottom: 0.5rem !important;
  10282. 3.05 s > }
  10283. 3.05 s > .p-sm-3 {
  10284. 3.05 s > - padding:.75rem !important
  10285. 3.05 s > + padding: 0.75rem !important;
  10286. 3.05 s > }
  10287. 3.05 s > .pt-sm-3 {
  10288. 3.05 s > - padding-top:.75rem !important
  10289. 3.05 s > + padding-top: 0.75rem !important;
  10290. 3.05 s > }
  10291. 3.05 s > .pr-sm-3 {
  10292. 3.05 s > - padding-right:.75rem !important
  10293. 3.05 s > + padding-right: 0.75rem !important;
  10294. 3.05 s > }
  10295. 3.05 s > .pb-sm-3 {
  10296. 3.05 s > - padding-bottom:.75rem !important
  10297. 3.05 s > + padding-bottom: 0.75rem !important;
  10298. 3.05 s > }
  10299. 3.05 s > .pl-sm-3 {
  10300. 3.05 s > - padding-left:.75rem !important
  10301. 3.05 s > + padding-left: 0.75rem !important;
  10302. 3.05 s > }
  10303. 3.05 s > .px-sm-3 {
  10304. 3.05 s > - padding-right:.75rem !important;
  10305. 3.05 s > - padding-left:.75rem !important
  10306. 3.05 s > + padding-right: 0.75rem !important;
  10307. 3.05 s > + padding-left: 0.75rem !important;
  10308. 3.05 s > }
  10309. 3.05 s > .py-sm-3 {
  10310. 3.05 s > - padding-top:.75rem !important;
  10311. 3.05 s > - padding-bottom:.75rem !important
  10312. 3.05 s > + padding-top: 0.75rem !important;
  10313. 3.05 s > + padding-bottom: 0.75rem !important;
  10314. 3.05 s > }
  10315. 3.05 s > .p-sm-4 {
  10316. 3.05 s > - padding:1rem !important
  10317. 3.05 s > + padding: 1rem !important;
  10318. 3.05 s > }
  10319. 3.05 s > .pt-sm-4 {
  10320. 3.05 s > - padding-top:1rem !important
  10321. 3.05 s > + padding-top: 1rem !important;
  10322. 3.05 s > }
  10323. 3.05 s > .pr-sm-4 {
  10324. 3.05 s > - padding-right:1rem !important
  10325. 3.05 s > + padding-right: 1rem !important;
  10326. 3.05 s > }
  10327. 3.05 s > .pb-sm-4 {
  10328. 3.05 s > - padding-bottom:1rem !important
  10329. 3.05 s > + padding-bottom: 1rem !important;
  10330. 3.05 s > }
  10331. 3.05 s > .pl-sm-4 {
  10332. 3.05 s > - padding-left:1rem !important
  10333. 3.05 s > + padding-left: 1rem !important;
  10334. 3.05 s > }
  10335. 3.05 s > .px-sm-4 {
  10336. 3.05 s > - padding-right:1rem !important;
  10337. 3.05 s > - padding-left:1rem !important
  10338. 3.05 s > + padding-right: 1rem !important;
  10339. 3.05 s > + padding-left: 1rem !important;
  10340. 3.05 s > }
  10341. 3.05 s > .py-sm-4 {
  10342. 3.05 s > - padding-top:1rem !important;
  10343. 3.05 s > - padding-bottom:1rem !important
  10344. 3.05 s > + padding-top: 1rem !important;
  10345. 3.05 s > + padding-bottom: 1rem !important;
  10346. 3.05 s > }
  10347. 3.05 s > .p-sm-5 {
  10348. 3.05 s > - padding:1.5rem !important
  10349. 3.05 s > + padding: 1.5rem !important;
  10350. 3.05 s > }
  10351. 3.05 s > .pt-sm-5 {
  10352. 3.05 s > - padding-top:1.5rem !important
  10353. 3.05 s > + padding-top: 1.5rem !important;
  10354. 3.05 s > }
  10355. 3.05 s > .pr-sm-5 {
  10356. 3.05 s > - padding-right:1.5rem !important
  10357. 3.05 s > + padding-right: 1.5rem !important;
  10358. 3.05 s > }
  10359. 3.05 s > .pb-sm-5 {
  10360. 3.05 s > - padding-bottom:1.5rem !important
  10361. 3.05 s > + padding-bottom: 1.5rem !important;
  10362. 3.05 s > }
  10363. 3.05 s > .pl-sm-5 {
  10364. 3.05 s > - padding-left:1.5rem !important
  10365. 3.05 s > + padding-left: 1.5rem !important;
  10366. 3.05 s > }
  10367. 3.05 s > .px-sm-5 {
  10368. 3.05 s > - padding-right:1.5rem !important;
  10369. 3.05 s > - padding-left:1.5rem !important
  10370. 3.05 s > + padding-right: 1.5rem !important;
  10371. 3.05 s > + padding-left: 1.5rem !important;
  10372. 3.05 s > }
  10373. 3.05 s > .py-sm-5 {
  10374. 3.05 s > - padding-top:1.5rem !important;
  10375. 3.05 s > - padding-bottom:1.5rem !important
  10376. 3.05 s > + padding-top: 1.5rem !important;
  10377. 3.05 s > + padding-bottom: 1.5rem !important;
  10378. 3.05 s > }
  10379. 3.05 s > .p-sm-6 {
  10380. 3.05 s > - padding:2rem !important
  10381. 3.05 s > + padding: 2rem !important;
  10382. 3.05 s > }
  10383. 3.05 s > .pt-sm-6 {
  10384. 3.05 s > - padding-top:2rem !important
  10385. 3.05 s > + padding-top: 2rem !important;
  10386. 3.05 s > }
  10387. 3.05 s > .pr-sm-6 {
  10388. 3.05 s > - padding-right:2rem !important
  10389. 3.05 s > + padding-right: 2rem !important;
  10390. 3.05 s > }
  10391. 3.05 s > .pb-sm-6 {
  10392. 3.05 s > - padding-bottom:2rem !important
  10393. 3.05 s > + padding-bottom: 2rem !important;
  10394. 3.05 s > }
  10395. 3.05 s > .pl-sm-6 {
  10396. 3.05 s > - padding-left:2rem !important
  10397. 3.05 s > + padding-left: 2rem !important;
  10398. 3.05 s > }
  10399. 3.05 s > .px-sm-6 {
  10400. 3.05 s > - padding-right:2rem !important;
  10401. 3.05 s > - padding-left:2rem !important
  10402. 3.05 s > + padding-right: 2rem !important;
  10403. 3.05 s > + padding-left: 2rem !important;
  10404. 3.05 s > }
  10405. 3.05 s > .py-sm-6 {
  10406. 3.05 s > - padding-top:2rem !important;
  10407. 3.05 s > - padding-bottom:2rem !important
  10408. 3.05 s > + padding-top: 2rem !important;
  10409. 3.05 s > + padding-bottom: 2rem !important;
  10410. 3.05 s > }
  10411. 3.05 s > .p-sm-7 {
  10412. 3.05 s > - padding:2.5rem !important
  10413. 3.05 s > + padding: 2.5rem !important;
  10414. 3.05 s > }
  10415. 3.05 s > .pt-sm-7 {
  10416. 3.05 s > - padding-top:2.5rem !important
  10417. 3.05 s > + padding-top: 2.5rem !important;
  10418. 3.05 s > }
  10419. 3.05 s > .pr-sm-7 {
  10420. 3.05 s > - padding-right:2.5rem !important
  10421. 3.05 s > + padding-right: 2.5rem !important;
  10422. 3.05 s > }
  10423. 3.05 s > .pb-sm-7 {
  10424. 3.05 s > - padding-bottom:2.5rem !important
  10425. 3.05 s > + padding-bottom: 2.5rem !important;
  10426. 3.05 s > }
  10427. 3.05 s > .pl-sm-7 {
  10428. 3.05 s > - padding-left:2.5rem !important
  10429. 3.05 s > + padding-left: 2.5rem !important;
  10430. 3.05 s > }
  10431. 3.05 s > .px-sm-7 {
  10432. 3.05 s > - padding-right:2.5rem !important;
  10433. 3.05 s > - padding-left:2.5rem !important
  10434. 3.05 s > + padding-right: 2.5rem !important;
  10435. 3.05 s > + padding-left: 2.5rem !important;
  10436. 3.05 s > }
  10437. 3.05 s > .py-sm-7 {
  10438. 3.05 s > - padding-top:2.5rem !important;
  10439. 3.05 s > - padding-bottom:2.5rem !important
  10440. 3.05 s > + padding-top: 2.5rem !important;
  10441. 3.05 s > + padding-bottom: 2.5rem !important;
  10442. 3.05 s > }
  10443. 3.05 s > .p-sm-8 {
  10444. 3.05 s > - padding:3rem !important
  10445. 3.05 s > + padding: 3rem !important;
  10446. 3.05 s > }
  10447. 3.05 s > .pt-sm-8 {
  10448. 3.05 s > - padding-top:3rem !important
  10449. 3.05 s > + padding-top: 3rem !important;
  10450. 3.05 s > }
  10451. 3.05 s > .pr-sm-8 {
  10452. 3.05 s > - padding-right:3rem !important
  10453. 3.05 s > + padding-right: 3rem !important;
  10454. 3.05 s > }
  10455. 3.05 s > .pb-sm-8 {
  10456. 3.05 s > - padding-bottom:3rem !important
  10457. 3.05 s > + padding-bottom: 3rem !important;
  10458. 3.05 s > }
  10459. 3.05 s > .pl-sm-8 {
  10460. 3.05 s > - padding-left:3rem !important
  10461. 3.05 s > + padding-left: 3rem !important;
  10462. 3.05 s > }
  10463. 3.05 s > .px-sm-8 {
  10464. 3.05 s > - padding-right:3rem !important;
  10465. 3.05 s > - padding-left:3rem !important
  10466. 3.05 s > + padding-right: 3rem !important;
  10467. 3.05 s > + padding-left: 3rem !important;
  10468. 3.05 s > }
  10469. 3.05 s > .py-sm-8 {
  10470. 3.05 s > - padding-top:3rem !important;
  10471. 3.05 s > - padding-bottom:3rem !important
  10472. 3.05 s > + padding-top: 3rem !important;
  10473. 3.05 s > + padding-bottom: 3rem !important;
  10474. 3.05 s > }
  10475. 3.05 s > .p-sm-9 {
  10476. 3.05 s > - padding:3.5rem !important
  10477. 3.05 s > + padding: 3.5rem !important;
  10478. 3.05 s > }
  10479. 3.05 s > .pt-sm-9 {
  10480. 3.05 s > - padding-top:3.5rem !important
  10481. 3.05 s > + padding-top: 3.5rem !important;
  10482. 3.05 s > }
  10483. 3.05 s > .pr-sm-9 {
  10484. 3.05 s > - padding-right:3.5rem !important
  10485. 3.05 s > + padding-right: 3.5rem !important;
  10486. 3.05 s > }
  10487. 3.05 s > .pb-sm-9 {
  10488. 3.05 s > - padding-bottom:3.5rem !important
  10489. 3.05 s > + padding-bottom: 3.5rem !important;
  10490. 3.05 s > }
  10491. 3.05 s > .pl-sm-9 {
  10492. 3.05 s > - padding-left:3.5rem !important
  10493. 3.05 s > + padding-left: 3.5rem !important;
  10494. 3.05 s > }
  10495. 3.05 s > .px-sm-9 {
  10496. 3.05 s > - padding-right:3.5rem !important;
  10497. 3.05 s > - padding-left:3.5rem !important
  10498. 3.05 s > + padding-right: 3.5rem !important;
  10499. 3.05 s > + padding-left: 3.5rem !important;
  10500. 3.05 s > }
  10501. 3.05 s > .py-sm-9 {
  10502. 3.05 s > - padding-top:3.5rem !important;
  10503. 3.05 s > - padding-bottom:3.5rem !important
  10504. 3.05 s > + padding-top: 3.5rem !important;
  10505. 3.05 s > + padding-bottom: 3.5rem !important;
  10506. 3.05 s > }
  10507. 3.05 s > .p-sm-10 {
  10508. 3.05 s > - padding:4rem !important
  10509. 3.05 s > + padding: 4rem !important;
  10510. 3.05 s > }
  10511. 3.05 s > .pt-sm-10 {
  10512. 3.05 s > - padding-top:4rem !important
  10513. 3.05 s > + padding-top: 4rem !important;
  10514. 3.05 s > }
  10515. 3.05 s > .pr-sm-10 {
  10516. 3.05 s > - padding-right:4rem !important
  10517. 3.05 s > + padding-right: 4rem !important;
  10518. 3.05 s > }
  10519. 3.05 s > .pb-sm-10 {
  10520. 3.05 s > - padding-bottom:4rem !important
  10521. 3.05 s > + padding-bottom: 4rem !important;
  10522. 3.05 s > }
  10523. 3.05 s > .pl-sm-10 {
  10524. 3.05 s > - padding-left:4rem !important
  10525. 3.05 s > + padding-left: 4rem !important;
  10526. 3.05 s > }
  10527. 3.05 s > .px-sm-10 {
  10528. 3.05 s > - padding-right:4rem !important;
  10529. 3.05 s > - padding-left:4rem !important
  10530. 3.05 s > + padding-right: 4rem !important;
  10531. 3.05 s > + padding-left: 4rem !important;
  10532. 3.05 s > }
  10533. 3.05 s > .py-sm-10 {
  10534. 3.05 s > - padding-top:4rem !important;
  10535. 3.05 s > - padding-bottom:4rem !important
  10536. 3.05 s > + padding-top: 4rem !important;
  10537. 3.05 s > + padding-bottom: 4rem !important;
  10538. 3.05 s > }
  10539. 3.05 s > }
  10540. 3.05 s > @media (min-width: 50rem) {
  10541. 3.05 s > .p-md-0 {
  10542. 3.05 s > - padding:0 !important
  10543. 3.05 s > + padding: 0 !important;
  10544. 3.05 s > }
  10545. 3.05 s > .pt-md-0 {
  10546. 3.05 s > - padding-top:0 !important
  10547. 3.05 s > + padding-top: 0 !important;
  10548. 3.05 s > }
  10549. 3.05 s > .pr-md-0 {
  10550. 3.05 s > - padding-right:0 !important
  10551. 3.05 s > + padding-right: 0 !important;
  10552. 3.05 s > }
  10553. 3.05 s > .pb-md-0 {
  10554. 3.05 s > - padding-bottom:0 !important
  10555. 3.05 s > + padding-bottom: 0 !important;
  10556. 3.05 s > }
  10557. 3.05 s > .pl-md-0 {
  10558. 3.05 s > - padding-left:0 !important
  10559. 3.05 s > + padding-left: 0 !important;
  10560. 3.05 s > }
  10561. 3.05 s > .px-md-0 {
  10562. 3.05 s > - padding-right:0 !important;
  10563. 3.05 s > - padding-left:0 !important
  10564. 3.05 s > + padding-right: 0 !important;
  10565. 3.05 s > + padding-left: 0 !important;
  10566. 3.05 s > }
  10567. 3.05 s > .py-md-0 {
  10568. 3.05 s > - padding-top:0 !important;
  10569. 3.05 s > - padding-bottom:0 !important
  10570. 3.05 s > + padding-top: 0 !important;
  10571. 3.05 s > + padding-bottom: 0 !important;
  10572. 3.05 s > }
  10573. 3.05 s > .p-md-1 {
  10574. 3.05 s > - padding:.25rem !important
  10575. 3.05 s > + padding: 0.25rem !important;
  10576. 3.05 s > }
  10577. 3.05 s > .pt-md-1 {
  10578. 3.05 s > - padding-top:.25rem !important
  10579. 3.05 s > + padding-top: 0.25rem !important;
  10580. 3.05 s > }
  10581. 3.05 s > .pr-md-1 {
  10582. 3.05 s > - padding-right:.25rem !important
  10583. 3.05 s > + padding-right: 0.25rem !important;
  10584. 3.05 s > }
  10585. 3.05 s > .pb-md-1 {
  10586. 3.05 s > - padding-bottom:.25rem !important
  10587. 3.05 s > + padding-bottom: 0.25rem !important;
  10588. 3.05 s > }
  10589. 3.05 s > .pl-md-1 {
  10590. 3.05 s > - padding-left:.25rem !important
  10591. 3.05 s > + padding-left: 0.25rem !important;
  10592. 3.05 s > }
  10593. 3.05 s > .px-md-1 {
  10594. 3.05 s > - padding-right:.25rem !important;
  10595. 3.05 s > - padding-left:.25rem !important
  10596. 3.05 s > + padding-right: 0.25rem !important;
  10597. 3.05 s > + padding-left: 0.25rem !important;
  10598. 3.05 s > }
  10599. 3.05 s > .py-md-1 {
  10600. 3.05 s > - padding-top:.25rem !important;
  10601. 3.05 s > - padding-bottom:.25rem !important
  10602. 3.05 s > + padding-top: 0.25rem !important;
  10603. 3.05 s > + padding-bottom: 0.25rem !important;
  10604. 3.05 s > }
  10605. 3.05 s > .p-md-2 {
  10606. 3.05 s > - padding:.5rem !important
  10607. 3.05 s > + padding: 0.5rem !important;
  10608. 3.05 s > }
  10609. 3.05 s > .pt-md-2 {
  10610. 3.05 s > - padding-top:.5rem !important
  10611. 3.05 s > + padding-top: 0.5rem !important;
  10612. 3.05 s > }
  10613. 3.05 s > .pr-md-2 {
  10614. 3.05 s > - padding-right:.5rem !important
  10615. 3.05 s > + padding-right: 0.5rem !important;
  10616. 3.05 s > }
  10617. 3.05 s > .pb-md-2 {
  10618. 3.05 s > - padding-bottom:.5rem !important
  10619. 3.05 s > + padding-bottom: 0.5rem !important;
  10620. 3.05 s > }
  10621. 3.05 s > .pl-md-2 {
  10622. 3.05 s > - padding-left:.5rem !important
  10623. 3.05 s > + padding-left: 0.5rem !important;
  10624. 3.05 s > }
  10625. 3.05 s > .px-md-2 {
  10626. 3.05 s > - padding-right:.5rem !important;
  10627. 3.05 s > - padding-left:.5rem !important
  10628. 3.05 s > + padding-right: 0.5rem !important;
  10629. 3.05 s > + padding-left: 0.5rem !important;
  10630. 3.05 s > }
  10631. 3.05 s > .py-md-2 {
  10632. 3.05 s > - padding-top:.5rem !important;
  10633. 3.05 s > - padding-bottom:.5rem !important
  10634. 3.05 s > + padding-top: 0.5rem !important;
  10635. 3.05 s > + padding-bottom: 0.5rem !important;
  10636. 3.05 s > }
  10637. 3.05 s > .p-md-3 {
  10638. 3.05 s > - padding:.75rem !important
  10639. 3.05 s > + padding: 0.75rem !important;
  10640. 3.05 s > }
  10641. 3.05 s > .pt-md-3 {
  10642. 3.05 s > - padding-top:.75rem !important
  10643. 3.05 s > + padding-top: 0.75rem !important;
  10644. 3.05 s > }
  10645. 3.05 s > .pr-md-3 {
  10646. 3.05 s > - padding-right:.75rem !important
  10647. 3.05 s > + padding-right: 0.75rem !important;
  10648. 3.05 s > }
  10649. 3.05 s > .pb-md-3 {
  10650. 3.05 s > - padding-bottom:.75rem !important
  10651. 3.05 s > + padding-bottom: 0.75rem !important;
  10652. 3.05 s > }
  10653. 3.05 s > .pl-md-3 {
  10654. 3.05 s > - padding-left:.75rem !important
  10655. 3.05 s > + padding-left: 0.75rem !important;
  10656. 3.05 s > }
  10657. 3.05 s > .px-md-3 {
  10658. 3.05 s > - padding-right:.75rem !important;
  10659. 3.05 s > - padding-left:.75rem !important
  10660. 3.05 s > + padding-right: 0.75rem !important;
  10661. 3.05 s > + padding-left: 0.75rem !important;
  10662. 3.05 s > }
  10663. 3.05 s > .py-md-3 {
  10664. 3.05 s > - padding-top:.75rem !important;
  10665. 3.05 s > - padding-bottom:.75rem !important
  10666. 3.05 s > + padding-top: 0.75rem !important;
  10667. 3.05 s > + padding-bottom: 0.75rem !important;
  10668. 3.05 s > }
  10669. 3.05 s > .p-md-4 {
  10670. 3.05 s > - padding:1rem !important
  10671. 3.05 s > + padding: 1rem !important;
  10672. 3.05 s > }
  10673. 3.05 s > .pt-md-4 {
  10674. 3.05 s > - padding-top:1rem !important
  10675. 3.05 s > + padding-top: 1rem !important;
  10676. 3.05 s > }
  10677. 3.05 s > .pr-md-4 {
  10678. 3.05 s > - padding-right:1rem !important
  10679. 3.05 s > + padding-right: 1rem !important;
  10680. 3.05 s > }
  10681. 3.05 s > .pb-md-4 {
  10682. 3.05 s > - padding-bottom:1rem !important
  10683. 3.05 s > + padding-bottom: 1rem !important;
  10684. 3.05 s > }
  10685. 3.05 s > .pl-md-4 {
  10686. 3.05 s > - padding-left:1rem !important
  10687. 3.05 s > + padding-left: 1rem !important;
  10688. 3.05 s > }
  10689. 3.05 s > .px-md-4 {
  10690. 3.05 s > - padding-right:1rem !important;
  10691. 3.05 s > - padding-left:1rem !important
  10692. 3.05 s > + padding-right: 1rem !important;
  10693. 3.05 s > + padding-left: 1rem !important;
  10694. 3.05 s > }
  10695. 3.05 s > .py-md-4 {
  10696. 3.05 s > - padding-top:1rem !important;
  10697. 3.05 s > - padding-bottom:1rem !important
  10698. 3.05 s > + padding-top: 1rem !important;
  10699. 3.05 s > + padding-bottom: 1rem !important;
  10700. 3.05 s > }
  10701. 3.05 s > .p-md-5 {
  10702. 3.05 s > - padding:1.5rem !important
  10703. 3.05 s > + padding: 1.5rem !important;
  10704. 3.05 s > }
  10705. 3.05 s > .pt-md-5 {
  10706. 3.05 s > - padding-top:1.5rem !important
  10707. 3.05 s > + padding-top: 1.5rem !important;
  10708. 3.05 s > }
  10709. 3.05 s > .pr-md-5 {
  10710. 3.05 s > - padding-right:1.5rem !important
  10711. 3.05 s > + padding-right: 1.5rem !important;
  10712. 3.05 s > }
  10713. 3.05 s > .pb-md-5 {
  10714. 3.05 s > - padding-bottom:1.5rem !important
  10715. 3.05 s > + padding-bottom: 1.5rem !important;
  10716. 3.05 s > }
  10717. 3.05 s > .pl-md-5 {
  10718. 3.05 s > - padding-left:1.5rem !important
  10719. 3.05 s > + padding-left: 1.5rem !important;
  10720. 3.05 s > }
  10721. 3.05 s > .px-md-5 {
  10722. 3.05 s > - padding-right:1.5rem !important;
  10723. 3.05 s > - padding-left:1.5rem !important
  10724. 3.05 s > + padding-right: 1.5rem !important;
  10725. 3.05 s > + padding-left: 1.5rem !important;
  10726. 3.05 s > }
  10727. 3.05 s > .py-md-5 {
  10728. 3.05 s > - padding-top:1.5rem !important;
  10729. 3.05 s > - padding-bottom:1.5rem !important
  10730. 3.05 s > + padding-top: 1.5rem !important;
  10731. 3.05 s > + padding-bottom: 1.5rem !important;
  10732. 3.05 s > }
  10733. 3.05 s > .p-md-6 {
  10734. 3.05 s > - padding:2rem !important
  10735. 3.05 s > + padding: 2rem !important;
  10736. 3.05 s > }
  10737. 3.05 s > .pt-md-6 {
  10738. 3.05 s > - padding-top:2rem !important
  10739. 3.05 s > + padding-top: 2rem !important;
  10740. 3.05 s > }
  10741. 3.05 s > .pr-md-6 {
  10742. 3.05 s > - padding-right:2rem !important
  10743. 3.05 s > + padding-right: 2rem !important;
  10744. 3.05 s > }
  10745. 3.05 s > .pb-md-6 {
  10746. 3.05 s > - padding-bottom:2rem !important
  10747. 3.05 s > + padding-bottom: 2rem !important;
  10748. 3.05 s > }
  10749. 3.05 s > .pl-md-6 {
  10750. 3.05 s > - padding-left:2rem !important
  10751. 3.05 s > + padding-left: 2rem !important;
  10752. 3.05 s > }
  10753. 3.05 s > .px-md-6 {
  10754. 3.05 s > - padding-right:2rem !important;
  10755. 3.05 s > - padding-left:2rem !important
  10756. 3.05 s > + padding-right: 2rem !important;
  10757. 3.05 s > + padding-left: 2rem !important;
  10758. 3.05 s > }
  10759. 3.05 s > .py-md-6 {
  10760. 3.05 s > - padding-top:2rem !important;
  10761. 3.05 s > - padding-bottom:2rem !important
  10762. 3.05 s > + padding-top: 2rem !important;
  10763. 3.05 s > + padding-bottom: 2rem !important;
  10764. 3.05 s > }
  10765. 3.05 s > .p-md-7 {
  10766. 3.05 s > - padding:2.5rem !important
  10767. 3.05 s > + padding: 2.5rem !important;
  10768. 3.05 s > }
  10769. 3.05 s > .pt-md-7 {
  10770. 3.05 s > - padding-top:2.5rem !important
  10771. 3.05 s > + padding-top: 2.5rem !important;
  10772. 3.05 s > }
  10773. 3.05 s > .pr-md-7 {
  10774. 3.05 s > - padding-right:2.5rem !important
  10775. 3.05 s > + padding-right: 2.5rem !important;
  10776. 3.05 s > }
  10777. 3.05 s > .pb-md-7 {
  10778. 3.05 s > - padding-bottom:2.5rem !important
  10779. 3.05 s > + padding-bottom: 2.5rem !important;
  10780. 3.05 s > }
  10781. 3.05 s > .pl-md-7 {
  10782. 3.05 s > - padding-left:2.5rem !important
  10783. 3.05 s > + padding-left: 2.5rem !important;
  10784. 3.05 s > }
  10785. 3.05 s > .px-md-7 {
  10786. 3.05 s > - padding-right:2.5rem !important;
  10787. 3.05 s > - padding-left:2.5rem !important
  10788. 3.05 s > + padding-right: 2.5rem !important;
  10789. 3.05 s > + padding-left: 2.5rem !important;
  10790. 3.05 s > }
  10791. 3.05 s > .py-md-7 {
  10792. 3.05 s > - padding-top:2.5rem !important;
  10793. 3.05 s > - padding-bottom:2.5rem !important
  10794. 3.05 s > + padding-top: 2.5rem !important;
  10795. 3.05 s > + padding-bottom: 2.5rem !important;
  10796. 3.05 s > }
  10797. 3.05 s > .p-md-8 {
  10798. 3.05 s > - padding:3rem !important
  10799. 3.05 s > + padding: 3rem !important;
  10800. 3.05 s > }
  10801. 3.05 s > .pt-md-8 {
  10802. 3.05 s > - padding-top:3rem !important
  10803. 3.05 s > + padding-top: 3rem !important;
  10804. 3.05 s > }
  10805. 3.05 s > .pr-md-8 {
  10806. 3.05 s > - padding-right:3rem !important
  10807. 3.05 s > + padding-right: 3rem !important;
  10808. 3.05 s > }
  10809. 3.05 s > .pb-md-8 {
  10810. 3.05 s > - padding-bottom:3rem !important
  10811. 3.05 s > + padding-bottom: 3rem !important;
  10812. 3.05 s > }
  10813. 3.05 s > .pl-md-8 {
  10814. 3.05 s > - padding-left:3rem !important
  10815. 3.05 s > + padding-left: 3rem !important;
  10816. 3.05 s > }
  10817. 3.05 s > .px-md-8 {
  10818. 3.05 s > - padding-right:3rem !important;
  10819. 3.05 s > - padding-left:3rem !important
  10820. 3.05 s > + padding-right: 3rem !important;
  10821. 3.05 s > + padding-left: 3rem !important;
  10822. 3.05 s > }
  10823. 3.05 s > .py-md-8 {
  10824. 3.05 s > - padding-top:3rem !important;
  10825. 3.05 s > - padding-bottom:3rem !important
  10826. 3.05 s > + padding-top: 3rem !important;
  10827. 3.05 s > + padding-bottom: 3rem !important;
  10828. 3.05 s > }
  10829. 3.05 s > .p-md-9 {
  10830. 3.05 s > - padding:3.5rem !important
  10831. 3.05 s > + padding: 3.5rem !important;
  10832. 3.05 s > }
  10833. 3.05 s > .pt-md-9 {
  10834. 3.05 s > - padding-top:3.5rem !important
  10835. 3.05 s > + padding-top: 3.5rem !important;
  10836. 3.05 s > }
  10837. 3.05 s > .pr-md-9 {
  10838. 3.05 s > - padding-right:3.5rem !important
  10839. 3.05 s > + padding-right: 3.5rem !important;
  10840. 3.05 s > }
  10841. 3.05 s > .pb-md-9 {
  10842. 3.05 s > - padding-bottom:3.5rem !important
  10843. 3.05 s > + padding-bottom: 3.5rem !important;
  10844. 3.05 s > }
  10845. 3.05 s > .pl-md-9 {
  10846. 3.05 s > - padding-left:3.5rem !important
  10847. 3.05 s > + padding-left: 3.5rem !important;
  10848. 3.05 s > }
  10849. 3.05 s > .px-md-9 {
  10850. 3.05 s > - padding-right:3.5rem !important;
  10851. 3.05 s > - padding-left:3.5rem !important
  10852. 3.05 s > + padding-right: 3.5rem !important;
  10853. 3.05 s > + padding-left: 3.5rem !important;
  10854. 3.05 s > }
  10855. 3.05 s > .py-md-9 {
  10856. 3.05 s > - padding-top:3.5rem !important;
  10857. 3.05 s > - padding-bottom:3.5rem !important
  10858. 3.05 s > + padding-top: 3.5rem !important;
  10859. 3.05 s > + padding-bottom: 3.5rem !important;
  10860. 3.05 s > }
  10861. 3.05 s > .p-md-10 {
  10862. 3.05 s > - padding:4rem !important
  10863. 3.05 s > + padding: 4rem !important;
  10864. 3.05 s > }
  10865. 3.05 s > .pt-md-10 {
  10866. 3.05 s > - padding-top:4rem !important
  10867. 3.05 s > + padding-top: 4rem !important;
  10868. 3.05 s > }
  10869. 3.05 s > .pr-md-10 {
  10870. 3.05 s > - padding-right:4rem !important
  10871. 3.05 s > + padding-right: 4rem !important;
  10872. 3.05 s > }
  10873. 3.05 s > .pb-md-10 {
  10874. 3.05 s > - padding-bottom:4rem !important
  10875. 3.05 s > + padding-bottom: 4rem !important;
  10876. 3.05 s > }
  10877. 3.05 s > .pl-md-10 {
  10878. 3.05 s > - padding-left:4rem !important
  10879. 3.05 s > + padding-left: 4rem !important;
  10880. 3.05 s > }
  10881. 3.05 s > .px-md-10 {
  10882. 3.05 s > - padding-right:4rem !important;
  10883. 3.05 s > - padding-left:4rem !important
  10884. 3.05 s > + padding-right: 4rem !important;
  10885. 3.05 s > + padding-left: 4rem !important;
  10886. 3.05 s > }
  10887. 3.05 s > .py-md-10 {
  10888. 3.05 s > - padding-top:4rem !important;
  10889. 3.05 s > - padding-bottom:4rem !important
  10890. 3.05 s > + padding-top: 4rem !important;
  10891. 3.05 s > + padding-bottom: 4rem !important;
  10892. 3.05 s > }
  10893. 3.05 s > }
  10894. 3.05 s > @media (min-width: 66.5rem) {
  10895. 3.05 s > .p-lg-0 {
  10896. 3.05 s > - padding:0 !important
  10897. 3.05 s > + padding: 0 !important;
  10898. 3.05 s > }
  10899. 3.05 s > .pt-lg-0 {
  10900. 3.05 s > - padding-top:0 !important
  10901. 3.05 s > + padding-top: 0 !important;
  10902. 3.05 s > }
  10903. 3.05 s > .pr-lg-0 {
  10904. 3.05 s > - padding-right:0 !important
  10905. 3.05 s > + padding-right: 0 !important;
  10906. 3.05 s > }
  10907. 3.05 s > .pb-lg-0 {
  10908. 3.05 s > - padding-bottom:0 !important
  10909. 3.05 s > + padding-bottom: 0 !important;
  10910. 3.05 s > }
  10911. 3.05 s > .pl-lg-0 {
  10912. 3.05 s > - padding-left:0 !important
  10913. 3.05 s > + padding-left: 0 !important;
  10914. 3.05 s > }
  10915. 3.05 s > .px-lg-0 {
  10916. 3.05 s > - padding-right:0 !important;
  10917. 3.05 s > - padding-left:0 !important
  10918. 3.05 s > + padding-right: 0 !important;
  10919. 3.05 s > + padding-left: 0 !important;
  10920. 3.05 s > }
  10921. 3.05 s > .py-lg-0 {
  10922. 3.05 s > - padding-top:0 !important;
  10923. 3.05 s > - padding-bottom:0 !important
  10924. 3.05 s > + padding-top: 0 !important;
  10925. 3.05 s > + padding-bottom: 0 !important;
  10926. 3.05 s > }
  10927. 3.05 s > .p-lg-1 {
  10928. 3.05 s > - padding:.25rem !important
  10929. 3.05 s > + padding: 0.25rem !important;
  10930. 3.05 s > }
  10931. 3.05 s > .pt-lg-1 {
  10932. 3.05 s > - padding-top:.25rem !important
  10933. 3.05 s > + padding-top: 0.25rem !important;
  10934. 3.05 s > }
  10935. 3.05 s > .pr-lg-1 {
  10936. 3.05 s > - padding-right:.25rem !important
  10937. 3.05 s > + padding-right: 0.25rem !important;
  10938. 3.05 s > }
  10939. 3.05 s > .pb-lg-1 {
  10940. 3.05 s > - padding-bottom:.25rem !important
  10941. 3.05 s > + padding-bottom: 0.25rem !important;
  10942. 3.05 s > }
  10943. 3.05 s > .pl-lg-1 {
  10944. 3.05 s > - padding-left:.25rem !important
  10945. 3.05 s > + padding-left: 0.25rem !important;
  10946. 3.05 s > }
  10947. 3.05 s > .px-lg-1 {
  10948. 3.05 s > - padding-right:.25rem !important;
  10949. 3.05 s > - padding-left:.25rem !important
  10950. 3.05 s > + padding-right: 0.25rem !important;
  10951. 3.05 s > + padding-left: 0.25rem !important;
  10952. 3.05 s > }
  10953. 3.05 s > .py-lg-1 {
  10954. 3.05 s > - padding-top:.25rem !important;
  10955. 3.05 s > - padding-bottom:.25rem !important
  10956. 3.05 s > + padding-top: 0.25rem !important;
  10957. 3.05 s > + padding-bottom: 0.25rem !important;
  10958. 3.05 s > }
  10959. 3.05 s > .p-lg-2 {
  10960. 3.05 s > - padding:.5rem !important
  10961. 3.05 s > + padding: 0.5rem !important;
  10962. 3.05 s > }
  10963. 3.05 s > .pt-lg-2 {
  10964. 3.05 s > - padding-top:.5rem !important
  10965. 3.05 s > + padding-top: 0.5rem !important;
  10966. 3.05 s > }
  10967. 3.05 s > .pr-lg-2 {
  10968. 3.05 s > - padding-right:.5rem !important
  10969. 3.05 s > + padding-right: 0.5rem !important;
  10970. 3.05 s > }
  10971. 3.05 s > .pb-lg-2 {
  10972. 3.05 s > - padding-bottom:.5rem !important
  10973. 3.05 s > + padding-bottom: 0.5rem !important;
  10974. 3.05 s > }
  10975. 3.05 s > .pl-lg-2 {
  10976. 3.05 s > - padding-left:.5rem !important
  10977. 3.05 s > + padding-left: 0.5rem !important;
  10978. 3.05 s > }
  10979. 3.05 s > .px-lg-2 {
  10980. 3.05 s > - padding-right:.5rem !important;
  10981. 3.05 s > - padding-left:.5rem !important
  10982. 3.05 s > + padding-right: 0.5rem !important;
  10983. 3.05 s > + padding-left: 0.5rem !important;
  10984. 3.05 s > }
  10985. 3.05 s > .py-lg-2 {
  10986. 3.05 s > - padding-top:.5rem !important;
  10987. 3.05 s > - padding-bottom:.5rem !important
  10988. 3.05 s > + padding-top: 0.5rem !important;
  10989. 3.05 s > + padding-bottom: 0.5rem !important;
  10990. 3.05 s > }
  10991. 3.05 s > .p-lg-3 {
  10992. 3.05 s > - padding:.75rem !important
  10993. 3.05 s > + padding: 0.75rem !important;
  10994. 3.05 s > }
  10995. 3.05 s > .pt-lg-3 {
  10996. 3.05 s > - padding-top:.75rem !important
  10997. 3.05 s > + padding-top: 0.75rem !important;
  10998. 3.05 s > }
  10999. 3.05 s > .pr-lg-3 {
  11000. 3.05 s > - padding-right:.75rem !important
  11001. 3.05 s > + padding-right: 0.75rem !important;
  11002. 3.05 s > }
  11003. 3.05 s > .pb-lg-3 {
  11004. 3.05 s > - padding-bottom:.75rem !important
  11005. 3.05 s > + padding-bottom: 0.75rem !important;
  11006. 3.05 s > }
  11007. 3.05 s > .pl-lg-3 {
  11008. 3.05 s > - padding-left:.75rem !important
  11009. 3.05 s > + padding-left: 0.75rem !important;
  11010. 3.05 s > }
  11011. 3.05 s > .px-lg-3 {
  11012. 3.05 s > - padding-right:.75rem !important;
  11013. 3.05 s > - padding-left:.75rem !important
  11014. 3.05 s > + padding-right: 0.75rem !important;
  11015. 3.05 s > + padding-left: 0.75rem !important;
  11016. 3.05 s > }
  11017. 3.05 s > .py-lg-3 {
  11018. 3.05 s > - padding-top:.75rem !important;
  11019. 3.05 s > - padding-bottom:.75rem !important
  11020. 3.05 s > + padding-top: 0.75rem !important;
  11021. 3.05 s > + padding-bottom: 0.75rem !important;
  11022. 3.05 s > }
  11023. 3.05 s > .p-lg-4 {
  11024. 3.05 s > - padding:1rem !important
  11025. 3.05 s > + padding: 1rem !important;
  11026. 3.05 s > }
  11027. 3.05 s > .pt-lg-4 {
  11028. 3.05 s > - padding-top:1rem !important
  11029. 3.05 s > + padding-top: 1rem !important;
  11030. 3.05 s > }
  11031. 3.05 s > .pr-lg-4 {
  11032. 3.05 s > - padding-right:1rem !important
  11033. 3.05 s > + padding-right: 1rem !important;
  11034. 3.05 s > }
  11035. 3.05 s > .pb-lg-4 {
  11036. 3.05 s > - padding-bottom:1rem !important
  11037. 3.05 s > + padding-bottom: 1rem !important;
  11038. 3.05 s > }
  11039. 3.05 s > .pl-lg-4 {
  11040. 3.05 s > - padding-left:1rem !important
  11041. 3.05 s > + padding-left: 1rem !important;
  11042. 3.05 s > }
  11043. 3.05 s > .px-lg-4 {
  11044. 3.05 s > - padding-right:1rem !important;
  11045. 3.05 s > - padding-left:1rem !important
  11046. 3.05 s > + padding-right: 1rem !important;
  11047. 3.05 s > + padding-left: 1rem !important;
  11048. 3.05 s > }
  11049. 3.05 s > .py-lg-4 {
  11050. 3.05 s > - padding-top:1rem !important;
  11051. 3.05 s > - padding-bottom:1rem !important
  11052. 3.05 s > + padding-top: 1rem !important;
  11053. 3.05 s > + padding-bottom: 1rem !important;
  11054. 3.05 s > }
  11055. 3.05 s > .p-lg-5 {
  11056. 3.05 s > - padding:1.5rem !important
  11057. 3.05 s > + padding: 1.5rem !important;
  11058. 3.05 s > }
  11059. 3.05 s > .pt-lg-5 {
  11060. 3.05 s > - padding-top:1.5rem !important
  11061. 3.05 s > + padding-top: 1.5rem !important;
  11062. 3.05 s > }
  11063. 3.05 s > .pr-lg-5 {
  11064. 3.05 s > - padding-right:1.5rem !important
  11065. 3.05 s > + padding-right: 1.5rem !important;
  11066. 3.05 s > }
  11067. 3.05 s > .pb-lg-5 {
  11068. 3.05 s > - padding-bottom:1.5rem !important
  11069. 3.05 s > + padding-bottom: 1.5rem !important;
  11070. 3.05 s > }
  11071. 3.05 s > .pl-lg-5 {
  11072. 3.05 s > - padding-left:1.5rem !important
  11073. 3.05 s > + padding-left: 1.5rem !important;
  11074. 3.05 s > }
  11075. 3.05 s > .px-lg-5 {
  11076. 3.05 s > - padding-right:1.5rem !important;
  11077. 3.05 s > - padding-left:1.5rem !important
  11078. 3.05 s > + padding-right: 1.5rem !important;
  11079. 3.05 s > + padding-left: 1.5rem !important;
  11080. 3.05 s > }
  11081. 3.05 s > .py-lg-5 {
  11082. 3.05 s > - padding-top:1.5rem !important;
  11083. 3.05 s > - padding-bottom:1.5rem !important
  11084. 3.05 s > + padding-top: 1.5rem !important;
  11085. 3.05 s > + padding-bottom: 1.5rem !important;
  11086. 3.05 s > }
  11087. 3.05 s > .p-lg-6 {
  11088. 3.05 s > - padding:2rem !important
  11089. 3.05 s > + padding: 2rem !important;
  11090. 3.05 s > }
  11091. 3.05 s > .pt-lg-6 {
  11092. 3.05 s > - padding-top:2rem !important
  11093. 3.05 s > + padding-top: 2rem !important;
  11094. 3.05 s > }
  11095. 3.05 s > .pr-lg-6 {
  11096. 3.05 s > - padding-right:2rem !important
  11097. 3.05 s > + padding-right: 2rem !important;
  11098. 3.05 s > }
  11099. 3.05 s > .pb-lg-6 {
  11100. 3.05 s > - padding-bottom:2rem !important
  11101. 3.05 s > + padding-bottom: 2rem !important;
  11102. 3.05 s > }
  11103. 3.05 s > .pl-lg-6 {
  11104. 3.05 s > - padding-left:2rem !important
  11105. 3.05 s > + padding-left: 2rem !important;
  11106. 3.05 s > }
  11107. 3.05 s > .px-lg-6 {
  11108. 3.05 s > - padding-right:2rem !important;
  11109. 3.05 s > - padding-left:2rem !important
  11110. 3.05 s > + padding-right: 2rem !important;
  11111. 3.05 s > + padding-left: 2rem !important;
  11112. 3.05 s > }
  11113. 3.05 s > .py-lg-6 {
  11114. 3.05 s > - padding-top:2rem !important;
  11115. 3.05 s > - padding-bottom:2rem !important
  11116. 3.05 s > + padding-top: 2rem !important;
  11117. 3.05 s > + padding-bottom: 2rem !important;
  11118. 3.05 s > }
  11119. 3.05 s > .p-lg-7 {
  11120. 3.05 s > - padding:2.5rem !important
  11121. 3.05 s > + padding: 2.5rem !important;
  11122. 3.05 s > }
  11123. 3.05 s > .pt-lg-7 {
  11124. 3.05 s > - padding-top:2.5rem !important
  11125. 3.05 s > + padding-top: 2.5rem !important;
  11126. 3.05 s > }
  11127. 3.05 s > .pr-lg-7 {
  11128. 3.05 s > - padding-right:2.5rem !important
  11129. 3.05 s > + padding-right: 2.5rem !important;
  11130. 3.05 s > }
  11131. 3.05 s > .pb-lg-7 {
  11132. 3.05 s > - padding-bottom:2.5rem !important
  11133. 3.05 s > + padding-bottom: 2.5rem !important;
  11134. 3.05 s > }
  11135. 3.05 s > .pl-lg-7 {
  11136. 3.05 s > - padding-left:2.5rem !important
  11137. 3.05 s > + padding-left: 2.5rem !important;
  11138. 3.05 s > }
  11139. 3.05 s > .px-lg-7 {
  11140. 3.05 s > - padding-right:2.5rem !important;
  11141. 3.05 s > - padding-left:2.5rem !important
  11142. 3.05 s > + padding-right: 2.5rem !important;
  11143. 3.05 s > + padding-left: 2.5rem !important;
  11144. 3.05 s > }
  11145. 3.05 s > .py-lg-7 {
  11146. 3.05 s > - padding-top:2.5rem !important;
  11147. 3.05 s > - padding-bottom:2.5rem !important
  11148. 3.05 s > + padding-top: 2.5rem !important;
  11149. 3.05 s > + padding-bottom: 2.5rem !important;
  11150. 3.05 s > }
  11151. 3.05 s > .p-lg-8 {
  11152. 3.05 s > - padding:3rem !important
  11153. 3.05 s > + padding: 3rem !important;
  11154. 3.05 s > }
  11155. 3.05 s > .pt-lg-8 {
  11156. 3.05 s > - padding-top:3rem !important
  11157. 3.05 s > + padding-top: 3rem !important;
  11158. 3.05 s > }
  11159. 3.05 s > .pr-lg-8 {
  11160. 3.05 s > - padding-right:3rem !important
  11161. 3.05 s > + padding-right: 3rem !important;
  11162. 3.05 s > }
  11163. 3.05 s > .pb-lg-8 {
  11164. 3.05 s > - padding-bottom:3rem !important
  11165. 3.05 s > + padding-bottom: 3rem !important;
  11166. 3.05 s > }
  11167. 3.05 s > .pl-lg-8 {
  11168. 3.05 s > - padding-left:3rem !important
  11169. 3.05 s > + padding-left: 3rem !important;
  11170. 3.05 s > }
  11171. 3.05 s > .px-lg-8 {
  11172. 3.05 s > - padding-right:3rem !important;
  11173. 3.05 s > - padding-left:3rem !important
  11174. 3.05 s > + padding-right: 3rem !important;
  11175. 3.05 s > + padding-left: 3rem !important;
  11176. 3.05 s > }
  11177. 3.05 s > .py-lg-8 {
  11178. 3.05 s > - padding-top:3rem !important;
  11179. 3.05 s > - padding-bottom:3rem !important
  11180. 3.05 s > + padding-top: 3rem !important;
  11181. 3.05 s > + padding-bottom: 3rem !important;
  11182. 3.05 s > }
  11183. 3.05 s > .p-lg-9 {
  11184. 3.05 s > - padding:3.5rem !important
  11185. 3.05 s > + padding: 3.5rem !important;
  11186. 3.05 s > }
  11187. 3.05 s > .pt-lg-9 {
  11188. 3.05 s > - padding-top:3.5rem !important
  11189. 3.05 s > + padding-top: 3.5rem !important;
  11190. 3.05 s > }
  11191. 3.05 s > .pr-lg-9 {
  11192. 3.05 s > - padding-right:3.5rem !important
  11193. 3.05 s > + padding-right: 3.5rem !important;
  11194. 3.05 s > }
  11195. 3.05 s > .pb-lg-9 {
  11196. 3.05 s > - padding-bottom:3.5rem !important
  11197. 3.05 s > + padding-bottom: 3.5rem !important;
  11198. 3.05 s > }
  11199. 3.05 s > .pl-lg-9 {
  11200. 3.05 s > - padding-left:3.5rem !important
  11201. 3.05 s > + padding-left: 3.5rem !important;
  11202. 3.05 s > }
  11203. 3.05 s > .px-lg-9 {
  11204. 3.05 s > - padding-right:3.5rem !important;
  11205. 3.05 s > - padding-left:3.5rem !important
  11206. 3.05 s > + padding-right: 3.5rem !important;
  11207. 3.05 s > + padding-left: 3.5rem !important;
  11208. 3.05 s > }
  11209. 3.05 s > .py-lg-9 {
  11210. 3.05 s > - padding-top:3.5rem !important;
  11211. 3.05 s > - padding-bottom:3.5rem !important
  11212. 3.05 s > + padding-top: 3.5rem !important;
  11213. 3.05 s > + padding-bottom: 3.5rem !important;
  11214. 3.05 s > }
  11215. 3.05 s > .p-lg-10 {
  11216. 3.05 s > - padding:4rem !important
  11217. 3.05 s > + padding: 4rem !important;
  11218. 3.05 s > }
  11219. 3.05 s > .pt-lg-10 {
  11220. 3.05 s > - padding-top:4rem !important
  11221. 3.05 s > + padding-top: 4rem !important;
  11222. 3.05 s > }
  11223. 3.05 s > .pr-lg-10 {
  11224. 3.05 s > - padding-right:4rem !important
  11225. 3.05 s > + padding-right: 4rem !important;
  11226. 3.05 s > }
  11227. 3.05 s > .pb-lg-10 {
  11228. 3.05 s > - padding-bottom:4rem !important
  11229. 3.05 s > + padding-bottom: 4rem !important;
  11230. 3.05 s > }
  11231. 3.05 s > .pl-lg-10 {
  11232. 3.05 s > - padding-left:4rem !important
  11233. 3.05 s > + padding-left: 4rem !important;
  11234. 3.05 s > }
  11235. 3.05 s > .px-lg-10 {
  11236. 3.05 s > - padding-right:4rem !important;
  11237. 3.05 s > - padding-left:4rem !important
  11238. 3.05 s > + padding-right: 4rem !important;
  11239. 3.05 s > + padding-left: 4rem !important;
  11240. 3.05 s > }
  11241. 3.05 s > .py-lg-10 {
  11242. 3.05 s > - padding-top:4rem !important;
  11243. 3.05 s > - padding-bottom:4rem !important
  11244. 3.05 s > + padding-top: 4rem !important;
  11245. 3.05 s > + padding-bottom: 4rem !important;
  11246. 3.05 s > }
  11247. 3.05 s > }
  11248. 3.05 s > @media (min-width: 87.5rem) {
  11249. 3.05 s > .p-xl-0 {
  11250. 3.05 s > - padding:0 !important
  11251. 3.05 s > + padding: 0 !important;
  11252. 3.05 s > }
  11253. 3.05 s > .pt-xl-0 {
  11254. 3.05 s > - padding-top:0 !important
  11255. 3.05 s > + padding-top: 0 !important;
  11256. 3.05 s > }
  11257. 3.05 s > .pr-xl-0 {
  11258. 3.05 s > - padding-right:0 !important
  11259. 3.05 s > + padding-right: 0 !important;
  11260. 3.05 s > }
  11261. 3.05 s > .pb-xl-0 {
  11262. 3.05 s > - padding-bottom:0 !important
  11263. 3.05 s > + padding-bottom: 0 !important;
  11264. 3.05 s > }
  11265. 3.05 s > .pl-xl-0 {
  11266. 3.05 s > - padding-left:0 !important
  11267. 3.05 s > + padding-left: 0 !important;
  11268. 3.05 s > }
  11269. 3.05 s > .px-xl-0 {
  11270. 3.05 s > - padding-right:0 !important;
  11271. 3.05 s > - padding-left:0 !important
  11272. 3.05 s > + padding-right: 0 !important;
  11273. 3.05 s > + padding-left: 0 !important;
  11274. 3.05 s > }
  11275. 3.05 s > .py-xl-0 {
  11276. 3.05 s > - padding-top:0 !important;
  11277. 3.05 s > - padding-bottom:0 !important
  11278. 3.05 s > + padding-top: 0 !important;
  11279. 3.05 s > + padding-bottom: 0 !important;
  11280. 3.05 s > }
  11281. 3.05 s > .p-xl-1 {
  11282. 3.05 s > - padding:.25rem !important
  11283. 3.05 s > + padding: 0.25rem !important;
  11284. 3.05 s > }
  11285. 3.05 s > .pt-xl-1 {
  11286. 3.05 s > - padding-top:.25rem !important
  11287. 3.05 s > + padding-top: 0.25rem !important;
  11288. 3.05 s > }
  11289. 3.05 s > .pr-xl-1 {
  11290. 3.05 s > - padding-right:.25rem !important
  11291. 3.05 s > + padding-right: 0.25rem !important;
  11292. 3.05 s > }
  11293. 3.05 s > .pb-xl-1 {
  11294. 3.05 s > - padding-bottom:.25rem !important
  11295. 3.05 s > + padding-bottom: 0.25rem !important;
  11296. 3.05 s > }
  11297. 3.05 s > .pl-xl-1 {
  11298. 3.05 s > - padding-left:.25rem !important
  11299. 3.05 s > + padding-left: 0.25rem !important;
  11300. 3.05 s > }
  11301. 3.05 s > .px-xl-1 {
  11302. 3.05 s > - padding-right:.25rem !important;
  11303. 3.05 s > - padding-left:.25rem !important
  11304. 3.05 s > + padding-right: 0.25rem !important;
  11305. 3.05 s > + padding-left: 0.25rem !important;
  11306. 3.05 s > }
  11307. 3.05 s > .py-xl-1 {
  11308. 3.05 s > - padding-top:.25rem !important;
  11309. 3.05 s > - padding-bottom:.25rem !important
  11310. 3.05 s > + padding-top: 0.25rem !important;
  11311. 3.05 s > + padding-bottom: 0.25rem !important;
  11312. 3.05 s > }
  11313. 3.05 s > .p-xl-2 {
  11314. 3.05 s > - padding:.5rem !important
  11315. 3.05 s > + padding: 0.5rem !important;
  11316. 3.05 s > }
  11317. 3.05 s > .pt-xl-2 {
  11318. 3.05 s > - padding-top:.5rem !important
  11319. 3.05 s > + padding-top: 0.5rem !important;
  11320. 3.05 s > }
  11321. 3.05 s > .pr-xl-2 {
  11322. 3.05 s > - padding-right:.5rem !important
  11323. 3.05 s > + padding-right: 0.5rem !important;
  11324. 3.05 s > }
  11325. 3.05 s > .pb-xl-2 {
  11326. 3.05 s > - padding-bottom:.5rem !important
  11327. 3.05 s > + padding-bottom: 0.5rem !important;
  11328. 3.05 s > }
  11329. 3.05 s > .pl-xl-2 {
  11330. 3.05 s > - padding-left:.5rem !important
  11331. 3.05 s > + padding-left: 0.5rem !important;
  11332. 3.05 s > }
  11333. 3.05 s > .px-xl-2 {
  11334. 3.05 s > - padding-right:.5rem !important;
  11335. 3.05 s > - padding-left:.5rem !important
  11336. 3.05 s > + padding-right: 0.5rem !important;
  11337. 3.05 s > + padding-left: 0.5rem !important;
  11338. 3.05 s > }
  11339. 3.05 s > .py-xl-2 {
  11340. 3.05 s > - padding-top:.5rem !important;
  11341. 3.05 s > - padding-bottom:.5rem !important
  11342. 3.05 s > + padding-top: 0.5rem !important;
  11343. 3.05 s > + padding-bottom: 0.5rem !important;
  11344. 3.05 s > }
  11345. 3.05 s > .p-xl-3 {
  11346. 3.05 s > - padding:.75rem !important
  11347. 3.05 s > + padding: 0.75rem !important;
  11348. 3.05 s > }
  11349. 3.05 s > .pt-xl-3 {
  11350. 3.05 s > - padding-top:.75rem !important
  11351. 3.05 s > + padding-top: 0.75rem !important;
  11352. 3.05 s > }
  11353. 3.05 s > .pr-xl-3 {
  11354. 3.05 s > - padding-right:.75rem !important
  11355. 3.05 s > + padding-right: 0.75rem !important;
  11356. 3.05 s > }
  11357. 3.05 s > .pb-xl-3 {
  11358. 3.05 s > - padding-bottom:.75rem !important
  11359. 3.05 s > + padding-bottom: 0.75rem !important;
  11360. 3.05 s > }
  11361. 3.05 s > .pl-xl-3 {
  11362. 3.05 s > - padding-left:.75rem !important
  11363. 3.05 s > + padding-left: 0.75rem !important;
  11364. 3.05 s > }
  11365. 3.05 s > .px-xl-3 {
  11366. 3.05 s > - padding-right:.75rem !important;
  11367. 3.05 s > - padding-left:.75rem !important
  11368. 3.05 s > + padding-right: 0.75rem !important;
  11369. 3.05 s > + padding-left: 0.75rem !important;
  11370. 3.05 s > }
  11371. 3.05 s > .py-xl-3 {
  11372. 3.05 s > - padding-top:.75rem !important;
  11373. 3.05 s > - padding-bottom:.75rem !important
  11374. 3.05 s > + padding-top: 0.75rem !important;
  11375. 3.05 s > + padding-bottom: 0.75rem !important;
  11376. 3.05 s > }
  11377. 3.05 s > .p-xl-4 {
  11378. 3.05 s > - padding:1rem !important
  11379. 3.05 s > + padding: 1rem !important;
  11380. 3.05 s > }
  11381. 3.05 s > .pt-xl-4 {
  11382. 3.05 s > - padding-top:1rem !important
  11383. 3.05 s > + padding-top: 1rem !important;
  11384. 3.05 s > }
  11385. 3.05 s > .pr-xl-4 {
  11386. 3.05 s > - padding-right:1rem !important
  11387. 3.05 s > + padding-right: 1rem !important;
  11388. 3.05 s > }
  11389. 3.05 s > .pb-xl-4 {
  11390. 3.05 s > - padding-bottom:1rem !important
  11391. 3.05 s > + padding-bottom: 1rem !important;
  11392. 3.05 s > }
  11393. 3.05 s > .pl-xl-4 {
  11394. 3.05 s > - padding-left:1rem !important
  11395. 3.05 s > + padding-left: 1rem !important;
  11396. 3.05 s > }
  11397. 3.05 s > .px-xl-4 {
  11398. 3.05 s > - padding-right:1rem !important;
  11399. 3.05 s > - padding-left:1rem !important
  11400. 3.05 s > + padding-right: 1rem !important;
  11401. 3.05 s > + padding-left: 1rem !important;
  11402. 3.05 s > }
  11403. 3.05 s > .py-xl-4 {
  11404. 3.05 s > - padding-top:1rem !important;
  11405. 3.05 s > - padding-bottom:1rem !important
  11406. 3.05 s > + padding-top: 1rem !important;
  11407. 3.05 s > + padding-bottom: 1rem !important;
  11408. 3.05 s > }
  11409. 3.05 s > .p-xl-5 {
  11410. 3.05 s > - padding:1.5rem !important
  11411. 3.05 s > + padding: 1.5rem !important;
  11412. 3.05 s > }
  11413. 3.05 s > .pt-xl-5 {
  11414. 3.05 s > - padding-top:1.5rem !important
  11415. 3.05 s > + padding-top: 1.5rem !important;
  11416. 3.05 s > }
  11417. 3.05 s > .pr-xl-5 {
  11418. 3.05 s > - padding-right:1.5rem !important
  11419. 3.05 s > + padding-right: 1.5rem !important;
  11420. 3.05 s > }
  11421. 3.05 s > .pb-xl-5 {
  11422. 3.05 s > - padding-bottom:1.5rem !important
  11423. 3.05 s > + padding-bottom: 1.5rem !important;
  11424. 3.05 s > }
  11425. 3.05 s > .pl-xl-5 {
  11426. 3.05 s > - padding-left:1.5rem !important
  11427. 3.05 s > + padding-left: 1.5rem !important;
  11428. 3.05 s > }
  11429. 3.05 s > .px-xl-5 {
  11430. 3.05 s > - padding-right:1.5rem !important;
  11431. 3.05 s > - padding-left:1.5rem !important
  11432. 3.05 s > + padding-right: 1.5rem !important;
  11433. 3.05 s > + padding-left: 1.5rem !important;
  11434. 3.05 s > }
  11435. 3.05 s > .py-xl-5 {
  11436. 3.05 s > - padding-top:1.5rem !important;
  11437. 3.05 s > - padding-bottom:1.5rem !important
  11438. 3.05 s > + padding-top: 1.5rem !important;
  11439. 3.05 s > + padding-bottom: 1.5rem !important;
  11440. 3.05 s > }
  11441. 3.05 s > .p-xl-6 {
  11442. 3.05 s > - padding:2rem !important
  11443. 3.05 s > + padding: 2rem !important;
  11444. 3.05 s > }
  11445. 3.05 s > .pt-xl-6 {
  11446. 3.05 s > - padding-top:2rem !important
  11447. 3.05 s > + padding-top: 2rem !important;
  11448. 3.05 s > }
  11449. 3.05 s > .pr-xl-6 {
  11450. 3.05 s > - padding-right:2rem !important
  11451. 3.05 s > + padding-right: 2rem !important;
  11452. 3.05 s > }
  11453. 3.05 s > .pb-xl-6 {
  11454. 3.05 s > - padding-bottom:2rem !important
  11455. 3.05 s > + padding-bottom: 2rem !important;
  11456. 3.05 s > }
  11457. 3.05 s > .pl-xl-6 {
  11458. 3.05 s > - padding-left:2rem !important
  11459. 3.05 s > + padding-left: 2rem !important;
  11460. 3.05 s > }
  11461. 3.05 s > .px-xl-6 {
  11462. 3.05 s > - padding-right:2rem !important;
  11463. 3.05 s > - padding-left:2rem !important
  11464. 3.05 s > + padding-right: 2rem !important;
  11465. 3.05 s > + padding-left: 2rem !important;
  11466. 3.05 s > }
  11467. 3.05 s > .py-xl-6 {
  11468. 3.05 s > - padding-top:2rem !important;
  11469. 3.05 s > - padding-bottom:2rem !important
  11470. 3.05 s > + padding-top: 2rem !important;
  11471. 3.05 s > + padding-bottom: 2rem !important;
  11472. 3.05 s > }
  11473. 3.05 s > .p-xl-7 {
  11474. 3.05 s > - padding:2.5rem !important
  11475. 3.05 s > + padding: 2.5rem !important;
  11476. 3.05 s > }
  11477. 3.05 s > .pt-xl-7 {
  11478. 3.05 s > - padding-top:2.5rem !important
  11479. 3.05 s > + padding-top: 2.5rem !important;
  11480. 3.05 s > }
  11481. 3.05 s > .pr-xl-7 {
  11482. 3.05 s > - padding-right:2.5rem !important
  11483. 3.05 s > + padding-right: 2.5rem !important;
  11484. 3.05 s > }
  11485. 3.05 s > .pb-xl-7 {
  11486. 3.05 s > - padding-bottom:2.5rem !important
  11487. 3.05 s > + padding-bottom: 2.5rem !important;
  11488. 3.05 s > }
  11489. 3.05 s > .pl-xl-7 {
  11490. 3.05 s > - padding-left:2.5rem !important
  11491. 3.05 s > + padding-left: 2.5rem !important;
  11492. 3.05 s > }
  11493. 3.05 s > .px-xl-7 {
  11494. 3.05 s > - padding-right:2.5rem !important;
  11495. 3.05 s > - padding-left:2.5rem !important
  11496. 3.05 s > + padding-right: 2.5rem !important;
  11497. 3.05 s > + padding-left: 2.5rem !important;
  11498. 3.05 s > }
  11499. 3.05 s > .py-xl-7 {
  11500. 3.05 s > - padding-top:2.5rem !important;
  11501. 3.05 s > - padding-bottom:2.5rem !important
  11502. 3.05 s > + padding-top: 2.5rem !important;
  11503. 3.05 s > + padding-bottom: 2.5rem !important;
  11504. 3.05 s > }
  11505. 3.05 s > .p-xl-8 {
  11506. 3.05 s > - padding:3rem !important
  11507. 3.05 s > + padding: 3rem !important;
  11508. 3.05 s > }
  11509. 3.05 s > .pt-xl-8 {
  11510. 3.05 s > - padding-top:3rem !important
  11511. 3.05 s > + padding-top: 3rem !important;
  11512. 3.05 s > }
  11513. 3.05 s > .pr-xl-8 {
  11514. 3.05 s > - padding-right:3rem !important
  11515. 3.05 s > + padding-right: 3rem !important;
  11516. 3.05 s > }
  11517. 3.05 s > .pb-xl-8 {
  11518. 3.05 s > - padding-bottom:3rem !important
  11519. 3.05 s > + padding-bottom: 3rem !important;
  11520. 3.05 s > }
  11521. 3.05 s > .pl-xl-8 {
  11522. 3.05 s > - padding-left:3rem !important
  11523. 3.05 s > + padding-left: 3rem !important;
  11524. 3.05 s > }
  11525. 3.05 s > .px-xl-8 {
  11526. 3.05 s > - padding-right:3rem !important;
  11527. 3.05 s > - padding-left:3rem !important
  11528. 3.05 s > + padding-right: 3rem !important;
  11529. 3.05 s > + padding-left: 3rem !important;
  11530. 3.05 s > }
  11531. 3.05 s > .py-xl-8 {
  11532. 3.05 s > - padding-top:3rem !important;
  11533. 3.05 s > - padding-bottom:3rem !important
  11534. 3.05 s > + padding-top: 3rem !important;
  11535. 3.05 s > + padding-bottom: 3rem !important;
  11536. 3.05 s > }
  11537. 3.05 s > .p-xl-9 {
  11538. 3.05 s > - padding:3.5rem !important
  11539. 3.05 s > + padding: 3.5rem !important;
  11540. 3.05 s > }
  11541. 3.05 s > .pt-xl-9 {
  11542. 3.05 s > - padding-top:3.5rem !important
  11543. 3.05 s > + padding-top: 3.5rem !important;
  11544. 3.05 s > }
  11545. 3.05 s > .pr-xl-9 {
  11546. 3.05 s > - padding-right:3.5rem !important
  11547. 3.05 s > + padding-right: 3.5rem !important;
  11548. 3.05 s > }
  11549. 3.05 s > .pb-xl-9 {
  11550. 3.05 s > - padding-bottom:3.5rem !important
  11551. 3.05 s > + padding-bottom: 3.5rem !important;
  11552. 3.05 s > }
  11553. 3.05 s > .pl-xl-9 {
  11554. 3.05 s > - padding-left:3.5rem !important
  11555. 3.05 s > + padding-left: 3.5rem !important;
  11556. 3.05 s > }
  11557. 3.05 s > .px-xl-9 {
  11558. 3.05 s > - padding-right:3.5rem !important;
  11559. 3.05 s > - padding-left:3.5rem !important
  11560. 3.05 s > + padding-right: 3.5rem !important;
  11561. 3.05 s > + padding-left: 3.5rem !important;
  11562. 3.05 s > }
  11563. 3.05 s > .py-xl-9 {
  11564. 3.05 s > - padding-top:3.5rem !important;
  11565. 3.05 s > - padding-bottom:3.5rem !important
  11566. 3.05 s > + padding-top: 3.5rem !important;
  11567. 3.05 s > + padding-bottom: 3.5rem !important;
  11568. 3.05 s > }
  11569. 3.05 s > .p-xl-10 {
  11570. 3.05 s > - padding:4rem !important
  11571. 3.05 s > + padding: 4rem !important;
  11572. 3.05 s > }
  11573. 3.05 s > .pt-xl-10 {
  11574. 3.05 s > - padding-top:4rem !important
  11575. 3.05 s > + padding-top: 4rem !important;
  11576. 3.05 s > }
  11577. 3.05 s > .pr-xl-10 {
  11578. 3.05 s > - padding-right:4rem !important
  11579. 3.05 s > + padding-right: 4rem !important;
  11580. 3.05 s > }
  11581. 3.05 s > .pb-xl-10 {
  11582. 3.05 s > - padding-bottom:4rem !important
  11583. 3.05 s > + padding-bottom: 4rem !important;
  11584. 3.05 s > }
  11585. 3.05 s > .pl-xl-10 {
  11586. 3.05 s > - padding-left:4rem !important
  11587. 3.05 s > + padding-left: 4rem !important;
  11588. 3.05 s > }
  11589. 3.05 s > .px-xl-10 {
  11590. 3.05 s > - padding-right:4rem !important;
  11591. 3.05 s > - padding-left:4rem !important
  11592. 3.05 s > + padding-right: 4rem !important;
  11593. 3.05 s > + padding-left: 4rem !important;
  11594. 3.05 s > }
  11595. 3.05 s > .py-xl-10 {
  11596. 3.05 s > - padding-top:4rem !important;
  11597. 3.05 s > - padding-bottom:4rem !important
  11598. 3.05 s > + padding-top: 4rem !important;
  11599. 3.05 s > + padding-bottom: 4rem !important;
  11600. 3.05 s > }
  11601. 3.05 s > }
  11602. 3.05 s > @media print {
  11603. 3.05 s > @@ -6738,63 +6801,63 @@ pre.highlight {
  11604. 3.05 s > #back-to-top,
  11605. 3.05 s > .site-nav,
  11606. 3.05 s > .main-header {
  11607. 3.05 s > - display:none !important
  11608. 3.05 s > + display: none !important;
  11609. 3.05 s > }
  11610. 3.05 s > hr {
  11611. 3.05 s > - margin-top:1rem;
  11612. 3.05 s > - margin-bottom:1rem
  11613. 3.05 s > + margin-top: 1rem;
  11614. 3.05 s > + margin-bottom: 1rem;
  11615. 3.05 s > }
  11616. 3.05 s > .side-bar {
  11617. 3.05 s > - width:100%;
  11618. 3.05 s > - height:auto;
  11619. 3.05 s > - border-right:0 !important;
  11620. 3.05 s > - position:static;
  11621. 3.05 s > - display:block
  11622. 3.05 s > + width: 100%;
  11623. 3.05 s > + height: auto;
  11624. 3.05 s > + border-right: 0 !important;
  11625. 3.05 s > + position: static;
  11626. 3.05 s > + display: block;
  11627. 3.05 s > }
  11628. 3.05 s > .site-header {
  11629. 3.05 s > - border-bottom:1px solid #eeebee
  11630. 3.05 s > + border-bottom: 1px solid #eeebee;
  11631. 3.05 s > }
  11632. 3.05 s > .site-title {
  11633. 3.05 s > - font-size:1rem !important;
  11634. 3.05 s > - font-weight:700 !important
  11635. 3.05 s > + font-size: 1rem !important;
  11636. 3.05 s > + font-weight: 700 !important;
  11637. 3.05 s > }
  11638. 3.05 s > .text-small {
  11639. 3.05 s > - font-size:8pt !important
  11640. 3.05 s > + font-size: 8pt !important;
  11641. 3.05 s > }
  11642. 3.05 s > pre.highlight {
  11643. 3.05 s > - border:1px solid #eeebee
  11644. 3.05 s > + border: 1px solid #eeebee;
  11645. 3.05 s > }
  11646. 3.05 s > .main {
  11647. 3.05 s > - max-width:none;
  11648. 3.05 s > - margin-left:0 !important
  11649. 3.05 s > + max-width: none;
  11650. 3.05 s > + margin-left: 0 !important;
  11651. 3.05 s > }
  11652. 3.05 s > }
  11653. 3.05 s > a.skip-to-main {
  11654. 3.05 s > - left:-999px;
  11655. 3.05 s > - position:absolute;
  11656. 3.05 s > - top:auto;
  11657. 3.05 s > - width:1px;
  11658. 3.05 s > - height:1px;
  11659. 3.05 s > - overflow:hidden;
  11660. 3.05 s > - z-index:-999
  11661. 3.05 s > + left: -999px;
  11662. 3.05 s > + position: absolute;
  11663. 3.05 s > + top: auto;
  11664. 3.05 s > + width: 1px;
  11665. 3.05 s > + height: 1px;
  11666. 3.05 s > + overflow: hidden;
  11667. 3.05 s > + z-index: -999;
  11668. 3.05 s > }
  11669. 3.05 s > a.skip-to-main:focus,
  11670. 3.05 s > a.skip-to-main:active {
  11671. 3.05 s > - color:#7253ed;
  11672. 3.05 s > - background-color:#fff;
  11673. 3.05 s > - left:auto;
  11674. 3.05 s > - top:auto;
  11675. 3.05 s > - width:30%;
  11676. 3.05 s > - height:auto;
  11677. 3.05 s > - overflow:auto;
  11678. 3.05 s > - margin:10px 35%;
  11679. 3.05 s > - padding:5px;
  11680. 3.05 s > - border-radius:15px;
  11681. 3.05 s > - border:4px solid #5e41d0;
  11682. 3.05 s > - text-align:center;
  11683. 3.05 s > - font-size:1.2em;
  11684. 3.05 s > - z-index:999
  11685. 3.05 s > + color: #7253ed;
  11686. 3.05 s > + background-color: #fff;
  11687. 3.05 s > + left: auto;
  11688. 3.05 s > + top: auto;
  11689. 3.05 s > + width: 30%;
  11690. 3.05 s > + height: auto;
  11691. 3.05 s > + overflow: auto;
  11692. 3.05 s > + margin: 10px 35%;
  11693. 3.05 s > + padding: 5px;
  11694. 3.05 s > + border-radius: 15px;
  11695. 3.05 s > + border: 4px solid #5e41d0;
  11696. 3.05 s > + text-align: center;
  11697. 3.05 s > + font-size: 1.2em;
  11698. 3.05 s > + z-index: 999;
  11699. 3.05 s > }
  11700. 3.05 s > div.opaque {
  11701. 3.05 s > - background-color:#fff
  11702. 3.05 s > + background-color: #fff;
  11703. 3.05 s > }
  11704. 3.05 s > diff --git a/docs/haskell/release-process.md b/docs/haskell/release-process.md
  11705. 3.05 s > index c761703..e08874f 100644
  11706. 3.05 s > --- a/docs/haskell/release-process.md
  11707. 3.05 s > +++ b/docs/haskell/release-process.md
  11708. 3.05 s > @@ -20,7 +20,7 @@ Don’t lump documentation & testing improvements into a breaking change just be
  11709. 3.05 s >
  11710. 3.05 s > ### format the PR title as a CHANGELOG entry
  11711. 3.05 s >
  11712. 3.05 s > -__TODO__: How does this work when there are multiple packages?
  11713. 3.05 s > +**TODO**: How does this work when there are multiple packages?
  11714. 3.05 s >
  11715. 3.05 s > ## release updates
  11716. 3.05 s >
  11717. 3.05 s > @@ -37,7 +37,6 @@ In as far as the release is automated, the changes should be made in the merge c
  11718. 3.05 s >
  11719. 3.05 s > [^1]: This is delicate, because the CI build matrix doesn’t do a good job of solving for other versions of local packages.
  11720. 3.05 s >
  11721. 3.05 s > -
  11722. 3.05 s > ## Hackage info
  11723. 3.05 s >
  11724. 3.05 s > Hackage allows you to optionally tag a release as “preferred” or ”deprecated”.
  11725. 3.05 s For full logs, run:
  11726. 3.05 s nix log /nix/store/16iaq46k1r0l47bzgammiw07hc3c5fz8-treefmt-check.drv