/*! 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: .67em 0;
}

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

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

hr {
  -webkit-box-sizing: content-box;
          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: .35em .75em .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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

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

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

/**
 * Body rules. Mostly for Pushy off-canvas menu.
 *
 * 1. For Pushy. Recall that when I just added this to the body, it
 *    would prevent browsers from remembering the page scroll position
 *    after clicking 'back'. Only assigning it on .pushy-active allows
 *    the browser to remember scroll position.
 */

body {
  position: relative;
  font-family: system-ui, sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif;
  font-weight: 400;
  color: inherit;
}

h1,
.h1 {
  font-size: 1.5rem;
}

h2,
.h2 {
  font-size: 1.25rem;
}

h3,
.h3 {
  font-size: 1.125rem;
}

h4,
.h4 {
  font-size: 1rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 1.875rem;
  }

  h2,
  .h2 {
    font-size: 1.5rem;
  }

  h3,
  .h3 {
    font-size: 1.25rem;
  }

  h4,
  .h4 {
    font-size: 1.125rem;
  }

  h5,
  .h5 {
    font-size: 1rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }

  h2,
  .h2 {
    font-size: 1.875rem;
  }

  h3,
  .h3 {
    font-size: 1.5rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
  }

  h5,
  .h5 {
    font-size: 1.125rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2.25rem;
  }

  h3,
  .h3 {
    font-size: 1.875rem;
  }

  h4,
  .h4 {
    font-size: 1.5rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1.125rem;
  }
}

a {
  color: #000;
  text-decoration: none;
}

hr {
  margin: 0;
  padding: 0;
  border-bottom-width: 1px;
  border-color: #868e96;
  height: 0;
}

p {
  line-height: 1.5;
}

p a {
    text-decoration: underline;
    color: %%theme.linkColor%%;
  }

figure {
  margin: 0;
  border-color: #868e96;
  border-width: 1px;
}

figure + * {
  margin-top: 1rem;
}

img {
  /* Needed for IE10 */
  height: auto;
  vertical-align: bottom;
}

ul,
ol {
  padding-left: 1.875rem;
}

[tabindex="-1"] {
  outline: 0 !important;
}

.Hvac_topBar {
  background-color: %%theme.topBarBg%%;
}

.Hvac_topBarContent {
  color: %%theme.topBarTextColor%%;
}

.Hvac_topBarContent a {
    color: %%theme.topBarLinkColor%%;
  }

.Hvac_header {
  background-color: %%theme.headerBg%%;
  border-color: %%theme.navBg%%;
}

.Hvac_headerPhone {
  color: %%theme.headerPhoneTextColor%%;
}

.Hvac_nav {
  background-color: %%theme.navBg%%;
}

.Hvac_navOther {
  color: %%theme.navTextColor%%;
}

.Hvac_navOther a {
    color: %%theme.navTextColor%%;
  }

.Hvac_subtabsBg {
  position: relative;
  --subtabs-base-color: %%theme.subtabsBaseColor|default('white')%%;
  background-color: color-mix(in srgb, var(--subtabs-base-color) 10%, white);
}

.Hvac_subtabsBg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
  }

.Hvac_serviceArea {
  --chatBubbleWidth: 7em;
  --chatBubbleHeight: 5em;
  position: relative;
  overflow: hidden;
  background-color: %%theme.serviceAreaBg%%;
  border-color: %%theme.serviceAreaBorderColor%%;
}

@media (min-width: 1200px) {

.Hvac_serviceArea {
    --chatBubbleWidth: 8em;
    --chatBubbleHeight: 6em;
}
  }

.Hvac_serviceArea::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -1rem;
    background-size: cover;
    background-position: center;
    content: '';
    -webkit-filter: blur(%%theme.serviceAreaBlur|default(0)%%);
            filter: blur(%%theme.serviceAreaBlur|default(0)%%);
    opacity: %%theme.serviceAreaOpacity|default(1)%%;
    mix-blend-mode: %%theme.serviceAreaBlendMode|default('normal')%%;
  }

.Hvac_serviceArea blockquote p::before {
        content: '“';
      }

.Hvac_serviceArea blockquote p::after {
        content: '”';
      }

.Hvac_serviceArea:has(.Hvac_chatBubble) {
    padding-top: calc(var(--chatBubbleHeight) / 1.4);
  }

@media (min-width: 768px) {

.Hvac_serviceArea:has(.Hvac_chatBubble) {
      padding-top: calc(var(--chatBubbleHeight) / 1.1);
  }
    }

.Hvac_serviceArea .Hvac_chatBubble {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 1.12;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: var(--chatBubbleWidth);
    height: var(--chatBubbleHeight);
    -webkit-filter: drop-shadow(0 0 3px rgb(0 0 0 / .5));
            filter: drop-shadow(0 0 3px rgb(0 0 0 / .5));
  }

@media (min-width: 992px) {

.Hvac_serviceArea .Hvac_chatBubble {
      left: 0;
      top: 20px;
      -webkit-transform: translate(-50%);
              transform: translate(-50%);
  }
    }

@media (min-width: 1200px) {

.Hvac_serviceArea .Hvac_chatBubble {
      font-size: 1.125rem;
  }
    }

.Hvac_serviceArea .Hvac_chatBubble::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: %%theme.chatBubbleBg|default('none')%%;
      content: '';
      -webkit-clip-path: ellipse(closest-side farthest-side);
              clip-path: ellipse(closest-side farthest-side);
    }

.Hvac_serviceArea .Hvac_chatBubble::after {
      position: absolute;
      content: '';
      bottom: -4px;
      right: 6px;
      background: %%theme.chatBubbleBg|default('none')%%;
      width: 28px;
      height: 28px;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
              clip-path: polygon(0 0, 100% 0, 100% 100%);
      -webkit-transform: rotate(-35deg);
              transform: rotate(-35deg);
    }

.Hvac_valueProps svg {
    color: %%theme.valuePropColor%%;
  }

.Hvac_stars {
  color: %%theme.starBg%%;
}

.Hvac_preform::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(%%theme.formBg%%));
  background-image: -webkit-linear-gradient(top, transparent 50%, %%theme.formBg%%);
  background-image: -o-linear-gradient(top, transparent 50%, %%theme.formBg%%);
  background-image: linear-gradient(to bottom, transparent 50%, %%theme.formBg%%);
  content: '';
}

.Hvac_form {
  background: %%theme.formBg%%;
  color: %%theme.footerTextColor%%;
  border-color: %%theme.formBorderColor%%;
}

.Hvac_footer {
  background: %%theme.footerBg%%;
  color: %%theme.footerTextColor%%;
}

.Hvac_link {
  color: %%theme.checkColor%%;
}

.Hvac_scheduleEngineFooter {
  background: %%theme.formBg%%;
}

.gradient1 {
  --stop1: %%theme.headerBg%%;
  --stop2: color-mix(in srgb, var(--stop1) 87%, white);
  background-image: -webkit-linear-gradient(315deg, var(--stop1) 0%, var(--stop2) 100%);
  background-image: -o-linear-gradient(315deg, var(--stop1) 0%, var(--stop2) 100%);
  background-image: linear-gradient(135deg, var(--stop1) 0%, var(--stop2) 100%);
}

.pattern1 {
  position: relative;
}

.pattern1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: %%theme.patternOpacity|default(0)%%;
  mix-blend-mode: %%theme.patternBlendMode|default('normal')%%;
  background-image: url('/img/liquid-cheese.svg');
}

.Hvac_postHeroBg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(%%theme.postHeroBg%%), to(%%theme.postHeroBg%%));
  background-image: -webkit-linear-gradient(top, %%theme.postHeroBg%%, %%theme.postHeroBg%%);
  background-image: -o-linear-gradient(top, %%theme.postHeroBg%%, %%theme.postHeroBg%%);
  background-image: linear-gradient(to bottom, %%theme.postHeroBg%%, %%theme.postHeroBg%%);
}

.Hvac_postHeroBg.\+noServiceDetails::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent 20%, white);
  background-image: -o-linear-gradient(top, transparent 20%, white);
  background-image: linear-gradient(to bottom, transparent 20%, white);
}

.Hvac_preform {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(%%theme.formBg%%), to(%%theme.formBg%%));
  background-image: -webkit-linear-gradient(top, %%theme.formBg%%, %%theme.formBg%%);
  background-image: -o-linear-gradient(top, %%theme.formBg%%, %%theme.formBg%%);
  background-image: linear-gradient(to bottom, %%theme.formBg%%, %%theme.formBg%%);
  color: %%theme.footerTextColor%%;
}

:root {
  --ushankaHeight: 400px;
}

@media (min-width: 576px) {

:root {
    --ushankaHeight: 250px;
}
  }

@media (min-width: 768px) {

:root {
    --ushankaHeight: 250px;
}
  }

@media (min-width: 992px) {

:root {
    --ushankaHeight: 250px;
}
  }

.Ushanka {
  /* Reminder, overflow-x-hidden still clipped the shadow at the bottom */
  overflow: hidden;
}

.Ushanka_hat {
  background-color: %%theme.ushankaBg%%;
  padding-bottom: var(--ushankaHeight);
  color: %%theme.ushankaTextColor%%;
}

@media (min-width: 992px) {

.Ushanka_hat {
    position: relative;
}

    .Ushanka-offset .Ushanka_hat {
      padding-bottom: 0;
    }

    .Ushanka_hat::before {
      content: '';
      background-color: inherit;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100vw;
    }
  }

.Ushanka_head {
  position: relative;
  margin-bottom: .5rem;
  min-height: calc(var(--ushankaHeight) + 20px);
  margin-top: calc(var(--ushankaHeight) * -1);
}

@media (min-width: 992px) {

.Ushanka_head {
    margin-bottom: 1.5rem;
}

    .Ushanka-offset .Ushanka_head {
      min-height: 0;
      margin-top: 0;
    }
  }

.text-link {
  color: %%theme.linkColor%%;
}

.text-primary {
  color: %%theme.primary%%;
}

.text-secondary {
  color: %%theme.secondary%%;
}

.Security_catchall {
  border-color: %%theme.colors.gray[4]%%;
}

.Security_catchall svg {
    fill: %%theme.catchallColor%%;
  }

.Security_catchall h3 {
    color: %%theme.catchallColor%%;
  }

.Security_calloutCard {
  border-color: %%theme.calloutCardBorder%%;
}

.Security_valueProps svg {
    color: %%theme.valuePropColor%%;
  }

.Bell {
  position: relative;
}

.Bell_list li {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

.Bell_list li:first-child,
  .Bell_list li:last-child {
    position: absolute;
    bottom: 0;
    padding-bottom: 25%;
  }

.Bell_list li:first-child {
    left: 0;
    padding-right: 1rem;
  }

.Bell_list li:last-child {
    right: 0;
    padding-left: 1rem;
  }

.Btn {
  background-color: #868e96;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-width: 0;
  cursor: pointer;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}

.Btn:hover {
    background-color: #495057;
  }

@media (min-width: 768px) {

.Btn {
    font-size: 1.25rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
  }

@media (min-width: 992px) {

.Btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
  }

.Btn-primary {
  background-color: %%theme.ctaBg%%;
  color: %%theme.ctaTextColor%%;
}

.Btn-primary:hover {
    background-color: %%theme.ctaHoverBg%%;
  }

.Btn-headerPhone {
  background-color: %%theme.headerPhoneBg%%;
  color: %%theme.headerPhoneTextColor%%;
}

.Btn-headerPhone:hover {
    background-color: %%theme.headerPhoneHoverBg%%;
  }

.Btn.\+compact {
  padding: .5rem;
  font-size: .875rem;
}

.Btn.\+compact [class*=svg-icon] {
    width: 16px;
    height: 16px;
  }

@media (min-width: 768px) {

.Btn.\+compact {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
}

    .Btn.\+compact [class*=svg-icon] {
      width: 1.3rem;
      height: 1.3rem;
    }
  }

@media (min-width: 768px) {

.Btn.\+largeText {
    font-size: 1.125rem;
}
  }

@media (min-width: 992px) {

.Btn.\+largeText {
    font-size: 1.25rem;
}
  }

.Btn-white {
  background-color: #fff;
  color: #000;
}

.Btn-white:hover {
    background-color: #e9ecef;
    color: #000;
  }

/**
 * 1. The width will be calculated and applied via JS, to get the exact width
 *    of the scrollbar.
 * 2. Click events are getting swallowed when they occur directly on <svg> with
 *    <use> in Edge. This fixes.
 */

.Coupon {
}

.Coupon_modal {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity .35s, z-index 0s .35s;
  -o-transition: opacity .35s, z-index 0s .35s;
  transition: opacity .35s, z-index 0s .35s;
  background: rgba(0,0,0, .7);
}

/* width: 100%; /* [1] */

.Coupon_modal.open {
    z-index: 50;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
  }

.Coupon_close {
  -webkit-transform: translate(40%, -40%);
          transform: translate(40%, -40%);
}

.Coupon_close svg {
    pointer-events: none;
    /* [2] */
  }

.Coupon_activated {
  display: none;
}

.activated .Coupon_activated {
    display: block;
  }

.Coupon_deactivated {
  display: block;
}

.activated .Coupon_deactivated {
    display: none;
  }

.Debug li {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

.Drawer {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.Drawer.open {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }

.Drawer_toggleOpen {
  display: none;
}

.Drawer.open .Drawer_toggleOpen {
    display: inline;
  }

.Drawer.open .Drawer_toggleClosed {
  display: none;
}

.Drawer_content {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  position: absolute;
}

.Drawer.open .Drawer_content {
    /* Not using display: none because then the opacity transition doesn't work */
    max-height: none;
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
  }

.FlagList {
  counter-reset: flag-list;
}

.FlagList_header {
  color: %%theme.flagListAccent%%;
}

.FlagList_header::before {
    font-weight: 700;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125rem;
    margin-bottom: -2px;
    background-color: %%theme.flagListAccent%%;
    color: %%theme.flagListCounterColor%%;
    counter-increment: flag-list;
    content: counter(flag-list);
  }

@media (min-width: 992px) {

.FlagList_header::before {
      font-size: 1.5rem;
  }
    }

.FlagList_content {
  border-color: %%theme.flagListAccent%%;
}

.FlexVideo {
  overflow: hidden;
  position: relative;
  background-color: #f1f3f5;
  height: 0;
  padding-bottom: 56.2%;
}

.FlexVideo::before {
    position: absolute;
    color: #dee2e6;
    content: 'Loading...';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

.FlexVideo iframe,
  .FlexVideo object,
  .FlexVideo embed,
  .FlexVideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.FlexVideo.\+4to3 {
  padding-bottom: 67.5%;
}

.FlexVideo.\+vimeo {
  padding-bottom: 54%;
}

.Form label.required::after {
      margin-left: .25rem;
      color: %%theme.formRequiredColor%%;
      content: '*';
    }

.Form input[type=radio] {
    margin-top: 3px;
  }

.Form.has-errors {
    color: %%theme.formErrorColor%%;
  }

.Form .has-errors {
    color: %%theme.formErrorColor%%;
  }

.Form .has-errors input,
    .Form .has-errors textarea {
      border-color: %%theme.formErrorColor%%;
    }

.HeroA_island {
  position: relative;
}

.HeroA_island::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: .9;
    content: '';
  }

@media (min-width: 768px) {

.HeroA_island::before {
      /* @apply hidden; */
  }
    }

/* Make sure child elements are on top of the translucent background */

.HeroA_island > * {
    position: relative;
  }

.HeroA_title > span {
    padding-bottom: 6px;
  }

@media (min-width: 992px) {

.HeroA_title > span {
      padding-bottom: .5rem;
  }
    }

.HeroA_checklist svg {
    color: %%theme.checkColor%%;
  }

.HeroA::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  content: '';
  opacity: %%theme.heroMaskOpacity|default(0)%%;
  mix-blend-mode: %%theme.heroMaskBlendMode|default('normal')%%;
  background-image: -webkit-linear-gradient(290deg, %%theme.heroMaskColor|default('transparent')%% %%theme.heroMaskStop1|default('0')%%, transparent %%theme.heroMaskStop2|default('0')%%);
  background-image: -o-linear-gradient(290deg, %%theme.heroMaskColor|default('transparent')%% %%theme.heroMaskStop1|default('0')%%, transparent %%theme.heroMaskStop2|default('0')%%);
  background-image: linear-gradient(160deg, %%theme.heroMaskColor|default('transparent')%% %%theme.heroMaskStop1|default('0')%%, transparent %%theme.heroMaskStop2|default('0')%%);
}

[class^='svg-icon'],
[class*=' svg-icon'] {
  vertical-align: middle;
  fill: currentColor;
  width: 1.3rem;
  height: 1.3rem;
}

[class^='svg-icon'].icon-up,
  .icon-up [class^='svg-icon'],
  [class*=' svg-icon'].icon-up,
  .icon-up [class*=' svg-icon'] {
    position: relative;
    top: -2px;
  }

.icon-sm {
  width: 16px;
  height: 16px;
}

.icon-base {
  width: 1.3rem;
  height: 1.3rem;
}

.icon-lg {
  width: 24px;
  height: 24px;
}

.icon-xl {
  width: 32px;
  height: 32px;
}

.icon-2xl {
  width: 40px;
  height: 40px;
}

.icon-3xl {
  width: 48px;
  height: 48px;
}

.icon-4xl {
  width: 60px;
  height: 60px;
}

.icon-5xl {
  width: 80px;
  height: 80px;
}

.IconList {
  font-size: .875rem;
  display: inline-block;
  text-align: left;
  max-width: 320px;
}

@media (min-width: 576px) {

.IconList {
    max-width: 960px;
}
  }

@media (min-width: 768px) {

.IconList {
    font-size: 1rem;
}
  }

.Maintabs {
  position: relative;
}

/* box-shadow: 0 4px 12px 0 rgba(#ffffff, 0.3); */

.Maintabs li {
    border-left-width: 1px;
    border-color: %%theme.navBorderColor%%;
  }

.Maintabs li:last-child {
      border-right-width: 1px;
    }

.Maintabs li:first-child {
      border-left-width: 0;
    }

@media (min-width: 576px) {

.Maintabs li:first-child {
        border-left-width: 1px;
    }
      }

/* Default appearance */

.Maintabs a {
    /* @apply text-transparent relative font-normal; */
    position: relative;
    font-weight: 400;
    color: %%theme.navButtonsColor%%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

/* To ensure the active (bold) state of the tab doesn't affect its width,
    we'll use pseudo elements */

.Maintabs a::after {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-weight: 400;
      width: 100%;
      text-align: center;
      color: %%theme.navButtonsColor%%;
      /* Ensure bold text doesn't flow outside parent padding */
      padding: inherit;
      content: attr(data-label);
      content: '';
    }

.Maintabs a:hover {
      background-color: %%theme.navHoverBg%%;
    }

.Maintabs a:hover::after {
        color: %%theme.navButtonsHoverColor%%;
      }

.Maintabs a span {
      display: block;
      margin-left: 3px;
      margin-right: 3px;
    }

@media (min-width: 768px) {

.Maintabs a {
      padding-top: 1rem;
      padding-bottom: 1rem;
  }
    }

/* Active */

.Maintabs li.is-active,
  .is-pristine:not(.is-dirty) .Maintabs li.is-initial-active,
  .is-subtabs-closed .Maintabs li:first-child {
    position: relative;
  }

/* Bar */

.Maintabs li.is-active::before, .is-pristine:not(.is-dirty) .Maintabs li.is-initial-active::before, .is-subtabs-closed .Maintabs li:first-child::before {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10;
      background-color: %%theme.navActiveHighlightBg%%;
      height: 5px;
      content: '';
    }

/* Arrow */

.Maintabs li.is-active::after, .is-pristine:not(.is-dirty) .Maintabs li.is-initial-active::after, .is-subtabs-closed .Maintabs li:first-child::after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 10;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-width: 10px 13px 0;
      border-top-color: %%theme.navActiveHighlightBg%%;
      content: '';
      bottom: -10px;
    }

.Maintabs li.is-active a, .is-pristine:not(.is-dirty) .Maintabs li.is-initial-active a, .is-subtabs-closed .Maintabs li:first-child a {
      background-color: %%theme.navActiveBg%%;
      color: %%theme.navActiveTextColor%%;
      -webkit-transition: background .35s;
      -o-transition: background .35s;
      transition: background .35s;
    }

.Maintabs li.is-active a::after, .is-pristine:not(.is-dirty) .Maintabs li.is-initial-active a::after, .is-subtabs-closed .Maintabs li:first-child a::after {
        opacity: 0;
      }

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/**
 * 1. Use negative margin here instead of translateY, because that interferes
 *    with the animation, and Safari on iOS borks it.
 */

.Spinner {
  min-width: 10px;
  min-height: 10px;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px; /* [1] */
  content: '';
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .3);
  border-top-color: rgba(255, 255, 255, .6);
  -webkit-animation: spinner .9s linear infinite;
          animation: spinner .9s linear infinite;
}

.ie9 .Spinner {
    display: none;
  }

/* If you need a light version */

.Spinner-dark {
  min-width: 10px;
  min-height: 10px;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px; /* [1] */
  content: '';
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .3);
  border-top-color: rgba(255, 255, 255, .6);
  -webkit-animation: spinner .9s linear infinite;
          animation: spinner .9s linear infinite;
  border: 2px solid rgba(0, 0, 0, .3);
  border-top-color: rgba(0, 0, 0, .6);
}

.ie9 .Spinner-dark {
    display: none;
  }

.StickyTabs {
}

/* Sticky styles that apply to ALL states */

.StickyTabs_nav.\+sticky {
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
  }

@media (min-width: 576px) {

.StickyTabs_nav.\+sticky {
      display: none;
  }
    }

/* Common styles for active state */

.StickyTabs_nav.\+sticky.active {
      display: block;
      opacity: 1;
      visibility: visible;
    }

/* Off transition when replacing top bar */

.StickyTabs_nav.\+sticky.top {
      -webkit-transition: .5s all;
      -o-transition: .5s all;
      transition: .5s all;
    }

/* On transition when replacing top bar */

.StickyTabs_nav.\+sticky.top.active {
      -webkit-transition: .5s all;
      -o-transition: .5s all;
      transition: .5s all;
    }

/* Off Transition when replacing bottom bar */

.StickyTabs_nav.\+sticky.bottom {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
    }

/* On transitions when replacing bottom bar */

.StickyTabs_nav.\+sticky.bottom.active {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
    }

.Subtabs {
  --subtabs-base-color: %%theme.subtabsBaseColor|default('white')%%;
  --shadow-border: inset 0px -2px 0 0px #ced4da;
  --active-tab-color: color-mix(in srgb, var(--subtabs-base-color) 10%, white);
  --inactive-tab-color: #dee2e6;
  /* --inactive-tab-hover-color: color-mix(in srgb, var(--subtabs-base-color) 30%, white); */
  --inactive-tab-hover-color: #ced4da;
  -webkit-box-shadow: var(--shadow-border);
          box-shadow: var(--shadow-border);
  position: relative;
  border-color: #798088;
}

.Subtabs li {
    border-radius: .5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: inherit;
    margin-left: -1px;
  }

.Subtabs li:last-child {
      margin-right: -1px;
    }

.Subtabs li:hover:not(.is-active) a::after {
        color: black;
        background-color: var(--inactive-tab-hover-color);
      }

/* Extra border hangout */

.Subtabs::before,
  .Subtabs::after {
    position: absolute;
    bottom: 0;
    height: 10px;
    -webkit-box-shadow: var(--shadow-border);
            box-shadow: var(--shadow-border);
    content: '';
    width: 100vw;
  }

.Subtabs::before {
    left: -100vw;
  }

.Subtabs::after {
    right: -100vw;
  }

/* Default appearance */

.Subtabs a {
    position: relative;
    border-radius: .5rem;
    text-wrap: balance;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
    font-weight: 700;
    color: transparent;
    margin-left: 3px;
    margin-right: 3px;
  }

/* To ensure the active (bold) state of the tab doesn't affect its width,
    we'll use pseudo elements */

.Subtabs a::after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      text-wrap: balance;
      font-weight: 400;
      color: #798088;
      width: 100%;
      top: 0;
      background-color: var(--inactive-tab-color);
      bottom: 2px;
      /* Ensure bold text doesn't flow outside parent padding */
      padding: inherit;
      content: attr(data-label);
    }

/* Active */

.Subtabs li.is-active,
  .is-pristine:not(.is-dirty) .Subtabs li.is-initial-active,
  .is-subtabs-closed .Subtabs li:first-child {
    position: relative;
    z-index: 10;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

.Subtabs li.is-active a, .is-pristine:not(.is-dirty) .Subtabs li.is-initial-active a, .is-subtabs-closed .Subtabs li:first-child a {
      background-color: var(--active-tab-color);
      -webkit-box-shadow: inset 0 0 0 2px #ced4da;
              box-shadow: inset 0 0 0 2px #ced4da;
      color: %%theme.activeTabTextColor|default('black')%%;
    }

.Subtabs li.is-active a::before, .is-pristine:not(.is-dirty) .Subtabs li.is-initial-active a::before, .is-subtabs-closed .Subtabs li:first-child a::before {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 10;
        border-right-width: 2px;
        border-left-width: 2px;
        background-color: var(--active-tab-color);
        border-color: #ced4da;
        height: 2px;
        content: '';
      }

.Subtabs li.is-active a::after, .is-pristine:not(.is-dirty) .Subtabs li.is-initial-active a::after, .is-subtabs-closed .Subtabs li:first-child a::after {
        display: none;
      }

.Subtabs li.is-active:hover, .is-pristine:not(.is-dirty) .Subtabs li.is-initial-active:hover, .is-subtabs-closed .Subtabs li:first-child:hover {
      background-color: transparent;
    }

.Tabpanels_panel {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
}

.Tabpanels_panel.is-active,
  .is-pristine:not(.is-dirty) .Tabpanels_panel.is-initial-active,
  .is-subtabs-closed .Tabpanels_panel:first-child {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    max-height: none;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
  }

.Wysi h2,
  .Wysi h3,
  .Wysi h4 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

@media (min-width: 576px) {

.Wysi h2,
  .Wysi h3,
  .Wysi h4 {
      margin-top: 1.875rem;
  }
    }

@media (min-width: 992px) {

.Wysi h2,
  .Wysi h3,
  .Wysi h4 {
      margin-top: 2.5rem;
  }
    }

.Wysi h5 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

.Wysi > *:first-child:not(figure) {
    padding-top: 0;
  }

.Wysi p:not(.Bell_list p),
  .Wysi ul:not(.Bell_list):not(.Pond),
  .Wysi ol,
  .Wysi blockquote {
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: .875rem;
  }

@media (min-width: 576px) {

.Wysi p:not(.Bell_list p),
  .Wysi ul:not(.Bell_list):not(.Pond),
  .Wysi ol,
  .Wysi blockquote {
      font-size: 1rem;
  }
    }

@media (min-width: 768px) {

.Wysi p:not(.Bell_list p),
  .Wysi ul:not(.Bell_list):not(.Pond),
  .Wysi ol,
  .Wysi blockquote {
      margin-bottom: 1rem;
  }
    }

@media (min-width: 992px) {

.Wysi p:not(.Bell_list p),
  .Wysi ul:not(.Bell_list):not(.Pond),
  .Wysi ol,
  .Wysi blockquote {
      margin-bottom: 1.5rem;
      font-size: 1.125rem;
  }
    }

.Wysi p:not(.Bell_list p) li:not(:last-child), .Wysi ul:not(.Bell_list):not(.Pond) li:not(:last-child), .Wysi ol li:not(:last-child), .Wysi blockquote li:not(:last-child) {
      margin-bottom: .5rem;
    }

@media (min-width: 992px) {

.Wysi.\+large p:not(.Bell_list p),
    .Wysi.\+large ul:not(.Bell_list):not(.Pond),
    .Wysi.\+large ol,
    .Wysi.\+large blockquote {
        font-size: 1.25rem;
    }
      }

.Wysi figcaption p {
    margin-bottom: 0;
    line-height: 1.25;
  }

@media (min-width: 576px) {

.Wysi figcaption p {
      font-size: .875rem;
  }
    }

@media (min-width: 992px) {

.Wysi figcaption p {
      font-size: 1rem;
  }
    }

.Wysi p:last-child,
  .Wysi ul:last-child {
    margin-bottom: 0 !important;
  }

.Wysi figcaption p:first-child:last-child {
    margin-bottom: 0;
  }

.Wysi cite::before {
    content: '—';
  }

.Wysi .loose-list li {
      margin-bottom: 1rem;
    }

.Wysi .two-col-list ul,
    .Wysi .two-col-list ol {
      overflow: hidden;
    }

@media (min-width: 576px) {

.Wysi .two-col-list ul,
    .Wysi .two-col-list ol {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

        .Wysi .two-col-list ul li, .Wysi .two-col-list ol li {
          width: 50%;
          padding-right: 1rem;
        }
      }

.Wysi.\+trimBottom *:last-child:not(li) {
      margin-bottom: 0;
      padding-bottom: 0;
    }

.Wysi.\+flushLists ul,
    .Wysi.\+flushLists ol {
      padding-left: 1.2em;
    }

/* Need the :not()s for sufficient specificity... */

.Wysi.\+compactLists ul:not(.Bell_list):not(.Pond) li, .Wysi.\+compactLists ol li {
        margin-bottom: 0;
      }

.Wysi .Wysi_textModifiers + div {
      margin-top: 1rem;
    }

.Wysi .Wysi_textModifiers *:last-child:first-child {
      margin-bottom: 0;
    }

.Wysi .Wysi_textModifiers *:last-child {
      margin-bottom: 0;
    }

.Wysi .Wysi_textModifier:not(:last-child) {
    margin-bottom: 1rem;
  }

@media (min-width: 576px) {

.Wysi .Wysi_textModifier:not(:last-child) {
      margin-bottom: 1.5rem;
  }
    }

@media (min-width: 768px) {

.Wysi .Wysi_textModifier:not(:last-child) {
      margin-bottom: 2.5rem;
  }
    }

.Wysi table:not(.Compare) {
    border-collapse: collapse;
  }

.Wysi table:not(.Compare) ul,
    .Wysi table:not(.Compare) ol,
    .Wysi table:not(.Compare) p:first-child:last-child,
    .Wysi table:not(.Compare) p:last-child {
      margin-bottom: 0;
    }

.Wysi table:not(.Compare) ul,
    .Wysi table:not(.Compare) ol {
      padding-left: 1.5rem;
    }

.transition {
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.transition-all {
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

.container-outer {
  margin: auto;
  background-color: #fff;
  overflow: hidden;
  max-width: 1600px;
}

.page {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 576px) {

.page {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
  }

@media (min-width: 768px) {

.page {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
  }

@media (min-width: 992px) {

.page {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
  }

.no-js .show-for-js {
  display: none !important;
}

.js .hide-for-js {
  display: none !important;
}

.critical .hide-critical {
  visibility: hidden;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.color-inherit {
  color: inherit;
}

.inherit-border-color {
  border-color: inherit;
}

.links-inherit-color a {
    color: inherit;
  }

.bridge {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  max-width: 1600px;
}

.no-bridge {
  width: auto;
  margin-left: 0;
  max-width: none;
}

@media (min-width: 1600px) {
  [class*=bridge]:not(.lg\:no-bridge) {
    margin-left: calc((1600px - 100%) / 2 * -1) !important;
  }
}

/* Disable bridge for Android 4, doesn't support multiply/divide in calc */

html[data-useragent*="Android 4"] [class*=bridge] {
    width: 100% !important;
  }

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.absolute-center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.absolute-center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.order-last {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999;
}

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

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

.bg-white\/90 {
  background-color: rgb(255 255 255 / .9);
}

.list-reset {
  list-style: none;
  padding: 0;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

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

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

.bg-black {
  background-color: #000;
}

.bg-gray-1 {
  background-color: #f8f9fa;
}

.bg-gray-2 {
  background-color: #f1f3f5;
}

.bg-gray-3 {
  background-color: #e9ecef;
}

.bg-gray-4 {
  background-color: #dee2e6;
}

.bg-gray-5 {
  background-color: #ced4da;
}

.bg-gray-6 {
  background-color: #adb5bc;
}

.bg-gray-7 {
  background-color: #868e96;
}

.bg-gray-8 {
  background-color: #798088;
}

.bg-gray-9 {
  background-color: #646d76;
}

.bg-gray-10 {
  background-color: #495057;
}

.bg-gray-11 {
  background-color: #343a40;
}

.bg-gray-12 {
  background-color: #212528;
}

.bg-gray-13 {
  background-color: #0f1113;
}

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

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

.hover\:bg-black:hover {
  background-color: #000;
}

.hover\:bg-gray-1:hover {
  background-color: #f8f9fa;
}

.hover\:bg-gray-2:hover {
  background-color: #f1f3f5;
}

.hover\:bg-gray-3:hover {
  background-color: #e9ecef;
}

.hover\:bg-gray-4:hover {
  background-color: #dee2e6;
}

.hover\:bg-gray-5:hover {
  background-color: #ced4da;
}

.hover\:bg-gray-6:hover {
  background-color: #adb5bc;
}

.hover\:bg-gray-7:hover {
  background-color: #868e96;
}

.hover\:bg-gray-8:hover {
  background-color: #798088;
}

.hover\:bg-gray-9:hover {
  background-color: #646d76;
}

.hover\:bg-gray-10:hover {
  background-color: #495057;
}

.hover\:bg-gray-11:hover {
  background-color: #343a40;
}

.hover\:bg-gray-12:hover {
  background-color: #212528;
}

.hover\:bg-gray-13:hover {
  background-color: #0f1113;
}

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

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

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

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

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

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

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

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

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

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

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

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

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

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

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  border-color: #fff;
}

.border-black {
  border-color: #000;
}

.border-gray-1 {
  border-color: #f8f9fa;
}

.border-gray-2 {
  border-color: #f1f3f5;
}

.border-gray-3 {
  border-color: #e9ecef;
}

.border-gray-4 {
  border-color: #dee2e6;
}

.border-gray-5 {
  border-color: #ced4da;
}

.border-gray-6 {
  border-color: #adb5bc;
}

.border-gray-7 {
  border-color: #868e96;
}

.border-gray-8 {
  border-color: #798088;
}

.border-gray-9 {
  border-color: #646d76;
}

.border-gray-10 {
  border-color: #495057;
}

.border-gray-11 {
  border-color: #343a40;
}

.border-gray-12 {
  border-color: #212528;
}

.border-gray-13 {
  border-color: #0f1113;
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

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

.hover\:border-black:hover {
  border-color: #000;
}

.hover\:border-gray-1:hover {
  border-color: #f8f9fa;
}

.hover\:border-gray-2:hover {
  border-color: #f1f3f5;
}

.hover\:border-gray-3:hover {
  border-color: #e9ecef;
}

.hover\:border-gray-4:hover {
  border-color: #dee2e6;
}

.hover\:border-gray-5:hover {
  border-color: #ced4da;
}

.hover\:border-gray-6:hover {
  border-color: #adb5bc;
}

.hover\:border-gray-7:hover {
  border-color: #868e96;
}

.hover\:border-gray-8:hover {
  border-color: #798088;
}

.hover\:border-gray-9:hover {
  border-color: #646d76;
}

.hover\:border-gray-10:hover {
  border-color: #495057;
}

.hover\:border-gray-11:hover {
  border-color: #343a40;
}

.hover\:border-gray-12:hover {
  border-color: #212528;
}

.hover\:border-gray-13:hover {
  border-color: #0f1113;
}

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

.rounded-sm {
  border-radius: .125rem;
}

.rounded {
  border-radius: .25rem;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-xl {
  border-radius: 1rem;
}

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

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

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

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

.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

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

.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

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

.rounded-r-lg {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

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

.rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-t-xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-r-xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

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

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

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

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

.rounded-tl-sm {
  border-top-left-radius: .125rem;
}

.rounded-tr-sm {
  border-top-right-radius: .125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem;
}

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

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

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

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

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

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

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

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

.rounded-tl-xl {
  border-top-left-radius: 1rem;
}

.rounded-tr-xl {
  border-top-right-radius: 1rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 1rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 1rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-t-6 {
  border-top-width: 6px;
}

.border-r-6 {
  border-right-width: 6px;
}

.border-b-6 {
  border-bottom-width: 6px;
}

.border-l-6 {
  border-left-width: 6px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

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

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

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

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

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.hover\:cursor-auto:hover {
  cursor: auto;
}

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

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

.hover\:cursor-wait:hover {
  cursor: wait;
}

.hover\:cursor-move:hover {
  cursor: move;
}

.hover\:cursor-not-allowed:hover {
  cursor: not-allowed;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

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

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.self-auto {
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
}

.self-start {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.self-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.self-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.content-center {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.content-start {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.content-end {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

.content-between {
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}

.content-around {
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-initial {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

.flex-no-grow {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-no-shrink {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

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

.font-heading {
  font-family: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif;
}

.font-body {
  font-family: system-ui, sans-serif;
}

.font-sans {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

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

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

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

.h-16 {
  height: 16px;
}

.h-24 {
  height: 24px;
}

.h-32 {
  height: 32px;
}

.h-40 {
  height: 40px;
}

.h-48 {
  height: 48px;
}

.h-60 {
  height: 60px;
}

.h-80 {
  height: 80px;
}

.h-100 {
  height: 100px;
}

.h-180 {
  height: 180px;
}

.h-240 {
  height: 240px;
}

.h-300 {
  height: 300px;
}

.h-320 {
  height: 320px;
}

.h-360 {
  height: 360px;
}

.h-400 {
  height: 400px;
}

.h-480 {
  height: 480px;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-none {
  line-height: 1;
}

.leading-tighter {
  line-height: 1.12;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: .25rem;
}

.m-2 {
  margin: .5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.m-5 {
  margin: 1.875rem;
}

.m-6 {
  margin: 2.5rem;
}

.m-7 {
  margin: 3rem;
}

.m-8 {
  margin: 3.5rem;
}

.m-10 {
  margin: 5rem;
}

.m-12 {
  margin: 6rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

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

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-5 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.mx-5 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.my-6 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-6 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-7 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-7 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-8 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-8 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-10 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-12 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-12 {
  margin-left: 6rem;
  margin-right: 6rem;
}

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

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

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

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

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

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

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

.mt-1 {
  margin-top: .25rem;
}

.mr-1 {
  margin-right: .25rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.ml-1 {
  margin-left: .25rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.ml-3 {
  margin-left: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.mt-5 {
  margin-top: 1.875rem;
}

.mr-5 {
  margin-right: 1.875rem;
}

.mb-5 {
  margin-bottom: 1.875rem;
}

.ml-5 {
  margin-left: 1.875rem;
}

.mt-6 {
  margin-top: 2.5rem;
}

.mr-6 {
  margin-right: 2.5rem;
}

.mb-6 {
  margin-bottom: 2.5rem;
}

.ml-6 {
  margin-left: 2.5rem;
}

.mt-7 {
  margin-top: 3rem;
}

.mr-7 {
  margin-right: 3rem;
}

.mb-7 {
  margin-bottom: 3rem;
}

.ml-7 {
  margin-left: 3rem;
}

.mt-8 {
  margin-top: 3.5rem;
}

.mr-8 {
  margin-right: 3.5rem;
}

.mb-8 {
  margin-bottom: 3.5rem;
}

.ml-8 {
  margin-left: 3.5rem;
}

.mt-10 {
  margin-top: 5rem;
}

.mr-10 {
  margin-right: 5rem;
}

.mb-10 {
  margin-bottom: 5rem;
}

.ml-10 {
  margin-left: 5rem;
}

.mt-12 {
  margin-top: 6rem;
}

.mr-12 {
  margin-right: 6rem;
}

.mb-12 {
  margin-bottom: 6rem;
}

.ml-12 {
  margin-left: 6rem;
}

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

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

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

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

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-px {
  margin-left: 1px;
}

.max-h-60 {
  max-height: 60px;
}

.max-h-80 {
  max-height: 80px;
}

.max-h-100 {
  max-height: 100px;
}

.max-h-120 {
  max-height: 120px;
}

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

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

.max-w-180 {
  max-width: 180px;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-240 {
  max-width: 240px;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-320 {
  max-width: 320px;
}

.max-w-360 {
  max-width: 360px;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-480 {
  max-width: 480px;
}

.max-w-560 {
  max-width: 560px;
}

.max-w-640 {
  max-width: 640px;
}

.max-w-720 {
  max-width: 720px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-880 {
  max-width: 880px;
}

.max-w-960 {
  max-width: 960px;
}

.max-w-1020 {
  max-width: 1020px;
}

.max-w-1100 {
  max-width: 1100px;
}

.max-w-1200 {
  max-width: 1200px;
}

.max-w-none {
  max-width: none;
}

.max-w-1\/2 {
  max-width: 50%;
}

.max-w-1\/3 {
  max-width: 33.33%;
}

.max-w-5\/16 {
  max-width: 31.25%;
}

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

.min-h-0 {
  min-height: 0;
}

.min-h-50 {
  min-height: 50px;
}

.min-h-60 {
  min-height: 60px;
}

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

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

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

.min-w-160 {
  min-width: 160px;
}

.min-w-240 {
  min-width: 240px;
}

.min-w-3\/16 {
  min-width: 18.75%;
}

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

.-m-0 {
  margin: 0;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -1rem;
}

.-m-4 {
  margin: -1.5rem;
}

.-m-5 {
  margin: -1.875rem;
}

.-m-6 {
  margin: -2.5rem;
}

.-m-7 {
  margin: -3rem;
}

.-m-8 {
  margin: -3.5rem;
}

.-m-10 {
  margin: -5rem;
}

.-m-12 {
  margin: -6rem;
}

.-m-px {
  margin: -1px;
}

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

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

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-3 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-4 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-4 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-5 {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.-mx-5 {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.-my-6 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-6 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-7 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-7 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-8 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-mx-8 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-my-10 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-10 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-12 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-12 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

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

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

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

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

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -1rem;
}

.-mr-3 {
  margin-right: -1rem;
}

.-mb-3 {
  margin-bottom: -1rem;
}

.-ml-3 {
  margin-left: -1rem;
}

.-mt-4 {
  margin-top: -1.5rem;
}

.-mr-4 {
  margin-right: -1.5rem;
}

.-mb-4 {
  margin-bottom: -1.5rem;
}

.-ml-4 {
  margin-left: -1.5rem;
}

.-mt-5 {
  margin-top: -1.875rem;
}

.-mr-5 {
  margin-right: -1.875rem;
}

.-mb-5 {
  margin-bottom: -1.875rem;
}

.-ml-5 {
  margin-left: -1.875rem;
}

.-mt-6 {
  margin-top: -2.5rem;
}

.-mr-6 {
  margin-right: -2.5rem;
}

.-mb-6 {
  margin-bottom: -2.5rem;
}

.-ml-6 {
  margin-left: -2.5rem;
}

.-mt-7 {
  margin-top: -3rem;
}

.-mr-7 {
  margin-right: -3rem;
}

.-mb-7 {
  margin-bottom: -3rem;
}

.-ml-7 {
  margin-left: -3rem;
}

.-mt-8 {
  margin-top: -3.5rem;
}

.-mr-8 {
  margin-right: -3.5rem;
}

.-mb-8 {
  margin-bottom: -3.5rem;
}

.-ml-8 {
  margin-left: -3.5rem;
}

.-mt-10 {
  margin-top: -5rem;
}

.-mr-10 {
  margin-right: -5rem;
}

.-mb-10 {
  margin-bottom: -5rem;
}

.-ml-10 {
  margin-left: -5rem;
}

.-mt-12 {
  margin-top: -6rem;
}

.-mr-12 {
  margin-right: -6rem;
}

.-mb-12 {
  margin-bottom: -6rem;
}

.-ml-12 {
  margin-left: -6rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: .1;
}

.opacity-20 {
  opacity: .2;
}

.opacity-25 {
  opacity: .25;
}

.opacity-30 {
  opacity: .3;
}

.opacity-40 {
  opacity: .4;
}

.opacity-50 {
  opacity: .5;
}

.opacity-60 {
  opacity: .6;
}

.opacity-70 {
  opacity: .7;
}

.opacity-75 {
  opacity: .75;
}

.opacity-80 {
  opacity: .8;
}

.opacity-90 {
  opacity: .9;
}

.opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

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

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-2 {
  padding: .5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 1.875rem;
}

.p-6 {
  padding: 2.5rem;
}

.p-7 {
  padding: 3rem;
}

.p-8 {
  padding: 3.5rem;
}

.p-10 {
  padding: 5rem;
}

.p-12 {
  padding: 6rem;
}

.p-px {
  padding: 1px;
}

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

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

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-5 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.px-5 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.py-6 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-7 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-8 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-8 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-10 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-12 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-12 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

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

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

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

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

.pt-1 {
  padding-top: .25rem;
}

.pr-1 {
  padding-right: .25rem;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pl-1 {
  padding-left: .25rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pr-2 {
  padding-right: .5rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pl-2 {
  padding-left: .5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pr-4 {
  padding-right: 1.5rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pl-4 {
  padding-left: 1.5rem;
}

.pt-5 {
  padding-top: 1.875rem;
}

.pr-5 {
  padding-right: 1.875rem;
}

.pb-5 {
  padding-bottom: 1.875rem;
}

.pl-5 {
  padding-left: 1.875rem;
}

.pt-6 {
  padding-top: 2.5rem;
}

.pr-6 {
  padding-right: 2.5rem;
}

.pb-6 {
  padding-bottom: 2.5rem;
}

.pl-6 {
  padding-left: 2.5rem;
}

.pt-7 {
  padding-top: 3rem;
}

.pr-7 {
  padding-right: 3rem;
}

.pb-7 {
  padding-bottom: 3rem;
}

.pl-7 {
  padding-left: 3rem;
}

.pt-8 {
  padding-top: 3.5rem;
}

.pr-8 {
  padding-right: 3.5rem;
}

.pb-8 {
  padding-bottom: 3.5rem;
}

.pl-8 {
  padding-left: 3.5rem;
}

.pt-10 {
  padding-top: 5rem;
}

.pr-10 {
  padding-right: 5rem;
}

.pb-10 {
  padding-bottom: 5rem;
}

.pl-10 {
  padding-left: 5rem;
}

.pt-12 {
  padding-top: 6rem;
}

.pr-12 {
  padding-right: 6rem;
}

.pb-12 {
  padding-bottom: 6rem;
}

.pl-12 {
  padding-left: 6rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

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

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.shadow-md {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .11), 0 5px 8px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .11), 0 5px 8px 0 rgba(0, 0, 0, .08);
}

.shadow-inner {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

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

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

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

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

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

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

.text-transparent {
  color: transparent;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-gray-1 {
  color: #f8f9fa;
}

.text-gray-2 {
  color: #f1f3f5;
}

.text-gray-3 {
  color: #e9ecef;
}

.text-gray-4 {
  color: #dee2e6;
}

.text-gray-5 {
  color: #ced4da;
}

.text-gray-6 {
  color: #adb5bc;
}

.text-gray-7 {
  color: #868e96;
}

.text-gray-8 {
  color: #798088;
}

.text-gray-9 {
  color: #646d76;
}

.text-gray-10 {
  color: #495057;
}

.text-gray-11 {
  color: #343a40;
}

.text-gray-12 {
  color: #212528;
}

.text-gray-13 {
  color: #0f1113;
}

.hover\:text-transparent:hover {
  color: transparent;
}

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

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-gray-1:hover {
  color: #f8f9fa;
}

.hover\:text-gray-2:hover {
  color: #f1f3f5;
}

.hover\:text-gray-3:hover {
  color: #e9ecef;
}

.hover\:text-gray-4:hover {
  color: #dee2e6;
}

.hover\:text-gray-5:hover {
  color: #ced4da;
}

.hover\:text-gray-6:hover {
  color: #adb5bc;
}

.hover\:text-gray-7:hover {
  color: #868e96;
}

.hover\:text-gray-8:hover {
  color: #798088;
}

.hover\:text-gray-9:hover {
  color: #646d76;
}

.hover\:text-gray-10:hover {
  color: #495057;
}

.hover\:text-gray-11:hover {
  color: #343a40;
}

.hover\:text-gray-12:hover {
  color: #212528;
}

.hover\:text-gray-13:hover {
  color: #0f1113;
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

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

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.italic {
  font-style: italic;
}

.roman {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

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

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

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

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tight {
  letter-spacing: -0.02em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: .05em;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

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

.w-16 {
  width: 16px;
}

.w-24 {
  width: 24px;
}

.w-32 {
  width: 32px;
}

.w-40 {
  width: 40px;
}

.w-48 {
  width: 48px;
}

.w-60 {
  width: 60px;
}

.w-80 {
  width: 80px;
}

.w-100 {
  width: 100px;
}

.w-130 {
  width: 130px;
}

.w-180 {
  width: 180px;
}

.w-240 {
  width: 240px;
}

.w-280 {
  width: 280px;
}

.w-300 {
  width: 300px;
}

.w-320 {
  width: 320px;
}

.w-360 {
  width: 360px;
}

.w-400 {
  width: 400px;
}

.w-480 {
  width: 480px;
}

.w-560 {
  width: 560px;
}

.w-640 {
  width: 640px;
}

.w-720 {
  width: 720px;
}

.w-800 {
  width: 800px;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

.container {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container,
  .sm\:container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:max-w-container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .sm\:container,
  .container,
  .md\:container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .md\:max-w-container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .sm\:container,
  .md\:container,
  .container,
  .lg\:container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:max-w-container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .sm\:container,
  .md\:container,
  .lg\:container,
  .container,
  .xl\:container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:max-w-container {
    max-width: 1200px;
  }
}

@media (min-width: 576px) {
  .sm\:icon-sm {
    width: 16px;
    height: 16px;
  }

  .sm\:icon-base {
    width: 1.3rem;
    height: 1.3rem;
  }

  .sm\:icon-lg {
    width: 24px;
    height: 24px;
  }

  .sm\:icon-xl {
    width: 32px;
    height: 32px;
  }

  .sm\:icon-2xl {
    width: 40px;
    height: 40px;
  }

  .sm\:icon-3xl {
    width: 48px;
    height: 48px;
  }

  .sm\:icon-4xl {
    width: 60px;
    height: 60px;
  }

  .sm\:icon-5xl {
    width: 80px;
    height: 80px;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .sm\:bridge {
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
    max-width: 1600px;
  }

  .sm\:no-bridge {
    width: auto;
    margin-left: 0;
    max-width: none;
  }

  .sm\:absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .sm\:absolute-center-x {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .sm\:absolute-center-y {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .sm\:order-last {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
        -ms-flex-order: 9999;
            order: 9999;
  }

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

  .sm\:bg-white {
    background-color: #fff;
  }

  .sm\:bg-black {
    background-color: #000;
  }

  .sm\:bg-gray-1 {
    background-color: #f8f9fa;
  }

  .sm\:bg-gray-2 {
    background-color: #f1f3f5;
  }

  .sm\:bg-gray-3 {
    background-color: #e9ecef;
  }

  .sm\:bg-gray-4 {
    background-color: #dee2e6;
  }

  .sm\:bg-gray-5 {
    background-color: #ced4da;
  }

  .sm\:bg-gray-6 {
    background-color: #adb5bc;
  }

  .sm\:bg-gray-7 {
    background-color: #868e96;
  }

  .sm\:bg-gray-8 {
    background-color: #798088;
  }

  .sm\:bg-gray-9 {
    background-color: #646d76;
  }

  .sm\:bg-gray-10 {
    background-color: #495057;
  }

  .sm\:bg-gray-11 {
    background-color: #343a40;
  }

  .sm\:bg-gray-12 {
    background-color: #212528;
  }

  .sm\:bg-gray-13 {
    background-color: #0f1113;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-gray-1:hover {
    background-color: #f8f9fa;
  }

  .sm\:hover\:bg-gray-2:hover {
    background-color: #f1f3f5;
  }

  .sm\:hover\:bg-gray-3:hover {
    background-color: #e9ecef;
  }

  .sm\:hover\:bg-gray-4:hover {
    background-color: #dee2e6;
  }

  .sm\:hover\:bg-gray-5:hover {
    background-color: #ced4da;
  }

  .sm\:hover\:bg-gray-6:hover {
    background-color: #adb5bc;
  }

  .sm\:hover\:bg-gray-7:hover {
    background-color: #868e96;
  }

  .sm\:hover\:bg-gray-8:hover {
    background-color: #798088;
  }

  .sm\:hover\:bg-gray-9:hover {
    background-color: #646d76;
  }

  .sm\:hover\:bg-gray-10:hover {
    background-color: #495057;
  }

  .sm\:hover\:bg-gray-11:hover {
    background-color: #343a40;
  }

  .sm\:hover\:bg-gray-12:hover {
    background-color: #212528;
  }

  .sm\:hover\:bg-gray-13:hover {
    background-color: #0f1113;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

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

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

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

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

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

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-white {
    border-color: #fff;
  }

  .sm\:border-black {
    border-color: #000;
  }

  .sm\:border-gray-1 {
    border-color: #f8f9fa;
  }

  .sm\:border-gray-2 {
    border-color: #f1f3f5;
  }

  .sm\:border-gray-3 {
    border-color: #e9ecef;
  }

  .sm\:border-gray-4 {
    border-color: #dee2e6;
  }

  .sm\:border-gray-5 {
    border-color: #ced4da;
  }

  .sm\:border-gray-6 {
    border-color: #adb5bc;
  }

  .sm\:border-gray-7 {
    border-color: #868e96;
  }

  .sm\:border-gray-8 {
    border-color: #798088;
  }

  .sm\:border-gray-9 {
    border-color: #646d76;
  }

  .sm\:border-gray-10 {
    border-color: #495057;
  }

  .sm\:border-gray-11 {
    border-color: #343a40;
  }

  .sm\:border-gray-12 {
    border-color: #212528;
  }

  .sm\:border-gray-13 {
    border-color: #0f1113;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-black:hover {
    border-color: #000;
  }

  .sm\:hover\:border-gray-1:hover {
    border-color: #f8f9fa;
  }

  .sm\:hover\:border-gray-2:hover {
    border-color: #f1f3f5;
  }

  .sm\:hover\:border-gray-3:hover {
    border-color: #e9ecef;
  }

  .sm\:hover\:border-gray-4:hover {
    border-color: #dee2e6;
  }

  .sm\:hover\:border-gray-5:hover {
    border-color: #ced4da;
  }

  .sm\:hover\:border-gray-6:hover {
    border-color: #adb5bc;
  }

  .sm\:hover\:border-gray-7:hover {
    border-color: #868e96;
  }

  .sm\:hover\:border-gray-8:hover {
    border-color: #798088;
  }

  .sm\:hover\:border-gray-9:hover {
    border-color: #646d76;
  }

  .sm\:hover\:border-gray-10:hover {
    border-color: #495057;
  }

  .sm\:hover\:border-gray-11:hover {
    border-color: #343a40;
  }

  .sm\:hover\:border-gray-12:hover {
    border-color: #212528;
  }

  .sm\:hover\:border-gray-13:hover {
    border-color: #0f1113;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: .125rem;
  }

  .sm\:rounded {
    border-radius: .25rem;
  }

  .sm\:rounded-lg {
    border-radius: .5rem;
  }

  .sm\:rounded-xl {
    border-radius: 1rem;
  }

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

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-r-xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-b-xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-xl {
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tr-xl {
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-br-xl {
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-bl-xl {
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-0 {
    border-width: 0;
  }

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

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

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

  .sm\:border-6 {
    border-width: 6px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

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

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

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

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

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

  .sm\:border-r-3 {
    border-right-width: 3px;
  }

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

  .sm\:border-l-3 {
    border-left-width: 3px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-6 {
    border-top-width: 6px;
  }

  .sm\:border-r-6 {
    border-right-width: 6px;
  }

  .sm\:border-b-6 {
    border-bottom-width: 6px;
  }

  .sm\:border-l-6 {
    border-left-width: 6px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

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

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

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

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

  .sm\:block {
    display: block;
  }

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

  .sm\:inline {
    display: inline;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sm\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .sm\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sm\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .sm\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sm\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .sm\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .sm\:self-auto {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
  }

  .sm\:self-start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .sm\:self-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }

  .sm\:self-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }

  .sm\:self-stretch {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }

  .sm\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .sm\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .sm\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sm\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sm\:justify-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .sm\:content-center {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }

  .sm\:content-start {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .sm\:content-end {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }

  .sm\:content-between {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }

  .sm\:content-around {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around;
  }

  .sm\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .sm\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .sm\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .sm\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }

  .sm\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .sm\:flex-shrink {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }

  .sm\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .sm\:flex-no-shrink {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

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

  .sm\:font-heading {
    font-family: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif;
  }

  .sm\:font-body {
    font-family: system-ui, sans-serif;
  }

  .sm\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .sm\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .sm\:h-16 {
    height: 16px;
  }

  .sm\:h-24 {
    height: 24px;
  }

  .sm\:h-32 {
    height: 32px;
  }

  .sm\:h-40 {
    height: 40px;
  }

  .sm\:h-48 {
    height: 48px;
  }

  .sm\:h-60 {
    height: 60px;
  }

  .sm\:h-80 {
    height: 80px;
  }

  .sm\:h-100 {
    height: 100px;
  }

  .sm\:h-180 {
    height: 180px;
  }

  .sm\:h-240 {
    height: 240px;
  }

  .sm\:h-300 {
    height: 300px;
  }

  .sm\:h-320 {
    height: 320px;
  }

  .sm\:h-360 {
    height: 360px;
  }

  .sm\:h-400 {
    height: 400px;
  }

  .sm\:h-480 {
    height: 480px;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tighter {
    line-height: 1.12;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: .25rem;
  }

  .sm\:m-2 {
    margin: .5rem;
  }

  .sm\:m-3 {
    margin: 1rem;
  }

  .sm\:m-4 {
    margin: 1.5rem;
  }

  .sm\:m-5 {
    margin: 1.875rem;
  }

  .sm\:m-6 {
    margin: 2.5rem;
  }

  .sm\:m-7 {
    margin: 3rem;
  }

  .sm\:m-8 {
    margin: 3.5rem;
  }

  .sm\:m-10 {
    margin: 5rem;
  }

  .sm\:m-12 {
    margin: 6rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:mx-5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .sm\:my-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-6 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-8 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-8 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-12 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-12 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: .25rem;
  }

  .sm\:mr-1 {
    margin-right: .25rem;
  }

  .sm\:mb-1 {
    margin-bottom: .25rem;
  }

  .sm\:ml-1 {
    margin-left: .25rem;
  }

  .sm\:mt-2 {
    margin-top: .5rem;
  }

  .sm\:mr-2 {
    margin-right: .5rem;
  }

  .sm\:mb-2 {
    margin-bottom: .5rem;
  }

  .sm\:ml-2 {
    margin-left: .5rem;
  }

  .sm\:mt-3 {
    margin-top: 1rem;
  }

  .sm\:mr-3 {
    margin-right: 1rem;
  }

  .sm\:mb-3 {
    margin-bottom: 1rem;
  }

  .sm\:ml-3 {
    margin-left: 1rem;
  }

  .sm\:mt-4 {
    margin-top: 1.5rem;
  }

  .sm\:mr-4 {
    margin-right: 1.5rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-4 {
    margin-left: 1.5rem;
  }

  .sm\:mt-5 {
    margin-top: 1.875rem;
  }

  .sm\:mr-5 {
    margin-right: 1.875rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.875rem;
  }

  .sm\:ml-5 {
    margin-left: 1.875rem;
  }

  .sm\:mt-6 {
    margin-top: 2.5rem;
  }

  .sm\:mr-6 {
    margin-right: 2.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-6 {
    margin-left: 2.5rem;
  }

  .sm\:mt-7 {
    margin-top: 3rem;
  }

  .sm\:mr-7 {
    margin-right: 3rem;
  }

  .sm\:mb-7 {
    margin-bottom: 3rem;
  }

  .sm\:ml-7 {
    margin-left: 3rem;
  }

  .sm\:mt-8 {
    margin-top: 3.5rem;
  }

  .sm\:mr-8 {
    margin-right: 3.5rem;
  }

  .sm\:mb-8 {
    margin-bottom: 3.5rem;
  }

  .sm\:ml-8 {
    margin-left: 3.5rem;
  }

  .sm\:mt-10 {
    margin-top: 5rem;
  }

  .sm\:mr-10 {
    margin-right: 5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 5rem;
  }

  .sm\:ml-10 {
    margin-left: 5rem;
  }

  .sm\:mt-12 {
    margin-top: 6rem;
  }

  .sm\:mr-12 {
    margin-right: 6rem;
  }

  .sm\:mb-12 {
    margin-bottom: 6rem;
  }

  .sm\:ml-12 {
    margin-left: 6rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:max-h-60 {
    max-height: 60px;
  }

  .sm\:max-h-80 {
    max-height: 80px;
  }

  .sm\:max-h-100 {
    max-height: 100px;
  }

  .sm\:max-h-120 {
    max-height: 120px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-180 {
    max-width: 180px;
  }

  .sm\:max-w-200 {
    max-width: 200px;
  }

  .sm\:max-w-240 {
    max-width: 240px;
  }

  .sm\:max-w-300 {
    max-width: 300px;
  }

  .sm\:max-w-320 {
    max-width: 320px;
  }

  .sm\:max-w-360 {
    max-width: 360px;
  }

  .sm\:max-w-400 {
    max-width: 400px;
  }

  .sm\:max-w-480 {
    max-width: 480px;
  }

  .sm\:max-w-560 {
    max-width: 560px;
  }

  .sm\:max-w-640 {
    max-width: 640px;
  }

  .sm\:max-w-720 {
    max-width: 720px;
  }

  .sm\:max-w-800 {
    max-width: 800px;
  }

  .sm\:max-w-880 {
    max-width: 880px;
  }

  .sm\:max-w-960 {
    max-width: 960px;
  }

  .sm\:max-w-1020 {
    max-width: 1020px;
  }

  .sm\:max-w-1100 {
    max-width: 1100px;
  }

  .sm\:max-w-1200 {
    max-width: 1200px;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-1\/2 {
    max-width: 50%;
  }

  .sm\:max-w-1\/3 {
    max-width: 33.33%;
  }

  .sm\:max-w-5\/16 {
    max-width: 31.25%;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-50 {
    min-height: 50px;
  }

  .sm\:min-h-60 {
    min-height: 60px;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:-m-0 {
    margin: 0;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -1rem;
  }

  .sm\:-m-4 {
    margin: -1.5rem;
  }

  .sm\:-m-5 {
    margin: -1.875rem;
  }

  .sm\:-m-6 {
    margin: -2.5rem;
  }

  .sm\:-m-7 {
    margin: -3rem;
  }

  .sm\:-m-8 {
    margin: -3.5rem;
  }

  .sm\:-m-10 {
    margin: -5rem;
  }

  .sm\:-m-12 {
    margin: -6rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-4 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-5 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .sm\:-my-6 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-7 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-7 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-8 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-8 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-12 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-12 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mt-0 {
    margin-top: 0;
  }

  .sm\:-mr-0 {
    margin-right: 0;
  }

  .sm\:-mb-0 {
    margin-bottom: 0;
  }

  .sm\:-ml-0 {
    margin-left: 0;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -1rem;
  }

  .sm\:-mr-3 {
    margin-right: -1rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-3 {
    margin-left: -1rem;
  }

  .sm\:-mt-4 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-4 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-4 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.875rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.875rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.875rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.875rem;
  }

  .sm\:-mt-6 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-7 {
    margin-top: -3rem;
  }

  .sm\:-mr-7 {
    margin-right: -3rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-7 {
    margin-left: -3rem;
  }

  .sm\:-mt-8 {
    margin-top: -3.5rem;
  }

  .sm\:-mr-8 {
    margin-right: -3.5rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-8 {
    margin-left: -3.5rem;
  }

  .sm\:-mt-10 {
    margin-top: -5rem;
  }

  .sm\:-mr-10 {
    margin-right: -5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-10 {
    margin-left: -5rem;
  }

  .sm\:-mt-12 {
    margin-top: -6rem;
  }

  .sm\:-mr-12 {
    margin-right: -6rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-12 {
    margin-left: -6rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: .25rem;
  }

  .sm\:p-2 {
    padding: .5rem;
  }

  .sm\:p-3 {
    padding: 1rem;
  }

  .sm\:p-4 {
    padding: 1.5rem;
  }

  .sm\:p-5 {
    padding: 1.875rem;
  }

  .sm\:p-6 {
    padding: 2.5rem;
  }

  .sm\:p-7 {
    padding: 3rem;
  }

  .sm\:p-8 {
    padding: 3.5rem;
  }

  .sm\:p-10 {
    padding: 5rem;
  }

  .sm\:p-12 {
    padding: 6rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .sm\:px-5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .sm\:py-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-8 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-8 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-12 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: .25rem;
  }

  .sm\:pr-1 {
    padding-right: .25rem;
  }

  .sm\:pb-1 {
    padding-bottom: .25rem;
  }

  .sm\:pl-1 {
    padding-left: .25rem;
  }

  .sm\:pt-2 {
    padding-top: .5rem;
  }

  .sm\:pr-2 {
    padding-right: .5rem;
  }

  .sm\:pb-2 {
    padding-bottom: .5rem;
  }

  .sm\:pl-2 {
    padding-left: .5rem;
  }

  .sm\:pt-3 {
    padding-top: 1rem;
  }

  .sm\:pr-3 {
    padding-right: 1rem;
  }

  .sm\:pb-3 {
    padding-bottom: 1rem;
  }

  .sm\:pl-3 {
    padding-left: 1rem;
  }

  .sm\:pt-4 {
    padding-top: 1.5rem;
  }

  .sm\:pr-4 {
    padding-right: 1.5rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-4 {
    padding-left: 1.5rem;
  }

  .sm\:pt-5 {
    padding-top: 1.875rem;
  }

  .sm\:pr-5 {
    padding-right: 1.875rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.875rem;
  }

  .sm\:pl-5 {
    padding-left: 1.875rem;
  }

  .sm\:pt-6 {
    padding-top: 2.5rem;
  }

  .sm\:pr-6 {
    padding-right: 2.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-6 {
    padding-left: 2.5rem;
  }

  .sm\:pt-7 {
    padding-top: 3rem;
  }

  .sm\:pr-7 {
    padding-right: 3rem;
  }

  .sm\:pb-7 {
    padding-bottom: 3rem;
  }

  .sm\:pl-7 {
    padding-left: 3rem;
  }

  .sm\:pt-8 {
    padding-top: 3.5rem;
  }

  .sm\:pr-8 {
    padding-right: 3.5rem;
  }

  .sm\:pb-8 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-8 {
    padding-left: 3.5rem;
  }

  .sm\:pt-10 {
    padding-top: 5rem;
  }

  .sm\:pr-10 {
    padding-right: 5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 5rem;
  }

  .sm\:pl-10 {
    padding-left: 5rem;
  }

  .sm\:pt-12 {
    padding-top: 6rem;
  }

  .sm\:pr-12 {
    padding-right: 6rem;
  }

  .sm\:pb-12 {
    padding-bottom: 6rem;
  }

  .sm\:pl-12 {
    padding-left: 6rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

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

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

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

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

  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:pin-y {
    top: 0;
    bottom: 0;
  }

  .sm\:pin-x {
    right: 0;
    left: 0;
  }

  .sm\:pin-t {
    top: 0;
  }

  .sm\:pin-r {
    right: 0;
  }

  .sm\:pin-b {
    bottom: 0;
  }

  .sm\:pin-l {
    left: 0;
  }

  .sm\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-lg {
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .11), 0 5px 8px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .11), 0 5px 8px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

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

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

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

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

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-black {
    color: #000;
  }

  .sm\:text-gray-1 {
    color: #f8f9fa;
  }

  .sm\:text-gray-2 {
    color: #f1f3f5;
  }

  .sm\:text-gray-3 {
    color: #e9ecef;
  }

  .sm\:text-gray-4 {
    color: #dee2e6;
  }

  .sm\:text-gray-5 {
    color: #ced4da;
  }

  .sm\:text-gray-6 {
    color: #adb5bc;
  }

  .sm\:text-gray-7 {
    color: #868e96;
  }

  .sm\:text-gray-8 {
    color: #798088;
  }

  .sm\:text-gray-9 {
    color: #646d76;
  }

  .sm\:text-gray-10 {
    color: #495057;
  }

  .sm\:text-gray-11 {
    color: #343a40;
  }

  .sm\:text-gray-12 {
    color: #212528;
  }

  .sm\:text-gray-13 {
    color: #0f1113;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-black:hover {
    color: #000;
  }

  .sm\:hover\:text-gray-1:hover {
    color: #f8f9fa;
  }

  .sm\:hover\:text-gray-2:hover {
    color: #f1f3f5;
  }

  .sm\:hover\:text-gray-3:hover {
    color: #e9ecef;
  }

  .sm\:hover\:text-gray-4:hover {
    color: #dee2e6;
  }

  .sm\:hover\:text-gray-5:hover {
    color: #ced4da;
  }

  .sm\:hover\:text-gray-6:hover {
    color: #adb5bc;
  }

  .sm\:hover\:text-gray-7:hover {
    color: #868e96;
  }

  .sm\:hover\:text-gray-8:hover {
    color: #798088;
  }

  .sm\:hover\:text-gray-9:hover {
    color: #646d76;
  }

  .sm\:hover\:text-gray-10:hover {
    color: #495057;
  }

  .sm\:hover\:text-gray-11:hover {
    color: #343a40;
  }

  .sm\:hover\:text-gray-12:hover {
    color: #212528;
  }

  .sm\:hover\:text-gray-13:hover {
    color: #0f1113;
  }

  .sm\:text-xs {
    font-size: .75rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-6xl {
    font-size: 4rem;
  }

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

  .sm\:roman {
    font-style: normal;
  }

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

  .sm\:lowercase {
    text-transform: lowercase;
  }

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

  .sm\:normal-case {
    text-transform: none;
  }

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

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

  .sm\:no-underline {
    text-decoration: none;
  }

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

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

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

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

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

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

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:w-16 {
    width: 16px;
  }

  .sm\:w-24 {
    width: 24px;
  }

  .sm\:w-32 {
    width: 32px;
  }

  .sm\:w-40 {
    width: 40px;
  }

  .sm\:w-48 {
    width: 48px;
  }

  .sm\:w-60 {
    width: 60px;
  }

  .sm\:w-80 {
    width: 80px;
  }

  .sm\:w-100 {
    width: 100px;
  }

  .sm\:w-130 {
    width: 130px;
  }

  .sm\:w-180 {
    width: 180px;
  }

  .sm\:w-240 {
    width: 240px;
  }

  .sm\:w-280 {
    width: 280px;
  }

  .sm\:w-300 {
    width: 300px;
  }

  .sm\:w-320 {
    width: 320px;
  }

  .sm\:w-360 {
    width: 360px;
  }

  .sm\:w-400 {
    width: 400px;
  }

  .sm\:w-480 {
    width: 480px;
  }

  .sm\:w-560 {
    width: 560px;
  }

  .sm\:w-640 {
    width: 640px;
  }

  .sm\:w-720 {
    width: 720px;
  }

  .sm\:w-800 {
    width: 800px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 768px) {
  .md\:icon-sm {
    width: 16px;
    height: 16px;
  }

  .md\:icon-base {
    width: 1.3rem;
    height: 1.3rem;
  }

  .md\:icon-lg {
    width: 24px;
    height: 24px;
  }

  .md\:icon-xl {
    width: 32px;
    height: 32px;
  }

  .md\:icon-2xl {
    width: 40px;
    height: 40px;
  }

  .md\:icon-3xl {
    width: 48px;
    height: 48px;
  }

  .md\:icon-4xl {
    width: 60px;
    height: 60px;
  }

  .md\:icon-5xl {
    width: 80px;
    height: 80px;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .md\:bridge {
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
    max-width: 1600px;
  }

  .md\:no-bridge {
    width: auto;
    margin-left: 0;
    max-width: none;
  }

  .md\:absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .md\:absolute-center-x {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .md\:absolute-center-y {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .md\:order-last {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
        -ms-flex-order: 9999;
            order: 9999;
  }

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

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-black {
    background-color: #000;
  }

  .md\:bg-gray-1 {
    background-color: #f8f9fa;
  }

  .md\:bg-gray-2 {
    background-color: #f1f3f5;
  }

  .md\:bg-gray-3 {
    background-color: #e9ecef;
  }

  .md\:bg-gray-4 {
    background-color: #dee2e6;
  }

  .md\:bg-gray-5 {
    background-color: #ced4da;
  }

  .md\:bg-gray-6 {
    background-color: #adb5bc;
  }

  .md\:bg-gray-7 {
    background-color: #868e96;
  }

  .md\:bg-gray-8 {
    background-color: #798088;
  }

  .md\:bg-gray-9 {
    background-color: #646d76;
  }

  .md\:bg-gray-10 {
    background-color: #495057;
  }

  .md\:bg-gray-11 {
    background-color: #343a40;
  }

  .md\:bg-gray-12 {
    background-color: #212528;
  }

  .md\:bg-gray-13 {
    background-color: #0f1113;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-black:hover {
    background-color: #000;
  }

  .md\:hover\:bg-gray-1:hover {
    background-color: #f8f9fa;
  }

  .md\:hover\:bg-gray-2:hover {
    background-color: #f1f3f5;
  }

  .md\:hover\:bg-gray-3:hover {
    background-color: #e9ecef;
  }

  .md\:hover\:bg-gray-4:hover {
    background-color: #dee2e6;
  }

  .md\:hover\:bg-gray-5:hover {
    background-color: #ced4da;
  }

  .md\:hover\:bg-gray-6:hover {
    background-color: #adb5bc;
  }

  .md\:hover\:bg-gray-7:hover {
    background-color: #868e96;
  }

  .md\:hover\:bg-gray-8:hover {
    background-color: #798088;
  }

  .md\:hover\:bg-gray-9:hover {
    background-color: #646d76;
  }

  .md\:hover\:bg-gray-10:hover {
    background-color: #495057;
  }

  .md\:hover\:bg-gray-11:hover {
    background-color: #343a40;
  }

  .md\:hover\:bg-gray-12:hover {
    background-color: #212528;
  }

  .md\:hover\:bg-gray-13:hover {
    background-color: #0f1113;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

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

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

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

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-auto {
    background-size: auto;
  }

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

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-black {
    border-color: #000;
  }

  .md\:border-gray-1 {
    border-color: #f8f9fa;
  }

  .md\:border-gray-2 {
    border-color: #f1f3f5;
  }

  .md\:border-gray-3 {
    border-color: #e9ecef;
  }

  .md\:border-gray-4 {
    border-color: #dee2e6;
  }

  .md\:border-gray-5 {
    border-color: #ced4da;
  }

  .md\:border-gray-6 {
    border-color: #adb5bc;
  }

  .md\:border-gray-7 {
    border-color: #868e96;
  }

  .md\:border-gray-8 {
    border-color: #798088;
  }

  .md\:border-gray-9 {
    border-color: #646d76;
  }

  .md\:border-gray-10 {
    border-color: #495057;
  }

  .md\:border-gray-11 {
    border-color: #343a40;
  }

  .md\:border-gray-12 {
    border-color: #212528;
  }

  .md\:border-gray-13 {
    border-color: #0f1113;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff;
  }

  .md\:hover\:border-black:hover {
    border-color: #000;
  }

  .md\:hover\:border-gray-1:hover {
    border-color: #f8f9fa;
  }

  .md\:hover\:border-gray-2:hover {
    border-color: #f1f3f5;
  }

  .md\:hover\:border-gray-3:hover {
    border-color: #e9ecef;
  }

  .md\:hover\:border-gray-4:hover {
    border-color: #dee2e6;
  }

  .md\:hover\:border-gray-5:hover {
    border-color: #ced4da;
  }

  .md\:hover\:border-gray-6:hover {
    border-color: #adb5bc;
  }

  .md\:hover\:border-gray-7:hover {
    border-color: #868e96;
  }

  .md\:hover\:border-gray-8:hover {
    border-color: #798088;
  }

  .md\:hover\:border-gray-9:hover {
    border-color: #646d76;
  }

  .md\:hover\:border-gray-10:hover {
    border-color: #495057;
  }

  .md\:hover\:border-gray-11:hover {
    border-color: #343a40;
  }

  .md\:hover\:border-gray-12:hover {
    border-color: #212528;
  }

  .md\:hover\:border-gray-13:hover {
    border-color: #0f1113;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: .125rem;
  }

  .md\:rounded {
    border-radius: .25rem;
  }

  .md\:rounded-lg {
    border-radius: .5rem;
  }

  .md\:rounded-xl {
    border-radius: 1rem;
  }

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

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-t-xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-xl {
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tr-xl {
    border-top-right-radius: 1rem;
  }

  .md\:rounded-br-xl {
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:border-0 {
    border-width: 0;
  }

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

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

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

  .md\:border-6 {
    border-width: 6px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

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

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

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

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

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

  .md\:border-r-3 {
    border-right-width: 3px;
  }

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

  .md\:border-l-3 {
    border-left-width: 3px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-6 {
    border-top-width: 6px;
  }

  .md\:border-r-6 {
    border-right-width: 6px;
  }

  .md\:border-b-6 {
    border-bottom-width: 6px;
  }

  .md\:border-l-6 {
    border-left-width: 6px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:table {
    display: table;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .md\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .md\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .md\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .md\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .md\:self-auto {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
  }

  .md\:self-start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .md\:self-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }

  .md\:self-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }

  .md\:self-stretch {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }

  .md\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .md\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .md\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:justify-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .md\:content-center {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }

  .md\:content-start {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .md\:content-end {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }

  .md\:content-between {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }

  .md\:content-around {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around;
  }

  .md\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .md\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .md\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .md\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }

  .md\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .md\:flex-shrink {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }

  .md\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .md\:flex-no-shrink {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

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

  .md\:font-heading {
    font-family: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif;
  }

  .md\:font-body {
    font-family: system-ui, sans-serif;
  }

  .md\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .md\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .md\:h-16 {
    height: 16px;
  }

  .md\:h-24 {
    height: 24px;
  }

  .md\:h-32 {
    height: 32px;
  }

  .md\:h-40 {
    height: 40px;
  }

  .md\:h-48 {
    height: 48px;
  }

  .md\:h-60 {
    height: 60px;
  }

  .md\:h-80 {
    height: 80px;
  }

  .md\:h-100 {
    height: 100px;
  }

  .md\:h-180 {
    height: 180px;
  }

  .md\:h-240 {
    height: 240px;
  }

  .md\:h-300 {
    height: 300px;
  }

  .md\:h-320 {
    height: 320px;
  }

  .md\:h-360 {
    height: 360px;
  }

  .md\:h-400 {
    height: 400px;
  }

  .md\:h-480 {
    height: 480px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tighter {
    line-height: 1.12;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: .25rem;
  }

  .md\:m-2 {
    margin: .5rem;
  }

  .md\:m-3 {
    margin: 1rem;
  }

  .md\:m-4 {
    margin: 1.5rem;
  }

  .md\:m-5 {
    margin: 1.875rem;
  }

  .md\:m-6 {
    margin: 2.5rem;
  }

  .md\:m-7 {
    margin: 3rem;
  }

  .md\:m-8 {
    margin: 3.5rem;
  }

  .md\:m-10 {
    margin: 5rem;
  }

  .md\:m-12 {
    margin: 6rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:mx-5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .md\:my-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-6 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-8 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mx-8 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:my-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-12 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-12 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: .25rem;
  }

  .md\:mr-1 {
    margin-right: .25rem;
  }

  .md\:mb-1 {
    margin-bottom: .25rem;
  }

  .md\:ml-1 {
    margin-left: .25rem;
  }

  .md\:mt-2 {
    margin-top: .5rem;
  }

  .md\:mr-2 {
    margin-right: .5rem;
  }

  .md\:mb-2 {
    margin-bottom: .5rem;
  }

  .md\:ml-2 {
    margin-left: .5rem;
  }

  .md\:mt-3 {
    margin-top: 1rem;
  }

  .md\:mr-3 {
    margin-right: 1rem;
  }

  .md\:mb-3 {
    margin-bottom: 1rem;
  }

  .md\:ml-3 {
    margin-left: 1rem;
  }

  .md\:mt-4 {
    margin-top: 1.5rem;
  }

  .md\:mr-4 {
    margin-right: 1.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-4 {
    margin-left: 1.5rem;
  }

  .md\:mt-5 {
    margin-top: 1.875rem;
  }

  .md\:mr-5 {
    margin-right: 1.875rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.875rem;
  }

  .md\:ml-5 {
    margin-left: 1.875rem;
  }

  .md\:mt-6 {
    margin-top: 2.5rem;
  }

  .md\:mr-6 {
    margin-right: 2.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-6 {
    margin-left: 2.5rem;
  }

  .md\:mt-7 {
    margin-top: 3rem;
  }

  .md\:mr-7 {
    margin-right: 3rem;
  }

  .md\:mb-7 {
    margin-bottom: 3rem;
  }

  .md\:ml-7 {
    margin-left: 3rem;
  }

  .md\:mt-8 {
    margin-top: 3.5rem;
  }

  .md\:mr-8 {
    margin-right: 3.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-8 {
    margin-left: 3.5rem;
  }

  .md\:mt-10 {
    margin-top: 5rem;
  }

  .md\:mr-10 {
    margin-right: 5rem;
  }

  .md\:mb-10 {
    margin-bottom: 5rem;
  }

  .md\:ml-10 {
    margin-left: 5rem;
  }

  .md\:mt-12 {
    margin-top: 6rem;
  }

  .md\:mr-12 {
    margin-right: 6rem;
  }

  .md\:mb-12 {
    margin-bottom: 6rem;
  }

  .md\:ml-12 {
    margin-left: 6rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:max-h-60 {
    max-height: 60px;
  }

  .md\:max-h-80 {
    max-height: 80px;
  }

  .md\:max-h-100 {
    max-height: 100px;
  }

  .md\:max-h-120 {
    max-height: 120px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-180 {
    max-width: 180px;
  }

  .md\:max-w-200 {
    max-width: 200px;
  }

  .md\:max-w-240 {
    max-width: 240px;
  }

  .md\:max-w-300 {
    max-width: 300px;
  }

  .md\:max-w-320 {
    max-width: 320px;
  }

  .md\:max-w-360 {
    max-width: 360px;
  }

  .md\:max-w-400 {
    max-width: 400px;
  }

  .md\:max-w-480 {
    max-width: 480px;
  }

  .md\:max-w-560 {
    max-width: 560px;
  }

  .md\:max-w-640 {
    max-width: 640px;
  }

  .md\:max-w-720 {
    max-width: 720px;
  }

  .md\:max-w-800 {
    max-width: 800px;
  }

  .md\:max-w-880 {
    max-width: 880px;
  }

  .md\:max-w-960 {
    max-width: 960px;
  }

  .md\:max-w-1020 {
    max-width: 1020px;
  }

  .md\:max-w-1100 {
    max-width: 1100px;
  }

  .md\:max-w-1200 {
    max-width: 1200px;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-1\/2 {
    max-width: 50%;
  }

  .md\:max-w-1\/3 {
    max-width: 33.33%;
  }

  .md\:max-w-5\/16 {
    max-width: 31.25%;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-50 {
    min-height: 50px;
  }

  .md\:min-h-60 {
    min-height: 60px;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:-m-0 {
    margin: 0;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -1rem;
  }

  .md\:-m-4 {
    margin: -1.5rem;
  }

  .md\:-m-5 {
    margin: -1.875rem;
  }

  .md\:-m-6 {
    margin: -2.5rem;
  }

  .md\:-m-7 {
    margin: -3rem;
  }

  .md\:-m-8 {
    margin: -3.5rem;
  }

  .md\:-m-10 {
    margin: -5rem;
  }

  .md\:-m-12 {
    margin: -6rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-4 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-5 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:-mx-5 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .md\:-my-6 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-6 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-7 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-7 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-8 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-8 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-12 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-12 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mt-0 {
    margin-top: 0;
  }

  .md\:-mr-0 {
    margin-right: 0;
  }

  .md\:-mb-0 {
    margin-bottom: 0;
  }

  .md\:-ml-0 {
    margin-left: 0;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -1rem;
  }

  .md\:-mr-3 {
    margin-right: -1rem;
  }

  .md\:-mb-3 {
    margin-bottom: -1rem;
  }

  .md\:-ml-3 {
    margin-left: -1rem;
  }

  .md\:-mt-4 {
    margin-top: -1.5rem;
  }

  .md\:-mr-4 {
    margin-right: -1.5rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-4 {
    margin-left: -1.5rem;
  }

  .md\:-mt-5 {
    margin-top: -1.875rem;
  }

  .md\:-mr-5 {
    margin-right: -1.875rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.875rem;
  }

  .md\:-ml-5 {
    margin-left: -1.875rem;
  }

  .md\:-mt-6 {
    margin-top: -2.5rem;
  }

  .md\:-mr-6 {
    margin-right: -2.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-6 {
    margin-left: -2.5rem;
  }

  .md\:-mt-7 {
    margin-top: -3rem;
  }

  .md\:-mr-7 {
    margin-right: -3rem;
  }

  .md\:-mb-7 {
    margin-bottom: -3rem;
  }

  .md\:-ml-7 {
    margin-left: -3rem;
  }

  .md\:-mt-8 {
    margin-top: -3.5rem;
  }

  .md\:-mr-8 {
    margin-right: -3.5rem;
  }

  .md\:-mb-8 {
    margin-bottom: -3.5rem;
  }

  .md\:-ml-8 {
    margin-left: -3.5rem;
  }

  .md\:-mt-10 {
    margin-top: -5rem;
  }

  .md\:-mr-10 {
    margin-right: -5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -5rem;
  }

  .md\:-ml-10 {
    margin-left: -5rem;
  }

  .md\:-mt-12 {
    margin-top: -6rem;
  }

  .md\:-mr-12 {
    margin-right: -6rem;
  }

  .md\:-mb-12 {
    margin-bottom: -6rem;
  }

  .md\:-ml-12 {
    margin-left: -6rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: .25rem;
  }

  .md\:p-2 {
    padding: .5rem;
  }

  .md\:p-3 {
    padding: 1rem;
  }

  .md\:p-4 {
    padding: 1.5rem;
  }

  .md\:p-5 {
    padding: 1.875rem;
  }

  .md\:p-6 {
    padding: 2.5rem;
  }

  .md\:p-7 {
    padding: 3rem;
  }

  .md\:p-8 {
    padding: 3.5rem;
  }

  .md\:p-10 {
    padding: 5rem;
  }

  .md\:p-12 {
    padding: 6rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:px-5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:py-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-8 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-8 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-12 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: .25rem;
  }

  .md\:pr-1 {
    padding-right: .25rem;
  }

  .md\:pb-1 {
    padding-bottom: .25rem;
  }

  .md\:pl-1 {
    padding-left: .25rem;
  }

  .md\:pt-2 {
    padding-top: .5rem;
  }

  .md\:pr-2 {
    padding-right: .5rem;
  }

  .md\:pb-2 {
    padding-bottom: .5rem;
  }

  .md\:pl-2 {
    padding-left: .5rem;
  }

  .md\:pt-3 {
    padding-top: 1rem;
  }

  .md\:pr-3 {
    padding-right: 1rem;
  }

  .md\:pb-3 {
    padding-bottom: 1rem;
  }

  .md\:pl-3 {
    padding-left: 1rem;
  }

  .md\:pt-4 {
    padding-top: 1.5rem;
  }

  .md\:pr-4 {
    padding-right: 1.5rem;
  }

  .md\:pb-4 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-4 {
    padding-left: 1.5rem;
  }

  .md\:pt-5 {
    padding-top: 1.875rem;
  }

  .md\:pr-5 {
    padding-right: 1.875rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.875rem;
  }

  .md\:pl-5 {
    padding-left: 1.875rem;
  }

  .md\:pt-6 {
    padding-top: 2.5rem;
  }

  .md\:pr-6 {
    padding-right: 2.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-6 {
    padding-left: 2.5rem;
  }

  .md\:pt-7 {
    padding-top: 3rem;
  }

  .md\:pr-7 {
    padding-right: 3rem;
  }

  .md\:pb-7 {
    padding-bottom: 3rem;
  }

  .md\:pl-7 {
    padding-left: 3rem;
  }

  .md\:pt-8 {
    padding-top: 3.5rem;
  }

  .md\:pr-8 {
    padding-right: 3.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-8 {
    padding-left: 3.5rem;
  }

  .md\:pt-10 {
    padding-top: 5rem;
  }

  .md\:pr-10 {
    padding-right: 5rem;
  }

  .md\:pb-10 {
    padding-bottom: 5rem;
  }

  .md\:pl-10 {
    padding-left: 5rem;
  }

  .md\:pt-12 {
    padding-top: 6rem;
  }

  .md\:pr-12 {
    padding-right: 6rem;
  }

  .md\:pb-12 {
    padding-bottom: 6rem;
  }

  .md\:pl-12 {
    padding-left: 6rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

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

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

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:pin-x {
    right: 0;
    left: 0;
  }

  .md\:pin-t {
    top: 0;
  }

  .md\:pin-r {
    right: 0;
  }

  .md\:pin-b {
    bottom: 0;
  }

  .md\:pin-l {
    left: 0;
  }

  .md\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-lg {
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .11), 0 5px 8px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .11), 0 5px 8px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

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

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

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

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

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-black {
    color: #000;
  }

  .md\:text-gray-1 {
    color: #f8f9fa;
  }

  .md\:text-gray-2 {
    color: #f1f3f5;
  }

  .md\:text-gray-3 {
    color: #e9ecef;
  }

  .md\:text-gray-4 {
    color: #dee2e6;
  }

  .md\:text-gray-5 {
    color: #ced4da;
  }

  .md\:text-gray-6 {
    color: #adb5bc;
  }

  .md\:text-gray-7 {
    color: #868e96;
  }

  .md\:text-gray-8 {
    color: #798088;
  }

  .md\:text-gray-9 {
    color: #646d76;
  }

  .md\:text-gray-10 {
    color: #495057;
  }

  .md\:text-gray-11 {
    color: #343a40;
  }

  .md\:text-gray-12 {
    color: #212528;
  }

  .md\:text-gray-13 {
    color: #0f1113;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-black:hover {
    color: #000;
  }

  .md\:hover\:text-gray-1:hover {
    color: #f8f9fa;
  }

  .md\:hover\:text-gray-2:hover {
    color: #f1f3f5;
  }

  .md\:hover\:text-gray-3:hover {
    color: #e9ecef;
  }

  .md\:hover\:text-gray-4:hover {
    color: #dee2e6;
  }

  .md\:hover\:text-gray-5:hover {
    color: #ced4da;
  }

  .md\:hover\:text-gray-6:hover {
    color: #adb5bc;
  }

  .md\:hover\:text-gray-7:hover {
    color: #868e96;
  }

  .md\:hover\:text-gray-8:hover {
    color: #798088;
  }

  .md\:hover\:text-gray-9:hover {
    color: #646d76;
  }

  .md\:hover\:text-gray-10:hover {
    color: #495057;
  }

  .md\:hover\:text-gray-11:hover {
    color: #343a40;
  }

  .md\:hover\:text-gray-12:hover {
    color: #212528;
  }

  .md\:hover\:text-gray-13:hover {
    color: #0f1113;
  }

  .md\:text-xs {
    font-size: .75rem;
  }

  .md\:text-sm {
    font-size: .875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

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

  .md\:roman {
    font-style: normal;
  }

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

  .md\:lowercase {
    text-transform: lowercase;
  }

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

  .md\:normal-case {
    text-transform: none;
  }

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

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

  .md\:no-underline {
    text-decoration: none;
  }

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

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

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

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

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

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

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:w-16 {
    width: 16px;
  }

  .md\:w-24 {
    width: 24px;
  }

  .md\:w-32 {
    width: 32px;
  }

  .md\:w-40 {
    width: 40px;
  }

  .md\:w-48 {
    width: 48px;
  }

  .md\:w-60 {
    width: 60px;
  }

  .md\:w-80 {
    width: 80px;
  }

  .md\:w-100 {
    width: 100px;
  }

  .md\:w-130 {
    width: 130px;
  }

  .md\:w-180 {
    width: 180px;
  }

  .md\:w-240 {
    width: 240px;
  }

  .md\:w-280 {
    width: 280px;
  }

  .md\:w-300 {
    width: 300px;
  }

  .md\:w-320 {
    width: 320px;
  }

  .md\:w-360 {
    width: 360px;
  }

  .md\:w-400 {
    width: 400px;
  }

  .md\:w-480 {
    width: 480px;
  }

  .md\:w-560 {
    width: 560px;
  }

  .md\:w-640 {
    width: 640px;
  }

  .md\:w-720 {
    width: 720px;
  }

  .md\:w-800 {
    width: 800px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 992px) {
  .lg\:icon-sm {
    width: 16px;
    height: 16px;
  }

  .lg\:icon-base {
    width: 1.3rem;
    height: 1.3rem;
  }

  .lg\:icon-lg {
    width: 24px;
    height: 24px;
  }

  .lg\:icon-xl {
    width: 32px;
    height: 32px;
  }

  .lg\:icon-2xl {
    width: 40px;
    height: 40px;
  }

  .lg\:icon-3xl {
    width: 48px;
    height: 48px;
  }

  .lg\:icon-4xl {
    width: 60px;
    height: 60px;
  }

  .lg\:icon-5xl {
    width: 80px;
    height: 80px;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .lg\:bridge {
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
    max-width: 1600px;
  }

  .lg\:no-bridge {
    width: auto;
    margin-left: 0;
    max-width: none;
  }

  .lg\:absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .lg\:absolute-center-x {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .lg\:absolute-center-y {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .lg\:order-last {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
        -ms-flex-order: 9999;
            order: 9999;
  }

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

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-black {
    background-color: #000;
  }

  .lg\:bg-gray-1 {
    background-color: #f8f9fa;
  }

  .lg\:bg-gray-2 {
    background-color: #f1f3f5;
  }

  .lg\:bg-gray-3 {
    background-color: #e9ecef;
  }

  .lg\:bg-gray-4 {
    background-color: #dee2e6;
  }

  .lg\:bg-gray-5 {
    background-color: #ced4da;
  }

  .lg\:bg-gray-6 {
    background-color: #adb5bc;
  }

  .lg\:bg-gray-7 {
    background-color: #868e96;
  }

  .lg\:bg-gray-8 {
    background-color: #798088;
  }

  .lg\:bg-gray-9 {
    background-color: #646d76;
  }

  .lg\:bg-gray-10 {
    background-color: #495057;
  }

  .lg\:bg-gray-11 {
    background-color: #343a40;
  }

  .lg\:bg-gray-12 {
    background-color: #212528;
  }

  .lg\:bg-gray-13 {
    background-color: #0f1113;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-gray-1:hover {
    background-color: #f8f9fa;
  }

  .lg\:hover\:bg-gray-2:hover {
    background-color: #f1f3f5;
  }

  .lg\:hover\:bg-gray-3:hover {
    background-color: #e9ecef;
  }

  .lg\:hover\:bg-gray-4:hover {
    background-color: #dee2e6;
  }

  .lg\:hover\:bg-gray-5:hover {
    background-color: #ced4da;
  }

  .lg\:hover\:bg-gray-6:hover {
    background-color: #adb5bc;
  }

  .lg\:hover\:bg-gray-7:hover {
    background-color: #868e96;
  }

  .lg\:hover\:bg-gray-8:hover {
    background-color: #798088;
  }

  .lg\:hover\:bg-gray-9:hover {
    background-color: #646d76;
  }

  .lg\:hover\:bg-gray-10:hover {
    background-color: #495057;
  }

  .lg\:hover\:bg-gray-11:hover {
    background-color: #343a40;
  }

  .lg\:hover\:bg-gray-12:hover {
    background-color: #212528;
  }

  .lg\:hover\:bg-gray-13:hover {
    background-color: #0f1113;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

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

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

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

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

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

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-black {
    border-color: #000;
  }

  .lg\:border-gray-1 {
    border-color: #f8f9fa;
  }

  .lg\:border-gray-2 {
    border-color: #f1f3f5;
  }

  .lg\:border-gray-3 {
    border-color: #e9ecef;
  }

  .lg\:border-gray-4 {
    border-color: #dee2e6;
  }

  .lg\:border-gray-5 {
    border-color: #ced4da;
  }

  .lg\:border-gray-6 {
    border-color: #adb5bc;
  }

  .lg\:border-gray-7 {
    border-color: #868e96;
  }

  .lg\:border-gray-8 {
    border-color: #798088;
  }

  .lg\:border-gray-9 {
    border-color: #646d76;
  }

  .lg\:border-gray-10 {
    border-color: #495057;
  }

  .lg\:border-gray-11 {
    border-color: #343a40;
  }

  .lg\:border-gray-12 {
    border-color: #212528;
  }

  .lg\:border-gray-13 {
    border-color: #0f1113;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-black:hover {
    border-color: #000;
  }

  .lg\:hover\:border-gray-1:hover {
    border-color: #f8f9fa;
  }

  .lg\:hover\:border-gray-2:hover {
    border-color: #f1f3f5;
  }

  .lg\:hover\:border-gray-3:hover {
    border-color: #e9ecef;
  }

  .lg\:hover\:border-gray-4:hover {
    border-color: #dee2e6;
  }

  .lg\:hover\:border-gray-5:hover {
    border-color: #ced4da;
  }

  .lg\:hover\:border-gray-6:hover {
    border-color: #adb5bc;
  }

  .lg\:hover\:border-gray-7:hover {
    border-color: #868e96;
  }

  .lg\:hover\:border-gray-8:hover {
    border-color: #798088;
  }

  .lg\:hover\:border-gray-9:hover {
    border-color: #646d76;
  }

  .lg\:hover\:border-gray-10:hover {
    border-color: #495057;
  }

  .lg\:hover\:border-gray-11:hover {
    border-color: #343a40;
  }

  .lg\:hover\:border-gray-12:hover {
    border-color: #212528;
  }

  .lg\:hover\:border-gray-13:hover {
    border-color: #0f1113;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: .125rem;
  }

  .lg\:rounded {
    border-radius: .25rem;
  }

  .lg\:rounded-lg {
    border-radius: .5rem;
  }

  .lg\:rounded-xl {
    border-radius: 1rem;
  }

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

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-t-xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-r-xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-xl {
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tr-xl {
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-br-xl {
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-0 {
    border-width: 0;
  }

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

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

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

  .lg\:border-6 {
    border-width: 6px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

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

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

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

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

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

  .lg\:border-r-3 {
    border-right-width: 3px;
  }

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

  .lg\:border-l-3 {
    border-left-width: 3px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-6 {
    border-top-width: 6px;
  }

  .lg\:border-r-6 {
    border-right-width: 6px;
  }

  .lg\:border-b-6 {
    border-bottom-width: 6px;
  }

  .lg\:border-l-6 {
    border-left-width: 6px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .lg\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .lg\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .lg\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .lg\:self-auto {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
  }

  .lg\:self-start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .lg\:self-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }

  .lg\:self-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }

  .lg\:self-stretch {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }

  .lg\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .lg\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .lg\:justify-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .lg\:content-center {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }

  .lg\:content-start {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .lg\:content-end {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }

  .lg\:content-between {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }

  .lg\:content-around {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around;
  }

  .lg\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .lg\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .lg\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .lg\:flex-shrink {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }

  .lg\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .lg\:flex-no-shrink {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

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

  .lg\:font-heading {
    font-family: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif;
  }

  .lg\:font-body {
    font-family: system-ui, sans-serif;
  }

  .lg\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .lg\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .lg\:h-16 {
    height: 16px;
  }

  .lg\:h-24 {
    height: 24px;
  }

  .lg\:h-32 {
    height: 32px;
  }

  .lg\:h-40 {
    height: 40px;
  }

  .lg\:h-48 {
    height: 48px;
  }

  .lg\:h-60 {
    height: 60px;
  }

  .lg\:h-80 {
    height: 80px;
  }

  .lg\:h-100 {
    height: 100px;
  }

  .lg\:h-180 {
    height: 180px;
  }

  .lg\:h-240 {
    height: 240px;
  }

  .lg\:h-300 {
    height: 300px;
  }

  .lg\:h-320 {
    height: 320px;
  }

  .lg\:h-360 {
    height: 360px;
  }

  .lg\:h-400 {
    height: 400px;
  }

  .lg\:h-480 {
    height: 480px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tighter {
    line-height: 1.12;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: .25rem;
  }

  .lg\:m-2 {
    margin: .5rem;
  }

  .lg\:m-3 {
    margin: 1rem;
  }

  .lg\:m-4 {
    margin: 1.5rem;
  }

  .lg\:m-5 {
    margin: 1.875rem;
  }

  .lg\:m-6 {
    margin: 2.5rem;
  }

  .lg\:m-7 {
    margin: 3rem;
  }

  .lg\:m-8 {
    margin: 3.5rem;
  }

  .lg\:m-10 {
    margin: 5rem;
  }

  .lg\:m-12 {
    margin: 6rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:mx-5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .lg\:my-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-6 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-8 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:mx-8 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:my-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-12 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-12 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: .25rem;
  }

  .lg\:mr-1 {
    margin-right: .25rem;
  }

  .lg\:mb-1 {
    margin-bottom: .25rem;
  }

  .lg\:ml-1 {
    margin-left: .25rem;
  }

  .lg\:mt-2 {
    margin-top: .5rem;
  }

  .lg\:mr-2 {
    margin-right: .5rem;
  }

  .lg\:mb-2 {
    margin-bottom: .5rem;
  }

  .lg\:ml-2 {
    margin-left: .5rem;
  }

  .lg\:mt-3 {
    margin-top: 1rem;
  }

  .lg\:mr-3 {
    margin-right: 1rem;
  }

  .lg\:mb-3 {
    margin-bottom: 1rem;
  }

  .lg\:ml-3 {
    margin-left: 1rem;
  }

  .lg\:mt-4 {
    margin-top: 1.5rem;
  }

  .lg\:mr-4 {
    margin-right: 1.5rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-4 {
    margin-left: 1.5rem;
  }

  .lg\:mt-5 {
    margin-top: 1.875rem;
  }

  .lg\:mr-5 {
    margin-right: 1.875rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.875rem;
  }

  .lg\:ml-5 {
    margin-left: 1.875rem;
  }

  .lg\:mt-6 {
    margin-top: 2.5rem;
  }

  .lg\:mr-6 {
    margin-right: 2.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-6 {
    margin-left: 2.5rem;
  }

  .lg\:mt-7 {
    margin-top: 3rem;
  }

  .lg\:mr-7 {
    margin-right: 3rem;
  }

  .lg\:mb-7 {
    margin-bottom: 3rem;
  }

  .lg\:ml-7 {
    margin-left: 3rem;
  }

  .lg\:mt-8 {
    margin-top: 3.5rem;
  }

  .lg\:mr-8 {
    margin-right: 3.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 3.5rem;
  }

  .lg\:ml-8 {
    margin-left: 3.5rem;
  }

  .lg\:mt-10 {
    margin-top: 5rem;
  }

  .lg\:mr-10 {
    margin-right: 5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 5rem;
  }

  .lg\:ml-10 {
    margin-left: 5rem;
  }

  .lg\:mt-12 {
    margin-top: 6rem;
  }

  .lg\:mr-12 {
    margin-right: 6rem;
  }

  .lg\:mb-12 {
    margin-bottom: 6rem;
  }

  .lg\:ml-12 {
    margin-left: 6rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:max-h-60 {
    max-height: 60px;
  }

  .lg\:max-h-80 {
    max-height: 80px;
  }

  .lg\:max-h-100 {
    max-height: 100px;
  }

  .lg\:max-h-120 {
    max-height: 120px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-180 {
    max-width: 180px;
  }

  .lg\:max-w-200 {
    max-width: 200px;
  }

  .lg\:max-w-240 {
    max-width: 240px;
  }

  .lg\:max-w-300 {
    max-width: 300px;
  }

  .lg\:max-w-320 {
    max-width: 320px;
  }

  .lg\:max-w-360 {
    max-width: 360px;
  }

  .lg\:max-w-400 {
    max-width: 400px;
  }

  .lg\:max-w-480 {
    max-width: 480px;
  }

  .lg\:max-w-560 {
    max-width: 560px;
  }

  .lg\:max-w-640 {
    max-width: 640px;
  }

  .lg\:max-w-720 {
    max-width: 720px;
  }

  .lg\:max-w-800 {
    max-width: 800px;
  }

  .lg\:max-w-880 {
    max-width: 880px;
  }

  .lg\:max-w-960 {
    max-width: 960px;
  }

  .lg\:max-w-1020 {
    max-width: 1020px;
  }

  .lg\:max-w-1100 {
    max-width: 1100px;
  }

  .lg\:max-w-1200 {
    max-width: 1200px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-1\/2 {
    max-width: 50%;
  }

  .lg\:max-w-1\/3 {
    max-width: 33.33%;
  }

  .lg\:max-w-5\/16 {
    max-width: 31.25%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-50 {
    min-height: 50px;
  }

  .lg\:min-h-60 {
    min-height: 60px;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:-m-0 {
    margin: 0;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -1rem;
  }

  .lg\:-m-4 {
    margin: -1.5rem;
  }

  .lg\:-m-5 {
    margin: -1.875rem;
  }

  .lg\:-m-6 {
    margin: -2.5rem;
  }

  .lg\:-m-7 {
    margin: -3rem;
  }

  .lg\:-m-8 {
    margin: -3.5rem;
  }

  .lg\:-m-10 {
    margin: -5rem;
  }

  .lg\:-m-12 {
    margin: -6rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-4 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-5 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .lg\:-my-6 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-7 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-7 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-8 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-8 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-12 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-12 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mt-0 {
    margin-top: 0;
  }

  .lg\:-mr-0 {
    margin-right: 0;
  }

  .lg\:-mb-0 {
    margin-bottom: 0;
  }

  .lg\:-ml-0 {
    margin-left: 0;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -1rem;
  }

  .lg\:-mr-3 {
    margin-right: -1rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-3 {
    margin-left: -1rem;
  }

  .lg\:-mt-4 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-4 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-4 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.875rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.875rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.875rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.875rem;
  }

  .lg\:-mt-6 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-7 {
    margin-top: -3rem;
  }

  .lg\:-mr-7 {
    margin-right: -3rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-7 {
    margin-left: -3rem;
  }

  .lg\:-mt-8 {
    margin-top: -3.5rem;
  }

  .lg\:-mr-8 {
    margin-right: -3.5rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-8 {
    margin-left: -3.5rem;
  }

  .lg\:-mt-10 {
    margin-top: -5rem;
  }

  .lg\:-mr-10 {
    margin-right: -5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-10 {
    margin-left: -5rem;
  }

  .lg\:-mt-12 {
    margin-top: -6rem;
  }

  .lg\:-mr-12 {
    margin-right: -6rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-12 {
    margin-left: -6rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: .25rem;
  }

  .lg\:p-2 {
    padding: .5rem;
  }

  .lg\:p-3 {
    padding: 1rem;
  }

  .lg\:p-4 {
    padding: 1.5rem;
  }

  .lg\:p-5 {
    padding: 1.875rem;
  }

  .lg\:p-6 {
    padding: 2.5rem;
  }

  .lg\:p-7 {
    padding: 3rem;
  }

  .lg\:p-8 {
    padding: 3.5rem;
  }

  .lg\:p-10 {
    padding: 5rem;
  }

  .lg\:p-12 {
    padding: 6rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:px-5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lg\:py-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-8 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-8 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-12 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: .25rem;
  }

  .lg\:pr-1 {
    padding-right: .25rem;
  }

  .lg\:pb-1 {
    padding-bottom: .25rem;
  }

  .lg\:pl-1 {
    padding-left: .25rem;
  }

  .lg\:pt-2 {
    padding-top: .5rem;
  }

  .lg\:pr-2 {
    padding-right: .5rem;
  }

  .lg\:pb-2 {
    padding-bottom: .5rem;
  }

  .lg\:pl-2 {
    padding-left: .5rem;
  }

  .lg\:pt-3 {
    padding-top: 1rem;
  }

  .lg\:pr-3 {
    padding-right: 1rem;
  }

  .lg\:pb-3 {
    padding-bottom: 1rem;
  }

  .lg\:pl-3 {
    padding-left: 1rem;
  }

  .lg\:pt-4 {
    padding-top: 1.5rem;
  }

  .lg\:pr-4 {
    padding-right: 1.5rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-4 {
    padding-left: 1.5rem;
  }

  .lg\:pt-5 {
    padding-top: 1.875rem;
  }

  .lg\:pr-5 {
    padding-right: 1.875rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.875rem;
  }

  .lg\:pl-5 {
    padding-left: 1.875rem;
  }

  .lg\:pt-6 {
    padding-top: 2.5rem;
  }

  .lg\:pr-6 {
    padding-right: 2.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-6 {
    padding-left: 2.5rem;
  }

  .lg\:pt-7 {
    padding-top: 3rem;
  }

  .lg\:pr-7 {
    padding-right: 3rem;
  }

  .lg\:pb-7 {
    padding-bottom: 3rem;
  }

  .lg\:pl-7 {
    padding-left: 3rem;
  }

  .lg\:pt-8 {
    padding-top: 3.5rem;
  }

  .lg\:pr-8 {
    padding-right: 3.5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-8 {
    padding-left: 3.5rem;
  }

  .lg\:pt-10 {
    padding-top: 5rem;
  }

  .lg\:pr-10 {
    padding-right: 5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 5rem;
  }

  .lg\:pl-10 {
    padding-left: 5rem;
  }

  .lg\:pt-12 {
    padding-top: 6rem;
  }

  .lg\:pr-12 {
    padding-right: 6rem;
  }

  .lg\:pb-12 {
    padding-bottom: 6rem;
  }

  .lg\:pl-12 {
    padding-left: 6rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

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

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

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:pin-x {
    right: 0;
    left: 0;
  }

  .lg\:pin-t {
    top: 0;
  }

  .lg\:pin-r {
    right: 0;
  }

  .lg\:pin-b {
    bottom: 0;
  }

  .lg\:pin-l {
    left: 0;
  }

  .lg\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-lg {
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .11), 0 5px 8px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .11), 0 5px 8px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

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

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

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

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

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-black {
    color: #000;
  }

  .lg\:text-gray-1 {
    color: #f8f9fa;
  }

  .lg\:text-gray-2 {
    color: #f1f3f5;
  }

  .lg\:text-gray-3 {
    color: #e9ecef;
  }

  .lg\:text-gray-4 {
    color: #dee2e6;
  }

  .lg\:text-gray-5 {
    color: #ced4da;
  }

  .lg\:text-gray-6 {
    color: #adb5bc;
  }

  .lg\:text-gray-7 {
    color: #868e96;
  }

  .lg\:text-gray-8 {
    color: #798088;
  }

  .lg\:text-gray-9 {
    color: #646d76;
  }

  .lg\:text-gray-10 {
    color: #495057;
  }

  .lg\:text-gray-11 {
    color: #343a40;
  }

  .lg\:text-gray-12 {
    color: #212528;
  }

  .lg\:text-gray-13 {
    color: #0f1113;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-black:hover {
    color: #000;
  }

  .lg\:hover\:text-gray-1:hover {
    color: #f8f9fa;
  }

  .lg\:hover\:text-gray-2:hover {
    color: #f1f3f5;
  }

  .lg\:hover\:text-gray-3:hover {
    color: #e9ecef;
  }

  .lg\:hover\:text-gray-4:hover {
    color: #dee2e6;
  }

  .lg\:hover\:text-gray-5:hover {
    color: #ced4da;
  }

  .lg\:hover\:text-gray-6:hover {
    color: #adb5bc;
  }

  .lg\:hover\:text-gray-7:hover {
    color: #868e96;
  }

  .lg\:hover\:text-gray-8:hover {
    color: #798088;
  }

  .lg\:hover\:text-gray-9:hover {
    color: #646d76;
  }

  .lg\:hover\:text-gray-10:hover {
    color: #495057;
  }

  .lg\:hover\:text-gray-11:hover {
    color: #343a40;
  }

  .lg\:hover\:text-gray-12:hover {
    color: #212528;
  }

  .lg\:hover\:text-gray-13:hover {
    color: #0f1113;
  }

  .lg\:text-xs {
    font-size: .75rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

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

  .lg\:roman {
    font-style: normal;
  }

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

  .lg\:lowercase {
    text-transform: lowercase;
  }

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

  .lg\:normal-case {
    text-transform: none;
  }

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

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

  .lg\:no-underline {
    text-decoration: none;
  }

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

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

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

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

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

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

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:w-16 {
    width: 16px;
  }

  .lg\:w-24 {
    width: 24px;
  }

  .lg\:w-32 {
    width: 32px;
  }

  .lg\:w-40 {
    width: 40px;
  }

  .lg\:w-48 {
    width: 48px;
  }

  .lg\:w-60 {
    width: 60px;
  }

  .lg\:w-80 {
    width: 80px;
  }

  .lg\:w-100 {
    width: 100px;
  }

  .lg\:w-130 {
    width: 130px;
  }

  .lg\:w-180 {
    width: 180px;
  }

  .lg\:w-240 {
    width: 240px;
  }

  .lg\:w-280 {
    width: 280px;
  }

  .lg\:w-300 {
    width: 300px;
  }

  .lg\:w-320 {
    width: 320px;
  }

  .lg\:w-360 {
    width: 360px;
  }

  .lg\:w-400 {
    width: 400px;
  }

  .lg\:w-480 {
    width: 480px;
  }

  .lg\:w-560 {
    width: 560px;
  }

  .lg\:w-640 {
    width: 640px;
  }

  .lg\:w-720 {
    width: 720px;
  }

  .lg\:w-800 {
    width: 800px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1200px) {
  .xl\:icon-sm {
    width: 16px;
    height: 16px;
  }

  .xl\:icon-base {
    width: 1.3rem;
    height: 1.3rem;
  }

  .xl\:icon-lg {
    width: 24px;
    height: 24px;
  }

  .xl\:icon-xl {
    width: 32px;
    height: 32px;
  }

  .xl\:icon-2xl {
    width: 40px;
    height: 40px;
  }

  .xl\:icon-3xl {
    width: 48px;
    height: 48px;
  }

  .xl\:icon-4xl {
    width: 60px;
    height: 60px;
  }

  .xl\:icon-5xl {
    width: 80px;
    height: 80px;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:clear-none {
    clear: none;
  }

  .xl\:bridge {
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
    max-width: 1600px;
  }

  .xl\:no-bridge {
    width: auto;
    margin-left: 0;
    max-width: none;
  }

  .xl\:absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .xl\:absolute-center-x {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .xl\:absolute-center-y {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .xl\:order-last {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
        -ms-flex-order: 9999;
            order: 9999;
  }

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

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-black {
    background-color: #000;
  }

  .xl\:bg-gray-1 {
    background-color: #f8f9fa;
  }

  .xl\:bg-gray-2 {
    background-color: #f1f3f5;
  }

  .xl\:bg-gray-3 {
    background-color: #e9ecef;
  }

  .xl\:bg-gray-4 {
    background-color: #dee2e6;
  }

  .xl\:bg-gray-5 {
    background-color: #ced4da;
  }

  .xl\:bg-gray-6 {
    background-color: #adb5bc;
  }

  .xl\:bg-gray-7 {
    background-color: #868e96;
  }

  .xl\:bg-gray-8 {
    background-color: #798088;
  }

  .xl\:bg-gray-9 {
    background-color: #646d76;
  }

  .xl\:bg-gray-10 {
    background-color: #495057;
  }

  .xl\:bg-gray-11 {
    background-color: #343a40;
  }

  .xl\:bg-gray-12 {
    background-color: #212528;
  }

  .xl\:bg-gray-13 {
    background-color: #0f1113;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-gray-1:hover {
    background-color: #f8f9fa;
  }

  .xl\:hover\:bg-gray-2:hover {
    background-color: #f1f3f5;
  }

  .xl\:hover\:bg-gray-3:hover {
    background-color: #e9ecef;
  }

  .xl\:hover\:bg-gray-4:hover {
    background-color: #dee2e6;
  }

  .xl\:hover\:bg-gray-5:hover {
    background-color: #ced4da;
  }

  .xl\:hover\:bg-gray-6:hover {
    background-color: #adb5bc;
  }

  .xl\:hover\:bg-gray-7:hover {
    background-color: #868e96;
  }

  .xl\:hover\:bg-gray-8:hover {
    background-color: #798088;
  }

  .xl\:hover\:bg-gray-9:hover {
    background-color: #646d76;
  }

  .xl\:hover\:bg-gray-10:hover {
    background-color: #495057;
  }

  .xl\:hover\:bg-gray-11:hover {
    background-color: #343a40;
  }

  .xl\:hover\:bg-gray-12:hover {
    background-color: #212528;
  }

  .xl\:hover\:bg-gray-13:hover {
    background-color: #0f1113;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

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

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

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

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

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

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-black {
    border-color: #000;
  }

  .xl\:border-gray-1 {
    border-color: #f8f9fa;
  }

  .xl\:border-gray-2 {
    border-color: #f1f3f5;
  }

  .xl\:border-gray-3 {
    border-color: #e9ecef;
  }

  .xl\:border-gray-4 {
    border-color: #dee2e6;
  }

  .xl\:border-gray-5 {
    border-color: #ced4da;
  }

  .xl\:border-gray-6 {
    border-color: #adb5bc;
  }

  .xl\:border-gray-7 {
    border-color: #868e96;
  }

  .xl\:border-gray-8 {
    border-color: #798088;
  }

  .xl\:border-gray-9 {
    border-color: #646d76;
  }

  .xl\:border-gray-10 {
    border-color: #495057;
  }

  .xl\:border-gray-11 {
    border-color: #343a40;
  }

  .xl\:border-gray-12 {
    border-color: #212528;
  }

  .xl\:border-gray-13 {
    border-color: #0f1113;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-black:hover {
    border-color: #000;
  }

  .xl\:hover\:border-gray-1:hover {
    border-color: #f8f9fa;
  }

  .xl\:hover\:border-gray-2:hover {
    border-color: #f1f3f5;
  }

  .xl\:hover\:border-gray-3:hover {
    border-color: #e9ecef;
  }

  .xl\:hover\:border-gray-4:hover {
    border-color: #dee2e6;
  }

  .xl\:hover\:border-gray-5:hover {
    border-color: #ced4da;
  }

  .xl\:hover\:border-gray-6:hover {
    border-color: #adb5bc;
  }

  .xl\:hover\:border-gray-7:hover {
    border-color: #868e96;
  }

  .xl\:hover\:border-gray-8:hover {
    border-color: #798088;
  }

  .xl\:hover\:border-gray-9:hover {
    border-color: #646d76;
  }

  .xl\:hover\:border-gray-10:hover {
    border-color: #495057;
  }

  .xl\:hover\:border-gray-11:hover {
    border-color: #343a40;
  }

  .xl\:hover\:border-gray-12:hover {
    border-color: #212528;
  }

  .xl\:hover\:border-gray-13:hover {
    border-color: #0f1113;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: .125rem;
  }

  .xl\:rounded {
    border-radius: .25rem;
  }

  .xl\:rounded-lg {
    border-radius: .5rem;
  }

  .xl\:rounded-xl {
    border-radius: 1rem;
  }

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

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-r-xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-b-xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-l-xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-xl {
    border-top-left-radius: 1rem;
  }

  .xl\:rounded-tr-xl {
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-br-xl {
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-bl-xl {
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-0 {
    border-width: 0;
  }

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

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

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

  .xl\:border-6 {
    border-width: 6px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

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

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

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

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

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

  .xl\:border-r-3 {
    border-right-width: 3px;
  }

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

  .xl\:border-l-3 {
    border-left-width: 3px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-6 {
    border-top-width: 6px;
  }

  .xl\:border-r-6 {
    border-right-width: 6px;
  }

  .xl\:border-b-6 {
    border-bottom-width: 6px;
  }

  .xl\:border-l-6 {
    border-left-width: 6px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

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

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

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

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

  .xl\:block {
    display: block;
  }

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

  .xl\:inline {
    display: inline;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .xl\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xl\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xl\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xl\:self-auto {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
  }

  .xl\:self-start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .xl\:self-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }

  .xl\:self-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }

  .xl\:self-stretch {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }

  .xl\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xl\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xl\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xl\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xl\:justify-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .xl\:content-center {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }

  .xl\:content-start {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .xl\:content-end {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }

  .xl\:content-between {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }

  .xl\:content-around {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around;
  }

  .xl\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .xl\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .xl\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }

  .xl\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xl\:flex-shrink {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }

  .xl\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xl\:flex-no-shrink {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

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

  .xl\:font-heading {
    font-family: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif;
  }

  .xl\:font-body {
    font-family: system-ui, sans-serif;
  }

  .xl\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xl\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xl\:h-16 {
    height: 16px;
  }

  .xl\:h-24 {
    height: 24px;
  }

  .xl\:h-32 {
    height: 32px;
  }

  .xl\:h-40 {
    height: 40px;
  }

  .xl\:h-48 {
    height: 48px;
  }

  .xl\:h-60 {
    height: 60px;
  }

  .xl\:h-80 {
    height: 80px;
  }

  .xl\:h-100 {
    height: 100px;
  }

  .xl\:h-180 {
    height: 180px;
  }

  .xl\:h-240 {
    height: 240px;
  }

  .xl\:h-300 {
    height: 300px;
  }

  .xl\:h-320 {
    height: 320px;
  }

  .xl\:h-360 {
    height: 360px;
  }

  .xl\:h-400 {
    height: 400px;
  }

  .xl\:h-480 {
    height: 480px;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tighter {
    line-height: 1.12;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: .25rem;
  }

  .xl\:m-2 {
    margin: .5rem;
  }

  .xl\:m-3 {
    margin: 1rem;
  }

  .xl\:m-4 {
    margin: 1.5rem;
  }

  .xl\:m-5 {
    margin: 1.875rem;
  }

  .xl\:m-6 {
    margin: 2.5rem;
  }

  .xl\:m-7 {
    margin: 3rem;
  }

  .xl\:m-8 {
    margin: 3.5rem;
  }

  .xl\:m-10 {
    margin: 5rem;
  }

  .xl\:m-12 {
    margin: 6rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xl\:mx-5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xl\:my-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-6 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-8 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:mx-8 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:my-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-12 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-12 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: .25rem;
  }

  .xl\:mr-1 {
    margin-right: .25rem;
  }

  .xl\:mb-1 {
    margin-bottom: .25rem;
  }

  .xl\:ml-1 {
    margin-left: .25rem;
  }

  .xl\:mt-2 {
    margin-top: .5rem;
  }

  .xl\:mr-2 {
    margin-right: .5rem;
  }

  .xl\:mb-2 {
    margin-bottom: .5rem;
  }

  .xl\:ml-2 {
    margin-left: .5rem;
  }

  .xl\:mt-3 {
    margin-top: 1rem;
  }

  .xl\:mr-3 {
    margin-right: 1rem;
  }

  .xl\:mb-3 {
    margin-bottom: 1rem;
  }

  .xl\:ml-3 {
    margin-left: 1rem;
  }

  .xl\:mt-4 {
    margin-top: 1.5rem;
  }

  .xl\:mr-4 {
    margin-right: 1.5rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-4 {
    margin-left: 1.5rem;
  }

  .xl\:mt-5 {
    margin-top: 1.875rem;
  }

  .xl\:mr-5 {
    margin-right: 1.875rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.875rem;
  }

  .xl\:ml-5 {
    margin-left: 1.875rem;
  }

  .xl\:mt-6 {
    margin-top: 2.5rem;
  }

  .xl\:mr-6 {
    margin-right: 2.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-6 {
    margin-left: 2.5rem;
  }

  .xl\:mt-7 {
    margin-top: 3rem;
  }

  .xl\:mr-7 {
    margin-right: 3rem;
  }

  .xl\:mb-7 {
    margin-bottom: 3rem;
  }

  .xl\:ml-7 {
    margin-left: 3rem;
  }

  .xl\:mt-8 {
    margin-top: 3.5rem;
  }

  .xl\:mr-8 {
    margin-right: 3.5rem;
  }

  .xl\:mb-8 {
    margin-bottom: 3.5rem;
  }

  .xl\:ml-8 {
    margin-left: 3.5rem;
  }

  .xl\:mt-10 {
    margin-top: 5rem;
  }

  .xl\:mr-10 {
    margin-right: 5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 5rem;
  }

  .xl\:ml-10 {
    margin-left: 5rem;
  }

  .xl\:mt-12 {
    margin-top: 6rem;
  }

  .xl\:mr-12 {
    margin-right: 6rem;
  }

  .xl\:mb-12 {
    margin-bottom: 6rem;
  }

  .xl\:ml-12 {
    margin-left: 6rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:max-h-60 {
    max-height: 60px;
  }

  .xl\:max-h-80 {
    max-height: 80px;
  }

  .xl\:max-h-100 {
    max-height: 100px;
  }

  .xl\:max-h-120 {
    max-height: 120px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-180 {
    max-width: 180px;
  }

  .xl\:max-w-200 {
    max-width: 200px;
  }

  .xl\:max-w-240 {
    max-width: 240px;
  }

  .xl\:max-w-300 {
    max-width: 300px;
  }

  .xl\:max-w-320 {
    max-width: 320px;
  }

  .xl\:max-w-360 {
    max-width: 360px;
  }

  .xl\:max-w-400 {
    max-width: 400px;
  }

  .xl\:max-w-480 {
    max-width: 480px;
  }

  .xl\:max-w-560 {
    max-width: 560px;
  }

  .xl\:max-w-640 {
    max-width: 640px;
  }

  .xl\:max-w-720 {
    max-width: 720px;
  }

  .xl\:max-w-800 {
    max-width: 800px;
  }

  .xl\:max-w-880 {
    max-width: 880px;
  }

  .xl\:max-w-960 {
    max-width: 960px;
  }

  .xl\:max-w-1020 {
    max-width: 1020px;
  }

  .xl\:max-w-1100 {
    max-width: 1100px;
  }

  .xl\:max-w-1200 {
    max-width: 1200px;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:max-w-1\/2 {
    max-width: 50%;
  }

  .xl\:max-w-1\/3 {
    max-width: 33.33%;
  }

  .xl\:max-w-5\/16 {
    max-width: 31.25%;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-50 {
    min-height: 50px;
  }

  .xl\:min-h-60 {
    min-height: 60px;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:-m-0 {
    margin: 0;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -1rem;
  }

  .xl\:-m-4 {
    margin: -1.5rem;
  }

  .xl\:-m-5 {
    margin: -1.875rem;
  }

  .xl\:-m-6 {
    margin: -2.5rem;
  }

  .xl\:-m-7 {
    margin: -3rem;
  }

  .xl\:-m-8 {
    margin: -3.5rem;
  }

  .xl\:-m-10 {
    margin: -5rem;
  }

  .xl\:-m-12 {
    margin: -6rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-4 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-5 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xl\:-my-6 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-7 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-7 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-8 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-8 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-12 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-12 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mt-0 {
    margin-top: 0;
  }

  .xl\:-mr-0 {
    margin-right: 0;
  }

  .xl\:-mb-0 {
    margin-bottom: 0;
  }

  .xl\:-ml-0 {
    margin-left: 0;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -1rem;
  }

  .xl\:-mr-3 {
    margin-right: -1rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-3 {
    margin-left: -1rem;
  }

  .xl\:-mt-4 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-4 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-4 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.875rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.875rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.875rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.875rem;
  }

  .xl\:-mt-6 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-7 {
    margin-top: -3rem;
  }

  .xl\:-mr-7 {
    margin-right: -3rem;
  }

  .xl\:-mb-7 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-7 {
    margin-left: -3rem;
  }

  .xl\:-mt-8 {
    margin-top: -3.5rem;
  }

  .xl\:-mr-8 {
    margin-right: -3.5rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-8 {
    margin-left: -3.5rem;
  }

  .xl\:-mt-10 {
    margin-top: -5rem;
  }

  .xl\:-mr-10 {
    margin-right: -5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-10 {
    margin-left: -5rem;
  }

  .xl\:-mt-12 {
    margin-top: -6rem;
  }

  .xl\:-mr-12 {
    margin-right: -6rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-12 {
    margin-left: -6rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: .25rem;
  }

  .xl\:p-2 {
    padding: .5rem;
  }

  .xl\:p-3 {
    padding: 1rem;
  }

  .xl\:p-4 {
    padding: 1.5rem;
  }

  .xl\:p-5 {
    padding: 1.875rem;
  }

  .xl\:p-6 {
    padding: 2.5rem;
  }

  .xl\:p-7 {
    padding: 3rem;
  }

  .xl\:p-8 {
    padding: 3.5rem;
  }

  .xl\:p-10 {
    padding: 5rem;
  }

  .xl\:p-12 {
    padding: 6rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xl\:px-5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xl\:py-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-8 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-8 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-12 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: .25rem;
  }

  .xl\:pr-1 {
    padding-right: .25rem;
  }

  .xl\:pb-1 {
    padding-bottom: .25rem;
  }

  .xl\:pl-1 {
    padding-left: .25rem;
  }

  .xl\:pt-2 {
    padding-top: .5rem;
  }

  .xl\:pr-2 {
    padding-right: .5rem;
  }

  .xl\:pb-2 {
    padding-bottom: .5rem;
  }

  .xl\:pl-2 {
    padding-left: .5rem;
  }

  .xl\:pt-3 {
    padding-top: 1rem;
  }

  .xl\:pr-3 {
    padding-right: 1rem;
  }

  .xl\:pb-3 {
    padding-bottom: 1rem;
  }

  .xl\:pl-3 {
    padding-left: 1rem;
  }

  .xl\:pt-4 {
    padding-top: 1.5rem;
  }

  .xl\:pr-4 {
    padding-right: 1.5rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-4 {
    padding-left: 1.5rem;
  }

  .xl\:pt-5 {
    padding-top: 1.875rem;
  }

  .xl\:pr-5 {
    padding-right: 1.875rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.875rem;
  }

  .xl\:pl-5 {
    padding-left: 1.875rem;
  }

  .xl\:pt-6 {
    padding-top: 2.5rem;
  }

  .xl\:pr-6 {
    padding-right: 2.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-6 {
    padding-left: 2.5rem;
  }

  .xl\:pt-7 {
    padding-top: 3rem;
  }

  .xl\:pr-7 {
    padding-right: 3rem;
  }

  .xl\:pb-7 {
    padding-bottom: 3rem;
  }

  .xl\:pl-7 {
    padding-left: 3rem;
  }

  .xl\:pt-8 {
    padding-top: 3.5rem;
  }

  .xl\:pr-8 {
    padding-right: 3.5rem;
  }

  .xl\:pb-8 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-8 {
    padding-left: 3.5rem;
  }

  .xl\:pt-10 {
    padding-top: 5rem;
  }

  .xl\:pr-10 {
    padding-right: 5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 5rem;
  }

  .xl\:pl-10 {
    padding-left: 5rem;
  }

  .xl\:pt-12 {
    padding-top: 6rem;
  }

  .xl\:pr-12 {
    padding-right: 6rem;
  }

  .xl\:pb-12 {
    padding-bottom: 6rem;
  }

  .xl\:pl-12 {
    padding-left: 6rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

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

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

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

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

  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:pin-x {
    right: 0;
    left: 0;
  }

  .xl\:pin-t {
    top: 0;
  }

  .xl\:pin-r {
    right: 0;
  }

  .xl\:pin-b {
    bottom: 0;
  }

  .xl\:pin-l {
    left: 0;
  }

  .xl\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-lg {
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .11), 0 5px 8px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .11), 0 5px 8px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

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

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

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

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

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-black {
    color: #000;
  }

  .xl\:text-gray-1 {
    color: #f8f9fa;
  }

  .xl\:text-gray-2 {
    color: #f1f3f5;
  }

  .xl\:text-gray-3 {
    color: #e9ecef;
  }

  .xl\:text-gray-4 {
    color: #dee2e6;
  }

  .xl\:text-gray-5 {
    color: #ced4da;
  }

  .xl\:text-gray-6 {
    color: #adb5bc;
  }

  .xl\:text-gray-7 {
    color: #868e96;
  }

  .xl\:text-gray-8 {
    color: #798088;
  }

  .xl\:text-gray-9 {
    color: #646d76;
  }

  .xl\:text-gray-10 {
    color: #495057;
  }

  .xl\:text-gray-11 {
    color: #343a40;
  }

  .xl\:text-gray-12 {
    color: #212528;
  }

  .xl\:text-gray-13 {
    color: #0f1113;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-black:hover {
    color: #000;
  }

  .xl\:hover\:text-gray-1:hover {
    color: #f8f9fa;
  }

  .xl\:hover\:text-gray-2:hover {
    color: #f1f3f5;
  }

  .xl\:hover\:text-gray-3:hover {
    color: #e9ecef;
  }

  .xl\:hover\:text-gray-4:hover {
    color: #dee2e6;
  }

  .xl\:hover\:text-gray-5:hover {
    color: #ced4da;
  }

  .xl\:hover\:text-gray-6:hover {
    color: #adb5bc;
  }

  .xl\:hover\:text-gray-7:hover {
    color: #868e96;
  }

  .xl\:hover\:text-gray-8:hover {
    color: #798088;
  }

  .xl\:hover\:text-gray-9:hover {
    color: #646d76;
  }

  .xl\:hover\:text-gray-10:hover {
    color: #495057;
  }

  .xl\:hover\:text-gray-11:hover {
    color: #343a40;
  }

  .xl\:hover\:text-gray-12:hover {
    color: #212528;
  }

  .xl\:hover\:text-gray-13:hover {
    color: #0f1113;
  }

  .xl\:text-xs {
    font-size: .75rem;
  }

  .xl\:text-sm {
    font-size: .875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-6xl {
    font-size: 4rem;
  }

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

  .xl\:roman {
    font-style: normal;
  }

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

  .xl\:lowercase {
    text-transform: lowercase;
  }

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

  .xl\:normal-case {
    text-transform: none;
  }

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

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

  .xl\:no-underline {
    text-decoration: none;
  }

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

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

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

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

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

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

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:w-16 {
    width: 16px;
  }

  .xl\:w-24 {
    width: 24px;
  }

  .xl\:w-32 {
    width: 32px;
  }

  .xl\:w-40 {
    width: 40px;
  }

  .xl\:w-48 {
    width: 48px;
  }

  .xl\:w-60 {
    width: 60px;
  }

  .xl\:w-80 {
    width: 80px;
  }

  .xl\:w-100 {
    width: 100px;
  }

  .xl\:w-130 {
    width: 130px;
  }

  .xl\:w-180 {
    width: 180px;
  }

  .xl\:w-240 {
    width: 240px;
  }

  .xl\:w-280 {
    width: 280px;
  }

  .xl\:w-300 {
    width: 300px;
  }

  .xl\:w-320 {
    width: 320px;
  }

  .xl\:w-360 {
    width: 360px;
  }

  .xl\:w-400 {
    width: 400px;
  }

  .xl\:w-480 {
    width: 480px;
  }

  .xl\:w-560 {
    width: 560px;
  }

  .xl\:w-640 {
    width: 640px;
  }

  .xl\:w-720 {
    width: 720px;
  }

  .xl\:w-800 {
    width: 800px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }
}
