@import "~tippy.js/dist/tippy.css";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

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

/* Immediately jump any animation to the end point if the user has set their device to "prefers reduced motion". */

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}

*,
::after,
::before {
  border: 0 solid #d4d4d7;
}

@font-face {
  font-family: "Colfax";

  src: url("../../themes/bold-frontend/assets/fonts/ColfaxWebRegular.woff2") format("woff2"), url("../../themes/bold-frontend/assets/fonts/ColfaxWebRegular.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Colfax";

  src: url("../../themes/bold-frontend/assets/fonts/ColfaxWebRegularItalic.woff2") format("woff2"), url("../../themes/bold-frontend/assets/fonts/ColfaxWebRegularItalic.woff") format("woff");

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Colfax";

  src: url("../../themes/bold-frontend/assets/fonts/ColfaxWebBold.woff2") format("woff2"), url("../../themes/bold-frontend/assets/fonts/ColfaxWebBold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Colfax";

  src: url("../../themes/bold-frontend/assets/fonts/ColfaxWebMedium.woff2") format("woff2"), url("../../themes/bold-frontend/assets/fonts/ColfaxWebMedium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

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

body {
  font-family: Colfax, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #1b1b20;
  line-height: 1.5;
}

::-moz-selection {
  background: #ffd000;
  color: #0f0f10;
}

::selection {
  background: #ffd000;
  color: #0f0f10;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.js-focus-visible .focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px #ffd000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
}

p {
  margin-top: 0;
}

b,
strong {
  font-weight: 500;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.v--no-underline:hover {
  text-decoration: none;
}

a:not([class]) {
  color: #0066ff;
}

a:not([class]):hover {
  text-decoration: underline;
}

input[type="email"] {
  padding: 0.75rem;
  line-height: normal;
  box-shadow: none;
  width: 100%;
  border: 1px solid #0f0f10;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type="email"].v--sm {
  padding: 0.5rem 0.75rem;
}

input[type="email"].v--light {
  border-color: #d4d4d7;
}

input[type="text"] {
  padding: 0.75rem;
  line-height: normal;
  box-shadow: none;
  width: 100%;
  border: 1px solid #0f0f10;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type="text"].v--sm {
  padding: 0.5rem 0.75rem;
}

input[type="text"].v--light {
  border-color: #d4d4d7;
}

input[type="search"] {
  padding: 0.75rem;
  line-height: normal;
  box-shadow: none;
  width: 100%;
  border: 1px solid #0f0f10;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type="search"].v--sm {
  padding: 0.5rem 0.75rem;
}

input[type="search"].v--light {
  border-color: #d4d4d7;
}

input[type="url"] {
  padding: 0.75rem;
  line-height: normal;
  box-shadow: none;
  width: 100%;
  border: 1px solid #0f0f10;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type="url"].v--sm {
  padding: 0.5rem 0.75rem;
}

input[type="url"].v--light {
  border-color: #d4d4d7;
}

input[type="tel"] {
  padding: 0.75rem;
  line-height: normal;
  box-shadow: none;
  width: 100%;
  border: 1px solid #0f0f10;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type="tel"].v--sm {
  padding: 0.5rem 0.75rem;
}

input[type="tel"].v--light {
  border-color: #d4d4d7;
}

input[type="radio"]:focus {
  box-shadow: none;
  outline: inital;
}

textarea {
  padding: 0.75rem;
  line-height: normal;
  box-shadow: none;
  width: 100%;
  border: 1px solid #0f0f10;
  border-radius: 0.25rem;
}

select {
  padding: 0.75rem;
  line-height: normal;
  box-shadow: none;
  width: 100%;
  border: 1px solid #0f0f10;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0L5 6L0 0L10 0Z' fill='%230f0f10'/%3E%3C/svg%3E%0A");
}

select.v--sm {
  padding: 0.5rem 0.75rem;
}

select.v--light {
  border-color: #d4d4d7;
}

select.v--light {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0L5 6L0 0L10 0Z' fill='%23808189'/%3E%3C/svg%3E%0A");
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  aspect-ratio: var(--aspect-ratio);
}

nav ul {
  list-style: none;
}

/* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/del#Accessibility_concerns */

del::before,
del::after {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

del::before {
  content: " [deletion start] ";
}

del::after {
  content: " [deletion end] ";
}

blockquote {
  margin: 0;
}

.c-block-quote {
  margin: 2rem 0 3rem;
}

.c-block-quote::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGRDAwMCIgZD0iTTEzLjA0IDI5LjAySDB2LTkuNThjMC0zLjg4LjMyLTYuOTMuOTctOS4xNkExNC4yNiAxNC4yNiAwIDAxNC43IDQuMjJhMTguNjkgMTguNjkgMCAwMTYuODYtNC4ybDIuNTYgNS41NGMtMi42Ljg5LTQuNDcgMi4xMy01LjYyIDMuNzItMS4xMSAxLjU5LTEuNyAzLjctMS43NiA2LjM0aDYuMzF2MTMuNHptMTYuOSAwSDE2Ljg4di05LjU4YzAtMy45MS4zMy02Ljk4Ljk4LTkuMmExNC4zIDE0LjMgMCAwMTMuNzEtNi4wMiAxOS4yMSAxOS4yMSAwIDAxNi44Ny00LjJMMzEgNS41NmMtMi42Ljg5LTQuNDcgMi4xMy01LjYyIDMuNzItMS4xIDEuNTktMS43IDMuNy0xLjc2IDYuMzRoNi4zMXYxMy40eiIvPjwvc3ZnPg==");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 72px;
  height: 29px;
  position: absolute;
  top: -15px;
  transform: translateX(-21px);
}

.c-bq-tab {
  margin: 2rem 0 3rem;
}

.c-bq-tab p::before {
  content: "\201C";
}

.c-bq-tab p::after {
  content: "\201D";
}

.c-block-quote-deco {
  border: 3px solid #f6f6f7;
  border-radius: 5px;
  position: relative;
  margin: 2rem 0 3rem;
}

.c-block-quote-deco cite {
  font-style: normal;
}

.c-block-quote-deco::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='29' viewBox='0 0 31 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 29H0v-9.6c0-3.9.3-7 1-9.1C1.7 8 2.9 6 4.7 4.2 6.5 2.4 8.7 1 11.6 0L14 5.5a11 11 0 00-5.6 3.8 11.3 11.3 0 00-1.8 6.3H13V29zm17 0H16.8v-9.6c0-3.9.3-7 1-9.2.6-2.2 1.9-4.2 3.7-6 1.8-1.8 4-3.2 6.8-4.2L31 5.5a11 11 0 00-5.6 3.8 11.3 11.3 0 00-1.8 6.3H30V29z' fill='%23ABABB0'/%3E%3C/svg%3E%0A");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 72px;
  height: 29px;
  position: absolute;
  top: -15px;
  transform: translateX(-21px);
}

.o-block-link {
  position: relative;
}

.o-block-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.o-container,
.o-container-xl {
  margin: 0 auto;
  padding: 0 20px;
}

.o-container {
  max-width: 72.5rem;
}

.o-container-xl {
  max-width: 84.5rem;
}

.o-decor {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  --translation: 100%;
}

.o-decor__item {
  position: absolute;
  top: 0;
}

.o-decor__item.v--bottom,
.o-decor__item.v--100 {
  top: auto;
  bottom: 0;
}

.o-decor__item.v--25 {
  top: 25%;
}

.o-decor__item.v--50 {
  top: 50%;
}

.o-decor__item.v--75 {
  top: 75%;
}

.o-decor__item.v--left {
  left: 0;
  transform: translateX(calc(var(--translation) * -1));
}

.o-decor__item.v--right {
  right: 0;
  transform: translateX(var(--translation));
}

.o-decor__item.v--under {
  --translation: 50%;
}

.o-feature {
  display: flex;
  flex-direction: column;
}

.o-feature > div:first-child {
  margin-bottom: 3rem;
}

.o-feature > div:first-child p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48rem) {
  .o-feature {
    display: grid;
    align-items: center;
    grid-template-columns: 41.66666667% 50%;
    grid-column-gap: 8.33333333%;
    grid-template-areas: "text visual";
  }

  .o-feature > div:first-child {
    grid-area: text;
    margin-bottom: 0;
  }

  .o-feature > div:last-child {
    grid-area: visual;
  }

  .o-feature.v--inverse {
    grid-template-columns: 50% 41.66666667%;
    grid-template-areas: "visual text";
  }

  .o-feature.v--textual {
    grid-template-columns: 50% 41.66666667%;
  }
}

@media screen and (min-width: 48rem) {
  .o-feature__zoom {
    width: 55vw;
    max-width: 130%;
  }

  .o-feature__zoom.v--xl {
    width: 60vw;
  }
}

.o-feature.v--inverse > div:nth-child(2) .o-feature__zoom {
  float: right;
}

.o-feature-grid {
  display: grid;
  grid-gap: 2rem 5rem;
  max-width: 76rem;
  align-items: center;
}

@media screen and (min-width: 48rem) {
  .o-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.o-feature-grid :last-child {
  margin-bottom: 0;
}

.o-feature-grid.v--left {
  margin-left: 0;
  margin-right: auto;
}

.o-feature-grid.v--right {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (min-width: 48rem) {
  .o-feature-grid.v--inverse :nth-child(1) {
    order: 2;
  }

  .o-feature-grid.v--inverse :nth-child(2) {
    order: 1;
  }
}

.o-input-group {
  position: relative;
  display: flex;
}

.o-input-group input:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.o-input-group__prepend .c-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.o-input-group__append .c-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.o-wrap {
  margin: 0 auto;
  max-width: 35rem;
}

.o-wrapper {
  overflow-x: hidden;
}

.o-wrapper-xy {
  overflow: hidden;
}

.o-columns {
  display: grid;
  grid-gap: 3rem 2rem;
}

@media screen and (min-width: 48rem) {
  .o-columns.v--two {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 36rem) {
  .o-columns.v--three.v--responsive {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 60rem) {
  .o-columns.v--three.v--responsive {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 48rem) {
  .o-columns.v--three {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 36rem) {
  .o-columns.v--four.v--responsive {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 64rem) {
  .o-columns.v--four.v--responsive {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 48rem) {
  .o-columns.v--four {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 48rem) {
  .o-columns.v--five {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 48rem) {
  .o-columns.v--five {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 36rem) {
  .o-columns.v--five {
    grid-template-columns: repeat(2, 1fr);
  }
}

.o-columns.v--sparse {
  grid-gap: 5rem 5rem;
}

.o-fluid-video {
  display: block;
  position: relative;
}

.o-fluid-video::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.o-fluid-video :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-width: 1px;
  border-style: solid;
  line-height: normal;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s, color 0.2s, border 0.2s;
}

.c-btn:not(:focus) {
  box-shadow: none;
}

.c-btn:not(:disabled) {
  cursor: pointer;
}

.c-btn:hover {
  text-decoration: none;
}

.c-btn.v--sm {
  padding: 0.5rem 1rem;
  min-width: 6rem;
}

.c-btn.v--lg {
  font-weight: normal;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1rem 2rem;
}

.c-btn.v--primary {
  background-color: #0066ff;
  border-color: #0066ff;
  color: #fff;
}

.c-btn.v--primary:hover {
  background-color: #0052cc;
  border-color: #0052cc;
  color: #fff;
}

.c-btn.v--secondary {
  background-color: #fff;
  border-color: #0f0f10;
  color: #0f0f10;
}

.c-btn.v--secondary:hover {
  background-color: #0f0f10;
  border-color: #0f0f10;
  color: #fff;
}

.c-btn.v--transparent {
  background-color: transparent;
}

.c-btn.v--signup {
  background-color: #ee0007;
  border-color: #ee0007;
  color: #fff;
}

.c-btn.v--signup:hover {
  background-color: #cf0006;
  border-color: #cf0006;
  color: #fff;
}

.c-btn.v--accent {
  background-color: #ffd000;
  border-color: #ffd000;
  color: #0f0f10;
}

.c-btn.v--accent:hover {
  background-color: #e0b700;
  border-color: #e0b700;
  color: #0f0f10;
}

.c-btn.v--dark {
  background-color: #0f0f10;
  border-color: #0f0f10;
  color: #fff;
}

.c-btn.v--dark:hover {
  background-color: #303037;
  border-color: #303037;
  color: #fff;
}

.c-btn.v--green {
  background-color: #00c057;
  border-color: #00c057;
  color: #fff;
}

.c-btn.v--green:hover {
  background-color: #00a149;
  border-color: #00a149;
  color: #fff;
}

.c-btn.v--unactive {
  opacity: 0.3;
}

.c-btn.v--thick {
  border-width: 2px;
}

.c-link {
  text-decoration: none;
  color: #0066ff;
  cursor: pointer;
}

.c-link:hover {
  text-decoration: underline;
}

.c-link:not(.v--reset)::after {
  content: "\00a0›";
}

.c-link.v--external::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 2V16H16V9H18V16C18 17.1 17.1 18 16 18H2C0.89 18 0 17.1 0 16V2C0 0.9 0.89 0 2 0H9V2H2ZM11 2V0H18V7H16V3.41L6.17 13.24L4.76 11.83L14.59 2H11Z' fill='%230f0f10'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 0.8em;
  width: 0.69333333em;
  display: inline-block;
  margin-left: 0.4em;
  margin-bottom: -0.19em;
}

.c-link.v--external.v--blue::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 2V16H16V9H18V16C18 17.1 17.1 18 16 18H2C0.89 18 0 17.1 0 16V2C0 0.9 0.89 0 2 0H9V2H2ZM11 2V0H18V7H16V3.41L6.17 13.24L4.76 11.83L14.59 2H11Z' fill='%230066ff'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 0.8em;
  width: 0.69333333em;
  display: inline-block;
  margin-left: 0.4em;
  margin-bottom: -0.19em;
}

.c-link.v--reset {
  color: inherit;
}

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

.u-selection-none::-moz-selection {
  background: none;
}

.u-selection-none::selection {
  background: none;
}

.c-link__overlay {
  position: relative;
}

.c-link__overlay__url::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.c-list {
  padding: 0 0 0 1.725rem;
  margin: 0;
}

.c-list:not(.v--bullet) {
  list-style-type: none;
}

.c-list__item {
  margin: 0.25rem 0;
}

.c-list.v--tick .c-list__item {
  position: relative;
}

.c-list.v--tick .c-list__item::before {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3.3l1.1 1.1-8.8 8.8-5-5.1 1-1 4 3.9z' fill='%231B1B20' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: 0.5rem;
  margin-left: -1.6rem;
}

.c-list.v--tick.v--bold .c-list__item::before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' %3E%3Cpath d='M5.23 13.45l.06.05-.06-.05M13.7.4c-.85 1-1.58 2.09-2.34 3.15S9.94 5.61 9.21 6.62s-1.32 1.88-2 2.82-1.42 2.16-2.19 3.2l-.24.3c-.35-.53-.64-1.09-.94-1.65-.43-.89-.84-1.78-1.32-2.68a1.35 1.35 0 0 0-1.85-.5 1.38 1.38 0 0 0-.62.83A1.45 1.45 0 0 0 .18 10c.36.72.71 1.44 1.09 2.16s.64 1.26 1 1.86l.25.4a4.54 4.54 0 0 0 .52.7 2.45 2.45 0 0 0 1.35.88 1.7 1.7 0 0 0 .92-.06 2.74 2.74 0 0 0 1-.59 9.21 9.21 0 0 0 1.35-1.63l.65-.93c1.62-2.45 3.33-4.83 5-7.23.61-.87 1.22-1.74 1.85-2.59l.46-.58a1.47 1.47 0 0 0 .4-1 1.37 1.37 0 0 0-.4-1 1.38 1.38 0 0 0-1-.4 1.18 1.18 0 0 0-.91.4' fill-rule='evenodd'/%3E%3C/svg%3E");
  margin-top: 0.3em;
}

.c-list.v--tick.v--blue .c-list__item::before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzIwRiIgZD0iTTEyLjQuNGwtNyA3LTIuOC0yLjdhMS41IDEuNSAwIDAwLTIuNS43Yy0uMi41IDAgMSAuMyAxLjRsMy45IDMuOGExLjUgMS41IDAgMDAyLjEgMGw4LjItOGExLjUgMS41IDAgMDAtLjctMi41Yy0uNS0uMi0xIDAtMS41LjN6Ii8+PC9zdmc+Cg==");
  margin-top: 0.3em;
}

.c-list.v--illustrated-tick .c-list__item {
  margin-left: 0.5rem;
}

.c-list.v--illustrated-tick .c-list__item::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.9 10.4c-1.5-.6-3.6-1.2-7.4.4-13 5.3-10 16.4-8.9 20 1 3.4 6 8 10.6 8.7 4.6.9 12.2-.7 15-5.1 2.2-3.5 2.2-6.1 2-9.2' stroke='%231B1B20' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.7 14.6a145.5 145.5 0 00-12 16.6c-.2.5-1 .6-1.5.3-1.1-.8-2.3-1.4-3.8-2.6-2-1.6-5-3.6-5.2-4.5-.1-.8 2-3.3 2.8-3.2.4 0 2.7 1.6 4.4 2.7.5.3 1 .2 1.3-.2l3.6-5.5a38 38 0 016-7.4c1.2-.6 2.7.4 3.2.7l1.9 1.2c1.2.6.4 1-.7 2z' fill='%23FFD000'/%3E%3Cpath d='M38.7 14.8c-.9.8-4.1 5-6.4 8.2-2.4 3.3-3.8 5.2-6.6 8.7-1.6-1.5-4.8-3-6.4-4.3-1.6-1.3-4.3-3.2-4.4-4-.2-.6 3.4-4.7 4-4.6.4.1 3.7 2.5 5.2 3.4l3.5-5.9c1-1.4 4.5-5.7 5.6-6.3 1-.5 1.5 0 2 .3 1.2.9 2.8 2.3 3.6 2.7 1 .6.8 1 0 1.8z' stroke='%231B1B20' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: -0.5rem;
  margin-left: -3.5rem;
}

.c-list.v--round .c-list__item {
  counter-increment: numbers-with-background;
}

.c-list.v--round .c-list__item::before {
  content: counter(numbers-with-background);
  padding-right: 0;
  padding-top: 0.3125rem;
  background-color: #ffd000;
  font-size: 1.125rem;
  position: absolute;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  text-align: center;
  margin-left: -3.125rem;
}

.c-list.v--bullet {
  list-style-type: bullet;
}

.u-list-style-none {
  list-style: none;
}

.c-navbar {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
}

.c-navbar.v--stationary {
  position: relative;
}

.c-navbar.v--set-on-mobile {
  position: relative;
}

@media screen and (min-width: 64rem) {
  .c-navbar.v--set-on-mobile {
    position: sticky;
  }
}

.c-navbar.v--set-on-mobile.v--unset {
  position: sticky;
}

@media screen and (min-width: 64rem) {
  .c-navbar.v--set-on-desktop {
    position: relative;
  }
}

.c-navbar__content {
  width: 100%;
  height: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
}

.c-navbar__button {
  background: #fff;
  cursor: pointer;
  line-height: normal;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  margin-right: -0.5rem;
}

.c-navbar__button__bar {
  transform: rotate(0);
  opacity: 1;
  transition: transform 0.2s, opacity 0.2s;
}

.c-navbar__button__bar:nth-of-type(1) {
  transform-origin: 13.5px 5.5px;
}

.c-navbar__button__bar:nth-of-type(3) {
  transform-origin: 15px 10.5px;
}

.c-navbar__button.v--disabled {
  pointer-events: none;
}

.c-navbar__button[aria-expanded="true"] .c-navbar__button__bar:nth-of-type(1) {
  transform: rotate(-45deg);
}

.c-navbar__button[aria-expanded="true"] .c-navbar__button__bar:nth-of-type(2) {
  opacity: 0;
}

.c-navbar__button[aria-expanded="true"] .c-navbar__button__bar:nth-of-type(3) {
  transform: rotate(45deg);
}

.c-navbar__mobile-actions {
  display: flex;
  padding: 1.5rem 0;
  margin: 0 -0.75rem;
}

.c-navbar__mobile-actions > * {
  flex: 1;
  margin: 0 0.75rem;
}

.c-navbar__actions {
  display: flex;
  display: none;
  margin-left: auto;
  margin-right: -0.25rem;
  position: relative;
}

.c-navbar__actions > * {
  margin: 0 0.25rem;
}

.c-navbar__menu {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 60px;
  left: 0;
  padding: 0 24px 0;
  box-shadow: 0 0.5rem 0.75rem rgba(15, 15, 16, 0.15);
}

.c-navbar__list {
  position: relative;
  z-index: 99;
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-height: calc(100vh - 60px - 85px);
  overflow: scroll;
}

.c-navbar__link {
  display: block;
  padding: 1rem 0;
  color: #0f0f10;
  border-bottom: 1px solid #f6f6f7;
}

.c-navbar__sublist {
  display: none;
}

.c-navbar__logo img {
  width: 205px;
  height: 38px;
}

@media screen and (min-width: 36rem) and (max-width: 64rem) {
  .c-navbar__logo img {
    width: auto;
    height: 32px;
  }
}

@media screen and (max-width: 36rem) {
  .c-navbar__logo img {
    width: auto;
    height: 28px;
  }
}

@media screen and (min-width: 64rem) {
  .c-navbar__content {
    height: 90px;
    max-width: 1360px;
    margin: 0 auto;
  }

  .c-navbar__button,
  .c-navbar__mobile-actions {
    display: none;
  }

  .c-navbar__actions {
    display: flex;
  }

  .c-navbar__menu {
    display: block;
    box-shadow: none;
    position: relative;
    width: auto;
    padding: 0;
    top: 0;
  }

  .c-navbar__list {
    display: flex;
    overflow: visible;
  }

  .c-navbar__link {
    font-weight: normal;
    font-size: 1rem;
    color: #0f0f10;
    display: inline-block;
    padding: 1rem 0.75rem;
    border: none;
  }

  .c-navbar__link:hover {
    text-decoration: none;
  }

  .c-navbar__link.v--has-dropdown::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #0f0f10;
    vertical-align: middle;
    margin-left: 0.5rem;
    transition: transform 0.3s;
  }

  .c-navbar__item {
    position: relative;
  }

  .c-navbar__item:hover::after {
    transform: rotate(-60deg);
  }

  .c-navbar__item:hover .c-navbar__sublist {
    display: block;
  }

  .c-navbar__sublist {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 2px 0 #d4d4d7, 0 1px 4px 0 #d4d4d7;
    border-radius: 0.25rem;
    left: 0;
    min-width: 230px;
    padding: 0.75rem 0;
    list-style-type: none;
  }

  .c-navbar__sublink {
    width: 100%;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-weight: normal;
    font-size: 1rem;
    color: #0f0f10;
  }

  .c-navbar__sublink:hover {
    text-decoration: none;
    font-weight: 500;
    background-color: #f6f6f7;
  }
}

@media screen and (min-width: 75rem) {
  .c-navbar__link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-navbar__item {
    margin: 0 0.75rem;
  }
}

@media screen and (max-width: 78.75rem) {
  .c-navbar__link {
    padding: 1rem 0.6rem;
  }
}

.c-toc {
  margin: 0 -4vw;
}

@media screen and (min-width: 64rem) {
  .c-toc {
    margin: 0;
  }
}

.c-toc ul {
  padding-left: 0;
  margin: 0;
}

.c-toc nav {
  transition: height 0.5s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (min-width: 64rem) {
  .c-toc nav {
    max-height: calc(100vh - 300px);
  }
}

.c-toc nav > ul {
  display: block;
}

.c-toc nav > ul > li {
  font-weight: normal;
  font-size: 1rem;
}

.c-toc a {
  color: #0f0f10;
  display: block;
  padding: 4vw 4vw;
  transition: background-color 0.2s ease-in-out;
}

@media screen and (min-width: 64rem) {
  .c-toc a {
    padding: 1rem 1.5rem;
  }
}

.c-toc a:hover,
.c-toc a.v--active {
  text-decoration: none;
  background-color: #f6f6f7;
  box-shadow: none;
}

.c-toc__title {
  padding: 4vw 4vw;
  position: relative;
}

@media screen and (min-width: 64rem) {
  .c-toc__title {
    border: none;
  }
}

.v--fixed .c-toc__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #0f0f10;
  vertical-align: middle;
  margin-left: 0.5rem;
  transition: transform 0.3s;
  transform: rotate(180deg);
}

@media screen and (min-width: 64rem) {
  .v--fixed .c-toc__title::after {
    content: none;
  }
}

.v--hidden .c-toc__title::after {
  transform: rotate(0);
}

.c-toc__wrapper {
  position: relative;
  border-bottom-width: 1px;
}

@media screen and (min-width: 64rem) {
  .c-toc__wrapper {
    border: none;
  }

  .v--fixed .c-toc__wrapper {
    border-width: 1px;
  }
}

.c-toc__open {
  position: absolute;
  right: -100%;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, right 0s linear 0.2s;
}

.v--hidden .c-toc__open {
  right: 100%;
  opacity: 1;
}

.c-toc.v--fixed {
  position: fixed;
  margin-top: 0;
  z-index: 95;
  transition: left 0.3s ease-in-out;
  width: 100%;
}

@media screen and (min-width: 64rem) {
  .c-toc.v--absolute {
    position: absolute;
    overflow: hidden;
    z-index: 95;
  }
}

.c-toc__parent-content:not([style*="padding-top"]) {
  transition: padding-top 0.5s ease-in-out;
}

@media screen and (max-width: 64rem) {
  [type].c-navbar__search__input {
    font-weight: normal;
    font-size: 0.875rem;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 20px;
    padding-left: 2.5rem;
    padding-right: 0;
    transition: all 0.4s ease-in-out;
    background-position: 0.5rem center;
    background-color: transparent;
  }

  [type].c-navbar__search__input:focus {
    background-color: #fff;
    padding-right: 0.75rem;
    width: calc(100% - 85px);
    right: 70px;
  }
}

@media screen and (max-width: 64rem) and (max-width: 64rem) {
  [type].c-navbar__search__input {
    padding-left: 2rem;
    background-image: url("../../themes/bold-frontend/assets/images/search.svg");
    background-position: 0.25rem center;
    background-repeat: no-repeat;
  }

  [type].c-navbar__search__input.v--active {
    background-image: url("../../themes/bold-frontend/assets/images/search-active.svg");
  }
}

.c-menu {
  position: fixed;
  top: 61px;
  left: 0;
  background: #fff;
  width: 100%;
  height: calc(100% - 61px);
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.c-menu > * {
  flex-shrink: 0;
  flex-basis: auto;
}

@media screen and (min-width: 64rem) {
  .c-menu {
    display: block;
    top: 0;
    position: relative;
    width: auto;
    height: auto;
    overflow: visible;
  }
}

.c-menu[hidden],
.c-menu.v--only-desktop {
  display: none;
}

@media screen and (min-width: 64rem) {
  .c-menu[hidden],
  .c-menu.v--only-desktop {
    display: block;
  }
}

.c-menu a {
  color: inherit;
  text-decoration: none;
}

.c-menu a:hover {
  text-decoration: none;
}

.c-menu ul {
  padding: 0;
  margin: 0;
}

.c-menu > ul {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 64rem) {
  .c-menu > ul {
    flex-direction: row;
  }
}

.c-menu > ul > li {
  position: relative;
}

.c-menu > ul > li > button,
.c-menu > ul > li > a {
  white-space: nowrap;
}

@media screen and (min-width: 64rem) {
  .c-menu > ul > li {
    margin: auto 0.75rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 75rem) {
  .c-menu > ul > li {
    margin: auto 0;
  }
}

.c-menu small {
  font-weight: normal;
  font-size: 0.875rem;
  color: #767680;
  display: none;
}

@media screen and (min-width: 64rem) {
  .c-menu small {
    display: inline;
  }
}

.c-menu__item {
  display: block;
  padding: 1.125rem 0;
  cursor: pointer;
  font-weight: normal;
  font-size: 1.125rem;
  color: #0f0f10;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  line-height: 1.65;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #eeeeef;
}

@media screen and (min-width: 64rem) {
  .c-menu__item {
    padding: 0.75rem 1rem;
    border-radius: 0.625rem;
    width: auto;
    font-weight: normal;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: none;
  }
}

.c-menu__item .v--no-border {
  border-bottom: none;
}

.c-menu__item:not(.v--top):hover {
  text-decoration: none;
  color: #0f0f10;
}

@media screen and (min-width: 64rem) {
  .c-menu__item:not(.v--top):hover {
    background-color: #f6f6f7;
  }
}

.c-menu__item.v--top {
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid #eeeeef;
  padding: 1.25rem 1.5rem;
}

@media screen and (min-width: 64rem) {
  .c-menu__item.v--top {
    font-size: 1rem;
    border-bottom: none;
    padding: 0.75rem 1rem;
  }

  .c-menu__item.v--top.v--active {
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 0.15rem;
    text-decoration-line: 32px;
    text-underline-offset: 3px;
  }
}

@media screen and (max-width: 64rem) {
  .c-menu__item.v--m-button {
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
  }
}

button.c-menu__item.v--top {
  background: transparent;
  border: none;
  border-bottom: 1px solid #eeeeef;
  cursor: default;
}

@media screen and (min-width: 64rem) {
  button.c-menu__item.v--top {
    border-bottom: none;
  }
}

.c-menu .c-menu__arrow {
  position: absolute;
  right: 1.5rem;
  transform: scale(1.5);
  transform-origin: right center;
}

@media screen and (min-width: 64rem) {
  .c-menu .c-menu__arrow {
    position: relative;
    right: 0;
    transform: scale(1);
  }
}

.c-menu .c-menu__arrow > svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 0.5rem;
  transform-origin: center;
  transition: transform 0.3s;
}

.c-menu__sub {
  display: none;
  overflow: hidden;
  background: #fff;
  padding: 0 1.5rem 0.75rem;
  border-bottom: 1px solid #eeeeef;
}

@media screen and (min-width: 64rem) {
  .c-menu__sub {
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.05), 0 40px 34px -16px rgba(0, 0, 0, 0.08), 0 6px 4px -4px rgba(0, 0, 0, 0.06), 0 16px 16px -8px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    position: absolute;
    left: -32px;
    width: 37rem;
    padding: 0;
    border-bottom: none;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.15s;
  }
}

@media screen and (min-width: 64rem) {
  .c-menu__sub.v--single {
    width: 19rem;
    padding: 2rem;
  }
}

@media screen and (min-width: 64rem) {
  .c-menu__sub li {
    margin-bottom: 1rem;
  }
}

.c-menu__sub li:last-child {
  margin-bottom: 0;
}

.c-menu__icon:not(.v--mobile) svg {
  display: none;
}

@media screen and (min-width: 64rem) {
  .c-menu__icon:not(.v--mobile) svg {
    display: inline-block;
  }
}

.c-menu__icon svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 12px;
}

@media screen and (min-width: 64rem) {
  .c-menu__split {
    display: flex;
  }

  .c-menu__split img {
    min-width: 0;
    min-height: 0;
  }

  .c-menu__split > div {
    width: 50%;
    padding: 2rem;
  }

  .c-menu__split > div:first-child {
    border-right: 1px solid #f6f6f7;
  }
}

.c-menu__header {
  font-weight: normal;
  font-size: 0.75rem;
  color: #767581;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  text-transform: uppercase;
}

@media screen and (min-width: 64rem) {
  .c-menu__header {
    padding-top: 0.75rem;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
  }
}

.c-menu__foot-action {
  display: block;
  background: #f6f6f7;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 1.125rem;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: background-color 0.2s;
}

.c-menu__foot-action > svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 0.5rem;
  transition: transform 0.3s;
}

.c-menu__foot-action:hover {
  background: #eeeeef;
}

.c-menu__foot-action:hover > svg {
  transform: translateX(0.5rem);
}

@media screen and (min-width: 64rem) {
  .c-menu .v--only-mobile {
    display: none;
  }
}

.c-menu .v--only-desktop {
  display: none;
}

@media screen and (min-width: 64rem) {
  .c-menu .v--only-desktop {
    display: block;
  }
}

.c-menu .v--opened .c-menu__sub {
  display: block;
}

@media screen and (min-width: 64rem) {
  .c-menu .v--opened .c-menu__sub {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
  }
}

.c-menu .v--opened .c-menu__arrow > svg {
  transform: rotate(-180deg);
}

@media screen and (min-width: 64rem) {
  .c-menu .v--opened .c-menu__arrow > svg {
    transform: none;
  }
}

@media screen and (min-width: 64rem) {
  .c-menu.v--has-opened .c-menu__item.v--top {
    color: #767680;
  }
}

.c-menu.v--has-opened .v--opened .c-menu__item.v--top {
  background: #f6f6f7;
}

@media screen and (min-width: 64rem) {
  .c-menu.v--has-opened .v--opened .c-menu__item.v--top {
    background: #fff;
    color: #1b1b20;
  }
}

.c-hc-article-content--first > p:first-child {
  font-size: 1.29375rem;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 36rem) {
  .c-hc-article-content--first > p:first-child {
    font-size: calc(1.29375rem  +  0.19125  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .c-hc-article-content--first > p:first-child {
    font-size: 1.485rem;
  }
}

.c-hc-article-content h2 {
  font-size: 1.71098438rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 36rem) {
  .c-hc-article-content h2 {
    font-size: calc(1.71098438rem  +  0.87647963  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .c-hc-article-content h2 {
    font-size: 2.587464rem;
  }
}

.c-hc-article-content img {
  border: 1px solid #d4d4d7;
  border-radius: 4px;
  margin: 2rem 0 3rem;
  width: auto;
  height: auto;
  max-width: 100%;
}

.c-hc-article-content img.u-border-0 {
  border-width: 0;
}

.c-hc-article-content img.u-inline {
  margin: 0 0.5rem;
  border: none;
  width: auto;
  height: 1.25em;
}

.c-hc-article-content img.u-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.c-hc-article-content li {
  margin-bottom: 1rem;
}

.c-hc-article-content code {
  background-color: #f6f6f7;
}

.c-hc-article-content pre {
  max-width: 100%;
}

.c-hc-article-content pre code {
  display: block;
  overflow: auto;
  padding: 1rem 1.5rem;
}

input.c-compact-form__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.c-compact-form__button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.c-rating-form__feedback {
  display: none;
}

.c-rating-form__feedback.v--shown {
  display: block;
}

.c-rating-form__message {
  width: 100%;
  resize: none;
  height: 10rem;
}

.c-radio-button,
.c-checkbox {
  position: relative;
}

.c-radio-button__input,
.c-checkbox__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.c-radio-button__label,
.c-checkbox__label {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  display: block;
}

.c-radio-button__label::before,
.c-checkbox__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px #0f0f10 solid;
  background-color: #fff;
  margin-right: 0.5rem;
}

.c-radio-button.v--light .c-radio-button__label::before,
.c-radio-button.v--light .c-checkbox__label::before,
.c-checkbox.v--light .c-radio-button__label::before,
.c-checkbox.v--light .c-checkbox__label::before {
  border-color: #d4d4d7;
}

.c-radio-button.v--primary .c-radio-button__label::before,
.c-radio-button.v--primary .c-checkbox__label::before,
.c-checkbox.v--primary .c-radio-button__label::before,
.c-checkbox.v--primary .c-checkbox__label::before {
  border-color: #ababb0;
  border-width: 2px;
}

.c-radio-button.v--small .c-radio-button__label::before,
.c-radio-button.v--small .c-checkbox__label::before,
.c-checkbox.v--small .c-radio-button__label::before,
.c-checkbox.v--small .c-checkbox__label::before {
  width: 20px;
  height: 20px;
}

.c-radio-button__input:checked + .c-radio-button__label::before,
.c-radio-button__input:checked + .c-checkbox__label::before,
.c-checkbox__input:checked + .c-radio-button__label::before,
.c-checkbox__input:checked + .c-checkbox__label::before {
  background-color: #eeeeef;
  border-color: #eeeeef;
  background-position: center;
  background-repeat: no-repeat;
}

.c-radio-button.v--primary .c-radio-button__input:checked + .c-radio-button__label::before,
.c-radio-button.v--primary .c-radio-button__input:checked + .c-checkbox__label::before,
.c-radio-button.v--primary .c-checkbox__input:checked + .c-radio-button__label::before,
.c-radio-button.v--primary .c-checkbox__input:checked + .c-checkbox__label::before,
.c-checkbox.v--primary .c-radio-button__input:checked + .c-radio-button__label::before,
.c-checkbox.v--primary .c-radio-button__input:checked + .c-checkbox__label::before,
.c-checkbox.v--primary .c-checkbox__input:checked + .c-radio-button__label::before,
.c-checkbox.v--primary .c-checkbox__input:checked + .c-checkbox__label::before {
  background-color: #0066ff;
  border-color: #0066ff;
  background-position: center;
  background-repeat: no-repeat;
}

.v--primary .c-radio-button__input:hover + .c-radio-button__label::before,
.v--primary .c-radio-button__input:hover + .c-checkbox__label::before,
.v--primary .c-checkbox__input:hover + .c-radio-button__label::before,
.v--primary .c-checkbox__input:hover + .c-checkbox__label::before {
  border-color: #0066ff;
}

.c-radio-button__label::before {
  border-radius: 50%;
}

.c-radio-button__input:checked + .c-radio-button__label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 8a4 4 0 100-8 4 4 0 000 8z' fill='%231B1B20'/%3E%3C/svg%3E");
}

.c-checkbox__label::before {
  border-radius: 4px;
}

.c-checkbox__input:checked + .c-checkbox__label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.8 1.9L6.5 11 1 5.6l1.1-1L6.5 9 14.7.8l1 1z' fill='%23000'/%3E%3C/svg%3E");
}

.c-checkbox.v--primary .c-checkbox__input:checked + .c-checkbox__label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.8 1.9L6.5 11 1 5.6l1.1-1L6.5 9 14.7.8l1 1z' fill='%23fff'/%3E%3C/svg%3E");
}

.c-email {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 5H5a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Z' stroke='%23ABABB1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m3 7 9 6 9-6' stroke='%23ABABB1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: 10px center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  padding-left: 3rem !important;
}

@media (max-width: 64rem) {
  .c-search-input,
  [type].c-search-input {
    padding-left: 2rem;
    background-image: url("../../themes/bold-frontend/assets/images/search.svg");
    background-position: 0.25rem center;
    background-repeat: no-repeat;
  }

  .c-search-input.v--active,
  [type].c-search-input.v--active {
    background-image: url("../../themes/bold-frontend/assets/images/search-active.svg");
  }
}

.c-search-button {
  background-image: url("../../themes/bold-frontend/assets/images/search-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.c-search {
  position: relative;
}

.c-search.v--overlay {
  position: static;
}

.c-search.v--overlay::after {
  content: "";
  position: fixed;
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  z-index: 101;
  background-color: #0f0f10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

@media screen and (min-width: 64rem) {
  .c-search.v--overlay::after {
    top: 91px;
  }
}

.c-search.v--overlay.v--ov-shown::after {
  pointer-events: initial;
  opacity: 0.15;
  height: 100vh;
}

.c-search__stats {
  font-size: 1.4878125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 300;
}

@media screen and (min-width: 36rem) {
  .c-search__stats {
    font-size: calc(1.4878125rem  +  0.4723875  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .c-search__stats {
    font-size: 1.9602rem;
  }
}

.c-search__results:focus {
  box-shadow: none;
}

.c-search__results--absolute {
  position: absolute;
  background-color: #fff;
  width: 34rem;
  max-width: 100%;
  max-height: 28rem;
  padding: 0.75rem 0;
  overflow: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 102;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

.c-search__results ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.c-search__results ol > li > a:hover {
  background-color: #f6f6f7;
}

.c-search__results ol > li > a:focus {
  box-shadow: none;
  background-color: #f6f6f7;
}

.c-search__results.v--shown {
  opacity: 1;
  pointer-events: initial;
}

.c-search__results.v--independent {
  top: 100%;
  height: calc(100vh - 60px);
  max-height: none;
}

@media screen and (min-width: 48rem) {
  .c-search__results.v--independent {
    max-height: 28rem;
    height: auto;
  }
}

.c-search__result {
  display: block;
}

.c-dialog > summary {
  list-style: none;
  cursor: pointer;
}

.c-dialog > summary::before {
  display: none;
}

.c-dialog > summary::-webkit-details-marker {
  display: none;
}

.c-dialog[open] > summary {
  cursor: default;
}

.c-dialog[open] > summary::before {
  content: " ";
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 150;
}

.c-dialog__content {
  position: fixed;
  margin: 10vh auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  max-height: 80vh;
  max-width: 90vw;
  width: 34rem;
}

.c-dialog__content.v--wide {
  width: 58rem;
}

.c-video {
  position: relative;
}

.c-video__thumb {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 1;
}

.c-video__play {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s;
}

.c-video__play:hover {
  transform: scale(1.15);
}

.c-video__play:not(.v--minimalistic)::before {
  content: " ";
  position: absolute;
  background: white;
  left: 50%;
  top: 50%;
  width: 18.5%;
  padding-top: 18.5%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.c-video__play:not(.v--minimalistic)::after {
  content: " ";
  position: absolute;
  width: 6%;
  height: 16%;
  left: 51%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(360deg);
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33 25L1 50V1l32 24z' fill='%232200FF'/%3E%3C/svg%3E");
  background-size: 100% auto;
}

.c-video__play.v--minimalistic::before {
  content: " ";
  position: absolute;
  background: white;
  left: 50%;
  top: 50%;
  width: 13.5%;
  padding-top: 13.5%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.c-video__play.v--minimalistic::after {
  content: " ";
  position: absolute;
  width: 5%;
  height: 16%;
  left: 51%;
  top: 50%;
  transform: translate(-54%, -30%) rotate(360deg);
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='36' viewBox='0 0 33 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.8 15.4c2 1.1 2 4 0 5.2l-26 14.8a3 3 0 0 1-4.4-2.6V3.2A3 3 0 0 1 4.9.6l26 14.8Z' fill='%231B1B20'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.c-video__embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.c-video__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-pagination__list {
  list-style: none;
  display: flex;
  padding-left: 0;
  justify-content: center;
}

.c-pagination__item {
  font-weight: normal;
  font-size: 1.125rem;
  margin: 0 0.75rem;
}

@media (min-width: 64rem) {
  .c-pagination__item {
    margin: 0 1rem;
  }
}

.c-pagination__item--first,
.c-pagination__item--last {
  display: none;
}

@media (min-width: 64rem) {
  .c-pagination__item--first,
  .c-pagination__item--last {
    display: block;
  }
}

.c-pagination__link {
  padding: 0 0.75rem 6px;
  line-height: 30px;
  display: inline-block;
  color: #0f0f10;
}

.c-pagination__link:hover {
  text-decoration: none;
}

.c-pagination__link.v--active {
  position: relative;
}

.c-pagination__link.v--active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  border-radius: 3px;
  background-color: #0066ff;
}

.c-pagination__link.v--disabled {
  opacity: 0.5;
}

.c-share {
  position: relative;
}

.c-share__trigger {
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
}

.c-share__buttons-wrapper {
  position: absolute;
  z-index: 96;
  right: 0;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
}

.c-share:not(.v--manual) .c-share__buttons-wrapper {
  padding-top: 40px;
  margin-top: -40px;
}

.c-share:not(.v--manual):hover .c-share__buttons-wrapper,
.c-share.v--open .c-share__buttons-wrapper {
  opacity: 1;
  pointer-events: initial;
}

.c-share:not(.v--manual):hover .c-share__trigger path,
.c-share.v--open .c-share__trigger path {
  fill: #0066ff;
}

.c-share__buttons {
  width: 280px;
  padding: 1.5rem 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.c-share__button {
  background-color: transparent;
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 0.75rem 3rem;
  font-weight: normal;
  font-size: 0.875rem;
}

.c-share__button:hover {
  background-color: #f6f6f7;
}

.c-share__button svg,
.c-share__button span {
  vertical-align: middle;
  display: inline-block;
}

.c-share__button svg {
  margin-right: 0.5rem;
}

.c-search-apps ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  overflow: auto;
}

.c-search-apps ol li {
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 300px;
}

.c-search-apps__result {
  display: block;
  padding: 1.5rem;
  text-align: center;
  color: #0f0f10;
  height: 100%;
}

.c-search-apps__result:hover {
  background-color: #f6f6f7;
}

.c-search-apps__icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
}

.c-search-apps__icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.c-copy-button {
  position: relative;
}

.c-copy-button__textarea {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  display: block;
  bottom: 0;
}

.c-copy-button__success {
  opacity: 0;
  display: block;
  position: absolute;
  padding: 1rem 2rem;
  pointer-events: none;
  top: 0;
  background-color: #fff;
  margin-top: 10px;
  width: 100%;
  transition: opacity 0.2s linear;
}

.c-copy-button__success.v--revealed {
  opacity: 1;
  pointer-events: initial;
}

.c-icon {
  vertical-align: middle;
  margin-top: -4px;
}

@media (min-width: 64rem) {
  .c-tour {
    /* Long */
    /* Middle */
    /* Horizontal */
    display: grid;
    grid-template-columns: 33.33333333% 58.33333333%;
    grid-column-gap: 8.33333333%;
    grid-template-areas: "text visual";
  }

  .c-tour.v--long {
    grid-template-columns: 50% 50%;
    grid-column-gap: 0%;
  }

  .c-tour.v--long.v--inverse {
    grid-template-columns: 50% 50%;
    grid-template-areas: "visual text";
  }

  .c-tour.v--middle {
    grid-template-columns: 46.66666667% 50%;
    grid-column-gap: 3.33333333%;
  }

  .c-tour.v--middle.v--inverse {
    grid-template-columns: 50% 41.66666667%;
    grid-template-areas: "visual text";
    grid-column-gap: 8.33333333%;
  }

  .c-tour.v--horizontal {
    display: flex;
    flex-direction: column;
  }

  .c-tour.v--horizontal .c-tour__gallery {
    padding-bottom: 3rem;
  }

  .c-tour.v--horizontal .c-tour__features::after {
    content: none;
  }

  .c-tour.v--horizontal.v--active {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), -3px 0 #0066ff;
  }

  .c-tour.v--inverse {
    grid-template-columns: 58.33333333% 33.33333333%;
    grid-template-areas: "visual text";
  }
}

@media (min-width: 64rem) and (min-width: 64rem) {
  .c-tour.v--horizontal .c-tour__features {
    flex-direction: row;
    justify-content: space-between;
  }
}

.c-tour__features {
  grid-area: text;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 1.5rem;
  width: 100vw;
  margin-left: -4vw;
  margin-right: -4vw;
  padding-left: 4vw;
}

.c-tour__features:not(.v--reset)::after {
  content: "";
  flex: 0 0 4vw;
  margin: 0;
  padding: 0;
}

@media (min-width: 64rem) {
  .c-tour__features {
    overflow: visible;
    flex-direction: column;
    width: auto;
    margin: 0;
    padding: 0;
  }
}

.c-tour__features.v--accordion .c-tour__feature {
  margin-bottom: 0;
}

.c-tour__features.v--accordion .c-tour__feature .c-tour__feature_title {
  color: #1b1b20;
}

.c-tour__features.v--accordion .c-tour__feature:hover .c-tour__feature_title {
  color: #1b1b20;
}

.c-tour__features.v--accordion .c-tour__feature .c-tour__feature_description {
  display: block !important;
}

@media (min-width: 64rem) {
  .c-tour__features.v--accordion h2,
  .c-tour__features.v--accordion h3,
  .c-tour__features.v--accordion h4,
  .c-tour__features.v--accordion h5 {
    margin-bottom: 0;
  }

  .c-tour__features.v--accordion .c-tour__feature {
    background: none;
    padding: 0.5rem 1.5rem 0 !important;
    box-shadow: -3px 0 #d4d4d7;
  }

  .c-tour__features.v--accordion .c-tour__feature:nth-child(1) {
    padding: 0 1.5rem !important;
  }

  .c-tour__features.v--accordion .c-tour__feature .c-tour__feature_title {
    color: #d4d4d7;
  }

  .c-tour__features.v--accordion .c-tour__feature .c-tour__feature_description {
    display: none !important;
  }

  .c-tour__features.v--accordion .v--active {
    box-shadow: -3px 0 #0066ff;
  }

  .c-tour__features.v--accordion .v--active .c-tour__feature_title {
    color: #0f0f10;
    padding-top: 0;
  }

  .c-tour__features.v--accordion .v--active .c-tour__feature_description {
    display: block !important;
    color: #4a4a56;
  }
}

@media (max-width: 64rem) {
  .c-tour__features.v--white .c-tour__feature {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }

  .c-tour__features.v--white .c-tour__feature:hover {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), -3px 0 #0066ff;
  }
}

.c-tour__features.v--white .v--active {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), -3px 0 #0066ff;
}

@media (min-width: 64rem) {
  .c-tour__features.v--white .v--active h2,
  .c-tour__features.v--white .v--active h3,
  .c-tour__features.v--white .v--active h4,
  .c-tour__features.v--white .v--active h5 {
    color: #0066ff;
  }
}

@media (max-width: 64rem) {
  .c-tour__features.v--white .v--active {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
}

.c-tour__feature {
  width: calc(90% - 1.5rem);
  flex: none;
  padding: 1.5rem;
  background: #f6f6f7;
  border-radius: 0.5rem;
  scroll-snap-align: center;
}

@media (max-width: 63.75rem) {
  .c-tour__feature:not(:first-child) {
    margin-left: 1rem;
  }
}

@media (min-width: 48rem) {
  .c-tour__feature {
    width: calc(45% - 2rem);
    padding: 2rem;
  }
}

@media (min-width: 64rem) {
  .c-tour__feature {
    width: 100%;
    background: transparent;
    cursor: pointer;
    padding: 1rem 1.5rem 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 1rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .c-tour__feature:last-child {
    margin-bottom: 0;
  }

  .c-tour__feature:hover {
    background: #f6f6f7;
  }

  .c-tour__feature.v--progressbar {
    position: relative;
  }

  .c-tour__feature.v--active {
    background: #f6f6f7;
  }
}

/*** hd */

.v--helpdesk > .c-tour__features > .c-tour__feature {
  background: #faf8ff;
}

@media screen and (min-width: 64rem) {
  .v--helpdesk > .c-tour__features > .c-tour__feature {
    background: white;
  }

  .v--helpdesk > .c-tour__features > .c-tour__feature.v--active {
    background: #e4f4ed;
  }
}

@media screen and (min-width: 64rem) {
  .v--helpdesk > .c-tour__features > .c-tour__feature:not(.v--active) .c-tour__feature_description {
    display: none;
  }
}

.v--helpdesk > .c-tour__features::after {
  content: none;
}

/*** progressbar ***/

@media screen and (min-width: 64rem) {
  .t-c-tour-progressbar {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3px;
    overflow: hidden;
  }

  .t-c-tour-progressbar::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
  }

  .c-tour__feature.v--active > .t-c-tour-progressbar::after {
    animation-name: load-progressbar;
    animation-duration: 6s;
  }
}

@keyframes load-progressbar {
  0% {
    width: 0;
    background: #00a449;
  }

  100% {
    width: 100%;
    background: #00a449;
  }
}

/*** end of hd */

@media (min-width: 64rem) {
  .c-tour__image {
    display: none;
  }
}

.c-tour__gallery {
  display: none;
  grid-area: visual;
}

@media (min-width: 64rem) {
  .c-tour__gallery {
    display: block;
  }
}

/* Animations */

.u-anim-fade-in-right {
  animation-name: fadeInRight;
  animation-duration: 0.5s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.u-anim-fade-in {
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.u-anim-zoom-in {
  animation-name: zoomIn;
  animation-duration: 0.5s;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.c-tour__feature--horizontal {
  width: calc(90% - 1.5rem);
  flex: none;
  padding: 1.5rem;
  background: #f6f6f7;
  border-radius: 0.5rem;
  scroll-snap-align: center;
}

@media (max-width: 64rem) {
  .c-tour__feature--horizontal:not(:first-child) {
    margin-left: 1rem;
  }
}

@media (min-width: 48rem) {
  .c-tour__feature--horizontal {
    width: calc(45% - 2rem);
    padding: 2rem;
  }
}

@media (min-width: 64rem) {
  .c-tour__feature--horizontal {
    width: 25% !important;
    background: transparent;
    cursor: pointer;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .c-tour__feature--horizontal:hover {
    background: #f6f6f7;
    box-shadow: 0 -3px 0 #0066ff;
  }

  .c-tour__feature--horizontal.v--active {
    box-shadow: 0 -3px 0 #0066ff;
    background: #f6f6f7;
  }

  .c-tour__feature--horizontal.v--active h2,
  .c-tour__feature--horizontal.v--active h3,
  .c-tour__feature--horizontal.v--active h4,
  .c-tour__feature--horizontal.v--active h5 {
    color: #0066ff;
  }
}

.c-markdown {
  line-height: 1.7;
}

.c-markdown h1,
.c-markdown h2,
.c-markdown h3,
.c-markdown h4 {
  margin-top: 2rem;
  text-align: left;
}

.c-markdown h1 {
  font-size: 1.71098438rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

@media screen and (min-width: 36rem) {
  .c-markdown h1 {
    font-size: calc(1.71098438rem  +  0.87647963  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .c-markdown h1 {
    font-size: 2.587464rem;
  }
}

.c-markdown h2 {
  font-size: 1.4878125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 36rem) {
  .c-markdown h2 {
    font-size: calc(1.4878125rem  +  0.4723875  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .c-markdown h2 {
    font-size: 1.9602rem;
  }
}

.c-markdown h3 {
  font-size: 1.29375rem;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-weight: bold;
}

@media screen and (min-width: 36rem) {
  .c-markdown h3 {
    font-size: calc(1.29375rem  +  0.19125  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .c-markdown h3 {
    font-size: 1.485rem;
  }
}

.c-markdown h4 {
  font-weight: normal;
  font-size: 1.125rem;
  font-weight: 500;
}

.c-markdown ol ol {
  list-style-type: lower-alpha;
}

.c-markdown table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
  text-align: left;
  font-weight: normal;
  font-size: 1rem;
}

.c-markdown table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}

.c-markdown table td,
.c-markdown table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
}

.c-markdown table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}

.c-markdown table td {
  background-color: transparent;
  border-bottom: 1px solid #cbcbcb;
}

.c-markdown__list.v--legal ol {
  counter-reset: item;
}

.c-markdown__list.v--legal ol li {
  display: block;
}

.c-markdown__list.v--legal ol li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  width: 40px;
  margin-left: -40px;
  display: inline-block;
  text-align: right;
  padding-right: 4px;
}

/**
 *  Text presets
 */

.u-text-p0 {
  font-size: 2.99252237rem;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

@media screen and (min-width: 36rem) {
  .u-text-p0 {
    font-size: calc(2.99252237rem  +  4.86290904  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .u-text-p0 {
    font-size: 7.85543141rem;
  }
}

.u-text-p1 {
  font-size: 2.26277684rem;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

@media screen and (min-width: 36rem) {
  .u-text-p1 {
    font-size: calc(2.26277684rem  +  2.24562044  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .u-text-p1 {
    font-size: 4.50839727rem;
  }
}

.u-text-p2 {
  font-size: 1.96763203rem;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

@media screen and (min-width: 36rem) {
  .u-text-p2 {
    font-size: calc(1.96763203rem  +  1.44782045  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .u-text-p2 {
    font-size: 3.41545248rem;
  }
}

.u-text-p3 {
  font-size: 1.71098438rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

@media screen and (min-width: 36rem) {
  .u-text-p3 {
    font-size: calc(1.71098438rem  +  0.87647963  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .u-text-p3 {
    font-size: 2.587464rem;
  }
}

.u-text-p3-light {
  font-size: 1.71098438rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: normal;
}

@media screen and (min-width: 36rem) {
  .u-text-p3-light {
    font-size: calc(1.71098438rem  +  0.87647963  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .u-text-p3-light {
    font-size: 2.587464rem;
  }
}

.u-text-p4 {
  font-size: 1.4878125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 36rem) {
  .u-text-p4 {
    font-size: calc(1.4878125rem  +  0.4723875  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .u-text-p4 {
    font-size: 1.9602rem;
  }
}

.u-text-p4-medium {
  font-size: 1.4878125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 500;
}

@media screen and (min-width: 36rem) {
  .u-text-p4-medium {
    font-size: calc(1.4878125rem  +  0.4723875  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .u-text-p4-medium {
    font-size: 1.9602rem;
  }
}

.u-text-p4-light {
  font-size: 1.4878125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: normal;
}

@media screen and (min-width: 36rem) {
  .u-text-p4-light {
    font-size: calc(1.4878125rem  +  0.4723875  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .u-text-p4-light {
    font-size: 1.9602rem;
  }
}

.u-text-p5 {
  font-size: 1.29375rem;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 36rem) {
  .u-text-p5 {
    font-size: calc(1.29375rem  +  0.19125  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .u-text-p5 {
    font-size: 1.485rem;
  }
}

.u-text-p5-medium {
  font-size: 1.29375rem;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-weight: 500;
}

@media screen and (min-width: 36rem) {
  .u-text-p5-medium {
    font-size: calc(1.29375rem  +  0.19125  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .u-text-p5-medium {
    font-size: 1.485rem;
  }
}

.u-text-p5-bold {
  font-size: 1.29375rem;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-weight: bold;
}

@media screen and (min-width: 36rem) {
  .u-text-p5-bold {
    font-size: calc(1.29375rem  +  0.19125  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .u-text-p5-bold {
    font-size: 1.485rem;
  }
}

.u-text-p6 {
  font-weight: normal;
  font-size: 1.125rem;
}

.u-text-p6-bold {
  font-weight: normal;
  font-size: 1.125rem;
  font-weight: 500;
}

.u-text-p7 {
  font-weight: normal;
  font-size: 1rem;
}

.u-text-p7-bold {
  font-weight: normal;
  font-size: 1rem;
  font-weight: 500;
}

.u-text-p8 {
  font-weight: normal;
  font-size: 0.875rem;
}

.u-text-p8-bold {
  font-weight: normal;
  font-size: 0.875rem;
  font-weight: 500;
}

.u-text-p9 {
  font-weight: normal;
  font-size: 0.75rem;
  color: #767581;
}

.u-text-p9-bold {
  font-weight: normal;
  font-size: 0.75rem;
  color: #767581;
  font-weight: 500;
}

.u-text-p10 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  color: #4a4a56;
}

.u-text-p10-bold {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  color: #4a4a56;
  font-weight: 500;
}

/* Quote */

.u-text-quote {
  text-indent: -0.48em;
}

.u-text-quote::before {
  content: "“";
}

.u-text-quote::after {
  content: "”";
}

/* Underlines */

.u-text-mark {
  position: relative;
  z-index: 1;
}

.u-text-mark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.3em;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 236 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 8.3l16.8-.6L35 7.1l15-.7c2.2-.1 4.5-.3 6.8-.3l10-.2h5.5l10.3.2 15.4.6L129.5 8l15.5.8 15.4.7c9.7.4 19.4.7 29 1.3l8 .5 8.9.7 7.7.7 3.2.3 3.7.5 5.2.6 6.6 1.2.6.1a2.3 2.3 0 0 0 2.3-1.6c.2-.6.1-1.3-.2-1.9-.2-.4-.8-1-1.3-1.1l-4.2-.8-4.2-.7A403.3 403.3 0 0 0 212 7.7a2.4 2.4 0 0 0 1-2.4c-.2-.6-.6-1.2-1-1.5l-1.1-.5a33 33 0 0 0-2.6-.4l-2-.3-3.8-.2L195 2l-15.5-.5-15.4-.3L156 1h-24.4L115.8.8C106.1.7 96.2.6 86.4.7H71.8c-5.2 0-10.4 0-15.6.2L45.9 1l-5.9.1-9.4.4-6.2.3c-7.4.5-14.7 1-22 1.7-.5.1-.8.3-1.1.6-.5.4-.8 1-.8 1.6 0 1.3 1 2.5 2.3 2.5' fill='%23ffd000' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  left: 0;
  bottom: -0.1em;
  z-index: -1;
}

.u-text-mark.v--helpdesk::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 236 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 8.3l16.8-.6L35 7.1l15-.7c2.2-.1 4.5-.3 6.8-.3l10-.2h5.5l10.3.2 15.4.6L129.5 8l15.5.8 15.4.7c9.7.4 19.4.7 29 1.3l8 .5 8.9.7 7.7.7 3.2.3 3.7.5 5.2.6 6.6 1.2.6.1a2.3 2.3 0 0 0 2.3-1.6c.2-.6.1-1.3-.2-1.9-.2-.4-.8-1-1.3-1.1l-4.2-.8-4.2-.7A403.3 403.3 0 0 0 212 7.7a2.4 2.4 0 0 0 1-2.4c-.2-.6-.6-1.2-1-1.5l-1.1-.5a33 33 0 0 0-2.6-.4l-2-.3-3.8-.2L195 2l-15.5-.5-15.4-.3L156 1h-24.4L115.8.8C106.1.7 96.2.6 86.4.7H71.8c-5.2 0-10.4 0-15.6.2L45.9 1l-5.9.1-9.4.4-6.2.3c-7.4.5-14.7 1-22 1.7-.5.1-.8.3-1.1.6-.5.4-.8 1-.8 1.6 0 1.3 1 2.5 2.3 2.5' fill='%2300c057' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.u-text-mark.v--chatbot::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 236 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 8.3l16.8-.6L35 7.1l15-.7c2.2-.1 4.5-.3 6.8-.3l10-.2h5.5l10.3.2 15.4.6L129.5 8l15.5.8 15.4.7c9.7.4 19.4.7 29 1.3l8 .5 8.9.7 7.7.7 3.2.3 3.7.5 5.2.6 6.6 1.2.6.1a2.3 2.3 0 0 0 2.3-1.6c.2-.6.1-1.3-.2-1.9-.2-.4-.8-1-1.3-1.1l-4.2-.8-4.2-.7A403.3 403.3 0 0 0 212 7.7a2.4 2.4 0 0 0 1-2.4c-.2-.6-.6-1.2-1-1.5l-1.1-.5a33 33 0 0 0-2.6-.4l-2-.3-3.8-.2L195 2l-15.5-.5-15.4-.3L156 1h-24.4L115.8.8C106.1.7 96.2.6 86.4.7H71.8c-5.2 0-10.4 0-15.6.2L45.9 1l-5.9.1-9.4.4-6.2.3c-7.4.5-14.7 1-22 1.7-.5.1-.8.3-1.1.6-.5.4-.8 1-.8 1.6 0 1.3 1 2.5 2.3 2.5' fill='%230066ff' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.u-text-mark.v--black::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 236 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 8.3l16.8-.6L35 7.1l15-.7c2.2-.1 4.5-.3 6.8-.3l10-.2h5.5l10.3.2 15.4.6L129.5 8l15.5.8 15.4.7c9.7.4 19.4.7 29 1.3l8 .5 8.9.7 7.7.7 3.2.3 3.7.5 5.2.6 6.6 1.2.6.1a2.3 2.3 0 0 0 2.3-1.6c.2-.6.1-1.3-.2-1.9-.2-.4-.8-1-1.3-1.1l-4.2-.8-4.2-.7A403.3 403.3 0 0 0 212 7.7a2.4 2.4 0 0 0 1-2.4c-.2-.6-.6-1.2-1-1.5l-1.1-.5a33 33 0 0 0-2.6-.4l-2-.3-3.8-.2L195 2l-15.5-.5-15.4-.3L156 1h-24.4L115.8.8C106.1.7 96.2.6 86.4.7H71.8c-5.2 0-10.4 0-15.6.2L45.9 1l-5.9.1-9.4.4-6.2.3c-7.4.5-14.7 1-22 1.7-.5.1-.8.3-1.1.6-.5.4-.8 1-.8 1.6 0 1.3 1 2.5 2.3 2.5' fill='%230f0f10' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.u-text-normal {
  font-style: normal;
  font-weight: normal;
}

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

.u-text-nowrap {
  white-space: nowrap;
}

.u-maxw-1 {
  max-width: 4rem;
}

.u-maxw-2 {
  max-width: 10rem;
}

.u-maxw-3 {
  max-width: 16rem;
}

.u-maxw-4 {
  max-width: 22rem;
}

.u-maxw-5 {
  max-width: 28rem;
}

.u-maxw-6 {
  max-width: 34rem;
}

.u-maxw-7 {
  max-width: 40rem;
}

.u-maxw-8 {
  max-width: 46rem;
}

.u-maxw-9 {
  max-width: 52rem;
}

.u-maxw-10 {
  max-width: 58rem;
}

.u-maxw-11 {
  max-width: 64rem;
}

.u-maxw-12 {
  max-width: 70rem;
}

.u-maxw-13 {
  max-width: 76rem;
}

.u-maxw-14 {
  max-width: 82rem;
}

.u-maxw-15 {
  max-width: 88rem;
}

.u-maxw-16 {
  max-width: 94rem;
}

.u-maxw-17 {
  max-width: 105rem;
}

.u-w-auto {
  width: auto;
}

.u-w-full {
  width: 100%;
}

.u-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.u-h-full {
  height: 100%;
}

.u-h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.u-hover-lift {
  position: relative;
  bottom: 0;
  left: 0;
  transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.u-hover-lift:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  bottom: 0.25rem;
  left: 0.125rem;
}

.u-hover-lift.v--lg:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
}

.u-hover-pointer:hover {
  cursor: pointer;
}

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

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

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

.u-static {
  position: static;
}

.u-fixed {
  position: fixed;
}

.u-absolute {
  position: absolute;
}

.u-relative {
  position: relative;
}

.u-sticky {
  position: sticky;
  top: 90px;
}

.u-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.u-shadow-sm {
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.12);
}

.u-shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.u-shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.u-shadow-xl {
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.12), 0 9px 24px rgba(0, 0, 0, 0.12);
}

.u-shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
}

.u-shadow-outline {
  box-shadow: 0 0 0 2px #ffd000;
}

.u-shadow-before {
  position: relative;
  overflow: hidden;
}

.u-shadow-before::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 30px;
  width: 100%;
  background-image: linear-gradient(to top, rgba(171, 171, 176, 0), rgba(212, 212, 215, 0.2));
}

.u-shadow-after {
  position: relative;
  overflow: hidden;
}

.u-shadow-after::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(171, 171, 176, 0), rgba(212, 212, 215, 0.2));
}

.u-fade-t {
  box-shadow: inset 0 50px 50px -50px rgba(171, 171, 176, 0.15);
}

.u-fade-b {
  box-shadow: inset 0 -50px 50px -50px rgba(171, 171, 176, 0.15);
}

.u-hide-focus.focus-visible {
  box-shadow: none;
}

.u-bg-livechat {
  background-color: #fe5100 !important;
}

.u-text-livechat {
  color: #fe5100 !important;
}

.u-border-livechat {
  border-color: #fe5100 !important;
}

.u-bg-helpdesk {
  background-color: #00c057 !important;
}

.u-text-helpdesk {
  color: #00c057 !important;
}

.u-border-helpdesk {
  border-color: #00c057 !important;
}

.u-bg-chatbot {
  background-color: #0066ff !important;
}

.u-text-chatbot {
  color: #0066ff !important;
}

.u-border-chatbot {
  border-color: #0066ff !important;
}

.u-bg-primary {
  background-color: #0066ff !important;
}

.u-text-primary {
  color: #0066ff !important;
}

.u-border-primary {
  border-color: #0066ff !important;
}

.u-bg-green {
  background-color: #00c057 !important;
}

.u-text-green {
  color: #00c057 !important;
}

.u-border-green {
  border-color: #00c057 !important;
}

.u-bg-accent {
  background-color: #ffd000 !important;
}

.u-text-accent {
  color: #ffd000 !important;
}

.u-border-accent {
  border-color: #ffd000 !important;
}

.u-bg-signup {
  background-color: #ee0007 !important;
}

.u-text-signup {
  color: #ee0007 !important;
}

.u-border-signup {
  border-color: #ee0007 !important;
}

.u-bg-black {
  background-color: #0f0f10 !important;
}

.u-text-black {
  color: #0f0f10 !important;
}

.u-border-black {
  border-color: #0f0f10 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-text-white {
  color: #fff !important;
}

.u-border-white {
  border-color: #fff !important;
}

.u-bg-gray-100 {
  background-color: #1b1b20 !important;
}

.u-text-gray-100 {
  color: #1b1b20 !important;
}

.u-border-gray-100 {
  border-color: #1b1b20 !important;
}

.u-bg-gray-200 {
  background-color: #303037 !important;
}

.u-text-gray-200 {
  color: #303037 !important;
}

.u-border-gray-200 {
  border-color: #303037 !important;
}

.u-bg-gray-300 {
  background-color: #4a4a56 !important;
}

.u-text-gray-300 {
  color: #4a4a56 !important;
}

.u-border-gray-300 {
  border-color: #4a4a56 !important;
}

.u-bg-gray-400 {
  background-color: #5d5c69 !important;
}

.u-text-gray-400 {
  color: #5d5c69 !important;
}

.u-border-gray-400 {
  border-color: #5d5c69 !important;
}

.u-bg-gray-500 {
  background-color: #767581 !important;
}

.u-text-gray-500 {
  color: #767581 !important;
}

.u-border-gray-500 {
  border-color: #767581 !important;
}

.u-bg-gray-600 {
  background-color: #909099 !important;
}

.u-text-gray-600 {
  color: #909099 !important;
}

.u-border-gray-600 {
  border-color: #909099 !important;
}

.u-bg-gray-700 {
  background-color: #ababb0 !important;
}

.u-text-gray-700 {
  color: #ababb0 !important;
}

.u-border-gray-700 {
  border-color: #ababb0 !important;
}

.u-bg-gray-800 {
  background-color: #d4d4d7 !important;
}

.u-text-gray-800 {
  color: #d4d4d7 !important;
}

.u-border-gray-800 {
  border-color: #d4d4d7 !important;
}

.u-bg-gray-900 {
  background-color: #f6f6f7 !important;
}

.u-text-gray-900 {
  color: #f6f6f7 !important;
}

.u-border-gray-900 {
  border-color: #f6f6f7 !important;
}

.u-bg-gray-1000 {
  background-color: #f8f8f9 !important;
}

.u-text-gray-1000 {
  color: #f8f8f9 !important;
}

.u-border-gray-1000 {
  border-color: #f8f8f9 !important;
}

.hover\:u-shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:u-shadow-sm:hover {
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.12);
}

.hover\:u-shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.hover\:u-shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:u-shadow-xl:hover {
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.12), 0 9px 24px rgba(0, 0, 0, 0.12);
}

.hover\:u-shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
}

.hover\:u-shadow-outline:hover {
  box-shadow: 0 0 0 2px #ffd000;
}

.hover\:u-shadow-before:hover {
  position: relative;
  overflow: hidden;
}

.hover\:u-shadow-before:hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 30px;
  width: 100%;
  background-image: linear-gradient(to top, rgba(171, 171, 176, 0), rgba(212, 212, 215, 0.2));
}

.hover\:u-shadow-after:hover {
  position: relative;
  overflow: hidden;
}

.hover\:u-shadow-after:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(171, 171, 176, 0), rgba(212, 212, 215, 0.2));
}

.hover\:u-fade-t:hover {
  box-shadow: inset 0 50px 50px -50px rgba(171, 171, 176, 0.15);
}

.hover\:u-fade-b:hover {
  box-shadow: inset 0 -50px 50px -50px rgba(171, 171, 176, 0.15);
}

.hover\:u-hide-focus:hover.hover\:focus-visible:hover {
  box-shadow: none;
}

.hover\:u-bg-livechat:hover {
  background-color: #fe5100 !important;
}

.hover\:u-text-livechat:hover {
  color: #fe5100 !important;
}

.hover\:u-border-livechat:hover {
  border-color: #fe5100 !important;
}

.hover\:u-bg-helpdesk:hover {
  background-color: #00c057 !important;
}

.hover\:u-text-helpdesk:hover {
  color: #00c057 !important;
}

.hover\:u-border-helpdesk:hover {
  border-color: #00c057 !important;
}

.hover\:u-bg-chatbot:hover {
  background-color: #0066ff !important;
}

.hover\:u-text-chatbot:hover {
  color: #0066ff !important;
}

.hover\:u-border-chatbot:hover {
  border-color: #0066ff !important;
}

.hover\:u-bg-primary:hover {
  background-color: #0066ff !important;
}

.hover\:u-text-primary:hover {
  color: #0066ff !important;
}

.hover\:u-border-primary:hover {
  border-color: #0066ff !important;
}

.hover\:u-bg-green:hover {
  background-color: #00c057 !important;
}

.hover\:u-text-green:hover {
  color: #00c057 !important;
}

.hover\:u-border-green:hover {
  border-color: #00c057 !important;
}

.hover\:u-bg-accent:hover {
  background-color: #ffd000 !important;
}

.hover\:u-text-accent:hover {
  color: #ffd000 !important;
}

.hover\:u-border-accent:hover {
  border-color: #ffd000 !important;
}

.hover\:u-bg-signup:hover {
  background-color: #ee0007 !important;
}

.hover\:u-text-signup:hover {
  color: #ee0007 !important;
}

.hover\:u-border-signup:hover {
  border-color: #ee0007 !important;
}

.hover\:u-bg-black:hover {
  background-color: #0f0f10 !important;
}

.hover\:u-text-black:hover {
  color: #0f0f10 !important;
}

.hover\:u-border-black:hover {
  border-color: #0f0f10 !important;
}

.hover\:u-bg-white:hover {
  background-color: #fff !important;
}

.hover\:u-text-white:hover {
  color: #fff !important;
}

.hover\:u-border-white:hover {
  border-color: #fff !important;
}

.hover\:u-bg-gray-100:hover {
  background-color: #1b1b20 !important;
}

.hover\:u-text-gray-100:hover {
  color: #1b1b20 !important;
}

.hover\:u-border-gray-100:hover {
  border-color: #1b1b20 !important;
}

.hover\:u-bg-gray-200:hover {
  background-color: #303037 !important;
}

.hover\:u-text-gray-200:hover {
  color: #303037 !important;
}

.hover\:u-border-gray-200:hover {
  border-color: #303037 !important;
}

.hover\:u-bg-gray-300:hover {
  background-color: #4a4a56 !important;
}

.hover\:u-text-gray-300:hover {
  color: #4a4a56 !important;
}

.hover\:u-border-gray-300:hover {
  border-color: #4a4a56 !important;
}

.hover\:u-bg-gray-400:hover {
  background-color: #5d5c69 !important;
}

.hover\:u-text-gray-400:hover {
  color: #5d5c69 !important;
}

.hover\:u-border-gray-400:hover {
  border-color: #5d5c69 !important;
}

.hover\:u-bg-gray-500:hover {
  background-color: #767581 !important;
}

.hover\:u-text-gray-500:hover {
  color: #767581 !important;
}

.hover\:u-border-gray-500:hover {
  border-color: #767581 !important;
}

.hover\:u-bg-gray-600:hover {
  background-color: #909099 !important;
}

.hover\:u-text-gray-600:hover {
  color: #909099 !important;
}

.hover\:u-border-gray-600:hover {
  border-color: #909099 !important;
}

.hover\:u-bg-gray-700:hover {
  background-color: #ababb0 !important;
}

.hover\:u-text-gray-700:hover {
  color: #ababb0 !important;
}

.hover\:u-border-gray-700:hover {
  border-color: #ababb0 !important;
}

.hover\:u-bg-gray-800:hover {
  background-color: #d4d4d7 !important;
}

.hover\:u-text-gray-800:hover {
  color: #d4d4d7 !important;
}

.hover\:u-border-gray-800:hover {
  border-color: #d4d4d7 !important;
}

.hover\:u-bg-gray-900:hover {
  background-color: #f6f6f7 !important;
}

.hover\:u-text-gray-900:hover {
  color: #f6f6f7 !important;
}

.hover\:u-border-gray-900:hover {
  border-color: #f6f6f7 !important;
}

.hover\:u-bg-gray-1000:hover {
  background-color: #f8f8f9 !important;
}

.hover\:u-text-gray-1000:hover {
  color: #f8f8f9 !important;
}

.hover\:u-border-gray-1000:hover {
  border-color: #f8f8f9 !important;
}

.u-border {
  border-width: 1px;
  border-style: solid;
}

.u-border-t {
  border-top-width: 1px;
}

.u-border-r {
  border-right-width: 1px;
}

.u-border-b {
  border-bottom-width: 1px;
}

.u-border-l {
  border-left-width: 1px;
}

.u-border-2 {
  border-width: 2px;
  border-style: solid;
}

.u-border-t-2 {
  border-top-width: 2px;
}

.u-border-r-2 {
  border-right-width: 2px;
}

.u-border-b-2 {
  border-bottom-width: 2px;
}

.u-border-l-2 {
  border-left-width: 2px;
}

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

.u-border-t-3 {
  border-top-width: 3px;
}

.u-border-b-3 {
  border-bottom-width: 3px;
}

.u-border-0 {
  border-width: 0;
}

.u-border-t-0 {
  border-top-width: 0;
}

.u-border-r-0 {
  border-right-width: 0;
}

.u-border-b-0 {
  border-bottom-width: 0;
}

.u-border-l-0 {
  border-left-width: 0;
}

.u-border-none {
  border: none;
}

.u-rounded-sm {
  border-radius: 0.25rem;
}

.u-rounded-sm-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.u-rounded {
  border-radius: 0.5rem;
}

.u-rounded-md {
  border-radius: 0.625rem;
}

.u-rounded-md-t {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.u-rounded-lg {
  border-radius: 1.5rem;
}

.u-rounded-t {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.u-rounded-b {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.u-rounded-br {
  border-bottom-right-radius: 0.5rem;
}

.u-rounded-bl {
  border-bottom-left-radius: 0.5rem;
}

.u-rounded-tr {
  border-top-right-radius: 0.5rem;
}

.u-rounded-tr-lg {
  border-top-right-radius: 1.5rem;
}

.u-rounded-tl {
  border-top-left-radius: 0.5rem;
}

.u-rounded-tl-lg {
  border-top-left-radius: 1.5rem;
}

.u-rounded-tr-0 {
  border-top-right-radius: 0;
}

.u-rounded-br-lg {
  border-bottom-right-radius: 1.5rem;
}

.u-rounded-br-0 {
  border-bottom-right-radius: 0;
}

.u-rounded-bl-0 {
  border-bottom-left-radius: 0;
}

.u-rounded-bl-lg {
  border-bottom-left-radius: 1.5rem;
}

.u-round {
  border-radius: 50%;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u--m-0 {
  margin: 0 !important;
}

.u--mt-0 {
  margin-top: 0 !important;
}

.u--mr-0 {
  margin-right: 0 !important;
}

.u--mb-0 {
  margin-bottom: 0 !important;
}

.u--ml-0 {
  margin-left: 0 !important;
}

.u--mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u--my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-m-3xs {
  margin: 0.125rem !important;
}

.u-mt-3xs {
  margin-top: 0.125rem !important;
}

.u-mr-3xs {
  margin-right: 0.125rem !important;
}

.u-mb-3xs {
  margin-bottom: 0.125rem !important;
}

.u-ml-3xs {
  margin-left: 0.125rem !important;
}

.u-mx-3xs {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.u-my-3xs {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.u--m-3xs {
  margin: -0.125rem !important;
}

.u--mt-3xs {
  margin-top: -0.125rem !important;
}

.u--mr-3xs {
  margin-right: -0.125rem !important;
}

.u--mb-3xs {
  margin-bottom: -0.125rem !important;
}

.u--ml-3xs {
  margin-left: -0.125rem !important;
}

.u--mx-3xs {
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}

.u--my-3xs {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

.u-p-3xs {
  padding: 0.125rem !important;
}

.u-pt-3xs {
  padding-top: 0.125rem !important;
}

.u-pr-3xs {
  padding-right: 0.125rem !important;
}

.u-pb-3xs {
  padding-bottom: 0.125rem !important;
}

.u-pl-3xs {
  padding-left: 0.125rem !important;
}

.u-px-3xs {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.u-py-3xs {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.u-m-2xs {
  margin: 0.25rem !important;
}

.u-mt-2xs {
  margin-top: 0.25rem !important;
}

.u-mr-2xs {
  margin-right: 0.25rem !important;
}

.u-mb-2xs {
  margin-bottom: 0.25rem !important;
}

.u-ml-2xs {
  margin-left: 0.25rem !important;
}

.u-mx-2xs {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.u-my-2xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.u--m-2xs {
  margin: -0.25rem !important;
}

.u--mt-2xs {
  margin-top: -0.25rem !important;
}

.u--mr-2xs {
  margin-right: -0.25rem !important;
}

.u--mb-2xs {
  margin-bottom: -0.25rem !important;
}

.u--ml-2xs {
  margin-left: -0.25rem !important;
}

.u--mx-2xs {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.u--my-2xs {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.u-p-2xs {
  padding: 0.25rem !important;
}

.u-pt-2xs {
  padding-top: 0.25rem !important;
}

.u-pr-2xs {
  padding-right: 0.25rem !important;
}

.u-pb-2xs {
  padding-bottom: 0.25rem !important;
}

.u-pl-2xs {
  padding-left: 0.25rem !important;
}

.u-px-2xs {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.u-py-2xs {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.u-m-xs {
  margin: 0.5rem !important;
}

.u-mt-xs {
  margin-top: 0.5rem !important;
}

.u-mr-xs {
  margin-right: 0.5rem !important;
}

.u-mb-xs {
  margin-bottom: 0.5rem !important;
}

.u-ml-xs {
  margin-left: 0.5rem !important;
}

.u-mx-xs {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.u-my-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u--m-xs {
  margin: -0.5rem !important;
}

.u--mt-xs {
  margin-top: -0.5rem !important;
}

.u--mr-xs {
  margin-right: -0.5rem !important;
}

.u--mb-xs {
  margin-bottom: -0.5rem !important;
}

.u--ml-xs {
  margin-left: -0.5rem !important;
}

.u--mx-xs {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.u--my-xs {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.u-p-xs {
  padding: 0.5rem !important;
}

.u-pt-xs {
  padding-top: 0.5rem !important;
}

.u-pr-xs {
  padding-right: 0.5rem !important;
}

.u-pb-xs {
  padding-bottom: 0.5rem !important;
}

.u-pl-xs {
  padding-left: 0.5rem !important;
}

.u-px-xs {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.u-py-xs {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-m-sm {
  margin: 0.75rem !important;
}

.u-mt-sm {
  margin-top: 0.75rem !important;
}

.u-mr-sm {
  margin-right: 0.75rem !important;
}

.u-mb-sm {
  margin-bottom: 0.75rem !important;
}

.u-ml-sm {
  margin-left: 0.75rem !important;
}

.u-mx-sm {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.u-my-sm {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.u--m-sm {
  margin: -0.75rem !important;
}

.u--mt-sm {
  margin-top: -0.75rem !important;
}

.u--mr-sm {
  margin-right: -0.75rem !important;
}

.u--mb-sm {
  margin-bottom: -0.75rem !important;
}

.u--ml-sm {
  margin-left: -0.75rem !important;
}

.u--mx-sm {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.u--my-sm {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.u-p-sm {
  padding: 0.75rem !important;
}

.u-pt-sm {
  padding-top: 0.75rem !important;
}

.u-pr-sm {
  padding-right: 0.75rem !important;
}

.u-pb-sm {
  padding-bottom: 0.75rem !important;
}

.u-pl-sm {
  padding-left: 0.75rem !important;
}

.u-px-sm {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.u-py-sm {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.u-m-md {
  margin: 1rem !important;
}

.u-mt-md {
  margin-top: 1rem !important;
}

.u-mr-md {
  margin-right: 1rem !important;
}

.u-mb-md {
  margin-bottom: 1rem !important;
}

.u-ml-md {
  margin-left: 1rem !important;
}

.u-mx-md {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.u-my-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u--m-md {
  margin: -1rem !important;
}

.u--mt-md {
  margin-top: -1rem !important;
}

.u--mr-md {
  margin-right: -1rem !important;
}

.u--mb-md {
  margin-bottom: -1rem !important;
}

.u--ml-md {
  margin-left: -1rem !important;
}

.u--mx-md {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.u--my-md {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.u-p-md {
  padding: 1rem !important;
}

.u-pt-md {
  padding-top: 1rem !important;
}

.u-pr-md {
  padding-right: 1rem !important;
}

.u-pb-md {
  padding-bottom: 1rem !important;
}

.u-pl-md {
  padding-left: 1rem !important;
}

.u-px-md {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.u-py-md {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-m-lg {
  margin: 1.5rem !important;
}

.u-mt-lg {
  margin-top: 1.5rem !important;
}

.u-mr-lg {
  margin-right: 1.5rem !important;
}

.u-mb-lg {
  margin-bottom: 1.5rem !important;
}

.u-ml-lg {
  margin-left: 1.5rem !important;
}

.u-mx-lg {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.u-my-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u--m-lg {
  margin: -1.5rem !important;
}

.u--mt-lg {
  margin-top: -1.5rem !important;
}

.u--mr-lg {
  margin-right: -1.5rem !important;
}

.u--mb-lg {
  margin-bottom: -1.5rem !important;
}

.u--ml-lg {
  margin-left: -1.5rem !important;
}

.u--mx-lg {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.u--my-lg {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.u-p-lg {
  padding: 1.5rem !important;
}

.u-pt-lg {
  padding-top: 1.5rem !important;
}

.u-pr-lg {
  padding-right: 1.5rem !important;
}

.u-pb-lg {
  padding-bottom: 1.5rem !important;
}

.u-pl-lg {
  padding-left: 1.5rem !important;
}

.u-px-lg {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.u-py-lg {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-m-xl {
  margin: 2rem !important;
}

.u-mt-xl {
  margin-top: 2rem !important;
}

.u-mr-xl {
  margin-right: 2rem !important;
}

.u-mb-xl {
  margin-bottom: 2rem !important;
}

.u-ml-xl {
  margin-left: 2rem !important;
}

.u-mx-xl {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.u-my-xl {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u--m-xl {
  margin: -2rem !important;
}

.u--mt-xl {
  margin-top: -2rem !important;
}

.u--mr-xl {
  margin-right: -2rem !important;
}

.u--mb-xl {
  margin-bottom: -2rem !important;
}

.u--ml-xl {
  margin-left: -2rem !important;
}

.u--mx-xl {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.u--my-xl {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.u-p-xl {
  padding: 2rem !important;
}

.u-pt-xl {
  padding-top: 2rem !important;
}

.u-pr-xl {
  padding-right: 2rem !important;
}

.u-pb-xl {
  padding-bottom: 2rem !important;
}

.u-pl-xl {
  padding-left: 2rem !important;
}

.u-px-xl {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.u-py-xl {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-m-2xl {
  margin: 2.5rem !important;
}

.u-mt-2xl {
  margin-top: 2.5rem !important;
}

.u-mr-2xl {
  margin-right: 2.5rem !important;
}

.u-mb-2xl {
  margin-bottom: 2.5rem !important;
}

.u-ml-2xl {
  margin-left: 2.5rem !important;
}

.u-mx-2xl {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.u-my-2xl {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.u--m-2xl {
  margin: -2.5rem !important;
}

.u--mt-2xl {
  margin-top: -2.5rem !important;
}

.u--mr-2xl {
  margin-right: -2.5rem !important;
}

.u--mb-2xl {
  margin-bottom: -2.5rem !important;
}

.u--ml-2xl {
  margin-left: -2.5rem !important;
}

.u--mx-2xl {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.u--my-2xl {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.u-p-2xl {
  padding: 2.5rem !important;
}

.u-pt-2xl {
  padding-top: 2.5rem !important;
}

.u-pr-2xl {
  padding-right: 2.5rem !important;
}

.u-pb-2xl {
  padding-bottom: 2.5rem !important;
}

.u-pl-2xl {
  padding-left: 2.5rem !important;
}

.u-px-2xl {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.u-py-2xl {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-m-3xl {
  margin: 3rem !important;
}

.u-mt-3xl {
  margin-top: 3rem !important;
}

.u-mr-3xl {
  margin-right: 3rem !important;
}

.u-mb-3xl {
  margin-bottom: 3rem !important;
}

.u-ml-3xl {
  margin-left: 3rem !important;
}

.u-mx-3xl {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.u-my-3xl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u--m-3xl {
  margin: -3rem !important;
}

.u--mt-3xl {
  margin-top: -3rem !important;
}

.u--mr-3xl {
  margin-right: -3rem !important;
}

.u--mb-3xl {
  margin-bottom: -3rem !important;
}

.u--ml-3xl {
  margin-left: -3rem !important;
}

.u--mx-3xl {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.u--my-3xl {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.u-p-3xl {
  padding: 3rem !important;
}

.u-pt-3xl {
  padding-top: 3rem !important;
}

.u-pr-3xl {
  padding-right: 3rem !important;
}

.u-pb-3xl {
  padding-bottom: 3rem !important;
}

.u-pl-3xl {
  padding-left: 3rem !important;
}

.u-px-3xl {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.u-py-3xl {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-M-2xs {
  margin: 1rem !important;
}

.u-Mt-2xs {
  margin-top: 1rem !important;
}

.u-Mr-2xs {
  margin-right: 1rem !important;
}

.u-Mb-2xs {
  margin-bottom: 1rem !important;
}

.u-Ml-2xs {
  margin-left: 1rem !important;
}

.u-Mx-2xs {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.u-My-2xs {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u--M-2xs {
  margin: -1rem !important;
}

.u--Mt-2xs {
  margin-top: -1rem !important;
}

.u--Mr-2xs {
  margin-right: -1rem !important;
}

.u--Mb-2xs {
  margin-bottom: -1rem !important;
}

.u--Ml-2xs {
  margin-left: -1rem !important;
}

.u--Mx-2xs {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.u--My-2xs {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.u-P-2xs {
  padding: 1rem !important;
}

.u-Pt-2xs {
  padding-top: 1rem !important;
}

.u-Pr-2xs {
  padding-right: 1rem !important;
}

.u-Pb-2xs {
  padding-bottom: 1rem !important;
}

.u-Pl-2xs {
  padding-left: 1rem !important;
}

.u-Px-2xs {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.u-Py-2xs {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-M-xs {
  margin: 1.5rem !important;
}

.u-Mt-xs {
  margin-top: 1.5rem !important;
}

.u-Mr-xs {
  margin-right: 1.5rem !important;
}

.u-Mb-xs {
  margin-bottom: 1.5rem !important;
}

.u-Ml-xs {
  margin-left: 1.5rem !important;
}

.u-Mx-xs {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.u-My-xs {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u--M-xs {
  margin: -1.5rem !important;
}

.u--Mt-xs {
  margin-top: -1.5rem !important;
}

.u--Mr-xs {
  margin-right: -1.5rem !important;
}

.u--Mb-xs {
  margin-bottom: -1.5rem !important;
}

.u--Ml-xs {
  margin-left: -1.5rem !important;
}

.u--Mx-xs {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.u--My-xs {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.u-P-xs {
  padding: 1.5rem !important;
}

.u-Pt-xs {
  padding-top: 1.5rem !important;
}

.u-Pr-xs {
  padding-right: 1.5rem !important;
}

.u-Pb-xs {
  padding-bottom: 1.5rem !important;
}

.u-Pl-xs {
  padding-left: 1.5rem !important;
}

.u-Px-xs {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.u-Py-xs {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-M-sm {
  margin: 2rem !important;
}

.u-Mt-sm {
  margin-top: 2rem !important;
}

.u-Mr-sm {
  margin-right: 2rem !important;
}

.u-Mb-sm {
  margin-bottom: 2rem !important;
}

.u-Ml-sm {
  margin-left: 2rem !important;
}

.u-Mx-sm {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.u-My-sm {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u--M-sm {
  margin: -2rem !important;
}

.u--Mt-sm {
  margin-top: -2rem !important;
}

.u--Mr-sm {
  margin-right: -2rem !important;
}

.u--Mb-sm {
  margin-bottom: -2rem !important;
}

.u--Ml-sm {
  margin-left: -2rem !important;
}

.u--Mx-sm {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.u--My-sm {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.u-P-sm {
  padding: 2rem !important;
}

.u-Pt-sm {
  padding-top: 2rem !important;
}

.u-Pr-sm {
  padding-right: 2rem !important;
}

.u-Pb-sm {
  padding-bottom: 2rem !important;
}

.u-Pl-sm {
  padding-left: 2rem !important;
}

.u-Px-sm {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.u-Py-sm {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-M-md {
  margin: 3rem !important;
}

.u-Mt-md {
  margin-top: 3rem !important;
}

.u-Mr-md {
  margin-right: 3rem !important;
}

.u-Mb-md {
  margin-bottom: 3rem !important;
}

.u-Ml-md {
  margin-left: 3rem !important;
}

.u-Mx-md {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.u-My-md {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u--M-md {
  margin: -3rem !important;
}

.u--Mt-md {
  margin-top: -3rem !important;
}

.u--Mr-md {
  margin-right: -3rem !important;
}

.u--Mb-md {
  margin-bottom: -3rem !important;
}

.u--Ml-md {
  margin-left: -3rem !important;
}

.u--Mx-md {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.u--My-md {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.u-P-md {
  padding: 3rem !important;
}

.u-Pt-md {
  padding-top: 3rem !important;
}

.u-Pr-md {
  padding-right: 3rem !important;
}

.u-Pb-md {
  padding-bottom: 3rem !important;
}

.u-Pl-md {
  padding-left: 3rem !important;
}

.u-Px-md {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.u-Py-md {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-M-lg {
  margin: 4rem !important;
}

.u-Mt-lg {
  margin-top: 4rem !important;
}

.u-Mr-lg {
  margin-right: 4rem !important;
}

.u-Mb-lg {
  margin-bottom: 4rem !important;
}

.u-Ml-lg {
  margin-left: 4rem !important;
}

.u-Mx-lg {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.u-My-lg {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.u--M-lg {
  margin: -4rem !important;
}

.u--Mt-lg {
  margin-top: -4rem !important;
}

.u--Mr-lg {
  margin-right: -4rem !important;
}

.u--Mb-lg {
  margin-bottom: -4rem !important;
}

.u--Ml-lg {
  margin-left: -4rem !important;
}

.u--Mx-lg {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.u--My-lg {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.u-P-lg {
  padding: 4rem !important;
}

.u-Pt-lg {
  padding-top: 4rem !important;
}

.u-Pr-lg {
  padding-right: 4rem !important;
}

.u-Pb-lg {
  padding-bottom: 4rem !important;
}

.u-Pl-lg {
  padding-left: 4rem !important;
}

.u-Px-lg {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.u-Py-lg {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.u-M-xl {
  margin: 6rem !important;
}

.u-Mt-xl {
  margin-top: 6rem !important;
}

.u-Mr-xl {
  margin-right: 6rem !important;
}

.u-Mb-xl {
  margin-bottom: 6rem !important;
}

.u-Ml-xl {
  margin-left: 6rem !important;
}

.u-Mx-xl {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.u-My-xl {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.u--M-xl {
  margin: -6rem !important;
}

.u--Mt-xl {
  margin-top: -6rem !important;
}

.u--Mr-xl {
  margin-right: -6rem !important;
}

.u--Mb-xl {
  margin-bottom: -6rem !important;
}

.u--Ml-xl {
  margin-left: -6rem !important;
}

.u--Mx-xl {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.u--My-xl {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.u-P-xl {
  padding: 6rem !important;
}

.u-Pt-xl {
  padding-top: 6rem !important;
}

.u-Pr-xl {
  padding-right: 6rem !important;
}

.u-Pb-xl {
  padding-bottom: 6rem !important;
}

.u-Pl-xl {
  padding-left: 6rem !important;
}

.u-Px-xl {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.u-Py-xl {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.u-M-2xl {
  margin: 10rem !important;
}

.u-Mt-2xl {
  margin-top: 10rem !important;
}

.u-Mr-2xl {
  margin-right: 10rem !important;
}

.u-Mb-2xl {
  margin-bottom: 10rem !important;
}

.u-Ml-2xl {
  margin-left: 10rem !important;
}

.u-Mx-2xl {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.u-My-2xl {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.u--M-2xl {
  margin: -10rem !important;
}

.u--Mt-2xl {
  margin-top: -10rem !important;
}

.u--Mr-2xl {
  margin-right: -10rem !important;
}

.u--Mb-2xl {
  margin-bottom: -10rem !important;
}

.u--Ml-2xl {
  margin-left: -10rem !important;
}

.u--Mx-2xl {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.u--My-2xl {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.u-P-2xl {
  padding: 10rem !important;
}

.u-Pt-2xl {
  padding-top: 10rem !important;
}

.u-Pr-2xl {
  padding-right: 10rem !important;
}

.u-Pb-2xl {
  padding-bottom: 10rem !important;
}

.u-Pl-2xl {
  padding-left: 10rem !important;
}

.u-Px-2xl {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.u-Py-2xl {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.u-M-3xl {
  margin: 15rem !important;
}

.u-Mt-3xl {
  margin-top: 15rem !important;
}

.u-Mr-3xl {
  margin-right: 15rem !important;
}

.u-Mb-3xl {
  margin-bottom: 15rem !important;
}

.u-Ml-3xl {
  margin-left: 15rem !important;
}

.u-Mx-3xl {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.u-My-3xl {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.u--M-3xl {
  margin: -15rem !important;
}

.u--Mt-3xl {
  margin-top: -15rem !important;
}

.u--Mr-3xl {
  margin-right: -15rem !important;
}

.u--Mb-3xl {
  margin-bottom: -15rem !important;
}

.u--Ml-3xl {
  margin-left: -15rem !important;
}

.u--Mx-3xl {
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}

.u--My-3xl {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.u-P-3xl {
  padding: 15rem !important;
}

.u-Pt-3xl {
  padding-top: 15rem !important;
}

.u-Pr-3xl {
  padding-right: 15rem !important;
}

.u-Pb-3xl {
  padding-bottom: 15rem !important;
}

.u-Pl-3xl {
  padding-left: 15rem !important;
}

.u-Px-3xl {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.u-Py-3xl {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.u-block {
  display: block;
}

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

.u-inline {
  display: inline;
}

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

.u-table {
  display: table;
}

.u-table-row {
  display: table-row;
}

.u-table-cell {
  display: table-cell;
}

.u-grid {
  display: grid;
}

.u-hidden {
  display: none;
}

/**
 * Align Items
*/

.u-items-stretch {
  align-items: stretch;
}

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

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

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

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

/**
 * Align Content
*/

.u-content-start {
  align-content: flex-start;
}

.u-content-center {
  align-content: center;
}

.u-content-end {
  align-content: flex-end;
}

.u-content-between {
  align-content: space-between;
}

.u-content-around {
  align-content: space-around;
}

/**
 * Align Self
*/

.u-self-auto {
  align-self: auto;
}

.u-self-start {
  align-self: flex-start;
}

.u-self-center {
  align-self: center;
}

.u-self-end {
  align-self: flex-end;
}

.u-self-stretch {
  align-self: stretch;
}

.u-self-normal {
  align-self: normal;
}

/**
 * Justify Content
*/

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

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

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

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

.u-justify-around {
  justify-content: space-around;
}

.u-justify-evenly {
  justify-content: space-evenly;
}

.u-flex {
  display: flex;
}

.u-flex img {
  min-width: 0;
  min-height: 0;
}

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

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

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

.u-flex-col-rev {
  flex-direction: column-reverse;
}

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

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

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

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

.u-flex-2 {
  flex: 2;
}

.u-basis-auto {
  flex-basis: auto;
}

.u-basis-1 {
  flex-basis: 8.33333333%;
}

.u-order-1 {
  order: 1;
}

.u-basis-2 {
  flex-basis: 16.66666667%;
}

.u-order-2 {
  order: 2;
}

.u-basis-3 {
  flex-basis: 25%;
}

.u-order-3 {
  order: 3;
}

.u-basis-4 {
  flex-basis: 33.33333333%;
}

.u-order-4 {
  order: 4;
}

.u-basis-5 {
  flex-basis: 41.66666667%;
}

.u-order-5 {
  order: 5;
}

.u-basis-6 {
  flex-basis: 50%;
}

.u-order-6 {
  order: 6;
}

.u-basis-7 {
  flex-basis: 58.33333333%;
}

.u-order-7 {
  order: 7;
}

.u-basis-8 {
  flex-basis: 66.66666667%;
}

.u-order-8 {
  order: 8;
}

.u-basis-9 {
  flex-basis: 75%;
}

.u-order-9 {
  order: 9;
}

.u-basis-10 {
  flex-basis: 83.33333333%;
}

.u-order-10 {
  order: 10;
}

.u-basis-11 {
  flex-basis: 91.66666667%;
}

.u-order-11 {
  order: 11;
}

.u-basis-12 {
  flex-basis: 100%;
}

.u-order-12 {
  order: 12;
}

/* Text Alignment */

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

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

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

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

/* Weight */

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

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

.u-font-bold {
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .t-homepage-app {
    perspective: 1000px;
  }

  .t-homepage-app__image {
    transform: translate3d(0, 0, -300px) rotateX(40deg);
    transform-origin: 50% 50%;
    border-radius: 24px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    will-change: transform;
  }

  .t-homepage-demo {
    transform: translate(0, 50px);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 44px 0 rgba(0, 0, 0, 0.24);
  }

  .t-homepage-demo .w-big-play-button {
    clip-path: circle(44px);
  }
}

.t-homepage-signup-button.c-btn.v--signup {
  font-size: 1.5rem;
}

.t-footer-products-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 75rem) {
  .t-footer-products-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.t-footer-products-section.v--dark .t-footer-products__title {
  color: #fff;
}

.t-footer-products-section.v--dark .t-footer-products__card {
  background-color: #303037;
}

.t-footer-products-section.v--dark .t-footer-products__copy h3 {
  color: #fcfcfc;
}

.t-footer-products-section.v--dark .t-footer-products__copy p {
  color: #d4d4d7;
}

.t-footer-products-section.v--dark .t-footer-products__icon {
  border-color: #4a4a56;
}

.t-footer-products-section.v--dark .t-footer-products__chip {
  border-color: #5d5c69;
  color: #ababb0;
}

.t-footer-products-section.v--dark .t-footer-products__button {
  border-color: #fff;
  color: #fff;
}

.t-footer-products-section.v--dark .t-footer-products__card--text:hover .t-footer-products__button,
.t-footer-products-section.v--dark .t-footer-products__card--text:focus-visible .t-footer-products__button {
  background-color: #fff;
  border-color: #fff;
  color: #0f0f10;
}

.t-footer-products {
  display: grid;
  gap: 1rem;
}

.t-footer-products__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  font-weight: 400;
  letter-spacing: -0.1px;
}

@media (min-width: 75rem) {
  .t-footer-products__title {
    margin-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 75rem) {
  .t-footer-products__container {
    padding: 0;
  }
}

@media (min-width: 75rem) {
  .t-footer-products {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    height: 23.5rem;
    gap: 2rem;
  }
}

.t-footer-products__card {
  display: block;
  height: 100%;
  color: #0f0f10;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 1px 2px 0 #0000000f, 0 1px 3px 0 #0000001a, 0 0 6px 0 #00000008;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.t-footer-products__card:hover,
.t-footer-products__card:focus-visible {
  text-decoration: none;
  box-shadow: 0 4px 6px -2px #0000000d, 0 10px 15px -3px #0000001a, 0 0 20px -6px #0000001a;
}

.t-footer-products__card--text {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 1.07px 2.13px 0 #0000000f, 0 1.07px 3.2px 0 #0000001a, 0 0 6.4px 0 #00000008;
}

@media (min-width: 75rem) {
  .t-footer-products__card--text {
    grid-column: span 7;
  }
}

.t-footer-products__image {
  display: flex;
  flex: 1;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 75rem) {
  .t-footer-products__image {
    min-height: 13rem;
  }
}

.t-footer-products__image-asset {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 75rem) {
  .t-footer-products__image-asset {
    height: 100%;
  }
}

.t-footer-products__body {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
}

@media (min-width: 75rem) {
  .t-footer-products__body {
    align-items: center;
    padding: 1.5rem 2rem;
  }
}

.t-footer-products__text-content {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.75rem;
}

@media (min-width: 75rem) {
  .t-footer-products__text-content {
    gap: 1.5rem;
  }
}

.t-footer-products__card--text .t-footer-products__copy {
  flex: 1 1 19rem;
  min-width: 0;
}

.t-footer-products__copy {
  color: #0f0f10;
}

.t-footer-products__copy h3 {
  color: #0f0f10;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.1px;
  font-weight: 500;
  margin: 0;
}

.t-footer-products__copy p {
  color: #0f0f10;
  line-height: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0;
  margin: 0;
}

.t-footer-products__copy h3 + p,
.t-footer-products__copy .t-footer-products__heading + p {
  margin-top: 0.125rem;
}

.t-footer-products__heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.t-footer-products__button {
  display: inline-block;
  pointer-events: none;
  flex-shrink: 0;
  background-color: transparent;
  border: 2px solid #0f0f10;
  border-radius: 0.5rem;
  color: #0f0f10;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 1rem;
  min-width: 6rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.t-footer-products__card--text:hover .t-footer-products__button,
.t-footer-products__card--text:focus-visible .t-footer-products__button {
  background-color: #0f0f10;
  border-color: #0f0f10;
  color: #fff;
}

.t-footer-products__stack {
  display: grid;
  gap: 1rem;
}

@media (min-width: 75rem) {
  .t-footer-products__stack {
    grid-column: span 5;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

.t-footer-products__card--product {
  padding: 1rem;
}

@media (min-width: 75rem) {
  .t-footer-products__card--product {
    padding: 1.5rem;
  }
}

.t-footer-products__card--product .t-footer-products__icon-asset {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.t-footer-products__card--product .t-footer-products__icon-asset svg {
  display: block;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
}

.t-footer-products__card--product .t-footer-products__icon-asset svg rect:first-of-type {
  fill: transparent !important;
}

.t-footer-products__product {
  display: flex;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 75rem) {
  .t-footer-products__product {
    height: 100%;
  }
}

.t-footer-products__chip {
  padding: 3px 6px 1px;
  transform: translateY(-1px);
  border-radius: 0.25rem;
  border: 1px solid #c9c9cd;
  background-color: transparent;
  color: #767581;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}

.t-footer-products__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #eeeeef;
}

.t-footer-products__icon-asset {
  display: block;
  width: 100%;
  height: 100%;
}

.t-footer-products__icon-asset svg {
  display: block;
  width: 100%;
  height: 100%;
}

.c-faq-entry {
  height: -moz-min-content;
  height: min-content;
  transition: 0.3s;
}

.c-faq-entry::after {
  content: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999023 1L8.99902 9L16.999 1' stroke='%230066FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  pointer-events: none;
}

.c-faq-entry.v--show-answer {
  padding-bottom: 1rem;
}

.c-faq-entry.v--show-answer::after {
  rotate: -180deg;
}

.c-faq-entry-question {
  cursor: pointer;
  line-height: 1.75rem;
}

.c-faq-entry-answer {
  visibility: hidden;
  max-height: 0;
  margin: 0;
  transition: 0.3s;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20;
}

.v--show-answer .c-faq-entry-question {
  font-weight: 500;
}

.v--show-answer .c-faq-entry-answer {
  visibility: visible;
  max-height: 500px;
}

.item-card-base {
  border: 1px solid var(--color-black-150);
  overflow: hidden;
}

.carousel {
  gap: 2rem;
  overflow-x: scroll;
  scroll-snap-type: x proximity;
}

.carousel::-webkit-scrollbar {
  height: 8px;
}

.carousel::-webkit-scrollbar-track {
  background: #e7e7e9;
  border-radius: 0.3rem;
}

.carousel::-webkit-scrollbar-thumb {
  background: var(--color-black);
  border-radius: 0.3rem;
}

.carousel::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.carousel__tile {
  flex: 0 0 auto;
  min-width: calc(50% - 1rem);
  overflow: hidden;
  scroll-snap-align: start;
  width: 100%;
}

@media (min-width: 36rem) {
  .carousel__tile {
    width: calc(50% - 1rem);
  }
}

.c-btn.v--chevron-b::after {
  content: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.86328L7 7.86328L13 1.86328' stroke='%231B1B20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-left: 1rem;
}

.c-btn.v--chevron-b:hover::after {
  filter: invert(1);
}

.t-legal-article__content p:not("__explainer") {
  font-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556;
}

.t-legal-article__content > p:first-child {
  font-size:var(--font-size-lg);
  font-weight:normal;
  line-height:1.333;
  letter-spacing:-.1px;
}

.b--u-text-bold.t-legal-article__content > p:first-child{
  font-weight:700
}

.t-legal-article__content h2 {
  font-size:var(--font-size-xl);
  font-weight:bold;
  line-height:1.125;
  letter-spacing:-.4px;
  padding-top:2rem;
}

@media screen and (max-width: 1023px) {
  .t-legal-article__content ol {
    padding-left:1rem;
  }

  .t-legal-article__content ol ol li {
    padding-left: 0;
  }
}

.t-legal-article-explainer {
  position: relative;
}

.t-legal-article-explainer::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA3MCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC42IDcuNGM2LjQtNy43IDE2LjMtNi42IDIyIDAgMy45IDQuNyAzIDEzLjggMS40IDIzLjgtMi4yIDE0LTE0IDE3LjgtMjMuNCAxMi42Qy0xIDM4LjYuNiAxNyA4LjYgNy40Wk00My44IDcuNGM2LjQtNy43IDE2LjQtNi42IDIyIDAgMy45IDQuNyAzIDEzLjggMS40IDIzLjhDNjUgNDUuMiA1My4zIDQ5IDQzLjggNDMuOGMtOS41LTUuMi04LTI2LjggMC0zNi40WiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMUIxQjIwIiBzdHJva2Utd2lkdGg9IjIuNSIvPjxwYXRoIGQ9Ik03LjggMjguM2MtMi42LjItNC4zIDIuNS01LjEgNC0uMy4zLS4zLjgtLjIgMS4zbDEuNyA3LjdjMCAuNS4zLjkuNyAxLjEgMi43IDEuOCA1LjUgMS4yIDguNC0uNSAzLjktMi4yIDAtMTQtNS41LTEzLjZaTTQ0LjMgMjguM2MtMi44LjEtNC43IDIuNC01LjYgMy45LS4zLjQtLjQuOS0uMyAxLjNsMS41IDcuOGMwIC40LjMuOS44IDEuMSAyLjcgMS44IDUuNyAxLjMgOC44LS40IDQuMi0yLjIuNi0xNC01LjItMTMuN1oiIGZpbGw9IiMxQjFCMjAiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
  width: 72px;
  height: 47px;
  position: absolute;
  top: -25px;
  right: 32px;
}

.t-legal-article-hint.v--long:not(.v--active)::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff9ed 80%);
  width: 100%;
  height: 4em;
}

.t-legal-article-hint__content.v--long {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.t-legal-article-hint__content.v--active {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.t-legal-article-hint__content ul,
.t-legal-article-hint__content ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

.t-legal-article-hint__content ol > li > ol {
  list-style-type: lower-alpha;
}

.t-legal-article-hint__content li p {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 64rem) {
  .t-legal-article__toc {
    position: sticky;
    align-self: start;
    max-height: calc(80vh - 90px);
    overflow-y: scroll;
    top: 8rem;
  }
}

.t-legal-article__toc nav ul {
  padding-left: 0;
  display: block;
}

.t-legal-article__toc nav ul li {
  font-size:var(--font-size-sm);
  font-weight:normal;
  line-height:1.5;
  border-radius: 0.25rem;
  cursor: pointer;
}

.t-legal-article__toc nav ul li:hover {
  background-color: #f6f6f7;
  transition: background-color 0.2s ease-in-out;
}

.t-legal-article__toc nav ul li a {
  color:var(--color-black-700);
  display: block;
  padding: 1rem;
}

@media screen and (min-width: 64rem) {
  .t-legal-article__toc nav ul li a {
    padding: 1rem 1.5rem;
  }
}

.t-legal-article__toc nav ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .t-legal-article__toc__mobile.v--sticky {
    position: sticky;
    top: 60px;
    overflow-y: scroll;
    z-index: 90;
  }

  .t-legal-article__toc__mobile.v--sticky nav {
    overflow-y: scroll;
    max-height: 82vh;
  }
}

.tippy-box[data-theme~="knowledgebase"] {
  padding: 0.5rem;
  background-color: #303037;
  border-radius: 10px;
  color: #f6f6f7;
  text-wrap: pretty;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.tippy-box[data-theme~="knowledgebase"] .tippy-content p {
  margin: 0;
}

.tippy-box[data-theme~="knowledgebase"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #303037;
}

.tippy-box[data-theme~="knowledgebase"][data-placement^="right"] > .tippy-arrow::before {
  border-right-color: #303037;
}

.tippy-box[data-theme~="knowledgebase"][data-placement^="bottom"] > .tippy-arrow::before {
  border-bottom-color: #303037;
}

.tippy-box[data-theme~="knowledgebase"][data-placement^="left"] > .tippy-arrow::before {
  border-left-color: #303037;
}

.tippy-box[data-theme~="knowledgebase"][data-placement^="top-start"] > .tippy-arrow::before {
  translate: -10px 0;
}

.tippy-box[data-theme~="knowledgebase"][data-placement^="top-start"] {
  translate: 10px 0;
}

.tippy-box[data-theme~="knowledgebase"][data-placement^="right-start"] > .tippy-arrow::before {
  translate: 0 10px;
}

.tippy-box[data-theme~="knowledgebase"][data-placement^="right-start"] {
  translate: 0 -10px;
}

.tippy-box[data-theme~="knowledgebase"][data-placement^="bottom-start"] > .tippy-arrow::before {
  translate: 10px 0;
}

.tippy-box[data-theme~="knowledgebase"][data-placement^="bottom-start"] {
  translate: -10px 0;
}

.tippy-box[data-theme~="knowledgebase"][data-placement^="left-start"] > .tippy-arrow::before {
  translate: 0 -10px;
}

.tippy-box[data-theme~="knowledgebase"][data-placement^="left-start"] {
  translate: 0 10px;
}

html {
  scroll-behavior: smooth;
}

.c-btn.v--secondary.v--dark-mode {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.c-btn.v--secondary.v--dark-mode:hover {
  background-color: #fff;
  color: #1b1b20;
}

.t-tooltip {
  position: relative;
}

.t-tooltiptext-top,
.t-tooltiptext-right {
  display: none;
  padding: 8px 16px;
  position: absolute;
  z-index: 1000;
  background: #1b1b20;
  color: white;
  font-size: 12px;
  mix-blend-mode: normal;
  border-radius: 5px;
}

.t-tooltiptext-top {
  width: 210px;
  margin-left: 0;
  bottom: 110%;
}

.t-tooltiptext-top::after,
.t-tooltiptext-right::after {
  content: " ";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-color: black transparent transparent transparent;
}

.t-tooltiptext-top::after {
  top: 100%;
  left: 50%;
  border-color: black transparent transparent transparent;
}

.t-tooltip:hover .t-tooltiptext-top,
.t-tooltip:hover .t-tooltiptext-right {
  display: block;
}

.t-hover {
  transition: all 0.2s ease;
}

.c-navbar__button.v--dark-mode {
  background-color: #1b1b20;
  color: #fff;
}

@media screen and (min-width: 64rem) {
  .c-menu__sub.v--single {
    width: 20rem;
  }
}

@media screen and (min-width: 64rem) {
  .c-menu__sub.v--button {
    padding-bottom: 86px;
  }
}

.c-menu__sub__button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 500;
  padding: 18px 0;
  display: none;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 64rem) {
  .c-menu__sub__button {
    display: flex;
  }
}

@media screen and (min-width: 64rem) {
  .c-menu__sub.v--dark-mode {
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15), 0 40px 34px -16px rgba(0, 0, 0, 0.24), 0 6px 4px -4px rgba(0, 0, 0, 0.18), 0 16px 16px -8px rgba(0, 0, 0, 0.36);
  }
}

@media screen and (max-width: 63.9375rem) {
  .c-menu__sub li:last-child .c-menu__item {
    border-bottom: none;
  }
}

.c-menu.v--dark-mode.v--has-opened .v--opened .c-menu__item {
  color: #fff;
}

.c-menu.v--dark-mode.v--has-opened .v--opened .c-menu__item.v--top {
  background-color: #1b1b20;
}

.c-menu.v--dark-mode.v--has-opened .v--opened .c-menu__item:not(.v--top):hover {
  background-color: #131317;
}

.c-menu.v--dark-mode .c-menu__item,
.c-menu.v--dark-mode .c-menu__sub,
.c-menu.v--dark-mode .c-menu__split > div:first-child {
  border-color: #4a4a56;
}

.c-menu.v--dark-mode .c-menu__item {
  color: #fff;
}

.c-menu.v--dark-mode .c-menu__sub {
  background-color: #1b1b20;
}

.c-menu.v--has-opened .v--opened .c-menu__item.v--top {
  background-color: #fff;
}

.c-productbar {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
  padding: 8px 24px;
  background: #fff;
  border-bottom: 1px solid #e2e2e4;
}

@media screen and (min-width: 64rem) {
  .c-productbar {
    display: flex;
  }
}

.c-productbar__claim {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ababb0;
  white-space: nowrap;
}

.c-productbar__list {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-productbar__item {
  position: relative;
  display: flex;
}

.c-productbar__link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ababb0;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.375px;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease;
}

.c-productbar__link:hover,
.c-productbar__link:focus-visible {
  color: #1b1b20;
  text-decoration: none;
}

.c-productbar__icon {
  display: block;
  width: 20px;
  height: 20px;
  color: #ababb0;
  transition: color 0.2s ease;
}

.c-productbar__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.c-productbar__link:hover .c-productbar__icon,
.c-productbar__link:focus-visible .c-productbar__icon {
  color: var(--ptb-hover-color, #1b1b20);
}

.c-productbar.v--dark {
  background: #1b1b20;
  border-bottom-color: #303037;
}

.c-productbar.v--dark .c-productbar__link:hover,
.c-productbar.v--dark .c-productbar__link:focus-visible {
  color: #fff;
}

.c-productbar.v--dark .c-productbar__text-knockout {
  fill: transparent;
}

.c-productbar.v--dark .c-productbar__link:hover .c-productbar__text-knockout,
.c-productbar.v--dark .c-productbar__link:focus-visible .c-productbar__text-knockout {
  fill: #fcfcf7;
}

.tippy-box[data-theme~="product-topbar"] {
  background-color: #1b1b20;
}

.tippy-box[data-theme~="product-topbar"] .tippy-content {
  color: #e2e2e4;
  font-weight: 400;
  font-size: 17.5px;
  line-height: 22.5px;
  white-space: nowrap;
}

.tippy-box[data-theme~="product-topbar"][data-placement^="bottom"] > .tippy-arrow::before {
  border-bottom-color: #1b1b20;
}

.tippy-box[data-theme~="product-topbar"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #1b1b20;
}

.tippy-box[data-theme~="product-topbar-dark"] {
  background-color: #303037;
}

.tippy-box[data-theme~="product-topbar-dark"][data-placement^="bottom"] > .tippy-arrow::before {
  border-bottom-color: #303037;
}

.tippy-box[data-theme~="product-topbar-dark"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #303037;
}

.t-404_animation {
  margin: -21% -48%;
  max-width: 200%;
}

.u-text-highlight {
  width: -moz-max-content;
  width: max-content;
  background-size: 200% auto;
  background-position: -100% 0;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: transparent;
  color: var(--color-black);
}

.u-text-highlight.v--accent {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #ffd000 50%);
}

.u-text-highlight.v--gray-800 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #d4d4d7 50%);
}

.u-text-highlight.v--white {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #fff 50%);
}

/* Underline with KB color */

.u-text-mark.v--knowledgebase::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgwIiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTgwIDE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zIDExQzM2IDEuMSAxMjYuOC0uNCAxNzcgMTEiIHN0cm9rZT0iI0QxQzBGRiIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=");
}

.u-text-line-through {
  position: relative;
  z-index: 1;
}

.u-text-line-through::before {
  content: "";
  position: absolute;
  display: block;
  width: 105%;
  height: 0.2em;
  background-image: url("data:image/svg+xml,%3Csvg width='119' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.5 5.5 114-2.5-111 4L109 8' stroke='%239146FF' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 0;
  top: 45%;
}

/* Tour with KB colors */

.c-tour.v--knowledgebase > .c-tour__features > .c-tour__feature {
  background: #faf8ff;
}

@media screen and (min-width: 64rem) {
  .c-tour.v--knowledgebase > .c-tour__features > .c-tour__feature {
    box-shadow: -2px 0 #d1c0ff;
    background: white;
  }

  .c-tour.v--knowledgebase > .c-tour__features > .c-tour__feature.v--active {
    box-shadow: -2px 0 #a372ff;
    background: #faf8ff;
  }
}

/* Nonprofit */

.t-ctc-hand {
  position: absolute;
  top: -167px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1110px) {
  .t-ctc-hand {
    display: none;
  }
}

.t-ctc-form-background {
  height: 759px;
  margin-top: -690px;
  position: relative;
  z-index: 1;
}

.highlight pre {
  overflow: scroll;
  background-color: #f8f8f8 !important;
}

.highlight pre code {
  font-weight: normal;
  border-radius: 0;
  color: #1b1b20;
  background-color: #f8f8f8;
}

.highlight pre code span {
  font-weight: normal;
  color: #1b1b20;
}

.c-copy-button {
  position: relative;
}

.c-copy-button__textarea {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  display: block;
  bottom: 0;
}

.c-copy-button__success {
  opacity: 0;
  display: block;
  position: absolute;
  padding: 1rem 2rem;
  pointer-events: none;
  top: 0;
  background-color: #fff;
  margin-top: 10px;
  width: 100%;
  transition: opacity 0.2s linear;
}

.c-copy-button__success.v--revealed {
  opacity: 1;
  pointer-events: initial;
}

@media screen and (min-width: 64rem) {
  .lg\:u-rounded-lg {
    border-radius: 1.5rem;
  }
}

@custom-media --breakpoint-sm (min-width: 36rem);

@custom-media --breakpoint-md (min-width: 48rem);

@custom-media --breakpoint-lg (min-width: 64rem);

@custom-media --breakpoint-xl (min-width: 75rem);

body{
  --color-white: #ffffff;
  --color-black: #1B1B20;
  --color-black-25: #FCFCFC;
  --color-black-50: #F6F6F7;
  --color-black-75: #EEEEEF;
  --color-black-100: #E2E2E4;
  --color-black-150: #C9C9CD;
  --color-black-200: #ABABB1;
  --color-black-300: #8D8D95;
  --color-black-400: #767680;
  --color-black-500: #62626D;
  --color-black-600: #4E4E58;
  --color-black-700: #3B3B43;
  --color-black-800: #29292F;
  --color-black-900: #1B1B20;
  --color-black-950: #131317;
  --color-blue-50: #F4FAFF;
  --color-blue-100: #DAEDFF;
  --color-blue-200: #9DCEFF;
  --color-blue-300: #68AFFF;
  --color-blue-400: #328DFF;
  --color-blue-500: #0066FF;
  --color-blue-600: #0059E1;
  --color-blue-700: #004BC2;
  --color-blue-800: #003FA4;
  --color-blue-900: #003288;
  --color-yellow-50: #FFF9ED;
  --color-yellow-100: #FFE9BC;
  --color-yellow-200: #FEDC89;
  --color-yellow-300: #FED65E;
  --color-yellow-400: #FFD000;
  --color-yellow-500: #F3C600;
  --color-yellow-600: #E8BB00;
  --color-yellow-700: #C9A100;
  --color-yellow-800: #755B00;
  --color-yellow-900: #493700;
  --color-orange-50: #FFF8F7;
  --color-orange-100: #FFE5E3;
  --color-orange-200: #FFB8AF;
  --color-orange-300: #FF8A77;
  --color-orange-400: #FF5100;
  --color-orange-500: #D54300;
  --color-orange-600: #B43700;
  --color-orange-700: #9C2E00;
  --color-orange-800: #842600;
  --color-orange-900: #6C1D00;
  --color-red-50: #FFF8F8;
  --color-red-100: #FFE5E5;
  --color-red-200: #FFB7B7;
  --color-red-300: #FF8889;
  --color-red-400: #FF4C4D;
  --color-red-500: #EE0007;
  --color-red-600: #CA0005;
  --color-red-700: #AE0003;
  --color-red-800: #930002;
  --color-red-900: #790002;
  --color-purple-50: #FAF8FF;
  --color-purple-100: #EEE8FF;
  --color-purple-200: #D1C0FF;
  --color-purple-300: #B99AFF;
  --color-purple-400: #A372FF;
  --color-purple-500: #9146FF;
  --color-purple-600: #8609FF;
  --color-purple-700: #7400DF;
  --color-purple-800: #6100BD;
  --color-purple-900: #50009C;
  --color-green-50: #F3FCF4;
  --color-green-100: #D1F4D5;
  --color-green-200: #7EDD92;
  --color-green-300: #00C057;
  --color-green-400: #00A449;
  --color-green-500: #00893C;
  --color-green-600: #007331;
  --color-green-700: #006329;
  --color-green-800: #005321;
  --color-green-900: #00431A
}

body{
  --font-size-7xl: max(3.5rem, min(calc(3.5rem + (10 - 3.5) * ((100vw - 36rem) / (85 - 36))), 10rem));
  --font-size-7xl-static: 10rem;
  --font-size-6xl: max(3rem, min(calc(3rem + (8 - 3) * ((100vw - 36rem) / (85 - 36))), 8rem));
  --font-size-6xl-static: 8rem;
  --font-size-5xl: max(2.625rem, min(calc(2.625rem + (6 - 2.625) * ((100vw - 36rem) / (85 - 36))), 6rem));
  --font-size-5xl-static: 6rem;
  --font-size-4xl: max(2.25rem, min(calc(2.25rem + (4.5 - 2.25) * ((100vw - 36rem) / (85 - 36))), 4.5rem));
  --font-size-4xl-static: 4.5rem;
  --font-size-3xl: max(2rem, min(calc(2rem + (3.5 - 2) * ((100vw - 36rem) / (85 - 36))), 3.5rem));
  --font-size-3xl-static: 3.5rem;
  --font-size-2xl: max(1.75rem, min(calc(1.75rem + (2.5 - 1.75) * ((100vw - 36rem) / (85 - 36))), 2.5rem));
  --font-size-2xl-static: 2.5rem;
  --font-size-xl: max(1.5rem, min(calc(1.5rem + (2 - 1.5) * ((100vw - 36rem) / (85 - 36))), 2rem));
  --font-size-xl-static: 2rem;
  --font-size-lg: max(1.25rem, min(calc(1.25rem + (1.5 - 1.25) * ((100vw - 36rem) / (85 - 36))), 1.5rem));
  --font-size-lg-static: 1.5rem;
  --font-size-base: 1.125rem;
  --font-size-sm: 1rem;
  --font-size-xs: .875rem;
  --font-size-2xs: .75rem;
  --font-size-breakpoint-min: 36rem;
  --font-size-breakpoint-max: 85rem
}

*,:after,:before{
  border:0 solid var(--color-black-100)
}

body{
  font-family:Colfax,colfax-web,Proxima Nova,Open Sans,Gill Sans MT,Gill Sans,Corbel,Arial,sans-serif;
  color:var(--color-black);
  font-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556
}

::-moz-selection{
  background:var(--color-yellow-400);
  color:var(--color-black)
}

::selection{
  background:var(--color-yellow-400);
  color:var(--color-black)
}

.b--o-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));
  grid-gap:2rem
}

.b--o-grid--1{
  grid-template-columns:repeat(1,minmax(0,1fr))
}

.b--o-grid--2{
  grid-template-columns:repeat(2,minmax(0,1fr))
}

.b--o-grid--3{
  grid-template-columns:repeat(3,minmax(0,1fr))
}

.b--o-grid--4{
  grid-template-columns:repeat(4,minmax(0,1fr))
}

.b--o-grid--5{
  grid-template-columns:repeat(5,minmax(0,1fr))
}

.b--o-grid--6{
  grid-template-columns:repeat(6,minmax(0,1fr))
}

.b--o-grid--7{
  grid-template-columns:repeat(7,minmax(0,1fr))
}

.b--o-grid--8{
  grid-template-columns:repeat(8,minmax(0,1fr))
}

.b--o-grid--9{
  grid-template-columns:repeat(9,minmax(0,1fr))
}

.b--o-grid--10{
  grid-template-columns:repeat(10,minmax(0,1fr))
}

.b--o-grid--11{
  grid-template-columns:repeat(11,minmax(0,1fr))
}

.b--o-grid--12{
  grid-template-columns:repeat(12,minmax(0,1fr))
}

.b--o-grid--gap-0{
  gap:0rem
}

.b--o-grid--gap-2{
  gap:1rem
}

.b--o-grid--gap-4{
  gap:2rem
}

.b--o-grid--gap-6{
  gap:3rem
}

.b--o-grid--gap-8{
  gap:4rem
}

.b--o-grid--gap-10{
  gap:5rem
}

.b--o-grid--gap-12{
  gap:6rem
}

.b--o-grid--gap-x-0{
  -moz-column-gap:0rem;
  column-gap:0rem
}

.b--o-grid--gap-y-0{
  row-gap:0rem
}

.b--o-grid--gap-x-2{
  -moz-column-gap:1rem;
  column-gap:1rem
}

.b--o-grid--gap-y-2{
  row-gap:1rem
}

.b--o-grid--gap-x-4{
  -moz-column-gap:2rem;
  column-gap:2rem
}

.b--o-grid--gap-y-4{
  row-gap:2rem
}

.b--o-grid--gap-x-6{
  -moz-column-gap:3rem;
  column-gap:3rem
}

.b--o-grid--gap-y-6{
  row-gap:3rem
}

.b--o-grid--gap-x-8{
  -moz-column-gap:4rem;
  column-gap:4rem
}

.b--o-grid--gap-y-8{
  row-gap:4rem
}

.b--o-grid--gap-x-10{
  -moz-column-gap:5rem;
  column-gap:5rem
}

.b--o-grid--gap-y-10{
  row-gap:5rem
}

.b--o-grid--gap-x-12{
  -moz-column-gap:6rem;
  column-gap:6rem
}

.b--o-grid--gap-y-12{
  row-gap:6rem
}

@media (min-width: 36rem){
  .b--sm\:o-grid--1{
    grid-template-columns:repeat(1,minmax(0,1fr))
  }

  .b--sm\:o-grid--2{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .b--sm\:o-grid--3{
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .b--sm\:o-grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr))
  }

  .b--sm\:o-grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr))
  }

  .b--sm\:o-grid--6{
    grid-template-columns:repeat(6,minmax(0,1fr))
  }

  .b--sm\:o-grid--7{
    grid-template-columns:repeat(7,minmax(0,1fr))
  }

  .b--sm\:o-grid--8{
    grid-template-columns:repeat(8,minmax(0,1fr))
  }

  .b--sm\:o-grid--9{
    grid-template-columns:repeat(9,minmax(0,1fr))
  }

  .b--sm\:o-grid--10{
    grid-template-columns:repeat(10,minmax(0,1fr))
  }

  .b--sm\:o-grid--11{
    grid-template-columns:repeat(11,minmax(0,1fr))
  }

  .b--sm\:o-grid--12{
    grid-template-columns:repeat(12,minmax(0,1fr))
  }

  .b--sm\:o-grid--gap-0{
    gap:0rem
  }

  .b--sm\:o-grid--gap-2{
    gap:1rem
  }

  .b--sm\:o-grid--gap-4{
    gap:2rem
  }

  .b--sm\:o-grid--gap-6{
    gap:3rem
  }

  .b--sm\:o-grid--gap-8{
    gap:4rem
  }

  .b--sm\:o-grid--gap-10{
    gap:5rem
  }

  .b--sm\:o-grid--gap-12{
    gap:6rem
  }

  .b--sm\:o-grid--gap-x-0{
    -moz-column-gap:0rem;
    column-gap:0rem
  }

  .b--sm\:o-grid--gap-y-0{
    row-gap:0rem
  }

  .b--sm\:o-grid--gap-x-2{
    -moz-column-gap:1rem;
    column-gap:1rem
  }

  .b--sm\:o-grid--gap-y-2{
    row-gap:1rem
  }

  .b--sm\:o-grid--gap-x-4{
    -moz-column-gap:2rem;
    column-gap:2rem
  }

  .b--sm\:o-grid--gap-y-4{
    row-gap:2rem
  }

  .b--sm\:o-grid--gap-x-6{
    -moz-column-gap:3rem;
    column-gap:3rem
  }

  .b--sm\:o-grid--gap-y-6{
    row-gap:3rem
  }

  .b--sm\:o-grid--gap-x-8{
    -moz-column-gap:4rem;
    column-gap:4rem
  }

  .b--sm\:o-grid--gap-y-8{
    row-gap:4rem
  }

  .b--sm\:o-grid--gap-x-10{
    -moz-column-gap:5rem;
    column-gap:5rem
  }

  .b--sm\:o-grid--gap-y-10{
    row-gap:5rem
  }

  .b--sm\:o-grid--gap-x-12{
    -moz-column-gap:6rem;
    column-gap:6rem
  }

  .b--sm\:o-grid--gap-y-12{
    row-gap:6rem
  }
}

@media (min-width: 48rem){
  .b--md\:o-grid--1{
    grid-template-columns:repeat(1,minmax(0,1fr))
  }

  .b--md\:o-grid--2{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .b--md\:o-grid--3{
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .b--md\:o-grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr))
  }

  .b--md\:o-grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr))
  }

  .b--md\:o-grid--6{
    grid-template-columns:repeat(6,minmax(0,1fr))
  }

  .b--md\:o-grid--7{
    grid-template-columns:repeat(7,minmax(0,1fr))
  }

  .b--md\:o-grid--8{
    grid-template-columns:repeat(8,minmax(0,1fr))
  }

  .b--md\:o-grid--9{
    grid-template-columns:repeat(9,minmax(0,1fr))
  }

  .b--md\:o-grid--10{
    grid-template-columns:repeat(10,minmax(0,1fr))
  }

  .b--md\:o-grid--11{
    grid-template-columns:repeat(11,minmax(0,1fr))
  }

  .b--md\:o-grid--12{
    grid-template-columns:repeat(12,minmax(0,1fr))
  }

  .b--md\:o-grid--gap-0{
    gap:0rem
  }

  .b--md\:o-grid--gap-2{
    gap:1rem
  }

  .b--md\:o-grid--gap-4{
    gap:2rem
  }

  .b--md\:o-grid--gap-6{
    gap:3rem
  }

  .b--md\:o-grid--gap-8{
    gap:4rem
  }

  .b--md\:o-grid--gap-10{
    gap:5rem
  }

  .b--md\:o-grid--gap-12{
    gap:6rem
  }

  .b--md\:o-grid--gap-x-0{
    -moz-column-gap:0rem;
    column-gap:0rem
  }

  .b--md\:o-grid--gap-y-0{
    row-gap:0rem
  }

  .b--md\:o-grid--gap-x-2{
    -moz-column-gap:1rem;
    column-gap:1rem
  }

  .b--md\:o-grid--gap-y-2{
    row-gap:1rem
  }

  .b--md\:o-grid--gap-x-4{
    -moz-column-gap:2rem;
    column-gap:2rem
  }

  .b--md\:o-grid--gap-y-4{
    row-gap:2rem
  }

  .b--md\:o-grid--gap-x-6{
    -moz-column-gap:3rem;
    column-gap:3rem
  }

  .b--md\:o-grid--gap-y-6{
    row-gap:3rem
  }

  .b--md\:o-grid--gap-x-8{
    -moz-column-gap:4rem;
    column-gap:4rem
  }

  .b--md\:o-grid--gap-y-8{
    row-gap:4rem
  }

  .b--md\:o-grid--gap-x-10{
    -moz-column-gap:5rem;
    column-gap:5rem
  }

  .b--md\:o-grid--gap-y-10{
    row-gap:5rem
  }

  .b--md\:o-grid--gap-x-12{
    -moz-column-gap:6rem;
    column-gap:6rem
  }

  .b--md\:o-grid--gap-y-12{
    row-gap:6rem
  }
}

@media (min-width: 64rem){
  .b--lg\:o-grid--1{
    grid-template-columns:repeat(1,minmax(0,1fr))
  }

  .b--lg\:o-grid--2{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .b--lg\:o-grid--3{
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .b--lg\:o-grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr))
  }

  .b--lg\:o-grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr))
  }

  .b--lg\:o-grid--6{
    grid-template-columns:repeat(6,minmax(0,1fr))
  }

  .b--lg\:o-grid--7{
    grid-template-columns:repeat(7,minmax(0,1fr))
  }

  .b--lg\:o-grid--8{
    grid-template-columns:repeat(8,minmax(0,1fr))
  }

  .b--lg\:o-grid--9{
    grid-template-columns:repeat(9,minmax(0,1fr))
  }

  .b--lg\:o-grid--10{
    grid-template-columns:repeat(10,minmax(0,1fr))
  }

  .b--lg\:o-grid--11{
    grid-template-columns:repeat(11,minmax(0,1fr))
  }

  .b--lg\:o-grid--12{
    grid-template-columns:repeat(12,minmax(0,1fr))
  }

  .b--lg\:o-grid--gap-0{
    gap:0rem
  }

  .b--lg\:o-grid--gap-2{
    gap:1rem
  }

  .b--lg\:o-grid--gap-4{
    gap:2rem
  }

  .b--lg\:o-grid--gap-6{
    gap:3rem
  }

  .b--lg\:o-grid--gap-8{
    gap:4rem
  }

  .b--lg\:o-grid--gap-10{
    gap:5rem
  }

  .b--lg\:o-grid--gap-12{
    gap:6rem
  }

  .b--lg\:o-grid--gap-x-0{
    -moz-column-gap:0rem;
    column-gap:0rem
  }

  .b--lg\:o-grid--gap-y-0{
    row-gap:0rem
  }

  .b--lg\:o-grid--gap-x-2{
    -moz-column-gap:1rem;
    column-gap:1rem
  }

  .b--lg\:o-grid--gap-y-2{
    row-gap:1rem
  }

  .b--lg\:o-grid--gap-x-4{
    -moz-column-gap:2rem;
    column-gap:2rem
  }

  .b--lg\:o-grid--gap-y-4{
    row-gap:2rem
  }

  .b--lg\:o-grid--gap-x-6{
    -moz-column-gap:3rem;
    column-gap:3rem
  }

  .b--lg\:o-grid--gap-y-6{
    row-gap:3rem
  }

  .b--lg\:o-grid--gap-x-8{
    -moz-column-gap:4rem;
    column-gap:4rem
  }

  .b--lg\:o-grid--gap-y-8{
    row-gap:4rem
  }

  .b--lg\:o-grid--gap-x-10{
    -moz-column-gap:5rem;
    column-gap:5rem
  }

  .b--lg\:o-grid--gap-y-10{
    row-gap:5rem
  }

  .b--lg\:o-grid--gap-x-12{
    -moz-column-gap:6rem;
    column-gap:6rem
  }

  .b--lg\:o-grid--gap-y-12{
    row-gap:6rem
  }
}

@media (min-width: 75rem){
  .b--xl\:o-grid--1{
    grid-template-columns:repeat(1,minmax(0,1fr))
  }

  .b--xl\:o-grid--2{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .b--xl\:o-grid--3{
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .b--xl\:o-grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr))
  }

  .b--xl\:o-grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr))
  }

  .b--xl\:o-grid--6{
    grid-template-columns:repeat(6,minmax(0,1fr))
  }

  .b--xl\:o-grid--7{
    grid-template-columns:repeat(7,minmax(0,1fr))
  }

  .b--xl\:o-grid--8{
    grid-template-columns:repeat(8,minmax(0,1fr))
  }

  .b--xl\:o-grid--9{
    grid-template-columns:repeat(9,minmax(0,1fr))
  }

  .b--xl\:o-grid--10{
    grid-template-columns:repeat(10,minmax(0,1fr))
  }

  .b--xl\:o-grid--11{
    grid-template-columns:repeat(11,minmax(0,1fr))
  }

  .b--xl\:o-grid--12{
    grid-template-columns:repeat(12,minmax(0,1fr))
  }

  .b--xl\:o-grid--gap-0{
    gap:0rem
  }

  .b--xl\:o-grid--gap-2{
    gap:1rem
  }

  .b--xl\:o-grid--gap-4{
    gap:2rem
  }

  .b--xl\:o-grid--gap-6{
    gap:3rem
  }

  .b--xl\:o-grid--gap-8{
    gap:4rem
  }

  .b--xl\:o-grid--gap-10{
    gap:5rem
  }

  .b--xl\:o-grid--gap-12{
    gap:6rem
  }

  .b--xl\:o-grid--gap-x-0{
    -moz-column-gap:0rem;
    column-gap:0rem
  }

  .b--xl\:o-grid--gap-y-0{
    row-gap:0rem
  }

  .b--xl\:o-grid--gap-x-2{
    -moz-column-gap:1rem;
    column-gap:1rem
  }

  .b--xl\:o-grid--gap-y-2{
    row-gap:1rem
  }

  .b--xl\:o-grid--gap-x-4{
    -moz-column-gap:2rem;
    column-gap:2rem
  }

  .b--xl\:o-grid--gap-y-4{
    row-gap:2rem
  }

  .b--xl\:o-grid--gap-x-6{
    -moz-column-gap:3rem;
    column-gap:3rem
  }

  .b--xl\:o-grid--gap-y-6{
    row-gap:3rem
  }

  .b--xl\:o-grid--gap-x-8{
    -moz-column-gap:4rem;
    column-gap:4rem
  }

  .b--xl\:o-grid--gap-y-8{
    row-gap:4rem
  }

  .b--xl\:o-grid--gap-x-10{
    -moz-column-gap:5rem;
    column-gap:5rem
  }

  .b--xl\:o-grid--gap-y-10{
    row-gap:5rem
  }

  .b--xl\:o-grid--gap-x-12{
    -moz-column-gap:6rem;
    column-gap:6rem
  }

  .b--xl\:o-grid--gap-y-12{
    row-gap:6rem
  }
}

.b--u-text-blue-50{
  color:var(--color-blue-50)!important
}

.b--u-bg-blue-50{
  background-color:var(--color-blue-50)!important
}

.b--u-border-blue-50{
  border-color:var(--color-blue-50)!important
}

.b--u-text-blue-100{
  color:var(--color-blue-100)!important
}

.b--u-bg-blue-100{
  background-color:var(--color-blue-100)!important
}

.b--u-border-blue-100{
  border-color:var(--color-blue-100)!important
}

.b--u-text-blue-200{
  color:var(--color-blue-200)!important
}

.b--u-bg-blue-200{
  background-color:var(--color-blue-200)!important
}

.b--u-border-blue-200{
  border-color:var(--color-blue-200)!important
}

.b--u-text-blue-300{
  color:var(--color-blue-300)!important
}

.b--u-bg-blue-300{
  background-color:var(--color-blue-300)!important
}

.b--u-border-blue-300{
  border-color:var(--color-blue-300)!important
}

.b--u-text-blue-400{
  color:var(--color-blue-400)!important
}

.b--u-bg-blue-400{
  background-color:var(--color-blue-400)!important
}

.b--u-border-blue-400{
  border-color:var(--color-blue-400)!important
}

.b--u-text-blue-500{
  color:var(--color-blue-500)!important
}

.b--u-bg-blue-500{
  background-color:var(--color-blue-500)!important
}

.b--u-border-blue-500{
  border-color:var(--color-blue-500)!important
}

.b--u-text-blue-600{
  color:var(--color-blue-600)!important
}

.b--u-bg-blue-600{
  background-color:var(--color-blue-600)!important
}

.b--u-border-blue-600{
  border-color:var(--color-blue-600)!important
}

.b--u-text-blue-700{
  color:var(--color-blue-700)!important
}

.b--u-bg-blue-700{
  background-color:var(--color-blue-700)!important
}

.b--u-border-blue-700{
  border-color:var(--color-blue-700)!important
}

.b--u-text-blue-800{
  color:var(--color-blue-800)!important
}

.b--u-bg-blue-800{
  background-color:var(--color-blue-800)!important
}

.b--u-border-blue-800{
  border-color:var(--color-blue-800)!important
}

.b--u-text-blue-900{
  color:var(--color-blue-900)!important
}

.b--u-bg-blue-900{
  background-color:var(--color-blue-900)!important
}

.b--u-border-blue-900{
  border-color:var(--color-blue-900)!important
}

.b--u-text-yellow-50{
  color:var(--color-yellow-50)!important
}

.b--u-bg-yellow-50{
  background-color:var(--color-yellow-50)!important
}

.b--u-border-yellow-50{
  border-color:var(--color-yellow-50)!important
}

.b--u-text-yellow-100{
  color:var(--color-yellow-100)!important
}

.b--u-bg-yellow-100{
  background-color:var(--color-yellow-100)!important
}

.b--u-border-yellow-100{
  border-color:var(--color-yellow-100)!important
}

.b--u-text-yellow-200{
  color:var(--color-yellow-200)!important
}

.b--u-bg-yellow-200{
  background-color:var(--color-yellow-200)!important
}

.b--u-border-yellow-200{
  border-color:var(--color-yellow-200)!important
}

.b--u-text-yellow-300{
  color:var(--color-yellow-300)!important
}

.b--u-bg-yellow-300{
  background-color:var(--color-yellow-300)!important
}

.b--u-border-yellow-300{
  border-color:var(--color-yellow-300)!important
}

.b--u-text-yellow-400{
  color:var(--color-yellow-400)!important
}

.b--u-bg-yellow-400{
  background-color:var(--color-yellow-400)!important
}

.b--u-border-yellow-400{
  border-color:var(--color-yellow-400)!important
}

.b--u-text-yellow-500{
  color:var(--color-yellow-500)!important
}

.b--u-bg-yellow-500{
  background-color:var(--color-yellow-500)!important
}

.b--u-border-yellow-500{
  border-color:var(--color-yellow-500)!important
}

.b--u-text-yellow-600{
  color:var(--color-yellow-600)!important
}

.b--u-bg-yellow-600{
  background-color:var(--color-yellow-600)!important
}

.b--u-border-yellow-600{
  border-color:var(--color-yellow-600)!important
}

.b--u-text-yellow-700{
  color:var(--color-yellow-700)!important
}

.b--u-bg-yellow-700{
  background-color:var(--color-yellow-700)!important
}

.b--u-border-yellow-700{
  border-color:var(--color-yellow-700)!important
}

.b--u-text-yellow-800{
  color:var(--color-yellow-800)!important
}

.b--u-bg-yellow-800{
  background-color:var(--color-yellow-800)!important
}

.b--u-border-yellow-800{
  border-color:var(--color-yellow-800)!important
}

.b--u-text-yellow-900{
  color:var(--color-yellow-900)!important
}

.b--u-bg-yellow-900{
  background-color:var(--color-yellow-900)!important
}

.b--u-border-yellow-900{
  border-color:var(--color-yellow-900)!important
}

.b--u-text-orange-50{
  color:var(--color-orange-50)!important
}

.b--u-bg-orange-50{
  background-color:var(--color-orange-50)!important
}

.b--u-border-orange-50{
  border-color:var(--color-orange-50)!important
}

.b--u-text-orange-100{
  color:var(--color-orange-100)!important
}

.b--u-bg-orange-100{
  background-color:var(--color-orange-100)!important
}

.b--u-border-orange-100{
  border-color:var(--color-orange-100)!important
}

.b--u-text-orange-200{
  color:var(--color-orange-200)!important
}

.b--u-bg-orange-200{
  background-color:var(--color-orange-200)!important
}

.b--u-border-orange-200{
  border-color:var(--color-orange-200)!important
}

.b--u-text-orange-300{
  color:var(--color-orange-300)!important
}

.b--u-bg-orange-300{
  background-color:var(--color-orange-300)!important
}

.b--u-border-orange-300{
  border-color:var(--color-orange-300)!important
}

.b--u-text-orange-400{
  color:var(--color-orange-400)!important
}

.b--u-bg-orange-400{
  background-color:var(--color-orange-400)!important
}

.b--u-border-orange-400{
  border-color:var(--color-orange-400)!important
}

.b--u-text-orange-500{
  color:var(--color-orange-500)!important
}

.b--u-bg-orange-500{
  background-color:var(--color-orange-500)!important
}

.b--u-border-orange-500{
  border-color:var(--color-orange-500)!important
}

.b--u-text-orange-600{
  color:var(--color-orange-600)!important
}

.b--u-bg-orange-600{
  background-color:var(--color-orange-600)!important
}

.b--u-border-orange-600{
  border-color:var(--color-orange-600)!important
}

.b--u-text-orange-700{
  color:var(--color-orange-700)!important
}

.b--u-bg-orange-700{
  background-color:var(--color-orange-700)!important
}

.b--u-border-orange-700{
  border-color:var(--color-orange-700)!important
}

.b--u-text-orange-800{
  color:var(--color-orange-800)!important
}

.b--u-bg-orange-800{
  background-color:var(--color-orange-800)!important
}

.b--u-border-orange-800{
  border-color:var(--color-orange-800)!important
}

.b--u-text-orange-900{
  color:var(--color-orange-900)!important
}

.b--u-bg-orange-900{
  background-color:var(--color-orange-900)!important
}

.b--u-border-orange-900{
  border-color:var(--color-orange-900)!important
}

.b--u-text-red-50{
  color:var(--color-red-50)!important
}

.b--u-bg-red-50{
  background-color:var(--color-red-50)!important
}

.b--u-border-red-50{
  border-color:var(--color-red-50)!important
}

.b--u-text-red-100{
  color:var(--color-red-100)!important
}

.b--u-bg-red-100{
  background-color:var(--color-red-100)!important
}

.b--u-border-red-100{
  border-color:var(--color-red-100)!important
}

.b--u-text-red-200{
  color:var(--color-red-200)!important
}

.b--u-bg-red-200{
  background-color:var(--color-red-200)!important
}

.b--u-border-red-200{
  border-color:var(--color-red-200)!important
}

.b--u-text-red-300{
  color:var(--color-red-300)!important
}

.b--u-bg-red-300{
  background-color:var(--color-red-300)!important
}

.b--u-border-red-300{
  border-color:var(--color-red-300)!important
}

.b--u-text-red-400{
  color:var(--color-red-400)!important
}

.b--u-bg-red-400{
  background-color:var(--color-red-400)!important
}

.b--u-border-red-400{
  border-color:var(--color-red-400)!important
}

.b--u-text-red-500{
  color:var(--color-red-500)!important
}

.b--u-bg-red-500{
  background-color:var(--color-red-500)!important
}

.b--u-border-red-500{
  border-color:var(--color-red-500)!important
}

.b--u-text-red-600{
  color:var(--color-red-600)!important
}

.b--u-bg-red-600{
  background-color:var(--color-red-600)!important
}

.b--u-border-red-600{
  border-color:var(--color-red-600)!important
}

.b--u-text-red-700{
  color:var(--color-red-700)!important
}

.b--u-bg-red-700{
  background-color:var(--color-red-700)!important
}

.b--u-border-red-700{
  border-color:var(--color-red-700)!important
}

.b--u-text-red-800{
  color:var(--color-red-800)!important
}

.b--u-bg-red-800{
  background-color:var(--color-red-800)!important
}

.b--u-border-red-800{
  border-color:var(--color-red-800)!important
}

.b--u-text-red-900{
  color:var(--color-red-900)!important
}

.b--u-bg-red-900{
  background-color:var(--color-red-900)!important
}

.b--u-border-red-900{
  border-color:var(--color-red-900)!important
}

.b--u-text-purple-50{
  color:var(--color-purple-50)!important
}

.b--u-bg-purple-50{
  background-color:var(--color-purple-50)!important
}

.b--u-border-purple-50{
  border-color:var(--color-purple-50)!important
}

.b--u-text-purple-100{
  color:var(--color-purple-100)!important
}

.b--u-bg-purple-100{
  background-color:var(--color-purple-100)!important
}

.b--u-border-purple-100{
  border-color:var(--color-purple-100)!important
}

.b--u-text-purple-200{
  color:var(--color-purple-200)!important
}

.b--u-bg-purple-200{
  background-color:var(--color-purple-200)!important
}

.b--u-border-purple-200{
  border-color:var(--color-purple-200)!important
}

.b--u-text-purple-300{
  color:var(--color-purple-300)!important
}

.b--u-bg-purple-300{
  background-color:var(--color-purple-300)!important
}

.b--u-border-purple-300{
  border-color:var(--color-purple-300)!important
}

.b--u-text-purple-400{
  color:var(--color-purple-400)!important
}

.b--u-bg-purple-400{
  background-color:var(--color-purple-400)!important
}

.b--u-border-purple-400{
  border-color:var(--color-purple-400)!important
}

.b--u-text-purple-500{
  color:var(--color-purple-500)!important
}

.b--u-bg-purple-500{
  background-color:var(--color-purple-500)!important
}

.b--u-border-purple-500{
  border-color:var(--color-purple-500)!important
}

.b--u-text-purple-600{
  color:var(--color-purple-600)!important
}

.b--u-bg-purple-600{
  background-color:var(--color-purple-600)!important
}

.b--u-border-purple-600{
  border-color:var(--color-purple-600)!important
}

.b--u-text-purple-700{
  color:var(--color-purple-700)!important
}

.b--u-bg-purple-700{
  background-color:var(--color-purple-700)!important
}

.b--u-border-purple-700{
  border-color:var(--color-purple-700)!important
}

.b--u-text-purple-800{
  color:var(--color-purple-800)!important
}

.b--u-bg-purple-800{
  background-color:var(--color-purple-800)!important
}

.b--u-border-purple-800{
  border-color:var(--color-purple-800)!important
}

.b--u-text-purple-900{
  color:var(--color-purple-900)!important
}

.b--u-bg-purple-900{
  background-color:var(--color-purple-900)!important
}

.b--u-border-purple-900{
  border-color:var(--color-purple-900)!important
}

.b--u-text-green-50{
  color:var(--color-green-50)!important
}

.b--u-bg-green-50{
  background-color:var(--color-green-50)!important
}

.b--u-border-green-50{
  border-color:var(--color-green-50)!important
}

.b--u-text-green-100{
  color:var(--color-green-100)!important
}

.b--u-bg-green-100{
  background-color:var(--color-green-100)!important
}

.b--u-border-green-100{
  border-color:var(--color-green-100)!important
}

.b--u-text-green-200{
  color:var(--color-green-200)!important
}

.b--u-bg-green-200{
  background-color:var(--color-green-200)!important
}

.b--u-border-green-200{
  border-color:var(--color-green-200)!important
}

.b--u-text-green-300{
  color:var(--color-green-300)!important
}

.b--u-bg-green-300{
  background-color:var(--color-green-300)!important
}

.b--u-border-green-300{
  border-color:var(--color-green-300)!important
}

.b--u-text-green-400{
  color:var(--color-green-400)!important
}

.b--u-bg-green-400{
  background-color:var(--color-green-400)!important
}

.b--u-border-green-400{
  border-color:var(--color-green-400)!important
}

.b--u-text-green-500{
  color:var(--color-green-500)!important
}

.b--u-bg-green-500{
  background-color:var(--color-green-500)!important
}

.b--u-border-green-500{
  border-color:var(--color-green-500)!important
}

.b--u-text-green-600{
  color:var(--color-green-600)!important
}

.b--u-bg-green-600{
  background-color:var(--color-green-600)!important
}

.b--u-border-green-600{
  border-color:var(--color-green-600)!important
}

.b--u-text-green-700{
  color:var(--color-green-700)!important
}

.b--u-bg-green-700{
  background-color:var(--color-green-700)!important
}

.b--u-border-green-700{
  border-color:var(--color-green-700)!important
}

.b--u-text-green-800{
  color:var(--color-green-800)!important
}

.b--u-bg-green-800{
  background-color:var(--color-green-800)!important
}

.b--u-border-green-800{
  border-color:var(--color-green-800)!important
}

.b--u-text-green-900{
  color:var(--color-green-900)!important
}

.b--u-bg-green-900{
  background-color:var(--color-green-900)!important
}

.b--u-border-green-900{
  border-color:var(--color-green-900)!important
}

.b--u-text-black-50{
  color:var(--color-black-50)!important
}

.b--u-bg-black-50{
  background-color:var(--color-black-50)!important
}

.b--u-border-black-50{
  border-color:var(--color-black-50)!important
}

.b--u-text-black-100{
  color:var(--color-black-100)!important
}

.b--u-bg-black-100{
  background-color:var(--color-black-100)!important
}

.b--u-border-black-100{
  border-color:var(--color-black-100)!important
}

.b--u-text-black-200{
  color:var(--color-black-200)!important
}

.b--u-bg-black-200{
  background-color:var(--color-black-200)!important
}

.b--u-border-black-200{
  border-color:var(--color-black-200)!important
}

.b--u-text-black-300{
  color:var(--color-black-300)!important
}

.b--u-bg-black-300{
  background-color:var(--color-black-300)!important
}

.b--u-border-black-300{
  border-color:var(--color-black-300)!important
}

.b--u-text-black-400{
  color:var(--color-black-400)!important
}

.b--u-bg-black-400{
  background-color:var(--color-black-400)!important
}

.b--u-border-black-400{
  border-color:var(--color-black-400)!important
}

.b--u-text-black-500{
  color:var(--color-black-500)!important
}

.b--u-bg-black-500{
  background-color:var(--color-black-500)!important
}

.b--u-border-black-500{
  border-color:var(--color-black-500)!important
}

.b--u-text-black-600{
  color:var(--color-black-600)!important
}

.b--u-bg-black-600{
  background-color:var(--color-black-600)!important
}

.b--u-border-black-600{
  border-color:var(--color-black-600)!important
}

.b--u-text-black-700{
  color:var(--color-black-700)!important
}

.b--u-bg-black-700{
  background-color:var(--color-black-700)!important
}

.b--u-border-black-700{
  border-color:var(--color-black-700)!important
}

.b--u-text-black-800{
  color:var(--color-black-800)!important
}

.b--u-bg-black-800{
  background-color:var(--color-black-800)!important
}

.b--u-border-black-800{
  border-color:var(--color-black-800)!important
}

.b--u-text-black-900{
  color:var(--color-black-900)!important
}

.b--u-bg-black-900{
  background-color:var(--color-black-900)!important
}

.b--u-border-black-900{
  border-color:var(--color-black-900)!important
}

.b--u-text-black-25{
  color:var(--color-black-25)!important
}

.b--u-bg-black-25{
  background-color:var(--color-black-25)!important
}

.b--u-border-black-25{
  border-color:var(--color-black-25)!important
}

.b--u-text-black-75{
  color:var(--color-black-75)!important
}

.b--u-bg-black-75{
  background-color:var(--color-black-75)!important
}

.b--u-border-black-75{
  border-color:var(--color-black-75)!important
}

.b--u-text-black-150{
  color:var(--color-black-150)!important
}

.b--u-bg-black-150{
  background-color:var(--color-black-150)!important
}

.b--u-border-black-150{
  border-color:var(--color-black-150)!important
}

.b--u-text-black-950{
  color:var(--color-black-950)!important
}

.b--u-bg-black-950{
  background-color:var(--color-black-950)!important
}

.b--u-border-black-950{
  border-color:var(--color-black-950)!important
}

.b--u-text-white{
  color:var(--color-white)!important
}

.b--u-bg-white{
  background-color:var(--color-white)!important
}

.b--u-border-white{
  border-color:var(--color-white)!important
}

.b--u-text-black{
  color:var(--color-black)!important
}

.b--u-bg-black{
  background-color:var(--color-black)!important
}

.b--u-border-black{
  border-color:var(--color-black)!important
}

.b--u-bg-transparent{
  background-color:transparent!important;
  background-image:none!important
}

.b--u-text-transparent{
  color:transparent!important
}

.b--u-border-transparent{
  border-color:transparent!important
}

.b--u-bg-current{
  background-color:currentColor!important
}

.b--u-text-current{
  color:currentColor!important
}

.b--u-border-current{
  border-color:currentColor!important
}

.b--hover\:u-text-blue-50:hover{
  color:var(--color-blue-50)!important
}

.b--hover\:u-bg-blue-50:hover{
  background-color:var(--color-blue-50)!important
}

.b--hover\:u-border-blue-50:hover{
  border-color:var(--color-blue-50)!important
}

.b--hover\:u-text-blue-100:hover{
  color:var(--color-blue-100)!important
}

.b--hover\:u-bg-blue-100:hover{
  background-color:var(--color-blue-100)!important
}

.b--hover\:u-border-blue-100:hover{
  border-color:var(--color-blue-100)!important
}

.b--hover\:u-text-blue-200:hover{
  color:var(--color-blue-200)!important
}

.b--hover\:u-bg-blue-200:hover{
  background-color:var(--color-blue-200)!important
}

.b--hover\:u-border-blue-200:hover{
  border-color:var(--color-blue-200)!important
}

.b--hover\:u-text-blue-300:hover{
  color:var(--color-blue-300)!important
}

.b--hover\:u-bg-blue-300:hover{
  background-color:var(--color-blue-300)!important
}

.b--hover\:u-border-blue-300:hover{
  border-color:var(--color-blue-300)!important
}

.b--hover\:u-text-blue-400:hover{
  color:var(--color-blue-400)!important
}

.b--hover\:u-bg-blue-400:hover{
  background-color:var(--color-blue-400)!important
}

.b--hover\:u-border-blue-400:hover{
  border-color:var(--color-blue-400)!important
}

.b--hover\:u-text-blue-500:hover{
  color:var(--color-blue-500)!important
}

.b--hover\:u-bg-blue-500:hover{
  background-color:var(--color-blue-500)!important
}

.b--hover\:u-border-blue-500:hover{
  border-color:var(--color-blue-500)!important
}

.b--hover\:u-text-blue-600:hover{
  color:var(--color-blue-600)!important
}

.b--hover\:u-bg-blue-600:hover{
  background-color:var(--color-blue-600)!important
}

.b--hover\:u-border-blue-600:hover{
  border-color:var(--color-blue-600)!important
}

.b--hover\:u-text-blue-700:hover{
  color:var(--color-blue-700)!important
}

.b--hover\:u-bg-blue-700:hover{
  background-color:var(--color-blue-700)!important
}

.b--hover\:u-border-blue-700:hover{
  border-color:var(--color-blue-700)!important
}

.b--hover\:u-text-blue-800:hover{
  color:var(--color-blue-800)!important
}

.b--hover\:u-bg-blue-800:hover{
  background-color:var(--color-blue-800)!important
}

.b--hover\:u-border-blue-800:hover{
  border-color:var(--color-blue-800)!important
}

.b--hover\:u-text-blue-900:hover{
  color:var(--color-blue-900)!important
}

.b--hover\:u-bg-blue-900:hover{
  background-color:var(--color-blue-900)!important
}

.b--hover\:u-border-blue-900:hover{
  border-color:var(--color-blue-900)!important
}

.b--hover\:u-text-yellow-50:hover{
  color:var(--color-yellow-50)!important
}

.b--hover\:u-bg-yellow-50:hover{
  background-color:var(--color-yellow-50)!important
}

.b--hover\:u-border-yellow-50:hover{
  border-color:var(--color-yellow-50)!important
}

.b--hover\:u-text-yellow-100:hover{
  color:var(--color-yellow-100)!important
}

.b--hover\:u-bg-yellow-100:hover{
  background-color:var(--color-yellow-100)!important
}

.b--hover\:u-border-yellow-100:hover{
  border-color:var(--color-yellow-100)!important
}

.b--hover\:u-text-yellow-200:hover{
  color:var(--color-yellow-200)!important
}

.b--hover\:u-bg-yellow-200:hover{
  background-color:var(--color-yellow-200)!important
}

.b--hover\:u-border-yellow-200:hover{
  border-color:var(--color-yellow-200)!important
}

.b--hover\:u-text-yellow-300:hover{
  color:var(--color-yellow-300)!important
}

.b--hover\:u-bg-yellow-300:hover{
  background-color:var(--color-yellow-300)!important
}

.b--hover\:u-border-yellow-300:hover{
  border-color:var(--color-yellow-300)!important
}

.b--hover\:u-text-yellow-400:hover{
  color:var(--color-yellow-400)!important
}

.b--hover\:u-bg-yellow-400:hover{
  background-color:var(--color-yellow-400)!important
}

.b--hover\:u-border-yellow-400:hover{
  border-color:var(--color-yellow-400)!important
}

.b--hover\:u-text-yellow-500:hover{
  color:var(--color-yellow-500)!important
}

.b--hover\:u-bg-yellow-500:hover{
  background-color:var(--color-yellow-500)!important
}

.b--hover\:u-border-yellow-500:hover{
  border-color:var(--color-yellow-500)!important
}

.b--hover\:u-text-yellow-600:hover{
  color:var(--color-yellow-600)!important
}

.b--hover\:u-bg-yellow-600:hover{
  background-color:var(--color-yellow-600)!important
}

.b--hover\:u-border-yellow-600:hover{
  border-color:var(--color-yellow-600)!important
}

.b--hover\:u-text-yellow-700:hover{
  color:var(--color-yellow-700)!important
}

.b--hover\:u-bg-yellow-700:hover{
  background-color:var(--color-yellow-700)!important
}

.b--hover\:u-border-yellow-700:hover{
  border-color:var(--color-yellow-700)!important
}

.b--hover\:u-text-yellow-800:hover{
  color:var(--color-yellow-800)!important
}

.b--hover\:u-bg-yellow-800:hover{
  background-color:var(--color-yellow-800)!important
}

.b--hover\:u-border-yellow-800:hover{
  border-color:var(--color-yellow-800)!important
}

.b--hover\:u-text-yellow-900:hover{
  color:var(--color-yellow-900)!important
}

.b--hover\:u-bg-yellow-900:hover{
  background-color:var(--color-yellow-900)!important
}

.b--hover\:u-border-yellow-900:hover{
  border-color:var(--color-yellow-900)!important
}

.b--hover\:u-text-orange-50:hover{
  color:var(--color-orange-50)!important
}

.b--hover\:u-bg-orange-50:hover{
  background-color:var(--color-orange-50)!important
}

.b--hover\:u-border-orange-50:hover{
  border-color:var(--color-orange-50)!important
}

.b--hover\:u-text-orange-100:hover{
  color:var(--color-orange-100)!important
}

.b--hover\:u-bg-orange-100:hover{
  background-color:var(--color-orange-100)!important
}

.b--hover\:u-border-orange-100:hover{
  border-color:var(--color-orange-100)!important
}

.b--hover\:u-text-orange-200:hover{
  color:var(--color-orange-200)!important
}

.b--hover\:u-bg-orange-200:hover{
  background-color:var(--color-orange-200)!important
}

.b--hover\:u-border-orange-200:hover{
  border-color:var(--color-orange-200)!important
}

.b--hover\:u-text-orange-300:hover{
  color:var(--color-orange-300)!important
}

.b--hover\:u-bg-orange-300:hover{
  background-color:var(--color-orange-300)!important
}

.b--hover\:u-border-orange-300:hover{
  border-color:var(--color-orange-300)!important
}

.b--hover\:u-text-orange-400:hover{
  color:var(--color-orange-400)!important
}

.b--hover\:u-bg-orange-400:hover{
  background-color:var(--color-orange-400)!important
}

.b--hover\:u-border-orange-400:hover{
  border-color:var(--color-orange-400)!important
}

.b--hover\:u-text-orange-500:hover{
  color:var(--color-orange-500)!important
}

.b--hover\:u-bg-orange-500:hover{
  background-color:var(--color-orange-500)!important
}

.b--hover\:u-border-orange-500:hover{
  border-color:var(--color-orange-500)!important
}

.b--hover\:u-text-orange-600:hover{
  color:var(--color-orange-600)!important
}

.b--hover\:u-bg-orange-600:hover{
  background-color:var(--color-orange-600)!important
}

.b--hover\:u-border-orange-600:hover{
  border-color:var(--color-orange-600)!important
}

.b--hover\:u-text-orange-700:hover{
  color:var(--color-orange-700)!important
}

.b--hover\:u-bg-orange-700:hover{
  background-color:var(--color-orange-700)!important
}

.b--hover\:u-border-orange-700:hover{
  border-color:var(--color-orange-700)!important
}

.b--hover\:u-text-orange-800:hover{
  color:var(--color-orange-800)!important
}

.b--hover\:u-bg-orange-800:hover{
  background-color:var(--color-orange-800)!important
}

.b--hover\:u-border-orange-800:hover{
  border-color:var(--color-orange-800)!important
}

.b--hover\:u-text-orange-900:hover{
  color:var(--color-orange-900)!important
}

.b--hover\:u-bg-orange-900:hover{
  background-color:var(--color-orange-900)!important
}

.b--hover\:u-border-orange-900:hover{
  border-color:var(--color-orange-900)!important
}

.b--hover\:u-text-red-50:hover{
  color:var(--color-red-50)!important
}

.b--hover\:u-bg-red-50:hover{
  background-color:var(--color-red-50)!important
}

.b--hover\:u-border-red-50:hover{
  border-color:var(--color-red-50)!important
}

.b--hover\:u-text-red-100:hover{
  color:var(--color-red-100)!important
}

.b--hover\:u-bg-red-100:hover{
  background-color:var(--color-red-100)!important
}

.b--hover\:u-border-red-100:hover{
  border-color:var(--color-red-100)!important
}

.b--hover\:u-text-red-200:hover{
  color:var(--color-red-200)!important
}

.b--hover\:u-bg-red-200:hover{
  background-color:var(--color-red-200)!important
}

.b--hover\:u-border-red-200:hover{
  border-color:var(--color-red-200)!important
}

.b--hover\:u-text-red-300:hover{
  color:var(--color-red-300)!important
}

.b--hover\:u-bg-red-300:hover{
  background-color:var(--color-red-300)!important
}

.b--hover\:u-border-red-300:hover{
  border-color:var(--color-red-300)!important
}

.b--hover\:u-text-red-400:hover{
  color:var(--color-red-400)!important
}

.b--hover\:u-bg-red-400:hover{
  background-color:var(--color-red-400)!important
}

.b--hover\:u-border-red-400:hover{
  border-color:var(--color-red-400)!important
}

.b--hover\:u-text-red-500:hover{
  color:var(--color-red-500)!important
}

.b--hover\:u-bg-red-500:hover{
  background-color:var(--color-red-500)!important
}

.b--hover\:u-border-red-500:hover{
  border-color:var(--color-red-500)!important
}

.b--hover\:u-text-red-600:hover{
  color:var(--color-red-600)!important
}

.b--hover\:u-bg-red-600:hover{
  background-color:var(--color-red-600)!important
}

.b--hover\:u-border-red-600:hover{
  border-color:var(--color-red-600)!important
}

.b--hover\:u-text-red-700:hover{
  color:var(--color-red-700)!important
}

.b--hover\:u-bg-red-700:hover{
  background-color:var(--color-red-700)!important
}

.b--hover\:u-border-red-700:hover{
  border-color:var(--color-red-700)!important
}

.b--hover\:u-text-red-800:hover{
  color:var(--color-red-800)!important
}

.b--hover\:u-bg-red-800:hover{
  background-color:var(--color-red-800)!important
}

.b--hover\:u-border-red-800:hover{
  border-color:var(--color-red-800)!important
}

.b--hover\:u-text-red-900:hover{
  color:var(--color-red-900)!important
}

.b--hover\:u-bg-red-900:hover{
  background-color:var(--color-red-900)!important
}

.b--hover\:u-border-red-900:hover{
  border-color:var(--color-red-900)!important
}

.b--hover\:u-text-purple-50:hover{
  color:var(--color-purple-50)!important
}

.b--hover\:u-bg-purple-50:hover{
  background-color:var(--color-purple-50)!important
}

.b--hover\:u-border-purple-50:hover{
  border-color:var(--color-purple-50)!important
}

.b--hover\:u-text-purple-100:hover{
  color:var(--color-purple-100)!important
}

.b--hover\:u-bg-purple-100:hover{
  background-color:var(--color-purple-100)!important
}

.b--hover\:u-border-purple-100:hover{
  border-color:var(--color-purple-100)!important
}

.b--hover\:u-text-purple-200:hover{
  color:var(--color-purple-200)!important
}

.b--hover\:u-bg-purple-200:hover{
  background-color:var(--color-purple-200)!important
}

.b--hover\:u-border-purple-200:hover{
  border-color:var(--color-purple-200)!important
}

.b--hover\:u-text-purple-300:hover{
  color:var(--color-purple-300)!important
}

.b--hover\:u-bg-purple-300:hover{
  background-color:var(--color-purple-300)!important
}

.b--hover\:u-border-purple-300:hover{
  border-color:var(--color-purple-300)!important
}

.b--hover\:u-text-purple-400:hover{
  color:var(--color-purple-400)!important
}

.b--hover\:u-bg-purple-400:hover{
  background-color:var(--color-purple-400)!important
}

.b--hover\:u-border-purple-400:hover{
  border-color:var(--color-purple-400)!important
}

.b--hover\:u-text-purple-500:hover{
  color:var(--color-purple-500)!important
}

.b--hover\:u-bg-purple-500:hover{
  background-color:var(--color-purple-500)!important
}

.b--hover\:u-border-purple-500:hover{
  border-color:var(--color-purple-500)!important
}

.b--hover\:u-text-purple-600:hover{
  color:var(--color-purple-600)!important
}

.b--hover\:u-bg-purple-600:hover{
  background-color:var(--color-purple-600)!important
}

.b--hover\:u-border-purple-600:hover{
  border-color:var(--color-purple-600)!important
}

.b--hover\:u-text-purple-700:hover{
  color:var(--color-purple-700)!important
}

.b--hover\:u-bg-purple-700:hover{
  background-color:var(--color-purple-700)!important
}

.b--hover\:u-border-purple-700:hover{
  border-color:var(--color-purple-700)!important
}

.b--hover\:u-text-purple-800:hover{
  color:var(--color-purple-800)!important
}

.b--hover\:u-bg-purple-800:hover{
  background-color:var(--color-purple-800)!important
}

.b--hover\:u-border-purple-800:hover{
  border-color:var(--color-purple-800)!important
}

.b--hover\:u-text-purple-900:hover{
  color:var(--color-purple-900)!important
}

.b--hover\:u-bg-purple-900:hover{
  background-color:var(--color-purple-900)!important
}

.b--hover\:u-border-purple-900:hover{
  border-color:var(--color-purple-900)!important
}

.b--hover\:u-text-green-50:hover{
  color:var(--color-green-50)!important
}

.b--hover\:u-bg-green-50:hover{
  background-color:var(--color-green-50)!important
}

.b--hover\:u-border-green-50:hover{
  border-color:var(--color-green-50)!important
}

.b--hover\:u-text-green-100:hover{
  color:var(--color-green-100)!important
}

.b--hover\:u-bg-green-100:hover{
  background-color:var(--color-green-100)!important
}

.b--hover\:u-border-green-100:hover{
  border-color:var(--color-green-100)!important
}

.b--hover\:u-text-green-200:hover{
  color:var(--color-green-200)!important
}

.b--hover\:u-bg-green-200:hover{
  background-color:var(--color-green-200)!important
}

.b--hover\:u-border-green-200:hover{
  border-color:var(--color-green-200)!important
}

.b--hover\:u-text-green-300:hover{
  color:var(--color-green-300)!important
}

.b--hover\:u-bg-green-300:hover{
  background-color:var(--color-green-300)!important
}

.b--hover\:u-border-green-300:hover{
  border-color:var(--color-green-300)!important
}

.b--hover\:u-text-green-400:hover{
  color:var(--color-green-400)!important
}

.b--hover\:u-bg-green-400:hover{
  background-color:var(--color-green-400)!important
}

.b--hover\:u-border-green-400:hover{
  border-color:var(--color-green-400)!important
}

.b--hover\:u-text-green-500:hover{
  color:var(--color-green-500)!important
}

.b--hover\:u-bg-green-500:hover{
  background-color:var(--color-green-500)!important
}

.b--hover\:u-border-green-500:hover{
  border-color:var(--color-green-500)!important
}

.b--hover\:u-text-green-600:hover{
  color:var(--color-green-600)!important
}

.b--hover\:u-bg-green-600:hover{
  background-color:var(--color-green-600)!important
}

.b--hover\:u-border-green-600:hover{
  border-color:var(--color-green-600)!important
}

.b--hover\:u-text-green-700:hover{
  color:var(--color-green-700)!important
}

.b--hover\:u-bg-green-700:hover{
  background-color:var(--color-green-700)!important
}

.b--hover\:u-border-green-700:hover{
  border-color:var(--color-green-700)!important
}

.b--hover\:u-text-green-800:hover{
  color:var(--color-green-800)!important
}

.b--hover\:u-bg-green-800:hover{
  background-color:var(--color-green-800)!important
}

.b--hover\:u-border-green-800:hover{
  border-color:var(--color-green-800)!important
}

.b--hover\:u-text-green-900:hover{
  color:var(--color-green-900)!important
}

.b--hover\:u-bg-green-900:hover{
  background-color:var(--color-green-900)!important
}

.b--hover\:u-border-green-900:hover{
  border-color:var(--color-green-900)!important
}

.b--hover\:u-text-black-50:hover{
  color:var(--color-black-50)!important
}

.b--hover\:u-bg-black-50:hover{
  background-color:var(--color-black-50)!important
}

.b--hover\:u-border-black-50:hover{
  border-color:var(--color-black-50)!important
}

.b--hover\:u-text-black-100:hover{
  color:var(--color-black-100)!important
}

.b--hover\:u-bg-black-100:hover{
  background-color:var(--color-black-100)!important
}

.b--hover\:u-border-black-100:hover{
  border-color:var(--color-black-100)!important
}

.b--hover\:u-text-black-200:hover{
  color:var(--color-black-200)!important
}

.b--hover\:u-bg-black-200:hover{
  background-color:var(--color-black-200)!important
}

.b--hover\:u-border-black-200:hover{
  border-color:var(--color-black-200)!important
}

.b--hover\:u-text-black-300:hover{
  color:var(--color-black-300)!important
}

.b--hover\:u-bg-black-300:hover{
  background-color:var(--color-black-300)!important
}

.b--hover\:u-border-black-300:hover{
  border-color:var(--color-black-300)!important
}

.b--hover\:u-text-black-400:hover{
  color:var(--color-black-400)!important
}

.b--hover\:u-bg-black-400:hover{
  background-color:var(--color-black-400)!important
}

.b--hover\:u-border-black-400:hover{
  border-color:var(--color-black-400)!important
}

.b--hover\:u-text-black-500:hover{
  color:var(--color-black-500)!important
}

.b--hover\:u-bg-black-500:hover{
  background-color:var(--color-black-500)!important
}

.b--hover\:u-border-black-500:hover{
  border-color:var(--color-black-500)!important
}

.b--hover\:u-text-black-600:hover{
  color:var(--color-black-600)!important
}

.b--hover\:u-bg-black-600:hover{
  background-color:var(--color-black-600)!important
}

.b--hover\:u-border-black-600:hover{
  border-color:var(--color-black-600)!important
}

.b--hover\:u-text-black-700:hover{
  color:var(--color-black-700)!important
}

.b--hover\:u-bg-black-700:hover{
  background-color:var(--color-black-700)!important
}

.b--hover\:u-border-black-700:hover{
  border-color:var(--color-black-700)!important
}

.b--hover\:u-text-black-800:hover{
  color:var(--color-black-800)!important
}

.b--hover\:u-bg-black-800:hover{
  background-color:var(--color-black-800)!important
}

.b--hover\:u-border-black-800:hover{
  border-color:var(--color-black-800)!important
}

.b--hover\:u-text-black-900:hover{
  color:var(--color-black-900)!important
}

.b--hover\:u-bg-black-900:hover{
  background-color:var(--color-black-900)!important
}

.b--hover\:u-border-black-900:hover{
  border-color:var(--color-black-900)!important
}

.b--hover\:u-text-black-25:hover{
  color:var(--color-black-25)!important
}

.b--hover\:u-bg-black-25:hover{
  background-color:var(--color-black-25)!important
}

.b--hover\:u-border-black-25:hover{
  border-color:var(--color-black-25)!important
}

.b--hover\:u-text-black-75:hover{
  color:var(--color-black-75)!important
}

.b--hover\:u-bg-black-75:hover{
  background-color:var(--color-black-75)!important
}

.b--hover\:u-border-black-75:hover{
  border-color:var(--color-black-75)!important
}

.b--hover\:u-text-black-150:hover{
  color:var(--color-black-150)!important
}

.b--hover\:u-bg-black-150:hover{
  background-color:var(--color-black-150)!important
}

.b--hover\:u-border-black-150:hover{
  border-color:var(--color-black-150)!important
}

.b--hover\:u-text-black-950:hover{
  color:var(--color-black-950)!important
}

.b--hover\:u-bg-black-950:hover{
  background-color:var(--color-black-950)!important
}

.b--hover\:u-border-black-950:hover{
  border-color:var(--color-black-950)!important
}

.b--hover\:u-text-white:hover{
  color:var(--color-white)!important
}

.b--hover\:u-bg-white:hover{
  background-color:var(--color-white)!important
}

.b--hover\:u-border-white:hover{
  border-color:var(--color-white)!important
}

.b--hover\:u-text-black:hover{
  color:var(--color-black)!important
}

.b--hover\:u-bg-black:hover{
  background-color:var(--color-black)!important
}

.b--hover\:u-border-black:hover{
  border-color:var(--color-black)!important
}

.b--hover\:u-bg-transparent:hover{
  background-color:transparent!important;
  background-image:none!important
}

.b--hover\:u-text-transparent:hover{
  color:transparent!important
}

.b--hover\:u-border-transparent:hover{
  border-color:transparent!important
}

.b--hover\:u-bg-current:hover{
  background-color:currentColor!important
}

.b--hover\:u-text-current:hover{
  color:currentColor!important
}

.b--hover\:u-border-current:hover{
  border-color:currentColor!important
}

.b--u-m-auto{
  margin:auto!important
}

.b--u-mt-auto{
  margin-top:auto!important
}

.b--u-mr-auto{
  margin-right:auto!important
}

.b--u-mb-auto{
  margin-bottom:auto!important
}

.b--u-ml-auto{
  margin-left:auto!important
}

.b--u-mx-auto{
  margin-left:auto!important;
  margin-right:auto!important
}

.b--u-my-auto{
  margin-top:auto!important;
  margin-bottom:auto!important
}

.b--u-m-0\.25{
  margin:.125rem!important
}

.b--u-mt-0\.25{
  margin-top:.125rem!important
}

.b--u-mr-0\.25{
  margin-right:.125rem!important
}

.b--u-mb-0\.25{
  margin-bottom:.125rem!important
}

.b--u-ml-0\.25{
  margin-left:.125rem!important
}

.b--u-mx-0\.25{
  margin-left:.125rem!important;
  margin-right:.125rem!important
}

.b--u-my-0\.25{
  margin-top:.125rem!important;
  margin-bottom:.125rem!important
}

.b--u-mn-0\.25{
  margin:-.125rem!important
}

.b--u-mtn-0\.25{
  margin-top:-.125rem!important
}

.b--u-mrn-0\.25{
  margin-right:-.125rem!important
}

.b--u-mbn-0\.25{
  margin-bottom:-.125rem!important
}

.b--u-mln-0\.25{
  margin-left:-.125rem!important
}

.b--u-mxn-0\.25{
  margin-left:-.125rem!important;
  margin-right:-.125rem!important
}

.b--u-myn-0\.25{
  margin-top:-.125rem!important;
  margin-bottom:-.125rem!important
}

.b--u-p-0\.25{
  padding:.125rem!important
}

.b--u-pt-0\.25{
  padding-top:.125rem!important
}

.b--u-pr-0\.25{
  padding-right:.125rem!important
}

.b--u-pb-0\.25{
  padding-bottom:.125rem!important
}

.b--u-pl-0\.25{
  padding-left:.125rem!important
}

.b--u-px-0\.25{
  padding-left:.125rem!important;
  padding-right:.125rem!important
}

.b--u-py-0\.25{
  padding-top:.125rem!important;
  padding-bottom:.125rem!important
}

.b--u-m-0\.5{
  margin:.25rem!important
}

.b--u-mt-0\.5{
  margin-top:.25rem!important
}

.b--u-mr-0\.5{
  margin-right:.25rem!important
}

.b--u-mb-0\.5{
  margin-bottom:.25rem!important
}

.b--u-ml-0\.5{
  margin-left:.25rem!important
}

.b--u-mx-0\.5{
  margin-left:.25rem!important;
  margin-right:.25rem!important
}

.b--u-my-0\.5{
  margin-top:.25rem!important;
  margin-bottom:.25rem!important
}

.b--u-mn-0\.5{
  margin:-.25rem!important
}

.b--u-mtn-0\.5{
  margin-top:-.25rem!important
}

.b--u-mrn-0\.5{
  margin-right:-.25rem!important
}

.b--u-mbn-0\.5{
  margin-bottom:-.25rem!important
}

.b--u-mln-0\.5{
  margin-left:-.25rem!important
}

.b--u-mxn-0\.5{
  margin-left:-.25rem!important;
  margin-right:-.25rem!important
}

.b--u-myn-0\.5{
  margin-top:-.25rem!important;
  margin-bottom:-.25rem!important
}

.b--u-p-0\.5{
  padding:.25rem!important
}

.b--u-pt-0\.5{
  padding-top:.25rem!important
}

.b--u-pr-0\.5{
  padding-right:.25rem!important
}

.b--u-pb-0\.5{
  padding-bottom:.25rem!important
}

.b--u-pl-0\.5{
  padding-left:.25rem!important
}

.b--u-px-0\.5{
  padding-left:.25rem!important;
  padding-right:.25rem!important
}

.b--u-py-0\.5{
  padding-top:.25rem!important;
  padding-bottom:.25rem!important
}

.b--u-m-1{
  margin:.5rem!important
}

.b--u-mt-1{
  margin-top:.5rem!important
}

.b--u-mr-1{
  margin-right:.5rem!important
}

.b--u-mb-1{
  margin-bottom:.5rem!important
}

.b--u-ml-1{
  margin-left:.5rem!important
}

.b--u-mx-1{
  margin-left:.5rem!important;
  margin-right:.5rem!important
}

.b--u-my-1{
  margin-top:.5rem!important;
  margin-bottom:.5rem!important
}

.b--u-mn-1{
  margin:-.5rem!important
}

.b--u-mtn-1{
  margin-top:-.5rem!important
}

.b--u-mrn-1{
  margin-right:-.5rem!important
}

.b--u-mbn-1{
  margin-bottom:-.5rem!important
}

.b--u-mln-1{
  margin-left:-.5rem!important
}

.b--u-mxn-1{
  margin-left:-.5rem!important;
  margin-right:-.5rem!important
}

.b--u-myn-1{
  margin-top:-.5rem!important;
  margin-bottom:-.5rem!important
}

.b--u-p-1{
  padding:.5rem!important
}

.b--u-pt-1{
  padding-top:.5rem!important
}

.b--u-pr-1{
  padding-right:.5rem!important
}

.b--u-pb-1{
  padding-bottom:.5rem!important
}

.b--u-pl-1{
  padding-left:.5rem!important
}

.b--u-px-1{
  padding-left:.5rem!important;
  padding-right:.5rem!important
}

.b--u-py-1{
  padding-top:.5rem!important;
  padding-bottom:.5rem!important
}

.b--u-m-1\.5{
  margin:.75rem!important
}

.b--u-mt-1\.5{
  margin-top:.75rem!important
}

.b--u-mr-1\.5{
  margin-right:.75rem!important
}

.b--u-mb-1\.5{
  margin-bottom:.75rem!important
}

.b--u-ml-1\.5{
  margin-left:.75rem!important
}

.b--u-mx-1\.5{
  margin-left:.75rem!important;
  margin-right:.75rem!important
}

.b--u-my-1\.5{
  margin-top:.75rem!important;
  margin-bottom:.75rem!important
}

.b--u-mn-1\.5{
  margin:-.75rem!important
}

.b--u-mtn-1\.5{
  margin-top:-.75rem!important
}

.b--u-mrn-1\.5{
  margin-right:-.75rem!important
}

.b--u-mbn-1\.5{
  margin-bottom:-.75rem!important
}

.b--u-mln-1\.5{
  margin-left:-.75rem!important
}

.b--u-mxn-1\.5{
  margin-left:-.75rem!important;
  margin-right:-.75rem!important
}

.b--u-myn-1\.5{
  margin-top:-.75rem!important;
  margin-bottom:-.75rem!important
}

.b--u-p-1\.5{
  padding:.75rem!important
}

.b--u-pt-1\.5{
  padding-top:.75rem!important
}

.b--u-pr-1\.5{
  padding-right:.75rem!important
}

.b--u-pb-1\.5{
  padding-bottom:.75rem!important
}

.b--u-pl-1\.5{
  padding-left:.75rem!important
}

.b--u-px-1\.5{
  padding-left:.75rem!important;
  padding-right:.75rem!important
}

.b--u-py-1\.5{
  padding-top:.75rem!important;
  padding-bottom:.75rem!important
}

.b--u-m-2{
  margin:1rem!important
}

.b--u-mt-2{
  margin-top:1rem!important
}

.b--u-mr-2{
  margin-right:1rem!important
}

.b--u-mb-2{
  margin-bottom:1rem!important
}

.b--u-ml-2{
  margin-left:1rem!important
}

.b--u-mx-2{
  margin-left:1rem!important;
  margin-right:1rem!important
}

.b--u-my-2{
  margin-top:1rem!important;
  margin-bottom:1rem!important
}

.b--u-mn-2{
  margin:-1rem!important
}

.b--u-mtn-2{
  margin-top:-1rem!important
}

.b--u-mrn-2{
  margin-right:-1rem!important
}

.b--u-mbn-2{
  margin-bottom:-1rem!important
}

.b--u-mln-2{
  margin-left:-1rem!important
}

.b--u-mxn-2{
  margin-left:-1rem!important;
  margin-right:-1rem!important
}

.b--u-myn-2{
  margin-top:-1rem!important;
  margin-bottom:-1rem!important
}

.b--u-p-2{
  padding:1rem!important
}

.b--u-pt-2{
  padding-top:1rem!important
}

.b--u-pr-2{
  padding-right:1rem!important
}

.b--u-pb-2{
  padding-bottom:1rem!important
}

.b--u-pl-2{
  padding-left:1rem!important
}

.b--u-px-2{
  padding-left:1rem!important;
  padding-right:1rem!important
}

.b--u-py-2{
  padding-top:1rem!important;
  padding-bottom:1rem!important
}

.b--u-m-2\.5{
  margin:1.25rem!important
}

.b--u-mt-2\.5{
  margin-top:1.25rem!important
}

.b--u-mr-2\.5{
  margin-right:1.25rem!important
}

.b--u-mb-2\.5{
  margin-bottom:1.25rem!important
}

.b--u-ml-2\.5{
  margin-left:1.25rem!important
}

.b--u-mx-2\.5{
  margin-left:1.25rem!important;
  margin-right:1.25rem!important
}

.b--u-my-2\.5{
  margin-top:1.25rem!important;
  margin-bottom:1.25rem!important
}

.b--u-mn-2\.5{
  margin:-1.25rem!important
}

.b--u-mtn-2\.5{
  margin-top:-1.25rem!important
}

.b--u-mrn-2\.5{
  margin-right:-1.25rem!important
}

.b--u-mbn-2\.5{
  margin-bottom:-1.25rem!important
}

.b--u-mln-2\.5{
  margin-left:-1.25rem!important
}

.b--u-mxn-2\.5{
  margin-left:-1.25rem!important;
  margin-right:-1.25rem!important
}

.b--u-myn-2\.5{
  margin-top:-1.25rem!important;
  margin-bottom:-1.25rem!important
}

.b--u-p-2\.5{
  padding:1.25rem!important
}

.b--u-pt-2\.5{
  padding-top:1.25rem!important
}

.b--u-pr-2\.5{
  padding-right:1.25rem!important
}

.b--u-pb-2\.5{
  padding-bottom:1.25rem!important
}

.b--u-pl-2\.5{
  padding-left:1.25rem!important
}

.b--u-px-2\.5{
  padding-left:1.25rem!important;
  padding-right:1.25rem!important
}

.b--u-py-2\.5{
  padding-top:1.25rem!important;
  padding-bottom:1.25rem!important
}

.b--u-m-3{
  margin:1.5rem!important
}

.b--u-mt-3{
  margin-top:1.5rem!important
}

.b--u-mr-3{
  margin-right:1.5rem!important
}

.b--u-mb-3{
  margin-bottom:1.5rem!important
}

.b--u-ml-3{
  margin-left:1.5rem!important
}

.b--u-mx-3{
  margin-left:1.5rem!important;
  margin-right:1.5rem!important
}

.b--u-my-3{
  margin-top:1.5rem!important;
  margin-bottom:1.5rem!important
}

.b--u-mn-3{
  margin:-1.5rem!important
}

.b--u-mtn-3{
  margin-top:-1.5rem!important
}

.b--u-mrn-3{
  margin-right:-1.5rem!important
}

.b--u-mbn-3{
  margin-bottom:-1.5rem!important
}

.b--u-mln-3{
  margin-left:-1.5rem!important
}

.b--u-mxn-3{
  margin-left:-1.5rem!important;
  margin-right:-1.5rem!important
}

.b--u-myn-3{
  margin-top:-1.5rem!important;
  margin-bottom:-1.5rem!important
}

.b--u-p-3{
  padding:1.5rem!important
}

.b--u-pt-3{
  padding-top:1.5rem!important
}

.b--u-pr-3{
  padding-right:1.5rem!important
}

.b--u-pb-3{
  padding-bottom:1.5rem!important
}

.b--u-pl-3{
  padding-left:1.5rem!important
}

.b--u-px-3{
  padding-left:1.5rem!important;
  padding-right:1.5rem!important
}

.b--u-py-3{
  padding-top:1.5rem!important;
  padding-bottom:1.5rem!important
}

.b--u-m-4{
  margin:2rem!important
}

.b--u-mt-4{
  margin-top:2rem!important
}

.b--u-mr-4{
  margin-right:2rem!important
}

.b--u-mb-4{
  margin-bottom:2rem!important
}

.b--u-ml-4{
  margin-left:2rem!important
}

.b--u-mx-4{
  margin-left:2rem!important;
  margin-right:2rem!important
}

.b--u-my-4{
  margin-top:2rem!important;
  margin-bottom:2rem!important
}

.b--u-mn-4{
  margin:-2rem!important
}

.b--u-mtn-4{
  margin-top:-2rem!important
}

.b--u-mrn-4{
  margin-right:-2rem!important
}

.b--u-mbn-4{
  margin-bottom:-2rem!important
}

.b--u-mln-4{
  margin-left:-2rem!important
}

.b--u-mxn-4{
  margin-left:-2rem!important;
  margin-right:-2rem!important
}

.b--u-myn-4{
  margin-top:-2rem!important;
  margin-bottom:-2rem!important
}

.b--u-p-4{
  padding:2rem!important
}

.b--u-pt-4{
  padding-top:2rem!important
}

.b--u-pr-4{
  padding-right:2rem!important
}

.b--u-pb-4{
  padding-bottom:2rem!important
}

.b--u-pl-4{
  padding-left:2rem!important
}

.b--u-px-4{
  padding-left:2rem!important;
  padding-right:2rem!important
}

.b--u-py-4{
  padding-top:2rem!important;
  padding-bottom:2rem!important
}

.b--u-m-6{
  margin:3rem!important
}

.b--u-mt-6{
  margin-top:3rem!important
}

.b--u-mr-6{
  margin-right:3rem!important
}

.b--u-mb-6{
  margin-bottom:3rem!important
}

.b--u-ml-6{
  margin-left:3rem!important
}

.b--u-mx-6{
  margin-left:3rem!important;
  margin-right:3rem!important
}

.b--u-my-6{
  margin-top:3rem!important;
  margin-bottom:3rem!important
}

.b--u-mn-6{
  margin:-3rem!important
}

.b--u-mtn-6{
  margin-top:-3rem!important
}

.b--u-mrn-6{
  margin-right:-3rem!important
}

.b--u-mbn-6{
  margin-bottom:-3rem!important
}

.b--u-mln-6{
  margin-left:-3rem!important
}

.b--u-mxn-6{
  margin-left:-3rem!important;
  margin-right:-3rem!important
}

.b--u-myn-6{
  margin-top:-3rem!important;
  margin-bottom:-3rem!important
}

.b--u-p-6{
  padding:3rem!important
}

.b--u-pt-6{
  padding-top:3rem!important
}

.b--u-pr-6{
  padding-right:3rem!important
}

.b--u-pb-6{
  padding-bottom:3rem!important
}

.b--u-pl-6{
  padding-left:3rem!important
}

.b--u-px-6{
  padding-left:3rem!important;
  padding-right:3rem!important
}

.b--u-py-6{
  padding-top:3rem!important;
  padding-bottom:3rem!important
}

.b--u-m-8{
  margin:4rem!important
}

.b--u-mt-8{
  margin-top:4rem!important
}

.b--u-mr-8{
  margin-right:4rem!important
}

.b--u-mb-8{
  margin-bottom:4rem!important
}

.b--u-ml-8{
  margin-left:4rem!important
}

.b--u-mx-8{
  margin-left:4rem!important;
  margin-right:4rem!important
}

.b--u-my-8{
  margin-top:4rem!important;
  margin-bottom:4rem!important
}

.b--u-mn-8{
  margin:-4rem!important
}

.b--u-mtn-8{
  margin-top:-4rem!important
}

.b--u-mrn-8{
  margin-right:-4rem!important
}

.b--u-mbn-8{
  margin-bottom:-4rem!important
}

.b--u-mln-8{
  margin-left:-4rem!important
}

.b--u-mxn-8{
  margin-left:-4rem!important;
  margin-right:-4rem!important
}

.b--u-myn-8{
  margin-top:-4rem!important;
  margin-bottom:-4rem!important
}

.b--u-p-8{
  padding:4rem!important
}

.b--u-pt-8{
  padding-top:4rem!important
}

.b--u-pr-8{
  padding-right:4rem!important
}

.b--u-pb-8{
  padding-bottom:4rem!important
}

.b--u-pl-8{
  padding-left:4rem!important
}

.b--u-px-8{
  padding-left:4rem!important;
  padding-right:4rem!important
}

.b--u-py-8{
  padding-top:4rem!important;
  padding-bottom:4rem!important
}

.b--u-m-10{
  margin:5rem!important
}

.b--u-mt-10{
  margin-top:5rem!important
}

.b--u-mr-10{
  margin-right:5rem!important
}

.b--u-mb-10{
  margin-bottom:5rem!important
}

.b--u-ml-10{
  margin-left:5rem!important
}

.b--u-mx-10{
  margin-left:5rem!important;
  margin-right:5rem!important
}

.b--u-my-10{
  margin-top:5rem!important;
  margin-bottom:5rem!important
}

.b--u-mn-10{
  margin:-5rem!important
}

.b--u-mtn-10{
  margin-top:-5rem!important
}

.b--u-mrn-10{
  margin-right:-5rem!important
}

.b--u-mbn-10{
  margin-bottom:-5rem!important
}

.b--u-mln-10{
  margin-left:-5rem!important
}

.b--u-mxn-10{
  margin-left:-5rem!important;
  margin-right:-5rem!important
}

.b--u-myn-10{
  margin-top:-5rem!important;
  margin-bottom:-5rem!important
}

.b--u-p-10{
  padding:5rem!important
}

.b--u-pt-10{
  padding-top:5rem!important
}

.b--u-pr-10{
  padding-right:5rem!important
}

.b--u-pb-10{
  padding-bottom:5rem!important
}

.b--u-pl-10{
  padding-left:5rem!important
}

.b--u-px-10{
  padding-left:5rem!important;
  padding-right:5rem!important
}

.b--u-py-10{
  padding-top:5rem!important;
  padding-bottom:5rem!important
}

.b--u-m-12{
  margin:6rem!important
}

.b--u-mt-12{
  margin-top:6rem!important
}

.b--u-mr-12{
  margin-right:6rem!important
}

.b--u-mb-12{
  margin-bottom:6rem!important
}

.b--u-ml-12{
  margin-left:6rem!important
}

.b--u-mx-12{
  margin-left:6rem!important;
  margin-right:6rem!important
}

.b--u-my-12{
  margin-top:6rem!important;
  margin-bottom:6rem!important
}

.b--u-mn-12{
  margin:-6rem!important
}

.b--u-mtn-12{
  margin-top:-6rem!important
}

.b--u-mrn-12{
  margin-right:-6rem!important
}

.b--u-mbn-12{
  margin-bottom:-6rem!important
}

.b--u-mln-12{
  margin-left:-6rem!important
}

.b--u-mxn-12{
  margin-left:-6rem!important;
  margin-right:-6rem!important
}

.b--u-myn-12{
  margin-top:-6rem!important;
  margin-bottom:-6rem!important
}

.b--u-p-12{
  padding:6rem!important
}

.b--u-pt-12{
  padding-top:6rem!important
}

.b--u-pr-12{
  padding-right:6rem!important
}

.b--u-pb-12{
  padding-bottom:6rem!important
}

.b--u-pl-12{
  padding-left:6rem!important
}

.b--u-px-12{
  padding-left:6rem!important;
  padding-right:6rem!important
}

.b--u-py-12{
  padding-top:6rem!important;
  padding-bottom:6rem!important
}

.b--u-m-16{
  margin:8rem!important
}

.b--u-mt-16{
  margin-top:8rem!important
}

.b--u-mr-16{
  margin-right:8rem!important
}

.b--u-mb-16{
  margin-bottom:8rem!important
}

.b--u-ml-16{
  margin-left:8rem!important
}

.b--u-mx-16{
  margin-left:8rem!important;
  margin-right:8rem!important
}

.b--u-my-16{
  margin-top:8rem!important;
  margin-bottom:8rem!important
}

.b--u-mn-16{
  margin:-8rem!important
}

.b--u-mtn-16{
  margin-top:-8rem!important
}

.b--u-mrn-16{
  margin-right:-8rem!important
}

.b--u-mbn-16{
  margin-bottom:-8rem!important
}

.b--u-mln-16{
  margin-left:-8rem!important
}

.b--u-mxn-16{
  margin-left:-8rem!important;
  margin-right:-8rem!important
}

.b--u-myn-16{
  margin-top:-8rem!important;
  margin-bottom:-8rem!important
}

.b--u-p-16{
  padding:8rem!important
}

.b--u-pt-16{
  padding-top:8rem!important
}

.b--u-pr-16{
  padding-right:8rem!important
}

.b--u-pb-16{
  padding-bottom:8rem!important
}

.b--u-pl-16{
  padding-left:8rem!important
}

.b--u-px-16{
  padding-left:8rem!important;
  padding-right:8rem!important
}

.b--u-py-16{
  padding-top:8rem!important;
  padding-bottom:8rem!important
}

.b--u-m-20{
  margin:10rem!important
}

.b--u-mt-20{
  margin-top:10rem!important
}

.b--u-mr-20{
  margin-right:10rem!important
}

.b--u-mb-20{
  margin-bottom:10rem!important
}

.b--u-ml-20{
  margin-left:10rem!important
}

.b--u-mx-20{
  margin-left:10rem!important;
  margin-right:10rem!important
}

.b--u-my-20{
  margin-top:10rem!important;
  margin-bottom:10rem!important
}

.b--u-mn-20{
  margin:-10rem!important
}

.b--u-mtn-20{
  margin-top:-10rem!important
}

.b--u-mrn-20{
  margin-right:-10rem!important
}

.b--u-mbn-20{
  margin-bottom:-10rem!important
}

.b--u-mln-20{
  margin-left:-10rem!important
}

.b--u-mxn-20{
  margin-left:-10rem!important;
  margin-right:-10rem!important
}

.b--u-myn-20{
  margin-top:-10rem!important;
  margin-bottom:-10rem!important
}

.b--u-p-20{
  padding:10rem!important
}

.b--u-pt-20{
  padding-top:10rem!important
}

.b--u-pr-20{
  padding-right:10rem!important
}

.b--u-pb-20{
  padding-bottom:10rem!important
}

.b--u-pl-20{
  padding-left:10rem!important
}

.b--u-px-20{
  padding-left:10rem!important;
  padding-right:10rem!important
}

.b--u-py-20{
  padding-top:10rem!important;
  padding-bottom:10rem!important
}

.b--u-m-25{
  margin:12.5rem!important
}

.b--u-mt-25{
  margin-top:12.5rem!important
}

.b--u-mr-25{
  margin-right:12.5rem!important
}

.b--u-mb-25{
  margin-bottom:12.5rem!important
}

.b--u-ml-25{
  margin-left:12.5rem!important
}

.b--u-mx-25{
  margin-left:12.5rem!important;
  margin-right:12.5rem!important
}

.b--u-my-25{
  margin-top:12.5rem!important;
  margin-bottom:12.5rem!important
}

.b--u-mn-25{
  margin:-12.5rem!important
}

.b--u-mtn-25{
  margin-top:-12.5rem!important
}

.b--u-mrn-25{
  margin-right:-12.5rem!important
}

.b--u-mbn-25{
  margin-bottom:-12.5rem!important
}

.b--u-mln-25{
  margin-left:-12.5rem!important
}

.b--u-mxn-25{
  margin-left:-12.5rem!important;
  margin-right:-12.5rem!important
}

.b--u-myn-25{
  margin-top:-12.5rem!important;
  margin-bottom:-12.5rem!important
}

.b--u-p-25{
  padding:12.5rem!important
}

.b--u-pt-25{
  padding-top:12.5rem!important
}

.b--u-pr-25{
  padding-right:12.5rem!important
}

.b--u-pb-25{
  padding-bottom:12.5rem!important
}

.b--u-pl-25{
  padding-left:12.5rem!important
}

.b--u-px-25{
  padding-left:12.5rem!important;
  padding-right:12.5rem!important
}

.b--u-py-25{
  padding-top:12.5rem!important;
  padding-bottom:12.5rem!important
}

.b--u-m-30{
  margin:15rem!important
}

.b--u-mt-30{
  margin-top:15rem!important
}

.b--u-mr-30{
  margin-right:15rem!important
}

.b--u-mb-30{
  margin-bottom:15rem!important
}

.b--u-ml-30{
  margin-left:15rem!important
}

.b--u-mx-30{
  margin-left:15rem!important;
  margin-right:15rem!important
}

.b--u-my-30{
  margin-top:15rem!important;
  margin-bottom:15rem!important
}

.b--u-mn-30{
  margin:-15rem!important
}

.b--u-mtn-30{
  margin-top:-15rem!important
}

.b--u-mrn-30{
  margin-right:-15rem!important
}

.b--u-mbn-30{
  margin-bottom:-15rem!important
}

.b--u-mln-30{
  margin-left:-15rem!important
}

.b--u-mxn-30{
  margin-left:-15rem!important;
  margin-right:-15rem!important
}

.b--u-myn-30{
  margin-top:-15rem!important;
  margin-bottom:-15rem!important
}

.b--u-p-30{
  padding:15rem!important
}

.b--u-pt-30{
  padding-top:15rem!important
}

.b--u-pr-30{
  padding-right:15rem!important
}

.b--u-pb-30{
  padding-bottom:15rem!important
}

.b--u-pl-30{
  padding-left:15rem!important
}

.b--u-px-30{
  padding-left:15rem!important;
  padding-right:15rem!important
}

.b--u-py-30{
  padding-top:15rem!important;
  padding-bottom:15rem!important
}

@media (min-width: 36rem){
  .b--sm\:u-m-auto{
    margin:auto!important
  }

  .b--sm\:u-mt-auto{
    margin-top:auto!important
  }

  .b--sm\:u-mr-auto{
    margin-right:auto!important
  }

  .b--sm\:u-mb-auto{
    margin-bottom:auto!important
  }

  .b--sm\:u-ml-auto{
    margin-left:auto!important
  }

  .b--sm\:u-mx-auto{
    margin-left:auto!important;
    margin-right:auto!important
  }

  .b--sm\:u-my-auto{
    margin-top:auto!important;
    margin-bottom:auto!important
  }

  .b--sm\:u-m-0\.25{
    margin:.125rem!important
  }

  .b--sm\:u-mt-0\.25{
    margin-top:.125rem!important
  }

  .b--sm\:u-mr-0\.25{
    margin-right:.125rem!important
  }

  .b--sm\:u-mb-0\.25{
    margin-bottom:.125rem!important
  }

  .b--sm\:u-ml-0\.25{
    margin-left:.125rem!important
  }

  .b--sm\:u-mx-0\.25{
    margin-left:.125rem!important;
    margin-right:.125rem!important
  }

  .b--sm\:u-my-0\.25{
    margin-top:.125rem!important;
    margin-bottom:.125rem!important
  }

  .b--sm\:u-mn-0\.25{
    margin:-.125rem!important
  }

  .b--sm\:u-mtn-0\.25{
    margin-top:-.125rem!important
  }

  .b--sm\:u-mrn-0\.25{
    margin-right:-.125rem!important
  }

  .b--sm\:u-mbn-0\.25{
    margin-bottom:-.125rem!important
  }

  .b--sm\:u-mln-0\.25{
    margin-left:-.125rem!important
  }

  .b--sm\:u-mxn-0\.25{
    margin-left:-.125rem!important;
    margin-right:-.125rem!important
  }

  .b--sm\:u-myn-0\.25{
    margin-top:-.125rem!important;
    margin-bottom:-.125rem!important
  }

  .b--sm\:u-p-0\.25{
    padding:.125rem!important
  }

  .b--sm\:u-pt-0\.25{
    padding-top:.125rem!important
  }

  .b--sm\:u-pr-0\.25{
    padding-right:.125rem!important
  }

  .b--sm\:u-pb-0\.25{
    padding-bottom:.125rem!important
  }

  .b--sm\:u-pl-0\.25{
    padding-left:.125rem!important
  }

  .b--sm\:u-px-0\.25{
    padding-left:.125rem!important;
    padding-right:.125rem!important
  }

  .b--sm\:u-py-0\.25{
    padding-top:.125rem!important;
    padding-bottom:.125rem!important
  }

  .b--sm\:u-m-0\.5{
    margin:.25rem!important
  }

  .b--sm\:u-mt-0\.5{
    margin-top:.25rem!important
  }

  .b--sm\:u-mr-0\.5{
    margin-right:.25rem!important
  }

  .b--sm\:u-mb-0\.5{
    margin-bottom:.25rem!important
  }

  .b--sm\:u-ml-0\.5{
    margin-left:.25rem!important
  }

  .b--sm\:u-mx-0\.5{
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }

  .b--sm\:u-my-0\.5{
    margin-top:.25rem!important;
    margin-bottom:.25rem!important
  }

  .b--sm\:u-mn-0\.5{
    margin:-.25rem!important
  }

  .b--sm\:u-mtn-0\.5{
    margin-top:-.25rem!important
  }

  .b--sm\:u-mrn-0\.5{
    margin-right:-.25rem!important
  }

  .b--sm\:u-mbn-0\.5{
    margin-bottom:-.25rem!important
  }

  .b--sm\:u-mln-0\.5{
    margin-left:-.25rem!important
  }

  .b--sm\:u-mxn-0\.5{
    margin-left:-.25rem!important;
    margin-right:-.25rem!important
  }

  .b--sm\:u-myn-0\.5{
    margin-top:-.25rem!important;
    margin-bottom:-.25rem!important
  }

  .b--sm\:u-p-0\.5{
    padding:.25rem!important
  }

  .b--sm\:u-pt-0\.5{
    padding-top:.25rem!important
  }

  .b--sm\:u-pr-0\.5{
    padding-right:.25rem!important
  }

  .b--sm\:u-pb-0\.5{
    padding-bottom:.25rem!important
  }

  .b--sm\:u-pl-0\.5{
    padding-left:.25rem!important
  }

  .b--sm\:u-px-0\.5{
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }

  .b--sm\:u-py-0\.5{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
  }

  .b--sm\:u-m-1{
    margin:.5rem!important
  }

  .b--sm\:u-mt-1{
    margin-top:.5rem!important
  }

  .b--sm\:u-mr-1{
    margin-right:.5rem!important
  }

  .b--sm\:u-mb-1{
    margin-bottom:.5rem!important
  }

  .b--sm\:u-ml-1{
    margin-left:.5rem!important
  }

  .b--sm\:u-mx-1{
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }

  .b--sm\:u-my-1{
    margin-top:.5rem!important;
    margin-bottom:.5rem!important
  }

  .b--sm\:u-mn-1{
    margin:-.5rem!important
  }

  .b--sm\:u-mtn-1{
    margin-top:-.5rem!important
  }

  .b--sm\:u-mrn-1{
    margin-right:-.5rem!important
  }

  .b--sm\:u-mbn-1{
    margin-bottom:-.5rem!important
  }

  .b--sm\:u-mln-1{
    margin-left:-.5rem!important
  }

  .b--sm\:u-mxn-1{
    margin-left:-.5rem!important;
    margin-right:-.5rem!important
  }

  .b--sm\:u-myn-1{
    margin-top:-.5rem!important;
    margin-bottom:-.5rem!important
  }

  .b--sm\:u-p-1{
    padding:.5rem!important
  }

  .b--sm\:u-pt-1{
    padding-top:.5rem!important
  }

  .b--sm\:u-pr-1{
    padding-right:.5rem!important
  }

  .b--sm\:u-pb-1{
    padding-bottom:.5rem!important
  }

  .b--sm\:u-pl-1{
    padding-left:.5rem!important
  }

  .b--sm\:u-px-1{
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }

  .b--sm\:u-py-1{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
  }

  .b--sm\:u-m-1\.5{
    margin:.75rem!important
  }

  .b--sm\:u-mt-1\.5{
    margin-top:.75rem!important
  }

  .b--sm\:u-mr-1\.5{
    margin-right:.75rem!important
  }

  .b--sm\:u-mb-1\.5{
    margin-bottom:.75rem!important
  }

  .b--sm\:u-ml-1\.5{
    margin-left:.75rem!important
  }

  .b--sm\:u-mx-1\.5{
    margin-left:.75rem!important;
    margin-right:.75rem!important
  }

  .b--sm\:u-my-1\.5{
    margin-top:.75rem!important;
    margin-bottom:.75rem!important
  }

  .b--sm\:u-mn-1\.5{
    margin:-.75rem!important
  }

  .b--sm\:u-mtn-1\.5{
    margin-top:-.75rem!important
  }

  .b--sm\:u-mrn-1\.5{
    margin-right:-.75rem!important
  }

  .b--sm\:u-mbn-1\.5{
    margin-bottom:-.75rem!important
  }

  .b--sm\:u-mln-1\.5{
    margin-left:-.75rem!important
  }

  .b--sm\:u-mxn-1\.5{
    margin-left:-.75rem!important;
    margin-right:-.75rem!important
  }

  .b--sm\:u-myn-1\.5{
    margin-top:-.75rem!important;
    margin-bottom:-.75rem!important
  }

  .b--sm\:u-p-1\.5{
    padding:.75rem!important
  }

  .b--sm\:u-pt-1\.5{
    padding-top:.75rem!important
  }

  .b--sm\:u-pr-1\.5{
    padding-right:.75rem!important
  }

  .b--sm\:u-pb-1\.5{
    padding-bottom:.75rem!important
  }

  .b--sm\:u-pl-1\.5{
    padding-left:.75rem!important
  }

  .b--sm\:u-px-1\.5{
    padding-left:.75rem!important;
    padding-right:.75rem!important
  }

  .b--sm\:u-py-1\.5{
    padding-top:.75rem!important;
    padding-bottom:.75rem!important
  }

  .b--sm\:u-m-2{
    margin:1rem!important
  }

  .b--sm\:u-mt-2{
    margin-top:1rem!important
  }

  .b--sm\:u-mr-2{
    margin-right:1rem!important
  }

  .b--sm\:u-mb-2{
    margin-bottom:1rem!important
  }

  .b--sm\:u-ml-2{
    margin-left:1rem!important
  }

  .b--sm\:u-mx-2{
    margin-left:1rem!important;
    margin-right:1rem!important
  }

  .b--sm\:u-my-2{
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }

  .b--sm\:u-mn-2{
    margin:-1rem!important
  }

  .b--sm\:u-mtn-2{
    margin-top:-1rem!important
  }

  .b--sm\:u-mrn-2{
    margin-right:-1rem!important
  }

  .b--sm\:u-mbn-2{
    margin-bottom:-1rem!important
  }

  .b--sm\:u-mln-2{
    margin-left:-1rem!important
  }

  .b--sm\:u-mxn-2{
    margin-left:-1rem!important;
    margin-right:-1rem!important
  }

  .b--sm\:u-myn-2{
    margin-top:-1rem!important;
    margin-bottom:-1rem!important
  }

  .b--sm\:u-p-2{
    padding:1rem!important
  }

  .b--sm\:u-pt-2{
    padding-top:1rem!important
  }

  .b--sm\:u-pr-2{
    padding-right:1rem!important
  }

  .b--sm\:u-pb-2{
    padding-bottom:1rem!important
  }

  .b--sm\:u-pl-2{
    padding-left:1rem!important
  }

  .b--sm\:u-px-2{
    padding-left:1rem!important;
    padding-right:1rem!important
  }

  .b--sm\:u-py-2{
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }

  .b--sm\:u-m-2\.5{
    margin:1.25rem!important
  }

  .b--sm\:u-mt-2\.5{
    margin-top:1.25rem!important
  }

  .b--sm\:u-mr-2\.5{
    margin-right:1.25rem!important
  }

  .b--sm\:u-mb-2\.5{
    margin-bottom:1.25rem!important
  }

  .b--sm\:u-ml-2\.5{
    margin-left:1.25rem!important
  }

  .b--sm\:u-mx-2\.5{
    margin-left:1.25rem!important;
    margin-right:1.25rem!important
  }

  .b--sm\:u-my-2\.5{
    margin-top:1.25rem!important;
    margin-bottom:1.25rem!important
  }

  .b--sm\:u-mn-2\.5{
    margin:-1.25rem!important
  }

  .b--sm\:u-mtn-2\.5{
    margin-top:-1.25rem!important
  }

  .b--sm\:u-mrn-2\.5{
    margin-right:-1.25rem!important
  }

  .b--sm\:u-mbn-2\.5{
    margin-bottom:-1.25rem!important
  }

  .b--sm\:u-mln-2\.5{
    margin-left:-1.25rem!important
  }

  .b--sm\:u-mxn-2\.5{
    margin-left:-1.25rem!important;
    margin-right:-1.25rem!important
  }

  .b--sm\:u-myn-2\.5{
    margin-top:-1.25rem!important;
    margin-bottom:-1.25rem!important
  }

  .b--sm\:u-p-2\.5{
    padding:1.25rem!important
  }

  .b--sm\:u-pt-2\.5{
    padding-top:1.25rem!important
  }

  .b--sm\:u-pr-2\.5{
    padding-right:1.25rem!important
  }

  .b--sm\:u-pb-2\.5{
    padding-bottom:1.25rem!important
  }

  .b--sm\:u-pl-2\.5{
    padding-left:1.25rem!important
  }

  .b--sm\:u-px-2\.5{
    padding-left:1.25rem!important;
    padding-right:1.25rem!important
  }

  .b--sm\:u-py-2\.5{
    padding-top:1.25rem!important;
    padding-bottom:1.25rem!important
  }

  .b--sm\:u-m-3{
    margin:1.5rem!important
  }

  .b--sm\:u-mt-3{
    margin-top:1.5rem!important
  }

  .b--sm\:u-mr-3{
    margin-right:1.5rem!important
  }

  .b--sm\:u-mb-3{
    margin-bottom:1.5rem!important
  }

  .b--sm\:u-ml-3{
    margin-left:1.5rem!important
  }

  .b--sm\:u-mx-3{
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }

  .b--sm\:u-my-3{
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }

  .b--sm\:u-mn-3{
    margin:-1.5rem!important
  }

  .b--sm\:u-mtn-3{
    margin-top:-1.5rem!important
  }

  .b--sm\:u-mrn-3{
    margin-right:-1.5rem!important
  }

  .b--sm\:u-mbn-3{
    margin-bottom:-1.5rem!important
  }

  .b--sm\:u-mln-3{
    margin-left:-1.5rem!important
  }

  .b--sm\:u-mxn-3{
    margin-left:-1.5rem!important;
    margin-right:-1.5rem!important
  }

  .b--sm\:u-myn-3{
    margin-top:-1.5rem!important;
    margin-bottom:-1.5rem!important
  }

  .b--sm\:u-p-3{
    padding:1.5rem!important
  }

  .b--sm\:u-pt-3{
    padding-top:1.5rem!important
  }

  .b--sm\:u-pr-3{
    padding-right:1.5rem!important
  }

  .b--sm\:u-pb-3{
    padding-bottom:1.5rem!important
  }

  .b--sm\:u-pl-3{
    padding-left:1.5rem!important
  }

  .b--sm\:u-px-3{
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }

  .b--sm\:u-py-3{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }

  .b--sm\:u-m-4{
    margin:2rem!important
  }

  .b--sm\:u-mt-4{
    margin-top:2rem!important
  }

  .b--sm\:u-mr-4{
    margin-right:2rem!important
  }

  .b--sm\:u-mb-4{
    margin-bottom:2rem!important
  }

  .b--sm\:u-ml-4{
    margin-left:2rem!important
  }

  .b--sm\:u-mx-4{
    margin-left:2rem!important;
    margin-right:2rem!important
  }

  .b--sm\:u-my-4{
    margin-top:2rem!important;
    margin-bottom:2rem!important
  }

  .b--sm\:u-mn-4{
    margin:-2rem!important
  }

  .b--sm\:u-mtn-4{
    margin-top:-2rem!important
  }

  .b--sm\:u-mrn-4{
    margin-right:-2rem!important
  }

  .b--sm\:u-mbn-4{
    margin-bottom:-2rem!important
  }

  .b--sm\:u-mln-4{
    margin-left:-2rem!important
  }

  .b--sm\:u-mxn-4{
    margin-left:-2rem!important;
    margin-right:-2rem!important
  }

  .b--sm\:u-myn-4{
    margin-top:-2rem!important;
    margin-bottom:-2rem!important
  }

  .b--sm\:u-p-4{
    padding:2rem!important
  }

  .b--sm\:u-pt-4{
    padding-top:2rem!important
  }

  .b--sm\:u-pr-4{
    padding-right:2rem!important
  }

  .b--sm\:u-pb-4{
    padding-bottom:2rem!important
  }

  .b--sm\:u-pl-4{
    padding-left:2rem!important
  }

  .b--sm\:u-px-4{
    padding-left:2rem!important;
    padding-right:2rem!important
  }

  .b--sm\:u-py-4{
    padding-top:2rem!important;
    padding-bottom:2rem!important
  }

  .b--sm\:u-m-6{
    margin:3rem!important
  }

  .b--sm\:u-mt-6{
    margin-top:3rem!important
  }

  .b--sm\:u-mr-6{
    margin-right:3rem!important
  }

  .b--sm\:u-mb-6{
    margin-bottom:3rem!important
  }

  .b--sm\:u-ml-6{
    margin-left:3rem!important
  }

  .b--sm\:u-mx-6{
    margin-left:3rem!important;
    margin-right:3rem!important
  }

  .b--sm\:u-my-6{
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }

  .b--sm\:u-mn-6{
    margin:-3rem!important
  }

  .b--sm\:u-mtn-6{
    margin-top:-3rem!important
  }

  .b--sm\:u-mrn-6{
    margin-right:-3rem!important
  }

  .b--sm\:u-mbn-6{
    margin-bottom:-3rem!important
  }

  .b--sm\:u-mln-6{
    margin-left:-3rem!important
  }

  .b--sm\:u-mxn-6{
    margin-left:-3rem!important;
    margin-right:-3rem!important
  }

  .b--sm\:u-myn-6{
    margin-top:-3rem!important;
    margin-bottom:-3rem!important
  }

  .b--sm\:u-p-6{
    padding:3rem!important
  }

  .b--sm\:u-pt-6{
    padding-top:3rem!important
  }

  .b--sm\:u-pr-6{
    padding-right:3rem!important
  }

  .b--sm\:u-pb-6{
    padding-bottom:3rem!important
  }

  .b--sm\:u-pl-6{
    padding-left:3rem!important
  }

  .b--sm\:u-px-6{
    padding-left:3rem!important;
    padding-right:3rem!important
  }

  .b--sm\:u-py-6{
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }

  .b--sm\:u-m-8{
    margin:4rem!important
  }

  .b--sm\:u-mt-8{
    margin-top:4rem!important
  }

  .b--sm\:u-mr-8{
    margin-right:4rem!important
  }

  .b--sm\:u-mb-8{
    margin-bottom:4rem!important
  }

  .b--sm\:u-ml-8{
    margin-left:4rem!important
  }

  .b--sm\:u-mx-8{
    margin-left:4rem!important;
    margin-right:4rem!important
  }

  .b--sm\:u-my-8{
    margin-top:4rem!important;
    margin-bottom:4rem!important
  }

  .b--sm\:u-mn-8{
    margin:-4rem!important
  }

  .b--sm\:u-mtn-8{
    margin-top:-4rem!important
  }

  .b--sm\:u-mrn-8{
    margin-right:-4rem!important
  }

  .b--sm\:u-mbn-8{
    margin-bottom:-4rem!important
  }

  .b--sm\:u-mln-8{
    margin-left:-4rem!important
  }

  .b--sm\:u-mxn-8{
    margin-left:-4rem!important;
    margin-right:-4rem!important
  }

  .b--sm\:u-myn-8{
    margin-top:-4rem!important;
    margin-bottom:-4rem!important
  }

  .b--sm\:u-p-8{
    padding:4rem!important
  }

  .b--sm\:u-pt-8{
    padding-top:4rem!important
  }

  .b--sm\:u-pr-8{
    padding-right:4rem!important
  }

  .b--sm\:u-pb-8{
    padding-bottom:4rem!important
  }

  .b--sm\:u-pl-8{
    padding-left:4rem!important
  }

  .b--sm\:u-px-8{
    padding-left:4rem!important;
    padding-right:4rem!important
  }

  .b--sm\:u-py-8{
    padding-top:4rem!important;
    padding-bottom:4rem!important
  }

  .b--sm\:u-m-10{
    margin:5rem!important
  }

  .b--sm\:u-mt-10{
    margin-top:5rem!important
  }

  .b--sm\:u-mr-10{
    margin-right:5rem!important
  }

  .b--sm\:u-mb-10{
    margin-bottom:5rem!important
  }

  .b--sm\:u-ml-10{
    margin-left:5rem!important
  }

  .b--sm\:u-mx-10{
    margin-left:5rem!important;
    margin-right:5rem!important
  }

  .b--sm\:u-my-10{
    margin-top:5rem!important;
    margin-bottom:5rem!important
  }

  .b--sm\:u-mn-10{
    margin:-5rem!important
  }

  .b--sm\:u-mtn-10{
    margin-top:-5rem!important
  }

  .b--sm\:u-mrn-10{
    margin-right:-5rem!important
  }

  .b--sm\:u-mbn-10{
    margin-bottom:-5rem!important
  }

  .b--sm\:u-mln-10{
    margin-left:-5rem!important
  }

  .b--sm\:u-mxn-10{
    margin-left:-5rem!important;
    margin-right:-5rem!important
  }

  .b--sm\:u-myn-10{
    margin-top:-5rem!important;
    margin-bottom:-5rem!important
  }

  .b--sm\:u-p-10{
    padding:5rem!important
  }

  .b--sm\:u-pt-10{
    padding-top:5rem!important
  }

  .b--sm\:u-pr-10{
    padding-right:5rem!important
  }

  .b--sm\:u-pb-10{
    padding-bottom:5rem!important
  }

  .b--sm\:u-pl-10{
    padding-left:5rem!important
  }

  .b--sm\:u-px-10{
    padding-left:5rem!important;
    padding-right:5rem!important
  }

  .b--sm\:u-py-10{
    padding-top:5rem!important;
    padding-bottom:5rem!important
  }

  .b--sm\:u-m-12{
    margin:6rem!important
  }

  .b--sm\:u-mt-12{
    margin-top:6rem!important
  }

  .b--sm\:u-mr-12{
    margin-right:6rem!important
  }

  .b--sm\:u-mb-12{
    margin-bottom:6rem!important
  }

  .b--sm\:u-ml-12{
    margin-left:6rem!important
  }

  .b--sm\:u-mx-12{
    margin-left:6rem!important;
    margin-right:6rem!important
  }

  .b--sm\:u-my-12{
    margin-top:6rem!important;
    margin-bottom:6rem!important
  }

  .b--sm\:u-mn-12{
    margin:-6rem!important
  }

  .b--sm\:u-mtn-12{
    margin-top:-6rem!important
  }

  .b--sm\:u-mrn-12{
    margin-right:-6rem!important
  }

  .b--sm\:u-mbn-12{
    margin-bottom:-6rem!important
  }

  .b--sm\:u-mln-12{
    margin-left:-6rem!important
  }

  .b--sm\:u-mxn-12{
    margin-left:-6rem!important;
    margin-right:-6rem!important
  }

  .b--sm\:u-myn-12{
    margin-top:-6rem!important;
    margin-bottom:-6rem!important
  }

  .b--sm\:u-p-12{
    padding:6rem!important
  }

  .b--sm\:u-pt-12{
    padding-top:6rem!important
  }

  .b--sm\:u-pr-12{
    padding-right:6rem!important
  }

  .b--sm\:u-pb-12{
    padding-bottom:6rem!important
  }

  .b--sm\:u-pl-12{
    padding-left:6rem!important
  }

  .b--sm\:u-px-12{
    padding-left:6rem!important;
    padding-right:6rem!important
  }

  .b--sm\:u-py-12{
    padding-top:6rem!important;
    padding-bottom:6rem!important
  }

  .b--sm\:u-m-16{
    margin:8rem!important
  }

  .b--sm\:u-mt-16{
    margin-top:8rem!important
  }

  .b--sm\:u-mr-16{
    margin-right:8rem!important
  }

  .b--sm\:u-mb-16{
    margin-bottom:8rem!important
  }

  .b--sm\:u-ml-16{
    margin-left:8rem!important
  }

  .b--sm\:u-mx-16{
    margin-left:8rem!important;
    margin-right:8rem!important
  }

  .b--sm\:u-my-16{
    margin-top:8rem!important;
    margin-bottom:8rem!important
  }

  .b--sm\:u-mn-16{
    margin:-8rem!important
  }

  .b--sm\:u-mtn-16{
    margin-top:-8rem!important
  }

  .b--sm\:u-mrn-16{
    margin-right:-8rem!important
  }

  .b--sm\:u-mbn-16{
    margin-bottom:-8rem!important
  }

  .b--sm\:u-mln-16{
    margin-left:-8rem!important
  }

  .b--sm\:u-mxn-16{
    margin-left:-8rem!important;
    margin-right:-8rem!important
  }

  .b--sm\:u-myn-16{
    margin-top:-8rem!important;
    margin-bottom:-8rem!important
  }

  .b--sm\:u-p-16{
    padding:8rem!important
  }

  .b--sm\:u-pt-16{
    padding-top:8rem!important
  }

  .b--sm\:u-pr-16{
    padding-right:8rem!important
  }

  .b--sm\:u-pb-16{
    padding-bottom:8rem!important
  }

  .b--sm\:u-pl-16{
    padding-left:8rem!important
  }

  .b--sm\:u-px-16{
    padding-left:8rem!important;
    padding-right:8rem!important
  }

  .b--sm\:u-py-16{
    padding-top:8rem!important;
    padding-bottom:8rem!important
  }

  .b--sm\:u-m-20{
    margin:10rem!important
  }

  .b--sm\:u-mt-20{
    margin-top:10rem!important
  }

  .b--sm\:u-mr-20{
    margin-right:10rem!important
  }

  .b--sm\:u-mb-20{
    margin-bottom:10rem!important
  }

  .b--sm\:u-ml-20{
    margin-left:10rem!important
  }

  .b--sm\:u-mx-20{
    margin-left:10rem!important;
    margin-right:10rem!important
  }

  .b--sm\:u-my-20{
    margin-top:10rem!important;
    margin-bottom:10rem!important
  }

  .b--sm\:u-mn-20{
    margin:-10rem!important
  }

  .b--sm\:u-mtn-20{
    margin-top:-10rem!important
  }

  .b--sm\:u-mrn-20{
    margin-right:-10rem!important
  }

  .b--sm\:u-mbn-20{
    margin-bottom:-10rem!important
  }

  .b--sm\:u-mln-20{
    margin-left:-10rem!important
  }

  .b--sm\:u-mxn-20{
    margin-left:-10rem!important;
    margin-right:-10rem!important
  }

  .b--sm\:u-myn-20{
    margin-top:-10rem!important;
    margin-bottom:-10rem!important
  }

  .b--sm\:u-p-20{
    padding:10rem!important
  }

  .b--sm\:u-pt-20{
    padding-top:10rem!important
  }

  .b--sm\:u-pr-20{
    padding-right:10rem!important
  }

  .b--sm\:u-pb-20{
    padding-bottom:10rem!important
  }

  .b--sm\:u-pl-20{
    padding-left:10rem!important
  }

  .b--sm\:u-px-20{
    padding-left:10rem!important;
    padding-right:10rem!important
  }

  .b--sm\:u-py-20{
    padding-top:10rem!important;
    padding-bottom:10rem!important
  }

  .b--sm\:u-m-25{
    margin:12.5rem!important
  }

  .b--sm\:u-mt-25{
    margin-top:12.5rem!important
  }

  .b--sm\:u-mr-25{
    margin-right:12.5rem!important
  }

  .b--sm\:u-mb-25{
    margin-bottom:12.5rem!important
  }

  .b--sm\:u-ml-25{
    margin-left:12.5rem!important
  }

  .b--sm\:u-mx-25{
    margin-left:12.5rem!important;
    margin-right:12.5rem!important
  }

  .b--sm\:u-my-25{
    margin-top:12.5rem!important;
    margin-bottom:12.5rem!important
  }

  .b--sm\:u-mn-25{
    margin:-12.5rem!important
  }

  .b--sm\:u-mtn-25{
    margin-top:-12.5rem!important
  }

  .b--sm\:u-mrn-25{
    margin-right:-12.5rem!important
  }

  .b--sm\:u-mbn-25{
    margin-bottom:-12.5rem!important
  }

  .b--sm\:u-mln-25{
    margin-left:-12.5rem!important
  }

  .b--sm\:u-mxn-25{
    margin-left:-12.5rem!important;
    margin-right:-12.5rem!important
  }

  .b--sm\:u-myn-25{
    margin-top:-12.5rem!important;
    margin-bottom:-12.5rem!important
  }

  .b--sm\:u-p-25{
    padding:12.5rem!important
  }

  .b--sm\:u-pt-25{
    padding-top:12.5rem!important
  }

  .b--sm\:u-pr-25{
    padding-right:12.5rem!important
  }

  .b--sm\:u-pb-25{
    padding-bottom:12.5rem!important
  }

  .b--sm\:u-pl-25{
    padding-left:12.5rem!important
  }

  .b--sm\:u-px-25{
    padding-left:12.5rem!important;
    padding-right:12.5rem!important
  }

  .b--sm\:u-py-25{
    padding-top:12.5rem!important;
    padding-bottom:12.5rem!important
  }

  .b--sm\:u-m-30{
    margin:15rem!important
  }

  .b--sm\:u-mt-30{
    margin-top:15rem!important
  }

  .b--sm\:u-mr-30{
    margin-right:15rem!important
  }

  .b--sm\:u-mb-30{
    margin-bottom:15rem!important
  }

  .b--sm\:u-ml-30{
    margin-left:15rem!important
  }

  .b--sm\:u-mx-30{
    margin-left:15rem!important;
    margin-right:15rem!important
  }

  .b--sm\:u-my-30{
    margin-top:15rem!important;
    margin-bottom:15rem!important
  }

  .b--sm\:u-mn-30{
    margin:-15rem!important
  }

  .b--sm\:u-mtn-30{
    margin-top:-15rem!important
  }

  .b--sm\:u-mrn-30{
    margin-right:-15rem!important
  }

  .b--sm\:u-mbn-30{
    margin-bottom:-15rem!important
  }

  .b--sm\:u-mln-30{
    margin-left:-15rem!important
  }

  .b--sm\:u-mxn-30{
    margin-left:-15rem!important;
    margin-right:-15rem!important
  }

  .b--sm\:u-myn-30{
    margin-top:-15rem!important;
    margin-bottom:-15rem!important
  }

  .b--sm\:u-p-30{
    padding:15rem!important
  }

  .b--sm\:u-pt-30{
    padding-top:15rem!important
  }

  .b--sm\:u-pr-30{
    padding-right:15rem!important
  }

  .b--sm\:u-pb-30{
    padding-bottom:15rem!important
  }

  .b--sm\:u-pl-30{
    padding-left:15rem!important
  }

  .b--sm\:u-px-30{
    padding-left:15rem!important;
    padding-right:15rem!important
  }

  .b--sm\:u-py-30{
    padding-top:15rem!important;
    padding-bottom:15rem!important
  }
}

@media (min-width: 48rem){
  .b--md\:u-m-auto{
    margin:auto!important
  }

  .b--md\:u-mt-auto{
    margin-top:auto!important
  }

  .b--md\:u-mr-auto{
    margin-right:auto!important
  }

  .b--md\:u-mb-auto{
    margin-bottom:auto!important
  }

  .b--md\:u-ml-auto{
    margin-left:auto!important
  }

  .b--md\:u-mx-auto{
    margin-left:auto!important;
    margin-right:auto!important
  }

  .b--md\:u-my-auto{
    margin-top:auto!important;
    margin-bottom:auto!important
  }

  .b--md\:u-m-0\.25{
    margin:.125rem!important
  }

  .b--md\:u-mt-0\.25{
    margin-top:.125rem!important
  }

  .b--md\:u-mr-0\.25{
    margin-right:.125rem!important
  }

  .b--md\:u-mb-0\.25{
    margin-bottom:.125rem!important
  }

  .b--md\:u-ml-0\.25{
    margin-left:.125rem!important
  }

  .b--md\:u-mx-0\.25{
    margin-left:.125rem!important;
    margin-right:.125rem!important
  }

  .b--md\:u-my-0\.25{
    margin-top:.125rem!important;
    margin-bottom:.125rem!important
  }

  .b--md\:u-mn-0\.25{
    margin:-.125rem!important
  }

  .b--md\:u-mtn-0\.25{
    margin-top:-.125rem!important
  }

  .b--md\:u-mrn-0\.25{
    margin-right:-.125rem!important
  }

  .b--md\:u-mbn-0\.25{
    margin-bottom:-.125rem!important
  }

  .b--md\:u-mln-0\.25{
    margin-left:-.125rem!important
  }

  .b--md\:u-mxn-0\.25{
    margin-left:-.125rem!important;
    margin-right:-.125rem!important
  }

  .b--md\:u-myn-0\.25{
    margin-top:-.125rem!important;
    margin-bottom:-.125rem!important
  }

  .b--md\:u-p-0\.25{
    padding:.125rem!important
  }

  .b--md\:u-pt-0\.25{
    padding-top:.125rem!important
  }

  .b--md\:u-pr-0\.25{
    padding-right:.125rem!important
  }

  .b--md\:u-pb-0\.25{
    padding-bottom:.125rem!important
  }

  .b--md\:u-pl-0\.25{
    padding-left:.125rem!important
  }

  .b--md\:u-px-0\.25{
    padding-left:.125rem!important;
    padding-right:.125rem!important
  }

  .b--md\:u-py-0\.25{
    padding-top:.125rem!important;
    padding-bottom:.125rem!important
  }

  .b--md\:u-m-0\.5{
    margin:.25rem!important
  }

  .b--md\:u-mt-0\.5{
    margin-top:.25rem!important
  }

  .b--md\:u-mr-0\.5{
    margin-right:.25rem!important
  }

  .b--md\:u-mb-0\.5{
    margin-bottom:.25rem!important
  }

  .b--md\:u-ml-0\.5{
    margin-left:.25rem!important
  }

  .b--md\:u-mx-0\.5{
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }

  .b--md\:u-my-0\.5{
    margin-top:.25rem!important;
    margin-bottom:.25rem!important
  }

  .b--md\:u-mn-0\.5{
    margin:-.25rem!important
  }

  .b--md\:u-mtn-0\.5{
    margin-top:-.25rem!important
  }

  .b--md\:u-mrn-0\.5{
    margin-right:-.25rem!important
  }

  .b--md\:u-mbn-0\.5{
    margin-bottom:-.25rem!important
  }

  .b--md\:u-mln-0\.5{
    margin-left:-.25rem!important
  }

  .b--md\:u-mxn-0\.5{
    margin-left:-.25rem!important;
    margin-right:-.25rem!important
  }

  .b--md\:u-myn-0\.5{
    margin-top:-.25rem!important;
    margin-bottom:-.25rem!important
  }

  .b--md\:u-p-0\.5{
    padding:.25rem!important
  }

  .b--md\:u-pt-0\.5{
    padding-top:.25rem!important
  }

  .b--md\:u-pr-0\.5{
    padding-right:.25rem!important
  }

  .b--md\:u-pb-0\.5{
    padding-bottom:.25rem!important
  }

  .b--md\:u-pl-0\.5{
    padding-left:.25rem!important
  }

  .b--md\:u-px-0\.5{
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }

  .b--md\:u-py-0\.5{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
  }

  .b--md\:u-m-1{
    margin:.5rem!important
  }

  .b--md\:u-mt-1{
    margin-top:.5rem!important
  }

  .b--md\:u-mr-1{
    margin-right:.5rem!important
  }

  .b--md\:u-mb-1{
    margin-bottom:.5rem!important
  }

  .b--md\:u-ml-1{
    margin-left:.5rem!important
  }

  .b--md\:u-mx-1{
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }

  .b--md\:u-my-1{
    margin-top:.5rem!important;
    margin-bottom:.5rem!important
  }

  .b--md\:u-mn-1{
    margin:-.5rem!important
  }

  .b--md\:u-mtn-1{
    margin-top:-.5rem!important
  }

  .b--md\:u-mrn-1{
    margin-right:-.5rem!important
  }

  .b--md\:u-mbn-1{
    margin-bottom:-.5rem!important
  }

  .b--md\:u-mln-1{
    margin-left:-.5rem!important
  }

  .b--md\:u-mxn-1{
    margin-left:-.5rem!important;
    margin-right:-.5rem!important
  }

  .b--md\:u-myn-1{
    margin-top:-.5rem!important;
    margin-bottom:-.5rem!important
  }

  .b--md\:u-p-1{
    padding:.5rem!important
  }

  .b--md\:u-pt-1{
    padding-top:.5rem!important
  }

  .b--md\:u-pr-1{
    padding-right:.5rem!important
  }

  .b--md\:u-pb-1{
    padding-bottom:.5rem!important
  }

  .b--md\:u-pl-1{
    padding-left:.5rem!important
  }

  .b--md\:u-px-1{
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }

  .b--md\:u-py-1{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
  }

  .b--md\:u-m-1\.5{
    margin:.75rem!important
  }

  .b--md\:u-mt-1\.5{
    margin-top:.75rem!important
  }

  .b--md\:u-mr-1\.5{
    margin-right:.75rem!important
  }

  .b--md\:u-mb-1\.5{
    margin-bottom:.75rem!important
  }

  .b--md\:u-ml-1\.5{
    margin-left:.75rem!important
  }

  .b--md\:u-mx-1\.5{
    margin-left:.75rem!important;
    margin-right:.75rem!important
  }

  .b--md\:u-my-1\.5{
    margin-top:.75rem!important;
    margin-bottom:.75rem!important
  }

  .b--md\:u-mn-1\.5{
    margin:-.75rem!important
  }

  .b--md\:u-mtn-1\.5{
    margin-top:-.75rem!important
  }

  .b--md\:u-mrn-1\.5{
    margin-right:-.75rem!important
  }

  .b--md\:u-mbn-1\.5{
    margin-bottom:-.75rem!important
  }

  .b--md\:u-mln-1\.5{
    margin-left:-.75rem!important
  }

  .b--md\:u-mxn-1\.5{
    margin-left:-.75rem!important;
    margin-right:-.75rem!important
  }

  .b--md\:u-myn-1\.5{
    margin-top:-.75rem!important;
    margin-bottom:-.75rem!important
  }

  .b--md\:u-p-1\.5{
    padding:.75rem!important
  }

  .b--md\:u-pt-1\.5{
    padding-top:.75rem!important
  }

  .b--md\:u-pr-1\.5{
    padding-right:.75rem!important
  }

  .b--md\:u-pb-1\.5{
    padding-bottom:.75rem!important
  }

  .b--md\:u-pl-1\.5{
    padding-left:.75rem!important
  }

  .b--md\:u-px-1\.5{
    padding-left:.75rem!important;
    padding-right:.75rem!important
  }

  .b--md\:u-py-1\.5{
    padding-top:.75rem!important;
    padding-bottom:.75rem!important
  }

  .b--md\:u-m-2{
    margin:1rem!important
  }

  .b--md\:u-mt-2{
    margin-top:1rem!important
  }

  .b--md\:u-mr-2{
    margin-right:1rem!important
  }

  .b--md\:u-mb-2{
    margin-bottom:1rem!important
  }

  .b--md\:u-ml-2{
    margin-left:1rem!important
  }

  .b--md\:u-mx-2{
    margin-left:1rem!important;
    margin-right:1rem!important
  }

  .b--md\:u-my-2{
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }

  .b--md\:u-mn-2{
    margin:-1rem!important
  }

  .b--md\:u-mtn-2{
    margin-top:-1rem!important
  }

  .b--md\:u-mrn-2{
    margin-right:-1rem!important
  }

  .b--md\:u-mbn-2{
    margin-bottom:-1rem!important
  }

  .b--md\:u-mln-2{
    margin-left:-1rem!important
  }

  .b--md\:u-mxn-2{
    margin-left:-1rem!important;
    margin-right:-1rem!important
  }

  .b--md\:u-myn-2{
    margin-top:-1rem!important;
    margin-bottom:-1rem!important
  }

  .b--md\:u-p-2{
    padding:1rem!important
  }

  .b--md\:u-pt-2{
    padding-top:1rem!important
  }

  .b--md\:u-pr-2{
    padding-right:1rem!important
  }

  .b--md\:u-pb-2{
    padding-bottom:1rem!important
  }

  .b--md\:u-pl-2{
    padding-left:1rem!important
  }

  .b--md\:u-px-2{
    padding-left:1rem!important;
    padding-right:1rem!important
  }

  .b--md\:u-py-2{
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }

  .b--md\:u-m-2\.5{
    margin:1.25rem!important
  }

  .b--md\:u-mt-2\.5{
    margin-top:1.25rem!important
  }

  .b--md\:u-mr-2\.5{
    margin-right:1.25rem!important
  }

  .b--md\:u-mb-2\.5{
    margin-bottom:1.25rem!important
  }

  .b--md\:u-ml-2\.5{
    margin-left:1.25rem!important
  }

  .b--md\:u-mx-2\.5{
    margin-left:1.25rem!important;
    margin-right:1.25rem!important
  }

  .b--md\:u-my-2\.5{
    margin-top:1.25rem!important;
    margin-bottom:1.25rem!important
  }

  .b--md\:u-mn-2\.5{
    margin:-1.25rem!important
  }

  .b--md\:u-mtn-2\.5{
    margin-top:-1.25rem!important
  }

  .b--md\:u-mrn-2\.5{
    margin-right:-1.25rem!important
  }

  .b--md\:u-mbn-2\.5{
    margin-bottom:-1.25rem!important
  }

  .b--md\:u-mln-2\.5{
    margin-left:-1.25rem!important
  }

  .b--md\:u-mxn-2\.5{
    margin-left:-1.25rem!important;
    margin-right:-1.25rem!important
  }

  .b--md\:u-myn-2\.5{
    margin-top:-1.25rem!important;
    margin-bottom:-1.25rem!important
  }

  .b--md\:u-p-2\.5{
    padding:1.25rem!important
  }

  .b--md\:u-pt-2\.5{
    padding-top:1.25rem!important
  }

  .b--md\:u-pr-2\.5{
    padding-right:1.25rem!important
  }

  .b--md\:u-pb-2\.5{
    padding-bottom:1.25rem!important
  }

  .b--md\:u-pl-2\.5{
    padding-left:1.25rem!important
  }

  .b--md\:u-px-2\.5{
    padding-left:1.25rem!important;
    padding-right:1.25rem!important
  }

  .b--md\:u-py-2\.5{
    padding-top:1.25rem!important;
    padding-bottom:1.25rem!important
  }

  .b--md\:u-m-3{
    margin:1.5rem!important
  }

  .b--md\:u-mt-3{
    margin-top:1.5rem!important
  }

  .b--md\:u-mr-3{
    margin-right:1.5rem!important
  }

  .b--md\:u-mb-3{
    margin-bottom:1.5rem!important
  }

  .b--md\:u-ml-3{
    margin-left:1.5rem!important
  }

  .b--md\:u-mx-3{
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }

  .b--md\:u-my-3{
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }

  .b--md\:u-mn-3{
    margin:-1.5rem!important
  }

  .b--md\:u-mtn-3{
    margin-top:-1.5rem!important
  }

  .b--md\:u-mrn-3{
    margin-right:-1.5rem!important
  }

  .b--md\:u-mbn-3{
    margin-bottom:-1.5rem!important
  }

  .b--md\:u-mln-3{
    margin-left:-1.5rem!important
  }

  .b--md\:u-mxn-3{
    margin-left:-1.5rem!important;
    margin-right:-1.5rem!important
  }

  .b--md\:u-myn-3{
    margin-top:-1.5rem!important;
    margin-bottom:-1.5rem!important
  }

  .b--md\:u-p-3{
    padding:1.5rem!important
  }

  .b--md\:u-pt-3{
    padding-top:1.5rem!important
  }

  .b--md\:u-pr-3{
    padding-right:1.5rem!important
  }

  .b--md\:u-pb-3{
    padding-bottom:1.5rem!important
  }

  .b--md\:u-pl-3{
    padding-left:1.5rem!important
  }

  .b--md\:u-px-3{
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }

  .b--md\:u-py-3{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }

  .b--md\:u-m-4{
    margin:2rem!important
  }

  .b--md\:u-mt-4{
    margin-top:2rem!important
  }

  .b--md\:u-mr-4{
    margin-right:2rem!important
  }

  .b--md\:u-mb-4{
    margin-bottom:2rem!important
  }

  .b--md\:u-ml-4{
    margin-left:2rem!important
  }

  .b--md\:u-mx-4{
    margin-left:2rem!important;
    margin-right:2rem!important
  }

  .b--md\:u-my-4{
    margin-top:2rem!important;
    margin-bottom:2rem!important
  }

  .b--md\:u-mn-4{
    margin:-2rem!important
  }

  .b--md\:u-mtn-4{
    margin-top:-2rem!important
  }

  .b--md\:u-mrn-4{
    margin-right:-2rem!important
  }

  .b--md\:u-mbn-4{
    margin-bottom:-2rem!important
  }

  .b--md\:u-mln-4{
    margin-left:-2rem!important
  }

  .b--md\:u-mxn-4{
    margin-left:-2rem!important;
    margin-right:-2rem!important
  }

  .b--md\:u-myn-4{
    margin-top:-2rem!important;
    margin-bottom:-2rem!important
  }

  .b--md\:u-p-4{
    padding:2rem!important
  }

  .b--md\:u-pt-4{
    padding-top:2rem!important
  }

  .b--md\:u-pr-4{
    padding-right:2rem!important
  }

  .b--md\:u-pb-4{
    padding-bottom:2rem!important
  }

  .b--md\:u-pl-4{
    padding-left:2rem!important
  }

  .b--md\:u-px-4{
    padding-left:2rem!important;
    padding-right:2rem!important
  }

  .b--md\:u-py-4{
    padding-top:2rem!important;
    padding-bottom:2rem!important
  }

  .b--md\:u-m-6{
    margin:3rem!important
  }

  .b--md\:u-mt-6{
    margin-top:3rem!important
  }

  .b--md\:u-mr-6{
    margin-right:3rem!important
  }

  .b--md\:u-mb-6{
    margin-bottom:3rem!important
  }

  .b--md\:u-ml-6{
    margin-left:3rem!important
  }

  .b--md\:u-mx-6{
    margin-left:3rem!important;
    margin-right:3rem!important
  }

  .b--md\:u-my-6{
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }

  .b--md\:u-mn-6{
    margin:-3rem!important
  }

  .b--md\:u-mtn-6{
    margin-top:-3rem!important
  }

  .b--md\:u-mrn-6{
    margin-right:-3rem!important
  }

  .b--md\:u-mbn-6{
    margin-bottom:-3rem!important
  }

  .b--md\:u-mln-6{
    margin-left:-3rem!important
  }

  .b--md\:u-mxn-6{
    margin-left:-3rem!important;
    margin-right:-3rem!important
  }

  .b--md\:u-myn-6{
    margin-top:-3rem!important;
    margin-bottom:-3rem!important
  }

  .b--md\:u-p-6{
    padding:3rem!important
  }

  .b--md\:u-pt-6{
    padding-top:3rem!important
  }

  .b--md\:u-pr-6{
    padding-right:3rem!important
  }

  .b--md\:u-pb-6{
    padding-bottom:3rem!important
  }

  .b--md\:u-pl-6{
    padding-left:3rem!important
  }

  .b--md\:u-px-6{
    padding-left:3rem!important;
    padding-right:3rem!important
  }

  .b--md\:u-py-6{
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }

  .b--md\:u-m-8{
    margin:4rem!important
  }

  .b--md\:u-mt-8{
    margin-top:4rem!important
  }

  .b--md\:u-mr-8{
    margin-right:4rem!important
  }

  .b--md\:u-mb-8{
    margin-bottom:4rem!important
  }

  .b--md\:u-ml-8{
    margin-left:4rem!important
  }

  .b--md\:u-mx-8{
    margin-left:4rem!important;
    margin-right:4rem!important
  }

  .b--md\:u-my-8{
    margin-top:4rem!important;
    margin-bottom:4rem!important
  }

  .b--md\:u-mn-8{
    margin:-4rem!important
  }

  .b--md\:u-mtn-8{
    margin-top:-4rem!important
  }

  .b--md\:u-mrn-8{
    margin-right:-4rem!important
  }

  .b--md\:u-mbn-8{
    margin-bottom:-4rem!important
  }

  .b--md\:u-mln-8{
    margin-left:-4rem!important
  }

  .b--md\:u-mxn-8{
    margin-left:-4rem!important;
    margin-right:-4rem!important
  }

  .b--md\:u-myn-8{
    margin-top:-4rem!important;
    margin-bottom:-4rem!important
  }

  .b--md\:u-p-8{
    padding:4rem!important
  }

  .b--md\:u-pt-8{
    padding-top:4rem!important
  }

  .b--md\:u-pr-8{
    padding-right:4rem!important
  }

  .b--md\:u-pb-8{
    padding-bottom:4rem!important
  }

  .b--md\:u-pl-8{
    padding-left:4rem!important
  }

  .b--md\:u-px-8{
    padding-left:4rem!important;
    padding-right:4rem!important
  }

  .b--md\:u-py-8{
    padding-top:4rem!important;
    padding-bottom:4rem!important
  }

  .b--md\:u-m-10{
    margin:5rem!important
  }

  .b--md\:u-mt-10{
    margin-top:5rem!important
  }

  .b--md\:u-mr-10{
    margin-right:5rem!important
  }

  .b--md\:u-mb-10{
    margin-bottom:5rem!important
  }

  .b--md\:u-ml-10{
    margin-left:5rem!important
  }

  .b--md\:u-mx-10{
    margin-left:5rem!important;
    margin-right:5rem!important
  }

  .b--md\:u-my-10{
    margin-top:5rem!important;
    margin-bottom:5rem!important
  }

  .b--md\:u-mn-10{
    margin:-5rem!important
  }

  .b--md\:u-mtn-10{
    margin-top:-5rem!important
  }

  .b--md\:u-mrn-10{
    margin-right:-5rem!important
  }

  .b--md\:u-mbn-10{
    margin-bottom:-5rem!important
  }

  .b--md\:u-mln-10{
    margin-left:-5rem!important
  }

  .b--md\:u-mxn-10{
    margin-left:-5rem!important;
    margin-right:-5rem!important
  }

  .b--md\:u-myn-10{
    margin-top:-5rem!important;
    margin-bottom:-5rem!important
  }

  .b--md\:u-p-10{
    padding:5rem!important
  }

  .b--md\:u-pt-10{
    padding-top:5rem!important
  }

  .b--md\:u-pr-10{
    padding-right:5rem!important
  }

  .b--md\:u-pb-10{
    padding-bottom:5rem!important
  }

  .b--md\:u-pl-10{
    padding-left:5rem!important
  }

  .b--md\:u-px-10{
    padding-left:5rem!important;
    padding-right:5rem!important
  }

  .b--md\:u-py-10{
    padding-top:5rem!important;
    padding-bottom:5rem!important
  }

  .b--md\:u-m-12{
    margin:6rem!important
  }

  .b--md\:u-mt-12{
    margin-top:6rem!important
  }

  .b--md\:u-mr-12{
    margin-right:6rem!important
  }

  .b--md\:u-mb-12{
    margin-bottom:6rem!important
  }

  .b--md\:u-ml-12{
    margin-left:6rem!important
  }

  .b--md\:u-mx-12{
    margin-left:6rem!important;
    margin-right:6rem!important
  }

  .b--md\:u-my-12{
    margin-top:6rem!important;
    margin-bottom:6rem!important
  }

  .b--md\:u-mn-12{
    margin:-6rem!important
  }

  .b--md\:u-mtn-12{
    margin-top:-6rem!important
  }

  .b--md\:u-mrn-12{
    margin-right:-6rem!important
  }

  .b--md\:u-mbn-12{
    margin-bottom:-6rem!important
  }

  .b--md\:u-mln-12{
    margin-left:-6rem!important
  }

  .b--md\:u-mxn-12{
    margin-left:-6rem!important;
    margin-right:-6rem!important
  }

  .b--md\:u-myn-12{
    margin-top:-6rem!important;
    margin-bottom:-6rem!important
  }

  .b--md\:u-p-12{
    padding:6rem!important
  }

  .b--md\:u-pt-12{
    padding-top:6rem!important
  }

  .b--md\:u-pr-12{
    padding-right:6rem!important
  }

  .b--md\:u-pb-12{
    padding-bottom:6rem!important
  }

  .b--md\:u-pl-12{
    padding-left:6rem!important
  }

  .b--md\:u-px-12{
    padding-left:6rem!important;
    padding-right:6rem!important
  }

  .b--md\:u-py-12{
    padding-top:6rem!important;
    padding-bottom:6rem!important
  }

  .b--md\:u-m-16{
    margin:8rem!important
  }

  .b--md\:u-mt-16{
    margin-top:8rem!important
  }

  .b--md\:u-mr-16{
    margin-right:8rem!important
  }

  .b--md\:u-mb-16{
    margin-bottom:8rem!important
  }

  .b--md\:u-ml-16{
    margin-left:8rem!important
  }

  .b--md\:u-mx-16{
    margin-left:8rem!important;
    margin-right:8rem!important
  }

  .b--md\:u-my-16{
    margin-top:8rem!important;
    margin-bottom:8rem!important
  }

  .b--md\:u-mn-16{
    margin:-8rem!important
  }

  .b--md\:u-mtn-16{
    margin-top:-8rem!important
  }

  .b--md\:u-mrn-16{
    margin-right:-8rem!important
  }

  .b--md\:u-mbn-16{
    margin-bottom:-8rem!important
  }

  .b--md\:u-mln-16{
    margin-left:-8rem!important
  }

  .b--md\:u-mxn-16{
    margin-left:-8rem!important;
    margin-right:-8rem!important
  }

  .b--md\:u-myn-16{
    margin-top:-8rem!important;
    margin-bottom:-8rem!important
  }

  .b--md\:u-p-16{
    padding:8rem!important
  }

  .b--md\:u-pt-16{
    padding-top:8rem!important
  }

  .b--md\:u-pr-16{
    padding-right:8rem!important
  }

  .b--md\:u-pb-16{
    padding-bottom:8rem!important
  }

  .b--md\:u-pl-16{
    padding-left:8rem!important
  }

  .b--md\:u-px-16{
    padding-left:8rem!important;
    padding-right:8rem!important
  }

  .b--md\:u-py-16{
    padding-top:8rem!important;
    padding-bottom:8rem!important
  }

  .b--md\:u-m-20{
    margin:10rem!important
  }

  .b--md\:u-mt-20{
    margin-top:10rem!important
  }

  .b--md\:u-mr-20{
    margin-right:10rem!important
  }

  .b--md\:u-mb-20{
    margin-bottom:10rem!important
  }

  .b--md\:u-ml-20{
    margin-left:10rem!important
  }

  .b--md\:u-mx-20{
    margin-left:10rem!important;
    margin-right:10rem!important
  }

  .b--md\:u-my-20{
    margin-top:10rem!important;
    margin-bottom:10rem!important
  }

  .b--md\:u-mn-20{
    margin:-10rem!important
  }

  .b--md\:u-mtn-20{
    margin-top:-10rem!important
  }

  .b--md\:u-mrn-20{
    margin-right:-10rem!important
  }

  .b--md\:u-mbn-20{
    margin-bottom:-10rem!important
  }

  .b--md\:u-mln-20{
    margin-left:-10rem!important
  }

  .b--md\:u-mxn-20{
    margin-left:-10rem!important;
    margin-right:-10rem!important
  }

  .b--md\:u-myn-20{
    margin-top:-10rem!important;
    margin-bottom:-10rem!important
  }

  .b--md\:u-p-20{
    padding:10rem!important
  }

  .b--md\:u-pt-20{
    padding-top:10rem!important
  }

  .b--md\:u-pr-20{
    padding-right:10rem!important
  }

  .b--md\:u-pb-20{
    padding-bottom:10rem!important
  }

  .b--md\:u-pl-20{
    padding-left:10rem!important
  }

  .b--md\:u-px-20{
    padding-left:10rem!important;
    padding-right:10rem!important
  }

  .b--md\:u-py-20{
    padding-top:10rem!important;
    padding-bottom:10rem!important
  }

  .b--md\:u-m-25{
    margin:12.5rem!important
  }

  .b--md\:u-mt-25{
    margin-top:12.5rem!important
  }

  .b--md\:u-mr-25{
    margin-right:12.5rem!important
  }

  .b--md\:u-mb-25{
    margin-bottom:12.5rem!important
  }

  .b--md\:u-ml-25{
    margin-left:12.5rem!important
  }

  .b--md\:u-mx-25{
    margin-left:12.5rem!important;
    margin-right:12.5rem!important
  }

  .b--md\:u-my-25{
    margin-top:12.5rem!important;
    margin-bottom:12.5rem!important
  }

  .b--md\:u-mn-25{
    margin:-12.5rem!important
  }

  .b--md\:u-mtn-25{
    margin-top:-12.5rem!important
  }

  .b--md\:u-mrn-25{
    margin-right:-12.5rem!important
  }

  .b--md\:u-mbn-25{
    margin-bottom:-12.5rem!important
  }

  .b--md\:u-mln-25{
    margin-left:-12.5rem!important
  }

  .b--md\:u-mxn-25{
    margin-left:-12.5rem!important;
    margin-right:-12.5rem!important
  }

  .b--md\:u-myn-25{
    margin-top:-12.5rem!important;
    margin-bottom:-12.5rem!important
  }

  .b--md\:u-p-25{
    padding:12.5rem!important
  }

  .b--md\:u-pt-25{
    padding-top:12.5rem!important
  }

  .b--md\:u-pr-25{
    padding-right:12.5rem!important
  }

  .b--md\:u-pb-25{
    padding-bottom:12.5rem!important
  }

  .b--md\:u-pl-25{
    padding-left:12.5rem!important
  }

  .b--md\:u-px-25{
    padding-left:12.5rem!important;
    padding-right:12.5rem!important
  }

  .b--md\:u-py-25{
    padding-top:12.5rem!important;
    padding-bottom:12.5rem!important
  }

  .b--md\:u-m-30{
    margin:15rem!important
  }

  .b--md\:u-mt-30{
    margin-top:15rem!important
  }

  .b--md\:u-mr-30{
    margin-right:15rem!important
  }

  .b--md\:u-mb-30{
    margin-bottom:15rem!important
  }

  .b--md\:u-ml-30{
    margin-left:15rem!important
  }

  .b--md\:u-mx-30{
    margin-left:15rem!important;
    margin-right:15rem!important
  }

  .b--md\:u-my-30{
    margin-top:15rem!important;
    margin-bottom:15rem!important
  }

  .b--md\:u-mn-30{
    margin:-15rem!important
  }

  .b--md\:u-mtn-30{
    margin-top:-15rem!important
  }

  .b--md\:u-mrn-30{
    margin-right:-15rem!important
  }

  .b--md\:u-mbn-30{
    margin-bottom:-15rem!important
  }

  .b--md\:u-mln-30{
    margin-left:-15rem!important
  }

  .b--md\:u-mxn-30{
    margin-left:-15rem!important;
    margin-right:-15rem!important
  }

  .b--md\:u-myn-30{
    margin-top:-15rem!important;
    margin-bottom:-15rem!important
  }

  .b--md\:u-p-30{
    padding:15rem!important
  }

  .b--md\:u-pt-30{
    padding-top:15rem!important
  }

  .b--md\:u-pr-30{
    padding-right:15rem!important
  }

  .b--md\:u-pb-30{
    padding-bottom:15rem!important
  }

  .b--md\:u-pl-30{
    padding-left:15rem!important
  }

  .b--md\:u-px-30{
    padding-left:15rem!important;
    padding-right:15rem!important
  }

  .b--md\:u-py-30{
    padding-top:15rem!important;
    padding-bottom:15rem!important
  }
}

@media (min-width: 64rem){
  .b--lg\:u-m-auto{
    margin:auto!important
  }

  .b--lg\:u-mt-auto{
    margin-top:auto!important
  }

  .b--lg\:u-mr-auto{
    margin-right:auto!important
  }

  .b--lg\:u-mb-auto{
    margin-bottom:auto!important
  }

  .b--lg\:u-ml-auto{
    margin-left:auto!important
  }

  .b--lg\:u-mx-auto{
    margin-left:auto!important;
    margin-right:auto!important
  }

  .b--lg\:u-my-auto{
    margin-top:auto!important;
    margin-bottom:auto!important
  }

  .b--lg\:u-m-0\.25{
    margin:.125rem!important
  }

  .b--lg\:u-mt-0\.25{
    margin-top:.125rem!important
  }

  .b--lg\:u-mr-0\.25{
    margin-right:.125rem!important
  }

  .b--lg\:u-mb-0\.25{
    margin-bottom:.125rem!important
  }

  .b--lg\:u-ml-0\.25{
    margin-left:.125rem!important
  }

  .b--lg\:u-mx-0\.25{
    margin-left:.125rem!important;
    margin-right:.125rem!important
  }

  .b--lg\:u-my-0\.25{
    margin-top:.125rem!important;
    margin-bottom:.125rem!important
  }

  .b--lg\:u-mn-0\.25{
    margin:-.125rem!important
  }

  .b--lg\:u-mtn-0\.25{
    margin-top:-.125rem!important
  }

  .b--lg\:u-mrn-0\.25{
    margin-right:-.125rem!important
  }

  .b--lg\:u-mbn-0\.25{
    margin-bottom:-.125rem!important
  }

  .b--lg\:u-mln-0\.25{
    margin-left:-.125rem!important
  }

  .b--lg\:u-mxn-0\.25{
    margin-left:-.125rem!important;
    margin-right:-.125rem!important
  }

  .b--lg\:u-myn-0\.25{
    margin-top:-.125rem!important;
    margin-bottom:-.125rem!important
  }

  .b--lg\:u-p-0\.25{
    padding:.125rem!important
  }

  .b--lg\:u-pt-0\.25{
    padding-top:.125rem!important
  }

  .b--lg\:u-pr-0\.25{
    padding-right:.125rem!important
  }

  .b--lg\:u-pb-0\.25{
    padding-bottom:.125rem!important
  }

  .b--lg\:u-pl-0\.25{
    padding-left:.125rem!important
  }

  .b--lg\:u-px-0\.25{
    padding-left:.125rem!important;
    padding-right:.125rem!important
  }

  .b--lg\:u-py-0\.25{
    padding-top:.125rem!important;
    padding-bottom:.125rem!important
  }

  .b--lg\:u-m-0\.5{
    margin:.25rem!important
  }

  .b--lg\:u-mt-0\.5{
    margin-top:.25rem!important
  }

  .b--lg\:u-mr-0\.5{
    margin-right:.25rem!important
  }

  .b--lg\:u-mb-0\.5{
    margin-bottom:.25rem!important
  }

  .b--lg\:u-ml-0\.5{
    margin-left:.25rem!important
  }

  .b--lg\:u-mx-0\.5{
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }

  .b--lg\:u-my-0\.5{
    margin-top:.25rem!important;
    margin-bottom:.25rem!important
  }

  .b--lg\:u-mn-0\.5{
    margin:-.25rem!important
  }

  .b--lg\:u-mtn-0\.5{
    margin-top:-.25rem!important
  }

  .b--lg\:u-mrn-0\.5{
    margin-right:-.25rem!important
  }

  .b--lg\:u-mbn-0\.5{
    margin-bottom:-.25rem!important
  }

  .b--lg\:u-mln-0\.5{
    margin-left:-.25rem!important
  }

  .b--lg\:u-mxn-0\.5{
    margin-left:-.25rem!important;
    margin-right:-.25rem!important
  }

  .b--lg\:u-myn-0\.5{
    margin-top:-.25rem!important;
    margin-bottom:-.25rem!important
  }

  .b--lg\:u-p-0\.5{
    padding:.25rem!important
  }

  .b--lg\:u-pt-0\.5{
    padding-top:.25rem!important
  }

  .b--lg\:u-pr-0\.5{
    padding-right:.25rem!important
  }

  .b--lg\:u-pb-0\.5{
    padding-bottom:.25rem!important
  }

  .b--lg\:u-pl-0\.5{
    padding-left:.25rem!important
  }

  .b--lg\:u-px-0\.5{
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }

  .b--lg\:u-py-0\.5{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
  }

  .b--lg\:u-m-1{
    margin:.5rem!important
  }

  .b--lg\:u-mt-1{
    margin-top:.5rem!important
  }

  .b--lg\:u-mr-1{
    margin-right:.5rem!important
  }

  .b--lg\:u-mb-1{
    margin-bottom:.5rem!important
  }

  .b--lg\:u-ml-1{
    margin-left:.5rem!important
  }

  .b--lg\:u-mx-1{
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }

  .b--lg\:u-my-1{
    margin-top:.5rem!important;
    margin-bottom:.5rem!important
  }

  .b--lg\:u-mn-1{
    margin:-.5rem!important
  }

  .b--lg\:u-mtn-1{
    margin-top:-.5rem!important
  }

  .b--lg\:u-mrn-1{
    margin-right:-.5rem!important
  }

  .b--lg\:u-mbn-1{
    margin-bottom:-.5rem!important
  }

  .b--lg\:u-mln-1{
    margin-left:-.5rem!important
  }

  .b--lg\:u-mxn-1{
    margin-left:-.5rem!important;
    margin-right:-.5rem!important
  }

  .b--lg\:u-myn-1{
    margin-top:-.5rem!important;
    margin-bottom:-.5rem!important
  }

  .b--lg\:u-p-1{
    padding:.5rem!important
  }

  .b--lg\:u-pt-1{
    padding-top:.5rem!important
  }

  .b--lg\:u-pr-1{
    padding-right:.5rem!important
  }

  .b--lg\:u-pb-1{
    padding-bottom:.5rem!important
  }

  .b--lg\:u-pl-1{
    padding-left:.5rem!important
  }

  .b--lg\:u-px-1{
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }

  .b--lg\:u-py-1{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
  }

  .b--lg\:u-m-1\.5{
    margin:.75rem!important
  }

  .b--lg\:u-mt-1\.5{
    margin-top:.75rem!important
  }

  .b--lg\:u-mr-1\.5{
    margin-right:.75rem!important
  }

  .b--lg\:u-mb-1\.5{
    margin-bottom:.75rem!important
  }

  .b--lg\:u-ml-1\.5{
    margin-left:.75rem!important
  }

  .b--lg\:u-mx-1\.5{
    margin-left:.75rem!important;
    margin-right:.75rem!important
  }

  .b--lg\:u-my-1\.5{
    margin-top:.75rem!important;
    margin-bottom:.75rem!important
  }

  .b--lg\:u-mn-1\.5{
    margin:-.75rem!important
  }

  .b--lg\:u-mtn-1\.5{
    margin-top:-.75rem!important
  }

  .b--lg\:u-mrn-1\.5{
    margin-right:-.75rem!important
  }

  .b--lg\:u-mbn-1\.5{
    margin-bottom:-.75rem!important
  }

  .b--lg\:u-mln-1\.5{
    margin-left:-.75rem!important
  }

  .b--lg\:u-mxn-1\.5{
    margin-left:-.75rem!important;
    margin-right:-.75rem!important
  }

  .b--lg\:u-myn-1\.5{
    margin-top:-.75rem!important;
    margin-bottom:-.75rem!important
  }

  .b--lg\:u-p-1\.5{
    padding:.75rem!important
  }

  .b--lg\:u-pt-1\.5{
    padding-top:.75rem!important
  }

  .b--lg\:u-pr-1\.5{
    padding-right:.75rem!important
  }

  .b--lg\:u-pb-1\.5{
    padding-bottom:.75rem!important
  }

  .b--lg\:u-pl-1\.5{
    padding-left:.75rem!important
  }

  .b--lg\:u-px-1\.5{
    padding-left:.75rem!important;
    padding-right:.75rem!important
  }

  .b--lg\:u-py-1\.5{
    padding-top:.75rem!important;
    padding-bottom:.75rem!important
  }

  .b--lg\:u-m-2{
    margin:1rem!important
  }

  .b--lg\:u-mt-2{
    margin-top:1rem!important
  }

  .b--lg\:u-mr-2{
    margin-right:1rem!important
  }

  .b--lg\:u-mb-2{
    margin-bottom:1rem!important
  }

  .b--lg\:u-ml-2{
    margin-left:1rem!important
  }

  .b--lg\:u-mx-2{
    margin-left:1rem!important;
    margin-right:1rem!important
  }

  .b--lg\:u-my-2{
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }

  .b--lg\:u-mn-2{
    margin:-1rem!important
  }

  .b--lg\:u-mtn-2{
    margin-top:-1rem!important
  }

  .b--lg\:u-mrn-2{
    margin-right:-1rem!important
  }

  .b--lg\:u-mbn-2{
    margin-bottom:-1rem!important
  }

  .b--lg\:u-mln-2{
    margin-left:-1rem!important
  }

  .b--lg\:u-mxn-2{
    margin-left:-1rem!important;
    margin-right:-1rem!important
  }

  .b--lg\:u-myn-2{
    margin-top:-1rem!important;
    margin-bottom:-1rem!important
  }

  .b--lg\:u-p-2{
    padding:1rem!important
  }

  .b--lg\:u-pt-2{
    padding-top:1rem!important
  }

  .b--lg\:u-pr-2{
    padding-right:1rem!important
  }

  .b--lg\:u-pb-2{
    padding-bottom:1rem!important
  }

  .b--lg\:u-pl-2{
    padding-left:1rem!important
  }

  .b--lg\:u-px-2{
    padding-left:1rem!important;
    padding-right:1rem!important
  }

  .b--lg\:u-py-2{
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }

  .b--lg\:u-m-2\.5{
    margin:1.25rem!important
  }

  .b--lg\:u-mt-2\.5{
    margin-top:1.25rem!important
  }

  .b--lg\:u-mr-2\.5{
    margin-right:1.25rem!important
  }

  .b--lg\:u-mb-2\.5{
    margin-bottom:1.25rem!important
  }

  .b--lg\:u-ml-2\.5{
    margin-left:1.25rem!important
  }

  .b--lg\:u-mx-2\.5{
    margin-left:1.25rem!important;
    margin-right:1.25rem!important
  }

  .b--lg\:u-my-2\.5{
    margin-top:1.25rem!important;
    margin-bottom:1.25rem!important
  }

  .b--lg\:u-mn-2\.5{
    margin:-1.25rem!important
  }

  .b--lg\:u-mtn-2\.5{
    margin-top:-1.25rem!important
  }

  .b--lg\:u-mrn-2\.5{
    margin-right:-1.25rem!important
  }

  .b--lg\:u-mbn-2\.5{
    margin-bottom:-1.25rem!important
  }

  .b--lg\:u-mln-2\.5{
    margin-left:-1.25rem!important
  }

  .b--lg\:u-mxn-2\.5{
    margin-left:-1.25rem!important;
    margin-right:-1.25rem!important
  }

  .b--lg\:u-myn-2\.5{
    margin-top:-1.25rem!important;
    margin-bottom:-1.25rem!important
  }

  .b--lg\:u-p-2\.5{
    padding:1.25rem!important
  }

  .b--lg\:u-pt-2\.5{
    padding-top:1.25rem!important
  }

  .b--lg\:u-pr-2\.5{
    padding-right:1.25rem!important
  }

  .b--lg\:u-pb-2\.5{
    padding-bottom:1.25rem!important
  }

  .b--lg\:u-pl-2\.5{
    padding-left:1.25rem!important
  }

  .b--lg\:u-px-2\.5{
    padding-left:1.25rem!important;
    padding-right:1.25rem!important
  }

  .b--lg\:u-py-2\.5{
    padding-top:1.25rem!important;
    padding-bottom:1.25rem!important
  }

  .b--lg\:u-m-3{
    margin:1.5rem!important
  }

  .b--lg\:u-mt-3{
    margin-top:1.5rem!important
  }

  .b--lg\:u-mr-3{
    margin-right:1.5rem!important
  }

  .b--lg\:u-mb-3{
    margin-bottom:1.5rem!important
  }

  .b--lg\:u-ml-3{
    margin-left:1.5rem!important
  }

  .b--lg\:u-mx-3{
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }

  .b--lg\:u-my-3{
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }

  .b--lg\:u-mn-3{
    margin:-1.5rem!important
  }

  .b--lg\:u-mtn-3{
    margin-top:-1.5rem!important
  }

  .b--lg\:u-mrn-3{
    margin-right:-1.5rem!important
  }

  .b--lg\:u-mbn-3{
    margin-bottom:-1.5rem!important
  }

  .b--lg\:u-mln-3{
    margin-left:-1.5rem!important
  }

  .b--lg\:u-mxn-3{
    margin-left:-1.5rem!important;
    margin-right:-1.5rem!important
  }

  .b--lg\:u-myn-3{
    margin-top:-1.5rem!important;
    margin-bottom:-1.5rem!important
  }

  .b--lg\:u-p-3{
    padding:1.5rem!important
  }

  .b--lg\:u-pt-3{
    padding-top:1.5rem!important
  }

  .b--lg\:u-pr-3{
    padding-right:1.5rem!important
  }

  .b--lg\:u-pb-3{
    padding-bottom:1.5rem!important
  }

  .b--lg\:u-pl-3{
    padding-left:1.5rem!important
  }

  .b--lg\:u-px-3{
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }

  .b--lg\:u-py-3{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }

  .b--lg\:u-m-4{
    margin:2rem!important
  }

  .b--lg\:u-mt-4{
    margin-top:2rem!important
  }

  .b--lg\:u-mr-4{
    margin-right:2rem!important
  }

  .b--lg\:u-mb-4{
    margin-bottom:2rem!important
  }

  .b--lg\:u-ml-4{
    margin-left:2rem!important
  }

  .b--lg\:u-mx-4{
    margin-left:2rem!important;
    margin-right:2rem!important
  }

  .b--lg\:u-my-4{
    margin-top:2rem!important;
    margin-bottom:2rem!important
  }

  .b--lg\:u-mn-4{
    margin:-2rem!important
  }

  .b--lg\:u-mtn-4{
    margin-top:-2rem!important
  }

  .b--lg\:u-mrn-4{
    margin-right:-2rem!important
  }

  .b--lg\:u-mbn-4{
    margin-bottom:-2rem!important
  }

  .b--lg\:u-mln-4{
    margin-left:-2rem!important
  }

  .b--lg\:u-mxn-4{
    margin-left:-2rem!important;
    margin-right:-2rem!important
  }

  .b--lg\:u-myn-4{
    margin-top:-2rem!important;
    margin-bottom:-2rem!important
  }

  .b--lg\:u-p-4{
    padding:2rem!important
  }

  .b--lg\:u-pt-4{
    padding-top:2rem!important
  }

  .b--lg\:u-pr-4{
    padding-right:2rem!important
  }

  .b--lg\:u-pb-4{
    padding-bottom:2rem!important
  }

  .b--lg\:u-pl-4{
    padding-left:2rem!important
  }

  .b--lg\:u-px-4{
    padding-left:2rem!important;
    padding-right:2rem!important
  }

  .b--lg\:u-py-4{
    padding-top:2rem!important;
    padding-bottom:2rem!important
  }

  .b--lg\:u-m-6{
    margin:3rem!important
  }

  .b--lg\:u-mt-6{
    margin-top:3rem!important
  }

  .b--lg\:u-mr-6{
    margin-right:3rem!important
  }

  .b--lg\:u-mb-6{
    margin-bottom:3rem!important
  }

  .b--lg\:u-ml-6{
    margin-left:3rem!important
  }

  .b--lg\:u-mx-6{
    margin-left:3rem!important;
    margin-right:3rem!important
  }

  .b--lg\:u-my-6{
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }

  .b--lg\:u-mn-6{
    margin:-3rem!important
  }

  .b--lg\:u-mtn-6{
    margin-top:-3rem!important
  }

  .b--lg\:u-mrn-6{
    margin-right:-3rem!important
  }

  .b--lg\:u-mbn-6{
    margin-bottom:-3rem!important
  }

  .b--lg\:u-mln-6{
    margin-left:-3rem!important
  }

  .b--lg\:u-mxn-6{
    margin-left:-3rem!important;
    margin-right:-3rem!important
  }

  .b--lg\:u-myn-6{
    margin-top:-3rem!important;
    margin-bottom:-3rem!important
  }

  .b--lg\:u-p-6{
    padding:3rem!important
  }

  .b--lg\:u-pt-6{
    padding-top:3rem!important
  }

  .b--lg\:u-pr-6{
    padding-right:3rem!important
  }

  .b--lg\:u-pb-6{
    padding-bottom:3rem!important
  }

  .b--lg\:u-pl-6{
    padding-left:3rem!important
  }

  .b--lg\:u-px-6{
    padding-left:3rem!important;
    padding-right:3rem!important
  }

  .b--lg\:u-py-6{
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }

  .b--lg\:u-m-8{
    margin:4rem!important
  }

  .b--lg\:u-mt-8{
    margin-top:4rem!important
  }

  .b--lg\:u-mr-8{
    margin-right:4rem!important
  }

  .b--lg\:u-mb-8{
    margin-bottom:4rem!important
  }

  .b--lg\:u-ml-8{
    margin-left:4rem!important
  }

  .b--lg\:u-mx-8{
    margin-left:4rem!important;
    margin-right:4rem!important
  }

  .b--lg\:u-my-8{
    margin-top:4rem!important;
    margin-bottom:4rem!important
  }

  .b--lg\:u-mn-8{
    margin:-4rem!important
  }

  .b--lg\:u-mtn-8{
    margin-top:-4rem!important
  }

  .b--lg\:u-mrn-8{
    margin-right:-4rem!important
  }

  .b--lg\:u-mbn-8{
    margin-bottom:-4rem!important
  }

  .b--lg\:u-mln-8{
    margin-left:-4rem!important
  }

  .b--lg\:u-mxn-8{
    margin-left:-4rem!important;
    margin-right:-4rem!important
  }

  .b--lg\:u-myn-8{
    margin-top:-4rem!important;
    margin-bottom:-4rem!important
  }

  .b--lg\:u-p-8{
    padding:4rem!important
  }

  .b--lg\:u-pt-8{
    padding-top:4rem!important
  }

  .b--lg\:u-pr-8{
    padding-right:4rem!important
  }

  .b--lg\:u-pb-8{
    padding-bottom:4rem!important
  }

  .b--lg\:u-pl-8{
    padding-left:4rem!important
  }

  .b--lg\:u-px-8{
    padding-left:4rem!important;
    padding-right:4rem!important
  }

  .b--lg\:u-py-8{
    padding-top:4rem!important;
    padding-bottom:4rem!important
  }

  .b--lg\:u-m-10{
    margin:5rem!important
  }

  .b--lg\:u-mt-10{
    margin-top:5rem!important
  }

  .b--lg\:u-mr-10{
    margin-right:5rem!important
  }

  .b--lg\:u-mb-10{
    margin-bottom:5rem!important
  }

  .b--lg\:u-ml-10{
    margin-left:5rem!important
  }

  .b--lg\:u-mx-10{
    margin-left:5rem!important;
    margin-right:5rem!important
  }

  .b--lg\:u-my-10{
    margin-top:5rem!important;
    margin-bottom:5rem!important
  }

  .b--lg\:u-mn-10{
    margin:-5rem!important
  }

  .b--lg\:u-mtn-10{
    margin-top:-5rem!important
  }

  .b--lg\:u-mrn-10{
    margin-right:-5rem!important
  }

  .b--lg\:u-mbn-10{
    margin-bottom:-5rem!important
  }

  .b--lg\:u-mln-10{
    margin-left:-5rem!important
  }

  .b--lg\:u-mxn-10{
    margin-left:-5rem!important;
    margin-right:-5rem!important
  }

  .b--lg\:u-myn-10{
    margin-top:-5rem!important;
    margin-bottom:-5rem!important
  }

  .b--lg\:u-p-10{
    padding:5rem!important
  }

  .b--lg\:u-pt-10{
    padding-top:5rem!important
  }

  .b--lg\:u-pr-10{
    padding-right:5rem!important
  }

  .b--lg\:u-pb-10{
    padding-bottom:5rem!important
  }

  .b--lg\:u-pl-10{
    padding-left:5rem!important
  }

  .b--lg\:u-px-10{
    padding-left:5rem!important;
    padding-right:5rem!important
  }

  .b--lg\:u-py-10{
    padding-top:5rem!important;
    padding-bottom:5rem!important
  }

  .b--lg\:u-m-12{
    margin:6rem!important
  }

  .b--lg\:u-mt-12{
    margin-top:6rem!important
  }

  .b--lg\:u-mr-12{
    margin-right:6rem!important
  }

  .b--lg\:u-mb-12{
    margin-bottom:6rem!important
  }

  .b--lg\:u-ml-12{
    margin-left:6rem!important
  }

  .b--lg\:u-mx-12{
    margin-left:6rem!important;
    margin-right:6rem!important
  }

  .b--lg\:u-my-12{
    margin-top:6rem!important;
    margin-bottom:6rem!important
  }

  .b--lg\:u-mn-12{
    margin:-6rem!important
  }

  .b--lg\:u-mtn-12{
    margin-top:-6rem!important
  }

  .b--lg\:u-mrn-12{
    margin-right:-6rem!important
  }

  .b--lg\:u-mbn-12{
    margin-bottom:-6rem!important
  }

  .b--lg\:u-mln-12{
    margin-left:-6rem!important
  }

  .b--lg\:u-mxn-12{
    margin-left:-6rem!important;
    margin-right:-6rem!important
  }

  .b--lg\:u-myn-12{
    margin-top:-6rem!important;
    margin-bottom:-6rem!important
  }

  .b--lg\:u-p-12{
    padding:6rem!important
  }

  .b--lg\:u-pt-12{
    padding-top:6rem!important
  }

  .b--lg\:u-pr-12{
    padding-right:6rem!important
  }

  .b--lg\:u-pb-12{
    padding-bottom:6rem!important
  }

  .b--lg\:u-pl-12{
    padding-left:6rem!important
  }

  .b--lg\:u-px-12{
    padding-left:6rem!important;
    padding-right:6rem!important
  }

  .b--lg\:u-py-12{
    padding-top:6rem!important;
    padding-bottom:6rem!important
  }

  .b--lg\:u-m-16{
    margin:8rem!important
  }

  .b--lg\:u-mt-16{
    margin-top:8rem!important
  }

  .b--lg\:u-mr-16{
    margin-right:8rem!important
  }

  .b--lg\:u-mb-16{
    margin-bottom:8rem!important
  }

  .b--lg\:u-ml-16{
    margin-left:8rem!important
  }

  .b--lg\:u-mx-16{
    margin-left:8rem!important;
    margin-right:8rem!important
  }

  .b--lg\:u-my-16{
    margin-top:8rem!important;
    margin-bottom:8rem!important
  }

  .b--lg\:u-mn-16{
    margin:-8rem!important
  }

  .b--lg\:u-mtn-16{
    margin-top:-8rem!important
  }

  .b--lg\:u-mrn-16{
    margin-right:-8rem!important
  }

  .b--lg\:u-mbn-16{
    margin-bottom:-8rem!important
  }

  .b--lg\:u-mln-16{
    margin-left:-8rem!important
  }

  .b--lg\:u-mxn-16{
    margin-left:-8rem!important;
    margin-right:-8rem!important
  }

  .b--lg\:u-myn-16{
    margin-top:-8rem!important;
    margin-bottom:-8rem!important
  }

  .b--lg\:u-p-16{
    padding:8rem!important
  }

  .b--lg\:u-pt-16{
    padding-top:8rem!important
  }

  .b--lg\:u-pr-16{
    padding-right:8rem!important
  }

  .b--lg\:u-pb-16{
    padding-bottom:8rem!important
  }

  .b--lg\:u-pl-16{
    padding-left:8rem!important
  }

  .b--lg\:u-px-16{
    padding-left:8rem!important;
    padding-right:8rem!important
  }

  .b--lg\:u-py-16{
    padding-top:8rem!important;
    padding-bottom:8rem!important
  }

  .b--lg\:u-m-20{
    margin:10rem!important
  }

  .b--lg\:u-mt-20{
    margin-top:10rem!important
  }

  .b--lg\:u-mr-20{
    margin-right:10rem!important
  }

  .b--lg\:u-mb-20{
    margin-bottom:10rem!important
  }

  .b--lg\:u-ml-20{
    margin-left:10rem!important
  }

  .b--lg\:u-mx-20{
    margin-left:10rem!important;
    margin-right:10rem!important
  }

  .b--lg\:u-my-20{
    margin-top:10rem!important;
    margin-bottom:10rem!important
  }

  .b--lg\:u-mn-20{
    margin:-10rem!important
  }

  .b--lg\:u-mtn-20{
    margin-top:-10rem!important
  }

  .b--lg\:u-mrn-20{
    margin-right:-10rem!important
  }

  .b--lg\:u-mbn-20{
    margin-bottom:-10rem!important
  }

  .b--lg\:u-mln-20{
    margin-left:-10rem!important
  }

  .b--lg\:u-mxn-20{
    margin-left:-10rem!important;
    margin-right:-10rem!important
  }

  .b--lg\:u-myn-20{
    margin-top:-10rem!important;
    margin-bottom:-10rem!important
  }

  .b--lg\:u-p-20{
    padding:10rem!important
  }

  .b--lg\:u-pt-20{
    padding-top:10rem!important
  }

  .b--lg\:u-pr-20{
    padding-right:10rem!important
  }

  .b--lg\:u-pb-20{
    padding-bottom:10rem!important
  }

  .b--lg\:u-pl-20{
    padding-left:10rem!important
  }

  .b--lg\:u-px-20{
    padding-left:10rem!important;
    padding-right:10rem!important
  }

  .b--lg\:u-py-20{
    padding-top:10rem!important;
    padding-bottom:10rem!important
  }

  .b--lg\:u-m-25{
    margin:12.5rem!important
  }

  .b--lg\:u-mt-25{
    margin-top:12.5rem!important
  }

  .b--lg\:u-mr-25{
    margin-right:12.5rem!important
  }

  .b--lg\:u-mb-25{
    margin-bottom:12.5rem!important
  }

  .b--lg\:u-ml-25{
    margin-left:12.5rem!important
  }

  .b--lg\:u-mx-25{
    margin-left:12.5rem!important;
    margin-right:12.5rem!important
  }

  .b--lg\:u-my-25{
    margin-top:12.5rem!important;
    margin-bottom:12.5rem!important
  }

  .b--lg\:u-mn-25{
    margin:-12.5rem!important
  }

  .b--lg\:u-mtn-25{
    margin-top:-12.5rem!important
  }

  .b--lg\:u-mrn-25{
    margin-right:-12.5rem!important
  }

  .b--lg\:u-mbn-25{
    margin-bottom:-12.5rem!important
  }

  .b--lg\:u-mln-25{
    margin-left:-12.5rem!important
  }

  .b--lg\:u-mxn-25{
    margin-left:-12.5rem!important;
    margin-right:-12.5rem!important
  }

  .b--lg\:u-myn-25{
    margin-top:-12.5rem!important;
    margin-bottom:-12.5rem!important
  }

  .b--lg\:u-p-25{
    padding:12.5rem!important
  }

  .b--lg\:u-pt-25{
    padding-top:12.5rem!important
  }

  .b--lg\:u-pr-25{
    padding-right:12.5rem!important
  }

  .b--lg\:u-pb-25{
    padding-bottom:12.5rem!important
  }

  .b--lg\:u-pl-25{
    padding-left:12.5rem!important
  }

  .b--lg\:u-px-25{
    padding-left:12.5rem!important;
    padding-right:12.5rem!important
  }

  .b--lg\:u-py-25{
    padding-top:12.5rem!important;
    padding-bottom:12.5rem!important
  }

  .b--lg\:u-m-30{
    margin:15rem!important
  }

  .b--lg\:u-mt-30{
    margin-top:15rem!important
  }

  .b--lg\:u-mr-30{
    margin-right:15rem!important
  }

  .b--lg\:u-mb-30{
    margin-bottom:15rem!important
  }

  .b--lg\:u-ml-30{
    margin-left:15rem!important
  }

  .b--lg\:u-mx-30{
    margin-left:15rem!important;
    margin-right:15rem!important
  }

  .b--lg\:u-my-30{
    margin-top:15rem!important;
    margin-bottom:15rem!important
  }

  .b--lg\:u-mn-30{
    margin:-15rem!important
  }

  .b--lg\:u-mtn-30{
    margin-top:-15rem!important
  }

  .b--lg\:u-mrn-30{
    margin-right:-15rem!important
  }

  .b--lg\:u-mbn-30{
    margin-bottom:-15rem!important
  }

  .b--lg\:u-mln-30{
    margin-left:-15rem!important
  }

  .b--lg\:u-mxn-30{
    margin-left:-15rem!important;
    margin-right:-15rem!important
  }

  .b--lg\:u-myn-30{
    margin-top:-15rem!important;
    margin-bottom:-15rem!important
  }

  .b--lg\:u-p-30{
    padding:15rem!important
  }

  .b--lg\:u-pt-30{
    padding-top:15rem!important
  }

  .b--lg\:u-pr-30{
    padding-right:15rem!important
  }

  .b--lg\:u-pb-30{
    padding-bottom:15rem!important
  }

  .b--lg\:u-pl-30{
    padding-left:15rem!important
  }

  .b--lg\:u-px-30{
    padding-left:15rem!important;
    padding-right:15rem!important
  }

  .b--lg\:u-py-30{
    padding-top:15rem!important;
    padding-bottom:15rem!important
  }
}

@media (min-width: 75rem){
  .b--xl\:u-m-auto{
    margin:auto!important
  }

  .b--xl\:u-mt-auto{
    margin-top:auto!important
  }

  .b--xl\:u-mr-auto{
    margin-right:auto!important
  }

  .b--xl\:u-mb-auto{
    margin-bottom:auto!important
  }

  .b--xl\:u-ml-auto{
    margin-left:auto!important
  }

  .b--xl\:u-mx-auto{
    margin-left:auto!important;
    margin-right:auto!important
  }

  .b--xl\:u-my-auto{
    margin-top:auto!important;
    margin-bottom:auto!important
  }

  .b--xl\:u-m-0\.25{
    margin:.125rem!important
  }

  .b--xl\:u-mt-0\.25{
    margin-top:.125rem!important
  }

  .b--xl\:u-mr-0\.25{
    margin-right:.125rem!important
  }

  .b--xl\:u-mb-0\.25{
    margin-bottom:.125rem!important
  }

  .b--xl\:u-ml-0\.25{
    margin-left:.125rem!important
  }

  .b--xl\:u-mx-0\.25{
    margin-left:.125rem!important;
    margin-right:.125rem!important
  }

  .b--xl\:u-my-0\.25{
    margin-top:.125rem!important;
    margin-bottom:.125rem!important
  }

  .b--xl\:u-mn-0\.25{
    margin:-.125rem!important
  }

  .b--xl\:u-mtn-0\.25{
    margin-top:-.125rem!important
  }

  .b--xl\:u-mrn-0\.25{
    margin-right:-.125rem!important
  }

  .b--xl\:u-mbn-0\.25{
    margin-bottom:-.125rem!important
  }

  .b--xl\:u-mln-0\.25{
    margin-left:-.125rem!important
  }

  .b--xl\:u-mxn-0\.25{
    margin-left:-.125rem!important;
    margin-right:-.125rem!important
  }

  .b--xl\:u-myn-0\.25{
    margin-top:-.125rem!important;
    margin-bottom:-.125rem!important
  }

  .b--xl\:u-p-0\.25{
    padding:.125rem!important
  }

  .b--xl\:u-pt-0\.25{
    padding-top:.125rem!important
  }

  .b--xl\:u-pr-0\.25{
    padding-right:.125rem!important
  }

  .b--xl\:u-pb-0\.25{
    padding-bottom:.125rem!important
  }

  .b--xl\:u-pl-0\.25{
    padding-left:.125rem!important
  }

  .b--xl\:u-px-0\.25{
    padding-left:.125rem!important;
    padding-right:.125rem!important
  }

  .b--xl\:u-py-0\.25{
    padding-top:.125rem!important;
    padding-bottom:.125rem!important
  }

  .b--xl\:u-m-0\.5{
    margin:.25rem!important
  }

  .b--xl\:u-mt-0\.5{
    margin-top:.25rem!important
  }

  .b--xl\:u-mr-0\.5{
    margin-right:.25rem!important
  }

  .b--xl\:u-mb-0\.5{
    margin-bottom:.25rem!important
  }

  .b--xl\:u-ml-0\.5{
    margin-left:.25rem!important
  }

  .b--xl\:u-mx-0\.5{
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }

  .b--xl\:u-my-0\.5{
    margin-top:.25rem!important;
    margin-bottom:.25rem!important
  }

  .b--xl\:u-mn-0\.5{
    margin:-.25rem!important
  }

  .b--xl\:u-mtn-0\.5{
    margin-top:-.25rem!important
  }

  .b--xl\:u-mrn-0\.5{
    margin-right:-.25rem!important
  }

  .b--xl\:u-mbn-0\.5{
    margin-bottom:-.25rem!important
  }

  .b--xl\:u-mln-0\.5{
    margin-left:-.25rem!important
  }

  .b--xl\:u-mxn-0\.5{
    margin-left:-.25rem!important;
    margin-right:-.25rem!important
  }

  .b--xl\:u-myn-0\.5{
    margin-top:-.25rem!important;
    margin-bottom:-.25rem!important
  }

  .b--xl\:u-p-0\.5{
    padding:.25rem!important
  }

  .b--xl\:u-pt-0\.5{
    padding-top:.25rem!important
  }

  .b--xl\:u-pr-0\.5{
    padding-right:.25rem!important
  }

  .b--xl\:u-pb-0\.5{
    padding-bottom:.25rem!important
  }

  .b--xl\:u-pl-0\.5{
    padding-left:.25rem!important
  }

  .b--xl\:u-px-0\.5{
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }

  .b--xl\:u-py-0\.5{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
  }

  .b--xl\:u-m-1{
    margin:.5rem!important
  }

  .b--xl\:u-mt-1{
    margin-top:.5rem!important
  }

  .b--xl\:u-mr-1{
    margin-right:.5rem!important
  }

  .b--xl\:u-mb-1{
    margin-bottom:.5rem!important
  }

  .b--xl\:u-ml-1{
    margin-left:.5rem!important
  }

  .b--xl\:u-mx-1{
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }

  .b--xl\:u-my-1{
    margin-top:.5rem!important;
    margin-bottom:.5rem!important
  }

  .b--xl\:u-mn-1{
    margin:-.5rem!important
  }

  .b--xl\:u-mtn-1{
    margin-top:-.5rem!important
  }

  .b--xl\:u-mrn-1{
    margin-right:-.5rem!important
  }

  .b--xl\:u-mbn-1{
    margin-bottom:-.5rem!important
  }

  .b--xl\:u-mln-1{
    margin-left:-.5rem!important
  }

  .b--xl\:u-mxn-1{
    margin-left:-.5rem!important;
    margin-right:-.5rem!important
  }

  .b--xl\:u-myn-1{
    margin-top:-.5rem!important;
    margin-bottom:-.5rem!important
  }

  .b--xl\:u-p-1{
    padding:.5rem!important
  }

  .b--xl\:u-pt-1{
    padding-top:.5rem!important
  }

  .b--xl\:u-pr-1{
    padding-right:.5rem!important
  }

  .b--xl\:u-pb-1{
    padding-bottom:.5rem!important
  }

  .b--xl\:u-pl-1{
    padding-left:.5rem!important
  }

  .b--xl\:u-px-1{
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }

  .b--xl\:u-py-1{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
  }

  .b--xl\:u-m-1\.5{
    margin:.75rem!important
  }

  .b--xl\:u-mt-1\.5{
    margin-top:.75rem!important
  }

  .b--xl\:u-mr-1\.5{
    margin-right:.75rem!important
  }

  .b--xl\:u-mb-1\.5{
    margin-bottom:.75rem!important
  }

  .b--xl\:u-ml-1\.5{
    margin-left:.75rem!important
  }

  .b--xl\:u-mx-1\.5{
    margin-left:.75rem!important;
    margin-right:.75rem!important
  }

  .b--xl\:u-my-1\.5{
    margin-top:.75rem!important;
    margin-bottom:.75rem!important
  }

  .b--xl\:u-mn-1\.5{
    margin:-.75rem!important
  }

  .b--xl\:u-mtn-1\.5{
    margin-top:-.75rem!important
  }

  .b--xl\:u-mrn-1\.5{
    margin-right:-.75rem!important
  }

  .b--xl\:u-mbn-1\.5{
    margin-bottom:-.75rem!important
  }

  .b--xl\:u-mln-1\.5{
    margin-left:-.75rem!important
  }

  .b--xl\:u-mxn-1\.5{
    margin-left:-.75rem!important;
    margin-right:-.75rem!important
  }

  .b--xl\:u-myn-1\.5{
    margin-top:-.75rem!important;
    margin-bottom:-.75rem!important
  }

  .b--xl\:u-p-1\.5{
    padding:.75rem!important
  }

  .b--xl\:u-pt-1\.5{
    padding-top:.75rem!important
  }

  .b--xl\:u-pr-1\.5{
    padding-right:.75rem!important
  }

  .b--xl\:u-pb-1\.5{
    padding-bottom:.75rem!important
  }

  .b--xl\:u-pl-1\.5{
    padding-left:.75rem!important
  }

  .b--xl\:u-px-1\.5{
    padding-left:.75rem!important;
    padding-right:.75rem!important
  }

  .b--xl\:u-py-1\.5{
    padding-top:.75rem!important;
    padding-bottom:.75rem!important
  }

  .b--xl\:u-m-2{
    margin:1rem!important
  }

  .b--xl\:u-mt-2{
    margin-top:1rem!important
  }

  .b--xl\:u-mr-2{
    margin-right:1rem!important
  }

  .b--xl\:u-mb-2{
    margin-bottom:1rem!important
  }

  .b--xl\:u-ml-2{
    margin-left:1rem!important
  }

  .b--xl\:u-mx-2{
    margin-left:1rem!important;
    margin-right:1rem!important
  }

  .b--xl\:u-my-2{
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }

  .b--xl\:u-mn-2{
    margin:-1rem!important
  }

  .b--xl\:u-mtn-2{
    margin-top:-1rem!important
  }

  .b--xl\:u-mrn-2{
    margin-right:-1rem!important
  }

  .b--xl\:u-mbn-2{
    margin-bottom:-1rem!important
  }

  .b--xl\:u-mln-2{
    margin-left:-1rem!important
  }

  .b--xl\:u-mxn-2{
    margin-left:-1rem!important;
    margin-right:-1rem!important
  }

  .b--xl\:u-myn-2{
    margin-top:-1rem!important;
    margin-bottom:-1rem!important
  }

  .b--xl\:u-p-2{
    padding:1rem!important
  }

  .b--xl\:u-pt-2{
    padding-top:1rem!important
  }

  .b--xl\:u-pr-2{
    padding-right:1rem!important
  }

  .b--xl\:u-pb-2{
    padding-bottom:1rem!important
  }

  .b--xl\:u-pl-2{
    padding-left:1rem!important
  }

  .b--xl\:u-px-2{
    padding-left:1rem!important;
    padding-right:1rem!important
  }

  .b--xl\:u-py-2{
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }

  .b--xl\:u-m-2\.5{
    margin:1.25rem!important
  }

  .b--xl\:u-mt-2\.5{
    margin-top:1.25rem!important
  }

  .b--xl\:u-mr-2\.5{
    margin-right:1.25rem!important
  }

  .b--xl\:u-mb-2\.5{
    margin-bottom:1.25rem!important
  }

  .b--xl\:u-ml-2\.5{
    margin-left:1.25rem!important
  }

  .b--xl\:u-mx-2\.5{
    margin-left:1.25rem!important;
    margin-right:1.25rem!important
  }

  .b--xl\:u-my-2\.5{
    margin-top:1.25rem!important;
    margin-bottom:1.25rem!important
  }

  .b--xl\:u-mn-2\.5{
    margin:-1.25rem!important
  }

  .b--xl\:u-mtn-2\.5{
    margin-top:-1.25rem!important
  }

  .b--xl\:u-mrn-2\.5{
    margin-right:-1.25rem!important
  }

  .b--xl\:u-mbn-2\.5{
    margin-bottom:-1.25rem!important
  }

  .b--xl\:u-mln-2\.5{
    margin-left:-1.25rem!important
  }

  .b--xl\:u-mxn-2\.5{
    margin-left:-1.25rem!important;
    margin-right:-1.25rem!important
  }

  .b--xl\:u-myn-2\.5{
    margin-top:-1.25rem!important;
    margin-bottom:-1.25rem!important
  }

  .b--xl\:u-p-2\.5{
    padding:1.25rem!important
  }

  .b--xl\:u-pt-2\.5{
    padding-top:1.25rem!important
  }

  .b--xl\:u-pr-2\.5{
    padding-right:1.25rem!important
  }

  .b--xl\:u-pb-2\.5{
    padding-bottom:1.25rem!important
  }

  .b--xl\:u-pl-2\.5{
    padding-left:1.25rem!important
  }

  .b--xl\:u-px-2\.5{
    padding-left:1.25rem!important;
    padding-right:1.25rem!important
  }

  .b--xl\:u-py-2\.5{
    padding-top:1.25rem!important;
    padding-bottom:1.25rem!important
  }

  .b--xl\:u-m-3{
    margin:1.5rem!important
  }

  .b--xl\:u-mt-3{
    margin-top:1.5rem!important
  }

  .b--xl\:u-mr-3{
    margin-right:1.5rem!important
  }

  .b--xl\:u-mb-3{
    margin-bottom:1.5rem!important
  }

  .b--xl\:u-ml-3{
    margin-left:1.5rem!important
  }

  .b--xl\:u-mx-3{
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }

  .b--xl\:u-my-3{
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }

  .b--xl\:u-mn-3{
    margin:-1.5rem!important
  }

  .b--xl\:u-mtn-3{
    margin-top:-1.5rem!important
  }

  .b--xl\:u-mrn-3{
    margin-right:-1.5rem!important
  }

  .b--xl\:u-mbn-3{
    margin-bottom:-1.5rem!important
  }

  .b--xl\:u-mln-3{
    margin-left:-1.5rem!important
  }

  .b--xl\:u-mxn-3{
    margin-left:-1.5rem!important;
    margin-right:-1.5rem!important
  }

  .b--xl\:u-myn-3{
    margin-top:-1.5rem!important;
    margin-bottom:-1.5rem!important
  }

  .b--xl\:u-p-3{
    padding:1.5rem!important
  }

  .b--xl\:u-pt-3{
    padding-top:1.5rem!important
  }

  .b--xl\:u-pr-3{
    padding-right:1.5rem!important
  }

  .b--xl\:u-pb-3{
    padding-bottom:1.5rem!important
  }

  .b--xl\:u-pl-3{
    padding-left:1.5rem!important
  }

  .b--xl\:u-px-3{
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }

  .b--xl\:u-py-3{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }

  .b--xl\:u-m-4{
    margin:2rem!important
  }

  .b--xl\:u-mt-4{
    margin-top:2rem!important
  }

  .b--xl\:u-mr-4{
    margin-right:2rem!important
  }

  .b--xl\:u-mb-4{
    margin-bottom:2rem!important
  }

  .b--xl\:u-ml-4{
    margin-left:2rem!important
  }

  .b--xl\:u-mx-4{
    margin-left:2rem!important;
    margin-right:2rem!important
  }

  .b--xl\:u-my-4{
    margin-top:2rem!important;
    margin-bottom:2rem!important
  }

  .b--xl\:u-mn-4{
    margin:-2rem!important
  }

  .b--xl\:u-mtn-4{
    margin-top:-2rem!important
  }

  .b--xl\:u-mrn-4{
    margin-right:-2rem!important
  }

  .b--xl\:u-mbn-4{
    margin-bottom:-2rem!important
  }

  .b--xl\:u-mln-4{
    margin-left:-2rem!important
  }

  .b--xl\:u-mxn-4{
    margin-left:-2rem!important;
    margin-right:-2rem!important
  }

  .b--xl\:u-myn-4{
    margin-top:-2rem!important;
    margin-bottom:-2rem!important
  }

  .b--xl\:u-p-4{
    padding:2rem!important
  }

  .b--xl\:u-pt-4{
    padding-top:2rem!important
  }

  .b--xl\:u-pr-4{
    padding-right:2rem!important
  }

  .b--xl\:u-pb-4{
    padding-bottom:2rem!important
  }

  .b--xl\:u-pl-4{
    padding-left:2rem!important
  }

  .b--xl\:u-px-4{
    padding-left:2rem!important;
    padding-right:2rem!important
  }

  .b--xl\:u-py-4{
    padding-top:2rem!important;
    padding-bottom:2rem!important
  }

  .b--xl\:u-m-6{
    margin:3rem!important
  }

  .b--xl\:u-mt-6{
    margin-top:3rem!important
  }

  .b--xl\:u-mr-6{
    margin-right:3rem!important
  }

  .b--xl\:u-mb-6{
    margin-bottom:3rem!important
  }

  .b--xl\:u-ml-6{
    margin-left:3rem!important
  }

  .b--xl\:u-mx-6{
    margin-left:3rem!important;
    margin-right:3rem!important
  }

  .b--xl\:u-my-6{
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }

  .b--xl\:u-mn-6{
    margin:-3rem!important
  }

  .b--xl\:u-mtn-6{
    margin-top:-3rem!important
  }

  .b--xl\:u-mrn-6{
    margin-right:-3rem!important
  }

  .b--xl\:u-mbn-6{
    margin-bottom:-3rem!important
  }

  .b--xl\:u-mln-6{
    margin-left:-3rem!important
  }

  .b--xl\:u-mxn-6{
    margin-left:-3rem!important;
    margin-right:-3rem!important
  }

  .b--xl\:u-myn-6{
    margin-top:-3rem!important;
    margin-bottom:-3rem!important
  }

  .b--xl\:u-p-6{
    padding:3rem!important
  }

  .b--xl\:u-pt-6{
    padding-top:3rem!important
  }

  .b--xl\:u-pr-6{
    padding-right:3rem!important
  }

  .b--xl\:u-pb-6{
    padding-bottom:3rem!important
  }

  .b--xl\:u-pl-6{
    padding-left:3rem!important
  }

  .b--xl\:u-px-6{
    padding-left:3rem!important;
    padding-right:3rem!important
  }

  .b--xl\:u-py-6{
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }

  .b--xl\:u-m-8{
    margin:4rem!important
  }

  .b--xl\:u-mt-8{
    margin-top:4rem!important
  }

  .b--xl\:u-mr-8{
    margin-right:4rem!important
  }

  .b--xl\:u-mb-8{
    margin-bottom:4rem!important
  }

  .b--xl\:u-ml-8{
    margin-left:4rem!important
  }

  .b--xl\:u-mx-8{
    margin-left:4rem!important;
    margin-right:4rem!important
  }

  .b--xl\:u-my-8{
    margin-top:4rem!important;
    margin-bottom:4rem!important
  }

  .b--xl\:u-mn-8{
    margin:-4rem!important
  }

  .b--xl\:u-mtn-8{
    margin-top:-4rem!important
  }

  .b--xl\:u-mrn-8{
    margin-right:-4rem!important
  }

  .b--xl\:u-mbn-8{
    margin-bottom:-4rem!important
  }

  .b--xl\:u-mln-8{
    margin-left:-4rem!important
  }

  .b--xl\:u-mxn-8{
    margin-left:-4rem!important;
    margin-right:-4rem!important
  }

  .b--xl\:u-myn-8{
    margin-top:-4rem!important;
    margin-bottom:-4rem!important
  }

  .b--xl\:u-p-8{
    padding:4rem!important
  }

  .b--xl\:u-pt-8{
    padding-top:4rem!important
  }

  .b--xl\:u-pr-8{
    padding-right:4rem!important
  }

  .b--xl\:u-pb-8{
    padding-bottom:4rem!important
  }

  .b--xl\:u-pl-8{
    padding-left:4rem!important
  }

  .b--xl\:u-px-8{
    padding-left:4rem!important;
    padding-right:4rem!important
  }

  .b--xl\:u-py-8{
    padding-top:4rem!important;
    padding-bottom:4rem!important
  }

  .b--xl\:u-m-10{
    margin:5rem!important
  }

  .b--xl\:u-mt-10{
    margin-top:5rem!important
  }

  .b--xl\:u-mr-10{
    margin-right:5rem!important
  }

  .b--xl\:u-mb-10{
    margin-bottom:5rem!important
  }

  .b--xl\:u-ml-10{
    margin-left:5rem!important
  }

  .b--xl\:u-mx-10{
    margin-left:5rem!important;
    margin-right:5rem!important
  }

  .b--xl\:u-my-10{
    margin-top:5rem!important;
    margin-bottom:5rem!important
  }

  .b--xl\:u-mn-10{
    margin:-5rem!important
  }

  .b--xl\:u-mtn-10{
    margin-top:-5rem!important
  }

  .b--xl\:u-mrn-10{
    margin-right:-5rem!important
  }

  .b--xl\:u-mbn-10{
    margin-bottom:-5rem!important
  }

  .b--xl\:u-mln-10{
    margin-left:-5rem!important
  }

  .b--xl\:u-mxn-10{
    margin-left:-5rem!important;
    margin-right:-5rem!important
  }

  .b--xl\:u-myn-10{
    margin-top:-5rem!important;
    margin-bottom:-5rem!important
  }

  .b--xl\:u-p-10{
    padding:5rem!important
  }

  .b--xl\:u-pt-10{
    padding-top:5rem!important
  }

  .b--xl\:u-pr-10{
    padding-right:5rem!important
  }

  .b--xl\:u-pb-10{
    padding-bottom:5rem!important
  }

  .b--xl\:u-pl-10{
    padding-left:5rem!important
  }

  .b--xl\:u-px-10{
    padding-left:5rem!important;
    padding-right:5rem!important
  }

  .b--xl\:u-py-10{
    padding-top:5rem!important;
    padding-bottom:5rem!important
  }

  .b--xl\:u-m-12{
    margin:6rem!important
  }

  .b--xl\:u-mt-12{
    margin-top:6rem!important
  }

  .b--xl\:u-mr-12{
    margin-right:6rem!important
  }

  .b--xl\:u-mb-12{
    margin-bottom:6rem!important
  }

  .b--xl\:u-ml-12{
    margin-left:6rem!important
  }

  .b--xl\:u-mx-12{
    margin-left:6rem!important;
    margin-right:6rem!important
  }

  .b--xl\:u-my-12{
    margin-top:6rem!important;
    margin-bottom:6rem!important
  }

  .b--xl\:u-mn-12{
    margin:-6rem!important
  }

  .b--xl\:u-mtn-12{
    margin-top:-6rem!important
  }

  .b--xl\:u-mrn-12{
    margin-right:-6rem!important
  }

  .b--xl\:u-mbn-12{
    margin-bottom:-6rem!important
  }

  .b--xl\:u-mln-12{
    margin-left:-6rem!important
  }

  .b--xl\:u-mxn-12{
    margin-left:-6rem!important;
    margin-right:-6rem!important
  }

  .b--xl\:u-myn-12{
    margin-top:-6rem!important;
    margin-bottom:-6rem!important
  }

  .b--xl\:u-p-12{
    padding:6rem!important
  }

  .b--xl\:u-pt-12{
    padding-top:6rem!important
  }

  .b--xl\:u-pr-12{
    padding-right:6rem!important
  }

  .b--xl\:u-pb-12{
    padding-bottom:6rem!important
  }

  .b--xl\:u-pl-12{
    padding-left:6rem!important
  }

  .b--xl\:u-px-12{
    padding-left:6rem!important;
    padding-right:6rem!important
  }

  .b--xl\:u-py-12{
    padding-top:6rem!important;
    padding-bottom:6rem!important
  }

  .b--xl\:u-m-16{
    margin:8rem!important
  }

  .b--xl\:u-mt-16{
    margin-top:8rem!important
  }

  .b--xl\:u-mr-16{
    margin-right:8rem!important
  }

  .b--xl\:u-mb-16{
    margin-bottom:8rem!important
  }

  .b--xl\:u-ml-16{
    margin-left:8rem!important
  }

  .b--xl\:u-mx-16{
    margin-left:8rem!important;
    margin-right:8rem!important
  }

  .b--xl\:u-my-16{
    margin-top:8rem!important;
    margin-bottom:8rem!important
  }

  .b--xl\:u-mn-16{
    margin:-8rem!important
  }

  .b--xl\:u-mtn-16{
    margin-top:-8rem!important
  }

  .b--xl\:u-mrn-16{
    margin-right:-8rem!important
  }

  .b--xl\:u-mbn-16{
    margin-bottom:-8rem!important
  }

  .b--xl\:u-mln-16{
    margin-left:-8rem!important
  }

  .b--xl\:u-mxn-16{
    margin-left:-8rem!important;
    margin-right:-8rem!important
  }

  .b--xl\:u-myn-16{
    margin-top:-8rem!important;
    margin-bottom:-8rem!important
  }

  .b--xl\:u-p-16{
    padding:8rem!important
  }

  .b--xl\:u-pt-16{
    padding-top:8rem!important
  }

  .b--xl\:u-pr-16{
    padding-right:8rem!important
  }

  .b--xl\:u-pb-16{
    padding-bottom:8rem!important
  }

  .b--xl\:u-pl-16{
    padding-left:8rem!important
  }

  .b--xl\:u-px-16{
    padding-left:8rem!important;
    padding-right:8rem!important
  }

  .b--xl\:u-py-16{
    padding-top:8rem!important;
    padding-bottom:8rem!important
  }

  .b--xl\:u-m-20{
    margin:10rem!important
  }

  .b--xl\:u-mt-20{
    margin-top:10rem!important
  }

  .b--xl\:u-mr-20{
    margin-right:10rem!important
  }

  .b--xl\:u-mb-20{
    margin-bottom:10rem!important
  }

  .b--xl\:u-ml-20{
    margin-left:10rem!important
  }

  .b--xl\:u-mx-20{
    margin-left:10rem!important;
    margin-right:10rem!important
  }

  .b--xl\:u-my-20{
    margin-top:10rem!important;
    margin-bottom:10rem!important
  }

  .b--xl\:u-mn-20{
    margin:-10rem!important
  }

  .b--xl\:u-mtn-20{
    margin-top:-10rem!important
  }

  .b--xl\:u-mrn-20{
    margin-right:-10rem!important
  }

  .b--xl\:u-mbn-20{
    margin-bottom:-10rem!important
  }

  .b--xl\:u-mln-20{
    margin-left:-10rem!important
  }

  .b--xl\:u-mxn-20{
    margin-left:-10rem!important;
    margin-right:-10rem!important
  }

  .b--xl\:u-myn-20{
    margin-top:-10rem!important;
    margin-bottom:-10rem!important
  }

  .b--xl\:u-p-20{
    padding:10rem!important
  }

  .b--xl\:u-pt-20{
    padding-top:10rem!important
  }

  .b--xl\:u-pr-20{
    padding-right:10rem!important
  }

  .b--xl\:u-pb-20{
    padding-bottom:10rem!important
  }

  .b--xl\:u-pl-20{
    padding-left:10rem!important
  }

  .b--xl\:u-px-20{
    padding-left:10rem!important;
    padding-right:10rem!important
  }

  .b--xl\:u-py-20{
    padding-top:10rem!important;
    padding-bottom:10rem!important
  }

  .b--xl\:u-m-25{
    margin:12.5rem!important
  }

  .b--xl\:u-mt-25{
    margin-top:12.5rem!important
  }

  .b--xl\:u-mr-25{
    margin-right:12.5rem!important
  }

  .b--xl\:u-mb-25{
    margin-bottom:12.5rem!important
  }

  .b--xl\:u-ml-25{
    margin-left:12.5rem!important
  }

  .b--xl\:u-mx-25{
    margin-left:12.5rem!important;
    margin-right:12.5rem!important
  }

  .b--xl\:u-my-25{
    margin-top:12.5rem!important;
    margin-bottom:12.5rem!important
  }

  .b--xl\:u-mn-25{
    margin:-12.5rem!important
  }

  .b--xl\:u-mtn-25{
    margin-top:-12.5rem!important
  }

  .b--xl\:u-mrn-25{
    margin-right:-12.5rem!important
  }

  .b--xl\:u-mbn-25{
    margin-bottom:-12.5rem!important
  }

  .b--xl\:u-mln-25{
    margin-left:-12.5rem!important
  }

  .b--xl\:u-mxn-25{
    margin-left:-12.5rem!important;
    margin-right:-12.5rem!important
  }

  .b--xl\:u-myn-25{
    margin-top:-12.5rem!important;
    margin-bottom:-12.5rem!important
  }

  .b--xl\:u-p-25{
    padding:12.5rem!important
  }

  .b--xl\:u-pt-25{
    padding-top:12.5rem!important
  }

  .b--xl\:u-pr-25{
    padding-right:12.5rem!important
  }

  .b--xl\:u-pb-25{
    padding-bottom:12.5rem!important
  }

  .b--xl\:u-pl-25{
    padding-left:12.5rem!important
  }

  .b--xl\:u-px-25{
    padding-left:12.5rem!important;
    padding-right:12.5rem!important
  }

  .b--xl\:u-py-25{
    padding-top:12.5rem!important;
    padding-bottom:12.5rem!important
  }

  .b--xl\:u-m-30{
    margin:15rem!important
  }

  .b--xl\:u-mt-30{
    margin-top:15rem!important
  }

  .b--xl\:u-mr-30{
    margin-right:15rem!important
  }

  .b--xl\:u-mb-30{
    margin-bottom:15rem!important
  }

  .b--xl\:u-ml-30{
    margin-left:15rem!important
  }

  .b--xl\:u-mx-30{
    margin-left:15rem!important;
    margin-right:15rem!important
  }

  .b--xl\:u-my-30{
    margin-top:15rem!important;
    margin-bottom:15rem!important
  }

  .b--xl\:u-mn-30{
    margin:-15rem!important
  }

  .b--xl\:u-mtn-30{
    margin-top:-15rem!important
  }

  .b--xl\:u-mrn-30{
    margin-right:-15rem!important
  }

  .b--xl\:u-mbn-30{
    margin-bottom:-15rem!important
  }

  .b--xl\:u-mln-30{
    margin-left:-15rem!important
  }

  .b--xl\:u-mxn-30{
    margin-left:-15rem!important;
    margin-right:-15rem!important
  }

  .b--xl\:u-myn-30{
    margin-top:-15rem!important;
    margin-bottom:-15rem!important
  }

  .b--xl\:u-p-30{
    padding:15rem!important
  }

  .b--xl\:u-pt-30{
    padding-top:15rem!important
  }

  .b--xl\:u-pr-30{
    padding-right:15rem!important
  }

  .b--xl\:u-pb-30{
    padding-bottom:15rem!important
  }

  .b--xl\:u-pl-30{
    padding-left:15rem!important
  }

  .b--xl\:u-px-30{
    padding-left:15rem!important;
    padding-right:15rem!important
  }

  .b--xl\:u-py-30{
    padding-top:15rem!important;
    padding-bottom:15rem!important
  }
}

.b--u-text-7xl{
  font-size:var(--font-size-7xl);
  font-weight:bold;
  line-height:1.0625;
  letter-spacing:-2px
}

.b--u-text-6xl{
  font-size:var(--font-size-6xl);
  font-weight:bold;
  line-height:1.046875;
  letter-spacing:-2px
}

.b--u-text-5xl{
  font-size:var(--font-size-5xl);
  font-weight:bold;
  line-height:1.08333333;
  letter-spacing:-2px
}

.b--u-text-4xl{
  font-size:var(--font-size-4xl);
  font-weight:bold;
  line-height:1.02777778;
  letter-spacing:-2px
}

.b--u-text-3xl{
  font-size:var(--font-size-3xl);
  font-weight:bold;
  line-height:1.10714286;
  letter-spacing:-2px
}

.b--u-text-2xl{
  font-size:var(--font-size-2xl);
  font-weight:bold;
  line-height:1.15;
  letter-spacing:-.5px
}

.b--u-text-xl{
  font-size:var(--font-size-xl);
  font-weight:bold;
  line-height:1.125;
  letter-spacing:-.4px
}

.b--u-text-lg{
  font-size:var(--font-size-lg);
  font-weight:normal;
  line-height:1.333;
  letter-spacing:-.1px
}

.b--u-text-base{
  font-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556
}

.b--u-text-sm{
  font-size:var(--font-size-sm);
  font-weight:normal;
  line-height:1.5
}

.b--u-text-xs{
  font-size:var(--font-size-xs);
  font-weight:normal;
  line-height:1.28571429
}

.b--u-text-2xs{
  font-size:var(--font-size-2xs);
  font-weight:normal;
  line-height:1.333
}

.b--u-text-static{
  --font-size-7xl: var(--font-size-7xl-static);
  --font-size-6xl: var(--font-size-6xl-static);
  --font-size-5xl: var(--font-size-5xl-static);
  --font-size-4xl: var(--font-size-4xl-static);
  --font-size-3xl: var(--font-size-3xl-static);
  --font-size-2xl: var(--font-size-2xl-static);
  --font-size-xl: var(--font-size-xl-static);
  --font-size-lg: var(--font-size-lg-static)
}

.b--u-text-caps{
  text-transform:uppercase;
  letter-spacing:.1em
}

.b--u-text-bold{
  font-weight:500
}

.b--u-text-bold.b--u-text-lg{
  font-weight:700
}

@custom-media --breakpoint-sm (min-width: 36rem);

@custom-media --breakpoint-md (min-width: 48rem);

@custom-media --breakpoint-lg (min-width: 64rem);

@custom-media --breakpoint-xl (min-width: 75rem);

body{
  --color-white: #ffffff;
  --color-black: #1B1B20;
  --color-black-25: #FCFCFC;
  --color-black-50: #F6F6F7;
  --color-black-75: #EEEEEF;
  --color-black-100: #E2E2E4;
  --color-black-150: #C9C9CD;
  --color-black-200: #ABABB1;
  --color-black-300: #8D8D95;
  --color-black-400: #767680;
  --color-black-500: #62626D;
  --color-black-600: #4E4E58;
  --color-black-700: #3B3B43;
  --color-black-800: #29292F;
  --color-black-900: #1B1B20;
  --color-black-950: #131317;
  --color-blue-50: #F4FAFF;
  --color-blue-100: #DAEDFF;
  --color-blue-200: #9DCEFF;
  --color-blue-300: #68AFFF;
  --color-blue-400: #328DFF;
  --color-blue-500: #0066FF;
  --color-blue-600: #0059E1;
  --color-blue-700: #004BC2;
  --color-blue-800: #003FA4;
  --color-blue-900: #003288;
  --color-yellow-50: #FFF9ED;
  --color-yellow-100: #FFE9BC;
  --color-yellow-200: #FEDC89;
  --color-yellow-300: #FED65E;
  --color-yellow-400: #FFD000;
  --color-yellow-500: #F3C600;
  --color-yellow-600: #E8BB00;
  --color-yellow-700: #C9A100;
  --color-yellow-800: #755B00;
  --color-yellow-900: #493700;
  --color-orange-50: #FFF8F7;
  --color-orange-100: #FFE5E3;
  --color-orange-200: #FFB8AF;
  --color-orange-300: #FF8A77;
  --color-orange-400: #FF5100;
  --color-orange-500: #D54300;
  --color-orange-600: #B43700;
  --color-orange-700: #9C2E00;
  --color-orange-800: #842600;
  --color-orange-900: #6C1D00;
  --color-red-50: #FFF8F8;
  --color-red-100: #FFE5E5;
  --color-red-200: #FFB7B7;
  --color-red-300: #FF8889;
  --color-red-400: #FF4C4D;
  --color-red-500: #EE0007;
  --color-red-600: #CA0005;
  --color-red-700: #AE0003;
  --color-red-800: #930002;
  --color-red-900: #790002;
  --color-purple-50: #FAF8FF;
  --color-purple-100: #EEE8FF;
  --color-purple-200: #D1C0FF;
  --color-purple-300: #B99AFF;
  --color-purple-400: #A372FF;
  --color-purple-500: #9146FF;
  --color-purple-600: #8609FF;
  --color-purple-700: #7400DF;
  --color-purple-800: #6100BD;
  --color-purple-900: #50009C;
  --color-green-50: #F3FCF4;
  --color-green-100: #D1F4D5;
  --color-green-200: #7EDD92;
  --color-green-300: #00C057;
  --color-green-400: #00A449;
  --color-green-500: #00893C;
  --color-green-600: #007331;
  --color-green-700: #006329;
  --color-green-800: #005321;
  --color-green-900: #00431A
}

body{
  --font-size-7xl: max(3.5rem, min(calc(3.5rem + (10 - 3.5) * ((100vw - 36rem) / (85 - 36))), 10rem));
  --font-size-7xl-static: 10rem;
  --font-size-6xl: max(3rem, min(calc(3rem + (8 - 3) * ((100vw - 36rem) / (85 - 36))), 8rem));
  --font-size-6xl-static: 8rem;
  --font-size-5xl: max(2.625rem, min(calc(2.625rem + (6 - 2.625) * ((100vw - 36rem) / (85 - 36))), 6rem));
  --font-size-5xl-static: 6rem;
  --font-size-4xl: max(2.25rem, min(calc(2.25rem + (4.5 - 2.25) * ((100vw - 36rem) / (85 - 36))), 4.5rem));
  --font-size-4xl-static: 4.5rem;
  --font-size-3xl: max(2rem, min(calc(2rem + (3.5 - 2) * ((100vw - 36rem) / (85 - 36))), 3.5rem));
  --font-size-3xl-static: 3.5rem;
  --font-size-2xl: max(1.75rem, min(calc(1.75rem + (2.5 - 1.75) * ((100vw - 36rem) / (85 - 36))), 2.5rem));
  --font-size-2xl-static: 2.5rem;
  --font-size-xl: max(1.5rem, min(calc(1.5rem + (2 - 1.5) * ((100vw - 36rem) / (85 - 36))), 2rem));
  --font-size-xl-static: 2rem;
  --font-size-lg: max(1.25rem, min(calc(1.25rem + (1.5 - 1.25) * ((100vw - 36rem) / (85 - 36))), 1.5rem));
  --font-size-lg-static: 1.5rem;
  --font-size-base: 1.125rem;
  --font-size-sm: 1rem;
  --font-size-xs: .875rem;
  --font-size-2xs: .75rem;
  --font-size-breakpoint-min: 36rem;
  --font-size-breakpoint-max: 85rem
}

*,:after,:before{
  border:0 solid var(--color-black-100)
}

body{
  font-family:Colfax,colfax-web,Proxima Nova,Open Sans,Gill Sans MT,Gill Sans,Corbel,Arial,sans-serif;
  color:var(--color-black);
  font-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556
}

::-moz-selection{
  background:var(--color-yellow-400);
  color:var(--color-black)
}

::selection{
  background:var(--color-yellow-400);
  color:var(--color-black)
}

.o-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));
  grid-gap:2rem
}

.o-grid--1{
  grid-template-columns:repeat(1,minmax(0,1fr))
}

.o-grid--2{
  grid-template-columns:repeat(2,minmax(0,1fr))
}

.o-grid--3{
  grid-template-columns:repeat(3,minmax(0,1fr))
}

.o-grid--4{
  grid-template-columns:repeat(4,minmax(0,1fr))
}

.o-grid--5{
  grid-template-columns:repeat(5,minmax(0,1fr))
}

.o-grid--6{
  grid-template-columns:repeat(6,minmax(0,1fr))
}

.o-grid--7{
  grid-template-columns:repeat(7,minmax(0,1fr))
}

.o-grid--8{
  grid-template-columns:repeat(8,minmax(0,1fr))
}

.o-grid--9{
  grid-template-columns:repeat(9,minmax(0,1fr))
}

.o-grid--10{
  grid-template-columns:repeat(10,minmax(0,1fr))
}

.o-grid--11{
  grid-template-columns:repeat(11,minmax(0,1fr))
}

.o-grid--12{
  grid-template-columns:repeat(12,minmax(0,1fr))
}

.o-grid--gap-0{
  gap:0rem
}

.o-grid--gap-2{
  gap:1rem
}

.o-grid--gap-4{
  gap:2rem
}

.o-grid--gap-6{
  gap:3rem
}

.o-grid--gap-8{
  gap:4rem
}

.o-grid--gap-10{
  gap:5rem
}

.o-grid--gap-12{
  gap:6rem
}

.o-grid--gap-x-0{
  -moz-column-gap:0rem;
  column-gap:0rem
}

.o-grid--gap-y-0{
  row-gap:0rem
}

.o-grid--gap-x-2{
  -moz-column-gap:1rem;
  column-gap:1rem
}

.o-grid--gap-y-2{
  row-gap:1rem
}

.o-grid--gap-x-4{
  -moz-column-gap:2rem;
  column-gap:2rem
}

.o-grid--gap-y-4{
  row-gap:2rem
}

.o-grid--gap-x-6{
  -moz-column-gap:3rem;
  column-gap:3rem
}

.o-grid--gap-y-6{
  row-gap:3rem
}

.o-grid--gap-x-8{
  -moz-column-gap:4rem;
  column-gap:4rem
}

.o-grid--gap-y-8{
  row-gap:4rem
}

.o-grid--gap-x-10{
  -moz-column-gap:5rem;
  column-gap:5rem
}

.o-grid--gap-y-10{
  row-gap:5rem
}

.o-grid--gap-x-12{
  -moz-column-gap:6rem;
  column-gap:6rem
}

.o-grid--gap-y-12{
  row-gap:6rem
}

@media (min-width: 36rem){
  .sm\:o-grid--1{
    grid-template-columns:repeat(1,minmax(0,1fr))
  }

  .sm\:o-grid--2{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .sm\:o-grid--3{
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .sm\:o-grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr))
  }

  .sm\:o-grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr))
  }

  .sm\:o-grid--6{
    grid-template-columns:repeat(6,minmax(0,1fr))
  }

  .sm\:o-grid--7{
    grid-template-columns:repeat(7,minmax(0,1fr))
  }

  .sm\:o-grid--8{
    grid-template-columns:repeat(8,minmax(0,1fr))
  }

  .sm\:o-grid--9{
    grid-template-columns:repeat(9,minmax(0,1fr))
  }

  .sm\:o-grid--10{
    grid-template-columns:repeat(10,minmax(0,1fr))
  }

  .sm\:o-grid--11{
    grid-template-columns:repeat(11,minmax(0,1fr))
  }

  .sm\:o-grid--12{
    grid-template-columns:repeat(12,minmax(0,1fr))
  }

  .sm\:o-grid--gap-0{
    gap:0rem
  }

  .sm\:o-grid--gap-2{
    gap:1rem
  }

  .sm\:o-grid--gap-4{
    gap:2rem
  }

  .sm\:o-grid--gap-6{
    gap:3rem
  }

  .sm\:o-grid--gap-8{
    gap:4rem
  }

  .sm\:o-grid--gap-10{
    gap:5rem
  }

  .sm\:o-grid--gap-12{
    gap:6rem
  }

  .sm\:o-grid--gap-x-0{
    -moz-column-gap:0rem;
    column-gap:0rem
  }

  .sm\:o-grid--gap-y-0{
    row-gap:0rem
  }

  .sm\:o-grid--gap-x-2{
    -moz-column-gap:1rem;
    column-gap:1rem
  }

  .sm\:o-grid--gap-y-2{
    row-gap:1rem
  }

  .sm\:o-grid--gap-x-4{
    -moz-column-gap:2rem;
    column-gap:2rem
  }

  .sm\:o-grid--gap-y-4{
    row-gap:2rem
  }

  .sm\:o-grid--gap-x-6{
    -moz-column-gap:3rem;
    column-gap:3rem
  }

  .sm\:o-grid--gap-y-6{
    row-gap:3rem
  }

  .sm\:o-grid--gap-x-8{
    -moz-column-gap:4rem;
    column-gap:4rem
  }

  .sm\:o-grid--gap-y-8{
    row-gap:4rem
  }

  .sm\:o-grid--gap-x-10{
    -moz-column-gap:5rem;
    column-gap:5rem
  }

  .sm\:o-grid--gap-y-10{
    row-gap:5rem
  }

  .sm\:o-grid--gap-x-12{
    -moz-column-gap:6rem;
    column-gap:6rem
  }

  .sm\:o-grid--gap-y-12{
    row-gap:6rem
  }
}

@media (min-width: 48rem){
  .md\:o-grid--1{
    grid-template-columns:repeat(1,minmax(0,1fr))
  }

  .md\:o-grid--2{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .md\:o-grid--3{
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .md\:o-grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr))
  }

  .md\:o-grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr))
  }

  .md\:o-grid--6{
    grid-template-columns:repeat(6,minmax(0,1fr))
  }

  .md\:o-grid--7{
    grid-template-columns:repeat(7,minmax(0,1fr))
  }

  .md\:o-grid--8{
    grid-template-columns:repeat(8,minmax(0,1fr))
  }

  .md\:o-grid--9{
    grid-template-columns:repeat(9,minmax(0,1fr))
  }

  .md\:o-grid--10{
    grid-template-columns:repeat(10,minmax(0,1fr))
  }

  .md\:o-grid--11{
    grid-template-columns:repeat(11,minmax(0,1fr))
  }

  .md\:o-grid--12{
    grid-template-columns:repeat(12,minmax(0,1fr))
  }

  .md\:o-grid--gap-0{
    gap:0rem
  }

  .md\:o-grid--gap-2{
    gap:1rem
  }

  .md\:o-grid--gap-4{
    gap:2rem
  }

  .md\:o-grid--gap-6{
    gap:3rem
  }

  .md\:o-grid--gap-8{
    gap:4rem
  }

  .md\:o-grid--gap-10{
    gap:5rem
  }

  .md\:o-grid--gap-12{
    gap:6rem
  }

  .md\:o-grid--gap-x-0{
    -moz-column-gap:0rem;
    column-gap:0rem
  }

  .md\:o-grid--gap-y-0{
    row-gap:0rem
  }

  .md\:o-grid--gap-x-2{
    -moz-column-gap:1rem;
    column-gap:1rem
  }

  .md\:o-grid--gap-y-2{
    row-gap:1rem
  }

  .md\:o-grid--gap-x-4{
    -moz-column-gap:2rem;
    column-gap:2rem
  }

  .md\:o-grid--gap-y-4{
    row-gap:2rem
  }

  .md\:o-grid--gap-x-6{
    -moz-column-gap:3rem;
    column-gap:3rem
  }

  .md\:o-grid--gap-y-6{
    row-gap:3rem
  }

  .md\:o-grid--gap-x-8{
    -moz-column-gap:4rem;
    column-gap:4rem
  }

  .md\:o-grid--gap-y-8{
    row-gap:4rem
  }

  .md\:o-grid--gap-x-10{
    -moz-column-gap:5rem;
    column-gap:5rem
  }

  .md\:o-grid--gap-y-10{
    row-gap:5rem
  }

  .md\:o-grid--gap-x-12{
    -moz-column-gap:6rem;
    column-gap:6rem
  }

  .md\:o-grid--gap-y-12{
    row-gap:6rem
  }
}

@media (min-width: 64rem){
  .lg\:o-grid--1{
    grid-template-columns:repeat(1,minmax(0,1fr))
  }

  .lg\:o-grid--2{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .lg\:o-grid--3{
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .lg\:o-grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr))
  }

  .lg\:o-grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr))
  }

  .lg\:o-grid--6{
    grid-template-columns:repeat(6,minmax(0,1fr))
  }

  .lg\:o-grid--7{
    grid-template-columns:repeat(7,minmax(0,1fr))
  }

  .lg\:o-grid--8{
    grid-template-columns:repeat(8,minmax(0,1fr))
  }

  .lg\:o-grid--9{
    grid-template-columns:repeat(9,minmax(0,1fr))
  }

  .lg\:o-grid--10{
    grid-template-columns:repeat(10,minmax(0,1fr))
  }

  .lg\:o-grid--11{
    grid-template-columns:repeat(11,minmax(0,1fr))
  }

  .lg\:o-grid--12{
    grid-template-columns:repeat(12,minmax(0,1fr))
  }

  .lg\:o-grid--gap-0{
    gap:0rem
  }

  .lg\:o-grid--gap-2{
    gap:1rem
  }

  .lg\:o-grid--gap-4{
    gap:2rem
  }

  .lg\:o-grid--gap-6{
    gap:3rem
  }

  .lg\:o-grid--gap-8{
    gap:4rem
  }

  .lg\:o-grid--gap-10{
    gap:5rem
  }

  .lg\:o-grid--gap-12{
    gap:6rem
  }

  .lg\:o-grid--gap-x-0{
    -moz-column-gap:0rem;
    column-gap:0rem
  }

  .lg\:o-grid--gap-y-0{
    row-gap:0rem
  }

  .lg\:o-grid--gap-x-2{
    -moz-column-gap:1rem;
    column-gap:1rem
  }

  .lg\:o-grid--gap-y-2{
    row-gap:1rem
  }

  .lg\:o-grid--gap-x-4{
    -moz-column-gap:2rem;
    column-gap:2rem
  }

  .lg\:o-grid--gap-y-4{
    row-gap:2rem
  }

  .lg\:o-grid--gap-x-6{
    -moz-column-gap:3rem;
    column-gap:3rem
  }

  .lg\:o-grid--gap-y-6{
    row-gap:3rem
  }

  .lg\:o-grid--gap-x-8{
    -moz-column-gap:4rem;
    column-gap:4rem
  }

  .lg\:o-grid--gap-y-8{
    row-gap:4rem
  }

  .lg\:o-grid--gap-x-10{
    -moz-column-gap:5rem;
    column-gap:5rem
  }

  .lg\:o-grid--gap-y-10{
    row-gap:5rem
  }

  .lg\:o-grid--gap-x-12{
    -moz-column-gap:6rem;
    column-gap:6rem
  }

  .lg\:o-grid--gap-y-12{
    row-gap:6rem
  }
}

@media (min-width: 75rem){
  .xl\:o-grid--1{
    grid-template-columns:repeat(1,minmax(0,1fr))
  }

  .xl\:o-grid--2{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .xl\:o-grid--3{
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .xl\:o-grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr))
  }

  .xl\:o-grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr))
  }

  .xl\:o-grid--6{
    grid-template-columns:repeat(6,minmax(0,1fr))
  }

  .xl\:o-grid--7{
    grid-template-columns:repeat(7,minmax(0,1fr))
  }

  .xl\:o-grid--8{
    grid-template-columns:repeat(8,minmax(0,1fr))
  }

  .xl\:o-grid--9{
    grid-template-columns:repeat(9,minmax(0,1fr))
  }

  .xl\:o-grid--10{
    grid-template-columns:repeat(10,minmax(0,1fr))
  }

  .xl\:o-grid--11{
    grid-template-columns:repeat(11,minmax(0,1fr))
  }

  .xl\:o-grid--12{
    grid-template-columns:repeat(12,minmax(0,1fr))
  }

  .xl\:o-grid--gap-0{
    gap:0rem
  }

  .xl\:o-grid--gap-2{
    gap:1rem
  }

  .xl\:o-grid--gap-4{
    gap:2rem
  }

  .xl\:o-grid--gap-6{
    gap:3rem
  }

  .xl\:o-grid--gap-8{
    gap:4rem
  }

  .xl\:o-grid--gap-10{
    gap:5rem
  }

  .xl\:o-grid--gap-12{
    gap:6rem
  }

  .xl\:o-grid--gap-x-0{
    -moz-column-gap:0rem;
    column-gap:0rem
  }

  .xl\:o-grid--gap-y-0{
    row-gap:0rem
  }

  .xl\:o-grid--gap-x-2{
    -moz-column-gap:1rem;
    column-gap:1rem
  }

  .xl\:o-grid--gap-y-2{
    row-gap:1rem
  }

  .xl\:o-grid--gap-x-4{
    -moz-column-gap:2rem;
    column-gap:2rem
  }

  .xl\:o-grid--gap-y-4{
    row-gap:2rem
  }

  .xl\:o-grid--gap-x-6{
    -moz-column-gap:3rem;
    column-gap:3rem
  }

  .xl\:o-grid--gap-y-6{
    row-gap:3rem
  }

  .xl\:o-grid--gap-x-8{
    -moz-column-gap:4rem;
    column-gap:4rem
  }

  .xl\:o-grid--gap-y-8{
    row-gap:4rem
  }

  .xl\:o-grid--gap-x-10{
    -moz-column-gap:5rem;
    column-gap:5rem
  }

  .xl\:o-grid--gap-y-10{
    row-gap:5rem
  }

  .xl\:o-grid--gap-x-12{
    -moz-column-gap:6rem;
    column-gap:6rem
  }

  .xl\:o-grid--gap-y-12{
    row-gap:6rem
  }
}

.u-text-blue-50{
  color:var(--color-blue-50)!important
}

.u-bg-blue-50{
  background-color:var(--color-blue-50)!important
}

.u-border-blue-50{
  border-color:var(--color-blue-50)!important
}

.u-text-blue-100{
  color:var(--color-blue-100)!important
}

.u-bg-blue-100{
  background-color:var(--color-blue-100)!important
}

.u-border-blue-100{
  border-color:var(--color-blue-100)!important
}

.u-text-blue-200{
  color:var(--color-blue-200)!important
}

.u-bg-blue-200{
  background-color:var(--color-blue-200)!important
}

.u-border-blue-200{
  border-color:var(--color-blue-200)!important
}

.u-text-blue-300{
  color:var(--color-blue-300)!important
}

.u-bg-blue-300{
  background-color:var(--color-blue-300)!important
}

.u-border-blue-300{
  border-color:var(--color-blue-300)!important
}

.u-text-blue-400{
  color:var(--color-blue-400)!important
}

.u-bg-blue-400{
  background-color:var(--color-blue-400)!important
}

.u-border-blue-400{
  border-color:var(--color-blue-400)!important
}

.u-text-blue-500{
  color:var(--color-blue-500)!important
}

.u-bg-blue-500{
  background-color:var(--color-blue-500)!important
}

.u-border-blue-500{
  border-color:var(--color-blue-500)!important
}

.u-text-blue-600{
  color:var(--color-blue-600)!important
}

.u-bg-blue-600{
  background-color:var(--color-blue-600)!important
}

.u-border-blue-600{
  border-color:var(--color-blue-600)!important
}

.u-text-blue-700{
  color:var(--color-blue-700)!important
}

.u-bg-blue-700{
  background-color:var(--color-blue-700)!important
}

.u-border-blue-700{
  border-color:var(--color-blue-700)!important
}

.u-text-blue-800{
  color:var(--color-blue-800)!important
}

.u-bg-blue-800{
  background-color:var(--color-blue-800)!important
}

.u-border-blue-800{
  border-color:var(--color-blue-800)!important
}

.u-text-blue-900{
  color:var(--color-blue-900)!important
}

.u-bg-blue-900{
  background-color:var(--color-blue-900)!important
}

.u-border-blue-900{
  border-color:var(--color-blue-900)!important
}

.u-text-yellow-50{
  color:var(--color-yellow-50)!important
}

.u-bg-yellow-50{
  background-color:var(--color-yellow-50)!important
}

.u-border-yellow-50{
  border-color:var(--color-yellow-50)!important
}

.u-text-yellow-100{
  color:var(--color-yellow-100)!important
}

.u-bg-yellow-100{
  background-color:var(--color-yellow-100)!important
}

.u-border-yellow-100{
  border-color:var(--color-yellow-100)!important
}

.u-text-yellow-200{
  color:var(--color-yellow-200)!important
}

.u-bg-yellow-200{
  background-color:var(--color-yellow-200)!important
}

.u-border-yellow-200{
  border-color:var(--color-yellow-200)!important
}

.u-text-yellow-300{
  color:var(--color-yellow-300)!important
}

.u-bg-yellow-300{
  background-color:var(--color-yellow-300)!important
}

.u-border-yellow-300{
  border-color:var(--color-yellow-300)!important
}

.u-text-yellow-400{
  color:var(--color-yellow-400)!important
}

.u-bg-yellow-400{
  background-color:var(--color-yellow-400)!important
}

.u-border-yellow-400{
  border-color:var(--color-yellow-400)!important
}

.u-text-yellow-500{
  color:var(--color-yellow-500)!important
}

.u-bg-yellow-500{
  background-color:var(--color-yellow-500)!important
}

.u-border-yellow-500{
  border-color:var(--color-yellow-500)!important
}

.u-text-yellow-600{
  color:var(--color-yellow-600)!important
}

.u-bg-yellow-600{
  background-color:var(--color-yellow-600)!important
}

.u-border-yellow-600{
  border-color:var(--color-yellow-600)!important
}

.u-text-yellow-700{
  color:var(--color-yellow-700)!important
}

.u-bg-yellow-700{
  background-color:var(--color-yellow-700)!important
}

.u-border-yellow-700{
  border-color:var(--color-yellow-700)!important
}

.u-text-yellow-800{
  color:var(--color-yellow-800)!important
}

.u-bg-yellow-800{
  background-color:var(--color-yellow-800)!important
}

.u-border-yellow-800{
  border-color:var(--color-yellow-800)!important
}

.u-text-yellow-900{
  color:var(--color-yellow-900)!important
}

.u-bg-yellow-900{
  background-color:var(--color-yellow-900)!important
}

.u-border-yellow-900{
  border-color:var(--color-yellow-900)!important
}

.u-text-orange-50{
  color:var(--color-orange-50)!important
}

.u-bg-orange-50{
  background-color:var(--color-orange-50)!important
}

.u-border-orange-50{
  border-color:var(--color-orange-50)!important
}

.u-text-orange-100{
  color:var(--color-orange-100)!important
}

.u-bg-orange-100{
  background-color:var(--color-orange-100)!important
}

.u-border-orange-100{
  border-color:var(--color-orange-100)!important
}

.u-text-orange-200{
  color:var(--color-orange-200)!important
}

.u-bg-orange-200{
  background-color:var(--color-orange-200)!important
}

.u-border-orange-200{
  border-color:var(--color-orange-200)!important
}

.u-text-orange-300{
  color:var(--color-orange-300)!important
}

.u-bg-orange-300{
  background-color:var(--color-orange-300)!important
}

.u-border-orange-300{
  border-color:var(--color-orange-300)!important
}

.u-text-orange-400{
  color:var(--color-orange-400)!important
}

.u-bg-orange-400{
  background-color:var(--color-orange-400)!important
}

.u-border-orange-400{
  border-color:var(--color-orange-400)!important
}

.u-text-orange-500{
  color:var(--color-orange-500)!important
}

.u-bg-orange-500{
  background-color:var(--color-orange-500)!important
}

.u-border-orange-500{
  border-color:var(--color-orange-500)!important
}

.u-text-orange-600{
  color:var(--color-orange-600)!important
}

.u-bg-orange-600{
  background-color:var(--color-orange-600)!important
}

.u-border-orange-600{
  border-color:var(--color-orange-600)!important
}

.u-text-orange-700{
  color:var(--color-orange-700)!important
}

.u-bg-orange-700{
  background-color:var(--color-orange-700)!important
}

.u-border-orange-700{
  border-color:var(--color-orange-700)!important
}

.u-text-orange-800{
  color:var(--color-orange-800)!important
}

.u-bg-orange-800{
  background-color:var(--color-orange-800)!important
}

.u-border-orange-800{
  border-color:var(--color-orange-800)!important
}

.u-text-orange-900{
  color:var(--color-orange-900)!important
}

.u-bg-orange-900{
  background-color:var(--color-orange-900)!important
}

.u-border-orange-900{
  border-color:var(--color-orange-900)!important
}

.u-text-red-50{
  color:var(--color-red-50)!important
}

.u-bg-red-50{
  background-color:var(--color-red-50)!important
}

.u-border-red-50{
  border-color:var(--color-red-50)!important
}

.u-text-red-100{
  color:var(--color-red-100)!important
}

.u-bg-red-100{
  background-color:var(--color-red-100)!important
}

.u-border-red-100{
  border-color:var(--color-red-100)!important
}

.u-text-red-200{
  color:var(--color-red-200)!important
}

.u-bg-red-200{
  background-color:var(--color-red-200)!important
}

.u-border-red-200{
  border-color:var(--color-red-200)!important
}

.u-text-red-300{
  color:var(--color-red-300)!important
}

.u-bg-red-300{
  background-color:var(--color-red-300)!important
}

.u-border-red-300{
  border-color:var(--color-red-300)!important
}

.u-text-red-400{
  color:var(--color-red-400)!important
}

.u-bg-red-400{
  background-color:var(--color-red-400)!important
}

.u-border-red-400{
  border-color:var(--color-red-400)!important
}

.u-text-red-500{
  color:var(--color-red-500)!important
}

.u-bg-red-500{
  background-color:var(--color-red-500)!important
}

.u-border-red-500{
  border-color:var(--color-red-500)!important
}

.u-text-red-600{
  color:var(--color-red-600)!important
}

.u-bg-red-600{
  background-color:var(--color-red-600)!important
}

.u-border-red-600{
  border-color:var(--color-red-600)!important
}

.u-text-red-700{
  color:var(--color-red-700)!important
}

.u-bg-red-700{
  background-color:var(--color-red-700)!important
}

.u-border-red-700{
  border-color:var(--color-red-700)!important
}

.u-text-red-800{
  color:var(--color-red-800)!important
}

.u-bg-red-800{
  background-color:var(--color-red-800)!important
}

.u-border-red-800{
  border-color:var(--color-red-800)!important
}

.u-text-red-900{
  color:var(--color-red-900)!important
}

.u-bg-red-900{
  background-color:var(--color-red-900)!important
}

.u-border-red-900{
  border-color:var(--color-red-900)!important
}

.u-text-purple-50{
  color:var(--color-purple-50)!important
}

.u-bg-purple-50{
  background-color:var(--color-purple-50)!important
}

.u-border-purple-50{
  border-color:var(--color-purple-50)!important
}

.u-text-purple-100{
  color:var(--color-purple-100)!important
}

.u-bg-purple-100{
  background-color:var(--color-purple-100)!important
}

.u-border-purple-100{
  border-color:var(--color-purple-100)!important
}

.u-text-purple-200{
  color:var(--color-purple-200)!important
}

.u-bg-purple-200{
  background-color:var(--color-purple-200)!important
}

.u-border-purple-200{
  border-color:var(--color-purple-200)!important
}

.u-text-purple-300{
  color:var(--color-purple-300)!important
}

.u-bg-purple-300{
  background-color:var(--color-purple-300)!important
}

.u-border-purple-300{
  border-color:var(--color-purple-300)!important
}

.u-text-purple-400{
  color:var(--color-purple-400)!important
}

.u-bg-purple-400{
  background-color:var(--color-purple-400)!important
}

.u-border-purple-400{
  border-color:var(--color-purple-400)!important
}

.u-text-purple-500{
  color:var(--color-purple-500)!important
}

.u-bg-purple-500{
  background-color:var(--color-purple-500)!important
}

.u-border-purple-500{
  border-color:var(--color-purple-500)!important
}

.u-text-purple-600{
  color:var(--color-purple-600)!important
}

.u-bg-purple-600{
  background-color:var(--color-purple-600)!important
}

.u-border-purple-600{
  border-color:var(--color-purple-600)!important
}

.u-text-purple-700{
  color:var(--color-purple-700)!important
}

.u-bg-purple-700{
  background-color:var(--color-purple-700)!important
}

.u-border-purple-700{
  border-color:var(--color-purple-700)!important
}

.u-text-purple-800{
  color:var(--color-purple-800)!important
}

.u-bg-purple-800{
  background-color:var(--color-purple-800)!important
}

.u-border-purple-800{
  border-color:var(--color-purple-800)!important
}

.u-text-purple-900{
  color:var(--color-purple-900)!important
}

.u-bg-purple-900{
  background-color:var(--color-purple-900)!important
}

.u-border-purple-900{
  border-color:var(--color-purple-900)!important
}

.u-text-green-50{
  color:var(--color-green-50)!important
}

.u-bg-green-50{
  background-color:var(--color-green-50)!important
}

.u-border-green-50{
  border-color:var(--color-green-50)!important
}

.u-text-green-100{
  color:var(--color-green-100)!important
}

.u-bg-green-100{
  background-color:var(--color-green-100)!important
}

.u-border-green-100{
  border-color:var(--color-green-100)!important
}

.u-text-green-200{
  color:var(--color-green-200)!important
}

.u-bg-green-200{
  background-color:var(--color-green-200)!important
}

.u-border-green-200{
  border-color:var(--color-green-200)!important
}

.u-text-green-300{
  color:var(--color-green-300)!important
}

.u-bg-green-300{
  background-color:var(--color-green-300)!important
}

.u-border-green-300{
  border-color:var(--color-green-300)!important
}

.u-text-green-400{
  color:var(--color-green-400)!important
}

.u-bg-green-400{
  background-color:var(--color-green-400)!important
}

.u-border-green-400{
  border-color:var(--color-green-400)!important
}

.u-text-green-500{
  color:var(--color-green-500)!important
}

.u-bg-green-500{
  background-color:var(--color-green-500)!important
}

.u-border-green-500{
  border-color:var(--color-green-500)!important
}

.u-text-green-600{
  color:var(--color-green-600)!important
}

.u-bg-green-600{
  background-color:var(--color-green-600)!important
}

.u-border-green-600{
  border-color:var(--color-green-600)!important
}

.u-text-green-700{
  color:var(--color-green-700)!important
}

.u-bg-green-700{
  background-color:var(--color-green-700)!important
}

.u-border-green-700{
  border-color:var(--color-green-700)!important
}

.u-text-green-800{
  color:var(--color-green-800)!important
}

.u-bg-green-800{
  background-color:var(--color-green-800)!important
}

.u-border-green-800{
  border-color:var(--color-green-800)!important
}

.u-text-green-900{
  color:var(--color-green-900)!important
}

.u-bg-green-900{
  background-color:var(--color-green-900)!important
}

.u-border-green-900{
  border-color:var(--color-green-900)!important
}

.u-text-black-50{
  color:var(--color-black-50)!important
}

.u-bg-black-50{
  background-color:var(--color-black-50)!important
}

.u-border-black-50{
  border-color:var(--color-black-50)!important
}

.u-text-black-100{
  color:var(--color-black-100)!important
}

.u-bg-black-100{
  background-color:var(--color-black-100)!important
}

.u-border-black-100{
  border-color:var(--color-black-100)!important
}

.u-text-black-200{
  color:var(--color-black-200)!important
}

.u-bg-black-200{
  background-color:var(--color-black-200)!important
}

.u-border-black-200{
  border-color:var(--color-black-200)!important
}

.u-text-black-300{
  color:var(--color-black-300)!important
}

.u-bg-black-300{
  background-color:var(--color-black-300)!important
}

.u-border-black-300{
  border-color:var(--color-black-300)!important
}

.u-text-black-400{
  color:var(--color-black-400)!important
}

.u-bg-black-400{
  background-color:var(--color-black-400)!important
}

.u-border-black-400{
  border-color:var(--color-black-400)!important
}

.u-text-black-500{
  color:var(--color-black-500)!important
}

.u-bg-black-500{
  background-color:var(--color-black-500)!important
}

.u-border-black-500{
  border-color:var(--color-black-500)!important
}

.u-text-black-600{
  color:var(--color-black-600)!important
}

.u-bg-black-600{
  background-color:var(--color-black-600)!important
}

.u-border-black-600{
  border-color:var(--color-black-600)!important
}

.u-text-black-700{
  color:var(--color-black-700)!important
}

.u-bg-black-700{
  background-color:var(--color-black-700)!important
}

.u-border-black-700{
  border-color:var(--color-black-700)!important
}

.u-text-black-800{
  color:var(--color-black-800)!important
}

.u-bg-black-800{
  background-color:var(--color-black-800)!important
}

.u-border-black-800{
  border-color:var(--color-black-800)!important
}

.u-text-black-900{
  color:var(--color-black-900)!important
}

.u-bg-black-900{
  background-color:var(--color-black-900)!important
}

.u-border-black-900{
  border-color:var(--color-black-900)!important
}

.u-text-black-25{
  color:var(--color-black-25)!important
}

.u-bg-black-25{
  background-color:var(--color-black-25)!important
}

.u-border-black-25{
  border-color:var(--color-black-25)!important
}

.u-text-black-75{
  color:var(--color-black-75)!important
}

.u-bg-black-75{
  background-color:var(--color-black-75)!important
}

.u-border-black-75{
  border-color:var(--color-black-75)!important
}

.u-text-black-150{
  color:var(--color-black-150)!important
}

.u-bg-black-150{
  background-color:var(--color-black-150)!important
}

.u-border-black-150{
  border-color:var(--color-black-150)!important
}

.u-text-black-950{
  color:var(--color-black-950)!important
}

.u-bg-black-950{
  background-color:var(--color-black-950)!important
}

.u-border-black-950{
  border-color:var(--color-black-950)!important
}

.u-text-white{
  color:var(--color-white)!important
}

.u-bg-white{
  background-color:var(--color-white)!important
}

.u-border-white{
  border-color:var(--color-white)!important
}

.u-text-black{
  color:var(--color-black)!important
}

.u-bg-black{
  background-color:var(--color-black)!important
}

.u-border-black{
  border-color:var(--color-black)!important
}

.u-bg-transparent{
  background-color:transparent!important;
  background-image:none!important
}

.u-text-transparent{
  color:transparent!important
}

.u-border-transparent{
  border-color:transparent!important
}

.u-bg-current{
  background-color:currentColor!important
}

.u-text-current{
  color:currentColor!important
}

.u-border-current{
  border-color:currentColor!important
}

.hover\:u-text-blue-50:hover{
  color:var(--color-blue-50)!important
}

.hover\:u-bg-blue-50:hover{
  background-color:var(--color-blue-50)!important
}

.hover\:u-border-blue-50:hover{
  border-color:var(--color-blue-50)!important
}

.hover\:u-text-blue-100:hover{
  color:var(--color-blue-100)!important
}

.hover\:u-bg-blue-100:hover{
  background-color:var(--color-blue-100)!important
}

.hover\:u-border-blue-100:hover{
  border-color:var(--color-blue-100)!important
}

.hover\:u-text-blue-200:hover{
  color:var(--color-blue-200)!important
}

.hover\:u-bg-blue-200:hover{
  background-color:var(--color-blue-200)!important
}

.hover\:u-border-blue-200:hover{
  border-color:var(--color-blue-200)!important
}

.hover\:u-text-blue-300:hover{
  color:var(--color-blue-300)!important
}

.hover\:u-bg-blue-300:hover{
  background-color:var(--color-blue-300)!important
}

.hover\:u-border-blue-300:hover{
  border-color:var(--color-blue-300)!important
}

.hover\:u-text-blue-400:hover{
  color:var(--color-blue-400)!important
}

.hover\:u-bg-blue-400:hover{
  background-color:var(--color-blue-400)!important
}

.hover\:u-border-blue-400:hover{
  border-color:var(--color-blue-400)!important
}

.hover\:u-text-blue-500:hover{
  color:var(--color-blue-500)!important
}

.hover\:u-bg-blue-500:hover{
  background-color:var(--color-blue-500)!important
}

.hover\:u-border-blue-500:hover{
  border-color:var(--color-blue-500)!important
}

.hover\:u-text-blue-600:hover{
  color:var(--color-blue-600)!important
}

.hover\:u-bg-blue-600:hover{
  background-color:var(--color-blue-600)!important
}

.hover\:u-border-blue-600:hover{
  border-color:var(--color-blue-600)!important
}

.hover\:u-text-blue-700:hover{
  color:var(--color-blue-700)!important
}

.hover\:u-bg-blue-700:hover{
  background-color:var(--color-blue-700)!important
}

.hover\:u-border-blue-700:hover{
  border-color:var(--color-blue-700)!important
}

.hover\:u-text-blue-800:hover{
  color:var(--color-blue-800)!important
}

.hover\:u-bg-blue-800:hover{
  background-color:var(--color-blue-800)!important
}

.hover\:u-border-blue-800:hover{
  border-color:var(--color-blue-800)!important
}

.hover\:u-text-blue-900:hover{
  color:var(--color-blue-900)!important
}

.hover\:u-bg-blue-900:hover{
  background-color:var(--color-blue-900)!important
}

.hover\:u-border-blue-900:hover{
  border-color:var(--color-blue-900)!important
}

.hover\:u-text-yellow-50:hover{
  color:var(--color-yellow-50)!important
}

.hover\:u-bg-yellow-50:hover{
  background-color:var(--color-yellow-50)!important
}

.hover\:u-border-yellow-50:hover{
  border-color:var(--color-yellow-50)!important
}

.hover\:u-text-yellow-100:hover{
  color:var(--color-yellow-100)!important
}

.hover\:u-bg-yellow-100:hover{
  background-color:var(--color-yellow-100)!important
}

.hover\:u-border-yellow-100:hover{
  border-color:var(--color-yellow-100)!important
}

.hover\:u-text-yellow-200:hover{
  color:var(--color-yellow-200)!important
}

.hover\:u-bg-yellow-200:hover{
  background-color:var(--color-yellow-200)!important
}

.hover\:u-border-yellow-200:hover{
  border-color:var(--color-yellow-200)!important
}

.hover\:u-text-yellow-300:hover{
  color:var(--color-yellow-300)!important
}

.hover\:u-bg-yellow-300:hover{
  background-color:var(--color-yellow-300)!important
}

.hover\:u-border-yellow-300:hover{
  border-color:var(--color-yellow-300)!important
}

.hover\:u-text-yellow-400:hover{
  color:var(--color-yellow-400)!important
}

.hover\:u-bg-yellow-400:hover{
  background-color:var(--color-yellow-400)!important
}

.hover\:u-border-yellow-400:hover{
  border-color:var(--color-yellow-400)!important
}

.hover\:u-text-yellow-500:hover{
  color:var(--color-yellow-500)!important
}

.hover\:u-bg-yellow-500:hover{
  background-color:var(--color-yellow-500)!important
}

.hover\:u-border-yellow-500:hover{
  border-color:var(--color-yellow-500)!important
}

.hover\:u-text-yellow-600:hover{
  color:var(--color-yellow-600)!important
}

.hover\:u-bg-yellow-600:hover{
  background-color:var(--color-yellow-600)!important
}

.hover\:u-border-yellow-600:hover{
  border-color:var(--color-yellow-600)!important
}

.hover\:u-text-yellow-700:hover{
  color:var(--color-yellow-700)!important
}

.hover\:u-bg-yellow-700:hover{
  background-color:var(--color-yellow-700)!important
}

.hover\:u-border-yellow-700:hover{
  border-color:var(--color-yellow-700)!important
}

.hover\:u-text-yellow-800:hover{
  color:var(--color-yellow-800)!important
}

.hover\:u-bg-yellow-800:hover{
  background-color:var(--color-yellow-800)!important
}

.hover\:u-border-yellow-800:hover{
  border-color:var(--color-yellow-800)!important
}

.hover\:u-text-yellow-900:hover{
  color:var(--color-yellow-900)!important
}

.hover\:u-bg-yellow-900:hover{
  background-color:var(--color-yellow-900)!important
}

.hover\:u-border-yellow-900:hover{
  border-color:var(--color-yellow-900)!important
}

.hover\:u-text-orange-50:hover{
  color:var(--color-orange-50)!important
}

.hover\:u-bg-orange-50:hover{
  background-color:var(--color-orange-50)!important
}

.hover\:u-border-orange-50:hover{
  border-color:var(--color-orange-50)!important
}

.hover\:u-text-orange-100:hover{
  color:var(--color-orange-100)!important
}

.hover\:u-bg-orange-100:hover{
  background-color:var(--color-orange-100)!important
}

.hover\:u-border-orange-100:hover{
  border-color:var(--color-orange-100)!important
}

.hover\:u-text-orange-200:hover{
  color:var(--color-orange-200)!important
}

.hover\:u-bg-orange-200:hover{
  background-color:var(--color-orange-200)!important
}

.hover\:u-border-orange-200:hover{
  border-color:var(--color-orange-200)!important
}

.hover\:u-text-orange-300:hover{
  color:var(--color-orange-300)!important
}

.hover\:u-bg-orange-300:hover{
  background-color:var(--color-orange-300)!important
}

.hover\:u-border-orange-300:hover{
  border-color:var(--color-orange-300)!important
}

.hover\:u-text-orange-400:hover{
  color:var(--color-orange-400)!important
}

.hover\:u-bg-orange-400:hover{
  background-color:var(--color-orange-400)!important
}

.hover\:u-border-orange-400:hover{
  border-color:var(--color-orange-400)!important
}

.hover\:u-text-orange-500:hover{
  color:var(--color-orange-500)!important
}

.hover\:u-bg-orange-500:hover{
  background-color:var(--color-orange-500)!important
}

.hover\:u-border-orange-500:hover{
  border-color:var(--color-orange-500)!important
}

.hover\:u-text-orange-600:hover{
  color:var(--color-orange-600)!important
}

.hover\:u-bg-orange-600:hover{
  background-color:var(--color-orange-600)!important
}

.hover\:u-border-orange-600:hover{
  border-color:var(--color-orange-600)!important
}

.hover\:u-text-orange-700:hover{
  color:var(--color-orange-700)!important
}

.hover\:u-bg-orange-700:hover{
  background-color:var(--color-orange-700)!important
}

.hover\:u-border-orange-700:hover{
  border-color:var(--color-orange-700)!important
}

.hover\:u-text-orange-800:hover{
  color:var(--color-orange-800)!important
}

.hover\:u-bg-orange-800:hover{
  background-color:var(--color-orange-800)!important
}

.hover\:u-border-orange-800:hover{
  border-color:var(--color-orange-800)!important
}

.hover\:u-text-orange-900:hover{
  color:var(--color-orange-900)!important
}

.hover\:u-bg-orange-900:hover{
  background-color:var(--color-orange-900)!important
}

.hover\:u-border-orange-900:hover{
  border-color:var(--color-orange-900)!important
}

.hover\:u-text-red-50:hover{
  color:var(--color-red-50)!important
}

.hover\:u-bg-red-50:hover{
  background-color:var(--color-red-50)!important
}

.hover\:u-border-red-50:hover{
  border-color:var(--color-red-50)!important
}

.hover\:u-text-red-100:hover{
  color:var(--color-red-100)!important
}

.hover\:u-bg-red-100:hover{
  background-color:var(--color-red-100)!important
}

.hover\:u-border-red-100:hover{
  border-color:var(--color-red-100)!important
}

.hover\:u-text-red-200:hover{
  color:var(--color-red-200)!important
}

.hover\:u-bg-red-200:hover{
  background-color:var(--color-red-200)!important
}

.hover\:u-border-red-200:hover{
  border-color:var(--color-red-200)!important
}

.hover\:u-text-red-300:hover{
  color:var(--color-red-300)!important
}

.hover\:u-bg-red-300:hover{
  background-color:var(--color-red-300)!important
}

.hover\:u-border-red-300:hover{
  border-color:var(--color-red-300)!important
}

.hover\:u-text-red-400:hover{
  color:var(--color-red-400)!important
}

.hover\:u-bg-red-400:hover{
  background-color:var(--color-red-400)!important
}

.hover\:u-border-red-400:hover{
  border-color:var(--color-red-400)!important
}

.hover\:u-text-red-500:hover{
  color:var(--color-red-500)!important
}

.hover\:u-bg-red-500:hover{
  background-color:var(--color-red-500)!important
}

.hover\:u-border-red-500:hover{
  border-color:var(--color-red-500)!important
}

.hover\:u-text-red-600:hover{
  color:var(--color-red-600)!important
}

.hover\:u-bg-red-600:hover{
  background-color:var(--color-red-600)!important
}

.hover\:u-border-red-600:hover{
  border-color:var(--color-red-600)!important
}

.hover\:u-text-red-700:hover{
  color:var(--color-red-700)!important
}

.hover\:u-bg-red-700:hover{
  background-color:var(--color-red-700)!important
}

.hover\:u-border-red-700:hover{
  border-color:var(--color-red-700)!important
}

.hover\:u-text-red-800:hover{
  color:var(--color-red-800)!important
}

.hover\:u-bg-red-800:hover{
  background-color:var(--color-red-800)!important
}

.hover\:u-border-red-800:hover{
  border-color:var(--color-red-800)!important
}

.hover\:u-text-red-900:hover{
  color:var(--color-red-900)!important
}

.hover\:u-bg-red-900:hover{
  background-color:var(--color-red-900)!important
}

.hover\:u-border-red-900:hover{
  border-color:var(--color-red-900)!important
}

.hover\:u-text-purple-50:hover{
  color:var(--color-purple-50)!important
}

.hover\:u-bg-purple-50:hover{
  background-color:var(--color-purple-50)!important
}

.hover\:u-border-purple-50:hover{
  border-color:var(--color-purple-50)!important
}

.hover\:u-text-purple-100:hover{
  color:var(--color-purple-100)!important
}

.hover\:u-bg-purple-100:hover{
  background-color:var(--color-purple-100)!important
}

.hover\:u-border-purple-100:hover{
  border-color:var(--color-purple-100)!important
}

.hover\:u-text-purple-200:hover{
  color:var(--color-purple-200)!important
}

.hover\:u-bg-purple-200:hover{
  background-color:var(--color-purple-200)!important
}

.hover\:u-border-purple-200:hover{
  border-color:var(--color-purple-200)!important
}

.hover\:u-text-purple-300:hover{
  color:var(--color-purple-300)!important
}

.hover\:u-bg-purple-300:hover{
  background-color:var(--color-purple-300)!important
}

.hover\:u-border-purple-300:hover{
  border-color:var(--color-purple-300)!important
}

.hover\:u-text-purple-400:hover{
  color:var(--color-purple-400)!important
}

.hover\:u-bg-purple-400:hover{
  background-color:var(--color-purple-400)!important
}

.hover\:u-border-purple-400:hover{
  border-color:var(--color-purple-400)!important
}

.hover\:u-text-purple-500:hover{
  color:var(--color-purple-500)!important
}

.hover\:u-bg-purple-500:hover{
  background-color:var(--color-purple-500)!important
}

.hover\:u-border-purple-500:hover{
  border-color:var(--color-purple-500)!important
}

.hover\:u-text-purple-600:hover{
  color:var(--color-purple-600)!important
}

.hover\:u-bg-purple-600:hover{
  background-color:var(--color-purple-600)!important
}

.hover\:u-border-purple-600:hover{
  border-color:var(--color-purple-600)!important
}

.hover\:u-text-purple-700:hover{
  color:var(--color-purple-700)!important
}

.hover\:u-bg-purple-700:hover{
  background-color:var(--color-purple-700)!important
}

.hover\:u-border-purple-700:hover{
  border-color:var(--color-purple-700)!important
}

.hover\:u-text-purple-800:hover{
  color:var(--color-purple-800)!important
}

.hover\:u-bg-purple-800:hover{
  background-color:var(--color-purple-800)!important
}

.hover\:u-border-purple-800:hover{
  border-color:var(--color-purple-800)!important
}

.hover\:u-text-purple-900:hover{
  color:var(--color-purple-900)!important
}

.hover\:u-bg-purple-900:hover{
  background-color:var(--color-purple-900)!important
}

.hover\:u-border-purple-900:hover{
  border-color:var(--color-purple-900)!important
}

.hover\:u-text-green-50:hover{
  color:var(--color-green-50)!important
}

.hover\:u-bg-green-50:hover{
  background-color:var(--color-green-50)!important
}

.hover\:u-border-green-50:hover{
  border-color:var(--color-green-50)!important
}

.hover\:u-text-green-100:hover{
  color:var(--color-green-100)!important
}

.hover\:u-bg-green-100:hover{
  background-color:var(--color-green-100)!important
}

.hover\:u-border-green-100:hover{
  border-color:var(--color-green-100)!important
}

.hover\:u-text-green-200:hover{
  color:var(--color-green-200)!important
}

.hover\:u-bg-green-200:hover{
  background-color:var(--color-green-200)!important
}

.hover\:u-border-green-200:hover{
  border-color:var(--color-green-200)!important
}

.hover\:u-text-green-300:hover{
  color:var(--color-green-300)!important
}

.hover\:u-bg-green-300:hover{
  background-color:var(--color-green-300)!important
}

.hover\:u-border-green-300:hover{
  border-color:var(--color-green-300)!important
}

.hover\:u-text-green-400:hover{
  color:var(--color-green-400)!important
}

.hover\:u-bg-green-400:hover{
  background-color:var(--color-green-400)!important
}

.hover\:u-border-green-400:hover{
  border-color:var(--color-green-400)!important
}

.hover\:u-text-green-500:hover{
  color:var(--color-green-500)!important
}

.hover\:u-bg-green-500:hover{
  background-color:var(--color-green-500)!important
}

.hover\:u-border-green-500:hover{
  border-color:var(--color-green-500)!important
}

.hover\:u-text-green-600:hover{
  color:var(--color-green-600)!important
}

.hover\:u-bg-green-600:hover{
  background-color:var(--color-green-600)!important
}

.hover\:u-border-green-600:hover{
  border-color:var(--color-green-600)!important
}

.hover\:u-text-green-700:hover{
  color:var(--color-green-700)!important
}

.hover\:u-bg-green-700:hover{
  background-color:var(--color-green-700)!important
}

.hover\:u-border-green-700:hover{
  border-color:var(--color-green-700)!important
}

.hover\:u-text-green-800:hover{
  color:var(--color-green-800)!important
}

.hover\:u-bg-green-800:hover{
  background-color:var(--color-green-800)!important
}

.hover\:u-border-green-800:hover{
  border-color:var(--color-green-800)!important
}

.hover\:u-text-green-900:hover{
  color:var(--color-green-900)!important
}

.hover\:u-bg-green-900:hover{
  background-color:var(--color-green-900)!important
}

.hover\:u-border-green-900:hover{
  border-color:var(--color-green-900)!important
}

.hover\:u-text-black-50:hover{
  color:var(--color-black-50)!important
}

.hover\:u-bg-black-50:hover{
  background-color:var(--color-black-50)!important
}

.hover\:u-border-black-50:hover{
  border-color:var(--color-black-50)!important
}

.hover\:u-text-black-100:hover{
  color:var(--color-black-100)!important
}

.hover\:u-bg-black-100:hover{
  background-color:var(--color-black-100)!important
}

.hover\:u-border-black-100:hover{
  border-color:var(--color-black-100)!important
}

.hover\:u-text-black-200:hover{
  color:var(--color-black-200)!important
}

.hover\:u-bg-black-200:hover{
  background-color:var(--color-black-200)!important
}

.hover\:u-border-black-200:hover{
  border-color:var(--color-black-200)!important
}

.hover\:u-text-black-300:hover{
  color:var(--color-black-300)!important
}

.hover\:u-bg-black-300:hover{
  background-color:var(--color-black-300)!important
}

.hover\:u-border-black-300:hover{
  border-color:var(--color-black-300)!important
}

.hover\:u-text-black-400:hover{
  color:var(--color-black-400)!important
}

.hover\:u-bg-black-400:hover{
  background-color:var(--color-black-400)!important
}

.hover\:u-border-black-400:hover{
  border-color:var(--color-black-400)!important
}

.hover\:u-text-black-500:hover{
  color:var(--color-black-500)!important
}

.hover\:u-bg-black-500:hover{
  background-color:var(--color-black-500)!important
}

.hover\:u-border-black-500:hover{
  border-color:var(--color-black-500)!important
}

.hover\:u-text-black-600:hover{
  color:var(--color-black-600)!important
}

.hover\:u-bg-black-600:hover{
  background-color:var(--color-black-600)!important
}

.hover\:u-border-black-600:hover{
  border-color:var(--color-black-600)!important
}

.hover\:u-text-black-700:hover{
  color:var(--color-black-700)!important
}

.hover\:u-bg-black-700:hover{
  background-color:var(--color-black-700)!important
}

.hover\:u-border-black-700:hover{
  border-color:var(--color-black-700)!important
}

.hover\:u-text-black-800:hover{
  color:var(--color-black-800)!important
}

.hover\:u-bg-black-800:hover{
  background-color:var(--color-black-800)!important
}

.hover\:u-border-black-800:hover{
  border-color:var(--color-black-800)!important
}

.hover\:u-text-black-900:hover{
  color:var(--color-black-900)!important
}

.hover\:u-bg-black-900:hover{
  background-color:var(--color-black-900)!important
}

.hover\:u-border-black-900:hover{
  border-color:var(--color-black-900)!important
}

.hover\:u-text-black-25:hover{
  color:var(--color-black-25)!important
}

.hover\:u-bg-black-25:hover{
  background-color:var(--color-black-25)!important
}

.hover\:u-border-black-25:hover{
  border-color:var(--color-black-25)!important
}

.hover\:u-text-black-75:hover{
  color:var(--color-black-75)!important
}

.hover\:u-bg-black-75:hover{
  background-color:var(--color-black-75)!important
}

.hover\:u-border-black-75:hover{
  border-color:var(--color-black-75)!important
}

.hover\:u-text-black-150:hover{
  color:var(--color-black-150)!important
}

.hover\:u-bg-black-150:hover{
  background-color:var(--color-black-150)!important
}

.hover\:u-border-black-150:hover{
  border-color:var(--color-black-150)!important
}

.hover\:u-text-black-950:hover{
  color:var(--color-black-950)!important
}

.hover\:u-bg-black-950:hover{
  background-color:var(--color-black-950)!important
}

.hover\:u-border-black-950:hover{
  border-color:var(--color-black-950)!important
}

.hover\:u-text-white:hover{
  color:var(--color-white)!important
}

.hover\:u-bg-white:hover{
  background-color:var(--color-white)!important
}

.hover\:u-border-white:hover{
  border-color:var(--color-white)!important
}

.hover\:u-text-black:hover{
  color:var(--color-black)!important
}

.hover\:u-bg-black:hover{
  background-color:var(--color-black)!important
}

.hover\:u-border-black:hover{
  border-color:var(--color-black)!important
}

.hover\:u-bg-transparent:hover{
  background-color:transparent!important;
  background-image:none!important
}

.hover\:u-text-transparent:hover{
  color:transparent!important
}

.hover\:u-border-transparent:hover{
  border-color:transparent!important
}

.hover\:u-bg-current:hover{
  background-color:currentColor!important
}

.hover\:u-text-current:hover{
  color:currentColor!important
}

.hover\:u-border-current:hover{
  border-color:currentColor!important
}

.u-m-auto{
  margin:auto!important
}

.u-mt-auto{
  margin-top:auto!important
}

.u-mr-auto{
  margin-right:auto!important
}

.u-mb-auto{
  margin-bottom:auto!important
}

.u-ml-auto{
  margin-left:auto!important
}

.u-mx-auto{
  margin-left:auto!important;
  margin-right:auto!important
}

.u-my-auto{
  margin-top:auto!important;
  margin-bottom:auto!important
}

.u-m-0\.25{
  margin:.125rem!important
}

.u-mt-0\.25{
  margin-top:.125rem!important
}

.u-mr-0\.25{
  margin-right:.125rem!important
}

.u-mb-0\.25{
  margin-bottom:.125rem!important
}

.u-ml-0\.25{
  margin-left:.125rem!important
}

.u-mx-0\.25{
  margin-left:.125rem!important;
  margin-right:.125rem!important
}

.u-my-0\.25{
  margin-top:.125rem!important;
  margin-bottom:.125rem!important
}

.u-mn-0\.25{
  margin:-.125rem!important
}

.u-mtn-0\.25{
  margin-top:-.125rem!important
}

.u-mrn-0\.25{
  margin-right:-.125rem!important
}

.u-mbn-0\.25{
  margin-bottom:-.125rem!important
}

.u-mln-0\.25{
  margin-left:-.125rem!important
}

.u-mxn-0\.25{
  margin-left:-.125rem!important;
  margin-right:-.125rem!important
}

.u-myn-0\.25{
  margin-top:-.125rem!important;
  margin-bottom:-.125rem!important
}

.u-p-0\.25{
  padding:.125rem!important
}

.u-pt-0\.25{
  padding-top:.125rem!important
}

.u-pr-0\.25{
  padding-right:.125rem!important
}

.u-pb-0\.25{
  padding-bottom:.125rem!important
}

.u-pl-0\.25{
  padding-left:.125rem!important
}

.u-px-0\.25{
  padding-left:.125rem!important;
  padding-right:.125rem!important
}

.u-py-0\.25{
  padding-top:.125rem!important;
  padding-bottom:.125rem!important
}

.u-m-0\.5{
  margin:.25rem!important
}

.u-mt-0\.5{
  margin-top:.25rem!important
}

.u-mr-0\.5{
  margin-right:.25rem!important
}

.u-mb-0\.5{
  margin-bottom:.25rem!important
}

.u-ml-0\.5{
  margin-left:.25rem!important
}

.u-mx-0\.5{
  margin-left:.25rem!important;
  margin-right:.25rem!important
}

.u-my-0\.5{
  margin-top:.25rem!important;
  margin-bottom:.25rem!important
}

.u-mn-0\.5{
  margin:-.25rem!important
}

.u-mtn-0\.5{
  margin-top:-.25rem!important
}

.u-mrn-0\.5{
  margin-right:-.25rem!important
}

.u-mbn-0\.5{
  margin-bottom:-.25rem!important
}

.u-mln-0\.5{
  margin-left:-.25rem!important
}

.u-mxn-0\.5{
  margin-left:-.25rem!important;
  margin-right:-.25rem!important
}

.u-myn-0\.5{
  margin-top:-.25rem!important;
  margin-bottom:-.25rem!important
}

.u-p-0\.5{
  padding:.25rem!important
}

.u-pt-0\.5{
  padding-top:.25rem!important
}

.u-pr-0\.5{
  padding-right:.25rem!important
}

.u-pb-0\.5{
  padding-bottom:.25rem!important
}

.u-pl-0\.5{
  padding-left:.25rem!important
}

.u-px-0\.5{
  padding-left:.25rem!important;
  padding-right:.25rem!important
}

.u-py-0\.5{
  padding-top:.25rem!important;
  padding-bottom:.25rem!important
}

.u-m-1{
  margin:.5rem!important
}

.u-mt-1{
  margin-top:.5rem!important
}

.u-mr-1{
  margin-right:.5rem!important
}

.u-mb-1{
  margin-bottom:.5rem!important
}

.u-ml-1{
  margin-left:.5rem!important
}

.u-mx-1{
  margin-left:.5rem!important;
  margin-right:.5rem!important
}

.u-my-1{
  margin-top:.5rem!important;
  margin-bottom:.5rem!important
}

.u-mn-1{
  margin:-.5rem!important
}

.u-mtn-1{
  margin-top:-.5rem!important
}

.u-mrn-1{
  margin-right:-.5rem!important
}

.u-mbn-1{
  margin-bottom:-.5rem!important
}

.u-mln-1{
  margin-left:-.5rem!important
}

.u-mxn-1{
  margin-left:-.5rem!important;
  margin-right:-.5rem!important
}

.u-myn-1{
  margin-top:-.5rem!important;
  margin-bottom:-.5rem!important
}

.u-p-1{
  padding:.5rem!important
}

.u-pt-1{
  padding-top:.5rem!important
}

.u-pr-1{
  padding-right:.5rem!important
}

.u-pb-1{
  padding-bottom:.5rem!important
}

.u-pl-1{
  padding-left:.5rem!important
}

.u-px-1{
  padding-left:.5rem!important;
  padding-right:.5rem!important
}

.u-py-1{
  padding-top:.5rem!important;
  padding-bottom:.5rem!important
}

.u-m-1\.5{
  margin:.75rem!important
}

.u-mt-1\.5{
  margin-top:.75rem!important
}

.u-mr-1\.5{
  margin-right:.75rem!important
}

.u-mb-1\.5{
  margin-bottom:.75rem!important
}

.u-ml-1\.5{
  margin-left:.75rem!important
}

.u-mx-1\.5{
  margin-left:.75rem!important;
  margin-right:.75rem!important
}

.u-my-1\.5{
  margin-top:.75rem!important;
  margin-bottom:.75rem!important
}

.u-mn-1\.5{
  margin:-.75rem!important
}

.u-mtn-1\.5{
  margin-top:-.75rem!important
}

.u-mrn-1\.5{
  margin-right:-.75rem!important
}

.u-mbn-1\.5{
  margin-bottom:-.75rem!important
}

.u-mln-1\.5{
  margin-left:-.75rem!important
}

.u-mxn-1\.5{
  margin-left:-.75rem!important;
  margin-right:-.75rem!important
}

.u-myn-1\.5{
  margin-top:-.75rem!important;
  margin-bottom:-.75rem!important
}

.u-p-1\.5{
  padding:.75rem!important
}

.u-pt-1\.5{
  padding-top:.75rem!important
}

.u-pr-1\.5{
  padding-right:.75rem!important
}

.u-pb-1\.5{
  padding-bottom:.75rem!important
}

.u-pl-1\.5{
  padding-left:.75rem!important
}

.u-px-1\.5{
  padding-left:.75rem!important;
  padding-right:.75rem!important
}

.u-py-1\.5{
  padding-top:.75rem!important;
  padding-bottom:.75rem!important
}

.u-m-2{
  margin:1rem!important
}

.u-mt-2{
  margin-top:1rem!important
}

.u-mr-2{
  margin-right:1rem!important
}

.u-mb-2{
  margin-bottom:1rem!important
}

.u-ml-2{
  margin-left:1rem!important
}

.u-mx-2{
  margin-left:1rem!important;
  margin-right:1rem!important
}

.u-my-2{
  margin-top:1rem!important;
  margin-bottom:1rem!important
}

.u-mn-2{
  margin:-1rem!important
}

.u-mtn-2{
  margin-top:-1rem!important
}

.u-mrn-2{
  margin-right:-1rem!important
}

.u-mbn-2{
  margin-bottom:-1rem!important
}

.u-mln-2{
  margin-left:-1rem!important
}

.u-mxn-2{
  margin-left:-1rem!important;
  margin-right:-1rem!important
}

.u-myn-2{
  margin-top:-1rem!important;
  margin-bottom:-1rem!important
}

.u-p-2{
  padding:1rem!important
}

.u-pt-2{
  padding-top:1rem!important
}

.u-pr-2{
  padding-right:1rem!important
}

.u-pb-2{
  padding-bottom:1rem!important
}

.u-pl-2{
  padding-left:1rem!important
}

.u-px-2{
  padding-left:1rem!important;
  padding-right:1rem!important
}

.u-py-2{
  padding-top:1rem!important;
  padding-bottom:1rem!important
}

.u-m-2\.5{
  margin:1.25rem!important
}

.u-mt-2\.5{
  margin-top:1.25rem!important
}

.u-mr-2\.5{
  margin-right:1.25rem!important
}

.u-mb-2\.5{
  margin-bottom:1.25rem!important
}

.u-ml-2\.5{
  margin-left:1.25rem!important
}

.u-mx-2\.5{
  margin-left:1.25rem!important;
  margin-right:1.25rem!important
}

.u-my-2\.5{
  margin-top:1.25rem!important;
  margin-bottom:1.25rem!important
}

.u-mn-2\.5{
  margin:-1.25rem!important
}

.u-mtn-2\.5{
  margin-top:-1.25rem!important
}

.u-mrn-2\.5{
  margin-right:-1.25rem!important
}

.u-mbn-2\.5{
  margin-bottom:-1.25rem!important
}

.u-mln-2\.5{
  margin-left:-1.25rem!important
}

.u-mxn-2\.5{
  margin-left:-1.25rem!important;
  margin-right:-1.25rem!important
}

.u-myn-2\.5{
  margin-top:-1.25rem!important;
  margin-bottom:-1.25rem!important
}

.u-p-2\.5{
  padding:1.25rem!important
}

.u-pt-2\.5{
  padding-top:1.25rem!important
}

.u-pr-2\.5{
  padding-right:1.25rem!important
}

.u-pb-2\.5{
  padding-bottom:1.25rem!important
}

.u-pl-2\.5{
  padding-left:1.25rem!important
}

.u-px-2\.5{
  padding-left:1.25rem!important;
  padding-right:1.25rem!important
}

.u-py-2\.5{
  padding-top:1.25rem!important;
  padding-bottom:1.25rem!important
}

.u-m-3{
  margin:1.5rem!important
}

.u-mt-3{
  margin-top:1.5rem!important
}

.u-mr-3{
  margin-right:1.5rem!important
}

.u-mb-3{
  margin-bottom:1.5rem!important
}

.u-ml-3{
  margin-left:1.5rem!important
}

.u-mx-3{
  margin-left:1.5rem!important;
  margin-right:1.5rem!important
}

.u-my-3{
  margin-top:1.5rem!important;
  margin-bottom:1.5rem!important
}

.u-mn-3{
  margin:-1.5rem!important
}

.u-mtn-3{
  margin-top:-1.5rem!important
}

.u-mrn-3{
  margin-right:-1.5rem!important
}

.u-mbn-3{
  margin-bottom:-1.5rem!important
}

.u-mln-3{
  margin-left:-1.5rem!important
}

.u-mxn-3{
  margin-left:-1.5rem!important;
  margin-right:-1.5rem!important
}

.u-myn-3{
  margin-top:-1.5rem!important;
  margin-bottom:-1.5rem!important
}

.u-p-3{
  padding:1.5rem!important
}

.u-pt-3{
  padding-top:1.5rem!important
}

.u-pr-3{
  padding-right:1.5rem!important
}

.u-pb-3{
  padding-bottom:1.5rem!important
}

.u-pl-3{
  padding-left:1.5rem!important
}

.u-px-3{
  padding-left:1.5rem!important;
  padding-right:1.5rem!important
}

.u-py-3{
  padding-top:1.5rem!important;
  padding-bottom:1.5rem!important
}

.u-m-4{
  margin:2rem!important
}

.u-mt-4{
  margin-top:2rem!important
}

.u-mr-4{
  margin-right:2rem!important
}

.u-mb-4{
  margin-bottom:2rem!important
}

.u-ml-4{
  margin-left:2rem!important
}

.u-mx-4{
  margin-left:2rem!important;
  margin-right:2rem!important
}

.u-my-4{
  margin-top:2rem!important;
  margin-bottom:2rem!important
}

.u-mn-4{
  margin:-2rem!important
}

.u-mtn-4{
  margin-top:-2rem!important
}

.u-mrn-4{
  margin-right:-2rem!important
}

.u-mbn-4{
  margin-bottom:-2rem!important
}

.u-mln-4{
  margin-left:-2rem!important
}

.u-mxn-4{
  margin-left:-2rem!important;
  margin-right:-2rem!important
}

.u-myn-4{
  margin-top:-2rem!important;
  margin-bottom:-2rem!important
}

.u-p-4{
  padding:2rem!important
}

.u-pt-4{
  padding-top:2rem!important
}

.u-pr-4{
  padding-right:2rem!important
}

.u-pb-4{
  padding-bottom:2rem!important
}

.u-pl-4{
  padding-left:2rem!important
}

.u-px-4{
  padding-left:2rem!important;
  padding-right:2rem!important
}

.u-py-4{
  padding-top:2rem!important;
  padding-bottom:2rem!important
}

.u-m-6{
  margin:3rem!important
}

.u-mt-6{
  margin-top:3rem!important
}

.u-mr-6{
  margin-right:3rem!important
}

.u-mb-6{
  margin-bottom:3rem!important
}

.u-ml-6{
  margin-left:3rem!important
}

.u-mx-6{
  margin-left:3rem!important;
  margin-right:3rem!important
}

.u-my-6{
  margin-top:3rem!important;
  margin-bottom:3rem!important
}

.u-mn-6{
  margin:-3rem!important
}

.u-mtn-6{
  margin-top:-3rem!important
}

.u-mrn-6{
  margin-right:-3rem!important
}

.u-mbn-6{
  margin-bottom:-3rem!important
}

.u-mln-6{
  margin-left:-3rem!important
}

.u-mxn-6{
  margin-left:-3rem!important;
  margin-right:-3rem!important
}

.u-myn-6{
  margin-top:-3rem!important;
  margin-bottom:-3rem!important
}

.u-p-6{
  padding:3rem!important
}

.u-pt-6{
  padding-top:3rem!important
}

.u-pr-6{
  padding-right:3rem!important
}

.u-pb-6{
  padding-bottom:3rem!important
}

.u-pl-6{
  padding-left:3rem!important
}

.u-px-6{
  padding-left:3rem!important;
  padding-right:3rem!important
}

.u-py-6{
  padding-top:3rem!important;
  padding-bottom:3rem!important
}

.u-m-8{
  margin:4rem!important
}

.u-mt-8{
  margin-top:4rem!important
}

.u-mr-8{
  margin-right:4rem!important
}

.u-mb-8{
  margin-bottom:4rem!important
}

.u-ml-8{
  margin-left:4rem!important
}

.u-mx-8{
  margin-left:4rem!important;
  margin-right:4rem!important
}

.u-my-8{
  margin-top:4rem!important;
  margin-bottom:4rem!important
}

.u-mn-8{
  margin:-4rem!important
}

.u-mtn-8{
  margin-top:-4rem!important
}

.u-mrn-8{
  margin-right:-4rem!important
}

.u-mbn-8{
  margin-bottom:-4rem!important
}

.u-mln-8{
  margin-left:-4rem!important
}

.u-mxn-8{
  margin-left:-4rem!important;
  margin-right:-4rem!important
}

.u-myn-8{
  margin-top:-4rem!important;
  margin-bottom:-4rem!important
}

.u-p-8{
  padding:4rem!important
}

.u-pt-8{
  padding-top:4rem!important
}

.u-pr-8{
  padding-right:4rem!important
}

.u-pb-8{
  padding-bottom:4rem!important
}

.u-pl-8{
  padding-left:4rem!important
}

.u-px-8{
  padding-left:4rem!important;
  padding-right:4rem!important
}

.u-py-8{
  padding-top:4rem!important;
  padding-bottom:4rem!important
}

.u-m-10{
  margin:5rem!important
}

.u-mt-10{
  margin-top:5rem!important
}

.u-mr-10{
  margin-right:5rem!important
}

.u-mb-10{
  margin-bottom:5rem!important
}

.u-ml-10{
  margin-left:5rem!important
}

.u-mx-10{
  margin-left:5rem!important;
  margin-right:5rem!important
}

.u-my-10{
  margin-top:5rem!important;
  margin-bottom:5rem!important
}

.u-mn-10{
  margin:-5rem!important
}

.u-mtn-10{
  margin-top:-5rem!important
}

.u-mrn-10{
  margin-right:-5rem!important
}

.u-mbn-10{
  margin-bottom:-5rem!important
}

.u-mln-10{
  margin-left:-5rem!important
}

.u-mxn-10{
  margin-left:-5rem!important;
  margin-right:-5rem!important
}

.u-myn-10{
  margin-top:-5rem!important;
  margin-bottom:-5rem!important
}

.u-p-10{
  padding:5rem!important
}

.u-pt-10{
  padding-top:5rem!important
}

.u-pr-10{
  padding-right:5rem!important
}

.u-pb-10{
  padding-bottom:5rem!important
}

.u-pl-10{
  padding-left:5rem!important
}

.u-px-10{
  padding-left:5rem!important;
  padding-right:5rem!important
}

.u-py-10{
  padding-top:5rem!important;
  padding-bottom:5rem!important
}

.u-m-12{
  margin:6rem!important
}

.u-mt-12{
  margin-top:6rem!important
}

.u-mr-12{
  margin-right:6rem!important
}

.u-mb-12{
  margin-bottom:6rem!important
}

.u-ml-12{
  margin-left:6rem!important
}

.u-mx-12{
  margin-left:6rem!important;
  margin-right:6rem!important
}

.u-my-12{
  margin-top:6rem!important;
  margin-bottom:6rem!important
}

.u-mn-12{
  margin:-6rem!important
}

.u-mtn-12{
  margin-top:-6rem!important
}

.u-mrn-12{
  margin-right:-6rem!important
}

.u-mbn-12{
  margin-bottom:-6rem!important
}

.u-mln-12{
  margin-left:-6rem!important
}

.u-mxn-12{
  margin-left:-6rem!important;
  margin-right:-6rem!important
}

.u-myn-12{
  margin-top:-6rem!important;
  margin-bottom:-6rem!important
}

.u-p-12{
  padding:6rem!important
}

.u-pt-12{
  padding-top:6rem!important
}

.u-pr-12{
  padding-right:6rem!important
}

.u-pb-12{
  padding-bottom:6rem!important
}

.u-pl-12{
  padding-left:6rem!important
}

.u-px-12{
  padding-left:6rem!important;
  padding-right:6rem!important
}

.u-py-12{
  padding-top:6rem!important;
  padding-bottom:6rem!important
}

.u-m-16{
  margin:8rem!important
}

.u-mt-16{
  margin-top:8rem!important
}

.u-mr-16{
  margin-right:8rem!important
}

.u-mb-16{
  margin-bottom:8rem!important
}

.u-ml-16{
  margin-left:8rem!important
}

.u-mx-16{
  margin-left:8rem!important;
  margin-right:8rem!important
}

.u-my-16{
  margin-top:8rem!important;
  margin-bottom:8rem!important
}

.u-mn-16{
  margin:-8rem!important
}

.u-mtn-16{
  margin-top:-8rem!important
}

.u-mrn-16{
  margin-right:-8rem!important
}

.u-mbn-16{
  margin-bottom:-8rem!important
}

.u-mln-16{
  margin-left:-8rem!important
}

.u-mxn-16{
  margin-left:-8rem!important;
  margin-right:-8rem!important
}

.u-myn-16{
  margin-top:-8rem!important;
  margin-bottom:-8rem!important
}

.u-p-16{
  padding:8rem!important
}

.u-pt-16{
  padding-top:8rem!important
}

.u-pr-16{
  padding-right:8rem!important
}

.u-pb-16{
  padding-bottom:8rem!important
}

.u-pl-16{
  padding-left:8rem!important
}

.u-px-16{
  padding-left:8rem!important;
  padding-right:8rem!important
}

.u-py-16{
  padding-top:8rem!important;
  padding-bottom:8rem!important
}

.u-m-20{
  margin:10rem!important
}

.u-mt-20{
  margin-top:10rem!important
}

.u-mr-20{
  margin-right:10rem!important
}

.u-mb-20{
  margin-bottom:10rem!important
}

.u-ml-20{
  margin-left:10rem!important
}

.u-mx-20{
  margin-left:10rem!important;
  margin-right:10rem!important
}

.u-my-20{
  margin-top:10rem!important;
  margin-bottom:10rem!important
}

.u-mn-20{
  margin:-10rem!important
}

.u-mtn-20{
  margin-top:-10rem!important
}

.u-mrn-20{
  margin-right:-10rem!important
}

.u-mbn-20{
  margin-bottom:-10rem!important
}

.u-mln-20{
  margin-left:-10rem!important
}

.u-mxn-20{
  margin-left:-10rem!important;
  margin-right:-10rem!important
}

.u-myn-20{
  margin-top:-10rem!important;
  margin-bottom:-10rem!important
}

.u-p-20{
  padding:10rem!important
}

.u-pt-20{
  padding-top:10rem!important
}

.u-pr-20{
  padding-right:10rem!important
}

.u-pb-20{
  padding-bottom:10rem!important
}

.u-pl-20{
  padding-left:10rem!important
}

.u-px-20{
  padding-left:10rem!important;
  padding-right:10rem!important
}

.u-py-20{
  padding-top:10rem!important;
  padding-bottom:10rem!important
}

.u-m-25{
  margin:12.5rem!important
}

.u-mt-25{
  margin-top:12.5rem!important
}

.u-mr-25{
  margin-right:12.5rem!important
}

.u-mb-25{
  margin-bottom:12.5rem!important
}

.u-ml-25{
  margin-left:12.5rem!important
}

.u-mx-25{
  margin-left:12.5rem!important;
  margin-right:12.5rem!important
}

.u-my-25{
  margin-top:12.5rem!important;
  margin-bottom:12.5rem!important
}

.u-mn-25{
  margin:-12.5rem!important
}

.u-mtn-25{
  margin-top:-12.5rem!important
}

.u-mrn-25{
  margin-right:-12.5rem!important
}

.u-mbn-25{
  margin-bottom:-12.5rem!important
}

.u-mln-25{
  margin-left:-12.5rem!important
}

.u-mxn-25{
  margin-left:-12.5rem!important;
  margin-right:-12.5rem!important
}

.u-myn-25{
  margin-top:-12.5rem!important;
  margin-bottom:-12.5rem!important
}

.u-p-25{
  padding:12.5rem!important
}

.u-pt-25{
  padding-top:12.5rem!important
}

.u-pr-25{
  padding-right:12.5rem!important
}

.u-pb-25{
  padding-bottom:12.5rem!important
}

.u-pl-25{
  padding-left:12.5rem!important
}

.u-px-25{
  padding-left:12.5rem!important;
  padding-right:12.5rem!important
}

.u-py-25{
  padding-top:12.5rem!important;
  padding-bottom:12.5rem!important
}

.u-m-30{
  margin:15rem!important
}

.u-mt-30{
  margin-top:15rem!important
}

.u-mr-30{
  margin-right:15rem!important
}

.u-mb-30{
  margin-bottom:15rem!important
}

.u-ml-30{
  margin-left:15rem!important
}

.u-mx-30{
  margin-left:15rem!important;
  margin-right:15rem!important
}

.u-my-30{
  margin-top:15rem!important;
  margin-bottom:15rem!important
}

.u-mn-30{
  margin:-15rem!important
}

.u-mtn-30{
  margin-top:-15rem!important
}

.u-mrn-30{
  margin-right:-15rem!important
}

.u-mbn-30{
  margin-bottom:-15rem!important
}

.u-mln-30{
  margin-left:-15rem!important
}

.u-mxn-30{
  margin-left:-15rem!important;
  margin-right:-15rem!important
}

.u-myn-30{
  margin-top:-15rem!important;
  margin-bottom:-15rem!important
}

.u-p-30{
  padding:15rem!important
}

.u-pt-30{
  padding-top:15rem!important
}

.u-pr-30{
  padding-right:15rem!important
}

.u-pb-30{
  padding-bottom:15rem!important
}

.u-pl-30{
  padding-left:15rem!important
}

.u-px-30{
  padding-left:15rem!important;
  padding-right:15rem!important
}

.u-py-30{
  padding-top:15rem!important;
  padding-bottom:15rem!important
}

@media (min-width: 36rem){
  .sm\:u-m-auto{
    margin:auto!important
  }

  .sm\:u-mt-auto{
    margin-top:auto!important
  }

  .sm\:u-mr-auto{
    margin-right:auto!important
  }

  .sm\:u-mb-auto{
    margin-bottom:auto!important
  }

  .sm\:u-ml-auto{
    margin-left:auto!important
  }

  .sm\:u-mx-auto{
    margin-left:auto!important;
    margin-right:auto!important
  }

  .sm\:u-my-auto{
    margin-top:auto!important;
    margin-bottom:auto!important
  }

  .sm\:u-m-0\.25{
    margin:.125rem!important
  }

  .sm\:u-mt-0\.25{
    margin-top:.125rem!important
  }

  .sm\:u-mr-0\.25{
    margin-right:.125rem!important
  }

  .sm\:u-mb-0\.25{
    margin-bottom:.125rem!important
  }

  .sm\:u-ml-0\.25{
    margin-left:.125rem!important
  }

  .sm\:u-mx-0\.25{
    margin-left:.125rem!important;
    margin-right:.125rem!important
  }

  .sm\:u-my-0\.25{
    margin-top:.125rem!important;
    margin-bottom:.125rem!important
  }

  .sm\:u-mn-0\.25{
    margin:-.125rem!important
  }

  .sm\:u-mtn-0\.25{
    margin-top:-.125rem!important
  }

  .sm\:u-mrn-0\.25{
    margin-right:-.125rem!important
  }

  .sm\:u-mbn-0\.25{
    margin-bottom:-.125rem!important
  }

  .sm\:u-mln-0\.25{
    margin-left:-.125rem!important
  }

  .sm\:u-mxn-0\.25{
    margin-left:-.125rem!important;
    margin-right:-.125rem!important
  }

  .sm\:u-myn-0\.25{
    margin-top:-.125rem!important;
    margin-bottom:-.125rem!important
  }

  .sm\:u-p-0\.25{
    padding:.125rem!important
  }

  .sm\:u-pt-0\.25{
    padding-top:.125rem!important
  }

  .sm\:u-pr-0\.25{
    padding-right:.125rem!important
  }

  .sm\:u-pb-0\.25{
    padding-bottom:.125rem!important
  }

  .sm\:u-pl-0\.25{
    padding-left:.125rem!important
  }

  .sm\:u-px-0\.25{
    padding-left:.125rem!important;
    padding-right:.125rem!important
  }

  .sm\:u-py-0\.25{
    padding-top:.125rem!important;
    padding-bottom:.125rem!important
  }

  .sm\:u-m-0\.5{
    margin:.25rem!important
  }

  .sm\:u-mt-0\.5{
    margin-top:.25rem!important
  }

  .sm\:u-mr-0\.5{
    margin-right:.25rem!important
  }

  .sm\:u-mb-0\.5{
    margin-bottom:.25rem!important
  }

  .sm\:u-ml-0\.5{
    margin-left:.25rem!important
  }

  .sm\:u-mx-0\.5{
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }

  .sm\:u-my-0\.5{
    margin-top:.25rem!important;
    margin-bottom:.25rem!important
  }

  .sm\:u-mn-0\.5{
    margin:-.25rem!important
  }

  .sm\:u-mtn-0\.5{
    margin-top:-.25rem!important
  }

  .sm\:u-mrn-0\.5{
    margin-right:-.25rem!important
  }

  .sm\:u-mbn-0\.5{
    margin-bottom:-.25rem!important
  }

  .sm\:u-mln-0\.5{
    margin-left:-.25rem!important
  }

  .sm\:u-mxn-0\.5{
    margin-left:-.25rem!important;
    margin-right:-.25rem!important
  }

  .sm\:u-myn-0\.5{
    margin-top:-.25rem!important;
    margin-bottom:-.25rem!important
  }

  .sm\:u-p-0\.5{
    padding:.25rem!important
  }

  .sm\:u-pt-0\.5{
    padding-top:.25rem!important
  }

  .sm\:u-pr-0\.5{
    padding-right:.25rem!important
  }

  .sm\:u-pb-0\.5{
    padding-bottom:.25rem!important
  }

  .sm\:u-pl-0\.5{
    padding-left:.25rem!important
  }

  .sm\:u-px-0\.5{
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }

  .sm\:u-py-0\.5{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
  }

  .sm\:u-m-1{
    margin:.5rem!important
  }

  .sm\:u-mt-1{
    margin-top:.5rem!important
  }

  .sm\:u-mr-1{
    margin-right:.5rem!important
  }

  .sm\:u-mb-1{
    margin-bottom:.5rem!important
  }

  .sm\:u-ml-1{
    margin-left:.5rem!important
  }

  .sm\:u-mx-1{
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }

  .sm\:u-my-1{
    margin-top:.5rem!important;
    margin-bottom:.5rem!important
  }

  .sm\:u-mn-1{
    margin:-.5rem!important
  }

  .sm\:u-mtn-1{
    margin-top:-.5rem!important
  }

  .sm\:u-mrn-1{
    margin-right:-.5rem!important
  }

  .sm\:u-mbn-1{
    margin-bottom:-.5rem!important
  }

  .sm\:u-mln-1{
    margin-left:-.5rem!important
  }

  .sm\:u-mxn-1{
    margin-left:-.5rem!important;
    margin-right:-.5rem!important
  }

  .sm\:u-myn-1{
    margin-top:-.5rem!important;
    margin-bottom:-.5rem!important
  }

  .sm\:u-p-1{
    padding:.5rem!important
  }

  .sm\:u-pt-1{
    padding-top:.5rem!important
  }

  .sm\:u-pr-1{
    padding-right:.5rem!important
  }

  .sm\:u-pb-1{
    padding-bottom:.5rem!important
  }

  .sm\:u-pl-1{
    padding-left:.5rem!important
  }

  .sm\:u-px-1{
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }

  .sm\:u-py-1{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
  }

  .sm\:u-m-1\.5{
    margin:.75rem!important
  }

  .sm\:u-mt-1\.5{
    margin-top:.75rem!important
  }

  .sm\:u-mr-1\.5{
    margin-right:.75rem!important
  }

  .sm\:u-mb-1\.5{
    margin-bottom:.75rem!important
  }

  .sm\:u-ml-1\.5{
    margin-left:.75rem!important
  }

  .sm\:u-mx-1\.5{
    margin-left:.75rem!important;
    margin-right:.75rem!important
  }

  .sm\:u-my-1\.5{
    margin-top:.75rem!important;
    margin-bottom:.75rem!important
  }

  .sm\:u-mn-1\.5{
    margin:-.75rem!important
  }

  .sm\:u-mtn-1\.5{
    margin-top:-.75rem!important
  }

  .sm\:u-mrn-1\.5{
    margin-right:-.75rem!important
  }

  .sm\:u-mbn-1\.5{
    margin-bottom:-.75rem!important
  }

  .sm\:u-mln-1\.5{
    margin-left:-.75rem!important
  }

  .sm\:u-mxn-1\.5{
    margin-left:-.75rem!important;
    margin-right:-.75rem!important
  }

  .sm\:u-myn-1\.5{
    margin-top:-.75rem!important;
    margin-bottom:-.75rem!important
  }

  .sm\:u-p-1\.5{
    padding:.75rem!important
  }

  .sm\:u-pt-1\.5{
    padding-top:.75rem!important
  }

  .sm\:u-pr-1\.5{
    padding-right:.75rem!important
  }

  .sm\:u-pb-1\.5{
    padding-bottom:.75rem!important
  }

  .sm\:u-pl-1\.5{
    padding-left:.75rem!important
  }

  .sm\:u-px-1\.5{
    padding-left:.75rem!important;
    padding-right:.75rem!important
  }

  .sm\:u-py-1\.5{
    padding-top:.75rem!important;
    padding-bottom:.75rem!important
  }

  .sm\:u-m-2{
    margin:1rem!important
  }

  .sm\:u-mt-2{
    margin-top:1rem!important
  }

  .sm\:u-mr-2{
    margin-right:1rem!important
  }

  .sm\:u-mb-2{
    margin-bottom:1rem!important
  }

  .sm\:u-ml-2{
    margin-left:1rem!important
  }

  .sm\:u-mx-2{
    margin-left:1rem!important;
    margin-right:1rem!important
  }

  .sm\:u-my-2{
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }

  .sm\:u-mn-2{
    margin:-1rem!important
  }

  .sm\:u-mtn-2{
    margin-top:-1rem!important
  }

  .sm\:u-mrn-2{
    margin-right:-1rem!important
  }

  .sm\:u-mbn-2{
    margin-bottom:-1rem!important
  }

  .sm\:u-mln-2{
    margin-left:-1rem!important
  }

  .sm\:u-mxn-2{
    margin-left:-1rem!important;
    margin-right:-1rem!important
  }

  .sm\:u-myn-2{
    margin-top:-1rem!important;
    margin-bottom:-1rem!important
  }

  .sm\:u-p-2{
    padding:1rem!important
  }

  .sm\:u-pt-2{
    padding-top:1rem!important
  }

  .sm\:u-pr-2{
    padding-right:1rem!important
  }

  .sm\:u-pb-2{
    padding-bottom:1rem!important
  }

  .sm\:u-pl-2{
    padding-left:1rem!important
  }

  .sm\:u-px-2{
    padding-left:1rem!important;
    padding-right:1rem!important
  }

  .sm\:u-py-2{
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }

  .sm\:u-m-2\.5{
    margin:1.25rem!important
  }

  .sm\:u-mt-2\.5{
    margin-top:1.25rem!important
  }

  .sm\:u-mr-2\.5{
    margin-right:1.25rem!important
  }

  .sm\:u-mb-2\.5{
    margin-bottom:1.25rem!important
  }

  .sm\:u-ml-2\.5{
    margin-left:1.25rem!important
  }

  .sm\:u-mx-2\.5{
    margin-left:1.25rem!important;
    margin-right:1.25rem!important
  }

  .sm\:u-my-2\.5{
    margin-top:1.25rem!important;
    margin-bottom:1.25rem!important
  }

  .sm\:u-mn-2\.5{
    margin:-1.25rem!important
  }

  .sm\:u-mtn-2\.5{
    margin-top:-1.25rem!important
  }

  .sm\:u-mrn-2\.5{
    margin-right:-1.25rem!important
  }

  .sm\:u-mbn-2\.5{
    margin-bottom:-1.25rem!important
  }

  .sm\:u-mln-2\.5{
    margin-left:-1.25rem!important
  }

  .sm\:u-mxn-2\.5{
    margin-left:-1.25rem!important;
    margin-right:-1.25rem!important
  }

  .sm\:u-myn-2\.5{
    margin-top:-1.25rem!important;
    margin-bottom:-1.25rem!important
  }

  .sm\:u-p-2\.5{
    padding:1.25rem!important
  }

  .sm\:u-pt-2\.5{
    padding-top:1.25rem!important
  }

  .sm\:u-pr-2\.5{
    padding-right:1.25rem!important
  }

  .sm\:u-pb-2\.5{
    padding-bottom:1.25rem!important
  }

  .sm\:u-pl-2\.5{
    padding-left:1.25rem!important
  }

  .sm\:u-px-2\.5{
    padding-left:1.25rem!important;
    padding-right:1.25rem!important
  }

  .sm\:u-py-2\.5{
    padding-top:1.25rem!important;
    padding-bottom:1.25rem!important
  }

  .sm\:u-m-3{
    margin:1.5rem!important
  }

  .sm\:u-mt-3{
    margin-top:1.5rem!important
  }

  .sm\:u-mr-3{
    margin-right:1.5rem!important
  }

  .sm\:u-mb-3{
    margin-bottom:1.5rem!important
  }

  .sm\:u-ml-3{
    margin-left:1.5rem!important
  }

  .sm\:u-mx-3{
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }

  .sm\:u-my-3{
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }

  .sm\:u-mn-3{
    margin:-1.5rem!important
  }

  .sm\:u-mtn-3{
    margin-top:-1.5rem!important
  }

  .sm\:u-mrn-3{
    margin-right:-1.5rem!important
  }

  .sm\:u-mbn-3{
    margin-bottom:-1.5rem!important
  }

  .sm\:u-mln-3{
    margin-left:-1.5rem!important
  }

  .sm\:u-mxn-3{
    margin-left:-1.5rem!important;
    margin-right:-1.5rem!important
  }

  .sm\:u-myn-3{
    margin-top:-1.5rem!important;
    margin-bottom:-1.5rem!important
  }

  .sm\:u-p-3{
    padding:1.5rem!important
  }

  .sm\:u-pt-3{
    padding-top:1.5rem!important
  }

  .sm\:u-pr-3{
    padding-right:1.5rem!important
  }

  .sm\:u-pb-3{
    padding-bottom:1.5rem!important
  }

  .sm\:u-pl-3{
    padding-left:1.5rem!important
  }

  .sm\:u-px-3{
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }

  .sm\:u-py-3{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }

  .sm\:u-m-4{
    margin:2rem!important
  }

  .sm\:u-mt-4{
    margin-top:2rem!important
  }

  .sm\:u-mr-4{
    margin-right:2rem!important
  }

  .sm\:u-mb-4{
    margin-bottom:2rem!important
  }

  .sm\:u-ml-4{
    margin-left:2rem!important
  }

  .sm\:u-mx-4{
    margin-left:2rem!important;
    margin-right:2rem!important
  }

  .sm\:u-my-4{
    margin-top:2rem!important;
    margin-bottom:2rem!important
  }

  .sm\:u-mn-4{
    margin:-2rem!important
  }

  .sm\:u-mtn-4{
    margin-top:-2rem!important
  }

  .sm\:u-mrn-4{
    margin-right:-2rem!important
  }

  .sm\:u-mbn-4{
    margin-bottom:-2rem!important
  }

  .sm\:u-mln-4{
    margin-left:-2rem!important
  }

  .sm\:u-mxn-4{
    margin-left:-2rem!important;
    margin-right:-2rem!important
  }

  .sm\:u-myn-4{
    margin-top:-2rem!important;
    margin-bottom:-2rem!important
  }

  .sm\:u-p-4{
    padding:2rem!important
  }

  .sm\:u-pt-4{
    padding-top:2rem!important
  }

  .sm\:u-pr-4{
    padding-right:2rem!important
  }

  .sm\:u-pb-4{
    padding-bottom:2rem!important
  }

  .sm\:u-pl-4{
    padding-left:2rem!important
  }

  .sm\:u-px-4{
    padding-left:2rem!important;
    padding-right:2rem!important
  }

  .sm\:u-py-4{
    padding-top:2rem!important;
    padding-bottom:2rem!important
  }

  .sm\:u-m-6{
    margin:3rem!important
  }

  .sm\:u-mt-6{
    margin-top:3rem!important
  }

  .sm\:u-mr-6{
    margin-right:3rem!important
  }

  .sm\:u-mb-6{
    margin-bottom:3rem!important
  }

  .sm\:u-ml-6{
    margin-left:3rem!important
  }

  .sm\:u-mx-6{
    margin-left:3rem!important;
    margin-right:3rem!important
  }

  .sm\:u-my-6{
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }

  .sm\:u-mn-6{
    margin:-3rem!important
  }

  .sm\:u-mtn-6{
    margin-top:-3rem!important
  }

  .sm\:u-mrn-6{
    margin-right:-3rem!important
  }

  .sm\:u-mbn-6{
    margin-bottom:-3rem!important
  }

  .sm\:u-mln-6{
    margin-left:-3rem!important
  }

  .sm\:u-mxn-6{
    margin-left:-3rem!important;
    margin-right:-3rem!important
  }

  .sm\:u-myn-6{
    margin-top:-3rem!important;
    margin-bottom:-3rem!important
  }

  .sm\:u-p-6{
    padding:3rem!important
  }

  .sm\:u-pt-6{
    padding-top:3rem!important
  }

  .sm\:u-pr-6{
    padding-right:3rem!important
  }

  .sm\:u-pb-6{
    padding-bottom:3rem!important
  }

  .sm\:u-pl-6{
    padding-left:3rem!important
  }

  .sm\:u-px-6{
    padding-left:3rem!important;
    padding-right:3rem!important
  }

  .sm\:u-py-6{
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }

  .sm\:u-m-8{
    margin:4rem!important
  }

  .sm\:u-mt-8{
    margin-top:4rem!important
  }

  .sm\:u-mr-8{
    margin-right:4rem!important
  }

  .sm\:u-mb-8{
    margin-bottom:4rem!important
  }

  .sm\:u-ml-8{
    margin-left:4rem!important
  }

  .sm\:u-mx-8{
    margin-left:4rem!important;
    margin-right:4rem!important
  }

  .sm\:u-my-8{
    margin-top:4rem!important;
    margin-bottom:4rem!important
  }

  .sm\:u-mn-8{
    margin:-4rem!important
  }

  .sm\:u-mtn-8{
    margin-top:-4rem!important
  }

  .sm\:u-mrn-8{
    margin-right:-4rem!important
  }

  .sm\:u-mbn-8{
    margin-bottom:-4rem!important
  }

  .sm\:u-mln-8{
    margin-left:-4rem!important
  }

  .sm\:u-mxn-8{
    margin-left:-4rem!important;
    margin-right:-4rem!important
  }

  .sm\:u-myn-8{
    margin-top:-4rem!important;
    margin-bottom:-4rem!important
  }

  .sm\:u-p-8{
    padding:4rem!important
  }

  .sm\:u-pt-8{
    padding-top:4rem!important
  }

  .sm\:u-pr-8{
    padding-right:4rem!important
  }

  .sm\:u-pb-8{
    padding-bottom:4rem!important
  }

  .sm\:u-pl-8{
    padding-left:4rem!important
  }

  .sm\:u-px-8{
    padding-left:4rem!important;
    padding-right:4rem!important
  }

  .sm\:u-py-8{
    padding-top:4rem!important;
    padding-bottom:4rem!important
  }

  .sm\:u-m-10{
    margin:5rem!important
  }

  .sm\:u-mt-10{
    margin-top:5rem!important
  }

  .sm\:u-mr-10{
    margin-right:5rem!important
  }

  .sm\:u-mb-10{
    margin-bottom:5rem!important
  }

  .sm\:u-ml-10{
    margin-left:5rem!important
  }

  .sm\:u-mx-10{
    margin-left:5rem!important;
    margin-right:5rem!important
  }

  .sm\:u-my-10{
    margin-top:5rem!important;
    margin-bottom:5rem!important
  }

  .sm\:u-mn-10{
    margin:-5rem!important
  }

  .sm\:u-mtn-10{
    margin-top:-5rem!important
  }

  .sm\:u-mrn-10{
    margin-right:-5rem!important
  }

  .sm\:u-mbn-10{
    margin-bottom:-5rem!important
  }

  .sm\:u-mln-10{
    margin-left:-5rem!important
  }

  .sm\:u-mxn-10{
    margin-left:-5rem!important;
    margin-right:-5rem!important
  }

  .sm\:u-myn-10{
    margin-top:-5rem!important;
    margin-bottom:-5rem!important
  }

  .sm\:u-p-10{
    padding:5rem!important
  }

  .sm\:u-pt-10{
    padding-top:5rem!important
  }

  .sm\:u-pr-10{
    padding-right:5rem!important
  }

  .sm\:u-pb-10{
    padding-bottom:5rem!important
  }

  .sm\:u-pl-10{
    padding-left:5rem!important
  }

  .sm\:u-px-10{
    padding-left:5rem!important;
    padding-right:5rem!important
  }

  .sm\:u-py-10{
    padding-top:5rem!important;
    padding-bottom:5rem!important
  }

  .sm\:u-m-12{
    margin:6rem!important
  }

  .sm\:u-mt-12{
    margin-top:6rem!important
  }

  .sm\:u-mr-12{
    margin-right:6rem!important
  }

  .sm\:u-mb-12{
    margin-bottom:6rem!important
  }

  .sm\:u-ml-12{
    margin-left:6rem!important
  }

  .sm\:u-mx-12{
    margin-left:6rem!important;
    margin-right:6rem!important
  }

  .sm\:u-my-12{
    margin-top:6rem!important;
    margin-bottom:6rem!important
  }

  .sm\:u-mn-12{
    margin:-6rem!important
  }

  .sm\:u-mtn-12{
    margin-top:-6rem!important
  }

  .sm\:u-mrn-12{
    margin-right:-6rem!important
  }

  .sm\:u-mbn-12{
    margin-bottom:-6rem!important
  }

  .sm\:u-mln-12{
    margin-left:-6rem!important
  }

  .sm\:u-mxn-12{
    margin-left:-6rem!important;
    margin-right:-6rem!important
  }

  .sm\:u-myn-12{
    margin-top:-6rem!important;
    margin-bottom:-6rem!important
  }

  .sm\:u-p-12{
    padding:6rem!important
  }

  .sm\:u-pt-12{
    padding-top:6rem!important
  }

  .sm\:u-pr-12{
    padding-right:6rem!important
  }

  .sm\:u-pb-12{
    padding-bottom:6rem!important
  }

  .sm\:u-pl-12{
    padding-left:6rem!important
  }

  .sm\:u-px-12{
    padding-left:6rem!important;
    padding-right:6rem!important
  }

  .sm\:u-py-12{
    padding-top:6rem!important;
    padding-bottom:6rem!important
  }

  .sm\:u-m-16{
    margin:8rem!important
  }

  .sm\:u-mt-16{
    margin-top:8rem!important
  }

  .sm\:u-mr-16{
    margin-right:8rem!important
  }

  .sm\:u-mb-16{
    margin-bottom:8rem!important
  }

  .sm\:u-ml-16{
    margin-left:8rem!important
  }

  .sm\:u-mx-16{
    margin-left:8rem!important;
    margin-right:8rem!important
  }

  .sm\:u-my-16{
    margin-top:8rem!important;
    margin-bottom:8rem!important
  }

  .sm\:u-mn-16{
    margin:-8rem!important
  }

  .sm\:u-mtn-16{
    margin-top:-8rem!important
  }

  .sm\:u-mrn-16{
    margin-right:-8rem!important
  }

  .sm\:u-mbn-16{
    margin-bottom:-8rem!important
  }

  .sm\:u-mln-16{
    margin-left:-8rem!important
  }

  .sm\:u-mxn-16{
    margin-left:-8rem!important;
    margin-right:-8rem!important
  }

  .sm\:u-myn-16{
    margin-top:-8rem!important;
    margin-bottom:-8rem!important
  }

  .sm\:u-p-16{
    padding:8rem!important
  }

  .sm\:u-pt-16{
    padding-top:8rem!important
  }

  .sm\:u-pr-16{
    padding-right:8rem!important
  }

  .sm\:u-pb-16{
    padding-bottom:8rem!important
  }

  .sm\:u-pl-16{
    padding-left:8rem!important
  }

  .sm\:u-px-16{
    padding-left:8rem!important;
    padding-right:8rem!important
  }

  .sm\:u-py-16{
    padding-top:8rem!important;
    padding-bottom:8rem!important
  }

  .sm\:u-m-20{
    margin:10rem!important
  }

  .sm\:u-mt-20{
    margin-top:10rem!important
  }

  .sm\:u-mr-20{
    margin-right:10rem!important
  }

  .sm\:u-mb-20{
    margin-bottom:10rem!important
  }

  .sm\:u-ml-20{
    margin-left:10rem!important
  }

  .sm\:u-mx-20{
    margin-left:10rem!important;
    margin-right:10rem!important
  }

  .sm\:u-my-20{
    margin-top:10rem!important;
    margin-bottom:10rem!important
  }

  .sm\:u-mn-20{
    margin:-10rem!important
  }

  .sm\:u-mtn-20{
    margin-top:-10rem!important
  }

  .sm\:u-mrn-20{
    margin-right:-10rem!important
  }

  .sm\:u-mbn-20{
    margin-bottom:-10rem!important
  }

  .sm\:u-mln-20{
    margin-left:-10rem!important
  }

  .sm\:u-mxn-20{
    margin-left:-10rem!important;
    margin-right:-10rem!important
  }

  .sm\:u-myn-20{
    margin-top:-10rem!important;
    margin-bottom:-10rem!important
  }

  .sm\:u-p-20{
    padding:10rem!important
  }

  .sm\:u-pt-20{
    padding-top:10rem!important
  }

  .sm\:u-pr-20{
    padding-right:10rem!important
  }

  .sm\:u-pb-20{
    padding-bottom:10rem!important
  }

  .sm\:u-pl-20{
    padding-left:10rem!important
  }

  .sm\:u-px-20{
    padding-left:10rem!important;
    padding-right:10rem!important
  }

  .sm\:u-py-20{
    padding-top:10rem!important;
    padding-bottom:10rem!important
  }

  .sm\:u-m-25{
    margin:12.5rem!important
  }

  .sm\:u-mt-25{
    margin-top:12.5rem!important
  }

  .sm\:u-mr-25{
    margin-right:12.5rem!important
  }

  .sm\:u-mb-25{
    margin-bottom:12.5rem!important
  }

  .sm\:u-ml-25{
    margin-left:12.5rem!important
  }

  .sm\:u-mx-25{
    margin-left:12.5rem!important;
    margin-right:12.5rem!important
  }

  .sm\:u-my-25{
    margin-top:12.5rem!important;
    margin-bottom:12.5rem!important
  }

  .sm\:u-mn-25{
    margin:-12.5rem!important
  }

  .sm\:u-mtn-25{
    margin-top:-12.5rem!important
  }

  .sm\:u-mrn-25{
    margin-right:-12.5rem!important
  }

  .sm\:u-mbn-25{
    margin-bottom:-12.5rem!important
  }

  .sm\:u-mln-25{
    margin-left:-12.5rem!important
  }

  .sm\:u-mxn-25{
    margin-left:-12.5rem!important;
    margin-right:-12.5rem!important
  }

  .sm\:u-myn-25{
    margin-top:-12.5rem!important;
    margin-bottom:-12.5rem!important
  }

  .sm\:u-p-25{
    padding:12.5rem!important
  }

  .sm\:u-pt-25{
    padding-top:12.5rem!important
  }

  .sm\:u-pr-25{
    padding-right:12.5rem!important
  }

  .sm\:u-pb-25{
    padding-bottom:12.5rem!important
  }

  .sm\:u-pl-25{
    padding-left:12.5rem!important
  }

  .sm\:u-px-25{
    padding-left:12.5rem!important;
    padding-right:12.5rem!important
  }

  .sm\:u-py-25{
    padding-top:12.5rem!important;
    padding-bottom:12.5rem!important
  }

  .sm\:u-m-30{
    margin:15rem!important
  }

  .sm\:u-mt-30{
    margin-top:15rem!important
  }

  .sm\:u-mr-30{
    margin-right:15rem!important
  }

  .sm\:u-mb-30{
    margin-bottom:15rem!important
  }

  .sm\:u-ml-30{
    margin-left:15rem!important
  }

  .sm\:u-mx-30{
    margin-left:15rem!important;
    margin-right:15rem!important
  }

  .sm\:u-my-30{
    margin-top:15rem!important;
    margin-bottom:15rem!important
  }

  .sm\:u-mn-30{
    margin:-15rem!important
  }

  .sm\:u-mtn-30{
    margin-top:-15rem!important
  }

  .sm\:u-mrn-30{
    margin-right:-15rem!important
  }

  .sm\:u-mbn-30{
    margin-bottom:-15rem!important
  }

  .sm\:u-mln-30{
    margin-left:-15rem!important
  }

  .sm\:u-mxn-30{
    margin-left:-15rem!important;
    margin-right:-15rem!important
  }

  .sm\:u-myn-30{
    margin-top:-15rem!important;
    margin-bottom:-15rem!important
  }

  .sm\:u-p-30{
    padding:15rem!important
  }

  .sm\:u-pt-30{
    padding-top:15rem!important
  }

  .sm\:u-pr-30{
    padding-right:15rem!important
  }

  .sm\:u-pb-30{
    padding-bottom:15rem!important
  }

  .sm\:u-pl-30{
    padding-left:15rem!important
  }

  .sm\:u-px-30{
    padding-left:15rem!important;
    padding-right:15rem!important
  }

  .sm\:u-py-30{
    padding-top:15rem!important;
    padding-bottom:15rem!important
  }
}

@media (min-width: 48rem){
  .md\:u-m-auto{
    margin:auto!important
  }

  .md\:u-mt-auto{
    margin-top:auto!important
  }

  .md\:u-mr-auto{
    margin-right:auto!important
  }

  .md\:u-mb-auto{
    margin-bottom:auto!important
  }

  .md\:u-ml-auto{
    margin-left:auto!important
  }

  .md\:u-mx-auto{
    margin-left:auto!important;
    margin-right:auto!important
  }

  .md\:u-my-auto{
    margin-top:auto!important;
    margin-bottom:auto!important
  }

  .md\:u-m-0\.25{
    margin:.125rem!important
  }

  .md\:u-mt-0\.25{
    margin-top:.125rem!important
  }

  .md\:u-mr-0\.25{
    margin-right:.125rem!important
  }

  .md\:u-mb-0\.25{
    margin-bottom:.125rem!important
  }

  .md\:u-ml-0\.25{
    margin-left:.125rem!important
  }

  .md\:u-mx-0\.25{
    margin-left:.125rem!important;
    margin-right:.125rem!important
  }

  .md\:u-my-0\.25{
    margin-top:.125rem!important;
    margin-bottom:.125rem!important
  }

  .md\:u-mn-0\.25{
    margin:-.125rem!important
  }

  .md\:u-mtn-0\.25{
    margin-top:-.125rem!important
  }

  .md\:u-mrn-0\.25{
    margin-right:-.125rem!important
  }

  .md\:u-mbn-0\.25{
    margin-bottom:-.125rem!important
  }

  .md\:u-mln-0\.25{
    margin-left:-.125rem!important
  }

  .md\:u-mxn-0\.25{
    margin-left:-.125rem!important;
    margin-right:-.125rem!important
  }

  .md\:u-myn-0\.25{
    margin-top:-.125rem!important;
    margin-bottom:-.125rem!important
  }

  .md\:u-p-0\.25{
    padding:.125rem!important
  }

  .md\:u-pt-0\.25{
    padding-top:.125rem!important
  }

  .md\:u-pr-0\.25{
    padding-right:.125rem!important
  }

  .md\:u-pb-0\.25{
    padding-bottom:.125rem!important
  }

  .md\:u-pl-0\.25{
    padding-left:.125rem!important
  }

  .md\:u-px-0\.25{
    padding-left:.125rem!important;
    padding-right:.125rem!important
  }

  .md\:u-py-0\.25{
    padding-top:.125rem!important;
    padding-bottom:.125rem!important
  }

  .md\:u-m-0\.5{
    margin:.25rem!important
  }

  .md\:u-mt-0\.5{
    margin-top:.25rem!important
  }

  .md\:u-mr-0\.5{
    margin-right:.25rem!important
  }

  .md\:u-mb-0\.5{
    margin-bottom:.25rem!important
  }

  .md\:u-ml-0\.5{
    margin-left:.25rem!important
  }

  .md\:u-mx-0\.5{
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }

  .md\:u-my-0\.5{
    margin-top:.25rem!important;
    margin-bottom:.25rem!important
  }

  .md\:u-mn-0\.5{
    margin:-.25rem!important
  }

  .md\:u-mtn-0\.5{
    margin-top:-.25rem!important
  }

  .md\:u-mrn-0\.5{
    margin-right:-.25rem!important
  }

  .md\:u-mbn-0\.5{
    margin-bottom:-.25rem!important
  }

  .md\:u-mln-0\.5{
    margin-left:-.25rem!important
  }

  .md\:u-mxn-0\.5{
    margin-left:-.25rem!important;
    margin-right:-.25rem!important
  }

  .md\:u-myn-0\.5{
    margin-top:-.25rem!important;
    margin-bottom:-.25rem!important
  }

  .md\:u-p-0\.5{
    padding:.25rem!important
  }

  .md\:u-pt-0\.5{
    padding-top:.25rem!important
  }

  .md\:u-pr-0\.5{
    padding-right:.25rem!important
  }

  .md\:u-pb-0\.5{
    padding-bottom:.25rem!important
  }

  .md\:u-pl-0\.5{
    padding-left:.25rem!important
  }

  .md\:u-px-0\.5{
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }

  .md\:u-py-0\.5{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
  }

  .md\:u-m-1{
    margin:.5rem!important
  }

  .md\:u-mt-1{
    margin-top:.5rem!important
  }

  .md\:u-mr-1{
    margin-right:.5rem!important
  }

  .md\:u-mb-1{
    margin-bottom:.5rem!important
  }

  .md\:u-ml-1{
    margin-left:.5rem!important
  }

  .md\:u-mx-1{
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }

  .md\:u-my-1{
    margin-top:.5rem!important;
    margin-bottom:.5rem!important
  }

  .md\:u-mn-1{
    margin:-.5rem!important
  }

  .md\:u-mtn-1{
    margin-top:-.5rem!important
  }

  .md\:u-mrn-1{
    margin-right:-.5rem!important
  }

  .md\:u-mbn-1{
    margin-bottom:-.5rem!important
  }

  .md\:u-mln-1{
    margin-left:-.5rem!important
  }

  .md\:u-mxn-1{
    margin-left:-.5rem!important;
    margin-right:-.5rem!important
  }

  .md\:u-myn-1{
    margin-top:-.5rem!important;
    margin-bottom:-.5rem!important
  }

  .md\:u-p-1{
    padding:.5rem!important
  }

  .md\:u-pt-1{
    padding-top:.5rem!important
  }

  .md\:u-pr-1{
    padding-right:.5rem!important
  }

  .md\:u-pb-1{
    padding-bottom:.5rem!important
  }

  .md\:u-pl-1{
    padding-left:.5rem!important
  }

  .md\:u-px-1{
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }

  .md\:u-py-1{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
  }

  .md\:u-m-1\.5{
    margin:.75rem!important
  }

  .md\:u-mt-1\.5{
    margin-top:.75rem!important
  }

  .md\:u-mr-1\.5{
    margin-right:.75rem!important
  }

  .md\:u-mb-1\.5{
    margin-bottom:.75rem!important
  }

  .md\:u-ml-1\.5{
    margin-left:.75rem!important
  }

  .md\:u-mx-1\.5{
    margin-left:.75rem!important;
    margin-right:.75rem!important
  }

  .md\:u-my-1\.5{
    margin-top:.75rem!important;
    margin-bottom:.75rem!important
  }

  .md\:u-mn-1\.5{
    margin:-.75rem!important
  }

  .md\:u-mtn-1\.5{
    margin-top:-.75rem!important
  }

  .md\:u-mrn-1\.5{
    margin-right:-.75rem!important
  }

  .md\:u-mbn-1\.5{
    margin-bottom:-.75rem!important
  }

  .md\:u-mln-1\.5{
    margin-left:-.75rem!important
  }

  .md\:u-mxn-1\.5{
    margin-left:-.75rem!important;
    margin-right:-.75rem!important
  }

  .md\:u-myn-1\.5{
    margin-top:-.75rem!important;
    margin-bottom:-.75rem!important
  }

  .md\:u-p-1\.5{
    padding:.75rem!important
  }

  .md\:u-pt-1\.5{
    padding-top:.75rem!important
  }

  .md\:u-pr-1\.5{
    padding-right:.75rem!important
  }

  .md\:u-pb-1\.5{
    padding-bottom:.75rem!important
  }

  .md\:u-pl-1\.5{
    padding-left:.75rem!important
  }

  .md\:u-px-1\.5{
    padding-left:.75rem!important;
    padding-right:.75rem!important
  }

  .md\:u-py-1\.5{
    padding-top:.75rem!important;
    padding-bottom:.75rem!important
  }

  .md\:u-m-2{
    margin:1rem!important
  }

  .md\:u-mt-2{
    margin-top:1rem!important
  }

  .md\:u-mr-2{
    margin-right:1rem!important
  }

  .md\:u-mb-2{
    margin-bottom:1rem!important
  }

  .md\:u-ml-2{
    margin-left:1rem!important
  }

  .md\:u-mx-2{
    margin-left:1rem!important;
    margin-right:1rem!important
  }

  .md\:u-my-2{
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }

  .md\:u-mn-2{
    margin:-1rem!important
  }

  .md\:u-mtn-2{
    margin-top:-1rem!important
  }

  .md\:u-mrn-2{
    margin-right:-1rem!important
  }

  .md\:u-mbn-2{
    margin-bottom:-1rem!important
  }

  .md\:u-mln-2{
    margin-left:-1rem!important
  }

  .md\:u-mxn-2{
    margin-left:-1rem!important;
    margin-right:-1rem!important
  }

  .md\:u-myn-2{
    margin-top:-1rem!important;
    margin-bottom:-1rem!important
  }

  .md\:u-p-2{
    padding:1rem!important
  }

  .md\:u-pt-2{
    padding-top:1rem!important
  }

  .md\:u-pr-2{
    padding-right:1rem!important
  }

  .md\:u-pb-2{
    padding-bottom:1rem!important
  }

  .md\:u-pl-2{
    padding-left:1rem!important
  }

  .md\:u-px-2{
    padding-left:1rem!important;
    padding-right:1rem!important
  }

  .md\:u-py-2{
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }

  .md\:u-m-2\.5{
    margin:1.25rem!important
  }

  .md\:u-mt-2\.5{
    margin-top:1.25rem!important
  }

  .md\:u-mr-2\.5{
    margin-right:1.25rem!important
  }

  .md\:u-mb-2\.5{
    margin-bottom:1.25rem!important
  }

  .md\:u-ml-2\.5{
    margin-left:1.25rem!important
  }

  .md\:u-mx-2\.5{
    margin-left:1.25rem!important;
    margin-right:1.25rem!important
  }

  .md\:u-my-2\.5{
    margin-top:1.25rem!important;
    margin-bottom:1.25rem!important
  }

  .md\:u-mn-2\.5{
    margin:-1.25rem!important
  }

  .md\:u-mtn-2\.5{
    margin-top:-1.25rem!important
  }

  .md\:u-mrn-2\.5{
    margin-right:-1.25rem!important
  }

  .md\:u-mbn-2\.5{
    margin-bottom:-1.25rem!important
  }

  .md\:u-mln-2\.5{
    margin-left:-1.25rem!important
  }

  .md\:u-mxn-2\.5{
    margin-left:-1.25rem!important;
    margin-right:-1.25rem!important
  }

  .md\:u-myn-2\.5{
    margin-top:-1.25rem!important;
    margin-bottom:-1.25rem!important
  }

  .md\:u-p-2\.5{
    padding:1.25rem!important
  }

  .md\:u-pt-2\.5{
    padding-top:1.25rem!important
  }

  .md\:u-pr-2\.5{
    padding-right:1.25rem!important
  }

  .md\:u-pb-2\.5{
    padding-bottom:1.25rem!important
  }

  .md\:u-pl-2\.5{
    padding-left:1.25rem!important
  }

  .md\:u-px-2\.5{
    padding-left:1.25rem!important;
    padding-right:1.25rem!important
  }

  .md\:u-py-2\.5{
    padding-top:1.25rem!important;
    padding-bottom:1.25rem!important
  }

  .md\:u-m-3{
    margin:1.5rem!important
  }

  .md\:u-mt-3{
    margin-top:1.5rem!important
  }

  .md\:u-mr-3{
    margin-right:1.5rem!important
  }

  .md\:u-mb-3{
    margin-bottom:1.5rem!important
  }

  .md\:u-ml-3{
    margin-left:1.5rem!important
  }

  .md\:u-mx-3{
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }

  .md\:u-my-3{
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }

  .md\:u-mn-3{
    margin:-1.5rem!important
  }

  .md\:u-mtn-3{
    margin-top:-1.5rem!important
  }

  .md\:u-mrn-3{
    margin-right:-1.5rem!important
  }

  .md\:u-mbn-3{
    margin-bottom:-1.5rem!important
  }

  .md\:u-mln-3{
    margin-left:-1.5rem!important
  }

  .md\:u-mxn-3{
    margin-left:-1.5rem!important;
    margin-right:-1.5rem!important
  }

  .md\:u-myn-3{
    margin-top:-1.5rem!important;
    margin-bottom:-1.5rem!important
  }

  .md\:u-p-3{
    padding:1.5rem!important
  }

  .md\:u-pt-3{
    padding-top:1.5rem!important
  }

  .md\:u-pr-3{
    padding-right:1.5rem!important
  }

  .md\:u-pb-3{
    padding-bottom:1.5rem!important
  }

  .md\:u-pl-3{
    padding-left:1.5rem!important
  }

  .md\:u-px-3{
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }

  .md\:u-py-3{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }

  .md\:u-m-4{
    margin:2rem!important
  }

  .md\:u-mt-4{
    margin-top:2rem!important
  }

  .md\:u-mr-4{
    margin-right:2rem!important
  }

  .md\:u-mb-4{
    margin-bottom:2rem!important
  }

  .md\:u-ml-4{
    margin-left:2rem!important
  }

  .md\:u-mx-4{
    margin-left:2rem!important;
    margin-right:2rem!important
  }

  .md\:u-my-4{
    margin-top:2rem!important;
    margin-bottom:2rem!important
  }

  .md\:u-mn-4{
    margin:-2rem!important
  }

  .md\:u-mtn-4{
    margin-top:-2rem!important
  }

  .md\:u-mrn-4{
    margin-right:-2rem!important
  }

  .md\:u-mbn-4{
    margin-bottom:-2rem!important
  }

  .md\:u-mln-4{
    margin-left:-2rem!important
  }

  .md\:u-mxn-4{
    margin-left:-2rem!important;
    margin-right:-2rem!important
  }

  .md\:u-myn-4{
    margin-top:-2rem!important;
    margin-bottom:-2rem!important
  }

  .md\:u-p-4{
    padding:2rem!important
  }

  .md\:u-pt-4{
    padding-top:2rem!important
  }

  .md\:u-pr-4{
    padding-right:2rem!important
  }

  .md\:u-pb-4{
    padding-bottom:2rem!important
  }

  .md\:u-pl-4{
    padding-left:2rem!important
  }

  .md\:u-px-4{
    padding-left:2rem!important;
    padding-right:2rem!important
  }

  .md\:u-py-4{
    padding-top:2rem!important;
    padding-bottom:2rem!important
  }

  .md\:u-m-6{
    margin:3rem!important
  }

  .md\:u-mt-6{
    margin-top:3rem!important
  }

  .md\:u-mr-6{
    margin-right:3rem!important
  }

  .md\:u-mb-6{
    margin-bottom:3rem!important
  }

  .md\:u-ml-6{
    margin-left:3rem!important
  }

  .md\:u-mx-6{
    margin-left:3rem!important;
    margin-right:3rem!important
  }

  .md\:u-my-6{
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }

  .md\:u-mn-6{
    margin:-3rem!important
  }

  .md\:u-mtn-6{
    margin-top:-3rem!important
  }

  .md\:u-mrn-6{
    margin-right:-3rem!important
  }

  .md\:u-mbn-6{
    margin-bottom:-3rem!important
  }

  .md\:u-mln-6{
    margin-left:-3rem!important
  }

  .md\:u-mxn-6{
    margin-left:-3rem!important;
    margin-right:-3rem!important
  }

  .md\:u-myn-6{
    margin-top:-3rem!important;
    margin-bottom:-3rem!important
  }

  .md\:u-p-6{
    padding:3rem!important
  }

  .md\:u-pt-6{
    padding-top:3rem!important
  }

  .md\:u-pr-6{
    padding-right:3rem!important
  }

  .md\:u-pb-6{
    padding-bottom:3rem!important
  }

  .md\:u-pl-6{
    padding-left:3rem!important
  }

  .md\:u-px-6{
    padding-left:3rem!important;
    padding-right:3rem!important
  }

  .md\:u-py-6{
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }

  .md\:u-m-8{
    margin:4rem!important
  }

  .md\:u-mt-8{
    margin-top:4rem!important
  }

  .md\:u-mr-8{
    margin-right:4rem!important
  }

  .md\:u-mb-8{
    margin-bottom:4rem!important
  }

  .md\:u-ml-8{
    margin-left:4rem!important
  }

  .md\:u-mx-8{
    margin-left:4rem!important;
    margin-right:4rem!important
  }

  .md\:u-my-8{
    margin-top:4rem!important;
    margin-bottom:4rem!important
  }

  .md\:u-mn-8{
    margin:-4rem!important
  }

  .md\:u-mtn-8{
    margin-top:-4rem!important
  }

  .md\:u-mrn-8{
    margin-right:-4rem!important
  }

  .md\:u-mbn-8{
    margin-bottom:-4rem!important
  }

  .md\:u-mln-8{
    margin-left:-4rem!important
  }

  .md\:u-mxn-8{
    margin-left:-4rem!important;
    margin-right:-4rem!important
  }

  .md\:u-myn-8{
    margin-top:-4rem!important;
    margin-bottom:-4rem!important
  }

  .md\:u-p-8{
    padding:4rem!important
  }

  .md\:u-pt-8{
    padding-top:4rem!important
  }

  .md\:u-pr-8{
    padding-right:4rem!important
  }

  .md\:u-pb-8{
    padding-bottom:4rem!important
  }

  .md\:u-pl-8{
    padding-left:4rem!important
  }

  .md\:u-px-8{
    padding-left:4rem!important;
    padding-right:4rem!important
  }

  .md\:u-py-8{
    padding-top:4rem!important;
    padding-bottom:4rem!important
  }

  .md\:u-m-10{
    margin:5rem!important
  }

  .md\:u-mt-10{
    margin-top:5rem!important
  }

  .md\:u-mr-10{
    margin-right:5rem!important
  }

  .md\:u-mb-10{
    margin-bottom:5rem!important
  }

  .md\:u-ml-10{
    margin-left:5rem!important
  }

  .md\:u-mx-10{
    margin-left:5rem!important;
    margin-right:5rem!important
  }

  .md\:u-my-10{
    margin-top:5rem!important;
    margin-bottom:5rem!important
  }

  .md\:u-mn-10{
    margin:-5rem!important
  }

  .md\:u-mtn-10{
    margin-top:-5rem!important
  }

  .md\:u-mrn-10{
    margin-right:-5rem!important
  }

  .md\:u-mbn-10{
    margin-bottom:-5rem!important
  }

  .md\:u-mln-10{
    margin-left:-5rem!important
  }

  .md\:u-mxn-10{
    margin-left:-5rem!important;
    margin-right:-5rem!important
  }

  .md\:u-myn-10{
    margin-top:-5rem!important;
    margin-bottom:-5rem!important
  }

  .md\:u-p-10{
    padding:5rem!important
  }

  .md\:u-pt-10{
    padding-top:5rem!important
  }

  .md\:u-pr-10{
    padding-right:5rem!important
  }

  .md\:u-pb-10{
    padding-bottom:5rem!important
  }

  .md\:u-pl-10{
    padding-left:5rem!important
  }

  .md\:u-px-10{
    padding-left:5rem!important;
    padding-right:5rem!important
  }

  .md\:u-py-10{
    padding-top:5rem!important;
    padding-bottom:5rem!important
  }

  .md\:u-m-12{
    margin:6rem!important
  }

  .md\:u-mt-12{
    margin-top:6rem!important
  }

  .md\:u-mr-12{
    margin-right:6rem!important
  }

  .md\:u-mb-12{
    margin-bottom:6rem!important
  }

  .md\:u-ml-12{
    margin-left:6rem!important
  }

  .md\:u-mx-12{
    margin-left:6rem!important;
    margin-right:6rem!important
  }

  .md\:u-my-12{
    margin-top:6rem!important;
    margin-bottom:6rem!important
  }

  .md\:u-mn-12{
    margin:-6rem!important
  }

  .md\:u-mtn-12{
    margin-top:-6rem!important
  }

  .md\:u-mrn-12{
    margin-right:-6rem!important
  }

  .md\:u-mbn-12{
    margin-bottom:-6rem!important
  }

  .md\:u-mln-12{
    margin-left:-6rem!important
  }

  .md\:u-mxn-12{
    margin-left:-6rem!important;
    margin-right:-6rem!important
  }

  .md\:u-myn-12{
    margin-top:-6rem!important;
    margin-bottom:-6rem!important
  }

  .md\:u-p-12{
    padding:6rem!important
  }

  .md\:u-pt-12{
    padding-top:6rem!important
  }

  .md\:u-pr-12{
    padding-right:6rem!important
  }

  .md\:u-pb-12{
    padding-bottom:6rem!important
  }

  .md\:u-pl-12{
    padding-left:6rem!important
  }

  .md\:u-px-12{
    padding-left:6rem!important;
    padding-right:6rem!important
  }

  .md\:u-py-12{
    padding-top:6rem!important;
    padding-bottom:6rem!important
  }

  .md\:u-m-16{
    margin:8rem!important
  }

  .md\:u-mt-16{
    margin-top:8rem!important
  }

  .md\:u-mr-16{
    margin-right:8rem!important
  }

  .md\:u-mb-16{
    margin-bottom:8rem!important
  }

  .md\:u-ml-16{
    margin-left:8rem!important
  }

  .md\:u-mx-16{
    margin-left:8rem!important;
    margin-right:8rem!important
  }

  .md\:u-my-16{
    margin-top:8rem!important;
    margin-bottom:8rem!important
  }

  .md\:u-mn-16{
    margin:-8rem!important
  }

  .md\:u-mtn-16{
    margin-top:-8rem!important
  }

  .md\:u-mrn-16{
    margin-right:-8rem!important
  }

  .md\:u-mbn-16{
    margin-bottom:-8rem!important
  }

  .md\:u-mln-16{
    margin-left:-8rem!important
  }

  .md\:u-mxn-16{
    margin-left:-8rem!important;
    margin-right:-8rem!important
  }

  .md\:u-myn-16{
    margin-top:-8rem!important;
    margin-bottom:-8rem!important
  }

  .md\:u-p-16{
    padding:8rem!important
  }

  .md\:u-pt-16{
    padding-top:8rem!important
  }

  .md\:u-pr-16{
    padding-right:8rem!important
  }

  .md\:u-pb-16{
    padding-bottom:8rem!important
  }

  .md\:u-pl-16{
    padding-left:8rem!important
  }

  .md\:u-px-16{
    padding-left:8rem!important;
    padding-right:8rem!important
  }

  .md\:u-py-16{
    padding-top:8rem!important;
    padding-bottom:8rem!important
  }

  .md\:u-m-20{
    margin:10rem!important
  }

  .md\:u-mt-20{
    margin-top:10rem!important
  }

  .md\:u-mr-20{
    margin-right:10rem!important
  }

  .md\:u-mb-20{
    margin-bottom:10rem!important
  }

  .md\:u-ml-20{
    margin-left:10rem!important
  }

  .md\:u-mx-20{
    margin-left:10rem!important;
    margin-right:10rem!important
  }

  .md\:u-my-20{
    margin-top:10rem!important;
    margin-bottom:10rem!important
  }

  .md\:u-mn-20{
    margin:-10rem!important
  }

  .md\:u-mtn-20{
    margin-top:-10rem!important
  }

  .md\:u-mrn-20{
    margin-right:-10rem!important
  }

  .md\:u-mbn-20{
    margin-bottom:-10rem!important
  }

  .md\:u-mln-20{
    margin-left:-10rem!important
  }

  .md\:u-mxn-20{
    margin-left:-10rem!important;
    margin-right:-10rem!important
  }

  .md\:u-myn-20{
    margin-top:-10rem!important;
    margin-bottom:-10rem!important
  }

  .md\:u-p-20{
    padding:10rem!important
  }

  .md\:u-pt-20{
    padding-top:10rem!important
  }

  .md\:u-pr-20{
    padding-right:10rem!important
  }

  .md\:u-pb-20{
    padding-bottom:10rem!important
  }

  .md\:u-pl-20{
    padding-left:10rem!important
  }

  .md\:u-px-20{
    padding-left:10rem!important;
    padding-right:10rem!important
  }

  .md\:u-py-20{
    padding-top:10rem!important;
    padding-bottom:10rem!important
  }

  .md\:u-m-25{
    margin:12.5rem!important
  }

  .md\:u-mt-25{
    margin-top:12.5rem!important
  }

  .md\:u-mr-25{
    margin-right:12.5rem!important
  }

  .md\:u-mb-25{
    margin-bottom:12.5rem!important
  }

  .md\:u-ml-25{
    margin-left:12.5rem!important
  }

  .md\:u-mx-25{
    margin-left:12.5rem!important;
    margin-right:12.5rem!important
  }

  .md\:u-my-25{
    margin-top:12.5rem!important;
    margin-bottom:12.5rem!important
  }

  .md\:u-mn-25{
    margin:-12.5rem!important
  }

  .md\:u-mtn-25{
    margin-top:-12.5rem!important
  }

  .md\:u-mrn-25{
    margin-right:-12.5rem!important
  }

  .md\:u-mbn-25{
    margin-bottom:-12.5rem!important
  }

  .md\:u-mln-25{
    margin-left:-12.5rem!important
  }

  .md\:u-mxn-25{
    margin-left:-12.5rem!important;
    margin-right:-12.5rem!important
  }

  .md\:u-myn-25{
    margin-top:-12.5rem!important;
    margin-bottom:-12.5rem!important
  }

  .md\:u-p-25{
    padding:12.5rem!important
  }

  .md\:u-pt-25{
    padding-top:12.5rem!important
  }

  .md\:u-pr-25{
    padding-right:12.5rem!important
  }

  .md\:u-pb-25{
    padding-bottom:12.5rem!important
  }

  .md\:u-pl-25{
    padding-left:12.5rem!important
  }

  .md\:u-px-25{
    padding-left:12.5rem!important;
    padding-right:12.5rem!important
  }

  .md\:u-py-25{
    padding-top:12.5rem!important;
    padding-bottom:12.5rem!important
  }

  .md\:u-m-30{
    margin:15rem!important
  }

  .md\:u-mt-30{
    margin-top:15rem!important
  }

  .md\:u-mr-30{
    margin-right:15rem!important
  }

  .md\:u-mb-30{
    margin-bottom:15rem!important
  }

  .md\:u-ml-30{
    margin-left:15rem!important
  }

  .md\:u-mx-30{
    margin-left:15rem!important;
    margin-right:15rem!important
  }

  .md\:u-my-30{
    margin-top:15rem!important;
    margin-bottom:15rem!important
  }

  .md\:u-mn-30{
    margin:-15rem!important
  }

  .md\:u-mtn-30{
    margin-top:-15rem!important
  }

  .md\:u-mrn-30{
    margin-right:-15rem!important
  }

  .md\:u-mbn-30{
    margin-bottom:-15rem!important
  }

  .md\:u-mln-30{
    margin-left:-15rem!important
  }

  .md\:u-mxn-30{
    margin-left:-15rem!important;
    margin-right:-15rem!important
  }

  .md\:u-myn-30{
    margin-top:-15rem!important;
    margin-bottom:-15rem!important
  }

  .md\:u-p-30{
    padding:15rem!important
  }

  .md\:u-pt-30{
    padding-top:15rem!important
  }

  .md\:u-pr-30{
    padding-right:15rem!important
  }

  .md\:u-pb-30{
    padding-bottom:15rem!important
  }

  .md\:u-pl-30{
    padding-left:15rem!important
  }

  .md\:u-px-30{
    padding-left:15rem!important;
    padding-right:15rem!important
  }

  .md\:u-py-30{
    padding-top:15rem!important;
    padding-bottom:15rem!important
  }
}

@media (min-width: 64rem){
  .lg\:u-m-auto{
    margin:auto!important
  }

  .lg\:u-mt-auto{
    margin-top:auto!important
  }

  .lg\:u-mr-auto{
    margin-right:auto!important
  }

  .lg\:u-mb-auto{
    margin-bottom:auto!important
  }

  .lg\:u-ml-auto{
    margin-left:auto!important
  }

  .lg\:u-mx-auto{
    margin-left:auto!important;
    margin-right:auto!important
  }

  .lg\:u-my-auto{
    margin-top:auto!important;
    margin-bottom:auto!important
  }

  .lg\:u-m-0\.25{
    margin:.125rem!important
  }

  .lg\:u-mt-0\.25{
    margin-top:.125rem!important
  }

  .lg\:u-mr-0\.25{
    margin-right:.125rem!important
  }

  .lg\:u-mb-0\.25{
    margin-bottom:.125rem!important
  }

  .lg\:u-ml-0\.25{
    margin-left:.125rem!important
  }

  .lg\:u-mx-0\.25{
    margin-left:.125rem!important;
    margin-right:.125rem!important
  }

  .lg\:u-my-0\.25{
    margin-top:.125rem!important;
    margin-bottom:.125rem!important
  }

  .lg\:u-mn-0\.25{
    margin:-.125rem!important
  }

  .lg\:u-mtn-0\.25{
    margin-top:-.125rem!important
  }

  .lg\:u-mrn-0\.25{
    margin-right:-.125rem!important
  }

  .lg\:u-mbn-0\.25{
    margin-bottom:-.125rem!important
  }

  .lg\:u-mln-0\.25{
    margin-left:-.125rem!important
  }

  .lg\:u-mxn-0\.25{
    margin-left:-.125rem!important;
    margin-right:-.125rem!important
  }

  .lg\:u-myn-0\.25{
    margin-top:-.125rem!important;
    margin-bottom:-.125rem!important
  }

  .lg\:u-p-0\.25{
    padding:.125rem!important
  }

  .lg\:u-pt-0\.25{
    padding-top:.125rem!important
  }

  .lg\:u-pr-0\.25{
    padding-right:.125rem!important
  }

  .lg\:u-pb-0\.25{
    padding-bottom:.125rem!important
  }

  .lg\:u-pl-0\.25{
    padding-left:.125rem!important
  }

  .lg\:u-px-0\.25{
    padding-left:.125rem!important;
    padding-right:.125rem!important
  }

  .lg\:u-py-0\.25{
    padding-top:.125rem!important;
    padding-bottom:.125rem!important
  }

  .lg\:u-m-0\.5{
    margin:.25rem!important
  }

  .lg\:u-mt-0\.5{
    margin-top:.25rem!important
  }

  .lg\:u-mr-0\.5{
    margin-right:.25rem!important
  }

  .lg\:u-mb-0\.5{
    margin-bottom:.25rem!important
  }

  .lg\:u-ml-0\.5{
    margin-left:.25rem!important
  }

  .lg\:u-mx-0\.5{
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }

  .lg\:u-my-0\.5{
    margin-top:.25rem!important;
    margin-bottom:.25rem!important
  }

  .lg\:u-mn-0\.5{
    margin:-.25rem!important
  }

  .lg\:u-mtn-0\.5{
    margin-top:-.25rem!important
  }

  .lg\:u-mrn-0\.5{
    margin-right:-.25rem!important
  }

  .lg\:u-mbn-0\.5{
    margin-bottom:-.25rem!important
  }

  .lg\:u-mln-0\.5{
    margin-left:-.25rem!important
  }

  .lg\:u-mxn-0\.5{
    margin-left:-.25rem!important;
    margin-right:-.25rem!important
  }

  .lg\:u-myn-0\.5{
    margin-top:-.25rem!important;
    margin-bottom:-.25rem!important
  }

  .lg\:u-p-0\.5{
    padding:.25rem!important
  }

  .lg\:u-pt-0\.5{
    padding-top:.25rem!important
  }

  .lg\:u-pr-0\.5{
    padding-right:.25rem!important
  }

  .lg\:u-pb-0\.5{
    padding-bottom:.25rem!important
  }

  .lg\:u-pl-0\.5{
    padding-left:.25rem!important
  }

  .lg\:u-px-0\.5{
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }

  .lg\:u-py-0\.5{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
  }

  .lg\:u-m-1{
    margin:.5rem!important
  }

  .lg\:u-mt-1{
    margin-top:.5rem!important
  }

  .lg\:u-mr-1{
    margin-right:.5rem!important
  }

  .lg\:u-mb-1{
    margin-bottom:.5rem!important
  }

  .lg\:u-ml-1{
    margin-left:.5rem!important
  }

  .lg\:u-mx-1{
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }

  .lg\:u-my-1{
    margin-top:.5rem!important;
    margin-bottom:.5rem!important
  }

  .lg\:u-mn-1{
    margin:-.5rem!important
  }

  .lg\:u-mtn-1{
    margin-top:-.5rem!important
  }

  .lg\:u-mrn-1{
    margin-right:-.5rem!important
  }

  .lg\:u-mbn-1{
    margin-bottom:-.5rem!important
  }

  .lg\:u-mln-1{
    margin-left:-.5rem!important
  }

  .lg\:u-mxn-1{
    margin-left:-.5rem!important;
    margin-right:-.5rem!important
  }

  .lg\:u-myn-1{
    margin-top:-.5rem!important;
    margin-bottom:-.5rem!important
  }

  .lg\:u-p-1{
    padding:.5rem!important
  }

  .lg\:u-pt-1{
    padding-top:.5rem!important
  }

  .lg\:u-pr-1{
    padding-right:.5rem!important
  }

  .lg\:u-pb-1{
    padding-bottom:.5rem!important
  }

  .lg\:u-pl-1{
    padding-left:.5rem!important
  }

  .lg\:u-px-1{
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }

  .lg\:u-py-1{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
  }

  .lg\:u-m-1\.5{
    margin:.75rem!important
  }

  .lg\:u-mt-1\.5{
    margin-top:.75rem!important
  }

  .lg\:u-mr-1\.5{
    margin-right:.75rem!important
  }

  .lg\:u-mb-1\.5{
    margin-bottom:.75rem!important
  }

  .lg\:u-ml-1\.5{
    margin-left:.75rem!important
  }

  .lg\:u-mx-1\.5{
    margin-left:.75rem!important;
    margin-right:.75rem!important
  }

  .lg\:u-my-1\.5{
    margin-top:.75rem!important;
    margin-bottom:.75rem!important
  }

  .lg\:u-mn-1\.5{
    margin:-.75rem!important
  }

  .lg\:u-mtn-1\.5{
    margin-top:-.75rem!important
  }

  .lg\:u-mrn-1\.5{
    margin-right:-.75rem!important
  }

  .lg\:u-mbn-1\.5{
    margin-bottom:-.75rem!important
  }

  .lg\:u-mln-1\.5{
    margin-left:-.75rem!important
  }

  .lg\:u-mxn-1\.5{
    margin-left:-.75rem!important;
    margin-right:-.75rem!important
  }

  .lg\:u-myn-1\.5{
    margin-top:-.75rem!important;
    margin-bottom:-.75rem!important
  }

  .lg\:u-p-1\.5{
    padding:.75rem!important
  }

  .lg\:u-pt-1\.5{
    padding-top:.75rem!important
  }

  .lg\:u-pr-1\.5{
    padding-right:.75rem!important
  }

  .lg\:u-pb-1\.5{
    padding-bottom:.75rem!important
  }

  .lg\:u-pl-1\.5{
    padding-left:.75rem!important
  }

  .lg\:u-px-1\.5{
    padding-left:.75rem!important;
    padding-right:.75rem!important
  }

  .lg\:u-py-1\.5{
    padding-top:.75rem!important;
    padding-bottom:.75rem!important
  }

  .lg\:u-m-2{
    margin:1rem!important
  }

  .lg\:u-mt-2{
    margin-top:1rem!important
  }

  .lg\:u-mr-2{
    margin-right:1rem!important
  }

  .lg\:u-mb-2{
    margin-bottom:1rem!important
  }

  .lg\:u-ml-2{
    margin-left:1rem!important
  }

  .lg\:u-mx-2{
    margin-left:1rem!important;
    margin-right:1rem!important
  }

  .lg\:u-my-2{
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }

  .lg\:u-mn-2{
    margin:-1rem!important
  }

  .lg\:u-mtn-2{
    margin-top:-1rem!important
  }

  .lg\:u-mrn-2{
    margin-right:-1rem!important
  }

  .lg\:u-mbn-2{
    margin-bottom:-1rem!important
  }

  .lg\:u-mln-2{
    margin-left:-1rem!important
  }

  .lg\:u-mxn-2{
    margin-left:-1rem!important;
    margin-right:-1rem!important
  }

  .lg\:u-myn-2{
    margin-top:-1rem!important;
    margin-bottom:-1rem!important
  }

  .lg\:u-p-2{
    padding:1rem!important
  }

  .lg\:u-pt-2{
    padding-top:1rem!important
  }

  .lg\:u-pr-2{
    padding-right:1rem!important
  }

  .lg\:u-pb-2{
    padding-bottom:1rem!important
  }

  .lg\:u-pl-2{
    padding-left:1rem!important
  }

  .lg\:u-px-2{
    padding-left:1rem!important;
    padding-right:1rem!important
  }

  .lg\:u-py-2{
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }

  .lg\:u-m-2\.5{
    margin:1.25rem!important
  }

  .lg\:u-mt-2\.5{
    margin-top:1.25rem!important
  }

  .lg\:u-mr-2\.5{
    margin-right:1.25rem!important
  }

  .lg\:u-mb-2\.5{
    margin-bottom:1.25rem!important
  }

  .lg\:u-ml-2\.5{
    margin-left:1.25rem!important
  }

  .lg\:u-mx-2\.5{
    margin-left:1.25rem!important;
    margin-right:1.25rem!important
  }

  .lg\:u-my-2\.5{
    margin-top:1.25rem!important;
    margin-bottom:1.25rem!important
  }

  .lg\:u-mn-2\.5{
    margin:-1.25rem!important
  }

  .lg\:u-mtn-2\.5{
    margin-top:-1.25rem!important
  }

  .lg\:u-mrn-2\.5{
    margin-right:-1.25rem!important
  }

  .lg\:u-mbn-2\.5{
    margin-bottom:-1.25rem!important
  }

  .lg\:u-mln-2\.5{
    margin-left:-1.25rem!important
  }

  .lg\:u-mxn-2\.5{
    margin-left:-1.25rem!important;
    margin-right:-1.25rem!important
  }

  .lg\:u-myn-2\.5{
    margin-top:-1.25rem!important;
    margin-bottom:-1.25rem!important
  }

  .lg\:u-p-2\.5{
    padding:1.25rem!important
  }

  .lg\:u-pt-2\.5{
    padding-top:1.25rem!important
  }

  .lg\:u-pr-2\.5{
    padding-right:1.25rem!important
  }

  .lg\:u-pb-2\.5{
    padding-bottom:1.25rem!important
  }

  .lg\:u-pl-2\.5{
    padding-left:1.25rem!important
  }

  .lg\:u-px-2\.5{
    padding-left:1.25rem!important;
    padding-right:1.25rem!important
  }

  .lg\:u-py-2\.5{
    padding-top:1.25rem!important;
    padding-bottom:1.25rem!important
  }

  .lg\:u-m-3{
    margin:1.5rem!important
  }

  .lg\:u-mt-3{
    margin-top:1.5rem!important
  }

  .lg\:u-mr-3{
    margin-right:1.5rem!important
  }

  .lg\:u-mb-3{
    margin-bottom:1.5rem!important
  }

  .lg\:u-ml-3{
    margin-left:1.5rem!important
  }

  .lg\:u-mx-3{
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }

  .lg\:u-my-3{
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }

  .lg\:u-mn-3{
    margin:-1.5rem!important
  }

  .lg\:u-mtn-3{
    margin-top:-1.5rem!important
  }

  .lg\:u-mrn-3{
    margin-right:-1.5rem!important
  }

  .lg\:u-mbn-3{
    margin-bottom:-1.5rem!important
  }

  .lg\:u-mln-3{
    margin-left:-1.5rem!important
  }

  .lg\:u-mxn-3{
    margin-left:-1.5rem!important;
    margin-right:-1.5rem!important
  }

  .lg\:u-myn-3{
    margin-top:-1.5rem!important;
    margin-bottom:-1.5rem!important
  }

  .lg\:u-p-3{
    padding:1.5rem!important
  }

  .lg\:u-pt-3{
    padding-top:1.5rem!important
  }

  .lg\:u-pr-3{
    padding-right:1.5rem!important
  }

  .lg\:u-pb-3{
    padding-bottom:1.5rem!important
  }

  .lg\:u-pl-3{
    padding-left:1.5rem!important
  }

  .lg\:u-px-3{
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }

  .lg\:u-py-3{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }

  .lg\:u-m-4{
    margin:2rem!important
  }

  .lg\:u-mt-4{
    margin-top:2rem!important
  }

  .lg\:u-mr-4{
    margin-right:2rem!important
  }

  .lg\:u-mb-4{
    margin-bottom:2rem!important
  }

  .lg\:u-ml-4{
    margin-left:2rem!important
  }

  .lg\:u-mx-4{
    margin-left:2rem!important;
    margin-right:2rem!important
  }

  .lg\:u-my-4{
    margin-top:2rem!important;
    margin-bottom:2rem!important
  }

  .lg\:u-mn-4{
    margin:-2rem!important
  }

  .lg\:u-mtn-4{
    margin-top:-2rem!important
  }

  .lg\:u-mrn-4{
    margin-right:-2rem!important
  }

  .lg\:u-mbn-4{
    margin-bottom:-2rem!important
  }

  .lg\:u-mln-4{
    margin-left:-2rem!important
  }

  .lg\:u-mxn-4{
    margin-left:-2rem!important;
    margin-right:-2rem!important
  }

  .lg\:u-myn-4{
    margin-top:-2rem!important;
    margin-bottom:-2rem!important
  }

  .lg\:u-p-4{
    padding:2rem!important
  }

  .lg\:u-pt-4{
    padding-top:2rem!important
  }

  .lg\:u-pr-4{
    padding-right:2rem!important
  }

  .lg\:u-pb-4{
    padding-bottom:2rem!important
  }

  .lg\:u-pl-4{
    padding-left:2rem!important
  }

  .lg\:u-px-4{
    padding-left:2rem!important;
    padding-right:2rem!important
  }

  .lg\:u-py-4{
    padding-top:2rem!important;
    padding-bottom:2rem!important
  }

  .lg\:u-m-6{
    margin:3rem!important
  }

  .lg\:u-mt-6{
    margin-top:3rem!important
  }

  .lg\:u-mr-6{
    margin-right:3rem!important
  }

  .lg\:u-mb-6{
    margin-bottom:3rem!important
  }

  .lg\:u-ml-6{
    margin-left:3rem!important
  }

  .lg\:u-mx-6{
    margin-left:3rem!important;
    margin-right:3rem!important
  }

  .lg\:u-my-6{
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }

  .lg\:u-mn-6{
    margin:-3rem!important
  }

  .lg\:u-mtn-6{
    margin-top:-3rem!important
  }

  .lg\:u-mrn-6{
    margin-right:-3rem!important
  }

  .lg\:u-mbn-6{
    margin-bottom:-3rem!important
  }

  .lg\:u-mln-6{
    margin-left:-3rem!important
  }

  .lg\:u-mxn-6{
    margin-left:-3rem!important;
    margin-right:-3rem!important
  }

  .lg\:u-myn-6{
    margin-top:-3rem!important;
    margin-bottom:-3rem!important
  }

  .lg\:u-p-6{
    padding:3rem!important
  }

  .lg\:u-pt-6{
    padding-top:3rem!important
  }

  .lg\:u-pr-6{
    padding-right:3rem!important
  }

  .lg\:u-pb-6{
    padding-bottom:3rem!important
  }

  .lg\:u-pl-6{
    padding-left:3rem!important
  }

  .lg\:u-px-6{
    padding-left:3rem!important;
    padding-right:3rem!important
  }

  .lg\:u-py-6{
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }

  .lg\:u-m-8{
    margin:4rem!important
  }

  .lg\:u-mt-8{
    margin-top:4rem!important
  }

  .lg\:u-mr-8{
    margin-right:4rem!important
  }

  .lg\:u-mb-8{
    margin-bottom:4rem!important
  }

  .lg\:u-ml-8{
    margin-left:4rem!important
  }

  .lg\:u-mx-8{
    margin-left:4rem!important;
    margin-right:4rem!important
  }

  .lg\:u-my-8{
    margin-top:4rem!important;
    margin-bottom:4rem!important
  }

  .lg\:u-mn-8{
    margin:-4rem!important
  }

  .lg\:u-mtn-8{
    margin-top:-4rem!important
  }

  .lg\:u-mrn-8{
    margin-right:-4rem!important
  }

  .lg\:u-mbn-8{
    margin-bottom:-4rem!important
  }

  .lg\:u-mln-8{
    margin-left:-4rem!important
  }

  .lg\:u-mxn-8{
    margin-left:-4rem!important;
    margin-right:-4rem!important
  }

  .lg\:u-myn-8{
    margin-top:-4rem!important;
    margin-bottom:-4rem!important
  }

  .lg\:u-p-8{
    padding:4rem!important
  }

  .lg\:u-pt-8{
    padding-top:4rem!important
  }

  .lg\:u-pr-8{
    padding-right:4rem!important
  }

  .lg\:u-pb-8{
    padding-bottom:4rem!important
  }

  .lg\:u-pl-8{
    padding-left:4rem!important
  }

  .lg\:u-px-8{
    padding-left:4rem!important;
    padding-right:4rem!important
  }

  .lg\:u-py-8{
    padding-top:4rem!important;
    padding-bottom:4rem!important
  }

  .lg\:u-m-10{
    margin:5rem!important
  }

  .lg\:u-mt-10{
    margin-top:5rem!important
  }

  .lg\:u-mr-10{
    margin-right:5rem!important
  }

  .lg\:u-mb-10{
    margin-bottom:5rem!important
  }

  .lg\:u-ml-10{
    margin-left:5rem!important
  }

  .lg\:u-mx-10{
    margin-left:5rem!important;
    margin-right:5rem!important
  }

  .lg\:u-my-10{
    margin-top:5rem!important;
    margin-bottom:5rem!important
  }

  .lg\:u-mn-10{
    margin:-5rem!important
  }

  .lg\:u-mtn-10{
    margin-top:-5rem!important
  }

  .lg\:u-mrn-10{
    margin-right:-5rem!important
  }

  .lg\:u-mbn-10{
    margin-bottom:-5rem!important
  }

  .lg\:u-mln-10{
    margin-left:-5rem!important
  }

  .lg\:u-mxn-10{
    margin-left:-5rem!important;
    margin-right:-5rem!important
  }

  .lg\:u-myn-10{
    margin-top:-5rem!important;
    margin-bottom:-5rem!important
  }

  .lg\:u-p-10{
    padding:5rem!important
  }

  .lg\:u-pt-10{
    padding-top:5rem!important
  }

  .lg\:u-pr-10{
    padding-right:5rem!important
  }

  .lg\:u-pb-10{
    padding-bottom:5rem!important
  }

  .lg\:u-pl-10{
    padding-left:5rem!important
  }

  .lg\:u-px-10{
    padding-left:5rem!important;
    padding-right:5rem!important
  }

  .lg\:u-py-10{
    padding-top:5rem!important;
    padding-bottom:5rem!important
  }

  .lg\:u-m-12{
    margin:6rem!important
  }

  .lg\:u-mt-12{
    margin-top:6rem!important
  }

  .lg\:u-mr-12{
    margin-right:6rem!important
  }

  .lg\:u-mb-12{
    margin-bottom:6rem!important
  }

  .lg\:u-ml-12{
    margin-left:6rem!important
  }

  .lg\:u-mx-12{
    margin-left:6rem!important;
    margin-right:6rem!important
  }

  .lg\:u-my-12{
    margin-top:6rem!important;
    margin-bottom:6rem!important
  }

  .lg\:u-mn-12{
    margin:-6rem!important
  }

  .lg\:u-mtn-12{
    margin-top:-6rem!important
  }

  .lg\:u-mrn-12{
    margin-right:-6rem!important
  }

  .lg\:u-mbn-12{
    margin-bottom:-6rem!important
  }

  .lg\:u-mln-12{
    margin-left:-6rem!important
  }

  .lg\:u-mxn-12{
    margin-left:-6rem!important;
    margin-right:-6rem!important
  }

  .lg\:u-myn-12{
    margin-top:-6rem!important;
    margin-bottom:-6rem!important
  }

  .lg\:u-p-12{
    padding:6rem!important
  }

  .lg\:u-pt-12{
    padding-top:6rem!important
  }

  .lg\:u-pr-12{
    padding-right:6rem!important
  }

  .lg\:u-pb-12{
    padding-bottom:6rem!important
  }

  .lg\:u-pl-12{
    padding-left:6rem!important
  }

  .lg\:u-px-12{
    padding-left:6rem!important;
    padding-right:6rem!important
  }

  .lg\:u-py-12{
    padding-top:6rem!important;
    padding-bottom:6rem!important
  }

  .lg\:u-m-16{
    margin:8rem!important
  }

  .lg\:u-mt-16{
    margin-top:8rem!important
  }

  .lg\:u-mr-16{
    margin-right:8rem!important
  }

  .lg\:u-mb-16{
    margin-bottom:8rem!important
  }

  .lg\:u-ml-16{
    margin-left:8rem!important
  }

  .lg\:u-mx-16{
    margin-left:8rem!important;
    margin-right:8rem!important
  }

  .lg\:u-my-16{
    margin-top:8rem!important;
    margin-bottom:8rem!important
  }

  .lg\:u-mn-16{
    margin:-8rem!important
  }

  .lg\:u-mtn-16{
    margin-top:-8rem!important
  }

  .lg\:u-mrn-16{
    margin-right:-8rem!important
  }

  .lg\:u-mbn-16{
    margin-bottom:-8rem!important
  }

  .lg\:u-mln-16{
    margin-left:-8rem!important
  }

  .lg\:u-mxn-16{
    margin-left:-8rem!important;
    margin-right:-8rem!important
  }

  .lg\:u-myn-16{
    margin-top:-8rem!important;
    margin-bottom:-8rem!important
  }

  .lg\:u-p-16{
    padding:8rem!important
  }

  .lg\:u-pt-16{
    padding-top:8rem!important
  }

  .lg\:u-pr-16{
    padding-right:8rem!important
  }

  .lg\:u-pb-16{
    padding-bottom:8rem!important
  }

  .lg\:u-pl-16{
    padding-left:8rem!important
  }

  .lg\:u-px-16{
    padding-left:8rem!important;
    padding-right:8rem!important
  }

  .lg\:u-py-16{
    padding-top:8rem!important;
    padding-bottom:8rem!important
  }

  .lg\:u-m-20{
    margin:10rem!important
  }

  .lg\:u-mt-20{
    margin-top:10rem!important
  }

  .lg\:u-mr-20{
    margin-right:10rem!important
  }

  .lg\:u-mb-20{
    margin-bottom:10rem!important
  }

  .lg\:u-ml-20{
    margin-left:10rem!important
  }

  .lg\:u-mx-20{
    margin-left:10rem!important;
    margin-right:10rem!important
  }

  .lg\:u-my-20{
    margin-top:10rem!important;
    margin-bottom:10rem!important
  }

  .lg\:u-mn-20{
    margin:-10rem!important
  }

  .lg\:u-mtn-20{
    margin-top:-10rem!important
  }

  .lg\:u-mrn-20{
    margin-right:-10rem!important
  }

  .lg\:u-mbn-20{
    margin-bottom:-10rem!important
  }

  .lg\:u-mln-20{
    margin-left:-10rem!important
  }

  .lg\:u-mxn-20{
    margin-left:-10rem!important;
    margin-right:-10rem!important
  }

  .lg\:u-myn-20{
    margin-top:-10rem!important;
    margin-bottom:-10rem!important
  }

  .lg\:u-p-20{
    padding:10rem!important
  }

  .lg\:u-pt-20{
    padding-top:10rem!important
  }

  .lg\:u-pr-20{
    padding-right:10rem!important
  }

  .lg\:u-pb-20{
    padding-bottom:10rem!important
  }

  .lg\:u-pl-20{
    padding-left:10rem!important
  }

  .lg\:u-px-20{
    padding-left:10rem!important;
    padding-right:10rem!important
  }

  .lg\:u-py-20{
    padding-top:10rem!important;
    padding-bottom:10rem!important
  }

  .lg\:u-m-25{
    margin:12.5rem!important
  }

  .lg\:u-mt-25{
    margin-top:12.5rem!important
  }

  .lg\:u-mr-25{
    margin-right:12.5rem!important
  }

  .lg\:u-mb-25{
    margin-bottom:12.5rem!important
  }

  .lg\:u-ml-25{
    margin-left:12.5rem!important
  }

  .lg\:u-mx-25{
    margin-left:12.5rem!important;
    margin-right:12.5rem!important
  }

  .lg\:u-my-25{
    margin-top:12.5rem!important;
    margin-bottom:12.5rem!important
  }

  .lg\:u-mn-25{
    margin:-12.5rem!important
  }

  .lg\:u-mtn-25{
    margin-top:-12.5rem!important
  }

  .lg\:u-mrn-25{
    margin-right:-12.5rem!important
  }

  .lg\:u-mbn-25{
    margin-bottom:-12.5rem!important
  }

  .lg\:u-mln-25{
    margin-left:-12.5rem!important
  }

  .lg\:u-mxn-25{
    margin-left:-12.5rem!important;
    margin-right:-12.5rem!important
  }

  .lg\:u-myn-25{
    margin-top:-12.5rem!important;
    margin-bottom:-12.5rem!important
  }

  .lg\:u-p-25{
    padding:12.5rem!important
  }

  .lg\:u-pt-25{
    padding-top:12.5rem!important
  }

  .lg\:u-pr-25{
    padding-right:12.5rem!important
  }

  .lg\:u-pb-25{
    padding-bottom:12.5rem!important
  }

  .lg\:u-pl-25{
    padding-left:12.5rem!important
  }

  .lg\:u-px-25{
    padding-left:12.5rem!important;
    padding-right:12.5rem!important
  }

  .lg\:u-py-25{
    padding-top:12.5rem!important;
    padding-bottom:12.5rem!important
  }

  .lg\:u-m-30{
    margin:15rem!important
  }

  .lg\:u-mt-30{
    margin-top:15rem!important
  }

  .lg\:u-mr-30{
    margin-right:15rem!important
  }

  .lg\:u-mb-30{
    margin-bottom:15rem!important
  }

  .lg\:u-ml-30{
    margin-left:15rem!important
  }

  .lg\:u-mx-30{
    margin-left:15rem!important;
    margin-right:15rem!important
  }

  .lg\:u-my-30{
    margin-top:15rem!important;
    margin-bottom:15rem!important
  }

  .lg\:u-mn-30{
    margin:-15rem!important
  }

  .lg\:u-mtn-30{
    margin-top:-15rem!important
  }

  .lg\:u-mrn-30{
    margin-right:-15rem!important
  }

  .lg\:u-mbn-30{
    margin-bottom:-15rem!important
  }

  .lg\:u-mln-30{
    margin-left:-15rem!important
  }

  .lg\:u-mxn-30{
    margin-left:-15rem!important;
    margin-right:-15rem!important
  }

  .lg\:u-myn-30{
    margin-top:-15rem!important;
    margin-bottom:-15rem!important
  }

  .lg\:u-p-30{
    padding:15rem!important
  }

  .lg\:u-pt-30{
    padding-top:15rem!important
  }

  .lg\:u-pr-30{
    padding-right:15rem!important
  }

  .lg\:u-pb-30{
    padding-bottom:15rem!important
  }

  .lg\:u-pl-30{
    padding-left:15rem!important
  }

  .lg\:u-px-30{
    padding-left:15rem!important;
    padding-right:15rem!important
  }

  .lg\:u-py-30{
    padding-top:15rem!important;
    padding-bottom:15rem!important
  }
}

@media (min-width: 75rem){
  .xl\:u-m-auto{
    margin:auto!important
  }

  .xl\:u-mt-auto{
    margin-top:auto!important
  }

  .xl\:u-mr-auto{
    margin-right:auto!important
  }

  .xl\:u-mb-auto{
    margin-bottom:auto!important
  }

  .xl\:u-ml-auto{
    margin-left:auto!important
  }

  .xl\:u-mx-auto{
    margin-left:auto!important;
    margin-right:auto!important
  }

  .xl\:u-my-auto{
    margin-top:auto!important;
    margin-bottom:auto!important
  }

  .xl\:u-m-0\.25{
    margin:.125rem!important
  }

  .xl\:u-mt-0\.25{
    margin-top:.125rem!important
  }

  .xl\:u-mr-0\.25{
    margin-right:.125rem!important
  }

  .xl\:u-mb-0\.25{
    margin-bottom:.125rem!important
  }

  .xl\:u-ml-0\.25{
    margin-left:.125rem!important
  }

  .xl\:u-mx-0\.25{
    margin-left:.125rem!important;
    margin-right:.125rem!important
  }

  .xl\:u-my-0\.25{
    margin-top:.125rem!important;
    margin-bottom:.125rem!important
  }

  .xl\:u-mn-0\.25{
    margin:-.125rem!important
  }

  .xl\:u-mtn-0\.25{
    margin-top:-.125rem!important
  }

  .xl\:u-mrn-0\.25{
    margin-right:-.125rem!important
  }

  .xl\:u-mbn-0\.25{
    margin-bottom:-.125rem!important
  }

  .xl\:u-mln-0\.25{
    margin-left:-.125rem!important
  }

  .xl\:u-mxn-0\.25{
    margin-left:-.125rem!important;
    margin-right:-.125rem!important
  }

  .xl\:u-myn-0\.25{
    margin-top:-.125rem!important;
    margin-bottom:-.125rem!important
  }

  .xl\:u-p-0\.25{
    padding:.125rem!important
  }

  .xl\:u-pt-0\.25{
    padding-top:.125rem!important
  }

  .xl\:u-pr-0\.25{
    padding-right:.125rem!important
  }

  .xl\:u-pb-0\.25{
    padding-bottom:.125rem!important
  }

  .xl\:u-pl-0\.25{
    padding-left:.125rem!important
  }

  .xl\:u-px-0\.25{
    padding-left:.125rem!important;
    padding-right:.125rem!important
  }

  .xl\:u-py-0\.25{
    padding-top:.125rem!important;
    padding-bottom:.125rem!important
  }

  .xl\:u-m-0\.5{
    margin:.25rem!important
  }

  .xl\:u-mt-0\.5{
    margin-top:.25rem!important
  }

  .xl\:u-mr-0\.5{
    margin-right:.25rem!important
  }

  .xl\:u-mb-0\.5{
    margin-bottom:.25rem!important
  }

  .xl\:u-ml-0\.5{
    margin-left:.25rem!important
  }

  .xl\:u-mx-0\.5{
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }

  .xl\:u-my-0\.5{
    margin-top:.25rem!important;
    margin-bottom:.25rem!important
  }

  .xl\:u-mn-0\.5{
    margin:-.25rem!important
  }

  .xl\:u-mtn-0\.5{
    margin-top:-.25rem!important
  }

  .xl\:u-mrn-0\.5{
    margin-right:-.25rem!important
  }

  .xl\:u-mbn-0\.5{
    margin-bottom:-.25rem!important
  }

  .xl\:u-mln-0\.5{
    margin-left:-.25rem!important
  }

  .xl\:u-mxn-0\.5{
    margin-left:-.25rem!important;
    margin-right:-.25rem!important
  }

  .xl\:u-myn-0\.5{
    margin-top:-.25rem!important;
    margin-bottom:-.25rem!important
  }

  .xl\:u-p-0\.5{
    padding:.25rem!important
  }

  .xl\:u-pt-0\.5{
    padding-top:.25rem!important
  }

  .xl\:u-pr-0\.5{
    padding-right:.25rem!important
  }

  .xl\:u-pb-0\.5{
    padding-bottom:.25rem!important
  }

  .xl\:u-pl-0\.5{
    padding-left:.25rem!important
  }

  .xl\:u-px-0\.5{
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }

  .xl\:u-py-0\.5{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
  }

  .xl\:u-m-1{
    margin:.5rem!important
  }

  .xl\:u-mt-1{
    margin-top:.5rem!important
  }

  .xl\:u-mr-1{
    margin-right:.5rem!important
  }

  .xl\:u-mb-1{
    margin-bottom:.5rem!important
  }

  .xl\:u-ml-1{
    margin-left:.5rem!important
  }

  .xl\:u-mx-1{
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }

  .xl\:u-my-1{
    margin-top:.5rem!important;
    margin-bottom:.5rem!important
  }

  .xl\:u-mn-1{
    margin:-.5rem!important
  }

  .xl\:u-mtn-1{
    margin-top:-.5rem!important
  }

  .xl\:u-mrn-1{
    margin-right:-.5rem!important
  }

  .xl\:u-mbn-1{
    margin-bottom:-.5rem!important
  }

  .xl\:u-mln-1{
    margin-left:-.5rem!important
  }

  .xl\:u-mxn-1{
    margin-left:-.5rem!important;
    margin-right:-.5rem!important
  }

  .xl\:u-myn-1{
    margin-top:-.5rem!important;
    margin-bottom:-.5rem!important
  }

  .xl\:u-p-1{
    padding:.5rem!important
  }

  .xl\:u-pt-1{
    padding-top:.5rem!important
  }

  .xl\:u-pr-1{
    padding-right:.5rem!important
  }

  .xl\:u-pb-1{
    padding-bottom:.5rem!important
  }

  .xl\:u-pl-1{
    padding-left:.5rem!important
  }

  .xl\:u-px-1{
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }

  .xl\:u-py-1{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
  }

  .xl\:u-m-1\.5{
    margin:.75rem!important
  }

  .xl\:u-mt-1\.5{
    margin-top:.75rem!important
  }

  .xl\:u-mr-1\.5{
    margin-right:.75rem!important
  }

  .xl\:u-mb-1\.5{
    margin-bottom:.75rem!important
  }

  .xl\:u-ml-1\.5{
    margin-left:.75rem!important
  }

  .xl\:u-mx-1\.5{
    margin-left:.75rem!important;
    margin-right:.75rem!important
  }

  .xl\:u-my-1\.5{
    margin-top:.75rem!important;
    margin-bottom:.75rem!important
  }

  .xl\:u-mn-1\.5{
    margin:-.75rem!important
  }

  .xl\:u-mtn-1\.5{
    margin-top:-.75rem!important
  }

  .xl\:u-mrn-1\.5{
    margin-right:-.75rem!important
  }

  .xl\:u-mbn-1\.5{
    margin-bottom:-.75rem!important
  }

  .xl\:u-mln-1\.5{
    margin-left:-.75rem!important
  }

  .xl\:u-mxn-1\.5{
    margin-left:-.75rem!important;
    margin-right:-.75rem!important
  }

  .xl\:u-myn-1\.5{
    margin-top:-.75rem!important;
    margin-bottom:-.75rem!important
  }

  .xl\:u-p-1\.5{
    padding:.75rem!important
  }

  .xl\:u-pt-1\.5{
    padding-top:.75rem!important
  }

  .xl\:u-pr-1\.5{
    padding-right:.75rem!important
  }

  .xl\:u-pb-1\.5{
    padding-bottom:.75rem!important
  }

  .xl\:u-pl-1\.5{
    padding-left:.75rem!important
  }

  .xl\:u-px-1\.5{
    padding-left:.75rem!important;
    padding-right:.75rem!important
  }

  .xl\:u-py-1\.5{
    padding-top:.75rem!important;
    padding-bottom:.75rem!important
  }

  .xl\:u-m-2{
    margin:1rem!important
  }

  .xl\:u-mt-2{
    margin-top:1rem!important
  }

  .xl\:u-mr-2{
    margin-right:1rem!important
  }

  .xl\:u-mb-2{
    margin-bottom:1rem!important
  }

  .xl\:u-ml-2{
    margin-left:1rem!important
  }

  .xl\:u-mx-2{
    margin-left:1rem!important;
    margin-right:1rem!important
  }

  .xl\:u-my-2{
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }

  .xl\:u-mn-2{
    margin:-1rem!important
  }

  .xl\:u-mtn-2{
    margin-top:-1rem!important
  }

  .xl\:u-mrn-2{
    margin-right:-1rem!important
  }

  .xl\:u-mbn-2{
    margin-bottom:-1rem!important
  }

  .xl\:u-mln-2{
    margin-left:-1rem!important
  }

  .xl\:u-mxn-2{
    margin-left:-1rem!important;
    margin-right:-1rem!important
  }

  .xl\:u-myn-2{
    margin-top:-1rem!important;
    margin-bottom:-1rem!important
  }

  .xl\:u-p-2{
    padding:1rem!important
  }

  .xl\:u-pt-2{
    padding-top:1rem!important
  }

  .xl\:u-pr-2{
    padding-right:1rem!important
  }

  .xl\:u-pb-2{
    padding-bottom:1rem!important
  }

  .xl\:u-pl-2{
    padding-left:1rem!important
  }

  .xl\:u-px-2{
    padding-left:1rem!important;
    padding-right:1rem!important
  }

  .xl\:u-py-2{
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }

  .xl\:u-m-2\.5{
    margin:1.25rem!important
  }

  .xl\:u-mt-2\.5{
    margin-top:1.25rem!important
  }

  .xl\:u-mr-2\.5{
    margin-right:1.25rem!important
  }

  .xl\:u-mb-2\.5{
    margin-bottom:1.25rem!important
  }

  .xl\:u-ml-2\.5{
    margin-left:1.25rem!important
  }

  .xl\:u-mx-2\.5{
    margin-left:1.25rem!important;
    margin-right:1.25rem!important
  }

  .xl\:u-my-2\.5{
    margin-top:1.25rem!important;
    margin-bottom:1.25rem!important
  }

  .xl\:u-mn-2\.5{
    margin:-1.25rem!important
  }

  .xl\:u-mtn-2\.5{
    margin-top:-1.25rem!important
  }

  .xl\:u-mrn-2\.5{
    margin-right:-1.25rem!important
  }

  .xl\:u-mbn-2\.5{
    margin-bottom:-1.25rem!important
  }

  .xl\:u-mln-2\.5{
    margin-left:-1.25rem!important
  }

  .xl\:u-mxn-2\.5{
    margin-left:-1.25rem!important;
    margin-right:-1.25rem!important
  }

  .xl\:u-myn-2\.5{
    margin-top:-1.25rem!important;
    margin-bottom:-1.25rem!important
  }

  .xl\:u-p-2\.5{
    padding:1.25rem!important
  }

  .xl\:u-pt-2\.5{
    padding-top:1.25rem!important
  }

  .xl\:u-pr-2\.5{
    padding-right:1.25rem!important
  }

  .xl\:u-pb-2\.5{
    padding-bottom:1.25rem!important
  }

  .xl\:u-pl-2\.5{
    padding-left:1.25rem!important
  }

  .xl\:u-px-2\.5{
    padding-left:1.25rem!important;
    padding-right:1.25rem!important
  }

  .xl\:u-py-2\.5{
    padding-top:1.25rem!important;
    padding-bottom:1.25rem!important
  }

  .xl\:u-m-3{
    margin:1.5rem!important
  }

  .xl\:u-mt-3{
    margin-top:1.5rem!important
  }

  .xl\:u-mr-3{
    margin-right:1.5rem!important
  }

  .xl\:u-mb-3{
    margin-bottom:1.5rem!important
  }

  .xl\:u-ml-3{
    margin-left:1.5rem!important
  }

  .xl\:u-mx-3{
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }

  .xl\:u-my-3{
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }

  .xl\:u-mn-3{
    margin:-1.5rem!important
  }

  .xl\:u-mtn-3{
    margin-top:-1.5rem!important
  }

  .xl\:u-mrn-3{
    margin-right:-1.5rem!important
  }

  .xl\:u-mbn-3{
    margin-bottom:-1.5rem!important
  }

  .xl\:u-mln-3{
    margin-left:-1.5rem!important
  }

  .xl\:u-mxn-3{
    margin-left:-1.5rem!important;
    margin-right:-1.5rem!important
  }

  .xl\:u-myn-3{
    margin-top:-1.5rem!important;
    margin-bottom:-1.5rem!important
  }

  .xl\:u-p-3{
    padding:1.5rem!important
  }

  .xl\:u-pt-3{
    padding-top:1.5rem!important
  }

  .xl\:u-pr-3{
    padding-right:1.5rem!important
  }

  .xl\:u-pb-3{
    padding-bottom:1.5rem!important
  }

  .xl\:u-pl-3{
    padding-left:1.5rem!important
  }

  .xl\:u-px-3{
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }

  .xl\:u-py-3{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }

  .xl\:u-m-4{
    margin:2rem!important
  }

  .xl\:u-mt-4{
    margin-top:2rem!important
  }

  .xl\:u-mr-4{
    margin-right:2rem!important
  }

  .xl\:u-mb-4{
    margin-bottom:2rem!important
  }

  .xl\:u-ml-4{
    margin-left:2rem!important
  }

  .xl\:u-mx-4{
    margin-left:2rem!important;
    margin-right:2rem!important
  }

  .xl\:u-my-4{
    margin-top:2rem!important;
    margin-bottom:2rem!important
  }

  .xl\:u-mn-4{
    margin:-2rem!important
  }

  .xl\:u-mtn-4{
    margin-top:-2rem!important
  }

  .xl\:u-mrn-4{
    margin-right:-2rem!important
  }

  .xl\:u-mbn-4{
    margin-bottom:-2rem!important
  }

  .xl\:u-mln-4{
    margin-left:-2rem!important
  }

  .xl\:u-mxn-4{
    margin-left:-2rem!important;
    margin-right:-2rem!important
  }

  .xl\:u-myn-4{
    margin-top:-2rem!important;
    margin-bottom:-2rem!important
  }

  .xl\:u-p-4{
    padding:2rem!important
  }

  .xl\:u-pt-4{
    padding-top:2rem!important
  }

  .xl\:u-pr-4{
    padding-right:2rem!important
  }

  .xl\:u-pb-4{
    padding-bottom:2rem!important
  }

  .xl\:u-pl-4{
    padding-left:2rem!important
  }

  .xl\:u-px-4{
    padding-left:2rem!important;
    padding-right:2rem!important
  }

  .xl\:u-py-4{
    padding-top:2rem!important;
    padding-bottom:2rem!important
  }

  .xl\:u-m-6{
    margin:3rem!important
  }

  .xl\:u-mt-6{
    margin-top:3rem!important
  }

  .xl\:u-mr-6{
    margin-right:3rem!important
  }

  .xl\:u-mb-6{
    margin-bottom:3rem!important
  }

  .xl\:u-ml-6{
    margin-left:3rem!important
  }

  .xl\:u-mx-6{
    margin-left:3rem!important;
    margin-right:3rem!important
  }

  .xl\:u-my-6{
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }

  .xl\:u-mn-6{
    margin:-3rem!important
  }

  .xl\:u-mtn-6{
    margin-top:-3rem!important
  }

  .xl\:u-mrn-6{
    margin-right:-3rem!important
  }

  .xl\:u-mbn-6{
    margin-bottom:-3rem!important
  }

  .xl\:u-mln-6{
    margin-left:-3rem!important
  }

  .xl\:u-mxn-6{
    margin-left:-3rem!important;
    margin-right:-3rem!important
  }

  .xl\:u-myn-6{
    margin-top:-3rem!important;
    margin-bottom:-3rem!important
  }

  .xl\:u-p-6{
    padding:3rem!important
  }

  .xl\:u-pt-6{
    padding-top:3rem!important
  }

  .xl\:u-pr-6{
    padding-right:3rem!important
  }

  .xl\:u-pb-6{
    padding-bottom:3rem!important
  }

  .xl\:u-pl-6{
    padding-left:3rem!important
  }

  .xl\:u-px-6{
    padding-left:3rem!important;
    padding-right:3rem!important
  }

  .xl\:u-py-6{
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }

  .xl\:u-m-8{
    margin:4rem!important
  }

  .xl\:u-mt-8{
    margin-top:4rem!important
  }

  .xl\:u-mr-8{
    margin-right:4rem!important
  }

  .xl\:u-mb-8{
    margin-bottom:4rem!important
  }

  .xl\:u-ml-8{
    margin-left:4rem!important
  }

  .xl\:u-mx-8{
    margin-left:4rem!important;
    margin-right:4rem!important
  }

  .xl\:u-my-8{
    margin-top:4rem!important;
    margin-bottom:4rem!important
  }

  .xl\:u-mn-8{
    margin:-4rem!important
  }

  .xl\:u-mtn-8{
    margin-top:-4rem!important
  }

  .xl\:u-mrn-8{
    margin-right:-4rem!important
  }

  .xl\:u-mbn-8{
    margin-bottom:-4rem!important
  }

  .xl\:u-mln-8{
    margin-left:-4rem!important
  }

  .xl\:u-mxn-8{
    margin-left:-4rem!important;
    margin-right:-4rem!important
  }

  .xl\:u-myn-8{
    margin-top:-4rem!important;
    margin-bottom:-4rem!important
  }

  .xl\:u-p-8{
    padding:4rem!important
  }

  .xl\:u-pt-8{
    padding-top:4rem!important
  }

  .xl\:u-pr-8{
    padding-right:4rem!important
  }

  .xl\:u-pb-8{
    padding-bottom:4rem!important
  }

  .xl\:u-pl-8{
    padding-left:4rem!important
  }

  .xl\:u-px-8{
    padding-left:4rem!important;
    padding-right:4rem!important
  }

  .xl\:u-py-8{
    padding-top:4rem!important;
    padding-bottom:4rem!important
  }

  .xl\:u-m-10{
    margin:5rem!important
  }

  .xl\:u-mt-10{
    margin-top:5rem!important
  }

  .xl\:u-mr-10{
    margin-right:5rem!important
  }

  .xl\:u-mb-10{
    margin-bottom:5rem!important
  }

  .xl\:u-ml-10{
    margin-left:5rem!important
  }

  .xl\:u-mx-10{
    margin-left:5rem!important;
    margin-right:5rem!important
  }

  .xl\:u-my-10{
    margin-top:5rem!important;
    margin-bottom:5rem!important
  }

  .xl\:u-mn-10{
    margin:-5rem!important
  }

  .xl\:u-mtn-10{
    margin-top:-5rem!important
  }

  .xl\:u-mrn-10{
    margin-right:-5rem!important
  }

  .xl\:u-mbn-10{
    margin-bottom:-5rem!important
  }

  .xl\:u-mln-10{
    margin-left:-5rem!important
  }

  .xl\:u-mxn-10{
    margin-left:-5rem!important;
    margin-right:-5rem!important
  }

  .xl\:u-myn-10{
    margin-top:-5rem!important;
    margin-bottom:-5rem!important
  }

  .xl\:u-p-10{
    padding:5rem!important
  }

  .xl\:u-pt-10{
    padding-top:5rem!important
  }

  .xl\:u-pr-10{
    padding-right:5rem!important
  }

  .xl\:u-pb-10{
    padding-bottom:5rem!important
  }

  .xl\:u-pl-10{
    padding-left:5rem!important
  }

  .xl\:u-px-10{
    padding-left:5rem!important;
    padding-right:5rem!important
  }

  .xl\:u-py-10{
    padding-top:5rem!important;
    padding-bottom:5rem!important
  }

  .xl\:u-m-12{
    margin:6rem!important
  }

  .xl\:u-mt-12{
    margin-top:6rem!important
  }

  .xl\:u-mr-12{
    margin-right:6rem!important
  }

  .xl\:u-mb-12{
    margin-bottom:6rem!important
  }

  .xl\:u-ml-12{
    margin-left:6rem!important
  }

  .xl\:u-mx-12{
    margin-left:6rem!important;
    margin-right:6rem!important
  }

  .xl\:u-my-12{
    margin-top:6rem!important;
    margin-bottom:6rem!important
  }

  .xl\:u-mn-12{
    margin:-6rem!important
  }

  .xl\:u-mtn-12{
    margin-top:-6rem!important
  }

  .xl\:u-mrn-12{
    margin-right:-6rem!important
  }

  .xl\:u-mbn-12{
    margin-bottom:-6rem!important
  }

  .xl\:u-mln-12{
    margin-left:-6rem!important
  }

  .xl\:u-mxn-12{
    margin-left:-6rem!important;
    margin-right:-6rem!important
  }

  .xl\:u-myn-12{
    margin-top:-6rem!important;
    margin-bottom:-6rem!important
  }

  .xl\:u-p-12{
    padding:6rem!important
  }

  .xl\:u-pt-12{
    padding-top:6rem!important
  }

  .xl\:u-pr-12{
    padding-right:6rem!important
  }

  .xl\:u-pb-12{
    padding-bottom:6rem!important
  }

  .xl\:u-pl-12{
    padding-left:6rem!important
  }

  .xl\:u-px-12{
    padding-left:6rem!important;
    padding-right:6rem!important
  }

  .xl\:u-py-12{
    padding-top:6rem!important;
    padding-bottom:6rem!important
  }

  .xl\:u-m-16{
    margin:8rem!important
  }

  .xl\:u-mt-16{
    margin-top:8rem!important
  }

  .xl\:u-mr-16{
    margin-right:8rem!important
  }

  .xl\:u-mb-16{
    margin-bottom:8rem!important
  }

  .xl\:u-ml-16{
    margin-left:8rem!important
  }

  .xl\:u-mx-16{
    margin-left:8rem!important;
    margin-right:8rem!important
  }

  .xl\:u-my-16{
    margin-top:8rem!important;
    margin-bottom:8rem!important
  }

  .xl\:u-mn-16{
    margin:-8rem!important
  }

  .xl\:u-mtn-16{
    margin-top:-8rem!important
  }

  .xl\:u-mrn-16{
    margin-right:-8rem!important
  }

  .xl\:u-mbn-16{
    margin-bottom:-8rem!important
  }

  .xl\:u-mln-16{
    margin-left:-8rem!important
  }

  .xl\:u-mxn-16{
    margin-left:-8rem!important;
    margin-right:-8rem!important
  }

  .xl\:u-myn-16{
    margin-top:-8rem!important;
    margin-bottom:-8rem!important
  }

  .xl\:u-p-16{
    padding:8rem!important
  }

  .xl\:u-pt-16{
    padding-top:8rem!important
  }

  .xl\:u-pr-16{
    padding-right:8rem!important
  }

  .xl\:u-pb-16{
    padding-bottom:8rem!important
  }

  .xl\:u-pl-16{
    padding-left:8rem!important
  }

  .xl\:u-px-16{
    padding-left:8rem!important;
    padding-right:8rem!important
  }

  .xl\:u-py-16{
    padding-top:8rem!important;
    padding-bottom:8rem!important
  }

  .xl\:u-m-20{
    margin:10rem!important
  }

  .xl\:u-mt-20{
    margin-top:10rem!important
  }

  .xl\:u-mr-20{
    margin-right:10rem!important
  }

  .xl\:u-mb-20{
    margin-bottom:10rem!important
  }

  .xl\:u-ml-20{
    margin-left:10rem!important
  }

  .xl\:u-mx-20{
    margin-left:10rem!important;
    margin-right:10rem!important
  }

  .xl\:u-my-20{
    margin-top:10rem!important;
    margin-bottom:10rem!important
  }

  .xl\:u-mn-20{
    margin:-10rem!important
  }

  .xl\:u-mtn-20{
    margin-top:-10rem!important
  }

  .xl\:u-mrn-20{
    margin-right:-10rem!important
  }

  .xl\:u-mbn-20{
    margin-bottom:-10rem!important
  }

  .xl\:u-mln-20{
    margin-left:-10rem!important
  }

  .xl\:u-mxn-20{
    margin-left:-10rem!important;
    margin-right:-10rem!important
  }

  .xl\:u-myn-20{
    margin-top:-10rem!important;
    margin-bottom:-10rem!important
  }

  .xl\:u-p-20{
    padding:10rem!important
  }

  .xl\:u-pt-20{
    padding-top:10rem!important
  }

  .xl\:u-pr-20{
    padding-right:10rem!important
  }

  .xl\:u-pb-20{
    padding-bottom:10rem!important
  }

  .xl\:u-pl-20{
    padding-left:10rem!important
  }

  .xl\:u-px-20{
    padding-left:10rem!important;
    padding-right:10rem!important
  }

  .xl\:u-py-20{
    padding-top:10rem!important;
    padding-bottom:10rem!important
  }

  .xl\:u-m-25{
    margin:12.5rem!important
  }

  .xl\:u-mt-25{
    margin-top:12.5rem!important
  }

  .xl\:u-mr-25{
    margin-right:12.5rem!important
  }

  .xl\:u-mb-25{
    margin-bottom:12.5rem!important
  }

  .xl\:u-ml-25{
    margin-left:12.5rem!important
  }

  .xl\:u-mx-25{
    margin-left:12.5rem!important;
    margin-right:12.5rem!important
  }

  .xl\:u-my-25{
    margin-top:12.5rem!important;
    margin-bottom:12.5rem!important
  }

  .xl\:u-mn-25{
    margin:-12.5rem!important
  }

  .xl\:u-mtn-25{
    margin-top:-12.5rem!important
  }

  .xl\:u-mrn-25{
    margin-right:-12.5rem!important
  }

  .xl\:u-mbn-25{
    margin-bottom:-12.5rem!important
  }

  .xl\:u-mln-25{
    margin-left:-12.5rem!important
  }

  .xl\:u-mxn-25{
    margin-left:-12.5rem!important;
    margin-right:-12.5rem!important
  }

  .xl\:u-myn-25{
    margin-top:-12.5rem!important;
    margin-bottom:-12.5rem!important
  }

  .xl\:u-p-25{
    padding:12.5rem!important
  }

  .xl\:u-pt-25{
    padding-top:12.5rem!important
  }

  .xl\:u-pr-25{
    padding-right:12.5rem!important
  }

  .xl\:u-pb-25{
    padding-bottom:12.5rem!important
  }

  .xl\:u-pl-25{
    padding-left:12.5rem!important
  }

  .xl\:u-px-25{
    padding-left:12.5rem!important;
    padding-right:12.5rem!important
  }

  .xl\:u-py-25{
    padding-top:12.5rem!important;
    padding-bottom:12.5rem!important
  }

  .xl\:u-m-30{
    margin:15rem!important
  }

  .xl\:u-mt-30{
    margin-top:15rem!important
  }

  .xl\:u-mr-30{
    margin-right:15rem!important
  }

  .xl\:u-mb-30{
    margin-bottom:15rem!important
  }

  .xl\:u-ml-30{
    margin-left:15rem!important
  }

  .xl\:u-mx-30{
    margin-left:15rem!important;
    margin-right:15rem!important
  }

  .xl\:u-my-30{
    margin-top:15rem!important;
    margin-bottom:15rem!important
  }

  .xl\:u-mn-30{
    margin:-15rem!important
  }

  .xl\:u-mtn-30{
    margin-top:-15rem!important
  }

  .xl\:u-mrn-30{
    margin-right:-15rem!important
  }

  .xl\:u-mbn-30{
    margin-bottom:-15rem!important
  }

  .xl\:u-mln-30{
    margin-left:-15rem!important
  }

  .xl\:u-mxn-30{
    margin-left:-15rem!important;
    margin-right:-15rem!important
  }

  .xl\:u-myn-30{
    margin-top:-15rem!important;
    margin-bottom:-15rem!important
  }

  .xl\:u-p-30{
    padding:15rem!important
  }

  .xl\:u-pt-30{
    padding-top:15rem!important
  }

  .xl\:u-pr-30{
    padding-right:15rem!important
  }

  .xl\:u-pb-30{
    padding-bottom:15rem!important
  }

  .xl\:u-pl-30{
    padding-left:15rem!important
  }

  .xl\:u-px-30{
    padding-left:15rem!important;
    padding-right:15rem!important
  }

  .xl\:u-py-30{
    padding-top:15rem!important;
    padding-bottom:15rem!important
  }
}

.u-text-7xl{
  font-size:var(--font-size-7xl);
  font-weight:bold;
  line-height:1.0625;
  letter-spacing:-2px
}

.u-text-6xl{
  font-size:var(--font-size-6xl);
  font-weight:bold;
  line-height:1.046875;
  letter-spacing:-2px
}

.u-text-5xl{
  font-size:var(--font-size-5xl);
  font-weight:bold;
  line-height:1.08333333;
  letter-spacing:-2px
}

.u-text-4xl{
  font-size:var(--font-size-4xl);
  font-weight:bold;
  line-height:1.02777778;
  letter-spacing:-2px
}

.u-text-3xl{
  font-size:var(--font-size-3xl);
  font-weight:bold;
  line-height:1.10714286;
  letter-spacing:-2px
}

.u-text-2xl{
  font-size:var(--font-size-2xl);
  font-weight:bold;
  line-height:1.15;
  letter-spacing:-.5px
}

.u-text-xl{
  font-size:var(--font-size-xl);
  font-weight:bold;
  line-height:1.125;
  letter-spacing:-.4px
}

.u-text-lg{
  font-size:var(--font-size-lg);
  font-weight:normal;
  line-height:1.333;
  letter-spacing:-.1px
}

.u-text-base{
  font-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556
}

.u-text-sm{
  font-size:var(--font-size-sm);
  font-weight:normal;
  line-height:1.5
}

.u-text-xs{
  font-size:var(--font-size-xs);
  font-weight:normal;
  line-height:1.28571429
}

.u-text-2xs{
  font-size:var(--font-size-2xs);
  font-weight:normal;
  line-height:1.333
}

.u-text-static{
  --font-size-7xl: var(--font-size-7xl-static);
  --font-size-6xl: var(--font-size-6xl-static);
  --font-size-5xl: var(--font-size-5xl-static);
  --font-size-4xl: var(--font-size-4xl-static);
  --font-size-3xl: var(--font-size-3xl-static);
  --font-size-2xl: var(--font-size-2xl-static);
  --font-size-xl: var(--font-size-xl-static);
  --font-size-lg: var(--font-size-lg-static)
}

.u-text-caps{
  text-transform:uppercase;
  letter-spacing:.1em
}

.u-text-bold{
  font-weight:500
}

.u-text-bold.u-text-lg{
  font-weight:700
}

@media (min-width: 36rem){
  .sm\:u-border {
    border-width: 1px;
    border-style: solid;
  }

  .sm\:u-border-t {
    border-top-width: 1px;
  }

  .sm\:u-border-r {
    border-right-width: 1px;
  }

  .sm\:u-border-b {
    border-bottom-width: 1px;
  }

  .sm\:u-border-l {
    border-left-width: 1px;
  }

  .sm\:u-border-2 {
    border-width: 2px;
    border-style: solid;
  }

  .sm\:u-border-t-2 {
    border-top-width: 2px;
  }

  .sm\:u-border-r-2 {
    border-right-width: 2px;
  }

  .sm\:u-border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:u-border-l-2 {
    border-left-width: 2px;
  }

  .sm\:u-border-3 {
    border-width: 3px;
  }

  .sm\:u-border-t-3 {
    border-top-width: 3px;
  }

  .sm\:u-border-b-3 {
    border-bottom-width: 3px;
  }

  .sm\:u-border-0 {
    border-width: 0;
  }

  .sm\:u-border-t-0 {
    border-top-width: 0;
  }

  .sm\:u-border-r-0 {
    border-right-width: 0;
  }

  .sm\:u-border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:u-border-l-0 {
    border-left-width: 0;
  }

  .sm\:u-border-none {
    border: none;
  }

  .sm\:u-rounded-sm {
    border-radius: 0.25rem;
  }

  .sm\:u-rounded-sm-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:u-rounded {
    border-radius: 0.5rem;
  }

  .sm\:u-rounded-md {
    border-radius: 0.625rem;
  }

  .sm\:u-rounded-md-t {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }

  .sm\:u-rounded-lg {
    border-radius: 1.5rem;
  }

  .sm\:u-rounded-t {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:u-rounded-b {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:u-rounded-br {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:u-rounded-bl {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:u-rounded-tr {
    border-top-right-radius: 0.5rem;
  }

  .sm\:u-rounded-tr-lg {
    border-top-right-radius: 1.5rem;
  }

  .sm\:u-rounded-tl {
    border-top-left-radius: 0.5rem;
  }

  .sm\:u-rounded-tl-lg {
    border-top-left-radius: 1.5rem;
  }

  .sm\:u-rounded-tr-0 {
    border-top-right-radius: 0;
  }

  .sm\:u-rounded-br-lg {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:u-rounded-br-0 {
    border-bottom-right-radius: 0;
  }

  .sm\:u-rounded-bl-0 {
    border-bottom-left-radius: 0;
  }

  .sm\:u-rounded-bl-lg {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:u-round {
    border-radius: 50%;
  }

  .sm\:u-m-auto {
    margin: auto !important;
  }

  .sm\:u-mt-auto {
    margin-top: auto !important;
  }

  .sm\:u-mr-auto {
    margin-right: auto !important;
  }

  .sm\:u-mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:u-ml-auto {
    margin-left: auto !important;
  }

  .sm\:u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:u-m-0 {
    margin: 0 !important;
  }

  .sm\:u-mt-0 {
    margin-top: 0 !important;
  }

  .sm\:u-mr-0 {
    margin-right: 0 !important;
  }

  .sm\:u-mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:u-ml-0 {
    margin-left: 0 !important;
  }

  .sm\:u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:u--m-0 {
    margin: 0 !important;
  }

  .sm\:u--mt-0 {
    margin-top: 0 !important;
  }

  .sm\:u--mr-0 {
    margin-right: 0 !important;
  }

  .sm\:u--mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:u--ml-0 {
    margin-left: 0 !important;
  }

  .sm\:u--mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:u--my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:u-p-0 {
    padding: 0 !important;
  }

  .sm\:u-pt-0 {
    padding-top: 0 !important;
  }

  .sm\:u-pr-0 {
    padding-right: 0 !important;
  }

  .sm\:u-pb-0 {
    padding-bottom: 0 !important;
  }

  .sm\:u-pl-0 {
    padding-left: 0 !important;
  }

  .sm\:u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:u-m-3xs {
    margin: 0.125rem !important;
  }

  .sm\:u-mt-3xs {
    margin-top: 0.125rem !important;
  }

  .sm\:u-mr-3xs {
    margin-right: 0.125rem !important;
  }

  .sm\:u-mb-3xs {
    margin-bottom: 0.125rem !important;
  }

  .sm\:u-ml-3xs {
    margin-left: 0.125rem !important;
  }

  .sm\:u-mx-3xs {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .sm\:u-my-3xs {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .sm\:u--m-3xs {
    margin: -0.125rem !important;
  }

  .sm\:u--mt-3xs {
    margin-top: -0.125rem !important;
  }

  .sm\:u--mr-3xs {
    margin-right: -0.125rem !important;
  }

  .sm\:u--mb-3xs {
    margin-bottom: -0.125rem !important;
  }

  .sm\:u--ml-3xs {
    margin-left: -0.125rem !important;
  }

  .sm\:u--mx-3xs {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .sm\:u--my-3xs {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .sm\:u-p-3xs {
    padding: 0.125rem !important;
  }

  .sm\:u-pt-3xs {
    padding-top: 0.125rem !important;
  }

  .sm\:u-pr-3xs {
    padding-right: 0.125rem !important;
  }

  .sm\:u-pb-3xs {
    padding-bottom: 0.125rem !important;
  }

  .sm\:u-pl-3xs {
    padding-left: 0.125rem !important;
  }

  .sm\:u-px-3xs {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .sm\:u-py-3xs {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .sm\:u-m-2xs {
    margin: 0.25rem !important;
  }

  .sm\:u-mt-2xs {
    margin-top: 0.25rem !important;
  }

  .sm\:u-mr-2xs {
    margin-right: 0.25rem !important;
  }

  .sm\:u-mb-2xs {
    margin-bottom: 0.25rem !important;
  }

  .sm\:u-ml-2xs {
    margin-left: 0.25rem !important;
  }

  .sm\:u-mx-2xs {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:u-my-2xs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:u--m-2xs {
    margin: -0.25rem !important;
  }

  .sm\:u--mt-2xs {
    margin-top: -0.25rem !important;
  }

  .sm\:u--mr-2xs {
    margin-right: -0.25rem !important;
  }

  .sm\:u--mb-2xs {
    margin-bottom: -0.25rem !important;
  }

  .sm\:u--ml-2xs {
    margin-left: -0.25rem !important;
  }

  .sm\:u--mx-2xs {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:u--my-2xs {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:u-p-2xs {
    padding: 0.25rem !important;
  }

  .sm\:u-pt-2xs {
    padding-top: 0.25rem !important;
  }

  .sm\:u-pr-2xs {
    padding-right: 0.25rem !important;
  }

  .sm\:u-pb-2xs {
    padding-bottom: 0.25rem !important;
  }

  .sm\:u-pl-2xs {
    padding-left: 0.25rem !important;
  }

  .sm\:u-px-2xs {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:u-py-2xs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:u-m-xs {
    margin: 0.5rem !important;
  }

  .sm\:u-mt-xs {
    margin-top: 0.5rem !important;
  }

  .sm\:u-mr-xs {
    margin-right: 0.5rem !important;
  }

  .sm\:u-mb-xs {
    margin-bottom: 0.5rem !important;
  }

  .sm\:u-ml-xs {
    margin-left: 0.5rem !important;
  }

  .sm\:u-mx-xs {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:u-my-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:u--m-xs {
    margin: -0.5rem !important;
  }

  .sm\:u--mt-xs {
    margin-top: -0.5rem !important;
  }

  .sm\:u--mr-xs {
    margin-right: -0.5rem !important;
  }

  .sm\:u--mb-xs {
    margin-bottom: -0.5rem !important;
  }

  .sm\:u--ml-xs {
    margin-left: -0.5rem !important;
  }

  .sm\:u--mx-xs {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:u--my-xs {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:u-p-xs {
    padding: 0.5rem !important;
  }

  .sm\:u-pt-xs {
    padding-top: 0.5rem !important;
  }

  .sm\:u-pr-xs {
    padding-right: 0.5rem !important;
  }

  .sm\:u-pb-xs {
    padding-bottom: 0.5rem !important;
  }

  .sm\:u-pl-xs {
    padding-left: 0.5rem !important;
  }

  .sm\:u-px-xs {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:u-py-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:u-m-sm {
    margin: 0.75rem !important;
  }

  .sm\:u-mt-sm {
    margin-top: 0.75rem !important;
  }

  .sm\:u-mr-sm {
    margin-right: 0.75rem !important;
  }

  .sm\:u-mb-sm {
    margin-bottom: 0.75rem !important;
  }

  .sm\:u-ml-sm {
    margin-left: 0.75rem !important;
  }

  .sm\:u-mx-sm {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:u-my-sm {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:u--m-sm {
    margin: -0.75rem !important;
  }

  .sm\:u--mt-sm {
    margin-top: -0.75rem !important;
  }

  .sm\:u--mr-sm {
    margin-right: -0.75rem !important;
  }

  .sm\:u--mb-sm {
    margin-bottom: -0.75rem !important;
  }

  .sm\:u--ml-sm {
    margin-left: -0.75rem !important;
  }

  .sm\:u--mx-sm {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:u--my-sm {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:u-p-sm {
    padding: 0.75rem !important;
  }

  .sm\:u-pt-sm {
    padding-top: 0.75rem !important;
  }

  .sm\:u-pr-sm {
    padding-right: 0.75rem !important;
  }

  .sm\:u-pb-sm {
    padding-bottom: 0.75rem !important;
  }

  .sm\:u-pl-sm {
    padding-left: 0.75rem !important;
  }

  .sm\:u-px-sm {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:u-py-sm {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:u-m-md {
    margin: 1rem !important;
  }

  .sm\:u-mt-md {
    margin-top: 1rem !important;
  }

  .sm\:u-mr-md {
    margin-right: 1rem !important;
  }

  .sm\:u-mb-md {
    margin-bottom: 1rem !important;
  }

  .sm\:u-ml-md {
    margin-left: 1rem !important;
  }

  .sm\:u-mx-md {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:u-my-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:u--m-md {
    margin: -1rem !important;
  }

  .sm\:u--mt-md {
    margin-top: -1rem !important;
  }

  .sm\:u--mr-md {
    margin-right: -1rem !important;
  }

  .sm\:u--mb-md {
    margin-bottom: -1rem !important;
  }

  .sm\:u--ml-md {
    margin-left: -1rem !important;
  }

  .sm\:u--mx-md {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:u--my-md {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:u-p-md {
    padding: 1rem !important;
  }

  .sm\:u-pt-md {
    padding-top: 1rem !important;
  }

  .sm\:u-pr-md {
    padding-right: 1rem !important;
  }

  .sm\:u-pb-md {
    padding-bottom: 1rem !important;
  }

  .sm\:u-pl-md {
    padding-left: 1rem !important;
  }

  .sm\:u-px-md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:u-py-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:u-m-lg {
    margin: 1.5rem !important;
  }

  .sm\:u-mt-lg {
    margin-top: 1.5rem !important;
  }

  .sm\:u-mr-lg {
    margin-right: 1.5rem !important;
  }

  .sm\:u-mb-lg {
    margin-bottom: 1.5rem !important;
  }

  .sm\:u-ml-lg {
    margin-left: 1.5rem !important;
  }

  .sm\:u-mx-lg {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:u-my-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:u--m-lg {
    margin: -1.5rem !important;
  }

  .sm\:u--mt-lg {
    margin-top: -1.5rem !important;
  }

  .sm\:u--mr-lg {
    margin-right: -1.5rem !important;
  }

  .sm\:u--mb-lg {
    margin-bottom: -1.5rem !important;
  }

  .sm\:u--ml-lg {
    margin-left: -1.5rem !important;
  }

  .sm\:u--mx-lg {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:u--my-lg {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:u-p-lg {
    padding: 1.5rem !important;
  }

  .sm\:u-pt-lg {
    padding-top: 1.5rem !important;
  }

  .sm\:u-pr-lg {
    padding-right: 1.5rem !important;
  }

  .sm\:u-pb-lg {
    padding-bottom: 1.5rem !important;
  }

  .sm\:u-pl-lg {
    padding-left: 1.5rem !important;
  }

  .sm\:u-px-lg {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:u-py-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:u-m-xl {
    margin: 2rem !important;
  }

  .sm\:u-mt-xl {
    margin-top: 2rem !important;
  }

  .sm\:u-mr-xl {
    margin-right: 2rem !important;
  }

  .sm\:u-mb-xl {
    margin-bottom: 2rem !important;
  }

  .sm\:u-ml-xl {
    margin-left: 2rem !important;
  }

  .sm\:u-mx-xl {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:u-my-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:u--m-xl {
    margin: -2rem !important;
  }

  .sm\:u--mt-xl {
    margin-top: -2rem !important;
  }

  .sm\:u--mr-xl {
    margin-right: -2rem !important;
  }

  .sm\:u--mb-xl {
    margin-bottom: -2rem !important;
  }

  .sm\:u--ml-xl {
    margin-left: -2rem !important;
  }

  .sm\:u--mx-xl {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:u--my-xl {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:u-p-xl {
    padding: 2rem !important;
  }

  .sm\:u-pt-xl {
    padding-top: 2rem !important;
  }

  .sm\:u-pr-xl {
    padding-right: 2rem !important;
  }

  .sm\:u-pb-xl {
    padding-bottom: 2rem !important;
  }

  .sm\:u-pl-xl {
    padding-left: 2rem !important;
  }

  .sm\:u-px-xl {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:u-py-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:u-m-2xl {
    margin: 2.5rem !important;
  }

  .sm\:u-mt-2xl {
    margin-top: 2.5rem !important;
  }

  .sm\:u-mr-2xl {
    margin-right: 2.5rem !important;
  }

  .sm\:u-mb-2xl {
    margin-bottom: 2.5rem !important;
  }

  .sm\:u-ml-2xl {
    margin-left: 2.5rem !important;
  }

  .sm\:u-mx-2xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:u-my-2xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:u--m-2xl {
    margin: -2.5rem !important;
  }

  .sm\:u--mt-2xl {
    margin-top: -2.5rem !important;
  }

  .sm\:u--mr-2xl {
    margin-right: -2.5rem !important;
  }

  .sm\:u--mb-2xl {
    margin-bottom: -2.5rem !important;
  }

  .sm\:u--ml-2xl {
    margin-left: -2.5rem !important;
  }

  .sm\:u--mx-2xl {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:u--my-2xl {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:u-p-2xl {
    padding: 2.5rem !important;
  }

  .sm\:u-pt-2xl {
    padding-top: 2.5rem !important;
  }

  .sm\:u-pr-2xl {
    padding-right: 2.5rem !important;
  }

  .sm\:u-pb-2xl {
    padding-bottom: 2.5rem !important;
  }

  .sm\:u-pl-2xl {
    padding-left: 2.5rem !important;
  }

  .sm\:u-px-2xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:u-py-2xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:u-m-3xl {
    margin: 3rem !important;
  }

  .sm\:u-mt-3xl {
    margin-top: 3rem !important;
  }

  .sm\:u-mr-3xl {
    margin-right: 3rem !important;
  }

  .sm\:u-mb-3xl {
    margin-bottom: 3rem !important;
  }

  .sm\:u-ml-3xl {
    margin-left: 3rem !important;
  }

  .sm\:u-mx-3xl {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:u-my-3xl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:u--m-3xl {
    margin: -3rem !important;
  }

  .sm\:u--mt-3xl {
    margin-top: -3rem !important;
  }

  .sm\:u--mr-3xl {
    margin-right: -3rem !important;
  }

  .sm\:u--mb-3xl {
    margin-bottom: -3rem !important;
  }

  .sm\:u--ml-3xl {
    margin-left: -3rem !important;
  }

  .sm\:u--mx-3xl {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:u--my-3xl {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:u-p-3xl {
    padding: 3rem !important;
  }

  .sm\:u-pt-3xl {
    padding-top: 3rem !important;
  }

  .sm\:u-pr-3xl {
    padding-right: 3rem !important;
  }

  .sm\:u-pb-3xl {
    padding-bottom: 3rem !important;
  }

  .sm\:u-pl-3xl {
    padding-left: 3rem !important;
  }

  .sm\:u-px-3xl {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:u-py-3xl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:u-M-2xs {
    margin: 1rem !important;
  }

  .sm\:u-Mt-2xs {
    margin-top: 1rem !important;
  }

  .sm\:u-Mr-2xs {
    margin-right: 1rem !important;
  }

  .sm\:u-Mb-2xs {
    margin-bottom: 1rem !important;
  }

  .sm\:u-Ml-2xs {
    margin-left: 1rem !important;
  }

  .sm\:u-Mx-2xs {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:u-My-2xs {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:u--M-2xs {
    margin: -1rem !important;
  }

  .sm\:u--Mt-2xs {
    margin-top: -1rem !important;
  }

  .sm\:u--Mr-2xs {
    margin-right: -1rem !important;
  }

  .sm\:u--Mb-2xs {
    margin-bottom: -1rem !important;
  }

  .sm\:u--Ml-2xs {
    margin-left: -1rem !important;
  }

  .sm\:u--Mx-2xs {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:u--My-2xs {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:u-P-2xs {
    padding: 1rem !important;
  }

  .sm\:u-Pt-2xs {
    padding-top: 1rem !important;
  }

  .sm\:u-Pr-2xs {
    padding-right: 1rem !important;
  }

  .sm\:u-Pb-2xs {
    padding-bottom: 1rem !important;
  }

  .sm\:u-Pl-2xs {
    padding-left: 1rem !important;
  }

  .sm\:u-Px-2xs {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:u-Py-2xs {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:u-M-xs {
    margin: 1.5rem !important;
  }

  .sm\:u-Mt-xs {
    margin-top: 1.5rem !important;
  }

  .sm\:u-Mr-xs {
    margin-right: 1.5rem !important;
  }

  .sm\:u-Mb-xs {
    margin-bottom: 1.5rem !important;
  }

  .sm\:u-Ml-xs {
    margin-left: 1.5rem !important;
  }

  .sm\:u-Mx-xs {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:u-My-xs {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:u--M-xs {
    margin: -1.5rem !important;
  }

  .sm\:u--Mt-xs {
    margin-top: -1.5rem !important;
  }

  .sm\:u--Mr-xs {
    margin-right: -1.5rem !important;
  }

  .sm\:u--Mb-xs {
    margin-bottom: -1.5rem !important;
  }

  .sm\:u--Ml-xs {
    margin-left: -1.5rem !important;
  }

  .sm\:u--Mx-xs {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:u--My-xs {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:u-P-xs {
    padding: 1.5rem !important;
  }

  .sm\:u-Pt-xs {
    padding-top: 1.5rem !important;
  }

  .sm\:u-Pr-xs {
    padding-right: 1.5rem !important;
  }

  .sm\:u-Pb-xs {
    padding-bottom: 1.5rem !important;
  }

  .sm\:u-Pl-xs {
    padding-left: 1.5rem !important;
  }

  .sm\:u-Px-xs {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:u-Py-xs {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:u-M-sm {
    margin: 2rem !important;
  }

  .sm\:u-Mt-sm {
    margin-top: 2rem !important;
  }

  .sm\:u-Mr-sm {
    margin-right: 2rem !important;
  }

  .sm\:u-Mb-sm {
    margin-bottom: 2rem !important;
  }

  .sm\:u-Ml-sm {
    margin-left: 2rem !important;
  }

  .sm\:u-Mx-sm {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:u-My-sm {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:u--M-sm {
    margin: -2rem !important;
  }

  .sm\:u--Mt-sm {
    margin-top: -2rem !important;
  }

  .sm\:u--Mr-sm {
    margin-right: -2rem !important;
  }

  .sm\:u--Mb-sm {
    margin-bottom: -2rem !important;
  }

  .sm\:u--Ml-sm {
    margin-left: -2rem !important;
  }

  .sm\:u--Mx-sm {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:u--My-sm {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:u-P-sm {
    padding: 2rem !important;
  }

  .sm\:u-Pt-sm {
    padding-top: 2rem !important;
  }

  .sm\:u-Pr-sm {
    padding-right: 2rem !important;
  }

  .sm\:u-Pb-sm {
    padding-bottom: 2rem !important;
  }

  .sm\:u-Pl-sm {
    padding-left: 2rem !important;
  }

  .sm\:u-Px-sm {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:u-Py-sm {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:u-M-md {
    margin: 3rem !important;
  }

  .sm\:u-Mt-md {
    margin-top: 3rem !important;
  }

  .sm\:u-Mr-md {
    margin-right: 3rem !important;
  }

  .sm\:u-Mb-md {
    margin-bottom: 3rem !important;
  }

  .sm\:u-Ml-md {
    margin-left: 3rem !important;
  }

  .sm\:u-Mx-md {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:u-My-md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:u--M-md {
    margin: -3rem !important;
  }

  .sm\:u--Mt-md {
    margin-top: -3rem !important;
  }

  .sm\:u--Mr-md {
    margin-right: -3rem !important;
  }

  .sm\:u--Mb-md {
    margin-bottom: -3rem !important;
  }

  .sm\:u--Ml-md {
    margin-left: -3rem !important;
  }

  .sm\:u--Mx-md {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:u--My-md {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:u-P-md {
    padding: 3rem !important;
  }

  .sm\:u-Pt-md {
    padding-top: 3rem !important;
  }

  .sm\:u-Pr-md {
    padding-right: 3rem !important;
  }

  .sm\:u-Pb-md {
    padding-bottom: 3rem !important;
  }

  .sm\:u-Pl-md {
    padding-left: 3rem !important;
  }

  .sm\:u-Px-md {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:u-Py-md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:u-M-lg {
    margin: 4rem !important;
  }

  .sm\:u-Mt-lg {
    margin-top: 4rem !important;
  }

  .sm\:u-Mr-lg {
    margin-right: 4rem !important;
  }

  .sm\:u-Mb-lg {
    margin-bottom: 4rem !important;
  }

  .sm\:u-Ml-lg {
    margin-left: 4rem !important;
  }

  .sm\:u-Mx-lg {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:u-My-lg {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:u--M-lg {
    margin: -4rem !important;
  }

  .sm\:u--Mt-lg {
    margin-top: -4rem !important;
  }

  .sm\:u--Mr-lg {
    margin-right: -4rem !important;
  }

  .sm\:u--Mb-lg {
    margin-bottom: -4rem !important;
  }

  .sm\:u--Ml-lg {
    margin-left: -4rem !important;
  }

  .sm\:u--Mx-lg {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:u--My-lg {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:u-P-lg {
    padding: 4rem !important;
  }

  .sm\:u-Pt-lg {
    padding-top: 4rem !important;
  }

  .sm\:u-Pr-lg {
    padding-right: 4rem !important;
  }

  .sm\:u-Pb-lg {
    padding-bottom: 4rem !important;
  }

  .sm\:u-Pl-lg {
    padding-left: 4rem !important;
  }

  .sm\:u-Px-lg {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:u-Py-lg {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:u-M-xl {
    margin: 6rem !important;
  }

  .sm\:u-Mt-xl {
    margin-top: 6rem !important;
  }

  .sm\:u-Mr-xl {
    margin-right: 6rem !important;
  }

  .sm\:u-Mb-xl {
    margin-bottom: 6rem !important;
  }

  .sm\:u-Ml-xl {
    margin-left: 6rem !important;
  }

  .sm\:u-Mx-xl {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:u-My-xl {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:u--M-xl {
    margin: -6rem !important;
  }

  .sm\:u--Mt-xl {
    margin-top: -6rem !important;
  }

  .sm\:u--Mr-xl {
    margin-right: -6rem !important;
  }

  .sm\:u--Mb-xl {
    margin-bottom: -6rem !important;
  }

  .sm\:u--Ml-xl {
    margin-left: -6rem !important;
  }

  .sm\:u--Mx-xl {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:u--My-xl {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:u-P-xl {
    padding: 6rem !important;
  }

  .sm\:u-Pt-xl {
    padding-top: 6rem !important;
  }

  .sm\:u-Pr-xl {
    padding-right: 6rem !important;
  }

  .sm\:u-Pb-xl {
    padding-bottom: 6rem !important;
  }

  .sm\:u-Pl-xl {
    padding-left: 6rem !important;
  }

  .sm\:u-Px-xl {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:u-Py-xl {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:u-M-2xl {
    margin: 10rem !important;
  }

  .sm\:u-Mt-2xl {
    margin-top: 10rem !important;
  }

  .sm\:u-Mr-2xl {
    margin-right: 10rem !important;
  }

  .sm\:u-Mb-2xl {
    margin-bottom: 10rem !important;
  }

  .sm\:u-Ml-2xl {
    margin-left: 10rem !important;
  }

  .sm\:u-Mx-2xl {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:u-My-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:u--M-2xl {
    margin: -10rem !important;
  }

  .sm\:u--Mt-2xl {
    margin-top: -10rem !important;
  }

  .sm\:u--Mr-2xl {
    margin-right: -10rem !important;
  }

  .sm\:u--Mb-2xl {
    margin-bottom: -10rem !important;
  }

  .sm\:u--Ml-2xl {
    margin-left: -10rem !important;
  }

  .sm\:u--Mx-2xl {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:u--My-2xl {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:u-P-2xl {
    padding: 10rem !important;
  }

  .sm\:u-Pt-2xl {
    padding-top: 10rem !important;
  }

  .sm\:u-Pr-2xl {
    padding-right: 10rem !important;
  }

  .sm\:u-Pb-2xl {
    padding-bottom: 10rem !important;
  }

  .sm\:u-Pl-2xl {
    padding-left: 10rem !important;
  }

  .sm\:u-Px-2xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:u-Py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:u-M-3xl {
    margin: 15rem !important;
  }

  .sm\:u-Mt-3xl {
    margin-top: 15rem !important;
  }

  .sm\:u-Mr-3xl {
    margin-right: 15rem !important;
  }

  .sm\:u-Mb-3xl {
    margin-bottom: 15rem !important;
  }

  .sm\:u-Ml-3xl {
    margin-left: 15rem !important;
  }

  .sm\:u-Mx-3xl {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .sm\:u-My-3xl {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .sm\:u--M-3xl {
    margin: -15rem !important;
  }

  .sm\:u--Mt-3xl {
    margin-top: -15rem !important;
  }

  .sm\:u--Mr-3xl {
    margin-right: -15rem !important;
  }

  .sm\:u--Mb-3xl {
    margin-bottom: -15rem !important;
  }

  .sm\:u--Ml-3xl {
    margin-left: -15rem !important;
  }

  .sm\:u--Mx-3xl {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .sm\:u--My-3xl {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .sm\:u-P-3xl {
    padding: 15rem !important;
  }

  .sm\:u-Pt-3xl {
    padding-top: 15rem !important;
  }

  .sm\:u-Pr-3xl {
    padding-right: 15rem !important;
  }

  .sm\:u-Pb-3xl {
    padding-bottom: 15rem !important;
  }

  .sm\:u-Pl-3xl {
    padding-left: 15rem !important;
  }

  .sm\:u-Px-3xl {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .sm\:u-Py-3xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .sm\:u-block {
    display: block;
  }

  .sm\:u-inline-block {
    display: inline-block;
  }

  .sm\:u-inline {
    display: inline;
  }

  .sm\:u-inline-flex {
    display: inline-flex;
  }

  .sm\:u-table {
    display: table;
  }

  .sm\:u-table-row {
    display: table-row;
  }

  .sm\:u-table-cell {
    display: table-cell;
  }

  .sm\:u-grid {
    display: grid;
  }

  .sm\:u-hidden {
    display: none;
  }

  /**
 * Align Items
*/

  .sm\:u-items-stretch {
    align-items: stretch;
  }

  .sm\:u-items-start {
    align-items: flex-start;
  }

  .sm\:u-items-center {
    align-items: center;
  }

  .sm\:u-items-end {
    align-items: flex-end;
  }

  .sm\:u-items-baseline {
    align-items: baseline;
  }

  /**
 * Align Content
*/

  .sm\:u-content-start {
    align-content: flex-start;
  }

  .sm\:u-content-center {
    align-content: center;
  }

  .sm\:u-content-end {
    align-content: flex-end;
  }

  .sm\:u-content-between {
    align-content: space-between;
  }

  .sm\:u-content-around {
    align-content: space-around;
  }

  /**
 * Align Self
*/

  .sm\:u-self-auto {
    align-self: auto;
  }

  .sm\:u-self-start {
    align-self: flex-start;
  }

  .sm\:u-self-center {
    align-self: center;
  }

  .sm\:u-self-end {
    align-self: flex-end;
  }

  .sm\:u-self-stretch {
    align-self: stretch;
  }

  .sm\:u-self-normal {
    align-self: normal;
  }

  /**
 * Justify Content
*/

  .sm\:u-justify-start {
    justify-content: flex-start;
  }

  .sm\:u-justify-center {
    justify-content: center;
  }

  .sm\:u-justify-end {
    justify-content: flex-end;
  }

  .sm\:u-justify-between {
    justify-content: space-between;
  }

  .sm\:u-justify-around {
    justify-content: space-around;
  }

  .sm\:u-justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:u-flex {
    display: flex;
  }

  .sm\:u-flex img {
    min-width: 0;
    min-height: 0;
  }

  .sm\:u-flex-row {
    flex-direction: row;
  }

  .sm\:u-flex-row-rev {
    flex-direction: row-reverse;
  }

  .sm\:u-flex-col {
    flex-direction: column;
  }

  .sm\:u-flex-col-rev {
    flex-direction: column-reverse;
  }

  .sm\:u-flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:u-flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:u-flex-0 {
    flex: 0;
  }

  .sm\:u-flex-1 {
    flex: 1;
  }

  .sm\:u-flex-2 {
    flex: 2;
  }

  .sm\:u-basis-auto {
    flex-basis: auto;
  }

  .sm\:u-basis-1 {
    flex-basis: 8.33333333%;
  }

  .sm\:u-order-1 {
    order: 1;
  }

  .sm\:u-basis-2 {
    flex-basis: 16.66666667%;
  }

  .sm\:u-order-2 {
    order: 2;
  }

  .sm\:u-basis-3 {
    flex-basis: 25%;
  }

  .sm\:u-order-3 {
    order: 3;
  }

  .sm\:u-basis-4 {
    flex-basis: 33.33333333%;
  }

  .sm\:u-order-4 {
    order: 4;
  }

  .sm\:u-basis-5 {
    flex-basis: 41.66666667%;
  }

  .sm\:u-order-5 {
    order: 5;
  }

  .sm\:u-basis-6 {
    flex-basis: 50%;
  }

  .sm\:u-order-6 {
    order: 6;
  }

  .sm\:u-basis-7 {
    flex-basis: 58.33333333%;
  }

  .sm\:u-order-7 {
    order: 7;
  }

  .sm\:u-basis-8 {
    flex-basis: 66.66666667%;
  }

  .sm\:u-order-8 {
    order: 8;
  }

  .sm\:u-basis-9 {
    flex-basis: 75%;
  }

  .sm\:u-order-9 {
    order: 9;
  }

  .sm\:u-basis-10 {
    flex-basis: 83.33333333%;
  }

  .sm\:u-order-10 {
    order: 10;
  }

  .sm\:u-basis-11 {
    flex-basis: 91.66666667%;
  }

  .sm\:u-order-11 {
    order: 11;
  }

  .sm\:u-basis-12 {
    flex-basis: 100%;
  }

  .sm\:u-order-12 {
    order: 12;
  }

  /* Text Alignment */

  .sm\:u-text-left {
    text-align: left;
  }

  .sm\:u-text-center {
    text-align: center;
  }

  .sm\:u-text-right {
    text-align: right;
  }

  .sm\:u-text-justify {
    text-align: justify;
  }

  /* Weight */

  .sm\:u-font-normal {
    font-weight: 400;
  }

  .sm\:u-font-medium {
    font-weight: 500;
  }

  .sm\:u-font-bold {
    font-weight: 700;
  }
}

@media (min-width: 48rem){
  .md\:u-border {
    border-width: 1px;
    border-style: solid;
  }

  .md\:u-border-t {
    border-top-width: 1px;
  }

  .md\:u-border-r {
    border-right-width: 1px;
  }

  .md\:u-border-b {
    border-bottom-width: 1px;
  }

  .md\:u-border-l {
    border-left-width: 1px;
  }

  .md\:u-border-2 {
    border-width: 2px;
    border-style: solid;
  }

  .md\:u-border-t-2 {
    border-top-width: 2px;
  }

  .md\:u-border-r-2 {
    border-right-width: 2px;
  }

  .md\:u-border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:u-border-l-2 {
    border-left-width: 2px;
  }

  .md\:u-border-3 {
    border-width: 3px;
  }

  .md\:u-border-t-3 {
    border-top-width: 3px;
  }

  .md\:u-border-b-3 {
    border-bottom-width: 3px;
  }

  .md\:u-border-0 {
    border-width: 0;
  }

  .md\:u-border-t-0 {
    border-top-width: 0;
  }

  .md\:u-border-r-0 {
    border-right-width: 0;
  }

  .md\:u-border-b-0 {
    border-bottom-width: 0;
  }

  .md\:u-border-l-0 {
    border-left-width: 0;
  }

  .md\:u-border-none {
    border: none;
  }

  .md\:u-rounded-sm {
    border-radius: 0.25rem;
  }

  .md\:u-rounded-sm-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:u-rounded {
    border-radius: 0.5rem;
  }

  .md\:u-rounded-md {
    border-radius: 0.625rem;
  }

  .md\:u-rounded-md-t {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }

  .md\:u-rounded-lg {
    border-radius: 1.5rem;
  }

  .md\:u-rounded-t {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:u-rounded-b {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:u-rounded-br {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:u-rounded-bl {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:u-rounded-tr {
    border-top-right-radius: 0.5rem;
  }

  .md\:u-rounded-tr-lg {
    border-top-right-radius: 1.5rem;
  }

  .md\:u-rounded-tl {
    border-top-left-radius: 0.5rem;
  }

  .md\:u-rounded-tl-lg {
    border-top-left-radius: 1.5rem;
  }

  .md\:u-rounded-tr-0 {
    border-top-right-radius: 0;
  }

  .md\:u-rounded-br-lg {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:u-rounded-br-0 {
    border-bottom-right-radius: 0;
  }

  .md\:u-rounded-bl-0 {
    border-bottom-left-radius: 0;
  }

  .md\:u-rounded-bl-lg {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:u-round {
    border-radius: 50%;
  }

  .md\:u-m-auto {
    margin: auto !important;
  }

  .md\:u-mt-auto {
    margin-top: auto !important;
  }

  .md\:u-mr-auto {
    margin-right: auto !important;
  }

  .md\:u-mb-auto {
    margin-bottom: auto !important;
  }

  .md\:u-ml-auto {
    margin-left: auto !important;
  }

  .md\:u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:u-m-0 {
    margin: 0 !important;
  }

  .md\:u-mt-0 {
    margin-top: 0 !important;
  }

  .md\:u-mr-0 {
    margin-right: 0 !important;
  }

  .md\:u-mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:u-ml-0 {
    margin-left: 0 !important;
  }

  .md\:u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:u--m-0 {
    margin: 0 !important;
  }

  .md\:u--mt-0 {
    margin-top: 0 !important;
  }

  .md\:u--mr-0 {
    margin-right: 0 !important;
  }

  .md\:u--mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:u--ml-0 {
    margin-left: 0 !important;
  }

  .md\:u--mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:u--my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:u-p-0 {
    padding: 0 !important;
  }

  .md\:u-pt-0 {
    padding-top: 0 !important;
  }

  .md\:u-pr-0 {
    padding-right: 0 !important;
  }

  .md\:u-pb-0 {
    padding-bottom: 0 !important;
  }

  .md\:u-pl-0 {
    padding-left: 0 !important;
  }

  .md\:u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:u-m-3xs {
    margin: 0.125rem !important;
  }

  .md\:u-mt-3xs {
    margin-top: 0.125rem !important;
  }

  .md\:u-mr-3xs {
    margin-right: 0.125rem !important;
  }

  .md\:u-mb-3xs {
    margin-bottom: 0.125rem !important;
  }

  .md\:u-ml-3xs {
    margin-left: 0.125rem !important;
  }

  .md\:u-mx-3xs {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .md\:u-my-3xs {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .md\:u--m-3xs {
    margin: -0.125rem !important;
  }

  .md\:u--mt-3xs {
    margin-top: -0.125rem !important;
  }

  .md\:u--mr-3xs {
    margin-right: -0.125rem !important;
  }

  .md\:u--mb-3xs {
    margin-bottom: -0.125rem !important;
  }

  .md\:u--ml-3xs {
    margin-left: -0.125rem !important;
  }

  .md\:u--mx-3xs {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .md\:u--my-3xs {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .md\:u-p-3xs {
    padding: 0.125rem !important;
  }

  .md\:u-pt-3xs {
    padding-top: 0.125rem !important;
  }

  .md\:u-pr-3xs {
    padding-right: 0.125rem !important;
  }

  .md\:u-pb-3xs {
    padding-bottom: 0.125rem !important;
  }

  .md\:u-pl-3xs {
    padding-left: 0.125rem !important;
  }

  .md\:u-px-3xs {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .md\:u-py-3xs {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .md\:u-m-2xs {
    margin: 0.25rem !important;
  }

  .md\:u-mt-2xs {
    margin-top: 0.25rem !important;
  }

  .md\:u-mr-2xs {
    margin-right: 0.25rem !important;
  }

  .md\:u-mb-2xs {
    margin-bottom: 0.25rem !important;
  }

  .md\:u-ml-2xs {
    margin-left: 0.25rem !important;
  }

  .md\:u-mx-2xs {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:u-my-2xs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:u--m-2xs {
    margin: -0.25rem !important;
  }

  .md\:u--mt-2xs {
    margin-top: -0.25rem !important;
  }

  .md\:u--mr-2xs {
    margin-right: -0.25rem !important;
  }

  .md\:u--mb-2xs {
    margin-bottom: -0.25rem !important;
  }

  .md\:u--ml-2xs {
    margin-left: -0.25rem !important;
  }

  .md\:u--mx-2xs {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:u--my-2xs {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:u-p-2xs {
    padding: 0.25rem !important;
  }

  .md\:u-pt-2xs {
    padding-top: 0.25rem !important;
  }

  .md\:u-pr-2xs {
    padding-right: 0.25rem !important;
  }

  .md\:u-pb-2xs {
    padding-bottom: 0.25rem !important;
  }

  .md\:u-pl-2xs {
    padding-left: 0.25rem !important;
  }

  .md\:u-px-2xs {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:u-py-2xs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:u-m-xs {
    margin: 0.5rem !important;
  }

  .md\:u-mt-xs {
    margin-top: 0.5rem !important;
  }

  .md\:u-mr-xs {
    margin-right: 0.5rem !important;
  }

  .md\:u-mb-xs {
    margin-bottom: 0.5rem !important;
  }

  .md\:u-ml-xs {
    margin-left: 0.5rem !important;
  }

  .md\:u-mx-xs {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:u-my-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:u--m-xs {
    margin: -0.5rem !important;
  }

  .md\:u--mt-xs {
    margin-top: -0.5rem !important;
  }

  .md\:u--mr-xs {
    margin-right: -0.5rem !important;
  }

  .md\:u--mb-xs {
    margin-bottom: -0.5rem !important;
  }

  .md\:u--ml-xs {
    margin-left: -0.5rem !important;
  }

  .md\:u--mx-xs {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:u--my-xs {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:u-p-xs {
    padding: 0.5rem !important;
  }

  .md\:u-pt-xs {
    padding-top: 0.5rem !important;
  }

  .md\:u-pr-xs {
    padding-right: 0.5rem !important;
  }

  .md\:u-pb-xs {
    padding-bottom: 0.5rem !important;
  }

  .md\:u-pl-xs {
    padding-left: 0.5rem !important;
  }

  .md\:u-px-xs {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:u-py-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:u-m-sm {
    margin: 0.75rem !important;
  }

  .md\:u-mt-sm {
    margin-top: 0.75rem !important;
  }

  .md\:u-mr-sm {
    margin-right: 0.75rem !important;
  }

  .md\:u-mb-sm {
    margin-bottom: 0.75rem !important;
  }

  .md\:u-ml-sm {
    margin-left: 0.75rem !important;
  }

  .md\:u-mx-sm {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:u-my-sm {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:u--m-sm {
    margin: -0.75rem !important;
  }

  .md\:u--mt-sm {
    margin-top: -0.75rem !important;
  }

  .md\:u--mr-sm {
    margin-right: -0.75rem !important;
  }

  .md\:u--mb-sm {
    margin-bottom: -0.75rem !important;
  }

  .md\:u--ml-sm {
    margin-left: -0.75rem !important;
  }

  .md\:u--mx-sm {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:u--my-sm {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:u-p-sm {
    padding: 0.75rem !important;
  }

  .md\:u-pt-sm {
    padding-top: 0.75rem !important;
  }

  .md\:u-pr-sm {
    padding-right: 0.75rem !important;
  }

  .md\:u-pb-sm {
    padding-bottom: 0.75rem !important;
  }

  .md\:u-pl-sm {
    padding-left: 0.75rem !important;
  }

  .md\:u-px-sm {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:u-py-sm {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:u-m-md {
    margin: 1rem !important;
  }

  .md\:u-mt-md {
    margin-top: 1rem !important;
  }

  .md\:u-mr-md {
    margin-right: 1rem !important;
  }

  .md\:u-mb-md {
    margin-bottom: 1rem !important;
  }

  .md\:u-ml-md {
    margin-left: 1rem !important;
  }

  .md\:u-mx-md {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:u-my-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:u--m-md {
    margin: -1rem !important;
  }

  .md\:u--mt-md {
    margin-top: -1rem !important;
  }

  .md\:u--mr-md {
    margin-right: -1rem !important;
  }

  .md\:u--mb-md {
    margin-bottom: -1rem !important;
  }

  .md\:u--ml-md {
    margin-left: -1rem !important;
  }

  .md\:u--mx-md {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:u--my-md {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:u-p-md {
    padding: 1rem !important;
  }

  .md\:u-pt-md {
    padding-top: 1rem !important;
  }

  .md\:u-pr-md {
    padding-right: 1rem !important;
  }

  .md\:u-pb-md {
    padding-bottom: 1rem !important;
  }

  .md\:u-pl-md {
    padding-left: 1rem !important;
  }

  .md\:u-px-md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:u-py-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:u-m-lg {
    margin: 1.5rem !important;
  }

  .md\:u-mt-lg {
    margin-top: 1.5rem !important;
  }

  .md\:u-mr-lg {
    margin-right: 1.5rem !important;
  }

  .md\:u-mb-lg {
    margin-bottom: 1.5rem !important;
  }

  .md\:u-ml-lg {
    margin-left: 1.5rem !important;
  }

  .md\:u-mx-lg {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:u-my-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:u--m-lg {
    margin: -1.5rem !important;
  }

  .md\:u--mt-lg {
    margin-top: -1.5rem !important;
  }

  .md\:u--mr-lg {
    margin-right: -1.5rem !important;
  }

  .md\:u--mb-lg {
    margin-bottom: -1.5rem !important;
  }

  .md\:u--ml-lg {
    margin-left: -1.5rem !important;
  }

  .md\:u--mx-lg {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:u--my-lg {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:u-p-lg {
    padding: 1.5rem !important;
  }

  .md\:u-pt-lg {
    padding-top: 1.5rem !important;
  }

  .md\:u-pr-lg {
    padding-right: 1.5rem !important;
  }

  .md\:u-pb-lg {
    padding-bottom: 1.5rem !important;
  }

  .md\:u-pl-lg {
    padding-left: 1.5rem !important;
  }

  .md\:u-px-lg {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:u-py-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:u-m-xl {
    margin: 2rem !important;
  }

  .md\:u-mt-xl {
    margin-top: 2rem !important;
  }

  .md\:u-mr-xl {
    margin-right: 2rem !important;
  }

  .md\:u-mb-xl {
    margin-bottom: 2rem !important;
  }

  .md\:u-ml-xl {
    margin-left: 2rem !important;
  }

  .md\:u-mx-xl {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:u-my-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:u--m-xl {
    margin: -2rem !important;
  }

  .md\:u--mt-xl {
    margin-top: -2rem !important;
  }

  .md\:u--mr-xl {
    margin-right: -2rem !important;
  }

  .md\:u--mb-xl {
    margin-bottom: -2rem !important;
  }

  .md\:u--ml-xl {
    margin-left: -2rem !important;
  }

  .md\:u--mx-xl {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:u--my-xl {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:u-p-xl {
    padding: 2rem !important;
  }

  .md\:u-pt-xl {
    padding-top: 2rem !important;
  }

  .md\:u-pr-xl {
    padding-right: 2rem !important;
  }

  .md\:u-pb-xl {
    padding-bottom: 2rem !important;
  }

  .md\:u-pl-xl {
    padding-left: 2rem !important;
  }

  .md\:u-px-xl {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:u-py-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:u-m-2xl {
    margin: 2.5rem !important;
  }

  .md\:u-mt-2xl {
    margin-top: 2.5rem !important;
  }

  .md\:u-mr-2xl {
    margin-right: 2.5rem !important;
  }

  .md\:u-mb-2xl {
    margin-bottom: 2.5rem !important;
  }

  .md\:u-ml-2xl {
    margin-left: 2.5rem !important;
  }

  .md\:u-mx-2xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:u-my-2xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:u--m-2xl {
    margin: -2.5rem !important;
  }

  .md\:u--mt-2xl {
    margin-top: -2.5rem !important;
  }

  .md\:u--mr-2xl {
    margin-right: -2.5rem !important;
  }

  .md\:u--mb-2xl {
    margin-bottom: -2.5rem !important;
  }

  .md\:u--ml-2xl {
    margin-left: -2.5rem !important;
  }

  .md\:u--mx-2xl {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:u--my-2xl {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:u-p-2xl {
    padding: 2.5rem !important;
  }

  .md\:u-pt-2xl {
    padding-top: 2.5rem !important;
  }

  .md\:u-pr-2xl {
    padding-right: 2.5rem !important;
  }

  .md\:u-pb-2xl {
    padding-bottom: 2.5rem !important;
  }

  .md\:u-pl-2xl {
    padding-left: 2.5rem !important;
  }

  .md\:u-px-2xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:u-py-2xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:u-m-3xl {
    margin: 3rem !important;
  }

  .md\:u-mt-3xl {
    margin-top: 3rem !important;
  }

  .md\:u-mr-3xl {
    margin-right: 3rem !important;
  }

  .md\:u-mb-3xl {
    margin-bottom: 3rem !important;
  }

  .md\:u-ml-3xl {
    margin-left: 3rem !important;
  }

  .md\:u-mx-3xl {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:u-my-3xl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:u--m-3xl {
    margin: -3rem !important;
  }

  .md\:u--mt-3xl {
    margin-top: -3rem !important;
  }

  .md\:u--mr-3xl {
    margin-right: -3rem !important;
  }

  .md\:u--mb-3xl {
    margin-bottom: -3rem !important;
  }

  .md\:u--ml-3xl {
    margin-left: -3rem !important;
  }

  .md\:u--mx-3xl {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:u--my-3xl {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:u-p-3xl {
    padding: 3rem !important;
  }

  .md\:u-pt-3xl {
    padding-top: 3rem !important;
  }

  .md\:u-pr-3xl {
    padding-right: 3rem !important;
  }

  .md\:u-pb-3xl {
    padding-bottom: 3rem !important;
  }

  .md\:u-pl-3xl {
    padding-left: 3rem !important;
  }

  .md\:u-px-3xl {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:u-py-3xl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:u-M-2xs {
    margin: 1rem !important;
  }

  .md\:u-Mt-2xs {
    margin-top: 1rem !important;
  }

  .md\:u-Mr-2xs {
    margin-right: 1rem !important;
  }

  .md\:u-Mb-2xs {
    margin-bottom: 1rem !important;
  }

  .md\:u-Ml-2xs {
    margin-left: 1rem !important;
  }

  .md\:u-Mx-2xs {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:u-My-2xs {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:u--M-2xs {
    margin: -1rem !important;
  }

  .md\:u--Mt-2xs {
    margin-top: -1rem !important;
  }

  .md\:u--Mr-2xs {
    margin-right: -1rem !important;
  }

  .md\:u--Mb-2xs {
    margin-bottom: -1rem !important;
  }

  .md\:u--Ml-2xs {
    margin-left: -1rem !important;
  }

  .md\:u--Mx-2xs {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:u--My-2xs {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:u-P-2xs {
    padding: 1rem !important;
  }

  .md\:u-Pt-2xs {
    padding-top: 1rem !important;
  }

  .md\:u-Pr-2xs {
    padding-right: 1rem !important;
  }

  .md\:u-Pb-2xs {
    padding-bottom: 1rem !important;
  }

  .md\:u-Pl-2xs {
    padding-left: 1rem !important;
  }

  .md\:u-Px-2xs {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:u-Py-2xs {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:u-M-xs {
    margin: 1.5rem !important;
  }

  .md\:u-Mt-xs {
    margin-top: 1.5rem !important;
  }

  .md\:u-Mr-xs {
    margin-right: 1.5rem !important;
  }

  .md\:u-Mb-xs {
    margin-bottom: 1.5rem !important;
  }

  .md\:u-Ml-xs {
    margin-left: 1.5rem !important;
  }

  .md\:u-Mx-xs {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:u-My-xs {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:u--M-xs {
    margin: -1.5rem !important;
  }

  .md\:u--Mt-xs {
    margin-top: -1.5rem !important;
  }

  .md\:u--Mr-xs {
    margin-right: -1.5rem !important;
  }

  .md\:u--Mb-xs {
    margin-bottom: -1.5rem !important;
  }

  .md\:u--Ml-xs {
    margin-left: -1.5rem !important;
  }

  .md\:u--Mx-xs {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:u--My-xs {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:u-P-xs {
    padding: 1.5rem !important;
  }

  .md\:u-Pt-xs {
    padding-top: 1.5rem !important;
  }

  .md\:u-Pr-xs {
    padding-right: 1.5rem !important;
  }

  .md\:u-Pb-xs {
    padding-bottom: 1.5rem !important;
  }

  .md\:u-Pl-xs {
    padding-left: 1.5rem !important;
  }

  .md\:u-Px-xs {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:u-Py-xs {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:u-M-sm {
    margin: 2rem !important;
  }

  .md\:u-Mt-sm {
    margin-top: 2rem !important;
  }

  .md\:u-Mr-sm {
    margin-right: 2rem !important;
  }

  .md\:u-Mb-sm {
    margin-bottom: 2rem !important;
  }

  .md\:u-Ml-sm {
    margin-left: 2rem !important;
  }

  .md\:u-Mx-sm {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:u-My-sm {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:u--M-sm {
    margin: -2rem !important;
  }

  .md\:u--Mt-sm {
    margin-top: -2rem !important;
  }

  .md\:u--Mr-sm {
    margin-right: -2rem !important;
  }

  .md\:u--Mb-sm {
    margin-bottom: -2rem !important;
  }

  .md\:u--Ml-sm {
    margin-left: -2rem !important;
  }

  .md\:u--Mx-sm {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:u--My-sm {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:u-P-sm {
    padding: 2rem !important;
  }

  .md\:u-Pt-sm {
    padding-top: 2rem !important;
  }

  .md\:u-Pr-sm {
    padding-right: 2rem !important;
  }

  .md\:u-Pb-sm {
    padding-bottom: 2rem !important;
  }

  .md\:u-Pl-sm {
    padding-left: 2rem !important;
  }

  .md\:u-Px-sm {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:u-Py-sm {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:u-M-md {
    margin: 3rem !important;
  }

  .md\:u-Mt-md {
    margin-top: 3rem !important;
  }

  .md\:u-Mr-md {
    margin-right: 3rem !important;
  }

  .md\:u-Mb-md {
    margin-bottom: 3rem !important;
  }

  .md\:u-Ml-md {
    margin-left: 3rem !important;
  }

  .md\:u-Mx-md {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:u-My-md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:u--M-md {
    margin: -3rem !important;
  }

  .md\:u--Mt-md {
    margin-top: -3rem !important;
  }

  .md\:u--Mr-md {
    margin-right: -3rem !important;
  }

  .md\:u--Mb-md {
    margin-bottom: -3rem !important;
  }

  .md\:u--Ml-md {
    margin-left: -3rem !important;
  }

  .md\:u--Mx-md {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:u--My-md {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:u-P-md {
    padding: 3rem !important;
  }

  .md\:u-Pt-md {
    padding-top: 3rem !important;
  }

  .md\:u-Pr-md {
    padding-right: 3rem !important;
  }

  .md\:u-Pb-md {
    padding-bottom: 3rem !important;
  }

  .md\:u-Pl-md {
    padding-left: 3rem !important;
  }

  .md\:u-Px-md {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:u-Py-md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:u-M-lg {
    margin: 4rem !important;
  }

  .md\:u-Mt-lg {
    margin-top: 4rem !important;
  }

  .md\:u-Mr-lg {
    margin-right: 4rem !important;
  }

  .md\:u-Mb-lg {
    margin-bottom: 4rem !important;
  }

  .md\:u-Ml-lg {
    margin-left: 4rem !important;
  }

  .md\:u-Mx-lg {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:u-My-lg {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:u--M-lg {
    margin: -4rem !important;
  }

  .md\:u--Mt-lg {
    margin-top: -4rem !important;
  }

  .md\:u--Mr-lg {
    margin-right: -4rem !important;
  }

  .md\:u--Mb-lg {
    margin-bottom: -4rem !important;
  }

  .md\:u--Ml-lg {
    margin-left: -4rem !important;
  }

  .md\:u--Mx-lg {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:u--My-lg {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:u-P-lg {
    padding: 4rem !important;
  }

  .md\:u-Pt-lg {
    padding-top: 4rem !important;
  }

  .md\:u-Pr-lg {
    padding-right: 4rem !important;
  }

  .md\:u-Pb-lg {
    padding-bottom: 4rem !important;
  }

  .md\:u-Pl-lg {
    padding-left: 4rem !important;
  }

  .md\:u-Px-lg {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:u-Py-lg {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:u-M-xl {
    margin: 6rem !important;
  }

  .md\:u-Mt-xl {
    margin-top: 6rem !important;
  }

  .md\:u-Mr-xl {
    margin-right: 6rem !important;
  }

  .md\:u-Mb-xl {
    margin-bottom: 6rem !important;
  }

  .md\:u-Ml-xl {
    margin-left: 6rem !important;
  }

  .md\:u-Mx-xl {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:u-My-xl {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:u--M-xl {
    margin: -6rem !important;
  }

  .md\:u--Mt-xl {
    margin-top: -6rem !important;
  }

  .md\:u--Mr-xl {
    margin-right: -6rem !important;
  }

  .md\:u--Mb-xl {
    margin-bottom: -6rem !important;
  }

  .md\:u--Ml-xl {
    margin-left: -6rem !important;
  }

  .md\:u--Mx-xl {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:u--My-xl {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:u-P-xl {
    padding: 6rem !important;
  }

  .md\:u-Pt-xl {
    padding-top: 6rem !important;
  }

  .md\:u-Pr-xl {
    padding-right: 6rem !important;
  }

  .md\:u-Pb-xl {
    padding-bottom: 6rem !important;
  }

  .md\:u-Pl-xl {
    padding-left: 6rem !important;
  }

  .md\:u-Px-xl {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:u-Py-xl {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:u-M-2xl {
    margin: 10rem !important;
  }

  .md\:u-Mt-2xl {
    margin-top: 10rem !important;
  }

  .md\:u-Mr-2xl {
    margin-right: 10rem !important;
  }

  .md\:u-Mb-2xl {
    margin-bottom: 10rem !important;
  }

  .md\:u-Ml-2xl {
    margin-left: 10rem !important;
  }

  .md\:u-Mx-2xl {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:u-My-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:u--M-2xl {
    margin: -10rem !important;
  }

  .md\:u--Mt-2xl {
    margin-top: -10rem !important;
  }

  .md\:u--Mr-2xl {
    margin-right: -10rem !important;
  }

  .md\:u--Mb-2xl {
    margin-bottom: -10rem !important;
  }

  .md\:u--Ml-2xl {
    margin-left: -10rem !important;
  }

  .md\:u--Mx-2xl {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:u--My-2xl {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:u-P-2xl {
    padding: 10rem !important;
  }

  .md\:u-Pt-2xl {
    padding-top: 10rem !important;
  }

  .md\:u-Pr-2xl {
    padding-right: 10rem !important;
  }

  .md\:u-Pb-2xl {
    padding-bottom: 10rem !important;
  }

  .md\:u-Pl-2xl {
    padding-left: 10rem !important;
  }

  .md\:u-Px-2xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:u-Py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:u-M-3xl {
    margin: 15rem !important;
  }

  .md\:u-Mt-3xl {
    margin-top: 15rem !important;
  }

  .md\:u-Mr-3xl {
    margin-right: 15rem !important;
  }

  .md\:u-Mb-3xl {
    margin-bottom: 15rem !important;
  }

  .md\:u-Ml-3xl {
    margin-left: 15rem !important;
  }

  .md\:u-Mx-3xl {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .md\:u-My-3xl {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .md\:u--M-3xl {
    margin: -15rem !important;
  }

  .md\:u--Mt-3xl {
    margin-top: -15rem !important;
  }

  .md\:u--Mr-3xl {
    margin-right: -15rem !important;
  }

  .md\:u--Mb-3xl {
    margin-bottom: -15rem !important;
  }

  .md\:u--Ml-3xl {
    margin-left: -15rem !important;
  }

  .md\:u--Mx-3xl {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .md\:u--My-3xl {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .md\:u-P-3xl {
    padding: 15rem !important;
  }

  .md\:u-Pt-3xl {
    padding-top: 15rem !important;
  }

  .md\:u-Pr-3xl {
    padding-right: 15rem !important;
  }

  .md\:u-Pb-3xl {
    padding-bottom: 15rem !important;
  }

  .md\:u-Pl-3xl {
    padding-left: 15rem !important;
  }

  .md\:u-Px-3xl {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .md\:u-Py-3xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .md\:u-block {
    display: block;
  }

  .md\:u-inline-block {
    display: inline-block;
  }

  .md\:u-inline {
    display: inline;
  }

  .md\:u-inline-flex {
    display: inline-flex;
  }

  .md\:u-table {
    display: table;
  }

  .md\:u-table-row {
    display: table-row;
  }

  .md\:u-table-cell {
    display: table-cell;
  }

  .md\:u-grid {
    display: grid;
  }

  .md\:u-hidden {
    display: none;
  }

  /**
 * Align Items
*/

  .md\:u-items-stretch {
    align-items: stretch;
  }

  .md\:u-items-start {
    align-items: flex-start;
  }

  .md\:u-items-center {
    align-items: center;
  }

  .md\:u-items-end {
    align-items: flex-end;
  }

  .md\:u-items-baseline {
    align-items: baseline;
  }

  /**
 * Align Content
*/

  .md\:u-content-start {
    align-content: flex-start;
  }

  .md\:u-content-center {
    align-content: center;
  }

  .md\:u-content-end {
    align-content: flex-end;
  }

  .md\:u-content-between {
    align-content: space-between;
  }

  .md\:u-content-around {
    align-content: space-around;
  }

  /**
 * Align Self
*/

  .md\:u-self-auto {
    align-self: auto;
  }

  .md\:u-self-start {
    align-self: flex-start;
  }

  .md\:u-self-center {
    align-self: center;
  }

  .md\:u-self-end {
    align-self: flex-end;
  }

  .md\:u-self-stretch {
    align-self: stretch;
  }

  .md\:u-self-normal {
    align-self: normal;
  }

  /**
 * Justify Content
*/

  .md\:u-justify-start {
    justify-content: flex-start;
  }

  .md\:u-justify-center {
    justify-content: center;
  }

  .md\:u-justify-end {
    justify-content: flex-end;
  }

  .md\:u-justify-between {
    justify-content: space-between;
  }

  .md\:u-justify-around {
    justify-content: space-around;
  }

  .md\:u-justify-evenly {
    justify-content: space-evenly;
  }

  .md\:u-flex {
    display: flex;
  }

  .md\:u-flex img {
    min-width: 0;
    min-height: 0;
  }

  .md\:u-flex-row {
    flex-direction: row;
  }

  .md\:u-flex-row-rev {
    flex-direction: row-reverse;
  }

  .md\:u-flex-col {
    flex-direction: column;
  }

  .md\:u-flex-col-rev {
    flex-direction: column-reverse;
  }

  .md\:u-flex-wrap {
    flex-wrap: wrap;
  }

  .md\:u-flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:u-flex-0 {
    flex: 0;
  }

  .md\:u-flex-1 {
    flex: 1;
  }

  .md\:u-flex-2 {
    flex: 2;
  }

  .md\:u-basis-auto {
    flex-basis: auto;
  }

  .md\:u-basis-1 {
    flex-basis: 8.33333333%;
  }

  .md\:u-order-1 {
    order: 1;
  }

  .md\:u-basis-2 {
    flex-basis: 16.66666667%;
  }

  .md\:u-order-2 {
    order: 2;
  }

  .md\:u-basis-3 {
    flex-basis: 25%;
  }

  .md\:u-order-3 {
    order: 3;
  }

  .md\:u-basis-4 {
    flex-basis: 33.33333333%;
  }

  .md\:u-order-4 {
    order: 4;
  }

  .md\:u-basis-5 {
    flex-basis: 41.66666667%;
  }

  .md\:u-order-5 {
    order: 5;
  }

  .md\:u-basis-6 {
    flex-basis: 50%;
  }

  .md\:u-order-6 {
    order: 6;
  }

  .md\:u-basis-7 {
    flex-basis: 58.33333333%;
  }

  .md\:u-order-7 {
    order: 7;
  }

  .md\:u-basis-8 {
    flex-basis: 66.66666667%;
  }

  .md\:u-order-8 {
    order: 8;
  }

  .md\:u-basis-9 {
    flex-basis: 75%;
  }

  .md\:u-order-9 {
    order: 9;
  }

  .md\:u-basis-10 {
    flex-basis: 83.33333333%;
  }

  .md\:u-order-10 {
    order: 10;
  }

  .md\:u-basis-11 {
    flex-basis: 91.66666667%;
  }

  .md\:u-order-11 {
    order: 11;
  }

  .md\:u-basis-12 {
    flex-basis: 100%;
  }

  .md\:u-order-12 {
    order: 12;
  }

  /* Text Alignment */

  .md\:u-text-left {
    text-align: left;
  }

  .md\:u-text-center {
    text-align: center;
  }

  .md\:u-text-right {
    text-align: right;
  }

  .md\:u-text-justify {
    text-align: justify;
  }

  /* Weight */

  .md\:u-font-normal {
    font-weight: 400;
  }

  .md\:u-font-medium {
    font-weight: 500;
  }

  .md\:u-font-bold {
    font-weight: 700;
  }
}

@media (min-width: 64rem){
  .lg\:u-border {
    border-width: 1px;
    border-style: solid;
  }

  .lg\:u-border-t {
    border-top-width: 1px;
  }

  .lg\:u-border-r {
    border-right-width: 1px;
  }

  .lg\:u-border-b {
    border-bottom-width: 1px;
  }

  .lg\:u-border-l {
    border-left-width: 1px;
  }

  .lg\:u-border-2 {
    border-width: 2px;
    border-style: solid;
  }

  .lg\:u-border-t-2 {
    border-top-width: 2px;
  }

  .lg\:u-border-r-2 {
    border-right-width: 2px;
  }

  .lg\:u-border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:u-border-l-2 {
    border-left-width: 2px;
  }

  .lg\:u-border-3 {
    border-width: 3px;
  }

  .lg\:u-border-t-3 {
    border-top-width: 3px;
  }

  .lg\:u-border-b-3 {
    border-bottom-width: 3px;
  }

  .lg\:u-border-0 {
    border-width: 0;
  }

  .lg\:u-border-t-0 {
    border-top-width: 0;
  }

  .lg\:u-border-r-0 {
    border-right-width: 0;
  }

  .lg\:u-border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:u-border-l-0 {
    border-left-width: 0;
  }

  .lg\:u-border-none {
    border: none;
  }

  .lg\:u-rounded-sm {
    border-radius: 0.25rem;
  }

  .lg\:u-rounded-sm-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:u-rounded {
    border-radius: 0.5rem;
  }

  .lg\:u-rounded-md {
    border-radius: 0.625rem;
  }

  .lg\:u-rounded-md-t {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }

  .lg\:u-rounded-lg {
    border-radius: 1.5rem;
  }

  .lg\:u-rounded-t {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:u-rounded-b {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:u-rounded-br {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:u-rounded-bl {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:u-rounded-tr {
    border-top-right-radius: 0.5rem;
  }

  .lg\:u-rounded-tr-lg {
    border-top-right-radius: 1.5rem;
  }

  .lg\:u-rounded-tl {
    border-top-left-radius: 0.5rem;
  }

  .lg\:u-rounded-tl-lg {
    border-top-left-radius: 1.5rem;
  }

  .lg\:u-rounded-tr-0 {
    border-top-right-radius: 0;
  }

  .lg\:u-rounded-br-lg {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:u-rounded-br-0 {
    border-bottom-right-radius: 0;
  }

  .lg\:u-rounded-bl-0 {
    border-bottom-left-radius: 0;
  }

  .lg\:u-rounded-bl-lg {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:u-round {
    border-radius: 50%;
  }

  .lg\:u-m-auto {
    margin: auto !important;
  }

  .lg\:u-mt-auto {
    margin-top: auto !important;
  }

  .lg\:u-mr-auto {
    margin-right: auto !important;
  }

  .lg\:u-mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:u-ml-auto {
    margin-left: auto !important;
  }

  .lg\:u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:u-m-0 {
    margin: 0 !important;
  }

  .lg\:u-mt-0 {
    margin-top: 0 !important;
  }

  .lg\:u-mr-0 {
    margin-right: 0 !important;
  }

  .lg\:u-mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:u-ml-0 {
    margin-left: 0 !important;
  }

  .lg\:u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:u--m-0 {
    margin: 0 !important;
  }

  .lg\:u--mt-0 {
    margin-top: 0 !important;
  }

  .lg\:u--mr-0 {
    margin-right: 0 !important;
  }

  .lg\:u--mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:u--ml-0 {
    margin-left: 0 !important;
  }

  .lg\:u--mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:u--my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:u-p-0 {
    padding: 0 !important;
  }

  .lg\:u-pt-0 {
    padding-top: 0 !important;
  }

  .lg\:u-pr-0 {
    padding-right: 0 !important;
  }

  .lg\:u-pb-0 {
    padding-bottom: 0 !important;
  }

  .lg\:u-pl-0 {
    padding-left: 0 !important;
  }

  .lg\:u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:u-m-3xs {
    margin: 0.125rem !important;
  }

  .lg\:u-mt-3xs {
    margin-top: 0.125rem !important;
  }

  .lg\:u-mr-3xs {
    margin-right: 0.125rem !important;
  }

  .lg\:u-mb-3xs {
    margin-bottom: 0.125rem !important;
  }

  .lg\:u-ml-3xs {
    margin-left: 0.125rem !important;
  }

  .lg\:u-mx-3xs {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .lg\:u-my-3xs {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .lg\:u--m-3xs {
    margin: -0.125rem !important;
  }

  .lg\:u--mt-3xs {
    margin-top: -0.125rem !important;
  }

  .lg\:u--mr-3xs {
    margin-right: -0.125rem !important;
  }

  .lg\:u--mb-3xs {
    margin-bottom: -0.125rem !important;
  }

  .lg\:u--ml-3xs {
    margin-left: -0.125rem !important;
  }

  .lg\:u--mx-3xs {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .lg\:u--my-3xs {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .lg\:u-p-3xs {
    padding: 0.125rem !important;
  }

  .lg\:u-pt-3xs {
    padding-top: 0.125rem !important;
  }

  .lg\:u-pr-3xs {
    padding-right: 0.125rem !important;
  }

  .lg\:u-pb-3xs {
    padding-bottom: 0.125rem !important;
  }

  .lg\:u-pl-3xs {
    padding-left: 0.125rem !important;
  }

  .lg\:u-px-3xs {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg\:u-py-3xs {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lg\:u-m-2xs {
    margin: 0.25rem !important;
  }

  .lg\:u-mt-2xs {
    margin-top: 0.25rem !important;
  }

  .lg\:u-mr-2xs {
    margin-right: 0.25rem !important;
  }

  .lg\:u-mb-2xs {
    margin-bottom: 0.25rem !important;
  }

  .lg\:u-ml-2xs {
    margin-left: 0.25rem !important;
  }

  .lg\:u-mx-2xs {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:u-my-2xs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:u--m-2xs {
    margin: -0.25rem !important;
  }

  .lg\:u--mt-2xs {
    margin-top: -0.25rem !important;
  }

  .lg\:u--mr-2xs {
    margin-right: -0.25rem !important;
  }

  .lg\:u--mb-2xs {
    margin-bottom: -0.25rem !important;
  }

  .lg\:u--ml-2xs {
    margin-left: -0.25rem !important;
  }

  .lg\:u--mx-2xs {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:u--my-2xs {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:u-p-2xs {
    padding: 0.25rem !important;
  }

  .lg\:u-pt-2xs {
    padding-top: 0.25rem !important;
  }

  .lg\:u-pr-2xs {
    padding-right: 0.25rem !important;
  }

  .lg\:u-pb-2xs {
    padding-bottom: 0.25rem !important;
  }

  .lg\:u-pl-2xs {
    padding-left: 0.25rem !important;
  }

  .lg\:u-px-2xs {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:u-py-2xs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:u-m-xs {
    margin: 0.5rem !important;
  }

  .lg\:u-mt-xs {
    margin-top: 0.5rem !important;
  }

  .lg\:u-mr-xs {
    margin-right: 0.5rem !important;
  }

  .lg\:u-mb-xs {
    margin-bottom: 0.5rem !important;
  }

  .lg\:u-ml-xs {
    margin-left: 0.5rem !important;
  }

  .lg\:u-mx-xs {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:u-my-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:u--m-xs {
    margin: -0.5rem !important;
  }

  .lg\:u--mt-xs {
    margin-top: -0.5rem !important;
  }

  .lg\:u--mr-xs {
    margin-right: -0.5rem !important;
  }

  .lg\:u--mb-xs {
    margin-bottom: -0.5rem !important;
  }

  .lg\:u--ml-xs {
    margin-left: -0.5rem !important;
  }

  .lg\:u--mx-xs {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:u--my-xs {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:u-p-xs {
    padding: 0.5rem !important;
  }

  .lg\:u-pt-xs {
    padding-top: 0.5rem !important;
  }

  .lg\:u-pr-xs {
    padding-right: 0.5rem !important;
  }

  .lg\:u-pb-xs {
    padding-bottom: 0.5rem !important;
  }

  .lg\:u-pl-xs {
    padding-left: 0.5rem !important;
  }

  .lg\:u-px-xs {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:u-py-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:u-m-sm {
    margin: 0.75rem !important;
  }

  .lg\:u-mt-sm {
    margin-top: 0.75rem !important;
  }

  .lg\:u-mr-sm {
    margin-right: 0.75rem !important;
  }

  .lg\:u-mb-sm {
    margin-bottom: 0.75rem !important;
  }

  .lg\:u-ml-sm {
    margin-left: 0.75rem !important;
  }

  .lg\:u-mx-sm {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:u-my-sm {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:u--m-sm {
    margin: -0.75rem !important;
  }

  .lg\:u--mt-sm {
    margin-top: -0.75rem !important;
  }

  .lg\:u--mr-sm {
    margin-right: -0.75rem !important;
  }

  .lg\:u--mb-sm {
    margin-bottom: -0.75rem !important;
  }

  .lg\:u--ml-sm {
    margin-left: -0.75rem !important;
  }

  .lg\:u--mx-sm {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:u--my-sm {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:u-p-sm {
    padding: 0.75rem !important;
  }

  .lg\:u-pt-sm {
    padding-top: 0.75rem !important;
  }

  .lg\:u-pr-sm {
    padding-right: 0.75rem !important;
  }

  .lg\:u-pb-sm {
    padding-bottom: 0.75rem !important;
  }

  .lg\:u-pl-sm {
    padding-left: 0.75rem !important;
  }

  .lg\:u-px-sm {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:u-py-sm {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:u-m-md {
    margin: 1rem !important;
  }

  .lg\:u-mt-md {
    margin-top: 1rem !important;
  }

  .lg\:u-mr-md {
    margin-right: 1rem !important;
  }

  .lg\:u-mb-md {
    margin-bottom: 1rem !important;
  }

  .lg\:u-ml-md {
    margin-left: 1rem !important;
  }

  .lg\:u-mx-md {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:u-my-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:u--m-md {
    margin: -1rem !important;
  }

  .lg\:u--mt-md {
    margin-top: -1rem !important;
  }

  .lg\:u--mr-md {
    margin-right: -1rem !important;
  }

  .lg\:u--mb-md {
    margin-bottom: -1rem !important;
  }

  .lg\:u--ml-md {
    margin-left: -1rem !important;
  }

  .lg\:u--mx-md {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:u--my-md {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:u-p-md {
    padding: 1rem !important;
  }

  .lg\:u-pt-md {
    padding-top: 1rem !important;
  }

  .lg\:u-pr-md {
    padding-right: 1rem !important;
  }

  .lg\:u-pb-md {
    padding-bottom: 1rem !important;
  }

  .lg\:u-pl-md {
    padding-left: 1rem !important;
  }

  .lg\:u-px-md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:u-py-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:u-m-lg {
    margin: 1.5rem !important;
  }

  .lg\:u-mt-lg {
    margin-top: 1.5rem !important;
  }

  .lg\:u-mr-lg {
    margin-right: 1.5rem !important;
  }

  .lg\:u-mb-lg {
    margin-bottom: 1.5rem !important;
  }

  .lg\:u-ml-lg {
    margin-left: 1.5rem !important;
  }

  .lg\:u-mx-lg {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:u-my-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:u--m-lg {
    margin: -1.5rem !important;
  }

  .lg\:u--mt-lg {
    margin-top: -1.5rem !important;
  }

  .lg\:u--mr-lg {
    margin-right: -1.5rem !important;
  }

  .lg\:u--mb-lg {
    margin-bottom: -1.5rem !important;
  }

  .lg\:u--ml-lg {
    margin-left: -1.5rem !important;
  }

  .lg\:u--mx-lg {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:u--my-lg {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:u-p-lg {
    padding: 1.5rem !important;
  }

  .lg\:u-pt-lg {
    padding-top: 1.5rem !important;
  }

  .lg\:u-pr-lg {
    padding-right: 1.5rem !important;
  }

  .lg\:u-pb-lg {
    padding-bottom: 1.5rem !important;
  }

  .lg\:u-pl-lg {
    padding-left: 1.5rem !important;
  }

  .lg\:u-px-lg {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:u-py-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:u-m-xl {
    margin: 2rem !important;
  }

  .lg\:u-mt-xl {
    margin-top: 2rem !important;
  }

  .lg\:u-mr-xl {
    margin-right: 2rem !important;
  }

  .lg\:u-mb-xl {
    margin-bottom: 2rem !important;
  }

  .lg\:u-ml-xl {
    margin-left: 2rem !important;
  }

  .lg\:u-mx-xl {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:u-my-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:u--m-xl {
    margin: -2rem !important;
  }

  .lg\:u--mt-xl {
    margin-top: -2rem !important;
  }

  .lg\:u--mr-xl {
    margin-right: -2rem !important;
  }

  .lg\:u--mb-xl {
    margin-bottom: -2rem !important;
  }

  .lg\:u--ml-xl {
    margin-left: -2rem !important;
  }

  .lg\:u--mx-xl {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:u--my-xl {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:u-p-xl {
    padding: 2rem !important;
  }

  .lg\:u-pt-xl {
    padding-top: 2rem !important;
  }

  .lg\:u-pr-xl {
    padding-right: 2rem !important;
  }

  .lg\:u-pb-xl {
    padding-bottom: 2rem !important;
  }

  .lg\:u-pl-xl {
    padding-left: 2rem !important;
  }

  .lg\:u-px-xl {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:u-py-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:u-m-2xl {
    margin: 2.5rem !important;
  }

  .lg\:u-mt-2xl {
    margin-top: 2.5rem !important;
  }

  .lg\:u-mr-2xl {
    margin-right: 2.5rem !important;
  }

  .lg\:u-mb-2xl {
    margin-bottom: 2.5rem !important;
  }

  .lg\:u-ml-2xl {
    margin-left: 2.5rem !important;
  }

  .lg\:u-mx-2xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:u-my-2xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:u--m-2xl {
    margin: -2.5rem !important;
  }

  .lg\:u--mt-2xl {
    margin-top: -2.5rem !important;
  }

  .lg\:u--mr-2xl {
    margin-right: -2.5rem !important;
  }

  .lg\:u--mb-2xl {
    margin-bottom: -2.5rem !important;
  }

  .lg\:u--ml-2xl {
    margin-left: -2.5rem !important;
  }

  .lg\:u--mx-2xl {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:u--my-2xl {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:u-p-2xl {
    padding: 2.5rem !important;
  }

  .lg\:u-pt-2xl {
    padding-top: 2.5rem !important;
  }

  .lg\:u-pr-2xl {
    padding-right: 2.5rem !important;
  }

  .lg\:u-pb-2xl {
    padding-bottom: 2.5rem !important;
  }

  .lg\:u-pl-2xl {
    padding-left: 2.5rem !important;
  }

  .lg\:u-px-2xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:u-py-2xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:u-m-3xl {
    margin: 3rem !important;
  }

  .lg\:u-mt-3xl {
    margin-top: 3rem !important;
  }

  .lg\:u-mr-3xl {
    margin-right: 3rem !important;
  }

  .lg\:u-mb-3xl {
    margin-bottom: 3rem !important;
  }

  .lg\:u-ml-3xl {
    margin-left: 3rem !important;
  }

  .lg\:u-mx-3xl {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:u-my-3xl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:u--m-3xl {
    margin: -3rem !important;
  }

  .lg\:u--mt-3xl {
    margin-top: -3rem !important;
  }

  .lg\:u--mr-3xl {
    margin-right: -3rem !important;
  }

  .lg\:u--mb-3xl {
    margin-bottom: -3rem !important;
  }

  .lg\:u--ml-3xl {
    margin-left: -3rem !important;
  }

  .lg\:u--mx-3xl {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:u--my-3xl {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:u-p-3xl {
    padding: 3rem !important;
  }

  .lg\:u-pt-3xl {
    padding-top: 3rem !important;
  }

  .lg\:u-pr-3xl {
    padding-right: 3rem !important;
  }

  .lg\:u-pb-3xl {
    padding-bottom: 3rem !important;
  }

  .lg\:u-pl-3xl {
    padding-left: 3rem !important;
  }

  .lg\:u-px-3xl {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:u-py-3xl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:u-M-2xs {
    margin: 1rem !important;
  }

  .lg\:u-Mt-2xs {
    margin-top: 1rem !important;
  }

  .lg\:u-Mr-2xs {
    margin-right: 1rem !important;
  }

  .lg\:u-Mb-2xs {
    margin-bottom: 1rem !important;
  }

  .lg\:u-Ml-2xs {
    margin-left: 1rem !important;
  }

  .lg\:u-Mx-2xs {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:u-My-2xs {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:u--M-2xs {
    margin: -1rem !important;
  }

  .lg\:u--Mt-2xs {
    margin-top: -1rem !important;
  }

  .lg\:u--Mr-2xs {
    margin-right: -1rem !important;
  }

  .lg\:u--Mb-2xs {
    margin-bottom: -1rem !important;
  }

  .lg\:u--Ml-2xs {
    margin-left: -1rem !important;
  }

  .lg\:u--Mx-2xs {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:u--My-2xs {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:u-P-2xs {
    padding: 1rem !important;
  }

  .lg\:u-Pt-2xs {
    padding-top: 1rem !important;
  }

  .lg\:u-Pr-2xs {
    padding-right: 1rem !important;
  }

  .lg\:u-Pb-2xs {
    padding-bottom: 1rem !important;
  }

  .lg\:u-Pl-2xs {
    padding-left: 1rem !important;
  }

  .lg\:u-Px-2xs {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:u-Py-2xs {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:u-M-xs {
    margin: 1.5rem !important;
  }

  .lg\:u-Mt-xs {
    margin-top: 1.5rem !important;
  }

  .lg\:u-Mr-xs {
    margin-right: 1.5rem !important;
  }

  .lg\:u-Mb-xs {
    margin-bottom: 1.5rem !important;
  }

  .lg\:u-Ml-xs {
    margin-left: 1.5rem !important;
  }

  .lg\:u-Mx-xs {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:u-My-xs {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:u--M-xs {
    margin: -1.5rem !important;
  }

  .lg\:u--Mt-xs {
    margin-top: -1.5rem !important;
  }

  .lg\:u--Mr-xs {
    margin-right: -1.5rem !important;
  }

  .lg\:u--Mb-xs {
    margin-bottom: -1.5rem !important;
  }

  .lg\:u--Ml-xs {
    margin-left: -1.5rem !important;
  }

  .lg\:u--Mx-xs {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:u--My-xs {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:u-P-xs {
    padding: 1.5rem !important;
  }

  .lg\:u-Pt-xs {
    padding-top: 1.5rem !important;
  }

  .lg\:u-Pr-xs {
    padding-right: 1.5rem !important;
  }

  .lg\:u-Pb-xs {
    padding-bottom: 1.5rem !important;
  }

  .lg\:u-Pl-xs {
    padding-left: 1.5rem !important;
  }

  .lg\:u-Px-xs {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:u-Py-xs {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:u-M-sm {
    margin: 2rem !important;
  }

  .lg\:u-Mt-sm {
    margin-top: 2rem !important;
  }

  .lg\:u-Mr-sm {
    margin-right: 2rem !important;
  }

  .lg\:u-Mb-sm {
    margin-bottom: 2rem !important;
  }

  .lg\:u-Ml-sm {
    margin-left: 2rem !important;
  }

  .lg\:u-Mx-sm {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:u-My-sm {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:u--M-sm {
    margin: -2rem !important;
  }

  .lg\:u--Mt-sm {
    margin-top: -2rem !important;
  }

  .lg\:u--Mr-sm {
    margin-right: -2rem !important;
  }

  .lg\:u--Mb-sm {
    margin-bottom: -2rem !important;
  }

  .lg\:u--Ml-sm {
    margin-left: -2rem !important;
  }

  .lg\:u--Mx-sm {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:u--My-sm {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:u-P-sm {
    padding: 2rem !important;
  }

  .lg\:u-Pt-sm {
    padding-top: 2rem !important;
  }

  .lg\:u-Pr-sm {
    padding-right: 2rem !important;
  }

  .lg\:u-Pb-sm {
    padding-bottom: 2rem !important;
  }

  .lg\:u-Pl-sm {
    padding-left: 2rem !important;
  }

  .lg\:u-Px-sm {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:u-Py-sm {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:u-M-md {
    margin: 3rem !important;
  }

  .lg\:u-Mt-md {
    margin-top: 3rem !important;
  }

  .lg\:u-Mr-md {
    margin-right: 3rem !important;
  }

  .lg\:u-Mb-md {
    margin-bottom: 3rem !important;
  }

  .lg\:u-Ml-md {
    margin-left: 3rem !important;
  }

  .lg\:u-Mx-md {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:u-My-md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:u--M-md {
    margin: -3rem !important;
  }

  .lg\:u--Mt-md {
    margin-top: -3rem !important;
  }

  .lg\:u--Mr-md {
    margin-right: -3rem !important;
  }

  .lg\:u--Mb-md {
    margin-bottom: -3rem !important;
  }

  .lg\:u--Ml-md {
    margin-left: -3rem !important;
  }

  .lg\:u--Mx-md {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:u--My-md {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:u-P-md {
    padding: 3rem !important;
  }

  .lg\:u-Pt-md {
    padding-top: 3rem !important;
  }

  .lg\:u-Pr-md {
    padding-right: 3rem !important;
  }

  .lg\:u-Pb-md {
    padding-bottom: 3rem !important;
  }

  .lg\:u-Pl-md {
    padding-left: 3rem !important;
  }

  .lg\:u-Px-md {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:u-Py-md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:u-M-lg {
    margin: 4rem !important;
  }

  .lg\:u-Mt-lg {
    margin-top: 4rem !important;
  }

  .lg\:u-Mr-lg {
    margin-right: 4rem !important;
  }

  .lg\:u-Mb-lg {
    margin-bottom: 4rem !important;
  }

  .lg\:u-Ml-lg {
    margin-left: 4rem !important;
  }

  .lg\:u-Mx-lg {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:u-My-lg {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:u--M-lg {
    margin: -4rem !important;
  }

  .lg\:u--Mt-lg {
    margin-top: -4rem !important;
  }

  .lg\:u--Mr-lg {
    margin-right: -4rem !important;
  }

  .lg\:u--Mb-lg {
    margin-bottom: -4rem !important;
  }

  .lg\:u--Ml-lg {
    margin-left: -4rem !important;
  }

  .lg\:u--Mx-lg {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:u--My-lg {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:u-P-lg {
    padding: 4rem !important;
  }

  .lg\:u-Pt-lg {
    padding-top: 4rem !important;
  }

  .lg\:u-Pr-lg {
    padding-right: 4rem !important;
  }

  .lg\:u-Pb-lg {
    padding-bottom: 4rem !important;
  }

  .lg\:u-Pl-lg {
    padding-left: 4rem !important;
  }

  .lg\:u-Px-lg {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:u-Py-lg {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:u-M-xl {
    margin: 6rem !important;
  }

  .lg\:u-Mt-xl {
    margin-top: 6rem !important;
  }

  .lg\:u-Mr-xl {
    margin-right: 6rem !important;
  }

  .lg\:u-Mb-xl {
    margin-bottom: 6rem !important;
  }

  .lg\:u-Ml-xl {
    margin-left: 6rem !important;
  }

  .lg\:u-Mx-xl {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:u-My-xl {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:u--M-xl {
    margin: -6rem !important;
  }

  .lg\:u--Mt-xl {
    margin-top: -6rem !important;
  }

  .lg\:u--Mr-xl {
    margin-right: -6rem !important;
  }

  .lg\:u--Mb-xl {
    margin-bottom: -6rem !important;
  }

  .lg\:u--Ml-xl {
    margin-left: -6rem !important;
  }

  .lg\:u--Mx-xl {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:u--My-xl {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:u-P-xl {
    padding: 6rem !important;
  }

  .lg\:u-Pt-xl {
    padding-top: 6rem !important;
  }

  .lg\:u-Pr-xl {
    padding-right: 6rem !important;
  }

  .lg\:u-Pb-xl {
    padding-bottom: 6rem !important;
  }

  .lg\:u-Pl-xl {
    padding-left: 6rem !important;
  }

  .lg\:u-Px-xl {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:u-Py-xl {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:u-M-2xl {
    margin: 10rem !important;
  }

  .lg\:u-Mt-2xl {
    margin-top: 10rem !important;
  }

  .lg\:u-Mr-2xl {
    margin-right: 10rem !important;
  }

  .lg\:u-Mb-2xl {
    margin-bottom: 10rem !important;
  }

  .lg\:u-Ml-2xl {
    margin-left: 10rem !important;
  }

  .lg\:u-Mx-2xl {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:u-My-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:u--M-2xl {
    margin: -10rem !important;
  }

  .lg\:u--Mt-2xl {
    margin-top: -10rem !important;
  }

  .lg\:u--Mr-2xl {
    margin-right: -10rem !important;
  }

  .lg\:u--Mb-2xl {
    margin-bottom: -10rem !important;
  }

  .lg\:u--Ml-2xl {
    margin-left: -10rem !important;
  }

  .lg\:u--Mx-2xl {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:u--My-2xl {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:u-P-2xl {
    padding: 10rem !important;
  }

  .lg\:u-Pt-2xl {
    padding-top: 10rem !important;
  }

  .lg\:u-Pr-2xl {
    padding-right: 10rem !important;
  }

  .lg\:u-Pb-2xl {
    padding-bottom: 10rem !important;
  }

  .lg\:u-Pl-2xl {
    padding-left: 10rem !important;
  }

  .lg\:u-Px-2xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:u-Py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:u-M-3xl {
    margin: 15rem !important;
  }

  .lg\:u-Mt-3xl {
    margin-top: 15rem !important;
  }

  .lg\:u-Mr-3xl {
    margin-right: 15rem !important;
  }

  .lg\:u-Mb-3xl {
    margin-bottom: 15rem !important;
  }

  .lg\:u-Ml-3xl {
    margin-left: 15rem !important;
  }

  .lg\:u-Mx-3xl {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .lg\:u-My-3xl {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lg\:u--M-3xl {
    margin: -15rem !important;
  }

  .lg\:u--Mt-3xl {
    margin-top: -15rem !important;
  }

  .lg\:u--Mr-3xl {
    margin-right: -15rem !important;
  }

  .lg\:u--Mb-3xl {
    margin-bottom: -15rem !important;
  }

  .lg\:u--Ml-3xl {
    margin-left: -15rem !important;
  }

  .lg\:u--Mx-3xl {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .lg\:u--My-3xl {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .lg\:u-P-3xl {
    padding: 15rem !important;
  }

  .lg\:u-Pt-3xl {
    padding-top: 15rem !important;
  }

  .lg\:u-Pr-3xl {
    padding-right: 15rem !important;
  }

  .lg\:u-Pb-3xl {
    padding-bottom: 15rem !important;
  }

  .lg\:u-Pl-3xl {
    padding-left: 15rem !important;
  }

  .lg\:u-Px-3xl {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:u-Py-3xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lg\:u-block {
    display: block;
  }

  .lg\:u-inline-block {
    display: inline-block;
  }

  .lg\:u-inline {
    display: inline;
  }

  .lg\:u-inline-flex {
    display: inline-flex;
  }

  .lg\:u-table {
    display: table;
  }

  .lg\:u-table-row {
    display: table-row;
  }

  .lg\:u-table-cell {
    display: table-cell;
  }

  .lg\:u-grid {
    display: grid;
  }

  .lg\:u-hidden {
    display: none;
  }

  /**
 * Align Items
*/

  .lg\:u-items-stretch {
    align-items: stretch;
  }

  .lg\:u-items-start {
    align-items: flex-start;
  }

  .lg\:u-items-center {
    align-items: center;
  }

  .lg\:u-items-end {
    align-items: flex-end;
  }

  .lg\:u-items-baseline {
    align-items: baseline;
  }

  /**
 * Align Content
*/

  .lg\:u-content-start {
    align-content: flex-start;
  }

  .lg\:u-content-center {
    align-content: center;
  }

  .lg\:u-content-end {
    align-content: flex-end;
  }

  .lg\:u-content-between {
    align-content: space-between;
  }

  .lg\:u-content-around {
    align-content: space-around;
  }

  /**
 * Align Self
*/

  .lg\:u-self-auto {
    align-self: auto;
  }

  .lg\:u-self-start {
    align-self: flex-start;
  }

  .lg\:u-self-center {
    align-self: center;
  }

  .lg\:u-self-end {
    align-self: flex-end;
  }

  .lg\:u-self-stretch {
    align-self: stretch;
  }

  .lg\:u-self-normal {
    align-self: normal;
  }

  /**
 * Justify Content
*/

  .lg\:u-justify-start {
    justify-content: flex-start;
  }

  .lg\:u-justify-center {
    justify-content: center;
  }

  .lg\:u-justify-end {
    justify-content: flex-end;
  }

  .lg\:u-justify-between {
    justify-content: space-between;
  }

  .lg\:u-justify-around {
    justify-content: space-around;
  }

  .lg\:u-justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:u-flex {
    display: flex;
  }

  .lg\:u-flex img {
    min-width: 0;
    min-height: 0;
  }

  .lg\:u-flex-row {
    flex-direction: row;
  }

  .lg\:u-flex-row-rev {
    flex-direction: row-reverse;
  }

  .lg\:u-flex-col {
    flex-direction: column;
  }

  .lg\:u-flex-col-rev {
    flex-direction: column-reverse;
  }

  .lg\:u-flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:u-flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:u-flex-0 {
    flex: 0;
  }

  .lg\:u-flex-1 {
    flex: 1;
  }

  .lg\:u-flex-2 {
    flex: 2;
  }

  .lg\:u-basis-auto {
    flex-basis: auto;
  }

  .lg\:u-basis-1 {
    flex-basis: 8.33333333%;
  }

  .lg\:u-order-1 {
    order: 1;
  }

  .lg\:u-basis-2 {
    flex-basis: 16.66666667%;
  }

  .lg\:u-order-2 {
    order: 2;
  }

  .lg\:u-basis-3 {
    flex-basis: 25%;
  }

  .lg\:u-order-3 {
    order: 3;
  }

  .lg\:u-basis-4 {
    flex-basis: 33.33333333%;
  }

  .lg\:u-order-4 {
    order: 4;
  }

  .lg\:u-basis-5 {
    flex-basis: 41.66666667%;
  }

  .lg\:u-order-5 {
    order: 5;
  }

  .lg\:u-basis-6 {
    flex-basis: 50%;
  }

  .lg\:u-order-6 {
    order: 6;
  }

  .lg\:u-basis-7 {
    flex-basis: 58.33333333%;
  }

  .lg\:u-order-7 {
    order: 7;
  }

  .lg\:u-basis-8 {
    flex-basis: 66.66666667%;
  }

  .lg\:u-order-8 {
    order: 8;
  }

  .lg\:u-basis-9 {
    flex-basis: 75%;
  }

  .lg\:u-order-9 {
    order: 9;
  }

  .lg\:u-basis-10 {
    flex-basis: 83.33333333%;
  }

  .lg\:u-order-10 {
    order: 10;
  }

  .lg\:u-basis-11 {
    flex-basis: 91.66666667%;
  }

  .lg\:u-order-11 {
    order: 11;
  }

  .lg\:u-basis-12 {
    flex-basis: 100%;
  }

  .lg\:u-order-12 {
    order: 12;
  }

  /* Text Alignment */

  .lg\:u-text-left {
    text-align: left;
  }

  .lg\:u-text-center {
    text-align: center;
  }

  .lg\:u-text-right {
    text-align: right;
  }

  .lg\:u-text-justify {
    text-align: justify;
  }

  /* Weight */

  .lg\:u-font-normal {
    font-weight: 400;
  }

  .lg\:u-font-medium {
    font-weight: 500;
  }

  .lg\:u-font-bold {
    font-weight: 700;
  }
}

@media (min-width: 75rem){
  .xl\:u-border {
    border-width: 1px;
    border-style: solid;
  }

  .xl\:u-border-t {
    border-top-width: 1px;
  }

  .xl\:u-border-r {
    border-right-width: 1px;
  }

  .xl\:u-border-b {
    border-bottom-width: 1px;
  }

  .xl\:u-border-l {
    border-left-width: 1px;
  }

  .xl\:u-border-2 {
    border-width: 2px;
    border-style: solid;
  }

  .xl\:u-border-t-2 {
    border-top-width: 2px;
  }

  .xl\:u-border-r-2 {
    border-right-width: 2px;
  }

  .xl\:u-border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:u-border-l-2 {
    border-left-width: 2px;
  }

  .xl\:u-border-3 {
    border-width: 3px;
  }

  .xl\:u-border-t-3 {
    border-top-width: 3px;
  }

  .xl\:u-border-b-3 {
    border-bottom-width: 3px;
  }

  .xl\:u-border-0 {
    border-width: 0;
  }

  .xl\:u-border-t-0 {
    border-top-width: 0;
  }

  .xl\:u-border-r-0 {
    border-right-width: 0;
  }

  .xl\:u-border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:u-border-l-0 {
    border-left-width: 0;
  }

  .xl\:u-border-none {
    border: none;
  }

  .xl\:u-rounded-sm {
    border-radius: 0.25rem;
  }

  .xl\:u-rounded-sm-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:u-rounded {
    border-radius: 0.5rem;
  }

  .xl\:u-rounded-md {
    border-radius: 0.625rem;
  }

  .xl\:u-rounded-md-t {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }

  .xl\:u-rounded-lg {
    border-radius: 1.5rem;
  }

  .xl\:u-rounded-t {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:u-rounded-b {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:u-rounded-br {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:u-rounded-bl {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:u-rounded-tr {
    border-top-right-radius: 0.5rem;
  }

  .xl\:u-rounded-tr-lg {
    border-top-right-radius: 1.5rem;
  }

  .xl\:u-rounded-tl {
    border-top-left-radius: 0.5rem;
  }

  .xl\:u-rounded-tl-lg {
    border-top-left-radius: 1.5rem;
  }

  .xl\:u-rounded-tr-0 {
    border-top-right-radius: 0;
  }

  .xl\:u-rounded-br-lg {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:u-rounded-br-0 {
    border-bottom-right-radius: 0;
  }

  .xl\:u-rounded-bl-0 {
    border-bottom-left-radius: 0;
  }

  .xl\:u-rounded-bl-lg {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:u-round {
    border-radius: 50%;
  }

  .xl\:u-m-auto {
    margin: auto !important;
  }

  .xl\:u-mt-auto {
    margin-top: auto !important;
  }

  .xl\:u-mr-auto {
    margin-right: auto !important;
  }

  .xl\:u-mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:u-ml-auto {
    margin-left: auto !important;
  }

  .xl\:u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:u-m-0 {
    margin: 0 !important;
  }

  .xl\:u-mt-0 {
    margin-top: 0 !important;
  }

  .xl\:u-mr-0 {
    margin-right: 0 !important;
  }

  .xl\:u-mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:u-ml-0 {
    margin-left: 0 !important;
  }

  .xl\:u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:u--m-0 {
    margin: 0 !important;
  }

  .xl\:u--mt-0 {
    margin-top: 0 !important;
  }

  .xl\:u--mr-0 {
    margin-right: 0 !important;
  }

  .xl\:u--mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:u--ml-0 {
    margin-left: 0 !important;
  }

  .xl\:u--mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:u--my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:u-p-0 {
    padding: 0 !important;
  }

  .xl\:u-pt-0 {
    padding-top: 0 !important;
  }

  .xl\:u-pr-0 {
    padding-right: 0 !important;
  }

  .xl\:u-pb-0 {
    padding-bottom: 0 !important;
  }

  .xl\:u-pl-0 {
    padding-left: 0 !important;
  }

  .xl\:u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:u-m-3xs {
    margin: 0.125rem !important;
  }

  .xl\:u-mt-3xs {
    margin-top: 0.125rem !important;
  }

  .xl\:u-mr-3xs {
    margin-right: 0.125rem !important;
  }

  .xl\:u-mb-3xs {
    margin-bottom: 0.125rem !important;
  }

  .xl\:u-ml-3xs {
    margin-left: 0.125rem !important;
  }

  .xl\:u-mx-3xs {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xl\:u-my-3xs {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xl\:u--m-3xs {
    margin: -0.125rem !important;
  }

  .xl\:u--mt-3xs {
    margin-top: -0.125rem !important;
  }

  .xl\:u--mr-3xs {
    margin-right: -0.125rem !important;
  }

  .xl\:u--mb-3xs {
    margin-bottom: -0.125rem !important;
  }

  .xl\:u--ml-3xs {
    margin-left: -0.125rem !important;
  }

  .xl\:u--mx-3xs {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xl\:u--my-3xs {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xl\:u-p-3xs {
    padding: 0.125rem !important;
  }

  .xl\:u-pt-3xs {
    padding-top: 0.125rem !important;
  }

  .xl\:u-pr-3xs {
    padding-right: 0.125rem !important;
  }

  .xl\:u-pb-3xs {
    padding-bottom: 0.125rem !important;
  }

  .xl\:u-pl-3xs {
    padding-left: 0.125rem !important;
  }

  .xl\:u-px-3xs {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xl\:u-py-3xs {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xl\:u-m-2xs {
    margin: 0.25rem !important;
  }

  .xl\:u-mt-2xs {
    margin-top: 0.25rem !important;
  }

  .xl\:u-mr-2xs {
    margin-right: 0.25rem !important;
  }

  .xl\:u-mb-2xs {
    margin-bottom: 0.25rem !important;
  }

  .xl\:u-ml-2xs {
    margin-left: 0.25rem !important;
  }

  .xl\:u-mx-2xs {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:u-my-2xs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:u--m-2xs {
    margin: -0.25rem !important;
  }

  .xl\:u--mt-2xs {
    margin-top: -0.25rem !important;
  }

  .xl\:u--mr-2xs {
    margin-right: -0.25rem !important;
  }

  .xl\:u--mb-2xs {
    margin-bottom: -0.25rem !important;
  }

  .xl\:u--ml-2xs {
    margin-left: -0.25rem !important;
  }

  .xl\:u--mx-2xs {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:u--my-2xs {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:u-p-2xs {
    padding: 0.25rem !important;
  }

  .xl\:u-pt-2xs {
    padding-top: 0.25rem !important;
  }

  .xl\:u-pr-2xs {
    padding-right: 0.25rem !important;
  }

  .xl\:u-pb-2xs {
    padding-bottom: 0.25rem !important;
  }

  .xl\:u-pl-2xs {
    padding-left: 0.25rem !important;
  }

  .xl\:u-px-2xs {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:u-py-2xs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:u-m-xs {
    margin: 0.5rem !important;
  }

  .xl\:u-mt-xs {
    margin-top: 0.5rem !important;
  }

  .xl\:u-mr-xs {
    margin-right: 0.5rem !important;
  }

  .xl\:u-mb-xs {
    margin-bottom: 0.5rem !important;
  }

  .xl\:u-ml-xs {
    margin-left: 0.5rem !important;
  }

  .xl\:u-mx-xs {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:u-my-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:u--m-xs {
    margin: -0.5rem !important;
  }

  .xl\:u--mt-xs {
    margin-top: -0.5rem !important;
  }

  .xl\:u--mr-xs {
    margin-right: -0.5rem !important;
  }

  .xl\:u--mb-xs {
    margin-bottom: -0.5rem !important;
  }

  .xl\:u--ml-xs {
    margin-left: -0.5rem !important;
  }

  .xl\:u--mx-xs {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:u--my-xs {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:u-p-xs {
    padding: 0.5rem !important;
  }

  .xl\:u-pt-xs {
    padding-top: 0.5rem !important;
  }

  .xl\:u-pr-xs {
    padding-right: 0.5rem !important;
  }

  .xl\:u-pb-xs {
    padding-bottom: 0.5rem !important;
  }

  .xl\:u-pl-xs {
    padding-left: 0.5rem !important;
  }

  .xl\:u-px-xs {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:u-py-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:u-m-sm {
    margin: 0.75rem !important;
  }

  .xl\:u-mt-sm {
    margin-top: 0.75rem !important;
  }

  .xl\:u-mr-sm {
    margin-right: 0.75rem !important;
  }

  .xl\:u-mb-sm {
    margin-bottom: 0.75rem !important;
  }

  .xl\:u-ml-sm {
    margin-left: 0.75rem !important;
  }

  .xl\:u-mx-sm {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:u-my-sm {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:u--m-sm {
    margin: -0.75rem !important;
  }

  .xl\:u--mt-sm {
    margin-top: -0.75rem !important;
  }

  .xl\:u--mr-sm {
    margin-right: -0.75rem !important;
  }

  .xl\:u--mb-sm {
    margin-bottom: -0.75rem !important;
  }

  .xl\:u--ml-sm {
    margin-left: -0.75rem !important;
  }

  .xl\:u--mx-sm {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:u--my-sm {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:u-p-sm {
    padding: 0.75rem !important;
  }

  .xl\:u-pt-sm {
    padding-top: 0.75rem !important;
  }

  .xl\:u-pr-sm {
    padding-right: 0.75rem !important;
  }

  .xl\:u-pb-sm {
    padding-bottom: 0.75rem !important;
  }

  .xl\:u-pl-sm {
    padding-left: 0.75rem !important;
  }

  .xl\:u-px-sm {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:u-py-sm {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:u-m-md {
    margin: 1rem !important;
  }

  .xl\:u-mt-md {
    margin-top: 1rem !important;
  }

  .xl\:u-mr-md {
    margin-right: 1rem !important;
  }

  .xl\:u-mb-md {
    margin-bottom: 1rem !important;
  }

  .xl\:u-ml-md {
    margin-left: 1rem !important;
  }

  .xl\:u-mx-md {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:u-my-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:u--m-md {
    margin: -1rem !important;
  }

  .xl\:u--mt-md {
    margin-top: -1rem !important;
  }

  .xl\:u--mr-md {
    margin-right: -1rem !important;
  }

  .xl\:u--mb-md {
    margin-bottom: -1rem !important;
  }

  .xl\:u--ml-md {
    margin-left: -1rem !important;
  }

  .xl\:u--mx-md {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:u--my-md {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:u-p-md {
    padding: 1rem !important;
  }

  .xl\:u-pt-md {
    padding-top: 1rem !important;
  }

  .xl\:u-pr-md {
    padding-right: 1rem !important;
  }

  .xl\:u-pb-md {
    padding-bottom: 1rem !important;
  }

  .xl\:u-pl-md {
    padding-left: 1rem !important;
  }

  .xl\:u-px-md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:u-py-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:u-m-lg {
    margin: 1.5rem !important;
  }

  .xl\:u-mt-lg {
    margin-top: 1.5rem !important;
  }

  .xl\:u-mr-lg {
    margin-right: 1.5rem !important;
  }

  .xl\:u-mb-lg {
    margin-bottom: 1.5rem !important;
  }

  .xl\:u-ml-lg {
    margin-left: 1.5rem !important;
  }

  .xl\:u-mx-lg {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:u-my-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:u--m-lg {
    margin: -1.5rem !important;
  }

  .xl\:u--mt-lg {
    margin-top: -1.5rem !important;
  }

  .xl\:u--mr-lg {
    margin-right: -1.5rem !important;
  }

  .xl\:u--mb-lg {
    margin-bottom: -1.5rem !important;
  }

  .xl\:u--ml-lg {
    margin-left: -1.5rem !important;
  }

  .xl\:u--mx-lg {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:u--my-lg {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:u-p-lg {
    padding: 1.5rem !important;
  }

  .xl\:u-pt-lg {
    padding-top: 1.5rem !important;
  }

  .xl\:u-pr-lg {
    padding-right: 1.5rem !important;
  }

  .xl\:u-pb-lg {
    padding-bottom: 1.5rem !important;
  }

  .xl\:u-pl-lg {
    padding-left: 1.5rem !important;
  }

  .xl\:u-px-lg {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:u-py-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:u-m-xl {
    margin: 2rem !important;
  }

  .xl\:u-mt-xl {
    margin-top: 2rem !important;
  }

  .xl\:u-mr-xl {
    margin-right: 2rem !important;
  }

  .xl\:u-mb-xl {
    margin-bottom: 2rem !important;
  }

  .xl\:u-ml-xl {
    margin-left: 2rem !important;
  }

  .xl\:u-mx-xl {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:u-my-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:u--m-xl {
    margin: -2rem !important;
  }

  .xl\:u--mt-xl {
    margin-top: -2rem !important;
  }

  .xl\:u--mr-xl {
    margin-right: -2rem !important;
  }

  .xl\:u--mb-xl {
    margin-bottom: -2rem !important;
  }

  .xl\:u--ml-xl {
    margin-left: -2rem !important;
  }

  .xl\:u--mx-xl {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:u--my-xl {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:u-p-xl {
    padding: 2rem !important;
  }

  .xl\:u-pt-xl {
    padding-top: 2rem !important;
  }

  .xl\:u-pr-xl {
    padding-right: 2rem !important;
  }

  .xl\:u-pb-xl {
    padding-bottom: 2rem !important;
  }

  .xl\:u-pl-xl {
    padding-left: 2rem !important;
  }

  .xl\:u-px-xl {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:u-py-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:u-m-2xl {
    margin: 2.5rem !important;
  }

  .xl\:u-mt-2xl {
    margin-top: 2.5rem !important;
  }

  .xl\:u-mr-2xl {
    margin-right: 2.5rem !important;
  }

  .xl\:u-mb-2xl {
    margin-bottom: 2.5rem !important;
  }

  .xl\:u-ml-2xl {
    margin-left: 2.5rem !important;
  }

  .xl\:u-mx-2xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:u-my-2xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:u--m-2xl {
    margin: -2.5rem !important;
  }

  .xl\:u--mt-2xl {
    margin-top: -2.5rem !important;
  }

  .xl\:u--mr-2xl {
    margin-right: -2.5rem !important;
  }

  .xl\:u--mb-2xl {
    margin-bottom: -2.5rem !important;
  }

  .xl\:u--ml-2xl {
    margin-left: -2.5rem !important;
  }

  .xl\:u--mx-2xl {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:u--my-2xl {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:u-p-2xl {
    padding: 2.5rem !important;
  }

  .xl\:u-pt-2xl {
    padding-top: 2.5rem !important;
  }

  .xl\:u-pr-2xl {
    padding-right: 2.5rem !important;
  }

  .xl\:u-pb-2xl {
    padding-bottom: 2.5rem !important;
  }

  .xl\:u-pl-2xl {
    padding-left: 2.5rem !important;
  }

  .xl\:u-px-2xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:u-py-2xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:u-m-3xl {
    margin: 3rem !important;
  }

  .xl\:u-mt-3xl {
    margin-top: 3rem !important;
  }

  .xl\:u-mr-3xl {
    margin-right: 3rem !important;
  }

  .xl\:u-mb-3xl {
    margin-bottom: 3rem !important;
  }

  .xl\:u-ml-3xl {
    margin-left: 3rem !important;
  }

  .xl\:u-mx-3xl {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:u-my-3xl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:u--m-3xl {
    margin: -3rem !important;
  }

  .xl\:u--mt-3xl {
    margin-top: -3rem !important;
  }

  .xl\:u--mr-3xl {
    margin-right: -3rem !important;
  }

  .xl\:u--mb-3xl {
    margin-bottom: -3rem !important;
  }

  .xl\:u--ml-3xl {
    margin-left: -3rem !important;
  }

  .xl\:u--mx-3xl {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:u--my-3xl {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:u-p-3xl {
    padding: 3rem !important;
  }

  .xl\:u-pt-3xl {
    padding-top: 3rem !important;
  }

  .xl\:u-pr-3xl {
    padding-right: 3rem !important;
  }

  .xl\:u-pb-3xl {
    padding-bottom: 3rem !important;
  }

  .xl\:u-pl-3xl {
    padding-left: 3rem !important;
  }

  .xl\:u-px-3xl {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:u-py-3xl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:u-M-2xs {
    margin: 1rem !important;
  }

  .xl\:u-Mt-2xs {
    margin-top: 1rem !important;
  }

  .xl\:u-Mr-2xs {
    margin-right: 1rem !important;
  }

  .xl\:u-Mb-2xs {
    margin-bottom: 1rem !important;
  }

  .xl\:u-Ml-2xs {
    margin-left: 1rem !important;
  }

  .xl\:u-Mx-2xs {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:u-My-2xs {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:u--M-2xs {
    margin: -1rem !important;
  }

  .xl\:u--Mt-2xs {
    margin-top: -1rem !important;
  }

  .xl\:u--Mr-2xs {
    margin-right: -1rem !important;
  }

  .xl\:u--Mb-2xs {
    margin-bottom: -1rem !important;
  }

  .xl\:u--Ml-2xs {
    margin-left: -1rem !important;
  }

  .xl\:u--Mx-2xs {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:u--My-2xs {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:u-P-2xs {
    padding: 1rem !important;
  }

  .xl\:u-Pt-2xs {
    padding-top: 1rem !important;
  }

  .xl\:u-Pr-2xs {
    padding-right: 1rem !important;
  }

  .xl\:u-Pb-2xs {
    padding-bottom: 1rem !important;
  }

  .xl\:u-Pl-2xs {
    padding-left: 1rem !important;
  }

  .xl\:u-Px-2xs {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:u-Py-2xs {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:u-M-xs {
    margin: 1.5rem !important;
  }

  .xl\:u-Mt-xs {
    margin-top: 1.5rem !important;
  }

  .xl\:u-Mr-xs {
    margin-right: 1.5rem !important;
  }

  .xl\:u-Mb-xs {
    margin-bottom: 1.5rem !important;
  }

  .xl\:u-Ml-xs {
    margin-left: 1.5rem !important;
  }

  .xl\:u-Mx-xs {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:u-My-xs {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:u--M-xs {
    margin: -1.5rem !important;
  }

  .xl\:u--Mt-xs {
    margin-top: -1.5rem !important;
  }

  .xl\:u--Mr-xs {
    margin-right: -1.5rem !important;
  }

  .xl\:u--Mb-xs {
    margin-bottom: -1.5rem !important;
  }

  .xl\:u--Ml-xs {
    margin-left: -1.5rem !important;
  }

  .xl\:u--Mx-xs {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:u--My-xs {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:u-P-xs {
    padding: 1.5rem !important;
  }

  .xl\:u-Pt-xs {
    padding-top: 1.5rem !important;
  }

  .xl\:u-Pr-xs {
    padding-right: 1.5rem !important;
  }

  .xl\:u-Pb-xs {
    padding-bottom: 1.5rem !important;
  }

  .xl\:u-Pl-xs {
    padding-left: 1.5rem !important;
  }

  .xl\:u-Px-xs {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:u-Py-xs {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:u-M-sm {
    margin: 2rem !important;
  }

  .xl\:u-Mt-sm {
    margin-top: 2rem !important;
  }

  .xl\:u-Mr-sm {
    margin-right: 2rem !important;
  }

  .xl\:u-Mb-sm {
    margin-bottom: 2rem !important;
  }

  .xl\:u-Ml-sm {
    margin-left: 2rem !important;
  }

  .xl\:u-Mx-sm {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:u-My-sm {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:u--M-sm {
    margin: -2rem !important;
  }

  .xl\:u--Mt-sm {
    margin-top: -2rem !important;
  }

  .xl\:u--Mr-sm {
    margin-right: -2rem !important;
  }

  .xl\:u--Mb-sm {
    margin-bottom: -2rem !important;
  }

  .xl\:u--Ml-sm {
    margin-left: -2rem !important;
  }

  .xl\:u--Mx-sm {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:u--My-sm {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:u-P-sm {
    padding: 2rem !important;
  }

  .xl\:u-Pt-sm {
    padding-top: 2rem !important;
  }

  .xl\:u-Pr-sm {
    padding-right: 2rem !important;
  }

  .xl\:u-Pb-sm {
    padding-bottom: 2rem !important;
  }

  .xl\:u-Pl-sm {
    padding-left: 2rem !important;
  }

  .xl\:u-Px-sm {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:u-Py-sm {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:u-M-md {
    margin: 3rem !important;
  }

  .xl\:u-Mt-md {
    margin-top: 3rem !important;
  }

  .xl\:u-Mr-md {
    margin-right: 3rem !important;
  }

  .xl\:u-Mb-md {
    margin-bottom: 3rem !important;
  }

  .xl\:u-Ml-md {
    margin-left: 3rem !important;
  }

  .xl\:u-Mx-md {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:u-My-md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:u--M-md {
    margin: -3rem !important;
  }

  .xl\:u--Mt-md {
    margin-top: -3rem !important;
  }

  .xl\:u--Mr-md {
    margin-right: -3rem !important;
  }

  .xl\:u--Mb-md {
    margin-bottom: -3rem !important;
  }

  .xl\:u--Ml-md {
    margin-left: -3rem !important;
  }

  .xl\:u--Mx-md {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:u--My-md {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:u-P-md {
    padding: 3rem !important;
  }

  .xl\:u-Pt-md {
    padding-top: 3rem !important;
  }

  .xl\:u-Pr-md {
    padding-right: 3rem !important;
  }

  .xl\:u-Pb-md {
    padding-bottom: 3rem !important;
  }

  .xl\:u-Pl-md {
    padding-left: 3rem !important;
  }

  .xl\:u-Px-md {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:u-Py-md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:u-M-lg {
    margin: 4rem !important;
  }

  .xl\:u-Mt-lg {
    margin-top: 4rem !important;
  }

  .xl\:u-Mr-lg {
    margin-right: 4rem !important;
  }

  .xl\:u-Mb-lg {
    margin-bottom: 4rem !important;
  }

  .xl\:u-Ml-lg {
    margin-left: 4rem !important;
  }

  .xl\:u-Mx-lg {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:u-My-lg {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:u--M-lg {
    margin: -4rem !important;
  }

  .xl\:u--Mt-lg {
    margin-top: -4rem !important;
  }

  .xl\:u--Mr-lg {
    margin-right: -4rem !important;
  }

  .xl\:u--Mb-lg {
    margin-bottom: -4rem !important;
  }

  .xl\:u--Ml-lg {
    margin-left: -4rem !important;
  }

  .xl\:u--Mx-lg {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:u--My-lg {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:u-P-lg {
    padding: 4rem !important;
  }

  .xl\:u-Pt-lg {
    padding-top: 4rem !important;
  }

  .xl\:u-Pr-lg {
    padding-right: 4rem !important;
  }

  .xl\:u-Pb-lg {
    padding-bottom: 4rem !important;
  }

  .xl\:u-Pl-lg {
    padding-left: 4rem !important;
  }

  .xl\:u-Px-lg {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:u-Py-lg {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:u-M-xl {
    margin: 6rem !important;
  }

  .xl\:u-Mt-xl {
    margin-top: 6rem !important;
  }

  .xl\:u-Mr-xl {
    margin-right: 6rem !important;
  }

  .xl\:u-Mb-xl {
    margin-bottom: 6rem !important;
  }

  .xl\:u-Ml-xl {
    margin-left: 6rem !important;
  }

  .xl\:u-Mx-xl {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:u-My-xl {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:u--M-xl {
    margin: -6rem !important;
  }

  .xl\:u--Mt-xl {
    margin-top: -6rem !important;
  }

  .xl\:u--Mr-xl {
    margin-right: -6rem !important;
  }

  .xl\:u--Mb-xl {
    margin-bottom: -6rem !important;
  }

  .xl\:u--Ml-xl {
    margin-left: -6rem !important;
  }

  .xl\:u--Mx-xl {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:u--My-xl {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:u-P-xl {
    padding: 6rem !important;
  }

  .xl\:u-Pt-xl {
    padding-top: 6rem !important;
  }

  .xl\:u-Pr-xl {
    padding-right: 6rem !important;
  }

  .xl\:u-Pb-xl {
    padding-bottom: 6rem !important;
  }

  .xl\:u-Pl-xl {
    padding-left: 6rem !important;
  }

  .xl\:u-Px-xl {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:u-Py-xl {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:u-M-2xl {
    margin: 10rem !important;
  }

  .xl\:u-Mt-2xl {
    margin-top: 10rem !important;
  }

  .xl\:u-Mr-2xl {
    margin-right: 10rem !important;
  }

  .xl\:u-Mb-2xl {
    margin-bottom: 10rem !important;
  }

  .xl\:u-Ml-2xl {
    margin-left: 10rem !important;
  }

  .xl\:u-Mx-2xl {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:u-My-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:u--M-2xl {
    margin: -10rem !important;
  }

  .xl\:u--Mt-2xl {
    margin-top: -10rem !important;
  }

  .xl\:u--Mr-2xl {
    margin-right: -10rem !important;
  }

  .xl\:u--Mb-2xl {
    margin-bottom: -10rem !important;
  }

  .xl\:u--Ml-2xl {
    margin-left: -10rem !important;
  }

  .xl\:u--Mx-2xl {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:u--My-2xl {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:u-P-2xl {
    padding: 10rem !important;
  }

  .xl\:u-Pt-2xl {
    padding-top: 10rem !important;
  }

  .xl\:u-Pr-2xl {
    padding-right: 10rem !important;
  }

  .xl\:u-Pb-2xl {
    padding-bottom: 10rem !important;
  }

  .xl\:u-Pl-2xl {
    padding-left: 10rem !important;
  }

  .xl\:u-Px-2xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:u-Py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:u-M-3xl {
    margin: 15rem !important;
  }

  .xl\:u-Mt-3xl {
    margin-top: 15rem !important;
  }

  .xl\:u-Mr-3xl {
    margin-right: 15rem !important;
  }

  .xl\:u-Mb-3xl {
    margin-bottom: 15rem !important;
  }

  .xl\:u-Ml-3xl {
    margin-left: 15rem !important;
  }

  .xl\:u-Mx-3xl {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xl\:u-My-3xl {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xl\:u--M-3xl {
    margin: -15rem !important;
  }

  .xl\:u--Mt-3xl {
    margin-top: -15rem !important;
  }

  .xl\:u--Mr-3xl {
    margin-right: -15rem !important;
  }

  .xl\:u--Mb-3xl {
    margin-bottom: -15rem !important;
  }

  .xl\:u--Ml-3xl {
    margin-left: -15rem !important;
  }

  .xl\:u--Mx-3xl {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xl\:u--My-3xl {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xl\:u-P-3xl {
    padding: 15rem !important;
  }

  .xl\:u-Pt-3xl {
    padding-top: 15rem !important;
  }

  .xl\:u-Pr-3xl {
    padding-right: 15rem !important;
  }

  .xl\:u-Pb-3xl {
    padding-bottom: 15rem !important;
  }

  .xl\:u-Pl-3xl {
    padding-left: 15rem !important;
  }

  .xl\:u-Px-3xl {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xl\:u-Py-3xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xl\:u-block {
    display: block;
  }

  .xl\:u-inline-block {
    display: inline-block;
  }

  .xl\:u-inline {
    display: inline;
  }

  .xl\:u-inline-flex {
    display: inline-flex;
  }

  .xl\:u-table {
    display: table;
  }

  .xl\:u-table-row {
    display: table-row;
  }

  .xl\:u-table-cell {
    display: table-cell;
  }

  .xl\:u-grid {
    display: grid;
  }

  .xl\:u-hidden {
    display: none;
  }

  /**
 * Align Items
*/

  .xl\:u-items-stretch {
    align-items: stretch;
  }

  .xl\:u-items-start {
    align-items: flex-start;
  }

  .xl\:u-items-center {
    align-items: center;
  }

  .xl\:u-items-end {
    align-items: flex-end;
  }

  .xl\:u-items-baseline {
    align-items: baseline;
  }

  /**
 * Align Content
*/

  .xl\:u-content-start {
    align-content: flex-start;
  }

  .xl\:u-content-center {
    align-content: center;
  }

  .xl\:u-content-end {
    align-content: flex-end;
  }

  .xl\:u-content-between {
    align-content: space-between;
  }

  .xl\:u-content-around {
    align-content: space-around;
  }

  /**
 * Align Self
*/

  .xl\:u-self-auto {
    align-self: auto;
  }

  .xl\:u-self-start {
    align-self: flex-start;
  }

  .xl\:u-self-center {
    align-self: center;
  }

  .xl\:u-self-end {
    align-self: flex-end;
  }

  .xl\:u-self-stretch {
    align-self: stretch;
  }

  .xl\:u-self-normal {
    align-self: normal;
  }

  /**
 * Justify Content
*/

  .xl\:u-justify-start {
    justify-content: flex-start;
  }

  .xl\:u-justify-center {
    justify-content: center;
  }

  .xl\:u-justify-end {
    justify-content: flex-end;
  }

  .xl\:u-justify-between {
    justify-content: space-between;
  }

  .xl\:u-justify-around {
    justify-content: space-around;
  }

  .xl\:u-justify-evenly {
    justify-content: space-evenly;
  }

  .xl\:u-flex {
    display: flex;
  }

  .xl\:u-flex img {
    min-width: 0;
    min-height: 0;
  }

  .xl\:u-flex-row {
    flex-direction: row;
  }

  .xl\:u-flex-row-rev {
    flex-direction: row-reverse;
  }

  .xl\:u-flex-col {
    flex-direction: column;
  }

  .xl\:u-flex-col-rev {
    flex-direction: column-reverse;
  }

  .xl\:u-flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:u-flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:u-flex-0 {
    flex: 0;
  }

  .xl\:u-flex-1 {
    flex: 1;
  }

  .xl\:u-flex-2 {
    flex: 2;
  }

  .xl\:u-basis-auto {
    flex-basis: auto;
  }

  .xl\:u-basis-1 {
    flex-basis: 8.33333333%;
  }

  .xl\:u-order-1 {
    order: 1;
  }

  .xl\:u-basis-2 {
    flex-basis: 16.66666667%;
  }

  .xl\:u-order-2 {
    order: 2;
  }

  .xl\:u-basis-3 {
    flex-basis: 25%;
  }

  .xl\:u-order-3 {
    order: 3;
  }

  .xl\:u-basis-4 {
    flex-basis: 33.33333333%;
  }

  .xl\:u-order-4 {
    order: 4;
  }

  .xl\:u-basis-5 {
    flex-basis: 41.66666667%;
  }

  .xl\:u-order-5 {
    order: 5;
  }

  .xl\:u-basis-6 {
    flex-basis: 50%;
  }

  .xl\:u-order-6 {
    order: 6;
  }

  .xl\:u-basis-7 {
    flex-basis: 58.33333333%;
  }

  .xl\:u-order-7 {
    order: 7;
  }

  .xl\:u-basis-8 {
    flex-basis: 66.66666667%;
  }

  .xl\:u-order-8 {
    order: 8;
  }

  .xl\:u-basis-9 {
    flex-basis: 75%;
  }

  .xl\:u-order-9 {
    order: 9;
  }

  .xl\:u-basis-10 {
    flex-basis: 83.33333333%;
  }

  .xl\:u-order-10 {
    order: 10;
  }

  .xl\:u-basis-11 {
    flex-basis: 91.66666667%;
  }

  .xl\:u-order-11 {
    order: 11;
  }

  .xl\:u-basis-12 {
    flex-basis: 100%;
  }

  .xl\:u-order-12 {
    order: 12;
  }

  /* Text Alignment */

  .xl\:u-text-left {
    text-align: left;
  }

  .xl\:u-text-center {
    text-align: center;
  }

  .xl\:u-text-right {
    text-align: right;
  }

  .xl\:u-text-justify {
    text-align: justify;
  }

  /* Weight */

  .xl\:u-font-normal {
    font-weight: 400;
  }

  .xl\:u-font-medium {
    font-weight: 500;
  }

  .xl\:u-font-bold {
    font-weight: 700;
  }
}


