@charset "UTF-8";

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

hr {
  -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.
 */

/**
 * 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 {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  -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.
 */

/**
 * 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.
 */

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

summary {
  display: list-item;
}

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

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

/**
 * 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.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
  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 {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e5e5; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/* horizontal line style */

#main-content hr {
    clear: both;
    border: 1px solid #cccccc;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

html{
  --container-padding: 1.875rem;
  --container-padding-negative: calc(var(--container-padding) * -1);
}

@media (min-width: 460px){
  html{
    --container-padding: 0;
  }
}

@media (min-width: 768px){
  html{
    --container-padding: 1.875rem;
  }
}

@media (min-width: 1280px){
  html{
    --container-padding: 0;
  }
}

html{
  --container-sm-padding: 1.875rem;
  --container-sm-padding-negative: calc(var(--container-sm-padding) * -1);
}

@media (min-width: 1024px){
  html{
    --container-sm-padding: 0;
  }
}

html{
  --container-lg-padding: 1.875rem;
  --container-lg-padding-negative: calc(var(--container-lg-padding) * -1);
}

@media (min-width: 768px){
  html{
    --container-lg-padding: 0;
  }
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

@media (min-width: 460px){
  .container{
    max-width: 460px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

.c-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 71.875rem;
  padding-left: 1.875rem;
  padding-left: var(--container-padding);
  padding-right: 1.875rem;
  padding-right: var(--container-padding);
}

.c-container-sm{
  margin-left: auto;
  margin-right: auto;
  max-width: 58.5rem;
  padding-left: 1.875rem;
  padding-left: var(--container-sm-padding);
  padding-right: 1.875rem;
  padding-right: var(--container-sm-padding);
}

.c-container-lg{
  margin-left: auto;
  margin-right: auto;
  max-width: 81.25rem;
  padding-left: 1.875rem;
  padding-left: var(--container-lg-padding);
  padding-right: 1.875rem;
  padding-right: var(--container-lg-padding);
}

@font-face {
  font-family: "futura-pt";

  src: url("../fonts-brand/FuturaPT-Book_gdi.eot");

  src: url("../fonts-brand/FuturaPT-Book_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts-brand/FuturaPT-Book_gdi.woff2") format("woff2"), url("../fonts-brand/FuturaPT-Book_gdi.woff") format("woff"), url("../fonts-brand/FuturaPT-Book_gdi.ttf") format("truetype"), url("../fonts-brand/FuturaPT-Book_gdi.svg#futurapt_book") format("svg");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "futura-pt-black";

  src: url("../fonts-brand/FuturaPT-Heavy_gdi.eot");

  src: url("../fonts-brand/FuturaPT-Heavy_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts-brand/FuturaPT-Heavy_gdi.woff2") format("woff2"), url("../fonts-brand/FuturaPT-Heavy_gdi.woff") format("woff"), url("../fonts-brand/FuturaPT-Heavy_gdi.ttf") format("truetype"), url("../fonts-brand/FuturaPT-Heavy_gdi.svg#futurapt_heavey") format("svg");

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: "GalliardPro-Roman";

  src: url("../fonts-brand/GalliardPro-Roman_gdi.eot");

  src: url("../fonts-brand/GalliardPro-Roman_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts-brand/GalliardPro-Roman_gdi.woff") format("woff"), url("../fonts-brand/GalliardPro-Roman_gdi.ttf") format("truetype"), url("../fonts-brand/GalliardPro-Roman_gdi.svg#GalliardPro-Roman") format("svg");

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-25CA;
}
* {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-variant-ligatures:none;
}
@font-face {
font-family:"freight-text-pro";
src:url("../fonts-brand/freight-text-pro.woff2") format("woff2"),url("../fonts-brand/freight-text-pro.woff") format("woff"),url("../fonts-brand/freight-text-pro.eot") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:400;
  font-stretch:normal;
}

@font-face {
font-family:"freight-text-pro";
src:url("../fonts-brand/freight-text-pro-italic.woff2") format("woff2"),url("../fonts-brand/freight-text-pro-italic.woff") format("woff"),url("../fonts-brand/freight-text-pro-italic.eot") format("opentype");
  font-display:auto;
  font-style:italic;
  font-weight:400;
  font-stretch:normal;
}

@font-face {
font-family:"freight-text-pro";
src:url("../fonts-brand/freight-text-pro-bold.woff2") format("woff2"),url("../fonts-brand/freight-text-pro-bold.woff") format("woff"),url("../fonts-brand/freight-text-pro-bold.eot") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:700;
  font-stretch:normal;
}

@font-face {
font-family:"freight-text-pro";
src:url("../fonts-brand/freight-text-pro-bold-italic.woff2") format("woff2"),url("../fonts-brand/freight-text-pro-bold-italic.woff") format("woff"),url("../fonts-brand/freight-text-pro-bold-italic.eot") format("opentype");
  font-display:auto;
  font-style:italic;
  font-weight:700;
  font-stretch:normal;
}

@font-face {
font-family:"ff-meta-web-pro";
src:url("../fonts-brand/ff-meta-web-pro.woff2") format("woff2"),url("../fonts-brand/ff-meta-web-pro.woff") format("woff"),url("../fonts-brand/ff-meta-web-pro.eot") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:400;
  font-stretch:normal;
}

@font-face {
font-family:"ff-meta-web-pro";
src:url("../fonts-brand/ff-meta-web-pro-italic.woff2") format("woff2"),url("../fonts-brand/ff-meta-web-pro-italic.woff") format("woff"),url("../fonts-brand/ff-meta-web-pro-italic.eot") format("opentype");
  font-display:auto;
  font-style:italic;
  font-weight:400;
  font-stretch:normal;
}

@font-face {
font-family:"ff-meta-web-pro";
src:url("../fonts-brand/ff-meta-web-pro-bold.woff2") format("woff2"),url("../fonts-brand/ff-meta-web-pro-bold.woff") format("woff"),url("../fonts-brand/ff-meta-web-pro-bold.eot") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:700;
  font-stretch:normal;
}

@font-face {
font-family:"ff-meta-web-pro";
src:url("../fonts-brand/ff-meta-web-pro-bold-italic.woff2") format("woff2"),url("../fonts-brand/ff-meta-web-pro-bold-italic.woff") format("woff"),url("../fonts-brand/ff-meta-web-pro-bold-italic.eot") format("opentype");
  font-display:auto;
  font-style:italic;
  font-weight:700;
  font-stretch:normal;
}

@font-face {
font-family:"ff-meta-web-pro-bold";
src:url("../fonts-brand/ff-meta-web-pro-bold.woff2") format("woff2"),url("../fonts-brand/ff-meta-web-pro-bold.woff") format("woff"),url("../fonts-brand/ff-meta-web-pro-bold.eot") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:900;
  font-stretch:normal;
}

body {
  -webkit-font-smoothing: antialiased;
}

.fsBody h1 {
  /* https://gitlab.com/newcity/pomona-d8/-/issues/100
    Formstack logic cannot suppress an h1 if the form is embedded rather than displayed directly.
  */
  display: none;
}

.line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line-clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line-clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.line-clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.line-clamp-none {
    overflow: visible;
    text-overflow: initial;
    display: block;
    -webkit-line-clamp: none;
    line-clamp: none;
    -webkit-box-orient: horizontal;
}

.btn-ghost {
  border-width: 0.125rem;
  background-color: transparent;
  border-style: solid;
  white-space: nowrap;
}

.btn-ghost--blue {
  border-color: #0057b8;
  color: #0057b8;
}

.fa-icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.responsive-embed {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  max-width: 100%;
  width: 100%;
}

span.responsive-embed {
  display: block;
}

.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

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

.event-submit-link {
  color: #007fa3;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
}

.event-submit-link::after {
  content: "\f054";
  font: var(--fa-font-solid);
  font-size: 0.875rem;
  position: relative;
  top: -1px;
  right: -6px;
}

.sliding-popup-bottom {
  left: 0 !important;
  right: 0 !important;
}

.quicklinks > button:focus,
.searchbar > button:focus {
  outline: -webkit-focus-ring-color auto 1px !important;
}

#az-directory li::before, .exposed-form__letter li::before {
  content: none;
}

#az-directory li, .exposed-form__letter li {
  padding-left: 0;
}

.a-z-directory-link {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  display: inline-block;
  margin-bottom: 1.25rem;
}

.a-z-directory-link a {
  border-bottom-width: 0.125rem;
  border-color: #007fa3;
  color: #0057b8;
}

.a-z-directory-link a:hover {
  border-color: #0057b8;
}

.a-z-directory-link__map {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  border-bottom-width: 0.125rem;
  border-color: #007fa3;
  color: #0057b8;
  font-size: 1.125rem;
  margin-bottom: 0;
  display: inline;
}

.a-z-directory-link__map:hover {
  border-color: transparent;
}

.a-z-directory-link__map:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
  color: #8066b7;
  background-color: transparent;
  content: "\f3c5";
  margin-right: 0.3em;
}

.office-directory li {
  padding-bottom: 2.5rem;
  margin-bottom: 1.25rem;
  border-bottom-width: 0.125rem;
  border-color: #ccc;
  position: relative;
}

.office-directory .office-contact-row a.btn-editorial,
.office-directory .office-contact-row a.btn-editorial-sm {
    color: #fff;
}

.office-directory .office-contact-row a:hover{
    border-color: #0057b8;
}

@media (min-width: 768px) {
  .office-directory li .office-contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.dead {
  display: none !important;
}

.takeover .content h2 {
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
  color: #d14732;
  font-size: 1.75rem;
  line-height: 2;
  margin-bottom: 1.25rem;
}

.takeover .content p {
  font-family: "freight-text-pro", "Times New Roman", Georgia, Garamond, serif;
  font-size: 1.5rem;
}

.takeover .content a {
  color: #0057b8;
  border-bottom-width: 0.125rem;
  border-color: #cfd2aa;
}

.takeover .content a:hover {
  border-color: transparent;
}

.fa-youtube {
  position: relative;
}

.fa-youtube::before {
  position: relative;
  z-index: 10;
}

.fa-youtube::after {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  bottom: 30%;
  left: 20%;
  right: 20%;
  background-color: white;
  z-index: 5;
}

.overlap {
  -webkit-transform: translateY(calc(-50% - 3px));
          transform: translateY(calc(-50% - 3px));
}

.overlap100 {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.overlap-down {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.btn-block {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}

.sr-only, .btn-no-label span {
  border: 0 !important;
  clip: rect(0,0,0,0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

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

.bg-green-100{
  background-color: #c5e7c5;
}

.bg-green-300{
  background-color: #5ed795;
}

.bg-green-400{
  background-color: #68c187;
}

.bg-green-700{
  background-color: #2F8355;
}

.bg-green{
  background-color: #2f8355;
}

.bg-cyan-100{
  background-color: #03bdff;
}

.bg-cyan-300{
  background-color: #60a7d5;
}

.bg-cyan-400{
  background-color: #0092bc;
}

.bg-cyan{
  background-color: #007fa3;
}

.bg-blue-300{
  background-color: #2f63d4;
}

.bg-blue-400{
  background-color: #004C97;
}

.bg-blue-500{
  background-color: #24458c;
}

.bg-blue-700{
  background-color: #004c97;
}

.bg-blue{
  background-color: #0057b8;
}

.bg-blue-blend{
  background-color: rgba(32,67,143,.85);
}

.bg-lavender-100{
  background-color: #d2a9d3;
}

.bg-lavender-200{
  background-color: #957ad1;
}

.bg-lavender{
  background-color: #8066b7;
}

.bg-red-100{
  background-color: #eecbcb;
}

.bg-red-900{
  background-color: #ff0000;
}

.bg-red{
  background-color: #d14732;
}

.bg-orange-100{
  background-color: #ffe7b6;
}

.bg-orange-400{
  background-color: #ffc146;
}

.bg-orange-700{
  background-color: #c45510;
}

.bg-orange-900{
  background-color: #8c2e0b;
}

.bg-orange{
  background-color: #e77530;
}

.bg-yellow-100{
  background-color: #f2efe2;
}

.bg-yellow{
  background-color: #fecb34;
}

.bg-brown-100{
  background-color: #cfd2aa;
}

.bg-brown-300{
  background-color: #7a7751;
}

.bg-brown{
  background-color: #735005;
}

.bg-gray-100{
  background-color: #f6f6f6;
}

.bg-gray-200{
  background-color: #eee;
}

.bg-gray-300{
  background-color: #e5e5e5;
}

.bg-gray-400{
  background-color: #d8d8d8;
}

.bg-gray-500{
  background-color: #ccc;
}

.bg-gray-600{
  background-color: #bbb;
}

.bg-gray-800{
  background-color: #757575;
}

.bg-gray-900{
  background-color: #666;
}

.bg-gray-950{
  background-color: #222;
}

.bg-gray{
  background-color: #999;
}

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

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

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

.hover\:bg-green-100:hover{
  background-color: #c5e7c5;
}

.hover\:bg-green-300:hover{
  background-color: #5ed795;
}

.hover\:bg-green-400:hover{
  background-color: #68c187;
}

.hover\:bg-green-700:hover{
  background-color: #2F8355;
}

.hover\:bg-green:hover{
  background-color: #2f8355;
}

.hover\:bg-cyan-100:hover{
  background-color: #03bdff;
}

.hover\:bg-cyan-300:hover{
  background-color: #60a7d5;
}

.hover\:bg-cyan-400:hover{
  background-color: #0092bc;
}

.hover\:bg-cyan:hover{
  background-color: #007fa3;
}

.hover\:bg-blue-300:hover{
  background-color: #2f63d4;
}

.hover\:bg-blue-400:hover{
  background-color: #004C97;
}

.hover\:bg-blue-500:hover{
  background-color: #24458c;
}

.hover\:bg-blue-700:hover{
  background-color: #004c97;
}

.hover\:bg-blue:hover{
  background-color: #0057b8;
}

.hover\:bg-blue-blend:hover{
  background-color: rgba(32,67,143,.85);
}

.hover\:bg-lavender-100:hover{
  background-color: #d2a9d3;
}

.hover\:bg-lavender-200:hover{
  background-color: #957ad1;
}

.hover\:bg-lavender:hover{
  background-color: #8066b7;
}

.hover\:bg-red-100:hover{
  background-color: #eecbcb;
}

.hover\:bg-red-900:hover{
  background-color: #ff0000;
}

.hover\:bg-red:hover{
  background-color: #d14732;
}

.hover\:bg-orange-100:hover{
  background-color: #ffe7b6;
}

.hover\:bg-orange-400:hover{
  background-color: #ffc146;
}

.hover\:bg-orange-700:hover{
  background-color: #c45510;
}

.hover\:bg-orange-900:hover{
  background-color: #8c2e0b;
}

.hover\:bg-orange:hover{
  background-color: #e77530;
}

.hover\:bg-yellow-100:hover{
  background-color: #f2efe2;
}

.hover\:bg-yellow:hover{
  background-color: #fecb34;
}

.hover\:bg-brown-100:hover{
  background-color: #cfd2aa;
}

.hover\:bg-brown-300:hover{
  background-color: #7a7751;
}

.hover\:bg-brown:hover{
  background-color: #735005;
}

.hover\:bg-gray-100:hover{
  background-color: #f6f6f6;
}

.hover\:bg-gray-200:hover{
  background-color: #eee;
}

.hover\:bg-gray-300:hover{
  background-color: #e5e5e5;
}

.hover\:bg-gray-400:hover{
  background-color: #d8d8d8;
}

.hover\:bg-gray-500:hover{
  background-color: #ccc;
}

.hover\:bg-gray-600:hover{
  background-color: #bbb;
}

.hover\:bg-gray-800:hover{
  background-color: #757575;
}

.hover\:bg-gray-900:hover{
  background-color: #666;
}

.hover\:bg-gray-950:hover{
  background-color: #222;
}

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

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

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

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

.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-no-repeat{
  background-repeat: no-repeat;
}

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

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

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

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

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

.border-green-100{
  border-color: #c5e7c5;
}

.border-green-300{
  border-color: #5ed795;
}

.border-green-400{
  border-color: #68c187;
}

.border-green-700{
  border-color: #2F8355;
}

.border-green{
  border-color: #2f8355;
}

.border-cyan-100{
  border-color: #03bdff;
}

.border-cyan-300{
  border-color: #60a7d5;
}

.border-cyan-400{
  border-color: #0092bc;
}

.border-cyan{
  border-color: #007fa3;
}

.border-blue-300{
  border-color: #2f63d4;
}

.border-blue-400{
  border-color: #004C97;
}

.border-blue-500{
  border-color: #24458c;
}

.border-blue-700{
  border-color: #004c97;
}

.border-blue{
  border-color: #0057b8;
}

.border-blue-blend{
  border-color: rgba(32,67,143,.85);
}

.border-lavender-100{
  border-color: #d2a9d3;
}

.border-lavender-200{
  border-color: #957ad1;
}

.border-lavender{
  border-color: #8066b7;
}

.border-red-100{
  border-color: #eecbcb;
}

.border-red-900{
  border-color: #ff0000;
}

.border-red{
  border-color: #d14732;
}

.border-orange-100{
  border-color: #ffe7b6;
}

.border-orange-400{
  border-color: #ffc146;
}

.border-orange-700{
  border-color: #c45510;
}

.border-orange-900{
  border-color: #8c2e0b;
}

.border-orange{
  border-color: #e77530;
}

.border-yellow-100{
  border-color: #f2efe2;
}

.border-yellow{
  border-color: #fecb34;
}

.border-brown-100{
  border-color: #cfd2aa;
}

.border-brown-300{
  border-color: #7a7751;
}

.border-brown{
  border-color: #735005;
}

.border-gray-100{
  border-color: #f6f6f6;
}

.border-gray-200{
  border-color: #eee;
}

.border-gray-300{
  border-color: #e5e5e5;
}

.border-gray-400{
  border-color: #d8d8d8;
}

.border-gray-500{
  border-color: #ccc;
}

.border-gray-600{
  border-color: #bbb;
}

.border-gray-800{
  border-color: #757575;
}

.border-gray-900{
  border-color: #666;
}

.border-gray-950{
  border-color: #222;
}

.border-gray{
  border-color: #999;
}

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

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

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

.hover\:border-green-100:hover{
  border-color: #c5e7c5;
}

.hover\:border-green-300:hover{
  border-color: #5ed795;
}

.hover\:border-green-400:hover{
  border-color: #68c187;
}

.hover\:border-green-700:hover{
  border-color: #2F8355;
}

.hover\:border-green:hover{
  border-color: #2f8355;
}

.hover\:border-cyan-100:hover{
  border-color: #03bdff;
}

.hover\:border-cyan-300:hover{
  border-color: #60a7d5;
}

.hover\:border-cyan-400:hover{
  border-color: #0092bc;
}

.hover\:border-cyan:hover{
  border-color: #007fa3;
}

.hover\:border-blue-300:hover{
  border-color: #2f63d4;
}

.hover\:border-blue-400:hover{
  border-color: #004C97;
}

.hover\:border-blue-500:hover{
  border-color: #24458c;
}

.hover\:border-blue-700:hover{
  border-color: #004c97;
}

.hover\:border-blue:hover{
  border-color: #0057b8;
}

.hover\:border-blue-blend:hover{
  border-color: rgba(32,67,143,.85);
}

.hover\:border-lavender-100:hover{
  border-color: #d2a9d3;
}

.hover\:border-lavender-200:hover{
  border-color: #957ad1;
}

.hover\:border-lavender:hover{
  border-color: #8066b7;
}

.hover\:border-red-100:hover{
  border-color: #eecbcb;
}

.hover\:border-red-900:hover{
  border-color: #ff0000;
}

.hover\:border-red:hover{
  border-color: #d14732;
}

.hover\:border-orange-100:hover{
  border-color: #ffe7b6;
}

.hover\:border-orange-400:hover{
  border-color: #ffc146;
}

.hover\:border-orange-700:hover{
  border-color: #c45510;
}

.hover\:border-orange-900:hover{
  border-color: #8c2e0b;
}

.hover\:border-orange:hover{
  border-color: #e77530;
}

.hover\:border-yellow-100:hover{
  border-color: #f2efe2;
}

.hover\:border-yellow:hover{
  border-color: #fecb34;
}

.hover\:border-brown-100:hover{
  border-color: #cfd2aa;
}

.hover\:border-brown-300:hover{
  border-color: #7a7751;
}

.hover\:border-brown:hover{
  border-color: #735005;
}

.hover\:border-gray-100:hover{
  border-color: #f6f6f6;
}

.hover\:border-gray-200:hover{
  border-color: #eee;
}

.hover\:border-gray-300:hover{
  border-color: #e5e5e5;
}

.hover\:border-gray-400:hover{
  border-color: #d8d8d8;
}

.hover\:border-gray-500:hover{
  border-color: #ccc;
}

.hover\:border-gray-600:hover{
  border-color: #bbb;
}

.hover\:border-gray-800:hover{
  border-color: #757575;
}

.hover\:border-gray-900:hover{
  border-color: #666;
}

.hover\:border-gray-950:hover{
  border-color: #222;
}

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

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

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

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

.focus\:border-green-100:focus{
  border-color: #c5e7c5;
}

.focus\:border-green-300:focus{
  border-color: #5ed795;
}

.focus\:border-green-400:focus{
  border-color: #68c187;
}

.focus\:border-green-700:focus{
  border-color: #2F8355;
}

.focus\:border-green:focus{
  border-color: #2f8355;
}

.focus\:border-cyan-100:focus{
  border-color: #03bdff;
}

.focus\:border-cyan-300:focus{
  border-color: #60a7d5;
}

.focus\:border-cyan-400:focus{
  border-color: #0092bc;
}

.focus\:border-cyan:focus{
  border-color: #007fa3;
}

.focus\:border-blue-300:focus{
  border-color: #2f63d4;
}

.focus\:border-blue-400:focus{
  border-color: #004C97;
}

.focus\:border-blue-500:focus{
  border-color: #24458c;
}

.focus\:border-blue-700:focus{
  border-color: #004c97;
}

.focus\:border-blue:focus{
  border-color: #0057b8;
}

.focus\:border-blue-blend:focus{
  border-color: rgba(32,67,143,.85);
}

.focus\:border-lavender-100:focus{
  border-color: #d2a9d3;
}

.focus\:border-lavender-200:focus{
  border-color: #957ad1;
}

.focus\:border-lavender:focus{
  border-color: #8066b7;
}

.focus\:border-red-100:focus{
  border-color: #eecbcb;
}

.focus\:border-red-900:focus{
  border-color: #ff0000;
}

.focus\:border-red:focus{
  border-color: #d14732;
}

.focus\:border-orange-100:focus{
  border-color: #ffe7b6;
}

.focus\:border-orange-400:focus{
  border-color: #ffc146;
}

.focus\:border-orange-700:focus{
  border-color: #c45510;
}

.focus\:border-orange-900:focus{
  border-color: #8c2e0b;
}

.focus\:border-orange:focus{
  border-color: #e77530;
}

.focus\:border-yellow-100:focus{
  border-color: #f2efe2;
}

.focus\:border-yellow:focus{
  border-color: #fecb34;
}

.focus\:border-brown-100:focus{
  border-color: #cfd2aa;
}

.focus\:border-brown-300:focus{
  border-color: #7a7751;
}

.focus\:border-brown:focus{
  border-color: #735005;
}

.focus\:border-gray-100:focus{
  border-color: #f6f6f6;
}

.focus\:border-gray-200:focus{
  border-color: #eee;
}

.focus\:border-gray-300:focus{
  border-color: #e5e5e5;
}

.focus\:border-gray-400:focus{
  border-color: #d8d8d8;
}

.focus\:border-gray-500:focus{
  border-color: #ccc;
}

.focus\:border-gray-600:focus{
  border-color: #bbb;
}

.focus\:border-gray-800:focus{
  border-color: #757575;
}

.focus\:border-gray-900:focus{
  border-color: #666;
}

.focus\:border-gray-950:focus{
  border-color: #222;
}

.focus\:border-gray:focus{
  border-color: #999;
}

.focus\:border-black:focus{
  border-color: #171614;
}

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.border-1{
  border-width: 0.0625rem;
}

.border-2{
  border-width: 0.125rem;
}

.border-3{
  border-width: 0.1875rem;
}

.border-4{
  border-width: 0.25rem;
}

.border-5{
  border-width: 0.3125rem;
}

.border-6{
  border-width: 0.375rem;
}

.border-8{
  border-width: 0.5rem;
}

.border-10{
  border-width: 0.625rem;
}

.border-15{
  border-width: 0.9375rem;
}

.border-20{
  border-width: 1.25rem;
}

.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-1{
  border-top-width: 0.0625rem;
}

.border-r-1{
  border-right-width: 0.0625rem;
}

.border-b-1{
  border-bottom-width: 0.0625rem;
}

.border-l-1{
  border-left-width: 0.0625rem;
}

.border-t-2{
  border-top-width: 0.125rem;
}

.border-r-2{
  border-right-width: 0.125rem;
}

.border-b-2{
  border-bottom-width: 0.125rem;
}

.border-l-2{
  border-left-width: 0.125rem;
}

.border-t-3{
  border-top-width: 0.1875rem;
}

.border-r-3{
  border-right-width: 0.1875rem;
}

.border-b-3{
  border-bottom-width: 0.1875rem;
}

.border-l-3{
  border-left-width: 0.1875rem;
}

.border-t-4{
  border-top-width: 0.25rem;
}

.border-r-4{
  border-right-width: 0.25rem;
}

.border-b-4{
  border-bottom-width: 0.25rem;
}

.border-l-4{
  border-left-width: 0.25rem;
}

.border-t-5{
  border-top-width: 0.3125rem;
}

.border-r-5{
  border-right-width: 0.3125rem;
}

.border-b-5{
  border-bottom-width: 0.3125rem;
}

.border-l-5{
  border-left-width: 0.3125rem;
}

.border-t-6{
  border-top-width: 0.375rem;
}

.border-r-6{
  border-right-width: 0.375rem;
}

.border-b-6{
  border-bottom-width: 0.375rem;
}

.border-l-6{
  border-left-width: 0.375rem;
}

.border-t-8{
  border-top-width: 0.5rem;
}

.border-r-8{
  border-right-width: 0.5rem;
}

.border-b-8{
  border-bottom-width: 0.5rem;
}

.border-l-8{
  border-left-width: 0.5rem;
}

.border-t-10{
  border-top-width: 0.625rem;
}

.border-r-10{
  border-right-width: 0.625rem;
}

.border-b-10{
  border-bottom-width: 0.625rem;
}

.border-l-10{
  border-left-width: 0.625rem;
}

.border-t-15{
  border-top-width: 0.9375rem;
}

.border-r-15{
  border-right-width: 0.9375rem;
}

.border-b-15{
  border-bottom-width: 0.9375rem;
}

.border-l-15{
  border-left-width: 0.9375rem;
}

.border-t-20{
  border-top-width: 1.25rem;
}

.border-r-20{
  border-right-width: 1.25rem;
}

.border-b-20{
  border-bottom-width: 1.25rem;
}

.border-l-20{
  border-left-width: 1.25rem;
}

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

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

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

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

.first\:border-0:first-child{
  border-width: 0;
}

.first\:border-1:first-child{
  border-width: 0.0625rem;
}

.first\:border-2:first-child{
  border-width: 0.125rem;
}

.first\:border-3:first-child{
  border-width: 0.1875rem;
}

.first\:border-4:first-child{
  border-width: 0.25rem;
}

.first\:border-5:first-child{
  border-width: 0.3125rem;
}

.first\:border-6:first-child{
  border-width: 0.375rem;
}

.first\:border-8:first-child{
  border-width: 0.5rem;
}

.first\:border-10:first-child{
  border-width: 0.625rem;
}

.first\:border-15:first-child{
  border-width: 0.9375rem;
}

.first\:border-20:first-child{
  border-width: 1.25rem;
}

.first\:border-t-0:first-child{
  border-top-width: 0;
}

.first\:border-r-0:first-child{
  border-right-width: 0;
}

.first\:border-b-0:first-child{
  border-bottom-width: 0;
}

.first\:border-l-0:first-child{
  border-left-width: 0;
}

.first\:border-t-1:first-child{
  border-top-width: 0.0625rem;
}

.first\:border-r-1:first-child{
  border-right-width: 0.0625rem;
}

.first\:border-b-1:first-child{
  border-bottom-width: 0.0625rem;
}

.first\:border-l-1:first-child{
  border-left-width: 0.0625rem;
}

.first\:border-t-2:first-child{
  border-top-width: 0.125rem;
}

.first\:border-r-2:first-child{
  border-right-width: 0.125rem;
}

.first\:border-b-2:first-child{
  border-bottom-width: 0.125rem;
}

.first\:border-l-2:first-child{
  border-left-width: 0.125rem;
}

.first\:border-t-3:first-child{
  border-top-width: 0.1875rem;
}

.first\:border-r-3:first-child{
  border-right-width: 0.1875rem;
}

.first\:border-b-3:first-child{
  border-bottom-width: 0.1875rem;
}

.first\:border-l-3:first-child{
  border-left-width: 0.1875rem;
}

.first\:border-t-4:first-child{
  border-top-width: 0.25rem;
}

.first\:border-r-4:first-child{
  border-right-width: 0.25rem;
}

.first\:border-b-4:first-child{
  border-bottom-width: 0.25rem;
}

.first\:border-l-4:first-child{
  border-left-width: 0.25rem;
}

.first\:border-t-5:first-child{
  border-top-width: 0.3125rem;
}

.first\:border-r-5:first-child{
  border-right-width: 0.3125rem;
}

.first\:border-b-5:first-child{
  border-bottom-width: 0.3125rem;
}

.first\:border-l-5:first-child{
  border-left-width: 0.3125rem;
}

.first\:border-t-6:first-child{
  border-top-width: 0.375rem;
}

.first\:border-r-6:first-child{
  border-right-width: 0.375rem;
}

.first\:border-b-6:first-child{
  border-bottom-width: 0.375rem;
}

.first\:border-l-6:first-child{
  border-left-width: 0.375rem;
}

.first\:border-t-8:first-child{
  border-top-width: 0.5rem;
}

.first\:border-r-8:first-child{
  border-right-width: 0.5rem;
}

.first\:border-b-8:first-child{
  border-bottom-width: 0.5rem;
}

.first\:border-l-8:first-child{
  border-left-width: 0.5rem;
}

.first\:border-t-10:first-child{
  border-top-width: 0.625rem;
}

.first\:border-r-10:first-child{
  border-right-width: 0.625rem;
}

.first\:border-b-10:first-child{
  border-bottom-width: 0.625rem;
}

.first\:border-l-10:first-child{
  border-left-width: 0.625rem;
}

.first\:border-t-15:first-child{
  border-top-width: 0.9375rem;
}

.first\:border-r-15:first-child{
  border-right-width: 0.9375rem;
}

.first\:border-b-15:first-child{
  border-bottom-width: 0.9375rem;
}

.first\:border-l-15:first-child{
  border-left-width: 0.9375rem;
}

.first\:border-t-20:first-child{
  border-top-width: 1.25rem;
}

.first\:border-r-20:first-child{
  border-right-width: 1.25rem;
}

.first\:border-b-20:first-child{
  border-bottom-width: 1.25rem;
}

.first\:border-l-20:first-child{
  border-left-width: 1.25rem;
}

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

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

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

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

.last\:border-0:last-child{
  border-width: 0;
}

.last\:border-1:last-child{
  border-width: 0.0625rem;
}

.last\:border-2:last-child{
  border-width: 0.125rem;
}

.last\:border-3:last-child{
  border-width: 0.1875rem;
}

.last\:border-4:last-child{
  border-width: 0.25rem;
}

.last\:border-5:last-child{
  border-width: 0.3125rem;
}

.last\:border-6:last-child{
  border-width: 0.375rem;
}

.last\:border-8:last-child{
  border-width: 0.5rem;
}

.last\:border-10:last-child{
  border-width: 0.625rem;
}

.last\:border-15:last-child{
  border-width: 0.9375rem;
}

.last\:border-20:last-child{
  border-width: 1.25rem;
}

.last\:border-t-0:last-child{
  border-top-width: 0;
}

.last\:border-r-0:last-child{
  border-right-width: 0;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0;
}

.last\:border-l-0:last-child{
  border-left-width: 0;
}

.last\:border-t-1:last-child{
  border-top-width: 0.0625rem;
}

.last\:border-r-1:last-child{
  border-right-width: 0.0625rem;
}

.last\:border-b-1:last-child{
  border-bottom-width: 0.0625rem;
}

.last\:border-l-1:last-child{
  border-left-width: 0.0625rem;
}

.last\:border-t-2:last-child{
  border-top-width: 0.125rem;
}

.last\:border-r-2:last-child{
  border-right-width: 0.125rem;
}

.last\:border-b-2:last-child{
  border-bottom-width: 0.125rem;
}

.last\:border-l-2:last-child{
  border-left-width: 0.125rem;
}

.last\:border-t-3:last-child{
  border-top-width: 0.1875rem;
}

.last\:border-r-3:last-child{
  border-right-width: 0.1875rem;
}

.last\:border-b-3:last-child{
  border-bottom-width: 0.1875rem;
}

.last\:border-l-3:last-child{
  border-left-width: 0.1875rem;
}

.last\:border-t-4:last-child{
  border-top-width: 0.25rem;
}

.last\:border-r-4:last-child{
  border-right-width: 0.25rem;
}

.last\:border-b-4:last-child{
  border-bottom-width: 0.25rem;
}

.last\:border-l-4:last-child{
  border-left-width: 0.25rem;
}

.last\:border-t-5:last-child{
  border-top-width: 0.3125rem;
}

.last\:border-r-5:last-child{
  border-right-width: 0.3125rem;
}

.last\:border-b-5:last-child{
  border-bottom-width: 0.3125rem;
}

.last\:border-l-5:last-child{
  border-left-width: 0.3125rem;
}

.last\:border-t-6:last-child{
  border-top-width: 0.375rem;
}

.last\:border-r-6:last-child{
  border-right-width: 0.375rem;
}

.last\:border-b-6:last-child{
  border-bottom-width: 0.375rem;
}

.last\:border-l-6:last-child{
  border-left-width: 0.375rem;
}

.last\:border-t-8:last-child{
  border-top-width: 0.5rem;
}

.last\:border-r-8:last-child{
  border-right-width: 0.5rem;
}

.last\:border-b-8:last-child{
  border-bottom-width: 0.5rem;
}

.last\:border-l-8:last-child{
  border-left-width: 0.5rem;
}

.last\:border-t-10:last-child{
  border-top-width: 0.625rem;
}

.last\:border-r-10:last-child{
  border-right-width: 0.625rem;
}

.last\:border-b-10:last-child{
  border-bottom-width: 0.625rem;
}

.last\:border-l-10:last-child{
  border-left-width: 0.625rem;
}

.last\:border-t-15:last-child{
  border-top-width: 0.9375rem;
}

.last\:border-r-15:last-child{
  border-right-width: 0.9375rem;
}

.last\:border-b-15:last-child{
  border-bottom-width: 0.9375rem;
}

.last\:border-l-15:last-child{
  border-left-width: 0.9375rem;
}

.last\:border-t-20:last-child{
  border-top-width: 1.25rem;
}

.last\:border-r-20:last-child{
  border-right-width: 1.25rem;
}

.last\:border-b-20:last-child{
  border-bottom-width: 1.25rem;
}

.last\:border-l-20:last-child{
  border-left-width: 1.25rem;
}

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

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

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

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

.cursor-pointer{
  cursor: pointer;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

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

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

.grid{
  display: grid;
}

.table{
  display: table;
}

.hidden{
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1\/3{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}

.flex-1\/3-up{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
}

.flex-2\/3{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
}

.flex-1\/4{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.flex-1\/2{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.flex-2\/4{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.flex-3\/4{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.flex-1\/5{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.flex-2\/5{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.flex-3\/5{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.flex-4\/5{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}

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

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

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

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

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

.clear-both{
  clear: both;
}

.font-sansblack{
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
}

.font-sans{
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
}

.font-serif{
  font-family: "freight-text-pro", "Times New Roman", Georgia, Garamond, serif;
}

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

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

.font-black{
  font-weight: 900;
}

.hover\:font-hairline:hover{
  font-weight: 100;
}

.hover\:font-thin:hover{
  font-weight: 200;
}

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

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

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

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

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

.hover\:font-extrabold:hover{
  font-weight: 800;
}

.hover\:font-black:hover{
  font-weight: 900;
}

.h-0{
  height: 0;
}

.h-1{
  height: 0.0625rem;
}

.h-2{
  height: 0.125rem;
}

.h-3{
  height: 0.1875rem;
}

.h-4{
  height: 0.25rem;
}

.h-5{
  height: 0.3125rem;
}

.h-6{
  height: 0.375rem;
}

.h-8{
  height: 0.5rem;
}

.h-10{
  height: 0.625rem;
}

.h-15{
  height: 0.9375rem;
}

.h-20{
  height: 1.25rem;
}

.h-25{
  height: 1.5625rem;
}

.h-30{
  height: 1.875rem;
}

.h-35{
  height: 2.1875rem;
}

.h-40{
  height: 2.5rem;
}

.h-50{
  height: 3.125rem;
}

.h-60{
  height: 3.75rem;
}

.h-70{
  height: 4.375rem;
}

.h-75{
  height: 4.6875rem;
}

.h-80{
  height: 5rem;
}

.h-85{
  height: 5.3125rem;
}

.h-90{
  height: 5.625rem;
}

.h-100{
  height: 6.25rem;
}

.h-110{
  height: 6.875rem;
}

.h-120{
  height: 7.5rem;
}

.h-130{
  height: 8.125rem;
}

.h-140{
  height: 8.75rem;
}

.h-150{
  height: 9.375rem;
}

.h-160{
  height: 10rem;
}

.h-170{
  height: 10.625rem;
}

.h-175{
  height: 10.9375rem;
}

.h-180{
  height: 11.25rem;
}

.h-190{
  height: 11.875rem;
}

.h-200{
  height: 12.5rem;
}

.h-225{
  height: 14.0625rem;
}

.h-250{
  height: 15.625rem;
}

.h-300{
  height: 18.75rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.text-xs{
  font-size: 0.75rem;
}

.text-sm{
  font-size: 0.875rem;
}

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

.text-lg{
  font-size: 1.125rem;
}

.text-xl{
  font-size: 1.3125rem;
}

.text-2xl{
  font-size: 1.5rem;
}

.text-3xl{
  font-size: 1.75rem;
}

.text-4xl{
  font-size: 2.25rem;
}

.text-5xl{
  font-size: 2.5rem;
}

.text-6xl{
  font-size: 3rem;
}

.text-7xl{
  font-size: 3.625rem;
}

.text-8xl{
  font-size: 4.6875rem;
}

.text-9xl{
  font-size: 6.25rem;
}

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

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

.leading-snug{
  line-height: 1.375;
}

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

.leading-relaxed{
  line-height: 1.625;
}

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

.m-0{
  margin: 0;
}

.m-1{
  margin: 0.0625rem;
}

.m-2{
  margin: 0.125rem;
}

.m-3{
  margin: 0.1875rem;
}

.m-4{
  margin: 0.25rem;
}

.m-5{
  margin: 0.3125rem;
}

.m-6{
  margin: 0.375rem;
}

.m-8{
  margin: 0.5rem;
}

.m-10{
  margin: 0.625rem;
}

.m-15{
  margin: 0.9375rem;
}

.m-20{
  margin: 1.25rem;
}

.m-25{
  margin: 1.5625rem;
}

.m-30{
  margin: 1.875rem;
}

.m-35{
  margin: 2.1875rem;
}

.m-40{
  margin: 2.5rem;
}

.m-50{
  margin: 3.125rem;
}

.m-60{
  margin: 3.75rem;
}

.m-75{
  margin: 4.6875rem;
}

.m-85{
  margin: 5.3125rem;
}

.m-100{
  margin: 6.25rem;
}

.m-150{
  margin: 9.375rem;
}

.m-175{
  margin: 10.9375rem;
}

.-m-0{
  margin: 0;
}

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

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

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

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

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

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

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

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

.-m-15{
  margin: -0.9375rem;
}

.-m-20{
  margin: -1.25rem;
}

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

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

.-m-35{
  margin: -2.1875rem;
}

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

.-m-50{
  margin: -3.125rem;
}

.-m-60{
  margin: -3.75rem;
}

.-m-75{
  margin: -4.6875rem;
}

.-m-85{
  margin: -5.3125rem;
}

.-m-100{
  margin: -6.25rem;
}

.-m-150{
  margin: -9.375rem;
}

.-m-175{
  margin: -10.9375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-15{
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.mx-15{
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.my-20{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-20{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

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

.my-35{
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.mx-35{
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
}

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

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

.my-50{
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.mx-50{
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.my-60{
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.mx-60{
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-75{
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

.mx-75{
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}

.my-85{
  margin-top: 5.3125rem;
  margin-bottom: 5.3125rem;
}

.mx-85{
  margin-left: 5.3125rem;
  margin-right: 5.3125rem;
}

.my-100{
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.mx-100{
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.my-150{
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
}

.mx-150{
  margin-left: 9.375rem;
  margin-right: 9.375rem;
}

.my-175{
  margin-top: 10.9375rem;
  margin-bottom: 10.9375rem;
}

.mx-175{
  margin-left: 10.9375rem;
  margin-right: 10.9375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-15{
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.-mx-15{
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.-my-20{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-20{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

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

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

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

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

.-my-35{
  margin-top: -2.1875rem;
  margin-bottom: -2.1875rem;
}

.-mx-35{
  margin-left: -2.1875rem;
  margin-right: -2.1875rem;
}

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

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

.-my-50{
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.-mx-50{
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.-my-60{
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.-mx-60{
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.-my-75{
  margin-top: -4.6875rem;
  margin-bottom: -4.6875rem;
}

.-mx-75{
  margin-left: -4.6875rem;
  margin-right: -4.6875rem;
}

.-my-85{
  margin-top: -5.3125rem;
  margin-bottom: -5.3125rem;
}

.-mx-85{
  margin-left: -5.3125rem;
  margin-right: -5.3125rem;
}

.-my-100{
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}

.-mx-100{
  margin-left: -6.25rem;
  margin-right: -6.25rem;
}

.-my-150{
  margin-top: -9.375rem;
  margin-bottom: -9.375rem;
}

.-mx-150{
  margin-left: -9.375rem;
  margin-right: -9.375rem;
}

.-my-175{
  margin-top: -10.9375rem;
  margin-bottom: -10.9375rem;
}

.-mx-175{
  margin-left: -10.9375rem;
  margin-right: -10.9375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-15{
  margin-top: 0.9375rem;
}

.mr-15{
  margin-right: 0.9375rem;
}

.mb-15{
  margin-bottom: 0.9375rem;
}

.ml-15{
  margin-left: 0.9375rem;
}

.mt-20{
  margin-top: 1.25rem;
}

.mr-20{
  margin-right: 1.25rem;
}

.mb-20{
  margin-bottom: 1.25rem;
}

.ml-20{
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

.mt-35{
  margin-top: 2.1875rem;
}

.mr-35{
  margin-right: 2.1875rem;
}

.mb-35{
  margin-bottom: 2.1875rem;
}

.ml-35{
  margin-left: 2.1875rem;
}

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

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

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

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

.mt-50{
  margin-top: 3.125rem;
}

.mr-50{
  margin-right: 3.125rem;
}

.mb-50{
  margin-bottom: 3.125rem;
}

.ml-50{
  margin-left: 3.125rem;
}

.mt-60{
  margin-top: 3.75rem;
}

.mr-60{
  margin-right: 3.75rem;
}

.mb-60{
  margin-bottom: 3.75rem;
}

.ml-60{
  margin-left: 3.75rem;
}

.mt-75{
  margin-top: 4.6875rem;
}

.mr-75{
  margin-right: 4.6875rem;
}

.mb-75{
  margin-bottom: 4.6875rem;
}

.ml-75{
  margin-left: 4.6875rem;
}

.mt-85{
  margin-top: 5.3125rem;
}

.mr-85{
  margin-right: 5.3125rem;
}

.mb-85{
  margin-bottom: 5.3125rem;
}

.ml-85{
  margin-left: 5.3125rem;
}

.mt-100{
  margin-top: 6.25rem;
}

.mr-100{
  margin-right: 6.25rem;
}

.mb-100{
  margin-bottom: 6.25rem;
}

.ml-100{
  margin-left: 6.25rem;
}

.mt-150{
  margin-top: 9.375rem;
}

.mr-150{
  margin-right: 9.375rem;
}

.mb-150{
  margin-bottom: 9.375rem;
}

.ml-150{
  margin-left: 9.375rem;
}

.mt-175{
  margin-top: 10.9375rem;
}

.mr-175{
  margin-right: 10.9375rem;
}

.mb-175{
  margin-bottom: 10.9375rem;
}

.ml-175{
  margin-left: 10.9375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-15{
  margin-top: -0.9375rem;
}

.-mr-15{
  margin-right: -0.9375rem;
}

.-mb-15{
  margin-bottom: -0.9375rem;
}

.-ml-15{
  margin-left: -0.9375rem;
}

.-mt-20{
  margin-top: -1.25rem;
}

.-mr-20{
  margin-right: -1.25rem;
}

.-mb-20{
  margin-bottom: -1.25rem;
}

.-ml-20{
  margin-left: -1.25rem;
}

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

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

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

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

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

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

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

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

.-mt-35{
  margin-top: -2.1875rem;
}

.-mr-35{
  margin-right: -2.1875rem;
}

.-mb-35{
  margin-bottom: -2.1875rem;
}

.-ml-35{
  margin-left: -2.1875rem;
}

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

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

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

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

.-mt-50{
  margin-top: -3.125rem;
}

.-mr-50{
  margin-right: -3.125rem;
}

.-mb-50{
  margin-bottom: -3.125rem;
}

.-ml-50{
  margin-left: -3.125rem;
}

.-mt-60{
  margin-top: -3.75rem;
}

.-mr-60{
  margin-right: -3.75rem;
}

.-mb-60{
  margin-bottom: -3.75rem;
}

.-ml-60{
  margin-left: -3.75rem;
}

.-mt-75{
  margin-top: -4.6875rem;
}

.-mr-75{
  margin-right: -4.6875rem;
}

.-mb-75{
  margin-bottom: -4.6875rem;
}

.-ml-75{
  margin-left: -4.6875rem;
}

.-mt-85{
  margin-top: -5.3125rem;
}

.-mr-85{
  margin-right: -5.3125rem;
}

.-mb-85{
  margin-bottom: -5.3125rem;
}

.-ml-85{
  margin-left: -5.3125rem;
}

.-mt-100{
  margin-top: -6.25rem;
}

.-mr-100{
  margin-right: -6.25rem;
}

.-mb-100{
  margin-bottom: -6.25rem;
}

.-ml-100{
  margin-left: -6.25rem;
}

.-mt-150{
  margin-top: -9.375rem;
}

.-mr-150{
  margin-right: -9.375rem;
}

.-mb-150{
  margin-bottom: -9.375rem;
}

.-ml-150{
  margin-left: -9.375rem;
}

.-mt-175{
  margin-top: -10.9375rem;
}

.-mr-175{
  margin-right: -10.9375rem;
}

.-mb-175{
  margin-bottom: -10.9375rem;
}

.-ml-175{
  margin-left: -10.9375rem;
}

.max-h-10{
  max-height: 0.625rem;
}

.max-h-20{
  max-height: 1.25rem;
}

.max-h-30{
  max-height: 1.875rem;
}

.max-h-40{
  max-height: 2.5rem;
}

.max-h-50{
  max-height: 3.125rem;
}

.max-h-60{
  max-height: 3.75rem;
}

.max-h-70{
  max-height: 4.375rem;
}

.max-h-75{
  max-height: 4.6875rem;
}

.max-h-80{
  max-height: 5rem;
}

.max-h-90{
  max-height: 5.625rem;
}

.max-h-100{
  max-height: 6.25rem;
}

.max-h-110{
  max-height: 6.875rem;
}

.max-h-120{
  max-height: 7.5rem;
}

.max-h-130{
  max-height: 8.125rem;
}

.max-h-140{
  max-height: 8.75rem;
}

.max-h-150{
  max-height: 9.375rem;
}

.max-h-160{
  max-height: 10rem;
}

.max-h-170{
  max-height: 10.625rem;
}

.max-h-180{
  max-height: 11.25rem;
}

.max-h-190{
  max-height: 11.875rem;
}

.max-h-200{
  max-height: 12.5rem;
}

.max-h-225{
  max-height: 14.0625rem;
}

.max-h-250{
  max-height: 15.625rem;
}

.max-h-300{
  max-height: 18.75rem;
}

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

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

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

.max-w-xs{
  max-width: 20rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

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

.max-w-screen-sm{
  max-width: 460px;
}

.max-w-screen-md{
  max-width: 768px;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-screen-xl{
  max-width: 1280px;
}

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

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

.max-w-2\/3{
  max-width: 66.6%;
}

.max-w-1\/4{
  max-width: 25%;
}

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

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

.max-w-3\/4{
  max-width: 75%;
}

.max-w-1\/5{
  max-width: 20%;
}

.max-w-2\/5{
  max-width: 40%;
}

.max-w-3\/5{
  max-width: 60%;
}

.max-w-4\/5{
  max-width: 80%;
}

.max-w-gminor{
  max-width: 38.2%;
}

.max-w-gmajor{
  max-width: 61.8%;
}

.min-h-75{
  min-height: 4.6875rem;
}

.min-h-100{
  min-height: 6.25rem;
}

.min-h-200{
  min-height: 12.5rem;
}

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

.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.opacity-75{
  opacity: 0.75;
}

.hover\:opacity-0:hover{
  opacity: 0;
}

.hover\:opacity-25:hover{
  opacity: 0.25;
}

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

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.p-0{
  padding: 0;
}

.p-1{
  padding: 0.0625rem;
}

.p-2{
  padding: 0.125rem;
}

.p-3{
  padding: 0.1875rem;
}

.p-4{
  padding: 0.25rem;
}

.p-5{
  padding: 0.3125rem;
}

.p-6{
  padding: 0.375rem;
}

.p-8{
  padding: 0.5rem;
}

.p-10{
  padding: 0.625rem;
}

.p-15{
  padding: 0.9375rem;
}

.p-20{
  padding: 1.25rem;
}

.p-25{
  padding: 1.5625rem;
}

.p-30{
  padding: 1.875rem;
}

.p-35{
  padding: 2.1875rem;
}

.p-40{
  padding: 2.5rem;
}

.p-50{
  padding: 3.125rem;
}

.p-60{
  padding: 3.75rem;
}

.p-75{
  padding: 4.6875rem;
}

.p-85{
  padding: 5.3125rem;
}

.p-100{
  padding: 6.25rem;
}

.p-150{
  padding: 9.375rem;
}

.p-175{
  padding: 10.9375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-15{
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.px-15{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.py-20{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-20{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

.py-35{
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.px-35{
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

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

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

.py-50{
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.px-50{
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.py-60{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.px-60{
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-75{
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}

.px-75{
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
}

.py-85{
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
}

.px-85{
  padding-left: 5.3125rem;
  padding-right: 5.3125rem;
}

.py-100{
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.px-100{
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.py-150{
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.px-150{
  padding-left: 9.375rem;
  padding-right: 9.375rem;
}

.py-175{
  padding-top: 10.9375rem;
  padding-bottom: 10.9375rem;
}

.px-175{
  padding-left: 10.9375rem;
  padding-right: 10.9375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-10{
  padding-left: 0.625rem;
}

.pt-15{
  padding-top: 0.9375rem;
}

.pr-15{
  padding-right: 0.9375rem;
}

.pb-15{
  padding-bottom: 0.9375rem;
}

.pl-15{
  padding-left: 0.9375rem;
}

.pt-20{
  padding-top: 1.25rem;
}

.pr-20{
  padding-right: 1.25rem;
}

.pb-20{
  padding-bottom: 1.25rem;
}

.pl-20{
  padding-left: 1.25rem;
}

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

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

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

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

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

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

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

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

.pt-35{
  padding-top: 2.1875rem;
}

.pr-35{
  padding-right: 2.1875rem;
}

.pb-35{
  padding-bottom: 2.1875rem;
}

.pl-35{
  padding-left: 2.1875rem;
}

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

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

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

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

.pt-50{
  padding-top: 3.125rem;
}

.pr-50{
  padding-right: 3.125rem;
}

.pb-50{
  padding-bottom: 3.125rem;
}

.pl-50{
  padding-left: 3.125rem;
}

.pt-60{
  padding-top: 3.75rem;
}

.pr-60{
  padding-right: 3.75rem;
}

.pb-60{
  padding-bottom: 3.75rem;
}

.pl-60{
  padding-left: 3.75rem;
}

.pt-75{
  padding-top: 4.6875rem;
}

.pr-75{
  padding-right: 4.6875rem;
}

.pb-75{
  padding-bottom: 4.6875rem;
}

.pl-75{
  padding-left: 4.6875rem;
}

.pt-85{
  padding-top: 5.3125rem;
}

.pr-85{
  padding-right: 5.3125rem;
}

.pb-85{
  padding-bottom: 5.3125rem;
}

.pl-85{
  padding-left: 5.3125rem;
}

.pt-100{
  padding-top: 6.25rem;
}

.pr-100{
  padding-right: 6.25rem;
}

.pb-100{
  padding-bottom: 6.25rem;
}

.pl-100{
  padding-left: 6.25rem;
}

.pt-150{
  padding-top: 9.375rem;
}

.pr-150{
  padding-right: 9.375rem;
}

.pb-150{
  padding-bottom: 9.375rem;
}

.pl-150{
  padding-left: 9.375rem;
}

.pt-175{
  padding-top: 10.9375rem;
}

.pr-175{
  padding-right: 10.9375rem;
}

.pb-175{
  padding-bottom: 10.9375rem;
}

.pl-175{
  padding-left: 10.9375rem;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

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

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

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

.top-1{
  top: 0.0625rem;
}

.right-1{
  right: 0.0625rem;
}

.bottom-1{
  bottom: 0.0625rem;
}

.left-1{
  left: 0.0625rem;
}

.top-2{
  top: 0.125rem;
}

.right-2{
  right: 0.125rem;
}

.bottom-2{
  bottom: 0.125rem;
}

.left-2{
  left: 0.125rem;
}

.top-3{
  top: 0.1875rem;
}

.right-3{
  right: 0.1875rem;
}

.bottom-3{
  bottom: 0.1875rem;
}

.left-3{
  left: 0.1875rem;
}

.top-4{
  top: 0.25rem;
}

.right-4{
  right: 0.25rem;
}

.bottom-4{
  bottom: 0.25rem;
}

.left-4{
  left: 0.25rem;
}

.top-5{
  top: 0.3125rem;
}

.right-5{
  right: 0.3125rem;
}

.bottom-5{
  bottom: 0.3125rem;
}

.left-5{
  left: 0.3125rem;
}

.top-6{
  top: 0.375rem;
}

.right-6{
  right: 0.375rem;
}

.bottom-6{
  bottom: 0.375rem;
}

.left-6{
  left: 0.375rem;
}

.top-8{
  top: 0.5rem;
}

.right-8{
  right: 0.5rem;
}

.bottom-8{
  bottom: 0.5rem;
}

.left-8{
  left: 0.5rem;
}

.top-10{
  top: 0.625rem;
}

.right-10{
  right: 0.625rem;
}

.bottom-10{
  bottom: 0.625rem;
}

.left-10{
  left: 0.625rem;
}

.top-15{
  top: 0.9375rem;
}

.right-15{
  right: 0.9375rem;
}

.bottom-15{
  bottom: 0.9375rem;
}

.left-15{
  left: 0.9375rem;
}

.top-20{
  top: 1.25rem;
}

.right-20{
  right: 1.25rem;
}

.bottom-20{
  bottom: 1.25rem;
}

.left-20{
  left: 1.25rem;
}

.top-25{
  top: 1.5625rem;
}

.right-25{
  right: 1.5625rem;
}

.bottom-25{
  bottom: 1.5625rem;
}

.left-25{
  left: 1.5625rem;
}

.top-30{
  top: 1.875rem;
}

.right-30{
  right: 1.875rem;
}

.bottom-30{
  bottom: 1.875rem;
}

.left-30{
  left: 1.875rem;
}

.top-35{
  top: 2.1875rem;
}

.right-35{
  right: 2.1875rem;
}

.bottom-35{
  bottom: 2.1875rem;
}

.left-35{
  left: 2.1875rem;
}

.top-40{
  top: 2.5rem;
}

.right-40{
  right: 2.5rem;
}

.bottom-40{
  bottom: 2.5rem;
}

.left-40{
  left: 2.5rem;
}

.top-50{
  top: 3.125rem;
}

.right-50{
  right: 3.125rem;
}

.bottom-50{
  bottom: 3.125rem;
}

.left-50{
  left: 3.125rem;
}

.top-60{
  top: 3.75rem;
}

.right-60{
  right: 3.75rem;
}

.bottom-60{
  bottom: 3.75rem;
}

.left-60{
  left: 3.75rem;
}

.top-75{
  top: 4.6875rem;
}

.right-75{
  right: 4.6875rem;
}

.bottom-75{
  bottom: 4.6875rem;
}

.left-75{
  left: 4.6875rem;
}

.top-85{
  top: 5.3125rem;
}

.right-85{
  right: 5.3125rem;
}

.bottom-85{
  bottom: 5.3125rem;
}

.left-85{
  left: 5.3125rem;
}

.top-100{
  top: 6.25rem;
}

.right-100{
  right: 6.25rem;
}

.bottom-100{
  bottom: 6.25rem;
}

.left-100{
  left: 6.25rem;
}

.top-150{
  top: 9.375rem;
}

.right-150{
  right: 9.375rem;
}

.bottom-150{
  bottom: 9.375rem;
}

.left-150{
  left: 9.375rem;
}

.top-175{
  top: 10.9375rem;
}

.right-175{
  right: 10.9375rem;
}

.bottom-175{
  bottom: 10.9375rem;
}

.left-175{
  left: 10.9375rem;
}

.top-auto{
  top: auto;
}

.right-auto{
  right: auto;
}

.bottom-auto{
  bottom: auto;
}

.left-auto{
  left: auto;
}

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

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

.hover\:shadow-xs:hover{
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-sm:hover{
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

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

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

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

.hover\:shadow-xl:hover{
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

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

.hover\:shadow-inner:hover{
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-outline:hover{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:shadow-none:hover{
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

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

.text-green-100{
  color: #c5e7c5;
}

.text-green-300{
  color: #5ed795;
}

.text-green-400{
  color: #68c187;
}

.text-green-700{
  color: #2F8355;
}

.text-green{
  color: #2f8355;
}

.text-cyan-100{
  color: #03bdff;
}

.text-cyan-300{
  color: #60a7d5;
}

.text-cyan-400{
  color: #0092bc;
}

.text-cyan{
  color: #007fa3;
}

.text-blue-300{
  color: #2f63d4;
}

.text-blue-400{
  color: #004C97;
}

.text-blue-500{
  color: #24458c;
}

.text-blue-700{
  color: #004c97;
}

.text-blue{
  color: #0057b8;
}

.text-blue-blend{
  color: rgba(32,67,143,.85);
}

.text-lavender-100{
  color: #d2a9d3;
}

.text-lavender-200{
  color: #957ad1;
}

.text-lavender{
  color: #8066b7;
}

.text-red-100{
  color: #eecbcb;
}

.text-red-900{
  color: #ff0000;
}

.text-red{
  color: #d14732;
}

.text-orange-100{
  color: #ffe7b6;
}

.text-orange-400{
  color: #ffc146;
}

.text-orange-700{
  color: #c45510;
}

.text-orange-900{
  color: #8c2e0b;
}

.text-orange{
  color: #e77530;
}

.text-yellow-100{
  color: #f2efe2;
}

.text-yellow{
  color: #fecb34;
}

.text-brown-100{
  color: #cfd2aa;
}

.text-brown-300{
  color: #7a7751;
}

.text-brown{
  color: #735005;
}

.text-gray-100{
  color: #f6f6f6;
}

.text-gray-200{
  color: #eee;
}

.text-gray-300{
  color: #e5e5e5;
}

.text-gray-400{
  color: #d8d8d8;
}

.text-gray-500{
  color: #ccc;
}

.text-gray-600{
  color: #bbb;
}

.text-gray-800{
  color: #757575;
}

.text-gray-900{
  color: #666;
}

.text-gray-950{
  color: #222;
}

.text-gray{
  color: #999;
}

.text-black{
  color: #171614;
}

.text-white{
  color: #fff;
}

.text-transparent{
  color: transparent;
}

.hover\:text-green-100:hover{
  color: #c5e7c5;
}

.hover\:text-green-300:hover{
  color: #5ed795;
}

.hover\:text-green-400:hover{
  color: #68c187;
}

.hover\:text-green-700:hover{
  color: #2F8355;
}

.hover\:text-green:hover{
  color: #2f8355;
}

.hover\:text-cyan-100:hover{
  color: #03bdff;
}

.hover\:text-cyan-300:hover{
  color: #60a7d5;
}

.hover\:text-cyan-400:hover{
  color: #0092bc;
}

.hover\:text-cyan:hover{
  color: #007fa3;
}

.hover\:text-blue-300:hover{
  color: #2f63d4;
}

.hover\:text-blue-400:hover{
  color: #004C97;
}

.hover\:text-blue-500:hover{
  color: #24458c;
}

.hover\:text-blue-700:hover{
  color: #004c97;
}

.hover\:text-blue:hover{
  color: #0057b8;
}

.hover\:text-blue-blend:hover{
  color: rgba(32,67,143,.85);
}

.hover\:text-lavender-100:hover{
  color: #d2a9d3;
}

.hover\:text-lavender-200:hover{
  color: #957ad1;
}

.hover\:text-lavender:hover{
  color: #8066b7;
}

.hover\:text-red-100:hover{
  color: #eecbcb;
}

.hover\:text-red-900:hover{
  color: #ff0000;
}

.hover\:text-red:hover{
  color: #d14732;
}

.hover\:text-orange-100:hover{
  color: #ffe7b6;
}

.hover\:text-orange-400:hover{
  color: #ffc146;
}

.hover\:text-orange-700:hover{
  color: #c45510;
}

.hover\:text-orange-900:hover{
  color: #8c2e0b;
}

.hover\:text-orange:hover{
  color: #e77530;
}

.hover\:text-yellow-100:hover{
  color: #f2efe2;
}

.hover\:text-yellow:hover{
  color: #fecb34;
}

.hover\:text-brown-100:hover{
  color: #cfd2aa;
}

.hover\:text-brown-300:hover{
  color: #7a7751;
}

.hover\:text-brown:hover{
  color: #735005;
}

.hover\:text-gray-100:hover{
  color: #f6f6f6;
}

.hover\:text-gray-200:hover{
  color: #eee;
}

.hover\:text-gray-300:hover{
  color: #e5e5e5;
}

.hover\:text-gray-400:hover{
  color: #d8d8d8;
}

.hover\:text-gray-500:hover{
  color: #ccc;
}

.hover\:text-gray-600:hover{
  color: #bbb;
}

.hover\:text-gray-800:hover{
  color: #757575;
}

.hover\:text-gray-900:hover{
  color: #666;
}

.hover\:text-gray-950:hover{
  color: #222;
}

.hover\:text-gray:hover{
  color: #999;
}

.hover\:text-black:hover{
  color: #171614;
}

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

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

.italic{
  font-style: italic;
}

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.underline{
  text-decoration: underline;
}

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

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

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

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

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

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

.visible{
  visibility: visible;
}

.whitespace-no-wrap{
  white-space: nowrap;
}

.w-0{
  width: 0;
}

.w-1{
  width: 0.0625rem;
}

.w-2{
  width: 0.125rem;
}

.w-3{
  width: 0.1875rem;
}

.w-4{
  width: 0.25rem;
}

.w-5{
  width: 0.3125rem;
}

.w-6{
  width: 0.375rem;
}

.w-8{
  width: 0.5rem;
}

.w-10{
  width: 0.625rem;
}

.w-15{
  width: 0.9375rem;
}

.w-20{
  width: 1.25rem;
}

.w-25{
  width: 1.5625rem;
}

.w-30{
  width: 1.875rem;
}

.w-35{
  width: 2.1875rem;
}

.w-40{
  width: 2.5rem;
}

.w-50{
  width: 3.125rem;
}

.w-60{
  width: 3.75rem;
}

.w-70{
  width: 4.375rem;
}

.w-75{
  width: 4.6875rem;
}

.w-80{
  width: 5rem;
}

.w-85{
  width: 5.3125rem;
}

.w-90{
  width: 5.625rem;
}

.w-100{
  width: 6.25rem;
}

.w-110{
  width: 6.875rem;
}

.w-120{
  width: 7.5rem;
}

.w-130{
  width: 8.125rem;
}

.w-140{
  width: 8.75rem;
}

.w-150{
  width: 9.375rem;
}

.w-160{
  width: 10rem;
}

.w-170{
  width: 10.625rem;
}

.w-175{
  width: 10.9375rem;
}

.w-180{
  width: 11.25rem;
}

.w-190{
  width: 11.875rem;
}

.w-200{
  width: 12.5rem;
}

.w-225{
  width: 14.0625rem;
}

.w-250{
  width: 15.625rem;
}

.w-300{
  width: 18.75rem;
}

.w-auto{
  width: auto;
}

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

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

.w-2\/3{
  width: 66.6%;
}

.w-1\/4{
  width: 25%;
}

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

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

.w-2\/6{
  width: 33.333333%;
}

.w-3\/6{
  width: 50%;
}

.w-4\/6{
  width: 66.666667%;
}

.w-5\/6{
  width: 83.333333%;
}

.w-1\/12{
  width: 8.333333%;
}

.w-2\/12{
  width: 16.666667%;
}

.w-3\/12{
  width: 25%;
}

.w-4\/12{
  width: 33.333333%;
}

.w-5\/12{
  width: 41.666667%;
}

.w-6\/12{
  width: 50%;
}

.w-7\/12{
  width: 58.333333%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-9\/12{
  width: 75%;
}

.w-10\/12{
  width: 83.333333%;
}

.w-11\/12{
  width: 91.666667%;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.w-1\/3-up{
  width: 34%;
}

.w-gminor{
  width: 38.2%;
}

.w-gmajor{
  width: 61.8%;
}

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

.transform{
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transform-none{
  -webkit-transform: none;
          transform: none;
}

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

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

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

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

.hover\:scale-0:hover{
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.hover\:scale-50:hover{
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.hover\:scale-75:hover{
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.hover\:scale-90:hover{
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.hover\:scale-95:hover{
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.hover\:scale-100:hover{
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.hover\:scale-105:hover{
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.hover\:scale-110:hover{
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.hover\:scale-125:hover{
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.hover\:scale-150:hover{
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.hover\:scale-x-0:hover{
  --transform-scale-x: 0;
}

.hover\:scale-x-50:hover{
  --transform-scale-x: .5;
}

.hover\:scale-x-75:hover{
  --transform-scale-x: .75;
}

.hover\:scale-x-90:hover{
  --transform-scale-x: .9;
}

.hover\:scale-x-95:hover{
  --transform-scale-x: .95;
}

.hover\:scale-x-100:hover{
  --transform-scale-x: 1;
}

.hover\:scale-x-105:hover{
  --transform-scale-x: 1.05;
}

.hover\:scale-x-110:hover{
  --transform-scale-x: 1.1;
}

.hover\:scale-x-125:hover{
  --transform-scale-x: 1.25;
}

.hover\:scale-x-150:hover{
  --transform-scale-x: 1.5;
}

.hover\:scale-y-0:hover{
  --transform-scale-y: 0;
}

.hover\:scale-y-50:hover{
  --transform-scale-y: .5;
}

.hover\:scale-y-75:hover{
  --transform-scale-y: .75;
}

.hover\:scale-y-90:hover{
  --transform-scale-y: .9;
}

.hover\:scale-y-95:hover{
  --transform-scale-y: .95;
}

.hover\:scale-y-100:hover{
  --transform-scale-y: 1;
}

.hover\:scale-y-105:hover{
  --transform-scale-y: 1.05;
}

.hover\:scale-y-110:hover{
  --transform-scale-y: 1.1;
}

.hover\:scale-y-125:hover{
  --transform-scale-y: 1.25;
}

.hover\:scale-y-150:hover{
  --transform-scale-y: 1.5;
}

.hover\:rotate-0:hover{
  --transform-rotate: 0;
}

.hover\:rotate-45:hover{
  --transform-rotate: 45deg;
}

.hover\:rotate-90:hover{
  --transform-rotate: 90deg;
}

.hover\:rotate-180:hover{
  --transform-rotate: 180deg;
}

.hover\:-rotate-180:hover{
  --transform-rotate: -180deg;
}

.hover\:-rotate-90:hover{
  --transform-rotate: -90deg;
}

.hover\:-rotate-45:hover{
  --transform-rotate: -45deg;
}

.hover\:translate-x-0:hover{
  --transform-translate-x: 0;
}

.hover\:translate-x-1:hover{
  --transform-translate-x: 0.0625rem;
}

.hover\:translate-x-2:hover{
  --transform-translate-x: 0.125rem;
}

.hover\:translate-x-3:hover{
  --transform-translate-x: 0.1875rem;
}

.hover\:translate-x-4:hover{
  --transform-translate-x: 0.25rem;
}

.hover\:translate-x-5:hover{
  --transform-translate-x: 0.3125rem;
}

.hover\:translate-x-6:hover{
  --transform-translate-x: 0.375rem;
}

.hover\:translate-x-8:hover{
  --transform-translate-x: 0.5rem;
}

.hover\:translate-x-10:hover{
  --transform-translate-x: 0.625rem;
}

.hover\:translate-x-15:hover{
  --transform-translate-x: 0.9375rem;
}

.hover\:translate-x-20:hover{
  --transform-translate-x: 1.25rem;
}

.hover\:translate-x-25:hover{
  --transform-translate-x: 1.5625rem;
}

.hover\:translate-x-30:hover{
  --transform-translate-x: 1.875rem;
}

.hover\:translate-x-35:hover{
  --transform-translate-x: 2.1875rem;
}

.hover\:translate-x-40:hover{
  --transform-translate-x: 2.5rem;
}

.hover\:translate-x-50:hover{
  --transform-translate-x: 3.125rem;
}

.hover\:translate-x-60:hover{
  --transform-translate-x: 3.75rem;
}

.hover\:translate-x-75:hover{
  --transform-translate-x: 4.6875rem;
}

.hover\:translate-x-85:hover{
  --transform-translate-x: 5.3125rem;
}

.hover\:translate-x-100:hover{
  --transform-translate-x: 6.25rem;
}

.hover\:translate-x-150:hover{
  --transform-translate-x: 9.375rem;
}

.hover\:translate-x-175:hover{
  --transform-translate-x: 10.9375rem;
}

.hover\:-translate-x-0:hover{
  --transform-translate-x: 0;
}

.hover\:-translate-x-1:hover{
  --transform-translate-x: -0.0625rem;
}

.hover\:-translate-x-2:hover{
  --transform-translate-x: -0.125rem;
}

.hover\:-translate-x-3:hover{
  --transform-translate-x: -0.1875rem;
}

.hover\:-translate-x-4:hover{
  --transform-translate-x: -0.25rem;
}

.hover\:-translate-x-5:hover{
  --transform-translate-x: -0.3125rem;
}

.hover\:-translate-x-6:hover{
  --transform-translate-x: -0.375rem;
}

.hover\:-translate-x-8:hover{
  --transform-translate-x: -0.5rem;
}

.hover\:-translate-x-10:hover{
  --transform-translate-x: -0.625rem;
}

.hover\:-translate-x-15:hover{
  --transform-translate-x: -0.9375rem;
}

.hover\:-translate-x-20:hover{
  --transform-translate-x: -1.25rem;
}

.hover\:-translate-x-25:hover{
  --transform-translate-x: -1.5625rem;
}

.hover\:-translate-x-30:hover{
  --transform-translate-x: -1.875rem;
}

.hover\:-translate-x-35:hover{
  --transform-translate-x: -2.1875rem;
}

.hover\:-translate-x-40:hover{
  --transform-translate-x: -2.5rem;
}

.hover\:-translate-x-50:hover{
  --transform-translate-x: -3.125rem;
}

.hover\:-translate-x-60:hover{
  --transform-translate-x: -3.75rem;
}

.hover\:-translate-x-75:hover{
  --transform-translate-x: -4.6875rem;
}

.hover\:-translate-x-85:hover{
  --transform-translate-x: -5.3125rem;
}

.hover\:-translate-x-100:hover{
  --transform-translate-x: -6.25rem;
}

.hover\:-translate-x-150:hover{
  --transform-translate-x: -9.375rem;
}

.hover\:-translate-x-175:hover{
  --transform-translate-x: -10.9375rem;
}

.hover\:-translate-x-full:hover{
  --transform-translate-x: -100%;
}

.hover\:-translate-x-1\/2:hover{
  --transform-translate-x: -50%;
}

.hover\:translate-x-1\/2:hover{
  --transform-translate-x: 50%;
}

.hover\:translate-x-full:hover{
  --transform-translate-x: 100%;
}

.hover\:translate-y-0:hover{
  --transform-translate-y: 0;
}

.hover\:translate-y-1:hover{
  --transform-translate-y: 0.0625rem;
}

.hover\:translate-y-2:hover{
  --transform-translate-y: 0.125rem;
}

.hover\:translate-y-3:hover{
  --transform-translate-y: 0.1875rem;
}

.hover\:translate-y-4:hover{
  --transform-translate-y: 0.25rem;
}

.hover\:translate-y-5:hover{
  --transform-translate-y: 0.3125rem;
}

.hover\:translate-y-6:hover{
  --transform-translate-y: 0.375rem;
}

.hover\:translate-y-8:hover{
  --transform-translate-y: 0.5rem;
}

.hover\:translate-y-10:hover{
  --transform-translate-y: 0.625rem;
}

.hover\:translate-y-15:hover{
  --transform-translate-y: 0.9375rem;
}

.hover\:translate-y-20:hover{
  --transform-translate-y: 1.25rem;
}

.hover\:translate-y-25:hover{
  --transform-translate-y: 1.5625rem;
}

.hover\:translate-y-30:hover{
  --transform-translate-y: 1.875rem;
}

.hover\:translate-y-35:hover{
  --transform-translate-y: 2.1875rem;
}

.hover\:translate-y-40:hover{
  --transform-translate-y: 2.5rem;
}

.hover\:translate-y-50:hover{
  --transform-translate-y: 3.125rem;
}

.hover\:translate-y-60:hover{
  --transform-translate-y: 3.75rem;
}

.hover\:translate-y-75:hover{
  --transform-translate-y: 4.6875rem;
}

.hover\:translate-y-85:hover{
  --transform-translate-y: 5.3125rem;
}

.hover\:translate-y-100:hover{
  --transform-translate-y: 6.25rem;
}

.hover\:translate-y-150:hover{
  --transform-translate-y: 9.375rem;
}

.hover\:translate-y-175:hover{
  --transform-translate-y: 10.9375rem;
}

.hover\:-translate-y-0:hover{
  --transform-translate-y: 0;
}

.hover\:-translate-y-1:hover{
  --transform-translate-y: -0.0625rem;
}

.hover\:-translate-y-2:hover{
  --transform-translate-y: -0.125rem;
}

.hover\:-translate-y-3:hover{
  --transform-translate-y: -0.1875rem;
}

.hover\:-translate-y-4:hover{
  --transform-translate-y: -0.25rem;
}

.hover\:-translate-y-5:hover{
  --transform-translate-y: -0.3125rem;
}

.hover\:-translate-y-6:hover{
  --transform-translate-y: -0.375rem;
}

.hover\:-translate-y-8:hover{
  --transform-translate-y: -0.5rem;
}

.hover\:-translate-y-10:hover{
  --transform-translate-y: -0.625rem;
}

.hover\:-translate-y-15:hover{
  --transform-translate-y: -0.9375rem;
}

.hover\:-translate-y-20:hover{
  --transform-translate-y: -1.25rem;
}

.hover\:-translate-y-25:hover{
  --transform-translate-y: -1.5625rem;
}

.hover\:-translate-y-30:hover{
  --transform-translate-y: -1.875rem;
}

.hover\:-translate-y-35:hover{
  --transform-translate-y: -2.1875rem;
}

.hover\:-translate-y-40:hover{
  --transform-translate-y: -2.5rem;
}

.hover\:-translate-y-50:hover{
  --transform-translate-y: -3.125rem;
}

.hover\:-translate-y-60:hover{
  --transform-translate-y: -3.75rem;
}

.hover\:-translate-y-75:hover{
  --transform-translate-y: -4.6875rem;
}

.hover\:-translate-y-85:hover{
  --transform-translate-y: -5.3125rem;
}

.hover\:-translate-y-100:hover{
  --transform-translate-y: -6.25rem;
}

.hover\:-translate-y-150:hover{
  --transform-translate-y: -9.375rem;
}

.hover\:-translate-y-175:hover{
  --transform-translate-y: -10.9375rem;
}

.hover\:-translate-y-full:hover{
  --transform-translate-y: -100%;
}

.hover\:-translate-y-1\/2:hover{
  --transform-translate-y: -50%;
}

.hover\:translate-y-1\/2:hover{
  --transform-translate-y: 50%;
}

.hover\:translate-y-full:hover{
  --transform-translate-y: 100%;
}

.hover\:skew-x-0:hover{
  --transform-skew-x: 0;
}

.hover\:skew-x-3:hover{
  --transform-skew-x: 3deg;
}

.hover\:skew-x-6:hover{
  --transform-skew-x: 6deg;
}

.hover\:skew-x-12:hover{
  --transform-skew-x: 12deg;
}

.hover\:-skew-x-12:hover{
  --transform-skew-x: -12deg;
}

.hover\:-skew-x-6:hover{
  --transform-skew-x: -6deg;
}

.hover\:-skew-x-3:hover{
  --transform-skew-x: -3deg;
}

.hover\:skew-y-0:hover{
  --transform-skew-y: 0;
}

.hover\:skew-y-3:hover{
  --transform-skew-y: 3deg;
}

.hover\:skew-y-6:hover{
  --transform-skew-y: 6deg;
}

.hover\:skew-y-12:hover{
  --transform-skew-y: 12deg;
}

.hover\:-skew-y-12:hover{
  --transform-skew-y: -12deg;
}

.hover\:-skew-y-6:hover{
  --transform-skew-y: -6deg;
}

.hover\:-skew-y-3:hover{
  --transform-skew-y: -3deg;
}

.transition{
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}

.transition-transform{
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.-mx-container-purge{
  margin-left: -15px;
  margin-right: -15px;
}

.-ml-container-purge{
  margin-left: -15px;
}

.-mr-container-purge{
  margin-right: -15px;
}

.-mx-container{
  margin-left: -1.875rem;
  margin-left: var(--container-padding-negative);
  margin-right: -1.875rem;
  margin-right: var(--container-padding-negative);
}

.-ml-container{
  margin-left: -1.875rem;
  margin-left: var(--container-padding-negative);
}

.-mr-container{
  margin-right: -1.875rem;
  margin-right: var(--container-padding-negative);
}

.-mx-container-sm{
  margin-left: -1.875rem;
  margin-left: var(--container-sm-padding-negative);
  margin-right: -1.875rem;
  margin-right: var(--container-sm-padding-negative);
}

.-ml-container-sm{
  margin-left: -1.875rem;
  margin-left: var(--container-sm-padding-negative);
}

.-mr-container-sm{
  margin-right: -1.875rem;
  margin-right: var(--container-sm-padding-negative);
}

.-mx-container-lg{
  margin-left: -1.875rem;
  margin-left: var(--container-lg-padding-negative);
  margin-right: -1.875rem;
  margin-right: var(--container-lg-padding-negative);
}

.-ml-container-lg{
  margin-left: -1.875rem;
  margin-left: var(--container-lg-padding-negative);
}

.-mr-container-lg{
  margin-right: -1.875rem;
  margin-right: var(--container-lg-padding-negative);
}

/** a style option on the wysiwyg - blockquote small **/

.blockquote-sm {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
    font-family: "ff-meta-web-pro",Arial,Verdana,Tahoma,sans-serif;
    margin-bottom: 1.5625rem;
}

blockquote {
  color: #7a7751;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
  position: relative;
}

blockquote p {
  padding-left: 5.3125rem;
  padding-right: 5.3125rem;
}

blockquote p:before {
  background-image: url("../images/bkg-quote-open.png");
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 51px;
  width: 65px;
}

blockquote p:after {
  background-image: url("../images/bkg-quote-close.png");
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  height: 50px;
  width: 65px;
}

/** blockquote fixes on small **/
@media (max-width: 767px) {
    blockquote {
        margin-top: 2em;
        margin-bottom: 2em;
        display: inline-block;
    }
    blockquote p {
        padding-left: 1.3125rem;
        padding-right: 1.3125rem;
        font-size: 0.8em;
        margin-bottom: 1.5625rem !important;
    }
    blockquote p.text-align-right {
        margin-bottom: 1.5625rem;
    }
    blockquote p:before {
        top: -54px;
    }
    blockquote p:after {
        bottom: -28px;
    }
}

p.intro {
  font-weight: 700;
  font-size: 1.5rem;
}

p.first-paragraph::first-letter {
  font-size: 4.6875rem;
  font-weight: 700;
  color: #0057b8;
  float: left;
  padding-right: 0.3125rem;
  line-height: 0.83;
}

p.submitted-message {
  font-size: 2rem;
  line-height: 1.25;
  border-width: 0.5rem;
  padding: 1rem;
  border-color: #2f8355;
}

p.submitted-message a {
  border-bottom-width: 0.125rem;
  border-color: #cfd2aa;
  color: #0057b8;
}

p.submitted-message a:hover {
  border-color: transparent;
}

table {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  border-spacing: 0;
}

table td, table th {
  vertical-align: top;
  padding: 0.625rem;
  border-width: 0;
}

table th {
  font-weight: 400;
  color: #fff;
  background-color: #007fa3;
}

table tbody tr:nth-child(odd) td {
  background-color: #f2efe2;
}

table tbody tr:nth-child(even) td {
  background-color: #f6f6f6;
}

table th {
  font-weight: 700;
}

.sr-only.focusable, .btn-no-label span.focusable {
  display: block !important;
  color: #fff !important;
}

.sr-only.focusable:link, .btn-no-label span.focusable:link, .sr-only.focusable:visited, .btn-no-label span.focusable:visited {
  color: #fff !important;
}

.sr-only.focusable:focus, .btn-no-label span.focusable:focus, .sr-only.focusable:active, .btn-no-label span.focusable:active {
  display: block !important;
  position: absolute !important;
  width: auto !important;
  height: auto !important;
  padding: 1rem !important;
  background-color: #0057b8 !important;
  overflow: visible !important;
  z-index: 9999 !important;
  clip: initial !important;
}

@media (min-width: 1192px) {
  #page {
    min-height: calc(100vh - 8rem);
  }
}

.toolbar-horizontal #page {
  padding-top: 0;
}

.toolbar li {
  position: relative;
  padding: 0;
  margin: 0;
}

.toolbar li::before {
  content: none;
}

.toolbar li a {
  border: none;
}

.toolbar-tray a, .toolbar-tray a:visited {
    color: #565656 !important;
}

#main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

#mainFooter {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

body.not-logged-in #skip-link {
  position: fixed;
}

.ln {
  border-bottom-width: 0.125rem;
  border-color: #cfd2aa;
  color: #0057b8;
}

.ln:hover {
  border-color: #0057b8;
}

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

.ln-more:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  color: #007fa3;
  content: "\f054";
  margin-left: 0.3em;
}

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

.ln-arrow:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  color: #007fa3;
  content: "\f061";
  margin-left: 0.3em;
}

.ln-white {
  color: #fff;
  border-color: #007fa3;
}

.ln-white.ln-arrow:after, .ln-white.ln-more:after {
  color: #03bdff;
}

.ln-white-alt {
  color: #fff;
  border-color: #fecb34;
}

.ln-white-alt.ln-arrow:after, .ln-white-alt.ln-more:after {
  color: #fecb34;
}

a:not([class]) {
  border-bottom-width: 0.125rem;
  border-color: #007fa3;
  color: #0057b8;
}

.btn {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  background-color: #0057b8;
  padding: 0.625rem;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  display: inline-block;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
}

.btn:hover {
  background-color: #004C97;
}

.btn::before, .btn::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: var(--fa-font-solid);
  font-size: 1rem;
  line-height: 1;
  color: #fecb34;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn::before {
  left: 10px;
}

.btn::after {
  right: 10px;
}

.btn.absolute {
  position: absolute;
}

.btn.block {
  display: block;
}

.btn-ghost {
  background-color: transparent;
  color: #004C97;
}

.btn-ghost:hover {
  color: #fff;
}

.btn-ghost:hover .text-cyan {
  color: #fecb34;
}

.btn-uppercase {
  text-transform: uppercase;
  font-weight: 700;
}

.btn-heavy {
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
}

.btn-blue {
  background-color: #0057b8;
}

.btn-blue:hover {
  background-color: #004C97;
}

.btn-green {
  background-color: #68c187;
}

.btn-green:hover {
  background-color: #2f8355;
}

.btn-lavender {
  background-color: #8066b7;
}

.btn-lavender:hover {
  background-color: #957ad1;
}

.btn-orange {
  background-color: #e77530;
}

.btn-orange:hover {
  background-color: #ffc146;
}

.btn-cyan {
  background-color: #007fa3;
}

.btn-cyan:hover {
  background-color: #0092bc;
}

.btn-transparent {
  background-color: transparent;
  color: #0057b8;
}

.btn-transparent:hover {
  background-color: #f6f6f6;
}

.btn-transparent::after, .btn-transparent::before {
  color: #ffc146 !important;
}

.btn-editorial, .btn-editorial-sm {
  background-color: #007fa3;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  border-style: none;
  line-height: 1.625;
}

.btn-editorial {
  font-weight: 700;
  padding: 0.9375rem;
  font-size: 1.125rem;
  padding-right: 2.5em;
}

.btn-editorial-sm {
  font-size: 1rem;
  padding: 0.3125rem 0.625rem;
  padding-right: 2.5em;
}

.btn-editorial:hover, .btn-editorial-sm:hover {
  background-color: #0092bc;
}

.btn-editorial::after, .btn-editorial-sm::after {
  content: "\f105";
}

.btn-sm {
  font-size: 0.875rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.btn-sm:not(.btn-more) {
  line-height: 1.55;
}

.btn-sm::before {
  left: 10px;
}

.btn-sm::after {
  right: 10px;
}

.btn-lg {
  font-size: 1.125rem;
  padding: 0.9375rem;
}

.btn-lg::before {
  left: 15px;
}

.btn-lg::after {
  right: 15px;
}

.btn-xl {
  font-size: 1.3125rem;
  padding: 1.25rem;
}

.btn-xl::before {
  left: 20px;
}

.btn-xl::after {
  right: 20px;
}

.btn-4xl {
  font-size: 2.25rem;
  padding: 1.25rem;
}

.btn-4xl::before {
  left: 20px;
}

.btn-4xl::after {
  right: 20px;
}

.btn-no-label::after {
  margin-left: 0;
}

.btn-more,
.btn-next,
.btn-arrow,
.btn-plus,
.btn-download,
.btn-search,
.btn-share,
.btn-prev,
.btn-top {
  border-style: none;
  padding-right: 2.5em;
}

.btn-plus::after {
  content: "\2b";
}

.btn-next {
  padding-right: 2em;
}

.btn-next::after {
  content: "\f105";
}

.btn-more {
  padding-right: 2em;
}

.btn-more::after {
  content: "\f105";
}

.btn-arrow::after {
  content: "\f061";
}

.btn-top::after {
  content: "\f106";
}

.btn-download::after {
  content: "\f019";
}

.btn-search::after {
  content: "\f002";
}

.btn-share::after {
  content: "\f1e0";
}

.btn-prev {
  padding-right: 2em;
}

.btn-prev::after {
  content: "\f104";
}

.btn-feed,
.btn-less {
  border-style: none;
  padding-left: 2.5em;
}

.btn-feed::before {
  content: "\f104";
}

.btn-less {
  padding-left: 2em;
}

.btn-less::before {
  content: "\f104";
}

.social-media-link {
  width: 2.5rem;
  line-height: 2.5rem;
  display: inline-block;
}

ol li {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  counter-increment: listcounter;
}

ol.numeric, ol[class*=upper], ol[class*=lower], ol[type*=upper], ol[type*=lower], ol[type="1"] {
  margin-left: 2em;
}

ol.numeric > li::before, ol[class*=upper] > li::before, ol[class*=lower] > li::before, ol[type*=upper] > li::before, ol[type*=lower] > li::before, ol[type="1"] > li::before {
  display: block;
  float: left;
  text-align: right;
  font-weight: 700;
  color: #007fa3;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  content: counter(listcounter) ".";
  margin-top: 0.05em;
  margin-left: -2em;
  width: 1.5em;
}

ol.upper-roman > li::before,ol[type=upper-roman] > li::before {
    content: counter(item,upper-roman) "." !important;
}
ol.lower-roman > li::before,ol[type=lower-roman] > li::before {
    content: counter(item,lower-roman) "." !important;
}
ol.upper-alpha > li::before,ol[type=upper-alpha] > li::before {
    content: counter(item,upper-alpha) "." !important;
}
ol.lower-alpha > li::before,ol[type=lower-alpha] > li::before {
    content: counter(item,lower-alpha) "." !important;
}
ol.decimal > li::before,ol[type="1"] > li::before {
    content: counter(item,decimal) "." !important;
}

ol li > ol > li::before {
    content: counter(item,upper-alpha) ". " !important;
    color: #8066b7 !important;
}
ol li > ol li > ol > li::before {
    content: counter(item,lower-alpha) ". " !important;
    color: #60a7d5 !important;
}

ol.list--vertical,
ul.list--vertical {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol.list--vertical li,
ul.list--vertical li {
  margin: 0.3em 0;
}

ol.list--horizontal,
ul.list--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 -0.3em;
  list-style: none;
}

ol.list--horizontal li,
ul.list--horizontal li {
  margin: 0.3em 0;
  padding: 0 0.3em;
  line-height: 1.1;
}

ol.list--piped,
ul.list--piped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 -0.3em;
  list-style: none;
  margin-left: -1em;
  margin-right: -1em;
}

ol.list--piped li,
ul.list--piped li {
  margin: 0.3em 0;
  padding: 0 0.3em;
  line-height: 1.1;
}

ol.list--piped li,
ul.list--piped li {
  border-right-width: 0.0625rem;
  border-color: #171614;
  border-style: solid;
  padding: 0 1em;
}

ol.list--piped li:last-child,
ul.list--piped li:last-child {
  border-width: 0;
}

.study-program-bullets > li::before {
  content: none !important;
}

.study-program-bullets > li {
  padding-left: 0 !important;
}

.study-program-bullets {
  margin-left: 0 !important;
}

.bullets {
  list-style-type: square;
  list-style-position: initial;
  margin-left: 1.5em;
}

.bullets-blue {
  list-style-type: square;
  list-style-position: initial;
  margin-left: 1.5em;
  list-style-type: none;
}

.bullets-blue li {
  position: relative;
}

.bullets-blue li::before {
  content: "";
  position: absolute;
  top: calc(.6em);
  left: -1.05em;
  background: transparent url("../images/bkg-list-bullet.jpg") scroll no-repeat 50% 50%/cover;
  width: 0.3125em;
  height: 0.3125em;
  background-color: #ccc;
  display: inline-block;
}

.bullets-lavender {
  list-style-type: square;
  list-style-position: initial;
  margin-left: 1.5em;
  list-style-type: none;
}

.bullets-lavender li {
  position: relative;
}

.bullets-lavender li::before {
  content: "";
  position: absolute;
  top: calc(.6em);
  left: -1.05em;
  background: transparent url("../images/bkg-list-bullet-2.jpg") scroll no-repeat 50% 50%/cover;
  width: 0.3125em;
  height: 0.3125em;
  background-color: #ccc;
  display: inline-block;
}

.bullets-blue-hollow {
  list-style-type: square;
  list-style-position: initial;
  margin-left: 1.5em;
  list-style-type: none;
}

.bullets-blue-hollow li {
  position: relative;
}

.bullets-blue-hollow li::before {
  content: "";
  position: absolute;
  top: calc(.6em);
  left: -1.05em;
  background: transparent url("../images/bkg-list-bullet-3.jpg") scroll no-repeat 50% 50%/cover;
  width: 0.3125em;
  height: 0.3125em;
  background-color: #ccc;
  display: inline-block;
}

.bullets-lavender-hollow {
  list-style-type: square;
  list-style-position: initial;
  margin-left: 1.5em;
  list-style-type: none;
}

.bullets-lavender-hollow li {
  position: relative;
}

.bullets-lavender-hollow li::before {
  content: "";
  position: absolute;
  top: calc(.6em);
  left: -1.05em;
  background: transparent url("../images/bkg-list-bullet-4.jpg") scroll no-repeat 50% 50%/cover;
  width: 0.3125em;
  height: 0.3125em;
  background-color: #ccc;
  display: inline-block;
}

.bullets-yellow {
  list-style-type: square;
  list-style-position: initial;
  margin-left: 1.5em;
  list-style-type: none;
}

.bullets-yellow li {
  position: relative;
}

.bullets-yellow li::before {
  content: "";
  position: absolute;
  top: calc(.6em);
  left: -1.05em;
  background: transparent url("../images/bkg-bullet-blue-bkg.jpg") scroll no-repeat 50% 50%/cover;
  width: 0.3125em;
  height: 0.3125em;
  background-color: #ccc;
  display: inline-block;
}

.article-meta {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  font-size: 1rem;
  color: #7a7751;
  padding-right: 0.3125rem;
}

.footersection .copyright__glyph {
  color: #fecb34;
}

.logo-horizontal {
  display: block;
  width: 12.9375rem;
  height: 6.875rem;
}

.logo-horizontal .shield {
  fill: black;
}

.logo-horizontal .wordmark {
  fill: black;
}

.logo-horizontal .column {
  fill: white;
}

.logo-horizontal.logo-horizontal--inverse {
  background-color: black;
}

.logo-horizontal.logo-horizontal--inverse .shield,
.logo-horizontal.logo-horizontal--inverse .wordmark {
  fill: white;
}

.logo-horizontal.logo-horizontal--inverse .column {
  fill: black;
}

.logo-horizontal.takeover {
  background-color: #0057b8;
}

.logo-horizontal.takeover .wordmark,
.logo-horizontal.takeover .column {
  fill: #fff;
}

.logo-horizontal.takeover .shield {
  fill: #0057b8;
}

.bg-admissions-block {
  background-image: url("../images/bkg-admissions-block.png");
}

.bg-arts-intro-block {
  background-image: url("../images/bkg-arts-intro-block.jpg");
}

.bg-major-atom {
  background-image: url("../images/bkg-major-atom.jpg");
}

.bg-major-binary {
  background-image: url("../images/bkg-major-binary.jpg");
}

.bg-major-brain {
  background-image: url("../images/bkg-major-brain.jpg");
}

.bg-major-earth {
  background-image: url("../images/bkg-major-earth.jpg");
}

.bg-major-pi {
  background-image: url("../images/bkg-major-pi.jpg");
}

.bg-major-undergrad-research-beaker {
  background-image: url("../images/bkg-major-undergrad-research-beaker.jpg");
}

.bg-major-undergrad-research-book {
  background-image: url("../images/bkg-major-undergrad-research-book.jpg");
}

.bg-major-undergrad-research-brush {
  background-image: url("../images/bkg-major-undergrad-research-brush.jpg");
}

.bg-major-undergrad-research-circle {
  background-image: url("../images/bkg-major-undergrad-research-circle.jpg");
}

.bg-major-undergrad-research-mask {
  background-image: url("../images/bkg-major-undergrad-research-mask.jpg");
}

.bg-major-undergrad-research-musicnote {
  background-image: url("../images/bkg-major-undergrad-research-musicnote.jpg");
}

.bg-major-undergrad-research {
  background-image: url("../images/bkg-major-undergrad-research.jpg");
}

.bg-pattern-brwn {
  background-image: url("../images/bkg-pattern-brwn.jpg");
}

.bg-pttrn-lt-grey {
  background-image: url("../images/bkg-pttrn-lt-grey.png");
}

.bg-quote-close {
  background-image: url("../images/bkg-quote-close.png");
}

.bg-quote-open {
  background-image: url("../images/bkg-quote-open.png");
}

.bg-simple-content-slide {
  background-image: url("../images/bkg-simple-content-slide-square.png");
}

.bg-title-pattern {
  background-image: url("../images/bkg-title-pattern.jpg");
}

[class*=bg-major] {
  background-color: #0057b8;
  background-repeat-y: no-repeat;
  background-size: contain;
}

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

.color-grid__swatch {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  width: 33.3%;
  min-height: 20vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .color-grid__swatch {
    width: 20%;
    min-height: 20vw;
  }
}

.color-grid__label {
  background-color: #ffffffcc;
  font-family: sans-serif;
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5rem;
  line-height: 1;
  border-radius: 0 0 0.5rem 0;
}

.partial-underline::after {
  display: block;
  width: 1.56em;
  height: 2px;
  margin-top: 0;
  background-color: currentColor;
  content: "";
}

.address {
  font-style: normal;
  line-height: 1.6;
}

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

.address .country {
  display: none;
  visibility: hidden;
}

.button-feature a.btn {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.collapsing-block button[aria-expanded].no-label {
  height: 2em;
}

.collapsing-block button[aria-expanded].no-label::after {
  width: calc(1em);
  margin-left: 0;
  text-align: center;
}

.collapsing-block button[aria-expanded][aria-expanded=true]::after {
  content: "\f068";
}

.quicklinks {
  position: relative;
  width: calc(180px + 2rem);
  padding-top: 1.4rem;
}

.quicklinks button[aria-expanded] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

.quicklinks .reveal {
  padding: 1rem;
  background-color: #fff;
  margin-top: 0.625rem;
}

.quicklinks .menu {
  list-style: none;
}

.quicklinks .menu li {
  margin: 0.3em 0;
}

.quicklinks .menu .menu__item {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6em;
}

.quicklinks .menu .menu__item a {
  color: #171614;
  border-bottom-width: 0.125rem;
  border-color: #cfd2aa;
}

.quicklinks .menu .menu__item a:hover {
  border-color: #007fa3;
}

.quicklinks h2 {
  color: #ea7e24;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

.searchbar {
  position: relative;
  width: 15.625rem;
  max-width: 15.625rem;
  height: 4.6875rem;
}

.searchbar.collapsing-block > button {
  background-color: #2f8355;
  padding: 0.5625rem;
}

.searchbar.collapsing-block > button::after {
  display: block;
  position: static;
  -webkit-transform: none;
          transform: none;
  font-size: 0.8rem;
}

.searchbar.collapsing-block > button:hover {
  background-color: #5ed795;
}

.searchbar.collapsing-block [aria-expanded] {
  position: absolute;
  top: 0;
  right: 0;
}

.searchbar.collapsing-block [aria-expanded][aria-expanded=false]::after {
  content: "\f002";
}

.searchbar.collapsing-block [aria-expanded][aria-expanded=true]::after {
  content: "\f00d";
  font-size: 0.9rem;
}

.searchbar.collapsing-block button[type=submit] {
  background-color: #2f8355;
  border-width: 0;
  padding: 0.625rem;
  width: 1.5625rem;
  background-position: calc(100% - 6px) 0.6rem;
}

.searchbar.collapsing-block button[type=submit]:hover {
  background-color: #5ed795;
}

.searchbar .reveal {
  padding-top: 2rem;
  z-index: 9999;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.5;
}

h3 {
  font-size: 1.85rem;
  line-height: 1.6;
  font-weight: bold;
  font-style: italic;
  color: #e77530;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
  font-weight: 900;
}

h5 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  font-weight: 700;
}

h6 {
  font-size: 1.3125rem;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-bottom: 1.5625rem;
}

/*p:last-child {
  margin-bottom: 0;
}*/

p li {
  margin-bottom: 0.625rem;
}

ul {
  list-style-type: none !important;
}

ul:not([class*="mb-"]):last-child, ol:not([class*="mb-"]):last-child {
  margin-bottom: 0;
}

ul li,
ol li {
  margin-bottom: 0.625rem;
}

a:not([class]):hover {
  border-color: #0057b8;
}

ol {
  counter-reset: item;
}

ol > li {
  padding-left: 0.9375rem;
}

ol > li:before {
  color: #60a7d5;
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
  content: counter(item) ". ";
  counter-increment: item;
}

.text-brown {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
}

.inset {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
}

.inset h2:not([class]), .inset h3:not([class]), .inset h4:not([class]), .inset h5:not([class]), .inset h6:not([class]) {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  color: #171614;
  border-bottom-width: 0.125rem;
  margin-bottom: 1.25rem;
}

.inset h2:not([class]), .inset h3:not([class]), .inset h4:not([class]), .inset h5:not([class]), .inset h6:not([class]) {
  border-bottom-width: 0;
}

.inset h2:not([class]) {
  font-size: 1.5rem;
  font-weight: 700;
}

.inset h3:not([class]) {
  font-size: 1.3125rem;
}

.inset h4:not([class]) {
  font-size: 1.2rem;
}

.inset h5:not([class]) {
  font-size: 1.1rem;
}

.inset h6:not([class]) {
  font-size: 1rem;
}

.inset p,
.inset li {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}

.inset ul,
.inset ol {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.inset blockquote p {
  font-size: 1.3125rem;
  line-height: 1.625;
}

/* buttons in insets */

.inset .button {
  white-space: normal;
  display: inline-flex;
}
.inset .button:after {
      padding-top: 0;
      padding-left: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.section-person {
  float: left;
  border-bottom-width: 0.125rem;
  border-color: #cfd2aa;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.section-person .body-image-placement {
  float: left;
  margin-right: 1.25rem;
  margin-top: 0.625rem;
  width: 34%;
  clear: both;
  min-width: 280px;
}

.button {
  color: #fff;
  background-color: #0057b8;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  line-height: 1.625;
  display: inline-block;
  white-space: nowrap;
  background-color: #007fa3;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 0.9375rem;
  cursor: pointer;
  letter-spacing: 1px;
}

.button:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: var(--fa-font-solid);
  line-height: 1;
  color: #fecb34;
  content: "\f105";
  margin-left: 0.3em;
  float: right;
  padding-top: 5px;
}

.button:hover {
  background-color: #0092bc;
}

.button.button-small {
  font-size: 1rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-weight: 400;
}

.button.button-small:not(.btn-more) {
  line-height: 1.625;
}

.pomona-page-intro {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  font-size: 1.75rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom-width: 0.375rem;
  border-color: #f2efe2;
}

.rtecenter {
  text-align: center;
}

a[href*="/map/?"]:before {
  display: inline-block;
  font: var(--fa-font-solid);
  line-height: 1;
  color: #8066b7;
  background-color: transparent;
  content: "\f3c5";
  margin-right: 0.3em;
}

.inset--image_area a[href*="/map/?"]:before, a.inset-more[href*="/map/?"]:before {
  display: none;
}

.editorial.user {
  font-size: 1.3125rem;
  font-family: "freight-text-pro", "Times New Roman", Georgia, Garamond, serif;
}

.editorial.events-contact-block .block__title {
  text-transform: uppercase;
  font-size: 1.5rem;
}

.editorial.events-contact-block .field {
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
}

.editorial.events-contact-block .field.field-name-field-position, .editorial.events-contact-block .field.field-name-field-phone {
  color: #7a7751;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
}

.editorial.events-contact-block .field a {
  font-family: "freight-text-pro", "Times New Roman", Georgia, Garamond, serif;
}

.fsBody h1 {
  display: none;
}

@media (min-width: 1024px) {
  .two-col {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }

  .three-col {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }

  .four-col {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }

  .two-col li, .three-col li, .four-col li {
    break-inside: avoid-column;
  }

  .column-2,
  .column-3,
  .column-4,
  .columns-to-single-on-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    clear: both;
  }

  .column-2 > div {
    width: 49%;
    padding-right: 2%;
  }

  .column-3 > div,
  .columns-to-single-on-mobile > div {
    width: 32%;
    padding-right: 2%;
  }

  .column-4 div {
    width: 24%;
    padding-right: 2%;
  }

  .pomona-page-intro {
    font-size: 2.25rem;
  }
}

a.social-media-department-listing {
  width: 29px;
  height: 29px;
  background: transparent url("../images/social-media-icons-29.svg") no-repeat;
  background-size: auto 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.social-media-department-group {
  margin-bottom: 5px;
}

a.social-media-department-listing-instagram {
  background-position: -29px 0 !important;
}

a.social-media-department-listing-youtube {
  background-position: -58px 0 !important;
}

a.social-media-department-listing-twitter {
  background-position: -87px 0 !important;
}

a.social-media-department-listing-linkedin {
  background-position: -116px 0 !important;
}

a.social-media-department-listing-pinterest {
  background-position: -145px 0 !important;
}

a.social-media-department-listing-flickr {
  background-position: -174px 0 !important;
}

a.social-media-department-listing-app {
  background-position: -203px 0 !important;
}

a.social-media-department-listing-podcast {
  background-position: -232px 0 !important;
}

a.social-media-department-listing-tiktok {
  background-position: -261px 0 !important;
}

.wiki-list {
  background-image: url("../images/bkg-pttrn-lt-grey.png");
  padding: 1.5625rem;
}

.wiki-list-item {
  background-color: #fff;
  border-top: 4px solid #CCCCCB;
  margin-bottom: 25px;
  clear: both;
  display: inline-block;
  width: 100%;
  min-height: 75px;
}

.wiki-list-item img {
  width: 250px;
  float: left;
  margin-right: 15px;
}

.wiki-list-item p {
  margin: 0 10px 10px 10px;
}

.wiki-list-item > a {
  display: inline-block;
  float: left;
  border-bottom: none !important;
}

@media (max-width: 768px) {
  .wiki-list-item img {
    float: none;
    width: 100%;
  }
}

.text-slab .editorial-slab p:last-child, .masonry-grid .editorial-slab p:last-child, .masonry-grid figcaption p:last-child, .fifty-fifty-feature .editorial-slab p:last-child {
  margin-bottom: 0;
}

.node-type-article .masonry-grid {
  padding-bottom: 0;
}

.node-type-article .inner-slab-text-container {
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .node-type-article .inner-slab-text-container {
    padding: 0 20px;
  }
}

.editorial-main, .node-type-article .inner-slab-text-container .editorial-slab {
  font-size: 1.3125rem;
  font-family: "freight-text-pro", "Times New Roman", Georgia, Garamond, serif;
  line-height: 1.625;
}

ul {
  list-style-type: square;
  list-style-position: initial;
  margin-left: 1.5em;
  list-style-type: none;
}

ul li {
  position: relative;
}

ul li::before {
  content: "";
  position: absolute;
  top: calc(.6em);
  left: -1.05em;
  background: transparent url("../images/bkg-list-bullet.jpg") scroll no-repeat 50% 50%/cover;
  width: 0.3125em;
  height: 0.3125em;
  background-color: #ccc;
  display: inline-block;
}

ul ul,
ul ul.rteindent1 {
  list-style-type: square;
  list-style-position: initial;
  margin-left: 1.5em;
  list-style-type: none;
}

ul ul li,
ul ul.rteindent1 li {
  position: relative;
}

ul ul li::before,
ul ul.rteindent1 li::before {
  content: "";
  position: absolute;
  top: calc(.6em);
  left: -1.05em;
  background: transparent url("../images/bkg-list-bullet-2.jpg") scroll no-repeat 50% 50%/cover;
  width: 0.3125em;
  height: 0.3125em;
  background-color: #ccc;
  display: inline-block;
}

ul ul ul,
ul ul.rteindent1 ul {
  list-style-type: square;
  list-style-position: initial;
  margin-left: 1.5em;
  list-style-type: none;
}

ul ul ul li,
ul ul.rteindent1 ul li {
  position: relative;
}

ul ul ul li::before,
ul ul.rteindent1 ul li::before {
  content: "";
  position: absolute;
  top: calc(.6em);
  left: -1.05em;
  background: transparent url("../images/bkg-list-bullet-3.jpg") scroll no-repeat 50% 50%/cover;
  width: 0.3125em;
  height: 0.3125em;
  background-color: #ccc;
  display: inline-block;
}

ul ul ul ul,
ul ul.rteindent1 ul ul {
  list-style-type: square;
  list-style-position: initial;
  margin-left: 1.5em;
  list-style-type: none;
}

ul ul ul ul li,
ul ul.rteindent1 ul ul li {
  position: relative;
}

ul ul ul ul li::before,
ul ul.rteindent1 ul ul li::before {
  content: "";
  position: absolute;
  top: calc(.6em);
  left: -1.05em;
  background: transparent url("../images/bkg-list-bullet-4.jpg") scroll no-repeat 50% 50%/cover;
  width: 0.3125em;
  height: 0.3125em;
  background-color: #ccc;
  display: inline-block;
}

ul.profileTabs ul li::before {
  background-image: url("../images/bkg-list-bullet.jpg");
}

ul.profileTabs ul ul li::before {
  background-image: url("../images/bkg-list-bullet-2.jpg");
}

ul.profileTabs ul ul ul li::before {
  background-image: url("../images/bkg-list-bullet-3.jpg");
}

ul.profileTabs ul ul ul ul li::before {
  background-image: url("../images/bkg-list-bullet-4.jpg");
}

/* unordered list - fixes to the placement of the bullet and spacing*/
ul li::before,
ul ul li::before,
ul ul ul li::before,
ul ul ul ul li::before {
    position: relative;
    top: -5px;
    left: -12px;
    margin-left: 15px;
}
ul ul,
ul ul ul,
ul ul ul ul {
    margin-left: 15px;
}
ul li,
ul ul li,
ul ul ul li,
ul ul ul ul li {
    position: inherit;
    padding-left: 0.9375rem;
}
ul {
    margin-left: 0;
}

ul li > p,
ol li > p {
    display: inline;
}

/** Styles used globally for slabs */

.links-list ul::before, .links-list li::before {
  content: none;
}

.links-list li {
  padding-left:0;
}

/** slab default button color **/
.editorial-slab .btn-editorial,
.editorial-slab .btn-editorial-sm {
  background-color: #0057b8;
}
.editorial-slab .btn-editorial:hover,
.editorial-slab .btn-editorial-sm:hover {
  background-color: #004C97;
}
/** slab editorial links **/
.dark_blue .editorial-slab a:not([class]),
.green .editorial-slab a:not([class]),
.light_blue .editorial-slab a:not([class]),
.purple .editorial-slab a:not([class]) {
    color: #fff;
    border-bottom-width: 0.125rem;
    border-color: #fff;
}
.dark_blue .editorial-slab a:hover:not([class]),
.green .editorial-slab a:hover:not([class]),
.light_blue .editorial-slab a:hover:not([class]),
.purple .editorial-slab a:hover:not([class]) {
    border-color: #fecb34;  
}
/** slab editorial buttons **/
.dark_blue .editorial-slab .btn-editorial,
.dark_blue .editorial-slab .btn-editorial-sm,
.dark_blue ul > li > .btn-more {
  background-color: #007fa3;
}
.dark_blue .editorial-slab .btn-editorial:hover,
.dark_blue .editorial-slab .btn-editorial-sm:hover,
.dark_blue ul > li > .btn-more:hover {
  background-color: #0092bc;
}
/** slab editorial ol and ul color **/
.green .editorial-slab ul li::before,
.light_blue .editorial-slab ul li::before,
.purple .editorial-slab ul li::before {
  background: #fff;
}
.green .editorial-slab ol li::before,
.light_blue .editorial-slab ol li::before,
.purple .editorial-slab ol li::before {
  color: #fff;
}

/** End Styles used globally for slabs */

.bg-blue a:not(.btn):not(.more-link):not(.lightbox-trigger) {
  color: #fff;
  border-color: #fecb34;
}

.bg-blue a:not(.btn):not(.more-link):not(.lightbox-trigger).ln-alt {
  border-color: #fecb34;
}
.bg-blue .student-location-count {
  font-style: italic;
  font-size: 1.75rem;
  border-bottom-width: 0.25rem;
  border-color: #fecb34;
}

.bg-blue .student-location-count > p {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  font-style: normal;
}

.editorial-sans {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  line-height: 1.625;
}

.menu--vertical {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu--vertical li {
  margin: 0.3em 0;
}

.menu--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 -0.3em;
  list-style: none;
  margin-left: -1em;
  margin-right: -1em;
}

.menu--horizontal li {
  margin: 0.3em 0;
  padding: 0 0.3em;
  line-height: 1.1;
}

.menu--horizontal li {
  border-right-width: 0.0625rem;
  border-color: #171614;
  border-style: solid;
  padding: 0 1em;
}

.menu--horizontal li:last-child {
  border-width: 0;
}

.menu--sidebar {
}

.page-alert a {
  color: #fff;
  display: inline-block;
  border-bottom-width: 0.125rem;
  border-color: #fecb34;
  text-decoration: none;
  position: relative;
}

.page-alert a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  color: #fecb34;
  position: absolute;
  font-size: 1rem;
  content: "\f054";
  bottom: 5px;
  margin-left: 0.3em;
}

.page-alert a:hover {
  border-color: #fff;
}

.page-alert a:hover:after {
  color: #fff;
  border-color: transparent;
}

.page-alert p {
  display: inline;
}

/* Page alerts (green box) */
.page-alert > div {
    display: inline-block;
}
.page-alert > div > a {
    display: inline;
}

.with-sidebar-aside .page-alert a:after {
    display: none;
}
.with-sidebar-aside .page-alert div > a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    color: #fecb34;
    position: absolute;
    font-size: 1rem;
    content: "";
    bottom: 5px;
    margin-left: 0.3em;
}
.with-sidebar-aside .page-alert div > a:hover:after {
    color: #fff;
}
.with-sidebar-aside .page-alert h2 {
    font-family: "ff-meta-web-pro-bold",Arial,Verdana,Tahoma,sans-serif;
    line-height: 1.25;
    border-bottom-width: 0.375rem;
    border-color: #fecb34;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    font-size: 26px;
}
.with-sidebar-aside .page-alert a.btn-yellow {
    background: #fecb34;
    color: #000;
    display: block;
    margin-top: 0.625rem;
}
.with-sidebar-aside .page-alert a.btn-yellow::after {
    color: #000;
}
.with-sidebar-aside .page-alert a.btn-yellow:hover,
.with-sidebar-aside .page-alert a.btn-yellow:focus {
    background: #FFED75;
}
.with-sidebar-aside .page-alert a {
  display: inline;
}
.with-sidebar-aside .page-alert ol {
    counter-reset: item;
}
.with-sidebar-aside .page-alert ol li:before {
    color: #fff;
    font-family: "ff-meta-web-pro-bold",Arial,Verdana,Tahoma,sans-serif;
    content: counter(item) ". ";
    counter-increment: item;
}
.with-sidebar-aside .page-alert ul {
    list-style-type: square;
    list-style-position: initial;
    margin-left: 1.5em;
    list-style-type: none;
}
.with-sidebar-aside .page-alert ul li {
    position: relative;
}
.with-sidebar-aside .page-alert ul li:before {
    content: "";
    position: absolute;
    top: calc(0.6em);
    left: -1.05em;
    background: transparent url(/themes/custom/pomona/images/bkg-list-bullet-3.jpg) scroll no-repeat 50% 50%/cover;
    width: 0.3125em;
    height: 0.3125em;
    background-color: #ccc;
    display: inline-block;
}
.with-sidebar-aside .page-alert p {
    display: inline-block;
    margin-bottom: 1rem;
}
.with-sidebar-aside .page-alert p:last-of-type {
    display: inline;
}

.site-alert {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  position: relative;
}

.site-alert strong {
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
}

.site-alert.bg-red {
  color: #fff;
}

.site-alert.bg-red strong {
  color: #fecb34;
}

.site-alert.bg-green {
  color: #fff;
}

.site-alert.bg-green strong {
  color: #f2efe2;
}

.site-alert.bg-yellow {
  color: #171614;
}

.site-alert.bg-yellow strong {
  color: #c45510;
}

.site-alert.bg-lavender {
  color: #fff;
}

.site-alert.bg-lavender strong {
  color: #cfd2aa;
}

.site-alert.bg-blue {
  color: #fff;
}

.site-alert.bg-blue strong {
  color: #fecb34;
}

.site-alert .button {
  color: #fff;
  font-weight: 700;
  padding: 0.625rem;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  display: inline-block;
  position: relative;
  background-color: #007fa3;
  text-transform: uppercase;
  margin-left: 1.25rem;
  font-size: 0.875rem;
  cursor: pointer;
  letter-spacing: 1px;
  padding-right: 2em;
}

.site-alert .button:hover {
  background-color: #0092bc;
}

.site-alert .button::before, .site-alert .button::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  color: #fecb34;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-alert .button::before {
  left: 10px;
}

.site-alert .button::after {
  right: 10px;
  content: "\f105";
}

.site-alert:before {
  content: "";
  height: 40px;
  width: 100%;
  background-image: url("../images/bkg-pattern-brwn.jpg");
  position: absolute;
  top: -40px;
  left: 0;
}

[aria-label="Error message"] {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 0;
  margin-right: 0;
  border-width: 0.0625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 3.125rem;
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-image: url("../images/message-24-error.png");
  background-color: #fef5f1;
  border-color: #e77530;
  color: #8c2e0b;
  font-family: "freight-text-pro", "Times New Roman", Georgia, Garamond, serif;
  font-size: 1.3125rem;
}

.writing-center-alert h4 {
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
  line-height: 1.25;
  border-bottom-width: 0.375rem;
  border-color: #fecb34;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 26px;
}

.writing-center-alert a:not([class]) {
  border-bottom-width: 0.125rem;
  border-color: #fecb34;
}

.writing-center-alert a:not([class]):hover {
  border-color: transparent;
}

.writing-center-alert ol {
  list-style-type: decimal;
}

.writing-center-alert div > div {
  background-color: #fecb34;
  padding: 0.3125rem;
  margin-top: 1.25rem;
  max-width: 240px;
}

.writing-center-alert div > div .more-link {
  display: block;
  color: #171614;
  font-size: 1rem;
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  position: relative;
  margin-right: 1.25rem;
}

.writing-center-alert div > div .more-link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  color: #171614;
  position: absolute;
  font-size: 1rem;
  display: block;
  content: "\f054";
  bottom: 15px;
  right: 0;
  margin-right: -15px;
}

.testimonial h2::after {
  display: block;
  width: 1.56em;
  height: 2px;
  margin-top: 0.25rem;
  background-color: currentColor;
  content: "";
}

.testimonial p {
  display: block;
  font-size: 1.125rem;
}

.testimonial p::before {
  content: "“";
}

.testimonial p::after {
  content: "”";
}

.testimonial .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}

.testimonial .content-button {
  margin-left: 1rem;
  background-color: #018abb;
  white-space: nowrap;
}

.testimonial cite {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  display: block;
  padding-bottom: 1.25rem;
}

.testimonial cite::before {
  content: "— ";
}

.testimonial:first-child h2 {
  margin-top: 0;
}

main form label {
  font-weight: 700;
  color: #7a7751;
  display: block;
  margin-bottom: 0.3125rem;
}

main form label.form-required::after {
  content: "*";
  color: #d14732;
}

main form [type=text],
main form [type=password],
main form [type=number],
main form [type=date],
main form [type=time] {
  padding: 0.9375rem;
  line-height: 1;
  border-color: #ccc;
  border-width: 0.0625rem;
}

main form select {
  display: inline-block;
  padding: 0.9375rem;
  padding-right: 1.875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-width: 0.0625rem;
  border-color: #ccc;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  line-height: 1.25;
}

main form textarea {
  padding: 0.9375rem;
  line-height: 1.5;
  border-color: #ccc;
  border-width: 0.0625rem;
}

main form [type=submit] {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  background-color: #8066b7;
  padding: 0.625rem;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}

main form [type=submit]:hover {
  background-color: #957ad1;
  border-color: #957ad1;
}

main form .description {
  font-size: 0.875rem;
  color: #757575;
  margin-top: 0.3125rem;
}

main form .form-item {
  margin-bottom: 0.9375rem;
}

main .people-directory-page form button[type=submit] {
  background-image: none;
  background-color: #2f8355;
  color: #fff;
  height: 1.875rem;
  width: 1.875rem;
  margin-top: 0.25rem;
}

main .people-directory-page form button[type=submit]:hover {
  background-color: #5ed795;
}

main .people-directory-page form button[type=submit]:after {
  color: #fff;
  margin-right: -2px;
}

main .people-directory-page .letter h2 {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .people-directory-page .letter h2:before {
  content: "";
  display: block;
  background-color: #e77530;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: -15;
}

main .access-denied form [type=text],
main .access-denied form [type=password] {
  width: 300px;
}

main .field-group-fieldset > legend {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #7a7751;
  display: block;
  margin-bottom: 0.3125rem;
  border-bottom-width: 0.0625rem;
  border-color: #757575;
  margin-bottom: 0.625rem;
}

main fieldset.form-item > legend {
  font-weight: 700;
  color: #7a7751;
  display: block;
  margin-bottom: 0.3125rem;
}

main fieldset.form-item label {
  color: #171614;
  display: inline-block;
  margin-right: 0.3125rem;
}

main [type=checkbox] + label,
main [type=radio] + label {
  display: inline-block;
  margin-left: 0.3125rem;
}

main [type=checkbox] + label:not([class]),
main [type=radio] + label:not([class]) {
  color: #171614;
}

.saml-login-cancel {
  color: #0057b8;
  border-bottom-width: 0.125rem;
  border-color: #007fa3;
  font-size: 1.125rem;
  cursor: pointer;
}

.saml-login-cancel:hover {
  border-color: #0057b8;
}

.exposed-form__keys {
  height: 40px;
}

.exposed-form__keys .exposed-form__input {
  width: 100%;
}

.exposed-form__keys .exposed-form__input .form-item {
  margin: 0;
}

.exposed-form__keys .exposed-form__input input {
  width: 100%;
  height: 27px;
  padding: 14px;
}

.exposed-form__keys .exposed-form__button input {
  width: 30px;
  height: 30px;
  background: url("../images/search-icon.png") no-repeat 57% 7px;
  background-color: #96d837;
  border: #96d837;
}

.exposed-form__keys .exposed-form__button input:hover {
  background-color: #96d837;
  border: #96d837;
  opacity: 80%;
}

.exposed-form__category .accordion__header {
  height: 34px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 0 !important;
  font-size: 1rem !important;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
  text-transform: none !important;
}

.exposed-form__category .accordion__header::after {
  font-size: 0.875rem;
}

.exposed-form__category .form-item label {
  font-size: 1.3125rem;
  font-weight: 400;
  padding-left: 0.1875rem;
  display: contents;
}

.exposed-form__category .form-item label::before {
  content: "";
  margin-left: 3px;
}

.exposed-form__letter ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
}

.exposed-form__letter ul li {
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
}

.exposed-form__letter ul li a {
  display: block;
  padding: 0.3125rem;
  text-align: center;
}

.exposed-form__letter ul li a:hover {
  background-color: #2f8355;
  color: #fff;
}

.exposed-form__letter ul li a.bef-link--selected {
  background-color: #2f8355;
  color: #fff;
}

.exposed-form__letter ul li span {
  display: block;
  padding: 0.3125rem;
  text-align: center;
  color: #999;
}

.blog__wrapper .share-button {
  top: -25px;
}

.slide .share-button {
  top: 33px;
  left: 15px;
  z-index: 9;
}

.slide .share-button .share-button__buttons span {
  height: 100%;
  padding-top: 0.25rem;
}

form p {
  margin-bottom: 1.25rem;
}

form p:last-child {
  margin-bottom: 0;
}

label {
  font-weight: 700;
  color: #7a7751;
}

select {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  background-color: #fff;
  border-width: 0.3125rem;
  border-color: #2f8355;
  border-radius: 0;
  padding: 0.3125rem;
  padding-right: 1.875rem;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../images/select_down.png);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select[multiple], select[size] {
  background-image: none;
}

[type=submit] {
  background-color: #8066b7;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #fff;
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
  padding: 0.625rem;
  padding-right: 1.875rem;
  border-width: 0.1875rem;
  border-color: #8066b7;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 50%;
  background-image: url(../images/bkg-submit-arrow.png);
  padding-right: 24px !important;
}

[type=submit]:hover {
  background-color: #957ad1;
  border-color: #957ad1;
}

[type=reset] {
  background-color: #fff;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #666;
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
  padding: 0.625rem;
  border-width: 0.1875rem;
  border-color: #666;
  background-repeat: no-repeat;
}

[type=reset]:hover {
  background-color: #f6f6f6;
}

[type=button]:not([class]),
button:not([class]) {
  background-color: #0057b8;
  text-transform: uppercase;
  color: #fff;
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
  padding: 0.625rem;
  border-width: 0.1875rem;
  border-color: #0057b8;
  background-repeat: no-repeat;
}

[type=button]:not([class]):hover,
button:not([class]):hover {
  background-color: #007fa3;
  border-color: #007fa3;
}

input, textarea {
  border-width: 0.0625rem;
  border-color: #ccc;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
}

.two-sections {
  margin-top: -92px;
}

.gsc-control-cse {
  border: 0 !important;
  padding-left: 0 !important;
}

.gsc-control-cse .gsc-result-info,
.gsc-control-cse .gsc-orderby,
.gsc-control-cse .gsc-expansionArea,
.gsc-control-cse .gs-bidi-start-align.gs-snippet {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
}

.gsc-control-cse .gsc-orderby {
  font-size: 1.125rem;
}

.gsc-control-cse .gsc-expansionArea .gsc-thumbnail-inside a.gs-title {
  font-size: 1.125rem;
  color: #0057b8;
  border-bottom-width: 0.125rem;
  border-color: #cfd2aa;
}

.gsc-control-cse .gsc-expansionArea .gsc-thumbnail-inside a.gs-title:hover {
  border-color: transparent;
}

.gsc-control-cse .gsc-expansionArea .gsc-table-result {
  margin-top: 0.625rem;
}

.gsc-control-cse .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page {
  color: #757575;
  border-bottom-width: 0.125rem;
  border-color: #cfd2aa;
  font-size: 1rem;
}

.gsc-control-cse .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page:hover {
  border-color: transparent;
}

.gsc-control-cse .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page.gsc-cursor-current-page {
  color: #171614;
  font-weight: 700;
  border-color: transparent;
}

.gsc-control-cse .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page.gsc-cursor-current-page:hover {
  text-decoration: none !important;
}

.gsc-control-cse .gcsc-find-more-on-google {
  display: inline-block;
  color: #0057b8;
  border-bottom-width: 0.125rem;
  border-color: #cfd2aa;
}

.gsc-control-cse .gcsc-find-more-on-google svg.gcsc-find-more-on-google-magnifier {
  display: inline-block;
  margin-right: 0.3125rem;
}

.gsc-control-cse .gcsc-find-more-on-google span {
  margin-right: 0.125rem;
}

.gsc-control-cse .gcsc-find-more-on-google:hover {
  border-color: transparent;
}

.gsc-control-cse .gcsc-find-more-on-google-branding a.gcsc-branding-clickable {
  border-bottom-width: 0.125rem;
  border-color: #cfd2aa;
}

.gsc-control-cse .gcsc-find-more-on-google-branding a.gcsc-branding-clickable:hover {
  border-color: transparent;
}

/* Sizes for each of these is set in fractal/tailwind.config.js */

.c-container,
.c-container-sm,
.c-container-lg {
  width: 100%;
}

.footer {
  color: #fff;
  position: relative;
  border-top: 0.3125rem #018abb solid;
  /* background: url("../images/bkg-bttm-texture-right2.jpg") no-repeat bottom right, #0057b8 url("../images/bkg-bttm-texture-left.jpg") no-repeat bottom left; */
  font-size: 1rem;
}

.footer a:link, .footer a:visited {
  border-bottom-color: #018abb;
  color: #fff;
}

.footer a.icon-button, .footer a.content-button {
  background-color: #018abb;
}

.footer li {
  border-color: #fff !important;
}

.footer a:not(.btn) {
  border-bottom-width: 0.125rem;
  color: #fff;
  border-color: #007fa3;
}

.footer a:not(.btn):hover {
  border-color: #fff;
}

@media (max-width: 768px) {
  .footer .testimonial .meta {
    display: block;
    margin-top: 0;
  }

  .footer .testimonial .content-button {
    margin: 1rem auto;
  }
}

.footer__wrapper {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer__wrapper {
    text-align: left;
  }
}

@media (min-width: 1192px) {
  .footer__wrapper {
    padding: 0;
    text-align: left;
  }
}

.footer__wrapper > a.btn-sm {
  display: block;
  position: absolute;
  top: -3px;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1192px) {
  .footer__wrapper > a.btn-sm {
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1192px) {
  .footer__columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.footer__col {
  margin-bottom: 1.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .footer__col {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (min-width: 1192px) {
  .footer__col {
    margin-top: 2.25rem;
    padding: 0 1rem 0 2.25rem;
  }
}

.contextual-links li::before, .entity-moderation-form li::before {
  content: none;
}

.contextual-links li, .entity-moderation-form li {
  padding-left: 0;
}

.contextual-links li a {
  border: none;
}

.footer__col ul:not(.contextual-links) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem -1rem;
}

.footer__col ul:not(.contextual-links) li {
  margin: 0.3em 0;
}

@media (min-width: 768px) {
  .footer__col ul:not(.contextual-links) {
    display: block;
  }
}

.footer__col ul:not(.contextual-links):first-child {
  margin-top: 0;
}

.footer__col ul:not(.contextual-links) li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 2rem);
          flex-grow: 1;
          flex-shrink: 1;
          flex-basis: calc(50% - 2rem);
  margin: 0.6rem 1rem;
  text-align: left;
}

@media (min-width: 768px) {
  .footer__col ul:not(.contextual-links) li {
    margin: 0 1rem 0.6rem;
  }
}

.footer__col.footer__col--a {
  border-bottom: 2px solid #004C97;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__col.footer__col--a {
    border-right: 2px solid #004C97;
    border-bottom-width: 0;
    text-align: left;
    padding-top: 15px;
  }
}

@media (min-width: 1192px) {
  .footer__col.footer__col--a {
    width: 17%;
    max-width: 18%;
    padding-left: 0;
    padding-top: 15px;
  }
}

.footer__col.footer__col--b {
  border-bottom: 2px solid #004C97;
}

.footer__col.footer__col--b ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

@media (min-width: 768px) {
  .footer__col.footer__col--b {
    max-width: 100%;
    border-bottom-width: 0;
  }
}

@media (min-width: 1192px) {
  .footer__col.footer__col--b {
    width: 30%;
    max-width: 30%;
    padding-right: 2.25rem;
    border-right: 2px solid #004C97;
  }
}

@media (min-width: 768px) and (max-width: 1192px) {
  .footer__col.footer__col--c {
    margin-right: 1rem;
    margin-left: 1rem;
    padding-top: 1rem;
    padding-right: 0;
    padding-left: 0;
    border-top: 2px solid #004C97;
  }
}

@media (min-width: 768px) {
  .footer__col.footer__col--c {
    max-width: 100%;
    border-right-width: 0;
  }

  .footer__col.footer__col--c .testimonial {
    text-align: left;
  }
}

@media (min-width: 1192px) {
  .footer__col.footer__col--c {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% + 2.25rem);
            flex-grow: 1;
            flex-shrink: 1;
            flex-basis: calc(50% + 2.25rem);
    width: calc(50% + 2.25rem);
    padding-right: 0;
    padding-left: 2.25rem;
  }
}

.footer__ribbon {
  padding: 0 2rem 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__ribbon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1rem 1rem;
  }
}

@media (min-width: 1192px) {
  .footer__ribbon {
    padding-right: 0;
    padding-left: 0;
  }
}

.footer__ribbon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 -0.3em;
  list-style: none;
  margin-left: -1em;
  margin-right: -1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__ribbon ul li {
  margin: 0.3em 0;
  padding: 0 0.3em;
  line-height: 1.1;
}

.footer__ribbon ul li {
  border-right-width: 0.0625rem;
  border-color: #171614;
  border-style: solid;
  padding: 0 1em;
}

.footer__ribbon ul li:last-child {
  border-width: 0;
}

@media (min-width: 768px) {
  .footer__ribbon ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.offcanvas {
  overflow: auto;
}

.offcanvas[aria-hidden=true] {
  display: none !important;
}

.offcanvas #search-block-form {
  margin: 0.8125rem;
}

.offcanvas h2 {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  padding: 0 0.8125rem;
  background-color: #007fa3;
  color: #fff;
  line-height: 2.2;
  text-transform: uppercase;
}

.offcanvas h2.sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  word-wrap: normal !important;
  clip: initial !important;
}

.offcanvas .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas .menu li {
  margin: 0.3em 0;
}

.offcanvas .menu .menu__item {
  margin: 0;
  padding: 1.125rem 0.8125rem;
  border-bottom: 2px #cfd2aa solid;
  font-size: 1.125rem;
}

.offcanvas .menu .menu__item:last-child {
  border-bottom-width: 0;
}

.offcanvas .menu .menu__item.home {
  display: none;
}

.offcanvas .menu .menu__item a {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  color: black;
  line-height: 1.2;
  text-transform: uppercase;
}

.offcanvas .menu .menu__item a:link, .offcanvas .menu .menu__item a:visited, .offcanvas .menu .menu__item a:hover, .offcanvas .menu .menu__item a:active {
  border-bottom-width: 0;
  text-decoration: none !important;
}

#main-menu li:not(.home) {
  display: none;
}

#main-menu .home {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25vw;
          flex: 0 0 25vw;
  height: 13.28vw;
}

#main-menu .home svg {
  background-color: #0057b8;
  display: block;
  max-width: 100%;
  height: auto;
  border-color: #007fa3;
  border-bottom-width: 0.25rem;
}

#main-menu .home svg .column {
  fill: #0057b8;
}

@media (min-width: 768px) {
  #main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }

  #main-menu .home {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30vw;
            flex: 0 0 30vw;
    max-width: 12.9375rem;
    height: 4.6875rem;
  }

  @media print {
    #main-menu .home {
      height: auto;
    }

    #main-menu .home svg {
      background-color: white;
    }

    #main-menu .home .shield,
#main-menu .home .wordmark {
      fill: #0057b8;
    }

    #main-menu .home .column {
      fill: white;
    }
  }
}

@media (min-width: 1024px) {
  #main-menu {
    -webkit-transform: translateX(-1.1rem);
            transform: translateX(-1.1rem);
  }

  #main-menu li {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 4px;
    padding: 0;
    text-align: center;
  }

  #main-menu li:not(.home) {
    display: block;
    text-align: center;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  @media print {
    #main-menu li:not(.home) {
      display: none;
    }
  }

  #main-menu li:not(.home):first-child {
    padding-left: 0;
  }

  #main-menu li:not(.home):last-child {
    padding-right: 0;
  }

  #main-menu li:not(.home) a {
    color: #171614;
    border-bottom-width: 0.125rem;
    border-color: transparent;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    -webkit-transition: border-bottom-color 0.2s ease-in-out;
    transition: border-bottom-color 0.2s ease-in-out;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.05em;
  }

  #main-menu li:not(.home) a:hover {
    border-color: #007fa3;
  }

  #main-menu li:not(.home)::before {
    color: #999;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-0.75em);
            transform: translateX(-0.75em);
    content: "・";
  }

  #main-menu li:not(.home):first-child::before, #main-menu li:not(.home):nth-child(5)::before {
    display: none;
  }
}

.auxiliary-navigation {
  position: relative;
  width: 64.8rem;
  display:none;
}

.auxiliary-navigation .quicklinks,
.auxiliary-navigation .searchbar {
  position: absolute;
  top: 6px;
  right: 0;
}

.auxiliary-navigation .quicklinks {
  right: 2.5em;
}

.breadcrumb li.inline a {
  color: #0057b8;
}

.breadcrumb li.inline a:hover {
  color: #2f63d4;
}

.breadcrumb li.inline::after {
  content: "/";
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  color: #03bdff;
}

.breadcrumb li.inline:last-child::after {
  display: none;
}

.datepicker th, .datepicker td {
  min-width: 2.5rem;
}

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

.pager li::before {
  content:none;
}

.pager li {
  line-height: 1;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  margin-right: 0.625rem;
  font-weight: 700;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  min-width: 2.25rem;
}

.pager li.pager-current, .pager li.pager-ellipsis {
  padding: 0.625rem;
}

.pager li.pager-current {
  background-color: #2f8355;
  color: #fff;
}

.pager li.pager-next a {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  background-color: #0057b8;
  padding: 0.625rem;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  display: inline-block;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  background-color: #8066b7;
  text-transform: uppercase;
  font-weight: 700;
}

.pager li.pager-next a:hover {
  background-color: #2f8355;
  color: #fff;
}

.pager li.pager-next a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  color: #fecb34;
  content: "\f105";
  margin-left: 0.3em;
}

.pager li.pager-last a {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  background-color: #0057b8;
  padding: 0.625rem;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  display: inline-block;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  background-color: transparent;
  color: #0057b8;
  text-transform: uppercase;
  font-weight: 700;
}

.pager li.pager-last a:hover {
  background-color: #2f8355;
  color: #fff;
}

.pager li.pager-last a:hover:after {
  color: #fecb34;
}

.pager li.pager-last a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  color: #171614;
  content: "\f101";
  margin-left: 0.3em;
}

.pager li.last {
  margin-right: 0;
}

.section-nav h2 a {
  color: #0057b8;
}

.section-nav h2 a:hover {
  color: #2f63d4
}

.section-nav .menu__item .menu__item--active ~ .menu {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.section-nav .menu__item.menu__item__az a {
  background-color: #8066b7;
}

.section-nav .menu__item.menu__item__az a:hover {
  background-color: #957ad1;
}

.section-nav li li.menu__item.menu__item__az a {
  background-color: transparent;
}

.section-nav li li.menu__item.menu__item__az a:hover {
  background-color: transparent;
}

.section-nav .menu__item.hide-menu-item {
  display: none;
}

.section-nav .menu__item.hide-menu-item-children ul {
  display: none;
}

.section-nav li li {
  margin: 0;
}

.section-nav ul::before, .section-nav li::before {
  content: none;
}

.blog .blog__content p {
  margin-bottom: 1.25rem;
}

/** News and Events page - making the featured event display in a 16x9 aspect ratio **/
.events-featured__image {
    position: relative;
    padding-right: 0;
}
.events-featured__image::after {
    display: block;
    content: '';
    /* 16:9 aspect ratio */
    padding-bottom: 56.25%;
}
.events-featured__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1024px) {
  figure a.event-teaser__image img {
    width: 368px;
    height: 204px;
  }
  .events-featured__image img {
    width: 412px;
    height: 232px;
  }
}

.node-type-article .slide--video-z-index {
  z-index: 9;
  position: relative;
}
.node-type-article .article__wrapper-z-index {
  z-index: 10;
  position: relative;
}

.node-type-article .article__footer-z-index {
  z-index: 11;
  position: relative;
}

.node-type-article .article__content:empty
{
    display:none;
}

.article img {
  width: 100%;
}

.article .article__content p {
  margin-bottom: 1.25rem;
}

.article .article__content h2, .article .inner-slab-text-container .editorial-slab h2, .article h2.lg\:text-6xl {
  margin-bottom: 0.9375rem;
}

.article .teaser-item h3 {
    font-size: 30px;
    line-height: 38px;
  }

.article .article__content p:first-of-type::first-letter {
  font-size: 4.6875rem;
  font-weight: 700;
  color: #0057b8;
  float: left;
  padding-right: 0.3125rem;
  line-height: 0.83;
}

.article .article__content .inset p:first-of-type::first-letter, .article .portrait-listing p:first-of-type::first-letter {
  float: none;
  padding-right: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.article .article__content .inset p {
  margin-bottom: 0;
}

.article .article__content blockquote p:first-of-type::first-letter {
    float: none;
    padding-right: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

@media (min-width: 768px) {
  .article .inset--left {
    margin-left: -15%;
  }
  .article .inset--right {
    margin-right: -15%;
  }
  .article .accordion .inset--left {
    margin-left: 0;
  }
  .article .accordion .inset--right {
    margin-right: 0;
  }
}
/*
.paragraphs-items-field-headlines-with-images a,
.field-name-field-accomplishments a {
  color: #007fa3;
  border-bottom-width: 0.125rem;
  border-color: #cfd2aa;
}
*/
.grid-of-items .item .item__content p {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.625;
}

.by-the-numbers--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.by-the-numbers--row > div:nth-child(n).bg- {
  background-color: #8066b7;
  border-color: #d2a9d3;
}

.by-the-numbers--row > div:nth-child(2n).bg- {
  background-color: #e77530;
  border-color: #ffe7b6;
}

.by-the-numbers--row > div:nth-child(3n).bg- {
  background-color: #2f8355;
  border-color: #c5e7c5;
}

.by-the-numbers--row > div:nth-child(4n).bg- {
  background-color: #d14732;
  border-color: #eecbcb;
}

@media (min-width: 1280px) {
  .by-the-numbers--row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.by-the-numbers--row > * {
  width: 100%;
  margin-bottom: 1.5625rem;
}

@media (min-width: 768px) {
  .by-the-numbers--row > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    margin-right: 1.5625rem;
    min-width: calc(50% - 12.5px);
    max-width: calc(50% - 12.5px);
  }

  .by-the-numbers--row > *:nth-child(2n), .by-the-numbers--row > *:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .by-the-numbers--row > * {
    min-width: calc(33% - 13.5px);
    max-width: calc(33% - 13.5px);
  }

  .by-the-numbers--row > *:nth-child(2n) {
    margin-right: 1.5625rem;
  }

  .by-the-numbers--row > *:nth-child(3n), .by-the-numbers--row > *:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1280px) {
  .by-the-numbers--row > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    margin-bottom: 0;
    min-width: 0;
    max-width: 100%;
  }

  .by-the-numbers--row > *:nth-child(3n) {
    margin-right: 1.5625rem;
  }

  .by-the-numbers--row > *:last-child {
    margin-right: 0;
  }
}

.by-the-numbers--list .stats-box div {
  padding: 0.375rem;
  margin-bottom: 0.625rem;
  border-top-width: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.by-the-numbers--list .stats-box div > span {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 6.875rem;
  line-height: 1.25;
}

.by-the-numbers--list .stats-box div > p {
  line-height: 1.25;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-right: 0.9375rem;
  color: #000;
  margin-bottom: 0;
}

.by-the-numbers--list .stats-box .stat-text {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
}
.stat-text p {
  padding: 0.9375rem;
}

.by-the-numbers--list .stats-box div:nth-child(n) {
  border-color: #0057b8;
}
.by-the-numbers--list .stats-box div:nth-child(n) > span {
  color: #0057b8;
}
.by-the-numbers--list .stats-box div:nth-child(6n+2) {
  border-color: #8066b7;
}
.by-the-numbers--list .stats-box div:nth-child(6n+2) > span {
  color: #8066b7;
}
.by-the-numbers--list .stats-box div:nth-child(6n+3) {
  border-color: #2f8355;
}
.by-the-numbers--list .stats-box div:nth-child(6n+3) > span {
  color: #2F8355;
}
.by-the-numbers--list .stats-box div:nth-child(6n+4) {
  border-color: #007fa3;
}
.by-the-numbers--list .stats-box div:nth-child(6n+4) > span {
  color: #007fa3;
}
.by-the-numbers--list .stats-box div:nth-child(6n+5) {
  border-color: #d14732;
}
.by-the-numbers--list .stats-box div:nth-child(6n+5) > span {
  color: #d14732;
}
.by-the-numbers--list .stats-box div:nth-child(6n+6) {
  border-color: #c45510;
}
.by-the-numbers--list .stats-box div:nth-child(6n+6) > span {
  color: #c45510;
}
/* 7-10 colors only get used when we're showcasing with a donut chart */
.by-the-numbers--list .stats-box.stats-more-colors div:nth-child(6n+7) {
  border-color: #936f01;
}
.by-the-numbers--list .stats-box.stats-more-colors div:nth-child(6n+7) > span {
  color: #936f01;
}
.by-the-numbers--list .stats-box.stats-more-colors div:nth-child(6n+8) {
  border-color: #0670e9;
}
.by-the-numbers--list .stats-box.stats-more-colors div:nth-child(6n+8) > span {
  color: #0670e9;
}
.by-the-numbers--list .stats-box.stats-more-colors div:nth-child(6n+9) {
  border-color: #000;
}
.by-the-numbers--list .stats-box.stats-more-colors div:nth-child(6n+9) > span {
  color: #000;
}
.by-the-numbers--list .stats-box.stats-more-colors div:nth-child(6n+10) {
  border-color: #757575;
}
.by-the-numbers--list .stats-box.stats-more-colors div:nth-child(6n+10) > span {
  color: #757575;
}

.by-the-numbers--list .stats-box.stats-less-padding div > p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.article .inset--stats_inset > div > h2 {
    font-size: 1.3125rem;
    font-weight: normal;
}

.inset--full.inset--stats_inset .stats-box {
    display: flex;
    flex-wrap: wrap;
}

.inset--full.inset--stats_inset>div>div {
    padding: 0;
    background: none;
}
.inset--full.inset--stats_inset .stats-box .stat-text {
    background: none !important;
    color: #fff;
    margin-bottom: 1rem;
    padding: 0;
    font-size: 1.3125rem;
    font-family: "freight-text-pro", "Times New Roman", Georgia, Garamond, serif;
    line-height: 1.625;
    font-weight: bold;
}
.inset--full.inset--stats_inset .stats-box div {
    flex: 1;
    display: block;
    min-width: 31%;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding-top: 20px;
    padding-bottom: 20px;
}

.inset--full.inset--stats_inset .stats-box div>span {
    color: #fff;
    margin: 0 auto;
    font-size: 3.5em;
    font-family: "freight-text-pro", "Times New Roman", Georgia, Garamond, serif;
    line-height: 1em;
    min-width: auto;
    width: 100%;
    display: inline-block;
    overflow-wrap: break-word;
    padding: 20px 0;
}

.inset--full.inset--stats_inset .stats-box div p {
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0;
    font-size: 1.3125rem;
    font-family: "freight-text-pro", "Times New Roman", Georgia, Garamond, serif;
    line-height: 1.625;
    font-weight: bold;
}

@media (max-width: 768px) {
    .inset--full.inset--stats_inset .stats-box div {
        min-width: 47%;
    }
}

.inset--full.inset--stats_inset .by-the-numbers--list .stats-box div:nth-child(n) {
    border: none;
    background: #0057b8;
}

.inset--full.inset--stats_inset .by-the-numbers--list .stats-box div:nth-child(6n+2) {
    border: none;
    background: #8066b7;
}

.inset--full.inset--stats_inset .by-the-numbers--list .stats-box div:nth-child(6n+3) {
    border: none;
    background: #2f8355;
}

.inset--full.inset--stats_inset .by-the-numbers--list .stats-box div:nth-child(6n+4) {
    border: none;
    background: #007fa3;
}

.inset--full.inset--stats_inset .by-the-numbers--list .stats-box div:nth-child(6n+5) {
    border: none;
    background: #d14732;
}

.inset--full.inset--stats_inset .by-the-numbers--list .stats-box div:nth-child(6n+6) {
    border: none;
    background: #e77530;
}

.list-of-items .item .item__media img {
  max-width: 368px;
}

.list-of-items .item.news-feed-teaser {
  min-height: 152px;
}

.list-of-items .item.news-feed-teaser .item__media {
  max-width: 252px;
}

.list-of-items .item .item__content p {
  font-size: 1.125rem;
}

.list-of-items .item .item__content > * {
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .inset {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    width: 368px;
  }

  .inner-slab-text-container .inset {
    max-width: 50%;
  }

  .inset.inset--left {
    float: left;
    padding-right: 1.25rem;
    position: relative;
    clear: both;
  }

  .inset.inset--right {
    float: right;
    padding-left: 1.25rem;
    position: relative;
    clear: both;
  }

  .inset.inset--full {
    width: 100%;
  }
  /** news inset full with thumb image styling **/
  .inset--full.inset--news_inset .view-id-inset_views {
      display: flex;
      flex-wrap: wrap;
  }
  .inset--full.inset--news_inset .views-row {
      display: inline-block;
      width: 50%;
      margin: 0px;
      padding: 0.625rem;
      border-bottom: none;
  }  
}

.inset .button {
  width: 100%;
  line-height: 1.625;
}

.lightbox-image:after {
  content: "\f424";
  font: var(--fa-font-solid);
  color: #fecb34;
  left: 0;
  bottom: 0;
  position: absolute;
  padding: 0.625rem;
  opacity: 0.75;
  line-height: 1;
  font-size: 1.75rem;
  display: block;
  background-color: #007fa3;

}

.lightbox-image:hover:after {
  opacity: 1;
}

.teaser-grid .lightbox-image:after, .teaser-list .lightbox-image:after {
    bottom: 20px;
}

.lightbox-image {
    position: relative;
}

.inset-text .views-element-container .views-row {
  border-bottom-width: 0.0625rem;
  border-color: #cfd2aa;
}

.inset-text .views-element-container .views-row:last-of-type {
  border-color: transparent;
  padding-bottom: 0;
}

/* text inset inside news stories - title style  */

.node-type-article .article__content .inset-text > h2 {
    font-size: 1.3125rem;
    font-weight: 500;
}

.dining-hours {
  font-size: 1rem;
  line-height: 2;
}

.dining-hours > span {
  color: #7a7751;
}

.dining-hall-location {
  margin-top: 20px;
  color: #7a7751;
  font-style: italic;
}

.food-legend {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif !important;
}

.food-legend > h2 {
  font-family: 'freight-text-pro', serif;
  font-size: 36px;
  line-height: 44px;
}

.menu_week {
  text-align: center;
  margin: 70px 0;
  color: #e77530;
  font-family: 'freight-text-pro', serif;
  font-style: italic;
  font-size: 28px;
  line-height: 34px;
}

.menu-nutrition .accordion__panel > div {
  background-color: white !important;
  padding: 10px 20px;
}

.menu-jump-to a {
  color: #0057b8 !important;
  border-bottom: 2px solid #007fa3;
}

.menu-jump-to a:hover {
  border-bottom-color: #0057b8;
}

.menu-nutrition .accordion__panel h2 {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 36px;
  line-height: 44px;
}

.menu-nutrition .accordion__panel h3 {
  color: #e77530;
  font-size: 28px;
  line-height: 34px;
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 25px;
}

.nutrition-menu-section {
  padding: 0 !important;
}

.menu-nutrition-item {
  padding: 10px 5px !important;
}

.nutrition-name-icons {
  padding: 0 !important;
}

.nutrition-name-icons p {
  font-family: 'freight-text-pro', serif;
}

.menu-nutrition-item > .nutrition-btn {
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif !important;
}

.menu-nutrition-item > .nutrition-facts {
  padding: 20px;
}

.nutrition-facts > h4 {
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif !important;
  font-size: 24px;
  line-height: 33px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.nutrition-facts > div,
.nutrition-facts > p {
  font-family: 'freight-text-pro', serif;
  margin-top: 10px;
}

@media (min-width: 640px) {
  .dining-days-col-1,
  .dining-days-col-2,
  .dining-days-col-3 {
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
}

.sagehen-email-form {
  padding: 20px;
}

.sagehen-email-form input {
  max-width: 740px;
  margin-bottom: 20px;
}

.sagehen-email-form .description {
  margin-bottom: 20px;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif !important;
}

.sagehen-email-form .form-item--error-message {
  color: #ff0000;
  margin-bottom: 20px;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif !important;
}

#sagehen-report td {
  background: transparent;
}

#sagehen-report table th {
  background: transparent;
}

#sagehen-report table, #sagehen-report table th, #sagehen-report table tr, #sagehen-report table td {
  border-radius: 0;
  border: none;
}

div[aria-label="Status message"] {
  color: #68c187;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 700;
}

.fancybox-caption__body {
  font-size: 1.2rem;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  text-decoration: underline !important;
}

.fancybox-caption a:hover {
  text-decoration-color: #fecb34 !important;
}

a[data-fancybox][href*="youtube"], a[data-fancybox][href*="youtu.be"], .paragraphs-item-grid-items .item__media a[href*="youtu.be"],
.paragraphs-item-grid-items .item__media a[href*="youtube"], .paragraphs-item-list-items .item__media a[href*="youtu.be"],
.paragraphs-item-list-items .item__media a[href*="youtube"] {
  position: relative;
  display:block;
  border-bottom: none !important;
}

a[data-fancybox][href*="youtube"]::after, a[data-fancybox][href*="youtu.be"]::after, .paragraphs-item-grid-items .item__media a[href*="youtu.be"]::after,
.paragraphs-item-grid-items .item__media a[href*="youtube"]::after, .paragraphs-item-list-items .item__media a[href*="youtu.be"]::after,
.paragraphs-item-list-items .item__media a[href*="youtube"]::after {
  left: 0;
  top: 0;
  background: url(../images/16x9-video-play-button-overlay.png) no-repeat 0 0 transparent;
  width: 100%;
  height: 100%;
  background-size: contain;
  content: "";
  position: absolute;
  opacity: .8;
}

.fifty-fifty-feature a[data-fancybox][href*="youtube"]::after, .fifty-fifty-feature a[data-fancybox][href*="youtu.be"]::after {
  top: 30px;
}

a[data-fancybox][href*="youtube"]:hover::after, a[data-fancybox][href*="youtu.be"]:hover::after, .paragraphs-item-grid-items .item__media a[href*="youtu.be"]:hover::after,
.paragraphs-item-grid-items .item__media a[href*="youtube"]:hover::after, .paragraphs-item-list-items .item__media a[href*="youtu.be"]:hover::after,
.paragraphs-item-list-items .item__media a[href*="youtube"]:hover::after {
  opacity: 1;
}

.inset--full {
  clear:both;
}

/* Video insets full - fixing the max-width and the play button  */
.inset--full.inset--video_inset {
    position: relative;
    max-width: 100%;
}

.page-contact {
  position: relative;
}

.page-contact a.btn-more {
  position: absolute;
  left: 20px;
  top: -10px;
}

@media (min-width: 768px) {
  .page-contact {
    width: calc(50% - 20px);
  }

  .page-contact:last-of-type {
    margin-left: 2.5rem;
  }
}

.bg-quote {
  background: url("../images/bkg-quote-open.png") scroll no-repeat left 27px, url("../images/bkg-quote-close.png") scroll no-repeat calc(100% - 6.25rem) bottom;
  padding-left: 6.25rem;
  padding-right: 3.125rem;
  padding-bottom: 3.125rem;
  min-height: 12.5rem;
}

.quote__image {
  width: 10.9375rem;
  height: 10.9375rem;
}

figure img, figure picture {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-width: 100%;
}

.person img, .person picture {
  min-width: 100%;
}

.node-type-person #in-the-news .views-field-title {
    margin-bottom: 0.625rem;
  }

.node-type-person #in-the-news .views-field-field-publish-date {
    font-size: 1rem;
    color: #7a7751;
  }

.node-type-person #in-the-news .views-row {
    margin-bottom: 1rem;
  }

.node-type-person #in-the-news .view-id-person_news {
  background-color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem;
  border-top-width: 0.625rem;
  border-color: #ccc;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
}

.sidebar-contact__details a {
  font-size: 1.125rem;
  font-family: "freight-text-pro", "Times New Roman", Georgia, Garamond, serif;
  color: #0057b8;
  display: inline-block;
  margin-bottom: 0.3125rem;
  border-bottom-width: 0.125rem;
  border-color: #007fa3;
}

.sidebar-contact__details a:hover {
  border-color: #0057b8;
}

.sidebar-contact__social {
  margin-top: 0.625rem;
}

.sidebar-contact__social a {
  display: inline-block;
  margin-right: 0.625rem;
}

.sidebar-contact__social a:hover {
  opacity: 0.75;
}

.sidebar-contact__social a:last-of-type {
  margin-right: 0;
}

.sidebar-contact .contact-us-details p > .btn,
.sidebar-contact p > .btn {
    color: #fff;
    background-color: #007fa3;
    font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    border-style: none;
    line-height: 1.625;
}
.sidebar-contact .contact-us-details p > .btn-editorial-sm,
.sidebar-contact p > .btn-editorial-sm {
    font-weight: 400;
    font-size: 1rem;
    padding: 0.3125rem 0.625rem;
    padding-right: 2.5em;
    margin-top: 5px;
}
.sidebar-contact .contact-us-details p > .btn-editorial,
.sidebar-contact p > .btn-editorial {
    padding: 0.9375rem;
    font-size: 1.125rem;
    padding-right: 2.5em;
    margin-top: 5px;
}
.sidebar-contact .contact-us-details p > .btn:hover,
.sidebar-contact p > .btn:hover {
    background-color: #0092bc;    
}

.sidebar-contact .contact-us-details p > a {
    font-size: 1.125rem;
    font-family: "freight-text-pro",serif;
    color: #0057b8;
    display: inline-block;
    margin-bottom: 0.3125rem;
    border-bottom-width: 0.125rem;
    border-color: #cfd2aa;
}
.sidebar-contact .contact-us-details p > a:hover {
    border-color: #0057b8;
}

.sidebar-contact a.sidebar-contact__location[href*="/map/?"]:before {
  content: none;
}


.contact-us-office-number {
    color: #7a7751;
}

.contact-us-name,
.contact-us-location,
.contact-us-email,
.contact-us-phone,
.sidebar-contact__details > div {
    margin-bottom: 5px;
}

.contact-us-name a,
.contact-us-location a,
.contact-us-location a > span,
.contact-us-email a,
.contact-us-phone a,
.sidebar-contact__details .sidebar-contact__location,
.sidebar-contact__details .sidebar-contact__location > span {
    word-break: normal;
    display: inline;
}

.accordion [type=button] {
  border-color: #007fa3;
}

.accordion__header {
  width: 100%;
  padding: 0.625rem;
  padding-right: 2.5rem;
  line-height: 1.625;
  font-size: 1.125rem;
  text-align: left;
  margin-bottom: 0.625rem;
  background-color: #007fa3;
  color: #fff;
  font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
  font-weight: 700;
  text-transform: none;
  cursor: pointer;
}

.accordion__header[aria-expanded=true] {
  background-color: #0057b8;
  border-color: #0057b8 !important;
}

.accordion__header[aria-expanded=true]:hover {
  background-color: #0057b8 !important;
  border-color: #0057b8 !important;
}

.accordion__header::after {
  color: #fecb34;
}

.accordion__header:hover {
  background-color: #0092bc !important;
  border-color: #0092bc !important;
}

.with-sidebar-aside .accordion__header {
    text-transform: uppercase;
}

.accordion__title {
  position: absolute;
  left: -99999em;
}

.accordion__panel {
  max-height: 100em;
  margin: 0;
  -webkit-transition: visibility 0s ease-in-out, max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: visibility 0s ease-in-out, max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
}

[aria-hidden=true].accordion__panel {
  max-height: 0;
  margin: 0;
  padding: 0;
  -webkit-transition-delay: 0.3s, 0s, 0s;
          transition-delay: 0.3s, 0s, 0s;
  opacity: 0;
  visibility: hidden;
}

button.accordion__header {
  display: block;
  position: relative;
}

button.accordion__header::after {
  content: "\2b";
  font: var(--fa-font-solid);
  font-size: 1.3125rem;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

button.accordion__header[aria-expanded=true]::after {
  content: "\f068";
}

button.accordion__header::focus {
  outline: 1px dotted !important;
}

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

.slideshow p {
  margin: 0;
}

@media (min-width: 768px) {
  .slideshow--research .slick-dots {
    max-width: 60%;
  }
}

.slideshow--research figcaption {
  background-color: #fff;
}

.slideshow--top .slick-track {
  padding-bottom: 20px;
}

.slideshow--top .slick-prev,
.slideshow--top .slick-next {
  bottom: 4.5rem;
}

.slideshow--top .slick-prev::before,
.slideshow--top .slick-next::before {
  color: #fecb34;
}

.slideshow--top .slick-prev:hover::before,
.slideshow--top .slick-next:hover::before {
  color: white;
}

.slideshow--detail .slick-prev,
.slideshow--detail .slick-next {
  bottom: 4.5rem;
}

.slideshow--detail .slick-prev::before,
.slideshow--detail .slick-next::before {
  color: #fecb34;
}

.slideshow--detail .slick-prev:hover::before,
.slideshow--detail .slick-next:hover::before {
  color: white;
}

.slideshow--presentation .slick-slide {
  line-height: 0;
}

.slideshow--highlight .slick-slide {
  line-height: 1.5;
}

.slideshow--highlight .slick-prev,
.slideshow--highlight .slick-next {
  bottom: 3.125rem;
}

.slideshow--highlight .slick-prev::before,
.slideshow--highlight .slick-next::before {
  color: #fecb34;
}

.slideshow--highlight .slick-prev:hover::before,
.slideshow--highlight .slick-next:hover::before {
  color: #fff;
}

@media (min-width: 1024px) {
  .slideshow--highlight .slick-prev,
.slideshow--highlight .slick-next {
    bottom: 10.5rem;
  }

  .slideshow--highlight .slick-prev::before,
.slideshow--highlight .slick-next::before {
    font-size: 2.25rem;
    color: #fff;
    opacity: 0.75;
    color: #fff;
  }

  .slideshow--highlight .slick-prev:hover::before,
.slideshow--highlight .slick-next:hover::before {
    opacity: 1;
  }
}

.slick-dots li::before {
  content: none;
}

.slick-dots li {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .slideshow--highlight .slick-dots {
    position: absolute;
    bottom: 4rem;
    left: 16rem;
    width: auto;
  }
}

.slideshow--tabbed {
  /* Repurposed the dots in the slick container to be tabs
     at the large breakpoint because the dots have all the of
     the interactions, aria states, and so forth that we'd need. */
}

.slideshow--tabbed .slick-slide .slide {
  border-bottom-width: 0.375rem;
  border-color: #007fa3;
}

.slideshow--tabbed .slick-prev,
.slideshow--tabbed .slick-next {
  bottom: 3.25rem;
  display: none !important;
}

.slideshow--tabbed .slick-prev::before,
.slideshow--tabbed .slick-next::before {
  color: white;
}

@media (min-width: 1024px) {
  .slideshow--tabbed .slick-prev,
.slideshow--tabbed .slick-next {
    bottom: 7rem;
  }

  .slideshow--tabbed .slick-prev::before,
.slideshow--tabbed .slick-next::before {
    font-size: 2.25rem;
  }
}

.slideshow--tabbed:hover .slick-prev,
.slideshow--tabbed:hover .slick-next {
  display: inline-block !important;
}

@media (min-width: 1280px) {
  .slideshow--tabbed {
    margin-bottom: 60px !important;
  }

  .slideshow--tabbed .slick-dots {
    bottom: -24px;
  }

  .slideshow--tabbed .slick-dots li {
    width: auto;
  }

  .slideshow--tabbed .slick-dots li button {
    height: auto;
    width: auto;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    background-color: #0057b8;
    padding: 0.625rem;
    font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
    line-height: 1;
    display: inline-block;
    position: relative;
    cursor: pointer;
    letter-spacing: 1px;
    background-color: #007fa3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
    padding: 0.9375rem;
    background: #007fa3 !important;
  }

  .slideshow--tabbed .slick-dots li button:hover {
    background: #60a7d5 !important;
  }

  .slideshow--tabbed .slick-dots li button:before {
    display: none;
  }

  .slideshow--tabbed .slick-dots li.slick-active button {
    background-color: #0057b8;
    background: #0057b8 !important;
  }

  .slideshow--tabbed .slick-dots li.slick-active button:hover {
    background: #0057b8 !important;
  }
}

.slideshow--highlight.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.special .highlight-slideshow-container {
  margin-bottom: 5.3125rem;
}

.special .highlight-slideshow-container .slideshow figcaption {
  display: none;
}

.special .highlight-slideshow-container .slideshow .slick-arrow {
  display: none !important;
}

.special .highlight-slideshow-container .slideshow .slick-dots {
  bottom: 50px;
}

@media (min-width: 768px) {
  .special .highlight-slideshow-container .slideshow .slick-dots {
    right: -250px;
  }
}

@media (min-width: 1024px) {
  .special .highlight-slideshow-container .slideshow .slick-dots {
    display: none !important;
  }
  .special .highlight-slideshow-container .slideshow .slick-arrow {
    display: inline-block !important;
  }
}

.highlight-slideshow-container {
  margin-bottom: 1.875rem;
}

@media (min-width: 1024px) {
  .highlight-slideshow-container {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .highlight-slideshow-container + .c-container {
    margin-top: 1.875rem;
  }
}

.homepage-slideshow figure {
  border-bottom-width: 0.3125rem;
  border-color: #0057b8;
}

@media (min-width: 1024px) {
  .homepage-slideshow figure {
    margin-bottom: -6px;
  }
}

@media (min-width: 1024px) {
  #trumba-events-slideshow .slide img {
    height: 490px;
  }
}

.slideshow-with-sidebar figure {
  margin-bottom: -0.5em;
}

.slideshow-with-sidebar .btn {
  font-size: 1rem;
  font-weight: 400;
}

.c-container-lg .slideshow-with-sidebar {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

@media (min-width: 768px) {
  .c-container-lg .slideshow-with-sidebar {
    margin-left: 0;
    margin-right: 0;
  }
}

.item img {
  width: 100%;
  height: auto;
}

.stat-block--vertical {
  padding: 1.25rem;
  border-top-width: 0.375rem;
}

.stat-block--vertical .stat-block__stat {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .stat-block--vertical .stat-block__stat {
    font-size: 3.625rem;
  }

  .stat-block--vertical .stat-block__stat span {
    font-size: 1.5rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: -1em;
  }
}

.stat-block--vertical .stat-block__caption {
  font-size: 1.125rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .stat-block--vertical .stat-block__caption {
    font-size: 1.5rem;
  }
}

.stat-block--horizontal {
  padding: 0.375rem;
  border-top-width: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stat-block--horizontal .stat-block__stat {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 6.875rem;
  line-height: 1.25;
}

.stat-block--horizontal .stat-block__caption {
  line-height: 1.25;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.stat-block:not(.stat-block--horizontal) .stat-block__stat, .stat-block:not(.stat-block--vertical) .stat-block__stat {
  margin-top: -17px;
}

/*
 * Since this is a relatively finicky component I've
 * placed the bulk of the tailwind classes in apply
 * statements, leaving font and color utility classes
 * in place.
 */

.slide--highlight-region {
  position: relative;
}

@media (min-width: 1024px) {
  .slide--highlight-region {
    padding-bottom: 0;
  }
}

.slide--highlight-region figcaption {
  line-height: 1.2;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  min-height: 6.25rem;
  color: #fff;
}

@media (min-width: 1024px) {
  .slide--highlight-region figcaption {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    display: block;
    font-size: 2rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 0;
    /* There appears to be a difference between slideshows on the front and the interior,
       where the interior slideshows are set at ~105 and the home is set at ~160 or so.
       Ideally these styles would be aligned.
       At the moment I am finding it difficult to impossible to set the front page
       slideshow. -- JHW 10/23/20
    */
    left: 160px;
    right: auto;
    bottom: 120px;
    max-width: calc(100% - 320px);
    min-width: 48%;
  }

  .slide--highlight-region figcaption a {
    position: absolute;
    bottom: 0;
    left: 3.75rem;
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
  }
}

.slide--top-of-content figcaption a {
  -webkit-transform: translateY(46%);
          transform: translateY(46%);
}

.node-type-blog .slide--top-of-content p {
    margin: 0;
}

.slide--video {
  max-width: 1300px;
  height: auto;
}

.slide--video video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.with-sidebar-aside, .body-field, .content-header {
  padding: 20px;
}

@media (min-width: 768px) {
  .with-sidebar-aside, .body-field, .content-header {
    padding: 0;
  }
}

.aria-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.at-accordion-or-tabs > li::before {
  content: none;
}

.at-accordion-or-tabs li {
  padding-left: 0;
}

.at-accordion-or-tabs {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  position: relative;
  clear: both;
}

.at-accordion-or-tabs > li > a {
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 1.125rem;
  display: block;
  background-color: #007fa3;
  color: #fff;
  line-height: 1;
  padding: 1.25rem;
  margin-bottom: 0.3125rem;
  position: relative;
}

.at-accordion-or-tabs > li > a:hover, .at-accordion-or-tabs > li > a:active {
  background-color: #0092bc;
  color: #fff;
}

.at-accordion-or-tabs > li > a::after {
  content: "\f067";
  font-size: 1.3125rem;
  color: #fecb34;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.at-accordion-or-tabs > li > a.active {
  background-color: #0057b8;
}

.at-accordion-or-tabs > li > a.active::after {
  content: "\f068";
}

.at-accordion-or-tabs > li > section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: none;
}

.at-accordion-or-tabs .at-tab-one-pixel-fix-left,
.at-accordion-or-tabs .at-tab-one-pixel-fix-right {
  display: none;
}

.at-accordion-or-tabs.at-tabs > li {
  display: inline;
}

.at-accordion-or-tabs.at-tabs > li > a {
  display: inline-block;
  font-weight: 700;
  position: relative;
  z-index: 30;
  margin-bottom: 0;
}

.at-accordion-or-tabs.at-tabs > li > a::after {
  display: none;
}

.at-accordion-or-tabs.at-tabs > li > a:hover:not(.active) {
  background-color: #0092bc;
  color: #fff;
}

.at-accordion-or-tabs.at-tabs > li > a.active {
  z-index: 50;
}

.at-accordion-or-tabs.at-tabs > li > a.active:hover {
  background-color: #0057b8;
  color: #fff;
}

.at-accordion-or-tabs.at-tabs > li > section {
  float: left;
  border-color: #007fa3;
  border-top-width: 0.5rem;
  z-index: 40;
  top: -8px;
}

.node-type-person .at-accordion-or-tabs.at-tabs > li > a {
  text-transform: uppercase;
}

.node-type-person .at-accordion-or-tabs > li > a::after {
  content: '\2b';
  font: var(--fa-font-solid);
}
.node-type-person .at-accordion-or-tabs [aria-expanded=true]::after {
  content: "\f068";
  font: var(--fa-font-solid);
}

a.anchor, div.anchor {
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
    line-height: 0;
}

.view-id-staff_listing img {
  max-width: 145px;
}

#mc_embed_signup .button {
  background-color: #007fa3 !important;
}

#mc_embed_signup #mce-success-response, #mc_embed_signup #mce-error-response {
  color: black !important;
}

#mc_embed_signup .asterisk {
  color: #d14732 !important;
}

.paragraphs-item-list-items .paragraphs-item-grid-item a > h2.paragraphs-item-list-items .paragraphs-item-grid-item a > h2 {
    font-size: 1.3125rem;
    line-height: 1.25;
}

.paragraphs-item-grid-item .item__content > div h2 {
    font-weight: bold;
}

.paragraphs-item-list-items.list-of-items .item.news-feed-teaser {
    min-height: inherit;
}

.inset--trumba_inset .event-collection .event-teaser {
    border-bottom-width: 0.0625rem;
    border-color: #cfd2aa;
    padding-bottom: 1.25rem;
    margin-bottom: 0.625rem;
}
.inset--trumba_inset .event-collection .event-teaser:last-child {
    border: none;
}
.inset--trumba_inset .event-collection .event-teaser > a {
    font-size: 1.125rem;
}
.inset--trumba_inset .event-collection .event-teaser > .date,
.inset--trumba_inset .event-collection .event-teaser > .time,
.inset--trumba_inset .event-collection .event-teaser > .repeat {
    font-size: 1rem;
    color: #7a7751;
}
.inset--trumba_inset .event-collection .event-teaser > .date {
     padding-top: 0.625rem;
}

/* indents */
.rteindent1 {
    margin-left: 40px;
    margin-bottom: 1.5625rem;
}
.rteindent2 {
    margin-left: 80px;
    margin-bottom: 1.5625rem;
}
.rteindent3 {
    margin-left: 120px;
    margin-bottom: 1.5625rem;
}
.rteindent4 {
    margin-left: 160px;
    margin-bottom: 1.5625rem;
}

.footnote {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

table.rt-responsive-table {
    margin: 1.5625rem 0;
}

table.rt-responsive-table.rt-vertical-table td {
    border-bottom: 2px solid #DCD3B2;
}

table.rt-responsive-table.rt-vertical-table td:before {
    font-weight:  bold;
}

table.rt-vertical-table :last-child tr:last-child td:first-child,
table.rt-vertical-table :last-child tr:last-child th:first-child {
    border-bottom-left-radius: 0;
}

table.rt-vertical-table :last-child tr:last-child td:last-child,
table.rt-vertical-table :last-child tr:last-child th:last-child {
    border-bottom-right-radius: 0;
}

table.rt-vertical-table {
    border-radius: 0;
}

table.rt-vertical-table tbody tr:last-child td:last-child {
    border-bottom: none;
}

table.pom-table-grid {
    border-collapse: separate;
}

table.pom-table-grid tr th:first-child, table.pom-table-grid tr td:first-child {
    border-left: 1px solid #d1d1cf;
}

table.pom-table-grid tr th {
    border-top: 1px solid #d1d1cf;
}

table.pom-table-grid tr th, table.pom-table-grid tr td {
    border-right: 1px solid #d1d1cf;
    border-bottom: 1px solid #d1d1cf;
}

table.pom-table-grid.rt-vertical-table {
  border-top: 1px solid #d1d1cf !important;
}

table.pom-table-grid.rt-vertical-table td {
  border-left: 1px solid #d1d1cf !important;
  border-bottom: 1px solid #d1d1cf !important;
  border-right: 1px solid #d1d1cf !important;
}

table.pom-table-center td {
  text-align: center;
}

@media (min-width: 1024px) {
    .home-spotlight figure a.event-teaser__image img,
    .home-featured-event figure a.event-teaser__image img {
        height: auto;
    }
}
.home-featured-event figure a.event-teaser__image img {
    width: 100%;
}
.home-featured-event figure > div > div  {
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}
.home-featured-event figure > div > div > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.paragraphs-item-grid-item .item__content > div {
    margin-bottom: 15px;
}
.paragraphs-item-grid-item .item__content > div > a {
    display: inline;
}
.paragraphs-item-grid-item .item__content > div > a:hover,
.paragraphs-item-grid-item .item__content > div > a:focus {
    border-color: #0057b8;
}
.paragraphs-item-grid-item .item__content > div > a > h2 {
    display: inline;
    line-height: 1.5em;
}

@media (max-width: 767px) {
    .paragraphs-item-list-items.list-of-items .paragraphs-item-grid-item.item  .item__media,
    .paragraphs-item-list-items.list-of-items .paragraphs-item-grid-item.item  .item__media img  {
        max-width: 100%;
    }
}

.footer-grid-items-container .grid-item h2 {
    font-size: 1.3125rem;
    margin-top: 5px;
}

.fancybox-toolbar button[disabled] {
    display: none;
}

.view-id-blog a,
.news-feed-teaser a,
a.ln {
  border-color: #007fa3;
}

/** Chart Js styling **/
.pom-chart-js-outer {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px;
}
.pom-chart-js {
    max-width: 250px;
    margin: auto;
}

.pom-chart-js-pie-tooltip td {
    background-color: transparent !important;
}

.node-type-page .slideshow--highlight .feature-video button.play_pause {
    padding: 0.15rem 0.65rem;   
}
.node-type-page .slideshow--highlight .feature-video button.play_pause:focus {
    background: #d14732;
    outline: #0057b8 auto 1px;
}
.node-type-page .slideshow--highlight .feature-video button.play_pause .fas {
    font-size: 1.2em;
    line-height: 1.5em;    
}
.node-type-page .slideshow--highlight .feature-video #feature-video-mute-message {
    bottom: -20px;
}

.sidebar-contact__details .fa-map-marker-alt { /* fixing Safari bug */
  display:inline;
}

#local-tasks-primary ul::before, #local-tasks-primary li::before {
  content: none;
}

@media (min-width: 460px){
  .sm\:line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .sm\:line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sm\:line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .sm\:line-clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .sm\:line-clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .sm\:line-clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .sm\:line-clamp-none {
    overflow: visible;
    text-overflow: initial;
    display: block;
    -webkit-line-clamp: none;
    line-clamp: none;
    -webkit-box-orient: horizontal;
  }

  .sm\:col-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .sm\:col-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  .sm\:overlap {
    -webkit-transform: translateY(calc(-50% - 3px));
            transform: translateY(calc(-50% - 3px));
  }

  .sm\:overlap100 {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }

  .sm\:overlap-down {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }

  .sm\:btn-block {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
  }

  .sm\:btn-inline {
    display: inline-block;
    width: auto;
  }

  .sm\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0 * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0 * var(--space-y-reverse));
  }

  .sm\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0 * var(--space-x-reverse));
    margin-left: calc(0 * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.0625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.0625rem * var(--space-y-reverse));
  }

  .sm\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.0625rem * var(--space-x-reverse));
    margin-left: calc(0.0625rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--space-y-reverse));
  }

  .sm\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.1875rem * var(--space-y-reverse));
  }

  .sm\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.1875rem * var(--space-x-reverse));
    margin-left: calc(0.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--space-y-reverse));
  }

  .sm\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--space-y-reverse));
  }

  .sm\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--space-y-reverse));
  }

  .sm\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-15 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.9375rem * var(--space-y-reverse));
  }

  .sm\:space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.9375rem * var(--space-x-reverse));
    margin-left: calc(0.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5625rem * var(--space-y-reverse));
  }

  .sm\:space-x-25 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5625rem * var(--space-x-reverse));
    margin-left: calc(1.5625rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-30 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--space-y-reverse));
  }

  .sm\:space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-35 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.1875rem * var(--space-y-reverse));
  }

  .sm\:space-x-35 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.1875rem * var(--space-x-reverse));
    margin-left: calc(2.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-50 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--space-y-reverse));
  }

  .sm\:space-x-50 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .sm\:space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4.6875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.6875rem * var(--space-y-reverse));
  }

  .sm\:space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4.6875rem * var(--space-x-reverse));
    margin-left: calc(4.6875rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-85 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5.3125rem * var(--space-y-reverse));
  }

  .sm\:space-x-85 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5.3125rem * var(--space-x-reverse));
    margin-left: calc(5.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-100 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-100 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9.375rem * var(--space-y-reverse));
  }

  .sm\:space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(9.375rem * var(--space-x-reverse));
    margin-left: calc(9.375rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-175 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10.9375rem * var(--space-y-reverse));
  }

  .sm\:space-x-175 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10.9375rem * var(--space-x-reverse));
    margin-left: calc(10.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:-space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.0625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.0625rem * var(--space-y-reverse));
  }

  .sm\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.0625rem * var(--space-x-reverse));
    margin-left: calc(-0.0625rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--space-y-reverse));
  }

  .sm\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.1875rem * var(--space-y-reverse));
  }

  .sm\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.1875rem * var(--space-x-reverse));
    margin-left: calc(-0.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--space-y-reverse));
  }

  .sm\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--space-y-reverse));
  }

  .sm\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--space-y-reverse));
  }

  .sm\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-15 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.9375rem * var(--space-y-reverse));
  }

  .sm\:-space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.9375rem * var(--space-x-reverse));
    margin-left: calc(-0.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5625rem * var(--space-y-reverse));
  }

  .sm\:-space-x-25 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5625rem * var(--space-x-reverse));
    margin-left: calc(-1.5625rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-30 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--space-y-reverse));
  }

  .sm\:-space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-35 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.1875rem * var(--space-y-reverse));
  }

  .sm\:-space-x-35 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.1875rem * var(--space-x-reverse));
    margin-left: calc(-2.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-50 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--space-y-reverse));
  }

  .sm\:-space-x-50 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .sm\:-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4.6875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.6875rem * var(--space-y-reverse));
  }

  .sm\:-space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4.6875rem * var(--space-x-reverse));
    margin-left: calc(-4.6875rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-85 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5.3125rem * var(--space-y-reverse));
  }

  .sm\:-space-x-85 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5.3125rem * var(--space-x-reverse));
    margin-left: calc(-5.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-100 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-100 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9.375rem * var(--space-y-reverse));
  }

  .sm\:-space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--space-x-reverse));
    margin-left: calc(-9.375rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-175 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10.9375rem * var(--space-y-reverse));
  }

  .sm\:-space-x-175 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10.9375rem * var(--space-x-reverse));
    margin-left: calc(-10.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .sm\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0 * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0 * var(--divide-y-reverse));
  }

  .sm\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0 * var(--divide-x-reverse));
    border-left-width: calc(0 * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-1 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.0625rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.0625rem * var(--divide-y-reverse));
  }

  .sm\:divide-x-1 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.0625rem * var(--divide-x-reverse));
    border-left-width: calc(0.0625rem * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.125rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.125rem * var(--divide-y-reverse));
  }

  .sm\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.125rem * var(--divide-x-reverse));
    border-left-width: calc(0.125rem * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-3 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.1875rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.1875rem * var(--divide-y-reverse));
  }

  .sm\:divide-x-3 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.1875rem * var(--divide-x-reverse));
    border-left-width: calc(0.1875rem * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.25rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.25rem * var(--divide-y-reverse));
  }

  .sm\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.25rem * var(--divide-x-reverse));
    border-left-width: calc(0.25rem * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-5 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.3125rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.3125rem * var(--divide-y-reverse));
  }

  .sm\:divide-x-5 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.3125rem * var(--divide-x-reverse));
    border-left-width: calc(0.3125rem * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-6 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.375rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.375rem * var(--divide-y-reverse));
  }

  .sm\:divide-x-6 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.375rem * var(--divide-x-reverse));
    border-left-width: calc(0.375rem * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.5rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.5rem * var(--divide-y-reverse));
  }

  .sm\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.5rem * var(--divide-x-reverse));
    border-left-width: calc(0.5rem * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-10 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.625rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.625rem * var(--divide-y-reverse));
  }

  .sm\:divide-x-10 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.625rem * var(--divide-x-reverse));
    border-left-width: calc(0.625rem * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-15 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.9375rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.9375rem * var(--divide-y-reverse));
  }

  .sm\:divide-x-15 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.9375rem * var(--divide-x-reverse));
    border-left-width: calc(0.9375rem * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-20 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1.25rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1.25rem * var(--divide-y-reverse));
  }

  .sm\:divide-x-20 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1.25rem * var(--divide-x-reverse));
    border-left-width: calc(1.25rem * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .sm\:divide-green-100 > :not(template) ~ :not(template){
    border-color: #c5e7c5;
  }

  .sm\:divide-green-300 > :not(template) ~ :not(template){
    border-color: #5ed795;
  }

  .sm\:divide-green-400 > :not(template) ~ :not(template){
    border-color: #68c187;
  }

  .sm\:divide-green-700 > :not(template) ~ :not(template){
    border-color: #2F8355;
  }

  .sm\:divide-green > :not(template) ~ :not(template){
    border-color: #2f8355;
  }

  .sm\:divide-cyan-100 > :not(template) ~ :not(template){
    border-color: #03bdff;
  }

  .sm\:divide-cyan-300 > :not(template) ~ :not(template){
    border-color: #60a7d5;
  }

  .sm\:divide-cyan-400 > :not(template) ~ :not(template){
    border-color: #0092bc;
  }

  .sm\:divide-cyan > :not(template) ~ :not(template){
    border-color: #007fa3;
  }

  .sm\:divide-blue-300 > :not(template) ~ :not(template){
    border-color: #2f63d4;
  }

  .sm\:divide-blue-400 > :not(template) ~ :not(template){
    border-color: #004C97;
  }

  .sm\:divide-blue-500 > :not(template) ~ :not(template){
    border-color: #24458c;
  }

  .sm\:divide-blue-700 > :not(template) ~ :not(template){
    border-color: #004c97;
  }

  .sm\:divide-blue > :not(template) ~ :not(template){
    border-color: #0057b8;
  }

  .sm\:divide-blue-blend > :not(template) ~ :not(template){
    border-color: rgba(32,67,143,.85);
  }

  .sm\:divide-lavender-100 > :not(template) ~ :not(template){
    border-color: #d2a9d3;
  }

  .sm\:divide-lavender-200 > :not(template) ~ :not(template){
    border-color: #957ad1;
  }

  .sm\:divide-lavender > :not(template) ~ :not(template){
    border-color: #8066b7;
  }

  .sm\:divide-red-100 > :not(template) ~ :not(template){
    border-color: #eecbcb;
  }

  .sm\:divide-red-900 > :not(template) ~ :not(template){
    border-color: #ff0000;
  }

  .sm\:divide-red > :not(template) ~ :not(template){
    border-color: #d14732;
  }

  .sm\:divide-orange-100 > :not(template) ~ :not(template){
    border-color: #ffe7b6;
  }

  .sm\:divide-orange-400 > :not(template) ~ :not(template){
    border-color: #ffc146;
  }

  .sm\:divide-orange-700 > :not(template) ~ :not(template){
    border-color: #c45510;
  }

  .sm\:divide-orange-900 > :not(template) ~ :not(template){
    border-color: #8c2e0b;
  }

  .sm\:divide-orange > :not(template) ~ :not(template){
    border-color: #e77530;
  }

  .sm\:divide-yellow-100 > :not(template) ~ :not(template){
    border-color: #f2efe2;
  }

  .sm\:divide-yellow > :not(template) ~ :not(template){
    border-color: #fecb34;
  }

  .sm\:divide-brown-100 > :not(template) ~ :not(template){
    border-color: #cfd2aa;
  }

  .sm\:divide-brown-300 > :not(template) ~ :not(template){
    border-color: #7a7751;
  }

  .sm\:divide-brown > :not(template) ~ :not(template){
    border-color: #735005;
  }

  .sm\:divide-gray-100 > :not(template) ~ :not(template){
    border-color: #f6f6f6;
  }

  .sm\:divide-gray-200 > :not(template) ~ :not(template){
    border-color: #eee;
  }

  .sm\:divide-gray-300 > :not(template) ~ :not(template){
    border-color: #e5e5e5;
  }

  .sm\:divide-gray-400 > :not(template) ~ :not(template){
    border-color: #d8d8d8;
  }

  .sm\:divide-gray-500 > :not(template) ~ :not(template){
    border-color: #ccc;
  }

  .sm\:divide-gray-600 > :not(template) ~ :not(template){
    border-color: #bbb;
  }

  .sm\:divide-gray-800 > :not(template) ~ :not(template){
    border-color: #757575;
  }

  .sm\:divide-gray-900 > :not(template) ~ :not(template){
    border-color: #666;
  }

  .sm\:divide-gray-950 > :not(template) ~ :not(template){
    border-color: #222;
  }

  .sm\:divide-gray > :not(template) ~ :not(template){
    border-color: #999;
  }

  .sm\:divide-black > :not(template) ~ :not(template){
    border-color: #171614;
  }

  .sm\:divide-white > :not(template) ~ :not(template){
    border-color: #fff;
  }

  .sm\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .sm\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

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

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

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

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

  .sm\:bg-green-100{
    background-color: #c5e7c5;
  }

  .sm\:bg-green-300{
    background-color: #5ed795;
  }

  .sm\:bg-green-400{
    background-color: #68c187;
  }

  .sm\:bg-green-700{
    background-color: #2F8355;
  }

  .sm\:bg-green{
    background-color: #2f8355;
  }

  .sm\:bg-cyan-100{
    background-color: #03bdff;
  }

  .sm\:bg-cyan-300{
    background-color: #60a7d5;
  }

  .sm\:bg-cyan-400{
    background-color: #0092bc;
  }

  .sm\:bg-cyan{
    background-color: #007fa3;
  }

  .sm\:bg-blue-300{
    background-color: #2f63d4;
  }

  .sm\:bg-blue-400{
    background-color: #004C97;
  }

  .sm\:bg-blue-500{
    background-color: #24458c;
  }

  .sm\:bg-blue-700{
    background-color: #004c97;
  }

  .sm\:bg-blue{
    background-color: #0057b8;
  }

  .sm\:bg-blue-blend{
    background-color: rgba(32,67,143,.85);
  }

  .sm\:bg-lavender-100{
    background-color: #d2a9d3;
  }

  .sm\:bg-lavender-200{
    background-color: #957ad1;
  }

  .sm\:bg-lavender{
    background-color: #8066b7;
  }

  .sm\:bg-red-100{
    background-color: #eecbcb;
  }

  .sm\:bg-red-900{
    background-color: #ff0000;
  }

  .sm\:bg-red{
    background-color: #d14732;
  }

  .sm\:bg-orange-100{
    background-color: #ffe7b6;
  }

  .sm\:bg-orange-400{
    background-color: #ffc146;
  }

  .sm\:bg-orange-700{
    background-color: #c45510;
  }

  .sm\:bg-orange-900{
    background-color: #8c2e0b;
  }

  .sm\:bg-orange{
    background-color: #e77530;
  }

  .sm\:bg-yellow-100{
    background-color: #f2efe2;
  }

  .sm\:bg-yellow{
    background-color: #fecb34;
  }

  .sm\:bg-brown-100{
    background-color: #cfd2aa;
  }

  .sm\:bg-brown-300{
    background-color: #7a7751;
  }

  .sm\:bg-brown{
    background-color: #735005;
  }

  .sm\:bg-gray-100{
    background-color: #f6f6f6;
  }

  .sm\:bg-gray-200{
    background-color: #eee;
  }

  .sm\:bg-gray-300{
    background-color: #e5e5e5;
  }

  .sm\:bg-gray-400{
    background-color: #d8d8d8;
  }

  .sm\:bg-gray-500{
    background-color: #ccc;
  }

  .sm\:bg-gray-600{
    background-color: #bbb;
  }

  .sm\:bg-gray-800{
    background-color: #757575;
  }

  .sm\:bg-gray-900{
    background-color: #666;
  }

  .sm\:bg-gray-950{
    background-color: #222;
  }

  .sm\:bg-gray{
    background-color: #999;
  }

  .sm\:bg-black{
    background-color: #171614;
  }

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

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

  .sm\:hover\:bg-green-100:hover{
    background-color: #c5e7c5;
  }

  .sm\:hover\:bg-green-300:hover{
    background-color: #5ed795;
  }

  .sm\:hover\:bg-green-400:hover{
    background-color: #68c187;
  }

  .sm\:hover\:bg-green-700:hover{
    background-color: #2F8355;
  }

  .sm\:hover\:bg-green:hover{
    background-color: #2f8355;
  }

  .sm\:hover\:bg-cyan-100:hover{
    background-color: #03bdff;
  }

  .sm\:hover\:bg-cyan-300:hover{
    background-color: #60a7d5;
  }

  .sm\:hover\:bg-cyan-400:hover{
    background-color: #0092bc;
  }

  .sm\:hover\:bg-cyan:hover{
    background-color: #007fa3;
  }

  .sm\:hover\:bg-blue-300:hover{
    background-color: #2f63d4;
  }

  .sm\:hover\:bg-blue-400:hover{
    background-color: #004C97;
  }

  .sm\:hover\:bg-blue-500:hover{
    background-color: #24458c;
  }

  .sm\:hover\:bg-blue-700:hover{
    background-color: #004c97;
  }

  .sm\:hover\:bg-blue:hover{
    background-color: #0057b8;
  }

  .sm\:hover\:bg-blue-blend:hover{
    background-color: rgba(32,67,143,.85);
  }

  .sm\:hover\:bg-lavender-100:hover{
    background-color: #d2a9d3;
  }

  .sm\:hover\:bg-lavender-200:hover{
    background-color: #957ad1;
  }

  .sm\:hover\:bg-lavender:hover{
    background-color: #8066b7;
  }

  .sm\:hover\:bg-red-100:hover{
    background-color: #eecbcb;
  }

  .sm\:hover\:bg-red-900:hover{
    background-color: #ff0000;
  }

  .sm\:hover\:bg-red:hover{
    background-color: #d14732;
  }

  .sm\:hover\:bg-orange-100:hover{
    background-color: #ffe7b6;
  }

  .sm\:hover\:bg-orange-400:hover{
    background-color: #ffc146;
  }

  .sm\:hover\:bg-orange-700:hover{
    background-color: #c45510;
  }

  .sm\:hover\:bg-orange-900:hover{
    background-color: #8c2e0b;
  }

  .sm\:hover\:bg-orange:hover{
    background-color: #e77530;
  }

  .sm\:hover\:bg-yellow-100:hover{
    background-color: #f2efe2;
  }

  .sm\:hover\:bg-yellow:hover{
    background-color: #fecb34;
  }

  .sm\:hover\:bg-brown-100:hover{
    background-color: #cfd2aa;
  }

  .sm\:hover\:bg-brown-300:hover{
    background-color: #7a7751;
  }

  .sm\:hover\:bg-brown:hover{
    background-color: #735005;
  }

  .sm\:hover\:bg-gray-100:hover{
    background-color: #f6f6f6;
  }

  .sm\:hover\:bg-gray-200:hover{
    background-color: #eee;
  }

  .sm\:hover\:bg-gray-300:hover{
    background-color: #e5e5e5;
  }

  .sm\:hover\:bg-gray-400:hover{
    background-color: #d8d8d8;
  }

  .sm\:hover\:bg-gray-500:hover{
    background-color: #ccc;
  }

  .sm\:hover\:bg-gray-600:hover{
    background-color: #bbb;
  }

  .sm\:hover\:bg-gray-800:hover{
    background-color: #757575;
  }

  .sm\:hover\:bg-gray-900:hover{
    background-color: #666;
  }

  .sm\:hover\:bg-gray-950:hover{
    background-color: #222;
  }

  .sm\:hover\:bg-gray:hover{
    background-color: #999;
  }

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

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

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

  .sm\:focus\:bg-green-100:focus{
    background-color: #c5e7c5;
  }

  .sm\:focus\:bg-green-300:focus{
    background-color: #5ed795;
  }

  .sm\:focus\:bg-green-400:focus{
    background-color: #68c187;
  }

  .sm\:focus\:bg-green-700:focus{
    background-color: #2F8355;
  }

  .sm\:focus\:bg-green:focus{
    background-color: #2f8355;
  }

  .sm\:focus\:bg-cyan-100:focus{
    background-color: #03bdff;
  }

  .sm\:focus\:bg-cyan-300:focus{
    background-color: #60a7d5;
  }

  .sm\:focus\:bg-cyan-400:focus{
    background-color: #0092bc;
  }

  .sm\:focus\:bg-cyan:focus{
    background-color: #007fa3;
  }

  .sm\:focus\:bg-blue-300:focus{
    background-color: #2f63d4;
  }

  .sm\:focus\:bg-blue-400:focus{
    background-color: #004C97;
  }

  .sm\:focus\:bg-blue-500:focus{
    background-color: #24458c;
  }

  .sm\:focus\:bg-blue-700:focus{
    background-color: #004c97;
  }

  .sm\:focus\:bg-blue:focus{
    background-color: #0057b8;
  }

  .sm\:focus\:bg-blue-blend:focus{
    background-color: rgba(32,67,143,.85);
  }

  .sm\:focus\:bg-lavender-100:focus{
    background-color: #d2a9d3;
  }

  .sm\:focus\:bg-lavender-200:focus{
    background-color: #957ad1;
  }

  .sm\:focus\:bg-lavender:focus{
    background-color: #8066b7;
  }

  .sm\:focus\:bg-red-100:focus{
    background-color: #eecbcb;
  }

  .sm\:focus\:bg-red-900:focus{
    background-color: #ff0000;
  }

  .sm\:focus\:bg-red:focus{
    background-color: #d14732;
  }

  .sm\:focus\:bg-orange-100:focus{
    background-color: #ffe7b6;
  }

  .sm\:focus\:bg-orange-400:focus{
    background-color: #ffc146;
  }

  .sm\:focus\:bg-orange-700:focus{
    background-color: #c45510;
  }

  .sm\:focus\:bg-orange-900:focus{
    background-color: #8c2e0b;
  }

  .sm\:focus\:bg-orange:focus{
    background-color: #e77530;
  }

  .sm\:focus\:bg-yellow-100:focus{
    background-color: #f2efe2;
  }

  .sm\:focus\:bg-yellow:focus{
    background-color: #fecb34;
  }

  .sm\:focus\:bg-brown-100:focus{
    background-color: #cfd2aa;
  }

  .sm\:focus\:bg-brown-300:focus{
    background-color: #7a7751;
  }

  .sm\:focus\:bg-brown:focus{
    background-color: #735005;
  }

  .sm\:focus\:bg-gray-100:focus{
    background-color: #f6f6f6;
  }

  .sm\:focus\:bg-gray-200:focus{
    background-color: #eee;
  }

  .sm\:focus\:bg-gray-300:focus{
    background-color: #e5e5e5;
  }

  .sm\:focus\:bg-gray-400:focus{
    background-color: #d8d8d8;
  }

  .sm\:focus\:bg-gray-500:focus{
    background-color: #ccc;
  }

  .sm\:focus\:bg-gray-600:focus{
    background-color: #bbb;
  }

  .sm\:focus\:bg-gray-800:focus{
    background-color: #757575;
  }

  .sm\:focus\:bg-gray-900:focus{
    background-color: #666;
  }

  .sm\:focus\:bg-gray-950:focus{
    background-color: #222;
  }

  .sm\:focus\:bg-gray:focus{
    background-color: #999;
  }

  .sm\:focus\:bg-black:focus{
    background-color: #171614;
  }

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

  .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .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-repeat-round{
    background-repeat: round;
  }

  .sm\:bg-repeat-space{
    background-repeat: space;
  }

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

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

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

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

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

  .sm\:border-green-100{
    border-color: #c5e7c5;
  }

  .sm\:border-green-300{
    border-color: #5ed795;
  }

  .sm\:border-green-400{
    border-color: #68c187;
  }

  .sm\:border-green-700{
    border-color: #2F8355;
  }

  .sm\:border-green{
    border-color: #2f8355;
  }

  .sm\:border-cyan-100{
    border-color: #03bdff;
  }

  .sm\:border-cyan-300{
    border-color: #60a7d5;
  }

  .sm\:border-cyan-400{
    border-color: #0092bc;
  }

  .sm\:border-cyan{
    border-color: #007fa3;
  }

  .sm\:border-blue-300{
    border-color: #2f63d4;
  }

  .sm\:border-blue-400{
    border-color: #004C97;
  }

  .sm\:border-blue-500{
    border-color: #24458c;
  }

  .sm\:border-blue-700{
    border-color: #004c97;
  }

  .sm\:border-blue{
    border-color: #0057b8;
  }

  .sm\:border-blue-blend{
    border-color: rgba(32,67,143,.85);
  }

  .sm\:border-lavender-100{
    border-color: #d2a9d3;
  }

  .sm\:border-lavender-200{
    border-color: #957ad1;
  }

  .sm\:border-lavender{
    border-color: #8066b7;
  }

  .sm\:border-red-100{
    border-color: #eecbcb;
  }

  .sm\:border-red-900{
    border-color: #ff0000;
  }

  .sm\:border-red{
    border-color: #d14732;
  }

  .sm\:border-orange-100{
    border-color: #ffe7b6;
  }

  .sm\:border-orange-400{
    border-color: #ffc146;
  }

  .sm\:border-orange-700{
    border-color: #c45510;
  }

  .sm\:border-orange-900{
    border-color: #8c2e0b;
  }

  .sm\:border-orange{
    border-color: #e77530;
  }

  .sm\:border-yellow-100{
    border-color: #f2efe2;
  }

  .sm\:border-yellow{
    border-color: #fecb34;
  }

  .sm\:border-brown-100{
    border-color: #cfd2aa;
  }

  .sm\:border-brown-300{
    border-color: #7a7751;
  }

  .sm\:border-brown{
    border-color: #735005;
  }

  .sm\:border-gray-100{
    border-color: #f6f6f6;
  }

  .sm\:border-gray-200{
    border-color: #eee;
  }

  .sm\:border-gray-300{
    border-color: #e5e5e5;
  }

  .sm\:border-gray-400{
    border-color: #d8d8d8;
  }

  .sm\:border-gray-500{
    border-color: #ccc;
  }

  .sm\:border-gray-600{
    border-color: #bbb;
  }

  .sm\:border-gray-800{
    border-color: #757575;
  }

  .sm\:border-gray-900{
    border-color: #666;
  }

  .sm\:border-gray-950{
    border-color: #222;
  }

  .sm\:border-gray{
    border-color: #999;
  }

  .sm\:border-black{
    border-color: #171614;
  }

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

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

  .sm\:hover\:border-green-100:hover{
    border-color: #c5e7c5;
  }

  .sm\:hover\:border-green-300:hover{
    border-color: #5ed795;
  }

  .sm\:hover\:border-green-400:hover{
    border-color: #68c187;
  }

  .sm\:hover\:border-green-700:hover{
    border-color: #2F8355;
  }

  .sm\:hover\:border-green:hover{
    border-color: #2f8355;
  }

  .sm\:hover\:border-cyan-100:hover{
    border-color: #03bdff;
  }

  .sm\:hover\:border-cyan-300:hover{
    border-color: #60a7d5;
  }

  .sm\:hover\:border-cyan-400:hover{
    border-color: #0092bc;
  }

  .sm\:hover\:border-cyan:hover{
    border-color: #007fa3;
  }

  .sm\:hover\:border-blue-300:hover{
    border-color: #2f63d4;
  }

  .sm\:hover\:border-blue-400:hover{
    border-color: #004C97;
  }

  .sm\:hover\:border-blue-500:hover{
    border-color: #24458c;
  }

  .sm\:hover\:border-blue-700:hover{
    border-color: #004c97;
  }

  .sm\:hover\:border-blue:hover{
    border-color: #0057b8;
  }

  .sm\:hover\:border-blue-blend:hover{
    border-color: rgba(32,67,143,.85);
  }

  .sm\:hover\:border-lavender-100:hover{
    border-color: #d2a9d3;
  }

  .sm\:hover\:border-lavender-200:hover{
    border-color: #957ad1;
  }

  .sm\:hover\:border-lavender:hover{
    border-color: #8066b7;
  }

  .sm\:hover\:border-red-100:hover{
    border-color: #eecbcb;
  }

  .sm\:hover\:border-red-900:hover{
    border-color: #ff0000;
  }

  .sm\:hover\:border-red:hover{
    border-color: #d14732;
  }

  .sm\:hover\:border-orange-100:hover{
    border-color: #ffe7b6;
  }

  .sm\:hover\:border-orange-400:hover{
    border-color: #ffc146;
  }

  .sm\:hover\:border-orange-700:hover{
    border-color: #c45510;
  }

  .sm\:hover\:border-orange-900:hover{
    border-color: #8c2e0b;
  }

  .sm\:hover\:border-orange:hover{
    border-color: #e77530;
  }

  .sm\:hover\:border-yellow-100:hover{
    border-color: #f2efe2;
  }

  .sm\:hover\:border-yellow:hover{
    border-color: #fecb34;
  }

  .sm\:hover\:border-brown-100:hover{
    border-color: #cfd2aa;
  }

  .sm\:hover\:border-brown-300:hover{
    border-color: #7a7751;
  }

  .sm\:hover\:border-brown:hover{
    border-color: #735005;
  }

  .sm\:hover\:border-gray-100:hover{
    border-color: #f6f6f6;
  }

  .sm\:hover\:border-gray-200:hover{
    border-color: #eee;
  }

  .sm\:hover\:border-gray-300:hover{
    border-color: #e5e5e5;
  }

  .sm\:hover\:border-gray-400:hover{
    border-color: #d8d8d8;
  }

  .sm\:hover\:border-gray-500:hover{
    border-color: #ccc;
  }

  .sm\:hover\:border-gray-600:hover{
    border-color: #bbb;
  }

  .sm\:hover\:border-gray-800:hover{
    border-color: #757575;
  }

  .sm\:hover\:border-gray-900:hover{
    border-color: #666;
  }

  .sm\:hover\:border-gray-950:hover{
    border-color: #222;
  }

  .sm\:hover\:border-gray:hover{
    border-color: #999;
  }

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

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

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

  .sm\:focus\:border-green-100:focus{
    border-color: #c5e7c5;
  }

  .sm\:focus\:border-green-300:focus{
    border-color: #5ed795;
  }

  .sm\:focus\:border-green-400:focus{
    border-color: #68c187;
  }

  .sm\:focus\:border-green-700:focus{
    border-color: #2F8355;
  }

  .sm\:focus\:border-green:focus{
    border-color: #2f8355;
  }

  .sm\:focus\:border-cyan-100:focus{
    border-color: #03bdff;
  }

  .sm\:focus\:border-cyan-300:focus{
    border-color: #60a7d5;
  }

  .sm\:focus\:border-cyan-400:focus{
    border-color: #0092bc;
  }

  .sm\:focus\:border-cyan:focus{
    border-color: #007fa3;
  }

  .sm\:focus\:border-blue-300:focus{
    border-color: #2f63d4;
  }

  .sm\:focus\:border-blue-400:focus{
    border-color: #004C97;
  }

  .sm\:focus\:border-blue-500:focus{
    border-color: #24458c;
  }

  .sm\:focus\:border-blue-700:focus{
    border-color: #004c97;
  }

  .sm\:focus\:border-blue:focus{
    border-color: #0057b8;
  }

  .sm\:focus\:border-blue-blend:focus{
    border-color: rgba(32,67,143,.85);
  }

  .sm\:focus\:border-lavender-100:focus{
    border-color: #d2a9d3;
  }

  .sm\:focus\:border-lavender-200:focus{
    border-color: #957ad1;
  }

  .sm\:focus\:border-lavender:focus{
    border-color: #8066b7;
  }

  .sm\:focus\:border-red-100:focus{
    border-color: #eecbcb;
  }

  .sm\:focus\:border-red-900:focus{
    border-color: #ff0000;
  }

  .sm\:focus\:border-red:focus{
    border-color: #d14732;
  }

  .sm\:focus\:border-orange-100:focus{
    border-color: #ffe7b6;
  }

  .sm\:focus\:border-orange-400:focus{
    border-color: #ffc146;
  }

  .sm\:focus\:border-orange-700:focus{
    border-color: #c45510;
  }

  .sm\:focus\:border-orange-900:focus{
    border-color: #8c2e0b;
  }

  .sm\:focus\:border-orange:focus{
    border-color: #e77530;
  }

  .sm\:focus\:border-yellow-100:focus{
    border-color: #f2efe2;
  }

  .sm\:focus\:border-yellow:focus{
    border-color: #fecb34;
  }

  .sm\:focus\:border-brown-100:focus{
    border-color: #cfd2aa;
  }

  .sm\:focus\:border-brown-300:focus{
    border-color: #7a7751;
  }

  .sm\:focus\:border-brown:focus{
    border-color: #735005;
  }

  .sm\:focus\:border-gray-100:focus{
    border-color: #f6f6f6;
  }

  .sm\:focus\:border-gray-200:focus{
    border-color: #eee;
  }

  .sm\:focus\:border-gray-300:focus{
    border-color: #e5e5e5;
  }

  .sm\:focus\:border-gray-400:focus{
    border-color: #d8d8d8;
  }

  .sm\:focus\:border-gray-500:focus{
    border-color: #ccc;
  }

  .sm\:focus\:border-gray-600:focus{
    border-color: #bbb;
  }

  .sm\:focus\:border-gray-800:focus{
    border-color: #757575;
  }

  .sm\:focus\:border-gray-900:focus{
    border-color: #666;
  }

  .sm\:focus\:border-gray-950:focus{
    border-color: #222;
  }

  .sm\:focus\:border-gray:focus{
    border-color: #999;
  }

  .sm\:focus\:border-black:focus{
    border-color: #171614;
  }

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

  .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

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

  .sm\:rounded-sm{
    border-radius: 0.125rem;
  }

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

  .sm\:rounded-md{
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

  .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: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

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

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

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

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

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

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

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

  .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

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

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

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

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

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

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

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

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

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .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-solid{
    border-style: solid;
  }

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

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

  .sm\:border-double{
    border-style: double;
  }

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

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

  .sm\:border-1{
    border-width: 0.0625rem;
  }

  .sm\:border-2{
    border-width: 0.125rem;
  }

  .sm\:border-3{
    border-width: 0.1875rem;
  }

  .sm\:border-4{
    border-width: 0.25rem;
  }

  .sm\:border-5{
    border-width: 0.3125rem;
  }

  .sm\:border-6{
    border-width: 0.375rem;
  }

  .sm\:border-8{
    border-width: 0.5rem;
  }

  .sm\:border-10{
    border-width: 0.625rem;
  }

  .sm\:border-15{
    border-width: 0.9375rem;
  }

  .sm\:border-20{
    border-width: 1.25rem;
  }

  .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-1{
    border-top-width: 0.0625rem;
  }

  .sm\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .sm\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .sm\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .sm\:border-t-2{
    border-top-width: 0.125rem;
  }

  .sm\:border-r-2{
    border-right-width: 0.125rem;
  }

  .sm\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .sm\:border-l-2{
    border-left-width: 0.125rem;
  }

  .sm\:border-t-3{
    border-top-width: 0.1875rem;
  }

  .sm\:border-r-3{
    border-right-width: 0.1875rem;
  }

  .sm\:border-b-3{
    border-bottom-width: 0.1875rem;
  }

  .sm\:border-l-3{
    border-left-width: 0.1875rem;
  }

  .sm\:border-t-4{
    border-top-width: 0.25rem;
  }

  .sm\:border-r-4{
    border-right-width: 0.25rem;
  }

  .sm\:border-b-4{
    border-bottom-width: 0.25rem;
  }

  .sm\:border-l-4{
    border-left-width: 0.25rem;
  }

  .sm\:border-t-5{
    border-top-width: 0.3125rem;
  }

  .sm\:border-r-5{
    border-right-width: 0.3125rem;
  }

  .sm\:border-b-5{
    border-bottom-width: 0.3125rem;
  }

  .sm\:border-l-5{
    border-left-width: 0.3125rem;
  }

  .sm\:border-t-6{
    border-top-width: 0.375rem;
  }

  .sm\:border-r-6{
    border-right-width: 0.375rem;
  }

  .sm\:border-b-6{
    border-bottom-width: 0.375rem;
  }

  .sm\:border-l-6{
    border-left-width: 0.375rem;
  }

  .sm\:border-t-8{
    border-top-width: 0.5rem;
  }

  .sm\:border-r-8{
    border-right-width: 0.5rem;
  }

  .sm\:border-b-8{
    border-bottom-width: 0.5rem;
  }

  .sm\:border-l-8{
    border-left-width: 0.5rem;
  }

  .sm\:border-t-10{
    border-top-width: 0.625rem;
  }

  .sm\:border-r-10{
    border-right-width: 0.625rem;
  }

  .sm\:border-b-10{
    border-bottom-width: 0.625rem;
  }

  .sm\:border-l-10{
    border-left-width: 0.625rem;
  }

  .sm\:border-t-15{
    border-top-width: 0.9375rem;
  }

  .sm\:border-r-15{
    border-right-width: 0.9375rem;
  }

  .sm\:border-b-15{
    border-bottom-width: 0.9375rem;
  }

  .sm\:border-l-15{
    border-left-width: 0.9375rem;
  }

  .sm\:border-t-20{
    border-top-width: 1.25rem;
  }

  .sm\:border-r-20{
    border-right-width: 1.25rem;
  }

  .sm\:border-b-20{
    border-bottom-width: 1.25rem;
  }

  .sm\:border-l-20{
    border-left-width: 1.25rem;
  }

  .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\:first\:border-0:first-child{
    border-width: 0;
  }

  .sm\:first\:border-1:first-child{
    border-width: 0.0625rem;
  }

  .sm\:first\:border-2:first-child{
    border-width: 0.125rem;
  }

  .sm\:first\:border-3:first-child{
    border-width: 0.1875rem;
  }

  .sm\:first\:border-4:first-child{
    border-width: 0.25rem;
  }

  .sm\:first\:border-5:first-child{
    border-width: 0.3125rem;
  }

  .sm\:first\:border-6:first-child{
    border-width: 0.375rem;
  }

  .sm\:first\:border-8:first-child{
    border-width: 0.5rem;
  }

  .sm\:first\:border-10:first-child{
    border-width: 0.625rem;
  }

  .sm\:first\:border-15:first-child{
    border-width: 0.9375rem;
  }

  .sm\:first\:border-20:first-child{
    border-width: 1.25rem;
  }

  .sm\:first\:border:first-child{
    border-width: 1px;
  }

  .sm\:first\:border-t-0:first-child{
    border-top-width: 0;
  }

  .sm\:first\:border-r-0:first-child{
    border-right-width: 0;
  }

  .sm\:first\:border-b-0:first-child{
    border-bottom-width: 0;
  }

  .sm\:first\:border-l-0:first-child{
    border-left-width: 0;
  }

  .sm\:first\:border-t-1:first-child{
    border-top-width: 0.0625rem;
  }

  .sm\:first\:border-r-1:first-child{
    border-right-width: 0.0625rem;
  }

  .sm\:first\:border-b-1:first-child{
    border-bottom-width: 0.0625rem;
  }

  .sm\:first\:border-l-1:first-child{
    border-left-width: 0.0625rem;
  }

  .sm\:first\:border-t-2:first-child{
    border-top-width: 0.125rem;
  }

  .sm\:first\:border-r-2:first-child{
    border-right-width: 0.125rem;
  }

  .sm\:first\:border-b-2:first-child{
    border-bottom-width: 0.125rem;
  }

  .sm\:first\:border-l-2:first-child{
    border-left-width: 0.125rem;
  }

  .sm\:first\:border-t-3:first-child{
    border-top-width: 0.1875rem;
  }

  .sm\:first\:border-r-3:first-child{
    border-right-width: 0.1875rem;
  }

  .sm\:first\:border-b-3:first-child{
    border-bottom-width: 0.1875rem;
  }

  .sm\:first\:border-l-3:first-child{
    border-left-width: 0.1875rem;
  }

  .sm\:first\:border-t-4:first-child{
    border-top-width: 0.25rem;
  }

  .sm\:first\:border-r-4:first-child{
    border-right-width: 0.25rem;
  }

  .sm\:first\:border-b-4:first-child{
    border-bottom-width: 0.25rem;
  }

  .sm\:first\:border-l-4:first-child{
    border-left-width: 0.25rem;
  }

  .sm\:first\:border-t-5:first-child{
    border-top-width: 0.3125rem;
  }

  .sm\:first\:border-r-5:first-child{
    border-right-width: 0.3125rem;
  }

  .sm\:first\:border-b-5:first-child{
    border-bottom-width: 0.3125rem;
  }

  .sm\:first\:border-l-5:first-child{
    border-left-width: 0.3125rem;
  }

  .sm\:first\:border-t-6:first-child{
    border-top-width: 0.375rem;
  }

  .sm\:first\:border-r-6:first-child{
    border-right-width: 0.375rem;
  }

  .sm\:first\:border-b-6:first-child{
    border-bottom-width: 0.375rem;
  }

  .sm\:first\:border-l-6:first-child{
    border-left-width: 0.375rem;
  }

  .sm\:first\:border-t-8:first-child{
    border-top-width: 0.5rem;
  }

  .sm\:first\:border-r-8:first-child{
    border-right-width: 0.5rem;
  }

  .sm\:first\:border-b-8:first-child{
    border-bottom-width: 0.5rem;
  }

  .sm\:first\:border-l-8:first-child{
    border-left-width: 0.5rem;
  }

  .sm\:first\:border-t-10:first-child{
    border-top-width: 0.625rem;
  }

  .sm\:first\:border-r-10:first-child{
    border-right-width: 0.625rem;
  }

  .sm\:first\:border-b-10:first-child{
    border-bottom-width: 0.625rem;
  }

  .sm\:first\:border-l-10:first-child{
    border-left-width: 0.625rem;
  }

  .sm\:first\:border-t-15:first-child{
    border-top-width: 0.9375rem;
  }

  .sm\:first\:border-r-15:first-child{
    border-right-width: 0.9375rem;
  }

  .sm\:first\:border-b-15:first-child{
    border-bottom-width: 0.9375rem;
  }

  .sm\:first\:border-l-15:first-child{
    border-left-width: 0.9375rem;
  }

  .sm\:first\:border-t-20:first-child{
    border-top-width: 1.25rem;
  }

  .sm\:first\:border-r-20:first-child{
    border-right-width: 1.25rem;
  }

  .sm\:first\:border-b-20:first-child{
    border-bottom-width: 1.25rem;
  }

  .sm\:first\:border-l-20:first-child{
    border-left-width: 1.25rem;
  }

  .sm\:first\:border-t:first-child{
    border-top-width: 1px;
  }

  .sm\:first\:border-r:first-child{
    border-right-width: 1px;
  }

  .sm\:first\:border-b:first-child{
    border-bottom-width: 1px;
  }

  .sm\:first\:border-l:first-child{
    border-left-width: 1px;
  }

  .sm\:last\:border-0:last-child{
    border-width: 0;
  }

  .sm\:last\:border-1:last-child{
    border-width: 0.0625rem;
  }

  .sm\:last\:border-2:last-child{
    border-width: 0.125rem;
  }

  .sm\:last\:border-3:last-child{
    border-width: 0.1875rem;
  }

  .sm\:last\:border-4:last-child{
    border-width: 0.25rem;
  }

  .sm\:last\:border-5:last-child{
    border-width: 0.3125rem;
  }

  .sm\:last\:border-6:last-child{
    border-width: 0.375rem;
  }

  .sm\:last\:border-8:last-child{
    border-width: 0.5rem;
  }

  .sm\:last\:border-10:last-child{
    border-width: 0.625rem;
  }

  .sm\:last\:border-15:last-child{
    border-width: 0.9375rem;
  }

  .sm\:last\:border-20:last-child{
    border-width: 1.25rem;
  }

  .sm\:last\:border:last-child{
    border-width: 1px;
  }

  .sm\:last\:border-t-0:last-child{
    border-top-width: 0;
  }

  .sm\:last\:border-r-0:last-child{
    border-right-width: 0;
  }

  .sm\:last\:border-b-0:last-child{
    border-bottom-width: 0;
  }

  .sm\:last\:border-l-0:last-child{
    border-left-width: 0;
  }

  .sm\:last\:border-t-1:last-child{
    border-top-width: 0.0625rem;
  }

  .sm\:last\:border-r-1:last-child{
    border-right-width: 0.0625rem;
  }

  .sm\:last\:border-b-1:last-child{
    border-bottom-width: 0.0625rem;
  }

  .sm\:last\:border-l-1:last-child{
    border-left-width: 0.0625rem;
  }

  .sm\:last\:border-t-2:last-child{
    border-top-width: 0.125rem;
  }

  .sm\:last\:border-r-2:last-child{
    border-right-width: 0.125rem;
  }

  .sm\:last\:border-b-2:last-child{
    border-bottom-width: 0.125rem;
  }

  .sm\:last\:border-l-2:last-child{
    border-left-width: 0.125rem;
  }

  .sm\:last\:border-t-3:last-child{
    border-top-width: 0.1875rem;
  }

  .sm\:last\:border-r-3:last-child{
    border-right-width: 0.1875rem;
  }

  .sm\:last\:border-b-3:last-child{
    border-bottom-width: 0.1875rem;
  }

  .sm\:last\:border-l-3:last-child{
    border-left-width: 0.1875rem;
  }

  .sm\:last\:border-t-4:last-child{
    border-top-width: 0.25rem;
  }

  .sm\:last\:border-r-4:last-child{
    border-right-width: 0.25rem;
  }

  .sm\:last\:border-b-4:last-child{
    border-bottom-width: 0.25rem;
  }

  .sm\:last\:border-l-4:last-child{
    border-left-width: 0.25rem;
  }

  .sm\:last\:border-t-5:last-child{
    border-top-width: 0.3125rem;
  }

  .sm\:last\:border-r-5:last-child{
    border-right-width: 0.3125rem;
  }

  .sm\:last\:border-b-5:last-child{
    border-bottom-width: 0.3125rem;
  }

  .sm\:last\:border-l-5:last-child{
    border-left-width: 0.3125rem;
  }

  .sm\:last\:border-t-6:last-child{
    border-top-width: 0.375rem;
  }

  .sm\:last\:border-r-6:last-child{
    border-right-width: 0.375rem;
  }

  .sm\:last\:border-b-6:last-child{
    border-bottom-width: 0.375rem;
  }

  .sm\:last\:border-l-6:last-child{
    border-left-width: 0.375rem;
  }

  .sm\:last\:border-t-8:last-child{
    border-top-width: 0.5rem;
  }

  .sm\:last\:border-r-8:last-child{
    border-right-width: 0.5rem;
  }

  .sm\:last\:border-b-8:last-child{
    border-bottom-width: 0.5rem;
  }

  .sm\:last\:border-l-8:last-child{
    border-left-width: 0.5rem;
  }

  .sm\:last\:border-t-10:last-child{
    border-top-width: 0.625rem;
  }

  .sm\:last\:border-r-10:last-child{
    border-right-width: 0.625rem;
  }

  .sm\:last\:border-b-10:last-child{
    border-bottom-width: 0.625rem;
  }

  .sm\:last\:border-l-10:last-child{
    border-left-width: 0.625rem;
  }

  .sm\:last\:border-t-15:last-child{
    border-top-width: 0.9375rem;
  }

  .sm\:last\:border-r-15:last-child{
    border-right-width: 0.9375rem;
  }

  .sm\:last\:border-b-15:last-child{
    border-bottom-width: 0.9375rem;
  }

  .sm\:last\:border-l-15:last-child{
    border-left-width: 0.9375rem;
  }

  .sm\:last\:border-t-20:last-child{
    border-top-width: 1.25rem;
  }

  .sm\:last\:border-r-20:last-child{
    border-right-width: 1.25rem;
  }

  .sm\:last\:border-b-20:last-child{
    border-bottom-width: 1.25rem;
  }

  .sm\:last\:border-l-20:last-child{
    border-left-width: 1.25rem;
  }

  .sm\:last\:border-t:last-child{
    border-top-width: 1px;
  }

  .sm\:last\:border-r:last-child{
    border-right-width: 1px;
  }

  .sm\:last\:border-b:last-child{
    border-bottom-width: 1px;
  }

  .sm\:last\:border-l:last-child{
    border-left-width: 1px;
  }

  .sm\:box-border{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .sm\:box-content{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

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

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

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

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

  .sm\:cursor-text{
    cursor: text;
  }

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

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

  .sm\:block{
    display: block;
  }

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

  .sm\:inline{
    display: inline;
  }

  .sm\:flow-root{
    display: flow-root;
  }

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

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

  .sm\:grid{
    display: grid;
  }

  .sm\:inline-grid{
    display: inline-grid;
  }

  .sm\:table{
    display: table;
  }

  .sm\:table-caption{
    display: table-caption;
  }

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

  .sm\:table-column{
    display: table-column;
  }

  .sm\:table-column-group{
    display: table-column-group;
  }

  .sm\:table-footer-group{
    display: table-footer-group;
  }

  .sm\:table-header-group{
    display: table-header-group;
  }

  .sm\:table-row-group{
    display: table-row-group;
  }

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

  .sm\:hidden{
    display: none;
  }

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

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

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

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

  .sm\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:justify-evenly{
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

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

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

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

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

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

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

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

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

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

  .sm\:flex-1\/3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }

  .sm\:flex-1\/3-up{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
  }

  .sm\:flex-2\/3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
  }

  .sm\:flex-1\/4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .sm\:flex-1\/2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .sm\:flex-2\/4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .sm\:flex-3\/4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .sm\:flex-1\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .sm\:flex-2\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .sm\:flex-3\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .sm\:flex-4\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }

  .sm\:flex-gminor{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.2%;
            flex: 0 0 38.2%;
  }

  .sm\:flex-gmajor{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61.8%;
            flex: 0 0 61.8%;
  }

  .sm\:flex-fill{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

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

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

  .sm\:flex-shrink-0{
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .sm\:flex-shrink{
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .sm\:order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sm\:order-2{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .sm\:order-3{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .sm\:order-4{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .sm\:order-5{
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .sm\:order-6{
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .sm\:order-7{
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .sm\:order-8{
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .sm\:order-9{
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .sm\:order-10{
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .sm\:order-11{
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .sm\:order-12{
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .sm\:order-first{
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

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

  .sm\:order-none{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 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\:clear-left{
    clear: left;
  }

  .sm\:clear-right{
    clear: right;
  }

  .sm\:clear-both{
    clear: both;
  }

  .sm\:clear-none{
    clear: none;
  }

  .sm\:font-sansblack{
    font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
  }

  .sm\:font-sans{
    font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  }

  .sm\:font-serif{
    font-family: "freight-text-pro", "Times New Roman", Georgia, Garamond, serif;
  }

  .sm\:font-hairline{
    font-weight: 100;
  }

  .sm\:font-thin{
    font-weight: 200;
  }

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

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

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

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

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

  .sm\:font-extrabold{
    font-weight: 800;
  }

  .sm\:font-black{
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover{
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover{
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus{
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus{
    font-weight: 900;
  }

  .sm\:h-0{
    height: 0;
  }

  .sm\:h-1{
    height: 0.0625rem;
  }

  .sm\:h-2{
    height: 0.125rem;
  }

  .sm\:h-3{
    height: 0.1875rem;
  }

  .sm\:h-4{
    height: 0.25rem;
  }

  .sm\:h-5{
    height: 0.3125rem;
  }

  .sm\:h-6{
    height: 0.375rem;
  }

  .sm\:h-8{
    height: 0.5rem;
  }

  .sm\:h-10{
    height: 0.625rem;
  }

  .sm\:h-15{
    height: 0.9375rem;
  }

  .sm\:h-20{
    height: 1.25rem;
  }

  .sm\:h-25{
    height: 1.5625rem;
  }

  .sm\:h-30{
    height: 1.875rem;
  }

  .sm\:h-35{
    height: 2.1875rem;
  }

  .sm\:h-40{
    height: 2.5rem;
  }

  .sm\:h-50{
    height: 3.125rem;
  }

  .sm\:h-60{
    height: 3.75rem;
  }

  .sm\:h-70{
    height: 4.375rem;
  }

  .sm\:h-75{
    height: 4.6875rem;
  }

  .sm\:h-80{
    height: 5rem;
  }

  .sm\:h-85{
    height: 5.3125rem;
  }

  .sm\:h-90{
    height: 5.625rem;
  }

  .sm\:h-100{
    height: 6.25rem;
  }

  .sm\:h-110{
    height: 6.875rem;
  }

  .sm\:h-120{
    height: 7.5rem;
  }

  .sm\:h-130{
    height: 8.125rem;
  }

  .sm\:h-140{
    height: 8.75rem;
  }

  .sm\:h-150{
    height: 9.375rem;
  }

  .sm\:h-160{
    height: 10rem;
  }

  .sm\:h-170{
    height: 10.625rem;
  }

  .sm\:h-175{
    height: 10.9375rem;
  }

  .sm\:h-180{
    height: 11.25rem;
  }

  .sm\:h-190{
    height: 11.875rem;
  }

  .sm\:h-200{
    height: 12.5rem;
  }

  .sm\:h-225{
    height: 14.0625rem;
  }

  .sm\:h-250{
    height: 15.625rem;
  }

  .sm\:h-300{
    height: 18.75rem;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:h-screen{
    height: 100vh;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
  }

  .sm\:text-base{
    font-size: 1rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
  }

  .sm\:text-xl{
    font-size: 1.3125rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
  }

  .sm\:text-3xl{
    font-size: 1.75rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
  }

  .sm\:text-5xl{
    font-size: 2.5rem;
  }

  .sm\:text-6xl{
    font-size: 3rem;
  }

  .sm\:text-7xl{
    font-size: 3.625rem;
  }

  .sm\:text-8xl{
    font-size: 4.6875rem;
  }

  .sm\:text-9xl{
    font-size: 6.25rem;
  }

  .sm\:leading-3{
    line-height: .75rem;
  }

  .sm\:leading-4{
    line-height: 1rem;
  }

  .sm\:leading-5{
    line-height: 1.25rem;
  }

  .sm\:leading-6{
    line-height: 1.5rem;
  }

  .sm\:leading-7{
    line-height: 1.75rem;
  }

  .sm\:leading-8{
    line-height: 2rem;
  }

  .sm\:leading-9{
    line-height: 2.25rem;
  }

  .sm\:leading-10{
    line-height: 2.5rem;
  }

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

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

  .sm\:leading-snug{
    line-height: 1.375;
  }

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

  .sm\:leading-relaxed{
    line-height: 1.625;
  }

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

  .sm\:list-inside{
    list-style-position: inside;
  }

  .sm\:list-outside{
    list-style-position: outside;
  }

  .sm\:list-none{
    list-style-type: none;
  }

  .sm\:list-disc{
    list-style-type: disc;
  }

  .sm\:list-decimal{
    list-style-type: decimal;
  }

  .sm\:m-0{
    margin: 0;
  }

  .sm\:m-1{
    margin: 0.0625rem;
  }

  .sm\:m-2{
    margin: 0.125rem;
  }

  .sm\:m-3{
    margin: 0.1875rem;
  }

  .sm\:m-4{
    margin: 0.25rem;
  }

  .sm\:m-5{
    margin: 0.3125rem;
  }

  .sm\:m-6{
    margin: 0.375rem;
  }

  .sm\:m-8{
    margin: 0.5rem;
  }

  .sm\:m-10{
    margin: 0.625rem;
  }

  .sm\:m-15{
    margin: 0.9375rem;
  }

  .sm\:m-20{
    margin: 1.25rem;
  }

  .sm\:m-25{
    margin: 1.5625rem;
  }

  .sm\:m-30{
    margin: 1.875rem;
  }

  .sm\:m-35{
    margin: 2.1875rem;
  }

  .sm\:m-40{
    margin: 2.5rem;
  }

  .sm\:m-50{
    margin: 3.125rem;
  }

  .sm\:m-60{
    margin: 3.75rem;
  }

  .sm\:m-75{
    margin: 4.6875rem;
  }

  .sm\:m-85{
    margin: 5.3125rem;
  }

  .sm\:m-100{
    margin: 6.25rem;
  }

  .sm\:m-150{
    margin: 9.375rem;
  }

  .sm\:m-175{
    margin: 10.9375rem;
  }

  .sm\:m-auto{
    margin: auto;
  }

  .sm\:-m-0{
    margin: 0;
  }

  .sm\:-m-1{
    margin: -0.0625rem;
  }

  .sm\:-m-2{
    margin: -0.125rem;
  }

  .sm\:-m-3{
    margin: -0.1875rem;
  }

  .sm\:-m-4{
    margin: -0.25rem;
  }

  .sm\:-m-5{
    margin: -0.3125rem;
  }

  .sm\:-m-6{
    margin: -0.375rem;
  }

  .sm\:-m-8{
    margin: -0.5rem;
  }

  .sm\:-m-10{
    margin: -0.625rem;
  }

  .sm\:-m-15{
    margin: -0.9375rem;
  }

  .sm\:-m-20{
    margin: -1.25rem;
  }

  .sm\:-m-25{
    margin: -1.5625rem;
  }

  .sm\:-m-30{
    margin: -1.875rem;
  }

  .sm\:-m-35{
    margin: -2.1875rem;
  }

  .sm\:-m-40{
    margin: -2.5rem;
  }

  .sm\:-m-50{
    margin: -3.125rem;
  }

  .sm\:-m-60{
    margin: -3.75rem;
  }

  .sm\:-m-75{
    margin: -4.6875rem;
  }

  .sm\:-m-85{
    margin: -5.3125rem;
  }

  .sm\:-m-100{
    margin: -6.25rem;
  }

  .sm\:-m-150{
    margin: -9.375rem;
  }

  .sm\:-m-175{
    margin: -10.9375rem;
  }

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

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

  .sm\:my-1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .sm\:mx-1{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .sm\:my-2{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:mx-2{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:my-3{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .sm\:mx-3{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .sm\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-5{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .sm\:mx-5{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .sm\:my-6{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:mx-6{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:my-15{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .sm\:mx-15{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .sm\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-25{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .sm\:mx-25{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .sm\:my-30{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:mx-30{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .sm\:my-35{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .sm\:mx-35{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .sm\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-50{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:mx-50{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .sm\:my-60{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:mx-60{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:my-75{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .sm\:mx-75{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .sm\:my-85{
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .sm\:mx-85{
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .sm\:my-100{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .sm\:mx-100{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .sm\:my-150{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .sm\:mx-150{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .sm\:my-175{
    margin-top: 10.9375rem;
    margin-bottom: 10.9375rem;
  }

  .sm\:mx-175{
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
  }

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

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

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

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

  .sm\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .sm\:-mx-1{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .sm\:-my-2{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:-mx-2{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:-my-3{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .sm\:-mx-3{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .sm\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-5{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .sm\:-mx-5{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .sm\:-my-6{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:-mx-6{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:-mx-10{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:-my-15{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .sm\:-mx-15{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .sm\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-25{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .sm\:-mx-25{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .sm\:-my-30{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:-mx-30{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .sm\:-my-35{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .sm\:-mx-35{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .sm\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-50{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:-mx-50{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .sm\:-my-60{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:-mx-60{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:-my-75{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .sm\:-mx-75{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .sm\:-my-85{
    margin-top: -5.3125rem;
    margin-bottom: -5.3125rem;
  }

  .sm\:-mx-85{
    margin-left: -5.3125rem;
    margin-right: -5.3125rem;
  }

  .sm\:-my-100{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .sm\:-mx-100{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .sm\:-my-150{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .sm\:-mx-150{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .sm\:-my-175{
    margin-top: -10.9375rem;
    margin-bottom: -10.9375rem;
  }

  .sm\:-mx-175{
    margin-left: -10.9375rem;
    margin-right: -10.9375rem;
  }

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

  .sm\:mr-1{
    margin-right: 0.0625rem;
  }

  .sm\:mb-1{
    margin-bottom: 0.0625rem;
  }

  .sm\:ml-1{
    margin-left: 0.0625rem;
  }

  .sm\:mt-2{
    margin-top: 0.125rem;
  }

  .sm\:mr-2{
    margin-right: 0.125rem;
  }

  .sm\:mb-2{
    margin-bottom: 0.125rem;
  }

  .sm\:ml-2{
    margin-left: 0.125rem;
  }

  .sm\:mt-3{
    margin-top: 0.1875rem;
  }

  .sm\:mr-3{
    margin-right: 0.1875rem;
  }

  .sm\:mb-3{
    margin-bottom: 0.1875rem;
  }

  .sm\:ml-3{
    margin-left: 0.1875rem;
  }

  .sm\:mt-4{
    margin-top: 0.25rem;
  }

  .sm\:mr-4{
    margin-right: 0.25rem;
  }

  .sm\:mb-4{
    margin-bottom: 0.25rem;
  }

  .sm\:ml-4{
    margin-left: 0.25rem;
  }

  .sm\:mt-5{
    margin-top: 0.3125rem;
  }

  .sm\:mr-5{
    margin-right: 0.3125rem;
  }

  .sm\:mb-5{
    margin-bottom: 0.3125rem;
  }

  .sm\:ml-5{
    margin-left: 0.3125rem;
  }

  .sm\:mt-6{
    margin-top: 0.375rem;
  }

  .sm\:mr-6{
    margin-right: 0.375rem;
  }

  .sm\:mb-6{
    margin-bottom: 0.375rem;
  }

  .sm\:ml-6{
    margin-left: 0.375rem;
  }

  .sm\:mt-8{
    margin-top: 0.5rem;
  }

  .sm\:mr-8{
    margin-right: 0.5rem;
  }

  .sm\:mb-8{
    margin-bottom: 0.5rem;
  }

  .sm\:ml-8{
    margin-left: 0.5rem;
  }

  .sm\:mt-10{
    margin-top: 0.625rem;
  }

  .sm\:mr-10{
    margin-right: 0.625rem;
  }

  .sm\:mb-10{
    margin-bottom: 0.625rem;
  }

  .sm\:ml-10{
    margin-left: 0.625rem;
  }

  .sm\:mt-15{
    margin-top: 0.9375rem;
  }

  .sm\:mr-15{
    margin-right: 0.9375rem;
  }

  .sm\:mb-15{
    margin-bottom: 0.9375rem;
  }

  .sm\:ml-15{
    margin-left: 0.9375rem;
  }

  .sm\:mt-20{
    margin-top: 1.25rem;
  }

  .sm\:mr-20{
    margin-right: 1.25rem;
  }

  .sm\:mb-20{
    margin-bottom: 1.25rem;
  }

  .sm\:ml-20{
    margin-left: 1.25rem;
  }

  .sm\:mt-25{
    margin-top: 1.5625rem;
  }

  .sm\:mr-25{
    margin-right: 1.5625rem;
  }

  .sm\:mb-25{
    margin-bottom: 1.5625rem;
  }

  .sm\:ml-25{
    margin-left: 1.5625rem;
  }

  .sm\:mt-30{
    margin-top: 1.875rem;
  }

  .sm\:mr-30{
    margin-right: 1.875rem;
  }

  .sm\:mb-30{
    margin-bottom: 1.875rem;
  }

  .sm\:ml-30{
    margin-left: 1.875rem;
  }

  .sm\:mt-35{
    margin-top: 2.1875rem;
  }

  .sm\:mr-35{
    margin-right: 2.1875rem;
  }

  .sm\:mb-35{
    margin-bottom: 2.1875rem;
  }

  .sm\:ml-35{
    margin-left: 2.1875rem;
  }

  .sm\:mt-40{
    margin-top: 2.5rem;
  }

  .sm\:mr-40{
    margin-right: 2.5rem;
  }

  .sm\:mb-40{
    margin-bottom: 2.5rem;
  }

  .sm\:ml-40{
    margin-left: 2.5rem;
  }

  .sm\:mt-50{
    margin-top: 3.125rem;
  }

  .sm\:mr-50{
    margin-right: 3.125rem;
  }

  .sm\:mb-50{
    margin-bottom: 3.125rem;
  }

  .sm\:ml-50{
    margin-left: 3.125rem;
  }

  .sm\:mt-60{
    margin-top: 3.75rem;
  }

  .sm\:mr-60{
    margin-right: 3.75rem;
  }

  .sm\:mb-60{
    margin-bottom: 3.75rem;
  }

  .sm\:ml-60{
    margin-left: 3.75rem;
  }

  .sm\:mt-75{
    margin-top: 4.6875rem;
  }

  .sm\:mr-75{
    margin-right: 4.6875rem;
  }

  .sm\:mb-75{
    margin-bottom: 4.6875rem;
  }

  .sm\:ml-75{
    margin-left: 4.6875rem;
  }

  .sm\:mt-85{
    margin-top: 5.3125rem;
  }

  .sm\:mr-85{
    margin-right: 5.3125rem;
  }

  .sm\:mb-85{
    margin-bottom: 5.3125rem;
  }

  .sm\:ml-85{
    margin-left: 5.3125rem;
  }

  .sm\:mt-100{
    margin-top: 6.25rem;
  }

  .sm\:mr-100{
    margin-right: 6.25rem;
  }

  .sm\:mb-100{
    margin-bottom: 6.25rem;
  }

  .sm\:ml-100{
    margin-left: 6.25rem;
  }

  .sm\:mt-150{
    margin-top: 9.375rem;
  }

  .sm\:mr-150{
    margin-right: 9.375rem;
  }

  .sm\:mb-150{
    margin-bottom: 9.375rem;
  }

  .sm\:ml-150{
    margin-left: 9.375rem;
  }

  .sm\:mt-175{
    margin-top: 10.9375rem;
  }

  .sm\:mr-175{
    margin-right: 10.9375rem;
  }

  .sm\:mb-175{
    margin-bottom: 10.9375rem;
  }

  .sm\:ml-175{
    margin-left: 10.9375rem;
  }

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

  .sm\:-mr-1{
    margin-right: -0.0625rem;
  }

  .sm\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .sm\:-ml-1{
    margin-left: -0.0625rem;
  }

  .sm\:-mt-2{
    margin-top: -0.125rem;
  }

  .sm\:-mr-2{
    margin-right: -0.125rem;
  }

  .sm\:-mb-2{
    margin-bottom: -0.125rem;
  }

  .sm\:-ml-2{
    margin-left: -0.125rem;
  }

  .sm\:-mt-3{
    margin-top: -0.1875rem;
  }

  .sm\:-mr-3{
    margin-right: -0.1875rem;
  }

  .sm\:-mb-3{
    margin-bottom: -0.1875rem;
  }

  .sm\:-ml-3{
    margin-left: -0.1875rem;
  }

  .sm\:-mt-4{
    margin-top: -0.25rem;
  }

  .sm\:-mr-4{
    margin-right: -0.25rem;
  }

  .sm\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-4{
    margin-left: -0.25rem;
  }

  .sm\:-mt-5{
    margin-top: -0.3125rem;
  }

  .sm\:-mr-5{
    margin-right: -0.3125rem;
  }

  .sm\:-mb-5{
    margin-bottom: -0.3125rem;
  }

  .sm\:-ml-5{
    margin-left: -0.3125rem;
  }

  .sm\:-mt-6{
    margin-top: -0.375rem;
  }

  .sm\:-mr-6{
    margin-right: -0.375rem;
  }

  .sm\:-mb-6{
    margin-bottom: -0.375rem;
  }

  .sm\:-ml-6{
    margin-left: -0.375rem;
  }

  .sm\:-mt-8{
    margin-top: -0.5rem;
  }

  .sm\:-mr-8{
    margin-right: -0.5rem;
  }

  .sm\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-8{
    margin-left: -0.5rem;
  }

  .sm\:-mt-10{
    margin-top: -0.625rem;
  }

  .sm\:-mr-10{
    margin-right: -0.625rem;
  }

  .sm\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .sm\:-ml-10{
    margin-left: -0.625rem;
  }

  .sm\:-mt-15{
    margin-top: -0.9375rem;
  }

  .sm\:-mr-15{
    margin-right: -0.9375rem;
  }

  .sm\:-mb-15{
    margin-bottom: -0.9375rem;
  }

  .sm\:-ml-15{
    margin-left: -0.9375rem;
  }

  .sm\:-mt-20{
    margin-top: -1.25rem;
  }

  .sm\:-mr-20{
    margin-right: -1.25rem;
  }

  .sm\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-20{
    margin-left: -1.25rem;
  }

  .sm\:-mt-25{
    margin-top: -1.5625rem;
  }

  .sm\:-mr-25{
    margin-right: -1.5625rem;
  }

  .sm\:-mb-25{
    margin-bottom: -1.5625rem;
  }

  .sm\:-ml-25{
    margin-left: -1.5625rem;
  }

  .sm\:-mt-30{
    margin-top: -1.875rem;
  }

  .sm\:-mr-30{
    margin-right: -1.875rem;
  }

  .sm\:-mb-30{
    margin-bottom: -1.875rem;
  }

  .sm\:-ml-30{
    margin-left: -1.875rem;
  }

  .sm\:-mt-35{
    margin-top: -2.1875rem;
  }

  .sm\:-mr-35{
    margin-right: -2.1875rem;
  }

  .sm\:-mb-35{
    margin-bottom: -2.1875rem;
  }

  .sm\:-ml-35{
    margin-left: -2.1875rem;
  }

  .sm\:-mt-40{
    margin-top: -2.5rem;
  }

  .sm\:-mr-40{
    margin-right: -2.5rem;
  }

  .sm\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-40{
    margin-left: -2.5rem;
  }

  .sm\:-mt-50{
    margin-top: -3.125rem;
  }

  .sm\:-mr-50{
    margin-right: -3.125rem;
  }

  .sm\:-mb-50{
    margin-bottom: -3.125rem;
  }

  .sm\:-ml-50{
    margin-left: -3.125rem;
  }

  .sm\:-mt-60{
    margin-top: -3.75rem;
  }

  .sm\:-mr-60{
    margin-right: -3.75rem;
  }

  .sm\:-mb-60{
    margin-bottom: -3.75rem;
  }

  .sm\:-ml-60{
    margin-left: -3.75rem;
  }

  .sm\:-mt-75{
    margin-top: -4.6875rem;
  }

  .sm\:-mr-75{
    margin-right: -4.6875rem;
  }

  .sm\:-mb-75{
    margin-bottom: -4.6875rem;
  }

  .sm\:-ml-75{
    margin-left: -4.6875rem;
  }

  .sm\:-mt-85{
    margin-top: -5.3125rem;
  }

  .sm\:-mr-85{
    margin-right: -5.3125rem;
  }

  .sm\:-mb-85{
    margin-bottom: -5.3125rem;
  }

  .sm\:-ml-85{
    margin-left: -5.3125rem;
  }

  .sm\:-mt-100{
    margin-top: -6.25rem;
  }

  .sm\:-mr-100{
    margin-right: -6.25rem;
  }

  .sm\:-mb-100{
    margin-bottom: -6.25rem;
  }

  .sm\:-ml-100{
    margin-left: -6.25rem;
  }

  .sm\:-mt-150{
    margin-top: -9.375rem;
  }

  .sm\:-mr-150{
    margin-right: -9.375rem;
  }

  .sm\:-mb-150{
    margin-bottom: -9.375rem;
  }

  .sm\:-ml-150{
    margin-left: -9.375rem;
  }

  .sm\:-mt-175{
    margin-top: -10.9375rem;
  }

  .sm\:-mr-175{
    margin-right: -10.9375rem;
  }

  .sm\:-mb-175{
    margin-bottom: -10.9375rem;
  }

  .sm\:-ml-175{
    margin-left: -10.9375rem;
  }

  .sm\:first\:m-0:first-child{
    margin: 0;
  }

  .sm\:first\:m-1:first-child{
    margin: 0.0625rem;
  }

  .sm\:first\:m-2:first-child{
    margin: 0.125rem;
  }

  .sm\:first\:m-3:first-child{
    margin: 0.1875rem;
  }

  .sm\:first\:m-4:first-child{
    margin: 0.25rem;
  }

  .sm\:first\:m-5:first-child{
    margin: 0.3125rem;
  }

  .sm\:first\:m-6:first-child{
    margin: 0.375rem;
  }

  .sm\:first\:m-8:first-child{
    margin: 0.5rem;
  }

  .sm\:first\:m-10:first-child{
    margin: 0.625rem;
  }

  .sm\:first\:m-15:first-child{
    margin: 0.9375rem;
  }

  .sm\:first\:m-20:first-child{
    margin: 1.25rem;
  }

  .sm\:first\:m-25:first-child{
    margin: 1.5625rem;
  }

  .sm\:first\:m-30:first-child{
    margin: 1.875rem;
  }

  .sm\:first\:m-35:first-child{
    margin: 2.1875rem;
  }

  .sm\:first\:m-40:first-child{
    margin: 2.5rem;
  }

  .sm\:first\:m-50:first-child{
    margin: 3.125rem;
  }

  .sm\:first\:m-60:first-child{
    margin: 3.75rem;
  }

  .sm\:first\:m-75:first-child{
    margin: 4.6875rem;
  }

  .sm\:first\:m-85:first-child{
    margin: 5.3125rem;
  }

  .sm\:first\:m-100:first-child{
    margin: 6.25rem;
  }

  .sm\:first\:m-150:first-child{
    margin: 9.375rem;
  }

  .sm\:first\:m-175:first-child{
    margin: 10.9375rem;
  }

  .sm\:first\:m-auto:first-child{
    margin: auto;
  }

  .sm\:first\:-m-0:first-child{
    margin: 0;
  }

  .sm\:first\:-m-1:first-child{
    margin: -0.0625rem;
  }

  .sm\:first\:-m-2:first-child{
    margin: -0.125rem;
  }

  .sm\:first\:-m-3:first-child{
    margin: -0.1875rem;
  }

  .sm\:first\:-m-4:first-child{
    margin: -0.25rem;
  }

  .sm\:first\:-m-5:first-child{
    margin: -0.3125rem;
  }

  .sm\:first\:-m-6:first-child{
    margin: -0.375rem;
  }

  .sm\:first\:-m-8:first-child{
    margin: -0.5rem;
  }

  .sm\:first\:-m-10:first-child{
    margin: -0.625rem;
  }

  .sm\:first\:-m-15:first-child{
    margin: -0.9375rem;
  }

  .sm\:first\:-m-20:first-child{
    margin: -1.25rem;
  }

  .sm\:first\:-m-25:first-child{
    margin: -1.5625rem;
  }

  .sm\:first\:-m-30:first-child{
    margin: -1.875rem;
  }

  .sm\:first\:-m-35:first-child{
    margin: -2.1875rem;
  }

  .sm\:first\:-m-40:first-child{
    margin: -2.5rem;
  }

  .sm\:first\:-m-50:first-child{
    margin: -3.125rem;
  }

  .sm\:first\:-m-60:first-child{
    margin: -3.75rem;
  }

  .sm\:first\:-m-75:first-child{
    margin: -4.6875rem;
  }

  .sm\:first\:-m-85:first-child{
    margin: -5.3125rem;
  }

  .sm\:first\:-m-100:first-child{
    margin: -6.25rem;
  }

  .sm\:first\:-m-150:first-child{
    margin: -9.375rem;
  }

  .sm\:first\:-m-175:first-child{
    margin: -10.9375rem;
  }

  .sm\:first\:my-0:first-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:first\:mx-0:first-child{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:first\:my-1:first-child{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .sm\:first\:mx-1:first-child{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .sm\:first\:my-2:first-child{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:first\:mx-2:first-child{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:first\:my-3:first-child{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .sm\:first\:mx-3:first-child{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .sm\:first\:my-4:first-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:first\:mx-4:first-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:first\:my-5:first-child{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .sm\:first\:mx-5:first-child{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .sm\:first\:my-6:first-child{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:first\:mx-6:first-child{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:first\:my-8:first-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:first\:mx-8:first-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:first\:my-10:first-child{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:first\:mx-10:first-child{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:first\:my-15:first-child{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .sm\:first\:mx-15:first-child{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .sm\:first\:my-20:first-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:first\:mx-20:first-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:first\:my-25:first-child{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .sm\:first\:mx-25:first-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .sm\:first\:my-30:first-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:first\:mx-30:first-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .sm\:first\:my-35:first-child{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .sm\:first\:mx-35:first-child{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .sm\:first\:my-40:first-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:first\:mx-40:first-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:first\:my-50:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:first\:mx-50:first-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .sm\:first\:my-60:first-child{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:first\:mx-60:first-child{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:first\:my-75:first-child{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .sm\:first\:mx-75:first-child{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .sm\:first\:my-85:first-child{
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .sm\:first\:mx-85:first-child{
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .sm\:first\:my-100:first-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .sm\:first\:mx-100:first-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .sm\:first\:my-150:first-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .sm\:first\:mx-150:first-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .sm\:first\:my-175:first-child{
    margin-top: 10.9375rem;
    margin-bottom: 10.9375rem;
  }

  .sm\:first\:mx-175:first-child{
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
  }

  .sm\:first\:my-auto:first-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:first\:mx-auto:first-child{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:first\:-my-0:first-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:first\:-mx-0:first-child{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:first\:-my-1:first-child{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .sm\:first\:-mx-1:first-child{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .sm\:first\:-my-2:first-child{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:first\:-mx-2:first-child{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:first\:-my-3:first-child{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .sm\:first\:-mx-3:first-child{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .sm\:first\:-my-4:first-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-mx-4:first-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:first\:-my-5:first-child{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .sm\:first\:-mx-5:first-child{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .sm\:first\:-my-6:first-child{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:first\:-mx-6:first-child{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:first\:-my-8:first-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-mx-8:first-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:first\:-my-10:first-child{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:first\:-mx-10:first-child{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:first\:-my-15:first-child{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .sm\:first\:-mx-15:first-child{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .sm\:first\:-my-20:first-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-mx-20:first-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:first\:-my-25:first-child{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .sm\:first\:-mx-25:first-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .sm\:first\:-my-30:first-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:first\:-mx-30:first-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .sm\:first\:-my-35:first-child{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .sm\:first\:-mx-35:first-child{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .sm\:first\:-my-40:first-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-mx-40:first-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:first\:-my-50:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:first\:-mx-50:first-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .sm\:first\:-my-60:first-child{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:first\:-mx-60:first-child{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:first\:-my-75:first-child{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .sm\:first\:-mx-75:first-child{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .sm\:first\:-my-85:first-child{
    margin-top: -5.3125rem;
    margin-bottom: -5.3125rem;
  }

  .sm\:first\:-mx-85:first-child{
    margin-left: -5.3125rem;
    margin-right: -5.3125rem;
  }

  .sm\:first\:-my-100:first-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .sm\:first\:-mx-100:first-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .sm\:first\:-my-150:first-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .sm\:first\:-mx-150:first-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .sm\:first\:-my-175:first-child{
    margin-top: -10.9375rem;
    margin-bottom: -10.9375rem;
  }

  .sm\:first\:-mx-175:first-child{
    margin-left: -10.9375rem;
    margin-right: -10.9375rem;
  }

  .sm\:first\:mt-0:first-child{
    margin-top: 0;
  }

  .sm\:first\:mr-0:first-child{
    margin-right: 0;
  }

  .sm\:first\:mb-0:first-child{
    margin-bottom: 0;
  }

  .sm\:first\:ml-0:first-child{
    margin-left: 0;
  }

  .sm\:first\:mt-1:first-child{
    margin-top: 0.0625rem;
  }

  .sm\:first\:mr-1:first-child{
    margin-right: 0.0625rem;
  }

  .sm\:first\:mb-1:first-child{
    margin-bottom: 0.0625rem;
  }

  .sm\:first\:ml-1:first-child{
    margin-left: 0.0625rem;
  }

  .sm\:first\:mt-2:first-child{
    margin-top: 0.125rem;
  }

  .sm\:first\:mr-2:first-child{
    margin-right: 0.125rem;
  }

  .sm\:first\:mb-2:first-child{
    margin-bottom: 0.125rem;
  }

  .sm\:first\:ml-2:first-child{
    margin-left: 0.125rem;
  }

  .sm\:first\:mt-3:first-child{
    margin-top: 0.1875rem;
  }

  .sm\:first\:mr-3:first-child{
    margin-right: 0.1875rem;
  }

  .sm\:first\:mb-3:first-child{
    margin-bottom: 0.1875rem;
  }

  .sm\:first\:ml-3:first-child{
    margin-left: 0.1875rem;
  }

  .sm\:first\:mt-4:first-child{
    margin-top: 0.25rem;
  }

  .sm\:first\:mr-4:first-child{
    margin-right: 0.25rem;
  }

  .sm\:first\:mb-4:first-child{
    margin-bottom: 0.25rem;
  }

  .sm\:first\:ml-4:first-child{
    margin-left: 0.25rem;
  }

  .sm\:first\:mt-5:first-child{
    margin-top: 0.3125rem;
  }

  .sm\:first\:mr-5:first-child{
    margin-right: 0.3125rem;
  }

  .sm\:first\:mb-5:first-child{
    margin-bottom: 0.3125rem;
  }

  .sm\:first\:ml-5:first-child{
    margin-left: 0.3125rem;
  }

  .sm\:first\:mt-6:first-child{
    margin-top: 0.375rem;
  }

  .sm\:first\:mr-6:first-child{
    margin-right: 0.375rem;
  }

  .sm\:first\:mb-6:first-child{
    margin-bottom: 0.375rem;
  }

  .sm\:first\:ml-6:first-child{
    margin-left: 0.375rem;
  }

  .sm\:first\:mt-8:first-child{
    margin-top: 0.5rem;
  }

  .sm\:first\:mr-8:first-child{
    margin-right: 0.5rem;
  }

  .sm\:first\:mb-8:first-child{
    margin-bottom: 0.5rem;
  }

  .sm\:first\:ml-8:first-child{
    margin-left: 0.5rem;
  }

  .sm\:first\:mt-10:first-child{
    margin-top: 0.625rem;
  }

  .sm\:first\:mr-10:first-child{
    margin-right: 0.625rem;
  }

  .sm\:first\:mb-10:first-child{
    margin-bottom: 0.625rem;
  }

  .sm\:first\:ml-10:first-child{
    margin-left: 0.625rem;
  }

  .sm\:first\:mt-15:first-child{
    margin-top: 0.9375rem;
  }

  .sm\:first\:mr-15:first-child{
    margin-right: 0.9375rem;
  }

  .sm\:first\:mb-15:first-child{
    margin-bottom: 0.9375rem;
  }

  .sm\:first\:ml-15:first-child{
    margin-left: 0.9375rem;
  }

  .sm\:first\:mt-20:first-child{
    margin-top: 1.25rem;
  }

  .sm\:first\:mr-20:first-child{
    margin-right: 1.25rem;
  }

  .sm\:first\:mb-20:first-child{
    margin-bottom: 1.25rem;
  }

  .sm\:first\:ml-20:first-child{
    margin-left: 1.25rem;
  }

  .sm\:first\:mt-25:first-child{
    margin-top: 1.5625rem;
  }

  .sm\:first\:mr-25:first-child{
    margin-right: 1.5625rem;
  }

  .sm\:first\:mb-25:first-child{
    margin-bottom: 1.5625rem;
  }

  .sm\:first\:ml-25:first-child{
    margin-left: 1.5625rem;
  }

  .sm\:first\:mt-30:first-child{
    margin-top: 1.875rem;
  }

  .sm\:first\:mr-30:first-child{
    margin-right: 1.875rem;
  }

  .sm\:first\:mb-30:first-child{
    margin-bottom: 1.875rem;
  }

  .sm\:first\:ml-30:first-child{
    margin-left: 1.875rem;
  }

  .sm\:first\:mt-35:first-child{
    margin-top: 2.1875rem;
  }

  .sm\:first\:mr-35:first-child{
    margin-right: 2.1875rem;
  }

  .sm\:first\:mb-35:first-child{
    margin-bottom: 2.1875rem;
  }

  .sm\:first\:ml-35:first-child{
    margin-left: 2.1875rem;
  }

  .sm\:first\:mt-40:first-child{
    margin-top: 2.5rem;
  }

  .sm\:first\:mr-40:first-child{
    margin-right: 2.5rem;
  }

  .sm\:first\:mb-40:first-child{
    margin-bottom: 2.5rem;
  }

  .sm\:first\:ml-40:first-child{
    margin-left: 2.5rem;
  }

  .sm\:first\:mt-50:first-child{
    margin-top: 3.125rem;
  }

  .sm\:first\:mr-50:first-child{
    margin-right: 3.125rem;
  }

  .sm\:first\:mb-50:first-child{
    margin-bottom: 3.125rem;
  }

  .sm\:first\:ml-50:first-child{
    margin-left: 3.125rem;
  }

  .sm\:first\:mt-60:first-child{
    margin-top: 3.75rem;
  }

  .sm\:first\:mr-60:first-child{
    margin-right: 3.75rem;
  }

  .sm\:first\:mb-60:first-child{
    margin-bottom: 3.75rem;
  }

  .sm\:first\:ml-60:first-child{
    margin-left: 3.75rem;
  }

  .sm\:first\:mt-75:first-child{
    margin-top: 4.6875rem;
  }

  .sm\:first\:mr-75:first-child{
    margin-right: 4.6875rem;
  }

  .sm\:first\:mb-75:first-child{
    margin-bottom: 4.6875rem;
  }

  .sm\:first\:ml-75:first-child{
    margin-left: 4.6875rem;
  }

  .sm\:first\:mt-85:first-child{
    margin-top: 5.3125rem;
  }

  .sm\:first\:mr-85:first-child{
    margin-right: 5.3125rem;
  }

  .sm\:first\:mb-85:first-child{
    margin-bottom: 5.3125rem;
  }

  .sm\:first\:ml-85:first-child{
    margin-left: 5.3125rem;
  }

  .sm\:first\:mt-100:first-child{
    margin-top: 6.25rem;
  }

  .sm\:first\:mr-100:first-child{
    margin-right: 6.25rem;
  }

  .sm\:first\:mb-100:first-child{
    margin-bottom: 6.25rem;
  }

  .sm\:first\:ml-100:first-child{
    margin-left: 6.25rem;
  }

  .sm\:first\:mt-150:first-child{
    margin-top: 9.375rem;
  }

  .sm\:first\:mr-150:first-child{
    margin-right: 9.375rem;
  }

  .sm\:first\:mb-150:first-child{
    margin-bottom: 9.375rem;
  }

  .sm\:first\:ml-150:first-child{
    margin-left: 9.375rem;
  }

  .sm\:first\:mt-175:first-child{
    margin-top: 10.9375rem;
  }

  .sm\:first\:mr-175:first-child{
    margin-right: 10.9375rem;
  }

  .sm\:first\:mb-175:first-child{
    margin-bottom: 10.9375rem;
  }

  .sm\:first\:ml-175:first-child{
    margin-left: 10.9375rem;
  }

  .sm\:first\:mt-auto:first-child{
    margin-top: auto;
  }

  .sm\:first\:mr-auto:first-child{
    margin-right: auto;
  }

  .sm\:first\:mb-auto:first-child{
    margin-bottom: auto;
  }

  .sm\:first\:ml-auto:first-child{
    margin-left: auto;
  }

  .sm\:first\:-mt-0:first-child{
    margin-top: 0;
  }

  .sm\:first\:-mr-0:first-child{
    margin-right: 0;
  }

  .sm\:first\:-mb-0:first-child{
    margin-bottom: 0;
  }

  .sm\:first\:-ml-0:first-child{
    margin-left: 0;
  }

  .sm\:first\:-mt-1:first-child{
    margin-top: -0.0625rem;
  }

  .sm\:first\:-mr-1:first-child{
    margin-right: -0.0625rem;
  }

  .sm\:first\:-mb-1:first-child{
    margin-bottom: -0.0625rem;
  }

  .sm\:first\:-ml-1:first-child{
    margin-left: -0.0625rem;
  }

  .sm\:first\:-mt-2:first-child{
    margin-top: -0.125rem;
  }

  .sm\:first\:-mr-2:first-child{
    margin-right: -0.125rem;
  }

  .sm\:first\:-mb-2:first-child{
    margin-bottom: -0.125rem;
  }

  .sm\:first\:-ml-2:first-child{
    margin-left: -0.125rem;
  }

  .sm\:first\:-mt-3:first-child{
    margin-top: -0.1875rem;
  }

  .sm\:first\:-mr-3:first-child{
    margin-right: -0.1875rem;
  }

  .sm\:first\:-mb-3:first-child{
    margin-bottom: -0.1875rem;
  }

  .sm\:first\:-ml-3:first-child{
    margin-left: -0.1875rem;
  }

  .sm\:first\:-mt-4:first-child{
    margin-top: -0.25rem;
  }

  .sm\:first\:-mr-4:first-child{
    margin-right: -0.25rem;
  }

  .sm\:first\:-mb-4:first-child{
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-ml-4:first-child{
    margin-left: -0.25rem;
  }

  .sm\:first\:-mt-5:first-child{
    margin-top: -0.3125rem;
  }

  .sm\:first\:-mr-5:first-child{
    margin-right: -0.3125rem;
  }

  .sm\:first\:-mb-5:first-child{
    margin-bottom: -0.3125rem;
  }

  .sm\:first\:-ml-5:first-child{
    margin-left: -0.3125rem;
  }

  .sm\:first\:-mt-6:first-child{
    margin-top: -0.375rem;
  }

  .sm\:first\:-mr-6:first-child{
    margin-right: -0.375rem;
  }

  .sm\:first\:-mb-6:first-child{
    margin-bottom: -0.375rem;
  }

  .sm\:first\:-ml-6:first-child{
    margin-left: -0.375rem;
  }

  .sm\:first\:-mt-8:first-child{
    margin-top: -0.5rem;
  }

  .sm\:first\:-mr-8:first-child{
    margin-right: -0.5rem;
  }

  .sm\:first\:-mb-8:first-child{
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-ml-8:first-child{
    margin-left: -0.5rem;
  }

  .sm\:first\:-mt-10:first-child{
    margin-top: -0.625rem;
  }

  .sm\:first\:-mr-10:first-child{
    margin-right: -0.625rem;
  }

  .sm\:first\:-mb-10:first-child{
    margin-bottom: -0.625rem;
  }

  .sm\:first\:-ml-10:first-child{
    margin-left: -0.625rem;
  }

  .sm\:first\:-mt-15:first-child{
    margin-top: -0.9375rem;
  }

  .sm\:first\:-mr-15:first-child{
    margin-right: -0.9375rem;
  }

  .sm\:first\:-mb-15:first-child{
    margin-bottom: -0.9375rem;
  }

  .sm\:first\:-ml-15:first-child{
    margin-left: -0.9375rem;
  }

  .sm\:first\:-mt-20:first-child{
    margin-top: -1.25rem;
  }

  .sm\:first\:-mr-20:first-child{
    margin-right: -1.25rem;
  }

  .sm\:first\:-mb-20:first-child{
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-ml-20:first-child{
    margin-left: -1.25rem;
  }

  .sm\:first\:-mt-25:first-child{
    margin-top: -1.5625rem;
  }

  .sm\:first\:-mr-25:first-child{
    margin-right: -1.5625rem;
  }

  .sm\:first\:-mb-25:first-child{
    margin-bottom: -1.5625rem;
  }

  .sm\:first\:-ml-25:first-child{
    margin-left: -1.5625rem;
  }

  .sm\:first\:-mt-30:first-child{
    margin-top: -1.875rem;
  }

  .sm\:first\:-mr-30:first-child{
    margin-right: -1.875rem;
  }

  .sm\:first\:-mb-30:first-child{
    margin-bottom: -1.875rem;
  }

  .sm\:first\:-ml-30:first-child{
    margin-left: -1.875rem;
  }

  .sm\:first\:-mt-35:first-child{
    margin-top: -2.1875rem;
  }

  .sm\:first\:-mr-35:first-child{
    margin-right: -2.1875rem;
  }

  .sm\:first\:-mb-35:first-child{
    margin-bottom: -2.1875rem;
  }

  .sm\:first\:-ml-35:first-child{
    margin-left: -2.1875rem;
  }

  .sm\:first\:-mt-40:first-child{
    margin-top: -2.5rem;
  }

  .sm\:first\:-mr-40:first-child{
    margin-right: -2.5rem;
  }

  .sm\:first\:-mb-40:first-child{
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-ml-40:first-child{
    margin-left: -2.5rem;
  }

  .sm\:first\:-mt-50:first-child{
    margin-top: -3.125rem;
  }

  .sm\:first\:-mr-50:first-child{
    margin-right: -3.125rem;
  }

  .sm\:first\:-mb-50:first-child{
    margin-bottom: -3.125rem;
  }

  .sm\:first\:-ml-50:first-child{
    margin-left: -3.125rem;
  }

  .sm\:first\:-mt-60:first-child{
    margin-top: -3.75rem;
  }

  .sm\:first\:-mr-60:first-child{
    margin-right: -3.75rem;
  }

  .sm\:first\:-mb-60:first-child{
    margin-bottom: -3.75rem;
  }

  .sm\:first\:-ml-60:first-child{
    margin-left: -3.75rem;
  }

  .sm\:first\:-mt-75:first-child{
    margin-top: -4.6875rem;
  }

  .sm\:first\:-mr-75:first-child{
    margin-right: -4.6875rem;
  }

  .sm\:first\:-mb-75:first-child{
    margin-bottom: -4.6875rem;
  }

  .sm\:first\:-ml-75:first-child{
    margin-left: -4.6875rem;
  }

  .sm\:first\:-mt-85:first-child{
    margin-top: -5.3125rem;
  }

  .sm\:first\:-mr-85:first-child{
    margin-right: -5.3125rem;
  }

  .sm\:first\:-mb-85:first-child{
    margin-bottom: -5.3125rem;
  }

  .sm\:first\:-ml-85:first-child{
    margin-left: -5.3125rem;
  }

  .sm\:first\:-mt-100:first-child{
    margin-top: -6.25rem;
  }

  .sm\:first\:-mr-100:first-child{
    margin-right: -6.25rem;
  }

  .sm\:first\:-mb-100:first-child{
    margin-bottom: -6.25rem;
  }

  .sm\:first\:-ml-100:first-child{
    margin-left: -6.25rem;
  }

  .sm\:first\:-mt-150:first-child{
    margin-top: -9.375rem;
  }

  .sm\:first\:-mr-150:first-child{
    margin-right: -9.375rem;
  }

  .sm\:first\:-mb-150:first-child{
    margin-bottom: -9.375rem;
  }

  .sm\:first\:-ml-150:first-child{
    margin-left: -9.375rem;
  }

  .sm\:first\:-mt-175:first-child{
    margin-top: -10.9375rem;
  }

  .sm\:first\:-mr-175:first-child{
    margin-right: -10.9375rem;
  }

  .sm\:first\:-mb-175:first-child{
    margin-bottom: -10.9375rem;
  }

  .sm\:first\:-ml-175:first-child{
    margin-left: -10.9375rem;
  }

  .sm\:last\:m-0:last-child{
    margin: 0;
  }

  .sm\:last\:m-1:last-child{
    margin: 0.0625rem;
  }

  .sm\:last\:m-2:last-child{
    margin: 0.125rem;
  }

  .sm\:last\:m-3:last-child{
    margin: 0.1875rem;
  }

  .sm\:last\:m-4:last-child{
    margin: 0.25rem;
  }

  .sm\:last\:m-5:last-child{
    margin: 0.3125rem;
  }

  .sm\:last\:m-6:last-child{
    margin: 0.375rem;
  }

  .sm\:last\:m-8:last-child{
    margin: 0.5rem;
  }

  .sm\:last\:m-10:last-child{
    margin: 0.625rem;
  }

  .sm\:last\:m-15:last-child{
    margin: 0.9375rem;
  }

  .sm\:last\:m-20:last-child{
    margin: 1.25rem;
  }

  .sm\:last\:m-25:last-child{
    margin: 1.5625rem;
  }

  .sm\:last\:m-30:last-child{
    margin: 1.875rem;
  }

  .sm\:last\:m-35:last-child{
    margin: 2.1875rem;
  }

  .sm\:last\:m-40:last-child{
    margin: 2.5rem;
  }

  .sm\:last\:m-50:last-child{
    margin: 3.125rem;
  }

  .sm\:last\:m-60:last-child{
    margin: 3.75rem;
  }

  .sm\:last\:m-75:last-child{
    margin: 4.6875rem;
  }

  .sm\:last\:m-85:last-child{
    margin: 5.3125rem;
  }

  .sm\:last\:m-100:last-child{
    margin: 6.25rem;
  }

  .sm\:last\:m-150:last-child{
    margin: 9.375rem;
  }

  .sm\:last\:m-175:last-child{
    margin: 10.9375rem;
  }

  .sm\:last\:m-auto:last-child{
    margin: auto;
  }

  .sm\:last\:-m-0:last-child{
    margin: 0;
  }

  .sm\:last\:-m-1:last-child{
    margin: -0.0625rem;
  }

  .sm\:last\:-m-2:last-child{
    margin: -0.125rem;
  }

  .sm\:last\:-m-3:last-child{
    margin: -0.1875rem;
  }

  .sm\:last\:-m-4:last-child{
    margin: -0.25rem;
  }

  .sm\:last\:-m-5:last-child{
    margin: -0.3125rem;
  }

  .sm\:last\:-m-6:last-child{
    margin: -0.375rem;
  }

  .sm\:last\:-m-8:last-child{
    margin: -0.5rem;
  }

  .sm\:last\:-m-10:last-child{
    margin: -0.625rem;
  }

  .sm\:last\:-m-15:last-child{
    margin: -0.9375rem;
  }

  .sm\:last\:-m-20:last-child{
    margin: -1.25rem;
  }

  .sm\:last\:-m-25:last-child{
    margin: -1.5625rem;
  }

  .sm\:last\:-m-30:last-child{
    margin: -1.875rem;
  }

  .sm\:last\:-m-35:last-child{
    margin: -2.1875rem;
  }

  .sm\:last\:-m-40:last-child{
    margin: -2.5rem;
  }

  .sm\:last\:-m-50:last-child{
    margin: -3.125rem;
  }

  .sm\:last\:-m-60:last-child{
    margin: -3.75rem;
  }

  .sm\:last\:-m-75:last-child{
    margin: -4.6875rem;
  }

  .sm\:last\:-m-85:last-child{
    margin: -5.3125rem;
  }

  .sm\:last\:-m-100:last-child{
    margin: -6.25rem;
  }

  .sm\:last\:-m-150:last-child{
    margin: -9.375rem;
  }

  .sm\:last\:-m-175:last-child{
    margin: -10.9375rem;
  }

  .sm\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:last\:my-1:last-child{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .sm\:last\:mx-1:last-child{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .sm\:last\:my-2:last-child{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:last\:mx-2:last-child{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:last\:my-3:last-child{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .sm\:last\:mx-3:last-child{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .sm\:last\:my-4:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:last\:mx-4:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:last\:my-5:last-child{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .sm\:last\:mx-5:last-child{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .sm\:last\:my-6:last-child{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:last\:mx-6:last-child{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:last\:my-8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:last\:mx-8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:last\:my-10:last-child{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:last\:mx-10:last-child{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:last\:my-15:last-child{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .sm\:last\:mx-15:last-child{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .sm\:last\:my-20:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:last\:mx-20:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:last\:my-25:last-child{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .sm\:last\:mx-25:last-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .sm\:last\:my-30:last-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:last\:mx-30:last-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .sm\:last\:my-35:last-child{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .sm\:last\:mx-35:last-child{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .sm\:last\:my-40:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:last\:mx-40:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:last\:my-50:last-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:last\:mx-50:last-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .sm\:last\:my-60:last-child{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:last\:mx-60:last-child{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:last\:my-75:last-child{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .sm\:last\:mx-75:last-child{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .sm\:last\:my-85:last-child{
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .sm\:last\:mx-85:last-child{
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .sm\:last\:my-100:last-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .sm\:last\:mx-100:last-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .sm\:last\:my-150:last-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .sm\:last\:mx-150:last-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .sm\:last\:my-175:last-child{
    margin-top: 10.9375rem;
    margin-bottom: 10.9375rem;
  }

  .sm\:last\:mx-175:last-child{
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
  }

  .sm\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:last\:-my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:last\:-mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:last\:-my-1:last-child{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .sm\:last\:-mx-1:last-child{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .sm\:last\:-my-2:last-child{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:last\:-mx-2:last-child{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:last\:-my-3:last-child{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .sm\:last\:-mx-3:last-child{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .sm\:last\:-my-4:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-mx-4:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:last\:-my-5:last-child{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .sm\:last\:-mx-5:last-child{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .sm\:last\:-my-6:last-child{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:last\:-mx-6:last-child{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:last\:-my-8:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-mx-8:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:last\:-my-10:last-child{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:last\:-mx-10:last-child{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:last\:-my-15:last-child{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .sm\:last\:-mx-15:last-child{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .sm\:last\:-my-20:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-mx-20:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:last\:-my-25:last-child{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .sm\:last\:-mx-25:last-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .sm\:last\:-my-30:last-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:last\:-mx-30:last-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .sm\:last\:-my-35:last-child{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .sm\:last\:-mx-35:last-child{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .sm\:last\:-my-40:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-mx-40:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:last\:-my-50:last-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:last\:-mx-50:last-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .sm\:last\:-my-60:last-child{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:last\:-mx-60:last-child{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:last\:-my-75:last-child{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .sm\:last\:-mx-75:last-child{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .sm\:last\:-my-85:last-child{
    margin-top: -5.3125rem;
    margin-bottom: -5.3125rem;
  }

  .sm\:last\:-mx-85:last-child{
    margin-left: -5.3125rem;
    margin-right: -5.3125rem;
  }

  .sm\:last\:-my-100:last-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .sm\:last\:-mx-100:last-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .sm\:last\:-my-150:last-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .sm\:last\:-mx-150:last-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .sm\:last\:-my-175:last-child{
    margin-top: -10.9375rem;
    margin-bottom: -10.9375rem;
  }

  .sm\:last\:-mx-175:last-child{
    margin-left: -10.9375rem;
    margin-right: -10.9375rem;
  }

  .sm\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .sm\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .sm\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .sm\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .sm\:last\:mt-1:last-child{
    margin-top: 0.0625rem;
  }

  .sm\:last\:mr-1:last-child{
    margin-right: 0.0625rem;
  }

  .sm\:last\:mb-1:last-child{
    margin-bottom: 0.0625rem;
  }

  .sm\:last\:ml-1:last-child{
    margin-left: 0.0625rem;
  }

  .sm\:last\:mt-2:last-child{
    margin-top: 0.125rem;
  }

  .sm\:last\:mr-2:last-child{
    margin-right: 0.125rem;
  }

  .sm\:last\:mb-2:last-child{
    margin-bottom: 0.125rem;
  }

  .sm\:last\:ml-2:last-child{
    margin-left: 0.125rem;
  }

  .sm\:last\:mt-3:last-child{
    margin-top: 0.1875rem;
  }

  .sm\:last\:mr-3:last-child{
    margin-right: 0.1875rem;
  }

  .sm\:last\:mb-3:last-child{
    margin-bottom: 0.1875rem;
  }

  .sm\:last\:ml-3:last-child{
    margin-left: 0.1875rem;
  }

  .sm\:last\:mt-4:last-child{
    margin-top: 0.25rem;
  }

  .sm\:last\:mr-4:last-child{
    margin-right: 0.25rem;
  }

  .sm\:last\:mb-4:last-child{
    margin-bottom: 0.25rem;
  }

  .sm\:last\:ml-4:last-child{
    margin-left: 0.25rem;
  }

  .sm\:last\:mt-5:last-child{
    margin-top: 0.3125rem;
  }

  .sm\:last\:mr-5:last-child{
    margin-right: 0.3125rem;
  }

  .sm\:last\:mb-5:last-child{
    margin-bottom: 0.3125rem;
  }

  .sm\:last\:ml-5:last-child{
    margin-left: 0.3125rem;
  }

  .sm\:last\:mt-6:last-child{
    margin-top: 0.375rem;
  }

  .sm\:last\:mr-6:last-child{
    margin-right: 0.375rem;
  }

  .sm\:last\:mb-6:last-child{
    margin-bottom: 0.375rem;
  }

  .sm\:last\:ml-6:last-child{
    margin-left: 0.375rem;
  }

  .sm\:last\:mt-8:last-child{
    margin-top: 0.5rem;
  }

  .sm\:last\:mr-8:last-child{
    margin-right: 0.5rem;
  }

  .sm\:last\:mb-8:last-child{
    margin-bottom: 0.5rem;
  }

  .sm\:last\:ml-8:last-child{
    margin-left: 0.5rem;
  }

  .sm\:last\:mt-10:last-child{
    margin-top: 0.625rem;
  }

  .sm\:last\:mr-10:last-child{
    margin-right: 0.625rem;
  }

  .sm\:last\:mb-10:last-child{
    margin-bottom: 0.625rem;
  }

  .sm\:last\:ml-10:last-child{
    margin-left: 0.625rem;
  }

  .sm\:last\:mt-15:last-child{
    margin-top: 0.9375rem;
  }

  .sm\:last\:mr-15:last-child{
    margin-right: 0.9375rem;
  }

  .sm\:last\:mb-15:last-child{
    margin-bottom: 0.9375rem;
  }

  .sm\:last\:ml-15:last-child{
    margin-left: 0.9375rem;
  }

  .sm\:last\:mt-20:last-child{
    margin-top: 1.25rem;
  }

  .sm\:last\:mr-20:last-child{
    margin-right: 1.25rem;
  }

  .sm\:last\:mb-20:last-child{
    margin-bottom: 1.25rem;
  }

  .sm\:last\:ml-20:last-child{
    margin-left: 1.25rem;
  }

  .sm\:last\:mt-25:last-child{
    margin-top: 1.5625rem;
  }

  .sm\:last\:mr-25:last-child{
    margin-right: 1.5625rem;
  }

  .sm\:last\:mb-25:last-child{
    margin-bottom: 1.5625rem;
  }

  .sm\:last\:ml-25:last-child{
    margin-left: 1.5625rem;
  }

  .sm\:last\:mt-30:last-child{
    margin-top: 1.875rem;
  }

  .sm\:last\:mr-30:last-child{
    margin-right: 1.875rem;
  }

  .sm\:last\:mb-30:last-child{
    margin-bottom: 1.875rem;
  }

  .sm\:last\:ml-30:last-child{
    margin-left: 1.875rem;
  }

  .sm\:last\:mt-35:last-child{
    margin-top: 2.1875rem;
  }

  .sm\:last\:mr-35:last-child{
    margin-right: 2.1875rem;
  }

  .sm\:last\:mb-35:last-child{
    margin-bottom: 2.1875rem;
  }

  .sm\:last\:ml-35:last-child{
    margin-left: 2.1875rem;
  }

  .sm\:last\:mt-40:last-child{
    margin-top: 2.5rem;
  }

  .sm\:last\:mr-40:last-child{
    margin-right: 2.5rem;
  }

  .sm\:last\:mb-40:last-child{
    margin-bottom: 2.5rem;
  }

  .sm\:last\:ml-40:last-child{
    margin-left: 2.5rem;
  }

  .sm\:last\:mt-50:last-child{
    margin-top: 3.125rem;
  }

  .sm\:last\:mr-50:last-child{
    margin-right: 3.125rem;
  }

  .sm\:last\:mb-50:last-child{
    margin-bottom: 3.125rem;
  }

  .sm\:last\:ml-50:last-child{
    margin-left: 3.125rem;
  }

  .sm\:last\:mt-60:last-child{
    margin-top: 3.75rem;
  }

  .sm\:last\:mr-60:last-child{
    margin-right: 3.75rem;
  }

  .sm\:last\:mb-60:last-child{
    margin-bottom: 3.75rem;
  }

  .sm\:last\:ml-60:last-child{
    margin-left: 3.75rem;
  }

  .sm\:last\:mt-75:last-child{
    margin-top: 4.6875rem;
  }

  .sm\:last\:mr-75:last-child{
    margin-right: 4.6875rem;
  }

  .sm\:last\:mb-75:last-child{
    margin-bottom: 4.6875rem;
  }

  .sm\:last\:ml-75:last-child{
    margin-left: 4.6875rem;
  }

  .sm\:last\:mt-85:last-child{
    margin-top: 5.3125rem;
  }

  .sm\:last\:mr-85:last-child{
    margin-right: 5.3125rem;
  }

  .sm\:last\:mb-85:last-child{
    margin-bottom: 5.3125rem;
  }

  .sm\:last\:ml-85:last-child{
    margin-left: 5.3125rem;
  }

  .sm\:last\:mt-100:last-child{
    margin-top: 6.25rem;
  }

  .sm\:last\:mr-100:last-child{
    margin-right: 6.25rem;
  }

  .sm\:last\:mb-100:last-child{
    margin-bottom: 6.25rem;
  }

  .sm\:last\:ml-100:last-child{
    margin-left: 6.25rem;
  }

  .sm\:last\:mt-150:last-child{
    margin-top: 9.375rem;
  }

  .sm\:last\:mr-150:last-child{
    margin-right: 9.375rem;
  }

  .sm\:last\:mb-150:last-child{
    margin-bottom: 9.375rem;
  }

  .sm\:last\:ml-150:last-child{
    margin-left: 9.375rem;
  }

  .sm\:last\:mt-175:last-child{
    margin-top: 10.9375rem;
  }

  .sm\:last\:mr-175:last-child{
    margin-right: 10.9375rem;
  }

  .sm\:last\:mb-175:last-child{
    margin-bottom: 10.9375rem;
  }

  .sm\:last\:ml-175:last-child{
    margin-left: 10.9375rem;
  }

  .sm\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .sm\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .sm\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .sm\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .sm\:last\:-mt-0:last-child{
    margin-top: 0;
  }

  .sm\:last\:-mr-0:last-child{
    margin-right: 0;
  }

  .sm\:last\:-mb-0:last-child{
    margin-bottom: 0;
  }

  .sm\:last\:-ml-0:last-child{
    margin-left: 0;
  }

  .sm\:last\:-mt-1:last-child{
    margin-top: -0.0625rem;
  }

  .sm\:last\:-mr-1:last-child{
    margin-right: -0.0625rem;
  }

  .sm\:last\:-mb-1:last-child{
    margin-bottom: -0.0625rem;
  }

  .sm\:last\:-ml-1:last-child{
    margin-left: -0.0625rem;
  }

  .sm\:last\:-mt-2:last-child{
    margin-top: -0.125rem;
  }

  .sm\:last\:-mr-2:last-child{
    margin-right: -0.125rem;
  }

  .sm\:last\:-mb-2:last-child{
    margin-bottom: -0.125rem;
  }

  .sm\:last\:-ml-2:last-child{
    margin-left: -0.125rem;
  }

  .sm\:last\:-mt-3:last-child{
    margin-top: -0.1875rem;
  }

  .sm\:last\:-mr-3:last-child{
    margin-right: -0.1875rem;
  }

  .sm\:last\:-mb-3:last-child{
    margin-bottom: -0.1875rem;
  }

  .sm\:last\:-ml-3:last-child{
    margin-left: -0.1875rem;
  }

  .sm\:last\:-mt-4:last-child{
    margin-top: -0.25rem;
  }

  .sm\:last\:-mr-4:last-child{
    margin-right: -0.25rem;
  }

  .sm\:last\:-mb-4:last-child{
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-ml-4:last-child{
    margin-left: -0.25rem;
  }

  .sm\:last\:-mt-5:last-child{
    margin-top: -0.3125rem;
  }

  .sm\:last\:-mr-5:last-child{
    margin-right: -0.3125rem;
  }

  .sm\:last\:-mb-5:last-child{
    margin-bottom: -0.3125rem;
  }

  .sm\:last\:-ml-5:last-child{
    margin-left: -0.3125rem;
  }

  .sm\:last\:-mt-6:last-child{
    margin-top: -0.375rem;
  }

  .sm\:last\:-mr-6:last-child{
    margin-right: -0.375rem;
  }

  .sm\:last\:-mb-6:last-child{
    margin-bottom: -0.375rem;
  }

  .sm\:last\:-ml-6:last-child{
    margin-left: -0.375rem;
  }

  .sm\:last\:-mt-8:last-child{
    margin-top: -0.5rem;
  }

  .sm\:last\:-mr-8:last-child{
    margin-right: -0.5rem;
  }

  .sm\:last\:-mb-8:last-child{
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-ml-8:last-child{
    margin-left: -0.5rem;
  }

  .sm\:last\:-mt-10:last-child{
    margin-top: -0.625rem;
  }

  .sm\:last\:-mr-10:last-child{
    margin-right: -0.625rem;
  }

  .sm\:last\:-mb-10:last-child{
    margin-bottom: -0.625rem;
  }

  .sm\:last\:-ml-10:last-child{
    margin-left: -0.625rem;
  }

  .sm\:last\:-mt-15:last-child{
    margin-top: -0.9375rem;
  }

  .sm\:last\:-mr-15:last-child{
    margin-right: -0.9375rem;
  }

  .sm\:last\:-mb-15:last-child{
    margin-bottom: -0.9375rem;
  }

  .sm\:last\:-ml-15:last-child{
    margin-left: -0.9375rem;
  }

  .sm\:last\:-mt-20:last-child{
    margin-top: -1.25rem;
  }

  .sm\:last\:-mr-20:last-child{
    margin-right: -1.25rem;
  }

  .sm\:last\:-mb-20:last-child{
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-ml-20:last-child{
    margin-left: -1.25rem;
  }

  .sm\:last\:-mt-25:last-child{
    margin-top: -1.5625rem;
  }

  .sm\:last\:-mr-25:last-child{
    margin-right: -1.5625rem;
  }

  .sm\:last\:-mb-25:last-child{
    margin-bottom: -1.5625rem;
  }

  .sm\:last\:-ml-25:last-child{
    margin-left: -1.5625rem;
  }

  .sm\:last\:-mt-30:last-child{
    margin-top: -1.875rem;
  }

  .sm\:last\:-mr-30:last-child{
    margin-right: -1.875rem;
  }

  .sm\:last\:-mb-30:last-child{
    margin-bottom: -1.875rem;
  }

  .sm\:last\:-ml-30:last-child{
    margin-left: -1.875rem;
  }

  .sm\:last\:-mt-35:last-child{
    margin-top: -2.1875rem;
  }

  .sm\:last\:-mr-35:last-child{
    margin-right: -2.1875rem;
  }

  .sm\:last\:-mb-35:last-child{
    margin-bottom: -2.1875rem;
  }

  .sm\:last\:-ml-35:last-child{
    margin-left: -2.1875rem;
  }

  .sm\:last\:-mt-40:last-child{
    margin-top: -2.5rem;
  }

  .sm\:last\:-mr-40:last-child{
    margin-right: -2.5rem;
  }

  .sm\:last\:-mb-40:last-child{
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-ml-40:last-child{
    margin-left: -2.5rem;
  }

  .sm\:last\:-mt-50:last-child{
    margin-top: -3.125rem;
  }

  .sm\:last\:-mr-50:last-child{
    margin-right: -3.125rem;
  }

  .sm\:last\:-mb-50:last-child{
    margin-bottom: -3.125rem;
  }

  .sm\:last\:-ml-50:last-child{
    margin-left: -3.125rem;
  }

  .sm\:last\:-mt-60:last-child{
    margin-top: -3.75rem;
  }

  .sm\:last\:-mr-60:last-child{
    margin-right: -3.75rem;
  }

  .sm\:last\:-mb-60:last-child{
    margin-bottom: -3.75rem;
  }

  .sm\:last\:-ml-60:last-child{
    margin-left: -3.75rem;
  }

  .sm\:last\:-mt-75:last-child{
    margin-top: -4.6875rem;
  }

  .sm\:last\:-mr-75:last-child{
    margin-right: -4.6875rem;
  }

  .sm\:last\:-mb-75:last-child{
    margin-bottom: -4.6875rem;
  }

  .sm\:last\:-ml-75:last-child{
    margin-left: -4.6875rem;
  }

  .sm\:last\:-mt-85:last-child{
    margin-top: -5.3125rem;
  }

  .sm\:last\:-mr-85:last-child{
    margin-right: -5.3125rem;
  }

  .sm\:last\:-mb-85:last-child{
    margin-bottom: -5.3125rem;
  }

  .sm\:last\:-ml-85:last-child{
    margin-left: -5.3125rem;
  }

  .sm\:last\:-mt-100:last-child{
    margin-top: -6.25rem;
  }

  .sm\:last\:-mr-100:last-child{
    margin-right: -6.25rem;
  }

  .sm\:last\:-mb-100:last-child{
    margin-bottom: -6.25rem;
  }

  .sm\:last\:-ml-100:last-child{
    margin-left: -6.25rem;
  }

  .sm\:last\:-mt-150:last-child{
    margin-top: -9.375rem;
  }

  .sm\:last\:-mr-150:last-child{
    margin-right: -9.375rem;
  }

  .sm\:last\:-mb-150:last-child{
    margin-bottom: -9.375rem;
  }

  .sm\:last\:-ml-150:last-child{
    margin-left: -9.375rem;
  }

  .sm\:last\:-mt-175:last-child{
    margin-top: -10.9375rem;
  }

  .sm\:last\:-mr-175:last-child{
    margin-right: -10.9375rem;
  }

  .sm\:last\:-mb-175:last-child{
    margin-bottom: -10.9375rem;
  }

  .sm\:last\:-ml-175:last-child{
    margin-left: -10.9375rem;
  }

  .sm\:max-h-10{
    max-height: 0.625rem;
  }

  .sm\:max-h-20{
    max-height: 1.25rem;
  }

  .sm\:max-h-30{
    max-height: 1.875rem;
  }

  .sm\:max-h-40{
    max-height: 2.5rem;
  }

  .sm\:max-h-50{
    max-height: 3.125rem;
  }

  .sm\:max-h-60{
    max-height: 3.75rem;
  }

  .sm\:max-h-70{
    max-height: 4.375rem;
  }

  .sm\:max-h-75{
    max-height: 4.6875rem;
  }

  .sm\:max-h-80{
    max-height: 5rem;
  }

  .sm\:max-h-90{
    max-height: 5.625rem;
  }

  .sm\:max-h-100{
    max-height: 6.25rem;
  }

  .sm\:max-h-110{
    max-height: 6.875rem;
  }

  .sm\:max-h-120{
    max-height: 7.5rem;
  }

  .sm\:max-h-130{
    max-height: 8.125rem;
  }

  .sm\:max-h-140{
    max-height: 8.75rem;
  }

  .sm\:max-h-150{
    max-height: 9.375rem;
  }

  .sm\:max-h-160{
    max-height: 10rem;
  }

  .sm\:max-h-170{
    max-height: 10.625rem;
  }

  .sm\:max-h-180{
    max-height: 11.25rem;
  }

  .sm\:max-h-190{
    max-height: 11.875rem;
  }

  .sm\:max-h-200{
    max-height: 12.5rem;
  }

  .sm\:max-h-225{
    max-height: 14.0625rem;
  }

  .sm\:max-h-250{
    max-height: 15.625rem;
  }

  .sm\:max-h-300{
    max-height: 18.75rem;
  }

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

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

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

  .sm\:max-w-xs{
    max-width: 20rem;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:max-w-2xl{
    max-width: 42rem;
  }

  .sm\:max-w-3xl{
    max-width: 48rem;
  }

  .sm\:max-w-4xl{
    max-width: 56rem;
  }

  .sm\:max-w-5xl{
    max-width: 64rem;
  }

  .sm\:max-w-6xl{
    max-width: 72rem;
  }

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

  .sm\:max-w-screen-sm{
    max-width: 460px;
  }

  .sm\:max-w-screen-md{
    max-width: 768px;
  }

  .sm\:max-w-screen-lg{
    max-width: 1024px;
  }

  .sm\:max-w-screen-xl{
    max-width: 1280px;
  }

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

  .sm\:max-w-1\/3-up{
    max-width: 34%;
  }

  .sm\:max-w-2\/3{
    max-width: 66.6%;
  }

  .sm\:max-w-1\/4{
    max-width: 25%;
  }

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

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

  .sm\:max-w-3\/4{
    max-width: 75%;
  }

  .sm\:max-w-1\/5{
    max-width: 20%;
  }

  .sm\:max-w-2\/5{
    max-width: 40%;
  }

  .sm\:max-w-3\/5{
    max-width: 60%;
  }

  .sm\:max-w-4\/5{
    max-width: 80%;
  }

  .sm\:max-w-gminor{
    max-width: 38.2%;
  }

  .sm\:max-w-gmajor{
    max-width: 61.8%;
  }

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

  .sm\:min-h-10{
    min-height: 0.625rem;
  }

  .sm\:min-h-20{
    min-height: 1.25rem;
  }

  .sm\:min-h-30{
    min-height: 1.875rem;
  }

  .sm\:min-h-40{
    min-height: 2.5rem;
  }

  .sm\:min-h-50{
    min-height: 3.125rem;
  }

  .sm\:min-h-60{
    min-height: 3.75rem;
  }

  .sm\:min-h-70{
    min-height: 4.375rem;
  }

  .sm\:min-h-75{
    min-height: 4.6875rem;
  }

  .sm\:min-h-80{
    min-height: 5rem;
  }

  .sm\:min-h-90{
    min-height: 5.625rem;
  }

  .sm\:min-h-100{
    min-height: 6.25rem;
  }

  .sm\:min-h-110{
    min-height: 6.875rem;
  }

  .sm\:min-h-120{
    min-height: 7.5rem;
  }

  .sm\:min-h-130{
    min-height: 8.125rem;
  }

  .sm\:min-h-140{
    min-height: 8.75rem;
  }

  .sm\:min-h-150{
    min-height: 9.375rem;
  }

  .sm\:min-h-160{
    min-height: 10rem;
  }

  .sm\:min-h-170{
    min-height: 10.625rem;
  }

  .sm\:min-h-180{
    min-height: 11.25rem;
  }

  .sm\:min-h-190{
    min-height: 11.875rem;
  }

  .sm\:min-h-200{
    min-height: 12.5rem;
  }

  .sm\:min-h-225{
    min-height: 14.0625rem;
  }

  .sm\:min-h-250{
    min-height: 15.625rem;
  }

  .sm\:min-h-300{
    min-height: 18.75rem;
  }

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

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

  .sm\:min-h-1\/3{
    min-height: 33%;
  }

  .sm\:min-h-1\/3-up{
    min-height: 34%;
  }

  .sm\:min-h-2\/3{
    min-height: 66.6%;
  }

  .sm\:min-h-1\/4{
    min-height: 25vh;
  }

  .sm\:min-h-1\/2{
    min-height: 50vh;
  }

  .sm\:min-h-2\/4{
    min-height: 50%;
  }

  .sm\:min-h-3\/4{
    min-height: 75vh;
  }

  .sm\:min-h-1\/5{
    min-height: 20%;
  }

  .sm\:min-h-2\/5{
    min-height: 40%;
  }

  .sm\:min-h-3\/5{
    min-height: 60%;
  }

  .sm\:min-h-4\/5{
    min-height: 80%;
  }

  .sm\:min-h-gminor{
    min-height: 38.2%;
  }

  .sm\:min-h-gmajor{
    min-height: 61.8%;
  }

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

  .sm\:min-w-10{
    min-width: 0.625rem;
  }

  .sm\:min-w-20{
    min-width: 1.25rem;
  }

  .sm\:min-w-30{
    min-width: 1.875rem;
  }

  .sm\:min-w-40{
    min-width: 2.5rem;
  }

  .sm\:min-w-50{
    min-width: 3.125rem;
  }

  .sm\:min-w-60{
    min-width: 3.75rem;
  }

  .sm\:min-w-70{
    min-width: 4.375rem;
  }

  .sm\:min-w-75{
    min-width: 4.6875rem;
  }

  .sm\:min-w-80{
    min-width: 5rem;
  }

  .sm\:min-w-90{
    min-width: 5.625rem;
  }

  .sm\:min-w-100{
    min-width: 6.25rem;
  }

  .sm\:min-w-110{
    min-width: 6.875rem;
  }

  .sm\:min-w-120{
    min-width: 7.5rem;
  }

  .sm\:min-w-130{
    min-width: 8.125rem;
  }

  .sm\:min-w-140{
    min-width: 8.75rem;
  }

  .sm\:min-w-150{
    min-width: 9.375rem;
  }

  .sm\:min-w-160{
    min-width: 10rem;
  }

  .sm\:min-w-170{
    min-width: 10.625rem;
  }

  .sm\:min-w-180{
    min-width: 11.25rem;
  }

  .sm\:min-w-190{
    min-width: 11.875rem;
  }

  .sm\:min-w-200{
    min-width: 12.5rem;
  }

  .sm\:min-w-225{
    min-width: 14.0625rem;
  }

  .sm\:min-w-250{
    min-width: 15.625rem;
  }

  .sm\:min-w-300{
    min-width: 18.75rem;
  }

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

  .sm\:min-w-1\/3{
    min-width: 33%;
  }

  .sm\:min-w-1\/3-up{
    min-width: 34%;
  }

  .sm\:min-w-2\/3{
    min-width: 66.6%;
  }

  .sm\:min-w-1\/4{
    min-width: 25%;
  }

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

  .sm\:min-w-2\/4{
    min-width: 50%;
  }

  .sm\:min-w-3\/4{
    min-width: 75%;
  }

  .sm\:min-w-1\/5{
    min-width: 20%;
  }

  .sm\:min-w-2\/5{
    min-width: 40%;
  }

  .sm\:min-w-3\/5{
    min-width: 60%;
  }

  .sm\:min-w-4\/5{
    min-width: 80%;
  }

  .sm\:min-w-gminor{
    min-width: 38.2%;
  }

  .sm\:min-w-gmajor{
    min-width: 61.8%;
  }

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

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

  .sm\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .sm\:opacity-0{
    opacity: 0;
  }

  .sm\:opacity-25{
    opacity: 0.25;
  }

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

  .sm\:opacity-75{
    opacity: 0.75;
  }

  .sm\:opacity-100{
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1;
  }

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

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

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

  .sm\:p-2{
    padding: 0.125rem;
  }

  .sm\:p-3{
    padding: 0.1875rem;
  }

  .sm\:p-4{
    padding: 0.25rem;
  }

  .sm\:p-5{
    padding: 0.3125rem;
  }

  .sm\:p-6{
    padding: 0.375rem;
  }

  .sm\:p-8{
    padding: 0.5rem;
  }

  .sm\:p-10{
    padding: 0.625rem;
  }

  .sm\:p-15{
    padding: 0.9375rem;
  }

  .sm\:p-20{
    padding: 1.25rem;
  }

  .sm\:p-25{
    padding: 1.5625rem;
  }

  .sm\:p-30{
    padding: 1.875rem;
  }

  .sm\:p-35{
    padding: 2.1875rem;
  }

  .sm\:p-40{
    padding: 2.5rem;
  }

  .sm\:p-50{
    padding: 3.125rem;
  }

  .sm\:p-60{
    padding: 3.75rem;
  }

  .sm\:p-75{
    padding: 4.6875rem;
  }

  .sm\:p-85{
    padding: 5.3125rem;
  }

  .sm\:p-100{
    padding: 6.25rem;
  }

  .sm\:p-150{
    padding: 9.375rem;
  }

  .sm\:p-175{
    padding: 10.9375rem;
  }

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

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

  .sm\:py-1{
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .sm\:px-1{
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }

  .sm\:py-2{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:px-2{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:py-3{
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .sm\:px-3{
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .sm\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-5{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .sm\:px-5{
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .sm\:py-6{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:px-6{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-10{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:px-10{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:py-15{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .sm\:px-15{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .sm\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-25{
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .sm\:px-25{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .sm\:py-30{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .sm\:px-30{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .sm\:py-35{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .sm\:px-35{
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .sm\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-50{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:px-50{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .sm\:py-60{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:px-60{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:py-75{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .sm\:px-75{
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .sm\:py-85{
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }

  .sm\:px-85{
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }

  .sm\:py-100{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .sm\:px-100{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .sm\:py-150{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .sm\:px-150{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .sm\:py-175{
    padding-top: 10.9375rem;
    padding-bottom: 10.9375rem;
  }

  .sm\:px-175{
    padding-left: 10.9375rem;
    padding-right: 10.9375rem;
  }

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

  .sm\:pr-1{
    padding-right: 0.0625rem;
  }

  .sm\:pb-1{
    padding-bottom: 0.0625rem;
  }

  .sm\:pl-1{
    padding-left: 0.0625rem;
  }

  .sm\:pt-2{
    padding-top: 0.125rem;
  }

  .sm\:pr-2{
    padding-right: 0.125rem;
  }

  .sm\:pb-2{
    padding-bottom: 0.125rem;
  }

  .sm\:pl-2{
    padding-left: 0.125rem;
  }

  .sm\:pt-3{
    padding-top: 0.1875rem;
  }

  .sm\:pr-3{
    padding-right: 0.1875rem;
  }

  .sm\:pb-3{
    padding-bottom: 0.1875rem;
  }

  .sm\:pl-3{
    padding-left: 0.1875rem;
  }

  .sm\:pt-4{
    padding-top: 0.25rem;
  }

  .sm\:pr-4{
    padding-right: 0.25rem;
  }

  .sm\:pb-4{
    padding-bottom: 0.25rem;
  }

  .sm\:pl-4{
    padding-left: 0.25rem;
  }

  .sm\:pt-5{
    padding-top: 0.3125rem;
  }

  .sm\:pr-5{
    padding-right: 0.3125rem;
  }

  .sm\:pb-5{
    padding-bottom: 0.3125rem;
  }

  .sm\:pl-5{
    padding-left: 0.3125rem;
  }

  .sm\:pt-6{
    padding-top: 0.375rem;
  }

  .sm\:pr-6{
    padding-right: 0.375rem;
  }

  .sm\:pb-6{
    padding-bottom: 0.375rem;
  }

  .sm\:pl-6{
    padding-left: 0.375rem;
  }

  .sm\:pt-8{
    padding-top: 0.5rem;
  }

  .sm\:pr-8{
    padding-right: 0.5rem;
  }

  .sm\:pb-8{
    padding-bottom: 0.5rem;
  }

  .sm\:pl-8{
    padding-left: 0.5rem;
  }

  .sm\:pt-10{
    padding-top: 0.625rem;
  }

  .sm\:pr-10{
    padding-right: 0.625rem;
  }

  .sm\:pb-10{
    padding-bottom: 0.625rem;
  }

  .sm\:pl-10{
    padding-left: 0.625rem;
  }

  .sm\:pt-15{
    padding-top: 0.9375rem;
  }

  .sm\:pr-15{
    padding-right: 0.9375rem;
  }

  .sm\:pb-15{
    padding-bottom: 0.9375rem;
  }

  .sm\:pl-15{
    padding-left: 0.9375rem;
  }

  .sm\:pt-20{
    padding-top: 1.25rem;
  }

  .sm\:pr-20{
    padding-right: 1.25rem;
  }

  .sm\:pb-20{
    padding-bottom: 1.25rem;
  }

  .sm\:pl-20{
    padding-left: 1.25rem;
  }

  .sm\:pt-25{
    padding-top: 1.5625rem;
  }

  .sm\:pr-25{
    padding-right: 1.5625rem;
  }

  .sm\:pb-25{
    padding-bottom: 1.5625rem;
  }

  .sm\:pl-25{
    padding-left: 1.5625rem;
  }

  .sm\:pt-30{
    padding-top: 1.875rem;
  }

  .sm\:pr-30{
    padding-right: 1.875rem;
  }

  .sm\:pb-30{
    padding-bottom: 1.875rem;
  }

  .sm\:pl-30{
    padding-left: 1.875rem;
  }

  .sm\:pt-35{
    padding-top: 2.1875rem;
  }

  .sm\:pr-35{
    padding-right: 2.1875rem;
  }

  .sm\:pb-35{
    padding-bottom: 2.1875rem;
  }

  .sm\:pl-35{
    padding-left: 2.1875rem;
  }

  .sm\:pt-40{
    padding-top: 2.5rem;
  }

  .sm\:pr-40{
    padding-right: 2.5rem;
  }

  .sm\:pb-40{
    padding-bottom: 2.5rem;
  }

  .sm\:pl-40{
    padding-left: 2.5rem;
  }

  .sm\:pt-50{
    padding-top: 3.125rem;
  }

  .sm\:pr-50{
    padding-right: 3.125rem;
  }

  .sm\:pb-50{
    padding-bottom: 3.125rem;
  }

  .sm\:pl-50{
    padding-left: 3.125rem;
  }

  .sm\:pt-60{
    padding-top: 3.75rem;
  }

  .sm\:pr-60{
    padding-right: 3.75rem;
  }

  .sm\:pb-60{
    padding-bottom: 3.75rem;
  }

  .sm\:pl-60{
    padding-left: 3.75rem;
  }

  .sm\:pt-75{
    padding-top: 4.6875rem;
  }

  .sm\:pr-75{
    padding-right: 4.6875rem;
  }

  .sm\:pb-75{
    padding-bottom: 4.6875rem;
  }

  .sm\:pl-75{
    padding-left: 4.6875rem;
  }

  .sm\:pt-85{
    padding-top: 5.3125rem;
  }

  .sm\:pr-85{
    padding-right: 5.3125rem;
  }

  .sm\:pb-85{
    padding-bottom: 5.3125rem;
  }

  .sm\:pl-85{
    padding-left: 5.3125rem;
  }

  .sm\:pt-100{
    padding-top: 6.25rem;
  }

  .sm\:pr-100{
    padding-right: 6.25rem;
  }

  .sm\:pb-100{
    padding-bottom: 6.25rem;
  }

  .sm\:pl-100{
    padding-left: 6.25rem;
  }

  .sm\:pt-150{
    padding-top: 9.375rem;
  }

  .sm\:pr-150{
    padding-right: 9.375rem;
  }

  .sm\:pb-150{
    padding-bottom: 9.375rem;
  }

  .sm\:pl-150{
    padding-left: 9.375rem;
  }

  .sm\:pt-175{
    padding-top: 10.9375rem;
  }

  .sm\:pr-175{
    padding-right: 10.9375rem;
  }

  .sm\:pb-175{
    padding-bottom: 10.9375rem;
  }

  .sm\:pl-175{
    padding-left: 10.9375rem;
  }

  .sm\:placeholder-green-100::-webkit-input-placeholder{
    color: #c5e7c5;
  }

  .sm\:placeholder-green-100::-moz-placeholder{
    color: #c5e7c5;
  }

  .sm\:placeholder-green-100::-ms-input-placeholder{
    color: #c5e7c5;
  }

  .sm\:placeholder-green-100::placeholder{
    color: #c5e7c5;
  }

  .sm\:placeholder-green-300::-webkit-input-placeholder{
    color: #5ed795;
  }

  .sm\:placeholder-green-300::-moz-placeholder{
    color: #5ed795;
  }

  .sm\:placeholder-green-300::-ms-input-placeholder{
    color: #5ed795;
  }

  .sm\:placeholder-green-300::placeholder{
    color: #5ed795;
  }

  .sm\:placeholder-green-400::-webkit-input-placeholder{
    color: #68c187;
  }

  .sm\:placeholder-green-400::-moz-placeholder{
    color: #68c187;
  }

  .sm\:placeholder-green-400::-ms-input-placeholder{
    color: #68c187;
  }

  .sm\:placeholder-green-400::placeholder{
    color: #68c187;
  }

  .sm\:placeholder-green-700::-webkit-input-placeholder{
    color: #2F8355;
  }

  .sm\:placeholder-green-700::-moz-placeholder{
    color: #2F8355;
  }

  .sm\:placeholder-green-700::-ms-input-placeholder{
    color: #2F8355;
  }

  .sm\:placeholder-green-700::placeholder{
    color: #2F8355;
  }

  .sm\:placeholder-green::-webkit-input-placeholder{
    color: #2f8355;
  }

  .sm\:placeholder-green::-moz-placeholder{
    color: #2f8355;
  }

  .sm\:placeholder-green::-ms-input-placeholder{
    color: #2f8355;
  }

  .sm\:placeholder-green::placeholder{
    color: #2f8355;
  }

  .sm\:placeholder-cyan-100::-webkit-input-placeholder{
    color: #03bdff;
  }

  .sm\:placeholder-cyan-100::-moz-placeholder{
    color: #03bdff;
  }

  .sm\:placeholder-cyan-100::-ms-input-placeholder{
    color: #03bdff;
  }

  .sm\:placeholder-cyan-100::placeholder{
    color: #03bdff;
  }

  .sm\:placeholder-cyan-300::-webkit-input-placeholder{
    color: #60a7d5;
  }

  .sm\:placeholder-cyan-300::-moz-placeholder{
    color: #60a7d5;
  }

  .sm\:placeholder-cyan-300::-ms-input-placeholder{
    color: #60a7d5;
  }

  .sm\:placeholder-cyan-300::placeholder{
    color: #60a7d5;
  }

  .sm\:placeholder-cyan-400::-webkit-input-placeholder{
    color: #0092bc;
  }

  .sm\:placeholder-cyan-400::-moz-placeholder{
    color: #0092bc;
  }

  .sm\:placeholder-cyan-400::-ms-input-placeholder{
    color: #0092bc;
  }

  .sm\:placeholder-cyan-400::placeholder{
    color: #0092bc;
  }

  .sm\:placeholder-cyan::-webkit-input-placeholder{
    color: #007fa3;
  }

  .sm\:placeholder-cyan::-moz-placeholder{
    color: #007fa3;
  }

  .sm\:placeholder-cyan::-ms-input-placeholder{
    color: #007fa3;
  }

  .sm\:placeholder-cyan::placeholder{
    color: #007fa3;
  }

  .sm\:placeholder-blue-300::-webkit-input-placeholder{
    color: #2f63d4;
  }

  .sm\:placeholder-blue-300::-moz-placeholder{
    color: #2f63d4;
  }

  .sm\:placeholder-blue-300::-ms-input-placeholder{
    color: #2f63d4;
  }

  .sm\:placeholder-blue-300::placeholder{
    color: #2f63d4;
  }

  .sm\:placeholder-blue-400::-webkit-input-placeholder{
    color: #004C97;
  }

  .sm\:placeholder-blue-400::-moz-placeholder{
    color: #004C97;
  }

  .sm\:placeholder-blue-400::-ms-input-placeholder{
    color: #004C97;
  }

  .sm\:placeholder-blue-400::placeholder{
    color: #004C97;
  }

  .sm\:placeholder-blue-500::-webkit-input-placeholder{
    color: #24458c;
  }

  .sm\:placeholder-blue-500::-moz-placeholder{
    color: #24458c;
  }

  .sm\:placeholder-blue-500::-ms-input-placeholder{
    color: #24458c;
  }

  .sm\:placeholder-blue-500::placeholder{
    color: #24458c;
  }

  .sm\:placeholder-blue-700::-webkit-input-placeholder{
    color: #004c97;
  }

  .sm\:placeholder-blue-700::-moz-placeholder{
    color: #004c97;
  }

  .sm\:placeholder-blue-700::-ms-input-placeholder{
    color: #004c97;
  }

  .sm\:placeholder-blue-700::placeholder{
    color: #004c97;
  }

  .sm\:placeholder-blue::-webkit-input-placeholder{
    color: #0057b8;
  }

  .sm\:placeholder-blue::-moz-placeholder{
    color: #0057b8;
  }

  .sm\:placeholder-blue::-ms-input-placeholder{
    color: #0057b8;
  }

  .sm\:placeholder-blue::placeholder{
    color: #0057b8;
  }

  .sm\:placeholder-blue-blend::-webkit-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .sm\:placeholder-blue-blend::-moz-placeholder{
    color: rgba(32,67,143,.85);
  }

  .sm\:placeholder-blue-blend::-ms-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .sm\:placeholder-blue-blend::placeholder{
    color: rgba(32,67,143,.85);
  }

  .sm\:placeholder-lavender-100::-webkit-input-placeholder{
    color: #d2a9d3;
  }

  .sm\:placeholder-lavender-100::-moz-placeholder{
    color: #d2a9d3;
  }

  .sm\:placeholder-lavender-100::-ms-input-placeholder{
    color: #d2a9d3;
  }

  .sm\:placeholder-lavender-100::placeholder{
    color: #d2a9d3;
  }

  .sm\:placeholder-lavender-200::-webkit-input-placeholder{
    color: #957ad1;
  }

  .sm\:placeholder-lavender-200::-moz-placeholder{
    color: #957ad1;
  }

  .sm\:placeholder-lavender-200::-ms-input-placeholder{
    color: #957ad1;
  }

  .sm\:placeholder-lavender-200::placeholder{
    color: #957ad1;
  }

  .sm\:placeholder-lavender::-webkit-input-placeholder{
    color: #8066b7;
  }

  .sm\:placeholder-lavender::-moz-placeholder{
    color: #8066b7;
  }

  .sm\:placeholder-lavender::-ms-input-placeholder{
    color: #8066b7;
  }

  .sm\:placeholder-lavender::placeholder{
    color: #8066b7;
  }

  .sm\:placeholder-red-100::-webkit-input-placeholder{
    color: #eecbcb;
  }

  .sm\:placeholder-red-100::-moz-placeholder{
    color: #eecbcb;
  }

  .sm\:placeholder-red-100::-ms-input-placeholder{
    color: #eecbcb;
  }

  .sm\:placeholder-red-100::placeholder{
    color: #eecbcb;
  }

  .sm\:placeholder-red-900::-webkit-input-placeholder{
    color: #ff0000;
  }

  .sm\:placeholder-red-900::-moz-placeholder{
    color: #ff0000;
  }

  .sm\:placeholder-red-900::-ms-input-placeholder{
    color: #ff0000;
  }

  .sm\:placeholder-red-900::placeholder{
    color: #ff0000;
  }

  .sm\:placeholder-red::-webkit-input-placeholder{
    color: #d14732;
  }

  .sm\:placeholder-red::-moz-placeholder{
    color: #d14732;
  }

  .sm\:placeholder-red::-ms-input-placeholder{
    color: #d14732;
  }

  .sm\:placeholder-red::placeholder{
    color: #d14732;
  }

  .sm\:placeholder-orange-100::-webkit-input-placeholder{
    color: #ffe7b6;
  }

  .sm\:placeholder-orange-100::-moz-placeholder{
    color: #ffe7b6;
  }

  .sm\:placeholder-orange-100::-ms-input-placeholder{
    color: #ffe7b6;
  }

  .sm\:placeholder-orange-100::placeholder{
    color: #ffe7b6;
  }

  .sm\:placeholder-orange-400::-webkit-input-placeholder{
    color: #ffc146;
  }

  .sm\:placeholder-orange-400::-moz-placeholder{
    color: #ffc146;
  }

  .sm\:placeholder-orange-400::-ms-input-placeholder{
    color: #ffc146;
  }

  .sm\:placeholder-orange-400::placeholder{
    color: #ffc146;
  }

  .sm\:placeholder-orange-700::-webkit-input-placeholder{
    color: #c45510;
  }

  .sm\:placeholder-orange-700::-moz-placeholder{
    color: #c45510;
  }

  .sm\:placeholder-orange-700::-ms-input-placeholder{
    color: #c45510;
  }

  .sm\:placeholder-orange-700::placeholder{
    color: #c45510;
  }

  .sm\:placeholder-orange-900::-webkit-input-placeholder{
    color: #8c2e0b;
  }

  .sm\:placeholder-orange-900::-moz-placeholder{
    color: #8c2e0b;
  }

  .sm\:placeholder-orange-900::-ms-input-placeholder{
    color: #8c2e0b;
  }

  .sm\:placeholder-orange-900::placeholder{
    color: #8c2e0b;
  }

  .sm\:placeholder-orange::-webkit-input-placeholder{
    color: #e77530;
  }

  .sm\:placeholder-orange::-moz-placeholder{
    color: #e77530;
  }

  .sm\:placeholder-orange::-ms-input-placeholder{
    color: #e77530;
  }

  .sm\:placeholder-orange::placeholder{
    color: #e77530;
  }

  .sm\:placeholder-yellow-100::-webkit-input-placeholder{
    color: #f2efe2;
  }

  .sm\:placeholder-yellow-100::-moz-placeholder{
    color: #f2efe2;
  }

  .sm\:placeholder-yellow-100::-ms-input-placeholder{
    color: #f2efe2;
  }

  .sm\:placeholder-yellow-100::placeholder{
    color: #f2efe2;
  }

  .sm\:placeholder-yellow::-webkit-input-placeholder{
    color: #fecb34;
  }

  .sm\:placeholder-yellow::-moz-placeholder{
    color: #fecb34;
  }

  .sm\:placeholder-yellow::-ms-input-placeholder{
    color: #fecb34;
  }

  .sm\:placeholder-yellow::placeholder{
    color: #fecb34;
  }

  .sm\:placeholder-brown-100::-webkit-input-placeholder{
    color: #cfd2aa;
  }

  .sm\:placeholder-brown-100::-moz-placeholder{
    color: #cfd2aa;
  }

  .sm\:placeholder-brown-100::-ms-input-placeholder{
    color: #cfd2aa;
  }

  .sm\:placeholder-brown-100::placeholder{
    color: #cfd2aa;
  }

  .sm\:placeholder-brown-300::-webkit-input-placeholder{
    color: #7a7751;
  }

  .sm\:placeholder-brown-300::-moz-placeholder{
    color: #7a7751;
  }

  .sm\:placeholder-brown-300::-ms-input-placeholder{
    color: #7a7751;
  }

  .sm\:placeholder-brown-300::placeholder{
    color: #7a7751;
  }

  .sm\:placeholder-brown::-webkit-input-placeholder{
    color: #735005;
  }

  .sm\:placeholder-brown::-moz-placeholder{
    color: #735005;
  }

  .sm\:placeholder-brown::-ms-input-placeholder{
    color: #735005;
  }

  .sm\:placeholder-brown::placeholder{
    color: #735005;
  }

  .sm\:placeholder-gray-100::-webkit-input-placeholder{
    color: #f6f6f6;
  }

  .sm\:placeholder-gray-100::-moz-placeholder{
    color: #f6f6f6;
  }

  .sm\:placeholder-gray-100::-ms-input-placeholder{
    color: #f6f6f6;
  }

  .sm\:placeholder-gray-100::placeholder{
    color: #f6f6f6;
  }

  .sm\:placeholder-gray-200::-webkit-input-placeholder{
    color: #eee;
  }

  .sm\:placeholder-gray-200::-moz-placeholder{
    color: #eee;
  }

  .sm\:placeholder-gray-200::-ms-input-placeholder{
    color: #eee;
  }

  .sm\:placeholder-gray-200::placeholder{
    color: #eee;
  }

  .sm\:placeholder-gray-300::-webkit-input-placeholder{
    color: #e5e5e5;
  }

  .sm\:placeholder-gray-300::-moz-placeholder{
    color: #e5e5e5;
  }

  .sm\:placeholder-gray-300::-ms-input-placeholder{
    color: #e5e5e5;
  }

  .sm\:placeholder-gray-300::placeholder{
    color: #e5e5e5;
  }

  .sm\:placeholder-gray-400::-webkit-input-placeholder{
    color: #d8d8d8;
  }

  .sm\:placeholder-gray-400::-moz-placeholder{
    color: #d8d8d8;
  }

  .sm\:placeholder-gray-400::-ms-input-placeholder{
    color: #d8d8d8;
  }

  .sm\:placeholder-gray-400::placeholder{
    color: #d8d8d8;
  }

  .sm\:placeholder-gray-500::-webkit-input-placeholder{
    color: #ccc;
  }

  .sm\:placeholder-gray-500::-moz-placeholder{
    color: #ccc;
  }

  .sm\:placeholder-gray-500::-ms-input-placeholder{
    color: #ccc;
  }

  .sm\:placeholder-gray-500::placeholder{
    color: #ccc;
  }

  .sm\:placeholder-gray-600::-webkit-input-placeholder{
    color: #bbb;
  }

  .sm\:placeholder-gray-600::-moz-placeholder{
    color: #bbb;
  }

  .sm\:placeholder-gray-600::-ms-input-placeholder{
    color: #bbb;
  }

  .sm\:placeholder-gray-600::placeholder{
    color: #bbb;
  }

  .sm\:placeholder-gray-800::-webkit-input-placeholder{
    color: #757575;
  }

  .sm\:placeholder-gray-800::-moz-placeholder{
    color: #757575;
  }

  .sm\:placeholder-gray-800::-ms-input-placeholder{
    color: #757575;
  }

  .sm\:placeholder-gray-800::placeholder{
    color: #757575;
  }

  .sm\:placeholder-gray-900::-webkit-input-placeholder{
    color: #666;
  }

  .sm\:placeholder-gray-900::-moz-placeholder{
    color: #666;
  }

  .sm\:placeholder-gray-900::-ms-input-placeholder{
    color: #666;
  }

  .sm\:placeholder-gray-900::placeholder{
    color: #666;
  }

  .sm\:placeholder-gray-950::-webkit-input-placeholder{
    color: #222;
  }

  .sm\:placeholder-gray-950::-moz-placeholder{
    color: #222;
  }

  .sm\:placeholder-gray-950::-ms-input-placeholder{
    color: #222;
  }

  .sm\:placeholder-gray-950::placeholder{
    color: #222;
  }

  .sm\:placeholder-gray::-webkit-input-placeholder{
    color: #999;
  }

  .sm\:placeholder-gray::-moz-placeholder{
    color: #999;
  }

  .sm\:placeholder-gray::-ms-input-placeholder{
    color: #999;
  }

  .sm\:placeholder-gray::placeholder{
    color: #999;
  }

  .sm\:placeholder-black::-webkit-input-placeholder{
    color: #171614;
  }

  .sm\:placeholder-black::-moz-placeholder{
    color: #171614;
  }

  .sm\:placeholder-black::-ms-input-placeholder{
    color: #171614;
  }

  .sm\:placeholder-black::placeholder{
    color: #171614;
  }

  .sm\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .sm\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .sm\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .sm\:placeholder-white::placeholder{
    color: #fff;
  }

  .sm\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    color: #c5e7c5;
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder{
    color: #c5e7c5;
  }

  .sm\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    color: #c5e7c5;
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder{
    color: #c5e7c5;
  }

  .sm\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    color: #5ed795;
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: #5ed795;
  }

  .sm\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    color: #5ed795;
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder{
    color: #5ed795;
  }

  .sm\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    color: #68c187;
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder{
    color: #68c187;
  }

  .sm\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    color: #68c187;
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder{
    color: #68c187;
  }

  .sm\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    color: #2F8355;
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder{
    color: #2F8355;
  }

  .sm\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    color: #2F8355;
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder{
    color: #2F8355;
  }

  .sm\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #2f8355;
  }

  .sm\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #2f8355;
  }

  .sm\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #2f8355;
  }

  .sm\:focus\:placeholder-green:focus::placeholder{
    color: #2f8355;
  }

  .sm\:focus\:placeholder-cyan-100:focus::-webkit-input-placeholder{
    color: #03bdff;
  }

  .sm\:focus\:placeholder-cyan-100:focus::-moz-placeholder{
    color: #03bdff;
  }

  .sm\:focus\:placeholder-cyan-100:focus::-ms-input-placeholder{
    color: #03bdff;
  }

  .sm\:focus\:placeholder-cyan-100:focus::placeholder{
    color: #03bdff;
  }

  .sm\:focus\:placeholder-cyan-300:focus::-webkit-input-placeholder{
    color: #60a7d5;
  }

  .sm\:focus\:placeholder-cyan-300:focus::-moz-placeholder{
    color: #60a7d5;
  }

  .sm\:focus\:placeholder-cyan-300:focus::-ms-input-placeholder{
    color: #60a7d5;
  }

  .sm\:focus\:placeholder-cyan-300:focus::placeholder{
    color: #60a7d5;
  }

  .sm\:focus\:placeholder-cyan-400:focus::-webkit-input-placeholder{
    color: #0092bc;
  }

  .sm\:focus\:placeholder-cyan-400:focus::-moz-placeholder{
    color: #0092bc;
  }

  .sm\:focus\:placeholder-cyan-400:focus::-ms-input-placeholder{
    color: #0092bc;
  }

  .sm\:focus\:placeholder-cyan-400:focus::placeholder{
    color: #0092bc;
  }

  .sm\:focus\:placeholder-cyan:focus::-webkit-input-placeholder{
    color: #007fa3;
  }

  .sm\:focus\:placeholder-cyan:focus::-moz-placeholder{
    color: #007fa3;
  }

  .sm\:focus\:placeholder-cyan:focus::-ms-input-placeholder{
    color: #007fa3;
  }

  .sm\:focus\:placeholder-cyan:focus::placeholder{
    color: #007fa3;
  }

  .sm\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    color: #2f63d4;
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    color: #2f63d4;
  }

  .sm\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    color: #2f63d4;
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder{
    color: #2f63d4;
  }

  .sm\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    color: #004C97;
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    color: #004C97;
  }

  .sm\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    color: #004C97;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder{
    color: #004C97;
  }

  .sm\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #24458c;
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    color: #24458c;
  }

  .sm\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    color: #24458c;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder{
    color: #24458c;
  }

  .sm\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    color: #004c97;
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    color: #004c97;
  }

  .sm\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    color: #004c97;
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder{
    color: #004c97;
  }

  .sm\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    color: #0057b8;
  }

  .sm\:focus\:placeholder-blue:focus::-moz-placeholder{
    color: #0057b8;
  }

  .sm\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color: #0057b8;
  }

  .sm\:focus\:placeholder-blue:focus::placeholder{
    color: #0057b8;
  }

  .sm\:focus\:placeholder-blue-blend:focus::-webkit-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .sm\:focus\:placeholder-blue-blend:focus::-moz-placeholder{
    color: rgba(32,67,143,.85);
  }

  .sm\:focus\:placeholder-blue-blend:focus::-ms-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .sm\:focus\:placeholder-blue-blend:focus::placeholder{
    color: rgba(32,67,143,.85);
  }

  .sm\:focus\:placeholder-lavender-100:focus::-webkit-input-placeholder{
    color: #d2a9d3;
  }

  .sm\:focus\:placeholder-lavender-100:focus::-moz-placeholder{
    color: #d2a9d3;
  }

  .sm\:focus\:placeholder-lavender-100:focus::-ms-input-placeholder{
    color: #d2a9d3;
  }

  .sm\:focus\:placeholder-lavender-100:focus::placeholder{
    color: #d2a9d3;
  }

  .sm\:focus\:placeholder-lavender-200:focus::-webkit-input-placeholder{
    color: #957ad1;
  }

  .sm\:focus\:placeholder-lavender-200:focus::-moz-placeholder{
    color: #957ad1;
  }

  .sm\:focus\:placeholder-lavender-200:focus::-ms-input-placeholder{
    color: #957ad1;
  }

  .sm\:focus\:placeholder-lavender-200:focus::placeholder{
    color: #957ad1;
  }

  .sm\:focus\:placeholder-lavender:focus::-webkit-input-placeholder{
    color: #8066b7;
  }

  .sm\:focus\:placeholder-lavender:focus::-moz-placeholder{
    color: #8066b7;
  }

  .sm\:focus\:placeholder-lavender:focus::-ms-input-placeholder{
    color: #8066b7;
  }

  .sm\:focus\:placeholder-lavender:focus::placeholder{
    color: #8066b7;
  }

  .sm\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{
    color: #eecbcb;
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder{
    color: #eecbcb;
  }

  .sm\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    color: #eecbcb;
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder{
    color: #eecbcb;
  }

  .sm\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    color: #ff0000;
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder{
    color: #ff0000;
  }

  .sm\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    color: #ff0000;
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder{
    color: #ff0000;
  }

  .sm\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color: #d14732;
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder{
    color: #d14732;
  }

  .sm\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color: #d14732;
  }

  .sm\:focus\:placeholder-red:focus::placeholder{
    color: #d14732;
  }

  .sm\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    color: #ffe7b6;
  }

  .sm\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    color: #ffe7b6;
  }

  .sm\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    color: #ffe7b6;
  }

  .sm\:focus\:placeholder-orange-100:focus::placeholder{
    color: #ffe7b6;
  }

  .sm\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    color: #ffc146;
  }

  .sm\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    color: #ffc146;
  }

  .sm\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    color: #ffc146;
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder{
    color: #ffc146;
  }

  .sm\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    color: #c45510;
  }

  .sm\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    color: #c45510;
  }

  .sm\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    color: #c45510;
  }

  .sm\:focus\:placeholder-orange-700:focus::placeholder{
    color: #c45510;
  }

  .sm\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    color: #8c2e0b;
  }

  .sm\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    color: #8c2e0b;
  }

  .sm\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    color: #8c2e0b;
  }

  .sm\:focus\:placeholder-orange-900:focus::placeholder{
    color: #8c2e0b;
  }

  .sm\:focus\:placeholder-orange:focus::-webkit-input-placeholder{
    color: #e77530;
  }

  .sm\:focus\:placeholder-orange:focus::-moz-placeholder{
    color: #e77530;
  }

  .sm\:focus\:placeholder-orange:focus::-ms-input-placeholder{
    color: #e77530;
  }

  .sm\:focus\:placeholder-orange:focus::placeholder{
    color: #e77530;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    color: #f2efe2;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    color: #f2efe2;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    color: #f2efe2;
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder{
    color: #f2efe2;
  }

  .sm\:focus\:placeholder-yellow:focus::-webkit-input-placeholder{
    color: #fecb34;
  }

  .sm\:focus\:placeholder-yellow:focus::-moz-placeholder{
    color: #fecb34;
  }

  .sm\:focus\:placeholder-yellow:focus::-ms-input-placeholder{
    color: #fecb34;
  }

  .sm\:focus\:placeholder-yellow:focus::placeholder{
    color: #fecb34;
  }

  .sm\:focus\:placeholder-brown-100:focus::-webkit-input-placeholder{
    color: #cfd2aa;
  }

  .sm\:focus\:placeholder-brown-100:focus::-moz-placeholder{
    color: #cfd2aa;
  }

  .sm\:focus\:placeholder-brown-100:focus::-ms-input-placeholder{
    color: #cfd2aa;
  }

  .sm\:focus\:placeholder-brown-100:focus::placeholder{
    color: #cfd2aa;
  }

  .sm\:focus\:placeholder-brown-300:focus::-webkit-input-placeholder{
    color: #7a7751;
  }

  .sm\:focus\:placeholder-brown-300:focus::-moz-placeholder{
    color: #7a7751;
  }

  .sm\:focus\:placeholder-brown-300:focus::-ms-input-placeholder{
    color: #7a7751;
  }

  .sm\:focus\:placeholder-brown-300:focus::placeholder{
    color: #7a7751;
  }

  .sm\:focus\:placeholder-brown:focus::-webkit-input-placeholder{
    color: #735005;
  }

  .sm\:focus\:placeholder-brown:focus::-moz-placeholder{
    color: #735005;
  }

  .sm\:focus\:placeholder-brown:focus::-ms-input-placeholder{
    color: #735005;
  }

  .sm\:focus\:placeholder-brown:focus::placeholder{
    color: #735005;
  }

  .sm\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f6f6f6;
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    color: #f6f6f6;
  }

  .sm\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f6f6f6;
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder{
    color: #f6f6f6;
  }

  .sm\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #eee;
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    color: #eee;
  }

  .sm\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    color: #eee;
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder{
    color: #eee;
  }

  .sm\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e5e5e5;
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    color: #e5e5e5;
  }

  .sm\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e5e5e5;
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder{
    color: #e5e5e5;
  }

  .sm\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #d8d8d8;
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    color: #d8d8d8;
  }

  .sm\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    color: #d8d8d8;
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder{
    color: #d8d8d8;
  }

  .sm\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #ccc;
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    color: #ccc;
  }

  .sm\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    color: #ccc;
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder{
    color: #ccc;
  }

  .sm\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    color: #bbb;
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    color: #bbb;
  }

  .sm\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    color: #bbb;
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder{
    color: #bbb;
  }

  .sm\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    color: #757575;
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    color: #757575;
  }

  .sm\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    color: #757575;
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder{
    color: #757575;
  }

  .sm\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    color: #666;
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    color: #666;
  }

  .sm\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    color: #666;
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder{
    color: #666;
  }

  .sm\:focus\:placeholder-gray-950:focus::-webkit-input-placeholder{
    color: #222;
  }

  .sm\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    color: #222;
  }

  .sm\:focus\:placeholder-gray-950:focus::-ms-input-placeholder{
    color: #222;
  }

  .sm\:focus\:placeholder-gray-950:focus::placeholder{
    color: #222;
  }

  .sm\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: #999;
  }

  .sm\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: #999;
  }

  .sm\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: #999;
  }

  .sm\:focus\:placeholder-gray:focus::placeholder{
    color: #999;
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #171614;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #171614;
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #171614;
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    color: #171614;
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .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\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-1{
    top: 0.0625rem;
    right: 0.0625rem;
    bottom: 0.0625rem;
    left: 0.0625rem;
  }

  .sm\:inset-2{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:inset-3{
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .sm\:inset-4{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-5{
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
  }

  .sm\:inset-6{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:inset-8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-10{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:inset-15{
    top: 0.9375rem;
    right: 0.9375rem;
    bottom: 0.9375rem;
    left: 0.9375rem;
  }

  .sm\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-25{
    top: 1.5625rem;
    right: 1.5625rem;
    bottom: 1.5625rem;
    left: 1.5625rem;
  }

  .sm\:inset-30{
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .sm\:inset-35{
    top: 2.1875rem;
    right: 2.1875rem;
    bottom: 2.1875rem;
    left: 2.1875rem;
  }

  .sm\:inset-40{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-50{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .sm\:inset-60{
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .sm\:inset-75{
    top: 4.6875rem;
    right: 4.6875rem;
    bottom: 4.6875rem;
    left: 4.6875rem;
  }

  .sm\:inset-85{
    top: 5.3125rem;
    right: 5.3125rem;
    bottom: 5.3125rem;
    left: 5.3125rem;
  }

  .sm\:inset-100{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .sm\:inset-150{
    top: 9.375rem;
    right: 9.375rem;
    bottom: 9.375rem;
    left: 9.375rem;
  }

  .sm\:inset-175{
    top: 10.9375rem;
    right: 10.9375rem;
    bottom: 10.9375rem;
    left: 10.9375rem;
  }

  .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sm\:inset-y-1{
    top: 0.0625rem;
    bottom: 0.0625rem;
  }

  .sm\:inset-x-1{
    right: 0.0625rem;
    left: 0.0625rem;
  }

  .sm\:inset-y-2{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:inset-x-2{
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:inset-y-3{
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .sm\:inset-x-3{
    right: 0.1875rem;
    left: 0.1875rem;
  }

  .sm\:inset-y-4{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:inset-x-4{
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-y-5{
    top: 0.3125rem;
    bottom: 0.3125rem;
  }

  .sm\:inset-x-5{
    right: 0.3125rem;
    left: 0.3125rem;
  }

  .sm\:inset-y-6{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:inset-x-6{
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:inset-y-8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:inset-x-8{
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-y-10{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:inset-x-10{
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:inset-y-15{
    top: 0.9375rem;
    bottom: 0.9375rem;
  }

  .sm\:inset-x-15{
    right: 0.9375rem;
    left: 0.9375rem;
  }

  .sm\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:inset-x-20{
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-y-25{
    top: 1.5625rem;
    bottom: 1.5625rem;
  }

  .sm\:inset-x-25{
    right: 1.5625rem;
    left: 1.5625rem;
  }

  .sm\:inset-y-30{
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .sm\:inset-x-30{
    right: 1.875rem;
    left: 1.875rem;
  }

  .sm\:inset-y-35{
    top: 2.1875rem;
    bottom: 2.1875rem;
  }

  .sm\:inset-x-35{
    right: 2.1875rem;
    left: 2.1875rem;
  }

  .sm\:inset-y-40{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:inset-x-40{
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-y-50{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .sm\:inset-x-50{
    right: 3.125rem;
    left: 3.125rem;
  }

  .sm\:inset-y-60{
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .sm\:inset-x-60{
    right: 3.75rem;
    left: 3.75rem;
  }

  .sm\:inset-y-75{
    top: 4.6875rem;
    bottom: 4.6875rem;
  }

  .sm\:inset-x-75{
    right: 4.6875rem;
    left: 4.6875rem;
  }

  .sm\:inset-y-85{
    top: 5.3125rem;
    bottom: 5.3125rem;
  }

  .sm\:inset-x-85{
    right: 5.3125rem;
    left: 5.3125rem;
  }

  .sm\:inset-y-100{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .sm\:inset-x-100{
    right: 6.25rem;
    left: 6.25rem;
  }

  .sm\:inset-y-150{
    top: 9.375rem;
    bottom: 9.375rem;
  }

  .sm\:inset-x-150{
    right: 9.375rem;
    left: 9.375rem;
  }

  .sm\:inset-y-175{
    top: 10.9375rem;
    bottom: 10.9375rem;
  }

  .sm\:inset-x-175{
    right: 10.9375rem;
    left: 10.9375rem;
  }

  .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm\:top-0{
    top: 0;
  }

  .sm\:right-0{
    right: 0;
  }

  .sm\:bottom-0{
    bottom: 0;
  }

  .sm\:left-0{
    left: 0;
  }

  .sm\:top-1{
    top: 0.0625rem;
  }

  .sm\:right-1{
    right: 0.0625rem;
  }

  .sm\:bottom-1{
    bottom: 0.0625rem;
  }

  .sm\:left-1{
    left: 0.0625rem;
  }

  .sm\:top-2{
    top: 0.125rem;
  }

  .sm\:right-2{
    right: 0.125rem;
  }

  .sm\:bottom-2{
    bottom: 0.125rem;
  }

  .sm\:left-2{
    left: 0.125rem;
  }

  .sm\:top-3{
    top: 0.1875rem;
  }

  .sm\:right-3{
    right: 0.1875rem;
  }

  .sm\:bottom-3{
    bottom: 0.1875rem;
  }

  .sm\:left-3{
    left: 0.1875rem;
  }

  .sm\:top-4{
    top: 0.25rem;
  }

  .sm\:right-4{
    right: 0.25rem;
  }

  .sm\:bottom-4{
    bottom: 0.25rem;
  }

  .sm\:left-4{
    left: 0.25rem;
  }

  .sm\:top-5{
    top: 0.3125rem;
  }

  .sm\:right-5{
    right: 0.3125rem;
  }

  .sm\:bottom-5{
    bottom: 0.3125rem;
  }

  .sm\:left-5{
    left: 0.3125rem;
  }

  .sm\:top-6{
    top: 0.375rem;
  }

  .sm\:right-6{
    right: 0.375rem;
  }

  .sm\:bottom-6{
    bottom: 0.375rem;
  }

  .sm\:left-6{
    left: 0.375rem;
  }

  .sm\:top-8{
    top: 0.5rem;
  }

  .sm\:right-8{
    right: 0.5rem;
  }

  .sm\:bottom-8{
    bottom: 0.5rem;
  }

  .sm\:left-8{
    left: 0.5rem;
  }

  .sm\:top-10{
    top: 0.625rem;
  }

  .sm\:right-10{
    right: 0.625rem;
  }

  .sm\:bottom-10{
    bottom: 0.625rem;
  }

  .sm\:left-10{
    left: 0.625rem;
  }

  .sm\:top-15{
    top: 0.9375rem;
  }

  .sm\:right-15{
    right: 0.9375rem;
  }

  .sm\:bottom-15{
    bottom: 0.9375rem;
  }

  .sm\:left-15{
    left: 0.9375rem;
  }

  .sm\:top-20{
    top: 1.25rem;
  }

  .sm\:right-20{
    right: 1.25rem;
  }

  .sm\:bottom-20{
    bottom: 1.25rem;
  }

  .sm\:left-20{
    left: 1.25rem;
  }

  .sm\:top-25{
    top: 1.5625rem;
  }

  .sm\:right-25{
    right: 1.5625rem;
  }

  .sm\:bottom-25{
    bottom: 1.5625rem;
  }

  .sm\:left-25{
    left: 1.5625rem;
  }

  .sm\:top-30{
    top: 1.875rem;
  }

  .sm\:right-30{
    right: 1.875rem;
  }

  .sm\:bottom-30{
    bottom: 1.875rem;
  }

  .sm\:left-30{
    left: 1.875rem;
  }

  .sm\:top-35{
    top: 2.1875rem;
  }

  .sm\:right-35{
    right: 2.1875rem;
  }

  .sm\:bottom-35{
    bottom: 2.1875rem;
  }

  .sm\:left-35{
    left: 2.1875rem;
  }

  .sm\:top-40{
    top: 2.5rem;
  }

  .sm\:right-40{
    right: 2.5rem;
  }

  .sm\:bottom-40{
    bottom: 2.5rem;
  }

  .sm\:left-40{
    left: 2.5rem;
  }

  .sm\:top-50{
    top: 3.125rem;
  }

  .sm\:right-50{
    right: 3.125rem;
  }

  .sm\:bottom-50{
    bottom: 3.125rem;
  }

  .sm\:left-50{
    left: 3.125rem;
  }

  .sm\:top-60{
    top: 3.75rem;
  }

  .sm\:right-60{
    right: 3.75rem;
  }

  .sm\:bottom-60{
    bottom: 3.75rem;
  }

  .sm\:left-60{
    left: 3.75rem;
  }

  .sm\:top-75{
    top: 4.6875rem;
  }

  .sm\:right-75{
    right: 4.6875rem;
  }

  .sm\:bottom-75{
    bottom: 4.6875rem;
  }

  .sm\:left-75{
    left: 4.6875rem;
  }

  .sm\:top-85{
    top: 5.3125rem;
  }

  .sm\:right-85{
    right: 5.3125rem;
  }

  .sm\:bottom-85{
    bottom: 5.3125rem;
  }

  .sm\:left-85{
    left: 5.3125rem;
  }

  .sm\:top-100{
    top: 6.25rem;
  }

  .sm\:right-100{
    right: 6.25rem;
  }

  .sm\:bottom-100{
    bottom: 6.25rem;
  }

  .sm\:left-100{
    left: 6.25rem;
  }

  .sm\:top-150{
    top: 9.375rem;
  }

  .sm\:right-150{
    right: 9.375rem;
  }

  .sm\:bottom-150{
    bottom: 9.375rem;
  }

  .sm\:left-150{
    left: 9.375rem;
  }

  .sm\:top-175{
    top: 10.9375rem;
  }

  .sm\:right-175{
    right: 10.9375rem;
  }

  .sm\:bottom-175{
    bottom: 10.9375rem;
  }

  .sm\:left-175{
    left: 10.9375rem;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:resize-none{
    resize: none;
  }

  .sm\:resize-y{
    resize: vertical;
  }

  .sm\:resize-x{
    resize: horizontal;
  }

  .sm\:resize{
    resize: both;
  }

  .sm\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

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

  .sm\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

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

  .sm\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:shadow-none{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

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

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

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

  .sm\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

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

  .sm\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:hover\:shadow-none:hover{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

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

  .sm\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

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

  .sm\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:focus\:shadow-none:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:fill-current{
    fill: currentColor;
  }

  .sm\:stroke-current{
    stroke: currentColor;
  }

  .sm\:stroke-0{
    stroke-width: 0;
  }

  .sm\:stroke-1{
    stroke-width: 1;
  }

  .sm\:stroke-2{
    stroke-width: 2;
  }

  .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-green-100{
    color: #c5e7c5;
  }

  .sm\:text-green-300{
    color: #5ed795;
  }

  .sm\:text-green-400{
    color: #68c187;
  }

  .sm\:text-green-700{
    color: #2F8355;
  }

  .sm\:text-green{
    color: #2f8355;
  }

  .sm\:text-cyan-100{
    color: #03bdff;
  }

  .sm\:text-cyan-300{
    color: #60a7d5;
  }

  .sm\:text-cyan-400{
    color: #0092bc;
  }

  .sm\:text-cyan{
    color: #007fa3;
  }

  .sm\:text-blue-300{
    color: #2f63d4;
  }

  .sm\:text-blue-400{
    color: #004C97;
  }

  .sm\:text-blue-500{
    color: #24458c;
  }

  .sm\:text-blue-700{
    color: #004c97;
  }

  .sm\:text-blue{
    color: #0057b8;
  }

  .sm\:text-blue-blend{
    color: rgba(32,67,143,.85);
  }

  .sm\:text-lavender-100{
    color: #d2a9d3;
  }

  .sm\:text-lavender-200{
    color: #957ad1;
  }

  .sm\:text-lavender{
    color: #8066b7;
  }

  .sm\:text-red-100{
    color: #eecbcb;
  }

  .sm\:text-red-900{
    color: #ff0000;
  }

  .sm\:text-red{
    color: #d14732;
  }

  .sm\:text-orange-100{
    color: #ffe7b6;
  }

  .sm\:text-orange-400{
    color: #ffc146;
  }

  .sm\:text-orange-700{
    color: #c45510;
  }

  .sm\:text-orange-900{
    color: #8c2e0b;
  }

  .sm\:text-orange{
    color: #e77530;
  }

  .sm\:text-yellow-100{
    color: #f2efe2;
  }

  .sm\:text-yellow{
    color: #fecb34;
  }

  .sm\:text-brown-100{
    color: #cfd2aa;
  }

  .sm\:text-brown-300{
    color: #7a7751;
  }

  .sm\:text-brown{
    color: #735005;
  }

  .sm\:text-gray-100{
    color: #f6f6f6;
  }

  .sm\:text-gray-200{
    color: #eee;
  }

  .sm\:text-gray-300{
    color: #e5e5e5;
  }

  .sm\:text-gray-400{
    color: #d8d8d8;
  }

  .sm\:text-gray-500{
    color: #ccc;
  }

  .sm\:text-gray-600{
    color: #bbb;
  }

  .sm\:text-gray-800{
    color: #757575;
  }

  .sm\:text-gray-900{
    color: #666;
  }

  .sm\:text-gray-950{
    color: #222;
  }

  .sm\:text-gray{
    color: #999;
  }

  .sm\:text-black{
    color: #171614;
  }

  .sm\:text-white{
    color: #fff;
  }

  .sm\:text-transparent{
    color: transparent;
  }

  .sm\:hover\:text-green-100:hover{
    color: #c5e7c5;
  }

  .sm\:hover\:text-green-300:hover{
    color: #5ed795;
  }

  .sm\:hover\:text-green-400:hover{
    color: #68c187;
  }

  .sm\:hover\:text-green-700:hover{
    color: #2F8355;
  }

  .sm\:hover\:text-green:hover{
    color: #2f8355;
  }

  .sm\:hover\:text-cyan-100:hover{
    color: #03bdff;
  }

  .sm\:hover\:text-cyan-300:hover{
    color: #60a7d5;
  }

  .sm\:hover\:text-cyan-400:hover{
    color: #0092bc;
  }

  .sm\:hover\:text-cyan:hover{
    color: #007fa3;
  }

  .sm\:hover\:text-blue-300:hover{
    color: #2f63d4;
  }

  .sm\:hover\:text-blue-400:hover{
    color: #004C97;
  }

  .sm\:hover\:text-blue-500:hover{
    color: #24458c;
  }

  .sm\:hover\:text-blue-700:hover{
    color: #004c97;
  }

  .sm\:hover\:text-blue:hover{
    color: #0057b8;
  }

  .sm\:hover\:text-blue-blend:hover{
    color: rgba(32,67,143,.85);
  }

  .sm\:hover\:text-lavender-100:hover{
    color: #d2a9d3;
  }

  .sm\:hover\:text-lavender-200:hover{
    color: #957ad1;
  }

  .sm\:hover\:text-lavender:hover{
    color: #8066b7;
  }

  .sm\:hover\:text-red-100:hover{
    color: #eecbcb;
  }

  .sm\:hover\:text-red-900:hover{
    color: #ff0000;
  }

  .sm\:hover\:text-red:hover{
    color: #d14732;
  }

  .sm\:hover\:text-orange-100:hover{
    color: #ffe7b6;
  }

  .sm\:hover\:text-orange-400:hover{
    color: #ffc146;
  }

  .sm\:hover\:text-orange-700:hover{
    color: #c45510;
  }

  .sm\:hover\:text-orange-900:hover{
    color: #8c2e0b;
  }

  .sm\:hover\:text-orange:hover{
    color: #e77530;
  }

  .sm\:hover\:text-yellow-100:hover{
    color: #f2efe2;
  }

  .sm\:hover\:text-yellow:hover{
    color: #fecb34;
  }

  .sm\:hover\:text-brown-100:hover{
    color: #cfd2aa;
  }

  .sm\:hover\:text-brown-300:hover{
    color: #7a7751;
  }

  .sm\:hover\:text-brown:hover{
    color: #735005;
  }

  .sm\:hover\:text-gray-100:hover{
    color: #f6f6f6;
  }

  .sm\:hover\:text-gray-200:hover{
    color: #eee;
  }

  .sm\:hover\:text-gray-300:hover{
    color: #e5e5e5;
  }

  .sm\:hover\:text-gray-400:hover{
    color: #d8d8d8;
  }

  .sm\:hover\:text-gray-500:hover{
    color: #ccc;
  }

  .sm\:hover\:text-gray-600:hover{
    color: #bbb;
  }

  .sm\:hover\:text-gray-800:hover{
    color: #757575;
  }

  .sm\:hover\:text-gray-900:hover{
    color: #666;
  }

  .sm\:hover\:text-gray-950:hover{
    color: #222;
  }

  .sm\:hover\:text-gray:hover{
    color: #999;
  }

  .sm\:hover\:text-black:hover{
    color: #171614;
  }

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

  .sm\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sm\:focus\:text-green-100:focus{
    color: #c5e7c5;
  }

  .sm\:focus\:text-green-300:focus{
    color: #5ed795;
  }

  .sm\:focus\:text-green-400:focus{
    color: #68c187;
  }

  .sm\:focus\:text-green-700:focus{
    color: #2F8355;
  }

  .sm\:focus\:text-green:focus{
    color: #2f8355;
  }

  .sm\:focus\:text-cyan-100:focus{
    color: #03bdff;
  }

  .sm\:focus\:text-cyan-300:focus{
    color: #60a7d5;
  }

  .sm\:focus\:text-cyan-400:focus{
    color: #0092bc;
  }

  .sm\:focus\:text-cyan:focus{
    color: #007fa3;
  }

  .sm\:focus\:text-blue-300:focus{
    color: #2f63d4;
  }

  .sm\:focus\:text-blue-400:focus{
    color: #004C97;
  }

  .sm\:focus\:text-blue-500:focus{
    color: #24458c;
  }

  .sm\:focus\:text-blue-700:focus{
    color: #004c97;
  }

  .sm\:focus\:text-blue:focus{
    color: #0057b8;
  }

  .sm\:focus\:text-blue-blend:focus{
    color: rgba(32,67,143,.85);
  }

  .sm\:focus\:text-lavender-100:focus{
    color: #d2a9d3;
  }

  .sm\:focus\:text-lavender-200:focus{
    color: #957ad1;
  }

  .sm\:focus\:text-lavender:focus{
    color: #8066b7;
  }

  .sm\:focus\:text-red-100:focus{
    color: #eecbcb;
  }

  .sm\:focus\:text-red-900:focus{
    color: #ff0000;
  }

  .sm\:focus\:text-red:focus{
    color: #d14732;
  }

  .sm\:focus\:text-orange-100:focus{
    color: #ffe7b6;
  }

  .sm\:focus\:text-orange-400:focus{
    color: #ffc146;
  }

  .sm\:focus\:text-orange-700:focus{
    color: #c45510;
  }

  .sm\:focus\:text-orange-900:focus{
    color: #8c2e0b;
  }

  .sm\:focus\:text-orange:focus{
    color: #e77530;
  }

  .sm\:focus\:text-yellow-100:focus{
    color: #f2efe2;
  }

  .sm\:focus\:text-yellow:focus{
    color: #fecb34;
  }

  .sm\:focus\:text-brown-100:focus{
    color: #cfd2aa;
  }

  .sm\:focus\:text-brown-300:focus{
    color: #7a7751;
  }

  .sm\:focus\:text-brown:focus{
    color: #735005;
  }

  .sm\:focus\:text-gray-100:focus{
    color: #f6f6f6;
  }

  .sm\:focus\:text-gray-200:focus{
    color: #eee;
  }

  .sm\:focus\:text-gray-300:focus{
    color: #e5e5e5;
  }

  .sm\:focus\:text-gray-400:focus{
    color: #d8d8d8;
  }

  .sm\:focus\:text-gray-500:focus{
    color: #ccc;
  }

  .sm\:focus\:text-gray-600:focus{
    color: #bbb;
  }

  .sm\:focus\:text-gray-800:focus{
    color: #757575;
  }

  .sm\:focus\:text-gray-900:focus{
    color: #666;
  }

  .sm\:focus\:text-gray-950:focus{
    color: #222;
  }

  .sm\:focus\:text-gray:focus{
    color: #999;
  }

  .sm\:focus\:text-black:focus{
    color: #171614;
  }

  .sm\:focus\:text-white:focus{
    color: #fff;
  }

  .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

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

  .sm\:not-italic{
    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\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sm\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus{
    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\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal{
    letter-spacing: 0;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em;
  }

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

  .sm\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

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

  .sm\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: 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\:whitespace-normal{
    white-space: normal;
  }

  .sm\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .sm\:whitespace-pre{
    white-space: pre;
  }

  .sm\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sm\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words{
    overflow-wrap: break-word;
  }

  .sm\:break-all{
    word-break: break-all;
  }

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

  .sm\:w-0{
    width: 0;
  }

  .sm\:w-1{
    width: 0.0625rem;
  }

  .sm\:w-2{
    width: 0.125rem;
  }

  .sm\:w-3{
    width: 0.1875rem;
  }

  .sm\:w-4{
    width: 0.25rem;
  }

  .sm\:w-5{
    width: 0.3125rem;
  }

  .sm\:w-6{
    width: 0.375rem;
  }

  .sm\:w-8{
    width: 0.5rem;
  }

  .sm\:w-10{
    width: 0.625rem;
  }

  .sm\:w-15{
    width: 0.9375rem;
  }

  .sm\:w-20{
    width: 1.25rem;
  }

  .sm\:w-25{
    width: 1.5625rem;
  }

  .sm\:w-30{
    width: 1.875rem;
  }

  .sm\:w-35{
    width: 2.1875rem;
  }

  .sm\:w-40{
    width: 2.5rem;
  }

  .sm\:w-50{
    width: 3.125rem;
  }

  .sm\:w-60{
    width: 3.75rem;
  }

  .sm\:w-70{
    width: 4.375rem;
  }

  .sm\:w-75{
    width: 4.6875rem;
  }

  .sm\:w-80{
    width: 5rem;
  }

  .sm\:w-85{
    width: 5.3125rem;
  }

  .sm\:w-90{
    width: 5.625rem;
  }

  .sm\:w-100{
    width: 6.25rem;
  }

  .sm\:w-110{
    width: 6.875rem;
  }

  .sm\:w-120{
    width: 7.5rem;
  }

  .sm\:w-130{
    width: 8.125rem;
  }

  .sm\:w-140{
    width: 8.75rem;
  }

  .sm\:w-150{
    width: 9.375rem;
  }

  .sm\:w-160{
    width: 10rem;
  }

  .sm\:w-170{
    width: 10.625rem;
  }

  .sm\:w-175{
    width: 10.9375rem;
  }

  .sm\:w-180{
    width: 11.25rem;
  }

  .sm\:w-190{
    width: 11.875rem;
  }

  .sm\:w-200{
    width: 12.5rem;
  }

  .sm\:w-225{
    width: 14.0625rem;
  }

  .sm\:w-250{
    width: 15.625rem;
  }

  .sm\:w-300{
    width: 18.75rem;
  }

  .sm\:w-auto{
    width: auto;
  }

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

  .sm\:w-1\/3{
    width: 33%;
  }

  .sm\:w-2\/3{
    width: 66.6%;
  }

  .sm\:w-1\/4{
    width: 25%;
  }

  .sm\:w-2\/4{
    width: 50%;
  }

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

  .sm\:w-2\/6{
    width: 33.333333%;
  }

  .sm\:w-3\/6{
    width: 50%;
  }

  .sm\:w-4\/6{
    width: 66.666667%;
  }

  .sm\:w-5\/6{
    width: 83.333333%;
  }

  .sm\:w-1\/12{
    width: 8.333333%;
  }

  .sm\:w-2\/12{
    width: 16.666667%;
  }

  .sm\:w-3\/12{
    width: 25%;
  }

  .sm\:w-4\/12{
    width: 33.333333%;
  }

  .sm\:w-5\/12{
    width: 41.666667%;
  }

  .sm\:w-6\/12{
    width: 50%;
  }

  .sm\:w-7\/12{
    width: 58.333333%;
  }

  .sm\:w-8\/12{
    width: 66.666667%;
  }

  .sm\:w-9\/12{
    width: 75%;
  }

  .sm\:w-10\/12{
    width: 83.333333%;
  }

  .sm\:w-11\/12{
    width: 91.666667%;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:w-screen{
    width: 100vw;
  }

  .sm\:w-1\/3-up{
    width: 34%;
  }

  .sm\:w-gminor{
    width: 38.2%;
  }

  .sm\:w-gmajor{
    width: 61.8%;
  }

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

  .sm\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .sm\:gap-1{
    grid-gap: 0.0625rem;
    gap: 0.0625rem;
  }

  .sm\:gap-2{
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .sm\:gap-3{
    grid-gap: 0.1875rem;
    gap: 0.1875rem;
  }

  .sm\:gap-4{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:gap-5{
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
  }

  .sm\:gap-6{
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .sm\:gap-8{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:gap-10{
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .sm\:gap-15{
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }

  .sm\:gap-20{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:gap-25{
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
  }

  .sm\:gap-30{
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .sm\:gap-35{
    grid-gap: 2.1875rem;
    gap: 2.1875rem;
  }

  .sm\:gap-40{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:gap-50{
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }

  .sm\:gap-60{
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .sm\:gap-75{
    grid-gap: 4.6875rem;
    gap: 4.6875rem;
  }

  .sm\:gap-85{
    grid-gap: 5.3125rem;
    gap: 5.3125rem;
  }

  .sm\:gap-100{
    grid-gap: 6.25rem;
    gap: 6.25rem;
  }

  .sm\:gap-150{
    grid-gap: 9.375rem;
    gap: 9.375rem;
  }

  .sm\:gap-175{
    grid-gap: 10.9375rem;
    gap: 10.9375rem;
  }

  .sm\:col-gap-0{
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .sm\:col-gap-1{
    grid-column-gap: 0.0625rem;
    -webkit-column-gap: 0.0625rem;
       -moz-column-gap: 0.0625rem;
            column-gap: 0.0625rem;
  }

  .sm\:col-gap-2{
    grid-column-gap: 0.125rem;
    -webkit-column-gap: 0.125rem;
       -moz-column-gap: 0.125rem;
            column-gap: 0.125rem;
  }

  .sm\:col-gap-3{
    grid-column-gap: 0.1875rem;
    -webkit-column-gap: 0.1875rem;
       -moz-column-gap: 0.1875rem;
            column-gap: 0.1875rem;
  }

  .sm\:col-gap-4{
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .sm\:col-gap-5{
    grid-column-gap: 0.3125rem;
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }

  .sm\:col-gap-6{
    grid-column-gap: 0.375rem;
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }

  .sm\:col-gap-8{
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .sm\:col-gap-10{
    grid-column-gap: 0.625rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .sm\:col-gap-15{
    grid-column-gap: 0.9375rem;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .sm\:col-gap-20{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .sm\:col-gap-25{
    grid-column-gap: 1.5625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .sm\:col-gap-30{
    grid-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .sm\:col-gap-35{
    grid-column-gap: 2.1875rem;
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
  }

  .sm\:col-gap-40{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .sm\:col-gap-50{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .sm\:col-gap-60{
    grid-column-gap: 3.75rem;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }

  .sm\:col-gap-75{
    grid-column-gap: 4.6875rem;
    -webkit-column-gap: 4.6875rem;
       -moz-column-gap: 4.6875rem;
            column-gap: 4.6875rem;
  }

  .sm\:col-gap-85{
    grid-column-gap: 5.3125rem;
    -webkit-column-gap: 5.3125rem;
       -moz-column-gap: 5.3125rem;
            column-gap: 5.3125rem;
  }

  .sm\:col-gap-100{
    grid-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .sm\:col-gap-150{
    grid-column-gap: 9.375rem;
    -webkit-column-gap: 9.375rem;
       -moz-column-gap: 9.375rem;
            column-gap: 9.375rem;
  }

  .sm\:col-gap-175{
    grid-column-gap: 10.9375rem;
    -webkit-column-gap: 10.9375rem;
       -moz-column-gap: 10.9375rem;
            column-gap: 10.9375rem;
  }

  .sm\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:row-gap-1{
    grid-row-gap: 0.0625rem;
    row-gap: 0.0625rem;
  }

  .sm\:row-gap-2{
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .sm\:row-gap-3{
    grid-row-gap: 0.1875rem;
    row-gap: 0.1875rem;
  }

  .sm\:row-gap-4{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:row-gap-5{
    grid-row-gap: 0.3125rem;
    row-gap: 0.3125rem;
  }

  .sm\:row-gap-6{
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .sm\:row-gap-8{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:row-gap-10{
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .sm\:row-gap-15{
    grid-row-gap: 0.9375rem;
    row-gap: 0.9375rem;
  }

  .sm\:row-gap-20{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:row-gap-25{
    grid-row-gap: 1.5625rem;
    row-gap: 1.5625rem;
  }

  .sm\:row-gap-30{
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .sm\:row-gap-35{
    grid-row-gap: 2.1875rem;
    row-gap: 2.1875rem;
  }

  .sm\:row-gap-40{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:row-gap-50{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .sm\:row-gap-60{
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .sm\:row-gap-75{
    grid-row-gap: 4.6875rem;
    row-gap: 4.6875rem;
  }

  .sm\:row-gap-85{
    grid-row-gap: 5.3125rem;
    row-gap: 5.3125rem;
  }

  .sm\:row-gap-100{
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
  }

  .sm\:row-gap-150{
    grid-row-gap: 9.375rem;
    row-gap: 9.375rem;
  }

  .sm\:row-gap-175{
    grid-row-gap: 10.9375rem;
    row-gap: 10.9375rem;
  }

  .sm\:grid-flow-row{
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col{
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none{
    grid-template-columns: none;
  }

  .sm\:col-auto{
    grid-column: auto;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .sm\:col-start-1{
    grid-column-start: 1;
  }

  .sm\:col-start-2{
    grid-column-start: 2;
  }

  .sm\:col-start-3{
    grid-column-start: 3;
  }

  .sm\:col-start-4{
    grid-column-start: 4;
  }

  .sm\:col-start-5{
    grid-column-start: 5;
  }

  .sm\:col-start-6{
    grid-column-start: 6;
  }

  .sm\:col-start-7{
    grid-column-start: 7;
  }

  .sm\:col-start-8{
    grid-column-start: 8;
  }

  .sm\:col-start-9{
    grid-column-start: 9;
  }

  .sm\:col-start-10{
    grid-column-start: 10;
  }

  .sm\:col-start-11{
    grid-column-start: 11;
  }

  .sm\:col-start-12{
    grid-column-start: 12;
  }

  .sm\:col-start-13{
    grid-column-start: 13;
  }

  .sm\:col-start-auto{
    grid-column-start: auto;
  }

  .sm\:col-end-1{
    grid-column-end: 1;
  }

  .sm\:col-end-2{
    grid-column-end: 2;
  }

  .sm\:col-end-3{
    grid-column-end: 3;
  }

  .sm\:col-end-4{
    grid-column-end: 4;
  }

  .sm\:col-end-5{
    grid-column-end: 5;
  }

  .sm\:col-end-6{
    grid-column-end: 6;
  }

  .sm\:col-end-7{
    grid-column-end: 7;
  }

  .sm\:col-end-8{
    grid-column-end: 8;
  }

  .sm\:col-end-9{
    grid-column-end: 9;
  }

  .sm\:col-end-10{
    grid-column-end: 10;
  }

  .sm\:col-end-11{
    grid-column-end: 11;
  }

  .sm\:col-end-12{
    grid-column-end: 12;
  }

  .sm\:col-end-13{
    grid-column-end: 13;
  }

  .sm\:col-end-auto{
    grid-column-end: auto;
  }

  .sm\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none{
    grid-template-rows: none;
  }

  .sm\:row-auto{
    grid-row: auto;
  }

  .sm\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .sm\:row-start-1{
    grid-row-start: 1;
  }

  .sm\:row-start-2{
    grid-row-start: 2;
  }

  .sm\:row-start-3{
    grid-row-start: 3;
  }

  .sm\:row-start-4{
    grid-row-start: 4;
  }

  .sm\:row-start-5{
    grid-row-start: 5;
  }

  .sm\:row-start-6{
    grid-row-start: 6;
  }

  .sm\:row-start-7{
    grid-row-start: 7;
  }

  .sm\:row-start-auto{
    grid-row-start: auto;
  }

  .sm\:row-end-1{
    grid-row-end: 1;
  }

  .sm\:row-end-2{
    grid-row-end: 2;
  }

  .sm\:row-end-3{
    grid-row-end: 3;
  }

  .sm\:row-end-4{
    grid-row-end: 4;
  }

  .sm\:row-end-5{
    grid-row-end: 5;
  }

  .sm\:row-end-6{
    grid-row-end: 6;
  }

  .sm\:row-end-7{
    grid-row-end: 7;
  }

  .sm\:row-end-auto{
    grid-row-end: auto;
  }

  .sm\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sm\:transform-none{
    -webkit-transform: none;
            transform: none;
  }

  .sm\:origin-center{
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  .sm\:origin-top{
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  .sm\:origin-top-right{
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

  .sm\:origin-right{
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  .sm\:origin-bottom-right{
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .sm\:origin-bottom{
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  .sm\:origin-bottom-left{
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .sm\:origin-left{
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  .sm\:origin-top-left{
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  .sm\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:scale-x-0{
    --transform-scale-x: 0;
  }

  .sm\:scale-x-50{
    --transform-scale-x: .5;
  }

  .sm\:scale-x-75{
    --transform-scale-x: .75;
  }

  .sm\:scale-x-90{
    --transform-scale-x: .9;
  }

  .sm\:scale-x-95{
    --transform-scale-x: .95;
  }

  .sm\:scale-x-100{
    --transform-scale-x: 1;
  }

  .sm\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .sm\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .sm\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .sm\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .sm\:scale-y-0{
    --transform-scale-y: 0;
  }

  .sm\:scale-y-50{
    --transform-scale-y: .5;
  }

  .sm\:scale-y-75{
    --transform-scale-y: .75;
  }

  .sm\:scale-y-90{
    --transform-scale-y: .9;
  }

  .sm\:scale-y-95{
    --transform-scale-y: .95;
  }

  .sm\:scale-y-100{
    --transform-scale-y: 1;
  }

  .sm\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .sm\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .sm\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .sm\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .sm\:rotate-0{
    --transform-rotate: 0;
  }

  .sm\:rotate-45{
    --transform-rotate: 45deg;
  }

  .sm\:rotate-90{
    --transform-rotate: 90deg;
  }

  .sm\:rotate-180{
    --transform-rotate: 180deg;
  }

  .sm\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .sm\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .sm\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .sm\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .sm\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .sm\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .sm\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .sm\:translate-x-0{
    --transform-translate-x: 0;
  }

  .sm\:translate-x-1{
    --transform-translate-x: 0.0625rem;
  }

  .sm\:translate-x-2{
    --transform-translate-x: 0.125rem;
  }

  .sm\:translate-x-3{
    --transform-translate-x: 0.1875rem;
  }

  .sm\:translate-x-4{
    --transform-translate-x: 0.25rem;
  }

  .sm\:translate-x-5{
    --transform-translate-x: 0.3125rem;
  }

  .sm\:translate-x-6{
    --transform-translate-x: 0.375rem;
  }

  .sm\:translate-x-8{
    --transform-translate-x: 0.5rem;
  }

  .sm\:translate-x-10{
    --transform-translate-x: 0.625rem;
  }

  .sm\:translate-x-15{
    --transform-translate-x: 0.9375rem;
  }

  .sm\:translate-x-20{
    --transform-translate-x: 1.25rem;
  }

  .sm\:translate-x-25{
    --transform-translate-x: 1.5625rem;
  }

  .sm\:translate-x-30{
    --transform-translate-x: 1.875rem;
  }

  .sm\:translate-x-35{
    --transform-translate-x: 2.1875rem;
  }

  .sm\:translate-x-40{
    --transform-translate-x: 2.5rem;
  }

  .sm\:translate-x-50{
    --transform-translate-x: 3.125rem;
  }

  .sm\:translate-x-60{
    --transform-translate-x: 3.75rem;
  }

  .sm\:translate-x-75{
    --transform-translate-x: 4.6875rem;
  }

  .sm\:translate-x-85{
    --transform-translate-x: 5.3125rem;
  }

  .sm\:translate-x-100{
    --transform-translate-x: 6.25rem;
  }

  .sm\:translate-x-150{
    --transform-translate-x: 9.375rem;
  }

  .sm\:translate-x-175{
    --transform-translate-x: 10.9375rem;
  }

  .sm\:-translate-x-0{
    --transform-translate-x: 0;
  }

  .sm\:-translate-x-1{
    --transform-translate-x: -0.0625rem;
  }

  .sm\:-translate-x-2{
    --transform-translate-x: -0.125rem;
  }

  .sm\:-translate-x-3{
    --transform-translate-x: -0.1875rem;
  }

  .sm\:-translate-x-4{
    --transform-translate-x: -0.25rem;
  }

  .sm\:-translate-x-5{
    --transform-translate-x: -0.3125rem;
  }

  .sm\:-translate-x-6{
    --transform-translate-x: -0.375rem;
  }

  .sm\:-translate-x-8{
    --transform-translate-x: -0.5rem;
  }

  .sm\:-translate-x-10{
    --transform-translate-x: -0.625rem;
  }

  .sm\:-translate-x-15{
    --transform-translate-x: -0.9375rem;
  }

  .sm\:-translate-x-20{
    --transform-translate-x: -1.25rem;
  }

  .sm\:-translate-x-25{
    --transform-translate-x: -1.5625rem;
  }

  .sm\:-translate-x-30{
    --transform-translate-x: -1.875rem;
  }

  .sm\:-translate-x-35{
    --transform-translate-x: -2.1875rem;
  }

  .sm\:-translate-x-40{
    --transform-translate-x: -2.5rem;
  }

  .sm\:-translate-x-50{
    --transform-translate-x: -3.125rem;
  }

  .sm\:-translate-x-60{
    --transform-translate-x: -3.75rem;
  }

  .sm\:-translate-x-75{
    --transform-translate-x: -4.6875rem;
  }

  .sm\:-translate-x-85{
    --transform-translate-x: -5.3125rem;
  }

  .sm\:-translate-x-100{
    --transform-translate-x: -6.25rem;
  }

  .sm\:-translate-x-150{
    --transform-translate-x: -9.375rem;
  }

  .sm\:-translate-x-175{
    --transform-translate-x: -10.9375rem;
  }

  .sm\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .sm\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .sm\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .sm\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .sm\:translate-y-0{
    --transform-translate-y: 0;
  }

  .sm\:translate-y-1{
    --transform-translate-y: 0.0625rem;
  }

  .sm\:translate-y-2{
    --transform-translate-y: 0.125rem;
  }

  .sm\:translate-y-3{
    --transform-translate-y: 0.1875rem;
  }

  .sm\:translate-y-4{
    --transform-translate-y: 0.25rem;
  }

  .sm\:translate-y-5{
    --transform-translate-y: 0.3125rem;
  }

  .sm\:translate-y-6{
    --transform-translate-y: 0.375rem;
  }

  .sm\:translate-y-8{
    --transform-translate-y: 0.5rem;
  }

  .sm\:translate-y-10{
    --transform-translate-y: 0.625rem;
  }

  .sm\:translate-y-15{
    --transform-translate-y: 0.9375rem;
  }

  .sm\:translate-y-20{
    --transform-translate-y: 1.25rem;
  }

  .sm\:translate-y-25{
    --transform-translate-y: 1.5625rem;
  }

  .sm\:translate-y-30{
    --transform-translate-y: 1.875rem;
  }

  .sm\:translate-y-35{
    --transform-translate-y: 2.1875rem;
  }

  .sm\:translate-y-40{
    --transform-translate-y: 2.5rem;
  }

  .sm\:translate-y-50{
    --transform-translate-y: 3.125rem;
  }

  .sm\:translate-y-60{
    --transform-translate-y: 3.75rem;
  }

  .sm\:translate-y-75{
    --transform-translate-y: 4.6875rem;
  }

  .sm\:translate-y-85{
    --transform-translate-y: 5.3125rem;
  }

  .sm\:translate-y-100{
    --transform-translate-y: 6.25rem;
  }

  .sm\:translate-y-150{
    --transform-translate-y: 9.375rem;
  }

  .sm\:translate-y-175{
    --transform-translate-y: 10.9375rem;
  }

  .sm\:-translate-y-0{
    --transform-translate-y: 0;
  }

  .sm\:-translate-y-1{
    --transform-translate-y: -0.0625rem;
  }

  .sm\:-translate-y-2{
    --transform-translate-y: -0.125rem;
  }

  .sm\:-translate-y-3{
    --transform-translate-y: -0.1875rem;
  }

  .sm\:-translate-y-4{
    --transform-translate-y: -0.25rem;
  }

  .sm\:-translate-y-5{
    --transform-translate-y: -0.3125rem;
  }

  .sm\:-translate-y-6{
    --transform-translate-y: -0.375rem;
  }

  .sm\:-translate-y-8{
    --transform-translate-y: -0.5rem;
  }

  .sm\:-translate-y-10{
    --transform-translate-y: -0.625rem;
  }

  .sm\:-translate-y-15{
    --transform-translate-y: -0.9375rem;
  }

  .sm\:-translate-y-20{
    --transform-translate-y: -1.25rem;
  }

  .sm\:-translate-y-25{
    --transform-translate-y: -1.5625rem;
  }

  .sm\:-translate-y-30{
    --transform-translate-y: -1.875rem;
  }

  .sm\:-translate-y-35{
    --transform-translate-y: -2.1875rem;
  }

  .sm\:-translate-y-40{
    --transform-translate-y: -2.5rem;
  }

  .sm\:-translate-y-50{
    --transform-translate-y: -3.125rem;
  }

  .sm\:-translate-y-60{
    --transform-translate-y: -3.75rem;
  }

  .sm\:-translate-y-75{
    --transform-translate-y: -4.6875rem;
  }

  .sm\:-translate-y-85{
    --transform-translate-y: -5.3125rem;
  }

  .sm\:-translate-y-100{
    --transform-translate-y: -6.25rem;
  }

  .sm\:-translate-y-150{
    --transform-translate-y: -9.375rem;
  }

  .sm\:-translate-y-175{
    --transform-translate-y: -10.9375rem;
  }

  .sm\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .sm\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .sm\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .sm\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .sm\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .sm\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.0625rem;
  }

  .sm\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.125rem;
  }

  .sm\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.1875rem;
  }

  .sm\:hover\:translate-x-4:hover{
    --transform-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-5:hover{
    --transform-translate-x: 0.3125rem;
  }

  .sm\:hover\:translate-x-6:hover{
    --transform-translate-x: 0.375rem;
  }

  .sm\:hover\:translate-x-8:hover{
    --transform-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-10:hover{
    --transform-translate-x: 0.625rem;
  }

  .sm\:hover\:translate-x-15:hover{
    --transform-translate-x: 0.9375rem;
  }

  .sm\:hover\:translate-x-20:hover{
    --transform-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-25:hover{
    --transform-translate-x: 1.5625rem;
  }

  .sm\:hover\:translate-x-30:hover{
    --transform-translate-x: 1.875rem;
  }

  .sm\:hover\:translate-x-35:hover{
    --transform-translate-x: 2.1875rem;
  }

  .sm\:hover\:translate-x-40:hover{
    --transform-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-50:hover{
    --transform-translate-x: 3.125rem;
  }

  .sm\:hover\:translate-x-60:hover{
    --transform-translate-x: 3.75rem;
  }

  .sm\:hover\:translate-x-75:hover{
    --transform-translate-x: 4.6875rem;
  }

  .sm\:hover\:translate-x-85:hover{
    --transform-translate-x: 5.3125rem;
  }

  .sm\:hover\:translate-x-100:hover{
    --transform-translate-x: 6.25rem;
  }

  .sm\:hover\:translate-x-150:hover{
    --transform-translate-x: 9.375rem;
  }

  .sm\:hover\:translate-x-175:hover{
    --transform-translate-x: 10.9375rem;
  }

  .sm\:hover\:-translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .sm\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.0625rem;
  }

  .sm\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.125rem;
  }

  .sm\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.1875rem;
  }

  .sm\:hover\:-translate-x-4:hover{
    --transform-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-5:hover{
    --transform-translate-x: -0.3125rem;
  }

  .sm\:hover\:-translate-x-6:hover{
    --transform-translate-x: -0.375rem;
  }

  .sm\:hover\:-translate-x-8:hover{
    --transform-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-10:hover{
    --transform-translate-x: -0.625rem;
  }

  .sm\:hover\:-translate-x-15:hover{
    --transform-translate-x: -0.9375rem;
  }

  .sm\:hover\:-translate-x-20:hover{
    --transform-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-25:hover{
    --transform-translate-x: -1.5625rem;
  }

  .sm\:hover\:-translate-x-30:hover{
    --transform-translate-x: -1.875rem;
  }

  .sm\:hover\:-translate-x-35:hover{
    --transform-translate-x: -2.1875rem;
  }

  .sm\:hover\:-translate-x-40:hover{
    --transform-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-50:hover{
    --transform-translate-x: -3.125rem;
  }

  .sm\:hover\:-translate-x-60:hover{
    --transform-translate-x: -3.75rem;
  }

  .sm\:hover\:-translate-x-75:hover{
    --transform-translate-x: -4.6875rem;
  }

  .sm\:hover\:-translate-x-85:hover{
    --transform-translate-x: -5.3125rem;
  }

  .sm\:hover\:-translate-x-100:hover{
    --transform-translate-x: -6.25rem;
  }

  .sm\:hover\:-translate-x-150:hover{
    --transform-translate-x: -9.375rem;
  }

  .sm\:hover\:-translate-x-175:hover{
    --transform-translate-x: -10.9375rem;
  }

  .sm\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .sm\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .sm\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .sm\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .sm\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.0625rem;
  }

  .sm\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.125rem;
  }

  .sm\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.1875rem;
  }

  .sm\:hover\:translate-y-4:hover{
    --transform-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-5:hover{
    --transform-translate-y: 0.3125rem;
  }

  .sm\:hover\:translate-y-6:hover{
    --transform-translate-y: 0.375rem;
  }

  .sm\:hover\:translate-y-8:hover{
    --transform-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-10:hover{
    --transform-translate-y: 0.625rem;
  }

  .sm\:hover\:translate-y-15:hover{
    --transform-translate-y: 0.9375rem;
  }

  .sm\:hover\:translate-y-20:hover{
    --transform-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-25:hover{
    --transform-translate-y: 1.5625rem;
  }

  .sm\:hover\:translate-y-30:hover{
    --transform-translate-y: 1.875rem;
  }

  .sm\:hover\:translate-y-35:hover{
    --transform-translate-y: 2.1875rem;
  }

  .sm\:hover\:translate-y-40:hover{
    --transform-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-50:hover{
    --transform-translate-y: 3.125rem;
  }

  .sm\:hover\:translate-y-60:hover{
    --transform-translate-y: 3.75rem;
  }

  .sm\:hover\:translate-y-75:hover{
    --transform-translate-y: 4.6875rem;
  }

  .sm\:hover\:translate-y-85:hover{
    --transform-translate-y: 5.3125rem;
  }

  .sm\:hover\:translate-y-100:hover{
    --transform-translate-y: 6.25rem;
  }

  .sm\:hover\:translate-y-150:hover{
    --transform-translate-y: 9.375rem;
  }

  .sm\:hover\:translate-y-175:hover{
    --transform-translate-y: 10.9375rem;
  }

  .sm\:hover\:-translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .sm\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.0625rem;
  }

  .sm\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.125rem;
  }

  .sm\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.1875rem;
  }

  .sm\:hover\:-translate-y-4:hover{
    --transform-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-5:hover{
    --transform-translate-y: -0.3125rem;
  }

  .sm\:hover\:-translate-y-6:hover{
    --transform-translate-y: -0.375rem;
  }

  .sm\:hover\:-translate-y-8:hover{
    --transform-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-10:hover{
    --transform-translate-y: -0.625rem;
  }

  .sm\:hover\:-translate-y-15:hover{
    --transform-translate-y: -0.9375rem;
  }

  .sm\:hover\:-translate-y-20:hover{
    --transform-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-25:hover{
    --transform-translate-y: -1.5625rem;
  }

  .sm\:hover\:-translate-y-30:hover{
    --transform-translate-y: -1.875rem;
  }

  .sm\:hover\:-translate-y-35:hover{
    --transform-translate-y: -2.1875rem;
  }

  .sm\:hover\:-translate-y-40:hover{
    --transform-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-50:hover{
    --transform-translate-y: -3.125rem;
  }

  .sm\:hover\:-translate-y-60:hover{
    --transform-translate-y: -3.75rem;
  }

  .sm\:hover\:-translate-y-75:hover{
    --transform-translate-y: -4.6875rem;
  }

  .sm\:hover\:-translate-y-85:hover{
    --transform-translate-y: -5.3125rem;
  }

  .sm\:hover\:-translate-y-100:hover{
    --transform-translate-y: -6.25rem;
  }

  .sm\:hover\:-translate-y-150:hover{
    --transform-translate-y: -9.375rem;
  }

  .sm\:hover\:-translate-y-175:hover{
    --transform-translate-y: -10.9375rem;
  }

  .sm\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .sm\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .sm\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .sm\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .sm\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.0625rem;
  }

  .sm\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.125rem;
  }

  .sm\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.1875rem;
  }

  .sm\:focus\:translate-x-4:focus{
    --transform-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-5:focus{
    --transform-translate-x: 0.3125rem;
  }

  .sm\:focus\:translate-x-6:focus{
    --transform-translate-x: 0.375rem;
  }

  .sm\:focus\:translate-x-8:focus{
    --transform-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-10:focus{
    --transform-translate-x: 0.625rem;
  }

  .sm\:focus\:translate-x-15:focus{
    --transform-translate-x: 0.9375rem;
  }

  .sm\:focus\:translate-x-20:focus{
    --transform-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-25:focus{
    --transform-translate-x: 1.5625rem;
  }

  .sm\:focus\:translate-x-30:focus{
    --transform-translate-x: 1.875rem;
  }

  .sm\:focus\:translate-x-35:focus{
    --transform-translate-x: 2.1875rem;
  }

  .sm\:focus\:translate-x-40:focus{
    --transform-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-50:focus{
    --transform-translate-x: 3.125rem;
  }

  .sm\:focus\:translate-x-60:focus{
    --transform-translate-x: 3.75rem;
  }

  .sm\:focus\:translate-x-75:focus{
    --transform-translate-x: 4.6875rem;
  }

  .sm\:focus\:translate-x-85:focus{
    --transform-translate-x: 5.3125rem;
  }

  .sm\:focus\:translate-x-100:focus{
    --transform-translate-x: 6.25rem;
  }

  .sm\:focus\:translate-x-150:focus{
    --transform-translate-x: 9.375rem;
  }

  .sm\:focus\:translate-x-175:focus{
    --transform-translate-x: 10.9375rem;
  }

  .sm\:focus\:-translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .sm\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.0625rem;
  }

  .sm\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.125rem;
  }

  .sm\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.1875rem;
  }

  .sm\:focus\:-translate-x-4:focus{
    --transform-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-5:focus{
    --transform-translate-x: -0.3125rem;
  }

  .sm\:focus\:-translate-x-6:focus{
    --transform-translate-x: -0.375rem;
  }

  .sm\:focus\:-translate-x-8:focus{
    --transform-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-10:focus{
    --transform-translate-x: -0.625rem;
  }

  .sm\:focus\:-translate-x-15:focus{
    --transform-translate-x: -0.9375rem;
  }

  .sm\:focus\:-translate-x-20:focus{
    --transform-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-25:focus{
    --transform-translate-x: -1.5625rem;
  }

  .sm\:focus\:-translate-x-30:focus{
    --transform-translate-x: -1.875rem;
  }

  .sm\:focus\:-translate-x-35:focus{
    --transform-translate-x: -2.1875rem;
  }

  .sm\:focus\:-translate-x-40:focus{
    --transform-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-50:focus{
    --transform-translate-x: -3.125rem;
  }

  .sm\:focus\:-translate-x-60:focus{
    --transform-translate-x: -3.75rem;
  }

  .sm\:focus\:-translate-x-75:focus{
    --transform-translate-x: -4.6875rem;
  }

  .sm\:focus\:-translate-x-85:focus{
    --transform-translate-x: -5.3125rem;
  }

  .sm\:focus\:-translate-x-100:focus{
    --transform-translate-x: -6.25rem;
  }

  .sm\:focus\:-translate-x-150:focus{
    --transform-translate-x: -9.375rem;
  }

  .sm\:focus\:-translate-x-175:focus{
    --transform-translate-x: -10.9375rem;
  }

  .sm\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .sm\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .sm\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .sm\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .sm\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.0625rem;
  }

  .sm\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.125rem;
  }

  .sm\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.1875rem;
  }

  .sm\:focus\:translate-y-4:focus{
    --transform-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-5:focus{
    --transform-translate-y: 0.3125rem;
  }

  .sm\:focus\:translate-y-6:focus{
    --transform-translate-y: 0.375rem;
  }

  .sm\:focus\:translate-y-8:focus{
    --transform-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-10:focus{
    --transform-translate-y: 0.625rem;
  }

  .sm\:focus\:translate-y-15:focus{
    --transform-translate-y: 0.9375rem;
  }

  .sm\:focus\:translate-y-20:focus{
    --transform-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-25:focus{
    --transform-translate-y: 1.5625rem;
  }

  .sm\:focus\:translate-y-30:focus{
    --transform-translate-y: 1.875rem;
  }

  .sm\:focus\:translate-y-35:focus{
    --transform-translate-y: 2.1875rem;
  }

  .sm\:focus\:translate-y-40:focus{
    --transform-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-50:focus{
    --transform-translate-y: 3.125rem;
  }

  .sm\:focus\:translate-y-60:focus{
    --transform-translate-y: 3.75rem;
  }

  .sm\:focus\:translate-y-75:focus{
    --transform-translate-y: 4.6875rem;
  }

  .sm\:focus\:translate-y-85:focus{
    --transform-translate-y: 5.3125rem;
  }

  .sm\:focus\:translate-y-100:focus{
    --transform-translate-y: 6.25rem;
  }

  .sm\:focus\:translate-y-150:focus{
    --transform-translate-y: 9.375rem;
  }

  .sm\:focus\:translate-y-175:focus{
    --transform-translate-y: 10.9375rem;
  }

  .sm\:focus\:-translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .sm\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.0625rem;
  }

  .sm\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.125rem;
  }

  .sm\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.1875rem;
  }

  .sm\:focus\:-translate-y-4:focus{
    --transform-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-5:focus{
    --transform-translate-y: -0.3125rem;
  }

  .sm\:focus\:-translate-y-6:focus{
    --transform-translate-y: -0.375rem;
  }

  .sm\:focus\:-translate-y-8:focus{
    --transform-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-10:focus{
    --transform-translate-y: -0.625rem;
  }

  .sm\:focus\:-translate-y-15:focus{
    --transform-translate-y: -0.9375rem;
  }

  .sm\:focus\:-translate-y-20:focus{
    --transform-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-25:focus{
    --transform-translate-y: -1.5625rem;
  }

  .sm\:focus\:-translate-y-30:focus{
    --transform-translate-y: -1.875rem;
  }

  .sm\:focus\:-translate-y-35:focus{
    --transform-translate-y: -2.1875rem;
  }

  .sm\:focus\:-translate-y-40:focus{
    --transform-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-50:focus{
    --transform-translate-y: -3.125rem;
  }

  .sm\:focus\:-translate-y-60:focus{
    --transform-translate-y: -3.75rem;
  }

  .sm\:focus\:-translate-y-75:focus{
    --transform-translate-y: -4.6875rem;
  }

  .sm\:focus\:-translate-y-85:focus{
    --transform-translate-y: -5.3125rem;
  }

  .sm\:focus\:-translate-y-100:focus{
    --transform-translate-y: -6.25rem;
  }

  .sm\:focus\:-translate-y-150:focus{
    --transform-translate-y: -9.375rem;
  }

  .sm\:focus\:-translate-y-175:focus{
    --transform-translate-y: -10.9375rem;
  }

  .sm\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .sm\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .sm\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .sm\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .sm\:skew-x-0{
    --transform-skew-x: 0;
  }

  .sm\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .sm\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .sm\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .sm\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .sm\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .sm\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .sm\:skew-y-0{
    --transform-skew-y: 0;
  }

  .sm\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .sm\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .sm\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .sm\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .sm\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .sm\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .sm\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .sm\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .sm\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .sm\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .sm\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .sm\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .sm\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .sm\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .sm\:transition-none{
    -webkit-transition-property: none;
    transition-property: none;
  }

  .sm\:transition-all{
    -webkit-transition-property: all;
    transition-property: all;
  }

  .sm\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  }

  .sm\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:transition-opacity{
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .sm\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .sm\:transition-transform{
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .sm\:ease-linear{
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .sm\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:duration-75{
    -webkit-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .sm\:duration-100{
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .sm\:duration-150{
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .sm\:duration-200{
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .sm\:duration-300{
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .sm\:duration-500{
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .sm\:duration-700{
    -webkit-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .sm\:duration-1000{
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }

  .sm\:delay-75{
    -webkit-transition-delay: 75ms;
            transition-delay: 75ms;
  }

  .sm\:delay-100{
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .sm\:delay-150{
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .sm\:delay-200{
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }

  .sm\:delay-300{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }

  .sm\:delay-500{
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }

  .sm\:delay-700{
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
  }

  .sm\:delay-1000{
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }

  .sm\:px-container-purge{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:pl-container-purge{
    padding-left: 15px;
  }

  .sm\:pr-container-purge{
    padding-right: 15px;
  }

  .sm\:mx-container-purge{
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm\:ml-container-purge{
    margin-left: 15px;
  }

  .sm\:mr-container-purge{
    margin-right: 15px;
  }

  .sm\:-mx-container-purge{
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm\:-ml-container-purge{
    margin-left: -15px;
  }

  .sm\:-mr-container-purge{
    margin-right: -15px;
  }

  .sm\:w-container{
    width: 71.875rem;
  }

  .sm\:min-w-container{
    min-width: 71.875rem;
  }

  .sm\:max-w-container{
    max-width: 71.875rem;
  }

  .sm\:px-container{
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }

  .sm\:pl-container{
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
  }

  .sm\:pr-container{
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }

  .sm\:mx-container{
    margin-left: 1.875rem;
    margin-left: var(--container-padding);
    margin-right: 1.875rem;
    margin-right: var(--container-padding);
  }

  .sm\:ml-container{
    margin-left: 1.875rem;
    margin-left: var(--container-padding);
  }

  .sm\:mr-container{
    margin-right: 1.875rem;
    margin-right: var(--container-padding);
  }

  .sm\:-mx-container{
    margin-left: -1.875rem;
    margin-left: var(--container-padding-negative);
    margin-right: -1.875rem;
    margin-right: var(--container-padding-negative);
  }

  .sm\:-ml-container{
    margin-left: -1.875rem;
    margin-left: var(--container-padding-negative);
  }

  .sm\:-mr-container{
    margin-right: -1.875rem;
    margin-right: var(--container-padding-negative);
  }

  .sm\:w-container-sm{
    width: 58.5rem;
  }

  .sm\:min-w-container-sm{
    min-width: 58.5rem;
  }

  .sm\:max-w-container-sm{
    max-width: 58.5rem;
  }

  .sm\:px-container-sm{
    padding-left: 1.875rem;
    padding-left: var(--container-sm-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-sm-padding);
  }

  .sm\:pl-container-sm{
    padding-left: 1.875rem;
    padding-left: var(--container-sm-padding);
  }

  .sm\:pr-container-sm{
    padding-right: 1.875rem;
    padding-right: var(--container-sm-padding);
  }

  .sm\:mx-container-sm{
    margin-left: 1.875rem;
    margin-left: var(--container-sm-padding);
    margin-right: 1.875rem;
    margin-right: var(--container-sm-padding);
  }

  .sm\:ml-container-sm{
    margin-left: 1.875rem;
    margin-left: var(--container-sm-padding);
  }

  .sm\:mr-container-sm{
    margin-right: 1.875rem;
    margin-right: var(--container-sm-padding);
  }

  .sm\:-mx-container-sm{
    margin-left: -1.875rem;
    margin-left: var(--container-sm-padding-negative);
    margin-right: -1.875rem;
    margin-right: var(--container-sm-padding-negative);
  }

  .sm\:-ml-container-sm{
    margin-left: -1.875rem;
    margin-left: var(--container-sm-padding-negative);
  }

  .sm\:-mr-container-sm{
    margin-right: -1.875rem;
    margin-right: var(--container-sm-padding-negative);
  }

  .sm\:w-container-lg{
    width: 81.25rem;
  }

  .sm\:min-w-container-lg{
    min-width: 81.25rem;
  }

  .sm\:max-w-container-lg{
    max-width: 81.25rem;
  }

  .sm\:px-container-lg{
    padding-left: 1.875rem;
    padding-left: var(--container-lg-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-lg-padding);
  }

  .sm\:pl-container-lg{
    padding-left: 1.875rem;
    padding-left: var(--container-lg-padding);
  }

  .sm\:pr-container-lg{
    padding-right: 1.875rem;
    padding-right: var(--container-lg-padding);
  }

  .sm\:mx-container-lg{
    margin-left: 1.875rem;
    margin-left: var(--container-lg-padding);
    margin-right: 1.875rem;
    margin-right: var(--container-lg-padding);
  }

  .sm\:ml-container-lg{
    margin-left: 1.875rem;
    margin-left: var(--container-lg-padding);
  }

  .sm\:mr-container-lg{
    margin-right: 1.875rem;
    margin-right: var(--container-lg-padding);
  }

  .sm\:-mx-container-lg{
    margin-left: -1.875rem;
    margin-left: var(--container-lg-padding-negative);
    margin-right: -1.875rem;
    margin-right: var(--container-lg-padding-negative);
  }

  .sm\:-ml-container-lg{
    margin-left: -1.875rem;
    margin-left: var(--container-lg-padding-negative);
  }

  .sm\:-mr-container-lg{
    margin-right: -1.875rem;
    margin-right: var(--container-lg-padding-negative);
  }
}

@media (min-width: 768px){
  .md\:line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .md\:line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .md\:line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .md\:line-clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .md\:line-clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .md\:line-clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .md\:line-clamp-none {
    overflow: visible;
    text-overflow: initial;
    display: block;
    -webkit-line-clamp: none;
    line-clamp: none;
    -webkit-box-orient: horizontal;
  }
  
  .md\:col-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .md\:col-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  .md\:overlap {
    -webkit-transform: translateY(calc(-50% - 3px));
            transform: translateY(calc(-50% - 3px));
  }

  .md\:overlap100 {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }

  .node-type-article .md\:overlap100 {
    margin-top: -100px;
    min-height: 100px;
    padding-top: 30px;
    padding-bottom: 0;
    -webkit-transform: none;
            transform: none;
  }

  .md\:overlap-down {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }

  .md\:btn-block {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
  }

  .md\:btn-inline {
    display: inline-block;
    width: auto;
  }

  .md\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0 * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0 * var(--space-y-reverse));
  }

  .md\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0 * var(--space-x-reverse));
    margin-left: calc(0 * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.0625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.0625rem * var(--space-y-reverse));
  }

  .md\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.0625rem * var(--space-x-reverse));
    margin-left: calc(0.0625rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--space-y-reverse));
  }

  .md\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.1875rem * var(--space-y-reverse));
  }

  .md\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.1875rem * var(--space-x-reverse));
    margin-left: calc(0.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--space-y-reverse));
  }

  .md\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--space-y-reverse));
  }

  .md\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--space-y-reverse));
  }

  .md\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-15 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.9375rem * var(--space-y-reverse));
  }

  .md\:space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.9375rem * var(--space-x-reverse));
    margin-left: calc(0.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .md\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5625rem * var(--space-y-reverse));
  }

  .md\:space-x-25 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5625rem * var(--space-x-reverse));
    margin-left: calc(1.5625rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-30 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--space-y-reverse));
  }

  .md\:space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-35 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.1875rem * var(--space-y-reverse));
  }

  .md\:space-x-35 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.1875rem * var(--space-x-reverse));
    margin-left: calc(2.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .md\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-50 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--space-y-reverse));
  }

  .md\:space-x-50 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .md\:space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4.6875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.6875rem * var(--space-y-reverse));
  }

  .md\:space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4.6875rem * var(--space-x-reverse));
    margin-left: calc(4.6875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-85 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5.3125rem * var(--space-y-reverse));
  }

  .md\:space-x-85 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5.3125rem * var(--space-x-reverse));
    margin-left: calc(5.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-100 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--space-y-reverse));
  }

  .md\:space-x-100 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9.375rem * var(--space-y-reverse));
  }

  .md\:space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(9.375rem * var(--space-x-reverse));
    margin-left: calc(9.375rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-175 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10.9375rem * var(--space-y-reverse));
  }

  .md\:space-x-175 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10.9375rem * var(--space-x-reverse));
    margin-left: calc(10.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:-space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.0625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.0625rem * var(--space-y-reverse));
  }

  .md\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.0625rem * var(--space-x-reverse));
    margin-left: calc(-0.0625rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--space-y-reverse));
  }

  .md\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.1875rem * var(--space-y-reverse));
  }

  .md\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.1875rem * var(--space-x-reverse));
    margin-left: calc(-0.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--space-y-reverse));
  }

  .md\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--space-y-reverse));
  }

  .md\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--space-y-reverse));
  }

  .md\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-15 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.9375rem * var(--space-y-reverse));
  }

  .md\:-space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.9375rem * var(--space-x-reverse));
    margin-left: calc(-0.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5625rem * var(--space-y-reverse));
  }

  .md\:-space-x-25 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5625rem * var(--space-x-reverse));
    margin-left: calc(-1.5625rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-30 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--space-y-reverse));
  }

  .md\:-space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-35 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.1875rem * var(--space-y-reverse));
  }

  .md\:-space-x-35 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.1875rem * var(--space-x-reverse));
    margin-left: calc(-2.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-50 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--space-y-reverse));
  }

  .md\:-space-x-50 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .md\:-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4.6875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.6875rem * var(--space-y-reverse));
  }

  .md\:-space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4.6875rem * var(--space-x-reverse));
    margin-left: calc(-4.6875rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-85 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5.3125rem * var(--space-y-reverse));
  }

  .md\:-space-x-85 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5.3125rem * var(--space-x-reverse));
    margin-left: calc(-5.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-100 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-100 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9.375rem * var(--space-y-reverse));
  }

  .md\:-space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--space-x-reverse));
    margin-left: calc(-9.375rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-175 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10.9375rem * var(--space-y-reverse));
  }

  .md\:-space-x-175 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10.9375rem * var(--space-x-reverse));
    margin-left: calc(-10.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .md\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0 * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0 * var(--divide-y-reverse));
  }

  .md\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0 * var(--divide-x-reverse));
    border-left-width: calc(0 * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-1 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.0625rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.0625rem * var(--divide-y-reverse));
  }

  .md\:divide-x-1 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.0625rem * var(--divide-x-reverse));
    border-left-width: calc(0.0625rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.125rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.125rem * var(--divide-y-reverse));
  }

  .md\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.125rem * var(--divide-x-reverse));
    border-left-width: calc(0.125rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-3 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.1875rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.1875rem * var(--divide-y-reverse));
  }

  .md\:divide-x-3 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.1875rem * var(--divide-x-reverse));
    border-left-width: calc(0.1875rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.25rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.25rem * var(--divide-y-reverse));
  }

  .md\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.25rem * var(--divide-x-reverse));
    border-left-width: calc(0.25rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-5 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.3125rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.3125rem * var(--divide-y-reverse));
  }

  .md\:divide-x-5 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.3125rem * var(--divide-x-reverse));
    border-left-width: calc(0.3125rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-6 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.375rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.375rem * var(--divide-y-reverse));
  }

  .md\:divide-x-6 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.375rem * var(--divide-x-reverse));
    border-left-width: calc(0.375rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.5rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.5rem * var(--divide-y-reverse));
  }

  .md\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.5rem * var(--divide-x-reverse));
    border-left-width: calc(0.5rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-10 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.625rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.625rem * var(--divide-y-reverse));
  }

  .md\:divide-x-10 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.625rem * var(--divide-x-reverse));
    border-left-width: calc(0.625rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-15 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.9375rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.9375rem * var(--divide-y-reverse));
  }

  .md\:divide-x-15 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.9375rem * var(--divide-x-reverse));
    border-left-width: calc(0.9375rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-20 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1.25rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1.25rem * var(--divide-y-reverse));
  }

  .md\:divide-x-20 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1.25rem * var(--divide-x-reverse));
    border-left-width: calc(1.25rem * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .md\:divide-green-100 > :not(template) ~ :not(template){
    border-color: #c5e7c5;
  }

  .md\:divide-green-300 > :not(template) ~ :not(template){
    border-color: #5ed795;
  }

  .md\:divide-green-400 > :not(template) ~ :not(template){
    border-color: #68c187;
  }

  .md\:divide-green-700 > :not(template) ~ :not(template){
    border-color: #2F8355;
  }

  .md\:divide-green > :not(template) ~ :not(template){
    border-color: #2f8355;
  }

  .md\:divide-cyan-100 > :not(template) ~ :not(template){
    border-color: #03bdff;
  }

  .md\:divide-cyan-300 > :not(template) ~ :not(template){
    border-color: #60a7d5;
  }

  .md\:divide-cyan-400 > :not(template) ~ :not(template){
    border-color: #0092bc;
  }

  .md\:divide-cyan > :not(template) ~ :not(template){
    border-color: #007fa3;
  }

  .md\:divide-blue-300 > :not(template) ~ :not(template){
    border-color: #2f63d4;
  }

  .md\:divide-blue-400 > :not(template) ~ :not(template){
    border-color: #004C97;
  }

  .md\:divide-blue-500 > :not(template) ~ :not(template){
    border-color: #24458c;
  }

  .md\:divide-blue-700 > :not(template) ~ :not(template){
    border-color: #004c97;
  }

  .md\:divide-blue > :not(template) ~ :not(template){
    border-color: #0057b8;
  }

  .md\:divide-blue-blend > :not(template) ~ :not(template){
    border-color: rgba(32,67,143,.85);
  }

  .md\:divide-lavender-100 > :not(template) ~ :not(template){
    border-color: #d2a9d3;
  }

  .md\:divide-lavender-200 > :not(template) ~ :not(template){
    border-color: #957ad1;
  }

  .md\:divide-lavender > :not(template) ~ :not(template){
    border-color: #8066b7;
  }

  .md\:divide-red-100 > :not(template) ~ :not(template){
    border-color: #eecbcb;
  }

  .md\:divide-red-900 > :not(template) ~ :not(template){
    border-color: #ff0000;
  }

  .md\:divide-red > :not(template) ~ :not(template){
    border-color: #d14732;
  }

  .md\:divide-orange-100 > :not(template) ~ :not(template){
    border-color: #ffe7b6;
  }

  .md\:divide-orange-400 > :not(template) ~ :not(template){
    border-color: #ffc146;
  }

  .md\:divide-orange-700 > :not(template) ~ :not(template){
    border-color: #c45510;
  }

  .md\:divide-orange-900 > :not(template) ~ :not(template){
    border-color: #8c2e0b;
  }

  .md\:divide-orange > :not(template) ~ :not(template){
    border-color: #e77530;
  }

  .md\:divide-yellow-100 > :not(template) ~ :not(template){
    border-color: #f2efe2;
  }

  .md\:divide-yellow > :not(template) ~ :not(template){
    border-color: #fecb34;
  }

  .md\:divide-brown-100 > :not(template) ~ :not(template){
    border-color: #cfd2aa;
  }

  .md\:divide-brown-300 > :not(template) ~ :not(template){
    border-color: #7a7751;
  }

  .md\:divide-brown > :not(template) ~ :not(template){
    border-color: #735005;
  }

  .md\:divide-gray-100 > :not(template) ~ :not(template){
    border-color: #f6f6f6;
  }

  .md\:divide-gray-200 > :not(template) ~ :not(template){
    border-color: #eee;
  }

  .md\:divide-gray-300 > :not(template) ~ :not(template){
    border-color: #e5e5e5;
  }

  .md\:divide-gray-400 > :not(template) ~ :not(template){
    border-color: #d8d8d8;
  }

  .md\:divide-gray-500 > :not(template) ~ :not(template){
    border-color: #ccc;
  }

  .md\:divide-gray-600 > :not(template) ~ :not(template){
    border-color: #bbb;
  }

  .md\:divide-gray-800 > :not(template) ~ :not(template){
    border-color: #757575;
  }

  .md\:divide-gray-900 > :not(template) ~ :not(template){
    border-color: #666;
  }

  .md\:divide-gray-950 > :not(template) ~ :not(template){
    border-color: #222;
  }

  .md\:divide-gray > :not(template) ~ :not(template){
    border-color: #999;
  }

  .md\:divide-black > :not(template) ~ :not(template){
    border-color: #171614;
  }

  .md\:divide-white > :not(template) ~ :not(template){
    border-color: #fff;
  }

  .md\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .md\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

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

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

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

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

  .md\:bg-green-100{
    background-color: #c5e7c5;
  }

  .md\:bg-green-300{
    background-color: #5ed795;
  }

  .md\:bg-green-400{
    background-color: #68c187;
  }

  .md\:bg-green-700{
    background-color: #2F8355;
  }

  .md\:bg-green{
    background-color: #2f8355;
  }

  .md\:bg-cyan-100{
    background-color: #03bdff;
  }

  .md\:bg-cyan-300{
    background-color: #60a7d5;
  }

  .md\:bg-cyan-400{
    background-color: #0092bc;
  }

  .md\:bg-cyan{
    background-color: #007fa3;
  }

  .md\:bg-blue-300{
    background-color: #2f63d4;
  }

  .md\:bg-blue-400{
    background-color: #004C97;
  }

  .md\:bg-blue-500{
    background-color: #24458c;
  }

  .md\:bg-blue-700{
    background-color: #004c97;
  }

  .md\:bg-blue{
    background-color: #0057b8;
  }

  .md\:bg-blue-blend{
    background-color: rgba(32,67,143,.85);
  }

  .md\:bg-lavender-100{
    background-color: #d2a9d3;
  }

  .md\:bg-lavender-200{
    background-color: #957ad1;
  }

  .md\:bg-lavender{
    background-color: #8066b7;
  }

  .md\:bg-red-100{
    background-color: #eecbcb;
  }

  .md\:bg-red-900{
    background-color: #ff0000;
  }

  .md\:bg-red{
    background-color: #d14732;
  }

  .md\:bg-orange-100{
    background-color: #ffe7b6;
  }

  .md\:bg-orange-400{
    background-color: #ffc146;
  }

  .md\:bg-orange-700{
    background-color: #c45510;
  }

  .md\:bg-orange-900{
    background-color: #8c2e0b;
  }

  .md\:bg-orange{
    background-color: #e77530;
  }

  .md\:bg-yellow-100{
    background-color: #f2efe2;
  }

  .md\:bg-yellow{
    background-color: #fecb34;
  }

  .md\:bg-brown-100{
    background-color: #cfd2aa;
  }

  .md\:bg-brown-300{
    background-color: #7a7751;
  }

  .md\:bg-brown{
    background-color: #735005;
  }

  .md\:bg-gray-100{
    background-color: #f6f6f6;
  }

  .md\:bg-gray-200{
    background-color: #eee;
  }

  .md\:bg-gray-300{
    background-color: #e5e5e5;
  }

  .md\:bg-gray-400{
    background-color: #d8d8d8;
  }

  .md\:bg-gray-500{
    background-color: #ccc;
  }

  .md\:bg-gray-600{
    background-color: #bbb;
  }

  .md\:bg-gray-800{
    background-color: #757575;
  }

  .md\:bg-gray-900{
    background-color: #666;
  }

  .md\:bg-gray-950{
    background-color: #222;
  }

  .md\:bg-gray{
    background-color: #999;
  }

  .md\:bg-black{
    background-color: #171614;
  }

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

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

  .md\:hover\:bg-green-100:hover{
    background-color: #c5e7c5;
  }

  .md\:hover\:bg-green-300:hover{
    background-color: #5ed795;
  }

  .md\:hover\:bg-green-400:hover{
    background-color: #68c187;
  }

  .md\:hover\:bg-green-700:hover{
    background-color: #2F8355;
  }

  .md\:hover\:bg-green:hover{
    background-color: #2f8355;
  }

  .md\:hover\:bg-cyan-100:hover{
    background-color: #03bdff;
  }

  .md\:hover\:bg-cyan-300:hover{
    background-color: #60a7d5;
  }

  .md\:hover\:bg-cyan-400:hover{
    background-color: #0092bc;
  }

  .md\:hover\:bg-cyan:hover{
    background-color: #007fa3;
  }

  .md\:hover\:bg-blue-300:hover{
    background-color: #2f63d4;
  }

  .md\:hover\:bg-blue-400:hover{
    background-color: #004C97;
  }

  .md\:hover\:bg-blue-500:hover{
    background-color: #24458c;
  }

  .md\:hover\:bg-blue-700:hover{
    background-color: #004c97;
  }

  .md\:hover\:bg-blue:hover{
    background-color: #0057b8;
  }

  .md\:hover\:bg-blue-blend:hover{
    background-color: rgba(32,67,143,.85);
  }

  .md\:hover\:bg-lavender-100:hover{
    background-color: #d2a9d3;
  }

  .md\:hover\:bg-lavender-200:hover{
    background-color: #957ad1;
  }

  .md\:hover\:bg-lavender:hover{
    background-color: #8066b7;
  }

  .md\:hover\:bg-red-100:hover{
    background-color: #eecbcb;
  }

  .md\:hover\:bg-red-900:hover{
    background-color: #ff0000;
  }

  .md\:hover\:bg-red:hover{
    background-color: #d14732;
  }

  .md\:hover\:bg-orange-100:hover{
    background-color: #ffe7b6;
  }

  .md\:hover\:bg-orange-400:hover{
    background-color: #ffc146;
  }

  .md\:hover\:bg-orange-700:hover{
    background-color: #c45510;
  }

  .md\:hover\:bg-orange-900:hover{
    background-color: #8c2e0b;
  }

  .md\:hover\:bg-orange:hover{
    background-color: #e77530;
  }

  .md\:hover\:bg-yellow-100:hover{
    background-color: #f2efe2;
  }

  .md\:hover\:bg-yellow:hover{
    background-color: #fecb34;
  }

  .md\:hover\:bg-brown-100:hover{
    background-color: #cfd2aa;
  }

  .md\:hover\:bg-brown-300:hover{
    background-color: #7a7751;
  }

  .md\:hover\:bg-brown:hover{
    background-color: #735005;
  }

  .md\:hover\:bg-gray-100:hover{
    background-color: #f6f6f6;
  }

  .md\:hover\:bg-gray-200:hover{
    background-color: #eee;
  }

  .md\:hover\:bg-gray-300:hover{
    background-color: #e5e5e5;
  }

  .md\:hover\:bg-gray-400:hover{
    background-color: #d8d8d8;
  }

  .md\:hover\:bg-gray-500:hover{
    background-color: #ccc;
  }

  .md\:hover\:bg-gray-600:hover{
    background-color: #bbb;
  }

  .md\:hover\:bg-gray-800:hover{
    background-color: #757575;
  }

  .md\:hover\:bg-gray-900:hover{
    background-color: #666;
  }

  .md\:hover\:bg-gray-950:hover{
    background-color: #222;
  }

  .md\:hover\:bg-gray:hover{
    background-color: #999;
  }

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

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

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

  .md\:focus\:bg-green-100:focus{
    background-color: #c5e7c5;
  }

  .md\:focus\:bg-green-300:focus{
    background-color: #5ed795;
  }

  .md\:focus\:bg-green-400:focus{
    background-color: #68c187;
  }

  .md\:focus\:bg-green-700:focus{
    background-color: #2F8355;
  }

  .md\:focus\:bg-green:focus{
    background-color: #2f8355;
  }

  .md\:focus\:bg-cyan-100:focus{
    background-color: #03bdff;
  }

  .md\:focus\:bg-cyan-300:focus{
    background-color: #60a7d5;
  }

  .md\:focus\:bg-cyan-400:focus{
    background-color: #0092bc;
  }

  .md\:focus\:bg-cyan:focus{
    background-color: #007fa3;
  }

  .md\:focus\:bg-blue-300:focus{
    background-color: #2f63d4;
  }

  .md\:focus\:bg-blue-400:focus{
    background-color: #004C97;
  }

  .md\:focus\:bg-blue-500:focus{
    background-color: #24458c;
  }

  .md\:focus\:bg-blue-700:focus{
    background-color: #004c97;
  }

  .md\:focus\:bg-blue:focus{
    background-color: #0057b8;
  }

  .md\:focus\:bg-blue-blend:focus{
    background-color: rgba(32,67,143,.85);
  }

  .md\:focus\:bg-lavender-100:focus{
    background-color: #d2a9d3;
  }

  .md\:focus\:bg-lavender-200:focus{
    background-color: #957ad1;
  }

  .md\:focus\:bg-lavender:focus{
    background-color: #8066b7;
  }

  .md\:focus\:bg-red-100:focus{
    background-color: #eecbcb;
  }

  .md\:focus\:bg-red-900:focus{
    background-color: #ff0000;
  }

  .md\:focus\:bg-red:focus{
    background-color: #d14732;
  }

  .md\:focus\:bg-orange-100:focus{
    background-color: #ffe7b6;
  }

  .md\:focus\:bg-orange-400:focus{
    background-color: #ffc146;
  }

  .md\:focus\:bg-orange-700:focus{
    background-color: #c45510;
  }

  .md\:focus\:bg-orange-900:focus{
    background-color: #8c2e0b;
  }

  .md\:focus\:bg-orange:focus{
    background-color: #e77530;
  }

  .md\:focus\:bg-yellow-100:focus{
    background-color: #f2efe2;
  }

  .md\:focus\:bg-yellow:focus{
    background-color: #fecb34;
  }

  .md\:focus\:bg-brown-100:focus{
    background-color: #cfd2aa;
  }

  .md\:focus\:bg-brown-300:focus{
    background-color: #7a7751;
  }

  .md\:focus\:bg-brown:focus{
    background-color: #735005;
  }

  .md\:focus\:bg-gray-100:focus{
    background-color: #f6f6f6;
  }

  .md\:focus\:bg-gray-200:focus{
    background-color: #eee;
  }

  .md\:focus\:bg-gray-300:focus{
    background-color: #e5e5e5;
  }

  .md\:focus\:bg-gray-400:focus{
    background-color: #d8d8d8;
  }

  .md\:focus\:bg-gray-500:focus{
    background-color: #ccc;
  }

  .md\:focus\:bg-gray-600:focus{
    background-color: #bbb;
  }

  .md\:focus\:bg-gray-800:focus{
    background-color: #757575;
  }

  .md\:focus\:bg-gray-900:focus{
    background-color: #666;
  }

  .md\:focus\:bg-gray-950:focus{
    background-color: #222;
  }

  .md\:focus\:bg-gray:focus{
    background-color: #999;
  }

  .md\:focus\:bg-black:focus{
    background-color: #171614;
  }

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

  .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .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-repeat-round{
    background-repeat: round;
  }

  .md\:bg-repeat-space{
    background-repeat: space;
  }

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

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

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

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

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

  .md\:border-green-100{
    border-color: #c5e7c5;
  }

  .md\:border-green-300{
    border-color: #5ed795;
  }

  .md\:border-green-400{
    border-color: #68c187;
  }

  .md\:border-green-700{
    border-color: #2F8355;
  }

  .md\:border-green{
    border-color: #2f8355;
  }

  .md\:border-cyan-100{
    border-color: #03bdff;
  }

  .md\:border-cyan-300{
    border-color: #60a7d5;
  }

  .md\:border-cyan-400{
    border-color: #0092bc;
  }

  .md\:border-cyan{
    border-color: #007fa3;
  }

  .md\:border-blue-300{
    border-color: #2f63d4;
  }

  .md\:border-blue-400{
    border-color: #004C97;
  }

  .md\:border-blue-500{
    border-color: #24458c;
  }

  .md\:border-blue-700{
    border-color: #004c97;
  }

  .md\:border-blue{
    border-color: #0057b8;
  }

  .md\:border-blue-blend{
    border-color: rgba(32,67,143,.85);
  }

  .md\:border-lavender-100{
    border-color: #d2a9d3;
  }

  .md\:border-lavender-200{
    border-color: #957ad1;
  }

  .md\:border-lavender{
    border-color: #8066b7;
  }

  .md\:border-red-100{
    border-color: #eecbcb;
  }

  .md\:border-red-900{
    border-color: #ff0000;
  }

  .md\:border-red{
    border-color: #d14732;
  }

  .md\:border-orange-100{
    border-color: #ffe7b6;
  }

  .md\:border-orange-400{
    border-color: #ffc146;
  }

  .md\:border-orange-700{
    border-color: #c45510;
  }

  .md\:border-orange-900{
    border-color: #8c2e0b;
  }

  .md\:border-orange{
    border-color: #e77530;
  }

  .md\:border-yellow-100{
    border-color: #f2efe2;
  }

  .md\:border-yellow{
    border-color: #fecb34;
  }

  .md\:border-brown-100{
    border-color: #cfd2aa;
  }

  .md\:border-brown-300{
    border-color: #7a7751;
  }

  .md\:border-brown{
    border-color: #735005;
  }

  .md\:border-gray-100{
    border-color: #f6f6f6;
  }

  .md\:border-gray-200{
    border-color: #eee;
  }

  .md\:border-gray-300{
    border-color: #e5e5e5;
  }

  .md\:border-gray-400{
    border-color: #d8d8d8;
  }

  .md\:border-gray-500{
    border-color: #ccc;
  }

  .md\:border-gray-600{
    border-color: #bbb;
  }

  .md\:border-gray-800{
    border-color: #757575;
  }

  .md\:border-gray-900{
    border-color: #666;
  }

  .md\:border-gray-950{
    border-color: #222;
  }

  .md\:border-gray{
    border-color: #999;
  }

  .md\:border-black{
    border-color: #171614;
  }

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

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

  .md\:hover\:border-green-100:hover{
    border-color: #c5e7c5;
  }

  .md\:hover\:border-green-300:hover{
    border-color: #5ed795;
  }

  .md\:hover\:border-green-400:hover{
    border-color: #68c187;
  }

  .md\:hover\:border-green-700:hover{
    border-color: #2F8355;
  }

  .md\:hover\:border-green:hover{
    border-color: #2f8355;
  }

  .md\:hover\:border-cyan-100:hover{
    border-color: #03bdff;
  }

  .md\:hover\:border-cyan-300:hover{
    border-color: #60a7d5;
  }

  .md\:hover\:border-cyan-400:hover{
    border-color: #0092bc;
  }

  .md\:hover\:border-cyan:hover{
    border-color: #007fa3;
  }

  .md\:hover\:border-blue-300:hover{
    border-color: #2f63d4;
  }

  .md\:hover\:border-blue-400:hover{
    border-color: #004C97;
  }

  .md\:hover\:border-blue-500:hover{
    border-color: #24458c;
  }

  .md\:hover\:border-blue-700:hover{
    border-color: #004c97;
  }

  .md\:hover\:border-blue:hover{
    border-color: #0057b8;
  }

  .md\:hover\:border-blue-blend:hover{
    border-color: rgba(32,67,143,.85);
  }

  .md\:hover\:border-lavender-100:hover{
    border-color: #d2a9d3;
  }

  .md\:hover\:border-lavender-200:hover{
    border-color: #957ad1;
  }

  .md\:hover\:border-lavender:hover{
    border-color: #8066b7;
  }

  .md\:hover\:border-red-100:hover{
    border-color: #eecbcb;
  }

  .md\:hover\:border-red-900:hover{
    border-color: #ff0000;
  }

  .md\:hover\:border-red:hover{
    border-color: #d14732;
  }

  .md\:hover\:border-orange-100:hover{
    border-color: #ffe7b6;
  }

  .md\:hover\:border-orange-400:hover{
    border-color: #ffc146;
  }

  .md\:hover\:border-orange-700:hover{
    border-color: #c45510;
  }

  .md\:hover\:border-orange-900:hover{
    border-color: #8c2e0b;
  }

  .md\:hover\:border-orange:hover{
    border-color: #e77530;
  }

  .md\:hover\:border-yellow-100:hover{
    border-color: #f2efe2;
  }

  .md\:hover\:border-yellow:hover{
    border-color: #fecb34;
  }

  .md\:hover\:border-brown-100:hover{
    border-color: #cfd2aa;
  }

  .md\:hover\:border-brown-300:hover{
    border-color: #7a7751;
  }

  .md\:hover\:border-brown:hover{
    border-color: #735005;
  }

  .md\:hover\:border-gray-100:hover{
    border-color: #f6f6f6;
  }

  .md\:hover\:border-gray-200:hover{
    border-color: #eee;
  }

  .md\:hover\:border-gray-300:hover{
    border-color: #e5e5e5;
  }

  .md\:hover\:border-gray-400:hover{
    border-color: #d8d8d8;
  }

  .md\:hover\:border-gray-500:hover{
    border-color: #ccc;
  }

  .md\:hover\:border-gray-600:hover{
    border-color: #bbb;
  }

  .md\:hover\:border-gray-800:hover{
    border-color: #757575;
  }

  .md\:hover\:border-gray-900:hover{
    border-color: #666;
  }

  .md\:hover\:border-gray-950:hover{
    border-color: #222;
  }

  .md\:hover\:border-gray:hover{
    border-color: #999;
  }

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

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

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

  .md\:focus\:border-green-100:focus{
    border-color: #c5e7c5;
  }

  .md\:focus\:border-green-300:focus{
    border-color: #5ed795;
  }

  .md\:focus\:border-green-400:focus{
    border-color: #68c187;
  }

  .md\:focus\:border-green-700:focus{
    border-color: #2F8355;
  }

  .md\:focus\:border-green:focus{
    border-color: #2f8355;
  }

  .md\:focus\:border-cyan-100:focus{
    border-color: #03bdff;
  }

  .md\:focus\:border-cyan-300:focus{
    border-color: #60a7d5;
  }

  .md\:focus\:border-cyan-400:focus{
    border-color: #0092bc;
  }

  .md\:focus\:border-cyan:focus{
    border-color: #007fa3;
  }

  .md\:focus\:border-blue-300:focus{
    border-color: #2f63d4;
  }

  .md\:focus\:border-blue-400:focus{
    border-color: #004C97;
  }

  .md\:focus\:border-blue-500:focus{
    border-color: #24458c;
  }

  .md\:focus\:border-blue-700:focus{
    border-color: #004c97;
  }

  .md\:focus\:border-blue:focus{
    border-color: #0057b8;
  }

  .md\:focus\:border-blue-blend:focus{
    border-color: rgba(32,67,143,.85);
  }

  .md\:focus\:border-lavender-100:focus{
    border-color: #d2a9d3;
  }

  .md\:focus\:border-lavender-200:focus{
    border-color: #957ad1;
  }

  .md\:focus\:border-lavender:focus{
    border-color: #8066b7;
  }

  .md\:focus\:border-red-100:focus{
    border-color: #eecbcb;
  }

  .md\:focus\:border-red-900:focus{
    border-color: #ff0000;
  }

  .md\:focus\:border-red:focus{
    border-color: #d14732;
  }

  .md\:focus\:border-orange-100:focus{
    border-color: #ffe7b6;
  }

  .md\:focus\:border-orange-400:focus{
    border-color: #ffc146;
  }

  .md\:focus\:border-orange-700:focus{
    border-color: #c45510;
  }

  .md\:focus\:border-orange-900:focus{
    border-color: #8c2e0b;
  }

  .md\:focus\:border-orange:focus{
    border-color: #e77530;
  }

  .md\:focus\:border-yellow-100:focus{
    border-color: #f2efe2;
  }

  .md\:focus\:border-yellow:focus{
    border-color: #fecb34;
  }

  .md\:focus\:border-brown-100:focus{
    border-color: #cfd2aa;
  }

  .md\:focus\:border-brown-300:focus{
    border-color: #7a7751;
  }

  .md\:focus\:border-brown:focus{
    border-color: #735005;
  }

  .md\:focus\:border-gray-100:focus{
    border-color: #f6f6f6;
  }

  .md\:focus\:border-gray-200:focus{
    border-color: #eee;
  }

  .md\:focus\:border-gray-300:focus{
    border-color: #e5e5e5;
  }

  .md\:focus\:border-gray-400:focus{
    border-color: #d8d8d8;
  }

  .md\:focus\:border-gray-500:focus{
    border-color: #ccc;
  }

  .md\:focus\:border-gray-600:focus{
    border-color: #bbb;
  }

  .md\:focus\:border-gray-800:focus{
    border-color: #757575;
  }

  .md\:focus\:border-gray-900:focus{
    border-color: #666;
  }

  .md\:focus\:border-gray-950:focus{
    border-color: #222;
  }

  .md\:focus\:border-gray:focus{
    border-color: #999;
  }

  .md\:focus\:border-black:focus{
    border-color: #171614;
  }

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

  .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

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

  .md\:rounded-sm{
    border-radius: 0.125rem;
  }

  .md\:rounded{
    border-radius: 0.25rem;
  }

  .md\:rounded-md{
    border-radius: 0.375rem;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  .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: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

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

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .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-solid{
    border-style: solid;
  }

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

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

  .md\:border-double{
    border-style: double;
  }

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

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

  .md\:border-1{
    border-width: 0.0625rem;
  }

  .md\:border-2{
    border-width: 0.125rem;
  }

  .md\:border-3{
    border-width: 0.1875rem;
  }

  .md\:border-4{
    border-width: 0.25rem;
  }

  .md\:border-5{
    border-width: 0.3125rem;
  }

  .md\:border-6{
    border-width: 0.375rem;
  }

  .md\:border-8{
    border-width: 0.5rem;
  }

  .md\:border-10{
    border-width: 0.625rem;
  }

  .md\:border-15{
    border-width: 0.9375rem;
  }

  .md\:border-20{
    border-width: 1.25rem;
  }

  .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-1{
    border-top-width: 0.0625rem;
  }

  .md\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .md\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .md\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .md\:border-t-2{
    border-top-width: 0.125rem;
  }

  .md\:border-r-2{
    border-right-width: 0.125rem;
  }

  .md\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .md\:border-l-2{
    border-left-width: 0.125rem;
  }

  .md\:border-t-3{
    border-top-width: 0.1875rem;
  }

  .md\:border-r-3{
    border-right-width: 0.1875rem;
  }

  .md\:border-b-3{
    border-bottom-width: 0.1875rem;
  }

  .md\:border-l-3{
    border-left-width: 0.1875rem;
  }

  .md\:border-t-4{
    border-top-width: 0.25rem;
  }

  .md\:border-r-4{
    border-right-width: 0.25rem;
  }

  .md\:border-b-4{
    border-bottom-width: 0.25rem;
  }

  .md\:border-l-4{
    border-left-width: 0.25rem;
  }

  .md\:border-t-5{
    border-top-width: 0.3125rem;
  }

  .md\:border-r-5{
    border-right-width: 0.3125rem;
  }

  .md\:border-b-5{
    border-bottom-width: 0.3125rem;
  }

  .md\:border-l-5{
    border-left-width: 0.3125rem;
  }

  .md\:border-t-6{
    border-top-width: 0.375rem;
  }

  .md\:border-r-6{
    border-right-width: 0.375rem;
  }

  .md\:border-b-6{
    border-bottom-width: 0.375rem;
  }

  .md\:border-l-6{
    border-left-width: 0.375rem;
  }

  .md\:border-t-8{
    border-top-width: 0.5rem;
  }

  .md\:border-r-8{
    border-right-width: 0.5rem;
  }

  .md\:border-b-8{
    border-bottom-width: 0.5rem;
  }

  .md\:border-l-8{
    border-left-width: 0.5rem;
  }

  .md\:border-t-10{
    border-top-width: 0.625rem;
  }

  .md\:border-r-10{
    border-right-width: 0.625rem;
  }

  .md\:border-b-10{
    border-bottom-width: 0.625rem;
  }

  .md\:border-l-10{
    border-left-width: 0.625rem;
  }

  .md\:border-t-15{
    border-top-width: 0.9375rem;
  }

  .md\:border-r-15{
    border-right-width: 0.9375rem;
  }

  .md\:border-b-15{
    border-bottom-width: 0.9375rem;
  }

  .md\:border-l-15{
    border-left-width: 0.9375rem;
  }

  .md\:border-t-20{
    border-top-width: 1.25rem;
  }

  .md\:border-r-20{
    border-right-width: 1.25rem;
  }

  .md\:border-b-20{
    border-bottom-width: 1.25rem;
  }

  .md\:border-l-20{
    border-left-width: 1.25rem;
  }

  .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\:first\:border-0:first-child{
    border-width: 0;
  }

  .md\:first\:border-1:first-child{
    border-width: 0.0625rem;
  }

  .md\:first\:border-2:first-child{
    border-width: 0.125rem;
  }

  .md\:first\:border-3:first-child{
    border-width: 0.1875rem;
  }

  .md\:first\:border-4:first-child{
    border-width: 0.25rem;
  }

  .md\:first\:border-5:first-child{
    border-width: 0.3125rem;
  }

  .md\:first\:border-6:first-child{
    border-width: 0.375rem;
  }

  .md\:first\:border-8:first-child{
    border-width: 0.5rem;
  }

  .md\:first\:border-10:first-child{
    border-width: 0.625rem;
  }

  .md\:first\:border-15:first-child{
    border-width: 0.9375rem;
  }

  .md\:first\:border-20:first-child{
    border-width: 1.25rem;
  }

  .md\:first\:border:first-child{
    border-width: 1px;
  }

  .md\:first\:border-t-0:first-child{
    border-top-width: 0;
  }

  .md\:first\:border-r-0:first-child{
    border-right-width: 0;
  }

  .md\:first\:border-b-0:first-child{
    border-bottom-width: 0;
  }

  .md\:first\:border-l-0:first-child{
    border-left-width: 0;
  }

  .md\:first\:border-t-1:first-child{
    border-top-width: 0.0625rem;
  }

  .md\:first\:border-r-1:first-child{
    border-right-width: 0.0625rem;
  }

  .md\:first\:border-b-1:first-child{
    border-bottom-width: 0.0625rem;
  }

  .md\:first\:border-l-1:first-child{
    border-left-width: 0.0625rem;
  }

  .md\:first\:border-t-2:first-child{
    border-top-width: 0.125rem;
  }

  .md\:first\:border-r-2:first-child{
    border-right-width: 0.125rem;
  }

  .md\:first\:border-b-2:first-child{
    border-bottom-width: 0.125rem;
  }

  .md\:first\:border-l-2:first-child{
    border-left-width: 0.125rem;
  }

  .md\:first\:border-t-3:first-child{
    border-top-width: 0.1875rem;
  }

  .md\:first\:border-r-3:first-child{
    border-right-width: 0.1875rem;
  }

  .md\:first\:border-b-3:first-child{
    border-bottom-width: 0.1875rem;
  }

  .md\:first\:border-l-3:first-child{
    border-left-width: 0.1875rem;
  }

  .md\:first\:border-t-4:first-child{
    border-top-width: 0.25rem;
  }

  .md\:first\:border-r-4:first-child{
    border-right-width: 0.25rem;
  }

  .md\:first\:border-b-4:first-child{
    border-bottom-width: 0.25rem;
  }

  .md\:first\:border-l-4:first-child{
    border-left-width: 0.25rem;
  }

  .md\:first\:border-t-5:first-child{
    border-top-width: 0.3125rem;
  }

  .md\:first\:border-r-5:first-child{
    border-right-width: 0.3125rem;
  }

  .md\:first\:border-b-5:first-child{
    border-bottom-width: 0.3125rem;
  }

  .md\:first\:border-l-5:first-child{
    border-left-width: 0.3125rem;
  }

  .md\:first\:border-t-6:first-child{
    border-top-width: 0.375rem;
  }

  .md\:first\:border-r-6:first-child{
    border-right-width: 0.375rem;
  }

  .md\:first\:border-b-6:first-child{
    border-bottom-width: 0.375rem;
  }

  .md\:first\:border-l-6:first-child{
    border-left-width: 0.375rem;
  }

  .md\:first\:border-t-8:first-child{
    border-top-width: 0.5rem;
  }

  .md\:first\:border-r-8:first-child{
    border-right-width: 0.5rem;
  }

  .md\:first\:border-b-8:first-child{
    border-bottom-width: 0.5rem;
  }

  .md\:first\:border-l-8:first-child{
    border-left-width: 0.5rem;
  }

  .md\:first\:border-t-10:first-child{
    border-top-width: 0.625rem;
  }

  .md\:first\:border-r-10:first-child{
    border-right-width: 0.625rem;
  }

  .md\:first\:border-b-10:first-child{
    border-bottom-width: 0.625rem;
  }

  .md\:first\:border-l-10:first-child{
    border-left-width: 0.625rem;
  }

  .md\:first\:border-t-15:first-child{
    border-top-width: 0.9375rem;
  }

  .md\:first\:border-r-15:first-child{
    border-right-width: 0.9375rem;
  }

  .md\:first\:border-b-15:first-child{
    border-bottom-width: 0.9375rem;
  }

  .md\:first\:border-l-15:first-child{
    border-left-width: 0.9375rem;
  }

  .md\:first\:border-t-20:first-child{
    border-top-width: 1.25rem;
  }

  .md\:first\:border-r-20:first-child{
    border-right-width: 1.25rem;
  }

  .md\:first\:border-b-20:first-child{
    border-bottom-width: 1.25rem;
  }

  .md\:first\:border-l-20:first-child{
    border-left-width: 1.25rem;
  }

  .md\:first\:border-t:first-child{
    border-top-width: 1px;
  }

  .md\:first\:border-r:first-child{
    border-right-width: 1px;
  }

  .md\:first\:border-b:first-child{
    border-bottom-width: 1px;
  }

  .md\:first\:border-l:first-child{
    border-left-width: 1px;
  }

  .md\:last\:border-0:last-child{
    border-width: 0;
  }

  .md\:last\:border-1:last-child{
    border-width: 0.0625rem;
  }

  .md\:last\:border-2:last-child{
    border-width: 0.125rem;
  }

  .md\:last\:border-3:last-child{
    border-width: 0.1875rem;
  }

  .md\:last\:border-4:last-child{
    border-width: 0.25rem;
  }

  .md\:last\:border-5:last-child{
    border-width: 0.3125rem;
  }

  .md\:last\:border-6:last-child{
    border-width: 0.375rem;
  }

  .md\:last\:border-8:last-child{
    border-width: 0.5rem;
  }

  .md\:last\:border-10:last-child{
    border-width: 0.625rem;
  }

  .md\:last\:border-15:last-child{
    border-width: 0.9375rem;
  }

  .md\:last\:border-20:last-child{
    border-width: 1.25rem;
  }

  .md\:last\:border:last-child{
    border-width: 1px;
  }

  .md\:last\:border-t-0:last-child{
    border-top-width: 0;
  }

  .md\:last\:border-r-0:last-child{
    border-right-width: 0;
  }

  .md\:last\:border-b-0:last-child{
    border-bottom-width: 0;
  }

  .md\:last\:border-l-0:last-child{
    border-left-width: 0;
  }

  .md\:last\:border-t-1:last-child{
    border-top-width: 0.0625rem;
  }

  .md\:last\:border-r-1:last-child{
    border-right-width: 0.0625rem;
  }

  .md\:last\:border-b-1:last-child{
    border-bottom-width: 0.0625rem;
  }

  .md\:last\:border-l-1:last-child{
    border-left-width: 0.0625rem;
  }

  .md\:last\:border-t-2:last-child{
    border-top-width: 0.125rem;
  }

  .md\:last\:border-r-2:last-child{
    border-right-width: 0.125rem;
  }

  .md\:last\:border-b-2:last-child{
    border-bottom-width: 0.125rem;
  }

  .md\:last\:border-l-2:last-child{
    border-left-width: 0.125rem;
  }

  .md\:last\:border-t-3:last-child{
    border-top-width: 0.1875rem;
  }

  .md\:last\:border-r-3:last-child{
    border-right-width: 0.1875rem;
  }

  .md\:last\:border-b-3:last-child{
    border-bottom-width: 0.1875rem;
  }

  .md\:last\:border-l-3:last-child{
    border-left-width: 0.1875rem;
  }

  .md\:last\:border-t-4:last-child{
    border-top-width: 0.25rem;
  }

  .md\:last\:border-r-4:last-child{
    border-right-width: 0.25rem;
  }

  .md\:last\:border-b-4:last-child{
    border-bottom-width: 0.25rem;
  }

  .md\:last\:border-l-4:last-child{
    border-left-width: 0.25rem;
  }

  .md\:last\:border-t-5:last-child{
    border-top-width: 0.3125rem;
  }

  .md\:last\:border-r-5:last-child{
    border-right-width: 0.3125rem;
  }

  .md\:last\:border-b-5:last-child{
    border-bottom-width: 0.3125rem;
  }

  .md\:last\:border-l-5:last-child{
    border-left-width: 0.3125rem;
  }

  .md\:last\:border-t-6:last-child{
    border-top-width: 0.375rem;
  }

  .md\:last\:border-r-6:last-child{
    border-right-width: 0.375rem;
  }

  .md\:last\:border-b-6:last-child{
    border-bottom-width: 0.375rem;
  }

  .md\:last\:border-l-6:last-child{
    border-left-width: 0.375rem;
  }

  .md\:last\:border-t-8:last-child{
    border-top-width: 0.5rem;
  }

  .md\:last\:border-r-8:last-child{
    border-right-width: 0.5rem;
  }

  .md\:last\:border-b-8:last-child{
    border-bottom-width: 0.5rem;
  }

  .md\:last\:border-l-8:last-child{
    border-left-width: 0.5rem;
  }

  .md\:last\:border-t-10:last-child{
    border-top-width: 0.625rem;
  }

  .md\:last\:border-r-10:last-child{
    border-right-width: 0.625rem;
  }

  .md\:last\:border-b-10:last-child{
    border-bottom-width: 0.625rem;
  }

  .md\:last\:border-l-10:last-child{
    border-left-width: 0.625rem;
  }

  .md\:last\:border-t-15:last-child{
    border-top-width: 0.9375rem;
  }

  .md\:last\:border-r-15:last-child{
    border-right-width: 0.9375rem;
  }

  .md\:last\:border-b-15:last-child{
    border-bottom-width: 0.9375rem;
  }

  .md\:last\:border-l-15:last-child{
    border-left-width: 0.9375rem;
  }

  .md\:last\:border-t-20:last-child{
    border-top-width: 1.25rem;
  }

  .md\:last\:border-r-20:last-child{
    border-right-width: 1.25rem;
  }

  .md\:last\:border-b-20:last-child{
    border-bottom-width: 1.25rem;
  }

  .md\:last\:border-l-20:last-child{
    border-left-width: 1.25rem;
  }

  .md\:last\:border-t:last-child{
    border-top-width: 1px;
  }

  .md\:last\:border-r:last-child{
    border-right-width: 1px;
  }

  .md\:last\:border-b:last-child{
    border-bottom-width: 1px;
  }

  .md\:last\:border-l:last-child{
    border-left-width: 1px;
  }

  .md\:box-border{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .md\:box-content{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

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

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

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

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

  .md\:cursor-text{
    cursor: text;
  }

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

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

  .md\:block{
    display: block;
  }

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

  .md\:inline{
    display: inline;
  }

  .md\:flow-root{
    display: flow-root;
  }

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

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

  .md\:grid{
    display: grid;
  }

  .md\:inline-grid{
    display: inline-grid;
  }

  .md\:table{
    display: table;
  }

  .md\:table-caption{
    display: table-caption;
  }

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

  .md\:table-column{
    display: table-column;
  }

  .md\:table-column-group{
    display: table-column-group;
  }

  .md\:table-footer-group{
    display: table-footer-group;
  }

  .md\:table-header-group{
    display: table-header-group;
  }

  .md\:table-row-group{
    display: table-row-group;
  }

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

  .md\:hidden{
    display: none;
  }

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

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

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

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

  .md\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:justify-evenly{
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

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

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

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

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

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

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

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

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

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

  .md\:flex-1\/3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }

  .md\:flex-1\/3-up{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
  }

  .md\:flex-2\/3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
  }

  .md\:flex-1\/4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .md\:flex-1\/2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .md\:flex-2\/4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .md\:flex-3\/4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .md\:flex-1\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .md\:flex-2\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .md\:flex-3\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .md\:flex-4\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }

  .md\:flex-gminor{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.2%;
            flex: 0 0 38.2%;
  }

  .md\:flex-gmajor{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61.8%;
            flex: 0 0 61.8%;
  }

  .md\:flex-fill{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

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

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

  .md\:flex-shrink-0{
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .md\:flex-shrink{
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .md\:order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .md\:order-2{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .md\:order-3{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .md\:order-4{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .md\:order-5{
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .md\:order-6{
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .md\:order-7{
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .md\:order-8{
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .md\:order-9{
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .md\:order-10{
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .md\:order-11{
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .md\:order-12{
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .md\:order-first{
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

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

  .md\:order-none{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 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\:clear-left{
    clear: left;
  }

  .md\:clear-right{
    clear: right;
  }

  .md\:clear-both{
    clear: both;
  }

  .md\:clear-none{
    clear: none;
  }

  .md\:font-sansblack{
    font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
  }

  .md\:font-sans{
    font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  }

  .md\:font-serif{
    font-family: "freight-text-pro", "Times New Roman", Georgia, Garamond, serif;
  }

  .md\:font-hairline{
    font-weight: 100;
  }

  .md\:font-thin{
    font-weight: 200;
  }

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

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

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

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

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

  .md\:font-extrabold{
    font-weight: 800;
  }

  .md\:font-black{
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .md\:hover\:font-light:hover{
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .md\:hover\:font-black:hover{
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .md\:focus\:font-light:focus{
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .md\:focus\:font-black:focus{
    font-weight: 900;
  }

  .md\:h-0{
    height: 0;
  }

  .md\:h-1{
    height: 0.0625rem;
  }

  .md\:h-2{
    height: 0.125rem;
  }

  .md\:h-3{
    height: 0.1875rem;
  }

  .md\:h-4{
    height: 0.25rem;
  }

  .md\:h-5{
    height: 0.3125rem;
  }

  .md\:h-6{
    height: 0.375rem;
  }

  .md\:h-8{
    height: 0.5rem;
  }

  .md\:h-10{
    height: 0.625rem;
  }

  .md\:h-15{
    height: 0.9375rem;
  }

  .md\:h-20{
    height: 1.25rem;
  }

  .md\:h-25{
    height: 1.5625rem;
  }

  .md\:h-30{
    height: 1.875rem;
  }

  .md\:h-35{
    height: 2.1875rem;
  }

  .md\:h-40{
    height: 2.5rem;
  }

  .md\:h-50{
    height: 3.125rem;
  }

  .md\:h-60{
    height: 3.75rem;
  }

  .md\:h-70{
    height: 4.375rem;
  }

  .md\:h-75{
    height: 4.6875rem;
  }

  .md\:h-80{
    height: 5rem;
  }

  .md\:h-85{
    height: 5.3125rem;
  }

  .md\:h-90{
    height: 5.625rem;
  }

  .md\:h-100{
    height: 6.25rem;
  }

  .md\:h-110{
    height: 6.875rem;
  }

  .md\:h-120{
    height: 7.5rem;
  }

  .md\:h-130{
    height: 8.125rem;
  }

  .md\:h-140{
    height: 8.75rem;
  }

  .md\:h-150{
    height: 9.375rem;
  }

  .md\:h-160{
    height: 10rem;
  }

  .md\:h-170{
    height: 10.625rem;
  }

  .md\:h-175{
    height: 10.9375rem;
  }

  .md\:h-180{
    height: 11.25rem;
  }

  .md\:h-190{
    height: 11.875rem;
  }

  .md\:h-200{
    height: 12.5rem;
  }

  .md\:h-225{
    height: 14.0625rem;
  }

  .md\:h-250{
    height: 15.625rem;
  }

  .md\:h-300{
    height: 18.75rem;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-screen{
    height: 100vh;
  }

  .md\:text-xs{
    font-size: 0.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
  }

  .md\:text-base{
    font-size: 1rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
  }

  .md\:text-xl{
    font-size: 1.3125rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
  }

  .md\:text-3xl{
    font-size: 1.75rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
  }

  .md\:text-5xl{
    font-size: 2.5rem;
  }

  .md\:text-6xl{
    font-size: 3rem;
  }

  .md\:text-7xl{
    font-size: 3.625rem;
  }

  .md\:text-8xl{
    font-size: 4.6875rem;
  }

  .md\:text-9xl{
    font-size: 6.25rem;
  }

  .md\:leading-3{
    line-height: .75rem;
  }

  .md\:leading-4{
    line-height: 1rem;
  }

  .md\:leading-5{
    line-height: 1.25rem;
  }

  .md\:leading-6{
    line-height: 1.5rem;
  }

  .md\:leading-7{
    line-height: 1.75rem;
  }

  .md\:leading-8{
    line-height: 2rem;
  }

  .md\:leading-9{
    line-height: 2.25rem;
  }

  .md\:leading-10{
    line-height: 2.5rem;
  }

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

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

  .md\:leading-snug{
    line-height: 1.375;
  }

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

  .md\:leading-relaxed{
    line-height: 1.625;
  }

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

  .md\:list-inside{
    list-style-position: inside;
  }

  .md\:list-outside{
    list-style-position: outside;
  }

  .md\:list-none{
    list-style-type: none;
  }

  .md\:list-disc{
    list-style-type: disc;
  }

  .md\:list-decimal{
    list-style-type: decimal;
  }

  .md\:m-0{
    margin: 0;
  }

  .md\:m-1{
    margin: 0.0625rem;
  }

  .md\:m-2{
    margin: 0.125rem;
  }

  .md\:m-3{
    margin: 0.1875rem;
  }

  .md\:m-4{
    margin: 0.25rem;
  }

  .md\:m-5{
    margin: 0.3125rem;
  }

  .md\:m-6{
    margin: 0.375rem;
  }

  .md\:m-8{
    margin: 0.5rem;
  }

  .md\:m-10{
    margin: 0.625rem;
  }

  .md\:m-15{
    margin: 0.9375rem;
  }

  .md\:m-20{
    margin: 1.25rem;
  }

  .md\:m-25{
    margin: 1.5625rem;
  }

  .md\:m-30{
    margin: 1.875rem;
  }

  .md\:m-35{
    margin: 2.1875rem;
  }

  .md\:m-40{
    margin: 2.5rem;
  }

  .md\:m-50{
    margin: 3.125rem;
  }

  .md\:m-60{
    margin: 3.75rem;
  }

  .md\:m-75{
    margin: 4.6875rem;
  }

  .md\:m-85{
    margin: 5.3125rem;
  }

  .md\:m-100{
    margin: 6.25rem;
  }

  .md\:m-150{
    margin: 9.375rem;
  }

  .md\:m-175{
    margin: 10.9375rem;
  }

  .md\:m-auto{
    margin: auto;
  }

  .md\:-m-0{
    margin: 0;
  }

  .md\:-m-1{
    margin: -0.0625rem;
  }

  .md\:-m-2{
    margin: -0.125rem;
  }

  .md\:-m-3{
    margin: -0.1875rem;
  }

  .md\:-m-4{
    margin: -0.25rem;
  }

  .md\:-m-5{
    margin: -0.3125rem;
  }

  .md\:-m-6{
    margin: -0.375rem;
  }

  .md\:-m-8{
    margin: -0.5rem;
  }

  .md\:-m-10{
    margin: -0.625rem;
  }

  .md\:-m-15{
    margin: -0.9375rem;
  }

  .md\:-m-20{
    margin: -1.25rem;
  }

  .md\:-m-25{
    margin: -1.5625rem;
  }

  .md\:-m-30{
    margin: -1.875rem;
  }

  .md\:-m-35{
    margin: -2.1875rem;
  }

  .md\:-m-40{
    margin: -2.5rem;
  }

  .md\:-m-50{
    margin: -3.125rem;
  }

  .md\:-m-60{
    margin: -3.75rem;
  }

  .md\:-m-75{
    margin: -4.6875rem;
  }

  .md\:-m-85{
    margin: -5.3125rem;
  }

  .md\:-m-100{
    margin: -6.25rem;
  }

  .md\:-m-150{
    margin: -9.375rem;
  }

  .md\:-m-175{
    margin: -10.9375rem;
  }

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

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

  .md\:my-1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .md\:mx-1{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .md\:my-2{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:mx-2{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:my-3{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .md\:mx-3{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .md\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-5{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .md\:mx-5{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .md\:my-6{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:mx-6{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:my-15{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .md\:mx-15{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .md\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-25{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .md\:mx-25{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .md\:my-30{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:mx-30{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .md\:my-35{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .md\:mx-35{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .md\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-50{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:mx-50{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .md\:my-60{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:mx-60{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:my-75{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .md\:mx-75{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .md\:my-85{
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .md\:mx-85{
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .md\:my-100{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .md\:mx-100{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .md\:my-150{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .md\:mx-150{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .md\:my-175{
    margin-top: 10.9375rem;
    margin-bottom: 10.9375rem;
  }

  .md\:mx-175{
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
  }

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

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

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

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

  .md\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .md\:-mx-1{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .md\:-my-2{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-mx-2{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-my-3{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .md\:-mx-3{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .md\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-5{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .md\:-mx-5{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .md\:-my-6{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-mx-6{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-mx-10{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-my-15{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .md\:-mx-15{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .md\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-25{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .md\:-mx-25{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .md\:-my-30{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:-mx-30{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .md\:-my-35{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .md\:-mx-35{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .md\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-50{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:-mx-50{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .md\:-my-60{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:-mx-60{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:-my-75{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .md\:-mx-75{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .md\:-my-85{
    margin-top: -5.3125rem;
    margin-bottom: -5.3125rem;
  }

  .md\:-mx-85{
    margin-left: -5.3125rem;
    margin-right: -5.3125rem;
  }

  .md\:-my-100{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .md\:-mx-100{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .md\:-my-150{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .md\:-mx-150{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .md\:-my-175{
    margin-top: -10.9375rem;
    margin-bottom: -10.9375rem;
  }

  .md\:-mx-175{
    margin-left: -10.9375rem;
    margin-right: -10.9375rem;
  }

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

  .md\:mr-1{
    margin-right: 0.0625rem;
  }

  .md\:mb-1{
    margin-bottom: 0.0625rem;
  }

  .md\:ml-1{
    margin-left: 0.0625rem;
  }

  .md\:mt-2{
    margin-top: 0.125rem;
  }

  .md\:mr-2{
    margin-right: 0.125rem;
  }

  .md\:mb-2{
    margin-bottom: 0.125rem;
  }

  .md\:ml-2{
    margin-left: 0.125rem;
  }

  .md\:mt-3{
    margin-top: 0.1875rem;
  }

  .md\:mr-3{
    margin-right: 0.1875rem;
  }

  .md\:mb-3{
    margin-bottom: 0.1875rem;
  }

  .md\:ml-3{
    margin-left: 0.1875rem;
  }

  .md\:mt-4{
    margin-top: 0.25rem;
  }

  .md\:mr-4{
    margin-right: 0.25rem;
  }

  .md\:mb-4{
    margin-bottom: 0.25rem;
  }

  .md\:ml-4{
    margin-left: 0.25rem;
  }

  .md\:mt-5{
    margin-top: 0.3125rem;
  }

  .md\:mr-5{
    margin-right: 0.3125rem;
  }

  .md\:mb-5{
    margin-bottom: 0.3125rem;
  }

  .md\:ml-5{
    margin-left: 0.3125rem;
  }

  .md\:mt-6{
    margin-top: 0.375rem;
  }

  .md\:mr-6{
    margin-right: 0.375rem;
  }

  .md\:mb-6{
    margin-bottom: 0.375rem;
  }

  .md\:ml-6{
    margin-left: 0.375rem;
  }

  .md\:mt-8{
    margin-top: 0.5rem;
  }

  .md\:mr-8{
    margin-right: 0.5rem;
  }

  .md\:mb-8{
    margin-bottom: 0.5rem;
  }

  .md\:ml-8{
    margin-left: 0.5rem;
  }

  .md\:mt-10{
    margin-top: 0.625rem;
  }

  .md\:mr-10{
    margin-right: 0.625rem;
  }

  .md\:mb-10{
    margin-bottom: 0.625rem;
  }

  .md\:ml-10{
    margin-left: 0.625rem;
  }

  .md\:mt-15{
    margin-top: 0.9375rem;
  }

  .md\:mr-15{
    margin-right: 0.9375rem;
  }

  .md\:mb-15{
    margin-bottom: 0.9375rem;
  }

  .md\:ml-15{
    margin-left: 0.9375rem;
  }

  .md\:mt-20{
    margin-top: 1.25rem;
  }

  .md\:mr-20{
    margin-right: 1.25rem;
  }

  .md\:mb-20{
    margin-bottom: 1.25rem;
  }

  .md\:ml-20{
    margin-left: 1.25rem;
  }

  .md\:mt-25{
    margin-top: 1.5625rem;
  }

  .md\:mr-25{
    margin-right: 1.5625rem;
  }

  .md\:mb-25{
    margin-bottom: 1.5625rem;
  }

  .md\:ml-25{
    margin-left: 1.5625rem;
  }

  .md\:mt-30{
    margin-top: 1.875rem;
  }

  .md\:mr-30{
    margin-right: 1.875rem;
  }

  .md\:mb-30{
    margin-bottom: 1.875rem;
  }

  .md\:ml-30{
    margin-left: 1.875rem;
  }

  .md\:mt-35{
    margin-top: 2.1875rem;
  }

  .md\:mr-35{
    margin-right: 2.1875rem;
  }

  .md\:mb-35{
    margin-bottom: 2.1875rem;
  }

  .md\:ml-35{
    margin-left: 2.1875rem;
  }

  .md\:mt-40{
    margin-top: 2.5rem;
  }

  .md\:mr-40{
    margin-right: 2.5rem;
  }

  .md\:mb-40{
    margin-bottom: 2.5rem;
  }

  .md\:ml-40{
    margin-left: 2.5rem;
  }

  .md\:mt-50{
    margin-top: 3.125rem;
  }

  .md\:mr-50{
    margin-right: 3.125rem;
  }

  .md\:mb-50{
    margin-bottom: 3.125rem;
  }

  .md\:ml-50{
    margin-left: 3.125rem;
  }

  .md\:mt-60{
    margin-top: 3.75rem;
  }

  .md\:mr-60{
    margin-right: 3.75rem;
  }

  .md\:mb-60{
    margin-bottom: 3.75rem;
  }

  .md\:ml-60{
    margin-left: 3.75rem;
  }

  .md\:mt-75{
    margin-top: 4.6875rem;
  }

  .md\:mr-75{
    margin-right: 4.6875rem;
  }

  .md\:mb-75{
    margin-bottom: 4.6875rem;
  }

  .md\:ml-75{
    margin-left: 4.6875rem;
  }

  .md\:mt-85{
    margin-top: 5.3125rem;
  }

  .md\:mr-85{
    margin-right: 5.3125rem;
  }

  .md\:mb-85{
    margin-bottom: 5.3125rem;
  }

  .md\:ml-85{
    margin-left: 5.3125rem;
  }

  .md\:mt-100{
    margin-top: 6.25rem;
  }

  .md\:mr-100{
    margin-right: 6.25rem;
  }

  .md\:mb-100{
    margin-bottom: 6.25rem;
  }

  .md\:ml-100{
    margin-left: 6.25rem;
  }

  .md\:mt-150{
    margin-top: 9.375rem;
  }

  .md\:mr-150{
    margin-right: 9.375rem;
  }

  .md\:mb-150{
    margin-bottom: 9.375rem;
  }

  .md\:ml-150{
    margin-left: 9.375rem;
  }

  .md\:mt-175{
    margin-top: 10.9375rem;
  }

  .md\:mr-175{
    margin-right: 10.9375rem;
  }

  .md\:mb-175{
    margin-bottom: 10.9375rem;
  }

  .md\:ml-175{
    margin-left: 10.9375rem;
  }

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

  .md\:-mr-1{
    margin-right: -0.0625rem;
  }

  .md\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .md\:-ml-1{
    margin-left: -0.0625rem;
  }

  .md\:-mt-2{
    margin-top: -0.125rem;
  }

  .md\:-mr-2{
    margin-right: -0.125rem;
  }

  .md\:-mb-2{
    margin-bottom: -0.125rem;
  }

  .md\:-ml-2{
    margin-left: -0.125rem;
  }

  .md\:-mt-3{
    margin-top: -0.1875rem;
  }

  .md\:-mr-3{
    margin-right: -0.1875rem;
  }

  .md\:-mb-3{
    margin-bottom: -0.1875rem;
  }

  .md\:-ml-3{
    margin-left: -0.1875rem;
  }

  .md\:-mt-4{
    margin-top: -0.25rem;
  }

  .md\:-mr-4{
    margin-right: -0.25rem;
  }

  .md\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .md\:-ml-4{
    margin-left: -0.25rem;
  }

  .md\:-mt-5{
    margin-top: -0.3125rem;
  }

  .md\:-mr-5{
    margin-right: -0.3125rem;
  }

  .md\:-mb-5{
    margin-bottom: -0.3125rem;
  }

  .md\:-ml-5{
    margin-left: -0.3125rem;
  }

  .md\:-mt-6{
    margin-top: -0.375rem;
  }

  .md\:-mr-6{
    margin-right: -0.375rem;
  }

  .md\:-mb-6{
    margin-bottom: -0.375rem;
  }

  .md\:-ml-6{
    margin-left: -0.375rem;
  }

  .md\:-mt-8{
    margin-top: -0.5rem;
  }

  .md\:-mr-8{
    margin-right: -0.5rem;
  }

  .md\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .md\:-ml-8{
    margin-left: -0.5rem;
  }

  .md\:-mt-10{
    margin-top: -0.625rem;
  }

  .md\:-mr-10{
    margin-right: -0.625rem;
  }

  .md\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .md\:-ml-10{
    margin-left: -0.625rem;
  }

  .md\:-mt-15{
    margin-top: -0.9375rem;
  }

  .md\:-mr-15{
    margin-right: -0.9375rem;
  }

  .md\:-mb-15{
    margin-bottom: -0.9375rem;
  }

  .md\:-ml-15{
    margin-left: -0.9375rem;
  }

  .md\:-mt-20{
    margin-top: -1.25rem;
  }

  .md\:-mr-20{
    margin-right: -1.25rem;
  }

  .md\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .md\:-ml-20{
    margin-left: -1.25rem;
  }

  .md\:-mt-25{
    margin-top: -1.5625rem;
  }

  .md\:-mr-25{
    margin-right: -1.5625rem;
  }

  .md\:-mb-25{
    margin-bottom: -1.5625rem;
  }

  .md\:-ml-25{
    margin-left: -1.5625rem;
  }

  .md\:-mt-30{
    margin-top: -1.875rem;
  }

  .md\:-mr-30{
    margin-right: -1.875rem;
  }

  .md\:-mb-30{
    margin-bottom: -1.875rem;
  }

  .md\:-ml-30{
    margin-left: -1.875rem;
  }

  .md\:-mt-35{
    margin-top: -2.1875rem;
  }

  .md\:-mr-35{
    margin-right: -2.1875rem;
  }

  .md\:-mb-35{
    margin-bottom: -2.1875rem;
  }

  .md\:-ml-35{
    margin-left: -2.1875rem;
  }

  .md\:-mt-40{
    margin-top: -2.5rem;
  }

  .md\:-mr-40{
    margin-right: -2.5rem;
  }

  .md\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .md\:-ml-40{
    margin-left: -2.5rem;
  }

  .md\:-mt-50{
    margin-top: -3.125rem;
  }

  .md\:-mr-50{
    margin-right: -3.125rem;
  }

  .md\:-mb-50{
    margin-bottom: -3.125rem;
  }

  .md\:-ml-50{
    margin-left: -3.125rem;
  }

  .md\:-mt-60{
    margin-top: -3.75rem;
  }

  .md\:-mr-60{
    margin-right: -3.75rem;
  }

  .md\:-mb-60{
    margin-bottom: -3.75rem;
  }

  .md\:-ml-60{
    margin-left: -3.75rem;
  }

  .md\:-mt-75{
    margin-top: -4.6875rem;
  }

  .md\:-mr-75{
    margin-right: -4.6875rem;
  }

  .md\:-mb-75{
    margin-bottom: -4.6875rem;
  }

  .md\:-ml-75{
    margin-left: -4.6875rem;
  }

  .md\:-mt-85{
    margin-top: -5.3125rem;
  }

  .md\:-mr-85{
    margin-right: -5.3125rem;
  }

  .md\:-mb-85{
    margin-bottom: -5.3125rem;
  }

  .md\:-ml-85{
    margin-left: -5.3125rem;
  }

  .md\:-mt-100{
    margin-top: -6.25rem;
  }

  .md\:-mr-100{
    margin-right: -6.25rem;
  }

  .md\:-mb-100{
    margin-bottom: -6.25rem;
  }

  .md\:-ml-100{
    margin-left: -6.25rem;
  }

  .md\:-mt-150{
    margin-top: -9.375rem;
  }

  .md\:-mr-150{
    margin-right: -9.375rem;
  }

  .md\:-mb-150{
    margin-bottom: -9.375rem;
  }

  .md\:-ml-150{
    margin-left: -9.375rem;
  }

  .md\:-mt-175{
    margin-top: -10.9375rem;
  }

  .md\:-mr-175{
    margin-right: -10.9375rem;
  }

  .md\:-mb-175{
    margin-bottom: -10.9375rem;
  }

  .md\:-ml-175{
    margin-left: -10.9375rem;
  }

  .md\:first\:m-0:first-child{
    margin: 0;
  }

  .md\:first\:m-1:first-child{
    margin: 0.0625rem;
  }

  .md\:first\:m-2:first-child{
    margin: 0.125rem;
  }

  .md\:first\:m-3:first-child{
    margin: 0.1875rem;
  }

  .md\:first\:m-4:first-child{
    margin: 0.25rem;
  }

  .md\:first\:m-5:first-child{
    margin: 0.3125rem;
  }

  .md\:first\:m-6:first-child{
    margin: 0.375rem;
  }

  .md\:first\:m-8:first-child{
    margin: 0.5rem;
  }

  .md\:first\:m-10:first-child{
    margin: 0.625rem;
  }

  .md\:first\:m-15:first-child{
    margin: 0.9375rem;
  }

  .md\:first\:m-20:first-child{
    margin: 1.25rem;
  }

  .md\:first\:m-25:first-child{
    margin: 1.5625rem;
  }

  .md\:first\:m-30:first-child{
    margin: 1.875rem;
  }

  .md\:first\:m-35:first-child{
    margin: 2.1875rem;
  }

  .md\:first\:m-40:first-child{
    margin: 2.5rem;
  }

  .md\:first\:m-50:first-child{
    margin: 3.125rem;
  }

  .md\:first\:m-60:first-child{
    margin: 3.75rem;
  }

  .md\:first\:m-75:first-child{
    margin: 4.6875rem;
  }

  .md\:first\:m-85:first-child{
    margin: 5.3125rem;
  }

  .md\:first\:m-100:first-child{
    margin: 6.25rem;
  }

  .md\:first\:m-150:first-child{
    margin: 9.375rem;
  }

  .md\:first\:m-175:first-child{
    margin: 10.9375rem;
  }

  .md\:first\:m-auto:first-child{
    margin: auto;
  }

  .md\:first\:-m-0:first-child{
    margin: 0;
  }

  .md\:first\:-m-1:first-child{
    margin: -0.0625rem;
  }

  .md\:first\:-m-2:first-child{
    margin: -0.125rem;
  }

  .md\:first\:-m-3:first-child{
    margin: -0.1875rem;
  }

  .md\:first\:-m-4:first-child{
    margin: -0.25rem;
  }

  .md\:first\:-m-5:first-child{
    margin: -0.3125rem;
  }

  .md\:first\:-m-6:first-child{
    margin: -0.375rem;
  }

  .md\:first\:-m-8:first-child{
    margin: -0.5rem;
  }

  .md\:first\:-m-10:first-child{
    margin: -0.625rem;
  }

  .md\:first\:-m-15:first-child{
    margin: -0.9375rem;
  }

  .md\:first\:-m-20:first-child{
    margin: -1.25rem;
  }

  .md\:first\:-m-25:first-child{
    margin: -1.5625rem;
  }

  .md\:first\:-m-30:first-child{
    margin: -1.875rem;
  }

  .md\:first\:-m-35:first-child{
    margin: -2.1875rem;
  }

  .md\:first\:-m-40:first-child{
    margin: -2.5rem;
  }

  .md\:first\:-m-50:first-child{
    margin: -3.125rem;
  }

  .md\:first\:-m-60:first-child{
    margin: -3.75rem;
  }

  .md\:first\:-m-75:first-child{
    margin: -4.6875rem;
  }

  .md\:first\:-m-85:first-child{
    margin: -5.3125rem;
  }

  .md\:first\:-m-100:first-child{
    margin: -6.25rem;
  }

  .md\:first\:-m-150:first-child{
    margin: -9.375rem;
  }

  .md\:first\:-m-175:first-child{
    margin: -10.9375rem;
  }

  .md\:first\:my-0:first-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:first\:mx-0:first-child{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:first\:my-1:first-child{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .md\:first\:mx-1:first-child{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .md\:first\:my-2:first-child{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:first\:mx-2:first-child{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:first\:my-3:first-child{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .md\:first\:mx-3:first-child{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .md\:first\:my-4:first-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:first\:mx-4:first-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:first\:my-5:first-child{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .md\:first\:mx-5:first-child{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .md\:first\:my-6:first-child{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:first\:mx-6:first-child{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:first\:my-8:first-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:first\:mx-8:first-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:first\:my-10:first-child{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:first\:mx-10:first-child{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:first\:my-15:first-child{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .md\:first\:mx-15:first-child{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .md\:first\:my-20:first-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:first\:mx-20:first-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:first\:my-25:first-child{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .md\:first\:mx-25:first-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .md\:first\:my-30:first-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:first\:mx-30:first-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .md\:first\:my-35:first-child{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .md\:first\:mx-35:first-child{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .md\:first\:my-40:first-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:first\:mx-40:first-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:first\:my-50:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:first\:mx-50:first-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .md\:first\:my-60:first-child{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:first\:mx-60:first-child{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:first\:my-75:first-child{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .md\:first\:mx-75:first-child{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .md\:first\:my-85:first-child{
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .md\:first\:mx-85:first-child{
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .md\:first\:my-100:first-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .md\:first\:mx-100:first-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .md\:first\:my-150:first-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .md\:first\:mx-150:first-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .md\:first\:my-175:first-child{
    margin-top: 10.9375rem;
    margin-bottom: 10.9375rem;
  }

  .md\:first\:mx-175:first-child{
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
  }

  .md\:first\:my-auto:first-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:first\:mx-auto:first-child{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:first\:-my-0:first-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:first\:-mx-0:first-child{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:first\:-my-1:first-child{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .md\:first\:-mx-1:first-child{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .md\:first\:-my-2:first-child{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:first\:-mx-2:first-child{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:first\:-my-3:first-child{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .md\:first\:-mx-3:first-child{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .md\:first\:-my-4:first-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:first\:-mx-4:first-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:first\:-my-5:first-child{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .md\:first\:-mx-5:first-child{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .md\:first\:-my-6:first-child{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:first\:-mx-6:first-child{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:first\:-my-8:first-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:first\:-mx-8:first-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:first\:-my-10:first-child{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:first\:-mx-10:first-child{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:first\:-my-15:first-child{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .md\:first\:-mx-15:first-child{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .md\:first\:-my-20:first-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:first\:-mx-20:first-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:first\:-my-25:first-child{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .md\:first\:-mx-25:first-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .md\:first\:-my-30:first-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:first\:-mx-30:first-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .md\:first\:-my-35:first-child{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .md\:first\:-mx-35:first-child{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .md\:first\:-my-40:first-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:first\:-mx-40:first-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:first\:-my-50:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:first\:-mx-50:first-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .md\:first\:-my-60:first-child{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:first\:-mx-60:first-child{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:first\:-my-75:first-child{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .md\:first\:-mx-75:first-child{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .md\:first\:-my-85:first-child{
    margin-top: -5.3125rem;
    margin-bottom: -5.3125rem;
  }

  .md\:first\:-mx-85:first-child{
    margin-left: -5.3125rem;
    margin-right: -5.3125rem;
  }

  .md\:first\:-my-100:first-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .md\:first\:-mx-100:first-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .md\:first\:-my-150:first-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .md\:first\:-mx-150:first-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .md\:first\:-my-175:first-child{
    margin-top: -10.9375rem;
    margin-bottom: -10.9375rem;
  }

  .md\:first\:-mx-175:first-child{
    margin-left: -10.9375rem;
    margin-right: -10.9375rem;
  }

  .md\:first\:mt-0:first-child{
    margin-top: 0;
  }

  .md\:first\:mr-0:first-child{
    margin-right: 0;
  }

  .md\:first\:mb-0:first-child{
    margin-bottom: 0;
  }

  .md\:first\:ml-0:first-child{
    margin-left: 0;
  }

  .md\:first\:mt-1:first-child{
    margin-top: 0.0625rem;
  }

  .md\:first\:mr-1:first-child{
    margin-right: 0.0625rem;
  }

  .md\:first\:mb-1:first-child{
    margin-bottom: 0.0625rem;
  }

  .md\:first\:ml-1:first-child{
    margin-left: 0.0625rem;
  }

  .md\:first\:mt-2:first-child{
    margin-top: 0.125rem;
  }

  .md\:first\:mr-2:first-child{
    margin-right: 0.125rem;
  }

  .md\:first\:mb-2:first-child{
    margin-bottom: 0.125rem;
  }

  .md\:first\:ml-2:first-child{
    margin-left: 0.125rem;
  }

  .md\:first\:mt-3:first-child{
    margin-top: 0.1875rem;
  }

  .md\:first\:mr-3:first-child{
    margin-right: 0.1875rem;
  }

  .md\:first\:mb-3:first-child{
    margin-bottom: 0.1875rem;
  }

  .md\:first\:ml-3:first-child{
    margin-left: 0.1875rem;
  }

  .md\:first\:mt-4:first-child{
    margin-top: 0.25rem;
  }

  .md\:first\:mr-4:first-child{
    margin-right: 0.25rem;
  }

  .md\:first\:mb-4:first-child{
    margin-bottom: 0.25rem;
  }

  .md\:first\:ml-4:first-child{
    margin-left: 0.25rem;
  }

  .md\:first\:mt-5:first-child{
    margin-top: 0.3125rem;
  }

  .md\:first\:mr-5:first-child{
    margin-right: 0.3125rem;
  }

  .md\:first\:mb-5:first-child{
    margin-bottom: 0.3125rem;
  }

  .md\:first\:ml-5:first-child{
    margin-left: 0.3125rem;
  }

  .md\:first\:mt-6:first-child{
    margin-top: 0.375rem;
  }

  .md\:first\:mr-6:first-child{
    margin-right: 0.375rem;
  }

  .md\:first\:mb-6:first-child{
    margin-bottom: 0.375rem;
  }

  .md\:first\:ml-6:first-child{
    margin-left: 0.375rem;
  }

  .md\:first\:mt-8:first-child{
    margin-top: 0.5rem;
  }

  .md\:first\:mr-8:first-child{
    margin-right: 0.5rem;
  }

  .md\:first\:mb-8:first-child{
    margin-bottom: 0.5rem;
  }

  .md\:first\:ml-8:first-child{
    margin-left: 0.5rem;
  }

  .md\:first\:mt-10:first-child{
    margin-top: 0.625rem;
  }

  .md\:first\:mr-10:first-child{
    margin-right: 0.625rem;
  }

  .md\:first\:mb-10:first-child{
    margin-bottom: 0.625rem;
  }

  .md\:first\:ml-10:first-child{
    margin-left: 0.625rem;
  }

  .md\:first\:mt-15:first-child{
    margin-top: 0.9375rem;
  }

  .md\:first\:mr-15:first-child{
    margin-right: 0.9375rem;
  }

  .md\:first\:mb-15:first-child{
    margin-bottom: 0.9375rem;
  }

  .md\:first\:ml-15:first-child{
    margin-left: 0.9375rem;
  }

  .md\:first\:mt-20:first-child{
    margin-top: 1.25rem;
  }

  .md\:first\:mr-20:first-child{
    margin-right: 1.25rem;
  }

  .md\:first\:mb-20:first-child{
    margin-bottom: 1.25rem;
  }

  .md\:first\:ml-20:first-child{
    margin-left: 1.25rem;
  }

  .md\:first\:mt-25:first-child{
    margin-top: 1.5625rem;
  }

  .md\:first\:mr-25:first-child{
    margin-right: 1.5625rem;
  }

  .md\:first\:mb-25:first-child{
    margin-bottom: 1.5625rem;
  }

  .md\:first\:ml-25:first-child{
    margin-left: 1.5625rem;
  }

  .md\:first\:mt-30:first-child{
    margin-top: 1.875rem;
  }

  .md\:first\:mr-30:first-child{
    margin-right: 1.875rem;
  }

  .md\:first\:mb-30:first-child{
    margin-bottom: 1.875rem;
  }

  .md\:first\:ml-30:first-child{
    margin-left: 1.875rem;
  }

  .md\:first\:mt-35:first-child{
    margin-top: 2.1875rem;
  }

  .md\:first\:mr-35:first-child{
    margin-right: 2.1875rem;
  }

  .md\:first\:mb-35:first-child{
    margin-bottom: 2.1875rem;
  }

  .md\:first\:ml-35:first-child{
    margin-left: 2.1875rem;
  }

  .md\:first\:mt-40:first-child{
    margin-top: 2.5rem;
  }

  .md\:first\:mr-40:first-child{
    margin-right: 2.5rem;
  }

  .md\:first\:mb-40:first-child{
    margin-bottom: 2.5rem;
  }

  .md\:first\:ml-40:first-child{
    margin-left: 2.5rem;
  }

  .md\:first\:mt-50:first-child{
    margin-top: 3.125rem;
  }

  .md\:first\:mr-50:first-child{
    margin-right: 3.125rem;
  }

  .md\:first\:mb-50:first-child{
    margin-bottom: 3.125rem;
  }

  .md\:first\:ml-50:first-child{
    margin-left: 3.125rem;
  }

  .md\:first\:mt-60:first-child{
    margin-top: 3.75rem;
  }

  .md\:first\:mr-60:first-child{
    margin-right: 3.75rem;
  }

  .md\:first\:mb-60:first-child{
    margin-bottom: 3.75rem;
  }

  .md\:first\:ml-60:first-child{
    margin-left: 3.75rem;
  }

  .md\:first\:mt-75:first-child{
    margin-top: 4.6875rem;
  }

  .md\:first\:mr-75:first-child{
    margin-right: 4.6875rem;
  }

  .md\:first\:mb-75:first-child{
    margin-bottom: 4.6875rem;
  }

  .md\:first\:ml-75:first-child{
    margin-left: 4.6875rem;
  }

  .md\:first\:mt-85:first-child{
    margin-top: 5.3125rem;
  }

  .md\:first\:mr-85:first-child{
    margin-right: 5.3125rem;
  }

  .md\:first\:mb-85:first-child{
    margin-bottom: 5.3125rem;
  }

  .md\:first\:ml-85:first-child{
    margin-left: 5.3125rem;
  }

  .md\:first\:mt-100:first-child{
    margin-top: 6.25rem;
  }

  .md\:first\:mr-100:first-child{
    margin-right: 6.25rem;
  }

  .md\:first\:mb-100:first-child{
    margin-bottom: 6.25rem;
  }

  .md\:first\:ml-100:first-child{
    margin-left: 6.25rem;
  }

  .md\:first\:mt-150:first-child{
    margin-top: 9.375rem;
  }

  .md\:first\:mr-150:first-child{
    margin-right: 9.375rem;
  }

  .md\:first\:mb-150:first-child{
    margin-bottom: 9.375rem;
  }

  .md\:first\:ml-150:first-child{
    margin-left: 9.375rem;
  }

  .md\:first\:mt-175:first-child{
    margin-top: 10.9375rem;
  }

  .md\:first\:mr-175:first-child{
    margin-right: 10.9375rem;
  }

  .md\:first\:mb-175:first-child{
    margin-bottom: 10.9375rem;
  }

  .md\:first\:ml-175:first-child{
    margin-left: 10.9375rem;
  }

  .md\:first\:mt-auto:first-child{
    margin-top: auto;
  }

  .md\:first\:mr-auto:first-child{
    margin-right: auto;
  }

  .md\:first\:mb-auto:first-child{
    margin-bottom: auto;
  }

  .md\:first\:ml-auto:first-child{
    margin-left: auto;
  }

  .md\:first\:-mt-0:first-child{
    margin-top: 0;
  }

  .md\:first\:-mr-0:first-child{
    margin-right: 0;
  }

  .md\:first\:-mb-0:first-child{
    margin-bottom: 0;
  }

  .md\:first\:-ml-0:first-child{
    margin-left: 0;
  }

  .md\:first\:-mt-1:first-child{
    margin-top: -0.0625rem;
  }

  .md\:first\:-mr-1:first-child{
    margin-right: -0.0625rem;
  }

  .md\:first\:-mb-1:first-child{
    margin-bottom: -0.0625rem;
  }

  .md\:first\:-ml-1:first-child{
    margin-left: -0.0625rem;
  }

  .md\:first\:-mt-2:first-child{
    margin-top: -0.125rem;
  }

  .md\:first\:-mr-2:first-child{
    margin-right: -0.125rem;
  }

  .md\:first\:-mb-2:first-child{
    margin-bottom: -0.125rem;
  }

  .md\:first\:-ml-2:first-child{
    margin-left: -0.125rem;
  }

  .md\:first\:-mt-3:first-child{
    margin-top: -0.1875rem;
  }

  .md\:first\:-mr-3:first-child{
    margin-right: -0.1875rem;
  }

  .md\:first\:-mb-3:first-child{
    margin-bottom: -0.1875rem;
  }

  .md\:first\:-ml-3:first-child{
    margin-left: -0.1875rem;
  }

  .md\:first\:-mt-4:first-child{
    margin-top: -0.25rem;
  }

  .md\:first\:-mr-4:first-child{
    margin-right: -0.25rem;
  }

  .md\:first\:-mb-4:first-child{
    margin-bottom: -0.25rem;
  }

  .md\:first\:-ml-4:first-child{
    margin-left: -0.25rem;
  }

  .md\:first\:-mt-5:first-child{
    margin-top: -0.3125rem;
  }

  .md\:first\:-mr-5:first-child{
    margin-right: -0.3125rem;
  }

  .md\:first\:-mb-5:first-child{
    margin-bottom: -0.3125rem;
  }

  .md\:first\:-ml-5:first-child{
    margin-left: -0.3125rem;
  }

  .md\:first\:-mt-6:first-child{
    margin-top: -0.375rem;
  }

  .md\:first\:-mr-6:first-child{
    margin-right: -0.375rem;
  }

  .md\:first\:-mb-6:first-child{
    margin-bottom: -0.375rem;
  }

  .md\:first\:-ml-6:first-child{
    margin-left: -0.375rem;
  }

  .md\:first\:-mt-8:first-child{
    margin-top: -0.5rem;
  }

  .md\:first\:-mr-8:first-child{
    margin-right: -0.5rem;
  }

  .md\:first\:-mb-8:first-child{
    margin-bottom: -0.5rem;
  }

  .md\:first\:-ml-8:first-child{
    margin-left: -0.5rem;
  }

  .md\:first\:-mt-10:first-child{
    margin-top: -0.625rem;
  }

  .md\:first\:-mr-10:first-child{
    margin-right: -0.625rem;
  }

  .md\:first\:-mb-10:first-child{
    margin-bottom: -0.625rem;
  }

  .md\:first\:-ml-10:first-child{
    margin-left: -0.625rem;
  }

  .md\:first\:-mt-15:first-child{
    margin-top: -0.9375rem;
  }

  .md\:first\:-mr-15:first-child{
    margin-right: -0.9375rem;
  }

  .md\:first\:-mb-15:first-child{
    margin-bottom: -0.9375rem;
  }

  .md\:first\:-ml-15:first-child{
    margin-left: -0.9375rem;
  }

  .md\:first\:-mt-20:first-child{
    margin-top: -1.25rem;
  }

  .md\:first\:-mr-20:first-child{
    margin-right: -1.25rem;
  }

  .md\:first\:-mb-20:first-child{
    margin-bottom: -1.25rem;
  }

  .md\:first\:-ml-20:first-child{
    margin-left: -1.25rem;
  }

  .md\:first\:-mt-25:first-child{
    margin-top: -1.5625rem;
  }

  .md\:first\:-mr-25:first-child{
    margin-right: -1.5625rem;
  }

  .md\:first\:-mb-25:first-child{
    margin-bottom: -1.5625rem;
  }

  .md\:first\:-ml-25:first-child{
    margin-left: -1.5625rem;
  }

  .md\:first\:-mt-30:first-child{
    margin-top: -1.875rem;
  }

  .md\:first\:-mr-30:first-child{
    margin-right: -1.875rem;
  }

  .md\:first\:-mb-30:first-child{
    margin-bottom: -1.875rem;
  }

  .md\:first\:-ml-30:first-child{
    margin-left: -1.875rem;
  }

  .md\:first\:-mt-35:first-child{
    margin-top: -2.1875rem;
  }

  .md\:first\:-mr-35:first-child{
    margin-right: -2.1875rem;
  }

  .md\:first\:-mb-35:first-child{
    margin-bottom: -2.1875rem;
  }

  .md\:first\:-ml-35:first-child{
    margin-left: -2.1875rem;
  }

  .md\:first\:-mt-40:first-child{
    margin-top: -2.5rem;
  }

  .md\:first\:-mr-40:first-child{
    margin-right: -2.5rem;
  }

  .md\:first\:-mb-40:first-child{
    margin-bottom: -2.5rem;
  }

  .md\:first\:-ml-40:first-child{
    margin-left: -2.5rem;
  }

  .md\:first\:-mt-50:first-child{
    margin-top: -3.125rem;
  }

  .md\:first\:-mr-50:first-child{
    margin-right: -3.125rem;
  }

  .md\:first\:-mb-50:first-child{
    margin-bottom: -3.125rem;
  }

  .md\:first\:-ml-50:first-child{
    margin-left: -3.125rem;
  }

  .md\:first\:-mt-60:first-child{
    margin-top: -3.75rem;
  }

  .md\:first\:-mr-60:first-child{
    margin-right: -3.75rem;
  }

  .md\:first\:-mb-60:first-child{
    margin-bottom: -3.75rem;
  }

  .md\:first\:-ml-60:first-child{
    margin-left: -3.75rem;
  }

  .md\:first\:-mt-75:first-child{
    margin-top: -4.6875rem;
  }

  .md\:first\:-mr-75:first-child{
    margin-right: -4.6875rem;
  }

  .md\:first\:-mb-75:first-child{
    margin-bottom: -4.6875rem;
  }

  .md\:first\:-ml-75:first-child{
    margin-left: -4.6875rem;
  }

  .md\:first\:-mt-85:first-child{
    margin-top: -5.3125rem;
  }

  .md\:first\:-mr-85:first-child{
    margin-right: -5.3125rem;
  }

  .md\:first\:-mb-85:first-child{
    margin-bottom: -5.3125rem;
  }

  .md\:first\:-ml-85:first-child{
    margin-left: -5.3125rem;
  }

  .md\:first\:-mt-100:first-child{
    margin-top: -6.25rem;
  }

  .md\:first\:-mr-100:first-child{
    margin-right: -6.25rem;
  }

  .md\:first\:-mb-100:first-child{
    margin-bottom: -6.25rem;
  }

  .md\:first\:-ml-100:first-child{
    margin-left: -6.25rem;
  }

  .md\:first\:-mt-150:first-child{
    margin-top: -9.375rem;
  }

  .md\:first\:-mr-150:first-child{
    margin-right: -9.375rem;
  }

  .md\:first\:-mb-150:first-child{
    margin-bottom: -9.375rem;
  }

  .md\:first\:-ml-150:first-child{
    margin-left: -9.375rem;
  }

  .md\:first\:-mt-175:first-child{
    margin-top: -10.9375rem;
  }

  .md\:first\:-mr-175:first-child{
    margin-right: -10.9375rem;
  }

  .md\:first\:-mb-175:first-child{
    margin-bottom: -10.9375rem;
  }

  .md\:first\:-ml-175:first-child{
    margin-left: -10.9375rem;
  }

  .md\:last\:m-0:last-child{
    margin: 0;
  }

  .md\:last\:m-1:last-child{
    margin: 0.0625rem;
  }

  .md\:last\:m-2:last-child{
    margin: 0.125rem;
  }

  .md\:last\:m-3:last-child{
    margin: 0.1875rem;
  }

  .md\:last\:m-4:last-child{
    margin: 0.25rem;
  }

  .md\:last\:m-5:last-child{
    margin: 0.3125rem;
  }

  .md\:last\:m-6:last-child{
    margin: 0.375rem;
  }

  .md\:last\:m-8:last-child{
    margin: 0.5rem;
  }

  .md\:last\:m-10:last-child{
    margin: 0.625rem;
  }

  .md\:last\:m-15:last-child{
    margin: 0.9375rem;
  }

  .md\:last\:m-20:last-child{
    margin: 1.25rem;
  }

  .md\:last\:m-25:last-child{
    margin: 1.5625rem;
  }

  .md\:last\:m-30:last-child{
    margin: 1.875rem;
  }

  .md\:last\:m-35:last-child{
    margin: 2.1875rem;
  }

  .md\:last\:m-40:last-child{
    margin: 2.5rem;
  }

  .md\:last\:m-50:last-child{
    margin: 3.125rem;
  }

  .md\:last\:m-60:last-child{
    margin: 3.75rem;
  }

  .md\:last\:m-75:last-child{
    margin: 4.6875rem;
  }

  .md\:last\:m-85:last-child{
    margin: 5.3125rem;
  }

  .md\:last\:m-100:last-child{
    margin: 6.25rem;
  }

  .md\:last\:m-150:last-child{
    margin: 9.375rem;
  }

  .md\:last\:m-175:last-child{
    margin: 10.9375rem;
  }

  .md\:last\:m-auto:last-child{
    margin: auto;
  }

  .md\:last\:-m-0:last-child{
    margin: 0;
  }

  .md\:last\:-m-1:last-child{
    margin: -0.0625rem;
  }

  .md\:last\:-m-2:last-child{
    margin: -0.125rem;
  }

  .md\:last\:-m-3:last-child{
    margin: -0.1875rem;
  }

  .md\:last\:-m-4:last-child{
    margin: -0.25rem;
  }

  .md\:last\:-m-5:last-child{
    margin: -0.3125rem;
  }

  .md\:last\:-m-6:last-child{
    margin: -0.375rem;
  }

  .md\:last\:-m-8:last-child{
    margin: -0.5rem;
  }

  .md\:last\:-m-10:last-child{
    margin: -0.625rem;
  }

  .md\:last\:-m-15:last-child{
    margin: -0.9375rem;
  }

  .md\:last\:-m-20:last-child{
    margin: -1.25rem;
  }

  .md\:last\:-m-25:last-child{
    margin: -1.5625rem;
  }

  .md\:last\:-m-30:last-child{
    margin: -1.875rem;
  }

  .md\:last\:-m-35:last-child{
    margin: -2.1875rem;
  }

  .md\:last\:-m-40:last-child{
    margin: -2.5rem;
  }

  .md\:last\:-m-50:last-child{
    margin: -3.125rem;
  }

  .md\:last\:-m-60:last-child{
    margin: -3.75rem;
  }

  .md\:last\:-m-75:last-child{
    margin: -4.6875rem;
  }

  .md\:last\:-m-85:last-child{
    margin: -5.3125rem;
  }

  .md\:last\:-m-100:last-child{
    margin: -6.25rem;
  }

  .md\:last\:-m-150:last-child{
    margin: -9.375rem;
  }

  .md\:last\:-m-175:last-child{
    margin: -10.9375rem;
  }

  .md\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:last\:my-1:last-child{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .md\:last\:mx-1:last-child{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .md\:last\:my-2:last-child{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:last\:mx-2:last-child{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:last\:my-3:last-child{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .md\:last\:mx-3:last-child{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .md\:last\:my-4:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:last\:mx-4:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:last\:my-5:last-child{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .md\:last\:mx-5:last-child{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .md\:last\:my-6:last-child{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:last\:mx-6:last-child{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:last\:my-8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:last\:mx-8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:last\:my-10:last-child{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:last\:mx-10:last-child{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:last\:my-15:last-child{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .md\:last\:mx-15:last-child{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .md\:last\:my-20:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:last\:mx-20:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:last\:my-25:last-child{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .md\:last\:mx-25:last-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .md\:last\:my-30:last-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:last\:mx-30:last-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .md\:last\:my-35:last-child{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .md\:last\:mx-35:last-child{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .md\:last\:my-40:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:last\:mx-40:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:last\:my-50:last-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:last\:mx-50:last-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .md\:last\:my-60:last-child{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:last\:mx-60:last-child{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:last\:my-75:last-child{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .md\:last\:mx-75:last-child{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .md\:last\:my-85:last-child{
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .md\:last\:mx-85:last-child{
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .md\:last\:my-100:last-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .md\:last\:mx-100:last-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .md\:last\:my-150:last-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .md\:last\:mx-150:last-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .md\:last\:my-175:last-child{
    margin-top: 10.9375rem;
    margin-bottom: 10.9375rem;
  }

  .md\:last\:mx-175:last-child{
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
  }

  .md\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:last\:-my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:last\:-mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:last\:-my-1:last-child{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .md\:last\:-mx-1:last-child{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .md\:last\:-my-2:last-child{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:last\:-mx-2:last-child{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:last\:-my-3:last-child{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .md\:last\:-mx-3:last-child{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .md\:last\:-my-4:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:last\:-mx-4:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:last\:-my-5:last-child{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .md\:last\:-mx-5:last-child{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .md\:last\:-my-6:last-child{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:last\:-mx-6:last-child{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:last\:-my-8:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:last\:-mx-8:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:last\:-my-10:last-child{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:last\:-mx-10:last-child{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:last\:-my-15:last-child{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .md\:last\:-mx-15:last-child{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .md\:last\:-my-20:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:last\:-mx-20:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:last\:-my-25:last-child{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .md\:last\:-mx-25:last-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .md\:last\:-my-30:last-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:last\:-mx-30:last-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .md\:last\:-my-35:last-child{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .md\:last\:-mx-35:last-child{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .md\:last\:-my-40:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:last\:-mx-40:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:last\:-my-50:last-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:last\:-mx-50:last-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .md\:last\:-my-60:last-child{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:last\:-mx-60:last-child{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:last\:-my-75:last-child{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .md\:last\:-mx-75:last-child{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .md\:last\:-my-85:last-child{
    margin-top: -5.3125rem;
    margin-bottom: -5.3125rem;
  }

  .md\:last\:-mx-85:last-child{
    margin-left: -5.3125rem;
    margin-right: -5.3125rem;
  }

  .md\:last\:-my-100:last-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .md\:last\:-mx-100:last-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .md\:last\:-my-150:last-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .md\:last\:-mx-150:last-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .md\:last\:-my-175:last-child{
    margin-top: -10.9375rem;
    margin-bottom: -10.9375rem;
  }

  .md\:last\:-mx-175:last-child{
    margin-left: -10.9375rem;
    margin-right: -10.9375rem;
  }

  .md\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .md\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .md\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .md\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .md\:last\:mt-1:last-child{
    margin-top: 0.0625rem;
  }

  .md\:last\:mr-1:last-child{
    margin-right: 0.0625rem;
  }

  .md\:last\:mb-1:last-child{
    margin-bottom: 0.0625rem;
  }

  .md\:last\:ml-1:last-child{
    margin-left: 0.0625rem;
  }

  .md\:last\:mt-2:last-child{
    margin-top: 0.125rem;
  }

  .md\:last\:mr-2:last-child{
    margin-right: 0.125rem;
  }

  .md\:last\:mb-2:last-child{
    margin-bottom: 0.125rem;
  }

  .md\:last\:ml-2:last-child{
    margin-left: 0.125rem;
  }

  .md\:last\:mt-3:last-child{
    margin-top: 0.1875rem;
  }

  .md\:last\:mr-3:last-child{
    margin-right: 0.1875rem;
  }

  .md\:last\:mb-3:last-child{
    margin-bottom: 0.1875rem;
  }

  .md\:last\:ml-3:last-child{
    margin-left: 0.1875rem;
  }

  .md\:last\:mt-4:last-child{
    margin-top: 0.25rem;
  }

  .md\:last\:mr-4:last-child{
    margin-right: 0.25rem;
  }

  .md\:last\:mb-4:last-child{
    margin-bottom: 0.25rem;
  }

  .md\:last\:ml-4:last-child{
    margin-left: 0.25rem;
  }

  .md\:last\:mt-5:last-child{
    margin-top: 0.3125rem;
  }

  .md\:last\:mr-5:last-child{
    margin-right: 0.3125rem;
  }

  .md\:last\:mb-5:last-child{
    margin-bottom: 0.3125rem;
  }

  .md\:last\:ml-5:last-child{
    margin-left: 0.3125rem;
  }

  .md\:last\:mt-6:last-child{
    margin-top: 0.375rem;
  }

  .md\:last\:mr-6:last-child{
    margin-right: 0.375rem;
  }

  .md\:last\:mb-6:last-child{
    margin-bottom: 0.375rem;
  }

  .md\:last\:ml-6:last-child{
    margin-left: 0.375rem;
  }

  .md\:last\:mt-8:last-child{
    margin-top: 0.5rem;
  }

  .md\:last\:mr-8:last-child{
    margin-right: 0.5rem;
  }

  .md\:last\:mb-8:last-child{
    margin-bottom: 0.5rem;
  }

  .md\:last\:ml-8:last-child{
    margin-left: 0.5rem;
  }

  .md\:last\:mt-10:last-child{
    margin-top: 0.625rem;
  }

  .md\:last\:mr-10:last-child{
    margin-right: 0.625rem;
  }

  .md\:last\:mb-10:last-child{
    margin-bottom: 0.625rem;
  }

  .md\:last\:ml-10:last-child{
    margin-left: 0.625rem;
  }

  .md\:last\:mt-15:last-child{
    margin-top: 0.9375rem;
  }

  .md\:last\:mr-15:last-child{
    margin-right: 0.9375rem;
  }

  .md\:last\:mb-15:last-child{
    margin-bottom: 0.9375rem;
  }

  .md\:last\:ml-15:last-child{
    margin-left: 0.9375rem;
  }

  .md\:last\:mt-20:last-child{
    margin-top: 1.25rem;
  }

  .md\:last\:mr-20:last-child{
    margin-right: 1.25rem;
  }

  .md\:last\:mb-20:last-child{
    margin-bottom: 1.25rem;
  }

  .md\:last\:ml-20:last-child{
    margin-left: 1.25rem;
  }

  .md\:last\:mt-25:last-child{
    margin-top: 1.5625rem;
  }

  .md\:last\:mr-25:last-child{
    margin-right: 1.5625rem;
  }

  .md\:last\:mb-25:last-child{
    margin-bottom: 1.5625rem;
  }

  .md\:last\:ml-25:last-child{
    margin-left: 1.5625rem;
  }

  .md\:last\:mt-30:last-child{
    margin-top: 1.875rem;
  }

  .md\:last\:mr-30:last-child{
    margin-right: 1.875rem;
  }

  .md\:last\:mb-30:last-child{
    margin-bottom: 1.875rem;
  }

  .md\:last\:ml-30:last-child{
    margin-left: 1.875rem;
  }

  .md\:last\:mt-35:last-child{
    margin-top: 2.1875rem;
  }

  .md\:last\:mr-35:last-child{
    margin-right: 2.1875rem;
  }

  .md\:last\:mb-35:last-child{
    margin-bottom: 2.1875rem;
  }

  .md\:last\:ml-35:last-child{
    margin-left: 2.1875rem;
  }

  .md\:last\:mt-40:last-child{
    margin-top: 2.5rem;
  }

  .md\:last\:mr-40:last-child{
    margin-right: 2.5rem;
  }

  .md\:last\:mb-40:last-child{
    margin-bottom: 2.5rem;
  }

  .md\:last\:ml-40:last-child{
    margin-left: 2.5rem;
  }

  .md\:last\:mt-50:last-child{
    margin-top: 3.125rem;
  }

  .md\:last\:mr-50:last-child{
    margin-right: 3.125rem;
  }

  .md\:last\:mb-50:last-child{
    margin-bottom: 3.125rem;
  }

  .md\:last\:ml-50:last-child{
    margin-left: 3.125rem;
  }

  .md\:last\:mt-60:last-child{
    margin-top: 3.75rem;
  }

  .md\:last\:mr-60:last-child{
    margin-right: 3.75rem;
  }

  .md\:last\:mb-60:last-child{
    margin-bottom: 3.75rem;
  }

  .md\:last\:ml-60:last-child{
    margin-left: 3.75rem;
  }

  .md\:last\:mt-75:last-child{
    margin-top: 4.6875rem;
  }

  .md\:last\:mr-75:last-child{
    margin-right: 4.6875rem;
  }

  .md\:last\:mb-75:last-child{
    margin-bottom: 4.6875rem;
  }

  .md\:last\:ml-75:last-child{
    margin-left: 4.6875rem;
  }

  .md\:last\:mt-85:last-child{
    margin-top: 5.3125rem;
  }

  .md\:last\:mr-85:last-child{
    margin-right: 5.3125rem;
  }

  .md\:last\:mb-85:last-child{
    margin-bottom: 5.3125rem;
  }

  .md\:last\:ml-85:last-child{
    margin-left: 5.3125rem;
  }

  .md\:last\:mt-100:last-child{
    margin-top: 6.25rem;
  }

  .md\:last\:mr-100:last-child{
    margin-right: 6.25rem;
  }

  .md\:last\:mb-100:last-child{
    margin-bottom: 6.25rem;
  }

  .md\:last\:ml-100:last-child{
    margin-left: 6.25rem;
  }

  .md\:last\:mt-150:last-child{
    margin-top: 9.375rem;
  }

  .md\:last\:mr-150:last-child{
    margin-right: 9.375rem;
  }

  .md\:last\:mb-150:last-child{
    margin-bottom: 9.375rem;
  }

  .md\:last\:ml-150:last-child{
    margin-left: 9.375rem;
  }

  .md\:last\:mt-175:last-child{
    margin-top: 10.9375rem;
  }

  .md\:last\:mr-175:last-child{
    margin-right: 10.9375rem;
  }

  .md\:last\:mb-175:last-child{
    margin-bottom: 10.9375rem;
  }

  .md\:last\:ml-175:last-child{
    margin-left: 10.9375rem;
  }

  .md\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .md\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .md\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .md\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .md\:last\:-mt-0:last-child{
    margin-top: 0;
  }

  .md\:last\:-mr-0:last-child{
    margin-right: 0;
  }

  .md\:last\:-mb-0:last-child{
    margin-bottom: 0;
  }

  .md\:last\:-ml-0:last-child{
    margin-left: 0;
  }

  .md\:last\:-mt-1:last-child{
    margin-top: -0.0625rem;
  }

  .md\:last\:-mr-1:last-child{
    margin-right: -0.0625rem;
  }

  .md\:last\:-mb-1:last-child{
    margin-bottom: -0.0625rem;
  }

  .md\:last\:-ml-1:last-child{
    margin-left: -0.0625rem;
  }

  .md\:last\:-mt-2:last-child{
    margin-top: -0.125rem;
  }

  .md\:last\:-mr-2:last-child{
    margin-right: -0.125rem;
  }

  .md\:last\:-mb-2:last-child{
    margin-bottom: -0.125rem;
  }

  .md\:last\:-ml-2:last-child{
    margin-left: -0.125rem;
  }

  .md\:last\:-mt-3:last-child{
    margin-top: -0.1875rem;
  }

  .md\:last\:-mr-3:last-child{
    margin-right: -0.1875rem;
  }

  .md\:last\:-mb-3:last-child{
    margin-bottom: -0.1875rem;
  }

  .md\:last\:-ml-3:last-child{
    margin-left: -0.1875rem;
  }

  .md\:last\:-mt-4:last-child{
    margin-top: -0.25rem;
  }

  .md\:last\:-mr-4:last-child{
    margin-right: -0.25rem;
  }

  .md\:last\:-mb-4:last-child{
    margin-bottom: -0.25rem;
  }

  .md\:last\:-ml-4:last-child{
    margin-left: -0.25rem;
  }

  .md\:last\:-mt-5:last-child{
    margin-top: -0.3125rem;
  }

  .md\:last\:-mr-5:last-child{
    margin-right: -0.3125rem;
  }

  .md\:last\:-mb-5:last-child{
    margin-bottom: -0.3125rem;
  }

  .md\:last\:-ml-5:last-child{
    margin-left: -0.3125rem;
  }

  .md\:last\:-mt-6:last-child{
    margin-top: -0.375rem;
  }

  .md\:last\:-mr-6:last-child{
    margin-right: -0.375rem;
  }

  .md\:last\:-mb-6:last-child{
    margin-bottom: -0.375rem;
  }

  .md\:last\:-ml-6:last-child{
    margin-left: -0.375rem;
  }

  .md\:last\:-mt-8:last-child{
    margin-top: -0.5rem;
  }

  .md\:last\:-mr-8:last-child{
    margin-right: -0.5rem;
  }

  .md\:last\:-mb-8:last-child{
    margin-bottom: -0.5rem;
  }

  .md\:last\:-ml-8:last-child{
    margin-left: -0.5rem;
  }

  .md\:last\:-mt-10:last-child{
    margin-top: -0.625rem;
  }

  .md\:last\:-mr-10:last-child{
    margin-right: -0.625rem;
  }

  .md\:last\:-mb-10:last-child{
    margin-bottom: -0.625rem;
  }

  .md\:last\:-ml-10:last-child{
    margin-left: -0.625rem;
  }

  .md\:last\:-mt-15:last-child{
    margin-top: -0.9375rem;
  }

  .md\:last\:-mr-15:last-child{
    margin-right: -0.9375rem;
  }

  .md\:last\:-mb-15:last-child{
    margin-bottom: -0.9375rem;
  }

  .md\:last\:-ml-15:last-child{
    margin-left: -0.9375rem;
  }

  .md\:last\:-mt-20:last-child{
    margin-top: -1.25rem;
  }

  .md\:last\:-mr-20:last-child{
    margin-right: -1.25rem;
  }

  .md\:last\:-mb-20:last-child{
    margin-bottom: -1.25rem;
  }

  .md\:last\:-ml-20:last-child{
    margin-left: -1.25rem;
  }

  .md\:last\:-mt-25:last-child{
    margin-top: -1.5625rem;
  }

  .md\:last\:-mr-25:last-child{
    margin-right: -1.5625rem;
  }

  .md\:last\:-mb-25:last-child{
    margin-bottom: -1.5625rem;
  }

  .md\:last\:-ml-25:last-child{
    margin-left: -1.5625rem;
  }

  .md\:last\:-mt-30:last-child{
    margin-top: -1.875rem;
  }

  .md\:last\:-mr-30:last-child{
    margin-right: -1.875rem;
  }

  .md\:last\:-mb-30:last-child{
    margin-bottom: -1.875rem;
  }

  .md\:last\:-ml-30:last-child{
    margin-left: -1.875rem;
  }

  .md\:last\:-mt-35:last-child{
    margin-top: -2.1875rem;
  }

  .md\:last\:-mr-35:last-child{
    margin-right: -2.1875rem;
  }

  .md\:last\:-mb-35:last-child{
    margin-bottom: -2.1875rem;
  }

  .md\:last\:-ml-35:last-child{
    margin-left: -2.1875rem;
  }

  .md\:last\:-mt-40:last-child{
    margin-top: -2.5rem;
  }

  .md\:last\:-mr-40:last-child{
    margin-right: -2.5rem;
  }

  .md\:last\:-mb-40:last-child{
    margin-bottom: -2.5rem;
  }

  .md\:last\:-ml-40:last-child{
    margin-left: -2.5rem;
  }

  .md\:last\:-mt-50:last-child{
    margin-top: -3.125rem;
  }

  .md\:last\:-mr-50:last-child{
    margin-right: -3.125rem;
  }

  .md\:last\:-mb-50:last-child{
    margin-bottom: -3.125rem;
  }

  .md\:last\:-ml-50:last-child{
    margin-left: -3.125rem;
  }

  .md\:last\:-mt-60:last-child{
    margin-top: -3.75rem;
  }

  .md\:last\:-mr-60:last-child{
    margin-right: -3.75rem;
  }

  .md\:last\:-mb-60:last-child{
    margin-bottom: -3.75rem;
  }

  .md\:last\:-ml-60:last-child{
    margin-left: -3.75rem;
  }

  .md\:last\:-mt-75:last-child{
    margin-top: -4.6875rem;
  }

  .md\:last\:-mr-75:last-child{
    margin-right: -4.6875rem;
  }

  .md\:last\:-mb-75:last-child{
    margin-bottom: -4.6875rem;
  }

  .md\:last\:-ml-75:last-child{
    margin-left: -4.6875rem;
  }

  .md\:last\:-mt-85:last-child{
    margin-top: -5.3125rem;
  }

  .md\:last\:-mr-85:last-child{
    margin-right: -5.3125rem;
  }

  .md\:last\:-mb-85:last-child{
    margin-bottom: -5.3125rem;
  }

  .md\:last\:-ml-85:last-child{
    margin-left: -5.3125rem;
  }

  .md\:last\:-mt-100:last-child{
    margin-top: -6.25rem;
  }

  .md\:last\:-mr-100:last-child{
    margin-right: -6.25rem;
  }

  .md\:last\:-mb-100:last-child{
    margin-bottom: -6.25rem;
  }

  .md\:last\:-ml-100:last-child{
    margin-left: -6.25rem;
  }

  .md\:last\:-mt-150:last-child{
    margin-top: -9.375rem;
  }

  .md\:last\:-mr-150:last-child{
    margin-right: -9.375rem;
  }

  .md\:last\:-mb-150:last-child{
    margin-bottom: -9.375rem;
  }

  .md\:last\:-ml-150:last-child{
    margin-left: -9.375rem;
  }

  .md\:last\:-mt-175:last-child{
    margin-top: -10.9375rem;
  }

  .md\:last\:-mr-175:last-child{
    margin-right: -10.9375rem;
  }

  .md\:last\:-mb-175:last-child{
    margin-bottom: -10.9375rem;
  }

  .md\:last\:-ml-175:last-child{
    margin-left: -10.9375rem;
  }

  .md\:max-h-10{
    max-height: 0.625rem;
  }

  .md\:max-h-20{
    max-height: 1.25rem;
  }

  .md\:max-h-30{
    max-height: 1.875rem;
  }

  .md\:max-h-40{
    max-height: 2.5rem;
  }

  .md\:max-h-50{
    max-height: 3.125rem;
  }

  .md\:max-h-60{
    max-height: 3.75rem;
  }

  .md\:max-h-70{
    max-height: 4.375rem;
  }

  .md\:max-h-75{
    max-height: 4.6875rem;
  }

  .md\:max-h-80{
    max-height: 5rem;
  }

  .md\:max-h-90{
    max-height: 5.625rem;
  }

  .md\:max-h-100{
    max-height: 6.25rem;
  }

  .md\:max-h-110{
    max-height: 6.875rem;
  }

  .md\:max-h-120{
    max-height: 7.5rem;
  }

  .md\:max-h-130{
    max-height: 8.125rem;
  }

  .md\:max-h-140{
    max-height: 8.75rem;
  }

  .md\:max-h-150{
    max-height: 9.375rem;
  }

  .md\:max-h-160{
    max-height: 10rem;
  }

  .md\:max-h-170{
    max-height: 10.625rem;
  }

  .md\:max-h-180{
    max-height: 11.25rem;
  }

  .md\:max-h-190{
    max-height: 11.875rem;
  }

  .md\:max-h-200{
    max-height: 12.5rem;
  }

  .md\:max-h-225{
    max-height: 14.0625rem;
  }

  .md\:max-h-250{
    max-height: 15.625rem;
  }

  .md\:max-h-300{
    max-height: 18.75rem;
  }

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

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

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

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:max-w-lg{
    max-width: 32rem;
  }

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-4xl{
    max-width: 56rem;
  }

  .md\:max-w-5xl{
    max-width: 64rem;
  }

  .md\:max-w-6xl{
    max-width: 72rem;
  }

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

  .md\:max-w-screen-sm{
    max-width: 460px;
  }

  .md\:max-w-screen-md{
    max-width: 768px;
  }

  .md\:max-w-screen-lg{
    max-width: 1024px;
  }

  .md\:max-w-screen-xl{
    max-width: 1280px;
  }

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

  .md\:max-w-1\/3-up{
    max-width: 34%;
  }

  .md\:max-w-2\/3{
    max-width: 66.6%;
  }

  .md\:max-w-1\/4{
    max-width: 25%;
  }

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

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

  .md\:max-w-3\/4, .node-type-article .inner-slab-text-container {
    max-width: 75%;
  }

  .md\:max-w-1\/5{
    max-width: 20%;
  }

  .md\:max-w-2\/5{
    max-width: 40%;
  }

  .md\:max-w-3\/5{
    max-width: 60%;
  }

  .md\:max-w-4\/5{
    max-width: 80%;
  }

  .md\:max-w-gminor{
    max-width: 38.2%;
  }

  .md\:max-w-gmajor{
    max-width: 61.8%;
  }

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

  .md\:min-h-10{
    min-height: 0.625rem;
  }

  .md\:min-h-20{
    min-height: 1.25rem;
  }

  .md\:min-h-30{
    min-height: 1.875rem;
  }

  .md\:min-h-40{
    min-height: 2.5rem;
  }

  .md\:min-h-50{
    min-height: 3.125rem;
  }

  .md\:min-h-60{
    min-height: 3.75rem;
  }

  .md\:min-h-70{
    min-height: 4.375rem;
  }

  .md\:min-h-75{
    min-height: 4.6875rem;
  }

  .md\:min-h-80{
    min-height: 5rem;
  }

  .md\:min-h-90{
    min-height: 5.625rem;
  }

  .md\:min-h-100{
    min-height: 6.25rem;
  }

  .md\:min-h-110{
    min-height: 6.875rem;
  }

  .md\:min-h-120{
    min-height: 7.5rem;
  }

  .md\:min-h-130{
    min-height: 8.125rem;
  }

  .md\:min-h-140{
    min-height: 8.75rem;
  }

  .md\:min-h-150{
    min-height: 9.375rem;
  }

  .md\:min-h-160{
    min-height: 10rem;
  }

  .md\:min-h-170{
    min-height: 10.625rem;
  }

  .md\:min-h-180{
    min-height: 11.25rem;
  }

  .md\:min-h-190{
    min-height: 11.875rem;
  }

  .md\:min-h-200{
    min-height: 12.5rem;
  }

  .md\:min-h-225{
    min-height: 14.0625rem;
  }

  .md\:min-h-250{
    min-height: 15.625rem;
  }

  .md\:min-h-300{
    min-height: 18.75rem;
  }

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

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

  .md\:min-h-1\/3{
    min-height: 33%;
  }

  .md\:min-h-1\/3-up{
    min-height: 34%;
  }

  .md\:min-h-2\/3{
    min-height: 66.6%;
  }

  .md\:min-h-1\/4{
    min-height: 25vh;
  }

  .md\:min-h-1\/2{
    min-height: 50vh;
  }

  .md\:min-h-2\/4{
    min-height: 50%;
  }

  .md\:min-h-3\/4{
    min-height: 75vh;
  }

  .md\:min-h-1\/5{
    min-height: 20%;
  }

  .md\:min-h-2\/5{
    min-height: 40%;
  }

  .md\:min-h-3\/5{
    min-height: 60%;
  }

  .md\:min-h-4\/5{
    min-height: 80%;
  }

  .md\:min-h-gminor{
    min-height: 38.2%;
  }

  .md\:min-h-gmajor{
    min-height: 61.8%;
  }

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

  .md\:min-w-10{
    min-width: 0.625rem;
  }

  .md\:min-w-20{
    min-width: 1.25rem;
  }

  .md\:min-w-30{
    min-width: 1.875rem;
  }

  .md\:min-w-40{
    min-width: 2.5rem;
  }

  .md\:min-w-50{
    min-width: 3.125rem;
  }

  .md\:min-w-60{
    min-width: 3.75rem;
  }

  .md\:min-w-70{
    min-width: 4.375rem;
  }

  .md\:min-w-75{
    min-width: 4.6875rem;
  }

  .md\:min-w-80{
    min-width: 5rem;
  }

  .md\:min-w-90{
    min-width: 5.625rem;
  }

  .md\:min-w-100{
    min-width: 6.25rem;
  }

  .md\:min-w-110{
    min-width: 6.875rem;
  }

  .md\:min-w-120{
    min-width: 7.5rem;
  }

  .md\:min-w-130{
    min-width: 8.125rem;
  }

  .md\:min-w-140{
    min-width: 8.75rem;
  }

  .md\:min-w-150{
    min-width: 9.375rem;
  }

  .md\:min-w-160{
    min-width: 10rem;
  }

  .md\:min-w-170{
    min-width: 10.625rem;
  }

  .md\:min-w-180{
    min-width: 11.25rem;
  }

  .md\:min-w-190{
    min-width: 11.875rem;
  }

  .md\:min-w-200{
    min-width: 12.5rem;
  }

  .md\:min-w-225{
    min-width: 14.0625rem;
  }

  .md\:min-w-250{
    min-width: 15.625rem;
  }

  .md\:min-w-300{
    min-width: 18.75rem;
  }

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

  .md\:min-w-1\/3{
    min-width: 33%;
  }

  .md\:min-w-1\/3-up{
    min-width: 34%;
  }

  .md\:min-w-2\/3{
    min-width: 66.6%;
  }

  .md\:min-w-1\/4{
    min-width: 25%;
  }

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

  .md\:min-w-2\/4{
    min-width: 50%;
  }

  .md\:min-w-3\/4{
    min-width: 75%;
  }

  .md\:min-w-1\/5{
    min-width: 20%;
  }

  .md\:min-w-2\/5{
    min-width: 40%;
  }

  .md\:min-w-3\/5{
    min-width: 60%;
  }

  .md\:min-w-4\/5{
    min-width: 80%;
  }

  .md\:min-w-gminor{
    min-width: 38.2%;
  }

  .md\:min-w-gmajor{
    min-width: 61.8%;
  }

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

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

  .md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:opacity-25{
    opacity: 0.25;
  }

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

  .md\:opacity-75{
    opacity: 0.75;
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

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

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

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

  .md\:p-2{
    padding: 0.125rem;
  }

  .md\:p-3{
    padding: 0.1875rem;
  }

  .md\:p-4{
    padding: 0.25rem;
  }

  .md\:p-5{
    padding: 0.3125rem;
  }

  .md\:p-6{
    padding: 0.375rem;
  }

  .md\:p-8{
    padding: 0.5rem;
  }

  .md\:p-10{
    padding: 0.625rem;
  }

  .md\:p-15{
    padding: 0.9375rem;
  }

  .md\:p-20{
    padding: 1.25rem;
  }

  .md\:p-25{
    padding: 1.5625rem;
  }

  .md\:p-30{
    padding: 1.875rem;
  }

  .md\:p-35{
    padding: 2.1875rem;
  }

  .md\:p-40{
    padding: 2.5rem;
  }

  .md\:p-50{
    padding: 3.125rem;
  }

  .md\:p-60{
    padding: 3.75rem;
  }

  .md\:p-75{
    padding: 4.6875rem;
  }

  .md\:p-85{
    padding: 5.3125rem;
  }

  .md\:p-100{
    padding: 6.25rem;
  }

  .md\:p-150{
    padding: 9.375rem;
  }

  .md\:p-175{
    padding: 10.9375rem;
  }

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

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

  .md\:py-1{
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .md\:px-1{
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }

  .md\:py-2{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:px-2{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:py-3{
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .md\:px-3{
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .md\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-5{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .md\:px-5{
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .md\:py-6{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:px-6{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-10{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:px-10{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:py-15{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .md\:px-15{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .md\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-25{
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .md\:px-25{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .md\:py-30{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:px-30{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:py-35{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .md\:px-35{
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .md\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-50{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:px-50{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .md\:py-60{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:px-60{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:py-75{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .md\:px-75{
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .md\:py-85{
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }

  .md\:px-85{
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }

  .md\:py-100{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .md\:px-100{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .md\:py-150{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .md\:px-150{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .md\:py-175{
    padding-top: 10.9375rem;
    padding-bottom: 10.9375rem;
  }

  .md\:px-175{
    padding-left: 10.9375rem;
    padding-right: 10.9375rem;
  }

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

  .md\:pr-1{
    padding-right: 0.0625rem;
  }

  .md\:pb-1{
    padding-bottom: 0.0625rem;
  }

  .md\:pl-1{
    padding-left: 0.0625rem;
  }

  .md\:pt-2{
    padding-top: 0.125rem;
  }

  .md\:pr-2{
    padding-right: 0.125rem;
  }

  .md\:pb-2{
    padding-bottom: 0.125rem;
  }

  .md\:pl-2{
    padding-left: 0.125rem;
  }

  .md\:pt-3{
    padding-top: 0.1875rem;
  }

  .md\:pr-3{
    padding-right: 0.1875rem;
  }

  .md\:pb-3{
    padding-bottom: 0.1875rem;
  }

  .md\:pl-3{
    padding-left: 0.1875rem;
  }

  .md\:pt-4{
    padding-top: 0.25rem;
  }

  .md\:pr-4{
    padding-right: 0.25rem;
  }

  .md\:pb-4{
    padding-bottom: 0.25rem;
  }

  .md\:pl-4{
    padding-left: 0.25rem;
  }

  .md\:pt-5{
    padding-top: 0.3125rem;
  }

  .md\:pr-5{
    padding-right: 0.3125rem;
  }

  .md\:pb-5{
    padding-bottom: 0.3125rem;
  }

  .md\:pl-5{
    padding-left: 0.3125rem;
  }

  .md\:pt-6{
    padding-top: 0.375rem;
  }

  .md\:pr-6{
    padding-right: 0.375rem;
  }

  .md\:pb-6{
    padding-bottom: 0.375rem;
  }

  .md\:pl-6{
    padding-left: 0.375rem;
  }

  .md\:pt-8{
    padding-top: 0.5rem;
  }

  .md\:pr-8{
    padding-right: 0.5rem;
  }

  .md\:pb-8{
    padding-bottom: 0.5rem;
  }

  .md\:pl-8{
    padding-left: 0.5rem;
  }

  .md\:pt-10{
    padding-top: 0.625rem;
  }

  .md\:pr-10{
    padding-right: 0.625rem;
  }

  .md\:pb-10{
    padding-bottom: 0.625rem;
  }

  .md\:pl-10{
    padding-left: 0.625rem;
  }

  .md\:pt-15{
    padding-top: 0.9375rem;
  }

  .md\:pr-15{
    padding-right: 0.9375rem;
  }

  .md\:pb-15{
    padding-bottom: 0.9375rem;
  }

  .md\:pl-15{
    padding-left: 0.9375rem;
  }

  .md\:pt-20{
    padding-top: 1.25rem;
  }

  .md\:pr-20{
    padding-right: 1.25rem;
  }

  .md\:pb-20{
    padding-bottom: 1.25rem;
  }

  .md\:pl-20{
    padding-left: 1.25rem;
  }

  .md\:pt-25{
    padding-top: 1.5625rem;
  }

  .md\:pr-25{
    padding-right: 1.5625rem;
  }

  .md\:pb-25{
    padding-bottom: 1.5625rem;
  }

  .md\:pl-25{
    padding-left: 1.5625rem;
  }

  .md\:pt-30{
    padding-top: 1.875rem;
  }

  .md\:pr-30{
    padding-right: 1.875rem;
  }

  .md\:pb-30{
    padding-bottom: 1.875rem;
  }

  .md\:pl-30{
    padding-left: 1.875rem;
  }

  .md\:pt-35{
    padding-top: 2.1875rem;
  }

  .md\:pr-35{
    padding-right: 2.1875rem;
  }

  .md\:pb-35{
    padding-bottom: 2.1875rem;
  }

  .md\:pl-35{
    padding-left: 2.1875rem;
  }

  .md\:pt-40{
    padding-top: 2.5rem;
  }

  .md\:pr-40{
    padding-right: 2.5rem;
  }

  .md\:pb-40{
    padding-bottom: 2.5rem;
  }

  .md\:pl-40{
    padding-left: 2.5rem;
  }

  .md\:pt-50{
    padding-top: 3.125rem;
  }

  .md\:pr-50{
    padding-right: 3.125rem;
  }

  .md\:pb-50{
    padding-bottom: 3.125rem;
  }

  .md\:pl-50{
    padding-left: 3.125rem;
  }

  .md\:pt-60{
    padding-top: 3.75rem;
  }

  .md\:pr-60{
    padding-right: 3.75rem;
  }

  .md\:pb-60{
    padding-bottom: 3.75rem;
  }

  .md\:pl-60{
    padding-left: 3.75rem;
  }

  .md\:pt-75{
    padding-top: 4.6875rem;
  }

  .md\:pr-75{
    padding-right: 4.6875rem;
  }

  .md\:pb-75{
    padding-bottom: 4.6875rem;
  }

  .md\:pl-75{
    padding-left: 4.6875rem;
  }

  .md\:pt-85{
    padding-top: 5.3125rem;
  }

  .md\:pr-85{
    padding-right: 5.3125rem;
  }

  .md\:pb-85{
    padding-bottom: 5.3125rem;
  }

  .md\:pl-85{
    padding-left: 5.3125rem;
  }

  .md\:pt-100{
    padding-top: 6.25rem;
  }

  .md\:pr-100{
    padding-right: 6.25rem;
  }

  .md\:pb-100{
    padding-bottom: 6.25rem;
  }

  .md\:pl-100{
    padding-left: 6.25rem;
  }

  .md\:pt-150{
    padding-top: 9.375rem;
  }

  .md\:pr-150{
    padding-right: 9.375rem;
  }

  .md\:pb-150{
    padding-bottom: 9.375rem;
  }

  .md\:pl-150{
    padding-left: 9.375rem;
  }

  .md\:pt-175{
    padding-top: 10.9375rem;
  }

  .md\:pr-175{
    padding-right: 10.9375rem;
  }

  .md\:pb-175{
    padding-bottom: 10.9375rem;
  }

  .md\:pl-175{
    padding-left: 10.9375rem;
  }

  .md\:placeholder-green-100::-webkit-input-placeholder{
    color: #c5e7c5;
  }

  .md\:placeholder-green-100::-moz-placeholder{
    color: #c5e7c5;
  }

  .md\:placeholder-green-100::-ms-input-placeholder{
    color: #c5e7c5;
  }

  .md\:placeholder-green-100::placeholder{
    color: #c5e7c5;
  }

  .md\:placeholder-green-300::-webkit-input-placeholder{
    color: #5ed795;
  }

  .md\:placeholder-green-300::-moz-placeholder{
    color: #5ed795;
  }

  .md\:placeholder-green-300::-ms-input-placeholder{
    color: #5ed795;
  }

  .md\:placeholder-green-300::placeholder{
    color: #5ed795;
  }

  .md\:placeholder-green-400::-webkit-input-placeholder{
    color: #68c187;
  }

  .md\:placeholder-green-400::-moz-placeholder{
    color: #68c187;
  }

  .md\:placeholder-green-400::-ms-input-placeholder{
    color: #68c187;
  }

  .md\:placeholder-green-400::placeholder{
    color: #68c187;
  }

  .md\:placeholder-green-700::-webkit-input-placeholder{
    color: #2F8355;
  }

  .md\:placeholder-green-700::-moz-placeholder{
    color: #2F8355;
  }

  .md\:placeholder-green-700::-ms-input-placeholder{
    color: #2F8355;
  }

  .md\:placeholder-green-700::placeholder{
    color: #2F8355;
  }

  .md\:placeholder-green::-webkit-input-placeholder{
    color: #2f8355;
  }

  .md\:placeholder-green::-moz-placeholder{
    color: #2f8355;
  }

  .md\:placeholder-green::-ms-input-placeholder{
    color: #2f8355;
  }

  .md\:placeholder-green::placeholder{
    color: #2f8355;
  }

  .md\:placeholder-cyan-100::-webkit-input-placeholder{
    color: #03bdff;
  }

  .md\:placeholder-cyan-100::-moz-placeholder{
    color: #03bdff;
  }

  .md\:placeholder-cyan-100::-ms-input-placeholder{
    color: #03bdff;
  }

  .md\:placeholder-cyan-100::placeholder{
    color: #03bdff;
  }

  .md\:placeholder-cyan-300::-webkit-input-placeholder{
    color: #60a7d5;
  }

  .md\:placeholder-cyan-300::-moz-placeholder{
    color: #60a7d5;
  }

  .md\:placeholder-cyan-300::-ms-input-placeholder{
    color: #60a7d5;
  }

  .md\:placeholder-cyan-300::placeholder{
    color: #60a7d5;
  }

  .md\:placeholder-cyan-400::-webkit-input-placeholder{
    color: #0092bc;
  }

  .md\:placeholder-cyan-400::-moz-placeholder{
    color: #0092bc;
  }

  .md\:placeholder-cyan-400::-ms-input-placeholder{
    color: #0092bc;
  }

  .md\:placeholder-cyan-400::placeholder{
    color: #0092bc;
  }

  .md\:placeholder-cyan::-webkit-input-placeholder{
    color: #007fa3;
  }

  .md\:placeholder-cyan::-moz-placeholder{
    color: #007fa3;
  }

  .md\:placeholder-cyan::-ms-input-placeholder{
    color: #007fa3;
  }

  .md\:placeholder-cyan::placeholder{
    color: #007fa3;
  }

  .md\:placeholder-blue-300::-webkit-input-placeholder{
    color: #2f63d4;
  }

  .md\:placeholder-blue-300::-moz-placeholder{
    color: #2f63d4;
  }

  .md\:placeholder-blue-300::-ms-input-placeholder{
    color: #2f63d4;
  }

  .md\:placeholder-blue-300::placeholder{
    color: #2f63d4;
  }

  .md\:placeholder-blue-400::-webkit-input-placeholder{
    color: #004C97;
  }

  .md\:placeholder-blue-400::-moz-placeholder{
    color: #004C97;
  }

  .md\:placeholder-blue-400::-ms-input-placeholder{
    color: #004C97;
  }

  .md\:placeholder-blue-400::placeholder{
    color: #004C97;
  }

  .md\:placeholder-blue-500::-webkit-input-placeholder{
    color: #24458c;
  }

  .md\:placeholder-blue-500::-moz-placeholder{
    color: #24458c;
  }

  .md\:placeholder-blue-500::-ms-input-placeholder{
    color: #24458c;
  }

  .md\:placeholder-blue-500::placeholder{
    color: #24458c;
  }

  .md\:placeholder-blue-700::-webkit-input-placeholder{
    color: #004c97;
  }

  .md\:placeholder-blue-700::-moz-placeholder{
    color: #004c97;
  }

  .md\:placeholder-blue-700::-ms-input-placeholder{
    color: #004c97;
  }

  .md\:placeholder-blue-700::placeholder{
    color: #004c97;
  }

  .md\:placeholder-blue::-webkit-input-placeholder{
    color: #0057b8;
  }

  .md\:placeholder-blue::-moz-placeholder{
    color: #0057b8;
  }

  .md\:placeholder-blue::-ms-input-placeholder{
    color: #0057b8;
  }

  .md\:placeholder-blue::placeholder{
    color: #0057b8;
  }

  .md\:placeholder-blue-blend::-webkit-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .md\:placeholder-blue-blend::-moz-placeholder{
    color: rgba(32,67,143,.85);
  }

  .md\:placeholder-blue-blend::-ms-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .md\:placeholder-blue-blend::placeholder{
    color: rgba(32,67,143,.85);
  }

  .md\:placeholder-lavender-100::-webkit-input-placeholder{
    color: #d2a9d3;
  }

  .md\:placeholder-lavender-100::-moz-placeholder{
    color: #d2a9d3;
  }

  .md\:placeholder-lavender-100::-ms-input-placeholder{
    color: #d2a9d3;
  }

  .md\:placeholder-lavender-100::placeholder{
    color: #d2a9d3;
  }

  .md\:placeholder-lavender-200::-webkit-input-placeholder{
    color: #957ad1;
  }

  .md\:placeholder-lavender-200::-moz-placeholder{
    color: #957ad1;
  }

  .md\:placeholder-lavender-200::-ms-input-placeholder{
    color: #957ad1;
  }

  .md\:placeholder-lavender-200::placeholder{
    color: #957ad1;
  }

  .md\:placeholder-lavender::-webkit-input-placeholder{
    color: #8066b7;
  }

  .md\:placeholder-lavender::-moz-placeholder{
    color: #8066b7;
  }

  .md\:placeholder-lavender::-ms-input-placeholder{
    color: #8066b7;
  }

  .md\:placeholder-lavender::placeholder{
    color: #8066b7;
  }

  .md\:placeholder-red-100::-webkit-input-placeholder{
    color: #eecbcb;
  }

  .md\:placeholder-red-100::-moz-placeholder{
    color: #eecbcb;
  }

  .md\:placeholder-red-100::-ms-input-placeholder{
    color: #eecbcb;
  }

  .md\:placeholder-red-100::placeholder{
    color: #eecbcb;
  }

  .md\:placeholder-red-900::-webkit-input-placeholder{
    color: #ff0000;
  }

  .md\:placeholder-red-900::-moz-placeholder{
    color: #ff0000;
  }

  .md\:placeholder-red-900::-ms-input-placeholder{
    color: #ff0000;
  }

  .md\:placeholder-red-900::placeholder{
    color: #ff0000;
  }

  .md\:placeholder-red::-webkit-input-placeholder{
    color: #d14732;
  }

  .md\:placeholder-red::-moz-placeholder{
    color: #d14732;
  }

  .md\:placeholder-red::-ms-input-placeholder{
    color: #d14732;
  }

  .md\:placeholder-red::placeholder{
    color: #d14732;
  }

  .md\:placeholder-orange-100::-webkit-input-placeholder{
    color: #ffe7b6;
  }

  .md\:placeholder-orange-100::-moz-placeholder{
    color: #ffe7b6;
  }

  .md\:placeholder-orange-100::-ms-input-placeholder{
    color: #ffe7b6;
  }

  .md\:placeholder-orange-100::placeholder{
    color: #ffe7b6;
  }

  .md\:placeholder-orange-400::-webkit-input-placeholder{
    color: #ffc146;
  }

  .md\:placeholder-orange-400::-moz-placeholder{
    color: #ffc146;
  }

  .md\:placeholder-orange-400::-ms-input-placeholder{
    color: #ffc146;
  }

  .md\:placeholder-orange-400::placeholder{
    color: #ffc146;
  }

  .md\:placeholder-orange-700::-webkit-input-placeholder{
    color: #c45510;
  }

  .md\:placeholder-orange-700::-moz-placeholder{
    color: #c45510;
  }

  .md\:placeholder-orange-700::-ms-input-placeholder{
    color: #c45510;
  }

  .md\:placeholder-orange-700::placeholder{
    color: #c45510;
  }

  .md\:placeholder-orange-900::-webkit-input-placeholder{
    color: #8c2e0b;
  }

  .md\:placeholder-orange-900::-moz-placeholder{
    color: #8c2e0b;
  }

  .md\:placeholder-orange-900::-ms-input-placeholder{
    color: #8c2e0b;
  }

  .md\:placeholder-orange-900::placeholder{
    color: #8c2e0b;
  }

  .md\:placeholder-orange::-webkit-input-placeholder{
    color: #e77530;
  }

  .md\:placeholder-orange::-moz-placeholder{
    color: #e77530;
  }

  .md\:placeholder-orange::-ms-input-placeholder{
    color: #e77530;
  }

  .md\:placeholder-orange::placeholder{
    color: #e77530;
  }

  .md\:placeholder-yellow-100::-webkit-input-placeholder{
    color: #f2efe2;
  }

  .md\:placeholder-yellow-100::-moz-placeholder{
    color: #f2efe2;
  }

  .md\:placeholder-yellow-100::-ms-input-placeholder{
    color: #f2efe2;
  }

  .md\:placeholder-yellow-100::placeholder{
    color: #f2efe2;
  }

  .md\:placeholder-yellow::-webkit-input-placeholder{
    color: #fecb34;
  }

  .md\:placeholder-yellow::-moz-placeholder{
    color: #fecb34;
  }

  .md\:placeholder-yellow::-ms-input-placeholder{
    color: #fecb34;
  }

  .md\:placeholder-yellow::placeholder{
    color: #fecb34;
  }

  .md\:placeholder-brown-100::-webkit-input-placeholder{
    color: #cfd2aa;
  }

  .md\:placeholder-brown-100::-moz-placeholder{
    color: #cfd2aa;
  }

  .md\:placeholder-brown-100::-ms-input-placeholder{
    color: #cfd2aa;
  }

  .md\:placeholder-brown-100::placeholder{
    color: #cfd2aa;
  }

  .md\:placeholder-brown-300::-webkit-input-placeholder{
    color: #7a7751;
  }

  .md\:placeholder-brown-300::-moz-placeholder{
    color: #7a7751;
  }

  .md\:placeholder-brown-300::-ms-input-placeholder{
    color: #7a7751;
  }

  .md\:placeholder-brown-300::placeholder{
    color: #7a7751;
  }

  .md\:placeholder-brown::-webkit-input-placeholder{
    color: #735005;
  }

  .md\:placeholder-brown::-moz-placeholder{
    color: #735005;
  }

  .md\:placeholder-brown::-ms-input-placeholder{
    color: #735005;
  }

  .md\:placeholder-brown::placeholder{
    color: #735005;
  }

  .md\:placeholder-gray-100::-webkit-input-placeholder{
    color: #f6f6f6;
  }

  .md\:placeholder-gray-100::-moz-placeholder{
    color: #f6f6f6;
  }

  .md\:placeholder-gray-100::-ms-input-placeholder{
    color: #f6f6f6;
  }

  .md\:placeholder-gray-100::placeholder{
    color: #f6f6f6;
  }

  .md\:placeholder-gray-200::-webkit-input-placeholder{
    color: #eee;
  }

  .md\:placeholder-gray-200::-moz-placeholder{
    color: #eee;
  }

  .md\:placeholder-gray-200::-ms-input-placeholder{
    color: #eee;
  }

  .md\:placeholder-gray-200::placeholder{
    color: #eee;
  }

  .md\:placeholder-gray-300::-webkit-input-placeholder{
    color: #e5e5e5;
  }

  .md\:placeholder-gray-300::-moz-placeholder{
    color: #e5e5e5;
  }

  .md\:placeholder-gray-300::-ms-input-placeholder{
    color: #e5e5e5;
  }

  .md\:placeholder-gray-300::placeholder{
    color: #e5e5e5;
  }

  .md\:placeholder-gray-400::-webkit-input-placeholder{
    color: #d8d8d8;
  }

  .md\:placeholder-gray-400::-moz-placeholder{
    color: #d8d8d8;
  }

  .md\:placeholder-gray-400::-ms-input-placeholder{
    color: #d8d8d8;
  }

  .md\:placeholder-gray-400::placeholder{
    color: #d8d8d8;
  }

  .md\:placeholder-gray-500::-webkit-input-placeholder{
    color: #ccc;
  }

  .md\:placeholder-gray-500::-moz-placeholder{
    color: #ccc;
  }

  .md\:placeholder-gray-500::-ms-input-placeholder{
    color: #ccc;
  }

  .md\:placeholder-gray-500::placeholder{
    color: #ccc;
  }

  .md\:placeholder-gray-600::-webkit-input-placeholder{
    color: #bbb;
  }

  .md\:placeholder-gray-600::-moz-placeholder{
    color: #bbb;
  }

  .md\:placeholder-gray-600::-ms-input-placeholder{
    color: #bbb;
  }

  .md\:placeholder-gray-600::placeholder{
    color: #bbb;
  }

  .md\:placeholder-gray-800::-webkit-input-placeholder{
    color: #757575;
  }

  .md\:placeholder-gray-800::-moz-placeholder{
    color: #757575;
  }

  .md\:placeholder-gray-800::-ms-input-placeholder{
    color: #757575;
  }

  .md\:placeholder-gray-800::placeholder{
    color: #757575;
  }

  .md\:placeholder-gray-900::-webkit-input-placeholder{
    color: #666;
  }

  .md\:placeholder-gray-900::-moz-placeholder{
    color: #666;
  }

  .md\:placeholder-gray-900::-ms-input-placeholder{
    color: #666;
  }

  .md\:placeholder-gray-900::placeholder{
    color: #666;
  }

  .md\:placeholder-gray-950::-webkit-input-placeholder{
    color: #222;
  }

  .md\:placeholder-gray-950::-moz-placeholder{
    color: #222;
  }

  .md\:placeholder-gray-950::-ms-input-placeholder{
    color: #222;
  }

  .md\:placeholder-gray-950::placeholder{
    color: #222;
  }

  .md\:placeholder-gray::-webkit-input-placeholder{
    color: #999;
  }

  .md\:placeholder-gray::-moz-placeholder{
    color: #999;
  }

  .md\:placeholder-gray::-ms-input-placeholder{
    color: #999;
  }

  .md\:placeholder-gray::placeholder{
    color: #999;
  }

  .md\:placeholder-black::-webkit-input-placeholder{
    color: #171614;
  }

  .md\:placeholder-black::-moz-placeholder{
    color: #171614;
  }

  .md\:placeholder-black::-ms-input-placeholder{
    color: #171614;
  }

  .md\:placeholder-black::placeholder{
    color: #171614;
  }

  .md\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .md\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .md\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .md\:placeholder-white::placeholder{
    color: #fff;
  }

  .md\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    color: #c5e7c5;
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder{
    color: #c5e7c5;
  }

  .md\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    color: #c5e7c5;
  }

  .md\:focus\:placeholder-green-100:focus::placeholder{
    color: #c5e7c5;
  }

  .md\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    color: #5ed795;
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: #5ed795;
  }

  .md\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    color: #5ed795;
  }

  .md\:focus\:placeholder-green-300:focus::placeholder{
    color: #5ed795;
  }

  .md\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    color: #68c187;
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder{
    color: #68c187;
  }

  .md\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    color: #68c187;
  }

  .md\:focus\:placeholder-green-400:focus::placeholder{
    color: #68c187;
  }

  .md\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    color: #2F8355;
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder{
    color: #2F8355;
  }

  .md\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    color: #2F8355;
  }

  .md\:focus\:placeholder-green-700:focus::placeholder{
    color: #2F8355;
  }

  .md\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #2f8355;
  }

  .md\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #2f8355;
  }

  .md\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #2f8355;
  }

  .md\:focus\:placeholder-green:focus::placeholder{
    color: #2f8355;
  }

  .md\:focus\:placeholder-cyan-100:focus::-webkit-input-placeholder{
    color: #03bdff;
  }

  .md\:focus\:placeholder-cyan-100:focus::-moz-placeholder{
    color: #03bdff;
  }

  .md\:focus\:placeholder-cyan-100:focus::-ms-input-placeholder{
    color: #03bdff;
  }

  .md\:focus\:placeholder-cyan-100:focus::placeholder{
    color: #03bdff;
  }

  .md\:focus\:placeholder-cyan-300:focus::-webkit-input-placeholder{
    color: #60a7d5;
  }

  .md\:focus\:placeholder-cyan-300:focus::-moz-placeholder{
    color: #60a7d5;
  }

  .md\:focus\:placeholder-cyan-300:focus::-ms-input-placeholder{
    color: #60a7d5;
  }

  .md\:focus\:placeholder-cyan-300:focus::placeholder{
    color: #60a7d5;
  }

  .md\:focus\:placeholder-cyan-400:focus::-webkit-input-placeholder{
    color: #0092bc;
  }

  .md\:focus\:placeholder-cyan-400:focus::-moz-placeholder{
    color: #0092bc;
  }

  .md\:focus\:placeholder-cyan-400:focus::-ms-input-placeholder{
    color: #0092bc;
  }

  .md\:focus\:placeholder-cyan-400:focus::placeholder{
    color: #0092bc;
  }

  .md\:focus\:placeholder-cyan:focus::-webkit-input-placeholder{
    color: #007fa3;
  }

  .md\:focus\:placeholder-cyan:focus::-moz-placeholder{
    color: #007fa3;
  }

  .md\:focus\:placeholder-cyan:focus::-ms-input-placeholder{
    color: #007fa3;
  }

  .md\:focus\:placeholder-cyan:focus::placeholder{
    color: #007fa3;
  }

  .md\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    color: #2f63d4;
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    color: #2f63d4;
  }

  .md\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    color: #2f63d4;
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder{
    color: #2f63d4;
  }

  .md\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    color: #004C97;
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    color: #004C97;
  }

  .md\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    color: #004C97;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder{
    color: #004C97;
  }

  .md\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #24458c;
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    color: #24458c;
  }

  .md\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    color: #24458c;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder{
    color: #24458c;
  }

  .md\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    color: #004c97;
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    color: #004c97;
  }

  .md\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    color: #004c97;
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder{
    color: #004c97;
  }

  .md\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    color: #0057b8;
  }

  .md\:focus\:placeholder-blue:focus::-moz-placeholder{
    color: #0057b8;
  }

  .md\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color: #0057b8;
  }

  .md\:focus\:placeholder-blue:focus::placeholder{
    color: #0057b8;
  }

  .md\:focus\:placeholder-blue-blend:focus::-webkit-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .md\:focus\:placeholder-blue-blend:focus::-moz-placeholder{
    color: rgba(32,67,143,.85);
  }

  .md\:focus\:placeholder-blue-blend:focus::-ms-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .md\:focus\:placeholder-blue-blend:focus::placeholder{
    color: rgba(32,67,143,.85);
  }

  .md\:focus\:placeholder-lavender-100:focus::-webkit-input-placeholder{
    color: #d2a9d3;
  }

  .md\:focus\:placeholder-lavender-100:focus::-moz-placeholder{
    color: #d2a9d3;
  }

  .md\:focus\:placeholder-lavender-100:focus::-ms-input-placeholder{
    color: #d2a9d3;
  }

  .md\:focus\:placeholder-lavender-100:focus::placeholder{
    color: #d2a9d3;
  }

  .md\:focus\:placeholder-lavender-200:focus::-webkit-input-placeholder{
    color: #957ad1;
  }

  .md\:focus\:placeholder-lavender-200:focus::-moz-placeholder{
    color: #957ad1;
  }

  .md\:focus\:placeholder-lavender-200:focus::-ms-input-placeholder{
    color: #957ad1;
  }

  .md\:focus\:placeholder-lavender-200:focus::placeholder{
    color: #957ad1;
  }

  .md\:focus\:placeholder-lavender:focus::-webkit-input-placeholder{
    color: #8066b7;
  }

  .md\:focus\:placeholder-lavender:focus::-moz-placeholder{
    color: #8066b7;
  }

  .md\:focus\:placeholder-lavender:focus::-ms-input-placeholder{
    color: #8066b7;
  }

  .md\:focus\:placeholder-lavender:focus::placeholder{
    color: #8066b7;
  }

  .md\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{
    color: #eecbcb;
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder{
    color: #eecbcb;
  }

  .md\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    color: #eecbcb;
  }

  .md\:focus\:placeholder-red-100:focus::placeholder{
    color: #eecbcb;
  }

  .md\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    color: #ff0000;
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder{
    color: #ff0000;
  }

  .md\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    color: #ff0000;
  }

  .md\:focus\:placeholder-red-900:focus::placeholder{
    color: #ff0000;
  }

  .md\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color: #d14732;
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder{
    color: #d14732;
  }

  .md\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color: #d14732;
  }

  .md\:focus\:placeholder-red:focus::placeholder{
    color: #d14732;
  }

  .md\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    color: #ffe7b6;
  }

  .md\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    color: #ffe7b6;
  }

  .md\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    color: #ffe7b6;
  }

  .md\:focus\:placeholder-orange-100:focus::placeholder{
    color: #ffe7b6;
  }

  .md\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    color: #ffc146;
  }

  .md\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    color: #ffc146;
  }

  .md\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    color: #ffc146;
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder{
    color: #ffc146;
  }

  .md\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    color: #c45510;
  }

  .md\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    color: #c45510;
  }

  .md\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    color: #c45510;
  }

  .md\:focus\:placeholder-orange-700:focus::placeholder{
    color: #c45510;
  }

  .md\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    color: #8c2e0b;
  }

  .md\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    color: #8c2e0b;
  }

  .md\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    color: #8c2e0b;
  }

  .md\:focus\:placeholder-orange-900:focus::placeholder{
    color: #8c2e0b;
  }

  .md\:focus\:placeholder-orange:focus::-webkit-input-placeholder{
    color: #e77530;
  }

  .md\:focus\:placeholder-orange:focus::-moz-placeholder{
    color: #e77530;
  }

  .md\:focus\:placeholder-orange:focus::-ms-input-placeholder{
    color: #e77530;
  }

  .md\:focus\:placeholder-orange:focus::placeholder{
    color: #e77530;
  }

  .md\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    color: #f2efe2;
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    color: #f2efe2;
  }

  .md\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    color: #f2efe2;
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder{
    color: #f2efe2;
  }

  .md\:focus\:placeholder-yellow:focus::-webkit-input-placeholder{
    color: #fecb34;
  }

  .md\:focus\:placeholder-yellow:focus::-moz-placeholder{
    color: #fecb34;
  }

  .md\:focus\:placeholder-yellow:focus::-ms-input-placeholder{
    color: #fecb34;
  }

  .md\:focus\:placeholder-yellow:focus::placeholder{
    color: #fecb34;
  }

  .md\:focus\:placeholder-brown-100:focus::-webkit-input-placeholder{
    color: #cfd2aa;
  }

  .md\:focus\:placeholder-brown-100:focus::-moz-placeholder{
    color: #cfd2aa;
  }

  .md\:focus\:placeholder-brown-100:focus::-ms-input-placeholder{
    color: #cfd2aa;
  }

  .md\:focus\:placeholder-brown-100:focus::placeholder{
    color: #cfd2aa;
  }

  .md\:focus\:placeholder-brown-300:focus::-webkit-input-placeholder{
    color: #7a7751;
  }

  .md\:focus\:placeholder-brown-300:focus::-moz-placeholder{
    color: #7a7751;
  }

  .md\:focus\:placeholder-brown-300:focus::-ms-input-placeholder{
    color: #7a7751;
  }

  .md\:focus\:placeholder-brown-300:focus::placeholder{
    color: #7a7751;
  }

  .md\:focus\:placeholder-brown:focus::-webkit-input-placeholder{
    color: #735005;
  }

  .md\:focus\:placeholder-brown:focus::-moz-placeholder{
    color: #735005;
  }

  .md\:focus\:placeholder-brown:focus::-ms-input-placeholder{
    color: #735005;
  }

  .md\:focus\:placeholder-brown:focus::placeholder{
    color: #735005;
  }

  .md\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f6f6f6;
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    color: #f6f6f6;
  }

  .md\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f6f6f6;
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder{
    color: #f6f6f6;
  }

  .md\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #eee;
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    color: #eee;
  }

  .md\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    color: #eee;
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    color: #eee;
  }

  .md\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e5e5e5;
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    color: #e5e5e5;
  }

  .md\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e5e5e5;
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder{
    color: #e5e5e5;
  }

  .md\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #d8d8d8;
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    color: #d8d8d8;
  }

  .md\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    color: #d8d8d8;
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder{
    color: #d8d8d8;
  }

  .md\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #ccc;
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    color: #ccc;
  }

  .md\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    color: #ccc;
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder{
    color: #ccc;
  }

  .md\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    color: #bbb;
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    color: #bbb;
  }

  .md\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    color: #bbb;
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder{
    color: #bbb;
  }

  .md\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    color: #757575;
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    color: #757575;
  }

  .md\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    color: #757575;
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder{
    color: #757575;
  }

  .md\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    color: #666;
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    color: #666;
  }

  .md\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    color: #666;
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder{
    color: #666;
  }

  .md\:focus\:placeholder-gray-950:focus::-webkit-input-placeholder{
    color: #222;
  }

  .md\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    color: #222;
  }

  .md\:focus\:placeholder-gray-950:focus::-ms-input-placeholder{
    color: #222;
  }

  .md\:focus\:placeholder-gray-950:focus::placeholder{
    color: #222;
  }

  .md\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: #999;
  }

  .md\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: #999;
  }

  .md\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: #999;
  }

  .md\:focus\:placeholder-gray:focus::placeholder{
    color: #999;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #171614;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #171614;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #171614;
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    color: #171614;
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .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\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-1{
    top: 0.0625rem;
    right: 0.0625rem;
    bottom: 0.0625rem;
    left: 0.0625rem;
  }

  .md\:inset-2{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:inset-3{
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .md\:inset-4{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-5{
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
  }

  .md\:inset-6{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:inset-8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-10{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:inset-15{
    top: 0.9375rem;
    right: 0.9375rem;
    bottom: 0.9375rem;
    left: 0.9375rem;
  }

  .md\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-25{
    top: 1.5625rem;
    right: 1.5625rem;
    bottom: 1.5625rem;
    left: 1.5625rem;
  }

  .md\:inset-30{
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .md\:inset-35{
    top: 2.1875rem;
    right: 2.1875rem;
    bottom: 2.1875rem;
    left: 2.1875rem;
  }

  .md\:inset-40{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-50{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .md\:inset-60{
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .md\:inset-75{
    top: 4.6875rem;
    right: 4.6875rem;
    bottom: 4.6875rem;
    left: 4.6875rem;
  }

  .md\:inset-85{
    top: 5.3125rem;
    right: 5.3125rem;
    bottom: 5.3125rem;
    left: 5.3125rem;
  }

  .md\:inset-100{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .md\:inset-150{
    top: 9.375rem;
    right: 9.375rem;
    bottom: 9.375rem;
    left: 9.375rem;
  }

  .md\:inset-175{
    top: 10.9375rem;
    right: 10.9375rem;
    bottom: 10.9375rem;
    left: 10.9375rem;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0{
    right: 0;
    left: 0;
  }

  .md\:inset-y-1{
    top: 0.0625rem;
    bottom: 0.0625rem;
  }

  .md\:inset-x-1{
    right: 0.0625rem;
    left: 0.0625rem;
  }

  .md\:inset-y-2{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:inset-x-2{
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:inset-y-3{
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .md\:inset-x-3{
    right: 0.1875rem;
    left: 0.1875rem;
  }

  .md\:inset-y-4{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:inset-x-4{
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-y-5{
    top: 0.3125rem;
    bottom: 0.3125rem;
  }

  .md\:inset-x-5{
    right: 0.3125rem;
    left: 0.3125rem;
  }

  .md\:inset-y-6{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:inset-x-6{
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:inset-y-8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-x-8{
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-y-10{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:inset-x-10{
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:inset-y-15{
    top: 0.9375rem;
    bottom: 0.9375rem;
  }

  .md\:inset-x-15{
    right: 0.9375rem;
    left: 0.9375rem;
  }

  .md\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:inset-x-20{
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-y-25{
    top: 1.5625rem;
    bottom: 1.5625rem;
  }

  .md\:inset-x-25{
    right: 1.5625rem;
    left: 1.5625rem;
  }

  .md\:inset-y-30{
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .md\:inset-x-30{
    right: 1.875rem;
    left: 1.875rem;
  }

  .md\:inset-y-35{
    top: 2.1875rem;
    bottom: 2.1875rem;
  }

  .md\:inset-x-35{
    right: 2.1875rem;
    left: 2.1875rem;
  }

  .md\:inset-y-40{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:inset-x-40{
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-y-50{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .md\:inset-x-50{
    right: 3.125rem;
    left: 3.125rem;
  }

  .md\:inset-y-60{
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .md\:inset-x-60{
    right: 3.75rem;
    left: 3.75rem;
  }

  .md\:inset-y-75{
    top: 4.6875rem;
    bottom: 4.6875rem;
  }

  .md\:inset-x-75{
    right: 4.6875rem;
    left: 4.6875rem;
  }

  .md\:inset-y-85{
    top: 5.3125rem;
    bottom: 5.3125rem;
  }

  .md\:inset-x-85{
    right: 5.3125rem;
    left: 5.3125rem;
  }

  .md\:inset-y-100{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .md\:inset-x-100{
    right: 6.25rem;
    left: 6.25rem;
  }

  .md\:inset-y-150{
    top: 9.375rem;
    bottom: 9.375rem;
  }

  .md\:inset-x-150{
    right: 9.375rem;
    left: 9.375rem;
  }

  .md\:inset-y-175{
    top: 10.9375rem;
    bottom: 10.9375rem;
  }

  .md\:inset-x-175{
    right: 10.9375rem;
    left: 10.9375rem;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:top-0{
    top: 0;
  }

  .md\:right-0{
    right: 0;
  }

  .md\:bottom-0{
    bottom: 0;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:top-1{
    top: 0.0625rem;
  }

  .md\:right-1{
    right: 0.0625rem;
  }

  .md\:bottom-1{
    bottom: 0.0625rem;
  }

  .md\:left-1{
    left: 0.0625rem;
  }

  .md\:top-2{
    top: 0.125rem;
  }

  .md\:right-2{
    right: 0.125rem;
  }

  .md\:bottom-2{
    bottom: 0.125rem;
  }

  .md\:left-2{
    left: 0.125rem;
  }

  .md\:top-3{
    top: 0.1875rem;
  }

  .md\:right-3{
    right: 0.1875rem;
  }

  .md\:bottom-3{
    bottom: 0.1875rem;
  }

  .md\:left-3{
    left: 0.1875rem;
  }

  .md\:top-4{
    top: 0.25rem;
  }

  .md\:right-4{
    right: 0.25rem;
  }

  .md\:bottom-4{
    bottom: 0.25rem;
  }

  .md\:left-4{
    left: 0.25rem;
  }

  .md\:top-5{
    top: 0.3125rem;
  }

  .md\:right-5{
    right: 0.3125rem;
  }

  .md\:bottom-5{
    bottom: 0.3125rem;
  }

  .md\:left-5{
    left: 0.3125rem;
  }

  .md\:top-6{
    top: 0.375rem;
  }

  .md\:right-6{
    right: 0.375rem;
  }

  .md\:bottom-6{
    bottom: 0.375rem;
  }

  .md\:left-6{
    left: 0.375rem;
  }

  .md\:top-8{
    top: 0.5rem;
  }

  .md\:right-8{
    right: 0.5rem;
  }

  .md\:bottom-8{
    bottom: 0.5rem;
  }

  .md\:left-8{
    left: 0.5rem;
  }

  .md\:top-10{
    top: 0.625rem;
  }

  .md\:right-10{
    right: 0.625rem;
  }

  .md\:bottom-10{
    bottom: 0.625rem;
  }

  .md\:left-10{
    left: 0.625rem;
  }

  .md\:top-15{
    top: 0.9375rem;
  }

  .md\:right-15{
    right: 0.9375rem;
  }

  .md\:bottom-15{
    bottom: 0.9375rem;
  }

  .md\:left-15{
    left: 0.9375rem;
  }

  .md\:top-20{
    top: 1.25rem;
  }

  .md\:right-20{
    right: 1.25rem;
  }

  .md\:bottom-20{
    bottom: 1.25rem;
  }

  .md\:left-20{
    left: 1.25rem;
  }

  .md\:top-25{
    top: 1.5625rem;
  }

  .md\:right-25{
    right: 1.5625rem;
  }

  .md\:bottom-25{
    bottom: 1.5625rem;
  }

  .md\:left-25{
    left: 1.5625rem;
  }

  .md\:top-30{
    top: 1.875rem;
  }

  .md\:right-30{
    right: 1.875rem;
  }

  .md\:bottom-30{
    bottom: 1.875rem;
  }

  .md\:left-30{
    left: 1.875rem;
  }

  .md\:top-35{
    top: 2.1875rem;
  }

  .md\:right-35{
    right: 2.1875rem;
  }

  .md\:bottom-35{
    bottom: 2.1875rem;
  }

  .md\:left-35{
    left: 2.1875rem;
  }

  .md\:top-40{
    top: 2.5rem;
  }

  .md\:right-40{
    right: 2.5rem;
  }

  .md\:bottom-40{
    bottom: 2.5rem;
  }

  .md\:left-40{
    left: 2.5rem;
  }

  .md\:top-50{
    top: 3.125rem;
  }

  .md\:right-50{
    right: 3.125rem;
  }

  .md\:bottom-50{
    bottom: 3.125rem;
  }

  .md\:left-50{
    left: 3.125rem;
  }

  .md\:top-60{
    top: 3.75rem;
  }

  .md\:right-60{
    right: 3.75rem;
  }

  .md\:bottom-60{
    bottom: 3.75rem;
  }

  .md\:left-60{
    left: 3.75rem;
  }

  .md\:top-75{
    top: 4.6875rem;
  }

  .md\:right-75{
    right: 4.6875rem;
  }

  .md\:bottom-75{
    bottom: 4.6875rem;
  }

  .md\:left-75{
    left: 4.6875rem;
  }

  .md\:top-85{
    top: 5.3125rem;
  }

  .md\:right-85{
    right: 5.3125rem;
  }

  .md\:bottom-85{
    bottom: 5.3125rem;
  }

  .md\:left-85{
    left: 5.3125rem;
  }

  .md\:top-100{
    top: 6.25rem;
  }

  .md\:right-100{
    right: 6.25rem;
  }

  .md\:bottom-100{
    bottom: 6.25rem;
  }

  .md\:left-100{
    left: 6.25rem;
  }

  .md\:top-150{
    top: 9.375rem;
  }

  .md\:right-150{
    right: 9.375rem;
  }

  .md\:bottom-150{
    bottom: 9.375rem;
  }

  .md\:left-150{
    left: 9.375rem;
  }

  .md\:top-175{
    top: 10.9375rem;
  }

  .md\:right-175{
    right: 10.9375rem;
  }

  .md\:bottom-175{
    bottom: 10.9375rem;
  }

  .md\:left-175{
    left: 10.9375rem;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:resize-none{
    resize: none;
  }

  .md\:resize-y{
    resize: vertical;
  }

  .md\:resize-x{
    resize: horizontal;
  }

  .md\:resize{
    resize: both;
  }

  .md\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

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

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

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

  .md\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:shadow-none{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

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

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

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

  .md\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

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

  .md\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow-none:hover{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

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

  .md\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

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

  .md\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus\:shadow-none:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:fill-current{
    fill: currentColor;
  }

  .md\:stroke-current{
    stroke: currentColor;
  }

  .md\:stroke-0{
    stroke-width: 0;
  }

  .md\:stroke-1{
    stroke-width: 1;
  }

  .md\:stroke-2{
    stroke-width: 2;
  }

  .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-green-100{
    color: #c5e7c5;
  }

  .md\:text-green-300{
    color: #5ed795;
  }

  .md\:text-green-400{
    color: #68c187;
  }

  .md\:text-green-700{
    color: #2F8355;
  }

  .md\:text-green{
    color: #2f8355;
  }

  .md\:text-cyan-100{
    color: #03bdff;
  }

  .md\:text-cyan-300{
    color: #60a7d5;
  }

  .md\:text-cyan-400{
    color: #0092bc;
  }

  .md\:text-cyan{
    color: #007fa3;
  }

  .md\:text-blue-300{
    color: #2f63d4;
  }

  .md\:text-blue-400{
    color: #004C97;
  }

  .md\:text-blue-500{
    color: #24458c;
  }

  .md\:text-blue-700{
    color: #004c97;
  }

  .md\:text-blue{
    color: #0057b8;
  }

  .md\:text-blue-blend{
    color: rgba(32,67,143,.85);
  }

  .md\:text-lavender-100{
    color: #d2a9d3;
  }

  .md\:text-lavender-200{
    color: #957ad1;
  }

  .md\:text-lavender{
    color: #8066b7;
  }

  .md\:text-red-100{
    color: #eecbcb;
  }

  .md\:text-red-900{
    color: #ff0000;
  }

  .md\:text-red{
    color: #d14732;
  }

  .md\:text-orange-100{
    color: #ffe7b6;
  }

  .md\:text-orange-400{
    color: #ffc146;
  }

  .md\:text-orange-700{
    color: #c45510;
  }

  .md\:text-orange-900{
    color: #8c2e0b;
  }

  .md\:text-orange{
    color: #e77530;
  }

  .md\:text-yellow-100{
    color: #f2efe2;
  }

  .md\:text-yellow{
    color: #fecb34;
  }

  .md\:text-brown-100{
    color: #cfd2aa;
  }

  .md\:text-brown-300{
    color: #7a7751;
  }

  .md\:text-brown{
    color: #735005;
  }

  .md\:text-gray-100{
    color: #f6f6f6;
  }

  .md\:text-gray-200{
    color: #eee;
  }

  .md\:text-gray-300{
    color: #e5e5e5;
  }

  .md\:text-gray-400{
    color: #d8d8d8;
  }

  .md\:text-gray-500{
    color: #ccc;
  }

  .md\:text-gray-600{
    color: #bbb;
  }

  .md\:text-gray-800{
    color: #757575;
  }

  .md\:text-gray-900{
    color: #666;
  }

  .md\:text-gray-950{
    color: #222;
  }

  .md\:text-gray{
    color: #999;
  }

  .md\:text-black{
    color: #171614;
  }

  .md\:text-white{
    color: #fff;
  }

  .md\:text-transparent{
    color: transparent;
  }

  .md\:hover\:text-green-100:hover{
    color: #c5e7c5;
  }

  .md\:hover\:text-green-300:hover{
    color: #5ed795;
  }

  .md\:hover\:text-green-400:hover{
    color: #68c187;
  }

  .md\:hover\:text-green-700:hover{
    color: #2F8355;
  }

  .md\:hover\:text-green:hover{
    color: #2f8355;
  }

  .md\:hover\:text-cyan-100:hover{
    color: #03bdff;
  }

  .md\:hover\:text-cyan-300:hover{
    color: #60a7d5;
  }

  .md\:hover\:text-cyan-400:hover{
    color: #0092bc;
  }

  .md\:hover\:text-cyan:hover{
    color: #007fa3;
  }

  .md\:hover\:text-blue-300:hover{
    color: #2f63d4;
  }

  .md\:hover\:text-blue-400:hover{
    color: #004C97;
  }

  .md\:hover\:text-blue-500:hover{
    color: #24458c;
  }

  .md\:hover\:text-blue-700:hover{
    color: #004c97;
  }

  .md\:hover\:text-blue:hover{
    color: #0057b8;
  }

  .md\:hover\:text-blue-blend:hover{
    color: rgba(32,67,143,.85);
  }

  .md\:hover\:text-lavender-100:hover{
    color: #d2a9d3;
  }

  .md\:hover\:text-lavender-200:hover{
    color: #957ad1;
  }

  .md\:hover\:text-lavender:hover{
    color: #8066b7;
  }

  .md\:hover\:text-red-100:hover{
    color: #eecbcb;
  }

  .md\:hover\:text-red-900:hover{
    color: #ff0000;
  }

  .md\:hover\:text-red:hover{
    color: #d14732;
  }

  .md\:hover\:text-orange-100:hover{
    color: #ffe7b6;
  }

  .md\:hover\:text-orange-400:hover{
    color: #ffc146;
  }

  .md\:hover\:text-orange-700:hover{
    color: #c45510;
  }

  .md\:hover\:text-orange-900:hover{
    color: #8c2e0b;
  }

  .md\:hover\:text-orange:hover{
    color: #e77530;
  }

  .md\:hover\:text-yellow-100:hover{
    color: #f2efe2;
  }

  .md\:hover\:text-yellow:hover{
    color: #fecb34;
  }

  .md\:hover\:text-brown-100:hover{
    color: #cfd2aa;
  }

  .md\:hover\:text-brown-300:hover{
    color: #7a7751;
  }

  .md\:hover\:text-brown:hover{
    color: #735005;
  }

  .md\:hover\:text-gray-100:hover{
    color: #f6f6f6;
  }

  .md\:hover\:text-gray-200:hover{
    color: #eee;
  }

  .md\:hover\:text-gray-300:hover{
    color: #e5e5e5;
  }

  .md\:hover\:text-gray-400:hover{
    color: #d8d8d8;
  }

  .md\:hover\:text-gray-500:hover{
    color: #ccc;
  }

  .md\:hover\:text-gray-600:hover{
    color: #bbb;
  }

  .md\:hover\:text-gray-800:hover{
    color: #757575;
  }

  .md\:hover\:text-gray-900:hover{
    color: #666;
  }

  .md\:hover\:text-gray-950:hover{
    color: #222;
  }

  .md\:hover\:text-gray:hover{
    color: #999;
  }

  .md\:hover\:text-black:hover{
    color: #171614;
  }

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

  .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  .md\:focus\:text-green-100:focus{
    color: #c5e7c5;
  }

  .md\:focus\:text-green-300:focus{
    color: #5ed795;
  }

  .md\:focus\:text-green-400:focus{
    color: #68c187;
  }

  .md\:focus\:text-green-700:focus{
    color: #2F8355;
  }

  .md\:focus\:text-green:focus{
    color: #2f8355;
  }

  .md\:focus\:text-cyan-100:focus{
    color: #03bdff;
  }

  .md\:focus\:text-cyan-300:focus{
    color: #60a7d5;
  }

  .md\:focus\:text-cyan-400:focus{
    color: #0092bc;
  }

  .md\:focus\:text-cyan:focus{
    color: #007fa3;
  }

  .md\:focus\:text-blue-300:focus{
    color: #2f63d4;
  }

  .md\:focus\:text-blue-400:focus{
    color: #004C97;
  }

  .md\:focus\:text-blue-500:focus{
    color: #24458c;
  }

  .md\:focus\:text-blue-700:focus{
    color: #004c97;
  }

  .md\:focus\:text-blue:focus{
    color: #0057b8;
  }

  .md\:focus\:text-blue-blend:focus{
    color: rgba(32,67,143,.85);
  }

  .md\:focus\:text-lavender-100:focus{
    color: #d2a9d3;
  }

  .md\:focus\:text-lavender-200:focus{
    color: #957ad1;
  }

  .md\:focus\:text-lavender:focus{
    color: #8066b7;
  }

  .md\:focus\:text-red-100:focus{
    color: #eecbcb;
  }

  .md\:focus\:text-red-900:focus{
    color: #ff0000;
  }

  .md\:focus\:text-red:focus{
    color: #d14732;
  }

  .md\:focus\:text-orange-100:focus{
    color: #ffe7b6;
  }

  .md\:focus\:text-orange-400:focus{
    color: #ffc146;
  }

  .md\:focus\:text-orange-700:focus{
    color: #c45510;
  }

  .md\:focus\:text-orange-900:focus{
    color: #8c2e0b;
  }

  .md\:focus\:text-orange:focus{
    color: #e77530;
  }

  .md\:focus\:text-yellow-100:focus{
    color: #f2efe2;
  }

  .md\:focus\:text-yellow:focus{
    color: #fecb34;
  }

  .md\:focus\:text-brown-100:focus{
    color: #cfd2aa;
  }

  .md\:focus\:text-brown-300:focus{
    color: #7a7751;
  }

  .md\:focus\:text-brown:focus{
    color: #735005;
  }

  .md\:focus\:text-gray-100:focus{
    color: #f6f6f6;
  }

  .md\:focus\:text-gray-200:focus{
    color: #eee;
  }

  .md\:focus\:text-gray-300:focus{
    color: #e5e5e5;
  }

  .md\:focus\:text-gray-400:focus{
    color: #d8d8d8;
  }

  .md\:focus\:text-gray-500:focus{
    color: #ccc;
  }

  .md\:focus\:text-gray-600:focus{
    color: #bbb;
  }

  .md\:focus\:text-gray-800:focus{
    color: #757575;
  }

  .md\:focus\:text-gray-900:focus{
    color: #666;
  }

  .md\:focus\:text-gray-950:focus{
    color: #222;
  }

  .md\:focus\:text-gray:focus{
    color: #999;
  }

  .md\:focus\:text-black:focus{
    color: #171614;
  }

  .md\:focus\:text-white:focus{
    color: #fff;
  }

  .md\:focus\:text-transparent:focus{
    color: transparent;
  }

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

  .md\:not-italic{
    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\:hover\:underline:hover{
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus{
    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\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal{
    letter-spacing: 0;
  }

  .md\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

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

  .md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

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

  .md\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: 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\:whitespace-normal{
    white-space: normal;
  }

  .md\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .md\:whitespace-pre{
    white-space: pre;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words{
    overflow-wrap: break-word;
  }

  .md\:break-all{
    word-break: break-all;
  }

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

  .md\:w-0{
    width: 0;
  }

  .md\:w-1{
    width: 0.0625rem;
  }

  .md\:w-2{
    width: 0.125rem;
  }

  .md\:w-3{
    width: 0.1875rem;
  }

  .md\:w-4{
    width: 0.25rem;
  }

  .md\:w-5{
    width: 0.3125rem;
  }

  .md\:w-6{
    width: 0.375rem;
  }

  .md\:w-8{
    width: 0.5rem;
  }

  .md\:w-10{
    width: 0.625rem;
  }

  .md\:w-15{
    width: 0.9375rem;
  }

  .md\:w-20{
    width: 1.25rem;
  }

  .md\:w-25{
    width: 1.5625rem;
  }

  .md\:w-30{
    width: 1.875rem;
  }

  .md\:w-35{
    width: 2.1875rem;
  }

  .md\:w-40{
    width: 2.5rem;
  }

  .md\:w-50{
    width: 3.125rem;
  }

  .md\:w-60{
    width: 3.75rem;
  }

  .md\:w-70{
    width: 4.375rem;
  }

  .md\:w-75{
    width: 4.6875rem;
  }

  .md\:w-80{
    width: 5rem;
  }

  .md\:w-85{
    width: 5.3125rem;
  }

  .md\:w-90{
    width: 5.625rem;
  }

  .md\:w-100{
    width: 6.25rem;
  }

  .md\:w-110{
    width: 6.875rem;
  }

  .md\:w-120{
    width: 7.5rem;
  }

  .md\:w-130{
    width: 8.125rem;
  }

  .md\:w-140{
    width: 8.75rem;
  }

  .md\:w-150{
    width: 9.375rem;
  }

  .md\:w-160{
    width: 10rem;
  }

  .md\:w-170{
    width: 10.625rem;
  }

  .md\:w-175{
    width: 10.9375rem;
  }

  .md\:w-180{
    width: 11.25rem;
  }

  .md\:w-190{
    width: 11.875rem;
  }

  .md\:w-200{
    width: 12.5rem;
  }

  .md\:w-225{
    width: 14.0625rem;
  }

  .md\:w-250{
    width: 15.625rem;
  }

  .md\:w-300{
    width: 18.75rem;
  }

  .md\:w-auto{
    width: auto;
  }

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

  .md\:w-1\/3{
    width: 33%;
  }

  .md\:w-2\/3{
    width: 66.6%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-2\/4{
    width: 50%;
  }

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

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-3\/6{
    width: 50%;
  }

  .md\:w-4\/6{
    width: 66.666667%;
  }

  .md\:w-5\/6{
    width: 83.333333%;
  }

  .md\:w-1\/12{
    width: 8.333333%;
  }

  .md\:w-2\/12{
    width: 16.666667%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-11\/12{
    width: 91.666667%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-screen{
    width: 100vw;
  }

  .md\:w-1\/3-up{
    width: 34%;
  }

  .md\:w-gminor{
    width: 38.2%;
  }

  .md\:w-gmajor{
    width: 61.8%;
  }

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

  .md\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .md\:gap-1{
    grid-gap: 0.0625rem;
    gap: 0.0625rem;
  }

  .md\:gap-2{
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .md\:gap-3{
    grid-gap: 0.1875rem;
    gap: 0.1875rem;
  }

  .md\:gap-4{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:gap-5{
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
  }

  .md\:gap-6{
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .md\:gap-8{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:gap-10{
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .md\:gap-15{
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }

  .md\:gap-20{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:gap-25{
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
  }

  .md\:gap-30{
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .md\:gap-35{
    grid-gap: 2.1875rem;
    gap: 2.1875rem;
  }

  .md\:gap-40{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:gap-50{
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }

  .md\:gap-60{
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .md\:gap-75{
    grid-gap: 4.6875rem;
    gap: 4.6875rem;
  }

  .md\:gap-85{
    grid-gap: 5.3125rem;
    gap: 5.3125rem;
  }

  .md\:gap-100{
    grid-gap: 6.25rem;
    gap: 6.25rem;
  }

  .md\:gap-150{
    grid-gap: 9.375rem;
    gap: 9.375rem;
  }

  .md\:gap-175{
    grid-gap: 10.9375rem;
    gap: 10.9375rem;
  }

  .md\:col-gap-0{
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .md\:col-gap-1{
    grid-column-gap: 0.0625rem;
    -webkit-column-gap: 0.0625rem;
       -moz-column-gap: 0.0625rem;
            column-gap: 0.0625rem;
  }

  .md\:col-gap-2{
    grid-column-gap: 0.125rem;
    -webkit-column-gap: 0.125rem;
       -moz-column-gap: 0.125rem;
            column-gap: 0.125rem;
  }

  .md\:col-gap-3{
    grid-column-gap: 0.1875rem;
    -webkit-column-gap: 0.1875rem;
       -moz-column-gap: 0.1875rem;
            column-gap: 0.1875rem;
  }

  .md\:col-gap-4{
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .md\:col-gap-5{
    grid-column-gap: 0.3125rem;
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }

  .md\:col-gap-6{
    grid-column-gap: 0.375rem;
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }

  .md\:col-gap-8{
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .md\:col-gap-10{
    grid-column-gap: 0.625rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .md\:col-gap-15{
    grid-column-gap: 0.9375rem;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .md\:col-gap-20{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .md\:col-gap-25{
    grid-column-gap: 1.5625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .md\:col-gap-30{
    grid-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .md\:col-gap-35{
    grid-column-gap: 2.1875rem;
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
  }

  .md\:col-gap-40{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .md\:col-gap-50{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .md\:col-gap-60{
    grid-column-gap: 3.75rem;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }

  .md\:col-gap-75{
    grid-column-gap: 4.6875rem;
    -webkit-column-gap: 4.6875rem;
       -moz-column-gap: 4.6875rem;
            column-gap: 4.6875rem;
  }

  .md\:col-gap-85{
    grid-column-gap: 5.3125rem;
    -webkit-column-gap: 5.3125rem;
       -moz-column-gap: 5.3125rem;
            column-gap: 5.3125rem;
  }

  .md\:col-gap-100{
    grid-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .md\:col-gap-150{
    grid-column-gap: 9.375rem;
    -webkit-column-gap: 9.375rem;
       -moz-column-gap: 9.375rem;
            column-gap: 9.375rem;
  }

  .md\:col-gap-175{
    grid-column-gap: 10.9375rem;
    -webkit-column-gap: 10.9375rem;
       -moz-column-gap: 10.9375rem;
            column-gap: 10.9375rem;
  }

  .md\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:row-gap-1{
    grid-row-gap: 0.0625rem;
    row-gap: 0.0625rem;
  }

  .md\:row-gap-2{
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .md\:row-gap-3{
    grid-row-gap: 0.1875rem;
    row-gap: 0.1875rem;
  }

  .md\:row-gap-4{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:row-gap-5{
    grid-row-gap: 0.3125rem;
    row-gap: 0.3125rem;
  }

  .md\:row-gap-6{
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .md\:row-gap-8{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:row-gap-10{
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .md\:row-gap-15{
    grid-row-gap: 0.9375rem;
    row-gap: 0.9375rem;
  }

  .md\:row-gap-20{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:row-gap-25{
    grid-row-gap: 1.5625rem;
    row-gap: 1.5625rem;
  }

  .md\:row-gap-30{
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .md\:row-gap-35{
    grid-row-gap: 2.1875rem;
    row-gap: 2.1875rem;
  }

  .md\:row-gap-40{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:row-gap-50{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .md\:row-gap-60{
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .md\:row-gap-75{
    grid-row-gap: 4.6875rem;
    row-gap: 4.6875rem;
  }

  .md\:row-gap-85{
    grid-row-gap: 5.3125rem;
    row-gap: 5.3125rem;
  }

  .md\:row-gap-100{
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
  }

  .md\:row-gap-150{
    grid-row-gap: 9.375rem;
    row-gap: 9.375rem;
  }

  .md\:row-gap-175{
    grid-row-gap: 10.9375rem;
    row-gap: 10.9375rem;
  }

  .md\:grid-flow-row{
    grid-auto-flow: row;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none{
    grid-template-columns: none;
  }

  .md\:col-auto{
    grid-column: auto;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:col-start-1{
    grid-column-start: 1;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:col-start-3{
    grid-column-start: 3;
  }

  .md\:col-start-4{
    grid-column-start: 4;
  }

  .md\:col-start-5{
    grid-column-start: 5;
  }

  .md\:col-start-6{
    grid-column-start: 6;
  }

  .md\:col-start-7{
    grid-column-start: 7;
  }

  .md\:col-start-8{
    grid-column-start: 8;
  }

  .md\:col-start-9{
    grid-column-start: 9;
  }

  .md\:col-start-10{
    grid-column-start: 10;
  }

  .md\:col-start-11{
    grid-column-start: 11;
  }

  .md\:col-start-12{
    grid-column-start: 12;
  }

  .md\:col-start-13{
    grid-column-start: 13;
  }

  .md\:col-start-auto{
    grid-column-start: auto;
  }

  .md\:col-end-1{
    grid-column-end: 1;
  }

  .md\:col-end-2{
    grid-column-end: 2;
  }

  .md\:col-end-3{
    grid-column-end: 3;
  }

  .md\:col-end-4{
    grid-column-end: 4;
  }

  .md\:col-end-5{
    grid-column-end: 5;
  }

  .md\:col-end-6{
    grid-column-end: 6;
  }

  .md\:col-end-7{
    grid-column-end: 7;
  }

  .md\:col-end-8{
    grid-column-end: 8;
  }

  .md\:col-end-9{
    grid-column-end: 9;
  }

  .md\:col-end-10{
    grid-column-end: 10;
  }

  .md\:col-end-11{
    grid-column-end: 11;
  }

  .md\:col-end-12{
    grid-column-end: 12;
  }

  .md\:col-end-13{
    grid-column-end: 13;
  }

  .md\:col-end-auto{
    grid-column-end: auto;
  }

  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none{
    grid-template-rows: none;
  }

  .md\:row-auto{
    grid-row: auto;
  }

  .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .md\:row-start-1{
    grid-row-start: 1;
  }

  .md\:row-start-2{
    grid-row-start: 2;
  }

  .md\:row-start-3{
    grid-row-start: 3;
  }

  .md\:row-start-4{
    grid-row-start: 4;
  }

  .md\:row-start-5{
    grid-row-start: 5;
  }

  .md\:row-start-6{
    grid-row-start: 6;
  }

  .md\:row-start-7{
    grid-row-start: 7;
  }

  .md\:row-start-auto{
    grid-row-start: auto;
  }

  .md\:row-end-1{
    grid-row-end: 1;
  }

  .md\:row-end-2{
    grid-row-end: 2;
  }

  .md\:row-end-3{
    grid-row-end: 3;
  }

  .md\:row-end-4{
    grid-row-end: 4;
  }

  .md\:row-end-5{
    grid-row-end: 5;
  }

  .md\:row-end-6{
    grid-row-end: 6;
  }

  .md\:row-end-7{
    grid-row-end: 7;
  }

  .md\:row-end-auto{
    grid-row-end: auto;
  }

  .md\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:transform-none{
    -webkit-transform: none;
            transform: none;
  }

  .md\:origin-center{
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  .md\:origin-top{
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  .md\:origin-top-right{
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

  .md\:origin-right{
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  .md\:origin-bottom-right{
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .md\:origin-bottom{
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  .md\:origin-bottom-left{
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .md\:origin-left{
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  .md\:origin-top-left{
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  .md\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:scale-x-0{
    --transform-scale-x: 0;
  }

  .md\:scale-x-50{
    --transform-scale-x: .5;
  }

  .md\:scale-x-75{
    --transform-scale-x: .75;
  }

  .md\:scale-x-90{
    --transform-scale-x: .9;
  }

  .md\:scale-x-95{
    --transform-scale-x: .95;
  }

  .md\:scale-x-100{
    --transform-scale-x: 1;
  }

  .md\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .md\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .md\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .md\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .md\:scale-y-0{
    --transform-scale-y: 0;
  }

  .md\:scale-y-50{
    --transform-scale-y: .5;
  }

  .md\:scale-y-75{
    --transform-scale-y: .75;
  }

  .md\:scale-y-90{
    --transform-scale-y: .9;
  }

  .md\:scale-y-95{
    --transform-scale-y: .95;
  }

  .md\:scale-y-100{
    --transform-scale-y: 1;
  }

  .md\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .md\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .md\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .md\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .md\:rotate-0{
    --transform-rotate: 0;
  }

  .md\:rotate-45{
    --transform-rotate: 45deg;
  }

  .md\:rotate-90{
    --transform-rotate: 90deg;
  }

  .md\:rotate-180{
    --transform-rotate: 180deg;
  }

  .md\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .md\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .md\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .md\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .md\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .md\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .md\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .md\:translate-x-0{
    --transform-translate-x: 0;
  }

  .md\:translate-x-1{
    --transform-translate-x: 0.0625rem;
  }

  .md\:translate-x-2{
    --transform-translate-x: 0.125rem;
  }

  .md\:translate-x-3{
    --transform-translate-x: 0.1875rem;
  }

  .md\:translate-x-4{
    --transform-translate-x: 0.25rem;
  }

  .md\:translate-x-5{
    --transform-translate-x: 0.3125rem;
  }

  .md\:translate-x-6{
    --transform-translate-x: 0.375rem;
  }

  .md\:translate-x-8{
    --transform-translate-x: 0.5rem;
  }

  .md\:translate-x-10{
    --transform-translate-x: 0.625rem;
  }

  .md\:translate-x-15{
    --transform-translate-x: 0.9375rem;
  }

  .md\:translate-x-20{
    --transform-translate-x: 1.25rem;
  }

  .md\:translate-x-25{
    --transform-translate-x: 1.5625rem;
  }

  .md\:translate-x-30{
    --transform-translate-x: 1.875rem;
  }

  .md\:translate-x-35{
    --transform-translate-x: 2.1875rem;
  }

  .md\:translate-x-40{
    --transform-translate-x: 2.5rem;
  }

  .md\:translate-x-50{
    --transform-translate-x: 3.125rem;
  }

  .md\:translate-x-60{
    --transform-translate-x: 3.75rem;
  }

  .md\:translate-x-75{
    --transform-translate-x: 4.6875rem;
  }

  .md\:translate-x-85{
    --transform-translate-x: 5.3125rem;
  }

  .md\:translate-x-100{
    --transform-translate-x: 6.25rem;
  }

  .md\:translate-x-150{
    --transform-translate-x: 9.375rem;
  }

  .md\:translate-x-175{
    --transform-translate-x: 10.9375rem;
  }

  .md\:-translate-x-0{
    --transform-translate-x: 0;
  }

  .md\:-translate-x-1{
    --transform-translate-x: -0.0625rem;
  }

  .md\:-translate-x-2{
    --transform-translate-x: -0.125rem;
  }

  .md\:-translate-x-3{
    --transform-translate-x: -0.1875rem;
  }

  .md\:-translate-x-4{
    --transform-translate-x: -0.25rem;
  }

  .md\:-translate-x-5{
    --transform-translate-x: -0.3125rem;
  }

  .md\:-translate-x-6{
    --transform-translate-x: -0.375rem;
  }

  .md\:-translate-x-8{
    --transform-translate-x: -0.5rem;
  }

  .md\:-translate-x-10{
    --transform-translate-x: -0.625rem;
  }

  .md\:-translate-x-15{
    --transform-translate-x: -0.9375rem;
  }

  .md\:-translate-x-20{
    --transform-translate-x: -1.25rem;
  }

  .md\:-translate-x-25{
    --transform-translate-x: -1.5625rem;
  }

  .md\:-translate-x-30{
    --transform-translate-x: -1.875rem;
  }

  .md\:-translate-x-35{
    --transform-translate-x: -2.1875rem;
  }

  .md\:-translate-x-40{
    --transform-translate-x: -2.5rem;
  }

  .md\:-translate-x-50{
    --transform-translate-x: -3.125rem;
  }

  .md\:-translate-x-60{
    --transform-translate-x: -3.75rem;
  }

  .md\:-translate-x-75{
    --transform-translate-x: -4.6875rem;
  }

  .md\:-translate-x-85{
    --transform-translate-x: -5.3125rem;
  }

  .md\:-translate-x-100{
    --transform-translate-x: -6.25rem;
  }

  .md\:-translate-x-150{
    --transform-translate-x: -9.375rem;
  }

  .md\:-translate-x-175{
    --transform-translate-x: -10.9375rem;
  }

  .md\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .md\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .md\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .md\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .md\:translate-y-0{
    --transform-translate-y: 0;
  }

  .md\:translate-y-1{
    --transform-translate-y: 0.0625rem;
  }

  .md\:translate-y-2{
    --transform-translate-y: 0.125rem;
  }

  .md\:translate-y-3{
    --transform-translate-y: 0.1875rem;
  }

  .md\:translate-y-4{
    --transform-translate-y: 0.25rem;
  }

  .md\:translate-y-5{
    --transform-translate-y: 0.3125rem;
  }

  .md\:translate-y-6{
    --transform-translate-y: 0.375rem;
  }

  .md\:translate-y-8{
    --transform-translate-y: 0.5rem;
  }

  .md\:translate-y-10{
    --transform-translate-y: 0.625rem;
  }

  .md\:translate-y-15{
    --transform-translate-y: 0.9375rem;
  }

  .md\:translate-y-20{
    --transform-translate-y: 1.25rem;
  }

  .md\:translate-y-25{
    --transform-translate-y: 1.5625rem;
  }

  .md\:translate-y-30{
    --transform-translate-y: 1.875rem;
  }

  .md\:translate-y-35{
    --transform-translate-y: 2.1875rem;
  }

  .md\:translate-y-40{
    --transform-translate-y: 2.5rem;
  }

  .md\:translate-y-50{
    --transform-translate-y: 3.125rem;
  }

  .md\:translate-y-60{
    --transform-translate-y: 3.75rem;
  }

  .md\:translate-y-75{
    --transform-translate-y: 4.6875rem;
  }

  .md\:translate-y-85{
    --transform-translate-y: 5.3125rem;
  }

  .md\:translate-y-100{
    --transform-translate-y: 6.25rem;
  }

  .md\:translate-y-150{
    --transform-translate-y: 9.375rem;
  }

  .md\:translate-y-175{
    --transform-translate-y: 10.9375rem;
  }

  .md\:-translate-y-0{
    --transform-translate-y: 0;
  }

  .md\:-translate-y-1{
    --transform-translate-y: -0.0625rem;
  }

  .md\:-translate-y-2{
    --transform-translate-y: -0.125rem;
  }

  .md\:-translate-y-3{
    --transform-translate-y: -0.1875rem;
  }

  .md\:-translate-y-4{
    --transform-translate-y: -0.25rem;
  }

  .md\:-translate-y-5{
    --transform-translate-y: -0.3125rem;
  }

  .md\:-translate-y-6{
    --transform-translate-y: -0.375rem;
  }

  .md\:-translate-y-8{
    --transform-translate-y: -0.5rem;
  }

  .md\:-translate-y-10{
    --transform-translate-y: -0.625rem;
  }

  .md\:-translate-y-15{
    --transform-translate-y: -0.9375rem;
  }

  .md\:-translate-y-20{
    --transform-translate-y: -1.25rem;
  }

  .md\:-translate-y-25{
    --transform-translate-y: -1.5625rem;
  }

  .md\:-translate-y-30{
    --transform-translate-y: -1.875rem;
  }

  .md\:-translate-y-35{
    --transform-translate-y: -2.1875rem;
  }

  .md\:-translate-y-40{
    --transform-translate-y: -2.5rem;
  }

  .md\:-translate-y-50{
    --transform-translate-y: -3.125rem;
  }

  .md\:-translate-y-60{
    --transform-translate-y: -3.75rem;
  }

  .md\:-translate-y-75{
    --transform-translate-y: -4.6875rem;
  }

  .md\:-translate-y-85{
    --transform-translate-y: -5.3125rem;
  }

  .md\:-translate-y-100{
    --transform-translate-y: -6.25rem;
  }

  .md\:-translate-y-150{
    --transform-translate-y: -9.375rem;
  }

  .md\:-translate-y-175{
    --transform-translate-y: -10.9375rem;
  }

  .md\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .md\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .md\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .md\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .md\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .md\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.0625rem;
  }

  .md\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.125rem;
  }

  .md\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.1875rem;
  }

  .md\:hover\:translate-x-4:hover{
    --transform-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-5:hover{
    --transform-translate-x: 0.3125rem;
  }

  .md\:hover\:translate-x-6:hover{
    --transform-translate-x: 0.375rem;
  }

  .md\:hover\:translate-x-8:hover{
    --transform-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-10:hover{
    --transform-translate-x: 0.625rem;
  }

  .md\:hover\:translate-x-15:hover{
    --transform-translate-x: 0.9375rem;
  }

  .md\:hover\:translate-x-20:hover{
    --transform-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-25:hover{
    --transform-translate-x: 1.5625rem;
  }

  .md\:hover\:translate-x-30:hover{
    --transform-translate-x: 1.875rem;
  }

  .md\:hover\:translate-x-35:hover{
    --transform-translate-x: 2.1875rem;
  }

  .md\:hover\:translate-x-40:hover{
    --transform-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-50:hover{
    --transform-translate-x: 3.125rem;
  }

  .md\:hover\:translate-x-60:hover{
    --transform-translate-x: 3.75rem;
  }

  .md\:hover\:translate-x-75:hover{
    --transform-translate-x: 4.6875rem;
  }

  .md\:hover\:translate-x-85:hover{
    --transform-translate-x: 5.3125rem;
  }

  .md\:hover\:translate-x-100:hover{
    --transform-translate-x: 6.25rem;
  }

  .md\:hover\:translate-x-150:hover{
    --transform-translate-x: 9.375rem;
  }

  .md\:hover\:translate-x-175:hover{
    --transform-translate-x: 10.9375rem;
  }

  .md\:hover\:-translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .md\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.0625rem;
  }

  .md\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.125rem;
  }

  .md\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.1875rem;
  }

  .md\:hover\:-translate-x-4:hover{
    --transform-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-5:hover{
    --transform-translate-x: -0.3125rem;
  }

  .md\:hover\:-translate-x-6:hover{
    --transform-translate-x: -0.375rem;
  }

  .md\:hover\:-translate-x-8:hover{
    --transform-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-10:hover{
    --transform-translate-x: -0.625rem;
  }

  .md\:hover\:-translate-x-15:hover{
    --transform-translate-x: -0.9375rem;
  }

  .md\:hover\:-translate-x-20:hover{
    --transform-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-25:hover{
    --transform-translate-x: -1.5625rem;
  }

  .md\:hover\:-translate-x-30:hover{
    --transform-translate-x: -1.875rem;
  }

  .md\:hover\:-translate-x-35:hover{
    --transform-translate-x: -2.1875rem;
  }

  .md\:hover\:-translate-x-40:hover{
    --transform-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-50:hover{
    --transform-translate-x: -3.125rem;
  }

  .md\:hover\:-translate-x-60:hover{
    --transform-translate-x: -3.75rem;
  }

  .md\:hover\:-translate-x-75:hover{
    --transform-translate-x: -4.6875rem;
  }

  .md\:hover\:-translate-x-85:hover{
    --transform-translate-x: -5.3125rem;
  }

  .md\:hover\:-translate-x-100:hover{
    --transform-translate-x: -6.25rem;
  }

  .md\:hover\:-translate-x-150:hover{
    --transform-translate-x: -9.375rem;
  }

  .md\:hover\:-translate-x-175:hover{
    --transform-translate-x: -10.9375rem;
  }

  .md\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .md\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .md\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .md\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .md\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .md\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.0625rem;
  }

  .md\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.125rem;
  }

  .md\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.1875rem;
  }

  .md\:hover\:translate-y-4:hover{
    --transform-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-5:hover{
    --transform-translate-y: 0.3125rem;
  }

  .md\:hover\:translate-y-6:hover{
    --transform-translate-y: 0.375rem;
  }

  .md\:hover\:translate-y-8:hover{
    --transform-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-10:hover{
    --transform-translate-y: 0.625rem;
  }

  .md\:hover\:translate-y-15:hover{
    --transform-translate-y: 0.9375rem;
  }

  .md\:hover\:translate-y-20:hover{
    --transform-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-25:hover{
    --transform-translate-y: 1.5625rem;
  }

  .md\:hover\:translate-y-30:hover{
    --transform-translate-y: 1.875rem;
  }

  .md\:hover\:translate-y-35:hover{
    --transform-translate-y: 2.1875rem;
  }

  .md\:hover\:translate-y-40:hover{
    --transform-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-50:hover{
    --transform-translate-y: 3.125rem;
  }

  .md\:hover\:translate-y-60:hover{
    --transform-translate-y: 3.75rem;
  }

  .md\:hover\:translate-y-75:hover{
    --transform-translate-y: 4.6875rem;
  }

  .md\:hover\:translate-y-85:hover{
    --transform-translate-y: 5.3125rem;
  }

  .md\:hover\:translate-y-100:hover{
    --transform-translate-y: 6.25rem;
  }

  .md\:hover\:translate-y-150:hover{
    --transform-translate-y: 9.375rem;
  }

  .md\:hover\:translate-y-175:hover{
    --transform-translate-y: 10.9375rem;
  }

  .md\:hover\:-translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .md\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.0625rem;
  }

  .md\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.125rem;
  }

  .md\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.1875rem;
  }

  .md\:hover\:-translate-y-4:hover{
    --transform-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-5:hover{
    --transform-translate-y: -0.3125rem;
  }

  .md\:hover\:-translate-y-6:hover{
    --transform-translate-y: -0.375rem;
  }

  .md\:hover\:-translate-y-8:hover{
    --transform-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-10:hover{
    --transform-translate-y: -0.625rem;
  }

  .md\:hover\:-translate-y-15:hover{
    --transform-translate-y: -0.9375rem;
  }

  .md\:hover\:-translate-y-20:hover{
    --transform-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-25:hover{
    --transform-translate-y: -1.5625rem;
  }

  .md\:hover\:-translate-y-30:hover{
    --transform-translate-y: -1.875rem;
  }

  .md\:hover\:-translate-y-35:hover{
    --transform-translate-y: -2.1875rem;
  }

  .md\:hover\:-translate-y-40:hover{
    --transform-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-50:hover{
    --transform-translate-y: -3.125rem;
  }

  .md\:hover\:-translate-y-60:hover{
    --transform-translate-y: -3.75rem;
  }

  .md\:hover\:-translate-y-75:hover{
    --transform-translate-y: -4.6875rem;
  }

  .md\:hover\:-translate-y-85:hover{
    --transform-translate-y: -5.3125rem;
  }

  .md\:hover\:-translate-y-100:hover{
    --transform-translate-y: -6.25rem;
  }

  .md\:hover\:-translate-y-150:hover{
    --transform-translate-y: -9.375rem;
  }

  .md\:hover\:-translate-y-175:hover{
    --transform-translate-y: -10.9375rem;
  }

  .md\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .md\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .md\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .md\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .md\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .md\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.0625rem;
  }

  .md\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.125rem;
  }

  .md\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.1875rem;
  }

  .md\:focus\:translate-x-4:focus{
    --transform-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-5:focus{
    --transform-translate-x: 0.3125rem;
  }

  .md\:focus\:translate-x-6:focus{
    --transform-translate-x: 0.375rem;
  }

  .md\:focus\:translate-x-8:focus{
    --transform-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-10:focus{
    --transform-translate-x: 0.625rem;
  }

  .md\:focus\:translate-x-15:focus{
    --transform-translate-x: 0.9375rem;
  }

  .md\:focus\:translate-x-20:focus{
    --transform-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-25:focus{
    --transform-translate-x: 1.5625rem;
  }

  .md\:focus\:translate-x-30:focus{
    --transform-translate-x: 1.875rem;
  }

  .md\:focus\:translate-x-35:focus{
    --transform-translate-x: 2.1875rem;
  }

  .md\:focus\:translate-x-40:focus{
    --transform-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-50:focus{
    --transform-translate-x: 3.125rem;
  }

  .md\:focus\:translate-x-60:focus{
    --transform-translate-x: 3.75rem;
  }

  .md\:focus\:translate-x-75:focus{
    --transform-translate-x: 4.6875rem;
  }

  .md\:focus\:translate-x-85:focus{
    --transform-translate-x: 5.3125rem;
  }

  .md\:focus\:translate-x-100:focus{
    --transform-translate-x: 6.25rem;
  }

  .md\:focus\:translate-x-150:focus{
    --transform-translate-x: 9.375rem;
  }

  .md\:focus\:translate-x-175:focus{
    --transform-translate-x: 10.9375rem;
  }

  .md\:focus\:-translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .md\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.0625rem;
  }

  .md\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.125rem;
  }

  .md\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.1875rem;
  }

  .md\:focus\:-translate-x-4:focus{
    --transform-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-5:focus{
    --transform-translate-x: -0.3125rem;
  }

  .md\:focus\:-translate-x-6:focus{
    --transform-translate-x: -0.375rem;
  }

  .md\:focus\:-translate-x-8:focus{
    --transform-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-10:focus{
    --transform-translate-x: -0.625rem;
  }

  .md\:focus\:-translate-x-15:focus{
    --transform-translate-x: -0.9375rem;
  }

  .md\:focus\:-translate-x-20:focus{
    --transform-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-25:focus{
    --transform-translate-x: -1.5625rem;
  }

  .md\:focus\:-translate-x-30:focus{
    --transform-translate-x: -1.875rem;
  }

  .md\:focus\:-translate-x-35:focus{
    --transform-translate-x: -2.1875rem;
  }

  .md\:focus\:-translate-x-40:focus{
    --transform-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-50:focus{
    --transform-translate-x: -3.125rem;
  }

  .md\:focus\:-translate-x-60:focus{
    --transform-translate-x: -3.75rem;
  }

  .md\:focus\:-translate-x-75:focus{
    --transform-translate-x: -4.6875rem;
  }

  .md\:focus\:-translate-x-85:focus{
    --transform-translate-x: -5.3125rem;
  }

  .md\:focus\:-translate-x-100:focus{
    --transform-translate-x: -6.25rem;
  }

  .md\:focus\:-translate-x-150:focus{
    --transform-translate-x: -9.375rem;
  }

  .md\:focus\:-translate-x-175:focus{
    --transform-translate-x: -10.9375rem;
  }

  .md\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .md\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .md\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .md\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .md\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .md\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.0625rem;
  }

  .md\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.125rem;
  }

  .md\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.1875rem;
  }

  .md\:focus\:translate-y-4:focus{
    --transform-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-5:focus{
    --transform-translate-y: 0.3125rem;
  }

  .md\:focus\:translate-y-6:focus{
    --transform-translate-y: 0.375rem;
  }

  .md\:focus\:translate-y-8:focus{
    --transform-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-10:focus{
    --transform-translate-y: 0.625rem;
  }

  .md\:focus\:translate-y-15:focus{
    --transform-translate-y: 0.9375rem;
  }

  .md\:focus\:translate-y-20:focus{
    --transform-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-25:focus{
    --transform-translate-y: 1.5625rem;
  }

  .md\:focus\:translate-y-30:focus{
    --transform-translate-y: 1.875rem;
  }

  .md\:focus\:translate-y-35:focus{
    --transform-translate-y: 2.1875rem;
  }

  .md\:focus\:translate-y-40:focus{
    --transform-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-50:focus{
    --transform-translate-y: 3.125rem;
  }

  .md\:focus\:translate-y-60:focus{
    --transform-translate-y: 3.75rem;
  }

  .md\:focus\:translate-y-75:focus{
    --transform-translate-y: 4.6875rem;
  }

  .md\:focus\:translate-y-85:focus{
    --transform-translate-y: 5.3125rem;
  }

  .md\:focus\:translate-y-100:focus{
    --transform-translate-y: 6.25rem;
  }

  .md\:focus\:translate-y-150:focus{
    --transform-translate-y: 9.375rem;
  }

  .md\:focus\:translate-y-175:focus{
    --transform-translate-y: 10.9375rem;
  }

  .md\:focus\:-translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .md\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.0625rem;
  }

  .md\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.125rem;
  }

  .md\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.1875rem;
  }

  .md\:focus\:-translate-y-4:focus{
    --transform-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-5:focus{
    --transform-translate-y: -0.3125rem;
  }

  .md\:focus\:-translate-y-6:focus{
    --transform-translate-y: -0.375rem;
  }

  .md\:focus\:-translate-y-8:focus{
    --transform-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-10:focus{
    --transform-translate-y: -0.625rem;
  }

  .md\:focus\:-translate-y-15:focus{
    --transform-translate-y: -0.9375rem;
  }

  .md\:focus\:-translate-y-20:focus{
    --transform-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-25:focus{
    --transform-translate-y: -1.5625rem;
  }

  .md\:focus\:-translate-y-30:focus{
    --transform-translate-y: -1.875rem;
  }

  .md\:focus\:-translate-y-35:focus{
    --transform-translate-y: -2.1875rem;
  }

  .md\:focus\:-translate-y-40:focus{
    --transform-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-50:focus{
    --transform-translate-y: -3.125rem;
  }

  .md\:focus\:-translate-y-60:focus{
    --transform-translate-y: -3.75rem;
  }

  .md\:focus\:-translate-y-75:focus{
    --transform-translate-y: -4.6875rem;
  }

  .md\:focus\:-translate-y-85:focus{
    --transform-translate-y: -5.3125rem;
  }

  .md\:focus\:-translate-y-100:focus{
    --transform-translate-y: -6.25rem;
  }

  .md\:focus\:-translate-y-150:focus{
    --transform-translate-y: -9.375rem;
  }

  .md\:focus\:-translate-y-175:focus{
    --transform-translate-y: -10.9375rem;
  }

  .md\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .md\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .md\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .md\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .md\:skew-x-0{
    --transform-skew-x: 0;
  }

  .md\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .md\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .md\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .md\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .md\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .md\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .md\:skew-y-0{
    --transform-skew-y: 0;
  }

  .md\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .md\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .md\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .md\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .md\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .md\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .md\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .md\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .md\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .md\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .md\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .md\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .md\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .md\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .md\:transition-none{
    -webkit-transition-property: none;
    transition-property: none;
  }

  .md\:transition-all{
    -webkit-transition-property: all;
    transition-property: all;
  }

  .md\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  }

  .md\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:transition-opacity{
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .md\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .md\:transition-transform{
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .md\:ease-linear{
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .md\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:duration-75{
    -webkit-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .md\:duration-100{
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .md\:duration-150{
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .md\:duration-200{
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .md\:duration-300{
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .md\:duration-500{
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .md\:duration-700{
    -webkit-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .md\:duration-1000{
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }

  .md\:delay-75{
    -webkit-transition-delay: 75ms;
            transition-delay: 75ms;
  }

  .md\:delay-100{
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .md\:delay-150{
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .md\:delay-200{
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }

  .md\:delay-300{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }

  .md\:delay-500{
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }

  .md\:delay-700{
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
  }

  .md\:delay-1000{
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }

  .md\:px-container-purge{
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:pl-container-purge{
    padding-left: 15px;
  }

  .md\:pr-container-purge{
    padding-right: 15px;
  }

  .md\:mx-container-purge{
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:ml-container-purge{
    margin-left: 15px;
  }

  .md\:mr-container-purge{
    margin-right: 15px;
  }

  .md\:-mx-container-purge{
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:-ml-container-purge{
    margin-left: -15px;
  }

  .md\:-mr-container-purge{
    margin-right: -15px;
  }

  .md\:w-container{
    width: 71.875rem;
  }

  .md\:min-w-container{
    min-width: 71.875rem;
  }

  .md\:max-w-container{
    max-width: 71.875rem;
  }

  .md\:px-container{
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }

  .md\:pl-container{
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
  }

  .md\:pr-container{
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }

  .md\:mx-container{
    margin-left: 1.875rem;
    margin-left: var(--container-padding);
    margin-right: 1.875rem;
    margin-right: var(--container-padding);
  }

  .md\:ml-container{
    margin-left: 1.875rem;
    margin-left: var(--container-padding);
  }

  .md\:mr-container{
    margin-right: 1.875rem;
    margin-right: var(--container-padding);
  }

  .md\:-mx-container{
    margin-left: -1.875rem;
    margin-left: var(--container-padding-negative);
    margin-right: -1.875rem;
    margin-right: var(--container-padding-negative);
  }

  .md\:-ml-container{
    margin-left: -1.875rem;
    margin-left: var(--container-padding-negative);
  }

  .md\:-mr-container{
    margin-right: -1.875rem;
    margin-right: var(--container-padding-negative);
  }

  .md\:w-container-sm{
    width: 58.5rem;
  }

  .md\:min-w-container-sm{
    min-width: 58.5rem;
  }

  .md\:max-w-container-sm{
    max-width: 58.5rem;
  }

  .md\:px-container-sm{
    padding-left: 1.875rem;
    padding-left: var(--container-sm-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-sm-padding);
  }

  .md\:pl-container-sm{
    padding-left: 1.875rem;
    padding-left: var(--container-sm-padding);
  }

  .md\:pr-container-sm{
    padding-right: 1.875rem;
    padding-right: var(--container-sm-padding);
  }

  .md\:mx-container-sm{
    margin-left: 1.875rem;
    margin-left: var(--container-sm-padding);
    margin-right: 1.875rem;
    margin-right: var(--container-sm-padding);
  }

  .md\:ml-container-sm{
    margin-left: 1.875rem;
    margin-left: var(--container-sm-padding);
  }

  .md\:mr-container-sm{
    margin-right: 1.875rem;
    margin-right: var(--container-sm-padding);
  }

  .md\:-mx-container-sm{
    margin-left: -1.875rem;
    margin-left: var(--container-sm-padding-negative);
    margin-right: -1.875rem;
    margin-right: var(--container-sm-padding-negative);
  }

  .md\:-ml-container-sm{
    margin-left: -1.875rem;
    margin-left: var(--container-sm-padding-negative);
  }

  .md\:-mr-container-sm{
    margin-right: -1.875rem;
    margin-right: var(--container-sm-padding-negative);
  }

  .md\:w-container-lg{
    width: 81.25rem;
  }

  .md\:min-w-container-lg{
    min-width: 81.25rem;
  }

  .md\:max-w-container-lg{
    max-width: 81.25rem;
  }

  .md\:px-container-lg{
    padding-left: 1.875rem;
    padding-left: var(--container-lg-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-lg-padding);
  }

  .md\:pl-container-lg{
    padding-left: 1.875rem;
    padding-left: var(--container-lg-padding);
  }

  .md\:pr-container-lg{
    padding-right: 1.875rem;
    padding-right: var(--container-lg-padding);
  }

  .md\:mx-container-lg{
    margin-left: 1.875rem;
    margin-left: var(--container-lg-padding);
    margin-right: 1.875rem;
    margin-right: var(--container-lg-padding);
  }

  .md\:ml-container-lg{
    margin-left: 1.875rem;
    margin-left: var(--container-lg-padding);
  }

  .md\:mr-container-lg{
    margin-right: 1.875rem;
    margin-right: var(--container-lg-padding);
  }

  .md\:-mx-container-lg{
    margin-left: -1.875rem;
    margin-left: var(--container-lg-padding-negative);
    margin-right: -1.875rem;
    margin-right: var(--container-lg-padding-negative);
  }

  .md\:-ml-container-lg{
    margin-left: -1.875rem;
    margin-left: var(--container-lg-padding-negative);
  }

  .md\:-mr-container-lg{
    margin-right: -1.875rem;
    margin-right: var(--container-lg-padding-negative);
  }
}

@media (min-width: 1024px){
  .lg\:line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .lg\:line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .lg\:line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .lg\:line-clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .lg\:line-clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .lg\:line-clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .lg\:line-clamp-none {
    overflow: visible;
    text-overflow: initial;
    display: block;
    -webkit-line-clamp: none;
    line-clamp: none;
    -webkit-box-orient: horizontal;
  }

  .lg\:col-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .lg\:col-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  .lg\:overlap {
    -webkit-transform: translateY(calc(-50% - 3px));
            transform: translateY(calc(-50% - 3px));
  }

  .lg\:overlap100 {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }

  .lg\:overlap-down {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }

  .lg\:btn-block {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
  }

  .lg\:btn-inline {
    display: inline-block;
    width: auto;
  }

  .lg\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0 * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0 * var(--space-y-reverse));
  }

  .lg\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0 * var(--space-x-reverse));
    margin-left: calc(0 * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.0625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.0625rem * var(--space-y-reverse));
  }

  .lg\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.0625rem * var(--space-x-reverse));
    margin-left: calc(0.0625rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--space-y-reverse));
  }

  .lg\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.1875rem * var(--space-y-reverse));
  }

  .lg\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.1875rem * var(--space-x-reverse));
    margin-left: calc(0.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--space-y-reverse));
  }

  .lg\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--space-y-reverse));
  }

  .lg\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--space-y-reverse));
  }

  .lg\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-15 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.9375rem * var(--space-y-reverse));
  }

  .lg\:space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.9375rem * var(--space-x-reverse));
    margin-left: calc(0.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5625rem * var(--space-y-reverse));
  }

  .lg\:space-x-25 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5625rem * var(--space-x-reverse));
    margin-left: calc(1.5625rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-30 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--space-y-reverse));
  }

  .lg\:space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-35 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.1875rem * var(--space-y-reverse));
  }

  .lg\:space-x-35 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.1875rem * var(--space-x-reverse));
    margin-left: calc(2.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-50 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--space-y-reverse));
  }

  .lg\:space-x-50 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .lg\:space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4.6875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.6875rem * var(--space-y-reverse));
  }

  .lg\:space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4.6875rem * var(--space-x-reverse));
    margin-left: calc(4.6875rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-85 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5.3125rem * var(--space-y-reverse));
  }

  .lg\:space-x-85 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5.3125rem * var(--space-x-reverse));
    margin-left: calc(5.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-100 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-100 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9.375rem * var(--space-y-reverse));
  }

  .lg\:space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(9.375rem * var(--space-x-reverse));
    margin-left: calc(9.375rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-175 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10.9375rem * var(--space-y-reverse));
  }

  .lg\:space-x-175 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10.9375rem * var(--space-x-reverse));
    margin-left: calc(10.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:-space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.0625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.0625rem * var(--space-y-reverse));
  }

  .lg\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.0625rem * var(--space-x-reverse));
    margin-left: calc(-0.0625rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--space-y-reverse));
  }

  .lg\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.1875rem * var(--space-y-reverse));
  }

  .lg\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.1875rem * var(--space-x-reverse));
    margin-left: calc(-0.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--space-y-reverse));
  }

  .lg\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--space-y-reverse));
  }

  .lg\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--space-y-reverse));
  }

  .lg\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-15 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.9375rem * var(--space-y-reverse));
  }

  .lg\:-space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.9375rem * var(--space-x-reverse));
    margin-left: calc(-0.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5625rem * var(--space-y-reverse));
  }

  .lg\:-space-x-25 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5625rem * var(--space-x-reverse));
    margin-left: calc(-1.5625rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-30 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--space-y-reverse));
  }

  .lg\:-space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-35 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.1875rem * var(--space-y-reverse));
  }

  .lg\:-space-x-35 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.1875rem * var(--space-x-reverse));
    margin-left: calc(-2.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-50 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--space-y-reverse));
  }

  .lg\:-space-x-50 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .lg\:-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4.6875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.6875rem * var(--space-y-reverse));
  }

  .lg\:-space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4.6875rem * var(--space-x-reverse));
    margin-left: calc(-4.6875rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-85 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5.3125rem * var(--space-y-reverse));
  }

  .lg\:-space-x-85 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5.3125rem * var(--space-x-reverse));
    margin-left: calc(-5.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-100 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-100 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9.375rem * var(--space-y-reverse));
  }

  .lg\:-space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--space-x-reverse));
    margin-left: calc(-9.375rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-175 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10.9375rem * var(--space-y-reverse));
  }

  .lg\:-space-x-175 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10.9375rem * var(--space-x-reverse));
    margin-left: calc(-10.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .lg\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0 * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0 * var(--divide-y-reverse));
  }

  .lg\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0 * var(--divide-x-reverse));
    border-left-width: calc(0 * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-1 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.0625rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.0625rem * var(--divide-y-reverse));
  }

  .lg\:divide-x-1 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.0625rem * var(--divide-x-reverse));
    border-left-width: calc(0.0625rem * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.125rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.125rem * var(--divide-y-reverse));
  }

  .lg\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.125rem * var(--divide-x-reverse));
    border-left-width: calc(0.125rem * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-3 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.1875rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.1875rem * var(--divide-y-reverse));
  }

  .lg\:divide-x-3 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.1875rem * var(--divide-x-reverse));
    border-left-width: calc(0.1875rem * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.25rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.25rem * var(--divide-y-reverse));
  }

  .lg\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.25rem * var(--divide-x-reverse));
    border-left-width: calc(0.25rem * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-5 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.3125rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.3125rem * var(--divide-y-reverse));
  }

  .lg\:divide-x-5 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.3125rem * var(--divide-x-reverse));
    border-left-width: calc(0.3125rem * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-6 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.375rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.375rem * var(--divide-y-reverse));
  }

  .lg\:divide-x-6 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.375rem * var(--divide-x-reverse));
    border-left-width: calc(0.375rem * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.5rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.5rem * var(--divide-y-reverse));
  }

  .lg\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.5rem * var(--divide-x-reverse));
    border-left-width: calc(0.5rem * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-10 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.625rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.625rem * var(--divide-y-reverse));
  }

  .lg\:divide-x-10 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.625rem * var(--divide-x-reverse));
    border-left-width: calc(0.625rem * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-15 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.9375rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.9375rem * var(--divide-y-reverse));
  }

  .lg\:divide-x-15 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.9375rem * var(--divide-x-reverse));
    border-left-width: calc(0.9375rem * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-20 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1.25rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1.25rem * var(--divide-y-reverse));
  }

  .lg\:divide-x-20 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1.25rem * var(--divide-x-reverse));
    border-left-width: calc(1.25rem * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .lg\:divide-green-100 > :not(template) ~ :not(template){
    border-color: #c5e7c5;
  }

  .lg\:divide-green-300 > :not(template) ~ :not(template){
    border-color: #5ed795;
  }

  .lg\:divide-green-400 > :not(template) ~ :not(template){
    border-color: #68c187;
  }

  .lg\:divide-green-700 > :not(template) ~ :not(template){
    border-color: #2F8355;
  }

  .lg\:divide-green > :not(template) ~ :not(template){
    border-color: #2f8355;
  }

  .lg\:divide-cyan-100 > :not(template) ~ :not(template){
    border-color: #03bdff;
  }

  .lg\:divide-cyan-300 > :not(template) ~ :not(template){
    border-color: #60a7d5;
  }

  .lg\:divide-cyan-400 > :not(template) ~ :not(template){
    border-color: #0092bc;
  }

  .lg\:divide-cyan > :not(template) ~ :not(template){
    border-color: #007fa3;
  }

  .lg\:divide-blue-300 > :not(template) ~ :not(template){
    border-color: #2f63d4;
  }

  .lg\:divide-blue-400 > :not(template) ~ :not(template){
    border-color: #004C97;
  }

  .lg\:divide-blue-500 > :not(template) ~ :not(template){
    border-color: #24458c;
  }

  .lg\:divide-blue-700 > :not(template) ~ :not(template){
    border-color: #004c97;
  }

  .lg\:divide-blue > :not(template) ~ :not(template){
    border-color: #0057b8;
  }

  .lg\:divide-blue-blend > :not(template) ~ :not(template){
    border-color: rgba(32,67,143,.85);
  }

  .lg\:divide-lavender-100 > :not(template) ~ :not(template){
    border-color: #d2a9d3;
  }

  .lg\:divide-lavender-200 > :not(template) ~ :not(template){
    border-color: #957ad1;
  }

  .lg\:divide-lavender > :not(template) ~ :not(template){
    border-color: #8066b7;
  }

  .lg\:divide-red-100 > :not(template) ~ :not(template){
    border-color: #eecbcb;
  }

  .lg\:divide-red-900 > :not(template) ~ :not(template){
    border-color: #ff0000;
  }

  .lg\:divide-red > :not(template) ~ :not(template){
    border-color: #d14732;
  }

  .lg\:divide-orange-100 > :not(template) ~ :not(template){
    border-color: #ffe7b6;
  }

  .lg\:divide-orange-400 > :not(template) ~ :not(template){
    border-color: #ffc146;
  }

  .lg\:divide-orange-700 > :not(template) ~ :not(template){
    border-color: #c45510;
  }

  .lg\:divide-orange-900 > :not(template) ~ :not(template){
    border-color: #8c2e0b;
  }

  .lg\:divide-orange > :not(template) ~ :not(template){
    border-color: #e77530;
  }

  .lg\:divide-yellow-100 > :not(template) ~ :not(template){
    border-color: #f2efe2;
  }

  .lg\:divide-yellow > :not(template) ~ :not(template){
    border-color: #fecb34;
  }

  .lg\:divide-brown-100 > :not(template) ~ :not(template){
    border-color: #cfd2aa;
  }

  .lg\:divide-brown-300 > :not(template) ~ :not(template){
    border-color: #7a7751;
  }

  .lg\:divide-brown > :not(template) ~ :not(template){
    border-color: #735005;
  }

  .lg\:divide-gray-100 > :not(template) ~ :not(template){
    border-color: #f6f6f6;
  }

  .lg\:divide-gray-200 > :not(template) ~ :not(template){
    border-color: #eee;
  }

  .lg\:divide-gray-300 > :not(template) ~ :not(template){
    border-color: #e5e5e5;
  }

  .lg\:divide-gray-400 > :not(template) ~ :not(template){
    border-color: #d8d8d8;
  }

  .lg\:divide-gray-500 > :not(template) ~ :not(template){
    border-color: #ccc;
  }

  .lg\:divide-gray-600 > :not(template) ~ :not(template){
    border-color: #bbb;
  }

  .lg\:divide-gray-800 > :not(template) ~ :not(template){
    border-color: #757575;
  }

  .lg\:divide-gray-900 > :not(template) ~ :not(template){
    border-color: #666;
  }

  .lg\:divide-gray-950 > :not(template) ~ :not(template){
    border-color: #222;
  }

  .lg\:divide-gray > :not(template) ~ :not(template){
    border-color: #999;
  }

  .lg\:divide-black > :not(template) ~ :not(template){
    border-color: #171614;
  }

  .lg\:divide-white > :not(template) ~ :not(template){
    border-color: #fff;
  }

  .lg\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .lg\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

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

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

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

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

  .lg\:bg-green-100{
    background-color: #c5e7c5;
  }

  .lg\:bg-green-300{
    background-color: #5ed795;
  }

  .lg\:bg-green-400{
    background-color: #68c187;
  }

  .lg\:bg-green-700{
    background-color: #2F8355;
  }

  .lg\:bg-green{
    background-color: #2f8355;
  }

  .lg\:bg-cyan-100{
    background-color: #03bdff;
  }

  .lg\:bg-cyan-300{
    background-color: #60a7d5;
  }

  .lg\:bg-cyan-400{
    background-color: #0092bc;
  }

  .lg\:bg-cyan{
    background-color: #007fa3;
  }

  .lg\:bg-blue-300{
    background-color: #2f63d4;
  }

  .lg\:bg-blue-400{
    background-color: #004C97;
  }

  .lg\:bg-blue-500{
    background-color: #24458c;
  }

  .lg\:bg-blue-700{
    background-color: #004c97;
  }

  .lg\:bg-blue{
    background-color: #0057b8;
  }

  .lg\:bg-blue-blend{
    background-color: rgba(32,67,143,.85);
  }

  .lg\:bg-lavender-100{
    background-color: #d2a9d3;
  }

  .lg\:bg-lavender-200{
    background-color: #957ad1;
  }

  .lg\:bg-lavender{
    background-color: #8066b7;
  }

  .lg\:bg-red-100{
    background-color: #eecbcb;
  }

  .lg\:bg-red-900{
    background-color: #ff0000;
  }

  .lg\:bg-red{
    background-color: #d14732;
  }

  .lg\:bg-orange-100{
    background-color: #ffe7b6;
  }

  .lg\:bg-orange-400{
    background-color: #ffc146;
  }

  .lg\:bg-orange-700{
    background-color: #c45510;
  }

  .lg\:bg-orange-900{
    background-color: #8c2e0b;
  }

  .lg\:bg-orange{
    background-color: #e77530;
  }

  .lg\:bg-yellow-100{
    background-color: #f2efe2;
  }

  .lg\:bg-yellow{
    background-color: #fecb34;
  }

  .lg\:bg-brown-100{
    background-color: #cfd2aa;
  }

  .lg\:bg-brown-300{
    background-color: #7a7751;
  }

  .lg\:bg-brown{
    background-color: #735005;
  }

  .lg\:bg-gray-100{
    background-color: #f6f6f6;
  }

  .lg\:bg-gray-200{
    background-color: #eee;
  }

  .lg\:bg-gray-300{
    background-color: #e5e5e5;
  }

  .lg\:bg-gray-400{
    background-color: #d8d8d8;
  }

  .lg\:bg-gray-500{
    background-color: #ccc;
  }

  .lg\:bg-gray-600{
    background-color: #bbb;
  }

  .lg\:bg-gray-800{
    background-color: #757575;
  }

  .lg\:bg-gray-900{
    background-color: #666;
  }

  .lg\:bg-gray-950{
    background-color: #222;
  }

  .lg\:bg-gray{
    background-color: #999;
  }

  .lg\:bg-black{
    background-color: #171614;
  }

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

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

  .lg\:hover\:bg-green-100:hover{
    background-color: #c5e7c5;
  }

  .lg\:hover\:bg-green-300:hover{
    background-color: #5ed795;
  }

  .lg\:hover\:bg-green-400:hover{
    background-color: #68c187;
  }

  .lg\:hover\:bg-green-700:hover{
    background-color: #2F8355;
  }

  .lg\:hover\:bg-green:hover{
    background-color: #2f8355;
  }

  .lg\:hover\:bg-cyan-100:hover{
    background-color: #03bdff;
  }

  .lg\:hover\:bg-cyan-300:hover{
    background-color: #60a7d5;
  }

  .lg\:hover\:bg-cyan-400:hover{
    background-color: #0092bc;
  }

  .lg\:hover\:bg-cyan:hover{
    background-color: #007fa3;
  }

  .lg\:hover\:bg-blue-300:hover{
    background-color: #2f63d4;
  }

  .lg\:hover\:bg-blue-400:hover{
    background-color: #004C97;
  }

  .lg\:hover\:bg-blue-500:hover{
    background-color: #24458c;
  }

  .lg\:hover\:bg-blue-700:hover{
    background-color: #004c97;
  }

  .lg\:hover\:bg-blue:hover{
    background-color: #0057b8;
  }

  .lg\:hover\:bg-blue-blend:hover{
    background-color: rgba(32,67,143,.85);
  }

  .lg\:hover\:bg-lavender-100:hover{
    background-color: #d2a9d3;
  }

  .lg\:hover\:bg-lavender-200:hover{
    background-color: #957ad1;
  }

  .lg\:hover\:bg-lavender:hover{
    background-color: #8066b7;
  }

  .lg\:hover\:bg-red-100:hover{
    background-color: #eecbcb;
  }

  .lg\:hover\:bg-red-900:hover{
    background-color: #ff0000;
  }

  .lg\:hover\:bg-red:hover{
    background-color: #d14732;
  }

  .lg\:hover\:bg-orange-100:hover{
    background-color: #ffe7b6;
  }

  .lg\:hover\:bg-orange-400:hover{
    background-color: #ffc146;
  }

  .lg\:hover\:bg-orange-700:hover{
    background-color: #c45510;
  }

  .lg\:hover\:bg-orange-900:hover{
    background-color: #8c2e0b;
  }

  .lg\:hover\:bg-orange:hover{
    background-color: #e77530;
  }

  .lg\:hover\:bg-yellow-100:hover{
    background-color: #f2efe2;
  }

  .lg\:hover\:bg-yellow:hover{
    background-color: #fecb34;
  }

  .lg\:hover\:bg-brown-100:hover{
    background-color: #cfd2aa;
  }

  .lg\:hover\:bg-brown-300:hover{
    background-color: #7a7751;
  }

  .lg\:hover\:bg-brown:hover{
    background-color: #735005;
  }

  .lg\:hover\:bg-gray-100:hover{
    background-color: #f6f6f6;
  }

  .lg\:hover\:bg-gray-200:hover{
    background-color: #eee;
  }

  .lg\:hover\:bg-gray-300:hover{
    background-color: #e5e5e5;
  }

  .lg\:hover\:bg-gray-400:hover{
    background-color: #d8d8d8;
  }

  .lg\:hover\:bg-gray-500:hover{
    background-color: #ccc;
  }

  .lg\:hover\:bg-gray-600:hover{
    background-color: #bbb;
  }

  .lg\:hover\:bg-gray-800:hover{
    background-color: #757575;
  }

  .lg\:hover\:bg-gray-900:hover{
    background-color: #666;
  }

  .lg\:hover\:bg-gray-950:hover{
    background-color: #222;
  }

  .lg\:hover\:bg-gray:hover{
    background-color: #999;
  }

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

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

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

  .lg\:focus\:bg-green-100:focus{
    background-color: #c5e7c5;
  }

  .lg\:focus\:bg-green-300:focus{
    background-color: #5ed795;
  }

  .lg\:focus\:bg-green-400:focus{
    background-color: #68c187;
  }

  .lg\:focus\:bg-green-700:focus{
    background-color: #2F8355;
  }

  .lg\:focus\:bg-green:focus{
    background-color: #2f8355;
  }

  .lg\:focus\:bg-cyan-100:focus{
    background-color: #03bdff;
  }

  .lg\:focus\:bg-cyan-300:focus{
    background-color: #60a7d5;
  }

  .lg\:focus\:bg-cyan-400:focus{
    background-color: #0092bc;
  }

  .lg\:focus\:bg-cyan:focus{
    background-color: #007fa3;
  }

  .lg\:focus\:bg-blue-300:focus{
    background-color: #2f63d4;
  }

  .lg\:focus\:bg-blue-400:focus{
    background-color: #004C97;
  }

  .lg\:focus\:bg-blue-500:focus{
    background-color: #24458c;
  }

  .lg\:focus\:bg-blue-700:focus{
    background-color: #004c97;
  }

  .lg\:focus\:bg-blue:focus{
    background-color: #0057b8;
  }

  .lg\:focus\:bg-blue-blend:focus{
    background-color: rgba(32,67,143,.85);
  }

  .lg\:focus\:bg-lavender-100:focus{
    background-color: #d2a9d3;
  }

  .lg\:focus\:bg-lavender-200:focus{
    background-color: #957ad1;
  }

  .lg\:focus\:bg-lavender:focus{
    background-color: #8066b7;
  }

  .lg\:focus\:bg-red-100:focus{
    background-color: #eecbcb;
  }

  .lg\:focus\:bg-red-900:focus{
    background-color: #ff0000;
  }

  .lg\:focus\:bg-red:focus{
    background-color: #d14732;
  }

  .lg\:focus\:bg-orange-100:focus{
    background-color: #ffe7b6;
  }

  .lg\:focus\:bg-orange-400:focus{
    background-color: #ffc146;
  }

  .lg\:focus\:bg-orange-700:focus{
    background-color: #c45510;
  }

  .lg\:focus\:bg-orange-900:focus{
    background-color: #8c2e0b;
  }

  .lg\:focus\:bg-orange:focus{
    background-color: #e77530;
  }

  .lg\:focus\:bg-yellow-100:focus{
    background-color: #f2efe2;
  }

  .lg\:focus\:bg-yellow:focus{
    background-color: #fecb34;
  }

  .lg\:focus\:bg-brown-100:focus{
    background-color: #cfd2aa;
  }

  .lg\:focus\:bg-brown-300:focus{
    background-color: #7a7751;
  }

  .lg\:focus\:bg-brown:focus{
    background-color: #735005;
  }

  .lg\:focus\:bg-gray-100:focus{
    background-color: #f6f6f6;
  }

  .lg\:focus\:bg-gray-200:focus{
    background-color: #eee;
  }

  .lg\:focus\:bg-gray-300:focus{
    background-color: #e5e5e5;
  }

  .lg\:focus\:bg-gray-400:focus{
    background-color: #d8d8d8;
  }

  .lg\:focus\:bg-gray-500:focus{
    background-color: #ccc;
  }

  .lg\:focus\:bg-gray-600:focus{
    background-color: #bbb;
  }

  .lg\:focus\:bg-gray-800:focus{
    background-color: #757575;
  }

  .lg\:focus\:bg-gray-900:focus{
    background-color: #666;
  }

  .lg\:focus\:bg-gray-950:focus{
    background-color: #222;
  }

  .lg\:focus\:bg-gray:focus{
    background-color: #999;
  }

  .lg\:focus\:bg-black:focus{
    background-color: #171614;
  }

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

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .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-repeat-round{
    background-repeat: round;
  }

  .lg\:bg-repeat-space{
    background-repeat: space;
  }

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

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

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

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

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

  .lg\:border-green-100{
    border-color: #c5e7c5;
  }

  .lg\:border-green-300{
    border-color: #5ed795;
  }

  .lg\:border-green-400{
    border-color: #68c187;
  }

  .lg\:border-green-700{
    border-color: #2F8355;
  }

  .lg\:border-green{
    border-color: #2f8355;
  }

  .lg\:border-cyan-100{
    border-color: #03bdff;
  }

  .lg\:border-cyan-300{
    border-color: #60a7d5;
  }

  .lg\:border-cyan-400{
    border-color: #0092bc;
  }

  .lg\:border-cyan{
    border-color: #007fa3;
  }

  .lg\:border-blue-300{
    border-color: #2f63d4;
  }

  .lg\:border-blue-400{
    border-color: #004C97;
  }

  .lg\:border-blue-500{
    border-color: #24458c;
  }

  .lg\:border-blue-700{
    border-color: #004c97;
  }

  .lg\:border-blue{
    border-color: #0057b8;
  }

  .lg\:border-blue-blend{
    border-color: rgba(32,67,143,.85);
  }

  .lg\:border-lavender-100{
    border-color: #d2a9d3;
  }

  .lg\:border-lavender-200{
    border-color: #957ad1;
  }

  .lg\:border-lavender{
    border-color: #8066b7;
  }

  .lg\:border-red-100{
    border-color: #eecbcb;
  }

  .lg\:border-red-900{
    border-color: #ff0000;
  }

  .lg\:border-red{
    border-color: #d14732;
  }

  .lg\:border-orange-100{
    border-color: #ffe7b6;
  }

  .lg\:border-orange-400{
    border-color: #ffc146;
  }

  .lg\:border-orange-700{
    border-color: #c45510;
  }

  .lg\:border-orange-900{
    border-color: #8c2e0b;
  }

  .lg\:border-orange{
    border-color: #e77530;
  }

  .lg\:border-yellow-100{
    border-color: #f2efe2;
  }

  .lg\:border-yellow{
    border-color: #fecb34;
  }

  .lg\:border-brown-100{
    border-color: #cfd2aa;
  }

  .lg\:border-brown-300{
    border-color: #7a7751;
  }

  .lg\:border-brown{
    border-color: #735005;
  }

  .lg\:border-gray-100{
    border-color: #f6f6f6;
  }

  .lg\:border-gray-200{
    border-color: #eee;
  }

  .lg\:border-gray-300{
    border-color: #e5e5e5;
  }

  .lg\:border-gray-400{
    border-color: #d8d8d8;
  }

  .lg\:border-gray-500{
    border-color: #ccc;
  }

  .lg\:border-gray-600{
    border-color: #bbb;
  }

  .lg\:border-gray-800{
    border-color: #757575;
  }

  .lg\:border-gray-900{
    border-color: #666;
  }

  .lg\:border-gray-950{
    border-color: #222;
  }

  .lg\:border-gray{
    border-color: #999;
  }

  .lg\:border-black{
    border-color: #171614;
  }

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

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

  .lg\:hover\:border-green-100:hover{
    border-color: #c5e7c5;
  }

  .lg\:hover\:border-green-300:hover{
    border-color: #5ed795;
  }

  .lg\:hover\:border-green-400:hover{
    border-color: #68c187;
  }

  .lg\:hover\:border-green-700:hover{
    border-color: #2F8355;
  }

  .lg\:hover\:border-green:hover{
    border-color: #2f8355;
  }

  .lg\:hover\:border-cyan-100:hover{
    border-color: #03bdff;
  }

  .lg\:hover\:border-cyan-300:hover{
    border-color: #60a7d5;
  }

  .lg\:hover\:border-cyan-400:hover{
    border-color: #0092bc;
  }

  .lg\:hover\:border-cyan:hover{
    border-color: #007fa3;
  }

  .lg\:hover\:border-blue-300:hover{
    border-color: #2f63d4;
  }

  .lg\:hover\:border-blue-400:hover{
    border-color: #004C97;
  }

  .lg\:hover\:border-blue-500:hover{
    border-color: #24458c;
  }

  .lg\:hover\:border-blue-700:hover{
    border-color: #004c97;
  }

  .lg\:hover\:border-blue:hover{
    border-color: #0057b8;
  }

  .lg\:hover\:border-blue-blend:hover{
    border-color: rgba(32,67,143,.85);
  }

  .lg\:hover\:border-lavender-100:hover{
    border-color: #d2a9d3;
  }

  .lg\:hover\:border-lavender-200:hover{
    border-color: #957ad1;
  }

  .lg\:hover\:border-lavender:hover{
    border-color: #8066b7;
  }

  .lg\:hover\:border-red-100:hover{
    border-color: #eecbcb;
  }

  .lg\:hover\:border-red-900:hover{
    border-color: #ff0000;
  }

  .lg\:hover\:border-red:hover{
    border-color: #d14732;
  }

  .lg\:hover\:border-orange-100:hover{
    border-color: #ffe7b6;
  }

  .lg\:hover\:border-orange-400:hover{
    border-color: #ffc146;
  }

  .lg\:hover\:border-orange-700:hover{
    border-color: #c45510;
  }

  .lg\:hover\:border-orange-900:hover{
    border-color: #8c2e0b;
  }

  .lg\:hover\:border-orange:hover{
    border-color: #e77530;
  }

  .lg\:hover\:border-yellow-100:hover{
    border-color: #f2efe2;
  }

  .lg\:hover\:border-yellow:hover{
    border-color: #fecb34;
  }

  .lg\:hover\:border-brown-100:hover{
    border-color: #cfd2aa;
  }

  .lg\:hover\:border-brown-300:hover{
    border-color: #7a7751;
  }

  .lg\:hover\:border-brown:hover{
    border-color: #735005;
  }

  .lg\:hover\:border-gray-100:hover{
    border-color: #f6f6f6;
  }

  .lg\:hover\:border-gray-200:hover{
    border-color: #eee;
  }

  .lg\:hover\:border-gray-300:hover{
    border-color: #e5e5e5;
  }

  .lg\:hover\:border-gray-400:hover{
    border-color: #d8d8d8;
  }

  .lg\:hover\:border-gray-500:hover{
    border-color: #ccc;
  }

  .lg\:hover\:border-gray-600:hover{
    border-color: #bbb;
  }

  .lg\:hover\:border-gray-800:hover{
    border-color: #757575;
  }

  .lg\:hover\:border-gray-900:hover{
    border-color: #666;
  }

  .lg\:hover\:border-gray-950:hover{
    border-color: #222;
  }

  .lg\:hover\:border-gray:hover{
    border-color: #999;
  }

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

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

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

  .lg\:focus\:border-green-100:focus{
    border-color: #c5e7c5;
  }

  .lg\:focus\:border-green-300:focus{
    border-color: #5ed795;
  }

  .lg\:focus\:border-green-400:focus{
    border-color: #68c187;
  }

  .lg\:focus\:border-green-700:focus{
    border-color: #2F8355;
  }

  .lg\:focus\:border-green:focus{
    border-color: #2f8355;
  }

  .lg\:focus\:border-cyan-100:focus{
    border-color: #03bdff;
  }

  .lg\:focus\:border-cyan-300:focus{
    border-color: #60a7d5;
  }

  .lg\:focus\:border-cyan-400:focus{
    border-color: #0092bc;
  }

  .lg\:focus\:border-cyan:focus{
    border-color: #007fa3;
  }

  .lg\:focus\:border-blue-300:focus{
    border-color: #2f63d4;
  }

  .lg\:focus\:border-blue-400:focus{
    border-color: #004C97;
  }

  .lg\:focus\:border-blue-500:focus{
    border-color: #24458c;
  }

  .lg\:focus\:border-blue-700:focus{
    border-color: #004c97;
  }

  .lg\:focus\:border-blue:focus{
    border-color: #0057b8;
  }

  .lg\:focus\:border-blue-blend:focus{
    border-color: rgba(32,67,143,.85);
  }

  .lg\:focus\:border-lavender-100:focus{
    border-color: #d2a9d3;
  }

  .lg\:focus\:border-lavender-200:focus{
    border-color: #957ad1;
  }

  .lg\:focus\:border-lavender:focus{
    border-color: #8066b7;
  }

  .lg\:focus\:border-red-100:focus{
    border-color: #eecbcb;
  }

  .lg\:focus\:border-red-900:focus{
    border-color: #ff0000;
  }

  .lg\:focus\:border-red:focus{
    border-color: #d14732;
  }

  .lg\:focus\:border-orange-100:focus{
    border-color: #ffe7b6;
  }

  .lg\:focus\:border-orange-400:focus{
    border-color: #ffc146;
  }

  .lg\:focus\:border-orange-700:focus{
    border-color: #c45510;
  }

  .lg\:focus\:border-orange-900:focus{
    border-color: #8c2e0b;
  }

  .lg\:focus\:border-orange:focus{
    border-color: #e77530;
  }

  .lg\:focus\:border-yellow-100:focus{
    border-color: #f2efe2;
  }

  .lg\:focus\:border-yellow:focus{
    border-color: #fecb34;
  }

  .lg\:focus\:border-brown-100:focus{
    border-color: #cfd2aa;
  }

  .lg\:focus\:border-brown-300:focus{
    border-color: #7a7751;
  }

  .lg\:focus\:border-brown:focus{
    border-color: #735005;
  }

  .lg\:focus\:border-gray-100:focus{
    border-color: #f6f6f6;
  }

  .lg\:focus\:border-gray-200:focus{
    border-color: #eee;
  }

  .lg\:focus\:border-gray-300:focus{
    border-color: #e5e5e5;
  }

  .lg\:focus\:border-gray-400:focus{
    border-color: #d8d8d8;
  }

  .lg\:focus\:border-gray-500:focus{
    border-color: #ccc;
  }

  .lg\:focus\:border-gray-600:focus{
    border-color: #bbb;
  }

  .lg\:focus\:border-gray-800:focus{
    border-color: #757575;
  }

  .lg\:focus\:border-gray-900:focus{
    border-color: #666;
  }

  .lg\:focus\:border-gray-950:focus{
    border-color: #222;
  }

  .lg\:focus\:border-gray:focus{
    border-color: #999;
  }

  .lg\:focus\:border-black:focus{
    border-color: #171614;
  }

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

  .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

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

  .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  .lg\:rounded{
    border-radius: 0.25rem;
  }

  .lg\:rounded-md{
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  .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: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

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

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

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

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

  .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

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

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

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

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

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

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

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

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

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

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

  .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

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

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

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

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

  .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-solid{
    border-style: solid;
  }

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

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

  .lg\:border-double{
    border-style: double;
  }

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

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

  .lg\:border-1{
    border-width: 0.0625rem;
  }

  .lg\:border-2{
    border-width: 0.125rem;
  }

  .lg\:border-3{
    border-width: 0.1875rem;
  }

  .lg\:border-4{
    border-width: 0.25rem;
  }

  .lg\:border-5{
    border-width: 0.3125rem;
  }

  .lg\:border-6{
    border-width: 0.375rem;
  }

  .lg\:border-8{
    border-width: 0.5rem;
  }

  .lg\:border-10{
    border-width: 0.625rem;
  }

  .lg\:border-15{
    border-width: 0.9375rem;
  }

  .lg\:border-20{
    border-width: 1.25rem;
  }

  .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-1{
    border-top-width: 0.0625rem;
  }

  .lg\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .lg\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .lg\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .lg\:border-t-2{
    border-top-width: 0.125rem;
  }

  .lg\:border-r-2{
    border-right-width: 0.125rem;
  }

  .lg\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .lg\:border-l-2{
    border-left-width: 0.125rem;
  }

  .lg\:border-t-3{
    border-top-width: 0.1875rem;
  }

  .lg\:border-r-3{
    border-right-width: 0.1875rem;
  }

  .lg\:border-b-3{
    border-bottom-width: 0.1875rem;
  }

  .lg\:border-l-3{
    border-left-width: 0.1875rem;
  }

  .lg\:border-t-4{
    border-top-width: 0.25rem;
  }

  .lg\:border-r-4{
    border-right-width: 0.25rem;
  }

  .lg\:border-b-4{
    border-bottom-width: 0.25rem;
  }

  .lg\:border-l-4{
    border-left-width: 0.25rem;
  }

  .lg\:border-t-5{
    border-top-width: 0.3125rem;
  }

  .lg\:border-r-5{
    border-right-width: 0.3125rem;
  }

  .lg\:border-b-5{
    border-bottom-width: 0.3125rem;
  }

  .lg\:border-l-5{
    border-left-width: 0.3125rem;
  }

  .lg\:border-t-6{
    border-top-width: 0.375rem;
  }

  .lg\:border-r-6{
    border-right-width: 0.375rem;
  }

  .lg\:border-b-6{
    border-bottom-width: 0.375rem;
  }

  .lg\:border-l-6{
    border-left-width: 0.375rem;
  }

  .lg\:border-t-8{
    border-top-width: 0.5rem;
  }

  .lg\:border-r-8{
    border-right-width: 0.5rem;
  }

  .lg\:border-b-8{
    border-bottom-width: 0.5rem;
  }

  .lg\:border-l-8{
    border-left-width: 0.5rem;
  }

  .lg\:border-t-10{
    border-top-width: 0.625rem;
  }

  .lg\:border-r-10{
    border-right-width: 0.625rem;
  }

  .lg\:border-b-10{
    border-bottom-width: 0.625rem;
  }

  .lg\:border-l-10{
    border-left-width: 0.625rem;
  }

  .lg\:border-t-15{
    border-top-width: 0.9375rem;
  }

  .lg\:border-r-15{
    border-right-width: 0.9375rem;
  }

  .lg\:border-b-15{
    border-bottom-width: 0.9375rem;
  }

  .lg\:border-l-15{
    border-left-width: 0.9375rem;
  }

  .lg\:border-t-20{
    border-top-width: 1.25rem;
  }

  .lg\:border-r-20{
    border-right-width: 1.25rem;
  }

  .lg\:border-b-20{
    border-bottom-width: 1.25rem;
  }

  .lg\:border-l-20{
    border-left-width: 1.25rem;
  }

  .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\:first\:border-0:first-child{
    border-width: 0;
  }

  .lg\:first\:border-1:first-child{
    border-width: 0.0625rem;
  }

  .lg\:first\:border-2:first-child{
    border-width: 0.125rem;
  }

  .lg\:first\:border-3:first-child{
    border-width: 0.1875rem;
  }

  .lg\:first\:border-4:first-child{
    border-width: 0.25rem;
  }

  .lg\:first\:border-5:first-child{
    border-width: 0.3125rem;
  }

  .lg\:first\:border-6:first-child{
    border-width: 0.375rem;
  }

  .lg\:first\:border-8:first-child{
    border-width: 0.5rem;
  }

  .lg\:first\:border-10:first-child{
    border-width: 0.625rem;
  }

  .lg\:first\:border-15:first-child{
    border-width: 0.9375rem;
  }

  .lg\:first\:border-20:first-child{
    border-width: 1.25rem;
  }

  .lg\:first\:border:first-child{
    border-width: 1px;
  }

  .lg\:first\:border-t-0:first-child{
    border-top-width: 0;
  }

  .lg\:first\:border-r-0:first-child{
    border-right-width: 0;
  }

  .lg\:first\:border-b-0:first-child{
    border-bottom-width: 0;
  }

  .lg\:first\:border-l-0:first-child{
    border-left-width: 0;
  }

  .lg\:first\:border-t-1:first-child{
    border-top-width: 0.0625rem;
  }

  .lg\:first\:border-r-1:first-child{
    border-right-width: 0.0625rem;
  }

  .lg\:first\:border-b-1:first-child{
    border-bottom-width: 0.0625rem;
  }

  .lg\:first\:border-l-1:first-child{
    border-left-width: 0.0625rem;
  }

  .lg\:first\:border-t-2:first-child{
    border-top-width: 0.125rem;
  }

  .lg\:first\:border-r-2:first-child{
    border-right-width: 0.125rem;
  }

  .lg\:first\:border-b-2:first-child{
    border-bottom-width: 0.125rem;
  }

  .lg\:first\:border-l-2:first-child{
    border-left-width: 0.125rem;
  }

  .lg\:first\:border-t-3:first-child{
    border-top-width: 0.1875rem;
  }

  .lg\:first\:border-r-3:first-child{
    border-right-width: 0.1875rem;
  }

  .lg\:first\:border-b-3:first-child{
    border-bottom-width: 0.1875rem;
  }

  .lg\:first\:border-l-3:first-child{
    border-left-width: 0.1875rem;
  }

  .lg\:first\:border-t-4:first-child{
    border-top-width: 0.25rem;
  }

  .lg\:first\:border-r-4:first-child{
    border-right-width: 0.25rem;
  }

  .lg\:first\:border-b-4:first-child{
    border-bottom-width: 0.25rem;
  }

  .lg\:first\:border-l-4:first-child{
    border-left-width: 0.25rem;
  }

  .lg\:first\:border-t-5:first-child{
    border-top-width: 0.3125rem;
  }

  .lg\:first\:border-r-5:first-child{
    border-right-width: 0.3125rem;
  }

  .lg\:first\:border-b-5:first-child{
    border-bottom-width: 0.3125rem;
  }

  .lg\:first\:border-l-5:first-child{
    border-left-width: 0.3125rem;
  }

  .lg\:first\:border-t-6:first-child{
    border-top-width: 0.375rem;
  }

  .lg\:first\:border-r-6:first-child{
    border-right-width: 0.375rem;
  }

  .lg\:first\:border-b-6:first-child{
    border-bottom-width: 0.375rem;
  }

  .lg\:first\:border-l-6:first-child{
    border-left-width: 0.375rem;
  }

  .lg\:first\:border-t-8:first-child{
    border-top-width: 0.5rem;
  }

  .lg\:first\:border-r-8:first-child{
    border-right-width: 0.5rem;
  }

  .lg\:first\:border-b-8:first-child{
    border-bottom-width: 0.5rem;
  }

  .lg\:first\:border-l-8:first-child{
    border-left-width: 0.5rem;
  }

  .lg\:first\:border-t-10:first-child{
    border-top-width: 0.625rem;
  }

  .lg\:first\:border-r-10:first-child{
    border-right-width: 0.625rem;
  }

  .lg\:first\:border-b-10:first-child{
    border-bottom-width: 0.625rem;
  }

  .lg\:first\:border-l-10:first-child{
    border-left-width: 0.625rem;
  }

  .lg\:first\:border-t-15:first-child{
    border-top-width: 0.9375rem;
  }

  .lg\:first\:border-r-15:first-child{
    border-right-width: 0.9375rem;
  }

  .lg\:first\:border-b-15:first-child{
    border-bottom-width: 0.9375rem;
  }

  .lg\:first\:border-l-15:first-child{
    border-left-width: 0.9375rem;
  }

  .lg\:first\:border-t-20:first-child{
    border-top-width: 1.25rem;
  }

  .lg\:first\:border-r-20:first-child{
    border-right-width: 1.25rem;
  }

  .lg\:first\:border-b-20:first-child{
    border-bottom-width: 1.25rem;
  }

  .lg\:first\:border-l-20:first-child{
    border-left-width: 1.25rem;
  }

  .lg\:first\:border-t:first-child{
    border-top-width: 1px;
  }

  .lg\:first\:border-r:first-child{
    border-right-width: 1px;
  }

  .lg\:first\:border-b:first-child{
    border-bottom-width: 1px;
  }

  .lg\:first\:border-l:first-child{
    border-left-width: 1px;
  }

  .lg\:last\:border-0:last-child{
    border-width: 0;
  }

  .lg\:last\:border-1:last-child{
    border-width: 0.0625rem;
  }

  .lg\:last\:border-2:last-child{
    border-width: 0.125rem;
  }

  .lg\:last\:border-3:last-child{
    border-width: 0.1875rem;
  }

  .lg\:last\:border-4:last-child{
    border-width: 0.25rem;
  }

  .lg\:last\:border-5:last-child{
    border-width: 0.3125rem;
  }

  .lg\:last\:border-6:last-child{
    border-width: 0.375rem;
  }

  .lg\:last\:border-8:last-child{
    border-width: 0.5rem;
  }

  .lg\:last\:border-10:last-child{
    border-width: 0.625rem;
  }

  .lg\:last\:border-15:last-child{
    border-width: 0.9375rem;
  }

  .lg\:last\:border-20:last-child{
    border-width: 1.25rem;
  }

  .lg\:last\:border:last-child{
    border-width: 1px;
  }

  .lg\:last\:border-t-0:last-child{
    border-top-width: 0;
  }

  .lg\:last\:border-r-0:last-child{
    border-right-width: 0;
  }

  .lg\:last\:border-b-0:last-child{
    border-bottom-width: 0;
  }

  .lg\:last\:border-l-0:last-child{
    border-left-width: 0;
  }

  .lg\:last\:border-t-1:last-child{
    border-top-width: 0.0625rem;
  }

  .lg\:last\:border-r-1:last-child{
    border-right-width: 0.0625rem;
  }

  .lg\:last\:border-b-1:last-child{
    border-bottom-width: 0.0625rem;
  }

  .lg\:last\:border-l-1:last-child{
    border-left-width: 0.0625rem;
  }

  .lg\:last\:border-t-2:last-child{
    border-top-width: 0.125rem;
  }

  .lg\:last\:border-r-2:last-child{
    border-right-width: 0.125rem;
  }

  .lg\:last\:border-b-2:last-child{
    border-bottom-width: 0.125rem;
  }

  .lg\:last\:border-l-2:last-child{
    border-left-width: 0.125rem;
  }

  .lg\:last\:border-t-3:last-child{
    border-top-width: 0.1875rem;
  }

  .lg\:last\:border-r-3:last-child{
    border-right-width: 0.1875rem;
  }

  .lg\:last\:border-b-3:last-child{
    border-bottom-width: 0.1875rem;
  }

  .lg\:last\:border-l-3:last-child{
    border-left-width: 0.1875rem;
  }

  .lg\:last\:border-t-4:last-child{
    border-top-width: 0.25rem;
  }

  .lg\:last\:border-r-4:last-child{
    border-right-width: 0.25rem;
  }

  .lg\:last\:border-b-4:last-child{
    border-bottom-width: 0.25rem;
  }

  .lg\:last\:border-l-4:last-child{
    border-left-width: 0.25rem;
  }

  .lg\:last\:border-t-5:last-child{
    border-top-width: 0.3125rem;
  }

  .lg\:last\:border-r-5:last-child{
    border-right-width: 0.3125rem;
  }

  .lg\:last\:border-b-5:last-child{
    border-bottom-width: 0.3125rem;
  }

  .lg\:last\:border-l-5:last-child{
    border-left-width: 0.3125rem;
  }

  .lg\:last\:border-t-6:last-child{
    border-top-width: 0.375rem;
  }

  .lg\:last\:border-r-6:last-child{
    border-right-width: 0.375rem;
  }

  .lg\:last\:border-b-6:last-child{
    border-bottom-width: 0.375rem;
  }

  .lg\:last\:border-l-6:last-child{
    border-left-width: 0.375rem;
  }

  .lg\:last\:border-t-8:last-child{
    border-top-width: 0.5rem;
  }

  .lg\:last\:border-r-8:last-child{
    border-right-width: 0.5rem;
  }

  .lg\:last\:border-b-8:last-child{
    border-bottom-width: 0.5rem;
  }

  .lg\:last\:border-l-8:last-child{
    border-left-width: 0.5rem;
  }

  .lg\:last\:border-t-10:last-child{
    border-top-width: 0.625rem;
  }

  .lg\:last\:border-r-10:last-child{
    border-right-width: 0.625rem;
  }

  .lg\:last\:border-b-10:last-child{
    border-bottom-width: 0.625rem;
  }

  .lg\:last\:border-l-10:last-child{
    border-left-width: 0.625rem;
  }

  .lg\:last\:border-t-15:last-child{
    border-top-width: 0.9375rem;
  }

  .lg\:last\:border-r-15:last-child{
    border-right-width: 0.9375rem;
  }

  .lg\:last\:border-b-15:last-child{
    border-bottom-width: 0.9375rem;
  }

  .lg\:last\:border-l-15:last-child{
    border-left-width: 0.9375rem;
  }

  .lg\:last\:border-t-20:last-child{
    border-top-width: 1.25rem;
  }

  .lg\:last\:border-r-20:last-child{
    border-right-width: 1.25rem;
  }

  .lg\:last\:border-b-20:last-child{
    border-bottom-width: 1.25rem;
  }

  .lg\:last\:border-l-20:last-child{
    border-left-width: 1.25rem;
  }

  .lg\:last\:border-t:last-child{
    border-top-width: 1px;
  }

  .lg\:last\:border-r:last-child{
    border-right-width: 1px;
  }

  .lg\:last\:border-b:last-child{
    border-bottom-width: 1px;
  }

  .lg\:last\:border-l:last-child{
    border-left-width: 1px;
  }

  .lg\:box-border{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .lg\:box-content{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

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

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

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

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

  .lg\:cursor-text{
    cursor: text;
  }

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

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

  .lg\:block{
    display: block;
  }

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

  .lg\:inline{
    display: inline;
  }

  .lg\:flow-root{
    display: flow-root;
  }

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

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

  .lg\:grid{
    display: grid;
  }

  .lg\:inline-grid{
    display: inline-grid;
  }

  .lg\:table{
    display: table;
  }

  .lg\:table-caption{
    display: table-caption;
  }

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

  .lg\:table-column{
    display: table-column;
  }

  .lg\:table-column-group{
    display: table-column-group;
  }

  .lg\:table-footer-group{
    display: table-footer-group;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row-group{
    display: table-row-group;
  }

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

  .lg\:hidden{
    display: none;
  }

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

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

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

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

  .lg\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:justify-evenly{
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

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

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

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

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

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

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

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

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

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

  .lg\:flex-1\/3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }

  .lg\:flex-1\/3-up{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
  }

  .lg\:flex-1\/3-31 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }

  .lg\:flex-2\/3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
  }

  .lg\:flex-1\/4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .lg\:flex-1\/2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .lg\:flex-2\/4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .lg\:flex-3\/4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .lg\:flex-1\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .lg\:flex-2\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .lg\:flex-3\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .lg\:flex-4\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }

  .lg\:flex-gminor{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.2%;
            flex: 0 0 38.2%;
  }

  .lg\:flex-gmajor{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61.8%;
            flex: 0 0 61.8%;
  }

  .lg\:flex-fill{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

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

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

  .lg\:flex-shrink-0{
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .lg\:flex-shrink{
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .lg\:order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .lg\:order-2{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .lg\:order-3{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .lg\:order-4{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .lg\:order-5{
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .lg\:order-6{
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .lg\:order-7{
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .lg\:order-8{
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .lg\:order-9{
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .lg\:order-10{
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .lg\:order-11{
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .lg\:order-12{
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .lg\:order-first{
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

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

  .lg\:order-none{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 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\:clear-left{
    clear: left;
  }

  .lg\:clear-right{
    clear: right;
  }

  .lg\:clear-both{
    clear: both;
  }

  .lg\:clear-none{
    clear: none;
  }

  .lg\:font-sansblack{
    font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
  }

  .lg\:font-sans{
    font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  }

  .lg\:font-serif{
    font-family: "freight-text-pro", "Times New Roman", Georgia, Garamond, serif;
  }

  .lg\:font-hairline{
    font-weight: 100;
  }

  .lg\:font-thin{
    font-weight: 200;
  }

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

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

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

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

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

  .lg\:font-extrabold{
    font-weight: 800;
  }

  .lg\:font-black{
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover{
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover{
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus{
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus{
    font-weight: 900;
  }

  .lg\:h-0{
    height: 0;
  }

  .lg\:h-1{
    height: 0.0625rem;
  }

  .lg\:h-2{
    height: 0.125rem;
  }

  .lg\:h-3{
    height: 0.1875rem;
  }

  .lg\:h-4{
    height: 0.25rem;
  }

  .lg\:h-5{
    height: 0.3125rem;
  }

  .lg\:h-6{
    height: 0.375rem;
  }

  .lg\:h-8{
    height: 0.5rem;
  }

  .lg\:h-10{
    height: 0.625rem;
  }

  .lg\:h-15{
    height: 0.9375rem;
  }

  .lg\:h-20{
    height: 1.25rem;
  }

  .lg\:h-25{
    height: 1.5625rem;
  }

  .lg\:h-30{
    height: 1.875rem;
  }

  .lg\:h-35{
    height: 2.1875rem;
  }

  .lg\:h-40{
    height: 2.5rem;
  }

  .lg\:h-50{
    height: 3.125rem;
  }

  .lg\:h-60{
    height: 3.75rem;
  }

  .lg\:h-70{
    height: 4.375rem;
  }

  .lg\:h-75{
    height: 4.6875rem;
  }

  .lg\:h-80{
    height: 5rem;
  }

  .lg\:h-85{
    height: 5.3125rem;
  }

  .lg\:h-90{
    height: 5.625rem;
  }

  .lg\:h-100{
    height: 6.25rem;
  }

  .lg\:h-110{
    height: 6.875rem;
  }

  .lg\:h-120{
    height: 7.5rem;
  }

  .lg\:h-130{
    height: 8.125rem;
  }

  .lg\:h-140{
    height: 8.75rem;
  }

  .lg\:h-150{
    height: 9.375rem;
  }

  .lg\:h-160{
    height: 10rem;
  }

  .lg\:h-170{
    height: 10.625rem;
  }

  .lg\:h-175{
    height: 10.9375rem;
  }

  .lg\:h-180{
    height: 11.25rem;
  }

  .lg\:h-190{
    height: 11.875rem;
  }

  .lg\:h-200{
    height: 12.5rem;
  }

  .lg\:h-225{
    height: 14.0625rem;
  }

  .lg\:h-250{
    height: 15.625rem;
  }

  .lg\:h-300{
    height: 18.75rem;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:text-xs{
    font-size: 0.75rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
  }

  .lg\:text-base{
    font-size: 1rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
  }

  .lg\:text-xl{
    font-size: 1.3125rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
  }

  .lg\:text-3xl{
    font-size: 1.75rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
  }

  .lg\:text-5xl{
    font-size: 2.5rem;
  }

  .lg\:text-6xl{
    font-size: 3rem;
  }

  .lg\:text-7xl{
    font-size: 3.625rem;
  }

  .lg\:text-8xl{
    font-size: 4.6875rem;
  }

  .lg\:text-9xl{
    font-size: 6.25rem;
  }

  .lg\:leading-3{
    line-height: .75rem;
  }

  .lg\:leading-4{
    line-height: 1rem;
  }

  .lg\:leading-5{
    line-height: 1.25rem;
  }

  .lg\:leading-6{
    line-height: 1.5rem;
  }

  .lg\:leading-7{
    line-height: 1.75rem;
  }

  .lg\:leading-8{
    line-height: 2rem;
  }

  .lg\:leading-9{
    line-height: 2.25rem;
  }

  .lg\:leading-10{
    line-height: 2.5rem;
  }

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

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

  .lg\:leading-snug{
    line-height: 1.375;
  }

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

  .lg\:leading-relaxed{
    line-height: 1.625;
  }

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

  .lg\:list-inside{
    list-style-position: inside;
  }

  .lg\:list-outside{
    list-style-position: outside;
  }

  .lg\:list-none{
    list-style-type: none;
  }

  .lg\:list-disc{
    list-style-type: disc;
  }

  .lg\:list-decimal{
    list-style-type: decimal;
  }

  .lg\:m-0{
    margin: 0;
  }

  .lg\:m-1{
    margin: 0.0625rem;
  }

  .lg\:m-2{
    margin: 0.125rem;
  }

  .lg\:m-3{
    margin: 0.1875rem;
  }

  .lg\:m-4{
    margin: 0.25rem;
  }

  .lg\:m-5{
    margin: 0.3125rem;
  }

  .lg\:m-6{
    margin: 0.375rem;
  }

  .lg\:m-8{
    margin: 0.5rem;
  }

  .lg\:m-10{
    margin: 0.625rem;
  }

  .lg\:m-15{
    margin: 0.9375rem;
  }

  .lg\:m-20{
    margin: 1.25rem;
  }

  .lg\:m-25{
    margin: 1.5625rem;
  }

  .lg\:m-30{
    margin: 1.875rem;
  }

  .lg\:m-35{
    margin: 2.1875rem;
  }

  .lg\:m-40{
    margin: 2.5rem;
  }

  .lg\:m-50{
    margin: 3.125rem;
  }

  .lg\:m-60{
    margin: 3.75rem;
  }

  .lg\:m-75{
    margin: 4.6875rem;
  }

  .lg\:m-85{
    margin: 5.3125rem;
  }

  .lg\:m-100{
    margin: 6.25rem;
  }

  .lg\:m-150{
    margin: 9.375rem;
  }

  .lg\:m-175{
    margin: 10.9375rem;
  }

  .lg\:m-auto{
    margin: auto;
  }

  .lg\:-m-0{
    margin: 0;
  }

  .lg\:-m-1{
    margin: -0.0625rem;
  }

  .lg\:-m-2{
    margin: -0.125rem;
  }

  .lg\:-m-3{
    margin: -0.1875rem;
  }

  .lg\:-m-4{
    margin: -0.25rem;
  }

  .lg\:-m-5{
    margin: -0.3125rem;
  }

  .lg\:-m-6{
    margin: -0.375rem;
  }

  .lg\:-m-8{
    margin: -0.5rem;
  }

  .lg\:-m-10{
    margin: -0.625rem;
  }

  .lg\:-m-15{
    margin: -0.9375rem;
  }

  .lg\:-m-20{
    margin: -1.25rem;
  }

  .lg\:-m-25{
    margin: -1.5625rem;
  }

  .lg\:-m-30{
    margin: -1.875rem;
  }

  .lg\:-m-35{
    margin: -2.1875rem;
  }

  .lg\:-m-40{
    margin: -2.5rem;
  }

  .lg\:-m-50{
    margin: -3.125rem;
  }

  .lg\:-m-60{
    margin: -3.75rem;
  }

  .lg\:-m-75{
    margin: -4.6875rem;
  }

  .lg\:-m-85{
    margin: -5.3125rem;
  }

  .lg\:-m-100{
    margin: -6.25rem;
  }

  .lg\:-m-150{
    margin: -9.375rem;
  }

  .lg\:-m-175{
    margin: -10.9375rem;
  }

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

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

  .lg\:my-1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .lg\:mx-1{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .lg\:my-2{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:mx-2{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:my-3{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .lg\:mx-3{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .lg\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-5{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .lg\:mx-5{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .lg\:my-6{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:mx-6{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:my-15{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .lg\:mx-15{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .lg\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-25{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .lg\:mx-25{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .lg\:my-30{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:mx-30{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .lg\:my-35{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .lg\:mx-35{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .lg\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-50{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:mx-50{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .lg\:my-60{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:mx-60{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:my-75{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .lg\:mx-75{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .lg\:my-85{
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .lg\:mx-85{
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .lg\:my-100{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .lg\:mx-100{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .lg\:my-150{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .lg\:mx-150{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .lg\:my-175{
    margin-top: 10.9375rem;
    margin-bottom: 10.9375rem;
  }

  .lg\:mx-175{
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
  }

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

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

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

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

  .lg\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .lg\:-mx-1{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .lg\:-my-2{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-mx-2{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:-my-3{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .lg\:-mx-3{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .lg\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-5{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .lg\:-mx-5{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .lg\:-my-6{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-mx-6{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-mx-10{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:-my-15{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .lg\:-mx-15{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .lg\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-25{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .lg\:-mx-25{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .lg\:-my-30{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:-mx-30{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .lg\:-my-35{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .lg\:-mx-35{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .lg\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-50{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:-mx-50{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .lg\:-my-60{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:-mx-60{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:-my-75{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .lg\:-mx-75{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .lg\:-my-85{
    margin-top: -5.3125rem;
    margin-bottom: -5.3125rem;
  }

  .lg\:-mx-85{
    margin-left: -5.3125rem;
    margin-right: -5.3125rem;
  }

  .lg\:-my-100{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .lg\:-mx-100{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .lg\:-my-150{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .lg\:-mx-150{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .lg\:-my-175{
    margin-top: -10.9375rem;
    margin-bottom: -10.9375rem;
  }

  .lg\:-mx-175{
    margin-left: -10.9375rem;
    margin-right: -10.9375rem;
  }

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

  .lg\:mr-1{
    margin-right: 0.0625rem;
  }

  .lg\:mb-1{
    margin-bottom: 0.0625rem;
  }

  .lg\:ml-1{
    margin-left: 0.0625rem;
  }

  .lg\:mt-2{
    margin-top: 0.125rem;
  }

  .lg\:mr-2{
    margin-right: 0.125rem;
  }

  .lg\:mb-2{
    margin-bottom: 0.125rem;
  }

  .lg\:ml-2{
    margin-left: 0.125rem;
  }

  .lg\:mt-3{
    margin-top: 0.1875rem;
  }

  .lg\:mr-3{
    margin-right: 0.1875rem;
  }

  .lg\:mb-3{
    margin-bottom: 0.1875rem;
  }

  .lg\:ml-3{
    margin-left: 0.1875rem;
  }

  .lg\:mt-4{
    margin-top: 0.25rem;
  }

  .lg\:mr-4{
    margin-right: 0.25rem;
  }

  .lg\:mb-4{
    margin-bottom: 0.25rem;
  }

  .lg\:ml-4{
    margin-left: 0.25rem;
  }

  .lg\:mt-5{
    margin-top: 0.3125rem;
  }

  .lg\:mr-5{
    margin-right: 0.3125rem;
  }

  .lg\:mb-5{
    margin-bottom: 0.3125rem;
  }

  .lg\:ml-5{
    margin-left: 0.3125rem;
  }

  .lg\:mt-6{
    margin-top: 0.375rem;
  }

  .lg\:mr-6{
    margin-right: 0.375rem;
  }

  .lg\:mb-6{
    margin-bottom: 0.375rem;
  }

  .lg\:ml-6{
    margin-left: 0.375rem;
  }

  .lg\:mt-8{
    margin-top: 0.5rem;
  }

  .lg\:mr-8{
    margin-right: 0.5rem;
  }

  .lg\:mb-8{
    margin-bottom: 0.5rem;
  }

  .lg\:ml-8{
    margin-left: 0.5rem;
  }

  .lg\:mt-10{
    margin-top: 0.625rem;
  }

  .lg\:mr-10{
    margin-right: 0.625rem;
  }

  .lg\:mb-10{
    margin-bottom: 0.625rem;
  }

  .lg\:ml-10{
    margin-left: 0.625rem;
  }

  .lg\:mt-15{
    margin-top: 0.9375rem;
  }

  .lg\:mr-15{
    margin-right: 0.9375rem;
  }

  .lg\:mb-15{
    margin-bottom: 0.9375rem;
  }

  .lg\:ml-15{
    margin-left: 0.9375rem;
  }

  .lg\:mt-20{
    margin-top: 1.25rem;
  }

  .lg\:mr-20{
    margin-right: 1.25rem;
  }

  .lg\:mb-20{
    margin-bottom: 1.25rem;
  }

  .lg\:ml-20{
    margin-left: 1.25rem;
  }

  .lg\:mt-25{
    margin-top: 1.5625rem;
  }

  .lg\:mr-25{
    margin-right: 1.5625rem;
  }

  .lg\:mb-25{
    margin-bottom: 1.5625rem;
  }

  .lg\:ml-25{
    margin-left: 1.5625rem;
  }

  .lg\:mt-30{
    margin-top: 1.875rem;
  }

  .lg\:mr-30{
    margin-right: 1.875rem;
  }

  .lg\:mb-30{
    margin-bottom: 1.875rem;
  }

  .lg\:ml-30{
    margin-left: 1.875rem;
  }

  .lg\:mt-35{
    margin-top: 2.1875rem;
  }

  .lg\:mr-35{
    margin-right: 2.1875rem;
  }

  .lg\:mb-35{
    margin-bottom: 2.1875rem;
  }

  .lg\:ml-35{
    margin-left: 2.1875rem;
  }

  .lg\:mt-40{
    margin-top: 2.5rem;
  }

  .lg\:mr-40{
    margin-right: 2.5rem;
  }

  .lg\:mb-40{
    margin-bottom: 2.5rem;
  }

  .lg\:ml-40{
    margin-left: 2.5rem;
  }

  .lg\:mt-50{
    margin-top: 3.125rem;
  }

  .lg\:mr-50{
    margin-right: 3.125rem;
  }

  .lg\:mb-50{
    margin-bottom: 3.125rem;
  }

  .lg\:ml-50{
    margin-left: 3.125rem;
  }

  .lg\:mt-60{
    margin-top: 3.75rem;
  }

  .lg\:mr-60{
    margin-right: 3.75rem;
  }

  .lg\:mb-60{
    margin-bottom: 3.75rem;
  }

  .lg\:ml-60{
    margin-left: 3.75rem;
  }

  .lg\:mt-75{
    margin-top: 4.6875rem;
  }

  .lg\:mr-75{
    margin-right: 4.6875rem;
  }

  .lg\:mb-75{
    margin-bottom: 4.6875rem;
  }

  .lg\:ml-75{
    margin-left: 4.6875rem;
  }

  .lg\:mt-85{
    margin-top: 5.3125rem;
  }

  .lg\:mr-85{
    margin-right: 5.3125rem;
  }

  .lg\:mb-85{
    margin-bottom: 5.3125rem;
  }

  .lg\:ml-85{
    margin-left: 5.3125rem;
  }

  .lg\:mt-100{
    margin-top: 6.25rem;
  }

  .lg\:mr-100{
    margin-right: 6.25rem;
  }

  .lg\:mb-100{
    margin-bottom: 6.25rem;
  }

  .lg\:ml-100{
    margin-left: 6.25rem;
  }

  .lg\:mt-150{
    margin-top: 9.375rem;
  }

  .lg\:mr-150{
    margin-right: 9.375rem;
  }

  .lg\:mb-150{
    margin-bottom: 9.375rem;
  }

  .lg\:ml-150{
    margin-left: 9.375rem;
  }

  .lg\:mt-175{
    margin-top: 10.9375rem;
  }

  .lg\:mr-175{
    margin-right: 10.9375rem;
  }

  .lg\:mb-175{
    margin-bottom: 10.9375rem;
  }

  .lg\:ml-175{
    margin-left: 10.9375rem;
  }

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

  .lg\:-mr-1{
    margin-right: -0.0625rem;
  }

  .lg\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .lg\:-ml-1{
    margin-left: -0.0625rem;
  }

  .lg\:-mt-2{
    margin-top: -0.125rem;
  }

  .lg\:-mr-2{
    margin-right: -0.125rem;
  }

  .lg\:-mb-2{
    margin-bottom: -0.125rem;
  }

  .lg\:-ml-2{
    margin-left: -0.125rem;
  }

  .lg\:-mt-3{
    margin-top: -0.1875rem;
  }

  .lg\:-mr-3{
    margin-right: -0.1875rem;
  }

  .lg\:-mb-3{
    margin-bottom: -0.1875rem;
  }

  .lg\:-ml-3{
    margin-left: -0.1875rem;
  }

  .lg\:-mt-4{
    margin-top: -0.25rem;
  }

  .lg\:-mr-4{
    margin-right: -0.25rem;
  }

  .lg\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-4{
    margin-left: -0.25rem;
  }

  .lg\:-mt-5{
    margin-top: -0.3125rem;
  }

  .lg\:-mr-5{
    margin-right: -0.3125rem;
  }

  .lg\:-mb-5{
    margin-bottom: -0.3125rem;
  }

  .lg\:-ml-5{
    margin-left: -0.3125rem;
  }

  .lg\:-mt-6{
    margin-top: -0.375rem;
  }

  .lg\:-mr-6{
    margin-right: -0.375rem;
  }

  .lg\:-mb-6{
    margin-bottom: -0.375rem;
  }

  .lg\:-ml-6{
    margin-left: -0.375rem;
  }

  .lg\:-mt-8{
    margin-top: -0.5rem;
  }

  .lg\:-mr-8{
    margin-right: -0.5rem;
  }

  .lg\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-8{
    margin-left: -0.5rem;
  }

  .lg\:-mt-10{
    margin-top: -0.625rem;
  }

  .lg\:-mr-10{
    margin-right: -0.625rem;
  }

  .lg\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .lg\:-ml-10{
    margin-left: -0.625rem;
  }

  .lg\:-mt-15{
    margin-top: -0.9375rem;
  }

  .lg\:-mr-15{
    margin-right: -0.9375rem;
  }

  .lg\:-mb-15{
    margin-bottom: -0.9375rem;
  }

  .lg\:-ml-15{
    margin-left: -0.9375rem;
  }

  .lg\:-mt-20{
    margin-top: -1.25rem;
  }

  .lg\:-mr-20{
    margin-right: -1.25rem;
  }

  .lg\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-20{
    margin-left: -1.25rem;
  }

  .lg\:-mt-25{
    margin-top: -1.5625rem;
  }

  .lg\:-mr-25{
    margin-right: -1.5625rem;
  }

  .lg\:-mb-25{
    margin-bottom: -1.5625rem;
  }

  .lg\:-ml-25{
    margin-left: -1.5625rem;
  }

  .lg\:-mt-30{
    margin-top: -1.875rem;
  }

  .lg\:-mr-30{
    margin-right: -1.875rem;
  }

  .lg\:-mb-30{
    margin-bottom: -1.875rem;
  }

  .lg\:-ml-30{
    margin-left: -1.875rem;
  }

  .lg\:-mt-35{
    margin-top: -2.1875rem;
  }

  .lg\:-mr-35{
    margin-right: -2.1875rem;
  }

  .lg\:-mb-35{
    margin-bottom: -2.1875rem;
  }

  .lg\:-ml-35{
    margin-left: -2.1875rem;
  }

  .lg\:-mt-40{
    margin-top: -2.5rem;
  }

  .lg\:-mr-40{
    margin-right: -2.5rem;
  }

  .lg\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-40{
    margin-left: -2.5rem;
  }

  .lg\:-mt-50{
    margin-top: -3.125rem;
  }

  .lg\:-mr-50{
    margin-right: -3.125rem;
  }

  .lg\:-mb-50{
    margin-bottom: -3.125rem;
  }

  .lg\:-ml-50{
    margin-left: -3.125rem;
  }

  .lg\:-mt-60{
    margin-top: -3.75rem;
  }

  .lg\:-mr-60{
    margin-right: -3.75rem;
  }

  .lg\:-mb-60{
    margin-bottom: -3.75rem;
  }

  .lg\:-ml-60{
    margin-left: -3.75rem;
  }

  .lg\:-mt-75{
    margin-top: -4.6875rem;
  }

  .lg\:-mr-75{
    margin-right: -4.6875rem;
  }

  .lg\:-mb-75{
    margin-bottom: -4.6875rem;
  }

  .lg\:-ml-75{
    margin-left: -4.6875rem;
  }

  .lg\:-mt-85{
    margin-top: -5.3125rem;
  }

  .lg\:-mr-85{
    margin-right: -5.3125rem;
  }

  .lg\:-mb-85{
    margin-bottom: -5.3125rem;
  }

  .lg\:-ml-85{
    margin-left: -5.3125rem;
  }

  .lg\:-mt-100{
    margin-top: -6.25rem;
  }

  .lg\:-mr-100{
    margin-right: -6.25rem;
  }

  .lg\:-mb-100{
    margin-bottom: -6.25rem;
  }

  .lg\:-ml-100{
    margin-left: -6.25rem;
  }

  .lg\:-mt-150{
    margin-top: -9.375rem;
  }

  .lg\:-mr-150{
    margin-right: -9.375rem;
  }

  .lg\:-mb-150{
    margin-bottom: -9.375rem;
  }

  .lg\:-ml-150{
    margin-left: -9.375rem;
  }

  .lg\:-mt-175{
    margin-top: -10.9375rem;
  }

  .lg\:-mr-175{
    margin-right: -10.9375rem;
  }

  .lg\:-mb-175{
    margin-bottom: -10.9375rem;
  }

  .lg\:-ml-175{
    margin-left: -10.9375rem;
  }

  .lg\:first\:m-0:first-child{
    margin: 0;
  }

  .lg\:first\:m-1:first-child{
    margin: 0.0625rem;
  }

  .lg\:first\:m-2:first-child{
    margin: 0.125rem;
  }

  .lg\:first\:m-3:first-child{
    margin: 0.1875rem;
  }

  .lg\:first\:m-4:first-child{
    margin: 0.25rem;
  }

  .lg\:first\:m-5:first-child{
    margin: 0.3125rem;
  }

  .lg\:first\:m-6:first-child{
    margin: 0.375rem;
  }

  .lg\:first\:m-8:first-child{
    margin: 0.5rem;
  }

  .lg\:first\:m-10:first-child{
    margin: 0.625rem;
  }

  .lg\:first\:m-15:first-child{
    margin: 0.9375rem;
  }

  .lg\:first\:m-20:first-child{
    margin: 1.25rem;
  }

  .lg\:first\:m-25:first-child{
    margin: 1.5625rem;
  }

  .lg\:first\:m-30:first-child{
    margin: 1.875rem;
  }

  .lg\:first\:m-35:first-child{
    margin: 2.1875rem;
  }

  .lg\:first\:m-40:first-child{
    margin: 2.5rem;
  }

  .lg\:first\:m-50:first-child{
    margin: 3.125rem;
  }

  .lg\:first\:m-60:first-child{
    margin: 3.75rem;
  }

  .lg\:first\:m-75:first-child{
    margin: 4.6875rem;
  }

  .lg\:first\:m-85:first-child{
    margin: 5.3125rem;
  }

  .lg\:first\:m-100:first-child{
    margin: 6.25rem;
  }

  .lg\:first\:m-150:first-child{
    margin: 9.375rem;
  }

  .lg\:first\:m-175:first-child{
    margin: 10.9375rem;
  }

  .lg\:first\:m-auto:first-child{
    margin: auto;
  }

  .lg\:first\:-m-0:first-child{
    margin: 0;
  }

  .lg\:first\:-m-1:first-child{
    margin: -0.0625rem;
  }

  .lg\:first\:-m-2:first-child{
    margin: -0.125rem;
  }

  .lg\:first\:-m-3:first-child{
    margin: -0.1875rem;
  }

  .lg\:first\:-m-4:first-child{
    margin: -0.25rem;
  }

  .lg\:first\:-m-5:first-child{
    margin: -0.3125rem;
  }

  .lg\:first\:-m-6:first-child{
    margin: -0.375rem;
  }

  .lg\:first\:-m-8:first-child{
    margin: -0.5rem;
  }

  .lg\:first\:-m-10:first-child{
    margin: -0.625rem;
  }

  .lg\:first\:-m-15:first-child{
    margin: -0.9375rem;
  }

  .lg\:first\:-m-20:first-child{
    margin: -1.25rem;
  }

  .lg\:first\:-m-25:first-child{
    margin: -1.5625rem;
  }

  .lg\:first\:-m-30:first-child{
    margin: -1.875rem;
  }

  .lg\:first\:-m-35:first-child{
    margin: -2.1875rem;
  }

  .lg\:first\:-m-40:first-child{
    margin: -2.5rem;
  }

  .lg\:first\:-m-50:first-child{
    margin: -3.125rem;
  }

  .lg\:first\:-m-60:first-child{
    margin: -3.75rem;
  }

  .lg\:first\:-m-75:first-child{
    margin: -4.6875rem;
  }

  .lg\:first\:-m-85:first-child{
    margin: -5.3125rem;
  }

  .lg\:first\:-m-100:first-child{
    margin: -6.25rem;
  }

  .lg\:first\:-m-150:first-child{
    margin: -9.375rem;
  }

  .lg\:first\:-m-175:first-child{
    margin: -10.9375rem;
  }

  .lg\:first\:my-0:first-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:first\:mx-0:first-child{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:first\:my-1:first-child{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .lg\:first\:mx-1:first-child{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .lg\:first\:my-2:first-child{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:first\:mx-2:first-child{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:first\:my-3:first-child{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .lg\:first\:mx-3:first-child{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .lg\:first\:my-4:first-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:first\:mx-4:first-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:first\:my-5:first-child{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .lg\:first\:mx-5:first-child{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .lg\:first\:my-6:first-child{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:first\:mx-6:first-child{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:first\:my-8:first-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:first\:mx-8:first-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:first\:my-10:first-child{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:first\:mx-10:first-child{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:first\:my-15:first-child{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .lg\:first\:mx-15:first-child{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .lg\:first\:my-20:first-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:first\:mx-20:first-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:first\:my-25:first-child{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .lg\:first\:mx-25:first-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .lg\:first\:my-30:first-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:first\:mx-30:first-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .lg\:first\:my-35:first-child{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .lg\:first\:mx-35:first-child{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .lg\:first\:my-40:first-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:first\:mx-40:first-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:first\:my-50:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:first\:mx-50:first-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .lg\:first\:my-60:first-child{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:first\:mx-60:first-child{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:first\:my-75:first-child{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .lg\:first\:mx-75:first-child{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .lg\:first\:my-85:first-child{
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .lg\:first\:mx-85:first-child{
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .lg\:first\:my-100:first-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .lg\:first\:mx-100:first-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .lg\:first\:my-150:first-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .lg\:first\:mx-150:first-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .lg\:first\:my-175:first-child{
    margin-top: 10.9375rem;
    margin-bottom: 10.9375rem;
  }

  .lg\:first\:mx-175:first-child{
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
  }

  .lg\:first\:my-auto:first-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:first\:mx-auto:first-child{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:first\:-my-0:first-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:first\:-mx-0:first-child{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:first\:-my-1:first-child{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .lg\:first\:-mx-1:first-child{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .lg\:first\:-my-2:first-child{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:first\:-mx-2:first-child{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:first\:-my-3:first-child{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .lg\:first\:-mx-3:first-child{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .lg\:first\:-my-4:first-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-mx-4:first-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:first\:-my-5:first-child{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .lg\:first\:-mx-5:first-child{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .lg\:first\:-my-6:first-child{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:first\:-mx-6:first-child{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:first\:-my-8:first-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-mx-8:first-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:first\:-my-10:first-child{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:first\:-mx-10:first-child{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:first\:-my-15:first-child{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .lg\:first\:-mx-15:first-child{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .lg\:first\:-my-20:first-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-mx-20:first-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:first\:-my-25:first-child{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .lg\:first\:-mx-25:first-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .lg\:first\:-my-30:first-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:first\:-mx-30:first-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .lg\:first\:-my-35:first-child{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .lg\:first\:-mx-35:first-child{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .lg\:first\:-my-40:first-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-mx-40:first-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:first\:-my-50:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:first\:-mx-50:first-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .lg\:first\:-my-60:first-child{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:first\:-mx-60:first-child{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:first\:-my-75:first-child{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .lg\:first\:-mx-75:first-child{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .lg\:first\:-my-85:first-child{
    margin-top: -5.3125rem;
    margin-bottom: -5.3125rem;
  }

  .lg\:first\:-mx-85:first-child{
    margin-left: -5.3125rem;
    margin-right: -5.3125rem;
  }

  .lg\:first\:-my-100:first-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .lg\:first\:-mx-100:first-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .lg\:first\:-my-150:first-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .lg\:first\:-mx-150:first-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .lg\:first\:-my-175:first-child{
    margin-top: -10.9375rem;
    margin-bottom: -10.9375rem;
  }

  .lg\:first\:-mx-175:first-child{
    margin-left: -10.9375rem;
    margin-right: -10.9375rem;
  }

  .lg\:first\:mt-0:first-child{
    margin-top: 0;
  }

  .lg\:first\:mr-0:first-child{
    margin-right: 0;
  }

  .lg\:first\:mb-0:first-child{
    margin-bottom: 0;
  }

  .lg\:first\:ml-0:first-child{
    margin-left: 0;
  }

  .lg\:first\:mt-1:first-child{
    margin-top: 0.0625rem;
  }

  .lg\:first\:mr-1:first-child{
    margin-right: 0.0625rem;
  }

  .lg\:first\:mb-1:first-child{
    margin-bottom: 0.0625rem;
  }

  .lg\:first\:ml-1:first-child{
    margin-left: 0.0625rem;
  }

  .lg\:first\:mt-2:first-child{
    margin-top: 0.125rem;
  }

  .lg\:first\:mr-2:first-child{
    margin-right: 0.125rem;
  }

  .lg\:first\:mb-2:first-child{
    margin-bottom: 0.125rem;
  }

  .lg\:first\:ml-2:first-child{
    margin-left: 0.125rem;
  }

  .lg\:first\:mt-3:first-child{
    margin-top: 0.1875rem;
  }

  .lg\:first\:mr-3:first-child{
    margin-right: 0.1875rem;
  }

  .lg\:first\:mb-3:first-child{
    margin-bottom: 0.1875rem;
  }

  .lg\:first\:ml-3:first-child{
    margin-left: 0.1875rem;
  }

  .lg\:first\:mt-4:first-child{
    margin-top: 0.25rem;
  }

  .lg\:first\:mr-4:first-child{
    margin-right: 0.25rem;
  }

  .lg\:first\:mb-4:first-child{
    margin-bottom: 0.25rem;
  }

  .lg\:first\:ml-4:first-child{
    margin-left: 0.25rem;
  }

  .lg\:first\:mt-5:first-child{
    margin-top: 0.3125rem;
  }

  .lg\:first\:mr-5:first-child{
    margin-right: 0.3125rem;
  }

  .lg\:first\:mb-5:first-child{
    margin-bottom: 0.3125rem;
  }

  .lg\:first\:ml-5:first-child{
    margin-left: 0.3125rem;
  }

  .lg\:first\:mt-6:first-child{
    margin-top: 0.375rem;
  }

  .lg\:first\:mr-6:first-child{
    margin-right: 0.375rem;
  }

  .lg\:first\:mb-6:first-child{
    margin-bottom: 0.375rem;
  }

  .lg\:first\:ml-6:first-child{
    margin-left: 0.375rem;
  }

  .lg\:first\:mt-8:first-child{
    margin-top: 0.5rem;
  }

  .lg\:first\:mr-8:first-child{
    margin-right: 0.5rem;
  }

  .lg\:first\:mb-8:first-child{
    margin-bottom: 0.5rem;
  }

  .lg\:first\:ml-8:first-child{
    margin-left: 0.5rem;
  }

  .lg\:first\:mt-10:first-child{
    margin-top: 0.625rem;
  }

  .lg\:first\:mr-10:first-child{
    margin-right: 0.625rem;
  }

  .lg\:first\:mb-10:first-child{
    margin-bottom: 0.625rem;
  }

  .lg\:first\:ml-10:first-child{
    margin-left: 0.625rem;
  }

  .lg\:first\:mt-15:first-child{
    margin-top: 0.9375rem;
  }

  .lg\:first\:mr-15:first-child{
    margin-right: 0.9375rem;
  }

  .lg\:first\:mb-15:first-child{
    margin-bottom: 0.9375rem;
  }

  .lg\:first\:ml-15:first-child{
    margin-left: 0.9375rem;
  }

  .lg\:first\:mt-20:first-child{
    margin-top: 1.25rem;
  }

  .lg\:first\:mr-20:first-child{
    margin-right: 1.25rem;
  }

  .lg\:first\:mb-20:first-child{
    margin-bottom: 1.25rem;
  }

  .lg\:first\:ml-20:first-child{
    margin-left: 1.25rem;
  }

  .lg\:first\:mt-25:first-child{
    margin-top: 1.5625rem;
  }

  .lg\:first\:mr-25:first-child{
    margin-right: 1.5625rem;
  }

  .lg\:first\:mb-25:first-child{
    margin-bottom: 1.5625rem;
  }

  .lg\:first\:ml-25:first-child{
    margin-left: 1.5625rem;
  }

  .lg\:first\:mt-30:first-child{
    margin-top: 1.875rem;
  }

  .lg\:first\:mr-30:first-child{
    margin-right: 1.875rem;
  }

  .lg\:first\:mb-30:first-child{
    margin-bottom: 1.875rem;
  }

  .lg\:first\:ml-30:first-child{
    margin-left: 1.875rem;
  }

  .lg\:first\:mt-35:first-child{
    margin-top: 2.1875rem;
  }

  .lg\:first\:mr-35:first-child{
    margin-right: 2.1875rem;
  }

  .lg\:first\:mb-35:first-child{
    margin-bottom: 2.1875rem;
  }

  .lg\:first\:ml-35:first-child{
    margin-left: 2.1875rem;
  }

  .lg\:first\:mt-40:first-child{
    margin-top: 2.5rem;
  }

  .lg\:first\:mr-40:first-child{
    margin-right: 2.5rem;
  }

  .lg\:first\:mb-40:first-child{
    margin-bottom: 2.5rem;
  }

  .lg\:first\:ml-40:first-child{
    margin-left: 2.5rem;
  }

  .lg\:first\:mt-50:first-child{
    margin-top: 3.125rem;
  }

  .lg\:first\:mr-50:first-child{
    margin-right: 3.125rem;
  }

  .lg\:first\:mb-50:first-child{
    margin-bottom: 3.125rem;
  }

  .lg\:first\:ml-50:first-child{
    margin-left: 3.125rem;
  }

  .lg\:first\:mt-60:first-child{
    margin-top: 3.75rem;
  }

  .lg\:first\:mr-60:first-child{
    margin-right: 3.75rem;
  }

  .lg\:first\:mb-60:first-child{
    margin-bottom: 3.75rem;
  }

  .lg\:first\:ml-60:first-child{
    margin-left: 3.75rem;
  }

  .lg\:first\:mt-75:first-child{
    margin-top: 4.6875rem;
  }

  .lg\:first\:mr-75:first-child{
    margin-right: 4.6875rem;
  }

  .lg\:first\:mb-75:first-child{
    margin-bottom: 4.6875rem;
  }

  .lg\:first\:ml-75:first-child{
    margin-left: 4.6875rem;
  }

  .lg\:first\:mt-85:first-child{
    margin-top: 5.3125rem;
  }

  .lg\:first\:mr-85:first-child{
    margin-right: 5.3125rem;
  }

  .lg\:first\:mb-85:first-child{
    margin-bottom: 5.3125rem;
  }

  .lg\:first\:ml-85:first-child{
    margin-left: 5.3125rem;
  }

  .lg\:first\:mt-100:first-child{
    margin-top: 6.25rem;
  }

  .lg\:first\:mr-100:first-child{
    margin-right: 6.25rem;
  }

  .lg\:first\:mb-100:first-child{
    margin-bottom: 6.25rem;
  }

  .lg\:first\:ml-100:first-child{
    margin-left: 6.25rem;
  }

  .lg\:first\:mt-150:first-child{
    margin-top: 9.375rem;
  }

  .lg\:first\:mr-150:first-child{
    margin-right: 9.375rem;
  }

  .lg\:first\:mb-150:first-child{
    margin-bottom: 9.375rem;
  }

  .lg\:first\:ml-150:first-child{
    margin-left: 9.375rem;
  }

  .lg\:first\:mt-175:first-child{
    margin-top: 10.9375rem;
  }

  .lg\:first\:mr-175:first-child{
    margin-right: 10.9375rem;
  }

  .lg\:first\:mb-175:first-child{
    margin-bottom: 10.9375rem;
  }

  .lg\:first\:ml-175:first-child{
    margin-left: 10.9375rem;
  }

  .lg\:first\:mt-auto:first-child{
    margin-top: auto;
  }

  .lg\:first\:mr-auto:first-child{
    margin-right: auto;
  }

  .lg\:first\:mb-auto:first-child{
    margin-bottom: auto;
  }

  .lg\:first\:ml-auto:first-child{
    margin-left: auto;
  }

  .lg\:first\:-mt-0:first-child{
    margin-top: 0;
  }

  .lg\:first\:-mr-0:first-child{
    margin-right: 0;
  }

  .lg\:first\:-mb-0:first-child{
    margin-bottom: 0;
  }

  .lg\:first\:-ml-0:first-child{
    margin-left: 0;
  }

  .lg\:first\:-mt-1:first-child{
    margin-top: -0.0625rem;
  }

  .lg\:first\:-mr-1:first-child{
    margin-right: -0.0625rem;
  }

  .lg\:first\:-mb-1:first-child{
    margin-bottom: -0.0625rem;
  }

  .lg\:first\:-ml-1:first-child{
    margin-left: -0.0625rem;
  }

  .lg\:first\:-mt-2:first-child{
    margin-top: -0.125rem;
  }

  .lg\:first\:-mr-2:first-child{
    margin-right: -0.125rem;
  }

  .lg\:first\:-mb-2:first-child{
    margin-bottom: -0.125rem;
  }

  .lg\:first\:-ml-2:first-child{
    margin-left: -0.125rem;
  }

  .lg\:first\:-mt-3:first-child{
    margin-top: -0.1875rem;
  }

  .lg\:first\:-mr-3:first-child{
    margin-right: -0.1875rem;
  }

  .lg\:first\:-mb-3:first-child{
    margin-bottom: -0.1875rem;
  }

  .lg\:first\:-ml-3:first-child{
    margin-left: -0.1875rem;
  }

  .lg\:first\:-mt-4:first-child{
    margin-top: -0.25rem;
  }

  .lg\:first\:-mr-4:first-child{
    margin-right: -0.25rem;
  }

  .lg\:first\:-mb-4:first-child{
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-ml-4:first-child{
    margin-left: -0.25rem;
  }

  .lg\:first\:-mt-5:first-child{
    margin-top: -0.3125rem;
  }

  .lg\:first\:-mr-5:first-child{
    margin-right: -0.3125rem;
  }

  .lg\:first\:-mb-5:first-child{
    margin-bottom: -0.3125rem;
  }

  .lg\:first\:-ml-5:first-child{
    margin-left: -0.3125rem;
  }

  .lg\:first\:-mt-6:first-child{
    margin-top: -0.375rem;
  }

  .lg\:first\:-mr-6:first-child{
    margin-right: -0.375rem;
  }

  .lg\:first\:-mb-6:first-child{
    margin-bottom: -0.375rem;
  }

  .lg\:first\:-ml-6:first-child{
    margin-left: -0.375rem;
  }

  .lg\:first\:-mt-8:first-child{
    margin-top: -0.5rem;
  }

  .lg\:first\:-mr-8:first-child{
    margin-right: -0.5rem;
  }

  .lg\:first\:-mb-8:first-child{
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-ml-8:first-child{
    margin-left: -0.5rem;
  }

  .lg\:first\:-mt-10:first-child{
    margin-top: -0.625rem;
  }

  .lg\:first\:-mr-10:first-child{
    margin-right: -0.625rem;
  }

  .lg\:first\:-mb-10:first-child{
    margin-bottom: -0.625rem;
  }

  .lg\:first\:-ml-10:first-child{
    margin-left: -0.625rem;
  }

  .lg\:first\:-mt-15:first-child{
    margin-top: -0.9375rem;
  }

  .lg\:first\:-mr-15:first-child{
    margin-right: -0.9375rem;
  }

  .lg\:first\:-mb-15:first-child{
    margin-bottom: -0.9375rem;
  }

  .lg\:first\:-ml-15:first-child{
    margin-left: -0.9375rem;
  }

  .lg\:first\:-mt-20:first-child{
    margin-top: -1.25rem;
  }

  .lg\:first\:-mr-20:first-child{
    margin-right: -1.25rem;
  }

  .lg\:first\:-mb-20:first-child{
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-ml-20:first-child{
    margin-left: -1.25rem;
  }

  .lg\:first\:-mt-25:first-child{
    margin-top: -1.5625rem;
  }

  .lg\:first\:-mr-25:first-child{
    margin-right: -1.5625rem;
  }

  .lg\:first\:-mb-25:first-child{
    margin-bottom: -1.5625rem;
  }

  .lg\:first\:-ml-25:first-child{
    margin-left: -1.5625rem;
  }

  .lg\:first\:-mt-30:first-child{
    margin-top: -1.875rem;
  }

  .lg\:first\:-mr-30:first-child{
    margin-right: -1.875rem;
  }

  .lg\:first\:-mb-30:first-child{
    margin-bottom: -1.875rem;
  }

  .lg\:first\:-ml-30:first-child{
    margin-left: -1.875rem;
  }

  .lg\:first\:-mt-35:first-child{
    margin-top: -2.1875rem;
  }

  .lg\:first\:-mr-35:first-child{
    margin-right: -2.1875rem;
  }

  .lg\:first\:-mb-35:first-child{
    margin-bottom: -2.1875rem;
  }

  .lg\:first\:-ml-35:first-child{
    margin-left: -2.1875rem;
  }

  .lg\:first\:-mt-40:first-child{
    margin-top: -2.5rem;
  }

  .lg\:first\:-mr-40:first-child{
    margin-right: -2.5rem;
  }

  .lg\:first\:-mb-40:first-child{
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-ml-40:first-child{
    margin-left: -2.5rem;
  }

  .lg\:first\:-mt-50:first-child{
    margin-top: -3.125rem;
  }

  .lg\:first\:-mr-50:first-child{
    margin-right: -3.125rem;
  }

  .lg\:first\:-mb-50:first-child{
    margin-bottom: -3.125rem;
  }

  .lg\:first\:-ml-50:first-child{
    margin-left: -3.125rem;
  }

  .lg\:first\:-mt-60:first-child{
    margin-top: -3.75rem;
  }

  .lg\:first\:-mr-60:first-child{
    margin-right: -3.75rem;
  }

  .lg\:first\:-mb-60:first-child{
    margin-bottom: -3.75rem;
  }

  .lg\:first\:-ml-60:first-child{
    margin-left: -3.75rem;
  }

  .lg\:first\:-mt-75:first-child{
    margin-top: -4.6875rem;
  }

  .lg\:first\:-mr-75:first-child{
    margin-right: -4.6875rem;
  }

  .lg\:first\:-mb-75:first-child{
    margin-bottom: -4.6875rem;
  }

  .lg\:first\:-ml-75:first-child{
    margin-left: -4.6875rem;
  }

  .lg\:first\:-mt-85:first-child{
    margin-top: -5.3125rem;
  }

  .lg\:first\:-mr-85:first-child{
    margin-right: -5.3125rem;
  }

  .lg\:first\:-mb-85:first-child{
    margin-bottom: -5.3125rem;
  }

  .lg\:first\:-ml-85:first-child{
    margin-left: -5.3125rem;
  }

  .lg\:first\:-mt-100:first-child{
    margin-top: -6.25rem;
  }

  .lg\:first\:-mr-100:first-child{
    margin-right: -6.25rem;
  }

  .lg\:first\:-mb-100:first-child{
    margin-bottom: -6.25rem;
  }

  .lg\:first\:-ml-100:first-child{
    margin-left: -6.25rem;
  }

  .lg\:first\:-mt-150:first-child{
    margin-top: -9.375rem;
  }

  .lg\:first\:-mr-150:first-child{
    margin-right: -9.375rem;
  }

  .lg\:first\:-mb-150:first-child{
    margin-bottom: -9.375rem;
  }

  .lg\:first\:-ml-150:first-child{
    margin-left: -9.375rem;
  }

  .lg\:first\:-mt-175:first-child{
    margin-top: -10.9375rem;
  }

  .lg\:first\:-mr-175:first-child{
    margin-right: -10.9375rem;
  }

  .lg\:first\:-mb-175:first-child{
    margin-bottom: -10.9375rem;
  }

  .lg\:first\:-ml-175:first-child{
    margin-left: -10.9375rem;
  }

  .lg\:last\:m-0:last-child{
    margin: 0;
  }

  .lg\:last\:m-1:last-child{
    margin: 0.0625rem;
  }

  .lg\:last\:m-2:last-child{
    margin: 0.125rem;
  }

  .lg\:last\:m-3:last-child{
    margin: 0.1875rem;
  }

  .lg\:last\:m-4:last-child{
    margin: 0.25rem;
  }

  .lg\:last\:m-5:last-child{
    margin: 0.3125rem;
  }

  .lg\:last\:m-6:last-child{
    margin: 0.375rem;
  }

  .lg\:last\:m-8:last-child{
    margin: 0.5rem;
  }

  .lg\:last\:m-10:last-child{
    margin: 0.625rem;
  }

  .lg\:last\:m-15:last-child{
    margin: 0.9375rem;
  }

  .lg\:last\:m-20:last-child{
    margin: 1.25rem;
  }

  .lg\:last\:m-25:last-child{
    margin: 1.5625rem;
  }

  .lg\:last\:m-30:last-child{
    margin: 1.875rem;
  }

  .lg\:last\:m-35:last-child{
    margin: 2.1875rem;
  }

  .lg\:last\:m-40:last-child{
    margin: 2.5rem;
  }

  .lg\:last\:m-50:last-child{
    margin: 3.125rem;
  }

  .lg\:last\:m-60:last-child{
    margin: 3.75rem;
  }

  .lg\:last\:m-75:last-child{
    margin: 4.6875rem;
  }

  .lg\:last\:m-85:last-child{
    margin: 5.3125rem;
  }

  .lg\:last\:m-100:last-child{
    margin: 6.25rem;
  }

  .lg\:last\:m-150:last-child{
    margin: 9.375rem;
  }

  .lg\:last\:m-175:last-child{
    margin: 10.9375rem;
  }

  .lg\:last\:m-auto:last-child{
    margin: auto;
  }

  .lg\:last\:-m-0:last-child{
    margin: 0;
  }

  .lg\:last\:-m-1:last-child{
    margin: -0.0625rem;
  }

  .lg\:last\:-m-2:last-child{
    margin: -0.125rem;
  }

  .lg\:last\:-m-3:last-child{
    margin: -0.1875rem;
  }

  .lg\:last\:-m-4:last-child{
    margin: -0.25rem;
  }

  .lg\:last\:-m-5:last-child{
    margin: -0.3125rem;
  }

  .lg\:last\:-m-6:last-child{
    margin: -0.375rem;
  }

  .lg\:last\:-m-8:last-child{
    margin: -0.5rem;
  }

  .lg\:last\:-m-10:last-child{
    margin: -0.625rem;
  }

  .lg\:last\:-m-15:last-child{
    margin: -0.9375rem;
  }

  .lg\:last\:-m-20:last-child{
    margin: -1.25rem;
  }

  .lg\:last\:-m-25:last-child{
    margin: -1.5625rem;
  }

  .lg\:last\:-m-30:last-child{
    margin: -1.875rem;
  }

  .lg\:last\:-m-35:last-child{
    margin: -2.1875rem;
  }

  .lg\:last\:-m-40:last-child{
    margin: -2.5rem;
  }

  .lg\:last\:-m-50:last-child{
    margin: -3.125rem;
  }

  .lg\:last\:-m-60:last-child{
    margin: -3.75rem;
  }

  .lg\:last\:-m-75:last-child{
    margin: -4.6875rem;
  }

  .lg\:last\:-m-85:last-child{
    margin: -5.3125rem;
  }

  .lg\:last\:-m-100:last-child{
    margin: -6.25rem;
  }

  .lg\:last\:-m-150:last-child{
    margin: -9.375rem;
  }

  .lg\:last\:-m-175:last-child{
    margin: -10.9375rem;
  }

  .lg\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:last\:my-1:last-child{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .lg\:last\:mx-1:last-child{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .lg\:last\:my-2:last-child{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:last\:mx-2:last-child{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:last\:my-3:last-child{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .lg\:last\:mx-3:last-child{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .lg\:last\:my-4:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:last\:mx-4:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:last\:my-5:last-child{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .lg\:last\:mx-5:last-child{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .lg\:last\:my-6:last-child{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:last\:mx-6:last-child{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:last\:my-8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:last\:mx-8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:last\:my-10:last-child{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:last\:mx-10:last-child{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:last\:my-15:last-child{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .lg\:last\:mx-15:last-child{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .lg\:last\:my-20:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:last\:mx-20:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:last\:my-25:last-child{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .lg\:last\:mx-25:last-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .lg\:last\:my-30:last-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:last\:mx-30:last-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .lg\:last\:my-35:last-child{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .lg\:last\:mx-35:last-child{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .lg\:last\:my-40:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:last\:mx-40:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:last\:my-50:last-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:last\:mx-50:last-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .lg\:last\:my-60:last-child{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:last\:mx-60:last-child{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:last\:my-75:last-child{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .lg\:last\:mx-75:last-child{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .lg\:last\:my-85:last-child{
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .lg\:last\:mx-85:last-child{
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .lg\:last\:my-100:last-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .lg\:last\:mx-100:last-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .lg\:last\:my-150:last-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .lg\:last\:mx-150:last-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .lg\:last\:my-175:last-child{
    margin-top: 10.9375rem;
    margin-bottom: 10.9375rem;
  }

  .lg\:last\:mx-175:last-child{
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
  }

  .lg\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:last\:-my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:last\:-mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:last\:-my-1:last-child{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .lg\:last\:-mx-1:last-child{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .lg\:last\:-my-2:last-child{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:last\:-mx-2:last-child{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:last\:-my-3:last-child{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .lg\:last\:-mx-3:last-child{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .lg\:last\:-my-4:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-mx-4:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:last\:-my-5:last-child{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .lg\:last\:-mx-5:last-child{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .lg\:last\:-my-6:last-child{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:last\:-mx-6:last-child{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:last\:-my-8:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-mx-8:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:last\:-my-10:last-child{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:last\:-mx-10:last-child{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:last\:-my-15:last-child{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .lg\:last\:-mx-15:last-child{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .lg\:last\:-my-20:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-mx-20:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:last\:-my-25:last-child{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .lg\:last\:-mx-25:last-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .lg\:last\:-my-30:last-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:last\:-mx-30:last-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .lg\:last\:-my-35:last-child{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .lg\:last\:-mx-35:last-child{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .lg\:last\:-my-40:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-mx-40:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:last\:-my-50:last-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:last\:-mx-50:last-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .lg\:last\:-my-60:last-child{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:last\:-mx-60:last-child{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:last\:-my-75:last-child{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .lg\:last\:-mx-75:last-child{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .lg\:last\:-my-85:last-child{
    margin-top: -5.3125rem;
    margin-bottom: -5.3125rem;
  }

  .lg\:last\:-mx-85:last-child{
    margin-left: -5.3125rem;
    margin-right: -5.3125rem;
  }

  .lg\:last\:-my-100:last-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .lg\:last\:-mx-100:last-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .lg\:last\:-my-150:last-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .lg\:last\:-mx-150:last-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .lg\:last\:-my-175:last-child{
    margin-top: -10.9375rem;
    margin-bottom: -10.9375rem;
  }

  .lg\:last\:-mx-175:last-child{
    margin-left: -10.9375rem;
    margin-right: -10.9375rem;
  }

  .lg\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .lg\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .lg\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .lg\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .lg\:last\:mt-1:last-child{
    margin-top: 0.0625rem;
  }

  .lg\:last\:mr-1:last-child{
    margin-right: 0.0625rem;
  }

  .lg\:last\:mb-1:last-child{
    margin-bottom: 0.0625rem;
  }

  .lg\:last\:ml-1:last-child{
    margin-left: 0.0625rem;
  }

  .lg\:last\:mt-2:last-child{
    margin-top: 0.125rem;
  }

  .lg\:last\:mr-2:last-child{
    margin-right: 0.125rem;
  }

  .lg\:last\:mb-2:last-child{
    margin-bottom: 0.125rem;
  }

  .lg\:last\:ml-2:last-child{
    margin-left: 0.125rem;
  }

  .lg\:last\:mt-3:last-child{
    margin-top: 0.1875rem;
  }

  .lg\:last\:mr-3:last-child{
    margin-right: 0.1875rem;
  }

  .lg\:last\:mb-3:last-child{
    margin-bottom: 0.1875rem;
  }

  .lg\:last\:ml-3:last-child{
    margin-left: 0.1875rem;
  }

  .lg\:last\:mt-4:last-child{
    margin-top: 0.25rem;
  }

  .lg\:last\:mr-4:last-child{
    margin-right: 0.25rem;
  }

  .lg\:last\:mb-4:last-child{
    margin-bottom: 0.25rem;
  }

  .lg\:last\:ml-4:last-child{
    margin-left: 0.25rem;
  }

  .lg\:last\:mt-5:last-child{
    margin-top: 0.3125rem;
  }

  .lg\:last\:mr-5:last-child{
    margin-right: 0.3125rem;
  }

  .lg\:last\:mb-5:last-child{
    margin-bottom: 0.3125rem;
  }

  .lg\:last\:ml-5:last-child{
    margin-left: 0.3125rem;
  }

  .lg\:last\:mt-6:last-child{
    margin-top: 0.375rem;
  }

  .lg\:last\:mr-6:last-child{
    margin-right: 0.375rem;
  }

  .lg\:last\:mb-6:last-child{
    margin-bottom: 0.375rem;
  }

  .lg\:last\:ml-6:last-child{
    margin-left: 0.375rem;
  }

  .lg\:last\:mt-8:last-child{
    margin-top: 0.5rem;
  }

  .lg\:last\:mr-8:last-child{
    margin-right: 0.5rem;
  }

  .lg\:last\:mb-8:last-child{
    margin-bottom: 0.5rem;
  }

  .lg\:last\:ml-8:last-child{
    margin-left: 0.5rem;
  }

  .lg\:last\:mt-10:last-child{
    margin-top: 0.625rem;
  }

  .lg\:last\:mr-10:last-child{
    margin-right: 0.625rem;
  }

  .lg\:last\:mb-10:last-child{
    margin-bottom: 0.625rem;
  }

  .lg\:last\:ml-10:last-child{
    margin-left: 0.625rem;
  }

  .lg\:last\:mt-15:last-child{
    margin-top: 0.9375rem;
  }

  .lg\:last\:mr-15:last-child{
    margin-right: 0.9375rem;
  }

  .lg\:last\:mb-15:last-child{
    margin-bottom: 0.9375rem;
  }

  .lg\:last\:ml-15:last-child{
    margin-left: 0.9375rem;
  }

  .lg\:last\:mt-20:last-child{
    margin-top: 1.25rem;
  }

  .lg\:last\:mr-20:last-child{
    margin-right: 1.25rem;
  }

  .lg\:last\:mb-20:last-child{
    margin-bottom: 1.25rem;
  }

  .lg\:last\:ml-20:last-child{
    margin-left: 1.25rem;
  }

  .lg\:last\:mt-25:last-child{
    margin-top: 1.5625rem;
  }

  .lg\:last\:mr-25:last-child{
    margin-right: 1.5625rem;
  }

  .lg\:last\:mb-25:last-child{
    margin-bottom: 1.5625rem;
  }

  .lg\:last\:ml-25:last-child{
    margin-left: 1.5625rem;
  }

  .lg\:last\:mt-30:last-child{
    margin-top: 1.875rem;
  }

  .lg\:last\:mr-30:last-child{
    margin-right: 1.875rem;
  }

  .lg\:last\:mb-30:last-child{
    margin-bottom: 1.875rem;
  }

  .lg\:last\:ml-30:last-child{
    margin-left: 1.875rem;
  }

  .lg\:last\:mt-35:last-child{
    margin-top: 2.1875rem;
  }

  .lg\:last\:mr-35:last-child{
    margin-right: 2.1875rem;
  }

  .lg\:last\:mb-35:last-child{
    margin-bottom: 2.1875rem;
  }

  .lg\:last\:ml-35:last-child{
    margin-left: 2.1875rem;
  }

  .lg\:last\:mt-40:last-child{
    margin-top: 2.5rem;
  }

  .lg\:last\:mr-40:last-child{
    margin-right: 2.5rem;
  }

  .lg\:last\:mb-40:last-child{
    margin-bottom: 2.5rem;
  }

  .lg\:last\:ml-40:last-child{
    margin-left: 2.5rem;
  }

  .lg\:last\:mt-50:last-child{
    margin-top: 3.125rem;
  }

  .lg\:last\:mr-50:last-child{
    margin-right: 3.125rem;
  }

  .lg\:last\:mb-50:last-child{
    margin-bottom: 3.125rem;
  }

  .lg\:last\:ml-50:last-child{
    margin-left: 3.125rem;
  }

  .lg\:last\:mt-60:last-child{
    margin-top: 3.75rem;
  }

  .lg\:last\:mr-60:last-child{
    margin-right: 3.75rem;
  }

  .lg\:last\:mb-60:last-child{
    margin-bottom: 3.75rem;
  }

  .lg\:last\:ml-60:last-child{
    margin-left: 3.75rem;
  }

  .lg\:last\:mt-75:last-child{
    margin-top: 4.6875rem;
  }

  .lg\:last\:mr-75:last-child{
    margin-right: 4.6875rem;
  }

  .lg\:last\:mb-75:last-child{
    margin-bottom: 4.6875rem;
  }

  .lg\:last\:ml-75:last-child{
    margin-left: 4.6875rem;
  }

  .lg\:last\:mt-85:last-child{
    margin-top: 5.3125rem;
  }

  .lg\:last\:mr-85:last-child{
    margin-right: 5.3125rem;
  }

  .lg\:last\:mb-85:last-child{
    margin-bottom: 5.3125rem;
  }

  .lg\:last\:ml-85:last-child{
    margin-left: 5.3125rem;
  }

  .lg\:last\:mt-100:last-child{
    margin-top: 6.25rem;
  }

  .lg\:last\:mr-100:last-child{
    margin-right: 6.25rem;
  }

  .lg\:last\:mb-100:last-child{
    margin-bottom: 6.25rem;
  }

  .lg\:last\:ml-100:last-child{
    margin-left: 6.25rem;
  }

  .lg\:last\:mt-150:last-child{
    margin-top: 9.375rem;
  }

  .lg\:last\:mr-150:last-child{
    margin-right: 9.375rem;
  }

  .lg\:last\:mb-150:last-child{
    margin-bottom: 9.375rem;
  }

  .lg\:last\:ml-150:last-child{
    margin-left: 9.375rem;
  }

  .lg\:last\:mt-175:last-child{
    margin-top: 10.9375rem;
  }

  .lg\:last\:mr-175:last-child{
    margin-right: 10.9375rem;
  }

  .lg\:last\:mb-175:last-child{
    margin-bottom: 10.9375rem;
  }

  .lg\:last\:ml-175:last-child{
    margin-left: 10.9375rem;
  }

  .lg\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .lg\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .lg\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .lg\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .lg\:last\:-mt-0:last-child{
    margin-top: 0;
  }

  .lg\:last\:-mr-0:last-child{
    margin-right: 0;
  }

  .lg\:last\:-mb-0:last-child{
    margin-bottom: 0;
  }

  .lg\:last\:-ml-0:last-child{
    margin-left: 0;
  }

  .lg\:last\:-mt-1:last-child{
    margin-top: -0.0625rem;
  }

  .lg\:last\:-mr-1:last-child{
    margin-right: -0.0625rem;
  }

  .lg\:last\:-mb-1:last-child{
    margin-bottom: -0.0625rem;
  }

  .lg\:last\:-ml-1:last-child{
    margin-left: -0.0625rem;
  }

  .lg\:last\:-mt-2:last-child{
    margin-top: -0.125rem;
  }

  .lg\:last\:-mr-2:last-child{
    margin-right: -0.125rem;
  }

  .lg\:last\:-mb-2:last-child{
    margin-bottom: -0.125rem;
  }

  .lg\:last\:-ml-2:last-child{
    margin-left: -0.125rem;
  }

  .lg\:last\:-mt-3:last-child{
    margin-top: -0.1875rem;
  }

  .lg\:last\:-mr-3:last-child{
    margin-right: -0.1875rem;
  }

  .lg\:last\:-mb-3:last-child{
    margin-bottom: -0.1875rem;
  }

  .lg\:last\:-ml-3:last-child{
    margin-left: -0.1875rem;
  }

  .lg\:last\:-mt-4:last-child{
    margin-top: -0.25rem;
  }

  .lg\:last\:-mr-4:last-child{
    margin-right: -0.25rem;
  }

  .lg\:last\:-mb-4:last-child{
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-ml-4:last-child{
    margin-left: -0.25rem;
  }

  .lg\:last\:-mt-5:last-child{
    margin-top: -0.3125rem;
  }

  .lg\:last\:-mr-5:last-child{
    margin-right: -0.3125rem;
  }

  .lg\:last\:-mb-5:last-child{
    margin-bottom: -0.3125rem;
  }

  .lg\:last\:-ml-5:last-child{
    margin-left: -0.3125rem;
  }

  .lg\:last\:-mt-6:last-child{
    margin-top: -0.375rem;
  }

  .lg\:last\:-mr-6:last-child{
    margin-right: -0.375rem;
  }

  .lg\:last\:-mb-6:last-child{
    margin-bottom: -0.375rem;
  }

  .lg\:last\:-ml-6:last-child{
    margin-left: -0.375rem;
  }

  .lg\:last\:-mt-8:last-child{
    margin-top: -0.5rem;
  }

  .lg\:last\:-mr-8:last-child{
    margin-right: -0.5rem;
  }

  .lg\:last\:-mb-8:last-child{
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-ml-8:last-child{
    margin-left: -0.5rem;
  }

  .lg\:last\:-mt-10:last-child{
    margin-top: -0.625rem;
  }

  .lg\:last\:-mr-10:last-child{
    margin-right: -0.625rem;
  }

  .lg\:last\:-mb-10:last-child{
    margin-bottom: -0.625rem;
  }

  .lg\:last\:-ml-10:last-child{
    margin-left: -0.625rem;
  }

  .lg\:last\:-mt-15:last-child{
    margin-top: -0.9375rem;
  }

  .lg\:last\:-mr-15:last-child{
    margin-right: -0.9375rem;
  }

  .lg\:last\:-mb-15:last-child{
    margin-bottom: -0.9375rem;
  }

  .lg\:last\:-ml-15:last-child{
    margin-left: -0.9375rem;
  }

  .lg\:last\:-mt-20:last-child{
    margin-top: -1.25rem;
  }

  .lg\:last\:-mr-20:last-child{
    margin-right: -1.25rem;
  }

  .lg\:last\:-mb-20:last-child{
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-ml-20:last-child{
    margin-left: -1.25rem;
  }

  .lg\:last\:-mt-25:last-child{
    margin-top: -1.5625rem;
  }

  .lg\:last\:-mr-25:last-child{
    margin-right: -1.5625rem;
  }

  .lg\:last\:-mb-25:last-child{
    margin-bottom: -1.5625rem;
  }

  .lg\:last\:-ml-25:last-child{
    margin-left: -1.5625rem;
  }

  .lg\:last\:-mt-30:last-child{
    margin-top: -1.875rem;
  }

  .lg\:last\:-mr-30:last-child{
    margin-right: -1.875rem;
  }

  .lg\:last\:-mb-30:last-child{
    margin-bottom: -1.875rem;
  }

  .lg\:last\:-ml-30:last-child{
    margin-left: -1.875rem;
  }

  .lg\:last\:-mt-35:last-child{
    margin-top: -2.1875rem;
  }

  .lg\:last\:-mr-35:last-child{
    margin-right: -2.1875rem;
  }

  .lg\:last\:-mb-35:last-child{
    margin-bottom: -2.1875rem;
  }

  .lg\:last\:-ml-35:last-child{
    margin-left: -2.1875rem;
  }

  .lg\:last\:-mt-40:last-child{
    margin-top: -2.5rem;
  }

  .lg\:last\:-mr-40:last-child{
    margin-right: -2.5rem;
  }

  .lg\:last\:-mb-40:last-child{
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-ml-40:last-child{
    margin-left: -2.5rem;
  }

  .lg\:last\:-mt-50:last-child{
    margin-top: -3.125rem;
  }

  .lg\:last\:-mr-50:last-child{
    margin-right: -3.125rem;
  }

  .lg\:last\:-mb-50:last-child{
    margin-bottom: -3.125rem;
  }

  .lg\:last\:-ml-50:last-child{
    margin-left: -3.125rem;
  }

  .lg\:last\:-mt-60:last-child{
    margin-top: -3.75rem;
  }

  .lg\:last\:-mr-60:last-child{
    margin-right: -3.75rem;
  }

  .lg\:last\:-mb-60:last-child{
    margin-bottom: -3.75rem;
  }

  .lg\:last\:-ml-60:last-child{
    margin-left: -3.75rem;
  }

  .lg\:last\:-mt-75:last-child{
    margin-top: -4.6875rem;
  }

  .lg\:last\:-mr-75:last-child{
    margin-right: -4.6875rem;
  }

  .lg\:last\:-mb-75:last-child{
    margin-bottom: -4.6875rem;
  }

  .lg\:last\:-ml-75:last-child{
    margin-left: -4.6875rem;
  }

  .lg\:last\:-mt-85:last-child{
    margin-top: -5.3125rem;
  }

  .lg\:last\:-mr-85:last-child{
    margin-right: -5.3125rem;
  }

  .lg\:last\:-mb-85:last-child{
    margin-bottom: -5.3125rem;
  }

  .lg\:last\:-ml-85:last-child{
    margin-left: -5.3125rem;
  }

  .lg\:last\:-mt-100:last-child{
    margin-top: -6.25rem;
  }

  .lg\:last\:-mr-100:last-child{
    margin-right: -6.25rem;
  }

  .lg\:last\:-mb-100:last-child{
    margin-bottom: -6.25rem;
  }

  .lg\:last\:-ml-100:last-child{
    margin-left: -6.25rem;
  }

  .lg\:last\:-mt-150:last-child{
    margin-top: -9.375rem;
  }

  .lg\:last\:-mr-150:last-child{
    margin-right: -9.375rem;
  }

  .lg\:last\:-mb-150:last-child{
    margin-bottom: -9.375rem;
  }

  .lg\:last\:-ml-150:last-child{
    margin-left: -9.375rem;
  }

  .lg\:last\:-mt-175:last-child{
    margin-top: -10.9375rem;
  }

  .lg\:last\:-mr-175:last-child{
    margin-right: -10.9375rem;
  }

  .lg\:last\:-mb-175:last-child{
    margin-bottom: -10.9375rem;
  }

  .lg\:last\:-ml-175:last-child{
    margin-left: -10.9375rem;
  }

  .lg\:max-h-10{
    max-height: 0.625rem;
  }

  .lg\:max-h-20{
    max-height: 1.25rem;
  }

  .lg\:max-h-30{
    max-height: 1.875rem;
  }

  .lg\:max-h-40{
    max-height: 2.5rem;
  }

  .lg\:max-h-50{
    max-height: 3.125rem;
  }

  .lg\:max-h-60{
    max-height: 3.75rem;
  }

  .lg\:max-h-70{
    max-height: 4.375rem;
  }

  .lg\:max-h-75{
    max-height: 4.6875rem;
  }

  .lg\:max-h-80{
    max-height: 5rem;
  }

  .lg\:max-h-90{
    max-height: 5.625rem;
  }

  .lg\:max-h-100{
    max-height: 6.25rem;
  }

  .lg\:max-h-110{
    max-height: 6.875rem;
  }

  .lg\:max-h-120{
    max-height: 7.5rem;
  }

  .lg\:max-h-130{
    max-height: 8.125rem;
  }

  .lg\:max-h-140{
    max-height: 8.75rem;
  }

  .lg\:max-h-150{
    max-height: 9.375rem;
  }

  .lg\:max-h-160{
    max-height: 10rem;
  }

  .lg\:max-h-170{
    max-height: 10.625rem;
  }

  .lg\:max-h-180{
    max-height: 11.25rem;
  }

  .lg\:max-h-190{
    max-height: 11.875rem;
  }

  .lg\:max-h-200{
    max-height: 12.5rem;
  }

  .lg\:max-h-225{
    max-height: 14.0625rem;
  }

  .lg\:max-h-250{
    max-height: 15.625rem;
  }

  .lg\:max-h-300{
    max-height: 18.75rem;
  }

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

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

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

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:max-w-sm{
    max-width: 24rem;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .lg\:max-w-6xl{
    max-width: 72rem;
  }

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

  .lg\:max-w-screen-sm{
    max-width: 460px;
  }

  .lg\:max-w-screen-md{
    max-width: 768px;
  }

  .lg\:max-w-screen-lg{
    max-width: 1024px;
  }

  .lg\:max-w-screen-xl{
    max-width: 1280px;
  }

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

  .lg\:max-w-1\/3-up{
    max-width: 34%;
  }

  .lg\:max-w-2\/3{
    max-width: 66.6%;
  }

  .lg\:max-w-1\/4{
    max-width: 25%;
  }

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

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

  .lg\:max-w-3\/4{
    max-width: 75%;
  }

  .lg\:max-w-1\/5{
    max-width: 20%;
  }

  .lg\:max-w-2\/5{
    max-width: 40%;
  }

  .lg\:max-w-3\/5{
    max-width: 60%;
  }

  .lg\:max-w-4\/5{
    max-width: 80%;
  }

  .lg\:max-w-gminor{
    max-width: 38.2%;
  }

  .lg\:max-w-gmajor{
    max-width: 61.8%;
  }

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

  .lg\:min-h-10{
    min-height: 0.625rem;
  }

  .lg\:min-h-20{
    min-height: 1.25rem;
  }

  .lg\:min-h-30{
    min-height: 1.875rem;
  }

  .lg\:min-h-40{
    min-height: 2.5rem;
  }

  .lg\:min-h-50{
    min-height: 3.125rem;
  }

  .lg\:min-h-60{
    min-height: 3.75rem;
  }

  .lg\:min-h-70{
    min-height: 4.375rem;
  }

  .lg\:min-h-75{
    min-height: 4.6875rem;
  }

  .lg\:min-h-80{
    min-height: 5rem;
  }

  .lg\:min-h-90{
    min-height: 5.625rem;
  }

  .lg\:min-h-100{
    min-height: 6.25rem;
  }

  .lg\:min-h-110{
    min-height: 6.875rem;
  }

  .lg\:min-h-120{
    min-height: 7.5rem;
  }

  .lg\:min-h-130{
    min-height: 8.125rem;
  }

  .lg\:min-h-140{
    min-height: 8.75rem;
  }

  .lg\:min-h-150{
    min-height: 9.375rem;
  }

  .lg\:min-h-160{
    min-height: 10rem;
  }

  .lg\:min-h-170{
    min-height: 10.625rem;
  }

  .lg\:min-h-180{
    min-height: 11.25rem;
  }

  .lg\:min-h-190{
    min-height: 11.875rem;
  }

  .lg\:min-h-200{
    min-height: 12.5rem;
  }

  .lg\:min-h-225{
    min-height: 14.0625rem;
  }

  .lg\:min-h-250{
    min-height: 15.625rem;
  }

  .lg\:min-h-300{
    min-height: 18.75rem;
  }

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

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

  .lg\:min-h-1\/3{
    min-height: 33%;
  }

  .lg\:min-h-1\/3-up{
    min-height: 34%;
  }

  .lg\:min-h-2\/3{
    min-height: 66.6%;
  }

  .lg\:min-h-1\/4{
    min-height: 25vh;
  }

  .lg\:min-h-1\/2{
    min-height: 50vh;
  }

  .lg\:min-h-2\/4{
    min-height: 50%;
  }

  .lg\:min-h-3\/4{
    min-height: 75vh;
  }

  .lg\:min-h-1\/5{
    min-height: 20%;
  }

  .lg\:min-h-2\/5{
    min-height: 40%;
  }

  .lg\:min-h-3\/5{
    min-height: 60%;
  }

  .lg\:min-h-4\/5{
    min-height: 80%;
  }

  .lg\:min-h-gminor{
    min-height: 38.2%;
  }

  .lg\:min-h-gmajor{
    min-height: 61.8%;
  }

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

  .lg\:min-w-10{
    min-width: 0.625rem;
  }

  .lg\:min-w-20{
    min-width: 1.25rem;
  }

  .lg\:min-w-30{
    min-width: 1.875rem;
  }

  .lg\:min-w-40{
    min-width: 2.5rem;
  }

  .lg\:min-w-50{
    min-width: 3.125rem;
  }

  .lg\:min-w-60{
    min-width: 3.75rem;
  }

  .lg\:min-w-70{
    min-width: 4.375rem;
  }

  .lg\:min-w-75{
    min-width: 4.6875rem;
  }

  .lg\:min-w-80{
    min-width: 5rem;
  }

  .lg\:min-w-90{
    min-width: 5.625rem;
  }

  .lg\:min-w-100{
    min-width: 6.25rem;
  }

  .lg\:min-w-110{
    min-width: 6.875rem;
  }

  .lg\:min-w-120{
    min-width: 7.5rem;
  }

  .lg\:min-w-130{
    min-width: 8.125rem;
  }

  .lg\:min-w-140{
    min-width: 8.75rem;
  }

  .lg\:min-w-150{
    min-width: 9.375rem;
  }

  .lg\:min-w-160{
    min-width: 10rem;
  }

  .lg\:min-w-170{
    min-width: 10.625rem;
  }

  .lg\:min-w-180{
    min-width: 11.25rem;
  }

  .lg\:min-w-190{
    min-width: 11.875rem;
  }

  .lg\:min-w-200{
    min-width: 12.5rem;
  }

  .lg\:min-w-225{
    min-width: 14.0625rem;
  }

  .lg\:min-w-250{
    min-width: 15.625rem;
  }

  .lg\:min-w-300{
    min-width: 18.75rem;
  }

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

  .lg\:min-w-1\/3{
    min-width: 33%;
  }

  .lg\:min-w-1\/3-up{
    min-width: 34%;
  }

  .lg\:min-w-2\/3{
    min-width: 66.6%;
  }

  .lg\:min-w-1\/4{
    min-width: 25%;
  }

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

  .lg\:min-w-2\/4{
    min-width: 50%;
  }

  .lg\:min-w-3\/4{
    min-width: 75%;
  }

  .lg\:min-w-1\/5{
    min-width: 20%;
  }

  .lg\:min-w-2\/5{
    min-width: 40%;
  }

  .lg\:min-w-3\/5{
    min-width: 60%;
  }

  .lg\:min-w-4\/5{
    min-width: 80%;
  }

  .lg\:min-w-gminor{
    min-width: 38.2%;
  }

  .lg\:min-w-gmajor{
    min-width: 61.8%;
  }

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

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

  .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-25{
    opacity: 0.25;
  }

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

  .lg\:opacity-75{
    opacity: 0.75;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

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

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

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

  .lg\:p-2{
    padding: 0.125rem;
  }

  .lg\:p-3{
    padding: 0.1875rem;
  }

  .lg\:p-4{
    padding: 0.25rem;
  }

  .lg\:p-5{
    padding: 0.3125rem;
  }

  .lg\:p-6{
    padding: 0.375rem;
  }

  .lg\:p-8{
    padding: 0.5rem;
  }

  .lg\:p-10{
    padding: 0.625rem;
  }

  .lg\:p-15{
    padding: 0.9375rem;
  }

  .lg\:p-20{
    padding: 1.25rem;
  }

  .lg\:p-25{
    padding: 1.5625rem;
  }

  .lg\:p-30{
    padding: 1.875rem;
  }

  .lg\:p-35{
    padding: 2.1875rem;
  }

  .lg\:p-40{
    padding: 2.5rem;
  }

  .lg\:p-50{
    padding: 3.125rem;
  }

  .lg\:p-60{
    padding: 3.75rem;
  }

  .lg\:p-75{
    padding: 4.6875rem;
  }

  .lg\:p-85{
    padding: 5.3125rem;
  }

  .lg\:p-100{
    padding: 6.25rem;
  }

  .lg\:p-150{
    padding: 9.375rem;
  }

  .lg\:p-175{
    padding: 10.9375rem;
  }

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

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

  .lg\:py-1{
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .lg\:px-1{
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }

  .lg\:py-2{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:px-2{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:py-3{
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .lg\:px-3{
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .lg\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-5{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .lg\:px-5{
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .lg\:py-6{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:px-6{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-10{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:px-10{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:py-15{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .lg\:px-15{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .lg\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-25{
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .lg\:px-25{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .lg\:py-30{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:px-30{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lg\:py-35{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .lg\:px-35{
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .lg\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-50{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:px-50{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .lg\:py-60{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:px-60{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:py-75{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .lg\:px-75{
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .lg\:py-85{
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }

  .lg\:px-85{
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }

  .lg\:py-100{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .lg\:px-100{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .lg\:py-150{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .lg\:px-150{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .lg\:py-175{
    padding-top: 10.9375rem;
    padding-bottom: 10.9375rem;
  }

  .lg\:px-175{
    padding-left: 10.9375rem;
    padding-right: 10.9375rem;
  }

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

  .lg\:pr-1{
    padding-right: 0.0625rem;
  }

  .lg\:pb-1{
    padding-bottom: 0.0625rem;
  }

  .lg\:pl-1{
    padding-left: 0.0625rem;
  }

  .lg\:pt-2{
    padding-top: 0.125rem;
  }

  .lg\:pr-2{
    padding-right: 0.125rem;
  }

  .lg\:pb-2{
    padding-bottom: 0.125rem;
  }

  .lg\:pl-2{
    padding-left: 0.125rem;
  }

  .lg\:pt-3{
    padding-top: 0.1875rem;
  }

  .lg\:pr-3{
    padding-right: 0.1875rem;
  }

  .lg\:pb-3{
    padding-bottom: 0.1875rem;
  }

  .lg\:pl-3{
    padding-left: 0.1875rem;
  }

  .lg\:pt-4{
    padding-top: 0.25rem;
  }

  .lg\:pr-4{
    padding-right: 0.25rem;
  }

  .lg\:pb-4{
    padding-bottom: 0.25rem;
  }

  .lg\:pl-4{
    padding-left: 0.25rem;
  }

  .lg\:pt-5{
    padding-top: 0.3125rem;
  }

  .lg\:pr-5{
    padding-right: 0.3125rem;
  }

  .lg\:pb-5{
    padding-bottom: 0.3125rem;
  }

  .lg\:pl-5{
    padding-left: 0.3125rem;
  }

  .lg\:pt-6{
    padding-top: 0.375rem;
  }

  .lg\:pr-6{
    padding-right: 0.375rem;
  }

  .lg\:pb-6{
    padding-bottom: 0.375rem;
  }

  .lg\:pl-6{
    padding-left: 0.375rem;
  }

  .lg\:pt-8{
    padding-top: 0.5rem;
  }

  .lg\:pr-8{
    padding-right: 0.5rem;
  }

  .lg\:pb-8{
    padding-bottom: 0.5rem;
  }

  .lg\:pl-8{
    padding-left: 0.5rem;
  }

  .lg\:pt-10{
    padding-top: 0.625rem;
  }

  .lg\:pr-10{
    padding-right: 0.625rem;
  }

  .lg\:pb-10{
    padding-bottom: 0.625rem;
  }

  .lg\:pl-10{
    padding-left: 0.625rem;
  }

  .lg\:pt-15{
    padding-top: 0.9375rem;
  }

  .lg\:pr-15{
    padding-right: 0.9375rem;
  }

  .lg\:pb-15{
    padding-bottom: 0.9375rem;
  }

  .lg\:pl-15{
    padding-left: 0.9375rem;
  }

  .lg\:pt-20{
    padding-top: 1.25rem;
  }

  .lg\:pr-20{
    padding-right: 1.25rem;
  }

  .lg\:pb-20{
    padding-bottom: 1.25rem;
  }

  .lg\:pl-20{
    padding-left: 1.25rem;
  }

  .lg\:pt-25{
    padding-top: 1.5625rem;
  }

  .lg\:pr-25{
    padding-right: 1.5625rem;
  }

  .lg\:pb-25{
    padding-bottom: 1.5625rem;
  }

  .lg\:pl-25{
    padding-left: 1.5625rem;
  }

  .lg\:pt-30{
    padding-top: 1.875rem;
  }

  .lg\:pr-30{
    padding-right: 1.875rem;
  }

  .lg\:pb-30{
    padding-bottom: 1.875rem;
  }

  .lg\:pl-30{
    padding-left: 1.875rem;
  }

  .lg\:pt-35{
    padding-top: 2.1875rem;
  }

  .lg\:pr-35{
    padding-right: 2.1875rem;
  }

  .lg\:pb-35{
    padding-bottom: 2.1875rem;
  }

  .lg\:pl-35{
    padding-left: 2.1875rem;
  }

  .lg\:pt-40{
    padding-top: 2.5rem;
  }

  .lg\:pr-40{
    padding-right: 2.5rem;
  }

  .lg\:pb-40{
    padding-bottom: 2.5rem;
  }

  .lg\:pl-40{
    padding-left: 2.5rem;
  }

  .lg\:pt-50{
    padding-top: 3.125rem;
  }

  .lg\:pr-50{
    padding-right: 3.125rem;
  }

  .lg\:pb-50{
    padding-bottom: 3.125rem;
  }

  .lg\:pl-50{
    padding-left: 3.125rem;
  }

  .lg\:pt-60{
    padding-top: 3.75rem;
  }

  .lg\:pr-60{
    padding-right: 3.75rem;
  }

  .lg\:pb-60{
    padding-bottom: 3.75rem;
  }

  .lg\:pl-60{
    padding-left: 3.75rem;
  }

  .lg\:pt-75{
    padding-top: 4.6875rem;
  }

  .lg\:pr-75{
    padding-right: 4.6875rem;
  }

  .lg\:pb-75{
    padding-bottom: 4.6875rem;
  }

  .lg\:pl-75{
    padding-left: 4.6875rem;
  }

  .lg\:pt-85{
    padding-top: 5.3125rem;
  }

  .lg\:pr-85{
    padding-right: 5.3125rem;
  }

  .lg\:pb-85{
    padding-bottom: 5.3125rem;
  }

  .lg\:pl-85{
    padding-left: 5.3125rem;
  }

  .lg\:pt-100{
    padding-top: 6.25rem;
  }

  .lg\:pr-100{
    padding-right: 6.25rem;
  }

  .lg\:pb-100{
    padding-bottom: 6.25rem;
  }

  .lg\:pl-100{
    padding-left: 6.25rem;
  }

  .lg\:pt-150{
    padding-top: 9.375rem;
  }

  .lg\:pr-150{
    padding-right: 9.375rem;
  }

  .lg\:pb-150{
    padding-bottom: 9.375rem;
  }

  .lg\:pl-150{
    padding-left: 9.375rem;
  }

  .lg\:pt-175{
    padding-top: 10.9375rem;
  }

  .lg\:pr-175{
    padding-right: 10.9375rem;
  }

  .lg\:pb-175{
    padding-bottom: 10.9375rem;
  }

  .lg\:pl-175{
    padding-left: 10.9375rem;
  }

  .lg\:placeholder-green-100::-webkit-input-placeholder{
    color: #c5e7c5;
  }

  .lg\:placeholder-green-100::-moz-placeholder{
    color: #c5e7c5;
  }

  .lg\:placeholder-green-100::-ms-input-placeholder{
    color: #c5e7c5;
  }

  .lg\:placeholder-green-100::placeholder{
    color: #c5e7c5;
  }

  .lg\:placeholder-green-300::-webkit-input-placeholder{
    color: #5ed795;
  }

  .lg\:placeholder-green-300::-moz-placeholder{
    color: #5ed795;
  }

  .lg\:placeholder-green-300::-ms-input-placeholder{
    color: #5ed795;
  }

  .lg\:placeholder-green-300::placeholder{
    color: #5ed795;
  }

  .lg\:placeholder-green-400::-webkit-input-placeholder{
    color: #68c187;
  }

  .lg\:placeholder-green-400::-moz-placeholder{
    color: #68c187;
  }

  .lg\:placeholder-green-400::-ms-input-placeholder{
    color: #68c187;
  }

  .lg\:placeholder-green-400::placeholder{
    color: #68c187;
  }

  .lg\:placeholder-green-700::-webkit-input-placeholder{
    color: #2F8355;
  }

  .lg\:placeholder-green-700::-moz-placeholder{
    color: #2F8355;
  }

  .lg\:placeholder-green-700::-ms-input-placeholder{
    color: #2F8355;
  }

  .lg\:placeholder-green-700::placeholder{
    color: #2F8355;
  }

  .lg\:placeholder-green::-webkit-input-placeholder{
    color: #2f8355;
  }

  .lg\:placeholder-green::-moz-placeholder{
    color: #2f8355;
  }

  .lg\:placeholder-green::-ms-input-placeholder{
    color: #2f8355;
  }

  .lg\:placeholder-green::placeholder{
    color: #2f8355;
  }

  .lg\:placeholder-cyan-100::-webkit-input-placeholder{
    color: #03bdff;
  }

  .lg\:placeholder-cyan-100::-moz-placeholder{
    color: #03bdff;
  }

  .lg\:placeholder-cyan-100::-ms-input-placeholder{
    color: #03bdff;
  }

  .lg\:placeholder-cyan-100::placeholder{
    color: #03bdff;
  }

  .lg\:placeholder-cyan-300::-webkit-input-placeholder{
    color: #60a7d5;
  }

  .lg\:placeholder-cyan-300::-moz-placeholder{
    color: #60a7d5;
  }

  .lg\:placeholder-cyan-300::-ms-input-placeholder{
    color: #60a7d5;
  }

  .lg\:placeholder-cyan-300::placeholder{
    color: #60a7d5;
  }

  .lg\:placeholder-cyan-400::-webkit-input-placeholder{
    color: #0092bc;
  }

  .lg\:placeholder-cyan-400::-moz-placeholder{
    color: #0092bc;
  }

  .lg\:placeholder-cyan-400::-ms-input-placeholder{
    color: #0092bc;
  }

  .lg\:placeholder-cyan-400::placeholder{
    color: #0092bc;
  }

  .lg\:placeholder-cyan::-webkit-input-placeholder{
    color: #007fa3;
  }

  .lg\:placeholder-cyan::-moz-placeholder{
    color: #007fa3;
  }

  .lg\:placeholder-cyan::-ms-input-placeholder{
    color: #007fa3;
  }

  .lg\:placeholder-cyan::placeholder{
    color: #007fa3;
  }

  .lg\:placeholder-blue-300::-webkit-input-placeholder{
    color: #2f63d4;
  }

  .lg\:placeholder-blue-300::-moz-placeholder{
    color: #2f63d4;
  }

  .lg\:placeholder-blue-300::-ms-input-placeholder{
    color: #2f63d4;
  }

  .lg\:placeholder-blue-300::placeholder{
    color: #2f63d4;
  }

  .lg\:placeholder-blue-400::-webkit-input-placeholder{
    color: #004C97;
  }

  .lg\:placeholder-blue-400::-moz-placeholder{
    color: #004C97;
  }

  .lg\:placeholder-blue-400::-ms-input-placeholder{
    color: #004C97;
  }

  .lg\:placeholder-blue-400::placeholder{
    color: #004C97;
  }

  .lg\:placeholder-blue-500::-webkit-input-placeholder{
    color: #24458c;
  }

  .lg\:placeholder-blue-500::-moz-placeholder{
    color: #24458c;
  }

  .lg\:placeholder-blue-500::-ms-input-placeholder{
    color: #24458c;
  }

  .lg\:placeholder-blue-500::placeholder{
    color: #24458c;
  }

  .lg\:placeholder-blue-700::-webkit-input-placeholder{
    color: #004c97;
  }

  .lg\:placeholder-blue-700::-moz-placeholder{
    color: #004c97;
  }

  .lg\:placeholder-blue-700::-ms-input-placeholder{
    color: #004c97;
  }

  .lg\:placeholder-blue-700::placeholder{
    color: #004c97;
  }

  .lg\:placeholder-blue::-webkit-input-placeholder{
    color: #0057b8;
  }

  .lg\:placeholder-blue::-moz-placeholder{
    color: #0057b8;
  }

  .lg\:placeholder-blue::-ms-input-placeholder{
    color: #0057b8;
  }

  .lg\:placeholder-blue::placeholder{
    color: #0057b8;
  }

  .lg\:placeholder-blue-blend::-webkit-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .lg\:placeholder-blue-blend::-moz-placeholder{
    color: rgba(32,67,143,.85);
  }

  .lg\:placeholder-blue-blend::-ms-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .lg\:placeholder-blue-blend::placeholder{
    color: rgba(32,67,143,.85);
  }

  .lg\:placeholder-lavender-100::-webkit-input-placeholder{
    color: #d2a9d3;
  }

  .lg\:placeholder-lavender-100::-moz-placeholder{
    color: #d2a9d3;
  }

  .lg\:placeholder-lavender-100::-ms-input-placeholder{
    color: #d2a9d3;
  }

  .lg\:placeholder-lavender-100::placeholder{
    color: #d2a9d3;
  }

  .lg\:placeholder-lavender-200::-webkit-input-placeholder{
    color: #957ad1;
  }

  .lg\:placeholder-lavender-200::-moz-placeholder{
    color: #957ad1;
  }

  .lg\:placeholder-lavender-200::-ms-input-placeholder{
    color: #957ad1;
  }

  .lg\:placeholder-lavender-200::placeholder{
    color: #957ad1;
  }

  .lg\:placeholder-lavender::-webkit-input-placeholder{
    color: #8066b7;
  }

  .lg\:placeholder-lavender::-moz-placeholder{
    color: #8066b7;
  }

  .lg\:placeholder-lavender::-ms-input-placeholder{
    color: #8066b7;
  }

  .lg\:placeholder-lavender::placeholder{
    color: #8066b7;
  }

  .lg\:placeholder-red-100::-webkit-input-placeholder{
    color: #eecbcb;
  }

  .lg\:placeholder-red-100::-moz-placeholder{
    color: #eecbcb;
  }

  .lg\:placeholder-red-100::-ms-input-placeholder{
    color: #eecbcb;
  }

  .lg\:placeholder-red-100::placeholder{
    color: #eecbcb;
  }

  .lg\:placeholder-red-900::-webkit-input-placeholder{
    color: #ff0000;
  }

  .lg\:placeholder-red-900::-moz-placeholder{
    color: #ff0000;
  }

  .lg\:placeholder-red-900::-ms-input-placeholder{
    color: #ff0000;
  }

  .lg\:placeholder-red-900::placeholder{
    color: #ff0000;
  }

  .lg\:placeholder-red::-webkit-input-placeholder{
    color: #d14732;
  }

  .lg\:placeholder-red::-moz-placeholder{
    color: #d14732;
  }

  .lg\:placeholder-red::-ms-input-placeholder{
    color: #d14732;
  }

  .lg\:placeholder-red::placeholder{
    color: #d14732;
  }

  .lg\:placeholder-orange-100::-webkit-input-placeholder{
    color: #ffe7b6;
  }

  .lg\:placeholder-orange-100::-moz-placeholder{
    color: #ffe7b6;
  }

  .lg\:placeholder-orange-100::-ms-input-placeholder{
    color: #ffe7b6;
  }

  .lg\:placeholder-orange-100::placeholder{
    color: #ffe7b6;
  }

  .lg\:placeholder-orange-400::-webkit-input-placeholder{
    color: #ffc146;
  }

  .lg\:placeholder-orange-400::-moz-placeholder{
    color: #ffc146;
  }

  .lg\:placeholder-orange-400::-ms-input-placeholder{
    color: #ffc146;
  }

  .lg\:placeholder-orange-400::placeholder{
    color: #ffc146;
  }

  .lg\:placeholder-orange-700::-webkit-input-placeholder{
    color: #c45510;
  }

  .lg\:placeholder-orange-700::-moz-placeholder{
    color: #c45510;
  }

  .lg\:placeholder-orange-700::-ms-input-placeholder{
    color: #c45510;
  }

  .lg\:placeholder-orange-700::placeholder{
    color: #c45510;
  }

  .lg\:placeholder-orange-900::-webkit-input-placeholder{
    color: #8c2e0b;
  }

  .lg\:placeholder-orange-900::-moz-placeholder{
    color: #8c2e0b;
  }

  .lg\:placeholder-orange-900::-ms-input-placeholder{
    color: #8c2e0b;
  }

  .lg\:placeholder-orange-900::placeholder{
    color: #8c2e0b;
  }

  .lg\:placeholder-orange::-webkit-input-placeholder{
    color: #e77530;
  }

  .lg\:placeholder-orange::-moz-placeholder{
    color: #e77530;
  }

  .lg\:placeholder-orange::-ms-input-placeholder{
    color: #e77530;
  }

  .lg\:placeholder-orange::placeholder{
    color: #e77530;
  }

  .lg\:placeholder-yellow-100::-webkit-input-placeholder{
    color: #f2efe2;
  }

  .lg\:placeholder-yellow-100::-moz-placeholder{
    color: #f2efe2;
  }

  .lg\:placeholder-yellow-100::-ms-input-placeholder{
    color: #f2efe2;
  }

  .lg\:placeholder-yellow-100::placeholder{
    color: #f2efe2;
  }

  .lg\:placeholder-yellow::-webkit-input-placeholder{
    color: #fecb34;
  }

  .lg\:placeholder-yellow::-moz-placeholder{
    color: #fecb34;
  }

  .lg\:placeholder-yellow::-ms-input-placeholder{
    color: #fecb34;
  }

  .lg\:placeholder-yellow::placeholder{
    color: #fecb34;
  }

  .lg\:placeholder-brown-100::-webkit-input-placeholder{
    color: #cfd2aa;
  }

  .lg\:placeholder-brown-100::-moz-placeholder{
    color: #cfd2aa;
  }

  .lg\:placeholder-brown-100::-ms-input-placeholder{
    color: #cfd2aa;
  }

  .lg\:placeholder-brown-100::placeholder{
    color: #cfd2aa;
  }

  .lg\:placeholder-brown-300::-webkit-input-placeholder{
    color: #7a7751;
  }

  .lg\:placeholder-brown-300::-moz-placeholder{
    color: #7a7751;
  }

  .lg\:placeholder-brown-300::-ms-input-placeholder{
    color: #7a7751;
  }

  .lg\:placeholder-brown-300::placeholder{
    color: #7a7751;
  }

  .lg\:placeholder-brown::-webkit-input-placeholder{
    color: #735005;
  }

  .lg\:placeholder-brown::-moz-placeholder{
    color: #735005;
  }

  .lg\:placeholder-brown::-ms-input-placeholder{
    color: #735005;
  }

  .lg\:placeholder-brown::placeholder{
    color: #735005;
  }

  .lg\:placeholder-gray-100::-webkit-input-placeholder{
    color: #f6f6f6;
  }

  .lg\:placeholder-gray-100::-moz-placeholder{
    color: #f6f6f6;
  }

  .lg\:placeholder-gray-100::-ms-input-placeholder{
    color: #f6f6f6;
  }

  .lg\:placeholder-gray-100::placeholder{
    color: #f6f6f6;
  }

  .lg\:placeholder-gray-200::-webkit-input-placeholder{
    color: #eee;
  }

  .lg\:placeholder-gray-200::-moz-placeholder{
    color: #eee;
  }

  .lg\:placeholder-gray-200::-ms-input-placeholder{
    color: #eee;
  }

  .lg\:placeholder-gray-200::placeholder{
    color: #eee;
  }

  .lg\:placeholder-gray-300::-webkit-input-placeholder{
    color: #e5e5e5;
  }

  .lg\:placeholder-gray-300::-moz-placeholder{
    color: #e5e5e5;
  }

  .lg\:placeholder-gray-300::-ms-input-placeholder{
    color: #e5e5e5;
  }

  .lg\:placeholder-gray-300::placeholder{
    color: #e5e5e5;
  }

  .lg\:placeholder-gray-400::-webkit-input-placeholder{
    color: #d8d8d8;
  }

  .lg\:placeholder-gray-400::-moz-placeholder{
    color: #d8d8d8;
  }

  .lg\:placeholder-gray-400::-ms-input-placeholder{
    color: #d8d8d8;
  }

  .lg\:placeholder-gray-400::placeholder{
    color: #d8d8d8;
  }

  .lg\:placeholder-gray-500::-webkit-input-placeholder{
    color: #ccc;
  }

  .lg\:placeholder-gray-500::-moz-placeholder{
    color: #ccc;
  }

  .lg\:placeholder-gray-500::-ms-input-placeholder{
    color: #ccc;
  }

  .lg\:placeholder-gray-500::placeholder{
    color: #ccc;
  }

  .lg\:placeholder-gray-600::-webkit-input-placeholder{
    color: #bbb;
  }

  .lg\:placeholder-gray-600::-moz-placeholder{
    color: #bbb;
  }

  .lg\:placeholder-gray-600::-ms-input-placeholder{
    color: #bbb;
  }

  .lg\:placeholder-gray-600::placeholder{
    color: #bbb;
  }

  .lg\:placeholder-gray-800::-webkit-input-placeholder{
    color: #757575;
  }

  .lg\:placeholder-gray-800::-moz-placeholder{
    color: #757575;
  }

  .lg\:placeholder-gray-800::-ms-input-placeholder{
    color: #757575;
  }

  .lg\:placeholder-gray-800::placeholder{
    color: #757575;
  }

  .lg\:placeholder-gray-900::-webkit-input-placeholder{
    color: #666;
  }

  .lg\:placeholder-gray-900::-moz-placeholder{
    color: #666;
  }

  .lg\:placeholder-gray-900::-ms-input-placeholder{
    color: #666;
  }

  .lg\:placeholder-gray-900::placeholder{
    color: #666;
  }

  .lg\:placeholder-gray-950::-webkit-input-placeholder{
    color: #222;
  }

  .lg\:placeholder-gray-950::-moz-placeholder{
    color: #222;
  }

  .lg\:placeholder-gray-950::-ms-input-placeholder{
    color: #222;
  }

  .lg\:placeholder-gray-950::placeholder{
    color: #222;
  }

  .lg\:placeholder-gray::-webkit-input-placeholder{
    color: #999;
  }

  .lg\:placeholder-gray::-moz-placeholder{
    color: #999;
  }

  .lg\:placeholder-gray::-ms-input-placeholder{
    color: #999;
  }

  .lg\:placeholder-gray::placeholder{
    color: #999;
  }

  .lg\:placeholder-black::-webkit-input-placeholder{
    color: #171614;
  }

  .lg\:placeholder-black::-moz-placeholder{
    color: #171614;
  }

  .lg\:placeholder-black::-ms-input-placeholder{
    color: #171614;
  }

  .lg\:placeholder-black::placeholder{
    color: #171614;
  }

  .lg\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .lg\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .lg\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .lg\:placeholder-white::placeholder{
    color: #fff;
  }

  .lg\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    color: #c5e7c5;
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder{
    color: #c5e7c5;
  }

  .lg\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    color: #c5e7c5;
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder{
    color: #c5e7c5;
  }

  .lg\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    color: #5ed795;
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: #5ed795;
  }

  .lg\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    color: #5ed795;
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder{
    color: #5ed795;
  }

  .lg\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    color: #68c187;
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder{
    color: #68c187;
  }

  .lg\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    color: #68c187;
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder{
    color: #68c187;
  }

  .lg\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    color: #2F8355;
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder{
    color: #2F8355;
  }

  .lg\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    color: #2F8355;
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder{
    color: #2F8355;
  }

  .lg\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #2f8355;
  }

  .lg\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #2f8355;
  }

  .lg\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #2f8355;
  }

  .lg\:focus\:placeholder-green:focus::placeholder{
    color: #2f8355;
  }

  .lg\:focus\:placeholder-cyan-100:focus::-webkit-input-placeholder{
    color: #03bdff;
  }

  .lg\:focus\:placeholder-cyan-100:focus::-moz-placeholder{
    color: #03bdff;
  }

  .lg\:focus\:placeholder-cyan-100:focus::-ms-input-placeholder{
    color: #03bdff;
  }

  .lg\:focus\:placeholder-cyan-100:focus::placeholder{
    color: #03bdff;
  }

  .lg\:focus\:placeholder-cyan-300:focus::-webkit-input-placeholder{
    color: #60a7d5;
  }

  .lg\:focus\:placeholder-cyan-300:focus::-moz-placeholder{
    color: #60a7d5;
  }

  .lg\:focus\:placeholder-cyan-300:focus::-ms-input-placeholder{
    color: #60a7d5;
  }

  .lg\:focus\:placeholder-cyan-300:focus::placeholder{
    color: #60a7d5;
  }

  .lg\:focus\:placeholder-cyan-400:focus::-webkit-input-placeholder{
    color: #0092bc;
  }

  .lg\:focus\:placeholder-cyan-400:focus::-moz-placeholder{
    color: #0092bc;
  }

  .lg\:focus\:placeholder-cyan-400:focus::-ms-input-placeholder{
    color: #0092bc;
  }

  .lg\:focus\:placeholder-cyan-400:focus::placeholder{
    color: #0092bc;
  }

  .lg\:focus\:placeholder-cyan:focus::-webkit-input-placeholder{
    color: #007fa3;
  }

  .lg\:focus\:placeholder-cyan:focus::-moz-placeholder{
    color: #007fa3;
  }

  .lg\:focus\:placeholder-cyan:focus::-ms-input-placeholder{
    color: #007fa3;
  }

  .lg\:focus\:placeholder-cyan:focus::placeholder{
    color: #007fa3;
  }

  .lg\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    color: #2f63d4;
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    color: #2f63d4;
  }

  .lg\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    color: #2f63d4;
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder{
    color: #2f63d4;
  }

  .lg\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    color: #004C97;
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    color: #004C97;
  }

  .lg\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    color: #004C97;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder{
    color: #004C97;
  }

  .lg\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #24458c;
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    color: #24458c;
  }

  .lg\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    color: #24458c;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder{
    color: #24458c;
  }

  .lg\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    color: #004c97;
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    color: #004c97;
  }

  .lg\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    color: #004c97;
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder{
    color: #004c97;
  }

  .lg\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    color: #0057b8;
  }

  .lg\:focus\:placeholder-blue:focus::-moz-placeholder{
    color: #0057b8;
  }

  .lg\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color: #0057b8;
  }

  .lg\:focus\:placeholder-blue:focus::placeholder{
    color: #0057b8;
  }

  .lg\:focus\:placeholder-blue-blend:focus::-webkit-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .lg\:focus\:placeholder-blue-blend:focus::-moz-placeholder{
    color: rgba(32,67,143,.85);
  }

  .lg\:focus\:placeholder-blue-blend:focus::-ms-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .lg\:focus\:placeholder-blue-blend:focus::placeholder{
    color: rgba(32,67,143,.85);
  }

  .lg\:focus\:placeholder-lavender-100:focus::-webkit-input-placeholder{
    color: #d2a9d3;
  }

  .lg\:focus\:placeholder-lavender-100:focus::-moz-placeholder{
    color: #d2a9d3;
  }

  .lg\:focus\:placeholder-lavender-100:focus::-ms-input-placeholder{
    color: #d2a9d3;
  }

  .lg\:focus\:placeholder-lavender-100:focus::placeholder{
    color: #d2a9d3;
  }

  .lg\:focus\:placeholder-lavender-200:focus::-webkit-input-placeholder{
    color: #957ad1;
  }

  .lg\:focus\:placeholder-lavender-200:focus::-moz-placeholder{
    color: #957ad1;
  }

  .lg\:focus\:placeholder-lavender-200:focus::-ms-input-placeholder{
    color: #957ad1;
  }

  .lg\:focus\:placeholder-lavender-200:focus::placeholder{
    color: #957ad1;
  }

  .lg\:focus\:placeholder-lavender:focus::-webkit-input-placeholder{
    color: #8066b7;
  }

  .lg\:focus\:placeholder-lavender:focus::-moz-placeholder{
    color: #8066b7;
  }

  .lg\:focus\:placeholder-lavender:focus::-ms-input-placeholder{
    color: #8066b7;
  }

  .lg\:focus\:placeholder-lavender:focus::placeholder{
    color: #8066b7;
  }

  .lg\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{
    color: #eecbcb;
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder{
    color: #eecbcb;
  }

  .lg\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    color: #eecbcb;
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder{
    color: #eecbcb;
  }

  .lg\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    color: #ff0000;
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder{
    color: #ff0000;
  }

  .lg\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    color: #ff0000;
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder{
    color: #ff0000;
  }

  .lg\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color: #d14732;
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder{
    color: #d14732;
  }

  .lg\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color: #d14732;
  }

  .lg\:focus\:placeholder-red:focus::placeholder{
    color: #d14732;
  }

  .lg\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    color: #ffe7b6;
  }

  .lg\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    color: #ffe7b6;
  }

  .lg\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    color: #ffe7b6;
  }

  .lg\:focus\:placeholder-orange-100:focus::placeholder{
    color: #ffe7b6;
  }

  .lg\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    color: #ffc146;
  }

  .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    color: #ffc146;
  }

  .lg\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    color: #ffc146;
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder{
    color: #ffc146;
  }

  .lg\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    color: #c45510;
  }

  .lg\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    color: #c45510;
  }

  .lg\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    color: #c45510;
  }

  .lg\:focus\:placeholder-orange-700:focus::placeholder{
    color: #c45510;
  }

  .lg\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    color: #8c2e0b;
  }

  .lg\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    color: #8c2e0b;
  }

  .lg\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    color: #8c2e0b;
  }

  .lg\:focus\:placeholder-orange-900:focus::placeholder{
    color: #8c2e0b;
  }

  .lg\:focus\:placeholder-orange:focus::-webkit-input-placeholder{
    color: #e77530;
  }

  .lg\:focus\:placeholder-orange:focus::-moz-placeholder{
    color: #e77530;
  }

  .lg\:focus\:placeholder-orange:focus::-ms-input-placeholder{
    color: #e77530;
  }

  .lg\:focus\:placeholder-orange:focus::placeholder{
    color: #e77530;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    color: #f2efe2;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    color: #f2efe2;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    color: #f2efe2;
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder{
    color: #f2efe2;
  }

  .lg\:focus\:placeholder-yellow:focus::-webkit-input-placeholder{
    color: #fecb34;
  }

  .lg\:focus\:placeholder-yellow:focus::-moz-placeholder{
    color: #fecb34;
  }

  .lg\:focus\:placeholder-yellow:focus::-ms-input-placeholder{
    color: #fecb34;
  }

  .lg\:focus\:placeholder-yellow:focus::placeholder{
    color: #fecb34;
  }

  .lg\:focus\:placeholder-brown-100:focus::-webkit-input-placeholder{
    color: #cfd2aa;
  }

  .lg\:focus\:placeholder-brown-100:focus::-moz-placeholder{
    color: #cfd2aa;
  }

  .lg\:focus\:placeholder-brown-100:focus::-ms-input-placeholder{
    color: #cfd2aa;
  }

  .lg\:focus\:placeholder-brown-100:focus::placeholder{
    color: #cfd2aa;
  }

  .lg\:focus\:placeholder-brown-300:focus::-webkit-input-placeholder{
    color: #7a7751;
  }

  .lg\:focus\:placeholder-brown-300:focus::-moz-placeholder{
    color: #7a7751;
  }

  .lg\:focus\:placeholder-brown-300:focus::-ms-input-placeholder{
    color: #7a7751;
  }

  .lg\:focus\:placeholder-brown-300:focus::placeholder{
    color: #7a7751;
  }

  .lg\:focus\:placeholder-brown:focus::-webkit-input-placeholder{
    color: #735005;
  }

  .lg\:focus\:placeholder-brown:focus::-moz-placeholder{
    color: #735005;
  }

  .lg\:focus\:placeholder-brown:focus::-ms-input-placeholder{
    color: #735005;
  }

  .lg\:focus\:placeholder-brown:focus::placeholder{
    color: #735005;
  }

  .lg\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f6f6f6;
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    color: #f6f6f6;
  }

  .lg\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f6f6f6;
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder{
    color: #f6f6f6;
  }

  .lg\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #eee;
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    color: #eee;
  }

  .lg\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    color: #eee;
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder{
    color: #eee;
  }

  .lg\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e5e5e5;
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    color: #e5e5e5;
  }

  .lg\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e5e5e5;
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder{
    color: #e5e5e5;
  }

  .lg\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #d8d8d8;
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    color: #d8d8d8;
  }

  .lg\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    color: #d8d8d8;
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder{
    color: #d8d8d8;
  }

  .lg\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #ccc;
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    color: #ccc;
  }

  .lg\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    color: #ccc;
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder{
    color: #ccc;
  }

  .lg\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    color: #bbb;
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    color: #bbb;
  }

  .lg\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    color: #bbb;
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder{
    color: #bbb;
  }

  .lg\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    color: #757575;
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    color: #757575;
  }

  .lg\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    color: #757575;
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder{
    color: #757575;
  }

  .lg\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    color: #666;
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    color: #666;
  }

  .lg\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    color: #666;
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder{
    color: #666;
  }

  .lg\:focus\:placeholder-gray-950:focus::-webkit-input-placeholder{
    color: #222;
  }

  .lg\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    color: #222;
  }

  .lg\:focus\:placeholder-gray-950:focus::-ms-input-placeholder{
    color: #222;
  }

  .lg\:focus\:placeholder-gray-950:focus::placeholder{
    color: #222;
  }

  .lg\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: #999;
  }

  .lg\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: #999;
  }

  .lg\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: #999;
  }

  .lg\:focus\:placeholder-gray:focus::placeholder{
    color: #999;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #171614;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #171614;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #171614;
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    color: #171614;
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .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\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-1{
    top: 0.0625rem;
    right: 0.0625rem;
    bottom: 0.0625rem;
    left: 0.0625rem;
  }

  .lg\:inset-2{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:inset-3{
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .lg\:inset-4{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-5{
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
  }

  .lg\:inset-6{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:inset-8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-10{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:inset-15{
    top: 0.9375rem;
    right: 0.9375rem;
    bottom: 0.9375rem;
    left: 0.9375rem;
  }

  .lg\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-25{
    top: 1.5625rem;
    right: 1.5625rem;
    bottom: 1.5625rem;
    left: 1.5625rem;
  }

  .lg\:inset-30{
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .lg\:inset-35{
    top: 2.1875rem;
    right: 2.1875rem;
    bottom: 2.1875rem;
    left: 2.1875rem;
  }

  .lg\:inset-40{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-50{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .lg\:inset-60{
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .lg\:inset-75{
    top: 4.6875rem;
    right: 4.6875rem;
    bottom: 4.6875rem;
    left: 4.6875rem;
  }

  .lg\:inset-85{
    top: 5.3125rem;
    right: 5.3125rem;
    bottom: 5.3125rem;
    left: 5.3125rem;
  }

  .lg\:inset-100{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .lg\:inset-150{
    top: 9.375rem;
    right: 9.375rem;
    bottom: 9.375rem;
    left: 9.375rem;
  }

  .lg\:inset-175{
    top: 10.9375rem;
    right: 10.9375rem;
    bottom: 10.9375rem;
    left: 10.9375rem;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0{
    right: 0;
    left: 0;
  }

  .lg\:inset-y-1{
    top: 0.0625rem;
    bottom: 0.0625rem;
  }

  .lg\:inset-x-1{
    right: 0.0625rem;
    left: 0.0625rem;
  }

  .lg\:inset-y-2{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:inset-x-2{
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:inset-y-3{
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .lg\:inset-x-3{
    right: 0.1875rem;
    left: 0.1875rem;
  }

  .lg\:inset-y-4{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-x-4{
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-y-5{
    top: 0.3125rem;
    bottom: 0.3125rem;
  }

  .lg\:inset-x-5{
    right: 0.3125rem;
    left: 0.3125rem;
  }

  .lg\:inset-y-6{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:inset-x-6{
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:inset-y-8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-x-8{
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-y-10{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:inset-x-10{
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:inset-y-15{
    top: 0.9375rem;
    bottom: 0.9375rem;
  }

  .lg\:inset-x-15{
    right: 0.9375rem;
    left: 0.9375rem;
  }

  .lg\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-x-20{
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-y-25{
    top: 1.5625rem;
    bottom: 1.5625rem;
  }

  .lg\:inset-x-25{
    right: 1.5625rem;
    left: 1.5625rem;
  }

  .lg\:inset-y-30{
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .lg\:inset-x-30{
    right: 1.875rem;
    left: 1.875rem;
  }

  .lg\:inset-y-35{
    top: 2.1875rem;
    bottom: 2.1875rem;
  }

  .lg\:inset-x-35{
    right: 2.1875rem;
    left: 2.1875rem;
  }

  .lg\:inset-y-40{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:inset-x-40{
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-y-50{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .lg\:inset-x-50{
    right: 3.125rem;
    left: 3.125rem;
  }

  .lg\:inset-y-60{
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .lg\:inset-x-60{
    right: 3.75rem;
    left: 3.75rem;
  }

  .lg\:inset-y-75{
    top: 4.6875rem;
    bottom: 4.6875rem;
  }

  .lg\:inset-x-75{
    right: 4.6875rem;
    left: 4.6875rem;
  }

  .lg\:inset-y-85{
    top: 5.3125rem;
    bottom: 5.3125rem;
  }

  .lg\:inset-x-85{
    right: 5.3125rem;
    left: 5.3125rem;
  }

  .lg\:inset-y-100{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .lg\:inset-x-100{
    right: 6.25rem;
    left: 6.25rem;
  }

  .lg\:inset-y-150{
    top: 9.375rem;
    bottom: 9.375rem;
  }

  .lg\:inset-x-150{
    right: 9.375rem;
    left: 9.375rem;
  }

  .lg\:inset-y-175{
    top: 10.9375rem;
    bottom: 10.9375rem;
  }

  .lg\:inset-x-175{
    right: 10.9375rem;
    left: 10.9375rem;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .lg\:top-0{
    top: 0;
  }

  .lg\:right-0{
    right: 0;
  }

  .lg\:bottom-0{
    bottom: 0;
  }

  .lg\:left-0{
    left: 0;
  }

  .lg\:top-1{
    top: 0.0625rem;
  }

  .lg\:right-1{
    right: 0.0625rem;
  }

  .lg\:bottom-1{
    bottom: 0.0625rem;
  }

  .lg\:left-1{
    left: 0.0625rem;
  }

  .lg\:top-2{
    top: 0.125rem;
  }

  .lg\:right-2{
    right: 0.125rem;
  }

  .lg\:bottom-2{
    bottom: 0.125rem;
  }

  .lg\:left-2{
    left: 0.125rem;
  }

  .lg\:top-3{
    top: 0.1875rem;
  }

  .lg\:right-3{
    right: 0.1875rem;
  }

  .lg\:bottom-3{
    bottom: 0.1875rem;
  }

  .lg\:left-3{
    left: 0.1875rem;
  }

  .lg\:top-4{
    top: 0.25rem;
  }

  .lg\:right-4{
    right: 0.25rem;
  }

  .lg\:bottom-4{
    bottom: 0.25rem;
  }

  .lg\:left-4{
    left: 0.25rem;
  }

  .lg\:top-5{
    top: 0.3125rem;
  }

  .lg\:right-5{
    right: 0.3125rem;
  }

  .lg\:bottom-5{
    bottom: 0.3125rem;
  }

  .lg\:left-5{
    left: 0.3125rem;
  }

  .lg\:top-6{
    top: 0.375rem;
  }

  .lg\:right-6{
    right: 0.375rem;
  }

  .lg\:bottom-6{
    bottom: 0.375rem;
  }

  .lg\:left-6{
    left: 0.375rem;
  }

  .lg\:top-8{
    top: 0.5rem;
  }

  .lg\:right-8{
    right: 0.5rem;
  }

  .lg\:bottom-8{
    bottom: 0.5rem;
  }

  .lg\:left-8{
    left: 0.5rem;
  }

  .lg\:top-10{
    top: 0.625rem;
  }

  .lg\:right-10{
    right: 0.625rem;
  }

  .lg\:bottom-10{
    bottom: 0.625rem;
  }

  .lg\:left-10{
    left: 0.625rem;
  }

  .lg\:top-15{
    top: 0.9375rem;
  }

  .lg\:right-15{
    right: 0.9375rem;
  }

  .lg\:bottom-15{
    bottom: 0.9375rem;
  }

  .lg\:left-15{
    left: 0.9375rem;
  }

  .lg\:top-20{
    top: 1.25rem;
  }

  .lg\:right-20{
    right: 1.25rem;
  }

  .lg\:bottom-20{
    bottom: 1.25rem;
  }

  .lg\:left-20{
    left: 1.25rem;
  }

  .lg\:top-25{
    top: 1.5625rem;
  }

  .lg\:right-25{
    right: 1.5625rem;
  }

  .lg\:bottom-25{
    bottom: 1.5625rem;
  }

  .lg\:left-25{
    left: 1.5625rem;
  }

  .lg\:top-30{
    top: 1.875rem;
  }

  .lg\:right-30{
    right: 1.875rem;
  }

  .lg\:bottom-30{
    bottom: 1.875rem;
  }

  .lg\:left-30{
    left: 1.875rem;
  }

  .lg\:top-35{
    top: 2.1875rem;
  }

  .lg\:right-35{
    right: 2.1875rem;
  }

  .lg\:bottom-35{
    bottom: 2.1875rem;
  }

  .lg\:left-35{
    left: 2.1875rem;
  }

  .lg\:top-40{
    top: 2.5rem;
  }

  .lg\:right-40{
    right: 2.5rem;
  }

  .lg\:bottom-40{
    bottom: 2.5rem;
  }

  .lg\:left-40{
    left: 2.5rem;
  }

  .lg\:top-50{
    top: 3.125rem;
  }

  .lg\:right-50{
    right: 3.125rem;
  }

  .lg\:bottom-50{
    bottom: 3.125rem;
  }

  .lg\:left-50{
    left: 3.125rem;
  }

  .lg\:top-60{
    top: 3.75rem;
  }

  .lg\:right-60{
    right: 3.75rem;
  }

  .lg\:bottom-60{
    bottom: 3.75rem;
  }

  .lg\:left-60{
    left: 3.75rem;
  }

  .lg\:top-75{
    top: 4.6875rem;
  }

  .lg\:right-75{
    right: 4.6875rem;
  }

  .lg\:bottom-75{
    bottom: 4.6875rem;
  }

  .lg\:left-75{
    left: 4.6875rem;
  }

  .lg\:top-85{
    top: 5.3125rem;
  }

  .lg\:right-85{
    right: 5.3125rem;
  }

  .lg\:bottom-85{
    bottom: 5.3125rem;
  }

  .lg\:left-85{
    left: 5.3125rem;
  }

  .lg\:top-100{
    top: 6.25rem;
  }

  .lg\:right-100{
    right: 6.25rem;
  }

  .lg\:bottom-100{
    bottom: 6.25rem;
  }

  .lg\:left-100{
    left: 6.25rem;
  }

  .lg\:top-150{
    top: 9.375rem;
  }

  .lg\:right-150{
    right: 9.375rem;
  }

  .lg\:bottom-150{
    bottom: 9.375rem;
  }

  .lg\:left-150{
    left: 9.375rem;
  }

  .lg\:top-175{
    top: 10.9375rem;
  }

  .lg\:right-175{
    right: 10.9375rem;
  }

  .lg\:bottom-175{
    bottom: 10.9375rem;
  }

  .lg\:left-175{
    left: 10.9375rem;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:resize-none{
    resize: none;
  }

  .lg\:resize-y{
    resize: vertical;
  }

  .lg\:resize-x{
    resize: horizontal;
  }

  .lg\:resize{
    resize: both;
  }

  .lg\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

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

  .lg\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

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

  .lg\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:shadow-none{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

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

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

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

  .lg\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

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

  .lg\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:shadow-none:hover{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

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

  .lg\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

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

  .lg\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus\:shadow-none:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:fill-current{
    fill: currentColor;
  }

  .lg\:stroke-current{
    stroke: currentColor;
  }

  .lg\:stroke-0{
    stroke-width: 0;
  }

  .lg\:stroke-1{
    stroke-width: 1;
  }

  .lg\:stroke-2{
    stroke-width: 2;
  }

  .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-green-100{
    color: #c5e7c5;
  }

  .lg\:text-green-300{
    color: #5ed795;
  }

  .lg\:text-green-400{
    color: #68c187;
  }

  .lg\:text-green-700{
    color: #2F8355;
  }

  .lg\:text-green{
    color: #2f8355;
  }

  .lg\:text-cyan-100{
    color: #03bdff;
  }

  .lg\:text-cyan-300{
    color: #60a7d5;
  }

  .lg\:text-cyan-400{
    color: #0092bc;
  }

  .lg\:text-cyan{
    color: #007fa3;
  }

  .lg\:text-blue-300{
    color: #2f63d4;
  }

  .lg\:text-blue-400{
    color: #004C97;
  }

  .lg\:text-blue-500{
    color: #24458c;
  }

  .lg\:text-blue-700{
    color: #004c97;
  }

  .lg\:text-blue{
    color: #0057b8;
  }

  .lg\:text-blue-blend{
    color: rgba(32,67,143,.85);
  }

  .lg\:text-lavender-100{
    color: #d2a9d3;
  }

  .lg\:text-lavender-200{
    color: #957ad1;
  }

  .lg\:text-lavender{
    color: #8066b7;
  }

  .lg\:text-red-100{
    color: #eecbcb;
  }

  .lg\:text-red-900{
    color: #ff0000;
  }

  .lg\:text-red{
    color: #d14732;
  }

  .lg\:text-orange-100{
    color: #ffe7b6;
  }

  .lg\:text-orange-400{
    color: #ffc146;
  }

  .lg\:text-orange-700{
    color: #c45510;
  }

  .lg\:text-orange-900{
    color: #8c2e0b;
  }

  .lg\:text-orange{
    color: #e77530;
  }

  .lg\:text-yellow-100{
    color: #f2efe2;
  }

  .lg\:text-yellow{
    color: #fecb34;
  }

  .lg\:text-brown-100{
    color: #cfd2aa;
  }

  .lg\:text-brown-300{
    color: #7a7751;
  }

  .lg\:text-brown{
    color: #735005;
  }

  .lg\:text-gray-100{
    color: #f6f6f6;
  }

  .lg\:text-gray-200{
    color: #eee;
  }

  .lg\:text-gray-300{
    color: #e5e5e5;
  }

  .lg\:text-gray-400{
    color: #d8d8d8;
  }

  .lg\:text-gray-500{
    color: #ccc;
  }

  .lg\:text-gray-600{
    color: #bbb;
  }

  .lg\:text-gray-800{
    color: #757575;
  }

  .lg\:text-gray-900{
    color: #666;
  }

  .lg\:text-gray-950{
    color: #222;
  }

  .lg\:text-gray{
    color: #999;
  }

  .lg\:text-black{
    color: #171614;
  }

  .lg\:text-white{
    color: #fff;
  }

  .lg\:text-transparent{
    color: transparent;
  }

  .lg\:hover\:text-green-100:hover{
    color: #c5e7c5;
  }

  .lg\:hover\:text-green-300:hover{
    color: #5ed795;
  }

  .lg\:hover\:text-green-400:hover{
    color: #68c187;
  }

  .lg\:hover\:text-green-700:hover{
    color: #2F8355;
  }

  .lg\:hover\:text-green:hover{
    color: #2f8355;
  }

  .lg\:hover\:text-cyan-100:hover{
    color: #03bdff;
  }

  .lg\:hover\:text-cyan-300:hover{
    color: #60a7d5;
  }

  .lg\:hover\:text-cyan-400:hover{
    color: #0092bc;
  }

  .lg\:hover\:text-cyan:hover{
    color: #007fa3;
  }

  .lg\:hover\:text-blue-300:hover{
    color: #2f63d4;
  }

  .lg\:hover\:text-blue-400:hover{
    color: #004C97;
  }

  .lg\:hover\:text-blue-500:hover{
    color: #24458c;
  }

  .lg\:hover\:text-blue-700:hover{
    color: #004c97;
  }

  .lg\:hover\:text-blue:hover{
    color: #0057b8;
  }

  .lg\:hover\:text-blue-blend:hover{
    color: rgba(32,67,143,.85);
  }

  .lg\:hover\:text-lavender-100:hover{
    color: #d2a9d3;
  }

  .lg\:hover\:text-lavender-200:hover{
    color: #957ad1;
  }

  .lg\:hover\:text-lavender:hover{
    color: #8066b7;
  }

  .lg\:hover\:text-red-100:hover{
    color: #eecbcb;
  }

  .lg\:hover\:text-red-900:hover{
    color: #ff0000;
  }

  .lg\:hover\:text-red:hover{
    color: #d14732;
  }

  .lg\:hover\:text-orange-100:hover{
    color: #ffe7b6;
  }

  .lg\:hover\:text-orange-400:hover{
    color: #ffc146;
  }

  .lg\:hover\:text-orange-700:hover{
    color: #c45510;
  }

  .lg\:hover\:text-orange-900:hover{
    color: #8c2e0b;
  }

  .lg\:hover\:text-orange:hover{
    color: #e77530;
  }

  .lg\:hover\:text-yellow-100:hover{
    color: #f2efe2;
  }

  .lg\:hover\:text-yellow:hover{
    color: #fecb34;
  }

  .lg\:hover\:text-brown-100:hover{
    color: #cfd2aa;
  }

  .lg\:hover\:text-brown-300:hover{
    color: #7a7751;
  }

  .lg\:hover\:text-brown:hover{
    color: #735005;
  }

  .lg\:hover\:text-gray-100:hover{
    color: #f6f6f6;
  }

  .lg\:hover\:text-gray-200:hover{
    color: #eee;
  }

  .lg\:hover\:text-gray-300:hover{
    color: #e5e5e5;
  }

  .lg\:hover\:text-gray-400:hover{
    color: #d8d8d8;
  }

  .lg\:hover\:text-gray-500:hover{
    color: #ccc;
  }

  .lg\:hover\:text-gray-600:hover{
    color: #bbb;
  }

  .lg\:hover\:text-gray-800:hover{
    color: #757575;
  }

  .lg\:hover\:text-gray-900:hover{
    color: #666;
  }

  .lg\:hover\:text-gray-950:hover{
    color: #222;
  }

  .lg\:hover\:text-gray:hover{
    color: #999;
  }

  .lg\:hover\:text-black:hover{
    color: #171614;
  }

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

  .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  .lg\:focus\:text-green-100:focus{
    color: #c5e7c5;
  }

  .lg\:focus\:text-green-300:focus{
    color: #5ed795;
  }

  .lg\:focus\:text-green-400:focus{
    color: #68c187;
  }

  .lg\:focus\:text-green-700:focus{
    color: #2F8355;
  }

  .lg\:focus\:text-green:focus{
    color: #2f8355;
  }

  .lg\:focus\:text-cyan-100:focus{
    color: #03bdff;
  }

  .lg\:focus\:text-cyan-300:focus{
    color: #60a7d5;
  }

  .lg\:focus\:text-cyan-400:focus{
    color: #0092bc;
  }

  .lg\:focus\:text-cyan:focus{
    color: #007fa3;
  }

  .lg\:focus\:text-blue-300:focus{
    color: #2f63d4;
  }

  .lg\:focus\:text-blue-400:focus{
    color: #004C97;
  }

  .lg\:focus\:text-blue-500:focus{
    color: #24458c;
  }

  .lg\:focus\:text-blue-700:focus{
    color: #004c97;
  }

  .lg\:focus\:text-blue:focus{
    color: #0057b8;
  }

  .lg\:focus\:text-blue-blend:focus{
    color: rgba(32,67,143,.85);
  }

  .lg\:focus\:text-lavender-100:focus{
    color: #d2a9d3;
  }

  .lg\:focus\:text-lavender-200:focus{
    color: #957ad1;
  }

  .lg\:focus\:text-lavender:focus{
    color: #8066b7;
  }

  .lg\:focus\:text-red-100:focus{
    color: #eecbcb;
  }

  .lg\:focus\:text-red-900:focus{
    color: #ff0000;
  }

  .lg\:focus\:text-red:focus{
    color: #d14732;
  }

  .lg\:focus\:text-orange-100:focus{
    color: #ffe7b6;
  }

  .lg\:focus\:text-orange-400:focus{
    color: #ffc146;
  }

  .lg\:focus\:text-orange-700:focus{
    color: #c45510;
  }

  .lg\:focus\:text-orange-900:focus{
    color: #8c2e0b;
  }

  .lg\:focus\:text-orange:focus{
    color: #e77530;
  }

  .lg\:focus\:text-yellow-100:focus{
    color: #f2efe2;
  }

  .lg\:focus\:text-yellow:focus{
    color: #fecb34;
  }

  .lg\:focus\:text-brown-100:focus{
    color: #cfd2aa;
  }

  .lg\:focus\:text-brown-300:focus{
    color: #7a7751;
  }

  .lg\:focus\:text-brown:focus{
    color: #735005;
  }

  .lg\:focus\:text-gray-100:focus{
    color: #f6f6f6;
  }

  .lg\:focus\:text-gray-200:focus{
    color: #eee;
  }

  .lg\:focus\:text-gray-300:focus{
    color: #e5e5e5;
  }

  .lg\:focus\:text-gray-400:focus{
    color: #d8d8d8;
  }

  .lg\:focus\:text-gray-500:focus{
    color: #ccc;
  }

  .lg\:focus\:text-gray-600:focus{
    color: #bbb;
  }

  .lg\:focus\:text-gray-800:focus{
    color: #757575;
  }

  .lg\:focus\:text-gray-900:focus{
    color: #666;
  }

  .lg\:focus\:text-gray-950:focus{
    color: #222;
  }

  .lg\:focus\:text-gray:focus{
    color: #999;
  }

  .lg\:focus\:text-black:focus{
    color: #171614;
  }

  .lg\:focus\:text-white:focus{
    color: #fff;
  }

  .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

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

  .lg\:not-italic{
    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\:hover\:underline:hover{
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .lg\:focus\:underline:focus{
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus{
    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\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal{
    letter-spacing: 0;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em;
  }

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

  .lg\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

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

  .lg\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: 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\:whitespace-normal{
    white-space: normal;
  }

  .lg\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .lg\:whitespace-pre{
    white-space: pre;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .lg\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words{
    overflow-wrap: break-word;
  }

  .lg\:break-all{
    word-break: break-all;
  }

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

  .lg\:w-0{
    width: 0;
  }

  .lg\:w-1{
    width: 0.0625rem;
  }

  .lg\:w-2{
    width: 0.125rem;
  }

  .lg\:w-3{
    width: 0.1875rem;
  }

  .lg\:w-4{
    width: 0.25rem;
  }

  .lg\:w-5{
    width: 0.3125rem;
  }

  .lg\:w-6{
    width: 0.375rem;
  }

  .lg\:w-8{
    width: 0.5rem;
  }

  .lg\:w-10{
    width: 0.625rem;
  }

  .lg\:w-15{
    width: 0.9375rem;
  }

  .lg\:w-20{
    width: 1.25rem;
  }

  .lg\:w-25{
    width: 1.5625rem;
  }

  .lg\:w-30{
    width: 1.875rem;
  }

  .lg\:w-35{
    width: 2.1875rem;
  }

  .lg\:w-40{
    width: 2.5rem;
  }

  .lg\:w-50{
    width: 3.125rem;
  }

  .lg\:w-60{
    width: 3.75rem;
  }

  .lg\:w-70{
    width: 4.375rem;
  }

  .lg\:w-75{
    width: 4.6875rem;
  }

  .lg\:w-80{
    width: 5rem;
  }

  .lg\:w-85{
    width: 5.3125rem;
  }

  .lg\:w-90{
    width: 5.625rem;
  }

  .lg\:w-100{
    width: 6.25rem;
  }

  .lg\:w-110{
    width: 6.875rem;
  }

  .lg\:w-120{
    width: 7.5rem;
  }

  .lg\:w-130{
    width: 8.125rem;
  }

  .lg\:w-140{
    width: 8.75rem;
  }

  .lg\:w-150{
    width: 9.375rem;
  }

  .lg\:w-160{
    width: 10rem;
  }

  .lg\:w-170{
    width: 10.625rem;
  }

  .lg\:w-175{
    width: 10.9375rem;
  }

  .lg\:w-180{
    width: 11.25rem;
  }

  .lg\:w-190{
    width: 11.875rem;
  }

  .lg\:w-200{
    width: 12.5rem;
  }

  .lg\:w-225{
    width: 14.0625rem;
  }

  .lg\:w-250{
    width: 15.625rem;
  }

  .lg\:w-300{
    width: 18.75rem;
  }

  .lg\:w-auto{
    width: auto;
  }

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

  .lg\:w-1\/3{
    width: 33%;
  }
  .masonry-grid .lg\:w-1\/3{
    width: 33.3333%;
  }

  .lg\:w-2\/3{
    width: 66.6%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-2\/4{
    width: 50%;
  }

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

  .lg\:w-2\/6{
    width: 33.333333%;
  }

  .lg\:w-3\/6{
    width: 50%;
  }

  .lg\:w-4\/6{
    width: 66.666667%;
  }

  .lg\:w-5\/6{
    width: 83.333333%;
  }

  .lg\:w-1\/12{
    width: 8.333333%;
  }

  .lg\:w-2\/12{
    width: 16.666667%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-screen{
    width: 100vw;
  }

  .lg\:w-1\/3-up{
    width: 34%;
  }

  .lg\:w-gminor{
    width: 38.2%;
  }

  .lg\:w-gmajor{
    width: 61.8%;
  }

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

  .lg\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .lg\:gap-1{
    grid-gap: 0.0625rem;
    gap: 0.0625rem;
  }

  .lg\:gap-2{
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .lg\:gap-3{
    grid-gap: 0.1875rem;
    gap: 0.1875rem;
  }

  .lg\:gap-4{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:gap-5{
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
  }

  .lg\:gap-6{
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .lg\:gap-8{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:gap-10{
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .lg\:gap-15{
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }

  .lg\:gap-20{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:gap-25{
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
  }

  .lg\:gap-30{
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .lg\:gap-35{
    grid-gap: 2.1875rem;
    gap: 2.1875rem;
  }

  .lg\:gap-40{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:gap-50{
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }

  .lg\:gap-60{
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .lg\:gap-75{
    grid-gap: 4.6875rem;
    gap: 4.6875rem;
  }

  .lg\:gap-85{
    grid-gap: 5.3125rem;
    gap: 5.3125rem;
  }

  .lg\:gap-100{
    grid-gap: 6.25rem;
    gap: 6.25rem;
  }

  .lg\:gap-150{
    grid-gap: 9.375rem;
    gap: 9.375rem;
  }

  .lg\:gap-175{
    grid-gap: 10.9375rem;
    gap: 10.9375rem;
  }

  .lg\:col-gap-0{
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .lg\:col-gap-1{
    grid-column-gap: 0.0625rem;
    -webkit-column-gap: 0.0625rem;
       -moz-column-gap: 0.0625rem;
            column-gap: 0.0625rem;
  }

  .lg\:col-gap-2{
    grid-column-gap: 0.125rem;
    -webkit-column-gap: 0.125rem;
       -moz-column-gap: 0.125rem;
            column-gap: 0.125rem;
  }

  .lg\:col-gap-3{
    grid-column-gap: 0.1875rem;
    -webkit-column-gap: 0.1875rem;
       -moz-column-gap: 0.1875rem;
            column-gap: 0.1875rem;
  }

  .lg\:col-gap-4{
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .lg\:col-gap-5{
    grid-column-gap: 0.3125rem;
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }

  .lg\:col-gap-6{
    grid-column-gap: 0.375rem;
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }

  .lg\:col-gap-8{
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .lg\:col-gap-10{
    grid-column-gap: 0.625rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .lg\:col-gap-15{
    grid-column-gap: 0.9375rem;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .lg\:col-gap-20{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .lg\:col-gap-25{
    grid-column-gap: 1.5625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .lg\:col-gap-30{
    grid-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .lg\:col-gap-35{
    grid-column-gap: 2.1875rem;
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
  }

  .lg\:col-gap-40{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .lg\:col-gap-50{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .lg\:col-gap-60{
    grid-column-gap: 3.75rem;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }

  .lg\:col-gap-75{
    grid-column-gap: 4.6875rem;
    -webkit-column-gap: 4.6875rem;
       -moz-column-gap: 4.6875rem;
            column-gap: 4.6875rem;
  }

  .lg\:col-gap-85{
    grid-column-gap: 5.3125rem;
    -webkit-column-gap: 5.3125rem;
       -moz-column-gap: 5.3125rem;
            column-gap: 5.3125rem;
  }

  .lg\:col-gap-100{
    grid-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .lg\:col-gap-150{
    grid-column-gap: 9.375rem;
    -webkit-column-gap: 9.375rem;
       -moz-column-gap: 9.375rem;
            column-gap: 9.375rem;
  }

  .lg\:col-gap-175{
    grid-column-gap: 10.9375rem;
    -webkit-column-gap: 10.9375rem;
       -moz-column-gap: 10.9375rem;
            column-gap: 10.9375rem;
  }

  .lg\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:row-gap-1{
    grid-row-gap: 0.0625rem;
    row-gap: 0.0625rem;
  }

  .lg\:row-gap-2{
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .lg\:row-gap-3{
    grid-row-gap: 0.1875rem;
    row-gap: 0.1875rem;
  }

  .lg\:row-gap-4{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:row-gap-5{
    grid-row-gap: 0.3125rem;
    row-gap: 0.3125rem;
  }

  .lg\:row-gap-6{
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .lg\:row-gap-8{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:row-gap-10{
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .lg\:row-gap-15{
    grid-row-gap: 0.9375rem;
    row-gap: 0.9375rem;
  }

  .lg\:row-gap-20{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:row-gap-25{
    grid-row-gap: 1.5625rem;
    row-gap: 1.5625rem;
  }

  .lg\:row-gap-30{
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .lg\:row-gap-35{
    grid-row-gap: 2.1875rem;
    row-gap: 2.1875rem;
  }

  .lg\:row-gap-40{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:row-gap-50{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .lg\:row-gap-60{
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .lg\:row-gap-75{
    grid-row-gap: 4.6875rem;
    row-gap: 4.6875rem;
  }

  .lg\:row-gap-85{
    grid-row-gap: 5.3125rem;
    row-gap: 5.3125rem;
  }

  .lg\:row-gap-100{
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
  }

  .lg\:row-gap-150{
    grid-row-gap: 9.375rem;
    row-gap: 9.375rem;
  }

  .lg\:row-gap-175{
    grid-row-gap: 10.9375rem;
    row-gap: 10.9375rem;
  }

  .lg\:grid-flow-row{
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col{
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none{
    grid-template-columns: none;
  }

  .lg\:col-auto{
    grid-column: auto;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-start-2{
    grid-column-start: 2;
  }

  .lg\:col-start-3{
    grid-column-start: 3;
  }

  .lg\:col-start-4{
    grid-column-start: 4;
  }

  .lg\:col-start-5{
    grid-column-start: 5;
  }

  .lg\:col-start-6{
    grid-column-start: 6;
  }

  .lg\:col-start-7{
    grid-column-start: 7;
  }

  .lg\:col-start-8{
    grid-column-start: 8;
  }

  .lg\:col-start-9{
    grid-column-start: 9;
  }

  .lg\:col-start-10{
    grid-column-start: 10;
  }

  .lg\:col-start-11{
    grid-column-start: 11;
  }

  .lg\:col-start-12{
    grid-column-start: 12;
  }

  .lg\:col-start-13{
    grid-column-start: 13;
  }

  .lg\:col-start-auto{
    grid-column-start: auto;
  }

  .lg\:col-end-1{
    grid-column-end: 1;
  }

  .lg\:col-end-2{
    grid-column-end: 2;
  }

  .lg\:col-end-3{
    grid-column-end: 3;
  }

  .lg\:col-end-4{
    grid-column-end: 4;
  }

  .lg\:col-end-5{
    grid-column-end: 5;
  }

  .lg\:col-end-6{
    grid-column-end: 6;
  }

  .lg\:col-end-7{
    grid-column-end: 7;
  }

  .lg\:col-end-8{
    grid-column-end: 8;
  }

  .lg\:col-end-9{
    grid-column-end: 9;
  }

  .lg\:col-end-10{
    grid-column-end: 10;
  }

  .lg\:col-end-11{
    grid-column-end: 11;
  }

  .lg\:col-end-12{
    grid-column-end: 12;
  }

  .lg\:col-end-13{
    grid-column-end: 13;
  }

  .lg\:col-end-auto{
    grid-column-end: auto;
  }

  .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none{
    grid-template-rows: none;
  }

  .lg\:row-auto{
    grid-row: auto;
  }

  .lg\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:row-start-2{
    grid-row-start: 2;
  }

  .lg\:row-start-3{
    grid-row-start: 3;
  }

  .lg\:row-start-4{
    grid-row-start: 4;
  }

  .lg\:row-start-5{
    grid-row-start: 5;
  }

  .lg\:row-start-6{
    grid-row-start: 6;
  }

  .lg\:row-start-7{
    grid-row-start: 7;
  }

  .lg\:row-start-auto{
    grid-row-start: auto;
  }

  .lg\:row-end-1{
    grid-row-end: 1;
  }

  .lg\:row-end-2{
    grid-row-end: 2;
  }

  .lg\:row-end-3{
    grid-row-end: 3;
  }

  .lg\:row-end-4{
    grid-row-end: 4;
  }

  .lg\:row-end-5{
    grid-row-end: 5;
  }

  .lg\:row-end-6{
    grid-row-end: 6;
  }

  .lg\:row-end-7{
    grid-row-end: 7;
  }

  .lg\:row-end-auto{
    grid-row-end: auto;
  }

  .lg\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:transform-none{
    -webkit-transform: none;
            transform: none;
  }

  .lg\:origin-center{
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  .lg\:origin-top{
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  .lg\:origin-top-right{
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

  .lg\:origin-right{
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  .lg\:origin-bottom-right{
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .lg\:origin-bottom{
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  .lg\:origin-bottom-left{
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .lg\:origin-left{
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  .lg\:origin-top-left{
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  .lg\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:scale-x-0{
    --transform-scale-x: 0;
  }

  .lg\:scale-x-50{
    --transform-scale-x: .5;
  }

  .lg\:scale-x-75{
    --transform-scale-x: .75;
  }

  .lg\:scale-x-90{
    --transform-scale-x: .9;
  }

  .lg\:scale-x-95{
    --transform-scale-x: .95;
  }

  .lg\:scale-x-100{
    --transform-scale-x: 1;
  }

  .lg\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .lg\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .lg\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .lg\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .lg\:scale-y-0{
    --transform-scale-y: 0;
  }

  .lg\:scale-y-50{
    --transform-scale-y: .5;
  }

  .lg\:scale-y-75{
    --transform-scale-y: .75;
  }

  .lg\:scale-y-90{
    --transform-scale-y: .9;
  }

  .lg\:scale-y-95{
    --transform-scale-y: .95;
  }

  .lg\:scale-y-100{
    --transform-scale-y: 1;
  }

  .lg\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .lg\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .lg\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .lg\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .lg\:rotate-0{
    --transform-rotate: 0;
  }

  .lg\:rotate-45{
    --transform-rotate: 45deg;
  }

  .lg\:rotate-90{
    --transform-rotate: 90deg;
  }

  .lg\:rotate-180{
    --transform-rotate: 180deg;
  }

  .lg\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .lg\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .lg\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .lg\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .lg\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .lg\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .lg\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .lg\:translate-x-0{
    --transform-translate-x: 0;
  }

  .lg\:translate-x-1{
    --transform-translate-x: 0.0625rem;
  }

  .lg\:translate-x-2{
    --transform-translate-x: 0.125rem;
  }

  .lg\:translate-x-3{
    --transform-translate-x: 0.1875rem;
  }

  .lg\:translate-x-4{
    --transform-translate-x: 0.25rem;
  }

  .lg\:translate-x-5{
    --transform-translate-x: 0.3125rem;
  }

  .lg\:translate-x-6{
    --transform-translate-x: 0.375rem;
  }

  .lg\:translate-x-8{
    --transform-translate-x: 0.5rem;
  }

  .lg\:translate-x-10{
    --transform-translate-x: 0.625rem;
  }

  .lg\:translate-x-15{
    --transform-translate-x: 0.9375rem;
  }

  .lg\:translate-x-20{
    --transform-translate-x: 1.25rem;
  }

  .lg\:translate-x-25{
    --transform-translate-x: 1.5625rem;
  }

  .lg\:translate-x-30{
    --transform-translate-x: 1.875rem;
  }

  .lg\:translate-x-35{
    --transform-translate-x: 2.1875rem;
  }

  .lg\:translate-x-40{
    --transform-translate-x: 2.5rem;
  }

  .lg\:translate-x-50{
    --transform-translate-x: 3.125rem;
  }

  .lg\:translate-x-60{
    --transform-translate-x: 3.75rem;
  }

  .lg\:translate-x-75{
    --transform-translate-x: 4.6875rem;
  }

  .lg\:translate-x-85{
    --transform-translate-x: 5.3125rem;
  }

  .lg\:translate-x-100{
    --transform-translate-x: 6.25rem;
  }

  .lg\:translate-x-150{
    --transform-translate-x: 9.375rem;
  }

  .lg\:translate-x-175{
    --transform-translate-x: 10.9375rem;
  }

  .lg\:-translate-x-0{
    --transform-translate-x: 0;
  }

  .lg\:-translate-x-1{
    --transform-translate-x: -0.0625rem;
  }

  .lg\:-translate-x-2{
    --transform-translate-x: -0.125rem;
  }

  .lg\:-translate-x-3{
    --transform-translate-x: -0.1875rem;
  }

  .lg\:-translate-x-4{
    --transform-translate-x: -0.25rem;
  }

  .lg\:-translate-x-5{
    --transform-translate-x: -0.3125rem;
  }

  .lg\:-translate-x-6{
    --transform-translate-x: -0.375rem;
  }

  .lg\:-translate-x-8{
    --transform-translate-x: -0.5rem;
  }

  .lg\:-translate-x-10{
    --transform-translate-x: -0.625rem;
  }

  .lg\:-translate-x-15{
    --transform-translate-x: -0.9375rem;
  }

  .lg\:-translate-x-20{
    --transform-translate-x: -1.25rem;
  }

  .lg\:-translate-x-25{
    --transform-translate-x: -1.5625rem;
  }

  .lg\:-translate-x-30{
    --transform-translate-x: -1.875rem;
  }

  .lg\:-translate-x-35{
    --transform-translate-x: -2.1875rem;
  }

  .lg\:-translate-x-40{
    --transform-translate-x: -2.5rem;
  }

  .lg\:-translate-x-50{
    --transform-translate-x: -3.125rem;
  }

  .lg\:-translate-x-60{
    --transform-translate-x: -3.75rem;
  }

  .lg\:-translate-x-75{
    --transform-translate-x: -4.6875rem;
  }

  .lg\:-translate-x-85{
    --transform-translate-x: -5.3125rem;
  }

  .lg\:-translate-x-100{
    --transform-translate-x: -6.25rem;
  }

  .lg\:-translate-x-150{
    --transform-translate-x: -9.375rem;
  }

  .lg\:-translate-x-175{
    --transform-translate-x: -10.9375rem;
  }

  .lg\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .lg\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .lg\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .lg\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .lg\:translate-y-0{
    --transform-translate-y: 0;
  }

  .lg\:translate-y-1{
    --transform-translate-y: 0.0625rem;
  }

  .lg\:translate-y-2{
    --transform-translate-y: 0.125rem;
  }

  .lg\:translate-y-3{
    --transform-translate-y: 0.1875rem;
  }

  .lg\:translate-y-4{
    --transform-translate-y: 0.25rem;
  }

  .lg\:translate-y-5{
    --transform-translate-y: 0.3125rem;
  }

  .lg\:translate-y-6{
    --transform-translate-y: 0.375rem;
  }

  .lg\:translate-y-8{
    --transform-translate-y: 0.5rem;
  }

  .lg\:translate-y-10{
    --transform-translate-y: 0.625rem;
  }

  .lg\:translate-y-15{
    --transform-translate-y: 0.9375rem;
  }

  .lg\:translate-y-20{
    --transform-translate-y: 1.25rem;
  }

  .lg\:translate-y-25{
    --transform-translate-y: 1.5625rem;
  }

  .lg\:translate-y-30{
    --transform-translate-y: 1.875rem;
  }

  .lg\:translate-y-35{
    --transform-translate-y: 2.1875rem;
  }

  .lg\:translate-y-40{
    --transform-translate-y: 2.5rem;
  }

  .lg\:translate-y-50{
    --transform-translate-y: 3.125rem;
  }

  .lg\:translate-y-60{
    --transform-translate-y: 3.75rem;
  }

  .lg\:translate-y-75{
    --transform-translate-y: 4.6875rem;
  }

  .lg\:translate-y-85{
    --transform-translate-y: 5.3125rem;
  }

  .lg\:translate-y-100{
    --transform-translate-y: 6.25rem;
  }

  .lg\:translate-y-150{
    --transform-translate-y: 9.375rem;
  }

  .lg\:translate-y-175{
    --transform-translate-y: 10.9375rem;
  }

  .lg\:-translate-y-0{
    --transform-translate-y: 0;
  }

  .lg\:-translate-y-1{
    --transform-translate-y: -0.0625rem;
  }

  .lg\:-translate-y-2{
    --transform-translate-y: -0.125rem;
  }

  .lg\:-translate-y-3{
    --transform-translate-y: -0.1875rem;
  }

  .lg\:-translate-y-4{
    --transform-translate-y: -0.25rem;
  }

  .lg\:-translate-y-5{
    --transform-translate-y: -0.3125rem;
  }

  .lg\:-translate-y-6{
    --transform-translate-y: -0.375rem;
  }

  .lg\:-translate-y-8{
    --transform-translate-y: -0.5rem;
  }

  .lg\:-translate-y-10{
    --transform-translate-y: -0.625rem;
  }

  .lg\:-translate-y-15{
    --transform-translate-y: -0.9375rem;
  }

  .lg\:-translate-y-20{
    --transform-translate-y: -1.25rem;
  }

  .lg\:-translate-y-25{
    --transform-translate-y: -1.5625rem;
  }

  .lg\:-translate-y-30{
    --transform-translate-y: -1.875rem;
  }

  .lg\:-translate-y-35{
    --transform-translate-y: -2.1875rem;
  }

  .lg\:-translate-y-40{
    --transform-translate-y: -2.5rem;
  }

  .lg\:-translate-y-50{
    --transform-translate-y: -3.125rem;
  }

  .lg\:-translate-y-60{
    --transform-translate-y: -3.75rem;
  }

  .lg\:-translate-y-75{
    --transform-translate-y: -4.6875rem;
  }

  .lg\:-translate-y-85{
    --transform-translate-y: -5.3125rem;
  }

  .lg\:-translate-y-100{
    --transform-translate-y: -6.25rem;
  }

  .lg\:-translate-y-150{
    --transform-translate-y: -9.375rem;
  }

  .lg\:-translate-y-175{
    --transform-translate-y: -10.9375rem;
  }

  .lg\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .lg\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .lg\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .lg\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .lg\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .lg\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.0625rem;
  }

  .lg\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.125rem;
  }

  .lg\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.1875rem;
  }

  .lg\:hover\:translate-x-4:hover{
    --transform-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-5:hover{
    --transform-translate-x: 0.3125rem;
  }

  .lg\:hover\:translate-x-6:hover{
    --transform-translate-x: 0.375rem;
  }

  .lg\:hover\:translate-x-8:hover{
    --transform-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-10:hover{
    --transform-translate-x: 0.625rem;
  }

  .lg\:hover\:translate-x-15:hover{
    --transform-translate-x: 0.9375rem;
  }

  .lg\:hover\:translate-x-20:hover{
    --transform-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-25:hover{
    --transform-translate-x: 1.5625rem;
  }

  .lg\:hover\:translate-x-30:hover{
    --transform-translate-x: 1.875rem;
  }

  .lg\:hover\:translate-x-35:hover{
    --transform-translate-x: 2.1875rem;
  }

  .lg\:hover\:translate-x-40:hover{
    --transform-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-50:hover{
    --transform-translate-x: 3.125rem;
  }

  .lg\:hover\:translate-x-60:hover{
    --transform-translate-x: 3.75rem;
  }

  .lg\:hover\:translate-x-75:hover{
    --transform-translate-x: 4.6875rem;
  }

  .lg\:hover\:translate-x-85:hover{
    --transform-translate-x: 5.3125rem;
  }

  .lg\:hover\:translate-x-100:hover{
    --transform-translate-x: 6.25rem;
  }

  .lg\:hover\:translate-x-150:hover{
    --transform-translate-x: 9.375rem;
  }

  .lg\:hover\:translate-x-175:hover{
    --transform-translate-x: 10.9375rem;
  }

  .lg\:hover\:-translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .lg\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.0625rem;
  }

  .lg\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.125rem;
  }

  .lg\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.1875rem;
  }

  .lg\:hover\:-translate-x-4:hover{
    --transform-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-5:hover{
    --transform-translate-x: -0.3125rem;
  }

  .lg\:hover\:-translate-x-6:hover{
    --transform-translate-x: -0.375rem;
  }

  .lg\:hover\:-translate-x-8:hover{
    --transform-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-10:hover{
    --transform-translate-x: -0.625rem;
  }

  .lg\:hover\:-translate-x-15:hover{
    --transform-translate-x: -0.9375rem;
  }

  .lg\:hover\:-translate-x-20:hover{
    --transform-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-25:hover{
    --transform-translate-x: -1.5625rem;
  }

  .lg\:hover\:-translate-x-30:hover{
    --transform-translate-x: -1.875rem;
  }

  .lg\:hover\:-translate-x-35:hover{
    --transform-translate-x: -2.1875rem;
  }

  .lg\:hover\:-translate-x-40:hover{
    --transform-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-50:hover{
    --transform-translate-x: -3.125rem;
  }

  .lg\:hover\:-translate-x-60:hover{
    --transform-translate-x: -3.75rem;
  }

  .lg\:hover\:-translate-x-75:hover{
    --transform-translate-x: -4.6875rem;
  }

  .lg\:hover\:-translate-x-85:hover{
    --transform-translate-x: -5.3125rem;
  }

  .lg\:hover\:-translate-x-100:hover{
    --transform-translate-x: -6.25rem;
  }

  .lg\:hover\:-translate-x-150:hover{
    --transform-translate-x: -9.375rem;
  }

  .lg\:hover\:-translate-x-175:hover{
    --transform-translate-x: -10.9375rem;
  }

  .lg\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .lg\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .lg\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .lg\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .lg\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.0625rem;
  }

  .lg\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.125rem;
  }

  .lg\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.1875rem;
  }

  .lg\:hover\:translate-y-4:hover{
    --transform-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-5:hover{
    --transform-translate-y: 0.3125rem;
  }

  .lg\:hover\:translate-y-6:hover{
    --transform-translate-y: 0.375rem;
  }

  .lg\:hover\:translate-y-8:hover{
    --transform-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-10:hover{
    --transform-translate-y: 0.625rem;
  }

  .lg\:hover\:translate-y-15:hover{
    --transform-translate-y: 0.9375rem;
  }

  .lg\:hover\:translate-y-20:hover{
    --transform-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-25:hover{
    --transform-translate-y: 1.5625rem;
  }

  .lg\:hover\:translate-y-30:hover{
    --transform-translate-y: 1.875rem;
  }

  .lg\:hover\:translate-y-35:hover{
    --transform-translate-y: 2.1875rem;
  }

  .lg\:hover\:translate-y-40:hover{
    --transform-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-50:hover{
    --transform-translate-y: 3.125rem;
  }

  .lg\:hover\:translate-y-60:hover{
    --transform-translate-y: 3.75rem;
  }

  .lg\:hover\:translate-y-75:hover{
    --transform-translate-y: 4.6875rem;
  }

  .lg\:hover\:translate-y-85:hover{
    --transform-translate-y: 5.3125rem;
  }

  .lg\:hover\:translate-y-100:hover{
    --transform-translate-y: 6.25rem;
  }

  .lg\:hover\:translate-y-150:hover{
    --transform-translate-y: 9.375rem;
  }

  .lg\:hover\:translate-y-175:hover{
    --transform-translate-y: 10.9375rem;
  }

  .lg\:hover\:-translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .lg\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.0625rem;
  }

  .lg\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.125rem;
  }

  .lg\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.1875rem;
  }

  .lg\:hover\:-translate-y-4:hover{
    --transform-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-5:hover{
    --transform-translate-y: -0.3125rem;
  }

  .lg\:hover\:-translate-y-6:hover{
    --transform-translate-y: -0.375rem;
  }

  .lg\:hover\:-translate-y-8:hover{
    --transform-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-10:hover{
    --transform-translate-y: -0.625rem;
  }

  .lg\:hover\:-translate-y-15:hover{
    --transform-translate-y: -0.9375rem;
  }

  .lg\:hover\:-translate-y-20:hover{
    --transform-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-25:hover{
    --transform-translate-y: -1.5625rem;
  }

  .lg\:hover\:-translate-y-30:hover{
    --transform-translate-y: -1.875rem;
  }

  .lg\:hover\:-translate-y-35:hover{
    --transform-translate-y: -2.1875rem;
  }

  .lg\:hover\:-translate-y-40:hover{
    --transform-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-50:hover{
    --transform-translate-y: -3.125rem;
  }

  .lg\:hover\:-translate-y-60:hover{
    --transform-translate-y: -3.75rem;
  }

  .lg\:hover\:-translate-y-75:hover{
    --transform-translate-y: -4.6875rem;
  }

  .lg\:hover\:-translate-y-85:hover{
    --transform-translate-y: -5.3125rem;
  }

  .lg\:hover\:-translate-y-100:hover{
    --transform-translate-y: -6.25rem;
  }

  .lg\:hover\:-translate-y-150:hover{
    --transform-translate-y: -9.375rem;
  }

  .lg\:hover\:-translate-y-175:hover{
    --transform-translate-y: -10.9375rem;
  }

  .lg\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .lg\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .lg\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .lg\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .lg\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.0625rem;
  }

  .lg\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.125rem;
  }

  .lg\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.1875rem;
  }

  .lg\:focus\:translate-x-4:focus{
    --transform-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-5:focus{
    --transform-translate-x: 0.3125rem;
  }

  .lg\:focus\:translate-x-6:focus{
    --transform-translate-x: 0.375rem;
  }

  .lg\:focus\:translate-x-8:focus{
    --transform-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-10:focus{
    --transform-translate-x: 0.625rem;
  }

  .lg\:focus\:translate-x-15:focus{
    --transform-translate-x: 0.9375rem;
  }

  .lg\:focus\:translate-x-20:focus{
    --transform-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-25:focus{
    --transform-translate-x: 1.5625rem;
  }

  .lg\:focus\:translate-x-30:focus{
    --transform-translate-x: 1.875rem;
  }

  .lg\:focus\:translate-x-35:focus{
    --transform-translate-x: 2.1875rem;
  }

  .lg\:focus\:translate-x-40:focus{
    --transform-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-50:focus{
    --transform-translate-x: 3.125rem;
  }

  .lg\:focus\:translate-x-60:focus{
    --transform-translate-x: 3.75rem;
  }

  .lg\:focus\:translate-x-75:focus{
    --transform-translate-x: 4.6875rem;
  }

  .lg\:focus\:translate-x-85:focus{
    --transform-translate-x: 5.3125rem;
  }

  .lg\:focus\:translate-x-100:focus{
    --transform-translate-x: 6.25rem;
  }

  .lg\:focus\:translate-x-150:focus{
    --transform-translate-x: 9.375rem;
  }

  .lg\:focus\:translate-x-175:focus{
    --transform-translate-x: 10.9375rem;
  }

  .lg\:focus\:-translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .lg\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.0625rem;
  }

  .lg\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.125rem;
  }

  .lg\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.1875rem;
  }

  .lg\:focus\:-translate-x-4:focus{
    --transform-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-5:focus{
    --transform-translate-x: -0.3125rem;
  }

  .lg\:focus\:-translate-x-6:focus{
    --transform-translate-x: -0.375rem;
  }

  .lg\:focus\:-translate-x-8:focus{
    --transform-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-10:focus{
    --transform-translate-x: -0.625rem;
  }

  .lg\:focus\:-translate-x-15:focus{
    --transform-translate-x: -0.9375rem;
  }

  .lg\:focus\:-translate-x-20:focus{
    --transform-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-25:focus{
    --transform-translate-x: -1.5625rem;
  }

  .lg\:focus\:-translate-x-30:focus{
    --transform-translate-x: -1.875rem;
  }

  .lg\:focus\:-translate-x-35:focus{
    --transform-translate-x: -2.1875rem;
  }

  .lg\:focus\:-translate-x-40:focus{
    --transform-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-50:focus{
    --transform-translate-x: -3.125rem;
  }

  .lg\:focus\:-translate-x-60:focus{
    --transform-translate-x: -3.75rem;
  }

  .lg\:focus\:-translate-x-75:focus{
    --transform-translate-x: -4.6875rem;
  }

  .lg\:focus\:-translate-x-85:focus{
    --transform-translate-x: -5.3125rem;
  }

  .lg\:focus\:-translate-x-100:focus{
    --transform-translate-x: -6.25rem;
  }

  .lg\:focus\:-translate-x-150:focus{
    --transform-translate-x: -9.375rem;
  }

  .lg\:focus\:-translate-x-175:focus{
    --transform-translate-x: -10.9375rem;
  }

  .lg\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .lg\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .lg\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .lg\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .lg\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.0625rem;
  }

  .lg\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.125rem;
  }

  .lg\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.1875rem;
  }

  .lg\:focus\:translate-y-4:focus{
    --transform-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-5:focus{
    --transform-translate-y: 0.3125rem;
  }

  .lg\:focus\:translate-y-6:focus{
    --transform-translate-y: 0.375rem;
  }

  .lg\:focus\:translate-y-8:focus{
    --transform-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-10:focus{
    --transform-translate-y: 0.625rem;
  }

  .lg\:focus\:translate-y-15:focus{
    --transform-translate-y: 0.9375rem;
  }

  .lg\:focus\:translate-y-20:focus{
    --transform-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-25:focus{
    --transform-translate-y: 1.5625rem;
  }

  .lg\:focus\:translate-y-30:focus{
    --transform-translate-y: 1.875rem;
  }

  .lg\:focus\:translate-y-35:focus{
    --transform-translate-y: 2.1875rem;
  }

  .lg\:focus\:translate-y-40:focus{
    --transform-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-50:focus{
    --transform-translate-y: 3.125rem;
  }

  .lg\:focus\:translate-y-60:focus{
    --transform-translate-y: 3.75rem;
  }

  .lg\:focus\:translate-y-75:focus{
    --transform-translate-y: 4.6875rem;
  }

  .lg\:focus\:translate-y-85:focus{
    --transform-translate-y: 5.3125rem;
  }

  .lg\:focus\:translate-y-100:focus{
    --transform-translate-y: 6.25rem;
  }

  .lg\:focus\:translate-y-150:focus{
    --transform-translate-y: 9.375rem;
  }

  .lg\:focus\:translate-y-175:focus{
    --transform-translate-y: 10.9375rem;
  }

  .lg\:focus\:-translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .lg\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.0625rem;
  }

  .lg\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.125rem;
  }

  .lg\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.1875rem;
  }

  .lg\:focus\:-translate-y-4:focus{
    --transform-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-5:focus{
    --transform-translate-y: -0.3125rem;
  }

  .lg\:focus\:-translate-y-6:focus{
    --transform-translate-y: -0.375rem;
  }

  .lg\:focus\:-translate-y-8:focus{
    --transform-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-10:focus{
    --transform-translate-y: -0.625rem;
  }

  .lg\:focus\:-translate-y-15:focus{
    --transform-translate-y: -0.9375rem;
  }

  .lg\:focus\:-translate-y-20:focus{
    --transform-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-25:focus{
    --transform-translate-y: -1.5625rem;
  }

  .lg\:focus\:-translate-y-30:focus{
    --transform-translate-y: -1.875rem;
  }

  .lg\:focus\:-translate-y-35:focus{
    --transform-translate-y: -2.1875rem;
  }

  .lg\:focus\:-translate-y-40:focus{
    --transform-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-50:focus{
    --transform-translate-y: -3.125rem;
  }

  .lg\:focus\:-translate-y-60:focus{
    --transform-translate-y: -3.75rem;
  }

  .lg\:focus\:-translate-y-75:focus{
    --transform-translate-y: -4.6875rem;
  }

  .lg\:focus\:-translate-y-85:focus{
    --transform-translate-y: -5.3125rem;
  }

  .lg\:focus\:-translate-y-100:focus{
    --transform-translate-y: -6.25rem;
  }

  .lg\:focus\:-translate-y-150:focus{
    --transform-translate-y: -9.375rem;
  }

  .lg\:focus\:-translate-y-175:focus{
    --transform-translate-y: -10.9375rem;
  }

  .lg\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .lg\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .lg\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .lg\:skew-x-0{
    --transform-skew-x: 0;
  }

  .lg\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .lg\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .lg\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .lg\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .lg\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .lg\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .lg\:skew-y-0{
    --transform-skew-y: 0;
  }

  .lg\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .lg\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .lg\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .lg\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .lg\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .lg\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .lg\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .lg\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .lg\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .lg\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .lg\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .lg\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .lg\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .lg\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .lg\:transition-none{
    -webkit-transition-property: none;
    transition-property: none;
  }

  .lg\:transition-all{
    -webkit-transition-property: all;
    transition-property: all;
  }

  .lg\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  }

  .lg\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:transition-opacity{
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .lg\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .lg\:transition-transform{
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .lg\:ease-linear{
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .lg\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:duration-75{
    -webkit-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .lg\:duration-100{
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .lg\:duration-150{
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .lg\:duration-200{
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .lg\:duration-300{
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .lg\:duration-500{
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .lg\:duration-700{
    -webkit-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .lg\:duration-1000{
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }

  .lg\:delay-75{
    -webkit-transition-delay: 75ms;
            transition-delay: 75ms;
  }

  .lg\:delay-100{
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .lg\:delay-150{
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .lg\:delay-200{
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }

  .lg\:delay-300{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }

  .lg\:delay-500{
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }

  .lg\:delay-700{
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
  }

  .lg\:delay-1000{
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }

  .lg\:px-container-purge{
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:pl-container-purge{
    padding-left: 15px;
  }

  .lg\:pr-container-purge{
    padding-right: 15px;
  }

  .lg\:mx-container-purge{
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:ml-container-purge{
    margin-left: 15px;
  }

  .lg\:mr-container-purge{
    margin-right: 15px;
  }

  .lg\:-mx-container-purge{
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:-ml-container-purge{
    margin-left: -15px;
  }

  .lg\:-mr-container-purge{
    margin-right: -15px;
  }

  .lg\:w-container{
    width: 71.875rem;
  }

  .lg\:min-w-container{
    min-width: 71.875rem;
  }

  .lg\:max-w-container{
    max-width: 71.875rem;
  }

  .lg\:px-container{
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }

  .lg\:pl-container{
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
  }

  .lg\:pr-container{
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }

  .lg\:mx-container{
    margin-left: 1.875rem;
    margin-left: var(--container-padding);
    margin-right: 1.875rem;
    margin-right: var(--container-padding);
  }

  .lg\:ml-container{
    margin-left: 1.875rem;
    margin-left: var(--container-padding);
  }

  .lg\:mr-container{
    margin-right: 1.875rem;
    margin-right: var(--container-padding);
  }

  .lg\:-mx-container{
    margin-left: -1.875rem;
    margin-left: var(--container-padding-negative);
    margin-right: -1.875rem;
    margin-right: var(--container-padding-negative);
  }

  .lg\:-ml-container{
    margin-left: -1.875rem;
    margin-left: var(--container-padding-negative);
  }

  .lg\:-mr-container{
    margin-right: -1.875rem;
    margin-right: var(--container-padding-negative);
  }

  .lg\:w-container-sm{
    width: 58.5rem;
  }

  .lg\:min-w-container-sm{
    min-width: 58.5rem;
  }

  .lg\:max-w-container-sm{
    max-width: 58.5rem;
  }

  .lg\:px-container-sm{
    padding-left: 1.875rem;
    padding-left: var(--container-sm-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-sm-padding);
  }

  .lg\:pl-container-sm{
    padding-left: 1.875rem;
    padding-left: var(--container-sm-padding);
  }

  .lg\:pr-container-sm{
    padding-right: 1.875rem;
    padding-right: var(--container-sm-padding);
  }

  .lg\:mx-container-sm{
    margin-left: 1.875rem;
    margin-left: var(--container-sm-padding);
    margin-right: 1.875rem;
    margin-right: var(--container-sm-padding);
  }

  .lg\:ml-container-sm{
    margin-left: 1.875rem;
    margin-left: var(--container-sm-padding);
  }

  .lg\:mr-container-sm{
    margin-right: 1.875rem;
    margin-right: var(--container-sm-padding);
  }

  .lg\:-mx-container-sm{
    margin-left: -1.875rem;
    margin-left: var(--container-sm-padding-negative);
    margin-right: -1.875rem;
    margin-right: var(--container-sm-padding-negative);
  }

  .lg\:-ml-container-sm{
    margin-left: -1.875rem;
    margin-left: var(--container-sm-padding-negative);
  }

  .lg\:-mr-container-sm{
    margin-right: -1.875rem;
    margin-right: var(--container-sm-padding-negative);
  }

  .lg\:w-container-lg{
    width: 81.25rem;
  }

  .lg\:min-w-container-lg{
    min-width: 81.25rem;
  }

  .lg\:max-w-container-lg{
    max-width: 81.25rem;
  }

  .lg\:px-container-lg{
    padding-left: 1.875rem;
    padding-left: var(--container-lg-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-lg-padding);
  }

  .lg\:pl-container-lg{
    padding-left: 1.875rem;
    padding-left: var(--container-lg-padding);
  }

  .lg\:pr-container-lg{
    padding-right: 1.875rem;
    padding-right: var(--container-lg-padding);
  }

  .lg\:mx-container-lg{
    margin-left: 1.875rem;
    margin-left: var(--container-lg-padding);
    margin-right: 1.875rem;
    margin-right: var(--container-lg-padding);
  }

  .lg\:ml-container-lg{
    margin-left: 1.875rem;
    margin-left: var(--container-lg-padding);
  }

  .lg\:mr-container-lg{
    margin-right: 1.875rem;
    margin-right: var(--container-lg-padding);
  }

  .lg\:-mx-container-lg{
    margin-left: -1.875rem;
    margin-left: var(--container-lg-padding-negative);
    margin-right: -1.875rem;
    margin-right: var(--container-lg-padding-negative);
  }

  .lg\:-ml-container-lg{
    margin-left: -1.875rem;
    margin-left: var(--container-lg-padding-negative);
  }

  .lg\:-mr-container-lg{
    margin-right: -1.875rem;
    margin-right: var(--container-lg-padding-negative);
  }
}

@media (min-width: 1280px){
  .xl\:line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .xl\:line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .xl\:line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .xl\:line-clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .xl\:line-clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .xl\:line-clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .xl\:line-clamp-none {
    overflow: visible;
    text-overflow: initial;
    display: block;
    -webkit-line-clamp: none;
    line-clamp: none;
    -webkit-box-orient: horizontal;
  }
  
  .xl\:col-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .xl\:col-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  .xl\:overlap {
    -webkit-transform: translateY(calc(-50% - 3px));
            transform: translateY(calc(-50% - 3px));
  }

  .xl\:overlap100 {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }

  .xl\:overlap-down {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }

  .xl\:btn-block {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
  }

  .xl\:btn-inline {
    display: inline-block;
    width: auto;
  }

  .xl\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0 * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0 * var(--space-y-reverse));
  }

  .xl\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0 * var(--space-x-reverse));
    margin-left: calc(0 * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.0625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.0625rem * var(--space-y-reverse));
  }

  .xl\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.0625rem * var(--space-x-reverse));
    margin-left: calc(0.0625rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--space-y-reverse));
  }

  .xl\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.1875rem * var(--space-y-reverse));
  }

  .xl\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.1875rem * var(--space-x-reverse));
    margin-left: calc(0.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--space-y-reverse));
  }

  .xl\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--space-y-reverse));
  }

  .xl\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--space-y-reverse));
  }

  .xl\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-15 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.9375rem * var(--space-y-reverse));
  }

  .xl\:space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.9375rem * var(--space-x-reverse));
    margin-left: calc(0.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5625rem * var(--space-y-reverse));
  }

  .xl\:space-x-25 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5625rem * var(--space-x-reverse));
    margin-left: calc(1.5625rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-30 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--space-y-reverse));
  }

  .xl\:space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-35 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.1875rem * var(--space-y-reverse));
  }

  .xl\:space-x-35 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.1875rem * var(--space-x-reverse));
    margin-left: calc(2.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-50 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--space-y-reverse));
  }

  .xl\:space-x-50 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .xl\:space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4.6875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.6875rem * var(--space-y-reverse));
  }

  .xl\:space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4.6875rem * var(--space-x-reverse));
    margin-left: calc(4.6875rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-85 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5.3125rem * var(--space-y-reverse));
  }

  .xl\:space-x-85 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5.3125rem * var(--space-x-reverse));
    margin-left: calc(5.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-100 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-100 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9.375rem * var(--space-y-reverse));
  }

  .xl\:space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(9.375rem * var(--space-x-reverse));
    margin-left: calc(9.375rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-175 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10.9375rem * var(--space-y-reverse));
  }

  .xl\:space-x-175 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10.9375rem * var(--space-x-reverse));
    margin-left: calc(10.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xl\:-space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.0625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.0625rem * var(--space-y-reverse));
  }

  .xl\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.0625rem * var(--space-x-reverse));
    margin-left: calc(-0.0625rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--space-y-reverse));
  }

  .xl\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.1875rem * var(--space-y-reverse));
  }

  .xl\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.1875rem * var(--space-x-reverse));
    margin-left: calc(-0.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--space-y-reverse));
  }

  .xl\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--space-y-reverse));
  }

  .xl\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--space-y-reverse));
  }

  .xl\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-15 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.9375rem * var(--space-y-reverse));
  }

  .xl\:-space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.9375rem * var(--space-x-reverse));
    margin-left: calc(-0.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-25 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5625rem * var(--space-y-reverse));
  }

  .xl\:-space-x-25 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5625rem * var(--space-x-reverse));
    margin-left: calc(-1.5625rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-30 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--space-y-reverse));
  }

  .xl\:-space-x-30 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-35 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.1875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.1875rem * var(--space-y-reverse));
  }

  .xl\:-space-x-35 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.1875rem * var(--space-x-reverse));
    margin-left: calc(-2.1875rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-50 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--space-y-reverse));
  }

  .xl\:-space-x-50 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .xl\:-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4.6875rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.6875rem * var(--space-y-reverse));
  }

  .xl\:-space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4.6875rem * var(--space-x-reverse));
    margin-left: calc(-4.6875rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-85 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5.3125rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5.3125rem * var(--space-y-reverse));
  }

  .xl\:-space-x-85 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5.3125rem * var(--space-x-reverse));
    margin-left: calc(-5.3125rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-100 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-100 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-9.375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9.375rem * var(--space-y-reverse));
  }

  .xl\:-space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--space-x-reverse));
    margin-left: calc(-9.375rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-175 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10.9375rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10.9375rem * var(--space-y-reverse));
  }

  .xl\:-space-x-175 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10.9375rem * var(--space-x-reverse));
    margin-left: calc(-10.9375rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .xl\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0 * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0 * var(--divide-y-reverse));
  }

  .xl\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0 * var(--divide-x-reverse));
    border-left-width: calc(0 * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-1 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.0625rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.0625rem * var(--divide-y-reverse));
  }

  .xl\:divide-x-1 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.0625rem * var(--divide-x-reverse));
    border-left-width: calc(0.0625rem * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.125rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.125rem * var(--divide-y-reverse));
  }

  .xl\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.125rem * var(--divide-x-reverse));
    border-left-width: calc(0.125rem * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-3 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.1875rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.1875rem * var(--divide-y-reverse));
  }

  .xl\:divide-x-3 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.1875rem * var(--divide-x-reverse));
    border-left-width: calc(0.1875rem * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.25rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.25rem * var(--divide-y-reverse));
  }

  .xl\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.25rem * var(--divide-x-reverse));
    border-left-width: calc(0.25rem * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-5 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.3125rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.3125rem * var(--divide-y-reverse));
  }

  .xl\:divide-x-5 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.3125rem * var(--divide-x-reverse));
    border-left-width: calc(0.3125rem * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-6 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.375rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.375rem * var(--divide-y-reverse));
  }

  .xl\:divide-x-6 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.375rem * var(--divide-x-reverse));
    border-left-width: calc(0.375rem * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.5rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.5rem * var(--divide-y-reverse));
  }

  .xl\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.5rem * var(--divide-x-reverse));
    border-left-width: calc(0.5rem * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-10 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.625rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.625rem * var(--divide-y-reverse));
  }

  .xl\:divide-x-10 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.625rem * var(--divide-x-reverse));
    border-left-width: calc(0.625rem * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-15 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0.9375rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0.9375rem * var(--divide-y-reverse));
  }

  .xl\:divide-x-15 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0.9375rem * var(--divide-x-reverse));
    border-left-width: calc(0.9375rem * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-20 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1.25rem * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1.25rem * var(--divide-y-reverse));
  }

  .xl\:divide-x-20 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1.25rem * var(--divide-x-reverse));
    border-left-width: calc(1.25rem * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xl\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .xl\:divide-green-100 > :not(template) ~ :not(template){
    border-color: #c5e7c5;
  }

  .xl\:divide-green-300 > :not(template) ~ :not(template){
    border-color: #5ed795;
  }

  .xl\:divide-green-400 > :not(template) ~ :not(template){
    border-color: #68c187;
  }

  .xl\:divide-green-700 > :not(template) ~ :not(template){
    border-color: #2F8355;
  }

  .xl\:divide-green > :not(template) ~ :not(template){
    border-color: #2f8355;
  }

  .xl\:divide-cyan-100 > :not(template) ~ :not(template){
    border-color: #03bdff;
  }

  .xl\:divide-cyan-300 > :not(template) ~ :not(template){
    border-color: #60a7d5;
  }

  .xl\:divide-cyan-400 > :not(template) ~ :not(template){
    border-color: #0092bc;
  }

  .xl\:divide-cyan > :not(template) ~ :not(template){
    border-color: #007fa3;
  }

  .xl\:divide-blue-300 > :not(template) ~ :not(template){
    border-color: #2f63d4;
  }

  .xl\:divide-blue-400 > :not(template) ~ :not(template){
    border-color: #004C97;
  }

  .xl\:divide-blue-500 > :not(template) ~ :not(template){
    border-color: #24458c;
  }

  .xl\:divide-blue-700 > :not(template) ~ :not(template){
    border-color: #004c97;
  }

  .xl\:divide-blue > :not(template) ~ :not(template){
    border-color: #0057b8;
  }

  .xl\:divide-blue-blend > :not(template) ~ :not(template){
    border-color: rgba(32,67,143,.85);
  }

  .xl\:divide-lavender-100 > :not(template) ~ :not(template){
    border-color: #d2a9d3;
  }

  .xl\:divide-lavender-200 > :not(template) ~ :not(template){
    border-color: #957ad1;
  }

  .xl\:divide-lavender > :not(template) ~ :not(template){
    border-color: #8066b7;
  }

  .xl\:divide-red-100 > :not(template) ~ :not(template){
    border-color: #eecbcb;
  }

  .xl\:divide-red-900 > :not(template) ~ :not(template){
    border-color: #ff0000;
  }

  .xl\:divide-red > :not(template) ~ :not(template){
    border-color: #d14732;
  }

  .xl\:divide-orange-100 > :not(template) ~ :not(template){
    border-color: #ffe7b6;
  }

  .xl\:divide-orange-400 > :not(template) ~ :not(template){
    border-color: #ffc146;
  }

  .xl\:divide-orange-700 > :not(template) ~ :not(template){
    border-color: #c45510;
  }

  .xl\:divide-orange-900 > :not(template) ~ :not(template){
    border-color: #8c2e0b;
  }

  .xl\:divide-orange > :not(template) ~ :not(template){
    border-color: #e77530;
  }

  .xl\:divide-yellow-100 > :not(template) ~ :not(template){
    border-color: #f2efe2;
  }

  .xl\:divide-yellow > :not(template) ~ :not(template){
    border-color: #fecb34;
  }

  .xl\:divide-brown-100 > :not(template) ~ :not(template){
    border-color: #cfd2aa;
  }

  .xl\:divide-brown-300 > :not(template) ~ :not(template){
    border-color: #7a7751;
  }

  .xl\:divide-brown > :not(template) ~ :not(template){
    border-color: #735005;
  }

  .xl\:divide-gray-100 > :not(template) ~ :not(template){
    border-color: #f6f6f6;
  }

  .xl\:divide-gray-200 > :not(template) ~ :not(template){
    border-color: #eee;
  }

  .xl\:divide-gray-300 > :not(template) ~ :not(template){
    border-color: #e5e5e5;
  }

  .xl\:divide-gray-400 > :not(template) ~ :not(template){
    border-color: #d8d8d8;
  }

  .xl\:divide-gray-500 > :not(template) ~ :not(template){
    border-color: #ccc;
  }

  .xl\:divide-gray-600 > :not(template) ~ :not(template){
    border-color: #bbb;
  }

  .xl\:divide-gray-800 > :not(template) ~ :not(template){
    border-color: #757575;
  }

  .xl\:divide-gray-900 > :not(template) ~ :not(template){
    border-color: #666;
  }

  .xl\:divide-gray-950 > :not(template) ~ :not(template){
    border-color: #222;
  }

  .xl\:divide-gray > :not(template) ~ :not(template){
    border-color: #999;
  }

  .xl\:divide-black > :not(template) ~ :not(template){
    border-color: #171614;
  }

  .xl\:divide-white > :not(template) ~ :not(template){
    border-color: #fff;
  }

  .xl\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .xl\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

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

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

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

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

  .xl\:bg-green-100{
    background-color: #c5e7c5;
  }

  .xl\:bg-green-300{
    background-color: #5ed795;
  }

  .xl\:bg-green-400{
    background-color: #68c187;
  }

  .xl\:bg-green-700{
    background-color: #2F8355;
  }

  .xl\:bg-green{
    background-color: #2f8355;
  }

  .xl\:bg-cyan-100{
    background-color: #03bdff;
  }

  .xl\:bg-cyan-300{
    background-color: #60a7d5;
  }

  .xl\:bg-cyan-400{
    background-color: #0092bc;
  }

  .xl\:bg-cyan{
    background-color: #007fa3;
  }

  .xl\:bg-blue-300{
    background-color: #2f63d4;
  }

  .xl\:bg-blue-400{
    background-color: #004C97;
  }

  .xl\:bg-blue-500{
    background-color: #24458c;
  }

  .xl\:bg-blue-700{
    background-color: #004c97;
  }

  .xl\:bg-blue{
    background-color: #0057b8;
  }

  .xl\:bg-blue-blend{
    background-color: rgba(32,67,143,.85);
  }

  .xl\:bg-lavender-100{
    background-color: #d2a9d3;
  }

  .xl\:bg-lavender-200{
    background-color: #957ad1;
  }

  .xl\:bg-lavender{
    background-color: #8066b7;
  }

  .xl\:bg-red-100{
    background-color: #eecbcb;
  }

  .xl\:bg-red-900{
    background-color: #ff0000;
  }

  .xl\:bg-red{
    background-color: #d14732;
  }

  .xl\:bg-orange-100{
    background-color: #ffe7b6;
  }

  .xl\:bg-orange-400{
    background-color: #ffc146;
  }

  .xl\:bg-orange-700{
    background-color: #c45510;
  }

  .xl\:bg-orange-900{
    background-color: #8c2e0b;
  }

  .xl\:bg-orange{
    background-color: #e77530;
  }

  .xl\:bg-yellow-100{
    background-color: #f2efe2;
  }

  .xl\:bg-yellow{
    background-color: #fecb34;
  }

  .xl\:bg-brown-100{
    background-color: #cfd2aa;
  }

  .xl\:bg-brown-300{
    background-color: #7a7751;
  }

  .xl\:bg-brown{
    background-color: #735005;
  }

  .xl\:bg-gray-100{
    background-color: #f6f6f6;
  }

  .xl\:bg-gray-200{
    background-color: #eee;
  }

  .xl\:bg-gray-300{
    background-color: #e5e5e5;
  }

  .xl\:bg-gray-400{
    background-color: #d8d8d8;
  }

  .xl\:bg-gray-500{
    background-color: #ccc;
  }

  .xl\:bg-gray-600{
    background-color: #bbb;
  }

  .xl\:bg-gray-800{
    background-color: #757575;
  }

  .xl\:bg-gray-900{
    background-color: #666;
  }

  .xl\:bg-gray-950{
    background-color: #222;
  }

  .xl\:bg-gray{
    background-color: #999;
  }

  .xl\:bg-black{
    background-color: #171614;
  }

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

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

  .xl\:hover\:bg-green-100:hover{
    background-color: #c5e7c5;
  }

  .xl\:hover\:bg-green-300:hover{
    background-color: #5ed795;
  }

  .xl\:hover\:bg-green-400:hover{
    background-color: #68c187;
  }

  .xl\:hover\:bg-green-700:hover{
    background-color: #2F8355;
  }

  .xl\:hover\:bg-green:hover{
    background-color: #2f8355;
  }

  .xl\:hover\:bg-cyan-100:hover{
    background-color: #03bdff;
  }

  .xl\:hover\:bg-cyan-300:hover{
    background-color: #60a7d5;
  }

  .xl\:hover\:bg-cyan-400:hover{
    background-color: #0092bc;
  }

  .xl\:hover\:bg-cyan:hover{
    background-color: #007fa3;
  }

  .xl\:hover\:bg-blue-300:hover{
    background-color: #2f63d4;
  }

  .xl\:hover\:bg-blue-400:hover{
    background-color: #004C97;
  }

  .xl\:hover\:bg-blue-500:hover{
    background-color: #24458c;
  }

  .xl\:hover\:bg-blue-700:hover{
    background-color: #004c97;
  }

  .xl\:hover\:bg-blue:hover{
    background-color: #0057b8;
  }

  .xl\:hover\:bg-blue-blend:hover{
    background-color: rgba(32,67,143,.85);
  }

  .xl\:hover\:bg-lavender-100:hover{
    background-color: #d2a9d3;
  }

  .xl\:hover\:bg-lavender-200:hover{
    background-color: #957ad1;
  }

  .xl\:hover\:bg-lavender:hover{
    background-color: #8066b7;
  }

  .xl\:hover\:bg-red-100:hover{
    background-color: #eecbcb;
  }

  .xl\:hover\:bg-red-900:hover{
    background-color: #ff0000;
  }

  .xl\:hover\:bg-red:hover{
    background-color: #d14732;
  }

  .xl\:hover\:bg-orange-100:hover{
    background-color: #ffe7b6;
  }

  .xl\:hover\:bg-orange-400:hover{
    background-color: #ffc146;
  }

  .xl\:hover\:bg-orange-700:hover{
    background-color: #c45510;
  }

  .xl\:hover\:bg-orange-900:hover{
    background-color: #8c2e0b;
  }

  .xl\:hover\:bg-orange:hover{
    background-color: #e77530;
  }

  .xl\:hover\:bg-yellow-100:hover{
    background-color: #f2efe2;
  }

  .xl\:hover\:bg-yellow:hover{
    background-color: #fecb34;
  }

  .xl\:hover\:bg-brown-100:hover{
    background-color: #cfd2aa;
  }

  .xl\:hover\:bg-brown-300:hover{
    background-color: #7a7751;
  }

  .xl\:hover\:bg-brown:hover{
    background-color: #735005;
  }

  .xl\:hover\:bg-gray-100:hover{
    background-color: #f6f6f6;
  }

  .xl\:hover\:bg-gray-200:hover{
    background-color: #eee;
  }

  .xl\:hover\:bg-gray-300:hover{
    background-color: #e5e5e5;
  }

  .xl\:hover\:bg-gray-400:hover{
    background-color: #d8d8d8;
  }

  .xl\:hover\:bg-gray-500:hover{
    background-color: #ccc;
  }

  .xl\:hover\:bg-gray-600:hover{
    background-color: #bbb;
  }

  .xl\:hover\:bg-gray-800:hover{
    background-color: #757575;
  }

  .xl\:hover\:bg-gray-900:hover{
    background-color: #666;
  }

  .xl\:hover\:bg-gray-950:hover{
    background-color: #222;
  }

  .xl\:hover\:bg-gray:hover{
    background-color: #999;
  }

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

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

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

  .xl\:focus\:bg-green-100:focus{
    background-color: #c5e7c5;
  }

  .xl\:focus\:bg-green-300:focus{
    background-color: #5ed795;
  }

  .xl\:focus\:bg-green-400:focus{
    background-color: #68c187;
  }

  .xl\:focus\:bg-green-700:focus{
    background-color: #2F8355;
  }

  .xl\:focus\:bg-green:focus{
    background-color: #2f8355;
  }

  .xl\:focus\:bg-cyan-100:focus{
    background-color: #03bdff;
  }

  .xl\:focus\:bg-cyan-300:focus{
    background-color: #60a7d5;
  }

  .xl\:focus\:bg-cyan-400:focus{
    background-color: #0092bc;
  }

  .xl\:focus\:bg-cyan:focus{
    background-color: #007fa3;
  }

  .xl\:focus\:bg-blue-300:focus{
    background-color: #2f63d4;
  }

  .xl\:focus\:bg-blue-400:focus{
    background-color: #004C97;
  }

  .xl\:focus\:bg-blue-500:focus{
    background-color: #24458c;
  }

  .xl\:focus\:bg-blue-700:focus{
    background-color: #004c97;
  }

  .xl\:focus\:bg-blue:focus{
    background-color: #0057b8;
  }

  .xl\:focus\:bg-blue-blend:focus{
    background-color: rgba(32,67,143,.85);
  }

  .xl\:focus\:bg-lavender-100:focus{
    background-color: #d2a9d3;
  }

  .xl\:focus\:bg-lavender-200:focus{
    background-color: #957ad1;
  }

  .xl\:focus\:bg-lavender:focus{
    background-color: #8066b7;
  }

  .xl\:focus\:bg-red-100:focus{
    background-color: #eecbcb;
  }

  .xl\:focus\:bg-red-900:focus{
    background-color: #ff0000;
  }

  .xl\:focus\:bg-red:focus{
    background-color: #d14732;
  }

  .xl\:focus\:bg-orange-100:focus{
    background-color: #ffe7b6;
  }

  .xl\:focus\:bg-orange-400:focus{
    background-color: #ffc146;
  }

  .xl\:focus\:bg-orange-700:focus{
    background-color: #c45510;
  }

  .xl\:focus\:bg-orange-900:focus{
    background-color: #8c2e0b;
  }

  .xl\:focus\:bg-orange:focus{
    background-color: #e77530;
  }

  .xl\:focus\:bg-yellow-100:focus{
    background-color: #f2efe2;
  }

  .xl\:focus\:bg-yellow:focus{
    background-color: #fecb34;
  }

  .xl\:focus\:bg-brown-100:focus{
    background-color: #cfd2aa;
  }

  .xl\:focus\:bg-brown-300:focus{
    background-color: #7a7751;
  }

  .xl\:focus\:bg-brown:focus{
    background-color: #735005;
  }

  .xl\:focus\:bg-gray-100:focus{
    background-color: #f6f6f6;
  }

  .xl\:focus\:bg-gray-200:focus{
    background-color: #eee;
  }

  .xl\:focus\:bg-gray-300:focus{
    background-color: #e5e5e5;
  }

  .xl\:focus\:bg-gray-400:focus{
    background-color: #d8d8d8;
  }

  .xl\:focus\:bg-gray-500:focus{
    background-color: #ccc;
  }

  .xl\:focus\:bg-gray-600:focus{
    background-color: #bbb;
  }

  .xl\:focus\:bg-gray-800:focus{
    background-color: #757575;
  }

  .xl\:focus\:bg-gray-900:focus{
    background-color: #666;
  }

  .xl\:focus\:bg-gray-950:focus{
    background-color: #222;
  }

  .xl\:focus\:bg-gray:focus{
    background-color: #999;
  }

  .xl\:focus\:bg-black:focus{
    background-color: #171614;
  }

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

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .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-repeat-round{
    background-repeat: round;
  }

  .xl\:bg-repeat-space{
    background-repeat: space;
  }

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

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

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

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

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

  .xl\:border-green-100{
    border-color: #c5e7c5;
  }

  .xl\:border-green-300{
    border-color: #5ed795;
  }

  .xl\:border-green-400{
    border-color: #68c187;
  }

  .xl\:border-green-700{
    border-color: #2F8355;
  }

  .xl\:border-green{
    border-color: #2f8355;
  }

  .xl\:border-cyan-100{
    border-color: #03bdff;
  }

  .xl\:border-cyan-300{
    border-color: #60a7d5;
  }

  .xl\:border-cyan-400{
    border-color: #0092bc;
  }

  .xl\:border-cyan{
    border-color: #007fa3;
  }

  .xl\:border-blue-300{
    border-color: #2f63d4;
  }

  .xl\:border-blue-400{
    border-color: #004C97;
  }

  .xl\:border-blue-500{
    border-color: #24458c;
  }

  .xl\:border-blue-700{
    border-color: #004c97;
  }

  .xl\:border-blue{
    border-color: #0057b8;
  }

  .xl\:border-blue-blend{
    border-color: rgba(32,67,143,.85);
  }

  .xl\:border-lavender-100{
    border-color: #d2a9d3;
  }

  .xl\:border-lavender-200{
    border-color: #957ad1;
  }

  .xl\:border-lavender{
    border-color: #8066b7;
  }

  .xl\:border-red-100{
    border-color: #eecbcb;
  }

  .xl\:border-red-900{
    border-color: #ff0000;
  }

  .xl\:border-red{
    border-color: #d14732;
  }

  .xl\:border-orange-100{
    border-color: #ffe7b6;
  }

  .xl\:border-orange-400{
    border-color: #ffc146;
  }

  .xl\:border-orange-700{
    border-color: #c45510;
  }

  .xl\:border-orange-900{
    border-color: #8c2e0b;
  }

  .xl\:border-orange{
    border-color: #e77530;
  }

  .xl\:border-yellow-100{
    border-color: #f2efe2;
  }

  .xl\:border-yellow{
    border-color: #fecb34;
  }

  .xl\:border-brown-100{
    border-color: #cfd2aa;
  }

  .xl\:border-brown-300{
    border-color: #7a7751;
  }

  .xl\:border-brown{
    border-color: #735005;
  }

  .xl\:border-gray-100{
    border-color: #f6f6f6;
  }

  .xl\:border-gray-200{
    border-color: #eee;
  }

  .xl\:border-gray-300{
    border-color: #e5e5e5;
  }

  .xl\:border-gray-400{
    border-color: #d8d8d8;
  }

  .xl\:border-gray-500{
    border-color: #ccc;
  }

  .xl\:border-gray-600{
    border-color: #bbb;
  }

  .xl\:border-gray-800{
    border-color: #757575;
  }

  .xl\:border-gray-900{
    border-color: #666;
  }

  .xl\:border-gray-950{
    border-color: #222;
  }

  .xl\:border-gray{
    border-color: #999;
  }

  .xl\:border-black{
    border-color: #171614;
  }

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

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

  .xl\:hover\:border-green-100:hover{
    border-color: #c5e7c5;
  }

  .xl\:hover\:border-green-300:hover{
    border-color: #5ed795;
  }

  .xl\:hover\:border-green-400:hover{
    border-color: #68c187;
  }

  .xl\:hover\:border-green-700:hover{
    border-color: #2F8355;
  }

  .xl\:hover\:border-green:hover{
    border-color: #2f8355;
  }

  .xl\:hover\:border-cyan-100:hover{
    border-color: #03bdff;
  }

  .xl\:hover\:border-cyan-300:hover{
    border-color: #60a7d5;
  }

  .xl\:hover\:border-cyan-400:hover{
    border-color: #0092bc;
  }

  .xl\:hover\:border-cyan:hover{
    border-color: #007fa3;
  }

  .xl\:hover\:border-blue-300:hover{
    border-color: #2f63d4;
  }

  .xl\:hover\:border-blue-400:hover{
    border-color: #004C97;
  }

  .xl\:hover\:border-blue-500:hover{
    border-color: #24458c;
  }

  .xl\:hover\:border-blue-700:hover{
    border-color: #004c97;
  }

  .xl\:hover\:border-blue:hover{
    border-color: #0057b8;
  }

  .xl\:hover\:border-blue-blend:hover{
    border-color: rgba(32,67,143,.85);
  }

  .xl\:hover\:border-lavender-100:hover{
    border-color: #d2a9d3;
  }

  .xl\:hover\:border-lavender-200:hover{
    border-color: #957ad1;
  }

  .xl\:hover\:border-lavender:hover{
    border-color: #8066b7;
  }

  .xl\:hover\:border-red-100:hover{
    border-color: #eecbcb;
  }

  .xl\:hover\:border-red-900:hover{
    border-color: #ff0000;
  }

  .xl\:hover\:border-red:hover{
    border-color: #d14732;
  }

  .xl\:hover\:border-orange-100:hover{
    border-color: #ffe7b6;
  }

  .xl\:hover\:border-orange-400:hover{
    border-color: #ffc146;
  }

  .xl\:hover\:border-orange-700:hover{
    border-color: #c45510;
  }

  .xl\:hover\:border-orange-900:hover{
    border-color: #8c2e0b;
  }

  .xl\:hover\:border-orange:hover{
    border-color: #e77530;
  }

  .xl\:hover\:border-yellow-100:hover{
    border-color: #f2efe2;
  }

  .xl\:hover\:border-yellow:hover{
    border-color: #fecb34;
  }

  .xl\:hover\:border-brown-100:hover{
    border-color: #cfd2aa;
  }

  .xl\:hover\:border-brown-300:hover{
    border-color: #7a7751;
  }

  .xl\:hover\:border-brown:hover{
    border-color: #735005;
  }

  .xl\:hover\:border-gray-100:hover{
    border-color: #f6f6f6;
  }

  .xl\:hover\:border-gray-200:hover{
    border-color: #eee;
  }

  .xl\:hover\:border-gray-300:hover{
    border-color: #e5e5e5;
  }

  .xl\:hover\:border-gray-400:hover{
    border-color: #d8d8d8;
  }

  .xl\:hover\:border-gray-500:hover{
    border-color: #ccc;
  }

  .xl\:hover\:border-gray-600:hover{
    border-color: #bbb;
  }

  .xl\:hover\:border-gray-800:hover{
    border-color: #757575;
  }

  .xl\:hover\:border-gray-900:hover{
    border-color: #666;
  }

  .xl\:hover\:border-gray-950:hover{
    border-color: #222;
  }

  .xl\:hover\:border-gray:hover{
    border-color: #999;
  }

  .xl\:hover\:border-black:hover{
    border-color: #171614;
  }

  .xl\:hover\:border-white:hover{
    border-color: #fff;
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xl\:focus\:border-green-100:focus{
    border-color: #c5e7c5;
  }

  .xl\:focus\:border-green-300:focus{
    border-color: #5ed795;
  }

  .xl\:focus\:border-green-400:focus{
    border-color: #68c187;
  }

  .xl\:focus\:border-green-700:focus{
    border-color: #2F8355;
  }

  .xl\:focus\:border-green:focus{
    border-color: #2f8355;
  }

  .xl\:focus\:border-cyan-100:focus{
    border-color: #03bdff;
  }

  .xl\:focus\:border-cyan-300:focus{
    border-color: #60a7d5;
  }

  .xl\:focus\:border-cyan-400:focus{
    border-color: #0092bc;
  }

  .xl\:focus\:border-cyan:focus{
    border-color: #007fa3;
  }

  .xl\:focus\:border-blue-300:focus{
    border-color: #2f63d4;
  }

  .xl\:focus\:border-blue-400:focus{
    border-color: #004C97;
  }

  .xl\:focus\:border-blue-500:focus{
    border-color: #24458c;
  }

  .xl\:focus\:border-blue-700:focus{
    border-color: #004c97;
  }

  .xl\:focus\:border-blue:focus{
    border-color: #0057b8;
  }

  .xl\:focus\:border-blue-blend:focus{
    border-color: rgba(32,67,143,.85);
  }

  .xl\:focus\:border-lavender-100:focus{
    border-color: #d2a9d3;
  }

  .xl\:focus\:border-lavender-200:focus{
    border-color: #957ad1;
  }

  .xl\:focus\:border-lavender:focus{
    border-color: #8066b7;
  }

  .xl\:focus\:border-red-100:focus{
    border-color: #eecbcb;
  }

  .xl\:focus\:border-red-900:focus{
    border-color: #ff0000;
  }

  .xl\:focus\:border-red:focus{
    border-color: #d14732;
  }

  .xl\:focus\:border-orange-100:focus{
    border-color: #ffe7b6;
  }

  .xl\:focus\:border-orange-400:focus{
    border-color: #ffc146;
  }

  .xl\:focus\:border-orange-700:focus{
    border-color: #c45510;
  }

  .xl\:focus\:border-orange-900:focus{
    border-color: #8c2e0b;
  }

  .xl\:focus\:border-orange:focus{
    border-color: #e77530;
  }

  .xl\:focus\:border-yellow-100:focus{
    border-color: #f2efe2;
  }

  .xl\:focus\:border-yellow:focus{
    border-color: #fecb34;
  }

  .xl\:focus\:border-brown-100:focus{
    border-color: #cfd2aa;
  }

  .xl\:focus\:border-brown-300:focus{
    border-color: #7a7751;
  }

  .xl\:focus\:border-brown:focus{
    border-color: #735005;
  }

  .xl\:focus\:border-gray-100:focus{
    border-color: #f6f6f6;
  }

  .xl\:focus\:border-gray-200:focus{
    border-color: #eee;
  }

  .xl\:focus\:border-gray-300:focus{
    border-color: #e5e5e5;
  }

  .xl\:focus\:border-gray-400:focus{
    border-color: #d8d8d8;
  }

  .xl\:focus\:border-gray-500:focus{
    border-color: #ccc;
  }

  .xl\:focus\:border-gray-600:focus{
    border-color: #bbb;
  }

  .xl\:focus\:border-gray-800:focus{
    border-color: #757575;
  }

  .xl\:focus\:border-gray-900:focus{
    border-color: #666;
  }

  .xl\:focus\:border-gray-950:focus{
    border-color: #222;
  }

  .xl\:focus\:border-gray:focus{
    border-color: #999;
  }

  .xl\:focus\:border-black:focus{
    border-color: #171614;
  }

  .xl\:focus\:border-white:focus{
    border-color: #fff;
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xl\:rounded-none{
    border-radius: 0;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xl\:rounded{
    border-radius: 0.25rem;
  }

  .xl\:rounded-md{
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg{
    border-radius: 0.5rem;
  }

  .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: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .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: 0.125rem;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .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-solid{
    border-style: solid;
  }

  .xl\:border-dashed{
    border-style: dashed;
  }

  .xl\:border-dotted{
    border-style: dotted;
  }

  .xl\:border-double{
    border-style: double;
  }

  .xl\:border-none{
    border-style: none;
  }

  .xl\:border-0{
    border-width: 0;
  }

  .xl\:border-1{
    border-width: 0.0625rem;
  }

  .xl\:border-2{
    border-width: 0.125rem;
  }

  .xl\:border-3{
    border-width: 0.1875rem;
  }

  .xl\:border-4{
    border-width: 0.25rem;
  }

  .xl\:border-5{
    border-width: 0.3125rem;
  }

  .xl\:border-6{
    border-width: 0.375rem;
  }

  .xl\:border-8{
    border-width: 0.5rem;
  }

  .xl\:border-10{
    border-width: 0.625rem;
  }

  .xl\:border-15{
    border-width: 0.9375rem;
  }

  .xl\:border-20{
    border-width: 1.25rem;
  }

  .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-1{
    border-top-width: 0.0625rem;
  }

  .xl\:border-r-1{
    border-right-width: 0.0625rem;
  }

  .xl\:border-b-1{
    border-bottom-width: 0.0625rem;
  }

  .xl\:border-l-1{
    border-left-width: 0.0625rem;
  }

  .xl\:border-t-2{
    border-top-width: 0.125rem;
  }

  .xl\:border-r-2{
    border-right-width: 0.125rem;
  }

  .xl\:border-b-2{
    border-bottom-width: 0.125rem;
  }

  .xl\:border-l-2{
    border-left-width: 0.125rem;
  }

  .xl\:border-t-3{
    border-top-width: 0.1875rem;
  }

  .xl\:border-r-3{
    border-right-width: 0.1875rem;
  }

  .xl\:border-b-3{
    border-bottom-width: 0.1875rem;
  }

  .xl\:border-l-3{
    border-left-width: 0.1875rem;
  }

  .xl\:border-t-4{
    border-top-width: 0.25rem;
  }

  .xl\:border-r-4{
    border-right-width: 0.25rem;
  }

  .xl\:border-b-4{
    border-bottom-width: 0.25rem;
  }

  .xl\:border-l-4{
    border-left-width: 0.25rem;
  }

  .xl\:border-t-5{
    border-top-width: 0.3125rem;
  }

  .xl\:border-r-5{
    border-right-width: 0.3125rem;
  }

  .xl\:border-b-5{
    border-bottom-width: 0.3125rem;
  }

  .xl\:border-l-5{
    border-left-width: 0.3125rem;
  }

  .xl\:border-t-6{
    border-top-width: 0.375rem;
  }

  .xl\:border-r-6{
    border-right-width: 0.375rem;
  }

  .xl\:border-b-6{
    border-bottom-width: 0.375rem;
  }

  .xl\:border-l-6{
    border-left-width: 0.375rem;
  }

  .xl\:border-t-8{
    border-top-width: 0.5rem;
  }

  .xl\:border-r-8{
    border-right-width: 0.5rem;
  }

  .xl\:border-b-8{
    border-bottom-width: 0.5rem;
  }

  .xl\:border-l-8{
    border-left-width: 0.5rem;
  }

  .xl\:border-t-10{
    border-top-width: 0.625rem;
  }

  .xl\:border-r-10{
    border-right-width: 0.625rem;
  }

  .xl\:border-b-10{
    border-bottom-width: 0.625rem;
  }

  .xl\:border-l-10{
    border-left-width: 0.625rem;
  }

  .xl\:border-t-15{
    border-top-width: 0.9375rem;
  }

  .xl\:border-r-15{
    border-right-width: 0.9375rem;
  }

  .xl\:border-b-15{
    border-bottom-width: 0.9375rem;
  }

  .xl\:border-l-15{
    border-left-width: 0.9375rem;
  }

  .xl\:border-t-20{
    border-top-width: 1.25rem;
  }

  .xl\:border-r-20{
    border-right-width: 1.25rem;
  }

  .xl\:border-b-20{
    border-bottom-width: 1.25rem;
  }

  .xl\:border-l-20{
    border-left-width: 1.25rem;
  }

  .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\:first\:border-0:first-child{
    border-width: 0;
  }

  .xl\:first\:border-1:first-child{
    border-width: 0.0625rem;
  }

  .xl\:first\:border-2:first-child{
    border-width: 0.125rem;
  }

  .xl\:first\:border-3:first-child{
    border-width: 0.1875rem;
  }

  .xl\:first\:border-4:first-child{
    border-width: 0.25rem;
  }

  .xl\:first\:border-5:first-child{
    border-width: 0.3125rem;
  }

  .xl\:first\:border-6:first-child{
    border-width: 0.375rem;
  }

  .xl\:first\:border-8:first-child{
    border-width: 0.5rem;
  }

  .xl\:first\:border-10:first-child{
    border-width: 0.625rem;
  }

  .xl\:first\:border-15:first-child{
    border-width: 0.9375rem;
  }

  .xl\:first\:border-20:first-child{
    border-width: 1.25rem;
  }

  .xl\:first\:border:first-child{
    border-width: 1px;
  }

  .xl\:first\:border-t-0:first-child{
    border-top-width: 0;
  }

  .xl\:first\:border-r-0:first-child{
    border-right-width: 0;
  }

  .xl\:first\:border-b-0:first-child{
    border-bottom-width: 0;
  }

  .xl\:first\:border-l-0:first-child{
    border-left-width: 0;
  }

  .xl\:first\:border-t-1:first-child{
    border-top-width: 0.0625rem;
  }

  .xl\:first\:border-r-1:first-child{
    border-right-width: 0.0625rem;
  }

  .xl\:first\:border-b-1:first-child{
    border-bottom-width: 0.0625rem;
  }

  .xl\:first\:border-l-1:first-child{
    border-left-width: 0.0625rem;
  }

  .xl\:first\:border-t-2:first-child{
    border-top-width: 0.125rem;
  }

  .xl\:first\:border-r-2:first-child{
    border-right-width: 0.125rem;
  }

  .xl\:first\:border-b-2:first-child{
    border-bottom-width: 0.125rem;
  }

  .xl\:first\:border-l-2:first-child{
    border-left-width: 0.125rem;
  }

  .xl\:first\:border-t-3:first-child{
    border-top-width: 0.1875rem;
  }

  .xl\:first\:border-r-3:first-child{
    border-right-width: 0.1875rem;
  }

  .xl\:first\:border-b-3:first-child{
    border-bottom-width: 0.1875rem;
  }

  .xl\:first\:border-l-3:first-child{
    border-left-width: 0.1875rem;
  }

  .xl\:first\:border-t-4:first-child{
    border-top-width: 0.25rem;
  }

  .xl\:first\:border-r-4:first-child{
    border-right-width: 0.25rem;
  }

  .xl\:first\:border-b-4:first-child{
    border-bottom-width: 0.25rem;
  }

  .xl\:first\:border-l-4:first-child{
    border-left-width: 0.25rem;
  }

  .xl\:first\:border-t-5:first-child{
    border-top-width: 0.3125rem;
  }

  .xl\:first\:border-r-5:first-child{
    border-right-width: 0.3125rem;
  }

  .xl\:first\:border-b-5:first-child{
    border-bottom-width: 0.3125rem;
  }

  .xl\:first\:border-l-5:first-child{
    border-left-width: 0.3125rem;
  }

  .xl\:first\:border-t-6:first-child{
    border-top-width: 0.375rem;
  }

  .xl\:first\:border-r-6:first-child{
    border-right-width: 0.375rem;
  }

  .xl\:first\:border-b-6:first-child{
    border-bottom-width: 0.375rem;
  }

  .xl\:first\:border-l-6:first-child{
    border-left-width: 0.375rem;
  }

  .xl\:first\:border-t-8:first-child{
    border-top-width: 0.5rem;
  }

  .xl\:first\:border-r-8:first-child{
    border-right-width: 0.5rem;
  }

  .xl\:first\:border-b-8:first-child{
    border-bottom-width: 0.5rem;
  }

  .xl\:first\:border-l-8:first-child{
    border-left-width: 0.5rem;
  }

  .xl\:first\:border-t-10:first-child{
    border-top-width: 0.625rem;
  }

  .xl\:first\:border-r-10:first-child{
    border-right-width: 0.625rem;
  }

  .xl\:first\:border-b-10:first-child{
    border-bottom-width: 0.625rem;
  }

  .xl\:first\:border-l-10:first-child{
    border-left-width: 0.625rem;
  }

  .xl\:first\:border-t-15:first-child{
    border-top-width: 0.9375rem;
  }

  .xl\:first\:border-r-15:first-child{
    border-right-width: 0.9375rem;
  }

  .xl\:first\:border-b-15:first-child{
    border-bottom-width: 0.9375rem;
  }

  .xl\:first\:border-l-15:first-child{
    border-left-width: 0.9375rem;
  }

  .xl\:first\:border-t-20:first-child{
    border-top-width: 1.25rem;
  }

  .xl\:first\:border-r-20:first-child{
    border-right-width: 1.25rem;
  }

  .xl\:first\:border-b-20:first-child{
    border-bottom-width: 1.25rem;
  }

  .xl\:first\:border-l-20:first-child{
    border-left-width: 1.25rem;
  }

  .xl\:first\:border-t:first-child{
    border-top-width: 1px;
  }

  .xl\:first\:border-r:first-child{
    border-right-width: 1px;
  }

  .xl\:first\:border-b:first-child{
    border-bottom-width: 1px;
  }

  .xl\:first\:border-l:first-child{
    border-left-width: 1px;
  }

  .xl\:last\:border-0:last-child{
    border-width: 0;
  }

  .xl\:last\:border-1:last-child{
    border-width: 0.0625rem;
  }

  .xl\:last\:border-2:last-child{
    border-width: 0.125rem;
  }

  .xl\:last\:border-3:last-child{
    border-width: 0.1875rem;
  }

  .xl\:last\:border-4:last-child{
    border-width: 0.25rem;
  }

  .xl\:last\:border-5:last-child{
    border-width: 0.3125rem;
  }

  .xl\:last\:border-6:last-child{
    border-width: 0.375rem;
  }

  .xl\:last\:border-8:last-child{
    border-width: 0.5rem;
  }

  .xl\:last\:border-10:last-child{
    border-width: 0.625rem;
  }

  .xl\:last\:border-15:last-child{
    border-width: 0.9375rem;
  }

  .xl\:last\:border-20:last-child{
    border-width: 1.25rem;
  }

  .xl\:last\:border:last-child{
    border-width: 1px;
  }

  .xl\:last\:border-t-0:last-child{
    border-top-width: 0;
  }

  .xl\:last\:border-r-0:last-child{
    border-right-width: 0;
  }

  .xl\:last\:border-b-0:last-child{
    border-bottom-width: 0;
  }

  .xl\:last\:border-l-0:last-child{
    border-left-width: 0;
  }

  .xl\:last\:border-t-1:last-child{
    border-top-width: 0.0625rem;
  }

  .xl\:last\:border-r-1:last-child{
    border-right-width: 0.0625rem;
  }

  .xl\:last\:border-b-1:last-child{
    border-bottom-width: 0.0625rem;
  }

  .xl\:last\:border-l-1:last-child{
    border-left-width: 0.0625rem;
  }

  .xl\:last\:border-t-2:last-child{
    border-top-width: 0.125rem;
  }

  .xl\:last\:border-r-2:last-child{
    border-right-width: 0.125rem;
  }

  .xl\:last\:border-b-2:last-child{
    border-bottom-width: 0.125rem;
  }

  .xl\:last\:border-l-2:last-child{
    border-left-width: 0.125rem;
  }

  .xl\:last\:border-t-3:last-child{
    border-top-width: 0.1875rem;
  }

  .xl\:last\:border-r-3:last-child{
    border-right-width: 0.1875rem;
  }

  .xl\:last\:border-b-3:last-child{
    border-bottom-width: 0.1875rem;
  }

  .xl\:last\:border-l-3:last-child{
    border-left-width: 0.1875rem;
  }

  .xl\:last\:border-t-4:last-child{
    border-top-width: 0.25rem;
  }

  .xl\:last\:border-r-4:last-child{
    border-right-width: 0.25rem;
  }

  .xl\:last\:border-b-4:last-child{
    border-bottom-width: 0.25rem;
  }

  .xl\:last\:border-l-4:last-child{
    border-left-width: 0.25rem;
  }

  .xl\:last\:border-t-5:last-child{
    border-top-width: 0.3125rem;
  }

  .xl\:last\:border-r-5:last-child{
    border-right-width: 0.3125rem;
  }

  .xl\:last\:border-b-5:last-child{
    border-bottom-width: 0.3125rem;
  }

  .xl\:last\:border-l-5:last-child{
    border-left-width: 0.3125rem;
  }

  .xl\:last\:border-t-6:last-child{
    border-top-width: 0.375rem;
  }

  .xl\:last\:border-r-6:last-child{
    border-right-width: 0.375rem;
  }

  .xl\:last\:border-b-6:last-child{
    border-bottom-width: 0.375rem;
  }

  .xl\:last\:border-l-6:last-child{
    border-left-width: 0.375rem;
  }

  .xl\:last\:border-t-8:last-child{
    border-top-width: 0.5rem;
  }

  .xl\:last\:border-r-8:last-child{
    border-right-width: 0.5rem;
  }

  .xl\:last\:border-b-8:last-child{
    border-bottom-width: 0.5rem;
  }

  .xl\:last\:border-l-8:last-child{
    border-left-width: 0.5rem;
  }

  .xl\:last\:border-t-10:last-child{
    border-top-width: 0.625rem;
  }

  .xl\:last\:border-r-10:last-child{
    border-right-width: 0.625rem;
  }

  .xl\:last\:border-b-10:last-child{
    border-bottom-width: 0.625rem;
  }

  .xl\:last\:border-l-10:last-child{
    border-left-width: 0.625rem;
  }

  .xl\:last\:border-t-15:last-child{
    border-top-width: 0.9375rem;
  }

  .xl\:last\:border-r-15:last-child{
    border-right-width: 0.9375rem;
  }

  .xl\:last\:border-b-15:last-child{
    border-bottom-width: 0.9375rem;
  }

  .xl\:last\:border-l-15:last-child{
    border-left-width: 0.9375rem;
  }

  .xl\:last\:border-t-20:last-child{
    border-top-width: 1.25rem;
  }

  .xl\:last\:border-r-20:last-child{
    border-right-width: 1.25rem;
  }

  .xl\:last\:border-b-20:last-child{
    border-bottom-width: 1.25rem;
  }

  .xl\:last\:border-l-20:last-child{
    border-left-width: 1.25rem;
  }

  .xl\:last\:border-t:last-child{
    border-top-width: 1px;
  }

  .xl\:last\:border-r:last-child{
    border-right-width: 1px;
  }

  .xl\:last\:border-b:last-child{
    border-bottom-width: 1px;
  }

  .xl\:last\:border-l:last-child{
    border-left-width: 1px;
  }

  .xl\:box-border{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .xl\:box-content{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .xl\:cursor-auto{
    cursor: auto;
  }

  .xl\:cursor-default{
    cursor: default;
  }

  .xl\:cursor-pointer{
    cursor: pointer;
  }

  .xl\:cursor-wait{
    cursor: wait;
  }

  .xl\:cursor-text{
    cursor: text;
  }

  .xl\:cursor-move{
    cursor: move;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline-block{
    display: inline-block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flow-root{
    display: flow-root;
  }

  .xl\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:inline-flex{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:inline-grid{
    display: inline-grid;
  }

  .xl\:table{
    display: table;
  }

  .xl\:table-caption{
    display: table-caption;
  }

  .xl\:table-cell{
    display: table-cell;
  }

  .xl\:table-column{
    display: table-column;
  }

  .xl\:table-column-group{
    display: table-column-group;
  }

  .xl\:table-footer-group{
    display: table-footer-group;
  }

  .xl\:table-header-group{
    display: table-header-group;
  }

  .xl\:table-row-group{
    display: table-row-group;
  }

  .xl\:table-row{
    display: table-row;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xl\:flex-row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xl\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xl\:flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xl\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xl\:items-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xl\:items-end{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xl\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xl\:items-baseline{
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xl\:items-stretch{
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xl\:self-auto{
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .xl\:self-start{
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .xl\:self-end{
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .xl\:self-center{
    -ms-flex-item-align: center;
        align-self: center;
  }

  .xl\:self-stretch{
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .xl\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xl\:justify-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xl\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xl\:justify-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xl\:justify-around{
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .xl\:justify-evenly{
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .xl\:content-center{
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .xl\:content-start{
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .xl\:content-end{
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .xl\:content-between{
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .xl\:content-around{
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .xl\:flex-1{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1;
  }

  .xl\:flex-auto{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .xl\:flex-initial{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .xl\:flex-none{
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .xl\:flex-1\/3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }

  .xl\:flex-1\/3-up{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
  }

  .xl\:flex-2\/3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
  }

  .xl\:flex-1\/4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .xl\:flex-1\/2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .xl\:flex-2\/4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .xl\:flex-3\/4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .xl\:flex-1\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .xl\:flex-2\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .xl\:flex-3\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .xl\:flex-4\/5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }

  .xl\:flex-gminor{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.2%;
            flex: 0 0 38.2%;
  }

  .xl\:flex-gmajor{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61.8%;
            flex: 0 0 61.8%;
  }

  .xl\:flex-fill{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .xl\:flex-grow-0{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xl\:flex-grow{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xl\:flex-shrink-0{
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .xl\:flex-shrink{
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xl\:order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xl\:order-2{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xl\:order-3{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xl\:order-4{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xl\:order-5{
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xl\:order-6{
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .xl\:order-7{
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .xl\:order-8{
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .xl\:order-9{
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .xl\:order-10{
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .xl\:order-11{
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .xl\:order-12{
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .xl\:order-first{
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .xl\:order-last{
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .xl\:order-none{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 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\:clear-left{
    clear: left;
  }

  .xl\:clear-right{
    clear: right;
  }

  .xl\:clear-both{
    clear: both;
  }

  .xl\:clear-none{
    clear: none;
  }

  .xl\:font-sansblack{
    font-family: "ff-meta-web-pro-bold", Arial, Verdana, Tahoma, sans-serif;
  }

  .xl\:font-sans{
    font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif;
  }

  .xl\:font-serif{
    font-family: "freight-text-pro", "Times New Roman", Georgia, Garamond, serif;
  }

  .xl\:font-hairline{
    font-weight: 100;
  }

  .xl\:font-thin{
    font-weight: 200;
  }

  .xl\:font-light{
    font-weight: 300;
  }

  .xl\:font-normal{
    font-weight: 400;
  }

  .xl\:font-medium{
    font-weight: 500;
  }

  .xl\:font-semibold{
    font-weight: 600;
  }

  .xl\:font-bold{
    font-weight: 700;
  }

  .xl\:font-extrabold{
    font-weight: 800;
  }

  .xl\:font-black{
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover{
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover{
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus{
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus{
    font-weight: 900;
  }

  .xl\:h-0{
    height: 0;
  }

  .xl\:h-1{
    height: 0.0625rem;
  }

  .xl\:h-2{
    height: 0.125rem;
  }

  .xl\:h-3{
    height: 0.1875rem;
  }

  .xl\:h-4{
    height: 0.25rem;
  }

  .xl\:h-5{
    height: 0.3125rem;
  }

  .xl\:h-6{
    height: 0.375rem;
  }

  .xl\:h-8{
    height: 0.5rem;
  }

  .xl\:h-10{
    height: 0.625rem;
  }

  .xl\:h-15{
    height: 0.9375rem;
  }

  .xl\:h-20{
    height: 1.25rem;
  }

  .xl\:h-25{
    height: 1.5625rem;
  }

  .xl\:h-30{
    height: 1.875rem;
  }

  .xl\:h-35{
    height: 2.1875rem;
  }

  .xl\:h-40{
    height: 2.5rem;
  }

  .xl\:h-50{
    height: 3.125rem;
  }

  .xl\:h-60{
    height: 3.75rem;
  }

  .xl\:h-70{
    height: 4.375rem;
  }

  .xl\:h-75{
    height: 4.6875rem;
  }

  .xl\:h-80{
    height: 5rem;
  }

  .xl\:h-85{
    height: 5.3125rem;
  }

  .xl\:h-90{
    height: 5.625rem;
  }

  .xl\:h-100{
    height: 6.25rem;
  }

  .xl\:h-110{
    height: 6.875rem;
  }

  .xl\:h-120{
    height: 7.5rem;
  }

  .xl\:h-130{
    height: 8.125rem;
  }

  .xl\:h-140{
    height: 8.75rem;
  }

  .xl\:h-150{
    height: 9.375rem;
  }

  .xl\:h-160{
    height: 10rem;
  }

  .xl\:h-170{
    height: 10.625rem;
  }

  .xl\:h-175{
    height: 10.9375rem;
  }

  .xl\:h-180{
    height: 11.25rem;
  }

  .xl\:h-190{
    height: 11.875rem;
  }

  .xl\:h-200{
    height: 12.5rem;
  }

  .xl\:h-225{
    height: 14.0625rem;
  }

  .xl\:h-250{
    height: 15.625rem;
  }

  .xl\:h-300{
    height: 18.75rem;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-screen{
    height: 100vh;
  }

  .xl\:text-xs{
    font-size: 0.75rem;
  }

  .xl\:text-sm{
    font-size: 0.875rem;
  }

  .xl\:text-base{
    font-size: 1rem;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
  }

  .xl\:text-xl{
    font-size: 1.3125rem;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
  }

  .xl\:text-3xl{
    font-size: 1.75rem;
  }

  .xl\:text-4xl{
    font-size: 2.25rem;
  }

  .xl\:text-5xl{
    font-size: 2.5rem;
  }

  .xl\:text-6xl{
    font-size: 3rem;
  }

  .xl\:text-7xl{
    font-size: 3.625rem;
  }

  .xl\:text-8xl{
    font-size: 4.6875rem;
  }

  .xl\:text-9xl{
    font-size: 6.25rem;
  }

  .xl\:leading-3{
    line-height: .75rem;
  }

  .xl\:leading-4{
    line-height: 1rem;
  }

  .xl\:leading-5{
    line-height: 1.25rem;
  }

  .xl\:leading-6{
    line-height: 1.5rem;
  }

  .xl\:leading-7{
    line-height: 1.75rem;
  }

  .xl\:leading-8{
    line-height: 2rem;
  }

  .xl\:leading-9{
    line-height: 2.25rem;
  }

  .xl\:leading-10{
    line-height: 2.5rem;
  }

  .xl\:leading-none{
    line-height: 1;
  }

  .xl\:leading-tight{
    line-height: 1.25;
  }

  .xl\:leading-snug{
    line-height: 1.375;
  }

  .xl\:leading-normal{
    line-height: 1.5;
  }

  .xl\:leading-relaxed{
    line-height: 1.625;
  }

  .xl\:leading-loose{
    line-height: 2;
  }

  .xl\:list-inside{
    list-style-position: inside;
  }

  .xl\:list-outside{
    list-style-position: outside;
  }

  .xl\:list-none{
    list-style-type: none;
  }

  .xl\:list-disc{
    list-style-type: disc;
  }

  .xl\:list-decimal{
    list-style-type: decimal;
  }

  .xl\:m-0{
    margin: 0;
  }

  .xl\:m-1{
    margin: 0.0625rem;
  }

  .xl\:m-2{
    margin: 0.125rem;
  }

  .xl\:m-3{
    margin: 0.1875rem;
  }

  .xl\:m-4{
    margin: 0.25rem;
  }

  .xl\:m-5{
    margin: 0.3125rem;
  }

  .xl\:m-6{
    margin: 0.375rem;
  }

  .xl\:m-8{
    margin: 0.5rem;
  }

  .xl\:m-10{
    margin: 0.625rem;
  }

  .xl\:m-15{
    margin: 0.9375rem;
  }

  .xl\:m-20{
    margin: 1.25rem;
  }

  .xl\:m-25{
    margin: 1.5625rem;
  }

  .xl\:m-30{
    margin: 1.875rem;
  }

  .xl\:m-35{
    margin: 2.1875rem;
  }

  .xl\:m-40{
    margin: 2.5rem;
  }

  .xl\:m-50{
    margin: 3.125rem;
  }

  .xl\:m-60{
    margin: 3.75rem;
  }

  .xl\:m-75{
    margin: 4.6875rem;
  }

  .xl\:m-85{
    margin: 5.3125rem;
  }

  .xl\:m-100{
    margin: 6.25rem;
  }

  .xl\:m-150{
    margin: 9.375rem;
  }

  .xl\:m-175{
    margin: 10.9375rem;
  }

  .xl\:m-auto{
    margin: auto;
  }

  .xl\:-m-0{
    margin: 0;
  }

  .xl\:-m-1{
    margin: -0.0625rem;
  }

  .xl\:-m-2{
    margin: -0.125rem;
  }

  .xl\:-m-3{
    margin: -0.1875rem;
  }

  .xl\:-m-4{
    margin: -0.25rem;
  }

  .xl\:-m-5{
    margin: -0.3125rem;
  }

  .xl\:-m-6{
    margin: -0.375rem;
  }

  .xl\:-m-8{
    margin: -0.5rem;
  }

  .xl\:-m-10{
    margin: -0.625rem;
  }

  .xl\:-m-15{
    margin: -0.9375rem;
  }

  .xl\:-m-20{
    margin: -1.25rem;
  }

  .xl\:-m-25{
    margin: -1.5625rem;
  }

  .xl\:-m-30{
    margin: -1.875rem;
  }

  .xl\:-m-35{
    margin: -2.1875rem;
  }

  .xl\:-m-40{
    margin: -2.5rem;
  }

  .xl\:-m-50{
    margin: -3.125rem;
  }

  .xl\:-m-60{
    margin: -3.75rem;
  }

  .xl\:-m-75{
    margin: -4.6875rem;
  }

  .xl\:-m-85{
    margin: -5.3125rem;
  }

  .xl\:-m-100{
    margin: -6.25rem;
  }

  .xl\:-m-150{
    margin: -9.375rem;
  }

  .xl\:-m-175{
    margin: -10.9375rem;
  }

  .xl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .xl\:mx-1{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .xl\:my-2{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:mx-2{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:my-3{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .xl\:mx-3{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .xl\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-5{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .xl\:mx-5{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .xl\:my-6{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:mx-6{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:my-15{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .xl\:mx-15{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .xl\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-25{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .xl\:mx-25{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .xl\:my-30{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xl\:mx-30{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xl\:my-35{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .xl\:mx-35{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .xl\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-50{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:mx-50{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .xl\:my-60{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:mx-60{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:my-75{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .xl\:mx-75{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .xl\:my-85{
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .xl\:mx-85{
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .xl\:my-100{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xl\:mx-100{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .xl\:my-150{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .xl\:mx-150{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .xl\:my-175{
    margin-top: 10.9375rem;
    margin-bottom: 10.9375rem;
  }

  .xl\:mx-175{
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:-my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:-mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .xl\:-mx-1{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .xl\:-my-2{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:-mx-2{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:-my-3{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .xl\:-mx-3{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .xl\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-5{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .xl\:-mx-5{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .xl\:-my-6{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:-mx-6{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:-mx-10{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:-my-15{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .xl\:-mx-15{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .xl\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-25{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .xl\:-mx-25{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .xl\:-my-30{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xl\:-mx-30{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xl\:-my-35{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .xl\:-mx-35{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .xl\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-50{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:-mx-50{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .xl\:-my-60{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:-mx-60{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:-my-75{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .xl\:-mx-75{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .xl\:-my-85{
    margin-top: -5.3125rem;
    margin-bottom: -5.3125rem;
  }

  .xl\:-mx-85{
    margin-left: -5.3125rem;
    margin-right: -5.3125rem;
  }

  .xl\:-my-100{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .xl\:-mx-100{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .xl\:-my-150{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .xl\:-mx-150{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .xl\:-my-175{
    margin-top: -10.9375rem;
    margin-bottom: -10.9375rem;
  }

  .xl\:-mx-175{
    margin-left: -10.9375rem;
    margin-right: -10.9375rem;
  }

  .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.0625rem;
  }

  .xl\:mr-1{
    margin-right: 0.0625rem;
  }

  .xl\:mb-1{
    margin-bottom: 0.0625rem;
  }

  .xl\:ml-1{
    margin-left: 0.0625rem;
  }

  .xl\:mt-2{
    margin-top: 0.125rem;
  }

  .xl\:mr-2{
    margin-right: 0.125rem;
  }

  .xl\:mb-2{
    margin-bottom: 0.125rem;
  }

  .xl\:ml-2{
    margin-left: 0.125rem;
  }

  .xl\:mt-3{
    margin-top: 0.1875rem;
  }

  .xl\:mr-3{
    margin-right: 0.1875rem;
  }

  .xl\:mb-3{
    margin-bottom: 0.1875rem;
  }

  .xl\:ml-3{
    margin-left: 0.1875rem;
  }

  .xl\:mt-4{
    margin-top: 0.25rem;
  }

  .xl\:mr-4{
    margin-right: 0.25rem;
  }

  .xl\:mb-4{
    margin-bottom: 0.25rem;
  }

  .xl\:ml-4{
    margin-left: 0.25rem;
  }

  .xl\:mt-5{
    margin-top: 0.3125rem;
  }

  .xl\:mr-5{
    margin-right: 0.3125rem;
  }

  .xl\:mb-5{
    margin-bottom: 0.3125rem;
  }

  .xl\:ml-5{
    margin-left: 0.3125rem;
  }

  .xl\:mt-6{
    margin-top: 0.375rem;
  }

  .xl\:mr-6{
    margin-right: 0.375rem;
  }

  .xl\:mb-6{
    margin-bottom: 0.375rem;
  }

  .xl\:ml-6{
    margin-left: 0.375rem;
  }

  .xl\:mt-8{
    margin-top: 0.5rem;
  }

  .xl\:mr-8{
    margin-right: 0.5rem;
  }

  .xl\:mb-8{
    margin-bottom: 0.5rem;
  }

  .xl\:ml-8{
    margin-left: 0.5rem;
  }

  .xl\:mt-10{
    margin-top: 0.625rem;
  }

  .xl\:mr-10{
    margin-right: 0.625rem;
  }

  .xl\:mb-10{
    margin-bottom: 0.625rem;
  }

  .xl\:ml-10{
    margin-left: 0.625rem;
  }

  .xl\:mt-15{
    margin-top: 0.9375rem;
  }

  .xl\:mr-15{
    margin-right: 0.9375rem;
  }

  .xl\:mb-15{
    margin-bottom: 0.9375rem;
  }

  .xl\:ml-15{
    margin-left: 0.9375rem;
  }

  .xl\:mt-20{
    margin-top: 1.25rem;
  }

  .xl\:mr-20{
    margin-right: 1.25rem;
  }

  .xl\:mb-20{
    margin-bottom: 1.25rem;
  }

  .xl\:ml-20{
    margin-left: 1.25rem;
  }

  .xl\:mt-25{
    margin-top: 1.5625rem;
  }

  .xl\:mr-25{
    margin-right: 1.5625rem;
  }

  .xl\:mb-25{
    margin-bottom: 1.5625rem;
  }

  .xl\:ml-25{
    margin-left: 1.5625rem;
  }

  .xl\:mt-30{
    margin-top: 1.875rem;
  }

  .xl\:mr-30{
    margin-right: 1.875rem;
  }

  .xl\:mb-30{
    margin-bottom: 1.875rem;
  }

  .xl\:ml-30{
    margin-left: 1.875rem;
  }

  .xl\:mt-35{
    margin-top: 2.1875rem;
  }

  .xl\:mr-35{
    margin-right: 2.1875rem;
  }

  .xl\:mb-35{
    margin-bottom: 2.1875rem;
  }

  .xl\:ml-35{
    margin-left: 2.1875rem;
  }

  .xl\:mt-40{
    margin-top: 2.5rem;
  }

  .xl\:mr-40{
    margin-right: 2.5rem;
  }

  .xl\:mb-40{
    margin-bottom: 2.5rem;
  }

  .xl\:ml-40{
    margin-left: 2.5rem;
  }

  .xl\:mt-50{
    margin-top: 3.125rem;
  }

  .xl\:mr-50{
    margin-right: 3.125rem;
  }

  .xl\:mb-50{
    margin-bottom: 3.125rem;
  }

  .xl\:ml-50{
    margin-left: 3.125rem;
  }

  .xl\:mt-60{
    margin-top: 3.75rem;
  }

  .xl\:mr-60{
    margin-right: 3.75rem;
  }

  .xl\:mb-60{
    margin-bottom: 3.75rem;
  }

  .xl\:ml-60{
    margin-left: 3.75rem;
  }

  .xl\:mt-75{
    margin-top: 4.6875rem;
  }

  .xl\:mr-75{
    margin-right: 4.6875rem;
  }

  .xl\:mb-75{
    margin-bottom: 4.6875rem;
  }

  .xl\:ml-75{
    margin-left: 4.6875rem;
  }

  .xl\:mt-85{
    margin-top: 5.3125rem;
  }

  .xl\:mr-85{
    margin-right: 5.3125rem;
  }

  .xl\:mb-85{
    margin-bottom: 5.3125rem;
  }

  .xl\:ml-85{
    margin-left: 5.3125rem;
  }

  .xl\:mt-100{
    margin-top: 6.25rem;
  }

  .xl\:mr-100{
    margin-right: 6.25rem;
  }

  .xl\:mb-100{
    margin-bottom: 6.25rem;
  }

  .xl\:ml-100{
    margin-left: 6.25rem;
  }

  .xl\:mt-150{
    margin-top: 9.375rem;
  }

  .xl\:mr-150{
    margin-right: 9.375rem;
  }

  .xl\:mb-150{
    margin-bottom: 9.375rem;
  }

  .xl\:ml-150{
    margin-left: 9.375rem;
  }

  .xl\:mt-175{
    margin-top: 10.9375rem;
  }

  .xl\:mr-175{
    margin-right: 10.9375rem;
  }

  .xl\:mb-175{
    margin-bottom: 10.9375rem;
  }

  .xl\:ml-175{
    margin-left: 10.9375rem;
  }

  .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-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.0625rem;
  }

  .xl\:-mr-1{
    margin-right: -0.0625rem;
  }

  .xl\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .xl\:-ml-1{
    margin-left: -0.0625rem;
  }

  .xl\:-mt-2{
    margin-top: -0.125rem;
  }

  .xl\:-mr-2{
    margin-right: -0.125rem;
  }

  .xl\:-mb-2{
    margin-bottom: -0.125rem;
  }

  .xl\:-ml-2{
    margin-left: -0.125rem;
  }

  .xl\:-mt-3{
    margin-top: -0.1875rem;
  }

  .xl\:-mr-3{
    margin-right: -0.1875rem;
  }

  .xl\:-mb-3{
    margin-bottom: -0.1875rem;
  }

  .xl\:-ml-3{
    margin-left: -0.1875rem;
  }

  .xl\:-mt-4{
    margin-top: -0.25rem;
  }

  .xl\:-mr-4{
    margin-right: -0.25rem;
  }

  .xl\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-4{
    margin-left: -0.25rem;
  }

  .xl\:-mt-5{
    margin-top: -0.3125rem;
  }

  .xl\:-mr-5{
    margin-right: -0.3125rem;
  }

  .xl\:-mb-5{
    margin-bottom: -0.3125rem;
  }

  .xl\:-ml-5{
    margin-left: -0.3125rem;
  }

  .xl\:-mt-6{
    margin-top: -0.375rem;
  }

  .xl\:-mr-6{
    margin-right: -0.375rem;
  }

  .xl\:-mb-6{
    margin-bottom: -0.375rem;
  }

  .xl\:-ml-6{
    margin-left: -0.375rem;
  }

  .xl\:-mt-8{
    margin-top: -0.5rem;
  }

  .xl\:-mr-8{
    margin-right: -0.5rem;
  }

  .xl\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-8{
    margin-left: -0.5rem;
  }

  .xl\:-mt-10{
    margin-top: -0.625rem;
  }

  .xl\:-mr-10{
    margin-right: -0.625rem;
  }

  .xl\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .xl\:-ml-10{
    margin-left: -0.625rem;
  }

  .xl\:-mt-15{
    margin-top: -0.9375rem;
  }

  .xl\:-mr-15{
    margin-right: -0.9375rem;
  }

  .xl\:-mb-15{
    margin-bottom: -0.9375rem;
  }

  .xl\:-ml-15{
    margin-left: -0.9375rem;
  }

  .xl\:-mt-20{
    margin-top: -1.25rem;
  }

  .xl\:-mr-20{
    margin-right: -1.25rem;
  }

  .xl\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-20{
    margin-left: -1.25rem;
  }

  .xl\:-mt-25{
    margin-top: -1.5625rem;
  }

  .xl\:-mr-25{
    margin-right: -1.5625rem;
  }

  .xl\:-mb-25{
    margin-bottom: -1.5625rem;
  }

  .xl\:-ml-25{
    margin-left: -1.5625rem;
  }

  .xl\:-mt-30{
    margin-top: -1.875rem;
  }

  .xl\:-mr-30{
    margin-right: -1.875rem;
  }

  .xl\:-mb-30{
    margin-bottom: -1.875rem;
  }

  .xl\:-ml-30{
    margin-left: -1.875rem;
  }

  .xl\:-mt-35{
    margin-top: -2.1875rem;
  }

  .xl\:-mr-35{
    margin-right: -2.1875rem;
  }

  .xl\:-mb-35{
    margin-bottom: -2.1875rem;
  }

  .xl\:-ml-35{
    margin-left: -2.1875rem;
  }

  .xl\:-mt-40{
    margin-top: -2.5rem;
  }

  .xl\:-mr-40{
    margin-right: -2.5rem;
  }

  .xl\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-40{
    margin-left: -2.5rem;
  }

  .xl\:-mt-50{
    margin-top: -3.125rem;
  }

  .xl\:-mr-50{
    margin-right: -3.125rem;
  }

  .xl\:-mb-50{
    margin-bottom: -3.125rem;
  }

  .xl\:-ml-50{
    margin-left: -3.125rem;
  }

  .xl\:-mt-60{
    margin-top: -3.75rem;
  }

  .xl\:-mr-60{
    margin-right: -3.75rem;
  }

  .xl\:-mb-60{
    margin-bottom: -3.75rem;
  }

  .xl\:-ml-60{
    margin-left: -3.75rem;
  }

  .xl\:-mt-75{
    margin-top: -4.6875rem;
  }

  .xl\:-mr-75{
    margin-right: -4.6875rem;
  }

  .xl\:-mb-75{
    margin-bottom: -4.6875rem;
  }

  .xl\:-ml-75{
    margin-left: -4.6875rem;
  }

  .xl\:-mt-85{
    margin-top: -5.3125rem;
  }

  .xl\:-mr-85{
    margin-right: -5.3125rem;
  }

  .xl\:-mb-85{
    margin-bottom: -5.3125rem;
  }

  .xl\:-ml-85{
    margin-left: -5.3125rem;
  }

  .xl\:-mt-100{
    margin-top: -6.25rem;
  }

  .xl\:-mr-100{
    margin-right: -6.25rem;
  }

  .xl\:-mb-100{
    margin-bottom: -6.25rem;
  }

  .xl\:-ml-100{
    margin-left: -6.25rem;
  }

  .xl\:-mt-150{
    margin-top: -9.375rem;
  }

  .xl\:-mr-150{
    margin-right: -9.375rem;
  }

  .xl\:-mb-150{
    margin-bottom: -9.375rem;
  }

  .xl\:-ml-150{
    margin-left: -9.375rem;
  }

  .xl\:-mt-175{
    margin-top: -10.9375rem;
  }

  .xl\:-mr-175{
    margin-right: -10.9375rem;
  }

  .xl\:-mb-175{
    margin-bottom: -10.9375rem;
  }

  .xl\:-ml-175{
    margin-left: -10.9375rem;
  }

  .xl\:first\:m-0:first-child{
    margin: 0;
  }

  .xl\:first\:m-1:first-child{
    margin: 0.0625rem;
  }

  .xl\:first\:m-2:first-child{
    margin: 0.125rem;
  }

  .xl\:first\:m-3:first-child{
    margin: 0.1875rem;
  }

  .xl\:first\:m-4:first-child{
    margin: 0.25rem;
  }

  .xl\:first\:m-5:first-child{
    margin: 0.3125rem;
  }

  .xl\:first\:m-6:first-child{
    margin: 0.375rem;
  }

  .xl\:first\:m-8:first-child{
    margin: 0.5rem;
  }

  .xl\:first\:m-10:first-child{
    margin: 0.625rem;
  }

  .xl\:first\:m-15:first-child{
    margin: 0.9375rem;
  }

  .xl\:first\:m-20:first-child{
    margin: 1.25rem;
  }

  .xl\:first\:m-25:first-child{
    margin: 1.5625rem;
  }

  .xl\:first\:m-30:first-child{
    margin: 1.875rem;
  }

  .xl\:first\:m-35:first-child{
    margin: 2.1875rem;
  }

  .xl\:first\:m-40:first-child{
    margin: 2.5rem;
  }

  .xl\:first\:m-50:first-child{
    margin: 3.125rem;
  }

  .xl\:first\:m-60:first-child{
    margin: 3.75rem;
  }

  .xl\:first\:m-75:first-child{
    margin: 4.6875rem;
  }

  .xl\:first\:m-85:first-child{
    margin: 5.3125rem;
  }

  .xl\:first\:m-100:first-child{
    margin: 6.25rem;
  }

  .xl\:first\:m-150:first-child{
    margin: 9.375rem;
  }

  .xl\:first\:m-175:first-child{
    margin: 10.9375rem;
  }

  .xl\:first\:m-auto:first-child{
    margin: auto;
  }

  .xl\:first\:-m-0:first-child{
    margin: 0;
  }

  .xl\:first\:-m-1:first-child{
    margin: -0.0625rem;
  }

  .xl\:first\:-m-2:first-child{
    margin: -0.125rem;
  }

  .xl\:first\:-m-3:first-child{
    margin: -0.1875rem;
  }

  .xl\:first\:-m-4:first-child{
    margin: -0.25rem;
  }

  .xl\:first\:-m-5:first-child{
    margin: -0.3125rem;
  }

  .xl\:first\:-m-6:first-child{
    margin: -0.375rem;
  }

  .xl\:first\:-m-8:first-child{
    margin: -0.5rem;
  }

  .xl\:first\:-m-10:first-child{
    margin: -0.625rem;
  }

  .xl\:first\:-m-15:first-child{
    margin: -0.9375rem;
  }

  .xl\:first\:-m-20:first-child{
    margin: -1.25rem;
  }

  .xl\:first\:-m-25:first-child{
    margin: -1.5625rem;
  }

  .xl\:first\:-m-30:first-child{
    margin: -1.875rem;
  }

  .xl\:first\:-m-35:first-child{
    margin: -2.1875rem;
  }

  .xl\:first\:-m-40:first-child{
    margin: -2.5rem;
  }

  .xl\:first\:-m-50:first-child{
    margin: -3.125rem;
  }

  .xl\:first\:-m-60:first-child{
    margin: -3.75rem;
  }

  .xl\:first\:-m-75:first-child{
    margin: -4.6875rem;
  }

  .xl\:first\:-m-85:first-child{
    margin: -5.3125rem;
  }

  .xl\:first\:-m-100:first-child{
    margin: -6.25rem;
  }

  .xl\:first\:-m-150:first-child{
    margin: -9.375rem;
  }

  .xl\:first\:-m-175:first-child{
    margin: -10.9375rem;
  }

  .xl\:first\:my-0:first-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:first\:mx-0:first-child{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:first\:my-1:first-child{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .xl\:first\:mx-1:first-child{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .xl\:first\:my-2:first-child{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:first\:mx-2:first-child{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:first\:my-3:first-child{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .xl\:first\:mx-3:first-child{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .xl\:first\:my-4:first-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:first\:mx-4:first-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:first\:my-5:first-child{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .xl\:first\:mx-5:first-child{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .xl\:first\:my-6:first-child{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:first\:mx-6:first-child{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:first\:my-8:first-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:first\:mx-8:first-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:first\:my-10:first-child{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:first\:mx-10:first-child{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:first\:my-15:first-child{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .xl\:first\:mx-15:first-child{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .xl\:first\:my-20:first-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:first\:mx-20:first-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:first\:my-25:first-child{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .xl\:first\:mx-25:first-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .xl\:first\:my-30:first-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xl\:first\:mx-30:first-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xl\:first\:my-35:first-child{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .xl\:first\:mx-35:first-child{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .xl\:first\:my-40:first-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:first\:mx-40:first-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:first\:my-50:first-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:first\:mx-50:first-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .xl\:first\:my-60:first-child{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:first\:mx-60:first-child{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:first\:my-75:first-child{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .xl\:first\:mx-75:first-child{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .xl\:first\:my-85:first-child{
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .xl\:first\:mx-85:first-child{
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .xl\:first\:my-100:first-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xl\:first\:mx-100:first-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .xl\:first\:my-150:first-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .xl\:first\:mx-150:first-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .xl\:first\:my-175:first-child{
    margin-top: 10.9375rem;
    margin-bottom: 10.9375rem;
  }

  .xl\:first\:mx-175:first-child{
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
  }

  .xl\:first\:my-auto:first-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:first\:mx-auto:first-child{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:first\:-my-0:first-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:first\:-mx-0:first-child{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:first\:-my-1:first-child{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .xl\:first\:-mx-1:first-child{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .xl\:first\:-my-2:first-child{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:first\:-mx-2:first-child{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:first\:-my-3:first-child{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .xl\:first\:-mx-3:first-child{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .xl\:first\:-my-4:first-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-mx-4:first-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:first\:-my-5:first-child{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .xl\:first\:-mx-5:first-child{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .xl\:first\:-my-6:first-child{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:first\:-mx-6:first-child{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:first\:-my-8:first-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-mx-8:first-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:first\:-my-10:first-child{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:first\:-mx-10:first-child{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:first\:-my-15:first-child{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .xl\:first\:-mx-15:first-child{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .xl\:first\:-my-20:first-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-mx-20:first-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:first\:-my-25:first-child{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .xl\:first\:-mx-25:first-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .xl\:first\:-my-30:first-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xl\:first\:-mx-30:first-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xl\:first\:-my-35:first-child{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .xl\:first\:-mx-35:first-child{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .xl\:first\:-my-40:first-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-mx-40:first-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:first\:-my-50:first-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:first\:-mx-50:first-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .xl\:first\:-my-60:first-child{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:first\:-mx-60:first-child{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:first\:-my-75:first-child{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .xl\:first\:-mx-75:first-child{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .xl\:first\:-my-85:first-child{
    margin-top: -5.3125rem;
    margin-bottom: -5.3125rem;
  }

  .xl\:first\:-mx-85:first-child{
    margin-left: -5.3125rem;
    margin-right: -5.3125rem;
  }

  .xl\:first\:-my-100:first-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .xl\:first\:-mx-100:first-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .xl\:first\:-my-150:first-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .xl\:first\:-mx-150:first-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .xl\:first\:-my-175:first-child{
    margin-top: -10.9375rem;
    margin-bottom: -10.9375rem;
  }

  .xl\:first\:-mx-175:first-child{
    margin-left: -10.9375rem;
    margin-right: -10.9375rem;
  }

  .xl\:first\:mt-0:first-child{
    margin-top: 0;
  }

  .xl\:first\:mr-0:first-child{
    margin-right: 0;
  }

  .xl\:first\:mb-0:first-child{
    margin-bottom: 0;
  }

  .xl\:first\:ml-0:first-child{
    margin-left: 0;
  }

  .xl\:first\:mt-1:first-child{
    margin-top: 0.0625rem;
  }

  .xl\:first\:mr-1:first-child{
    margin-right: 0.0625rem;
  }

  .xl\:first\:mb-1:first-child{
    margin-bottom: 0.0625rem;
  }

  .xl\:first\:ml-1:first-child{
    margin-left: 0.0625rem;
  }

  .xl\:first\:mt-2:first-child{
    margin-top: 0.125rem;
  }

  .xl\:first\:mr-2:first-child{
    margin-right: 0.125rem;
  }

  .xl\:first\:mb-2:first-child{
    margin-bottom: 0.125rem;
  }

  .xl\:first\:ml-2:first-child{
    margin-left: 0.125rem;
  }

  .xl\:first\:mt-3:first-child{
    margin-top: 0.1875rem;
  }

  .xl\:first\:mr-3:first-child{
    margin-right: 0.1875rem;
  }

  .xl\:first\:mb-3:first-child{
    margin-bottom: 0.1875rem;
  }

  .xl\:first\:ml-3:first-child{
    margin-left: 0.1875rem;
  }

  .xl\:first\:mt-4:first-child{
    margin-top: 0.25rem;
  }

  .xl\:first\:mr-4:first-child{
    margin-right: 0.25rem;
  }

  .xl\:first\:mb-4:first-child{
    margin-bottom: 0.25rem;
  }

  .xl\:first\:ml-4:first-child{
    margin-left: 0.25rem;
  }

  .xl\:first\:mt-5:first-child{
    margin-top: 0.3125rem;
  }

  .xl\:first\:mr-5:first-child{
    margin-right: 0.3125rem;
  }

  .xl\:first\:mb-5:first-child{
    margin-bottom: 0.3125rem;
  }

  .xl\:first\:ml-5:first-child{
    margin-left: 0.3125rem;
  }

  .xl\:first\:mt-6:first-child{
    margin-top: 0.375rem;
  }

  .xl\:first\:mr-6:first-child{
    margin-right: 0.375rem;
  }

  .xl\:first\:mb-6:first-child{
    margin-bottom: 0.375rem;
  }

  .xl\:first\:ml-6:first-child{
    margin-left: 0.375rem;
  }

  .xl\:first\:mt-8:first-child{
    margin-top: 0.5rem;
  }

  .xl\:first\:mr-8:first-child{
    margin-right: 0.5rem;
  }

  .xl\:first\:mb-8:first-child{
    margin-bottom: 0.5rem;
  }

  .xl\:first\:ml-8:first-child{
    margin-left: 0.5rem;
  }

  .xl\:first\:mt-10:first-child{
    margin-top: 0.625rem;
  }

  .xl\:first\:mr-10:first-child{
    margin-right: 0.625rem;
  }

  .xl\:first\:mb-10:first-child{
    margin-bottom: 0.625rem;
  }

  .xl\:first\:ml-10:first-child{
    margin-left: 0.625rem;
  }

  .xl\:first\:mt-15:first-child{
    margin-top: 0.9375rem;
  }

  .xl\:first\:mr-15:first-child{
    margin-right: 0.9375rem;
  }

  .xl\:first\:mb-15:first-child{
    margin-bottom: 0.9375rem;
  }

  .xl\:first\:ml-15:first-child{
    margin-left: 0.9375rem;
  }

  .xl\:first\:mt-20:first-child{
    margin-top: 1.25rem;
  }

  .xl\:first\:mr-20:first-child{
    margin-right: 1.25rem;
  }

  .xl\:first\:mb-20:first-child{
    margin-bottom: 1.25rem;
  }

  .xl\:first\:ml-20:first-child{
    margin-left: 1.25rem;
  }

  .xl\:first\:mt-25:first-child{
    margin-top: 1.5625rem;
  }

  .xl\:first\:mr-25:first-child{
    margin-right: 1.5625rem;
  }

  .xl\:first\:mb-25:first-child{
    margin-bottom: 1.5625rem;
  }

  .xl\:first\:ml-25:first-child{
    margin-left: 1.5625rem;
  }

  .xl\:first\:mt-30:first-child{
    margin-top: 1.875rem;
  }

  .xl\:first\:mr-30:first-child{
    margin-right: 1.875rem;
  }

  .xl\:first\:mb-30:first-child{
    margin-bottom: 1.875rem;
  }

  .xl\:first\:ml-30:first-child{
    margin-left: 1.875rem;
  }

  .xl\:first\:mt-35:first-child{
    margin-top: 2.1875rem;
  }

  .xl\:first\:mr-35:first-child{
    margin-right: 2.1875rem;
  }

  .xl\:first\:mb-35:first-child{
    margin-bottom: 2.1875rem;
  }

  .xl\:first\:ml-35:first-child{
    margin-left: 2.1875rem;
  }

  .xl\:first\:mt-40:first-child{
    margin-top: 2.5rem;
  }

  .xl\:first\:mr-40:first-child{
    margin-right: 2.5rem;
  }

  .xl\:first\:mb-40:first-child{
    margin-bottom: 2.5rem;
  }

  .xl\:first\:ml-40:first-child{
    margin-left: 2.5rem;
  }

  .xl\:first\:mt-50:first-child{
    margin-top: 3.125rem;
  }

  .xl\:first\:mr-50:first-child{
    margin-right: 3.125rem;
  }

  .xl\:first\:mb-50:first-child{
    margin-bottom: 3.125rem;
  }

  .xl\:first\:ml-50:first-child{
    margin-left: 3.125rem;
  }

  .xl\:first\:mt-60:first-child{
    margin-top: 3.75rem;
  }

  .xl\:first\:mr-60:first-child{
    margin-right: 3.75rem;
  }

  .xl\:first\:mb-60:first-child{
    margin-bottom: 3.75rem;
  }

  .xl\:first\:ml-60:first-child{
    margin-left: 3.75rem;
  }

  .xl\:first\:mt-75:first-child{
    margin-top: 4.6875rem;
  }

  .xl\:first\:mr-75:first-child{
    margin-right: 4.6875rem;
  }

  .xl\:first\:mb-75:first-child{
    margin-bottom: 4.6875rem;
  }

  .xl\:first\:ml-75:first-child{
    margin-left: 4.6875rem;
  }

  .xl\:first\:mt-85:first-child{
    margin-top: 5.3125rem;
  }

  .xl\:first\:mr-85:first-child{
    margin-right: 5.3125rem;
  }

  .xl\:first\:mb-85:first-child{
    margin-bottom: 5.3125rem;
  }

  .xl\:first\:ml-85:first-child{
    margin-left: 5.3125rem;
  }

  .xl\:first\:mt-100:first-child{
    margin-top: 6.25rem;
  }

  .xl\:first\:mr-100:first-child{
    margin-right: 6.25rem;
  }

  .xl\:first\:mb-100:first-child{
    margin-bottom: 6.25rem;
  }

  .xl\:first\:ml-100:first-child{
    margin-left: 6.25rem;
  }

  .xl\:first\:mt-150:first-child{
    margin-top: 9.375rem;
  }

  .xl\:first\:mr-150:first-child{
    margin-right: 9.375rem;
  }

  .xl\:first\:mb-150:first-child{
    margin-bottom: 9.375rem;
  }

  .xl\:first\:ml-150:first-child{
    margin-left: 9.375rem;
  }

  .xl\:first\:mt-175:first-child{
    margin-top: 10.9375rem;
  }

  .xl\:first\:mr-175:first-child{
    margin-right: 10.9375rem;
  }

  .xl\:first\:mb-175:first-child{
    margin-bottom: 10.9375rem;
  }

  .xl\:first\:ml-175:first-child{
    margin-left: 10.9375rem;
  }

  .xl\:first\:mt-auto:first-child{
    margin-top: auto;
  }

  .xl\:first\:mr-auto:first-child{
    margin-right: auto;
  }

  .xl\:first\:mb-auto:first-child{
    margin-bottom: auto;
  }

  .xl\:first\:ml-auto:first-child{
    margin-left: auto;
  }

  .xl\:first\:-mt-0:first-child{
    margin-top: 0;
  }

  .xl\:first\:-mr-0:first-child{
    margin-right: 0;
  }

  .xl\:first\:-mb-0:first-child{
    margin-bottom: 0;
  }

  .xl\:first\:-ml-0:first-child{
    margin-left: 0;
  }

  .xl\:first\:-mt-1:first-child{
    margin-top: -0.0625rem;
  }

  .xl\:first\:-mr-1:first-child{
    margin-right: -0.0625rem;
  }

  .xl\:first\:-mb-1:first-child{
    margin-bottom: -0.0625rem;
  }

  .xl\:first\:-ml-1:first-child{
    margin-left: -0.0625rem;
  }

  .xl\:first\:-mt-2:first-child{
    margin-top: -0.125rem;
  }

  .xl\:first\:-mr-2:first-child{
    margin-right: -0.125rem;
  }

  .xl\:first\:-mb-2:first-child{
    margin-bottom: -0.125rem;
  }

  .xl\:first\:-ml-2:first-child{
    margin-left: -0.125rem;
  }

  .xl\:first\:-mt-3:first-child{
    margin-top: -0.1875rem;
  }

  .xl\:first\:-mr-3:first-child{
    margin-right: -0.1875rem;
  }

  .xl\:first\:-mb-3:first-child{
    margin-bottom: -0.1875rem;
  }

  .xl\:first\:-ml-3:first-child{
    margin-left: -0.1875rem;
  }

  .xl\:first\:-mt-4:first-child{
    margin-top: -0.25rem;
  }

  .xl\:first\:-mr-4:first-child{
    margin-right: -0.25rem;
  }

  .xl\:first\:-mb-4:first-child{
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-ml-4:first-child{
    margin-left: -0.25rem;
  }

  .xl\:first\:-mt-5:first-child{
    margin-top: -0.3125rem;
  }

  .xl\:first\:-mr-5:first-child{
    margin-right: -0.3125rem;
  }

  .xl\:first\:-mb-5:first-child{
    margin-bottom: -0.3125rem;
  }

  .xl\:first\:-ml-5:first-child{
    margin-left: -0.3125rem;
  }

  .xl\:first\:-mt-6:first-child{
    margin-top: -0.375rem;
  }

  .xl\:first\:-mr-6:first-child{
    margin-right: -0.375rem;
  }

  .xl\:first\:-mb-6:first-child{
    margin-bottom: -0.375rem;
  }

  .xl\:first\:-ml-6:first-child{
    margin-left: -0.375rem;
  }

  .xl\:first\:-mt-8:first-child{
    margin-top: -0.5rem;
  }

  .xl\:first\:-mr-8:first-child{
    margin-right: -0.5rem;
  }

  .xl\:first\:-mb-8:first-child{
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-ml-8:first-child{
    margin-left: -0.5rem;
  }

  .xl\:first\:-mt-10:first-child{
    margin-top: -0.625rem;
  }

  .xl\:first\:-mr-10:first-child{
    margin-right: -0.625rem;
  }

  .xl\:first\:-mb-10:first-child{
    margin-bottom: -0.625rem;
  }

  .xl\:first\:-ml-10:first-child{
    margin-left: -0.625rem;
  }

  .xl\:first\:-mt-15:first-child{
    margin-top: -0.9375rem;
  }

  .xl\:first\:-mr-15:first-child{
    margin-right: -0.9375rem;
  }

  .xl\:first\:-mb-15:first-child{
    margin-bottom: -0.9375rem;
  }

  .xl\:first\:-ml-15:first-child{
    margin-left: -0.9375rem;
  }

  .xl\:first\:-mt-20:first-child{
    margin-top: -1.25rem;
  }

  .xl\:first\:-mr-20:first-child{
    margin-right: -1.25rem;
  }

  .xl\:first\:-mb-20:first-child{
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-ml-20:first-child{
    margin-left: -1.25rem;
  }

  .xl\:first\:-mt-25:first-child{
    margin-top: -1.5625rem;
  }

  .xl\:first\:-mr-25:first-child{
    margin-right: -1.5625rem;
  }

  .xl\:first\:-mb-25:first-child{
    margin-bottom: -1.5625rem;
  }

  .xl\:first\:-ml-25:first-child{
    margin-left: -1.5625rem;
  }

  .xl\:first\:-mt-30:first-child{
    margin-top: -1.875rem;
  }

  .xl\:first\:-mr-30:first-child{
    margin-right: -1.875rem;
  }

  .xl\:first\:-mb-30:first-child{
    margin-bottom: -1.875rem;
  }

  .xl\:first\:-ml-30:first-child{
    margin-left: -1.875rem;
  }

  .xl\:first\:-mt-35:first-child{
    margin-top: -2.1875rem;
  }

  .xl\:first\:-mr-35:first-child{
    margin-right: -2.1875rem;
  }

  .xl\:first\:-mb-35:first-child{
    margin-bottom: -2.1875rem;
  }

  .xl\:first\:-ml-35:first-child{
    margin-left: -2.1875rem;
  }

  .xl\:first\:-mt-40:first-child{
    margin-top: -2.5rem;
  }

  .xl\:first\:-mr-40:first-child{
    margin-right: -2.5rem;
  }

  .xl\:first\:-mb-40:first-child{
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-ml-40:first-child{
    margin-left: -2.5rem;
  }

  .xl\:first\:-mt-50:first-child{
    margin-top: -3.125rem;
  }

  .xl\:first\:-mr-50:first-child{
    margin-right: -3.125rem;
  }

  .xl\:first\:-mb-50:first-child{
    margin-bottom: -3.125rem;
  }

  .xl\:first\:-ml-50:first-child{
    margin-left: -3.125rem;
  }

  .xl\:first\:-mt-60:first-child{
    margin-top: -3.75rem;
  }

  .xl\:first\:-mr-60:first-child{
    margin-right: -3.75rem;
  }

  .xl\:first\:-mb-60:first-child{
    margin-bottom: -3.75rem;
  }

  .xl\:first\:-ml-60:first-child{
    margin-left: -3.75rem;
  }

  .xl\:first\:-mt-75:first-child{
    margin-top: -4.6875rem;
  }

  .xl\:first\:-mr-75:first-child{
    margin-right: -4.6875rem;
  }

  .xl\:first\:-mb-75:first-child{
    margin-bottom: -4.6875rem;
  }

  .xl\:first\:-ml-75:first-child{
    margin-left: -4.6875rem;
  }

  .xl\:first\:-mt-85:first-child{
    margin-top: -5.3125rem;
  }

  .xl\:first\:-mr-85:first-child{
    margin-right: -5.3125rem;
  }

  .xl\:first\:-mb-85:first-child{
    margin-bottom: -5.3125rem;
  }

  .xl\:first\:-ml-85:first-child{
    margin-left: -5.3125rem;
  }

  .xl\:first\:-mt-100:first-child{
    margin-top: -6.25rem;
  }

  .xl\:first\:-mr-100:first-child{
    margin-right: -6.25rem;
  }

  .xl\:first\:-mb-100:first-child{
    margin-bottom: -6.25rem;
  }

  .xl\:first\:-ml-100:first-child{
    margin-left: -6.25rem;
  }

  .xl\:first\:-mt-150:first-child{
    margin-top: -9.375rem;
  }

  .xl\:first\:-mr-150:first-child{
    margin-right: -9.375rem;
  }

  .xl\:first\:-mb-150:first-child{
    margin-bottom: -9.375rem;
  }

  .xl\:first\:-ml-150:first-child{
    margin-left: -9.375rem;
  }

  .xl\:first\:-mt-175:first-child{
    margin-top: -10.9375rem;
  }

  .xl\:first\:-mr-175:first-child{
    margin-right: -10.9375rem;
  }

  .xl\:first\:-mb-175:first-child{
    margin-bottom: -10.9375rem;
  }

  .xl\:first\:-ml-175:first-child{
    margin-left: -10.9375rem;
  }

  .xl\:last\:m-0:last-child{
    margin: 0;
  }

  .xl\:last\:m-1:last-child{
    margin: 0.0625rem;
  }

  .xl\:last\:m-2:last-child{
    margin: 0.125rem;
  }

  .xl\:last\:m-3:last-child{
    margin: 0.1875rem;
  }

  .xl\:last\:m-4:last-child{
    margin: 0.25rem;
  }

  .xl\:last\:m-5:last-child{
    margin: 0.3125rem;
  }

  .xl\:last\:m-6:last-child{
    margin: 0.375rem;
  }

  .xl\:last\:m-8:last-child{
    margin: 0.5rem;
  }

  .xl\:last\:m-10:last-child{
    margin: 0.625rem;
  }

  .xl\:last\:m-15:last-child{
    margin: 0.9375rem;
  }

  .xl\:last\:m-20:last-child{
    margin: 1.25rem;
  }

  .xl\:last\:m-25:last-child{
    margin: 1.5625rem;
  }

  .xl\:last\:m-30:last-child{
    margin: 1.875rem;
  }

  .xl\:last\:m-35:last-child{
    margin: 2.1875rem;
  }

  .xl\:last\:m-40:last-child{
    margin: 2.5rem;
  }

  .xl\:last\:m-50:last-child{
    margin: 3.125rem;
  }

  .xl\:last\:m-60:last-child{
    margin: 3.75rem;
  }

  .xl\:last\:m-75:last-child{
    margin: 4.6875rem;
  }

  .xl\:last\:m-85:last-child{
    margin: 5.3125rem;
  }

  .xl\:last\:m-100:last-child{
    margin: 6.25rem;
  }

  .xl\:last\:m-150:last-child{
    margin: 9.375rem;
  }

  .xl\:last\:m-175:last-child{
    margin: 10.9375rem;
  }

  .xl\:last\:m-auto:last-child{
    margin: auto;
  }

  .xl\:last\:-m-0:last-child{
    margin: 0;
  }

  .xl\:last\:-m-1:last-child{
    margin: -0.0625rem;
  }

  .xl\:last\:-m-2:last-child{
    margin: -0.125rem;
  }

  .xl\:last\:-m-3:last-child{
    margin: -0.1875rem;
  }

  .xl\:last\:-m-4:last-child{
    margin: -0.25rem;
  }

  .xl\:last\:-m-5:last-child{
    margin: -0.3125rem;
  }

  .xl\:last\:-m-6:last-child{
    margin: -0.375rem;
  }

  .xl\:last\:-m-8:last-child{
    margin: -0.5rem;
  }

  .xl\:last\:-m-10:last-child{
    margin: -0.625rem;
  }

  .xl\:last\:-m-15:last-child{
    margin: -0.9375rem;
  }

  .xl\:last\:-m-20:last-child{
    margin: -1.25rem;
  }

  .xl\:last\:-m-25:last-child{
    margin: -1.5625rem;
  }

  .xl\:last\:-m-30:last-child{
    margin: -1.875rem;
  }

  .xl\:last\:-m-35:last-child{
    margin: -2.1875rem;
  }

  .xl\:last\:-m-40:last-child{
    margin: -2.5rem;
  }

  .xl\:last\:-m-50:last-child{
    margin: -3.125rem;
  }

  .xl\:last\:-m-60:last-child{
    margin: -3.75rem;
  }

  .xl\:last\:-m-75:last-child{
    margin: -4.6875rem;
  }

  .xl\:last\:-m-85:last-child{
    margin: -5.3125rem;
  }

  .xl\:last\:-m-100:last-child{
    margin: -6.25rem;
  }

  .xl\:last\:-m-150:last-child{
    margin: -9.375rem;
  }

  .xl\:last\:-m-175:last-child{
    margin: -10.9375rem;
  }

  .xl\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:last\:my-1:last-child{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .xl\:last\:mx-1:last-child{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .xl\:last\:my-2:last-child{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:last\:mx-2:last-child{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:last\:my-3:last-child{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .xl\:last\:mx-3:last-child{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .xl\:last\:my-4:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:last\:mx-4:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:last\:my-5:last-child{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .xl\:last\:mx-5:last-child{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .xl\:last\:my-6:last-child{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:last\:mx-6:last-child{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:last\:my-8:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:last\:mx-8:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:last\:my-10:last-child{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:last\:mx-10:last-child{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:last\:my-15:last-child{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .xl\:last\:mx-15:last-child{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .xl\:last\:my-20:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:last\:mx-20:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:last\:my-25:last-child{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .xl\:last\:mx-25:last-child{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .xl\:last\:my-30:last-child{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xl\:last\:mx-30:last-child{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xl\:last\:my-35:last-child{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .xl\:last\:mx-35:last-child{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .xl\:last\:my-40:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:last\:mx-40:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:last\:my-50:last-child{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:last\:mx-50:last-child{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .xl\:last\:my-60:last-child{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:last\:mx-60:last-child{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:last\:my-75:last-child{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .xl\:last\:mx-75:last-child{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .xl\:last\:my-85:last-child{
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .xl\:last\:mx-85:last-child{
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .xl\:last\:my-100:last-child{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xl\:last\:mx-100:last-child{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .xl\:last\:my-150:last-child{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .xl\:last\:mx-150:last-child{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .xl\:last\:my-175:last-child{
    margin-top: 10.9375rem;
    margin-bottom: 10.9375rem;
  }

  .xl\:last\:mx-175:last-child{
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
  }

  .xl\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:last\:-my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:last\:-mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:last\:-my-1:last-child{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .xl\:last\:-mx-1:last-child{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .xl\:last\:-my-2:last-child{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:last\:-mx-2:last-child{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:last\:-my-3:last-child{
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .xl\:last\:-mx-3:last-child{
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .xl\:last\:-my-4:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-mx-4:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:last\:-my-5:last-child{
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .xl\:last\:-mx-5:last-child{
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .xl\:last\:-my-6:last-child{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:last\:-mx-6:last-child{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:last\:-my-8:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-mx-8:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:last\:-my-10:last-child{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:last\:-mx-10:last-child{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:last\:-my-15:last-child{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .xl\:last\:-mx-15:last-child{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .xl\:last\:-my-20:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-mx-20:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:last\:-my-25:last-child{
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .xl\:last\:-mx-25:last-child{
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .xl\:last\:-my-30:last-child{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xl\:last\:-mx-30:last-child{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xl\:last\:-my-35:last-child{
    margin-top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }

  .xl\:last\:-mx-35:last-child{
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
  }

  .xl\:last\:-my-40:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-mx-40:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:last\:-my-50:last-child{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:last\:-mx-50:last-child{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .xl\:last\:-my-60:last-child{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:last\:-mx-60:last-child{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:last\:-my-75:last-child{
    margin-top: -4.6875rem;
    margin-bottom: -4.6875rem;
  }

  .xl\:last\:-mx-75:last-child{
    margin-left: -4.6875rem;
    margin-right: -4.6875rem;
  }

  .xl\:last\:-my-85:last-child{
    margin-top: -5.3125rem;
    margin-bottom: -5.3125rem;
  }

  .xl\:last\:-mx-85:last-child{
    margin-left: -5.3125rem;
    margin-right: -5.3125rem;
  }

  .xl\:last\:-my-100:last-child{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .xl\:last\:-mx-100:last-child{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .xl\:last\:-my-150:last-child{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .xl\:last\:-mx-150:last-child{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .xl\:last\:-my-175:last-child{
    margin-top: -10.9375rem;
    margin-bottom: -10.9375rem;
  }

  .xl\:last\:-mx-175:last-child{
    margin-left: -10.9375rem;
    margin-right: -10.9375rem;
  }

  .xl\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .xl\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .xl\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .xl\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .xl\:last\:mt-1:last-child{
    margin-top: 0.0625rem;
  }

  .xl\:last\:mr-1:last-child{
    margin-right: 0.0625rem;
  }

  .xl\:last\:mb-1:last-child{
    margin-bottom: 0.0625rem;
  }

  .xl\:last\:ml-1:last-child{
    margin-left: 0.0625rem;
  }

  .xl\:last\:mt-2:last-child{
    margin-top: 0.125rem;
  }

  .xl\:last\:mr-2:last-child{
    margin-right: 0.125rem;
  }

  .xl\:last\:mb-2:last-child{
    margin-bottom: 0.125rem;
  }

  .xl\:last\:ml-2:last-child{
    margin-left: 0.125rem;
  }

  .xl\:last\:mt-3:last-child{
    margin-top: 0.1875rem;
  }

  .xl\:last\:mr-3:last-child{
    margin-right: 0.1875rem;
  }

  .xl\:last\:mb-3:last-child{
    margin-bottom: 0.1875rem;
  }

  .xl\:last\:ml-3:last-child{
    margin-left: 0.1875rem;
  }

  .xl\:last\:mt-4:last-child{
    margin-top: 0.25rem;
  }

  .xl\:last\:mr-4:last-child{
    margin-right: 0.25rem;
  }

  .xl\:last\:mb-4:last-child{
    margin-bottom: 0.25rem;
  }

  .xl\:last\:ml-4:last-child{
    margin-left: 0.25rem;
  }

  .xl\:last\:mt-5:last-child{
    margin-top: 0.3125rem;
  }

  .xl\:last\:mr-5:last-child{
    margin-right: 0.3125rem;
  }

  .xl\:last\:mb-5:last-child{
    margin-bottom: 0.3125rem;
  }

  .xl\:last\:ml-5:last-child{
    margin-left: 0.3125rem;
  }

  .xl\:last\:mt-6:last-child{
    margin-top: 0.375rem;
  }

  .xl\:last\:mr-6:last-child{
    margin-right: 0.375rem;
  }

  .xl\:last\:mb-6:last-child{
    margin-bottom: 0.375rem;
  }

  .xl\:last\:ml-6:last-child{
    margin-left: 0.375rem;
  }

  .xl\:last\:mt-8:last-child{
    margin-top: 0.5rem;
  }

  .xl\:last\:mr-8:last-child{
    margin-right: 0.5rem;
  }

  .xl\:last\:mb-8:last-child{
    margin-bottom: 0.5rem;
  }

  .xl\:last\:ml-8:last-child{
    margin-left: 0.5rem;
  }

  .xl\:last\:mt-10:last-child{
    margin-top: 0.625rem;
  }

  .xl\:last\:mr-10:last-child{
    margin-right: 0.625rem;
  }

  .xl\:last\:mb-10:last-child{
    margin-bottom: 0.625rem;
  }

  .xl\:last\:ml-10:last-child{
    margin-left: 0.625rem;
  }

  .xl\:last\:mt-15:last-child{
    margin-top: 0.9375rem;
  }

  .xl\:last\:mr-15:last-child{
    margin-right: 0.9375rem;
  }

  .xl\:last\:mb-15:last-child{
    margin-bottom: 0.9375rem;
  }

  .xl\:last\:ml-15:last-child{
    margin-left: 0.9375rem;
  }

  .xl\:last\:mt-20:last-child{
    margin-top: 1.25rem;
  }

  .xl\:last\:mr-20:last-child{
    margin-right: 1.25rem;
  }

  .xl\:last\:mb-20:last-child{
    margin-bottom: 1.25rem;
  }

  .xl\:last\:ml-20:last-child{
    margin-left: 1.25rem;
  }

  .xl\:last\:mt-25:last-child{
    margin-top: 1.5625rem;
  }

  .xl\:last\:mr-25:last-child{
    margin-right: 1.5625rem;
  }

  .xl\:last\:mb-25:last-child{
    margin-bottom: 1.5625rem;
  }

  .xl\:last\:ml-25:last-child{
    margin-left: 1.5625rem;
  }

  .xl\:last\:mt-30:last-child{
    margin-top: 1.875rem;
  }

  .xl\:last\:mr-30:last-child{
    margin-right: 1.875rem;
  }

  .xl\:last\:mb-30:last-child{
    margin-bottom: 1.875rem;
  }

  .xl\:last\:ml-30:last-child{
    margin-left: 1.875rem;
  }

  .xl\:last\:mt-35:last-child{
    margin-top: 2.1875rem;
  }

  .xl\:last\:mr-35:last-child{
    margin-right: 2.1875rem;
  }

  .xl\:last\:mb-35:last-child{
    margin-bottom: 2.1875rem;
  }

  .xl\:last\:ml-35:last-child{
    margin-left: 2.1875rem;
  }

  .xl\:last\:mt-40:last-child{
    margin-top: 2.5rem;
  }

  .xl\:last\:mr-40:last-child{
    margin-right: 2.5rem;
  }

  .xl\:last\:mb-40:last-child{
    margin-bottom: 2.5rem;
  }

  .xl\:last\:ml-40:last-child{
    margin-left: 2.5rem;
  }

  .xl\:last\:mt-50:last-child{
    margin-top: 3.125rem;
  }

  .xl\:last\:mr-50:last-child{
    margin-right: 3.125rem;
  }

  .xl\:last\:mb-50:last-child{
    margin-bottom: 3.125rem;
  }

  .xl\:last\:ml-50:last-child{
    margin-left: 3.125rem;
  }

  .xl\:last\:mt-60:last-child{
    margin-top: 3.75rem;
  }

  .xl\:last\:mr-60:last-child{
    margin-right: 3.75rem;
  }

  .xl\:last\:mb-60:last-child{
    margin-bottom: 3.75rem;
  }

  .xl\:last\:ml-60:last-child{
    margin-left: 3.75rem;
  }

  .xl\:last\:mt-75:last-child{
    margin-top: 4.6875rem;
  }

  .xl\:last\:mr-75:last-child{
    margin-right: 4.6875rem;
  }

  .xl\:last\:mb-75:last-child{
    margin-bottom: 4.6875rem;
  }

  .xl\:last\:ml-75:last-child{
    margin-left: 4.6875rem;
  }

  .xl\:last\:mt-85:last-child{
    margin-top: 5.3125rem;
  }

  .xl\:last\:mr-85:last-child{
    margin-right: 5.3125rem;
  }

  .xl\:last\:mb-85:last-child{
    margin-bottom: 5.3125rem;
  }

  .xl\:last\:ml-85:last-child{
    margin-left: 5.3125rem;
  }

  .xl\:last\:mt-100:last-child{
    margin-top: 6.25rem;
  }

  .xl\:last\:mr-100:last-child{
    margin-right: 6.25rem;
  }

  .xl\:last\:mb-100:last-child{
    margin-bottom: 6.25rem;
  }

  .xl\:last\:ml-100:last-child{
    margin-left: 6.25rem;
  }

  .xl\:last\:mt-150:last-child{
    margin-top: 9.375rem;
  }

  .xl\:last\:mr-150:last-child{
    margin-right: 9.375rem;
  }

  .xl\:last\:mb-150:last-child{
    margin-bottom: 9.375rem;
  }

  .xl\:last\:ml-150:last-child{
    margin-left: 9.375rem;
  }

  .xl\:last\:mt-175:last-child{
    margin-top: 10.9375rem;
  }

  .xl\:last\:mr-175:last-child{
    margin-right: 10.9375rem;
  }

  .xl\:last\:mb-175:last-child{
    margin-bottom: 10.9375rem;
  }

  .xl\:last\:ml-175:last-child{
    margin-left: 10.9375rem;
  }

  .xl\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .xl\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .xl\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .xl\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .xl\:last\:-mt-0:last-child{
    margin-top: 0;
  }

  .xl\:last\:-mr-0:last-child{
    margin-right: 0;
  }

  .xl\:last\:-mb-0:last-child{
    margin-bottom: 0;
  }

  .xl\:last\:-ml-0:last-child{
    margin-left: 0;
  }

  .xl\:last\:-mt-1:last-child{
    margin-top: -0.0625rem;
  }

  .xl\:last\:-mr-1:last-child{
    margin-right: -0.0625rem;
  }

  .xl\:last\:-mb-1:last-child{
    margin-bottom: -0.0625rem;
  }

  .xl\:last\:-ml-1:last-child{
    margin-left: -0.0625rem;
  }

  .xl\:last\:-mt-2:last-child{
    margin-top: -0.125rem;
  }

  .xl\:last\:-mr-2:last-child{
    margin-right: -0.125rem;
  }

  .xl\:last\:-mb-2:last-child{
    margin-bottom: -0.125rem;
  }

  .xl\:last\:-ml-2:last-child{
    margin-left: -0.125rem;
  }

  .xl\:last\:-mt-3:last-child{
    margin-top: -0.1875rem;
  }

  .xl\:last\:-mr-3:last-child{
    margin-right: -0.1875rem;
  }

  .xl\:last\:-mb-3:last-child{
    margin-bottom: -0.1875rem;
  }

  .xl\:last\:-ml-3:last-child{
    margin-left: -0.1875rem;
  }

  .xl\:last\:-mt-4:last-child{
    margin-top: -0.25rem;
  }

  .xl\:last\:-mr-4:last-child{
    margin-right: -0.25rem;
  }

  .xl\:last\:-mb-4:last-child{
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-ml-4:last-child{
    margin-left: -0.25rem;
  }

  .xl\:last\:-mt-5:last-child{
    margin-top: -0.3125rem;
  }

  .xl\:last\:-mr-5:last-child{
    margin-right: -0.3125rem;
  }

  .xl\:last\:-mb-5:last-child{
    margin-bottom: -0.3125rem;
  }

  .xl\:last\:-ml-5:last-child{
    margin-left: -0.3125rem;
  }

  .xl\:last\:-mt-6:last-child{
    margin-top: -0.375rem;
  }

  .xl\:last\:-mr-6:last-child{
    margin-right: -0.375rem;
  }

  .xl\:last\:-mb-6:last-child{
    margin-bottom: -0.375rem;
  }

  .xl\:last\:-ml-6:last-child{
    margin-left: -0.375rem;
  }

  .xl\:last\:-mt-8:last-child{
    margin-top: -0.5rem;
  }

  .xl\:last\:-mr-8:last-child{
    margin-right: -0.5rem;
  }

  .xl\:last\:-mb-8:last-child{
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-ml-8:last-child{
    margin-left: -0.5rem;
  }

  .xl\:last\:-mt-10:last-child{
    margin-top: -0.625rem;
  }

  .xl\:last\:-mr-10:last-child{
    margin-right: -0.625rem;
  }

  .xl\:last\:-mb-10:last-child{
    margin-bottom: -0.625rem;
  }

  .xl\:last\:-ml-10:last-child{
    margin-left: -0.625rem;
  }

  .xl\:last\:-mt-15:last-child{
    margin-top: -0.9375rem;
  }

  .xl\:last\:-mr-15:last-child{
    margin-right: -0.9375rem;
  }

  .xl\:last\:-mb-15:last-child{
    margin-bottom: -0.9375rem;
  }

  .xl\:last\:-ml-15:last-child{
    margin-left: -0.9375rem;
  }

  .xl\:last\:-mt-20:last-child{
    margin-top: -1.25rem;
  }

  .xl\:last\:-mr-20:last-child{
    margin-right: -1.25rem;
  }

  .xl\:last\:-mb-20:last-child{
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-ml-20:last-child{
    margin-left: -1.25rem;
  }

  .xl\:last\:-mt-25:last-child{
    margin-top: -1.5625rem;
  }

  .xl\:last\:-mr-25:last-child{
    margin-right: -1.5625rem;
  }

  .xl\:last\:-mb-25:last-child{
    margin-bottom: -1.5625rem;
  }

  .xl\:last\:-ml-25:last-child{
    margin-left: -1.5625rem;
  }

  .xl\:last\:-mt-30:last-child{
    margin-top: -1.875rem;
  }

  .xl\:last\:-mr-30:last-child{
    margin-right: -1.875rem;
  }

  .xl\:last\:-mb-30:last-child{
    margin-bottom: -1.875rem;
  }

  .xl\:last\:-ml-30:last-child{
    margin-left: -1.875rem;
  }

  .xl\:last\:-mt-35:last-child{
    margin-top: -2.1875rem;
  }

  .xl\:last\:-mr-35:last-child{
    margin-right: -2.1875rem;
  }

  .xl\:last\:-mb-35:last-child{
    margin-bottom: -2.1875rem;
  }

  .xl\:last\:-ml-35:last-child{
    margin-left: -2.1875rem;
  }

  .xl\:last\:-mt-40:last-child{
    margin-top: -2.5rem;
  }

  .xl\:last\:-mr-40:last-child{
    margin-right: -2.5rem;
  }

  .xl\:last\:-mb-40:last-child{
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-ml-40:last-child{
    margin-left: -2.5rem;
  }

  .xl\:last\:-mt-50:last-child{
    margin-top: -3.125rem;
  }

  .xl\:last\:-mr-50:last-child{
    margin-right: -3.125rem;
  }

  .xl\:last\:-mb-50:last-child{
    margin-bottom: -3.125rem;
  }

  .xl\:last\:-ml-50:last-child{
    margin-left: -3.125rem;
  }

  .xl\:last\:-mt-60:last-child{
    margin-top: -3.75rem;
  }

  .xl\:last\:-mr-60:last-child{
    margin-right: -3.75rem;
  }

  .xl\:last\:-mb-60:last-child{
    margin-bottom: -3.75rem;
  }

  .xl\:last\:-ml-60:last-child{
    margin-left: -3.75rem;
  }

  .xl\:last\:-mt-75:last-child{
    margin-top: -4.6875rem;
  }

  .xl\:last\:-mr-75:last-child{
    margin-right: -4.6875rem;
  }

  .xl\:last\:-mb-75:last-child{
    margin-bottom: -4.6875rem;
  }

  .xl\:last\:-ml-75:last-child{
    margin-left: -4.6875rem;
  }

  .xl\:last\:-mt-85:last-child{
    margin-top: -5.3125rem;
  }

  .xl\:last\:-mr-85:last-child{
    margin-right: -5.3125rem;
  }

  .xl\:last\:-mb-85:last-child{
    margin-bottom: -5.3125rem;
  }

  .xl\:last\:-ml-85:last-child{
    margin-left: -5.3125rem;
  }

  .xl\:last\:-mt-100:last-child{
    margin-top: -6.25rem;
  }

  .xl\:last\:-mr-100:last-child{
    margin-right: -6.25rem;
  }

  .xl\:last\:-mb-100:last-child{
    margin-bottom: -6.25rem;
  }

  .xl\:last\:-ml-100:last-child{
    margin-left: -6.25rem;
  }

  .xl\:last\:-mt-150:last-child{
    margin-top: -9.375rem;
  }

  .xl\:last\:-mr-150:last-child{
    margin-right: -9.375rem;
  }

  .xl\:last\:-mb-150:last-child{
    margin-bottom: -9.375rem;
  }

  .xl\:last\:-ml-150:last-child{
    margin-left: -9.375rem;
  }

  .xl\:last\:-mt-175:last-child{
    margin-top: -10.9375rem;
  }

  .xl\:last\:-mr-175:last-child{
    margin-right: -10.9375rem;
  }

  .xl\:last\:-mb-175:last-child{
    margin-bottom: -10.9375rem;
  }

  .xl\:last\:-ml-175:last-child{
    margin-left: -10.9375rem;
  }

  .xl\:max-h-10{
    max-height: 0.625rem;
  }

  .xl\:max-h-20{
    max-height: 1.25rem;
  }

  .xl\:max-h-30{
    max-height: 1.875rem;
  }

  .xl\:max-h-40{
    max-height: 2.5rem;
  }

  .xl\:max-h-50{
    max-height: 3.125rem;
  }

  .xl\:max-h-60{
    max-height: 3.75rem;
  }

  .xl\:max-h-70{
    max-height: 4.375rem;
  }

  .xl\:max-h-75{
    max-height: 4.6875rem;
  }

  .xl\:max-h-80{
    max-height: 5rem;
  }

  .xl\:max-h-90{
    max-height: 5.625rem;
  }

  .xl\:max-h-100{
    max-height: 6.25rem;
  }

  .xl\:max-h-110{
    max-height: 6.875rem;
  }

  .xl\:max-h-120{
    max-height: 7.5rem;
  }

  .xl\:max-h-130{
    max-height: 8.125rem;
  }

  .xl\:max-h-140{
    max-height: 8.75rem;
  }

  .xl\:max-h-150{
    max-height: 9.375rem;
  }

  .xl\:max-h-160{
    max-height: 10rem;
  }

  .xl\:max-h-170{
    max-height: 10.625rem;
  }

  .xl\:max-h-180{
    max-height: 11.25rem;
  }

  .xl\:max-h-190{
    max-height: 11.875rem;
  }

  .xl\:max-h-200{
    max-height: 12.5rem;
  }

  .xl\:max-h-225{
    max-height: 14.0625rem;
  }

  .xl\:max-h-250{
    max-height: 15.625rem;
  }

  .xl\:max-h-300{
    max-height: 18.75rem;
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

  .xl\:max-h-screen{
    max-height: 100vh;
  }

  .xl\:max-w-none{
    max-width: none;
  }

  .xl\:max-w-xs{
    max-width: 20rem;
  }

  .xl\:max-w-sm{
    max-width: 24rem;
  }

  .xl\:max-w-md{
    max-width: 28rem;
  }

  .xl\:max-w-lg{
    max-width: 32rem;
  }

  .xl\:max-w-xl{
    max-width: 36rem;
  }

  .xl\:max-w-2xl{
    max-width: 42rem;
  }

  .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .xl\:max-w-4xl{
    max-width: 56rem;
  }

  .xl\:max-w-5xl{
    max-width: 64rem;
  }

  .xl\:max-w-6xl{
    max-width: 72rem;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:max-w-screen-sm{
    max-width: 460px;
  }

  .xl\:max-w-screen-md{
    max-width: 768px;
  }

  .xl\:max-w-screen-lg{
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl{
    max-width: 1280px;
  }

  .xl\:max-w-1\/3{
    max-width: 33%;
  }

  .xl\:max-w-1\/3-up{
    max-width: 34%;
  }

  .xl\:max-w-2\/3{
    max-width: 66.6%;
  }

  .xl\:max-w-1\/4{
    max-width: 25%;
  }

  .xl\:max-w-1\/2{
    max-width: 50%;
  }

  .xl\:max-w-2\/4{
    max-width: 50%;
  }

  .xl\:max-w-3\/4{
    max-width: 75%;
  }

  .xl\:max-w-1\/5{
    max-width: 20%;
  }

  .xl\:max-w-2\/5{
    max-width: 40%;
  }

  .xl\:max-w-3\/5{
    max-width: 60%;
  }

  .xl\:max-w-4\/5{
    max-width: 80%;
  }

  .xl\:max-w-gminor{
    max-width: 38.2%;
  }

  .xl\:max-w-gmajor{
    max-width: 61.8%;
  }

  .xl\:min-h-0{
    min-height: 0;
  }

  .xl\:min-h-10{
    min-height: 0.625rem;
  }

  .xl\:min-h-20{
    min-height: 1.25rem;
  }

  .xl\:min-h-30{
    min-height: 1.875rem;
  }

  .xl\:min-h-40{
    min-height: 2.5rem;
  }

  .xl\:min-h-50{
    min-height: 3.125rem;
  }

  .xl\:min-h-60{
    min-height: 3.75rem;
  }

  .xl\:min-h-70{
    min-height: 4.375rem;
  }

  .xl\:min-h-75{
    min-height: 4.6875rem;
  }

  .xl\:min-h-80{
    min-height: 5rem;
  }

  .xl\:min-h-90{
    min-height: 5.625rem;
  }

  .xl\:min-h-100{
    min-height: 6.25rem;
  }

  .xl\:min-h-110{
    min-height: 6.875rem;
  }

  .xl\:min-h-120{
    min-height: 7.5rem;
  }

  .xl\:min-h-130{
    min-height: 8.125rem;
  }

  .xl\:min-h-140{
    min-height: 8.75rem;
  }

  .xl\:min-h-150{
    min-height: 9.375rem;
  }

  .xl\:min-h-160{
    min-height: 10rem;
  }

  .xl\:min-h-170{
    min-height: 10.625rem;
  }

  .xl\:min-h-180{
    min-height: 11.25rem;
  }

  .xl\:min-h-190{
    min-height: 11.875rem;
  }

  .xl\:min-h-200{
    min-height: 12.5rem;
  }

  .xl\:min-h-225{
    min-height: 14.0625rem;
  }

  .xl\:min-h-250{
    min-height: 15.625rem;
  }

  .xl\:min-h-300{
    min-height: 18.75rem;
  }

  .xl\:min-h-full{
    min-height: 100%;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:min-h-1\/3{
    min-height: 33%;
  }

  .xl\:min-h-1\/3-up{
    min-height: 34%;
  }

  .xl\:min-h-2\/3{
    min-height: 66.6%;
  }

  .xl\:min-h-1\/4{
    min-height: 25vh;
  }

  .xl\:min-h-1\/2{
    min-height: 50vh;
  }

  .xl\:min-h-2\/4{
    min-height: 50%;
  }

  .xl\:min-h-3\/4{
    min-height: 75vh;
  }

  .xl\:min-h-1\/5{
    min-height: 20%;
  }

  .xl\:min-h-2\/5{
    min-height: 40%;
  }

  .xl\:min-h-3\/5{
    min-height: 60%;
  }

  .xl\:min-h-4\/5{
    min-height: 80%;
  }

  .xl\:min-h-gminor{
    min-height: 38.2%;
  }

  .xl\:min-h-gmajor{
    min-height: 61.8%;
  }

  .xl\:min-w-0{
    min-width: 0;
  }

  .xl\:min-w-10{
    min-width: 0.625rem;
  }

  .xl\:min-w-20{
    min-width: 1.25rem;
  }

  .xl\:min-w-30{
    min-width: 1.875rem;
  }

  .xl\:min-w-40{
    min-width: 2.5rem;
  }

  .xl\:min-w-50{
    min-width: 3.125rem;
  }

  .xl\:min-w-60{
    min-width: 3.75rem;
  }

  .xl\:min-w-70{
    min-width: 4.375rem;
  }

  .xl\:min-w-75{
    min-width: 4.6875rem;
  }

  .xl\:min-w-80{
    min-width: 5rem;
  }

  .xl\:min-w-90{
    min-width: 5.625rem;
  }

  .xl\:min-w-100{
    min-width: 6.25rem;
  }

  .xl\:min-w-110{
    min-width: 6.875rem;
  }

  .xl\:min-w-120{
    min-width: 7.5rem;
  }

  .xl\:min-w-130{
    min-width: 8.125rem;
  }

  .xl\:min-w-140{
    min-width: 8.75rem;
  }

  .xl\:min-w-150{
    min-width: 9.375rem;
  }

  .xl\:min-w-160{
    min-width: 10rem;
  }

  .xl\:min-w-170{
    min-width: 10.625rem;
  }

  .xl\:min-w-180{
    min-width: 11.25rem;
  }

  .xl\:min-w-190{
    min-width: 11.875rem;
  }

  .xl\:min-w-200{
    min-width: 12.5rem;
  }

  .xl\:min-w-225{
    min-width: 14.0625rem;
  }

  .xl\:min-w-250{
    min-width: 15.625rem;
  }

  .xl\:min-w-300{
    min-width: 18.75rem;
  }

  .xl\:min-w-full{
    min-width: 100%;
  }

  .xl\:min-w-1\/3{
    min-width: 33%;
  }

  .xl\:min-w-1\/3-up{
    min-width: 34%;
  }

  .xl\:min-w-2\/3{
    min-width: 66.6%;
  }

  .xl\:min-w-1\/4{
    min-width: 25%;
  }

  .xl\:min-w-1\/2{
    min-width: 50%;
  }

  .xl\:min-w-2\/4{
    min-width: 50%;
  }

  .xl\:min-w-3\/4{
    min-width: 75%;
  }

  .xl\:min-w-1\/5{
    min-width: 20%;
  }

  .xl\:min-w-2\/5{
    min-width: 40%;
  }

  .xl\:min-w-3\/5{
    min-width: 60%;
  }

  .xl\:min-w-4\/5{
    min-width: 80%;
  }

  .xl\:min-w-gminor{
    min-width: 38.2%;
  }

  .xl\:min-w-gmajor{
    min-width: 61.8%;
  }

  .xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:opacity-25{
    opacity: 0.25;
  }

  .xl\:opacity-50{
    opacity: 0.5;
  }

  .xl\:opacity-75{
    opacity: 0.75;
  }

  .xl\:opacity-100{
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .xl\:outline-none{
    outline: 0;
  }

  .xl\:focus\:outline-none:focus{
    outline: 0;
  }

  .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: 0.0625rem;
  }

  .xl\:p-2{
    padding: 0.125rem;
  }

  .xl\:p-3{
    padding: 0.1875rem;
  }

  .xl\:p-4{
    padding: 0.25rem;
  }

  .xl\:p-5{
    padding: 0.3125rem;
  }

  .xl\:p-6{
    padding: 0.375rem;
  }

  .xl\:p-8{
    padding: 0.5rem;
  }

  .xl\:p-10{
    padding: 0.625rem;
  }

  .xl\:p-15{
    padding: 0.9375rem;
  }

  .xl\:p-20{
    padding: 1.25rem;
  }

  .xl\:p-25{
    padding: 1.5625rem;
  }

  .xl\:p-30{
    padding: 1.875rem;
  }

  .xl\:p-35{
    padding: 2.1875rem;
  }

  .xl\:p-40{
    padding: 2.5rem;
  }

  .xl\:p-50{
    padding: 3.125rem;
  }

  .xl\:p-60{
    padding: 3.75rem;
  }

  .xl\:p-75{
    padding: 4.6875rem;
  }

  .xl\:p-85{
    padding: 5.3125rem;
  }

  .xl\:p-100{
    padding: 6.25rem;
  }

  .xl\:p-150{
    padding: 9.375rem;
  }

  .xl\:p-175{
    padding: 10.9375rem;
  }

  .xl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1{
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .xl\:px-1{
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }

  .xl\:py-2{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:px-2{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:py-3{
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .xl\:px-3{
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .xl\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-5{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .xl\:px-5{
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .xl\:py-6{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:px-6{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-10{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:px-10{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:py-15{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .xl\:px-15{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .xl\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-25{
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .xl\:px-25{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .xl\:py-30{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xl\:px-30{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xl\:py-35{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .xl\:px-35{
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .xl\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-50{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:px-50{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .xl\:py-60{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:px-60{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:py-75{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .xl\:px-75{
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .xl\:py-85{
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }

  .xl\:px-85{
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }

  .xl\:py-100{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .xl\:px-100{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .xl\:py-150{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .xl\:px-150{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .xl\:py-175{
    padding-top: 10.9375rem;
    padding-bottom: 10.9375rem;
  }

  .xl\:px-175{
    padding-left: 10.9375rem;
    padding-right: 10.9375rem;
  }

  .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: 0.0625rem;
  }

  .xl\:pr-1{
    padding-right: 0.0625rem;
  }

  .xl\:pb-1{
    padding-bottom: 0.0625rem;
  }

  .xl\:pl-1{
    padding-left: 0.0625rem;
  }

  .xl\:pt-2{
    padding-top: 0.125rem;
  }

  .xl\:pr-2{
    padding-right: 0.125rem;
  }

  .xl\:pb-2{
    padding-bottom: 0.125rem;
  }

  .xl\:pl-2{
    padding-left: 0.125rem;
  }

  .xl\:pt-3{
    padding-top: 0.1875rem;
  }

  .xl\:pr-3{
    padding-right: 0.1875rem;
  }

  .xl\:pb-3{
    padding-bottom: 0.1875rem;
  }

  .xl\:pl-3{
    padding-left: 0.1875rem;
  }

  .xl\:pt-4{
    padding-top: 0.25rem;
  }

  .xl\:pr-4{
    padding-right: 0.25rem;
  }

  .xl\:pb-4{
    padding-bottom: 0.25rem;
  }

  .xl\:pl-4{
    padding-left: 0.25rem;
  }

  .xl\:pt-5{
    padding-top: 0.3125rem;
  }

  .xl\:pr-5{
    padding-right: 0.3125rem;
  }

  .xl\:pb-5{
    padding-bottom: 0.3125rem;
  }

  .xl\:pl-5{
    padding-left: 0.3125rem;
  }

  .xl\:pt-6{
    padding-top: 0.375rem;
  }

  .xl\:pr-6{
    padding-right: 0.375rem;
  }

  .xl\:pb-6{
    padding-bottom: 0.375rem;
  }

  .xl\:pl-6{
    padding-left: 0.375rem;
  }

  .xl\:pt-8{
    padding-top: 0.5rem;
  }

  .xl\:pr-8{
    padding-right: 0.5rem;
  }

  .xl\:pb-8{
    padding-bottom: 0.5rem;
  }

  .xl\:pl-8{
    padding-left: 0.5rem;
  }

  .xl\:pt-10{
    padding-top: 0.625rem;
  }

  .xl\:pr-10{
    padding-right: 0.625rem;
  }

  .xl\:pb-10{
    padding-bottom: 0.625rem;
  }

  .xl\:pl-10{
    padding-left: 0.625rem;
  }

  .xl\:pt-15{
    padding-top: 0.9375rem;
  }

  .xl\:pr-15{
    padding-right: 0.9375rem;
  }

  .xl\:pb-15{
    padding-bottom: 0.9375rem;
  }

  .xl\:pl-15{
    padding-left: 0.9375rem;
  }

  .xl\:pt-20{
    padding-top: 1.25rem;
  }

  .xl\:pr-20{
    padding-right: 1.25rem;
  }

  .xl\:pb-20{
    padding-bottom: 1.25rem;
  }

  .xl\:pl-20{
    padding-left: 1.25rem;
  }

  .xl\:pt-25{
    padding-top: 1.5625rem;
  }

  .xl\:pr-25{
    padding-right: 1.5625rem;
  }

  .xl\:pb-25{
    padding-bottom: 1.5625rem;
  }

  .xl\:pl-25{
    padding-left: 1.5625rem;
  }

  .xl\:pt-30{
    padding-top: 1.875rem;
  }

  .xl\:pr-30{
    padding-right: 1.875rem;
  }

  .xl\:pb-30{
    padding-bottom: 1.875rem;
  }

  .xl\:pl-30{
    padding-left: 1.875rem;
  }

  .xl\:pt-35{
    padding-top: 2.1875rem;
  }

  .xl\:pr-35{
    padding-right: 2.1875rem;
  }

  .xl\:pb-35{
    padding-bottom: 2.1875rem;
  }

  .xl\:pl-35{
    padding-left: 2.1875rem;
  }

  .xl\:pt-40{
    padding-top: 2.5rem;
  }

  .xl\:pr-40{
    padding-right: 2.5rem;
  }

  .xl\:pb-40{
    padding-bottom: 2.5rem;
  }

  .xl\:pl-40{
    padding-left: 2.5rem;
  }

  .xl\:pt-50{
    padding-top: 3.125rem;
  }

  .xl\:pr-50{
    padding-right: 3.125rem;
  }

  .xl\:pb-50{
    padding-bottom: 3.125rem;
  }

  .xl\:pl-50{
    padding-left: 3.125rem;
  }

  .xl\:pt-60{
    padding-top: 3.75rem;
  }

  .xl\:pr-60{
    padding-right: 3.75rem;
  }

  .xl\:pb-60{
    padding-bottom: 3.75rem;
  }

  .xl\:pl-60{
    padding-left: 3.75rem;
  }

  .xl\:pt-75{
    padding-top: 4.6875rem;
  }

  .xl\:pr-75{
    padding-right: 4.6875rem;
  }

  .xl\:pb-75{
    padding-bottom: 4.6875rem;
  }

  .xl\:pl-75{
    padding-left: 4.6875rem;
  }

  .xl\:pt-85{
    padding-top: 5.3125rem;
  }

  .xl\:pr-85{
    padding-right: 5.3125rem;
  }

  .xl\:pb-85{
    padding-bottom: 5.3125rem;
  }

  .xl\:pl-85{
    padding-left: 5.3125rem;
  }

  .xl\:pt-100{
    padding-top: 6.25rem;
  }

  .xl\:pr-100{
    padding-right: 6.25rem;
  }

  .xl\:pb-100{
    padding-bottom: 6.25rem;
  }

  .xl\:pl-100{
    padding-left: 6.25rem;
  }

  .xl\:pt-150{
    padding-top: 9.375rem;
  }

  .xl\:pr-150{
    padding-right: 9.375rem;
  }

  .xl\:pb-150{
    padding-bottom: 9.375rem;
  }

  .xl\:pl-150{
    padding-left: 9.375rem;
  }

  .xl\:pt-175{
    padding-top: 10.9375rem;
  }

  .xl\:pr-175{
    padding-right: 10.9375rem;
  }

  .xl\:pb-175{
    padding-bottom: 10.9375rem;
  }

  .xl\:pl-175{
    padding-left: 10.9375rem;
  }

  .xl\:placeholder-green-100::-webkit-input-placeholder{
    color: #c5e7c5;
  }

  .xl\:placeholder-green-100::-moz-placeholder{
    color: #c5e7c5;
  }

  .xl\:placeholder-green-100::-ms-input-placeholder{
    color: #c5e7c5;
  }

  .xl\:placeholder-green-100::placeholder{
    color: #c5e7c5;
  }

  .xl\:placeholder-green-300::-webkit-input-placeholder{
    color: #5ed795;
  }

  .xl\:placeholder-green-300::-moz-placeholder{
    color: #5ed795;
  }

  .xl\:placeholder-green-300::-ms-input-placeholder{
    color: #5ed795;
  }

  .xl\:placeholder-green-300::placeholder{
    color: #5ed795;
  }

  .xl\:placeholder-green-400::-webkit-input-placeholder{
    color: #68c187;
  }

  .xl\:placeholder-green-400::-moz-placeholder{
    color: #68c187;
  }

  .xl\:placeholder-green-400::-ms-input-placeholder{
    color: #68c187;
  }

  .xl\:placeholder-green-400::placeholder{
    color: #68c187;
  }

  .xl\:placeholder-green-700::-webkit-input-placeholder{
    color: #2F8355;
  }

  .xl\:placeholder-green-700::-moz-placeholder{
    color: #2F8355;
  }

  .xl\:placeholder-green-700::-ms-input-placeholder{
    color: #2F8355;
  }

  .xl\:placeholder-green-700::placeholder{
    color: #2F8355;
  }

  .xl\:placeholder-green::-webkit-input-placeholder{
    color: #2f8355;
  }

  .xl\:placeholder-green::-moz-placeholder{
    color: #2f8355;
  }

  .xl\:placeholder-green::-ms-input-placeholder{
    color: #2f8355;
  }

  .xl\:placeholder-green::placeholder{
    color: #2f8355;
  }

  .xl\:placeholder-cyan-100::-webkit-input-placeholder{
    color: #03bdff;
  }

  .xl\:placeholder-cyan-100::-moz-placeholder{
    color: #03bdff;
  }

  .xl\:placeholder-cyan-100::-ms-input-placeholder{
    color: #03bdff;
  }

  .xl\:placeholder-cyan-100::placeholder{
    color: #03bdff;
  }

  .xl\:placeholder-cyan-300::-webkit-input-placeholder{
    color: #60a7d5;
  }

  .xl\:placeholder-cyan-300::-moz-placeholder{
    color: #60a7d5;
  }

  .xl\:placeholder-cyan-300::-ms-input-placeholder{
    color: #60a7d5;
  }

  .xl\:placeholder-cyan-300::placeholder{
    color: #60a7d5;
  }

  .xl\:placeholder-cyan-400::-webkit-input-placeholder{
    color: #0092bc;
  }

  .xl\:placeholder-cyan-400::-moz-placeholder{
    color: #0092bc;
  }

  .xl\:placeholder-cyan-400::-ms-input-placeholder{
    color: #0092bc;
  }

  .xl\:placeholder-cyan-400::placeholder{
    color: #0092bc;
  }

  .xl\:placeholder-cyan::-webkit-input-placeholder{
    color: #007fa3;
  }

  .xl\:placeholder-cyan::-moz-placeholder{
    color: #007fa3;
  }

  .xl\:placeholder-cyan::-ms-input-placeholder{
    color: #007fa3;
  }

  .xl\:placeholder-cyan::placeholder{
    color: #007fa3;
  }

  .xl\:placeholder-blue-300::-webkit-input-placeholder{
    color: #2f63d4;
  }

  .xl\:placeholder-blue-300::-moz-placeholder{
    color: #2f63d4;
  }

  .xl\:placeholder-blue-300::-ms-input-placeholder{
    color: #2f63d4;
  }

  .xl\:placeholder-blue-300::placeholder{
    color: #2f63d4;
  }

  .xl\:placeholder-blue-400::-webkit-input-placeholder{
    color: #004C97;
  }

  .xl\:placeholder-blue-400::-moz-placeholder{
    color: #004C97;
  }

  .xl\:placeholder-blue-400::-ms-input-placeholder{
    color: #004C97;
  }

  .xl\:placeholder-blue-400::placeholder{
    color: #004C97;
  }

  .xl\:placeholder-blue-500::-webkit-input-placeholder{
    color: #24458c;
  }

  .xl\:placeholder-blue-500::-moz-placeholder{
    color: #24458c;
  }

  .xl\:placeholder-blue-500::-ms-input-placeholder{
    color: #24458c;
  }

  .xl\:placeholder-blue-500::placeholder{
    color: #24458c;
  }

  .xl\:placeholder-blue-700::-webkit-input-placeholder{
    color: #004c97;
  }

  .xl\:placeholder-blue-700::-moz-placeholder{
    color: #004c97;
  }

  .xl\:placeholder-blue-700::-ms-input-placeholder{
    color: #004c97;
  }

  .xl\:placeholder-blue-700::placeholder{
    color: #004c97;
  }

  .xl\:placeholder-blue::-webkit-input-placeholder{
    color: #0057b8;
  }

  .xl\:placeholder-blue::-moz-placeholder{
    color: #0057b8;
  }

  .xl\:placeholder-blue::-ms-input-placeholder{
    color: #0057b8;
  }

  .xl\:placeholder-blue::placeholder{
    color: #0057b8;
  }

  .xl\:placeholder-blue-blend::-webkit-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .xl\:placeholder-blue-blend::-moz-placeholder{
    color: rgba(32,67,143,.85);
  }

  .xl\:placeholder-blue-blend::-ms-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .xl\:placeholder-blue-blend::placeholder{
    color: rgba(32,67,143,.85);
  }

  .xl\:placeholder-lavender-100::-webkit-input-placeholder{
    color: #d2a9d3;
  }

  .xl\:placeholder-lavender-100::-moz-placeholder{
    color: #d2a9d3;
  }

  .xl\:placeholder-lavender-100::-ms-input-placeholder{
    color: #d2a9d3;
  }

  .xl\:placeholder-lavender-100::placeholder{
    color: #d2a9d3;
  }

  .xl\:placeholder-lavender-200::-webkit-input-placeholder{
    color: #957ad1;
  }

  .xl\:placeholder-lavender-200::-moz-placeholder{
    color: #957ad1;
  }

  .xl\:placeholder-lavender-200::-ms-input-placeholder{
    color: #957ad1;
  }

  .xl\:placeholder-lavender-200::placeholder{
    color: #957ad1;
  }

  .xl\:placeholder-lavender::-webkit-input-placeholder{
    color: #8066b7;
  }

  .xl\:placeholder-lavender::-moz-placeholder{
    color: #8066b7;
  }

  .xl\:placeholder-lavender::-ms-input-placeholder{
    color: #8066b7;
  }

  .xl\:placeholder-lavender::placeholder{
    color: #8066b7;
  }

  .xl\:placeholder-red-100::-webkit-input-placeholder{
    color: #eecbcb;
  }

  .xl\:placeholder-red-100::-moz-placeholder{
    color: #eecbcb;
  }

  .xl\:placeholder-red-100::-ms-input-placeholder{
    color: #eecbcb;
  }

  .xl\:placeholder-red-100::placeholder{
    color: #eecbcb;
  }

  .xl\:placeholder-red-900::-webkit-input-placeholder{
    color: #ff0000;
  }

  .xl\:placeholder-red-900::-moz-placeholder{
    color: #ff0000;
  }

  .xl\:placeholder-red-900::-ms-input-placeholder{
    color: #ff0000;
  }

  .xl\:placeholder-red-900::placeholder{
    color: #ff0000;
  }

  .xl\:placeholder-red::-webkit-input-placeholder{
    color: #d14732;
  }

  .xl\:placeholder-red::-moz-placeholder{
    color: #d14732;
  }

  .xl\:placeholder-red::-ms-input-placeholder{
    color: #d14732;
  }

  .xl\:placeholder-red::placeholder{
    color: #d14732;
  }

  .xl\:placeholder-orange-100::-webkit-input-placeholder{
    color: #ffe7b6;
  }

  .xl\:placeholder-orange-100::-moz-placeholder{
    color: #ffe7b6;
  }

  .xl\:placeholder-orange-100::-ms-input-placeholder{
    color: #ffe7b6;
  }

  .xl\:placeholder-orange-100::placeholder{
    color: #ffe7b6;
  }

  .xl\:placeholder-orange-400::-webkit-input-placeholder{
    color: #ffc146;
  }

  .xl\:placeholder-orange-400::-moz-placeholder{
    color: #ffc146;
  }

  .xl\:placeholder-orange-400::-ms-input-placeholder{
    color: #ffc146;
  }

  .xl\:placeholder-orange-400::placeholder{
    color: #ffc146;
  }

  .xl\:placeholder-orange-700::-webkit-input-placeholder{
    color: #c45510;
  }

  .xl\:placeholder-orange-700::-moz-placeholder{
    color: #c45510;
  }

  .xl\:placeholder-orange-700::-ms-input-placeholder{
    color: #c45510;
  }

  .xl\:placeholder-orange-700::placeholder{
    color: #c45510;
  }

  .xl\:placeholder-orange-900::-webkit-input-placeholder{
    color: #8c2e0b;
  }

  .xl\:placeholder-orange-900::-moz-placeholder{
    color: #8c2e0b;
  }

  .xl\:placeholder-orange-900::-ms-input-placeholder{
    color: #8c2e0b;
  }

  .xl\:placeholder-orange-900::placeholder{
    color: #8c2e0b;
  }

  .xl\:placeholder-orange::-webkit-input-placeholder{
    color: #e77530;
  }

  .xl\:placeholder-orange::-moz-placeholder{
    color: #e77530;
  }

  .xl\:placeholder-orange::-ms-input-placeholder{
    color: #e77530;
  }

  .xl\:placeholder-orange::placeholder{
    color: #e77530;
  }

  .xl\:placeholder-yellow-100::-webkit-input-placeholder{
    color: #f2efe2;
  }

  .xl\:placeholder-yellow-100::-moz-placeholder{
    color: #f2efe2;
  }

  .xl\:placeholder-yellow-100::-ms-input-placeholder{
    color: #f2efe2;
  }

  .xl\:placeholder-yellow-100::placeholder{
    color: #f2efe2;
  }

  .xl\:placeholder-yellow::-webkit-input-placeholder{
    color: #fecb34;
  }

  .xl\:placeholder-yellow::-moz-placeholder{
    color: #fecb34;
  }

  .xl\:placeholder-yellow::-ms-input-placeholder{
    color: #fecb34;
  }

  .xl\:placeholder-yellow::placeholder{
    color: #fecb34;
  }

  .xl\:placeholder-brown-100::-webkit-input-placeholder{
    color: #cfd2aa;
  }

  .xl\:placeholder-brown-100::-moz-placeholder{
    color: #cfd2aa;
  }

  .xl\:placeholder-brown-100::-ms-input-placeholder{
    color: #cfd2aa;
  }

  .xl\:placeholder-brown-100::placeholder{
    color: #cfd2aa;
  }

  .xl\:placeholder-brown-300::-webkit-input-placeholder{
    color: #7a7751;
  }

  .xl\:placeholder-brown-300::-moz-placeholder{
    color: #7a7751;
  }

  .xl\:placeholder-brown-300::-ms-input-placeholder{
    color: #7a7751;
  }

  .xl\:placeholder-brown-300::placeholder{
    color: #7a7751;
  }

  .xl\:placeholder-brown::-webkit-input-placeholder{
    color: #735005;
  }

  .xl\:placeholder-brown::-moz-placeholder{
    color: #735005;
  }

  .xl\:placeholder-brown::-ms-input-placeholder{
    color: #735005;
  }

  .xl\:placeholder-brown::placeholder{
    color: #735005;
  }

  .xl\:placeholder-gray-100::-webkit-input-placeholder{
    color: #f6f6f6;
  }

  .xl\:placeholder-gray-100::-moz-placeholder{
    color: #f6f6f6;
  }

  .xl\:placeholder-gray-100::-ms-input-placeholder{
    color: #f6f6f6;
  }

  .xl\:placeholder-gray-100::placeholder{
    color: #f6f6f6;
  }

  .xl\:placeholder-gray-200::-webkit-input-placeholder{
    color: #eee;
  }

  .xl\:placeholder-gray-200::-moz-placeholder{
    color: #eee;
  }

  .xl\:placeholder-gray-200::-ms-input-placeholder{
    color: #eee;
  }

  .xl\:placeholder-gray-200::placeholder{
    color: #eee;
  }

  .xl\:placeholder-gray-300::-webkit-input-placeholder{
    color: #e5e5e5;
  }

  .xl\:placeholder-gray-300::-moz-placeholder{
    color: #e5e5e5;
  }

  .xl\:placeholder-gray-300::-ms-input-placeholder{
    color: #e5e5e5;
  }

  .xl\:placeholder-gray-300::placeholder{
    color: #e5e5e5;
  }

  .xl\:placeholder-gray-400::-webkit-input-placeholder{
    color: #d8d8d8;
  }

  .xl\:placeholder-gray-400::-moz-placeholder{
    color: #d8d8d8;
  }

  .xl\:placeholder-gray-400::-ms-input-placeholder{
    color: #d8d8d8;
  }

  .xl\:placeholder-gray-400::placeholder{
    color: #d8d8d8;
  }

  .xl\:placeholder-gray-500::-webkit-input-placeholder{
    color: #ccc;
  }

  .xl\:placeholder-gray-500::-moz-placeholder{
    color: #ccc;
  }

  .xl\:placeholder-gray-500::-ms-input-placeholder{
    color: #ccc;
  }

  .xl\:placeholder-gray-500::placeholder{
    color: #ccc;
  }

  .xl\:placeholder-gray-600::-webkit-input-placeholder{
    color: #bbb;
  }

  .xl\:placeholder-gray-600::-moz-placeholder{
    color: #bbb;
  }

  .xl\:placeholder-gray-600::-ms-input-placeholder{
    color: #bbb;
  }

  .xl\:placeholder-gray-600::placeholder{
    color: #bbb;
  }

  .xl\:placeholder-gray-800::-webkit-input-placeholder{
    color: #757575;
  }

  .xl\:placeholder-gray-800::-moz-placeholder{
    color: #757575;
  }

  .xl\:placeholder-gray-800::-ms-input-placeholder{
    color: #757575;
  }

  .xl\:placeholder-gray-800::placeholder{
    color: #757575;
  }

  .xl\:placeholder-gray-900::-webkit-input-placeholder{
    color: #666;
  }

  .xl\:placeholder-gray-900::-moz-placeholder{
    color: #666;
  }

  .xl\:placeholder-gray-900::-ms-input-placeholder{
    color: #666;
  }

  .xl\:placeholder-gray-900::placeholder{
    color: #666;
  }

  .xl\:placeholder-gray-950::-webkit-input-placeholder{
    color: #222;
  }

  .xl\:placeholder-gray-950::-moz-placeholder{
    color: #222;
  }

  .xl\:placeholder-gray-950::-ms-input-placeholder{
    color: #222;
  }

  .xl\:placeholder-gray-950::placeholder{
    color: #222;
  }

  .xl\:placeholder-gray::-webkit-input-placeholder{
    color: #999;
  }

  .xl\:placeholder-gray::-moz-placeholder{
    color: #999;
  }

  .xl\:placeholder-gray::-ms-input-placeholder{
    color: #999;
  }

  .xl\:placeholder-gray::placeholder{
    color: #999;
  }

  .xl\:placeholder-black::-webkit-input-placeholder{
    color: #171614;
  }

  .xl\:placeholder-black::-moz-placeholder{
    color: #171614;
  }

  .xl\:placeholder-black::-ms-input-placeholder{
    color: #171614;
  }

  .xl\:placeholder-black::placeholder{
    color: #171614;
  }

  .xl\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .xl\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .xl\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .xl\:placeholder-white::placeholder{
    color: #fff;
  }

  .xl\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    color: #c5e7c5;
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder{
    color: #c5e7c5;
  }

  .xl\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    color: #c5e7c5;
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder{
    color: #c5e7c5;
  }

  .xl\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    color: #5ed795;
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: #5ed795;
  }

  .xl\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    color: #5ed795;
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder{
    color: #5ed795;
  }

  .xl\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    color: #68c187;
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder{
    color: #68c187;
  }

  .xl\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    color: #68c187;
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder{
    color: #68c187;
  }

  .xl\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    color: #2F8355;
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder{
    color: #2F8355;
  }

  .xl\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    color: #2F8355;
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder{
    color: #2F8355;
  }

  .xl\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #2f8355;
  }

  .xl\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #2f8355;
  }

  .xl\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #2f8355;
  }

  .xl\:focus\:placeholder-green:focus::placeholder{
    color: #2f8355;
  }

  .xl\:focus\:placeholder-cyan-100:focus::-webkit-input-placeholder{
    color: #03bdff;
  }

  .xl\:focus\:placeholder-cyan-100:focus::-moz-placeholder{
    color: #03bdff;
  }

  .xl\:focus\:placeholder-cyan-100:focus::-ms-input-placeholder{
    color: #03bdff;
  }

  .xl\:focus\:placeholder-cyan-100:focus::placeholder{
    color: #03bdff;
  }

  .xl\:focus\:placeholder-cyan-300:focus::-webkit-input-placeholder{
    color: #60a7d5;
  }

  .xl\:focus\:placeholder-cyan-300:focus::-moz-placeholder{
    color: #60a7d5;
  }

  .xl\:focus\:placeholder-cyan-300:focus::-ms-input-placeholder{
    color: #60a7d5;
  }

  .xl\:focus\:placeholder-cyan-300:focus::placeholder{
    color: #60a7d5;
  }

  .xl\:focus\:placeholder-cyan-400:focus::-webkit-input-placeholder{
    color: #0092bc;
  }

  .xl\:focus\:placeholder-cyan-400:focus::-moz-placeholder{
    color: #0092bc;
  }

  .xl\:focus\:placeholder-cyan-400:focus::-ms-input-placeholder{
    color: #0092bc;
  }

  .xl\:focus\:placeholder-cyan-400:focus::placeholder{
    color: #0092bc;
  }

  .xl\:focus\:placeholder-cyan:focus::-webkit-input-placeholder{
    color: #007fa3;
  }

  .xl\:focus\:placeholder-cyan:focus::-moz-placeholder{
    color: #007fa3;
  }

  .xl\:focus\:placeholder-cyan:focus::-ms-input-placeholder{
    color: #007fa3;
  }

  .xl\:focus\:placeholder-cyan:focus::placeholder{
    color: #007fa3;
  }

  .xl\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    color: #2f63d4;
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    color: #2f63d4;
  }

  .xl\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    color: #2f63d4;
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder{
    color: #2f63d4;
  }

  .xl\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    color: #004C97;
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    color: #004C97;
  }

  .xl\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    color: #004C97;
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder{
    color: #004C97;
  }

  .xl\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #24458c;
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    color: #24458c;
  }

  .xl\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    color: #24458c;
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder{
    color: #24458c;
  }

  .xl\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    color: #004c97;
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    color: #004c97;
  }

  .xl\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    color: #004c97;
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder{
    color: #004c97;
  }

  .xl\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    color: #0057b8;
  }

  .xl\:focus\:placeholder-blue:focus::-moz-placeholder{
    color: #0057b8;
  }

  .xl\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color: #0057b8;
  }

  .xl\:focus\:placeholder-blue:focus::placeholder{
    color: #0057b8;
  }

  .xl\:focus\:placeholder-blue-blend:focus::-webkit-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .xl\:focus\:placeholder-blue-blend:focus::-moz-placeholder{
    color: rgba(32,67,143,.85);
  }

  .xl\:focus\:placeholder-blue-blend:focus::-ms-input-placeholder{
    color: rgba(32,67,143,.85);
  }

  .xl\:focus\:placeholder-blue-blend:focus::placeholder{
    color: rgba(32,67,143,.85);
  }

  .xl\:focus\:placeholder-lavender-100:focus::-webkit-input-placeholder{
    color: #d2a9d3;
  }

  .xl\:focus\:placeholder-lavender-100:focus::-moz-placeholder{
    color: #d2a9d3;
  }

  .xl\:focus\:placeholder-lavender-100:focus::-ms-input-placeholder{
    color: #d2a9d3;
  }

  .xl\:focus\:placeholder-lavender-100:focus::placeholder{
    color: #d2a9d3;
  }

  .xl\:focus\:placeholder-lavender-200:focus::-webkit-input-placeholder{
    color: #957ad1;
  }

  .xl\:focus\:placeholder-lavender-200:focus::-moz-placeholder{
    color: #957ad1;
  }

  .xl\:focus\:placeholder-lavender-200:focus::-ms-input-placeholder{
    color: #957ad1;
  }

  .xl\:focus\:placeholder-lavender-200:focus::placeholder{
    color: #957ad1;
  }

  .xl\:focus\:placeholder-lavender:focus::-webkit-input-placeholder{
    color: #8066b7;
  }

  .xl\:focus\:placeholder-lavender:focus::-moz-placeholder{
    color: #8066b7;
  }

  .xl\:focus\:placeholder-lavender:focus::-ms-input-placeholder{
    color: #8066b7;
  }

  .xl\:focus\:placeholder-lavender:focus::placeholder{
    color: #8066b7;
  }

  .xl\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{
    color: #eecbcb;
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    color: #eecbcb;
  }

  .xl\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    color: #eecbcb;
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder{
    color: #eecbcb;
  }

  .xl\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    color: #ff0000;
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder{
    color: #ff0000;
  }

  .xl\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    color: #ff0000;
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder{
    color: #ff0000;
  }

  .xl\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color: #d14732;
  }

  .xl\:focus\:placeholder-red:focus::-moz-placeholder{
    color: #d14732;
  }

  .xl\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color: #d14732;
  }

  .xl\:focus\:placeholder-red:focus::placeholder{
    color: #d14732;
  }

  .xl\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    color: #ffe7b6;
  }

  .xl\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    color: #ffe7b6;
  }

  .xl\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    color: #ffe7b6;
  }

  .xl\:focus\:placeholder-orange-100:focus::placeholder{
    color: #ffe7b6;
  }

  .xl\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    color: #ffc146;
  }

  .xl\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    color: #ffc146;
  }

  .xl\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    color: #ffc146;
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder{
    color: #ffc146;
  }

  .xl\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    color: #c45510;
  }

  .xl\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    color: #c45510;
  }

  .xl\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    color: #c45510;
  }

  .xl\:focus\:placeholder-orange-700:focus::placeholder{
    color: #c45510;
  }

  .xl\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    color: #8c2e0b;
  }

  .xl\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    color: #8c2e0b;
  }

  .xl\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    color: #8c2e0b;
  }

  .xl\:focus\:placeholder-orange-900:focus::placeholder{
    color: #8c2e0b;
  }

  .xl\:focus\:placeholder-orange:focus::-webkit-input-placeholder{
    color: #e77530;
  }

  .xl\:focus\:placeholder-orange:focus::-moz-placeholder{
    color: #e77530;
  }

  .xl\:focus\:placeholder-orange:focus::-ms-input-placeholder{
    color: #e77530;
  }

  .xl\:focus\:placeholder-orange:focus::placeholder{
    color: #e77530;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    color: #f2efe2;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    color: #f2efe2;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    color: #f2efe2;
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder{
    color: #f2efe2;
  }

  .xl\:focus\:placeholder-yellow:focus::-webkit-input-placeholder{
    color: #fecb34;
  }

  .xl\:focus\:placeholder-yellow:focus::-moz-placeholder{
    color: #fecb34;
  }

  .xl\:focus\:placeholder-yellow:focus::-ms-input-placeholder{
    color: #fecb34;
  }

  .xl\:focus\:placeholder-yellow:focus::placeholder{
    color: #fecb34;
  }

  .xl\:focus\:placeholder-brown-100:focus::-webkit-input-placeholder{
    color: #cfd2aa;
  }

  .xl\:focus\:placeholder-brown-100:focus::-moz-placeholder{
    color: #cfd2aa;
  }

  .xl\:focus\:placeholder-brown-100:focus::-ms-input-placeholder{
    color: #cfd2aa;
  }

  .xl\:focus\:placeholder-brown-100:focus::placeholder{
    color: #cfd2aa;
  }

  .xl\:focus\:placeholder-brown-300:focus::-webkit-input-placeholder{
    color: #7a7751;
  }

  .xl\:focus\:placeholder-brown-300:focus::-moz-placeholder{
    color: #7a7751;
  }

  .xl\:focus\:placeholder-brown-300:focus::-ms-input-placeholder{
    color: #7a7751;
  }

  .xl\:focus\:placeholder-brown-300:focus::placeholder{
    color: #7a7751;
  }

  .xl\:focus\:placeholder-brown:focus::-webkit-input-placeholder{
    color: #735005;
  }

  .xl\:focus\:placeholder-brown:focus::-moz-placeholder{
    color: #735005;
  }

  .xl\:focus\:placeholder-brown:focus::-ms-input-placeholder{
    color: #735005;
  }

  .xl\:focus\:placeholder-brown:focus::placeholder{
    color: #735005;
  }

  .xl\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f6f6f6;
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    color: #f6f6f6;
  }

  .xl\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f6f6f6;
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder{
    color: #f6f6f6;
  }

  .xl\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #eee;
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    color: #eee;
  }

  .xl\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    color: #eee;
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder{
    color: #eee;
  }

  .xl\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e5e5e5;
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    color: #e5e5e5;
  }

  .xl\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e5e5e5;
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder{
    color: #e5e5e5;
  }

  .xl\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #d8d8d8;
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    color: #d8d8d8;
  }

  .xl\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    color: #d8d8d8;
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder{
    color: #d8d8d8;
  }

  .xl\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #ccc;
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    color: #ccc;
  }

  .xl\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    color: #ccc;
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder{
    color: #ccc;
  }

  .xl\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    color: #bbb;
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    color: #bbb;
  }

  .xl\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    color: #bbb;
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder{
    color: #bbb;
  }

  .xl\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    color: #757575;
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    color: #757575;
  }

  .xl\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    color: #757575;
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder{
    color: #757575;
  }

  .xl\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    color: #666;
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    color: #666;
  }

  .xl\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    color: #666;
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder{
    color: #666;
  }

  .xl\:focus\:placeholder-gray-950:focus::-webkit-input-placeholder{
    color: #222;
  }

  .xl\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    color: #222;
  }

  .xl\:focus\:placeholder-gray-950:focus::-ms-input-placeholder{
    color: #222;
  }

  .xl\:focus\:placeholder-gray-950:focus::placeholder{
    color: #222;
  }

  .xl\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: #999;
  }

  .xl\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: #999;
  }

  .xl\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: #999;
  }

  .xl\:focus\:placeholder-gray:focus::placeholder{
    color: #999;
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #171614;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #171614;
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #171614;
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    color: #171614;
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .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\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-1{
    top: 0.0625rem;
    right: 0.0625rem;
    bottom: 0.0625rem;
    left: 0.0625rem;
  }

  .xl\:inset-2{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:inset-3{
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .xl\:inset-4{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-5{
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
  }

  .xl\:inset-6{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:inset-8{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-10{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:inset-15{
    top: 0.9375rem;
    right: 0.9375rem;
    bottom: 0.9375rem;
    left: 0.9375rem;
  }

  .xl\:inset-20{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-25{
    top: 1.5625rem;
    right: 1.5625rem;
    bottom: 1.5625rem;
    left: 1.5625rem;
  }

  .xl\:inset-30{
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .xl\:inset-35{
    top: 2.1875rem;
    right: 2.1875rem;
    bottom: 2.1875rem;
    left: 2.1875rem;
  }

  .xl\:inset-40{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-50{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .xl\:inset-60{
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .xl\:inset-75{
    top: 4.6875rem;
    right: 4.6875rem;
    bottom: 4.6875rem;
    left: 4.6875rem;
  }

  .xl\:inset-85{
    top: 5.3125rem;
    right: 5.3125rem;
    bottom: 5.3125rem;
    left: 5.3125rem;
  }

  .xl\:inset-100{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .xl\:inset-150{
    top: 9.375rem;
    right: 9.375rem;
    bottom: 9.375rem;
    left: 9.375rem;
  }

  .xl\:inset-175{
    top: 10.9375rem;
    right: 10.9375rem;
    bottom: 10.9375rem;
    left: 10.9375rem;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xl\:inset-y-1{
    top: 0.0625rem;
    bottom: 0.0625rem;
  }

  .xl\:inset-x-1{
    right: 0.0625rem;
    left: 0.0625rem;
  }

  .xl\:inset-y-2{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:inset-x-2{
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:inset-y-3{
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .xl\:inset-x-3{
    right: 0.1875rem;
    left: 0.1875rem;
  }

  .xl\:inset-y-4{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:inset-x-4{
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-y-5{
    top: 0.3125rem;
    bottom: 0.3125rem;
  }

  .xl\:inset-x-5{
    right: 0.3125rem;
    left: 0.3125rem;
  }

  .xl\:inset-y-6{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:inset-x-6{
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:inset-y-8{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:inset-x-8{
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-y-10{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:inset-x-10{
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:inset-y-15{
    top: 0.9375rem;
    bottom: 0.9375rem;
  }

  .xl\:inset-x-15{
    right: 0.9375rem;
    left: 0.9375rem;
  }

  .xl\:inset-y-20{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:inset-x-20{
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-y-25{
    top: 1.5625rem;
    bottom: 1.5625rem;
  }

  .xl\:inset-x-25{
    right: 1.5625rem;
    left: 1.5625rem;
  }

  .xl\:inset-y-30{
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .xl\:inset-x-30{
    right: 1.875rem;
    left: 1.875rem;
  }

  .xl\:inset-y-35{
    top: 2.1875rem;
    bottom: 2.1875rem;
  }

  .xl\:inset-x-35{
    right: 2.1875rem;
    left: 2.1875rem;
  }

  .xl\:inset-y-40{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:inset-x-40{
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-y-50{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .xl\:inset-x-50{
    right: 3.125rem;
    left: 3.125rem;
  }

  .xl\:inset-y-60{
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .xl\:inset-x-60{
    right: 3.75rem;
    left: 3.75rem;
  }

  .xl\:inset-y-75{
    top: 4.6875rem;
    bottom: 4.6875rem;
  }

  .xl\:inset-x-75{
    right: 4.6875rem;
    left: 4.6875rem;
  }

  .xl\:inset-y-85{
    top: 5.3125rem;
    bottom: 5.3125rem;
  }

  .xl\:inset-x-85{
    right: 5.3125rem;
    left: 5.3125rem;
  }

  .xl\:inset-y-100{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .xl\:inset-x-100{
    right: 6.25rem;
    left: 6.25rem;
  }

  .xl\:inset-y-150{
    top: 9.375rem;
    bottom: 9.375rem;
  }

  .xl\:inset-x-150{
    right: 9.375rem;
    left: 9.375rem;
  }

  .xl\:inset-y-175{
    top: 10.9375rem;
    bottom: 10.9375rem;
  }

  .xl\:inset-x-175{
    right: 10.9375rem;
    left: 10.9375rem;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl\:top-0{
    top: 0;
  }

  .xl\:right-0{
    right: 0;
  }

  .xl\:bottom-0{
    bottom: 0;
  }

  .xl\:left-0{
    left: 0;
  }

  .xl\:top-1{
    top: 0.0625rem;
  }

  .xl\:right-1{
    right: 0.0625rem;
  }

  .xl\:bottom-1{
    bottom: 0.0625rem;
  }

  .xl\:left-1{
    left: 0.0625rem;
  }

  .xl\:top-2{
    top: 0.125rem;
  }

  .xl\:right-2{
    right: 0.125rem;
  }

  .xl\:bottom-2{
    bottom: 0.125rem;
  }

  .xl\:left-2{
    left: 0.125rem;
  }

  .xl\:top-3{
    top: 0.1875rem;
  }

  .xl\:right-3{
    right: 0.1875rem;
  }

  .xl\:bottom-3{
    bottom: 0.1875rem;
  }

  .xl\:left-3{
    left: 0.1875rem;
  }

  .xl\:top-4{
    top: 0.25rem;
  }

  .xl\:right-4{
    right: 0.25rem;
  }

  .xl\:bottom-4{
    bottom: 0.25rem;
  }

  .xl\:left-4{
    left: 0.25rem;
  }

  .xl\:top-5{
    top: 0.3125rem;
  }

  .xl\:right-5{
    right: 0.3125rem;
  }

  .xl\:bottom-5{
    bottom: 0.3125rem;
  }

  .xl\:left-5{
    left: 0.3125rem;
  }

  .xl\:top-6{
    top: 0.375rem;
  }

  .xl\:right-6{
    right: 0.375rem;
  }

  .xl\:bottom-6{
    bottom: 0.375rem;
  }

  .xl\:left-6{
    left: 0.375rem;
  }

  .xl\:top-8{
    top: 0.5rem;
  }

  .xl\:right-8{
    right: 0.5rem;
  }

  .xl\:bottom-8{
    bottom: 0.5rem;
  }

  .xl\:left-8{
    left: 0.5rem;
  }

  .xl\:top-10{
    top: 0.625rem;
  }

  .xl\:right-10{
    right: 0.625rem;
  }

  .xl\:bottom-10{
    bottom: 0.625rem;
  }

  .xl\:left-10{
    left: 0.625rem;
  }

  .xl\:top-15{
    top: 0.9375rem;
  }

  .xl\:right-15{
    right: 0.9375rem;
  }

  .xl\:bottom-15{
    bottom: 0.9375rem;
  }

  .xl\:left-15{
    left: 0.9375rem;
  }

  .xl\:top-20{
    top: 1.25rem;
  }

  .xl\:right-20{
    right: 1.25rem;
  }

  .xl\:bottom-20{
    bottom: 1.25rem;
  }

  .xl\:left-20{
    left: 1.25rem;
  }

  .xl\:top-25{
    top: 1.5625rem;
  }

  .xl\:right-25{
    right: 1.5625rem;
  }

  .xl\:bottom-25{
    bottom: 1.5625rem;
  }

  .xl\:left-25{
    left: 1.5625rem;
  }

  .xl\:top-30{
    top: 1.875rem;
  }

  .xl\:right-30{
    right: 1.875rem;
  }

  .xl\:bottom-30{
    bottom: 1.875rem;
  }

  .xl\:left-30{
    left: 1.875rem;
  }

  .xl\:top-35{
    top: 2.1875rem;
  }

  .xl\:right-35{
    right: 2.1875rem;
  }

  .xl\:bottom-35{
    bottom: 2.1875rem;
  }

  .xl\:left-35{
    left: 2.1875rem;
  }

  .xl\:top-40{
    top: 2.5rem;
  }

  .xl\:right-40{
    right: 2.5rem;
  }

  .xl\:bottom-40{
    bottom: 2.5rem;
  }

  .xl\:left-40{
    left: 2.5rem;
  }

  .xl\:top-50{
    top: 3.125rem;
  }

  .xl\:right-50{
    right: 3.125rem;
  }

  .xl\:bottom-50{
    bottom: 3.125rem;
  }

  .xl\:left-50{
    left: 3.125rem;
  }

  .xl\:top-60{
    top: 3.75rem;
  }

  .xl\:right-60{
    right: 3.75rem;
  }

  .xl\:bottom-60{
    bottom: 3.75rem;
  }

  .xl\:left-60{
    left: 3.75rem;
  }

  .xl\:top-75{
    top: 4.6875rem;
  }

  .xl\:right-75{
    right: 4.6875rem;
  }

  .xl\:bottom-75{
    bottom: 4.6875rem;
  }

  .xl\:left-75{
    left: 4.6875rem;
  }

  .xl\:top-85{
    top: 5.3125rem;
  }

  .xl\:right-85{
    right: 5.3125rem;
  }

  .xl\:bottom-85{
    bottom: 5.3125rem;
  }

  .xl\:left-85{
    left: 5.3125rem;
  }

  .xl\:top-100{
    top: 6.25rem;
  }

  .xl\:right-100{
    right: 6.25rem;
  }

  .xl\:bottom-100{
    bottom: 6.25rem;
  }

  .xl\:left-100{
    left: 6.25rem;
  }

  .xl\:top-150{
    top: 9.375rem;
  }

  .xl\:right-150{
    right: 9.375rem;
  }

  .xl\:bottom-150{
    bottom: 9.375rem;
  }

  .xl\:left-150{
    left: 9.375rem;
  }

  .xl\:top-175{
    top: 10.9375rem;
  }

  .xl\:right-175{
    right: 10.9375rem;
  }

  .xl\:bottom-175{
    bottom: 10.9375rem;
  }

  .xl\:left-175{
    left: 10.9375rem;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:resize-none{
    resize: none;
  }

  .xl\:resize-y{
    resize: vertical;
  }

  .xl\:resize-x{
    resize: horizontal;
  }

  .xl\:resize{
    resize: both;
  }

  .xl\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:shadow-none{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:hover\:shadow-none:hover{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:focus\:shadow-none:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:fill-current{
    fill: currentColor;
  }

  .xl\:stroke-current{
    stroke: currentColor;
  }

  .xl\:stroke-0{
    stroke-width: 0;
  }

  .xl\:stroke-1{
    stroke-width: 1;
  }

  .xl\:stroke-2{
    stroke-width: 2;
  }

  .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-green-100{
    color: #c5e7c5;
  }

  .xl\:text-green-300{
    color: #5ed795;
  }

  .xl\:text-green-400{
    color: #68c187;
  }

  .xl\:text-green-700{
    color: #2F8355;
  }

  .xl\:text-green{
    color: #2f8355;
  }

  .xl\:text-cyan-100{
    color: #03bdff;
  }

  .xl\:text-cyan-300{
    color: #60a7d5;
  }

  .xl\:text-cyan-400{
    color: #0092bc;
  }

  .xl\:text-cyan{
    color: #007fa3;
  }

  .xl\:text-blue-300{
    color: #2f63d4;
  }

  .xl\:text-blue-400{
    color: #004C97;
  }

  .xl\:text-blue-500{
    color: #24458c;
  }

  .xl\:text-blue-700{
    color: #004c97;
  }

  .xl\:text-blue{
    color: #0057b8;
  }

  .xl\:text-blue-blend{
    color: rgba(32,67,143,.85);
  }

  .xl\:text-lavender-100{
    color: #d2a9d3;
  }

  .xl\:text-lavender-200{
    color: #957ad1;
  }

  .xl\:text-lavender{
    color: #8066b7;
  }

  .xl\:text-red-100{
    color: #eecbcb;
  }

  .xl\:text-red-900{
    color: #ff0000;
  }

  .xl\:text-red{
    color: #d14732;
  }

  .xl\:text-orange-100{
    color: #ffe7b6;
  }

  .xl\:text-orange-400{
    color: #ffc146;
  }

  .xl\:text-orange-700{
    color: #c45510;
  }

  .xl\:text-orange-900{
    color: #8c2e0b;
  }

  .xl\:text-orange{
    color: #e77530;
  }

  .xl\:text-yellow-100{
    color: #f2efe2;
  }

  .xl\:text-yellow{
    color: #fecb34;
  }

  .xl\:text-brown-100{
    color: #cfd2aa;
  }

  .xl\:text-brown-300{
    color: #7a7751;
  }

  .xl\:text-brown{
    color: #735005;
  }

  .xl\:text-gray-100{
    color: #f6f6f6;
  }

  .xl\:text-gray-200{
    color: #eee;
  }

  .xl\:text-gray-300{
    color: #e5e5e5;
  }

  .xl\:text-gray-400{
    color: #d8d8d8;
  }

  .xl\:text-gray-500{
    color: #ccc;
  }

  .xl\:text-gray-600{
    color: #bbb;
  }

  .xl\:text-gray-800{
    color: #757575;
  }

  .xl\:text-gray-900{
    color: #666;
  }

  .xl\:text-gray-950{
    color: #222;
  }

  .xl\:text-gray{
    color: #999;
  }

  .xl\:text-black{
    color: #171614;
  }

  .xl\:text-white{
    color: #fff;
  }

  .xl\:text-transparent{
    color: transparent;
  }

  .xl\:hover\:text-green-100:hover{
    color: #c5e7c5;
  }

  .xl\:hover\:text-green-300:hover{
    color: #5ed795;
  }

  .xl\:hover\:text-green-400:hover{
    color: #68c187;
  }

  .xl\:hover\:text-green-700:hover{
    color: #2F8355;
  }

  .xl\:hover\:text-green:hover{
    color: #2f8355;
  }

  .xl\:hover\:text-cyan-100:hover{
    color: #03bdff;
  }

  .xl\:hover\:text-cyan-300:hover{
    color: #60a7d5;
  }

  .xl\:hover\:text-cyan-400:hover{
    color: #0092bc;
  }

  .xl\:hover\:text-cyan:hover{
    color: #007fa3;
  }

  .xl\:hover\:text-blue-300:hover{
    color: #2f63d4;
  }

  .xl\:hover\:text-blue-400:hover{
    color: #004C97;
  }

  .xl\:hover\:text-blue-500:hover{
    color: #24458c;
  }

  .xl\:hover\:text-blue-700:hover{
    color: #004c97;
  }

  .xl\:hover\:text-blue:hover{
    color: #0057b8;
  }

  .xl\:hover\:text-blue-blend:hover{
    color: rgba(32,67,143,.85);
  }

  .xl\:hover\:text-lavender-100:hover{
    color: #d2a9d3;
  }

  .xl\:hover\:text-lavender-200:hover{
    color: #957ad1;
  }

  .xl\:hover\:text-lavender:hover{
    color: #8066b7;
  }

  .xl\:hover\:text-red-100:hover{
    color: #eecbcb;
  }

  .xl\:hover\:text-red-900:hover{
    color: #ff0000;
  }

  .xl\:hover\:text-red:hover{
    color: #d14732;
  }

  .xl\:hover\:text-orange-100:hover{
    color: #ffe7b6;
  }

  .xl\:hover\:text-orange-400:hover{
    color: #ffc146;
  }

  .xl\:hover\:text-orange-700:hover{
    color: #c45510;
  }

  .xl\:hover\:text-orange-900:hover{
    color: #8c2e0b;
  }

  .xl\:hover\:text-orange:hover{
    color: #e77530;
  }

  .xl\:hover\:text-yellow-100:hover{
    color: #f2efe2;
  }

  .xl\:hover\:text-yellow:hover{
    color: #fecb34;
  }

  .xl\:hover\:text-brown-100:hover{
    color: #cfd2aa;
  }

  .xl\:hover\:text-brown-300:hover{
    color: #7a7751;
  }

  .xl\:hover\:text-brown:hover{
    color: #735005;
  }

  .xl\:hover\:text-gray-100:hover{
    color: #f6f6f6;
  }

  .xl\:hover\:text-gray-200:hover{
    color: #eee;
  }

  .xl\:hover\:text-gray-300:hover{
    color: #e5e5e5;
  }

  .xl\:hover\:text-gray-400:hover{
    color: #d8d8d8;
  }

  .xl\:hover\:text-gray-500:hover{
    color: #ccc;
  }

  .xl\:hover\:text-gray-600:hover{
    color: #bbb;
  }

  .xl\:hover\:text-gray-800:hover{
    color: #757575;
  }

  .xl\:hover\:text-gray-900:hover{
    color: #666;
  }

  .xl\:hover\:text-gray-950:hover{
    color: #222;
  }

  .xl\:hover\:text-gray:hover{
    color: #999;
  }

  .xl\:hover\:text-black:hover{
    color: #171614;
  }

  .xl\:hover\:text-white:hover{
    color: #fff;
  }

  .xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xl\:focus\:text-green-100:focus{
    color: #c5e7c5;
  }

  .xl\:focus\:text-green-300:focus{
    color: #5ed795;
  }

  .xl\:focus\:text-green-400:focus{
    color: #68c187;
  }

  .xl\:focus\:text-green-700:focus{
    color: #2F8355;
  }

  .xl\:focus\:text-green:focus{
    color: #2f8355;
  }

  .xl\:focus\:text-cyan-100:focus{
    color: #03bdff;
  }

  .xl\:focus\:text-cyan-300:focus{
    color: #60a7d5;
  }

  .xl\:focus\:text-cyan-400:focus{
    color: #0092bc;
  }

  .xl\:focus\:text-cyan:focus{
    color: #007fa3;
  }

  .xl\:focus\:text-blue-300:focus{
    color: #2f63d4;
  }

  .xl\:focus\:text-blue-400:focus{
    color: #004C97;
  }

  .xl\:focus\:text-blue-500:focus{
    color: #24458c;
  }

  .xl\:focus\:text-blue-700:focus{
    color: #004c97;
  }

  .xl\:focus\:text-blue:focus{
    color: #0057b8;
  }

  .xl\:focus\:text-blue-blend:focus{
    color: rgba(32,67,143,.85);
  }

  .xl\:focus\:text-lavender-100:focus{
    color: #d2a9d3;
  }

  .xl\:focus\:text-lavender-200:focus{
    color: #957ad1;
  }

  .xl\:focus\:text-lavender:focus{
    color: #8066b7;
  }

  .xl\:focus\:text-red-100:focus{
    color: #eecbcb;
  }

  .xl\:focus\:text-red-900:focus{
    color: #ff0000;
  }

  .xl\:focus\:text-red:focus{
    color: #d14732;
  }

  .xl\:focus\:text-orange-100:focus{
    color: #ffe7b6;
  }

  .xl\:focus\:text-orange-400:focus{
    color: #ffc146;
  }

  .xl\:focus\:text-orange-700:focus{
    color: #c45510;
  }

  .xl\:focus\:text-orange-900:focus{
    color: #8c2e0b;
  }

  .xl\:focus\:text-orange:focus{
    color: #e77530;
  }

  .xl\:focus\:text-yellow-100:focus{
    color: #f2efe2;
  }

  .xl\:focus\:text-yellow:focus{
    color: #fecb34;
  }

  .xl\:focus\:text-brown-100:focus{
    color: #cfd2aa;
  }

  .xl\:focus\:text-brown-300:focus{
    color: #7a7751;
  }

  .xl\:focus\:text-brown:focus{
    color: #735005;
  }

  .xl\:focus\:text-gray-100:focus{
    color: #f6f6f6;
  }

  .xl\:focus\:text-gray-200:focus{
    color: #eee;
  }

  .xl\:focus\:text-gray-300:focus{
    color: #e5e5e5;
  }

  .xl\:focus\:text-gray-400:focus{
    color: #d8d8d8;
  }

  .xl\:focus\:text-gray-500:focus{
    color: #ccc;
  }

  .xl\:focus\:text-gray-600:focus{
    color: #bbb;
  }

  .xl\:focus\:text-gray-800:focus{
    color: #757575;
  }

  .xl\:focus\:text-gray-900:focus{
    color: #666;
  }

  .xl\:focus\:text-gray-950:focus{
    color: #222;
  }

  .xl\:focus\:text-gray:focus{
    color: #999;
  }

  .xl\:focus\:text-black:focus{
    color: #171614;
  }

  .xl\:focus\:text-white:focus{
    color: #fff;
  }

  .xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xl\:italic{
    font-style: italic;
  }

  .xl\:not-italic{
    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\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus{
    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\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal{
    letter-spacing: 0;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .xl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: 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\:whitespace-normal{
    white-space: normal;
  }

  .xl\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .xl\:whitespace-pre{
    white-space: pre;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words{
    overflow-wrap: break-word;
  }

  .xl\:break-all{
    word-break: break-all;
  }

  .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-0{
    width: 0;
  }

  .xl\:w-1{
    width: 0.0625rem;
  }

  .xl\:w-2{
    width: 0.125rem;
  }

  .xl\:w-3{
    width: 0.1875rem;
  }

  .xl\:w-4{
    width: 0.25rem;
  }

  .xl\:w-5{
    width: 0.3125rem;
  }

  .xl\:w-6{
    width: 0.375rem;
  }

  .xl\:w-8{
    width: 0.5rem;
  }

  .xl\:w-10{
    width: 0.625rem;
  }

  .xl\:w-15{
    width: 0.9375rem;
  }

  .xl\:w-20{
    width: 1.25rem;
  }

  .xl\:w-25{
    width: 1.5625rem;
  }

  .xl\:w-30{
    width: 1.875rem;
  }

  .xl\:w-35{
    width: 2.1875rem;
  }

  .xl\:w-40{
    width: 2.5rem;
  }

  .xl\:w-50{
    width: 3.125rem;
  }

  .xl\:w-60{
    width: 3.75rem;
  }

  .xl\:w-70{
    width: 4.375rem;
  }

  .xl\:w-75{
    width: 4.6875rem;
  }

  .xl\:w-80{
    width: 5rem;
  }

  .xl\:w-85{
    width: 5.3125rem;
  }

  .xl\:w-90{
    width: 5.625rem;
  }

  .xl\:w-100{
    width: 6.25rem;
  }

  .xl\:w-110{
    width: 6.875rem;
  }

  .xl\:w-120{
    width: 7.5rem;
  }

  .xl\:w-130{
    width: 8.125rem;
  }

  .xl\:w-140{
    width: 8.75rem;
  }

  .xl\:w-150{
    width: 9.375rem;
  }

  .xl\:w-160{
    width: 10rem;
  }

  .xl\:w-170{
    width: 10.625rem;
  }

  .xl\:w-175{
    width: 10.9375rem;
  }

  .xl\:w-180{
    width: 11.25rem;
  }

  .xl\:w-190{
    width: 11.875rem;
  }

  .xl\:w-200{
    width: 12.5rem;
  }

  .xl\:w-225{
    width: 14.0625rem;
  }

  .xl\:w-250{
    width: 15.625rem;
  }

  .xl\:w-300{
    width: 18.75rem;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33%;
  }

  .xl\:w-2\/3{
    width: 66.6%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:w-2\/4{
    width: 50%;
  }

  .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.666667%;
  }

  .xl\:w-2\/6{
    width: 33.333333%;
  }

  .xl\:w-3\/6{
    width: 50%;
  }

  .xl\:w-4\/6{
    width: 66.666667%;
  }

  .xl\:w-5\/6{
    width: 83.333333%;
  }

  .xl\:w-1\/12{
    width: 8.333333%;
  }

  .xl\:w-2\/12{
    width: 16.666667%;
  }

  .xl\:w-3\/12{
    width: 25%;
  }

  .xl\:w-4\/12{
    width: 33.333333%;
  }

  .xl\:w-5\/12{
    width: 41.666667%;
  }

  .xl\:w-6\/12{
    width: 50%;
  }

  .xl\:w-7\/12{
    width: 58.333333%;
  }

  .xl\:w-8\/12{
    width: 66.666667%;
  }

  .xl\:w-9\/12{
    width: 75%;
  }

  .xl\:w-10\/12{
    width: 83.333333%;
  }

  .xl\:w-11\/12{
    width: 91.666667%;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:w-screen{
    width: 100vw;
  }

  .xl\:w-1\/3-up{
    width: 34%;
  }

  .xl\:w-gminor{
    width: 38.2%;
  }

  .xl\:w-gmajor{
    width: 61.8%;
  }

  .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;
  }

  .xl\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .xl\:gap-1{
    grid-gap: 0.0625rem;
    gap: 0.0625rem;
  }

  .xl\:gap-2{
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .xl\:gap-3{
    grid-gap: 0.1875rem;
    gap: 0.1875rem;
  }

  .xl\:gap-4{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:gap-5{
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
  }

  .xl\:gap-6{
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .xl\:gap-8{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:gap-10{
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .xl\:gap-15{
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }

  .xl\:gap-20{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:gap-25{
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
  }

  .xl\:gap-30{
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .xl\:gap-35{
    grid-gap: 2.1875rem;
    gap: 2.1875rem;
  }

  .xl\:gap-40{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:gap-50{
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }

  .xl\:gap-60{
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .xl\:gap-75{
    grid-gap: 4.6875rem;
    gap: 4.6875rem;
  }

  .xl\:gap-85{
    grid-gap: 5.3125rem;
    gap: 5.3125rem;
  }

  .xl\:gap-100{
    grid-gap: 6.25rem;
    gap: 6.25rem;
  }

  .xl\:gap-150{
    grid-gap: 9.375rem;
    gap: 9.375rem;
  }

  .xl\:gap-175{
    grid-gap: 10.9375rem;
    gap: 10.9375rem;
  }

  .xl\:col-gap-0{
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .xl\:col-gap-1{
    grid-column-gap: 0.0625rem;
    -webkit-column-gap: 0.0625rem;
       -moz-column-gap: 0.0625rem;
            column-gap: 0.0625rem;
  }

  .xl\:col-gap-2{
    grid-column-gap: 0.125rem;
    -webkit-column-gap: 0.125rem;
       -moz-column-gap: 0.125rem;
            column-gap: 0.125rem;
  }

  .xl\:col-gap-3{
    grid-column-gap: 0.1875rem;
    -webkit-column-gap: 0.1875rem;
       -moz-column-gap: 0.1875rem;
            column-gap: 0.1875rem;
  }

  .xl\:col-gap-4{
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .xl\:col-gap-5{
    grid-column-gap: 0.3125rem;
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }

  .xl\:col-gap-6{
    grid-column-gap: 0.375rem;
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }

  .xl\:col-gap-8{
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .xl\:col-gap-10{
    grid-column-gap: 0.625rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .xl\:col-gap-15{
    grid-column-gap: 0.9375rem;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .xl\:col-gap-20{
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .xl\:col-gap-25{
    grid-column-gap: 1.5625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .xl\:col-gap-30{
    grid-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .xl\:col-gap-35{
    grid-column-gap: 2.1875rem;
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
  }

  .xl\:col-gap-40{
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .xl\:col-gap-50{
    grid-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .xl\:col-gap-60{
    grid-column-gap: 3.75rem;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }

  .xl\:col-gap-75{
    grid-column-gap: 4.6875rem;
    -webkit-column-gap: 4.6875rem;
       -moz-column-gap: 4.6875rem;
            column-gap: 4.6875rem;
  }

  .xl\:col-gap-85{
    grid-column-gap: 5.3125rem;
    -webkit-column-gap: 5.3125rem;
       -moz-column-gap: 5.3125rem;
            column-gap: 5.3125rem;
  }

  .xl\:col-gap-100{
    grid-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .xl\:col-gap-150{
    grid-column-gap: 9.375rem;
    -webkit-column-gap: 9.375rem;
       -moz-column-gap: 9.375rem;
            column-gap: 9.375rem;
  }

  .xl\:col-gap-175{
    grid-column-gap: 10.9375rem;
    -webkit-column-gap: 10.9375rem;
       -moz-column-gap: 10.9375rem;
            column-gap: 10.9375rem;
  }

  .xl\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:row-gap-1{
    grid-row-gap: 0.0625rem;
    row-gap: 0.0625rem;
  }

  .xl\:row-gap-2{
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .xl\:row-gap-3{
    grid-row-gap: 0.1875rem;
    row-gap: 0.1875rem;
  }

  .xl\:row-gap-4{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:row-gap-5{
    grid-row-gap: 0.3125rem;
    row-gap: 0.3125rem;
  }

  .xl\:row-gap-6{
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .xl\:row-gap-8{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:row-gap-10{
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .xl\:row-gap-15{
    grid-row-gap: 0.9375rem;
    row-gap: 0.9375rem;
  }

  .xl\:row-gap-20{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:row-gap-25{
    grid-row-gap: 1.5625rem;
    row-gap: 1.5625rem;
  }

  .xl\:row-gap-30{
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .xl\:row-gap-35{
    grid-row-gap: 2.1875rem;
    row-gap: 2.1875rem;
  }

  .xl\:row-gap-40{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:row-gap-50{
    grid-row-gap: 3.125rem;
    row-gap: 3.125rem;
  }

  .xl\:row-gap-60{
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .xl\:row-gap-75{
    grid-row-gap: 4.6875rem;
    row-gap: 4.6875rem;
  }

  .xl\:row-gap-85{
    grid-row-gap: 5.3125rem;
    row-gap: 5.3125rem;
  }

  .xl\:row-gap-100{
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
  }

  .xl\:row-gap-150{
    grid-row-gap: 9.375rem;
    row-gap: 9.375rem;
  }

  .xl\:row-gap-175{
    grid-row-gap: 10.9375rem;
    row-gap: 10.9375rem;
  }

  .xl\:grid-flow-row{
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col{
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none{
    grid-template-columns: none;
  }

  .xl\:col-auto{
    grid-column: auto;
  }

  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .xl\:col-start-1{
    grid-column-start: 1;
  }

  .xl\:col-start-2{
    grid-column-start: 2;
  }

  .xl\:col-start-3{
    grid-column-start: 3;
  }

  .xl\:col-start-4{
    grid-column-start: 4;
  }

  .xl\:col-start-5{
    grid-column-start: 5;
  }

  .xl\:col-start-6{
    grid-column-start: 6;
  }

  .xl\:col-start-7{
    grid-column-start: 7;
  }

  .xl\:col-start-8{
    grid-column-start: 8;
  }

  .xl\:col-start-9{
    grid-column-start: 9;
  }

  .xl\:col-start-10{
    grid-column-start: 10;
  }

  .xl\:col-start-11{
    grid-column-start: 11;
  }

  .xl\:col-start-12{
    grid-column-start: 12;
  }

  .xl\:col-start-13{
    grid-column-start: 13;
  }

  .xl\:col-start-auto{
    grid-column-start: auto;
  }

  .xl\:col-end-1{
    grid-column-end: 1;
  }

  .xl\:col-end-2{
    grid-column-end: 2;
  }

  .xl\:col-end-3{
    grid-column-end: 3;
  }

  .xl\:col-end-4{
    grid-column-end: 4;
  }

  .xl\:col-end-5{
    grid-column-end: 5;
  }

  .xl\:col-end-6{
    grid-column-end: 6;
  }

  .xl\:col-end-7{
    grid-column-end: 7;
  }

  .xl\:col-end-8{
    grid-column-end: 8;
  }

  .xl\:col-end-9{
    grid-column-end: 9;
  }

  .xl\:col-end-10{
    grid-column-end: 10;
  }

  .xl\:col-end-11{
    grid-column-end: 11;
  }

  .xl\:col-end-12{
    grid-column-end: 12;
  }

  .xl\:col-end-13{
    grid-column-end: 13;
  }

  .xl\:col-end-auto{
    grid-column-end: auto;
  }

  .xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none{
    grid-template-rows: none;
  }

  .xl\:row-auto{
    grid-row: auto;
  }

  .xl\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .xl\:row-start-1{
    grid-row-start: 1;
  }

  .xl\:row-start-2{
    grid-row-start: 2;
  }

  .xl\:row-start-3{
    grid-row-start: 3;
  }

  .xl\:row-start-4{
    grid-row-start: 4;
  }

  .xl\:row-start-5{
    grid-row-start: 5;
  }

  .xl\:row-start-6{
    grid-row-start: 6;
  }

  .xl\:row-start-7{
    grid-row-start: 7;
  }

  .xl\:row-start-auto{
    grid-row-start: auto;
  }

  .xl\:row-end-1{
    grid-row-end: 1;
  }

  .xl\:row-end-2{
    grid-row-end: 2;
  }

  .xl\:row-end-3{
    grid-row-end: 3;
  }

  .xl\:row-end-4{
    grid-row-end: 4;
  }

  .xl\:row-end-5{
    grid-row-end: 5;
  }

  .xl\:row-end-6{
    grid-row-end: 6;
  }

  .xl\:row-end-7{
    grid-row-end: 7;
  }

  .xl\:row-end-auto{
    grid-row-end: auto;
  }

  .xl\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xl\:transform-none{
    -webkit-transform: none;
            transform: none;
  }

  .xl\:origin-center{
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  .xl\:origin-top{
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  .xl\:origin-top-right{
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

  .xl\:origin-right{
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  .xl\:origin-bottom-right{
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .xl\:origin-bottom{
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  .xl\:origin-bottom-left{
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .xl\:origin-left{
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  .xl\:origin-top-left{
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  .xl\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:scale-x-0{
    --transform-scale-x: 0;
  }

  .xl\:scale-x-50{
    --transform-scale-x: .5;
  }

  .xl\:scale-x-75{
    --transform-scale-x: .75;
  }

  .xl\:scale-x-90{
    --transform-scale-x: .9;
  }

  .xl\:scale-x-95{
    --transform-scale-x: .95;
  }

  .xl\:scale-x-100{
    --transform-scale-x: 1;
  }

  .xl\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .xl\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .xl\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .xl\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .xl\:scale-y-0{
    --transform-scale-y: 0;
  }

  .xl\:scale-y-50{
    --transform-scale-y: .5;
  }

  .xl\:scale-y-75{
    --transform-scale-y: .75;
  }

  .xl\:scale-y-90{
    --transform-scale-y: .9;
  }

  .xl\:scale-y-95{
    --transform-scale-y: .95;
  }

  .xl\:scale-y-100{
    --transform-scale-y: 1;
  }

  .xl\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .xl\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .xl\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .xl\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .xl\:rotate-0{
    --transform-rotate: 0;
  }

  .xl\:rotate-45{
    --transform-rotate: 45deg;
  }

  .xl\:rotate-90{
    --transform-rotate: 90deg;
  }

  .xl\:rotate-180{
    --transform-rotate: 180deg;
  }

  .xl\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .xl\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .xl\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .xl\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .xl\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .xl\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .xl\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .xl\:translate-x-0{
    --transform-translate-x: 0;
  }

  .xl\:translate-x-1{
    --transform-translate-x: 0.0625rem;
  }

  .xl\:translate-x-2{
    --transform-translate-x: 0.125rem;
  }

  .xl\:translate-x-3{
    --transform-translate-x: 0.1875rem;
  }

  .xl\:translate-x-4{
    --transform-translate-x: 0.25rem;
  }

  .xl\:translate-x-5{
    --transform-translate-x: 0.3125rem;
  }

  .xl\:translate-x-6{
    --transform-translate-x: 0.375rem;
  }

  .xl\:translate-x-8{
    --transform-translate-x: 0.5rem;
  }

  .xl\:translate-x-10{
    --transform-translate-x: 0.625rem;
  }

  .xl\:translate-x-15{
    --transform-translate-x: 0.9375rem;
  }

  .xl\:translate-x-20{
    --transform-translate-x: 1.25rem;
  }

  .xl\:translate-x-25{
    --transform-translate-x: 1.5625rem;
  }

  .xl\:translate-x-30{
    --transform-translate-x: 1.875rem;
  }

  .xl\:translate-x-35{
    --transform-translate-x: 2.1875rem;
  }

  .xl\:translate-x-40{
    --transform-translate-x: 2.5rem;
  }

  .xl\:translate-x-50{
    --transform-translate-x: 3.125rem;
  }

  .xl\:translate-x-60{
    --transform-translate-x: 3.75rem;
  }

  .xl\:translate-x-75{
    --transform-translate-x: 4.6875rem;
  }

  .xl\:translate-x-85{
    --transform-translate-x: 5.3125rem;
  }

  .xl\:translate-x-100{
    --transform-translate-x: 6.25rem;
  }

  .xl\:translate-x-150{
    --transform-translate-x: 9.375rem;
  }

  .xl\:translate-x-175{
    --transform-translate-x: 10.9375rem;
  }

  .xl\:-translate-x-0{
    --transform-translate-x: 0;
  }

  .xl\:-translate-x-1{
    --transform-translate-x: -0.0625rem;
  }

  .xl\:-translate-x-2{
    --transform-translate-x: -0.125rem;
  }

  .xl\:-translate-x-3{
    --transform-translate-x: -0.1875rem;
  }

  .xl\:-translate-x-4{
    --transform-translate-x: -0.25rem;
  }

  .xl\:-translate-x-5{
    --transform-translate-x: -0.3125rem;
  }

  .xl\:-translate-x-6{
    --transform-translate-x: -0.375rem;
  }

  .xl\:-translate-x-8{
    --transform-translate-x: -0.5rem;
  }

  .xl\:-translate-x-10{
    --transform-translate-x: -0.625rem;
  }

  .xl\:-translate-x-15{
    --transform-translate-x: -0.9375rem;
  }

  .xl\:-translate-x-20{
    --transform-translate-x: -1.25rem;
  }

  .xl\:-translate-x-25{
    --transform-translate-x: -1.5625rem;
  }

  .xl\:-translate-x-30{
    --transform-translate-x: -1.875rem;
  }

  .xl\:-translate-x-35{
    --transform-translate-x: -2.1875rem;
  }

  .xl\:-translate-x-40{
    --transform-translate-x: -2.5rem;
  }

  .xl\:-translate-x-50{
    --transform-translate-x: -3.125rem;
  }

  .xl\:-translate-x-60{
    --transform-translate-x: -3.75rem;
  }

  .xl\:-translate-x-75{
    --transform-translate-x: -4.6875rem;
  }

  .xl\:-translate-x-85{
    --transform-translate-x: -5.3125rem;
  }

  .xl\:-translate-x-100{
    --transform-translate-x: -6.25rem;
  }

  .xl\:-translate-x-150{
    --transform-translate-x: -9.375rem;
  }

  .xl\:-translate-x-175{
    --transform-translate-x: -10.9375rem;
  }

  .xl\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .xl\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .xl\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .xl\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .xl\:translate-y-0{
    --transform-translate-y: 0;
  }

  .xl\:translate-y-1{
    --transform-translate-y: 0.0625rem;
  }

  .xl\:translate-y-2{
    --transform-translate-y: 0.125rem;
  }

  .xl\:translate-y-3{
    --transform-translate-y: 0.1875rem;
  }

  .xl\:translate-y-4{
    --transform-translate-y: 0.25rem;
  }

  .xl\:translate-y-5{
    --transform-translate-y: 0.3125rem;
  }

  .xl\:translate-y-6{
    --transform-translate-y: 0.375rem;
  }

  .xl\:translate-y-8{
    --transform-translate-y: 0.5rem;
  }

  .xl\:translate-y-10{
    --transform-translate-y: 0.625rem;
  }

  .xl\:translate-y-15{
    --transform-translate-y: 0.9375rem;
  }

  .xl\:translate-y-20{
    --transform-translate-y: 1.25rem;
  }

  .xl\:translate-y-25{
    --transform-translate-y: 1.5625rem;
  }

  .xl\:translate-y-30{
    --transform-translate-y: 1.875rem;
  }

  .xl\:translate-y-35{
    --transform-translate-y: 2.1875rem;
  }

  .xl\:translate-y-40{
    --transform-translate-y: 2.5rem;
  }

  .xl\:translate-y-50{
    --transform-translate-y: 3.125rem;
  }

  .xl\:translate-y-60{
    --transform-translate-y: 3.75rem;
  }

  .xl\:translate-y-75{
    --transform-translate-y: 4.6875rem;
  }

  .xl\:translate-y-85{
    --transform-translate-y: 5.3125rem;
  }

  .xl\:translate-y-100{
    --transform-translate-y: 6.25rem;
  }

  .xl\:translate-y-150{
    --transform-translate-y: 9.375rem;
  }

  .xl\:translate-y-175{
    --transform-translate-y: 10.9375rem;
  }

  .xl\:-translate-y-0{
    --transform-translate-y: 0;
  }

  .xl\:-translate-y-1{
    --transform-translate-y: -0.0625rem;
  }

  .xl\:-translate-y-2{
    --transform-translate-y: -0.125rem;
  }

  .xl\:-translate-y-3{
    --transform-translate-y: -0.1875rem;
  }

  .xl\:-translate-y-4{
    --transform-translate-y: -0.25rem;
  }

  .xl\:-translate-y-5{
    --transform-translate-y: -0.3125rem;
  }

  .xl\:-translate-y-6{
    --transform-translate-y: -0.375rem;
  }

  .xl\:-translate-y-8{
    --transform-translate-y: -0.5rem;
  }

  .xl\:-translate-y-10{
    --transform-translate-y: -0.625rem;
  }

  .xl\:-translate-y-15{
    --transform-translate-y: -0.9375rem;
  }

  .xl\:-translate-y-20{
    --transform-translate-y: -1.25rem;
  }

  .xl\:-translate-y-25{
    --transform-translate-y: -1.5625rem;
  }

  .xl\:-translate-y-30{
    --transform-translate-y: -1.875rem;
  }

  .xl\:-translate-y-35{
    --transform-translate-y: -2.1875rem;
  }

  .xl\:-translate-y-40{
    --transform-translate-y: -2.5rem;
  }

  .xl\:-translate-y-50{
    --transform-translate-y: -3.125rem;
  }

  .xl\:-translate-y-60{
    --transform-translate-y: -3.75rem;
  }

  .xl\:-translate-y-75{
    --transform-translate-y: -4.6875rem;
  }

  .xl\:-translate-y-85{
    --transform-translate-y: -5.3125rem;
  }

  .xl\:-translate-y-100{
    --transform-translate-y: -6.25rem;
  }

  .xl\:-translate-y-150{
    --transform-translate-y: -9.375rem;
  }

  .xl\:-translate-y-175{
    --transform-translate-y: -10.9375rem;
  }

  .xl\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .xl\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .xl\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .xl\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .xl\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .xl\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.0625rem;
  }

  .xl\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.125rem;
  }

  .xl\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.1875rem;
  }

  .xl\:hover\:translate-x-4:hover{
    --transform-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-5:hover{
    --transform-translate-x: 0.3125rem;
  }

  .xl\:hover\:translate-x-6:hover{
    --transform-translate-x: 0.375rem;
  }

  .xl\:hover\:translate-x-8:hover{
    --transform-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-10:hover{
    --transform-translate-x: 0.625rem;
  }

  .xl\:hover\:translate-x-15:hover{
    --transform-translate-x: 0.9375rem;
  }

  .xl\:hover\:translate-x-20:hover{
    --transform-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-25:hover{
    --transform-translate-x: 1.5625rem;
  }

  .xl\:hover\:translate-x-30:hover{
    --transform-translate-x: 1.875rem;
  }

  .xl\:hover\:translate-x-35:hover{
    --transform-translate-x: 2.1875rem;
  }

  .xl\:hover\:translate-x-40:hover{
    --transform-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-50:hover{
    --transform-translate-x: 3.125rem;
  }

  .xl\:hover\:translate-x-60:hover{
    --transform-translate-x: 3.75rem;
  }

  .xl\:hover\:translate-x-75:hover{
    --transform-translate-x: 4.6875rem;
  }

  .xl\:hover\:translate-x-85:hover{
    --transform-translate-x: 5.3125rem;
  }

  .xl\:hover\:translate-x-100:hover{
    --transform-translate-x: 6.25rem;
  }

  .xl\:hover\:translate-x-150:hover{
    --transform-translate-x: 9.375rem;
  }

  .xl\:hover\:translate-x-175:hover{
    --transform-translate-x: 10.9375rem;
  }

  .xl\:hover\:-translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .xl\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.0625rem;
  }

  .xl\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.125rem;
  }

  .xl\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.1875rem;
  }

  .xl\:hover\:-translate-x-4:hover{
    --transform-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-5:hover{
    --transform-translate-x: -0.3125rem;
  }

  .xl\:hover\:-translate-x-6:hover{
    --transform-translate-x: -0.375rem;
  }

  .xl\:hover\:-translate-x-8:hover{
    --transform-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-10:hover{
    --transform-translate-x: -0.625rem;
  }

  .xl\:hover\:-translate-x-15:hover{
    --transform-translate-x: -0.9375rem;
  }

  .xl\:hover\:-translate-x-20:hover{
    --transform-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-25:hover{
    --transform-translate-x: -1.5625rem;
  }

  .xl\:hover\:-translate-x-30:hover{
    --transform-translate-x: -1.875rem;
  }

  .xl\:hover\:-translate-x-35:hover{
    --transform-translate-x: -2.1875rem;
  }

  .xl\:hover\:-translate-x-40:hover{
    --transform-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-50:hover{
    --transform-translate-x: -3.125rem;
  }

  .xl\:hover\:-translate-x-60:hover{
    --transform-translate-x: -3.75rem;
  }

  .xl\:hover\:-translate-x-75:hover{
    --transform-translate-x: -4.6875rem;
  }

  .xl\:hover\:-translate-x-85:hover{
    --transform-translate-x: -5.3125rem;
  }

  .xl\:hover\:-translate-x-100:hover{
    --transform-translate-x: -6.25rem;
  }

  .xl\:hover\:-translate-x-150:hover{
    --transform-translate-x: -9.375rem;
  }

  .xl\:hover\:-translate-x-175:hover{
    --transform-translate-x: -10.9375rem;
  }

  .xl\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .xl\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .xl\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .xl\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .xl\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.0625rem;
  }

  .xl\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.125rem;
  }

  .xl\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.1875rem;
  }

  .xl\:hover\:translate-y-4:hover{
    --transform-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-5:hover{
    --transform-translate-y: 0.3125rem;
  }

  .xl\:hover\:translate-y-6:hover{
    --transform-translate-y: 0.375rem;
  }

  .xl\:hover\:translate-y-8:hover{
    --transform-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-10:hover{
    --transform-translate-y: 0.625rem;
  }

  .xl\:hover\:translate-y-15:hover{
    --transform-translate-y: 0.9375rem;
  }

  .xl\:hover\:translate-y-20:hover{
    --transform-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-25:hover{
    --transform-translate-y: 1.5625rem;
  }

  .xl\:hover\:translate-y-30:hover{
    --transform-translate-y: 1.875rem;
  }

  .xl\:hover\:translate-y-35:hover{
    --transform-translate-y: 2.1875rem;
  }

  .xl\:hover\:translate-y-40:hover{
    --transform-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-50:hover{
    --transform-translate-y: 3.125rem;
  }

  .xl\:hover\:translate-y-60:hover{
    --transform-translate-y: 3.75rem;
  }

  .xl\:hover\:translate-y-75:hover{
    --transform-translate-y: 4.6875rem;
  }

  .xl\:hover\:translate-y-85:hover{
    --transform-translate-y: 5.3125rem;
  }

  .xl\:hover\:translate-y-100:hover{
    --transform-translate-y: 6.25rem;
  }

  .xl\:hover\:translate-y-150:hover{
    --transform-translate-y: 9.375rem;
  }

  .xl\:hover\:translate-y-175:hover{
    --transform-translate-y: 10.9375rem;
  }

  .xl\:hover\:-translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .xl\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.0625rem;
  }

  .xl\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.125rem;
  }

  .xl\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.1875rem;
  }

  .xl\:hover\:-translate-y-4:hover{
    --transform-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-5:hover{
    --transform-translate-y: -0.3125rem;
  }

  .xl\:hover\:-translate-y-6:hover{
    --transform-translate-y: -0.375rem;
  }

  .xl\:hover\:-translate-y-8:hover{
    --transform-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-10:hover{
    --transform-translate-y: -0.625rem;
  }

  .xl\:hover\:-translate-y-15:hover{
    --transform-translate-y: -0.9375rem;
  }

  .xl\:hover\:-translate-y-20:hover{
    --transform-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-25:hover{
    --transform-translate-y: -1.5625rem;
  }

  .xl\:hover\:-translate-y-30:hover{
    --transform-translate-y: -1.875rem;
  }

  .xl\:hover\:-translate-y-35:hover{
    --transform-translate-y: -2.1875rem;
  }

  .xl\:hover\:-translate-y-40:hover{
    --transform-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-50:hover{
    --transform-translate-y: -3.125rem;
  }

  .xl\:hover\:-translate-y-60:hover{
    --transform-translate-y: -3.75rem;
  }

  .xl\:hover\:-translate-y-75:hover{
    --transform-translate-y: -4.6875rem;
  }

  .xl\:hover\:-translate-y-85:hover{
    --transform-translate-y: -5.3125rem;
  }

  .xl\:hover\:-translate-y-100:hover{
    --transform-translate-y: -6.25rem;
  }

  .xl\:hover\:-translate-y-150:hover{
    --transform-translate-y: -9.375rem;
  }

  .xl\:hover\:-translate-y-175:hover{
    --transform-translate-y: -10.9375rem;
  }

  .xl\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .xl\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .xl\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .xl\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .xl\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.0625rem;
  }

  .xl\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.125rem;
  }

  .xl\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.1875rem;
  }

  .xl\:focus\:translate-x-4:focus{
    --transform-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-5:focus{
    --transform-translate-x: 0.3125rem;
  }

  .xl\:focus\:translate-x-6:focus{
    --transform-translate-x: 0.375rem;
  }

  .xl\:focus\:translate-x-8:focus{
    --transform-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-10:focus{
    --transform-translate-x: 0.625rem;
  }

  .xl\:focus\:translate-x-15:focus{
    --transform-translate-x: 0.9375rem;
  }

  .xl\:focus\:translate-x-20:focus{
    --transform-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-25:focus{
    --transform-translate-x: 1.5625rem;
  }

  .xl\:focus\:translate-x-30:focus{
    --transform-translate-x: 1.875rem;
  }

  .xl\:focus\:translate-x-35:focus{
    --transform-translate-x: 2.1875rem;
  }

  .xl\:focus\:translate-x-40:focus{
    --transform-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-50:focus{
    --transform-translate-x: 3.125rem;
  }

  .xl\:focus\:translate-x-60:focus{
    --transform-translate-x: 3.75rem;
  }

  .xl\:focus\:translate-x-75:focus{
    --transform-translate-x: 4.6875rem;
  }

  .xl\:focus\:translate-x-85:focus{
    --transform-translate-x: 5.3125rem;
  }

  .xl\:focus\:translate-x-100:focus{
    --transform-translate-x: 6.25rem;
  }

  .xl\:focus\:translate-x-150:focus{
    --transform-translate-x: 9.375rem;
  }

  .xl\:focus\:translate-x-175:focus{
    --transform-translate-x: 10.9375rem;
  }

  .xl\:focus\:-translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .xl\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.0625rem;
  }

  .xl\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.125rem;
  }

  .xl\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.1875rem;
  }

  .xl\:focus\:-translate-x-4:focus{
    --transform-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-5:focus{
    --transform-translate-x: -0.3125rem;
  }

  .xl\:focus\:-translate-x-6:focus{
    --transform-translate-x: -0.375rem;
  }

  .xl\:focus\:-translate-x-8:focus{
    --transform-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-10:focus{
    --transform-translate-x: -0.625rem;
  }

  .xl\:focus\:-translate-x-15:focus{
    --transform-translate-x: -0.9375rem;
  }

  .xl\:focus\:-translate-x-20:focus{
    --transform-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-25:focus{
    --transform-translate-x: -1.5625rem;
  }

  .xl\:focus\:-translate-x-30:focus{
    --transform-translate-x: -1.875rem;
  }

  .xl\:focus\:-translate-x-35:focus{
    --transform-translate-x: -2.1875rem;
  }

  .xl\:focus\:-translate-x-40:focus{
    --transform-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-50:focus{
    --transform-translate-x: -3.125rem;
  }

  .xl\:focus\:-translate-x-60:focus{
    --transform-translate-x: -3.75rem;
  }

  .xl\:focus\:-translate-x-75:focus{
    --transform-translate-x: -4.6875rem;
  }

  .xl\:focus\:-translate-x-85:focus{
    --transform-translate-x: -5.3125rem;
  }

  .xl\:focus\:-translate-x-100:focus{
    --transform-translate-x: -6.25rem;
  }

  .xl\:focus\:-translate-x-150:focus{
    --transform-translate-x: -9.375rem;
  }

  .xl\:focus\:-translate-x-175:focus{
    --transform-translate-x: -10.9375rem;
  }

  .xl\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .xl\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .xl\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .xl\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .xl\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.0625rem;
  }

  .xl\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.125rem;
  }

  .xl\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.1875rem;
  }

  .xl\:focus\:translate-y-4:focus{
    --transform-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-5:focus{
    --transform-translate-y: 0.3125rem;
  }

  .xl\:focus\:translate-y-6:focus{
    --transform-translate-y: 0.375rem;
  }

  .xl\:focus\:translate-y-8:focus{
    --transform-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-10:focus{
    --transform-translate-y: 0.625rem;
  }

  .xl\:focus\:translate-y-15:focus{
    --transform-translate-y: 0.9375rem;
  }

  .xl\:focus\:translate-y-20:focus{
    --transform-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-25:focus{
    --transform-translate-y: 1.5625rem;
  }

  .xl\:focus\:translate-y-30:focus{
    --transform-translate-y: 1.875rem;
  }

  .xl\:focus\:translate-y-35:focus{
    --transform-translate-y: 2.1875rem;
  }

  .xl\:focus\:translate-y-40:focus{
    --transform-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-50:focus{
    --transform-translate-y: 3.125rem;
  }

  .xl\:focus\:translate-y-60:focus{
    --transform-translate-y: 3.75rem;
  }

  .xl\:focus\:translate-y-75:focus{
    --transform-translate-y: 4.6875rem;
  }

  .xl\:focus\:translate-y-85:focus{
    --transform-translate-y: 5.3125rem;
  }

  .xl\:focus\:translate-y-100:focus{
    --transform-translate-y: 6.25rem;
  }

  .xl\:focus\:translate-y-150:focus{
    --transform-translate-y: 9.375rem;
  }

  .xl\:focus\:translate-y-175:focus{
    --transform-translate-y: 10.9375rem;
  }

  .xl\:focus\:-translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .xl\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.0625rem;
  }

  .xl\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.125rem;
  }

  .xl\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.1875rem;
  }

  .xl\:focus\:-translate-y-4:focus{
    --transform-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-5:focus{
    --transform-translate-y: -0.3125rem;
  }

  .xl\:focus\:-translate-y-6:focus{
    --transform-translate-y: -0.375rem;
  }

  .xl\:focus\:-translate-y-8:focus{
    --transform-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-10:focus{
    --transform-translate-y: -0.625rem;
  }

  .xl\:focus\:-translate-y-15:focus{
    --transform-translate-y: -0.9375rem;
  }

  .xl\:focus\:-translate-y-20:focus{
    --transform-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-25:focus{
    --transform-translate-y: -1.5625rem;
  }

  .xl\:focus\:-translate-y-30:focus{
    --transform-translate-y: -1.875rem;
  }

  .xl\:focus\:-translate-y-35:focus{
    --transform-translate-y: -2.1875rem;
  }

  .xl\:focus\:-translate-y-40:focus{
    --transform-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-50:focus{
    --transform-translate-y: -3.125rem;
  }

  .xl\:focus\:-translate-y-60:focus{
    --transform-translate-y: -3.75rem;
  }

  .xl\:focus\:-translate-y-75:focus{
    --transform-translate-y: -4.6875rem;
  }

  .xl\:focus\:-translate-y-85:focus{
    --transform-translate-y: -5.3125rem;
  }

  .xl\:focus\:-translate-y-100:focus{
    --transform-translate-y: -6.25rem;
  }

  .xl\:focus\:-translate-y-150:focus{
    --transform-translate-y: -9.375rem;
  }

  .xl\:focus\:-translate-y-175:focus{
    --transform-translate-y: -10.9375rem;
  }

  .xl\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .xl\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .xl\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .xl\:skew-x-0{
    --transform-skew-x: 0;
  }

  .xl\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .xl\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .xl\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .xl\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .xl\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .xl\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .xl\:skew-y-0{
    --transform-skew-y: 0;
  }

  .xl\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .xl\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .xl\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .xl\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .xl\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .xl\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .xl\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .xl\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .xl\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .xl\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .xl\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .xl\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .xl\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .xl\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .xl\:transition-none{
    -webkit-transition-property: none;
    transition-property: none;
  }

  .xl\:transition-all{
    -webkit-transition-property: all;
    transition-property: all;
  }

  .xl\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  }

  .xl\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:transition-opacity{
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .xl\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .xl\:transition-transform{
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .xl\:ease-linear{
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .xl\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:duration-75{
    -webkit-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .xl\:duration-100{
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .xl\:duration-150{
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .xl\:duration-200{
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .xl\:duration-300{
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .xl\:duration-500{
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .xl\:duration-700{
    -webkit-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .xl\:duration-1000{
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }

  .xl\:delay-75{
    -webkit-transition-delay: 75ms;
            transition-delay: 75ms;
  }

  .xl\:delay-100{
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .xl\:delay-150{
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .xl\:delay-200{
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }

  .xl\:delay-300{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }

  .xl\:delay-500{
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }

  .xl\:delay-700{
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
  }

  .xl\:delay-1000{
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }

  .xl\:px-container-purge{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:pl-container-purge{
    padding-left: 15px;
  }

  .xl\:pr-container-purge{
    padding-right: 15px;
  }

  .xl\:mx-container-purge{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xl\:ml-container-purge{
    margin-left: 15px;
  }

  .xl\:mr-container-purge{
    margin-right: 15px;
  }

  .xl\:-mx-container-purge{
    margin-left: -15px;
    margin-right: -15px;
  }

  .xl\:-ml-container-purge{
    margin-left: -15px;
  }

  .xl\:-mr-container-purge{
    margin-right: -15px;
  }

  .xl\:w-container{
    width: 71.875rem;
  }

  .xl\:min-w-container{
    min-width: 71.875rem;
  }

  .xl\:max-w-container{
    max-width: 71.875rem;
  }

  .xl\:px-container{
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }

  .xl\:pl-container{
    padding-left: 1.875rem;
    padding-left: var(--container-padding);
  }

  .xl\:pr-container{
    padding-right: 1.875rem;
    padding-right: var(--container-padding);
  }

  .xl\:mx-container{
    margin-left: 1.875rem;
    margin-left: var(--container-padding);
    margin-right: 1.875rem;
    margin-right: var(--container-padding);
  }

  .xl\:ml-container{
    margin-left: 1.875rem;
    margin-left: var(--container-padding);
  }

  .xl\:mr-container{
    margin-right: 1.875rem;
    margin-right: var(--container-padding);
  }

  .xl\:-mx-container{
    margin-left: -1.875rem;
    margin-left: var(--container-padding-negative);
    margin-right: -1.875rem;
    margin-right: var(--container-padding-negative);
  }

  .xl\:-ml-container{
    margin-left: -1.875rem;
    margin-left: var(--container-padding-negative);
  }

  .xl\:-mr-container{
    margin-right: -1.875rem;
    margin-right: var(--container-padding-negative);
  }

  .xl\:w-container-sm{
    width: 58.5rem;
  }

  .xl\:min-w-container-sm{
    min-width: 58.5rem;
  }

  .xl\:max-w-container-sm{
    max-width: 58.5rem;
  }

  .xl\:px-container-sm{
    padding-left: 1.875rem;
    padding-left: var(--container-sm-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-sm-padding);
  }

  .xl\:pl-container-sm{
    padding-left: 1.875rem;
    padding-left: var(--container-sm-padding);
  }

  .xl\:pr-container-sm{
    padding-right: 1.875rem;
    padding-right: var(--container-sm-padding);
  }

  .xl\:mx-container-sm{
    margin-left: 1.875rem;
    margin-left: var(--container-sm-padding);
    margin-right: 1.875rem;
    margin-right: var(--container-sm-padding);
  }

  .xl\:ml-container-sm{
    margin-left: 1.875rem;
    margin-left: var(--container-sm-padding);
  }

  .xl\:mr-container-sm{
    margin-right: 1.875rem;
    margin-right: var(--container-sm-padding);
  }

  .xl\:-mx-container-sm{
    margin-left: -1.875rem;
    margin-left: var(--container-sm-padding-negative);
    margin-right: -1.875rem;
    margin-right: var(--container-sm-padding-negative);
  }

  .xl\:-ml-container-sm{
    margin-left: -1.875rem;
    margin-left: var(--container-sm-padding-negative);
  }

  .xl\:-mr-container-sm{
    margin-right: -1.875rem;
    margin-right: var(--container-sm-padding-negative);
  }

  .xl\:w-container-lg{
    width: 81.25rem;
  }

  .xl\:min-w-container-lg{
    min-width: 81.25rem;
  }

  .xl\:max-w-container-lg{
    max-width: 81.25rem;
  }

  .xl\:px-container-lg{
    padding-left: 1.875rem;
    padding-left: var(--container-lg-padding);
    padding-right: 1.875rem;
    padding-right: var(--container-lg-padding);
  }

  .xl\:pl-container-lg{
    padding-left: 1.875rem;
    padding-left: var(--container-lg-padding);
  }

  .xl\:pr-container-lg{
    padding-right: 1.875rem;
    padding-right: var(--container-lg-padding);
  }

  .xl\:mx-container-lg{
    margin-left: 1.875rem;
    margin-left: var(--container-lg-padding);
    margin-right: 1.875rem;
    margin-right: var(--container-lg-padding);
  }

  .xl\:ml-container-lg{
    margin-left: 1.875rem;
    margin-left: var(--container-lg-padding);
  }

  .xl\:mr-container-lg{
    margin-right: 1.875rem;
    margin-right: var(--container-lg-padding);
  }

  .xl\:-mx-container-lg{
    margin-left: -1.875rem;
    margin-left: var(--container-lg-padding-negative);
    margin-right: -1.875rem;
    margin-right: var(--container-lg-padding-negative);
  }

  .xl\:-ml-container-lg{
    margin-left: -1.875rem;
    margin-left: var(--container-lg-padding-negative);
  }

  .xl\:-mr-container-lg{
    margin-right: -1.875rem;
    margin-right: var(--container-lg-padding-negative);
  }
}
