$ /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 warning: ignoring untrusted flake configuration setting 'allow-import-from-derivation'. Pass '--accept-flake-config' to trust it warning: ignoring untrusted flake configuration setting 'extra-experimental-features'. Pass '--accept-flake-config' to trust it warning: ignoring untrusted flake configuration setting 'extra-substituters'. Pass '--accept-flake-config' to trust it warning: ignoring untrusted flake configuration setting 'extra-trusted-public-keys'. Pass '--accept-flake-config' to trust it warning: ignoring untrusted flake configuration setting 'sandbox'. Pass '--accept-flake-config' to trust it warning: ignoring untrusted flake configuration setting 'use-registries'. Pass '--accept-flake-config' to trust it error (ignored): SQLite database '/var/cache/private/nix-ci-worker/eval-cache-v6/dc781c20dc0d05f9b1b1256ab7fd854479af34dffaa2af5355d7cb9018c9e506.sqlite' is busy  Building treefmt-check [treefmt-check] treefmt v2.4.0traversed 67 files [treefmt-check] emitted 53 files for processing [treefmt-check] formatted 53 files (4 changed) in 660ms [treefmt-check]  M docs/CONTRIBUTING.md [treefmt-check]  M docs/CONTRIBUTING/haskell.md [treefmt-check]  M docs/assets/css/just-the-docs-default.css [treefmt-check]  M docs/haskell/release-process.md [treefmt-check] diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md [treefmt-check] index 2b499f5..5465a5d 100644 [treefmt-check] --- a/docs/CONTRIBUTING.md [treefmt-check] +++ b/docs/CONTRIBUTING.md [treefmt-check] @@ -25,10 +25,10 @@ All contributions are welcome, we love improvements to docs and tests. [treefmt-check]  ### terminology [treefmt-check]   [treefmt-check]  | generic | Haskell | Nix | Rust | versioned | [treefmt-check] -|------------|---------------|------------|-----------|-----------| [treefmt-check] -| repository | | | | ✔ | [treefmt-check] +| ---------- | ------------- | ---------- | --------- | --------- | [treefmt-check] +| repository | | | | ✔ | [treefmt-check]  | project | Cabal project | flake | workspace | | [treefmt-check] -| package | Cabal package | derivation | crate | ✔ | [treefmt-check] +| package | Cabal package | derivation | crate | ✔ | [treefmt-check]  | component | Cabal stanza | | | | [treefmt-check]   [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. [treefmt-check] diff --git a/docs/CONTRIBUTING/haskell.md b/docs/CONTRIBUTING/haskell.md [treefmt-check] index d62443d..210aff7 100644 [treefmt-check] --- a/docs/CONTRIBUTING/haskell.md [treefmt-check] +++ b/docs/CONTRIBUTING/haskell.md [treefmt-check] @@ -50,7 +50,7 @@ Documentation is very important, but it shouldn’t detract from good naming. Th [treefmt-check]   [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. [treefmt-check]   [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. [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. [treefmt-check]   [treefmt-check]  #### guidelines [treefmt-check]   [treefmt-check] @@ -93,7 +93,7 @@ name foo [treefmt-check]  library [treefmt-check]  ``` [treefmt-check]   [treefmt-check] -``` cabal [treefmt-check] +```cabal [treefmt-check]  name: foo-hedgehog [treefmt-check]   [treefmt-check]  library [treefmt-check] diff --git a/docs/assets/css/just-the-docs-default.css b/docs/assets/css/just-the-docs-default.css [treefmt-check] index d3076e5..097259c 100644 [treefmt-check] --- a/docs/assets/css/just-the-docs-default.css [treefmt-check] +++ b/docs/assets/css/just-the-docs-default.css [treefmt-check] @@ -5,388 +5,398 @@ lThis unfortunately copies the entire file, rather than overriding just a [treefmt-check]  - th, td – removed the `min-width` setting to let the columns flow more [treefmt-check]  */ [treefmt-check]  .highlight .hll { [treefmt-check] - background-color:#0969da4a [treefmt-check] + background-color: #0969da4a; [treefmt-check]  } [treefmt-check]  .highlight .c { [treefmt-check] - color:#6E7781 [treefmt-check] + color: #6e7781; [treefmt-check]  } [treefmt-check]  .highlight .err { [treefmt-check] - color:#CF222E [treefmt-check] + color: #cf222e; [treefmt-check]  } [treefmt-check]  .highlight .k { [treefmt-check] - color:#CF222E [treefmt-check] + color: #cf222e; [treefmt-check]  } [treefmt-check]  .highlight .l { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .n { [treefmt-check] - color:#8250DF [treefmt-check] + color: #8250df; [treefmt-check]  } [treefmt-check]  .highlight .o { [treefmt-check] - color:#116329 [treefmt-check] + color: #116329; [treefmt-check]  } [treefmt-check]  .highlight .p { [treefmt-check] - color:#24292F [treefmt-check] + color: #24292f; [treefmt-check]  } [treefmt-check]  .highlight .ch { [treefmt-check] - color:#6E7781 [treefmt-check] + color: #6e7781; [treefmt-check]  } [treefmt-check]  .highlight .cm { [treefmt-check] - color:#6E7781 [treefmt-check] + color: #6e7781; [treefmt-check]  } [treefmt-check]  .highlight .cp { [treefmt-check] - color:#6E7781 [treefmt-check] + color: #6e7781; [treefmt-check]  } [treefmt-check]  .highlight .cpf { [treefmt-check] - color:#6E7781 [treefmt-check] + color: #6e7781; [treefmt-check]  } [treefmt-check]  .highlight .c1 { [treefmt-check] - color:#6E7781 [treefmt-check] + color: #6e7781; [treefmt-check]  } [treefmt-check]  .highlight .cs { [treefmt-check] - color:#6E7781 [treefmt-check] + color: #6e7781; [treefmt-check]  } [treefmt-check]  .highlight .gd { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .ge { [treefmt-check] - font-style:italic [treefmt-check] + font-style: italic; [treefmt-check]  } [treefmt-check]  .highlight .gr { [treefmt-check] - color:#CF222E [treefmt-check] + color: #cf222e; [treefmt-check]  } [treefmt-check]  .highlight .gh { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .gs { [treefmt-check] - font-weight:bold [treefmt-check] + font-weight: bold; [treefmt-check]  } [treefmt-check]  .highlight .gu { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .kc { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .kd { [treefmt-check] - color:#CF222E [treefmt-check] + color: #cf222e; [treefmt-check]  } [treefmt-check]  .highlight .kn { [treefmt-check] - color:#CF222E [treefmt-check] + color: #cf222e; [treefmt-check]  } [treefmt-check]  .highlight .kp { [treefmt-check] - color:#CF222E [treefmt-check] + color: #cf222e; [treefmt-check]  } [treefmt-check]  .highlight .kr { [treefmt-check] - color:#CF222E [treefmt-check] + color: #cf222e; [treefmt-check]  } [treefmt-check]  .highlight .kt { [treefmt-check] - color:#CF222E [treefmt-check] + color: #cf222e; [treefmt-check]  } [treefmt-check]  .highlight .ld { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .m { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .s { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .na { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .nb { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .nc { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .no { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .nd { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .ni { [treefmt-check] - color:#116329 [treefmt-check] + color: #116329; [treefmt-check]  } [treefmt-check]  .highlight .ne { [treefmt-check] - color:#8250DF [treefmt-check] + color: #8250df; [treefmt-check]  } [treefmt-check]  .highlight .nf { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .nl { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .nn { [treefmt-check] - color:#24292F [treefmt-check] + color: #24292f; [treefmt-check]  } [treefmt-check]  .highlight .nx { [treefmt-check] - color:#8250DF [treefmt-check] + color: #8250df; [treefmt-check]  } [treefmt-check]  .highlight .py { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .nt { [treefmt-check] - color:#116329 [treefmt-check] + color: #116329; [treefmt-check]  } [treefmt-check]  .highlight .nv { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .ow { [treefmt-check] - color:#8250DF [treefmt-check] + color: #8250df; [treefmt-check]  } [treefmt-check]  .highlight .pm { [treefmt-check] - color:#24292F [treefmt-check] + color: #24292f; [treefmt-check]  } [treefmt-check]  .highlight .w { [treefmt-check] - color:#24292F [treefmt-check] + color: #24292f; [treefmt-check]  } [treefmt-check]  .highlight .mb { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .mf { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .mh { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .mi { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .mo { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .sa { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .sb { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .sc { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .dl { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .sd { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .s2 { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .se { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .sh { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .si { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .sx { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .sr { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .s1 { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .ss { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .bp { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .fm { [treefmt-check] - color:#0550AE [treefmt-check] + color: #0550ae; [treefmt-check]  } [treefmt-check]  .highlight .vc { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .vg { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .vi { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .vm { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check]  .highlight .il { [treefmt-check] - color:#953800 [treefmt-check] + color: #953800; [treefmt-check]  } [treefmt-check] -/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html { [treefmt-check] - line-height:1.15; [treefmt-check] - text-size-adjust:100% [treefmt-check] +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ [treefmt-check] +html { [treefmt-check] + line-height: 1.15; [treefmt-check] + text-size-adjust: 100%; [treefmt-check]  } [treefmt-check]  body { [treefmt-check] - margin:0 [treefmt-check] + margin: 0; [treefmt-check]  } [treefmt-check]  main { [treefmt-check] - display:block [treefmt-check] + display: block; [treefmt-check]  } [treefmt-check]  h1 { [treefmt-check] - font-size:2em; [treefmt-check] - margin:0.67em 0 [treefmt-check] + font-size: 2em; [treefmt-check] + margin: 0.67em 0; [treefmt-check]  } [treefmt-check]  hr { [treefmt-check] - box-sizing:content-box; [treefmt-check] - height:0; [treefmt-check] - overflow:visible [treefmt-check] + box-sizing: content-box; [treefmt-check] + height: 0; [treefmt-check] + overflow: visible; [treefmt-check]  } [treefmt-check]  pre { [treefmt-check] - font-family:monospace; [treefmt-check] - font-size:1em [treefmt-check] + font-family: monospace; [treefmt-check] + font-size: 1em; [treefmt-check]  } [treefmt-check]  a { [treefmt-check] - background-color:transparent [treefmt-check] + background-color: transparent; [treefmt-check]  } [treefmt-check]  abbr[title] { [treefmt-check] - border-bottom:none; [treefmt-check] - text-decoration:underline; [treefmt-check] - text-decoration:underline dotted [treefmt-check] + border-bottom: none; [treefmt-check] + text-decoration: underline; [treefmt-check] + text-decoration: underline dotted; [treefmt-check]  } [treefmt-check]  b, [treefmt-check]  strong { [treefmt-check] - font-weight:bolder [treefmt-check] + font-weight: bolder; [treefmt-check]  } [treefmt-check]  code, [treefmt-check]  kbd, [treefmt-check]  samp { [treefmt-check] - font-family:monospace; [treefmt-check] - font-size:1em [treefmt-check] + font-family: monospace; [treefmt-check] + font-size: 1em; [treefmt-check]  } [treefmt-check]  small { [treefmt-check] - font-size:80% [treefmt-check] + font-size: 80%; [treefmt-check]  } [treefmt-check]  sub, [treefmt-check]  sup { [treefmt-check] - font-size:75%; [treefmt-check] - line-height:0; [treefmt-check] - position:relative; [treefmt-check] - vertical-align:baseline [treefmt-check] + font-size: 75%; [treefmt-check] + line-height: 0; [treefmt-check] + position: relative; [treefmt-check] + vertical-align: baseline; [treefmt-check]  } [treefmt-check]  sub { [treefmt-check] - bottom:-0.25em [treefmt-check] + bottom: -0.25em; [treefmt-check]  } [treefmt-check]  sup { [treefmt-check] - top:-0.5em [treefmt-check] + top: -0.5em; [treefmt-check]  } [treefmt-check]  img { [treefmt-check] - border-style:none [treefmt-check] + border-style: none; [treefmt-check]  } [treefmt-check]  button, [treefmt-check]  input, [treefmt-check]  optgroup, [treefmt-check]  select, [treefmt-check]  textarea { [treefmt-check] - font-family:inherit; [treefmt-check] - font-size:100%; [treefmt-check] - line-height:1.15; [treefmt-check] - margin:0 [treefmt-check] + font-family: inherit; [treefmt-check] + font-size: 100%; [treefmt-check] + line-height: 1.15; [treefmt-check] + margin: 0; [treefmt-check]  } [treefmt-check]  button, [treefmt-check]  input { [treefmt-check] - overflow:visible [treefmt-check] + overflow: visible; [treefmt-check]  } [treefmt-check]  button, [treefmt-check]  select { [treefmt-check] - text-transform:none [treefmt-check] + text-transform: none; [treefmt-check]  } [treefmt-check]  button, [treefmt-check]  [type="button"], [treefmt-check]  [type="reset"], [treefmt-check]  [type="submit"] { [treefmt-check] - appearance:auto [treefmt-check] + appearance: auto; [treefmt-check]  } [treefmt-check]  button::-moz-focus-inner, [treefmt-check]  [type="button"]::-moz-focus-inner, [treefmt-check]  [type="reset"]::-moz-focus-inner, [treefmt-check]  [type="submit"]::-moz-focus-inner { [treefmt-check] - border-style:none; [treefmt-check] - padding:0 [treefmt-check] + border-style: none; [treefmt-check] + padding: 0; [treefmt-check]  } [treefmt-check]  button:-moz-focusring, [treefmt-check]  [type="button"]:-moz-focusring, [treefmt-check]  [type="reset"]:-moz-focusring, [treefmt-check]  [type="submit"]:-moz-focusring { [treefmt-check] - outline:1px dotted ButtonText [treefmt-check] + outline: 1px dotted ButtonText; [treefmt-check]  } [treefmt-check]  fieldset { [treefmt-check] - padding:0.35em 0.75em 0.625em [treefmt-check] + padding: 0.35em 0.75em 0.625em; [treefmt-check]  } [treefmt-check]  legend { [treefmt-check] - box-sizing:border-box; [treefmt-check] - color:inherit; [treefmt-check] - display:table; [treefmt-check] - max-width:100%; [treefmt-check] - padding:0; [treefmt-check] - white-space:normal [treefmt-check] + box-sizing: border-box; [treefmt-check] + color: inherit; [treefmt-check] + display: table; [treefmt-check] + max-width: 100%; [treefmt-check] + padding: 0; [treefmt-check] + white-space: normal; [treefmt-check]  } [treefmt-check]  progress { [treefmt-check] - vertical-align:baseline [treefmt-check] + vertical-align: baseline; [treefmt-check]  } [treefmt-check]  textarea { [treefmt-check] - overflow:auto [treefmt-check] + overflow: auto; [treefmt-check]  } [treefmt-check]  [type="checkbox"], [treefmt-check]  [type="radio"] { [treefmt-check] - box-sizing:border-box; [treefmt-check] - padding:0 [treefmt-check] + box-sizing: border-box; [treefmt-check] + padding: 0; [treefmt-check]  } [treefmt-check]  [type="number"]::-webkit-inner-spin-button, [treefmt-check]  [type="number"]::-webkit-outer-spin-button { [treefmt-check] - height:auto [treefmt-check] + height: auto; [treefmt-check]  } [treefmt-check]  [type="search"] { [treefmt-check] - appearance:textfield; [treefmt-check] - outline-offset:-2px [treefmt-check] + appearance: textfield; [treefmt-check] + outline-offset: -2px; [treefmt-check]  } [treefmt-check]  [type="search"]::-webkit-search-decoration { [treefmt-check] - appearance:none [treefmt-check] + appearance: none; [treefmt-check]  } [treefmt-check]  ::-webkit-file-upload-button { [treefmt-check] - appearance:auto; [treefmt-check] - font:inherit [treefmt-check] + appearance: auto; [treefmt-check] + font: inherit; [treefmt-check]  } [treefmt-check]  details { [treefmt-check] - display:block [treefmt-check] + display: block; [treefmt-check]  } [treefmt-check]  summary { [treefmt-check] - display:list-item [treefmt-check] + display: list-item; [treefmt-check]  } [treefmt-check]  template { [treefmt-check] - display:none [treefmt-check] + display: none; [treefmt-check]  } [treefmt-check]  [hidden] { [treefmt-check] - display:none [treefmt-check] + display: none; [treefmt-check]  } [treefmt-check]  :root { [treefmt-check] - color-scheme:light [treefmt-check] + color-scheme: light; [treefmt-check]  } [treefmt-check]  * { [treefmt-check] - box-sizing:border-box [treefmt-check] + box-sizing: border-box; [treefmt-check]  } [treefmt-check]  html { [treefmt-check] - scroll-behavior:smooth [treefmt-check] + scroll-behavior: smooth; [treefmt-check]  } [treefmt-check]  html { [treefmt-check] - font-size:.875rem !important [treefmt-check] + font-size: 0.875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  html { [treefmt-check] - font-size:1rem !important [treefmt-check] + font-size: 1rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  body { [treefmt-check] - font-family:system-ui,-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,sans-serif,"Segoe UI Emoji"; [treefmt-check] - font-size:inherit; [treefmt-check] - line-height:1.4; [treefmt-check] - color:#5c5962; [treefmt-check] - background-color:#fff; [treefmt-check] - overflow-wrap:break-word [treefmt-check] + font-family: [treefmt-check] + system-ui, [treefmt-check] + -apple-system, [treefmt-check] + blinkmacsystemfont, [treefmt-check] + "Segoe UI", [treefmt-check] + roboto, [treefmt-check] + "Helvetica Neue", [treefmt-check] + arial, [treefmt-check] + sans-serif, [treefmt-check] + "Segoe UI Emoji"; [treefmt-check] + font-size: inherit; [treefmt-check] + line-height: 1.4; [treefmt-check] + color: #5c5962; [treefmt-check] + background-color: #fff; [treefmt-check] + overflow-wrap: break-word; [treefmt-check]  } [treefmt-check]  ol, [treefmt-check]  ul, [treefmt-check] @@ -400,7 +410,7 @@ hr, [treefmt-check]  form, [treefmt-check]  fieldset, [treefmt-check]  noscript .table-wrapper { [treefmt-check] - margin-top:0 [treefmt-check] + margin-top: 0; [treefmt-check]  } [treefmt-check]  h1, [treefmt-check]  h2, [treefmt-check] @@ -409,272 +419,281 @@ h4, [treefmt-check]  h5, [treefmt-check]  h6, [treefmt-check]  #toctitle { [treefmt-check] - margin-top:0; [treefmt-check] - margin-bottom:1em; [treefmt-check] - font-weight:500; [treefmt-check] - line-height:1.25; [treefmt-check] - color:#27262b [treefmt-check] + margin-top: 0; [treefmt-check] + margin-bottom: 1em; [treefmt-check] + font-weight: 500; [treefmt-check] + line-height: 1.25; [treefmt-check] + color: #27262b; [treefmt-check]  } [treefmt-check]  p { [treefmt-check] - margin-top:1em; [treefmt-check] - margin-bottom:1em [treefmt-check] + margin-top: 1em; [treefmt-check] + margin-bottom: 1em; [treefmt-check]  } [treefmt-check]  a { [treefmt-check] - color:#7253ed; [treefmt-check] - text-decoration:none [treefmt-check] + color: #7253ed; [treefmt-check] + text-decoration: none; [treefmt-check]  } [treefmt-check]  a:not([class]) { [treefmt-check] - text-decoration:underline; [treefmt-check] - text-decoration-color:#eeebee; [treefmt-check] - text-underline-offset:2px [treefmt-check] + text-decoration: underline; [treefmt-check] + text-decoration-color: #eeebee; [treefmt-check] + text-underline-offset: 2px; [treefmt-check]  } [treefmt-check]  a:not([class]):hover { [treefmt-check] - text-decoration-color:rgba(114,83,237,0.45) [treefmt-check] + text-decoration-color: rgba(114, 83, 237, 0.45); [treefmt-check]  } [treefmt-check]  code { [treefmt-check] - font-family:"SFMono-Regular",menlo,consolas,monospace; [treefmt-check] - font-size:0.75em; [treefmt-check] - line-height:1.4 [treefmt-check] + font-family: "SFMono-Regular", menlo, consolas, monospace; [treefmt-check] + font-size: 0.75em; [treefmt-check] + line-height: 1.4; [treefmt-check]  } [treefmt-check]  figure, [treefmt-check]  pre { [treefmt-check] - margin:0 [treefmt-check] + margin: 0; [treefmt-check]  } [treefmt-check]  li { [treefmt-check] - margin:0.25em 0 [treefmt-check] + margin: 0.25em 0; [treefmt-check]  } [treefmt-check]  img { [treefmt-check] - max-width:100%; [treefmt-check] - height:auto [treefmt-check] + max-width: 100%; [treefmt-check] + height: auto; [treefmt-check]  } [treefmt-check]  hr { [treefmt-check] - height:1px; [treefmt-check] - padding:0; [treefmt-check] - margin:2rem 0; [treefmt-check] - background-color:#eeebee; [treefmt-check] - border:0 [treefmt-check] + height: 1px; [treefmt-check] + padding: 0; [treefmt-check] + margin: 2rem 0; [treefmt-check] + background-color: #eeebee; [treefmt-check] + border: 0; [treefmt-check]  } [treefmt-check]  blockquote { [treefmt-check] - margin:10px 0; [treefmt-check] - margin-block-start:0; [treefmt-check] - margin-inline-start:0; [treefmt-check] - padding-left:1rem; [treefmt-check] - border-left:3px solid #eeebee [treefmt-check] + margin: 10px 0; [treefmt-check] + margin-block-start: 0; [treefmt-check] + margin-inline-start: 0; [treefmt-check] + padding-left: 1rem; [treefmt-check] + border-left: 3px solid #eeebee; [treefmt-check]  } [treefmt-check]  .side-bar { [treefmt-check] - z-index:0; [treefmt-check] - display:flex; [treefmt-check] - flex-wrap:wrap; [treefmt-check] - background-color:#f5f6fa [treefmt-check] + z-index: 0; [treefmt-check] + display: flex; [treefmt-check] + flex-wrap: wrap; [treefmt-check] + background-color: #f5f6fa; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .side-bar { [treefmt-check] - flex-flow:column nowrap; [treefmt-check] - position:fixed; [treefmt-check] - width:15.5rem; [treefmt-check] - height:100%; [treefmt-check] - border-right:1px solid #eeebee; [treefmt-check] - align-items:flex-end [treefmt-check] + flex-flow: column nowrap; [treefmt-check] + position: fixed; [treefmt-check] + width: 15.5rem; [treefmt-check] + height: 100%; [treefmt-check] + border-right: 1px solid #eeebee; [treefmt-check] + align-items: flex-end; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .side-bar { [treefmt-check] - width:calc((100% - 66.5rem) / 2 + 16.5rem); [treefmt-check] - min-width:16.5rem [treefmt-check] + width: calc((100% - 66.5rem) / 2 + 16.5rem); [treefmt-check] + min-width: 16.5rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check] - .side-bar+.main { [treefmt-check] - margin-left:15.5rem [treefmt-check] + .side-bar + .main { [treefmt-check] + margin-left: 15.5rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check] - .side-bar+.main { [treefmt-check] - margin-left:Max(16.5rem, calc((100% - 66.5rem) / 2 + 16.5rem)) [treefmt-check] + .side-bar + .main { [treefmt-check] + margin-left: Max(16.5rem, calc((100% - 66.5rem) / 2 + 16.5rem)); [treefmt-check]  } [treefmt-check]  } [treefmt-check] -.side-bar+.main .main-header { [treefmt-check] - display:none; [treefmt-check] - background-color:#f5f6fa [treefmt-check] +.side-bar + .main .main-header { [treefmt-check] + display: none; [treefmt-check] + background-color: #f5f6fa; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check] - .side-bar+.main .main-header { [treefmt-check] - display:flex; [treefmt-check] - background-color:#fff [treefmt-check] + .side-bar + .main .main-header { [treefmt-check] + display: flex; [treefmt-check] + background-color: #fff; [treefmt-check]  } [treefmt-check]  } [treefmt-check] -.side-bar+.main .main-header.nav-open { [treefmt-check] - display:block [treefmt-check] +.side-bar + .main .main-header.nav-open { [treefmt-check] + display: block; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check] - .side-bar+.main .main-header.nav-open { [treefmt-check] - display:flex [treefmt-check] + .side-bar + .main .main-header.nav-open { [treefmt-check] + display: flex; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .main { [treefmt-check] - margin:auto [treefmt-check] + margin: auto; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .main { [treefmt-check] - position:relative; [treefmt-check] - max-width:50rem [treefmt-check] + position: relative; [treefmt-check] + max-width: 50rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .main-content-wrap { [treefmt-check] - padding-top:1rem; [treefmt-check] - padding-bottom:1rem; [treefmt-check] - padding-right:1rem; [treefmt-check] - padding-left:1rem [treefmt-check] + padding-top: 1rem; [treefmt-check] + padding-bottom: 1rem; [treefmt-check] + padding-right: 1rem; [treefmt-check] + padding-left: 1rem; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .main-content-wrap { [treefmt-check] - padding-right:2rem; [treefmt-check] - padding-left:2rem [treefmt-check] + padding-right: 2rem; [treefmt-check] + padding-left: 2rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .main-content-wrap { [treefmt-check] - padding-top:2rem; [treefmt-check] - padding-bottom:2rem [treefmt-check] + padding-top: 2rem; [treefmt-check] + padding-bottom: 2rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .main-header { [treefmt-check] - z-index:0; [treefmt-check] - border-bottom:1px solid #eeebee [treefmt-check] + z-index: 0; [treefmt-check] + border-bottom: 1px solid #eeebee; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .main-header { [treefmt-check] - display:flex; [treefmt-check] - justify-content:space-between; [treefmt-check] - height:3.75rem [treefmt-check] + display: flex; [treefmt-check] + justify-content: space-between; [treefmt-check] + height: 3.75rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .site-nav, [treefmt-check]  .site-header, [treefmt-check]  .site-footer { [treefmt-check] - width:100% [treefmt-check] + width: 100%; [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .site-nav, [treefmt-check]  .site-header, [treefmt-check]  .site-footer { [treefmt-check] - width:16.5rem [treefmt-check] + width: 16.5rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .site-nav { [treefmt-check] - display:none [treefmt-check] + display: none; [treefmt-check]  } [treefmt-check]  .site-nav.nav-open { [treefmt-check] - display:block [treefmt-check] + display: block; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .site-nav { [treefmt-check] - display:block; [treefmt-check] - padding-top:3rem; [treefmt-check] - padding-bottom:1rem; [treefmt-check] - overflow-y:auto; [treefmt-check] - flex:1 1 auto [treefmt-check] + display: block; [treefmt-check] + padding-top: 3rem; [treefmt-check] + padding-bottom: 1rem; [treefmt-check] + overflow-y: auto; [treefmt-check] + flex: 1 1 auto; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .site-header { [treefmt-check] - display:flex; [treefmt-check] - min-height:3.75rem; [treefmt-check] - align-items:center [treefmt-check] + display: flex; [treefmt-check] + min-height: 3.75rem; [treefmt-check] + align-items: center; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .site-header { [treefmt-check] - height:3.75rem; [treefmt-check] - max-height:3.75rem; [treefmt-check] - border-bottom:1px solid #eeebee [treefmt-check] + height: 3.75rem; [treefmt-check] + max-height: 3.75rem; [treefmt-check] + border-bottom: 1px solid #eeebee; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .site-title { [treefmt-check] - flex-grow:1; [treefmt-check] - display:flex; [treefmt-check] - height:100%; [treefmt-check] - align-items:center; [treefmt-check] - padding-top:.75rem; [treefmt-check] - padding-bottom:.75rem; [treefmt-check] - color:#27262b; [treefmt-check] - outline-offset:-1px; [treefmt-check] - padding-right:1rem; [treefmt-check] - padding-left:1rem [treefmt-check] + flex-grow: 1; [treefmt-check] + display: flex; [treefmt-check] + height: 100%; [treefmt-check] + align-items: center; [treefmt-check] + padding-top: 0.75rem; [treefmt-check] + padding-bottom: 0.75rem; [treefmt-check] + color: #27262b; [treefmt-check] + outline-offset: -1px; [treefmt-check] + padding-right: 1rem; [treefmt-check] + padding-left: 1rem; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .site-title { [treefmt-check] - padding-right:2rem; [treefmt-check] - padding-left:2rem [treefmt-check] + padding-right: 2rem; [treefmt-check] + padding-left: 2rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .site-title { [treefmt-check] - font-size:1.125rem !important [treefmt-check] + font-size: 1.125rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .site-title { [treefmt-check] - font-size:1.5rem !important; [treefmt-check] - line-height:1.25 [treefmt-check] + font-size: 1.5rem !important; [treefmt-check] + line-height: 1.25; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .site-title { [treefmt-check] - padding-top:.5rem; [treefmt-check] - padding-bottom:.5rem [treefmt-check] + padding-top: 0.5rem; [treefmt-check] + padding-bottom: 0.5rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .site-button { [treefmt-check] - display:flex; [treefmt-check] - height:100%; [treefmt-check] - padding:1rem; [treefmt-check] - align-items:center; [treefmt-check] - outline-offset:-1px [treefmt-check] + display: flex; [treefmt-check] + height: 100%; [treefmt-check] + padding: 1rem; [treefmt-check] + align-items: center; [treefmt-check] + outline-offset: -1px; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .site-header .site-button { [treefmt-check] - display:none [treefmt-check] + display: none; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .site-title:hover { [treefmt-check] - background-image:linear-gradient(-90deg, #ebedf5 0%, rgba(235,237,245,0.8) 80%, rgba(235,237,245,0) 100%) [treefmt-check] + background-image: linear-gradient( [treefmt-check] + -90deg, [treefmt-check] + #ebedf5 0%, [treefmt-check] + rgba(235, 237, 245, 0.8) 80%, [treefmt-check] + rgba(235, 237, 245, 0) 100% [treefmt-check] + ); [treefmt-check]  } [treefmt-check]  .site-button:hover { [treefmt-check] - background-image:linear-gradient(-90deg, #ebedf5 0%, rgba(235,237,245,0.8) 100%) [treefmt-check] + background-image: linear-gradient( [treefmt-check] + -90deg, [treefmt-check] + #ebedf5 0%, [treefmt-check] + rgba(235, 237, 245, 0.8) 100% [treefmt-check] + ); [treefmt-check]  } [treefmt-check]  .site-footer { [treefmt-check] - position:absolute; [treefmt-check] - bottom:0; [treefmt-check] - left:0; [treefmt-check] - padding-top:1rem; [treefmt-check] - padding-bottom:1rem; [treefmt-check] - padding-right:1rem; [treefmt-check] - padding-left:1rem [treefmt-check] + position: absolute; [treefmt-check] + bottom: 0; [treefmt-check] + left: 0; [treefmt-check] + padding-top: 1rem; [treefmt-check] + padding-bottom: 1rem; [treefmt-check] + padding-right: 1rem; [treefmt-check] + padding-left: 1rem; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .site-footer { [treefmt-check] - padding-right:2rem; [treefmt-check] - padding-left:2rem [treefmt-check] + padding-right: 2rem; [treefmt-check] + padding-left: 2rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .site-footer { [treefmt-check] - font-size:.6875rem !important [treefmt-check] + font-size: 0.6875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .site-footer { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .site-footer { [treefmt-check] - position:static; [treefmt-check] - justify-self:end [treefmt-check] + position: static; [treefmt-check] + justify-self: end; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .icon { [treefmt-check] - width:1.5rem; [treefmt-check] - height:1.5rem; [treefmt-check] - color:#7253ed [treefmt-check] + width: 1.5rem; [treefmt-check] + height: 1.5rem; [treefmt-check] + color: #7253ed; [treefmt-check]  } [treefmt-check]  .main-content { [treefmt-check] - line-height:1.6 [treefmt-check] + line-height: 1.6; [treefmt-check]  } [treefmt-check]  .main-content ol, [treefmt-check]  .main-content ul, [treefmt-check] @@ -683,96 +702,96 @@ blockquote { [treefmt-check]  .main-content address, [treefmt-check]  .main-content blockquote, [treefmt-check]  .main-content .table-wrapper { [treefmt-check] - margin-top:0.5em [treefmt-check] + margin-top: 0.5em; [treefmt-check]  } [treefmt-check]  .main-content a { [treefmt-check] - overflow:hidden; [treefmt-check] - text-overflow:ellipsis [treefmt-check] + overflow: hidden; [treefmt-check] + text-overflow: ellipsis; [treefmt-check]  } [treefmt-check]  .main-content ul, [treefmt-check]  .main-content ol { [treefmt-check] - padding-left:1.5em [treefmt-check] + padding-left: 1.5em; [treefmt-check]  } [treefmt-check]  .main-content li .highlight { [treefmt-check] - margin-top:.25rem [treefmt-check] + margin-top: 0.25rem; [treefmt-check]  } [treefmt-check]  .main-content ol { [treefmt-check] - list-style-type:none; [treefmt-check] - counter-reset:step-counter [treefmt-check] + list-style-type: none; [treefmt-check] + counter-reset: step-counter; [treefmt-check]  } [treefmt-check] -.main-content ol>li { [treefmt-check] - position:relative [treefmt-check] +.main-content ol > li { [treefmt-check] + position: relative; [treefmt-check]  } [treefmt-check] -.main-content ol>li::before { [treefmt-check] - position:absolute; [treefmt-check] - top:0.2em; [treefmt-check] - left:-1.6em; [treefmt-check] - color:#959396; [treefmt-check] - content:counter(step-counter); [treefmt-check] - counter-increment:step-counter [treefmt-check] +.main-content ol > li::before { [treefmt-check] + position: absolute; [treefmt-check] + top: 0.2em; [treefmt-check] + left: -1.6em; [treefmt-check] + color: #959396; [treefmt-check] + content: counter(step-counter); [treefmt-check] + counter-increment: step-counter; [treefmt-check]  } [treefmt-check] -.main-content ol>li::before { [treefmt-check] - font-size:.75rem !important [treefmt-check] +.main-content ol > li::before { [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check] - .main-content ol>li::before { [treefmt-check] - font-size:.875rem !important [treefmt-check] + .main-content ol > li::before { [treefmt-check] + font-size: 0.875rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check] - .main-content ol>li::before { [treefmt-check] - top:0.11em [treefmt-check] + .main-content ol > li::before { [treefmt-check] + top: 0.11em; [treefmt-check]  } [treefmt-check]  } [treefmt-check] -.main-content ol>li ol { [treefmt-check] - counter-reset:sub-counter [treefmt-check] +.main-content ol > li ol { [treefmt-check] + counter-reset: sub-counter; [treefmt-check]  } [treefmt-check] -.main-content ol>li ol>li::before { [treefmt-check] - content:counter(sub-counter,lower-alpha); [treefmt-check] - counter-increment:sub-counter [treefmt-check] +.main-content ol > li ol > li::before { [treefmt-check] + content: counter(sub-counter, lower-alpha); [treefmt-check] + counter-increment: sub-counter; [treefmt-check]  } [treefmt-check]  .main-content ul { [treefmt-check] - list-style:none [treefmt-check] + list-style: none; [treefmt-check]  } [treefmt-check] -.main-content ul>li::before { [treefmt-check] - position:absolute; [treefmt-check] - margin-left:-1.4em; [treefmt-check] - color:#959396; [treefmt-check] - content:"•" [treefmt-check] +.main-content ul > li::before { [treefmt-check] + position: absolute; [treefmt-check] + margin-left: -1.4em; [treefmt-check] + color: #959396; [treefmt-check] + content: "•"; [treefmt-check]  } [treefmt-check]  .main-content .task-list-item::before { [treefmt-check] - content:"" [treefmt-check] + content: ""; [treefmt-check]  } [treefmt-check]  .main-content .task-list-item-checkbox { [treefmt-check] - margin-right:0.6em; [treefmt-check] - margin-left:-1.4em [treefmt-check] + margin-right: 0.6em; [treefmt-check] + margin-left: -1.4em; [treefmt-check]  } [treefmt-check] -.main-content hr+* { [treefmt-check] - margin-top:0 [treefmt-check] +.main-content hr + * { [treefmt-check] + margin-top: 0; [treefmt-check]  } [treefmt-check]  .main-content h1:first-of-type { [treefmt-check] - margin-top:0.5em [treefmt-check] + margin-top: 0.5em; [treefmt-check]  } [treefmt-check]  .main-content dl { [treefmt-check] - display:grid; [treefmt-check] - grid-template:auto / 10em 1fr [treefmt-check] + display: grid; [treefmt-check] + grid-template: auto / 10em 1fr; [treefmt-check]  } [treefmt-check]  .main-content dt, [treefmt-check]  .main-content dd { [treefmt-check] - margin:0.25em 0 [treefmt-check] + margin: 0.25em 0; [treefmt-check]  } [treefmt-check]  .main-content dt { [treefmt-check] - grid-column:1; [treefmt-check] - font-weight:500; [treefmt-check] - text-align:right [treefmt-check] + grid-column: 1; [treefmt-check] + font-weight: 500; [treefmt-check] + text-align: right; [treefmt-check]  } [treefmt-check]  .main-content dt::after { [treefmt-check] - content:":" [treefmt-check] + content: ":"; [treefmt-check]  } [treefmt-check]  .main-content dd { [treefmt-check] - grid-column:2; [treefmt-check] - margin-bottom:0; [treefmt-check] - margin-left:1em [treefmt-check] + grid-column: 2; [treefmt-check] + margin-bottom: 0; [treefmt-check] + margin-left: 1em; [treefmt-check]  } [treefmt-check]  .main-content dd blockquote:first-child, [treefmt-check]  .main-content dd div:first-child, [treefmt-check] @@ -791,7 +810,7 @@ blockquote { [treefmt-check]  .main-content dd table:first-child, [treefmt-check]  .main-content dd ul:first-child, [treefmt-check]  .main-content dd .table-wrapper:first-child { [treefmt-check] - margin-top:0 [treefmt-check] + margin-top: 0; [treefmt-check]  } [treefmt-check]  .main-content dd dl:first-child dt:first-child, [treefmt-check]  .main-content dd dl:first-child dd:nth-child(2), [treefmt-check] @@ -799,42 +818,42 @@ blockquote { [treefmt-check]  .main-content ol dl:first-child dd:nth-child(2), [treefmt-check]  .main-content ul dl:first-child dt:first-child, [treefmt-check]  .main-content ul dl:first-child dd:nth-child(2) { [treefmt-check] - margin-top:0 [treefmt-check] + margin-top: 0; [treefmt-check]  } [treefmt-check]  .main-content .anchor-heading { [treefmt-check] - position:absolute; [treefmt-check] - right:-1rem; [treefmt-check] - width:1.5rem; [treefmt-check] - height:100%; [treefmt-check] - padding-right:.25rem; [treefmt-check] - padding-left:.25rem; [treefmt-check] - overflow:visible [treefmt-check] + position: absolute; [treefmt-check] + right: -1rem; [treefmt-check] + width: 1.5rem; [treefmt-check] + height: 100%; [treefmt-check] + padding-right: 0.25rem; [treefmt-check] + padding-left: 0.25rem; [treefmt-check] + overflow: visible; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .main-content .anchor-heading { [treefmt-check] - right:auto; [treefmt-check] - left:-1.5rem [treefmt-check] + right: auto; [treefmt-check] + left: -1.5rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .main-content .anchor-heading svg { [treefmt-check] - display:inline-block; [treefmt-check] - width:100%; [treefmt-check] - height:100%; [treefmt-check] - color:#7253ed; [treefmt-check] - visibility:hidden [treefmt-check] + display: inline-block; [treefmt-check] + width: 100%; [treefmt-check] + height: 100%; [treefmt-check] + color: #7253ed; [treefmt-check] + visibility: hidden; [treefmt-check]  } [treefmt-check]  .main-content .anchor-heading:hover svg, [treefmt-check]  .main-content .anchor-heading:focus svg, [treefmt-check] -.main-content h1:hover>.anchor-heading svg, [treefmt-check] -.main-content h2:hover>.anchor-heading svg, [treefmt-check] -.main-content h3:hover>.anchor-heading svg, [treefmt-check] -.main-content h4:hover>.anchor-heading svg, [treefmt-check] -.main-content h5:hover>.anchor-heading svg, [treefmt-check] -.main-content h6:hover>.anchor-heading svg { [treefmt-check] - visibility:visible [treefmt-check] +.main-content h1:hover > .anchor-heading svg, [treefmt-check] +.main-content h2:hover > .anchor-heading svg, [treefmt-check] +.main-content h3:hover > .anchor-heading svg, [treefmt-check] +.main-content h4:hover > .anchor-heading svg, [treefmt-check] +.main-content h5:hover > .anchor-heading svg, [treefmt-check] +.main-content h6:hover > .anchor-heading svg { [treefmt-check] + visibility: visible; [treefmt-check]  } [treefmt-check]  .main-content summary { [treefmt-check] - cursor:pointer [treefmt-check] + cursor: pointer; [treefmt-check]  } [treefmt-check]  .main-content h1, [treefmt-check]  .main-content h2, [treefmt-check] @@ -843,5892 +862,5936 @@ blockquote { [treefmt-check]  .main-content h5, [treefmt-check]  .main-content h6, [treefmt-check]  .main-content #toctitle { [treefmt-check] - position:relative; [treefmt-check] - margin-top:1.5em; [treefmt-check] - margin-bottom:0.25em [treefmt-check] -} [treefmt-check] -.main-content h1+table, [treefmt-check] -.main-content h1+.table-wrapper, [treefmt-check] -.main-content h1+.code-example, [treefmt-check] -.main-content h1+.highlighter-rouge, [treefmt-check] -.main-content h1+.sectionbody .listingblock, [treefmt-check] -.main-content h2+table, [treefmt-check] -.main-content h2+.table-wrapper, [treefmt-check] -.main-content h2+.code-example, [treefmt-check] -.main-content h2+.highlighter-rouge, [treefmt-check] -.main-content h2+.sectionbody .listingblock, [treefmt-check] -.main-content h3+table, [treefmt-check] -.main-content h3+.table-wrapper, [treefmt-check] -.main-content h3+.code-example, [treefmt-check] -.main-content h3+.highlighter-rouge, [treefmt-check] -.main-content h3+.sectionbody .listingblock, [treefmt-check] -.main-content h4+table, [treefmt-check] -.main-content h4+.table-wrapper, [treefmt-check] -.main-content h4+.code-example, [treefmt-check] -.main-content h4+.highlighter-rouge, [treefmt-check] -.main-content h4+.sectionbody .listingblock, [treefmt-check] -.main-content h5+table, [treefmt-check] -.main-content h5+.table-wrapper, [treefmt-check] -.main-content h5+.code-example, [treefmt-check] -.main-content h5+.highlighter-rouge, [treefmt-check] -.main-content h5+.sectionbody .listingblock, [treefmt-check] -.main-content h6+table, [treefmt-check] -.main-content h6+.table-wrapper, [treefmt-check] -.main-content h6+.code-example, [treefmt-check] -.main-content h6+.highlighter-rouge, [treefmt-check] -.main-content h6+.sectionbody .listingblock, [treefmt-check] -.main-content #toctitle+table, [treefmt-check] -.main-content #toctitle+.table-wrapper, [treefmt-check] -.main-content #toctitle+.code-example, [treefmt-check] -.main-content #toctitle+.highlighter-rouge, [treefmt-check] -.main-content #toctitle+.sectionbody .listingblock { [treefmt-check] - margin-top:1em [treefmt-check] -} [treefmt-check] -.main-content h1+p:not(.label), [treefmt-check] -.main-content h2+p:not(.label), [treefmt-check] -.main-content h3+p:not(.label), [treefmt-check] -.main-content h4+p:not(.label), [treefmt-check] -.main-content h5+p:not(.label), [treefmt-check] -.main-content h6+p:not(.label), [treefmt-check] -.main-content #toctitle+p:not(.label) { [treefmt-check] - margin-top:0 [treefmt-check] -} [treefmt-check] -.main-content>h1:first-child, [treefmt-check] -.main-content>h2:first-child, [treefmt-check] -.main-content>h3:first-child, [treefmt-check] -.main-content>h4:first-child, [treefmt-check] -.main-content>h5:first-child, [treefmt-check] -.main-content>h6:first-child, [treefmt-check] -.main-content>.sect1:first-child>h2, [treefmt-check] -.main-content>.sect2:first-child>h3, [treefmt-check] -.main-content>.sect3:first-child>h4, [treefmt-check] -.main-content>.sect4:first-child>h5, [treefmt-check] -.main-content>.sect5:first-child>h6 { [treefmt-check] - margin-top:.5rem [treefmt-check] + position: relative; [treefmt-check] + margin-top: 1.5em; [treefmt-check] + margin-bottom: 0.25em; [treefmt-check] +} [treefmt-check] +.main-content h1 + table, [treefmt-check] +.main-content h1 + .table-wrapper, [treefmt-check] +.main-content h1 + .code-example, [treefmt-check] +.main-content h1 + .highlighter-rouge, [treefmt-check] +.main-content h1 + .sectionbody .listingblock, [treefmt-check] +.main-content h2 + table, [treefmt-check] +.main-content h2 + .table-wrapper, [treefmt-check] +.main-content h2 + .code-example, [treefmt-check] +.main-content h2 + .highlighter-rouge, [treefmt-check] +.main-content h2 + .sectionbody .listingblock, [treefmt-check] +.main-content h3 + table, [treefmt-check] +.main-content h3 + .table-wrapper, [treefmt-check] +.main-content h3 + .code-example, [treefmt-check] +.main-content h3 + .highlighter-rouge, [treefmt-check] +.main-content h3 + .sectionbody .listingblock, [treefmt-check] +.main-content h4 + table, [treefmt-check] +.main-content h4 + .table-wrapper, [treefmt-check] +.main-content h4 + .code-example, [treefmt-check] +.main-content h4 + .highlighter-rouge, [treefmt-check] +.main-content h4 + .sectionbody .listingblock, [treefmt-check] +.main-content h5 + table, [treefmt-check] +.main-content h5 + .table-wrapper, [treefmt-check] +.main-content h5 + .code-example, [treefmt-check] +.main-content h5 + .highlighter-rouge, [treefmt-check] +.main-content h5 + .sectionbody .listingblock, [treefmt-check] +.main-content h6 + table, [treefmt-check] +.main-content h6 + .table-wrapper, [treefmt-check] +.main-content h6 + .code-example, [treefmt-check] +.main-content h6 + .highlighter-rouge, [treefmt-check] +.main-content h6 + .sectionbody .listingblock, [treefmt-check] +.main-content #toctitle + table, [treefmt-check] +.main-content #toctitle + .table-wrapper, [treefmt-check] +.main-content #toctitle + .code-example, [treefmt-check] +.main-content #toctitle + .highlighter-rouge, [treefmt-check] +.main-content #toctitle + .sectionbody .listingblock { [treefmt-check] + margin-top: 1em; [treefmt-check] +} [treefmt-check] +.main-content h1 + p:not(.label), [treefmt-check] +.main-content h2 + p:not(.label), [treefmt-check] +.main-content h3 + p:not(.label), [treefmt-check] +.main-content h4 + p:not(.label), [treefmt-check] +.main-content h5 + p:not(.label), [treefmt-check] +.main-content h6 + p:not(.label), [treefmt-check] +.main-content #toctitle + p:not(.label) { [treefmt-check] + margin-top: 0; [treefmt-check] +} [treefmt-check] +.main-content > h1:first-child, [treefmt-check] +.main-content > h2:first-child, [treefmt-check] +.main-content > h3:first-child, [treefmt-check] +.main-content > h4:first-child, [treefmt-check] +.main-content > h5:first-child, [treefmt-check] +.main-content > h6:first-child, [treefmt-check] +.main-content > .sect1:first-child > h2, [treefmt-check] +.main-content > .sect2:first-child > h3, [treefmt-check] +.main-content > .sect3:first-child > h4, [treefmt-check] +.main-content > .sect4:first-child > h5, [treefmt-check] +.main-content > .sect5:first-child > h6 { [treefmt-check] + margin-top: 0.5rem; [treefmt-check]  } [treefmt-check]  .nav-list { [treefmt-check] - padding:0; [treefmt-check] - margin-top:0; [treefmt-check] - margin-bottom:0; [treefmt-check] - list-style:none [treefmt-check] + padding: 0; [treefmt-check] + margin-top: 0; [treefmt-check] + margin-bottom: 0; [treefmt-check] + list-style: none; [treefmt-check]  } [treefmt-check]  .nav-list .nav-list-item { [treefmt-check] - position:relative; [treefmt-check] - margin:0 [treefmt-check] + position: relative; [treefmt-check] + margin: 0; [treefmt-check]  } [treefmt-check]  .nav-list .nav-list-item { [treefmt-check] - font-size:.875rem !important [treefmt-check] + font-size: 0.875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .nav-list .nav-list-item { [treefmt-check] - font-size:1rem !important [treefmt-check] + font-size: 1rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .nav-list .nav-list-item { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) and (min-width: 31.25rem) { [treefmt-check]  .nav-list .nav-list-item { [treefmt-check] - font-size:.875rem !important [treefmt-check] + font-size: 0.875rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .nav-list .nav-list-item .nav-list-link { [treefmt-check] - display:block; [treefmt-check] - min-height:3rem; [treefmt-check] - padding-top:.25rem; [treefmt-check] - padding-bottom:.25rem; [treefmt-check] - line-height:2.5rem; [treefmt-check] - outline-offset:-1px; [treefmt-check] - padding-right:3rem; [treefmt-check] - padding-left:1rem [treefmt-check] + display: block; [treefmt-check] + min-height: 3rem; [treefmt-check] + padding-top: 0.25rem; [treefmt-check] + padding-bottom: 0.25rem; [treefmt-check] + line-height: 2.5rem; [treefmt-check] + outline-offset: -1px; [treefmt-check] + padding-right: 3rem; [treefmt-check] + padding-left: 1rem; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .nav-list .nav-list-item .nav-list-link { [treefmt-check] - min-height:2rem; [treefmt-check] - line-height:1.5rem; [treefmt-check] - padding-right:2rem; [treefmt-check] - padding-left:2rem [treefmt-check] + min-height: 2rem; [treefmt-check] + line-height: 1.5rem; [treefmt-check] + padding-right: 2rem; [treefmt-check] + padding-left: 2rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check] -.nav-list .nav-list-item .nav-list-link.external>svg { [treefmt-check] - width:1rem; [treefmt-check] - height:1rem; [treefmt-check] - vertical-align:text-bottom [treefmt-check] +.nav-list .nav-list-item .nav-list-link.external > svg { [treefmt-check] + width: 1rem; [treefmt-check] + height: 1rem; [treefmt-check] + vertical-align: text-bottom; [treefmt-check]  } [treefmt-check]  .nav-list .nav-list-item .nav-list-link.active { [treefmt-check] - font-weight:600; [treefmt-check] - text-decoration:none [treefmt-check] + font-weight: 600; [treefmt-check] + text-decoration: none; [treefmt-check]  } [treefmt-check]  .nav-list .nav-list-item .nav-list-link:hover, [treefmt-check]  .nav-list .nav-list-item .nav-list-link.active { [treefmt-check] - color:#5f3ceb; [treefmt-check] - background-image:linear-gradient(-90deg, #ebedf5 0%, rgba(235,237,245,0.8) 80%, rgba(235,237,245,0) 100%) [treefmt-check] + color: #5f3ceb; [treefmt-check] + background-image: linear-gradient( [treefmt-check] + -90deg, [treefmt-check] + #ebedf5 0%, [treefmt-check] + rgba(235, 237, 245, 0.8) 80%, [treefmt-check] + rgba(235, 237, 245, 0) 100% [treefmt-check] + ); [treefmt-check]  } [treefmt-check]  .nav-list .nav-list-item .nav-list-expander { [treefmt-check] - position:absolute; [treefmt-check] - right:0; [treefmt-check] - width:3rem; [treefmt-check] - height:3rem; [treefmt-check] - padding:.75rem; [treefmt-check] - color:#7253ed; [treefmt-check] - outline-offset:-1px [treefmt-check] + position: absolute; [treefmt-check] + right: 0; [treefmt-check] + width: 3rem; [treefmt-check] + height: 3rem; [treefmt-check] + padding: 0.75rem; [treefmt-check] + color: #7253ed; [treefmt-check] + outline-offset: -1px; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .nav-list .nav-list-item .nav-list-expander { [treefmt-check] - width:2rem; [treefmt-check] - height:2rem; [treefmt-check] - padding:.5rem [treefmt-check] + width: 2rem; [treefmt-check] + height: 2rem; [treefmt-check] + padding: 0.5rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .nav-list .nav-list-item .nav-list-expander:hover { [treefmt-check] - background-image:linear-gradient(-90deg, #ebedf5 0%, rgba(235,237,245,0.8) 100%) [treefmt-check] + background-image: linear-gradient( [treefmt-check] + -90deg, [treefmt-check] + #ebedf5 0%, [treefmt-check] + rgba(235, 237, 245, 0.8) 100% [treefmt-check] + ); [treefmt-check]  } [treefmt-check]  .nav-list .nav-list-item .nav-list-expander svg { [treefmt-check] - transform:rotate(90deg) [treefmt-check] + transform: rotate(90deg); [treefmt-check]  } [treefmt-check] -.nav-list .nav-list-item>.nav-list { [treefmt-check] - display:none; [treefmt-check] - padding-left:.75rem; [treefmt-check] - list-style:none [treefmt-check] +.nav-list .nav-list-item > .nav-list { [treefmt-check] + display: none; [treefmt-check] + padding-left: 0.75rem; [treefmt-check] + list-style: none; [treefmt-check]  } [treefmt-check] -.nav-list .nav-list-item>.nav-list .nav-list-item { [treefmt-check] - position:relative [treefmt-check] +.nav-list .nav-list-item > .nav-list .nav-list-item { [treefmt-check] + position: relative; [treefmt-check]  } [treefmt-check] -.nav-list .nav-list-item>.nav-list .nav-list-item .nav-list-link { [treefmt-check] - color:#5c5962 [treefmt-check] +.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link { [treefmt-check] + color: #5c5962; [treefmt-check]  } [treefmt-check] -.nav-list .nav-list-item>.nav-list .nav-list-item .nav-list-expander { [treefmt-check] - color:#5c5962 [treefmt-check] +.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander { [treefmt-check] + color: #5c5962; [treefmt-check]  } [treefmt-check] -.nav-list .nav-list-item.active>.nav-list-expander svg { [treefmt-check] - transform:rotate(-90deg) [treefmt-check] +.nav-list .nav-list-item.active > .nav-list-expander svg { [treefmt-check] + transform: rotate(-90deg); [treefmt-check]  } [treefmt-check] -.nav-list .nav-list-item.active>.nav-list { [treefmt-check] - display:block [treefmt-check] +.nav-list .nav-list-item.active > .nav-list { [treefmt-check] + display: block; [treefmt-check]  } [treefmt-check]  .nav-category { [treefmt-check] - padding:.5rem 1rem; [treefmt-check] - font-weight:600; [treefmt-check] - text-align:start; [treefmt-check] - text-transform:uppercase; [treefmt-check] - border-bottom:1px solid #eeebee [treefmt-check] + padding: 0.5rem 1rem; [treefmt-check] + font-weight: 600; [treefmt-check] + text-align: start; [treefmt-check] + text-transform: uppercase; [treefmt-check] + border-bottom: 1px solid #eeebee; [treefmt-check]  } [treefmt-check]  .nav-category { [treefmt-check] - font-size:.6875rem !important [treefmt-check] + font-size: 0.6875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .nav-category { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .nav-category { [treefmt-check] - padding:.5rem 2rem; [treefmt-check] - margin-top:1rem; [treefmt-check] - text-align:start [treefmt-check] + padding: 0.5rem 2rem; [treefmt-check] + margin-top: 1rem; [treefmt-check] + text-align: start; [treefmt-check]  } [treefmt-check]  .nav-category:first-child { [treefmt-check] - margin-top:0 [treefmt-check] + margin-top: 0; [treefmt-check]  } [treefmt-check]  } [treefmt-check] -.nav-list.nav-category-list>.nav-list-item { [treefmt-check] - margin:0 [treefmt-check] +.nav-list.nav-category-list > .nav-list-item { [treefmt-check] + margin: 0; [treefmt-check]  } [treefmt-check] -.nav-list.nav-category-list>.nav-list-item>.nav-list { [treefmt-check] - padding:0 [treefmt-check] +.nav-list.nav-category-list > .nav-list-item > .nav-list { [treefmt-check] + padding: 0; [treefmt-check]  } [treefmt-check] -.nav-list.nav-category-list>.nav-list-item>.nav-list>.nav-list-item>.nav-list-link { [treefmt-check] - color:#7253ed [treefmt-check] +.nav-list.nav-category-list [treefmt-check] + > .nav-list-item [treefmt-check] + > .nav-list [treefmt-check] + > .nav-list-item [treefmt-check] + > .nav-list-link { [treefmt-check] + color: #7253ed; [treefmt-check]  } [treefmt-check] -.nav-list.nav-category-list>.nav-list-item>.nav-list>.nav-list-item>.nav-list-expander { [treefmt-check] - color:#7253ed [treefmt-check] +.nav-list.nav-category-list [treefmt-check] + > .nav-list-item [treefmt-check] + > .nav-list [treefmt-check] + > .nav-list-item [treefmt-check] + > .nav-list-expander { [treefmt-check] + color: #7253ed; [treefmt-check]  } [treefmt-check]  .aux-nav { [treefmt-check] - height:100%; [treefmt-check] - overflow-x:auto [treefmt-check] + height: 100%; [treefmt-check] + overflow-x: auto; [treefmt-check]  } [treefmt-check]  .aux-nav { [treefmt-check] - font-size:.6875rem !important [treefmt-check] + font-size: 0.6875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .aux-nav { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .aux-nav .aux-nav-list { [treefmt-check] - display:flex; [treefmt-check] - height:100%; [treefmt-check] - padding:0; [treefmt-check] - margin:0; [treefmt-check] - list-style:none [treefmt-check] + display: flex; [treefmt-check] + height: 100%; [treefmt-check] + padding: 0; [treefmt-check] + margin: 0; [treefmt-check] + list-style: none; [treefmt-check]  } [treefmt-check]  .aux-nav .aux-nav-list-item { [treefmt-check] - display:inline-block; [treefmt-check] - height:100%; [treefmt-check] - padding:0; [treefmt-check] - margin:0 [treefmt-check] + display: inline-block; [treefmt-check] + height: 100%; [treefmt-check] + padding: 0; [treefmt-check] + margin: 0; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .aux-nav { [treefmt-check] - padding-right:1rem [treefmt-check] + padding-right: 1rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .breadcrumb-nav { [treefmt-check] - margin-top:-1rem [treefmt-check] + margin-top: -1rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .breadcrumb-nav-list { [treefmt-check] - padding-left:0; [treefmt-check] - margin-bottom:.75rem; [treefmt-check] - list-style:none [treefmt-check] + padding-left: 0; [treefmt-check] + margin-bottom: 0.75rem; [treefmt-check] + list-style: none; [treefmt-check]  } [treefmt-check]  .breadcrumb-nav-list-item { [treefmt-check] - display:table-cell [treefmt-check] + display: table-cell; [treefmt-check]  } [treefmt-check]  .breadcrumb-nav-list-item { [treefmt-check] - font-size:.6875rem !important [treefmt-check] + font-size: 0.6875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .breadcrumb-nav-list-item { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .breadcrumb-nav-list-item::before { [treefmt-check] - display:none [treefmt-check] + display: none; [treefmt-check]  } [treefmt-check]  .breadcrumb-nav-list-item::after { [treefmt-check] - display:inline-block; [treefmt-check] - margin-right:.5rem; [treefmt-check] - margin-left:.5rem; [treefmt-check] - color:#959396; [treefmt-check] - content:"/" [treefmt-check] + display: inline-block; [treefmt-check] + margin-right: 0.5rem; [treefmt-check] + margin-left: 0.5rem; [treefmt-check] + color: #959396; [treefmt-check] + content: "/"; [treefmt-check]  } [treefmt-check]  .breadcrumb-nav-list-item:last-child::after { [treefmt-check] - content:"" [treefmt-check] + content: ""; [treefmt-check]  } [treefmt-check]  h1, [treefmt-check]  .text-alpha { [treefmt-check] - font-weight:300 [treefmt-check] + font-weight: 300; [treefmt-check]  } [treefmt-check]  h1, [treefmt-check]  .text-alpha { [treefmt-check] - font-size:2rem !important; [treefmt-check] - line-height:1.25 [treefmt-check] + font-size: 2rem !important; [treefmt-check] + line-height: 1.25; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  h1, [treefmt-check]  .text-alpha { [treefmt-check] - font-size:2.25rem !important [treefmt-check] + font-size: 2.25rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  h2, [treefmt-check]  .text-beta, [treefmt-check]  #toctitle { [treefmt-check] - font-size:1.125rem !important [treefmt-check] + font-size: 1.125rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  h2, [treefmt-check]  .text-beta, [treefmt-check]  #toctitle { [treefmt-check] - font-size:1.5rem !important; [treefmt-check] - line-height:1.25 [treefmt-check] + font-size: 1.5rem !important; [treefmt-check] + line-height: 1.25; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  h3, [treefmt-check]  .text-gamma { [treefmt-check] - font-size:1rem !important [treefmt-check] + font-size: 1rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  h3, [treefmt-check]  .text-gamma { [treefmt-check] - font-size:1.125rem !important [treefmt-check] + font-size: 1.125rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  h4, [treefmt-check]  .text-delta { [treefmt-check] - font-weight:400; [treefmt-check] - text-transform:uppercase; [treefmt-check] - letter-spacing:0.1em [treefmt-check] + font-weight: 400; [treefmt-check] + text-transform: uppercase; [treefmt-check] + letter-spacing: 0.1em; [treefmt-check]  } [treefmt-check]  h4, [treefmt-check]  .text-delta { [treefmt-check] - font-size:.6875rem !important [treefmt-check] + font-size: 0.6875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  h4, [treefmt-check]  .text-delta { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  h4 code { [treefmt-check] - text-transform:none [treefmt-check] + text-transform: none; [treefmt-check]  } [treefmt-check]  h5, [treefmt-check]  .text-epsilon { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  h5, [treefmt-check]  .text-epsilon { [treefmt-check] - font-size:.875rem !important [treefmt-check] + font-size: 0.875rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  h6, [treefmt-check]  .text-zeta { [treefmt-check] - font-size:.6875rem !important [treefmt-check] + font-size: 0.6875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  h6, [treefmt-check]  .text-zeta { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .text-small { [treefmt-check] - font-size:.6875rem !important [treefmt-check] + font-size: 0.6875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .text-small { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .text-mono { [treefmt-check] - font-family:"SFMono-Regular",menlo,consolas,monospace !important [treefmt-check] + font-family: "SFMono-Regular", menlo, consolas, monospace !important; [treefmt-check]  } [treefmt-check]  .text-left { [treefmt-check] - text-align:left !important [treefmt-check] + text-align: left !important; [treefmt-check]  } [treefmt-check]  .text-center { [treefmt-check] - text-align:center !important [treefmt-check] + text-align: center !important; [treefmt-check]  } [treefmt-check]  .text-right { [treefmt-check] - text-align:right !important [treefmt-check] + text-align: right !important; [treefmt-check]  } [treefmt-check]  .label:not(g), [treefmt-check]  .label-blue:not(g) { [treefmt-check] - display:inline-block; [treefmt-check] - padding:0.16em 0.56em; [treefmt-check] - margin-right:.5rem; [treefmt-check] - margin-left:.5rem; [treefmt-check] - color:#fff; [treefmt-check] - text-transform:uppercase; [treefmt-check] - vertical-align:middle; [treefmt-check] - background-color:#2869e6; [treefmt-check] - border-radius:12px [treefmt-check] + display: inline-block; [treefmt-check] + padding: 0.16em 0.56em; [treefmt-check] + margin-right: 0.5rem; [treefmt-check] + margin-left: 0.5rem; [treefmt-check] + color: #fff; [treefmt-check] + text-transform: uppercase; [treefmt-check] + vertical-align: middle; [treefmt-check] + background-color: #2869e6; [treefmt-check] + border-radius: 12px; [treefmt-check]  } [treefmt-check]  .label:not(g), [treefmt-check]  .label-blue:not(g) { [treefmt-check] - font-size:.6875rem !important [treefmt-check] + font-size: 0.6875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .label:not(g), [treefmt-check]  .label-blue:not(g) { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .label-green:not(g) { [treefmt-check] - background-color:#026e57 [treefmt-check] + background-color: #026e57; [treefmt-check]  } [treefmt-check]  .label-purple:not(g) { [treefmt-check] - background-color:#5e41d0 [treefmt-check] + background-color: #5e41d0; [treefmt-check]  } [treefmt-check]  .label-red:not(g) { [treefmt-check] - background-color:#dd2e2e [treefmt-check] + background-color: #dd2e2e; [treefmt-check]  } [treefmt-check]  .label-yellow:not(g) { [treefmt-check] - color:#44434d; [treefmt-check] - background-color:#f7d12e [treefmt-check] + color: #44434d; [treefmt-check] + background-color: #f7d12e; [treefmt-check]  } [treefmt-check]  .btn { [treefmt-check] - display:inline-block; [treefmt-check] - box-sizing:border-box; [treefmt-check] - padding:0.3em 1em; [treefmt-check] - margin:0; [treefmt-check] - font-family:inherit; [treefmt-check] - font-size:inherit; [treefmt-check] - font-weight:500; [treefmt-check] - line-height:1.5; [treefmt-check] - color:#7253ed; [treefmt-check] - text-decoration:none; [treefmt-check] - vertical-align:baseline; [treefmt-check] - cursor:pointer; [treefmt-check] - background-color:#f7f7f7; [treefmt-check] - border-width:0; [treefmt-check] - border-radius:4px; [treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08); [treefmt-check] - appearance:none [treefmt-check] + display: inline-block; [treefmt-check] + box-sizing: border-box; [treefmt-check] + padding: 0.3em 1em; [treefmt-check] + margin: 0; [treefmt-check] + font-family: inherit; [treefmt-check] + font-size: inherit; [treefmt-check] + font-weight: 500; [treefmt-check] + line-height: 1.5; [treefmt-check] + color: #7253ed; [treefmt-check] + text-decoration: none; [treefmt-check] + vertical-align: baseline; [treefmt-check] + cursor: pointer; [treefmt-check] + background-color: #f7f7f7; [treefmt-check] + border-width: 0; [treefmt-check] + border-radius: 4px; [treefmt-check] + box-shadow: [treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12), [treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08); [treefmt-check] + appearance: none; [treefmt-check]  } [treefmt-check]  .btn:focus { [treefmt-check] - text-decoration:none; [treefmt-check] - outline:none; [treefmt-check] - box-shadow:0 0 0 3px rgba(0,0,255,0.25) [treefmt-check] + text-decoration: none; [treefmt-check] + outline: none; [treefmt-check] + box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); [treefmt-check]  } [treefmt-check]  .btn:focus:hover, [treefmt-check]  .btn.selected:focus { [treefmt-check] - box-shadow:0 0 0 3px rgba(0,0,255,0.25) [treefmt-check] + box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); [treefmt-check]  } [treefmt-check]  .btn:hover, [treefmt-check]  .btn.zeroclipboard-is-hover { [treefmt-check] - color:#6a4aec [treefmt-check] + color: #6a4aec; [treefmt-check]  } [treefmt-check]  .btn:hover, [treefmt-check]  .btn:active, [treefmt-check]  .btn.zeroclipboard-is-hover, [treefmt-check]  .btn.zeroclipboard-is-active { [treefmt-check] - text-decoration:none; [treefmt-check] - background-color:#f4f4f4 [treefmt-check] + text-decoration: none; [treefmt-check] + background-color: #f4f4f4; [treefmt-check]  } [treefmt-check]  .btn:active, [treefmt-check]  .btn.selected, [treefmt-check]  .btn.zeroclipboard-is-active { [treefmt-check] - background-color:#efefef; [treefmt-check] - background-image:none; [treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15) [treefmt-check] + background-color: #efefef; [treefmt-check] + background-image: none; [treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); [treefmt-check]  } [treefmt-check]  .btn.selected:hover { [treefmt-check] - background-color:#cfcfcf [treefmt-check] + background-color: #cfcfcf; [treefmt-check]  } [treefmt-check]  .btn:disabled, [treefmt-check]  .btn:disabled:hover, [treefmt-check]  .btn.disabled, [treefmt-check]  .btn.disabled:hover { [treefmt-check] - color:rgba(102,102,102,0.5); [treefmt-check] - cursor:default; [treefmt-check] - background-color:rgba(229,229,229,0.5); [treefmt-check] - background-image:none; [treefmt-check] - box-shadow:none [treefmt-check] + color: rgba(102, 102, 102, 0.5); [treefmt-check] + cursor: default; [treefmt-check] + background-color: rgba(229, 229, 229, 0.5); [treefmt-check] + background-image: none; [treefmt-check] + box-shadow: none; [treefmt-check]  } [treefmt-check]  .btn-outline { [treefmt-check] - color:#7253ed; [treefmt-check] - background:transparent; [treefmt-check] - box-shadow:inset 0 0 0 2px #e6e1e8 [treefmt-check] + color: #7253ed; [treefmt-check] + background: transparent; [treefmt-check] + box-shadow: inset 0 0 0 2px #e6e1e8; [treefmt-check]  } [treefmt-check]  .btn-outline:hover, [treefmt-check]  .btn-outline:active, [treefmt-check]  .btn-outline.zeroclipboard-is-hover, [treefmt-check]  .btn-outline.zeroclipboard-is-active { [treefmt-check] - color:#6341eb; [treefmt-check] - text-decoration:none; [treefmt-check] - background-color:transparent; [treefmt-check] - box-shadow:inset 0 0 0 3px #e6e1e8 [treefmt-check] + color: #6341eb; [treefmt-check] + text-decoration: none; [treefmt-check] + background-color: transparent; [treefmt-check] + box-shadow: inset 0 0 0 3px #e6e1e8; [treefmt-check]  } [treefmt-check]  .btn-outline:focus { [treefmt-check] - text-decoration:none; [treefmt-check] - outline:none; [treefmt-check] - box-shadow:inset 0 0 0 2px #5c5962,0 0 0 3px rgba(0,0,255,0.25) [treefmt-check] + text-decoration: none; [treefmt-check] + outline: none; [treefmt-check] + box-shadow: [treefmt-check] + inset 0 0 0 2px #5c5962, [treefmt-check] + 0 0 0 3px rgba(0, 0, 255, 0.25); [treefmt-check]  } [treefmt-check]  .btn-outline:focus:hover, [treefmt-check]  .btn-outline.selected:focus { [treefmt-check] - box-shadow:inset 0 0 0 2px #5c5962 [treefmt-check] + box-shadow: inset 0 0 0 2px #5c5962; [treefmt-check]  } [treefmt-check]  .btn-primary { [treefmt-check] - color:#fff; [treefmt-check] - background-color:#5739ce; [treefmt-check] - background-image:linear-gradient(#6f55d5, #5739ce); [treefmt-check] - box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12) [treefmt-check] + color: #fff; [treefmt-check] + background-color: #5739ce; [treefmt-check] + background-image: linear-gradient(#6f55d5, #5739ce); [treefmt-check] + box-shadow: [treefmt-check] + 0 1px 3px rgba(0, 0, 0, 0.25), [treefmt-check] + 0 4px 10px rgba(0, 0, 0, 0.12); [treefmt-check]  } [treefmt-check]  .btn-primary:hover, [treefmt-check]  .btn-primary.zeroclipboard-is-hover { [treefmt-check] - color:#fff; [treefmt-check] - background-color:#5132cb; [treefmt-check] - background-image:linear-gradient(#6549d2,#5132cb) [treefmt-check] + color: #fff; [treefmt-check] + background-color: #5132cb; [treefmt-check] + background-image: linear-gradient(#6549d2, #5132cb); [treefmt-check]  } [treefmt-check]  .btn-primary:active, [treefmt-check]  .btn-primary.selected, [treefmt-check]  .btn-primary.zeroclipboard-is-active { [treefmt-check] - background-color:#4f31c6; [treefmt-check] - background-image:none; [treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15) [treefmt-check] + background-color: #4f31c6; [treefmt-check] + background-image: none; [treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); [treefmt-check]  } [treefmt-check]  .btn-primary.selected:hover { [treefmt-check] - background-color:#472cb2 [treefmt-check] + background-color: #472cb2; [treefmt-check]  } [treefmt-check]  .btn-purple { [treefmt-check] - color:#fff; [treefmt-check] - background-color:#5739ce; [treefmt-check] - background-image:linear-gradient(#6f55d5, #5739ce); [treefmt-check] - box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12) [treefmt-check] + color: #fff; [treefmt-check] + background-color: #5739ce; [treefmt-check] + background-image: linear-gradient(#6f55d5, #5739ce); [treefmt-check] + box-shadow: [treefmt-check] + 0 1px 3px rgba(0, 0, 0, 0.25), [treefmt-check] + 0 4px 10px rgba(0, 0, 0, 0.12); [treefmt-check]  } [treefmt-check]  .btn-purple:hover, [treefmt-check]  .btn-purple.zeroclipboard-is-hover { [treefmt-check] - color:#fff; [treefmt-check] - background-color:#5132cb; [treefmt-check] - background-image:linear-gradient(#6549d2,#5132cb) [treefmt-check] + color: #fff; [treefmt-check] + background-color: #5132cb; [treefmt-check] + background-image: linear-gradient(#6549d2, #5132cb); [treefmt-check]  } [treefmt-check]  .btn-purple:active, [treefmt-check]  .btn-purple.selected, [treefmt-check]  .btn-purple.zeroclipboard-is-active { [treefmt-check] - background-color:#4f31c6; [treefmt-check] - background-image:none; [treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15) [treefmt-check] + background-color: #4f31c6; [treefmt-check] + background-image: none; [treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); [treefmt-check]  } [treefmt-check]  .btn-purple.selected:hover { [treefmt-check] - background-color:#472cb2 [treefmt-check] + background-color: #472cb2; [treefmt-check]  } [treefmt-check]  .btn-blue { [treefmt-check] - color:#fff; [treefmt-check] - background-color:#2448a7; [treefmt-check] - background-image:linear-gradient(#2b55c4, #2448a7); [treefmt-check] - box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12) [treefmt-check] + color: #fff; [treefmt-check] + background-color: #2448a7; [treefmt-check] + background-image: linear-gradient(#2b55c4, #2448a7); [treefmt-check] + box-shadow: [treefmt-check] + 0 1px 3px rgba(0, 0, 0, 0.25), [treefmt-check] + 0 4px 10px rgba(0, 0, 0, 0.12); [treefmt-check]  } [treefmt-check]  .btn-blue:hover, [treefmt-check]  .btn-blue.zeroclipboard-is-hover { [treefmt-check] - color:#fff; [treefmt-check] - background-color:#22459e; [treefmt-check] - background-image:linear-gradient(#2850b7,#22459e) [treefmt-check] + color: #fff; [treefmt-check] + background-color: #22459e; [treefmt-check] + background-image: linear-gradient(#2850b7, #22459e); [treefmt-check]  } [treefmt-check]  .btn-blue:active, [treefmt-check]  .btn-blue.selected, [treefmt-check]  .btn-blue.zeroclipboard-is-active { [treefmt-check] - background-color:#21439a; [treefmt-check] - background-image:none; [treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15) [treefmt-check] + background-color: #21439a; [treefmt-check] + background-image: none; [treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); [treefmt-check]  } [treefmt-check]  .btn-blue.selected:hover { [treefmt-check] - background-color:#1d3a85 [treefmt-check] + background-color: #1d3a85; [treefmt-check]  } [treefmt-check]  .btn-green { [treefmt-check] - color:#fff; [treefmt-check] - background-color:#02644f; [treefmt-check] - background-image:linear-gradient(#02876b, #02644f); [treefmt-check] - box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12) [treefmt-check] + color: #fff; [treefmt-check] + background-color: #02644f; [treefmt-check] + background-image: linear-gradient(#02876b, #02644f); [treefmt-check] + box-shadow: [treefmt-check] + 0 1px 3px rgba(0, 0, 0, 0.25), [treefmt-check] + 0 4px 10px rgba(0, 0, 0, 0.12); [treefmt-check]  } [treefmt-check]  .btn-green:hover, [treefmt-check]  .btn-green.zeroclipboard-is-hover { [treefmt-check] - color:#fff; [treefmt-check] - background-color:#025a47; [treefmt-check] - background-image:linear-gradient(#02785f,#025a47) [treefmt-check] + color: #fff; [treefmt-check] + background-color: #025a47; [treefmt-check] + background-image: linear-gradient(#02785f, #025a47); [treefmt-check]  } [treefmt-check]  .btn-green:active, [treefmt-check]  .btn-green.selected, [treefmt-check]  .btn-green.zeroclipboard-is-active { [treefmt-check] - background-color:#025543; [treefmt-check] - background-image:none; [treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15) [treefmt-check] + background-color: #025543; [treefmt-check] + background-image: none; [treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); [treefmt-check]  } [treefmt-check]  .btn-green.selected:hover { [treefmt-check] - background-color:#013c2f [treefmt-check] + background-color: #013c2f; [treefmt-check]  } [treefmt-check]  .btn-reset { [treefmt-check] - background:none; [treefmt-check] - border:none; [treefmt-check] - margin:0; [treefmt-check] - text-align:inherit; [treefmt-check] - font:inherit; [treefmt-check] - border-radius:0; [treefmt-check] - appearance:none [treefmt-check] + background: none; [treefmt-check] + border: none; [treefmt-check] + margin: 0; [treefmt-check] + text-align: inherit; [treefmt-check] + font: inherit; [treefmt-check] + border-radius: 0; [treefmt-check] + appearance: none; [treefmt-check]  } [treefmt-check]  .search { [treefmt-check] - position:relative; [treefmt-check] - z-index:2; [treefmt-check] - flex-grow:1; [treefmt-check] - height:4rem; [treefmt-check] - padding:.5rem; [treefmt-check] - transition:padding linear 200ms [treefmt-check] + position: relative; [treefmt-check] + z-index: 2; [treefmt-check] + flex-grow: 1; [treefmt-check] + height: 4rem; [treefmt-check] + padding: 0.5rem; [treefmt-check] + transition: padding linear 200ms; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .search { [treefmt-check] - position:relative !important; [treefmt-check] - width:auto !important; [treefmt-check] - height:100% !important; [treefmt-check] - padding:0; [treefmt-check] - transition:none [treefmt-check] + position: relative !important; [treefmt-check] + width: auto !important; [treefmt-check] + height: 100% !important; [treefmt-check] + padding: 0; [treefmt-check] + transition: none; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .search-input-wrap { [treefmt-check] - position:relative; [treefmt-check] - z-index:1; [treefmt-check] - height:3rem; [treefmt-check] - overflow:hidden; [treefmt-check] - border-radius:4px; [treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08); [treefmt-check] - transition:height linear 200ms [treefmt-check] + position: relative; [treefmt-check] + z-index: 1; [treefmt-check] + height: 3rem; [treefmt-check] + overflow: hidden; [treefmt-check] + border-radius: 4px; [treefmt-check] + box-shadow: [treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12), [treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08); [treefmt-check] + transition: height linear 200ms; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .search-input-wrap { [treefmt-check] - position:absolute; [treefmt-check] - width:100%; [treefmt-check] - max-width:33.5rem; [treefmt-check] - height:100% !important; [treefmt-check] - border-radius:0; [treefmt-check] - box-shadow:none; [treefmt-check] - transition:width ease 400ms [treefmt-check] + position: absolute; [treefmt-check] + width: 100%; [treefmt-check] + max-width: 33.5rem; [treefmt-check] + height: 100% !important; [treefmt-check] + border-radius: 0; [treefmt-check] + box-shadow: none; [treefmt-check] + transition: width ease 400ms; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .search-input { [treefmt-check] - position:absolute; [treefmt-check] - width:100%; [treefmt-check] - height:100%; [treefmt-check] - padding:.5rem 1rem .5rem 2.5rem; [treefmt-check] - font-size:1rem; [treefmt-check] - color:#5c5962; [treefmt-check] - background-color:#fff; [treefmt-check] - border-top:0; [treefmt-check] - border-right:0; [treefmt-check] - border-bottom:0; [treefmt-check] - border-left:0; [treefmt-check] - border-radius:0 [treefmt-check] + position: absolute; [treefmt-check] + width: 100%; [treefmt-check] + height: 100%; [treefmt-check] + padding: 0.5rem 1rem 0.5rem 2.5rem; [treefmt-check] + font-size: 1rem; [treefmt-check] + color: #5c5962; [treefmt-check] + background-color: #fff; [treefmt-check] + border-top: 0; [treefmt-check] + border-right: 0; [treefmt-check] + border-bottom: 0; [treefmt-check] + border-left: 0; [treefmt-check] + border-radius: 0; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .search-input { [treefmt-check] - padding:.5rem 1rem .5rem 3.5rem; [treefmt-check] - font-size:0.875rem; [treefmt-check] - background-color:#fff; [treefmt-check] - transition:padding-left linear 200ms [treefmt-check] + padding: 0.5rem 1rem 0.5rem 3.5rem; [treefmt-check] + font-size: 0.875rem; [treefmt-check] + background-color: #fff; [treefmt-check] + transition: padding-left linear 200ms; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .search-input:focus { [treefmt-check] - outline-offset:-1px [treefmt-check] + outline-offset: -1px; [treefmt-check]  } [treefmt-check] -.search-input:focus+.search-label .search-icon { [treefmt-check] - color:#7253ed [treefmt-check] +.search-input:focus + .search-label .search-icon { [treefmt-check] + color: #7253ed; [treefmt-check]  } [treefmt-check]  .search-label { [treefmt-check] - position:absolute; [treefmt-check] - display:flex; [treefmt-check] - height:100%; [treefmt-check] - padding-left:1rem [treefmt-check] + position: absolute; [treefmt-check] + display: flex; [treefmt-check] + height: 100%; [treefmt-check] + padding-left: 1rem; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .search-label { [treefmt-check] - padding-left:2rem; [treefmt-check] - transition:padding-left linear 200ms [treefmt-check] + padding-left: 2rem; [treefmt-check] + transition: padding-left linear 200ms; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .search-label .search-icon { [treefmt-check] - width:1.2rem; [treefmt-check] - height:1.2rem; [treefmt-check] - align-self:center; [treefmt-check] - color:#959396 [treefmt-check] + width: 1.2rem; [treefmt-check] + height: 1.2rem; [treefmt-check] + align-self: center; [treefmt-check] + color: #959396; [treefmt-check]  } [treefmt-check]  .search-results { [treefmt-check] - position:absolute; [treefmt-check] - left:0; [treefmt-check] - display:none; [treefmt-check] - width:100%; [treefmt-check] - max-height:calc(100% - 4rem); [treefmt-check] - overflow-y:auto; [treefmt-check] - background-color:#fff; [treefmt-check] - border-bottom-right-radius:4px; [treefmt-check] - border-bottom-left-radius:4px; [treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08) [treefmt-check] + position: absolute; [treefmt-check] + left: 0; [treefmt-check] + display: none; [treefmt-check] + width: 100%; [treefmt-check] + max-height: calc(100% - 4rem); [treefmt-check] + overflow-y: auto; [treefmt-check] + background-color: #fff; [treefmt-check] + border-bottom-right-radius: 4px; [treefmt-check] + border-bottom-left-radius: 4px; [treefmt-check] + box-shadow: [treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12), [treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08); [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .search-results { [treefmt-check] - top:100%; [treefmt-check] - width:33.5rem; [treefmt-check] - max-height:calc(100vh - 200%) !important [treefmt-check] + top: 100%; [treefmt-check] + width: 33.5rem; [treefmt-check] + max-height: calc(100vh - 200%) !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .search-results-list { [treefmt-check] - padding-left:0; [treefmt-check] - margin-bottom:.25rem; [treefmt-check] - list-style:none [treefmt-check] + padding-left: 0; [treefmt-check] + margin-bottom: 0.25rem; [treefmt-check] + list-style: none; [treefmt-check]  } [treefmt-check]  .search-results-list { [treefmt-check] - font-size:.875rem !important [treefmt-check] + font-size: 0.875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .search-results-list { [treefmt-check] - font-size:1rem !important [treefmt-check] + font-size: 1rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .search-results-list { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) and (min-width: 31.25rem) { [treefmt-check]  .search-results-list { [treefmt-check] - font-size:.875rem !important [treefmt-check] + font-size: 0.875rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .search-results-list-item { [treefmt-check] - padding:0; [treefmt-check] - margin:0 [treefmt-check] + padding: 0; [treefmt-check] + margin: 0; [treefmt-check]  } [treefmt-check]  .search-result { [treefmt-check] - display:block; [treefmt-check] - padding:.25rem .75rem; [treefmt-check] - outline-offset:-1px [treefmt-check] + display: block; [treefmt-check] + padding: 0.25rem 0.75rem; [treefmt-check] + outline-offset: -1px; [treefmt-check]  } [treefmt-check]  .search-result:hover, [treefmt-check]  .search-result.active { [treefmt-check] - background-color:#ebedf5 [treefmt-check] + background-color: #ebedf5; [treefmt-check]  } [treefmt-check]  .search-result-title { [treefmt-check] - display:block; [treefmt-check] - padding-top:.5rem; [treefmt-check] - padding-bottom:.5rem [treefmt-check] + display: block; [treefmt-check] + padding-top: 0.5rem; [treefmt-check] + padding-bottom: 0.5rem; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .search-result-title { [treefmt-check] - display:inline-block; [treefmt-check] - width:40%; [treefmt-check] - padding-right:.5rem; [treefmt-check] - vertical-align:top [treefmt-check] + display: inline-block; [treefmt-check] + width: 40%; [treefmt-check] + padding-right: 0.5rem; [treefmt-check] + vertical-align: top; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .search-result-doc { [treefmt-check] - display:flex; [treefmt-check] - align-items:center; [treefmt-check] - overflow-wrap:break-word [treefmt-check] + display: flex; [treefmt-check] + align-items: center; [treefmt-check] + overflow-wrap: break-word; [treefmt-check]  } [treefmt-check]  .search-result-doc.search-result-doc-parent { [treefmt-check] - opacity:0.5 [treefmt-check] + opacity: 0.5; [treefmt-check]  } [treefmt-check]  .search-result-doc.search-result-doc-parent { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .search-result-doc.search-result-doc-parent { [treefmt-check] - font-size:.875rem !important [treefmt-check] + font-size: 0.875rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .search-result-doc.search-result-doc-parent { [treefmt-check] - font-size:.6875rem !important [treefmt-check] + font-size: 0.6875rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) and (min-width: 31.25rem) { [treefmt-check]  .search-result-doc.search-result-doc-parent { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .search-result-doc .search-result-icon { [treefmt-check] - width:1rem; [treefmt-check] - height:1rem; [treefmt-check] - margin-right:.5rem; [treefmt-check] - color:#7253ed; [treefmt-check] - flex-shrink:0 [treefmt-check] + width: 1rem; [treefmt-check] + height: 1rem; [treefmt-check] + margin-right: 0.5rem; [treefmt-check] + color: #7253ed; [treefmt-check] + flex-shrink: 0; [treefmt-check]  } [treefmt-check]  .search-result-doc .search-result-doc-title { [treefmt-check] - overflow:auto [treefmt-check] + overflow: auto; [treefmt-check]  } [treefmt-check]  .search-result-section { [treefmt-check] - margin-left:1.5rem; [treefmt-check] - overflow-wrap:break-word [treefmt-check] + margin-left: 1.5rem; [treefmt-check] + overflow-wrap: break-word; [treefmt-check]  } [treefmt-check]  .search-result-rel-url { [treefmt-check] - display:block; [treefmt-check] - margin-left:1.5rem; [treefmt-check] - overflow:hidden; [treefmt-check] - color:#5c5962; [treefmt-check] - text-overflow:ellipsis; [treefmt-check] - white-space:nowrap [treefmt-check] + display: block; [treefmt-check] + margin-left: 1.5rem; [treefmt-check] + overflow: hidden; [treefmt-check] + color: #5c5962; [treefmt-check] + text-overflow: ellipsis; [treefmt-check] + white-space: nowrap; [treefmt-check]  } [treefmt-check]  .search-result-rel-url { [treefmt-check] - font-size:.5625rem !important [treefmt-check] + font-size: 0.5625rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .search-result-rel-url { [treefmt-check] - font-size:.625rem !important [treefmt-check] + font-size: 0.625rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .search-result-previews { [treefmt-check] - display:block; [treefmt-check] - padding-top:.5rem; [treefmt-check] - padding-bottom:.5rem; [treefmt-check] - padding-left:1rem; [treefmt-check] - margin-left:.5rem; [treefmt-check] - color:#5c5962; [treefmt-check] - overflow-wrap:break-word; [treefmt-check] - border-left:1px solid; [treefmt-check] - border-left-color:#eeebee [treefmt-check] + display: block; [treefmt-check] + padding-top: 0.5rem; [treefmt-check] + padding-bottom: 0.5rem; [treefmt-check] + padding-left: 1rem; [treefmt-check] + margin-left: 0.5rem; [treefmt-check] + color: #5c5962; [treefmt-check] + overflow-wrap: break-word; [treefmt-check] + border-left: 1px solid; [treefmt-check] + border-left-color: #eeebee; [treefmt-check]  } [treefmt-check]  .search-result-previews { [treefmt-check] - font-size:.6875rem !important [treefmt-check] + font-size: 0.6875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .search-result-previews { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .search-result-previews { [treefmt-check] - display:inline-block; [treefmt-check] - width:60%; [treefmt-check] - padding-left:.5rem; [treefmt-check] - margin-left:0; [treefmt-check] - vertical-align:top [treefmt-check] + display: inline-block; [treefmt-check] + width: 60%; [treefmt-check] + padding-left: 0.5rem; [treefmt-check] + margin-left: 0; [treefmt-check] + vertical-align: top; [treefmt-check]  } [treefmt-check]  } [treefmt-check] -.search-result-preview+.search-result-preview { [treefmt-check] - margin-top:.25rem [treefmt-check] +.search-result-preview + .search-result-preview { [treefmt-check] + margin-top: 0.25rem; [treefmt-check]  } [treefmt-check]  .search-result-highlight { [treefmt-check] - font-weight:bold [treefmt-check] + font-weight: bold; [treefmt-check]  } [treefmt-check]  .search-no-result { [treefmt-check] - padding:.5rem .75rem [treefmt-check] + padding: 0.5rem 0.75rem; [treefmt-check]  } [treefmt-check]  .search-no-result { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .search-no-result { [treefmt-check] - font-size:.875rem !important [treefmt-check] + font-size: 0.875rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .search-button { [treefmt-check] - position:fixed; [treefmt-check] - right:1rem; [treefmt-check] - bottom:1rem; [treefmt-check] - display:flex; [treefmt-check] - width:3.5rem; [treefmt-check] - height:3.5rem; [treefmt-check] - background-color:#fff; [treefmt-check] - border:1px solid rgba(114,83,237,0.3); [treefmt-check] - border-radius:1.75rem; [treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08); [treefmt-check] - align-items:center; [treefmt-check] - justify-content:center [treefmt-check] + position: fixed; [treefmt-check] + right: 1rem; [treefmt-check] + bottom: 1rem; [treefmt-check] + display: flex; [treefmt-check] + width: 3.5rem; [treefmt-check] + height: 3.5rem; [treefmt-check] + background-color: #fff; [treefmt-check] + border: 1px solid rgba(114, 83, 237, 0.3); [treefmt-check] + border-radius: 1.75rem; [treefmt-check] + box-shadow: [treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12), [treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08); [treefmt-check] + align-items: center; [treefmt-check] + justify-content: center; [treefmt-check]  } [treefmt-check]  .search-overlay { [treefmt-check] - position:fixed; [treefmt-check] - top:0; [treefmt-check] - left:0; [treefmt-check] - z-index:1; [treefmt-check] - width:0; [treefmt-check] - height:0; [treefmt-check] - background-color:rgba(0,0,0,0.3); [treefmt-check] - opacity:0; [treefmt-check] - transition:opacity ease 400ms,width 0s 400ms,height 0s 400ms [treefmt-check] + position: fixed; [treefmt-check] + top: 0; [treefmt-check] + left: 0; [treefmt-check] + z-index: 1; [treefmt-check] + width: 0; [treefmt-check] + height: 0; [treefmt-check] + background-color: rgba(0, 0, 0, 0.3); [treefmt-check] + opacity: 0; [treefmt-check] + transition: [treefmt-check] + opacity ease 400ms, [treefmt-check] + width 0s 400ms, [treefmt-check] + height 0s 400ms; [treefmt-check]  } [treefmt-check]  .search-active .search { [treefmt-check] - position:fixed; [treefmt-check] - top:0; [treefmt-check] - left:0; [treefmt-check] - width:100%; [treefmt-check] - height:100%; [treefmt-check] - padding:0 [treefmt-check] + position: fixed; [treefmt-check] + top: 0; [treefmt-check] + left: 0; [treefmt-check] + width: 100%; [treefmt-check] + height: 100%; [treefmt-check] + padding: 0; [treefmt-check]  } [treefmt-check]  .search-active .search-input-wrap { [treefmt-check] - height:4rem; [treefmt-check] - border-radius:0 [treefmt-check] + height: 4rem; [treefmt-check] + border-radius: 0; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .search-active .search-input-wrap { [treefmt-check] - width:33.5rem; [treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08) [treefmt-check] + width: 33.5rem; [treefmt-check] + box-shadow: [treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12), [treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08); [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .search-active .search-input { [treefmt-check] - background-color:#fff [treefmt-check] + background-color: #fff; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .search-active .search-input { [treefmt-check] - padding-left:2.3rem [treefmt-check] + padding-left: 2.3rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .search-active .search-label { [treefmt-check] - padding-left:0.6rem [treefmt-check] + padding-left: 0.6rem; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .search-active .search-results { [treefmt-check] - display:block [treefmt-check] + display: block; [treefmt-check]  } [treefmt-check]  .search-active .search-overlay { [treefmt-check] - width:100%; [treefmt-check] - height:100%; [treefmt-check] - opacity:1; [treefmt-check] - transition:opacity ease 400ms,width 0s,height 0s [treefmt-check] + width: 100%; [treefmt-check] + height: 100%; [treefmt-check] + opacity: 1; [treefmt-check] + transition: [treefmt-check] + opacity ease 400ms, [treefmt-check] + width 0s, [treefmt-check] + height 0s; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .search-active .main { [treefmt-check] - position:fixed; [treefmt-check] - right:0; [treefmt-check] - left:0 [treefmt-check] + position: fixed; [treefmt-check] + right: 0; [treefmt-check] + left: 0; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .search-active .main-header { [treefmt-check] - padding-top:4rem [treefmt-check] + padding-top: 4rem; [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .search-active .main-header { [treefmt-check] - padding-top:0 [treefmt-check] + padding-top: 0; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .table-wrapper { [treefmt-check] - display:block; [treefmt-check] - width:100%; [treefmt-check] - max-width:100%; [treefmt-check] - margin-bottom:1.5rem; [treefmt-check] - overflow-x:auto; [treefmt-check] - border-radius:4px; [treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08) [treefmt-check] + display: block; [treefmt-check] + width: 100%; [treefmt-check] + max-width: 100%; [treefmt-check] + margin-bottom: 1.5rem; [treefmt-check] + overflow-x: auto; [treefmt-check] + border-radius: 4px; [treefmt-check] + box-shadow: [treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12), [treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08); [treefmt-check]  } [treefmt-check]  table { [treefmt-check] - display:table; [treefmt-check] - min-width:100%; [treefmt-check] - border-collapse:separate [treefmt-check] + display: table; [treefmt-check] + min-width: 100%; [treefmt-check] + border-collapse: separate; [treefmt-check]  } [treefmt-check]  th, [treefmt-check]  td { [treefmt-check]  /*! min-width:7.5rem; */ [treefmt-check] - padding:.5rem .75rem; [treefmt-check] - background-color:#fff; [treefmt-check] - border-bottom:1px solid rgba(238,235,238,0.5); [treefmt-check] - border-left:1px solid #eeebee; [treefmt-check] + padding: 0.5rem 0.75rem; [treefmt-check] + background-color: #fff; [treefmt-check] + border-bottom: 1px solid rgba(238, 235, 238, 0.5); [treefmt-check] + border-left: 1px solid #eeebee; [treefmt-check]  } [treefmt-check]  th, [treefmt-check]  td { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  th, [treefmt-check]  td { [treefmt-check] - font-size:.875rem !important [treefmt-check] + font-size: 0.875rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  th:first-of-type, [treefmt-check]  td:first-of-type { [treefmt-check] - border-left:0 [treefmt-check] + border-left: 0; [treefmt-check]  } [treefmt-check]  tbody tr:last-of-type th, [treefmt-check]  tbody tr:last-of-type td { [treefmt-check] - border-bottom:0 [treefmt-check] + border-bottom: 0; [treefmt-check]  } [treefmt-check]  tbody tr:last-of-type td { [treefmt-check] - padding-bottom:.75rem [treefmt-check] + padding-bottom: 0.75rem; [treefmt-check]  } [treefmt-check]  thead th { [treefmt-check] - border-bottom:1px solid #eeebee [treefmt-check] + border-bottom: 1px solid #eeebee; [treefmt-check]  } [treefmt-check] -:not(pre, [treefmt-check] -figure)>code { [treefmt-check] - padding:0.2em 0.15em; [treefmt-check] - font-weight:400; [treefmt-check] - background-color:#fff; [treefmt-check] - border:1px solid #eeebee; [treefmt-check] - border-radius:4px [treefmt-check] +:not(pre, figure) > code { [treefmt-check] + padding: 0.2em 0.15em; [treefmt-check] + font-weight: 400; [treefmt-check] + background-color: #fff; [treefmt-check] + border: 1px solid #eeebee; [treefmt-check] + border-radius: 4px; [treefmt-check]  } [treefmt-check]  a:visited code { [treefmt-check] - border-color:#eeebee [treefmt-check] + border-color: #eeebee; [treefmt-check]  } [treefmt-check]  div.highlighter-rouge, [treefmt-check] -div.listingblock>div.content, [treefmt-check] +div.listingblock > div.content, [treefmt-check]  figure.highlight { [treefmt-check] - margin-top:0; [treefmt-check] - margin-bottom:.75rem; [treefmt-check] - background-color:#fff; [treefmt-check] - border-radius:4px; [treefmt-check] - box-shadow:none; [treefmt-check] - -webkit-overflow-scrolling:touch; [treefmt-check] - position:relative; [treefmt-check] - padding:0 [treefmt-check] -} [treefmt-check] -div.highlighter-rouge>button, [treefmt-check] -div.listingblock>div.content>button, [treefmt-check] -figure.highlight>button { [treefmt-check] - width:.75rem; [treefmt-check] - opacity:0; [treefmt-check] - position:absolute; [treefmt-check] - top:0; [treefmt-check] - right:0; [treefmt-check] - padding:.75rem; [treefmt-check] - border:none; [treefmt-check] - background:none; [treefmt-check] - color:#5c5962; [treefmt-check] - box-sizing:content-box [treefmt-check] -} [treefmt-check] -div.highlighter-rouge>button svg, [treefmt-check] -div.listingblock>div.content>button svg, [treefmt-check] -figure.highlight>button svg { [treefmt-check] - fill:#5c5962 [treefmt-check] -} [treefmt-check] -div.highlighter-rouge>button:active, [treefmt-check] -div.listingblock>div.content>button:active, [treefmt-check] -figure.highlight>button:active { [treefmt-check] - text-decoration:none; [treefmt-check] - outline:none; [treefmt-check] - opacity:1 [treefmt-check] -} [treefmt-check] -div.highlighter-rouge>button:focus, [treefmt-check] -div.listingblock>div.content>button:focus, [treefmt-check] -figure.highlight>button:focus { [treefmt-check] - opacity:1; [treefmt-check] - outline:2px solid #7253ed [treefmt-check] -} [treefmt-check] -div.highlighter-rouge:hover>button, [treefmt-check] -div.listingblock>div.content:hover>button, [treefmt-check] -figure.highlight:hover>button { [treefmt-check] - cursor:copy; [treefmt-check] - opacity:1 [treefmt-check] + margin-top: 0; [treefmt-check] + margin-bottom: 0.75rem; [treefmt-check] + background-color: #fff; [treefmt-check] + border-radius: 4px; [treefmt-check] + box-shadow: none; [treefmt-check] + -webkit-overflow-scrolling: touch; [treefmt-check] + position: relative; [treefmt-check] + padding: 0; [treefmt-check] +} [treefmt-check] +div.highlighter-rouge > button, [treefmt-check] +div.listingblock > div.content > button, [treefmt-check] +figure.highlight > button { [treefmt-check] + width: 0.75rem; [treefmt-check] + opacity: 0; [treefmt-check] + position: absolute; [treefmt-check] + top: 0; [treefmt-check] + right: 0; [treefmt-check] + padding: 0.75rem; [treefmt-check] + border: none; [treefmt-check] + background: none; [treefmt-check] + color: #5c5962; [treefmt-check] + box-sizing: content-box; [treefmt-check] +} [treefmt-check] +div.highlighter-rouge > button svg, [treefmt-check] +div.listingblock > div.content > button svg, [treefmt-check] +figure.highlight > button svg { [treefmt-check] + fill: #5c5962; [treefmt-check] +} [treefmt-check] +div.highlighter-rouge > button:active, [treefmt-check] +div.listingblock > div.content > button:active, [treefmt-check] +figure.highlight > button:active { [treefmt-check] + text-decoration: none; [treefmt-check] + outline: none; [treefmt-check] + opacity: 1; [treefmt-check] +} [treefmt-check] +div.highlighter-rouge > button:focus, [treefmt-check] +div.listingblock > div.content > button:focus, [treefmt-check] +figure.highlight > button:focus { [treefmt-check] + opacity: 1; [treefmt-check] + outline: 2px solid #7253ed; [treefmt-check] +} [treefmt-check] +div.highlighter-rouge:hover > button, [treefmt-check] +div.listingblock > div.content:hover > button, [treefmt-check] +figure.highlight:hover > button { [treefmt-check] + cursor: copy; [treefmt-check] + opacity: 1; [treefmt-check]  } [treefmt-check]  div.highlighter-rouge div.highlight { [treefmt-check] - overflow-x:auto; [treefmt-check] - padding:.75rem; [treefmt-check] - margin:0; [treefmt-check] - border:1px solid #5c5962; [treefmt-check] - border-radius:4px [treefmt-check] + overflow-x: auto; [treefmt-check] + padding: 0.75rem; [treefmt-check] + margin: 0; [treefmt-check] + border: 1px solid #5c5962; [treefmt-check] + border-radius: 4px; [treefmt-check]  } [treefmt-check]  div.highlighter-rouge pre.highlight, [treefmt-check]  div.highlighter-rouge code { [treefmt-check] - padding:0; [treefmt-check] - margin:0; [treefmt-check] - border:0 [treefmt-check] + padding: 0; [treefmt-check] + margin: 0; [treefmt-check] + border: 0; [treefmt-check]  } [treefmt-check]  div.listingblock { [treefmt-check] - margin-top:0; [treefmt-check] - margin-bottom:.75rem [treefmt-check] + margin-top: 0; [treefmt-check] + margin-bottom: 0.75rem; [treefmt-check]  } [treefmt-check]  div.listingblock div.content { [treefmt-check] - overflow-x:auto; [treefmt-check] - padding:.75rem; [treefmt-check] - margin:0; [treefmt-check] - border:1px solid #5c5962; [treefmt-check] - border-radius:4px [treefmt-check] + overflow-x: auto; [treefmt-check] + padding: 0.75rem; [treefmt-check] + margin: 0; [treefmt-check] + border: 1px solid #5c5962; [treefmt-check] + border-radius: 4px; [treefmt-check]  } [treefmt-check] -div.listingblock div.content>pre, [treefmt-check] +div.listingblock div.content > pre, [treefmt-check]  div.listingblock code { [treefmt-check] - padding:0; [treefmt-check] - margin:0; [treefmt-check] - border:0 [treefmt-check] + padding: 0; [treefmt-check] + margin: 0; [treefmt-check] + border: 0; [treefmt-check]  } [treefmt-check]  figure.highlight pre, [treefmt-check] -figure.highlight :not(pre)>code { [treefmt-check] - overflow-x:auto; [treefmt-check] - padding:.75rem; [treefmt-check] - margin:0; [treefmt-check] - border:1px solid #5c5962; [treefmt-check] - border-radius:4px [treefmt-check] +figure.highlight :not(pre) > code { [treefmt-check] + overflow-x: auto; [treefmt-check] + padding: 0.75rem; [treefmt-check] + margin: 0; [treefmt-check] + border: 1px solid #5c5962; [treefmt-check] + border-radius: 4px; [treefmt-check]  } [treefmt-check]  .highlight .table-wrapper { [treefmt-check] - padding:.75rem 0; [treefmt-check] - margin:0; [treefmt-check] - border:0; [treefmt-check] - box-shadow:none [treefmt-check] + padding: 0.75rem 0; [treefmt-check] + margin: 0; [treefmt-check] + border: 0; [treefmt-check] + box-shadow: none; [treefmt-check]  } [treefmt-check]  .highlight .table-wrapper td, [treefmt-check]  .highlight .table-wrapper pre { [treefmt-check] - min-width:0; [treefmt-check] - padding:0; [treefmt-check] - background-color:#fff; [treefmt-check] - border:0 [treefmt-check] + min-width: 0; [treefmt-check] + padding: 0; [treefmt-check] + background-color: #fff; [treefmt-check] + border: 0; [treefmt-check]  } [treefmt-check]  .highlight .table-wrapper td, [treefmt-check]  .highlight .table-wrapper pre { [treefmt-check] - font-size:.6875rem !important [treefmt-check] + font-size: 0.6875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .highlight .table-wrapper td, [treefmt-check]  .highlight .table-wrapper pre { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .highlight .table-wrapper td.gl { [treefmt-check] - width:1em; [treefmt-check] - padding-right:.75rem; [treefmt-check] - padding-left:.75rem [treefmt-check] + width: 1em; [treefmt-check] + padding-right: 0.75rem; [treefmt-check] + padding-left: 0.75rem; [treefmt-check]  } [treefmt-check]  .highlight .table-wrapper pre { [treefmt-check] - margin:0; [treefmt-check] - line-height:2 [treefmt-check] + margin: 0; [treefmt-check] + line-height: 2; [treefmt-check]  } [treefmt-check]  .code-example, [treefmt-check] -.listingblock>.title { [treefmt-check] - padding:.75rem; [treefmt-check] - margin-bottom:.75rem; [treefmt-check] - overflow:auto; [treefmt-check] - border:1px solid #eeebee; [treefmt-check] - border-radius:4px [treefmt-check] -} [treefmt-check] -.code-example+.highlighter-rouge, [treefmt-check] -.code-example+.sectionbody .listingblock, [treefmt-check] -.code-example+.content, [treefmt-check] -.code-example+figure.highlight, [treefmt-check] -.listingblock>.title+.highlighter-rouge, [treefmt-check] -.listingblock>.title+.sectionbody .listingblock, [treefmt-check] -.listingblock>.title+.content, [treefmt-check] -.listingblock>.title+figure.highlight { [treefmt-check] - position:relative; [treefmt-check] - margin-top:-1rem; [treefmt-check] - border-right:1px solid #eeebee; [treefmt-check] - border-bottom:1px solid #eeebee; [treefmt-check] - border-left:1px solid #eeebee; [treefmt-check] - border-top-left-radius:0; [treefmt-check] - border-top-right-radius:0 [treefmt-check] +.listingblock > .title { [treefmt-check] + padding: 0.75rem; [treefmt-check] + margin-bottom: 0.75rem; [treefmt-check] + overflow: auto; [treefmt-check] + border: 1px solid #eeebee; [treefmt-check] + border-radius: 4px; [treefmt-check] +} [treefmt-check] +.code-example + .highlighter-rouge, [treefmt-check] +.code-example + .sectionbody .listingblock, [treefmt-check] +.code-example + .content, [treefmt-check] +.code-example + figure.highlight, [treefmt-check] +.listingblock > .title + .highlighter-rouge, [treefmt-check] +.listingblock > .title + .sectionbody .listingblock, [treefmt-check] +.listingblock > .title + .content, [treefmt-check] +.listingblock > .title + figure.highlight { [treefmt-check] + position: relative; [treefmt-check] + margin-top: -1rem; [treefmt-check] + border-right: 1px solid #eeebee; [treefmt-check] + border-bottom: 1px solid #eeebee; [treefmt-check] + border-left: 1px solid #eeebee; [treefmt-check] + border-top-left-radius: 0; [treefmt-check] + border-top-right-radius: 0; [treefmt-check]  } [treefmt-check]  code.language-mermaid { [treefmt-check] - padding:0; [treefmt-check] - background-color:inherit; [treefmt-check] - border:0 [treefmt-check] + padding: 0; [treefmt-check] + background-color: inherit; [treefmt-check] + border: 0; [treefmt-check]  } [treefmt-check]  .highlight, [treefmt-check]  pre.highlight { [treefmt-check] - background:#fff; [treefmt-check] - color:#5c5962 [treefmt-check] + background: #fff; [treefmt-check] + color: #5c5962; [treefmt-check]  } [treefmt-check]  .highlight pre { [treefmt-check] - background:#fff [treefmt-check] + background: #fff; [treefmt-check]  } [treefmt-check]  .text-grey-dk-000 { [treefmt-check] - color:#959396 !important [treefmt-check] + color: #959396 !important; [treefmt-check]  } [treefmt-check]  .text-grey-dk-100 { [treefmt-check] - color:#5c5962 !important [treefmt-check] + color: #5c5962 !important; [treefmt-check]  } [treefmt-check]  .text-grey-dk-200 { [treefmt-check] - color:#44434d !important [treefmt-check] + color: #44434d !important; [treefmt-check]  } [treefmt-check]  .text-grey-dk-250 { [treefmt-check] - color:#302d36 !important [treefmt-check] + color: #302d36 !important; [treefmt-check]  } [treefmt-check]  .text-grey-dk-300 { [treefmt-check] - color:#27262b !important [treefmt-check] + color: #27262b !important; [treefmt-check]  } [treefmt-check]  .text-grey-lt-000 { [treefmt-check] - color:#f5f6fa !important [treefmt-check] + color: #f5f6fa !important; [treefmt-check]  } [treefmt-check]  .text-grey-lt-100 { [treefmt-check] - color:#eeebee !important [treefmt-check] + color: #eeebee !important; [treefmt-check]  } [treefmt-check]  .text-grey-lt-200 { [treefmt-check] - color:#ecebed !important [treefmt-check] + color: #ecebed !important; [treefmt-check]  } [treefmt-check]  .text-grey-lt-300 { [treefmt-check] - color:#e6e1e8 !important [treefmt-check] + color: #e6e1e8 !important; [treefmt-check]  } [treefmt-check]  .text-blue-000 { [treefmt-check] - color:#2c84fa !important [treefmt-check] + color: #2c84fa !important; [treefmt-check]  } [treefmt-check]  .text-blue-100 { [treefmt-check] - color:#2869e6 !important [treefmt-check] + color: #2869e6 !important; [treefmt-check]  } [treefmt-check]  .text-blue-200 { [treefmt-check] - color:#264caf !important [treefmt-check] + color: #264caf !important; [treefmt-check]  } [treefmt-check]  .text-blue-300 { [treefmt-check] - color:#183385 !important [treefmt-check] + color: #183385 !important; [treefmt-check]  } [treefmt-check]  .text-green-000 { [treefmt-check] - color:#41d693 !important [treefmt-check] + color: #41d693 !important; [treefmt-check]  } [treefmt-check]  .text-green-100 { [treefmt-check] - color:#11b584 !important [treefmt-check] + color: #11b584 !important; [treefmt-check]  } [treefmt-check]  .text-green-200 { [treefmt-check] - color:#009c7b !important [treefmt-check] + color: #009c7b !important; [treefmt-check]  } [treefmt-check]  .text-green-300 { [treefmt-check] - color:#026e57 !important [treefmt-check] + color: #026e57 !important; [treefmt-check]  } [treefmt-check]  .text-purple-000 { [treefmt-check] - color:#7253ed !important [treefmt-check] + color: #7253ed !important; [treefmt-check]  } [treefmt-check]  .text-purple-100 { [treefmt-check] - color:#5e41d0 !important [treefmt-check] + color: #5e41d0 !important; [treefmt-check]  } [treefmt-check]  .text-purple-200 { [treefmt-check] - color:#4e26af !important [treefmt-check] + color: #4e26af !important; [treefmt-check]  } [treefmt-check]  .text-purple-300 { [treefmt-check] - color:#381885 !important [treefmt-check] + color: #381885 !important; [treefmt-check]  } [treefmt-check]  .text-yellow-000 { [treefmt-check] - color:#ffeb82 !important [treefmt-check] + color: #ffeb82 !important; [treefmt-check]  } [treefmt-check]  .text-yellow-100 { [treefmt-check] - color:#fadf50 !important [treefmt-check] + color: #fadf50 !important; [treefmt-check]  } [treefmt-check]  .text-yellow-200 { [treefmt-check] - color:#f7d12e !important [treefmt-check] + color: #f7d12e !important; [treefmt-check]  } [treefmt-check]  .text-yellow-300 { [treefmt-check] - color:#e7af06 !important [treefmt-check] + color: #e7af06 !important; [treefmt-check]  } [treefmt-check]  .text-red-000 { [treefmt-check] - color:#f77e7e !important [treefmt-check] + color: #f77e7e !important; [treefmt-check]  } [treefmt-check]  .text-red-100 { [treefmt-check] - color:#f96e65 !important [treefmt-check] + color: #f96e65 !important; [treefmt-check]  } [treefmt-check]  .text-red-200 { [treefmt-check] - color:#e94c4c !important [treefmt-check] + color: #e94c4c !important; [treefmt-check]  } [treefmt-check]  .text-red-300 { [treefmt-check] - color:#dd2e2e !important [treefmt-check] + color: #dd2e2e !important; [treefmt-check]  } [treefmt-check]  .bg-grey-dk-000 { [treefmt-check] - background-color:#959396 !important [treefmt-check] + background-color: #959396 !important; [treefmt-check]  } [treefmt-check]  .bg-grey-dk-100 { [treefmt-check] - background-color:#5c5962 !important [treefmt-check] + background-color: #5c5962 !important; [treefmt-check]  } [treefmt-check]  .bg-grey-dk-200 { [treefmt-check] - background-color:#44434d !important [treefmt-check] + background-color: #44434d !important; [treefmt-check]  } [treefmt-check]  .bg-grey-dk-250 { [treefmt-check] - background-color:#302d36 !important [treefmt-check] + background-color: #302d36 !important; [treefmt-check]  } [treefmt-check]  .bg-grey-dk-300 { [treefmt-check] - background-color:#27262b !important [treefmt-check] + background-color: #27262b !important; [treefmt-check]  } [treefmt-check]  .bg-grey-lt-000 { [treefmt-check] - background-color:#f5f6fa !important [treefmt-check] + background-color: #f5f6fa !important; [treefmt-check]  } [treefmt-check]  .bg-grey-lt-100 { [treefmt-check] - background-color:#eeebee !important [treefmt-check] + background-color: #eeebee !important; [treefmt-check]  } [treefmt-check]  .bg-grey-lt-200 { [treefmt-check] - background-color:#ecebed !important [treefmt-check] + background-color: #ecebed !important; [treefmt-check]  } [treefmt-check]  .bg-grey-lt-300 { [treefmt-check] - background-color:#e6e1e8 !important [treefmt-check] + background-color: #e6e1e8 !important; [treefmt-check]  } [treefmt-check]  .bg-blue-000 { [treefmt-check] - background-color:#2c84fa !important [treefmt-check] + background-color: #2c84fa !important; [treefmt-check]  } [treefmt-check]  .bg-blue-100 { [treefmt-check] - background-color:#2869e6 !important [treefmt-check] + background-color: #2869e6 !important; [treefmt-check]  } [treefmt-check]  .bg-blue-200 { [treefmt-check] - background-color:#264caf !important [treefmt-check] + background-color: #264caf !important; [treefmt-check]  } [treefmt-check]  .bg-blue-300 { [treefmt-check] - background-color:#183385 !important [treefmt-check] + background-color: #183385 !important; [treefmt-check]  } [treefmt-check]  .bg-green-000 { [treefmt-check] - background-color:#41d693 !important [treefmt-check] + background-color: #41d693 !important; [treefmt-check]  } [treefmt-check]  .bg-green-100 { [treefmt-check] - background-color:#11b584 !important [treefmt-check] + background-color: #11b584 !important; [treefmt-check]  } [treefmt-check]  .bg-green-200 { [treefmt-check] - background-color:#009c7b !important [treefmt-check] + background-color: #009c7b !important; [treefmt-check]  } [treefmt-check]  .bg-green-300 { [treefmt-check] - background-color:#026e57 !important [treefmt-check] + background-color: #026e57 !important; [treefmt-check]  } [treefmt-check]  .bg-purple-000 { [treefmt-check] - background-color:#7253ed !important [treefmt-check] + background-color: #7253ed !important; [treefmt-check]  } [treefmt-check]  .bg-purple-100 { [treefmt-check] - background-color:#5e41d0 !important [treefmt-check] + background-color: #5e41d0 !important; [treefmt-check]  } [treefmt-check]  .bg-purple-200 { [treefmt-check] - background-color:#4e26af !important [treefmt-check] + background-color: #4e26af !important; [treefmt-check]  } [treefmt-check]  .bg-purple-300 { [treefmt-check] - background-color:#381885 !important [treefmt-check] + background-color: #381885 !important; [treefmt-check]  } [treefmt-check]  .bg-yellow-000 { [treefmt-check] - background-color:#ffeb82 !important [treefmt-check] + background-color: #ffeb82 !important; [treefmt-check]  } [treefmt-check]  .bg-yellow-100 { [treefmt-check] - background-color:#fadf50 !important [treefmt-check] + background-color: #fadf50 !important; [treefmt-check]  } [treefmt-check]  .bg-yellow-200 { [treefmt-check] - background-color:#f7d12e !important [treefmt-check] + background-color: #f7d12e !important; [treefmt-check]  } [treefmt-check]  .bg-yellow-300 { [treefmt-check] - background-color:#e7af06 !important [treefmt-check] + background-color: #e7af06 !important; [treefmt-check]  } [treefmt-check]  .bg-red-000 { [treefmt-check] - background-color:#f77e7e !important [treefmt-check] + background-color: #f77e7e !important; [treefmt-check]  } [treefmt-check]  .bg-red-100 { [treefmt-check] - background-color:#f96e65 !important [treefmt-check] + background-color: #f96e65 !important; [treefmt-check]  } [treefmt-check]  .bg-red-200 { [treefmt-check] - background-color:#e94c4c !important [treefmt-check] + background-color: #e94c4c !important; [treefmt-check]  } [treefmt-check]  .bg-red-300 { [treefmt-check] - background-color:#dd2e2e !important [treefmt-check] + background-color: #dd2e2e !important; [treefmt-check]  } [treefmt-check]  .d-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  .sr-only { [treefmt-check] - position:absolute; [treefmt-check] - width:1px; [treefmt-check] - height:1px; [treefmt-check] - padding:0; [treefmt-check] - margin:-1px; [treefmt-check] - overflow:hidden; [treefmt-check] - clip-path:inset(50%); [treefmt-check] - white-space:nowrap; [treefmt-check] - border-width:0 [treefmt-check] + position: absolute; [treefmt-check] + width: 1px; [treefmt-check] + height: 1px; [treefmt-check] + padding: 0; [treefmt-check] + margin: -1px; [treefmt-check] + overflow: hidden; [treefmt-check] + clip-path: inset(50%); [treefmt-check] + white-space: nowrap; [treefmt-check] + border-width: 0; [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .d-xs-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xs-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xs-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .d-xs-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xs-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xs-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .d-xs-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xs-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xs-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .d-xs-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xs-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xs-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .d-xs-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xs-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xs-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .d-xs-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xs-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xs-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .d-xs-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xs-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xs-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .d-xs-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xs-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xs-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .d-xs-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xs-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xs-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .d-xs-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xs-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xs-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .d-xs-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xs-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xs-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xs-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .d-sm-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-sm-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-sm-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .d-sm-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-sm-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-sm-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .d-sm-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-sm-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-sm-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .d-sm-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-sm-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-sm-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .d-sm-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-sm-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-sm-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .d-sm-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-sm-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-sm-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .d-sm-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-sm-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-sm-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .d-sm-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-sm-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-sm-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .d-sm-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-sm-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-sm-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .d-sm-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-sm-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-sm-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .d-sm-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-sm-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-sm-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-sm-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .d-md-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-md-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-md-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-md-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-md-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .d-md-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-md-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-md-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-md-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-md-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .d-md-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-md-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-md-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-md-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-md-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .d-md-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-md-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-md-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-md-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-md-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .d-md-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-md-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-md-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-md-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-md-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .d-md-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-md-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-md-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-md-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-md-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .d-md-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-md-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-md-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-md-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-md-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .d-md-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-md-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-md-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-md-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-md-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .d-md-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-md-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-md-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-md-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-md-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .d-md-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-md-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-md-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-md-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-md-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .d-md-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-md-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-md-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-md-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-md-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .d-lg-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-lg-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-lg-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .d-lg-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-lg-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-lg-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .d-lg-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-lg-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-lg-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .d-lg-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-lg-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-lg-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .d-lg-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-lg-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-lg-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .d-lg-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-lg-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-lg-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .d-lg-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-lg-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-lg-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .d-lg-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-lg-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-lg-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .d-lg-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-lg-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-lg-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .d-lg-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-lg-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-lg-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .d-lg-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-lg-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-lg-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-lg-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .d-xl-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xl-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xl-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .d-xl-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xl-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xl-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .d-xl-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xl-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xl-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .d-xl-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xl-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xl-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .d-xl-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xl-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xl-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .d-xl-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xl-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xl-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .d-xl-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xl-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xl-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .d-xl-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xl-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xl-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .d-xl-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xl-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xl-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .d-xl-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xl-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xl-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .d-xl-block { [treefmt-check] - display:block !important [treefmt-check] + display: block !important; [treefmt-check]  } [treefmt-check]  .d-xl-flex { [treefmt-check] - display:flex !important [treefmt-check] + display: flex !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline { [treefmt-check] - display:inline !important [treefmt-check] + display: inline !important; [treefmt-check]  } [treefmt-check]  .d-xl-inline-block { [treefmt-check] - display:inline-block !important [treefmt-check] + display: inline-block !important; [treefmt-check]  } [treefmt-check]  .d-xl-none { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .float-left { [treefmt-check] - float:left !important [treefmt-check] + float: left !important; [treefmt-check]  } [treefmt-check]  .float-right { [treefmt-check] - float:right !important [treefmt-check] + float: right !important; [treefmt-check]  } [treefmt-check]  .flex-justify-start { [treefmt-check] - justify-content:flex-start !important [treefmt-check] + justify-content: flex-start !important; [treefmt-check]  } [treefmt-check]  .flex-justify-end { [treefmt-check] - justify-content:flex-end !important [treefmt-check] + justify-content: flex-end !important; [treefmt-check]  } [treefmt-check]  .flex-justify-between { [treefmt-check] - justify-content:space-between !important [treefmt-check] + justify-content: space-between !important; [treefmt-check]  } [treefmt-check]  .flex-justify-around { [treefmt-check] - justify-content:space-around !important [treefmt-check] + justify-content: space-around !important; [treefmt-check]  } [treefmt-check]  .v-align-baseline { [treefmt-check] - vertical-align:baseline !important [treefmt-check] + vertical-align: baseline !important; [treefmt-check]  } [treefmt-check]  .v-align-bottom { [treefmt-check] - vertical-align:bottom !important [treefmt-check] + vertical-align: bottom !important; [treefmt-check]  } [treefmt-check]  .v-align-middle { [treefmt-check] - vertical-align:middle !important [treefmt-check] + vertical-align: middle !important; [treefmt-check]  } [treefmt-check]  .v-align-text-bottom { [treefmt-check] - vertical-align:text-bottom !important [treefmt-check] + vertical-align: text-bottom !important; [treefmt-check]  } [treefmt-check]  .v-align-text-top { [treefmt-check] - vertical-align:text-top !important [treefmt-check] + vertical-align: text-top !important; [treefmt-check]  } [treefmt-check]  .v-align-top { [treefmt-check] - vertical-align:top !important [treefmt-check] + vertical-align: top !important; [treefmt-check]  } [treefmt-check]  .fs-1 { [treefmt-check] - font-size:.5625rem !important [treefmt-check] + font-size: 0.5625rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .fs-1 { [treefmt-check] - font-size:.625rem !important [treefmt-check] + font-size: 0.625rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .fs-2 { [treefmt-check] - font-size:.6875rem !important [treefmt-check] + font-size: 0.6875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .fs-2 { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .fs-3 { [treefmt-check] - font-size:.75rem !important [treefmt-check] + font-size: 0.75rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .fs-3 { [treefmt-check] - font-size:.875rem !important [treefmt-check] + font-size: 0.875rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .fs-4 { [treefmt-check] - font-size:.875rem !important [treefmt-check] + font-size: 0.875rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .fs-4 { [treefmt-check] - font-size:1rem !important [treefmt-check] + font-size: 1rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .fs-5 { [treefmt-check] - font-size:1rem !important [treefmt-check] + font-size: 1rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .fs-5 { [treefmt-check] - font-size:1.125rem !important [treefmt-check] + font-size: 1.125rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .fs-6 { [treefmt-check] - font-size:1.125rem !important [treefmt-check] + font-size: 1.125rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .fs-6 { [treefmt-check] - font-size:1.5rem !important; [treefmt-check] - line-height:1.25 [treefmt-check] + font-size: 1.5rem !important; [treefmt-check] + line-height: 1.25; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .fs-7 { [treefmt-check] - font-size:1.5rem !important; [treefmt-check] - line-height:1.25 [treefmt-check] + font-size: 1.5rem !important; [treefmt-check] + line-height: 1.25; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .fs-7 { [treefmt-check] - font-size:2rem !important [treefmt-check] + font-size: 2rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .fs-8 { [treefmt-check] - font-size:2rem !important; [treefmt-check] - line-height:1.25 [treefmt-check] + font-size: 2rem !important; [treefmt-check] + line-height: 1.25; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .fs-8 { [treefmt-check] - font-size:2.25rem !important [treefmt-check] + font-size: 2.25rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .fs-9 { [treefmt-check] - font-size:2.25rem !important; [treefmt-check] - line-height:1.25 [treefmt-check] + font-size: 2.25rem !important; [treefmt-check] + line-height: 1.25; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .fs-9 { [treefmt-check] - font-size:2.625rem !important [treefmt-check] + font-size: 2.625rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .fs-10 { [treefmt-check] - font-size:2.625rem !important; [treefmt-check] - line-height:1.25 [treefmt-check] + font-size: 2.625rem !important; [treefmt-check] + line-height: 1.25; [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .fs-10 { [treefmt-check] - font-size:3rem !important [treefmt-check] + font-size: 3rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .fw-300 { [treefmt-check] - font-weight:300 !important [treefmt-check] + font-weight: 300 !important; [treefmt-check]  } [treefmt-check]  .fw-400 { [treefmt-check] - font-weight:400 !important [treefmt-check] + font-weight: 400 !important; [treefmt-check]  } [treefmt-check]  .fw-500 { [treefmt-check] - font-weight:500 !important [treefmt-check] + font-weight: 500 !important; [treefmt-check]  } [treefmt-check]  .fw-700 { [treefmt-check] - font-weight:700 !important [treefmt-check] + font-weight: 700 !important; [treefmt-check]  } [treefmt-check]  .lh-0 { [treefmt-check] - line-height:0 !important [treefmt-check] + line-height: 0 !important; [treefmt-check]  } [treefmt-check]  .lh-default { [treefmt-check] - line-height:1.4 [treefmt-check] + line-height: 1.4; [treefmt-check]  } [treefmt-check]  .lh-tight { [treefmt-check] - line-height:1.25 [treefmt-check] + line-height: 1.25; [treefmt-check]  } [treefmt-check]  .ls-5 { [treefmt-check] - letter-spacing:0.05em !important [treefmt-check] + letter-spacing: 0.05em !important; [treefmt-check]  } [treefmt-check]  .ls-10 { [treefmt-check] - letter-spacing:0.1em !important [treefmt-check] + letter-spacing: 0.1em !important; [treefmt-check]  } [treefmt-check]  .ls-0 { [treefmt-check] - letter-spacing:0 !important [treefmt-check] + letter-spacing: 0 !important; [treefmt-check]  } [treefmt-check]  .text-uppercase { [treefmt-check] - text-transform:uppercase !important [treefmt-check] + text-transform: uppercase !important; [treefmt-check]  } [treefmt-check]  .list-style-none { [treefmt-check] - padding:0 !important; [treefmt-check] - margin:0 !important; [treefmt-check] - list-style:none !important [treefmt-check] + padding: 0 !important; [treefmt-check] + margin: 0 !important; [treefmt-check] + list-style: none !important; [treefmt-check]  } [treefmt-check]  .list-style-none li::before { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  .mx-auto { [treefmt-check] - margin-right:auto !important; [treefmt-check] - margin-left:auto !important [treefmt-check] + margin-right: auto !important; [treefmt-check] + margin-left: auto !important; [treefmt-check]  } [treefmt-check]  .m-0 { [treefmt-check] - margin:0 !important [treefmt-check] + margin: 0 !important; [treefmt-check]  } [treefmt-check]  .mt-0 { [treefmt-check] - margin-top:0 !important [treefmt-check] + margin-top: 0 !important; [treefmt-check]  } [treefmt-check]  .mr-0 { [treefmt-check] - margin-right:0 !important [treefmt-check] + margin-right: 0 !important; [treefmt-check]  } [treefmt-check]  .mb-0 { [treefmt-check] - margin-bottom:0 !important [treefmt-check] + margin-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .ml-0 { [treefmt-check] - margin-left:0 !important [treefmt-check] + margin-left: 0 !important; [treefmt-check]  } [treefmt-check]  .mx-0 { [treefmt-check] - margin-right:0 !important; [treefmt-check] - margin-left:0 !important [treefmt-check] + margin-right: 0 !important; [treefmt-check] + margin-left: 0 !important; [treefmt-check]  } [treefmt-check]  .my-0 { [treefmt-check] - margin-top:0 !important; [treefmt-check] - margin-bottom:0 !important [treefmt-check] + margin-top: 0 !important; [treefmt-check] + margin-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .mxn-0 { [treefmt-check] - margin-right:-0 !important; [treefmt-check] - margin-left:-0 !important [treefmt-check] + margin-right: -0 !important; [treefmt-check] + margin-left: -0 !important; [treefmt-check]  } [treefmt-check]  .mx-0-auto { [treefmt-check] - margin-right:auto !important; [treefmt-check] - margin-left:auto !important [treefmt-check] + margin-right: auto !important; [treefmt-check] + margin-left: auto !important; [treefmt-check]  } [treefmt-check]  .m-1 { [treefmt-check] - margin:.25rem !important [treefmt-check] + margin: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mt-1 { [treefmt-check] - margin-top:.25rem !important [treefmt-check] + margin-top: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mr-1 { [treefmt-check] - margin-right:.25rem !important [treefmt-check] + margin-right: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mb-1 { [treefmt-check] - margin-bottom:.25rem !important [treefmt-check] + margin-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .ml-1 { [treefmt-check] - margin-left:.25rem !important [treefmt-check] + margin-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mx-1 { [treefmt-check] - margin-right:.25rem !important; [treefmt-check] - margin-left:.25rem !important [treefmt-check] + margin-right: 0.25rem !important; [treefmt-check] + margin-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .my-1 { [treefmt-check] - margin-top:.25rem !important; [treefmt-check] - margin-bottom:.25rem !important [treefmt-check] + margin-top: 0.25rem !important; [treefmt-check] + margin-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mxn-1 { [treefmt-check] - margin-right:-.25rem !important; [treefmt-check] - margin-left:-.25rem !important [treefmt-check] + margin-right: -0.25rem !important; [treefmt-check] + margin-left: -0.25rem !important; [treefmt-check]  } [treefmt-check]  .mx-1-auto { [treefmt-check] - margin-right:auto !important; [treefmt-check] - margin-left:auto !important [treefmt-check] + margin-right: auto !important; [treefmt-check] + margin-left: auto !important; [treefmt-check]  } [treefmt-check]  .m-2 { [treefmt-check] - margin:.5rem !important [treefmt-check] + margin: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-2 { [treefmt-check] - margin-top:.5rem !important [treefmt-check] + margin-top: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-2 { [treefmt-check] - margin-right:.5rem !important [treefmt-check] + margin-right: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-2 { [treefmt-check] - margin-bottom:.5rem !important [treefmt-check] + margin-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-2 { [treefmt-check] - margin-left:.5rem !important [treefmt-check] + margin-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-2 { [treefmt-check] - margin-right:.5rem !important; [treefmt-check] - margin-left:.5rem !important [treefmt-check] + margin-right: 0.5rem !important; [treefmt-check] + margin-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .my-2 { [treefmt-check] - margin-top:.5rem !important; [treefmt-check] - margin-bottom:.5rem !important [treefmt-check] + margin-top: 0.5rem !important; [treefmt-check] + margin-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-2 { [treefmt-check] - margin-right:-.5rem !important; [treefmt-check] - margin-left:-.5rem !important [treefmt-check] + margin-right: -0.5rem !important; [treefmt-check] + margin-left: -0.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-2-auto { [treefmt-check] - margin-right:auto !important; [treefmt-check] - margin-left:auto !important [treefmt-check] + margin-right: auto !important; [treefmt-check] + margin-left: auto !important; [treefmt-check]  } [treefmt-check]  .m-3 { [treefmt-check] - margin:.75rem !important [treefmt-check] + margin: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mt-3 { [treefmt-check] - margin-top:.75rem !important [treefmt-check] + margin-top: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mr-3 { [treefmt-check] - margin-right:.75rem !important [treefmt-check] + margin-right: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mb-3 { [treefmt-check] - margin-bottom:.75rem !important [treefmt-check] + margin-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .ml-3 { [treefmt-check] - margin-left:.75rem !important [treefmt-check] + margin-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mx-3 { [treefmt-check] - margin-right:.75rem !important; [treefmt-check] - margin-left:.75rem !important [treefmt-check] + margin-right: 0.75rem !important; [treefmt-check] + margin-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .my-3 { [treefmt-check] - margin-top:.75rem !important; [treefmt-check] - margin-bottom:.75rem !important [treefmt-check] + margin-top: 0.75rem !important; [treefmt-check] + margin-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mxn-3 { [treefmt-check] - margin-right:-.75rem !important; [treefmt-check] - margin-left:-.75rem !important [treefmt-check] + margin-right: -0.75rem !important; [treefmt-check] + margin-left: -0.75rem !important; [treefmt-check]  } [treefmt-check]  .mx-3-auto { [treefmt-check] - margin-right:auto !important; [treefmt-check] - margin-left:auto !important [treefmt-check] + margin-right: auto !important; [treefmt-check] + margin-left: auto !important; [treefmt-check]  } [treefmt-check]  .m-4 { [treefmt-check] - margin:1rem !important [treefmt-check] + margin: 1rem !important; [treefmt-check]  } [treefmt-check]  .mt-4 { [treefmt-check] - margin-top:1rem !important [treefmt-check] + margin-top: 1rem !important; [treefmt-check]  } [treefmt-check]  .mr-4 { [treefmt-check] - margin-right:1rem !important [treefmt-check] + margin-right: 1rem !important; [treefmt-check]  } [treefmt-check]  .mb-4 { [treefmt-check] - margin-bottom:1rem !important [treefmt-check] + margin-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .ml-4 { [treefmt-check] - margin-left:1rem !important [treefmt-check] + margin-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .mx-4 { [treefmt-check] - margin-right:1rem !important; [treefmt-check] - margin-left:1rem !important [treefmt-check] + margin-right: 1rem !important; [treefmt-check] + margin-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .my-4 { [treefmt-check] - margin-top:1rem !important; [treefmt-check] - margin-bottom:1rem !important [treefmt-check] + margin-top: 1rem !important; [treefmt-check] + margin-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .mxn-4 { [treefmt-check] - margin-right:-1rem !important; [treefmt-check] - margin-left:-1rem !important [treefmt-check] + margin-right: -1rem !important; [treefmt-check] + margin-left: -1rem !important; [treefmt-check]  } [treefmt-check]  .mx-4-auto { [treefmt-check] - margin-right:auto !important; [treefmt-check] - margin-left:auto !important [treefmt-check] + margin-right: auto !important; [treefmt-check] + margin-left: auto !important; [treefmt-check]  } [treefmt-check]  .m-5 { [treefmt-check] - margin:1.5rem !important [treefmt-check] + margin: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-5 { [treefmt-check] - margin-top:1.5rem !important [treefmt-check] + margin-top: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-5 { [treefmt-check] - margin-right:1.5rem !important [treefmt-check] + margin-right: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-5 { [treefmt-check] - margin-bottom:1.5rem !important [treefmt-check] + margin-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-5 { [treefmt-check] - margin-left:1.5rem !important [treefmt-check] + margin-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-5 { [treefmt-check] - margin-right:1.5rem !important; [treefmt-check] - margin-left:1.5rem !important [treefmt-check] + margin-right: 1.5rem !important; [treefmt-check] + margin-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .my-5 { [treefmt-check] - margin-top:1.5rem !important; [treefmt-check] - margin-bottom:1.5rem !important [treefmt-check] + margin-top: 1.5rem !important; [treefmt-check] + margin-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-5 { [treefmt-check] - margin-right:-1.5rem !important; [treefmt-check] - margin-left:-1.5rem !important [treefmt-check] + margin-right: -1.5rem !important; [treefmt-check] + margin-left: -1.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-5-auto { [treefmt-check] - margin-right:auto !important; [treefmt-check] - margin-left:auto !important [treefmt-check] + margin-right: auto !important; [treefmt-check] + margin-left: auto !important; [treefmt-check]  } [treefmt-check]  .m-6 { [treefmt-check] - margin:2rem !important [treefmt-check] + margin: 2rem !important; [treefmt-check]  } [treefmt-check]  .mt-6 { [treefmt-check] - margin-top:2rem !important [treefmt-check] + margin-top: 2rem !important; [treefmt-check]  } [treefmt-check]  .mr-6 { [treefmt-check] - margin-right:2rem !important [treefmt-check] + margin-right: 2rem !important; [treefmt-check]  } [treefmt-check]  .mb-6 { [treefmt-check] - margin-bottom:2rem !important [treefmt-check] + margin-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .ml-6 { [treefmt-check] - margin-left:2rem !important [treefmt-check] + margin-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .mx-6 { [treefmt-check] - margin-right:2rem !important; [treefmt-check] - margin-left:2rem !important [treefmt-check] + margin-right: 2rem !important; [treefmt-check] + margin-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .my-6 { [treefmt-check] - margin-top:2rem !important; [treefmt-check] - margin-bottom:2rem !important [treefmt-check] + margin-top: 2rem !important; [treefmt-check] + margin-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .mxn-6 { [treefmt-check] - margin-right:-2rem !important; [treefmt-check] - margin-left:-2rem !important [treefmt-check] + margin-right: -2rem !important; [treefmt-check] + margin-left: -2rem !important; [treefmt-check]  } [treefmt-check]  .mx-6-auto { [treefmt-check] - margin-right:auto !important; [treefmt-check] - margin-left:auto !important [treefmt-check] + margin-right: auto !important; [treefmt-check] + margin-left: auto !important; [treefmt-check]  } [treefmt-check]  .m-7 { [treefmt-check] - margin:2.5rem !important [treefmt-check] + margin: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-7 { [treefmt-check] - margin-top:2.5rem !important [treefmt-check] + margin-top: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-7 { [treefmt-check] - margin-right:2.5rem !important [treefmt-check] + margin-right: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-7 { [treefmt-check] - margin-bottom:2.5rem !important [treefmt-check] + margin-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-7 { [treefmt-check] - margin-left:2.5rem !important [treefmt-check] + margin-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-7 { [treefmt-check] - margin-right:2.5rem !important; [treefmt-check] - margin-left:2.5rem !important [treefmt-check] + margin-right: 2.5rem !important; [treefmt-check] + margin-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .my-7 { [treefmt-check] - margin-top:2.5rem !important; [treefmt-check] - margin-bottom:2.5rem !important [treefmt-check] + margin-top: 2.5rem !important; [treefmt-check] + margin-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-7 { [treefmt-check] - margin-right:-2.5rem !important; [treefmt-check] - margin-left:-2.5rem !important [treefmt-check] + margin-right: -2.5rem !important; [treefmt-check] + margin-left: -2.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-7-auto { [treefmt-check] - margin-right:auto !important; [treefmt-check] - margin-left:auto !important [treefmt-check] + margin-right: auto !important; [treefmt-check] + margin-left: auto !important; [treefmt-check]  } [treefmt-check]  .m-8 { [treefmt-check] - margin:3rem !important [treefmt-check] + margin: 3rem !important; [treefmt-check]  } [treefmt-check]  .mt-8 { [treefmt-check] - margin-top:3rem !important [treefmt-check] + margin-top: 3rem !important; [treefmt-check]  } [treefmt-check]  .mr-8 { [treefmt-check] - margin-right:3rem !important [treefmt-check] + margin-right: 3rem !important; [treefmt-check]  } [treefmt-check]  .mb-8 { [treefmt-check] - margin-bottom:3rem !important [treefmt-check] + margin-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .ml-8 { [treefmt-check] - margin-left:3rem !important [treefmt-check] + margin-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .mx-8 { [treefmt-check] - margin-right:3rem !important; [treefmt-check] - margin-left:3rem !important [treefmt-check] + margin-right: 3rem !important; [treefmt-check] + margin-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .my-8 { [treefmt-check] - margin-top:3rem !important; [treefmt-check] - margin-bottom:3rem !important [treefmt-check] + margin-top: 3rem !important; [treefmt-check] + margin-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .mxn-8 { [treefmt-check] - margin-right:-3rem !important; [treefmt-check] - margin-left:-3rem !important [treefmt-check] + margin-right: -3rem !important; [treefmt-check] + margin-left: -3rem !important; [treefmt-check]  } [treefmt-check]  .mx-8-auto { [treefmt-check] - margin-right:auto !important; [treefmt-check] - margin-left:auto !important [treefmt-check] + margin-right: auto !important; [treefmt-check] + margin-left: auto !important; [treefmt-check]  } [treefmt-check]  .m-9 { [treefmt-check] - margin:3.5rem !important [treefmt-check] + margin: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-9 { [treefmt-check] - margin-top:3.5rem !important [treefmt-check] + margin-top: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-9 { [treefmt-check] - margin-right:3.5rem !important [treefmt-check] + margin-right: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-9 { [treefmt-check] - margin-bottom:3.5rem !important [treefmt-check] + margin-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-9 { [treefmt-check] - margin-left:3.5rem !important [treefmt-check] + margin-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-9 { [treefmt-check] - margin-right:3.5rem !important; [treefmt-check] - margin-left:3.5rem !important [treefmt-check] + margin-right: 3.5rem !important; [treefmt-check] + margin-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .my-9 { [treefmt-check] - margin-top:3.5rem !important; [treefmt-check] - margin-bottom:3.5rem !important [treefmt-check] + margin-top: 3.5rem !important; [treefmt-check] + margin-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-9 { [treefmt-check] - margin-right:-3.5rem !important; [treefmt-check] - margin-left:-3.5rem !important [treefmt-check] + margin-right: -3.5rem !important; [treefmt-check] + margin-left: -3.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-9-auto { [treefmt-check] - margin-right:auto !important; [treefmt-check] - margin-left:auto !important [treefmt-check] + margin-right: auto !important; [treefmt-check] + margin-left: auto !important; [treefmt-check]  } [treefmt-check]  .m-10 { [treefmt-check] - margin:4rem !important [treefmt-check] + margin: 4rem !important; [treefmt-check]  } [treefmt-check]  .mt-10 { [treefmt-check] - margin-top:4rem !important [treefmt-check] + margin-top: 4rem !important; [treefmt-check]  } [treefmt-check]  .mr-10 { [treefmt-check] - margin-right:4rem !important [treefmt-check] + margin-right: 4rem !important; [treefmt-check]  } [treefmt-check]  .mb-10 { [treefmt-check] - margin-bottom:4rem !important [treefmt-check] + margin-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .ml-10 { [treefmt-check] - margin-left:4rem !important [treefmt-check] + margin-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .mx-10 { [treefmt-check] - margin-right:4rem !important; [treefmt-check] - margin-left:4rem !important [treefmt-check] + margin-right: 4rem !important; [treefmt-check] + margin-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .my-10 { [treefmt-check] - margin-top:4rem !important; [treefmt-check] - margin-bottom:4rem !important [treefmt-check] + margin-top: 4rem !important; [treefmt-check] + margin-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .mxn-10 { [treefmt-check] - margin-right:-4rem !important; [treefmt-check] - margin-left:-4rem !important [treefmt-check] + margin-right: -4rem !important; [treefmt-check] + margin-left: -4rem !important; [treefmt-check]  } [treefmt-check]  .mx-10-auto { [treefmt-check] - margin-right:auto !important; [treefmt-check] - margin-left:auto !important [treefmt-check] + margin-right: auto !important; [treefmt-check] + margin-left: auto !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .m-xs-0 { [treefmt-check] - margin:0 !important [treefmt-check] + margin: 0 !important; [treefmt-check]  } [treefmt-check]  .mt-xs-0 { [treefmt-check] - margin-top:0 !important [treefmt-check] + margin-top: 0 !important; [treefmt-check]  } [treefmt-check]  .mr-xs-0 { [treefmt-check] - margin-right:0 !important [treefmt-check] + margin-right: 0 !important; [treefmt-check]  } [treefmt-check]  .mb-xs-0 { [treefmt-check] - margin-bottom:0 !important [treefmt-check] + margin-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .ml-xs-0 { [treefmt-check] - margin-left:0 !important [treefmt-check] + margin-left: 0 !important; [treefmt-check]  } [treefmt-check]  .mx-xs-0 { [treefmt-check] - margin-right:0 !important; [treefmt-check] - margin-left:0 !important [treefmt-check] + margin-right: 0 !important; [treefmt-check] + margin-left: 0 !important; [treefmt-check]  } [treefmt-check]  .my-xs-0 { [treefmt-check] - margin-top:0 !important; [treefmt-check] - margin-bottom:0 !important [treefmt-check] + margin-top: 0 !important; [treefmt-check] + margin-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .mxn-xs-0 { [treefmt-check] - margin-right:-0 !important; [treefmt-check] - margin-left:-0 !important [treefmt-check] + margin-right: -0 !important; [treefmt-check] + margin-left: -0 !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .m-xs-1 { [treefmt-check] - margin:.25rem !important [treefmt-check] + margin: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mt-xs-1 { [treefmt-check] - margin-top:.25rem !important [treefmt-check] + margin-top: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mr-xs-1 { [treefmt-check] - margin-right:.25rem !important [treefmt-check] + margin-right: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mb-xs-1 { [treefmt-check] - margin-bottom:.25rem !important [treefmt-check] + margin-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .ml-xs-1 { [treefmt-check] - margin-left:.25rem !important [treefmt-check] + margin-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mx-xs-1 { [treefmt-check] - margin-right:.25rem !important; [treefmt-check] - margin-left:.25rem !important [treefmt-check] + margin-right: 0.25rem !important; [treefmt-check] + margin-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .my-xs-1 { [treefmt-check] - margin-top:.25rem !important; [treefmt-check] - margin-bottom:.25rem !important [treefmt-check] + margin-top: 0.25rem !important; [treefmt-check] + margin-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xs-1 { [treefmt-check] - margin-right:-.25rem !important; [treefmt-check] - margin-left:-.25rem !important [treefmt-check] + margin-right: -0.25rem !important; [treefmt-check] + margin-left: -0.25rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .m-xs-2 { [treefmt-check] - margin:.5rem !important [treefmt-check] + margin: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-xs-2 { [treefmt-check] - margin-top:.5rem !important [treefmt-check] + margin-top: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-xs-2 { [treefmt-check] - margin-right:.5rem !important [treefmt-check] + margin-right: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-xs-2 { [treefmt-check] - margin-bottom:.5rem !important [treefmt-check] + margin-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-xs-2 { [treefmt-check] - margin-left:.5rem !important [treefmt-check] + margin-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-xs-2 { [treefmt-check] - margin-right:.5rem !important; [treefmt-check] - margin-left:.5rem !important [treefmt-check] + margin-right: 0.5rem !important; [treefmt-check] + margin-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .my-xs-2 { [treefmt-check] - margin-top:.5rem !important; [treefmt-check] - margin-bottom:.5rem !important [treefmt-check] + margin-top: 0.5rem !important; [treefmt-check] + margin-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xs-2 { [treefmt-check] - margin-right:-.5rem !important; [treefmt-check] - margin-left:-.5rem !important [treefmt-check] + margin-right: -0.5rem !important; [treefmt-check] + margin-left: -0.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .m-xs-3 { [treefmt-check] - margin:.75rem !important [treefmt-check] + margin: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mt-xs-3 { [treefmt-check] - margin-top:.75rem !important [treefmt-check] + margin-top: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mr-xs-3 { [treefmt-check] - margin-right:.75rem !important [treefmt-check] + margin-right: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mb-xs-3 { [treefmt-check] - margin-bottom:.75rem !important [treefmt-check] + margin-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .ml-xs-3 { [treefmt-check] - margin-left:.75rem !important [treefmt-check] + margin-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mx-xs-3 { [treefmt-check] - margin-right:.75rem !important; [treefmt-check] - margin-left:.75rem !important [treefmt-check] + margin-right: 0.75rem !important; [treefmt-check] + margin-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .my-xs-3 { [treefmt-check] - margin-top:.75rem !important; [treefmt-check] - margin-bottom:.75rem !important [treefmt-check] + margin-top: 0.75rem !important; [treefmt-check] + margin-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xs-3 { [treefmt-check] - margin-right:-.75rem !important; [treefmt-check] - margin-left:-.75rem !important [treefmt-check] + margin-right: -0.75rem !important; [treefmt-check] + margin-left: -0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .m-xs-4 { [treefmt-check] - margin:1rem !important [treefmt-check] + margin: 1rem !important; [treefmt-check]  } [treefmt-check]  .mt-xs-4 { [treefmt-check] - margin-top:1rem !important [treefmt-check] + margin-top: 1rem !important; [treefmt-check]  } [treefmt-check]  .mr-xs-4 { [treefmt-check] - margin-right:1rem !important [treefmt-check] + margin-right: 1rem !important; [treefmt-check]  } [treefmt-check]  .mb-xs-4 { [treefmt-check] - margin-bottom:1rem !important [treefmt-check] + margin-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .ml-xs-4 { [treefmt-check] - margin-left:1rem !important [treefmt-check] + margin-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .mx-xs-4 { [treefmt-check] - margin-right:1rem !important; [treefmt-check] - margin-left:1rem !important [treefmt-check] + margin-right: 1rem !important; [treefmt-check] + margin-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .my-xs-4 { [treefmt-check] - margin-top:1rem !important; [treefmt-check] - margin-bottom:1rem !important [treefmt-check] + margin-top: 1rem !important; [treefmt-check] + margin-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xs-4 { [treefmt-check] - margin-right:-1rem !important; [treefmt-check] - margin-left:-1rem !important [treefmt-check] + margin-right: -1rem !important; [treefmt-check] + margin-left: -1rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .m-xs-5 { [treefmt-check] - margin:1.5rem !important [treefmt-check] + margin: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-xs-5 { [treefmt-check] - margin-top:1.5rem !important [treefmt-check] + margin-top: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-xs-5 { [treefmt-check] - margin-right:1.5rem !important [treefmt-check] + margin-right: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-xs-5 { [treefmt-check] - margin-bottom:1.5rem !important [treefmt-check] + margin-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-xs-5 { [treefmt-check] - margin-left:1.5rem !important [treefmt-check] + margin-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-xs-5 { [treefmt-check] - margin-right:1.5rem !important; [treefmt-check] - margin-left:1.5rem !important [treefmt-check] + margin-right: 1.5rem !important; [treefmt-check] + margin-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .my-xs-5 { [treefmt-check] - margin-top:1.5rem !important; [treefmt-check] - margin-bottom:1.5rem !important [treefmt-check] + margin-top: 1.5rem !important; [treefmt-check] + margin-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xs-5 { [treefmt-check] - margin-right:-1.5rem !important; [treefmt-check] - margin-left:-1.5rem !important [treefmt-check] + margin-right: -1.5rem !important; [treefmt-check] + margin-left: -1.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .m-xs-6 { [treefmt-check] - margin:2rem !important [treefmt-check] + margin: 2rem !important; [treefmt-check]  } [treefmt-check]  .mt-xs-6 { [treefmt-check] - margin-top:2rem !important [treefmt-check] + margin-top: 2rem !important; [treefmt-check]  } [treefmt-check]  .mr-xs-6 { [treefmt-check] - margin-right:2rem !important [treefmt-check] + margin-right: 2rem !important; [treefmt-check]  } [treefmt-check]  .mb-xs-6 { [treefmt-check] - margin-bottom:2rem !important [treefmt-check] + margin-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .ml-xs-6 { [treefmt-check] - margin-left:2rem !important [treefmt-check] + margin-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .mx-xs-6 { [treefmt-check] - margin-right:2rem !important; [treefmt-check] - margin-left:2rem !important [treefmt-check] + margin-right: 2rem !important; [treefmt-check] + margin-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .my-xs-6 { [treefmt-check] - margin-top:2rem !important; [treefmt-check] - margin-bottom:2rem !important [treefmt-check] + margin-top: 2rem !important; [treefmt-check] + margin-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xs-6 { [treefmt-check] - margin-right:-2rem !important; [treefmt-check] - margin-left:-2rem !important [treefmt-check] + margin-right: -2rem !important; [treefmt-check] + margin-left: -2rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .m-xs-7 { [treefmt-check] - margin:2.5rem !important [treefmt-check] + margin: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-xs-7 { [treefmt-check] - margin-top:2.5rem !important [treefmt-check] + margin-top: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-xs-7 { [treefmt-check] - margin-right:2.5rem !important [treefmt-check] + margin-right: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-xs-7 { [treefmt-check] - margin-bottom:2.5rem !important [treefmt-check] + margin-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-xs-7 { [treefmt-check] - margin-left:2.5rem !important [treefmt-check] + margin-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-xs-7 { [treefmt-check] - margin-right:2.5rem !important; [treefmt-check] - margin-left:2.5rem !important [treefmt-check] + margin-right: 2.5rem !important; [treefmt-check] + margin-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .my-xs-7 { [treefmt-check] - margin-top:2.5rem !important; [treefmt-check] - margin-bottom:2.5rem !important [treefmt-check] + margin-top: 2.5rem !important; [treefmt-check] + margin-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xs-7 { [treefmt-check] - margin-right:-2.5rem !important; [treefmt-check] - margin-left:-2.5rem !important [treefmt-check] + margin-right: -2.5rem !important; [treefmt-check] + margin-left: -2.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .m-xs-8 { [treefmt-check] - margin:3rem !important [treefmt-check] + margin: 3rem !important; [treefmt-check]  } [treefmt-check]  .mt-xs-8 { [treefmt-check] - margin-top:3rem !important [treefmt-check] + margin-top: 3rem !important; [treefmt-check]  } [treefmt-check]  .mr-xs-8 { [treefmt-check] - margin-right:3rem !important [treefmt-check] + margin-right: 3rem !important; [treefmt-check]  } [treefmt-check]  .mb-xs-8 { [treefmt-check] - margin-bottom:3rem !important [treefmt-check] + margin-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .ml-xs-8 { [treefmt-check] - margin-left:3rem !important [treefmt-check] + margin-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .mx-xs-8 { [treefmt-check] - margin-right:3rem !important; [treefmt-check] - margin-left:3rem !important [treefmt-check] + margin-right: 3rem !important; [treefmt-check] + margin-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .my-xs-8 { [treefmt-check] - margin-top:3rem !important; [treefmt-check] - margin-bottom:3rem !important [treefmt-check] + margin-top: 3rem !important; [treefmt-check] + margin-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xs-8 { [treefmt-check] - margin-right:-3rem !important; [treefmt-check] - margin-left:-3rem !important [treefmt-check] + margin-right: -3rem !important; [treefmt-check] + margin-left: -3rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .m-xs-9 { [treefmt-check] - margin:3.5rem !important [treefmt-check] + margin: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-xs-9 { [treefmt-check] - margin-top:3.5rem !important [treefmt-check] + margin-top: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-xs-9 { [treefmt-check] - margin-right:3.5rem !important [treefmt-check] + margin-right: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-xs-9 { [treefmt-check] - margin-bottom:3.5rem !important [treefmt-check] + margin-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-xs-9 { [treefmt-check] - margin-left:3.5rem !important [treefmt-check] + margin-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-xs-9 { [treefmt-check] - margin-right:3.5rem !important; [treefmt-check] - margin-left:3.5rem !important [treefmt-check] + margin-right: 3.5rem !important; [treefmt-check] + margin-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .my-xs-9 { [treefmt-check] - margin-top:3.5rem !important; [treefmt-check] - margin-bottom:3.5rem !important [treefmt-check] + margin-top: 3.5rem !important; [treefmt-check] + margin-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xs-9 { [treefmt-check] - margin-right:-3.5rem !important; [treefmt-check] - margin-left:-3.5rem !important [treefmt-check] + margin-right: -3.5rem !important; [treefmt-check] + margin-left: -3.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .m-xs-10 { [treefmt-check] - margin:4rem !important [treefmt-check] + margin: 4rem !important; [treefmt-check]  } [treefmt-check]  .mt-xs-10 { [treefmt-check] - margin-top:4rem !important [treefmt-check] + margin-top: 4rem !important; [treefmt-check]  } [treefmt-check]  .mr-xs-10 { [treefmt-check] - margin-right:4rem !important [treefmt-check] + margin-right: 4rem !important; [treefmt-check]  } [treefmt-check]  .mb-xs-10 { [treefmt-check] - margin-bottom:4rem !important [treefmt-check] + margin-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .ml-xs-10 { [treefmt-check] - margin-left:4rem !important [treefmt-check] + margin-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .mx-xs-10 { [treefmt-check] - margin-right:4rem !important; [treefmt-check] - margin-left:4rem !important [treefmt-check] + margin-right: 4rem !important; [treefmt-check] + margin-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .my-xs-10 { [treefmt-check] - margin-top:4rem !important; [treefmt-check] - margin-bottom:4rem !important [treefmt-check] + margin-top: 4rem !important; [treefmt-check] + margin-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xs-10 { [treefmt-check] - margin-right:-4rem !important; [treefmt-check] - margin-left:-4rem !important [treefmt-check] + margin-right: -4rem !important; [treefmt-check] + margin-left: -4rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .m-sm-0 { [treefmt-check] - margin:0 !important [treefmt-check] + margin: 0 !important; [treefmt-check]  } [treefmt-check]  .mt-sm-0 { [treefmt-check] - margin-top:0 !important [treefmt-check] + margin-top: 0 !important; [treefmt-check]  } [treefmt-check]  .mr-sm-0 { [treefmt-check] - margin-right:0 !important [treefmt-check] + margin-right: 0 !important; [treefmt-check]  } [treefmt-check]  .mb-sm-0 { [treefmt-check] - margin-bottom:0 !important [treefmt-check] + margin-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .ml-sm-0 { [treefmt-check] - margin-left:0 !important [treefmt-check] + margin-left: 0 !important; [treefmt-check]  } [treefmt-check]  .mx-sm-0 { [treefmt-check] - margin-right:0 !important; [treefmt-check] - margin-left:0 !important [treefmt-check] + margin-right: 0 !important; [treefmt-check] + margin-left: 0 !important; [treefmt-check]  } [treefmt-check]  .my-sm-0 { [treefmt-check] - margin-top:0 !important; [treefmt-check] - margin-bottom:0 !important [treefmt-check] + margin-top: 0 !important; [treefmt-check] + margin-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .mxn-sm-0 { [treefmt-check] - margin-right:-0 !important; [treefmt-check] - margin-left:-0 !important [treefmt-check] + margin-right: -0 !important; [treefmt-check] + margin-left: -0 !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .m-sm-1 { [treefmt-check] - margin:.25rem !important [treefmt-check] + margin: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mt-sm-1 { [treefmt-check] - margin-top:.25rem !important [treefmt-check] + margin-top: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mr-sm-1 { [treefmt-check] - margin-right:.25rem !important [treefmt-check] + margin-right: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mb-sm-1 { [treefmt-check] - margin-bottom:.25rem !important [treefmt-check] + margin-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .ml-sm-1 { [treefmt-check] - margin-left:.25rem !important [treefmt-check] + margin-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mx-sm-1 { [treefmt-check] - margin-right:.25rem !important; [treefmt-check] - margin-left:.25rem !important [treefmt-check] + margin-right: 0.25rem !important; [treefmt-check] + margin-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .my-sm-1 { [treefmt-check] - margin-top:.25rem !important; [treefmt-check] - margin-bottom:.25rem !important [treefmt-check] + margin-top: 0.25rem !important; [treefmt-check] + margin-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mxn-sm-1 { [treefmt-check] - margin-right:-.25rem !important; [treefmt-check] - margin-left:-.25rem !important [treefmt-check] + margin-right: -0.25rem !important; [treefmt-check] + margin-left: -0.25rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .m-sm-2 { [treefmt-check] - margin:.5rem !important [treefmt-check] + margin: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-sm-2 { [treefmt-check] - margin-top:.5rem !important [treefmt-check] + margin-top: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-sm-2 { [treefmt-check] - margin-right:.5rem !important [treefmt-check] + margin-right: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-sm-2 { [treefmt-check] - margin-bottom:.5rem !important [treefmt-check] + margin-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-sm-2 { [treefmt-check] - margin-left:.5rem !important [treefmt-check] + margin-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-sm-2 { [treefmt-check] - margin-right:.5rem !important; [treefmt-check] - margin-left:.5rem !important [treefmt-check] + margin-right: 0.5rem !important; [treefmt-check] + margin-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .my-sm-2 { [treefmt-check] - margin-top:.5rem !important; [treefmt-check] - margin-bottom:.5rem !important [treefmt-check] + margin-top: 0.5rem !important; [treefmt-check] + margin-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-sm-2 { [treefmt-check] - margin-right:-.5rem !important; [treefmt-check] - margin-left:-.5rem !important [treefmt-check] + margin-right: -0.5rem !important; [treefmt-check] + margin-left: -0.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .m-sm-3 { [treefmt-check] - margin:.75rem !important [treefmt-check] + margin: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mt-sm-3 { [treefmt-check] - margin-top:.75rem !important [treefmt-check] + margin-top: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mr-sm-3 { [treefmt-check] - margin-right:.75rem !important [treefmt-check] + margin-right: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mb-sm-3 { [treefmt-check] - margin-bottom:.75rem !important [treefmt-check] + margin-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .ml-sm-3 { [treefmt-check] - margin-left:.75rem !important [treefmt-check] + margin-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mx-sm-3 { [treefmt-check] - margin-right:.75rem !important; [treefmt-check] - margin-left:.75rem !important [treefmt-check] + margin-right: 0.75rem !important; [treefmt-check] + margin-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .my-sm-3 { [treefmt-check] - margin-top:.75rem !important; [treefmt-check] - margin-bottom:.75rem !important [treefmt-check] + margin-top: 0.75rem !important; [treefmt-check] + margin-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mxn-sm-3 { [treefmt-check] - margin-right:-.75rem !important; [treefmt-check] - margin-left:-.75rem !important [treefmt-check] + margin-right: -0.75rem !important; [treefmt-check] + margin-left: -0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .m-sm-4 { [treefmt-check] - margin:1rem !important [treefmt-check] + margin: 1rem !important; [treefmt-check]  } [treefmt-check]  .mt-sm-4 { [treefmt-check] - margin-top:1rem !important [treefmt-check] + margin-top: 1rem !important; [treefmt-check]  } [treefmt-check]  .mr-sm-4 { [treefmt-check] - margin-right:1rem !important [treefmt-check] + margin-right: 1rem !important; [treefmt-check]  } [treefmt-check]  .mb-sm-4 { [treefmt-check] - margin-bottom:1rem !important [treefmt-check] + margin-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .ml-sm-4 { [treefmt-check] - margin-left:1rem !important [treefmt-check] + margin-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .mx-sm-4 { [treefmt-check] - margin-right:1rem !important; [treefmt-check] - margin-left:1rem !important [treefmt-check] + margin-right: 1rem !important; [treefmt-check] + margin-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .my-sm-4 { [treefmt-check] - margin-top:1rem !important; [treefmt-check] - margin-bottom:1rem !important [treefmt-check] + margin-top: 1rem !important; [treefmt-check] + margin-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .mxn-sm-4 { [treefmt-check] - margin-right:-1rem !important; [treefmt-check] - margin-left:-1rem !important [treefmt-check] + margin-right: -1rem !important; [treefmt-check] + margin-left: -1rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .m-sm-5 { [treefmt-check] - margin:1.5rem !important [treefmt-check] + margin: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-sm-5 { [treefmt-check] - margin-top:1.5rem !important [treefmt-check] + margin-top: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-sm-5 { [treefmt-check] - margin-right:1.5rem !important [treefmt-check] + margin-right: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-sm-5 { [treefmt-check] - margin-bottom:1.5rem !important [treefmt-check] + margin-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-sm-5 { [treefmt-check] - margin-left:1.5rem !important [treefmt-check] + margin-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-sm-5 { [treefmt-check] - margin-right:1.5rem !important; [treefmt-check] - margin-left:1.5rem !important [treefmt-check] + margin-right: 1.5rem !important; [treefmt-check] + margin-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .my-sm-5 { [treefmt-check] - margin-top:1.5rem !important; [treefmt-check] - margin-bottom:1.5rem !important [treefmt-check] + margin-top: 1.5rem !important; [treefmt-check] + margin-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-sm-5 { [treefmt-check] - margin-right:-1.5rem !important; [treefmt-check] - margin-left:-1.5rem !important [treefmt-check] + margin-right: -1.5rem !important; [treefmt-check] + margin-left: -1.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .m-sm-6 { [treefmt-check] - margin:2rem !important [treefmt-check] + margin: 2rem !important; [treefmt-check]  } [treefmt-check]  .mt-sm-6 { [treefmt-check] - margin-top:2rem !important [treefmt-check] + margin-top: 2rem !important; [treefmt-check]  } [treefmt-check]  .mr-sm-6 { [treefmt-check] - margin-right:2rem !important [treefmt-check] + margin-right: 2rem !important; [treefmt-check]  } [treefmt-check]  .mb-sm-6 { [treefmt-check] - margin-bottom:2rem !important [treefmt-check] + margin-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .ml-sm-6 { [treefmt-check] - margin-left:2rem !important [treefmt-check] + margin-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .mx-sm-6 { [treefmt-check] - margin-right:2rem !important; [treefmt-check] - margin-left:2rem !important [treefmt-check] + margin-right: 2rem !important; [treefmt-check] + margin-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .my-sm-6 { [treefmt-check] - margin-top:2rem !important; [treefmt-check] - margin-bottom:2rem !important [treefmt-check] + margin-top: 2rem !important; [treefmt-check] + margin-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .mxn-sm-6 { [treefmt-check] - margin-right:-2rem !important; [treefmt-check] - margin-left:-2rem !important [treefmt-check] + margin-right: -2rem !important; [treefmt-check] + margin-left: -2rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .m-sm-7 { [treefmt-check] - margin:2.5rem !important [treefmt-check] + margin: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-sm-7 { [treefmt-check] - margin-top:2.5rem !important [treefmt-check] + margin-top: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-sm-7 { [treefmt-check] - margin-right:2.5rem !important [treefmt-check] + margin-right: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-sm-7 { [treefmt-check] - margin-bottom:2.5rem !important [treefmt-check] + margin-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-sm-7 { [treefmt-check] - margin-left:2.5rem !important [treefmt-check] + margin-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-sm-7 { [treefmt-check] - margin-right:2.5rem !important; [treefmt-check] - margin-left:2.5rem !important [treefmt-check] + margin-right: 2.5rem !important; [treefmt-check] + margin-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .my-sm-7 { [treefmt-check] - margin-top:2.5rem !important; [treefmt-check] - margin-bottom:2.5rem !important [treefmt-check] + margin-top: 2.5rem !important; [treefmt-check] + margin-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-sm-7 { [treefmt-check] - margin-right:-2.5rem !important; [treefmt-check] - margin-left:-2.5rem !important [treefmt-check] + margin-right: -2.5rem !important; [treefmt-check] + margin-left: -2.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .m-sm-8 { [treefmt-check] - margin:3rem !important [treefmt-check] + margin: 3rem !important; [treefmt-check]  } [treefmt-check]  .mt-sm-8 { [treefmt-check] - margin-top:3rem !important [treefmt-check] + margin-top: 3rem !important; [treefmt-check]  } [treefmt-check]  .mr-sm-8 { [treefmt-check] - margin-right:3rem !important [treefmt-check] + margin-right: 3rem !important; [treefmt-check]  } [treefmt-check]  .mb-sm-8 { [treefmt-check] - margin-bottom:3rem !important [treefmt-check] + margin-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .ml-sm-8 { [treefmt-check] - margin-left:3rem !important [treefmt-check] + margin-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .mx-sm-8 { [treefmt-check] - margin-right:3rem !important; [treefmt-check] - margin-left:3rem !important [treefmt-check] + margin-right: 3rem !important; [treefmt-check] + margin-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .my-sm-8 { [treefmt-check] - margin-top:3rem !important; [treefmt-check] - margin-bottom:3rem !important [treefmt-check] + margin-top: 3rem !important; [treefmt-check] + margin-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .mxn-sm-8 { [treefmt-check] - margin-right:-3rem !important; [treefmt-check] - margin-left:-3rem !important [treefmt-check] + margin-right: -3rem !important; [treefmt-check] + margin-left: -3rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .m-sm-9 { [treefmt-check] - margin:3.5rem !important [treefmt-check] + margin: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-sm-9 { [treefmt-check] - margin-top:3.5rem !important [treefmt-check] + margin-top: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-sm-9 { [treefmt-check] - margin-right:3.5rem !important [treefmt-check] + margin-right: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-sm-9 { [treefmt-check] - margin-bottom:3.5rem !important [treefmt-check] + margin-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-sm-9 { [treefmt-check] - margin-left:3.5rem !important [treefmt-check] + margin-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-sm-9 { [treefmt-check] - margin-right:3.5rem !important; [treefmt-check] - margin-left:3.5rem !important [treefmt-check] + margin-right: 3.5rem !important; [treefmt-check] + margin-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .my-sm-9 { [treefmt-check] - margin-top:3.5rem !important; [treefmt-check] - margin-bottom:3.5rem !important [treefmt-check] + margin-top: 3.5rem !important; [treefmt-check] + margin-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-sm-9 { [treefmt-check] - margin-right:-3.5rem !important; [treefmt-check] - margin-left:-3.5rem !important [treefmt-check] + margin-right: -3.5rem !important; [treefmt-check] + margin-left: -3.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .m-sm-10 { [treefmt-check] - margin:4rem !important [treefmt-check] + margin: 4rem !important; [treefmt-check]  } [treefmt-check]  .mt-sm-10 { [treefmt-check] - margin-top:4rem !important [treefmt-check] + margin-top: 4rem !important; [treefmt-check]  } [treefmt-check]  .mr-sm-10 { [treefmt-check] - margin-right:4rem !important [treefmt-check] + margin-right: 4rem !important; [treefmt-check]  } [treefmt-check]  .mb-sm-10 { [treefmt-check] - margin-bottom:4rem !important [treefmt-check] + margin-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .ml-sm-10 { [treefmt-check] - margin-left:4rem !important [treefmt-check] + margin-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .mx-sm-10 { [treefmt-check] - margin-right:4rem !important; [treefmt-check] - margin-left:4rem !important [treefmt-check] + margin-right: 4rem !important; [treefmt-check] + margin-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .my-sm-10 { [treefmt-check] - margin-top:4rem !important; [treefmt-check] - margin-bottom:4rem !important [treefmt-check] + margin-top: 4rem !important; [treefmt-check] + margin-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .mxn-sm-10 { [treefmt-check] - margin-right:-4rem !important; [treefmt-check] - margin-left:-4rem !important [treefmt-check] + margin-right: -4rem !important; [treefmt-check] + margin-left: -4rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .m-md-0 { [treefmt-check] - margin:0 !important [treefmt-check] + margin: 0 !important; [treefmt-check]  } [treefmt-check]  .mt-md-0 { [treefmt-check] - margin-top:0 !important [treefmt-check] + margin-top: 0 !important; [treefmt-check]  } [treefmt-check]  .mr-md-0 { [treefmt-check] - margin-right:0 !important [treefmt-check] + margin-right: 0 !important; [treefmt-check]  } [treefmt-check]  .mb-md-0 { [treefmt-check] - margin-bottom:0 !important [treefmt-check] + margin-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .ml-md-0 { [treefmt-check] - margin-left:0 !important [treefmt-check] + margin-left: 0 !important; [treefmt-check]  } [treefmt-check]  .mx-md-0 { [treefmt-check] - margin-right:0 !important; [treefmt-check] - margin-left:0 !important [treefmt-check] + margin-right: 0 !important; [treefmt-check] + margin-left: 0 !important; [treefmt-check]  } [treefmt-check]  .my-md-0 { [treefmt-check] - margin-top:0 !important; [treefmt-check] - margin-bottom:0 !important [treefmt-check] + margin-top: 0 !important; [treefmt-check] + margin-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .mxn-md-0 { [treefmt-check] - margin-right:-0 !important; [treefmt-check] - margin-left:-0 !important [treefmt-check] + margin-right: -0 !important; [treefmt-check] + margin-left: -0 !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .m-md-1 { [treefmt-check] - margin:.25rem !important [treefmt-check] + margin: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mt-md-1 { [treefmt-check] - margin-top:.25rem !important [treefmt-check] + margin-top: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mr-md-1 { [treefmt-check] - margin-right:.25rem !important [treefmt-check] + margin-right: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mb-md-1 { [treefmt-check] - margin-bottom:.25rem !important [treefmt-check] + margin-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .ml-md-1 { [treefmt-check] - margin-left:.25rem !important [treefmt-check] + margin-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mx-md-1 { [treefmt-check] - margin-right:.25rem !important; [treefmt-check] - margin-left:.25rem !important [treefmt-check] + margin-right: 0.25rem !important; [treefmt-check] + margin-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .my-md-1 { [treefmt-check] - margin-top:.25rem !important; [treefmt-check] - margin-bottom:.25rem !important [treefmt-check] + margin-top: 0.25rem !important; [treefmt-check] + margin-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mxn-md-1 { [treefmt-check] - margin-right:-.25rem !important; [treefmt-check] - margin-left:-.25rem !important [treefmt-check] + margin-right: -0.25rem !important; [treefmt-check] + margin-left: -0.25rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .m-md-2 { [treefmt-check] - margin:.5rem !important [treefmt-check] + margin: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-md-2 { [treefmt-check] - margin-top:.5rem !important [treefmt-check] + margin-top: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-md-2 { [treefmt-check] - margin-right:.5rem !important [treefmt-check] + margin-right: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-md-2 { [treefmt-check] - margin-bottom:.5rem !important [treefmt-check] + margin-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-md-2 { [treefmt-check] - margin-left:.5rem !important [treefmt-check] + margin-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-md-2 { [treefmt-check] - margin-right:.5rem !important; [treefmt-check] - margin-left:.5rem !important [treefmt-check] + margin-right: 0.5rem !important; [treefmt-check] + margin-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .my-md-2 { [treefmt-check] - margin-top:.5rem !important; [treefmt-check] - margin-bottom:.5rem !important [treefmt-check] + margin-top: 0.5rem !important; [treefmt-check] + margin-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-md-2 { [treefmt-check] - margin-right:-.5rem !important; [treefmt-check] - margin-left:-.5rem !important [treefmt-check] + margin-right: -0.5rem !important; [treefmt-check] + margin-left: -0.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .m-md-3 { [treefmt-check] - margin:.75rem !important [treefmt-check] + margin: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mt-md-3 { [treefmt-check] - margin-top:.75rem !important [treefmt-check] + margin-top: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mr-md-3 { [treefmt-check] - margin-right:.75rem !important [treefmt-check] + margin-right: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mb-md-3 { [treefmt-check] - margin-bottom:.75rem !important [treefmt-check] + margin-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .ml-md-3 { [treefmt-check] - margin-left:.75rem !important [treefmt-check] + margin-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mx-md-3 { [treefmt-check] - margin-right:.75rem !important; [treefmt-check] - margin-left:.75rem !important [treefmt-check] + margin-right: 0.75rem !important; [treefmt-check] + margin-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .my-md-3 { [treefmt-check] - margin-top:.75rem !important; [treefmt-check] - margin-bottom:.75rem !important [treefmt-check] + margin-top: 0.75rem !important; [treefmt-check] + margin-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mxn-md-3 { [treefmt-check] - margin-right:-.75rem !important; [treefmt-check] - margin-left:-.75rem !important [treefmt-check] + margin-right: -0.75rem !important; [treefmt-check] + margin-left: -0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .m-md-4 { [treefmt-check] - margin:1rem !important [treefmt-check] + margin: 1rem !important; [treefmt-check]  } [treefmt-check]  .mt-md-4 { [treefmt-check] - margin-top:1rem !important [treefmt-check] + margin-top: 1rem !important; [treefmt-check]  } [treefmt-check]  .mr-md-4 { [treefmt-check] - margin-right:1rem !important [treefmt-check] + margin-right: 1rem !important; [treefmt-check]  } [treefmt-check]  .mb-md-4 { [treefmt-check] - margin-bottom:1rem !important [treefmt-check] + margin-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .ml-md-4 { [treefmt-check] - margin-left:1rem !important [treefmt-check] + margin-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .mx-md-4 { [treefmt-check] - margin-right:1rem !important; [treefmt-check] - margin-left:1rem !important [treefmt-check] + margin-right: 1rem !important; [treefmt-check] + margin-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .my-md-4 { [treefmt-check] - margin-top:1rem !important; [treefmt-check] - margin-bottom:1rem !important [treefmt-check] + margin-top: 1rem !important; [treefmt-check] + margin-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .mxn-md-4 { [treefmt-check] - margin-right:-1rem !important; [treefmt-check] - margin-left:-1rem !important [treefmt-check] + margin-right: -1rem !important; [treefmt-check] + margin-left: -1rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .m-md-5 { [treefmt-check] - margin:1.5rem !important [treefmt-check] + margin: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-md-5 { [treefmt-check] - margin-top:1.5rem !important [treefmt-check] + margin-top: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-md-5 { [treefmt-check] - margin-right:1.5rem !important [treefmt-check] + margin-right: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-md-5 { [treefmt-check] - margin-bottom:1.5rem !important [treefmt-check] + margin-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-md-5 { [treefmt-check] - margin-left:1.5rem !important [treefmt-check] + margin-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-md-5 { [treefmt-check] - margin-right:1.5rem !important; [treefmt-check] - margin-left:1.5rem !important [treefmt-check] + margin-right: 1.5rem !important; [treefmt-check] + margin-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .my-md-5 { [treefmt-check] - margin-top:1.5rem !important; [treefmt-check] - margin-bottom:1.5rem !important [treefmt-check] + margin-top: 1.5rem !important; [treefmt-check] + margin-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-md-5 { [treefmt-check] - margin-right:-1.5rem !important; [treefmt-check] - margin-left:-1.5rem !important [treefmt-check] + margin-right: -1.5rem !important; [treefmt-check] + margin-left: -1.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .m-md-6 { [treefmt-check] - margin:2rem !important [treefmt-check] + margin: 2rem !important; [treefmt-check]  } [treefmt-check]  .mt-md-6 { [treefmt-check] - margin-top:2rem !important [treefmt-check] + margin-top: 2rem !important; [treefmt-check]  } [treefmt-check]  .mr-md-6 { [treefmt-check] - margin-right:2rem !important [treefmt-check] + margin-right: 2rem !important; [treefmt-check]  } [treefmt-check]  .mb-md-6 { [treefmt-check] - margin-bottom:2rem !important [treefmt-check] + margin-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .ml-md-6 { [treefmt-check] - margin-left:2rem !important [treefmt-check] + margin-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .mx-md-6 { [treefmt-check] - margin-right:2rem !important; [treefmt-check] - margin-left:2rem !important [treefmt-check] + margin-right: 2rem !important; [treefmt-check] + margin-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .my-md-6 { [treefmt-check] - margin-top:2rem !important; [treefmt-check] - margin-bottom:2rem !important [treefmt-check] + margin-top: 2rem !important; [treefmt-check] + margin-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .mxn-md-6 { [treefmt-check] - margin-right:-2rem !important; [treefmt-check] - margin-left:-2rem !important [treefmt-check] + margin-right: -2rem !important; [treefmt-check] + margin-left: -2rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .m-md-7 { [treefmt-check] - margin:2.5rem !important [treefmt-check] + margin: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-md-7 { [treefmt-check] - margin-top:2.5rem !important [treefmt-check] + margin-top: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-md-7 { [treefmt-check] - margin-right:2.5rem !important [treefmt-check] + margin-right: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-md-7 { [treefmt-check] - margin-bottom:2.5rem !important [treefmt-check] + margin-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-md-7 { [treefmt-check] - margin-left:2.5rem !important [treefmt-check] + margin-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-md-7 { [treefmt-check] - margin-right:2.5rem !important; [treefmt-check] - margin-left:2.5rem !important [treefmt-check] + margin-right: 2.5rem !important; [treefmt-check] + margin-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .my-md-7 { [treefmt-check] - margin-top:2.5rem !important; [treefmt-check] - margin-bottom:2.5rem !important [treefmt-check] + margin-top: 2.5rem !important; [treefmt-check] + margin-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-md-7 { [treefmt-check] - margin-right:-2.5rem !important; [treefmt-check] - margin-left:-2.5rem !important [treefmt-check] + margin-right: -2.5rem !important; [treefmt-check] + margin-left: -2.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .m-md-8 { [treefmt-check] - margin:3rem !important [treefmt-check] + margin: 3rem !important; [treefmt-check]  } [treefmt-check]  .mt-md-8 { [treefmt-check] - margin-top:3rem !important [treefmt-check] + margin-top: 3rem !important; [treefmt-check]  } [treefmt-check]  .mr-md-8 { [treefmt-check] - margin-right:3rem !important [treefmt-check] + margin-right: 3rem !important; [treefmt-check]  } [treefmt-check]  .mb-md-8 { [treefmt-check] - margin-bottom:3rem !important [treefmt-check] + margin-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .ml-md-8 { [treefmt-check] - margin-left:3rem !important [treefmt-check] + margin-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .mx-md-8 { [treefmt-check] - margin-right:3rem !important; [treefmt-check] - margin-left:3rem !important [treefmt-check] + margin-right: 3rem !important; [treefmt-check] + margin-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .my-md-8 { [treefmt-check] - margin-top:3rem !important; [treefmt-check] - margin-bottom:3rem !important [treefmt-check] + margin-top: 3rem !important; [treefmt-check] + margin-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .mxn-md-8 { [treefmt-check] - margin-right:-3rem !important; [treefmt-check] - margin-left:-3rem !important [treefmt-check] + margin-right: -3rem !important; [treefmt-check] + margin-left: -3rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .m-md-9 { [treefmt-check] - margin:3.5rem !important [treefmt-check] + margin: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-md-9 { [treefmt-check] - margin-top:3.5rem !important [treefmt-check] + margin-top: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-md-9 { [treefmt-check] - margin-right:3.5rem !important [treefmt-check] + margin-right: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-md-9 { [treefmt-check] - margin-bottom:3.5rem !important [treefmt-check] + margin-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-md-9 { [treefmt-check] - margin-left:3.5rem !important [treefmt-check] + margin-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-md-9 { [treefmt-check] - margin-right:3.5rem !important; [treefmt-check] - margin-left:3.5rem !important [treefmt-check] + margin-right: 3.5rem !important; [treefmt-check] + margin-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .my-md-9 { [treefmt-check] - margin-top:3.5rem !important; [treefmt-check] - margin-bottom:3.5rem !important [treefmt-check] + margin-top: 3.5rem !important; [treefmt-check] + margin-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-md-9 { [treefmt-check] - margin-right:-3.5rem !important; [treefmt-check] - margin-left:-3.5rem !important [treefmt-check] + margin-right: -3.5rem !important; [treefmt-check] + margin-left: -3.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .m-md-10 { [treefmt-check] - margin:4rem !important [treefmt-check] + margin: 4rem !important; [treefmt-check]  } [treefmt-check]  .mt-md-10 { [treefmt-check] - margin-top:4rem !important [treefmt-check] + margin-top: 4rem !important; [treefmt-check]  } [treefmt-check]  .mr-md-10 { [treefmt-check] - margin-right:4rem !important [treefmt-check] + margin-right: 4rem !important; [treefmt-check]  } [treefmt-check]  .mb-md-10 { [treefmt-check] - margin-bottom:4rem !important [treefmt-check] + margin-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .ml-md-10 { [treefmt-check] - margin-left:4rem !important [treefmt-check] + margin-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .mx-md-10 { [treefmt-check] - margin-right:4rem !important; [treefmt-check] - margin-left:4rem !important [treefmt-check] + margin-right: 4rem !important; [treefmt-check] + margin-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .my-md-10 { [treefmt-check] - margin-top:4rem !important; [treefmt-check] - margin-bottom:4rem !important [treefmt-check] + margin-top: 4rem !important; [treefmt-check] + margin-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .mxn-md-10 { [treefmt-check] - margin-right:-4rem !important; [treefmt-check] - margin-left:-4rem !important [treefmt-check] + margin-right: -4rem !important; [treefmt-check] + margin-left: -4rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .m-lg-0 { [treefmt-check] - margin:0 !important [treefmt-check] + margin: 0 !important; [treefmt-check]  } [treefmt-check]  .mt-lg-0 { [treefmt-check] - margin-top:0 !important [treefmt-check] + margin-top: 0 !important; [treefmt-check]  } [treefmt-check]  .mr-lg-0 { [treefmt-check] - margin-right:0 !important [treefmt-check] + margin-right: 0 !important; [treefmt-check]  } [treefmt-check]  .mb-lg-0 { [treefmt-check] - margin-bottom:0 !important [treefmt-check] + margin-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .ml-lg-0 { [treefmt-check] - margin-left:0 !important [treefmt-check] + margin-left: 0 !important; [treefmt-check]  } [treefmt-check]  .mx-lg-0 { [treefmt-check] - margin-right:0 !important; [treefmt-check] - margin-left:0 !important [treefmt-check] + margin-right: 0 !important; [treefmt-check] + margin-left: 0 !important; [treefmt-check]  } [treefmt-check]  .my-lg-0 { [treefmt-check] - margin-top:0 !important; [treefmt-check] - margin-bottom:0 !important [treefmt-check] + margin-top: 0 !important; [treefmt-check] + margin-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .mxn-lg-0 { [treefmt-check] - margin-right:-0 !important; [treefmt-check] - margin-left:-0 !important [treefmt-check] + margin-right: -0 !important; [treefmt-check] + margin-left: -0 !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .m-lg-1 { [treefmt-check] - margin:.25rem !important [treefmt-check] + margin: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mt-lg-1 { [treefmt-check] - margin-top:.25rem !important [treefmt-check] + margin-top: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mr-lg-1 { [treefmt-check] - margin-right:.25rem !important [treefmt-check] + margin-right: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mb-lg-1 { [treefmt-check] - margin-bottom:.25rem !important [treefmt-check] + margin-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .ml-lg-1 { [treefmt-check] - margin-left:.25rem !important [treefmt-check] + margin-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mx-lg-1 { [treefmt-check] - margin-right:.25rem !important; [treefmt-check] - margin-left:.25rem !important [treefmt-check] + margin-right: 0.25rem !important; [treefmt-check] + margin-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .my-lg-1 { [treefmt-check] - margin-top:.25rem !important; [treefmt-check] - margin-bottom:.25rem !important [treefmt-check] + margin-top: 0.25rem !important; [treefmt-check] + margin-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mxn-lg-1 { [treefmt-check] - margin-right:-.25rem !important; [treefmt-check] - margin-left:-.25rem !important [treefmt-check] + margin-right: -0.25rem !important; [treefmt-check] + margin-left: -0.25rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .m-lg-2 { [treefmt-check] - margin:.5rem !important [treefmt-check] + margin: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-lg-2 { [treefmt-check] - margin-top:.5rem !important [treefmt-check] + margin-top: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-lg-2 { [treefmt-check] - margin-right:.5rem !important [treefmt-check] + margin-right: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-lg-2 { [treefmt-check] - margin-bottom:.5rem !important [treefmt-check] + margin-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-lg-2 { [treefmt-check] - margin-left:.5rem !important [treefmt-check] + margin-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-lg-2 { [treefmt-check] - margin-right:.5rem !important; [treefmt-check] - margin-left:.5rem !important [treefmt-check] + margin-right: 0.5rem !important; [treefmt-check] + margin-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .my-lg-2 { [treefmt-check] - margin-top:.5rem !important; [treefmt-check] - margin-bottom:.5rem !important [treefmt-check] + margin-top: 0.5rem !important; [treefmt-check] + margin-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-lg-2 { [treefmt-check] - margin-right:-.5rem !important; [treefmt-check] - margin-left:-.5rem !important [treefmt-check] + margin-right: -0.5rem !important; [treefmt-check] + margin-left: -0.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .m-lg-3 { [treefmt-check] - margin:.75rem !important [treefmt-check] + margin: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mt-lg-3 { [treefmt-check] - margin-top:.75rem !important [treefmt-check] + margin-top: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mr-lg-3 { [treefmt-check] - margin-right:.75rem !important [treefmt-check] + margin-right: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mb-lg-3 { [treefmt-check] - margin-bottom:.75rem !important [treefmt-check] + margin-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .ml-lg-3 { [treefmt-check] - margin-left:.75rem !important [treefmt-check] + margin-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mx-lg-3 { [treefmt-check] - margin-right:.75rem !important; [treefmt-check] - margin-left:.75rem !important [treefmt-check] + margin-right: 0.75rem !important; [treefmt-check] + margin-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .my-lg-3 { [treefmt-check] - margin-top:.75rem !important; [treefmt-check] - margin-bottom:.75rem !important [treefmt-check] + margin-top: 0.75rem !important; [treefmt-check] + margin-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mxn-lg-3 { [treefmt-check] - margin-right:-.75rem !important; [treefmt-check] - margin-left:-.75rem !important [treefmt-check] + margin-right: -0.75rem !important; [treefmt-check] + margin-left: -0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .m-lg-4 { [treefmt-check] - margin:1rem !important [treefmt-check] + margin: 1rem !important; [treefmt-check]  } [treefmt-check]  .mt-lg-4 { [treefmt-check] - margin-top:1rem !important [treefmt-check] + margin-top: 1rem !important; [treefmt-check]  } [treefmt-check]  .mr-lg-4 { [treefmt-check] - margin-right:1rem !important [treefmt-check] + margin-right: 1rem !important; [treefmt-check]  } [treefmt-check]  .mb-lg-4 { [treefmt-check] - margin-bottom:1rem !important [treefmt-check] + margin-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .ml-lg-4 { [treefmt-check] - margin-left:1rem !important [treefmt-check] + margin-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .mx-lg-4 { [treefmt-check] - margin-right:1rem !important; [treefmt-check] - margin-left:1rem !important [treefmt-check] + margin-right: 1rem !important; [treefmt-check] + margin-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .my-lg-4 { [treefmt-check] - margin-top:1rem !important; [treefmt-check] - margin-bottom:1rem !important [treefmt-check] + margin-top: 1rem !important; [treefmt-check] + margin-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .mxn-lg-4 { [treefmt-check] - margin-right:-1rem !important; [treefmt-check] - margin-left:-1rem !important [treefmt-check] + margin-right: -1rem !important; [treefmt-check] + margin-left: -1rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .m-lg-5 { [treefmt-check] - margin:1.5rem !important [treefmt-check] + margin: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-lg-5 { [treefmt-check] - margin-top:1.5rem !important [treefmt-check] + margin-top: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-lg-5 { [treefmt-check] - margin-right:1.5rem !important [treefmt-check] + margin-right: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-lg-5 { [treefmt-check] - margin-bottom:1.5rem !important [treefmt-check] + margin-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-lg-5 { [treefmt-check] - margin-left:1.5rem !important [treefmt-check] + margin-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-lg-5 { [treefmt-check] - margin-right:1.5rem !important; [treefmt-check] - margin-left:1.5rem !important [treefmt-check] + margin-right: 1.5rem !important; [treefmt-check] + margin-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .my-lg-5 { [treefmt-check] - margin-top:1.5rem !important; [treefmt-check] - margin-bottom:1.5rem !important [treefmt-check] + margin-top: 1.5rem !important; [treefmt-check] + margin-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-lg-5 { [treefmt-check] - margin-right:-1.5rem !important; [treefmt-check] - margin-left:-1.5rem !important [treefmt-check] + margin-right: -1.5rem !important; [treefmt-check] + margin-left: -1.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .m-lg-6 { [treefmt-check] - margin:2rem !important [treefmt-check] + margin: 2rem !important; [treefmt-check]  } [treefmt-check]  .mt-lg-6 { [treefmt-check] - margin-top:2rem !important [treefmt-check] + margin-top: 2rem !important; [treefmt-check]  } [treefmt-check]  .mr-lg-6 { [treefmt-check] - margin-right:2rem !important [treefmt-check] + margin-right: 2rem !important; [treefmt-check]  } [treefmt-check]  .mb-lg-6 { [treefmt-check] - margin-bottom:2rem !important [treefmt-check] + margin-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .ml-lg-6 { [treefmt-check] - margin-left:2rem !important [treefmt-check] + margin-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .mx-lg-6 { [treefmt-check] - margin-right:2rem !important; [treefmt-check] - margin-left:2rem !important [treefmt-check] + margin-right: 2rem !important; [treefmt-check] + margin-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .my-lg-6 { [treefmt-check] - margin-top:2rem !important; [treefmt-check] - margin-bottom:2rem !important [treefmt-check] + margin-top: 2rem !important; [treefmt-check] + margin-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .mxn-lg-6 { [treefmt-check] - margin-right:-2rem !important; [treefmt-check] - margin-left:-2rem !important [treefmt-check] + margin-right: -2rem !important; [treefmt-check] + margin-left: -2rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .m-lg-7 { [treefmt-check] - margin:2.5rem !important [treefmt-check] + margin: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-lg-7 { [treefmt-check] - margin-top:2.5rem !important [treefmt-check] + margin-top: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-lg-7 { [treefmt-check] - margin-right:2.5rem !important [treefmt-check] + margin-right: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-lg-7 { [treefmt-check] - margin-bottom:2.5rem !important [treefmt-check] + margin-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-lg-7 { [treefmt-check] - margin-left:2.5rem !important [treefmt-check] + margin-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-lg-7 { [treefmt-check] - margin-right:2.5rem !important; [treefmt-check] - margin-left:2.5rem !important [treefmt-check] + margin-right: 2.5rem !important; [treefmt-check] + margin-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .my-lg-7 { [treefmt-check] - margin-top:2.5rem !important; [treefmt-check] - margin-bottom:2.5rem !important [treefmt-check] + margin-top: 2.5rem !important; [treefmt-check] + margin-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-lg-7 { [treefmt-check] - margin-right:-2.5rem !important; [treefmt-check] - margin-left:-2.5rem !important [treefmt-check] + margin-right: -2.5rem !important; [treefmt-check] + margin-left: -2.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .m-lg-8 { [treefmt-check] - margin:3rem !important [treefmt-check] + margin: 3rem !important; [treefmt-check]  } [treefmt-check]  .mt-lg-8 { [treefmt-check] - margin-top:3rem !important [treefmt-check] + margin-top: 3rem !important; [treefmt-check]  } [treefmt-check]  .mr-lg-8 { [treefmt-check] - margin-right:3rem !important [treefmt-check] + margin-right: 3rem !important; [treefmt-check]  } [treefmt-check]  .mb-lg-8 { [treefmt-check] - margin-bottom:3rem !important [treefmt-check] + margin-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .ml-lg-8 { [treefmt-check] - margin-left:3rem !important [treefmt-check] + margin-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .mx-lg-8 { [treefmt-check] - margin-right:3rem !important; [treefmt-check] - margin-left:3rem !important [treefmt-check] + margin-right: 3rem !important; [treefmt-check] + margin-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .my-lg-8 { [treefmt-check] - margin-top:3rem !important; [treefmt-check] - margin-bottom:3rem !important [treefmt-check] + margin-top: 3rem !important; [treefmt-check] + margin-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .mxn-lg-8 { [treefmt-check] - margin-right:-3rem !important; [treefmt-check] - margin-left:-3rem !important [treefmt-check] + margin-right: -3rem !important; [treefmt-check] + margin-left: -3rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .m-lg-9 { [treefmt-check] - margin:3.5rem !important [treefmt-check] + margin: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-lg-9 { [treefmt-check] - margin-top:3.5rem !important [treefmt-check] + margin-top: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-lg-9 { [treefmt-check] - margin-right:3.5rem !important [treefmt-check] + margin-right: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-lg-9 { [treefmt-check] - margin-bottom:3.5rem !important [treefmt-check] + margin-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-lg-9 { [treefmt-check] - margin-left:3.5rem !important [treefmt-check] + margin-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-lg-9 { [treefmt-check] - margin-right:3.5rem !important; [treefmt-check] - margin-left:3.5rem !important [treefmt-check] + margin-right: 3.5rem !important; [treefmt-check] + margin-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .my-lg-9 { [treefmt-check] - margin-top:3.5rem !important; [treefmt-check] - margin-bottom:3.5rem !important [treefmt-check] + margin-top: 3.5rem !important; [treefmt-check] + margin-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-lg-9 { [treefmt-check] - margin-right:-3.5rem !important; [treefmt-check] - margin-left:-3.5rem !important [treefmt-check] + margin-right: -3.5rem !important; [treefmt-check] + margin-left: -3.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .m-lg-10 { [treefmt-check] - margin:4rem !important [treefmt-check] + margin: 4rem !important; [treefmt-check]  } [treefmt-check]  .mt-lg-10 { [treefmt-check] - margin-top:4rem !important [treefmt-check] + margin-top: 4rem !important; [treefmt-check]  } [treefmt-check]  .mr-lg-10 { [treefmt-check] - margin-right:4rem !important [treefmt-check] + margin-right: 4rem !important; [treefmt-check]  } [treefmt-check]  .mb-lg-10 { [treefmt-check] - margin-bottom:4rem !important [treefmt-check] + margin-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .ml-lg-10 { [treefmt-check] - margin-left:4rem !important [treefmt-check] + margin-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .mx-lg-10 { [treefmt-check] - margin-right:4rem !important; [treefmt-check] - margin-left:4rem !important [treefmt-check] + margin-right: 4rem !important; [treefmt-check] + margin-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .my-lg-10 { [treefmt-check] - margin-top:4rem !important; [treefmt-check] - margin-bottom:4rem !important [treefmt-check] + margin-top: 4rem !important; [treefmt-check] + margin-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .mxn-lg-10 { [treefmt-check] - margin-right:-4rem !important; [treefmt-check] - margin-left:-4rem !important [treefmt-check] + margin-right: -4rem !important; [treefmt-check] + margin-left: -4rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .m-xl-0 { [treefmt-check] - margin:0 !important [treefmt-check] + margin: 0 !important; [treefmt-check]  } [treefmt-check]  .mt-xl-0 { [treefmt-check] - margin-top:0 !important [treefmt-check] + margin-top: 0 !important; [treefmt-check]  } [treefmt-check]  .mr-xl-0 { [treefmt-check] - margin-right:0 !important [treefmt-check] + margin-right: 0 !important; [treefmt-check]  } [treefmt-check]  .mb-xl-0 { [treefmt-check] - margin-bottom:0 !important [treefmt-check] + margin-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .ml-xl-0 { [treefmt-check] - margin-left:0 !important [treefmt-check] + margin-left: 0 !important; [treefmt-check]  } [treefmt-check]  .mx-xl-0 { [treefmt-check] - margin-right:0 !important; [treefmt-check] - margin-left:0 !important [treefmt-check] + margin-right: 0 !important; [treefmt-check] + margin-left: 0 !important; [treefmt-check]  } [treefmt-check]  .my-xl-0 { [treefmt-check] - margin-top:0 !important; [treefmt-check] - margin-bottom:0 !important [treefmt-check] + margin-top: 0 !important; [treefmt-check] + margin-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .mxn-xl-0 { [treefmt-check] - margin-right:-0 !important; [treefmt-check] - margin-left:-0 !important [treefmt-check] + margin-right: -0 !important; [treefmt-check] + margin-left: -0 !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .m-xl-1 { [treefmt-check] - margin:.25rem !important [treefmt-check] + margin: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mt-xl-1 { [treefmt-check] - margin-top:.25rem !important [treefmt-check] + margin-top: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mr-xl-1 { [treefmt-check] - margin-right:.25rem !important [treefmt-check] + margin-right: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mb-xl-1 { [treefmt-check] - margin-bottom:.25rem !important [treefmt-check] + margin-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .ml-xl-1 { [treefmt-check] - margin-left:.25rem !important [treefmt-check] + margin-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mx-xl-1 { [treefmt-check] - margin-right:.25rem !important; [treefmt-check] - margin-left:.25rem !important [treefmt-check] + margin-right: 0.25rem !important; [treefmt-check] + margin-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .my-xl-1 { [treefmt-check] - margin-top:.25rem !important; [treefmt-check] - margin-bottom:.25rem !important [treefmt-check] + margin-top: 0.25rem !important; [treefmt-check] + margin-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xl-1 { [treefmt-check] - margin-right:-.25rem !important; [treefmt-check] - margin-left:-.25rem !important [treefmt-check] + margin-right: -0.25rem !important; [treefmt-check] + margin-left: -0.25rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .m-xl-2 { [treefmt-check] - margin:.5rem !important [treefmt-check] + margin: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-xl-2 { [treefmt-check] - margin-top:.5rem !important [treefmt-check] + margin-top: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-xl-2 { [treefmt-check] - margin-right:.5rem !important [treefmt-check] + margin-right: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-xl-2 { [treefmt-check] - margin-bottom:.5rem !important [treefmt-check] + margin-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-xl-2 { [treefmt-check] - margin-left:.5rem !important [treefmt-check] + margin-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-xl-2 { [treefmt-check] - margin-right:.5rem !important; [treefmt-check] - margin-left:.5rem !important [treefmt-check] + margin-right: 0.5rem !important; [treefmt-check] + margin-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .my-xl-2 { [treefmt-check] - margin-top:.5rem !important; [treefmt-check] - margin-bottom:.5rem !important [treefmt-check] + margin-top: 0.5rem !important; [treefmt-check] + margin-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xl-2 { [treefmt-check] - margin-right:-.5rem !important; [treefmt-check] - margin-left:-.5rem !important [treefmt-check] + margin-right: -0.5rem !important; [treefmt-check] + margin-left: -0.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .m-xl-3 { [treefmt-check] - margin:.75rem !important [treefmt-check] + margin: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mt-xl-3 { [treefmt-check] - margin-top:.75rem !important [treefmt-check] + margin-top: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mr-xl-3 { [treefmt-check] - margin-right:.75rem !important [treefmt-check] + margin-right: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mb-xl-3 { [treefmt-check] - margin-bottom:.75rem !important [treefmt-check] + margin-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .ml-xl-3 { [treefmt-check] - margin-left:.75rem !important [treefmt-check] + margin-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mx-xl-3 { [treefmt-check] - margin-right:.75rem !important; [treefmt-check] - margin-left:.75rem !important [treefmt-check] + margin-right: 0.75rem !important; [treefmt-check] + margin-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .my-xl-3 { [treefmt-check] - margin-top:.75rem !important; [treefmt-check] - margin-bottom:.75rem !important [treefmt-check] + margin-top: 0.75rem !important; [treefmt-check] + margin-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xl-3 { [treefmt-check] - margin-right:-.75rem !important; [treefmt-check] - margin-left:-.75rem !important [treefmt-check] + margin-right: -0.75rem !important; [treefmt-check] + margin-left: -0.75rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .m-xl-4 { [treefmt-check] - margin:1rem !important [treefmt-check] + margin: 1rem !important; [treefmt-check]  } [treefmt-check]  .mt-xl-4 { [treefmt-check] - margin-top:1rem !important [treefmt-check] + margin-top: 1rem !important; [treefmt-check]  } [treefmt-check]  .mr-xl-4 { [treefmt-check] - margin-right:1rem !important [treefmt-check] + margin-right: 1rem !important; [treefmt-check]  } [treefmt-check]  .mb-xl-4 { [treefmt-check] - margin-bottom:1rem !important [treefmt-check] + margin-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .ml-xl-4 { [treefmt-check] - margin-left:1rem !important [treefmt-check] + margin-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .mx-xl-4 { [treefmt-check] - margin-right:1rem !important; [treefmt-check] - margin-left:1rem !important [treefmt-check] + margin-right: 1rem !important; [treefmt-check] + margin-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .my-xl-4 { [treefmt-check] - margin-top:1rem !important; [treefmt-check] - margin-bottom:1rem !important [treefmt-check] + margin-top: 1rem !important; [treefmt-check] + margin-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xl-4 { [treefmt-check] - margin-right:-1rem !important; [treefmt-check] - margin-left:-1rem !important [treefmt-check] + margin-right: -1rem !important; [treefmt-check] + margin-left: -1rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .m-xl-5 { [treefmt-check] - margin:1.5rem !important [treefmt-check] + margin: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-xl-5 { [treefmt-check] - margin-top:1.5rem !important [treefmt-check] + margin-top: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-xl-5 { [treefmt-check] - margin-right:1.5rem !important [treefmt-check] + margin-right: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-xl-5 { [treefmt-check] - margin-bottom:1.5rem !important [treefmt-check] + margin-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-xl-5 { [treefmt-check] - margin-left:1.5rem !important [treefmt-check] + margin-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-xl-5 { [treefmt-check] - margin-right:1.5rem !important; [treefmt-check] - margin-left:1.5rem !important [treefmt-check] + margin-right: 1.5rem !important; [treefmt-check] + margin-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .my-xl-5 { [treefmt-check] - margin-top:1.5rem !important; [treefmt-check] - margin-bottom:1.5rem !important [treefmt-check] + margin-top: 1.5rem !important; [treefmt-check] + margin-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xl-5 { [treefmt-check] - margin-right:-1.5rem !important; [treefmt-check] - margin-left:-1.5rem !important [treefmt-check] + margin-right: -1.5rem !important; [treefmt-check] + margin-left: -1.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .m-xl-6 { [treefmt-check] - margin:2rem !important [treefmt-check] + margin: 2rem !important; [treefmt-check]  } [treefmt-check]  .mt-xl-6 { [treefmt-check] - margin-top:2rem !important [treefmt-check] + margin-top: 2rem !important; [treefmt-check]  } [treefmt-check]  .mr-xl-6 { [treefmt-check] - margin-right:2rem !important [treefmt-check] + margin-right: 2rem !important; [treefmt-check]  } [treefmt-check]  .mb-xl-6 { [treefmt-check] - margin-bottom:2rem !important [treefmt-check] + margin-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .ml-xl-6 { [treefmt-check] - margin-left:2rem !important [treefmt-check] + margin-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .mx-xl-6 { [treefmt-check] - margin-right:2rem !important; [treefmt-check] - margin-left:2rem !important [treefmt-check] + margin-right: 2rem !important; [treefmt-check] + margin-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .my-xl-6 { [treefmt-check] - margin-top:2rem !important; [treefmt-check] - margin-bottom:2rem !important [treefmt-check] + margin-top: 2rem !important; [treefmt-check] + margin-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xl-6 { [treefmt-check] - margin-right:-2rem !important; [treefmt-check] - margin-left:-2rem !important [treefmt-check] + margin-right: -2rem !important; [treefmt-check] + margin-left: -2rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .m-xl-7 { [treefmt-check] - margin:2.5rem !important [treefmt-check] + margin: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-xl-7 { [treefmt-check] - margin-top:2.5rem !important [treefmt-check] + margin-top: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-xl-7 { [treefmt-check] - margin-right:2.5rem !important [treefmt-check] + margin-right: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-xl-7 { [treefmt-check] - margin-bottom:2.5rem !important [treefmt-check] + margin-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-xl-7 { [treefmt-check] - margin-left:2.5rem !important [treefmt-check] + margin-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-xl-7 { [treefmt-check] - margin-right:2.5rem !important; [treefmt-check] - margin-left:2.5rem !important [treefmt-check] + margin-right: 2.5rem !important; [treefmt-check] + margin-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .my-xl-7 { [treefmt-check] - margin-top:2.5rem !important; [treefmt-check] - margin-bottom:2.5rem !important [treefmt-check] + margin-top: 2.5rem !important; [treefmt-check] + margin-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xl-7 { [treefmt-check] - margin-right:-2.5rem !important; [treefmt-check] - margin-left:-2.5rem !important [treefmt-check] + margin-right: -2.5rem !important; [treefmt-check] + margin-left: -2.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .m-xl-8 { [treefmt-check] - margin:3rem !important [treefmt-check] + margin: 3rem !important; [treefmt-check]  } [treefmt-check]  .mt-xl-8 { [treefmt-check] - margin-top:3rem !important [treefmt-check] + margin-top: 3rem !important; [treefmt-check]  } [treefmt-check]  .mr-xl-8 { [treefmt-check] - margin-right:3rem !important [treefmt-check] + margin-right: 3rem !important; [treefmt-check]  } [treefmt-check]  .mb-xl-8 { [treefmt-check] - margin-bottom:3rem !important [treefmt-check] + margin-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .ml-xl-8 { [treefmt-check] - margin-left:3rem !important [treefmt-check] + margin-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .mx-xl-8 { [treefmt-check] - margin-right:3rem !important; [treefmt-check] - margin-left:3rem !important [treefmt-check] + margin-right: 3rem !important; [treefmt-check] + margin-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .my-xl-8 { [treefmt-check] - margin-top:3rem !important; [treefmt-check] - margin-bottom:3rem !important [treefmt-check] + margin-top: 3rem !important; [treefmt-check] + margin-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xl-8 { [treefmt-check] - margin-right:-3rem !important; [treefmt-check] - margin-left:-3rem !important [treefmt-check] + margin-right: -3rem !important; [treefmt-check] + margin-left: -3rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .m-xl-9 { [treefmt-check] - margin:3.5rem !important [treefmt-check] + margin: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mt-xl-9 { [treefmt-check] - margin-top:3.5rem !important [treefmt-check] + margin-top: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mr-xl-9 { [treefmt-check] - margin-right:3.5rem !important [treefmt-check] + margin-right: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mb-xl-9 { [treefmt-check] - margin-bottom:3.5rem !important [treefmt-check] + margin-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .ml-xl-9 { [treefmt-check] - margin-left:3.5rem !important [treefmt-check] + margin-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mx-xl-9 { [treefmt-check] - margin-right:3.5rem !important; [treefmt-check] - margin-left:3.5rem !important [treefmt-check] + margin-right: 3.5rem !important; [treefmt-check] + margin-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .my-xl-9 { [treefmt-check] - margin-top:3.5rem !important; [treefmt-check] - margin-bottom:3.5rem !important [treefmt-check] + margin-top: 3.5rem !important; [treefmt-check] + margin-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xl-9 { [treefmt-check] - margin-right:-3.5rem !important; [treefmt-check] - margin-left:-3.5rem !important [treefmt-check] + margin-right: -3.5rem !important; [treefmt-check] + margin-left: -3.5rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .m-xl-10 { [treefmt-check] - margin:4rem !important [treefmt-check] + margin: 4rem !important; [treefmt-check]  } [treefmt-check]  .mt-xl-10 { [treefmt-check] - margin-top:4rem !important [treefmt-check] + margin-top: 4rem !important; [treefmt-check]  } [treefmt-check]  .mr-xl-10 { [treefmt-check] - margin-right:4rem !important [treefmt-check] + margin-right: 4rem !important; [treefmt-check]  } [treefmt-check]  .mb-xl-10 { [treefmt-check] - margin-bottom:4rem !important [treefmt-check] + margin-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .ml-xl-10 { [treefmt-check] - margin-left:4rem !important [treefmt-check] + margin-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .mx-xl-10 { [treefmt-check] - margin-right:4rem !important; [treefmt-check] - margin-left:4rem !important [treefmt-check] + margin-right: 4rem !important; [treefmt-check] + margin-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .my-xl-10 { [treefmt-check] - margin-top:4rem !important; [treefmt-check] - margin-bottom:4rem !important [treefmt-check] + margin-top: 4rem !important; [treefmt-check] + margin-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .mxn-xl-10 { [treefmt-check] - margin-right:-4rem !important; [treefmt-check] - margin-left:-4rem !important [treefmt-check] + margin-right: -4rem !important; [treefmt-check] + margin-left: -4rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  .p-0 { [treefmt-check] - padding:0 !important [treefmt-check] + padding: 0 !important; [treefmt-check]  } [treefmt-check]  .pt-0 { [treefmt-check] - padding-top:0 !important [treefmt-check] + padding-top: 0 !important; [treefmt-check]  } [treefmt-check]  .pr-0 { [treefmt-check] - padding-right:0 !important [treefmt-check] + padding-right: 0 !important; [treefmt-check]  } [treefmt-check]  .pb-0 { [treefmt-check] - padding-bottom:0 !important [treefmt-check] + padding-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .pl-0 { [treefmt-check] - padding-left:0 !important [treefmt-check] + padding-left: 0 !important; [treefmt-check]  } [treefmt-check]  .px-0 { [treefmt-check] - padding-right:0 !important; [treefmt-check] - padding-left:0 !important [treefmt-check] + padding-right: 0 !important; [treefmt-check] + padding-left: 0 !important; [treefmt-check]  } [treefmt-check]  .py-0 { [treefmt-check] - padding-top:0 !important; [treefmt-check] - padding-bottom:0 !important [treefmt-check] + padding-top: 0 !important; [treefmt-check] + padding-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .p-1 { [treefmt-check] - padding:.25rem !important [treefmt-check] + padding: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pt-1 { [treefmt-check] - padding-top:.25rem !important [treefmt-check] + padding-top: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pr-1 { [treefmt-check] - padding-right:.25rem !important [treefmt-check] + padding-right: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pb-1 { [treefmt-check] - padding-bottom:.25rem !important [treefmt-check] + padding-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pl-1 { [treefmt-check] - padding-left:.25rem !important [treefmt-check] + padding-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .px-1 { [treefmt-check] - padding-right:.25rem !important; [treefmt-check] - padding-left:.25rem !important [treefmt-check] + padding-right: 0.25rem !important; [treefmt-check] + padding-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .py-1 { [treefmt-check] - padding-top:.25rem !important; [treefmt-check] - padding-bottom:.25rem !important [treefmt-check] + padding-top: 0.25rem !important; [treefmt-check] + padding-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .p-2 { [treefmt-check] - padding:.5rem !important [treefmt-check] + padding: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-2 { [treefmt-check] - padding-top:.5rem !important [treefmt-check] + padding-top: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-2 { [treefmt-check] - padding-right:.5rem !important [treefmt-check] + padding-right: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-2 { [treefmt-check] - padding-bottom:.5rem !important [treefmt-check] + padding-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-2 { [treefmt-check] - padding-left:.5rem !important [treefmt-check] + padding-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .px-2 { [treefmt-check] - padding-right:.5rem !important; [treefmt-check] - padding-left:.5rem !important [treefmt-check] + padding-right: 0.5rem !important; [treefmt-check] + padding-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .py-2 { [treefmt-check] - padding-top:.5rem !important; [treefmt-check] - padding-bottom:.5rem !important [treefmt-check] + padding-top: 0.5rem !important; [treefmt-check] + padding-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .p-3 { [treefmt-check] - padding:.75rem !important [treefmt-check] + padding: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pt-3 { [treefmt-check] - padding-top:.75rem !important [treefmt-check] + padding-top: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pr-3 { [treefmt-check] - padding-right:.75rem !important [treefmt-check] + padding-right: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pb-3 { [treefmt-check] - padding-bottom:.75rem !important [treefmt-check] + padding-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pl-3 { [treefmt-check] - padding-left:.75rem !important [treefmt-check] + padding-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .px-3 { [treefmt-check] - padding-right:.75rem !important; [treefmt-check] - padding-left:.75rem !important [treefmt-check] + padding-right: 0.75rem !important; [treefmt-check] + padding-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .py-3 { [treefmt-check] - padding-top:.75rem !important; [treefmt-check] - padding-bottom:.75rem !important [treefmt-check] + padding-top: 0.75rem !important; [treefmt-check] + padding-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .p-4 { [treefmt-check] - padding:1rem !important [treefmt-check] + padding: 1rem !important; [treefmt-check]  } [treefmt-check]  .pt-4 { [treefmt-check] - padding-top:1rem !important [treefmt-check] + padding-top: 1rem !important; [treefmt-check]  } [treefmt-check]  .pr-4 { [treefmt-check] - padding-right:1rem !important [treefmt-check] + padding-right: 1rem !important; [treefmt-check]  } [treefmt-check]  .pb-4 { [treefmt-check] - padding-bottom:1rem !important [treefmt-check] + padding-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .pl-4 { [treefmt-check] - padding-left:1rem !important [treefmt-check] + padding-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .px-4 { [treefmt-check] - padding-right:1rem !important; [treefmt-check] - padding-left:1rem !important [treefmt-check] + padding-right: 1rem !important; [treefmt-check] + padding-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .py-4 { [treefmt-check] - padding-top:1rem !important; [treefmt-check] - padding-bottom:1rem !important [treefmt-check] + padding-top: 1rem !important; [treefmt-check] + padding-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .p-5 { [treefmt-check] - padding:1.5rem !important [treefmt-check] + padding: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-5 { [treefmt-check] - padding-top:1.5rem !important [treefmt-check] + padding-top: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-5 { [treefmt-check] - padding-right:1.5rem !important [treefmt-check] + padding-right: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-5 { [treefmt-check] - padding-bottom:1.5rem !important [treefmt-check] + padding-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-5 { [treefmt-check] - padding-left:1.5rem !important [treefmt-check] + padding-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .px-5 { [treefmt-check] - padding-right:1.5rem !important; [treefmt-check] - padding-left:1.5rem !important [treefmt-check] + padding-right: 1.5rem !important; [treefmt-check] + padding-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .py-5 { [treefmt-check] - padding-top:1.5rem !important; [treefmt-check] - padding-bottom:1.5rem !important [treefmt-check] + padding-top: 1.5rem !important; [treefmt-check] + padding-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .p-6 { [treefmt-check] - padding:2rem !important [treefmt-check] + padding: 2rem !important; [treefmt-check]  } [treefmt-check]  .pt-6 { [treefmt-check] - padding-top:2rem !important [treefmt-check] + padding-top: 2rem !important; [treefmt-check]  } [treefmt-check]  .pr-6 { [treefmt-check] - padding-right:2rem !important [treefmt-check] + padding-right: 2rem !important; [treefmt-check]  } [treefmt-check]  .pb-6 { [treefmt-check] - padding-bottom:2rem !important [treefmt-check] + padding-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .pl-6 { [treefmt-check] - padding-left:2rem !important [treefmt-check] + padding-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .px-6 { [treefmt-check] - padding-right:2rem !important; [treefmt-check] - padding-left:2rem !important [treefmt-check] + padding-right: 2rem !important; [treefmt-check] + padding-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .py-6 { [treefmt-check] - padding-top:2rem !important; [treefmt-check] - padding-bottom:2rem !important [treefmt-check] + padding-top: 2rem !important; [treefmt-check] + padding-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .p-7 { [treefmt-check] - padding:2.5rem !important [treefmt-check] + padding: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-7 { [treefmt-check] - padding-top:2.5rem !important [treefmt-check] + padding-top: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-7 { [treefmt-check] - padding-right:2.5rem !important [treefmt-check] + padding-right: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-7 { [treefmt-check] - padding-bottom:2.5rem !important [treefmt-check] + padding-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-7 { [treefmt-check] - padding-left:2.5rem !important [treefmt-check] + padding-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .px-7 { [treefmt-check] - padding-right:2.5rem !important; [treefmt-check] - padding-left:2.5rem !important [treefmt-check] + padding-right: 2.5rem !important; [treefmt-check] + padding-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .py-7 { [treefmt-check] - padding-top:2.5rem !important; [treefmt-check] - padding-bottom:2.5rem !important [treefmt-check] + padding-top: 2.5rem !important; [treefmt-check] + padding-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .p-8 { [treefmt-check] - padding:3rem !important [treefmt-check] + padding: 3rem !important; [treefmt-check]  } [treefmt-check]  .pt-8 { [treefmt-check] - padding-top:3rem !important [treefmt-check] + padding-top: 3rem !important; [treefmt-check]  } [treefmt-check]  .pr-8 { [treefmt-check] - padding-right:3rem !important [treefmt-check] + padding-right: 3rem !important; [treefmt-check]  } [treefmt-check]  .pb-8 { [treefmt-check] - padding-bottom:3rem !important [treefmt-check] + padding-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .pl-8 { [treefmt-check] - padding-left:3rem !important [treefmt-check] + padding-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .px-8 { [treefmt-check] - padding-right:3rem !important; [treefmt-check] - padding-left:3rem !important [treefmt-check] + padding-right: 3rem !important; [treefmt-check] + padding-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .py-8 { [treefmt-check] - padding-top:3rem !important; [treefmt-check] - padding-bottom:3rem !important [treefmt-check] + padding-top: 3rem !important; [treefmt-check] + padding-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .p-9 { [treefmt-check] - padding:3.5rem !important [treefmt-check] + padding: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-9 { [treefmt-check] - padding-top:3.5rem !important [treefmt-check] + padding-top: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-9 { [treefmt-check] - padding-right:3.5rem !important [treefmt-check] + padding-right: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-9 { [treefmt-check] - padding-bottom:3.5rem !important [treefmt-check] + padding-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-9 { [treefmt-check] - padding-left:3.5rem !important [treefmt-check] + padding-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .px-9 { [treefmt-check] - padding-right:3.5rem !important; [treefmt-check] - padding-left:3.5rem !important [treefmt-check] + padding-right: 3.5rem !important; [treefmt-check] + padding-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .py-9 { [treefmt-check] - padding-top:3.5rem !important; [treefmt-check] - padding-bottom:3.5rem !important [treefmt-check] + padding-top: 3.5rem !important; [treefmt-check] + padding-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .p-10 { [treefmt-check] - padding:4rem !important [treefmt-check] + padding: 4rem !important; [treefmt-check]  } [treefmt-check]  .pt-10 { [treefmt-check] - padding-top:4rem !important [treefmt-check] + padding-top: 4rem !important; [treefmt-check]  } [treefmt-check]  .pr-10 { [treefmt-check] - padding-right:4rem !important [treefmt-check] + padding-right: 4rem !important; [treefmt-check]  } [treefmt-check]  .pb-10 { [treefmt-check] - padding-bottom:4rem !important [treefmt-check] + padding-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .pl-10 { [treefmt-check] - padding-left:4rem !important [treefmt-check] + padding-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .px-10 { [treefmt-check] - padding-right:4rem !important; [treefmt-check] - padding-left:4rem !important [treefmt-check] + padding-right: 4rem !important; [treefmt-check] + padding-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .py-10 { [treefmt-check] - padding-top:4rem !important; [treefmt-check] - padding-bottom:4rem !important [treefmt-check] + padding-top: 4rem !important; [treefmt-check] + padding-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  @media (min-width: 20rem) { [treefmt-check]  .p-xs-0 { [treefmt-check] - padding:0 !important [treefmt-check] + padding: 0 !important; [treefmt-check]  } [treefmt-check]  .pt-xs-0 { [treefmt-check] - padding-top:0 !important [treefmt-check] + padding-top: 0 !important; [treefmt-check]  } [treefmt-check]  .pr-xs-0 { [treefmt-check] - padding-right:0 !important [treefmt-check] + padding-right: 0 !important; [treefmt-check]  } [treefmt-check]  .pb-xs-0 { [treefmt-check] - padding-bottom:0 !important [treefmt-check] + padding-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .pl-xs-0 { [treefmt-check] - padding-left:0 !important [treefmt-check] + padding-left: 0 !important; [treefmt-check]  } [treefmt-check]  .px-xs-0 { [treefmt-check] - padding-right:0 !important; [treefmt-check] - padding-left:0 !important [treefmt-check] + padding-right: 0 !important; [treefmt-check] + padding-left: 0 !important; [treefmt-check]  } [treefmt-check]  .py-xs-0 { [treefmt-check] - padding-top:0 !important; [treefmt-check] - padding-bottom:0 !important [treefmt-check] + padding-top: 0 !important; [treefmt-check] + padding-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .p-xs-1 { [treefmt-check] - padding:.25rem !important [treefmt-check] + padding: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pt-xs-1 { [treefmt-check] - padding-top:.25rem !important [treefmt-check] + padding-top: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pr-xs-1 { [treefmt-check] - padding-right:.25rem !important [treefmt-check] + padding-right: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pb-xs-1 { [treefmt-check] - padding-bottom:.25rem !important [treefmt-check] + padding-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pl-xs-1 { [treefmt-check] - padding-left:.25rem !important [treefmt-check] + padding-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .px-xs-1 { [treefmt-check] - padding-right:.25rem !important; [treefmt-check] - padding-left:.25rem !important [treefmt-check] + padding-right: 0.25rem !important; [treefmt-check] + padding-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .py-xs-1 { [treefmt-check] - padding-top:.25rem !important; [treefmt-check] - padding-bottom:.25rem !important [treefmt-check] + padding-top: 0.25rem !important; [treefmt-check] + padding-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .p-xs-2 { [treefmt-check] - padding:.5rem !important [treefmt-check] + padding: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-xs-2 { [treefmt-check] - padding-top:.5rem !important [treefmt-check] + padding-top: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-xs-2 { [treefmt-check] - padding-right:.5rem !important [treefmt-check] + padding-right: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-xs-2 { [treefmt-check] - padding-bottom:.5rem !important [treefmt-check] + padding-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-xs-2 { [treefmt-check] - padding-left:.5rem !important [treefmt-check] + padding-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .px-xs-2 { [treefmt-check] - padding-right:.5rem !important; [treefmt-check] - padding-left:.5rem !important [treefmt-check] + padding-right: 0.5rem !important; [treefmt-check] + padding-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .py-xs-2 { [treefmt-check] - padding-top:.5rem !important; [treefmt-check] - padding-bottom:.5rem !important [treefmt-check] + padding-top: 0.5rem !important; [treefmt-check] + padding-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .p-xs-3 { [treefmt-check] - padding:.75rem !important [treefmt-check] + padding: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pt-xs-3 { [treefmt-check] - padding-top:.75rem !important [treefmt-check] + padding-top: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pr-xs-3 { [treefmt-check] - padding-right:.75rem !important [treefmt-check] + padding-right: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pb-xs-3 { [treefmt-check] - padding-bottom:.75rem !important [treefmt-check] + padding-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pl-xs-3 { [treefmt-check] - padding-left:.75rem !important [treefmt-check] + padding-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .px-xs-3 { [treefmt-check] - padding-right:.75rem !important; [treefmt-check] - padding-left:.75rem !important [treefmt-check] + padding-right: 0.75rem !important; [treefmt-check] + padding-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .py-xs-3 { [treefmt-check] - padding-top:.75rem !important; [treefmt-check] - padding-bottom:.75rem !important [treefmt-check] + padding-top: 0.75rem !important; [treefmt-check] + padding-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .p-xs-4 { [treefmt-check] - padding:1rem !important [treefmt-check] + padding: 1rem !important; [treefmt-check]  } [treefmt-check]  .pt-xs-4 { [treefmt-check] - padding-top:1rem !important [treefmt-check] + padding-top: 1rem !important; [treefmt-check]  } [treefmt-check]  .pr-xs-4 { [treefmt-check] - padding-right:1rem !important [treefmt-check] + padding-right: 1rem !important; [treefmt-check]  } [treefmt-check]  .pb-xs-4 { [treefmt-check] - padding-bottom:1rem !important [treefmt-check] + padding-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .pl-xs-4 { [treefmt-check] - padding-left:1rem !important [treefmt-check] + padding-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .px-xs-4 { [treefmt-check] - padding-right:1rem !important; [treefmt-check] - padding-left:1rem !important [treefmt-check] + padding-right: 1rem !important; [treefmt-check] + padding-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .py-xs-4 { [treefmt-check] - padding-top:1rem !important; [treefmt-check] - padding-bottom:1rem !important [treefmt-check] + padding-top: 1rem !important; [treefmt-check] + padding-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .p-xs-5 { [treefmt-check] - padding:1.5rem !important [treefmt-check] + padding: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-xs-5 { [treefmt-check] - padding-top:1.5rem !important [treefmt-check] + padding-top: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-xs-5 { [treefmt-check] - padding-right:1.5rem !important [treefmt-check] + padding-right: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-xs-5 { [treefmt-check] - padding-bottom:1.5rem !important [treefmt-check] + padding-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-xs-5 { [treefmt-check] - padding-left:1.5rem !important [treefmt-check] + padding-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .px-xs-5 { [treefmt-check] - padding-right:1.5rem !important; [treefmt-check] - padding-left:1.5rem !important [treefmt-check] + padding-right: 1.5rem !important; [treefmt-check] + padding-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .py-xs-5 { [treefmt-check] - padding-top:1.5rem !important; [treefmt-check] - padding-bottom:1.5rem !important [treefmt-check] + padding-top: 1.5rem !important; [treefmt-check] + padding-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .p-xs-6 { [treefmt-check] - padding:2rem !important [treefmt-check] + padding: 2rem !important; [treefmt-check]  } [treefmt-check]  .pt-xs-6 { [treefmt-check] - padding-top:2rem !important [treefmt-check] + padding-top: 2rem !important; [treefmt-check]  } [treefmt-check]  .pr-xs-6 { [treefmt-check] - padding-right:2rem !important [treefmt-check] + padding-right: 2rem !important; [treefmt-check]  } [treefmt-check]  .pb-xs-6 { [treefmt-check] - padding-bottom:2rem !important [treefmt-check] + padding-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .pl-xs-6 { [treefmt-check] - padding-left:2rem !important [treefmt-check] + padding-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .px-xs-6 { [treefmt-check] - padding-right:2rem !important; [treefmt-check] - padding-left:2rem !important [treefmt-check] + padding-right: 2rem !important; [treefmt-check] + padding-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .py-xs-6 { [treefmt-check] - padding-top:2rem !important; [treefmt-check] - padding-bottom:2rem !important [treefmt-check] + padding-top: 2rem !important; [treefmt-check] + padding-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .p-xs-7 { [treefmt-check] - padding:2.5rem !important [treefmt-check] + padding: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-xs-7 { [treefmt-check] - padding-top:2.5rem !important [treefmt-check] + padding-top: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-xs-7 { [treefmt-check] - padding-right:2.5rem !important [treefmt-check] + padding-right: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-xs-7 { [treefmt-check] - padding-bottom:2.5rem !important [treefmt-check] + padding-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-xs-7 { [treefmt-check] - padding-left:2.5rem !important [treefmt-check] + padding-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .px-xs-7 { [treefmt-check] - padding-right:2.5rem !important; [treefmt-check] - padding-left:2.5rem !important [treefmt-check] + padding-right: 2.5rem !important; [treefmt-check] + padding-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .py-xs-7 { [treefmt-check] - padding-top:2.5rem !important; [treefmt-check] - padding-bottom:2.5rem !important [treefmt-check] + padding-top: 2.5rem !important; [treefmt-check] + padding-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .p-xs-8 { [treefmt-check] - padding:3rem !important [treefmt-check] + padding: 3rem !important; [treefmt-check]  } [treefmt-check]  .pt-xs-8 { [treefmt-check] - padding-top:3rem !important [treefmt-check] + padding-top: 3rem !important; [treefmt-check]  } [treefmt-check]  .pr-xs-8 { [treefmt-check] - padding-right:3rem !important [treefmt-check] + padding-right: 3rem !important; [treefmt-check]  } [treefmt-check]  .pb-xs-8 { [treefmt-check] - padding-bottom:3rem !important [treefmt-check] + padding-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .pl-xs-8 { [treefmt-check] - padding-left:3rem !important [treefmt-check] + padding-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .px-xs-8 { [treefmt-check] - padding-right:3rem !important; [treefmt-check] - padding-left:3rem !important [treefmt-check] + padding-right: 3rem !important; [treefmt-check] + padding-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .py-xs-8 { [treefmt-check] - padding-top:3rem !important; [treefmt-check] - padding-bottom:3rem !important [treefmt-check] + padding-top: 3rem !important; [treefmt-check] + padding-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .p-xs-9 { [treefmt-check] - padding:3.5rem !important [treefmt-check] + padding: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-xs-9 { [treefmt-check] - padding-top:3.5rem !important [treefmt-check] + padding-top: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-xs-9 { [treefmt-check] - padding-right:3.5rem !important [treefmt-check] + padding-right: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-xs-9 { [treefmt-check] - padding-bottom:3.5rem !important [treefmt-check] + padding-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-xs-9 { [treefmt-check] - padding-left:3.5rem !important [treefmt-check] + padding-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .px-xs-9 { [treefmt-check] - padding-right:3.5rem !important; [treefmt-check] - padding-left:3.5rem !important [treefmt-check] + padding-right: 3.5rem !important; [treefmt-check] + padding-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .py-xs-9 { [treefmt-check] - padding-top:3.5rem !important; [treefmt-check] - padding-bottom:3.5rem !important [treefmt-check] + padding-top: 3.5rem !important; [treefmt-check] + padding-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .p-xs-10 { [treefmt-check] - padding:4rem !important [treefmt-check] + padding: 4rem !important; [treefmt-check]  } [treefmt-check]  .pt-xs-10 { [treefmt-check] - padding-top:4rem !important [treefmt-check] + padding-top: 4rem !important; [treefmt-check]  } [treefmt-check]  .pr-xs-10 { [treefmt-check] - padding-right:4rem !important [treefmt-check] + padding-right: 4rem !important; [treefmt-check]  } [treefmt-check]  .pb-xs-10 { [treefmt-check] - padding-bottom:4rem !important [treefmt-check] + padding-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .pl-xs-10 { [treefmt-check] - padding-left:4rem !important [treefmt-check] + padding-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .px-xs-10 { [treefmt-check] - padding-right:4rem !important; [treefmt-check] - padding-left:4rem !important [treefmt-check] + padding-right: 4rem !important; [treefmt-check] + padding-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .py-xs-10 { [treefmt-check] - padding-top:4rem !important; [treefmt-check] - padding-bottom:4rem !important [treefmt-check] + padding-top: 4rem !important; [treefmt-check] + padding-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 31.25rem) { [treefmt-check]  .p-sm-0 { [treefmt-check] - padding:0 !important [treefmt-check] + padding: 0 !important; [treefmt-check]  } [treefmt-check]  .pt-sm-0 { [treefmt-check] - padding-top:0 !important [treefmt-check] + padding-top: 0 !important; [treefmt-check]  } [treefmt-check]  .pr-sm-0 { [treefmt-check] - padding-right:0 !important [treefmt-check] + padding-right: 0 !important; [treefmt-check]  } [treefmt-check]  .pb-sm-0 { [treefmt-check] - padding-bottom:0 !important [treefmt-check] + padding-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .pl-sm-0 { [treefmt-check] - padding-left:0 !important [treefmt-check] + padding-left: 0 !important; [treefmt-check]  } [treefmt-check]  .px-sm-0 { [treefmt-check] - padding-right:0 !important; [treefmt-check] - padding-left:0 !important [treefmt-check] + padding-right: 0 !important; [treefmt-check] + padding-left: 0 !important; [treefmt-check]  } [treefmt-check]  .py-sm-0 { [treefmt-check] - padding-top:0 !important; [treefmt-check] - padding-bottom:0 !important [treefmt-check] + padding-top: 0 !important; [treefmt-check] + padding-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .p-sm-1 { [treefmt-check] - padding:.25rem !important [treefmt-check] + padding: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pt-sm-1 { [treefmt-check] - padding-top:.25rem !important [treefmt-check] + padding-top: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pr-sm-1 { [treefmt-check] - padding-right:.25rem !important [treefmt-check] + padding-right: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pb-sm-1 { [treefmt-check] - padding-bottom:.25rem !important [treefmt-check] + padding-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pl-sm-1 { [treefmt-check] - padding-left:.25rem !important [treefmt-check] + padding-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .px-sm-1 { [treefmt-check] - padding-right:.25rem !important; [treefmt-check] - padding-left:.25rem !important [treefmt-check] + padding-right: 0.25rem !important; [treefmt-check] + padding-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .py-sm-1 { [treefmt-check] - padding-top:.25rem !important; [treefmt-check] - padding-bottom:.25rem !important [treefmt-check] + padding-top: 0.25rem !important; [treefmt-check] + padding-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .p-sm-2 { [treefmt-check] - padding:.5rem !important [treefmt-check] + padding: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-sm-2 { [treefmt-check] - padding-top:.5rem !important [treefmt-check] + padding-top: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-sm-2 { [treefmt-check] - padding-right:.5rem !important [treefmt-check] + padding-right: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-sm-2 { [treefmt-check] - padding-bottom:.5rem !important [treefmt-check] + padding-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-sm-2 { [treefmt-check] - padding-left:.5rem !important [treefmt-check] + padding-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .px-sm-2 { [treefmt-check] - padding-right:.5rem !important; [treefmt-check] - padding-left:.5rem !important [treefmt-check] + padding-right: 0.5rem !important; [treefmt-check] + padding-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .py-sm-2 { [treefmt-check] - padding-top:.5rem !important; [treefmt-check] - padding-bottom:.5rem !important [treefmt-check] + padding-top: 0.5rem !important; [treefmt-check] + padding-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .p-sm-3 { [treefmt-check] - padding:.75rem !important [treefmt-check] + padding: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pt-sm-3 { [treefmt-check] - padding-top:.75rem !important [treefmt-check] + padding-top: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pr-sm-3 { [treefmt-check] - padding-right:.75rem !important [treefmt-check] + padding-right: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pb-sm-3 { [treefmt-check] - padding-bottom:.75rem !important [treefmt-check] + padding-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pl-sm-3 { [treefmt-check] - padding-left:.75rem !important [treefmt-check] + padding-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .px-sm-3 { [treefmt-check] - padding-right:.75rem !important; [treefmt-check] - padding-left:.75rem !important [treefmt-check] + padding-right: 0.75rem !important; [treefmt-check] + padding-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .py-sm-3 { [treefmt-check] - padding-top:.75rem !important; [treefmt-check] - padding-bottom:.75rem !important [treefmt-check] + padding-top: 0.75rem !important; [treefmt-check] + padding-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .p-sm-4 { [treefmt-check] - padding:1rem !important [treefmt-check] + padding: 1rem !important; [treefmt-check]  } [treefmt-check]  .pt-sm-4 { [treefmt-check] - padding-top:1rem !important [treefmt-check] + padding-top: 1rem !important; [treefmt-check]  } [treefmt-check]  .pr-sm-4 { [treefmt-check] - padding-right:1rem !important [treefmt-check] + padding-right: 1rem !important; [treefmt-check]  } [treefmt-check]  .pb-sm-4 { [treefmt-check] - padding-bottom:1rem !important [treefmt-check] + padding-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .pl-sm-4 { [treefmt-check] - padding-left:1rem !important [treefmt-check] + padding-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .px-sm-4 { [treefmt-check] - padding-right:1rem !important; [treefmt-check] - padding-left:1rem !important [treefmt-check] + padding-right: 1rem !important; [treefmt-check] + padding-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .py-sm-4 { [treefmt-check] - padding-top:1rem !important; [treefmt-check] - padding-bottom:1rem !important [treefmt-check] + padding-top: 1rem !important; [treefmt-check] + padding-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .p-sm-5 { [treefmt-check] - padding:1.5rem !important [treefmt-check] + padding: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-sm-5 { [treefmt-check] - padding-top:1.5rem !important [treefmt-check] + padding-top: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-sm-5 { [treefmt-check] - padding-right:1.5rem !important [treefmt-check] + padding-right: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-sm-5 { [treefmt-check] - padding-bottom:1.5rem !important [treefmt-check] + padding-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-sm-5 { [treefmt-check] - padding-left:1.5rem !important [treefmt-check] + padding-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .px-sm-5 { [treefmt-check] - padding-right:1.5rem !important; [treefmt-check] - padding-left:1.5rem !important [treefmt-check] + padding-right: 1.5rem !important; [treefmt-check] + padding-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .py-sm-5 { [treefmt-check] - padding-top:1.5rem !important; [treefmt-check] - padding-bottom:1.5rem !important [treefmt-check] + padding-top: 1.5rem !important; [treefmt-check] + padding-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .p-sm-6 { [treefmt-check] - padding:2rem !important [treefmt-check] + padding: 2rem !important; [treefmt-check]  } [treefmt-check]  .pt-sm-6 { [treefmt-check] - padding-top:2rem !important [treefmt-check] + padding-top: 2rem !important; [treefmt-check]  } [treefmt-check]  .pr-sm-6 { [treefmt-check] - padding-right:2rem !important [treefmt-check] + padding-right: 2rem !important; [treefmt-check]  } [treefmt-check]  .pb-sm-6 { [treefmt-check] - padding-bottom:2rem !important [treefmt-check] + padding-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .pl-sm-6 { [treefmt-check] - padding-left:2rem !important [treefmt-check] + padding-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .px-sm-6 { [treefmt-check] - padding-right:2rem !important; [treefmt-check] - padding-left:2rem !important [treefmt-check] + padding-right: 2rem !important; [treefmt-check] + padding-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .py-sm-6 { [treefmt-check] - padding-top:2rem !important; [treefmt-check] - padding-bottom:2rem !important [treefmt-check] + padding-top: 2rem !important; [treefmt-check] + padding-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .p-sm-7 { [treefmt-check] - padding:2.5rem !important [treefmt-check] + padding: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-sm-7 { [treefmt-check] - padding-top:2.5rem !important [treefmt-check] + padding-top: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-sm-7 { [treefmt-check] - padding-right:2.5rem !important [treefmt-check] + padding-right: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-sm-7 { [treefmt-check] - padding-bottom:2.5rem !important [treefmt-check] + padding-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-sm-7 { [treefmt-check] - padding-left:2.5rem !important [treefmt-check] + padding-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .px-sm-7 { [treefmt-check] - padding-right:2.5rem !important; [treefmt-check] - padding-left:2.5rem !important [treefmt-check] + padding-right: 2.5rem !important; [treefmt-check] + padding-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .py-sm-7 { [treefmt-check] - padding-top:2.5rem !important; [treefmt-check] - padding-bottom:2.5rem !important [treefmt-check] + padding-top: 2.5rem !important; [treefmt-check] + padding-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .p-sm-8 { [treefmt-check] - padding:3rem !important [treefmt-check] + padding: 3rem !important; [treefmt-check]  } [treefmt-check]  .pt-sm-8 { [treefmt-check] - padding-top:3rem !important [treefmt-check] + padding-top: 3rem !important; [treefmt-check]  } [treefmt-check]  .pr-sm-8 { [treefmt-check] - padding-right:3rem !important [treefmt-check] + padding-right: 3rem !important; [treefmt-check]  } [treefmt-check]  .pb-sm-8 { [treefmt-check] - padding-bottom:3rem !important [treefmt-check] + padding-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .pl-sm-8 { [treefmt-check] - padding-left:3rem !important [treefmt-check] + padding-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .px-sm-8 { [treefmt-check] - padding-right:3rem !important; [treefmt-check] - padding-left:3rem !important [treefmt-check] + padding-right: 3rem !important; [treefmt-check] + padding-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .py-sm-8 { [treefmt-check] - padding-top:3rem !important; [treefmt-check] - padding-bottom:3rem !important [treefmt-check] + padding-top: 3rem !important; [treefmt-check] + padding-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .p-sm-9 { [treefmt-check] - padding:3.5rem !important [treefmt-check] + padding: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-sm-9 { [treefmt-check] - padding-top:3.5rem !important [treefmt-check] + padding-top: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-sm-9 { [treefmt-check] - padding-right:3.5rem !important [treefmt-check] + padding-right: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-sm-9 { [treefmt-check] - padding-bottom:3.5rem !important [treefmt-check] + padding-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-sm-9 { [treefmt-check] - padding-left:3.5rem !important [treefmt-check] + padding-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .px-sm-9 { [treefmt-check] - padding-right:3.5rem !important; [treefmt-check] - padding-left:3.5rem !important [treefmt-check] + padding-right: 3.5rem !important; [treefmt-check] + padding-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .py-sm-9 { [treefmt-check] - padding-top:3.5rem !important; [treefmt-check] - padding-bottom:3.5rem !important [treefmt-check] + padding-top: 3.5rem !important; [treefmt-check] + padding-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .p-sm-10 { [treefmt-check] - padding:4rem !important [treefmt-check] + padding: 4rem !important; [treefmt-check]  } [treefmt-check]  .pt-sm-10 { [treefmt-check] - padding-top:4rem !important [treefmt-check] + padding-top: 4rem !important; [treefmt-check]  } [treefmt-check]  .pr-sm-10 { [treefmt-check] - padding-right:4rem !important [treefmt-check] + padding-right: 4rem !important; [treefmt-check]  } [treefmt-check]  .pb-sm-10 { [treefmt-check] - padding-bottom:4rem !important [treefmt-check] + padding-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .pl-sm-10 { [treefmt-check] - padding-left:4rem !important [treefmt-check] + padding-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .px-sm-10 { [treefmt-check] - padding-right:4rem !important; [treefmt-check] - padding-left:4rem !important [treefmt-check] + padding-right: 4rem !important; [treefmt-check] + padding-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .py-sm-10 { [treefmt-check] - padding-top:4rem !important; [treefmt-check] - padding-bottom:4rem !important [treefmt-check] + padding-top: 4rem !important; [treefmt-check] + padding-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 50rem) { [treefmt-check]  .p-md-0 { [treefmt-check] - padding:0 !important [treefmt-check] + padding: 0 !important; [treefmt-check]  } [treefmt-check]  .pt-md-0 { [treefmt-check] - padding-top:0 !important [treefmt-check] + padding-top: 0 !important; [treefmt-check]  } [treefmt-check]  .pr-md-0 { [treefmt-check] - padding-right:0 !important [treefmt-check] + padding-right: 0 !important; [treefmt-check]  } [treefmt-check]  .pb-md-0 { [treefmt-check] - padding-bottom:0 !important [treefmt-check] + padding-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .pl-md-0 { [treefmt-check] - padding-left:0 !important [treefmt-check] + padding-left: 0 !important; [treefmt-check]  } [treefmt-check]  .px-md-0 { [treefmt-check] - padding-right:0 !important; [treefmt-check] - padding-left:0 !important [treefmt-check] + padding-right: 0 !important; [treefmt-check] + padding-left: 0 !important; [treefmt-check]  } [treefmt-check]  .py-md-0 { [treefmt-check] - padding-top:0 !important; [treefmt-check] - padding-bottom:0 !important [treefmt-check] + padding-top: 0 !important; [treefmt-check] + padding-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .p-md-1 { [treefmt-check] - padding:.25rem !important [treefmt-check] + padding: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pt-md-1 { [treefmt-check] - padding-top:.25rem !important [treefmt-check] + padding-top: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pr-md-1 { [treefmt-check] - padding-right:.25rem !important [treefmt-check] + padding-right: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pb-md-1 { [treefmt-check] - padding-bottom:.25rem !important [treefmt-check] + padding-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pl-md-1 { [treefmt-check] - padding-left:.25rem !important [treefmt-check] + padding-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .px-md-1 { [treefmt-check] - padding-right:.25rem !important; [treefmt-check] - padding-left:.25rem !important [treefmt-check] + padding-right: 0.25rem !important; [treefmt-check] + padding-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .py-md-1 { [treefmt-check] - padding-top:.25rem !important; [treefmt-check] - padding-bottom:.25rem !important [treefmt-check] + padding-top: 0.25rem !important; [treefmt-check] + padding-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .p-md-2 { [treefmt-check] - padding:.5rem !important [treefmt-check] + padding: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-md-2 { [treefmt-check] - padding-top:.5rem !important [treefmt-check] + padding-top: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-md-2 { [treefmt-check] - padding-right:.5rem !important [treefmt-check] + padding-right: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-md-2 { [treefmt-check] - padding-bottom:.5rem !important [treefmt-check] + padding-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-md-2 { [treefmt-check] - padding-left:.5rem !important [treefmt-check] + padding-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .px-md-2 { [treefmt-check] - padding-right:.5rem !important; [treefmt-check] - padding-left:.5rem !important [treefmt-check] + padding-right: 0.5rem !important; [treefmt-check] + padding-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .py-md-2 { [treefmt-check] - padding-top:.5rem !important; [treefmt-check] - padding-bottom:.5rem !important [treefmt-check] + padding-top: 0.5rem !important; [treefmt-check] + padding-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .p-md-3 { [treefmt-check] - padding:.75rem !important [treefmt-check] + padding: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pt-md-3 { [treefmt-check] - padding-top:.75rem !important [treefmt-check] + padding-top: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pr-md-3 { [treefmt-check] - padding-right:.75rem !important [treefmt-check] + padding-right: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pb-md-3 { [treefmt-check] - padding-bottom:.75rem !important [treefmt-check] + padding-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pl-md-3 { [treefmt-check] - padding-left:.75rem !important [treefmt-check] + padding-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .px-md-3 { [treefmt-check] - padding-right:.75rem !important; [treefmt-check] - padding-left:.75rem !important [treefmt-check] + padding-right: 0.75rem !important; [treefmt-check] + padding-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .py-md-3 { [treefmt-check] - padding-top:.75rem !important; [treefmt-check] - padding-bottom:.75rem !important [treefmt-check] + padding-top: 0.75rem !important; [treefmt-check] + padding-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .p-md-4 { [treefmt-check] - padding:1rem !important [treefmt-check] + padding: 1rem !important; [treefmt-check]  } [treefmt-check]  .pt-md-4 { [treefmt-check] - padding-top:1rem !important [treefmt-check] + padding-top: 1rem !important; [treefmt-check]  } [treefmt-check]  .pr-md-4 { [treefmt-check] - padding-right:1rem !important [treefmt-check] + padding-right: 1rem !important; [treefmt-check]  } [treefmt-check]  .pb-md-4 { [treefmt-check] - padding-bottom:1rem !important [treefmt-check] + padding-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .pl-md-4 { [treefmt-check] - padding-left:1rem !important [treefmt-check] + padding-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .px-md-4 { [treefmt-check] - padding-right:1rem !important; [treefmt-check] - padding-left:1rem !important [treefmt-check] + padding-right: 1rem !important; [treefmt-check] + padding-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .py-md-4 { [treefmt-check] - padding-top:1rem !important; [treefmt-check] - padding-bottom:1rem !important [treefmt-check] + padding-top: 1rem !important; [treefmt-check] + padding-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .p-md-5 { [treefmt-check] - padding:1.5rem !important [treefmt-check] + padding: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-md-5 { [treefmt-check] - padding-top:1.5rem !important [treefmt-check] + padding-top: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-md-5 { [treefmt-check] - padding-right:1.5rem !important [treefmt-check] + padding-right: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-md-5 { [treefmt-check] - padding-bottom:1.5rem !important [treefmt-check] + padding-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-md-5 { [treefmt-check] - padding-left:1.5rem !important [treefmt-check] + padding-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .px-md-5 { [treefmt-check] - padding-right:1.5rem !important; [treefmt-check] - padding-left:1.5rem !important [treefmt-check] + padding-right: 1.5rem !important; [treefmt-check] + padding-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .py-md-5 { [treefmt-check] - padding-top:1.5rem !important; [treefmt-check] - padding-bottom:1.5rem !important [treefmt-check] + padding-top: 1.5rem !important; [treefmt-check] + padding-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .p-md-6 { [treefmt-check] - padding:2rem !important [treefmt-check] + padding: 2rem !important; [treefmt-check]  } [treefmt-check]  .pt-md-6 { [treefmt-check] - padding-top:2rem !important [treefmt-check] + padding-top: 2rem !important; [treefmt-check]  } [treefmt-check]  .pr-md-6 { [treefmt-check] - padding-right:2rem !important [treefmt-check] + padding-right: 2rem !important; [treefmt-check]  } [treefmt-check]  .pb-md-6 { [treefmt-check] - padding-bottom:2rem !important [treefmt-check] + padding-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .pl-md-6 { [treefmt-check] - padding-left:2rem !important [treefmt-check] + padding-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .px-md-6 { [treefmt-check] - padding-right:2rem !important; [treefmt-check] - padding-left:2rem !important [treefmt-check] + padding-right: 2rem !important; [treefmt-check] + padding-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .py-md-6 { [treefmt-check] - padding-top:2rem !important; [treefmt-check] - padding-bottom:2rem !important [treefmt-check] + padding-top: 2rem !important; [treefmt-check] + padding-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .p-md-7 { [treefmt-check] - padding:2.5rem !important [treefmt-check] + padding: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-md-7 { [treefmt-check] - padding-top:2.5rem !important [treefmt-check] + padding-top: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-md-7 { [treefmt-check] - padding-right:2.5rem !important [treefmt-check] + padding-right: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-md-7 { [treefmt-check] - padding-bottom:2.5rem !important [treefmt-check] + padding-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-md-7 { [treefmt-check] - padding-left:2.5rem !important [treefmt-check] + padding-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .px-md-7 { [treefmt-check] - padding-right:2.5rem !important; [treefmt-check] - padding-left:2.5rem !important [treefmt-check] + padding-right: 2.5rem !important; [treefmt-check] + padding-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .py-md-7 { [treefmt-check] - padding-top:2.5rem !important; [treefmt-check] - padding-bottom:2.5rem !important [treefmt-check] + padding-top: 2.5rem !important; [treefmt-check] + padding-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .p-md-8 { [treefmt-check] - padding:3rem !important [treefmt-check] + padding: 3rem !important; [treefmt-check]  } [treefmt-check]  .pt-md-8 { [treefmt-check] - padding-top:3rem !important [treefmt-check] + padding-top: 3rem !important; [treefmt-check]  } [treefmt-check]  .pr-md-8 { [treefmt-check] - padding-right:3rem !important [treefmt-check] + padding-right: 3rem !important; [treefmt-check]  } [treefmt-check]  .pb-md-8 { [treefmt-check] - padding-bottom:3rem !important [treefmt-check] + padding-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .pl-md-8 { [treefmt-check] - padding-left:3rem !important [treefmt-check] + padding-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .px-md-8 { [treefmt-check] - padding-right:3rem !important; [treefmt-check] - padding-left:3rem !important [treefmt-check] + padding-right: 3rem !important; [treefmt-check] + padding-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .py-md-8 { [treefmt-check] - padding-top:3rem !important; [treefmt-check] - padding-bottom:3rem !important [treefmt-check] + padding-top: 3rem !important; [treefmt-check] + padding-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .p-md-9 { [treefmt-check] - padding:3.5rem !important [treefmt-check] + padding: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-md-9 { [treefmt-check] - padding-top:3.5rem !important [treefmt-check] + padding-top: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-md-9 { [treefmt-check] - padding-right:3.5rem !important [treefmt-check] + padding-right: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-md-9 { [treefmt-check] - padding-bottom:3.5rem !important [treefmt-check] + padding-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-md-9 { [treefmt-check] - padding-left:3.5rem !important [treefmt-check] + padding-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .px-md-9 { [treefmt-check] - padding-right:3.5rem !important; [treefmt-check] - padding-left:3.5rem !important [treefmt-check] + padding-right: 3.5rem !important; [treefmt-check] + padding-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .py-md-9 { [treefmt-check] - padding-top:3.5rem !important; [treefmt-check] - padding-bottom:3.5rem !important [treefmt-check] + padding-top: 3.5rem !important; [treefmt-check] + padding-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .p-md-10 { [treefmt-check] - padding:4rem !important [treefmt-check] + padding: 4rem !important; [treefmt-check]  } [treefmt-check]  .pt-md-10 { [treefmt-check] - padding-top:4rem !important [treefmt-check] + padding-top: 4rem !important; [treefmt-check]  } [treefmt-check]  .pr-md-10 { [treefmt-check] - padding-right:4rem !important [treefmt-check] + padding-right: 4rem !important; [treefmt-check]  } [treefmt-check]  .pb-md-10 { [treefmt-check] - padding-bottom:4rem !important [treefmt-check] + padding-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .pl-md-10 { [treefmt-check] - padding-left:4rem !important [treefmt-check] + padding-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .px-md-10 { [treefmt-check] - padding-right:4rem !important; [treefmt-check] - padding-left:4rem !important [treefmt-check] + padding-right: 4rem !important; [treefmt-check] + padding-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .py-md-10 { [treefmt-check] - padding-top:4rem !important; [treefmt-check] - padding-bottom:4rem !important [treefmt-check] + padding-top: 4rem !important; [treefmt-check] + padding-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 66.5rem) { [treefmt-check]  .p-lg-0 { [treefmt-check] - padding:0 !important [treefmt-check] + padding: 0 !important; [treefmt-check]  } [treefmt-check]  .pt-lg-0 { [treefmt-check] - padding-top:0 !important [treefmt-check] + padding-top: 0 !important; [treefmt-check]  } [treefmt-check]  .pr-lg-0 { [treefmt-check] - padding-right:0 !important [treefmt-check] + padding-right: 0 !important; [treefmt-check]  } [treefmt-check]  .pb-lg-0 { [treefmt-check] - padding-bottom:0 !important [treefmt-check] + padding-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .pl-lg-0 { [treefmt-check] - padding-left:0 !important [treefmt-check] + padding-left: 0 !important; [treefmt-check]  } [treefmt-check]  .px-lg-0 { [treefmt-check] - padding-right:0 !important; [treefmt-check] - padding-left:0 !important [treefmt-check] + padding-right: 0 !important; [treefmt-check] + padding-left: 0 !important; [treefmt-check]  } [treefmt-check]  .py-lg-0 { [treefmt-check] - padding-top:0 !important; [treefmt-check] - padding-bottom:0 !important [treefmt-check] + padding-top: 0 !important; [treefmt-check] + padding-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .p-lg-1 { [treefmt-check] - padding:.25rem !important [treefmt-check] + padding: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pt-lg-1 { [treefmt-check] - padding-top:.25rem !important [treefmt-check] + padding-top: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pr-lg-1 { [treefmt-check] - padding-right:.25rem !important [treefmt-check] + padding-right: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pb-lg-1 { [treefmt-check] - padding-bottom:.25rem !important [treefmt-check] + padding-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pl-lg-1 { [treefmt-check] - padding-left:.25rem !important [treefmt-check] + padding-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .px-lg-1 { [treefmt-check] - padding-right:.25rem !important; [treefmt-check] - padding-left:.25rem !important [treefmt-check] + padding-right: 0.25rem !important; [treefmt-check] + padding-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .py-lg-1 { [treefmt-check] - padding-top:.25rem !important; [treefmt-check] - padding-bottom:.25rem !important [treefmt-check] + padding-top: 0.25rem !important; [treefmt-check] + padding-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .p-lg-2 { [treefmt-check] - padding:.5rem !important [treefmt-check] + padding: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-lg-2 { [treefmt-check] - padding-top:.5rem !important [treefmt-check] + padding-top: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-lg-2 { [treefmt-check] - padding-right:.5rem !important [treefmt-check] + padding-right: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-lg-2 { [treefmt-check] - padding-bottom:.5rem !important [treefmt-check] + padding-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-lg-2 { [treefmt-check] - padding-left:.5rem !important [treefmt-check] + padding-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .px-lg-2 { [treefmt-check] - padding-right:.5rem !important; [treefmt-check] - padding-left:.5rem !important [treefmt-check] + padding-right: 0.5rem !important; [treefmt-check] + padding-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .py-lg-2 { [treefmt-check] - padding-top:.5rem !important; [treefmt-check] - padding-bottom:.5rem !important [treefmt-check] + padding-top: 0.5rem !important; [treefmt-check] + padding-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .p-lg-3 { [treefmt-check] - padding:.75rem !important [treefmt-check] + padding: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pt-lg-3 { [treefmt-check] - padding-top:.75rem !important [treefmt-check] + padding-top: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pr-lg-3 { [treefmt-check] - padding-right:.75rem !important [treefmt-check] + padding-right: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pb-lg-3 { [treefmt-check] - padding-bottom:.75rem !important [treefmt-check] + padding-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pl-lg-3 { [treefmt-check] - padding-left:.75rem !important [treefmt-check] + padding-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .px-lg-3 { [treefmt-check] - padding-right:.75rem !important; [treefmt-check] - padding-left:.75rem !important [treefmt-check] + padding-right: 0.75rem !important; [treefmt-check] + padding-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .py-lg-3 { [treefmt-check] - padding-top:.75rem !important; [treefmt-check] - padding-bottom:.75rem !important [treefmt-check] + padding-top: 0.75rem !important; [treefmt-check] + padding-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .p-lg-4 { [treefmt-check] - padding:1rem !important [treefmt-check] + padding: 1rem !important; [treefmt-check]  } [treefmt-check]  .pt-lg-4 { [treefmt-check] - padding-top:1rem !important [treefmt-check] + padding-top: 1rem !important; [treefmt-check]  } [treefmt-check]  .pr-lg-4 { [treefmt-check] - padding-right:1rem !important [treefmt-check] + padding-right: 1rem !important; [treefmt-check]  } [treefmt-check]  .pb-lg-4 { [treefmt-check] - padding-bottom:1rem !important [treefmt-check] + padding-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .pl-lg-4 { [treefmt-check] - padding-left:1rem !important [treefmt-check] + padding-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .px-lg-4 { [treefmt-check] - padding-right:1rem !important; [treefmt-check] - padding-left:1rem !important [treefmt-check] + padding-right: 1rem !important; [treefmt-check] + padding-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .py-lg-4 { [treefmt-check] - padding-top:1rem !important; [treefmt-check] - padding-bottom:1rem !important [treefmt-check] + padding-top: 1rem !important; [treefmt-check] + padding-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .p-lg-5 { [treefmt-check] - padding:1.5rem !important [treefmt-check] + padding: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-lg-5 { [treefmt-check] - padding-top:1.5rem !important [treefmt-check] + padding-top: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-lg-5 { [treefmt-check] - padding-right:1.5rem !important [treefmt-check] + padding-right: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-lg-5 { [treefmt-check] - padding-bottom:1.5rem !important [treefmt-check] + padding-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-lg-5 { [treefmt-check] - padding-left:1.5rem !important [treefmt-check] + padding-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .px-lg-5 { [treefmt-check] - padding-right:1.5rem !important; [treefmt-check] - padding-left:1.5rem !important [treefmt-check] + padding-right: 1.5rem !important; [treefmt-check] + padding-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .py-lg-5 { [treefmt-check] - padding-top:1.5rem !important; [treefmt-check] - padding-bottom:1.5rem !important [treefmt-check] + padding-top: 1.5rem !important; [treefmt-check] + padding-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .p-lg-6 { [treefmt-check] - padding:2rem !important [treefmt-check] + padding: 2rem !important; [treefmt-check]  } [treefmt-check]  .pt-lg-6 { [treefmt-check] - padding-top:2rem !important [treefmt-check] + padding-top: 2rem !important; [treefmt-check]  } [treefmt-check]  .pr-lg-6 { [treefmt-check] - padding-right:2rem !important [treefmt-check] + padding-right: 2rem !important; [treefmt-check]  } [treefmt-check]  .pb-lg-6 { [treefmt-check] - padding-bottom:2rem !important [treefmt-check] + padding-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .pl-lg-6 { [treefmt-check] - padding-left:2rem !important [treefmt-check] + padding-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .px-lg-6 { [treefmt-check] - padding-right:2rem !important; [treefmt-check] - padding-left:2rem !important [treefmt-check] + padding-right: 2rem !important; [treefmt-check] + padding-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .py-lg-6 { [treefmt-check] - padding-top:2rem !important; [treefmt-check] - padding-bottom:2rem !important [treefmt-check] + padding-top: 2rem !important; [treefmt-check] + padding-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .p-lg-7 { [treefmt-check] - padding:2.5rem !important [treefmt-check] + padding: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-lg-7 { [treefmt-check] - padding-top:2.5rem !important [treefmt-check] + padding-top: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-lg-7 { [treefmt-check] - padding-right:2.5rem !important [treefmt-check] + padding-right: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-lg-7 { [treefmt-check] - padding-bottom:2.5rem !important [treefmt-check] + padding-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-lg-7 { [treefmt-check] - padding-left:2.5rem !important [treefmt-check] + padding-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .px-lg-7 { [treefmt-check] - padding-right:2.5rem !important; [treefmt-check] - padding-left:2.5rem !important [treefmt-check] + padding-right: 2.5rem !important; [treefmt-check] + padding-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .py-lg-7 { [treefmt-check] - padding-top:2.5rem !important; [treefmt-check] - padding-bottom:2.5rem !important [treefmt-check] + padding-top: 2.5rem !important; [treefmt-check] + padding-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .p-lg-8 { [treefmt-check] - padding:3rem !important [treefmt-check] + padding: 3rem !important; [treefmt-check]  } [treefmt-check]  .pt-lg-8 { [treefmt-check] - padding-top:3rem !important [treefmt-check] + padding-top: 3rem !important; [treefmt-check]  } [treefmt-check]  .pr-lg-8 { [treefmt-check] - padding-right:3rem !important [treefmt-check] + padding-right: 3rem !important; [treefmt-check]  } [treefmt-check]  .pb-lg-8 { [treefmt-check] - padding-bottom:3rem !important [treefmt-check] + padding-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .pl-lg-8 { [treefmt-check] - padding-left:3rem !important [treefmt-check] + padding-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .px-lg-8 { [treefmt-check] - padding-right:3rem !important; [treefmt-check] - padding-left:3rem !important [treefmt-check] + padding-right: 3rem !important; [treefmt-check] + padding-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .py-lg-8 { [treefmt-check] - padding-top:3rem !important; [treefmt-check] - padding-bottom:3rem !important [treefmt-check] + padding-top: 3rem !important; [treefmt-check] + padding-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .p-lg-9 { [treefmt-check] - padding:3.5rem !important [treefmt-check] + padding: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-lg-9 { [treefmt-check] - padding-top:3.5rem !important [treefmt-check] + padding-top: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-lg-9 { [treefmt-check] - padding-right:3.5rem !important [treefmt-check] + padding-right: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-lg-9 { [treefmt-check] - padding-bottom:3.5rem !important [treefmt-check] + padding-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-lg-9 { [treefmt-check] - padding-left:3.5rem !important [treefmt-check] + padding-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .px-lg-9 { [treefmt-check] - padding-right:3.5rem !important; [treefmt-check] - padding-left:3.5rem !important [treefmt-check] + padding-right: 3.5rem !important; [treefmt-check] + padding-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .py-lg-9 { [treefmt-check] - padding-top:3.5rem !important; [treefmt-check] - padding-bottom:3.5rem !important [treefmt-check] + padding-top: 3.5rem !important; [treefmt-check] + padding-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .p-lg-10 { [treefmt-check] - padding:4rem !important [treefmt-check] + padding: 4rem !important; [treefmt-check]  } [treefmt-check]  .pt-lg-10 { [treefmt-check] - padding-top:4rem !important [treefmt-check] + padding-top: 4rem !important; [treefmt-check]  } [treefmt-check]  .pr-lg-10 { [treefmt-check] - padding-right:4rem !important [treefmt-check] + padding-right: 4rem !important; [treefmt-check]  } [treefmt-check]  .pb-lg-10 { [treefmt-check] - padding-bottom:4rem !important [treefmt-check] + padding-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .pl-lg-10 { [treefmt-check] - padding-left:4rem !important [treefmt-check] + padding-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .px-lg-10 { [treefmt-check] - padding-right:4rem !important; [treefmt-check] - padding-left:4rem !important [treefmt-check] + padding-right: 4rem !important; [treefmt-check] + padding-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .py-lg-10 { [treefmt-check] - padding-top:4rem !important; [treefmt-check] - padding-bottom:4rem !important [treefmt-check] + padding-top: 4rem !important; [treefmt-check] + padding-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media (min-width: 87.5rem) { [treefmt-check]  .p-xl-0 { [treefmt-check] - padding:0 !important [treefmt-check] + padding: 0 !important; [treefmt-check]  } [treefmt-check]  .pt-xl-0 { [treefmt-check] - padding-top:0 !important [treefmt-check] + padding-top: 0 !important; [treefmt-check]  } [treefmt-check]  .pr-xl-0 { [treefmt-check] - padding-right:0 !important [treefmt-check] + padding-right: 0 !important; [treefmt-check]  } [treefmt-check]  .pb-xl-0 { [treefmt-check] - padding-bottom:0 !important [treefmt-check] + padding-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .pl-xl-0 { [treefmt-check] - padding-left:0 !important [treefmt-check] + padding-left: 0 !important; [treefmt-check]  } [treefmt-check]  .px-xl-0 { [treefmt-check] - padding-right:0 !important; [treefmt-check] - padding-left:0 !important [treefmt-check] + padding-right: 0 !important; [treefmt-check] + padding-left: 0 !important; [treefmt-check]  } [treefmt-check]  .py-xl-0 { [treefmt-check] - padding-top:0 !important; [treefmt-check] - padding-bottom:0 !important [treefmt-check] + padding-top: 0 !important; [treefmt-check] + padding-bottom: 0 !important; [treefmt-check]  } [treefmt-check]  .p-xl-1 { [treefmt-check] - padding:.25rem !important [treefmt-check] + padding: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pt-xl-1 { [treefmt-check] - padding-top:.25rem !important [treefmt-check] + padding-top: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pr-xl-1 { [treefmt-check] - padding-right:.25rem !important [treefmt-check] + padding-right: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pb-xl-1 { [treefmt-check] - padding-bottom:.25rem !important [treefmt-check] + padding-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .pl-xl-1 { [treefmt-check] - padding-left:.25rem !important [treefmt-check] + padding-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .px-xl-1 { [treefmt-check] - padding-right:.25rem !important; [treefmt-check] - padding-left:.25rem !important [treefmt-check] + padding-right: 0.25rem !important; [treefmt-check] + padding-left: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .py-xl-1 { [treefmt-check] - padding-top:.25rem !important; [treefmt-check] - padding-bottom:.25rem !important [treefmt-check] + padding-top: 0.25rem !important; [treefmt-check] + padding-bottom: 0.25rem !important; [treefmt-check]  } [treefmt-check]  .p-xl-2 { [treefmt-check] - padding:.5rem !important [treefmt-check] + padding: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-xl-2 { [treefmt-check] - padding-top:.5rem !important [treefmt-check] + padding-top: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-xl-2 { [treefmt-check] - padding-right:.5rem !important [treefmt-check] + padding-right: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-xl-2 { [treefmt-check] - padding-bottom:.5rem !important [treefmt-check] + padding-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-xl-2 { [treefmt-check] - padding-left:.5rem !important [treefmt-check] + padding-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .px-xl-2 { [treefmt-check] - padding-right:.5rem !important; [treefmt-check] - padding-left:.5rem !important [treefmt-check] + padding-right: 0.5rem !important; [treefmt-check] + padding-left: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .py-xl-2 { [treefmt-check] - padding-top:.5rem !important; [treefmt-check] - padding-bottom:.5rem !important [treefmt-check] + padding-top: 0.5rem !important; [treefmt-check] + padding-bottom: 0.5rem !important; [treefmt-check]  } [treefmt-check]  .p-xl-3 { [treefmt-check] - padding:.75rem !important [treefmt-check] + padding: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pt-xl-3 { [treefmt-check] - padding-top:.75rem !important [treefmt-check] + padding-top: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pr-xl-3 { [treefmt-check] - padding-right:.75rem !important [treefmt-check] + padding-right: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pb-xl-3 { [treefmt-check] - padding-bottom:.75rem !important [treefmt-check] + padding-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .pl-xl-3 { [treefmt-check] - padding-left:.75rem !important [treefmt-check] + padding-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .px-xl-3 { [treefmt-check] - padding-right:.75rem !important; [treefmt-check] - padding-left:.75rem !important [treefmt-check] + padding-right: 0.75rem !important; [treefmt-check] + padding-left: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .py-xl-3 { [treefmt-check] - padding-top:.75rem !important; [treefmt-check] - padding-bottom:.75rem !important [treefmt-check] + padding-top: 0.75rem !important; [treefmt-check] + padding-bottom: 0.75rem !important; [treefmt-check]  } [treefmt-check]  .p-xl-4 { [treefmt-check] - padding:1rem !important [treefmt-check] + padding: 1rem !important; [treefmt-check]  } [treefmt-check]  .pt-xl-4 { [treefmt-check] - padding-top:1rem !important [treefmt-check] + padding-top: 1rem !important; [treefmt-check]  } [treefmt-check]  .pr-xl-4 { [treefmt-check] - padding-right:1rem !important [treefmt-check] + padding-right: 1rem !important; [treefmt-check]  } [treefmt-check]  .pb-xl-4 { [treefmt-check] - padding-bottom:1rem !important [treefmt-check] + padding-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .pl-xl-4 { [treefmt-check] - padding-left:1rem !important [treefmt-check] + padding-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .px-xl-4 { [treefmt-check] - padding-right:1rem !important; [treefmt-check] - padding-left:1rem !important [treefmt-check] + padding-right: 1rem !important; [treefmt-check] + padding-left: 1rem !important; [treefmt-check]  } [treefmt-check]  .py-xl-4 { [treefmt-check] - padding-top:1rem !important; [treefmt-check] - padding-bottom:1rem !important [treefmt-check] + padding-top: 1rem !important; [treefmt-check] + padding-bottom: 1rem !important; [treefmt-check]  } [treefmt-check]  .p-xl-5 { [treefmt-check] - padding:1.5rem !important [treefmt-check] + padding: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-xl-5 { [treefmt-check] - padding-top:1.5rem !important [treefmt-check] + padding-top: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-xl-5 { [treefmt-check] - padding-right:1.5rem !important [treefmt-check] + padding-right: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-xl-5 { [treefmt-check] - padding-bottom:1.5rem !important [treefmt-check] + padding-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-xl-5 { [treefmt-check] - padding-left:1.5rem !important [treefmt-check] + padding-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .px-xl-5 { [treefmt-check] - padding-right:1.5rem !important; [treefmt-check] - padding-left:1.5rem !important [treefmt-check] + padding-right: 1.5rem !important; [treefmt-check] + padding-left: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .py-xl-5 { [treefmt-check] - padding-top:1.5rem !important; [treefmt-check] - padding-bottom:1.5rem !important [treefmt-check] + padding-top: 1.5rem !important; [treefmt-check] + padding-bottom: 1.5rem !important; [treefmt-check]  } [treefmt-check]  .p-xl-6 { [treefmt-check] - padding:2rem !important [treefmt-check] + padding: 2rem !important; [treefmt-check]  } [treefmt-check]  .pt-xl-6 { [treefmt-check] - padding-top:2rem !important [treefmt-check] + padding-top: 2rem !important; [treefmt-check]  } [treefmt-check]  .pr-xl-6 { [treefmt-check] - padding-right:2rem !important [treefmt-check] + padding-right: 2rem !important; [treefmt-check]  } [treefmt-check]  .pb-xl-6 { [treefmt-check] - padding-bottom:2rem !important [treefmt-check] + padding-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .pl-xl-6 { [treefmt-check] - padding-left:2rem !important [treefmt-check] + padding-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .px-xl-6 { [treefmt-check] - padding-right:2rem !important; [treefmt-check] - padding-left:2rem !important [treefmt-check] + padding-right: 2rem !important; [treefmt-check] + padding-left: 2rem !important; [treefmt-check]  } [treefmt-check]  .py-xl-6 { [treefmt-check] - padding-top:2rem !important; [treefmt-check] - padding-bottom:2rem !important [treefmt-check] + padding-top: 2rem !important; [treefmt-check] + padding-bottom: 2rem !important; [treefmt-check]  } [treefmt-check]  .p-xl-7 { [treefmt-check] - padding:2.5rem !important [treefmt-check] + padding: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-xl-7 { [treefmt-check] - padding-top:2.5rem !important [treefmt-check] + padding-top: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-xl-7 { [treefmt-check] - padding-right:2.5rem !important [treefmt-check] + padding-right: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-xl-7 { [treefmt-check] - padding-bottom:2.5rem !important [treefmt-check] + padding-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-xl-7 { [treefmt-check] - padding-left:2.5rem !important [treefmt-check] + padding-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .px-xl-7 { [treefmt-check] - padding-right:2.5rem !important; [treefmt-check] - padding-left:2.5rem !important [treefmt-check] + padding-right: 2.5rem !important; [treefmt-check] + padding-left: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .py-xl-7 { [treefmt-check] - padding-top:2.5rem !important; [treefmt-check] - padding-bottom:2.5rem !important [treefmt-check] + padding-top: 2.5rem !important; [treefmt-check] + padding-bottom: 2.5rem !important; [treefmt-check]  } [treefmt-check]  .p-xl-8 { [treefmt-check] - padding:3rem !important [treefmt-check] + padding: 3rem !important; [treefmt-check]  } [treefmt-check]  .pt-xl-8 { [treefmt-check] - padding-top:3rem !important [treefmt-check] + padding-top: 3rem !important; [treefmt-check]  } [treefmt-check]  .pr-xl-8 { [treefmt-check] - padding-right:3rem !important [treefmt-check] + padding-right: 3rem !important; [treefmt-check]  } [treefmt-check]  .pb-xl-8 { [treefmt-check] - padding-bottom:3rem !important [treefmt-check] + padding-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .pl-xl-8 { [treefmt-check] - padding-left:3rem !important [treefmt-check] + padding-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .px-xl-8 { [treefmt-check] - padding-right:3rem !important; [treefmt-check] - padding-left:3rem !important [treefmt-check] + padding-right: 3rem !important; [treefmt-check] + padding-left: 3rem !important; [treefmt-check]  } [treefmt-check]  .py-xl-8 { [treefmt-check] - padding-top:3rem !important; [treefmt-check] - padding-bottom:3rem !important [treefmt-check] + padding-top: 3rem !important; [treefmt-check] + padding-bottom: 3rem !important; [treefmt-check]  } [treefmt-check]  .p-xl-9 { [treefmt-check] - padding:3.5rem !important [treefmt-check] + padding: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pt-xl-9 { [treefmt-check] - padding-top:3.5rem !important [treefmt-check] + padding-top: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pr-xl-9 { [treefmt-check] - padding-right:3.5rem !important [treefmt-check] + padding-right: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pb-xl-9 { [treefmt-check] - padding-bottom:3.5rem !important [treefmt-check] + padding-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .pl-xl-9 { [treefmt-check] - padding-left:3.5rem !important [treefmt-check] + padding-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .px-xl-9 { [treefmt-check] - padding-right:3.5rem !important; [treefmt-check] - padding-left:3.5rem !important [treefmt-check] + padding-right: 3.5rem !important; [treefmt-check] + padding-left: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .py-xl-9 { [treefmt-check] - padding-top:3.5rem !important; [treefmt-check] - padding-bottom:3.5rem !important [treefmt-check] + padding-top: 3.5rem !important; [treefmt-check] + padding-bottom: 3.5rem !important; [treefmt-check]  } [treefmt-check]  .p-xl-10 { [treefmt-check] - padding:4rem !important [treefmt-check] + padding: 4rem !important; [treefmt-check]  } [treefmt-check]  .pt-xl-10 { [treefmt-check] - padding-top:4rem !important [treefmt-check] + padding-top: 4rem !important; [treefmt-check]  } [treefmt-check]  .pr-xl-10 { [treefmt-check] - padding-right:4rem !important [treefmt-check] + padding-right: 4rem !important; [treefmt-check]  } [treefmt-check]  .pb-xl-10 { [treefmt-check] - padding-bottom:4rem !important [treefmt-check] + padding-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  .pl-xl-10 { [treefmt-check] - padding-left:4rem !important [treefmt-check] + padding-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .px-xl-10 { [treefmt-check] - padding-right:4rem !important; [treefmt-check] - padding-left:4rem !important [treefmt-check] + padding-right: 4rem !important; [treefmt-check] + padding-left: 4rem !important; [treefmt-check]  } [treefmt-check]  .py-xl-10 { [treefmt-check] - padding-top:4rem !important; [treefmt-check] - padding-bottom:4rem !important [treefmt-check] + padding-top: 4rem !important; [treefmt-check] + padding-bottom: 4rem !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  @media print { [treefmt-check] @@ -6738,63 +6801,63 @@ pre.highlight { [treefmt-check]  #back-to-top, [treefmt-check]  .site-nav, [treefmt-check]  .main-header { [treefmt-check] - display:none !important [treefmt-check] + display: none !important; [treefmt-check]  } [treefmt-check]  hr { [treefmt-check] - margin-top:1rem; [treefmt-check] - margin-bottom:1rem [treefmt-check] + margin-top: 1rem; [treefmt-check] + margin-bottom: 1rem; [treefmt-check]  } [treefmt-check]  .side-bar { [treefmt-check] - width:100%; [treefmt-check] - height:auto; [treefmt-check] - border-right:0 !important; [treefmt-check] - position:static; [treefmt-check] - display:block [treefmt-check] + width: 100%; [treefmt-check] + height: auto; [treefmt-check] + border-right: 0 !important; [treefmt-check] + position: static; [treefmt-check] + display: block; [treefmt-check]  } [treefmt-check]  .site-header { [treefmt-check] - border-bottom:1px solid #eeebee [treefmt-check] + border-bottom: 1px solid #eeebee; [treefmt-check]  } [treefmt-check]  .site-title { [treefmt-check] - font-size:1rem !important; [treefmt-check] - font-weight:700 !important [treefmt-check] + font-size: 1rem !important; [treefmt-check] + font-weight: 700 !important; [treefmt-check]  } [treefmt-check]  .text-small { [treefmt-check] - font-size:8pt !important [treefmt-check] + font-size: 8pt !important; [treefmt-check]  } [treefmt-check]  pre.highlight { [treefmt-check] - border:1px solid #eeebee [treefmt-check] + border: 1px solid #eeebee; [treefmt-check]  } [treefmt-check]  .main { [treefmt-check] - max-width:none; [treefmt-check] - margin-left:0 !important [treefmt-check] + max-width: none; [treefmt-check] + margin-left: 0 !important; [treefmt-check]  } [treefmt-check]  } [treefmt-check]  a.skip-to-main { [treefmt-check] - left:-999px; [treefmt-check] - position:absolute; [treefmt-check] - top:auto; [treefmt-check] - width:1px; [treefmt-check] - height:1px; [treefmt-check] - overflow:hidden; [treefmt-check] - z-index:-999 [treefmt-check] + left: -999px; [treefmt-check] + position: absolute; [treefmt-check] + top: auto; [treefmt-check] + width: 1px; [treefmt-check] + height: 1px; [treefmt-check] + overflow: hidden; [treefmt-check] + z-index: -999; [treefmt-check]  } [treefmt-check]  a.skip-to-main:focus, [treefmt-check]  a.skip-to-main:active { [treefmt-check] - color:#7253ed; [treefmt-check] - background-color:#fff; [treefmt-check] - left:auto; [treefmt-check] - top:auto; [treefmt-check] - width:30%; [treefmt-check] - height:auto; [treefmt-check] - overflow:auto; [treefmt-check] - margin:10px 35%; [treefmt-check] - padding:5px; [treefmt-check] - border-radius:15px; [treefmt-check] - border:4px solid #5e41d0; [treefmt-check] - text-align:center; [treefmt-check] - font-size:1.2em; [treefmt-check] - z-index:999 [treefmt-check] + color: #7253ed; [treefmt-check] + background-color: #fff; [treefmt-check] + left: auto; [treefmt-check] + top: auto; [treefmt-check] + width: 30%; [treefmt-check] + height: auto; [treefmt-check] + overflow: auto; [treefmt-check] + margin: 10px 35%; [treefmt-check] + padding: 5px; [treefmt-check] + border-radius: 15px; [treefmt-check] + border: 4px solid #5e41d0; [treefmt-check] + text-align: center; [treefmt-check] + font-size: 1.2em; [treefmt-check] + z-index: 999; [treefmt-check]  } [treefmt-check]  div.opaque { [treefmt-check] - background-color:#fff [treefmt-check] + background-color: #fff; [treefmt-check]  } [treefmt-check] diff --git a/docs/haskell/release-process.md b/docs/haskell/release-process.md [treefmt-check] index c761703..e08874f 100644 [treefmt-check] --- a/docs/haskell/release-process.md [treefmt-check] +++ b/docs/haskell/release-process.md [treefmt-check] @@ -20,7 +20,7 @@ Don’t lump documentation & testing improvements into a breaking change just be [treefmt-check]   [treefmt-check]  ### format the PR title as a CHANGELOG entry [treefmt-check]   [treefmt-check] -__TODO__: How does this work when there are multiple packages? [treefmt-check] +**TODO**: How does this work when there are multiple packages? [treefmt-check]   [treefmt-check]  ## release updates [treefmt-check]   [treefmt-check] @@ -37,7 +37,6 @@ In as far as the release is automated, the changes should be made in the merge c [treefmt-check]   [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. [treefmt-check]   [treefmt-check] - [treefmt-check]  ## Hackage info [treefmt-check]   [treefmt-check]  Hackage allows you to optionally tag a release as “preferred” or ”deprecated”. Progress: 0 of 1 built (1 failed) Cannot build '/nix/store/16iaq46k1r0l47bzgammiw07hc3c5fz8-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/9g0q4nglj56zd71lwhhad149dxs89w1k-treefmt-check Last 2048 log lines: > - padding-top:2rem !important > + padding-top: 2rem !important; > } > .pr-6 { > - padding-right:2rem !important > + padding-right: 2rem !important; > } > .pb-6 { > - padding-bottom:2rem !important > + padding-bottom: 2rem !important; > } > .pl-6 { > - padding-left:2rem !important > + padding-left: 2rem !important; > } > .px-6 { > - padding-right:2rem !important; > - padding-left:2rem !important > + padding-right: 2rem !important; > + padding-left: 2rem !important; > } > .py-6 { > - padding-top:2rem !important; > - padding-bottom:2rem !important > + padding-top: 2rem !important; > + padding-bottom: 2rem !important; > } > .p-7 { > - padding:2.5rem !important > + padding: 2.5rem !important; > } > .pt-7 { > - padding-top:2.5rem !important > + padding-top: 2.5rem !important; > } > .pr-7 { > - padding-right:2.5rem !important > + padding-right: 2.5rem !important; > } > .pb-7 { > - padding-bottom:2.5rem !important > + padding-bottom: 2.5rem !important; > } > .pl-7 { > - padding-left:2.5rem !important > + padding-left: 2.5rem !important; > } > .px-7 { > - padding-right:2.5rem !important; > - padding-left:2.5rem !important > + padding-right: 2.5rem !important; > + padding-left: 2.5rem !important; > } > .py-7 { > - padding-top:2.5rem !important; > - padding-bottom:2.5rem !important > + padding-top: 2.5rem !important; > + padding-bottom: 2.5rem !important; > } > .p-8 { > - padding:3rem !important > + padding: 3rem !important; > } > .pt-8 { > - padding-top:3rem !important > + padding-top: 3rem !important; > } > .pr-8 { > - padding-right:3rem !important > + padding-right: 3rem !important; > } > .pb-8 { > - padding-bottom:3rem !important > + padding-bottom: 3rem !important; > } > .pl-8 { > - padding-left:3rem !important > + padding-left: 3rem !important; > } > .px-8 { > - padding-right:3rem !important; > - padding-left:3rem !important > + padding-right: 3rem !important; > + padding-left: 3rem !important; > } > .py-8 { > - padding-top:3rem !important; > - padding-bottom:3rem !important > + padding-top: 3rem !important; > + padding-bottom: 3rem !important; > } > .p-9 { > - padding:3.5rem !important > + padding: 3.5rem !important; > } > .pt-9 { > - padding-top:3.5rem !important > + padding-top: 3.5rem !important; > } > .pr-9 { > - padding-right:3.5rem !important > + padding-right: 3.5rem !important; > } > .pb-9 { > - padding-bottom:3.5rem !important > + padding-bottom: 3.5rem !important; > } > .pl-9 { > - padding-left:3.5rem !important > + padding-left: 3.5rem !important; > } > .px-9 { > - padding-right:3.5rem !important; > - padding-left:3.5rem !important > + padding-right: 3.5rem !important; > + padding-left: 3.5rem !important; > } > .py-9 { > - padding-top:3.5rem !important; > - padding-bottom:3.5rem !important > + padding-top: 3.5rem !important; > + padding-bottom: 3.5rem !important; > } > .p-10 { > - padding:4rem !important > + padding: 4rem !important; > } > .pt-10 { > - padding-top:4rem !important > + padding-top: 4rem !important; > } > .pr-10 { > - padding-right:4rem !important > + padding-right: 4rem !important; > } > .pb-10 { > - padding-bottom:4rem !important > + padding-bottom: 4rem !important; > } > .pl-10 { > - padding-left:4rem !important > + padding-left: 4rem !important; > } > .px-10 { > - padding-right:4rem !important; > - padding-left:4rem !important > + padding-right: 4rem !important; > + padding-left: 4rem !important; > } > .py-10 { > - padding-top:4rem !important; > - padding-bottom:4rem !important > + padding-top: 4rem !important; > + padding-bottom: 4rem !important; > } > @media (min-width: 20rem) { > .p-xs-0 { > - padding:0 !important > + padding: 0 !important; > } > .pt-xs-0 { > - padding-top:0 !important > + padding-top: 0 !important; > } > .pr-xs-0 { > - padding-right:0 !important > + padding-right: 0 !important; > } > .pb-xs-0 { > - padding-bottom:0 !important > + padding-bottom: 0 !important; > } > .pl-xs-0 { > - padding-left:0 !important > + padding-left: 0 !important; > } > .px-xs-0 { > - padding-right:0 !important; > - padding-left:0 !important > + padding-right: 0 !important; > + padding-left: 0 !important; > } > .py-xs-0 { > - padding-top:0 !important; > - padding-bottom:0 !important > + padding-top: 0 !important; > + padding-bottom: 0 !important; > } > .p-xs-1 { > - padding:.25rem !important > + padding: 0.25rem !important; > } > .pt-xs-1 { > - padding-top:.25rem !important > + padding-top: 0.25rem !important; > } > .pr-xs-1 { > - padding-right:.25rem !important > + padding-right: 0.25rem !important; > } > .pb-xs-1 { > - padding-bottom:.25rem !important > + padding-bottom: 0.25rem !important; > } > .pl-xs-1 { > - padding-left:.25rem !important > + padding-left: 0.25rem !important; > } > .px-xs-1 { > - padding-right:.25rem !important; > - padding-left:.25rem !important > + padding-right: 0.25rem !important; > + padding-left: 0.25rem !important; > } > .py-xs-1 { > - padding-top:.25rem !important; > - padding-bottom:.25rem !important > + padding-top: 0.25rem !important; > + padding-bottom: 0.25rem !important; > } > .p-xs-2 { > - padding:.5rem !important > + padding: 0.5rem !important; > } > .pt-xs-2 { > - padding-top:.5rem !important > + padding-top: 0.5rem !important; > } > .pr-xs-2 { > - padding-right:.5rem !important > + padding-right: 0.5rem !important; > } > .pb-xs-2 { > - padding-bottom:.5rem !important > + padding-bottom: 0.5rem !important; > } > .pl-xs-2 { > - padding-left:.5rem !important > + padding-left: 0.5rem !important; > } > .px-xs-2 { > - padding-right:.5rem !important; > - padding-left:.5rem !important > + padding-right: 0.5rem !important; > + padding-left: 0.5rem !important; > } > .py-xs-2 { > - padding-top:.5rem !important; > - padding-bottom:.5rem !important > + padding-top: 0.5rem !important; > + padding-bottom: 0.5rem !important; > } > .p-xs-3 { > - padding:.75rem !important > + padding: 0.75rem !important; > } > .pt-xs-3 { > - padding-top:.75rem !important > + padding-top: 0.75rem !important; > } > .pr-xs-3 { > - padding-right:.75rem !important > + padding-right: 0.75rem !important; > } > .pb-xs-3 { > - padding-bottom:.75rem !important > + padding-bottom: 0.75rem !important; > } > .pl-xs-3 { > - padding-left:.75rem !important > + padding-left: 0.75rem !important; > } > .px-xs-3 { > - padding-right:.75rem !important; > - padding-left:.75rem !important > + padding-right: 0.75rem !important; > + padding-left: 0.75rem !important; > } > .py-xs-3 { > - padding-top:.75rem !important; > - padding-bottom:.75rem !important > + padding-top: 0.75rem !important; > + padding-bottom: 0.75rem !important; > } > .p-xs-4 { > - padding:1rem !important > + padding: 1rem !important; > } > .pt-xs-4 { > - padding-top:1rem !important > + padding-top: 1rem !important; > } > .pr-xs-4 { > - padding-right:1rem !important > + padding-right: 1rem !important; > } > .pb-xs-4 { > - padding-bottom:1rem !important > + padding-bottom: 1rem !important; > } > .pl-xs-4 { > - padding-left:1rem !important > + padding-left: 1rem !important; > } > .px-xs-4 { > - padding-right:1rem !important; > - padding-left:1rem !important > + padding-right: 1rem !important; > + padding-left: 1rem !important; > } > .py-xs-4 { > - padding-top:1rem !important; > - padding-bottom:1rem !important > + padding-top: 1rem !important; > + padding-bottom: 1rem !important; > } > .p-xs-5 { > - padding:1.5rem !important > + padding: 1.5rem !important; > } > .pt-xs-5 { > - padding-top:1.5rem !important > + padding-top: 1.5rem !important; > } > .pr-xs-5 { > - padding-right:1.5rem !important > + padding-right: 1.5rem !important; > } > .pb-xs-5 { > - padding-bottom:1.5rem !important > + padding-bottom: 1.5rem !important; > } > .pl-xs-5 { > - padding-left:1.5rem !important > + padding-left: 1.5rem !important; > } > .px-xs-5 { > - padding-right:1.5rem !important; > - padding-left:1.5rem !important > + padding-right: 1.5rem !important; > + padding-left: 1.5rem !important; > } > .py-xs-5 { > - padding-top:1.5rem !important; > - padding-bottom:1.5rem !important > + padding-top: 1.5rem !important; > + padding-bottom: 1.5rem !important; > } > .p-xs-6 { > - padding:2rem !important > + padding: 2rem !important; > } > .pt-xs-6 { > - padding-top:2rem !important > + padding-top: 2rem !important; > } > .pr-xs-6 { > - padding-right:2rem !important > + padding-right: 2rem !important; > } > .pb-xs-6 { > - padding-bottom:2rem !important > + padding-bottom: 2rem !important; > } > .pl-xs-6 { > - padding-left:2rem !important > + padding-left: 2rem !important; > } > .px-xs-6 { > - padding-right:2rem !important; > - padding-left:2rem !important > + padding-right: 2rem !important; > + padding-left: 2rem !important; > } > .py-xs-6 { > - padding-top:2rem !important; > - padding-bottom:2rem !important > + padding-top: 2rem !important; > + padding-bottom: 2rem !important; > } > .p-xs-7 { > - padding:2.5rem !important > + padding: 2.5rem !important; > } > .pt-xs-7 { > - padding-top:2.5rem !important > + padding-top: 2.5rem !important; > } > .pr-xs-7 { > - padding-right:2.5rem !important > + padding-right: 2.5rem !important; > } > .pb-xs-7 { > - padding-bottom:2.5rem !important > + padding-bottom: 2.5rem !important; > } > .pl-xs-7 { > - padding-left:2.5rem !important > + padding-left: 2.5rem !important; > } > .px-xs-7 { > - padding-right:2.5rem !important; > - padding-left:2.5rem !important > + padding-right: 2.5rem !important; > + padding-left: 2.5rem !important; > } > .py-xs-7 { > - padding-top:2.5rem !important; > - padding-bottom:2.5rem !important > + padding-top: 2.5rem !important; > + padding-bottom: 2.5rem !important; > } > .p-xs-8 { > - padding:3rem !important > + padding: 3rem !important; > } > .pt-xs-8 { > - padding-top:3rem !important > + padding-top: 3rem !important; > } > .pr-xs-8 { > - padding-right:3rem !important > + padding-right: 3rem !important; > } > .pb-xs-8 { > - padding-bottom:3rem !important > + padding-bottom: 3rem !important; > } > .pl-xs-8 { > - padding-left:3rem !important > + padding-left: 3rem !important; > } > .px-xs-8 { > - padding-right:3rem !important; > - padding-left:3rem !important > + padding-right: 3rem !important; > + padding-left: 3rem !important; > } > .py-xs-8 { > - padding-top:3rem !important; > - padding-bottom:3rem !important > + padding-top: 3rem !important; > + padding-bottom: 3rem !important; > } > .p-xs-9 { > - padding:3.5rem !important > + padding: 3.5rem !important; > } > .pt-xs-9 { > - padding-top:3.5rem !important > + padding-top: 3.5rem !important; > } > .pr-xs-9 { > - padding-right:3.5rem !important > + padding-right: 3.5rem !important; > } > .pb-xs-9 { > - padding-bottom:3.5rem !important > + padding-bottom: 3.5rem !important; > } > .pl-xs-9 { > - padding-left:3.5rem !important > + padding-left: 3.5rem !important; > } > .px-xs-9 { > - padding-right:3.5rem !important; > - padding-left:3.5rem !important > + padding-right: 3.5rem !important; > + padding-left: 3.5rem !important; > } > .py-xs-9 { > - padding-top:3.5rem !important; > - padding-bottom:3.5rem !important > + padding-top: 3.5rem !important; > + padding-bottom: 3.5rem !important; > } > .p-xs-10 { > - padding:4rem !important > + padding: 4rem !important; > } > .pt-xs-10 { > - padding-top:4rem !important > + padding-top: 4rem !important; > } > .pr-xs-10 { > - padding-right:4rem !important > + padding-right: 4rem !important; > } > .pb-xs-10 { > - padding-bottom:4rem !important > + padding-bottom: 4rem !important; > } > .pl-xs-10 { > - padding-left:4rem !important > + padding-left: 4rem !important; > } > .px-xs-10 { > - padding-right:4rem !important; > - padding-left:4rem !important > + padding-right: 4rem !important; > + padding-left: 4rem !important; > } > .py-xs-10 { > - padding-top:4rem !important; > - padding-bottom:4rem !important > + padding-top: 4rem !important; > + padding-bottom: 4rem !important; > } > } > @media (min-width: 31.25rem) { > .p-sm-0 { > - padding:0 !important > + padding: 0 !important; > } > .pt-sm-0 { > - padding-top:0 !important > + padding-top: 0 !important; > } > .pr-sm-0 { > - padding-right:0 !important > + padding-right: 0 !important; > } > .pb-sm-0 { > - padding-bottom:0 !important > + padding-bottom: 0 !important; > } > .pl-sm-0 { > - padding-left:0 !important > + padding-left: 0 !important; > } > .px-sm-0 { > - padding-right:0 !important; > - padding-left:0 !important > + padding-right: 0 !important; > + padding-left: 0 !important; > } > .py-sm-0 { > - padding-top:0 !important; > - padding-bottom:0 !important > + padding-top: 0 !important; > + padding-bottom: 0 !important; > } > .p-sm-1 { > - padding:.25rem !important > + padding: 0.25rem !important; > } > .pt-sm-1 { > - padding-top:.25rem !important > + padding-top: 0.25rem !important; > } > .pr-sm-1 { > - padding-right:.25rem !important > + padding-right: 0.25rem !important; > } > .pb-sm-1 { > - padding-bottom:.25rem !important > + padding-bottom: 0.25rem !important; > } > .pl-sm-1 { > - padding-left:.25rem !important > + padding-left: 0.25rem !important; > } > .px-sm-1 { > - padding-right:.25rem !important; > - padding-left:.25rem !important > + padding-right: 0.25rem !important; > + padding-left: 0.25rem !important; > } > .py-sm-1 { > - padding-top:.25rem !important; > - padding-bottom:.25rem !important > + padding-top: 0.25rem !important; > + padding-bottom: 0.25rem !important; > } > .p-sm-2 { > - padding:.5rem !important > + padding: 0.5rem !important; > } > .pt-sm-2 { > - padding-top:.5rem !important > + padding-top: 0.5rem !important; > } > .pr-sm-2 { > - padding-right:.5rem !important > + padding-right: 0.5rem !important; > } > .pb-sm-2 { > - padding-bottom:.5rem !important > + padding-bottom: 0.5rem !important; > } > .pl-sm-2 { > - padding-left:.5rem !important > + padding-left: 0.5rem !important; > } > .px-sm-2 { > - padding-right:.5rem !important; > - padding-left:.5rem !important > + padding-right: 0.5rem !important; > + padding-left: 0.5rem !important; > } > .py-sm-2 { > - padding-top:.5rem !important; > - padding-bottom:.5rem !important > + padding-top: 0.5rem !important; > + padding-bottom: 0.5rem !important; > } > .p-sm-3 { > - padding:.75rem !important > + padding: 0.75rem !important; > } > .pt-sm-3 { > - padding-top:.75rem !important > + padding-top: 0.75rem !important; > } > .pr-sm-3 { > - padding-right:.75rem !important > + padding-right: 0.75rem !important; > } > .pb-sm-3 { > - padding-bottom:.75rem !important > + padding-bottom: 0.75rem !important; > } > .pl-sm-3 { > - padding-left:.75rem !important > + padding-left: 0.75rem !important; > } > .px-sm-3 { > - padding-right:.75rem !important; > - padding-left:.75rem !important > + padding-right: 0.75rem !important; > + padding-left: 0.75rem !important; > } > .py-sm-3 { > - padding-top:.75rem !important; > - padding-bottom:.75rem !important > + padding-top: 0.75rem !important; > + padding-bottom: 0.75rem !important; > } > .p-sm-4 { > - padding:1rem !important > + padding: 1rem !important; > } > .pt-sm-4 { > - padding-top:1rem !important > + padding-top: 1rem !important; > } > .pr-sm-4 { > - padding-right:1rem !important > + padding-right: 1rem !important; > } > .pb-sm-4 { > - padding-bottom:1rem !important > + padding-bottom: 1rem !important; > } > .pl-sm-4 { > - padding-left:1rem !important > + padding-left: 1rem !important; > } > .px-sm-4 { > - padding-right:1rem !important; > - padding-left:1rem !important > + padding-right: 1rem !important; > + padding-left: 1rem !important; > } > .py-sm-4 { > - padding-top:1rem !important; > - padding-bottom:1rem !important > + padding-top: 1rem !important; > + padding-bottom: 1rem !important; > } > .p-sm-5 { > - padding:1.5rem !important > + padding: 1.5rem !important; > } > .pt-sm-5 { > - padding-top:1.5rem !important > + padding-top: 1.5rem !important; > } > .pr-sm-5 { > - padding-right:1.5rem !important > + padding-right: 1.5rem !important; > } > .pb-sm-5 { > - padding-bottom:1.5rem !important > + padding-bottom: 1.5rem !important; > } > .pl-sm-5 { > - padding-left:1.5rem !important > + padding-left: 1.5rem !important; > } > .px-sm-5 { > - padding-right:1.5rem !important; > - padding-left:1.5rem !important > + padding-right: 1.5rem !important; > + padding-left: 1.5rem !important; > } > .py-sm-5 { > - padding-top:1.5rem !important; > - padding-bottom:1.5rem !important > + padding-top: 1.5rem !important; > + padding-bottom: 1.5rem !important; > } > .p-sm-6 { > - padding:2rem !important > + padding: 2rem !important; > } > .pt-sm-6 { > - padding-top:2rem !important > + padding-top: 2rem !important; > } > .pr-sm-6 { > - padding-right:2rem !important > + padding-right: 2rem !important; > } > .pb-sm-6 { > - padding-bottom:2rem !important > + padding-bottom: 2rem !important; > } > .pl-sm-6 { > - padding-left:2rem !important > + padding-left: 2rem !important; > } > .px-sm-6 { > - padding-right:2rem !important; > - padding-left:2rem !important > + padding-right: 2rem !important; > + padding-left: 2rem !important; > } > .py-sm-6 { > - padding-top:2rem !important; > - padding-bottom:2rem !important > + padding-top: 2rem !important; > + padding-bottom: 2rem !important; > } > .p-sm-7 { > - padding:2.5rem !important > + padding: 2.5rem !important; > } > .pt-sm-7 { > - padding-top:2.5rem !important > + padding-top: 2.5rem !important; > } > .pr-sm-7 { > - padding-right:2.5rem !important > + padding-right: 2.5rem !important; > } > .pb-sm-7 { > - padding-bottom:2.5rem !important > + padding-bottom: 2.5rem !important; > } > .pl-sm-7 { > - padding-left:2.5rem !important > + padding-left: 2.5rem !important; > } > .px-sm-7 { > - padding-right:2.5rem !important; > - padding-left:2.5rem !important > + padding-right: 2.5rem !important; > + padding-left: 2.5rem !important; > } > .py-sm-7 { > - padding-top:2.5rem !important; > - padding-bottom:2.5rem !important > + padding-top: 2.5rem !important; > + padding-bottom: 2.5rem !important; > } > .p-sm-8 { > - padding:3rem !important > + padding: 3rem !important; > } > .pt-sm-8 { > - padding-top:3rem !important > + padding-top: 3rem !important; > } > .pr-sm-8 { > - padding-right:3rem !important > + padding-right: 3rem !important; > } > .pb-sm-8 { > - padding-bottom:3rem !important > + padding-bottom: 3rem !important; > } > .pl-sm-8 { > - padding-left:3rem !important > + padding-left: 3rem !important; > } > .px-sm-8 { > - padding-right:3rem !important; > - padding-left:3rem !important > + padding-right: 3rem !important; > + padding-left: 3rem !important; > } > .py-sm-8 { > - padding-top:3rem !important; > - padding-bottom:3rem !important > + padding-top: 3rem !important; > + padding-bottom: 3rem !important; > } > .p-sm-9 { > - padding:3.5rem !important > + padding: 3.5rem !important; > } > .pt-sm-9 { > - padding-top:3.5rem !important > + padding-top: 3.5rem !important; > } > .pr-sm-9 { > - padding-right:3.5rem !important > + padding-right: 3.5rem !important; > } > .pb-sm-9 { > - padding-bottom:3.5rem !important > + padding-bottom: 3.5rem !important; > } > .pl-sm-9 { > - padding-left:3.5rem !important > + padding-left: 3.5rem !important; > } > .px-sm-9 { > - padding-right:3.5rem !important; > - padding-left:3.5rem !important > + padding-right: 3.5rem !important; > + padding-left: 3.5rem !important; > } > .py-sm-9 { > - padding-top:3.5rem !important; > - padding-bottom:3.5rem !important > + padding-top: 3.5rem !important; > + padding-bottom: 3.5rem !important; > } > .p-sm-10 { > - padding:4rem !important > + padding: 4rem !important; > } > .pt-sm-10 { > - padding-top:4rem !important > + padding-top: 4rem !important; > } > .pr-sm-10 { > - padding-right:4rem !important > + padding-right: 4rem !important; > } > .pb-sm-10 { > - padding-bottom:4rem !important > + padding-bottom: 4rem !important; > } > .pl-sm-10 { > - padding-left:4rem !important > + padding-left: 4rem !important; > } > .px-sm-10 { > - padding-right:4rem !important; > - padding-left:4rem !important > + padding-right: 4rem !important; > + padding-left: 4rem !important; > } > .py-sm-10 { > - padding-top:4rem !important; > - padding-bottom:4rem !important > + padding-top: 4rem !important; > + padding-bottom: 4rem !important; > } > } > @media (min-width: 50rem) { > .p-md-0 { > - padding:0 !important > + padding: 0 !important; > } > .pt-md-0 { > - padding-top:0 !important > + padding-top: 0 !important; > } > .pr-md-0 { > - padding-right:0 !important > + padding-right: 0 !important; > } > .pb-md-0 { > - padding-bottom:0 !important > + padding-bottom: 0 !important; > } > .pl-md-0 { > - padding-left:0 !important > + padding-left: 0 !important; > } > .px-md-0 { > - padding-right:0 !important; > - padding-left:0 !important > + padding-right: 0 !important; > + padding-left: 0 !important; > } > .py-md-0 { > - padding-top:0 !important; > - padding-bottom:0 !important > + padding-top: 0 !important; > + padding-bottom: 0 !important; > } > .p-md-1 { > - padding:.25rem !important > + padding: 0.25rem !important; > } > .pt-md-1 { > - padding-top:.25rem !important > + padding-top: 0.25rem !important; > } > .pr-md-1 { > - padding-right:.25rem !important > + padding-right: 0.25rem !important; > } > .pb-md-1 { > - padding-bottom:.25rem !important > + padding-bottom: 0.25rem !important; > } > .pl-md-1 { > - padding-left:.25rem !important > + padding-left: 0.25rem !important; > } > .px-md-1 { > - padding-right:.25rem !important; > - padding-left:.25rem !important > + padding-right: 0.25rem !important; > + padding-left: 0.25rem !important; > } > .py-md-1 { > - padding-top:.25rem !important; > - padding-bottom:.25rem !important > + padding-top: 0.25rem !important; > + padding-bottom: 0.25rem !important; > } > .p-md-2 { > - padding:.5rem !important > + padding: 0.5rem !important; > } > .pt-md-2 { > - padding-top:.5rem !important > + padding-top: 0.5rem !important; > } > .pr-md-2 { > - padding-right:.5rem !important > + padding-right: 0.5rem !important; > } > .pb-md-2 { > - padding-bottom:.5rem !important > + padding-bottom: 0.5rem !important; > } > .pl-md-2 { > - padding-left:.5rem !important > + padding-left: 0.5rem !important; > } > .px-md-2 { > - padding-right:.5rem !important; > - padding-left:.5rem !important > + padding-right: 0.5rem !important; > + padding-left: 0.5rem !important; > } > .py-md-2 { > - padding-top:.5rem !important; > - padding-bottom:.5rem !important > + padding-top: 0.5rem !important; > + padding-bottom: 0.5rem !important; > } > .p-md-3 { > - padding:.75rem !important > + padding: 0.75rem !important; > } > .pt-md-3 { > - padding-top:.75rem !important > + padding-top: 0.75rem !important; > } > .pr-md-3 { > - padding-right:.75rem !important > + padding-right: 0.75rem !important; > } > .pb-md-3 { > - padding-bottom:.75rem !important > + padding-bottom: 0.75rem !important; > } > .pl-md-3 { > - padding-left:.75rem !important > + padding-left: 0.75rem !important; > } > .px-md-3 { > - padding-right:.75rem !important; > - padding-left:.75rem !important > + padding-right: 0.75rem !important; > + padding-left: 0.75rem !important; > } > .py-md-3 { > - padding-top:.75rem !important; > - padding-bottom:.75rem !important > + padding-top: 0.75rem !important; > + padding-bottom: 0.75rem !important; > } > .p-md-4 { > - padding:1rem !important > + padding: 1rem !important; > } > .pt-md-4 { > - padding-top:1rem !important > + padding-top: 1rem !important; > } > .pr-md-4 { > - padding-right:1rem !important > + padding-right: 1rem !important; > } > .pb-md-4 { > - padding-bottom:1rem !important > + padding-bottom: 1rem !important; > } > .pl-md-4 { > - padding-left:1rem !important > + padding-left: 1rem !important; > } > .px-md-4 { > - padding-right:1rem !important; > - padding-left:1rem !important > + padding-right: 1rem !important; > + padding-left: 1rem !important; > } > .py-md-4 { > - padding-top:1rem !important; > - padding-bottom:1rem !important > + padding-top: 1rem !important; > + padding-bottom: 1rem !important; > } > .p-md-5 { > - padding:1.5rem !important > + padding: 1.5rem !important; > } > .pt-md-5 { > - padding-top:1.5rem !important > + padding-top: 1.5rem !important; > } > .pr-md-5 { > - padding-right:1.5rem !important > + padding-right: 1.5rem !important; > } > .pb-md-5 { > - padding-bottom:1.5rem !important > + padding-bottom: 1.5rem !important; > } > .pl-md-5 { > - padding-left:1.5rem !important > + padding-left: 1.5rem !important; > } > .px-md-5 { > - padding-right:1.5rem !important; > - padding-left:1.5rem !important > + padding-right: 1.5rem !important; > + padding-left: 1.5rem !important; > } > .py-md-5 { > - padding-top:1.5rem !important; > - padding-bottom:1.5rem !important > + padding-top: 1.5rem !important; > + padding-bottom: 1.5rem !important; > } > .p-md-6 { > - padding:2rem !important > + padding: 2rem !important; > } > .pt-md-6 { > - padding-top:2rem !important > + padding-top: 2rem !important; > } > .pr-md-6 { > - padding-right:2rem !important > + padding-right: 2rem !important; > } > .pb-md-6 { > - padding-bottom:2rem !important > + padding-bottom: 2rem !important; > } > .pl-md-6 { > - padding-left:2rem !important > + padding-left: 2rem !important; > } > .px-md-6 { > - padding-right:2rem !important; > - padding-left:2rem !important > + padding-right: 2rem !important; > + padding-left: 2rem !important; > } > .py-md-6 { > - padding-top:2rem !important; > - padding-bottom:2rem !important > + padding-top: 2rem !important; > + padding-bottom: 2rem !important; > } > .p-md-7 { > - padding:2.5rem !important > + padding: 2.5rem !important; > } > .pt-md-7 { > - padding-top:2.5rem !important > + padding-top: 2.5rem !important; > } > .pr-md-7 { > - padding-right:2.5rem !important > + padding-right: 2.5rem !important; > } > .pb-md-7 { > - padding-bottom:2.5rem !important > + padding-bottom: 2.5rem !important; > } > .pl-md-7 { > - padding-left:2.5rem !important > + padding-left: 2.5rem !important; > } > .px-md-7 { > - padding-right:2.5rem !important; > - padding-left:2.5rem !important > + padding-right: 2.5rem !important; > + padding-left: 2.5rem !important; > } > .py-md-7 { > - padding-top:2.5rem !important; > - padding-bottom:2.5rem !important > + padding-top: 2.5rem !important; > + padding-bottom: 2.5rem !important; > } > .p-md-8 { > - padding:3rem !important > + padding: 3rem !important; > } > .pt-md-8 { > - padding-top:3rem !important > + padding-top: 3rem !important; > } > .pr-md-8 { > - padding-right:3rem !important > + padding-right: 3rem !important; > } > .pb-md-8 { > - padding-bottom:3rem !important > + padding-bottom: 3rem !important; > } > .pl-md-8 { > - padding-left:3rem !important > + padding-left: 3rem !important; > } > .px-md-8 { > - padding-right:3rem !important; > - padding-left:3rem !important > + padding-right: 3rem !important; > + padding-left: 3rem !important; > } > .py-md-8 { > - padding-top:3rem !important; > - padding-bottom:3rem !important > + padding-top: 3rem !important; > + padding-bottom: 3rem !important; > } > .p-md-9 { > - padding:3.5rem !important > + padding: 3.5rem !important; > } > .pt-md-9 { > - padding-top:3.5rem !important > + padding-top: 3.5rem !important; > } > .pr-md-9 { > - padding-right:3.5rem !important > + padding-right: 3.5rem !important; > } > .pb-md-9 { > - padding-bottom:3.5rem !important > + padding-bottom: 3.5rem !important; > } > .pl-md-9 { > - padding-left:3.5rem !important > + padding-left: 3.5rem !important; > } > .px-md-9 { > - padding-right:3.5rem !important; > - padding-left:3.5rem !important > + padding-right: 3.5rem !important; > + padding-left: 3.5rem !important; > } > .py-md-9 { > - padding-top:3.5rem !important; > - padding-bottom:3.5rem !important > + padding-top: 3.5rem !important; > + padding-bottom: 3.5rem !important; > } > .p-md-10 { > - padding:4rem !important > + padding: 4rem !important; > } > .pt-md-10 { > - padding-top:4rem !important > + padding-top: 4rem !important; > } > .pr-md-10 { > - padding-right:4rem !important > + padding-right: 4rem !important; > } > .pb-md-10 { > - padding-bottom:4rem !important > + padding-bottom: 4rem !important; > } > .pl-md-10 { > - padding-left:4rem !important > + padding-left: 4rem !important; > } > .px-md-10 { > - padding-right:4rem !important; > - padding-left:4rem !important > + padding-right: 4rem !important; > + padding-left: 4rem !important; > } > .py-md-10 { > - padding-top:4rem !important; > - padding-bottom:4rem !important > + padding-top: 4rem !important; > + padding-bottom: 4rem !important; > } > } > @media (min-width: 66.5rem) { > .p-lg-0 { > - padding:0 !important > + padding: 0 !important; > } > .pt-lg-0 { > - padding-top:0 !important > + padding-top: 0 !important; > } > .pr-lg-0 { > - padding-right:0 !important > + padding-right: 0 !important; > } > .pb-lg-0 { > - padding-bottom:0 !important > + padding-bottom: 0 !important; > } > .pl-lg-0 { > - padding-left:0 !important > + padding-left: 0 !important; > } > .px-lg-0 { > - padding-right:0 !important; > - padding-left:0 !important > + padding-right: 0 !important; > + padding-left: 0 !important; > } > .py-lg-0 { > - padding-top:0 !important; > - padding-bottom:0 !important > + padding-top: 0 !important; > + padding-bottom: 0 !important; > } > .p-lg-1 { > - padding:.25rem !important > + padding: 0.25rem !important; > } > .pt-lg-1 { > - padding-top:.25rem !important > + padding-top: 0.25rem !important; > } > .pr-lg-1 { > - padding-right:.25rem !important > + padding-right: 0.25rem !important; > } > .pb-lg-1 { > - padding-bottom:.25rem !important > + padding-bottom: 0.25rem !important; > } > .pl-lg-1 { > - padding-left:.25rem !important > + padding-left: 0.25rem !important; > } > .px-lg-1 { > - padding-right:.25rem !important; > - padding-left:.25rem !important > + padding-right: 0.25rem !important; > + padding-left: 0.25rem !important; > } > .py-lg-1 { > - padding-top:.25rem !important; > - padding-bottom:.25rem !important > + padding-top: 0.25rem !important; > + padding-bottom: 0.25rem !important; > } > .p-lg-2 { > - padding:.5rem !important > + padding: 0.5rem !important; > } > .pt-lg-2 { > - padding-top:.5rem !important > + padding-top: 0.5rem !important; > } > .pr-lg-2 { > - padding-right:.5rem !important > + padding-right: 0.5rem !important; > } > .pb-lg-2 { > - padding-bottom:.5rem !important > + padding-bottom: 0.5rem !important; > } > .pl-lg-2 { > - padding-left:.5rem !important > + padding-left: 0.5rem !important; > } > .px-lg-2 { > - padding-right:.5rem !important; > - padding-left:.5rem !important > + padding-right: 0.5rem !important; > + padding-left: 0.5rem !important; > } > .py-lg-2 { > - padding-top:.5rem !important; > - padding-bottom:.5rem !important > + padding-top: 0.5rem !important; > + padding-bottom: 0.5rem !important; > } > .p-lg-3 { > - padding:.75rem !important > + padding: 0.75rem !important; > } > .pt-lg-3 { > - padding-top:.75rem !important > + padding-top: 0.75rem !important; > } > .pr-lg-3 { > - padding-right:.75rem !important > + padding-right: 0.75rem !important; > } > .pb-lg-3 { > - padding-bottom:.75rem !important > + padding-bottom: 0.75rem !important; > } > .pl-lg-3 { > - padding-left:.75rem !important > + padding-left: 0.75rem !important; > } > .px-lg-3 { > - padding-right:.75rem !important; > - padding-left:.75rem !important > + padding-right: 0.75rem !important; > + padding-left: 0.75rem !important; > } > .py-lg-3 { > - padding-top:.75rem !important; > - padding-bottom:.75rem !important > + padding-top: 0.75rem !important; > + padding-bottom: 0.75rem !important; > } > .p-lg-4 { > - padding:1rem !important > + padding: 1rem !important; > } > .pt-lg-4 { > - padding-top:1rem !important > + padding-top: 1rem !important; > } > .pr-lg-4 { > - padding-right:1rem !important > + padding-right: 1rem !important; > } > .pb-lg-4 { > - padding-bottom:1rem !important > + padding-bottom: 1rem !important; > } > .pl-lg-4 { > - padding-left:1rem !important > + padding-left: 1rem !important; > } > .px-lg-4 { > - padding-right:1rem !important; > - padding-left:1rem !important > + padding-right: 1rem !important; > + padding-left: 1rem !important; > } > .py-lg-4 { > - padding-top:1rem !important; > - padding-bottom:1rem !important > + padding-top: 1rem !important; > + padding-bottom: 1rem !important; > } > .p-lg-5 { > - padding:1.5rem !important > + padding: 1.5rem !important; > } > .pt-lg-5 { > - padding-top:1.5rem !important > + padding-top: 1.5rem !important; > } > .pr-lg-5 { > - padding-right:1.5rem !important > + padding-right: 1.5rem !important; > } > .pb-lg-5 { > - padding-bottom:1.5rem !important > + padding-bottom: 1.5rem !important; > } > .pl-lg-5 { > - padding-left:1.5rem !important > + padding-left: 1.5rem !important; > } > .px-lg-5 { > - padding-right:1.5rem !important; > - padding-left:1.5rem !important > + padding-right: 1.5rem !important; > + padding-left: 1.5rem !important; > } > .py-lg-5 { > - padding-top:1.5rem !important; > - padding-bottom:1.5rem !important > + padding-top: 1.5rem !important; > + padding-bottom: 1.5rem !important; > } > .p-lg-6 { > - padding:2rem !important > + padding: 2rem !important; > } > .pt-lg-6 { > - padding-top:2rem !important > + padding-top: 2rem !important; > } > .pr-lg-6 { > - padding-right:2rem !important > + padding-right: 2rem !important; > } > .pb-lg-6 { > - padding-bottom:2rem !important > + padding-bottom: 2rem !important; > } > .pl-lg-6 { > - padding-left:2rem !important > + padding-left: 2rem !important; > } > .px-lg-6 { > - padding-right:2rem !important; > - padding-left:2rem !important > + padding-right: 2rem !important; > + padding-left: 2rem !important; > } > .py-lg-6 { > - padding-top:2rem !important; > - padding-bottom:2rem !important > + padding-top: 2rem !important; > + padding-bottom: 2rem !important; > } > .p-lg-7 { > - padding:2.5rem !important > + padding: 2.5rem !important; > } > .pt-lg-7 { > - padding-top:2.5rem !important > + padding-top: 2.5rem !important; > } > .pr-lg-7 { > - padding-right:2.5rem !important > + padding-right: 2.5rem !important; > } > .pb-lg-7 { > - padding-bottom:2.5rem !important > + padding-bottom: 2.5rem !important; > } > .pl-lg-7 { > - padding-left:2.5rem !important > + padding-left: 2.5rem !important; > } > .px-lg-7 { > - padding-right:2.5rem !important; > - padding-left:2.5rem !important > + padding-right: 2.5rem !important; > + padding-left: 2.5rem !important; > } > .py-lg-7 { > - padding-top:2.5rem !important; > - padding-bottom:2.5rem !important > + padding-top: 2.5rem !important; > + padding-bottom: 2.5rem !important; > } > .p-lg-8 { > - padding:3rem !important > + padding: 3rem !important; > } > .pt-lg-8 { > - padding-top:3rem !important > + padding-top: 3rem !important; > } > .pr-lg-8 { > - padding-right:3rem !important > + padding-right: 3rem !important; > } > .pb-lg-8 { > - padding-bottom:3rem !important > + padding-bottom: 3rem !important; > } > .pl-lg-8 { > - padding-left:3rem !important > + padding-left: 3rem !important; > } > .px-lg-8 { > - padding-right:3rem !important; > - padding-left:3rem !important > + padding-right: 3rem !important; > + padding-left: 3rem !important; > } > .py-lg-8 { > - padding-top:3rem !important; > - padding-bottom:3rem !important > + padding-top: 3rem !important; > + padding-bottom: 3rem !important; > } > .p-lg-9 { > - padding:3.5rem !important > + padding: 3.5rem !important; > } > .pt-lg-9 { > - padding-top:3.5rem !important > + padding-top: 3.5rem !important; > } > .pr-lg-9 { > - padding-right:3.5rem !important > + padding-right: 3.5rem !important; > } > .pb-lg-9 { > - padding-bottom:3.5rem !important > + padding-bottom: 3.5rem !important; > } > .pl-lg-9 { > - padding-left:3.5rem !important > + padding-left: 3.5rem !important; > } > .px-lg-9 { > - padding-right:3.5rem !important; > - padding-left:3.5rem !important > + padding-right: 3.5rem !important; > + padding-left: 3.5rem !important; > } > .py-lg-9 { > - padding-top:3.5rem !important; > - padding-bottom:3.5rem !important > + padding-top: 3.5rem !important; > + padding-bottom: 3.5rem !important; > } > .p-lg-10 { > - padding:4rem !important > + padding: 4rem !important; > } > .pt-lg-10 { > - padding-top:4rem !important > + padding-top: 4rem !important; > } > .pr-lg-10 { > - padding-right:4rem !important > + padding-right: 4rem !important; > } > .pb-lg-10 { > - padding-bottom:4rem !important > + padding-bottom: 4rem !important; > } > .pl-lg-10 { > - padding-left:4rem !important > + padding-left: 4rem !important; > } > .px-lg-10 { > - padding-right:4rem !important; > - padding-left:4rem !important > + padding-right: 4rem !important; > + padding-left: 4rem !important; > } > .py-lg-10 { > - padding-top:4rem !important; > - padding-bottom:4rem !important > + padding-top: 4rem !important; > + padding-bottom: 4rem !important; > } > } > @media (min-width: 87.5rem) { > .p-xl-0 { > - padding:0 !important > + padding: 0 !important; > } > .pt-xl-0 { > - padding-top:0 !important > + padding-top: 0 !important; > } > .pr-xl-0 { > - padding-right:0 !important > + padding-right: 0 !important; > } > .pb-xl-0 { > - padding-bottom:0 !important > + padding-bottom: 0 !important; > } > .pl-xl-0 { > - padding-left:0 !important > + padding-left: 0 !important; > } > .px-xl-0 { > - padding-right:0 !important; > - padding-left:0 !important > + padding-right: 0 !important; > + padding-left: 0 !important; > } > .py-xl-0 { > - padding-top:0 !important; > - padding-bottom:0 !important > + padding-top: 0 !important; > + padding-bottom: 0 !important; > } > .p-xl-1 { > - padding:.25rem !important > + padding: 0.25rem !important; > } > .pt-xl-1 { > - padding-top:.25rem !important > + padding-top: 0.25rem !important; > } > .pr-xl-1 { > - padding-right:.25rem !important > + padding-right: 0.25rem !important; > } > .pb-xl-1 { > - padding-bottom:.25rem !important > + padding-bottom: 0.25rem !important; > } > .pl-xl-1 { > - padding-left:.25rem !important > + padding-left: 0.25rem !important; > } > .px-xl-1 { > - padding-right:.25rem !important; > - padding-left:.25rem !important > + padding-right: 0.25rem !important; > + padding-left: 0.25rem !important; > } > .py-xl-1 { > - padding-top:.25rem !important; > - padding-bottom:.25rem !important > + padding-top: 0.25rem !important; > + padding-bottom: 0.25rem !important; > } > .p-xl-2 { > - padding:.5rem !important > + padding: 0.5rem !important; > } > .pt-xl-2 { > - padding-top:.5rem !important > + padding-top: 0.5rem !important; > } > .pr-xl-2 { > - padding-right:.5rem !important > + padding-right: 0.5rem !important; > } > .pb-xl-2 { > - padding-bottom:.5rem !important > + padding-bottom: 0.5rem !important; > } > .pl-xl-2 { > - padding-left:.5rem !important > + padding-left: 0.5rem !important; > } > .px-xl-2 { > - padding-right:.5rem !important; > - padding-left:.5rem !important > + padding-right: 0.5rem !important; > + padding-left: 0.5rem !important; > } > .py-xl-2 { > - padding-top:.5rem !important; > - padding-bottom:.5rem !important > + padding-top: 0.5rem !important; > + padding-bottom: 0.5rem !important; > } > .p-xl-3 { > - padding:.75rem !important > + padding: 0.75rem !important; > } > .pt-xl-3 { > - padding-top:.75rem !important > + padding-top: 0.75rem !important; > } > .pr-xl-3 { > - padding-right:.75rem !important > + padding-right: 0.75rem !important; > } > .pb-xl-3 { > - padding-bottom:.75rem !important > + padding-bottom: 0.75rem !important; > } > .pl-xl-3 { > - padding-left:.75rem !important > + padding-left: 0.75rem !important; > } > .px-xl-3 { > - padding-right:.75rem !important; > - padding-left:.75rem !important > + padding-right: 0.75rem !important; > + padding-left: 0.75rem !important; > } > .py-xl-3 { > - padding-top:.75rem !important; > - padding-bottom:.75rem !important > + padding-top: 0.75rem !important; > + padding-bottom: 0.75rem !important; > } > .p-xl-4 { > - padding:1rem !important > + padding: 1rem !important; > } > .pt-xl-4 { > - padding-top:1rem !important > + padding-top: 1rem !important; > } > .pr-xl-4 { > - padding-right:1rem !important > + padding-right: 1rem !important; > } > .pb-xl-4 { > - padding-bottom:1rem !important > + padding-bottom: 1rem !important; > } > .pl-xl-4 { > - padding-left:1rem !important > + padding-left: 1rem !important; > } > .px-xl-4 { > - padding-right:1rem !important; > - padding-left:1rem !important > + padding-right: 1rem !important; > + padding-left: 1rem !important; > } > .py-xl-4 { > - padding-top:1rem !important; > - padding-bottom:1rem !important > + padding-top: 1rem !important; > + padding-bottom: 1rem !important; > } > .p-xl-5 { > - padding:1.5rem !important > + padding: 1.5rem !important; > } > .pt-xl-5 { > - padding-top:1.5rem !important > + padding-top: 1.5rem !important; > } > .pr-xl-5 { > - padding-right:1.5rem !important > + padding-right: 1.5rem !important; > } > .pb-xl-5 { > - padding-bottom:1.5rem !important > + padding-bottom: 1.5rem !important; > } > .pl-xl-5 { > - padding-left:1.5rem !important > + padding-left: 1.5rem !important; > } > .px-xl-5 { > - padding-right:1.5rem !important; > - padding-left:1.5rem !important > + padding-right: 1.5rem !important; > + padding-left: 1.5rem !important; > } > .py-xl-5 { > - padding-top:1.5rem !important; > - padding-bottom:1.5rem !important > + padding-top: 1.5rem !important; > + padding-bottom: 1.5rem !important; > } > .p-xl-6 { > - padding:2rem !important > + padding: 2rem !important; > } > .pt-xl-6 { > - padding-top:2rem !important > + padding-top: 2rem !important; > } > .pr-xl-6 { > - padding-right:2rem !important > + padding-right: 2rem !important; > } > .pb-xl-6 { > - padding-bottom:2rem !important > + padding-bottom: 2rem !important; > } > .pl-xl-6 { > - padding-left:2rem !important > + padding-left: 2rem !important; > } > .px-xl-6 { > - padding-right:2rem !important; > - padding-left:2rem !important > + padding-right: 2rem !important; > + padding-left: 2rem !important; > } > .py-xl-6 { > - padding-top:2rem !important; > - padding-bottom:2rem !important > + padding-top: 2rem !important; > + padding-bottom: 2rem !important; > } > .p-xl-7 { > - padding:2.5rem !important > + padding: 2.5rem !important; > } > .pt-xl-7 { > - padding-top:2.5rem !important > + padding-top: 2.5rem !important; > } > .pr-xl-7 { > - padding-right:2.5rem !important > + padding-right: 2.5rem !important; > } > .pb-xl-7 { > - padding-bottom:2.5rem !important > + padding-bottom: 2.5rem !important; > } > .pl-xl-7 { > - padding-left:2.5rem !important > + padding-left: 2.5rem !important; > } > .px-xl-7 { > - padding-right:2.5rem !important; > - padding-left:2.5rem !important > + padding-right: 2.5rem !important; > + padding-left: 2.5rem !important; > } > .py-xl-7 { > - padding-top:2.5rem !important; > - padding-bottom:2.5rem !important > + padding-top: 2.5rem !important; > + padding-bottom: 2.5rem !important; > } > .p-xl-8 { > - padding:3rem !important > + padding: 3rem !important; > } > .pt-xl-8 { > - padding-top:3rem !important > + padding-top: 3rem !important; > } > .pr-xl-8 { > - padding-right:3rem !important > + padding-right: 3rem !important; > } > .pb-xl-8 { > - padding-bottom:3rem !important > + padding-bottom: 3rem !important; > } > .pl-xl-8 { > - padding-left:3rem !important > + padding-left: 3rem !important; > } > .px-xl-8 { > - padding-right:3rem !important; > - padding-left:3rem !important > + padding-right: 3rem !important; > + padding-left: 3rem !important; > } > .py-xl-8 { > - padding-top:3rem !important; > - padding-bottom:3rem !important > + padding-top: 3rem !important; > + padding-bottom: 3rem !important; > } > .p-xl-9 { > - padding:3.5rem !important > + padding: 3.5rem !important; > } > .pt-xl-9 { > - padding-top:3.5rem !important > + padding-top: 3.5rem !important; > } > .pr-xl-9 { > - padding-right:3.5rem !important > + padding-right: 3.5rem !important; > } > .pb-xl-9 { > - padding-bottom:3.5rem !important > + padding-bottom: 3.5rem !important; > } > .pl-xl-9 { > - padding-left:3.5rem !important > + padding-left: 3.5rem !important; > } > .px-xl-9 { > - padding-right:3.5rem !important; > - padding-left:3.5rem !important > + padding-right: 3.5rem !important; > + padding-left: 3.5rem !important; > } > .py-xl-9 { > - padding-top:3.5rem !important; > - padding-bottom:3.5rem !important > + padding-top: 3.5rem !important; > + padding-bottom: 3.5rem !important; > } > .p-xl-10 { > - padding:4rem !important > + padding: 4rem !important; > } > .pt-xl-10 { > - padding-top:4rem !important > + padding-top: 4rem !important; > } > .pr-xl-10 { > - padding-right:4rem !important > + padding-right: 4rem !important; > } > .pb-xl-10 { > - padding-bottom:4rem !important > + padding-bottom: 4rem !important; > } > .pl-xl-10 { > - padding-left:4rem !important > + padding-left: 4rem !important; > } > .px-xl-10 { > - padding-right:4rem !important; > - padding-left:4rem !important > + padding-right: 4rem !important; > + padding-left: 4rem !important; > } > .py-xl-10 { > - padding-top:4rem !important; > - padding-bottom:4rem !important > + padding-top: 4rem !important; > + padding-bottom: 4rem !important; > } > } > @media print { > @@ -6738,63 +6801,63 @@ pre.highlight { > #back-to-top, > .site-nav, > .main-header { > - display:none !important > + display: none !important; > } > hr { > - margin-top:1rem; > - margin-bottom:1rem > + margin-top: 1rem; > + margin-bottom: 1rem; > } > .side-bar { > - width:100%; > - height:auto; > - border-right:0 !important; > - position:static; > - display:block > + width: 100%; > + height: auto; > + border-right: 0 !important; > + position: static; > + display: block; > } > .site-header { > - border-bottom:1px solid #eeebee > + border-bottom: 1px solid #eeebee; > } > .site-title { > - font-size:1rem !important; > - font-weight:700 !important > + font-size: 1rem !important; > + font-weight: 700 !important; > } > .text-small { > - font-size:8pt !important > + font-size: 8pt !important; > } > pre.highlight { > - border:1px solid #eeebee > + border: 1px solid #eeebee; > } > .main { > - max-width:none; > - margin-left:0 !important > + max-width: none; > + margin-left: 0 !important; > } > } > a.skip-to-main { > - left:-999px; > - position:absolute; > - top:auto; > - width:1px; > - height:1px; > - overflow:hidden; > - z-index:-999 > + left: -999px; > + position: absolute; > + top: auto; > + width: 1px; > + height: 1px; > + overflow: hidden; > + z-index: -999; > } > a.skip-to-main:focus, > a.skip-to-main:active { > - color:#7253ed; > - background-color:#fff; > - left:auto; > - top:auto; > - width:30%; > - height:auto; > - overflow:auto; > - margin:10px 35%; > - padding:5px; > - border-radius:15px; > - border:4px solid #5e41d0; > - text-align:center; > - font-size:1.2em; > - z-index:999 > + color: #7253ed; > + background-color: #fff; > + left: auto; > + top: auto; > + width: 30%; > + height: auto; > + overflow: auto; > + margin: 10px 35%; > + padding: 5px; > + border-radius: 15px; > + border: 4px solid #5e41d0; > + text-align: center; > + font-size: 1.2em; > + z-index: 999; > } > div.opaque { > - background-color:#fff > + background-color: #fff; > } > diff --git a/docs/haskell/release-process.md b/docs/haskell/release-process.md > index c761703..e08874f 100644 > --- a/docs/haskell/release-process.md > +++ b/docs/haskell/release-process.md > @@ -20,7 +20,7 @@ Don’t lump documentation & testing improvements into a breaking change just be >  > ### format the PR title as a CHANGELOG entry >  > -__TODO__: How does this work when there are multiple packages? > +**TODO**: How does this work when there are multiple packages? >  > ## release updates >  > @@ -37,7 +37,6 @@ In as far as the release is automated, the changes should be made in the merge c >  > [^1]: This is delicate, because the CI build matrix doesn’t do a good job of solving for other versions of local packages. >  > - > ## Hackage info >  > Hackage allows you to optionally tag a release as “preferred” or ”deprecated”. For full logs, run: nix log /nix/store/16iaq46k1r0l47bzgammiw07hc3c5fz8-treefmt-check.drv