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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

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

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

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

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

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

  src: url('/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-weight: normal;
  font-size: 1rem;
  color: #1b1b20;
  line-height: 1.5;
}

::-moz-selection {
  background: #ffd000;
  color: #0F0F10;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

::selection {
  background: #ffd000;
  color: #0F0F10;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

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

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

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

p {
  margin-top: 0;
}

b,
strong {
  font-weight: 500;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

nav ul {
  list-style: none;
}

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

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

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

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

blockquote {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.o-decor--flip-x {
  transform: rotateY(180deg);
  transform-origin: center;
}

.o-decor--flip-y {
  transform: rotateX(180deg);
  transform-origin: center;
}

.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--gap-default {
  grid-gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 48rem) {
  .o-columns {
    grid-gap: 1.3rem 1.3rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-btn.v--primary-black {
  background-color: #0F0F10;
  border-color: #0F0F10;
  color: #fff;
}

.c-btn.v--primary-black:hover {
  background-color: #28282a;
  border-color: #28282a;
  color: #fff;
}

.c-btn.v--primary-black-arrow {
  background-color: #0F0F10;
  border-color: #0F0F10;
  color: #fff;
}

.c-btn.v--primary-black-arrow:hover {
  background-color: #28282a;
  border-color: #28282a;
  color: #fff;
}

.c-btn.v--primary-black-arrow::after {
  content: "\00a0›";
  margin-left: 5px;
}

.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--secondary-arrow {
  background-color: #fff;
  border-color: #0F0F10;
  color: #0F0F10;
}

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

.c-btn.v--secondary-arrow::after {
  content: "\00a0›";
  margin-left: 5px;
}

.c-btn.v--secondary-arrow.v--transparent:hover,
.c-btn.v--secondary.v--transparent:hover {
  border-color: #0F0F10;
  background-color: #0F0F10;
}

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

.c-btn.v--transparent:hover {
  border-color: #ffffff;
  background-color: #ffffff;
}

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

.c-btn.v--transparent-dark::after {
  content: "\00a0›";
  margin-left: 5px;
}

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

.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--light {
  background-color: #fff;
  border-color: #FCFCFC;
  color: #0F0F10;
}

.c-btn.v--light:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #0F0F10;
}

.c-btn.v--light-outline {
  background-color: #fff;
  border-color: #d4d4d4;
  color: #0F0F10;
}

.c-btn.v--light-outline:hover {
  background-color: #fff;
  border-color: #0F0F10;
  color: #0F0F10;
}

.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-btn.v--borderless {
  border: none;
}

.c-link {
  text-decoration: none;
  color: #0156f9;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.c-link__overlay {
  position: relative;
}

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

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

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

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

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

.c-list.v--tick .c-list__item::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 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.3rem;
  margin-left: -2rem;
}

.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' viewBox='0 0 16 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;
  margin-left: -1.8rem;
}

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

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

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

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

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

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

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

.c-navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid;
  border-color: #f6f6f7;
  background: #ffffff;
  width: 100%;
}

.c-navbar.t-mode--dark {
  border-color: #1b1b20;
}

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

.c-navbar:has(.v--active) {
  position: fixed;
}

.c-navbar.v--disable-sticky:has(.v--active) {
  position: fixed;
}

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

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

.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.v--dark-mode {
  background: transparent;
  color: #fff;
}

.c-navbar__button.v--dark-mode svg g {
  stroke: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.c-navbar__menu {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 60px;
  left: 0;
  padding: 0 24px;
  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__logo img {
    height: 38px;
  }

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

  .c-navbar__actions {
    display: flex;
  }

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

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

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

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

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

  .c-navbar__item {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-toc__title {
  padding: 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) {
  .c-navbar__search input[type="search"],
  .c-navbar__search__input {
    font-weight: normal;
    font-size: 0.875rem;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 20px;
    padding-left: 2.5rem;
    padding-right: 0;
    transition: all 0.4s ease-in-out;
    background-position: 0.5rem center;
    background-color: transparent;
    cursor: pointer;
    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[type="search"].v--active,
  .c-navbar__search__input.v--active {
    background-image: url("../packages/bold-frontend/assets/images/search-active.svg");
  }

  .c-navbar__search input[type="search"]:focus,
  .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 (min-width: 64rem) {
  .c-menu {
    display: block;
    top: 0;
    position: relative;
    width: auto;
    height: auto;
    overflow: visible;
  }
}

.c-menu[hidden] {
  display: none;
}

@media screen and (min-width: 64rem) {
  .c-menu[hidden] {
    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 > a,
.c-menu > ul > li > button {
  white-space: nowrap;
}

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

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

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

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

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

.c-menu__item .v--description {
  display: none;
}

@media screen and (min-height: 46rem) {
  .c-menu__item .v--description {
    display: block;
  }
}

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

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

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

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

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

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

@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;
  pointer-events: none;
}

@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;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    left: -100%;
    width: 37rem;
    max-width: 100vw;
    padding: 0;
    border-bottom: none;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s;
  }
}

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

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

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

.c-menu__icon {
  display: inline-block;
  max-width: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (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: 1.4878125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

.c-search__result {
  display: block;
}

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

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

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

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

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

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

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

.c-video {
  position: relative;
}

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

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

.c-video__play:hover::before,
.c-video__play:hover::after {
  scale: 1.15;
}

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

.c-video__play:not(.v--minimalistic)::after {
  content: " ";
  position: absolute;
  width: 6%;
  height: 16%;
  left: 51%;
  top: 50%;
  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;
  transition: scale 0.2s;
}

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

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

.c-video__play.v--orange::before {
  background-color: #ff5100;
}

.c-video__play.v--orange::after {
  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='%23fff'/%3E%3C/svg%3E");
}

.c-video__play.v--yellow::before {
  top: 53%;
  width: 55px;
  height: 55px;
  padding: 0;
  background-color: #ffd000;
}

@media (min-width: 36rem) {
  .c-video__play.v--yellow::before {
    width: 90px;
    height: 90px;
  }
}

.c-video__play.v--yellow::after {
  top: 53%;
  left: 50.4%;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7 11.1a1 1 0 0 1 0 1.8L2.1 23.3a1 1 0 0 1-1.5-.9V1.6A1 1 0 0 1 2 .7l17.6 10.4Z' fill='%231B1B20'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
}

@media (min-width: 36rem) {
  .c-video__play.v--yellow::after {
    top: 53%;
    background-size: 25px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-share {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-announcement {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 *  Text presets
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Quote */

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

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

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

/* Underlines */

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

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

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

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

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

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

.u-font-mono {
  font-family: "Roboto Mono", monospace;
}

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

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

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

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

.u-text-balance {
  text-wrap: balance;
}

.u-text-pretty {
  text-wrap: pretty;
}

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

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

.u-static {
  position: static;
}

.u-fixed {
  position: fixed;
}

.u-absolute {
  position: absolute;
}

.u-relative {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-bg-transparent {
  background-color: transparent !important;
}

.u-text-transparent {
  color: transparent !important;
}

.u-border-transparent {
  border-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:u-bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:u-text-transparent:hover {
  color: transparent !important;
}

.hover\:u-border-transparent:hover {
  border-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-rounded-sl {
  border-radius: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-rounded-full {
  border-radius: 9999px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-m-3xs {
  margin: 0.125rem !important;
}

.u-mt-3xs {
  margin-top: 0.125rem !important;
}

.u-mr-3xs {
  margin-right: 0.125rem !important;
}

.u-mb-3xs {
  margin-bottom: 0.125rem !important;
}

.u-ml-3xs {
  margin-left: 0.125rem !important;
}

.u-mx-3xs {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.u-my-3xs {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.u--m-3xs {
  margin: -0.125rem !important;
}

.u--mt-3xs {
  margin-top: -0.125rem !important;
}

.u--mr-3xs {
  margin-right: -0.125rem !important;
}

.u--mb-3xs {
  margin-bottom: -0.125rem !important;
}

.u--ml-3xs {
  margin-left: -0.125rem !important;
}

.u--mx-3xs {
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}

.u--my-3xs {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

.u-p-3xs {
  padding: 0.125rem !important;
}

.u-pt-3xs {
  padding-top: 0.125rem !important;
}

.u-pr-3xs {
  padding-right: 0.125rem !important;
}

.u-pb-3xs {
  padding-bottom: 0.125rem !important;
}

.u-pl-3xs {
  padding-left: 0.125rem !important;
}

.u-px-3xs {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.u-py-3xs {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.u-m-2xs {
  margin: 0.25rem !important;
}

.u-mt-2xs {
  margin-top: 0.25rem !important;
}

.u-mr-2xs {
  margin-right: 0.25rem !important;
}

.u-mb-2xs {
  margin-bottom: 0.25rem !important;
}

.u-ml-2xs {
  margin-left: 0.25rem !important;
}

.u-mx-2xs {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.u-my-2xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.u--m-2xs {
  margin: -0.25rem !important;
}

.u--mt-2xs {
  margin-top: -0.25rem !important;
}

.u--mr-2xs {
  margin-right: -0.25rem !important;
}

.u--mb-2xs {
  margin-bottom: -0.25rem !important;
}

.u--ml-2xs {
  margin-left: -0.25rem !important;
}

.u--mx-2xs {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.u--my-2xs {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.u-p-2xs {
  padding: 0.25rem !important;
}

.u-pt-2xs {
  padding-top: 0.25rem !important;
}

.u-pr-2xs {
  padding-right: 0.25rem !important;
}

.u-pb-2xs {
  padding-bottom: 0.25rem !important;
}

.u-pl-2xs {
  padding-left: 0.25rem !important;
}

.u-px-2xs {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.u-py-2xs {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.u-m-xs {
  margin: 0.5rem !important;
}

.u-mt-xs {
  margin-top: 0.5rem !important;
}

.u-mr-xs {
  margin-right: 0.5rem !important;
}

.u-mb-xs {
  margin-bottom: 0.5rem !important;
}

.u-ml-xs {
  margin-left: 0.5rem !important;
}

.u-mx-xs {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.u-my-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u--m-xs {
  margin: -0.5rem !important;
}

.u--mt-xs {
  margin-top: -0.5rem !important;
}

.u--mr-xs {
  margin-right: -0.5rem !important;
}

.u--mb-xs {
  margin-bottom: -0.5rem !important;
}

.u--ml-xs {
  margin-left: -0.5rem !important;
}

.u--mx-xs {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.u--my-xs {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.u-p-xs {
  padding: 0.5rem !important;
}

.u-pt-xs {
  padding-top: 0.5rem !important;
}

.u-pr-xs {
  padding-right: 0.5rem !important;
}

.u-pb-xs {
  padding-bottom: 0.5rem !important;
}

.u-pl-xs {
  padding-left: 0.5rem !important;
}

.u-px-xs {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.u-py-xs {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-m-sm {
  margin: 0.75rem !important;
}

.u-mt-sm {
  margin-top: 0.75rem !important;
}

.u-mr-sm {
  margin-right: 0.75rem !important;
}

.u-mb-sm {
  margin-bottom: 0.75rem !important;
}

.u-ml-sm {
  margin-left: 0.75rem !important;
}

.u-mx-sm {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.u-my-sm {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.u--m-sm {
  margin: -0.75rem !important;
}

.u--mt-sm {
  margin-top: -0.75rem !important;
}

.u--mr-sm {
  margin-right: -0.75rem !important;
}

.u--mb-sm {
  margin-bottom: -0.75rem !important;
}

.u--ml-sm {
  margin-left: -0.75rem !important;
}

.u--mx-sm {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.u--my-sm {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.u-p-sm {
  padding: 0.75rem !important;
}

.u-pt-sm {
  padding-top: 0.75rem !important;
}

.u-pr-sm {
  padding-right: 0.75rem !important;
}

.u-pb-sm {
  padding-bottom: 0.75rem !important;
}

.u-pl-sm {
  padding-left: 0.75rem !important;
}

.u-px-sm {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.u-py-sm {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.u-m-md {
  margin: 1rem !important;
}

.u-mt-md {
  margin-top: 1rem !important;
}

.u-mr-md {
  margin-right: 1rem !important;
}

.u-mb-md {
  margin-bottom: 1rem !important;
}

.u-ml-md {
  margin-left: 1rem !important;
}

.u-mx-md {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.u-my-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u--m-md {
  margin: -1rem !important;
}

.u--mt-md {
  margin-top: -1rem !important;
}

.u--mr-md {
  margin-right: -1rem !important;
}

.u--mb-md {
  margin-bottom: -1rem !important;
}

.u--ml-md {
  margin-left: -1rem !important;
}

.u--mx-md {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.u--my-md {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.u-p-md {
  padding: 1rem !important;
}

.u-pt-md {
  padding-top: 1rem !important;
}

.u-pr-md {
  padding-right: 1rem !important;
}

.u-pb-md {
  padding-bottom: 1rem !important;
}

.u-pl-md {
  padding-left: 1rem !important;
}

.u-px-md {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.u-py-md {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-m-lg {
  margin: 1.5rem !important;
}

.u-mt-lg {
  margin-top: 1.5rem !important;
}

.u-mr-lg {
  margin-right: 1.5rem !important;
}

.u-mb-lg {
  margin-bottom: 1.5rem !important;
}

.u-ml-lg {
  margin-left: 1.5rem !important;
}

.u-mx-lg {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.u-my-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u--m-lg {
  margin: -1.5rem !important;
}

.u--mt-lg {
  margin-top: -1.5rem !important;
}

.u--mr-lg {
  margin-right: -1.5rem !important;
}

.u--mb-lg {
  margin-bottom: -1.5rem !important;
}

.u--ml-lg {
  margin-left: -1.5rem !important;
}

.u--mx-lg {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.u--my-lg {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.u-p-lg {
  padding: 1.5rem !important;
}

.u-pt-lg {
  padding-top: 1.5rem !important;
}

.u-pr-lg {
  padding-right: 1.5rem !important;
}

.u-pb-lg {
  padding-bottom: 1.5rem !important;
}

.u-pl-lg {
  padding-left: 1.5rem !important;
}

.u-px-lg {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.u-py-lg {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-m-xl {
  margin: 2rem !important;
}

.u-mt-xl {
  margin-top: 2rem !important;
}

.u-mr-xl {
  margin-right: 2rem !important;
}

.u-mb-xl {
  margin-bottom: 2rem !important;
}

.u-ml-xl {
  margin-left: 2rem !important;
}

.u-mx-xl {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.u-my-xl {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u--m-xl {
  margin: -2rem !important;
}

.u--mt-xl {
  margin-top: -2rem !important;
}

.u--mr-xl {
  margin-right: -2rem !important;
}

.u--mb-xl {
  margin-bottom: -2rem !important;
}

.u--ml-xl {
  margin-left: -2rem !important;
}

.u--mx-xl {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.u--my-xl {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.u-p-xl {
  padding: 2rem !important;
}

.u-pt-xl {
  padding-top: 2rem !important;
}

.u-pr-xl {
  padding-right: 2rem !important;
}

.u-pb-xl {
  padding-bottom: 2rem !important;
}

.u-pl-xl {
  padding-left: 2rem !important;
}

.u-px-xl {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.u-py-xl {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-m-2xl {
  margin: 2.5rem !important;
}

.u-mt-2xl {
  margin-top: 2.5rem !important;
}

.u-mr-2xl {
  margin-right: 2.5rem !important;
}

.u-mb-2xl {
  margin-bottom: 2.5rem !important;
}

.u-ml-2xl {
  margin-left: 2.5rem !important;
}

.u-mx-2xl {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.u-my-2xl {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.u--m-2xl {
  margin: -2.5rem !important;
}

.u--mt-2xl {
  margin-top: -2.5rem !important;
}

.u--mr-2xl {
  margin-right: -2.5rem !important;
}

.u--mb-2xl {
  margin-bottom: -2.5rem !important;
}

.u--ml-2xl {
  margin-left: -2.5rem !important;
}

.u--mx-2xl {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.u--my-2xl {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.u-p-2xl {
  padding: 2.5rem !important;
}

.u-pt-2xl {
  padding-top: 2.5rem !important;
}

.u-pr-2xl {
  padding-right: 2.5rem !important;
}

.u-pb-2xl {
  padding-bottom: 2.5rem !important;
}

.u-pl-2xl {
  padding-left: 2.5rem !important;
}

.u-px-2xl {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.u-py-2xl {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-m-3xl {
  margin: 3rem !important;
}

.u-mt-3xl {
  margin-top: 3rem !important;
}

.u-mr-3xl {
  margin-right: 3rem !important;
}

.u-mb-3xl {
  margin-bottom: 3rem !important;
}

.u-ml-3xl {
  margin-left: 3rem !important;
}

.u-mx-3xl {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.u-my-3xl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u--m-3xl {
  margin: -3rem !important;
}

.u--mt-3xl {
  margin-top: -3rem !important;
}

.u--mr-3xl {
  margin-right: -3rem !important;
}

.u--mb-3xl {
  margin-bottom: -3rem !important;
}

.u--ml-3xl {
  margin-left: -3rem !important;
}

.u--mx-3xl {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.u--my-3xl {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.u-p-3xl {
  padding: 3rem !important;
}

.u-pt-3xl {
  padding-top: 3rem !important;
}

.u-pr-3xl {
  padding-right: 3rem !important;
}

.u-pb-3xl {
  padding-bottom: 3rem !important;
}

.u-pl-3xl {
  padding-left: 3rem !important;
}

.u-px-3xl {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.u-py-3xl {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-M-2xs {
  margin: 1rem !important;
}

.u-Mt-2xs {
  margin-top: 1rem !important;
}

.u-Mr-2xs {
  margin-right: 1rem !important;
}

.u-Mb-2xs {
  margin-bottom: 1rem !important;
}

.u-Ml-2xs {
  margin-left: 1rem !important;
}

.u-Mx-2xs {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.u-My-2xs {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u--M-2xs {
  margin: -1rem !important;
}

.u--Mt-2xs {
  margin-top: -1rem !important;
}

.u--Mr-2xs {
  margin-right: -1rem !important;
}

.u--Mb-2xs {
  margin-bottom: -1rem !important;
}

.u--Ml-2xs {
  margin-left: -1rem !important;
}

.u--Mx-2xs {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.u--My-2xs {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.u-P-2xs {
  padding: 1rem !important;
}

.u-Pt-2xs {
  padding-top: 1rem !important;
}

.u-Pr-2xs {
  padding-right: 1rem !important;
}

.u-Pb-2xs {
  padding-bottom: 1rem !important;
}

.u-Pl-2xs {
  padding-left: 1rem !important;
}

.u-Px-2xs {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.u-Py-2xs {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-M-xs {
  margin: 1.5rem !important;
}

.u-Mt-xs {
  margin-top: 1.5rem !important;
}

.u-Mr-xs {
  margin-right: 1.5rem !important;
}

.u-Mb-xs {
  margin-bottom: 1.5rem !important;
}

.u-Ml-xs {
  margin-left: 1.5rem !important;
}

.u-Mx-xs {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.u-My-xs {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u--M-xs {
  margin: -1.5rem !important;
}

.u--Mt-xs {
  margin-top: -1.5rem !important;
}

.u--Mr-xs {
  margin-right: -1.5rem !important;
}

.u--Mb-xs {
  margin-bottom: -1.5rem !important;
}

.u--Ml-xs {
  margin-left: -1.5rem !important;
}

.u--Mx-xs {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.u--My-xs {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.u-P-xs {
  padding: 1.5rem !important;
}

.u-Pt-xs {
  padding-top: 1.5rem !important;
}

.u-Pr-xs {
  padding-right: 1.5rem !important;
}

.u-Pb-xs {
  padding-bottom: 1.5rem !important;
}

.u-Pl-xs {
  padding-left: 1.5rem !important;
}

.u-Px-xs {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.u-Py-xs {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-M-sm {
  margin: 2rem !important;
}

.u-Mt-sm {
  margin-top: 2rem !important;
}

.u-Mr-sm {
  margin-right: 2rem !important;
}

.u-Mb-sm {
  margin-bottom: 2rem !important;
}

.u-Ml-sm {
  margin-left: 2rem !important;
}

.u-Mx-sm {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.u-My-sm {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u--M-sm {
  margin: -2rem !important;
}

.u--Mt-sm {
  margin-top: -2rem !important;
}

.u--Mr-sm {
  margin-right: -2rem !important;
}

.u--Mb-sm {
  margin-bottom: -2rem !important;
}

.u--Ml-sm {
  margin-left: -2rem !important;
}

.u--Mx-sm {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.u--My-sm {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.u-P-sm {
  padding: 2rem !important;
}

.u-Pt-sm {
  padding-top: 2rem !important;
}

.u-Pr-sm {
  padding-right: 2rem !important;
}

.u-Pb-sm {
  padding-bottom: 2rem !important;
}

.u-Pl-sm {
  padding-left: 2rem !important;
}

.u-Px-sm {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.u-Py-sm {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-M-md {
  margin: 3rem !important;
}

.u-Mt-md {
  margin-top: 3rem !important;
}

.u-Mr-md {
  margin-right: 3rem !important;
}

.u-Mb-md {
  margin-bottom: 3rem !important;
}

.u-Ml-md {
  margin-left: 3rem !important;
}

.u-Mx-md {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.u-My-md {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u--M-md {
  margin: -3rem !important;
}

.u--Mt-md {
  margin-top: -3rem !important;
}

.u--Mr-md {
  margin-right: -3rem !important;
}

.u--Mb-md {
  margin-bottom: -3rem !important;
}

.u--Ml-md {
  margin-left: -3rem !important;
}

.u--Mx-md {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.u--My-md {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.u-P-md {
  padding: 3rem !important;
}

.u-Pt-md {
  padding-top: 3rem !important;
}

.u-Pr-md {
  padding-right: 3rem !important;
}

.u-Pb-md {
  padding-bottom: 3rem !important;
}

.u-Pl-md {
  padding-left: 3rem !important;
}

.u-Px-md {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.u-Py-md {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-M-lg {
  margin: 4rem !important;
}

.u-Mt-lg {
  margin-top: 4rem !important;
}

.u-Mr-lg {
  margin-right: 4rem !important;
}

.u-Mb-lg {
  margin-bottom: 4rem !important;
}

.u-Ml-lg {
  margin-left: 4rem !important;
}

.u-Mx-lg {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.u-My-lg {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.u--M-lg {
  margin: -4rem !important;
}

.u--Mt-lg {
  margin-top: -4rem !important;
}

.u--Mr-lg {
  margin-right: -4rem !important;
}

.u--Mb-lg {
  margin-bottom: -4rem !important;
}

.u--Ml-lg {
  margin-left: -4rem !important;
}

.u--Mx-lg {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.u--My-lg {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.u-P-lg {
  padding: 4rem !important;
}

.u-Pt-lg {
  padding-top: 4rem !important;
}

.u-Pr-lg {
  padding-right: 4rem !important;
}

.u-Pb-lg {
  padding-bottom: 4rem !important;
}

.u-Pl-lg {
  padding-left: 4rem !important;
}

.u-Px-lg {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.u-Py-lg {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.u-M-xl {
  margin: 6rem !important;
}

.u-Mt-xl {
  margin-top: 6rem !important;
}

.u-Mr-xl {
  margin-right: 6rem !important;
}

.u-Mb-xl {
  margin-bottom: 6rem !important;
}

.u-Ml-xl {
  margin-left: 6rem !important;
}

.u-Mx-xl {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.u-My-xl {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.u--M-xl {
  margin: -6rem !important;
}

.u--Mt-xl {
  margin-top: -6rem !important;
}

.u--Mr-xl {
  margin-right: -6rem !important;
}

.u--Mb-xl {
  margin-bottom: -6rem !important;
}

.u--Ml-xl {
  margin-left: -6rem !important;
}

.u--Mx-xl {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.u--My-xl {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.u-P-xl {
  padding: 6rem !important;
}

.u-Pt-xl {
  padding-top: 6rem !important;
}

.u-Pr-xl {
  padding-right: 6rem !important;
}

.u-Pb-xl {
  padding-bottom: 6rem !important;
}

.u-Pl-xl {
  padding-left: 6rem !important;
}

.u-Px-xl {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.u-Py-xl {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.u-M-2xl {
  margin: 10rem !important;
}

.u-Mt-2xl {
  margin-top: 10rem !important;
}

.u-Mr-2xl {
  margin-right: 10rem !important;
}

.u-Mb-2xl {
  margin-bottom: 10rem !important;
}

.u-Ml-2xl {
  margin-left: 10rem !important;
}

.u-Mx-2xl {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.u-My-2xl {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.u--M-2xl {
  margin: -10rem !important;
}

.u--Mt-2xl {
  margin-top: -10rem !important;
}

.u--Mr-2xl {
  margin-right: -10rem !important;
}

.u--Mb-2xl {
  margin-bottom: -10rem !important;
}

.u--Ml-2xl {
  margin-left: -10rem !important;
}

.u--Mx-2xl {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.u--My-2xl {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.u-P-2xl {
  padding: 10rem !important;
}

.u-Pt-2xl {
  padding-top: 10rem !important;
}

.u-Pr-2xl {
  padding-right: 10rem !important;
}

.u-Pb-2xl {
  padding-bottom: 10rem !important;
}

.u-Pl-2xl {
  padding-left: 10rem !important;
}

.u-Px-2xl {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.u-Py-2xl {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.u-M-3xl {
  margin: 15rem !important;
}

.u-Mt-3xl {
  margin-top: 15rem !important;
}

.u-Mr-3xl {
  margin-right: 15rem !important;
}

.u-Mb-3xl {
  margin-bottom: 15rem !important;
}

.u-Ml-3xl {
  margin-left: 15rem !important;
}

.u-Mx-3xl {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.u-My-3xl {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.u--M-3xl {
  margin: -15rem !important;
}

.u--Mt-3xl {
  margin-top: -15rem !important;
}

.u--Mr-3xl {
  margin-right: -15rem !important;
}

.u--Mb-3xl {
  margin-bottom: -15rem !important;
}

.u--Ml-3xl {
  margin-left: -15rem !important;
}

.u--Mx-3xl {
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}

.u--My-3xl {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.u-P-3xl {
  padding: 15rem !important;
}

.u-Pt-3xl {
  padding-top: 15rem !important;
}

.u-Pr-3xl {
  padding-right: 15rem !important;
}

.u-Pb-3xl {
  padding-bottom: 15rem !important;
}

.u-Pl-3xl {
  padding-left: 15rem !important;
}

.u-Px-3xl {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.u-Py-3xl {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.u-gap-0 {
  gap: 0;
}

.u-gap-3xs {
  gap: 0.125rem;
}

.u-gap-2xs {
  gap: 0.25rem;
}

.u-gap-xs {
  gap: 0.5rem;
}

.u-gap-sm {
  gap: 0.75rem;
}

.u-gap-md {
  gap: 1rem;
}

.u-gap-lg {
  gap: 1.5rem;
}

.u-gap-xl {
  gap: 2rem;
}

.u-gap-2xl {
  gap: 2.5rem;
}

.u-gap-3xl {
  gap: 3rem;
}

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

.u-active {
  display: block !important;
}

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

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

.u-list-none {
  list-style: 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-justify-self-start {
  justify-self: flex-start;
}

.u-justify-self-center {
  justify-self: center;
}

.u-justify-self-end {
  justify-self: flex-end;
}

.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-shrink-0 {
  flex-shrink: 0;
}

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

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

/* general components */

.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-guides,
.ls-home-templates {
  white-space: nowrap;
  overflow-x: auto;
  padding: 1.5rem;
  margin-left: -1.5rem;
  margin-right: calc(50% - 50vw);
}

.c-productbar {
  display: block;
  background-color: #e27042;
  overflow: hidden;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

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

.c-productbar:hover .c-productbar__cta {
  text-decoration: underline;
}

@media screen and (min-width: 64rem) {
  .c-productbar {
    height: 3.5rem;
  }
}

.c-productbar__text-logo-wrapper {
  position: relative;
  height: 32px;
  isolation: isolate;
}

.c-productbar__text-logo-wrapper::before {
  content: "";
  width: 223px;
  height: 99px;
  background-color: #fa5;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 12px));
  right: -40px;
  z-index: -1;
  border-radius: 265px;
  opacity: 0.5;
  filter: blur(30px);
}

@media screen and (min-width: 64rem) {
  .c-productbar__text-logo-wrapper::before {
    width: 204px;
    height: 91px;
    top: 50%;
    right: 50%;
    transform: translate(50%, calc(-50% - 8px));
    filter: blur(45px);
  }
}

.c-productbar__text-logo {
  margin-left: -7px;
  margin-bottom: -9px;
  transform: translateY(-2px);
}

.c-productbar__text {
  font-size: 15px;
  transform: translateY(1px);
  letter-spacing: -0.1px;
}

@media screen and (min-width: 23.75rem) {
  .c-productbar__text {
    font-size:var(--font-size-sm);
    font-weight:normal;
    line-height:1.5;
  }
}

/* widget */

.o-widget-show-message {
  opacity: 1;
  visibility: visible !important;
  animation: widgetShowMessage 0.5s ease-in-out;
}

@keyframes widgetShowMessage {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.o-widget-bg-left {
  width: 110px;
  height: 168px;
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 0;
}

.o-widget-bg-right {
  width: 215px;
  height: 204px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.o-widget {
  width: 360px;
  height: 620px;
  background: #fff;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 86px 1fr 50px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 40px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}

.o-widget.v--tall {
  height: 620px;
}

.o-widget.v--powered-by {
  grid-template-rows: 80px 1fr 34px;
}

.o-widget.v--send-and-powered-by {
  grid-template-rows: 80px 1fr 84px;
}

.o-widget__legend-item {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.o-widget__legend-item.v--active {
  opacity: 1;
}

.o-widget .o-widget-header {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 12px;
  position: relative;
  background: #ffffff;
  color: #000000;
  padding: 18px 24px;
}

.o-widget .o-widget-header .avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
}

.o-widget .o-widget-header .avatar::after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  background: #00C057;
  border: 2px solid #ffffff;
}

.o-widget .o-widget-header .name {
  font-size: 20px;
  font-weight: 600;
}

.o-widget .o-widget-header .status {
  margin-top: -5px;
  font-size: 15px;
  opacity: 0.5;
}

.o-widget .o-widget-container {
  background: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 0 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.05);
}

.o-widget .o-widget-container .o-widget-msg {
  display: grid;
  grid-template-columns: 22px 1fr;
  padding-bottom: 20px;
  padding-left: 24px;
  grid-gap: 8px;
  background: #FFFFFF;
  position: relative;
}

.o-widget .o-widget-container .o-widget-msg .author {
  padding: 2px 0;
  font-size: 13px;
  color: #767581;
}

.o-widget .o-widget-container .o-widget-msg .author + .o-widget-text {
  border-radius: 20px 20px 20px 5px;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-msg {
  padding-bottom: 0;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-msg-container {
  overflow: hidden;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-msg-avatar {
  width: 22px;
  height: 22px;
  border-radius: 100%;
}

.o-widget .o-widget-container .o-widget-msg.full {
  padding-left: 0;
  grid-template-columns: 1fr;
  display: block;
}

.o-widget .o-widget-container .o-widget-msg.user {
  display: block;
  padding-right: 25px;
  padding-left: 25px;
}

.o-widget .o-widget-container .o-widget-msg.user .o-widget-text {
  width: auto;
  display: table;
  float: right;
  margin-right: 0;
  border-radius: 20px 5px 20px 20px;
  background: #035EFF;
  color: #fff;
}

.o-widget .o-widget-container .o-widget-msg.user .o-widget-text:last-child {
  border-radius: 20px 5px 20px 20px;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-text {
  min-width: 50px;
  max-width: 85%;
  display: table;
  margin-right: 25px;
  border-radius: 5px 20px 20px 5px;
  padding: 10px 15px;
  background: #f6f6f7;
  color: #303037;
  line-height: 20px;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-text.v--grey {
  background: #F2F2F2;
  color: #303037;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-text.v--blue {
  background: #035EFF;
  background: linear-gradient(144.99deg, #8609FF -11.72%, #0059E1 76.02%), linear-gradient(240.87deg, #0066FF -23.47%, #093FFF 103.43%, #0066FF 121.56%);
  color: #fff;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-text:last-child {
  border-radius: 5px 20px 20px 20px;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-image {
  margin-right: 20px;
  max-width: 230px;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-image img {
  border-radius: 10px;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel {
  width: 100%;
  padding: 10px 0;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .arrow-right {
  width: 35px;
  height: 35px;
  padding-left: 2px;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  top: calc(50% - 17.5px);
  right: 20px;
  z-index: 1;
  background: #fff;
  border: 1px solid #f6f6f7;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .arrow-right:hover {
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.45), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .arrow-right img {
  width: 11px;
  height: 15px;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .arrow-left {
  width: 35px;
  height: 35px;
  padding-right: 2px;
  position: absolute;
  top: calc(50% - 17.5px);
  left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #fff;
  border: 1px solid #f6f6f7;
  z-index: 1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .arrow-left:hover {
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.45), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .arrow-left img {
  width: 11px;
  height: 15px;
  transform: rotate(180deg);
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .o-widget-carousel-container {
  display: flex;
  overflow-x: auto;
  grid-gap: 15px;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .o-widget-carousel-container.single-card .o-widget-card-container:first-child {
  margin-left: 2px;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .o-widget-carousel-container .o-widget-card-container {
  flex: 0 0 220px;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .o-widget-carousel-container .o-widget-card-container:first-child {
  margin-left: 20px;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .o-widget-carousel-container .o-widget-card-container:last-child {
  margin-right: 20px;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .o-widget-carousel-container .o-widget-card-container .o-widget-card {
  width: 220px;
  height: 100%;
  display: grid;
  border-radius: 10px;
  grid-template-rows: 200px auto;
  grid-row-gap: 10px;
  background: #fff;
  overflow: hidden;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .o-widget-carousel-container .o-widget-card-container .o-widget-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -1px -1px 0 0;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .o-widget-carousel-container .o-widget-card-container .o-widget-card .title {
  font-weight: bold;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-carousel .o-widget-carousel-container .o-widget-card-container .o-widget-card .button {
  padding: 10px 0;
  font-weight: bold;
  color: #006CFF;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-button {
  max-width: 180px;
  clear: left;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-button .o-widget-button-container {
  display: grid;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-button .o-widget-button-container .button {
  padding: 10px 0;
  font-weight: bold;
  color: #006CFF;
  background: #fff;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-button .o-widget-button-container .button.selected {
  color: #fff;
  background: #006CFF;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-quick-replies {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 10px 10px;
}

.o-widget .o-widget-container .o-widget-msg .o-widget-quick-replies .button {
  min-width: 50px;
  float: left;
  padding: 5px 15px;
  margin-bottom: 8px;
  margin-right: 8px;
  border-radius: 30px;
  font-weight: bold;
  color: #006CFF;
  border: 1px solid #006CFF;
  background: #fff;
  text-align: center;
}

.o-widget .o-widget-textarea {
  font-size: 15px;
  padding: 12px 20px;
  border-top: 1px solid #e3e3e3;
}

.o-widget .o-widget-textarea .o-widget-send-message {
  width: 20px;
  position: absolute;
  top: 14px;
  right: 15px;
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-container.simple::after,
.swiper-container.simple::before {
  content: none;
}

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

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

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

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

/* Ticker (banner) mode — CSS-driven continuous scroll */

.pricing-new__brands-ticker {
  display: block;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  transform: translateZ(0);
}

.brands-ticker__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: brands-ticker 50s linear infinite;
}

.brands-ticker__item {
  flex-shrink: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(0);
}

.brands-ticker__item img {
  height: 48px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes brands-ticker {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* todo: remove as it's legacy thing on enterprise landing */

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

.t-home-swiper .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.t-home-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-home-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-home-swiper .swiper-container.v--white::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

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

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

.t-home-swiper .swiper-slide:hover {
  transition: 0.2s all;
  transform: scale(1.05);
}

.t-home-swiper .swiper-slide:hover span {
  text-decoration: underline;
}

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

.t-home-swiper .swiper-slide > div {
  width: 220px;
  height: 100%;
}

.t-home-swiper .swiper-next,
.t-home-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-home-swiper .swiper-next:hover,
.t-home-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-home-swiper .swiper-next img,
.t-home-swiper .swiper-prev img {
  width: 12px;
}

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

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

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

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

.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-ld-transcript-small {
  height: 300px;
  overflow: auto;
}

.t-ld-transcript-full {
  height: 100%;
}

.t-ld-show,
.t-ld-title {
  display: inline-block;
}

.t-ld-title {
  margin: 0;
  padding: 0;
}

.t-ld-compress,
.t-ld-expand,
.t-ld-show {
  text-decoration: none;
  cursor: pointer;
  float: right;
  margin-top: 10px;
}

button#compress,
button#expand {
  background: transparent;
}

section#transcript:focus {
  box-shadow: none;
}

.t-ld-show {
  font-size: 0.875rem;
}

.t-ld-compress {
  display: none;
}

.t-ld-reset-formatting a,
.t-ld-reset-formatting b,
.t-ld-reset-formatting em,
.t-ld-reset-formatting h1,
.t-ld-reset-formatting h2,
.t-ld-reset-formatting h3,
.t-ld-reset-formatting h4,
.t-ld-reset-formatting h5,
.t-ld-reset-formatting h6,
.t-ld-reset-formatting i,
.t-ld-reset-formatting p,
.t-ld-reset-formatting strong {
  font-size: initial;
  color: inherit;
  font-weight: initial;
}

.t-ld-reset-formatting h1,
.t-ld-reset-formatting h2,
.t-ld-reset-formatting h3,
.t-ld-reset-formatting h4,
.t-ld-reset-formatting h5,
.t-ld-reset-formatting h6,
.t-ld-reset-formatting p {
  margin-bottom: 20px;
}

#transcript {
  /* Firefox */
  /* Chrome, Edge, and Safari */
}

#transcript * {
  scrollbar-width: thin;
  scrollbar-color: black transparent;
}

#transcript *::-webkit-scrollbar {
  width: 10px;
}

#transcript *::-webkit-scrollbar-track {
  background: transparent;
}

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

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

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

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

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

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

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

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

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

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

  .c-tour.v--centered {
    grid-template-columns: 27.7% 41% 27.7%;
    grid-column-gap: 3.6%;
    grid-template-areas: "text visual text2";
  }

  .c-tour.v--centered.v--inverse {
    grid-template-columns: 27.7% 41% 27.7%;
    grid-template-areas: "text visual text2";
  }

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

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

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

.c-tour__features.v--second {
  grid-area: text2;
}

.c-tour__features.v--dark .c-tour__feature {
  background: #1b1b20;
}

.c-tour__features.v--dark .c-tour__feature:hover .c-tour__feature_title {
  color: #ffd000 !important;
}

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

.c-tour__features.v--dark .v--active h2,
.c-tour__features.v--dark .v--active h3,
.c-tour__features.v--dark .v--active h4,
.c-tour__features.v--dark .v--active h5 {
  color: #ffd000;
}

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

  .c-tour__features.v--dark .c-tour__feature {
    background: none;
    padding: 0.5rem 1.5rem 0 !important;
  }

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

  .c-tour__features.v--dark .v--active h2,
  .c-tour__features.v--dark .v--active h3,
  .c-tour__features.v--dark .v--active h4,
  .c-tour__features.v--dark .v--active h5 {
    color: #ffd000 !important;
  }

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

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

@media (max-width: 64rem) {
  .c-tour__features.v--white .c-tour__feature {
    background: #fff;
  }

  .c-tour__features.v--white .c-tour__feature:hover {
    background: #fff;
  }
}

.c-tour__features.v--white .v--active {
  background: #fff;
}

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

.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: 64rem) {
  .c-tour__feature {
    margin-right: 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-right: -1.5rem;
    margin-bottom: 1rem;
    border-radius: 24px;
  }

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

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

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

@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: flex;
    align-items: center;
  }
}

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

@keyframes fadeInRight {
  from {
    opacity: 0.6;
    /* transform: translate3d(2%, 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: 1.5rem;
  background: #f6f6f7;
  border-radius: 0.5rem;
  scroll-snap-align: center;
}

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

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

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

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

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

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

/* modifications */

.c-tour.c-tour-text-xl {
  grid-template-columns: 44% 50%;
  grid-column-gap: 6%;
}

.c-tour.c-tour-text-medium {
  grid-template-columns: 680px 1fr;
  grid-column-gap: 5%;
}

.c-tour__features.v--chatbot::after {
  flex: none;
}

@media (min-width: 75rem) {
  .c-tour__features.v--hide-description p {
    display: none;
  }
}

.c-tour__features .v--active h4.ai {
  /* temporary */
  background: linear-gradient(90deg, #8609FF 0%, #0066FF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.c-tour__features .v--active p {
  display: block;
}

.c-tour__feature.v--chatbot .c-tour__image {
  border-radius: 10px;
}

.c-tour__feature:hover h4.ai {
  /* temporary */
  background: linear-gradient(90deg, #8609FF 0%, #0066FF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.c-tour__feature.v--chatbot.v--active .c-tour__feature_title {
  color: #0066FF;
}

.c-tour__feature.v--chatbot:hover .c-tour__feature_title {
  color: #0066FF;
}

.t__testimonial {
  background: linear-gradient(96deg, #DAEDFF 0%, #FBFDFF 112%);
}

.t__testimonial-author {
  max-width: 288px;
}

.t__testimonial-content {
  display: grid;
  align-items: center;
  grid-template-columns: 288px 1fr;
  gap: 3rem;
}

.t__testimonial-content-right {
  display: flex;
}

.t__testimonial-content-right img {
  min-width: 0;
  min-height: 0;
}

.t__testimonial-content-right {
  flex-wrap: wrap;
  align-items: center;
}

.t__testimonial-content-highlight {
  border-radius: 0.625rem;
  background: var(--color-blue-200);
  padding: 2px 6px;
}

@media screen and (max-width: 64rem) {
  .t__testimonial-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .t__testimonial-content-right {
    text-align: center;
    justify-content: center;
  }
}

.tippy-box[data-theme~='chatbot'] {
  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~='chatbot'] .tippy-content p {
  margin: 0;
}

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

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

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

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

.tippy-box[data-theme~='chatbot'][data-placement^="top-start"] > .tippy-arrow::before {
  translate: -10px 0;
}

.tippy-box[data-theme~='chatbot'][data-placement^="top-start"] {
  translate: 10px 0;
}

.tippy-box[data-theme~='chatbot'][data-placement^="right-start"] > .tippy-arrow::before {
  translate: 0 10px;
}

.tippy-box[data-theme~='chatbot'][data-placement^="right-start"] {
  translate: 0 -10px;
}

.tippy-box[data-theme~='chatbot'][data-placement^="bottom-start"] > .tippy-arrow::before {
  translate: 10px 0;
}

.tippy-box[data-theme~='chatbot'][data-placement^="bottom-start"] {
  translate: -10px 0;
}

.tippy-box[data-theme~='chatbot'][data-placement^="left-start"] > .tippy-arrow::before {
  translate: 0 -10px;
}

.tippy-box[data-theme~='chatbot'][data-placement^="left-start"] {
  translate: 0 10px;
}

:root {
  --color-black-30: #F6F6F7;
}

/* components */

/* todo: move as global component */

.t__block {
  height: 100%;
  overflow: clip;
  border: 1px solid var(--color-black-100);
  border-radius: 24px;
}

@media screen and (min-width: 48rem) {
  .t__block {
    border-radius: 32px;
  }
}

.t__block.v--blue {
  background: linear-gradient(180deg, rgba(245, 250, 255, 0.2) -20%, rgba(167, 212, 255, 0.2) 80%), #FCFCFC;
}

.t__block.v--grey {
  background: var(--color-black-20);
}

.t__block.v--shadow {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.t__block.v--integration {
  display: grid;
  align-items: center;
  grid-template-columns: 28px 1fr;
}

.t__block.v--integration:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

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

@media screen and (min-width: 48rem) {
  .t__block.v--integration {
    grid-template-columns: 58px 1fr;
    gap: 1rem;
  }
}

.t__block-medium {
  display: grid;
  align-items: center;
  overflow: clip;
  border: 1px solid var(--color-black-75);
  border-radius: 32px;
  grid-template-columns: 50% 50%;
}

@media screen and (max-width: 48rem) {
  .t__block-medium {
    border-radius: 32px;
    grid-template-columns: 1fr;
  }

  .t__block-medium img {
    grid-row: 1;
  }
}

@media screen and (min-width: 48rem) {
  .t__block-medium.v--grey {
    background: var(--color-black-20);
  }

  .t__block-medium.v--yellow {
    background: linear-gradient(95deg, #FFE9BC 0%, #FFFDF8 111.28%);
  }

  .t__block-medium.v--blue {
    background: linear-gradient(94deg, #DAEDFF 0%, #FBFDFF 112%);
  }
}

.t__block-full {
  display: grid;
  align-items: center;
  overflow: clip;
  border: 1px solid var(--color-black-75);
  border-radius: 32px;
  grid-template-columns: 42% 58%;
}

.t__block-full.v--grey {
  background: var(--color-black-20);
}

.t__block-full.v--reverse {
  grid-template-columns: 58% 42%;
}

@media screen and (max-width: 48rem) {
  .t__block-full {
    border-radius: 24px;
    grid-template-columns: 1fr;
  }

  .t__block-full.v--reverse {
    grid-template-columns: 1fr;
  }

  .t__block-full img {
    grid-row: 1;
  }
}

@media screen and (min-width: 48rem) {
  .t__block-full {
    /* custom for /integrations/chat widget */
  }

  .t__block-full.v--greetings {
    background: linear-gradient(94deg, #FFFDF8 0%, #FFE9BC 110%);
  }

  .t__block-full.v--embed {
    background: linear-gradient(94deg, #DAEDFF 0%, #FBFDFF 110%);
  }

  .t__block-full.v--blue {
    background: linear-gradient(90deg, #FBFDFF 0%, #DAEDFF 120%);
  }

  .t__block-full.v--purple {
    background: linear-gradient(90deg, #EEE8FF 0%, #FDFDFF 120%);
  }
}

.t-carousel {
  position: relative;
}

.t-carousel .t-carousel-gallery {
  position: relative;
  z-index: 0;
}

.t-carousel .t-carousel-arrow-left {
  width: 35px;
  height: 35px;
  padding-right: 2px;
  position: absolute;
  top: calc(50% - 17.5px);
  left: -30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #fff;
  border: 1px solid #f6f6f7;
  z-index: 1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.t-carousel .t-carousel-arrow-left:hover {
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.45), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.t-carousel .t-carousel-arrow-left img {
  width: 11px;
  height: 15px;
  transform: rotate(180deg);
}

.t-carousel .t-carousel-arrow-right {
  width: 35px;
  height: 35px;
  padding-left: 2px;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  top: calc(50% - 17.5px);
  right: -30px;
  z-index: 1;
  background: #fff;
  border: 1px solid #f6f6f7;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.t-carousel .t-carousel-arrow-right:hover {
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.45), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.t-carousel .t-carousel-arrow-right img {
  width: 11px;
  height: 15px;
}

.t-column-container {
  display: flex;
  gap: 32px;
}

.t-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.t-column-1 .block-a {
  flex: 6;
  /* 60% height of column */
}

.t-column-1 .block-c {
  flex: 4;
}

.t-column-2 .block-b {
  flex: 4;
}

.t-column-2 .block-d {
  flex: 6;
}

.t-column-block {
  background-color: #F6F6F7;
  border-radius: 32px;
  box-sizing: border-box;
}

@media screen and (max-width: 48rem) {
  .t-column-container {
    flex-direction: column;
  }

  .t-column {
    flex: none;
    width: 100%;
  }

  .t-column-block {
    flex: none;
    height: auto;
  }
}

.t__nav {
  width: 100%;
  height: 90px;
  background: gray;
  display: grid;
  grid-template-columns: 140px 1fr auto;
  align-items: center;
}

.t__nav-navigation {
  background: red;
  display: flex;
  align-items: center;
  grid-column-gap: 2rem;
}

.html {
  position: relative;
  padding: 12px 12px;
  list-style-type: none;
  background: yellow;
}

.html-sub-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  background-color: black;
  width: 400px;
}

.html-link {
  background: white;
}

.html:hover .html-sub-menu,
.js:hover .js-sub-menu {
  display: flex;
}

.t__label {
  display: flex;
}

.t__label img {
  min-width: 0;
  min-height: 0;
}

.t__label {
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 12px 2px 2px;
  border-radius: 40px;
  color: var(--color-black-900);
  text-align: center;
}

.t__label span {
  margin-top: 1px;
}

.t__label-img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.t__label.v--ai {
  background: var(--color-purple-100);
}

.t__label.v--blue {
  background: var(--color-blue-100);
}

.t__label.v--green {
  background: var(--color-green-100);
}

.t__label.v--purple {
  background: var(--color-purple-100);
}

.t__label.v--orange {
  background: var(--color-orange-100);
}

.t__label.v--yellow {
  background: #fff2d6;
}

.t__label.v--dark {
  color: var(--color-white);
  background: var(--color-black-800);
  border: 1px solid var(--color-black-600);
}

.t__tour {
  width: 100%;
}

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

.t-chatbot-demo .swiper-slide > .t__tour {
  width: 100%;
}

.t__tour {
  display: grid;
  align-items: center;
}

@media screen and (min-width: 64rem) {
  .t__tour {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:3rem;
  }
}

.t__tour-gallery {
  display: none;
}

@media screen and (min-width: 64rem) {
  .t__tour-gallery {
    display: block;
  }
}

.t__tour-items {
  width: 100%;
  display: flex;
}

.t__tour-items img {
  min-width: 0;
  min-height: 0;
}

.t__tour-items {
  gap:1rem;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media screen and (min-width: 64rem) {
  .t__tour-items {
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
  }
}

.t__tour-item {
  width: 90%;
  cursor: pointer;
  flex: none;
  display: flex;
}

.t__tour-item img {
  min-width: 0;
  min-height: 0;
}

.t__tour-item {
  flex-wrap: wrap;
  align-content: space-between;
}

.t__tour-item-container {
  width: 100%;
}

.t-chatbot-demo .swiper-slide > div:not(.t__tour-item-container) {
  width: auto;
}

.t-chatbot-demo .swiper-slide > .t__tour-item-container {
  width: 100%;
}

.t__tour-item-container {
  display: flex;
}

.t__tour-item-container img {
  min-width: 0;
  min-height: 0;
}

.t__tour-item-container {
  flex-wrap: wrap;
  gap: 0.5rem;
}

.t__tour-item-title {
  width: 100%;
}

.t-chatbot-demo .swiper-slide > div:not(.t__tour-item-title) {
  width: auto;
}

.t-chatbot-demo .swiper-slide > .t__tour-item-title {
  width: 100%;
}

.t__tour-item-title {
  display: flex;
}

.t__tour-item-title img {
  min-width: 0;
  min-height: 0;
}

.t__tour-item-title {
  justify-content: space-between;
  align-items: center;
}

.t__tour-item-description {
  display: block;
  padding: 0;
  margin: 0;
}

.t__tour-item-icon {
  display: none;
}

.t__tour-item-imgMobile {
  align-self: center;
}

.t__tour-item.v--active .t__tour-item-description {
  display: block;
}

.t__tour-item.v--active .t__tour-item-icon svg {
  transform: rotate(180deg);
}

@media screen and (min-width: 48rem) {
  .t__tour-item {
    width: 45%;
  }
}

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

  .t__tour-item img {
    min-width: 0;
    min-height: 0;
  }

  .t__tour-item {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }

  .t__tour-item-container {
    gap: 0;
  }

  .t__tour-item-imgMobile,
  .t__tour-item-description {
    display: none;
  }

  .t__tour-item-icon {
    display: block;
  }
}

.t__tour.v--dark .t__tour-item {
  background: var(--color-black-900);
  border: 1px solid var(--color-black-800);
  border-radius: 16px;
  padding: 16px 24px;
  color: var(--color-white);
}

@media screen and (min-width: 64rem) {
  .t__tour.v--dark .t__tour-item:hover,
  .t__tour.v--dark .t__tour-item.v--active {
    background: var(--color-black-700);
    border: 1px solid var(--color-black-600);
  }
}

.t__tour.v--light .t__tour-item {
  border-radius: 1.25rem;
  padding: 1rem 1.25rem 1rem 1.5rem;
  border: 1px solid var(--color-black-75);
  background: var(--color-black-20);
}

.t__tour.v--light .t__tour-item-container {
  gap: 0.25rem !important;
}

.t__tour.v--light .t__tour-item-title h4 {
  color: var(--color-black-900);
  font-size: 1.25rem;
  line-height: 1.75rem;
  /* 140% */
  font-weight: 400;
}

.t__tour.v--light .t__tour-item-description {
  color: var(--color-black-900);
  font-size: 1rem;
  line-height: 1.5rem;
}

.t__tour.v--light .t__tour-item.v--active .t__tour-item-title h4 {
  font-weight: 500;
}

.t__tour.v--light .t__tour-item.v--active .t__tour-item-description {
  color: var(--color-black-900);
}

.t-testimonial {
  background: var(--color-black-50);
  border-radius: 24px;
}

@media screen and (min-width: 48rem) {
  .t-testimonial {
    border-radius: 40px;
  }
}

.t-testimonial-container {
  display: grid;
  align-items: center;
  padding:1.5rem;
  grid-gap: 1rem;
  position: relative;
  grid-template-columns: 1fr;
  background: var(--color-white);
  border: 1px solid var(--color-black-100);
  box-shadow: 0px 74px 28px rgba(0, 0, 0, 0.01), 0px 40px 24px rgba(0, 0, 0, 0.02), 0px 20px 20px rgba(0, 0, 0, 0.03), 0px 6px 10px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
}

@media screen and (min-width: 48rem) {
  .t-testimonial-container {
    grid-template-columns: 256px 1fr;
    border-radius: 40px;
  }
}

.t-testimonial-container.v--no-shadow {
  box-shadow: none;
}

.t-testimonial-container.v--no-border {
  border: none;
}

.t-testimonial-avatar {
  display: grid;
  gap:1rem;
  text-align: center;
}

.t-testimonial-avatar-img {
  max-width: 200px;
}

@media screen and (min-width: 48rem) {
  .t-testimonial-avatar-img {
    max-width: 256px;
  }
}

.t-testimonial-avatar-author {
  display: block;
}

@media screen and (min-width: 48rem) {
  .t-testimonial-avatar-author {
    display: none;
  }
}

.t-testimonial-quote {
  width: 100%;
}

.t-chatbot-demo .swiper-slide > div:not(.t-testimonial-quote) {
  width: auto;
}

.t-chatbot-demo .swiper-slide > .t-testimonial-quote {
  width: 100%;
}

@media screen and (min-width: 48rem) {
  .t-testimonial-quote {
    padding-left:1.5rem;
    padding-right:1.5rem;
  }
}

.t-testimonial-author {
  width: 100%;
}

.t-chatbot-demo .swiper-slide > div:not(.t-testimonial-author) {
  width: auto;
}

.t-chatbot-demo .swiper-slide > .t-testimonial-author {
  width: 100%;
}

.t-testimonial-author {
  display: flex;
}

.t-testimonial-author img {
  min-width: 0;
  min-height: 0;
}

.t-testimonial-author {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.c-hc-article-content img.t-testimonial-author {
  margin-top: 0;
  margin-bottom: 0;
}

.t-testimonial-author {
  margin-top: 0;
  margin-bottom: 0;
}

.t-docs-container article img.t-testimonial-author {
  margin-top: 0;
  margin-bottom: 0;
}

.t-testimonial-author-name {
  display: none;
}

@media screen and (min-width: 48rem) {
  .t-testimonial-author {
    width: 100%;
  }

  .t-chatbot-demo .swiper-slide > div:not(.t-testimonial-author) {
    width: auto;
  }

  .t-chatbot-demo .swiper-slide > .t-testimonial-author {
    width: 100%;
  }

  .t-testimonial-author {
    display: grid;
    grid-template-columns: 1fr 54px;
    gap: 1rem;
  }

  .t-testimonial-author-name {
    display: block;
  }
}

.t-testimonial-icon {
  width: 54px;
  height: 48px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA1NSA0OCIgcGhJbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzkzM183ODUyKSI+PHBhdGggZD0iTTI1LjYwODIgNDhIMC42NzE4NzVWMjguMjk0MUMwLjY3MTg3NSAyMS4wMzkyIDIuMTQzMjEgMTUuMzEzNyA1LjA4NTg5IDExLjExNzZDOC4wMjg1NiA2LjkyMTU3IDEzLjA3MzEgMy4yMTU2OSAyMC4yMTk2IDBMMjUuNjA4MiAxMC40NzA2QzIxLjIxMzMgMTIuNTg4MiAxOC4xNzUxIDE0LjcwNTkgMTYuNDkzNSAxNi44MjM1QzE0LjgxMiAxOC45MDIgMTMuODc1NyAyMS4zNzI1IDEzLjY4NDYgMjQuMjM1M0gyNS42MDgyVjQ4TTU0LjY3MTkgNDhIMjkuNzM1NlYyOC4yOTQxQzI5LjczNTYgMjEuMDM5MiAzMS4yMDY5IDE1LjMxMzcgMzQuMTQ5NiAxMS4xMTc2QzM3LjA5MjMgNi45MjE1NyA0Mi4xMzY4IDMuMjE1NjkgNDkuMjgzMyAwTDU0LjY3MTkgMTAuNDcwNkM1MC4yNzcgMTIuNTg4MiA0Ny4yMzg4IDE0LjcwNTkgNDUuNTU3MiAxNi44MjM1QzQzLjg3NTcgMTguOTAyIDQyLjkzOTQgMjEuMzcyNSA0Mi43NDgzIDI0LjIzNTNINTQuNjcxOVY0OFoiIGZpbGw9IiNFMkUyRTQiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF85MzNfNjg1MiI+PHJlY3Qgd2lkdGg9IjU1IiBoZWlnaHQ9IjQ4IiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.t-testimonial-highlight {
  background: linear-gradient(to right, var(--color-blue-600), var(--color-blue-400));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.t-testimonial-highlight.v--green {
  background: linear-gradient(to right, var(--color-green-500), var(--color-green-300));
  -webkit-background-clip: text;
          background-clip: text;
}

.t-testimonial-highlight.v--orange {
  background: linear-gradient(to right, var(--color-orange-500), var(--color-orange-300));
  -webkit-background-clip: text;
          background-clip: text;
}

.t-testimonial-highlight.v--blue {
  --color-blue-450: #0156f9;
  background: linear-gradient(to right, var(--color-blue-450), var(--color-blue-500));
  -webkit-background-clip: text;
          background-clip: text;
}

.t-testimonial-highlight.v--blue-bg {
  text-fill-color: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  border-radius: 0.3125rem;
  background: var(--color-blue-100);
}

.t-testimonial-highlight.v--yellow-bg {
  text-fill-color: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: var(--color-yellow-100);
}

.t-testimonial-highlight.v--yellow {
  background: linear-gradient(to right, #f5c351 0%, #8f722f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.t-testimonial-footer {
  background: red;
}

.t-typing {
  position: relative;
  display: inline-block;
}

.t-typing-caret {
  display: inline-block;
  width: 0.12em;
  height: 1em;
  background-color: var(--caret-color, white);
  margin-left: 10px;
  margin-bottom: -0.1em;
  animation: typing-blink 1s steps(2, end) infinite;
}

.t-typing-caret.u-hidden {
  display: none;
}

@keyframes typing-blink {
  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}

/* landing pages */

/**
*
*  HERO
*
*/

.home__hero {
  max-width: 1312px;
}

.home__chat {
  width: 100%;
}

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

.t-chatbot-demo .swiper-slide > .home__chat {
  width: 100%;
}

.home__chat {
  padding-left:1rem;
  padding-right:1rem;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
}

.home__chat-wrapper {
  display: flex;
}

.home__chat-wrapper img {
  min-width: 0;
  min-height: 0;
}

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

.home__chat-bubble {
  max-width: 340px;
  display: flex;
}

.home__chat-bubble img {
  min-width: 0;
  min-height: 0;
}

.home__chat-bubble {
  gap: 1rem;
  align-self: flex-end;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s, transform 0.5s;
}

.home__chat-bubble.v--visible {
  opacity: 1;
  transform: translateY(0);
}

.home__chat-bubble.v--bot {
  max-width: 360px;
  align-self: flex-start;
}

.home__chat-bubble.v--bot .home__chat-bubble-wrapper-author {
  text-align: left;
}

.home__chat-bubble.v--bot .home__chat-bubble-wrapper-msg {
  color: var(--color-white);
  background: var(--color-blue-500);
}

.home__chat-bubble-avatar {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  margin-top: 24px;
  border-radius: 10px 20px 20px 20px;
}

.home__chat-bubble-wrapper {
  gap: 0.5rem;
}

.home__chat-bubble-wrapper-author {
  width: 100%;
}

.t-chatbot-demo .swiper-slide > div:not(.home__chat-bubble-wrapper-author) {
  width: auto;
}

.t-chatbot-demo .swiper-slide > .home__chat-bubble-wrapper-author {
  width: 100%;
}

.home__chat-bubble-wrapper-author {
  font-size:var(--font-size-sm);
  font-weight:normal;
  line-height:1.5;
  text-align: right;
}

.home__chat-bubble-wrapper-msg {
  font-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556;
  border-radius: 20px 10px 20px 20px;
  padding: 16px 24px;
  background: var(--color-white);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/**
*
*  FEATURES BAR
*
*/

.home__features {
  display: flex;
}

.home__features img {
  min-width: 0;
  min-height: 0;
}

.home__features {
  align-items: center;
  background: var(--color-black-800);
  color: var(--color-black-100);
  height: 72px;
}

.home__features-container {
  width: 100%;
}

.t-chatbot-demo .swiper-slide > div:not(.home__features-container) {
  width: auto;
}

.t-chatbot-demo .swiper-slide > .home__features-container {
  width: 100%;
}

.home__features-container {
  display: flex;
}

.home__features-container img {
  min-width: 0;
  min-height: 0;
}

.home__features-container {
  align-items: center;
  gap:1rem;
  justify-content: space-around;
}

@media screen and (max-width: 75rem) {
  .home__features-container {
    animation: home-marquee 30s infinite linear;
    flex-shrink: 0;
    min-width: 100%;
    z-index: 10;
  }
}

.home__features-feature {
  display: flex;
}

.home__features-feature img {
  min-width: 0;
  min-height: 0;
}

.home__features-feature {
  align-items: center;
  justify-content: center;
  font-size:var(--font-size-sm);
  font-weight:normal;
  line-height:1.5;
  flex: 0 0 auto;
  gap: 0.5rem;
}

.home__features-feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

@media screen and (max-width: 36rem) {
  .home__features {
    height: 48px;
  }

  .home__features .home__features-feature {
    font-size:var(--font-size-xs);
    font-weight:normal;
    line-height:1.28571429;
  }
}

@keyframes home-marquee {
  0% {
    left: 100%;
  }

  100% {
    left: 0;
    transform: translateX(-100%);
  }
}

/**
*
*  TABS
*
*/

.home__tabs {
  display: flex;
  position: relative;
  border-radius: 16px;
  background-color: var(--color-black-30);
  box-shadow: inset 0 4px 14px rgba(0, 0, 0, 0.03);
  padding: 0.5rem;
}

.home__tabs * {
  z-index: 2;
}

.home__tabs input[type="radio"] {
  display: none;
}

.t-typing-caret.home__tabs input[type="radio"] {
  display: none;
}

.t-chatbot-demo__signup.home__tabs input[type="radio"] {
  display: none;
}

.home__tabs-item {
  width: 120px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: color 0.15s ease-in;
  color: var(--color-black-400);
}

.home__tabs-img {
  opacity: 0;
}

.home__tabs-img img {
  width: 100%;
}

.home__tabs-img.v--hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.home__tabs-img:not(.v--hidden) {
  opacity: 1;
}

.home__tabs-glider {
  width: 120px;
  height: 44px;
  position: absolute;
  display: flex;
  background: var(--color-white);
  z-index: 1;
  border-radius: 12px;
  transition: 0.25s ease-out;
  box-shadow: 0 9px 5px rgba(0, 0, 0, 0.01), 0 5px 4px rgba(0, 0, 0, 0.04), 0 2px 3px rgba(0, 0, 0, 0.07), 0 1px 2px rgba(0, 0, 0, 0.08);
}

.home__tabs input[type="radio"]:checked + label {
  font-weight: 500;
  color: var(--color-black-800);
}

.home__tabs input[id="tab-1"]:checked ~ .home__tabs-glider {
  transform: translateX(0);
}

.home__tabs input[id="tab-2"]:checked ~ .home__tabs-glider {
  transform: translateX(100%);
}

.home__tabs input[id="tab-3"]:checked ~ .home__tabs-glider {
  transform: translateX(200%);
}

.home__tabs input[id="tab-4"]:checked ~ .home__tabs-glider {
  transform: translateX(300%);
}

.home__tabs input[id="tab-5"]:checked ~ .home__tabs-glider {
  transform: translateX(400%);
}

@media screen and (max-width: 48rem) {
  .home__tabs .home__tabs-item,.home__tabs .home__tabs-glider{
    font-size:var(--font-size-sm);
    font-weight:normal;
    line-height:1.5
  }

  .home__tabs .home__tabs-item,
  .home__tabs .home__tabs-glider {
    width: 80px;
    height: 36px;
  }
}

@media screen and (max-width: 36rem) {
  .home__tabs .home__tabs-item,.home__tabs .home__tabs-glider{
    font-size:var(--font-size-xs);
    font-weight:normal;
    line-height:1.28571429
  }

  .home__tabs .home__tabs-item,
  .home__tabs .home__tabs-glider {
    width: 64px;
  }
}

/**
*
*  TRUST COMPANIES
*
*/

.home__companies {
  max-width: 100%;
}

.home__companies-signup-button {
  display: inline-block;
}

/**
*
*  GRID COLUMNS
*
*/

.home__multiple-channels-logos {
  width: 270px;
}

.home__columns-img {
  max-width: 100%;
  grid-row: 1;
}

@media screen and (min-width: 48rem) {
  .home__columns-img {
    max-width: 512px;
    grid-row: auto;
  }
}

.home__flexible-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.home__flexible-columns-img {
  max-width: 100%;
  grid-row: 1;
}

@media screen and (min-width: 48rem) {
  .home__flexible-columns-img {
    max-width: 576px;
    grid-row: auto;
  }
}

@media screen and (min-width: 48rem) {
  .home__flexible-columns {
    grid-template-columns: 1fr 55%;
  }
}

@media screen and (min-width: 64rem) {
  .home__flexible-columns {
    grid-template-columns: 1fr 576px;
  }
}

/**
*
*  LIVECHAT
*
*/

.home__livechat {
  display: grid;
  grid-template-columns: 1fr;
}

.home__livechat .home__livechat-img {
  width: 100%;
}

@media screen and (max-width: 48rem) {
  .home__livechat .home__livechat-right {
    grid-row: 1;
    margin-bottom:2rem;
  }
}

@media screen and (min-width: 48rem) {
  .home__livechat .home__livechat-img {
    max-width: 400px;
  }
}

/**
*
*  TOOLS
*
*/

.home__tools {
  overflow: hidden;
  background: var(--color-black-30);
}

@media screen and (min-width: 64rem) {
  .home__tools {
    height: 600px;
  }
}

.home__tools-mobile-img {
  max-width: 100%;
}

@media screen and (min-width: 48rem) {
  .home__tools-mobile-img {
    max-width: 343px;
  }
}

.home__tools-columns {
  display: grid;
  grid-template-columns: 1fr;
}

.home__tools-columns-right {
  grid-row: 1;
}

@media screen and (min-width: 64rem) {
  .home__tools-columns {
    grid-template-columns: 1fr 640px;
  }

  .home__tools-columns .home__tools-columns-right {
    height: 100%;
    grid-row: auto;
  }
}

.home__tools-animation {
  width: 640px;
  max-height: 600px;
  display: flex;
}

.home__tools-animation img {
  min-width: 0;
  min-height: 0;
}

.home__tools-animation {
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  padding-right: 80px;
}

.home__tools-animation-topgradient {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, #f6f6f7 0%, rgba(246, 246, 247, 0) 100%);
}

.home__tools-animation-bottomgradient {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(246, 246, 247, 0) 0%, #f6f6f7 100%);
}

.home__tools-animation-feature {
  width: 330px;
  height: 65px;
  margin: 10px 0;
  padding: 16px;
  font-size:var(--font-size-sm);
  font-weight:normal;
  line-height:1.5;
  background: var(--color-white);
  border-radius: 20px;
  display: flex;
  align-items: center;
  transition: transform 0.5s ease;
  opacity: 0.5;
  font-weight: 500;
  position: relative;
}

.home__tools-animation-feature-logo {
  width: 40px;
  height: 40px;
  margin: 0 0.7rem 0 0;
}

.home__tools-animation-feature.v--highlighted {
  transform: scale(1.32);
  height: 70px;
  opacity: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
}

.home__tools-animation-connector {
  width: 173px;
  height: 180px;
  position: absolute;
  top: calc(50% - 90px);
  left: 0;
  z-index: 1;
}

/**
*
*  AI AGENT SELLS
*
*/

.home__sells-list {
  display: flex;
}

.home__sells-list img {
  min-width: 0;
  min-height: 0;
}

.home__sells-list {
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 1rem;
  list-style: none;
}

@media screen and (min-width: 36rem) {
  .home__sells-list {
    flex-flow: row wrap;
    justify-content: center;
    gap: 2rem;
  }
}

.home__sells-item {
  position: relative;
  display: flex;
}

.home__sells-item img {
  min-width: 0;
  min-height: 0;
}

.home__sells-item {
  align-items: flex-end;
  width: 100%;
  height: 202px;
  padding: 1rem;
  overflow: hidden;
  border-radius: 1rem;
  isolation: isolate;
}

@media screen and (min-width: 36rem) {
  .home__sells-item {
    max-width: 900px;
    height: 352px;
    padding: 1.5rem;
  }
}

@media screen and (min-width: 48rem) {
  .home__sells-item {
    max-width: 352px;
    height: 352px;
    padding: 1.5rem;
  }
}

.home__sells-item.v--1 {
  background-color: #f7a482;
}

.home__sells-item-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__sells-item.v--3 {
  background-color: #e27042;
}

.home__sells-text {
  margin: 0;
  padding: 0;
  color: var(--color-white);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.143;
  letter-spacing: -0.5px;
  text-wrap: balance;
}

@media screen and (min-width: 36rem) {
  .home__sells-text {
    font-size: 2.5rem;
    line-height: 1.15;
  }
}

.home__reviews {
  width: 2448px;
  margin-left: calc(50% - 1224px);
  display: none;
}

.t-typing-caret.home__reviews {
  display: none;
}

.t-chatbot-demo__signup.home__reviews {
  display: none;
}

@media screen and (min-width: 48rem) {
  .home__reviews {
    display: flex;
  }

  .home__reviews img {
    min-width: 0;
    min-height: 0;
  }

  .home__reviews {
    flex-wrap: wrap;
  }
}

.home__reviews-container {
  display: flex;
}

.home__reviews-container img {
  min-width: 0;
  min-height: 0;
}

.home__reviews-container {
  padding-top:1rem;
  padding-bottom:1rem;
  margin: 0 auto;
  gap: 32px;
}

.home__review {
  display: flex;
}

.home__review img {
  min-width: 0;
  min-height: 0;
}

.home__review {
  flex-wrap: wrap;
  align-content: space-between;
  width: 540px;
  padding: 24px;
  border-radius: 20px;
  background: var(--color-white);
  border: 1px solid var(--color-black-75);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.home__review.v--small {
  width: 350px;
}

.home__review.v--medium {
  width: 480px;
}

.home__review.v--highlighted {
  background: linear-gradient(100.98deg, #ffd046 -9.18%, #ffe091 105.1%);
  color: var(--color-black-800);
}

.home__review.v--highlighted .home__review-rate,
.home__review.v--highlighted .home__review-source {
  filter: none;
}

.home__review-rate {
  width: 95px;
  height: 16px;
  margin-left: 0;
}

.home__review-source {
  width: 28px;
  height: 28px;
  margin: 0;
}

.home__review-carousel {
  display: flex;
}

.home__review-carousel img {
  min-width: 0;
  min-height: 0;
}

.home__review-carousel {
  flex-wrap: wrap;
  align-content: space-between;
  flex: 0 0 auto;
  width: 240px;
  padding: 24px;
  border-radius: 20px;
  background: var(--color-white);
  border: 1px solid var(--color-black-75);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.home__fast-timeline {
  width: 787px;
  margin: 0 auto 2.5rem;
  position: relative;
}

.home__fast-timeline__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  padding-inline: 1rem;
}

.home__fast-timeline__column {
  min-width: 234px;
}

@media (min-width: 48rem) {
  .home__fast-timeline {
    width: 100%;
    max-width: 73rem;
    margin: 0 auto 5rem;
  }

  .home__fast-timeline__columns {
    margin-top: 0;
    padding-top: 8.5rem;
  }

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

.berlin-header-image {
  max-width: 1030px;
}

.image-win-ipad {
  max-width: 445px;
}

.image-get-discount {
  max-width: 445px;
}

.u-text-background {
  position: relative;
  width: 100%;
  background-image: url("../content/berlin2019/text-background.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  left: 0;
  top: 0;
}

.t-person {
  width: 250px;
}

.benefits__img-improving-workflow {
  width: 228px;
  top: -40px;
  left: 0px;
  position: absolute;
}

@media screen and (min-width: 75rem) {
  .benefits__img-improving-workflow {
    left: -90px;
  }
}

.benefits__img-accessibility {
  width: 252px;
  left: -80px;
  bottom: -100px;
  position: absolute;
}

@media screen and (min-width: 75rem) {
  .benefits__img-accessibility {
    left: -180px;
  }
}

.benefits__img-automating-processes {
  width: 224px;
  right: -40px;
  top: -40px;
  position: absolute;
}

@media screen and (min-width: 75rem) {
  .benefits__img-automating-processes {
    right: -110px;
  }
}

.benefits__img-data-collection {
  width: 276px;
  right: -100px;
  bottom: -160px;
  position: absolute;
}

@media screen and (min-width: 75rem) {
  .benefits__img-data-collection {
    right: -190px;
  }
}

.benefits__signup {
  max-width: 270px;
}

.benefits__icon {
  width: 48px;
  height: 48px;
  margin: 0;
}

.benefits__customer-support {
  grid-template-columns: 1fr;
  grid-template-areas: "a" "b" "c" "d" "e";
}

.benefits__customer-support > div:nth-child(1) {
  grid-area: a;
}

.benefits__customer-support > div:nth-child(2) {
  grid-area: b;
}

.benefits__customer-support > div:nth-child(3) {
  grid-area: c;
}

.benefits__customer-support > div:nth-child(4) {
  grid-area: d;
}

.benefits__customer-support > div:nth-child(5) {
  grid-area: e;
}

@media screen and (min-width: 48rem) {
  .benefits__customer-support {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a b" "c d" "e e";
  }
}

@media screen and (min-width: 64rem) {
  .benefits__customer-support {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "a b c" "d e e";
  }
}

.t-feature-best-practices {
  grid-template-columns: 1fr minmax(auto, 500px);
}

.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-best-practices .t-decor-best-practices--left,
.t-best-practices .t-decor-best-practices--right {
  position: absolute;
  max-width: 332px;
  z-index: -1;
}

.t-best-practices .t-decor-best-practices--left {
  left: -340px;
  bottom: 0;
}

.t-best-practices .t-decor-best-practices--right {
  right: -150px;
  bottom: 0;
}

.t-best-practices__planning-phase .t-decor-best-practices--left,
.t-best-practices__building-phase .t-decor-best-practices--left,
.t-best-practices__monitoring-phase .t-decor-best-practices--left,
.t-best-practices__planning-phase .t-decor-best-practices--right,
.t-best-practices__building-phase .t-decor-best-practices--right,
.t-best-practices__monitoring-phase .t-decor-best-practices--right {
  position: absolute;
  max-width: 582px;
}

.t-best-practices__planning-phase .t-decor-best-practices--left,
.t-best-practices__building-phase .t-decor-best-practices--left,
.t-best-practices__monitoring-phase .t-decor-best-practices--left {
  left: -460px;
  top: -75px;
}

.t-best-practices__planning-phase .t-decor-best-practices--right,
.t-best-practices__building-phase .t-decor-best-practices--right,
.t-best-practices__monitoring-phase .t-decor-best-practices--right {
  right: -350px;
  top: -120px;
}

.t-best-practices__building-phase .t-decor-best-practices--right {
  max-width: 500px;
  right: -230px;
  top: -80px;
}

.t-best-practices__monitoring-phase .t-decor-best-practices--right,
.t-best-practices__monitoring-phase .t-decor-best-practices--left {
  max-width: 460px;
}

.t-best-practices__monitoring-phase .t-decor-best-practices--left {
  left: -280px;
  top: -75px;
}

.t-best-practices__monitoring-phase .t-decor-best-practices--right {
  right: -300px;
  top: -80px;
}

.t-wrapping-up .t-decor-best-practices--left,
.t-wrapping-up .t-decor-best-practices--right {
  position: absolute;
  max-width: 140px;
}

.t-wrapping-up .t-decor-best-practices--left {
  bottom: -20px;
  left: -250px;
}

.t-wrapping-up .t-decor-best-practices--right {
  bottom: -95px;
  right: -250px;
}

.t-chatbot-cheetsheet-form .background-dust {
  position: absolute;
  left: -150px;
  top: -40px;
}

.t-chatbot-cheetsheet-form .send-a-copy-img {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 174px;
}

.t-chatbot-cheetsheet-form .v--black {
  background-color: #0F0F10;
  border-color: #0F0F10;
  color: #fff;
}

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

.x-scroll .t-inner-scroll {
  overflow-x: auto;
  border-radius: 6px;
}

.x-scroll .t-inner-scroll img {
  flex: 0 0 auto;
  background: white;
  margin-right: 0.5rem;
  border-radius: 6px;
}

.x-scroll .t-inner-scroll img.solutions {
  width: 920px;
  max-width: 920px;
  height: 576px;
}

.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: #ffd000;
  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: 48rem) {
  .t-desktop-screens,
  .t-inner-nav-wrapper,
  .t-decor-best-practices {
    display: none;
  }

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

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

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

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

@media screen and (max-width: 64rem) {
  .t-feature-best-practices {
    grid-template-columns: 1fr minmax(auto, 40%);
  }
}

.t-coronavirus-blue-bg {
  background-color: #d9edf4;
}

.t-powered-tick {
  width: 14px;
}

.t-coronavirus-support {
  max-width: 289px;
}

.t-coronavirus-hero-image {
  max-width: 436px;
}

.t-coronavirus-top-bar {
  width: 100%;
  color: #fff;
  position: fixed;
  top: 0;
  background: #112950;
  z-index: 2;
}

.t-coronavirus-top-bar a {
  color: #fff;
}

.t-coronavirus-support-bg-left {
  position: absolute;
  left: -5%;
  top: 50px;
  max-width: 362px;
}

.t-coronavirus-support-bg-right {
  position: absolute;
  right: -5%;
  top: 50px;
  max-width: 318px;
}

.t-coronavirus-cta {
  background: #132440;
}

.t-coronavirus-cta-left {
  position: absolute;
  left: 0;
  top: 50px;
  max-width: 114px;
}

.t-coronavirus-cta-right {
  position: absolute;
  right: -5%;
  top: 50px;
  max-width: 201px;
}

.t-coronavirus-widget-moment {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.t-coronavirus-widget-moment .t-coronavirus-widget-search {
  border-radius: 30px;
}

.t-coronavirus-widget-moment .t-coronavirus-widget-search .t-coronavirus-widget-icon-search {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 14px;
}

.t-coronavirus-support-globally {
  grid-template-columns: 1fr;
  grid-gap: 0;
}

@media screen and (min-width: 48rem) {
  .t-coronavirus-support-globally {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem 2rem;
  }
}

.t-coronavirus-advice-trust {
  grid-gap: 1rem;
}

@media screen and (min-width: 48rem) {
  .t-coronavirus-advice-trust {
    grid-gap: 2rem 2rem;
  }
}

.o-widget.coronavirus .o-widget-msg .author {
  color: #000;
}

.o-widget.coronavirus .o-widget-msg.user .o-widget-text {
  background: #1128f5;
}

.t-chatbot-templates-home-bg-left {
  width: 248px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.t-chatbot-templates-home-bg-right {
  width: 291px;
  position: absolute;
  right: -100px;
  bottom: -50px;
}

.t-chatbot-templates {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
}

@media screen and (min-width: 48rem) {
  .t-chatbot-templates {
    grid-gap: 0 20px;
    grid-template-columns: 180px 1fr;
  }
}

@media screen and (min-width: 75rem) {
  .t-chatbot-templates {
    grid-gap: 0 40px;
    grid-template-columns: 230px 1fr;
  }
}

.t-chatbot-templates-nav {
  height: 100%;
  font-size: 20px;
  display: none;
}

.t-chatbot-templates-nav ul li a {
  color: #0F0F10;
  text-decoration: none;
  transition: all 0.3s;
  background-image: linear-gradient(120deg, #000, #000);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.t-chatbot-templates-nav ul li a.v--current,
.t-chatbot-templates-nav ul li a:hover {
  text-decoration: none;
  background-size: 100% 2px;
}

@media screen and (min-width: 48rem) {
  .t-chatbot-templates-nav {
    display: block;
  }
}

.t-chatbot-templates-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

a.t-chatbot-templates-category {
  min-height: 350px;
  color: #0F0F10;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border: 1px solid #d4d4d7;
  margin-bottom: 20px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media screen and (min-width: 75rem) {
  a.t-chatbot-templates-category {
    flex: 0 calc(50% - 10px);
  }
}

a.t-chatbot-templates-category.highlighted {
  background: #ffd000;
}

a.t-chatbot-templates-category .t-chatbot-templates-category-cover {
  max-width: 348px;
  max-height: 144px;
}

.t-chatbot-templates-article-block {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr;
}

.t-chatbot-templates-article-block.v--inverse {
  grid-gap: 0 20px;
  grid-template-columns: 1fr;
}

.t-chatbot-templates-article-block.v--inverse img {
  margin: 0;
}

@media screen and (min-width: 48rem) {
  .t-chatbot-templates-article-block.v--inverse {
    grid-template-columns: 200px 1fr;
  }
}

@media screen and (min-width: 75rem) {
  .t-chatbot-templates-article-block.v--inverse {
    grid-template-columns: 400px 1fr;
  }
}

.t-chatbot-templates-article-block .t-chatbot-templates-article-block-image {
  width: 457px;
  position: absolute;
  bottom: 0;
  right: 15px;
  display: none;
}

@media screen and (min-width: 75rem) {
  .t-chatbot-templates-article-block {
    grid-gap: 0 30px;
    grid-template-columns: 1fr 400px;
  }

  .t-chatbot-templates-article-block .t-chatbot-templates-article-block-advantages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .t-chatbot-templates-article-block .t-chatbot-templates-article-block-image {
    display: block;
  }
}

.t-chatbot-templates-columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 20px 20px;
}

.t-chatbot-templates-columns.v--category {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 48rem) {
  .t-chatbot-templates-columns.v--category {
    grid-template-columns: 1fr 1fr;
  }

  .t-chatbot-templates-columns.v--category a:nth-child(1) {
    grid-column: span 2;
  }
}

@media screen and (min-width: 75rem) {
  .t-chatbot-templates-columns.v--category {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 48rem) {
  .t-chatbot-templates-columns {
    grid-template-columns: 1fr 1fr;
  }
}

.t-chatbot-templates-columns.v--three {
  grid-template-columns: 48% 1fr 1fr;
}

.t-chatbot-templates-columns img {
  margin-left: 0;
}

.t-chatbot-templates-columns .t-chatbot-templates-block {
  color: #0F0F10;
  text-decoration: none !important;
}

.t-chatbot-templates-columns .t-chatbot-templates-block div {
  height: 100%;
}

.t-chatbot-templates-columns .t-chatbot-templates-block .t-chatbot-templates-block-icon {
  max-width: 48px;
  max-height: 48px;
}

.t-chatbot-templates-columns .t-chatbot-templates-block.primary {
  background: #f6f6f7;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: dense;
  grid-gap: 15px;
}

.t-chatbot-templates-columns .t-chatbot-templates-block.primary img {
  width: 3rem;
}

@media screen and (min-width: 48rem) {
  .t-chatbot-templates-columns .t-chatbot-templates-block.primary {
    grid-template-columns: 190px 1fr;
    grid-auto-flow: dense;
    grid-gap: 0 40px;
  }

  .t-chatbot-templates-columns .t-chatbot-templates-block.primary img {
    width: 100%;
  }
}

.t-chatbot-templates-columns .t-chatbot-templates-block:hover {
  border-color: #0066FF;
}

.t-chatbot-templates-columns .t-chatbot-templates-block:hover .t-chatbot-templates-block-read-more {
  text-decoration: underline;
}

.t-chatbot-templates-article-icon {
  max-width: 295px !important;
}

.t-chatbot-templates-template-columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px 0;
}

@media screen and (min-width: 48rem) {
  .t-chatbot-templates-template-columns {
    display: grid;
    grid-gap: 0 20px;
    grid-template-columns: 1fr 45%;
  }
}

.t-chatbot-templates-template-icon {
  width: 64px !important;
  margin: 0;
}

.t-chatbot-templates-template-key-tasks img {
  margin: 0;
}

.t-chatbot-templates-template-cta-top {
  padding-bottom: 10px;
}

.t-chatbot-templates-template-cta-left {
  width: 446px;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.t-chatbot-templates-template-cta-right {
  width: 446px;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.t-chatbot-templates-template-features {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

@media screen and (min-width: 48rem) {
  .t-chatbot-templates-template-features {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 20px;
  }
}

.t-chatbot-templates-template-features img {
  margin: 0;
}

.logotype {
  width: 140px;
}

.bot-builder {
  max-width: 786px;
  z-index: 1;
}

.msg-bg-left {
  width: 188px;
  height: 221px;
  position: absolute;
  left: -50px;
  bottom: 0;
}

.msg-bg-right {
  width: 188px;
  height: 221px;
  position: absolute;
  right: -50px;
  bottom: 0;
}

.t-enterprise-hero-logo {
  position: absolute;
  left: 13%;
  top: 40%;
  width: 40.7%;
  height: auto;
  animation: t-enterprise-hero-logo-float 3s ease-in-out infinite;
  animation-duration: 3s !important;
}

.t-enterprise-companies-using-chatbot {
  max-width: 1140px;
}

.t-enterprise-companies-using-chatbot-mobile {
  max-width: 581px;
}

.t-enterprie-spend-less-get-more-done {
  max-width: 370px;
}

.t-enterprise-cta {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.t-enterprise-maxw {
  max-width: 80%;
  max-height: 90%;
}

.t-enterprise-blob-left {
  width: 438px;
  height: 693px;
  position: absolute;
  top: -150px;
  left: -180px;
}

.t-enterprise-blob-right {
  width: 403px;
  height: 650px;
  position: absolute;
  top: -180px;
  right: -140px;
}

.t-enterprise-get-your-customized-offer {
  max-width: 381px;
}

.t-enterprise-empower-data-driven-organizations {
  max-width: 379px;
}

.t-enterprise-design-your-perfect-chatbot {
  max-width: 488px;
}

.t-enterprise-icon-xl {
  width: 95px;
}

.t-enterprise-icon-maintain-security {
  width: 90px;
  position: absolute;
  top: -40px;
  background: #fff;
  left: calc(50% - 45px);
}

.t-enterprise-background-dust-left {
  position: absolute;
  width: 146px;
  height: 273px;
  left: 0;
  top: 0;
}

.t-enterprise-background-dust-right {
  position: absolute;
  width: 146px;
  height: 233px;
  right: 0;
  top: 0;
}

@keyframes t-enterprise-hero-logo-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

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

.t-docs-header {
  background-image: url('/header-docs.png');
  background-repeat: no-repeat;
  background-size: 199px 456px;
  background-position: center center;
}

.t-docs-select {
  min-width: 70px;
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 6L.7.2h8.6L5 6z" fill="%231B1B20"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.t-docs-select.v--active {
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 .3L9.3 6H.7L5 .3z" fill="%231B1B20"/></svg>');
}

.t-docs-container {
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-template-rows: 1fr;
  grid-gap: 50px;
}

.t-docs-container article {
  font-weight: normal;
  font-size: 1.125rem;
}

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

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

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

.t-docs-container article p {
  word-break: break-word;
}

.t-docs-container article h1 {
  font-size: 1.71098438rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

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

@media screen and (min-width: 75rem) {
  .t-docs-container article h1 {
    font-size: 2.587464rem;
  }
}

.t-docs-container article h2 {
  font-size: 1.29375rem;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-weight: bold;
  border-bottom: 1px solid #d4d4d7;
  padding-bottom: 1rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 36rem) {
  .t-docs-container article h2 {
    font-size: calc(1.29375rem  +  0.19125  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .t-docs-container article h2 {
    font-size: 1.485rem;
  }
}

.t-docs-container article h3 {
  padding: 2rem 0;
}

.t-docs-container article h4 {
  font-weight: normal;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1rem 0;
}

.t-docs-container article h5 {
  font-weight: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #5d5c69;
  margin: 3rem 0;
  text-transform: uppercase;
}

.t-docs-container article img {
  border-radius: 4px;
  margin: 2rem 0 3rem;
  width: auto;
  height: auto;
  max-width: 100%;
}

.t-docs-container article img.u-border-0 {
  border-width: 0;
}

.t-docs-container article img.u-inline {
  margin: 0 0.5rem;
  border: none;
  width: auto;
  height: 1.25em;
}

.t-docs-container article img.u-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.t-docs-container article code {
  color: #0066FF;
  font-weight: normal;
  font-size: 1.125rem;
  font-family: Colfax, sans-serif;
}

.t-docs-container article li {
  margin-bottom: 0.5rem;
}

.t-docs-container article pre code {
  display: block;
  overflow: auto;
  padding: 1rem 1.5rem;
}

.t-docs-container .video {
  width: 100%;
  position: relative;
  height: 265px;
  margin: 20px 0;
  padding-bottom: 56.25%;
}

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

.t-docs-container table {
  width: 100%;
  padding: 0;
  overflow: auto;
  display: block;
  border-collapse: collapse;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.t-docs-container table tr {
  border-bottom: 1px solid #e2e7ed;
  background: #f8f9fa;
}

.t-docs-container table tbody > tr:first-child > td {
  padding-top: 20px;
}

.t-docs-container table tr th {
  font-weight: normal;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
  margin: 0;
  padding: 15px;
  background: #e3e4e6;
}

.t-docs-container table tr td {
  text-align: left;
  font-weight: 300;
  font-weight: normal;
  font-size: 1.125rem;
  padding: 10px 20px 10px 10px;
}

.t-docs-container .t-docs-nav ul {
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.t-docs-container .t-docs-nav ul li {
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.t-docs-container .t-docs-nav ul li a {
  text-decoration: none;
  padding: 10px 0;
  display: block;
  width: 100%;
  color: #0F0F10;
}

.t-docs-container .t-docs-nav ul li i {
  margin-right: 15px;
  font-size: 27px;
  float: left;
}

.t-docs-container .t-docs-nav ul li.active a {
  color: #0066FF;
}

.t-docs-container .t-docs-nav ul li.active > ul {
  display: block;
  position: relative;
  padding: 5px 0;
  overflow: hidden;
}

.t-docs-container .t-docs-nav ul li.active > ul::before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 3px solid #0066FF;
}

.t-docs-container .t-docs-nav ul li.active > ul a {
  color: #0F0F10;
}

.t-docs-container .t-docs-nav ul li > ul {
  display: none;
  width: 100%;
  position: relative;
  overflow: auto;
  padding-left: 0;
}

.t-docs-container .t-docs-nav ul li > ul li {
  padding-left: 20px;
}

.endpoint {
  padding: 15px;
  border-radius: 10px;
  background: #f6f6f7;
  margin-bottom: 2rem;
  white-space: nowrap;
  overflow-x: scroll;
}

.endpoint .method {
  background: #03a9f4;
  color: #fff;
  padding: 5px;
  font-weight: bold;
  border-radius: 14px;
}

.endpoint .method[data-method="GET"] {
  background: #4caf50;
}

.endpoint .method[data-method="POST"] {
  background: #ffd000;
  color: #0F0F10;
}

.endpoint .method[data-method="DEL"] {
  background: #f44336;
}

.endpoint .url {
  padding: 0 10px;
  font-weight: 500;
  color: #1b1b20 !important;
}

.hljs-comment,
.hljs-quote {
  color: #65737e;
}

/* Ocean Red */

.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #bf616a;
}

/* Ocean Orange */

.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #d08770;
}

/* Ocean Yellow */

.hljs-attribute {
  color: #ebcb8b;
}

/* Ocean Green */

.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #a3be8c;
}

/* Ocean Blue */

.hljs-title,
.hljs-section {
  color: #8fa1b3;
}

/* Ocean Purple */

.hljs-keyword,
.hljs-selector-tag {
  color: #b48ead;
}

pre {
  white-space: pre-wrap;
}

.hljs {
  overflow-x: auto;
  background: #2b303b !important;
  color: #c0c5ce !important;
  padding: 0.5em;
  border-radius: 4px;
  font-family: monospace !important;
}

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

.hljs-strong {
  font-weight: bold;
}

.switch {
  display: none;
}

@media screen and (max-width: 48rem) {
  #api-version {
    display: none;
  }

  .t-docs-container .t-docs-nav ul {
    padding: 0 10px;
  }

  .t-docs-container .t-docs-nav ul li a,
  .t-docs-container .t-docs-nav ul li.active a,
  .t-docs-container .t-docs-nav ul li.active ul a {
    color: #fff;
  }

  .t-docs-header {
    background-image: none;
  }

  .t-docs-container {
    display: block;
  }

  .t-docs-menu {
    position: fixed;
    width: 30px;
    left: 0;
    top: 0;
    z-index: 101;
    height: 100%;
  }

  .t-docs-menu .switch {
    width: 30px;
    height: 30px;
    top: 50px;
    right: 0;
    background: #fff;
    border: 1px solid #0066FF;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .t-docs-menu .content {
    width: 10px;
    height: 100%;
    background: #0066FF;
  }

  .t-docs-menu .content .menu {
    padding: 20px 0;
    display: none;
    overflow-y: auto;
  }

  .t-docs-menu.active {
    width: 85%;
  }

  .t-docs-menu.active .switch {
    transform: rotate(180deg);
  }

  .t-docs-menu.active .content {
    width: calc(100% - 12.5px);
    height: 100%;
    overflow-y: auto;
  }

  .t-docs-menu.active .content .menu {
    display: block;
    background: #0066FF;
  }
}

.t-expert-block {
  width: 100%;
}

.t-expert-dots {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 629px;
}

@media screen and (min-width: 48rem) {
  .v--experts {
    grid-template-columns: 380px 1fr;
    grid-gap: 50px;
  }
}

/* to do: move to colors.less */

:root {
  --color-purple-75: #F4F1FF;
  --color-black-20: #FCFCFC;
  --color-black-75: #EEEEEF;
}

.pricing__price-animation {
  animation: priceChange 0.5s ease-in-out;
}

@keyframes priceChange {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

.pricing__icon-ai {
  width: 35px;
}

.pricing__icon-enterprise {
  width: 90px;
}

.pricing__icon-circle {
  width: 24px;
  height: 24px;
}

.pricing__icon-minus {
  width: 24px;
  opacity: 0.5;
}

.pricing__label-promo {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--color-green-400);
  background: var(--color-green-50);
  border: 1px solid var(--color-green-100);
}

.pricing__label-promo.v--grey {
  background: var(--color-black-50);
  color: var(--color-black);
  border-color: var(--color-black-50);
}

.pricing__banner {
  display: flex;
}

.pricing__banner img {
  min-width: 0;
  min-height: 0;
}

.pricing__banner {
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  border-radius: 1rem;
  background: linear-gradient(90deg, #DAEDFF 0%, #FBFDFF 120%);
}

.pricing__banner-img {
  width: 106px;
  margin-bottom: 0;
}

@media screen and (max-width: 64rem) {
  .pricing__banner {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
    gap: 1rem;
  }

  .pricing__banner-img {
    margin-bottom:1rem;
  }
}

.pricing__partner-img {
  max-width: 600px;
  grid-row: 1;
}

@media screen and (min-width: 48rem) {
  .pricing__partner-img {
    grid-row: auto;
  }
}

.pricing__partner-button svg {
  margin-top: -1px;
}

.pricing__partner-button:hover svg path {
  stroke: var(--color-white);
}

/**
*
*  PRICING PLANS
*
*/

.pricing__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  justify-items: center;
}

@media screen and (min-width: 36rem) {
  .pricing__container {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, 260px);
    justify-items: center;
  }
}

@media screen and (min-width: 64rem) {
  .pricing__container {
    width: 100%;
  }

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

  .t-chatbot-demo .swiper-slide > .pricing__container {
    width: 100%;
  }

  .pricing__container {
    max-width: 100%;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 75rem) {
  .pricing__container {
    gap: 2rem;
  }
}

.pricing__container-plan {
  height: 100%;
  max-width: 260px;
}

.pricing__container-plan-link {
  width: 100%;
}

.t-chatbot-demo .swiper-slide > div:not(.pricing__container-plan-link) {
  width: auto;
}

.t-chatbot-demo .swiper-slide > .pricing__container-plan-link {
  width: 100%;
}

.pricing__container-plan-link {
  height: 100%;
  color: var(--color-black);
}

.pricing__container-plan-link:hover {
  text-decoration: none;
}

.pricing__container-plan-period {
  letter-spacing: 0.05rem;
}

.pricing__container-plan.v--highlighted {
  border: 2px solid var(--color-blue-500);
}

.pricing__container-plan.v--highlighted::before {
  width: 80%;
  content: "MOST\00a0POPULAR";
  font-size: var(--font-size-2xs);
  background-color: var(--color-blue-500);
  color: var(--color-white);
  border-radius: 0.5rem;
  font-weight: 500;
  position: absolute;
  text-align: center;
  line-height: 1.5rem;
  height: 22px;
  top: -10px;
  left: 50%;
  translate: -50% calc(-100% + 18px);
}

@media screen and (min-width: 36rem) {
  .pricing__container-plan.v--highlighted::before {
    line-height: 1.5rem;
    height: 20px;
    top: -20px;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}

@media screen and (max-width: 36rem) {
  .pricing__container-plan.v--highlighted {
    max-width: 260px;
  }
}

@media screen and (min-width: 48rem) {
  .pricing__container-plan.v--highlighted {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  }
}

.pricing__container-plan:hover {
  cursor: pointer;
}

.pricing__container-plan:hover .c-btn {
  transition: 0.2s all;
  transform: scale(1.05);
  color: var(--color-white);
  background: var(--color-black);
}

/**
*
*  PRICE SWITCH
*
*/

.pricing__switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.pricing__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing__switch .pricing__switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-blue-500);
  transition: 0.4s;
  border-radius: 20px;
}

.pricing__switch .pricing__switch-slider:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
}

.pricing__switch input:checked + .pricing__switch-slider:before {
  transform: translateX(20px);
}

/**
*
*  TOOLTIP
*
*/

.pricing__tooltip-container {
  gap: 12px;
  cursor: pointer;
  padding: 0;
  background-color:transparent;
  background-image:none;
  text-align: left;
}

.pricing__tooltip-container-icon {
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  opacity: 0.25;
  display: block;
}

/**
*
*  COMPARISON
*
*/

.pricing__table {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid var(--color-black-100);
  position: sticky;
  z-index: 10003;
  top: 0;
  /* header plan price */
}

.pricing__table-banner {
  width: 100%;
}

.t-chatbot-demo .swiper-slide > div:not(.pricing__table-banner) {
  width: auto;
}

.t-chatbot-demo .swiper-slide > .pricing__table-banner {
  width: 100%;
}

.pricing__table-banner {
  text-align: center;
  font-size:var(--font-size-2xs);
  font-weight:normal;
  line-height:1.333;
  background: var(--color-green-100);
  color: var(--color-green-500);
  padding: 4px;
}

.pricing__table-plan {
  width: 100%;
}

.t-chatbot-demo .swiper-slide > div:not(.pricing__table-plan) {
  width: auto;
}

.t-chatbot-demo .swiper-slide > .pricing__table-plan {
  width: 100%;
}

.pricing__table-plan {
  text-align: center;
  padding-top:.5rem;
  padding-bottom:.5rem;
  border-right-width: 1px;
}

.pricing__table-plan:last-child {
  border: none;
}

.pricing__table-plan-price {
  font-size:var(--font-size-xs);
  font-weight:normal;
  line-height:1.28571429;
}

@media screen and (min-width: 48rem) {
  .pricing__table-plan-price {
    font-size:var(--font-size-base);
    font-weight:normal;
    line-height:1.55555556;
  }
}

.pricing__table-header {
  display: grid;
  position: relative;
}

.pricing__table-header-left {
  z-index: 1;
}

.pricing__table-header-right {
  z-index: 1;
  display: grid;
  justify-content: end;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 48rem) {
  .pricing__table-header-right {
    gap: 6rem;
  }
}

@media screen and (min-width: 64rem) {
  .pricing__table-header {
    grid-template-columns: 320px 3fr;
  }
}

@media screen and (min-width: 75rem) {
  .pricing__table-header {
    grid-template-columns: 400px 3fr;
  }
}

/**
*
*  COMPARISON > ROW
*
*/

.pricing__table-enterprise {
  position: absolute;
  display: none;
  width: calc(100% - 400px);
  height: calc(100% - 1px);
  top: 0;
  right: 0;
  background: transparent;
}

.pricing__table-enterprise-label {
  background: var(--color-white);
  padding: 8px 20px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

@media screen and (min-width: 64rem) {
  .pricing__table-enterprise {
    display: block;
    width: calc(100% - 320px);
  }
}

@media screen and (min-width: 75rem) {
  .pricing__table-enterprise {
    width: calc(100% - 400px);
  }
}

.pricing__table-row {
  overflow: clip;
  /**
    *
    *  COMPARISON > ROW > HEADER
    *
    */
  /**
    *
    *  COMPARISON > ROW > WRAPPER
    *
    */
}

.pricing__table-row.v--active .pricing__table-row-wrapper {
  grid-template-rows: 0fr;
}

.pricing__table-row.v--ai {
  background: var(--color-purple-50);
}

.pricing__table-row.v--ai .pricing__table-row-content:last-child {
  border: 0;
}

.pricing__table-row.v--ai .pricing__table-row-header {
  background: linear-gradient(90deg, #EEE8FF 0%, #EEE8FF 30%, #E0DCFF 50%, #E0DCFF 65%, #E7DAFF 75%, #D8BAFF 100%);
}

.pricing__table-row.v--ai .pricing__table-row-wrapper .pricing__table-row-content {
  border-color: var(--color-purple-100);
}

.pricing__table-row.v--ai .pricing__table-row-wrapper .pricing__table-row-content:hover {
  background: var(--color-purple-75);
}

.pricing__table-row .pricing__table-row-header {
  position: relative;
  cursor: pointer;
  padding-left:1rem;
  padding-right:1rem;
  margin-top:1rem;
  margin-bottom:1rem;
  background-color:var(--color-black-50);
  display: flex;
}

.pricing__table-row .pricing__table-row-header img {
  min-width: 0;
  min-height: 0;
}

.pricing__table-row .pricing__table-row-header {
  justify-content: space-between;
  border-radius: 0.625rem;
}

@media screen and (min-width: 64rem) {
  .pricing__table-row .pricing__table-row-header {
    position: sticky;
    z-index: 10001;
    top: 129px;
  }
}

.pricing__table-row .pricing__table-row-wrapper {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s;
}

.pricing__table-row .pricing__table-row-wrapper .pricing__table-row-content {
  display: grid;
  grid-auto-rows: 56px;
  position: relative;
  border-bottom: 1px solid var(--color-black-75);
}

.pricing__table-row .pricing__table-row-wrapper .pricing__table-row-content:hover {
  background: var(--color-purple-20);
}

.pricing__table-row .pricing__table-row-wrapper .pricing__table-row-content:hover .pricing__tooltip-container-icon {
  display: block;
}

.pricing__table-row .pricing__table-row-wrapper .pricing__table-row-content-left {
  z-index: 1;
  display: grid;
}

.pricing__table-row .pricing__table-row-wrapper .pricing__table-row-content-right {
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  justify-content: center;
  align-items: center;
}

.pricing__table-row .pricing__table-row-wrapper .pricing__table-row-content-full {
  grid-column-start: 1;
  grid-column-end: 5;
  align-self: center;
}

@media screen and (min-width: 64rem) {
  .pricing__table-row .pricing__table-row-wrapper .pricing__table-row-content {
    grid-template-columns: 320px 3fr;
  }
}

@media screen and (min-width: 75rem) {
  .pricing__table-row .pricing__table-row-wrapper .pricing__table-row-content {
    grid-template-columns: 400px 3fr;
  }
}

@media screen and (max-width: 64rem) {
  .pricing__table-row .pricing__table-row-wrapper .pricing__table-row-content {
    border: 1px solid var(--color-black-100) !important;
    border-radius: 0.625rem !important;
    overflow: clip;
  }

  .pricing__table-row .pricing__table-row-wrapper .pricing__table-row-content:hover {
    background: var(--color-white);
  }

  .pricing__table-row .pricing__table-row-wrapper .pricing__table-row-content:last-child {
    border: 1px solid var(--color-black-100);
  }

  .pricing__table-row .pricing__table-row-wrapper .pricing__table-row-content-right {
    gap: 2rem;
  }

  .pricing__table-row .pricing__table-row-wrapper .pricing__table-row-content-left {
    background: var(--color-black-50);
    border-bottom: 1px solid var(--color-black-100);
  }

  .pricing__table-row.v--ai {
    background: var(--color-white);
  }

  .pricing__table-row.v--ai .pricing__table-row-wrapper .pricing__table-row-content:hover {
    background: var(--color-white);
  }

  .pricing__table-row.v--ai .pricing__table-row-wrapper .pricing__table-row-content-left {
    background: var(--color-purple-100);
    border: 0;
  }
}

/**
*
*  MODAL
*
*/

.pricing__modal dialog {
  max-width: calc(480px + (2 * 1rem));
}

.pricing__modal:hover img {
  opacity: 0.9;
}

/* fix to not colored triangle */

@media screen and (min-width: 64rem) {
  .pricing__table-row:has(.o-wrapper-xy > .pricing__table-row-content:first-child:hover) {
    background: var(--color-purple-20);
  }

  .pricing__table-row:has(.o-wrapper-xy > .pricing__table-row-content:first-child:hover) .pricing__table-row-content:not(:first-child) {
    background: var(--color-white);
  }

  .pricing__table-row:has(.o-wrapper-xy > .pricing__table-row-content:first-child:hover) .pricing__table-multirow > .pricing__table-row-content {
    background: var(--color-white);
  }

  .pricing__table-row:has(.o-wrapper-xy > .pricing__table-row-content:first-child:hover).v--ai {
    background: var(--color-purple-75);
  }

  .pricing__table-row:has(.o-wrapper-xy > .pricing__table-row-content:first-child:hover).v--ai .pricing__table-row-content:not(:first-child) {
    background: var(--color-purple-50);
  }
}

.t-powered-dots {
  max-width: 340px;
  position: absolute;
  left: -150px;
  top: -90px;
  display: none;
  z-index: 0;
}

.t-powered-header {
  position: relative;
  max-width: 480px;
  z-index: 1;
  display: none;
}

.t-powered-container {
  padding-top: 2rem;
}

.t-powered-tick {
  width: 14px;
}

@media only screen and (min-width: 118rem) {
  .t-powered-container {
    padding-top: 10rem;
  }
}

.t-resources-blocks {
  z-index: 1;
}

.t-resources-blocks .t-resources-block {
  color: #0F0F10;
  text-decoration: none !important;
}

.t-resources-blocks .t-resources-block:hover {
  border-color: #0066FF;
}

.t-resources-blob-top-right {
  max-width: 345px;
  position: absolute;
  right: -247px;
  top: -60px;
  z-index: 0;
}

.t-resources-blob-bottom-left {
  max-width: 273px;
  position: absolute;
  left: -265px;
  top: -180px;
  z-index: 0;
}

.t-resources-dust-right {
  max-width: 146px;
  position: absolute;
  right: -200px;
  bottom: -50px;
  z-index: 0;
}

.t-resources-dust-left {
  max-width: 145px;
  position: absolute;
  left: -250px;
  top: -200px;
  z-index: 0;
}

.t-resources-cta-hand {
  position: absolute;
  max-width: 120px;
  right: -100px;
  bottom: -30px;
}

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

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

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

.u-hs-pagaraph {
  font-size: 1.71098438rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

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

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

.t-hs-logo {
  width: auto;
}

@media screen and (max-width: 81.25rem) {
  .t-hs-logo {
    width: auto;
    height: 33px;
  }
}

@media screen and (max-width: 48rem) {
  .t-hs-logo {
    height: 30px;
    width: auto;
  }
}

.t-hc-hero__span {
  max-width: 29.4375rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDcxIiBoZWlnaHQ9IjEwNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDY5LjA1IDUwLjYyMDJjMi42Ny0zLjc5NjYgMi42Ny04LjIyNTgtLjQ0NS0xMS43MDYtMi4yMjYtMi41MzEtNS43ODYtNC40MjkyLTEwLjIzNy01LjA2Mi0zLjExNS0uNjMyNy02LjY3Ni0uOTQ5MS05Ljc5MS0xLjI2NTUtMi42Ny0uMzE2NC01LjM0MS0uNjMyNy04LjAxMS0uOTQ5MS0xLjc4LS4zMTY0LTMuNTYxLS4zMTY0LTQuODk2LS42MzI4Ljg5LTEuMjY1NSAxLjMzNS0yLjUzMSAxLjMzNS00LjExMjggNS4zNDEuMzE2MyAxMC42ODIuMzE2MyAxNi4wMjMuNjMyNyAxLjMzNS0uMzE2NCAyLjY3LS4zMTY0IDQuNDUtLjYzMjcgOC40NTYtMS44OTgzIDEzLjM1Mi04LjU0MjIgMTAuNjgyLTE0LjU1MzMtLjg5MS0xLjg5ODMtMi4yMjYtMy40ODAxOC00LjQ1MS01LjA2MjA2LTEuMzM1LS42MzI3NS0yLjIyNS0xLjI2NTUtMy41NjEtMS41ODE4OC0yLjY3LS45NDkxMi01LjM0LTEuNTgxODctOC40NTYtMS4yNjU1LTI2LjcwMy0xLjI2NTUtNTMuNDA3LTEuODk4MjYtODAuMTEtMi41MzEwMS0yMS44MDgtLjYzMjc1LTQ0LjA2MS0uOTQ5MTI2LTY1Ljg2OS0xLjI2NTUwMkMyODIuNTcuMzE2MzcyIDI1OC45ODIgMCAyMzUuODM5IDBoLTM2Ljk0Yy0xMi4wMTcgMC0yNC4wMzMuMzE2MzcyLTM2LjA1LjYzMjc0OGgtMy41NmMtNC4wMDYgMC04LjAxMi4zMTYzNzctMTIuMDE3LjMxNjM3Ny00Ljg5Ni4zMTYzNzUtMTAuMjM2LjMxNjM3NS0xNS4xMzIuNjMyNzU1LTEyLjAxNy42MzI3NS0yNC4wMzMgMS41ODE4OC0zNi4wNDk5IDIuMjE0NjMtMTEuMTI2NS42MzI3NS0yMS44MDc5IDEuMjY1NS0zMi45MzQ0IDIuMjE0NjMtNC44OTU2LjMxNjM4LTEwLjIzNjMuOTQ5MTMtMTUuMTMxOSAxLjI2NTUtMi42NzA0LjMxNjM4LTUuMzQwOC4zMTYzOC04LjAxMTIuNjMyNzZsLTQuMDA1NS4zMTYzN2MtMy41NjA1IDAtNi42NzU4LjYzMjc2LTEwLjIzNjMgMS4yNjU1MS03LjEyMSAxLjU4MTkyLTExLjU3MTYgNi4zMjc1Mi0xMS41NzE2IDExLjM4OTUyIDAgMS44OTgzLjg5MDIgNC4xMTI5IDIuNjcwNCA1LjY5NDggMi4yMjUzIDIuNTMxIDUuNzg1NyA0LjQyOTIgMTAuMjM2MyA1LjA2MiA2LjY3NTkuNjMyNyAxMy4zNTE4Ljk0OTEgMjAuNDcyOC45NDkxLTEuNzgwMyAxLjI2NTUtMi42NzA0IDIuODQ3NC0zLjExNTUgNC43NDU3LS40NDUxIDEuODk4Mi0uNDQ1IDQuMTEyOS40NDUxIDYuMDExMWwuODkwMiAxLjU4MTljLTIuMjI1My4zMTY0LTQuNDUwNi4zMTY0LTYuNjc1OS42MzI3LTQuMDA1Ni4zMTY0LTguMDExMi45NDkyLTEyLjAxNjcgMS4yNjU1LTMuMTE1NC4zMTY0LTYuMjMwOC42MzI4LTkuMzQ2MyAxLjI2NTUtLjg5MDEgMC0yLjIyNTIuMzE2NC0zLjExNTMuMzE2NC00LjAwNTUuNjMyOC03LjU2NjA3IDEuODk4My0xMC4yMzY0MyAzLjc5NjUtNi4yMzA4MiA0Ljc0NTctNS43ODU3MSAxMi4wMjIzLjg5MDE4IDE2LjQ1MTYgMi4yMjUyOSAxLjI2NTUgNC40NTA2NCAyLjIxNDYgNy41NjYwNSAyLjg0NzQgNC40NTA2LjMxNjMgOC40NTYxLjYzMjcgMTIuOTA2Ny4zMTYzIDEuNzgwMiAwIDMuNTYwNCAwIDUuNzg1Ny0uMzE2MyAyLjY3MDQgMCA1Ljc4NTgtLjMxNjQgOC40NTYxLS4zMTY0IDEuNzgwMiAwIDMuNTYwNSAwIDQuODk1Ny0uMzE2NC00LjQ1MDYgNS4zNzg0LTIuMjI1MyAxMi4zMzg3IDQuODk1NyAxNS41MDI0LTMuMTE1NSAyLjIxNDctNC44OTU3IDUuMzc4NC00LjQ1MDYgOC41NDIyLjQ0NSA2LjMyNzIgOC4wMTEgMTEuMzg5MiAxNi45MTIyIDExLjA3MzIgMTEuMTI2NC0uMzE2IDIyLjI1MjktMS4yNjYgMzMuMzc5NC0xLjg5OCA1LjM0MS0uMzE3IDExLjEyNy0uNjMzIDE2LjQ2Ny0uOTQ5IDUuNzg2LS4zMTcgMTEuNTcyLS42MzMgMTcuMzU4LS45NSA1Ljc4NS0uMzE2IDExLjU3MS0uMzE2IDE3LjM1Ny0uNjMybDE2LjkxMi0uMzE3IDMzLjM4LS45NDljMjIuNjk4LS42MzI2IDQ1Ljg0MS0xLjI2NTMgNjguNTM5LTEuODk4MSA0LjAwNSAwIDguMDExLS4zMTY0IDEyLjAxNi0uMzE2NCAxOS4xMzgtLjYzMjcgMzguMjc1LS45NDkxIDU3Ljg1OC0xLjI2NTVoMzQuMjY5YzExLjU3MiAwIDIzLjE0NC4zMTY0IDM0LjI3LjYzMjggMy41NjEgMCA3LjEyMS4zMTY0IDEwLjY4MS4zMTY0IDUuNzg2LjMxNjMgMTEuNTcyIDAgMTcuMzU4LS4zMTY0IDEuMzM1LS4zMTY0IDIuNjctLjMxNjQgNC40NS0uNjMyOCA1LjM0MS0xLjI2NTUgOS43OTItNC40MjkyIDExLjEyNy04LjU0MjEuNDQ1LTEuODk4My40NDUtNC4xMTI5LS40NDUtNi4wMTEyLS40NDUtMS41ODE4LTEuNzgtMy4xNjM3LTMuMTE2LTQuNDI5MiAzLjExNi4zMTY0IDYuNjc2IDAgOS43OTIgMCAyLjY3IDAgNS43ODUtLjYzMjggOC4wMTEtMS44OTgzIDcuNTY2LTMuNDgwMSA5Ljc5MS0xMC40NDA0IDQuODk1LTE2LjEzNTItMS4zMzUtMS44OTgyLTMuNTYtMy4xNjM3LTYuMjMxLTQuMTEyOCAxLjMzNi0uMzE2NCAyLjIyNi0uNjMyOCAzLjU2MS0xLjI2NTUgMS4zMzUtLjYzMjggMy41NjEtMS44OTgzIDQuODk2LTMuNzk2NXoiIGZpbGw9IiMwNkYiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 100%;
}

.t-hc-chatbot-wave {
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 120rem) {
  .t-hc-chatbot-wave {
    bottom: -25%;
  }
}

.t-hc-quote-blob__t {
  margin-top: -21rem;
}

.t-hc-quote-blob__rb {
  margin-top: 24rem;
}

@media (min-width: 36rem) and (max-width: 48rem) {
  .t-hc-products {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media (max-width: 36rem) {
  .t-hc-products {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.t-hc-products:hover .t-hc-products__product {
  background-color: #f6f6f7;
  transition: 0.6s;
}

.t-hc-products:hover .t-hc-products__product .t-hc-livechat path:nth-of-type(2) {
  fill: #0F0F10;
  transition: 0.6s;
}

.t-hc-products:hover .t-hc-products__product .t-hc-helpdesk path:nth-of-type(1) {
  fill: #0F0F10;
  transition: 0.6s;
}

.t-hc-products:hover .t-hc-products__product .t-hc-products__product-text {
  color: #0F0F10;
  transition: 0.6s;
}

/* Deco */

.lc--flip-y {
  transform: scaleY(-1);
}

.lc--gap-row-1 {
  row-gap: 1rem !important;
}

.lc--gap-row-2 {
  row-gap: 2rem !important;
}

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

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

.o-deco__item.v--bottom {
  top: auto;
  bottom: 0;
}

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

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

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

.t-exploring-vb-hero-dust-left {
  width: 825px;
  height: 1158px;
  position: absolute;
  top: 200px;
  left: -300px;
  z-index: 0;
}

.t-exploring-vb-hero-dust-right {
  width: 963px;
  height: 1187px;
  position: absolute;
  top: 90px;
  right: -350px;
  z-index: 0;
}

.t-exploring-vb-whatsnew {
  display: grid;
  grid-template-columns: 70% 1fr;
}

.t-exploring-vb-menu {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.t-exploring-vb-menu .t-exploring-vb-toggle {
  background: #328dff;
  cursor: pointer;
  line-height: normal;
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 5px 15px;
  float: right;
}

.t-exploring-vb-menu .t-exploring-vb-toggle__bar {
  transform: rotate(0);
  opacity: 1;
  transition: transform 0.2s, opacity 0.2s;
}

.t-exploring-vb-menu .t-exploring-vb-toggle__bar:nth-of-type(1) {
  transform-origin: 13.5px 5.5px;
}

.t-exploring-vb-menu .t-exploring-vb-toggle__bar:nth-of-type(3) {
  transform-origin: 15px 10.5px;
}

.t-exploring-vb-menu .t-exploring-vb-toggle.v--disabled {
  pointer-events: none;
}

.t-exploring-vb-menu .t-exploring-vb-toggle[aria-expanded="true"] .t-exploring-vb-toggle__bar:nth-of-type(1) {
  transform: rotate(-45deg);
}

.t-exploring-vb-menu .t-exploring-vb-toggle[aria-expanded="true"] .t-exploring-vb-toggle__bar:nth-of-type(2) {
  opacity: 0;
}

.t-exploring-vb-menu .t-exploring-vb-toggle[aria-expanded="true"] .t-exploring-vb-toggle__bar:nth-of-type(3) {
  transform: rotate(45deg);
}

.t-exploring-vb-menu[aria-expanded="true"] {
  background: #328dff;
}

@media screen and (min-width: 1280px) {
  .t-exploring-vb-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: inherit;
    right: 5vw;
    width: 220px;
    background: none;
  }

  .t-exploring-vb-menu .t-exploring-vb-toggle {
    display: none;
  }

  .t-exploring-vb-menu .t-exploring-vb-menu-container {
    display: block !important;
  }

  .t-exploring-vb-menu[aria-expanded="true"] {
    background: transparent;
  }
}

.t-exploring-vb-menu.v--sticky {
  position: sticky;
  top: 30px;
}

.t-exploring-vb-menu ul {
  list-style: none;
  padding: 0;
}

.t-exploring-vb-menu ul p,
.t-exploring-vb-menu ul p > * {
  pointer-events: none;
}

.t-exploring-vb-menu ul .t-exploring-vb-menu-head img {
  transition: 0.5s all;
}

.t-exploring-vb-menu ul > li {
  cursor: pointer;
  margin: 0.5rem 0;
}

.t-exploring-vb-menu ul > li.v--active .t-exploring-vb-menu-head span {
  border-bottom: 2px solid #0066ff;
}

.t-exploring-vb-menu ul > li.v--active .t-exploring-vb-menu-head img {
  transform: rotate(90deg);
}

@media screen and (min-width: 1024px) {
  .t-exploring-vb-menu ul > li.v--active ul > li {
    display: block;
  }
}

.t-exploring-vb-menu ul > li > ul {
  margin: 0.5rem 0;
  padding: 0;
}

.t-exploring-vb-menu ul > li > ul > li {
  display: none;
}

.t-exploring-vb-menu ul > li > ul > li .v--active {
  color: #fff;
  border-bottom: 2px solid #0066ff;
}

.t-exploring-vb-shortcuts {
  width: 535px;
  height: 636px;
  left: -200px;
  top: -80px;
  position: absolute;
}

.t-exploring-vb-avatar {
  width: 253px;
  height: 276px;
}

.t-exploring-vb-happy-building-left {
  width: 562px;
  height: 983px;
  left: -100px;
  top: 0;
  position: absolute;
}

.t-exploring-vb-happy-building-right {
  width: 437px;
  height: 1013px;
  right: -100px;
  top: 0;
  position: absolute;
}

.t-exploring-background-basics {
  width: 764px;
  height: 3405px;
  left: -350px;
  top: -150px;
  position: absolute;
}

.t-exploring-background-managing-blocks-left {
  width: 1311px;
  height: 1850px;
  left: -900px;
  top: 500px;
  z-index: 0;
  position: absolute;
}

.t-exploring-background-managing-blocks-right {
  width: 926px;
  height: 3343px;
  right: -450px;
  top: 350px;
  z-index: 0;
  position: absolute;
}

.t-exploring-background-actions {
  width: 876px;
  height: 2084px;
  left: -450px;
  top: 50px;
  z-index: 0;
  position: absolute;
}

.t-exploring-background-filters {
  width: 982px;
  height: 1183px;
  left: -550px;
  top: 50px;
  z-index: 0;
  position: absolute;
}

.t-exploring-background-navigation {
  width: 613px;
  height: 752px;
  left: -300px;
  bottom: 50px;
  z-index: 0;
  position: absolute;
}

.t-exploring-background-testing-tool {
  width: 982px;
  height: 1278px;
  left: -550px;
  top: 50px;
  z-index: 0;
  position: absolute;
}

.t-exploring-vb-video {
  border: 3px solid #303037;
  border-radius: 4px;
}

.t-healthcare-logo {
  width: auto;
  max-height: 51px;
}

.t-healthcare-hero-bg-left {
  position: absolute;
  width: 286px;
  height: 458px;
  left: -50px;
  top: 20px;
}

.t-healthcare-hero-bg-right {
  position: absolute;
  width: 375px;
  height: 411px;
  right: -100px;
  top: 30px;
}

.t-healthcare-dots-bg-left {
  position: absolute;
  width: 315px;
  height: 238px;
  left: -150px;
  bottom: 100px;
}

.t-healthcare-dots-bg-right {
  position: absolute;
  width: 426px;
  height: 397px;
  right: -200px;
  bottom: 50px;
}

.t-healthcare-images-bg-left {
  position: absolute;
  width: 563px;
  height: 752px;
  left: 0;
  top: 10px;
}

.t-healthcare-images-bg-right {
  position: absolute;
  width: 688px;
  height: 683px;
  right: 0;
  top: 50px;
}

.t-healthcare-path-bg-left {
  position: absolute;
  width: 415px;
  height: 306px;
  left: -300px;
  top: -30px;
}

.t-healthcare-path-bg-right {
  position: absolute;
  width: 621px;
  height: 291px;
  right: -400px;
  top: -50px;
}

.t-healthcare-trusted-bg-left {
  position: absolute;
  width: 230px;
  height: 453px;
  left: 0;
  top: -90px;
}

.t-healthcare-trusted-bg-right {
  position: absolute;
  width: 176px;
  height: 352px;
  right: 0;
  top: -50px;
}

.t-healthcare-dots1-bg-left {
  position: absolute;
  width: 180px;
  height: 293px;
  left: -70px;
  top: 0;
}

.t-healthcare-dots1-bg-right {
  position: absolute;
  width: 180px;
  height: 300px;
  right: -20px;
  top: 50px;
}

.wistia_embed > div {
  border-radius: 20px !important;
}

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

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

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

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

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

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

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

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

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

.t-chatbot-demo-app__integration {
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 13rem;
  left: 50%;
  margin-left: -32rem;
  transform-origin: center center;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  opacity: 0.4;
  will-change: opacity;
  z-index: 10;
}

.t-chatbot-demo-app__integration.v--right {
  left: auto;
  right: 50%;
  margin-right: -32rem;
}

.t-chatbot-demo-app__integration p {
  position: absolute;
  right: 4rem;
  top: 1rem;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  white-space: nowrap;
}

@media screen and (max-width: 77.3125rem) {
  .t-chatbot-demo-app__integration p {
    display: none;
  }

  .t-typing-caret.t-chatbot-demo-app__integration p {
    display: none;
  }

  .t-chatbot-demo__signup.t-chatbot-demo-app__integration p {
    display: none;
  }
}

.t-chatbot-demo-app__integration.v--right p {
  left: 4rem;
  right: auto;
}

.t-chatbot-demo-app__lines {
  position: absolute;
  top: 3rem;
  left: 50%;
  margin-left: -29rem;
  opacity: 0.4;
  will-change: opacity;
}

.t-chatbot-demo-app__lines.v--right {
  transform: rotate(180deg);
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -29rem;
}

.t-chatbot-demo-app__screen {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 888px;
  height: 520px;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1023px) {
  .t-chatbot-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;
}

@media screen and (max-width: 36rem) {
  .features-hero-text p {
    display: inline;
  }
}

.features-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  align-items: center;
  border-radius: 10px;
  padding: 6px 12px 6px 6px;
  gap: 10px;
}

.features-label img {
  width: 36px;
  margin: 0;
}

.features-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 75rem;
  margin: 0 auto;
}

.features-nav-item {
  font-size: var(--font-size-sm);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  color: #303037;
  background: #f6f6f7;
  align-items: center;
  border-radius: 10px;
  padding: 18px 16px;
  gap: 6px;
  text-decoration: none;
}

.features-nav-item:hover {
  cursor: pointer;
  background: #d4d4d7;
  transition: 0.3s all;
  text-decoration: none;
}

.features-nav-item img {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-top: -2px;
}

.features-container {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 3.3em;
  box-sizing: border-box;
}

@media screen and (max-width: 64rem) {
  .features-container {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 75rem) {
  .features-container {
    gap: 2em;
  }
}

.features-sticky-nav {
  position: sticky;
  bottom: 0;
  z-index: 3;
}

@media screen and (max-width: 64rem) {
  .features-sticky-nav .features-sticky-nav-list {
    width: 100%;
    padding: 16px;
    flex-direction: row;
    overflow: auto;
    background: #FFFFFF;
    border-top: 1px solid #F6F6F7;
    border-bottom: 1px solid #F6F6F7;
  }

  .features-sticky-nav .features-sticky-nav-list li {
    padding: 16px 4px;
  }

  .features-sticky-nav .features-sticky-nav-list li span {
    font-weight: normal;
    font-size: 1.125rem;
  }
}

.features-sticky-nav-list {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 120px;
  gap: 12px;
  padding: 0;
  list-style: none;
  margin: 0;
}

.features-sticky-nav-list li {
  flex: 1 0 auto;
  border-radius: 8px;
}

.features-sticky-nav-list li img {
  width: 20px;
  height: 20px;
  margin: -2px 0 0 0;
}

.features-sticky-nav-list li a {
  display: flex;
  gap: 8px;
  padding: 4px 6px;
  align-items: center;
  color: #303037;
}

.features-sticky-nav-list li a:hover {
  text-decoration: none;
}

.features-sticky-nav-list li:hover,
.features-sticky-nav-list li.v--active {
  background: #f6f6f7;
}

.features-sticky-nav-list li.v--active span {
  font-weight: 500;
}

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

.features-section {
  border-radius: 32px;
  display: block;
  border: 1px solid #EEEEEF;
}

.features-section.v--livechat {
  border: 0;
  background: #FFFBF7;
}

.features-section.v--tickets {
  border: 0;
  background: #F3FCF4;
}

.features-section.v--cta {
  border: none;
}

@media screen and (max-width: 64rem) {
  .features-section {
    border: 0;
    border-radius: 0;
  }
}

.features-section-ailabel {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}

.features-section-ailabel img {
  width: 20px;
  margin: 0;
}

.features-section-ailabel > p > span.accent {
  color: #7400DF;
}

.features-block {
  border-radius: 16px;
  /* background config */
}

.features-block .features-block-img-full {
  flex: 1 0 auto;
}

.features-block.v--ai-knowledge {
  height: 420px;
}

@media screen and (max-width: 36rem) {
  .features-block.v--ai-knowledge {
    height: auto;
  }
}

.features-block.v--attachment-input {
  height: 380px;
}

@media screen and (max-width: 36rem) {
  .features-block.v--attachment-input {
    height: auto;
  }
}

.features-block.v--integrations {
  height: 400px;
}

@media screen and (max-width: 48rem) {
  .features-block.v--integrations {
    height: auto;
  }
}

.features-block.v--ab-testing {
  background: #0070FF;
  border: 0;
  color: #fff;
  box-shadow: none;
}

.features-block.v--webhooks {
  background: #40455A;
  border: 0;
  color: #fff;
  box-shadow: none;
}

.features-block.v--zapier {
  background: #FF5915;
  border: 0;
  color: #fff;
  box-shadow: none;
}

.features-block.v--bg-violet {
  background: #F0EDFF;
}

.features-block.v--bg-white {
  background: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #EEEEEF;
}

.features-block.v--bg-gray {
  background: #f6f6f7;
}

.features-block.v--bg-violet-gradient {
  background: linear-gradient(270deg, #F3F7FF 0%, #EFEAFF 100%);
}

.features-block.v--bg-blue-gradient {
  background: linear-gradient(180deg, #EDF7FF 0%, #D1E9FF 100%);
}

.features-block.v--bg-tickets-gradient {
  background: linear-gradient(289deg, rgba(191, 190, 222, 0.3) 25%, rgba(200, 231, 225, 0.25) 75%), linear-gradient(105deg, rgba(204, 211, 229, 0.2) 40%, transparent 100%), #ffffff;
}

@media screen and (max-width: 36rem) {
  .features-block.v--no-bg {
    background: none;
    border-radius: 0;
  }
}

.features-block .features-img-ai-assist {
  width: 600px;
  top: 0;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 940px) {
  .features-block .features-img-ai-assist {
    right: -20%;
  }
}

@media screen and (min-width: 1024px) {
  .features-block .features-img-ai-assist {
    right: -27%;
  }
}

@media screen and (min-width: 1200px) {
  .features-block .features-img-ai-assist {
    right: -5%;
  }
}

@media screen and (min-width: 120rem) {
  .features-block .features-img-ai-assist {
    right: 0;
  }
}

.features-block .features-img-attachment-input {
  width: 580px;
  top: 0;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 940px) {
  .features-block .features-img-attachment-input {
    right: -25%;
  }
}

@media screen and (min-width: 1024px) {
  .features-block .features-img-attachment-input {
    right: -30%;
  }
}

@media screen and (min-width: 1200px) {
  .features-block .features-img-attachment-input {
    right: -7%;
  }
}

@media screen and (min-width: 120rem) {
  .features-block .features-img-attachment-input {
    right: 0;
  }
}

.features-img {
  max-width: 380px;
  width: auto;
}

.features-img.v--right {
  margin-left: auto;
  margin-right: 0;
  max-width: 100%;
}

.features-section-cta {
  display: flex;
  justify-content: space-between;
  border-radius: 32px;
  padding: 36px 48px;
  background: #FAF8FF;
}

.features-section-cta .features-section-cta-icon {
  width: 38px;
}

@media screen and (max-width: 64rem) {
  .features-section-cta {
    border-radius: 0;
  }
}

.features-section-cta-img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.features-section-label {
  gap: 8px;
}

.features-logo {
  width: 80px;
}

.features-logo.v--zendesk {
  width: 81px;
}

.features-logo.v--freshdesk {
  width: 93px;
}

.features-logo.v--messenger {
  width: 94px;
}

.features-logo.v--shopify {
  width: 72px;
}

.features-logo.v--slack {
  width: 58px;
}

.features-workflows-icon {
  width: 40px;
}

.features-integrations {
  max-width: 590px;
}

.features-icon-arrow {
  width: 24px;
}

.visualbuilder__dark-theme {
  background-color: var(--color-black-950);
  background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="2.01628" cy="2.01643" r="2.01628" transform="rotate(-90 2.01628 2.01643)" fill="%2319191E"/></svg>');
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}

.visualbuilder__header {
  width: 1400px;
  position: absolute;
  left: calc(50% - 700px);
  top: calc(50% - 360px);
}

.visualbuilder__header-top {
  max-width: 1172px;
}

.visualbuilder__header-left {
  max-width: 680px;
  position: absolute;
  left: -416px;
  bottom: -62px;
}

.visualbuilder__header-right {
  max-width: 340px;
  position: absolute;
  right: -88px;
  bottom: 74px;
}

.visualbuilder__video {
  position: relative;
  border-radius: 32px;
}

.visualbuilder__video-preview {
  border-radius: 24px;
  z-index: -1;
}

.visualbuilder__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  border-radius: 24px;
}

.visualbuilder__video-a-better-way {
  border-radius: 32px;
  border: 1px solid var(--color-black-600);
}

.visualbuilder__video-easily-test {
  border-radius: 32px;
}

.visualbuilder__signup {
  width: 100%;
}

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

.t-chatbot-demo .swiper-slide > .visualbuilder__signup {
  width: 100%;
}

.visualbuilder__signup {
  background: var(--color-black-30);
}

.visualbuilder__signup-bg {
  width: 560px;
  height: 100%;
  position: absolute;
  left: -120px;
  top: 0;
  z-index: 0;
  -o-object-fit: fill;
     object-fit: fill;
}

.visualbuilder__signup-container {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  gap: 2rem;
  z-index: 1;
  padding-top:3rem;
  padding-bottom:3rem;
}

.visualbuilder__signup-container-img {
  height: auto;
}

.visualbuilder__signup-container-form {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 1.5rem;
}

@media screen and (min-width: 64rem) {
  .visualbuilder__signup-container-form {
    grid-template-columns: 1fr 60%;
  }
}

@media screen and (min-width: 64rem) {
  .visualbuilder__signup-container {
    grid-template-columns: 268px 1fr;
    padding-bottom: 0;
    padding-top:.5rem;
    gap: 1rem;
  }

  .visualbuilder__signup-container-img {
    max-width: 268px;
  }
}

.visualbuilder__columns-img {
  max-width: 512px;
  grid-row: 1;
}

@media screen and (min-width: 48rem) {
  .visualbuilder__columns-img {
    grid-row: auto;
  }
}

.customer-experience-hand {
  max-width: 170px;
  max-height: 116px;
  position: absolute;
  bottom: 0;
  right: 80px;
}

.action {
  width: 100%;
  height: 170px;
  z-index: 2;
  position: absolute;
  left: 20px;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  font-family: 'Source Sans Pro', sans-serif;
}

.action.animation {
  opacity: 1;
  animation: actionAnimation 0.5s linear;
}

.action.animation .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: path-animation 3s linear forwards;
}

@keyframes actionAnimation {
  from {
    height: 180px;
    opacity: 0;
  }

  to {
    height: 170px;
    opacity: 1;
  }
}

.action .path {
  position: absolute;
  top: 0;
  left: 110px;
  z-index: 0;
}

.action .action-container {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 250px;
  overflow: auto;
  z-index: 1;
  border: 1px solid #647384;
  border-radius: 20px;
  display: none;
}

.action .action-container.visible {
  display: block;
}

.action .action-container .header {
  width: 100%;
  padding: 10px;
  font-weight: bold;
  background: #647384;
}

.action .action-container .action-body {
  width: 100%;
  padding: 15px 20px;
  background: #fff;
}

.c-tour__feature.v--boxed {
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}

.c-tour__feature.v--boxed.v--active {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.c-tour__feature.v--boxed.v--active .c-tour__feature_title {
  color: #0066FF;
}

.t-slider-image {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04), 2px 4px 8px rgba(0, 0, 0, 0.01), 7px 2px 12px rgba(0, 0, 0, 0.02);
  border-radius: 1rem;
}

.header-reports {
  max-width: 536px;
  max-height: 451px;
}

.cta-hand {
  max-width: 170px;
  max-height: 116px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.human-behind-numbers {
  max-width: 404px;
  max-height: 555px;
}

.t-reports-screen {
  width: 1080px;
  height: 860px;
}

@media screen and (max-width: 48rem) {
  .connect-header {
    max-width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
}

.integrations-header {
  max-width: 1600px;
}

.integration-logo.livechat img {
  width: 70px;
}

.integration-logo img {
  width: 45px;
  height: 80px;
}

.integration-block {
  color: #0F0F10;
  text-decoration: none !important;
}

.integration-block:hover {
  border-color: #0066FF;
}

.zapier-block {
  min-height: 320px;
  color: #0F0F10;
}

.zapier-block .zapier-block-logo {
  width: 35px;
}

.zapier-block.active-campaign {
  background: #0066FF;
  color: #fff;
}

.zapier-block.mailchimp {
  background: #ffe019;
}

.integration-slack-logo {
  width: 40px;
}

.header {
  width: 1383px;
}

.header-dots-left {
  width: 284px;
  position: absolute;
  left: -130px;
  bottom: 0;
}

.header-dots-right {
  width: 310px;
  position: absolute;
  right: -130px;
  top: 0;
}

.image-visual-editor {
  max-width: 555px;
}

.image-all-informations {
  max-width: 669px;
}

.livechat__hero-label {
  width: 50px;
  height: 50px;
}

.livechat__hero-icon-plus {
  width: 18px;
  height: 18px;
}

.livechat__hero-logos {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.livechat__video video {
  max-width: 1312px;
  max-height: 575px;
  border-radius: 24px;
}

.livechat__ai {
  background: linear-gradient(180deg, rgba(69, 43, 142, 0.5) 0%, rgba(19, 19, 23, 0) 50%), #29292F;
}

.livechat__automated-chats {
  width: 100%;
}

.t-chatbot-demo .swiper-slide > div:not(.livechat__automated-chats) {
  width: auto;
}

.t-chatbot-demo .swiper-slide > .livechat__automated-chats {
  width: 100%;
}

.livechat__automated-chats {
  background: linear-gradient(180deg, rgba(218, 237, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.livechat__calculator {
  background: var(--color-white);
  border: 2px solid var(--color-black-75);
  box-shadow: 0px 80px 48px rgba(0, 0, 0, 0.02), 0px 36px 36px rgba(0, 0, 0, 0.03), 0px 8px 20px rgba(0, 0, 0, 0.03);
  border-radius: 40px;
}

@media screen and (max-width: 48rem) {
  .livechat__calculator {
    border-radius: 20px;
  }
}

.livechat__calculator-block {
  border: 1px solid #F6F6F7;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.03), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.livechat__calculator-block-icon {
  width: 24px;
}

.livechat__calculator-block-value {
  min-width: 120px;
}

@media screen and (max-width: 48rem) {
  .livechat__calculator-block-value {
    min-width: 90px;
  }
}

.livechat__calculator-block-value-xs {
  min-width: 104px;
}

@media screen and (max-width: 48rem) {
  .livechat__calculator-block-value-xs {
    min-width: 70px;
  }
}

.livechat__calculator-slider {
  width: 100%;
  height: 16px;
  background: linear-gradient(to right, var(--color-blue-500) 0%, var(--color-blue-500) 0%, var(--color-blue-100) 0%, var(--color-blue-100) 100%);
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  touch-action: none;
}

.livechat__calculator-slider::-webkit-slider-thumb {
  width: 21px;
  height: 21px;
  transform: scale(1.5);
  border-radius: 50%;
  background: var(--color-white);
  border: 4px solid var(--color-black-800);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.livechat__calculator-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  transform: scale(1.2);
  background: var(--color-white);
  border: 4px solid var(--color-black-800);
  border-radius: 50%;
  cursor: pointer;
}

.livechat__calculator-tooltip {
  height: 56px;
  border-radius: 10px;
  display: flex;
  padding: 0 20px;
  left: 0;
  top: -80px;
  position: absolute;
  background: var(--color-black-800);
  color: var(--color-white);
  text-align: center;
  align-items: center;
  pointer-events: none;
  z-index: 1;
  transform: translateX(-50%);
}

.livechat__calculator-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: var(--color-black-800) transparent transparent transparent;
}

.livechat__calculator-markers {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  font-size: 15px;
  margin: 8px 0;
  color: var(--color-black-400);
}

.livechat__calculator-markers div {
  width: 80px;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.livechat__calculator-markers div:first-child {
  left: -20px;
}

.livechat__calculator-markers div:last-child {
  left: 14px;
}

.livechat__calculator-markers div:nth-child(2) {
  left: -48px;
}

.livechat__calculator-markers div:nth-child(3) {
  left: -28px;
}

.livechat__calculator-markers div:nth-child(4) {
  left: -12px;
}

.livechat__calculator-markers div:nth-child(5) {
  left: 12px;
}

@media screen and (max-width: 48rem) {
  .livechat__calculator-markers div:nth-child(2),
  .livechat__calculator-markers div:nth-child(3),
  .livechat__calculator-markers div:nth-child(4),
  .livechat__calculator-markers div:nth-child(5) {
    display: none;
  }
}

/* to do: move to colors.less */

:root {
  --color-black-20: #FCFCFC;
}

.widget__hero-label {
  width: 50px;
  height: 50px;
}

.widget__hero-img {
  max-width: 1312px;
}

.widget__icon-integration {
  width: 28px;
  height: 28px;
}

@media screen and (min-width: 48rem) {
  .widget__icon-integration {
    width: 58px;
    height: 58px;
  }
}

.widget__banner {
  background: linear-gradient(90deg, #DAEDFF 0%, #FBFDFF 120%);
}

.widget__banner-wrapper {
  display: flex;
}

.widget__banner-wrapper img {
  min-width: 0;
  min-height: 0;
}

.widget__banner-wrapper {
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  border-radius: 1rem;
}

.widget__banner-img {
  width: 124px;
  margin-bottom: 0;
}

@media screen and (max-width: 64rem) {
  .widget__banner-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
    gap: 1rem;
  }

  .widget__banner-img {
    margin-bottom:1rem;
  }
}

.wordpress-header-left {
  width: 284px;
  position: absolute;
  left: -130px;
  bottom: 0;
}

.wordpress-header-right {
  width: 310px;
  position: absolute;
  right: -130px;
  top: 0;
}

.wordpress-header-logo {
  width: 60px;
}

.cta-hand-left {
  position: absolute;
  max-width: 131px;
  height: 15 3px;
  top: -164px;
  left: 0;
}

.facebook-header-left {
  width: 284px;
  position: absolute;
  left: -130px;
  bottom: 0;
}

.facebook-header-right {
  width: 310px;
  position: absolute;
  right: -130px;
  top: 0;
}

.facebook-header-logo {
  width: 70px;
}

.facebook-personalized-experience {
  max-width: 434px;
}

.facebook-welcome-message {
  max-width: 479px;
}

.zapier-header-logo {
  width: 50px;
}

.zapier-block.google-calendar {
  background: #f2f2f2;
}

.zapier-block.freshdesk {
  background: #435168;
  color: #fff;
}

.zapier-block.twitter {
  background: #1599fd;
  color: #fff;
}

.t-solutions-block {
  color: #0F0F10;
  text-decoration: none !important;
}

.t-solutions-block:hover {
  border-color: #0066FF;
}

.t-solutions-blob-top-right {
  max-width: 345px;
  position: absolute;
  right: -247px;
  top: -60px;
  z-index: 0;
}

.t-solutions-blob-bottom-left {
  max-width: 273px;
  position: absolute;
  left: -115px;
  bottom: 350px;
  z-index: 0;
}

.t-solutions-cards {
  z-index: 1;
}

.t-solutions-dust-right {
  max-width: 146px;
  position: absolute;
  right: -200px;
  bottom: -50px;
  z-index: 0;
}

.t-solutions-dust-left {
  max-width: 145px;
  position: absolute;
  left: -250px;
  top: -200px;
  z-index: 0;
}

.t-solutions-cta-hand {
  position: absolute;
  max-width: 120px;
  right: -100px;
  bottom: -30px;
}

.t__box {
  padding: 1.5rem;
  padding-top: 0.5rem;
}

@media screen and (min-width: 48rem) {
  .t__box {
    padding: 2.5rem;
    padding-top: 1rem;
  }
}

@media screen and (min-width: 64rem) {
  .t__box {
    padding: 3rem;
  }
}

.t__box.v--no-padding {
  padding-left: 0;
  padding-right: 0;
}

.t__box.v--light-border {
  border: 1px solid #eeeeef;
}

.t__box.v--blue {
  background: linear-gradient(180deg, rgba(245, 250, 255, 0.2) -20%, rgba(167, 212, 255, 0.2) 80%), #fcfcfc;
}

.t__box.v-blue-gradient--wide {
  background: linear-gradient(180deg, rgba(245, 250, 255, 0.2) 18.66%, rgba(167, 212, 255, 0.2) 128.04%), #fcfcfc;
}

.t__box a {
  font-size: var(--font-size-sm);
  font-weight: 500;
  line-height: 1.5rem;
}

@media screen and (min-width: 48rem) {
  .t__box a {
    font-size: var(--font-size-base);
    line-height: 1.75rem;
  }
}

.t__box__cover {
  background: none;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 48rem) {
  .t__box__cover {
    padding-bottom: 3rem;
    min-height: 20rem;
  }
}

.t__box__cover img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.t__box__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  flex: 1;
}

@media screen and (min-width: 48rem) {
  .t__box__content {
    gap: 1.5rem;
  }
}

.t__box__icon-shadow {
  width: 3rem;
  height: 3rem;
  padding: 0.625rem;
  background-color: #ffffff;
  border-radius: 0.6rem;
  box-shadow: 0px 1px 3px 0px rgba(128, 128, 128, 0.1), 0px 5px 5px 0px rgba(128, 128, 128, 0.09), 0px 12px 7px 0px rgba(128, 128, 128, 0.05), 0px 21px 8px 0px rgba(128, 128, 128, 0.01), 0px 33px 9px 0px rgba(128, 128, 128, 0);
  display: inline-flex;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 1.25rem;
}

.t__box__icon-shadow svg {
  width: 1.75rem;
  height: 1.75rem;
}

.t__tile-block {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

.t__tile-block__tile {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (min-width: 48rem) {
  .t__tile-block__tile {
    border-radius: 2rem;
  }
}

.t__tile-block__tile img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.t__tile-block__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.t__tile-block__content p {
  font-size: var(--font-size-sm);
}

@media screen and (min-width: 48rem) {
  .t__tile-block__content p {
    font-size: var(--font-size-base);
  }
}

.u-img-fit-cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.v-bg-yellow-gradient {
  border-radius: 1.5rem;
  border: 1px solid var(--color-black-40, #eeeeef);
}

@media screen and (min-width: 48rem) {
  .v-bg-yellow-gradient {
    background: linear-gradient(97deg, #fffdf8 11.05%, #ffe9bc 113.23%), #fcfcfc;
  }
}

.v-bg-orange-gradient {
  border-radius: 1.5rem;
  border: 1px solid var(--color-black-40, #eeeeef);
}

@media screen and (min-width: 48rem) {
  .v-bg-orange-gradient {
    background: linear-gradient(97deg, #ffd7bc 11.05%, #fffdf8 113.23%), #fcfcfc;
  }
}

.t__block-full.v-bg-blue-gradient {
  border-radius: 1.5rem;
  border: 1px solid var(--color-black-40, #eeeeef);
  background: linear-gradient(97deg, #fafcff 11.05%, var(--color-blue-100, #daedff) 113.23%);
}

@media screen and (min-width: 64rem) {
  .t__block-full.lg\:v--blue {
    background: linear-gradient(180deg, rgba(245, 250, 255, 0.2) -20%, rgba(167, 212, 255, 0.2) 80%), #fcfcfc;
  }
}

@media screen and (max-width: 64rem) {
  .t__block-full.v--one-column-tablet {
    border-radius: 24px;
    grid-template-columns: 1fr;
  }

  .t__block-full.v--one-column-tablet > div {
    order: 2;
  }
}

.t-drawer {
  background: var(--color-black-50);
  border: 1px solid var(--color-black-100);
  overflow: hidden;
  border-radius: 1rem;
}

@media screen and (min-width: 48rem) {
  .t-drawer {
    border-radius: 3rem;
  }
}

.t-drawer__content {
  margin: -1px;
  border-radius: 1rem;
  border: 1px solid var(--color-black-75);
  background: var(--color-white);
  box-shadow: 0 114px 32px 0 rgba(0, 0, 0, 0), 0 73px 29px 0 rgba(0, 0, 0, 0.01), 0 41px 25px 0 rgba(0, 0, 0, 0.02), 0 18px 18px 0 rgba(0, 0, 0, 0.03), 0 5px 10px 0 rgba(0, 0, 0, 0.03);
}

@media screen and (min-width: 48rem) {
  .t-drawer__content {
    border-radius: 3rem;
  }
}

.t-drawer__footer {
  padding: 2rem 0;
}

.t-drawer .t__tour-item-container {
  margin-bottom: 1rem;
}

@media screen and (min-width: 64rem) {
  .t-drawer .t__tour {
    margin-top: 0;
    width: calc(100% - 12rem);
    margin-left: auto;
    margin-right: auto;
    align-items: start;
  }

  .t-drawer .t__tour-item-container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: calc(64rem - 1px)) {
  .t-drawer .t__tour .t__tour-item {
    padding: 0;
    overflow: hidden;
  }

  .t-drawer .t__tour .t__tour-item-container {
    padding: 1rem 1.5rem 0 1.5rem;
  }

  .t-drawer .t__tour .t__tour-item-container h4 {
    font-weight: 500;
  }
}

.t-highlight-indigo-gradient {
  color: #ffffff;
  background: linear-gradient(90deg, #cab7ff 0%, #cde8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.t-section-dark {
  background: linear-gradient(180deg, rgba(69, 43, 142, 0.5) 0%, rgba(19, 19, 23, 0.5) 50%), #29292f;
}

.t-section-dark-cosmos {
  background: var(--color-black-900);
  padding: 6rem 0;
}

.t-section-dark-cosmos__flare {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.t-section-dark-cosmos__flare img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.t-section-dark-cosmos__flare.v--top {
  top: 0;
}

.t-section-dark-cosmos__flare.v--bottom {
  bottom: 0;
  transform: rotate(180deg);
}

.t-section-dark-cosmos__container {
  padding: 0 1.5rem;
}

.t-section-dark-cosmos__container h2 {
  color: var(--color-black-50);
  text-align: center;
}

.t-section-dark-cosmos__container h4 {
  color: var(--color-black-50);
}

.t-section-dark-cosmos__container p {
  color: var(--color-black-200);
}

.t-section-dark-cosmos__container .t__box__cover {
  min-height: auto;
  padding-bottom: 1.125rem;
}

@media screen and (min-width: 64rem) {
  .t-section-dark-cosmos__columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

.t-section-dark-cosmos__columns > div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

@media screen and (min-width: 64rem) {
  .t-section-dark-cosmos__columns.v--first-wider {
    grid-template-columns: 57% 1fr;
  }
}

.t-solutions-section-header h2 {
  font-weight: 500 !important;
  font-size: 2.25rem;
  line-height: 2.25rem;
}

@media screen and (min-width: 48rem) {
  .t-solutions-section-header h2 {
    font-size:var(--font-size-3xl);
    font-weight:bold;
    line-height:1.10714286;
    letter-spacing:-2px;
  }
}

.t-solutions-section-header p {
  font-size: 1.125rem;
}

@media screen and (min-width: 48rem) {
  .t-solutions-section-header p {
    font-size:var(--font-size-lg);
    font-weight:normal;
    line-height:1.333;
    letter-spacing:-.1px;
  }

  .b--u-text-bold.t-solutions-section-header p{
    font-weight:700
  }
}

.b--u-mb-5 {
  margin-bottom: 2.5rem !important;
}

@media screen and (min-width: 64rem) {
  .b--lg\:u-mb-5 {
    margin-bottom: 2rem !important;
  }

  .b--lg\:u-text-p5-medium {
    font-size: var(--font-size-2xl-static);
    font-weight: 500;
    line-height: 2.875rem;
  }

  .b--lg\:u-maxw-md {
    max-width: 42rem;
  }

  .b--lg\:u-maxw-lg {
    max-width: 50rem;
  }

  .t-testimonial-container.lg\:v--no-border {
    border: none;
  }

  .b--lg\:u-p-0 {
    padding: 0 !important;
  }

  .b--lg\:u-mt-5,
  a.b--lg\:u-mt-5 {
    margin-top: 2.5rem !important;
  }
}

.t-form-features {
  color: var(--color-black-100);
  font-size: var(--font-size-sm);
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 100%;
}

@media screen and (min-width: 48rem) {
  .t-form-features {
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: auto;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

@media screen and (min-width: 64rem) {
  .t-form-features {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.t-form-features.v--hero {
  font-size: var(--font-size-sm);
  color: var(--color-black-900);
  justify-content: center;
  text-align: center;
  display: block;
}

@media screen and (min-width: 64rem) {
  .t-form-features.v--hero {
    flex-direction: row;
    margin-top: 0.5rem !important;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}

.t-solutions-hero h1 {
  --font-size-hero: max(2.5rem, min(calc(1.58163rem + 2.55102vw), 3.75rem));
  font-size: var(--font-size-hero) !important;
  font-weight: 500;
  letter-spacing: 0;
}

.t-solutions-hero p {
  line-height: 1.6rem;
}

@media screen and (min-width: 64rem) {
  .t-solutions-hero {
    order: 1;
  }

  .t-solutions-hero h1 {
    text-align: left;
    line-height: 3.875rem;
  }

  .t-solutions-hero p {
    text-align: left;
    line-height: 2rem;
  }
}

.t-rounded-xl {
  border-radius: 1.44rem;
}

@media screen and (min-width: 48rem) {
  .t-rounded-xl {
    border-radius: 2rem;
  }
}

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

.o-container-xl.v--mobile-full {
  max-width: 100%;
  padding: 0;
}

@media screen and (min-width: 75rem) {
  .o-container-xl.v--mobile-full {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 84.5rem;
  }
}

@media screen and (max-width: calc(48rem - 1px)) {
  .t-testimonial.v--solution-page .t-testimonial-icon {
    width: 2.3rem;
    height: 2rem;
    background-size: contain;
  }
}

@media screen and (min-width: 64rem) {
  .ai-sell-section h2 {
    font-size: 3.5rem;
  }
}

.pricing-new__brands-grid {
  grid-template-columns: repeat(var(--brands-columns-desktop, 6), minmax(0, 1fr));
  gap: 48px 0;
  justify-items: center;
}

.pricing-new__brands-grid img {
  height: 48px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 48rem) {
  .pricing-new__brands-grid {
    grid-template-columns: repeat(var(--brands-columns-mobile, 3), minmax(0, 1fr));
    gap: 32px 0;
  }

  .pricing-new__brands-grid img {
    max-width: 100%;
    height: auto;
    max-height: 48px;
  }
}

@media screen and (min-width: 48rem) {
  .t-full-visibility__btn {
    width: 16rem;
  }
}

.t-integration-chips {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.75rem;
  margin: 1.5rem 0;
}

.t-integration-chips::before {
  content: none;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px solid var(--color-black-100);
  transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (min-width: 64rem) {
  .t-integration-chips {
    margin: 2rem 0;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .t-integration-chips::before {
    content: "";
  }
}

.t-cta-ratings {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  flex-direction: column;
  gap: 1.25rem;
}

@media screen and (min-width: 48rem) {
  .t-cta-ratings {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.t-cta-ratings__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.t-cta-ratings__logo {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.t-cta-ratings__stars {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

.t-cta-ratings__stars svg {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}

.t-cta-ratings__score {
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: var(--color-black-400);
}

.t-integration-chip {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--color-black-100);
  border-radius: 999px;
  background: var(--color-black-75);
  font-size: var(--font-size-sm);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.t-integration-chip img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

@media screen and (min-width: 48rem) {
  .t-integration-chip img {
    width: 2rem;
    height: 2rem;
  }
}

.t-integration-chip__label {
  line-height: 1;
  transform: translateY(1px);
}

.t-ai-icon-card {
  border: 1px solid #4E4E58;
}

.t-ai-icon-card__icon {
  width: 3rem;
  height: 3rem;
  margin-left: -0.25rem;
}

.t-ai-icon-card__icon img {
  width: 1.75rem;
  height: 1.75rem;
}

.ai-text-gradient {
  background: linear-gradient(90deg, #8609FF 0%, #0066FF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.ai-text-footer-gradient {
  background: linear-gradient(90deg, #6946F5 0%, #C77FFF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.ai-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  border-radius: 40px;
  padding: 6px 20px 6px 12px;
  gap: 10px;
  background: radial-gradient(58.44% 99.58% at 53.75% 76.25%, #8A6BDB 0%, #4C24E0 69%, #2D16BE 100%);
}

.ai-label.v--white {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #0F0F10;
}

.ai-label img {
  width: 24px;
  margin: 0;
}

.ai-label-white {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding: 6px 20px;
  border: 2px solid #fff;
  border-radius: 80px;
}

.ai-hero-background {
  width: 2700px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
}

.ai-chats-left,
.ai-chats-right {
  width: 600px;
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-60%);
}

.ai-chats-right {
  left: initial;
  right: -5%;
}

.ai-block {
  max-width: 100%;
  border-radius: 32px;
  border: 1px solid #d4d4d7;
  overflow: hidden;
}

.ai-block .ai-block-content {
  padding: 40px;
}

@media screen and (max-width: 48rem) {
  .ai-block .ai-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.ai-block img {
  width: 416px;
  margin-left: -1px;
  margin-top: -1px;
}

@media screen and (max-width: 48rem) {
  .ai-block img {
    max-width: 100%;
    margin-left: 0;
    width: auto;
  }
}

.ai-container {
  background: #1b1b20;
  border-radius: 32px;
  color: #fff;
}

.ai-container .ai-knowledge-img,
.ai-container .ai-training-img {
  width: 800px;
}

@media screen and (max-width: 75rem) {
  .ai-container .ai-knowledge-img,
  .ai-container .ai-training-img {
    width: initial;
    max-width: 100%;
  }
}

.ai-container .ai-grid {
  display: grid;
  grid-template-columns: 39% 60%;
  grid-column-gap: 1%;
  align-items: center;
  justify-items: center;
  grid-template-areas: "text visual";
}

.ai-container .ai-grid.v--inverse {
  grid-template-columns: 60% 39%;
  grid-template-areas: "visual text";
}

.ai-container .ai-grid .ai-grid-a {
  grid-area: text;
}

.ai-container .ai-grid .ai-grid-b {
  grid-area: visual;
}

.ai-container .ai-knowledge-bg {
  width: 100%;
  position: absolute;
  right: -15%;
}

.ai-container .ai-training-bg {
  width: 100%;
  position: absolute;
  left: -15%;
}

@media screen and (max-width: 48rem) {
  .ai-container {
    color: #0F0F10;
  }

  .ai-container.aiknowledge,
  .ai-container.training {
    background: none;
    border-radius: 0;
  }

  .ai-container .ai-grid.v--inverse,
  .ai-container .ai-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "visual" "text";
    grid-gap: 2rem;
  }
}

.ai-columns-img-outside {
  margin-top: -80px;
}

.ai-footer-bg-left {
  width: 630px;
  position: absolute;
  top: 0;
  left: 0;
}

.ai-footer-bg-right {
  width: 774px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ai-hero-image {
  height: 760px;
  max-height: 760px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 36rem) {
  .ai-hero-image {
    height: auto;
  }
}

.ai-cards-wrapper {
  padding-bottom: 40px;
}

.ai-block--borderless {
  border: none;
}

.ai-block-content--narrow {
  max-width: 448px;
}

@media screen and (max-width: 48rem) {
  .ai-block-content--narrow {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.ai-card {
  background-color: #1B1B20;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.ai-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180.06deg, rgba(246, 245, 245, 0) 8.45%, #3B2963 131.59%);
  pointer-events: none;
  z-index: 1;
}

.ai-card img {
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.ai-card.ai-card--flush-img img {
  border-radius: 18px 0 0 0;
  margin-top: auto;
  margin-right: -1rem;
  margin-bottom: -1rem;
  width: calc(100% + 1rem);
  max-width: none;
}

@media screen and (min-width: 64rem) {
  .ai-card.ai-card--flush-img img {
    margin-right: -4rem;
    margin-bottom: -4rem;
    width: calc(100% + 3rem);
  }
}

.ai-card--glow {
  position: relative;
}

.ai-card--glow::after {
  content: "";
  position: absolute;
  width: 568px;
  height: 386px;
  left: 56px;
  bottom: 0;
  background: linear-gradient(92.89deg, rgba(0, 102, 255, 0.6) 24.42%, #9146FF 79.11%), linear-gradient(260.55deg, #4B2680 16.7%, #C46CF9 31.9%, #FF8AD7 65.29%, #B99AFF 80.54%);
  opacity: 0.5;
  filter: blur(77px);
  pointer-events: none;
}

.ai-card-body {
  max-width: 352px;
  padding-bottom: 56px;
  position: relative;
  z-index: 2;
}

.ai-card-text {
  font-size: 18px;
  font-family: Colfax, sans-serif;
  color: #fff;
}

.ai-sell-section {
  padding: 160px 0;
  color: #000;
}

@media (min-width: 64rem) {
  .ai-sell-section {
    padding: 128px 2rem 160px;
  }
}

.ai-sell-section__header {
  max-width: 45rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-inline: 1rem;
}

.ai-sell-section__header h2 {
  margin-bottom: 1rem;
  color: #1b1b20;
  text-align: center;
  margin-inline: auto;
}

@media (min-width: 48rem) {
  .ai-sell-section__header h2 {
    margin-bottom: 2rem;
  }
}

.ai-sell-section__header p {
  max-width: 38rem;
  color: #1b1b20;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.1px;
  text-align: center;
  margin-inline: auto;
}

@media (min-width: 48rem) {
  .ai-sell-section__header p {
    font-size: 1.5rem;
  }
}

.ai-sell-section__highlight {
  color: #f05c21;
  font-family: serif;
  font-size: 95%;
  font-style: italic;
  font-weight: 400;
}

.ai-sell-section__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 64rem) {
  .ai-sell-section__content {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 2fr 1fr;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
  }
}

.ai-sell-section__titles-column {
  width: 100%;
}

.ai-sell-section__mobile-swiper {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.ai-sell-section__mobile-swiper::-webkit-scrollbar {
  display: none;
}

@media (min-width: 64rem) {
  .ai-sell-section__mobile-swiper {
    display: none;
  }
}

.ai-sell-section__swiper-wrapper {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  width: -moz-max-content;
  width: max-content;
}

.ai-sell-section__desktop-list {
  display: none;
}

@media (min-width: 64rem) {
  .ai-sell-section__desktop-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.ai-sell-section__title-button {
  display: inline-block;
  padding: 0.5rem 1rem 0.35rem;
  color: #3b3b43;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: -0.1px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c9c9cd;
  border-radius: 90px;
  transition: color 0.3s, border-color 0.3s, font-weight 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 64rem) {
  .ai-sell-section__title-button {
    padding: 0.5rem 1.5rem 0.35rem;
    text-align: left;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-sell-section__title-button {
    transition: none;
  }
}

.ai-sell-section__title-button:hover {
  background: #fff;
  border: 1px solid #767680;
}

.ai-sell-section__title-button--active {
  color: #29292f;
  font-weight: 500;
  border-color: #29292f;
}

.ai-sell-section__image-column {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  padding-inline: 1rem;
  position: relative;
}

@media (min-width: 64rem) {
  .ai-sell-section__image-column {
    margin-top: 5.75rem;
    padding-inline: 0;
  }
}

.ai-sell-section__image-wrapper {
  width: 100%;
  max-width: 400px;
  position: relative;
}

.ai-sell-section__image {
  width: 100%;
  height: auto;
  border: 1px solid #e2e2e4;
  border-radius: 1.5rem;
  display: block;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 48rem) {
  .ai-sell-section__image {
    border: none;
    border-radius: 0.875rem;
  }
}

.ai-sell-section__image--hidden {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .ai-sell-section__image {
    transition: none;
  }
}

.ai-sell-section__details-column {
  display: none;
}

@media (min-width: 64rem) {
  .ai-sell-section__details-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 1rem;
  }
}

.ai-sell-section__details-column > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ai-sell-section__details-column > .ai-sell-section__details--hidden {
  display: none;
}

.ai-sell-section__details-column h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #1b1b20;
  font-weight: 500;
}

.ai-sell-section__details-column p {
  color: #1b1b20;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.1px;
  margin: 0;
}

/* help */

.t-help-header-left {
  width: 218px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.t-help-header-right {
  width: 258px;
  position: absolute;
  right: 0;
  bottom: -50px;
}

.t-help {
  display: grid;
  grid-template-columns: 300px 1fr;
}

.t-help .t-help-nav ul {
  padding: 0;
  margin: 0;
}

.t-help .t-help-nav ul li {
  padding: 0.5rem 0;
}

.t-help-articles .t-help-articles-item {
  text-decoration: none;
}

.t-help-sections {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.t-help-sections a.section {
  width: calc(50% - 10px);
  min-height: 350px;
  color: #0F0F10;
  text-decoration: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  float: left;
  border: 1px solid #d4d4d7;
  margin-bottom: 20px;
  overflow: hidden;
}

.t-help-sections a.section:hover .see-all {
  text-decoration: underline;
}

.t-help-sections a.section .cover {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 230px;
}

.t-help-sections a.section.build-your-chatbot {
  border: 0;
  background: #f0f0f0;
}

.t-help-sections a.section.build-your-chatbot img {
  width: 126px;
}

.t-help-sections a.section.stories {
  background: #0066FF;
  border: 0;
  color: #fff;
}

.t-help-sections a.section.stories img {
  width: 100%;
}

.t-help-sections a.section:nth-child(2n+1) {
  margin-left: 20px;
}

.t-help-sections a.section:first-child {
  width: 100%;
  margin-left: 0;
  position: relative;
  padding-top: 2.5rem;
}

.t-help-sections a.section:first-child .content {
  max-width: 80%;
}

.t-help-sections a.section:first-child .cover {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
}

.t-help-sections a.section:first-child .cover img {
  width: 200px;
}

.t-help-sections a.section ul {
  display: grid;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
}

.t-help-sections a.section ul li {
  color: #0F0F10;
}

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

@media screen and (max-width: 48rem) {
  .t-help {
    grid-template-columns: 1fr;
  }

  .t-help .t-help-nav {
    display: none;
  }

  .t-help .t-help-sections {
    width: 100%;
  }

  .t-help .t-help-sections .content ul {
    display: none;
  }
}

@media screen and (max-width: 64rem) {
  .t-help .t-help-sections a.section {
    width: 100%;
    margin-left: 0 !important;
  }

  .t-help .t-help-sections a.section ul {
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 75rem) {
  .t-help .t-help-sections a.section:first-child .cover {
    display: none;
  }

  .t-help .t-help-sections a.section:first-child .content {
    max-width: 100%;
  }
}

/* academy */

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

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

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

  .t-chatbot-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("/academy/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-chatbot-demo .swiper-slide > div:not(.u-ls-lesson-hero-section-novideo__toc) {
    width: auto;
  }

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

.u-ls-block-callout p:last-of-type {
  margin-bottom: 0;
}

.u-ls-block-table {
  overflow: auto;
}

.u-ls-block-table table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2rem 0 3rem;
}

.u-ls-block-table table thead {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  color: #4a4a56;
  background-color: #ffd000;
  color: #0F0F10;
}

.u-ls-block-table table thead tr {
  background: #fffcf6;
}

.u-ls-block-table table td,
.u-ls-block-table table th {
  padding: 1rem 2rem;
}

.u-ls-block-table table td {
  border-top: 1px solid #ffd000;
  border-bottom: 1px solid #ffd000;
  border-left: 1px solid #ffd000;
  border-right: 1px solid #ffd000;
}

.u-ls-block-table table.v--two {
  width: 98%;
}

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

.u-ls-block-table table.v--two .u-ls-block-table-thread th {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  color: #4a4a56;
}

.u-ls-block-table table.v--two th,
.u-ls-block-table table.v--two tr,
.u-ls-block-table 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) {
  .u-ls-block-table table.v--two th,
  .u-ls-block-table table.v--two td {
    padding: 1rem 0.5rem;
    font-weight: normal;
    font-size: 1rem;
  }
}

.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-weight: normal;
  font-size: 1.125rem;
}

.u-ls-summary > h2 {
  font-size: 1.71098438rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 2rem;
}

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

@media screen and (min-width: 75rem) {
  .u-ls-summary > h2 {
    font-size: 2.587464rem;
  }
}

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

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

.u-ls-summary ul.v--tick .c-list__item {
  position: relative;
}

.u-ls-summary ul.v--tick .c-list__item::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 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.3rem;
  margin-left: -2rem;
}

.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' viewBox='0 0 16 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;
  margin-left: -1.8rem;
}

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

.u-ls-summary ul.v--illustrated-tick .c-list__item {
  margin-left: 0.5rem;
}

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

.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 {
  display: inline-flex;
  position: relative;
  height: auto;
  top: auto;
}

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

@media screen and (min-width: 47rem) {
  .t-ls-share-box:not(.v--horizontal) {
    display: block;
  }

  .t-ls-share-box:not(.v--horizontal) li {
    margin-right: 0;
  }
}

.t-ls-share {
  position: relative;
}

.t-ls-share-button {
  width: 42px;
  height: 42px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.25s ease;
  border-radius: 21px;
}

.t-ls-share-button:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.t-ls-share-button svg {
  display: block;
  position: relative;
  z-index: 1;
}

.t-ls-share-button svg path {
  transition: fill 0.25s ease;
}

.t-ls-share-button:not(:hover) svg path {
  fill: #ababb0;
}

.t-ls-share-tooltip {
  font-weight: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 100%;
  margin-bottom: -5px;
  border-radius: 4px;
  background-color: #303037;
  color: #fff;
  padding: 0.25rem 0.75rem;
  transform: translateY(-50%);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

@media screen and (min-width: 36rem) {
  .t-ls-share-tooltip.v--left {
    right: calc(100% - 42px);
  }

  .t-ls-share-tooltip.v--left::before {
    left: auto;
    right: 14px;
  }
}

@media screen and (min-width: 64rem) {
  .t-ls-share-tooltip:not(.v--top) {
    right: 100%;
    bottom: auto;
    margin-right: 10px;
    margin-bottom: 0;
    top: 50%;
  }
}

@media screen and (min-width: 64rem) {
  .t-ls-share-tooltip:not(.v--top)::before {
    left: calc(100% - 2px);
    top: 50%;
  }
}

.t-ls-share-tooltip::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: inherit;
  transform-origin: 5px 5px;
  margin-top: -2px;
  transform: rotate(45deg) translateX(-50%);
  top: calc(100% - 2px);
  left: 21px;
}

@media (pointer: fine) {
  .t-ls-share:hover .t-ls-share-tooltip {
    opacity: 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: 1.5rem;
  font-weight: normal;
  font-size: 0.875rem;
  font-weight: 500;
}

.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-weight: normal;
  font-size: 0.75rem;
  color: #767581;
  font-weight: 500;
  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;
  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-checklist {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("/academy/checklist.png");
  background-size: contain;
}

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

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

.u-ls-cta p:last-of-type {
  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;
}

.t-ls-lesson-content {
  font-weight: normal;
  font-size: 1.125rem;
}

.t-ls-lesson-content > *:first-child {
  margin-top: 0;
}

.t-ls-lesson-content > h1 {
  font-size: 1.96763203rem;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

@media screen and (min-width: 36rem) {
  .t-ls-lesson-content > h1 {
    font-size: calc(1.96763203rem  +  1.44782045  * ((100vw -  36rem ) / 39 ));
  }
}

@media screen and (min-width: 75rem) {
  .t-ls-lesson-content > h1 {
    font-size: 3.41545248rem;
  }
}

.t-ls-lesson-content > h2 {
  font-size: 1.71098438rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

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

@media screen and (min-width: 75rem) {
  .t-ls-lesson-content > h2 {
    font-size: 2.587464rem;
  }
}

.t-ls-lesson-content > h3 {
  font-size: 1.29375rem;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-weight: bold;
  display: inline-block;
  background-color: #ffd000;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

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

@media screen and (min-width: 75rem) {
  .t-ls-lesson-content > h3 {
    font-size: 1.485rem;
  }
}

.t-ls-lesson-content > p {
  margin-bottom: 2rem;
}

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

.t-ls-lesson-content ol li p:last-of-type,
.t-ls-lesson-content ul li p:last-of-type {
  margin-bottom: 0;
}

.t-ls-lesson-tab.v--active {
  font-weight: 700;
}

.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,
.ls-guide-listing {
  display: inline-block;
  white-space: initial;
  height: 100%;
}

.ls-email-template-listing__link,
.ls-guide-listing__link {
  max-width: 255px;
  height: 100%;
  background-color: #fff;
  color: #0F0F10;
  transition: box-shadow 0.2s ease, top 0.2s ease;
}

.ls-email-template-listing__link, .ls-guide-listing__link {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.ls-email-template-listing__link,
.ls-guide-listing__link {
  top: 0;
}

.ls-email-template-listing__link:hover,
.ls-guide-listing__link:hover {
  text-decoration: none;
  top: -6px;
}

.ls-email-template-listing__link:hover, .ls-guide-listing__link:hover {
  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__link {
  display: block;
  padding: 24px 30px;
  border-radius: 4px;
}

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

.ls-guide-listing {
  margin-right: 2rem;
  vertical-align: top;
}

.ls-guide-listing__link {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
  overflow: hidden;
  padding-bottom: 25px;
}

.ls-guide-listing__link:hover {
  background-color: #fdfdfd;
}

.ls-guide-listing__link::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #767581;
  z-index: 1;
}

.ls-guide-listing__image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ls-guide-listing__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ls-guide-listing__title {
  position: relative;
  z-index: 1;
}

.ls-guide-listing__highlight {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 20;
  overflow: hidden;
  width: 80%;
  height: 50%;
  border-radius: 50%;
  opacity: 0;
  filter: blur(50px);
  background-color: #fff;
  transition: opacity 0.2s ease;
  transform-style: preserve-3d;
}

.ls-guide-listing:hover .ls-guide-listing__highlight {
  opacity: 0.4;
}

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

.t-ls-authors p:last-of-type {
  margin-bottom: 0;
}

.t-ls-authors .o-columns {
  grid-gap: 2rem 2rem;
}

/* general */

:root {
  --sqf-panel-bg: #eeebe7;
  --sqf-accent: #f05c21;
  --sqf-divider: #dbd9d0;
}

body:has(.t-sqf__modal[open]) {
  overflow: hidden;
}

.t-sqf__form button[type="submit"]:disabled {
  opacity: 0.5;
  pointer-events: none;
}

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

.t-sqf__form input[aria-invalid="true"]:not([type="email"]) {
  border-color: var(--sqf-accent);
  box-shadow: 0 0 0 1px var(--sqf-accent);
  outline: none;
}

.t-sqf__form input,
.t-sqf__form textarea {
  border: 1px solid var(--color-black-700);
  border-radius: 0.5rem;
  min-height: 3rem;
}

.t-sqf__form input::-moz-placeholder, .t-sqf__form textarea::-moz-placeholder {
  font-size: calc(1em - 0.125rem);
}

.t-sqf__form input::placeholder,
.t-sqf__form textarea::placeholder {
  font-size: calc(1em - 0.125rem);
}

.t-sqf__form input:focus,
.t-sqf__form textarea:focus,
.t-sqf__form input:focus-visible,
.t-sqf__form textarea:focus-visible {
  box-shadow: none;
  outline: 2px solid var(--color-black-700);
  outline-offset: 1px;
}

.t-sqf__form textarea.t-sqf__textarea {
  min-height: 4.375rem;
  resize: none;
}

.t-sqf__form .c-btn.v--dark {
  border-radius: 0.5rem;
  font-size: 1.125rem;
  letter-spacing: -0.0625em;
}

.t-sqf__form small {
  color: var(--color-black-600);
}

.t-sqf__label-with-tooltip {
  align-items: center;
  display: flex;
  gap: 0.125rem;
}

.t-sqf__tooltip-icon {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 0;
}

.t-sqf__tooltip-icon:focus-visible {
  border-radius: 0.125rem;
  outline: 2px solid currentcolor;
  outline-offset: 2px;
}

.t-sqf__tooltip-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

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

.t-sqf__modal-inner {
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 64rem) {
  .t-sqf__modal-inner {
    grid-template-columns: 1.2fr 1fr;
  }
}

.t-sqf__modal-title {
  font-weight: 500;
  color: #1b1b20;
  margin: 0;
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 48rem) {
  .t-sqf__modal-title {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}

.t-sqf__modal-subtitle {
  font-weight: 500;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  color: #1b1b20;
}

.t-sqf__modal-divider {
  border: none;
  border-top: 1px solid var(--sqf-divider);
  margin: 1rem 0;
}

@media screen and (min-width: 64rem) {
  .t-sqf__modal-divider {
    margin: 1.5rem 0;
  }
}

.t-sqf__modal-info {
  background-color: var(--sqf-panel-bg);
}

.t-sqf__info-title {
  font-weight: 500;
  color: #1b1b20;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  letter-spacing: -0.1px;
}

.t-sqf__info-list {
  gap: 0.75rem;
}

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

.c-faq-entry {
  height: -moz-min-content;
  height: min-content;
  transition: 0.3s;
}

.c-faq-entry::after {
  content: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999023 1L8.99902 9L16.999 1' stroke='%230066FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  pointer-events: none;
}

.c-faq-entry.v--show-answer {
  padding-bottom: 1rem;
}

.c-faq-entry.v--show-answer::after {
  rotate: -180deg;
}

.c-faq-entry-question {
  cursor: pointer;
  line-height: 1.75rem;
}

.c-faq-entry-answer {
  visibility: hidden;
  max-height: 0;
  margin: 0;
  transition: 0.3s;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20;
}

.v--show-answer .c-faq-entry-question {
  font-weight: 500;
}

.v--show-answer .c-faq-entry-answer {
  visibility: visible;
  max-height: 500px;
}

.item-card-base {
  border: 1px solid var(--color-black-150);
  overflow: hidden;
}

.carousel {
  gap: 2rem;
  overflow-x: scroll;
  scroll-snap-type: x proximity;
}

.carousel::-webkit-scrollbar {
  height: 8px;
}

.carousel::-webkit-scrollbar-track {
  background: #e7e7e9;
  border-radius: 0.3rem;
}

.carousel::-webkit-scrollbar-thumb {
  background: var(--color-black);
  border-radius: 0.3rem;
}

.carousel::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.carousel__tile {
  flex: 0 0 auto;
  min-width: calc(50% - 1rem);
  overflow: hidden;
  scroll-snap-align: start;
  width: 100%;
}

@media (min-width: 36rem) {
  .carousel__tile {
    width: calc(50% - 1rem);
  }
}

.c-btn.v--chevron-b::after {
  content: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.86328L7 7.86328L13 1.86328' stroke='%231B1B20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-left: 1rem;
}

.c-btn.v--chevron-b:hover::after {
  filter: invert(1);
}

.t-legal-article__content p:not("__explainer") {
  font-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556;
}

.t-legal-article__content > p:first-child {
  font-size:var(--font-size-lg);
  font-weight:normal;
  line-height:1.333;
  letter-spacing:-.1px;
}

.b--u-text-bold.t-legal-article__content > p:first-child{
  font-weight:700
}

.t-legal-article__content h2 {
  font-size:var(--font-size-xl);
  font-weight:bold;
  line-height:1.125;
  letter-spacing:-.4px;
  padding-top:2rem;
}

@media screen and (max-width: 1023px) {
  .t-legal-article__content ol {
    padding-left:1rem;
  }

  .t-legal-article__content ol ol li {
    padding-left: 0;
  }
}

.t-legal-article-explainer {
  position: relative;
}

.t-legal-article-explainer::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA3MCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC42IDcuNGM2LjQtNy43IDE2LjMtNi42IDIyIDAgMy45IDQuNyAzIDEzLjggMS40IDIzLjgtMi4yIDE0LTE0IDE3LjgtMjMuNCAxMi42Qy0xIDM4LjYuNiAxNyA4LjYgNy40Wk00My44IDcuNGM2LjQtNy43IDE2LjQtNi42IDIyIDAgMy45IDQuNyAzIDEzLjggMS40IDIzLjhDNjUgNDUuMiA1My4zIDQ5IDQzLjggNDMuOGMtOS41LTUuMi04LTI2LjggMC0zNi40WiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMUIxQjIwIiBzdHJva2Utd2lkdGg9IjIuNSIvPjxwYXRoIGQ9Ik03LjggMjguM2MtMi42LjItNC4zIDIuNS01LjEgNC0uMy4zLS4zLjgtLjIgMS4zbDEuNyA3LjdjMCAuNS4zLjkuNyAxLjEgMi43IDEuOCA1LjUgMS4yIDguNC0uNSAzLjktMi4yIDAtMTQtNS41LTEzLjZaTTQ0LjMgMjguM2MtMi44LjEtNC43IDIuNC01LjYgMy45LS4zLjQtLjQuOS0uMyAxLjNsMS41IDcuOGMwIC40LjMuOS44IDEuMSAyLjcgMS44IDUuNyAxLjMgOC44LS40IDQuMi0yLjIuNi0xNC01LjItMTMuN1oiIGZpbGw9IiMxQjFCMjAiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
  width: 72px;
  height: 47px;
  position: absolute;
  top: -25px;
  right: 32px;
}

.t-legal-article-hint.v--long:not(.v--active)::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff9ed 80%);
  width: 100%;
  height: 4em;
}

.t-legal-article-hint__content.v--long {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.t-legal-article-hint__content.v--active {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.t-legal-article-hint__content ul,
.t-legal-article-hint__content ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

.t-legal-article-hint__content ol > li > ol {
  list-style-type: lower-alpha;
}

.t-legal-article-hint__content li p {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 64rem) {
  .t-legal-article__toc {
    position: sticky;
    align-self: start;
    max-height: calc(80vh - 90px);
    overflow-y: scroll;
    top: 8rem;
  }
}

.t-legal-article__toc nav ul {
  padding-left: 0;
  display: block;
}

.t-legal-article__toc nav ul li {
  font-size:var(--font-size-sm);
  font-weight:normal;
  line-height:1.5;
  border-radius: 0.25rem;
  cursor: pointer;
}

.t-legal-article__toc nav ul li:hover {
  background-color: #f6f6f7;
  transition: background-color 0.2s ease-in-out;
}

.t-legal-article__toc nav ul li a {
  color:var(--color-black-700);
  display: block;
  padding: 1rem;
}

@media screen and (min-width: 64rem) {
  .t-legal-article__toc nav ul li a {
    padding: 1rem 1.5rem;
  }
}

.t-legal-article__toc nav ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .t-legal-article__toc__mobile.v--sticky {
    position: sticky;
    top: 60px;
    overflow-y: scroll;
    z-index: 90;
  }

  .t-legal-article__toc__mobile.v--sticky nav {
    overflow-y: scroll;
    max-height: 82vh;
  }
}

body {
  width: 100%;
  height: 100%;
  overflow: auto;
  color: var(--color-black-900);
}

/* subclasses from old website */

img.__40,
video.__40,
img[src$="#__40"],
video[src$="#__40"] {
  width: 40%;
  margin-left: 30%;
}

img.__50,
video.__50,
img[src$="#__50"],
video[src$="#__50"] {
  width: 50%;
  margin-left: 25%;
}

img.__60,
video.__60,
img[src$="#__60"],
video[src$="#__60"] {
  width: 60%;
  margin-left: 20%;
}

img.__70,
video.__70,
img[src$="#__70"],
video[src$="#__70"] {
  width: 70%;
  margin-left: 15%;
}

img.__80,
video.__80,
img[src$="#__80"],
video[src$="#__80"] {
  width: 80%;
  margin-left: 10%;
}

img.__90,
video.__90,
img[src$="#__90"],
video[src$="#__90"] {
  width: 90%;
  margin-left: 5%;
}

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

dialog {
  padding: 0;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.72);
}

.u-bg-blue-100 {
  background: #daedff;
}

.u-bg-blue-500 {
  background: #0066ff;
}

/* general */

input[type="search"].__dark {
  border: 0;
}

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

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

.u-overflow {
  overflow: auto;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-fixed {
  position: fixed;
}

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

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

.u-text-capitalize {
  text-transform: capitalize;
  letter-spacing: 0.1rem;
}

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

.align-items-reset {
  align-items: initial;
}

.flex-center {
  padding: 40px 0;
  justify-content: center;
  align-items: center;
}

.t-svg-fix {
  margin-top: -1px;
}

/* visual builder */

.u-bg-black-950 {
  background: #131317;
}

/* exploring-visual-builder */

.u-bg-black-800 {
  background: #29292f;
}

.u-bg-blue-400 {
  background: #328dff;
}

/* healthcare */

.u-bg-blue-50 {
  background: #f4faff;
}

/* beta visual builder */

.u-bg-blue-900 {
  background: #000c1e;
}

.u-bg-blue-200 {
  background: #99c1ff;
}

.u-border-blue-800 {
  border-color: #002866;
}

/* todo; remove as it's used in old /ai */

.c-link-medium {
  color: #0066FF;
  font-weight: 500;
}

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

@media screen and (max-width: 48rem) {
  .o-columns.v--helpcenter {
    grid-gap: 1em 2em;
  }

  .o-columns.v--helpcenter a {
    background: #f6f6f7;
  }
}

.t-helpcenter-search-container {
  width: 100%;
  height: 45px;
}

.t-helpcenter-search-container .t-helpcenter-search-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  height: 50%;
  z-index: 0;
  background: #f6f6f7;
}

.t-helpcenter-search-container input[type="search"].t-helpcenter-search-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.t-helpcenter-container {
  display: block;
  height: 100%;
}

.t-helpcenter-container .t-helpcenter-author-img {
  width: 42px;
}

.t-helpcenter-container .t-helpcenter-share {
  position: absolute;
  right: 25px;
  top: 25px;
}

.t-helpcenter-container .t-helpcenter-menu {
  display: none;
  height: 100%;
}

.t-helpcenter-container .t-helpcenter-menu .t-helpcenter-menu-sticky {
  top: 120px;
  position: sticky;
}

.t-helpcenter-container .t-helpcenter-menu nav > ul {
  list-style: none;
  padding: 0;
}

.t-helpcenter-container .t-helpcenter-menu nav > ul li a.v--active {
  color: #0066FF;
}

.t-helpcenter-container .t-helpcenter-menu nav > ul > li {
  padding: 0.25rem 0;
}

.t-helpcenter-container .t-helpcenter-menu nav > ul > li > ul {
  padding-left: 1rem;
}

.t-helpcenter-container .t-helpcenter-menu nav > ul > li > ul > li {
  padding: 0.25rem 0;
}

.t-helpcenter-container .t-helpcenter-menu nav > ul > li ul > li > a {
  font-weight: 500;
}

.t-helpcenter-container .t-helpcenter-menu nav > ul > li a {
  color: #0F0F10;
}

.t-helpcenter-container .t-help-center-content-title {
  background: #f6f6f7;
}

@media screen and (min-width: 64rem) {
  .t-helpcenter-container {
    display: grid;
    grid-template-columns: 1fr 260px;
  }

  .t-helpcenter-container .t-helpcenter-menu {
    display: block;
  }

  .t-helpcenter-container .t-helpcenter-share {
    right: 40px;
    top: 40px;
  }

  .t-helpcenter-container .t-help-center-content-title {
    border-radius: 0 0 20px 0;
  }
}

@media screen and (min-width: 1920px) {
  .t-helpcenter-container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 84.5rem;
  }
}

/* general */

.c-productbar__name {
  font-weight: 500;
  font-size: 14px;
}

.c-productbar__helpdesk:hover,
.c-productbar__knowledgebase:hover,
.c-productbar__livechat:hover {
  text-decoration: none;
}

.c-productbar__helpdesk:hover p,
.c-productbar__knowledgebase:hover p,
.c-productbar__livechat:hover p,
.c-productbar__helpdesk:hover span,
.c-productbar__knowledgebase:hover span,
.c-productbar__livechat:hover span {
  color: #0F0F10;
}

.c-productbar__helpdesk_dark:hover,
.c-productbar__knowledgebase_dark:hover,
.c-productbar__livechat_dark:hover {
  text-decoration: none;
}

.c-productbar__helpdesk_dark:hover p,
.c-productbar__knowledgebase_dark:hover p,
.c-productbar__livechat_dark:hover p,
.c-productbar__helpdesk_dark:hover span,
.c-productbar__knowledgebase_dark:hover span,
.c-productbar__livechat_dark:hover span {
  color: #fff;
}

.c-productbar__helpdesk:hover svg path,
.c-productbar__helpdesk_dark:hover svg path {
  fill: #00C057;
}

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

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

code {
  color: #0F0F10;
  font-size: 15px;
  background: #e5f3ff;
  padding: 5px;
  border-radius: 15px;
  font-family: "Colfax", sans-serif;
  font-weight: 500;
}

code.attribute {
  color: #0066FF;
}

code.attribute::before {
  content: "{{";
  color: rgba(3, 127, 226, 0.5);
}

code.attribute::after {
  content: "}}";
  color: rgba(3, 127, 226, 0.5);
}

.c-icon-button {
  width: 24px;
  display: inline;
  margin: initial;
}

.t-icon {
  max-width: 5rem;
}

.t-icon-sm {
  max-width: 4rem;
}

.t-icon-xs {
  max-width: 3rem;
}

.t-icon-md {
  width: 3.5rem;
}

/* text accents */

.t-text-accent {
  padding: 2px 10px;
  border-radius: 10px;
  display: inline-block;
  line-height: 1.2;
}

.t-text-accent.blue-100 {
  background: #daedff;
}

.t-text-yellow-accent {
  background: #ffd000;
  padding: 2px 10px;
  border-radius: 10px;
  display: inline-block;
  line-height: 1.2;
}

.t-text-yellow-accent.blue-100 {
  background: #daedff;
}

.t-text-blue-accent {
  background: #328dff;
  padding: 2px 10px;
  border-radius: 10px;
  display: inline-block;
  line-height: 1.2;
}

.t-text-blue-accent.blue-100 {
  background: #daedff;
}

.t-text-white-accent {
  background: #fff;
  padding: 2px 10px;
  border-radius: 10px;
  display: inline-block;
  line-height: 1.2;
}

.t-text-white-accent.blue-100 {
  background: #daedff;
}

.t-text-black-accent {
  background: #0F0F10;
  padding: 2px 10px;
  border-radius: 10px;
  display: inline-block;
  line-height: 1.2;
}

.t-text-black-accent.blue-100 {
  background: #daedff;
}

/* chatbot-templates todo: change location */

.t-cta-footer-bubble {
  width: 300px;
  position: absolute;
  left: -270px;
  top: 20px;
}

.t-template-icon {
  height: 70px;
}

.t-templates {
  display: grid;
  grid-gap: 3rem 2rem;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 64rem) {
  .t-templates {
    grid-area: text;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    margin-left: -4vw;
    margin-right: -4vw;
    padding-left: 4vw;
  }

  .t-templates .t-templates-item {
    max-width: 330px;
    width: calc(90% - 1.5rem);
    flex: none;
    border-radius: 0.5rem;
    scroll-snap-align: center;
  }

  .t-templates .t-templates-item:not(:first-child) {
    margin-left: 1rem;
  }

  .t-templates .t-templates-item:last-child {
    margin-right: 1rem;
  }
}

.solutions-app {
  position: relative;
}

.solutions-app__integration {
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 13rem;
  left: 50%;
  margin-left: -32rem;
  transform-origin: center center;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  opacity: 0.4;
  will-change: opacity;
  z-index: 10;
}

.solutions-app__integration.v--right {
  left: auto;
  right: 50%;
  margin-right: -32rem;
}

.solutions-app__integration p {
  position: absolute;
  right: 4rem;
  top: 1rem;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  white-space: nowrap;
}

@media screen and (max-width: 77.3125rem) {
  .solutions-app__integration p {
    display: none;
  }

  .t-typing-caret.solutions-app__integration p {
    display: none;
  }

  .t-chatbot-demo__signup.solutions-app__integration p {
    display: none;
  }
}

.solutions-app__integration.v--right p {
  left: 4rem;
  right: auto;
}

.solutions-app__lines {
  position: absolute;
  top: 3rem;
  left: 50%;
  margin-left: -29rem;
  opacity: 0.4;
  will-change: opacity;
}

.solutions-app__lines.v--right {
  transform: rotate(180deg);
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -29rem;
}

.solutions-app__screen {
  margin: 0 auto 2rem;
  background: #fff;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 550px;
  height: 400px;
}

.solutions-app__screen img {
  position: absolute;
  top: 0;
  left: 0;
}

.solutions-app__screen img:not(:first-child) {
  opacity: 0;
}

.solutions-app__progress {
  width: 100%;
  height: 4px;
}

.solutions-app__features {
  position: relative;
}

/* dark header, ai */

.t-mode--dark {
  background: #131317;
}

/* signup/form-lines animations */

.t-path-left {
  visibility: hidden;
  position: absolute;
  width: calc(50% - 230px);
  left: -10px;
  top: calc(-50% - 10px);
}

.t-path-left.sal-animate {
  visibility: visible;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: path-animation 3.2s linear forwards;
}

.t-path-right {
  visibility: hidden;
  position: absolute;
  width: calc(50% - 230px);
  right: -10px;
  top: -50%;
  transform: rotate(180deg);
}

.t-path-right.sal-animate {
  visibility: visible;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: path-animation 3.2s linear forwards;
}

@keyframes path-animation {
  to {
    stroke-dashoffset: 0;
  }
}

/* trusted by */

.t-logotype img {
  width: 100px;
}

.t-form-left-0 > div {
  margin-left: 0;
}

.t-cursor-hand {
  max-width: 118px;
  height: 165px;
  position: absolute;
  top: 0;
  left: 2rem;
}

.u-text-mark-black {
  position: relative;
}

.u-text-mark-black::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1.5rem;
  background-image: url("/u-text-mark-black.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  left: 0;
  bottom: -0.8rem;
}

.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,
.c-modal--overlay {
  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;
}

/* navigation */

.c-navbar.v--disable-sticky {
  position: relative;
}

.c-navbar__actions.v--dark-mode {
  background: #fff;
  padding: 12px;
  border-radius: 10px;
}

.c-menu.v--dark-mode.v--has-opened .v--opened .c-menu__item.v--top {
  color: #ffffff;
  background-color: transparent;
}

.c-menu.v--dark-mode .c-menu__item.v--top {
  color: #ffffff;
}

/* move to design system */

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

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

@media screen and (max-width: 48rem) {
  .t-logotype img {
    width: 80px;
  }

  /* move to design system */

  .o-columns.grid-gap-initial {
    grid-gap: initial;
  }
}

@media screen and (min-width: 64rem) {
  .t-cursor-hand {
    max-width: 160px;
    height: 224px;
    position: absolute;
    top: 0;
    left: 2rem;
  }
}

/* chatbot-guide */

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

@media screen and (min-width: 36rem) {
  .u-p-inline-block {
    display: inline-block;
  }
}

.t-variant-b {
  display: none !important;
}

.v--variant-b .t-variant-b {
  display: block !important;
}

.v--variant-b .t-variant-b[hidden] {
  display: none !important;
}

@media screen and (min-width: 64rem) {
  .v--variant-b .t-variant-b.lg\:u-block[hidden] {
    display: block !important;
  }
}

.v--variant-b .t-variant-a {
  display: none !important;
}

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

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

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

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

@keyframes text-highlight {
  from {
    background-position: 0 0;
  }

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

.t-signup-paragraph {
  animation: showParagraph 0.3s 3s forwards;
  opacity: 0;
}

@keyframes showParagraph {
  to {
    opacity: 1;
  }
}

.highlight pre {
  margin: 0;
  padding: 1.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  overflow: auto;
}

.highlight pre code {
  color: inherit !important;
  padding: 0.15rem 0.25rem;
  border-radius: 0.25rem;
  font-family: ui-monospace, monospace;
  vertical-align: middle;
  background: inherit !important;
  word-break: normal;
  white-space: pre;
}

.code-block__button {
  position: relative;
}

.code-block__button::before {
  content: "Copy code";
  display: inline-block;
  position: absolute;
  white-space: pre;
  left: -100%;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 12px 6px;
  transform: translateY(-160%);
  background: var(--color-black-900);
  color: white;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.code-block__button::after {
  content: " ";
  display: inline-block;
  position: absolute;
  height: 0;
  width: 0;
  border-width: 8px 8.5px 0 8.5px;
  left: 15%;
  top: -60%;
  border-color: var(--color-black-900) transparent transparent transparent;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.code-block__button:hover::after,
.code-block__button:hover::before {
  opacity: 1;
}

.code-block__button.v--copied::before {
  content: "Copied";
  left: -70%;
}

@custom-media --breakpoint-sm (min-width: 36rem);

@custom-media --breakpoint-md (min-width: 48rem);

@custom-media --breakpoint-lg (min-width: 64rem);

@custom-media --breakpoint-xl (min-width: 75rem);

body{
  --color-white: #ffffff;
  --color-black: #1B1B20;
  --color-black-25: #FCFCFC;
  --color-black-50: #F6F6F7;
  --color-black-75: #EEEEEF;
  --color-black-100: #E2E2E4;
  --color-black-150: #C9C9CD;
  --color-black-200: #ABABB1;
  --color-black-300: #8D8D95;
  --color-black-400: #767680;
  --color-black-500: #62626D;
  --color-black-600: #4E4E58;
  --color-black-700: #3B3B43;
  --color-black-800: #29292F;
  --color-black-900: #1B1B20;
  --color-black-950: #131317;
  --color-blue-50: #F4FAFF;
  --color-blue-100: #DAEDFF;
  --color-blue-200: #9DCEFF;
  --color-blue-300: #68AFFF;
  --color-blue-400: #328DFF;
  --color-blue-500: #0066FF;
  --color-blue-600: #0059E1;
  --color-blue-700: #004BC2;
  --color-blue-800: #003FA4;
  --color-blue-900: #003288;
  --color-yellow-50: #FFF9ED;
  --color-yellow-100: #FFE9BC;
  --color-yellow-200: #FEDC89;
  --color-yellow-300: #FED65E;
  --color-yellow-400: #FFD000;
  --color-yellow-500: #F3C600;
  --color-yellow-600: #E8BB00;
  --color-yellow-700: #C9A100;
  --color-yellow-800: #755B00;
  --color-yellow-900: #493700;
  --color-orange-50: #FFF8F7;
  --color-orange-100: #FFE5E3;
  --color-orange-200: #FFB8AF;
  --color-orange-300: #FF8A77;
  --color-orange-400: #FF5100;
  --color-orange-500: #D54300;
  --color-orange-600: #B43700;
  --color-orange-700: #9C2E00;
  --color-orange-800: #842600;
  --color-orange-900: #6C1D00;
  --color-red-50: #FFF8F8;
  --color-red-100: #FFE5E5;
  --color-red-200: #FFB7B7;
  --color-red-300: #FF8889;
  --color-red-400: #FF4C4D;
  --color-red-500: #EE0007;
  --color-red-600: #CA0005;
  --color-red-700: #AE0003;
  --color-red-800: #930002;
  --color-red-900: #790002;
  --color-purple-50: #FAF8FF;
  --color-purple-100: #EEE8FF;
  --color-purple-200: #D1C0FF;
  --color-purple-300: #B99AFF;
  --color-purple-400: #A372FF;
  --color-purple-500: #9146FF;
  --color-purple-600: #8609FF;
  --color-purple-700: #7400DF;
  --color-purple-800: #6100BD;
  --color-purple-900: #50009C;
  --color-green-50: #F3FCF4;
  --color-green-100: #D1F4D5;
  --color-green-200: #7EDD92;
  --color-green-300: #00C057;
  --color-green-400: #00A449;
  --color-green-500: #00893C;
  --color-green-600: #007331;
  --color-green-700: #006329;
  --color-green-800: #005321;
  --color-green-900: #00431A
}

body{
  --font-size-7xl: max(3.5rem, min(calc(3.5rem + (10 - 3.5) * ((100vw - 36rem) / (85 - 36))), 10rem));
  --font-size-7xl-static: 10rem;
  --font-size-6xl: max(3rem, min(calc(3rem + (8 - 3) * ((100vw - 36rem) / (85 - 36))), 8rem));
  --font-size-6xl-static: 8rem;
  --font-size-5xl: max(2.625rem, min(calc(2.625rem + (6 - 2.625) * ((100vw - 36rem) / (85 - 36))), 6rem));
  --font-size-5xl-static: 6rem;
  --font-size-4xl: max(2.25rem, min(calc(2.25rem + (4.5 - 2.25) * ((100vw - 36rem) / (85 - 36))), 4.5rem));
  --font-size-4xl-static: 4.5rem;
  --font-size-3xl: max(2rem, min(calc(2rem + (3.5 - 2) * ((100vw - 36rem) / (85 - 36))), 3.5rem));
  --font-size-3xl-static: 3.5rem;
  --font-size-2xl: max(1.75rem, min(calc(1.75rem + (2.5 - 1.75) * ((100vw - 36rem) / (85 - 36))), 2.5rem));
  --font-size-2xl-static: 2.5rem;
  --font-size-xl: max(1.5rem, min(calc(1.5rem + (2 - 1.5) * ((100vw - 36rem) / (85 - 36))), 2rem));
  --font-size-xl-static: 2rem;
  --font-size-lg: max(1.25rem, min(calc(1.25rem + (1.5 - 1.25) * ((100vw - 36rem) / (85 - 36))), 1.5rem));
  --font-size-lg-static: 1.5rem;
  --font-size-base: 1.125rem;
  --font-size-sm: 1rem;
  --font-size-xs: .875rem;
  --font-size-2xs: .75rem;
  --font-size-breakpoint-min: 36rem;
  --font-size-breakpoint-max: 85rem
}

*,:after,:before{
  border:0 solid var(--color-black-100)
}

body{
  font-family:Colfax,colfax-web,Proxima Nova,Open Sans,Gill Sans MT,Gill Sans,Corbel,Arial,sans-serif;
  color:var(--color-black);
  font-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556
}

::-moz-selection{
  background:var(--color-yellow-400);
  color:var(--color-black)
}

::selection{
  background:var(--color-yellow-400);
  color:var(--color-black)
}

.b--o-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));
  grid-gap:2rem
}

.b--o-grid--1{
  grid-template-columns:repeat(1,minmax(0,1fr))
}

.b--o-grid--2{
  grid-template-columns:repeat(2,minmax(0,1fr))
}

.b--o-grid--3{
  grid-template-columns:repeat(3,minmax(0,1fr))
}

.b--o-grid--4{
  grid-template-columns:repeat(4,minmax(0,1fr))
}

.b--o-grid--5{
  grid-template-columns:repeat(5,minmax(0,1fr))
}

.b--o-grid--6{
  grid-template-columns:repeat(6,minmax(0,1fr))
}

.b--o-grid--7{
  grid-template-columns:repeat(7,minmax(0,1fr))
}

.b--o-grid--8{
  grid-template-columns:repeat(8,minmax(0,1fr))
}

.b--o-grid--9{
  grid-template-columns:repeat(9,minmax(0,1fr))
}

.b--o-grid--10{
  grid-template-columns:repeat(10,minmax(0,1fr))
}

.b--o-grid--11{
  grid-template-columns:repeat(11,minmax(0,1fr))
}

.b--o-grid--12{
  grid-template-columns:repeat(12,minmax(0,1fr))
}

.b--o-grid--gap-0{
  gap:0rem
}

.b--o-grid--gap-2{
  gap:1rem
}

.b--o-grid--gap-4{
  gap:2rem
}

.b--o-grid--gap-6{
  gap:3rem
}

.b--o-grid--gap-8{
  gap:4rem
}

.b--o-grid--gap-10{
  gap:5rem
}

.b--o-grid--gap-12{
  gap:6rem
}

.b--o-grid--gap-x-0{
  -moz-column-gap:0rem;
  column-gap:0rem
}

.b--o-grid--gap-y-0{
  row-gap:0rem
}

.b--o-grid--gap-x-2{
  -moz-column-gap:1rem;
  column-gap:1rem
}

.b--o-grid--gap-y-2{
  row-gap:1rem
}

.b--o-grid--gap-x-4{
  -moz-column-gap:2rem;
  column-gap:2rem
}

.b--o-grid--gap-y-4{
  row-gap:2rem
}

.b--o-grid--gap-x-6{
  -moz-column-gap:3rem;
  column-gap:3rem
}

.b--o-grid--gap-y-6{
  row-gap:3rem
}

.b--o-grid--gap-x-8{
  -moz-column-gap:4rem;
  column-gap:4rem
}

.b--o-grid--gap-y-8{
  row-gap:4rem
}

.b--o-grid--gap-x-10{
  -moz-column-gap:5rem;
  column-gap:5rem
}

.b--o-grid--gap-y-10{
  row-gap:5rem
}

.b--o-grid--gap-x-12{
  -moz-column-gap:6rem;
  column-gap:6rem
}

.b--o-grid--gap-y-12{
  row-gap:6rem
}

@media (min-width: 36rem){
  .b--sm\:o-grid--1{
    grid-template-columns:repeat(1,minmax(0,1fr))
  }

  .b--sm\:o-grid--2{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .b--sm\:o-grid--3{
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .b--sm\:o-grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr))
  }

  .b--sm\:o-grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr))
  }

  .b--sm\:o-grid--6{
    grid-template-columns:repeat(6,minmax(0,1fr))
  }

  .b--sm\:o-grid--7{
    grid-template-columns:repeat(7,minmax(0,1fr))
  }

  .b--sm\:o-grid--8{
    grid-template-columns:repeat(8,minmax(0,1fr))
  }

  .b--sm\:o-grid--9{
    grid-template-columns:repeat(9,minmax(0,1fr))
  }

  .b--sm\:o-grid--10{
    grid-template-columns:repeat(10,minmax(0,1fr))
  }

  .b--sm\:o-grid--11{
    grid-template-columns:repeat(11,minmax(0,1fr))
  }

  .b--sm\:o-grid--12{
    grid-template-columns:repeat(12,minmax(0,1fr))
  }

  .b--sm\:o-grid--gap-0{
    gap:0rem
  }

  .b--sm\:o-grid--gap-2{
    gap:1rem
  }

  .b--sm\:o-grid--gap-4{
    gap:2rem
  }

  .b--sm\:o-grid--gap-6{
    gap:3rem
  }

  .b--sm\:o-grid--gap-8{
    gap:4rem
  }

  .b--sm\:o-grid--gap-10{
    gap:5rem
  }

  .b--sm\:o-grid--gap-12{
    gap:6rem
  }

  .b--sm\:o-grid--gap-x-0{
    -moz-column-gap:0rem;
    column-gap:0rem
  }

  .b--sm\:o-grid--gap-y-0{
    row-gap:0rem
  }

  .b--sm\:o-grid--gap-x-2{
    -moz-column-gap:1rem;
    column-gap:1rem
  }

  .b--sm\:o-grid--gap-y-2{
    row-gap:1rem
  }

  .b--sm\:o-grid--gap-x-4{
    -moz-column-gap:2rem;
    column-gap:2rem
  }

  .b--sm\:o-grid--gap-y-4{
    row-gap:2rem
  }

  .b--sm\:o-grid--gap-x-6{
    -moz-column-gap:3rem;
    column-gap:3rem
  }

  .b--sm\:o-grid--gap-y-6{
    row-gap:3rem
  }

  .b--sm\:o-grid--gap-x-8{
    -moz-column-gap:4rem;
    column-gap:4rem
  }

  .b--sm\:o-grid--gap-y-8{
    row-gap:4rem
  }

  .b--sm\:o-grid--gap-x-10{
    -moz-column-gap:5rem;
    column-gap:5rem
  }

  .b--sm\:o-grid--gap-y-10{
    row-gap:5rem
  }

  .b--sm\:o-grid--gap-x-12{
    -moz-column-gap:6rem;
    column-gap:6rem
  }

  .b--sm\:o-grid--gap-y-12{
    row-gap:6rem
  }
}

@media (min-width: 48rem){
  .b--md\:o-grid--1{
    grid-template-columns:repeat(1,minmax(0,1fr))
  }

  .b--md\:o-grid--2{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .b--md\:o-grid--3{
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .b--md\:o-grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr))
  }

  .b--md\:o-grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr))
  }

  .b--md\:o-grid--6{
    grid-template-columns:repeat(6,minmax(0,1fr))
  }

  .b--md\:o-grid--7{
    grid-template-columns:repeat(7,minmax(0,1fr))
  }

  .b--md\:o-grid--8{
    grid-template-columns:repeat(8,minmax(0,1fr))
  }

  .b--md\:o-grid--9{
    grid-template-columns:repeat(9,minmax(0,1fr))
  }

  .b--md\:o-grid--10{
    grid-template-columns:repeat(10,minmax(0,1fr))
  }

  .b--md\:o-grid--11{
    grid-template-columns:repeat(11,minmax(0,1fr))
  }

  .b--md\:o-grid--12{
    grid-template-columns:repeat(12,minmax(0,1fr))
  }

  .b--md\:o-grid--gap-0{
    gap:0rem
  }

  .b--md\:o-grid--gap-2{
    gap:1rem
  }

  .b--md\:o-grid--gap-4{
    gap:2rem
  }

  .b--md\:o-grid--gap-6{
    gap:3rem
  }

  .b--md\:o-grid--gap-8{
    gap:4rem
  }

  .b--md\:o-grid--gap-10{
    gap:5rem
  }

  .b--md\:o-grid--gap-12{
    gap:6rem
  }

  .b--md\:o-grid--gap-x-0{
    -moz-column-gap:0rem;
    column-gap:0rem
  }

  .b--md\:o-grid--gap-y-0{
    row-gap:0rem
  }

  .b--md\:o-grid--gap-x-2{
    -moz-column-gap:1rem;
    column-gap:1rem
  }

  .b--md\:o-grid--gap-y-2{
    row-gap:1rem
  }

  .b--md\:o-grid--gap-x-4{
    -moz-column-gap:2rem;
    column-gap:2rem
  }

  .b--md\:o-grid--gap-y-4{
    row-gap:2rem
  }

  .b--md\:o-grid--gap-x-6{
    -moz-column-gap:3rem;
    column-gap:3rem
  }

  .b--md\:o-grid--gap-y-6{
    row-gap:3rem
  }

  .b--md\:o-grid--gap-x-8{
    -moz-column-gap:4rem;
    column-gap:4rem
  }

  .b--md\:o-grid--gap-y-8{
    row-gap:4rem
  }

  .b--md\:o-grid--gap-x-10{
    -moz-column-gap:5rem;
    column-gap:5rem
  }

  .b--md\:o-grid--gap-y-10{
    row-gap:5rem
  }

  .b--md\:o-grid--gap-x-12{
    -moz-column-gap:6rem;
    column-gap:6rem
  }

  .b--md\:o-grid--gap-y-12{
    row-gap:6rem
  }
}

@media (min-width: 64rem){
  .b--lg\:o-grid--1{
    grid-template-columns:repeat(1,minmax(0,1fr))
  }

  .b--lg\:o-grid--2{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .b--lg\:o-grid--3{
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .b--lg\:o-grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr))
  }

  .b--lg\:o-grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr))
  }

  .b--lg\:o-grid--6{
    grid-template-columns:repeat(6,minmax(0,1fr))
  }

  .b--lg\:o-grid--7{
    grid-template-columns:repeat(7,minmax(0,1fr))
  }

  .b--lg\:o-grid--8{
    grid-template-columns:repeat(8,minmax(0,1fr))
  }

  .b--lg\:o-grid--9{
    grid-template-columns:repeat(9,minmax(0,1fr))
  }

  .b--lg\:o-grid--10{
    grid-template-columns:repeat(10,minmax(0,1fr))
  }

  .b--lg\:o-grid--11{
    grid-template-columns:repeat(11,minmax(0,1fr))
  }

  .b--lg\:o-grid--12{
    grid-template-columns:repeat(12,minmax(0,1fr))
  }

  .b--lg\:o-grid--gap-0{
    gap:0rem
  }

  .b--lg\:o-grid--gap-2{
    gap:1rem
  }

  .b--lg\:o-grid--gap-4{
    gap:2rem
  }

  .b--lg\:o-grid--gap-6{
    gap:3rem
  }

  .b--lg\:o-grid--gap-8{
    gap:4rem
  }

  .b--lg\:o-grid--gap-10{
    gap:5rem
  }

  .b--lg\:o-grid--gap-12{
    gap:6rem
  }

  .b--lg\:o-grid--gap-x-0{
    -moz-column-gap:0rem;
    column-gap:0rem
  }

  .b--lg\:o-grid--gap-y-0{
    row-gap:0rem
  }

  .b--lg\:o-grid--gap-x-2{
    -moz-column-gap:1rem;
    column-gap:1rem
  }

  .b--lg\:o-grid--gap-y-2{
    row-gap:1rem
  }

  .b--lg\:o-grid--gap-x-4{
    -moz-column-gap:2rem;
    column-gap:2rem
  }

  .b--lg\:o-grid--gap-y-4{
    row-gap:2rem
  }

  .b--lg\:o-grid--gap-x-6{
    -moz-column-gap:3rem;
    column-gap:3rem
  }

  .b--lg\:o-grid--gap-y-6{
    row-gap:3rem
  }

  .b--lg\:o-grid--gap-x-8{
    -moz-column-gap:4rem;
    column-gap:4rem
  }

  .b--lg\:o-grid--gap-y-8{
    row-gap:4rem
  }

  .b--lg\:o-grid--gap-x-10{
    -moz-column-gap:5rem;
    column-gap:5rem
  }

  .b--lg\:o-grid--gap-y-10{
    row-gap:5rem
  }

  .b--lg\:o-grid--gap-x-12{
    -moz-column-gap:6rem;
    column-gap:6rem
  }

  .b--lg\:o-grid--gap-y-12{
    row-gap:6rem
  }
}

@media (min-width: 75rem){
  .b--xl\:o-grid--1{
    grid-template-columns:repeat(1,minmax(0,1fr))
  }

  .b--xl\:o-grid--2{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .b--xl\:o-grid--3{
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .b--xl\:o-grid--4{
    grid-template-columns:repeat(4,minmax(0,1fr))
  }

  .b--xl\:o-grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr))
  }

  .b--xl\:o-grid--6{
    grid-template-columns:repeat(6,minmax(0,1fr))
  }

  .b--xl\:o-grid--7{
    grid-template-columns:repeat(7,minmax(0,1fr))
  }

  .b--xl\:o-grid--8{
    grid-template-columns:repeat(8,minmax(0,1fr))
  }

  .b--xl\:o-grid--9{
    grid-template-columns:repeat(9,minmax(0,1fr))
  }

  .b--xl\:o-grid--10{
    grid-template-columns:repeat(10,minmax(0,1fr))
  }

  .b--xl\:o-grid--11{
    grid-template-columns:repeat(11,minmax(0,1fr))
  }

  .b--xl\:o-grid--12{
    grid-template-columns:repeat(12,minmax(0,1fr))
  }

  .b--xl\:o-grid--gap-0{
    gap:0rem
  }

  .b--xl\:o-grid--gap-2{
    gap:1rem
  }

  .b--xl\:o-grid--gap-4{
    gap:2rem
  }

  .b--xl\:o-grid--gap-6{
    gap:3rem
  }

  .b--xl\:o-grid--gap-8{
    gap:4rem
  }

  .b--xl\:o-grid--gap-10{
    gap:5rem
  }

  .b--xl\:o-grid--gap-12{
    gap:6rem
  }

  .b--xl\:o-grid--gap-x-0{
    -moz-column-gap:0rem;
    column-gap:0rem
  }

  .b--xl\:o-grid--gap-y-0{
    row-gap:0rem
  }

  .b--xl\:o-grid--gap-x-2{
    -moz-column-gap:1rem;
    column-gap:1rem
  }

  .b--xl\:o-grid--gap-y-2{
    row-gap:1rem
  }

  .b--xl\:o-grid--gap-x-4{
    -moz-column-gap:2rem;
    column-gap:2rem
  }

  .b--xl\:o-grid--gap-y-4{
    row-gap:2rem
  }

  .b--xl\:o-grid--gap-x-6{
    -moz-column-gap:3rem;
    column-gap:3rem
  }

  .b--xl\:o-grid--gap-y-6{
    row-gap:3rem
  }

  .b--xl\:o-grid--gap-x-8{
    -moz-column-gap:4rem;
    column-gap:4rem
  }

  .b--xl\:o-grid--gap-y-8{
    row-gap:4rem
  }

  .b--xl\:o-grid--gap-x-10{
    -moz-column-gap:5rem;
    column-gap:5rem
  }

  .b--xl\:o-grid--gap-y-10{
    row-gap:5rem
  }

  .b--xl\:o-grid--gap-x-12{
    -moz-column-gap:6rem;
    column-gap:6rem
  }

  .b--xl\:o-grid--gap-y-12{
    row-gap:6rem
  }
}

.b--u-text-blue-50{
  color:var(--color-blue-50)!important
}

.b--u-bg-blue-50{
  background-color:var(--color-blue-50)!important
}

.b--u-border-blue-50{
  border-color:var(--color-blue-50)!important
}

.b--u-text-blue-100{
  color:var(--color-blue-100)!important
}

.b--u-bg-blue-100{
  background-color:var(--color-blue-100)!important
}

.b--u-border-blue-100{
  border-color:var(--color-blue-100)!important
}

.b--u-text-blue-200{
  color:var(--color-blue-200)!important
}

.b--u-bg-blue-200{
  background-color:var(--color-blue-200)!important
}

.b--u-border-blue-200{
  border-color:var(--color-blue-200)!important
}

.b--u-text-blue-300{
  color:var(--color-blue-300)!important
}

.b--u-bg-blue-300{
  background-color:var(--color-blue-300)!important
}

.b--u-border-blue-300{
  border-color:var(--color-blue-300)!important
}

.b--u-text-blue-400{
  color:var(--color-blue-400)!important
}

.b--u-bg-blue-400{
  background-color:var(--color-blue-400)!important
}

.b--u-border-blue-400{
  border-color:var(--color-blue-400)!important
}

.b--u-text-blue-500{
  color:var(--color-blue-500)!important
}

.b--u-bg-blue-500{
  background-color:var(--color-blue-500)!important
}

.b--u-border-blue-500{
  border-color:var(--color-blue-500)!important
}

.b--u-text-blue-600{
  color:var(--color-blue-600)!important
}

.b--u-bg-blue-600{
  background-color:var(--color-blue-600)!important
}

.b--u-border-blue-600{
  border-color:var(--color-blue-600)!important
}

.b--u-text-blue-700{
  color:var(--color-blue-700)!important
}

.b--u-bg-blue-700{
  background-color:var(--color-blue-700)!important
}

.b--u-border-blue-700{
  border-color:var(--color-blue-700)!important
}

.b--u-text-blue-800{
  color:var(--color-blue-800)!important
}

.b--u-bg-blue-800{
  background-color:var(--color-blue-800)!important
}

.b--u-border-blue-800{
  border-color:var(--color-blue-800)!important
}

.b--u-text-blue-900{
  color:var(--color-blue-900)!important
}

.b--u-bg-blue-900{
  background-color:var(--color-blue-900)!important
}

.b--u-border-blue-900{
  border-color:var(--color-blue-900)!important
}

.b--u-text-yellow-50{
  color:var(--color-yellow-50)!important
}

.b--u-bg-yellow-50{
  background-color:var(--color-yellow-50)!important
}

.b--u-border-yellow-50{
  border-color:var(--color-yellow-50)!important
}

.b--u-text-yellow-100{
  color:var(--color-yellow-100)!important
}

.b--u-bg-yellow-100{
  background-color:var(--color-yellow-100)!important
}

.b--u-border-yellow-100{
  border-color:var(--color-yellow-100)!important
}

.b--u-text-yellow-200{
  color:var(--color-yellow-200)!important
}

.b--u-bg-yellow-200{
  background-color:var(--color-yellow-200)!important
}

.b--u-border-yellow-200{
  border-color:var(--color-yellow-200)!important
}

.b--u-text-yellow-300{
  color:var(--color-yellow-300)!important
}

.b--u-bg-yellow-300{
  background-color:var(--color-yellow-300)!important
}

.b--u-border-yellow-300{
  border-color:var(--color-yellow-300)!important
}

.b--u-text-yellow-400{
  color:var(--color-yellow-400)!important
}

.b--u-bg-yellow-400{
  background-color:var(--color-yellow-400)!important
}

.b--u-border-yellow-400{
  border-color:var(--color-yellow-400)!important
}

.b--u-text-yellow-500{
  color:var(--color-yellow-500)!important
}

.b--u-bg-yellow-500{
  background-color:var(--color-yellow-500)!important
}

.b--u-border-yellow-500{
  border-color:var(--color-yellow-500)!important
}

.b--u-text-yellow-600{
  color:var(--color-yellow-600)!important
}

.b--u-bg-yellow-600{
  background-color:var(--color-yellow-600)!important
}

.b--u-border-yellow-600{
  border-color:var(--color-yellow-600)!important
}

.b--u-text-yellow-700{
  color:var(--color-yellow-700)!important
}

.b--u-bg-yellow-700{
  background-color:var(--color-yellow-700)!important
}

.b--u-border-yellow-700{
  border-color:var(--color-yellow-700)!important
}

.b--u-text-yellow-800{
  color:var(--color-yellow-800)!important
}

.b--u-bg-yellow-800{
  background-color:var(--color-yellow-800)!important
}

.b--u-border-yellow-800{
  border-color:var(--color-yellow-800)!important
}

.b--u-text-yellow-900{
  color:var(--color-yellow-900)!important
}

.b--u-bg-yellow-900{
  background-color:var(--color-yellow-900)!important
}

.b--u-border-yellow-900{
  border-color:var(--color-yellow-900)!important
}

.b--u-text-orange-50{
  color:var(--color-orange-50)!important
}

.b--u-bg-orange-50{
  background-color:var(--color-orange-50)!important
}

.b--u-border-orange-50{
  border-color:var(--color-orange-50)!important
}

.b--u-text-orange-100{
  color:var(--color-orange-100)!important
}

.b--u-bg-orange-100{
  background-color:var(--color-orange-100)!important
}

.b--u-border-orange-100{
  border-color:var(--color-orange-100)!important
}

.b--u-text-orange-200{
  color:var(--color-orange-200)!important
}

.b--u-bg-orange-200{
  background-color:var(--color-orange-200)!important
}

.b--u-border-orange-200{
  border-color:var(--color-orange-200)!important
}

.b--u-text-orange-300{
  color:var(--color-orange-300)!important
}

.b--u-bg-orange-300{
  background-color:var(--color-orange-300)!important
}

.b--u-border-orange-300{
  border-color:var(--color-orange-300)!important
}

.b--u-text-orange-400{
  color:var(--color-orange-400)!important
}

.b--u-bg-orange-400{
  background-color:var(--color-orange-400)!important
}

.b--u-border-orange-400{
  border-color:var(--color-orange-400)!important
}

.b--u-text-orange-500{
  color:var(--color-orange-500)!important
}

.b--u-bg-orange-500{
  background-color:var(--color-orange-500)!important
}

.b--u-border-orange-500{
  border-color:var(--color-orange-500)!important
}

.b--u-text-orange-600{
  color:var(--color-orange-600)!important
}

.b--u-bg-orange-600{
  background-color:var(--color-orange-600)!important
}

.b--u-border-orange-600{
  border-color:var(--color-orange-600)!important
}

.b--u-text-orange-700{
  color:var(--color-orange-700)!important
}

.b--u-bg-orange-700{
  background-color:var(--color-orange-700)!important
}

.b--u-border-orange-700{
  border-color:var(--color-orange-700)!important
}

.b--u-text-orange-800{
  color:var(--color-orange-800)!important
}

.b--u-bg-orange-800{
  background-color:var(--color-orange-800)!important
}

.b--u-border-orange-800{
  border-color:var(--color-orange-800)!important
}

.b--u-text-orange-900{
  color:var(--color-orange-900)!important
}

.b--u-bg-orange-900{
  background-color:var(--color-orange-900)!important
}

.b--u-border-orange-900{
  border-color:var(--color-orange-900)!important
}

.b--u-text-red-50{
  color:var(--color-red-50)!important
}

.b--u-bg-red-50{
  background-color:var(--color-red-50)!important
}

.b--u-border-red-50{
  border-color:var(--color-red-50)!important
}

.b--u-text-red-100{
  color:var(--color-red-100)!important
}

.b--u-bg-red-100{
  background-color:var(--color-red-100)!important
}

.b--u-border-red-100{
  border-color:var(--color-red-100)!important
}

.b--u-text-red-200{
  color:var(--color-red-200)!important
}

.b--u-bg-red-200{
  background-color:var(--color-red-200)!important
}

.b--u-border-red-200{
  border-color:var(--color-red-200)!important
}

.b--u-text-red-300{
  color:var(--color-red-300)!important
}

.b--u-bg-red-300{
  background-color:var(--color-red-300)!important
}

.b--u-border-red-300{
  border-color:var(--color-red-300)!important
}

.b--u-text-red-400{
  color:var(--color-red-400)!important
}

.b--u-bg-red-400{
  background-color:var(--color-red-400)!important
}

.b--u-border-red-400{
  border-color:var(--color-red-400)!important
}

.b--u-text-red-500{
  color:var(--color-red-500)!important
}

.b--u-bg-red-500{
  background-color:var(--color-red-500)!important
}

.b--u-border-red-500{
  border-color:var(--color-red-500)!important
}

.b--u-text-red-600{
  color:var(--color-red-600)!important
}

.b--u-bg-red-600{
  background-color:var(--color-red-600)!important
}

.b--u-border-red-600{
  border-color:var(--color-red-600)!important
}

.b--u-text-red-700{
  color:var(--color-red-700)!important
}

.b--u-bg-red-700{
  background-color:var(--color-red-700)!important
}

.b--u-border-red-700{
  border-color:var(--color-red-700)!important
}

.b--u-text-red-800{
  color:var(--color-red-800)!important
}

.b--u-bg-red-800{
  background-color:var(--color-red-800)!important
}

.b--u-border-red-800{
  border-color:var(--color-red-800)!important
}

.b--u-text-red-900{
  color:var(--color-red-900)!important
}

.b--u-bg-red-900{
  background-color:var(--color-red-900)!important
}

.b--u-border-red-900{
  border-color:var(--color-red-900)!important
}

.b--u-text-purple-50{
  color:var(--color-purple-50)!important
}

.b--u-bg-purple-50{
  background-color:var(--color-purple-50)!important
}

.b--u-border-purple-50{
  border-color:var(--color-purple-50)!important
}

.b--u-text-purple-100{
  color:var(--color-purple-100)!important
}

.b--u-bg-purple-100{
  background-color:var(--color-purple-100)!important
}

.b--u-border-purple-100{
  border-color:var(--color-purple-100)!important
}

.b--u-text-purple-200{
  color:var(--color-purple-200)!important
}

.b--u-bg-purple-200{
  background-color:var(--color-purple-200)!important
}

.b--u-border-purple-200{
  border-color:var(--color-purple-200)!important
}

.b--u-text-purple-300{
  color:var(--color-purple-300)!important
}

.b--u-bg-purple-300{
  background-color:var(--color-purple-300)!important
}

.b--u-border-purple-300{
  border-color:var(--color-purple-300)!important
}

.b--u-text-purple-400{
  color:var(--color-purple-400)!important
}

.b--u-bg-purple-400{
  background-color:var(--color-purple-400)!important
}

.b--u-border-purple-400{
  border-color:var(--color-purple-400)!important
}

.b--u-text-purple-500{
  color:var(--color-purple-500)!important
}

.b--u-bg-purple-500{
  background-color:var(--color-purple-500)!important
}

.b--u-border-purple-500{
  border-color:var(--color-purple-500)!important
}

.b--u-text-purple-600{
  color:var(--color-purple-600)!important
}

.b--u-bg-purple-600{
  background-color:var(--color-purple-600)!important
}

.b--u-border-purple-600{
  border-color:var(--color-purple-600)!important
}

.b--u-text-purple-700{
  color:var(--color-purple-700)!important
}

.b--u-bg-purple-700{
  background-color:var(--color-purple-700)!important
}

.b--u-border-purple-700{
  border-color:var(--color-purple-700)!important
}

.b--u-text-purple-800{
  color:var(--color-purple-800)!important
}

.b--u-bg-purple-800{
  background-color:var(--color-purple-800)!important
}

.b--u-border-purple-800{
  border-color:var(--color-purple-800)!important
}

.b--u-text-purple-900{
  color:var(--color-purple-900)!important
}

.b--u-bg-purple-900{
  background-color:var(--color-purple-900)!important
}

.b--u-border-purple-900{
  border-color:var(--color-purple-900)!important
}

.b--u-text-green-50{
  color:var(--color-green-50)!important
}

.b--u-bg-green-50{
  background-color:var(--color-green-50)!important
}

.b--u-border-green-50{
  border-color:var(--color-green-50)!important
}

.b--u-text-green-100{
  color:var(--color-green-100)!important
}

.b--u-bg-green-100{
  background-color:var(--color-green-100)!important
}

.b--u-border-green-100{
  border-color:var(--color-green-100)!important
}

.b--u-text-green-200{
  color:var(--color-green-200)!important
}

.b--u-bg-green-200{
  background-color:var(--color-green-200)!important
}

.b--u-border-green-200{
  border-color:var(--color-green-200)!important
}

.b--u-text-green-300{
  color:var(--color-green-300)!important
}

.b--u-bg-green-300{
  background-color:var(--color-green-300)!important
}

.b--u-border-green-300{
  border-color:var(--color-green-300)!important
}

.b--u-text-green-400{
  color:var(--color-green-400)!important
}

.b--u-bg-green-400{
  background-color:var(--color-green-400)!important
}

.b--u-border-green-400{
  border-color:var(--color-green-400)!important
}

.b--u-text-green-500{
  color:var(--color-green-500)!important
}

.b--u-bg-green-500{
  background-color:var(--color-green-500)!important
}

.b--u-border-green-500{
  border-color:var(--color-green-500)!important
}

.b--u-text-green-600{
  color:var(--color-green-600)!important
}

.b--u-bg-green-600{
  background-color:var(--color-green-600)!important
}

.b--u-border-green-600{
  border-color:var(--color-green-600)!important
}

.b--u-text-green-700{
  color:var(--color-green-700)!important
}

.b--u-bg-green-700{
  background-color:var(--color-green-700)!important
}

.b--u-border-green-700{
  border-color:var(--color-green-700)!important
}

.b--u-text-green-800{
  color:var(--color-green-800)!important
}

.b--u-bg-green-800{
  background-color:var(--color-green-800)!important
}

.b--u-border-green-800{
  border-color:var(--color-green-800)!important
}

.b--u-text-green-900{
  color:var(--color-green-900)!important
}

.b--u-bg-green-900{
  background-color:var(--color-green-900)!important
}

.b--u-border-green-900{
  border-color:var(--color-green-900)!important
}

.b--u-text-black-50{
  color:var(--color-black-50)!important
}

.b--u-bg-black-50{
  background-color:var(--color-black-50)!important
}

.b--u-border-black-50{
  border-color:var(--color-black-50)!important
}

.b--u-text-black-100{
  color:var(--color-black-100)!important
}

.b--u-bg-black-100{
  background-color:var(--color-black-100)!important
}

.b--u-border-black-100{
  border-color:var(--color-black-100)!important
}

.b--u-text-black-200{
  color:var(--color-black-200)!important
}

.b--u-bg-black-200{
  background-color:var(--color-black-200)!important
}

.b--u-border-black-200{
  border-color:var(--color-black-200)!important
}

.b--u-text-black-300{
  color:var(--color-black-300)!important
}

.b--u-bg-black-300{
  background-color:var(--color-black-300)!important
}

.b--u-border-black-300{
  border-color:var(--color-black-300)!important
}

.b--u-text-black-400{
  color:var(--color-black-400)!important
}

.b--u-bg-black-400{
  background-color:var(--color-black-400)!important
}

.b--u-border-black-400{
  border-color:var(--color-black-400)!important
}

.b--u-text-black-500{
  color:var(--color-black-500)!important
}

.b--u-bg-black-500{
  background-color:var(--color-black-500)!important
}

.b--u-border-black-500{
  border-color:var(--color-black-500)!important
}

.b--u-text-black-600{
  color:var(--color-black-600)!important
}

.b--u-bg-black-600{
  background-color:var(--color-black-600)!important
}

.b--u-border-black-600{
  border-color:var(--color-black-600)!important
}

.b--u-text-black-700{
  color:var(--color-black-700)!important
}

.b--u-bg-black-700{
  background-color:var(--color-black-700)!important
}

.b--u-border-black-700{
  border-color:var(--color-black-700)!important
}

.b--u-text-black-800{
  color:var(--color-black-800)!important
}

.b--u-bg-black-800{
  background-color:var(--color-black-800)!important
}

.b--u-border-black-800{
  border-color:var(--color-black-800)!important
}

.b--u-text-black-900{
  color:var(--color-black-900)!important
}

.b--u-bg-black-900{
  background-color:var(--color-black-900)!important
}

.b--u-border-black-900{
  border-color:var(--color-black-900)!important
}

.b--u-text-black-25{
  color:var(--color-black-25)!important
}

.b--u-bg-black-25{
  background-color:var(--color-black-25)!important
}

.b--u-border-black-25{
  border-color:var(--color-black-25)!important
}

.b--u-text-black-75{
  color:var(--color-black-75)!important
}

.b--u-bg-black-75{
  background-color:var(--color-black-75)!important
}

.b--u-border-black-75{
  border-color:var(--color-black-75)!important
}

.b--u-text-black-150{
  color:var(--color-black-150)!important
}

.b--u-bg-black-150{
  background-color:var(--color-black-150)!important
}

.b--u-border-black-150{
  border-color:var(--color-black-150)!important
}

.b--u-text-black-950{
  color:var(--color-black-950)!important
}

.b--u-bg-black-950{
  background-color:var(--color-black-950)!important
}

.b--u-border-black-950{
  border-color:var(--color-black-950)!important
}

.b--u-text-white{
  color:var(--color-white)!important
}

.b--u-bg-white{
  background-color:var(--color-white)!important
}

.b--u-border-white{
  border-color:var(--color-white)!important
}

.b--u-text-black{
  color:var(--color-black)!important
}

.b--u-bg-black{
  background-color:var(--color-black)!important
}

.b--u-border-black{
  border-color:var(--color-black)!important
}

.b--u-bg-transparent{
  background-color:transparent!important;
  background-image:none!important
}

.b--u-text-transparent{
  color:transparent!important
}

.b--u-border-transparent{
  border-color:transparent!important
}

.b--u-bg-current{
  background-color:currentColor!important
}

.b--u-text-current{
  color:currentColor!important
}

.b--u-border-current{
  border-color:currentColor!important
}

.b--hover\:u-text-blue-50:hover{
  color:var(--color-blue-50)!important
}

.b--hover\:u-bg-blue-50:hover{
  background-color:var(--color-blue-50)!important
}

.b--hover\:u-border-blue-50:hover{
  border-color:var(--color-blue-50)!important
}

.b--hover\:u-text-blue-100:hover{
  color:var(--color-blue-100)!important
}

.b--hover\:u-bg-blue-100:hover{
  background-color:var(--color-blue-100)!important
}

.b--hover\:u-border-blue-100:hover{
  border-color:var(--color-blue-100)!important
}

.b--hover\:u-text-blue-200:hover{
  color:var(--color-blue-200)!important
}

.b--hover\:u-bg-blue-200:hover{
  background-color:var(--color-blue-200)!important
}

.b--hover\:u-border-blue-200:hover{
  border-color:var(--color-blue-200)!important
}

.b--hover\:u-text-blue-300:hover{
  color:var(--color-blue-300)!important
}

.b--hover\:u-bg-blue-300:hover{
  background-color:var(--color-blue-300)!important
}

.b--hover\:u-border-blue-300:hover{
  border-color:var(--color-blue-300)!important
}

.b--hover\:u-text-blue-400:hover{
  color:var(--color-blue-400)!important
}

.b--hover\:u-bg-blue-400:hover{
  background-color:var(--color-blue-400)!important
}

.b--hover\:u-border-blue-400:hover{
  border-color:var(--color-blue-400)!important
}

.b--hover\:u-text-blue-500:hover{
  color:var(--color-blue-500)!important
}

.b--hover\:u-bg-blue-500:hover{
  background-color:var(--color-blue-500)!important
}

.b--hover\:u-border-blue-500:hover{
  border-color:var(--color-blue-500)!important
}

.b--hover\:u-text-blue-600:hover{
  color:var(--color-blue-600)!important
}

.b--hover\:u-bg-blue-600:hover{
  background-color:var(--color-blue-600)!important
}

.b--hover\:u-border-blue-600:hover{
  border-color:var(--color-blue-600)!important
}

.b--hover\:u-text-blue-700:hover{
  color:var(--color-blue-700)!important
}

.b--hover\:u-bg-blue-700:hover{
  background-color:var(--color-blue-700)!important
}

.b--hover\:u-border-blue-700:hover{
  border-color:var(--color-blue-700)!important
}

.b--hover\:u-text-blue-800:hover{
  color:var(--color-blue-800)!important
}

.b--hover\:u-bg-blue-800:hover{
  background-color:var(--color-blue-800)!important
}

.b--hover\:u-border-blue-800:hover{
  border-color:var(--color-blue-800)!important
}

.b--hover\:u-text-blue-900:hover{
  color:var(--color-blue-900)!important
}

.b--hover\:u-bg-blue-900:hover{
  background-color:var(--color-blue-900)!important
}

.b--hover\:u-border-blue-900:hover{
  border-color:var(--color-blue-900)!important
}

.b--hover\:u-text-yellow-50:hover{
  color:var(--color-yellow-50)!important
}

.b--hover\:u-bg-yellow-50:hover{
  background-color:var(--color-yellow-50)!important
}

.b--hover\:u-border-yellow-50:hover{
  border-color:var(--color-yellow-50)!important
}

.b--hover\:u-text-yellow-100:hover{
  color:var(--color-yellow-100)!important
}

.b--hover\:u-bg-yellow-100:hover{
  background-color:var(--color-yellow-100)!important
}

.b--hover\:u-border-yellow-100:hover{
  border-color:var(--color-yellow-100)!important
}

.b--hover\:u-text-yellow-200:hover{
  color:var(--color-yellow-200)!important
}

.b--hover\:u-bg-yellow-200:hover{
  background-color:var(--color-yellow-200)!important
}

.b--hover\:u-border-yellow-200:hover{
  border-color:var(--color-yellow-200)!important
}

.b--hover\:u-text-yellow-300:hover{
  color:var(--color-yellow-300)!important
}

.b--hover\:u-bg-yellow-300:hover{
  background-color:var(--color-yellow-300)!important
}

.b--hover\:u-border-yellow-300:hover{
  border-color:var(--color-yellow-300)!important
}

.b--hover\:u-text-yellow-400:hover{
  color:var(--color-yellow-400)!important
}

.b--hover\:u-bg-yellow-400:hover{
  background-color:var(--color-yellow-400)!important
}

.b--hover\:u-border-yellow-400:hover{
  border-color:var(--color-yellow-400)!important
}

.b--hover\:u-text-yellow-500:hover{
  color:var(--color-yellow-500)!important
}

.b--hover\:u-bg-yellow-500:hover{
  background-color:var(--color-yellow-500)!important
}

.b--hover\:u-border-yellow-500:hover{
  border-color:var(--color-yellow-500)!important
}

.b--hover\:u-text-yellow-600:hover{
  color:var(--color-yellow-600)!important
}

.b--hover\:u-bg-yellow-600:hover{
  background-color:var(--color-yellow-600)!important
}

.b--hover\:u-border-yellow-600:hover{
  border-color:var(--color-yellow-600)!important
}

.b--hover\:u-text-yellow-700:hover{
  color:var(--color-yellow-700)!important
}

.b--hover\:u-bg-yellow-700:hover{
  background-color:var(--color-yellow-700)!important
}

.b--hover\:u-border-yellow-700:hover{
  border-color:var(--color-yellow-700)!important
}

.b--hover\:u-text-yellow-800:hover{
  color:var(--color-yellow-800)!important
}

.b--hover\:u-bg-yellow-800:hover{
  background-color:var(--color-yellow-800)!important
}

.b--hover\:u-border-yellow-800:hover{
  border-color:var(--color-yellow-800)!important
}

.b--hover\:u-text-yellow-900:hover{
  color:var(--color-yellow-900)!important
}

.b--hover\:u-bg-yellow-900:hover{
  background-color:var(--color-yellow-900)!important
}

.b--hover\:u-border-yellow-900:hover{
  border-color:var(--color-yellow-900)!important
}

.b--hover\:u-text-orange-50:hover{
  color:var(--color-orange-50)!important
}

.b--hover\:u-bg-orange-50:hover{
  background-color:var(--color-orange-50)!important
}

.b--hover\:u-border-orange-50:hover{
  border-color:var(--color-orange-50)!important
}

.b--hover\:u-text-orange-100:hover{
  color:var(--color-orange-100)!important
}

.b--hover\:u-bg-orange-100:hover{
  background-color:var(--color-orange-100)!important
}

.b--hover\:u-border-orange-100:hover{
  border-color:var(--color-orange-100)!important
}

.b--hover\:u-text-orange-200:hover{
  color:var(--color-orange-200)!important
}

.b--hover\:u-bg-orange-200:hover{
  background-color:var(--color-orange-200)!important
}

.b--hover\:u-border-orange-200:hover{
  border-color:var(--color-orange-200)!important
}

.b--hover\:u-text-orange-300:hover{
  color:var(--color-orange-300)!important
}

.b--hover\:u-bg-orange-300:hover{
  background-color:var(--color-orange-300)!important
}

.b--hover\:u-border-orange-300:hover{
  border-color:var(--color-orange-300)!important
}

.b--hover\:u-text-orange-400:hover{
  color:var(--color-orange-400)!important
}

.b--hover\:u-bg-orange-400:hover{
  background-color:var(--color-orange-400)!important
}

.b--hover\:u-border-orange-400:hover{
  border-color:var(--color-orange-400)!important
}

.b--hover\:u-text-orange-500:hover{
  color:var(--color-orange-500)!important
}

.b--hover\:u-bg-orange-500:hover{
  background-color:var(--color-orange-500)!important
}

.b--hover\:u-border-orange-500:hover{
  border-color:var(--color-orange-500)!important
}

.b--hover\:u-text-orange-600:hover{
  color:var(--color-orange-600)!important
}

.b--hover\:u-bg-orange-600:hover{
  background-color:var(--color-orange-600)!important
}

.b--hover\:u-border-orange-600:hover{
  border-color:var(--color-orange-600)!important
}

.b--hover\:u-text-orange-700:hover{
  color:var(--color-orange-700)!important
}

.b--hover\:u-bg-orange-700:hover{
  background-color:var(--color-orange-700)!important
}

.b--hover\:u-border-orange-700:hover{
  border-color:var(--color-orange-700)!important
}

.b--hover\:u-text-orange-800:hover{
  color:var(--color-orange-800)!important
}

.b--hover\:u-bg-orange-800:hover{
  background-color:var(--color-orange-800)!important
}

.b--hover\:u-border-orange-800:hover{
  border-color:var(--color-orange-800)!important
}

.b--hover\:u-text-orange-900:hover{
  color:var(--color-orange-900)!important
}

.b--hover\:u-bg-orange-900:hover{
  background-color:var(--color-orange-900)!important
}

.b--hover\:u-border-orange-900:hover{
  border-color:var(--color-orange-900)!important
}

.b--hover\:u-text-red-50:hover{
  color:var(--color-red-50)!important
}

.b--hover\:u-bg-red-50:hover{
  background-color:var(--color-red-50)!important
}

.b--hover\:u-border-red-50:hover{
  border-color:var(--color-red-50)!important
}

.b--hover\:u-text-red-100:hover{
  color:var(--color-red-100)!important
}

.b--hover\:u-bg-red-100:hover{
  background-color:var(--color-red-100)!important
}

.b--hover\:u-border-red-100:hover{
  border-color:var(--color-red-100)!important
}

.b--hover\:u-text-red-200:hover{
  color:var(--color-red-200)!important
}

.b--hover\:u-bg-red-200:hover{
  background-color:var(--color-red-200)!important
}

.b--hover\:u-border-red-200:hover{
  border-color:var(--color-red-200)!important
}

.b--hover\:u-text-red-300:hover{
  color:var(--color-red-300)!important
}

.b--hover\:u-bg-red-300:hover{
  background-color:var(--color-red-300)!important
}

.b--hover\:u-border-red-300:hover{
  border-color:var(--color-red-300)!important
}

.b--hover\:u-text-red-400:hover{
  color:var(--color-red-400)!important
}

.b--hover\:u-bg-red-400:hover{
  background-color:var(--color-red-400)!important
}

.b--hover\:u-border-red-400:hover{
  border-color:var(--color-red-400)!important
}

.b--hover\:u-text-red-500:hover{
  color:var(--color-red-500)!important
}

.b--hover\:u-bg-red-500:hover{
  background-color:var(--color-red-500)!important
}

.b--hover\:u-border-red-500:hover{
  border-color:var(--color-red-500)!important
}

.b--hover\:u-text-red-600:hover{
  color:var(--color-red-600)!important
}

.b--hover\:u-bg-red-600:hover{
  background-color:var(--color-red-600)!important
}

.b--hover\:u-border-red-600:hover{
  border-color:var(--color-red-600)!important
}

.b--hover\:u-text-red-700:hover{
  color:var(--color-red-700)!important
}

.b--hover\:u-bg-red-700:hover{
  background-color:var(--color-red-700)!important
}

.b--hover\:u-border-red-700:hover{
  border-color:var(--color-red-700)!important
}

.b--hover\:u-text-red-800:hover{
  color:var(--color-red-800)!important
}

.b--hover\:u-bg-red-800:hover{
  background-color:var(--color-red-800)!important
}

.b--hover\:u-border-red-800:hover{
  border-color:var(--color-red-800)!important
}

.b--hover\:u-text-red-900:hover{
  color:var(--color-red-900)!important
}

.b--hover\:u-bg-red-900:hover{
  background-color:var(--color-red-900)!important
}

.b--hover\:u-border-red-900:hover{
  border-color:var(--color-red-900)!important
}

.b--hover\:u-text-purple-50:hover{
  color:var(--color-purple-50)!important
}

.b--hover\:u-bg-purple-50:hover{
  background-color:var(--color-purple-50)!important
}

.b--hover\:u-border-purple-50:hover{
  border-color:var(--color-purple-50)!important
}

.b--hover\:u-text-purple-100:hover{
  color:var(--color-purple-100)!important
}

.b--hover\:u-bg-purple-100:hover{
  background-color:var(--color-purple-100)!important
}

.b--hover\:u-border-purple-100:hover{
  border-color:var(--color-purple-100)!important
}

.b--hover\:u-text-purple-200:hover{
  color:var(--color-purple-200)!important
}

.b--hover\:u-bg-purple-200:hover{
  background-color:var(--color-purple-200)!important
}

.b--hover\:u-border-purple-200:hover{
  border-color:var(--color-purple-200)!important
}

.b--hover\:u-text-purple-300:hover{
  color:var(--color-purple-300)!important
}

.b--hover\:u-bg-purple-300:hover{
  background-color:var(--color-purple-300)!important
}

.b--hover\:u-border-purple-300:hover{
  border-color:var(--color-purple-300)!important
}

.b--hover\:u-text-purple-400:hover{
  color:var(--color-purple-400)!important
}

.b--hover\:u-bg-purple-400:hover{
  background-color:var(--color-purple-400)!important
}

.b--hover\:u-border-purple-400:hover{
  border-color:var(--color-purple-400)!important
}

.b--hover\:u-text-purple-500:hover{
  color:var(--color-purple-500)!important
}

.b--hover\:u-bg-purple-500:hover{
  background-color:var(--color-purple-500)!important
}

.b--hover\:u-border-purple-500:hover{
  border-color:var(--color-purple-500)!important
}

.b--hover\:u-text-purple-600:hover{
  color:var(--color-purple-600)!important
}

.b--hover\:u-bg-purple-600:hover{
  background-color:var(--color-purple-600)!important
}

.b--hover\:u-border-purple-600:hover{
  border-color:var(--color-purple-600)!important
}

.b--hover\:u-text-purple-700:hover{
  color:var(--color-purple-700)!important
}

.b--hover\:u-bg-purple-700:hover{
  background-color:var(--color-purple-700)!important
}

.b--hover\:u-border-purple-700:hover{
  border-color:var(--color-purple-700)!important
}

.b--hover\:u-text-purple-800:hover{
  color:var(--color-purple-800)!important
}

.b--hover\:u-bg-purple-800:hover{
  background-color:var(--color-purple-800)!important
}

.b--hover\:u-border-purple-800:hover{
  border-color:var(--color-purple-800)!important
}

.b--hover\:u-text-purple-900:hover{
  color:var(--color-purple-900)!important
}

.b--hover\:u-bg-purple-900:hover{
  background-color:var(--color-purple-900)!important
}

.b--hover\:u-border-purple-900:hover{
  border-color:var(--color-purple-900)!important
}

.b--hover\:u-text-green-50:hover{
  color:var(--color-green-50)!important
}

.b--hover\:u-bg-green-50:hover{
  background-color:var(--color-green-50)!important
}

.b--hover\:u-border-green-50:hover{
  border-color:var(--color-green-50)!important
}

.b--hover\:u-text-green-100:hover{
  color:var(--color-green-100)!important
}

.b--hover\:u-bg-green-100:hover{
  background-color:var(--color-green-100)!important
}

.b--hover\:u-border-green-100:hover{
  border-color:var(--color-green-100)!important
}

.b--hover\:u-text-green-200:hover{
  color:var(--color-green-200)!important
}

.b--hover\:u-bg-green-200:hover{
  background-color:var(--color-green-200)!important
}

.b--hover\:u-border-green-200:hover{
  border-color:var(--color-green-200)!important
}

.b--hover\:u-text-green-300:hover{
  color:var(--color-green-300)!important
}

.b--hover\:u-bg-green-300:hover{
  background-color:var(--color-green-300)!important
}

.b--hover\:u-border-green-300:hover{
  border-color:var(--color-green-300)!important
}

.b--hover\:u-text-green-400:hover{
  color:var(--color-green-400)!important
}

.b--hover\:u-bg-green-400:hover{
  background-color:var(--color-green-400)!important
}

.b--hover\:u-border-green-400:hover{
  border-color:var(--color-green-400)!important
}

.b--hover\:u-text-green-500:hover{
  color:var(--color-green-500)!important
}

.b--hover\:u-bg-green-500:hover{
  background-color:var(--color-green-500)!important
}

.b--hover\:u-border-green-500:hover{
  border-color:var(--color-green-500)!important
}

.b--hover\:u-text-green-600:hover{
  color:var(--color-green-600)!important
}

.b--hover\:u-bg-green-600:hover{
  background-color:var(--color-green-600)!important
}

.b--hover\:u-border-green-600:hover{
  border-color:var(--color-green-600)!important
}

.b--hover\:u-text-green-700:hover{
  color:var(--color-green-700)!important
}

.b--hover\:u-bg-green-700:hover{
  background-color:var(--color-green-700)!important
}

.b--hover\:u-border-green-700:hover{
  border-color:var(--color-green-700)!important
}

.b--hover\:u-text-green-800:hover{
  color:var(--color-green-800)!important
}

.b--hover\:u-bg-green-800:hover{
  background-color:var(--color-green-800)!important
}

.b--hover\:u-border-green-800:hover{
  border-color:var(--color-green-800)!important
}

.b--hover\:u-text-green-900:hover{
  color:var(--color-green-900)!important
}

.b--hover\:u-bg-green-900:hover{
  background-color:var(--color-green-900)!important
}

.b--hover\:u-border-green-900:hover{
  border-color:var(--color-green-900)!important
}

.b--hover\:u-text-black-50:hover{
  color:var(--color-black-50)!important
}

.b--hover\:u-bg-black-50:hover{
  background-color:var(--color-black-50)!important
}

.b--hover\:u-border-black-50:hover{
  border-color:var(--color-black-50)!important
}

.b--hover\:u-text-black-100:hover{
  color:var(--color-black-100)!important
}

.b--hover\:u-bg-black-100:hover{
  background-color:var(--color-black-100)!important
}

.b--hover\:u-border-black-100:hover{
  border-color:var(--color-black-100)!important
}

.b--hover\:u-text-black-200:hover{
  color:var(--color-black-200)!important
}

.b--hover\:u-bg-black-200:hover{
  background-color:var(--color-black-200)!important
}

.b--hover\:u-border-black-200:hover{
  border-color:var(--color-black-200)!important
}

.b--hover\:u-text-black-300:hover{
  color:var(--color-black-300)!important
}

.b--hover\:u-bg-black-300:hover{
  background-color:var(--color-black-300)!important
}

.b--hover\:u-border-black-300:hover{
  border-color:var(--color-black-300)!important
}

.b--hover\:u-text-black-400:hover{
  color:var(--color-black-400)!important
}

.b--hover\:u-bg-black-400:hover{
  background-color:var(--color-black-400)!important
}

.b--hover\:u-border-black-400:hover{
  border-color:var(--color-black-400)!important
}

.b--hover\:u-text-black-500:hover{
  color:var(--color-black-500)!important
}

.b--hover\:u-bg-black-500:hover{
  background-color:var(--color-black-500)!important
}

.b--hover\:u-border-black-500:hover{
  border-color:var(--color-black-500)!important
}

.b--hover\:u-text-black-600:hover{
  color:var(--color-black-600)!important
}

.b--hover\:u-bg-black-600:hover{
  background-color:var(--color-black-600)!important
}

.b--hover\:u-border-black-600:hover{
  border-color:var(--color-black-600)!important
}

.b--hover\:u-text-black-700:hover{
  color:var(--color-black-700)!important
}

.b--hover\:u-bg-black-700:hover{
  background-color:var(--color-black-700)!important
}

.b--hover\:u-border-black-700:hover{
  border-color:var(--color-black-700)!important
}

.b--hover\:u-text-black-800:hover{
  color:var(--color-black-800)!important
}

.b--hover\:u-bg-black-800:hover{
  background-color:var(--color-black-800)!important
}

.b--hover\:u-border-black-800:hover{
  border-color:var(--color-black-800)!important
}

.b--hover\:u-text-black-900:hover{
  color:var(--color-black-900)!important
}

.b--hover\:u-bg-black-900:hover{
  background-color:var(--color-black-900)!important
}

.b--hover\:u-border-black-900:hover{
  border-color:var(--color-black-900)!important
}

.b--hover\:u-text-black-25:hover{
  color:var(--color-black-25)!important
}

.b--hover\:u-bg-black-25:hover{
  background-color:var(--color-black-25)!important
}

.b--hover\:u-border-black-25:hover{
  border-color:var(--color-black-25)!important
}

.b--hover\:u-text-black-75:hover{
  color:var(--color-black-75)!important
}

.b--hover\:u-bg-black-75:hover{
  background-color:var(--color-black-75)!important
}

.b--hover\:u-border-black-75:hover{
  border-color:var(--color-black-75)!important
}

.b--hover\:u-text-black-150:hover{
  color:var(--color-black-150)!important
}

.b--hover\:u-bg-black-150:hover{
  background-color:var(--color-black-150)!important
}

.b--hover\:u-border-black-150:hover{
  border-color:var(--color-black-150)!important
}

.b--hover\:u-text-black-950:hover{
  color:var(--color-black-950)!important
}

.b--hover\:u-bg-black-950:hover{
  background-color:var(--color-black-950)!important
}

.b--hover\:u-border-black-950:hover{
  border-color:var(--color-black-950)!important
}

.b--hover\:u-text-white:hover{
  color:var(--color-white)!important
}

.b--hover\:u-bg-white:hover{
  background-color:var(--color-white)!important
}

.b--hover\:u-border-white:hover{
  border-color:var(--color-white)!important
}

.b--hover\:u-text-black:hover{
  color:var(--color-black)!important
}

.b--hover\:u-bg-black:hover{
  background-color:var(--color-black)!important
}

.b--hover\:u-border-black:hover{
  border-color:var(--color-black)!important
}

.b--hover\:u-bg-transparent:hover{
  background-color:transparent!important;
  background-image:none!important
}

.b--hover\:u-text-transparent:hover{
  color:transparent!important
}

.b--hover\:u-border-transparent:hover{
  border-color:transparent!important
}

.b--hover\:u-bg-current:hover{
  background-color:currentColor!important
}

.b--hover\:u-text-current:hover{
  color:currentColor!important
}

.b--hover\:u-border-current:hover{
  border-color:currentColor!important
}

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

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

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

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

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

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

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

.b--u-m-0\.25{
  margin:.125rem!important
}

.b--u-mt-0\.25{
  margin-top:.125rem!important
}

.b--u-mr-0\.25{
  margin-right:.125rem!important
}

.b--u-mb-0\.25{
  margin-bottom:.125rem!important
}

.b--u-ml-0\.25{
  margin-left:.125rem!important
}

.b--u-mx-0\.25{
  margin-left:.125rem!important;
  margin-right:.125rem!important
}

.b--u-my-0\.25{
  margin-top:.125rem!important;
  margin-bottom:.125rem!important
}

.b--u-mn-0\.25{
  margin:-.125rem!important
}

.b--u-mtn-0\.25{
  margin-top:-.125rem!important
}

.b--u-mrn-0\.25{
  margin-right:-.125rem!important
}

.b--u-mbn-0\.25{
  margin-bottom:-.125rem!important
}

.b--u-mln-0\.25{
  margin-left:-.125rem!important
}

.b--u-mxn-0\.25{
  margin-left:-.125rem!important;
  margin-right:-.125rem!important
}

.b--u-myn-0\.25{
  margin-top:-.125rem!important;
  margin-bottom:-.125rem!important
}

.b--u-p-0\.25{
  padding:.125rem!important
}

.b--u-pt-0\.25{
  padding-top:.125rem!important
}

.b--u-pr-0\.25{
  padding-right:.125rem!important
}

.b--u-pb-0\.25{
  padding-bottom:.125rem!important
}

.b--u-pl-0\.25{
  padding-left:.125rem!important
}

.b--u-px-0\.25{
  padding-left:.125rem!important;
  padding-right:.125rem!important
}

.b--u-py-0\.25{
  padding-top:.125rem!important;
  padding-bottom:.125rem!important
}

.b--u-m-0\.5{
  margin:.25rem!important
}

.b--u-mt-0\.5{
  margin-top:.25rem!important
}

.b--u-mr-0\.5{
  margin-right:.25rem!important
}

.b--u-mb-0\.5{
  margin-bottom:.25rem!important
}

.b--u-ml-0\.5{
  margin-left:.25rem!important
}

.b--u-mx-0\.5{
  margin-left:.25rem!important;
  margin-right:.25rem!important
}

.b--u-my-0\.5{
  margin-top:.25rem!important;
  margin-bottom:.25rem!important
}

.b--u-mn-0\.5{
  margin:-.25rem!important
}

.b--u-mtn-0\.5{
  margin-top:-.25rem!important
}

.b--u-mrn-0\.5{
  margin-right:-.25rem!important
}

.b--u-mbn-0\.5{
  margin-bottom:-.25rem!important
}

.b--u-mln-0\.5{
  margin-left:-.25rem!important
}

.b--u-mxn-0\.5{
  margin-left:-.25rem!important;
  margin-right:-.25rem!important
}

.b--u-myn-0\.5{
  margin-top:-.25rem!important;
  margin-bottom:-.25rem!important
}

.b--u-p-0\.5{
  padding:.25rem!important
}

.b--u-pt-0\.5{
  padding-top:.25rem!important
}

.b--u-pr-0\.5{
  padding-right:.25rem!important
}

.b--u-pb-0\.5{
  padding-bottom:.25rem!important
}

.b--u-pl-0\.5{
  padding-left:.25rem!important
}

.b--u-px-0\.5{
  padding-left:.25rem!important;
  padding-right:.25rem!important
}

.b--u-py-0\.5{
  padding-top:.25rem!important;
  padding-bottom:.25rem!important
}

.b--u-m-1{
  margin:.5rem!important
}

.b--u-mt-1{
  margin-top:.5rem!important
}

.b--u-mr-1{
  margin-right:.5rem!important
}

.b--u-mb-1{
  margin-bottom:.5rem!important
}

.b--u-ml-1{
  margin-left:.5rem!important
}

.b--u-mx-1{
  margin-left:.5rem!important;
  margin-right:.5rem!important
}

.b--u-my-1{
  margin-top:.5rem!important;
  margin-bottom:.5rem!important
}

.b--u-mn-1{
  margin:-.5rem!important
}

.b--u-mtn-1{
  margin-top:-.5rem!important
}

.b--u-mrn-1{
  margin-right:-.5rem!important
}

.b--u-mbn-1{
  margin-bottom:-.5rem!important
}

.b--u-mln-1{
  margin-left:-.5rem!important
}

.b--u-mxn-1{
  margin-left:-.5rem!important;
  margin-right:-.5rem!important
}

.b--u-myn-1{
  margin-top:-.5rem!important;
  margin-bottom:-.5rem!important
}

.b--u-p-1{
  padding:.5rem!important
}

.b--u-pt-1{
  padding-top:.5rem!important
}

.b--u-pr-1{
  padding-right:.5rem!important
}

.b--u-pb-1{
  padding-bottom:.5rem!important
}

.b--u-pl-1{
  padding-left:.5rem!important
}

.b--u-px-1{
  padding-left:.5rem!important;
  padding-right:.5rem!important
}

.b--u-py-1{
  padding-top:.5rem!important;
  padding-bottom:.5rem!important
}

.b--u-m-1\.5{
  margin:.75rem!important
}

.b--u-mt-1\.5{
  margin-top:.75rem!important
}

.b--u-mr-1\.5{
  margin-right:.75rem!important
}

.b--u-mb-1\.5{
  margin-bottom:.75rem!important
}

.b--u-ml-1\.5{
  margin-left:.75rem!important
}

.b--u-mx-1\.5{
  margin-left:.75rem!important;
  margin-right:.75rem!important
}

.b--u-my-1\.5{
  margin-top:.75rem!important;
  margin-bottom:.75rem!important
}

.b--u-mn-1\.5{
  margin:-.75rem!important
}

.b--u-mtn-1\.5{
  margin-top:-.75rem!important
}

.b--u-mrn-1\.5{
  margin-right:-.75rem!important
}

.b--u-mbn-1\.5{
  margin-bottom:-.75rem!important
}

.b--u-mln-1\.5{
  margin-left:-.75rem!important
}

.b--u-mxn-1\.5{
  margin-left:-.75rem!important;
  margin-right:-.75rem!important
}

.b--u-myn-1\.5{
  margin-top:-.75rem!important;
  margin-bottom:-.75rem!important
}

.b--u-p-1\.5{
  padding:.75rem!important
}

.b--u-pt-1\.5{
  padding-top:.75rem!important
}

.b--u-pr-1\.5{
  padding-right:.75rem!important
}

.b--u-pb-1\.5{
  padding-bottom:.75rem!important
}

.b--u-pl-1\.5{
  padding-left:.75rem!important
}

.b--u-px-1\.5{
  padding-left:.75rem!important;
  padding-right:.75rem!important
}

.b--u-py-1\.5{
  padding-top:.75rem!important;
  padding-bottom:.75rem!important
}

.b--u-m-2{
  margin:1rem!important
}

.b--u-mt-2{
  margin-top:1rem!important
}

.b--u-mr-2{
  margin-right:1rem!important
}

.b--u-mb-2{
  margin-bottom:1rem!important
}

.b--u-ml-2{
  margin-left:1rem!important
}

.b--u-mx-2{
  margin-left:1rem!important;
  margin-right:1rem!important
}

.b--u-my-2{
  margin-top:1rem!important;
  margin-bottom:1rem!important
}

.b--u-mn-2{
  margin:-1rem!important
}

.b--u-mtn-2{
  margin-top:-1rem!important
}

.b--u-mrn-2{
  margin-right:-1rem!important
}

.b--u-mbn-2{
  margin-bottom:-1rem!important
}

.b--u-mln-2{
  margin-left:-1rem!important
}

.b--u-mxn-2{
  margin-left:-1rem!important;
  margin-right:-1rem!important
}

.b--u-myn-2{
  margin-top:-1rem!important;
  margin-bottom:-1rem!important
}

.b--u-p-2{
  padding:1rem!important
}

.b--u-pt-2{
  padding-top:1rem!important
}

.b--u-pr-2{
  padding-right:1rem!important
}

.b--u-pb-2{
  padding-bottom:1rem!important
}

.b--u-pl-2{
  padding-left:1rem!important
}

.b--u-px-2{
  padding-left:1rem!important;
  padding-right:1rem!important
}

.b--u-py-2{
  padding-top:1rem!important;
  padding-bottom:1rem!important
}

.b--u-m-2\.5{
  margin:1.25rem!important
}

.b--u-mt-2\.5{
  margin-top:1.25rem!important
}

.b--u-mr-2\.5{
  margin-right:1.25rem!important
}

.b--u-mb-2\.5{
  margin-bottom:1.25rem!important
}

.b--u-ml-2\.5{
  margin-left:1.25rem!important
}

.b--u-mx-2\.5{
  margin-left:1.25rem!important;
  margin-right:1.25rem!important
}

.b--u-my-2\.5{
  margin-top:1.25rem!important;
  margin-bottom:1.25rem!important
}

.b--u-mn-2\.5{
  margin:-1.25rem!important
}

.b--u-mtn-2\.5{
  margin-top:-1.25rem!important
}

.b--u-mrn-2\.5{
  margin-right:-1.25rem!important
}

.b--u-mbn-2\.5{
  margin-bottom:-1.25rem!important
}

.b--u-mln-2\.5{
  margin-left:-1.25rem!important
}

.b--u-mxn-2\.5{
  margin-left:-1.25rem!important;
  margin-right:-1.25rem!important
}

.b--u-myn-2\.5{
  margin-top:-1.25rem!important;
  margin-bottom:-1.25rem!important
}

.b--u-p-2\.5{
  padding:1.25rem!important
}

.b--u-pt-2\.5{
  padding-top:1.25rem!important
}

.b--u-pr-2\.5{
  padding-right:1.25rem!important
}

.b--u-pb-2\.5{
  padding-bottom:1.25rem!important
}

.b--u-pl-2\.5{
  padding-left:1.25rem!important
}

.b--u-px-2\.5{
  padding-left:1.25rem!important;
  padding-right:1.25rem!important
}

.b--u-py-2\.5{
  padding-top:1.25rem!important;
  padding-bottom:1.25rem!important
}

.b--u-m-3{
  margin:1.5rem!important
}

.b--u-mt-3{
  margin-top:1.5rem!important
}

.b--u-mr-3{
  margin-right:1.5rem!important
}

.b--u-mb-3{
  margin-bottom:1.5rem!important
}

.b--u-ml-3{
  margin-left:1.5rem!important
}

.b--u-mx-3{
  margin-left:1.5rem!important;
  margin-right:1.5rem!important
}

.b--u-my-3{
  margin-top:1.5rem!important;
  margin-bottom:1.5rem!important
}

.b--u-mn-3{
  margin:-1.5rem!important
}

.b--u-mtn-3{
  margin-top:-1.5rem!important
}

.b--u-mrn-3{
  margin-right:-1.5rem!important
}

.b--u-mbn-3{
  margin-bottom:-1.5rem!important
}

.b--u-mln-3{
  margin-left:-1.5rem!important
}

.b--u-mxn-3{
  margin-left:-1.5rem!important;
  margin-right:-1.5rem!important
}

.b--u-myn-3{
  margin-top:-1.5rem!important;
  margin-bottom:-1.5rem!important
}

.b--u-p-3{
  padding:1.5rem!important
}

.b--u-pt-3{
  padding-top:1.5rem!important
}

.b--u-pr-3{
  padding-right:1.5rem!important
}

.b--u-pb-3{
  padding-bottom:1.5rem!important
}

.b--u-pl-3{
  padding-left:1.5rem!important
}

.b--u-px-3{
  padding-left:1.5rem!important;
  padding-right:1.5rem!important
}

.b--u-py-3{
  padding-top:1.5rem!important;
  padding-bottom:1.5rem!important
}

.b--u-m-4{
  margin:2rem!important
}

.b--u-mt-4{
  margin-top:2rem!important
}

.b--u-mr-4{
  margin-right:2rem!important
}

.b--u-mb-4{
  margin-bottom:2rem!important
}

.b--u-ml-4{
  margin-left:2rem!important
}

.b--u-mx-4{
  margin-left:2rem!important;
  margin-right:2rem!important
}

.b--u-my-4{
  margin-top:2rem!important;
  margin-bottom:2rem!important
}

.b--u-mn-4{
  margin:-2rem!important
}

.b--u-mtn-4{
  margin-top:-2rem!important
}

.b--u-mrn-4{
  margin-right:-2rem!important
}

.b--u-mbn-4{
  margin-bottom:-2rem!important
}

.b--u-mln-4{
  margin-left:-2rem!important
}

.b--u-mxn-4{
  margin-left:-2rem!important;
  margin-right:-2rem!important
}

.b--u-myn-4{
  margin-top:-2rem!important;
  margin-bottom:-2rem!important
}

.b--u-p-4{
  padding:2rem!important
}

.b--u-pt-4{
  padding-top:2rem!important
}

.b--u-pr-4{
  padding-right:2rem!important
}

.b--u-pb-4{
  padding-bottom:2rem!important
}

.b--u-pl-4{
  padding-left:2rem!important
}

.b--u-px-4{
  padding-left:2rem!important;
  padding-right:2rem!important
}

.b--u-py-4{
  padding-top:2rem!important;
  padding-bottom:2rem!important
}

.b--u-m-6{
  margin:3rem!important
}

.b--u-mt-6{
  margin-top:3rem!important
}

.b--u-mr-6{
  margin-right:3rem!important
}

.b--u-mb-6{
  margin-bottom:3rem!important
}

.b--u-ml-6{
  margin-left:3rem!important
}

.b--u-mx-6{
  margin-left:3rem!important;
  margin-right:3rem!important
}

.b--u-my-6{
  margin-top:3rem!important;
  margin-bottom:3rem!important
}

.b--u-mn-6{
  margin:-3rem!important
}

.b--u-mtn-6{
  margin-top:-3rem!important
}

.b--u-mrn-6{
  margin-right:-3rem!important
}

.b--u-mbn-6{
  margin-bottom:-3rem!important
}

.b--u-mln-6{
  margin-left:-3rem!important
}

.b--u-mxn-6{
  margin-left:-3rem!important;
  margin-right:-3rem!important
}

.b--u-myn-6{
  margin-top:-3rem!important;
  margin-bottom:-3rem!important
}

.b--u-p-6{
  padding:3rem!important
}

.b--u-pt-6{
  padding-top:3rem!important
}

.b--u-pr-6{
  padding-right:3rem!important
}

.b--u-pb-6{
  padding-bottom:3rem!important
}

.b--u-pl-6{
  padding-left:3rem!important
}

.b--u-px-6{
  padding-left:3rem!important;
  padding-right:3rem!important
}

.b--u-py-6{
  padding-top:3rem!important;
  padding-bottom:3rem!important
}

.b--u-m-8{
  margin:4rem!important
}

.b--u-mt-8{
  margin-top:4rem!important
}

.b--u-mr-8{
  margin-right:4rem!important
}

.b--u-mb-8{
  margin-bottom:4rem!important
}

.b--u-ml-8{
  margin-left:4rem!important
}

.b--u-mx-8{
  margin-left:4rem!important;
  margin-right:4rem!important
}

.b--u-my-8{
  margin-top:4rem!important;
  margin-bottom:4rem!important
}

.b--u-mn-8{
  margin:-4rem!important
}

.b--u-mtn-8{
  margin-top:-4rem!important
}

.b--u-mrn-8{
  margin-right:-4rem!important
}

.b--u-mbn-8{
  margin-bottom:-4rem!important
}

.b--u-mln-8{
  margin-left:-4rem!important
}

.b--u-mxn-8{
  margin-left:-4rem!important;
  margin-right:-4rem!important
}

.b--u-myn-8{
  margin-top:-4rem!important;
  margin-bottom:-4rem!important
}

.b--u-p-8{
  padding:4rem!important
}

.b--u-pt-8{
  padding-top:4rem!important
}

.b--u-pr-8{
  padding-right:4rem!important
}

.b--u-pb-8{
  padding-bottom:4rem!important
}

.b--u-pl-8{
  padding-left:4rem!important
}

.b--u-px-8{
  padding-left:4rem!important;
  padding-right:4rem!important
}

.b--u-py-8{
  padding-top:4rem!important;
  padding-bottom:4rem!important
}

.b--u-m-10{
  margin:5rem!important
}

.b--u-mt-10{
  margin-top:5rem!important
}

.b--u-mr-10{
  margin-right:5rem!important
}

.b--u-mb-10{
  margin-bottom:5rem!important
}

.b--u-ml-10{
  margin-left:5rem!important
}

.b--u-mx-10{
  margin-left:5rem!important;
  margin-right:5rem!important
}

.b--u-my-10{
  margin-top:5rem!important;
  margin-bottom:5rem!important
}

.b--u-mn-10{
  margin:-5rem!important
}

.b--u-mtn-10{
  margin-top:-5rem!important
}

.b--u-mrn-10{
  margin-right:-5rem!important
}

.b--u-mbn-10{
  margin-bottom:-5rem!important
}

.b--u-mln-10{
  margin-left:-5rem!important
}

.b--u-mxn-10{
  margin-left:-5rem!important;
  margin-right:-5rem!important
}

.b--u-myn-10{
  margin-top:-5rem!important;
  margin-bottom:-5rem!important
}

.b--u-p-10{
  padding:5rem!important
}

.b--u-pt-10{
  padding-top:5rem!important
}

.b--u-pr-10{
  padding-right:5rem!important
}

.b--u-pb-10{
  padding-bottom:5rem!important
}

.b--u-pl-10{
  padding-left:5rem!important
}

.b--u-px-10{
  padding-left:5rem!important;
  padding-right:5rem!important
}

.b--u-py-10{
  padding-top:5rem!important;
  padding-bottom:5rem!important
}

.b--u-m-12{
  margin:6rem!important
}

.b--u-mt-12{
  margin-top:6rem!important
}

.b--u-mr-12{
  margin-right:6rem!important
}

.b--u-mb-12{
  margin-bottom:6rem!important
}

.b--u-ml-12{
  margin-left:6rem!important
}

.b--u-mx-12{
  margin-left:6rem!important;
  margin-right:6rem!important
}

.b--u-my-12{
  margin-top:6rem!important;
  margin-bottom:6rem!important
}

.b--u-mn-12{
  margin:-6rem!important
}

.b--u-mtn-12{
  margin-top:-6rem!important
}

.b--u-mrn-12{
  margin-right:-6rem!important
}

.b--u-mbn-12{
  margin-bottom:-6rem!important
}

.b--u-mln-12{
  margin-left:-6rem!important
}

.b--u-mxn-12{
  margin-left:-6rem!important;
  margin-right:-6rem!important
}

.b--u-myn-12{
  margin-top:-6rem!important;
  margin-bottom:-6rem!important
}

.b--u-p-12{
  padding:6rem!important
}

.b--u-pt-12{
  padding-top:6rem!important
}

.b--u-pr-12{
  padding-right:6rem!important
}

.b--u-pb-12{
  padding-bottom:6rem!important
}

.b--u-pl-12{
  padding-left:6rem!important
}

.b--u-px-12{
  padding-left:6rem!important;
  padding-right:6rem!important
}

.b--u-py-12{
  padding-top:6rem!important;
  padding-bottom:6rem!important
}

.b--u-m-16{
  margin:8rem!important
}

.b--u-mt-16{
  margin-top:8rem!important
}

.b--u-mr-16{
  margin-right:8rem!important
}

.b--u-mb-16{
  margin-bottom:8rem!important
}

.b--u-ml-16{
  margin-left:8rem!important
}

.b--u-mx-16{
  margin-left:8rem!important;
  margin-right:8rem!important
}

.b--u-my-16{
  margin-top:8rem!important;
  margin-bottom:8rem!important
}

.b--u-mn-16{
  margin:-8rem!important
}

.b--u-mtn-16{
  margin-top:-8rem!important
}

.b--u-mrn-16{
  margin-right:-8rem!important
}

.b--u-mbn-16{
  margin-bottom:-8rem!important
}

.b--u-mln-16{
  margin-left:-8rem!important
}

.b--u-mxn-16{
  margin-left:-8rem!important;
  margin-right:-8rem!important
}

.b--u-myn-16{
  margin-top:-8rem!important;
  margin-bottom:-8rem!important
}

.b--u-p-16{
  padding:8rem!important
}

.b--u-pt-16{
  padding-top:8rem!important
}

.b--u-pr-16{
  padding-right:8rem!important
}

.b--u-pb-16{
  padding-bottom:8rem!important
}

.b--u-pl-16{
  padding-left:8rem!important
}

.b--u-px-16{
  padding-left:8rem!important;
  padding-right:8rem!important
}

.b--u-py-16{
  padding-top:8rem!important;
  padding-bottom:8rem!important
}

.b--u-m-20{
  margin:10rem!important
}

.b--u-mt-20{
  margin-top:10rem!important
}

.b--u-mr-20{
  margin-right:10rem!important
}

.b--u-mb-20{
  margin-bottom:10rem!important
}

.b--u-ml-20{
  margin-left:10rem!important
}

.b--u-mx-20{
  margin-left:10rem!important;
  margin-right:10rem!important
}

.b--u-my-20{
  margin-top:10rem!important;
  margin-bottom:10rem!important
}

.b--u-mn-20{
  margin:-10rem!important
}

.b--u-mtn-20{
  margin-top:-10rem!important
}

.b--u-mrn-20{
  margin-right:-10rem!important
}

.b--u-mbn-20{
  margin-bottom:-10rem!important
}

.b--u-mln-20{
  margin-left:-10rem!important
}

.b--u-mxn-20{
  margin-left:-10rem!important;
  margin-right:-10rem!important
}

.b--u-myn-20{
  margin-top:-10rem!important;
  margin-bottom:-10rem!important
}

.b--u-p-20{
  padding:10rem!important
}

.b--u-pt-20{
  padding-top:10rem!important
}

.b--u-pr-20{
  padding-right:10rem!important
}

.b--u-pb-20{
  padding-bottom:10rem!important
}

.b--u-pl-20{
  padding-left:10rem!important
}

.b--u-px-20{
  padding-left:10rem!important;
  padding-right:10rem!important
}

.b--u-py-20{
  padding-top:10rem!important;
  padding-bottom:10rem!important
}

.b--u-m-25{
  margin:12.5rem!important
}

.b--u-mt-25{
  margin-top:12.5rem!important
}

.b--u-mr-25{
  margin-right:12.5rem!important
}

.b--u-mb-25{
  margin-bottom:12.5rem!important
}

.b--u-ml-25{
  margin-left:12.5rem!important
}

.b--u-mx-25{
  margin-left:12.5rem!important;
  margin-right:12.5rem!important
}

.b--u-my-25{
  margin-top:12.5rem!important;
  margin-bottom:12.5rem!important
}

.b--u-mn-25{
  margin:-12.5rem!important
}

.b--u-mtn-25{
  margin-top:-12.5rem!important
}

.b--u-mrn-25{
  margin-right:-12.5rem!important
}

.b--u-mbn-25{
  margin-bottom:-12.5rem!important
}

.b--u-mln-25{
  margin-left:-12.5rem!important
}

.b--u-mxn-25{
  margin-left:-12.5rem!important;
  margin-right:-12.5rem!important
}

.b--u-myn-25{
  margin-top:-12.5rem!important;
  margin-bottom:-12.5rem!important
}

.b--u-p-25{
  padding:12.5rem!important
}

.b--u-pt-25{
  padding-top:12.5rem!important
}

.b--u-pr-25{
  padding-right:12.5rem!important
}

.b--u-pb-25{
  padding-bottom:12.5rem!important
}

.b--u-pl-25{
  padding-left:12.5rem!important
}

.b--u-px-25{
  padding-left:12.5rem!important;
  padding-right:12.5rem!important
}

.b--u-py-25{
  padding-top:12.5rem!important;
  padding-bottom:12.5rem!important
}

.b--u-m-30{
  margin:15rem!important
}

.b--u-mt-30{
  margin-top:15rem!important
}

.b--u-mr-30{
  margin-right:15rem!important
}

.b--u-mb-30{
  margin-bottom:15rem!important
}

.b--u-ml-30{
  margin-left:15rem!important
}

.b--u-mx-30{
  margin-left:15rem!important;
  margin-right:15rem!important
}

.b--u-my-30{
  margin-top:15rem!important;
  margin-bottom:15rem!important
}

.b--u-mn-30{
  margin:-15rem!important
}

.b--u-mtn-30{
  margin-top:-15rem!important
}

.b--u-mrn-30{
  margin-right:-15rem!important
}

.b--u-mbn-30{
  margin-bottom:-15rem!important
}

.b--u-mln-30{
  margin-left:-15rem!important
}

.b--u-mxn-30{
  margin-left:-15rem!important;
  margin-right:-15rem!important
}

.b--u-myn-30{
  margin-top:-15rem!important;
  margin-bottom:-15rem!important
}

.b--u-p-30{
  padding:15rem!important
}

.b--u-pt-30{
  padding-top:15rem!important
}

.b--u-pr-30{
  padding-right:15rem!important
}

.b--u-pb-30{
  padding-bottom:15rem!important
}

.b--u-pl-30{
  padding-left:15rem!important
}

.b--u-px-30{
  padding-left:15rem!important;
  padding-right:15rem!important
}

.b--u-py-30{
  padding-top:15rem!important;
  padding-bottom:15rem!important
}

@media (min-width: 36rem){
  .b--sm\:u-m-auto{
    margin:auto!important
  }

  .b--sm\:u-mt-auto{
    margin-top:auto!important
  }

  .b--sm\:u-mr-auto{
    margin-right:auto!important
  }

  .b--sm\:u-mb-auto{
    margin-bottom:auto!important
  }

  .b--sm\:u-ml-auto{
    margin-left:auto!important
  }

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

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

  .b--sm\:u-m-0\.25{
    margin:.125rem!important
  }

  .b--sm\:u-mt-0\.25{
    margin-top:.125rem!important
  }

  .b--sm\:u-mr-0\.25{
    margin-right:.125rem!important
  }

  .b--sm\:u-mb-0\.25{
    margin-bottom:.125rem!important
  }

  .b--sm\:u-ml-0\.25{
    margin-left:.125rem!important
  }

  .b--sm\:u-mx-0\.25{
    margin-left:.125rem!important;
    margin-right:.125rem!important
  }

  .b--sm\:u-my-0\.25{
    margin-top:.125rem!important;
    margin-bottom:.125rem!important
  }

  .b--sm\:u-mn-0\.25{
    margin:-.125rem!important
  }

  .b--sm\:u-mtn-0\.25{
    margin-top:-.125rem!important
  }

  .b--sm\:u-mrn-0\.25{
    margin-right:-.125rem!important
  }

  .b--sm\:u-mbn-0\.25{
    margin-bottom:-.125rem!important
  }

  .b--sm\:u-mln-0\.25{
    margin-left:-.125rem!important
  }

  .b--sm\:u-mxn-0\.25{
    margin-left:-.125rem!important;
    margin-right:-.125rem!important
  }

  .b--sm\:u-myn-0\.25{
    margin-top:-.125rem!important;
    margin-bottom:-.125rem!important
  }

  .b--sm\:u-p-0\.25{
    padding:.125rem!important
  }

  .b--sm\:u-pt-0\.25{
    padding-top:.125rem!important
  }

  .b--sm\:u-pr-0\.25{
    padding-right:.125rem!important
  }

  .b--sm\:u-pb-0\.25{
    padding-bottom:.125rem!important
  }

  .b--sm\:u-pl-0\.25{
    padding-left:.125rem!important
  }

  .b--sm\:u-px-0\.25{
    padding-left:.125rem!important;
    padding-right:.125rem!important
  }

  .b--sm\:u-py-0\.25{
    padding-top:.125rem!important;
    padding-bottom:.125rem!important
  }

  .b--sm\:u-m-0\.5{
    margin:.25rem!important
  }

  .b--sm\:u-mt-0\.5{
    margin-top:.25rem!important
  }

  .b--sm\:u-mr-0\.5{
    margin-right:.25rem!important
  }

  .b--sm\:u-mb-0\.5{
    margin-bottom:.25rem!important
  }

  .b--sm\:u-ml-0\.5{
    margin-left:.25rem!important
  }

  .b--sm\:u-mx-0\.5{
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }

  .b--sm\:u-my-0\.5{
    margin-top:.25rem!important;
    margin-bottom:.25rem!important
  }

  .b--sm\:u-mn-0\.5{
    margin:-.25rem!important
  }

  .b--sm\:u-mtn-0\.5{
    margin-top:-.25rem!important
  }

  .b--sm\:u-mrn-0\.5{
    margin-right:-.25rem!important
  }

  .b--sm\:u-mbn-0\.5{
    margin-bottom:-.25rem!important
  }

  .b--sm\:u-mln-0\.5{
    margin-left:-.25rem!important
  }

  .b--sm\:u-mxn-0\.5{
    margin-left:-.25rem!important;
    margin-right:-.25rem!important
  }

  .b--sm\:u-myn-0\.5{
    margin-top:-.25rem!important;
    margin-bottom:-.25rem!important
  }

  .b--sm\:u-p-0\.5{
    padding:.25rem!important
  }

  .b--sm\:u-pt-0\.5{
    padding-top:.25rem!important
  }

  .b--sm\:u-pr-0\.5{
    padding-right:.25rem!important
  }

  .b--sm\:u-pb-0\.5{
    padding-bottom:.25rem!important
  }

  .b--sm\:u-pl-0\.5{
    padding-left:.25rem!important
  }

  .b--sm\:u-px-0\.5{
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }

  .b--sm\:u-py-0\.5{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
  }

  .b--sm\:u-m-1{
    margin:.5rem!important
  }

  .b--sm\:u-mt-1{
    margin-top:.5rem!important
  }

  .b--sm\:u-mr-1{
    margin-right:.5rem!important
  }

  .b--sm\:u-mb-1{
    margin-bottom:.5rem!important
  }

  .b--sm\:u-ml-1{
    margin-left:.5rem!important
  }

  .b--sm\:u-mx-1{
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }

  .b--sm\:u-my-1{
    margin-top:.5rem!important;
    margin-bottom:.5rem!important
  }

  .b--sm\:u-mn-1{
    margin:-.5rem!important
  }

  .b--sm\:u-mtn-1{
    margin-top:-.5rem!important
  }

  .b--sm\:u-mrn-1{
    margin-right:-.5rem!important
  }

  .b--sm\:u-mbn-1{
    margin-bottom:-.5rem!important
  }

  .b--sm\:u-mln-1{
    margin-left:-.5rem!important
  }

  .b--sm\:u-mxn-1{
    margin-left:-.5rem!important;
    margin-right:-.5rem!important
  }

  .b--sm\:u-myn-1{
    margin-top:-.5rem!important;
    margin-bottom:-.5rem!important
  }

  .b--sm\:u-p-1{
    padding:.5rem!important
  }

  .b--sm\:u-pt-1{
    padding-top:.5rem!important
  }

  .b--sm\:u-pr-1{
    padding-right:.5rem!important
  }

  .b--sm\:u-pb-1{
    padding-bottom:.5rem!important
  }

  .b--sm\:u-pl-1{
    padding-left:.5rem!important
  }

  .b--sm\:u-px-1{
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }

  .b--sm\:u-py-1{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
  }

  .b--sm\:u-m-1\.5{
    margin:.75rem!important
  }

  .b--sm\:u-mt-1\.5{
    margin-top:.75rem!important
  }

  .b--sm\:u-mr-1\.5{
    margin-right:.75rem!important
  }

  .b--sm\:u-mb-1\.5{
    margin-bottom:.75rem!important
  }

  .b--sm\:u-ml-1\.5{
    margin-left:.75rem!important
  }

  .b--sm\:u-mx-1\.5{
    margin-left:.75rem!important;
    margin-right:.75rem!important
  }

  .b--sm\:u-my-1\.5{
    margin-top:.75rem!important;
    margin-bottom:.75rem!important
  }

  .b--sm\:u-mn-1\.5{
    margin:-.75rem!important
  }

  .b--sm\:u-mtn-1\.5{
    margin-top:-.75rem!important
  }

  .b--sm\:u-mrn-1\.5{
    margin-right:-.75rem!important
  }

  .b--sm\:u-mbn-1\.5{
    margin-bottom:-.75rem!important
  }

  .b--sm\:u-mln-1\.5{
    margin-left:-.75rem!important
  }

  .b--sm\:u-mxn-1\.5{
    margin-left:-.75rem!important;
    margin-right:-.75rem!important
  }

  .b--sm\:u-myn-1\.5{
    margin-top:-.75rem!important;
    margin-bottom:-.75rem!important
  }

  .b--sm\:u-p-1\.5{
    padding:.75rem!important
  }

  .b--sm\:u-pt-1\.5{
    padding-top:.75rem!important
  }

  .b--sm\:u-pr-1\.5{
    padding-right:.75rem!important
  }

  .b--sm\:u-pb-1\.5{
    padding-bottom:.75rem!important
  }

  .b--sm\:u-pl-1\.5{
    padding-left:.75rem!important
  }

  .b--sm\:u-px-1\.5{
    padding-left:.75rem!important;
    padding-right:.75rem!important
  }

  .b--sm\:u-py-1\.5{
    padding-top:.75rem!important;
    padding-bottom:.75rem!important
  }

  .b--sm\:u-m-2{
    margin:1rem!important
  }

  .b--sm\:u-mt-2{
    margin-top:1rem!important
  }

  .b--sm\:u-mr-2{
    margin-right:1rem!important
  }

  .b--sm\:u-mb-2{
    margin-bottom:1rem!important
  }

  .b--sm\:u-ml-2{
    margin-left:1rem!important
  }

  .b--sm\:u-mx-2{
    margin-left:1rem!important;
    margin-right:1rem!important
  }

  .b--sm\:u-my-2{
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }

  .b--sm\:u-mn-2{
    margin:-1rem!important
  }

  .b--sm\:u-mtn-2{
    margin-top:-1rem!important
  }

  .b--sm\:u-mrn-2{
    margin-right:-1rem!important
  }

  .b--sm\:u-mbn-2{
    margin-bottom:-1rem!important
  }

  .b--sm\:u-mln-2{
    margin-left:-1rem!important
  }

  .b--sm\:u-mxn-2{
    margin-left:-1rem!important;
    margin-right:-1rem!important
  }

  .b--sm\:u-myn-2{
    margin-top:-1rem!important;
    margin-bottom:-1rem!important
  }

  .b--sm\:u-p-2{
    padding:1rem!important
  }

  .b--sm\:u-pt-2{
    padding-top:1rem!important
  }

  .b--sm\:u-pr-2{
    padding-right:1rem!important
  }

  .b--sm\:u-pb-2{
    padding-bottom:1rem!important
  }

  .b--sm\:u-pl-2{
    padding-left:1rem!important
  }

  .b--sm\:u-px-2{
    padding-left:1rem!important;
    padding-right:1rem!important
  }

  .b--sm\:u-py-2{
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }

  .b--sm\:u-m-2\.5{
    margin:1.25rem!important
  }

  .b--sm\:u-mt-2\.5{
    margin-top:1.25rem!important
  }

  .b--sm\:u-mr-2\.5{
    margin-right:1.25rem!important
  }

  .b--sm\:u-mb-2\.5{
    margin-bottom:1.25rem!important
  }

  .b--sm\:u-ml-2\.5{
    margin-left:1.25rem!important
  }

  .b--sm\:u-mx-2\.5{
    margin-left:1.25rem!important;
    margin-right:1.25rem!important
  }

  .b--sm\:u-my-2\.5{
    margin-top:1.25rem!important;
    margin-bottom:1.25rem!important
  }

  .b--sm\:u-mn-2\.5{
    margin:-1.25rem!important
  }

  .b--sm\:u-mtn-2\.5{
    margin-top:-1.25rem!important
  }

  .b--sm\:u-mrn-2\.5{
    margin-right:-1.25rem!important
  }

  .b--sm\:u-mbn-2\.5{
    margin-bottom:-1.25rem!important
  }

  .b--sm\:u-mln-2\.5{
    margin-left:-1.25rem!important
  }

  .b--sm\:u-mxn-2\.5{
    margin-left:-1.25rem!important;
    margin-right:-1.25rem!important
  }

  .b--sm\:u-myn-2\.5{
    margin-top:-1.25rem!important;
    margin-bottom:-1.25rem!important
  }

  .b--sm\:u-p-2\.5{
    padding:1.25rem!important
  }

  .b--sm\:u-pt-2\.5{
    padding-top:1.25rem!important
  }

  .b--sm\:u-pr-2\.5{
    padding-right:1.25rem!important
  }

  .b--sm\:u-pb-2\.5{
    padding-bottom:1.25rem!important
  }

  .b--sm\:u-pl-2\.5{
    padding-left:1.25rem!important
  }

  .b--sm\:u-px-2\.5{
    padding-left:1.25rem!important;
    padding-right:1.25rem!important
  }

  .b--sm\:u-py-2\.5{
    padding-top:1.25rem!important;
    padding-bottom:1.25rem!important
  }

  .b--sm\:u-m-3{
    margin:1.5rem!important
  }

  .b--sm\:u-mt-3{
    margin-top:1.5rem!important
  }

  .b--sm\:u-mr-3{
    margin-right:1.5rem!important
  }

  .b--sm\:u-mb-3{
    margin-bottom:1.5rem!important
  }

  .b--sm\:u-ml-3{
    margin-left:1.5rem!important
  }

  .b--sm\:u-mx-3{
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }

  .b--sm\:u-my-3{
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }

  .b--sm\:u-mn-3{
    margin:-1.5rem!important
  }

  .b--sm\:u-mtn-3{
    margin-top:-1.5rem!important
  }

  .b--sm\:u-mrn-3{
    margin-right:-1.5rem!important
  }

  .b--sm\:u-mbn-3{
    margin-bottom:-1.5rem!important
  }

  .b--sm\:u-mln-3{
    margin-left:-1.5rem!important
  }

  .b--sm\:u-mxn-3{
    margin-left:-1.5rem!important;
    margin-right:-1.5rem!important
  }

  .b--sm\:u-myn-3{
    margin-top:-1.5rem!important;
    margin-bottom:-1.5rem!important
  }

  .b--sm\:u-p-3{
    padding:1.5rem!important
  }

  .b--sm\:u-pt-3{
    padding-top:1.5rem!important
  }

  .b--sm\:u-pr-3{
    padding-right:1.5rem!important
  }

  .b--sm\:u-pb-3{
    padding-bottom:1.5rem!important
  }

  .b--sm\:u-pl-3{
    padding-left:1.5rem!important
  }

  .b--sm\:u-px-3{
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }

  .b--sm\:u-py-3{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }

  .b--sm\:u-m-4{
    margin:2rem!important
  }

  .b--sm\:u-mt-4{
    margin-top:2rem!important
  }

  .b--sm\:u-mr-4{
    margin-right:2rem!important
  }

  .b--sm\:u-mb-4{
    margin-bottom:2rem!important
  }

  .b--sm\:u-ml-4{
    margin-left:2rem!important
  }

  .b--sm\:u-mx-4{
    margin-left:2rem!important;
    margin-right:2rem!important
  }

  .b--sm\:u-my-4{
    margin-top:2rem!important;
    margin-bottom:2rem!important
  }

  .b--sm\:u-mn-4{
    margin:-2rem!important
  }

  .b--sm\:u-mtn-4{
    margin-top:-2rem!important
  }

  .b--sm\:u-mrn-4{
    margin-right:-2rem!important
  }

  .b--sm\:u-mbn-4{
    margin-bottom:-2rem!important
  }

  .b--sm\:u-mln-4{
    margin-left:-2rem!important
  }

  .b--sm\:u-mxn-4{
    margin-left:-2rem!important;
    margin-right:-2rem!important
  }

  .b--sm\:u-myn-4{
    margin-top:-2rem!important;
    margin-bottom:-2rem!important
  }

  .b--sm\:u-p-4{
    padding:2rem!important
  }

  .b--sm\:u-pt-4{
    padding-top:2rem!important
  }

  .b--sm\:u-pr-4{
    padding-right:2rem!important
  }

  .b--sm\:u-pb-4{
    padding-bottom:2rem!important
  }

  .b--sm\:u-pl-4{
    padding-left:2rem!important
  }

  .b--sm\:u-px-4{
    padding-left:2rem!important;
    padding-right:2rem!important
  }

  .b--sm\:u-py-4{
    padding-top:2rem!important;
    padding-bottom:2rem!important
  }

  .b--sm\:u-m-6{
    margin:3rem!important
  }

  .b--sm\:u-mt-6{
    margin-top:3rem!important
  }

  .b--sm\:u-mr-6{
    margin-right:3rem!important
  }

  .b--sm\:u-mb-6{
    margin-bottom:3rem!important
  }

  .b--sm\:u-ml-6{
    margin-left:3rem!important
  }

  .b--sm\:u-mx-6{
    margin-left:3rem!important;
    margin-right:3rem!important
  }

  .b--sm\:u-my-6{
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }

  .b--sm\:u-mn-6{
    margin:-3rem!important
  }

  .b--sm\:u-mtn-6{
    margin-top:-3rem!important
  }

  .b--sm\:u-mrn-6{
    margin-right:-3rem!important
  }

  .b--sm\:u-mbn-6{
    margin-bottom:-3rem!important
  }

  .b--sm\:u-mln-6{
    margin-left:-3rem!important
  }

  .b--sm\:u-mxn-6{
    margin-left:-3rem!important;
    margin-right:-3rem!important
  }

  .b--sm\:u-myn-6{
    margin-top:-3rem!important;
    margin-bottom:-3rem!important
  }

  .b--sm\:u-p-6{
    padding:3rem!important
  }

  .b--sm\:u-pt-6{
    padding-top:3rem!important
  }

  .b--sm\:u-pr-6{
    padding-right:3rem!important
  }

  .b--sm\:u-pb-6{
    padding-bottom:3rem!important
  }

  .b--sm\:u-pl-6{
    padding-left:3rem!important
  }

  .b--sm\:u-px-6{
    padding-left:3rem!important;
    padding-right:3rem!important
  }

  .b--sm\:u-py-6{
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }

  .b--sm\:u-m-8{
    margin:4rem!important
  }

  .b--sm\:u-mt-8{
    margin-top:4rem!important
  }

  .b--sm\:u-mr-8{
    margin-right:4rem!important
  }

  .b--sm\:u-mb-8{
    margin-bottom:4rem!important
  }

  .b--sm\:u-ml-8{
    margin-left:4rem!important
  }

  .b--sm\:u-mx-8{
    margin-left:4rem!important;
    margin-right:4rem!important
  }

  .b--sm\:u-my-8{
    margin-top:4rem!important;
    margin-bottom:4rem!important
  }

  .b--sm\:u-mn-8{
    margin:-4rem!important
  }

  .b--sm\:u-mtn-8{
    margin-top:-4rem!important
  }

  .b--sm\:u-mrn-8{
    margin-right:-4rem!important
  }

  .b--sm\:u-mbn-8{
    margin-bottom:-4rem!important
  }

  .b--sm\:u-mln-8{
    margin-left:-4rem!important
  }

  .b--sm\:u-mxn-8{
    margin-left:-4rem!important;
    margin-right:-4rem!important
  }

  .b--sm\:u-myn-8{
    margin-top:-4rem!important;
    margin-bottom:-4rem!important
  }

  .b--sm\:u-p-8{
    padding:4rem!important
  }

  .b--sm\:u-pt-8{
    padding-top:4rem!important
  }

  .b--sm\:u-pr-8{
    padding-right:4rem!important
  }

  .b--sm\:u-pb-8{
    padding-bottom:4rem!important
  }

  .b--sm\:u-pl-8{
    padding-left:4rem!important
  }

  .b--sm\:u-px-8{
    padding-left:4rem!important;
    padding-right:4rem!important
  }

  .b--sm\:u-py-8{
    padding-top:4rem!important;
    padding-bottom:4rem!important
  }

  .b--sm\:u-m-10{
    margin:5rem!important
  }

  .b--sm\:u-mt-10{
    margin-top:5rem!important
  }

  .b--sm\:u-mr-10{
    margin-right:5rem!important
  }

  .b--sm\:u-mb-10{
    margin-bottom:5rem!important
  }

  .b--sm\:u-ml-10{
    margin-left:5rem!important
  }

  .b--sm\:u-mx-10{
    margin-left:5rem!important;
    margin-right:5rem!important
  }

  .b--sm\:u-my-10{
    margin-top:5rem!important;
    margin-bottom:5rem!important
  }

  .b--sm\:u-mn-10{
    margin:-5rem!important
  }

  .b--sm\:u-mtn-10{
    margin-top:-5rem!important
  }

  .b--sm\:u-mrn-10{
    margin-right:-5rem!important
  }

  .b--sm\:u-mbn-10{
    margin-bottom:-5rem!important
  }

  .b--sm\:u-mln-10{
    margin-left:-5rem!important
  }

  .b--sm\:u-mxn-10{
    margin-left:-5rem!important;
    margin-right:-5rem!important
  }

  .b--sm\:u-myn-10{
    margin-top:-5rem!important;
    margin-bottom:-5rem!important
  }

  .b--sm\:u-p-10{
    padding:5rem!important
  }

  .b--sm\:u-pt-10{
    padding-top:5rem!important
  }

  .b--sm\:u-pr-10{
    padding-right:5rem!important
  }

  .b--sm\:u-pb-10{
    padding-bottom:5rem!important
  }

  .b--sm\:u-pl-10{
    padding-left:5rem!important
  }

  .b--sm\:u-px-10{
    padding-left:5rem!important;
    padding-right:5rem!important
  }

  .b--sm\:u-py-10{
    padding-top:5rem!important;
    padding-bottom:5rem!important
  }

  .b--sm\:u-m-12{
    margin:6rem!important
  }

  .b--sm\:u-mt-12{
    margin-top:6rem!important
  }

  .b--sm\:u-mr-12{
    margin-right:6rem!important
  }

  .b--sm\:u-mb-12{
    margin-bottom:6rem!important
  }

  .b--sm\:u-ml-12{
    margin-left:6rem!important
  }

  .b--sm\:u-mx-12{
    margin-left:6rem!important;
    margin-right:6rem!important
  }

  .b--sm\:u-my-12{
    margin-top:6rem!important;
    margin-bottom:6rem!important
  }

  .b--sm\:u-mn-12{
    margin:-6rem!important
  }

  .b--sm\:u-mtn-12{
    margin-top:-6rem!important
  }

  .b--sm\:u-mrn-12{
    margin-right:-6rem!important
  }

  .b--sm\:u-mbn-12{
    margin-bottom:-6rem!important
  }

  .b--sm\:u-mln-12{
    margin-left:-6rem!important
  }

  .b--sm\:u-mxn-12{
    margin-left:-6rem!important;
    margin-right:-6rem!important
  }

  .b--sm\:u-myn-12{
    margin-top:-6rem!important;
    margin-bottom:-6rem!important
  }

  .b--sm\:u-p-12{
    padding:6rem!important
  }

  .b--sm\:u-pt-12{
    padding-top:6rem!important
  }

  .b--sm\:u-pr-12{
    padding-right:6rem!important
  }

  .b--sm\:u-pb-12{
    padding-bottom:6rem!important
  }

  .b--sm\:u-pl-12{
    padding-left:6rem!important
  }

  .b--sm\:u-px-12{
    padding-left:6rem!important;
    padding-right:6rem!important
  }

  .b--sm\:u-py-12{
    padding-top:6rem!important;
    padding-bottom:6rem!important
  }

  .b--sm\:u-m-16{
    margin:8rem!important
  }

  .b--sm\:u-mt-16{
    margin-top:8rem!important
  }

  .b--sm\:u-mr-16{
    margin-right:8rem!important
  }

  .b--sm\:u-mb-16{
    margin-bottom:8rem!important
  }

  .b--sm\:u-ml-16{
    margin-left:8rem!important
  }

  .b--sm\:u-mx-16{
    margin-left:8rem!important;
    margin-right:8rem!important
  }

  .b--sm\:u-my-16{
    margin-top:8rem!important;
    margin-bottom:8rem!important
  }

  .b--sm\:u-mn-16{
    margin:-8rem!important
  }

  .b--sm\:u-mtn-16{
    margin-top:-8rem!important
  }

  .b--sm\:u-mrn-16{
    margin-right:-8rem!important
  }

  .b--sm\:u-mbn-16{
    margin-bottom:-8rem!important
  }

  .b--sm\:u-mln-16{
    margin-left:-8rem!important
  }

  .b--sm\:u-mxn-16{
    margin-left:-8rem!important;
    margin-right:-8rem!important
  }

  .b--sm\:u-myn-16{
    margin-top:-8rem!important;
    margin-bottom:-8rem!important
  }

  .b--sm\:u-p-16{
    padding:8rem!important
  }

  .b--sm\:u-pt-16{
    padding-top:8rem!important
  }

  .b--sm\:u-pr-16{
    padding-right:8rem!important
  }

  .b--sm\:u-pb-16{
    padding-bottom:8rem!important
  }

  .b--sm\:u-pl-16{
    padding-left:8rem!important
  }

  .b--sm\:u-px-16{
    padding-left:8rem!important;
    padding-right:8rem!important
  }

  .b--sm\:u-py-16{
    padding-top:8rem!important;
    padding-bottom:8rem!important
  }

  .b--sm\:u-m-20{
    margin:10rem!important
  }

  .b--sm\:u-mt-20{
    margin-top:10rem!important
  }

  .b--sm\:u-mr-20{
    margin-right:10rem!important
  }

  .b--sm\:u-mb-20{
    margin-bottom:10rem!important
  }

  .b--sm\:u-ml-20{
    margin-left:10rem!important
  }

  .b--sm\:u-mx-20{
    margin-left:10rem!important;
    margin-right:10rem!important
  }

  .b--sm\:u-my-20{
    margin-top:10rem!important;
    margin-bottom:10rem!important
  }

  .b--sm\:u-mn-20{
    margin:-10rem!important
  }

  .b--sm\:u-mtn-20{
    margin-top:-10rem!important
  }

  .b--sm\:u-mrn-20{
    margin-right:-10rem!important
  }

  .b--sm\:u-mbn-20{
    margin-bottom:-10rem!important
  }

  .b--sm\:u-mln-20{
    margin-left:-10rem!important
  }

  .b--sm\:u-mxn-20{
    margin-left:-10rem!important;
    margin-right:-10rem!important
  }

  .b--sm\:u-myn-20{
    margin-top:-10rem!important;
    margin-bottom:-10rem!important
  }

  .b--sm\:u-p-20{
    padding:10rem!important
  }

  .b--sm\:u-pt-20{
    padding-top:10rem!important
  }

  .b--sm\:u-pr-20{
    padding-right:10rem!important
  }

  .b--sm\:u-pb-20{
    padding-bottom:10rem!important
  }

  .b--sm\:u-pl-20{
    padding-left:10rem!important
  }

  .b--sm\:u-px-20{
    padding-left:10rem!important;
    padding-right:10rem!important
  }

  .b--sm\:u-py-20{
    padding-top:10rem!important;
    padding-bottom:10rem!important
  }

  .b--sm\:u-m-25{
    margin:12.5rem!important
  }

  .b--sm\:u-mt-25{
    margin-top:12.5rem!important
  }

  .b--sm\:u-mr-25{
    margin-right:12.5rem!important
  }

  .b--sm\:u-mb-25{
    margin-bottom:12.5rem!important
  }

  .b--sm\:u-ml-25{
    margin-left:12.5rem!important
  }

  .b--sm\:u-mx-25{
    margin-left:12.5rem!important;
    margin-right:12.5rem!important
  }

  .b--sm\:u-my-25{
    margin-top:12.5rem!important;
    margin-bottom:12.5rem!important
  }

  .b--sm\:u-mn-25{
    margin:-12.5rem!important
  }

  .b--sm\:u-mtn-25{
    margin-top:-12.5rem!important
  }

  .b--sm\:u-mrn-25{
    margin-right:-12.5rem!important
  }

  .b--sm\:u-mbn-25{
    margin-bottom:-12.5rem!important
  }

  .b--sm\:u-mln-25{
    margin-left:-12.5rem!important
  }

  .b--sm\:u-mxn-25{
    margin-left:-12.5rem!important;
    margin-right:-12.5rem!important
  }

  .b--sm\:u-myn-25{
    margin-top:-12.5rem!important;
    margin-bottom:-12.5rem!important
  }

  .b--sm\:u-p-25{
    padding:12.5rem!important
  }

  .b--sm\:u-pt-25{
    padding-top:12.5rem!important
  }

  .b--sm\:u-pr-25{
    padding-right:12.5rem!important
  }

  .b--sm\:u-pb-25{
    padding-bottom:12.5rem!important
  }

  .b--sm\:u-pl-25{
    padding-left:12.5rem!important
  }

  .b--sm\:u-px-25{
    padding-left:12.5rem!important;
    padding-right:12.5rem!important
  }

  .b--sm\:u-py-25{
    padding-top:12.5rem!important;
    padding-bottom:12.5rem!important
  }

  .b--sm\:u-m-30{
    margin:15rem!important
  }

  .b--sm\:u-mt-30{
    margin-top:15rem!important
  }

  .b--sm\:u-mr-30{
    margin-right:15rem!important
  }

  .b--sm\:u-mb-30{
    margin-bottom:15rem!important
  }

  .b--sm\:u-ml-30{
    margin-left:15rem!important
  }

  .b--sm\:u-mx-30{
    margin-left:15rem!important;
    margin-right:15rem!important
  }

  .b--sm\:u-my-30{
    margin-top:15rem!important;
    margin-bottom:15rem!important
  }

  .b--sm\:u-mn-30{
    margin:-15rem!important
  }

  .b--sm\:u-mtn-30{
    margin-top:-15rem!important
  }

  .b--sm\:u-mrn-30{
    margin-right:-15rem!important
  }

  .b--sm\:u-mbn-30{
    margin-bottom:-15rem!important
  }

  .b--sm\:u-mln-30{
    margin-left:-15rem!important
  }

  .b--sm\:u-mxn-30{
    margin-left:-15rem!important;
    margin-right:-15rem!important
  }

  .b--sm\:u-myn-30{
    margin-top:-15rem!important;
    margin-bottom:-15rem!important
  }

  .b--sm\:u-p-30{
    padding:15rem!important
  }

  .b--sm\:u-pt-30{
    padding-top:15rem!important
  }

  .b--sm\:u-pr-30{
    padding-right:15rem!important
  }

  .b--sm\:u-pb-30{
    padding-bottom:15rem!important
  }

  .b--sm\:u-pl-30{
    padding-left:15rem!important
  }

  .b--sm\:u-px-30{
    padding-left:15rem!important;
    padding-right:15rem!important
  }

  .b--sm\:u-py-30{
    padding-top:15rem!important;
    padding-bottom:15rem!important
  }
}

@media (min-width: 48rem){
  .b--md\:u-m-auto{
    margin:auto!important
  }

  .b--md\:u-mt-auto{
    margin-top:auto!important
  }

  .b--md\:u-mr-auto{
    margin-right:auto!important
  }

  .b--md\:u-mb-auto{
    margin-bottom:auto!important
  }

  .b--md\:u-ml-auto{
    margin-left:auto!important
  }

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

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

  .b--md\:u-m-0\.25{
    margin:.125rem!important
  }

  .b--md\:u-mt-0\.25{
    margin-top:.125rem!important
  }

  .b--md\:u-mr-0\.25{
    margin-right:.125rem!important
  }

  .b--md\:u-mb-0\.25{
    margin-bottom:.125rem!important
  }

  .b--md\:u-ml-0\.25{
    margin-left:.125rem!important
  }

  .b--md\:u-mx-0\.25{
    margin-left:.125rem!important;
    margin-right:.125rem!important
  }

  .b--md\:u-my-0\.25{
    margin-top:.125rem!important;
    margin-bottom:.125rem!important
  }

  .b--md\:u-mn-0\.25{
    margin:-.125rem!important
  }

  .b--md\:u-mtn-0\.25{
    margin-top:-.125rem!important
  }

  .b--md\:u-mrn-0\.25{
    margin-right:-.125rem!important
  }

  .b--md\:u-mbn-0\.25{
    margin-bottom:-.125rem!important
  }

  .b--md\:u-mln-0\.25{
    margin-left:-.125rem!important
  }

  .b--md\:u-mxn-0\.25{
    margin-left:-.125rem!important;
    margin-right:-.125rem!important
  }

  .b--md\:u-myn-0\.25{
    margin-top:-.125rem!important;
    margin-bottom:-.125rem!important
  }

  .b--md\:u-p-0\.25{
    padding:.125rem!important
  }

  .b--md\:u-pt-0\.25{
    padding-top:.125rem!important
  }

  .b--md\:u-pr-0\.25{
    padding-right:.125rem!important
  }

  .b--md\:u-pb-0\.25{
    padding-bottom:.125rem!important
  }

  .b--md\:u-pl-0\.25{
    padding-left:.125rem!important
  }

  .b--md\:u-px-0\.25{
    padding-left:.125rem!important;
    padding-right:.125rem!important
  }

  .b--md\:u-py-0\.25{
    padding-top:.125rem!important;
    padding-bottom:.125rem!important
  }

  .b--md\:u-m-0\.5{
    margin:.25rem!important
  }

  .b--md\:u-mt-0\.5{
    margin-top:.25rem!important
  }

  .b--md\:u-mr-0\.5{
    margin-right:.25rem!important
  }

  .b--md\:u-mb-0\.5{
    margin-bottom:.25rem!important
  }

  .b--md\:u-ml-0\.5{
    margin-left:.25rem!important
  }

  .b--md\:u-mx-0\.5{
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }

  .b--md\:u-my-0\.5{
    margin-top:.25rem!important;
    margin-bottom:.25rem!important
  }

  .b--md\:u-mn-0\.5{
    margin:-.25rem!important
  }

  .b--md\:u-mtn-0\.5{
    margin-top:-.25rem!important
  }

  .b--md\:u-mrn-0\.5{
    margin-right:-.25rem!important
  }

  .b--md\:u-mbn-0\.5{
    margin-bottom:-.25rem!important
  }

  .b--md\:u-mln-0\.5{
    margin-left:-.25rem!important
  }

  .b--md\:u-mxn-0\.5{
    margin-left:-.25rem!important;
    margin-right:-.25rem!important
  }

  .b--md\:u-myn-0\.5{
    margin-top:-.25rem!important;
    margin-bottom:-.25rem!important
  }

  .b--md\:u-p-0\.5{
    padding:.25rem!important
  }

  .b--md\:u-pt-0\.5{
    padding-top:.25rem!important
  }

  .b--md\:u-pr-0\.5{
    padding-right:.25rem!important
  }

  .b--md\:u-pb-0\.5{
    padding-bottom:.25rem!important
  }

  .b--md\:u-pl-0\.5{
    padding-left:.25rem!important
  }

  .b--md\:u-px-0\.5{
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }

  .b--md\:u-py-0\.5{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
  }

  .b--md\:u-m-1{
    margin:.5rem!important
  }

  .b--md\:u-mt-1{
    margin-top:.5rem!important
  }

  .b--md\:u-mr-1{
    margin-right:.5rem!important
  }

  .b--md\:u-mb-1{
    margin-bottom:.5rem!important
  }

  .b--md\:u-ml-1{
    margin-left:.5rem!important
  }

  .b--md\:u-mx-1{
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }

  .b--md\:u-my-1{
    margin-top:.5rem!important;
    margin-bottom:.5rem!important
  }

  .b--md\:u-mn-1{
    margin:-.5rem!important
  }

  .b--md\:u-mtn-1{
    margin-top:-.5rem!important
  }

  .b--md\:u-mrn-1{
    margin-right:-.5rem!important
  }

  .b--md\:u-mbn-1{
    margin-bottom:-.5rem!important
  }

  .b--md\:u-mln-1{
    margin-left:-.5rem!important
  }

  .b--md\:u-mxn-1{
    margin-left:-.5rem!important;
    margin-right:-.5rem!important
  }

  .b--md\:u-myn-1{
    margin-top:-.5rem!important;
    margin-bottom:-.5rem!important
  }

  .b--md\:u-p-1{
    padding:.5rem!important
  }

  .b--md\:u-pt-1{
    padding-top:.5rem!important
  }

  .b--md\:u-pr-1{
    padding-right:.5rem!important
  }

  .b--md\:u-pb-1{
    padding-bottom:.5rem!important
  }

  .b--md\:u-pl-1{
    padding-left:.5rem!important
  }

  .b--md\:u-px-1{
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }

  .b--md\:u-py-1{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
  }

  .b--md\:u-m-1\.5{
    margin:.75rem!important
  }

  .b--md\:u-mt-1\.5{
    margin-top:.75rem!important
  }

  .b--md\:u-mr-1\.5{
    margin-right:.75rem!important
  }

  .b--md\:u-mb-1\.5{
    margin-bottom:.75rem!important
  }

  .b--md\:u-ml-1\.5{
    margin-left:.75rem!important
  }

  .b--md\:u-mx-1\.5{
    margin-left:.75rem!important;
    margin-right:.75rem!important
  }

  .b--md\:u-my-1\.5{
    margin-top:.75rem!important;
    margin-bottom:.75rem!important
  }

  .b--md\:u-mn-1\.5{
    margin:-.75rem!important
  }

  .b--md\:u-mtn-1\.5{
    margin-top:-.75rem!important
  }

  .b--md\:u-mrn-1\.5{
    margin-right:-.75rem!important
  }

  .b--md\:u-mbn-1\.5{
    margin-bottom:-.75rem!important
  }

  .b--md\:u-mln-1\.5{
    margin-left:-.75rem!important
  }

  .b--md\:u-mxn-1\.5{
    margin-left:-.75rem!important;
    margin-right:-.75rem!important
  }

  .b--md\:u-myn-1\.5{
    margin-top:-.75rem!important;
    margin-bottom:-.75rem!important
  }

  .b--md\:u-p-1\.5{
    padding:.75rem!important
  }

  .b--md\:u-pt-1\.5{
    padding-top:.75rem!important
  }

  .b--md\:u-pr-1\.5{
    padding-right:.75rem!important
  }

  .b--md\:u-pb-1\.5{
    padding-bottom:.75rem!important
  }

  .b--md\:u-pl-1\.5{
    padding-left:.75rem!important
  }

  .b--md\:u-px-1\.5{
    padding-left:.75rem!important;
    padding-right:.75rem!important
  }

  .b--md\:u-py-1\.5{
    padding-top:.75rem!important;
    padding-bottom:.75rem!important
  }

  .b--md\:u-m-2{
    margin:1rem!important
  }

  .b--md\:u-mt-2{
    margin-top:1rem!important
  }

  .b--md\:u-mr-2{
    margin-right:1rem!important
  }

  .b--md\:u-mb-2{
    margin-bottom:1rem!important
  }

  .b--md\:u-ml-2{
    margin-left:1rem!important
  }

  .b--md\:u-mx-2{
    margin-left:1rem!important;
    margin-right:1rem!important
  }

  .b--md\:u-my-2{
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }

  .b--md\:u-mn-2{
    margin:-1rem!important
  }

  .b--md\:u-mtn-2{
    margin-top:-1rem!important
  }

  .b--md\:u-mrn-2{
    margin-right:-1rem!important
  }

  .b--md\:u-mbn-2{
    margin-bottom:-1rem!important
  }

  .b--md\:u-mln-2{
    margin-left:-1rem!important
  }

  .b--md\:u-mxn-2{
    margin-left:-1rem!important;
    margin-right:-1rem!important
  }

  .b--md\:u-myn-2{
    margin-top:-1rem!important;
    margin-bottom:-1rem!important
  }

  .b--md\:u-p-2{
    padding:1rem!important
  }

  .b--md\:u-pt-2{
    padding-top:1rem!important
  }

  .b--md\:u-pr-2{
    padding-right:1rem!important
  }

  .b--md\:u-pb-2{
    padding-bottom:1rem!important
  }

  .b--md\:u-pl-2{
    padding-left:1rem!important
  }

  .b--md\:u-px-2{
    padding-left:1rem!important;
    padding-right:1rem!important
  }

  .b--md\:u-py-2{
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }

  .b--md\:u-m-2\.5{
    margin:1.25rem!important
  }

  .b--md\:u-mt-2\.5{
    margin-top:1.25rem!important
  }

  .b--md\:u-mr-2\.5{
    margin-right:1.25rem!important
  }

  .b--md\:u-mb-2\.5{
    margin-bottom:1.25rem!important
  }

  .b--md\:u-ml-2\.5{
    margin-left:1.25rem!important
  }

  .b--md\:u-mx-2\.5{
    margin-left:1.25rem!important;
    margin-right:1.25rem!important
  }

  .b--md\:u-my-2\.5{
    margin-top:1.25rem!important;
    margin-bottom:1.25rem!important
  }

  .b--md\:u-mn-2\.5{
    margin:-1.25rem!important
  }

  .b--md\:u-mtn-2\.5{
    margin-top:-1.25rem!important
  }

  .b--md\:u-mrn-2\.5{
    margin-right:-1.25rem!important
  }

  .b--md\:u-mbn-2\.5{
    margin-bottom:-1.25rem!important
  }

  .b--md\:u-mln-2\.5{
    margin-left:-1.25rem!important
  }

  .b--md\:u-mxn-2\.5{
    margin-left:-1.25rem!important;
    margin-right:-1.25rem!important
  }

  .b--md\:u-myn-2\.5{
    margin-top:-1.25rem!important;
    margin-bottom:-1.25rem!important
  }

  .b--md\:u-p-2\.5{
    padding:1.25rem!important
  }

  .b--md\:u-pt-2\.5{
    padding-top:1.25rem!important
  }

  .b--md\:u-pr-2\.5{
    padding-right:1.25rem!important
  }

  .b--md\:u-pb-2\.5{
    padding-bottom:1.25rem!important
  }

  .b--md\:u-pl-2\.5{
    padding-left:1.25rem!important
  }

  .b--md\:u-px-2\.5{
    padding-left:1.25rem!important;
    padding-right:1.25rem!important
  }

  .b--md\:u-py-2\.5{
    padding-top:1.25rem!important;
    padding-bottom:1.25rem!important
  }

  .b--md\:u-m-3{
    margin:1.5rem!important
  }

  .b--md\:u-mt-3{
    margin-top:1.5rem!important
  }

  .b--md\:u-mr-3{
    margin-right:1.5rem!important
  }

  .b--md\:u-mb-3{
    margin-bottom:1.5rem!important
  }

  .b--md\:u-ml-3{
    margin-left:1.5rem!important
  }

  .b--md\:u-mx-3{
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }

  .b--md\:u-my-3{
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }

  .b--md\:u-mn-3{
    margin:-1.5rem!important
  }

  .b--md\:u-mtn-3{
    margin-top:-1.5rem!important
  }

  .b--md\:u-mrn-3{
    margin-right:-1.5rem!important
  }

  .b--md\:u-mbn-3{
    margin-bottom:-1.5rem!important
  }

  .b--md\:u-mln-3{
    margin-left:-1.5rem!important
  }

  .b--md\:u-mxn-3{
    margin-left:-1.5rem!important;
    margin-right:-1.5rem!important
  }

  .b--md\:u-myn-3{
    margin-top:-1.5rem!important;
    margin-bottom:-1.5rem!important
  }

  .b--md\:u-p-3{
    padding:1.5rem!important
  }

  .b--md\:u-pt-3{
    padding-top:1.5rem!important
  }

  .b--md\:u-pr-3{
    padding-right:1.5rem!important
  }

  .b--md\:u-pb-3{
    padding-bottom:1.5rem!important
  }

  .b--md\:u-pl-3{
    padding-left:1.5rem!important
  }

  .b--md\:u-px-3{
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }

  .b--md\:u-py-3{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }

  .b--md\:u-m-4{
    margin:2rem!important
  }

  .b--md\:u-mt-4{
    margin-top:2rem!important
  }

  .b--md\:u-mr-4{
    margin-right:2rem!important
  }

  .b--md\:u-mb-4{
    margin-bottom:2rem!important
  }

  .b--md\:u-ml-4{
    margin-left:2rem!important
  }

  .b--md\:u-mx-4{
    margin-left:2rem!important;
    margin-right:2rem!important
  }

  .b--md\:u-my-4{
    margin-top:2rem!important;
    margin-bottom:2rem!important
  }

  .b--md\:u-mn-4{
    margin:-2rem!important
  }

  .b--md\:u-mtn-4{
    margin-top:-2rem!important
  }

  .b--md\:u-mrn-4{
    margin-right:-2rem!important
  }

  .b--md\:u-mbn-4{
    margin-bottom:-2rem!important
  }

  .b--md\:u-mln-4{
    margin-left:-2rem!important
  }

  .b--md\:u-mxn-4{
    margin-left:-2rem!important;
    margin-right:-2rem!important
  }

  .b--md\:u-myn-4{
    margin-top:-2rem!important;
    margin-bottom:-2rem!important
  }

  .b--md\:u-p-4{
    padding:2rem!important
  }

  .b--md\:u-pt-4{
    padding-top:2rem!important
  }

  .b--md\:u-pr-4{
    padding-right:2rem!important
  }

  .b--md\:u-pb-4{
    padding-bottom:2rem!important
  }

  .b--md\:u-pl-4{
    padding-left:2rem!important
  }

  .b--md\:u-px-4{
    padding-left:2rem!important;
    padding-right:2rem!important
  }

  .b--md\:u-py-4{
    padding-top:2rem!important;
    padding-bottom:2rem!important
  }

  .b--md\:u-m-6{
    margin:3rem!important
  }

  .b--md\:u-mt-6{
    margin-top:3rem!important
  }

  .b--md\:u-mr-6{
    margin-right:3rem!important
  }

  .b--md\:u-mb-6{
    margin-bottom:3rem!important
  }

  .b--md\:u-ml-6{
    margin-left:3rem!important
  }

  .b--md\:u-mx-6{
    margin-left:3rem!important;
    margin-right:3rem!important
  }

  .b--md\:u-my-6{
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }

  .b--md\:u-mn-6{
    margin:-3rem!important
  }

  .b--md\:u-mtn-6{
    margin-top:-3rem!important
  }

  .b--md\:u-mrn-6{
    margin-right:-3rem!important
  }

  .b--md\:u-mbn-6{
    margin-bottom:-3rem!important
  }

  .b--md\:u-mln-6{
    margin-left:-3rem!important
  }

  .b--md\:u-mxn-6{
    margin-left:-3rem!important;
    margin-right:-3rem!important
  }

  .b--md\:u-myn-6{
    margin-top:-3rem!important;
    margin-bottom:-3rem!important
  }

  .b--md\:u-p-6{
    padding:3rem!important
  }

  .b--md\:u-pt-6{
    padding-top:3rem!important
  }

  .b--md\:u-pr-6{
    padding-right:3rem!important
  }

  .b--md\:u-pb-6{
    padding-bottom:3rem!important
  }

  .b--md\:u-pl-6{
    padding-left:3rem!important
  }

  .b--md\:u-px-6{
    padding-left:3rem!important;
    padding-right:3rem!important
  }

  .b--md\:u-py-6{
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }

  .b--md\:u-m-8{
    margin:4rem!important
  }

  .b--md\:u-mt-8{
    margin-top:4rem!important
  }

  .b--md\:u-mr-8{
    margin-right:4rem!important
  }

  .b--md\:u-mb-8{
    margin-bottom:4rem!important
  }

  .b--md\:u-ml-8{
    margin-left:4rem!important
  }

  .b--md\:u-mx-8{
    margin-left:4rem!important;
    margin-right:4rem!important
  }

  .b--md\:u-my-8{
    margin-top:4rem!important;
    margin-bottom:4rem!important
  }

  .b--md\:u-mn-8{
    margin:-4rem!important
  }

  .b--md\:u-mtn-8{
    margin-top:-4rem!important
  }

  .b--md\:u-mrn-8{
    margin-right:-4rem!important
  }

  .b--md\:u-mbn-8{
    margin-bottom:-4rem!important
  }

  .b--md\:u-mln-8{
    margin-left:-4rem!important
  }

  .b--md\:u-mxn-8{
    margin-left:-4rem!important;
    margin-right:-4rem!important
  }

  .b--md\:u-myn-8{
    margin-top:-4rem!important;
    margin-bottom:-4rem!important
  }

  .b--md\:u-p-8{
    padding:4rem!important
  }

  .b--md\:u-pt-8{
    padding-top:4rem!important
  }

  .b--md\:u-pr-8{
    padding-right:4rem!important
  }

  .b--md\:u-pb-8{
    padding-bottom:4rem!important
  }

  .b--md\:u-pl-8{
    padding-left:4rem!important
  }

  .b--md\:u-px-8{
    padding-left:4rem!important;
    padding-right:4rem!important
  }

  .b--md\:u-py-8{
    padding-top:4rem!important;
    padding-bottom:4rem!important
  }

  .b--md\:u-m-10{
    margin:5rem!important
  }

  .b--md\:u-mt-10{
    margin-top:5rem!important
  }

  .b--md\:u-mr-10{
    margin-right:5rem!important
  }

  .b--md\:u-mb-10{
    margin-bottom:5rem!important
  }

  .b--md\:u-ml-10{
    margin-left:5rem!important
  }

  .b--md\:u-mx-10{
    margin-left:5rem!important;
    margin-right:5rem!important
  }

  .b--md\:u-my-10{
    margin-top:5rem!important;
    margin-bottom:5rem!important
  }

  .b--md\:u-mn-10{
    margin:-5rem!important
  }

  .b--md\:u-mtn-10{
    margin-top:-5rem!important
  }

  .b--md\:u-mrn-10{
    margin-right:-5rem!important
  }

  .b--md\:u-mbn-10{
    margin-bottom:-5rem!important
  }

  .b--md\:u-mln-10{
    margin-left:-5rem!important
  }

  .b--md\:u-mxn-10{
    margin-left:-5rem!important;
    margin-right:-5rem!important
  }

  .b--md\:u-myn-10{
    margin-top:-5rem!important;
    margin-bottom:-5rem!important
  }

  .b--md\:u-p-10{
    padding:5rem!important
  }

  .b--md\:u-pt-10{
    padding-top:5rem!important
  }

  .b--md\:u-pr-10{
    padding-right:5rem!important
  }

  .b--md\:u-pb-10{
    padding-bottom:5rem!important
  }

  .b--md\:u-pl-10{
    padding-left:5rem!important
  }

  .b--md\:u-px-10{
    padding-left:5rem!important;
    padding-right:5rem!important
  }

  .b--md\:u-py-10{
    padding-top:5rem!important;
    padding-bottom:5rem!important
  }

  .b--md\:u-m-12{
    margin:6rem!important
  }

  .b--md\:u-mt-12{
    margin-top:6rem!important
  }

  .b--md\:u-mr-12{
    margin-right:6rem!important
  }

  .b--md\:u-mb-12{
    margin-bottom:6rem!important
  }

  .b--md\:u-ml-12{
    margin-left:6rem!important
  }

  .b--md\:u-mx-12{
    margin-left:6rem!important;
    margin-right:6rem!important
  }

  .b--md\:u-my-12{
    margin-top:6rem!important;
    margin-bottom:6rem!important
  }

  .b--md\:u-mn-12{
    margin:-6rem!important
  }

  .b--md\:u-mtn-12{
    margin-top:-6rem!important
  }

  .b--md\:u-mrn-12{
    margin-right:-6rem!important
  }

  .b--md\:u-mbn-12{
    margin-bottom:-6rem!important
  }

  .b--md\:u-mln-12{
    margin-left:-6rem!important
  }

  .b--md\:u-mxn-12{
    margin-left:-6rem!important;
    margin-right:-6rem!important
  }

  .b--md\:u-myn-12{
    margin-top:-6rem!important;
    margin-bottom:-6rem!important
  }

  .b--md\:u-p-12{
    padding:6rem!important
  }

  .b--md\:u-pt-12{
    padding-top:6rem!important
  }

  .b--md\:u-pr-12{
    padding-right:6rem!important
  }

  .b--md\:u-pb-12{
    padding-bottom:6rem!important
  }

  .b--md\:u-pl-12{
    padding-left:6rem!important
  }

  .b--md\:u-px-12{
    padding-left:6rem!important;
    padding-right:6rem!important
  }

  .b--md\:u-py-12{
    padding-top:6rem!important;
    padding-bottom:6rem!important
  }

  .b--md\:u-m-16{
    margin:8rem!important
  }

  .b--md\:u-mt-16{
    margin-top:8rem!important
  }

  .b--md\:u-mr-16{
    margin-right:8rem!important
  }

  .b--md\:u-mb-16{
    margin-bottom:8rem!important
  }

  .b--md\:u-ml-16{
    margin-left:8rem!important
  }

  .b--md\:u-mx-16{
    margin-left:8rem!important;
    margin-right:8rem!important
  }

  .b--md\:u-my-16{
    margin-top:8rem!important;
    margin-bottom:8rem!important
  }

  .b--md\:u-mn-16{
    margin:-8rem!important
  }

  .b--md\:u-mtn-16{
    margin-top:-8rem!important
  }

  .b--md\:u-mrn-16{
    margin-right:-8rem!important
  }

  .b--md\:u-mbn-16{
    margin-bottom:-8rem!important
  }

  .b--md\:u-mln-16{
    margin-left:-8rem!important
  }

  .b--md\:u-mxn-16{
    margin-left:-8rem!important;
    margin-right:-8rem!important
  }

  .b--md\:u-myn-16{
    margin-top:-8rem!important;
    margin-bottom:-8rem!important
  }

  .b--md\:u-p-16{
    padding:8rem!important
  }

  .b--md\:u-pt-16{
    padding-top:8rem!important
  }

  .b--md\:u-pr-16{
    padding-right:8rem!important
  }

  .b--md\:u-pb-16{
    padding-bottom:8rem!important
  }

  .b--md\:u-pl-16{
    padding-left:8rem!important
  }

  .b--md\:u-px-16{
    padding-left:8rem!important;
    padding-right:8rem!important
  }

  .b--md\:u-py-16{
    padding-top:8rem!important;
    padding-bottom:8rem!important
  }

  .b--md\:u-m-20{
    margin:10rem!important
  }

  .b--md\:u-mt-20{
    margin-top:10rem!important
  }

  .b--md\:u-mr-20{
    margin-right:10rem!important
  }

  .b--md\:u-mb-20{
    margin-bottom:10rem!important
  }

  .b--md\:u-ml-20{
    margin-left:10rem!important
  }

  .b--md\:u-mx-20{
    margin-left:10rem!important;
    margin-right:10rem!important
  }

  .b--md\:u-my-20{
    margin-top:10rem!important;
    margin-bottom:10rem!important
  }

  .b--md\:u-mn-20{
    margin:-10rem!important
  }

  .b--md\:u-mtn-20{
    margin-top:-10rem!important
  }

  .b--md\:u-mrn-20{
    margin-right:-10rem!important
  }

  .b--md\:u-mbn-20{
    margin-bottom:-10rem!important
  }

  .b--md\:u-mln-20{
    margin-left:-10rem!important
  }

  .b--md\:u-mxn-20{
    margin-left:-10rem!important;
    margin-right:-10rem!important
  }

  .b--md\:u-myn-20{
    margin-top:-10rem!important;
    margin-bottom:-10rem!important
  }

  .b--md\:u-p-20{
    padding:10rem!important
  }

  .b--md\:u-pt-20{
    padding-top:10rem!important
  }

  .b--md\:u-pr-20{
    padding-right:10rem!important
  }

  .b--md\:u-pb-20{
    padding-bottom:10rem!important
  }

  .b--md\:u-pl-20{
    padding-left:10rem!important
  }

  .b--md\:u-px-20{
    padding-left:10rem!important;
    padding-right:10rem!important
  }

  .b--md\:u-py-20{
    padding-top:10rem!important;
    padding-bottom:10rem!important
  }

  .b--md\:u-m-25{
    margin:12.5rem!important
  }

  .b--md\:u-mt-25{
    margin-top:12.5rem!important
  }

  .b--md\:u-mr-25{
    margin-right:12.5rem!important
  }

  .b--md\:u-mb-25{
    margin-bottom:12.5rem!important
  }

  .b--md\:u-ml-25{
    margin-left:12.5rem!important
  }

  .b--md\:u-mx-25{
    margin-left:12.5rem!important;
    margin-right:12.5rem!important
  }

  .b--md\:u-my-25{
    margin-top:12.5rem!important;
    margin-bottom:12.5rem!important
  }

  .b--md\:u-mn-25{
    margin:-12.5rem!important
  }

  .b--md\:u-mtn-25{
    margin-top:-12.5rem!important
  }

  .b--md\:u-mrn-25{
    margin-right:-12.5rem!important
  }

  .b--md\:u-mbn-25{
    margin-bottom:-12.5rem!important
  }

  .b--md\:u-mln-25{
    margin-left:-12.5rem!important
  }

  .b--md\:u-mxn-25{
    margin-left:-12.5rem!important;
    margin-right:-12.5rem!important
  }

  .b--md\:u-myn-25{
    margin-top:-12.5rem!important;
    margin-bottom:-12.5rem!important
  }

  .b--md\:u-p-25{
    padding:12.5rem!important
  }

  .b--md\:u-pt-25{
    padding-top:12.5rem!important
  }

  .b--md\:u-pr-25{
    padding-right:12.5rem!important
  }

  .b--md\:u-pb-25{
    padding-bottom:12.5rem!important
  }

  .b--md\:u-pl-25{
    padding-left:12.5rem!important
  }

  .b--md\:u-px-25{
    padding-left:12.5rem!important;
    padding-right:12.5rem!important
  }

  .b--md\:u-py-25{
    padding-top:12.5rem!important;
    padding-bottom:12.5rem!important
  }

  .b--md\:u-m-30{
    margin:15rem!important
  }

  .b--md\:u-mt-30{
    margin-top:15rem!important
  }

  .b--md\:u-mr-30{
    margin-right:15rem!important
  }

  .b--md\:u-mb-30{
    margin-bottom:15rem!important
  }

  .b--md\:u-ml-30{
    margin-left:15rem!important
  }

  .b--md\:u-mx-30{
    margin-left:15rem!important;
    margin-right:15rem!important
  }

  .b--md\:u-my-30{
    margin-top:15rem!important;
    margin-bottom:15rem!important
  }

  .b--md\:u-mn-30{
    margin:-15rem!important
  }

  .b--md\:u-mtn-30{
    margin-top:-15rem!important
  }

  .b--md\:u-mrn-30{
    margin-right:-15rem!important
  }

  .b--md\:u-mbn-30{
    margin-bottom:-15rem!important
  }

  .b--md\:u-mln-30{
    margin-left:-15rem!important
  }

  .b--md\:u-mxn-30{
    margin-left:-15rem!important;
    margin-right:-15rem!important
  }

  .b--md\:u-myn-30{
    margin-top:-15rem!important;
    margin-bottom:-15rem!important
  }

  .b--md\:u-p-30{
    padding:15rem!important
  }

  .b--md\:u-pt-30{
    padding-top:15rem!important
  }

  .b--md\:u-pr-30{
    padding-right:15rem!important
  }

  .b--md\:u-pb-30{
    padding-bottom:15rem!important
  }

  .b--md\:u-pl-30{
    padding-left:15rem!important
  }

  .b--md\:u-px-30{
    padding-left:15rem!important;
    padding-right:15rem!important
  }

  .b--md\:u-py-30{
    padding-top:15rem!important;
    padding-bottom:15rem!important
  }
}

@media (min-width: 64rem){
  .b--lg\:u-m-auto{
    margin:auto!important
  }

  .b--lg\:u-mt-auto{
    margin-top:auto!important
  }

  .b--lg\:u-mr-auto{
    margin-right:auto!important
  }

  .b--lg\:u-mb-auto{
    margin-bottom:auto!important
  }

  .b--lg\:u-ml-auto{
    margin-left:auto!important
  }

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

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

  .b--lg\:u-m-0\.25{
    margin:.125rem!important
  }

  .b--lg\:u-mt-0\.25{
    margin-top:.125rem!important
  }

  .b--lg\:u-mr-0\.25{
    margin-right:.125rem!important
  }

  .b--lg\:u-mb-0\.25{
    margin-bottom:.125rem!important
  }

  .b--lg\:u-ml-0\.25{
    margin-left:.125rem!important
  }

  .b--lg\:u-mx-0\.25{
    margin-left:.125rem!important;
    margin-right:.125rem!important
  }

  .b--lg\:u-my-0\.25{
    margin-top:.125rem!important;
    margin-bottom:.125rem!important
  }

  .b--lg\:u-mn-0\.25{
    margin:-.125rem!important
  }

  .b--lg\:u-mtn-0\.25{
    margin-top:-.125rem!important
  }

  .b--lg\:u-mrn-0\.25{
    margin-right:-.125rem!important
  }

  .b--lg\:u-mbn-0\.25{
    margin-bottom:-.125rem!important
  }

  .b--lg\:u-mln-0\.25{
    margin-left:-.125rem!important
  }

  .b--lg\:u-mxn-0\.25{
    margin-left:-.125rem!important;
    margin-right:-.125rem!important
  }

  .b--lg\:u-myn-0\.25{
    margin-top:-.125rem!important;
    margin-bottom:-.125rem!important
  }

  .b--lg\:u-p-0\.25{
    padding:.125rem!important
  }

  .b--lg\:u-pt-0\.25{
    padding-top:.125rem!important
  }

  .b--lg\:u-pr-0\.25{
    padding-right:.125rem!important
  }

  .b--lg\:u-pb-0\.25{
    padding-bottom:.125rem!important
  }

  .b--lg\:u-pl-0\.25{
    padding-left:.125rem!important
  }

  .b--lg\:u-px-0\.25{
    padding-left:.125rem!important;
    padding-right:.125rem!important
  }

  .b--lg\:u-py-0\.25{
    padding-top:.125rem!important;
    padding-bottom:.125rem!important
  }

  .b--lg\:u-m-0\.5{
    margin:.25rem!important
  }

  .b--lg\:u-mt-0\.5{
    margin-top:.25rem!important
  }

  .b--lg\:u-mr-0\.5{
    margin-right:.25rem!important
  }

  .b--lg\:u-mb-0\.5{
    margin-bottom:.25rem!important
  }

  .b--lg\:u-ml-0\.5{
    margin-left:.25rem!important
  }

  .b--lg\:u-mx-0\.5{
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }

  .b--lg\:u-my-0\.5{
    margin-top:.25rem!important;
    margin-bottom:.25rem!important
  }

  .b--lg\:u-mn-0\.5{
    margin:-.25rem!important
  }

  .b--lg\:u-mtn-0\.5{
    margin-top:-.25rem!important
  }

  .b--lg\:u-mrn-0\.5{
    margin-right:-.25rem!important
  }

  .b--lg\:u-mbn-0\.5{
    margin-bottom:-.25rem!important
  }

  .b--lg\:u-mln-0\.5{
    margin-left:-.25rem!important
  }

  .b--lg\:u-mxn-0\.5{
    margin-left:-.25rem!important;
    margin-right:-.25rem!important
  }

  .b--lg\:u-myn-0\.5{
    margin-top:-.25rem!important;
    margin-bottom:-.25rem!important
  }

  .b--lg\:u-p-0\.5{
    padding:.25rem!important
  }

  .b--lg\:u-pt-0\.5{
    padding-top:.25rem!important
  }

  .b--lg\:u-pr-0\.5{
    padding-right:.25rem!important
  }

  .b--lg\:u-pb-0\.5{
    padding-bottom:.25rem!important
  }

  .b--lg\:u-pl-0\.5{
    padding-left:.25rem!important
  }

  .b--lg\:u-px-0\.5{
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }

  .b--lg\:u-py-0\.5{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
  }

  .b--lg\:u-m-1{
    margin:.5rem!important
  }

  .b--lg\:u-mt-1{
    margin-top:.5rem!important
  }

  .b--lg\:u-mr-1{
    margin-right:.5rem!important
  }

  .b--lg\:u-mb-1{
    margin-bottom:.5rem!important
  }

  .b--lg\:u-ml-1{
    margin-left:.5rem!important
  }

  .b--lg\:u-mx-1{
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }

  .b--lg\:u-my-1{
    margin-top:.5rem!important;
    margin-bottom:.5rem!important
  }

  .b--lg\:u-mn-1{
    margin:-.5rem!important
  }

  .b--lg\:u-mtn-1{
    margin-top:-.5rem!important
  }

  .b--lg\:u-mrn-1{
    margin-right:-.5rem!important
  }

  .b--lg\:u-mbn-1{
    margin-bottom:-.5rem!important
  }

  .b--lg\:u-mln-1{
    margin-left:-.5rem!important
  }

  .b--lg\:u-mxn-1{
    margin-left:-.5rem!important;
    margin-right:-.5rem!important
  }

  .b--lg\:u-myn-1{
    margin-top:-.5rem!important;
    margin-bottom:-.5rem!important
  }

  .b--lg\:u-p-1{
    padding:.5rem!important
  }

  .b--lg\:u-pt-1{
    padding-top:.5rem!important
  }

  .b--lg\:u-pr-1{
    padding-right:.5rem!important
  }

  .b--lg\:u-pb-1{
    padding-bottom:.5rem!important
  }

  .b--lg\:u-pl-1{
    padding-left:.5rem!important
  }

  .b--lg\:u-px-1{
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }

  .b--lg\:u-py-1{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
  }

  .b--lg\:u-m-1\.5{
    margin:.75rem!important
  }

  .b--lg\:u-mt-1\.5{
    margin-top:.75rem!important
  }

  .b--lg\:u-mr-1\.5{
    margin-right:.75rem!important
  }

  .b--lg\:u-mb-1\.5{
    margin-bottom:.75rem!important
  }

  .b--lg\:u-ml-1\.5{
    margin-left:.75rem!important
  }

  .b--lg\:u-mx-1\.5{
    margin-left:.75rem!important;
    margin-right:.75rem!important
  }

  .b--lg\:u-my-1\.5{
    margin-top:.75rem!important;
    margin-bottom:.75rem!important
  }

  .b--lg\:u-mn-1\.5{
    margin:-.75rem!important
  }

  .b--lg\:u-mtn-1\.5{
    margin-top:-.75rem!important
  }

  .b--lg\:u-mrn-1\.5{
    margin-right:-.75rem!important
  }

  .b--lg\:u-mbn-1\.5{
    margin-bottom:-.75rem!important
  }

  .b--lg\:u-mln-1\.5{
    margin-left:-.75rem!important
  }

  .b--lg\:u-mxn-1\.5{
    margin-left:-.75rem!important;
    margin-right:-.75rem!important
  }

  .b--lg\:u-myn-1\.5{
    margin-top:-.75rem!important;
    margin-bottom:-.75rem!important
  }

  .b--lg\:u-p-1\.5{
    padding:.75rem!important
  }

  .b--lg\:u-pt-1\.5{
    padding-top:.75rem!important
  }

  .b--lg\:u-pr-1\.5{
    padding-right:.75rem!important
  }

  .b--lg\:u-pb-1\.5{
    padding-bottom:.75rem!important
  }

  .b--lg\:u-pl-1\.5{
    padding-left:.75rem!important
  }

  .b--lg\:u-px-1\.5{
    padding-left:.75rem!important;
    padding-right:.75rem!important
  }

  .b--lg\:u-py-1\.5{
    padding-top:.75rem!important;
    padding-bottom:.75rem!important
  }

  .b--lg\:u-m-2{
    margin:1rem!important
  }

  .b--lg\:u-mt-2{
    margin-top:1rem!important
  }

  .b--lg\:u-mr-2{
    margin-right:1rem!important
  }

  .b--lg\:u-mb-2{
    margin-bottom:1rem!important
  }

  .b--lg\:u-ml-2{
    margin-left:1rem!important
  }

  .b--lg\:u-mx-2{
    margin-left:1rem!important;
    margin-right:1rem!important
  }

  .b--lg\:u-my-2{
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }

  .b--lg\:u-mn-2{
    margin:-1rem!important
  }

  .b--lg\:u-mtn-2{
    margin-top:-1rem!important
  }

  .b--lg\:u-mrn-2{
    margin-right:-1rem!important
  }

  .b--lg\:u-mbn-2{
    margin-bottom:-1rem!important
  }

  .b--lg\:u-mln-2{
    margin-left:-1rem!important
  }

  .b--lg\:u-mxn-2{
    margin-left:-1rem!important;
    margin-right:-1rem!important
  }

  .b--lg\:u-myn-2{
    margin-top:-1rem!important;
    margin-bottom:-1rem!important
  }

  .b--lg\:u-p-2{
    padding:1rem!important
  }

  .b--lg\:u-pt-2{
    padding-top:1rem!important
  }

  .b--lg\:u-pr-2{
    padding-right:1rem!important
  }

  .b--lg\:u-pb-2{
    padding-bottom:1rem!important
  }

  .b--lg\:u-pl-2{
    padding-left:1rem!important
  }

  .b--lg\:u-px-2{
    padding-left:1rem!important;
    padding-right:1rem!important
  }

  .b--lg\:u-py-2{
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }

  .b--lg\:u-m-2\.5{
    margin:1.25rem!important
  }

  .b--lg\:u-mt-2\.5{
    margin-top:1.25rem!important
  }

  .b--lg\:u-mr-2\.5{
    margin-right:1.25rem!important
  }

  .b--lg\:u-mb-2\.5{
    margin-bottom:1.25rem!important
  }

  .b--lg\:u-ml-2\.5{
    margin-left:1.25rem!important
  }

  .b--lg\:u-mx-2\.5{
    margin-left:1.25rem!important;
    margin-right:1.25rem!important
  }

  .b--lg\:u-my-2\.5{
    margin-top:1.25rem!important;
    margin-bottom:1.25rem!important
  }

  .b--lg\:u-mn-2\.5{
    margin:-1.25rem!important
  }

  .b--lg\:u-mtn-2\.5{
    margin-top:-1.25rem!important
  }

  .b--lg\:u-mrn-2\.5{
    margin-right:-1.25rem!important
  }

  .b--lg\:u-mbn-2\.5{
    margin-bottom:-1.25rem!important
  }

  .b--lg\:u-mln-2\.5{
    margin-left:-1.25rem!important
  }

  .b--lg\:u-mxn-2\.5{
    margin-left:-1.25rem!important;
    margin-right:-1.25rem!important
  }

  .b--lg\:u-myn-2\.5{
    margin-top:-1.25rem!important;
    margin-bottom:-1.25rem!important
  }

  .b--lg\:u-p-2\.5{
    padding:1.25rem!important
  }

  .b--lg\:u-pt-2\.5{
    padding-top:1.25rem!important
  }

  .b--lg\:u-pr-2\.5{
    padding-right:1.25rem!important
  }

  .b--lg\:u-pb-2\.5{
    padding-bottom:1.25rem!important
  }

  .b--lg\:u-pl-2\.5{
    padding-left:1.25rem!important
  }

  .b--lg\:u-px-2\.5{
    padding-left:1.25rem!important;
    padding-right:1.25rem!important
  }

  .b--lg\:u-py-2\.5{
    padding-top:1.25rem!important;
    padding-bottom:1.25rem!important
  }

  .b--lg\:u-m-3{
    margin:1.5rem!important
  }

  .b--lg\:u-mt-3{
    margin-top:1.5rem!important
  }

  .b--lg\:u-mr-3{
    margin-right:1.5rem!important
  }

  .b--lg\:u-mb-3{
    margin-bottom:1.5rem!important
  }

  .b--lg\:u-ml-3{
    margin-left:1.5rem!important
  }

  .b--lg\:u-mx-3{
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }

  .b--lg\:u-my-3{
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }

  .b--lg\:u-mn-3{
    margin:-1.5rem!important
  }

  .b--lg\:u-mtn-3{
    margin-top:-1.5rem!important
  }

  .b--lg\:u-mrn-3{
    margin-right:-1.5rem!important
  }

  .b--lg\:u-mbn-3{
    margin-bottom:-1.5rem!important
  }

  .b--lg\:u-mln-3{
    margin-left:-1.5rem!important
  }

  .b--lg\:u-mxn-3{
    margin-left:-1.5rem!important;
    margin-right:-1.5rem!important
  }

  .b--lg\:u-myn-3{
    margin-top:-1.5rem!important;
    margin-bottom:-1.5rem!important
  }

  .b--lg\:u-p-3{
    padding:1.5rem!important
  }

  .b--lg\:u-pt-3{
    padding-top:1.5rem!important
  }

  .b--lg\:u-pr-3{
    padding-right:1.5rem!important
  }

  .b--lg\:u-pb-3{
    padding-bottom:1.5rem!important
  }

  .b--lg\:u-pl-3{
    padding-left:1.5rem!important
  }

  .b--lg\:u-px-3{
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }

  .b--lg\:u-py-3{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }

  .b--lg\:u-m-4{
    margin:2rem!important
  }

  .b--lg\:u-mt-4{
    margin-top:2rem!important
  }

  .b--lg\:u-mr-4{
    margin-right:2rem!important
  }

  .b--lg\:u-mb-4{
    margin-bottom:2rem!important
  }

  .b--lg\:u-ml-4{
    margin-left:2rem!important
  }

  .b--lg\:u-mx-4{
    margin-left:2rem!important;
    margin-right:2rem!important
  }

  .b--lg\:u-my-4{
    margin-top:2rem!important;
    margin-bottom:2rem!important
  }

  .b--lg\:u-mn-4{
    margin:-2rem!important
  }

  .b--lg\:u-mtn-4{
    margin-top:-2rem!important
  }

  .b--lg\:u-mrn-4{
    margin-right:-2rem!important
  }

  .b--lg\:u-mbn-4{
    margin-bottom:-2rem!important
  }

  .b--lg\:u-mln-4{
    margin-left:-2rem!important
  }

  .b--lg\:u-mxn-4{
    margin-left:-2rem!important;
    margin-right:-2rem!important
  }

  .b--lg\:u-myn-4{
    margin-top:-2rem!important;
    margin-bottom:-2rem!important
  }

  .b--lg\:u-p-4{
    padding:2rem!important
  }

  .b--lg\:u-pt-4{
    padding-top:2rem!important
  }

  .b--lg\:u-pr-4{
    padding-right:2rem!important
  }

  .b--lg\:u-pb-4{
    padding-bottom:2rem!important
  }

  .b--lg\:u-pl-4{
    padding-left:2rem!important
  }

  .b--lg\:u-px-4{
    padding-left:2rem!important;
    padding-right:2rem!important
  }

  .b--lg\:u-py-4{
    padding-top:2rem!important;
    padding-bottom:2rem!important
  }

  .b--lg\:u-m-6{
    margin:3rem!important
  }

  .b--lg\:u-mt-6{
    margin-top:3rem!important
  }

  .b--lg\:u-mr-6{
    margin-right:3rem!important
  }

  .b--lg\:u-mb-6{
    margin-bottom:3rem!important
  }

  .b--lg\:u-ml-6{
    margin-left:3rem!important
  }

  .b--lg\:u-mx-6{
    margin-left:3rem!important;
    margin-right:3rem!important
  }

  .b--lg\:u-my-6{
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }

  .b--lg\:u-mn-6{
    margin:-3rem!important
  }

  .b--lg\:u-mtn-6{
    margin-top:-3rem!important
  }

  .b--lg\:u-mrn-6{
    margin-right:-3rem!important
  }

  .b--lg\:u-mbn-6{
    margin-bottom:-3rem!important
  }

  .b--lg\:u-mln-6{
    margin-left:-3rem!important
  }

  .b--lg\:u-mxn-6{
    margin-left:-3rem!important;
    margin-right:-3rem!important
  }

  .b--lg\:u-myn-6{
    margin-top:-3rem!important;
    margin-bottom:-3rem!important
  }

  .b--lg\:u-p-6{
    padding:3rem!important
  }

  .b--lg\:u-pt-6{
    padding-top:3rem!important
  }

  .b--lg\:u-pr-6{
    padding-right:3rem!important
  }

  .b--lg\:u-pb-6{
    padding-bottom:3rem!important
  }

  .b--lg\:u-pl-6{
    padding-left:3rem!important
  }

  .b--lg\:u-px-6{
    padding-left:3rem!important;
    padding-right:3rem!important
  }

  .b--lg\:u-py-6{
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }

  .b--lg\:u-m-8{
    margin:4rem!important
  }

  .b--lg\:u-mt-8{
    margin-top:4rem!important
  }

  .b--lg\:u-mr-8{
    margin-right:4rem!important
  }

  .b--lg\:u-mb-8{
    margin-bottom:4rem!important
  }

  .b--lg\:u-ml-8{
    margin-left:4rem!important
  }

  .b--lg\:u-mx-8{
    margin-left:4rem!important;
    margin-right:4rem!important
  }

  .b--lg\:u-my-8{
    margin-top:4rem!important;
    margin-bottom:4rem!important
  }

  .b--lg\:u-mn-8{
    margin:-4rem!important
  }

  .b--lg\:u-mtn-8{
    margin-top:-4rem!important
  }

  .b--lg\:u-mrn-8{
    margin-right:-4rem!important
  }

  .b--lg\:u-mbn-8{
    margin-bottom:-4rem!important
  }

  .b--lg\:u-mln-8{
    margin-left:-4rem!important
  }

  .b--lg\:u-mxn-8{
    margin-left:-4rem!important;
    margin-right:-4rem!important
  }

  .b--lg\:u-myn-8{
    margin-top:-4rem!important;
    margin-bottom:-4rem!important
  }

  .b--lg\:u-p-8{
    padding:4rem!important
  }

  .b--lg\:u-pt-8{
    padding-top:4rem!important
  }

  .b--lg\:u-pr-8{
    padding-right:4rem!important
  }

  .b--lg\:u-pb-8{
    padding-bottom:4rem!important
  }

  .b--lg\:u-pl-8{
    padding-left:4rem!important
  }

  .b--lg\:u-px-8{
    padding-left:4rem!important;
    padding-right:4rem!important
  }

  .b--lg\:u-py-8{
    padding-top:4rem!important;
    padding-bottom:4rem!important
  }

  .b--lg\:u-m-10{
    margin:5rem!important
  }

  .b--lg\:u-mt-10{
    margin-top:5rem!important
  }

  .b--lg\:u-mr-10{
    margin-right:5rem!important
  }

  .b--lg\:u-mb-10{
    margin-bottom:5rem!important
  }

  .b--lg\:u-ml-10{
    margin-left:5rem!important
  }

  .b--lg\:u-mx-10{
    margin-left:5rem!important;
    margin-right:5rem!important
  }

  .b--lg\:u-my-10{
    margin-top:5rem!important;
    margin-bottom:5rem!important
  }

  .b--lg\:u-mn-10{
    margin:-5rem!important
  }

  .b--lg\:u-mtn-10{
    margin-top:-5rem!important
  }

  .b--lg\:u-mrn-10{
    margin-right:-5rem!important
  }

  .b--lg\:u-mbn-10{
    margin-bottom:-5rem!important
  }

  .b--lg\:u-mln-10{
    margin-left:-5rem!important
  }

  .b--lg\:u-mxn-10{
    margin-left:-5rem!important;
    margin-right:-5rem!important
  }

  .b--lg\:u-myn-10{
    margin-top:-5rem!important;
    margin-bottom:-5rem!important
  }

  .b--lg\:u-p-10{
    padding:5rem!important
  }

  .b--lg\:u-pt-10{
    padding-top:5rem!important
  }

  .b--lg\:u-pr-10{
    padding-right:5rem!important
  }

  .b--lg\:u-pb-10{
    padding-bottom:5rem!important
  }

  .b--lg\:u-pl-10{
    padding-left:5rem!important
  }

  .b--lg\:u-px-10{
    padding-left:5rem!important;
    padding-right:5rem!important
  }

  .b--lg\:u-py-10{
    padding-top:5rem!important;
    padding-bottom:5rem!important
  }

  .b--lg\:u-m-12{
    margin:6rem!important
  }

  .b--lg\:u-mt-12{
    margin-top:6rem!important
  }

  .b--lg\:u-mr-12{
    margin-right:6rem!important
  }

  .b--lg\:u-mb-12{
    margin-bottom:6rem!important
  }

  .b--lg\:u-ml-12{
    margin-left:6rem!important
  }

  .b--lg\:u-mx-12{
    margin-left:6rem!important;
    margin-right:6rem!important
  }

  .b--lg\:u-my-12{
    margin-top:6rem!important;
    margin-bottom:6rem!important
  }

  .b--lg\:u-mn-12{
    margin:-6rem!important
  }

  .b--lg\:u-mtn-12{
    margin-top:-6rem!important
  }

  .b--lg\:u-mrn-12{
    margin-right:-6rem!important
  }

  .b--lg\:u-mbn-12{
    margin-bottom:-6rem!important
  }

  .b--lg\:u-mln-12{
    margin-left:-6rem!important
  }

  .b--lg\:u-mxn-12{
    margin-left:-6rem!important;
    margin-right:-6rem!important
  }

  .b--lg\:u-myn-12{
    margin-top:-6rem!important;
    margin-bottom:-6rem!important
  }

  .b--lg\:u-p-12{
    padding:6rem!important
  }

  .b--lg\:u-pt-12{
    padding-top:6rem!important
  }

  .b--lg\:u-pr-12{
    padding-right:6rem!important
  }

  .b--lg\:u-pb-12{
    padding-bottom:6rem!important
  }

  .b--lg\:u-pl-12{
    padding-left:6rem!important
  }

  .b--lg\:u-px-12{
    padding-left:6rem!important;
    padding-right:6rem!important
  }

  .b--lg\:u-py-12{
    padding-top:6rem!important;
    padding-bottom:6rem!important
  }

  .b--lg\:u-m-16{
    margin:8rem!important
  }

  .b--lg\:u-mt-16{
    margin-top:8rem!important
  }

  .b--lg\:u-mr-16{
    margin-right:8rem!important
  }

  .b--lg\:u-mb-16{
    margin-bottom:8rem!important
  }

  .b--lg\:u-ml-16{
    margin-left:8rem!important
  }

  .b--lg\:u-mx-16{
    margin-left:8rem!important;
    margin-right:8rem!important
  }

  .b--lg\:u-my-16{
    margin-top:8rem!important;
    margin-bottom:8rem!important
  }

  .b--lg\:u-mn-16{
    margin:-8rem!important
  }

  .b--lg\:u-mtn-16{
    margin-top:-8rem!important
  }

  .b--lg\:u-mrn-16{
    margin-right:-8rem!important
  }

  .b--lg\:u-mbn-16{
    margin-bottom:-8rem!important
  }

  .b--lg\:u-mln-16{
    margin-left:-8rem!important
  }

  .b--lg\:u-mxn-16{
    margin-left:-8rem!important;
    margin-right:-8rem!important
  }

  .b--lg\:u-myn-16{
    margin-top:-8rem!important;
    margin-bottom:-8rem!important
  }

  .b--lg\:u-p-16{
    padding:8rem!important
  }

  .b--lg\:u-pt-16{
    padding-top:8rem!important
  }

  .b--lg\:u-pr-16{
    padding-right:8rem!important
  }

  .b--lg\:u-pb-16{
    padding-bottom:8rem!important
  }

  .b--lg\:u-pl-16{
    padding-left:8rem!important
  }

  .b--lg\:u-px-16{
    padding-left:8rem!important;
    padding-right:8rem!important
  }

  .b--lg\:u-py-16{
    padding-top:8rem!important;
    padding-bottom:8rem!important
  }

  .b--lg\:u-m-20{
    margin:10rem!important
  }

  .b--lg\:u-mt-20{
    margin-top:10rem!important
  }

  .b--lg\:u-mr-20{
    margin-right:10rem!important
  }

  .b--lg\:u-mb-20{
    margin-bottom:10rem!important
  }

  .b--lg\:u-ml-20{
    margin-left:10rem!important
  }

  .b--lg\:u-mx-20{
    margin-left:10rem!important;
    margin-right:10rem!important
  }

  .b--lg\:u-my-20{
    margin-top:10rem!important;
    margin-bottom:10rem!important
  }

  .b--lg\:u-mn-20{
    margin:-10rem!important
  }

  .b--lg\:u-mtn-20{
    margin-top:-10rem!important
  }

  .b--lg\:u-mrn-20{
    margin-right:-10rem!important
  }

  .b--lg\:u-mbn-20{
    margin-bottom:-10rem!important
  }

  .b--lg\:u-mln-20{
    margin-left:-10rem!important
  }

  .b--lg\:u-mxn-20{
    margin-left:-10rem!important;
    margin-right:-10rem!important
  }

  .b--lg\:u-myn-20{
    margin-top:-10rem!important;
    margin-bottom:-10rem!important
  }

  .b--lg\:u-p-20{
    padding:10rem!important
  }

  .b--lg\:u-pt-20{
    padding-top:10rem!important
  }

  .b--lg\:u-pr-20{
    padding-right:10rem!important
  }

  .b--lg\:u-pb-20{
    padding-bottom:10rem!important
  }

  .b--lg\:u-pl-20{
    padding-left:10rem!important
  }

  .b--lg\:u-px-20{
    padding-left:10rem!important;
    padding-right:10rem!important
  }

  .b--lg\:u-py-20{
    padding-top:10rem!important;
    padding-bottom:10rem!important
  }

  .b--lg\:u-m-25{
    margin:12.5rem!important
  }

  .b--lg\:u-mt-25{
    margin-top:12.5rem!important
  }

  .b--lg\:u-mr-25{
    margin-right:12.5rem!important
  }

  .b--lg\:u-mb-25{
    margin-bottom:12.5rem!important
  }

  .b--lg\:u-ml-25{
    margin-left:12.5rem!important
  }

  .b--lg\:u-mx-25{
    margin-left:12.5rem!important;
    margin-right:12.5rem!important
  }

  .b--lg\:u-my-25{
    margin-top:12.5rem!important;
    margin-bottom:12.5rem!important
  }

  .b--lg\:u-mn-25{
    margin:-12.5rem!important
  }

  .b--lg\:u-mtn-25{
    margin-top:-12.5rem!important
  }

  .b--lg\:u-mrn-25{
    margin-right:-12.5rem!important
  }

  .b--lg\:u-mbn-25{
    margin-bottom:-12.5rem!important
  }

  .b--lg\:u-mln-25{
    margin-left:-12.5rem!important
  }

  .b--lg\:u-mxn-25{
    margin-left:-12.5rem!important;
    margin-right:-12.5rem!important
  }

  .b--lg\:u-myn-25{
    margin-top:-12.5rem!important;
    margin-bottom:-12.5rem!important
  }

  .b--lg\:u-p-25{
    padding:12.5rem!important
  }

  .b--lg\:u-pt-25{
    padding-top:12.5rem!important
  }

  .b--lg\:u-pr-25{
    padding-right:12.5rem!important
  }

  .b--lg\:u-pb-25{
    padding-bottom:12.5rem!important
  }

  .b--lg\:u-pl-25{
    padding-left:12.5rem!important
  }

  .b--lg\:u-px-25{
    padding-left:12.5rem!important;
    padding-right:12.5rem!important
  }

  .b--lg\:u-py-25{
    padding-top:12.5rem!important;
    padding-bottom:12.5rem!important
  }

  .b--lg\:u-m-30{
    margin:15rem!important
  }

  .b--lg\:u-mt-30{
    margin-top:15rem!important
  }

  .b--lg\:u-mr-30{
    margin-right:15rem!important
  }

  .b--lg\:u-mb-30{
    margin-bottom:15rem!important
  }

  .b--lg\:u-ml-30{
    margin-left:15rem!important
  }

  .b--lg\:u-mx-30{
    margin-left:15rem!important;
    margin-right:15rem!important
  }

  .b--lg\:u-my-30{
    margin-top:15rem!important;
    margin-bottom:15rem!important
  }

  .b--lg\:u-mn-30{
    margin:-15rem!important
  }

  .b--lg\:u-mtn-30{
    margin-top:-15rem!important
  }

  .b--lg\:u-mrn-30{
    margin-right:-15rem!important
  }

  .b--lg\:u-mbn-30{
    margin-bottom:-15rem!important
  }

  .b--lg\:u-mln-30{
    margin-left:-15rem!important
  }

  .b--lg\:u-mxn-30{
    margin-left:-15rem!important;
    margin-right:-15rem!important
  }

  .b--lg\:u-myn-30{
    margin-top:-15rem!important;
    margin-bottom:-15rem!important
  }

  .b--lg\:u-p-30{
    padding:15rem!important
  }

  .b--lg\:u-pt-30{
    padding-top:15rem!important
  }

  .b--lg\:u-pr-30{
    padding-right:15rem!important
  }

  .b--lg\:u-pb-30{
    padding-bottom:15rem!important
  }

  .b--lg\:u-pl-30{
    padding-left:15rem!important
  }

  .b--lg\:u-px-30{
    padding-left:15rem!important;
    padding-right:15rem!important
  }

  .b--lg\:u-py-30{
    padding-top:15rem!important;
    padding-bottom:15rem!important
  }
}

@media (min-width: 75rem){
  .b--xl\:u-m-auto{
    margin:auto!important
  }

  .b--xl\:u-mt-auto{
    margin-top:auto!important
  }

  .b--xl\:u-mr-auto{
    margin-right:auto!important
  }

  .b--xl\:u-mb-auto{
    margin-bottom:auto!important
  }

  .b--xl\:u-ml-auto{
    margin-left:auto!important
  }

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

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

  .b--xl\:u-m-0\.25{
    margin:.125rem!important
  }

  .b--xl\:u-mt-0\.25{
    margin-top:.125rem!important
  }

  .b--xl\:u-mr-0\.25{
    margin-right:.125rem!important
  }

  .b--xl\:u-mb-0\.25{
    margin-bottom:.125rem!important
  }

  .b--xl\:u-ml-0\.25{
    margin-left:.125rem!important
  }

  .b--xl\:u-mx-0\.25{
    margin-left:.125rem!important;
    margin-right:.125rem!important
  }

  .b--xl\:u-my-0\.25{
    margin-top:.125rem!important;
    margin-bottom:.125rem!important
  }

  .b--xl\:u-mn-0\.25{
    margin:-.125rem!important
  }

  .b--xl\:u-mtn-0\.25{
    margin-top:-.125rem!important
  }

  .b--xl\:u-mrn-0\.25{
    margin-right:-.125rem!important
  }

  .b--xl\:u-mbn-0\.25{
    margin-bottom:-.125rem!important
  }

  .b--xl\:u-mln-0\.25{
    margin-left:-.125rem!important
  }

  .b--xl\:u-mxn-0\.25{
    margin-left:-.125rem!important;
    margin-right:-.125rem!important
  }

  .b--xl\:u-myn-0\.25{
    margin-top:-.125rem!important;
    margin-bottom:-.125rem!important
  }

  .b--xl\:u-p-0\.25{
    padding:.125rem!important
  }

  .b--xl\:u-pt-0\.25{
    padding-top:.125rem!important
  }

  .b--xl\:u-pr-0\.25{
    padding-right:.125rem!important
  }

  .b--xl\:u-pb-0\.25{
    padding-bottom:.125rem!important
  }

  .b--xl\:u-pl-0\.25{
    padding-left:.125rem!important
  }

  .b--xl\:u-px-0\.25{
    padding-left:.125rem!important;
    padding-right:.125rem!important
  }

  .b--xl\:u-py-0\.25{
    padding-top:.125rem!important;
    padding-bottom:.125rem!important
  }

  .b--xl\:u-m-0\.5{
    margin:.25rem!important
  }

  .b--xl\:u-mt-0\.5{
    margin-top:.25rem!important
  }

  .b--xl\:u-mr-0\.5{
    margin-right:.25rem!important
  }

  .b--xl\:u-mb-0\.5{
    margin-bottom:.25rem!important
  }

  .b--xl\:u-ml-0\.5{
    margin-left:.25rem!important
  }

  .b--xl\:u-mx-0\.5{
    margin-left:.25rem!important;
    margin-right:.25rem!important
  }

  .b--xl\:u-my-0\.5{
    margin-top:.25rem!important;
    margin-bottom:.25rem!important
  }

  .b--xl\:u-mn-0\.5{
    margin:-.25rem!important
  }

  .b--xl\:u-mtn-0\.5{
    margin-top:-.25rem!important
  }

  .b--xl\:u-mrn-0\.5{
    margin-right:-.25rem!important
  }

  .b--xl\:u-mbn-0\.5{
    margin-bottom:-.25rem!important
  }

  .b--xl\:u-mln-0\.5{
    margin-left:-.25rem!important
  }

  .b--xl\:u-mxn-0\.5{
    margin-left:-.25rem!important;
    margin-right:-.25rem!important
  }

  .b--xl\:u-myn-0\.5{
    margin-top:-.25rem!important;
    margin-bottom:-.25rem!important
  }

  .b--xl\:u-p-0\.5{
    padding:.25rem!important
  }

  .b--xl\:u-pt-0\.5{
    padding-top:.25rem!important
  }

  .b--xl\:u-pr-0\.5{
    padding-right:.25rem!important
  }

  .b--xl\:u-pb-0\.5{
    padding-bottom:.25rem!important
  }

  .b--xl\:u-pl-0\.5{
    padding-left:.25rem!important
  }

  .b--xl\:u-px-0\.5{
    padding-left:.25rem!important;
    padding-right:.25rem!important
  }

  .b--xl\:u-py-0\.5{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
  }

  .b--xl\:u-m-1{
    margin:.5rem!important
  }

  .b--xl\:u-mt-1{
    margin-top:.5rem!important
  }

  .b--xl\:u-mr-1{
    margin-right:.5rem!important
  }

  .b--xl\:u-mb-1{
    margin-bottom:.5rem!important
  }

  .b--xl\:u-ml-1{
    margin-left:.5rem!important
  }

  .b--xl\:u-mx-1{
    margin-left:.5rem!important;
    margin-right:.5rem!important
  }

  .b--xl\:u-my-1{
    margin-top:.5rem!important;
    margin-bottom:.5rem!important
  }

  .b--xl\:u-mn-1{
    margin:-.5rem!important
  }

  .b--xl\:u-mtn-1{
    margin-top:-.5rem!important
  }

  .b--xl\:u-mrn-1{
    margin-right:-.5rem!important
  }

  .b--xl\:u-mbn-1{
    margin-bottom:-.5rem!important
  }

  .b--xl\:u-mln-1{
    margin-left:-.5rem!important
  }

  .b--xl\:u-mxn-1{
    margin-left:-.5rem!important;
    margin-right:-.5rem!important
  }

  .b--xl\:u-myn-1{
    margin-top:-.5rem!important;
    margin-bottom:-.5rem!important
  }

  .b--xl\:u-p-1{
    padding:.5rem!important
  }

  .b--xl\:u-pt-1{
    padding-top:.5rem!important
  }

  .b--xl\:u-pr-1{
    padding-right:.5rem!important
  }

  .b--xl\:u-pb-1{
    padding-bottom:.5rem!important
  }

  .b--xl\:u-pl-1{
    padding-left:.5rem!important
  }

  .b--xl\:u-px-1{
    padding-left:.5rem!important;
    padding-right:.5rem!important
  }

  .b--xl\:u-py-1{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
  }

  .b--xl\:u-m-1\.5{
    margin:.75rem!important
  }

  .b--xl\:u-mt-1\.5{
    margin-top:.75rem!important
  }

  .b--xl\:u-mr-1\.5{
    margin-right:.75rem!important
  }

  .b--xl\:u-mb-1\.5{
    margin-bottom:.75rem!important
  }

  .b--xl\:u-ml-1\.5{
    margin-left:.75rem!important
  }

  .b--xl\:u-mx-1\.5{
    margin-left:.75rem!important;
    margin-right:.75rem!important
  }

  .b--xl\:u-my-1\.5{
    margin-top:.75rem!important;
    margin-bottom:.75rem!important
  }

  .b--xl\:u-mn-1\.5{
    margin:-.75rem!important
  }

  .b--xl\:u-mtn-1\.5{
    margin-top:-.75rem!important
  }

  .b--xl\:u-mrn-1\.5{
    margin-right:-.75rem!important
  }

  .b--xl\:u-mbn-1\.5{
    margin-bottom:-.75rem!important
  }

  .b--xl\:u-mln-1\.5{
    margin-left:-.75rem!important
  }

  .b--xl\:u-mxn-1\.5{
    margin-left:-.75rem!important;
    margin-right:-.75rem!important
  }

  .b--xl\:u-myn-1\.5{
    margin-top:-.75rem!important;
    margin-bottom:-.75rem!important
  }

  .b--xl\:u-p-1\.5{
    padding:.75rem!important
  }

  .b--xl\:u-pt-1\.5{
    padding-top:.75rem!important
  }

  .b--xl\:u-pr-1\.5{
    padding-right:.75rem!important
  }

  .b--xl\:u-pb-1\.5{
    padding-bottom:.75rem!important
  }

  .b--xl\:u-pl-1\.5{
    padding-left:.75rem!important
  }

  .b--xl\:u-px-1\.5{
    padding-left:.75rem!important;
    padding-right:.75rem!important
  }

  .b--xl\:u-py-1\.5{
    padding-top:.75rem!important;
    padding-bottom:.75rem!important
  }

  .b--xl\:u-m-2{
    margin:1rem!important
  }

  .b--xl\:u-mt-2{
    margin-top:1rem!important
  }

  .b--xl\:u-mr-2{
    margin-right:1rem!important
  }

  .b--xl\:u-mb-2{
    margin-bottom:1rem!important
  }

  .b--xl\:u-ml-2{
    margin-left:1rem!important
  }

  .b--xl\:u-mx-2{
    margin-left:1rem!important;
    margin-right:1rem!important
  }

  .b--xl\:u-my-2{
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }

  .b--xl\:u-mn-2{
    margin:-1rem!important
  }

  .b--xl\:u-mtn-2{
    margin-top:-1rem!important
  }

  .b--xl\:u-mrn-2{
    margin-right:-1rem!important
  }

  .b--xl\:u-mbn-2{
    margin-bottom:-1rem!important
  }

  .b--xl\:u-mln-2{
    margin-left:-1rem!important
  }

  .b--xl\:u-mxn-2{
    margin-left:-1rem!important;
    margin-right:-1rem!important
  }

  .b--xl\:u-myn-2{
    margin-top:-1rem!important;
    margin-bottom:-1rem!important
  }

  .b--xl\:u-p-2{
    padding:1rem!important
  }

  .b--xl\:u-pt-2{
    padding-top:1rem!important
  }

  .b--xl\:u-pr-2{
    padding-right:1rem!important
  }

  .b--xl\:u-pb-2{
    padding-bottom:1rem!important
  }

  .b--xl\:u-pl-2{
    padding-left:1rem!important
  }

  .b--xl\:u-px-2{
    padding-left:1rem!important;
    padding-right:1rem!important
  }

  .b--xl\:u-py-2{
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }

  .b--xl\:u-m-2\.5{
    margin:1.25rem!important
  }

  .b--xl\:u-mt-2\.5{
    margin-top:1.25rem!important
  }

  .b--xl\:u-mr-2\.5{
    margin-right:1.25rem!important
  }

  .b--xl\:u-mb-2\.5{
    margin-bottom:1.25rem!important
  }

  .b--xl\:u-ml-2\.5{
    margin-left:1.25rem!important
  }

  .b--xl\:u-mx-2\.5{
    margin-left:1.25rem!important;
    margin-right:1.25rem!important
  }

  .b--xl\:u-my-2\.5{
    margin-top:1.25rem!important;
    margin-bottom:1.25rem!important
  }

  .b--xl\:u-mn-2\.5{
    margin:-1.25rem!important
  }

  .b--xl\:u-mtn-2\.5{
    margin-top:-1.25rem!important
  }

  .b--xl\:u-mrn-2\.5{
    margin-right:-1.25rem!important
  }

  .b--xl\:u-mbn-2\.5{
    margin-bottom:-1.25rem!important
  }

  .b--xl\:u-mln-2\.5{
    margin-left:-1.25rem!important
  }

  .b--xl\:u-mxn-2\.5{
    margin-left:-1.25rem!important;
    margin-right:-1.25rem!important
  }

  .b--xl\:u-myn-2\.5{
    margin-top:-1.25rem!important;
    margin-bottom:-1.25rem!important
  }

  .b--xl\:u-p-2\.5{
    padding:1.25rem!important
  }

  .b--xl\:u-pt-2\.5{
    padding-top:1.25rem!important
  }

  .b--xl\:u-pr-2\.5{
    padding-right:1.25rem!important
  }

  .b--xl\:u-pb-2\.5{
    padding-bottom:1.25rem!important
  }

  .b--xl\:u-pl-2\.5{
    padding-left:1.25rem!important
  }

  .b--xl\:u-px-2\.5{
    padding-left:1.25rem!important;
    padding-right:1.25rem!important
  }

  .b--xl\:u-py-2\.5{
    padding-top:1.25rem!important;
    padding-bottom:1.25rem!important
  }

  .b--xl\:u-m-3{
    margin:1.5rem!important
  }

  .b--xl\:u-mt-3{
    margin-top:1.5rem!important
  }

  .b--xl\:u-mr-3{
    margin-right:1.5rem!important
  }

  .b--xl\:u-mb-3{
    margin-bottom:1.5rem!important
  }

  .b--xl\:u-ml-3{
    margin-left:1.5rem!important
  }

  .b--xl\:u-mx-3{
    margin-left:1.5rem!important;
    margin-right:1.5rem!important
  }

  .b--xl\:u-my-3{
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }

  .b--xl\:u-mn-3{
    margin:-1.5rem!important
  }

  .b--xl\:u-mtn-3{
    margin-top:-1.5rem!important
  }

  .b--xl\:u-mrn-3{
    margin-right:-1.5rem!important
  }

  .b--xl\:u-mbn-3{
    margin-bottom:-1.5rem!important
  }

  .b--xl\:u-mln-3{
    margin-left:-1.5rem!important
  }

  .b--xl\:u-mxn-3{
    margin-left:-1.5rem!important;
    margin-right:-1.5rem!important
  }

  .b--xl\:u-myn-3{
    margin-top:-1.5rem!important;
    margin-bottom:-1.5rem!important
  }

  .b--xl\:u-p-3{
    padding:1.5rem!important
  }

  .b--xl\:u-pt-3{
    padding-top:1.5rem!important
  }

  .b--xl\:u-pr-3{
    padding-right:1.5rem!important
  }

  .b--xl\:u-pb-3{
    padding-bottom:1.5rem!important
  }

  .b--xl\:u-pl-3{
    padding-left:1.5rem!important
  }

  .b--xl\:u-px-3{
    padding-left:1.5rem!important;
    padding-right:1.5rem!important
  }

  .b--xl\:u-py-3{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }

  .b--xl\:u-m-4{
    margin:2rem!important
  }

  .b--xl\:u-mt-4{
    margin-top:2rem!important
  }

  .b--xl\:u-mr-4{
    margin-right:2rem!important
  }

  .b--xl\:u-mb-4{
    margin-bottom:2rem!important
  }

  .b--xl\:u-ml-4{
    margin-left:2rem!important
  }

  .b--xl\:u-mx-4{
    margin-left:2rem!important;
    margin-right:2rem!important
  }

  .b--xl\:u-my-4{
    margin-top:2rem!important;
    margin-bottom:2rem!important
  }

  .b--xl\:u-mn-4{
    margin:-2rem!important
  }

  .b--xl\:u-mtn-4{
    margin-top:-2rem!important
  }

  .b--xl\:u-mrn-4{
    margin-right:-2rem!important
  }

  .b--xl\:u-mbn-4{
    margin-bottom:-2rem!important
  }

  .b--xl\:u-mln-4{
    margin-left:-2rem!important
  }

  .b--xl\:u-mxn-4{
    margin-left:-2rem!important;
    margin-right:-2rem!important
  }

  .b--xl\:u-myn-4{
    margin-top:-2rem!important;
    margin-bottom:-2rem!important
  }

  .b--xl\:u-p-4{
    padding:2rem!important
  }

  .b--xl\:u-pt-4{
    padding-top:2rem!important
  }

  .b--xl\:u-pr-4{
    padding-right:2rem!important
  }

  .b--xl\:u-pb-4{
    padding-bottom:2rem!important
  }

  .b--xl\:u-pl-4{
    padding-left:2rem!important
  }

  .b--xl\:u-px-4{
    padding-left:2rem!important;
    padding-right:2rem!important
  }

  .b--xl\:u-py-4{
    padding-top:2rem!important;
    padding-bottom:2rem!important
  }

  .b--xl\:u-m-6{
    margin:3rem!important
  }

  .b--xl\:u-mt-6{
    margin-top:3rem!important
  }

  .b--xl\:u-mr-6{
    margin-right:3rem!important
  }

  .b--xl\:u-mb-6{
    margin-bottom:3rem!important
  }

  .b--xl\:u-ml-6{
    margin-left:3rem!important
  }

  .b--xl\:u-mx-6{
    margin-left:3rem!important;
    margin-right:3rem!important
  }

  .b--xl\:u-my-6{
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }

  .b--xl\:u-mn-6{
    margin:-3rem!important
  }

  .b--xl\:u-mtn-6{
    margin-top:-3rem!important
  }

  .b--xl\:u-mrn-6{
    margin-right:-3rem!important
  }

  .b--xl\:u-mbn-6{
    margin-bottom:-3rem!important
  }

  .b--xl\:u-mln-6{
    margin-left:-3rem!important
  }

  .b--xl\:u-mxn-6{
    margin-left:-3rem!important;
    margin-right:-3rem!important
  }

  .b--xl\:u-myn-6{
    margin-top:-3rem!important;
    margin-bottom:-3rem!important
  }

  .b--xl\:u-p-6{
    padding:3rem!important
  }

  .b--xl\:u-pt-6{
    padding-top:3rem!important
  }

  .b--xl\:u-pr-6{
    padding-right:3rem!important
  }

  .b--xl\:u-pb-6{
    padding-bottom:3rem!important
  }

  .b--xl\:u-pl-6{
    padding-left:3rem!important
  }

  .b--xl\:u-px-6{
    padding-left:3rem!important;
    padding-right:3rem!important
  }

  .b--xl\:u-py-6{
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }

  .b--xl\:u-m-8{
    margin:4rem!important
  }

  .b--xl\:u-mt-8{
    margin-top:4rem!important
  }

  .b--xl\:u-mr-8{
    margin-right:4rem!important
  }

  .b--xl\:u-mb-8{
    margin-bottom:4rem!important
  }

  .b--xl\:u-ml-8{
    margin-left:4rem!important
  }

  .b--xl\:u-mx-8{
    margin-left:4rem!important;
    margin-right:4rem!important
  }

  .b--xl\:u-my-8{
    margin-top:4rem!important;
    margin-bottom:4rem!important
  }

  .b--xl\:u-mn-8{
    margin:-4rem!important
  }

  .b--xl\:u-mtn-8{
    margin-top:-4rem!important
  }

  .b--xl\:u-mrn-8{
    margin-right:-4rem!important
  }

  .b--xl\:u-mbn-8{
    margin-bottom:-4rem!important
  }

  .b--xl\:u-mln-8{
    margin-left:-4rem!important
  }

  .b--xl\:u-mxn-8{
    margin-left:-4rem!important;
    margin-right:-4rem!important
  }

  .b--xl\:u-myn-8{
    margin-top:-4rem!important;
    margin-bottom:-4rem!important
  }

  .b--xl\:u-p-8{
    padding:4rem!important
  }

  .b--xl\:u-pt-8{
    padding-top:4rem!important
  }

  .b--xl\:u-pr-8{
    padding-right:4rem!important
  }

  .b--xl\:u-pb-8{
    padding-bottom:4rem!important
  }

  .b--xl\:u-pl-8{
    padding-left:4rem!important
  }

  .b--xl\:u-px-8{
    padding-left:4rem!important;
    padding-right:4rem!important
  }

  .b--xl\:u-py-8{
    padding-top:4rem!important;
    padding-bottom:4rem!important
  }

  .b--xl\:u-m-10{
    margin:5rem!important
  }

  .b--xl\:u-mt-10{
    margin-top:5rem!important
  }

  .b--xl\:u-mr-10{
    margin-right:5rem!important
  }

  .b--xl\:u-mb-10{
    margin-bottom:5rem!important
  }

  .b--xl\:u-ml-10{
    margin-left:5rem!important
  }

  .b--xl\:u-mx-10{
    margin-left:5rem!important;
    margin-right:5rem!important
  }

  .b--xl\:u-my-10{
    margin-top:5rem!important;
    margin-bottom:5rem!important
  }

  .b--xl\:u-mn-10{
    margin:-5rem!important
  }

  .b--xl\:u-mtn-10{
    margin-top:-5rem!important
  }

  .b--xl\:u-mrn-10{
    margin-right:-5rem!important
  }

  .b--xl\:u-mbn-10{
    margin-bottom:-5rem!important
  }

  .b--xl\:u-mln-10{
    margin-left:-5rem!important
  }

  .b--xl\:u-mxn-10{
    margin-left:-5rem!important;
    margin-right:-5rem!important
  }

  .b--xl\:u-myn-10{
    margin-top:-5rem!important;
    margin-bottom:-5rem!important
  }

  .b--xl\:u-p-10{
    padding:5rem!important
  }

  .b--xl\:u-pt-10{
    padding-top:5rem!important
  }

  .b--xl\:u-pr-10{
    padding-right:5rem!important
  }

  .b--xl\:u-pb-10{
    padding-bottom:5rem!important
  }

  .b--xl\:u-pl-10{
    padding-left:5rem!important
  }

  .b--xl\:u-px-10{
    padding-left:5rem!important;
    padding-right:5rem!important
  }

  .b--xl\:u-py-10{
    padding-top:5rem!important;
    padding-bottom:5rem!important
  }

  .b--xl\:u-m-12{
    margin:6rem!important
  }

  .b--xl\:u-mt-12{
    margin-top:6rem!important
  }

  .b--xl\:u-mr-12{
    margin-right:6rem!important
  }

  .b--xl\:u-mb-12{
    margin-bottom:6rem!important
  }

  .b--xl\:u-ml-12{
    margin-left:6rem!important
  }

  .b--xl\:u-mx-12{
    margin-left:6rem!important;
    margin-right:6rem!important
  }

  .b--xl\:u-my-12{
    margin-top:6rem!important;
    margin-bottom:6rem!important
  }

  .b--xl\:u-mn-12{
    margin:-6rem!important
  }

  .b--xl\:u-mtn-12{
    margin-top:-6rem!important
  }

  .b--xl\:u-mrn-12{
    margin-right:-6rem!important
  }

  .b--xl\:u-mbn-12{
    margin-bottom:-6rem!important
  }

  .b--xl\:u-mln-12{
    margin-left:-6rem!important
  }

  .b--xl\:u-mxn-12{
    margin-left:-6rem!important;
    margin-right:-6rem!important
  }

  .b--xl\:u-myn-12{
    margin-top:-6rem!important;
    margin-bottom:-6rem!important
  }

  .b--xl\:u-p-12{
    padding:6rem!important
  }

  .b--xl\:u-pt-12{
    padding-top:6rem!important
  }

  .b--xl\:u-pr-12{
    padding-right:6rem!important
  }

  .b--xl\:u-pb-12{
    padding-bottom:6rem!important
  }

  .b--xl\:u-pl-12{
    padding-left:6rem!important
  }

  .b--xl\:u-px-12{
    padding-left:6rem!important;
    padding-right:6rem!important
  }

  .b--xl\:u-py-12{
    padding-top:6rem!important;
    padding-bottom:6rem!important
  }

  .b--xl\:u-m-16{
    margin:8rem!important
  }

  .b--xl\:u-mt-16{
    margin-top:8rem!important
  }

  .b--xl\:u-mr-16{
    margin-right:8rem!important
  }

  .b--xl\:u-mb-16{
    margin-bottom:8rem!important
  }

  .b--xl\:u-ml-16{
    margin-left:8rem!important
  }

  .b--xl\:u-mx-16{
    margin-left:8rem!important;
    margin-right:8rem!important
  }

  .b--xl\:u-my-16{
    margin-top:8rem!important;
    margin-bottom:8rem!important
  }

  .b--xl\:u-mn-16{
    margin:-8rem!important
  }

  .b--xl\:u-mtn-16{
    margin-top:-8rem!important
  }

  .b--xl\:u-mrn-16{
    margin-right:-8rem!important
  }

  .b--xl\:u-mbn-16{
    margin-bottom:-8rem!important
  }

  .b--xl\:u-mln-16{
    margin-left:-8rem!important
  }

  .b--xl\:u-mxn-16{
    margin-left:-8rem!important;
    margin-right:-8rem!important
  }

  .b--xl\:u-myn-16{
    margin-top:-8rem!important;
    margin-bottom:-8rem!important
  }

  .b--xl\:u-p-16{
    padding:8rem!important
  }

  .b--xl\:u-pt-16{
    padding-top:8rem!important
  }

  .b--xl\:u-pr-16{
    padding-right:8rem!important
  }

  .b--xl\:u-pb-16{
    padding-bottom:8rem!important
  }

  .b--xl\:u-pl-16{
    padding-left:8rem!important
  }

  .b--xl\:u-px-16{
    padding-left:8rem!important;
    padding-right:8rem!important
  }

  .b--xl\:u-py-16{
    padding-top:8rem!important;
    padding-bottom:8rem!important
  }

  .b--xl\:u-m-20{
    margin:10rem!important
  }

  .b--xl\:u-mt-20{
    margin-top:10rem!important
  }

  .b--xl\:u-mr-20{
    margin-right:10rem!important
  }

  .b--xl\:u-mb-20{
    margin-bottom:10rem!important
  }

  .b--xl\:u-ml-20{
    margin-left:10rem!important
  }

  .b--xl\:u-mx-20{
    margin-left:10rem!important;
    margin-right:10rem!important
  }

  .b--xl\:u-my-20{
    margin-top:10rem!important;
    margin-bottom:10rem!important
  }

  .b--xl\:u-mn-20{
    margin:-10rem!important
  }

  .b--xl\:u-mtn-20{
    margin-top:-10rem!important
  }

  .b--xl\:u-mrn-20{
    margin-right:-10rem!important
  }

  .b--xl\:u-mbn-20{
    margin-bottom:-10rem!important
  }

  .b--xl\:u-mln-20{
    margin-left:-10rem!important
  }

  .b--xl\:u-mxn-20{
    margin-left:-10rem!important;
    margin-right:-10rem!important
  }

  .b--xl\:u-myn-20{
    margin-top:-10rem!important;
    margin-bottom:-10rem!important
  }

  .b--xl\:u-p-20{
    padding:10rem!important
  }

  .b--xl\:u-pt-20{
    padding-top:10rem!important
  }

  .b--xl\:u-pr-20{
    padding-right:10rem!important
  }

  .b--xl\:u-pb-20{
    padding-bottom:10rem!important
  }

  .b--xl\:u-pl-20{
    padding-left:10rem!important
  }

  .b--xl\:u-px-20{
    padding-left:10rem!important;
    padding-right:10rem!important
  }

  .b--xl\:u-py-20{
    padding-top:10rem!important;
    padding-bottom:10rem!important
  }

  .b--xl\:u-m-25{
    margin:12.5rem!important
  }

  .b--xl\:u-mt-25{
    margin-top:12.5rem!important
  }

  .b--xl\:u-mr-25{
    margin-right:12.5rem!important
  }

  .b--xl\:u-mb-25{
    margin-bottom:12.5rem!important
  }

  .b--xl\:u-ml-25{
    margin-left:12.5rem!important
  }

  .b--xl\:u-mx-25{
    margin-left:12.5rem!important;
    margin-right:12.5rem!important
  }

  .b--xl\:u-my-25{
    margin-top:12.5rem!important;
    margin-bottom:12.5rem!important
  }

  .b--xl\:u-mn-25{
    margin:-12.5rem!important
  }

  .b--xl\:u-mtn-25{
    margin-top:-12.5rem!important
  }

  .b--xl\:u-mrn-25{
    margin-right:-12.5rem!important
  }

  .b--xl\:u-mbn-25{
    margin-bottom:-12.5rem!important
  }

  .b--xl\:u-mln-25{
    margin-left:-12.5rem!important
  }

  .b--xl\:u-mxn-25{
    margin-left:-12.5rem!important;
    margin-right:-12.5rem!important
  }

  .b--xl\:u-myn-25{
    margin-top:-12.5rem!important;
    margin-bottom:-12.5rem!important
  }

  .b--xl\:u-p-25{
    padding:12.5rem!important
  }

  .b--xl\:u-pt-25{
    padding-top:12.5rem!important
  }

  .b--xl\:u-pr-25{
    padding-right:12.5rem!important
  }

  .b--xl\:u-pb-25{
    padding-bottom:12.5rem!important
  }

  .b--xl\:u-pl-25{
    padding-left:12.5rem!important
  }

  .b--xl\:u-px-25{
    padding-left:12.5rem!important;
    padding-right:12.5rem!important
  }

  .b--xl\:u-py-25{
    padding-top:12.5rem!important;
    padding-bottom:12.5rem!important
  }

  .b--xl\:u-m-30{
    margin:15rem!important
  }

  .b--xl\:u-mt-30{
    margin-top:15rem!important
  }

  .b--xl\:u-mr-30{
    margin-right:15rem!important
  }

  .b--xl\:u-mb-30{
    margin-bottom:15rem!important
  }

  .b--xl\:u-ml-30{
    margin-left:15rem!important
  }

  .b--xl\:u-mx-30{
    margin-left:15rem!important;
    margin-right:15rem!important
  }

  .b--xl\:u-my-30{
    margin-top:15rem!important;
    margin-bottom:15rem!important
  }

  .b--xl\:u-mn-30{
    margin:-15rem!important
  }

  .b--xl\:u-mtn-30{
    margin-top:-15rem!important
  }

  .b--xl\:u-mrn-30{
    margin-right:-15rem!important
  }

  .b--xl\:u-mbn-30{
    margin-bottom:-15rem!important
  }

  .b--xl\:u-mln-30{
    margin-left:-15rem!important
  }

  .b--xl\:u-mxn-30{
    margin-left:-15rem!important;
    margin-right:-15rem!important
  }

  .b--xl\:u-myn-30{
    margin-top:-15rem!important;
    margin-bottom:-15rem!important
  }

  .b--xl\:u-p-30{
    padding:15rem!important
  }

  .b--xl\:u-pt-30{
    padding-top:15rem!important
  }

  .b--xl\:u-pr-30{
    padding-right:15rem!important
  }

  .b--xl\:u-pb-30{
    padding-bottom:15rem!important
  }

  .b--xl\:u-pl-30{
    padding-left:15rem!important
  }

  .b--xl\:u-px-30{
    padding-left:15rem!important;
    padding-right:15rem!important
  }

  .b--xl\:u-py-30{
    padding-top:15rem!important;
    padding-bottom:15rem!important
  }
}

.b--u-text-7xl{
  font-size:var(--font-size-7xl);
  font-weight:bold;
  line-height:1.0625;
  letter-spacing:-2px
}

.b--u-text-6xl{
  font-size:var(--font-size-6xl);
  font-weight:bold;
  line-height:1.046875;
  letter-spacing:-2px
}

.b--u-text-5xl{
  font-size:var(--font-size-5xl);
  font-weight:bold;
  line-height:1.08333333;
  letter-spacing:-2px
}

.b--u-text-4xl{
  font-size:var(--font-size-4xl);
  font-weight:bold;
  line-height:1.02777778;
  letter-spacing:-2px
}

.b--u-text-3xl{
  font-size:var(--font-size-3xl);
  font-weight:bold;
  line-height:1.10714286;
  letter-spacing:-2px
}

.b--u-text-2xl{
  font-size:var(--font-size-2xl);
  font-weight:bold;
  line-height:1.15;
  letter-spacing:-.5px
}

.b--u-text-xl{
  font-size:var(--font-size-xl);
  font-weight:bold;
  line-height:1.125;
  letter-spacing:-.4px
}

.b--u-text-lg{
  font-size:var(--font-size-lg);
  font-weight:normal;
  line-height:1.333;
  letter-spacing:-.1px
}

.b--u-text-base{
  font-size:var(--font-size-base);
  font-weight:normal;
  line-height:1.55555556
}

.b--u-text-sm{
  font-size:var(--font-size-sm);
  font-weight:normal;
  line-height:1.5
}

.b--u-text-xs{
  font-size:var(--font-size-xs);
  font-weight:normal;
  line-height:1.28571429
}

.b--u-text-2xs{
  font-size:var(--font-size-2xs);
  font-weight:normal;
  line-height:1.333
}

.b--u-text-static{
  --font-size-7xl: var(--font-size-7xl-static);
  --font-size-6xl: var(--font-size-6xl-static);
  --font-size-5xl: var(--font-size-5xl-static);
  --font-size-4xl: var(--font-size-4xl-static);
  --font-size-3xl: var(--font-size-3xl-static);
  --font-size-2xl: var(--font-size-2xl-static);
  --font-size-xl: var(--font-size-xl-static);
  --font-size-lg: var(--font-size-lg-static)
}

.b--u-text-caps{
  text-transform:uppercase;
  letter-spacing:.1em
}

.b--u-text-bold{
  font-weight:500
}

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

.calendly-overlay .calendly-popup-close[class] {
  top: 0.25rem;
  right: 0.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background-color: var(--color-white);
  background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z' fill='%231B1B20'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
  border: 0;
  border-radius: 999px;
  transition: background-color var(--transition-fast);
  cursor: pointer;
}

.calendly-overlay .calendly-popup-close[class]::before {
  content: none;
}

.calendly-overlay .calendly-popup-close[class]:hover {
  background-color: var(--color-black-50);
}

@media screen and (min-width: 64rem) {
  .calendly-overlay .calendly-popup-close[class] {
    top: calc(50% - min(400px, 45vh) - 32px + 66px - 8px);
    right: calc((100vw - min(1000px, max(900px, 80vw))) / 2 + min(1000px, max(900px, 80vw)) * 0.05);
  }
}

.calendly-overlay .calendly-popup[class] {
  max-height: 800px !important;
}

@media (min-width: 36rem) {
  .sm\:u-border {
    border-width: 1px;
    border-style: solid;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:u-rounded-sl {
    border-radius: 1rem;
  }

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

  .sm\:u-rounded-t-lg {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:u-rounded-b-lg {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:u-rounded-tl-lg {
    border-top-left-radius: 1.5rem;
  }

  .sm\:u-rounded-tr-lg {
    border-top-right-radius: 1.5rem;
  }

  .sm\:u-rounded-br-lg {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:u-rounded-bl-lg {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:u-rounded-t-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:u-rounded-b-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:u-rounded-tl-0 {
    border-top-left-radius: 0;
  }

  .sm\:u-rounded-tr-0 {
    border-top-right-radius: 0;
  }

  .sm\:u-rounded-br-0 {
    border-bottom-right-radius: 0;
  }

  .sm\:u-rounded-bl-0 {
    border-bottom-left-radius: 0;
  }

  .sm\:u-rounded-full {
    border-radius: 9999px;
  }

  .sm\:u-round {
    border-radius: 50%;
  }

  .sm\:u-m-auto {
    margin: auto !important;
  }

  .sm\:u-mt-auto {
    margin-top: auto !important;
  }

  .sm\:u-mr-auto {
    margin-right: auto !important;
  }

  .sm\:u-mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:u-ml-auto {
    margin-left: auto !important;
  }

  .sm\:u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:u-m-0 {
    margin: 0 !important;
  }

  .sm\:u-mt-0 {
    margin-top: 0 !important;
  }

  .sm\:u-mr-0 {
    margin-right: 0 !important;
  }

  .sm\:u-mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:u-ml-0 {
    margin-left: 0 !important;
  }

  .sm\:u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:u--m-0 {
    margin: 0 !important;
  }

  .sm\:u--mt-0 {
    margin-top: 0 !important;
  }

  .sm\:u--mr-0 {
    margin-right: 0 !important;
  }

  .sm\:u--mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:u--ml-0 {
    margin-left: 0 !important;
  }

  .sm\:u--mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:u--my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:u-p-0 {
    padding: 0 !important;
  }

  .sm\:u-pt-0 {
    padding-top: 0 !important;
  }

  .sm\:u-pr-0 {
    padding-right: 0 !important;
  }

  .sm\:u-pb-0 {
    padding-bottom: 0 !important;
  }

  .sm\:u-pl-0 {
    padding-left: 0 !important;
  }

  .sm\:u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:u-m-3xs {
    margin: 0.125rem !important;
  }

  .sm\:u-mt-3xs {
    margin-top: 0.125rem !important;
  }

  .sm\:u-mr-3xs {
    margin-right: 0.125rem !important;
  }

  .sm\:u-mb-3xs {
    margin-bottom: 0.125rem !important;
  }

  .sm\:u-ml-3xs {
    margin-left: 0.125rem !important;
  }

  .sm\:u-mx-3xs {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .sm\:u-my-3xs {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .sm\:u--m-3xs {
    margin: -0.125rem !important;
  }

  .sm\:u--mt-3xs {
    margin-top: -0.125rem !important;
  }

  .sm\:u--mr-3xs {
    margin-right: -0.125rem !important;
  }

  .sm\:u--mb-3xs {
    margin-bottom: -0.125rem !important;
  }

  .sm\:u--ml-3xs {
    margin-left: -0.125rem !important;
  }

  .sm\:u--mx-3xs {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .sm\:u--my-3xs {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .sm\:u-p-3xs {
    padding: 0.125rem !important;
  }

  .sm\:u-pt-3xs {
    padding-top: 0.125rem !important;
  }

  .sm\:u-pr-3xs {
    padding-right: 0.125rem !important;
  }

  .sm\:u-pb-3xs {
    padding-bottom: 0.125rem !important;
  }

  .sm\:u-pl-3xs {
    padding-left: 0.125rem !important;
  }

  .sm\:u-px-3xs {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .sm\:u-py-3xs {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .sm\:u-m-2xs {
    margin: 0.25rem !important;
  }

  .sm\:u-mt-2xs {
    margin-top: 0.25rem !important;
  }

  .sm\:u-mr-2xs {
    margin-right: 0.25rem !important;
  }

  .sm\:u-mb-2xs {
    margin-bottom: 0.25rem !important;
  }

  .sm\:u-ml-2xs {
    margin-left: 0.25rem !important;
  }

  .sm\:u-mx-2xs {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:u-my-2xs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:u--m-2xs {
    margin: -0.25rem !important;
  }

  .sm\:u--mt-2xs {
    margin-top: -0.25rem !important;
  }

  .sm\:u--mr-2xs {
    margin-right: -0.25rem !important;
  }

  .sm\:u--mb-2xs {
    margin-bottom: -0.25rem !important;
  }

  .sm\:u--ml-2xs {
    margin-left: -0.25rem !important;
  }

  .sm\:u--mx-2xs {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:u--my-2xs {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:u-p-2xs {
    padding: 0.25rem !important;
  }

  .sm\:u-pt-2xs {
    padding-top: 0.25rem !important;
  }

  .sm\:u-pr-2xs {
    padding-right: 0.25rem !important;
  }

  .sm\:u-pb-2xs {
    padding-bottom: 0.25rem !important;
  }

  .sm\:u-pl-2xs {
    padding-left: 0.25rem !important;
  }

  .sm\:u-px-2xs {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:u-py-2xs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:u-m-xs {
    margin: 0.5rem !important;
  }

  .sm\:u-mt-xs {
    margin-top: 0.5rem !important;
  }

  .sm\:u-mr-xs {
    margin-right: 0.5rem !important;
  }

  .sm\:u-mb-xs {
    margin-bottom: 0.5rem !important;
  }

  .sm\:u-ml-xs {
    margin-left: 0.5rem !important;
  }

  .sm\:u-mx-xs {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:u-my-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:u--m-xs {
    margin: -0.5rem !important;
  }

  .sm\:u--mt-xs {
    margin-top: -0.5rem !important;
  }

  .sm\:u--mr-xs {
    margin-right: -0.5rem !important;
  }

  .sm\:u--mb-xs {
    margin-bottom: -0.5rem !important;
  }

  .sm\:u--ml-xs {
    margin-left: -0.5rem !important;
  }

  .sm\:u--mx-xs {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:u--my-xs {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:u-p-xs {
    padding: 0.5rem !important;
  }

  .sm\:u-pt-xs {
    padding-top: 0.5rem !important;
  }

  .sm\:u-pr-xs {
    padding-right: 0.5rem !important;
  }

  .sm\:u-pb-xs {
    padding-bottom: 0.5rem !important;
  }

  .sm\:u-pl-xs {
    padding-left: 0.5rem !important;
  }

  .sm\:u-px-xs {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:u-py-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:u-m-sm {
    margin: 0.75rem !important;
  }

  .sm\:u-mt-sm {
    margin-top: 0.75rem !important;
  }

  .sm\:u-mr-sm {
    margin-right: 0.75rem !important;
  }

  .sm\:u-mb-sm {
    margin-bottom: 0.75rem !important;
  }

  .sm\:u-ml-sm {
    margin-left: 0.75rem !important;
  }

  .sm\:u-mx-sm {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:u-my-sm {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:u--m-sm {
    margin: -0.75rem !important;
  }

  .sm\:u--mt-sm {
    margin-top: -0.75rem !important;
  }

  .sm\:u--mr-sm {
    margin-right: -0.75rem !important;
  }

  .sm\:u--mb-sm {
    margin-bottom: -0.75rem !important;
  }

  .sm\:u--ml-sm {
    margin-left: -0.75rem !important;
  }

  .sm\:u--mx-sm {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:u--my-sm {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:u-p-sm {
    padding: 0.75rem !important;
  }

  .sm\:u-pt-sm {
    padding-top: 0.75rem !important;
  }

  .sm\:u-pr-sm {
    padding-right: 0.75rem !important;
  }

  .sm\:u-pb-sm {
    padding-bottom: 0.75rem !important;
  }

  .sm\:u-pl-sm {
    padding-left: 0.75rem !important;
  }

  .sm\:u-px-sm {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:u-py-sm {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:u-m-md {
    margin: 1rem !important;
  }

  .sm\:u-mt-md {
    margin-top: 1rem !important;
  }

  .sm\:u-mr-md {
    margin-right: 1rem !important;
  }

  .sm\:u-mb-md {
    margin-bottom: 1rem !important;
  }

  .sm\:u-ml-md {
    margin-left: 1rem !important;
  }

  .sm\:u-mx-md {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:u-my-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:u--m-md {
    margin: -1rem !important;
  }

  .sm\:u--mt-md {
    margin-top: -1rem !important;
  }

  .sm\:u--mr-md {
    margin-right: -1rem !important;
  }

  .sm\:u--mb-md {
    margin-bottom: -1rem !important;
  }

  .sm\:u--ml-md {
    margin-left: -1rem !important;
  }

  .sm\:u--mx-md {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:u--my-md {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:u-p-md {
    padding: 1rem !important;
  }

  .sm\:u-pt-md {
    padding-top: 1rem !important;
  }

  .sm\:u-pr-md {
    padding-right: 1rem !important;
  }

  .sm\:u-pb-md {
    padding-bottom: 1rem !important;
  }

  .sm\:u-pl-md {
    padding-left: 1rem !important;
  }

  .sm\:u-px-md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:u-py-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:u-m-lg {
    margin: 1.5rem !important;
  }

  .sm\:u-mt-lg {
    margin-top: 1.5rem !important;
  }

  .sm\:u-mr-lg {
    margin-right: 1.5rem !important;
  }

  .sm\:u-mb-lg {
    margin-bottom: 1.5rem !important;
  }

  .sm\:u-ml-lg {
    margin-left: 1.5rem !important;
  }

  .sm\:u-mx-lg {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:u-my-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:u--m-lg {
    margin: -1.5rem !important;
  }

  .sm\:u--mt-lg {
    margin-top: -1.5rem !important;
  }

  .sm\:u--mr-lg {
    margin-right: -1.5rem !important;
  }

  .sm\:u--mb-lg {
    margin-bottom: -1.5rem !important;
  }

  .sm\:u--ml-lg {
    margin-left: -1.5rem !important;
  }

  .sm\:u--mx-lg {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:u--my-lg {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:u-p-lg {
    padding: 1.5rem !important;
  }

  .sm\:u-pt-lg {
    padding-top: 1.5rem !important;
  }

  .sm\:u-pr-lg {
    padding-right: 1.5rem !important;
  }

  .sm\:u-pb-lg {
    padding-bottom: 1.5rem !important;
  }

  .sm\:u-pl-lg {
    padding-left: 1.5rem !important;
  }

  .sm\:u-px-lg {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:u-py-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:u-m-xl {
    margin: 2rem !important;
  }

  .sm\:u-mt-xl {
    margin-top: 2rem !important;
  }

  .sm\:u-mr-xl {
    margin-right: 2rem !important;
  }

  .sm\:u-mb-xl {
    margin-bottom: 2rem !important;
  }

  .sm\:u-ml-xl {
    margin-left: 2rem !important;
  }

  .sm\:u-mx-xl {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:u-my-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:u--m-xl {
    margin: -2rem !important;
  }

  .sm\:u--mt-xl {
    margin-top: -2rem !important;
  }

  .sm\:u--mr-xl {
    margin-right: -2rem !important;
  }

  .sm\:u--mb-xl {
    margin-bottom: -2rem !important;
  }

  .sm\:u--ml-xl {
    margin-left: -2rem !important;
  }

  .sm\:u--mx-xl {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:u--my-xl {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:u-p-xl {
    padding: 2rem !important;
  }

  .sm\:u-pt-xl {
    padding-top: 2rem !important;
  }

  .sm\:u-pr-xl {
    padding-right: 2rem !important;
  }

  .sm\:u-pb-xl {
    padding-bottom: 2rem !important;
  }

  .sm\:u-pl-xl {
    padding-left: 2rem !important;
  }

  .sm\:u-px-xl {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:u-py-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:u-m-2xl {
    margin: 2.5rem !important;
  }

  .sm\:u-mt-2xl {
    margin-top: 2.5rem !important;
  }

  .sm\:u-mr-2xl {
    margin-right: 2.5rem !important;
  }

  .sm\:u-mb-2xl {
    margin-bottom: 2.5rem !important;
  }

  .sm\:u-ml-2xl {
    margin-left: 2.5rem !important;
  }

  .sm\:u-mx-2xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:u-my-2xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:u--m-2xl {
    margin: -2.5rem !important;
  }

  .sm\:u--mt-2xl {
    margin-top: -2.5rem !important;
  }

  .sm\:u--mr-2xl {
    margin-right: -2.5rem !important;
  }

  .sm\:u--mb-2xl {
    margin-bottom: -2.5rem !important;
  }

  .sm\:u--ml-2xl {
    margin-left: -2.5rem !important;
  }

  .sm\:u--mx-2xl {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:u--my-2xl {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:u-p-2xl {
    padding: 2.5rem !important;
  }

  .sm\:u-pt-2xl {
    padding-top: 2.5rem !important;
  }

  .sm\:u-pr-2xl {
    padding-right: 2.5rem !important;
  }

  .sm\:u-pb-2xl {
    padding-bottom: 2.5rem !important;
  }

  .sm\:u-pl-2xl {
    padding-left: 2.5rem !important;
  }

  .sm\:u-px-2xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:u-py-2xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:u-m-3xl {
    margin: 3rem !important;
  }

  .sm\:u-mt-3xl {
    margin-top: 3rem !important;
  }

  .sm\:u-mr-3xl {
    margin-right: 3rem !important;
  }

  .sm\:u-mb-3xl {
    margin-bottom: 3rem !important;
  }

  .sm\:u-ml-3xl {
    margin-left: 3rem !important;
  }

  .sm\:u-mx-3xl {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:u-my-3xl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:u--m-3xl {
    margin: -3rem !important;
  }

  .sm\:u--mt-3xl {
    margin-top: -3rem !important;
  }

  .sm\:u--mr-3xl {
    margin-right: -3rem !important;
  }

  .sm\:u--mb-3xl {
    margin-bottom: -3rem !important;
  }

  .sm\:u--ml-3xl {
    margin-left: -3rem !important;
  }

  .sm\:u--mx-3xl {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:u--my-3xl {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:u-p-3xl {
    padding: 3rem !important;
  }

  .sm\:u-pt-3xl {
    padding-top: 3rem !important;
  }

  .sm\:u-pr-3xl {
    padding-right: 3rem !important;
  }

  .sm\:u-pb-3xl {
    padding-bottom: 3rem !important;
  }

  .sm\:u-pl-3xl {
    padding-left: 3rem !important;
  }

  .sm\:u-px-3xl {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:u-py-3xl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:u-M-2xs {
    margin: 1rem !important;
  }

  .sm\:u-Mt-2xs {
    margin-top: 1rem !important;
  }

  .sm\:u-Mr-2xs {
    margin-right: 1rem !important;
  }

  .sm\:u-Mb-2xs {
    margin-bottom: 1rem !important;
  }

  .sm\:u-Ml-2xs {
    margin-left: 1rem !important;
  }

  .sm\:u-Mx-2xs {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:u-My-2xs {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:u--M-2xs {
    margin: -1rem !important;
  }

  .sm\:u--Mt-2xs {
    margin-top: -1rem !important;
  }

  .sm\:u--Mr-2xs {
    margin-right: -1rem !important;
  }

  .sm\:u--Mb-2xs {
    margin-bottom: -1rem !important;
  }

  .sm\:u--Ml-2xs {
    margin-left: -1rem !important;
  }

  .sm\:u--Mx-2xs {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:u--My-2xs {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:u-P-2xs {
    padding: 1rem !important;
  }

  .sm\:u-Pt-2xs {
    padding-top: 1rem !important;
  }

  .sm\:u-Pr-2xs {
    padding-right: 1rem !important;
  }

  .sm\:u-Pb-2xs {
    padding-bottom: 1rem !important;
  }

  .sm\:u-Pl-2xs {
    padding-left: 1rem !important;
  }

  .sm\:u-Px-2xs {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:u-Py-2xs {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:u-M-xs {
    margin: 1.5rem !important;
  }

  .sm\:u-Mt-xs {
    margin-top: 1.5rem !important;
  }

  .sm\:u-Mr-xs {
    margin-right: 1.5rem !important;
  }

  .sm\:u-Mb-xs {
    margin-bottom: 1.5rem !important;
  }

  .sm\:u-Ml-xs {
    margin-left: 1.5rem !important;
  }

  .sm\:u-Mx-xs {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:u-My-xs {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:u--M-xs {
    margin: -1.5rem !important;
  }

  .sm\:u--Mt-xs {
    margin-top: -1.5rem !important;
  }

  .sm\:u--Mr-xs {
    margin-right: -1.5rem !important;
  }

  .sm\:u--Mb-xs {
    margin-bottom: -1.5rem !important;
  }

  .sm\:u--Ml-xs {
    margin-left: -1.5rem !important;
  }

  .sm\:u--Mx-xs {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:u--My-xs {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:u-P-xs {
    padding: 1.5rem !important;
  }

  .sm\:u-Pt-xs {
    padding-top: 1.5rem !important;
  }

  .sm\:u-Pr-xs {
    padding-right: 1.5rem !important;
  }

  .sm\:u-Pb-xs {
    padding-bottom: 1.5rem !important;
  }

  .sm\:u-Pl-xs {
    padding-left: 1.5rem !important;
  }

  .sm\:u-Px-xs {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:u-Py-xs {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:u-M-sm {
    margin: 2rem !important;
  }

  .sm\:u-Mt-sm {
    margin-top: 2rem !important;
  }

  .sm\:u-Mr-sm {
    margin-right: 2rem !important;
  }

  .sm\:u-Mb-sm {
    margin-bottom: 2rem !important;
  }

  .sm\:u-Ml-sm {
    margin-left: 2rem !important;
  }

  .sm\:u-Mx-sm {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:u-My-sm {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:u--M-sm {
    margin: -2rem !important;
  }

  .sm\:u--Mt-sm {
    margin-top: -2rem !important;
  }

  .sm\:u--Mr-sm {
    margin-right: -2rem !important;
  }

  .sm\:u--Mb-sm {
    margin-bottom: -2rem !important;
  }

  .sm\:u--Ml-sm {
    margin-left: -2rem !important;
  }

  .sm\:u--Mx-sm {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:u--My-sm {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:u-P-sm {
    padding: 2rem !important;
  }

  .sm\:u-Pt-sm {
    padding-top: 2rem !important;
  }

  .sm\:u-Pr-sm {
    padding-right: 2rem !important;
  }

  .sm\:u-Pb-sm {
    padding-bottom: 2rem !important;
  }

  .sm\:u-Pl-sm {
    padding-left: 2rem !important;
  }

  .sm\:u-Px-sm {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:u-Py-sm {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:u-M-md {
    margin: 3rem !important;
  }

  .sm\:u-Mt-md {
    margin-top: 3rem !important;
  }

  .sm\:u-Mr-md {
    margin-right: 3rem !important;
  }

  .sm\:u-Mb-md {
    margin-bottom: 3rem !important;
  }

  .sm\:u-Ml-md {
    margin-left: 3rem !important;
  }

  .sm\:u-Mx-md {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:u-My-md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:u--M-md {
    margin: -3rem !important;
  }

  .sm\:u--Mt-md {
    margin-top: -3rem !important;
  }

  .sm\:u--Mr-md {
    margin-right: -3rem !important;
  }

  .sm\:u--Mb-md {
    margin-bottom: -3rem !important;
  }

  .sm\:u--Ml-md {
    margin-left: -3rem !important;
  }

  .sm\:u--Mx-md {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:u--My-md {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:u-P-md {
    padding: 3rem !important;
  }

  .sm\:u-Pt-md {
    padding-top: 3rem !important;
  }

  .sm\:u-Pr-md {
    padding-right: 3rem !important;
  }

  .sm\:u-Pb-md {
    padding-bottom: 3rem !important;
  }

  .sm\:u-Pl-md {
    padding-left: 3rem !important;
  }

  .sm\:u-Px-md {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:u-Py-md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:u-M-lg {
    margin: 4rem !important;
  }

  .sm\:u-Mt-lg {
    margin-top: 4rem !important;
  }

  .sm\:u-Mr-lg {
    margin-right: 4rem !important;
  }

  .sm\:u-Mb-lg {
    margin-bottom: 4rem !important;
  }

  .sm\:u-Ml-lg {
    margin-left: 4rem !important;
  }

  .sm\:u-Mx-lg {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:u-My-lg {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:u--M-lg {
    margin: -4rem !important;
  }

  .sm\:u--Mt-lg {
    margin-top: -4rem !important;
  }

  .sm\:u--Mr-lg {
    margin-right: -4rem !important;
  }

  .sm\:u--Mb-lg {
    margin-bottom: -4rem !important;
  }

  .sm\:u--Ml-lg {
    margin-left: -4rem !important;
  }

  .sm\:u--Mx-lg {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:u--My-lg {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:u-P-lg {
    padding: 4rem !important;
  }

  .sm\:u-Pt-lg {
    padding-top: 4rem !important;
  }

  .sm\:u-Pr-lg {
    padding-right: 4rem !important;
  }

  .sm\:u-Pb-lg {
    padding-bottom: 4rem !important;
  }

  .sm\:u-Pl-lg {
    padding-left: 4rem !important;
  }

  .sm\:u-Px-lg {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:u-Py-lg {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:u-M-xl {
    margin: 6rem !important;
  }

  .sm\:u-Mt-xl {
    margin-top: 6rem !important;
  }

  .sm\:u-Mr-xl {
    margin-right: 6rem !important;
  }

  .sm\:u-Mb-xl {
    margin-bottom: 6rem !important;
  }

  .sm\:u-Ml-xl {
    margin-left: 6rem !important;
  }

  .sm\:u-Mx-xl {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:u-My-xl {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:u--M-xl {
    margin: -6rem !important;
  }

  .sm\:u--Mt-xl {
    margin-top: -6rem !important;
  }

  .sm\:u--Mr-xl {
    margin-right: -6rem !important;
  }

  .sm\:u--Mb-xl {
    margin-bottom: -6rem !important;
  }

  .sm\:u--Ml-xl {
    margin-left: -6rem !important;
  }

  .sm\:u--Mx-xl {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:u--My-xl {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:u-P-xl {
    padding: 6rem !important;
  }

  .sm\:u-Pt-xl {
    padding-top: 6rem !important;
  }

  .sm\:u-Pr-xl {
    padding-right: 6rem !important;
  }

  .sm\:u-Pb-xl {
    padding-bottom: 6rem !important;
  }

  .sm\:u-Pl-xl {
    padding-left: 6rem !important;
  }

  .sm\:u-Px-xl {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:u-Py-xl {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:u-M-2xl {
    margin: 10rem !important;
  }

  .sm\:u-Mt-2xl {
    margin-top: 10rem !important;
  }

  .sm\:u-Mr-2xl {
    margin-right: 10rem !important;
  }

  .sm\:u-Mb-2xl {
    margin-bottom: 10rem !important;
  }

  .sm\:u-Ml-2xl {
    margin-left: 10rem !important;
  }

  .sm\:u-Mx-2xl {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:u-My-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:u--M-2xl {
    margin: -10rem !important;
  }

  .sm\:u--Mt-2xl {
    margin-top: -10rem !important;
  }

  .sm\:u--Mr-2xl {
    margin-right: -10rem !important;
  }

  .sm\:u--Mb-2xl {
    margin-bottom: -10rem !important;
  }

  .sm\:u--Ml-2xl {
    margin-left: -10rem !important;
  }

  .sm\:u--Mx-2xl {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:u--My-2xl {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:u-P-2xl {
    padding: 10rem !important;
  }

  .sm\:u-Pt-2xl {
    padding-top: 10rem !important;
  }

  .sm\:u-Pr-2xl {
    padding-right: 10rem !important;
  }

  .sm\:u-Pb-2xl {
    padding-bottom: 10rem !important;
  }

  .sm\:u-Pl-2xl {
    padding-left: 10rem !important;
  }

  .sm\:u-Px-2xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:u-Py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:u-M-3xl {
    margin: 15rem !important;
  }

  .sm\:u-Mt-3xl {
    margin-top: 15rem !important;
  }

  .sm\:u-Mr-3xl {
    margin-right: 15rem !important;
  }

  .sm\:u-Mb-3xl {
    margin-bottom: 15rem !important;
  }

  .sm\:u-Ml-3xl {
    margin-left: 15rem !important;
  }

  .sm\:u-Mx-3xl {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .sm\:u-My-3xl {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .sm\:u--M-3xl {
    margin: -15rem !important;
  }

  .sm\:u--Mt-3xl {
    margin-top: -15rem !important;
  }

  .sm\:u--Mr-3xl {
    margin-right: -15rem !important;
  }

  .sm\:u--Mb-3xl {
    margin-bottom: -15rem !important;
  }

  .sm\:u--Ml-3xl {
    margin-left: -15rem !important;
  }

  .sm\:u--Mx-3xl {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .sm\:u--My-3xl {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .sm\:u-P-3xl {
    padding: 15rem !important;
  }

  .sm\:u-Pt-3xl {
    padding-top: 15rem !important;
  }

  .sm\:u-Pr-3xl {
    padding-right: 15rem !important;
  }

  .sm\:u-Pb-3xl {
    padding-bottom: 15rem !important;
  }

  .sm\:u-Pl-3xl {
    padding-left: 15rem !important;
  }

  .sm\:u-Px-3xl {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .sm\:u-Py-3xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .sm\:u-gap-0 {
    gap: 0;
  }

  .sm\:u-gap-3xs {
    gap: 0.125rem;
  }

  .sm\:u-gap-2xs {
    gap: 0.25rem;
  }

  .sm\:u-gap-xs {
    gap: 0.5rem;
  }

  .sm\:u-gap-sm {
    gap: 0.75rem;
  }

  .sm\:u-gap-md {
    gap: 1rem;
  }

  .sm\:u-gap-lg {
    gap: 1.5rem;
  }

  .sm\:u-gap-xl {
    gap: 2rem;
  }

  .sm\:u-gap-2xl {
    gap: 2.5rem;
  }

  .sm\:u-gap-3xl {
    gap: 3rem;
  }

  .sm\:u-maxw-1 {
    max-width: 4rem;
  }

  .sm\:u-maxw-2 {
    max-width: 10rem;
  }

  .sm\:u-maxw-3 {
    max-width: 16rem;
  }

  .sm\:u-maxw-4 {
    max-width: 22rem;
  }

  .sm\:u-maxw-5 {
    max-width: 28rem;
  }

  .sm\:u-maxw-6 {
    max-width: 34rem;
  }

  .sm\:u-maxw-7 {
    max-width: 40rem;
  }

  .sm\:u-maxw-8 {
    max-width: 46rem;
  }

  .sm\:u-maxw-9 {
    max-width: 52rem;
  }

  .sm\:u-maxw-10 {
    max-width: 58rem;
  }

  .sm\:u-maxw-11 {
    max-width: 64rem;
  }

  .sm\:u-maxw-12 {
    max-width: 70rem;
  }

  .sm\:u-maxw-13 {
    max-width: 76rem;
  }

  .sm\:u-maxw-14 {
    max-width: 82rem;
  }

  .sm\:u-maxw-15 {
    max-width: 88rem;
  }

  .sm\:u-maxw-16 {
    max-width: 94rem;
  }

  .sm\:u-maxw-17 {
    max-width: 105rem;
  }

  .sm\:u-w-auto {
    width: auto;
  }

  .sm\:u-w-full {
    width: 100%;
  }

  .sm\:u-w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:u-h-full {
    height: 100%;
  }

  .sm\:u-h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .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;
  }

  .sm\:u-active {
    display: block !important;
  }

  .sm\:u-overflow-hidden {
    overflow: hidden;
  }

  .sm\:u-overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:u-list-none {
    list-style: 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-justify-self-start {
    justify-self: flex-start;
  }

  .sm\:u-justify-self-center {
    justify-self: center;
  }

  .sm\:u-justify-self-end {
    justify-self: flex-end;
  }

  .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-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:u-basis-auto {
    flex-basis: auto;
  }

  .sm\:u-basis-1 {
    flex-basis: 8.33333333%;
  }

  .sm\:u-order-1 {
    order: 1;
  }

  .sm\:u-basis-2 {
    flex-basis: 16.66666667%;
  }

  .sm\:u-order-2 {
    order: 2;
  }

  .sm\:u-basis-3 {
    flex-basis: 25%;
  }

  .sm\:u-order-3 {
    order: 3;
  }

  .sm\:u-basis-4 {
    flex-basis: 33.33333333%;
  }

  .sm\:u-order-4 {
    order: 4;
  }

  .sm\:u-basis-5 {
    flex-basis: 41.66666667%;
  }

  .sm\:u-order-5 {
    order: 5;
  }

  .sm\:u-basis-6 {
    flex-basis: 50%;
  }

  .sm\:u-order-6 {
    order: 6;
  }

  .sm\:u-basis-7 {
    flex-basis: 58.33333333%;
  }

  .sm\:u-order-7 {
    order: 7;
  }

  .sm\:u-basis-8 {
    flex-basis: 66.66666667%;
  }

  .sm\:u-order-8 {
    order: 8;
  }

  .sm\:u-basis-9 {
    flex-basis: 75%;
  }

  .sm\:u-order-9 {
    order: 9;
  }

  .sm\:u-basis-10 {
    flex-basis: 83.33333333%;
  }

  .sm\:u-order-10 {
    order: 10;
  }

  .sm\:u-basis-11 {
    flex-basis: 91.66666667%;
  }

  .sm\:u-order-11 {
    order: 11;
  }

  .sm\:u-basis-12 {
    flex-basis: 100%;
  }

  .sm\:u-order-12 {
    order: 12;
  }

  /* Text Alignment */

  .sm\:u-text-left {
    text-align: left;
  }

  .sm\:u-text-center {
    text-align: center;
  }

  .sm\:u-text-right {
    text-align: right;
  }

  .sm\:u-text-justify {
    text-align: justify;
  }

  /* Weight */

  .sm\:u-font-normal {
    font-weight: 400;
  }

  .sm\:u-font-medium {
    font-weight: 500;
  }

  .sm\:u-font-bold {
    font-weight: 700;
  }
}

@media (min-width: 48rem) {
  .md\:u-border {
    border-width: 1px;
    border-style: solid;
  }

  .md\:u-border-t {
    border-top-width: 1px;
  }

  .md\:u-border-r {
    border-right-width: 1px;
  }

  .md\:u-border-b {
    border-bottom-width: 1px;
  }

  .md\:u-border-l {
    border-left-width: 1px;
  }

  .md\:u-border-2 {
    border-width: 2px;
    border-style: solid;
  }

  .md\:u-border-t-2 {
    border-top-width: 2px;
  }

  .md\:u-border-r-2 {
    border-right-width: 2px;
  }

  .md\:u-border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:u-border-l-2 {
    border-left-width: 2px;
  }

  .md\:u-border-3 {
    border-width: 3px;
  }

  .md\:u-border-t-3 {
    border-top-width: 3px;
  }

  .md\:u-border-b-3 {
    border-bottom-width: 3px;
  }

  .md\:u-border-0 {
    border-width: 0;
  }

  .md\:u-border-t-0 {
    border-top-width: 0;
  }

  .md\:u-border-r-0 {
    border-right-width: 0;
  }

  .md\:u-border-b-0 {
    border-bottom-width: 0;
  }

  .md\:u-border-l-0 {
    border-left-width: 0;
  }

  .md\:u-border-none {
    border: none;
  }

  .md\:u-rounded-sm {
    border-radius: 0.25rem;
  }

  .md\:u-rounded-sm-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:u-rounded {
    border-radius: 0.5rem;
  }

  .md\:u-rounded-md {
    border-radius: 0.625rem;
  }

  .md\:u-rounded-md-t {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }

  .md\:u-rounded-t {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:u-rounded-b {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:u-rounded-tl {
    border-top-left-radius: 0.5rem;
  }

  .md\:u-rounded-tr {
    border-top-right-radius: 0.5rem;
  }

  .md\:u-rounded-br {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:u-rounded-bl {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:u-rounded-sl {
    border-radius: 1rem;
  }

  .md\:u-rounded-lg {
    border-radius: 1.5rem;
  }

  .md\:u-rounded-t-lg {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:u-rounded-b-lg {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:u-rounded-tl-lg {
    border-top-left-radius: 1.5rem;
  }

  .md\:u-rounded-tr-lg {
    border-top-right-radius: 1.5rem;
  }

  .md\:u-rounded-br-lg {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:u-rounded-bl-lg {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:u-rounded-t-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:u-rounded-b-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:u-rounded-tl-0 {
    border-top-left-radius: 0;
  }

  .md\:u-rounded-tr-0 {
    border-top-right-radius: 0;
  }

  .md\:u-rounded-br-0 {
    border-bottom-right-radius: 0;
  }

  .md\:u-rounded-bl-0 {
    border-bottom-left-radius: 0;
  }

  .md\:u-rounded-full {
    border-radius: 9999px;
  }

  .md\:u-round {
    border-radius: 50%;
  }

  .md\:u-m-auto {
    margin: auto !important;
  }

  .md\:u-mt-auto {
    margin-top: auto !important;
  }

  .md\:u-mr-auto {
    margin-right: auto !important;
  }

  .md\:u-mb-auto {
    margin-bottom: auto !important;
  }

  .md\:u-ml-auto {
    margin-left: auto !important;
  }

  .md\:u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:u-m-0 {
    margin: 0 !important;
  }

  .md\:u-mt-0 {
    margin-top: 0 !important;
  }

  .md\:u-mr-0 {
    margin-right: 0 !important;
  }

  .md\:u-mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:u-ml-0 {
    margin-left: 0 !important;
  }

  .md\:u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:u--m-0 {
    margin: 0 !important;
  }

  .md\:u--mt-0 {
    margin-top: 0 !important;
  }

  .md\:u--mr-0 {
    margin-right: 0 !important;
  }

  .md\:u--mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:u--ml-0 {
    margin-left: 0 !important;
  }

  .md\:u--mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:u--my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:u-p-0 {
    padding: 0 !important;
  }

  .md\:u-pt-0 {
    padding-top: 0 !important;
  }

  .md\:u-pr-0 {
    padding-right: 0 !important;
  }

  .md\:u-pb-0 {
    padding-bottom: 0 !important;
  }

  .md\:u-pl-0 {
    padding-left: 0 !important;
  }

  .md\:u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:u-m-3xs {
    margin: 0.125rem !important;
  }

  .md\:u-mt-3xs {
    margin-top: 0.125rem !important;
  }

  .md\:u-mr-3xs {
    margin-right: 0.125rem !important;
  }

  .md\:u-mb-3xs {
    margin-bottom: 0.125rem !important;
  }

  .md\:u-ml-3xs {
    margin-left: 0.125rem !important;
  }

  .md\:u-mx-3xs {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .md\:u-my-3xs {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .md\:u--m-3xs {
    margin: -0.125rem !important;
  }

  .md\:u--mt-3xs {
    margin-top: -0.125rem !important;
  }

  .md\:u--mr-3xs {
    margin-right: -0.125rem !important;
  }

  .md\:u--mb-3xs {
    margin-bottom: -0.125rem !important;
  }

  .md\:u--ml-3xs {
    margin-left: -0.125rem !important;
  }

  .md\:u--mx-3xs {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .md\:u--my-3xs {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .md\:u-p-3xs {
    padding: 0.125rem !important;
  }

  .md\:u-pt-3xs {
    padding-top: 0.125rem !important;
  }

  .md\:u-pr-3xs {
    padding-right: 0.125rem !important;
  }

  .md\:u-pb-3xs {
    padding-bottom: 0.125rem !important;
  }

  .md\:u-pl-3xs {
    padding-left: 0.125rem !important;
  }

  .md\:u-px-3xs {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .md\:u-py-3xs {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .md\:u-m-2xs {
    margin: 0.25rem !important;
  }

  .md\:u-mt-2xs {
    margin-top: 0.25rem !important;
  }

  .md\:u-mr-2xs {
    margin-right: 0.25rem !important;
  }

  .md\:u-mb-2xs {
    margin-bottom: 0.25rem !important;
  }

  .md\:u-ml-2xs {
    margin-left: 0.25rem !important;
  }

  .md\:u-mx-2xs {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:u-my-2xs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:u--m-2xs {
    margin: -0.25rem !important;
  }

  .md\:u--mt-2xs {
    margin-top: -0.25rem !important;
  }

  .md\:u--mr-2xs {
    margin-right: -0.25rem !important;
  }

  .md\:u--mb-2xs {
    margin-bottom: -0.25rem !important;
  }

  .md\:u--ml-2xs {
    margin-left: -0.25rem !important;
  }

  .md\:u--mx-2xs {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:u--my-2xs {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:u-p-2xs {
    padding: 0.25rem !important;
  }

  .md\:u-pt-2xs {
    padding-top: 0.25rem !important;
  }

  .md\:u-pr-2xs {
    padding-right: 0.25rem !important;
  }

  .md\:u-pb-2xs {
    padding-bottom: 0.25rem !important;
  }

  .md\:u-pl-2xs {
    padding-left: 0.25rem !important;
  }

  .md\:u-px-2xs {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:u-py-2xs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:u-m-xs {
    margin: 0.5rem !important;
  }

  .md\:u-mt-xs {
    margin-top: 0.5rem !important;
  }

  .md\:u-mr-xs {
    margin-right: 0.5rem !important;
  }

  .md\:u-mb-xs {
    margin-bottom: 0.5rem !important;
  }

  .md\:u-ml-xs {
    margin-left: 0.5rem !important;
  }

  .md\:u-mx-xs {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:u-my-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:u--m-xs {
    margin: -0.5rem !important;
  }

  .md\:u--mt-xs {
    margin-top: -0.5rem !important;
  }

  .md\:u--mr-xs {
    margin-right: -0.5rem !important;
  }

  .md\:u--mb-xs {
    margin-bottom: -0.5rem !important;
  }

  .md\:u--ml-xs {
    margin-left: -0.5rem !important;
  }

  .md\:u--mx-xs {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:u--my-xs {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:u-p-xs {
    padding: 0.5rem !important;
  }

  .md\:u-pt-xs {
    padding-top: 0.5rem !important;
  }

  .md\:u-pr-xs {
    padding-right: 0.5rem !important;
  }

  .md\:u-pb-xs {
    padding-bottom: 0.5rem !important;
  }

  .md\:u-pl-xs {
    padding-left: 0.5rem !important;
  }

  .md\:u-px-xs {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:u-py-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:u-m-sm {
    margin: 0.75rem !important;
  }

  .md\:u-mt-sm {
    margin-top: 0.75rem !important;
  }

  .md\:u-mr-sm {
    margin-right: 0.75rem !important;
  }

  .md\:u-mb-sm {
    margin-bottom: 0.75rem !important;
  }

  .md\:u-ml-sm {
    margin-left: 0.75rem !important;
  }

  .md\:u-mx-sm {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:u-my-sm {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:u--m-sm {
    margin: -0.75rem !important;
  }

  .md\:u--mt-sm {
    margin-top: -0.75rem !important;
  }

  .md\:u--mr-sm {
    margin-right: -0.75rem !important;
  }

  .md\:u--mb-sm {
    margin-bottom: -0.75rem !important;
  }

  .md\:u--ml-sm {
    margin-left: -0.75rem !important;
  }

  .md\:u--mx-sm {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:u--my-sm {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:u-p-sm {
    padding: 0.75rem !important;
  }

  .md\:u-pt-sm {
    padding-top: 0.75rem !important;
  }

  .md\:u-pr-sm {
    padding-right: 0.75rem !important;
  }

  .md\:u-pb-sm {
    padding-bottom: 0.75rem !important;
  }

  .md\:u-pl-sm {
    padding-left: 0.75rem !important;
  }

  .md\:u-px-sm {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:u-py-sm {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:u-m-md {
    margin: 1rem !important;
  }

  .md\:u-mt-md {
    margin-top: 1rem !important;
  }

  .md\:u-mr-md {
    margin-right: 1rem !important;
  }

  .md\:u-mb-md {
    margin-bottom: 1rem !important;
  }

  .md\:u-ml-md {
    margin-left: 1rem !important;
  }

  .md\:u-mx-md {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:u-my-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:u--m-md {
    margin: -1rem !important;
  }

  .md\:u--mt-md {
    margin-top: -1rem !important;
  }

  .md\:u--mr-md {
    margin-right: -1rem !important;
  }

  .md\:u--mb-md {
    margin-bottom: -1rem !important;
  }

  .md\:u--ml-md {
    margin-left: -1rem !important;
  }

  .md\:u--mx-md {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:u--my-md {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:u-p-md {
    padding: 1rem !important;
  }

  .md\:u-pt-md {
    padding-top: 1rem !important;
  }

  .md\:u-pr-md {
    padding-right: 1rem !important;
  }

  .md\:u-pb-md {
    padding-bottom: 1rem !important;
  }

  .md\:u-pl-md {
    padding-left: 1rem !important;
  }

  .md\:u-px-md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:u-py-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:u-m-lg {
    margin: 1.5rem !important;
  }

  .md\:u-mt-lg {
    margin-top: 1.5rem !important;
  }

  .md\:u-mr-lg {
    margin-right: 1.5rem !important;
  }

  .md\:u-mb-lg {
    margin-bottom: 1.5rem !important;
  }

  .md\:u-ml-lg {
    margin-left: 1.5rem !important;
  }

  .md\:u-mx-lg {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:u-my-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:u--m-lg {
    margin: -1.5rem !important;
  }

  .md\:u--mt-lg {
    margin-top: -1.5rem !important;
  }

  .md\:u--mr-lg {
    margin-right: -1.5rem !important;
  }

  .md\:u--mb-lg {
    margin-bottom: -1.5rem !important;
  }

  .md\:u--ml-lg {
    margin-left: -1.5rem !important;
  }

  .md\:u--mx-lg {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:u--my-lg {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:u-p-lg {
    padding: 1.5rem !important;
  }

  .md\:u-pt-lg {
    padding-top: 1.5rem !important;
  }

  .md\:u-pr-lg {
    padding-right: 1.5rem !important;
  }

  .md\:u-pb-lg {
    padding-bottom: 1.5rem !important;
  }

  .md\:u-pl-lg {
    padding-left: 1.5rem !important;
  }

  .md\:u-px-lg {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:u-py-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:u-m-xl {
    margin: 2rem !important;
  }

  .md\:u-mt-xl {
    margin-top: 2rem !important;
  }

  .md\:u-mr-xl {
    margin-right: 2rem !important;
  }

  .md\:u-mb-xl {
    margin-bottom: 2rem !important;
  }

  .md\:u-ml-xl {
    margin-left: 2rem !important;
  }

  .md\:u-mx-xl {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:u-my-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:u--m-xl {
    margin: -2rem !important;
  }

  .md\:u--mt-xl {
    margin-top: -2rem !important;
  }

  .md\:u--mr-xl {
    margin-right: -2rem !important;
  }

  .md\:u--mb-xl {
    margin-bottom: -2rem !important;
  }

  .md\:u--ml-xl {
    margin-left: -2rem !important;
  }

  .md\:u--mx-xl {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:u--my-xl {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:u-p-xl {
    padding: 2rem !important;
  }

  .md\:u-pt-xl {
    padding-top: 2rem !important;
  }

  .md\:u-pr-xl {
    padding-right: 2rem !important;
  }

  .md\:u-pb-xl {
    padding-bottom: 2rem !important;
  }

  .md\:u-pl-xl {
    padding-left: 2rem !important;
  }

  .md\:u-px-xl {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:u-py-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:u-m-2xl {
    margin: 2.5rem !important;
  }

  .md\:u-mt-2xl {
    margin-top: 2.5rem !important;
  }

  .md\:u-mr-2xl {
    margin-right: 2.5rem !important;
  }

  .md\:u-mb-2xl {
    margin-bottom: 2.5rem !important;
  }

  .md\:u-ml-2xl {
    margin-left: 2.5rem !important;
  }

  .md\:u-mx-2xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:u-my-2xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:u--m-2xl {
    margin: -2.5rem !important;
  }

  .md\:u--mt-2xl {
    margin-top: -2.5rem !important;
  }

  .md\:u--mr-2xl {
    margin-right: -2.5rem !important;
  }

  .md\:u--mb-2xl {
    margin-bottom: -2.5rem !important;
  }

  .md\:u--ml-2xl {
    margin-left: -2.5rem !important;
  }

  .md\:u--mx-2xl {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:u--my-2xl {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:u-p-2xl {
    padding: 2.5rem !important;
  }

  .md\:u-pt-2xl {
    padding-top: 2.5rem !important;
  }

  .md\:u-pr-2xl {
    padding-right: 2.5rem !important;
  }

  .md\:u-pb-2xl {
    padding-bottom: 2.5rem !important;
  }

  .md\:u-pl-2xl {
    padding-left: 2.5rem !important;
  }

  .md\:u-px-2xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:u-py-2xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:u-m-3xl {
    margin: 3rem !important;
  }

  .md\:u-mt-3xl {
    margin-top: 3rem !important;
  }

  .md\:u-mr-3xl {
    margin-right: 3rem !important;
  }

  .md\:u-mb-3xl {
    margin-bottom: 3rem !important;
  }

  .md\:u-ml-3xl {
    margin-left: 3rem !important;
  }

  .md\:u-mx-3xl {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:u-my-3xl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:u--m-3xl {
    margin: -3rem !important;
  }

  .md\:u--mt-3xl {
    margin-top: -3rem !important;
  }

  .md\:u--mr-3xl {
    margin-right: -3rem !important;
  }

  .md\:u--mb-3xl {
    margin-bottom: -3rem !important;
  }

  .md\:u--ml-3xl {
    margin-left: -3rem !important;
  }

  .md\:u--mx-3xl {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:u--my-3xl {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:u-p-3xl {
    padding: 3rem !important;
  }

  .md\:u-pt-3xl {
    padding-top: 3rem !important;
  }

  .md\:u-pr-3xl {
    padding-right: 3rem !important;
  }

  .md\:u-pb-3xl {
    padding-bottom: 3rem !important;
  }

  .md\:u-pl-3xl {
    padding-left: 3rem !important;
  }

  .md\:u-px-3xl {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:u-py-3xl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:u-M-2xs {
    margin: 1rem !important;
  }

  .md\:u-Mt-2xs {
    margin-top: 1rem !important;
  }

  .md\:u-Mr-2xs {
    margin-right: 1rem !important;
  }

  .md\:u-Mb-2xs {
    margin-bottom: 1rem !important;
  }

  .md\:u-Ml-2xs {
    margin-left: 1rem !important;
  }

  .md\:u-Mx-2xs {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:u-My-2xs {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:u--M-2xs {
    margin: -1rem !important;
  }

  .md\:u--Mt-2xs {
    margin-top: -1rem !important;
  }

  .md\:u--Mr-2xs {
    margin-right: -1rem !important;
  }

  .md\:u--Mb-2xs {
    margin-bottom: -1rem !important;
  }

  .md\:u--Ml-2xs {
    margin-left: -1rem !important;
  }

  .md\:u--Mx-2xs {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:u--My-2xs {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:u-P-2xs {
    padding: 1rem !important;
  }

  .md\:u-Pt-2xs {
    padding-top: 1rem !important;
  }

  .md\:u-Pr-2xs {
    padding-right: 1rem !important;
  }

  .md\:u-Pb-2xs {
    padding-bottom: 1rem !important;
  }

  .md\:u-Pl-2xs {
    padding-left: 1rem !important;
  }

  .md\:u-Px-2xs {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:u-Py-2xs {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:u-M-xs {
    margin: 1.5rem !important;
  }

  .md\:u-Mt-xs {
    margin-top: 1.5rem !important;
  }

  .md\:u-Mr-xs {
    margin-right: 1.5rem !important;
  }

  .md\:u-Mb-xs {
    margin-bottom: 1.5rem !important;
  }

  .md\:u-Ml-xs {
    margin-left: 1.5rem !important;
  }

  .md\:u-Mx-xs {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:u-My-xs {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:u--M-xs {
    margin: -1.5rem !important;
  }

  .md\:u--Mt-xs {
    margin-top: -1.5rem !important;
  }

  .md\:u--Mr-xs {
    margin-right: -1.5rem !important;
  }

  .md\:u--Mb-xs {
    margin-bottom: -1.5rem !important;
  }

  .md\:u--Ml-xs {
    margin-left: -1.5rem !important;
  }

  .md\:u--Mx-xs {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:u--My-xs {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:u-P-xs {
    padding: 1.5rem !important;
  }

  .md\:u-Pt-xs {
    padding-top: 1.5rem !important;
  }

  .md\:u-Pr-xs {
    padding-right: 1.5rem !important;
  }

  .md\:u-Pb-xs {
    padding-bottom: 1.5rem !important;
  }

  .md\:u-Pl-xs {
    padding-left: 1.5rem !important;
  }

  .md\:u-Px-xs {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:u-Py-xs {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:u-M-sm {
    margin: 2rem !important;
  }

  .md\:u-Mt-sm {
    margin-top: 2rem !important;
  }

  .md\:u-Mr-sm {
    margin-right: 2rem !important;
  }

  .md\:u-Mb-sm {
    margin-bottom: 2rem !important;
  }

  .md\:u-Ml-sm {
    margin-left: 2rem !important;
  }

  .md\:u-Mx-sm {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:u-My-sm {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:u--M-sm {
    margin: -2rem !important;
  }

  .md\:u--Mt-sm {
    margin-top: -2rem !important;
  }

  .md\:u--Mr-sm {
    margin-right: -2rem !important;
  }

  .md\:u--Mb-sm {
    margin-bottom: -2rem !important;
  }

  .md\:u--Ml-sm {
    margin-left: -2rem !important;
  }

  .md\:u--Mx-sm {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:u--My-sm {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:u-P-sm {
    padding: 2rem !important;
  }

  .md\:u-Pt-sm {
    padding-top: 2rem !important;
  }

  .md\:u-Pr-sm {
    padding-right: 2rem !important;
  }

  .md\:u-Pb-sm {
    padding-bottom: 2rem !important;
  }

  .md\:u-Pl-sm {
    padding-left: 2rem !important;
  }

  .md\:u-Px-sm {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:u-Py-sm {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:u-M-md {
    margin: 3rem !important;
  }

  .md\:u-Mt-md {
    margin-top: 3rem !important;
  }

  .md\:u-Mr-md {
    margin-right: 3rem !important;
  }

  .md\:u-Mb-md {
    margin-bottom: 3rem !important;
  }

  .md\:u-Ml-md {
    margin-left: 3rem !important;
  }

  .md\:u-Mx-md {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:u-My-md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:u--M-md {
    margin: -3rem !important;
  }

  .md\:u--Mt-md {
    margin-top: -3rem !important;
  }

  .md\:u--Mr-md {
    margin-right: -3rem !important;
  }

  .md\:u--Mb-md {
    margin-bottom: -3rem !important;
  }

  .md\:u--Ml-md {
    margin-left: -3rem !important;
  }

  .md\:u--Mx-md {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:u--My-md {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:u-P-md {
    padding: 3rem !important;
  }

  .md\:u-Pt-md {
    padding-top: 3rem !important;
  }

  .md\:u-Pr-md {
    padding-right: 3rem !important;
  }

  .md\:u-Pb-md {
    padding-bottom: 3rem !important;
  }

  .md\:u-Pl-md {
    padding-left: 3rem !important;
  }

  .md\:u-Px-md {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:u-Py-md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:u-M-lg {
    margin: 4rem !important;
  }

  .md\:u-Mt-lg {
    margin-top: 4rem !important;
  }

  .md\:u-Mr-lg {
    margin-right: 4rem !important;
  }

  .md\:u-Mb-lg {
    margin-bottom: 4rem !important;
  }

  .md\:u-Ml-lg {
    margin-left: 4rem !important;
  }

  .md\:u-Mx-lg {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:u-My-lg {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:u--M-lg {
    margin: -4rem !important;
  }

  .md\:u--Mt-lg {
    margin-top: -4rem !important;
  }

  .md\:u--Mr-lg {
    margin-right: -4rem !important;
  }

  .md\:u--Mb-lg {
    margin-bottom: -4rem !important;
  }

  .md\:u--Ml-lg {
    margin-left: -4rem !important;
  }

  .md\:u--Mx-lg {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:u--My-lg {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:u-P-lg {
    padding: 4rem !important;
  }

  .md\:u-Pt-lg {
    padding-top: 4rem !important;
  }

  .md\:u-Pr-lg {
    padding-right: 4rem !important;
  }

  .md\:u-Pb-lg {
    padding-bottom: 4rem !important;
  }

  .md\:u-Pl-lg {
    padding-left: 4rem !important;
  }

  .md\:u-Px-lg {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:u-Py-lg {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:u-M-xl {
    margin: 6rem !important;
  }

  .md\:u-Mt-xl {
    margin-top: 6rem !important;
  }

  .md\:u-Mr-xl {
    margin-right: 6rem !important;
  }

  .md\:u-Mb-xl {
    margin-bottom: 6rem !important;
  }

  .md\:u-Ml-xl {
    margin-left: 6rem !important;
  }

  .md\:u-Mx-xl {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:u-My-xl {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:u--M-xl {
    margin: -6rem !important;
  }

  .md\:u--Mt-xl {
    margin-top: -6rem !important;
  }

  .md\:u--Mr-xl {
    margin-right: -6rem !important;
  }

  .md\:u--Mb-xl {
    margin-bottom: -6rem !important;
  }

  .md\:u--Ml-xl {
    margin-left: -6rem !important;
  }

  .md\:u--Mx-xl {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:u--My-xl {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:u-P-xl {
    padding: 6rem !important;
  }

  .md\:u-Pt-xl {
    padding-top: 6rem !important;
  }

  .md\:u-Pr-xl {
    padding-right: 6rem !important;
  }

  .md\:u-Pb-xl {
    padding-bottom: 6rem !important;
  }

  .md\:u-Pl-xl {
    padding-left: 6rem !important;
  }

  .md\:u-Px-xl {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:u-Py-xl {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:u-M-2xl {
    margin: 10rem !important;
  }

  .md\:u-Mt-2xl {
    margin-top: 10rem !important;
  }

  .md\:u-Mr-2xl {
    margin-right: 10rem !important;
  }

  .md\:u-Mb-2xl {
    margin-bottom: 10rem !important;
  }

  .md\:u-Ml-2xl {
    margin-left: 10rem !important;
  }

  .md\:u-Mx-2xl {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:u-My-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:u--M-2xl {
    margin: -10rem !important;
  }

  .md\:u--Mt-2xl {
    margin-top: -10rem !important;
  }

  .md\:u--Mr-2xl {
    margin-right: -10rem !important;
  }

  .md\:u--Mb-2xl {
    margin-bottom: -10rem !important;
  }

  .md\:u--Ml-2xl {
    margin-left: -10rem !important;
  }

  .md\:u--Mx-2xl {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:u--My-2xl {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:u-P-2xl {
    padding: 10rem !important;
  }

  .md\:u-Pt-2xl {
    padding-top: 10rem !important;
  }

  .md\:u-Pr-2xl {
    padding-right: 10rem !important;
  }

  .md\:u-Pb-2xl {
    padding-bottom: 10rem !important;
  }

  .md\:u-Pl-2xl {
    padding-left: 10rem !important;
  }

  .md\:u-Px-2xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:u-Py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:u-M-3xl {
    margin: 15rem !important;
  }

  .md\:u-Mt-3xl {
    margin-top: 15rem !important;
  }

  .md\:u-Mr-3xl {
    margin-right: 15rem !important;
  }

  .md\:u-Mb-3xl {
    margin-bottom: 15rem !important;
  }

  .md\:u-Ml-3xl {
    margin-left: 15rem !important;
  }

  .md\:u-Mx-3xl {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .md\:u-My-3xl {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .md\:u--M-3xl {
    margin: -15rem !important;
  }

  .md\:u--Mt-3xl {
    margin-top: -15rem !important;
  }

  .md\:u--Mr-3xl {
    margin-right: -15rem !important;
  }

  .md\:u--Mb-3xl {
    margin-bottom: -15rem !important;
  }

  .md\:u--Ml-3xl {
    margin-left: -15rem !important;
  }

  .md\:u--Mx-3xl {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .md\:u--My-3xl {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .md\:u-P-3xl {
    padding: 15rem !important;
  }

  .md\:u-Pt-3xl {
    padding-top: 15rem !important;
  }

  .md\:u-Pr-3xl {
    padding-right: 15rem !important;
  }

  .md\:u-Pb-3xl {
    padding-bottom: 15rem !important;
  }

  .md\:u-Pl-3xl {
    padding-left: 15rem !important;
  }

  .md\:u-Px-3xl {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .md\:u-Py-3xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .md\:u-gap-0 {
    gap: 0;
  }

  .md\:u-gap-3xs {
    gap: 0.125rem;
  }

  .md\:u-gap-2xs {
    gap: 0.25rem;
  }

  .md\:u-gap-xs {
    gap: 0.5rem;
  }

  .md\:u-gap-sm {
    gap: 0.75rem;
  }

  .md\:u-gap-md {
    gap: 1rem;
  }

  .md\:u-gap-lg {
    gap: 1.5rem;
  }

  .md\:u-gap-xl {
    gap: 2rem;
  }

  .md\:u-gap-2xl {
    gap: 2.5rem;
  }

  .md\:u-gap-3xl {
    gap: 3rem;
  }

  .md\:u-maxw-1 {
    max-width: 4rem;
  }

  .md\:u-maxw-2 {
    max-width: 10rem;
  }

  .md\:u-maxw-3 {
    max-width: 16rem;
  }

  .md\:u-maxw-4 {
    max-width: 22rem;
  }

  .md\:u-maxw-5 {
    max-width: 28rem;
  }

  .md\:u-maxw-6 {
    max-width: 34rem;
  }

  .md\:u-maxw-7 {
    max-width: 40rem;
  }

  .md\:u-maxw-8 {
    max-width: 46rem;
  }

  .md\:u-maxw-9 {
    max-width: 52rem;
  }

  .md\:u-maxw-10 {
    max-width: 58rem;
  }

  .md\:u-maxw-11 {
    max-width: 64rem;
  }

  .md\:u-maxw-12 {
    max-width: 70rem;
  }

  .md\:u-maxw-13 {
    max-width: 76rem;
  }

  .md\:u-maxw-14 {
    max-width: 82rem;
  }

  .md\:u-maxw-15 {
    max-width: 88rem;
  }

  .md\:u-maxw-16 {
    max-width: 94rem;
  }

  .md\:u-maxw-17 {
    max-width: 105rem;
  }

  .md\:u-w-auto {
    width: auto;
  }

  .md\:u-w-full {
    width: 100%;
  }

  .md\:u-w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:u-h-full {
    height: 100%;
  }

  .md\:u-h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .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;
  }

  .md\:u-active {
    display: block !important;
  }

  .md\:u-overflow-hidden {
    overflow: hidden;
  }

  .md\:u-overflow-x-auto {
    overflow-x: auto;
  }

  .md\:u-list-none {
    list-style: 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-justify-self-start {
    justify-self: flex-start;
  }

  .md\:u-justify-self-center {
    justify-self: center;
  }

  .md\:u-justify-self-end {
    justify-self: flex-end;
  }

  .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-shrink-0 {
    flex-shrink: 0;
  }

  .md\:u-basis-auto {
    flex-basis: auto;
  }

  .md\:u-basis-1 {
    flex-basis: 8.33333333%;
  }

  .md\:u-order-1 {
    order: 1;
  }

  .md\:u-basis-2 {
    flex-basis: 16.66666667%;
  }

  .md\:u-order-2 {
    order: 2;
  }

  .md\:u-basis-3 {
    flex-basis: 25%;
  }

  .md\:u-order-3 {
    order: 3;
  }

  .md\:u-basis-4 {
    flex-basis: 33.33333333%;
  }

  .md\:u-order-4 {
    order: 4;
  }

  .md\:u-basis-5 {
    flex-basis: 41.66666667%;
  }

  .md\:u-order-5 {
    order: 5;
  }

  .md\:u-basis-6 {
    flex-basis: 50%;
  }

  .md\:u-order-6 {
    order: 6;
  }

  .md\:u-basis-7 {
    flex-basis: 58.33333333%;
  }

  .md\:u-order-7 {
    order: 7;
  }

  .md\:u-basis-8 {
    flex-basis: 66.66666667%;
  }

  .md\:u-order-8 {
    order: 8;
  }

  .md\:u-basis-9 {
    flex-basis: 75%;
  }

  .md\:u-order-9 {
    order: 9;
  }

  .md\:u-basis-10 {
    flex-basis: 83.33333333%;
  }

  .md\:u-order-10 {
    order: 10;
  }

  .md\:u-basis-11 {
    flex-basis: 91.66666667%;
  }

  .md\:u-order-11 {
    order: 11;
  }

  .md\:u-basis-12 {
    flex-basis: 100%;
  }

  .md\:u-order-12 {
    order: 12;
  }

  /* Text Alignment */

  .md\:u-text-left {
    text-align: left;
  }

  .md\:u-text-center {
    text-align: center;
  }

  .md\:u-text-right {
    text-align: right;
  }

  .md\:u-text-justify {
    text-align: justify;
  }

  /* Weight */

  .md\:u-font-normal {
    font-weight: 400;
  }

  .md\:u-font-medium {
    font-weight: 500;
  }

  .md\:u-font-bold {
    font-weight: 700;
  }
}

@media (min-width: 64rem) {
  .lg\:u-border {
    border-width: 1px;
    border-style: solid;
  }

  .lg\:u-border-t {
    border-top-width: 1px;
  }

  .lg\:u-border-r {
    border-right-width: 1px;
  }

  .lg\:u-border-b {
    border-bottom-width: 1px;
  }

  .lg\:u-border-l {
    border-left-width: 1px;
  }

  .lg\:u-border-2 {
    border-width: 2px;
    border-style: solid;
  }

  .lg\:u-border-t-2 {
    border-top-width: 2px;
  }

  .lg\:u-border-r-2 {
    border-right-width: 2px;
  }

  .lg\:u-border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:u-border-l-2 {
    border-left-width: 2px;
  }

  .lg\:u-border-3 {
    border-width: 3px;
  }

  .lg\:u-border-t-3 {
    border-top-width: 3px;
  }

  .lg\:u-border-b-3 {
    border-bottom-width: 3px;
  }

  .lg\:u-border-0 {
    border-width: 0;
  }

  .lg\:u-border-t-0 {
    border-top-width: 0;
  }

  .lg\:u-border-r-0 {
    border-right-width: 0;
  }

  .lg\:u-border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:u-border-l-0 {
    border-left-width: 0;
  }

  .lg\:u-border-none {
    border: none;
  }

  .lg\:u-rounded-sm {
    border-radius: 0.25rem;
  }

  .lg\:u-rounded-sm-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:u-rounded {
    border-radius: 0.5rem;
  }

  .lg\:u-rounded-md {
    border-radius: 0.625rem;
  }

  .lg\:u-rounded-md-t {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }

  .lg\:u-rounded-t {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:u-rounded-b {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:u-rounded-tl {
    border-top-left-radius: 0.5rem;
  }

  .lg\:u-rounded-tr {
    border-top-right-radius: 0.5rem;
  }

  .lg\:u-rounded-br {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:u-rounded-bl {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:u-rounded-sl {
    border-radius: 1rem;
  }

  .lg\:u-rounded-lg {
    border-radius: 1.5rem;
  }

  .lg\:u-rounded-t-lg {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:u-rounded-b-lg {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:u-rounded-tl-lg {
    border-top-left-radius: 1.5rem;
  }

  .lg\:u-rounded-tr-lg {
    border-top-right-radius: 1.5rem;
  }

  .lg\:u-rounded-br-lg {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:u-rounded-bl-lg {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:u-rounded-t-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:u-rounded-b-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:u-rounded-tl-0 {
    border-top-left-radius: 0;
  }

  .lg\:u-rounded-tr-0 {
    border-top-right-radius: 0;
  }

  .lg\:u-rounded-br-0 {
    border-bottom-right-radius: 0;
  }

  .lg\:u-rounded-bl-0 {
    border-bottom-left-radius: 0;
  }

  .lg\:u-rounded-full {
    border-radius: 9999px;
  }

  .lg\:u-round {
    border-radius: 50%;
  }

  .lg\:u-m-auto {
    margin: auto !important;
  }

  .lg\:u-mt-auto {
    margin-top: auto !important;
  }

  .lg\:u-mr-auto {
    margin-right: auto !important;
  }

  .lg\:u-mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:u-ml-auto {
    margin-left: auto !important;
  }

  .lg\:u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:u-m-0 {
    margin: 0 !important;
  }

  .lg\:u-mt-0 {
    margin-top: 0 !important;
  }

  .lg\:u-mr-0 {
    margin-right: 0 !important;
  }

  .lg\:u-mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:u-ml-0 {
    margin-left: 0 !important;
  }

  .lg\:u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:u--m-0 {
    margin: 0 !important;
  }

  .lg\:u--mt-0 {
    margin-top: 0 !important;
  }

  .lg\:u--mr-0 {
    margin-right: 0 !important;
  }

  .lg\:u--mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:u--ml-0 {
    margin-left: 0 !important;
  }

  .lg\:u--mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:u--my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:u-p-0 {
    padding: 0 !important;
  }

  .lg\:u-pt-0 {
    padding-top: 0 !important;
  }

  .lg\:u-pr-0 {
    padding-right: 0 !important;
  }

  .lg\:u-pb-0 {
    padding-bottom: 0 !important;
  }

  .lg\:u-pl-0 {
    padding-left: 0 !important;
  }

  .lg\:u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:u-m-3xs {
    margin: 0.125rem !important;
  }

  .lg\:u-mt-3xs {
    margin-top: 0.125rem !important;
  }

  .lg\:u-mr-3xs {
    margin-right: 0.125rem !important;
  }

  .lg\:u-mb-3xs {
    margin-bottom: 0.125rem !important;
  }

  .lg\:u-ml-3xs {
    margin-left: 0.125rem !important;
  }

  .lg\:u-mx-3xs {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .lg\:u-my-3xs {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .lg\:u--m-3xs {
    margin: -0.125rem !important;
  }

  .lg\:u--mt-3xs {
    margin-top: -0.125rem !important;
  }

  .lg\:u--mr-3xs {
    margin-right: -0.125rem !important;
  }

  .lg\:u--mb-3xs {
    margin-bottom: -0.125rem !important;
  }

  .lg\:u--ml-3xs {
    margin-left: -0.125rem !important;
  }

  .lg\:u--mx-3xs {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .lg\:u--my-3xs {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .lg\:u-p-3xs {
    padding: 0.125rem !important;
  }

  .lg\:u-pt-3xs {
    padding-top: 0.125rem !important;
  }

  .lg\:u-pr-3xs {
    padding-right: 0.125rem !important;
  }

  .lg\:u-pb-3xs {
    padding-bottom: 0.125rem !important;
  }

  .lg\:u-pl-3xs {
    padding-left: 0.125rem !important;
  }

  .lg\:u-px-3xs {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg\:u-py-3xs {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lg\:u-m-2xs {
    margin: 0.25rem !important;
  }

  .lg\:u-mt-2xs {
    margin-top: 0.25rem !important;
  }

  .lg\:u-mr-2xs {
    margin-right: 0.25rem !important;
  }

  .lg\:u-mb-2xs {
    margin-bottom: 0.25rem !important;
  }

  .lg\:u-ml-2xs {
    margin-left: 0.25rem !important;
  }

  .lg\:u-mx-2xs {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:u-my-2xs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:u--m-2xs {
    margin: -0.25rem !important;
  }

  .lg\:u--mt-2xs {
    margin-top: -0.25rem !important;
  }

  .lg\:u--mr-2xs {
    margin-right: -0.25rem !important;
  }

  .lg\:u--mb-2xs {
    margin-bottom: -0.25rem !important;
  }

  .lg\:u--ml-2xs {
    margin-left: -0.25rem !important;
  }

  .lg\:u--mx-2xs {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:u--my-2xs {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:u-p-2xs {
    padding: 0.25rem !important;
  }

  .lg\:u-pt-2xs {
    padding-top: 0.25rem !important;
  }

  .lg\:u-pr-2xs {
    padding-right: 0.25rem !important;
  }

  .lg\:u-pb-2xs {
    padding-bottom: 0.25rem !important;
  }

  .lg\:u-pl-2xs {
    padding-left: 0.25rem !important;
  }

  .lg\:u-px-2xs {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:u-py-2xs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:u-m-xs {
    margin: 0.5rem !important;
  }

  .lg\:u-mt-xs {
    margin-top: 0.5rem !important;
  }

  .lg\:u-mr-xs {
    margin-right: 0.5rem !important;
  }

  .lg\:u-mb-xs {
    margin-bottom: 0.5rem !important;
  }

  .lg\:u-ml-xs {
    margin-left: 0.5rem !important;
  }

  .lg\:u-mx-xs {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:u-my-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:u--m-xs {
    margin: -0.5rem !important;
  }

  .lg\:u--mt-xs {
    margin-top: -0.5rem !important;
  }

  .lg\:u--mr-xs {
    margin-right: -0.5rem !important;
  }

  .lg\:u--mb-xs {
    margin-bottom: -0.5rem !important;
  }

  .lg\:u--ml-xs {
    margin-left: -0.5rem !important;
  }

  .lg\:u--mx-xs {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:u--my-xs {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:u-p-xs {
    padding: 0.5rem !important;
  }

  .lg\:u-pt-xs {
    padding-top: 0.5rem !important;
  }

  .lg\:u-pr-xs {
    padding-right: 0.5rem !important;
  }

  .lg\:u-pb-xs {
    padding-bottom: 0.5rem !important;
  }

  .lg\:u-pl-xs {
    padding-left: 0.5rem !important;
  }

  .lg\:u-px-xs {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:u-py-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:u-m-sm {
    margin: 0.75rem !important;
  }

  .lg\:u-mt-sm {
    margin-top: 0.75rem !important;
  }

  .lg\:u-mr-sm {
    margin-right: 0.75rem !important;
  }

  .lg\:u-mb-sm {
    margin-bottom: 0.75rem !important;
  }

  .lg\:u-ml-sm {
    margin-left: 0.75rem !important;
  }

  .lg\:u-mx-sm {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:u-my-sm {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:u--m-sm {
    margin: -0.75rem !important;
  }

  .lg\:u--mt-sm {
    margin-top: -0.75rem !important;
  }

  .lg\:u--mr-sm {
    margin-right: -0.75rem !important;
  }

  .lg\:u--mb-sm {
    margin-bottom: -0.75rem !important;
  }

  .lg\:u--ml-sm {
    margin-left: -0.75rem !important;
  }

  .lg\:u--mx-sm {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:u--my-sm {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:u-p-sm {
    padding: 0.75rem !important;
  }

  .lg\:u-pt-sm {
    padding-top: 0.75rem !important;
  }

  .lg\:u-pr-sm {
    padding-right: 0.75rem !important;
  }

  .lg\:u-pb-sm {
    padding-bottom: 0.75rem !important;
  }

  .lg\:u-pl-sm {
    padding-left: 0.75rem !important;
  }

  .lg\:u-px-sm {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:u-py-sm {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:u-m-md {
    margin: 1rem !important;
  }

  .lg\:u-mt-md {
    margin-top: 1rem !important;
  }

  .lg\:u-mr-md {
    margin-right: 1rem !important;
  }

  .lg\:u-mb-md {
    margin-bottom: 1rem !important;
  }

  .lg\:u-ml-md {
    margin-left: 1rem !important;
  }

  .lg\:u-mx-md {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:u-my-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:u--m-md {
    margin: -1rem !important;
  }

  .lg\:u--mt-md {
    margin-top: -1rem !important;
  }

  .lg\:u--mr-md {
    margin-right: -1rem !important;
  }

  .lg\:u--mb-md {
    margin-bottom: -1rem !important;
  }

  .lg\:u--ml-md {
    margin-left: -1rem !important;
  }

  .lg\:u--mx-md {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:u--my-md {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:u-p-md {
    padding: 1rem !important;
  }

  .lg\:u-pt-md {
    padding-top: 1rem !important;
  }

  .lg\:u-pr-md {
    padding-right: 1rem !important;
  }

  .lg\:u-pb-md {
    padding-bottom: 1rem !important;
  }

  .lg\:u-pl-md {
    padding-left: 1rem !important;
  }

  .lg\:u-px-md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:u-py-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:u-m-lg {
    margin: 1.5rem !important;
  }

  .lg\:u-mt-lg {
    margin-top: 1.5rem !important;
  }

  .lg\:u-mr-lg {
    margin-right: 1.5rem !important;
  }

  .lg\:u-mb-lg {
    margin-bottom: 1.5rem !important;
  }

  .lg\:u-ml-lg {
    margin-left: 1.5rem !important;
  }

  .lg\:u-mx-lg {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:u-my-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:u--m-lg {
    margin: -1.5rem !important;
  }

  .lg\:u--mt-lg {
    margin-top: -1.5rem !important;
  }

  .lg\:u--mr-lg {
    margin-right: -1.5rem !important;
  }

  .lg\:u--mb-lg {
    margin-bottom: -1.5rem !important;
  }

  .lg\:u--ml-lg {
    margin-left: -1.5rem !important;
  }

  .lg\:u--mx-lg {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:u--my-lg {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:u-p-lg {
    padding: 1.5rem !important;
  }

  .lg\:u-pt-lg {
    padding-top: 1.5rem !important;
  }

  .lg\:u-pr-lg {
    padding-right: 1.5rem !important;
  }

  .lg\:u-pb-lg {
    padding-bottom: 1.5rem !important;
  }

  .lg\:u-pl-lg {
    padding-left: 1.5rem !important;
  }

  .lg\:u-px-lg {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:u-py-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:u-m-xl {
    margin: 2rem !important;
  }

  .lg\:u-mt-xl {
    margin-top: 2rem !important;
  }

  .lg\:u-mr-xl {
    margin-right: 2rem !important;
  }

  .lg\:u-mb-xl {
    margin-bottom: 2rem !important;
  }

  .lg\:u-ml-xl {
    margin-left: 2rem !important;
  }

  .lg\:u-mx-xl {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:u-my-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:u--m-xl {
    margin: -2rem !important;
  }

  .lg\:u--mt-xl {
    margin-top: -2rem !important;
  }

  .lg\:u--mr-xl {
    margin-right: -2rem !important;
  }

  .lg\:u--mb-xl {
    margin-bottom: -2rem !important;
  }

  .lg\:u--ml-xl {
    margin-left: -2rem !important;
  }

  .lg\:u--mx-xl {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:u--my-xl {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:u-p-xl {
    padding: 2rem !important;
  }

  .lg\:u-pt-xl {
    padding-top: 2rem !important;
  }

  .lg\:u-pr-xl {
    padding-right: 2rem !important;
  }

  .lg\:u-pb-xl {
    padding-bottom: 2rem !important;
  }

  .lg\:u-pl-xl {
    padding-left: 2rem !important;
  }

  .lg\:u-px-xl {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:u-py-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:u-m-2xl {
    margin: 2.5rem !important;
  }

  .lg\:u-mt-2xl {
    margin-top: 2.5rem !important;
  }

  .lg\:u-mr-2xl {
    margin-right: 2.5rem !important;
  }

  .lg\:u-mb-2xl {
    margin-bottom: 2.5rem !important;
  }

  .lg\:u-ml-2xl {
    margin-left: 2.5rem !important;
  }

  .lg\:u-mx-2xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:u-my-2xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:u--m-2xl {
    margin: -2.5rem !important;
  }

  .lg\:u--mt-2xl {
    margin-top: -2.5rem !important;
  }

  .lg\:u--mr-2xl {
    margin-right: -2.5rem !important;
  }

  .lg\:u--mb-2xl {
    margin-bottom: -2.5rem !important;
  }

  .lg\:u--ml-2xl {
    margin-left: -2.5rem !important;
  }

  .lg\:u--mx-2xl {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:u--my-2xl {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:u-p-2xl {
    padding: 2.5rem !important;
  }

  .lg\:u-pt-2xl {
    padding-top: 2.5rem !important;
  }

  .lg\:u-pr-2xl {
    padding-right: 2.5rem !important;
  }

  .lg\:u-pb-2xl {
    padding-bottom: 2.5rem !important;
  }

  .lg\:u-pl-2xl {
    padding-left: 2.5rem !important;
  }

  .lg\:u-px-2xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:u-py-2xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:u-m-3xl {
    margin: 3rem !important;
  }

  .lg\:u-mt-3xl {
    margin-top: 3rem !important;
  }

  .lg\:u-mr-3xl {
    margin-right: 3rem !important;
  }

  .lg\:u-mb-3xl {
    margin-bottom: 3rem !important;
  }

  .lg\:u-ml-3xl {
    margin-left: 3rem !important;
  }

  .lg\:u-mx-3xl {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:u-my-3xl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:u--m-3xl {
    margin: -3rem !important;
  }

  .lg\:u--mt-3xl {
    margin-top: -3rem !important;
  }

  .lg\:u--mr-3xl {
    margin-right: -3rem !important;
  }

  .lg\:u--mb-3xl {
    margin-bottom: -3rem !important;
  }

  .lg\:u--ml-3xl {
    margin-left: -3rem !important;
  }

  .lg\:u--mx-3xl {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:u--my-3xl {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:u-p-3xl {
    padding: 3rem !important;
  }

  .lg\:u-pt-3xl {
    padding-top: 3rem !important;
  }

  .lg\:u-pr-3xl {
    padding-right: 3rem !important;
  }

  .lg\:u-pb-3xl {
    padding-bottom: 3rem !important;
  }

  .lg\:u-pl-3xl {
    padding-left: 3rem !important;
  }

  .lg\:u-px-3xl {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:u-py-3xl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:u-M-2xs {
    margin: 1rem !important;
  }

  .lg\:u-Mt-2xs {
    margin-top: 1rem !important;
  }

  .lg\:u-Mr-2xs {
    margin-right: 1rem !important;
  }

  .lg\:u-Mb-2xs {
    margin-bottom: 1rem !important;
  }

  .lg\:u-Ml-2xs {
    margin-left: 1rem !important;
  }

  .lg\:u-Mx-2xs {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:u-My-2xs {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:u--M-2xs {
    margin: -1rem !important;
  }

  .lg\:u--Mt-2xs {
    margin-top: -1rem !important;
  }

  .lg\:u--Mr-2xs {
    margin-right: -1rem !important;
  }

  .lg\:u--Mb-2xs {
    margin-bottom: -1rem !important;
  }

  .lg\:u--Ml-2xs {
    margin-left: -1rem !important;
  }

  .lg\:u--Mx-2xs {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:u--My-2xs {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:u-P-2xs {
    padding: 1rem !important;
  }

  .lg\:u-Pt-2xs {
    padding-top: 1rem !important;
  }

  .lg\:u-Pr-2xs {
    padding-right: 1rem !important;
  }

  .lg\:u-Pb-2xs {
    padding-bottom: 1rem !important;
  }

  .lg\:u-Pl-2xs {
    padding-left: 1rem !important;
  }

  .lg\:u-Px-2xs {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:u-Py-2xs {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:u-M-xs {
    margin: 1.5rem !important;
  }

  .lg\:u-Mt-xs {
    margin-top: 1.5rem !important;
  }

  .lg\:u-Mr-xs {
    margin-right: 1.5rem !important;
  }

  .lg\:u-Mb-xs {
    margin-bottom: 1.5rem !important;
  }

  .lg\:u-Ml-xs {
    margin-left: 1.5rem !important;
  }

  .lg\:u-Mx-xs {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:u-My-xs {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:u--M-xs {
    margin: -1.5rem !important;
  }

  .lg\:u--Mt-xs {
    margin-top: -1.5rem !important;
  }

  .lg\:u--Mr-xs {
    margin-right: -1.5rem !important;
  }

  .lg\:u--Mb-xs {
    margin-bottom: -1.5rem !important;
  }

  .lg\:u--Ml-xs {
    margin-left: -1.5rem !important;
  }

  .lg\:u--Mx-xs {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:u--My-xs {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:u-P-xs {
    padding: 1.5rem !important;
  }

  .lg\:u-Pt-xs {
    padding-top: 1.5rem !important;
  }

  .lg\:u-Pr-xs {
    padding-right: 1.5rem !important;
  }

  .lg\:u-Pb-xs {
    padding-bottom: 1.5rem !important;
  }

  .lg\:u-Pl-xs {
    padding-left: 1.5rem !important;
  }

  .lg\:u-Px-xs {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:u-Py-xs {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:u-M-sm {
    margin: 2rem !important;
  }

  .lg\:u-Mt-sm {
    margin-top: 2rem !important;
  }

  .lg\:u-Mr-sm {
    margin-right: 2rem !important;
  }

  .lg\:u-Mb-sm {
    margin-bottom: 2rem !important;
  }

  .lg\:u-Ml-sm {
    margin-left: 2rem !important;
  }

  .lg\:u-Mx-sm {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:u-My-sm {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:u--M-sm {
    margin: -2rem !important;
  }

  .lg\:u--Mt-sm {
    margin-top: -2rem !important;
  }

  .lg\:u--Mr-sm {
    margin-right: -2rem !important;
  }

  .lg\:u--Mb-sm {
    margin-bottom: -2rem !important;
  }

  .lg\:u--Ml-sm {
    margin-left: -2rem !important;
  }

  .lg\:u--Mx-sm {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:u--My-sm {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:u-P-sm {
    padding: 2rem !important;
  }

  .lg\:u-Pt-sm {
    padding-top: 2rem !important;
  }

  .lg\:u-Pr-sm {
    padding-right: 2rem !important;
  }

  .lg\:u-Pb-sm {
    padding-bottom: 2rem !important;
  }

  .lg\:u-Pl-sm {
    padding-left: 2rem !important;
  }

  .lg\:u-Px-sm {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:u-Py-sm {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:u-M-md {
    margin: 3rem !important;
  }

  .lg\:u-Mt-md {
    margin-top: 3rem !important;
  }

  .lg\:u-Mr-md {
    margin-right: 3rem !important;
  }

  .lg\:u-Mb-md {
    margin-bottom: 3rem !important;
  }

  .lg\:u-Ml-md {
    margin-left: 3rem !important;
  }

  .lg\:u-Mx-md {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:u-My-md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:u--M-md {
    margin: -3rem !important;
  }

  .lg\:u--Mt-md {
    margin-top: -3rem !important;
  }

  .lg\:u--Mr-md {
    margin-right: -3rem !important;
  }

  .lg\:u--Mb-md {
    margin-bottom: -3rem !important;
  }

  .lg\:u--Ml-md {
    margin-left: -3rem !important;
  }

  .lg\:u--Mx-md {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:u--My-md {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:u-P-md {
    padding: 3rem !important;
  }

  .lg\:u-Pt-md {
    padding-top: 3rem !important;
  }

  .lg\:u-Pr-md {
    padding-right: 3rem !important;
  }

  .lg\:u-Pb-md {
    padding-bottom: 3rem !important;
  }

  .lg\:u-Pl-md {
    padding-left: 3rem !important;
  }

  .lg\:u-Px-md {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:u-Py-md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:u-M-lg {
    margin: 4rem !important;
  }

  .lg\:u-Mt-lg {
    margin-top: 4rem !important;
  }

  .lg\:u-Mr-lg {
    margin-right: 4rem !important;
  }

  .lg\:u-Mb-lg {
    margin-bottom: 4rem !important;
  }

  .lg\:u-Ml-lg {
    margin-left: 4rem !important;
  }

  .lg\:u-Mx-lg {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:u-My-lg {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:u--M-lg {
    margin: -4rem !important;
  }

  .lg\:u--Mt-lg {
    margin-top: -4rem !important;
  }

  .lg\:u--Mr-lg {
    margin-right: -4rem !important;
  }

  .lg\:u--Mb-lg {
    margin-bottom: -4rem !important;
  }

  .lg\:u--Ml-lg {
    margin-left: -4rem !important;
  }

  .lg\:u--Mx-lg {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:u--My-lg {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:u-P-lg {
    padding: 4rem !important;
  }

  .lg\:u-Pt-lg {
    padding-top: 4rem !important;
  }

  .lg\:u-Pr-lg {
    padding-right: 4rem !important;
  }

  .lg\:u-Pb-lg {
    padding-bottom: 4rem !important;
  }

  .lg\:u-Pl-lg {
    padding-left: 4rem !important;
  }

  .lg\:u-Px-lg {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:u-Py-lg {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:u-M-xl {
    margin: 6rem !important;
  }

  .lg\:u-Mt-xl {
    margin-top: 6rem !important;
  }

  .lg\:u-Mr-xl {
    margin-right: 6rem !important;
  }

  .lg\:u-Mb-xl {
    margin-bottom: 6rem !important;
  }

  .lg\:u-Ml-xl {
    margin-left: 6rem !important;
  }

  .lg\:u-Mx-xl {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:u-My-xl {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:u--M-xl {
    margin: -6rem !important;
  }

  .lg\:u--Mt-xl {
    margin-top: -6rem !important;
  }

  .lg\:u--Mr-xl {
    margin-right: -6rem !important;
  }

  .lg\:u--Mb-xl {
    margin-bottom: -6rem !important;
  }

  .lg\:u--Ml-xl {
    margin-left: -6rem !important;
  }

  .lg\:u--Mx-xl {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:u--My-xl {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:u-P-xl {
    padding: 6rem !important;
  }

  .lg\:u-Pt-xl {
    padding-top: 6rem !important;
  }

  .lg\:u-Pr-xl {
    padding-right: 6rem !important;
  }

  .lg\:u-Pb-xl {
    padding-bottom: 6rem !important;
  }

  .lg\:u-Pl-xl {
    padding-left: 6rem !important;
  }

  .lg\:u-Px-xl {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:u-Py-xl {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:u-M-2xl {
    margin: 10rem !important;
  }

  .lg\:u-Mt-2xl {
    margin-top: 10rem !important;
  }

  .lg\:u-Mr-2xl {
    margin-right: 10rem !important;
  }

  .lg\:u-Mb-2xl {
    margin-bottom: 10rem !important;
  }

  .lg\:u-Ml-2xl {
    margin-left: 10rem !important;
  }

  .lg\:u-Mx-2xl {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:u-My-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:u--M-2xl {
    margin: -10rem !important;
  }

  .lg\:u--Mt-2xl {
    margin-top: -10rem !important;
  }

  .lg\:u--Mr-2xl {
    margin-right: -10rem !important;
  }

  .lg\:u--Mb-2xl {
    margin-bottom: -10rem !important;
  }

  .lg\:u--Ml-2xl {
    margin-left: -10rem !important;
  }

  .lg\:u--Mx-2xl {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:u--My-2xl {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:u-P-2xl {
    padding: 10rem !important;
  }

  .lg\:u-Pt-2xl {
    padding-top: 10rem !important;
  }

  .lg\:u-Pr-2xl {
    padding-right: 10rem !important;
  }

  .lg\:u-Pb-2xl {
    padding-bottom: 10rem !important;
  }

  .lg\:u-Pl-2xl {
    padding-left: 10rem !important;
  }

  .lg\:u-Px-2xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:u-Py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:u-M-3xl {
    margin: 15rem !important;
  }

  .lg\:u-Mt-3xl {
    margin-top: 15rem !important;
  }

  .lg\:u-Mr-3xl {
    margin-right: 15rem !important;
  }

  .lg\:u-Mb-3xl {
    margin-bottom: 15rem !important;
  }

  .lg\:u-Ml-3xl {
    margin-left: 15rem !important;
  }

  .lg\:u-Mx-3xl {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .lg\:u-My-3xl {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lg\:u--M-3xl {
    margin: -15rem !important;
  }

  .lg\:u--Mt-3xl {
    margin-top: -15rem !important;
  }

  .lg\:u--Mr-3xl {
    margin-right: -15rem !important;
  }

  .lg\:u--Mb-3xl {
    margin-bottom: -15rem !important;
  }

  .lg\:u--Ml-3xl {
    margin-left: -15rem !important;
  }

  .lg\:u--Mx-3xl {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .lg\:u--My-3xl {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .lg\:u-P-3xl {
    padding: 15rem !important;
  }

  .lg\:u-Pt-3xl {
    padding-top: 15rem !important;
  }

  .lg\:u-Pr-3xl {
    padding-right: 15rem !important;
  }

  .lg\:u-Pb-3xl {
    padding-bottom: 15rem !important;
  }

  .lg\:u-Pl-3xl {
    padding-left: 15rem !important;
  }

  .lg\:u-Px-3xl {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:u-Py-3xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lg\:u-gap-0 {
    gap: 0;
  }

  .lg\:u-gap-3xs {
    gap: 0.125rem;
  }

  .lg\:u-gap-2xs {
    gap: 0.25rem;
  }

  .lg\:u-gap-xs {
    gap: 0.5rem;
  }

  .lg\:u-gap-sm {
    gap: 0.75rem;
  }

  .lg\:u-gap-md {
    gap: 1rem;
  }

  .lg\:u-gap-lg {
    gap: 1.5rem;
  }

  .lg\:u-gap-xl {
    gap: 2rem;
  }

  .lg\:u-gap-2xl {
    gap: 2.5rem;
  }

  .lg\:u-gap-3xl {
    gap: 3rem;
  }

  .lg\:u-maxw-1 {
    max-width: 4rem;
  }

  .lg\:u-maxw-2 {
    max-width: 10rem;
  }

  .lg\:u-maxw-3 {
    max-width: 16rem;
  }

  .lg\:u-maxw-4 {
    max-width: 22rem;
  }

  .lg\:u-maxw-5 {
    max-width: 28rem;
  }

  .lg\:u-maxw-6 {
    max-width: 34rem;
  }

  .lg\:u-maxw-7 {
    max-width: 40rem;
  }

  .lg\:u-maxw-8 {
    max-width: 46rem;
  }

  .lg\:u-maxw-9 {
    max-width: 52rem;
  }

  .lg\:u-maxw-10 {
    max-width: 58rem;
  }

  .lg\:u-maxw-11 {
    max-width: 64rem;
  }

  .lg\:u-maxw-12 {
    max-width: 70rem;
  }

  .lg\:u-maxw-13 {
    max-width: 76rem;
  }

  .lg\:u-maxw-14 {
    max-width: 82rem;
  }

  .lg\:u-maxw-15 {
    max-width: 88rem;
  }

  .lg\:u-maxw-16 {
    max-width: 94rem;
  }

  .lg\:u-maxw-17 {
    max-width: 105rem;
  }

  .lg\:u-w-auto {
    width: auto;
  }

  .lg\:u-w-full {
    width: 100%;
  }

  .lg\:u-w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:u-h-full {
    height: 100%;
  }

  .lg\:u-h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .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;
  }

  .lg\:u-active {
    display: block !important;
  }

  .lg\:u-overflow-hidden {
    overflow: hidden;
  }

  .lg\:u-overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:u-list-none {
    list-style: 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-justify-self-start {
    justify-self: flex-start;
  }

  .lg\:u-justify-self-center {
    justify-self: center;
  }

  .lg\:u-justify-self-end {
    justify-self: flex-end;
  }

  .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-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:u-basis-auto {
    flex-basis: auto;
  }

  .lg\:u-basis-1 {
    flex-basis: 8.33333333%;
  }

  .lg\:u-order-1 {
    order: 1;
  }

  .lg\:u-basis-2 {
    flex-basis: 16.66666667%;
  }

  .lg\:u-order-2 {
    order: 2;
  }

  .lg\:u-basis-3 {
    flex-basis: 25%;
  }

  .lg\:u-order-3 {
    order: 3;
  }

  .lg\:u-basis-4 {
    flex-basis: 33.33333333%;
  }

  .lg\:u-order-4 {
    order: 4;
  }

  .lg\:u-basis-5 {
    flex-basis: 41.66666667%;
  }

  .lg\:u-order-5 {
    order: 5;
  }

  .lg\:u-basis-6 {
    flex-basis: 50%;
  }

  .lg\:u-order-6 {
    order: 6;
  }

  .lg\:u-basis-7 {
    flex-basis: 58.33333333%;
  }

  .lg\:u-order-7 {
    order: 7;
  }

  .lg\:u-basis-8 {
    flex-basis: 66.66666667%;
  }

  .lg\:u-order-8 {
    order: 8;
  }

  .lg\:u-basis-9 {
    flex-basis: 75%;
  }

  .lg\:u-order-9 {
    order: 9;
  }

  .lg\:u-basis-10 {
    flex-basis: 83.33333333%;
  }

  .lg\:u-order-10 {
    order: 10;
  }

  .lg\:u-basis-11 {
    flex-basis: 91.66666667%;
  }

  .lg\:u-order-11 {
    order: 11;
  }

  .lg\:u-basis-12 {
    flex-basis: 100%;
  }

  .lg\:u-order-12 {
    order: 12;
  }

  /* Text Alignment */

  .lg\:u-text-left {
    text-align: left;
  }

  .lg\:u-text-center {
    text-align: center;
  }

  .lg\:u-text-right {
    text-align: right;
  }

  .lg\:u-text-justify {
    text-align: justify;
  }

  /* Weight */

  .lg\:u-font-normal {
    font-weight: 400;
  }

  .lg\:u-font-medium {
    font-weight: 500;
  }

  .lg\:u-font-bold {
    font-weight: 700;
  }
}

@media (min-width: 75rem) {
  .xl\:u-border {
    border-width: 1px;
    border-style: solid;
  }

  .xl\:u-border-t {
    border-top-width: 1px;
  }

  .xl\:u-border-r {
    border-right-width: 1px;
  }

  .xl\:u-border-b {
    border-bottom-width: 1px;
  }

  .xl\:u-border-l {
    border-left-width: 1px;
  }

  .xl\:u-border-2 {
    border-width: 2px;
    border-style: solid;
  }

  .xl\:u-border-t-2 {
    border-top-width: 2px;
  }

  .xl\:u-border-r-2 {
    border-right-width: 2px;
  }

  .xl\:u-border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:u-border-l-2 {
    border-left-width: 2px;
  }

  .xl\:u-border-3 {
    border-width: 3px;
  }

  .xl\:u-border-t-3 {
    border-top-width: 3px;
  }

  .xl\:u-border-b-3 {
    border-bottom-width: 3px;
  }

  .xl\:u-border-0 {
    border-width: 0;
  }

  .xl\:u-border-t-0 {
    border-top-width: 0;
  }

  .xl\:u-border-r-0 {
    border-right-width: 0;
  }

  .xl\:u-border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:u-border-l-0 {
    border-left-width: 0;
  }

  .xl\:u-border-none {
    border: none;
  }

  .xl\:u-rounded-sm {
    border-radius: 0.25rem;
  }

  .xl\:u-rounded-sm-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:u-rounded {
    border-radius: 0.5rem;
  }

  .xl\:u-rounded-md {
    border-radius: 0.625rem;
  }

  .xl\:u-rounded-md-t {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }

  .xl\:u-rounded-t {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:u-rounded-b {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:u-rounded-tl {
    border-top-left-radius: 0.5rem;
  }

  .xl\:u-rounded-tr {
    border-top-right-radius: 0.5rem;
  }

  .xl\:u-rounded-br {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:u-rounded-bl {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:u-rounded-sl {
    border-radius: 1rem;
  }

  .xl\:u-rounded-lg {
    border-radius: 1.5rem;
  }

  .xl\:u-rounded-t-lg {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:u-rounded-b-lg {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:u-rounded-tl-lg {
    border-top-left-radius: 1.5rem;
  }

  .xl\:u-rounded-tr-lg {
    border-top-right-radius: 1.5rem;
  }

  .xl\:u-rounded-br-lg {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:u-rounded-bl-lg {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:u-rounded-t-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:u-rounded-b-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:u-rounded-tl-0 {
    border-top-left-radius: 0;
  }

  .xl\:u-rounded-tr-0 {
    border-top-right-radius: 0;
  }

  .xl\:u-rounded-br-0 {
    border-bottom-right-radius: 0;
  }

  .xl\:u-rounded-bl-0 {
    border-bottom-left-radius: 0;
  }

  .xl\:u-rounded-full {
    border-radius: 9999px;
  }

  .xl\:u-round {
    border-radius: 50%;
  }

  .xl\:u-m-auto {
    margin: auto !important;
  }

  .xl\:u-mt-auto {
    margin-top: auto !important;
  }

  .xl\:u-mr-auto {
    margin-right: auto !important;
  }

  .xl\:u-mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:u-ml-auto {
    margin-left: auto !important;
  }

  .xl\:u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:u-m-0 {
    margin: 0 !important;
  }

  .xl\:u-mt-0 {
    margin-top: 0 !important;
  }

  .xl\:u-mr-0 {
    margin-right: 0 !important;
  }

  .xl\:u-mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:u-ml-0 {
    margin-left: 0 !important;
  }

  .xl\:u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:u--m-0 {
    margin: 0 !important;
  }

  .xl\:u--mt-0 {
    margin-top: 0 !important;
  }

  .xl\:u--mr-0 {
    margin-right: 0 !important;
  }

  .xl\:u--mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:u--ml-0 {
    margin-left: 0 !important;
  }

  .xl\:u--mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:u--my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:u-p-0 {
    padding: 0 !important;
  }

  .xl\:u-pt-0 {
    padding-top: 0 !important;
  }

  .xl\:u-pr-0 {
    padding-right: 0 !important;
  }

  .xl\:u-pb-0 {
    padding-bottom: 0 !important;
  }

  .xl\:u-pl-0 {
    padding-left: 0 !important;
  }

  .xl\:u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:u-m-3xs {
    margin: 0.125rem !important;
  }

  .xl\:u-mt-3xs {
    margin-top: 0.125rem !important;
  }

  .xl\:u-mr-3xs {
    margin-right: 0.125rem !important;
  }

  .xl\:u-mb-3xs {
    margin-bottom: 0.125rem !important;
  }

  .xl\:u-ml-3xs {
    margin-left: 0.125rem !important;
  }

  .xl\:u-mx-3xs {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xl\:u-my-3xs {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xl\:u--m-3xs {
    margin: -0.125rem !important;
  }

  .xl\:u--mt-3xs {
    margin-top: -0.125rem !important;
  }

  .xl\:u--mr-3xs {
    margin-right: -0.125rem !important;
  }

  .xl\:u--mb-3xs {
    margin-bottom: -0.125rem !important;
  }

  .xl\:u--ml-3xs {
    margin-left: -0.125rem !important;
  }

  .xl\:u--mx-3xs {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xl\:u--my-3xs {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xl\:u-p-3xs {
    padding: 0.125rem !important;
  }

  .xl\:u-pt-3xs {
    padding-top: 0.125rem !important;
  }

  .xl\:u-pr-3xs {
    padding-right: 0.125rem !important;
  }

  .xl\:u-pb-3xs {
    padding-bottom: 0.125rem !important;
  }

  .xl\:u-pl-3xs {
    padding-left: 0.125rem !important;
  }

  .xl\:u-px-3xs {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xl\:u-py-3xs {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xl\:u-m-2xs {
    margin: 0.25rem !important;
  }

  .xl\:u-mt-2xs {
    margin-top: 0.25rem !important;
  }

  .xl\:u-mr-2xs {
    margin-right: 0.25rem !important;
  }

  .xl\:u-mb-2xs {
    margin-bottom: 0.25rem !important;
  }

  .xl\:u-ml-2xs {
    margin-left: 0.25rem !important;
  }

  .xl\:u-mx-2xs {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:u-my-2xs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:u--m-2xs {
    margin: -0.25rem !important;
  }

  .xl\:u--mt-2xs {
    margin-top: -0.25rem !important;
  }

  .xl\:u--mr-2xs {
    margin-right: -0.25rem !important;
  }

  .xl\:u--mb-2xs {
    margin-bottom: -0.25rem !important;
  }

  .xl\:u--ml-2xs {
    margin-left: -0.25rem !important;
  }

  .xl\:u--mx-2xs {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:u--my-2xs {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:u-p-2xs {
    padding: 0.25rem !important;
  }

  .xl\:u-pt-2xs {
    padding-top: 0.25rem !important;
  }

  .xl\:u-pr-2xs {
    padding-right: 0.25rem !important;
  }

  .xl\:u-pb-2xs {
    padding-bottom: 0.25rem !important;
  }

  .xl\:u-pl-2xs {
    padding-left: 0.25rem !important;
  }

  .xl\:u-px-2xs {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:u-py-2xs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:u-m-xs {
    margin: 0.5rem !important;
  }

  .xl\:u-mt-xs {
    margin-top: 0.5rem !important;
  }

  .xl\:u-mr-xs {
    margin-right: 0.5rem !important;
  }

  .xl\:u-mb-xs {
    margin-bottom: 0.5rem !important;
  }

  .xl\:u-ml-xs {
    margin-left: 0.5rem !important;
  }

  .xl\:u-mx-xs {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:u-my-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:u--m-xs {
    margin: -0.5rem !important;
  }

  .xl\:u--mt-xs {
    margin-top: -0.5rem !important;
  }

  .xl\:u--mr-xs {
    margin-right: -0.5rem !important;
  }

  .xl\:u--mb-xs {
    margin-bottom: -0.5rem !important;
  }

  .xl\:u--ml-xs {
    margin-left: -0.5rem !important;
  }

  .xl\:u--mx-xs {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:u--my-xs {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:u-p-xs {
    padding: 0.5rem !important;
  }

  .xl\:u-pt-xs {
    padding-top: 0.5rem !important;
  }

  .xl\:u-pr-xs {
    padding-right: 0.5rem !important;
  }

  .xl\:u-pb-xs {
    padding-bottom: 0.5rem !important;
  }

  .xl\:u-pl-xs {
    padding-left: 0.5rem !important;
  }

  .xl\:u-px-xs {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:u-py-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:u-m-sm {
    margin: 0.75rem !important;
  }

  .xl\:u-mt-sm {
    margin-top: 0.75rem !important;
  }

  .xl\:u-mr-sm {
    margin-right: 0.75rem !important;
  }

  .xl\:u-mb-sm {
    margin-bottom: 0.75rem !important;
  }

  .xl\:u-ml-sm {
    margin-left: 0.75rem !important;
  }

  .xl\:u-mx-sm {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:u-my-sm {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:u--m-sm {
    margin: -0.75rem !important;
  }

  .xl\:u--mt-sm {
    margin-top: -0.75rem !important;
  }

  .xl\:u--mr-sm {
    margin-right: -0.75rem !important;
  }

  .xl\:u--mb-sm {
    margin-bottom: -0.75rem !important;
  }

  .xl\:u--ml-sm {
    margin-left: -0.75rem !important;
  }

  .xl\:u--mx-sm {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:u--my-sm {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:u-p-sm {
    padding: 0.75rem !important;
  }

  .xl\:u-pt-sm {
    padding-top: 0.75rem !important;
  }

  .xl\:u-pr-sm {
    padding-right: 0.75rem !important;
  }

  .xl\:u-pb-sm {
    padding-bottom: 0.75rem !important;
  }

  .xl\:u-pl-sm {
    padding-left: 0.75rem !important;
  }

  .xl\:u-px-sm {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:u-py-sm {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:u-m-md {
    margin: 1rem !important;
  }

  .xl\:u-mt-md {
    margin-top: 1rem !important;
  }

  .xl\:u-mr-md {
    margin-right: 1rem !important;
  }

  .xl\:u-mb-md {
    margin-bottom: 1rem !important;
  }

  .xl\:u-ml-md {
    margin-left: 1rem !important;
  }

  .xl\:u-mx-md {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:u-my-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:u--m-md {
    margin: -1rem !important;
  }

  .xl\:u--mt-md {
    margin-top: -1rem !important;
  }

  .xl\:u--mr-md {
    margin-right: -1rem !important;
  }

  .xl\:u--mb-md {
    margin-bottom: -1rem !important;
  }

  .xl\:u--ml-md {
    margin-left: -1rem !important;
  }

  .xl\:u--mx-md {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:u--my-md {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:u-p-md {
    padding: 1rem !important;
  }

  .xl\:u-pt-md {
    padding-top: 1rem !important;
  }

  .xl\:u-pr-md {
    padding-right: 1rem !important;
  }

  .xl\:u-pb-md {
    padding-bottom: 1rem !important;
  }

  .xl\:u-pl-md {
    padding-left: 1rem !important;
  }

  .xl\:u-px-md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:u-py-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:u-m-lg {
    margin: 1.5rem !important;
  }

  .xl\:u-mt-lg {
    margin-top: 1.5rem !important;
  }

  .xl\:u-mr-lg {
    margin-right: 1.5rem !important;
  }

  .xl\:u-mb-lg {
    margin-bottom: 1.5rem !important;
  }

  .xl\:u-ml-lg {
    margin-left: 1.5rem !important;
  }

  .xl\:u-mx-lg {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:u-my-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:u--m-lg {
    margin: -1.5rem !important;
  }

  .xl\:u--mt-lg {
    margin-top: -1.5rem !important;
  }

  .xl\:u--mr-lg {
    margin-right: -1.5rem !important;
  }

  .xl\:u--mb-lg {
    margin-bottom: -1.5rem !important;
  }

  .xl\:u--ml-lg {
    margin-left: -1.5rem !important;
  }

  .xl\:u--mx-lg {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:u--my-lg {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:u-p-lg {
    padding: 1.5rem !important;
  }

  .xl\:u-pt-lg {
    padding-top: 1.5rem !important;
  }

  .xl\:u-pr-lg {
    padding-right: 1.5rem !important;
  }

  .xl\:u-pb-lg {
    padding-bottom: 1.5rem !important;
  }

  .xl\:u-pl-lg {
    padding-left: 1.5rem !important;
  }

  .xl\:u-px-lg {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:u-py-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:u-m-xl {
    margin: 2rem !important;
  }

  .xl\:u-mt-xl {
    margin-top: 2rem !important;
  }

  .xl\:u-mr-xl {
    margin-right: 2rem !important;
  }

  .xl\:u-mb-xl {
    margin-bottom: 2rem !important;
  }

  .xl\:u-ml-xl {
    margin-left: 2rem !important;
  }

  .xl\:u-mx-xl {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:u-my-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:u--m-xl {
    margin: -2rem !important;
  }

  .xl\:u--mt-xl {
    margin-top: -2rem !important;
  }

  .xl\:u--mr-xl {
    margin-right: -2rem !important;
  }

  .xl\:u--mb-xl {
    margin-bottom: -2rem !important;
  }

  .xl\:u--ml-xl {
    margin-left: -2rem !important;
  }

  .xl\:u--mx-xl {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:u--my-xl {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:u-p-xl {
    padding: 2rem !important;
  }

  .xl\:u-pt-xl {
    padding-top: 2rem !important;
  }

  .xl\:u-pr-xl {
    padding-right: 2rem !important;
  }

  .xl\:u-pb-xl {
    padding-bottom: 2rem !important;
  }

  .xl\:u-pl-xl {
    padding-left: 2rem !important;
  }

  .xl\:u-px-xl {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:u-py-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:u-m-2xl {
    margin: 2.5rem !important;
  }

  .xl\:u-mt-2xl {
    margin-top: 2.5rem !important;
  }

  .xl\:u-mr-2xl {
    margin-right: 2.5rem !important;
  }

  .xl\:u-mb-2xl {
    margin-bottom: 2.5rem !important;
  }

  .xl\:u-ml-2xl {
    margin-left: 2.5rem !important;
  }

  .xl\:u-mx-2xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:u-my-2xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:u--m-2xl {
    margin: -2.5rem !important;
  }

  .xl\:u--mt-2xl {
    margin-top: -2.5rem !important;
  }

  .xl\:u--mr-2xl {
    margin-right: -2.5rem !important;
  }

  .xl\:u--mb-2xl {
    margin-bottom: -2.5rem !important;
  }

  .xl\:u--ml-2xl {
    margin-left: -2.5rem !important;
  }

  .xl\:u--mx-2xl {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:u--my-2xl {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:u-p-2xl {
    padding: 2.5rem !important;
  }

  .xl\:u-pt-2xl {
    padding-top: 2.5rem !important;
  }

  .xl\:u-pr-2xl {
    padding-right: 2.5rem !important;
  }

  .xl\:u-pb-2xl {
    padding-bottom: 2.5rem !important;
  }

  .xl\:u-pl-2xl {
    padding-left: 2.5rem !important;
  }

  .xl\:u-px-2xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:u-py-2xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:u-m-3xl {
    margin: 3rem !important;
  }

  .xl\:u-mt-3xl {
    margin-top: 3rem !important;
  }

  .xl\:u-mr-3xl {
    margin-right: 3rem !important;
  }

  .xl\:u-mb-3xl {
    margin-bottom: 3rem !important;
  }

  .xl\:u-ml-3xl {
    margin-left: 3rem !important;
  }

  .xl\:u-mx-3xl {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:u-my-3xl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:u--m-3xl {
    margin: -3rem !important;
  }

  .xl\:u--mt-3xl {
    margin-top: -3rem !important;
  }

  .xl\:u--mr-3xl {
    margin-right: -3rem !important;
  }

  .xl\:u--mb-3xl {
    margin-bottom: -3rem !important;
  }

  .xl\:u--ml-3xl {
    margin-left: -3rem !important;
  }

  .xl\:u--mx-3xl {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:u--my-3xl {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:u-p-3xl {
    padding: 3rem !important;
  }

  .xl\:u-pt-3xl {
    padding-top: 3rem !important;
  }

  .xl\:u-pr-3xl {
    padding-right: 3rem !important;
  }

  .xl\:u-pb-3xl {
    padding-bottom: 3rem !important;
  }

  .xl\:u-pl-3xl {
    padding-left: 3rem !important;
  }

  .xl\:u-px-3xl {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:u-py-3xl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:u-M-2xs {
    margin: 1rem !important;
  }

  .xl\:u-Mt-2xs {
    margin-top: 1rem !important;
  }

  .xl\:u-Mr-2xs {
    margin-right: 1rem !important;
  }

  .xl\:u-Mb-2xs {
    margin-bottom: 1rem !important;
  }

  .xl\:u-Ml-2xs {
    margin-left: 1rem !important;
  }

  .xl\:u-Mx-2xs {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:u-My-2xs {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:u--M-2xs {
    margin: -1rem !important;
  }

  .xl\:u--Mt-2xs {
    margin-top: -1rem !important;
  }

  .xl\:u--Mr-2xs {
    margin-right: -1rem !important;
  }

  .xl\:u--Mb-2xs {
    margin-bottom: -1rem !important;
  }

  .xl\:u--Ml-2xs {
    margin-left: -1rem !important;
  }

  .xl\:u--Mx-2xs {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:u--My-2xs {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:u-P-2xs {
    padding: 1rem !important;
  }

  .xl\:u-Pt-2xs {
    padding-top: 1rem !important;
  }

  .xl\:u-Pr-2xs {
    padding-right: 1rem !important;
  }

  .xl\:u-Pb-2xs {
    padding-bottom: 1rem !important;
  }

  .xl\:u-Pl-2xs {
    padding-left: 1rem !important;
  }

  .xl\:u-Px-2xs {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:u-Py-2xs {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:u-M-xs {
    margin: 1.5rem !important;
  }

  .xl\:u-Mt-xs {
    margin-top: 1.5rem !important;
  }

  .xl\:u-Mr-xs {
    margin-right: 1.5rem !important;
  }

  .xl\:u-Mb-xs {
    margin-bottom: 1.5rem !important;
  }

  .xl\:u-Ml-xs {
    margin-left: 1.5rem !important;
  }

  .xl\:u-Mx-xs {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:u-My-xs {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:u--M-xs {
    margin: -1.5rem !important;
  }

  .xl\:u--Mt-xs {
    margin-top: -1.5rem !important;
  }

  .xl\:u--Mr-xs {
    margin-right: -1.5rem !important;
  }

  .xl\:u--Mb-xs {
    margin-bottom: -1.5rem !important;
  }

  .xl\:u--Ml-xs {
    margin-left: -1.5rem !important;
  }

  .xl\:u--Mx-xs {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:u--My-xs {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:u-P-xs {
    padding: 1.5rem !important;
  }

  .xl\:u-Pt-xs {
    padding-top: 1.5rem !important;
  }

  .xl\:u-Pr-xs {
    padding-right: 1.5rem !important;
  }

  .xl\:u-Pb-xs {
    padding-bottom: 1.5rem !important;
  }

  .xl\:u-Pl-xs {
    padding-left: 1.5rem !important;
  }

  .xl\:u-Px-xs {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:u-Py-xs {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:u-M-sm {
    margin: 2rem !important;
  }

  .xl\:u-Mt-sm {
    margin-top: 2rem !important;
  }

  .xl\:u-Mr-sm {
    margin-right: 2rem !important;
  }

  .xl\:u-Mb-sm {
    margin-bottom: 2rem !important;
  }

  .xl\:u-Ml-sm {
    margin-left: 2rem !important;
  }

  .xl\:u-Mx-sm {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:u-My-sm {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:u--M-sm {
    margin: -2rem !important;
  }

  .xl\:u--Mt-sm {
    margin-top: -2rem !important;
  }

  .xl\:u--Mr-sm {
    margin-right: -2rem !important;
  }

  .xl\:u--Mb-sm {
    margin-bottom: -2rem !important;
  }

  .xl\:u--Ml-sm {
    margin-left: -2rem !important;
  }

  .xl\:u--Mx-sm {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:u--My-sm {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:u-P-sm {
    padding: 2rem !important;
  }

  .xl\:u-Pt-sm {
    padding-top: 2rem !important;
  }

  .xl\:u-Pr-sm {
    padding-right: 2rem !important;
  }

  .xl\:u-Pb-sm {
    padding-bottom: 2rem !important;
  }

  .xl\:u-Pl-sm {
    padding-left: 2rem !important;
  }

  .xl\:u-Px-sm {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:u-Py-sm {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:u-M-md {
    margin: 3rem !important;
  }

  .xl\:u-Mt-md {
    margin-top: 3rem !important;
  }

  .xl\:u-Mr-md {
    margin-right: 3rem !important;
  }

  .xl\:u-Mb-md {
    margin-bottom: 3rem !important;
  }

  .xl\:u-Ml-md {
    margin-left: 3rem !important;
  }

  .xl\:u-Mx-md {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:u-My-md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:u--M-md {
    margin: -3rem !important;
  }

  .xl\:u--Mt-md {
    margin-top: -3rem !important;
  }

  .xl\:u--Mr-md {
    margin-right: -3rem !important;
  }

  .xl\:u--Mb-md {
    margin-bottom: -3rem !important;
  }

  .xl\:u--Ml-md {
    margin-left: -3rem !important;
  }

  .xl\:u--Mx-md {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:u--My-md {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:u-P-md {
    padding: 3rem !important;
  }

  .xl\:u-Pt-md {
    padding-top: 3rem !important;
  }

  .xl\:u-Pr-md {
    padding-right: 3rem !important;
  }

  .xl\:u-Pb-md {
    padding-bottom: 3rem !important;
  }

  .xl\:u-Pl-md {
    padding-left: 3rem !important;
  }

  .xl\:u-Px-md {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:u-Py-md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:u-M-lg {
    margin: 4rem !important;
  }

  .xl\:u-Mt-lg {
    margin-top: 4rem !important;
  }

  .xl\:u-Mr-lg {
    margin-right: 4rem !important;
  }

  .xl\:u-Mb-lg {
    margin-bottom: 4rem !important;
  }

  .xl\:u-Ml-lg {
    margin-left: 4rem !important;
  }

  .xl\:u-Mx-lg {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:u-My-lg {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:u--M-lg {
    margin: -4rem !important;
  }

  .xl\:u--Mt-lg {
    margin-top: -4rem !important;
  }

  .xl\:u--Mr-lg {
    margin-right: -4rem !important;
  }

  .xl\:u--Mb-lg {
    margin-bottom: -4rem !important;
  }

  .xl\:u--Ml-lg {
    margin-left: -4rem !important;
  }

  .xl\:u--Mx-lg {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:u--My-lg {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:u-P-lg {
    padding: 4rem !important;
  }

  .xl\:u-Pt-lg {
    padding-top: 4rem !important;
  }

  .xl\:u-Pr-lg {
    padding-right: 4rem !important;
  }

  .xl\:u-Pb-lg {
    padding-bottom: 4rem !important;
  }

  .xl\:u-Pl-lg {
    padding-left: 4rem !important;
  }

  .xl\:u-Px-lg {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:u-Py-lg {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:u-M-xl {
    margin: 6rem !important;
  }

  .xl\:u-Mt-xl {
    margin-top: 6rem !important;
  }

  .xl\:u-Mr-xl {
    margin-right: 6rem !important;
  }

  .xl\:u-Mb-xl {
    margin-bottom: 6rem !important;
  }

  .xl\:u-Ml-xl {
    margin-left: 6rem !important;
  }

  .xl\:u-Mx-xl {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:u-My-xl {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:u--M-xl {
    margin: -6rem !important;
  }

  .xl\:u--Mt-xl {
    margin-top: -6rem !important;
  }

  .xl\:u--Mr-xl {
    margin-right: -6rem !important;
  }

  .xl\:u--Mb-xl {
    margin-bottom: -6rem !important;
  }

  .xl\:u--Ml-xl {
    margin-left: -6rem !important;
  }

  .xl\:u--Mx-xl {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:u--My-xl {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:u-P-xl {
    padding: 6rem !important;
  }

  .xl\:u-Pt-xl {
    padding-top: 6rem !important;
  }

  .xl\:u-Pr-xl {
    padding-right: 6rem !important;
  }

  .xl\:u-Pb-xl {
    padding-bottom: 6rem !important;
  }

  .xl\:u-Pl-xl {
    padding-left: 6rem !important;
  }

  .xl\:u-Px-xl {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:u-Py-xl {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:u-M-2xl {
    margin: 10rem !important;
  }

  .xl\:u-Mt-2xl {
    margin-top: 10rem !important;
  }

  .xl\:u-Mr-2xl {
    margin-right: 10rem !important;
  }

  .xl\:u-Mb-2xl {
    margin-bottom: 10rem !important;
  }

  .xl\:u-Ml-2xl {
    margin-left: 10rem !important;
  }

  .xl\:u-Mx-2xl {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:u-My-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:u--M-2xl {
    margin: -10rem !important;
  }

  .xl\:u--Mt-2xl {
    margin-top: -10rem !important;
  }

  .xl\:u--Mr-2xl {
    margin-right: -10rem !important;
  }

  .xl\:u--Mb-2xl {
    margin-bottom: -10rem !important;
  }

  .xl\:u--Ml-2xl {
    margin-left: -10rem !important;
  }

  .xl\:u--Mx-2xl {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:u--My-2xl {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:u-P-2xl {
    padding: 10rem !important;
  }

  .xl\:u-Pt-2xl {
    padding-top: 10rem !important;
  }

  .xl\:u-Pr-2xl {
    padding-right: 10rem !important;
  }

  .xl\:u-Pb-2xl {
    padding-bottom: 10rem !important;
  }

  .xl\:u-Pl-2xl {
    padding-left: 10rem !important;
  }

  .xl\:u-Px-2xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:u-Py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:u-M-3xl {
    margin: 15rem !important;
  }

  .xl\:u-Mt-3xl {
    margin-top: 15rem !important;
  }

  .xl\:u-Mr-3xl {
    margin-right: 15rem !important;
  }

  .xl\:u-Mb-3xl {
    margin-bottom: 15rem !important;
  }

  .xl\:u-Ml-3xl {
    margin-left: 15rem !important;
  }

  .xl\:u-Mx-3xl {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xl\:u-My-3xl {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xl\:u--M-3xl {
    margin: -15rem !important;
  }

  .xl\:u--Mt-3xl {
    margin-top: -15rem !important;
  }

  .xl\:u--Mr-3xl {
    margin-right: -15rem !important;
  }

  .xl\:u--Mb-3xl {
    margin-bottom: -15rem !important;
  }

  .xl\:u--Ml-3xl {
    margin-left: -15rem !important;
  }

  .xl\:u--Mx-3xl {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xl\:u--My-3xl {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xl\:u-P-3xl {
    padding: 15rem !important;
  }

  .xl\:u-Pt-3xl {
    padding-top: 15rem !important;
  }

  .xl\:u-Pr-3xl {
    padding-right: 15rem !important;
  }

  .xl\:u-Pb-3xl {
    padding-bottom: 15rem !important;
  }

  .xl\:u-Pl-3xl {
    padding-left: 15rem !important;
  }

  .xl\:u-Px-3xl {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xl\:u-Py-3xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xl\:u-gap-0 {
    gap: 0;
  }

  .xl\:u-gap-3xs {
    gap: 0.125rem;
  }

  .xl\:u-gap-2xs {
    gap: 0.25rem;
  }

  .xl\:u-gap-xs {
    gap: 0.5rem;
  }

  .xl\:u-gap-sm {
    gap: 0.75rem;
  }

  .xl\:u-gap-md {
    gap: 1rem;
  }

  .xl\:u-gap-lg {
    gap: 1.5rem;
  }

  .xl\:u-gap-xl {
    gap: 2rem;
  }

  .xl\:u-gap-2xl {
    gap: 2.5rem;
  }

  .xl\:u-gap-3xl {
    gap: 3rem;
  }

  .xl\:u-maxw-1 {
    max-width: 4rem;
  }

  .xl\:u-maxw-2 {
    max-width: 10rem;
  }

  .xl\:u-maxw-3 {
    max-width: 16rem;
  }

  .xl\:u-maxw-4 {
    max-width: 22rem;
  }

  .xl\:u-maxw-5 {
    max-width: 28rem;
  }

  .xl\:u-maxw-6 {
    max-width: 34rem;
  }

  .xl\:u-maxw-7 {
    max-width: 40rem;
  }

  .xl\:u-maxw-8 {
    max-width: 46rem;
  }

  .xl\:u-maxw-9 {
    max-width: 52rem;
  }

  .xl\:u-maxw-10 {
    max-width: 58rem;
  }

  .xl\:u-maxw-11 {
    max-width: 64rem;
  }

  .xl\:u-maxw-12 {
    max-width: 70rem;
  }

  .xl\:u-maxw-13 {
    max-width: 76rem;
  }

  .xl\:u-maxw-14 {
    max-width: 82rem;
  }

  .xl\:u-maxw-15 {
    max-width: 88rem;
  }

  .xl\:u-maxw-16 {
    max-width: 94rem;
  }

  .xl\:u-maxw-17 {
    max-width: 105rem;
  }

  .xl\:u-w-auto {
    width: auto;
  }

  .xl\:u-w-full {
    width: 100%;
  }

  .xl\:u-w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .xl\:u-h-full {
    height: 100%;
  }

  .xl\:u-h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .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;
  }

  .xl\:u-active {
    display: block !important;
  }

  .xl\:u-overflow-hidden {
    overflow: hidden;
  }

  .xl\:u-overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:u-list-none {
    list-style: 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-justify-self-start {
    justify-self: flex-start;
  }

  .xl\:u-justify-self-center {
    justify-self: center;
  }

  .xl\:u-justify-self-end {
    justify-self: flex-end;
  }

  .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-shrink-0 {
    flex-shrink: 0;
  }

  .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;
  }
}

