*, *::after, *::before {
  box-sizing: inherit; }

* {
  font: inherit; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0; }

html {
  box-sizing: border-box; }

body {
  background-color: hsl(210, 23%, 95%); }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, form legend {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

button, input, textarea, select {
  margin: 0; }

.btn, .form-control, .link, .reset {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control::-ms-expand {
  display: none; }

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top; }

input::-ms-clear {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img, video, svg {
  max-width: 100%; }

[data-theme] {
  background-color: hsl(210, 23%, 95%);
  color: hsl(180, 1%, 25%); }

.container {
  width: calc(100% - 2.5em);
  margin-left: auto;
  margin-right: auto; }

.grid {
  display: flex;
  flex-wrap: wrap; }
  .grid > * {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 0; }

/* #region (fallback for older browsers) */
[class*="gap-xxxxs"], [class*="gap-xxxs"], [class*="gap-xxs"], [class*="gap-xs"], [class*="gap-sm"], [class*="gap-md"], [class*="gap-lg"], [class*="gap-xl"], [class*="gap-xxl"], [class*="gap-xxxl"], [class*="gap-xxxxl"], [class*="grid-gap-"], [class*="flex-gap-"] {
  margin-bottom: -0.75em;
  margin-left: -0.75em; }
  [class*="gap-xxxxs"] > *, [class*="gap-xxxs"] > *, [class*="gap-xxs"] > *, [class*="gap-xs"] > *, [class*="gap-sm"] > *, [class*="gap-md"] > *, [class*="gap-lg"] > *, [class*="gap-xl"] > *, [class*="gap-xxl"] > *, [class*="gap-xxxl"] > *, [class*="gap-xxxxl"] > *, [class*="grid-gap-"] > *, [class*="flex-gap-"] > * {
    margin-bottom: 0.75em;
    margin-left: 0.75em; }

[class*="gap-x-xxxxs"], [class*="gap-x-xxxs"], [class*="gap-x-xxs"], [class*="gap-x-xs"], [class*="gap-x-sm"], [class*="gap-x-md"], [class*="gap-x-lg"], [class*="gap-x-xl"], [class*="gap-x-xxl"], [class*="gap-x-xxxl"], [class*="gap-x-xxxxl"] {
  margin-left: -0.75em; }
  [class*="gap-x-xxxxs"] > *, [class*="gap-x-xxxs"] > *, [class*="gap-x-xxs"] > *, [class*="gap-x-xs"] > *, [class*="gap-x-sm"] > *, [class*="gap-x-md"] > *, [class*="gap-x-lg"] > *, [class*="gap-x-xl"] > *, [class*="gap-x-xxl"] > *, [class*="gap-x-xxxl"] > *, [class*="gap-x-xxxxl"] > * {
    margin-left: 0.75em; }

[class*="gap-y-xxxxs"], [class*="gap-y-xxxs"], [class*="gap-y-xxs"], [class*="gap-y-xs"], [class*="gap-y-sm"], [class*="gap-y-md"], [class*="gap-y-lg"], [class*="gap-y-xl"], [class*="gap-y-xxl"], [class*="gap-y-xxxl"], [class*="gap-y-xxxxl"] {
  margin-bottom: -0.75em; }
  [class*="gap-y-xxxxs"] > *, [class*="gap-y-xxxs"] > *, [class*="gap-y-xxs"] > *, [class*="gap-y-xs"] > *, [class*="gap-y-sm"] > *, [class*="gap-y-md"] > *, [class*="gap-y-lg"] > *, [class*="gap-y-xl"] > *, [class*="gap-y-xxl"] > *, [class*="gap-y-xxxl"] > *, [class*="gap-y-xxxxl"] > * {
    margin-bottom: 0.75em; }

/* #endregion */
@supports (--css: variables) {
  .grid {
    margin-bottom: calc(-1*var(--gap-y));
    margin-left: calc(-1*var(--gap-x)); }
    .grid > * {
      margin-bottom: var(--gap-y);
      margin-left: var(--offset); }
  .flex[class*="gap-"], .inline-flex[class*="gap-"] {
    margin-bottom: calc(-1*var(--gap-y, 0));
    margin-left: calc(-1*var(--gap-x, 0)); }
    .flex[class*="gap-"] > *, .inline-flex[class*="gap-"] > * {
      margin-bottom: var(--gap-y, 0);
      margin-left: var(--gap-x, 0); }
  .gap-xxxxs, .grid-gap-xxxxs, .flex-gap-xxxxs {
    --gap-x: var(--space-xxxxs);
    --gap-y: var(--space-xxxxs); }
  .gap-xxxs, .grid-gap-xxxs, .flex-gap-xxxs {
    --gap-x: var(--space-xxxs);
    --gap-y: var(--space-xxxs); }
  .gap-xxs, .grid-gap-xxs, .flex-gap-xxs {
    --gap-x: var(--space-xxs);
    --gap-y: var(--space-xxs); }
  .gap-xs, .grid-gap-xs, .flex-gap-xs {
    --gap-x: var(--space-xs);
    --gap-y: var(--space-xs); }
  .gap-sm, .grid-gap-sm, .flex-gap-sm {
    --gap-x: var(--space-sm);
    --gap-y: var(--space-sm); }
  .gap-md, .grid-gap-md, .flex-gap-md {
    --gap-x: var(--space-md);
    --gap-y: var(--space-md); }
  .gap-lg, .grid-gap-lg, .flex-gap-lg {
    --gap-x: var(--space-lg);
    --gap-y: var(--space-lg); }
  .gap-xl, .grid-gap-xl, .flex-gap-xl {
    --gap-x: var(--space-xl);
    --gap-y: var(--space-xl); }
  .gap-xxl, .grid-gap-xxl, .flex-gap-xxl {
    --gap-x: var(--space-xxl);
    --gap-y: var(--space-xxl); }
  .gap-xxxl, .grid-gap-xxxl, .flex-gap-xxxl {
    --gap-x: var(--space-xxxl);
    --gap-y: var(--space-xxxl); }
  .gap-xxxxl, .grid-gap-xxxxl, .flex-gap-xxxxl {
    --gap-x: var(--space-xxxxl);
    --gap-y: var(--space-xxxxl); }
  .gap-0 {
    --gap-x: 0px;
    --gap-y: 0px; }
  .gap-x-xxxxs {
    --gap-x: var(--space-xxxxs); }
  .gap-x-xxxs {
    --gap-x: var(--space-xxxs); }
  .gap-x-xxs {
    --gap-x: var(--space-xxs); }
  .gap-x-xs {
    --gap-x: var(--space-xs); }
  .gap-x-sm {
    --gap-x: var(--space-sm); }
  .gap-x-md {
    --gap-x: var(--space-md); }
  .gap-x-lg {
    --gap-x: var(--space-lg); }
  .gap-x-xl {
    --gap-x: var(--space-xl); }
  .gap-x-xxl {
    --gap-x: var(--space-xxl); }
  .gap-x-xxxl {
    --gap-x: var(--space-xxxl); }
  .gap-x-xxxxl {
    --gap-x: var(--space-xxxxl); }
  .gap-x-0 {
    --gap-x: 0px; }
  .gap-y-xxxxs {
    --gap-y: var(--space-xxxxs); }
  .gap-y-xxxs {
    --gap-y: var(--space-xxxs); }
  .gap-y-xxs {
    --gap-y: var(--space-xxs); }
  .gap-y-xs {
    --gap-y: var(--space-xs); }
  .gap-y-sm {
    --gap-y: var(--space-sm); }
  .gap-y-md {
    --gap-y: var(--space-md); }
  .gap-y-lg {
    --gap-y: var(--space-lg); }
  .gap-y-xl {
    --gap-y: var(--space-xl); }
  .gap-y-xxl {
    --gap-y: var(--space-xxl); }
  .gap-y-xxxl {
    --gap-y: var(--space-xxxl); }
  .gap-y-xxxxl {
    --gap-y: var(--space-xxxxl); }
  .gap-y-0 {
    --gap-y: 0px; } }

.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-1 {
  flex-basis: calc(8.33% - 0.01px - 0.75em);
  max-width: calc(8.33% - 0.01px - 0.75em); }

.col-2 {
  flex-basis: calc(16.66% - 0.01px - 0.75em);
  max-width: calc(16.66% - 0.01px - 0.75em); }

.col-3 {
  flex-basis: calc(25% - 0.01px - 0.75em);
  max-width: calc(25% - 0.01px - 0.75em); }

.col-4 {
  flex-basis: calc(33.33% - 0.01px - 0.75em);
  max-width: calc(33.33% - 0.01px - 0.75em); }

.col-5 {
  flex-basis: calc(41.66% - 0.01px - 0.75em);
  max-width: calc(41.66% - 0.01px - 0.75em); }

.col-6 {
  flex-basis: calc(50% - 0.01px - 0.75em);
  max-width: calc(50% - 0.01px - 0.75em); }

.col-7 {
  flex-basis: calc(58.33% - 0.01px - 0.75em);
  max-width: calc(58.33% - 0.01px - 0.75em); }

.col-8 {
  flex-basis: calc(66.66% - 0.01px - 0.75em);
  max-width: calc(66.66% - 0.01px - 0.75em); }

.col-9 {
  flex-basis: calc(75% - 0.01px - 0.75em);
  max-width: calc(75% - 0.01px - 0.75em); }

.col-10 {
  flex-basis: calc(83.33% - 0.01px - 0.75em);
  max-width: calc(83.33% - 0.01px - 0.75em); }

.col-11 {
  flex-basis: calc(91.66% - 0.01px - 0.75em);
  max-width: calc(91.66% - 0.01px - 0.75em); }

.col-12 {
  flex-basis: calc(100% - 0.01px - 0.75em);
  max-width: calc(100% - 0.01px - 0.75em); }

.col-content {
  flex-grow: 0;
  flex-basis: initial;
  max-width: initial; }

@media (min-width: 32rem) {
  .col\@xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-1\@xs {
    flex-basis: calc(8.33% - 0.01px - 0.75em);
    max-width: calc(8.33% - 0.01px - 0.75em); }
  .col-2\@xs {
    flex-basis: calc(16.66% - 0.01px - 0.75em);
    max-width: calc(16.66% - 0.01px - 0.75em); }
  .col-3\@xs {
    flex-basis: calc(25% - 0.01px - 0.75em);
    max-width: calc(25% - 0.01px - 0.75em); }
  .col-4\@xs {
    flex-basis: calc(33.33% - 0.01px - 0.75em);
    max-width: calc(33.33% - 0.01px - 0.75em); }
  .col-5\@xs {
    flex-basis: calc(41.66% - 0.01px - 0.75em);
    max-width: calc(41.66% - 0.01px - 0.75em); }
  .col-6\@xs {
    flex-basis: calc(50% - 0.01px - 0.75em);
    max-width: calc(50% - 0.01px - 0.75em); }
  .col-7\@xs {
    flex-basis: calc(58.33% - 0.01px - 0.75em);
    max-width: calc(58.33% - 0.01px - 0.75em); }
  .col-8\@xs {
    flex-basis: calc(66.66% - 0.01px - 0.75em);
    max-width: calc(66.66% - 0.01px - 0.75em); }
  .col-9\@xs {
    flex-basis: calc(75% - 0.01px - 0.75em);
    max-width: calc(75% - 0.01px - 0.75em); }
  .col-10\@xs {
    flex-basis: calc(83.33% - 0.01px - 0.75em);
    max-width: calc(83.33% - 0.01px - 0.75em); }
  .col-11\@xs {
    flex-basis: calc(91.66% - 0.01px - 0.75em);
    max-width: calc(91.66% - 0.01px - 0.75em); }
  .col-12\@xs {
    flex-basis: calc(100% - 0.01px - 0.75em);
    max-width: calc(100% - 0.01px - 0.75em); }
  .col-content\@xs {
    flex-grow: 0;
    flex-basis: initial;
    max-width: initial; }
  @supports (--css: variables) {
    .gap-xxxxs\@xs {
      --gap-x: var(--space-xxxxs);
      --gap-y: var(--space-xxxxs); }
    .gap-xxxs\@xs {
      --gap-x: var(--space-xxxs);
      --gap-y: var(--space-xxxs); }
    .gap-xxs\@xs {
      --gap-x: var(--space-xxs);
      --gap-y: var(--space-xxs); }
    .gap-xs\@xs {
      --gap-x: var(--space-xs);
      --gap-y: var(--space-xs); }
    .gap-sm\@xs {
      --gap-x: var(--space-sm);
      --gap-y: var(--space-sm); }
    .gap-md\@xs {
      --gap-x: var(--space-md);
      --gap-y: var(--space-md); }
    .gap-lg\@xs {
      --gap-x: var(--space-lg);
      --gap-y: var(--space-lg); }
    .gap-xl\@xs {
      --gap-x: var(--space-xl);
      --gap-y: var(--space-xl); }
    .gap-xxl\@xs {
      --gap-x: var(--space-xxl);
      --gap-y: var(--space-xxl); }
    .gap-xxxl\@xs {
      --gap-x: var(--space-xxxl);
      --gap-y: var(--space-xxxl); }
    .gap-xxxxl\@xs {
      --gap-x: var(--space-xxxxl);
      --gap-y: var(--space-xxxxl); }
    .gap-0\@xs {
      --gap-x: 0px;
      --gap-y: 0px; }
    .gap-x-xxxxs\@xs {
      --gap-x: var(--space-xxxxs); }
    .gap-x-xxxs\@xs {
      --gap-x: var(--space-xxxs); }
    .gap-x-xxs\@xs {
      --gap-x: var(--space-xxs); }
    .gap-x-xs\@xs {
      --gap-x: var(--space-xs); }
    .gap-x-sm\@xs {
      --gap-x: var(--space-sm); }
    .gap-x-md\@xs {
      --gap-x: var(--space-md); }
    .gap-x-lg\@xs {
      --gap-x: var(--space-lg); }
    .gap-x-xl\@xs {
      --gap-x: var(--space-xl); }
    .gap-x-xxl\@xs {
      --gap-x: var(--space-xxl); }
    .gap-x-xxxl\@xs {
      --gap-x: var(--space-xxxl); }
    .gap-x-xxxxl\@xs {
      --gap-x: var(--space-xxxxl); }
    .gap-x-0\@xs {
      --gap-x: 0px; }
    .gap-y-xxxxs\@xs {
      --gap-y: var(--space-xxxxs); }
    .gap-y-xxxs\@xs {
      --gap-y: var(--space-xxxs); }
    .gap-y-xxs\@xs {
      --gap-y: var(--space-xxs); }
    .gap-y-xs\@xs {
      --gap-y: var(--space-xs); }
    .gap-y-sm\@xs {
      --gap-y: var(--space-sm); }
    .gap-y-md\@xs {
      --gap-y: var(--space-md); }
    .gap-y-lg\@xs {
      --gap-y: var(--space-lg); }
    .gap-y-xl\@xs {
      --gap-y: var(--space-xl); }
    .gap-y-xxl\@xs {
      --gap-y: var(--space-xxl); }
    .gap-y-xxxl\@xs {
      --gap-y: var(--space-xxxl); }
    .gap-y-xxxxl\@xs {
      --gap-y: var(--space-xxxxl); }
    .gap-y-0\@xs {
      --gap-y: 0px; } } }

@media (min-width: 48rem) {
  .col\@sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-1\@sm {
    flex-basis: calc(8.33% - 0.01px - 0.75em);
    max-width: calc(8.33% - 0.01px - 0.75em); }
  .col-2\@sm {
    flex-basis: calc(16.66% - 0.01px - 0.75em);
    max-width: calc(16.66% - 0.01px - 0.75em); }
  .col-3\@sm {
    flex-basis: calc(25% - 0.01px - 0.75em);
    max-width: calc(25% - 0.01px - 0.75em); }
  .col-4\@sm {
    flex-basis: calc(33.33% - 0.01px - 0.75em);
    max-width: calc(33.33% - 0.01px - 0.75em); }
  .col-5\@sm {
    flex-basis: calc(41.66% - 0.01px - 0.75em);
    max-width: calc(41.66% - 0.01px - 0.75em); }
  .col-6\@sm {
    flex-basis: calc(50% - 0.01px - 0.75em);
    max-width: calc(50% - 0.01px - 0.75em); }
  .col-7\@sm {
    flex-basis: calc(58.33% - 0.01px - 0.75em);
    max-width: calc(58.33% - 0.01px - 0.75em); }
  .col-8\@sm {
    flex-basis: calc(66.66% - 0.01px - 0.75em);
    max-width: calc(66.66% - 0.01px - 0.75em); }
  .col-9\@sm {
    flex-basis: calc(75% - 0.01px - 0.75em);
    max-width: calc(75% - 0.01px - 0.75em); }
  .col-10\@sm {
    flex-basis: calc(83.33% - 0.01px - 0.75em);
    max-width: calc(83.33% - 0.01px - 0.75em); }
  .col-11\@sm {
    flex-basis: calc(91.66% - 0.01px - 0.75em);
    max-width: calc(91.66% - 0.01px - 0.75em); }
  .col-12\@sm {
    flex-basis: calc(100% - 0.01px - 0.75em);
    max-width: calc(100% - 0.01px - 0.75em); }
  .col-content\@sm {
    flex-grow: 0;
    flex-basis: initial;
    max-width: initial; }
  @supports (--css: variables) {
    .gap-xxxxs\@sm {
      --gap-x: var(--space-xxxxs);
      --gap-y: var(--space-xxxxs); }
    .gap-xxxs\@sm {
      --gap-x: var(--space-xxxs);
      --gap-y: var(--space-xxxs); }
    .gap-xxs\@sm {
      --gap-x: var(--space-xxs);
      --gap-y: var(--space-xxs); }
    .gap-xs\@sm {
      --gap-x: var(--space-xs);
      --gap-y: var(--space-xs); }
    .gap-sm\@sm {
      --gap-x: var(--space-sm);
      --gap-y: var(--space-sm); }
    .gap-md\@sm {
      --gap-x: var(--space-md);
      --gap-y: var(--space-md); }
    .gap-lg\@sm {
      --gap-x: var(--space-lg);
      --gap-y: var(--space-lg); }
    .gap-xl\@sm {
      --gap-x: var(--space-xl);
      --gap-y: var(--space-xl); }
    .gap-xxl\@sm {
      --gap-x: var(--space-xxl);
      --gap-y: var(--space-xxl); }
    .gap-xxxl\@sm {
      --gap-x: var(--space-xxxl);
      --gap-y: var(--space-xxxl); }
    .gap-xxxxl\@sm {
      --gap-x: var(--space-xxxxl);
      --gap-y: var(--space-xxxxl); }
    .gap-0\@sm {
      --gap-x: 0px;
      --gap-y: 0px; }
    .gap-x-xxxxs\@sm {
      --gap-x: var(--space-xxxxs); }
    .gap-x-xxxs\@sm {
      --gap-x: var(--space-xxxs); }
    .gap-x-xxs\@sm {
      --gap-x: var(--space-xxs); }
    .gap-x-xs\@sm {
      --gap-x: var(--space-xs); }
    .gap-x-sm\@sm {
      --gap-x: var(--space-sm); }
    .gap-x-md\@sm {
      --gap-x: var(--space-md); }
    .gap-x-lg\@sm {
      --gap-x: var(--space-lg); }
    .gap-x-xl\@sm {
      --gap-x: var(--space-xl); }
    .gap-x-xxl\@sm {
      --gap-x: var(--space-xxl); }
    .gap-x-xxxl\@sm {
      --gap-x: var(--space-xxxl); }
    .gap-x-xxxxl\@sm {
      --gap-x: var(--space-xxxxl); }
    .gap-x-0\@sm {
      --gap-x: 0px; }
    .gap-y-xxxxs\@sm {
      --gap-y: var(--space-xxxxs); }
    .gap-y-xxxs\@sm {
      --gap-y: var(--space-xxxs); }
    .gap-y-xxs\@sm {
      --gap-y: var(--space-xxs); }
    .gap-y-xs\@sm {
      --gap-y: var(--space-xs); }
    .gap-y-sm\@sm {
      --gap-y: var(--space-sm); }
    .gap-y-md\@sm {
      --gap-y: var(--space-md); }
    .gap-y-lg\@sm {
      --gap-y: var(--space-lg); }
    .gap-y-xl\@sm {
      --gap-y: var(--space-xl); }
    .gap-y-xxl\@sm {
      --gap-y: var(--space-xxl); }
    .gap-y-xxxl\@sm {
      --gap-y: var(--space-xxxl); }
    .gap-y-xxxxl\@sm {
      --gap-y: var(--space-xxxxl); }
    .gap-y-0\@sm {
      --gap-y: 0px; } } }

@media (min-width: 64rem) {
  .col\@md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-1\@md {
    flex-basis: calc(8.33% - 0.01px - 0.75em);
    max-width: calc(8.33% - 0.01px - 0.75em); }
  .col-2\@md {
    flex-basis: calc(16.66% - 0.01px - 0.75em);
    max-width: calc(16.66% - 0.01px - 0.75em); }
  .col-3\@md {
    flex-basis: calc(25% - 0.01px - 0.75em);
    max-width: calc(25% - 0.01px - 0.75em); }
  .col-4\@md {
    flex-basis: calc(33.33% - 0.01px - 0.75em);
    max-width: calc(33.33% - 0.01px - 0.75em); }
  .col-5\@md {
    flex-basis: calc(41.66% - 0.01px - 0.75em);
    max-width: calc(41.66% - 0.01px - 0.75em); }
  .col-6\@md {
    flex-basis: calc(50% - 0.01px - 0.75em);
    max-width: calc(50% - 0.01px - 0.75em); }
  .col-7\@md {
    flex-basis: calc(58.33% - 0.01px - 0.75em);
    max-width: calc(58.33% - 0.01px - 0.75em); }
  .col-8\@md {
    flex-basis: calc(66.66% - 0.01px - 0.75em);
    max-width: calc(66.66% - 0.01px - 0.75em); }
  .col-9\@md {
    flex-basis: calc(75% - 0.01px - 0.75em);
    max-width: calc(75% - 0.01px - 0.75em); }
  .col-10\@md {
    flex-basis: calc(83.33% - 0.01px - 0.75em);
    max-width: calc(83.33% - 0.01px - 0.75em); }
  .col-11\@md {
    flex-basis: calc(91.66% - 0.01px - 0.75em);
    max-width: calc(91.66% - 0.01px - 0.75em); }
  .col-12\@md {
    flex-basis: calc(100% - 0.01px - 0.75em);
    max-width: calc(100% - 0.01px - 0.75em); }
  .col-content\@md {
    flex-grow: 0;
    flex-basis: initial;
    max-width: initial; }
  @supports (--css: variables) {
    .gap-xxxxs\@md {
      --gap-x: var(--space-xxxxs);
      --gap-y: var(--space-xxxxs); }
    .gap-xxxs\@md {
      --gap-x: var(--space-xxxs);
      --gap-y: var(--space-xxxs); }
    .gap-xxs\@md {
      --gap-x: var(--space-xxs);
      --gap-y: var(--space-xxs); }
    .gap-xs\@md {
      --gap-x: var(--space-xs);
      --gap-y: var(--space-xs); }
    .gap-sm\@md {
      --gap-x: var(--space-sm);
      --gap-y: var(--space-sm); }
    .gap-md\@md {
      --gap-x: var(--space-md);
      --gap-y: var(--space-md); }
    .gap-lg\@md {
      --gap-x: var(--space-lg);
      --gap-y: var(--space-lg); }
    .gap-xl\@md {
      --gap-x: var(--space-xl);
      --gap-y: var(--space-xl); }
    .gap-xxl\@md {
      --gap-x: var(--space-xxl);
      --gap-y: var(--space-xxl); }
    .gap-xxxl\@md {
      --gap-x: var(--space-xxxl);
      --gap-y: var(--space-xxxl); }
    .gap-xxxxl\@md {
      --gap-x: var(--space-xxxxl);
      --gap-y: var(--space-xxxxl); }
    .gap-0\@md {
      --gap-x: 0px;
      --gap-y: 0px; }
    .gap-x-xxxxs\@md {
      --gap-x: var(--space-xxxxs); }
    .gap-x-xxxs\@md {
      --gap-x: var(--space-xxxs); }
    .gap-x-xxs\@md {
      --gap-x: var(--space-xxs); }
    .gap-x-xs\@md {
      --gap-x: var(--space-xs); }
    .gap-x-sm\@md {
      --gap-x: var(--space-sm); }
    .gap-x-md\@md {
      --gap-x: var(--space-md); }
    .gap-x-lg\@md {
      --gap-x: var(--space-lg); }
    .gap-x-xl\@md {
      --gap-x: var(--space-xl); }
    .gap-x-xxl\@md {
      --gap-x: var(--space-xxl); }
    .gap-x-xxxl\@md {
      --gap-x: var(--space-xxxl); }
    .gap-x-xxxxl\@md {
      --gap-x: var(--space-xxxxl); }
    .gap-x-0\@md {
      --gap-x: 0px; }
    .gap-y-xxxxs\@md {
      --gap-y: var(--space-xxxxs); }
    .gap-y-xxxs\@md {
      --gap-y: var(--space-xxxs); }
    .gap-y-xxs\@md {
      --gap-y: var(--space-xxs); }
    .gap-y-xs\@md {
      --gap-y: var(--space-xs); }
    .gap-y-sm\@md {
      --gap-y: var(--space-sm); }
    .gap-y-md\@md {
      --gap-y: var(--space-md); }
    .gap-y-lg\@md {
      --gap-y: var(--space-lg); }
    .gap-y-xl\@md {
      --gap-y: var(--space-xl); }
    .gap-y-xxl\@md {
      --gap-y: var(--space-xxl); }
    .gap-y-xxxl\@md {
      --gap-y: var(--space-xxxl); }
    .gap-y-xxxxl\@md {
      --gap-y: var(--space-xxxxl); }
    .gap-y-0\@md {
      --gap-y: 0px; } } }

@media (min-width: 80rem) {
  .col\@lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-1\@lg {
    flex-basis: calc(8.33% - 0.01px - 0.75em);
    max-width: calc(8.33% - 0.01px - 0.75em); }
  .col-2\@lg {
    flex-basis: calc(16.66% - 0.01px - 0.75em);
    max-width: calc(16.66% - 0.01px - 0.75em); }
  .col-3\@lg {
    flex-basis: calc(25% - 0.01px - 0.75em);
    max-width: calc(25% - 0.01px - 0.75em); }
  .col-4\@lg {
    flex-basis: calc(33.33% - 0.01px - 0.75em);
    max-width: calc(33.33% - 0.01px - 0.75em); }
  .col-5\@lg {
    flex-basis: calc(41.66% - 0.01px - 0.75em);
    max-width: calc(41.66% - 0.01px - 0.75em); }
  .col-6\@lg {
    flex-basis: calc(50% - 0.01px - 0.75em);
    max-width: calc(50% - 0.01px - 0.75em); }
  .col-7\@lg {
    flex-basis: calc(58.33% - 0.01px - 0.75em);
    max-width: calc(58.33% - 0.01px - 0.75em); }
  .col-8\@lg {
    flex-basis: calc(66.66% - 0.01px - 0.75em);
    max-width: calc(66.66% - 0.01px - 0.75em); }
  .col-9\@lg {
    flex-basis: calc(75% - 0.01px - 0.75em);
    max-width: calc(75% - 0.01px - 0.75em); }
  .col-10\@lg {
    flex-basis: calc(83.33% - 0.01px - 0.75em);
    max-width: calc(83.33% - 0.01px - 0.75em); }
  .col-11\@lg {
    flex-basis: calc(91.66% - 0.01px - 0.75em);
    max-width: calc(91.66% - 0.01px - 0.75em); }
  .col-12\@lg {
    flex-basis: calc(100% - 0.01px - 0.75em);
    max-width: calc(100% - 0.01px - 0.75em); }
  .col-content\@lg {
    flex-grow: 0;
    flex-basis: initial;
    max-width: initial; }
  @supports (--css: variables) {
    .gap-xxxxs\@lg {
      --gap-x: var(--space-xxxxs);
      --gap-y: var(--space-xxxxs); }
    .gap-xxxs\@lg {
      --gap-x: var(--space-xxxs);
      --gap-y: var(--space-xxxs); }
    .gap-xxs\@lg {
      --gap-x: var(--space-xxs);
      --gap-y: var(--space-xxs); }
    .gap-xs\@lg {
      --gap-x: var(--space-xs);
      --gap-y: var(--space-xs); }
    .gap-sm\@lg {
      --gap-x: var(--space-sm);
      --gap-y: var(--space-sm); }
    .gap-md\@lg {
      --gap-x: var(--space-md);
      --gap-y: var(--space-md); }
    .gap-lg\@lg {
      --gap-x: var(--space-lg);
      --gap-y: var(--space-lg); }
    .gap-xl\@lg {
      --gap-x: var(--space-xl);
      --gap-y: var(--space-xl); }
    .gap-xxl\@lg {
      --gap-x: var(--space-xxl);
      --gap-y: var(--space-xxl); }
    .gap-xxxl\@lg {
      --gap-x: var(--space-xxxl);
      --gap-y: var(--space-xxxl); }
    .gap-xxxxl\@lg {
      --gap-x: var(--space-xxxxl);
      --gap-y: var(--space-xxxxl); }
    .gap-0\@lg {
      --gap-x: 0px;
      --gap-y: 0px; }
    .gap-x-xxxxs\@lg {
      --gap-x: var(--space-xxxxs); }
    .gap-x-xxxs\@lg {
      --gap-x: var(--space-xxxs); }
    .gap-x-xxs\@lg {
      --gap-x: var(--space-xxs); }
    .gap-x-xs\@lg {
      --gap-x: var(--space-xs); }
    .gap-x-sm\@lg {
      --gap-x: var(--space-sm); }
    .gap-x-md\@lg {
      --gap-x: var(--space-md); }
    .gap-x-lg\@lg {
      --gap-x: var(--space-lg); }
    .gap-x-xl\@lg {
      --gap-x: var(--space-xl); }
    .gap-x-xxl\@lg {
      --gap-x: var(--space-xxl); }
    .gap-x-xxxl\@lg {
      --gap-x: var(--space-xxxl); }
    .gap-x-xxxxl\@lg {
      --gap-x: var(--space-xxxxl); }
    .gap-x-0\@lg {
      --gap-x: 0px; }
    .gap-y-xxxxs\@lg {
      --gap-y: var(--space-xxxxs); }
    .gap-y-xxxs\@lg {
      --gap-y: var(--space-xxxs); }
    .gap-y-xxs\@lg {
      --gap-y: var(--space-xxs); }
    .gap-y-xs\@lg {
      --gap-y: var(--space-xs); }
    .gap-y-sm\@lg {
      --gap-y: var(--space-sm); }
    .gap-y-md\@lg {
      --gap-y: var(--space-md); }
    .gap-y-lg\@lg {
      --gap-y: var(--space-lg); }
    .gap-y-xl\@lg {
      --gap-y: var(--space-xl); }
    .gap-y-xxl\@lg {
      --gap-y: var(--space-xxl); }
    .gap-y-xxxl\@lg {
      --gap-y: var(--space-xxxl); }
    .gap-y-xxxxl\@lg {
      --gap-y: var(--space-xxxxl); }
    .gap-y-0\@lg {
      --gap-y: 0px; } } }

@media (min-width: 90rem) {
  .col\@xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-1\@xl {
    flex-basis: calc(8.33% - 0.01px - 0.75em);
    max-width: calc(8.33% - 0.01px - 0.75em); }
  .col-2\@xl {
    flex-basis: calc(16.66% - 0.01px - 0.75em);
    max-width: calc(16.66% - 0.01px - 0.75em); }
  .col-3\@xl {
    flex-basis: calc(25% - 0.01px - 0.75em);
    max-width: calc(25% - 0.01px - 0.75em); }
  .col-4\@xl {
    flex-basis: calc(33.33% - 0.01px - 0.75em);
    max-width: calc(33.33% - 0.01px - 0.75em); }
  .col-5\@xl {
    flex-basis: calc(41.66% - 0.01px - 0.75em);
    max-width: calc(41.66% - 0.01px - 0.75em); }
  .col-6\@xl {
    flex-basis: calc(50% - 0.01px - 0.75em);
    max-width: calc(50% - 0.01px - 0.75em); }
  .col-7\@xl {
    flex-basis: calc(58.33% - 0.01px - 0.75em);
    max-width: calc(58.33% - 0.01px - 0.75em); }
  .col-8\@xl {
    flex-basis: calc(66.66% - 0.01px - 0.75em);
    max-width: calc(66.66% - 0.01px - 0.75em); }
  .col-9\@xl {
    flex-basis: calc(75% - 0.01px - 0.75em);
    max-width: calc(75% - 0.01px - 0.75em); }
  .col-10\@xl {
    flex-basis: calc(83.33% - 0.01px - 0.75em);
    max-width: calc(83.33% - 0.01px - 0.75em); }
  .col-11\@xl {
    flex-basis: calc(91.66% - 0.01px - 0.75em);
    max-width: calc(91.66% - 0.01px - 0.75em); }
  .col-12\@xl {
    flex-basis: calc(100% - 0.01px - 0.75em);
    max-width: calc(100% - 0.01px - 0.75em); }
  .col-content\@xl {
    flex-grow: 0;
    flex-basis: initial;
    max-width: initial; }
  @supports (--css: variables) {
    .gap-xxxxs\@xl {
      --gap-x: var(--space-xxxxs);
      --gap-y: var(--space-xxxxs); }
    .gap-xxxs\@xl {
      --gap-x: var(--space-xxxs);
      --gap-y: var(--space-xxxs); }
    .gap-xxs\@xl {
      --gap-x: var(--space-xxs);
      --gap-y: var(--space-xxs); }
    .gap-xs\@xl {
      --gap-x: var(--space-xs);
      --gap-y: var(--space-xs); }
    .gap-sm\@xl {
      --gap-x: var(--space-sm);
      --gap-y: var(--space-sm); }
    .gap-md\@xl {
      --gap-x: var(--space-md);
      --gap-y: var(--space-md); }
    .gap-lg\@xl {
      --gap-x: var(--space-lg);
      --gap-y: var(--space-lg); }
    .gap-xl\@xl {
      --gap-x: var(--space-xl);
      --gap-y: var(--space-xl); }
    .gap-xxl\@xl {
      --gap-x: var(--space-xxl);
      --gap-y: var(--space-xxl); }
    .gap-xxxl\@xl {
      --gap-x: var(--space-xxxl);
      --gap-y: var(--space-xxxl); }
    .gap-xxxxl\@xl {
      --gap-x: var(--space-xxxxl);
      --gap-y: var(--space-xxxxl); }
    .gap-0\@xl {
      --gap-x: 0px;
      --gap-y: 0px; }
    .gap-x-xxxxs\@xl {
      --gap-x: var(--space-xxxxs); }
    .gap-x-xxxs\@xl {
      --gap-x: var(--space-xxxs); }
    .gap-x-xxs\@xl {
      --gap-x: var(--space-xxs); }
    .gap-x-xs\@xl {
      --gap-x: var(--space-xs); }
    .gap-x-sm\@xl {
      --gap-x: var(--space-sm); }
    .gap-x-md\@xl {
      --gap-x: var(--space-md); }
    .gap-x-lg\@xl {
      --gap-x: var(--space-lg); }
    .gap-x-xl\@xl {
      --gap-x: var(--space-xl); }
    .gap-x-xxl\@xl {
      --gap-x: var(--space-xxl); }
    .gap-x-xxxl\@xl {
      --gap-x: var(--space-xxxl); }
    .gap-x-xxxxl\@xl {
      --gap-x: var(--space-xxxxl); }
    .gap-x-0\@xl {
      --gap-x: 0px; }
    .gap-y-xxxxs\@xl {
      --gap-y: var(--space-xxxxs); }
    .gap-y-xxxs\@xl {
      --gap-y: var(--space-xxxs); }
    .gap-y-xxs\@xl {
      --gap-y: var(--space-xxs); }
    .gap-y-xs\@xl {
      --gap-y: var(--space-xs); }
    .gap-y-sm\@xl {
      --gap-y: var(--space-sm); }
    .gap-y-md\@xl {
      --gap-y: var(--space-md); }
    .gap-y-lg\@xl {
      --gap-y: var(--space-lg); }
    .gap-y-xl\@xl {
      --gap-y: var(--space-xl); }
    .gap-y-xxl\@xl {
      --gap-y: var(--space-xxl); }
    .gap-y-xxxl\@xl {
      --gap-y: var(--space-xxxl); }
    .gap-y-xxxxl\@xl {
      --gap-y: var(--space-xxxxl); }
    .gap-y-0\@xl {
      --gap-y: 0px; } } }

body {
  font-size: 1em;
  font-family: 'Muli', system-ui, sans-serif;
  color: hsl(180, 1%, 25%); }

h1, h2, h3, h4 {
  color: hsl(0, 0%, 11%);
  line-height: 1.2; }

h1 {
  font-size: 2.0736em; }

h2 {
  font-size: 1.728em; }

h3 {
  font-size: 1.44em; }

h4 {
  font-size: 1.2em; }

small {
  font-size: 0.83333em; }

a, .link {
  color: hsl(34, 93%, 63%);
  text-decoration: underline; }

strong {
  font-weight: bold; }

s {
  text-decoration: line-through; }

u {
  text-decoration: underline; }

.text-component h1, .text-component h2, .text-component h3, .text-component h4 {
  line-height: 1.2;
  margin-bottom: 0.25em; }

.text-component h2, .text-component h3, .text-component h4 {
  margin-top: 0.75em; }

.text-component p, .text-component blockquote, .text-component ul li, .text-component ol li {
  line-height: 1.4; }

.text-component ul, .text-component ol, .text-component p, .text-component blockquote, .text-component .text-component__block {
  margin-bottom: 0.75em; }

.text-component ul, .text-component ol {
  list-style-position: inside; }

.text-component ul {
  list-style-type: disc; }

.text-component ol {
  list-style-type: decimal; }

.text-component img {
  display: block;
  margin: 0 auto; }

.text-component figcaption {
  text-align: center;
  margin-top: 0.5em; }

.text-component em {
  font-style: italic; }

.text-component hr {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto; }

.text-component > *:first-child {
  margin-top: 0; }

.text-component > *:last-child {
  margin-bottom: 0; }

.text-component__block--full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw); }

@media (min-width: 48rem) {
  .text-component__block--left,
  .text-component__block--right {
    width: 45%; }
    .text-component__block--left img,
    .text-component__block--right img {
      width: 100%; }
  .text-component__block--left {
    float: left;
    margin-right: 0.75em; }
  .text-component__block--right {
    float: right;
    margin-left: 0.75em; } }

@media (min-width: 90rem) {
  .text-component__block--outset {
    width: calc(100% + 10.5em); }
    .text-component__block--outset img {
      width: 100%; }
  .text-component__block--outset:not(.text-component__block--right) {
    margin-left: -5.25em; }
  .text-component__block--left,
  .text-component__block--right {
    width: 50%; }
  .text-component__block--right.text-component__block--outset {
    margin-right: -5.25em; } }

.icon {
  display: inline-block;
  color: inherit;
  fill: currentColor;
  height: 1em;
  width: 1em;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial; }

.icon--is-spinning {
  -webkit-animation: icon-spin 1s infinite linear;
          animation: icon-spin 1s infinite linear; }

@-webkit-keyframes icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.icon use {
  color: inherit;
  fill: currentColor; }

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
  font-size: .8em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: 0.25em; }

.btn--sm {
  font-size: 0.8em; }

.btn--md {
  font-size: 1.2em; }

.btn--lg {
  font-size: 1.4em; }

.btn--icon {
  padding: 0.5em; }

.form-control {
  font-size: 1em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 0.25em; }

.form-legend {
  color: hsl(0, 0%, 11%);
  line-height: 1.2;
  font-size: 1.2em;
  margin-bottom: 0.375em; }

.form-label {
  display: inline-block; }

.form__msg-error, .form-error-msg {
  color: hsl(8, 92%, 63%);
  font-size: 0.83333em;
  margin-top: 0.375em;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px); }

.form__msg-error--is-visible, .form-error-msg--is-visible {
  position: relative;
  clip: auto; }

.radio-list > *, .checkbox-list > * {
  position: relative;
  display: flex;
  align-items: baseline; }

.radio-list label, .checkbox-list label {
  line-height: 1.4; }

.radio-list input, .checkbox-list input {
  margin-right: 0.25em;
  flex-shrink: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

html:not(.js) .no-js\:is-hidden {
  display: none !important; }

@media print {
  .print\:is-hidden {
    display: none !important; } }

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap; }

.flex {
  display: flex; }

.inline-flex {
  display: inline-flex; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-column {
  flex-direction: column; }

.flex-column-reverse {
  flex-direction: column-reverse; }

.flex-row {
  flex-direction: row; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-center {
  justify-content: center;
  align-items: center; }

.flex-grow {
  flex-grow: 1; }

.flex-grow-0 {
  flex-grow: 0; }

.flex-shrink {
  flex-shrink: 1; }

.flex-shrink-0 {
  flex-shrink: 0; }

.flex-basis-0 {
  flex-basis: 0; }

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.items-center {
  align-items: center; }

.items-start {
  align-items: flex-start; }

.items-end {
  align-items: flex-end; }

.items-baseline {
  align-items: baseline; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

[class^="aspect-ratio"], [class*=" aspect-ratio"] {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  [class^="aspect-ratio"] > *, [class*=" aspect-ratio"] > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    [class^="aspect-ratio"] > *:not(iframe), [class*=" aspect-ratio"] > *:not(iframe) {
      -o-object-fit: cover;
         object-fit: cover; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.contents {
  display: contents; }

.hide {
  display: none; }

.margin-xxxxs {
  margin: 0.125em; }

.margin-xxxs {
  margin: 0.25em; }

.margin-xxs {
  margin: 0.375em; }

.margin-xs {
  margin: 0.5em; }

.margin-sm {
  margin: 0.75em; }

.margin-md {
  margin: 1.25em; }

.margin-lg {
  margin: 2em; }

.margin-xl {
  margin: 3.25em; }

.margin-xxl {
  margin: 5.25em; }

.margin-xxxl {
  margin: 8.5em; }

.margin-xxxxl {
  margin: 13.75em; }

.margin-auto {
  margin: auto; }

.margin-0 {
  margin: 0; }

.margin-top-xxxxs {
  margin-top: 0.125em; }

.margin-top-xxxs {
  margin-top: 0.25em; }

.margin-top-xxs {
  margin-top: 0.375em; }

.margin-top-xs {
  margin-top: 0.5em; }

.margin-top-sm {
  margin-top: 0.75em; }

.margin-top-md {
  margin-top: 1.25em; }

.margin-top-lg {
  margin-top: 2em; }

.margin-top-xl {
  margin-top: 3.25em; }

.margin-top-xxl {
  margin-top: 5.25em; }

.margin-top-xxxl {
  margin-top: 8.5em; }

.margin-top-xxxxl {
  margin-top: 13.75em; }

.margin-top-auto {
  margin-top: auto; }

.margin-top-0 {
  margin-top: 0; }

.margin-bottom-xxxxs {
  margin-bottom: 0.125em; }

.margin-bottom-xxxs {
  margin-bottom: 0.25em; }

.margin-bottom-xxs {
  margin-bottom: 0.375em; }

.margin-bottom-xs {
  margin-bottom: 0.5em; }

.margin-bottom-sm {
  margin-bottom: 0.75em; }

.margin-bottom-md {
  margin-bottom: 1.25em; }

.margin-bottom-lg {
  margin-bottom: 2em; }

.margin-bottom-xl {
  margin-bottom: 3.25em; }

.margin-bottom-xxl {
  margin-bottom: 5.25em; }

.margin-bottom-xxxl {
  margin-bottom: 8.5em; }

.margin-bottom-xxxxl {
  margin-bottom: 13.75em; }

.margin-bottom-auto {
  margin-bottom: auto; }

.margin-bottom-0 {
  margin-bottom: 0; }

.margin-right-xxxxs {
  margin-right: 0.125em; }

.margin-right-xxxs {
  margin-right: 0.25em; }

.margin-right-xxs {
  margin-right: 0.375em; }

.margin-right-xs {
  margin-right: 0.5em; }

.margin-right-sm {
  margin-right: 0.75em; }

.margin-right-md {
  margin-right: 1.25em; }

.margin-right-lg {
  margin-right: 2em; }

.margin-right-xl {
  margin-right: 3.25em; }

.margin-right-xxl {
  margin-right: 5.25em; }

.margin-right-xxxl {
  margin-right: 8.5em; }

.margin-right-xxxxl {
  margin-right: 13.75em; }

.margin-right-auto {
  margin-right: auto; }

.margin-right-0 {
  margin-right: 0; }

.margin-left-xxxxs {
  margin-left: 0.125em; }

.margin-left-xxxs {
  margin-left: 0.25em; }

.margin-left-xxs {
  margin-left: 0.375em; }

.margin-left-xs {
  margin-left: 0.5em; }

.margin-left-sm {
  margin-left: 0.75em; }

.margin-left-md {
  margin-left: 1.25em; }

.margin-left-lg {
  margin-left: 2em; }

.margin-left-xl {
  margin-left: 3.25em; }

.margin-left-xxl {
  margin-left: 5.25em; }

.margin-left-xxxl {
  margin-left: 8.5em; }

.margin-left-xxxxl {
  margin-left: 13.75em; }

.margin-left-auto {
  margin-left: auto; }

.margin-left-0 {
  margin-left: 0; }

.margin-x-xxxxs {
  margin-left: 0.125em;
  margin-right: 0.125em; }

.margin-x-xxxs {
  margin-left: 0.25em;
  margin-right: 0.25em; }

.margin-x-xxs {
  margin-left: 0.375em;
  margin-right: 0.375em; }

.margin-x-xs {
  margin-left: 0.5em;
  margin-right: 0.5em; }

.margin-x-sm {
  margin-left: 0.75em;
  margin-right: 0.75em; }

.margin-x-md {
  margin-left: 1.25em;
  margin-right: 1.25em; }

.margin-x-lg {
  margin-left: 2em;
  margin-right: 2em; }

.margin-x-xl {
  margin-left: 3.25em;
  margin-right: 3.25em; }

.margin-x-xxl {
  margin-left: 5.25em;
  margin-right: 5.25em; }

.margin-x-xxxl {
  margin-left: 8.5em;
  margin-right: 8.5em; }

.margin-x-xxxxl {
  margin-left: 13.75em;
  margin-right: 13.75em; }

.margin-x-auto {
  margin-left: auto;
  margin-right: auto; }

.margin-x-0 {
  margin-left: 0;
  margin-right: 0; }

.margin-y-xxxxs {
  margin-top: 0.125em;
  margin-bottom: 0.125em; }

.margin-y-xxxs {
  margin-top: 0.25em;
  margin-bottom: 0.25em; }

.margin-y-xxs {
  margin-top: 0.375em;
  margin-bottom: 0.375em; }

.margin-y-xs {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.margin-y-sm {
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

.margin-y-md {
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

.margin-y-lg {
  margin-top: 2em;
  margin-bottom: 2em; }

.margin-y-xl {
  margin-top: 3.25em;
  margin-bottom: 3.25em; }

.margin-y-xxl {
  margin-top: 5.25em;
  margin-bottom: 5.25em; }

.margin-y-xxxl {
  margin-top: 8.5em;
  margin-bottom: 8.5em; }

.margin-y-xxxxl {
  margin-top: 13.75em;
  margin-bottom: 13.75em; }

.margin-y-auto {
  margin-top: auto;
  margin-bottom: auto; }

.margin-y-0 {
  margin-top: 0;
  margin-bottom: 0; }

.padding-xxxxs {
  padding: 0.125em; }

.padding-xxxs {
  padding: 0.25em; }

.padding-xxs {
  padding: 0.375em; }

.padding-xs {
  padding: 0.5em; }

.padding-sm {
  padding: 0.75em; }

.padding-md {
  padding: 1.25em; }

.padding-lg {
  padding: 2em; }

.padding-xl {
  padding: 3.25em; }

.padding-xxl {
  padding: 5.25em; }

.padding-xxxl {
  padding: 8.5em; }

.padding-xxxxl {
  padding: 13.75em; }

.padding-0 {
  padding: 0; }

.padding-component {
  padding: 1.25em; }

.padding-top-xxxxs {
  padding-top: 0.125em; }

.padding-top-xxxs {
  padding-top: 0.25em; }

.padding-top-xxs {
  padding-top: 0.375em; }

.padding-top-xs {
  padding-top: 0.5em; }

.padding-top-sm {
  padding-top: 0.75em; }

.padding-top-md {
  padding-top: 1.25em; }

.padding-top-lg {
  padding-top: 2em; }

.padding-top-xl {
  padding-top: 3.25em; }

.padding-top-xxl {
  padding-top: 5.25em; }

.padding-top-xxxl {
  padding-top: 8.5em; }

.padding-top-xxxxl {
  padding-top: 13.75em; }

.padding-top-0 {
  padding-top: 0; }

.padding-top-component {
  padding-top: 1.25em; }

.padding-bottom-xxxxs {
  padding-bottom: 0.125em; }

.padding-bottom-xxxs {
  padding-bottom: 0.25em; }

.padding-bottom-xxs {
  padding-bottom: 0.375em; }

.padding-bottom-xs {
  padding-bottom: 0.5em; }

.padding-bottom-sm {
  padding-bottom: 0.75em; }

.padding-bottom-md {
  padding-bottom: 1.25em; }

.padding-bottom-lg {
  padding-bottom: 2em; }

.padding-bottom-xl {
  padding-bottom: 3.25em; }

.padding-bottom-xxl {
  padding-bottom: 5.25em; }

.padding-bottom-xxxl {
  padding-bottom: 8.5em; }

.padding-bottom-xxxxl {
  padding-bottom: 13.75em; }

.padding-bottom-0 {
  padding-bottom: 0; }

.padding-bottom-component {
  padding-bottom: 1.25em; }

.padding-right-xxxxs {
  padding-right: 0.125em; }

.padding-right-xxxs {
  padding-right: 0.25em; }

.padding-right-xxs {
  padding-right: 0.375em; }

.padding-right-xs {
  padding-right: 0.5em; }

.padding-right-sm {
  padding-right: 0.75em; }

.padding-right-md {
  padding-right: 1.25em; }

.padding-right-lg {
  padding-right: 2em; }

.padding-right-xl {
  padding-right: 3.25em; }

.padding-right-xxl {
  padding-right: 5.25em; }

.padding-right-xxxl {
  padding-right: 8.5em; }

.padding-right-xxxxl {
  padding-right: 13.75em; }

.padding-right-0 {
  padding-right: 0; }

.padding-right-component {
  padding-right: 1.25em; }

.padding-left-xxxxs {
  padding-left: 0.125em; }

.padding-left-xxxs {
  padding-left: 0.25em; }

.padding-left-xxs {
  padding-left: 0.375em; }

.padding-left-xs {
  padding-left: 0.5em; }

.padding-left-sm {
  padding-left: 0.75em; }

.padding-left-md {
  padding-left: 1.25em; }

.padding-left-lg {
  padding-left: 2em; }

.padding-left-xl {
  padding-left: 3.25em; }

.padding-left-xxl {
  padding-left: 5.25em; }

.padding-left-xxxl {
  padding-left: 8.5em; }

.padding-left-xxxxl {
  padding-left: 13.75em; }

.padding-left-0 {
  padding-left: 0; }

.padding-left-component {
  padding-left: 1.25em; }

.padding-x-xxxxs {
  padding-left: 0.125em;
  padding-right: 0.125em; }

.padding-x-xxxs {
  padding-left: 0.25em;
  padding-right: 0.25em; }

.padding-x-xxs {
  padding-left: 0.375em;
  padding-right: 0.375em; }

.padding-x-xs {
  padding-left: 0.5em;
  padding-right: 0.5em; }

.padding-x-sm {
  padding-left: 0.75em;
  padding-right: 0.75em; }

.padding-x-md {
  padding-left: 1.25em;
  padding-right: 1.25em; }

.padding-x-lg {
  padding-left: 2em;
  padding-right: 2em; }

.padding-x-xl {
  padding-left: 3.25em;
  padding-right: 3.25em; }

.padding-x-xxl {
  padding-left: 5.25em;
  padding-right: 5.25em; }

.padding-x-xxxl {
  padding-left: 8.5em;
  padding-right: 8.5em; }

.padding-x-xxxxl {
  padding-left: 13.75em;
  padding-right: 13.75em; }

.padding-x-0 {
  padding-left: 0;
  padding-right: 0; }

.padding-x-component {
  padding-left: 1.25em;
  padding-right: 1.25em; }

.padding-y-xxxxs {
  padding-top: 0.125em;
  padding-bottom: 0.125em; }

.padding-y-xxxs {
  padding-top: 0.25em;
  padding-bottom: 0.25em; }

.padding-y-xxs {
  padding-top: 0.375em;
  padding-bottom: 0.375em; }

.padding-y-xs {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.padding-y-sm {
  padding-top: 0.75em;
  padding-bottom: 0.75em; }

.padding-y-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

.padding-y-lg {
  padding-top: 2em;
  padding-bottom: 2em; }

.padding-y-xl {
  padding-top: 3.25em;
  padding-bottom: 3.25em; }

.padding-y-xxl {
  padding-top: 5.25em;
  padding-bottom: 5.25em; }

.padding-y-xxxl {
  padding-top: 8.5em;
  padding-bottom: 8.5em; }

.padding-y-xxxxl {
  padding-top: 13.75em;
  padding-bottom: 13.75em; }

.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0; }

.padding-y-component {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

.align-baseline {
  vertical-align: baseline; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.truncate, .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-replace {
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap; }

.break-word {
  overflow-wrap: break-word;
  min-width: 0; }

.text-xs {
  font-size: 0.69444em; }

.text-sm {
  font-size: 0.83333em; }

.text-base {
  font-size: 1em; }

.text-md {
  font-size: 1.2em; }

.text-lg {
  font-size: 1.44em; }

.text-xl {
  font-size: 1.728em; }

.text-xxl {
  font-size: 2.0736em; }

.text-xxxl {
  font-size: 2.48832em; }

.text-xxxxl {
  font-size: 2.98598em; }

.text-unit-rem, .text-unit-em, .text-unit-px {
  font-size: 1em; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.letter-spacing-xs {
  letter-spacing: -0.1em; }

.letter-spacing-sm {
  letter-spacing: -0.05em; }

.letter-spacing-md {
  letter-spacing: 0.05em; }

.letter-spacing-lg {
  letter-spacing: 0.1em; }

.letter-spacing-xl {
  letter-spacing: 0.2em; }

.font-light {
  font-weight: 300; }

.font-normal {
  font-weight: 400; }

.font-medium {
  font-weight: 500; }

.font-semibold {
  font-weight: 600; }

.font-bold, .text-bold {
  font-weight: 700; }

.font-italic {
  font-style: italic; }

.font-smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.font-primary {
  font-family: 'Muli', system-ui, sans-serif; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-line-through {
  text-decoration: line-through; }

.text-underline {
  text-decoration: underline; }

.text-decoration-none {
  text-decoration: none; }

.text-shadow-xs {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.text-shadow-sm {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }

.text-shadow-md {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2); }

.text-shadow-lg {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.15), 0 4px 16px rgba(0, 0, 0, 0.2); }

.text-shadow-xl {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.15), 0 4px 16px rgba(0, 0, 0, 0.2), 0 6px 24px rgba(0, 0, 0, 0.25); }

.text-shadow-none {
  text-shadow: none; }
  .line-height-xs:not(.text-component) {
    line-height: 1.1; }
  .line-height-sm:not(.text-component) {
    line-height: 1.2; }
  .line-height-md:not(.text-component) {
    line-height: 1.4; }
  .line-height-lg:not(.text-component) {
    line-height: 1.58; }
  .line-height-xl:not(.text-component) {
    line-height: 1.72; }

.line-height-body {
  line-height: 1.4; }

.line-height-heading {
  line-height: 1.2; }

.line-height-normal {
  line-height: normal !important; }

.line-height-1 {
  line-height: 1 !important; }

.ws-nowrap, .text-nowrap {
  white-space: nowrap; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.pointer-events-auto {
  pointer-events: auto; }

.pointer-events-none {
  pointer-events: none; }

.user-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.user-select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all; }

.color-inherit {
  color: inherit; }

.color-bg {
  color: hsla(210, 23%, 95%, 1); }

.color-contrast-lower {
  color: hsla(210, 12%, 88%, 1); }

.color-contrast-low {
  color: hsla(216, 5%, 68%, 1); }

.color-contrast-medium {
  color: hsla(220, 1%, 45%, 1); }

.color-contrast-high {
  color: hsla(180, 1%, 25%, 1); }

.color-contrast-higher {
  color: hsla(0, 0%, 11%, 1); }

.color-primary-darker {
  color: hsla(34, 100%, 45%, 1); }

.color-primary-dark {
  color: hsla(34, 93%, 53%, 1); }

.color-primary {
  color: hsla(34, 93%, 63%, 1); }

.color-primary-light {
  color: hsla(34, 93%, 73%, 1); }

.color-primary-lighter {
  color: hsla(34, 93%, 83%, 1); }

.color-accent-darker {
  color: hsla(221, 39%, 8%, 1); }

.color-accent-dark {
  color: hsla(221, 39%, 18%, 1); }

.color-accent {
  color: hsla(221, 39%, 28%, 1); }

.color-accent-light {
  color: hsla(221, 39%, 38%, 1); }

.color-accent-lighter {
  color: hsla(221, 39%, 48%, 1); }

.color-success-darker {
  color: hsla(94, 48%, 36%, 1); }

.color-success-dark {
  color: hsla(94, 48%, 46%, 1); }

.color-success {
  color: hsla(94, 48%, 56%, 1); }

.color-success-light {
  color: hsla(94, 48%, 66%, 1); }

.color-success-lighter {
  color: hsla(94, 48%, 76%, 1); }

.color-warning-darker {
  color: hsla(44, 100%, 46%, 1); }

.color-warning-dark {
  color: hsla(46, 93%, 53%, 1); }

.color-warning {
  color: hsla(46, 93%, 63%, 1); }

.color-warning-light {
  color: hsla(46, 93%, 73%, 1); }

.color-warning-lighter {
  color: hsla(46, 93%, 83%, 1); }

.color-error-darker {
  color: hsla(8, 92%, 43%, 1); }

.color-error-dark {
  color: hsla(8, 92%, 53%, 1); }

.color-error {
  color: hsla(8, 92%, 63%, 1); }

.color-error-light {
  color: hsla(8, 92%, 73%, 1); }

.color-error-lighter {
  color: hsla(8, 92%, 83%, 1); }

.color-white {
  color: hsla(0, 0%, 100%, 1); }

.color-black {
  color: hsla(0, 0%, 0%, 1); }

@supports (--css: variables) {
  .color-opacity-0 {
    --color-o: 0; }
  .color-opacity-10\% {
    --color-o: 0.1; }
  .color-opacity-20\% {
    --color-o: 0.2; }
  .color-opacity-30\% {
    --color-o: 0.3; }
  .color-opacity-40\% {
    --color-o: 0.4; }
  .color-opacity-50\% {
    --color-o: 0.5; }
  .color-opacity-60\% {
    --color-o: 0.6; }
  .color-opacity-70\% {
    --color-o: 0.7; }
  .color-opacity-80\% {
    --color-o: 0.8; }
  .color-opacity-90\% {
    --color-o: 0.9; } }

@supports (--css: variables) {
  [class^="color-gradient"], [class*=" color-gradient"] {
    color: transparent !important;
    -webkit-background-clip: text;
            background-clip: text; } }

.width-xxxxs {
  width: 0.25rem; }

.width-xxxs {
  width: 0.5rem; }

.width-xxs {
  width: 0.75rem; }

.width-xs {
  width: 1rem; }

.width-sm {
  width: 1.5rem; }

.width-md {
  width: 2rem; }

.width-lg {
  width: 3rem; }

.width-xl {
  width: 4rem; }

.width-xxl {
  width: 6rem; }

.width-xxxl {
  width: 8rem; }

.width-xxxxl {
  width: 12rem; }

.width-0 {
  width: 0; }

.width-10\% {
  width: 10%; }

.width-20\% {
  width: 20%; }

.width-25\% {
  width: 25%; }

.width-30\% {
  width: 30%; }

.width-33\% {
  width: 33.33333%; }

.width-40\% {
  width: 40%; }

.width-50\% {
  width: 50%; }

.width-60\% {
  width: 60%; }

.width-66\% {
  width: 66.66667%; }

.width-70\% {
  width: 70%; }

.width-75\% {
  width: 75%; }

.width-80\% {
  width: 80%; }

.width-90\% {
  width: 90%; }

.width-100\% {
  width: 100%; }

.width-100vw {
  width: 100vw; }

.width-auto {
  width: auto; }

.height-xxxxs {
  height: 0.25rem; }

.height-xxxs {
  height: 0.5rem; }

.height-xxs {
  height: 0.75rem; }

.height-xs {
  height: 1rem; }

.height-sm {
  height: 1.5rem; }

.height-md {
  height: 2rem; }

.height-lg {
  height: 3rem; }

.height-xl {
  height: 4rem; }

.height-xxl {
  height: 6rem; }

.height-xxxl {
  height: 8rem; }

.height-xxxxl {
  height: 12rem; }

.height-0 {
  height: 0; }

.height-10\% {
  height: 10%; }

.height-20\% {
  height: 20%; }

.height-25\% {
  height: 25%; }

.height-30\% {
  height: 30%; }

.height-33\% {
  height: 33.33333%; }

.height-40\% {
  height: 40%; }

.height-50\% {
  height: 50%; }

.height-60\% {
  height: 60%; }

.height-66\% {
  height: 66.66667%; }

.height-70\% {
  height: 70%; }

.height-75\% {
  height: 75%; }

.height-80\% {
  height: 80%; }

.height-90\% {
  height: 90%; }

.height-100\% {
  height: 100%; }

.height-100vh {
  height: 100vh; }

.height-auto {
  height: auto; }

.min-width-0 {
  min-width: 0; }

.min-width-25\% {
  min-width: 25%; }

.min-width-33\% {
  min-width: 33.33333%; }

.min-width-50\% {
  min-width: 50%; }

.min-width-66\% {
  min-width: 66.66667%; }

.min-width-75\% {
  min-width: 75%; }

.min-width-100\% {
  min-width: 100%; }

.min-width-100vw {
  min-width: 100vw; }

.min-height-100\% {
  min-height: 100%; }

.min-height-100vh {
  min-height: 100vh; }

.max-width-xxxxs {
  max-width: 20rem; }

.max-width-xxxs {
  max-width: 26rem; }

.max-width-xxs {
  max-width: 32rem; }

.max-width-xs {
  max-width: 38rem; }

.max-width-sm {
  max-width: 48rem; }

.max-width-md {
  max-width: 64rem; }

.max-width-lg {
  max-width: 80rem; }

.max-width-xl {
  max-width: 90rem; }

.max-width-xxl {
  max-width: 100rem; }

.max-width-xxxl {
  max-width: 120rem; }

.max-width-xxxxl {
  max-width: 150rem; }

.max-width-100\% {
  max-width: 100%; }

[class^="max-width-adaptive"], [class*=" max-width-adaptive"] {
  max-width: 32rem; }

@media (min-width: 48rem) {
  .max-width-adaptive-sm, .max-width-adaptive-md, .max-width-adaptive-lg, .max-width-adaptive-xl, .max-width-adaptive {
    max-width: 48rem; } }

@media (min-width: 64rem) {
  .max-width-adaptive-md, .max-width-adaptive-lg, .max-width-adaptive-xl, .max-width-adaptive {
    max-width: 64rem; } }

@media (min-width: 80rem) {
  .max-width-adaptive-lg, .max-width-adaptive-xl, .max-width-adaptive {
    max-width: 80rem; } }

@media (min-width: 90rem) {
  .max-width-adaptive-xl {
    max-width: 90rem; } }

.max-height-100\% {
  max-height: 100%; }

.max-height-100vh {
  max-height: 100vh; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.position-fixed {
  position: fixed; }

.position-sticky {
  position: -webkit-sticky;
  position: sticky; }

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.top-0 {
  top: 0; }

.top-50\% {
  top: 50%; }

.top-xxxxs {
  top: 0.125em; }

.top-xxxs {
  top: 0.25em; }

.top-xxs {
  top: 0.375em; }

.top-xs {
  top: 0.5em; }

.top-sm {
  top: 0.75em; }

.top-md {
  top: 1.25em; }

.top-lg {
  top: 2em; }

.top-xl {
  top: 3.25em; }

.top-xxl {
  top: 5.25em; }

.top-xxxl {
  top: 8.5em; }

.top-xxxxl {
  top: 13.75em; }

.bottom-0 {
  bottom: 0; }

.bottom-50\% {
  bottom: 50%; }

.bottom-xxxxs {
  bottom: 0.125em; }

.bottom-xxxs {
  bottom: 0.25em; }

.bottom-xxs {
  bottom: 0.375em; }

.bottom-xs {
  bottom: 0.5em; }

.bottom-sm {
  bottom: 0.75em; }

.bottom-md {
  bottom: 1.25em; }

.bottom-lg {
  bottom: 2em; }

.bottom-xl {
  bottom: 3.25em; }

.bottom-xxl {
  bottom: 5.25em; }

.bottom-xxxl {
  bottom: 8.5em; }

.bottom-xxxxl {
  bottom: 13.75em; }

.right-0 {
  right: 0; }

.right-50\% {
  right: 50%; }

.right-xxxxs {
  right: 0.125em; }

.right-xxxs {
  right: 0.25em; }

.right-xxs {
  right: 0.375em; }

.right-xs {
  right: 0.5em; }

.right-sm {
  right: 0.75em; }

.right-md {
  right: 1.25em; }

.right-lg {
  right: 2em; }

.right-xl {
  right: 3.25em; }

.right-xxl {
  right: 5.25em; }

.right-xxxl {
  right: 8.5em; }

.right-xxxxl {
  right: 13.75em; }

.left-0 {
  left: 0; }

.left-50\% {
  left: 50%; }

.left-xxxxs {
  left: 0.125em; }

.left-xxxs {
  left: 0.25em; }

.left-xxs {
  left: 0.375em; }

.left-xs {
  left: 0.5em; }

.left-sm {
  left: 0.75em; }

.left-md {
  left: 1.25em; }

.left-lg {
  left: 2em; }

.left-xl {
  left: 3.25em; }

.left-xxl {
  left: 5.25em; }

.left-xxxl {
  left: 8.5em; }

.left-xxxxl {
  left: 13.75em; }

.z-index-header {
  z-index: 3; }

.z-index-popover {
  z-index: 5; }

.z-index-fixed-element {
  z-index: 10; }

.z-index-overlay {
  z-index: 15; }

.zindex-1, .z-index-1 {
  z-index: 1; }

.zindex-2, .z-index-2 {
  z-index: 2; }

.zindex-3, .z-index-3 {
  z-index: 3; }

.overflow-hidden {
  overflow: hidden; }

.overflow-auto {
  overflow: auto; }

.momentum-scrolling {
  -webkit-overflow-scrolling: touch; }

.overscroll-contain {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain; }

.scroll-smooth {
  scroll-behavior: smooth; }

.scroll-padding-xxxxs {
  scroll-padding: 0.125em; }

.scroll-padding-xxxs {
  scroll-padding: 0.25em; }

.scroll-padding-xxs {
  scroll-padding: 0.375em; }

.scroll-padding-xs {
  scroll-padding: 0.5em; }

.scroll-padding-sm {
  scroll-padding: 0.75em; }

.scroll-padding-md {
  scroll-padding: 1.25em; }

.scroll-padding-lg {
  scroll-padding: 2em; }

.scroll-padding-xl {
  scroll-padding: 3.25em; }

.scroll-padding-xxl {
  scroll-padding: 5.25em; }

.scroll-padding-xxxl {
  scroll-padding: 8.5em; }

.scroll-padding-xxxxl {
  scroll-padding: 13.75em; }

.opacity-0 {
  opacity: 0; }

.opacity-10\% {
  opacity: 0.1; }

.opacity-20\% {
  opacity: 0.2; }

.opacity-30\% {
  opacity: 0.3; }

.opacity-40\% {
  opacity: 0.4; }

.opacity-50\% {
  opacity: 0.5; }

.opacity-60\% {
  opacity: 0.6; }

.opacity-70\% {
  opacity: 0.7; }

.opacity-80\% {
  opacity: 0.8; }

.opacity-90\% {
  opacity: 0.9; }

.media-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .media-wrapper > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .media-wrapper > *:not(iframe) {
      -o-object-fit: cover;
         object-fit: cover; }

.media-wrapper--4\:3 {
  padding-bottom: 75%; }

.media-wrapper--1\:1 {
  padding-bottom: 100%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.border {
  border: 1px solid hsla(216, 5%, 68%, 1); }

.border-top {
  border-top: 1px solid hsla(216, 5%, 68%, 1); }

.border-bottom {
  border-bottom: 1px solid hsla(216, 5%, 68%, 1); }

.border-left {
  border-left: 1px solid hsla(216, 5%, 68%, 1); }

.border-right {
  border-right: 1px solid hsla(216, 5%, 68%, 1); }

.border-2 {
  border-width: 2px; }

.border-3 {
  border-width: 3px; }

.border-4 {
  border-width: 4px; }

.border-bg {
  border-color: hsla(210, 23%, 95%, 1); }

.border-contrast-lower {
  border-color: hsla(210, 12%, 88%, 1); }

.border-contrast-low {
  border-color: hsla(216, 5%, 68%, 1); }

.border-contrast-medium {
  border-color: hsla(220, 1%, 45%, 1); }

.border-contrast-high {
  border-color: hsla(180, 1%, 25%, 1); }

.border-contrast-higher {
  border-color: hsla(0, 0%, 11%, 1); }

.border-primary-darker {
  border-color: hsla(34, 100%, 45%, 1); }

.border-primary-dark {
  border-color: hsla(34, 93%, 53%, 1); }

.border-primary {
  border-color: hsla(34, 93%, 63%, 1); }

.border-primary-light {
  border-color: hsla(34, 93%, 73%, 1); }

.border-primary-lighter {
  border-color: hsla(34, 93%, 83%, 1); }

.border-accent-darker {
  border-color: hsla(221, 39%, 8%, 1); }

.border-accent-dark {
  border-color: hsla(221, 39%, 18%, 1); }

.border-accent {
  border-color: hsla(221, 39%, 28%, 1); }

.border-accent-light {
  border-color: hsla(221, 39%, 38%, 1); }

.border-accent-lighter {
  border-color: hsla(221, 39%, 48%, 1); }

.border-success-darker {
  border-color: hsla(94, 48%, 36%, 1); }

.border-success-dark {
  border-color: hsla(94, 48%, 46%, 1); }

.border-success {
  border-color: hsla(94, 48%, 56%, 1); }

.border-success-light {
  border-color: hsla(94, 48%, 66%, 1); }

.border-success-lighter {
  border-color: hsla(94, 48%, 76%, 1); }

.border-warning-darker {
  border-color: hsla(44, 100%, 46%, 1); }

.border-warning-dark {
  border-color: hsla(46, 93%, 53%, 1); }

.border-warning {
  border-color: hsla(46, 93%, 63%, 1); }

.border-warning-light {
  border-color: hsla(46, 93%, 73%, 1); }

.border-warning-lighter {
  border-color: hsla(46, 93%, 83%, 1); }

.border-error-darker {
  border-color: hsla(8, 92%, 43%, 1); }

.border-error-dark {
  border-color: hsla(8, 92%, 53%, 1); }

.border-error {
  border-color: hsla(8, 92%, 63%, 1); }

.border-error-light {
  border-color: hsla(8, 92%, 73%, 1); }

.border-error-lighter {
  border-color: hsla(8, 92%, 83%, 1); }

.border-white {
  border-color: hsla(0, 0%, 100%, 1); }

.border-black {
  border-color: hsla(0, 0%, 0%, 1); }

@supports (--css: variables) {
  .border-opacity-0 {
    --border-o: 0; }
  .border-opacity-10\% {
    --border-o: 0.1; }
  .border-opacity-20\% {
    --border-o: 0.2; }
  .border-opacity-30\% {
    --border-o: 0.3; }
  .border-opacity-40\% {
    --border-o: 0.4; }
  .border-opacity-50\% {
    --border-o: 0.5; }
  .border-opacity-60\% {
    --border-o: 0.6; }
  .border-opacity-70\% {
    --border-o: 0.7; }
  .border-opacity-80\% {
    --border-o: 0.8; }
  .border-opacity-90\% {
    --border-o: 0.9; } }

.radius-sm {
  border-radius: 0.25em; }

.radius-md {
  border-radius: 0.25em; }

.radius-lg {
  border-radius: 0.25em; }

.radius-50\% {
  border-radius: 50%; }

.radius-full {
  border-radius: 50em; }

.radius-0 {
  border-radius: 0; }

.radius-top-left-0 {
  border-top-left-radius: 0; }

.radius-top-right-0 {
  border-top-right-radius: 0; }

.radius-bottom-right-0 {
  border-bottom-right-radius: 0; }

.radius-bottom-left-0 {
  border-bottom-left-radius: 0; }

.shadow-xs {
  box-shadow: 0 0.1px 0.3px rgba(0, 0, 0, 0.06),
                  0 1px 2px rgba(0, 0, 0, 0.12); }

.shadow-sm {
  box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025),
                  0 0.9px 1.5px rgba(0, 0, 0, 0.05), 
                  0 3.5px 6px rgba(0, 0, 0, 0.1); }

.shadow-md {
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 
                  0 3.1px 5.5px rgba(0, 0, 0, 0.08), 
                  0 14px 25px rgba(0, 0, 0, 0.12); }

.shadow-lg {
  box-shadow: 0 1.2px 1.9px -1px rgba(0, 0, 0, 0.014), 
                  0 3.3px 5.3px -1px rgba(0, 0, 0, 0.038), 
                  0 8.5px 12.7px -1px rgba(0, 0, 0, 0.085), 
                  0 30px 42px -1px rgba(0, 0, 0, 0.15); }

.shadow-xl {
  box-shadow: 0 1.5px 2.1px -6px rgba(0, 0, 0, 0.012), 
                  0 3.6px 5.2px -6px rgba(0, 0, 0, 0.035), 
                  0 7.3px 10.6px -6px rgba(0, 0, 0, 0.07), 
                  0 16.2px 21.9px -6px rgba(0, 0, 0, 0.117), 
                  0 46px 60px -6px rgba(0, 0, 0, 0.2); }

.shadow-none {
  box-shadow: none; }

.bg-transparent {
  background-color: transparent; }

.bg-inherit {
  background-color: inherit; }

.bg {
  background-color: hsla(210, 23%, 95%, 1); }

.bg-contrast-lower {
  background-color: hsla(210, 12%, 88%, 1); }

.bg-contrast-low {
  background-color: hsla(216, 5%, 68%, 1); }

.bg-contrast-medium {
  background-color: hsla(220, 1%, 45%, 1); }

.bg-contrast-high {
  background-color: hsla(180, 1%, 25%, 1); }

.bg-contrast-higher {
  background-color: hsla(0, 0%, 11%, 1); }

.bg-primary-darker {
  background-color: hsla(34, 100%, 45%, 1); }

.bg-primary-dark {
  background-color: hsla(34, 93%, 53%, 1); }

.bg-primary {
  background-color: hsla(34, 93%, 63%, 1); }

.bg-primary-light {
  background-color: hsla(34, 93%, 73%, 1); }

.bg-primary-lighter {
  background-color: hsla(34, 93%, 83%, 1); }

.bg-accent-darker {
  background-color: hsla(221, 39%, 8%, 1); }

.bg-accent-dark {
  background-color: hsla(221, 39%, 18%, 1); }

.bg-accent {
  background-color: hsla(221, 39%, 28%, 1); }

.bg-accent-light {
  background-color: hsla(221, 39%, 38%, 1); }

.bg-accent-lighter {
  background-color: hsla(221, 39%, 48%, 1); }

.bg-success-darker {
  background-color: hsla(94, 48%, 36%, 1); }

.bg-success-dark {
  background-color: hsla(94, 48%, 46%, 1); }

.bg-success {
  background-color: hsla(94, 48%, 56%, 1); }

.bg-success-light {
  background-color: hsla(94, 48%, 66%, 1); }

.bg-success-lighter {
  background-color: hsla(94, 48%, 76%, 1); }

.bg-warning-darker {
  background-color: hsla(44, 100%, 46%, 1); }

.bg-warning-dark {
  background-color: hsla(46, 93%, 53%, 1); }

.bg-warning {
  background-color: hsla(46, 93%, 63%, 1); }

.bg-warning-light {
  background-color: hsla(46, 93%, 73%, 1); }

.bg-warning-lighter {
  background-color: hsla(46, 93%, 83%, 1); }

.bg-error-darker {
  background-color: hsla(8, 92%, 43%, 1); }

.bg-error-dark {
  background-color: hsla(8, 92%, 53%, 1); }

.bg-error {
  background-color: hsla(8, 92%, 63%, 1); }

.bg-error-light {
  background-color: hsla(8, 92%, 73%, 1); }

.bg-error-lighter {
  background-color: hsla(8, 92%, 83%, 1); }

.bg-white {
  background-color: hsla(0, 0%, 100%, 1); }

.bg-black {
  background-color: hsla(0, 0%, 0%, 1); }

@supports (--css: variables) {
  .bg-opacity-0 {
    --bg-o: 0; }
  .bg-opacity-10\% {
    --bg-o: 0.1; }
  .bg-opacity-20\% {
    --bg-o: 0.2; }
  .bg-opacity-30\% {
    --bg-o: 0.3; }
  .bg-opacity-40\% {
    --bg-o: 0.4; }
  .bg-opacity-50\% {
    --bg-o: 0.5; }
  .bg-opacity-60\% {
    --bg-o: 0.6; }
  .bg-opacity-70\% {
    --bg-o: 0.7; }
  .bg-opacity-80\% {
    --bg-o: 0.8; }
  .bg-opacity-90\% {
    --bg-o: 0.9; } }

.bg-cover {
  background-size: cover; }

.bg-center {
  background-position: center; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.backdrop-blur-10 {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); }

.backdrop-blur-20 {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px); }

.isolate {
  isolation: isolate; }

.blend-multiply {
  mix-blend-mode: multiply; }

.blend-overlay {
  mix-blend-mode: overlay; }

.blend-difference {
  mix-blend-mode: difference; }

.object-contain {
  -o-object-fit: contain;
     object-fit: contain; }

.object-cover {
  -o-object-fit: cover;
     object-fit: cover; }

.perspective-xs {
  perspective: 250px; }

.perspective-sm {
  perspective: 500px; }

.perspective-md {
  perspective: 1000px; }

.perspective-lg {
  perspective: 1500px; }

.perspective-xl {
  perspective: 3000px; }

@supports (--css: variables) {
  [class^="flip"], [class*=" flip"],
  [class^="-rotate"], [class*=" -rotate"],
  [class^="rotate"], [class*=" rotate"],
  [class^="-translate"], [class*=" -translate"],
  [class^="translate"], [class*=" translate"],
  [class^="-scale"], [class*=" -scale"],
  [class^="scale"], [class*=" scale"],
  [class^="-skew"], [class*=" -skew"] [class^="skew"], [class*=" skew"] {
    --translate: 0;
    --rotate: 0;
    --skew: 0;
    --scale: 1;
    transform: translate3d(var(--translate-x, var(--translate)), var(--translate-y, var(--translate)), var(--translate-z, 0)) rotateX(var(--rotate-x, 0)) rotateY(var(--rotate-y, 0)) rotateZ(var(--rotate-z, var(--rotate))) skewX(var(--skew-x, var(--skew))) skewY(var(--skew-y, 0)) scaleX(var(--scale-x, var(--scale))) scaleY(var(--scale-y, var(--scale))); }
  .flip {
    --scale: -1; }
  .flip-x {
    --scale-x: -1; }
  .flip-y {
    --scale-y: -1; }
  .rotate-90 {
    --rotate: 90deg; }
  .rotate-180 {
    --rotate: 180deg; }
  .rotate-270 {
    --rotate: 270deg; }
  .-translate-50\% {
    --translate: -50%; }
  .-translate-x-50\% {
    --translate-x: -50%; }
  .-translate-y-50\% {
    --translate-y: -50%; }
  .translate-50\% {
    --translate: 50%; }
  .translate-x-50\% {
    --translate-x: 50%; }
  .translate-y-50\% {
    --translate-y: 50%; } }

.origin-center {
  transform-origin: center; }

.origin-top {
  transform-origin: center top; }

.origin-right {
  transform-origin: right center; }

.origin-bottom {
  transform-origin: center bottom; }

.origin-left {
  transform-origin: left center; }

.origin-top-left {
  transform-origin: left top; }

.origin-top-right {
  transform-origin: right top; }

.origin-bottom-left {
  transform-origin: left bottom; }

.origin-bottom-right {
  transform-origin: right bottom; }

.fill-current {
  fill: currentColor; }

.stroke-current {
  stroke: currentColor; }

.stroke-1 {
  stroke-width: 1px; }

.stroke-2 {
  stroke-width: 2px; }

.stroke-3 {
  stroke-width: 3px; }

.stroke-4 {
  stroke-width: 4px; }

.visible {
  visibility: visible; }

.hidden, .invisible {
  visibility: hidden; }

@media (min-width: 32rem) {
  .flex\@xs {
    display: flex; }
  .inline-flex\@xs {
    display: inline-flex; }
  .flex-wrap\@xs {
    flex-wrap: wrap; }
  .flex-column\@xs {
    flex-direction: column; }
  .flex-column-reverse\@xs {
    flex-direction: column-reverse; }
  .flex-row\@xs {
    flex-direction: row; }
  .flex-row-reverse\@xs {
    flex-direction: row-reverse; }
  .flex-center\@xs {
    justify-content: center;
    align-items: center; }
  .flex-grow\@xs {
    flex-grow: 1; }
  .flex-grow-0\@xs {
    flex-grow: 0; }
  .flex-shrink\@xs {
    flex-shrink: 1; }
  .flex-shrink-0\@xs {
    flex-shrink: 0; }
  .flex-basis-0\@xs {
    flex-basis: 0; }
  .justify-start\@xs {
    justify-content: flex-start; }
  .justify-end\@xs {
    justify-content: flex-end; }
  .justify-center\@xs {
    justify-content: center; }
  .justify-between\@xs {
    justify-content: space-between; }
  .items-center\@xs {
    align-items: center; }
  .items-start\@xs {
    align-items: flex-start; }
  .items-end\@xs {
    align-items: flex-end; }
  .items-baseline\@xs {
    align-items: baseline; }
  .order-1\@xs {
    order: 1; }
  .order-2\@xs {
    order: 2; }
  .order-3\@xs {
    order: 3; }
  .block\@xs {
    display: block; }
  .inline-block\@xs {
    display: inline-block; }
  .inline\@xs {
    display: inline; }
  .contents\@xs {
    display: contents; }
  .hide\@xs {
    display: none !important; }
  @supports (--css: variables) {
    .margin-xxxxs\@xs {
      margin: var(--space-xxxxs); }
    .margin-xxxs\@xs {
      margin: var(--space-xxxs); }
    .margin-xxs\@xs {
      margin: var(--space-xxs); }
    .margin-xs\@xs {
      margin: var(--space-xs); }
    .margin-sm\@xs {
      margin: var(--space-sm); }
    .margin-md\@xs {
      margin: var(--space-md); }
    .margin-lg\@xs {
      margin: var(--space-lg); }
    .margin-xl\@xs {
      margin: var(--space-xl); }
    .margin-xxl\@xs {
      margin: var(--space-xxl); }
    .margin-xxxl\@xs {
      margin: var(--space-xxxl); }
    .margin-xxxxl\@xs {
      margin: var(--space-xxxxl); }
    .margin-auto\@xs {
      margin: auto; }
    .margin-0\@xs {
      margin: 0; }
    .margin-top-xxxxs\@xs {
      margin-top: var(--space-xxxxs); }
    .margin-top-xxxs\@xs {
      margin-top: var(--space-xxxs); }
    .margin-top-xxs\@xs {
      margin-top: var(--space-xxs); }
    .margin-top-xs\@xs {
      margin-top: var(--space-xs); }
    .margin-top-sm\@xs {
      margin-top: var(--space-sm); }
    .margin-top-md\@xs {
      margin-top: var(--space-md); }
    .margin-top-lg\@xs {
      margin-top: var(--space-lg); }
    .margin-top-xl\@xs {
      margin-top: var(--space-xl); }
    .margin-top-xxl\@xs {
      margin-top: var(--space-xxl); }
    .margin-top-xxxl\@xs {
      margin-top: var(--space-xxxl); }
    .margin-top-xxxxl\@xs {
      margin-top: var(--space-xxxxl); }
    .margin-top-auto\@xs {
      margin-top: auto; }
    .margin-top-0\@xs {
      margin-top: 0; }
    .margin-bottom-xxxxs\@xs {
      margin-bottom: var(--space-xxxxs); }
    .margin-bottom-xxxs\@xs {
      margin-bottom: var(--space-xxxs); }
    .margin-bottom-xxs\@xs {
      margin-bottom: var(--space-xxs); }
    .margin-bottom-xs\@xs {
      margin-bottom: var(--space-xs); }
    .margin-bottom-sm\@xs {
      margin-bottom: var(--space-sm); }
    .margin-bottom-md\@xs {
      margin-bottom: var(--space-md); }
    .margin-bottom-lg\@xs {
      margin-bottom: var(--space-lg); }
    .margin-bottom-xl\@xs {
      margin-bottom: var(--space-xl); }
    .margin-bottom-xxl\@xs {
      margin-bottom: var(--space-xxl); }
    .margin-bottom-xxxl\@xs {
      margin-bottom: var(--space-xxxl); }
    .margin-bottom-xxxxl\@xs {
      margin-bottom: var(--space-xxxxl); }
    .margin-bottom-auto\@xs {
      margin-bottom: auto; }
    .margin-bottom-0\@xs {
      margin-bottom: 0; }
    .margin-right-xxxxs\@xs {
      margin-right: var(--space-xxxxs); }
    .margin-right-xxxs\@xs {
      margin-right: var(--space-xxxs); }
    .margin-right-xxs\@xs {
      margin-right: var(--space-xxs); }
    .margin-right-xs\@xs {
      margin-right: var(--space-xs); }
    .margin-right-sm\@xs {
      margin-right: var(--space-sm); }
    .margin-right-md\@xs {
      margin-right: var(--space-md); }
    .margin-right-lg\@xs {
      margin-right: var(--space-lg); }
    .margin-right-xl\@xs {
      margin-right: var(--space-xl); }
    .margin-right-xxl\@xs {
      margin-right: var(--space-xxl); }
    .margin-right-xxxl\@xs {
      margin-right: var(--space-xxxl); }
    .margin-right-xxxxl\@xs {
      margin-right: var(--space-xxxxl); }
    .margin-right-auto\@xs {
      margin-right: auto; }
    .margin-right-0\@xs {
      margin-right: 0; }
    .margin-left-xxxxs\@xs {
      margin-left: var(--space-xxxxs); }
    .margin-left-xxxs\@xs {
      margin-left: var(--space-xxxs); }
    .margin-left-xxs\@xs {
      margin-left: var(--space-xxs); }
    .margin-left-xs\@xs {
      margin-left: var(--space-xs); }
    .margin-left-sm\@xs {
      margin-left: var(--space-sm); }
    .margin-left-md\@xs {
      margin-left: var(--space-md); }
    .margin-left-lg\@xs {
      margin-left: var(--space-lg); }
    .margin-left-xl\@xs {
      margin-left: var(--space-xl); }
    .margin-left-xxl\@xs {
      margin-left: var(--space-xxl); }
    .margin-left-xxxl\@xs {
      margin-left: var(--space-xxxl); }
    .margin-left-xxxxl\@xs {
      margin-left: var(--space-xxxxl); }
    .margin-left-auto\@xs {
      margin-left: auto; }
    .margin-left-0\@xs {
      margin-left: 0; }
    .margin-x-xxxxs\@xs {
      margin-left: var(--space-xxxxs);
      margin-right: var(--space-xxxxs); }
    .margin-x-xxxs\@xs {
      margin-left: var(--space-xxxs);
      margin-right: var(--space-xxxs); }
    .margin-x-xxs\@xs {
      margin-left: var(--space-xxs);
      margin-right: var(--space-xxs); }
    .margin-x-xs\@xs {
      margin-left: var(--space-xs);
      margin-right: var(--space-xs); }
    .margin-x-sm\@xs {
      margin-left: var(--space-sm);
      margin-right: var(--space-sm); }
    .margin-x-md\@xs {
      margin-left: var(--space-md);
      margin-right: var(--space-md); }
    .margin-x-lg\@xs {
      margin-left: var(--space-lg);
      margin-right: var(--space-lg); }
    .margin-x-xl\@xs {
      margin-left: var(--space-xl);
      margin-right: var(--space-xl); }
    .margin-x-xxl\@xs {
      margin-left: var(--space-xxl);
      margin-right: var(--space-xxl); }
    .margin-x-xxxl\@xs {
      margin-left: var(--space-xxxl);
      margin-right: var(--space-xxxl); }
    .margin-x-xxxxl\@xs {
      margin-left: var(--space-xxxxl);
      margin-right: var(--space-xxxxl); }
    .margin-x-auto\@xs {
      margin-left: auto;
      margin-right: auto; }
    .margin-x-0\@xs {
      margin-left: 0;
      margin-right: 0; }
    .margin-y-xxxxs\@xs {
      margin-top: var(--space-xxxxs);
      margin-bottom: var(--space-xxxxs); }
    .margin-y-xxxs\@xs {
      margin-top: var(--space-xxxs);
      margin-bottom: var(--space-xxxs); }
    .margin-y-xxs\@xs {
      margin-top: var(--space-xxs);
      margin-bottom: var(--space-xxs); }
    .margin-y-xs\@xs {
      margin-top: var(--space-xs);
      margin-bottom: var(--space-xs); }
    .margin-y-sm\@xs {
      margin-top: var(--space-sm);
      margin-bottom: var(--space-sm); }
    .margin-y-md\@xs {
      margin-top: var(--space-md);
      margin-bottom: var(--space-md); }
    .margin-y-lg\@xs {
      margin-top: var(--space-lg);
      margin-bottom: var(--space-lg); }
    .margin-y-xl\@xs {
      margin-top: var(--space-xl);
      margin-bottom: var(--space-xl); }
    .margin-y-xxl\@xs {
      margin-top: var(--space-xxl);
      margin-bottom: var(--space-xxl); }
    .margin-y-xxxl\@xs {
      margin-top: var(--space-xxxl);
      margin-bottom: var(--space-xxxl); }
    .margin-y-xxxxl\@xs {
      margin-top: var(--space-xxxxl);
      margin-bottom: var(--space-xxxxl); }
    .margin-y-auto\@xs {
      margin-top: auto;
      margin-bottom: auto; }
    .margin-y-0\@xs {
      margin-top: 0;
      margin-bottom: 0; } }
  @supports (--css: variables) {
    .padding-xxxxs\@xs {
      padding: var(--space-xxxxs); }
    .padding-xxxs\@xs {
      padding: var(--space-xxxs); }
    .padding-xxs\@xs {
      padding: var(--space-xxs); }
    .padding-xs\@xs {
      padding: var(--space-xs); }
    .padding-sm\@xs {
      padding: var(--space-sm); }
    .padding-md\@xs {
      padding: var(--space-md); }
    .padding-lg\@xs {
      padding: var(--space-lg); }
    .padding-xl\@xs {
      padding: var(--space-xl); }
    .padding-xxl\@xs {
      padding: var(--space-xxl); }
    .padding-xxxl\@xs {
      padding: var(--space-xxxl); }
    .padding-xxxxl\@xs {
      padding: var(--space-xxxxl); }
    .padding-0\@xs {
      padding: 0; }
    .padding-component\@xs {
      padding: var(--component-padding); }
    .padding-top-xxxxs\@xs {
      padding-top: var(--space-xxxxs); }
    .padding-top-xxxs\@xs {
      padding-top: var(--space-xxxs); }
    .padding-top-xxs\@xs {
      padding-top: var(--space-xxs); }
    .padding-top-xs\@xs {
      padding-top: var(--space-xs); }
    .padding-top-sm\@xs {
      padding-top: var(--space-sm); }
    .padding-top-md\@xs {
      padding-top: var(--space-md); }
    .padding-top-lg\@xs {
      padding-top: var(--space-lg); }
    .padding-top-xl\@xs {
      padding-top: var(--space-xl); }
    .padding-top-xxl\@xs {
      padding-top: var(--space-xxl); }
    .padding-top-xxxl\@xs {
      padding-top: var(--space-xxxl); }
    .padding-top-xxxxl\@xs {
      padding-top: var(--space-xxxxl); }
    .padding-top-0\@xs {
      padding-top: 0; }
    .padding-top-component\@xs {
      padding-top: var(--component-padding); }
    .padding-bottom-xxxxs\@xs {
      padding-bottom: var(--space-xxxxs); }
    .padding-bottom-xxxs\@xs {
      padding-bottom: var(--space-xxxs); }
    .padding-bottom-xxs\@xs {
      padding-bottom: var(--space-xxs); }
    .padding-bottom-xs\@xs {
      padding-bottom: var(--space-xs); }
    .padding-bottom-sm\@xs {
      padding-bottom: var(--space-sm); }
    .padding-bottom-md\@xs {
      padding-bottom: var(--space-md); }
    .padding-bottom-lg\@xs {
      padding-bottom: var(--space-lg); }
    .padding-bottom-xl\@xs {
      padding-bottom: var(--space-xl); }
    .padding-bottom-xxl\@xs {
      padding-bottom: var(--space-xxl); }
    .padding-bottom-xxxl\@xs {
      padding-bottom: var(--space-xxxl); }
    .padding-bottom-xxxxl\@xs {
      padding-bottom: var(--space-xxxxl); }
    .padding-bottom-0\@xs {
      padding-bottom: 0; }
    .padding-bottom-component\@xs {
      padding-bottom: var(--component-padding); }
    .padding-right-xxxxs\@xs {
      padding-right: var(--space-xxxxs); }
    .padding-right-xxxs\@xs {
      padding-right: var(--space-xxxs); }
    .padding-right-xxs\@xs {
      padding-right: var(--space-xxs); }
    .padding-right-xs\@xs {
      padding-right: var(--space-xs); }
    .padding-right-sm\@xs {
      padding-right: var(--space-sm); }
    .padding-right-md\@xs {
      padding-right: var(--space-md); }
    .padding-right-lg\@xs {
      padding-right: var(--space-lg); }
    .padding-right-xl\@xs {
      padding-right: var(--space-xl); }
    .padding-right-xxl\@xs {
      padding-right: var(--space-xxl); }
    .padding-right-xxxl\@xs {
      padding-right: var(--space-xxxl); }
    .padding-right-xxxxl\@xs {
      padding-right: var(--space-xxxxl); }
    .padding-right-0\@xs {
      padding-right: 0; }
    .padding-right-component\@xs {
      padding-right: var(--component-padding); }
    .padding-left-xxxxs\@xs {
      padding-left: var(--space-xxxxs); }
    .padding-left-xxxs\@xs {
      padding-left: var(--space-xxxs); }
    .padding-left-xxs\@xs {
      padding-left: var(--space-xxs); }
    .padding-left-xs\@xs {
      padding-left: var(--space-xs); }
    .padding-left-sm\@xs {
      padding-left: var(--space-sm); }
    .padding-left-md\@xs {
      padding-left: var(--space-md); }
    .padding-left-lg\@xs {
      padding-left: var(--space-lg); }
    .padding-left-xl\@xs {
      padding-left: var(--space-xl); }
    .padding-left-xxl\@xs {
      padding-left: var(--space-xxl); }
    .padding-left-xxxl\@xs {
      padding-left: var(--space-xxxl); }
    .padding-left-xxxxl\@xs {
      padding-left: var(--space-xxxxl); }
    .padding-left-0\@xs {
      padding-left: 0; }
    .padding-left-component\@xs {
      padding-left: var(--component-padding); }
    .padding-x-xxxxs\@xs {
      padding-left: var(--space-xxxxs);
      padding-right: var(--space-xxxxs); }
    .padding-x-xxxs\@xs {
      padding-left: var(--space-xxxs);
      padding-right: var(--space-xxxs); }
    .padding-x-xxs\@xs {
      padding-left: var(--space-xxs);
      padding-right: var(--space-xxs); }
    .padding-x-xs\@xs {
      padding-left: var(--space-xs);
      padding-right: var(--space-xs); }
    .padding-x-sm\@xs {
      padding-left: var(--space-sm);
      padding-right: var(--space-sm); }
    .padding-x-md\@xs {
      padding-left: var(--space-md);
      padding-right: var(--space-md); }
    .padding-x-lg\@xs {
      padding-left: var(--space-lg);
      padding-right: var(--space-lg); }
    .padding-x-xl\@xs {
      padding-left: var(--space-xl);
      padding-right: var(--space-xl); }
    .padding-x-xxl\@xs {
      padding-left: var(--space-xxl);
      padding-right: var(--space-xxl); }
    .padding-x-xxxl\@xs {
      padding-left: var(--space-xxxl);
      padding-right: var(--space-xxxl); }
    .padding-x-xxxxl\@xs {
      padding-left: var(--space-xxxxl);
      padding-right: var(--space-xxxxl); }
    .padding-x-0\@xs {
      padding-left: 0;
      padding-right: 0; }
    .padding-x-component\@xs {
      padding-left: var(--component-padding);
      padding-right: var(--component-padding); }
    .padding-y-xxxxs\@xs {
      padding-top: var(--space-xxxxs);
      padding-bottom: var(--space-xxxxs); }
    .padding-y-xxxs\@xs {
      padding-top: var(--space-xxxs);
      padding-bottom: var(--space-xxxs); }
    .padding-y-xxs\@xs {
      padding-top: var(--space-xxs);
      padding-bottom: var(--space-xxs); }
    .padding-y-xs\@xs {
      padding-top: var(--space-xs);
      padding-bottom: var(--space-xs); }
    .padding-y-sm\@xs {
      padding-top: var(--space-sm);
      padding-bottom: var(--space-sm); }
    .padding-y-md\@xs {
      padding-top: var(--space-md);
      padding-bottom: var(--space-md); }
    .padding-y-lg\@xs {
      padding-top: var(--space-lg);
      padding-bottom: var(--space-lg); }
    .padding-y-xl\@xs {
      padding-top: var(--space-xl);
      padding-bottom: var(--space-xl); }
    .padding-y-xxl\@xs {
      padding-top: var(--space-xxl);
      padding-bottom: var(--space-xxl); }
    .padding-y-xxxl\@xs {
      padding-top: var(--space-xxxl);
      padding-bottom: var(--space-xxxl); }
    .padding-y-xxxxl\@xs {
      padding-top: var(--space-xxxxl);
      padding-bottom: var(--space-xxxxl); }
    .padding-y-0\@xs {
      padding-top: 0;
      padding-bottom: 0; }
    .padding-y-component\@xs {
      padding-top: var(--component-padding);
      padding-bottom: var(--component-padding); } }
  .text-center\@xs {
    text-align: center; }
  .text-left\@xs {
    text-align: left; }
  .text-right\@xs {
    text-align: right; }
  .text-justify\@xs {
    text-align: justify; }
  @supports (--css: variables) {
    .text-xs\@xs {
      font-size: var(--text-xs, 0.694em); }
    .text-sm\@xs {
      font-size: var(--text-sm, 0.833em); }
    .text-base\@xs {
      font-size: var(--text-unit, 1em); }
    .text-md\@xs {
      font-size: var(--text-md, 1.2em); }
    .text-lg\@xs {
      font-size: var(--text-lg, 1.44em); }
    .text-xl\@xs {
      font-size: var(--text-xl, 1.728em); }
    .text-xxl\@xs {
      font-size: var(--text-xxl, 2.074em); }
    .text-xxxl\@xs {
      font-size: var(--text-xxxl, 2.488em); }
    .text-xxxxl\@xs {
      font-size: var(--text-xxxxl, 2.985em); } }
  @supports (--css: variables) {
    .width-xxxxs\@xs {
      width: var(--size-xxxxs, 0.25rem); }
    .width-xxxs\@xs {
      width: var(--size-xxxs, 0.5rem); }
    .width-xxs\@xs {
      width: var(--size-xxs, 0.75rem); }
    .width-xs\@xs {
      width: var(--size-xs, 1rem); }
    .width-sm\@xs {
      width: var(--size-sm, 1.5rem); }
    .width-md\@xs {
      width: var(--size-md, 2rem); }
    .width-lg\@xs {
      width: var(--size-lg, 3rem); }
    .width-xl\@xs {
      width: var(--size-xl, 4rem); }
    .width-xxl\@xs {
      width: var(--size-xxl, 6rem); }
    .width-xxxl\@xs {
      width: var(--size-xxxl, 8rem); }
    .width-xxxxl\@xs {
      width: var(--size-xxxxl, 16rem); } }
  .width-0\@xs {
    width: 0; }
  .width-10\%\@xs {
    width: 10%; }
  .width-20\%\@xs {
    width: 20%; }
  .width-25\%\@xs {
    width: 25%; }
  .width-30\%\@xs {
    width: 30%; }
  .width-33\%\@xs {
    width: 33.33333%; }
  .width-40\%\@xs {
    width: 40%; }
  .width-50\%\@xs {
    width: 50%; }
  .width-60\%\@xs {
    width: 60%; }
  .width-66\%\@xs {
    width: 66.66667%; }
  .width-70\%\@xs {
    width: 70%; }
  .width-75\%\@xs {
    width: 75%; }
  .width-80\%\@xs {
    width: 80%; }
  .width-90\%\@xs {
    width: 90%; }
  .width-100\%\@xs {
    width: 100%; }
  .width-100vw\@xs {
    width: 100vw; }
  .width-auto\@xs {
    width: auto; }
  @supports (--css: variables) {
    .height-xxxxs\@xs {
      height: var(--size-xxxxs, 0.25rem); }
    .height-xxxs\@xs {
      height: var(--size-xxxs, 0.5rem); }
    .height-xxs\@xs {
      height: var(--size-xxs, 0.75rem); }
    .height-xs\@xs {
      height: var(--size-xs, 1rem); }
    .height-sm\@xs {
      height: var(--size-sm, 1.5rem); }
    .height-md\@xs {
      height: var(--size-md, 2rem); }
    .height-lg\@xs {
      height: var(--size-lg, 3rem); }
    .height-xl\@xs {
      height: var(--size-xl, 4rem); }
    .height-xxl\@xs {
      height: var(--size-xxl, 6rem); }
    .height-xxxl\@xs {
      height: var(--size-xxxl, 8rem); }
    .height-xxxxl\@xs {
      height: var(--size-xxxxl, 16rem); } }
  .height-0\@xs {
    height: 0; }
  .height-10\%\@xs {
    height: 10%; }
  .height-20\%\@xs {
    height: 20%; }
  .height-25\%\@xs {
    height: 25%; }
  .height-30\%\@xs {
    height: 30%; }
  .height-33\%\@xs {
    height: 33.33333%; }
  .height-40\%\@xs {
    height: 40%; }
  .height-50\%\@xs {
    height: 50%; }
  .height-60\%\@xs {
    height: 60%; }
  .height-66\%\@xs {
    height: 66.66667%; }
  .height-70\%\@xs {
    height: 70%; }
  .height-75\%\@xs {
    height: 75%; }
  .height-80\%\@xs {
    height: 80%; }
  .height-90\%\@xs {
    height: 90%; }
  .height-100\%\@xs {
    height: 100%; }
  .height-100vh\@xs {
    height: 100vh; }
  .height-auto\@xs {
    height: auto; }
  .position-relative\@xs {
    position: relative; }
  .position-absolute\@xs {
    position: absolute; }
  .position-fixed\@xs {
    position: fixed; }
  .position-sticky\@xs {
    position: -webkit-sticky;
    position: sticky; }
  .position-static\@xs {
    position: static; }
  .inset-0\@xs {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .top-0\@xs {
    top: 0; }
  .top-50\%\@xs {
    top: 50%; }
  .bottom-0\@xs {
    bottom: 0; }
  .bottom-50\%\@xs {
    bottom: 50%; }
  .right-0\@xs {
    right: 0; }
  .right-50\%\@xs {
    right: 50%; }
  .left-0\@xs {
    left: 0; }
  .left-50\%\@xs {
    left: 50%; }
  @supports (--css: variables) {
    .top-xxxxs\@xs {
      top: var(--space-xxxxs); }
    .top-xxxs\@xs {
      top: var(--space-xxxs); }
    .top-xxs\@xs {
      top: var(--space-xxs); }
    .top-xs\@xs {
      top: var(--space-xs); }
    .top-sm\@xs {
      top: var(--space-sm); }
    .top-md\@xs {
      top: var(--space-md); }
    .top-lg\@xs {
      top: var(--space-lg); }
    .top-xl\@xs {
      top: var(--space-xl); }
    .top-xxl\@xs {
      top: var(--space-xxl); }
    .top-xxxl\@xs {
      top: var(--space-xxxl); }
    .top-xxxxl\@xs {
      top: var(--space-xxxxl); }
    .bottom-xxxxs\@xs {
      bottom: var(--space-xxxxs); }
    .bottom-xxxs\@xs {
      bottom: var(--space-xxxs); }
    .bottom-xxs\@xs {
      bottom: var(--space-xxs); }
    .bottom-xs\@xs {
      bottom: var(--space-xs); }
    .bottom-sm\@xs {
      bottom: var(--space-sm); }
    .bottom-md\@xs {
      bottom: var(--space-md); }
    .bottom-lg\@xs {
      bottom: var(--space-lg); }
    .bottom-xl\@xs {
      bottom: var(--space-xl); }
    .bottom-xxl\@xs {
      bottom: var(--space-xxl); }
    .bottom-xxxl\@xs {
      bottom: var(--space-xxxl); }
    .bottom-xxxxl\@xs {
      bottom: var(--space-xxxxl); }
    .right-xxxxs\@xs {
      right: var(--space-xxxxs); }
    .right-xxxs\@xs {
      right: var(--space-xxxs); }
    .right-xxs\@xs {
      right: var(--space-xxs); }
    .right-xs\@xs {
      right: var(--space-xs); }
    .right-sm\@xs {
      right: var(--space-sm); }
    .right-md\@xs {
      right: var(--space-md); }
    .right-lg\@xs {
      right: var(--space-lg); }
    .right-xl\@xs {
      right: var(--space-xl); }
    .right-xxl\@xs {
      right: var(--space-xxl); }
    .right-xxxl\@xs {
      right: var(--space-xxxl); }
    .right-xxxxl\@xs {
      right: var(--space-xxxxl); }
    .left-xxxxs\@xs {
      left: var(--space-xxxxs); }
    .left-xxxs\@xs {
      left: var(--space-xxxs); }
    .left-xxs\@xs {
      left: var(--space-xxs); }
    .left-xs\@xs {
      left: var(--space-xs); }
    .left-sm\@xs {
      left: var(--space-sm); }
    .left-md\@xs {
      left: var(--space-md); }
    .left-lg\@xs {
      left: var(--space-lg); }
    .left-xl\@xs {
      left: var(--space-xl); }
    .left-xxl\@xs {
      left: var(--space-xxl); }
    .left-xxxl\@xs {
      left: var(--space-xxxl); }
    .left-xxxxl\@xs {
      left: var(--space-xxxxl); } }
  .overflow-hidden\@xs {
    overflow: hidden; }
  .overflow-auto\@xs {
    overflow: auto; }
  .momentum-scrolling\@xs {
    -webkit-overflow-scrolling: touch; }
  .overscroll-contain\@xs {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain; }
  .visible\@xs {
    visibility: visible; }
  .invisible\@xs {
    visibility: hidden; } }

@media not all and (min-width: 32rem) {
  .has-margin\@xs {
    margin: 0 !important; }
  .has-padding\@xs {
    padding: 0 !important; }
  .display\@xs {
    display: none !important; } }

@media (min-width: 48rem) {
  .flex\@sm {
    display: flex; }
  .inline-flex\@sm {
    display: inline-flex; }
  .flex-wrap\@sm {
    flex-wrap: wrap; }
  .flex-column\@sm {
    flex-direction: column; }
  .flex-column-reverse\@sm {
    flex-direction: column-reverse; }
  .flex-row\@sm {
    flex-direction: row; }
  .flex-row-reverse\@sm {
    flex-direction: row-reverse; }
  .flex-center\@sm {
    justify-content: center;
    align-items: center; }
  .flex-grow\@sm {
    flex-grow: 1; }
  .flex-grow-0\@sm {
    flex-grow: 0; }
  .flex-shrink\@sm {
    flex-shrink: 1; }
  .flex-shrink-0\@sm {
    flex-shrink: 0; }
  .flex-basis-0\@sm {
    flex-basis: 0; }
  .justify-start\@sm {
    justify-content: flex-start; }
  .justify-end\@sm {
    justify-content: flex-end; }
  .justify-center\@sm {
    justify-content: center; }
  .justify-between\@sm {
    justify-content: space-between; }
  .items-center\@sm {
    align-items: center; }
  .items-start\@sm {
    align-items: flex-start; }
  .items-end\@sm {
    align-items: flex-end; }
  .items-baseline\@sm {
    align-items: baseline; }
  .order-1\@sm {
    order: 1; }
  .order-2\@sm {
    order: 2; }
  .order-3\@sm {
    order: 3; }
  .block\@sm {
    display: block; }
  .inline-block\@sm {
    display: inline-block; }
  .inline\@sm {
    display: inline; }
  .contents\@sm {
    display: contents; }
  .hide\@sm {
    display: none !important; }
  @supports (--css: variables) {
    .margin-xxxxs\@sm {
      margin: var(--space-xxxxs); }
    .margin-xxxs\@sm {
      margin: var(--space-xxxs); }
    .margin-xxs\@sm {
      margin: var(--space-xxs); }
    .margin-xs\@sm {
      margin: var(--space-xs); }
    .margin-sm\@sm {
      margin: var(--space-sm); }
    .margin-md\@sm {
      margin: var(--space-md); }
    .margin-lg\@sm {
      margin: var(--space-lg); }
    .margin-xl\@sm {
      margin: var(--space-xl); }
    .margin-xxl\@sm {
      margin: var(--space-xxl); }
    .margin-xxxl\@sm {
      margin: var(--space-xxxl); }
    .margin-xxxxl\@sm {
      margin: var(--space-xxxxl); }
    .margin-auto\@sm {
      margin: auto; }
    .margin-0\@sm {
      margin: 0; }
    .margin-top-xxxxs\@sm {
      margin-top: var(--space-xxxxs); }
    .margin-top-xxxs\@sm {
      margin-top: var(--space-xxxs); }
    .margin-top-xxs\@sm {
      margin-top: var(--space-xxs); }
    .margin-top-xs\@sm {
      margin-top: var(--space-xs); }
    .margin-top-sm\@sm {
      margin-top: var(--space-sm); }
    .margin-top-md\@sm {
      margin-top: var(--space-md); }
    .margin-top-lg\@sm {
      margin-top: var(--space-lg); }
    .margin-top-xl\@sm {
      margin-top: var(--space-xl); }
    .margin-top-xxl\@sm {
      margin-top: var(--space-xxl); }
    .margin-top-xxxl\@sm {
      margin-top: var(--space-xxxl); }
    .margin-top-xxxxl\@sm {
      margin-top: var(--space-xxxxl); }
    .margin-top-auto\@sm {
      margin-top: auto; }
    .margin-top-0\@sm {
      margin-top: 0; }
    .margin-bottom-xxxxs\@sm {
      margin-bottom: var(--space-xxxxs); }
    .margin-bottom-xxxs\@sm {
      margin-bottom: var(--space-xxxs); }
    .margin-bottom-xxs\@sm {
      margin-bottom: var(--space-xxs); }
    .margin-bottom-xs\@sm {
      margin-bottom: var(--space-xs); }
    .margin-bottom-sm\@sm {
      margin-bottom: var(--space-sm); }
    .margin-bottom-md\@sm {
      margin-bottom: var(--space-md); }
    .margin-bottom-lg\@sm {
      margin-bottom: var(--space-lg); }
    .margin-bottom-xl\@sm {
      margin-bottom: var(--space-xl); }
    .margin-bottom-xxl\@sm {
      margin-bottom: var(--space-xxl); }
    .margin-bottom-xxxl\@sm {
      margin-bottom: var(--space-xxxl); }
    .margin-bottom-xxxxl\@sm {
      margin-bottom: var(--space-xxxxl); }
    .margin-bottom-auto\@sm {
      margin-bottom: auto; }
    .margin-bottom-0\@sm {
      margin-bottom: 0; }
    .margin-right-xxxxs\@sm {
      margin-right: var(--space-xxxxs); }
    .margin-right-xxxs\@sm {
      margin-right: var(--space-xxxs); }
    .margin-right-xxs\@sm {
      margin-right: var(--space-xxs); }
    .margin-right-xs\@sm {
      margin-right: var(--space-xs); }
    .margin-right-sm\@sm {
      margin-right: var(--space-sm); }
    .margin-right-md\@sm {
      margin-right: var(--space-md); }
    .margin-right-lg\@sm {
      margin-right: var(--space-lg); }
    .margin-right-xl\@sm {
      margin-right: var(--space-xl); }
    .margin-right-xxl\@sm {
      margin-right: var(--space-xxl); }
    .margin-right-xxxl\@sm {
      margin-right: var(--space-xxxl); }
    .margin-right-xxxxl\@sm {
      margin-right: var(--space-xxxxl); }
    .margin-right-auto\@sm {
      margin-right: auto; }
    .margin-right-0\@sm {
      margin-right: 0; }
    .margin-left-xxxxs\@sm {
      margin-left: var(--space-xxxxs); }
    .margin-left-xxxs\@sm {
      margin-left: var(--space-xxxs); }
    .margin-left-xxs\@sm {
      margin-left: var(--space-xxs); }
    .margin-left-xs\@sm {
      margin-left: var(--space-xs); }
    .margin-left-sm\@sm {
      margin-left: var(--space-sm); }
    .margin-left-md\@sm {
      margin-left: var(--space-md); }
    .margin-left-lg\@sm {
      margin-left: var(--space-lg); }
    .margin-left-xl\@sm {
      margin-left: var(--space-xl); }
    .margin-left-xxl\@sm {
      margin-left: var(--space-xxl); }
    .margin-left-xxxl\@sm {
      margin-left: var(--space-xxxl); }
    .margin-left-xxxxl\@sm {
      margin-left: var(--space-xxxxl); }
    .margin-left-auto\@sm {
      margin-left: auto; }
    .margin-left-0\@sm {
      margin-left: 0; }
    .margin-x-xxxxs\@sm {
      margin-left: var(--space-xxxxs);
      margin-right: var(--space-xxxxs); }
    .margin-x-xxxs\@sm {
      margin-left: var(--space-xxxs);
      margin-right: var(--space-xxxs); }
    .margin-x-xxs\@sm {
      margin-left: var(--space-xxs);
      margin-right: var(--space-xxs); }
    .margin-x-xs\@sm {
      margin-left: var(--space-xs);
      margin-right: var(--space-xs); }
    .margin-x-sm\@sm {
      margin-left: var(--space-sm);
      margin-right: var(--space-sm); }
    .margin-x-md\@sm {
      margin-left: var(--space-md);
      margin-right: var(--space-md); }
    .margin-x-lg\@sm {
      margin-left: var(--space-lg);
      margin-right: var(--space-lg); }
    .margin-x-xl\@sm {
      margin-left: var(--space-xl);
      margin-right: var(--space-xl); }
    .margin-x-xxl\@sm {
      margin-left: var(--space-xxl);
      margin-right: var(--space-xxl); }
    .margin-x-xxxl\@sm {
      margin-left: var(--space-xxxl);
      margin-right: var(--space-xxxl); }
    .margin-x-xxxxl\@sm {
      margin-left: var(--space-xxxxl);
      margin-right: var(--space-xxxxl); }
    .margin-x-auto\@sm {
      margin-left: auto;
      margin-right: auto; }
    .margin-x-0\@sm {
      margin-left: 0;
      margin-right: 0; }
    .margin-y-xxxxs\@sm {
      margin-top: var(--space-xxxxs);
      margin-bottom: var(--space-xxxxs); }
    .margin-y-xxxs\@sm {
      margin-top: var(--space-xxxs);
      margin-bottom: var(--space-xxxs); }
    .margin-y-xxs\@sm {
      margin-top: var(--space-xxs);
      margin-bottom: var(--space-xxs); }
    .margin-y-xs\@sm {
      margin-top: var(--space-xs);
      margin-bottom: var(--space-xs); }
    .margin-y-sm\@sm {
      margin-top: var(--space-sm);
      margin-bottom: var(--space-sm); }
    .margin-y-md\@sm {
      margin-top: var(--space-md);
      margin-bottom: var(--space-md); }
    .margin-y-lg\@sm {
      margin-top: var(--space-lg);
      margin-bottom: var(--space-lg); }
    .margin-y-xl\@sm {
      margin-top: var(--space-xl);
      margin-bottom: var(--space-xl); }
    .margin-y-xxl\@sm {
      margin-top: var(--space-xxl);
      margin-bottom: var(--space-xxl); }
    .margin-y-xxxl\@sm {
      margin-top: var(--space-xxxl);
      margin-bottom: var(--space-xxxl); }
    .margin-y-xxxxl\@sm {
      margin-top: var(--space-xxxxl);
      margin-bottom: var(--space-xxxxl); }
    .margin-y-auto\@sm {
      margin-top: auto;
      margin-bottom: auto; }
    .margin-y-0\@sm {
      margin-top: 0;
      margin-bottom: 0; } }
  @supports (--css: variables) {
    .padding-xxxxs\@sm {
      padding: var(--space-xxxxs); }
    .padding-xxxs\@sm {
      padding: var(--space-xxxs); }
    .padding-xxs\@sm {
      padding: var(--space-xxs); }
    .padding-xs\@sm {
      padding: var(--space-xs); }
    .padding-sm\@sm {
      padding: var(--space-sm); }
    .padding-md\@sm {
      padding: var(--space-md); }
    .padding-lg\@sm {
      padding: var(--space-lg); }
    .padding-xl\@sm {
      padding: var(--space-xl); }
    .padding-xxl\@sm {
      padding: var(--space-xxl); }
    .padding-xxxl\@sm {
      padding: var(--space-xxxl); }
    .padding-xxxxl\@sm {
      padding: var(--space-xxxxl); }
    .padding-0\@sm {
      padding: 0; }
    .padding-component\@sm {
      padding: var(--component-padding); }
    .padding-top-xxxxs\@sm {
      padding-top: var(--space-xxxxs); }
    .padding-top-xxxs\@sm {
      padding-top: var(--space-xxxs); }
    .padding-top-xxs\@sm {
      padding-top: var(--space-xxs); }
    .padding-top-xs\@sm {
      padding-top: var(--space-xs); }
    .padding-top-sm\@sm {
      padding-top: var(--space-sm); }
    .padding-top-md\@sm {
      padding-top: var(--space-md); }
    .padding-top-lg\@sm {
      padding-top: var(--space-lg); }
    .padding-top-xl\@sm {
      padding-top: var(--space-xl); }
    .padding-top-xxl\@sm {
      padding-top: var(--space-xxl); }
    .padding-top-xxxl\@sm {
      padding-top: var(--space-xxxl); }
    .padding-top-xxxxl\@sm {
      padding-top: var(--space-xxxxl); }
    .padding-top-0\@sm {
      padding-top: 0; }
    .padding-top-component\@sm {
      padding-top: var(--component-padding); }
    .padding-bottom-xxxxs\@sm {
      padding-bottom: var(--space-xxxxs); }
    .padding-bottom-xxxs\@sm {
      padding-bottom: var(--space-xxxs); }
    .padding-bottom-xxs\@sm {
      padding-bottom: var(--space-xxs); }
    .padding-bottom-xs\@sm {
      padding-bottom: var(--space-xs); }
    .padding-bottom-sm\@sm {
      padding-bottom: var(--space-sm); }
    .padding-bottom-md\@sm {
      padding-bottom: var(--space-md); }
    .padding-bottom-lg\@sm {
      padding-bottom: var(--space-lg); }
    .padding-bottom-xl\@sm {
      padding-bottom: var(--space-xl); }
    .padding-bottom-xxl\@sm {
      padding-bottom: var(--space-xxl); }
    .padding-bottom-xxxl\@sm {
      padding-bottom: var(--space-xxxl); }
    .padding-bottom-xxxxl\@sm {
      padding-bottom: var(--space-xxxxl); }
    .padding-bottom-0\@sm {
      padding-bottom: 0; }
    .padding-bottom-component\@sm {
      padding-bottom: var(--component-padding); }
    .padding-right-xxxxs\@sm {
      padding-right: var(--space-xxxxs); }
    .padding-right-xxxs\@sm {
      padding-right: var(--space-xxxs); }
    .padding-right-xxs\@sm {
      padding-right: var(--space-xxs); }
    .padding-right-xs\@sm {
      padding-right: var(--space-xs); }
    .padding-right-sm\@sm {
      padding-right: var(--space-sm); }
    .padding-right-md\@sm {
      padding-right: var(--space-md); }
    .padding-right-lg\@sm {
      padding-right: var(--space-lg); }
    .padding-right-xl\@sm {
      padding-right: var(--space-xl); }
    .padding-right-xxl\@sm {
      padding-right: var(--space-xxl); }
    .padding-right-xxxl\@sm {
      padding-right: var(--space-xxxl); }
    .padding-right-xxxxl\@sm {
      padding-right: var(--space-xxxxl); }
    .padding-right-0\@sm {
      padding-right: 0; }
    .padding-right-component\@sm {
      padding-right: var(--component-padding); }
    .padding-left-xxxxs\@sm {
      padding-left: var(--space-xxxxs); }
    .padding-left-xxxs\@sm {
      padding-left: var(--space-xxxs); }
    .padding-left-xxs\@sm {
      padding-left: var(--space-xxs); }
    .padding-left-xs\@sm {
      padding-left: var(--space-xs); }
    .padding-left-sm\@sm {
      padding-left: var(--space-sm); }
    .padding-left-md\@sm {
      padding-left: var(--space-md); }
    .padding-left-lg\@sm {
      padding-left: var(--space-lg); }
    .padding-left-xl\@sm {
      padding-left: var(--space-xl); }
    .padding-left-xxl\@sm {
      padding-left: var(--space-xxl); }
    .padding-left-xxxl\@sm {
      padding-left: var(--space-xxxl); }
    .padding-left-xxxxl\@sm {
      padding-left: var(--space-xxxxl); }
    .padding-left-0\@sm {
      padding-left: 0; }
    .padding-left-component\@sm {
      padding-left: var(--component-padding); }
    .padding-x-xxxxs\@sm {
      padding-left: var(--space-xxxxs);
      padding-right: var(--space-xxxxs); }
    .padding-x-xxxs\@sm {
      padding-left: var(--space-xxxs);
      padding-right: var(--space-xxxs); }
    .padding-x-xxs\@sm {
      padding-left: var(--space-xxs);
      padding-right: var(--space-xxs); }
    .padding-x-xs\@sm {
      padding-left: var(--space-xs);
      padding-right: var(--space-xs); }
    .padding-x-sm\@sm {
      padding-left: var(--space-sm);
      padding-right: var(--space-sm); }
    .padding-x-md\@sm {
      padding-left: var(--space-md);
      padding-right: var(--space-md); }
    .padding-x-lg\@sm {
      padding-left: var(--space-lg);
      padding-right: var(--space-lg); }
    .padding-x-xl\@sm {
      padding-left: var(--space-xl);
      padding-right: var(--space-xl); }
    .padding-x-xxl\@sm {
      padding-left: var(--space-xxl);
      padding-right: var(--space-xxl); }
    .padding-x-xxxl\@sm {
      padding-left: var(--space-xxxl);
      padding-right: var(--space-xxxl); }
    .padding-x-xxxxl\@sm {
      padding-left: var(--space-xxxxl);
      padding-right: var(--space-xxxxl); }
    .padding-x-0\@sm {
      padding-left: 0;
      padding-right: 0; }
    .padding-x-component\@sm {
      padding-left: var(--component-padding);
      padding-right: var(--component-padding); }
    .padding-y-xxxxs\@sm {
      padding-top: var(--space-xxxxs);
      padding-bottom: var(--space-xxxxs); }
    .padding-y-xxxs\@sm {
      padding-top: var(--space-xxxs);
      padding-bottom: var(--space-xxxs); }
    .padding-y-xxs\@sm {
      padding-top: var(--space-xxs);
      padding-bottom: var(--space-xxs); }
    .padding-y-xs\@sm {
      padding-top: var(--space-xs);
      padding-bottom: var(--space-xs); }
    .padding-y-sm\@sm {
      padding-top: var(--space-sm);
      padding-bottom: var(--space-sm); }
    .padding-y-md\@sm {
      padding-top: var(--space-md);
      padding-bottom: var(--space-md); }
    .padding-y-lg\@sm {
      padding-top: var(--space-lg);
      padding-bottom: var(--space-lg); }
    .padding-y-xl\@sm {
      padding-top: var(--space-xl);
      padding-bottom: var(--space-xl); }
    .padding-y-xxl\@sm {
      padding-top: var(--space-xxl);
      padding-bottom: var(--space-xxl); }
    .padding-y-xxxl\@sm {
      padding-top: var(--space-xxxl);
      padding-bottom: var(--space-xxxl); }
    .padding-y-xxxxl\@sm {
      padding-top: var(--space-xxxxl);
      padding-bottom: var(--space-xxxxl); }
    .padding-y-0\@sm {
      padding-top: 0;
      padding-bottom: 0; }
    .padding-y-component\@sm {
      padding-top: var(--component-padding);
      padding-bottom: var(--component-padding); } }
  .text-center\@sm {
    text-align: center; }
  .text-left\@sm {
    text-align: left; }
  .text-right\@sm {
    text-align: right; }
  .text-justify\@sm {
    text-align: justify; }
  @supports (--css: variables) {
    .text-xs\@sm {
      font-size: var(--text-xs, 0.694em); }
    .text-sm\@sm {
      font-size: var(--text-sm, 0.833em); }
    .text-base\@sm {
      font-size: var(--text-unit, 1em); }
    .text-md\@sm {
      font-size: var(--text-md, 1.2em); }
    .text-lg\@sm {
      font-size: var(--text-lg, 1.44em); }
    .text-xl\@sm {
      font-size: var(--text-xl, 1.728em); }
    .text-xxl\@sm {
      font-size: var(--text-xxl, 2.074em); }
    .text-xxxl\@sm {
      font-size: var(--text-xxxl, 2.488em); }
    .text-xxxxl\@sm {
      font-size: var(--text-xxxxl, 2.985em); } }
  @supports (--css: variables) {
    .width-xxxxs\@sm {
      width: var(--size-xxxxs, 0.25rem); }
    .width-xxxs\@sm {
      width: var(--size-xxxs, 0.5rem); }
    .width-xxs\@sm {
      width: var(--size-xxs, 0.75rem); }
    .width-xs\@sm {
      width: var(--size-xs, 1rem); }
    .width-sm\@sm {
      width: var(--size-sm, 1.5rem); }
    .width-md\@sm {
      width: var(--size-md, 2rem); }
    .width-lg\@sm {
      width: var(--size-lg, 3rem); }
    .width-xl\@sm {
      width: var(--size-xl, 4rem); }
    .width-xxl\@sm {
      width: var(--size-xxl, 6rem); }
    .width-xxxl\@sm {
      width: var(--size-xxxl, 8rem); }
    .width-xxxxl\@sm {
      width: var(--size-xxxxl, 16rem); } }
  .width-0\@sm {
    width: 0; }
  .width-10\%\@sm {
    width: 10%; }
  .width-20\%\@sm {
    width: 20%; }
  .width-25\%\@sm {
    width: 25%; }
  .width-30\%\@sm {
    width: 30%; }
  .width-33\%\@sm {
    width: 33.33333%; }
  .width-40\%\@sm {
    width: 40%; }
  .width-50\%\@sm {
    width: 50%; }
  .width-60\%\@sm {
    width: 60%; }
  .width-66\%\@sm {
    width: 66.66667%; }
  .width-70\%\@sm {
    width: 70%; }
  .width-75\%\@sm {
    width: 75%; }
  .width-80\%\@sm {
    width: 80%; }
  .width-90\%\@sm {
    width: 90%; }
  .width-100\%\@sm {
    width: 100%; }
  .width-100vw\@sm {
    width: 100vw; }
  .width-auto\@sm {
    width: auto; }
  @supports (--css: variables) {
    .height-xxxxs\@sm {
      height: var(--size-xxxxs, 0.25rem); }
    .height-xxxs\@sm {
      height: var(--size-xxxs, 0.5rem); }
    .height-xxs\@sm {
      height: var(--size-xxs, 0.75rem); }
    .height-xs\@sm {
      height: var(--size-xs, 1rem); }
    .height-sm\@sm {
      height: var(--size-sm, 1.5rem); }
    .height-md\@sm {
      height: var(--size-md, 2rem); }
    .height-lg\@sm {
      height: var(--size-lg, 3rem); }
    .height-xl\@sm {
      height: var(--size-xl, 4rem); }
    .height-xxl\@sm {
      height: var(--size-xxl, 6rem); }
    .height-xxxl\@sm {
      height: var(--size-xxxl, 8rem); }
    .height-xxxxl\@sm {
      height: var(--size-xxxxl, 16rem); } }
  .height-0\@sm {
    height: 0; }
  .height-10\%\@sm {
    height: 10%; }
  .height-20\%\@sm {
    height: 20%; }
  .height-25\%\@sm {
    height: 25%; }
  .height-30\%\@sm {
    height: 30%; }
  .height-33\%\@sm {
    height: 33.33333%; }
  .height-40\%\@sm {
    height: 40%; }
  .height-50\%\@sm {
    height: 50%; }
  .height-60\%\@sm {
    height: 60%; }
  .height-66\%\@sm {
    height: 66.66667%; }
  .height-70\%\@sm {
    height: 70%; }
  .height-75\%\@sm {
    height: 75%; }
  .height-80\%\@sm {
    height: 80%; }
  .height-90\%\@sm {
    height: 90%; }
  .height-100\%\@sm {
    height: 100%; }
  .height-100vh\@sm {
    height: 100vh; }
  .height-auto\@sm {
    height: auto; }
  .position-relative\@sm {
    position: relative; }
  .position-absolute\@sm {
    position: absolute; }
  .position-fixed\@sm {
    position: fixed; }
  .position-sticky\@sm {
    position: -webkit-sticky;
    position: sticky; }
  .position-static\@sm {
    position: static; }
  .inset-0\@sm {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .top-0\@sm {
    top: 0; }
  .top-50\%\@sm {
    top: 50%; }
  .bottom-0\@sm {
    bottom: 0; }
  .bottom-50\%\@sm {
    bottom: 50%; }
  .right-0\@sm {
    right: 0; }
  .right-50\%\@sm {
    right: 50%; }
  .left-0\@sm {
    left: 0; }
  .left-50\%\@sm {
    left: 50%; }
  @supports (--css: variables) {
    .top-xxxxs\@sm {
      top: var(--space-xxxxs); }
    .top-xxxs\@sm {
      top: var(--space-xxxs); }
    .top-xxs\@sm {
      top: var(--space-xxs); }
    .top-xs\@sm {
      top: var(--space-xs); }
    .top-sm\@sm {
      top: var(--space-sm); }
    .top-md\@sm {
      top: var(--space-md); }
    .top-lg\@sm {
      top: var(--space-lg); }
    .top-xl\@sm {
      top: var(--space-xl); }
    .top-xxl\@sm {
      top: var(--space-xxl); }
    .top-xxxl\@sm {
      top: var(--space-xxxl); }
    .top-xxxxl\@sm {
      top: var(--space-xxxxl); }
    .bottom-xxxxs\@sm {
      bottom: var(--space-xxxxs); }
    .bottom-xxxs\@sm {
      bottom: var(--space-xxxs); }
    .bottom-xxs\@sm {
      bottom: var(--space-xxs); }
    .bottom-xs\@sm {
      bottom: var(--space-xs); }
    .bottom-sm\@sm {
      bottom: var(--space-sm); }
    .bottom-md\@sm {
      bottom: var(--space-md); }
    .bottom-lg\@sm {
      bottom: var(--space-lg); }
    .bottom-xl\@sm {
      bottom: var(--space-xl); }
    .bottom-xxl\@sm {
      bottom: var(--space-xxl); }
    .bottom-xxxl\@sm {
      bottom: var(--space-xxxl); }
    .bottom-xxxxl\@sm {
      bottom: var(--space-xxxxl); }
    .right-xxxxs\@sm {
      right: var(--space-xxxxs); }
    .right-xxxs\@sm {
      right: var(--space-xxxs); }
    .right-xxs\@sm {
      right: var(--space-xxs); }
    .right-xs\@sm {
      right: var(--space-xs); }
    .right-sm\@sm {
      right: var(--space-sm); }
    .right-md\@sm {
      right: var(--space-md); }
    .right-lg\@sm {
      right: var(--space-lg); }
    .right-xl\@sm {
      right: var(--space-xl); }
    .right-xxl\@sm {
      right: var(--space-xxl); }
    .right-xxxl\@sm {
      right: var(--space-xxxl); }
    .right-xxxxl\@sm {
      right: var(--space-xxxxl); }
    .left-xxxxs\@sm {
      left: var(--space-xxxxs); }
    .left-xxxs\@sm {
      left: var(--space-xxxs); }
    .left-xxs\@sm {
      left: var(--space-xxs); }
    .left-xs\@sm {
      left: var(--space-xs); }
    .left-sm\@sm {
      left: var(--space-sm); }
    .left-md\@sm {
      left: var(--space-md); }
    .left-lg\@sm {
      left: var(--space-lg); }
    .left-xl\@sm {
      left: var(--space-xl); }
    .left-xxl\@sm {
      left: var(--space-xxl); }
    .left-xxxl\@sm {
      left: var(--space-xxxl); }
    .left-xxxxl\@sm {
      left: var(--space-xxxxl); } }
  .overflow-hidden\@sm {
    overflow: hidden; }
  .overflow-auto\@sm {
    overflow: auto; }
  .momentum-scrolling\@sm {
    -webkit-overflow-scrolling: touch; }
  .overscroll-contain\@sm {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain; }
  .visible\@sm {
    visibility: visible; }
  .invisible\@sm {
    visibility: hidden; } }

@media not all and (min-width: 48rem) {
  .has-margin\@sm {
    margin: 0 !important; }
  .has-padding\@sm {
    padding: 0 !important; }
  .display\@sm {
    display: none !important; } }

@media (min-width: 64rem) {
  .flex\@md {
    display: flex; }
  .inline-flex\@md {
    display: inline-flex; }
  .flex-wrap\@md {
    flex-wrap: wrap; }
  .flex-column\@md {
    flex-direction: column; }
  .flex-column-reverse\@md {
    flex-direction: column-reverse; }
  .flex-row\@md {
    flex-direction: row; }
  .flex-row-reverse\@md {
    flex-direction: row-reverse; }
  .flex-center\@md {
    justify-content: center;
    align-items: center; }
  .flex-grow\@md {
    flex-grow: 1; }
  .flex-grow-0\@md {
    flex-grow: 0; }
  .flex-shrink\@md {
    flex-shrink: 1; }
  .flex-shrink-0\@md {
    flex-shrink: 0; }
  .flex-basis-0\@md {
    flex-basis: 0; }
  .justify-start\@md {
    justify-content: flex-start; }
  .justify-end\@md {
    justify-content: flex-end; }
  .justify-center\@md {
    justify-content: center; }
  .justify-between\@md {
    justify-content: space-between; }
  .items-center\@md {
    align-items: center; }
  .items-start\@md {
    align-items: flex-start; }
  .items-end\@md {
    align-items: flex-end; }
  .items-baseline\@md {
    align-items: baseline; }
  .order-1\@md {
    order: 1; }
  .order-2\@md {
    order: 2; }
  .order-3\@md {
    order: 3; }
  .block\@md {
    display: block; }
  .inline-block\@md {
    display: inline-block; }
  .inline\@md {
    display: inline; }
  .contents\@md {
    display: contents; }
  .hide\@md {
    display: none !important; }
  @supports (--css: variables) {
    .margin-xxxxs\@md {
      margin: var(--space-xxxxs); }
    .margin-xxxs\@md {
      margin: var(--space-xxxs); }
    .margin-xxs\@md {
      margin: var(--space-xxs); }
    .margin-xs\@md {
      margin: var(--space-xs); }
    .margin-sm\@md {
      margin: var(--space-sm); }
    .margin-md\@md {
      margin: var(--space-md); }
    .margin-lg\@md {
      margin: var(--space-lg); }
    .margin-xl\@md {
      margin: var(--space-xl); }
    .margin-xxl\@md {
      margin: var(--space-xxl); }
    .margin-xxxl\@md {
      margin: var(--space-xxxl); }
    .margin-xxxxl\@md {
      margin: var(--space-xxxxl); }
    .margin-auto\@md {
      margin: auto; }
    .margin-0\@md {
      margin: 0; }
    .margin-top-xxxxs\@md {
      margin-top: var(--space-xxxxs); }
    .margin-top-xxxs\@md {
      margin-top: var(--space-xxxs); }
    .margin-top-xxs\@md {
      margin-top: var(--space-xxs); }
    .margin-top-xs\@md {
      margin-top: var(--space-xs); }
    .margin-top-sm\@md {
      margin-top: var(--space-sm); }
    .margin-top-md\@md {
      margin-top: var(--space-md); }
    .margin-top-lg\@md {
      margin-top: var(--space-lg); }
    .margin-top-xl\@md {
      margin-top: var(--space-xl); }
    .margin-top-xxl\@md {
      margin-top: var(--space-xxl); }
    .margin-top-xxxl\@md {
      margin-top: var(--space-xxxl); }
    .margin-top-xxxxl\@md {
      margin-top: var(--space-xxxxl); }
    .margin-top-auto\@md {
      margin-top: auto; }
    .margin-top-0\@md {
      margin-top: 0; }
    .margin-bottom-xxxxs\@md {
      margin-bottom: var(--space-xxxxs); }
    .margin-bottom-xxxs\@md {
      margin-bottom: var(--space-xxxs); }
    .margin-bottom-xxs\@md {
      margin-bottom: var(--space-xxs); }
    .margin-bottom-xs\@md {
      margin-bottom: var(--space-xs); }
    .margin-bottom-sm\@md {
      margin-bottom: var(--space-sm); }
    .margin-bottom-md\@md {
      margin-bottom: var(--space-md); }
    .margin-bottom-lg\@md {
      margin-bottom: var(--space-lg); }
    .margin-bottom-xl\@md {
      margin-bottom: var(--space-xl); }
    .margin-bottom-xxl\@md {
      margin-bottom: var(--space-xxl); }
    .margin-bottom-xxxl\@md {
      margin-bottom: var(--space-xxxl); }
    .margin-bottom-xxxxl\@md {
      margin-bottom: var(--space-xxxxl); }
    .margin-bottom-auto\@md {
      margin-bottom: auto; }
    .margin-bottom-0\@md {
      margin-bottom: 0; }
    .margin-right-xxxxs\@md {
      margin-right: var(--space-xxxxs); }
    .margin-right-xxxs\@md {
      margin-right: var(--space-xxxs); }
    .margin-right-xxs\@md {
      margin-right: var(--space-xxs); }
    .margin-right-xs\@md {
      margin-right: var(--space-xs); }
    .margin-right-sm\@md {
      margin-right: var(--space-sm); }
    .margin-right-md\@md {
      margin-right: var(--space-md); }
    .margin-right-lg\@md {
      margin-right: var(--space-lg); }
    .margin-right-xl\@md {
      margin-right: var(--space-xl); }
    .margin-right-xxl\@md {
      margin-right: var(--space-xxl); }
    .margin-right-xxxl\@md {
      margin-right: var(--space-xxxl); }
    .margin-right-xxxxl\@md {
      margin-right: var(--space-xxxxl); }
    .margin-right-auto\@md {
      margin-right: auto; }
    .margin-right-0\@md {
      margin-right: 0; }
    .margin-left-xxxxs\@md {
      margin-left: var(--space-xxxxs); }
    .margin-left-xxxs\@md {
      margin-left: var(--space-xxxs); }
    .margin-left-xxs\@md {
      margin-left: var(--space-xxs); }
    .margin-left-xs\@md {
      margin-left: var(--space-xs); }
    .margin-left-sm\@md {
      margin-left: var(--space-sm); }
    .margin-left-md\@md {
      margin-left: var(--space-md); }
    .margin-left-lg\@md {
      margin-left: var(--space-lg); }
    .margin-left-xl\@md {
      margin-left: var(--space-xl); }
    .margin-left-xxl\@md {
      margin-left: var(--space-xxl); }
    .margin-left-xxxl\@md {
      margin-left: var(--space-xxxl); }
    .margin-left-xxxxl\@md {
      margin-left: var(--space-xxxxl); }
    .margin-left-auto\@md {
      margin-left: auto; }
    .margin-left-0\@md {
      margin-left: 0; }
    .margin-x-xxxxs\@md {
      margin-left: var(--space-xxxxs);
      margin-right: var(--space-xxxxs); }
    .margin-x-xxxs\@md {
      margin-left: var(--space-xxxs);
      margin-right: var(--space-xxxs); }
    .margin-x-xxs\@md {
      margin-left: var(--space-xxs);
      margin-right: var(--space-xxs); }
    .margin-x-xs\@md {
      margin-left: var(--space-xs);
      margin-right: var(--space-xs); }
    .margin-x-sm\@md {
      margin-left: var(--space-sm);
      margin-right: var(--space-sm); }
    .margin-x-md\@md {
      margin-left: var(--space-md);
      margin-right: var(--space-md); }
    .margin-x-lg\@md {
      margin-left: var(--space-lg);
      margin-right: var(--space-lg); }
    .margin-x-xl\@md {
      margin-left: var(--space-xl);
      margin-right: var(--space-xl); }
    .margin-x-xxl\@md {
      margin-left: var(--space-xxl);
      margin-right: var(--space-xxl); }
    .margin-x-xxxl\@md {
      margin-left: var(--space-xxxl);
      margin-right: var(--space-xxxl); }
    .margin-x-xxxxl\@md {
      margin-left: var(--space-xxxxl);
      margin-right: var(--space-xxxxl); }
    .margin-x-auto\@md {
      margin-left: auto;
      margin-right: auto; }
    .margin-x-0\@md {
      margin-left: 0;
      margin-right: 0; }
    .margin-y-xxxxs\@md {
      margin-top: var(--space-xxxxs);
      margin-bottom: var(--space-xxxxs); }
    .margin-y-xxxs\@md {
      margin-top: var(--space-xxxs);
      margin-bottom: var(--space-xxxs); }
    .margin-y-xxs\@md {
      margin-top: var(--space-xxs);
      margin-bottom: var(--space-xxs); }
    .margin-y-xs\@md {
      margin-top: var(--space-xs);
      margin-bottom: var(--space-xs); }
    .margin-y-sm\@md {
      margin-top: var(--space-sm);
      margin-bottom: var(--space-sm); }
    .margin-y-md\@md {
      margin-top: var(--space-md);
      margin-bottom: var(--space-md); }
    .margin-y-lg\@md {
      margin-top: var(--space-lg);
      margin-bottom: var(--space-lg); }
    .margin-y-xl\@md {
      margin-top: var(--space-xl);
      margin-bottom: var(--space-xl); }
    .margin-y-xxl\@md {
      margin-top: var(--space-xxl);
      margin-bottom: var(--space-xxl); }
    .margin-y-xxxl\@md {
      margin-top: var(--space-xxxl);
      margin-bottom: var(--space-xxxl); }
    .margin-y-xxxxl\@md {
      margin-top: var(--space-xxxxl);
      margin-bottom: var(--space-xxxxl); }
    .margin-y-auto\@md {
      margin-top: auto;
      margin-bottom: auto; }
    .margin-y-0\@md {
      margin-top: 0;
      margin-bottom: 0; } }
  @supports (--css: variables) {
    .padding-xxxxs\@md {
      padding: var(--space-xxxxs); }
    .padding-xxxs\@md {
      padding: var(--space-xxxs); }
    .padding-xxs\@md {
      padding: var(--space-xxs); }
    .padding-xs\@md {
      padding: var(--space-xs); }
    .padding-sm\@md {
      padding: var(--space-sm); }
    .padding-md\@md {
      padding: var(--space-md); }
    .padding-lg\@md {
      padding: var(--space-lg); }
    .padding-xl\@md {
      padding: var(--space-xl); }
    .padding-xxl\@md {
      padding: var(--space-xxl); }
    .padding-xxxl\@md {
      padding: var(--space-xxxl); }
    .padding-xxxxl\@md {
      padding: var(--space-xxxxl); }
    .padding-0\@md {
      padding: 0; }
    .padding-component\@md {
      padding: var(--component-padding); }
    .padding-top-xxxxs\@md {
      padding-top: var(--space-xxxxs); }
    .padding-top-xxxs\@md {
      padding-top: var(--space-xxxs); }
    .padding-top-xxs\@md {
      padding-top: var(--space-xxs); }
    .padding-top-xs\@md {
      padding-top: var(--space-xs); }
    .padding-top-sm\@md {
      padding-top: var(--space-sm); }
    .padding-top-md\@md {
      padding-top: var(--space-md); }
    .padding-top-lg\@md {
      padding-top: var(--space-lg); }
    .padding-top-xl\@md {
      padding-top: var(--space-xl); }
    .padding-top-xxl\@md {
      padding-top: var(--space-xxl); }
    .padding-top-xxxl\@md {
      padding-top: var(--space-xxxl); }
    .padding-top-xxxxl\@md {
      padding-top: var(--space-xxxxl); }
    .padding-top-0\@md {
      padding-top: 0; }
    .padding-top-component\@md {
      padding-top: var(--component-padding); }
    .padding-bottom-xxxxs\@md {
      padding-bottom: var(--space-xxxxs); }
    .padding-bottom-xxxs\@md {
      padding-bottom: var(--space-xxxs); }
    .padding-bottom-xxs\@md {
      padding-bottom: var(--space-xxs); }
    .padding-bottom-xs\@md {
      padding-bottom: var(--space-xs); }
    .padding-bottom-sm\@md {
      padding-bottom: var(--space-sm); }
    .padding-bottom-md\@md {
      padding-bottom: var(--space-md); }
    .padding-bottom-lg\@md {
      padding-bottom: var(--space-lg); }
    .padding-bottom-xl\@md {
      padding-bottom: var(--space-xl); }
    .padding-bottom-xxl\@md {
      padding-bottom: var(--space-xxl); }
    .padding-bottom-xxxl\@md {
      padding-bottom: var(--space-xxxl); }
    .padding-bottom-xxxxl\@md {
      padding-bottom: var(--space-xxxxl); }
    .padding-bottom-0\@md {
      padding-bottom: 0; }
    .padding-bottom-component\@md {
      padding-bottom: var(--component-padding); }
    .padding-right-xxxxs\@md {
      padding-right: var(--space-xxxxs); }
    .padding-right-xxxs\@md {
      padding-right: var(--space-xxxs); }
    .padding-right-xxs\@md {
      padding-right: var(--space-xxs); }
    .padding-right-xs\@md {
      padding-right: var(--space-xs); }
    .padding-right-sm\@md {
      padding-right: var(--space-sm); }
    .padding-right-md\@md {
      padding-right: var(--space-md); }
    .padding-right-lg\@md {
      padding-right: var(--space-lg); }
    .padding-right-xl\@md {
      padding-right: var(--space-xl); }
    .padding-right-xxl\@md {
      padding-right: var(--space-xxl); }
    .padding-right-xxxl\@md {
      padding-right: var(--space-xxxl); }
    .padding-right-xxxxl\@md {
      padding-right: var(--space-xxxxl); }
    .padding-right-0\@md {
      padding-right: 0; }
    .padding-right-component\@md {
      padding-right: var(--component-padding); }
    .padding-left-xxxxs\@md {
      padding-left: var(--space-xxxxs); }
    .padding-left-xxxs\@md {
      padding-left: var(--space-xxxs); }
    .padding-left-xxs\@md {
      padding-left: var(--space-xxs); }
    .padding-left-xs\@md {
      padding-left: var(--space-xs); }
    .padding-left-sm\@md {
      padding-left: var(--space-sm); }
    .padding-left-md\@md {
      padding-left: var(--space-md); }
    .padding-left-lg\@md {
      padding-left: var(--space-lg); }
    .padding-left-xl\@md {
      padding-left: var(--space-xl); }
    .padding-left-xxl\@md {
      padding-left: var(--space-xxl); }
    .padding-left-xxxl\@md {
      padding-left: var(--space-xxxl); }
    .padding-left-xxxxl\@md {
      padding-left: var(--space-xxxxl); }
    .padding-left-0\@md {
      padding-left: 0; }
    .padding-left-component\@md {
      padding-left: var(--component-padding); }
    .padding-x-xxxxs\@md {
      padding-left: var(--space-xxxxs);
      padding-right: var(--space-xxxxs); }
    .padding-x-xxxs\@md {
      padding-left: var(--space-xxxs);
      padding-right: var(--space-xxxs); }
    .padding-x-xxs\@md {
      padding-left: var(--space-xxs);
      padding-right: var(--space-xxs); }
    .padding-x-xs\@md {
      padding-left: var(--space-xs);
      padding-right: var(--space-xs); }
    .padding-x-sm\@md {
      padding-left: var(--space-sm);
      padding-right: var(--space-sm); }
    .padding-x-md\@md {
      padding-left: var(--space-md);
      padding-right: var(--space-md); }
    .padding-x-lg\@md {
      padding-left: var(--space-lg);
      padding-right: var(--space-lg); }
    .padding-x-xl\@md {
      padding-left: var(--space-xl);
      padding-right: var(--space-xl); }
    .padding-x-xxl\@md {
      padding-left: var(--space-xxl);
      padding-right: var(--space-xxl); }
    .padding-x-xxxl\@md {
      padding-left: var(--space-xxxl);
      padding-right: var(--space-xxxl); }
    .padding-x-xxxxl\@md {
      padding-left: var(--space-xxxxl);
      padding-right: var(--space-xxxxl); }
    .padding-x-0\@md {
      padding-left: 0;
      padding-right: 0; }
    .padding-x-component\@md {
      padding-left: var(--component-padding);
      padding-right: var(--component-padding); }
    .padding-y-xxxxs\@md {
      padding-top: var(--space-xxxxs);
      padding-bottom: var(--space-xxxxs); }
    .padding-y-xxxs\@md {
      padding-top: var(--space-xxxs);
      padding-bottom: var(--space-xxxs); }
    .padding-y-xxs\@md {
      padding-top: var(--space-xxs);
      padding-bottom: var(--space-xxs); }
    .padding-y-xs\@md {
      padding-top: var(--space-xs);
      padding-bottom: var(--space-xs); }
    .padding-y-sm\@md {
      padding-top: var(--space-sm);
      padding-bottom: var(--space-sm); }
    .padding-y-md\@md {
      padding-top: var(--space-md);
      padding-bottom: var(--space-md); }
    .padding-y-lg\@md {
      padding-top: var(--space-lg);
      padding-bottom: var(--space-lg); }
    .padding-y-xl\@md {
      padding-top: var(--space-xl);
      padding-bottom: var(--space-xl); }
    .padding-y-xxl\@md {
      padding-top: var(--space-xxl);
      padding-bottom: var(--space-xxl); }
    .padding-y-xxxl\@md {
      padding-top: var(--space-xxxl);
      padding-bottom: var(--space-xxxl); }
    .padding-y-xxxxl\@md {
      padding-top: var(--space-xxxxl);
      padding-bottom: var(--space-xxxxl); }
    .padding-y-0\@md {
      padding-top: 0;
      padding-bottom: 0; }
    .padding-y-component\@md {
      padding-top: var(--component-padding);
      padding-bottom: var(--component-padding); } }
  .text-center\@md {
    text-align: center; }
  .text-left\@md {
    text-align: left; }
  .text-right\@md {
    text-align: right; }
  .text-justify\@md {
    text-align: justify; }
  @supports (--css: variables) {
    .text-xs\@md {
      font-size: var(--text-xs, 0.694em); }
    .text-sm\@md {
      font-size: var(--text-sm, 0.833em); }
    .text-base\@md {
      font-size: var(--text-unit, 1em); }
    .text-md\@md {
      font-size: var(--text-md, 1.2em); }
    .text-lg\@md {
      font-size: var(--text-lg, 1.44em); }
    .text-xl\@md {
      font-size: var(--text-xl, 1.728em); }
    .text-xxl\@md {
      font-size: var(--text-xxl, 2.074em); }
    .text-xxxl\@md {
      font-size: var(--text-xxxl, 2.488em); }
    .text-xxxxl\@md {
      font-size: var(--text-xxxxl, 2.985em); } }
  @supports (--css: variables) {
    .width-xxxxs\@md {
      width: var(--size-xxxxs, 0.25rem); }
    .width-xxxs\@md {
      width: var(--size-xxxs, 0.5rem); }
    .width-xxs\@md {
      width: var(--size-xxs, 0.75rem); }
    .width-xs\@md {
      width: var(--size-xs, 1rem); }
    .width-sm\@md {
      width: var(--size-sm, 1.5rem); }
    .width-md\@md {
      width: var(--size-md, 2rem); }
    .width-lg\@md {
      width: var(--size-lg, 3rem); }
    .width-xl\@md {
      width: var(--size-xl, 4rem); }
    .width-xxl\@md {
      width: var(--size-xxl, 6rem); }
    .width-xxxl\@md {
      width: var(--size-xxxl, 8rem); }
    .width-xxxxl\@md {
      width: var(--size-xxxxl, 16rem); } }
  .width-0\@md {
    width: 0; }
  .width-10\%\@md {
    width: 10%; }
  .width-20\%\@md {
    width: 20%; }
  .width-25\%\@md {
    width: 25%; }
  .width-30\%\@md {
    width: 30%; }
  .width-33\%\@md {
    width: 33.33333%; }
  .width-40\%\@md {
    width: 40%; }
  .width-50\%\@md {
    width: 50%; }
  .width-60\%\@md {
    width: 60%; }
  .width-66\%\@md {
    width: 66.66667%; }
  .width-70\%\@md {
    width: 70%; }
  .width-75\%\@md {
    width: 75%; }
  .width-80\%\@md {
    width: 80%; }
  .width-90\%\@md {
    width: 90%; }
  .width-100\%\@md {
    width: 100%; }
  .width-100vw\@md {
    width: 100vw; }
  .width-auto\@md {
    width: auto; }
  @supports (--css: variables) {
    .height-xxxxs\@md {
      height: var(--size-xxxxs, 0.25rem); }
    .height-xxxs\@md {
      height: var(--size-xxxs, 0.5rem); }
    .height-xxs\@md {
      height: var(--size-xxs, 0.75rem); }
    .height-xs\@md {
      height: var(--size-xs, 1rem); }
    .height-sm\@md {
      height: var(--size-sm, 1.5rem); }
    .height-md\@md {
      height: var(--size-md, 2rem); }
    .height-lg\@md {
      height: var(--size-lg, 3rem); }
    .height-xl\@md {
      height: var(--size-xl, 4rem); }
    .height-xxl\@md {
      height: var(--size-xxl, 6rem); }
    .height-xxxl\@md {
      height: var(--size-xxxl, 8rem); }
    .height-xxxxl\@md {
      height: var(--size-xxxxl, 16rem); } }
  .height-0\@md {
    height: 0; }
  .height-10\%\@md {
    height: 10%; }
  .height-20\%\@md {
    height: 20%; }
  .height-25\%\@md {
    height: 25%; }
  .height-30\%\@md {
    height: 30%; }
  .height-33\%\@md {
    height: 33.33333%; }
  .height-40\%\@md {
    height: 40%; }
  .height-50\%\@md {
    height: 50%; }
  .height-60\%\@md {
    height: 60%; }
  .height-66\%\@md {
    height: 66.66667%; }
  .height-70\%\@md {
    height: 70%; }
  .height-75\%\@md {
    height: 75%; }
  .height-80\%\@md {
    height: 80%; }
  .height-90\%\@md {
    height: 90%; }
  .height-100\%\@md {
    height: 100%; }
  .height-100vh\@md {
    height: 100vh; }
  .height-auto\@md {
    height: auto; }
  .position-relative\@md {
    position: relative; }
  .position-absolute\@md {
    position: absolute; }
  .position-fixed\@md {
    position: fixed; }
  .position-sticky\@md {
    position: -webkit-sticky;
    position: sticky; }
  .position-static\@md {
    position: static; }
  .inset-0\@md {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .top-0\@md {
    top: 0; }
  .top-50\%\@md {
    top: 50%; }
  .bottom-0\@md {
    bottom: 0; }
  .bottom-50\%\@md {
    bottom: 50%; }
  .right-0\@md {
    right: 0; }
  .right-50\%\@md {
    right: 50%; }
  .left-0\@md {
    left: 0; }
  .left-50\%\@md {
    left: 50%; }
  @supports (--css: variables) {
    .top-xxxxs\@md {
      top: var(--space-xxxxs); }
    .top-xxxs\@md {
      top: var(--space-xxxs); }
    .top-xxs\@md {
      top: var(--space-xxs); }
    .top-xs\@md {
      top: var(--space-xs); }
    .top-sm\@md {
      top: var(--space-sm); }
    .top-md\@md {
      top: var(--space-md); }
    .top-lg\@md {
      top: var(--space-lg); }
    .top-xl\@md {
      top: var(--space-xl); }
    .top-xxl\@md {
      top: var(--space-xxl); }
    .top-xxxl\@md {
      top: var(--space-xxxl); }
    .top-xxxxl\@md {
      top: var(--space-xxxxl); }
    .bottom-xxxxs\@md {
      bottom: var(--space-xxxxs); }
    .bottom-xxxs\@md {
      bottom: var(--space-xxxs); }
    .bottom-xxs\@md {
      bottom: var(--space-xxs); }
    .bottom-xs\@md {
      bottom: var(--space-xs); }
    .bottom-sm\@md {
      bottom: var(--space-sm); }
    .bottom-md\@md {
      bottom: var(--space-md); }
    .bottom-lg\@md {
      bottom: var(--space-lg); }
    .bottom-xl\@md {
      bottom: var(--space-xl); }
    .bottom-xxl\@md {
      bottom: var(--space-xxl); }
    .bottom-xxxl\@md {
      bottom: var(--space-xxxl); }
    .bottom-xxxxl\@md {
      bottom: var(--space-xxxxl); }
    .right-xxxxs\@md {
      right: var(--space-xxxxs); }
    .right-xxxs\@md {
      right: var(--space-xxxs); }
    .right-xxs\@md {
      right: var(--space-xxs); }
    .right-xs\@md {
      right: var(--space-xs); }
    .right-sm\@md {
      right: var(--space-sm); }
    .right-md\@md {
      right: var(--space-md); }
    .right-lg\@md {
      right: var(--space-lg); }
    .right-xl\@md {
      right: var(--space-xl); }
    .right-xxl\@md {
      right: var(--space-xxl); }
    .right-xxxl\@md {
      right: var(--space-xxxl); }
    .right-xxxxl\@md {
      right: var(--space-xxxxl); }
    .left-xxxxs\@md {
      left: var(--space-xxxxs); }
    .left-xxxs\@md {
      left: var(--space-xxxs); }
    .left-xxs\@md {
      left: var(--space-xxs); }
    .left-xs\@md {
      left: var(--space-xs); }
    .left-sm\@md {
      left: var(--space-sm); }
    .left-md\@md {
      left: var(--space-md); }
    .left-lg\@md {
      left: var(--space-lg); }
    .left-xl\@md {
      left: var(--space-xl); }
    .left-xxl\@md {
      left: var(--space-xxl); }
    .left-xxxl\@md {
      left: var(--space-xxxl); }
    .left-xxxxl\@md {
      left: var(--space-xxxxl); } }
  .overflow-hidden\@md {
    overflow: hidden; }
  .overflow-auto\@md {
    overflow: auto; }
  .momentum-scrolling\@md {
    -webkit-overflow-scrolling: touch; }
  .overscroll-contain\@md {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain; }
  .visible\@md {
    visibility: visible; }
  .invisible\@md {
    visibility: hidden; } }

@media not all and (min-width: 64rem) {
  .has-margin\@md {
    margin: 0 !important; }
  .has-padding\@md {
    padding: 0 !important; }
  .display\@md {
    display: none !important; } }

@media (min-width: 80rem) {
  .flex\@lg {
    display: flex; }
  .inline-flex\@lg {
    display: inline-flex; }
  .flex-wrap\@lg {
    flex-wrap: wrap; }
  .flex-column\@lg {
    flex-direction: column; }
  .flex-column-reverse\@lg {
    flex-direction: column-reverse; }
  .flex-row\@lg {
    flex-direction: row; }
  .flex-row-reverse\@lg {
    flex-direction: row-reverse; }
  .flex-center\@lg {
    justify-content: center;
    align-items: center; }
  .flex-grow\@lg {
    flex-grow: 1; }
  .flex-grow-0\@lg {
    flex-grow: 0; }
  .flex-shrink\@lg {
    flex-shrink: 1; }
  .flex-shrink-0\@lg {
    flex-shrink: 0; }
  .flex-basis-0\@lg {
    flex-basis: 0; }
  .justify-start\@lg {
    justify-content: flex-start; }
  .justify-end\@lg {
    justify-content: flex-end; }
  .justify-center\@lg {
    justify-content: center; }
  .justify-between\@lg {
    justify-content: space-between; }
  .items-center\@lg {
    align-items: center; }
  .items-start\@lg {
    align-items: flex-start; }
  .items-end\@lg {
    align-items: flex-end; }
  .items-baseline\@lg {
    align-items: baseline; }
  .order-1\@lg {
    order: 1; }
  .order-2\@lg {
    order: 2; }
  .order-3\@lg {
    order: 3; }
  .block\@lg {
    display: block; }
  .inline-block\@lg {
    display: inline-block; }
  .inline\@lg {
    display: inline; }
  .contents\@lg {
    display: contents; }
  .hide\@lg {
    display: none !important; }
  @supports (--css: variables) {
    .margin-xxxxs\@lg {
      margin: var(--space-xxxxs); }
    .margin-xxxs\@lg {
      margin: var(--space-xxxs); }
    .margin-xxs\@lg {
      margin: var(--space-xxs); }
    .margin-xs\@lg {
      margin: var(--space-xs); }
    .margin-sm\@lg {
      margin: var(--space-sm); }
    .margin-md\@lg {
      margin: var(--space-md); }
    .margin-lg\@lg {
      margin: var(--space-lg); }
    .margin-xl\@lg {
      margin: var(--space-xl); }
    .margin-xxl\@lg {
      margin: var(--space-xxl); }
    .margin-xxxl\@lg {
      margin: var(--space-xxxl); }
    .margin-xxxxl\@lg {
      margin: var(--space-xxxxl); }
    .margin-auto\@lg {
      margin: auto; }
    .margin-0\@lg {
      margin: 0; }
    .margin-top-xxxxs\@lg {
      margin-top: var(--space-xxxxs); }
    .margin-top-xxxs\@lg {
      margin-top: var(--space-xxxs); }
    .margin-top-xxs\@lg {
      margin-top: var(--space-xxs); }
    .margin-top-xs\@lg {
      margin-top: var(--space-xs); }
    .margin-top-sm\@lg {
      margin-top: var(--space-sm); }
    .margin-top-md\@lg {
      margin-top: var(--space-md); }
    .margin-top-lg\@lg {
      margin-top: var(--space-lg); }
    .margin-top-xl\@lg {
      margin-top: var(--space-xl); }
    .margin-top-xxl\@lg {
      margin-top: var(--space-xxl); }
    .margin-top-xxxl\@lg {
      margin-top: var(--space-xxxl); }
    .margin-top-xxxxl\@lg {
      margin-top: var(--space-xxxxl); }
    .margin-top-auto\@lg {
      margin-top: auto; }
    .margin-top-0\@lg {
      margin-top: 0; }
    .margin-bottom-xxxxs\@lg {
      margin-bottom: var(--space-xxxxs); }
    .margin-bottom-xxxs\@lg {
      margin-bottom: var(--space-xxxs); }
    .margin-bottom-xxs\@lg {
      margin-bottom: var(--space-xxs); }
    .margin-bottom-xs\@lg {
      margin-bottom: var(--space-xs); }
    .margin-bottom-sm\@lg {
      margin-bottom: var(--space-sm); }
    .margin-bottom-md\@lg {
      margin-bottom: var(--space-md); }
    .margin-bottom-lg\@lg {
      margin-bottom: var(--space-lg); }
    .margin-bottom-xl\@lg {
      margin-bottom: var(--space-xl); }
    .margin-bottom-xxl\@lg {
      margin-bottom: var(--space-xxl); }
    .margin-bottom-xxxl\@lg {
      margin-bottom: var(--space-xxxl); }
    .margin-bottom-xxxxl\@lg {
      margin-bottom: var(--space-xxxxl); }
    .margin-bottom-auto\@lg {
      margin-bottom: auto; }
    .margin-bottom-0\@lg {
      margin-bottom: 0; }
    .margin-right-xxxxs\@lg {
      margin-right: var(--space-xxxxs); }
    .margin-right-xxxs\@lg {
      margin-right: var(--space-xxxs); }
    .margin-right-xxs\@lg {
      margin-right: var(--space-xxs); }
    .margin-right-xs\@lg {
      margin-right: var(--space-xs); }
    .margin-right-sm\@lg {
      margin-right: var(--space-sm); }
    .margin-right-md\@lg {
      margin-right: var(--space-md); }
    .margin-right-lg\@lg {
      margin-right: var(--space-lg); }
    .margin-right-xl\@lg {
      margin-right: var(--space-xl); }
    .margin-right-xxl\@lg {
      margin-right: var(--space-xxl); }
    .margin-right-xxxl\@lg {
      margin-right: var(--space-xxxl); }
    .margin-right-xxxxl\@lg {
      margin-right: var(--space-xxxxl); }
    .margin-right-auto\@lg {
      margin-right: auto; }
    .margin-right-0\@lg {
      margin-right: 0; }
    .margin-left-xxxxs\@lg {
      margin-left: var(--space-xxxxs); }
    .margin-left-xxxs\@lg {
      margin-left: var(--space-xxxs); }
    .margin-left-xxs\@lg {
      margin-left: var(--space-xxs); }
    .margin-left-xs\@lg {
      margin-left: var(--space-xs); }
    .margin-left-sm\@lg {
      margin-left: var(--space-sm); }
    .margin-left-md\@lg {
      margin-left: var(--space-md); }
    .margin-left-lg\@lg {
      margin-left: var(--space-lg); }
    .margin-left-xl\@lg {
      margin-left: var(--space-xl); }
    .margin-left-xxl\@lg {
      margin-left: var(--space-xxl); }
    .margin-left-xxxl\@lg {
      margin-left: var(--space-xxxl); }
    .margin-left-xxxxl\@lg {
      margin-left: var(--space-xxxxl); }
    .margin-left-auto\@lg {
      margin-left: auto; }
    .margin-left-0\@lg {
      margin-left: 0; }
    .margin-x-xxxxs\@lg {
      margin-left: var(--space-xxxxs);
      margin-right: var(--space-xxxxs); }
    .margin-x-xxxs\@lg {
      margin-left: var(--space-xxxs);
      margin-right: var(--space-xxxs); }
    .margin-x-xxs\@lg {
      margin-left: var(--space-xxs);
      margin-right: var(--space-xxs); }
    .margin-x-xs\@lg {
      margin-left: var(--space-xs);
      margin-right: var(--space-xs); }
    .margin-x-sm\@lg {
      margin-left: var(--space-sm);
      margin-right: var(--space-sm); }
    .margin-x-md\@lg {
      margin-left: var(--space-md);
      margin-right: var(--space-md); }
    .margin-x-lg\@lg {
      margin-left: var(--space-lg);
      margin-right: var(--space-lg); }
    .margin-x-xl\@lg {
      margin-left: var(--space-xl);
      margin-right: var(--space-xl); }
    .margin-x-xxl\@lg {
      margin-left: var(--space-xxl);
      margin-right: var(--space-xxl); }
    .margin-x-xxxl\@lg {
      margin-left: var(--space-xxxl);
      margin-right: var(--space-xxxl); }
    .margin-x-xxxxl\@lg {
      margin-left: var(--space-xxxxl);
      margin-right: var(--space-xxxxl); }
    .margin-x-auto\@lg {
      margin-left: auto;
      margin-right: auto; }
    .margin-x-0\@lg {
      margin-left: 0;
      margin-right: 0; }
    .margin-y-xxxxs\@lg {
      margin-top: var(--space-xxxxs);
      margin-bottom: var(--space-xxxxs); }
    .margin-y-xxxs\@lg {
      margin-top: var(--space-xxxs);
      margin-bottom: var(--space-xxxs); }
    .margin-y-xxs\@lg {
      margin-top: var(--space-xxs);
      margin-bottom: var(--space-xxs); }
    .margin-y-xs\@lg {
      margin-top: var(--space-xs);
      margin-bottom: var(--space-xs); }
    .margin-y-sm\@lg {
      margin-top: var(--space-sm);
      margin-bottom: var(--space-sm); }
    .margin-y-md\@lg {
      margin-top: var(--space-md);
      margin-bottom: var(--space-md); }
    .margin-y-lg\@lg {
      margin-top: var(--space-lg);
      margin-bottom: var(--space-lg); }
    .margin-y-xl\@lg {
      margin-top: var(--space-xl);
      margin-bottom: var(--space-xl); }
    .margin-y-xxl\@lg {
      margin-top: var(--space-xxl);
      margin-bottom: var(--space-xxl); }
    .margin-y-xxxl\@lg {
      margin-top: var(--space-xxxl);
      margin-bottom: var(--space-xxxl); }
    .margin-y-xxxxl\@lg {
      margin-top: var(--space-xxxxl);
      margin-bottom: var(--space-xxxxl); }
    .margin-y-auto\@lg {
      margin-top: auto;
      margin-bottom: auto; }
    .margin-y-0\@lg {
      margin-top: 0;
      margin-bottom: 0; } }
  @supports (--css: variables) {
    .padding-xxxxs\@lg {
      padding: var(--space-xxxxs); }
    .padding-xxxs\@lg {
      padding: var(--space-xxxs); }
    .padding-xxs\@lg {
      padding: var(--space-xxs); }
    .padding-xs\@lg {
      padding: var(--space-xs); }
    .padding-sm\@lg {
      padding: var(--space-sm); }
    .padding-md\@lg {
      padding: var(--space-md); }
    .padding-lg\@lg {
      padding: var(--space-lg); }
    .padding-xl\@lg {
      padding: var(--space-xl); }
    .padding-xxl\@lg {
      padding: var(--space-xxl); }
    .padding-xxxl\@lg {
      padding: var(--space-xxxl); }
    .padding-xxxxl\@lg {
      padding: var(--space-xxxxl); }
    .padding-0\@lg {
      padding: 0; }
    .padding-component\@lg {
      padding: var(--component-padding); }
    .padding-top-xxxxs\@lg {
      padding-top: var(--space-xxxxs); }
    .padding-top-xxxs\@lg {
      padding-top: var(--space-xxxs); }
    .padding-top-xxs\@lg {
      padding-top: var(--space-xxs); }
    .padding-top-xs\@lg {
      padding-top: var(--space-xs); }
    .padding-top-sm\@lg {
      padding-top: var(--space-sm); }
    .padding-top-md\@lg {
      padding-top: var(--space-md); }
    .padding-top-lg\@lg {
      padding-top: var(--space-lg); }
    .padding-top-xl\@lg {
      padding-top: var(--space-xl); }
    .padding-top-xxl\@lg {
      padding-top: var(--space-xxl); }
    .padding-top-xxxl\@lg {
      padding-top: var(--space-xxxl); }
    .padding-top-xxxxl\@lg {
      padding-top: var(--space-xxxxl); }
    .padding-top-0\@lg {
      padding-top: 0; }
    .padding-top-component\@lg {
      padding-top: var(--component-padding); }
    .padding-bottom-xxxxs\@lg {
      padding-bottom: var(--space-xxxxs); }
    .padding-bottom-xxxs\@lg {
      padding-bottom: var(--space-xxxs); }
    .padding-bottom-xxs\@lg {
      padding-bottom: var(--space-xxs); }
    .padding-bottom-xs\@lg {
      padding-bottom: var(--space-xs); }
    .padding-bottom-sm\@lg {
      padding-bottom: var(--space-sm); }
    .padding-bottom-md\@lg {
      padding-bottom: var(--space-md); }
    .padding-bottom-lg\@lg {
      padding-bottom: var(--space-lg); }
    .padding-bottom-xl\@lg {
      padding-bottom: var(--space-xl); }
    .padding-bottom-xxl\@lg {
      padding-bottom: var(--space-xxl); }
    .padding-bottom-xxxl\@lg {
      padding-bottom: var(--space-xxxl); }
    .padding-bottom-xxxxl\@lg {
      padding-bottom: var(--space-xxxxl); }
    .padding-bottom-0\@lg {
      padding-bottom: 0; }
    .padding-bottom-component\@lg {
      padding-bottom: var(--component-padding); }
    .padding-right-xxxxs\@lg {
      padding-right: var(--space-xxxxs); }
    .padding-right-xxxs\@lg {
      padding-right: var(--space-xxxs); }
    .padding-right-xxs\@lg {
      padding-right: var(--space-xxs); }
    .padding-right-xs\@lg {
      padding-right: var(--space-xs); }
    .padding-right-sm\@lg {
      padding-right: var(--space-sm); }
    .padding-right-md\@lg {
      padding-right: var(--space-md); }
    .padding-right-lg\@lg {
      padding-right: var(--space-lg); }
    .padding-right-xl\@lg {
      padding-right: var(--space-xl); }
    .padding-right-xxl\@lg {
      padding-right: var(--space-xxl); }
    .padding-right-xxxl\@lg {
      padding-right: var(--space-xxxl); }
    .padding-right-xxxxl\@lg {
      padding-right: var(--space-xxxxl); }
    .padding-right-0\@lg {
      padding-right: 0; }
    .padding-right-component\@lg {
      padding-right: var(--component-padding); }
    .padding-left-xxxxs\@lg {
      padding-left: var(--space-xxxxs); }
    .padding-left-xxxs\@lg {
      padding-left: var(--space-xxxs); }
    .padding-left-xxs\@lg {
      padding-left: var(--space-xxs); }
    .padding-left-xs\@lg {
      padding-left: var(--space-xs); }
    .padding-left-sm\@lg {
      padding-left: var(--space-sm); }
    .padding-left-md\@lg {
      padding-left: var(--space-md); }
    .padding-left-lg\@lg {
      padding-left: var(--space-lg); }
    .padding-left-xl\@lg {
      padding-left: var(--space-xl); }
    .padding-left-xxl\@lg {
      padding-left: var(--space-xxl); }
    .padding-left-xxxl\@lg {
      padding-left: var(--space-xxxl); }
    .padding-left-xxxxl\@lg {
      padding-left: var(--space-xxxxl); }
    .padding-left-0\@lg {
      padding-left: 0; }
    .padding-left-component\@lg {
      padding-left: var(--component-padding); }
    .padding-x-xxxxs\@lg {
      padding-left: var(--space-xxxxs);
      padding-right: var(--space-xxxxs); }
    .padding-x-xxxs\@lg {
      padding-left: var(--space-xxxs);
      padding-right: var(--space-xxxs); }
    .padding-x-xxs\@lg {
      padding-left: var(--space-xxs);
      padding-right: var(--space-xxs); }
    .padding-x-xs\@lg {
      padding-left: var(--space-xs);
      padding-right: var(--space-xs); }
    .padding-x-sm\@lg {
      padding-left: var(--space-sm);
      padding-right: var(--space-sm); }
    .padding-x-md\@lg {
      padding-left: var(--space-md);
      padding-right: var(--space-md); }
    .padding-x-lg\@lg {
      padding-left: var(--space-lg);
      padding-right: var(--space-lg); }
    .padding-x-xl\@lg {
      padding-left: var(--space-xl);
      padding-right: var(--space-xl); }
    .padding-x-xxl\@lg {
      padding-left: var(--space-xxl);
      padding-right: var(--space-xxl); }
    .padding-x-xxxl\@lg {
      padding-left: var(--space-xxxl);
      padding-right: var(--space-xxxl); }
    .padding-x-xxxxl\@lg {
      padding-left: var(--space-xxxxl);
      padding-right: var(--space-xxxxl); }
    .padding-x-0\@lg {
      padding-left: 0;
      padding-right: 0; }
    .padding-x-component\@lg {
      padding-left: var(--component-padding);
      padding-right: var(--component-padding); }
    .padding-y-xxxxs\@lg {
      padding-top: var(--space-xxxxs);
      padding-bottom: var(--space-xxxxs); }
    .padding-y-xxxs\@lg {
      padding-top: var(--space-xxxs);
      padding-bottom: var(--space-xxxs); }
    .padding-y-xxs\@lg {
      padding-top: var(--space-xxs);
      padding-bottom: var(--space-xxs); }
    .padding-y-xs\@lg {
      padding-top: var(--space-xs);
      padding-bottom: var(--space-xs); }
    .padding-y-sm\@lg {
      padding-top: var(--space-sm);
      padding-bottom: var(--space-sm); }
    .padding-y-md\@lg {
      padding-top: var(--space-md);
      padding-bottom: var(--space-md); }
    .padding-y-lg\@lg {
      padding-top: var(--space-lg);
      padding-bottom: var(--space-lg); }
    .padding-y-xl\@lg {
      padding-top: var(--space-xl);
      padding-bottom: var(--space-xl); }
    .padding-y-xxl\@lg {
      padding-top: var(--space-xxl);
      padding-bottom: var(--space-xxl); }
    .padding-y-xxxl\@lg {
      padding-top: var(--space-xxxl);
      padding-bottom: var(--space-xxxl); }
    .padding-y-xxxxl\@lg {
      padding-top: var(--space-xxxxl);
      padding-bottom: var(--space-xxxxl); }
    .padding-y-0\@lg {
      padding-top: 0;
      padding-bottom: 0; }
    .padding-y-component\@lg {
      padding-top: var(--component-padding);
      padding-bottom: var(--component-padding); } }
  .text-center\@lg {
    text-align: center; }
  .text-left\@lg {
    text-align: left; }
  .text-right\@lg {
    text-align: right; }
  .text-justify\@lg {
    text-align: justify; }
  @supports (--css: variables) {
    .text-xs\@lg {
      font-size: var(--text-xs, 0.694em); }
    .text-sm\@lg {
      font-size: var(--text-sm, 0.833em); }
    .text-base\@lg {
      font-size: var(--text-unit, 1em); }
    .text-md\@lg {
      font-size: var(--text-md, 1.2em); }
    .text-lg\@lg {
      font-size: var(--text-lg, 1.44em); }
    .text-xl\@lg {
      font-size: var(--text-xl, 1.728em); }
    .text-xxl\@lg {
      font-size: var(--text-xxl, 2.074em); }
    .text-xxxl\@lg {
      font-size: var(--text-xxxl, 2.488em); }
    .text-xxxxl\@lg {
      font-size: var(--text-xxxxl, 2.985em); } }
  @supports (--css: variables) {
    .width-xxxxs\@lg {
      width: var(--size-xxxxs, 0.25rem); }
    .width-xxxs\@lg {
      width: var(--size-xxxs, 0.5rem); }
    .width-xxs\@lg {
      width: var(--size-xxs, 0.75rem); }
    .width-xs\@lg {
      width: var(--size-xs, 1rem); }
    .width-sm\@lg {
      width: var(--size-sm, 1.5rem); }
    .width-md\@lg {
      width: var(--size-md, 2rem); }
    .width-lg\@lg {
      width: var(--size-lg, 3rem); }
    .width-xl\@lg {
      width: var(--size-xl, 4rem); }
    .width-xxl\@lg {
      width: var(--size-xxl, 6rem); }
    .width-xxxl\@lg {
      width: var(--size-xxxl, 8rem); }
    .width-xxxxl\@lg {
      width: var(--size-xxxxl, 16rem); } }
  .width-0\@lg {
    width: 0; }
  .width-10\%\@lg {
    width: 10%; }
  .width-20\%\@lg {
    width: 20%; }
  .width-25\%\@lg {
    width: 25%; }
  .width-30\%\@lg {
    width: 30%; }
  .width-33\%\@lg {
    width: 33.33333%; }
  .width-40\%\@lg {
    width: 40%; }
  .width-50\%\@lg {
    width: 50%; }
  .width-60\%\@lg {
    width: 60%; }
  .width-66\%\@lg {
    width: 66.66667%; }
  .width-70\%\@lg {
    width: 70%; }
  .width-75\%\@lg {
    width: 75%; }
  .width-80\%\@lg {
    width: 80%; }
  .width-90\%\@lg {
    width: 90%; }
  .width-100\%\@lg {
    width: 100%; }
  .width-100vw\@lg {
    width: 100vw; }
  .width-auto\@lg {
    width: auto; }
  @supports (--css: variables) {
    .height-xxxxs\@lg {
      height: var(--size-xxxxs, 0.25rem); }
    .height-xxxs\@lg {
      height: var(--size-xxxs, 0.5rem); }
    .height-xxs\@lg {
      height: var(--size-xxs, 0.75rem); }
    .height-xs\@lg {
      height: var(--size-xs, 1rem); }
    .height-sm\@lg {
      height: var(--size-sm, 1.5rem); }
    .height-md\@lg {
      height: var(--size-md, 2rem); }
    .height-lg\@lg {
      height: var(--size-lg, 3rem); }
    .height-xl\@lg {
      height: var(--size-xl, 4rem); }
    .height-xxl\@lg {
      height: var(--size-xxl, 6rem); }
    .height-xxxl\@lg {
      height: var(--size-xxxl, 8rem); }
    .height-xxxxl\@lg {
      height: var(--size-xxxxl, 16rem); } }
  .height-0\@lg {
    height: 0; }
  .height-10\%\@lg {
    height: 10%; }
  .height-20\%\@lg {
    height: 20%; }
  .height-25\%\@lg {
    height: 25%; }
  .height-30\%\@lg {
    height: 30%; }
  .height-33\%\@lg {
    height: 33.33333%; }
  .height-40\%\@lg {
    height: 40%; }
  .height-50\%\@lg {
    height: 50%; }
  .height-60\%\@lg {
    height: 60%; }
  .height-66\%\@lg {
    height: 66.66667%; }
  .height-70\%\@lg {
    height: 70%; }
  .height-75\%\@lg {
    height: 75%; }
  .height-80\%\@lg {
    height: 80%; }
  .height-90\%\@lg {
    height: 90%; }
  .height-100\%\@lg {
    height: 100%; }
  .height-100vh\@lg {
    height: 100vh; }
  .height-auto\@lg {
    height: auto; }
  .position-relative\@lg {
    position: relative; }
  .position-absolute\@lg {
    position: absolute; }
  .position-fixed\@lg {
    position: fixed; }
  .position-sticky\@lg {
    position: -webkit-sticky;
    position: sticky; }
  .position-static\@lg {
    position: static; }
  .inset-0\@lg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .top-0\@lg {
    top: 0; }
  .top-50\%\@lg {
    top: 50%; }
  .bottom-0\@lg {
    bottom: 0; }
  .bottom-50\%\@lg {
    bottom: 50%; }
  .right-0\@lg {
    right: 0; }
  .right-50\%\@lg {
    right: 50%; }
  .left-0\@lg {
    left: 0; }
  .left-50\%\@lg {
    left: 50%; }
  @supports (--css: variables) {
    .top-xxxxs\@lg {
      top: var(--space-xxxxs); }
    .top-xxxs\@lg {
      top: var(--space-xxxs); }
    .top-xxs\@lg {
      top: var(--space-xxs); }
    .top-xs\@lg {
      top: var(--space-xs); }
    .top-sm\@lg {
      top: var(--space-sm); }
    .top-md\@lg {
      top: var(--space-md); }
    .top-lg\@lg {
      top: var(--space-lg); }
    .top-xl\@lg {
      top: var(--space-xl); }
    .top-xxl\@lg {
      top: var(--space-xxl); }
    .top-xxxl\@lg {
      top: var(--space-xxxl); }
    .top-xxxxl\@lg {
      top: var(--space-xxxxl); }
    .bottom-xxxxs\@lg {
      bottom: var(--space-xxxxs); }
    .bottom-xxxs\@lg {
      bottom: var(--space-xxxs); }
    .bottom-xxs\@lg {
      bottom: var(--space-xxs); }
    .bottom-xs\@lg {
      bottom: var(--space-xs); }
    .bottom-sm\@lg {
      bottom: var(--space-sm); }
    .bottom-md\@lg {
      bottom: var(--space-md); }
    .bottom-lg\@lg {
      bottom: var(--space-lg); }
    .bottom-xl\@lg {
      bottom: var(--space-xl); }
    .bottom-xxl\@lg {
      bottom: var(--space-xxl); }
    .bottom-xxxl\@lg {
      bottom: var(--space-xxxl); }
    .bottom-xxxxl\@lg {
      bottom: var(--space-xxxxl); }
    .right-xxxxs\@lg {
      right: var(--space-xxxxs); }
    .right-xxxs\@lg {
      right: var(--space-xxxs); }
    .right-xxs\@lg {
      right: var(--space-xxs); }
    .right-xs\@lg {
      right: var(--space-xs); }
    .right-sm\@lg {
      right: var(--space-sm); }
    .right-md\@lg {
      right: var(--space-md); }
    .right-lg\@lg {
      right: var(--space-lg); }
    .right-xl\@lg {
      right: var(--space-xl); }
    .right-xxl\@lg {
      right: var(--space-xxl); }
    .right-xxxl\@lg {
      right: var(--space-xxxl); }
    .right-xxxxl\@lg {
      right: var(--space-xxxxl); }
    .left-xxxxs\@lg {
      left: var(--space-xxxxs); }
    .left-xxxs\@lg {
      left: var(--space-xxxs); }
    .left-xxs\@lg {
      left: var(--space-xxs); }
    .left-xs\@lg {
      left: var(--space-xs); }
    .left-sm\@lg {
      left: var(--space-sm); }
    .left-md\@lg {
      left: var(--space-md); }
    .left-lg\@lg {
      left: var(--space-lg); }
    .left-xl\@lg {
      left: var(--space-xl); }
    .left-xxl\@lg {
      left: var(--space-xxl); }
    .left-xxxl\@lg {
      left: var(--space-xxxl); }
    .left-xxxxl\@lg {
      left: var(--space-xxxxl); } }
  .overflow-hidden\@lg {
    overflow: hidden; }
  .overflow-auto\@lg {
    overflow: auto; }
  .momentum-scrolling\@lg {
    -webkit-overflow-scrolling: touch; }
  .overscroll-contain\@lg {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain; }
  .visible\@lg {
    visibility: visible; }
  .invisible\@lg {
    visibility: hidden; } }

@media not all and (min-width: 80rem) {
  .has-margin\@lg {
    margin: 0 !important; }
  .has-padding\@lg {
    padding: 0 !important; }
  .display\@lg {
    display: none !important; } }

@media (min-width: 90rem) {
  .flex\@xl {
    display: flex; }
  .inline-flex\@xl {
    display: inline-flex; }
  .flex-wrap\@xl {
    flex-wrap: wrap; }
  .flex-column\@xl {
    flex-direction: column; }
  .flex-column-reverse\@xl {
    flex-direction: column-reverse; }
  .flex-row\@xl {
    flex-direction: row; }
  .flex-row-reverse\@xl {
    flex-direction: row-reverse; }
  .flex-center\@xl {
    justify-content: center;
    align-items: center; }
  .flex-grow\@xl {
    flex-grow: 1; }
  .flex-grow-0\@xl {
    flex-grow: 0; }
  .flex-shrink\@xl {
    flex-shrink: 1; }
  .flex-shrink-0\@xl {
    flex-shrink: 0; }
  .flex-basis-0\@xl {
    flex-basis: 0; }
  .justify-start\@xl {
    justify-content: flex-start; }
  .justify-end\@xl {
    justify-content: flex-end; }
  .justify-center\@xl {
    justify-content: center; }
  .justify-between\@xl {
    justify-content: space-between; }
  .items-center\@xl {
    align-items: center; }
  .items-start\@xl {
    align-items: flex-start; }
  .items-end\@xl {
    align-items: flex-end; }
  .items-baseline\@xl {
    align-items: baseline; }
  .order-1\@xl {
    order: 1; }
  .order-2\@xl {
    order: 2; }
  .order-3\@xl {
    order: 3; }
  .block\@xl {
    display: block; }
  .inline-block\@xl {
    display: inline-block; }
  .inline\@xl {
    display: inline; }
  .contents\@xl {
    display: contents; }
  .hide\@xl {
    display: none !important; }
  @supports (--css: variables) {
    .margin-xxxxs\@xl {
      margin: var(--space-xxxxs); }
    .margin-xxxs\@xl {
      margin: var(--space-xxxs); }
    .margin-xxs\@xl {
      margin: var(--space-xxs); }
    .margin-xs\@xl {
      margin: var(--space-xs); }
    .margin-sm\@xl {
      margin: var(--space-sm); }
    .margin-md\@xl {
      margin: var(--space-md); }
    .margin-lg\@xl {
      margin: var(--space-lg); }
    .margin-xl\@xl {
      margin: var(--space-xl); }
    .margin-xxl\@xl {
      margin: var(--space-xxl); }
    .margin-xxxl\@xl {
      margin: var(--space-xxxl); }
    .margin-xxxxl\@xl {
      margin: var(--space-xxxxl); }
    .margin-auto\@xl {
      margin: auto; }
    .margin-0\@xl {
      margin: 0; }
    .margin-top-xxxxs\@xl {
      margin-top: var(--space-xxxxs); }
    .margin-top-xxxs\@xl {
      margin-top: var(--space-xxxs); }
    .margin-top-xxs\@xl {
      margin-top: var(--space-xxs); }
    .margin-top-xs\@xl {
      margin-top: var(--space-xs); }
    .margin-top-sm\@xl {
      margin-top: var(--space-sm); }
    .margin-top-md\@xl {
      margin-top: var(--space-md); }
    .margin-top-lg\@xl {
      margin-top: var(--space-lg); }
    .margin-top-xl\@xl {
      margin-top: var(--space-xl); }
    .margin-top-xxl\@xl {
      margin-top: var(--space-xxl); }
    .margin-top-xxxl\@xl {
      margin-top: var(--space-xxxl); }
    .margin-top-xxxxl\@xl {
      margin-top: var(--space-xxxxl); }
    .margin-top-auto\@xl {
      margin-top: auto; }
    .margin-top-0\@xl {
      margin-top: 0; }
    .margin-bottom-xxxxs\@xl {
      margin-bottom: var(--space-xxxxs); }
    .margin-bottom-xxxs\@xl {
      margin-bottom: var(--space-xxxs); }
    .margin-bottom-xxs\@xl {
      margin-bottom: var(--space-xxs); }
    .margin-bottom-xs\@xl {
      margin-bottom: var(--space-xs); }
    .margin-bottom-sm\@xl {
      margin-bottom: var(--space-sm); }
    .margin-bottom-md\@xl {
      margin-bottom: var(--space-md); }
    .margin-bottom-lg\@xl {
      margin-bottom: var(--space-lg); }
    .margin-bottom-xl\@xl {
      margin-bottom: var(--space-xl); }
    .margin-bottom-xxl\@xl {
      margin-bottom: var(--space-xxl); }
    .margin-bottom-xxxl\@xl {
      margin-bottom: var(--space-xxxl); }
    .margin-bottom-xxxxl\@xl {
      margin-bottom: var(--space-xxxxl); }
    .margin-bottom-auto\@xl {
      margin-bottom: auto; }
    .margin-bottom-0\@xl {
      margin-bottom: 0; }
    .margin-right-xxxxs\@xl {
      margin-right: var(--space-xxxxs); }
    .margin-right-xxxs\@xl {
      margin-right: var(--space-xxxs); }
    .margin-right-xxs\@xl {
      margin-right: var(--space-xxs); }
    .margin-right-xs\@xl {
      margin-right: var(--space-xs); }
    .margin-right-sm\@xl {
      margin-right: var(--space-sm); }
    .margin-right-md\@xl {
      margin-right: var(--space-md); }
    .margin-right-lg\@xl {
      margin-right: var(--space-lg); }
    .margin-right-xl\@xl {
      margin-right: var(--space-xl); }
    .margin-right-xxl\@xl {
      margin-right: var(--space-xxl); }
    .margin-right-xxxl\@xl {
      margin-right: var(--space-xxxl); }
    .margin-right-xxxxl\@xl {
      margin-right: var(--space-xxxxl); }
    .margin-right-auto\@xl {
      margin-right: auto; }
    .margin-right-0\@xl {
      margin-right: 0; }
    .margin-left-xxxxs\@xl {
      margin-left: var(--space-xxxxs); }
    .margin-left-xxxs\@xl {
      margin-left: var(--space-xxxs); }
    .margin-left-xxs\@xl {
      margin-left: var(--space-xxs); }
    .margin-left-xs\@xl {
      margin-left: var(--space-xs); }
    .margin-left-sm\@xl {
      margin-left: var(--space-sm); }
    .margin-left-md\@xl {
      margin-left: var(--space-md); }
    .margin-left-lg\@xl {
      margin-left: var(--space-lg); }
    .margin-left-xl\@xl {
      margin-left: var(--space-xl); }
    .margin-left-xxl\@xl {
      margin-left: var(--space-xxl); }
    .margin-left-xxxl\@xl {
      margin-left: var(--space-xxxl); }
    .margin-left-xxxxl\@xl {
      margin-left: var(--space-xxxxl); }
    .margin-left-auto\@xl {
      margin-left: auto; }
    .margin-left-0\@xl {
      margin-left: 0; }
    .margin-x-xxxxs\@xl {
      margin-left: var(--space-xxxxs);
      margin-right: var(--space-xxxxs); }
    .margin-x-xxxs\@xl {
      margin-left: var(--space-xxxs);
      margin-right: var(--space-xxxs); }
    .margin-x-xxs\@xl {
      margin-left: var(--space-xxs);
      margin-right: var(--space-xxs); }
    .margin-x-xs\@xl {
      margin-left: var(--space-xs);
      margin-right: var(--space-xs); }
    .margin-x-sm\@xl {
      margin-left: var(--space-sm);
      margin-right: var(--space-sm); }
    .margin-x-md\@xl {
      margin-left: var(--space-md);
      margin-right: var(--space-md); }
    .margin-x-lg\@xl {
      margin-left: var(--space-lg);
      margin-right: var(--space-lg); }
    .margin-x-xl\@xl {
      margin-left: var(--space-xl);
      margin-right: var(--space-xl); }
    .margin-x-xxl\@xl {
      margin-left: var(--space-xxl);
      margin-right: var(--space-xxl); }
    .margin-x-xxxl\@xl {
      margin-left: var(--space-xxxl);
      margin-right: var(--space-xxxl); }
    .margin-x-xxxxl\@xl {
      margin-left: var(--space-xxxxl);
      margin-right: var(--space-xxxxl); }
    .margin-x-auto\@xl {
      margin-left: auto;
      margin-right: auto; }
    .margin-x-0\@xl {
      margin-left: 0;
      margin-right: 0; }
    .margin-y-xxxxs\@xl {
      margin-top: var(--space-xxxxs);
      margin-bottom: var(--space-xxxxs); }
    .margin-y-xxxs\@xl {
      margin-top: var(--space-xxxs);
      margin-bottom: var(--space-xxxs); }
    .margin-y-xxs\@xl {
      margin-top: var(--space-xxs);
      margin-bottom: var(--space-xxs); }
    .margin-y-xs\@xl {
      margin-top: var(--space-xs);
      margin-bottom: var(--space-xs); }
    .margin-y-sm\@xl {
      margin-top: var(--space-sm);
      margin-bottom: var(--space-sm); }
    .margin-y-md\@xl {
      margin-top: var(--space-md);
      margin-bottom: var(--space-md); }
    .margin-y-lg\@xl {
      margin-top: var(--space-lg);
      margin-bottom: var(--space-lg); }
    .margin-y-xl\@xl {
      margin-top: var(--space-xl);
      margin-bottom: var(--space-xl); }
    .margin-y-xxl\@xl {
      margin-top: var(--space-xxl);
      margin-bottom: var(--space-xxl); }
    .margin-y-xxxl\@xl {
      margin-top: var(--space-xxxl);
      margin-bottom: var(--space-xxxl); }
    .margin-y-xxxxl\@xl {
      margin-top: var(--space-xxxxl);
      margin-bottom: var(--space-xxxxl); }
    .margin-y-auto\@xl {
      margin-top: auto;
      margin-bottom: auto; }
    .margin-y-0\@xl {
      margin-top: 0;
      margin-bottom: 0; } }
  @supports (--css: variables) {
    .padding-xxxxs\@xl {
      padding: var(--space-xxxxs); }
    .padding-xxxs\@xl {
      padding: var(--space-xxxs); }
    .padding-xxs\@xl {
      padding: var(--space-xxs); }
    .padding-xs\@xl {
      padding: var(--space-xs); }
    .padding-sm\@xl {
      padding: var(--space-sm); }
    .padding-md\@xl {
      padding: var(--space-md); }
    .padding-lg\@xl {
      padding: var(--space-lg); }
    .padding-xl\@xl {
      padding: var(--space-xl); }
    .padding-xxl\@xl {
      padding: var(--space-xxl); }
    .padding-xxxl\@xl {
      padding: var(--space-xxxl); }
    .padding-xxxxl\@xl {
      padding: var(--space-xxxxl); }
    .padding-0\@xl {
      padding: 0; }
    .padding-component\@xl {
      padding: var(--component-padding); }
    .padding-top-xxxxs\@xl {
      padding-top: var(--space-xxxxs); }
    .padding-top-xxxs\@xl {
      padding-top: var(--space-xxxs); }
    .padding-top-xxs\@xl {
      padding-top: var(--space-xxs); }
    .padding-top-xs\@xl {
      padding-top: var(--space-xs); }
    .padding-top-sm\@xl {
      padding-top: var(--space-sm); }
    .padding-top-md\@xl {
      padding-top: var(--space-md); }
    .padding-top-lg\@xl {
      padding-top: var(--space-lg); }
    .padding-top-xl\@xl {
      padding-top: var(--space-xl); }
    .padding-top-xxl\@xl {
      padding-top: var(--space-xxl); }
    .padding-top-xxxl\@xl {
      padding-top: var(--space-xxxl); }
    .padding-top-xxxxl\@xl {
      padding-top: var(--space-xxxxl); }
    .padding-top-0\@xl {
      padding-top: 0; }
    .padding-top-component\@xl {
      padding-top: var(--component-padding); }
    .padding-bottom-xxxxs\@xl {
      padding-bottom: var(--space-xxxxs); }
    .padding-bottom-xxxs\@xl {
      padding-bottom: var(--space-xxxs); }
    .padding-bottom-xxs\@xl {
      padding-bottom: var(--space-xxs); }
    .padding-bottom-xs\@xl {
      padding-bottom: var(--space-xs); }
    .padding-bottom-sm\@xl {
      padding-bottom: var(--space-sm); }
    .padding-bottom-md\@xl {
      padding-bottom: var(--space-md); }
    .padding-bottom-lg\@xl {
      padding-bottom: var(--space-lg); }
    .padding-bottom-xl\@xl {
      padding-bottom: var(--space-xl); }
    .padding-bottom-xxl\@xl {
      padding-bottom: var(--space-xxl); }
    .padding-bottom-xxxl\@xl {
      padding-bottom: var(--space-xxxl); }
    .padding-bottom-xxxxl\@xl {
      padding-bottom: var(--space-xxxxl); }
    .padding-bottom-0\@xl {
      padding-bottom: 0; }
    .padding-bottom-component\@xl {
      padding-bottom: var(--component-padding); }
    .padding-right-xxxxs\@xl {
      padding-right: var(--space-xxxxs); }
    .padding-right-xxxs\@xl {
      padding-right: var(--space-xxxs); }
    .padding-right-xxs\@xl {
      padding-right: var(--space-xxs); }
    .padding-right-xs\@xl {
      padding-right: var(--space-xs); }
    .padding-right-sm\@xl {
      padding-right: var(--space-sm); }
    .padding-right-md\@xl {
      padding-right: var(--space-md); }
    .padding-right-lg\@xl {
      padding-right: var(--space-lg); }
    .padding-right-xl\@xl {
      padding-right: var(--space-xl); }
    .padding-right-xxl\@xl {
      padding-right: var(--space-xxl); }
    .padding-right-xxxl\@xl {
      padding-right: var(--space-xxxl); }
    .padding-right-xxxxl\@xl {
      padding-right: var(--space-xxxxl); }
    .padding-right-0\@xl {
      padding-right: 0; }
    .padding-right-component\@xl {
      padding-right: var(--component-padding); }
    .padding-left-xxxxs\@xl {
      padding-left: var(--space-xxxxs); }
    .padding-left-xxxs\@xl {
      padding-left: var(--space-xxxs); }
    .padding-left-xxs\@xl {
      padding-left: var(--space-xxs); }
    .padding-left-xs\@xl {
      padding-left: var(--space-xs); }
    .padding-left-sm\@xl {
      padding-left: var(--space-sm); }
    .padding-left-md\@xl {
      padding-left: var(--space-md); }
    .padding-left-lg\@xl {
      padding-left: var(--space-lg); }
    .padding-left-xl\@xl {
      padding-left: var(--space-xl); }
    .padding-left-xxl\@xl {
      padding-left: var(--space-xxl); }
    .padding-left-xxxl\@xl {
      padding-left: var(--space-xxxl); }
    .padding-left-xxxxl\@xl {
      padding-left: var(--space-xxxxl); }
    .padding-left-0\@xl {
      padding-left: 0; }
    .padding-left-component\@xl {
      padding-left: var(--component-padding); }
    .padding-x-xxxxs\@xl {
      padding-left: var(--space-xxxxs);
      padding-right: var(--space-xxxxs); }
    .padding-x-xxxs\@xl {
      padding-left: var(--space-xxxs);
      padding-right: var(--space-xxxs); }
    .padding-x-xxs\@xl {
      padding-left: var(--space-xxs);
      padding-right: var(--space-xxs); }
    .padding-x-xs\@xl {
      padding-left: var(--space-xs);
      padding-right: var(--space-xs); }
    .padding-x-sm\@xl {
      padding-left: var(--space-sm);
      padding-right: var(--space-sm); }
    .padding-x-md\@xl {
      padding-left: var(--space-md);
      padding-right: var(--space-md); }
    .padding-x-lg\@xl {
      padding-left: var(--space-lg);
      padding-right: var(--space-lg); }
    .padding-x-xl\@xl {
      padding-left: var(--space-xl);
      padding-right: var(--space-xl); }
    .padding-x-xxl\@xl {
      padding-left: var(--space-xxl);
      padding-right: var(--space-xxl); }
    .padding-x-xxxl\@xl {
      padding-left: var(--space-xxxl);
      padding-right: var(--space-xxxl); }
    .padding-x-xxxxl\@xl {
      padding-left: var(--space-xxxxl);
      padding-right: var(--space-xxxxl); }
    .padding-x-0\@xl {
      padding-left: 0;
      padding-right: 0; }
    .padding-x-component\@xl {
      padding-left: var(--component-padding);
      padding-right: var(--component-padding); }
    .padding-y-xxxxs\@xl {
      padding-top: var(--space-xxxxs);
      padding-bottom: var(--space-xxxxs); }
    .padding-y-xxxs\@xl {
      padding-top: var(--space-xxxs);
      padding-bottom: var(--space-xxxs); }
    .padding-y-xxs\@xl {
      padding-top: var(--space-xxs);
      padding-bottom: var(--space-xxs); }
    .padding-y-xs\@xl {
      padding-top: var(--space-xs);
      padding-bottom: var(--space-xs); }
    .padding-y-sm\@xl {
      padding-top: var(--space-sm);
      padding-bottom: var(--space-sm); }
    .padding-y-md\@xl {
      padding-top: var(--space-md);
      padding-bottom: var(--space-md); }
    .padding-y-lg\@xl {
      padding-top: var(--space-lg);
      padding-bottom: var(--space-lg); }
    .padding-y-xl\@xl {
      padding-top: var(--space-xl);
      padding-bottom: var(--space-xl); }
    .padding-y-xxl\@xl {
      padding-top: var(--space-xxl);
      padding-bottom: var(--space-xxl); }
    .padding-y-xxxl\@xl {
      padding-top: var(--space-xxxl);
      padding-bottom: var(--space-xxxl); }
    .padding-y-xxxxl\@xl {
      padding-top: var(--space-xxxxl);
      padding-bottom: var(--space-xxxxl); }
    .padding-y-0\@xl {
      padding-top: 0;
      padding-bottom: 0; }
    .padding-y-component\@xl {
      padding-top: var(--component-padding);
      padding-bottom: var(--component-padding); } }
  .text-center\@xl {
    text-align: center; }
  .text-left\@xl {
    text-align: left; }
  .text-right\@xl {
    text-align: right; }
  .text-justify\@xl {
    text-align: justify; }
  @supports (--css: variables) {
    .text-xs\@xl {
      font-size: var(--text-xs, 0.694em); }
    .text-sm\@xl {
      font-size: var(--text-sm, 0.833em); }
    .text-base\@xl {
      font-size: var(--text-unit, 1em); }
    .text-md\@xl {
      font-size: var(--text-md, 1.2em); }
    .text-lg\@xl {
      font-size: var(--text-lg, 1.44em); }
    .text-xl\@xl {
      font-size: var(--text-xl, 1.728em); }
    .text-xxl\@xl {
      font-size: var(--text-xxl, 2.074em); }
    .text-xxxl\@xl {
      font-size: var(--text-xxxl, 2.488em); }
    .text-xxxxl\@xl {
      font-size: var(--text-xxxxl, 2.985em); } }
  @supports (--css: variables) {
    .width-xxxxs\@xl {
      width: var(--size-xxxxs, 0.25rem); }
    .width-xxxs\@xl {
      width: var(--size-xxxs, 0.5rem); }
    .width-xxs\@xl {
      width: var(--size-xxs, 0.75rem); }
    .width-xs\@xl {
      width: var(--size-xs, 1rem); }
    .width-sm\@xl {
      width: var(--size-sm, 1.5rem); }
    .width-md\@xl {
      width: var(--size-md, 2rem); }
    .width-lg\@xl {
      width: var(--size-lg, 3rem); }
    .width-xl\@xl {
      width: var(--size-xl, 4rem); }
    .width-xxl\@xl {
      width: var(--size-xxl, 6rem); }
    .width-xxxl\@xl {
      width: var(--size-xxxl, 8rem); }
    .width-xxxxl\@xl {
      width: var(--size-xxxxl, 16rem); } }
  .width-0\@xl {
    width: 0; }
  .width-10\%\@xl {
    width: 10%; }
  .width-20\%\@xl {
    width: 20%; }
  .width-25\%\@xl {
    width: 25%; }
  .width-30\%\@xl {
    width: 30%; }
  .width-33\%\@xl {
    width: 33.33333%; }
  .width-40\%\@xl {
    width: 40%; }
  .width-50\%\@xl {
    width: 50%; }
  .width-60\%\@xl {
    width: 60%; }
  .width-66\%\@xl {
    width: 66.66667%; }
  .width-70\%\@xl {
    width: 70%; }
  .width-75\%\@xl {
    width: 75%; }
  .width-80\%\@xl {
    width: 80%; }
  .width-90\%\@xl {
    width: 90%; }
  .width-100\%\@xl {
    width: 100%; }
  .width-100vw\@xl {
    width: 100vw; }
  .width-auto\@xl {
    width: auto; }
  @supports (--css: variables) {
    .height-xxxxs\@xl {
      height: var(--size-xxxxs, 0.25rem); }
    .height-xxxs\@xl {
      height: var(--size-xxxs, 0.5rem); }
    .height-xxs\@xl {
      height: var(--size-xxs, 0.75rem); }
    .height-xs\@xl {
      height: var(--size-xs, 1rem); }
    .height-sm\@xl {
      height: var(--size-sm, 1.5rem); }
    .height-md\@xl {
      height: var(--size-md, 2rem); }
    .height-lg\@xl {
      height: var(--size-lg, 3rem); }
    .height-xl\@xl {
      height: var(--size-xl, 4rem); }
    .height-xxl\@xl {
      height: var(--size-xxl, 6rem); }
    .height-xxxl\@xl {
      height: var(--size-xxxl, 8rem); }
    .height-xxxxl\@xl {
      height: var(--size-xxxxl, 16rem); } }
  .height-0\@xl {
    height: 0; }
  .height-10\%\@xl {
    height: 10%; }
  .height-20\%\@xl {
    height: 20%; }
  .height-25\%\@xl {
    height: 25%; }
  .height-30\%\@xl {
    height: 30%; }
  .height-33\%\@xl {
    height: 33.33333%; }
  .height-40\%\@xl {
    height: 40%; }
  .height-50\%\@xl {
    height: 50%; }
  .height-60\%\@xl {
    height: 60%; }
  .height-66\%\@xl {
    height: 66.66667%; }
  .height-70\%\@xl {
    height: 70%; }
  .height-75\%\@xl {
    height: 75%; }
  .height-80\%\@xl {
    height: 80%; }
  .height-90\%\@xl {
    height: 90%; }
  .height-100\%\@xl {
    height: 100%; }
  .height-100vh\@xl {
    height: 100vh; }
  .height-auto\@xl {
    height: auto; }
  .position-relative\@xl {
    position: relative; }
  .position-absolute\@xl {
    position: absolute; }
  .position-fixed\@xl {
    position: fixed; }
  .position-sticky\@xl {
    position: -webkit-sticky;
    position: sticky; }
  .position-static\@xl {
    position: static; }
  .inset-0\@xl {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .top-0\@xl {
    top: 0; }
  .top-50\%\@xl {
    top: 50%; }
  .bottom-0\@xl {
    bottom: 0; }
  .bottom-50\%\@xl {
    bottom: 50%; }
  .right-0\@xl {
    right: 0; }
  .right-50\%\@xl {
    right: 50%; }
  .left-0\@xl {
    left: 0; }
  .left-50\%\@xl {
    left: 50%; }
  @supports (--css: variables) {
    .top-xxxxs\@xl {
      top: var(--space-xxxxs); }
    .top-xxxs\@xl {
      top: var(--space-xxxs); }
    .top-xxs\@xl {
      top: var(--space-xxs); }
    .top-xs\@xl {
      top: var(--space-xs); }
    .top-sm\@xl {
      top: var(--space-sm); }
    .top-md\@xl {
      top: var(--space-md); }
    .top-lg\@xl {
      top: var(--space-lg); }
    .top-xl\@xl {
      top: var(--space-xl); }
    .top-xxl\@xl {
      top: var(--space-xxl); }
    .top-xxxl\@xl {
      top: var(--space-xxxl); }
    .top-xxxxl\@xl {
      top: var(--space-xxxxl); }
    .bottom-xxxxs\@xl {
      bottom: var(--space-xxxxs); }
    .bottom-xxxs\@xl {
      bottom: var(--space-xxxs); }
    .bottom-xxs\@xl {
      bottom: var(--space-xxs); }
    .bottom-xs\@xl {
      bottom: var(--space-xs); }
    .bottom-sm\@xl {
      bottom: var(--space-sm); }
    .bottom-md\@xl {
      bottom: var(--space-md); }
    .bottom-lg\@xl {
      bottom: var(--space-lg); }
    .bottom-xl\@xl {
      bottom: var(--space-xl); }
    .bottom-xxl\@xl {
      bottom: var(--space-xxl); }
    .bottom-xxxl\@xl {
      bottom: var(--space-xxxl); }
    .bottom-xxxxl\@xl {
      bottom: var(--space-xxxxl); }
    .right-xxxxs\@xl {
      right: var(--space-xxxxs); }
    .right-xxxs\@xl {
      right: var(--space-xxxs); }
    .right-xxs\@xl {
      right: var(--space-xxs); }
    .right-xs\@xl {
      right: var(--space-xs); }
    .right-sm\@xl {
      right: var(--space-sm); }
    .right-md\@xl {
      right: var(--space-md); }
    .right-lg\@xl {
      right: var(--space-lg); }
    .right-xl\@xl {
      right: var(--space-xl); }
    .right-xxl\@xl {
      right: var(--space-xxl); }
    .right-xxxl\@xl {
      right: var(--space-xxxl); }
    .right-xxxxl\@xl {
      right: var(--space-xxxxl); }
    .left-xxxxs\@xl {
      left: var(--space-xxxxs); }
    .left-xxxs\@xl {
      left: var(--space-xxxs); }
    .left-xxs\@xl {
      left: var(--space-xxs); }
    .left-xs\@xl {
      left: var(--space-xs); }
    .left-sm\@xl {
      left: var(--space-sm); }
    .left-md\@xl {
      left: var(--space-md); }
    .left-lg\@xl {
      left: var(--space-lg); }
    .left-xl\@xl {
      left: var(--space-xl); }
    .left-xxl\@xl {
      left: var(--space-xxl); }
    .left-xxxl\@xl {
      left: var(--space-xxxl); }
    .left-xxxxl\@xl {
      left: var(--space-xxxxl); } }
  .overflow-hidden\@xl {
    overflow: hidden; }
  .overflow-auto\@xl {
    overflow: auto; }
  .momentum-scrolling\@xl {
    -webkit-overflow-scrolling: touch; }
  .overscroll-contain\@xl {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain; }
  .visible\@xl {
    visibility: visible; }
  .invisible\@xl {
    visibility: hidden; } }

@media not all and (min-width: 90rem) {
  .has-margin\@xl {
    margin: 0 !important; }
  .has-padding\@xl {
    padding: 0 !important; }
  .display\@xl {
    display: none !important; } }

@supports (--css: variables) {
  @media (min-width: 64rem) {
    :root {
      --space-unit:  1.25em; } } }

body {
  background: hsl(0, 0%, 100%); }

/* --------------------------------

File#: _1_counter
Title: Counter
Descr: A label displaying numeric values, often used to indicate unread notification
Usage: codyhouse.co/license

-------------------------------- */
.counter {
  font-size: 0.69444em;
  background-color: hsl(216, 5%, 68%);
  padding: 0.25em 0.5em;
  border-radius: 50em; }

.counter--primary {
  background-color: hsl(34, 93%, 63%);
  color: hsl(0, 0%, 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.counter--success {
  background-color: hsl(94, 48%, 56%);
  color: hsl(0, 0%, 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.counter--critical {
  background-color: hsl(8, 92%, 63%);
  color: hsl(0, 0%, 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.counter--light {
  background-color: hsla(0, 0%, 100%, 0.9);
  color: hsla(0, 0%, 0%, 0.85); }

.counter--dark {
  background-color: hsla(0, 0%, 0%, 0.8);
  color: hsla(0, 0%, 100%, 0.9);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.counter--docked {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%); }

.counter-container {
  /*
  height: 48px;
  width: 48px;
  background-color: var(--color-contrast-lower);
  border-radius: var(--radius-md);
*/
  position: relative; }

/* --------------------------------

File#: _1_auto-sized-grid
Title: Auto Sized Grid
Descr: A grid layout based on CSS Grid where the columns are automatically created according to a min-width value
Usage: codyhouse.co/license

-------------------------------- */
.grid-auto-xs, .grid-auto-sm, .grid-auto-md, .grid-auto-lg, .grid-auto-xl {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr)); }

[class*="grid-auto-"][class*="gap-xxxxs"], [class*="grid-auto-"][class*="gap-xxxs"], [class*="grid-auto-"][class*="gap-xxs"], [class*="grid-auto-"][class*="gap-xs"], [class*="grid-auto-"][class*="gap-sm"], [class*="grid-auto-"][class*="gap-md"], [class*="grid-auto-"][class*="gap-lg"], [class*="grid-auto-"][class*="gap-xl"], [class*="grid-auto-"][class*="gap-xxl"], [class*="grid-auto-"][class*="gap-xxxl"], [class*="grid-auto-"][class*="gap-xxxxl"], [class*="grid-auto-"][class*="grid-gap-"], [class*="grid-auto-"][class*="flex-gap-"] {
  margin: 0; }
  [class*="grid-auto-"][class*="gap-xxxxs"] > *, [class*="grid-auto-"][class*="gap-xxxs"] > *, [class*="grid-auto-"][class*="gap-xxs"] > *, [class*="grid-auto-"][class*="gap-xs"] > *, [class*="grid-auto-"][class*="gap-sm"] > *, [class*="grid-auto-"][class*="gap-md"] > *, [class*="grid-auto-"][class*="gap-lg"] > *, [class*="grid-auto-"][class*="gap-xl"] > *, [class*="grid-auto-"][class*="gap-xxl"] > *, [class*="grid-auto-"][class*="gap-xxxl"] > *, [class*="grid-auto-"][class*="gap-xxxxl"] > *, [class*="grid-auto-"][class*="grid-gap-"] > *, [class*="grid-auto-"][class*="flex-gap-"] > * {
    margin: 0; }

@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli.woff2") format("woff2"), url("../fonts/Muli.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli-Bold.woff2") format("woff2"), url("../fonts/Muli-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli-Light.woff2") format("woff2"), url("../fonts/Muli-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@supports (--css: variables) {
  @media (min-width: 64rem) {
    :root {
      --text-base-size: 1.1em;
      --text-scale-ratio: 1.2; } } }

body {
  font-family: 'Muli', system-ui, sans-serif;
  letter-spacing: -.5px;
  background: hsl(0, 0%, 100%); }

h1, h2, h3, h4 {
  font-family: 'Muli', system-ui, sans-serif;
  font-weight: bold; }

.font-primary {
  font-family: 'Muli', system-ui, sans-serif; }

a, .link {
  color: hsl(221, 39%, 28%); }

mark {
  background-color: hsla(221, 39%, 28%, 0.2);
  color: inherit; }
  .text-component blockquote {
    padding-left: 1em;
    border-left: 4px solid hsl(216, 5%, 68%); }
  .text-component hr {
    background: hsl(216, 5%, 68%);
    height: 1px; }
  .text-component figcaption {
    font-size: 0.83333em;
    color: hsl(220, 1%, 45%); }

.btn {
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: -.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 0.1px 0.3px rgba(0, 0, 0, 0.06),
                  0 1px 2px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
  background-color: hsl(0, 0%, 0%);
  color: hsl(34, 93%, 63%);
  z-index: 3; }
  .btn:hover {
    box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025),
                  0 0.9px 1.5px rgba(0, 0, 0, 0.05), 
                  0 3.5px 6px rgba(0, 0, 0, 0.1); }
  .btn:focus {
    box-shadow: 0px 0px 0px 2px hsla(0, 0%, 11%, 0.15);
    outline: none; }
  .btn:active {
    transform: translateY(2px); }

.btn--primary {
  background-color: hsl(34, 93%, 63%);
  color: hsl(0, 0%, 100%); }
  .btn--primary:hover {
    background-color: hsl(34, 93%, 53%); }
  .btn--primary:focus {
    box-shadow: 0px 0px 0px 2px hsla(34, 93%, 63%, 0.2); }

.btn--subtle {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 11%);
  border: 2px solid hsl(34, 93%, 63%); }

.btn--accent {
  background-color: hsl(0, 0%, 0%);
  color: hsl(34, 93%, 63%); }
  .btn--accent:hover {
    background-color: hsl(34, 93%, 63%);
    color: hsl(0, 0%, 0%); }
  .btn--accent:focus {
    box-shadow: 0px 0px 0px 2px hsla(221, 39%, 28%, 0.2); }

.btn--success {
  background-color: hsl(94, 48%, 56%);
  color: hsl(0, 0%, 100%); }
  .btn--success:hover {
    background-color: hsl(94, 48%, 46%); }
  .btn--success:focus {
    box-shadow: 0px 0px 0px 2px hsla(94, 48%, 56%, 0.2); }

.btn--error {
  background-color: hsl(8, 92%, 63%);
  color: hsl(0, 0%, 100%); }
  .btn--error:hover {
    background-color: hsl(8, 92%, 53%); }
  .btn--error:focus {
    box-shadow: 0px 0px 0px 2px hsla(8, 92%, 63%, 0.2); }

.btn--disabled, .btn[disabled], .btn[readonly] {
  opacity: 0.6;
  cursor: not-allowed; }

.btn--sm {
  font-size: .6em; }

.btn--md {
  font-size: .9em; }

.btn--lg {
  font-size: 1em; }

.btn--icon {
  font-size: 1.2em;
  padding: 0.375em;
  border-radius: 0.25em; }

.btn--icon-text {
  border: 2px solid hsl(0, 0%, 0%);
  background: hsl(0, 0%, 100%);
  padding: 0;
  display: inline-flex; }
  .btn--icon-text i {
    padding: 0.5em 0.75em;
    background: hsl(0, 0%, 0%); }
  .btn--icon-text .icon {
    font-size: 1.2em;
    color: hsl(34, 93%, 63%); }
  .btn--icon-text span {
    border-width: 2px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 0 0.5em;
    color: hsl(0, 0%, 0%); }

.btn--simple {
  background-color: hsl(0, 0%, 0%);
  color: hsl(34, 93%, 63%);
  padding: 0.125em; }
  .btn--simple:hover {
    color: hsl(0, 0%, 0%);
    background-color: hsl(34, 93%, 63%); }

.stretched-link {
  position: static;
  z-index: 2; }
  .stretched-link::after {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
    padding: 2em;
    margin-top: -1.25em; }
  .stretched-link:hover::after {
    background-color: hsla(34, 93%, 83%, 0.1);
    cursor: pointer; }

/* --------------------------------

File#: _1_badge
Title: Badge
Descr: A small label containing a text string
Usage: codyhouse.co/license

-------------------------------- */
.badge {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  background-color: hsl(216, 5%, 68%);
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold; }

.badge--outline {
  background-color: transparent;
  border: 2px solid hsla(210, 12%, 88%, 0.5); }

.badge--contrast-higher {
  background-color: hsl(0, 0%, 11%);
  color: hsl(210, 23%, 95%); }

.badge--primary {
  background-color: hsla(34, 93%, 83%, 0.3);
  color: hsl(34, 93%, 63%); }

.badge--primary-light {
  background-color: hsla(34, 93%, 63%, 0.2);
  color: hsl(0, 0%, 11%); }

.badge--accent {
  background-color: hsla(221, 39%, 48%, 0.5);
  color: hsl(221, 39%, 18%); }

.badge--accent-light {
  background-color: hsla(221, 39%, 28%, 0.2);
  color: hsl(0, 0%, 11%); }

.badge--error {
  background-color: hsla(8, 92%, 83%, 0.3);
  color: hsl(8, 92%, 53%); }

.badge--warning {
  background-color: hsla(46, 93%, 83%, 0.3);
  color: hsl(46, 93%, 53%); }

.badge--error-light {
  background-color: hsla(8, 92%, 63%, 0.2);
  color: hsl(0, 0%, 11%); }

.badge--success {
  background-color: hsla(94, 48%, 76%, 0.3);
  color: hsl(94, 48%, 36%); }

.badge--success-light {
  background-color: hsla(94, 48%, 56%, 0.2);
  color: hsl(0, 0%, 11%); }

/* --------------------------------

File#: _1_btns
Title: Buttons (Group)
Descr: Group of connected buttons
Usage: codyhouse.co/license

-------------------------------- */

.btns {
  display: inline-block;
  display: flex; }
  .btns > * {
    display: inline-block; }
  .btns > *:first-child, .btns *:first-child .btns__btn {
    border-radius: 0.5em 0 0 0.5em;
    border-right: none; }
  .btns > *:last-child, .btns *:last-child .btns__btn {
    border-radius: 0 0.5em 0.5em 0;
    border-left: none; }

.btns[class*="gap-xxxxs"], .btns[class*="gap-xxxs"], .btns[class*="gap-xxs"], .btns[class*="gap-xs"], .btns[class*="gap-sm"], .btns[class*="gap-md"], .btns[class*="gap-lg"], .btns[class*="gap-xl"], .btns[class*="gap-xxl"], .btns[class*="gap-xxxl"], .btns[class*="gap-xxxxl"] {
  flex-wrap: wrap; }
  .btns[class*="gap-xxxxs"] .btns__btn, .btns[class*="gap-xxxs"] .btns__btn, .btns[class*="gap-xxs"] .btns__btn, .btns[class*="gap-xs"] .btns__btn, .btns[class*="gap-sm"] .btns__btn, .btns[class*="gap-md"] .btns__btn, .btns[class*="gap-lg"] .btns__btn, .btns[class*="gap-xl"] .btns__btn, .btns[class*="gap-xxl"] .btns__btn, .btns[class*="gap-xxxl"] .btns__btn, .btns[class*="gap-xxxxl"] .btns__btn {
    border-radius: 0.5em !important; }

.btns__btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.5em 0.75em;
  background-color: hsl(210, 12%, 88%);
  color: hsl(180, 1%, 25%);
  transition: .2s;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .btns__btn:hover:not(.btns__btn--selected) {
    background-color: hsl(0, 0%, 0%);
    color: hsl(34, 93%, 63%); }
  .btns__btn:focus {
    z-index: 1;
    outline: none;
    box-shadow: 0 0 0 2px hsla(0, 0%, 0%, 0.2);
    color: hsl(34, 93%, 63%); }

.btns__btn--selected, .btns--radio input[type="radio"]:checked + label,
.btns--radio input[type="checkbox"]:checked + label, .btns--checkbox input[type="radio"]:checked + label,
.btns--checkbox input[type="checkbox"]:checked + label {
  background-color: hsl(0, 0%, 0%);
  color: hsl(34, 93%, 63%); }

.btns__btn--disabled {
  opacity: 0.7;
  cursor: not-allowed;
  text-decoration: line-through; }

.btns--radio > *, .btns--checkbox > * {
  position: relative; }

.btns--radio input[type="radio"],
.btns--radio input[type="checkbox"], .btns--checkbox input[type="radio"],
.btns--checkbox input[type="checkbox"] {
  /* hide native buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none; }

.btns--radio input[type="radio"] + label,
.btns--radio input[type="checkbox"] + label, .btns--checkbox input[type="radio"] + label,
.btns--checkbox input[type="checkbox"] + label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.btns--radio input[type="radio"]:focus + label,
.btns--radio input[type="checkbox"]:focus + label, .btns--checkbox input[type="radio"]:focus + label,
.btns--checkbox input[type="checkbox"]:focus + label {
  z-index: 1;
  box-shadow: 0 0 0 2px hsla(34, 93%, 63%, 0.2); }

.btns--radio input[type="radio"]:checked + label,
.btns--radio input[type="checkbox"]:checked + label, .btns--checkbox input[type="radio"]:checked + label,
.btns--checkbox input[type="checkbox"]:checked + label {
  /* checked state */ }

.btns__btn--icon {
  padding: 0.5em; }
  .btns__btn--icon.btns__btn--selected, .btns--radio input[type="radio"]:checked + label.btns__btn--icon,
  .btns--radio input[type="checkbox"]:checked + label.btns__btn--icon, .btns--checkbox input[type="radio"]:checked + label.btns__btn--icon,
  .btns--checkbox input[type="checkbox"]:checked + label.btns__btn--icon {
    background: hsl(221, 39%, 28%);
    color: hsl(34, 93%, 63%); }
  .btns__btn--icon .icon {
    display: block;
    color: inherit; }

.form-control {
  background-color: hsl(0, 0%, 100%);
  border: 2px solid hsl(210, 12%, 88%);
  line-height: 1.2;
  transition: all 0.2s ease; }
  .form-control::-moz-placeholder {
    opacity: 1;
    color: hsl(220, 1%, 45%); }
  .form-control:-ms-input-placeholder {
    opacity: 1;
    color: hsl(220, 1%, 45%); }
  .form-control::-ms-input-placeholder {
    opacity: 1;
    color: hsl(220, 1%, 45%); }
  .form-control::placeholder {
    opacity: 1;
    color: hsl(220, 1%, 45%); }
  .form-control:focus {
    border-color: hsl(34, 93%, 63%);
    box-shadow: 0px 0px 0px 2px hsla(34, 93%, 63%, 0.2);
    outline: none; }

.form-control--disabled, .form-control[disabled], .form-control[readonly] {
  cursor: not-allowed; }

.form-control[aria-invalid="true"], .form-control--error {
  border-color: hsl(8, 92%, 63%); }
  .form-control[aria-invalid="true"]:focus, .form-control--error:focus {
    box-shadow: 0px 0px 0px 2px hsla(8, 92%, 63%, 0.2); }

.form-legend {
  font-size: 1.2em; }

.form-label {
  font-size: 0.83333em; }

/* --------------------------------

Title: Custom Select
Descr: Custom Select Control

-------------------------------- */

.select {
  position: relative; }

.select__input {
  width: 100%;
  height: 100%;
  padding-right: 1.35em !important; }

.select__icon {
  width: .85em;
  height: .85em;
  pointer-events: none;
  position: absolute;
  right: 0.375em;
  top: 50%;
  transform: translateY(-50%); }

.select__button {
  width: 100%; }

.select__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  max-height: 1px;
  background-color: hsl(210, 23%, 95%);
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 
                  0 3.1px 5.5px rgba(0, 0, 0, 0.08), 
                  0 14px 25px rgba(0, 0, 0, 0.12);
  padding: 0.375em 0;
  border-radius: 0.25em;
  z-index: 5;
  margin-top: 4px;
  margin-bottom: 4px;
  overflow: auto;
  font-size: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s; }

.select__dropdown--right {
  right: 0;
  left: auto; }

.select__dropdown--up {
  bottom: 100%;
  top: auto; }

.select__button[aria-expanded="true"] + .select__dropdown {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s; }

.select__list {
  list-style: none !important; }

.select__list:not(:first-of-type) {
  padding-top: 0.375em; }

.select__list:not(:last-of-type) {
  border-bottom: 1px solid hsl(216, 5%, 68%);
  padding-bottom: 0.375em; }

.select__item {
  display: block;
  padding: 0.5em 2em 0.5em 1.25em;
  color: hsl(180, 1%, 25%);
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.select__item--optgroup {
  font-size: 0.83333em;
  color: hsl(220, 1%, 45%); }

.select__item--option {
  cursor: pointer; }
  .select__item--option:hover {
    background-color: hsl(210, 12%, 88%); }
  .select__item--option:focus {
    outline: none;
    background-color: hsla(34, 93%, 63%, 0.1); }
  .select__item--option[aria-selected="true"] {
    background-color: hsl(34, 93%, 63%);
    color: hsl(0, 0%, 100%);
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .select__item--option[aria-selected="true"]::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: 16px;
      width: 16px;
      right: 0.75em;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round' points='1,9 5,13 15,3 '/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

html:not(.js) .select .icon {
  display: none; }

/* --------------------------------

Title: Switch
Descr: Custom ON/OFF checkbox toggle

-------------------------------- */

.switch {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  width: 64px;
  height: 32px;
  border-radius: 50em;
  padding: 3px 0; }

.switch__input,
.switch__label {
  position: absolute;
  left: 0;
  top: 0; }

.switch__input {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none; }
  .switch__input:checked + .switch__label {
    background-color: hsl(221, 39%, 28%); }
  .switch__input:checked + .switch__label + .switch__marker {
    left: calc(100% - 29px); }
  .switch__input:focus + .switch__label,
  .switch__input:active + .switch__label {
    box-shadow: 0 0 0 2px hsla(0, 0%, 11%, 0.08); }
  .switch__input:checked:focus + .switch__label,
  .switch__input:checked:active + .switch__label {
    box-shadow: 0 0 0 2px hsla(220, 1%, 45%, 0.2); }

.switch__label {
  width: 100%;
  height: 100%;
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: hsl(216, 5%, 68%);
  border-radius: inherit;
  z-index: 1;
  transition: 0.2s;
  overflow: hidden; }

.switch__marker {
  position: relative;
  background-color: hsl(0, 0%, 100%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  box-shadow: 0 0.1px 0.3px rgba(0, 0, 0, 0.06),
                  0 1px 2px rgba(0, 0, 0, 0.12);
  left: 3px;
  transition: left 0.2s;
  will-change: left; }

/* --------------------------------

Title: Radio Switch v2
Descr: A custom radio button with a switch element and two labels

-------------------------------- */

.radio-switch-v2 {
  position: relative;
  display: inline-block;
  display: inline-flex; }

.radio-switch-v2__item {
  position: relative;
  height: 30px;
  float: left; }

.radio-switch-v2__input {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 26px;
  opacity: 0;
  cursor: pointer;
  transform: scaleX(2);
  transform-origin: 0 0; }
  .radio-switch-v2__item:last-of-type .radio-switch-v2__input {
    transform-origin: 100% 100%; }
  .radio-switch-v2__item:first-of-type .radio-switch-v2__input {
    order: 1; }
  .radio-switch-v2__input:checked {
    z-index: -1; }

.radio-switch-v2__label {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 30px;
  font-size: 1em;
  transition: color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .radio-switch-v2__item:first-of-type .radio-switch-v2__label {
    float: left;
    margin-right: 0.5em; }
  .radio-switch-v2__item:last-of-type .radio-switch-v2__label {
    float: right;
    margin-left: 0.5em; }
  .radio-switch-v2__input:checked ~ .radio-switch-v2__label {
    color: hsl(34, 93%, 63%); }
  .radio-switch-v2__input:focus ~ .radio-switch-v2__label {
    outline: 2px solid hsla(34, 93%, 63%, 0.2);
    outline-offset: 2px; }
  .radio-switch-v2__label :not(*):focus-within,
  .radio-switch-v2__input:focus ~ .radio-switch-v2__label {
    outline: none; }

.radio-switch-v2__toggle {
  position: absolute;
  z-index: 1;
  width: 52px;
  height: 30px;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  border-radius: 50em;
  background-color: hsl(210, 12%, 88%); }
  .radio-switch-v2:focus-within .radio-switch-v2__toggle,
  .radio-switch-v2:active .radio-switch-v2__toggle {
    box-shadow: 0 0 0 2px hsl(216, 5%, 68%); }

.radio-switch-v2__marker {
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: hsl(34, 93%, 63%);
  transition: left 0.3s;
  box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025),
                  0 0.9px 1.5px rgba(0, 0, 0, 0.05), 
                  0 3.5px 6px rgba(0, 0, 0, 0.1);
  will-change: left; }

.radio-switch-v2__input:checked ~ .radio-switch-v2__toggle .radio-switch-v2__marker {
  left: 26px; }

/* --------------------------------

File#: _1_radios-checkboxes
Title: Radios and Checkboxes
Descr: Custom radio and checkbox buttons

-------------------------------- */

.radio,
.checkbox {
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none; }

.radio + label,
.checkbox + label {
  display: inline-block;
  display: inline-flex;
  align-items: baseline;
  line-height: 1.58;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }

.radio + label::before,
.checkbox + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-color: hsl(210, 23%, 95%);
  border-width: 2px;
  border-color: hsl(216, 5%, 68%);
  border-style: solid;
  margin-right: 0.25em;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s, border 0.2s; }

.radio:not(:checked):not(:focus) + label:hover::before,
.checkbox:not(:checked):not(:focus) + label:hover::before {
  border-color: hsl(220, 1%, 45%); }

@supports (grid-area: auto) {
  .radio + label::before,
  .checkbox + label::before {
    position: relative;
    top: 0.15em; } }

.radio + label::before {
  border-radius: 50%; }

.checkbox + label::before {
  border-radius: 0.185em; }

.radio:checked + label::before,
.checkbox:checked + label::before {
  background-color: hsl(34, 93%, 63%);
  box-shadow: none;
  border-color: hsl(34, 93%, 63%);
  transition: transform 0.2s; }

.radio:active + label::before,
.checkbox:active + label::before {
  transform: scale(0.8);
  transition: transform 0.2s; }

.radio:checked:active + label::before,
.checkbox:checked:active + label::before {
  transform: none;
  transition: none; }

.radio:checked + label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg class='nc-icon-wrapper' fill='%23ffffff'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23ffffff'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px; }

.checkbox:checked + label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg class='nc-icon-wrapper' stroke-width='2' fill='%23ffffff' stroke='%23ffffff'%3E%3Cpolyline fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='1,9 5,13 15,3 ' data-cap='butt'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
  background-size: 12px; }

.radio:checked:active + label::before,
.checkbox:checked:active + label::before,
.radio:focus + label::before,
.checkbox:focus + label::before {
  border-color: hsl(34, 93%, 63%);
  box-shadow: 0 0 0 3px hsla(34, 93%, 63%, 0.2); }

.radio--bg + label,
.checkbox--bg + label {
  padding: 0.125em 0.25em;
  border-radius: 0.25em;
  transition: background 0.2s; }

.radio--bg + label:hover,
.checkbox--bg + label:hover {
  background-color: hsl(210, 12%, 88%); }

.radio--bg:active + label,
.checkbox--bg:active + label,
.radio--bg:focus + label,
.checkbox--bg:focus + label {
  background-color: hsla(34, 93%, 63%, 0.1); }

/* --------------------------------

File#: _1_date-picker
Title: Date Picker
Descr: Input element used to select a date
Usage: codyhouse.co/license

-------------------------------- */

.date-input,
.date-input__wrapper {
  position: relative; }

.date-input__trigger {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 2.5em;
  display: none;
  background: hsl(0, 0%, 0%);
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  color: hsl(34, 93%, 63%); }
  .date-input__trigger .icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: auto; }
  .date-input__trigger:active {
    transform: translateY(2px); }

.js .date-input__trigger {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center; }

.js .date-input__text {
  padding-right: 2.75em; }

.date-input--hide-calendar .date-input__trigger {
  display: none; }

.date-picker {
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(4px + 100%);
  padding: 0.375em;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  font-size: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s; }

.date-picker--is-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s;
  background: hsl(0, 0%, 100%); }

.date-picker__month {
  position: relative; }

.date-picker__month-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: hsl(0, 0%, 11%); }

.date-picker__month-nav,
.date-picker__week,
.date-picker__dates {
  display: flex;
  flex-wrap: wrap; }
  .date-picker__month-nav li,
  .date-picker__week li,
  .date-picker__dates li {
    width: 2em;
    height: 2em; }
  @media (min-width: 48rem) {

  .date-picker__month-nav li,
  .date-picker__week li,
  .date-picker__dates li {
    height: 2.5em; } }
  @media (min-width: 48rem) {

  .date-picker__month-nav li,
  .date-picker__week li,
  .date-picker__dates li {
    width: 2.5em; } }

.date-picker__month-nav {
  position: relative;
  z-index: 1;
  justify-content: space-between; }

.date-picker__month-nav-btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  border-radius: var(
    --radius-md
  );
  color: hsla(0, 0%, 11%, 0.5);
  transition: transform 0.2s; }
  .date-picker__month-nav-btn .icon {
    display: block;
    margin: auto; }
  .date-picker__month-nav-btn:hover {
    background-color: hsl(210, 12%, 88%);
    color: hsl(0, 0%, 11%); }
  .date-picker__month-nav-btn:active {
    transform: translateY(2px); }

.date-picker__day {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.83333em;
  color: hsl(220, 1%, 45%); }

.date-picker__dates {
  width: 14em; }

@media (min-width: 48rem) {

  .date-picker__dates {
  width: 17.5em; } }

.date-picker__date {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0.83333em; }
  .date-picker__date:focus {
    outline: none;
    background-color: hsl(210, 23%, 95%);
    box-shadow: inset 0 0 0 2px hsla(34, 93%, 63%, 0.2);
    color: hsl(0, 0%, 11%); }
  .date-picker__date:focus, .date-picker__date:hover, .date-picker__date.date-picker__date--selected {
    border-radius: var(
    --radius-md
  ); }
  .date-picker__date.date-picker__date--range {
    background-color: hsla(34, 93%, 63%, 0.2);
    color: hsl(0, 0%, 11%); }
    .date-picker__date.date-picker__date--range:focus, .date-picker__date.date-picker__date--range:hover {
      border-radius: 0; }
    .date-picker__date.date-picker__date--range:focus {
      background-color: hsl(210, 23%, 95%); }
  .date-picker__date.date-picker__date--selected, .date-picker__date.date-picker__date--range-start, .date-picker__date.date-picker__date--range-end {
    background-color: hsl(34, 93%, 63%);
    box-shadow: 0 2px 4px hsla(34, 93%, 63%, 0.3);
    color: hsl(0, 0%, 100%);
    z-index: 2; }
    .date-picker__date.date-picker__date--selected:focus:not(:hover), .date-picker__date.date-picker__date--range-start:focus:not(:hover), .date-picker__date.date-picker__date--range-end:focus:not(:hover) {
      box-shadow: 0 0 0 2px hsla(34, 93%, 63%, 0.2), 0 2px 4px hsla(34, 93%, 63%, 0.3); }
  .date-picker__date.date-picker__date--range-start {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .date-picker__date.date-picker__date--range-end {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  .date-picker__date:hover {
    background-color: hsl(210, 23%, 95%);
    box-shadow: inset 0 0 0 2px hsl(34, 93%, 63%);
    color: hsl(180, 1%, 25%); }

.date-picker__date--today {
  color: hsl(34, 93%, 63%); }

.date-picker__date::-moz-focus-inner {
  border: none; }

.date-picker__date--before {
  pointer-events: none; }

.date-picker__dates--range .date-picker__date--before {
  pointer-events: auto; }

/* --------------------------------

Title: Search input
Descr: Search input field with custom button

-------------------------------- */

.search-input {
  position: relative; }
  .search-input .form-control::-webkit-search-decoration {
    -webkit-appearance: none; }

.search-input--icon-right .form-control {
  padding-right: 2.8em; }

.search-input--icon-left .form-control {
  padding-left: 2.8em; }

.search-input__btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 2.8em; }
  .search-input__btn:active .icon {
    transform: scale(0.9); }
  .search-input__btn .icon {
    display: block;
    width: 1.25em;
    height: 1.25em;
    margin-left: auto;
    margin-right: auto;
    color: hsl(216, 5%, 68%);
    transition: transform 0.2s; }

.search-input--icon-left .search-input__btn {
  left: 0;
  right: auto;
  pointer-events: none; }

.search-input__btn:focus .icon,
.search-input .form-control:focus + .search-input__btn .icon {
  color: hsl(34, 93%, 63%); }

/* --------------------------------

Title: Expandable Search
Descr: A search button that expands to reveal a search input element

-------------------------------- */

.expandable-search {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.expandable-search__input {
  width: 2.2em;
  height: 2.2em;
  padding: 0;
  color: transparent;
  overflow: hidden;
  border-radius: 50em;
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s, background-color 0.3s; }
  .expandable-search__input::-moz-placeholder {
    opacity: 0;
    color: transparent; }
  .expandable-search__input:-ms-input-placeholder {
    opacity: 0;
    color: transparent; }
  .expandable-search__input::-ms-input-placeholder {
    opacity: 0;
    color: transparent; }
  .expandable-search__input::placeholder {
    opacity: 0;
    color: transparent; }
  .expandable-search__input:hover {
    background-color: hsl(210, 12%, 88%);
    cursor: pointer; }
  .expandable-search__input:focus, .expandable-search__input.expandable-search__input--has-content {
    background-color: hsl(210, 23%, 95%);
    width: 10em;
    padding-top: 0;
    padding-right: calc(4px + 2.2em);
    padding-bottom: 0;
    padding-left: 0.75em;
    outline: none;
    box-shadow: 0 0 0 2px hsl(34, 93%, 63%);
    color: hsl(0, 0%, 11%);
    cursor: auto;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto; }
    .expandable-search__input:focus::-moz-placeholder, .expandable-search__input.expandable-search__input--has-content::-moz-placeholder {
      opacity: 1;
      color: hsl(220, 1%, 45%); }
    .expandable-search__input:focus:-ms-input-placeholder, .expandable-search__input.expandable-search__input--has-content:-ms-input-placeholder {
      opacity: 1;
      color: hsl(220, 1%, 45%); }
    .expandable-search__input:focus::-ms-input-placeholder, .expandable-search__input.expandable-search__input--has-content::-ms-input-placeholder {
      opacity: 1;
      color: hsl(220, 1%, 45%); }
    .expandable-search__input:focus::placeholder, .expandable-search__input.expandable-search__input--has-content::placeholder {
      opacity: 1;
      color: hsl(220, 1%, 45%); }
  .expandable-search__input:focus + .expandable-search__btn {
    pointer-events: auto; }
  .expandable-search__input::-webkit-search-decoration, .expandable-search__input::-webkit-search-cancel-button, .expandable-search__input::-webkit-search-results-button, .expandable-search__input::-webkit-search-results-decoration {
    display: none; }

.expandable-search__btn {
  position: absolute;
  display: flex;
  top: 2px;
  right: 2px;
  width: calc(2.2em - 4px);
  height: calc(2.2em - 4px);
  border-radius: 50em;
  z-index: 1;
  pointer-events: none;
  transition: background-color 0.3s; }
  .expandable-search__btn .icon {
    display: block;
    margin: auto;
    height: 1.2em;
    width: 1.2em; }
  .expandable-search__btn:hover {
    background-color: hsl(210, 12%, 88%); }
  .expandable-search__btn:focus {
    outline: none;
    background-color: hsla(34, 93%, 63%, 0.15); }

/* --------------------------------

Title: File Upload
Descr: Custom file input element used to select and upload a file

-------------------------------- */
html:not(.js) .file-upload__label {
  display: none; }

.file-upload .btn {
  padding: 0.375em 0.75em; }

.js .file-upload__input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px; }

.js .file-upload__text--has-max-width {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* --------------------------------

Title: Pagination
Descr: Component used to navigate through pages of related content

-------------------------------- */
.pagination__list > li {
  display: inline-block; }

.pagination--split .pagination__list {
  width: 100%; }
  .pagination--split .pagination__list > *:first-child {
    margin-right: auto; }
  .pagination--split .pagination__list > *:last-child {
    margin-left: auto; }

.pagination__item {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.6775em;
  padding-right: 0.6775em;
  border-radius: 0.25em;
  text-decoration: none;
  height: 100%;
  color: hsl(0, 0%, 11%);
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .pagination__item:hover:not(.pagination__item--selected):not(.pagination__item--ellipsis) {
    background-color: hsl(210, 12%, 88%); }
  .pagination__item:active {
    transform: translateY(2px); }

.pagination__item--selected {
  background-color: hsl(0, 0%, 100%);
  color: hsl(34, 93%, 63%);
  border: 1px solid hsl(34, 93%, 63%); }

.pagination__item--disabled {
  opacity: 0.5;
  pointer-events: none; }

.pagination__jumper .form-control {
  width: 3.2em;
  margin-right: 0.5em;
  padding: 0.5em; }

.pagination__jumper em {
  flex-shrink: 0;
  white-space: nowrap; }

/* --------------------------------

File#: _2_autocomplete
Title: Autocomplete
Descr: Autocomplete plugin for input elements
Usage: codyhouse.co/license

-------------------------------- */

.autocomplete:not(.autocomplete--searching) .autocomplete__loader {
  display: none; }

.autocomplete__results {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 4px);
  transform: translateY(4px);
  background-color: hsl(210, 23%, 95%);
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 
                  0 3.1px 5.5px rgba(0, 0, 0, 0.08), 
                  0 14px 25px rgba(0, 0, 0, 0.12);
  border-radius: 0.25em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  overflow: hidden;
  z-index: 5; }
  .autocomplete--results-visible .autocomplete__results {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(0); }

.autocomplete__list {
  max-height: 150px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .autocomplete__list::-webkit-scrollbar {
    width: 6px; }
  .autocomplete__list::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 11%, 0.08);
    border-radius: 0.25em; }
  .autocomplete__list::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 11%, 0.12);
    border-radius: 0.25em; }
    .autocomplete__list::-webkit-scrollbar-thumb:hover {
      background-color: hsla(0, 0%, 11%, 0.2); }

.autocomplete__item {
  cursor: pointer; }
  .autocomplete__item:hover {
    background-color: hsl(210, 12%, 88%); }
  .autocomplete__item:focus {
    outline: none;
    background-color: hsla(34, 93%, 63%, 0.12); }

/* --------------------------------

File#: _1_circle-loader
Title: Circle Loader
Descr: A collection of animated circle loaders
Usage: codyhouse.co/license

-------------------------------- */

.circle-loader {
  position: relative;
  display: inline-block; }

@supports ((-webkit-animation-name: this) or (animation-name: this)) {
  .circle-loader__label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%); } }

@supports ((-webkit-animation-name: this) or (animation-name: this)) {
  .circle-loader--v1 {
    transform: rotate(45deg);
    will-change: transform;
    -webkit-animation: circle-loader-1 0.75s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
            animation: circle-loader-1 0.75s infinite cubic-bezier(0.645, 0.045, 0.355, 1); }
    .circle-loader--v1 .circle-loader__circle {
      width: 48px;
      height: 48px;
      border-width: 4px;
      border-style: solid;
      border-color: hsla(34, 93%, 63%, 0.2);
      border-radius: 50%; }
      .circle-loader--v1 .circle-loader__circle::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-width: inherit;
        border-style: inherit;
        border-color: transparent;
        border-top-color: hsl(34, 93%, 63%);
        border-radius: inherit; } }

@-webkit-keyframes circle-loader-1 {
  0% {
    transform: rotate(45deg); }
  100% {
    transform: rotate(405deg); } }

@keyframes circle-loader-1 {
  0% {
    transform: rotate(45deg); }
  100% {
    transform: rotate(405deg); } }

@supports ((-webkit-animation-name: this) or (animation-name: this)) {
  .circle-loader--v2 {
    will-change: transform;
    -webkit-animation: circle-loader-spinning-main 1.4s infinite linear;
            animation: circle-loader-spinning-main 1.4s infinite linear; }
    .circle-loader--v2 .circle-loader__svg {
      display: block;
      width: 64px;
      height: 64px;
      color: hsl(34, 93%, 63%); }
      .circle-loader--v2 .circle-loader__svg > * {
        stroke-width: 2; }
    .circle-loader--v2 .circle-loader__base {
      opacity: 0.2; }
    .circle-loader--v2 .circle-loader__fill {
      stroke-linecap: round;
      stroke-dashoffset: 0;
      stroke-dasharray: 90 120;
      transform-origin: 50% 50%;
      transform: rotate(45deg);
      -webkit-animation: circle-loader-dash 1.4s infinite;
              animation: circle-loader-dash 1.4s infinite; } }

@-webkit-keyframes circle-loader-dash {
  0%, 20% {
    stroke-dashoffset: 0;
    transform: rotate(0); }
  50%, 70% {
    stroke-dashoffset: 80;
    transform: rotate(270deg); }
  100% {
    stroke-dashoffset: 0;
    transform: rotate(360deg); } }

@keyframes circle-loader-dash {
  0%, 20% {
    stroke-dashoffset: 0;
    transform: rotate(0); }
  50%, 70% {
    stroke-dashoffset: 80;
    transform: rotate(270deg); }
  100% {
    stroke-dashoffset: 0;
    transform: rotate(360deg); } }

@-webkit-keyframes circle-loader-spinning-main {
  to {
    transform: rotate(360deg); } }

@keyframes circle-loader-spinning-main {
  to {
    transform: rotate(360deg); } }

@supports ((-webkit-animation-name: this) or (animation-name: this)) {
  .circle-loader--v3 {
    width: 64px;
    height: 64px; }
    .circle-loader--v3 .circle-loader__circle {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: hsl(34, 93%, 63%);
      transform: scale(0);
      opacity: 0.8;
      will-change: transform, opacity;
      -webkit-animation: circle-loader-3 1.2s infinite;
              animation: circle-loader-3 1.2s infinite; }
    .circle-loader--v3 .circle-loader__circle--2nd {
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; } }

@-webkit-keyframes circle-loader-3 {
  to {
    transform: scale(1);
    opacity: 0; } }

@keyframes circle-loader-3 {
  to {
    transform: scale(1);
    opacity: 0; } }

@supports ((-webkit-animation-name: this) or (animation-name: this)) {
  .circle-loader--v4 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden; }
    .circle-loader--v4 .circle-loader__mask,
    .circle-loader--v4 .circle-loader__circle {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: inherit; }
    .circle-loader--v4 .circle-loader__mask {
      -webkit-clip-path: circle(24px);
              clip-path: circle(24px); }
    .circle-loader--v4 .circle-loader__circle--1st {
      background-color: hsl(216, 5%, 68%); }
    .circle-loader--v4 .circle-loader__circle--2nd {
      background-color: hsl(34, 93%, 63%);
      will-change: transform;
      transform-origin: 50% 100%;
      -webkit-animation: circle-loader-4 1.2s infinite cubic-bezier(0.23, 0.9, 0.75, 0.1);
              animation: circle-loader-4 1.2s infinite cubic-bezier(0.23, 0.9, 0.75, 0.1);
      transform: translateX(-100%); } }

@-webkit-keyframes circle-loader-4 {
  to {
    transform: translateX(100%); } }

@keyframes circle-loader-4 {
  to {
    transform: translateX(100%); } }

@supports ((-webkit-animation-name: this) or (animation-name: this)) {
  .circle-loader--v5 {
    font-size: 64px;
    width: 1em;
    height: 1em; }
    .circle-loader--v5 .circle-loader__label {
      font-size: 1rem; }
    .circle-loader--v5 .circle-loader__ball {
      position: absolute;
      top: 0;
      left: calc(50% - 0.14063em);
      width: 0.28125em;
      height: 0.28125em;
      background-color: hsl(34, 93%, 63%);
      border-radius: 50%;
      -webkit-animation: circle-loader-5-ball 0.8s infinite;
              animation: circle-loader-5-ball 0.8s infinite; }
    .circle-loader--v5 .circle-loader__shadow {
      position: absolute;
      bottom: 0;
      left: calc(50% - 0.15625em);
      width: 0.3125em;
      height: 0.3125em;
      background-color: hsl(216, 5%, 68%);
      border-radius: 50%;
      transform: scaleY(0.4) scaleX(1.2);
      -webkit-animation: circle-loader-5-shadow 0.8s infinite;
              animation: circle-loader-5-shadow 0.8s infinite; } }

@-webkit-keyframes circle-loader-5-ball {
  0% {
    transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.61, 0.12, 0.85, 0.4);
            animation-timing-function: cubic-bezier(0.61, 0.12, 0.85, 0.4); }
  50% {
    transform: translateY(0.5625em);
    -webkit-animation-timing-function: cubic-bezier(0.12, 0.59, 0.46, 0.95);
            animation-timing-function: cubic-bezier(0.12, 0.59, 0.46, 0.95); }
  100% {
    transform: translateY(0); } }

@keyframes circle-loader-5-ball {
  0% {
    transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.61, 0.12, 0.85, 0.4);
            animation-timing-function: cubic-bezier(0.61, 0.12, 0.85, 0.4); }
  50% {
    transform: translateY(0.5625em);
    -webkit-animation-timing-function: cubic-bezier(0.12, 0.59, 0.46, 0.95);
            animation-timing-function: cubic-bezier(0.12, 0.59, 0.46, 0.95); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes circle-loader-5-shadow {
  0% {
    transform: scaleY(0.4) scaleX(1.2);
    background-color: hsl(216, 5%, 68%);
    -webkit-animation-timing-function: cubic-bezier(0.61, 0.12, 0.85, 0.4);
            animation-timing-function: cubic-bezier(0.61, 0.12, 0.85, 0.4); }
  50% {
    transform: scaleY(0.2) scaleX(0.6);
    background-color: hsl(220, 1%, 45%);
    -webkit-animation-timing-function: cubic-bezier(0.12, 0.59, 0.46, 0.95);
            animation-timing-function: cubic-bezier(0.12, 0.59, 0.46, 0.95); }
  100% {
    transform: scaleY(0.4) scaleX(1.2);
    background-color: hsl(216, 5%, 68%); } }

@keyframes circle-loader-5-shadow {
  0% {
    transform: scaleY(0.4) scaleX(1.2);
    background-color: hsl(216, 5%, 68%);
    -webkit-animation-timing-function: cubic-bezier(0.61, 0.12, 0.85, 0.4);
            animation-timing-function: cubic-bezier(0.61, 0.12, 0.85, 0.4); }
  50% {
    transform: scaleY(0.2) scaleX(0.6);
    background-color: hsl(220, 1%, 45%);
    -webkit-animation-timing-function: cubic-bezier(0.12, 0.59, 0.46, 0.95);
            animation-timing-function: cubic-bezier(0.12, 0.59, 0.46, 0.95); }
  100% {
    transform: scaleY(0.4) scaleX(1.2);
    background-color: hsl(216, 5%, 68%); } }

@supports ((-webkit-animation-name: this) or (animation-name: this)) {
  .circle-loader--v6 .circle-loader__svg {
    display: block;
    width: 48px;
    height: 48px;
    color: hsl(34, 93%, 63%); }
  .circle-loader--v6 .circle-loader__fill {
    stroke-width: 8px;
    stroke-dashoffset: 35;
    stroke-dasharray: 36 36;
    -webkit-animation: circle-loader-6 1.5s infinite;
            animation: circle-loader-6 1.5s infinite; } }

@-webkit-keyframes circle-loader-6 {
  0%, 100% {
    stroke-dashoffset: 35; }
  50% {
    stroke-dashoffset: -35; } }

@keyframes circle-loader-6 {
  0%, 100% {
    stroke-dashoffset: 35; }
  50% {
    stroke-dashoffset: -35; } }

/* --------------------------------

File#: _3_select-autocomplete
Title: Select Autocomplete
Descr: Selection dropdown with autocomplete
Usage: codyhouse.co/license

-------------------------------- */

.select-auto__input-wrapper {
  position: relative; }
  .select-auto__input-wrapper .form-control {
    width: 100%;
    height: 100%;
    padding-right: calc(0.875em + 16px); }

.select-auto__input-icon-wrapper {
  width: undefined;
  height: undefined;
  position: absolute;
  top: undefined;
  right: 0.75em;
  pointer-events: none; }
  .select-auto__input-icon-wrapper .icon {
    display: block;
    width: inherit;
    height: inherit; }

.select-auto__input-btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  pointer-events: auto;
  cursor: pointer;
  color: hsl(220, 1%, 45%);
  transition: .3s; }
  .select-auto__input-btn:hover {
    color: hsl(180, 1%, 25%); }
  .select-auto__input-btn:active {
    transform: translateY(2px); }

.select-auto--selection-done .select-auto__input-icon-wrapper > .icon {
  display: none; }

.select-auto--selection-done .select-auto__input-btn {
  display: flex; }

.select-auto__results {
  font-size: 1rem; }

.select-auto__option {
  position: relative;
  cursor: pointer;
  transition: .2s; }
  .select-auto__option:hover {
    background-color: hsla(0, 0%, 11%, 0.05); }
  .select-auto__option:focus {
    outline: none;
    background-color: hsla(34, 93%, 63%, 0.12); }
  .select-auto__option.select-auto__option--selected {
    background-color: hsl(34, 93%, 63%);
    color: hsl(0, 0%, 100%);
    padding-right: 1.75em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .select-auto__option.select-auto__option--selected:focus {
      background-color: hsl(34, 93%, 53%); }
    .select-auto__option.select-auto__option--selected::after {
      content: '';
      position: absolute;
      right: 0.75em;
      top: calc(50% - 0.5em);
      height: 1em;
      width: 1em;
      background-color: currentColor;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round' points='1,9 5,13 15,3 '/%3E%3C/svg%3E");
              mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round' points='1,9 5,13 15,3 '/%3E%3C/svg%3E"); }

.select-auto__group-title, .select-auto__no-results-msg {
  outline: none; }

/* -------------------------------- 

File#: _1_circular-progress-bar
Title: Circular Progress Bar
Descr: Display the current progress of a task using a circular SVG shape
Usage: codyhouse.co/license

-------------------------------- */

.c-progress-bar {
  width: 140px; }

html:not(.js) .c-progress-bar__shape {
  display: none; }

.c-progress-bar__shape {
  width: 100%;
  position: relative; }
  .c-progress-bar__shape svg {
    display: block;
    width: 140px;
    height: 140px;
    stroke-width: 6; }

.c-progress-bar__bg {
  stroke: currentColor;
  opacity: 0.125; }

.c-progress-bar__fill {
  stroke: currentColor; }

.c-progress-bar__value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }
  .c-progress-bar__value i {
    font-size: 0.65em; }

.js .c-progress-bar:not(.c-progress-bar--init) .c-progress-bar__fill, .js .c-progress-bar:not(.c-progress-bar--init) .c-progress-bar__value {
  visibility: hidden; }
  .c-progress-bar--color-update.c-progress-bar--init .c-progress-bar__fill {
    transition: stroke .2s; }

.c-progress-bar--fill-color-1 .c-progress-bar__fill {
  stroke: hsl(8, 92%, 63%); }

.c-progress-bar--fill-color-2 .c-progress-bar__fill {
  stroke: hsl(46, 93%, 63%); }

.c-progress-bar--fill-color-3 .c-progress-bar__fill {
  stroke: hsl(94, 48%, 56%); }

/* -------------------------------- 

File#: _2_circular-progress-card
Title: Circular Progress Card
Descr: Circular progress bar card for app UI
Usage: codyhouse.co/license

-------------------------------- */

/* -------------------------------- 

File#: _1_progress-bar
Title: Progress Bar
Descr: Display the current progress of a task
Usage: codyhouse.co/license

-------------------------------- */

.progress-bar__bg {
  position: relative;
  width: 200px;
  height: 8px;
  border-radius: 50em;
  background-color: hsla(0, 0%, 11%, 0.125);
  flex-grow: 1;
  overflow: hidden; }

.progress-bar__fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: currentColor; }

.progress-bar__value {
  flex-shrink: 0; }

.js .progress-bar[data-animation="on"]:not(.progress-bar--init) .progress-bar__fill, .js .progress-bar[data-animation="on"]:not(.progress-bar--init) .progress-bar__value,
.js .progress-bar--color-update:not(.progress-bar--init) .progress-bar__fill,
.js .progress-bar--color-update:not(.progress-bar--init) .progress-bar__value {
  opacity: 0; }
  .progress-bar--color-update.progress-bar--init .progress-bar__fill {
    transition: background-color .3s; }

.progress-bar--fill-color-1 .progress-bar__fill {
  background-color: hsl(8, 92%, 63%); }

.progress-bar--fill-color-2 .progress-bar__fill {
  background-color: hsl(46, 93%, 63%); }

.progress-bar--fill-color-3 .progress-bar__fill {
  background-color: hsl(94, 48%, 56%); }

/* -------------------------------- 

File#: _2_table-card
Title: Table Card
Descr: Table card for app UI
Usage: codyhouse.co/license

-------------------------------- */

/* -------------------------------- 

File#: _1_radial-bar-chart
Title: Radial Bar Chart
Descr: A Radial SVG graph used to display a list of percentage values
Usage: codyhouse.co/license

-------------------------------- */

.radial-bar__area {
  position: relative;
  height: 150px;
  width: 150px; }

.radial-bar__svg {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }

.radial-bar__circle {
  stroke-width: 10px;
  stroke-linecap: round;
  fill: none; }

.radial-bar__circle__fill {
  stroke: currentColor;
  transition: opacity 0.2s; }

.radial-bar__group:hover .radial-bar__circle__fill {
  opacity: 0.8; }

.radial-bar__circle__bg {
  stroke: hsl(210, 12%, 88%); }

.radial-bar__tooltip {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 0.83333em;
  background-color: hsl(210, 23%, 95%);
  padding: 0.5em;
  border-radius: 0.25em;
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 
                  0 3.1px 5.5px rgba(0, 0, 0, 0.08), 
                  0 14px 25px rgba(0, 0, 0, 0.12);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none; }

.radial-bar__bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0; }

html:not(.js) .radial-bar__area {
  display: none; }

/* -------------------------------- 

File#: _1_pie-chart
Title: Pie Chart
Descr: Data visualisation using SVG Radial Chart
Usage: codyhouse.co/license

-------------------------------- */

.pie-chart__area {
  position: relative;
  display: block;
  width: 150px;
  height: 150px; }

.pie-chart__svg {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }

.pie-chart__data-path {
  stroke: hsl(210, 23%, 95%);
  stroke-width: 2px;
  transition: opacity 0.2s;
  fill: hsl(34, 93%, 63%); }
  .pie-chart__data-path:hover {
    opacity: 0.8; }

.pie-chart__bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0; }

.pie-chart__tooltip {
  position: absolute;
  z-index: 2;
  font-size: 0.83333em;
  background-color: hsl(210, 23%, 95%);
  padding: 0.5em;
  border-radius: 0.25em;
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 
                  0 3.1px 5.5px rgba(0, 0, 0, 0.08), 
                  0 14px 25px rgba(0, 0, 0, 0.12);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none; }

/* --------------------------------

Title:Month Calendar
Descr:Month Calendar with event

-------------------------------- */

.calendar__header {
  border-radius: .5em .5em 0 0; }

.calendar {
  width: 100%; }
  .calendar::before {
    content: 'collapsed';
    display: none; }
  @media (min-width: 80rem) {
    .calendar::before {
      content: 'expanded'; } }

.monthly-calendar .calendar__days {
  display: none; }
  .monthly-calendar .calendar__days ul {
    width: 100%;
    height: 50px;
    padding: 0; }
  .monthly-calendar .calendar__days li {
    width: 14.28571%;
    margin-bottom: 0;
    padding: 0 0.75em;
    text-align: center;
    color: hsl(180, 1%, 25%);
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 0.83333em;
    font-weight: 500; }
    .monthly-calendar .calendar__days li div {
      width: 100%; }
  @media (min-width: 48rem) {
    .monthly-calendar .calendar__days {
      display: flex; }
      .monthly-calendar .calendar__days li div {
        width: auto;
        display: inline-flex;
        padding-left: 0.5em; } }

.calendar__date {
  width: 100%;
  border-radius: 0 0 .5em .5em; }
  .calendar__date > ul {
    display: flex;
    flex-wrap: wrap; }
  .calendar__date > ul > li {
    width: 100%;
    position: relative;
    background: hsl(210, 23%, 95%);
    font-size: 0.83333em;
    border: 1px solid hsl(0, 0%, 100%);
    margin: 0; }
    @media (min-width: 48rem) {
      .calendar__date > ul > li {
        min-height: 150px;
        width: 14.28571%; }
        .calendar__date > ul > li:not(:first-of-type) {
          border-left-width: 0; } }
    .calendar__date > ul > li.today {
      background-color: hsl(210, 12%, 88%);
      border: 1px solid hsl(216, 5%, 68%); }
      .calendar__date > ul > li.today .day {
        color: hsl(180, 1%, 25%); }
  .calendar__date > ul > li > .day {
    color: hsl(180, 1%, 25%);
    font-weight: normal;
    display: block;
    background: hsl(0, 0%, 100%);
    padding: 0.75em; }
    @media (min-width: 48rem) {
      .calendar__date > ul > li > .day {
        position: absolute;
        right: 5px;
        top: 5px;
        color: hsl(220, 1%, 45%);
        padding: 0;
        background: none; } }
  .calendar__date > ul > li.inactive {
    background: hsl(210, 23%, 95%); }
    .calendar__date > ul > li.inactive .day {
      color: hsl(216, 5%, 68%); }

.weekly-calendar.weekly-calendar--expanded .calendar__week {
  width: 100%;
  height: 50px;
  padding: 0;
  display: flex; }
  .weekly-calendar.weekly-calendar--expanded .calendar__week li {
    text-align: center;
    height: 50px;
    width: 14.28571%;
    padding: 0 0.75em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 0.83333em;
    font-weight: 500; }
    .weekly-calendar.weekly-calendar--expanded .calendar__week li div {
      width: auto;
      display: inline-flex;
      padding-left: 0.5em; }

.weekly-calendar:not(.weekly-calendar--expanded) .calendar-grid {
  display: flex; }
  .weekly-calendar:not(.weekly-calendar--expanded) .calendar-grid li {
    height: 70px;
    width: 100%;
    min-height: 70px; }
    .weekly-calendar:not(.weekly-calendar--expanded) .calendar-grid li ul {
      display: inline-flex; }

.weekly-calendar:not(.weekly-calendar--expanded) .calendar-date {
  overflow-x: auto; }
  .weekly-calendar:not(.weekly-calendar--expanded) .calendar-date > ul > li {
    width: 100%; }

.weekly-calendar:not(.weekly-calendar--expanded) .calendar__week {
  flex-grow: 0;
  height: 100%;
  padding: 0; }
  .weekly-calendar:not(.weekly-calendar--expanded) .calendar__week li {
    text-align: left;
    height: 70px;
    min-height: 70px;
    width: 80px;
    padding: 0.75em 0.75em 0.75em 0;
    font-size: 0.83333em;
    font-weight: 500; }
    .weekly-calendar:not(.weekly-calendar--expanded) .calendar__week li div {
      width: 100%; }

.calendar__event {
  z-index: 1;
  width: 100%; }
  @media (min-width: 64rem) {
    .calendar__event {
      overflow: visible;
      padding: 0; }
      .calendar__event::after {
        display: none; } }

.calendar__single-event {
  padding: 0.25em;
  align-items: left;
  margin-bottom: 0.5em 0;
  background: hsl(0, 0%, 100%);
  box-shadow: 0 0 5px hsl(216, 5%, 68%); }

.calendar__event-name, .calendar__event-time {
  display: block; }

.calendar__event-name {
  margin-right: 0.75em;
  font-weight: 600;
  font-size: 0.83333em; }

.calendar__event-time {
  line-height: 1;
  opacity: .8;
  font-size: 0.83333em; }

.calendar__single-event {
  margin-bottom: 0.125em;
  text-align: left;
  border-radius: 0.25em;
  border-width: 0 0 0 3px;
  border-style: solid; }

.calendar__events .calendar__single-event {
  flex-shrink: 1;
  width: calc(100% + 2px);
  height: auto;
  margin-right: 0;
  max-width: none;
  transition: opacity .2s,background .2s;
  display: block;
  display: flex;
  justify-content: space-between; }
  .calendar__events .calendar__single-event:last-of-type {
    margin-right: 0; }
  .calendar__events .calendar__single-event a {
    display: block;
    height: 100%;
    padding: .3em 1em; }
  .calendar__events .calendar__single-event .calendar__selected-event {
    visibility: hidden; }
  .calendar__events .calendar__single-event .calendar__event-info {
    min-width: 65%; }

.calendar__loading .calendar__events .calendar__single-event {
  opacity: 0; }

.calendar-modal__event-info p {
  margin-bottom: 0.25em;
  font-size: 0.83333em; }
  .calendar-modal__event-info p strong {
    color: hsl(0, 0%, 11%); }

.calendar-modal__event-info h4 {
  font-weight: 500; }

.calendar__event-action .form-control {
  background: hsl(210, 23%, 95%);
  border: none; }

.calendar__event-action .select__icon {
  right: 0; }

.calendar__event-action .btn--simple {
  padding: 0.375em;
  background: hsl(0, 0%, 100%); }

.calendar__header--btn {
  background: none;
  box-shadow: none;
  color: hsl(180, 1%, 25%); }
  .calendar__header--btn:hover, .calendar__header--btn:focus {
    box-shadow: none; }
  .calendar__header--btn svg {
    font-size: 32px; }

/* --------------------------------

Title:Dashboard Navigation
Descr:Dashboard navigation template

-------------------------------- */

.app-ui__header,
.app-ui__nav,
.app-ui__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.app-ui-mobile .app-ui__body {
  width: 100%;
  left: 0; }

.app-ui__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  z-index: 3; }

.app-ui-mobile .app-ui__header {
  background: hsl(34, 100%, 45%); }

.app-ui__logo-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center; }

.app-ui__logo {
  display: block;
  width: 130px;
  height: 45px;
  margin: auto; }
  @media (min-width: 64rem) {
    .app-ui__logo {
      width: 160px; } }
  .app-ui__logo svg {
    display: block;
    width: inherit;
    height: inherit; }

.app-ui__menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: hsl(34, 93%, 63%);
  cursor: pointer;
  transition: 0.2s; }
  .app-ui__menu-btn .icon {
    display: block; }
  .app-ui__menu-btn .icon__group {
    stroke-width: 2px; }
    .app-ui__menu-btn .icon__group > * {
      stroke-dasharray: 24;
      transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), stroke-dashoffset 0.3s, opacity 0.3s; }
    .app-ui__menu-btn .icon__group > *:nth-child(1) {
      transform-origin: 12px 6px; }
    .app-ui__menu-btn .icon__group > *:nth-child(2) {
      stroke-dashoffset: 0; }
    .app-ui__menu-btn .icon__group > *:nth-child(3) {
      transform-origin: 12px 18px; }

.app-ui--nav-expanded .app-ui__nav {
  display: flex;
  background: hsl(0, 0%, 100%); }
  .app-ui--nav-expanded .app-ui__nav > * {
    -webkit-animation: app-ui-nav-animation 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
            animation: app-ui-nav-animation 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

.app-ui--nav-expanded .app-ui__menu-btn .icon__group > *:nth-child(1) {
  transform: translateY(6px) rotate(-45deg); }

.app-ui--nav-expanded .app-ui__menu-btn .icon__group > *:nth-child(2) {
  stroke-dashoffset: 24; }

.app-ui--nav-expanded .app-ui__menu-btn .icon__group > *:nth-child(3) {
  transform: translateY(-6px) rotate(45deg); }

.app-ui--nav-expanded + #app-ui-navigation {
  display: block;
  background: hsl(0, 0%, 100%); }

.app-ui__nav,
.app-ui__body {
  top: 60px;
  height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.app-ui__nav {
  display: none;
  flex-direction: column;
  z-index: 2; }

.app-ui__body {
  z-index: 1;
  min-height: undefined;
  border-radius: 2em 0 0 0;
  background: hsl(210, 23%, 95%); }

.app-ui__header-btn,
.app-ui__user-btn {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-decoration: none; }

.app-ui__header-btn {
  display: flex;
  transition: background-color 0.3s;
  color: hsl(0, 0%, 100%); }
  .app-ui__header-btn .icon {
    font-size: 20px;
    display: block;
    margin: auto; }
  .app-ui__header-btn:hover {
    cursor: pointer;
    background-color: hsl(210, 12%, 88%); }

.app-ui__user-btn {
  display: block;
  overflow: hidden;
  transition: 0.3s; }
  .app-ui__user-btn img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .app-ui__user-btn:hover {
    opacity: 0.85; }

@media (min-width: 48rem) {
  .app-ui .app-ui__header,
  .app-ui .app-ui__nav,
  .app-ui .app-ui__body {
    z-index: 1; }
  .app-ui__nav {
    display: flex;
    width: 170px; }
  @media (min-width: 80rem) {

    .app-ui__nav {
    width: 250px; } }
  .app-ui__logo-wrapper {
    width: 170px; }
  @media (min-width: 80rem) {

    .app-ui__logo-wrapper {
    width: 250px; } }
  .app-ui__body {
    left: calc(170px + 0.25em);
    left: 170px;
    width: calc(100% - 170px); }
  @media (min-width: 80rem) {

    .app-ui__body {
    width: calc(100% - 250px); } }
  @media (min-width: 80rem) {

    .app-ui__body {
    left: 250px; } }
  @media (min-width: 80rem) {

    .app-ui__body {
    left: calc(250px + 0.25em); } }
  .app-ui__header-btn {
    color: hsl(180, 1%, 25%); }
  .app-ui__menu-btn {
    color: hsl(180, 1%, 25%); } }

@-webkit-keyframes app-ui-nav-animation {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes app-ui-nav-animation {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

/* --------------------------------

Title:Side Navigation
Descr:Vertical side navigation template

-------------------------------- */

.sidenav {
  font-size: 1rem;
  margin-top: 1px; }

.sidenav__list .sidenav__list {
  display: none; }
  .sidenav__list .sidenav__list .sidenav__link {
    padding-left: 60px; }

.sidenav__item {
  position: relative; }

.sidenav__item--expanded .sidenav__list {
  display: block; }

.sidenav__item--expanded .sidenav__sublist-control .icon {
  transform: rotate(90deg); }

.sidenav__link {
  display: block;
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0 12px 0 28px;
  text-decoration: none;
  color: hsl(220, 1%, 45%);
  background: transparent;
  transition: all 0.5s linear;
  border-radius: 0.25em;
  font-weight: 400; }
  .sidenav__link .sidenav__icon {
    color: hsl(216, 5%, 68%); }
  .sidenav__link:hover {
    color: hsl(0, 0%, 11%); }
    .sidenav__link:hover .sidenav__icon {
      color: hsl(34, 93%, 63%); }
  .sidenav__link[aria-current="page"] {
    color: hsl(0, 0%, 11%); }
    .sidenav__link[aria-current="page"] .sidenav__icon {
      color: hsl(34, 93%, 63%); }

.sidenav__icon {
  font-size: 24px;
  margin-right: 8px; }

.sidenav__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.375em; }

.sidenav__counter {
  display: inline-block;
  background-color: hsl(0, 0%, 11%);
  font-size: 0.69444em;
  padding: 0.125em 0.375em;
  border-radius: 50em;
  margin-left: auto;
  color: hsl(0, 0%, 100%); }

.sidenav__sublist-control {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 10px; }
  .sidenav__sublist-control .icon {
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    transition: transform 0.2s; }
  .sidenav__sublist-control:hover {
    background-color: hsla(0, 0%, 11%, 0.15); }

.sidenav__label {
  padding: 0.75em 12px 0.375em;
  padding-left: 28px;
  color: hsl(220, 1%, 45%);
  font-size: 0.83333em; }

.sidenav__divider {
  width: 100%;
  height: 1px;
  background-color: hsl(210, 12%, 88%);
  margin: 0.5em 0; }

.sidenav--basic .sidenav__link,
.sidenav--basic .sidenav__label {
  padding-left: 12px; }

[class*="sidenav--minified"]::before {
  display: none; }

.sidenav--minified\@xs::before {
  content: "expanded"; }
  @media (min-width: 32rem) {
    .sidenav--minified\@xs::before {
      content: "minified"; } }

.sidenav--minified\@sm::before {
  content: "expanded"; }
  @media (min-width: 48rem) {
    .sidenav--minified\@sm::before {
      content: "minified"; } }

.sidenav--minified\@md::before {
  content: "expanded"; }
  @media (min-width: 64rem) {
    .sidenav--minified\@md::before {
      content: "minified"; } }

.sidenav--minified\@lg::before {
  content: "expanded"; }
  @media (min-width: 80rem) {
    .sidenav--minified\@lg::before {
      content: "minified"; } }

.sidenav--minified\@xl::before {
  content: "expanded"; }
  @media (min-width: 90rem) {
    .sidenav--minified\@xl::before {
      content: "minified"; } }
  .app-ui:not(.app-ui--nav-expanded) .sidebar--minified .sidenav__list .sidenav__list {
    display: none !important; }
  .app-ui:not(.app-ui--nav-expanded) .sidebar--minified .sidenav__link,
  .app-ui:not(.app-ui--nav-expanded) .sidebar--minified .sidenav__label {
    padding-left: 12px; }
  .app-ui:not(.app-ui--nav-expanded) .sidebar--minified .sidenav__link {
    flex-direction: column;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .app-ui:not(.app-ui--nav-expanded) .sidebar--minified .sidenav__icon {
    margin: 0 0 8px; }
  .app-ui:not(.app-ui--nav-expanded) .sidebar--minified .sidenav__icon {
    margin: 0 0 3px; }
  .app-ui:not(.app-ui--nav-expanded) .sidebar--minified .sidenav__text {
    padding: 0;
    font-size: 0.69444em; }
  .app-ui:not(.app-ui--nav-expanded) .sidebar--minified .sidenav__counter {
    display: none; }
  .app-ui:not(.app-ui--nav-expanded) .sidebar--minified .sidenav__sublist-control {
    display: none; }

/* --------------------------------

Title:Animated Menu Button
Descr:A menu button w/ a morphing icon

-------------------------------- */

.anim-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  color: hsl(180, 1%, 25%); }

.anim-menu-btn__icon {
  position: relative;
  display: block;
  font-size: 32px;
  width: 1em;
  height: 2px;
  color: inherit;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  transform: scale(1); }
  .anim-menu-btn__icon::before, .anim-menu-btn__icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: inherit;
    border-radius: inherit; }

.anim-menu-btn__icon--close {
  background-size: 100% 100%;
  will-change: transform, background-size;
  transition: transform 0.2s, background-size 0.2s; }
  .anim-menu-btn:active .anim-menu-btn__icon--close {
    transform: scale(0.9); }
  .anim-menu-btn__icon--close::before, .anim-menu-btn__icon--close::after {
    will-change: inherit;
    transition: inherit; }
  .anim-menu-btn__icon--close::before {
    transform: translateY(-0.25em) rotate(0); }
  .anim-menu-btn__icon--close::after {
    transform: translateY(0.25em) rotate(0); }

.anim-menu-btn--state-b .anim-menu-btn__icon--close {
  background-size: 0% 100%; }
  .anim-menu-btn--state-b .anim-menu-btn__icon--close::before {
    transform: translateY(0) rotate(45deg); }
  .anim-menu-btn--state-b .anim-menu-btn__icon--close::after {
    transform: translateY(0) rotate(-45deg); }

.anim-menu-btn__icon--arrow-left,
.anim-menu-btn__icon--arrow-right,
.anim-menu-btn__icon--arrow-up,
.anim-menu-btn__icon--arrow-down {
  border-radius: 50em;
  will-change: transform;
  transition: transform 0.2s; }
  .anim-menu-btn:active .anim-menu-btn__icon--arrow-left, .anim-menu-btn:active
  .anim-menu-btn__icon--arrow-right, .anim-menu-btn:active
  .anim-menu-btn__icon--arrow-up, .anim-menu-btn:active
  .anim-menu-btn__icon--arrow-down {
    transform: scale(0.9); }
  .anim-menu-btn__icon--arrow-left::before, .anim-menu-btn__icon--arrow-left::after,
  .anim-menu-btn__icon--arrow-right::before,
  .anim-menu-btn__icon--arrow-right::after,
  .anim-menu-btn__icon--arrow-up::before,
  .anim-menu-btn__icon--arrow-up::after,
  .anim-menu-btn__icon--arrow-down::before,
  .anim-menu-btn__icon--arrow-down::after {
    transform-origin: 1px 50%;
    will-change: transform, width;
    transition: transform 0.2s, width 0.2s; }
  .anim-menu-btn__icon--arrow-left::before,
  .anim-menu-btn__icon--arrow-right::before,
  .anim-menu-btn__icon--arrow-up::before,
  .anim-menu-btn__icon--arrow-down::before {
    transform: translateY(-0.25em) rotate(0); }
  .anim-menu-btn__icon--arrow-left::after,
  .anim-menu-btn__icon--arrow-right::after,
  .anim-menu-btn__icon--arrow-up::after,
  .anim-menu-btn__icon--arrow-down::after {
    transform: translateY(0.25em) rotate(0); }

.anim-menu-btn__icon--arrow-right {
  transform: rotate(180deg); }
  .anim-menu-btn:active .anim-menu-btn__icon--arrow-right {
    transform: rotate(180deg) scale(0.9); }

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::before, .anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::after {
  width: 50%; }

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::before {
  transform: translateY(0) rotate(-45deg); }

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::after {
  transform: translateY(0) rotate(45deg); }

.anim-menu-btn--state-b:active .anim-menu-btn__icon--arrow-up {
  transform: rotate(90deg) scale(0.9); }

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up {
  transform: rotate(90deg); }

.anim-menu-btn--state-b:active .anim-menu-btn__icon--arrow-down {
  transform: rotate(-90deg) scale(0.9); }

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down {
  transform: rotate(-90deg); }

/* --------------------------------

Title:Avatar
Descr:A user profile image component

-------------------------------- */

.avatar {
  font-size: 2em;
  position: relative; }

.avatar__figure {
  width: 1em;
  height: 0;
  padding-bottom: 1em;
  border-radius: 50%;
  overflow: hidden; }

.avatar__img,
.avatar__placeholder {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: inherit; }

.avatar__placeholder {
  background-color: hsl(216, 5%, 68%);
  color: hsl(210, 23%, 95%);
  fill: transparent; }

.avatar--btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer; }

.avatar--sm {
  font-size: 1em; }

.avatar--md {
  font-size: 2em; }

.avatar--lg {
  font-size: 3em; }

.avatar__status {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  box-shadow: 0 0 0 2px hsl(210, 23%, 95%);
  background-color: hsl(220, 1%, 45%); }

.avatar__status--active {
  background-color: hsl(94, 48%, 56%); }

.avatar__status--busy {
  background-color: hsl(8, 92%, 63%); }

.avatar__initials,
.avatar__users-counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: inherit;
  background-color: hsl(210, 12%, 88%);
  color: hsl(0, 0%, 11%);
  display: flex;
  justify-content: center;
  align-items: center; }

.avatar__initials {
  text-align: center; }
  .avatar__initials span {
    font-size: 0.5em; }

.avatar__users-counter span {
  font-size: 0.42em; }

.avatar-group {
  display: flex; }
  .avatar-group .avatar {
    margin-left: -0.1em; }
  .avatar-group .avatar__figure {
    box-shadow: 0 0 0 3px hsl(210, 23%, 95%); }

.login {
  background: linear-gradient(to right, hsl(34, 93%, 73%) 10%, hsl(34, 100%, 45%) 100%); }

[data-theme="Chouchou Deli"].login {
  background: linear-gradient(to right, hsl(34, 93%, 83%) 10%, hsl(34, 100%, 45%) 100%); }

.login-form {
  background: hsl(0, 0%, 100%);
  text-align: center;
  padding: 2em;
  border-radius: 0.25em; }

/* --------------------------------

Title:Dropdown
Descr:A hoverable link that toggles the visibility of a dropdown list

-------------------------------- */

.dropdown {
  position: relative; }

.dropdown__menu {
  width: 200px;
  border-radius: 0.25em;
  padding: 0.375em 0;
  background-color: hsl(210, 23%, 95%);
  box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025),
                  0 0.9px 1.5px rgba(0, 0, 0, 0.05), 
                  0 3.5px 6px rgba(0, 0, 0, 0.1);
  z-index: 5;
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s 0.2s; }

@media (pointer: fine) {
  .dropdown__wrapper:hover > .dropdown__menu,
  .dropdown__sub-wrapper:hover > .dropdown__menu {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s; }
  .dropdown__sub-wrapper:hover > .dropdown__menu {
    left: 100%; } }

.dropdown__item {
  display: block;
  text-decoration: none;
  color: hsl(180, 1%, 25%);
  padding: 0.375em 0.75em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .dropdown__item:hover, .dropdown__item.dropdown__item--hover {
    background-color: hsl(210, 12%, 88%); }

.dropdown__separator {
  height: 1px;
  background-color: hsl(216, 5%, 68%);
  margin: 0.375em 0.75em; }

.dropdown__sub-wrapper {
  position: relative; }
  .dropdown__sub-wrapper > .dropdown__item {
    position: relative;
    padding-right: calc(0.75em + 12px); }
    .dropdown__sub-wrapper > .dropdown__item .icon {
      position: absolute;
      display: block;
      width: 12px;
      height: 12px;
      right: 0.375em;
      top: calc(50% - 6px); }
  .dropdown__sub-wrapper > .dropdown__menu {
    top: -0.375em;
    box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 
                  0 3.1px 5.5px rgba(0, 0, 0, 0.08), 
                  0 14px 25px rgba(0, 0, 0, 0.12); }

.js .dropdown__menu {
  top: calc(100% + 4px); }

.js .dropdown__sub-wrapper .dropdown__menu {
  top: -0.375em; }

@media (pointer: fine) {
  .js .dropdown__menu--is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s; } }

.js .dropdown__menu--is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s 0.2s; }

.js .dropdown__sub-wrapper > .dropdown__menu--is-visible,
.js .dropdown__sub-wrapper > .dropdown__menu--is-hidden {
  left: 100%; }
  .js .dropdown__sub-wrapper > .dropdown__menu--is-visible.dropdown__menu--left,
  .js .dropdown__sub-wrapper > .dropdown__menu--is-hidden.dropdown__menu--left {
    left: -100%; }

/* --------------------------------

Title:Article Preview
Descr:Blog post excerpt, containing a link to the article page

-------------------------------- */
.story {
  background: hsl(0, 0%, 100%);
  border-radius: 0.25em;
  border: 1px solid hsl(210, 12%, 88%); }

.story__content {
  padding: 0.75em; }

.story__img {
  display: block;
  transition: opacity 0.2s;
  margin-bottom: 0.5em; }
  .story__img figure {
    border-radius: 0.25em;
    overflow: hidden;
    background: hsl(0, 0%, 100%); }
  .story__img:hover {
    opacity: 0.85; }
  .story__img img {
    display: block;
    border-radius: 0.25em;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 16rem;
    margin: 0 auto; }

.story__category {
  display: inline-flex;
  align-items: center;
  color: hsl(34, 93%, 63%);
  text-decoration: none;
  font-size: 0.83333em;
  background-color: hsla(34, 93%, 83%, 0.3);
  padding: 0.25em 0.375em;
  border-radius: 0.25em;
  transition: background-color 0.2s; }
  .story__category:hover {
    text-decoration: underline;
    background-color: hsla(34, 93%, 83%, 0.5); }

.story__title {
  font-size: undefined;
  margin-bottom: 0.125em; }
  .story__title a {
    color: hsl(0, 0%, 11%);
    text-decoration: none; }
    .story__title a:hover {
      text-decoration: underline; }

.story__author-name {
  margin-bottom: 0.125em; }
  .story__author-name a {
    text-decoration: none;
    color: hsl(0, 0%, 11%); }
    .story__author-name a:hover {
      text-decoration: underline; }

.story__meta {
  font-size: 0.83333em;
  color: hsl(220, 1%, 45%);
  margin: 0; }

@media (min-width: 64rem) {
  .story--featured {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 1.25em;
    align-items: center; }
    .story--featured .story__img {
      margin: 0; }
    .story--featured .story__title {
      font-size: 1.728em; } }

/* --------------------------------

Title:Interactive Table
Descr:Table with the option of sorting data and selecting rows to perform specific actions

-------------------------------- */
.int-table__table.table--collapsed {
  border-collapse: separate;
  border-spacing: 0 1.25em;
  margin-top: -0.75em;
  width: 100%;
  background: hsl(0, 0%, 100%);
  padding: 0.75em; }
  @media (min-width: 64rem) {
    .int-table__table.table--collapsed {
      background: hsl(210, 23%, 95%); } }
  .int-table__table.table--collapsed .int-table__header {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%); }
  .int-table__table.table--collapsed .int-table__row .int-table__cell:first-child {
    border-radius: 0.25em 0.25em 0 0; }
  .int-table__table.table--collapsed .int-table__row .int-table__cell:last-child {
    border-radius: 0 0 0.25em 0.25em; }
    .int-table__table.table--collapsed .int-table__row .int-table__cell:last-child::after {
      display: none; }
  .int-table__table.table--collapsed .int-table__cell {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: right;
    padding: 1.25em;
    background-color: hsl(0, 0%, 100%);
    max-width: inherit; }
    .int-table__table.table--collapsed .int-table__cell::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 1.25em;
      width: calc(100% - 2.5em);
      height: 1px;
      background-color: hsl(216, 5%, 68%); }
  .int-table__table.table--collapsed .int-table__label {
    font-weight: bold;
    text-align: left;
    color: hsl(0, 0%, 11%);
    margin-right: 1.25em; }

.int-table__table:not(.table--collapsed) {
  border-bottom: 2px solid hsl(210, 12%, 88%);
  background: hsl(0, 0%, 100%); }
  .int-table__table:not(.table--collapsed) .int-table__inner {
    overflow: auto; }
    .int-table__table:not(.table--collapsed) .int-table__inner::-webkit-scrollbar {
      height: 8px;
      width: 8px; }
    .int-table__table:not(.table--collapsed) .int-table__inner::-webkit-scrollbar-track {
      background-color: hsl(210, 12%, 88%); }
    .int-table__table:not(.table--collapsed) .int-table__inner::-webkit-scrollbar-thumb {
      background-color: hsla(0, 0%, 11%, 0.9);
      border-radius: 50em; }
    .int-table__table:not(.table--collapsed) .int-table__inner::-webkit-scrollbar-thumb:hover {
      background-color: hsl(0, 0%, 11%); }
  .int-table__table:not(.table--collapsed) .int-table__header .int-table__cell {
    background-color: hsl(210, 23%, 95%);
    box-shadow: 0 2px 0 hsl(216, 5%, 68%);
    padding: 1.25em 0.75em;
    text-transform: uppercase;
    font-size: 0.83333em; }
  .int-table__table:not(.table--collapsed) .int-table__body .int-table__row {
    border-bottom: 1px solid hsl(210, 12%, 88%);
    position: relative; }
    .int-table__table:not(.table--collapsed) .int-table__body .int-table__row::hover {
      background-color: hsla(34, 93%, 83%, 0.1); }
  .int-table__table:not(.table--collapsed) .int-table__body .int-table__row--checked {
    background-color: hsla(34, 93%, 63%, 0.1);
    border-color: hsla(34, 93%, 63%, 0.25); }
  .int-table__table:not(.table--collapsed) .int-table__cell {
    padding: 0.75em; }
  .int-table__table:not(.table--collapsed) .int-table__cell--th {
    font-weight: 600; }
  @media (min-width: 90rem) {
    .int-table__table:not(.table--collapsed) .int-table__header .int-table__cell {
      padding: 1.25em; }
    .int-table__table:not(.table--collapsed) .int-table__cell {
      padding: 0.75em 1.25em; } }
  .int-table__table:not(.table--collapsed) .int-table__label {
    display: none; }
  .int-table__table:not(.table--collapsed) .int-table__cell--sort {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .int-table__table:not(.table--collapsed) .int-table__cell--sort:hover {
      cursor: pointer;
      background-color: hsl(210, 12%, 88%); }
  .int-table__table:not(.table--collapsed) .int-table__cell--focus {
    background-color: hsla(34, 93%, 63%, 0.15); }
  .int-table__table:not(.table--collapsed) .int-table__sort-icon .arrow-up,
  .int-table__table:not(.table--collapsed) .int-table__sort-icon .arrow-down {
    fill: hsla(0, 0%, 11%, 0.3); }
  .int-table__table:not(.table--collapsed) .int-table__cell--asc .int-table__sort-icon .arrow-up,
  .int-table__table:not(.table--collapsed) .int-table__cell--desc .int-table__sort-icon .arrow-down {
    fill: hsl(0, 0%, 11%); }
  .int-table__table:not(.table--collapsed) .int-table__checkbox {
    display: block;
    width: undefined;
    height: undefined; }
  .int-table__table:not(.table--collapsed) .int-table__checkbox {
    height: 18px; }
  .int-table__table:not(.table--collapsed) .int-table__checkbox {
    width: 18px; }
  .int-table__table:not(.table--collapsed) .int-table__menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    border-radius: 50%; }
    .int-table__table:not(.table--collapsed) .int-table__menu-btn .icon {
      display: block;
      width: 16px;
      height: 16px; }
    .int-table__table:not(.table--collapsed) .int-table__menu-btn:hover, .int-table__table:not(.table--collapsed) .int-table__menu-btn.menu-control--active {
      background-color: hsla(0, 0%, 11%, 0.1); }
    .int-table__table:not(.table--collapsed) .int-table__menu-btn:active {
      background-color: hsla(0, 0%, 11%, 0.25); }
  .int-table__table:not(.table--collapsed) .int-table--sticky-header {
    /* position:relative; z-index:1; */ }
    .int-table__table:not(.table--collapsed) .int-table--sticky-header .int-table__inner {
      /* max-height:480px; */ }
    .int-table__table:not(.table--collapsed) .int-table--sticky-header .int-table__header .int-table__cell {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 2; }

.int-table__table {
  width: 100%; }

.js .js-int-table__table {
  opacity: 0; }

.js .table--loaded {
  opacity: 1; }

[class*="table--expanded"]::before {
  display: none; }

.table--expanded\@xs::before {
  content: "collapsed"; }
  @media (min-width: 32rem) {
    .table--expanded\@xs::before {
      content: "expanded"; } }

.table--expanded\@sm::before {
  content: "collapsed"; }
  @media (min-width: 48rem) {
    .table--expanded\@sm::before {
      content: "expanded"; } }

.table--expanded\@md::before {
  content: "collapsed"; }
  @media (min-width: 64rem) {
    .table--expanded\@md::before {
      content: "expanded"; } }

.table--expanded\@lg::before {
  content: "collapsed"; }
  @media (min-width: 80rem) {
    .table--expanded\@lg::before {
      content: "expanded"; } }

.table--expanded\@xl::before {
  content: "collapsed"; }
  @media (min-width: 90rem) {
    .table--expanded\@xl::before {
      content: "expanded"; } }

.table__cell--xs {
  min-width: 6rem; }

.table__cell--sm {
  min-width: 8rem; }

.table__cell--md {
  min-width: 10rem; }

.table__cell--lg {
  min-width: 12rem; }

.table__cell--xl {
  min-width: 16rem; }

.table__cell--xxs-max {
  max-width: 3rem; }

.table__cell--xs-max {
  max-width: 6rem; }

.table__cell--sm-max {
  max-width: 8rem; }

.table__cell--md-max {
  max-width: 10rem; }

.table__cell--lg-max {
  max-width: 12rem; }

.table__cell--xl-max {
  max-width: 16rem; }

/* --------------------------------

File#: _1_table-v2
Title: Table v2
Descr: Basic table template
Usage: codyhouse.co/license

-------------------------------- */
.tbl__table.table--collapsed {
  border-collapse: separate;
  border-spacing: 0 1.25em;
  margin-top: -0.75em;
  width: 100%;
  background: hsl(210, 23%, 95%); }
  .tbl__table.table--collapsed .tbl__header {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%); }
  .tbl__table.table--collapsed .tbl__row .tbl__cell:first-child {
    border-radius: 0.25em 0.25em 0 0; }
  .tbl__table.table--collapsed .tbl__row .tbl__cell:last-child {
    border-radius: 0 0 0.25em 0.25em; }
    .tbl__table.table--collapsed .tbl__row .tbl__cell:last-child::after {
      display: none; }
  .tbl__table.table--collapsed .tbl__cell {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: right;
    padding: 1.25em;
    background-color: hsl(0, 0%, 100%); }
    .tbl__table.table--collapsed .tbl__cell::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 1.25em;
      width: calc(100% - 2.5em);
      height: 1px;
      background-color: hsl(216, 5%, 68%); }
  .tbl__table.table--collapsed .tbl__label {
    font-weight: bold;
    text-align: left;
    color: hsl(0, 0%, 11%);
    margin-right: 1.25em;
    font-size: 1.2em;
    width: 100%;
    display: block; }

.tbl {
  position: relative;
  z-index: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .tbl::-webkit-scrollbar {
    height: 8px;
    width: 8px; }
  .tbl::-webkit-scrollbar-track {
    background-color: hsl(210, 12%, 88%); }
  .tbl::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 11%, 0.9);
    border-radius: 50em; }
  .tbl::-webkit-scrollbar-thumb:hover {
    background-color: hsl(0, 0%, 11%); }

.tbl__table {
  width: 100%; }

.tbl__table:not(.table--collapsed) .tbl__body .tbl__row {
  border-bottom: 1px solid hsl(210, 12%, 88%);
  transition: .2s; }
  .tbl__table:not(.table--collapsed) .tbl__body .tbl__row:hover {
    background-color: hsla(210, 12%, 88%, 0.35); }
  .tbl__table:not(.table--collapsed) .tbl__body .tbl__row:last-child {
    border-bottom: none; }

.tbl__table:not(.table--collapsed) .tbl__cell {
  padding: 0.5em; }

/* --------------------------------

Title:Popover
Descr:A pop-up box controlled by a trigger element

-------------------------------- */

.popover {
  position: fixed;
  width: 150px;
  z-index: 5;
  margin-top: 4px;
  overflow: auto;
  margin-bottom: 4px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s; }

.popover--is-visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s; }

/* IMG LINK */
.img__link {
  position: relative; }
  .img__link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 0%, 0.6);
    opacity: 0;
    transition: opacity 0.2s; }
  .img__link:hover::after {
    opacity: 1; }

.img__link {
  text-decoration: none;
  display: block;
  color: inherit; }

.img__link-icon {
  position: absolute;
  z-index: 1;
  width: 64px;
  height: 64px;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
  transition: opacity 0.2s; }
  .img__link-icon .icon {
    display: block;
    width: 32px;
    height: 32px;
    color: hsl(0, 0%, 100%); }

.img__link:hover .img__link-icon {
  opacity: 1; }

/* --------------------------------

Title:Table v2
Descr:Basic table template

-------------------------------- */
.tbl {
  position: relative;
  z-index: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .tbl::-webkit-scrollbar {
    height: 8px;
    width: 8px; }
  .tbl::-webkit-scrollbar-track {
    background-color: hsl(210, 12%, 88%); }
  .tbl::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 11%, 0.9);
    border-radius: 50em; }
  .tbl::-webkit-scrollbar-thumb:hover {
    background-color: hsl(0, 0%, 11%); }

.tbl__table {
  width: 100%; }

.tbl__body .tbl__row {
  border-bottom: 1px solid hsl(210, 12%, 88%); }
  .tbl__body .tbl__row:last-child {
    border-bottom: none; }

.tbl__row {
  transition: 0.2s; }
  .tbl__row:hover {
    background-color: hsla(210, 12%, 88%, 0.35); }

.tbl__cell {
  padding: 0.5em; }

/* --------------------------------

Title:Tooltip
Descr:A popup displaying additional text information

-------------------------------- */

.tooltip-trigger {
  white-space: nowrap;
  /* border-bottom:1px dotted var(--color-contrast-high); cursor:help; */ }

.tooltip {
  display: inline-block;
  position: absolute;
  z-index: 5;
  padding: 0.375em;
  border-radius: 0.25em;
  max-width: 200px;
  background-color: hsla(0, 0%, 11%, 0.98);
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 
                  0 3.1px 5.5px rgba(0, 0, 0, 0.08), 
                  0 14px 25px rgba(0, 0, 0, 0.12);
  color: hsl(210, 23%, 95%);
  font-size: 0.83333em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.2s, visibility 0.2s; }
  .tooltip a {
    color: inherit;
    text-decoration: underline; }
  @supports ((-webkit-clip-path: inset(50%)) or (clip-path: inset(50%))) {
    .tooltip::before {
      content: "";
      position: absolute;
      background-color: inherit;
      border: inherit;
      width: 12px;
      height: 12px;
      -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%); } }

.tooltip:not(.tooltip--sticky) {
  pointer-events: none; }

.tooltip--lg {
  max-width: 350px;
  padding: 0.5em; }

.tooltip--top::before,
.tooltip--bottom::before {
  left: calc(50% - 6px); }

.tooltip--top::before {
  bottom: -6px;
  transform: rotate(-45deg); }

.tooltip--bottom::before {
  top: -6px;
  transform: rotate(135deg); }

.tooltip--left::before,
.tooltip--right::before {
  top: calc(50% - 6px); }

.tooltip--left::before {
  right: -6px;
  transform: rotate(-135deg); }

.tooltip--right::before {
  left: -6px;
  transform: rotate(45deg); }

.tooltip--is-hidden {
  visibility: hidden;
  opacity: 0; }

/* --------------------------------

Title:Modal Window
Descr:A modal dialog used to display critical information

-------------------------------- */
.modal {
  position: fixed;
  z-index: 15;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden; }
  .modal:not(.modal--is-visible) {
    pointer-events: none;
    background-color: transparent; }

.modal--is-visible {
  opacity: 1;
  visibility: visible; }

.modal__content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%; }
  .modal__content .modal__img {
    max-height: 25rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    display: block; }

.modal__close-btn {
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  transition: 0.2s; }
  .modal__close-btn .icon {
    display: block;
    margin: auto; }

.modal__close-btn--outer {
  width: 3.2em;
  height: 3.2em;
  position: fixed;
  top: 0.75em;
  right: 0.75em;
  z-index: 10;
  background-color: hsla(0, 0%, 11%, 0.8); }
  .modal__close-btn--outer:hover {
    background-color: hsl(0, 0%, 11%); }
  .modal__close-btn--outer .icon {
    color: hsl(210, 23%, 95%); }

.modal__close-btn--inner {
  width: 2em;
  height: 2em;
  background-color: hsl(210, 23%, 95%);
  box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025),
                  0 0.9px 1.5px rgba(0, 0, 0, 0.05), 
                  0 3.5px 6px rgba(0, 0, 0, 0.1); }
  .modal__close-btn--inner .icon {
    color: inherit; }
  .modal__close-btn--inner:hover {
    box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 
                  0 3.1px 5.5px rgba(0, 0, 0, 0.08), 
                  0 14px 25px rgba(0, 0, 0, 0.12); }

@media (prefers-reduced-motion: no-preference) {
  .modal--animate-fade {
    transition: opacity 0.2s, background-color 0.2s, visibility 0s 0.2s; }
  @media (prefers-reduced-motion: no-preference) {

    .modal--animate-fade {
    transition: opacity 0.2s, background-color 0.2s, visibility 0s 0.2s; } }
    .modal--animate-fade.modal--is-visible {
      transition: opacity 0.2s, background-color 0.2s, visibility 0s; }
  .modal--animate-scale,
  .modal--animate-translate-up,
  .modal--animate-translate-down,
  .modal--animate-translate-right,
  .modal--animate-translate-left {
    transition: opacity 0.2s, visibility 0s 0.2s; }
  @media (prefers-reduced-motion: no-preference) {

    .modal--animate-scale,
  .modal--animate-translate-up,
  .modal--animate-translate-down,
  .modal--animate-translate-right,
  .modal--animate-translate-left {
    transition: opacity 0.2s, visibility 0s 0.2s; } }
    .modal--animate-scale .modal__content,
    .modal--animate-translate-up .modal__content,
    .modal--animate-translate-down .modal__content,
    .modal--animate-translate-right .modal__content,
    .modal--animate-translate-left .modal__content {
      will-change: transform;
      transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media (prefers-reduced-motion: no-preference) {

    .modal--animate-scale .modal__content,
    .modal--animate-translate-up .modal__content,
    .modal--animate-translate-down .modal__content,
    .modal--animate-translate-right .modal__content,
    .modal--animate-translate-left .modal__content {
      transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } }
    .modal--animate-scale.modal--is-visible,
    .modal--animate-translate-up.modal--is-visible,
    .modal--animate-translate-down.modal--is-visible,
    .modal--animate-translate-right.modal--is-visible,
    .modal--animate-translate-left.modal--is-visible {
      transition: opacity 0.2s, visibility 0s; }
      .modal--animate-scale.modal--is-visible .modal__content,
      .modal--animate-translate-up.modal--is-visible .modal__content,
      .modal--animate-translate-down.modal--is-visible .modal__content,
      .modal--animate-translate-right.modal--is-visible .modal__content,
      .modal--animate-translate-left.modal--is-visible .modal__content {
        transform: scale(1); }
  .modal--animate-slide-up,
  .modal--animate-slide-down,
  .modal--animate-slide-right,
  .modal--animate-slide-left {
    transition: background-color 0.3s, visibility 0s 0.3s; }
  @media (prefers-reduced-motion: no-preference) {

    .modal--animate-slide-up,
  .modal--animate-slide-down,
  .modal--animate-slide-right,
  .modal--animate-slide-left {
    transition: background-color 0.3s, visibility 0s 0.3s; } }
    .modal--animate-slide-up .modal__content,
    .modal--animate-slide-down .modal__content,
    .modal--animate-slide-right .modal__content,
    .modal--animate-slide-left .modal__content {
      will-change: transform;
      transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media (prefers-reduced-motion: no-preference) {

    .modal--animate-slide-up .modal__content,
    .modal--animate-slide-down .modal__content,
    .modal--animate-slide-right .modal__content,
    .modal--animate-slide-left .modal__content {
      transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); } }
    .modal--animate-slide-up.modal--is-visible,
    .modal--animate-slide-down.modal--is-visible,
    .modal--animate-slide-right.modal--is-visible,
    .modal--animate-slide-left.modal--is-visible {
      transition: background-color 0.2s, visibility 0s; }
      .modal--animate-slide-up.modal--is-visible .modal__content,
      .modal--animate-slide-down.modal--is-visible .modal__content,
      .modal--animate-slide-right.modal--is-visible .modal__content,
      .modal--animate-slide-left.modal--is-visible .modal__content {
        transform: scale(1); }
  .modal--animate-scale .modal__content {
    transform: scale(0.95); }
  .modal--animate-translate-up .modal__content {
    transform: translateY(40px); }
  .modal--animate-translate-down .modal__content {
    transform: translateY(-40px); }
  .modal--animate-translate-right .modal__content {
    transform: translateX(-40px); }
  .modal--animate-translate-left .modal__content {
    transform: translateX(40px); }
  .modal--animate-slide-up .modal__content {
    transform: translateY(100%); }
  .modal--animate-slide-down .modal__content {
    transform: translateY(-100%); }
  .modal--animate-slide-right .modal__content {
    transform: translateX(-100%); }
  .modal--animate-slide-left .modal__content {
    transform: translateX(100%); } }

.modal--is-loading .modal__content {
  visibility: hidden; }

.modal--is-loading .modal__loader {
  display: flex; }

.modal__loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  pointer-events: none; }

/* --------------------------------

Title:Drawer
Descr:A slide-in panel used to display critical content

-------------------------------- */

.drawer {
  position: fixed;
  z-index: 15;
  width: 100%;
  max-width: 400px;
  height: 100%;
  top: 0;
  right: 0;
  visibility: hidden;
  transition: visibility 0s 0.3s; }
  .drawer:focus {
    outline: none; }

.drawer--is-visible {
  visibility: visible;
  transition: none; }

.drawer--open-left {
  right: auto;
  left: 0; }

.drawer__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: hsl(210, 23%, 95%);
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 
                  0 3.1px 5.5px rgba(0, 0, 0, 0.08), 
                  0 14px 25px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s;
  transform: translateX(100%);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  .drawer--open-left .drawer__content {
    transform: translateX(-100%); }
  .drawer--is-visible .drawer__content {
    transform: translateX(0); }

.drawer__body {
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch; }

.drawer__close-btn {
  z-index: 10;
  top: 0.375em;
  right: 0.375em;
  width: 2em;
  height: 2em;
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: hsla(210, 23%, 95%, 0.95);
  box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025),
                  0 0.9px 1.5px rgba(0, 0, 0, 0.05), 
                  0 3.5px 6px rgba(0, 0, 0, 0.1);
  transition: 0.2s; }
  .drawer__close-btn:hover {
    background-color: hsl(210, 23%, 95%);
    box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 
                  0 3.1px 5.5px rgba(0, 0, 0, 0.08), 
                  0 14px 25px rgba(0, 0, 0, 0.12); }
  .drawer__close-btn .icon {
    display: block;
    color: hsl(180, 1%, 25%); }

.drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 0.5em 1.25em;
  border-bottom: 1px solid hsl(210, 12%, 88%); }

.drawer--modal {
  max-width: none;
  background-color: hsla(0, 0%, 11%, 0);
  transition: background-color 0.3s, visibility 0s 0.3s; }
  .drawer--modal.drawer--is-visible {
    background-color: hsla(0, 0%, 11%, 0.6);
    transition: background-color 0.3s; }
  .drawer--modal.drawer--open-left .drawer__content {
    right: auto;
    left: 0; }
  .drawer--modal .drawer__content {
    max-width: 400px; }

/* --------------------------------

Title: Tabs
Descr: A list of content sections (panels), accessible one at a time using control labels

-------------------------------- */
.tabs__control {
  text-decoration: none;
  color: hsl(0, 0%, 11%);
  font-weight: 500; }
  .tabs__control:focus {
    background-color: hsla(210, 12%, 88%, 0.3); }
  .tabs__control:hover {
    color: hsl(34, 93%, 63%); }

.js .tabs__control[aria-selected="true"] {
  color: hsl(34, 93%, 63%);
  background-color: hsla(34, 93%, 83%, 0.3);
  padding: 0.375em 1.25em;
  border-radius: 0.25em; }

/* --------------------------------

File#: _1_menu
Title: Menu
Descr: Application menu that provides access to a set of functionalities
Usage: codyhouse.co/license

-------------------------------- */
.menu {
  list-style: none;
  width: 180px;
  position: fixed;
  background-color: hsl(210, 23%, 95%);
  padding: 0.375em 0;
  overflow: auto;
  border-radius: 0.25em;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s;
  border: 1px solid hsl(210, 12%, 88%); }

.menu--is-visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s; }

.menu--overlay {
  z-index: 15; }

.menu__content {
  display: block;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: undefined;
  cursor: pointer;
  color: hsl(180, 1%, 25%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }
  .menu__content:hover {
    background-color: hsl(210, 12%, 88%); }
  .menu__content:focus {
    outline: none;
    background-color: hsla(34, 93%, 63%, 0.1); }

.menu__label {
  padding: 0.375em 0;
  font-size: 0.83333em;
  color: hsl(220, 1%, 45%); }

.menu__separator {
  height: 1px;
  background-color: hsl(216, 5%, 68%);
  margin: undefined; }

.menu__icon {
  color: hsla(0, 0%, 11%, 0.7);
  margin-right: 0.375em;
  font-size: 1.2rem; }

/* --------------------------------

File#: _1_user-cell
Title: User Cell
Descr: Profile card containing profile image + metadata
Usage: codyhouse.co/license

-------------------------------- */

.user-cell {
  font-size: 1rem;
  padding: 0.75em;
  border-radius: 0.25em; }

.user-cell__img,
.user-cell__placeholder {
  display: block;
  border-radius: 50%;
  width: 64px;
  height: 64px; }

.user-cell__img {
  -o-object-fit: cover;
     object-fit: cover; }

.user-cell__placeholder {
  background-color: hsl(210, 12%, 88%);
  color: hsl(220, 1%, 45%); }

.user-cell__content {
  margin-bottom: 0.75em; }

.user-cell__social-icon {
  display: block;
  padding: 0.75em;
  border-radius: 50%;
  background-color: hsl(210, 23%, 95%);
  box-shadow: 0 0.1px 0.3px rgba(0, 0, 0, 0.06),
                  0 1px 2px rgba(0, 0, 0, 0.12);
  color: hsl(220, 1%, 45%);
  transition: 0.2s; }
  .user-cell__social-icon .icon {
    display: block;
    transition: color 0.2s; }
  .user-cell__social-icon:hover {
    box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 
                  0 3.1px 5.5px rgba(0, 0, 0, 0.08), 
                  0 14px 25px rgba(0, 0, 0, 0.12); }
    .user-cell__social-icon:hover .icon {
      color: hsl(34, 93%, 63%); }

@supports (grid-area: auto) {
  .user-cell {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 0.375em; }
  .user-cell__body {
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    grid-gap: 0.5em; }
  .user-cell__img,
  .user-cell__content {
    margin-bottom: 0; } }

/* --------------------------------

File#: _1_vertical-timeline
Title: Vertical Timeline
Descr: A vertical timeline used to display a sequence of events/steps
Usage: codyhouse.co/license

-------------------------------- */

.v-timeline {
  position: relative;
  padding: 2em 0; }
  .v-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 7px;
    height: 100%;
    width: 2px;
    background-color: hsla(0, 0%, 11%, 0.1); }

.v-timeline__section {
  position: relative;
  display: flex; }
  .v-timeline__section:not(:last-of-type) {
    margin-bottom: 2em; }

.v-timeline__marker {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-right: calc(12px + 0.375em); }

.v-timeline__item {
  position: relative;
  top: 8px;
  flex-grow: 1; }
  .v-timeline__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -11px;
    height: 12px;
    width: 12px;
    background-color: inherit;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%); }
  .v-timeline__item:not(:last-child) {
    margin-bottom: 0.75em; }
  .v-timeline__item:not(:first-child) .v-timeline__date {
    display: none; }
  .v-timeline__item:not(:first-child)::before {
    display: none; }

.v-timeline__date-value {
  color: hsl(220, 1%, 45%);
  font-size: 0.83333em;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

@media not all and (min-width: 32rem) {
  .v-timeline__item:first-child {
    border-top-left-radius: 0; } }

@media (min-width: 32rem) {
  .v-timeline::before {
    left: calc(50% - 1px); }
  .v-timeline__section {
    width: calc(50% + 8px); }
    .v-timeline__section:nth-child(odd) {
      flex-direction: row-reverse; }
      .v-timeline__section:nth-child(odd) .v-timeline__marker {
        margin-right: 0;
        margin-left: calc(12px + 0.375em); }
      .v-timeline__section:nth-child(odd) .v-timeline__item::before {
        left: auto;
        right: -11px;
        transform: scaleX(-1); }
      .v-timeline__section:nth-child(odd) .v-timeline__item:first-child {
        border-top-right-radius: 0; }
      .v-timeline__section:nth-child(odd) .v-timeline__date {
        right: calc(-40px + -0.75em);
        transform: translateX(100%) translateY(-50%); }
    .v-timeline__section:nth-child(even) {
      margin-left: auto; }
      .v-timeline__section:nth-child(even) .v-timeline__item:first-child {
        border-top-left-radius: 0; }
      .v-timeline__section:nth-child(even) .v-timeline__date {
        left: calc(-40px + -0.75em);
        transform: translateX(-100%) translateY(-50%); }
  .v-timeline__section--is-hidden {
    opacity: 0; }
  .v-timeline__date {
    position: absolute;
    top: 0;
    white-space: nowrap; }
  .js .v-timeline[data-animation="on"] .v-timeline__marker {
    opacity: 0;
    transform: scale(0.5);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s; }
  .js .v-timeline[data-animation="on"] .v-timeline__item {
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s; }
  .js .v-timeline[data-animation="on"] .v-timeline__section:nth-child(odd) .v-timeline__item {
    transform: translateX(-50px); }
  .js .v-timeline[data-animation="on"] .v-timeline__section:nth-child(even) .v-timeline__item {
    transform: translateX(50px); }
  .js .v-timeline[data-animation="on"] .v-timeline__section--animate .v-timeline__item {
    transform: translateX(0) !important;
    opacity: 1; }
  .js .v-timeline[data-animation="on"] .v-timeline__section--animate .v-timeline__marker {
    transform: scale(1);
    opacity: 1; } }

/* --------------------------------

File#: _1_dialog
Title: Dialog
Descr: Overlay informing user about tasks/decisions
Usage: codyhouse.co/license

-------------------------------- */
.dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 15;
  opacity: 0;
  visibility: hidden; }

.dialog__content {
  width: calc(100% - 2.5em);
  overflow: auto;
  padding: 1.25em;
  background-color: hsl(210, 23%, 95%);
  box-shadow: 0 1.2px 1.9px -1px rgba(0, 0, 0, 0.014), 
                  0 3.3px 5.3px -1px rgba(0, 0, 0, 0.038), 
                  0 8.5px 12.7px -1px rgba(0, 0, 0, 0.085), 
                  0 30px 42px -1px rgba(0, 0, 0, 0.15);
  border-radius: 0.25em; }

.dialog--is-visible {
  opacity: 1;
  visibility: visible; }

.dialog--sticky {
  align-items: flex-start; }
  .dialog--sticky .dialog__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.dialog[data-animation="on"] {
  transition: opacity .3s, visibility 0s .3s;
  perspective: 800; }
  .dialog[data-animation="on"] .dialog__content {
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(10%); }
  .dialog[data-animation="on"].dialog--is-visible {
    transition: opacity .3s; }
    .dialog[data-animation="on"].dialog--is-visible .dialog__content {
      transform: translateY(0); }
  .dialog[data-animation="on"].dialog--sticky .dialog__content {
    transform: translateY(-100%); }
  .dialog[data-animation="on"].dialog--sticky.dialog--is-visible {
    transition: none; }
    .dialog[data-animation="on"].dialog--sticky.dialog--is-visible .dialog__content {
      transform: translateY(0); }
