/*! 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 */
  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;
}

/* purgecss start ignore */

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('/dist/fonts/ColfaxWebRegular.woff2') format('woff2'), url('/dist/fonts/ColfaxWebRegular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

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

  src: url('/dist/fonts/ColfaxWebRegularItalic.woff2') format('woff2'), url('/dist/fonts/ColfaxWebRegularItalic.woff') format('woff');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

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

  src: url('/dist/fonts/ColfaxWebBold.woff2') format('woff2'), url('/dist/fonts/ColfaxWebBold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

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

  src: url('/dist/fonts/ColfaxWebMedium.woff2') format('woff2'), url('/dist/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-size:var(--font-size-sm);
  font-weight:normal;
  line-height:1.5;
  color: #1b1b20;
  line-height: 1.5;
}

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

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

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

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;
}

.b--u-text-medium {
  font-weight: 500 !important;
}

.b--u-text-weight-700 {
  font-weight: 700 !important;
}

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

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';
}

.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--15 {
  top: 15%;
}

.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-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-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556;
  font-weight:500;
}

.c-btn.v--lg.b--u-text-lg{
  font-weight:700
}

.c-btn.v--lg{
  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 {
  margin: 0;
}

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

.c-list:not(.v--green-tick) {
  padding: 0 0 0 -1px;
}

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

.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: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='28' viewBox='0 0 17 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.6 10.3-5.2 5.1-2-2c-.3-.3-.7-.4-1-.3a1 1 0 0 0-.9.8c0 .4 0 .8.3 1l2.8 2.8a1.1 1.1 0 0 0 1.6 0l6-5.9c.3-.2.4-.6.3-1a1 1 0 0 0-.8-.8c-.4 0-.8 0-1 .3Z' fill='%2306F'/%3E%3C/svg%3E");
  margin-top: 1px;
  margin-left: -24px;
}

.c-list.v--tick.v--white .c-list__item::before {
  width: 24px;
  height: 28px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY0XzQxNzgyKSI+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTcgMTIuMTEgMy45NzMgNCA3LjUyNy05Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNjRfNDE3ODIiPjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgeD0iLjUiIHk9Ii4xMDkiIGZpbGw9IiNmZmYiIHJ4PSIxMiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
  margin-top: 1px;
  margin-left: -28px;
}

.c-list.v--tick.v--small .c-list__item::before {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzU0NF8xNzM2KSI+PHBhdGggc3Ryb2tlPSIjMUIxQjIwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42NjciIGQ9Im01LjQxNyAxMCAzLjMxIDMuMzM0TDE1IDUuODM0Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNTQ0XzE3MzYiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
  margin-top: 0;
  margin-left: -24px;
}

.c-list.v--green-tick .c-list__item::before {
  content: "";
  display: block;
  width: 24px;
  height: 32px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwQTQ0OSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuODA3NiAyMi44NzNDNS44ODkxNiAyMi44NzMgMSAxNy45ODM5IDEgMTIuMDY1NCAxIDYuMTQ2OTcgNS44ODA4NiAxLjI1NzgxIDExLjc5OTMgMS4yNTc4MWM1LjkxODUgMCAxMC44MTU5IDQuODg5MTYgMTAuODE1OSAxMC44MDc1OSAwIDUuOTE4NS00Ljg4OTEgMTAuODA3Ni0xMC44MDc2IDEwLjgwNzZabS0xLjMyODEtNS4zNzg5Yy4zMDcxIDAgLjU3MjctLjE0MTEuNzcyLS40NDgybDUuNTc4MS04Ljc0MDcyYy4xMjQ1LS4xODI2Mi4yMzI0LS40MDY3NC4yMzI0LS42MDU5NiAwLS40Mzk5NC0uMzkwMS0uNzEzODctLjc5NjktLjcxMzg3LS4yNDA3IDAtLjQ4MTQuMTQxMTEtLjY2NC40MjMzNEwxMC40MzggMTUuNjE4MmwtMi43NDc1Ny0zLjQ0NDljLS4yMTU4Mi0uMjczOS0uNDM5OTQtLjM3MzUtLjcwNTU3LS4zNzM1LS40MDY3NCAwLS43NDcwNy4zMjM3LS43NDcwNy43NjM3IDAgLjIwNzUuMDgzMDEuNDMxNi4yMjQxMi42MDU5bDMuMjA0MTEgMy44ODQ4Yy4yNTczMi4zMTU0LjUwNjM4LjQzOTkuODEzNDguNDM5OVoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: 0.23rem;
  margin-left: -32px;
}

.c-list.v--white-tick .c-list__item::before {
  content: "";
  display: block;
  width: 24px;
  height: 32px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwQTQ0OSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuODA3NiAyMi44NzNDNS44ODkxNiAyMi44NzMgMSAxNy45ODM5IDEgMTIuMDY1NCAxIDYuMTQ2OTcgNS44ODA4NiAxLjI1NzgxIDExLjc5OTMgMS4yNTc4MWM1LjkxODUgMCAxMC44MTU5IDQuODg5MTYgMTAuODE1OSAxMC44MDc1OSAwIDUuOTE4NS00Ljg4OTEgMTAuODA3Ni0xMC44MDc2IDEwLjgwNzZabS0xLjMyODEtNS4zNzg5Yy4zMDcxIDAgLjU3MjctLjE0MTEuNzcyLS40NDgybDUuNTc4MS04Ljc0MDcyYy4xMjQ1LS4xODI2Mi4yMzI0LS40MDY3NC4yMzI0LS42MDU5NiAwLS40Mzk5NC0uMzkwMS0uNzEzODctLjc5NjktLjcxMzg3LS4yNDA3IDAtLjQ4MTQuMTQxMTEtLjY2NC40MjMzNEwxMC40MzggMTUuNjE4MmwtMi43NDc1Ny0zLjQ0NDljLS4yMTU4Mi0uMjczOS0uNDM5OTQtLjM3MzUtLjcwNTU3LS4zNzM1LS40MDY3NCAwLS43NDcwNy4zMjM3LS43NDcwNy43NjM3IDAgLjIwNzUuMDgzMDEuNDMxNi4yMjQxMi42MDU5bDMuMjA0MTEgMy44ODQ4Yy4yNTczMi4zMTU0LjUwNjM4LjQzOTkuODEzNDguNDM5OVoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: 0.23rem;
  margin-left: -32px;
}

.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;
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .c-navbar__logo {
    margin-right: 10px;
  }
}

@media screen and (min-width: 1101px) {
  .c-navbar__logo {
    margin-right: 40px;
  }
}

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

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

.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-search-input {
  padding-left: 2rem;
  background-image: url("../packages/bold-frontend/assets/images/search.svg");
  background-position: 0.25rem center;
  background-repeat: no-repeat;
}

.c-navbar-search-input.v--active {
  background-image: url("../packages/bold-frontend/assets/images/search-active.svg");
}

.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;
  position: relative;
}

@media screen and (min-width: 75rem) {
  .c-navbar__actions {
    margin-left: auto;
    margin-right: -0.25rem;
  }
}

.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;
}

@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-size:var(--font-size-sm);
    font-weight:normal;
    line-height:1.5;
    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-size:var(--font-size-sm);
    font-weight:normal;
    line-height:1.5;
    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-size:var(--font-size-sm);
  font-weight:normal;
  line-height:1.5;
}

.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 {
    padding-left: 2rem;
    background-image: url("../packages/bold-frontend/assets/images/search.svg");
    background-position: 0.25rem center;
    background-repeat: no-repeat;
    font-size:var(--font-size-xs);
    font-weight:normal;
    line-height:1.28571429;
    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.v--active {
    background-image: url("../packages/bold-frontend/assets/images/search-active.svg");
  }

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

.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 (max-width: 64rem) {
  .c-menu.v--stationary {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@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-size:var(--font-size-xs);
  font-weight:normal;
  line-height:1.28571429;
  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-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556;
  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-size:var(--font-size-sm);
    font-weight:normal;
    line-height:1.5;
    font-weight:500;
  }

  .c-menu__item.b--u-text-lg{
    font-weight:700
  }

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

  .c-menu__item.v--lite {
    font-weight: 400;
  }

  .c-menu__item.v--lite:hover {
    font-weight: 500;
  }
}

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

@media screen and (max-width: 64rem) {
  .c-menu__item.v--m-bold {
    font-weight: 500;
  }
}

.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: 1024px) and (max-width: 1039px) {
  .c-menu__item.v--top {
    padding: 0.5rem;
  }
}

@media screen and (min-width: 1040px) and (max-width: 1099px) {
  .c-menu__item.v--top {
    padding: 0.75rem;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1299px) {
  .c-menu__item.v--top {
    padding: 1.25rem 0.75rem;
  }
}

@media screen and (min-width: 1300px) {
  .c-menu__item.v--top {
    padding: 1.25rem 1.5rem;
  }
}

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

  .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: 54rem;
    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;
  }

  .c-menu__sub.v--single:not(.v--reset) {
    padding: 2rem;
  }
}

@media screen and (min-width: 64rem) {
  .c-menu__sub.v--two {
    width: 32rem;
  }
}

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

.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.v--three > div {
    width: 33%;
  }

  .c-menu__split.v--one > div {
    width: 100%;
  }

  .c-menu__split > div {
    width: 50%;
    padding-left:1.5rem;
    padding-right:1.5rem;
    padding-top:2rem;
    padding-bottom:2rem;
  }

  .c-menu__split > div:first-child:not(.v--border-none) {
    border-right: 1px solid #f6f6f7;
  }
}

.c-menu__header {
  padding-top: 1.5rem;
  margin-bottom: 1rem;
  font-size:var(--font-size-xs);
  font-weight:normal;
  line-height:1.28571429;
  font-weight:500;
}

.c-menu__header.b--u-text-lg{
  font-weight:700
}

.c-menu__header{
  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;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556;
  font-weight:500;
}

.c-menu__foot-action.b--u-text-lg{
  font-weight:700
}

.c-menu__foot-action{
  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:var(--font-size-lg);
  font-weight:normal;
  line-height:1.333;
  letter-spacing:-.1px;
}

.b--u-text-bold.c-hc-article-content--first > p:first-child{
  font-weight:700
}

.c-hc-article-content h2 {
  font-size:var(--font-size-2xl);
  font-weight:bold;
  line-height:1.15;
  letter-spacing:-.5px;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.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 (min-width: 36rem) {
  .c-search-input,
  [type].c-search-input {
    padding-left: 2.5rem;
    background-image: url("../packages/bold-frontend/assets/images/search.svg");
    background-position: 0.5rem center;
    background-repeat: no-repeat;
  }

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

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

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

@media screen and (min-width: 36rem) {
  .c-search-button-mobile {
    background-image: none;
  }
}

.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:var(--font-size-xl);
  font-weight:bold;
  line-height:1.125;
  letter-spacing:-.4px;
  font-weight: 300;
}

.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::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::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__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-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556;
  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-size:var(--font-size-xs);
  font-weight:normal;
  line-height:1.28571429;
}

.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;
}

.c-announcement {
  overflow: hidden;
}

.c-announcement a strong {
  color: #0F0F10;
}

@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--medium {
    grid-column-gap: 32px;
    grid-template-columns: 42.85714286% 57.14285714%;
  }

  .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: center;
  }
}

.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 {
  padding-bottom: 0;
}

.c-tour__features.v--accordion::after {
  content: "";
  flex: 0;
  margin: 0;
  padding: 0;
}

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

@media (min-width: 64rem) {
  .c-tour__features.v--accordion .c-tour__feature .c-tour__feature_description {
    display: none !important;
  }

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

@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--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;
}

@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 {
  from {
    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-top: 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;
    padding-top: 2rem;
  }
}

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

@media (min-width: 64rem) {
  .c-tour__feature--horizontal {
    width: 33% !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;
    box-shadow: 0 -3px 0 #f6f6f7;
  }

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

  .c-tour__feature--horizontal.v--active {
    box-shadow: 0 -3px 0 #00C057;
  }
}

.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-normal {
  font-style: normal;
  font-weight: normal;
}

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

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

.u-text-700 {
  font-weight: 700 !important;
}

.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-hover-transition {
  transition: all 0.35s;
}

.u-hover-transition-box-shadow {
  transition: box-shadow 0.3s ease-in-out;
}

.u-static {
  position: static;
}

.u-fixed {
  position: fixed;
}

.u-absolute {
  position: absolute;
}

.u-relative {
  position: relative;
}

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

.u-opacity-03 {
  opacity: 0.3;
}

.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 1px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 6px 0 rgba(0, 0, 0, 0.03);
}

.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-box-shadow-1 {
  box-shadow: 0 33px 9px 0 rgba(128, 128, 128, 0), 0 21px 8px 0 rgba(128, 128, 128, 0.01), 0 12px 7px 0 rgba(128, 128, 128, 0.05), 0 5px 5px 0 rgba(128, 128, 128, 0.09), 0 1px 3px 0 rgba(128, 128, 128, 0.1);
}

.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-focus-none:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.u-outline-none {
  outline: none !important;
}

.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;
}

.u-cursor-default {
  cursor: default;
}

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

.u-cursor-not-allowed {
  cursor: not-allowed !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 1px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 6px 0 rgba(0, 0, 0, 0.03);
}

.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-box-shadow-1:hover {
  box-shadow: 0 33px 9px 0 rgba(128, 128, 128, 0), 0 21px 8px 0 rgba(128, 128, 128, 0.01), 0 12px 7px 0 rgba(128, 128, 128, 0.05), 0 5px 5px 0 rgba(128, 128, 128, 0.09), 0 1px 3px 0 rgba(128, 128, 128, 0.1);
}

.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:focus-visible {
  box-shadow: none;
}

.hover\:u-focus-none:hover:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.hover\:u-outline-none:hover {
  outline: none !important;
}

.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;
}

.hover\:u-cursor-default:hover {
  cursor: default;
}

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

.hover\:u-cursor-not-allowed:hover {
  cursor: not-allowed !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;
  border-style: solid;
}

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

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

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

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

.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-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;
}

.u-overflow-auto {
  overflow: auto;
}

.u-overflow-hidden {
  overflow: hidden;
}

.c-progress__image {
  margin: 0 !important;
}

.c-hc-article-content h1,
.c-hc-article-content h2,
.c-hc-article-content h3,
.c-hc-article-content h4 {
  display: block;
  position: relative;
}

.c-hc-article-content h1:hover .t-help__anchor-link,
.c-hc-article-content h2:hover .t-help__anchor-link,
.c-hc-article-content h3:hover .t-help__anchor-link,
.c-hc-article-content h4:hover .t-help__anchor-link {
  opacity: 1;
}

.c-hc-article-content h1:hover .t-help__anchor-link img,
.c-hc-article-content h2:hover .t-help__anchor-link img,
.c-hc-article-content h3:hover .t-help__anchor-link img,
.c-hc-article-content h4:hover .t-help__anchor-link img {
  opacity: 0.4;
}

.c-hc-article-content h1,
.c-hc-article-content h2 {
  line-height: 1.2;
}

.c-hc-article-content h1 .t-help__anchor-link,
.c-hc-article-content h2 .t-help__anchor-link {
  bottom: 0.125em;
}

.c-hc-article-content h3,
.c-hc-article-content h4 {
  line-height: 1.5;
}

.c-hc-article-content h3 .t-help__anchor-link,
.c-hc-article-content h4 .t-help__anchor-link {
  bottom: 0.275em;
}

.c-hc-article-content .t-help__anchor-link {
  box-sizing: content-box;
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  padding: 0 10px;
  line-height: 1.2;
  vertical-align: middle;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.c-hc-article-content .t-help__anchor-link img {
  width: auto;
  height: auto;
  margin: 0;
  border: none;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.c-hc-article-content .t-help__anchor-link::after {
  content: "Copied!";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -80px;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  padding: 8px 12px 6px;
  transform: translateY(-50%);
  background: #0066FF;
  color: white;
  border-radius: 20px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.c-hc-article-content .t-help__anchor-link.v--copied::after {
  opacity: 1;
}

.c-hc-rating-form .v--clicked {
  border: 1px solid #328dff;
  background-color: white;
}

.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:.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;
  }
}

.t-sqf__form.disabled input[name="phone"],
.t-sqf__form.disabled textarea[name="info"],
.t-sqf__form.disabled button[type="submit"] {
  opacity: 0.5;
  pointer-events: none;
}

.t-sqf__form.disabled input[name="phone"]:not([type="submit"]),
.t-sqf__form.disabled textarea[name="info"]:not([type="submit"]),
.t-sqf__form.disabled button[type="submit"]:not([type="submit"]) {
  background: var(--color-black-100);
}

.t-sqf__form.disabled input[name="email"] {
  outline: none;
  box-shadow: 0 0 0 4px var(--color-orange-500);
}

.t-sqf__form.disabled .t-sqf__form--warning {
  display: flex;
}

.t-sqf__form--warning {
  display: none;
  outline: none;
  box-shadow: 0 0 0 4px var(--color-orange-500);
}

dialog .t-sqf__info-panel .t-sqf__companies {
  display: none;
}

.t-sqf__tooltip-icon svg {
  width: 20px;
  height: 20px;
}

.t-sqf-wave::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 1078'%3E%3Cpath fill='%23F6F6F7' d='M32 0H7.618S6.19 79.028 1.973 120.319c-3.713 36.348-1.739 76.348 2.22 112.689 3.432 31.494 13.261 104.71 13.261 166.932 0 113.56-11.33 153.775-11.262 267.199.065 107.633 10.234 204.715 11.262 262.055 1.029 57.34 0 148.806 0 148.806H32V0Z'/%3E%3C/svg%3E%0A");
  background-size: cover;
  width: 48px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -48px;
}

dialog .t-sqf-wave::before {
  width: 25px;
  left: -25px;
}

@media screen and (max-width: 64rem) {
  .t-sqf-wave::before {
    display: none;
  }
}

.t-sqf__modal[open] {
  display: flex;
  flex-direction: column;
  align-items: end;
  overflow: hidden;
}

.ls-home-hero {
  position: relative;
  overflow: hidden;
}

.ls-home-hero::after,
.ls-home-hero::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='391' height='682' viewBox='0 0 391 682' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M342.2 194.3c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M227.6 16.8c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M240.4 24c0 .5.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1a1 1 0 00-1 1M349.8 114.6c0 .6.4 1 1 1 .5 0 1-.4 1-1 0-.5-.5-1-1-1a1 1 0 00-1 1M237 69.7c0 .5.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1a1 1 0 00-1 1M318.2 127.5c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M214.6 96.5a1 1 0 00-.6.5l-.7 1a1 1 0 00-.5 1l.3.6c.2.3.7.4 1 .3l.3-.1.4-.4.2-.3.2-.3.6-.8c.3-.5 0-1.1-.4-1.4a1 1 0 00-.8-.1M293.2 87.5c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M312 1c0 .5.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1a1 1 0 00-1 1M47.7 193.8c0 .6.5 1 1 1s1-.4 1-1c0-.5-.5-1-1-1a1 1 0 00-1 1M362.6 6.2c0 .6.4 1 1 1 .5 0 1-.4 1-1 0-.5-.5-1-1-1a1 1 0 00-1 1M327.6 70.4c0 .5.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1a1 1 0 00-1 1M228.7 163.4c0 .6.4 1 1 1 .5 0 1-.4 1-1 0-.5-.5-1-1-1a1 1 0 00-1 1M124.9 207.7c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M154.5 106.1c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M325.8 17.7c0 .6.5 1 1 1s1-.4 1-1c0-.5-.5-1-1-1a1 1 0 00-1 1M375 161.8c0 .5.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1a1 1 0 00-1 1M255.8 217.3c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M332.2 28.4c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M348.3 16.3c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M232.7 38.8c0 .5.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1a1 1 0 00-1 1M249.4 15c0 .5.4 1 1 1 .5 0 1-.5 1-1s-.5-1-1-1a1 1 0 00-1 1M257.4 69.5c0 .5.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1a1 1 0 00-1 1M314.5 96a1 1 0 00-.4.6c-.3.8-.7 1.7-.9 2.7l.1.7c.2.3.4.4.6.5.5.1 1.2-.2 1.3-.7l.8-2.7c.2-.5-.2-1.1-.7-1.2a1 1 0 00-.8 0M294.7 113.6a1 1 0 00-.6.4l-1 1.4a1 1 0 00.2 1.2c.2.2.4.3.7.3.2 0 .5 0 .7-.3l1.2-1.5c.1-.3.1-.6 0-.8a1 1 0 00-1.2-.7' fill='%231B1B20'/%3E%3Cmask id='a' maskUnits='userSpaceOnUse' x='0' y='224' width='2' height='3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 224.2h2v2H0v-2z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 225.2c0 .5.5 1 1 1s1-.5 1-1-.5-1-1-1a1 1 0 00-1 1' fill='%231B1B20'/%3E%3C/g%3E%3Cmask id='b' maskUnits='userSpaceOnUse' x='386' y='196' width='3' height='3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M386.6 196.4h2v2h-2v-2z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M386.6 197.4c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1' fill='%231B1B20'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M275.4 194c0 .6.5 1 1 1s1-.4 1-1c0-.5-.5-1-1-1a1 1 0 00-1 1M272.8 228.9c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M226.3 211.3c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M263.4 162.8c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M343.2 420.3c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M228.6 242.8c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M241.4 250c0 .5.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1a1 1 0 00-1 1M350.8 340.6c0 .6.4 1 1 1 .5 0 1-.4 1-1 0-.5-.5-1-1-1a1 1 0 00-1 1M238 295.7c0 .5.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1a1 1 0 00-1 1M319.2 353.5c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M215.6 322.5a1 1 0 00-.6.5l-.7 1a1 1 0 00-.5.9c0 .3.1.5.3.7.2.3.7.4 1 .3l.3-.1.4-.4a6.4 6.4 0 00.4-.6l.6-.8c.3-.5 0-1.1-.4-1.4a1 1 0 00-.8-.1M294.2 313.5c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M313 227c0 .5.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1a1 1 0 00-1 1M48.7 419.8c0 .6.5 1 1 1s1-.4 1-1c0-.5-.5-1-1-1a1 1 0 00-1 1M363.6 232.2c0 .6.4 1 1 1 .5 0 1-.4 1-1 0-.5-.5-1-1-1a1 1 0 00-1 1M328.6 296.4c0 .5.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1a1 1 0 00-1 1M229.7 389.4c0 .6.4 1 1 1 .5 0 1-.4 1-1 0-.5-.5-1-1-1a1 1 0 00-1 1M125.9 433.7c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M155.5 332.1c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M326.8 243.7c0 .6.5 1 1 1s1-.4 1-1c0-.5-.5-1-1-1a1 1 0 00-1 1M376 387.8c0 .5.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1a1 1 0 00-1 1M256.8 443.3c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M333.2 254.4c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M349.3 242.3c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M233.7 264.8c0 .5.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1a1 1 0 00-1 1M250.4 241c0 .5.4 1 1 1 .5 0 1-.5 1-1s-.5-1-1-1a1 1 0 00-1 1M258.4 295.5c0 .5.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1a1 1 0 00-1 1M315.5 322a1 1 0 00-.4.6c-.3.8-.7 1.7-.9 2.7l.1.7c.2.3.4.4.6.5.5.1 1.2-.2 1.3-.7l.8-2.7c.2-.5-.2-1.1-.7-1.2a1 1 0 00-.8 0M295.7 339.6a1 1 0 00-.6.4l-1 1.4a1 1 0 00.2 1.2c.2.2.4.3.7.3.2 0 .5 0 .7-.3l1.2-1.5c.1-.3.1-.6 0-.8a1 1 0 00-1.2-.7' fill='%231B1B20'/%3E%3Cmask id='c' maskUnits='userSpaceOnUse' x='1' y='450' width='2' height='3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 450.2h2v2H1v-2z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23c)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 451.2c0 .5.5 1 1 1s1-.5 1-1-.5-1-1-1a1 1 0 00-1 1' fill='%231B1B20'/%3E%3C/g%3E%3Cmask id='d' maskUnits='userSpaceOnUse' x='387' y='422' width='3' height='3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M387.6 422.4h2v2h-2v-2z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23d)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M387.6 423.4c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1' fill='%231B1B20'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M276.4 420c0 .6.5 1 1 1s1-.4 1-1c0-.5-.5-1-1-1a1 1 0 00-1 1M273.8 454.9c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M227.3 437.3c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M264.4 388.8c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M344.2 646.3c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M229.6 468.8c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M242.4 476c0 .5.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1a1 1 0 00-1 1M351.8 566.6c0 .6.4 1 1 1 .5 0 1-.4 1-1 0-.5-.5-1-1-1a1 1 0 00-1 1M239 521.7c0 .5.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1a1 1 0 00-1 1M320.2 579.5c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M216.6 548.5a1 1 0 00-.6.5l-.7 1a1 1 0 00-.5.9c0 .3.1.5.3.7.2.3.7.4 1 .3l.3-.1.4-.4a6.4 6.4 0 00.4-.6l.6-.8c.3-.5 0-1.1-.4-1.4a1 1 0 00-.8-.1M295.2 539.5c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M314 453c0 .5.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1a1 1 0 00-1 1M49.7 645.8c0 .6.5 1 1 1s1-.4 1-1c0-.5-.5-1-1-1a1 1 0 00-1 1M364.6 458.2c0 .6.4 1 1 1 .5 0 1-.4 1-1 0-.5-.5-1-1-1a1 1 0 00-1 1M329.6 522.4c0 .5.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1a1 1 0 00-1 1M230.7 615.4c0 .6.4 1 1 1 .5 0 1-.4 1-1 0-.5-.5-1-1-1a1 1 0 00-1 1M126.9 659.7c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M156.5 558.1c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M327.8 469.7c0 .6.5 1 1 1s1-.4 1-1c0-.5-.5-1-1-1a1 1 0 00-1 1M377 613.8c0 .5.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1a1 1 0 00-1 1M257.8 669.3c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M334.2 480.4c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M350.3 468.3c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M234.7 490.8c0 .5.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1a1 1 0 00-1 1M251.4 467c0 .5.4 1 1 1 .5 0 1-.5 1-1s-.5-1-1-1a1 1 0 00-1 1M259.4 521.5c0 .5.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1a1 1 0 00-1 1M316.5 548a1 1 0 00-.4.6c-.3.8-.7 1.7-.9 2.7l.1.7c.2.3.4.4.6.5.5.1 1.2-.2 1.3-.7l.8-2.7c.2-.5-.2-1.1-.7-1.2a1 1 0 00-.8 0M296.7 565.6a1 1 0 00-.6.4l-1 1.4a1 1 0 00.2 1.2c.2.2.4.3.7.3.2 0 .5 0 .7-.3l1.2-1.5c.1-.3.1-.6 0-.8a1 1 0 00-1.2-.7' fill='%231B1B20'/%3E%3Cmask id='e' maskUnits='userSpaceOnUse' x='2' y='676' width='2' height='3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 676.2h2v2H2v-2z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23e)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 677.2c0 .5.5 1 1 1s1-.5 1-1-.5-1-1-1a1 1 0 00-1 1' fill='%231B1B20'/%3E%3C/g%3E%3Cmask id='f' maskUnits='userSpaceOnUse' x='388' y='648' width='3' height='3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M388.6 648.4h2v2h-2v-2z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23f)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M388.6 649.4c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1' fill='%231B1B20'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M277.4 646c0 .6.5 1 1 1s1-.4 1-1c0-.5-.5-1-1-1a1 1 0 00-1 1M274.8 680.9c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1M228.3 663.3c0 .6.5 1 1 1 .6 0 1-.4 1-1 0-.5-.4-1-1-1a1 1 0 00-1 1M265.4 614.8c0 .5.4 1 1 1 .5 0 1-.5 1-1 0-.6-.5-1-1-1a1 1 0 00-1 1' fill='%231B1B20'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  width: 391px;
  height: 682px;
  position: absolute;
  top: 107px;
}

.ls-home-hero::before {
  left: calc(50% - 991px);
}

.ls-home-hero::after {
  right: calc(50% - 796px);
}

.ls-home-hero__container {
  position: relative;
  z-index: 1;
}

.ls-home-hero__video {
  position: relative;
}

.ls-home-hero__video__text {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding-right: 50px;
}

@media screen and (min-width: 64rem) {
  .ls-home-hero__video__text {
    left: 50%;
    transform: translateX(-50%);
  }
}

.ls-home-hero__video__text::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='17' viewBox='0 0 45 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.3 2.5c0-.5.2-1 .7-1a206.6 206.6 0 002.5-.3 306.4 306.4 0 005-.3 22.5 22.5 0 015.3.4l1.5.4a65.8 65.8 0 002 .5l1 .1h.3l1 .2 1.4.2.6.2h.7l.6.2.6.1a19.1 19.1 0 014.3 1.2l.4.1 2.2.7h.2c.3.2.6.3 1 .3l1 .4a25.7 25.7 0 013.5 1.6l.9.7 1.1 1 .8.9.1.1.8.9.2.2.8 1.1a16.6 16.6 0 01.9 1.6 11.1 11.1 0 001.3-2.7l.1-.7c.3-.4.8-.5 1.2-.2.1 0 .3.2.3.4l.1.2v.4a10.2 10.2 0 01-.2.5l-.2.6-.2.6-.3.6a13 13 0 01-1.5 2.5c-.3.4-.8.4-1.2.2l-.4-.1a53.3 53.3 0 00-3.1-.6H36.3a49.2 49.2 0 01-2.2-.3.8.8 0 01-.2-.7v-.2l.3-.3.4-.3h1a5 5 0 00.9 0l.6.1h1a15.7 15.7 0 011.9.4 16.2 16.2 0 00-1-1.6l-.5-.6-.2-.3-.6-.6-.8-1a24.5 24.5 0 00-2.6-1.9A19 19 0 0030.5 7l-.5-.2-2.3-.6-.4-.2-.6-.2-.5-.1-.7-.2-.3-.1-.8-.3a28.1 28.1 0 00-3.4-.6l-1.2-.2-2.4-.4-2.2-.5H15a37.3 37.3 0 00-3-.6 27.7 27.7 0 00-7.5 0L3.2 3a22.1 22.1 0 00-2 .3.9.9 0 01-1-.7z' fill='%231B1B20'/%3E%3C/svg%3E");
  width: 45px;
  height: 17px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}

.ls-home-hero__satelite,
.ls-home-hero__saturn {
  position: absolute;
  will-change: transform;
}

.ls-home-hero__satelite {
  left: -30.71%;
  top: -24.24%;
  width: 60.6%;
  height: 94.6%;
  transform: translate(70%, 30%);
  animation: satelite 1.4s ease 1.2s;
  animation-fill-mode: forwards;
  display: none;
}

@media screen and (min-width: 64rem) {
  .ls-home-hero__satelite {
    display: block;
  }
}

.ls-home-hero__saturn {
  width: 200px;
  height: 158px;
  top: -55%;
  left: 70%;
  transform: translate(-120%, 100%);
  animation: saturn-mobile 1s ease 1s;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 48rem) {
  .ls-home-hero__saturn {
    top: -30%;
    left: 80%;
    transform: translate(-120%, 100%);
    animation: saturn-mobile 1s ease 1s;
    animation-fill-mode: forwards;
  }
}

@media screen and (min-width: 64rem) {
  .ls-home-hero__saturn {
    left: 66.78%;
    top: 55.22%;
    width: 102.46%;
    height: 81.14%;
    transform: translate(-62%, -60%) scale(0.8);
    animation: saturn 1s ease 1s;
    animation-fill-mode: forwards;
  }
}

.ls-home-hero__icon-wrapper {
  height: 40px;
  display: flex;
  align-items: center;
}

@keyframes satelite {
  0% {
    transform: translate(70%, 30%);
  }

  100% {
    transform: translateZ(0);
  }
}

@keyframes saturn {
  0% {
    transform: translate(-62%, -60%) scale(0.8);
  }

  100% {
    transform: translateZ(0);
  }
}

@keyframes saturn-mobile {
  0% {
    transform: translate(-120%, 100%);
  }

  100% {
    transform: none;
  }
}

.ls-home-course {
  counter-reset: list-counter;
}

.ls-home-course__ol {
  list-style: none;
}

.ls-home-course__ol li {
  padding-left: 20px;
  counter-increment: list-counter;
  position: relative;
}

.ls-home-course__ol li::before {
  content: counter(list-counter) '.';
  position: absolute;
  transform: translateX(-50%);
  left: 5px;
  top: 0;
}

.ls-home-templates {
  white-space: nowrap;
  overflow-x: auto;
  padding: 1.5rem;
  margin-left: -1.5rem;
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 64rem) {
  .c-productbar {
    display: none;
  }
}

.c-productbar__name {
  font-weight: 500;
  font-size: 15px;
  color: #ababb0;
  line-height: 20px;
  letter-spacing: -0.375px;
  transition: color 0.3s;
}

.c-productbar__chatbot svg path,
.c-productbar__livechat svg path,
.c-productbar__knowledgebase svg path,
.c-productbar__openwidget svg path {
  transition: 0.3s;
}

.c-productbar__name:hover {
  color: #0F0F10;
}

.c-productbar__chatbot:hover svg path {
  fill: #0066FF;
}

.c-productbar__livechat:hover svg path {
  fill: #FE5100;
}

.c-productbar__knowledgebase:hover svg path {
  fill: #9146FF;
}

.c-productbar__openwidget svg:nth-child(1) {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
}

.c-productbar__openwidget svg:nth-child(2) {
  opacity: 1;
  transition: opacity 0.3s;
}

.c-productbar__openwidget:hover svg:nth-child(1) {
  opacity: 1;
}

.c-productbar__openwidget:hover svg:nth-child(2) {
  opacity: 0;
}

.tippy-box[data-theme~='helpdesk'] {
  background-color: #303037;
  border-radius: 10px;
  color: #f6f6f7;
  padding: 0.5rem;
  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~='helpdesk'][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #303037;
}

.tippy-box[data-theme~='helpdesk'][data-placement^="right"] > .tippy-arrow::before {
  border-right-color: #303037;
}

.tippy-box[data-theme~='helpdesk'][data-placement^="bottom"] > .tippy-arrow::before {
  border-bottom-color: #303037;
}

.tippy-box[data-theme~='helpdesk'][data-placement^="left"] > .tippy-arrow::before {
  border-left-color: #303037;
}

.u-accordion.v--gray {
  background-color:var(--color-black-75);
  border-width: 1px;
  border-style: solid;
  border-color:var(--color-black-75);
}

.u-accordion.v--gray.v--active {
  background-color:var(--color-white)!important;
  border-color:var(--color-blue-500)!important;
}

.u-accordion.v--basic {
  background-color:var(--color-white);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.u-accordion.v--basic.v--active {
  font-weight:500;
}

.u-accordion.v--basic.v--active.b--u-text-lg{
  font-weight:700
}

.accordion-toggle[aria-expanded="true"] {
  rotate: -180deg;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-content-hidden {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.accordion-content-hidden.v--revealed {
  opacity: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  z-index: 1;
}

.swiper-slide {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  padding: 2rem 0;
  height: auto !important;
  position: relative;
  transition: 0.2s all;
  transition-property: transform;
}

.swiper-slide:not(.v--no-hover):hover {
  transition: 0.2s all;
  transform: scale(1.05);
}

.swiper-slide:not(.v--no-hover):hover span {
  text-decoration: underline;
}

.swiper-next,
.swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.swiper-prev {
  left: -17px;
}

.swiper-next {
  right: -17px;
}

.swiper-button-disabled {
  opacity: 0;
}

.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid currentColor;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background-color: currentColor;
}

.t-carousel-swiper .swiper-slide {
  min-height: 295px;
}

.t-carousel-swiper .swiper-slide.__integrations {
  min-height: 260px;
}

.t-carousel-swiper .swiper-container {
  width: 100%;
}

.t-carousel-swiper .swiper-container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(246, 246, 247, 0) 0%, #f6f6f7 100%);
}

.t-carousel-swiper .swiper-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, #f6f6f7 0%, rgba(246, 246, 247, 0) 100%);
}

.t-carousel-swiper .swiper-container.v--white::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.t-carousel-swiper .swiper-container.v--white::before {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.t-carousel-swiper .swiper-next,
.t-carousel-swiper .swiper-prev {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.12), 0 9px 24px rgba(0, 0, 0, 0.12);
  position: absolute;
  z-index: 3;
  cursor: pointer;
}

.t-carousel-swiper .swiper-next:hover,
.t-carousel-swiper .swiper-prev:hover {
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.22), 0 9px 24px rgba(0, 0, 0, 0.22);
}

.t-carousel-swiper .swiper-next img,
.t-carousel-swiper .swiper-prev img {
  width: 12px;
}

.t-carousel-swiper .swiper-next {
  right: 50px;
  padding-left: 1px;
}

@media screen and (max-width: 48rem) {
  .t-carousel-swiper .swiper-next {
    right: 15px;
  }
}

.t-carousel-swiper .swiper-prev {
  left: 50px;
  padding-right: 1px;
}

@media screen and (max-width: 48rem) {
  .t-carousel-swiper .swiper-prev {
    left: 15px;
  }
}

.swiper-infinity .swiper-container {
  overflow: hidden;
}

.swiper-infinity > .swiper-wrapper > .swiper-slide {
  flex-shrink: 0;
  width: auto;
}

.t-cinema-player {
  margin-top: -100px;
}

.t-cinema-player__decor {
  left: 0;
  right: 0;
  top: -50px;
}

.t-cinema-player__play-button {
  width: 74px;
  height: 74px;
  left: 0;
  right: 0;
  top: calc(50% - 50px);
  transform: translateY(calc(50% - 50px));
  z-index: 99;
  cursor: pointer;
  pointer-events: none;
}

.t-cinema-player__teaser {
  border-radius: 20px;
  z-index: 98;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.t-cinema-player__teaser-container {
  transition: opacity 0.3s ease-in;
}

.t-cinema-player__ending {
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
}

.t-cinema-player__ending[hidden] {
  display: none;
}

.t-cinema-player__close {
  top: -4.25rem;
  right: 0;
}

.t-cinema-player__close img {
  width: 24px;
  height: 24px;
}

.b--c-btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-width: 2px;
  border-style: solid;
  line-height: normal;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0.25rem;
  transition: background 0.2s, color 0.2s, border 0.2s;
  font-size: var(--font-size-base);
  height: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.b--c-btn:focus {
  outline: 0.15em solid var(--color-yellow-400);
}

.b--c-btn--sm {
  font-size: var(--font-size-sm);
  height: 2.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.b--c-btn--lg {
  font-size: var(--font-size-base);
  height: 3.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.b--c-btn--xl {
  font-size: var(--font-size-lg);
  height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.b--c-btn--red {
  background-color: var(--color-red-500);
  border-color: var(--color-red-500);
  color: var(--color-white);
}

.b--c-btn--red:hover {
  background-color: var(--color-red-600);
  border-color: var(--color-red-600);
}

.b--c-btn--red:active {
  background-color: var(--color-red-700);
  border-color: var(--color-red-700);
}

.b--c-btn--blue {
  background-color: var(--color-blue-500);
  border-color: var(--color-blue-500);
  color: var(--color-white);
}

.b--c-btn--blue.b--c-btn--outline {
  background-color: transparent !important;
  border: 2px solid var(--color-blue-500) !important;
  color: var(--color-blue-500) !important;
}

.b--c-btn--blue.b--c-btn--outline:hover {
  text-decoration: none;
  background-color: var(--color-blue-600) !important;
  border-color: var(--color-blue-600) !important;
  color: var(--color-white) !important;
}

.b--c-btn--blue:hover {
  background-color: var(--color-blue-600);
  border-color: var(--color-blue-600);
}

.b--c-btn--blue:active {
  background-color: var(--color-blue-700);
  border-color: var(--color-blue-700);
}

.b--c-btn:disabled {
  background-color: var(--color-black-100);
  border-color: var(--color-black-100);
  color: var(--color-white);
  cursor: not-allowed;
}

.b--c-btn--black {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}

.b--c-btn--black:hover {
  background-color: var(--color-black-700);
  border-color: var(--color-black-700);
}

.b--c-btn--black:active {
  background-color: var(--color-black-600);
  border-color: var(--color-black-600);
}

.b--c-btn--black :disabled {
  background-color: var(--color-black-100);
  border-color: var(--color-black-100);
  color: var(--color-white);
}

.b--c-btn--black .b--c-btn--outline {
  background-color: transparent;
  border: 2px solid var(--color-black);
  color: var(--color-black);
}

.b--c-btn--black .b--c-btn--outline:hover {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}

.b--c-btn--black .b--c-btn--outline:active {
  background-color: var(--color-black-700);
  border-color: var(--color-black-700);
  color: var(--color-white);
}

.b--c-btn--black .b--c-btn--outline:disabled {
  background-color: transparent;
  border: 2px solid var(--color-black-300);
  color: var(--color-black-300);
  cursor: not-allowed;
}

.b--c-btn--white {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}

.b--c-btn--white.b--c-btn--outline {
  background-color: transparent !important;
  border: 2px solid var(--color-white) !important;
  color: var(--color-white) !important;
}

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

.t-anniversary-background {
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='64' viewBox='0 0 1920 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M0 0h1920v64H0z'/%3E%3Cpath fill='url(%23b)' d='M0 0h1920v64H0z'/%3E%3Cpath opacity='.4' d='M707.6 134.8c-29-168.2-233.3-50.5-337.5-110-44.1-25.2-77.9-66-122.2-90.5-66.7-36.5-151.6-29-207.4 14-55.7 42.8-81.3 117.1-71 189 14.2 99.4 89.6 185.1 172.4 250.4 51 40.3 108.5 76.6 171.5 86.6 67 10.8 133.7-9.5 187.9-43.6 54.2-34.2 97.4-82 138.2-130.5 39.4-47.2 79-102.6 68.1-165.4ZM1906.3-37.1c-112.9-125.1-225.1 76.5-345 80-50.8 1.3-101-15.5-151.6-13.3-75.9 3.5-144.3 53-169.3 117-25 63.8-7.9 138.6 38.5 193.1 64.2 75.4 173.4 108.3 278 120.5 64.7 7.6 132.6 8.6 191.5-15 62.8-25.1 108.9-75.8 137.2-131.7 28.3-56 40-117.6 49.4-178.6 8.8-59.2 13.5-125.4-28.7-172Z' fill='%237EDD92'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='0' y1='32' x2='1920' y2='32' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235ED494'/%3E%3Cstop offset='.3' stop-color='%2354BF85'/%3E%3Cstop offset='.6' stop-color='%23299F5F'/%3E%3Cstop offset='1' stop-color='%2349DB64'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1920v64H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 75rem) {
  .t-anniversary-background {
    background-position: center;
  }
}

@media (max-width: 75rem) {
  .t-anniversary-background {
    background-position: right 33% bottom 45%;
  }
}

.t-promobar-background {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTIwIiBoZWlnaHQ9IjEwNiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE5MjB2MTA2SDB6Ii8+PHBhdGggZmlsbD0iIzAwQzA1NyIgZD0iTTEzNjMuODUtMTYwLjQ1NGMtOC45MyAzMDkuMTg2IDE3OC42NCAxNTMuMTA0IDI1MS4zNiAyODcuNjYxIDMwLjczIDU3LjA3MyA1MC4xNCAxMzkuMjU4IDgxLjI1IDE5NC45ODggNDYuNzkgODMuMzI4IDExNi44NCA5Mi42MDQgMTcwLjE0IDMwLjYxNyA1My4xNy02MS43MTkgODguMTctMTg3Ljk3MSA5My43My0zMTkuNDk1IDcuNjEtMTgxLjg2My0zNi44Ni0zNTUuNjI4LTkxLjEtNDk0Ljc0Ni0zMy41MS04NS44ODYtNzIuODgtMTY2LjI2OC0xMjEuODQtMjAxLjE1OC01Mi4wNC0zNy40MjYtMTA5Ljc2LTE4LjkzOS0xNjAuMTEgMjcuNjk1LTUwLjM1IDQ2LjYzNC05NC40MyAxMjAuNTY2LTEzNi42NiAxOTYuNDU0LTQwLjg2IDc0LjAzNS04My41NSAxNjIuNjQ1LTg2Ljc3IDI3Ny45ODRaIi8+PGcgY2xpcC1wYXRoPSJ1cmwoI2IpIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE5MjB2MTA2SDB6Ii8+PHBhdGggZmlsbD0idXJsKCNjKSIgZD0iTTAgMGgxOTIwdjEwNkgweiIvPjxnIGZpbHRlcj0idXJsKCNkKSIgb3BhY2l0eT0iLjQiPjxwYXRoIGZpbGw9IiM3RUREOTIiIGQ9Ik03MDIuNzk3IDI5Ny4wMDNDNjczLjc4Mi03MS4wOTIgNDY5LjUxMSAxODYuNTMzIDM2NS4yNzYgNTYuMzg2IDMyMS4yMDQgMS4xMzcgMjg3LjQzNS04OC4xNjEgMjQzLjA4Mi0xNDEuNjc3Yy02Ni42NDctNzkuOTA5LTE1MS42MTYtNjMuMzY3LTIwNy4zOTQgMzAuNjMyLTU1LjY2MiA5My42MzYtODEuMzE0IDI1Ni4yNDEtNzEuMDcyIDQxMy41MTQgMTQuMjQyIDIxNy40NCA4OS43MjggNDA0LjkwMSAxNzIuNDQgNTQ3LjY3OCA1MS4xMDQgODguMTMyIDEwOC41MDcgMTY3LjQ3MyAxNzEuNTMxIDE4OS40MTMgNjcuMDMzIDIzLjcyIDEzMy42OS0yMC43MiAxODcuOTEzLTk1LjQ1NiA1NC4yMjMtNzQuNzM5IDk3LjQ0OC0xNzkuMjExIDEzOC4yMTUtMjg1LjI2NSAzOS4zNjEtMTAzLjMzIDc5LjAzNy0yMjQuNTY0IDY4LjA4Mi0zNjEuODM2WiIvPjwvZz48ZyBmaWx0ZXI9InVybCgjZSkiIG9wYWNpdHk9Ii40Ij48cGF0aCBmaWxsPSIjN0VERDkyIiBkPSJNMTkwMS41LTc5LjA5OGMtMTEyLjg3LTI3My42NzMtMjI1LjE0IDE2Ny4yNS0zNDUuMDggMTc0Ljg0NS01MC43NyAzLjAyNy0xMDAuOTItMzMuNjgyLTE1MS41MS0yOC45LTc1LjkgNy42MDItMTQ0LjMgMTE1LjcwMy0xNjkuMjkgMjU1Ljc1Ni0yNC45OCAxMzkuNjIyLTcuODkgMzAzLjIzNSAzOC41IDQyMi41NTcgNjQuMjEgMTY0Ljg3OSAxNzMuMzkgMjM2LjgzOCAyNzguMDMgMjYzLjY0IDY0LjYzIDE2LjQ5IDEzMi41MiAxOC42OCAxOTEuNDUtMzMuMDcyIDYyLjc4LTU0LjcyMyAxMDguOS0xNjUuNjc0IDEzNy4xOC0yODcuOTk1czQwLjA4LTI1Ny4xMzggNDkuNC0zOTAuNTRjOC43Ny0xMjkuNTc3IDEzLjUzLTI3NC4zODMtMjguNjgtMzc2LjI5MVoiLz48L2c+PC9nPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTkyMHYxMDZIMHoiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iYiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxOTIwdjEwNkgweiIvPjwvY2xpcFBhdGg+PGZpbHRlciBpZD0iZCIgd2lkdGg9Ijc3NC4yMzkiIGhlaWdodD0iMTI3MC43NCIgeD0iLTUzLjU5MyIgeT0iLTIwOC43NyIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl80MzBfMTU1IiBzdGREZXZpYXRpb249IjgiLz48L2ZpbHRlcj48ZmlsdGVyIGlkPSJlIiB3aWR0aD0iNzQzLjk1OSIgaGVpZ2h0PSIxMjE5Ljc4IiB4PSIxMjA4LjEzIiB5PSItMTg0LjU0NyIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl80MzBfMTU1IiBzdGREZXZpYXRpb249IjgiLz48L2ZpbHRlcj48bGluZWFyR3JhZGllbnQgaWQ9ImMiIHgxPSIwIiB4Mj0iMTkyMCIgeTE9IjUzIiB5Mj0iNTMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjNUVENDk0Ii8+PHN0b3Agb2Zmc2V0PSIuMzQ5IiBzdG9wLWNvbG9yPSIjNTRCRjg1Ii8+PHN0b3Agb2Zmc2V0PSIuNjMiIHN0b3AtY29sb3I9IiMyOTlGNUYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM0OURCNjQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 75rem) {
  .t-promobar-background {
    background-position: center;
  }
}

@media (max-width: 75rem) {
  .t-promobar-background {
    background-position: right 33% bottom 45%;
  }
}

.t-anniversary-close-icon {
  top: 11px;
  right: 1%;
}

@media (max-width: 36rem) {
  .t-anniversary-close-icon {
    top: 0.75rem;
    right: 0.5rem;
  }
}

.radial-green-1 {
  background: radial-gradient(100% 730.41% at 100% 49.88%, #baffc2 0%, rgba(209, 255, 214, 0.58) 30.21%, rgba(210, 241, 224, 0.3) 100%);
}

.radial-green-1-inverse {
  background: radial-gradient(730.41% 100% at 100% 49.88%, rgba(209, 255, 214, 0.58) 0%, rgba(210, 241, 224, 0.3) 65.63%, #baffc2 100%);
}

.radial-green-2 {
  background: radial-gradient(1096.09% 141.42% at 100% 0%, rgba(209, 255, 214, 0.58) 0%, rgba(158, 234, 172, 0.84) 32.81%, #7edd92 55.73%, rgba(126, 221, 146, 0.68) 78.13%, rgba(174, 255, 211, 0.3) 100%, rgba(126, 221, 146, 0.3) 100%), #fff;
}

.radial-green-3 {
  background: radial-gradient(1096.09% 141.42% at 100% 0%, rgba(125, 221, 29, 0.64) 0%, rgba(126, 221, 146, 0.1) 55.73%, rgba(125, 221, 29, 0.24) 78.13%, #aeffd3 100%);
}

.radial-green-4 {
  background: radial-gradient(99.62% 727.38% at 99.62% 80.68%, #6aff7b 0%, rgba(36, 181, 67, 0.76) 0.01%, rgba(209, 255, 214, 0.94) 29.17%, rgba(186, 255, 143, 0.15) 100%);
}

.radial-green-5 {
  background: linear-gradient(10deg, #fff 0%, #fff0 30%, #cdff3f40 60.62%, #3dd56f 100%);
}

.radial-green-6 {
  background: radial-gradient(730.41% 100% at 100% 49.88%, #baffc2 0%, rgba(209, 255, 214, 0.58) 30.21%, rgba(210, 241, 224, 0.3) 100%);
}

.radial-green-7 {
  background: linear-gradient(0deg, rgba(243, 252, 244, 0.5) 0%, rgba(243, 252, 244, 0.5) 100%), #fff;
}

.radial-green-8 {
  background: rgba(255, 248, 247, 0.5);
}

.radial-green-9 {
  background: linear-gradient(101deg, #d1f4d5 0%, rgba(255, 242, 215, 0.58) 100%);
}

.radial-green-10 {
  background: linear-gradient(101deg, #e2f2e8 0%, #e1f3e9 100%);
}

.radial-green-10a {
  background: linear-gradient(133deg, rgba(243, 252, 244, 0.2) 0%, rgba(237, 254, 239, 0.8) 55.73%, rgba(232, 255, 235, 0.2));
}

.radial-green-11 {
  background: linear-gradient(118deg, rgba(255, 242, 214, 0.2) 0%, #f3fcf4 36.93%, rgba(243, 252, 244, 0.2) 67.29%);
}

.radial-green-11a {
  background: linear-gradient(270deg, rgba(126, 221, 146, 0.59) 0.03%, #d1ffd6 46.03%, rgba(126, 221, 146, 0.61) 99.97%);
}

.radial-green-12a {
  background: radial-gradient(730.41% 100% at 100% 49.88%, #e4fee7 0%, #e3fee8 30.21%, rgba(210, 241, 224, 0.3) 100%);
}

.radial-green-13 {
  background: linear-gradient(133deg, #f3fcf4 0%, rgba(237, 254, 239, 0.8) 55.73%, rgba(236, 254, 238, 0.84) 64.69%, #e8ffeb 100%);
}

.radial-green-13a {
  background: linear-gradient(133deg, #f3fcf4 0%, #edfeed 55.73%, #ecfeee 64.69%, #e8ffeb 100%);
}

.radial-green-14 {
  background: linear-gradient(133deg, rgba(243, 252, 244, 0.2) 0%, rgba(237, 254, 239, 0.8) 55.73%, rgba(232, 255, 235, 0.2) 100%);
}

.radial-green-15 {
  background: linear-gradient(133deg, rgba(243, 252, 244, 0.2) 0%, rgba(237, 254, 239, 0.8) 55.73%, rgba(232, 255, 235, 0.2) 100%);
}

.radial-green-16 {
  background: linear-gradient(133deg, rgba(243, 252, 244, 0.2) 0%, rgba(237, 254, 239, 0.8) 50%, rgba(232, 255, 235, 0.2) 100%);
}

.radial-green-17 {
  background: linear-gradient(133deg, rgba(255, 242, 214, 0.2) 0%, rgba(243, 252, 244, 0.8) 55.73%, #d1f1d3 100%);
}

.radial-green-18 {
  background: linear-gradient(90deg, #ecf9ec 0%, #2fc774 100%);
}

.radial-green-19 {
  background: linear-gradient(90deg, #ecf9ec 40.99%, #fff2d6 100%);
}

.radial-yellow-1 {
  background: conic-gradient(from 180deg at 50% 50%, #7edd92 0deg, #a2c4ed 134.998deg, #ffd000 247.502deg, #f2eeff 360deg);
}

.radial-yellow-2 {
  background: linear-gradient(180deg, #fff8eb 0%, #edf6fe 50.52%, #fff 100%);
}

.radial-yellow-3 {
  background: linear-gradient(136deg, rgba(218, 237, 255, 0) 0%, rgba(245, 241, 225, 0.75) 34.3%, rgba(247, 241, 223, 0.58) 67.34%, rgba(255, 242, 214, 0));
}

.radial-yellow-4 {
  background: linear-gradient(133deg, rgba(255, 242, 214, 0.2) 0%, rgba(243, 252, 244, 0.8) 55.73%, rgba(218, 237, 255, 0.2) 100%);
}

.radial-yellow-5 {
  background: linear-gradient(136deg, rgba(218, 237, 255, 0) 0%, rgba(245, 241, 225, 0.75) 34.3%, rgba(247, 241, 223, 0.58) 67.34%, rgba(255, 242, 214, 0) 102.32%);
}

.radial-yellow-6 {
  background: linear-gradient(133deg, #fff2d6 0%, #fff2d6 55.73%, #ace4b7 100%);
}

.radial-gold-1 {
  background: linear-gradient(136deg, rgba(218, 232, 255, 0) 0%, rgba(245, 241, 225, 0.75) 34.3%, rgba(247, 241, 223, 0.58) 67.34%, rgba(255, 242, 214, 0) 102.32%);
}

.radial-gold-2 {
  background: linear-gradient(136deg, rgba(218, 237, 255, 0) 0%, rgba(245, 241, 225, 0.75) 34.3%, rgba(247, 241, 223, 0.58) 67.34%, rgba(255, 242, 214, 0) 102.32%);
}

.radial-gold-3 {
  background: linear-gradient(136deg, rgba(218, 232, 255, 0) 0%, rgba(245, 241, 225, 0.75) 34.3%, rgba(247, 241, 223, 0.58) 67.34%, rgba(255, 242, 214, 0) 102.32%);
}

.radial-blue-1 {
  background: linear-gradient(110deg, rgba(2, 105, 253, 0.2) 13.15%, rgba(86, 185, 192, 0.1) 34.26%, rgba(151, 227, 186, 0.5) 86.86%), rgba(255, 255, 255, 0.5);
}

.radial-blue-2 {
  background: linear-gradient(102deg, rgba(187, 200, 233, 0.12) 1.61%, rgba(167, 200, 240, 0.31) 16.13%, rgba(123, 200, 255, 0.14) 32.66%, rgba(45, 63, 235, 0.02) 97.76%);
}

.radial-blue-3 {
  background: linear-gradient(96deg, rgba(187, 200, 233, 0.23) 0%, rgba(167, 200, 240, 0.23) 19.27%, rgba(61, 213, 111, 0.12) 58.61%, rgba(45, 63, 235, 0.02) 97.92%);
}

.radial-blue-4 {
  background: linear-gradient(100deg, rgba(218, 237, 255, 0.2) 0%, rgba(245, 241, 225, 0.8) 51.56%, rgba(255, 255, 255, 0) 100%, rgba(255, 242, 214, 0.2) 100%);
}

.radial-blue-5 {
  background: linear-gradient(133deg, rgba(255, 242, 214, 0.2) 0%, rgba(243, 252, 244, 0.8) 55.73%, rgba(218, 237, 255, 0.2) 100%);
}

.radial-blue-6 {
  background: linear-gradient(180deg, #d9fcf2 0%, #fffcf0 50.52%, #fff 100%);
}

.radial-blue-7 {
  background: linear-gradient(100deg, #daedff 0%, #f5f1e1 51.56%, #fff2d6 100%);
}

.radial-gray-1 {
  background: linear-gradient(113deg, rgba(246, 246, 247, 0.2) 0%, #f6f6f7 46.87%, rgba(246, 246, 247, 0.2) 100%);
}

.radial-gray-2 {
  background-image: linear-gradient(106deg, #f6f6f7 10%, rgba(41, 53, 86, 0) 54%, #f6f6f7 71%, #f6f6f7 100%);
}

.radial-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='1278' height='639' viewBox='0 0 1278 639' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.4' filter='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M79 79h1120v481H79z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='987.5' y1='20' x2='150' y2='623.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232FC774'/%3E%3Cstop offset='.5' stop-opacity='.5'/%3E%3Cstop offset='1' stop-color='%234384F5'/%3E%3C/linearGradient%3E%3Cfilter id='a' x='0' y='0' width='1278' height='639' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='39.5' result='effect1_foregroundBlur_186_52043'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.radial-box-shadow-1 {
  box-shadow: 0 0 250px 0 rgba(0, 192, 87, 0.07) inset, 0 0 6px 0 rgba(0, 0, 0, 0.03), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.radial-box-shadow-2 {
  box-shadow: 0 0 250px 0 rgba(136, 227, 156, 0.29) inset;
}

.u-filter-blur {
  filter: blur(304.997px);
  -webkit-filter: blur(304.997px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-text-gradient.v--lightgreen {
  background: -webkit-linear-gradient(#7ddd1d, #9bbb7b, #2cc96a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-text-gradient.v--green {
  background: -webkit-linear-gradient(#49c04f, #2aac67, #79db22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-text-gradient.v--green.v--light {
  background: -webkit-linear-gradient(#7edd92, #2fc774, #3dd56f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-text-gradient.v--blue {
  background: linear-gradient(90deg, #06f 0%, #2fc774 60.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_radial-text {
  background: linear-gradient(115.28deg, #2fc774 17.81%, rgba(47, 199, 116, 0.3) 49.26%, #2fc774 83.2%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text_radial-text__blue {
  background: linear-gradient(115.28deg, #7edd92 17.81%, #68c5ed 49.26%, #2cc96a 83.2%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.t-whds-hero {
  position: relative;
  z-index: 90;
  margin-top: -415px;
}

@media screen and (max-width: 873px) {
  .t-whds-hero {
    margin-top: -57%;
  }
}

.t-whds-devices-icon {
  width: 136px;
}

.t-ts-category {
  cursor: pointer;
  height: 28px;
}

.t-ts-category:hover {
  border-bottom: 2px solid #0066FF;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .t-ts-category {
    font-size: 12px;
  }
}

.t-ts-category-active {
  border-bottom: 2px solid #0066FF;
  font-weight: 500;
}

.t-hdsfb-category {
  color: #909099;
  letter-spacing: 0.1px;
  cursor: pointer;
}

.t-hdsfb-category:hover,
.t-hdsfb-category-active {
  border-bottom: 2px solid #0066FF;
  color: #0066FF;
  margin-bottom: -2px;
}

.t-hdsfb-categories p:nth-child(1)::before {
  background-image: url('/enterprise-help-desk-software/marketing-gray.svg');
}

.t-hdsfb-categories p:nth-child(1):hover::before,
.t-hdsfb-category-active:nth-of-type(1)::before {
  background-image: url('/enterprise-help-desk-software/marketing-blue.svg') !important;
}

.t-hdsfb-categories p:nth-child(1)::after {
  content: 'Marketing';
}

.t-hdsfb-categories p:nth-child(2)::before {
  background-image: url('/enterprise-help-desk-software/sales-gray.svg');
}

.t-hdsfb-categories p:nth-child(2):hover::before,
.t-hdsfb-category-active:nth-of-type(2)::before {
  background-image: url('/enterprise-help-desk-software/sales-blue.svg') !important;
}

.t-hdsfb-categories p:nth-child(2)::after {
  content: 'Sales';
}

.t-hdsfb-categories p:nth-child(3)::before {
  background-image: url('/enterprise-help-desk-software/bi-gray.svg');
}

.t-hdsfb-categories p:nth-child(3):hover::before,
.t-hdsfb-category-active:nth-of-type(3)::before {
  background-image: url('/enterprise-help-desk-software/bi-blue.svg') !important;
}

.t-hdsfb-categories p:nth-child(3)::after {
  content: 'Business inteligence';
}

.t-hdsfb-categories p:nth-child(4)::before {
  background-image: url('/enterprise-help-desk-software/cr-gray.svg');
}

.t-hdsfb-categories p:nth-child(4):hover::before,
.t-hdsfb-category-active:nth-of-type(4)::before {
  background-image: url('/enterprise-help-desk-software/cr-blue.svg') !important;
}

.t-hdsfb-categories p:nth-child(4)::after {
  content: 'Customer retention';
}

.t-hdsfb-categories p:nth-child(5)::before {
  background-image: url('/enterprise-help-desk-software/teamwork-gray.svg');
}

.t-hdsfb-categories p:nth-child(5):hover::before,
.t-hdsfb-category-active:nth-of-type(5)::before {
  background-image: url('/enterprise-help-desk-software/teamwork-blue.svg') !important;
}

.t-hdsfb-categories p:nth-child(5)::after {
  content: 'Teamwork';
}

.t-hdsfb-categories p:nth-child(n)::before,
.t-hdsfb-categories p:nth-child(n):hover::before {
  content: '';
  background-repeat: no-repeat;
  margin-right: 14px;
  width: 36px;
  height: 36px;
  margin-bottom: 4px;
}

@media screen and (max-width: 920px) {
  .t-hdsfb-categories p:nth-child(n)::before {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .t-hdsfb-categories p:nth-child(3)::after {
    content: 'BI';
  }

  .t-hdsfb-categories p:nth-child(4)::after {
    content: 'CR';
  }
}

@media screen and (min-width: 64rem) {
  .t-pricing-plans > div {
    max-width: 256px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.t-pricing-plans .t-pricing-plans--plan::before {
  position: absolute;
  min-height: 3px;
  border-radius: 2px;
  width: 88%;
  top: -1px;
  translate: -50%;
  left: 50%;
  z-index: 3;
}

.t-pricing-plans .t-pricing-plans--plan.v--popular::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMjIiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiMxQjFCMjAiIGQ9Ik0wIDhhOCA4IDAgMCAxIDgtOGgyMDZhOCA4IDAgMCAxIDggOHYxNkgwVjhaIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTgyLjU3NyA3LjZWMTZoLTEuNjA4di01LjE2bC0xLjU3MiAzLjEyaC0xLjQ4OGwtMS41NzItMy4xMlYxNmgtMS42MDhWNy42aDEuNTQ4bDIuMzc2IDQuOCAyLjM3Ni00LjhoMS41NDhabTQuMzg3IDguNTQ0Yy0xLjg3MiAwLTIuOTQtMS4yMjQtMi45NC0yLjgydi0uODg4YzAtMS41OTYgMS4wNjgtMi44MiAyLjk0LTIuODIgMS44NzIgMCAyLjk0IDEuMjI0IDIuOTQgMi44MnYuODg4YzAgMS41OTYtMS4wNjggMi44Mi0yLjk0IDIuODJabTEuMzU2LTIuNzEydi0xLjEwNGMwLS44MTYtLjQzMi0xLjQyOC0xLjM1Ni0xLjQyOC0uOTI0IDAtMS4zNTYuNjEyLTEuMzU2IDEuNDI4djEuMTA0YzAgLjgxNi40MzIgMS40MjggMS4zNTYgMS40MjguOTI0IDAgMS4zNTYtLjYxMiAxLjM1Ni0xLjQyOFptNS4zNDIgMi43MTJjLTEuNTg0IDAtMi42ODgtLjY2LTIuNjg4LTEuOTkydi0uMTA4aDEuNDR2LjA4NGMwIC41NC40OTIuODY0IDEuMjYuODY0LjY4NCAwIDEuMTg4LS4yNzYgMS4xODgtLjc1NiAwLS4zLS4xNTYtLjQ4LS41MTYtLjU2NGwtMS44NDgtLjQyYy0uOTM2LS4yMTYtMS40MjgtLjY5Ni0xLjQyOC0xLjY0NCAwLTEuMjg0IDEuMDQ0LTEuOTkyIDIuNTItMS45OTIgMS41IDAgMi40NzIuNzU2IDIuNDcyIDEuOTkydi4wOTZoLTEuNDI4di0uMTA4YzAtLjQ4LS4zLS44MTYtMS4wMi0uODE2LS42NiAwLTEuMDIuMjQtMS4wMi42ODQgMCAuMzEyLjE1Ni40NTYuNDguNTI4bDEuODk2LjQ2OGMuOTI0LjIyOCAxLjM5Mi43MiAxLjM5MiAxLjU5NiAwIDEuMjEyLTEuMTUyIDIuMDg4LTIuNyAyLjA4OFpNOTkuNjY3IDE2Yy0xLjIgMC0xLjc2NC0uNjcyLTEuNzY0LTEuNzc2VjExLjA4aC0uODg4VjkuNzZoLjg4OFY4LjA1NmgxLjY0NFY5Ljc2aDEuMzMydjEuMzJoLTEuMzMydjMuMDI0YzAgLjQwOC4xNTYuNTc2LjU4OC41NzZoLjY2VjE2aC0xLjEyOFptNS4xOTEgMFY3LjZoMy40OTJjMS45MzIgMCAzLjEyIDEuMTQgMy4xMiAyLjgycy0xLjIzNiAyLjg2OC0zLjEyIDIuODY4aC0xLjgxMlYxNmgtMS42OFptMS42OC00LjA5MmgxLjcwNGMxLjA2OCAwIDEuNTQ4LS42NiAxLjU0OC0xLjQ4OHMtLjQ4LTEuNDQtMS41NDgtMS40NGgtMS43MDR2Mi45MjhabTguNjU3IDQuMjM2Yy0xLjg3MiAwLTIuOTQtMS4yMjQtMi45NC0yLjgydi0uODg4YzAtMS41OTYgMS4wNjgtMi44MiAyLjk0LTIuODIgMS44NzIgMCAyLjk0IDEuMjI0IDIuOTQgMi44MnYuODg4YzAgMS41OTYtMS4wNjggMi44Mi0yLjk0IDIuODJabTEuMzU2LTIuNzEydi0xLjEwNGMwLS44MTYtLjQzMi0xLjQyOC0xLjM1Ni0xLjQyOC0uOTI0IDAtMS4zNTYuNjEyLTEuMzU2IDEuNDI4djEuMTA0YzAgLjgxNi40MzIgMS40MjggMS4zNTYgMS40MjguOTI0IDAgMS4zNTYtLjYxMiAxLjM1Ni0xLjQyOFptNi4zMjUtMy44MTZjMS43MTYgMCAyLjYyOCAxLjI3MiAyLjYyOCAyLjc0OHYxLjAzMmMwIDEuNS0uOTM2IDIuNzQ4LTIuNjE2IDIuNzQ4LS44MjggMC0xLjQ2NC0uMzM2LTEuNzg4LS44MTZ2Mi43NmgtMS42MzJWOS43NmgxLjU2di43NDRjLjMxMi0uNDguOTQ4LS44ODggMS44NDgtLjg4OFptLS4zOTYgMS4zMmMtLjgyOCAwLTEuMzguNjI0LTEuMzggMS41di45MTJjMCAuOTQ4LjYyNCAxLjQ3NiAxLjM2OCAxLjQ3Ni45MjQgMCAxLjQwNC0uNjI0IDEuNDA0LTEuNXYtLjg4OGMwLS44MjgtLjQ0NC0xLjUtMS4zOTItMS41Wm05Ljg1NS0xLjE3NlYxNmgtMS41NnYtLjc0NGMtLjI4OC41MjgtMS4wMDguODg4LTEuODEyLjg4OC0xLjQwNCAwLTIuMTg0LS45NzItMi4xODQtMi4zODhWOS43NmgxLjYzMnYzLjc2OGMwIC43OTIuMzcyIDEuMjQ4IDEuMTA0IDEuMjQ4Ljc1NiAwIDEuMTg4LS40OCAxLjE4OC0xLjI2VjkuNzZoMS42MzJabTEuNjQyIDYuMjRWNy4yNGgxLjYzMlYxNmgtMS42MzJabTUuMzguMTQ0Yy0xLjQwNCAwLTIuMzY0LS43MzItMi4zNjQtMS45NDQgMC0xLjM1NiAxLjAyLTEuOTggMi41Mi0xLjk4Ljc0NCAwIDEuMjk2LjI4OCAxLjU4NC41Mjh2LS44NTJjMC0uNTc2LS40MDgtMS4wMDgtMS4wOC0xLjAwOC0uNTY0IDAtLjkxMi4yNTItMS4wOC41ODhoLTEuNTEyYy4zNi0xLjIxMiAxLjMzMi0xLjg2IDIuNjc2LTEuODYgMS41NiAwIDIuNjI4Ljk0OCAyLjYyOCAyLjRWMTZoLTEuNTcydi0uNTc2Yy0uMjg4LjQyLTEuMDguNzItMS44LjcyWm0uNDItMS4wOGMuNzIgMCAxLjMyLS4zOTYgMS4zMi0uOTI0IDAtLjU1Mi0uNTQtLjg3Ni0xLjI3Mi0uODc2LS43NjggMC0xLjI0OC4zMTItMS4yNDguODg4IDAgLjU3Ni41MTYuOTEyIDEuMi45MTJabTQuNS45MzZWOS43NmgxLjU0OHYxLjIxMmMuMjA0LS45MzYuOTM2LTEuMjYgMS44NzItMS4yNmguMTkydjEuNjJoLS4zMzZjLTEuMDY4IDAtMS42NDQuNTI4LTEuNjQ0IDEuNzg4VjE2aC0xLjYzMloiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  height: 26px;
  top: -1.55rem;
}

.t-pricing-plans .t-pricing-plans--plan.v--customizable::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMjIiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNFMkUyRTQiIGQ9Ik0wIDhhOCA4IDAgMCAxIDgtOGgyMDZhOCA4IDAgMCAxIDggOHYxNkgwVjhaIi8+PHBhdGggZmlsbD0iIzFCMUIyMCIgZD0iTTc2LjI4IDE2LjE2OGMtMi41MzIgMC0zLjY3Mi0xLjYyLTMuNjcyLTMuNzY4di0xLjJjMC0yLjE0OCAxLjE0LTMuNzY4IDMuNjcxLTMuNzY4IDIuMTI0IDAgMy40MzMgMS40NCAzLjUxNyAzLjE1NmgtMS41NmMtLjEwOS0uOTQ4LS43MDktMS43NzYtMS45NTctMS43NzYtMS40MDMgMC0yLjAwNC45Ni0yLjAwNCAyLjMwNHYxLjM2OGMwIDEuMzQ0LjYgMi4zMDQgMi4wMDQgMi4zMDQgMS4yNDkgMCAxLjg0OS0uODI4IDEuOTU3LTEuNzc2aDEuNTZjLS4wODUgMS43MTYtMS4zOTMgMy4xNTYtMy41MTcgMy4xNTZaTTg2LjcwNyA5Ljc2VjE2aC0xLjU2di0uNzQ0Yy0uMjg4LjUyOC0xLjAwOC44ODgtMS44MTIuODg4LTEuNDA0IDAtMi4xODQtLjk3Mi0yLjE4NC0yLjM4OFY5Ljc2aDEuNjMydjMuNzY4YzAgLjc5Mi4zNzIgMS4yNDggMS4xMDQgMS4yNDguNzU2IDAgMS4xODgtLjQ4IDEuMTg4LTEuMjZWOS43NmgxLjYzMlptNC4wMyA2LjM4NGMtMS41ODQgMC0yLjY4OC0uNjYtMi42ODgtMS45OTJ2LS4xMDhoMS40NHYuMDg0YzAgLjU0LjQ5Mi44NjQgMS4yNi44NjQuNjg0IDAgMS4xODgtLjI3NiAxLjE4OC0uNzU2IDAtLjMtLjE1Ni0uNDgtLjUxNi0uNTY0bC0xLjg0OC0uNDJjLS45MzYtLjIxNi0xLjQyOC0uNjk2LTEuNDI4LTEuNjQ0IDAtMS4yODQgMS4wNDQtMS45OTIgMi41Mi0xLjk5MiAxLjUgMCAyLjQ3Mi43NTYgMi40NzIgMS45OTJ2LjA5Nkg5MS43MXYtLjEwOGMwLS40OC0uMy0uODE2LTEuMDItLjgxNi0uNjYgMC0xLjAyLjI0LTEuMDIuNjg0IDAgLjMxMi4xNTYuNDU2LjQ4LjUyOGwxLjg5Ni40NjhjLjkyNC4yMjggMS4zOTIuNzIgMS4zOTIgMS41OTYgMCAxLjIxMi0xLjE1MiAyLjA4OC0yLjcgMi4wODhaTTk2Ljc0NCAxNmMtMS4yIDAtMS43NjQtLjY3Mi0xLjc2NC0xLjc3NlYxMS4wOGgtLjg4OFY5Ljc2aC44ODhWOC4wNTZoMS42NDRWOS43NmgxLjMzMnYxLjMyaC0xLjMzMnYzLjAyNGMwIC40MDguMTU2LjU3Ni41ODguNTc2aC42NlYxNmgtMS4xMjhabTUuMDk3LjE0NGMtMS44NzIgMC0yLjk0LTEuMjI0LTIuOTQtMi44MnYtLjg4OGMwLTEuNTk2IDEuMDY4LTIuODIgMi45NC0yLjgyIDEuODcyIDAgMi45NCAxLjIyNCAyLjk0IDIuODJ2Ljg4OGMwIDEuNTk2LTEuMDY4IDIuODItMi45NCAyLjgyWm0xLjM1Ni0yLjcxMnYtMS4xMDRjMC0uODE2LS40MzItMS40MjgtMS4zNTYtMS40MjgtLjkyNCAwLTEuMzU2LjYxMi0xLjM1NiAxLjQyOHYxLjEwNGMwIC44MTYuNDMyIDEuNDI4IDEuMzU2IDEuNDI4LjkyNCAwIDEuMzU2LS42MTIgMS4zNTYtMS40MjhaTTEwNi4xMTUgMTZWOS43NmgxLjU2di43NDRjLjMxMi0uNTc2LjkxMi0uODg4IDEuOC0uODg4LjgwNCAwIDEuNDI4LjMyNCAxLjguODg4LjQ1Ni0uNTg4IDEuMTUyLS44ODggMi4wNjQtLjg4OCAxLjMwOCAwIDIuMjMyLjg4OCAyLjIzMiAyLjM4OFYxNmgtMS42MzJ2LTMuNzMyYzAtLjcyLS4zMjQtMS4yMzYtMS4xMTYtMS4yMzYtLjcyIDAtMS4xNjQuNDMyLTEuMTY0IDEuMjcyVjE2aC0xLjYzMnYtMy43MzJjMC0uNzItLjMyNC0xLjIzNi0xLjExNi0xLjIzNi0uNzMyIDAtMS4xNjQuNDMyLTEuMTY0IDEuMjcyVjE2aC0xLjYzMlptMTEuMDM5IDBWOS43NmgxLjYzMlYxNmgtMS42MzJabS0uMTMyLTcuODcyYS45Mi45MiAwIDAgMSAuOTQ4LS45NDguOTIuOTIgMCAwIDEgLjk0OC45NDguOTIuOTIgMCAwIDEtLjk0OC45NDguOTIuOTIgMCAwIDEtLjk0OC0uOTQ4Wk0xMjAuMTcxIDE2di0xLjE3NmwzLjA4NC0zLjgwNGgtMi45NFY5Ljc2aDQuODI0djEuMTc2bC0zLjA4NCAzLjgwNGgzLjE1NlYxNmgtNS4wNFptOC4zNzYuMTQ0Yy0xLjQwNCAwLTIuMzY0LS43MzItMi4zNjQtMS45NDQgMC0xLjM1NiAxLjAyLTEuOTggMi41Mi0xLjk4Ljc0NCAwIDEuMjk2LjI4OCAxLjU4NC41Mjh2LS44NTJjMC0uNTc2LS40MDgtMS4wMDgtMS4wOC0xLjAwOC0uNTY0IDAtLjkxMi4yNTItMS4wOC41ODhoLTEuNTEyYy4zNi0xLjIxMiAxLjMzMi0xLjg2IDIuNjc2LTEuODYgMS41NiAwIDIuNjI4Ljk0OCAyLjYyOCAyLjRWMTZoLTEuNTcydi0uNTc2Yy0uMjg4LjQyLTEuMDguNzItMS44LjcyWm0uNDItMS4wOGMuNzIgMCAxLjMyLS4zOTYgMS4zMi0uOTI0IDAtLjU1Mi0uNTQtLjg3Ni0xLjI3Mi0uODc2LS43NjggMC0xLjI0OC4zMTItMS4yNDguODg4IDAgLjU3Ni41MTYuOTEyIDEuMi45MTJabTcuOTA3IDEuMDhjLS45IDAtMS41Ni0uMzg0LTEuODQ4LS44ODhWMTZoLTEuNTZWNy4yNGgxLjYzMnYzLjIxNmMuMzM2LS40NjguOTYtLjg0IDEuNzg4LS44NCAxLjY4IDAgMi42MTYgMS4yNDggMi42MTYgMi43NDh2MS4wMzJjMCAxLjQ3Ni0uOTQ4IDIuNzQ4LTIuNjI4IDIuNzQ4Wm0tLjM5Ni0xLjMyYy45NDggMCAxLjM5Mi0uNjcyIDEuMzkyLTEuNXYtLjg4OGMwLS44NzYtLjQ4LTEuNS0xLjQwNC0xLjUtLjc0NCAwLTEuMzY4LjUyOC0xLjM2OCAxLjQ3NnYuOTEyYzAgLjg3Ni41NTIgMS41IDEuMzggMS41Wk0xNDAuODczIDE2VjcuMjRoMS42MzJWMTZoLTEuNjMyWm01LjkwOS4xNDRjLTEuNzY0IDAtMi45MDQtMS4wMzItMi45MDQtMi43ODR2LS44NTJjMC0xLjY5MiAxLjAwOC0yLjg5MiAyLjg4LTIuODkyIDEuODQ4IDAgMi43ODQgMS4yMzYgMi43ODQgMi43MzZ2MS4wOTJoLTQuMDh2LjE1NmMwIC43MzIuMzcyIDEuMzY4IDEuMzIgMS4zNjguNjk2IDAgMS4xMjgtLjM2IDEuMjg0LS43OTJoMS40MjhjLS4yMTYgMS4xNC0xLjMzMiAxLjk2OC0yLjcxMiAxLjk2OFptLTEuMzItMy45MTJ2LjA2aDIuNTh2LS4xNTZjMC0uNzgtLjQwOC0xLjM2OC0xLjI4NC0xLjM2OC0uOTM2IDAtMS4yOTYuNjI0LTEuMjk2IDEuNDY0WiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  top: -1.55rem;
}

.t-pricing-plans--trial {
  position: sticky;
  top: 123px;
  align-self: start;
}

.t-pricing-plans--table-header {
  position: sticky;
  background: white;
  top: 60px;
  z-index: 20;
}

@media screen and (max-width: 64rem) {
  .t-pricing-plans--table-header::after {
    bottom: 0;
    box-shadow: 0 5px 10px -8px rgba(95, 96, 100, 0.8);
    content: "";
    height: 40%;
    pointer-events: none;
    position: absolute;
    width: 100%;
  }
}

@media screen and (min-width: 64rem) {
  .t-pricing-plans--table-header {
    top: 90px;
  }
}

.t-pricing-plans--table-header--plan {
  width: 33%;
  max-width: 33%;
  font-size:var(--font-size-xs);
  font-weight:normal;
  line-height:1.28571429;
}

@media screen and (min-width: 64rem) {
  .t-pricing-plans--table-header--plan {
    width: 220px;
    max-width: 220px;
    font-size:var(--font-size-sm);
    font-weight:normal;
    line-height:1.5;
  }
}

.t-pricing-plans--table-category:hover {
  background: #f6f6f780;
}

@media screen and (min-width: 64rem) {
  .t-pricing-plans--floating-trial {
    display: none;
  }
}

@media screen and (max-width: 64rem) {
  .t-pricing-plans--floating-trial {
    position: fixed;
    z-index: 1000;
    background: white;
    bottom: 0;
  }
}

@media screen and (max-width: 64rem) {
  .t-pricing-plans--table-category--name-wrapper {
    background: #f6f6f7;
    width: 100%;
    border-bottom: 1px solid #e2e2e4;
  }
}

.t-pricing-plans--table-category:hover .t-pricing-plans--table-category--name:not(.u-hover-none) {
  border-bottom: 1.5px dashed #c9c9cd !important;
}

.t-pricing-plans--table-category--name {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1.5px dashed transparent;
}

@media screen and (max-width: 64rem) {
  .t-pricing-plans--table-category--name {
    font-weight: 500 !important;
    font-size: 14px !important;
  }
}

@media screen and (min-width: 64rem) {
  .t-pricing-plans--table-category--name:not(.u-hover-none):hover {
    border-bottom: 1.5px dashed #c9c9cd !important;
  }
}

.t-pricing-plans--table-category--name--tooltip-icon {
  opacity: 0.25;
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  margin-top: -1px;
  z-index: 10;
}

.t-pricing-plans--table-header--plan--cell {
  width: 220px;
  max-width: 220px;
  line-height: 1.1 !important;
}

@media screen and (max-width: 64rem) {
  .t-pricing-plans--table-header--plan--cell {
    width: 33%;
    max-width: 33%;
  }
}

.t-tooltiptext--mobile:not(.u-block) {
  display: none;
  overflow: hidden;
}

@media screen and (max-width: 64rem) {
  .t-tooltiptext {
    display: none;
  }
}

@media screen and (min-width: 64rem) {
  .t-tooltiptext {
    display: none;
    right: initial;
    transform: translate(-29px, -50%);
    position: absolute;
    mix-blend-mode: normal;
    top: 50%;
    left: calc(100% + 40px);
    font-size:var(--font-size-xs);
    font-weight:normal;
    line-height:1.28571429;
    width: 350px;
    background-color:var(--color-black-700);
    color: #fff;
    border-radius:.5rem;
    padding-left:1rem;
    padding-right:1rem;
    padding-top:1rem;
    padding-bottom:1rem;
  }

  .t-tooltiptext::after {
    content: " ";
    position: absolute;
    margin-left: -5px;
    border-width: 7px;
    top: 40%;
    right: 100%;
    border-color: transparent #3b3b43 transparent transparent;
  }

  .t-tooltip:hover .t-tooltiptext {
    display: block;
    animation: fadeIn 0.5s forwards;
  }
}

@media screen and (max-width: 48rem) {
  .t-pricing-plans--table-category--name {
    display: block;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.t-p-badge-icon {
  max-width: 20px;
}

@media screen and (max-width: 48rem) {
  .t-p-badge-icon {
    max-width: 16px;
  }
}

.t-onlinehd-category {
  color: #909099;
  letter-spacing: 0.1px;
  cursor: pointer;
}

.t-onlinehd-category:hover,
.t-onlinehd-category-active {
  border-bottom: 2px solid #0066FF;
  color: #0066FF;
  margin-bottom: -2px;
}

.t-onlinehd-categories p:nth-child(1)::after {
  content: 'Response time';
}

.t-onlinehd-categories p:nth-child(2)::after {
  content: 'Ticket heatmap';
}

.t-onlinehd-categories p:nth-child(3)::after {
  content: 'Ticket satisfaction';
}

.t-onlinehd-categories p:nth-child(4)::after {
  content: 'Handling time';
}

.t-serviceshd-category {
  color: #909099;
  letter-spacing: 0.1px;
  cursor: pointer;
}

.t-serviceshd-category:hover,
.t-serviceshd-category-active {
  border-bottom: 2px solid #0066FF;
  color: #0066FF;
  margin-bottom: -2px;
}

.t-serviceshd-categories p:nth-child(1)::after {
  content: 'First line support';
}

.t-serviceshd-categories p:nth-child(2)::after {
  content: 'Technical support';
}

.t-serviceshd-categories p:nth-child(3)::after {
  content: 'Sales department';
}

.t-serviceshd-categories p:nth-child(4)::after {
  content: 'IT service desk';
}

.t-serviceshd-categories p:nth-child(5)::after {
  content: 'Onboarding team';
}

@media screen and (max-width: 710px) {
  .t-serviceshd-categories p:nth-child(1)::after {
    content: 'First line';
  }

  .t-serviceshd-categories p:nth-child(2)::after {
    content: 'Tech support';
  }

  .t-serviceshd-categories p:nth-child(3)::after {
    content: 'Sales';
  }

  .t-serviceshd-categories p:nth-child(4)::after {
    content: 'IT desk';
  }

  .t-serviceshd-categories p:nth-child(5)::after {
    content: 'Onboarding';
  }
}

.hd-columns-integration {
  display: flex;
  flex-direction: column;
}

.hd-columns-integration > div:first-child {
  margin-bottom: 3rem;
}

.hd-columns-integration > div:first-child p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48rem) {
  .hd-columns-integration {
    display: grid;
    align-items: center;
    grid-template-columns: 50% 45.45454545%;
    grid-column-gap: 4.54545455%;
    grid-template-areas: "text visual";
  }

  .hd-columns-integration > div:first-child {
    grid-area: text;
    margin-bottom: 0;
  }

  .hd-columns-integration > div:last-child {
    grid-area: visual;
  }
}

.u-ls-lesson-progress {
  background: linear-gradient(to right, #f8d047 var(--scroll), transparent 0);
  background-repeat: no-repeat;
  height: 3px;
  z-index: 101;
  top: 0;
}

.u-ls-course-background {
  background-image: url("/learn/course-background.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

@media screen and (min-width: 120rem) {
  .u-ls-course-background {
    background-size: cover;
  }
}

.u-ls-lesson-hero-section {
  background-image: url("/learn/background-top.png"), url("/learn/background-bottom.png");
  background-position: top 0.625rem right 3.125rem, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: 43%, contain;
}

@media screen and (max-width: 61.875rem) {
  .u-ls-lesson-hero-section__toc {
    width: 100%;
  }

  .t-helpdesk-demo .swiper-slide > div:not(.u-ls-lesson-hero-section__toc) {
    width: auto;
  }

  .t-helpdesk-demo .swiper-slide > .u-ls-lesson-hero-section__toc {
    width: 100%;
  }

  .u-ls-lesson-hero-section__toc{
    margin-bottom: 3rem;
  }
}

.u-ls-lesson-hero-section-novideo {
  background-image: url("/learn/background-top.png");
  background-position: top 0.625rem right 3.125rem, bottom center;
  background-repeat: no-repeat;
  background-size: 43%;
}

@media screen and (max-width: 61.875rem) {
  .u-ls-lesson-hero-section-novideo__toc {
    width: 100%;
  }

  .t-helpdesk-demo .swiper-slide > div:not(.u-ls-lesson-hero-section-novideo__toc) {
    width: auto;
  }

  .t-helpdesk-demo .swiper-slide > .u-ls-lesson-hero-section-novideo__toc {
    width: 100%;
  }

  .u-ls-lesson-hero-section-novideo__toc{
    margin-bottom: 3rem;
  }
}

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

.u-ls-block-quote cite {
  font-style: normal;
}

.u-ls-block-quote::before {
  content: "" !important;
  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);
}

.u-ls-block-callout {
  background: #fffcf6;
}

.t-ls-lesson-content {
  font-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556;
  margin-top: -3rem;
}

.t-ls-lesson-content > h1 {
  font-size:var(--font-size-3xl);
  font-weight:bold;
  line-height:1.10714286;
  letter-spacing:-2px;
}

.t-ls-lesson-content > h2 {
  font-size:var(--font-size-xl);
  font-weight:bold;
  line-height:1.125;
  letter-spacing:-.4px;
  display: inline-block;
  background-color: #ffd000;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius:.5rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.t-ls-lesson-content > h3 {
  font-size:var(--font-size-lg);
  font-weight:normal;
  line-height:1.333;
  letter-spacing:-.1px;
}

.b--u-text-bold.t-ls-lesson-content > h3{
  font-weight:700
}

.t-ls-lesson-content > h3{
  font-weight:500;
}

.t-ls-lesson-content > h3.b--u-text-lg{
  font-weight:700
}

.t-ls-lesson-content > h3{
  display: inline-block;
  background-color: #f6f6f7;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius:.5rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.t-ls-lesson-content ol li {
  margin-bottom: 0.5rem;
}

.t-ls-lesson-content img:not(.u-ls-lesson-content-avatar) {
  width: auto;
  max-width: 100%;
}

.t-ls-lesson-content table {
  overflow: auto;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2rem 0 3rem;
}

.t-ls-lesson-content table p:last-child {
  margin-bottom: 0;
}

.t-ls-lesson-content table th {
  font-size:var(--font-size-sm);
  font-weight:normal;
  line-height:1.5;
  text-transform:uppercase;
  letter-spacing:.1em;
  background-color: #fffcf6;
  color: #0F0F10;
  border: 1px solid #ffd000;
}

.t-ls-lesson-content table td,
.t-ls-lesson-content table th {
  padding: 1rem 2rem;
}

.t-ls-lesson-content table td {
  border-top: 1px solid #ffd000;
  border-bottom: 1px solid #ffd000;
  border-left: 1px solid #ffd000;
  border-right: 1px solid #ffd000;
  vertical-align: top;
}

.t-ls-lesson-content table.v--two {
  width: 98%;
}

.t-ls-lesson-content table.v--two .u-ls-block-table-thread {
  background: #fffcf6;
  text-align: center;
}

.t-ls-lesson-content table.v--two .u-ls-block-table-thread th {
  font-size:var(--font-size-sm);
  font-weight:normal;
  line-height:1.5;
  text-transform:uppercase;
  letter-spacing:.1em;
}

.t-ls-lesson-content table.v--two th,
.t-ls-lesson-content table.v--two tr,
.t-ls-lesson-content table.v--two td {
  border-top: 1px solid #ffd000;
  border-bottom: 1px solid #ffd000;
  border-left: 1px solid #ffd000;
  border-right: 1px solid #ffd000;
  vertical-align: baseline;
  padding: 1rem 2rem;
}

@media screen and (max-width: 36rem) {
  .t-ls-lesson-content table.v--two th,
  .t-ls-lesson-content table.v--two td {
    padding: 1rem 0.5rem;
  }

  .t-ls-lesson-content table.v--two th,.t-ls-lesson-content table.v--two td{
    font-size:var(--font-size-sm);
    font-weight:normal;
    line-height:1.5
  }
}

.u-ls-summary {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMTYiIGhlaWdodD0iMzM1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjkxLjUyIDk0LjJhMS45NSAxLjk1IDAgMDAtMi4zOS0xLjE4Yy0uOTIuMjYtMS42MiAxLjItMS4yOSAyLjJhMS45NSAxLjk1IDAgMDAyLjQgMS4xOCAyLjI0IDIuMjQgMCAwMDEuMjgtMi4yek0zMTUuNDQgMjQ0LjA1YTEuOTUgMS45NSAwIDAwLTIuNC0xLjE4Yy0uOTEuMjYtMS42MSAxLjE5LTEuMjggMi4yYTEuOTUgMS45NSAwIDAwMi40IDEuMThjLjkxLS4yNiAxLjYxLTEuMTkgMS4yOC0yLjJ6TTIyNi42OSAxNDUuN2ExLjk1IDEuOTUgMCAwMC0yLjQtMS4xOGMtLjkxLjI2LTEuNjEgMS4yLTEuMjggMi4yYTEuOTUgMS45NSAwIDAwMi4zOSAxLjE4Yy45Mi0uMjUgMS42Mi0xLjE5IDEuMjktMi4yek0yNjIuMTcgMTY5LjU0YTEuOTUgMS45NSAwIDAwLTIuNC0xLjE4Yy0uOTEuMjYtMS42MSAxLjItMS4yOCAyLjJhMS45NSAxLjk1IDAgMDAyLjQgMS4xOWMuOTEtLjI2IDEuNDMtMS4xNSAxLjI4LTIuMjF6TTI4My4zOCAyMDYuMjNhMS45NSAxLjk1IDAgMDAtMi40LTEuMTdjLS45MS4yNS0xLjYxIDEuMTktMS4yOCAyLjJhMS45NSAxLjk1IDAgMDAyLjQgMS4xOGMuODYtLjQzIDEuNTUtMS4zNiAxLjI4LTIuMjF6TTMwNy41NyAyNTkuNzJhMS45NSAxLjk1IDAgMDAtMi40LTEuMThjLS45MS4yNi0xLjYgMS4yLTEuMjggMi4yYTEuOTUgMS45NSAwIDAwMi40IDEuMTljMS4xLS4zMSAxLjU2LTEuMzcgMS4yOC0yLjIxek0xNTguMzQgMjAxLjkyYTEuOTUgMS45NSAwIDAwLTIuMzktMS4xOGMtLjkyLjI2LTEuNjIgMS4yLTEuMjggMi4yYTEuOTUgMS45NSAwIDAwMi4zOSAxLjE4Yy45MS0uMjYgMS4zOC0xLjMgMS4yOC0yLjJ6TTIzMy4xIDIzNS40M2ExLjk1IDEuOTUgMCAwMC0yLjM4LTEuMThjLS45Mi4yNi0xLjYyIDEuMi0xLjI5IDIuMjFhMS45NSAxLjk1IDAgMDAyLjQgMS4xOGMuOTEtLjI2IDEuNjEtMS4yIDEuMjgtMi4yMXpNNC40NiAzMjkuMzFhMS45NSAxLjk1IDAgMDAtMi40LTEuMTdjLS45MS4yNS0xLjYxIDEuMTktMS4yOCAyLjJhMS45NSAxLjk1IDAgMDAyLjQgMS4xOGMuOTEtLjI2IDEuNDMtMS4xNCAxLjI4LTIuMnpNOTcuNDcgMjc0Ljg3Yy44LS42IDEuNDMtMS4xNCAxLjk0LTIuMDMuNDUtLjQ5LjYtMS4yNy45OC0xLjkzLjI2LS40NC4wOS0uOTUtLjI2LTEuNC0uMDUtLjE3LS4zLS4yOS0uMzUtLjQ2bC0uMS0uMzRjLS4xOC0uNS0uNDctLjgtLjk1LTEuMDMtMS41NC0xLjA0LTMuMTQtMi4yNS00Ljk1LTIuODZhMy42IDMuNiAwIDAwLTIuNzQuMjJjLS44Ni40Mi0xLjQ4Ljk3LTEuODcgMS42My0uMjYuNDQtLjY0IDEuMS0uNzIgMS41bC0uMjIgMS4xNmE3LjMxIDcuMzEgMCAwMC4xMyAzLjQ3Yy4xMS4zNC4yOC44NS41NyAxLjEzYTMgMyAwIDAwMS4xMi45OGMuNTQuNCAxLjQ0LjcgMi4yOC44NCAxLjAzLjA4IDIuMDYuMTYgMy4xNy0uMTVhOS4wNiA5LjA2IDAgMDAxLjk3LS43M3ptLTMuODEtMi40NGMtLjE5LjA1LS40My0uMDctLjguMDMtLjE4LjA1LS4yMy0uMTEtLjQyLS4wNi0uMTguMDUtLjI0LS4xMi0uMjktLjNsLS4wNi0uMTYtLjA1LS4xNy0uMTctLjVjLjA4LS40LS4wMy0uNzMuMDQtMS4xMi4wNy0uNC4zMy0uODMuMzUtMS40bC4yNi0uNDNzLjE4LS4wNi4xMy0uMjJsLjIzLjExYzEuMi42IDIuMjcgMS40IDMuNTIgMi4xNmwtLjUyLjg4Yy0uMTMuMjItLjMxLjI3LS40NC41LS4zMS4yNi0uNS4zMS0uODYuNDJsLS45Mi4yNnpNMjY2LjkzIDI3MS41OGMtLjE3LS41LS41My0uNzgtMS4xMi0uOTgtLjYtLjItMS4xNC0uMjQtMS44OC0uMDQtMi45Ny42NS01Ljc2IDEuMDYtOC43NCAxLjctMS4yMi4zNS0yLjIyIDEuMzctMS44OCAyLjM5LjMzIDEuMDIgMS41MyAxLjQzIDIuOTkgMS4wMiAyLjk4LS42NSA1LjcxLTEuMjMgOC43NS0xLjdsLjI0LS4wN2MxLjIyLS4zNCAxLjkxLTEuNDcgMS42NC0yLjMyeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNjMuNCAyNzcuMzFjLS41LTEuNTItLjk1LTIuODctMS40NC00LjQtLjIyLS42Ny0uNDUtMS4zNS0uNTQtMi4yNGE1LjU4IDUuNTggMCAwMS0uMzctMS43NGwtLjEtLjM0Yy4wMS0uNTYtLjEtLjktLjYzLTEuMy0uMy0uMjktLjc3LS41My0xLjM4LS41NC0uNi0uMDEtLjk4LjA5LTEuNDIuNTgtLjMxLjI3LS41Ny43MS0uNTkgMS4yNy0uMDEuNTYuMTUgMS4wNy4xMyAxLjYzbC4zOSAxLjE4Yy4yMi42OC4yNiAxLjQuNDggMi4wOGwxLjQ5IDQuNTdhMS45NSAxLjk1IDAgMDAyLjM5IDEuMTdjMS4yMS4wMyAxLjkxLS45IDEuNTgtMS45MnpNMjQ2LjY4IDMyNC4xOGMtLjA2LS4xNy0uMzYtLjQ2LS41NC0uNC0uMTguMDQtLjUuMzItLjQ0LjQ4LjA1LjE3LjM1LjQ2LjUzLjQuMTktLjA0LjUtLjMxLjQ1LS40OHpNMjU2LjkgMzE2LjRjLS4wNS0uMTYtLjM0LS40NS0uNTMtLjQtLjE4LjA2LS41LjMzLS40NC41LjA2LjE3LjM1LjQ1LjU0LjQuMTgtLjA1LjUtLjMyLjQ0LS41ek0zMDMuNTggMjI3LjUyYy0uMDYtLjE3LS4zNS0uNDYtLjU0LS40LS4xOC4wNC0uNS4zMi0uNDQuNDkuMDYuMTcuMzUuNDUuNTMuNC4xOS0uMDUuNS0uMzIuNDUtLjV6TTEwMC4wMyAxOTguNDljLS4wNi0uMTctLjM1LS40Ni0uNTQtLjQtLjE4LjA1LS41LjMyLS40NC40OS4wNi4xNy4zNS40NS41My40LjE5LS4wNS41Ni0uMTUuNDUtLjV6TTc2LjIxIDIwOS43N2MtLjA1LS4xNy0uMzUtLjQ2LS41My0uNC0uMTkuMDQtLjUuMzEtLjQ0LjQ4LjA1LjE3LjM1LjQ2LjUzLjQuMTgtLjA0LjUtLjMxLjQ0LS40OHpNNzQuMSAyMjQuMmMtLjA1LS4xNy0uMzUtLjQ2LS41My0uNC0uMTkuMDUtLjUuMzItLjQ0LjQ5LjA1LjE3LjM1LjQ1LjUzLjQuMTktLjA1LjUtLjMyLjQ0LS41ek05Ni4wMiAyMjYuMThjLS4wNS0uMTctLjM1LS40NS0uNTMtLjQtLjE5LjA1LS41LjMyLS40NC41LjA1LjE2LjM1LjQ1LjUzLjQuMTgtLjA2LjU1LS4xNi40NC0uNXpNODguODggMjEwLjQ3Yy0uMDUtLjE3LS4zNS0uNDYtLjUzLS40LS4xOS4wNC0uNS4zMi0uNDQuNDkuMDUuMTYuMzUuNDUuNTMuNC4xOC0uMDUuNTUtLjE1LjQ0LS41ek0yNTYuNjYgMzA2Ljg3Yy0uMDYtLjE3LS4zNS0uNDUtLjU0LS40LS4xOC4wNS0uNS4zMi0uNDQuNS4wNi4xNi4zNS40NS41NC40LjE4LS4wNS41LS4zMy40NC0uNXpNMjY4LjEyIDMzMy4zOGMtLjA2LS4xNy0uMzUtLjQ2LS41My0uNC0uMTkuMDQtLjUuMzItLjQ1LjQ5LjA2LjE2LjM1LjQ1LjU0LjQuMTgtLjA1LjU1LS4xNS40NC0uNXpNMjYxLjQ3IDMzNC41Yy0uMDYtLjE3LS4zNS0uNDUtLjU0LS40LS4xOC4wNS0uNS4zMi0uNDQuNDkuMDYuMTcuMzUuNDYuNTMuNC4xOS0uMDUuNS0uMzIuNDUtLjQ5ek0yNjguMjMgMzI0LjQ5Yy0uMDYtLjE3LS4zNS0uNDYtLjU0LS40LS4xOC4wNS0uNS4zMi0uNDQuNDkuMDYuMTcuMzUuNDUuNTQuNC4xOC0uMDUuNTUtLjE1LjQ0LS41ek0yODAuMDIgMzE4LjhjLS4wNi0uMTgtLjM1LS40Ny0uNTQtLjQxLS4xOC4wNS0uNS4zMi0uNDQuNDkuMDYuMTcuMzUuNDYuNTMuNC4xOS0uMDUuNS0uMzIuNDUtLjQ5ek0yODUuOTMgMTA5LjZBMi40IDIuNCAwIDAwMjgzIDEwOGMtMS4yOC4zNi0yLjExIDEuNTItMS43MyAyLjdhMi40IDIuNCAwIDAwMi45MyAxLjU4YzEuMjktLjM2IDIuMTEtMS41MSAxLjczLTIuN3pNMjU3LjMzIDMyNS40M2MtLjE2LS41LS42NC0uNzQtMS4yLS41OS0uNTUuMTYtLjguNi0uNjQgMS4xLjE3LjUxLjY0Ljc1IDEuMi42LjU1LS4xNi43NS0uNzcuNjQtMS4xek05NC4zIDE4OS41N2MtLjE2LS41LS42NC0uNzQtMS4yLS41OC0uNTQuMTUtLjguNi0uNjQgMS4xLjE3LjUuNjUuNzQgMS4yLjU5LjU1LS4xNi44LS42LjY0LTEuMXpNMTA3LjggMjE3LjM2Yy0uMTctLjUxLS42NS0uNzUtMS4yLS42LS41Ni4xNi0uODEuNi0uNjUgMS4xMS4xNy41LjY1Ljc0IDEuMi41OS41NS0uMTYuOC0uNi42NC0xLjF6TTIxNy41NiAyMTMuMDJjLS4xNi0uNS0uNjQtLjc0LTEuMi0uNTktLjU0LjE2LS44LjYtLjYzIDEuMS4xNi41MS42NC43NSAxLjIuNi41NC0uMTYuOC0uNi42My0xLjF6TTI3Ni44IDg4LjMzYTUuMzggNS4zOCAwIDAwLTYuNS0zLjM0Yy0yLjc2Ljc3LTQuNTUgMy4zLTMuNjYgNmE1LjM5IDUuMzkgMCAwMDYuNSAzLjM1YzIuNzEtLjk0IDQuNS0zLjQ3IDMuNjctNnpNMjMyLjA0IDIuM0MyMzEuNi45MyAyMzAuMTEuMDYgMjI4LjQ2LjUyYy0xLjQ3LjQxLTIuNDMgMS43OS0xLjkzIDMuMy40NCAxLjM2IDEuOTMgMi4yMyAzLjU4IDEuNzcgMS40Mi0uNTggMi4xOS0xLjkgMS45My0zLjN6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 19.625rem, 20.875rem;
  background-position: right 1.75rem bottom;
  font-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556;
}

.u-ls-summary > h2 {
  font-size:var(--font-size-2xl);
  font-weight:bold;
  line-height:1.15;
  letter-spacing:-.5px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 48rem) {
  .u-ls-summary {
    background-image: none;
  }
}

.u-ls-summary::before {
  content: '';
  position: absolute;
  display: block;
  left: 4rem;
  top: 0;
  border: 1.875rem solid transparent;
  border-bottom: 1.875rem solid #0F0F10;
  transform: translate(-50%, -100%);
}

.u-ls-summary ul {
  margin: 0;
}

.u-ls-summary ul:not(.v--bullet) {
  list-style-type: none;
}

.u-ls-summary ul:not(.v--green-tick) {
  padding: 0 0 0 -1px;
}

.u-ls-summary ul.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;
}

.u-ls-summary ul.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;
}

.u-ls-summary ul.v--tick.v--blue .c-list__item::before {
  width: 16px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='28' viewBox='0 0 17 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.6 10.3-5.2 5.1-2-2c-.3-.3-.7-.4-1-.3a1 1 0 0 0-.9.8c0 .4 0 .8.3 1l2.8 2.8a1.1 1.1 0 0 0 1.6 0l6-5.9c.3-.2.4-.6.3-1a1 1 0 0 0-.8-.8c-.4 0-.8 0-1 .3Z' fill='%2306F'/%3E%3C/svg%3E");
  margin-top: 1px;
  margin-left: -24px;
}

.u-ls-summary ul.v--tick.v--white .c-list__item::before {
  width: 24px;
  height: 28px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY0XzQxNzgyKSI+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTcgMTIuMTEgMy45NzMgNCA3LjUyNy05Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNjRfNDE3ODIiPjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgeD0iLjUiIHk9Ii4xMDkiIGZpbGw9IiNmZmYiIHJ4PSIxMiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
  margin-top: 1px;
  margin-left: -28px;
}

.u-ls-summary ul.v--tick.v--small .c-list__item::before {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzU0NF8xNzM2KSI+PHBhdGggc3Ryb2tlPSIjMUIxQjIwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42NjciIGQ9Im01LjQxNyAxMCAzLjMxIDMuMzM0TDE1IDUuODM0Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNTQ0XzE3MzYiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
  margin-top: 0;
  margin-left: -24px;
}

.u-ls-summary ul.v--green-tick .c-list__item::before {
  content: "";
  display: block;
  width: 24px;
  height: 32px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwQTQ0OSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuODA3NiAyMi44NzNDNS44ODkxNiAyMi44NzMgMSAxNy45ODM5IDEgMTIuMDY1NCAxIDYuMTQ2OTcgNS44ODA4NiAxLjI1NzgxIDExLjc5OTMgMS4yNTc4MWM1LjkxODUgMCAxMC44MTU5IDQuODg5MTYgMTAuODE1OSAxMC44MDc1OSAwIDUuOTE4NS00Ljg4OTEgMTAuODA3Ni0xMC44MDc2IDEwLjgwNzZabS0xLjMyODEtNS4zNzg5Yy4zMDcxIDAgLjU3MjctLjE0MTEuNzcyLS40NDgybDUuNTc4MS04Ljc0MDcyYy4xMjQ1LS4xODI2Mi4yMzI0LS40MDY3NC4yMzI0LS42MDU5NiAwLS40Mzk5NC0uMzkwMS0uNzEzODctLjc5NjktLjcxMzg3LS4yNDA3IDAtLjQ4MTQuMTQxMTEtLjY2NC40MjMzNEwxMC40MzggMTUuNjE4MmwtMi43NDc1Ny0zLjQ0NDljLS4yMTU4Mi0uMjczOS0uNDM5OTQtLjM3MzUtLjcwNTU3LS4zNzM1LS40MDY3NCAwLS43NDcwNy4zMjM3LS43NDcwNy43NjM3IDAgLjIwNzUuMDgzMDEuNDMxNi4yMjQxMi42MDU5bDMuMjA0MTEgMy44ODQ4Yy4yNTczMi4zMTU0LjUwNjM4LjQzOTkuODEzNDguNDM5OVoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: 0.23rem;
  margin-left: -32px;
}

.u-ls-summary ul.v--white-tick .c-list__item::before {
  content: "";
  display: block;
  width: 24px;
  height: 32px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwQTQ0OSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuODA3NiAyMi44NzNDNS44ODkxNiAyMi44NzMgMSAxNy45ODM5IDEgMTIuMDY1NCAxIDYuMTQ2OTcgNS44ODA4NiAxLjI1NzgxIDExLjc5OTMgMS4yNTc4MWM1LjkxODUgMCAxMC44MTU5IDQuODg5MTYgMTAuODE1OSAxMC44MDc1OSAwIDUuOTE4NS00Ljg4OTEgMTAuODA3Ni0xMC44MDc2IDEwLjgwNzZabS0xLjMyODEtNS4zNzg5Yy4zMDcxIDAgLjU3MjctLjE0MTEuNzcyLS40NDgybDUuNTc4MS04Ljc0MDcyYy4xMjQ1LS4xODI2Mi4yMzI0LS40MDY3NC4yMzI0LS42MDU5NiAwLS40Mzk5NC0uMzkwMS0uNzEzODctLjc5NjktLjcxMzg3LS4yNDA3IDAtLjQ4MTQuMTQxMTEtLjY2NC40MjMzNEwxMC40MzggMTUuNjE4MmwtMi43NDc1Ny0zLjQ0NDljLS4yMTU4Mi0uMjczOS0uNDM5OTQtLjM3MzUtLjcwNTU3LS4zNzM1LS40MDY3NCAwLS43NDcwNy4zMjM3LS43NDcwNy43NjM3IDAgLjIwNzUuMDgzMDEuNDMxNi4yMjQxMi42MDU5bDMuMjA0MTEgMy44ODQ4Yy4yNTczMi4zMTU0LjUwNjM4LjQzOTkuODEzNDguNDM5OVoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: 0.23rem;
  margin-left: -32px;
}

.u-ls-summary ul.v--round .c-list__item {
  counter-increment: numbers-with-background;
}

.u-ls-summary ul.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;
}

.u-ls-summary ul.v--bullet {
  list-style-type: bullet;
}

.u-ls-summary ul{
  list-style-type: none;
}

.u-ls-summary ul li::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: -1.6rem;
  width: 0.8525rem;
  height: 0.625rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGRDAwMCIgZD0iTTExLjMuNDJMNC44NiA2Ljc4bC0yLjUyLTIuNWExLjM4IDEuMzggMCAwMC0yLjMuNjFjLS4xMi40Ni4wMi45Ni4zNiAxLjNMMy45IDkuNjNhMS4zNyAxLjM3IDAgMDAxLjkzIDBsNy40Mi03LjNhMS4zMyAxLjMzIDAgMDAtLjYyLTIuMjZjLS40Ny0uMTItLjk3IDAtMS4zMi4zNXoiLz48L3N2Zz4=");
  margin-top: 0.5em;
}

.t-ls-share-box {
  position: sticky;
  height: 15.625rem;
  top: 120px;
}

@media screen and (max-width: 59.375rem) {
  .t-ls-share-box {
    display: inline-flex;
    position: relative;
    height: auto;
    top: auto;
  }

  .t-ls-share-box li {
    margin-right: 0.625rem;
  }
}

.t-ls-share-hover:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.1);
}

.t-ls-toc-list ul {
  list-style-type: none;
  margin: 0;
  max-width: 18ch;
  padding-inline-start: 0.6875rem;
}

@media screen and (max-width: 61.875rem) {
  .t-ls-toc-list ul {
    max-width: 100%;
  }
}

.t-ls-toc-list ul li {
  margin-bottom: 0.75rem;
  font-size:var(--font-size-xs);
  font-weight:normal;
  line-height:1.28571429;
  font-weight:500;
}

.t-ls-toc-list ul li.b--u-text-lg{
  font-weight:700
}

.t-ls-toc-list ul li:last-child {
  margin-bottom: 0;
}

.t-ls-toc-list ul li::before {
  content: "";
  background-color: #ffd000;
  border-radius: 50%;
  display: block;
  position: absolute;
  margin-left: -11px;
  margin-top: 0.5rem;
  height: 5px;
  width: 5px;
}

.t-ls-toc-list ul li a {
  color: #ffd000;
}

.t-ls-other-lesson {
  width: 31%;
  padding: 1.875rem;
}

@media screen and (max-width: 40.625rem) {
  .t-ls-other-lesson {
    width: 46%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 31.25rem) {
  .t-ls-other-lesson {
    width: 80%;
  }
}

.t-ls-lesson-coming-soon {
  z-index: 90;
}

.t-ls-lesson-coming-soon::before {
  content: "Coming soon";
  position: absolute;
  z-index: 93;
  width: 7.5rem;
  left: 50%;
  transform: translate(-50%, -150%);
  padding: 4px 22px 4px 22px;
  border-radius: 0.875rem;
  background-color: #fff;
  font-size:var(--font-size-2xs);
  font-weight:normal;
  line-height:1.333;
  font-weight:500;
}

.t-ls-lesson-coming-soon::before.b--u-text-lg{
  font-weight:700
}

.t-ls-lesson-coming-soon::before{
  text-align: center;
  color: #ababb0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
}

.t-ls-lesson-coming-soon::after {
  content: "";
  width: 102%;
  height: 100%;
  position: absolute;
  top: 1%;
  left: -1px;
  z-index: 92;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #fff 100%);
}

.t-ls-lesson-coming-soon:hover::before {
  content: "Subscribe!";
  background-color: #ffd000;
  color: #0F0F10;
  transition: 0.25s linear;
}

.u-hd-modal {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
}

.u-hd-modal-content {
  max-width: 63.125rem;
  position: relative;
  top: calc(20% - 105px);
}

.u-ls-subscribe {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("/learn/astronaut.png");
  background-size: contain;
}

@media screen and (max-width: 61.9375rem) {
  .u-ls-subscribe {
    background-image: none;
  }
}

.u-ls-subscribe-checklist {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("/learn/checklist.png");
  background-size: contain;
}

@media screen and (max-width: 1023px) {
  .u-ls-subscribe-checklist {
    background-image: none;
  }
}

.u-ls-cta {
  border-radius: 4px;
  background-color: #f6f6f7;
}

.u-ls-cta a {
  color: #00C057;
}

.u-ls-cta *:last-child {
  margin-bottom: 0;
}

.u-ls-cta-link {
  text-decoration: none;
  color: #2fc774;
  cursor: pointer;
}

.u-ls-subscribe-content {
  max-width: 25.875rem;
}

@media screen and (max-width: 61.9375rem) {
  .u-ls-subscribe-content {
    flex-basis: 83.33333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.u-ls-subscribe-form__input,
input.u-ls-subscribe-form__input {
  padding-left: 3rem;
  border-color: #767581;
}

.u-ls-subscribe-form__input:focus,
input.u-ls-subscribe-form__input:focus {
  border-color: #0F0F10;
}

.u-ls-subscribe-form__input.v--right,
input.u-ls-subscribe-form__input.v--right {
  padding-left: 0.75rem;
  padding-right: 3rem;
}

.u-ls-subscribe-form__email {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 0h19v14H.5V0zm1.6 5.2v7.2h15.8V5L10 9.1l-7.9-4zm0-1.8L10 7.3l7.9-4V1.5H2.1v1.8z" fill="%239898a0"/></svg>');
  background-position: 1.125rem center;
  background-repeat: no-repeat;
}

.u-ls-subscribe-form__email:focus {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 0h19v14H.5V0zm1.6 5.2v7.2h15.8V5L10 9.1l-7.9-4zm0-1.8L10 7.3l7.9-4V1.5H2.1v1.8z" fill="%23000000"/></svg>');
}

.u-ls-subscribe-form__email.v--right {
  background-position: calc(100% - 1.125rem) center;
}

.ls-copy-to-clipboard__content {
  font-family: inherit;
  white-space: pre-line;
  margin: 0;
  color: #000;
}

.ls-copy-to-clipboard__success {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 0;
  width: auto;
  font-size: 1.125rem;
}

.ls-copy-to-clipboard__success__button {
  pointer-events: none;
}

.ls-email-template-listing {
  display: inline-block;
  white-space: initial;
  height: 100%;
}

.ls-email-template-listing__link {
  max-width: 255px;
  height: 100%;
  background-color: #fff;
  color: #0F0F10;
  transition: box-shadow 0.2s ease, top 0.2s ease;
  display: block;
  padding: 24px 30px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  top: 0;
}

.ls-email-template-listing__link:hover {
  text-decoration: none;
  top: -6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.ls-email-template-listing__image {
  width: 40px;
  height: 32px;
  margin-left: 0;
  margin-bottom: 30px;
}

.t-ls-guides__guide__greenbar {
  width: 27px;
  border-radius-top-left: 8px;
  border-radius-bottom-left: 8px;
}

.t-ls-guides__guide__greenbar::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  height: 100%;
  width: 9px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 100%);
  z-index: 1;
}

.t-ls-embedded-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.t-ls-embedded-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-bg-zapier {
  background-color: #ec4d23;
}

.u-bg-jira {
  background-color: #3d85f7;
}

.u-bg-github {
  background-color: #1b1b20;
}

.u-bg-hubspot {
  background-color: #f08162;
}

.hd-integrations-yellowblog {
  z-index: 0;
  max-width: 20%;
  overflow: hidden;
  position: absolute;
  margin: -19% -22%;
}

@media screen and (min-width: 2300px) {
  .hd-integrations-yellowblog {
    max-width: 14%;
    margin: -12% -22%;
  }
}

.hd-integrations-dust {
  z-index: 0;
  max-width: 18%;
  overflow: hidden;
  position: absolute;
  margin: -10% -18%;
}

@media screen and (min-width: 2300px) {
  .hd-integrations-dust {
    max-width: 14%;
    margin: -12% -22%;
  }
}

.hd-integrations-spacepotato {
  z-index: 0;
  max-width: 30%;
  overflow: hidden;
  position: absolute;
  margin: -52% 65%;
}

@media screen and (min-width: 2300px) {
  .hd-integrations-spacepotato {
    max-width: 20%;
    margin: -39% 50%;
  }
}

.hd-integrations-circleblob {
  z-index: 0;
  max-width: 15%;
  overflow: hidden;
  position: absolute;
  margin: -52% 69%;
}

@media screen and (min-width: 2300px) {
  .hd-integrations-circleblob {
    max-width: 15%;
    margin: -39% 55%;
  }
}

.hd-zap-int-blob {
  z-index: 0;
  max-width: 30%;
  overflow: hidden;
  position: absolute;
  margin: -43% -24%;
}

.hd-zap-int-dust {
  z-index: 0;
  max-width: 30%;
  overflow: hidden;
  position: absolute;
  margin: -40% 60%;
}

.hd-integrations-app {
  z-index: 1;
  position: relative;
  max-width: 90%;
}

@media screen and (min-width: 1025px) {
  .hd-integrations-app {
    max-width: 69%;
  }
}

@media screen and (min-width: 2000px) {
  .hd-integrations-app {
    max-width: 50%;
  }
}

.hd-integrations-not-left {
  z-index: 2;
  max-width: 55%;
  overflow: hidden;
  position: absolute;
  margin: -48% -1%;
}

@media screen and (min-width: 1025px) {
  .hd-integrations-not-left {
    max-width: 23%;
    margin: -32% 15%;
  }
}

@media screen and (min-width: 2000px) {
  .hd-integrations-not-left {
    max-width: 20%;
    margin: -24% 24%;
  }
}

.hd-integrations-not-right1 {
  z-index: 2;
  max-width: 55%;
  overflow: hidden;
  position: absolute;
  margin: -57% 47%;
}

@media screen and (min-width: 1025px) {
  .hd-integrations-not-right1 {
    max-width: 23%;
    margin: -40% 62%;
  }
}

@media screen and (min-width: 2000px) {
  .hd-integrations-not-right1 {
    max-width: 20%;
    margin: -32% 56%;
  }
}

.hd-integrations-not-right2 {
  z-index: 2;
  max-width: 55%;
  overflow: hidden;
  position: absolute;
  margin: -32% 47%;
}

@media screen and (min-width: 1025px) {
  .hd-integrations-not-right2 {
    max-width: 23%;
    margin: -23% 62%;
  }
}

@media screen and (min-width: 2000px) {
  .hd-integrations-not-right2 {
    max-width: 20%;
    margin: -17% 56%;
  }
}

.hd-integrations-dust-left {
  z-index: 0;
  max-width: 12%;
  overflow: hidden;
  position: absolute;
  margin: -31% 14%;
}

.hd-integrations-dust-right {
  z-index: 0;
  max-width: 12%;
  overflow: hidden;
  position: absolute;
  margin: -34% 74%;
}

.hd-integrations-line {
  z-index: 0;
  overflow: hidden;
  position: absolute;
  margin: -41% 0%;
}

.hd-integrations-block {
  color: #000;
  text-decoration: none !important;
}

.hd-integrations-decoration {
  z-index: 0;
  max-width: 20%;
  overflow: hidden;
  position: absolute;
  margin: -18% -22%;
}

@media screen and (min-width: 2300px) {
  .hd-integrations-decoration {
    max-width: 7%;
    margin: -3% -15%;
  }
}

.hd-integrations-decoration-yellow {
  z-index: 0;
  max-width: 34%;
  overflow: hidden;
  position: absolute;
  margin: 0% 91%;
}

@media screen and (min-width: 2300px) {
  .hd-integrations-decoration-yellow {
    max-width: 23%;
    margin: 19% 96%;
  }
}

.hd-integrations-app-anim .hd-integrations-app {
  transition: all 0.5s;
  transform: scale(1.3);
  opacity: 0;
}

.hd-integrations-app-anim .hd-integrations-not-left,
.hd-integrations-app-anim .hd-integrations-not-right1,
.hd-integrations-app-anim .hd-integrations-not-right2 {
  transition: all 0.5s;
  transform: translateY(100px);
  opacity: 0;
}

.hd-integrations-app-anim .hd-integrations-not-left {
  transition-delay: 0.5s;
}

.hd-integrations-app-anim .hd-integrations-not-right1 {
  transition-delay: 0.3s;
}

.hd-integrations-app-anim .hd-integrations-not-right2 {
  transition-delay: 0.7s;
}

.hd-integrations-app-anim.v--reveal .hd-integrations-app {
  transform: scale(1);
  opacity: 1;
}

.hd-integrations-app-anim.v--reveal .hd-integrations-not-left,
.hd-integrations-app-anim.v--reveal .hd-integrations-not-right1,
.hd-integrations-app-anim.v--reveal .hd-integrations-not-right2 {
  transform: translateY(0);
  opacity: 1;
}

.t-inner-nav .c-menu__sub {
  counter-reset: section;
  padding: 1rem;
}

.t-inner-nav .c-menu__sub ul {
  list-style: none;
}

.t-inner-nav .c-menu__sub li {
  counter-increment: section;
  padding: 0.5rem;
  margin-bottom: 0;
}

.t-inner-nav .c-menu__sub li::before {
  content: counter(section) ".";
  text-align: right;
  width: 15px;
}

.t-inner-nav .c-menu__sub li:hover {
  background: #f6f6f7;
}

.t-inner-nav__wrapper {
  position: sticky !important;
  top: 0;
  z-index: 1;
}

.t-inner-nav__wrapper.u-is-sticky {
  z-index: 101;
}

.t-inner-nav__wrapper:not(.u-is-sticky) .t-signup-btn {
  opacity: 0;
}

.t-inner-nav__wrapper__inner {
  max-width: 1360px;
  width: 100%;
  height: 92px;
}

.t-inner-nav__wrapper__inner .t-signup-btn {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  background-color: #0F0F10;
  border-color: #0F0F10;
  color: #fff;
  transition: opacity 0.15s linear;
  opacity: 1;
}

.t-inner-nav .v--opened .v--top,
.t-inner-nav.v--has-opened .v--top {
  background: initial !important;
  color: #000 !important;
}

.t-accordion-menu__container,
.t-hp-scrollme {
  display: none;
}

.t-accordion-menu {
  position: relative;
  top: -40px;
  padding-top: 40px;
}

.t-accordion-menu__root__button {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-bottom: none !important;
  margin-bottom: -1px;
}

.t-accordion-menu__root:first-child button {
  border-top: none !important;
}

.t-accordion-menu__root .t-accordion-menu__list {
  display: none;
}

.t-accordion-menu__root.v--opened .t-accordion-menu__list {
  display: block;
}

.t-accordion-menu__toggle {
  background: #e8ffeb;
  line-height: normal;
  border-radius: 20px;
  padding: 5px 15px;
  margin-top: 10px;
  cursor: pointer;
  z-index: 103;
}

.t-accordion-menu__toggle__bar {
  transform: rotate(0);
  opacity: 1;
  transition: transform 0.2s, opacity 0.2s;
}

.t-accordion-menu__toggle__bar:nth-of-type(1) {
  transform-origin: 13.5px 5.5px;
}

.t-accordion-menu__toggle__bar:nth-of-type(3) {
  transform-origin: 15px 10.5px;
}

.t-accordion-menu__toggle.v--disabled {
  pointer-events: none;
}

.t-accordion-menu__toggle[aria-expanded="true"] .t-accordion-menu__toggle__bar:nth-of-type(1) {
  transform: rotate(-45deg);
}

.t-accordion-menu__toggle[aria-expanded="true"] .t-accordion-menu__toggle__bar:nth-of-type(2) {
  opacity: 0;
}

.t-accordion-menu__toggle[aria-expanded="true"] .t-accordion-menu__toggle__bar:nth-of-type(3) {
  transform: rotate(45deg);
}

.t-accordion-menu__container__sticky {
  position: sticky;
  top: 60px;
  height: 0;
  opacity: 0;
  z-index: 10;
}

.t-accordion-menu__container__sticky.u-is-sticky {
  opacity: 1;
}

.t-accordion-menu__list {
  margin: 0 0 20px !important;
}

.t-accordion-menu__list__item {
  border-bottom: 2px solid transparent;
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.t-accordion-menu__list__item.t-active {
  font-weight: bold;
  border-color: #000;
}

@media screen and (max-width: 64rem) {
  .t-desktop-screens,
  .t-inner-nav__wrapper {
    display: none;
  }

  .t-mobile-screens {
    display: block;
  }

  .t-accordion-menu__container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 2000;
  }

  .t-hp-scrollme {
    display: block;
    opacity: 0.666;
  }

  .t-hp-scrollme[hidden] {
    display: none;
  }
}

.t-helpdesk-demo {
  overflow: hidden;
}

.t-helpdesk-demo__signup.u-hidden {
  display: none;
}

.t-helpdesk-demo__signup-block-inner {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.t-helpdesk-demo .swiper-container {
  overflow: visible;
}

.t-helpdesk-demo .swiper-slide {
  padding: 0;
  flex: 0 0 auto;
}

.t-helpdesk-demo .swiper-slide > div:not(.u-w-full) {
  width: auto;
}

.t-helpdesk-demo .swiper-slide > .u-w-full {
  width: 100%;
}

.t-helpdesk-demo .swiper-slide > div {
  height: auto;
}

.t-helpdesk-demo .swiper-slide:hover {
  transform: none;
}

.t-helpdesk-demo-app {
  position: relative;
}

.t-helpdesk-demo-app__screen {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  width: 888px;
}

.t-helpdesk-demo-app__screen img {
  position: absolute;
  top: 0;
  left: 0;
}

.t-helpdesk-demo-app__screen img:not(:first-child) {
  opacity: 0;
}

.t-helpdesk-demo-app__progress {
  width: 100%;
  height: 4px;
}

.t-helpdesk-demo-app__features {
  position: relative;
}

.t-helpdesk-demo .t-ld-transcript:not(.u-h-full) {
  height: 600px;
}

.t-helpdesk-demo #transcript {
  /* Firefox */
  /* Chrome, Edge, and Safari */
}

.t-helpdesk-demo #transcript * {
  scrollbar-width: thin;
  scrollbar-color: black transparent;
}

.t-helpdesk-demo #transcript *::-webkit-scrollbar {
  width: 10px;
}

.t-helpdesk-demo #transcript *::-webkit-scrollbar-track {
  background: transparent;
}

.t-helpdesk-demo #transcript *::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 20px;
  border: 2px solid #f6f6f7;
}

@media screen and (min-width: 64rem) {
  .t-helpdesk-demo__signup {
    margin-bottom: 250px;
  }

  .t-helpdesk-demo__signup-inner {
    margin-bottom: -350px;
    padding-bottom: 100px;
  }

  .t-helpdesk-demo__signup-block-inner {
    z-index: 1;
  }

  .t-helpdesk-demo__products {
    margin-bottom: -350px;
    padding-bottom: 100px;
  }

  .t-helpdesk-demo__products-block {
    z-index: 2;
  }
}

@media screen and (max-width: 1023px) {
  .t-helpdesk-demo__signup-inner {
    max-width: 650px;
  }
}

.t-ctc-hand {
  position: absolute;
  top: -167px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 48rem) {
  .t-ctc-hand {
    display: none;
  }
}

.t-ctc-form-background {
  height: 759px;
  margin-top: -690px;
  position: relative;
  z-index: 1;
}

.t-blog-nav-categories .t-blog-nav-categories--category:hover {
  background-color:var(--color-black-50);
  border-radius:.25rem;
}

.blog-featured-image {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s;
}

.blog-featured-image:hover {
  transform: scale(1.1);
}

.post-grid {
  font-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556;
  display: grid;
  grid-template-columns: 0 1.5rem calc(100% - 3rem) 1.5rem 0;
  grid-row-gap: calc(1rem + 0.5vw);
  width: 100%;
}

@media screen and (min-width: 48rem) {
  .post-grid {
    grid-template-columns: 1rem 3rem calc(100% - 8rem) 3rem 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .post-grid {
    grid-template-columns: minmax(2rem, 2fr) 6rem minmax(30rem, 46rem) 6rem 15.5rem minmax(2rem, 1fr);
  }
}

.post-grid > * {
  grid-column: 3;
  margin-top: 0;
  margin-bottom: 0;
}

.post-grid h2 {
  padding-top:2rem;
}

.post-grid h3 {
  padding-top:1.5rem;
}

.post-grid .post-featured-image {
  grid-column: 2 / span 3;
}

.category-list-item__image-holder {
  height: 12rem;
}

@media screen and (min-width: 48rem) {
  .category-list-item__image-holder {
    height: 20rem;
  }
}

@media screen and (min-width: 64rem) {
  .category-list-item__image-holder {
    width: 384px;
    height: auto;
  }
}

.category-list-item__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: transform 0.35s;
  width: 100%;
}

@media screen and (min-width: 48rem) {
  .category-list-item__image {
    max-width: 100%;
    max-height: auto;
  }
}

@media screen and (min-width: 64rem) {
  .category-list-item__image {
    max-width: 600px;
    max-height: 100%;
  }
}

@media screen and (min-width: 75rem) {
  .category-list-item__image {
    max-width: 380px;
    max-height: 385px;
  }
}

@media screen and (max-width: 767px) {
  .category-list-item__image {
    width: 100%;
    height: auto;
  }
}

.category-list-item__a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: pointer;
}

@media screen and (min-width: 64rem) {
  .category-list-item__details {
    width: calc(100% - 364px);
    min-height: 384px;
  }
}

@media screen and (min-width: 64rem) {
  .category-list-featured-item::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
}

@media screen and (min-width: 64rem) {
  .category-list-featured-item::before {
    padding-top: 40%;
  }
}

.category-list-featured-item__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s;
  height: 100%;
}

.category-list-featured-item:hover .category-list-featured-item__image {
  transform: translate(-50%, -50%) scale(1.1);
}

.category-list-featured-item__a {
  color: inherit;
  min-height: 300px;
}

@media screen and (min-width: 64rem) {
  .category-list-featured-item__a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.category-list-featured-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0.35deg, rgba(0, 0, 0, 0.5) 8.83%, rgba(27, 27, 32, 0.15) 99.29%);
  pointer-events: none;
}

.blog-pagination__item a {
  color: currentColor;
  min-width: 2.25rem;
  padding: 0.3125rem;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  border: 1px solid #d4d4d7;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

@media screen and (min-width: 64rem) {
  .blog-pagination__item a {
    padding: 0.375rem;
    border: none;
  }
}

.blog-pagination__item a:hover {
  background-color: #eee;
  border-color: #eee;
  text-decoration: none;
}

.blog-pagination__item a.v--active {
  background-color: var(--color-green-400);
  font-weight: 500;
  border-color: var(--color-green-400);
  color: var(--color-white);
}

.blog-pagination__item a:active {
  background-color: #e2e2e4;
  border-color: #e2e2e4;
}

.post-share {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin: 3rem auto;
  position: relative;
  flex-wrap: wrap;
  max-width: 30rem;
}

@media screen and (min-width: 64rem) {
  .post-share {
    max-width: none;
  }
}

.post-share__button {
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.15s linear;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  min-width: 123px;
}

.post-share__button:hover {
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 48rem) {
  .post-share__button {
    min-width: 0;
  }
}

.post-share__button svg {
  margin-right: 0.75rem;
}

.post-share__copy__blog {
  opacity: 0;
  display: block;
  position: absolute;
  pointer-events: none;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid black;
  background-color: #f6f6f7;
  transition: opacity 0.2s linear;
  text-align: center;
}

.post-share__copy__blog.v--revealed {
  opacity: 1;
  pointer-events: initial;
}

.t-blog-toc #TableOfContents ul {
  list-style: none;
  padding-left: 20px;
}

.t-blog-toc #TableOfContents ul li {
  color: #06f;
  font-weight: 500;
  line-height: 2;
}

.t-blog-toc #TableOfContents ul li::before {
  content: "👉 ";
  margin-right: 3px;
}

.homepage-tab {
  display: inline-flex;
  font-size:var(--font-size-lg);
  font-weight:normal;
  line-height:1.333;
  letter-spacing:-.1px;
}

.b--u-text-bold.homepage-tab{
  font-weight:700
}

.homepage-tab{
  color:var(--color-black-400);
  align-items: center;
  justify-content: space-around;
  height: 54px;
  width: 24.5%;
}

@media (max-width: 700px) {
  .homepage-tab {
    font-size:var(--font-size-xs);
    font-weight:normal;
    line-height:1.28571429;
    background-color:var(--color-white);
    margin-bottom: 0.5rem;
    border-radius: 4px;
    height: auto;
    width: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.homepage-ping {
  position: relative;
}

.homepage-ping::before,
.homepage-ping::after {
  content: '';
  position: absolute;
  top: 0.36em;
  left: 90%;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #06f;
}

.homepage-ping::before {
  animation: ping 1.7s ease infinite;
  opacity: 0.25;
}

.homepage-tabs-container input[type="radio"] {
  display: none;
}

.homepage-tabs-container input[type="radio"]:checked + label {
  color:var(--color-blue-400);
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}

.homepage-tabs-container input[id="radio-3"].v--reset + .homepage-ping::before,
.homepage-tabs-container input[id="radio-3"].v--reset + .homepage-ping::after {
  transform: scale(0);
  transition-delay: 0.75s;
  animation: ping 1.3s ease;
}

.homepage-tabs-container input[id="radio-1"]:checked ~ .homepage-glider .homepage-glider-box .homepage-glider-bar {
  transform: translateX(0);
}

.homepage-tabs-container input[id="radio-2"]:checked ~ .homepage-glider .homepage-glider-box .homepage-glider-bar {
  transform: translateX(100%);
}

.homepage-tabs-container input[id="radio-3"]:checked ~ .homepage-glider .homepage-glider-box .homepage-glider-bar {
  transform: translateX(200%);
}

.homepage-tabs-container input[id="radio-4"]:checked ~ .homepage-glider .homepage-glider-box .homepage-glider-bar {
  transform: translateX(300%);
}

.homepage-glider-box {
  display: flex;
  width: 100%;
  height: 2px;
}

.homepage-glider-bar {
  display: flex;
  height: 3px;
  width: 25%;
  transition: 0.25s ease-out;
}

@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.t-aeg-txt-describe::-moz-placeholder {
  color:var(--color-black-200);
}

.t-aeg-txt-describe::placeholder {
  color:var(--color-black-200);
}

.t-aeg-cr-btn.v--disabled {
  color: #e9ebe4;
  border: 1px solid #e9ebe4;
}

.t-aeg-cr-btn.v--disabled svg path {
  stroke: #e9ebe4;
}

.t-aeg-cr-btn.v--disabled #t-copy-svg path {
  fill: #e9ebe4;
}

.t-aeg-cr-btn.v--active {
  color:var(--color-black);
  border-color:var(--color-black-150);
}

.t-aeg-cr-btn.v--active:hover {
  background-color:var(--color-black-50);
  cursor: pointer;
}

.t-aeg-cr-btn.v--active svg path {
  stroke: #000;
}

.t-aeg-nr-btn.v--active {
  background-color:var(--color-blue-500);
  color:var(--color-white);
}

.t-aeg-nr-btn.v--active:hover {
  background-color:var(--color-blue-600);
}

.t-aeg-nr-btn.v--unactive {
  background-color:var(--color-white);
  color:var(--color-black);
  border-width: 1px;
  border-style: solid;
  border-color:var(--color-black-150);
}

.t-aeg-nr-btn.v--unactive:hover {
  background-color:var(--color-black-50);
}

.t-aeg-dropdown {
  min-width: 194px;
}

.t-aeg-dropdown-content {
  display: none;
  min-width: 188px;
  z-index: 1;
}

.t-aeg-dropdown-content span:hover {
  background-color:var(--color-black-50);
}

.t-aeg-dropdown.active .t-aeg-dropdown-content {
  display: block;
}

.t-aeg-btn-loading {
  position: relative;
  background-color: #fff;
  color: transparent;
}

.t-aeg-btn-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background-size: 200% 100%;
  animation: t-aeg-btn-loading 1.5s infinite;
  border-radius: 0.5rem !important;
}

@keyframes t-aeg-btn-loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.t-aeg-lv {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.t-aeg-modal {
  z-index: 999;
  background: linear-gradient(100deg, rgba(218, 237, 255, 0.18) 0%, rgba(245, 241, 225, 0.72) 51.56%, rgba(255, 255, 255, 0) 100%, rgba(255, 242, 214, 0.18) 100%), rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
}

.t-aeg-modal.v--green {
  background: linear-gradient(95deg, #105230 0%, #1a2222 110.26%);
}

.t-aeg-modal.v--green .t-aeg-modal-content > div {
  border-radius:1.25rem;
}

@media screen and (min-width: 48rem) {
  .t-aeg-modal.v--green .t-aeg-modal-content > div {
    border-radius:3rem;
  }
}

.t-aeg-modal-content {
  position: relative;
  top: 28px;
  opacity: 1;
}

.t-aeg-modal-content-green {
  background-color:var(--color-green-100);
}

@media screen and (min-width: 64rem) {
  .t-aeg-modal-content-green {
    background: white;
  }
}

.t-wih-toc.t-active > a {
  font-weight:500 !important;
}

.t-wih-toc.t-active > a.b--u-text-lg{
  font-weight:700 !important
}

.t-wih-toc-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cf-lp-table {
    position: sticky;
    top: 60px;
    z-index: 50;
  }
}

@media (min-width: 768px) {
  .cf-lp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .cf-lp-grid > *:last-child {
    grid-column: span 2;
  }
}

.contact-form-tabs {
  border-top: 2px solid white;
  border-bottom: 1px solid #e2e2e4;
}

.contact-form-tab {
  font-size:var(--font-size-xs);
  font-weight:normal;
  line-height:1.28571429;
}

.contact-form-tab.v--active {
  color:var(--color-blue-600)!important;
  font-weight: 500;
  border-bottom-width: 2px;
  border-bottom-color: #0059e1;
}

@media screen and (max-width: 768px) {
  .contact-form-tab {
    font-size:var(--font-size-2xs);
    font-weight:normal;
    line-height:1.333;
  }
}

.contact-form-code pre,
.contact-form-code code {
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  background-color: #f9f9f9;
  overflow-x: auto;
}

.contact-form-code pre * {
  color: inherit !important;
}

.contact-form-tab-content {
  min-height: 390px;
  max-height: 390px;
}

.contact-form-tab-content.v--long {
  overflow-y: scroll;
}

.contact-form-tab-content::-webkit-scrollbar {
  display: none;
}

.contact-form-delete-icon {
  max-width: 24px;
  top: 16px;
  right: -34px;
}

.contact-form-builder-back-button {
  border-color:var(--color-black-150);
}

.contact-form-builder-back-button.v--disabled {
  color:var(--color-black-150)!important;
  border-color:var(--color-black-100)!important;
  cursor: not-allowed;
}

.helpdesk-contact-form * {
  box-sizing: border-box;
}

.helpdesk-contact-form {
  font-family: Arial, sans-serif;
}

.helpdesk-contact-form form {
  background-color: white;
  padding: 32px 32px 24px 32px;
  border-radius: 8px;
  border: 1px solid #e5e5e6;
  width: 100%;
  max-width: 440px;
}

@media screen and (min-width: 768px) {
  .helpdesk-contact-form form {
    width: 440px;
  }
}

.helpdesk-contact-form h2 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px !important;
  letter-spacing: 0.02em;
  margin-top: 0;
}

.helpdesk-contact-form label {
  color: #131317;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
}

.helpdesk-contact-form input,
.helpdesk-contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #c9c9cd;
  background: #fff;
  font-size: 14px;
  box-sizing: border-box;
  font-family: inherit;
}

.helpdesk-contact-form input:focus,
.helpdesk-contact-form textarea:focus {
  border-color: #007bff;
  outline: none;
}

.helpdesk-contact-form ::-moz-placeholder {
  font-family: inherit;
  opacity: 0.7;
}

.helpdesk-contact-form ::placeholder {
  font-family: inherit;
  opacity: 0.7;
}

.helpdesk-contact-form button {
  padding: 8px 16px;
  background-color: #0059e1;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 20px;
  margin-bottom: 32px;
}

.helpdesk-contact-form button:hover {
  background-color: #0052cc;
  border: none;
  color: white;
}

.helpdesk-contact-form .helpdesk-contact-form-footer {
  padding: 0;
  text-align: center;
  font-size: 12px;
  color: #777;
}

.helpdesk-contact-form .helpdesk-contact-form-footer p {
  color: #131317;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
}

.helpdesk-contact-form .helpdesk-contact-form-footer a {
  display: inline-block;
}

.helpdesk-contact-form .helpdesk-contact-form-footer img {
  width: 75px;
  vertical-align: middle;
  margin-left: 4px;
}

@media screen and (max-width: 1023px) {
  .contact-form-tab-preview-tab {
    display: none;
  }
}

.contact-form-tab-preview-tab.v--visible {
  display: block !important;
}

.contact-form-tab-settings-tab.v--hidden {
  display: none !important;
}

.contact-form-modal-link {
  font-size:var(--font-size-xs);
  font-weight:normal;
  line-height:1.28571429;
}

@media screen and (max-width: 768px) {
  .contact-form-modal-link {
    font-size:var(--font-size-2xs);
    font-weight:normal;
    line-height:1.333;
  }
}

html {
  scroll-behavior: smooth;
}

*[id] {
  scroll-margin-block-start: 120px;
}

@media (min-width: 64rem) {
  *[id] {
    scroll-margin-block-start: 90px;
  }
}

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

.t-ai-feates__video {
  border-radius: 24px;
  border: 1px solid #e2e2e4;
}

.t-button-transition {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.t-hdrvs-hero_background {
  background: radial-gradient(farthest-side at top right, #eefdd1, transparent), radial-gradient(farthest-side at bottom left, #7edd92, #fff, transparent), radial-gradient(farthest-side at bottom right, #7edd92, #fff, transparent);
}

@media screen and (min-width: 64rem) {
  .t-hdrvs-hero_background {
    background: radial-gradient(farthest-side at bottom left, #7edd92, transparent 500px), radial-gradient(farthest-side at center, #fff, transparent), radial-gradient(farthest-side at top right, #6ec500, #cdff3f, transparent 900px), radial-gradient(farthest-side at bottom right, #eefdd1, #2aac67, transparent 900px);
  }
}

.t-prefooter-app-img {
  max-width: 34rem;
}

@media screen and (min-width: 1329px) {
  .t-prefooter-app-img {
    max-width: 46rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 1999px) and (max-width: 1328px) {
  .t-prefooter-app-img {
    max-width: 39rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.highlight pre {
  padding: 1rem;
  font-size:var(--font-size-xs);
  font-weight:normal;
  line-height:1.28571429;
  background-color: #f8f8f8 !important;
  overflow: scroll;
  color: #0F0F10 !important;
}

.highlight.reset pre {
  background-color: #fff !important;
  color: #8d8d95 !important;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 12px;
  line-height: 1.4;
  overflow-x: auto;
}

.highlight.reset code {
  background-color: #fff !important;
  color: #8d8d95 !important;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 12px;
  line-height: 1.4;
  overflow-x: auto;
}

blockquote:not(.c-block-quote):not(.c-bq-tab) {
  position: relative;
}

blockquote:not(.c-block-quote):not(.c-bq-tab)::before {
  content: open-quote;
  left: -1ch;
}

blockquote:not(.c-block-quote):not(.c-bq-tab)::after {
  content: close-quote;
}

@media screen and (max-width: 27.375rem) {
  .c-navbar__logo__hdls img {
    height: 20px;
    width: auto;
  }
}

@media screen and (max-width: 22rem) {
  .c-navbar__logo__hdls img {
    height: 15px;
  }
}

.t-gradient-top {
  background-image: linear-gradient(#eee, #fff);
  background-size: 100% 180px;
  background-repeat: no-repeat;
}

/* Homepage */

.hd-zindex {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

/* Features */

#ticket-management,
#simple-communication,
#automation,
#personalization,
#team-collaboration,
#analytics {
  box-shadow: none !important;
}

/* Integrations */

.hd--o-link-block::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Comparison */

.hd-text-mark {
  background-color: #ffd000;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
}

.hd-text-grey {
  color: #595964;
}

.z-index-99 {
  z-index: 99;
}

.z-index {
  z-index: 100;
}

/* Tour */

.t-tour-tickets {
  background: #eeeeef;
  background-image: url('/tour/channels.png');
  background-position: bottom right;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 64rem) {
  .t-tour-tickets {
    background-image: url('/tour/channels-small.png');
    min-height: 300px;
  }
}

@media (max-width: 48rem) {
  .t-tour-tickets {
    background-image: url('/tour/channels.png');
  }
}

@media (max-width: 36rem) {
  .t-tour-tickets {
    background-image: url('/tour/channels-small.png');
  }
}

.c-demo {
  display: flex;
  flex-direction: column;
}

@media (max-width: 68.688rem) {
  .c-demo {
    width: 100%;
  }

  .t-helpdesk-demo .swiper-slide > div:not(.c-demo) {
    width: auto;
  }

  .t-helpdesk-demo .swiper-slide > .c-demo {
    width: 100%;
  }

  .c-demo{
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 68.75rem) {
  .c-demo {
    display: grid;
    grid-template-areas: "gallery categories";
  }
}

@media (min-width: 68.75rem) and (max-width: 81.1875rem) {
  .c-demo {
    grid-template-columns: 83.33333333% 16.66666667%;
  }
}

@media (min-width: 81.25rem) and (max-width: 93.6875rem) {
  .c-demo {
    grid-template-columns: 91.66666667% 16.66666667%;
  }
}

@media (min-width: 93.75rem) {
  .c-demo {
    grid-template-columns: 100% 16.66666667%;
  }
}

.c-demo__gallery {
  grid-area: gallery;
  position: relative;
  width: 99%;
  padding-bottom: 66%;
}

.c-demo__gallery video {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 6px 0 rgba(0, 0, 0, 0.03);
  position: absolute;
  width: 99%;
  height: 100%;
  opacity: 1;
  border-radius: 5px 5px 5px 5px;
}

.c-demo__gallery video[hidden] {
  display: block;
  opacity: 0;
}

.c-demo__titles {
  grid-area: categories;
  display: flex;
  justify-content: center;
  justify-items: center;
}

@media screen and (min-width: 68.75rem) {
  .c-demo__titles {
    margin-left: 2rem;
    flex-direction: column;
  }
}

@media screen and (max-width: 68.688rem) {
  .c-demo__titles ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    width: auto;
    margin-left: -4vw;
    margin-right: -4vw;
    padding-left: 4vw;
    margin-top: 2rem;
  }
}

.c-demo__titles li {
  list-style: none;
  cursor: pointer;
  font-size:var(--font-size-sm);
  font-weight:normal;
  line-height:1.5;
  font-weight:500;
}

.c-demo__titles li.b--u-text-lg{
  font-weight:700
}

@media screen and (max-width: 68.688rem) {
  .c-demo__titles li {
    width: auto;
    font-size:var(--font-size-xs);
    font-weight:normal;
    line-height:1.28571429;
    font-weight:500;
  }

  .c-demo__titles li.b--u-text-lg{
    font-weight:700
  }

  .c-demo__titles li{
    padding: 18px 21px;
    flex: none;
    background: #f6f6f7;
    border-radius: 0.5rem;
    scroll-snap-align: center;
    margin-right: 12px;
  }

  .c-demo__titles li.v--active {
    background-color: #ffd000;
  }
}

@media (min-width: 68.75rem) {
  .c-demo__titles li {
    position: relative;
    padding-bottom: 18px;
    font-style: normal;
    font-weight: normal;
    font-size:var(--font-size-xs);
    font-weight:normal;
    line-height:1.28571429;
    color: #8d8d95;
    transition: border 0.3s;
  }

  .c-demo__titles li::before {
    content: "";
    display: inline-block;
    margin-left: -17px;
    margin-right: 10px;
    margin-bottom: 2px;
    vertical-align: middle;
    background: #767680 content-box;
    border: 1px solid #767680;
    padding: 3px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
  }

  .c-demo__titles li:not(:last-child)::after {
    display: inline-block;
    position: absolute;
    content: "";
    border-top: 1px solid #767680;
    width: 22px;
    left: -24px;
    transform: rotate(90deg);
    margin-top: 30px;
  }

  .c-demo__titles li.v--active {
    font-size:var(--font-size-xs);
    font-weight:normal;
    line-height:1.28571429;
    font-weight:500;
  }

  .c-demo__titles li.v--active.b--u-text-lg{
    font-weight:700
  }

  .c-demo__titles li.v--active{
    color: #0066FF;
  }

  .c-demo__titles li.v--active::before {
    background: #0066FF;
    border: 1px solid #0066FF;
  }

  .c-demo__titles li:hover {
    color: #0F0F10;
    font-size:var(--font-size-xs);
    font-weight:normal;
    line-height:1.28571429;
    font-weight:500;
  }

  .c-demo__titles li:hover.b--u-text-lg{
    font-weight:700
  }

  .c-demo__titles li:hover{
    text-decoration: none;
  }

  .c-demo__titles li video {
    display: none;
  }

  .c-demo__titles li span {
    display: none;
  }
}

.c-demo__titles li video {
  margin-top: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 6px 0 rgba(0, 0, 0, 0.03);
}

.c-demo__button.v--desktop {
  display: block;
}

@media screen and (max-width: 68.75rem) {
  .c-demo__button.v--desktop {
    display: none;
  }
}

.c-demo__button.v--mobile {
  display: none;
}

@media screen and (max-width: 68.75rem) {
  .c-demo__button.v--mobile {
    display: block;
  }
}

.c-demo__button::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNiAxMi4zVjEuN200IDYuNWwtNCA0IDQtNHptLTQgNGwtNC00IDQgNHoiIHN0cm9rZT0iIzA2RiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 1.8px;
  margin-left: 2px;
}

.c-demo__button.v--arrow-top::after {
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 2px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSAxdjEwLjVtNC4yLTYuNEw1IDFsNCA0ek01IDFMMSA1bDQtNHoiIHN0cm9rZT0iIzA2RiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
}

.c-demo__bullets {
  display: none;
}

@media screen and (max-width: 68.688rem) {
  .c-demo__bullets {
    display: flex;
  }
}

.c-demo__bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #d4d4d7;
  margin: 0 0.5rem;
}

.c-demo__bullet.v--active {
  background-color: #0066FF;
}

.c-demo__progress {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 99%;
  height: 4px;
  background: linear-gradient(90deg, #0066FF var(--progress), #f6f6f7 0);
  transition: all 0.2s linear;
  border-radius: 0 0 40px 40px;
}

/* Comparison - Table */

.hd--comparison-table__row,
.hd--comparison-table__head {
  border-bottom: 1px solid #f6f6f7;
  align-items: center;
}

@media screen and (min-width: 48rem) {
  .hd--comparison-table__row,
  .hd--comparison-table__head {
    display: flex;
  }
}

.hd--comparison-table__row > div,
.hd--comparison-table__head > div {
  flex: 1;
  text-align: center;
  padding: 0.5rem;
}

@media screen and (max-width: 48rem) {
  .hd--comparison-table__row,
  .hd--comparison-table__head {
    display: grid;
    grid-template-columns: 1fr 5rem 5rem;
    margin-left: -20px;
    margin-right: -20px;
    grid-template-areas: "feature helpdesk zendesk" "desc desc desc";
  }

  .hd--comparison-table__row > div,
  .hd--comparison-table__head > div {
    padding: 1rem 0.5rem;
  }
}

.hd--comparison-table__row > div:nth-child(1),
.hd--comparison-table__head > div:nth-child(1) {
  flex: 2;
  text-align: left;
  padding: 1.5rem;
}

@media screen and (max-width: 48rem) {
  .hd--comparison-table__row > div:nth-child(1),
  .hd--comparison-table__head > div:nth-child(1) {
    padding: 1rem 1rem;
  }
}

.hd--comparison-table__head {
  position: sticky;
  top: 90px;
  background: #fff;
  z-index: 10;
}

@media screen and (max-width: 48rem) {
  .hd--comparison-table__head {
    top: 60px;
  }
}

.hd--comparison-table__row {
  transition: box-shadow 0.3s;
  cursor: pointer;
  flex-wrap: wrap;
}

@media screen and (max-width: 48rem) {
  .hd--comparison-table__row > div:not(:first-child) p {
    font-size: 14px !important;
  }

  .hd--comparison-table__row > div:first-child {
    display: contents;
  }

  .hd--comparison-table__row > div:first-child p {
    font-size: 16px;
  }

  .hd--comparison-table__row > div:first-child > div:last-child {
    grid-area: desc;
    padding: 0 1rem 1.5rem;
  }
}

.hd--comparison-table__row:hover {
  box-shadow: 0 16px 64px rgba(0, 0, 0, 0.08);
}

.hd-image-checkmark {
  width: 36px;
}

@media screen and (max-width: 48rem) {
  .hd-image-checkmark {
    width: 24px;
  }
}

.hd-image-arrow-down {
  max-width: 24px;
  margin-left: 1rem;
}

@media screen and (max-width: 48rem) {
  .hd-image-arrow-down {
    margin-left: auto;
    margin-right: 1rem;
  }
}

.o-hd-arrowtext {
  display: flex;
}

@media screen and (max-width: 48rem) {
  .o-hd-arrowtext p {
    font-weight: normal;
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hd-image-hdzd {
  width: 96px;
  transform: translate(0, -90px);
}

.hd-zendesk-decoration1 {
  z-index: 0;
  max-width: 35%;
  overflow: hidden;
  position: absolute;
  margin: 0% 95%;
}

.hd-zendesk-decoration2 {
  z-index: 0;
  max-width: 35%;
  overflow: hidden;
  position: absolute;
  margin: -15% -44%;
}

.hd-zendesk-decoration3 {
  z-index: 0;
  max-width: 35%;
  overflow: hidden;
  position: absolute;
  margin: 69% 95%;
}

.hd-zendesk-decoration4 {
  z-index: 0;
  max-width: 60%;
  overflow: hidden;
  position: absolute;
  margin: -11% -63%;
}

.hd-zendesk-decoration5 {
  z-index: 0;
  max-width: 30%;
  overflow: hidden;
  position: absolute;
  margin: 20% 105%;
}

.hd-zendesk-decoration6 {
  z-index: 0;
  max-width: 40%;
  overflow: hidden;
  position: absolute;
  margin: -5% -51%;
}

.hd-zendesk-decoration7 {
  z-index: 0;
  max-width: 38%;
  overflow: hidden;
  position: absolute;
  margin: 40% 96%;
}

.hd-zendesk-decoration8 {
  z-index: 0;
  max-width: 38%;
  overflow: hidden;
  position: absolute;
  margin: -40% 90%;
}

.hd-zendesk-chart {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  max-width: 787px;
}

.hd-bg-zdcomparison {
  background: #f6f6f7;
  background-image: url("/comparison/zendesk-helpdesk/money1.svg"), url("/comparison/zendesk-helpdesk/money2.svg"), url("/comparison/zendesk-helpdesk/money3.svg"), url("/comparison/zendesk-helpdesk/money4.svg"), url("/comparison/zendesk-helpdesk/money5.svg"), url("/comparison/zendesk-helpdesk/money6.svg");
  background-position: top 20px right 10px, top 230px left 200px, top 520px left -30px, top 690px right 160px, bottom 650px right 120px, bottom 840px left 150px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

@media screen and (max-width: 64rem) {
  .hd-bg-zdcomparison {
    background-image: none;
  }
}

.hd-bg-zdcomparison-tour {
  height: auto;
  background: #00c057;
  background-image: url("/comparison/zendesk-helpdesk/green-bg.svg");
  background-size: 100%;
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
}

.hd-bg-zdcomparison-family {
  background-image: url("/comparison/zendesk-helpdesk/family-left.svg"), url("/comparison/zendesk-helpdesk/family-right.svg");
  background-position: top 10px left -190px, top -10px right -220px;
  background-repeat: no-repeat, no-repeat;
}

@media screen and (max-width: 75rem) {
  .hd-bg-zdcomparison-family {
    background: none;
  }
}

/* Comparison - Table */

.hd-details-green {
  background-color: rgba(235, 249, 241, 0.5);
}

/* Modal */

.c-modal {
  position: fixed;
  z-index: 2147483640;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
}

.c-modal.is-open {
  opacity: 1;
  pointer-events: initial;
}

.c-modal--overlay,
.c-modal {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(27, 27, 32, 0.25);
}

.c-modal--overlay {
  position: absolute;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 48rem) {
  .c-modal--overlay {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.c-modal--dialog {
  width: 100%;
  overflow: auto;
  position: relative;
  cursor: default;
  padding: 40px 30px;
}

@media (min-width: 48rem) {
  .c-modal--dialog {
    width: calc(100% - 40px);
  }
}

.c-modal--close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  background-color: transparent;
}

.c-link-overlay {
  position: relative;
}

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

@media screen and (max-width: 48rem) {
  .t-home-swiper {
    padding-bottom: 90px;
  }

  .t-home-swiper .swiper-next,
  .t-home-swiper .swiper-prev {
    top: auto;
    bottom: 0;
  }
}

.t-home-swiper .swiper-next,
.t-home-swiper .swiper-prev {
  width: 50px !important;
  height: 50px !important;
}

.t-home-swiper .swiper-next img,
.t-home-swiper .swiper-prev img {
  width: 50px !important;
  height: 50px !important;
}

.u-text-highlight {
  width: -moz-max-content;
  width: max-content;
  background-size: 200% auto;
  background-position: 0% 0;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.u-text-highlight.v--accent {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #ffd000 50%);
}

.u-text-highlight.v--white {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #fff 50%);
}

.u-text-highlight.v--active {
  animation-name: text-highlight;
  animation-duration: 0.75s !important;
  transition-duration: 0.75s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes text-highlight {
  from {
    background-position: 0% 0;
  }

  to {
    background-position: -100% 0;
  }
}

@media screen and (max-width: 64rem) {
  .customer-stories-graph-hand {
    transform: rotate(90deg);
  }
}

.block-product-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.block-product-banner.v--helpdesk {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 928 186'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='928' height='186' rx='12' fill='%23F3FCF4'/%3E%3Cpath d='M192.2-242c44.6-56 155.4-25.8 252.7 26 199.3 106.2 151.7 297.5 34.9 423-19.7 21.2-109.8 94.4-223.2 78.3C218 280-3 201.3 28.7 93.8 60.6-13.6 176 60.5 218-25c54.3-110.5-111-110.1-25.7-217Z' fill='%23E4F4ED'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='928' height='186' rx='12' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.block-product-banner.v--livechat {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 928 186'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='928' height='186' rx='12' fill='%23FFF9ED'/%3E%3Cpath d='M548.7 121.4c-60-86-261.9 61.4-329.4 77.3C151.8 214.7-4.2 152 80.4 5.4 165.1-141.2 353-32.8 461.7-48.8c108.8-16 148.3-110 257.1-47 113.3 65.3 51.8 203.6 16.7 232.5-39.2 32.2-126.7 70.9-186.8-15.3Z' fill='%23FFF2D6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='928' height='186' rx='12' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.block-product-banner.v--chatbot {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 928 186'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='928' height='186' rx='12' fill='%23F4FAFF'/%3E%3Cpath d='M363.4 203.4C472 254.3 587.4-7 645.2-61.3c57.7-54.3 247.9-81.5 247.9 112C893 244 645 244 546.7 322c-98.5 78-83.9 193.4-227.5 193.4-149.4 0-167.6-172-149.4-220.5 20.4-54.3 84.9-142.5 193.6-91.6Z' fill='%23DAEDFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='928' height='186' rx='12' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.block-product-banner.v--knowledgebase {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 928 186'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='928' height='186' rx='12' fill='%23FAF8FF'/%3E%3Cpath d='M392.6 145C220.7 126 204.4-2.1 114.3 10.5 28.8 22.3 14 122.7 26.3 210.6c12 86.9 85.7 191.2 154.4 242 85.4 63.3 162.4 71.8 269.7 57.5 97.3-13 318.4-170 238.5-304.7-69.6-117.2-197.7-49.4-296.3-60.3Z' fill='%23EEE8FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='928' height='186' rx='12' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.b--u-border-black-40 {
  border: #eeeeef;
  border-width: 1px;
  border-style: solid;
}

@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: #FFF2D6;
  --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","Noto Sans",sans-serif;
  color:var(--color-black);
  font-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556
}

body:lang(ar){
  font-family:"Noto Sans Arabic","Noto Sans",sans-serif
}

body:lang(cn){
  font-family:"Noto Sans SC","Noto Sans",sans-serif
}

body:lang(jp){
  font-family:"Noto Sans JP","Noto Sans",sans-serif
}

body:lang(th){
  font-family:"Noto Sans Thai","Noto Sans",sans-serif
}

body:lang(ru,vi){
  font-family:"Noto Sans",sans-serif
}

::-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--c-btn{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-family:inherit;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  white-space:nowrap;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  border-width:2px;
  border-style:solid;
  line-height:normal;
  text-decoration:none;
  font-weight:500;
  border-radius:.5rem;
  transition:background .2s,color .2s,border .2s;
  cursor:pointer;
  font-size:var(--font-size-base);
  height:3rem;
  padding-left:1.5rem;
  padding-right:1.5rem
}

.b--c-btn:focus{
  outline:.15em solid var(--color-yellow-400)
}

.b--c-btn.b--c-btn--loading{
  cursor:progress
}

.b--c-btn--sm{
  font-size:var(--font-size-sm);
  height:2.25rem;
  padding-left:1.5rem;
  padding-right:1.5rem
}

.b--c-btn--lg{
  font-size:var(--font-size-base);
  height:3.75rem;
  padding-left:2rem;
  padding-right:2rem
}

.b--c-btn--xl{
  font-size:var(--font-size-lg);
  height:4rem;
  padding-left:2rem;
  padding-right:2rem
}

.b--c-btn--red{
  background-color:var(--color-red-500);
  border-color:var(--color-red-500);
  color:var(--color-white)
}

.b--c-btn--red:hover{
  background-color:var(--color-red-600);
  border-color:var(--color-red-600)
}

.b--c-btn--red:active{
  background-color:var(--color-red-700);
  border-color:var(--color-red-700)
}

.b--c-btn--blue{
  background-color:var(--color-blue-500);
  border-color:var(--color-blue-500);
  color:var(--color-white)
}

.b--c-btn--blue:hover{
  background-color:var(--color-blue-600);
  border-color:var(--color-blue-600)
}

.b--c-btn--blue:active{
  background-color:var(--color-blue-700);
  border-color:var(--color-blue-700)
}

.b--c-btn:disabled{
  background-color:var(--color-black-100);
  border-color:var(--color-black-100);
  color:var(--color-white);
  cursor:not-allowed
}

.b--c-btn--black{
  background-color:var(--color-black);
  border-color:var(--color-black);
  color:var(--color-white)
}

.b--c-btn--black:hover{
  background-color:var(--color-black-700);
  border-color:var(--color-black-700)
}

.b--c-btn--black:active{
  background-color:var(--color-black-600);
  border-color:var(--color-black-600)
}

.b--c-btn--black:disabled{
  background-color:var(--color-black-100);
  border-color:var(--color-black-100);
  color:var(--color-white)
}

.b--c-btn--black.b--c-btn--outline{
  background-color:transparent;
  border:2px solid var(--color-black);
  color:var(--color-black)
}

.b--c-btn--black.b--c-btn--outline:hover{
  background-color:var(--color-black);
  border-color:var(--color-black);
  color:var(--color-white)
}

.b--c-btn--black.b--c-btn--outline:active{
  background-color:var(--color-black-700);
  border-color:var(--color-black-700);
  color:var(--color-white)
}

.b--c-btn--black.b--c-btn--outline:disabled{
  background-color:transparent;
  border:2px solid var(--color-black-300);
  color:var(--color-black-300);
  cursor:not-allowed
}

.b--u-rounded-t-0{
  border-top-left-radius:0!important;
  border-top-right-radius:0!important
}

.b--u-rounded-b-0{
  border-bottom-left-radius:0!important;
  border-bottom-right-radius:0!important
}

.b--u-rounded-tl-0{
  border-top-left-radius:0!important
}

.b--u-rounded-tr-0{
  border-top-right-radius:0!important
}

.b--u-rounded-br-0{
  border-bottom-right-radius:0!important
}

.b--u-rounded-bl-0{
  border-bottom-left-radius:0!important
}

.b--u-rounded-0{
  border-radius:0!important
}

.b--u-rounded-t-4{
  border-top-left-radius:.25rem!important;
  border-top-right-radius:.25rem!important
}

.b--u-rounded-b-4{
  border-bottom-left-radius:.25rem!important;
  border-bottom-right-radius:.25rem!important
}

.b--u-rounded-tl-4{
  border-top-left-radius:.25rem!important
}

.b--u-rounded-tr-4{
  border-top-right-radius:.25rem!important
}

.b--u-rounded-br-4{
  border-bottom-right-radius:.25rem!important
}

.b--u-rounded-bl-4{
  border-bottom-left-radius:.25rem!important
}

.b--u-rounded-4{
  border-radius:.25rem!important
}

.b--u-rounded-t-8{
  border-top-left-radius:.5rem!important;
  border-top-right-radius:.5rem!important
}

.b--u-rounded-b-8{
  border-bottom-left-radius:.5rem!important;
  border-bottom-right-radius:.5rem!important
}

.b--u-rounded-tl-8{
  border-top-left-radius:.5rem!important
}

.b--u-rounded-tr-8{
  border-top-right-radius:.5rem!important
}

.b--u-rounded-br-8{
  border-bottom-right-radius:.5rem!important
}

.b--u-rounded-bl-8{
  border-bottom-left-radius:.5rem!important
}

.b--u-rounded-8{
  border-radius:.5rem!important
}

.b--u-rounded-t-12{
  border-top-left-radius:.75rem!important;
  border-top-right-radius:.75rem!important
}

.b--u-rounded-b-12{
  border-bottom-left-radius:.75rem!important;
  border-bottom-right-radius:.75rem!important
}

.b--u-rounded-tl-12{
  border-top-left-radius:.75rem!important
}

.b--u-rounded-tr-12{
  border-top-right-radius:.75rem!important
}

.b--u-rounded-br-12{
  border-bottom-right-radius:.75rem!important
}

.b--u-rounded-bl-12{
  border-bottom-left-radius:.75rem!important
}

.b--u-rounded-12{
  border-radius:.75rem!important
}

.b--u-rounded-t-16{
  border-top-left-radius:1rem!important;
  border-top-right-radius:1rem!important
}

.b--u-rounded-b-16{
  border-bottom-left-radius:1rem!important;
  border-bottom-right-radius:1rem!important
}

.b--u-rounded-tl-16{
  border-top-left-radius:1rem!important
}

.b--u-rounded-tr-16{
  border-top-right-radius:1rem!important
}

.b--u-rounded-br-16{
  border-bottom-right-radius:1rem!important
}

.b--u-rounded-bl-16{
  border-bottom-left-radius:1rem!important
}

.b--u-rounded-16{
  border-radius:1rem!important
}

.b--u-rounded-t-20{
  border-top-left-radius:1.25rem!important;
  border-top-right-radius:1.25rem!important
}

.b--u-rounded-b-20{
  border-bottom-left-radius:1.25rem!important;
  border-bottom-right-radius:1.25rem!important
}

.b--u-rounded-tl-20{
  border-top-left-radius:1.25rem!important
}

.b--u-rounded-tr-20{
  border-top-right-radius:1.25rem!important
}

.b--u-rounded-br-20{
  border-bottom-right-radius:1.25rem!important
}

.b--u-rounded-bl-20{
  border-bottom-left-radius:1.25rem!important
}

.b--u-rounded-20{
  border-radius:1.25rem!important
}

.b--u-rounded-t-24{
  border-top-left-radius:1.5rem!important;
  border-top-right-radius:1.5rem!important
}

.b--u-rounded-b-24{
  border-bottom-left-radius:1.5rem!important;
  border-bottom-right-radius:1.5rem!important
}

.b--u-rounded-tl-24{
  border-top-left-radius:1.5rem!important
}

.b--u-rounded-tr-24{
  border-top-right-radius:1.5rem!important
}

.b--u-rounded-br-24{
  border-bottom-right-radius:1.5rem!important
}

.b--u-rounded-bl-24{
  border-bottom-left-radius:1.5rem!important
}

.b--u-rounded-24{
  border-radius:1.5rem!important
}

.b--u-rounded-t-32{
  border-top-left-radius:2rem!important;
  border-top-right-radius:2rem!important
}

.b--u-rounded-b-32{
  border-bottom-left-radius:2rem!important;
  border-bottom-right-radius:2rem!important
}

.b--u-rounded-tl-32{
  border-top-left-radius:2rem!important
}

.b--u-rounded-tr-32{
  border-top-right-radius:2rem!important
}

.b--u-rounded-br-32{
  border-bottom-right-radius:2rem!important
}

.b--u-rounded-bl-32{
  border-bottom-left-radius:2rem!important
}

.b--u-rounded-32{
  border-radius:2rem!important
}

.b--u-rounded-t-48{
  border-top-left-radius:3rem!important;
  border-top-right-radius:3rem!important
}

.b--u-rounded-b-48{
  border-bottom-left-radius:3rem!important;
  border-bottom-right-radius:3rem!important
}

.b--u-rounded-tl-48{
  border-top-left-radius:3rem!important
}

.b--u-rounded-tr-48{
  border-top-right-radius:3rem!important
}

.b--u-rounded-br-48{
  border-bottom-right-radius:3rem!important
}

.b--u-rounded-bl-48{
  border-bottom-left-radius:3rem!important
}

.b--u-rounded-48{
  border-radius:3rem!important
}

.b--u-rounded-full{
  border-radius:9999px!important
}

.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-mis-auto{
  margin-inline-start:auto!important
}

.b--u-mie-auto{
  margin-inline-end:auto!important
}

.b--u-mbs-auto{
  margin-block-start:auto!important
}

.b--u-mbe-auto{
  margin-block-end: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-mis-0\.25{
  margin-inline-start:.125rem!important
}

.b--u-mie-0\.25{
  margin-inline-end:.125rem!important
}

.b--u-mbs-0\.25{
  margin-block-start:.125rem!important
}

.b--u-mbe-0\.25{
  margin-block-end:.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-misn-0\.25{
  margin-inline-start:-.125rem!important
}

.b--u-mien-0\.25{
  margin-inline-end:-.125rem!important
}

.b--u-mbsn-0\.25{
  margin-block-start:-.125rem!important
}

.b--u-mben-0\.25{
  margin-block-end:-.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-pis-0\.25{
  padding-inline-start:.125rem!important
}

.b--u-pie-0\.25{
  padding-inline-end:.125rem!important
}

.b--u-pbs-0\.25{
  padding-block-start:.125rem!important
}

.b--u-pbe-0\.25{
  padding-block-end:.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-mis-0\.5{
  margin-inline-start:.25rem!important
}

.b--u-mie-0\.5{
  margin-inline-end:.25rem!important
}

.b--u-mbs-0\.5{
  margin-block-start:.25rem!important
}

.b--u-mbe-0\.5{
  margin-block-end:.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-misn-0\.5{
  margin-inline-start:-.25rem!important
}

.b--u-mien-0\.5{
  margin-inline-end:-.25rem!important
}

.b--u-mbsn-0\.5{
  margin-block-start:-.25rem!important
}

.b--u-mben-0\.5{
  margin-block-end:-.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-pis-0\.5{
  padding-inline-start:.25rem!important
}

.b--u-pie-0\.5{
  padding-inline-end:.25rem!important
}

.b--u-pbs-0\.5{
  padding-block-start:.25rem!important
}

.b--u-pbe-0\.5{
  padding-block-end:.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-mis-1{
  margin-inline-start:.5rem!important
}

.b--u-mie-1{
  margin-inline-end:.5rem!important
}

.b--u-mbs-1{
  margin-block-start:.5rem!important
}

.b--u-mbe-1{
  margin-block-end:.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-misn-1{
  margin-inline-start:-.5rem!important
}

.b--u-mien-1{
  margin-inline-end:-.5rem!important
}

.b--u-mbsn-1{
  margin-block-start:-.5rem!important
}

.b--u-mben-1{
  margin-block-end:-.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-pis-1{
  padding-inline-start:.5rem!important
}

.b--u-pie-1{
  padding-inline-end:.5rem!important
}

.b--u-pbs-1{
  padding-block-start:.5rem!important
}

.b--u-pbe-1{
  padding-block-end:.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-mis-1\.5{
  margin-inline-start:.75rem!important
}

.b--u-mie-1\.5{
  margin-inline-end:.75rem!important
}

.b--u-mbs-1\.5{
  margin-block-start:.75rem!important
}

.b--u-mbe-1\.5{
  margin-block-end:.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-misn-1\.5{
  margin-inline-start:-.75rem!important
}

.b--u-mien-1\.5{
  margin-inline-end:-.75rem!important
}

.b--u-mbsn-1\.5{
  margin-block-start:-.75rem!important
}

.b--u-mben-1\.5{
  margin-block-end:-.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-pis-1\.5{
  padding-inline-start:.75rem!important
}

.b--u-pie-1\.5{
  padding-inline-end:.75rem!important
}

.b--u-pbs-1\.5{
  padding-block-start:.75rem!important
}

.b--u-pbe-1\.5{
  padding-block-end:.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-mis-2{
  margin-inline-start:1rem!important
}

.b--u-mie-2{
  margin-inline-end:1rem!important
}

.b--u-mbs-2{
  margin-block-start:1rem!important
}

.b--u-mbe-2{
  margin-block-end: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-misn-2{
  margin-inline-start:-1rem!important
}

.b--u-mien-2{
  margin-inline-end:-1rem!important
}

.b--u-mbsn-2{
  margin-block-start:-1rem!important
}

.b--u-mben-2{
  margin-block-end:-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-pis-2{
  padding-inline-start:1rem!important
}

.b--u-pie-2{
  padding-inline-end:1rem!important
}

.b--u-pbs-2{
  padding-block-start:1rem!important
}

.b--u-pbe-2{
  padding-block-end: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-mis-2\.5{
  margin-inline-start:1.25rem!important
}

.b--u-mie-2\.5{
  margin-inline-end:1.25rem!important
}

.b--u-mbs-2\.5{
  margin-block-start:1.25rem!important
}

.b--u-mbe-2\.5{
  margin-block-end: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-misn-2\.5{
  margin-inline-start:-1.25rem!important
}

.b--u-mien-2\.5{
  margin-inline-end:-1.25rem!important
}

.b--u-mbsn-2\.5{
  margin-block-start:-1.25rem!important
}

.b--u-mben-2\.5{
  margin-block-end:-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-pis-2\.5{
  padding-inline-start:1.25rem!important
}

.b--u-pie-2\.5{
  padding-inline-end:1.25rem!important
}

.b--u-pbs-2\.5{
  padding-block-start:1.25rem!important
}

.b--u-pbe-2\.5{
  padding-block-end: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-mis-3{
  margin-inline-start:1.5rem!important
}

.b--u-mie-3{
  margin-inline-end:1.5rem!important
}

.b--u-mbs-3{
  margin-block-start:1.5rem!important
}

.b--u-mbe-3{
  margin-block-end: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-misn-3{
  margin-inline-start:-1.5rem!important
}

.b--u-mien-3{
  margin-inline-end:-1.5rem!important
}

.b--u-mbsn-3{
  margin-block-start:-1.5rem!important
}

.b--u-mben-3{
  margin-block-end:-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-pis-3{
  padding-inline-start:1.5rem!important
}

.b--u-pie-3{
  padding-inline-end:1.5rem!important
}

.b--u-pbs-3{
  padding-block-start:1.5rem!important
}

.b--u-pbe-3{
  padding-block-end: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-mis-4{
  margin-inline-start:2rem!important
}

.b--u-mie-4{
  margin-inline-end:2rem!important
}

.b--u-mbs-4{
  margin-block-start:2rem!important
}

.b--u-mbe-4{
  margin-block-end: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-misn-4{
  margin-inline-start:-2rem!important
}

.b--u-mien-4{
  margin-inline-end:-2rem!important
}

.b--u-mbsn-4{
  margin-block-start:-2rem!important
}

.b--u-mben-4{
  margin-block-end:-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-pis-4{
  padding-inline-start:2rem!important
}

.b--u-pie-4{
  padding-inline-end:2rem!important
}

.b--u-pbs-4{
  padding-block-start:2rem!important
}

.b--u-pbe-4{
  padding-block-end:2rem!important
}

.b--u-m-5{
  margin:2.5rem!important
}

.b--u-mt-5{
  margin-top:2.5rem!important
}

.b--u-mr-5{
  margin-right:2.5rem!important
}

.b--u-mb-5{
  margin-bottom:2.5rem!important
}

.b--u-ml-5{
  margin-left:2.5rem!important
}

.b--u-mx-5{
  margin-left:2.5rem!important;
  margin-right:2.5rem!important
}

.b--u-my-5{
  margin-top:2.5rem!important;
  margin-bottom:2.5rem!important
}

.b--u-mis-5{
  margin-inline-start:2.5rem!important
}

.b--u-mie-5{
  margin-inline-end:2.5rem!important
}

.b--u-mbs-5{
  margin-block-start:2.5rem!important
}

.b--u-mbe-5{
  margin-block-end:2.5rem!important
}

.b--u-mn-5{
  margin:-2.5rem!important
}

.b--u-mtn-5{
  margin-top:-2.5rem!important
}

.b--u-mrn-5{
  margin-right:-2.5rem!important
}

.b--u-mbn-5{
  margin-bottom:-2.5rem!important
}

.b--u-mln-5{
  margin-left:-2.5rem!important
}

.b--u-mxn-5{
  margin-left:-2.5rem!important;
  margin-right:-2.5rem!important
}

.b--u-myn-5{
  margin-top:-2.5rem!important;
  margin-bottom:-2.5rem!important
}

.b--u-misn-5{
  margin-inline-start:-2.5rem!important
}

.b--u-mien-5{
  margin-inline-end:-2.5rem!important
}

.b--u-mbsn-5{
  margin-block-start:-2.5rem!important
}

.b--u-mben-5{
  margin-block-end:-2.5rem!important
}

.b--u-p-5{
  padding:2.5rem!important
}

.b--u-pt-5{
  padding-top:2.5rem!important
}

.b--u-pr-5{
  padding-right:2.5rem!important
}

.b--u-pb-5{
  padding-bottom:2.5rem!important
}

.b--u-pl-5{
  padding-left:2.5rem!important
}

.b--u-px-5{
  padding-left:2.5rem!important;
  padding-right:2.5rem!important
}

.b--u-py-5{
  padding-top:2.5rem!important;
  padding-bottom:2.5rem!important
}

.b--u-pis-5{
  padding-inline-start:2.5rem!important
}

.b--u-pie-5{
  padding-inline-end:2.5rem!important
}

.b--u-pbs-5{
  padding-block-start:2.5rem!important
}

.b--u-pbe-5{
  padding-block-end:2.5rem!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-mis-6{
  margin-inline-start:3rem!important
}

.b--u-mie-6{
  margin-inline-end:3rem!important
}

.b--u-mbs-6{
  margin-block-start:3rem!important
}

.b--u-mbe-6{
  margin-block-end: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-misn-6{
  margin-inline-start:-3rem!important
}

.b--u-mien-6{
  margin-inline-end:-3rem!important
}

.b--u-mbsn-6{
  margin-block-start:-3rem!important
}

.b--u-mben-6{
  margin-block-end:-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-pis-6{
  padding-inline-start:3rem!important
}

.b--u-pie-6{
  padding-inline-end:3rem!important
}

.b--u-pbs-6{
  padding-block-start:3rem!important
}

.b--u-pbe-6{
  padding-block-end: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-mis-8{
  margin-inline-start:4rem!important
}

.b--u-mie-8{
  margin-inline-end:4rem!important
}

.b--u-mbs-8{
  margin-block-start:4rem!important
}

.b--u-mbe-8{
  margin-block-end: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-misn-8{
  margin-inline-start:-4rem!important
}

.b--u-mien-8{
  margin-inline-end:-4rem!important
}

.b--u-mbsn-8{
  margin-block-start:-4rem!important
}

.b--u-mben-8{
  margin-block-end:-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-pis-8{
  padding-inline-start:4rem!important
}

.b--u-pie-8{
  padding-inline-end:4rem!important
}

.b--u-pbs-8{
  padding-block-start:4rem!important
}

.b--u-pbe-8{
  padding-block-end: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-mis-10{
  margin-inline-start:5rem!important
}

.b--u-mie-10{
  margin-inline-end:5rem!important
}

.b--u-mbs-10{
  margin-block-start:5rem!important
}

.b--u-mbe-10{
  margin-block-end: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-misn-10{
  margin-inline-start:-5rem!important
}

.b--u-mien-10{
  margin-inline-end:-5rem!important
}

.b--u-mbsn-10{
  margin-block-start:-5rem!important
}

.b--u-mben-10{
  margin-block-end:-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-pis-10{
  padding-inline-start:5rem!important
}

.b--u-pie-10{
  padding-inline-end:5rem!important
}

.b--u-pbs-10{
  padding-block-start:5rem!important
}

.b--u-pbe-10{
  padding-block-end: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-mis-12{
  margin-inline-start:6rem!important
}

.b--u-mie-12{
  margin-inline-end:6rem!important
}

.b--u-mbs-12{
  margin-block-start:6rem!important
}

.b--u-mbe-12{
  margin-block-end: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-misn-12{
  margin-inline-start:-6rem!important
}

.b--u-mien-12{
  margin-inline-end:-6rem!important
}

.b--u-mbsn-12{
  margin-block-start:-6rem!important
}

.b--u-mben-12{
  margin-block-end:-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-pis-12{
  padding-inline-start:6rem!important
}

.b--u-pie-12{
  padding-inline-end:6rem!important
}

.b--u-pbs-12{
  padding-block-start:6rem!important
}

.b--u-pbe-12{
  padding-block-end: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-mis-16{
  margin-inline-start:8rem!important
}

.b--u-mie-16{
  margin-inline-end:8rem!important
}

.b--u-mbs-16{
  margin-block-start:8rem!important
}

.b--u-mbe-16{
  margin-block-end: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-misn-16{
  margin-inline-start:-8rem!important
}

.b--u-mien-16{
  margin-inline-end:-8rem!important
}

.b--u-mbsn-16{
  margin-block-start:-8rem!important
}

.b--u-mben-16{
  margin-block-end:-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-pis-16{
  padding-inline-start:8rem!important
}

.b--u-pie-16{
  padding-inline-end:8rem!important
}

.b--u-pbs-16{
  padding-block-start:8rem!important
}

.b--u-pbe-16{
  padding-block-end: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-mis-20{
  margin-inline-start:10rem!important
}

.b--u-mie-20{
  margin-inline-end:10rem!important
}

.b--u-mbs-20{
  margin-block-start:10rem!important
}

.b--u-mbe-20{
  margin-block-end: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-misn-20{
  margin-inline-start:-10rem!important
}

.b--u-mien-20{
  margin-inline-end:-10rem!important
}

.b--u-mbsn-20{
  margin-block-start:-10rem!important
}

.b--u-mben-20{
  margin-block-end:-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-pis-20{
  padding-inline-start:10rem!important
}

.b--u-pie-20{
  padding-inline-end:10rem!important
}

.b--u-pbs-20{
  padding-block-start:10rem!important
}

.b--u-pbe-20{
  padding-block-end: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-mis-25{
  margin-inline-start:12.5rem!important
}

.b--u-mie-25{
  margin-inline-end:12.5rem!important
}

.b--u-mbs-25{
  margin-block-start:12.5rem!important
}

.b--u-mbe-25{
  margin-block-end: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-misn-25{
  margin-inline-start:-12.5rem!important
}

.b--u-mien-25{
  margin-inline-end:-12.5rem!important
}

.b--u-mbsn-25{
  margin-block-start:-12.5rem!important
}

.b--u-mben-25{
  margin-block-end:-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-pis-25{
  padding-inline-start:12.5rem!important
}

.b--u-pie-25{
  padding-inline-end:12.5rem!important
}

.b--u-pbs-25{
  padding-block-start:12.5rem!important
}

.b--u-pbe-25{
  padding-block-end: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-mis-30{
  margin-inline-start:15rem!important
}

.b--u-mie-30{
  margin-inline-end:15rem!important
}

.b--u-mbs-30{
  margin-block-start:15rem!important
}

.b--u-mbe-30{
  margin-block-end: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-misn-30{
  margin-inline-start:-15rem!important
}

.b--u-mien-30{
  margin-inline-end:-15rem!important
}

.b--u-mbsn-30{
  margin-block-start:-15rem!important
}

.b--u-mben-30{
  margin-block-end:-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
}

.b--u-pis-30{
  padding-inline-start:15rem!important
}

.b--u-pie-30{
  padding-inline-end:15rem!important
}

.b--u-pbs-30{
  padding-block-start:15rem!important
}

.b--u-pbe-30{
  padding-block-end: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-mis-auto{
    margin-inline-start:auto!important
  }

  .b--sm\:u-mie-auto{
    margin-inline-end:auto!important
  }

  .b--sm\:u-mbs-auto{
    margin-block-start:auto!important
  }

  .b--sm\:u-mbe-auto{
    margin-block-end: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-mis-0\.25{
    margin-inline-start:.125rem!important
  }

  .b--sm\:u-mie-0\.25{
    margin-inline-end:.125rem!important
  }

  .b--sm\:u-mbs-0\.25{
    margin-block-start:.125rem!important
  }

  .b--sm\:u-mbe-0\.25{
    margin-block-end:.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-misn-0\.25{
    margin-inline-start:-.125rem!important
  }

  .b--sm\:u-mien-0\.25{
    margin-inline-end:-.125rem!important
  }

  .b--sm\:u-mbsn-0\.25{
    margin-block-start:-.125rem!important
  }

  .b--sm\:u-mben-0\.25{
    margin-block-end:-.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-pis-0\.25{
    padding-inline-start:.125rem!important
  }

  .b--sm\:u-pie-0\.25{
    padding-inline-end:.125rem!important
  }

  .b--sm\:u-pbs-0\.25{
    padding-block-start:.125rem!important
  }

  .b--sm\:u-pbe-0\.25{
    padding-block-end:.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-mis-0\.5{
    margin-inline-start:.25rem!important
  }

  .b--sm\:u-mie-0\.5{
    margin-inline-end:.25rem!important
  }

  .b--sm\:u-mbs-0\.5{
    margin-block-start:.25rem!important
  }

  .b--sm\:u-mbe-0\.5{
    margin-block-end:.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-misn-0\.5{
    margin-inline-start:-.25rem!important
  }

  .b--sm\:u-mien-0\.5{
    margin-inline-end:-.25rem!important
  }

  .b--sm\:u-mbsn-0\.5{
    margin-block-start:-.25rem!important
  }

  .b--sm\:u-mben-0\.5{
    margin-block-end:-.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-pis-0\.5{
    padding-inline-start:.25rem!important
  }

  .b--sm\:u-pie-0\.5{
    padding-inline-end:.25rem!important
  }

  .b--sm\:u-pbs-0\.5{
    padding-block-start:.25rem!important
  }

  .b--sm\:u-pbe-0\.5{
    padding-block-end:.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-mis-1{
    margin-inline-start:.5rem!important
  }

  .b--sm\:u-mie-1{
    margin-inline-end:.5rem!important
  }

  .b--sm\:u-mbs-1{
    margin-block-start:.5rem!important
  }

  .b--sm\:u-mbe-1{
    margin-block-end:.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-misn-1{
    margin-inline-start:-.5rem!important
  }

  .b--sm\:u-mien-1{
    margin-inline-end:-.5rem!important
  }

  .b--sm\:u-mbsn-1{
    margin-block-start:-.5rem!important
  }

  .b--sm\:u-mben-1{
    margin-block-end:-.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-pis-1{
    padding-inline-start:.5rem!important
  }

  .b--sm\:u-pie-1{
    padding-inline-end:.5rem!important
  }

  .b--sm\:u-pbs-1{
    padding-block-start:.5rem!important
  }

  .b--sm\:u-pbe-1{
    padding-block-end:.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-mis-1\.5{
    margin-inline-start:.75rem!important
  }

  .b--sm\:u-mie-1\.5{
    margin-inline-end:.75rem!important
  }

  .b--sm\:u-mbs-1\.5{
    margin-block-start:.75rem!important
  }

  .b--sm\:u-mbe-1\.5{
    margin-block-end:.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-misn-1\.5{
    margin-inline-start:-.75rem!important
  }

  .b--sm\:u-mien-1\.5{
    margin-inline-end:-.75rem!important
  }

  .b--sm\:u-mbsn-1\.5{
    margin-block-start:-.75rem!important
  }

  .b--sm\:u-mben-1\.5{
    margin-block-end:-.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-pis-1\.5{
    padding-inline-start:.75rem!important
  }

  .b--sm\:u-pie-1\.5{
    padding-inline-end:.75rem!important
  }

  .b--sm\:u-pbs-1\.5{
    padding-block-start:.75rem!important
  }

  .b--sm\:u-pbe-1\.5{
    padding-block-end:.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-mis-2{
    margin-inline-start:1rem!important
  }

  .b--sm\:u-mie-2{
    margin-inline-end:1rem!important
  }

  .b--sm\:u-mbs-2{
    margin-block-start:1rem!important
  }

  .b--sm\:u-mbe-2{
    margin-block-end: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-misn-2{
    margin-inline-start:-1rem!important
  }

  .b--sm\:u-mien-2{
    margin-inline-end:-1rem!important
  }

  .b--sm\:u-mbsn-2{
    margin-block-start:-1rem!important
  }

  .b--sm\:u-mben-2{
    margin-block-end:-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-pis-2{
    padding-inline-start:1rem!important
  }

  .b--sm\:u-pie-2{
    padding-inline-end:1rem!important
  }

  .b--sm\:u-pbs-2{
    padding-block-start:1rem!important
  }

  .b--sm\:u-pbe-2{
    padding-block-end: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-mis-2\.5{
    margin-inline-start:1.25rem!important
  }

  .b--sm\:u-mie-2\.5{
    margin-inline-end:1.25rem!important
  }

  .b--sm\:u-mbs-2\.5{
    margin-block-start:1.25rem!important
  }

  .b--sm\:u-mbe-2\.5{
    margin-block-end: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-misn-2\.5{
    margin-inline-start:-1.25rem!important
  }

  .b--sm\:u-mien-2\.5{
    margin-inline-end:-1.25rem!important
  }

  .b--sm\:u-mbsn-2\.5{
    margin-block-start:-1.25rem!important
  }

  .b--sm\:u-mben-2\.5{
    margin-block-end:-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-pis-2\.5{
    padding-inline-start:1.25rem!important
  }

  .b--sm\:u-pie-2\.5{
    padding-inline-end:1.25rem!important
  }

  .b--sm\:u-pbs-2\.5{
    padding-block-start:1.25rem!important
  }

  .b--sm\:u-pbe-2\.5{
    padding-block-end: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-mis-3{
    margin-inline-start:1.5rem!important
  }

  .b--sm\:u-mie-3{
    margin-inline-end:1.5rem!important
  }

  .b--sm\:u-mbs-3{
    margin-block-start:1.5rem!important
  }

  .b--sm\:u-mbe-3{
    margin-block-end: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-misn-3{
    margin-inline-start:-1.5rem!important
  }

  .b--sm\:u-mien-3{
    margin-inline-end:-1.5rem!important
  }

  .b--sm\:u-mbsn-3{
    margin-block-start:-1.5rem!important
  }

  .b--sm\:u-mben-3{
    margin-block-end:-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-pis-3{
    padding-inline-start:1.5rem!important
  }

  .b--sm\:u-pie-3{
    padding-inline-end:1.5rem!important
  }

  .b--sm\:u-pbs-3{
    padding-block-start:1.5rem!important
  }

  .b--sm\:u-pbe-3{
    padding-block-end: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-mis-4{
    margin-inline-start:2rem!important
  }

  .b--sm\:u-mie-4{
    margin-inline-end:2rem!important
  }

  .b--sm\:u-mbs-4{
    margin-block-start:2rem!important
  }

  .b--sm\:u-mbe-4{
    margin-block-end: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-misn-4{
    margin-inline-start:-2rem!important
  }

  .b--sm\:u-mien-4{
    margin-inline-end:-2rem!important
  }

  .b--sm\:u-mbsn-4{
    margin-block-start:-2rem!important
  }

  .b--sm\:u-mben-4{
    margin-block-end:-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-pis-4{
    padding-inline-start:2rem!important
  }

  .b--sm\:u-pie-4{
    padding-inline-end:2rem!important
  }

  .b--sm\:u-pbs-4{
    padding-block-start:2rem!important
  }

  .b--sm\:u-pbe-4{
    padding-block-end:2rem!important
  }

  .b--sm\:u-m-5{
    margin:2.5rem!important
  }

  .b--sm\:u-mt-5{
    margin-top:2.5rem!important
  }

  .b--sm\:u-mr-5{
    margin-right:2.5rem!important
  }

  .b--sm\:u-mb-5{
    margin-bottom:2.5rem!important
  }

  .b--sm\:u-ml-5{
    margin-left:2.5rem!important
  }

  .b--sm\:u-mx-5{
    margin-left:2.5rem!important;
    margin-right:2.5rem!important
  }

  .b--sm\:u-my-5{
    margin-top:2.5rem!important;
    margin-bottom:2.5rem!important
  }

  .b--sm\:u-mis-5{
    margin-inline-start:2.5rem!important
  }

  .b--sm\:u-mie-5{
    margin-inline-end:2.5rem!important
  }

  .b--sm\:u-mbs-5{
    margin-block-start:2.5rem!important
  }

  .b--sm\:u-mbe-5{
    margin-block-end:2.5rem!important
  }

  .b--sm\:u-mn-5{
    margin:-2.5rem!important
  }

  .b--sm\:u-mtn-5{
    margin-top:-2.5rem!important
  }

  .b--sm\:u-mrn-5{
    margin-right:-2.5rem!important
  }

  .b--sm\:u-mbn-5{
    margin-bottom:-2.5rem!important
  }

  .b--sm\:u-mln-5{
    margin-left:-2.5rem!important
  }

  .b--sm\:u-mxn-5{
    margin-left:-2.5rem!important;
    margin-right:-2.5rem!important
  }

  .b--sm\:u-myn-5{
    margin-top:-2.5rem!important;
    margin-bottom:-2.5rem!important
  }

  .b--sm\:u-misn-5{
    margin-inline-start:-2.5rem!important
  }

  .b--sm\:u-mien-5{
    margin-inline-end:-2.5rem!important
  }

  .b--sm\:u-mbsn-5{
    margin-block-start:-2.5rem!important
  }

  .b--sm\:u-mben-5{
    margin-block-end:-2.5rem!important
  }

  .b--sm\:u-p-5{
    padding:2.5rem!important
  }

  .b--sm\:u-pt-5{
    padding-top:2.5rem!important
  }

  .b--sm\:u-pr-5{
    padding-right:2.5rem!important
  }

  .b--sm\:u-pb-5{
    padding-bottom:2.5rem!important
  }

  .b--sm\:u-pl-5{
    padding-left:2.5rem!important
  }

  .b--sm\:u-px-5{
    padding-left:2.5rem!important;
    padding-right:2.5rem!important
  }

  .b--sm\:u-py-5{
    padding-top:2.5rem!important;
    padding-bottom:2.5rem!important
  }

  .b--sm\:u-pis-5{
    padding-inline-start:2.5rem!important
  }

  .b--sm\:u-pie-5{
    padding-inline-end:2.5rem!important
  }

  .b--sm\:u-pbs-5{
    padding-block-start:2.5rem!important
  }

  .b--sm\:u-pbe-5{
    padding-block-end:2.5rem!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-mis-6{
    margin-inline-start:3rem!important
  }

  .b--sm\:u-mie-6{
    margin-inline-end:3rem!important
  }

  .b--sm\:u-mbs-6{
    margin-block-start:3rem!important
  }

  .b--sm\:u-mbe-6{
    margin-block-end: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-misn-6{
    margin-inline-start:-3rem!important
  }

  .b--sm\:u-mien-6{
    margin-inline-end:-3rem!important
  }

  .b--sm\:u-mbsn-6{
    margin-block-start:-3rem!important
  }

  .b--sm\:u-mben-6{
    margin-block-end:-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-pis-6{
    padding-inline-start:3rem!important
  }

  .b--sm\:u-pie-6{
    padding-inline-end:3rem!important
  }

  .b--sm\:u-pbs-6{
    padding-block-start:3rem!important
  }

  .b--sm\:u-pbe-6{
    padding-block-end: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-mis-8{
    margin-inline-start:4rem!important
  }

  .b--sm\:u-mie-8{
    margin-inline-end:4rem!important
  }

  .b--sm\:u-mbs-8{
    margin-block-start:4rem!important
  }

  .b--sm\:u-mbe-8{
    margin-block-end: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-misn-8{
    margin-inline-start:-4rem!important
  }

  .b--sm\:u-mien-8{
    margin-inline-end:-4rem!important
  }

  .b--sm\:u-mbsn-8{
    margin-block-start:-4rem!important
  }

  .b--sm\:u-mben-8{
    margin-block-end:-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-pis-8{
    padding-inline-start:4rem!important
  }

  .b--sm\:u-pie-8{
    padding-inline-end:4rem!important
  }

  .b--sm\:u-pbs-8{
    padding-block-start:4rem!important
  }

  .b--sm\:u-pbe-8{
    padding-block-end: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-mis-10{
    margin-inline-start:5rem!important
  }

  .b--sm\:u-mie-10{
    margin-inline-end:5rem!important
  }

  .b--sm\:u-mbs-10{
    margin-block-start:5rem!important
  }

  .b--sm\:u-mbe-10{
    margin-block-end: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-misn-10{
    margin-inline-start:-5rem!important
  }

  .b--sm\:u-mien-10{
    margin-inline-end:-5rem!important
  }

  .b--sm\:u-mbsn-10{
    margin-block-start:-5rem!important
  }

  .b--sm\:u-mben-10{
    margin-block-end:-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-pis-10{
    padding-inline-start:5rem!important
  }

  .b--sm\:u-pie-10{
    padding-inline-end:5rem!important
  }

  .b--sm\:u-pbs-10{
    padding-block-start:5rem!important
  }

  .b--sm\:u-pbe-10{
    padding-block-end: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-mis-12{
    margin-inline-start:6rem!important
  }

  .b--sm\:u-mie-12{
    margin-inline-end:6rem!important
  }

  .b--sm\:u-mbs-12{
    margin-block-start:6rem!important
  }

  .b--sm\:u-mbe-12{
    margin-block-end: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-misn-12{
    margin-inline-start:-6rem!important
  }

  .b--sm\:u-mien-12{
    margin-inline-end:-6rem!important
  }

  .b--sm\:u-mbsn-12{
    margin-block-start:-6rem!important
  }

  .b--sm\:u-mben-12{
    margin-block-end:-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-pis-12{
    padding-inline-start:6rem!important
  }

  .b--sm\:u-pie-12{
    padding-inline-end:6rem!important
  }

  .b--sm\:u-pbs-12{
    padding-block-start:6rem!important
  }

  .b--sm\:u-pbe-12{
    padding-block-end: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-mis-16{
    margin-inline-start:8rem!important
  }

  .b--sm\:u-mie-16{
    margin-inline-end:8rem!important
  }

  .b--sm\:u-mbs-16{
    margin-block-start:8rem!important
  }

  .b--sm\:u-mbe-16{
    margin-block-end: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-misn-16{
    margin-inline-start:-8rem!important
  }

  .b--sm\:u-mien-16{
    margin-inline-end:-8rem!important
  }

  .b--sm\:u-mbsn-16{
    margin-block-start:-8rem!important
  }

  .b--sm\:u-mben-16{
    margin-block-end:-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-pis-16{
    padding-inline-start:8rem!important
  }

  .b--sm\:u-pie-16{
    padding-inline-end:8rem!important
  }

  .b--sm\:u-pbs-16{
    padding-block-start:8rem!important
  }

  .b--sm\:u-pbe-16{
    padding-block-end: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-mis-20{
    margin-inline-start:10rem!important
  }

  .b--sm\:u-mie-20{
    margin-inline-end:10rem!important
  }

  .b--sm\:u-mbs-20{
    margin-block-start:10rem!important
  }

  .b--sm\:u-mbe-20{
    margin-block-end: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-misn-20{
    margin-inline-start:-10rem!important
  }

  .b--sm\:u-mien-20{
    margin-inline-end:-10rem!important
  }

  .b--sm\:u-mbsn-20{
    margin-block-start:-10rem!important
  }

  .b--sm\:u-mben-20{
    margin-block-end:-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-pis-20{
    padding-inline-start:10rem!important
  }

  .b--sm\:u-pie-20{
    padding-inline-end:10rem!important
  }

  .b--sm\:u-pbs-20{
    padding-block-start:10rem!important
  }

  .b--sm\:u-pbe-20{
    padding-block-end: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-mis-25{
    margin-inline-start:12.5rem!important
  }

  .b--sm\:u-mie-25{
    margin-inline-end:12.5rem!important
  }

  .b--sm\:u-mbs-25{
    margin-block-start:12.5rem!important
  }

  .b--sm\:u-mbe-25{
    margin-block-end: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-misn-25{
    margin-inline-start:-12.5rem!important
  }

  .b--sm\:u-mien-25{
    margin-inline-end:-12.5rem!important
  }

  .b--sm\:u-mbsn-25{
    margin-block-start:-12.5rem!important
  }

  .b--sm\:u-mben-25{
    margin-block-end:-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-pis-25{
    padding-inline-start:12.5rem!important
  }

  .b--sm\:u-pie-25{
    padding-inline-end:12.5rem!important
  }

  .b--sm\:u-pbs-25{
    padding-block-start:12.5rem!important
  }

  .b--sm\:u-pbe-25{
    padding-block-end: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-mis-30{
    margin-inline-start:15rem!important
  }

  .b--sm\:u-mie-30{
    margin-inline-end:15rem!important
  }

  .b--sm\:u-mbs-30{
    margin-block-start:15rem!important
  }

  .b--sm\:u-mbe-30{
    margin-block-end: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-misn-30{
    margin-inline-start:-15rem!important
  }

  .b--sm\:u-mien-30{
    margin-inline-end:-15rem!important
  }

  .b--sm\:u-mbsn-30{
    margin-block-start:-15rem!important
  }

  .b--sm\:u-mben-30{
    margin-block-end:-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
  }

  .b--sm\:u-pis-30{
    padding-inline-start:15rem!important
  }

  .b--sm\:u-pie-30{
    padding-inline-end:15rem!important
  }

  .b--sm\:u-pbs-30{
    padding-block-start:15rem!important
  }

  .b--sm\:u-pbe-30{
    padding-block-end: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-mis-auto{
    margin-inline-start:auto!important
  }

  .b--md\:u-mie-auto{
    margin-inline-end:auto!important
  }

  .b--md\:u-mbs-auto{
    margin-block-start:auto!important
  }

  .b--md\:u-mbe-auto{
    margin-block-end: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-mis-0\.25{
    margin-inline-start:.125rem!important
  }

  .b--md\:u-mie-0\.25{
    margin-inline-end:.125rem!important
  }

  .b--md\:u-mbs-0\.25{
    margin-block-start:.125rem!important
  }

  .b--md\:u-mbe-0\.25{
    margin-block-end:.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-misn-0\.25{
    margin-inline-start:-.125rem!important
  }

  .b--md\:u-mien-0\.25{
    margin-inline-end:-.125rem!important
  }

  .b--md\:u-mbsn-0\.25{
    margin-block-start:-.125rem!important
  }

  .b--md\:u-mben-0\.25{
    margin-block-end:-.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-pis-0\.25{
    padding-inline-start:.125rem!important
  }

  .b--md\:u-pie-0\.25{
    padding-inline-end:.125rem!important
  }

  .b--md\:u-pbs-0\.25{
    padding-block-start:.125rem!important
  }

  .b--md\:u-pbe-0\.25{
    padding-block-end:.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-mis-0\.5{
    margin-inline-start:.25rem!important
  }

  .b--md\:u-mie-0\.5{
    margin-inline-end:.25rem!important
  }

  .b--md\:u-mbs-0\.5{
    margin-block-start:.25rem!important
  }

  .b--md\:u-mbe-0\.5{
    margin-block-end:.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-misn-0\.5{
    margin-inline-start:-.25rem!important
  }

  .b--md\:u-mien-0\.5{
    margin-inline-end:-.25rem!important
  }

  .b--md\:u-mbsn-0\.5{
    margin-block-start:-.25rem!important
  }

  .b--md\:u-mben-0\.5{
    margin-block-end:-.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-pis-0\.5{
    padding-inline-start:.25rem!important
  }

  .b--md\:u-pie-0\.5{
    padding-inline-end:.25rem!important
  }

  .b--md\:u-pbs-0\.5{
    padding-block-start:.25rem!important
  }

  .b--md\:u-pbe-0\.5{
    padding-block-end:.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-mis-1{
    margin-inline-start:.5rem!important
  }

  .b--md\:u-mie-1{
    margin-inline-end:.5rem!important
  }

  .b--md\:u-mbs-1{
    margin-block-start:.5rem!important
  }

  .b--md\:u-mbe-1{
    margin-block-end:.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-misn-1{
    margin-inline-start:-.5rem!important
  }

  .b--md\:u-mien-1{
    margin-inline-end:-.5rem!important
  }

  .b--md\:u-mbsn-1{
    margin-block-start:-.5rem!important
  }

  .b--md\:u-mben-1{
    margin-block-end:-.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-pis-1{
    padding-inline-start:.5rem!important
  }

  .b--md\:u-pie-1{
    padding-inline-end:.5rem!important
  }

  .b--md\:u-pbs-1{
    padding-block-start:.5rem!important
  }

  .b--md\:u-pbe-1{
    padding-block-end:.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-mis-1\.5{
    margin-inline-start:.75rem!important
  }

  .b--md\:u-mie-1\.5{
    margin-inline-end:.75rem!important
  }

  .b--md\:u-mbs-1\.5{
    margin-block-start:.75rem!important
  }

  .b--md\:u-mbe-1\.5{
    margin-block-end:.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-misn-1\.5{
    margin-inline-start:-.75rem!important
  }

  .b--md\:u-mien-1\.5{
    margin-inline-end:-.75rem!important
  }

  .b--md\:u-mbsn-1\.5{
    margin-block-start:-.75rem!important
  }

  .b--md\:u-mben-1\.5{
    margin-block-end:-.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-pis-1\.5{
    padding-inline-start:.75rem!important
  }

  .b--md\:u-pie-1\.5{
    padding-inline-end:.75rem!important
  }

  .b--md\:u-pbs-1\.5{
    padding-block-start:.75rem!important
  }

  .b--md\:u-pbe-1\.5{
    padding-block-end:.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-mis-2{
    margin-inline-start:1rem!important
  }

  .b--md\:u-mie-2{
    margin-inline-end:1rem!important
  }

  .b--md\:u-mbs-2{
    margin-block-start:1rem!important
  }

  .b--md\:u-mbe-2{
    margin-block-end: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-misn-2{
    margin-inline-start:-1rem!important
  }

  .b--md\:u-mien-2{
    margin-inline-end:-1rem!important
  }

  .b--md\:u-mbsn-2{
    margin-block-start:-1rem!important
  }

  .b--md\:u-mben-2{
    margin-block-end:-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-pis-2{
    padding-inline-start:1rem!important
  }

  .b--md\:u-pie-2{
    padding-inline-end:1rem!important
  }

  .b--md\:u-pbs-2{
    padding-block-start:1rem!important
  }

  .b--md\:u-pbe-2{
    padding-block-end: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-mis-2\.5{
    margin-inline-start:1.25rem!important
  }

  .b--md\:u-mie-2\.5{
    margin-inline-end:1.25rem!important
  }

  .b--md\:u-mbs-2\.5{
    margin-block-start:1.25rem!important
  }

  .b--md\:u-mbe-2\.5{
    margin-block-end: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-misn-2\.5{
    margin-inline-start:-1.25rem!important
  }

  .b--md\:u-mien-2\.5{
    margin-inline-end:-1.25rem!important
  }

  .b--md\:u-mbsn-2\.5{
    margin-block-start:-1.25rem!important
  }

  .b--md\:u-mben-2\.5{
    margin-block-end:-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-pis-2\.5{
    padding-inline-start:1.25rem!important
  }

  .b--md\:u-pie-2\.5{
    padding-inline-end:1.25rem!important
  }

  .b--md\:u-pbs-2\.5{
    padding-block-start:1.25rem!important
  }

  .b--md\:u-pbe-2\.5{
    padding-block-end: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-mis-3{
    margin-inline-start:1.5rem!important
  }

  .b--md\:u-mie-3{
    margin-inline-end:1.5rem!important
  }

  .b--md\:u-mbs-3{
    margin-block-start:1.5rem!important
  }

  .b--md\:u-mbe-3{
    margin-block-end: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-misn-3{
    margin-inline-start:-1.5rem!important
  }

  .b--md\:u-mien-3{
    margin-inline-end:-1.5rem!important
  }

  .b--md\:u-mbsn-3{
    margin-block-start:-1.5rem!important
  }

  .b--md\:u-mben-3{
    margin-block-end:-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-pis-3{
    padding-inline-start:1.5rem!important
  }

  .b--md\:u-pie-3{
    padding-inline-end:1.5rem!important
  }

  .b--md\:u-pbs-3{
    padding-block-start:1.5rem!important
  }

  .b--md\:u-pbe-3{
    padding-block-end: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-mis-4{
    margin-inline-start:2rem!important
  }

  .b--md\:u-mie-4{
    margin-inline-end:2rem!important
  }

  .b--md\:u-mbs-4{
    margin-block-start:2rem!important
  }

  .b--md\:u-mbe-4{
    margin-block-end: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-misn-4{
    margin-inline-start:-2rem!important
  }

  .b--md\:u-mien-4{
    margin-inline-end:-2rem!important
  }

  .b--md\:u-mbsn-4{
    margin-block-start:-2rem!important
  }

  .b--md\:u-mben-4{
    margin-block-end:-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-pis-4{
    padding-inline-start:2rem!important
  }

  .b--md\:u-pie-4{
    padding-inline-end:2rem!important
  }

  .b--md\:u-pbs-4{
    padding-block-start:2rem!important
  }

  .b--md\:u-pbe-4{
    padding-block-end:2rem!important
  }

  .b--md\:u-m-5{
    margin:2.5rem!important
  }

  .b--md\:u-mt-5{
    margin-top:2.5rem!important
  }

  .b--md\:u-mr-5{
    margin-right:2.5rem!important
  }

  .b--md\:u-mb-5{
    margin-bottom:2.5rem!important
  }

  .b--md\:u-ml-5{
    margin-left:2.5rem!important
  }

  .b--md\:u-mx-5{
    margin-left:2.5rem!important;
    margin-right:2.5rem!important
  }

  .b--md\:u-my-5{
    margin-top:2.5rem!important;
    margin-bottom:2.5rem!important
  }

  .b--md\:u-mis-5{
    margin-inline-start:2.5rem!important
  }

  .b--md\:u-mie-5{
    margin-inline-end:2.5rem!important
  }

  .b--md\:u-mbs-5{
    margin-block-start:2.5rem!important
  }

  .b--md\:u-mbe-5{
    margin-block-end:2.5rem!important
  }

  .b--md\:u-mn-5{
    margin:-2.5rem!important
  }

  .b--md\:u-mtn-5{
    margin-top:-2.5rem!important
  }

  .b--md\:u-mrn-5{
    margin-right:-2.5rem!important
  }

  .b--md\:u-mbn-5{
    margin-bottom:-2.5rem!important
  }

  .b--md\:u-mln-5{
    margin-left:-2.5rem!important
  }

  .b--md\:u-mxn-5{
    margin-left:-2.5rem!important;
    margin-right:-2.5rem!important
  }

  .b--md\:u-myn-5{
    margin-top:-2.5rem!important;
    margin-bottom:-2.5rem!important
  }

  .b--md\:u-misn-5{
    margin-inline-start:-2.5rem!important
  }

  .b--md\:u-mien-5{
    margin-inline-end:-2.5rem!important
  }

  .b--md\:u-mbsn-5{
    margin-block-start:-2.5rem!important
  }

  .b--md\:u-mben-5{
    margin-block-end:-2.5rem!important
  }

  .b--md\:u-p-5{
    padding:2.5rem!important
  }

  .b--md\:u-pt-5{
    padding-top:2.5rem!important
  }

  .b--md\:u-pr-5{
    padding-right:2.5rem!important
  }

  .b--md\:u-pb-5{
    padding-bottom:2.5rem!important
  }

  .b--md\:u-pl-5{
    padding-left:2.5rem!important
  }

  .b--md\:u-px-5{
    padding-left:2.5rem!important;
    padding-right:2.5rem!important
  }

  .b--md\:u-py-5{
    padding-top:2.5rem!important;
    padding-bottom:2.5rem!important
  }

  .b--md\:u-pis-5{
    padding-inline-start:2.5rem!important
  }

  .b--md\:u-pie-5{
    padding-inline-end:2.5rem!important
  }

  .b--md\:u-pbs-5{
    padding-block-start:2.5rem!important
  }

  .b--md\:u-pbe-5{
    padding-block-end:2.5rem!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-mis-6{
    margin-inline-start:3rem!important
  }

  .b--md\:u-mie-6{
    margin-inline-end:3rem!important
  }

  .b--md\:u-mbs-6{
    margin-block-start:3rem!important
  }

  .b--md\:u-mbe-6{
    margin-block-end: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-misn-6{
    margin-inline-start:-3rem!important
  }

  .b--md\:u-mien-6{
    margin-inline-end:-3rem!important
  }

  .b--md\:u-mbsn-6{
    margin-block-start:-3rem!important
  }

  .b--md\:u-mben-6{
    margin-block-end:-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-pis-6{
    padding-inline-start:3rem!important
  }

  .b--md\:u-pie-6{
    padding-inline-end:3rem!important
  }

  .b--md\:u-pbs-6{
    padding-block-start:3rem!important
  }

  .b--md\:u-pbe-6{
    padding-block-end: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-mis-8{
    margin-inline-start:4rem!important
  }

  .b--md\:u-mie-8{
    margin-inline-end:4rem!important
  }

  .b--md\:u-mbs-8{
    margin-block-start:4rem!important
  }

  .b--md\:u-mbe-8{
    margin-block-end: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-misn-8{
    margin-inline-start:-4rem!important
  }

  .b--md\:u-mien-8{
    margin-inline-end:-4rem!important
  }

  .b--md\:u-mbsn-8{
    margin-block-start:-4rem!important
  }

  .b--md\:u-mben-8{
    margin-block-end:-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-pis-8{
    padding-inline-start:4rem!important
  }

  .b--md\:u-pie-8{
    padding-inline-end:4rem!important
  }

  .b--md\:u-pbs-8{
    padding-block-start:4rem!important
  }

  .b--md\:u-pbe-8{
    padding-block-end: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-mis-10{
    margin-inline-start:5rem!important
  }

  .b--md\:u-mie-10{
    margin-inline-end:5rem!important
  }

  .b--md\:u-mbs-10{
    margin-block-start:5rem!important
  }

  .b--md\:u-mbe-10{
    margin-block-end: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-misn-10{
    margin-inline-start:-5rem!important
  }

  .b--md\:u-mien-10{
    margin-inline-end:-5rem!important
  }

  .b--md\:u-mbsn-10{
    margin-block-start:-5rem!important
  }

  .b--md\:u-mben-10{
    margin-block-end:-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-pis-10{
    padding-inline-start:5rem!important
  }

  .b--md\:u-pie-10{
    padding-inline-end:5rem!important
  }

  .b--md\:u-pbs-10{
    padding-block-start:5rem!important
  }

  .b--md\:u-pbe-10{
    padding-block-end: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-mis-12{
    margin-inline-start:6rem!important
  }

  .b--md\:u-mie-12{
    margin-inline-end:6rem!important
  }

  .b--md\:u-mbs-12{
    margin-block-start:6rem!important
  }

  .b--md\:u-mbe-12{
    margin-block-end: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-misn-12{
    margin-inline-start:-6rem!important
  }

  .b--md\:u-mien-12{
    margin-inline-end:-6rem!important
  }

  .b--md\:u-mbsn-12{
    margin-block-start:-6rem!important
  }

  .b--md\:u-mben-12{
    margin-block-end:-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-pis-12{
    padding-inline-start:6rem!important
  }

  .b--md\:u-pie-12{
    padding-inline-end:6rem!important
  }

  .b--md\:u-pbs-12{
    padding-block-start:6rem!important
  }

  .b--md\:u-pbe-12{
    padding-block-end: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-mis-16{
    margin-inline-start:8rem!important
  }

  .b--md\:u-mie-16{
    margin-inline-end:8rem!important
  }

  .b--md\:u-mbs-16{
    margin-block-start:8rem!important
  }

  .b--md\:u-mbe-16{
    margin-block-end: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-misn-16{
    margin-inline-start:-8rem!important
  }

  .b--md\:u-mien-16{
    margin-inline-end:-8rem!important
  }

  .b--md\:u-mbsn-16{
    margin-block-start:-8rem!important
  }

  .b--md\:u-mben-16{
    margin-block-end:-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-pis-16{
    padding-inline-start:8rem!important
  }

  .b--md\:u-pie-16{
    padding-inline-end:8rem!important
  }

  .b--md\:u-pbs-16{
    padding-block-start:8rem!important
  }

  .b--md\:u-pbe-16{
    padding-block-end: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-mis-20{
    margin-inline-start:10rem!important
  }

  .b--md\:u-mie-20{
    margin-inline-end:10rem!important
  }

  .b--md\:u-mbs-20{
    margin-block-start:10rem!important
  }

  .b--md\:u-mbe-20{
    margin-block-end: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-misn-20{
    margin-inline-start:-10rem!important
  }

  .b--md\:u-mien-20{
    margin-inline-end:-10rem!important
  }

  .b--md\:u-mbsn-20{
    margin-block-start:-10rem!important
  }

  .b--md\:u-mben-20{
    margin-block-end:-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-pis-20{
    padding-inline-start:10rem!important
  }

  .b--md\:u-pie-20{
    padding-inline-end:10rem!important
  }

  .b--md\:u-pbs-20{
    padding-block-start:10rem!important
  }

  .b--md\:u-pbe-20{
    padding-block-end: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-mis-25{
    margin-inline-start:12.5rem!important
  }

  .b--md\:u-mie-25{
    margin-inline-end:12.5rem!important
  }

  .b--md\:u-mbs-25{
    margin-block-start:12.5rem!important
  }

  .b--md\:u-mbe-25{
    margin-block-end: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-misn-25{
    margin-inline-start:-12.5rem!important
  }

  .b--md\:u-mien-25{
    margin-inline-end:-12.5rem!important
  }

  .b--md\:u-mbsn-25{
    margin-block-start:-12.5rem!important
  }

  .b--md\:u-mben-25{
    margin-block-end:-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-pis-25{
    padding-inline-start:12.5rem!important
  }

  .b--md\:u-pie-25{
    padding-inline-end:12.5rem!important
  }

  .b--md\:u-pbs-25{
    padding-block-start:12.5rem!important
  }

  .b--md\:u-pbe-25{
    padding-block-end: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-mis-30{
    margin-inline-start:15rem!important
  }

  .b--md\:u-mie-30{
    margin-inline-end:15rem!important
  }

  .b--md\:u-mbs-30{
    margin-block-start:15rem!important
  }

  .b--md\:u-mbe-30{
    margin-block-end: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-misn-30{
    margin-inline-start:-15rem!important
  }

  .b--md\:u-mien-30{
    margin-inline-end:-15rem!important
  }

  .b--md\:u-mbsn-30{
    margin-block-start:-15rem!important
  }

  .b--md\:u-mben-30{
    margin-block-end:-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
  }

  .b--md\:u-pis-30{
    padding-inline-start:15rem!important
  }

  .b--md\:u-pie-30{
    padding-inline-end:15rem!important
  }

  .b--md\:u-pbs-30{
    padding-block-start:15rem!important
  }

  .b--md\:u-pbe-30{
    padding-block-end: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-mis-auto{
    margin-inline-start:auto!important
  }

  .b--lg\:u-mie-auto{
    margin-inline-end:auto!important
  }

  .b--lg\:u-mbs-auto{
    margin-block-start:auto!important
  }

  .b--lg\:u-mbe-auto{
    margin-block-end: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-mis-0\.25{
    margin-inline-start:.125rem!important
  }

  .b--lg\:u-mie-0\.25{
    margin-inline-end:.125rem!important
  }

  .b--lg\:u-mbs-0\.25{
    margin-block-start:.125rem!important
  }

  .b--lg\:u-mbe-0\.25{
    margin-block-end:.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-misn-0\.25{
    margin-inline-start:-.125rem!important
  }

  .b--lg\:u-mien-0\.25{
    margin-inline-end:-.125rem!important
  }

  .b--lg\:u-mbsn-0\.25{
    margin-block-start:-.125rem!important
  }

  .b--lg\:u-mben-0\.25{
    margin-block-end:-.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-pis-0\.25{
    padding-inline-start:.125rem!important
  }

  .b--lg\:u-pie-0\.25{
    padding-inline-end:.125rem!important
  }

  .b--lg\:u-pbs-0\.25{
    padding-block-start:.125rem!important
  }

  .b--lg\:u-pbe-0\.25{
    padding-block-end:.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-mis-0\.5{
    margin-inline-start:.25rem!important
  }

  .b--lg\:u-mie-0\.5{
    margin-inline-end:.25rem!important
  }

  .b--lg\:u-mbs-0\.5{
    margin-block-start:.25rem!important
  }

  .b--lg\:u-mbe-0\.5{
    margin-block-end:.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-misn-0\.5{
    margin-inline-start:-.25rem!important
  }

  .b--lg\:u-mien-0\.5{
    margin-inline-end:-.25rem!important
  }

  .b--lg\:u-mbsn-0\.5{
    margin-block-start:-.25rem!important
  }

  .b--lg\:u-mben-0\.5{
    margin-block-end:-.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-pis-0\.5{
    padding-inline-start:.25rem!important
  }

  .b--lg\:u-pie-0\.5{
    padding-inline-end:.25rem!important
  }

  .b--lg\:u-pbs-0\.5{
    padding-block-start:.25rem!important
  }

  .b--lg\:u-pbe-0\.5{
    padding-block-end:.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-mis-1{
    margin-inline-start:.5rem!important
  }

  .b--lg\:u-mie-1{
    margin-inline-end:.5rem!important
  }

  .b--lg\:u-mbs-1{
    margin-block-start:.5rem!important
  }

  .b--lg\:u-mbe-1{
    margin-block-end:.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-misn-1{
    margin-inline-start:-.5rem!important
  }

  .b--lg\:u-mien-1{
    margin-inline-end:-.5rem!important
  }

  .b--lg\:u-mbsn-1{
    margin-block-start:-.5rem!important
  }

  .b--lg\:u-mben-1{
    margin-block-end:-.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-pis-1{
    padding-inline-start:.5rem!important
  }

  .b--lg\:u-pie-1{
    padding-inline-end:.5rem!important
  }

  .b--lg\:u-pbs-1{
    padding-block-start:.5rem!important
  }

  .b--lg\:u-pbe-1{
    padding-block-end:.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-mis-1\.5{
    margin-inline-start:.75rem!important
  }

  .b--lg\:u-mie-1\.5{
    margin-inline-end:.75rem!important
  }

  .b--lg\:u-mbs-1\.5{
    margin-block-start:.75rem!important
  }

  .b--lg\:u-mbe-1\.5{
    margin-block-end:.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-misn-1\.5{
    margin-inline-start:-.75rem!important
  }

  .b--lg\:u-mien-1\.5{
    margin-inline-end:-.75rem!important
  }

  .b--lg\:u-mbsn-1\.5{
    margin-block-start:-.75rem!important
  }

  .b--lg\:u-mben-1\.5{
    margin-block-end:-.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-pis-1\.5{
    padding-inline-start:.75rem!important
  }

  .b--lg\:u-pie-1\.5{
    padding-inline-end:.75rem!important
  }

  .b--lg\:u-pbs-1\.5{
    padding-block-start:.75rem!important
  }

  .b--lg\:u-pbe-1\.5{
    padding-block-end:.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-mis-2{
    margin-inline-start:1rem!important
  }

  .b--lg\:u-mie-2{
    margin-inline-end:1rem!important
  }

  .b--lg\:u-mbs-2{
    margin-block-start:1rem!important
  }

  .b--lg\:u-mbe-2{
    margin-block-end: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-misn-2{
    margin-inline-start:-1rem!important
  }

  .b--lg\:u-mien-2{
    margin-inline-end:-1rem!important
  }

  .b--lg\:u-mbsn-2{
    margin-block-start:-1rem!important
  }

  .b--lg\:u-mben-2{
    margin-block-end:-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-pis-2{
    padding-inline-start:1rem!important
  }

  .b--lg\:u-pie-2{
    padding-inline-end:1rem!important
  }

  .b--lg\:u-pbs-2{
    padding-block-start:1rem!important
  }

  .b--lg\:u-pbe-2{
    padding-block-end: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-mis-2\.5{
    margin-inline-start:1.25rem!important
  }

  .b--lg\:u-mie-2\.5{
    margin-inline-end:1.25rem!important
  }

  .b--lg\:u-mbs-2\.5{
    margin-block-start:1.25rem!important
  }

  .b--lg\:u-mbe-2\.5{
    margin-block-end: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-misn-2\.5{
    margin-inline-start:-1.25rem!important
  }

  .b--lg\:u-mien-2\.5{
    margin-inline-end:-1.25rem!important
  }

  .b--lg\:u-mbsn-2\.5{
    margin-block-start:-1.25rem!important
  }

  .b--lg\:u-mben-2\.5{
    margin-block-end:-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-pis-2\.5{
    padding-inline-start:1.25rem!important
  }

  .b--lg\:u-pie-2\.5{
    padding-inline-end:1.25rem!important
  }

  .b--lg\:u-pbs-2\.5{
    padding-block-start:1.25rem!important
  }

  .b--lg\:u-pbe-2\.5{
    padding-block-end: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-mis-3{
    margin-inline-start:1.5rem!important
  }

  .b--lg\:u-mie-3{
    margin-inline-end:1.5rem!important
  }

  .b--lg\:u-mbs-3{
    margin-block-start:1.5rem!important
  }

  .b--lg\:u-mbe-3{
    margin-block-end: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-misn-3{
    margin-inline-start:-1.5rem!important
  }

  .b--lg\:u-mien-3{
    margin-inline-end:-1.5rem!important
  }

  .b--lg\:u-mbsn-3{
    margin-block-start:-1.5rem!important
  }

  .b--lg\:u-mben-3{
    margin-block-end:-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-pis-3{
    padding-inline-start:1.5rem!important
  }

  .b--lg\:u-pie-3{
    padding-inline-end:1.5rem!important
  }

  .b--lg\:u-pbs-3{
    padding-block-start:1.5rem!important
  }

  .b--lg\:u-pbe-3{
    padding-block-end: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-mis-4{
    margin-inline-start:2rem!important
  }

  .b--lg\:u-mie-4{
    margin-inline-end:2rem!important
  }

  .b--lg\:u-mbs-4{
    margin-block-start:2rem!important
  }

  .b--lg\:u-mbe-4{
    margin-block-end: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-misn-4{
    margin-inline-start:-2rem!important
  }

  .b--lg\:u-mien-4{
    margin-inline-end:-2rem!important
  }

  .b--lg\:u-mbsn-4{
    margin-block-start:-2rem!important
  }

  .b--lg\:u-mben-4{
    margin-block-end:-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-pis-4{
    padding-inline-start:2rem!important
  }

  .b--lg\:u-pie-4{
    padding-inline-end:2rem!important
  }

  .b--lg\:u-pbs-4{
    padding-block-start:2rem!important
  }

  .b--lg\:u-pbe-4{
    padding-block-end:2rem!important
  }

  .b--lg\:u-m-5{
    margin:2.5rem!important
  }

  .b--lg\:u-mt-5{
    margin-top:2.5rem!important
  }

  .b--lg\:u-mr-5{
    margin-right:2.5rem!important
  }

  .b--lg\:u-mb-5{
    margin-bottom:2.5rem!important
  }

  .b--lg\:u-ml-5{
    margin-left:2.5rem!important
  }

  .b--lg\:u-mx-5{
    margin-left:2.5rem!important;
    margin-right:2.5rem!important
  }

  .b--lg\:u-my-5{
    margin-top:2.5rem!important;
    margin-bottom:2.5rem!important
  }

  .b--lg\:u-mis-5{
    margin-inline-start:2.5rem!important
  }

  .b--lg\:u-mie-5{
    margin-inline-end:2.5rem!important
  }

  .b--lg\:u-mbs-5{
    margin-block-start:2.5rem!important
  }

  .b--lg\:u-mbe-5{
    margin-block-end:2.5rem!important
  }

  .b--lg\:u-mn-5{
    margin:-2.5rem!important
  }

  .b--lg\:u-mtn-5{
    margin-top:-2.5rem!important
  }

  .b--lg\:u-mrn-5{
    margin-right:-2.5rem!important
  }

  .b--lg\:u-mbn-5{
    margin-bottom:-2.5rem!important
  }

  .b--lg\:u-mln-5{
    margin-left:-2.5rem!important
  }

  .b--lg\:u-mxn-5{
    margin-left:-2.5rem!important;
    margin-right:-2.5rem!important
  }

  .b--lg\:u-myn-5{
    margin-top:-2.5rem!important;
    margin-bottom:-2.5rem!important
  }

  .b--lg\:u-misn-5{
    margin-inline-start:-2.5rem!important
  }

  .b--lg\:u-mien-5{
    margin-inline-end:-2.5rem!important
  }

  .b--lg\:u-mbsn-5{
    margin-block-start:-2.5rem!important
  }

  .b--lg\:u-mben-5{
    margin-block-end:-2.5rem!important
  }

  .b--lg\:u-p-5{
    padding:2.5rem!important
  }

  .b--lg\:u-pt-5{
    padding-top:2.5rem!important
  }

  .b--lg\:u-pr-5{
    padding-right:2.5rem!important
  }

  .b--lg\:u-pb-5{
    padding-bottom:2.5rem!important
  }

  .b--lg\:u-pl-5{
    padding-left:2.5rem!important
  }

  .b--lg\:u-px-5{
    padding-left:2.5rem!important;
    padding-right:2.5rem!important
  }

  .b--lg\:u-py-5{
    padding-top:2.5rem!important;
    padding-bottom:2.5rem!important
  }

  .b--lg\:u-pis-5{
    padding-inline-start:2.5rem!important
  }

  .b--lg\:u-pie-5{
    padding-inline-end:2.5rem!important
  }

  .b--lg\:u-pbs-5{
    padding-block-start:2.5rem!important
  }

  .b--lg\:u-pbe-5{
    padding-block-end:2.5rem!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-mis-6{
    margin-inline-start:3rem!important
  }

  .b--lg\:u-mie-6{
    margin-inline-end:3rem!important
  }

  .b--lg\:u-mbs-6{
    margin-block-start:3rem!important
  }

  .b--lg\:u-mbe-6{
    margin-block-end: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-misn-6{
    margin-inline-start:-3rem!important
  }

  .b--lg\:u-mien-6{
    margin-inline-end:-3rem!important
  }

  .b--lg\:u-mbsn-6{
    margin-block-start:-3rem!important
  }

  .b--lg\:u-mben-6{
    margin-block-end:-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-pis-6{
    padding-inline-start:3rem!important
  }

  .b--lg\:u-pie-6{
    padding-inline-end:3rem!important
  }

  .b--lg\:u-pbs-6{
    padding-block-start:3rem!important
  }

  .b--lg\:u-pbe-6{
    padding-block-end: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-mis-8{
    margin-inline-start:4rem!important
  }

  .b--lg\:u-mie-8{
    margin-inline-end:4rem!important
  }

  .b--lg\:u-mbs-8{
    margin-block-start:4rem!important
  }

  .b--lg\:u-mbe-8{
    margin-block-end: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-misn-8{
    margin-inline-start:-4rem!important
  }

  .b--lg\:u-mien-8{
    margin-inline-end:-4rem!important
  }

  .b--lg\:u-mbsn-8{
    margin-block-start:-4rem!important
  }

  .b--lg\:u-mben-8{
    margin-block-end:-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-pis-8{
    padding-inline-start:4rem!important
  }

  .b--lg\:u-pie-8{
    padding-inline-end:4rem!important
  }

  .b--lg\:u-pbs-8{
    padding-block-start:4rem!important
  }

  .b--lg\:u-pbe-8{
    padding-block-end: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-mis-10{
    margin-inline-start:5rem!important
  }

  .b--lg\:u-mie-10{
    margin-inline-end:5rem!important
  }

  .b--lg\:u-mbs-10{
    margin-block-start:5rem!important
  }

  .b--lg\:u-mbe-10{
    margin-block-end: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-misn-10{
    margin-inline-start:-5rem!important
  }

  .b--lg\:u-mien-10{
    margin-inline-end:-5rem!important
  }

  .b--lg\:u-mbsn-10{
    margin-block-start:-5rem!important
  }

  .b--lg\:u-mben-10{
    margin-block-end:-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-pis-10{
    padding-inline-start:5rem!important
  }

  .b--lg\:u-pie-10{
    padding-inline-end:5rem!important
  }

  .b--lg\:u-pbs-10{
    padding-block-start:5rem!important
  }

  .b--lg\:u-pbe-10{
    padding-block-end: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-mis-12{
    margin-inline-start:6rem!important
  }

  .b--lg\:u-mie-12{
    margin-inline-end:6rem!important
  }

  .b--lg\:u-mbs-12{
    margin-block-start:6rem!important
  }

  .b--lg\:u-mbe-12{
    margin-block-end: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-misn-12{
    margin-inline-start:-6rem!important
  }

  .b--lg\:u-mien-12{
    margin-inline-end:-6rem!important
  }

  .b--lg\:u-mbsn-12{
    margin-block-start:-6rem!important
  }

  .b--lg\:u-mben-12{
    margin-block-end:-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-pis-12{
    padding-inline-start:6rem!important
  }

  .b--lg\:u-pie-12{
    padding-inline-end:6rem!important
  }

  .b--lg\:u-pbs-12{
    padding-block-start:6rem!important
  }

  .b--lg\:u-pbe-12{
    padding-block-end: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-mis-16{
    margin-inline-start:8rem!important
  }

  .b--lg\:u-mie-16{
    margin-inline-end:8rem!important
  }

  .b--lg\:u-mbs-16{
    margin-block-start:8rem!important
  }

  .b--lg\:u-mbe-16{
    margin-block-end: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-misn-16{
    margin-inline-start:-8rem!important
  }

  .b--lg\:u-mien-16{
    margin-inline-end:-8rem!important
  }

  .b--lg\:u-mbsn-16{
    margin-block-start:-8rem!important
  }

  .b--lg\:u-mben-16{
    margin-block-end:-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-pis-16{
    padding-inline-start:8rem!important
  }

  .b--lg\:u-pie-16{
    padding-inline-end:8rem!important
  }

  .b--lg\:u-pbs-16{
    padding-block-start:8rem!important
  }

  .b--lg\:u-pbe-16{
    padding-block-end: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-mis-20{
    margin-inline-start:10rem!important
  }

  .b--lg\:u-mie-20{
    margin-inline-end:10rem!important
  }

  .b--lg\:u-mbs-20{
    margin-block-start:10rem!important
  }

  .b--lg\:u-mbe-20{
    margin-block-end: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-misn-20{
    margin-inline-start:-10rem!important
  }

  .b--lg\:u-mien-20{
    margin-inline-end:-10rem!important
  }

  .b--lg\:u-mbsn-20{
    margin-block-start:-10rem!important
  }

  .b--lg\:u-mben-20{
    margin-block-end:-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-pis-20{
    padding-inline-start:10rem!important
  }

  .b--lg\:u-pie-20{
    padding-inline-end:10rem!important
  }

  .b--lg\:u-pbs-20{
    padding-block-start:10rem!important
  }

  .b--lg\:u-pbe-20{
    padding-block-end: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-mis-25{
    margin-inline-start:12.5rem!important
  }

  .b--lg\:u-mie-25{
    margin-inline-end:12.5rem!important
  }

  .b--lg\:u-mbs-25{
    margin-block-start:12.5rem!important
  }

  .b--lg\:u-mbe-25{
    margin-block-end: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-misn-25{
    margin-inline-start:-12.5rem!important
  }

  .b--lg\:u-mien-25{
    margin-inline-end:-12.5rem!important
  }

  .b--lg\:u-mbsn-25{
    margin-block-start:-12.5rem!important
  }

  .b--lg\:u-mben-25{
    margin-block-end:-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-pis-25{
    padding-inline-start:12.5rem!important
  }

  .b--lg\:u-pie-25{
    padding-inline-end:12.5rem!important
  }

  .b--lg\:u-pbs-25{
    padding-block-start:12.5rem!important
  }

  .b--lg\:u-pbe-25{
    padding-block-end: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-mis-30{
    margin-inline-start:15rem!important
  }

  .b--lg\:u-mie-30{
    margin-inline-end:15rem!important
  }

  .b--lg\:u-mbs-30{
    margin-block-start:15rem!important
  }

  .b--lg\:u-mbe-30{
    margin-block-end: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-misn-30{
    margin-inline-start:-15rem!important
  }

  .b--lg\:u-mien-30{
    margin-inline-end:-15rem!important
  }

  .b--lg\:u-mbsn-30{
    margin-block-start:-15rem!important
  }

  .b--lg\:u-mben-30{
    margin-block-end:-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
  }

  .b--lg\:u-pis-30{
    padding-inline-start:15rem!important
  }

  .b--lg\:u-pie-30{
    padding-inline-end:15rem!important
  }

  .b--lg\:u-pbs-30{
    padding-block-start:15rem!important
  }

  .b--lg\:u-pbe-30{
    padding-block-end: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-mis-auto{
    margin-inline-start:auto!important
  }

  .b--xl\:u-mie-auto{
    margin-inline-end:auto!important
  }

  .b--xl\:u-mbs-auto{
    margin-block-start:auto!important
  }

  .b--xl\:u-mbe-auto{
    margin-block-end: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-mis-0\.25{
    margin-inline-start:.125rem!important
  }

  .b--xl\:u-mie-0\.25{
    margin-inline-end:.125rem!important
  }

  .b--xl\:u-mbs-0\.25{
    margin-block-start:.125rem!important
  }

  .b--xl\:u-mbe-0\.25{
    margin-block-end:.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-misn-0\.25{
    margin-inline-start:-.125rem!important
  }

  .b--xl\:u-mien-0\.25{
    margin-inline-end:-.125rem!important
  }

  .b--xl\:u-mbsn-0\.25{
    margin-block-start:-.125rem!important
  }

  .b--xl\:u-mben-0\.25{
    margin-block-end:-.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-pis-0\.25{
    padding-inline-start:.125rem!important
  }

  .b--xl\:u-pie-0\.25{
    padding-inline-end:.125rem!important
  }

  .b--xl\:u-pbs-0\.25{
    padding-block-start:.125rem!important
  }

  .b--xl\:u-pbe-0\.25{
    padding-block-end:.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-mis-0\.5{
    margin-inline-start:.25rem!important
  }

  .b--xl\:u-mie-0\.5{
    margin-inline-end:.25rem!important
  }

  .b--xl\:u-mbs-0\.5{
    margin-block-start:.25rem!important
  }

  .b--xl\:u-mbe-0\.5{
    margin-block-end:.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-misn-0\.5{
    margin-inline-start:-.25rem!important
  }

  .b--xl\:u-mien-0\.5{
    margin-inline-end:-.25rem!important
  }

  .b--xl\:u-mbsn-0\.5{
    margin-block-start:-.25rem!important
  }

  .b--xl\:u-mben-0\.5{
    margin-block-end:-.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-pis-0\.5{
    padding-inline-start:.25rem!important
  }

  .b--xl\:u-pie-0\.5{
    padding-inline-end:.25rem!important
  }

  .b--xl\:u-pbs-0\.5{
    padding-block-start:.25rem!important
  }

  .b--xl\:u-pbe-0\.5{
    padding-block-end:.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-mis-1{
    margin-inline-start:.5rem!important
  }

  .b--xl\:u-mie-1{
    margin-inline-end:.5rem!important
  }

  .b--xl\:u-mbs-1{
    margin-block-start:.5rem!important
  }

  .b--xl\:u-mbe-1{
    margin-block-end:.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-misn-1{
    margin-inline-start:-.5rem!important
  }

  .b--xl\:u-mien-1{
    margin-inline-end:-.5rem!important
  }

  .b--xl\:u-mbsn-1{
    margin-block-start:-.5rem!important
  }

  .b--xl\:u-mben-1{
    margin-block-end:-.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-pis-1{
    padding-inline-start:.5rem!important
  }

  .b--xl\:u-pie-1{
    padding-inline-end:.5rem!important
  }

  .b--xl\:u-pbs-1{
    padding-block-start:.5rem!important
  }

  .b--xl\:u-pbe-1{
    padding-block-end:.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-mis-1\.5{
    margin-inline-start:.75rem!important
  }

  .b--xl\:u-mie-1\.5{
    margin-inline-end:.75rem!important
  }

  .b--xl\:u-mbs-1\.5{
    margin-block-start:.75rem!important
  }

  .b--xl\:u-mbe-1\.5{
    margin-block-end:.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-misn-1\.5{
    margin-inline-start:-.75rem!important
  }

  .b--xl\:u-mien-1\.5{
    margin-inline-end:-.75rem!important
  }

  .b--xl\:u-mbsn-1\.5{
    margin-block-start:-.75rem!important
  }

  .b--xl\:u-mben-1\.5{
    margin-block-end:-.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-pis-1\.5{
    padding-inline-start:.75rem!important
  }

  .b--xl\:u-pie-1\.5{
    padding-inline-end:.75rem!important
  }

  .b--xl\:u-pbs-1\.5{
    padding-block-start:.75rem!important
  }

  .b--xl\:u-pbe-1\.5{
    padding-block-end:.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-mis-2{
    margin-inline-start:1rem!important
  }

  .b--xl\:u-mie-2{
    margin-inline-end:1rem!important
  }

  .b--xl\:u-mbs-2{
    margin-block-start:1rem!important
  }

  .b--xl\:u-mbe-2{
    margin-block-end: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-misn-2{
    margin-inline-start:-1rem!important
  }

  .b--xl\:u-mien-2{
    margin-inline-end:-1rem!important
  }

  .b--xl\:u-mbsn-2{
    margin-block-start:-1rem!important
  }

  .b--xl\:u-mben-2{
    margin-block-end:-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-pis-2{
    padding-inline-start:1rem!important
  }

  .b--xl\:u-pie-2{
    padding-inline-end:1rem!important
  }

  .b--xl\:u-pbs-2{
    padding-block-start:1rem!important
  }

  .b--xl\:u-pbe-2{
    padding-block-end: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-mis-2\.5{
    margin-inline-start:1.25rem!important
  }

  .b--xl\:u-mie-2\.5{
    margin-inline-end:1.25rem!important
  }

  .b--xl\:u-mbs-2\.5{
    margin-block-start:1.25rem!important
  }

  .b--xl\:u-mbe-2\.5{
    margin-block-end: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-misn-2\.5{
    margin-inline-start:-1.25rem!important
  }

  .b--xl\:u-mien-2\.5{
    margin-inline-end:-1.25rem!important
  }

  .b--xl\:u-mbsn-2\.5{
    margin-block-start:-1.25rem!important
  }

  .b--xl\:u-mben-2\.5{
    margin-block-end:-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-pis-2\.5{
    padding-inline-start:1.25rem!important
  }

  .b--xl\:u-pie-2\.5{
    padding-inline-end:1.25rem!important
  }

  .b--xl\:u-pbs-2\.5{
    padding-block-start:1.25rem!important
  }

  .b--xl\:u-pbe-2\.5{
    padding-block-end: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-mis-3{
    margin-inline-start:1.5rem!important
  }

  .b--xl\:u-mie-3{
    margin-inline-end:1.5rem!important
  }

  .b--xl\:u-mbs-3{
    margin-block-start:1.5rem!important
  }

  .b--xl\:u-mbe-3{
    margin-block-end: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-misn-3{
    margin-inline-start:-1.5rem!important
  }

  .b--xl\:u-mien-3{
    margin-inline-end:-1.5rem!important
  }

  .b--xl\:u-mbsn-3{
    margin-block-start:-1.5rem!important
  }

  .b--xl\:u-mben-3{
    margin-block-end:-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-pis-3{
    padding-inline-start:1.5rem!important
  }

  .b--xl\:u-pie-3{
    padding-inline-end:1.5rem!important
  }

  .b--xl\:u-pbs-3{
    padding-block-start:1.5rem!important
  }

  .b--xl\:u-pbe-3{
    padding-block-end: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-mis-4{
    margin-inline-start:2rem!important
  }

  .b--xl\:u-mie-4{
    margin-inline-end:2rem!important
  }

  .b--xl\:u-mbs-4{
    margin-block-start:2rem!important
  }

  .b--xl\:u-mbe-4{
    margin-block-end: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-misn-4{
    margin-inline-start:-2rem!important
  }

  .b--xl\:u-mien-4{
    margin-inline-end:-2rem!important
  }

  .b--xl\:u-mbsn-4{
    margin-block-start:-2rem!important
  }

  .b--xl\:u-mben-4{
    margin-block-end:-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-pis-4{
    padding-inline-start:2rem!important
  }

  .b--xl\:u-pie-4{
    padding-inline-end:2rem!important
  }

  .b--xl\:u-pbs-4{
    padding-block-start:2rem!important
  }

  .b--xl\:u-pbe-4{
    padding-block-end:2rem!important
  }

  .b--xl\:u-m-5{
    margin:2.5rem!important
  }

  .b--xl\:u-mt-5{
    margin-top:2.5rem!important
  }

  .b--xl\:u-mr-5{
    margin-right:2.5rem!important
  }

  .b--xl\:u-mb-5{
    margin-bottom:2.5rem!important
  }

  .b--xl\:u-ml-5{
    margin-left:2.5rem!important
  }

  .b--xl\:u-mx-5{
    margin-left:2.5rem!important;
    margin-right:2.5rem!important
  }

  .b--xl\:u-my-5{
    margin-top:2.5rem!important;
    margin-bottom:2.5rem!important
  }

  .b--xl\:u-mis-5{
    margin-inline-start:2.5rem!important
  }

  .b--xl\:u-mie-5{
    margin-inline-end:2.5rem!important
  }

  .b--xl\:u-mbs-5{
    margin-block-start:2.5rem!important
  }

  .b--xl\:u-mbe-5{
    margin-block-end:2.5rem!important
  }

  .b--xl\:u-mn-5{
    margin:-2.5rem!important
  }

  .b--xl\:u-mtn-5{
    margin-top:-2.5rem!important
  }

  .b--xl\:u-mrn-5{
    margin-right:-2.5rem!important
  }

  .b--xl\:u-mbn-5{
    margin-bottom:-2.5rem!important
  }

  .b--xl\:u-mln-5{
    margin-left:-2.5rem!important
  }

  .b--xl\:u-mxn-5{
    margin-left:-2.5rem!important;
    margin-right:-2.5rem!important
  }

  .b--xl\:u-myn-5{
    margin-top:-2.5rem!important;
    margin-bottom:-2.5rem!important
  }

  .b--xl\:u-misn-5{
    margin-inline-start:-2.5rem!important
  }

  .b--xl\:u-mien-5{
    margin-inline-end:-2.5rem!important
  }

  .b--xl\:u-mbsn-5{
    margin-block-start:-2.5rem!important
  }

  .b--xl\:u-mben-5{
    margin-block-end:-2.5rem!important
  }

  .b--xl\:u-p-5{
    padding:2.5rem!important
  }

  .b--xl\:u-pt-5{
    padding-top:2.5rem!important
  }

  .b--xl\:u-pr-5{
    padding-right:2.5rem!important
  }

  .b--xl\:u-pb-5{
    padding-bottom:2.5rem!important
  }

  .b--xl\:u-pl-5{
    padding-left:2.5rem!important
  }

  .b--xl\:u-px-5{
    padding-left:2.5rem!important;
    padding-right:2.5rem!important
  }

  .b--xl\:u-py-5{
    padding-top:2.5rem!important;
    padding-bottom:2.5rem!important
  }

  .b--xl\:u-pis-5{
    padding-inline-start:2.5rem!important
  }

  .b--xl\:u-pie-5{
    padding-inline-end:2.5rem!important
  }

  .b--xl\:u-pbs-5{
    padding-block-start:2.5rem!important
  }

  .b--xl\:u-pbe-5{
    padding-block-end:2.5rem!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-mis-6{
    margin-inline-start:3rem!important
  }

  .b--xl\:u-mie-6{
    margin-inline-end:3rem!important
  }

  .b--xl\:u-mbs-6{
    margin-block-start:3rem!important
  }

  .b--xl\:u-mbe-6{
    margin-block-end: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-misn-6{
    margin-inline-start:-3rem!important
  }

  .b--xl\:u-mien-6{
    margin-inline-end:-3rem!important
  }

  .b--xl\:u-mbsn-6{
    margin-block-start:-3rem!important
  }

  .b--xl\:u-mben-6{
    margin-block-end:-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-pis-6{
    padding-inline-start:3rem!important
  }

  .b--xl\:u-pie-6{
    padding-inline-end:3rem!important
  }

  .b--xl\:u-pbs-6{
    padding-block-start:3rem!important
  }

  .b--xl\:u-pbe-6{
    padding-block-end: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-mis-8{
    margin-inline-start:4rem!important
  }

  .b--xl\:u-mie-8{
    margin-inline-end:4rem!important
  }

  .b--xl\:u-mbs-8{
    margin-block-start:4rem!important
  }

  .b--xl\:u-mbe-8{
    margin-block-end: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-misn-8{
    margin-inline-start:-4rem!important
  }

  .b--xl\:u-mien-8{
    margin-inline-end:-4rem!important
  }

  .b--xl\:u-mbsn-8{
    margin-block-start:-4rem!important
  }

  .b--xl\:u-mben-8{
    margin-block-end:-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-pis-8{
    padding-inline-start:4rem!important
  }

  .b--xl\:u-pie-8{
    padding-inline-end:4rem!important
  }

  .b--xl\:u-pbs-8{
    padding-block-start:4rem!important
  }

  .b--xl\:u-pbe-8{
    padding-block-end: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-mis-10{
    margin-inline-start:5rem!important
  }

  .b--xl\:u-mie-10{
    margin-inline-end:5rem!important
  }

  .b--xl\:u-mbs-10{
    margin-block-start:5rem!important
  }

  .b--xl\:u-mbe-10{
    margin-block-end: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-misn-10{
    margin-inline-start:-5rem!important
  }

  .b--xl\:u-mien-10{
    margin-inline-end:-5rem!important
  }

  .b--xl\:u-mbsn-10{
    margin-block-start:-5rem!important
  }

  .b--xl\:u-mben-10{
    margin-block-end:-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-pis-10{
    padding-inline-start:5rem!important
  }

  .b--xl\:u-pie-10{
    padding-inline-end:5rem!important
  }

  .b--xl\:u-pbs-10{
    padding-block-start:5rem!important
  }

  .b--xl\:u-pbe-10{
    padding-block-end: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-mis-12{
    margin-inline-start:6rem!important
  }

  .b--xl\:u-mie-12{
    margin-inline-end:6rem!important
  }

  .b--xl\:u-mbs-12{
    margin-block-start:6rem!important
  }

  .b--xl\:u-mbe-12{
    margin-block-end: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-misn-12{
    margin-inline-start:-6rem!important
  }

  .b--xl\:u-mien-12{
    margin-inline-end:-6rem!important
  }

  .b--xl\:u-mbsn-12{
    margin-block-start:-6rem!important
  }

  .b--xl\:u-mben-12{
    margin-block-end:-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-pis-12{
    padding-inline-start:6rem!important
  }

  .b--xl\:u-pie-12{
    padding-inline-end:6rem!important
  }

  .b--xl\:u-pbs-12{
    padding-block-start:6rem!important
  }

  .b--xl\:u-pbe-12{
    padding-block-end: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-mis-16{
    margin-inline-start:8rem!important
  }

  .b--xl\:u-mie-16{
    margin-inline-end:8rem!important
  }

  .b--xl\:u-mbs-16{
    margin-block-start:8rem!important
  }

  .b--xl\:u-mbe-16{
    margin-block-end: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-misn-16{
    margin-inline-start:-8rem!important
  }

  .b--xl\:u-mien-16{
    margin-inline-end:-8rem!important
  }

  .b--xl\:u-mbsn-16{
    margin-block-start:-8rem!important
  }

  .b--xl\:u-mben-16{
    margin-block-end:-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-pis-16{
    padding-inline-start:8rem!important
  }

  .b--xl\:u-pie-16{
    padding-inline-end:8rem!important
  }

  .b--xl\:u-pbs-16{
    padding-block-start:8rem!important
  }

  .b--xl\:u-pbe-16{
    padding-block-end: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-mis-20{
    margin-inline-start:10rem!important
  }

  .b--xl\:u-mie-20{
    margin-inline-end:10rem!important
  }

  .b--xl\:u-mbs-20{
    margin-block-start:10rem!important
  }

  .b--xl\:u-mbe-20{
    margin-block-end: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-misn-20{
    margin-inline-start:-10rem!important
  }

  .b--xl\:u-mien-20{
    margin-inline-end:-10rem!important
  }

  .b--xl\:u-mbsn-20{
    margin-block-start:-10rem!important
  }

  .b--xl\:u-mben-20{
    margin-block-end:-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-pis-20{
    padding-inline-start:10rem!important
  }

  .b--xl\:u-pie-20{
    padding-inline-end:10rem!important
  }

  .b--xl\:u-pbs-20{
    padding-block-start:10rem!important
  }

  .b--xl\:u-pbe-20{
    padding-block-end: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-mis-25{
    margin-inline-start:12.5rem!important
  }

  .b--xl\:u-mie-25{
    margin-inline-end:12.5rem!important
  }

  .b--xl\:u-mbs-25{
    margin-block-start:12.5rem!important
  }

  .b--xl\:u-mbe-25{
    margin-block-end: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-misn-25{
    margin-inline-start:-12.5rem!important
  }

  .b--xl\:u-mien-25{
    margin-inline-end:-12.5rem!important
  }

  .b--xl\:u-mbsn-25{
    margin-block-start:-12.5rem!important
  }

  .b--xl\:u-mben-25{
    margin-block-end:-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-pis-25{
    padding-inline-start:12.5rem!important
  }

  .b--xl\:u-pie-25{
    padding-inline-end:12.5rem!important
  }

  .b--xl\:u-pbs-25{
    padding-block-start:12.5rem!important
  }

  .b--xl\:u-pbe-25{
    padding-block-end: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-mis-30{
    margin-inline-start:15rem!important
  }

  .b--xl\:u-mie-30{
    margin-inline-end:15rem!important
  }

  .b--xl\:u-mbs-30{
    margin-block-start:15rem!important
  }

  .b--xl\:u-mbe-30{
    margin-block-end: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-misn-30{
    margin-inline-start:-15rem!important
  }

  .b--xl\:u-mien-30{
    margin-inline-end:-15rem!important
  }

  .b--xl\:u-mbsn-30{
    margin-block-start:-15rem!important
  }

  .b--xl\:u-mben-30{
    margin-block-end:-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--xl\:u-pis-30{
    padding-inline-start:15rem!important
  }

  .b--xl\:u-pie-30{
    padding-inline-end:15rem!important
  }

  .b--xl\:u-pbs-30{
    padding-block-start:15rem!important
  }

  .b--xl\:u-pbe-30{
    padding-block-end: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
}

.tippy-box[data-animation=fade][data-state=hidden]{
  opacity:0
}

[data-tippy-root]{
  max-width:calc(100vw - 10px)
}

.tippy-box{
  position:relative;
  background-color:#333;
  color:#fff;
  border-radius:4px;
  font-size:14px;
  line-height:1.4;
  white-space:normal;
  outline:0;
  transition-property:transform,visibility,opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow{
  bottom:0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before{
  bottom:-7px;
  left:0;
  border-width:8px 8px 0;
  border-top-color:initial;
  transform-origin:center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow{
  top:0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before{
  top:-7px;
  left:0;
  border-width:0 8px 8px;
  border-bottom-color:initial;
  transform-origin:center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow{
  right:0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before{
  border-width:8px 0 8px 8px;
  border-left-color:initial;
  right:-7px;
  transform-origin:center left
}

.tippy-box[data-placement^=right]>.tippy-arrow{
  left:0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before{
  left:-7px;
  border-width:8px 8px 8px 0;
  border-right-color:initial;
  transform-origin:center right
}

.tippy-box[data-inertia][data-state=visible]{
  transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)
}

.tippy-arrow{
  width:16px;
  height:16px;
  color:#333
}

.tippy-arrow:before{
  content:"";
  position:absolute;
  border-color:transparent;
  border-style:solid
}

.tippy-content{
  position:relative;
  padding:5px 9px;
  z-index:1
}

@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;
    border-style: solid;
  }

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

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

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

  .sm\:u-border-6 {
    border-width: 6px;
  }

  .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-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;
  }

  .sm\:u-overflow-auto {
    overflow: auto;
  }

  .sm\:u-overflow-hidden {
    overflow: hidden;
  }
}

@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;
    border-style: solid;
  }

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

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

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

  .md\:u-border-6 {
    border-width: 6px;
  }

  .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-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;
  }

  .md\:u-overflow-auto {
    overflow: auto;
  }

  .md\:u-overflow-hidden {
    overflow: hidden;
  }
}

@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;
    border-style: solid;
  }

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

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

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

  .lg\:u-border-6 {
    border-width: 6px;
  }

  .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-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;
  }

  .lg\:u-overflow-auto {
    overflow: auto;
  }

  .lg\:u-overflow-hidden {
    overflow: hidden;
  }
}

@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;
    border-style: solid;
  }

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

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

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

  .xl\:u-border-6 {
    border-width: 6px;
  }

  .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-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;
  }

  .xl\:u-overflow-auto {
    overflow: auto;
  }

  .xl\:u-overflow-hidden {
    overflow: hidden;
  }
}

/* purgecss end ignore */

