/*!
 * @project        belvue
 * @name           styles.65131a278cf395e64571.css
 * @author         Webdoos
 * @build          Mon Dec 08 2025 13:32:00 GMT+0100 (Central European Standard Time)
 * @copyright      Copyright (c) 2025 ©2021 Webdoos
 *
 */

/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */
/*! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
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;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/**
 * Here we add custom base styles, applied after the tailwind-base
 * classes
 *
 */
/**
 * This injects any component classes registered by plugins.
 *
 */
.container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 0;
    padding-left: 0;
  }
}
.prose {
  color: #000;
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
  page-break-after: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
  page-break-after: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
  page-break-after: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  page-break-after: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  max-width: none;
}
.prose :where(h5):not(:where([class~="not-prose"] *)) {
  page-break-after: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.prose :where(h6):not(:where([class~="not-prose"] *)) {
  page-break-after: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-none {
  position: static;
  padding-bottom: 0;
}
.aspect-none > * {
  position: static;
  height: auto;
  width: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.aspect-w-1 {
  --tw-aspect-w: 1;
}
.aspect-w-2 {
  --tw-aspect-w: 2;
}
.aspect-w-3 {
  --tw-aspect-w: 3;
}
.aspect-w-4 {
  --tw-aspect-w: 4;
}
.aspect-w-5 {
  --tw-aspect-w: 5;
}
.aspect-w-6 {
  --tw-aspect-w: 6;
}
.aspect-w-7 {
  --tw-aspect-w: 7;
}
.aspect-w-8 {
  --tw-aspect-w: 8;
}
.aspect-w-9 {
  --tw-aspect-w: 9;
}
.aspect-w-10 {
  --tw-aspect-w: 10;
}
.aspect-w-11 {
  --tw-aspect-w: 11;
}
.aspect-w-12 {
  --tw-aspect-w: 12;
}
.aspect-w-13 {
  --tw-aspect-w: 13;
}
.aspect-w-14 {
  --tw-aspect-w: 14;
}
.aspect-w-15 {
  --tw-aspect-w: 15;
}
.aspect-w-16 {
  --tw-aspect-w: 16;
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.aspect-h-2 {
  --tw-aspect-h: 2;
}
.aspect-h-3 {
  --tw-aspect-h: 3;
}
.aspect-h-4 {
  --tw-aspect-h: 4;
}
.aspect-h-5 {
  --tw-aspect-h: 5;
}
.aspect-h-6 {
  --tw-aspect-h: 6;
}
.aspect-h-7 {
  --tw-aspect-h: 7;
}
.aspect-h-8 {
  --tw-aspect-h: 8;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.aspect-h-10 {
  --tw-aspect-h: 10;
}
.aspect-h-11 {
  --tw-aspect-h: 11;
}
.aspect-h-12 {
  --tw-aspect-h: 12;
}
.aspect-h-13 {
  --tw-aspect-h: 13;
}
.aspect-h-14 {
  --tw-aspect-h: 14;
}
.aspect-h-15 {
  --tw-aspect-h: 15;
}
.aspect-h-16 {
  --tw-aspect-h: 16;
}
/**
 * Here we add custom component classes; stuff we want loaded
 * *before* the utilities so that the utilities can still
 * override them.
 *
 */
/* -- Site fonts */
/* open-sans-regular - latin */
/* @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/open-sans-regular.woff2') format('woff2'),
    url('../fonts/open-sans-regular.woff') format('woff');
} */
/* @font-face {
    font-family: 'Belvue';
    src: url('../fonts/belvue.eot');
    src: url('../fonts/belvue.eot') format('embedded-opentype'),
    url('../fonts/belvue.woff2') format('woff2'),
    url('../fonts/belvue.woff') format('woff'),
    url('../fonts/belvue.ttf') format('truetype'),
    url('../fonts/belvue.svg') format('svg');
    font-weight: normal;
    font-style: normal;
} */
/*--------------------------------

belvue Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'Belvue';
  src: url('../../dist/fonts/belvue.eot');
  src: url('../../dist/fonts/belvue.eot') format('embedded-opentype'), url('../../dist/fonts/belvue.woff2') format('woff2'), url('../../dist/fonts/belvue.woff') format('woff'), url('../../dist/fonts/belvue.ttf') format('truetype'), url('../../dist/fonts/belvue.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* base class */
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'belvue';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* size examples - relative units */
.icon-sm {
  font-size: 0.8em;
}
.icon-lg {
  font-size: 1.2em;
}
/* size examples - absolute units */
.icon-16 {
  font-size: 16px;
}
.icon-32 {
  font-size: 32px;
}
/* rotate the icon infinitely */
.icon-is-spinning {
  -webkit-animation: icon-spin 1s infinite linear;
          animation: icon-spin 1s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* transform */
.icon-rotate-90 {
  transform: rotate(90deg);
}
.icon-rotate-180 {
  transform: rotate(180deg);
}
.icon-rotate-270 {
  transform: rotate(270deg);
}
.icon-flip-y {
  transform: scaleY(-1);
}
.icon-flip-x {
  transform: scaleX(-1);
}
/* icons */
.icon-4k::before {
  content: "\ea02";
}
.icon-5g::before {
  content: "\ea03";
}
.icon-6_ft_apart::before {
  content: "\ea04";
}
.icon-ac_unit::before {
  content: "\ea05";
}
.icon-access_alarm::before {
  content: "\ea06";
}
.icon-access_alarms::before {
  content: "\ea07";
}
.icon-3d_rotation::before {
  content: "\ea08";
}
.icon-access_time::before {
  content: "\ea09";
}
.icon-accessibility::before {
  content: "\ea0a";
}
.icon-accessibility_new::before {
  content: "\ea0b";
}
.icon-account_balance::before {
  content: "\ea0c";
}
.icon-accessible::before {
  content: "\ea0d";
}
.icon-account_balance_wallet::before {
  content: "\ea0e";
}
.icon-accessible_forward::before {
  content: "\ea0f";
}
.icon-account_tree::before {
  content: "\ea10";
}
.icon-account_box::before {
  content: "\ea11";
}
.icon-ad_units::before {
  content: "\ea12";
}
.icon-account_circle::before {
  content: "\ea13";
}
.icon-adb::before {
  content: "\ea14";
}
.icon-add::before {
  content: "\ea15";
}
.icon-add_a_photo::before {
  content: "\ea16";
}
.icon-add_alarm::before {
  content: "\ea17";
}
.icon-add_box::before {
  content: "\ea18";
}
.icon-add_alert::before {
  content: "\ea19";
}
.icon-add_business::before {
  content: "\ea1a";
}
.icon-add_circle::before {
  content: "\ea1b";
}
.icon-add_circle_outline::before {
  content: "\ea1c";
}
.icon-add_comment::before {
  content: "\ea1d";
}
.icon-add_ic_call::before {
  content: "\ea1e";
}
.icon-add_location::before {
  content: "\ea1f";
}
.icon-add_location_alt::before {
  content: "\ea20";
}
.icon-add_photo_alternate::before {
  content: "\ea21";
}
.icon-add_road::before {
  content: "\ea22";
}
.icon-add_to_home_screen::before {
  content: "\ea23";
}
.icon-add_to_photos::before {
  content: "\ea24";
}
.icon-add_to_queue::before {
  content: "\ea25";
}
.icon-adjust::before {
  content: "\ea26";
}
.icon-add_task::before {
  content: "\ea27";
}
.icon-agriculture::before {
  content: "\ea28";
}
.icon-airline_seat_flat::before {
  content: "\ea29";
}
.icon-add_shopping_cart::before {
  content: "\ea2a";
}
.icon-addchart::before {
  content: "\ea2b";
}
.icon-airline_seat_flat_angled::before {
  content: "\ea2c";
}
.icon-airline_seat_individual_suite::before {
  content: "\ea2d";
}
.icon-admin_panel_settings::before {
  content: "\ea2e";
}
.icon-airline_seat_legroom_extra::before {
  content: "\ea2f";
}
.icon-airline_seat_legroom_normal::before {
  content: "\ea30";
}
.icon-airline_seat_legroom_reduced::before {
  content: "\ea31";
}
.icon-airline_seat_recline_extra::before {
  content: "\ea32";
}
.icon-airline_seat_recline_normal::before {
  content: "\ea33";
}
.icon-airplanemode_active::before {
  content: "\ea34";
}
.icon-airplanemode_inactive::before {
  content: "\ea35";
}
.icon-airplay::before {
  content: "\ea36";
}
.icon-airport_shuttle::before {
  content: "\ea37";
}
.icon-alarm::before {
  content: "\ea38";
}
.icon-alarm_off::before {
  content: "\ea39";
}
.icon-alarm_on::before {
  content: "\ea3a";
}
.icon-album::before {
  content: "\ea3b";
}
.icon-alarm_add::before {
  content: "\ea3c";
}
.icon-all_inbox::before {
  content: "\ea3d";
}
.icon-all_inclusive::before {
  content: "\ea3e";
}
.icon-all_out::before {
  content: "\ea3f";
}
.icon-alt_route::before {
  content: "\ea40";
}
.icon-alternate_email::before {
  content: "\ea41";
}
.icon-amp_stories::before {
  content: "\ea42";
}
.icon-analytics::before {
  content: "\ea43";
}
.icon-anchor::before {
  content: "\ea44";
}
.icon-android::before {
  content: "\ea45";
}
.icon-announcement::before {
  content: "\ea46";
}
.icon-apartment::before {
  content: "\ea47";
}
.icon-api::before {
  content: "\ea48";
}
.icon-app_blocking::before {
  content: "\ea49";
}
.icon-app_settings_alt::before {
  content: "\ea4a";
}
.icon-apps::before {
  content: "\ea4b";
}
.icon-architecture::before {
  content: "\ea4c";
}
.icon-archive::before {
  content: "\ea4d";
}
.icon-arrow_back::before {
  content: "\ea4e";
}
.icon-arrow_back_ios::before {
  content: "\ea4f";
}
.icon-arrow_circle_down::before {
  content: "\ea50";
}
.icon-arrow_circle_up::before {
  content: "\ea51";
}
.icon-arrow_downward::before {
  content: "\ea52";
}
.icon-arrow_drop_down::before {
  content: "\ea53";
}
.icon-arrow_drop_down_circle::before {
  content: "\ea54";
}
.icon-arrow_drop_up::before {
  content: "\ea55";
}
.icon-arrow_forward::before {
  content: "\ea56";
}
.icon-arrow_forward_ios::before {
  content: "\ea57";
}
.icon-arrow_left::before {
  content: "\ea58";
}
.icon-arrow_right::before {
  content: "\ea59";
}
.icon-arrow_upward::before {
  content: "\ea5a";
}
.icon-arrow_right_alt::before {
  content: "\ea5b";
}
.icon-art_track::before {
  content: "\ea5c";
}
.icon-article::before {
  content: "\ea5d";
}
.icon-aspect_ratio::before {
  content: "\ea5e";
}
.icon-assessment::before {
  content: "\ea5f";
}
.icon-assignment::before {
  content: "\ea60";
}
.icon-assignment_ind::before {
  content: "\ea61";
}
.icon-assignment_late::before {
  content: "\ea62";
}
.icon-assignment_return::before {
  content: "\ea63";
}
.icon-assignment_returned::before {
  content: "\ea64";
}
.icon-assignment_turned_in::before {
  content: "\ea65";
}
.icon-assistant::before {
  content: "\ea66";
}
.icon-assistant_photo::before {
  content: "\ea67";
}
.icon-atm::before {
  content: "\ea68";
}
.icon-attach_email::before {
  content: "\ea69";
}
.icon-attach_file::before {
  content: "\ea6a";
}
.icon-attach_money::before {
  content: "\ea6b";
}
.icon-attachment::before {
  content: "\ea6c";
}
.icon-attribution::before {
  content: "\ea6d";
}
.icon-audiotrack::before {
  content: "\ea6e";
}
.icon-auto_delete::before {
  content: "\ea6f";
}
.icon-autorenew::before {
  content: "\ea70";
}
.icon-av_timer::before {
  content: "\ea71";
}
.icon-baby_changing_station::before {
  content: "\ea72";
}
.icon-backpack::before {
  content: "\ea73";
}
.icon-backspace::before {
  content: "\ea74";
}
.icon-backup::before {
  content: "\ea75";
}
.icon-backup_table::before {
  content: "\ea76";
}
.icon-ballot::before {
  content: "\ea77";
}
.icon-bar_chart::before {
  content: "\ea78";
}
.icon-batch_prediction::before {
  content: "\ea79";
}
.icon-bathtub::before {
  content: "\ea7a";
}
.icon-battery_alert::before {
  content: "\ea7b";
}
.icon-battery_charging_full::before {
  content: "\ea7c";
}
.icon-battery_full::before {
  content: "\ea7d";
}
.icon-battery_std::before {
  content: "\ea7e";
}
.icon-battery_unknown::before {
  content: "\ea7f";
}
.icon-beach_access::before {
  content: "\ea80";
}
.icon-bedtime::before {
  content: "\ea81";
}
.icon-beenhere::before {
  content: "\ea82";
}
.icon-bento::before {
  content: "\ea83";
}
.icon-bike_scooter::before {
  content: "\ea84";
}
.icon-biotech::before {
  content: "\ea85";
}
.icon-block::before {
  content: "\ea86";
}
.icon-bluetooth::before {
  content: "\ea87";
}
.icon-bluetooth_audio::before {
  content: "\ea88";
}
.icon-bluetooth_connected::before {
  content: "\ea89";
}
.icon-bluetooth_disabled::before {
  content: "\ea8a";
}
.icon-bluetooth_searching::before {
  content: "\ea8b";
}
.icon-blur_circular::before {
  content: "\ea8c";
}
.icon-blur_linear::before {
  content: "\ea8d";
}
.icon-blur_off::before {
  content: "\ea8e";
}
.icon-blur_on::before {
  content: "\ea8f";
}
.icon-boardroom::before {
  content: "\ea90";
}
.icon-book::before {
  content: "\ea91";
}
.icon-book_online::before {
  content: "\ea92";
}
.icon-bookmark::before {
  content: "\ea93";
}
.icon-bookmark_border::before {
  content: "\ea94";
}
.icon-bookmarks::before {
  content: "\ea95";
}
.icon-border_all::before {
  content: "\ea96";
}
.icon-border_bottom::before {
  content: "\ea97";
}
.icon-border_clear::before {
  content: "\ea98";
}
.icon-border_horizontal::before {
  content: "\ea99";
}
.icon-border_inner::before {
  content: "\ea9a";
}
.icon-border_left::before {
  content: "\ea9b";
}
.icon-border_outer::before {
  content: "\ea9c";
}
.icon-border_right::before {
  content: "\ea9d";
}
.icon-border_style::before {
  content: "\ea9e";
}
.icon-border_top::before {
  content: "\ea9f";
}
.icon-border_vertical::before {
  content: "\eaa0";
}
.icon-branding_watermark::before {
  content: "\eaa1";
}
.icon-brightness_1::before {
  content: "\eaa2";
}
.icon-brightness_2::before {
  content: "\eaa3";
}
.icon-brightness_3::before {
  content: "\eaa4";
}
.icon-brightness_4::before {
  content: "\eaa5";
}
.icon-brightness_5::before {
  content: "\eaa6";
}
.icon-brightness_6::before {
  content: "\eaa7";
}
.icon-brightness_7::before {
  content: "\eaa8";
}
.icon-brightness_auto::before {
  content: "\eaa9";
}
.icon-brightness_high::before {
  content: "\eaaa";
}
.icon-brightness_low::before {
  content: "\eaab";
}
.icon-brightness_medium::before {
  content: "\eaac";
}
.icon-broken_image::before {
  content: "\eaad";
}
.icon-browser_not_supported::before {
  content: "\eaae";
}
.icon-brunch-dining::before {
  content: "\eaaf";
}
.icon-brush::before {
  content: "\eab0";
}
.icon-bubble_chart::before {
  content: "\eab1";
}
.icon-bug_report::before {
  content: "\eab2";
}
.icon-build::before {
  content: "\eab3";
}
.icon-build_circle::before {
  content: "\eab4";
}
.icon-burst_mode::before {
  content: "\eab5";
}
.icon-business::before {
  content: "\eab6";
}
.icon-business_center::before {
  content: "\eab7";
}
.icon-cached::before {
  content: "\eab8";
}
.icon-cake::before {
  content: "\eab9";
}
.icon-calculate::before {
  content: "\eaba";
}
.icon-calendar_today::before {
  content: "\eabb";
}
.icon-calendar_view_day::before {
  content: "\eabc";
}
.icon-call::before {
  content: "\eabd";
}
.icon-call_end::before {
  content: "\eabe";
}
.icon-call_made::before {
  content: "\eabf";
}
.icon-call_merge::before {
  content: "\eac0";
}
.icon-call_missed::before {
  content: "\eac1";
}
.icon-call_missed_outgoing::before {
  content: "\eac2";
}
.icon-call_received::before {
  content: "\eac3";
}
.icon-call_split::before {
  content: "\eac4";
}
.icon-call_to_action::before {
  content: "\eac5";
}
.icon-camera::before {
  content: "\eac6";
}
.icon-camera_alt::before {
  content: "\eac7";
}
.icon-camera_enhance::before {
  content: "\eac8";
}
.icon-camera_front::before {
  content: "\eac9";
}
.icon-camera_rear::before {
  content: "\eaca";
}
.icon-camera_roll::before {
  content: "\eacb";
}
.icon-campaign::before {
  content: "\eacc";
}
.icon-cancel::before {
  content: "\eacd";
}
.icon-cancel_presentation::before {
  content: "\eace";
}
.icon-cancel_schedule_send::before {
  content: "\eacf";
}
.icon-card_giftcard::before {
  content: "\ead0";
}
.icon-card_membership::before {
  content: "\ead1";
}
.icon-card_travel::before {
  content: "\ead2";
}
.icon-carpenter::before {
  content: "\ead3";
}
.icon-casino::before {
  content: "\ead4";
}
.icon-cast::before {
  content: "\ead5";
}
.icon-cast_connected::before {
  content: "\ead6";
}
.icon-cast_for_education::before {
  content: "\ead7";
}
.icon-category::before {
  content: "\ead8";
}
.icon-center_focus_strong::before {
  content: "\ead9";
}
.icon-center_focus_weak::before {
  content: "\eada";
}
.icon-change_history::before {
  content: "\eadb";
}
.icon-charging_station::before {
  content: "\eadc";
}
.icon-chat::before {
  content: "\eadd";
}
.icon-chat_bubble::before {
  content: "\eade";
}
.icon-chat_bubble_outline::before {
  content: "\eadf";
}
.icon-check::before {
  content: "\eae0";
}
.icon-check_box::before {
  content: "\eae1";
}
.icon-check_box_outline_blank::before {
  content: "\eae2";
}
.icon-check_circle::before {
  content: "\eae3";
}
.icon-check_circle_outline::before {
  content: "\eae4";
}
.icon-checkroom::before {
  content: "\eae5";
}
.icon-chevron_left::before {
  content: "\eae6";
}
.icon-chevron_right::before {
  content: "\eae7";
}
.icon-child_care::before {
  content: "\eae8";
}
.icon-child_friendly::before {
  content: "\eae9";
}
.icon-chrome_reader_mode::before {
  content: "\eaea";
}
.icon-class::before {
  content: "\eaeb";
}
.icon-classroom::before {
  content: "\eaec";
}
.icon-clean_hands::before {
  content: "\eaed";
}
.icon-cleaning_services::before {
  content: "\eaee";
}
.icon-clear::before {
  content: "\eaef";
}
.icon-clear_all::before {
  content: "\eaf0";
}
.icon-close::before {
  content: "\eaf1";
}
.icon-close_fullscreen::before {
  content: "\eaf2";
}
.icon-closed_caption::before {
  content: "\eaf3";
}
.icon-closed_caption_disabled::before {
  content: "\eaf4";
}
.icon-cloud::before {
  content: "\eaf5";
}
.icon-cloud_circle::before {
  content: "\eaf6";
}
.icon-cloud_done::before {
  content: "\eaf7";
}
.icon-cloud_download::before {
  content: "\eaf8";
}
.icon-cloud_off::before {
  content: "\eaf9";
}
.icon-cloud_queue::before {
  content: "\eafa";
}
.icon-cloud_upload::before {
  content: "\eafb";
}
.icon-code::before {
  content: "\eafc";
}
.icon-collections::before {
  content: "\eafd";
}
.icon-collections_bookmark::before {
  content: "\eafe";
}
.icon-color_lens::before {
  content: "\eaff";
}
.icon-colorize::before {
  content: "\eb00";
}
.icon-comment::before {
  content: "\eb01";
}
.icon-comment_bank::before {
  content: "\eb02";
}
.icon-commute::before {
  content: "\eb03";
}
.icon-compare::before {
  content: "\eb04";
}
.icon-compare_arrows::before {
  content: "\eb05";
}
.icon-compass_calibration::before {
  content: "\eb06";
}
.icon-computer::before {
  content: "\eb07";
}
.icon-confirmation_number::before {
  content: "\eb08";
}
.icon-connect_without_contact::before {
  content: "\eb09";
}
.icon-construction::before {
  content: "\eb0a";
}
.icon-contact_mail::before {
  content: "\eb0b";
}
.icon-contact_page::before {
  content: "\eb0c";
}
.icon-contact_phone::before {
  content: "\eb0d";
}
.icon-contact_support::before {
  content: "\eb0e";
}
.icon-contactless::before {
  content: "\eb0f";
}
.icon-contacts::before {
  content: "\eb10";
}
.icon-content_copy::before {
  content: "\eb11";
}
.icon-content_cut::before {
  content: "\eb12";
}
.icon-content_paste::before {
  content: "\eb13";
}
.icon-control_camera::before {
  content: "\eb14";
}
.icon-control_point::before {
  content: "\eb15";
}
.icon-control_point_duplicate::before {
  content: "\eb16";
}
.icon-copyright::before {
  content: "\eb17";
}
.icon-coronavirus::before {
  content: "\eb18";
}
.icon-corporate_fare::before {
  content: "\eb19";
}
.icon-countertops::before {
  content: "\eb1a";
}
.icon-create::before {
  content: "\eb1b";
}
.icon-create_new_folder::before {
  content: "\eb1c";
}
.icon-credit_card::before {
  content: "\eb1d";
}
.icon-crop::before {
  content: "\eb1e";
}
.icon-crop_16_9::before {
  content: "\eb1f";
}
.icon-crop_3_2::before {
  content: "\eb20";
}
.icon-crop_5_4::before {
  content: "\eb21";
}
.icon-crop_7_5::before {
  content: "\eb22";
}
.icon-crop_din::before {
  content: "\eb23";
}
.icon-crop_free::before {
  content: "\eb24";
}
.icon-crop_landscape::before {
  content: "\eb25";
}
.icon-crop_original::before {
  content: "\eb26";
}
.icon-crop_portrait::before {
  content: "\eb27";
}
.icon-crop_rotate::before {
  content: "\eb28";
}
.icon-crop_square::before {
  content: "\eb29";
}
.icon-curl-arrow-left::before {
  content: "\eb2a";
}
.icon-curl-arrow-right::before {
  content: "\eb2b";
}
.icon-dashboard::before {
  content: "\eb2c";
}
.icon-data_usage::before {
  content: "\eb2d";
}
.icon-date_range::before {
  content: "\eb2e";
}
.icon-deck::before {
  content: "\eb2f";
}
.icon-dehaze::before {
  content: "\eb30";
}
.icon-delete::before {
  content: "\eb31";
}
.icon-delete_forever::before {
  content: "\eb32";
}
.icon-delete_outline::before {
  content: "\eb33";
}
.icon-delete_sweep::before {
  content: "\eb34";
}
.icon-departure_board::before {
  content: "\eb35";
}
.icon-description::before {
  content: "\eb36";
}
.icon-design_services::before {
  content: "\eb37";
}
.icon-desktop_access_disabled::before {
  content: "\eb38";
}
.icon-desktop_mac::before {
  content: "\eb39";
}
.icon-desktop_windows::before {
  content: "\eb3a";
}
.icon-details::before {
  content: "\eb3b";
}
.icon-developer_board::before {
  content: "\eb3c";
}
.icon-developer_mode::before {
  content: "\eb3d";
}
.icon-device_hub::before {
  content: "\eb3e";
}
.icon-device_unknown::before {
  content: "\eb3f";
}
.icon-devices::before {
  content: "\eb40";
}
.icon-devices_other::before {
  content: "\eb41";
}
.icon-dialer_sip::before {
  content: "\eb42";
}
.icon-dialpad::before {
  content: "\eb43";
}
.icon-directions::before {
  content: "\eb44";
}
.icon-directions_bike::before {
  content: "\eb45";
}
.icon-directions_boat::before {
  content: "\eb46";
}
.icon-directions_bus::before {
  content: "\eb47";
}
.icon-directions_car::before {
  content: "\eb48";
}
.icon-directions_off::before {
  content: "\eb49";
}
.icon-directions_railway::before {
  content: "\eb4a";
}
.icon-directions_run::before {
  content: "\eb4b";
}
.icon-directions_subway::before {
  content: "\eb4c";
}
.icon-directions_transit::before {
  content: "\eb4d";
}
.icon-directions_walk::before {
  content: "\eb4e";
}
.icon-disabled_by_default::before {
  content: "\eb4f";
}
.icon-disc_full::before {
  content: "\eb50";
}
.icon-dns::before {
  content: "\eb51";
}
.icon-do_disturb::before {
  content: "\eb52";
}
.icon-do_disturb_alt::before {
  content: "\eb53";
}
.icon-do_disturb_off::before {
  content: "\eb54";
}
.icon-do_disturb_on::before {
  content: "\eb55";
}
.icon-do_not_step::before {
  content: "\eb56";
}
.icon-do_not_touch::before {
  content: "\eb57";
}
.icon-dock::before {
  content: "\eb58";
}
.icon-domain::before {
  content: "\eb59";
}
.icon-domain_disabled::before {
  content: "\eb5a";
}
.icon-domain_verification::before {
  content: "\eb5b";
}
.icon-done::before {
  content: "\eb5c";
}
.icon-done_all::before {
  content: "\eb5d";
}
.icon-done_outline::before {
  content: "\eb5e";
}
.icon-donut_large::before {
  content: "\eb5f";
}
.icon-donut_small::before {
  content: "\eb60";
}
.icon-double_arrow::before {
  content: "\eb61";
}
.icon-download::before {
  content: "\eb62";
}
.icon-download_done::before {
  content: "\eb63";
}
.icon-drafts::before {
  content: "\eb64";
}
.icon-drag_handle::before {
  content: "\eb65";
}
.icon-drag_indicator::before {
  content: "\eb66";
}
.icon-drive_eta::before {
  content: "\eb67";
}
.icon-dry::before {
  content: "\eb68";
}
.icon-duo::before {
  content: "\eb69";
}
.icon-dvr::before {
  content: "\eb6a";
}
.icon-dynamic_feed::before {
  content: "\eb6b";
}
.icon-dynamic_form::before {
  content: "\eb6c";
}
.icon-east::before {
  content: "\eb6d";
}
.icon-eco::before {
  content: "\eb6e";
}
.icon-edit::before {
  content: "\eb6f";
}
.icon-edit_attributes::before {
  content: "\eb70";
}
.icon-edit_location::before {
  content: "\eb71";
}
.icon-edit_road::before {
  content: "\eb72";
}
.icon-eject::before {
  content: "\eb73";
}
.icon-elderly::before {
  content: "\eb74";
}
.icon-electric_bike::before {
  content: "\eb75";
}
.icon-electric_car::before {
  content: "\eb76";
}
.icon-electric_moped::before {
  content: "\eb77";
}
.icon-electric_scooter::before {
  content: "\eb78";
}
.icon-electrical_services::before {
  content: "\eb79";
}
.icon-elevator::before {
  content: "\eb7a";
}
.icon-email::before {
  content: "\eb7b";
}
.icon-emoji_emotions::before {
  content: "\eb7c";
}
.icon-emoji_events::before {
  content: "\eb7d";
}
.icon-emoji_flags::before {
  content: "\eb7e";
}
.icon-emoji_food_beverage::before {
  content: "\eb7f";
}
.icon-emoji_nature::before {
  content: "\eb80";
}
.icon-emoji_objects::before {
  content: "\eb81";
}
.icon-emoji_people::before {
  content: "\eb82";
}
.icon-emoji_symbols::before {
  content: "\eb83";
}
.icon-emoji_transportation::before {
  content: "\eb84";
}
.icon-engineering::before {
  content: "\eb85";
}
.icon-enhanced_encryption::before {
  content: "\eb86";
}
.icon-equalizer::before {
  content: "\eb87";
}
.icon-error::before {
  content: "\eb88";
}
.icon-error_outline::before {
  content: "\eb89";
}
.icon-escalator::before {
  content: "\eb8a";
}
.icon-escalator_warning::before {
  content: "\eb8b";
}
.icon-euro::before {
  content: "\eb8c";
}
.icon-euro_symbol::before {
  content: "\eb8d";
}
.icon-ev_station::before {
  content: "\eb8e";
}
.icon-event::before {
  content: "\eb8f";
}
.icon-event_available::before {
  content: "\eb90";
}
.icon-event_busy::before {
  content: "\eb91";
}
.icon-event_note::before {
  content: "\eb92";
}
.icon-event_seat::before {
  content: "\eb93";
}
.icon-exit_to_app::before {
  content: "\eb94";
}
.icon-expand_less::before {
  content: "\eb95";
}
.icon-expand_more::before {
  content: "\eb96";
}
.icon-explicit::before {
  content: "\eb97";
}
.icon-explore::before {
  content: "\eb98";
}
.icon-explore_off::before {
  content: "\eb99";
}
.icon-exposure::before {
  content: "\eb9a";
}
.icon-exposure_neg_1::before {
  content: "\eb9b";
}
.icon-exposure_neg_2::before {
  content: "\eb9c";
}
.icon-exposure_plus_1::before {
  content: "\eb9d";
}
.icon-exposure_plus_2::before {
  content: "\eb9e";
}
.icon-exposure_zero::before {
  content: "\eb9f";
}
.icon-extension::before {
  content: "\eba0";
}
.icon-face::before {
  content: "\eba1";
}
.icon-face_unlock::before {
  content: "\eba2";
}
.icon-facebook-2::before {
  content: "\eba3";
}
.icon-facebook::before {
  content: "\eba4";
}
.icon-fact_check::before {
  content: "\eba5";
}
.icon-family_restroom::before {
  content: "\eba6";
}
.icon-fast_forward::before {
  content: "\eba7";
}
.icon-fast_rewind::before {
  content: "\eba8";
}
.icon-fastfood::before {
  content: "\eba9";
}
.icon-favorite::before {
  content: "\ebaa";
}
.icon-favorite_border::before {
  content: "\ebab";
}
.icon-featured_play_list::before {
  content: "\ebac";
}
.icon-featured_video::before {
  content: "\ebad";
}
.icon-feedback::before {
  content: "\ebae";
}
.icon-fence::before {
  content: "\ebaf";
}
.icon-fiber_dvr::before {
  content: "\ebb0";
}
.icon-fiber_manual_record::before {
  content: "\ebb1";
}
.icon-fiber_new::before {
  content: "\ebb2";
}
.icon-fiber_pin::before {
  content: "\ebb3";
}
.icon-fiber_smart_record::before {
  content: "\ebb4";
}
.icon-file_copy::before {
  content: "\ebb5";
}
.icon-filter::before {
  content: "\ebb6";
}
.icon-filter_1::before {
  content: "\ebb7";
}
.icon-filter_2::before {
  content: "\ebb8";
}
.icon-filter_3::before {
  content: "\ebb9";
}
.icon-filter_4::before {
  content: "\ebba";
}
.icon-filter_5::before {
  content: "\ebbb";
}
.icon-filter_6::before {
  content: "\ebbc";
}
.icon-filter_7::before {
  content: "\ebbd";
}
.icon-filter_8::before {
  content: "\ebbe";
}
.icon-filter_9::before {
  content: "\ebbf";
}
.icon-filter_9_plus::before {
  content: "\ebc0";
}
.icon-filter_alt::before {
  content: "\ebc1";
}
.icon-filter_b_and_w::before {
  content: "\ebc2";
}
.icon-filter_drama::before {
  content: "\ebc3";
}
.icon-filter_center_focus::before {
  content: "\ebc4";
}
.icon-filter_frames::before {
  content: "\ebc5";
}
.icon-filter_hdr::before {
  content: "\ebc6";
}
.icon-filter_list::before {
  content: "\ebc7";
}
.icon-filter_none::before {
  content: "\ebc8";
}
.icon-filter_tilt_shift::before {
  content: "\ebc9";
}
.icon-filter_vintage::before {
  content: "\ebca";
}
.icon-find_in_page::before {
  content: "\ebcb";
}
.icon-find_replace::before {
  content: "\ebcc";
}
.icon-fingerprint::before {
  content: "\ebcd";
}
.icon-fire_extinguisher::before {
  content: "\ebce";
}
.icon-fireplace::before {
  content: "\ebcf";
}
.icon-first_page::before {
  content: "\ebd0";
}
.icon-fitness_center::before {
  content: "\ebd1";
}
.icon-flag::before {
  content: "\ebd2";
}
.icon-flaky::before {
  content: "\ebd3";
}
.icon-flare::before {
  content: "\ebd4";
}
.icon-flash_auto::before {
  content: "\ebd5";
}
.icon-flash_off::before {
  content: "\ebd6";
}
.icon-flash_on::before {
  content: "\ebd7";
}
.icon-flight::before {
  content: "\ebd8";
}
.icon-flight_land::before {
  content: "\ebd9";
}
.icon-flight_takeoff::before {
  content: "\ebda";
}
.icon-flip::before {
  content: "\ebdb";
}
.icon-flip_camera_android::before {
  content: "\ebdc";
}
.icon-flip_camera_ios::before {
  content: "\ebdd";
}
.icon-flip_to_back::before {
  content: "\ebde";
}
.icon-flip_to_front::before {
  content: "\ebdf";
}
.icon-folder::before {
  content: "\ebe0";
}
.icon-folder_open::before {
  content: "\ebe1";
}
.icon-folder_shared::before {
  content: "\ebe2";
}
.icon-folder_special::before {
  content: "\ebe3";
}
.icon-follow_the_signs::before {
  content: "\ebe4";
}
.icon-font_download::before {
  content: "\ebe5";
}
.icon-food_bank::before {
  content: "\ebe6";
}
.icon-format_align_center::before {
  content: "\ebe7";
}
.icon-format_align_justify::before {
  content: "\ebe8";
}
.icon-format_align_left::before {
  content: "\ebe9";
}
.icon-format_align_right::before {
  content: "\ebea";
}
.icon-format_bold::before {
  content: "\ebeb";
}
.icon-format_clear::before {
  content: "\ebec";
}
.icon-format_color_reset::before {
  content: "\ebed";
}
.icon-format_indent_decrease::before {
  content: "\ebee";
}
.icon-format_indent_increase::before {
  content: "\ebef";
}
.icon-format_italic::before {
  content: "\ebf0";
}
.icon-format_line_spacing::before {
  content: "\ebf1";
}
.icon-format_list_bulleted::before {
  content: "\ebf2";
}
.icon-format_list_numbered::before {
  content: "\ebf3";
}
.icon-format_list_numbered_rtl::before {
  content: "\ebf4";
}
.icon-format_paint::before {
  content: "\ebf5";
}
.icon-format_quote::before {
  content: "\ebf6";
}
.icon-format_shapes::before {
  content: "\ebf7";
}
.icon-format_size::before {
  content: "\ebf8";
}
.icon-format_strikethrough::before {
  content: "\ebf9";
}
.icon-format_textdirection_l_to_r::before {
  content: "\ebfa";
}
.icon-format_textdirection_r_to_l::before {
  content: "\ebfb";
}
.icon-format_underlined::before {
  content: "\ebfc";
}
.icon-forum::before {
  content: "\ebfd";
}
.icon-forward::before {
  content: "\ebfe";
}
.icon-forward_10::before {
  content: "\ebff";
}
.icon-forward_30::before {
  content: "\ec00";
}
.icon-forward_5::before {
  content: "\ec01";
}
.icon-forward_to_inbox::before {
  content: "\ec02";
}
.icon-foundation::before {
  content: "\ec03";
}
.icon-free_breakfast::before {
  content: "\ec04";
}
.icon-fullscreen::before {
  content: "\ec05";
}
.icon-fullscreen_exit::before {
  content: "\ec06";
}
.icon-functions::before {
  content: "\ec07";
}
.icon-g_translate::before {
  content: "\ec08";
}
.icon-gamepad::before {
  content: "\ec09";
}
.icon-games::before {
  content: "\ec0a";
}
.icon-gavel::before {
  content: "\ec0b";
}
.icon-gesture::before {
  content: "\ec0c";
}
.icon-get_app::before {
  content: "\ec0d";
}
.icon-gif::before {
  content: "\ec0e";
}
.icon-golf_course::before {
  content: "\ec0f";
}
.icon-gps_fixed::before {
  content: "\ec10";
}
.icon-gps_not_fixed::before {
  content: "\ec11";
}
.icon-gps_off::before {
  content: "\ec12";
}
.icon-grade::before {
  content: "\ec13";
}
.icon-gradient::before {
  content: "\ec14";
}
.icon-grading::before {
  content: "\ec15";
}
.icon-grain::before {
  content: "\ec16";
}
.icon-graphic_eq::before {
  content: "\ec17";
}
.icon-grass::before {
  content: "\ec18";
}
.icon-grid_off::before {
  content: "\ec19";
}
.icon-grid_on::before {
  content: "\ec1a";
}
.icon-group::before {
  content: "\ec1b";
}
.icon-group_add::before {
  content: "\ec1c";
}
.icon-group_work::before {
  content: "\ec1d";
}
.icon-groups-2::before {
  content: "\ec1e";
}
.icon-groups::before {
  content: "\ec1f";
}
.icon-handyman::before {
  content: "\ec20";
}
.icon-hd::before {
  content: "\ec21";
}
.icon-hdr_off::before {
  content: "\ec22";
}
.icon-hdr_on::before {
  content: "\ec23";
}
.icon-hdr_strong::before {
  content: "\ec24";
}
.icon-hdr_weak::before {
  content: "\ec25";
}
.icon-headset::before {
  content: "\ec26";
}
.icon-headset_mic::before {
  content: "\ec27";
}
.icon-healing::before {
  content: "\ec28";
}
.icon-hearing::before {
  content: "\ec29";
}
.icon-hearing_disabled-2::before {
  content: "\ec2a";
}
.icon-height::before {
  content: "\ec2b";
}
.icon-hearing_disabled::before {
  content: "\ec2c";
}
.icon-help::before {
  content: "\ec2d";
}
.icon-help_center::before {
  content: "\ec2e";
}
.icon-help_outline::before {
  content: "\ec2f";
}
.icon-high_quality::before {
  content: "\ec30";
}
.icon-highlight::before {
  content: "\ec31";
}
.icon-highlight_alt::before {
  content: "\ec32";
}
.icon-highlight_off::before {
  content: "\ec33";
}
.icon-history::before {
  content: "\ec34";
}
.icon-history_edu::before {
  content: "\ec35";
}
.icon-history_toggle_off::before {
  content: "\ec36";
}
.icon-home::before {
  content: "\ec37";
}
.icon-home_repair_service::before {
  content: "\ec38";
}
.icon-home_work::before {
  content: "\ec39";
}
.icon-horizontal_rule::before {
  content: "\ec3a";
}
.icon-horizontal_split::before {
  content: "\ec3b";
}
.icon-hot_tub::before {
  content: "\ec3c";
}
.icon-hotel::before {
  content: "\ec3d";
}
.icon-hourglass_bottom::before {
  content: "\ec3e";
}
.icon-hourglass_disabled::before {
  content: "\ec3f";
}
.icon-hourglass_empty::before {
  content: "\ec40";
}
.icon-hourglass_full::before {
  content: "\ec41";
}
.icon-hourglass_top::before {
  content: "\ec42";
}
.icon-house::before {
  content: "\ec43";
}
.icon-house_siding::before {
  content: "\ec44";
}
.icon-how_to_reg::before {
  content: "\ec45";
}
.icon-how_to_vote::before {
  content: "\ec46";
}
.icon-http::before {
  content: "\ec47";
}
.icon-https::before {
  content: "\ec48";
}
.icon-hvac::before {
  content: "\ec49";
}
.icon-image::before {
  content: "\ec4a";
}
.icon-image_aspect_ratio::before {
  content: "\ec4b";
}
.icon-image_not_supported::before {
  content: "\ec4c";
}
.icon-image_search::before {
  content: "\ec4d";
}
.icon-import_contacts::before {
  content: "\ec4e";
}
.icon-import_export::before {
  content: "\ec4f";
}
.icon-important_devices::before {
  content: "\ec50";
}
.icon-inbox::before {
  content: "\ec51";
}
.icon-indeterminate_check_box::before {
  content: "\ec52";
}
.icon-info::before {
  content: "\ec53";
}
.icon-input::before {
  content: "\ec54";
}
.icon-insert_chart::before {
  content: "\ec55";
}
.icon-insert_chart_outlined::before {
  content: "\ec56";
}
.icon-insert_comment::before {
  content: "\ec57";
}
.icon-insert_drive_file::before {
  content: "\ec58";
}
.icon-insert_emoticon::before {
  content: "\ec59";
}
.icon-insert_invitation::before {
  content: "\ec5a";
}
.icon-insert_link::before {
  content: "\ec5b";
}
.icon-insert_photo::before {
  content: "\ec5c";
}
.icon-insights::before {
  content: "\ec5d";
}
.icon-instagram::before {
  content: "\ec5e";
}
.icon-integration_instructions::before {
  content: "\ec5f";
}
.icon-invert_colors_off::before {
  content: "\ec60";
}
.icon-invert_colors::before {
  content: "\ec61";
}
.icon-iso::before {
  content: "\ec62";
}
.icon-keyboard::before {
  content: "\ec63";
}
.icon-keyboard_arrow_down::before {
  content: "\ec64";
}
.icon-keyboard_arrow_left::before {
  content: "\ec65";
}
.icon-keyboard_arrow_right::before {
  content: "\ec66";
}
.icon-keyboard_arrow_up::before {
  content: "\ec67";
}
.icon-keyboard_backspace::before {
  content: "\ec68";
}
.icon-keyboard_capslock::before {
  content: "\ec69";
}
.icon-keyboard_hide::before {
  content: "\ec6a";
}
.icon-keyboard_return::before {
  content: "\ec6b";
}
.icon-keyboard_tab::before {
  content: "\ec6c";
}
.icon-keyboard_voice::before {
  content: "\ec6d";
}
.icon-kids::before {
  content: "\ec6e";
}
.icon-king_bed::before {
  content: "\ec6f";
}
.icon-kitchen::before {
  content: "\ec70";
}
.icon-label::before {
  content: "\ec71";
}
.icon-label_important::before {
  content: "\ec72";
}
.icon-label_off::before {
  content: "\ec73";
}
.icon-landscape::before {
  content: "\ec74";
}
.icon-language::before {
  content: "\ec75";
}
.icon-laptop::before {
  content: "\ec76";
}
.icon-laptop_chromebook::before {
  content: "\ec77";
}
.icon-laptop_mac::before {
  content: "\ec78";
}
.icon-laptop_windows::before {
  content: "\ec79";
}
.icon-last_page::before {
  content: "\ec7a";
}
.icon-launch::before {
  content: "\ec7b";
}
.icon-layers::before {
  content: "\ec7c";
}
.icon-layers_clear::before {
  content: "\ec7d";
}
.icon-leaderboard::before {
  content: "\ec7e";
}
.icon-leak_add::before {
  content: "\ec7f";
}
.icon-leak_remove::before {
  content: "\ec80";
}
.icon-legend_toggle::before {
  content: "\ec81";
}
.icon-lens::before {
  content: "\ec82";
}
.icon-library_add::before {
  content: "\ec83";
}
.icon-library_add_check::before {
  content: "\ec84";
}
.icon-library_books::before {
  content: "\ec85";
}
.icon-library_music::before {
  content: "\ec86";
}
.icon-lightbulb::before {
  content: "\ec87";
}
.icon-line_style::before {
  content: "\ec88";
}
.icon-line_weight::before {
  content: "\ec89";
}
.icon-linear_scale::before {
  content: "\ec8a";
}
.icon-link::before {
  content: "\ec8b";
}
.icon-link_off::before {
  content: "\ec8c";
}
.icon-linked_camera::before {
  content: "\ec8d";
}
.icon-linkedin::before {
  content: "\ec8e";
}
.icon-list::before {
  content: "\ec8f";
}
.icon-list_alt::before {
  content: "\ec90";
}
.icon-live_help::before {
  content: "\ec91";
}
.icon-live_tv::before {
  content: "\ec92";
}
.icon-local_activity::before {
  content: "\ec93";
}
.icon-local_airport::before {
  content: "\ec94";
}
.icon-local_atm::before {
  content: "\ec95";
}
.icon-local_bar::before {
  content: "\ec96";
}
.icon-local_cafe::before {
  content: "\ec97";
}
.icon-local_car_wash::before {
  content: "\ec98";
}
.icon-local_convenience_store::before {
  content: "\ec99";
}
.icon-local_dining::before {
  content: "\ec9a";
}
.icon-local_drink::before {
  content: "\ec9b";
}
.icon-local_fire_department::before {
  content: "\ec9c";
}
.icon-local_florist::before {
  content: "\ec9d";
}
.icon-local_gas_station::before {
  content: "\ec9e";
}
.icon-local_grocery_store::before {
  content: "\ec9f";
}
.icon-local_hospital::before {
  content: "\eca0";
}
.icon-local_hotel::before {
  content: "\eca1";
}
.icon-local_laundry_service::before {
  content: "\eca2";
}
.icon-local_library::before {
  content: "\eca3";
}
.icon-local_mall::before {
  content: "\eca4";
}
.icon-local_movies::before {
  content: "\eca5";
}
.icon-local_offer::before {
  content: "\eca6";
}
.icon-local_parking::before {
  content: "\eca7";
}
.icon-local_pharmacy::before {
  content: "\eca8";
}
.icon-local_phone::before {
  content: "\eca9";
}
.icon-local_pizza::before {
  content: "\ecaa";
}
.icon-local_play::before {
  content: "\ecab";
}
.icon-local_police::before {
  content: "\ecac";
}
.icon-local_post_office::before {
  content: "\ecad";
}
.icon-local_printshop::before {
  content: "\ecae";
}
.icon-local_see::before {
  content: "\ecaf";
}
.icon-local_shipping::before {
  content: "\ecb0";
}
.icon-local_taxi::before {
  content: "\ecb1";
}
.icon-location_city::before {
  content: "\ecb2";
}
.icon-location_disabled::before {
  content: "\ecb3";
}
.icon-location_off::before {
  content: "\ecb4";
}
.icon-location_on::before {
  content: "\ecb5";
}
.icon-location_searching::before {
  content: "\ecb6";
}
.icon-lock::before {
  content: "\ecb7";
}
.icon-lock_open::before {
  content: "\ecb8";
}
.icon-login::before {
  content: "\ecb9";
}
.icon-logo-youtube::before {
  content: "\ecba";
}
.icon-looks::before {
  content: "\ecbb";
}
.icon-looks_3::before {
  content: "\ecbc";
}
.icon-looks_4::before {
  content: "\ecbd";
}
.icon-looks_5::before {
  content: "\ecbe";
}
.icon-looks_6::before {
  content: "\ecbf";
}
.icon-looks_one::before {
  content: "\ecc0";
}
.icon-looks_two::before {
  content: "\ecc1";
}
.icon-loop::before {
  content: "\ecc2";
}
.icon-loupe::before {
  content: "\ecc3";
}
.icon-low_priority::before {
  content: "\ecc4";
}
.icon-loyalty::before {
  content: "\ecc5";
}
.icon-luggage::before {
  content: "\ecc6";
}
.icon-lunch-dining::before {
  content: "\ecc7";
}
.icon-mail::before {
  content: "\ecc8";
}
.icon-mail_outline::before {
  content: "\ecc9";
}
.icon-map::before {
  content: "\ecca";
}
.icon-mark_chat_read::before {
  content: "\eccb";
}
.icon-maps_ugc::before {
  content: "\eccc";
}
.icon-mark_chat_unread::before {
  content: "\eccd";
}
.icon-mark_email_read::before {
  content: "\ecce";
}
.icon-mark_email_unread::before {
  content: "\eccf";
}
.icon-markunread::before {
  content: "\ecd0";
}
.icon-markunread_mailbox::before {
  content: "\ecd1";
}
.icon-masks-2::before {
  content: "\ecd2";
}
.icon-masks::before {
  content: "\ecd3";
}
.icon-maximize::before {
  content: "\ecd4";
}
.icon-mediation::before {
  content: "\ecd5";
}
.icon-medical_services::before {
  content: "\ecd6";
}
.icon-meeting_room-2::before {
  content: "\ecd7";
}
.icon-meeting_room::before {
  content: "\ecd8";
}
.icon-memory::before {
  content: "\ecd9";
}
.icon-menu::before {
  content: "\ecda";
}
.icon-menu_book::before {
  content: "\ecdb";
}
.icon-menu_open::before {
  content: "\ecdc";
}
.icon-merge_type::before {
  content: "\ecdd";
}
.icon-message::before {
  content: "\ecde";
}
.icon-mic::before {
  content: "\ecdf";
}
.icon-mic_none::before {
  content: "\ece0";
}
.icon-mic_off::before {
  content: "\ece1";
}
.icon-microwave::before {
  content: "\ece2";
}
.icon-military_tech::before {
  content: "\ece3";
}
.icon-minimize::before {
  content: "\ece4";
}
.icon-miscellaneous_services::before {
  content: "\ece5";
}
.icon-missed_video_call::before {
  content: "\ece6";
}
.icon-mms::before {
  content: "\ece7";
}
.icon-mobile_friendly::before {
  content: "\ece8";
}
.icon-mobile_off::before {
  content: "\ece9";
}
.icon-mobile_screen_share::before {
  content: "\ecea";
}
.icon-mode::before {
  content: "\eceb";
}
.icon-mode_comment::before {
  content: "\ecec";
}
.icon-model_training::before {
  content: "\eced";
}
.icon-monetization_on::before {
  content: "\ecee";
}
.icon-money::before {
  content: "\ecef";
}
.icon-money_off::before {
  content: "\ecf0";
}
.icon-money_off_csred::before {
  content: "\ecf1";
}
.icon-monochrome_photos::before {
  content: "\ecf2";
}
.icon-mood::before {
  content: "\ecf3";
}
.icon-mood_bad::before {
  content: "\ecf4";
}
.icon-moped::before {
  content: "\ecf5";
}
.icon-more::before {
  content: "\ecf6";
}
.icon-more_horiz::before {
  content: "\ecf7";
}
.icon-more_time::before {
  content: "\ecf8";
}
.icon-more_vert::before {
  content: "\ecf9";
}
.icon-motion_photos_on::before {
  content: "\ecfa";
}
.icon-motion_photos_pause::before {
  content: "\ecfb";
}
.icon-motion_photos_paused::before {
  content: "\ecfc";
}
.icon-mouse::before {
  content: "\ecfd";
}
.icon-move_to_inbox::before {
  content: "\ecfe";
}
.icon-movie::before {
  content: "\ecff";
}
.icon-movie_creation::before {
  content: "\ed00";
}
.icon-movie_filter::before {
  content: "\ed01";
}
.icon-multiline_chart::before {
  content: "\ed02";
}
.icon-multiple_stop::before {
  content: "\ed03";
}
.icon-museum::before {
  content: "\ed04";
}
.icon-music_note::before {
  content: "\ed05";
}
.icon-music_off::before {
  content: "\ed06";
}
.icon-music_video::before {
  content: "\ed07";
}
.icon-my_location::before {
  content: "\ed08";
}
.icon-nat::before {
  content: "\ed09";
}
.icon-nature::before {
  content: "\ed0a";
}
.icon-nature_people::before {
  content: "\ed0b";
}
.icon-navigate_before::before {
  content: "\ed0c";
}
.icon-navigate_next::before {
  content: "\ed0d";
}
.icon-navigation::before {
  content: "\ed0e";
}
.icon-near_me::before {
  content: "\ed0f";
}
.icon-near_me_disabled::before {
  content: "\ed10";
}
.icon-network_check::before {
  content: "\ed11";
}
.icon-network_locked::before {
  content: "\ed12";
}
.icon-new_releases::before {
  content: "\ed13";
}
.icon-next_plan::before {
  content: "\ed14";
}
.icon-next_week::before {
  content: "\ed15";
}
.icon-nfc::before {
  content: "\ed16";
}
.icon-night_shelter::before {
  content: "\ed17";
}
.icon-nights_stay::before {
  content: "\ed18";
}
.icon-no-dogs::before {
  content: "\ed19";
}
.icon-no_backpack::before {
  content: "\ed1a";
}
.icon-no_cell::before {
  content: "\ed1b";
}
.icon-no_drinks::before {
  content: "\ed1c";
}
.icon-no_encryption::before {
  content: "\ed1d";
}
.icon-no_encryption_gmailerrorred::before {
  content: "\ed1e";
}
.icon-no_flash::before {
  content: "\ed1f";
}
.icon-no_food::before {
  content: "\ed20";
}
.icon-no_luggage::before {
  content: "\ed21";
}
.icon-no_meals::before {
  content: "\ed22";
}
.icon-no_meeting_room::before {
  content: "\ed23";
}
.icon-no_photography::before {
  content: "\ed24";
}
.icon-no_reservation::before {
  content: "\ed25";
}
.icon-no_sim::before {
  content: "\ed26";
}
.icon-no_stroller::before {
  content: "\ed27";
}
.icon-no_transfer::before {
  content: "\ed28";
}
.icon-north::before {
  content: "\ed29";
}
.icon-north_east::before {
  content: "\ed2a";
}
.icon-north_west::before {
  content: "\ed2b";
}
.icon-not_accessible::before {
  content: "\ed2c";
}
.icon-not_interested::before {
  content: "\ed2d";
}
.icon-not_listed_location::before {
  content: "\ed2e";
}
.icon-not_started::before {
  content: "\ed2f";
}
.icon-note::before {
  content: "\ed30";
}
.icon-note_add::before {
  content: "\ed31";
}
.icon-notes::before {
  content: "\ed32";
}
.icon-notification_important::before {
  content: "\ed33";
}
.icon-notifications::before {
  content: "\ed34";
}
.icon-notifications_active::before {
  content: "\ed35";
}
.icon-notifications_none::before {
  content: "\ed36";
}
.icon-notifications_off::before {
  content: "\ed37";
}
.icon-notifications_paused::before {
  content: "\ed38";
}
.icon-offline_bolt::before {
  content: "\ed39";
}
.icon-offline_pin::before {
  content: "\ed3a";
}
.icon-ondemand_video::before {
  content: "\ed3b";
}
.icon-online_prediction::before {
  content: "\ed3c";
}
.icon-opacity::before {
  content: "\ed3d";
}
.icon-open_in_browser::before {
  content: "\ed3e";
}
.icon-open_in_full::before {
  content: "\ed3f";
}
.icon-open_in_new::before {
  content: "\ed40";
}
.icon-open_with::before {
  content: "\ed41";
}
.icon-outlet::before {
  content: "\ed42";
}
.icon-outlined_flag::before {
  content: "\ed43";
}
.icon-pages::before {
  content: "\ed44";
}
.icon-outbond::before {
  content: "\ed45";
}
.icon-pageview::before {
  content: "\ed46";
}
.icon-outdoor_grill::before {
  content: "\ed47";
}
.icon-palette::before {
  content: "\ed48";
}
.icon-pan_tool::before {
  content: "\ed49";
}
.icon-panorama::before {
  content: "\ed4a";
}
.icon-panorama_fish_eye::before {
  content: "\ed4b";
}
.icon-panorama_horizontal::before {
  content: "\ed4c";
}
.icon-panorama_vertical::before {
  content: "\ed4d";
}
.icon-panorama_wide_angle::before {
  content: "\ed4e";
}
.icon-parking_bus::before {
  content: "\ed4f";
}
.icon-party_mode::before {
  content: "\ed50";
}
.icon-pause::before {
  content: "\ed51";
}
.icon-pause_circle_filled::before {
  content: "\ed52";
}
.icon-pause_circle_outline::before {
  content: "\ed53";
}
.icon-pause_presentation::before {
  content: "\ed54";
}
.icon-payment::before {
  content: "\ed55";
}
.icon-payments::before {
  content: "\ed56";
}
.icon-pedal_bike::before {
  content: "\ed57";
}
.icon-pending::before {
  content: "\ed58";
}
.icon-pending_actions::before {
  content: "\ed59";
}
.icon-people::before {
  content: "\ed5a";
}
.icon-people_alt::before {
  content: "\ed5b";
}
.icon-people_outline::before {
  content: "\ed5c";
}
.icon-perm_camera_mic::before {
  content: "\ed5d";
}
.icon-perm_contact_calendar::before {
  content: "\ed5e";
}
.icon-perm_data_setting::before {
  content: "\ed5f";
}
.icon-perm_device_information::before {
  content: "\ed60";
}
.icon-perm_identity::before {
  content: "\ed61";
}
.icon-perm_media::before {
  content: "\ed62";
}
.icon-perm_phone_msg::before {
  content: "\ed63";
}
.icon-perm_scan_wifi::before {
  content: "\ed64";
}
.icon-person::before {
  content: "\ed65";
}
.icon-person_add::before {
  content: "\ed66";
}
.icon-person_add_alt_1::before {
  content: "\ed67";
}
.icon-person_add_disabled::before {
  content: "\ed68";
}
.icon-person_outline::before {
  content: "\ed69";
}
.icon-person_pin::before {
  content: "\ed6a";
}
.icon-person_pin_circle::before {
  content: "\ed6b";
}
.icon-person_remove::before {
  content: "\ed6c";
}
.icon-person_remove_alt_1::before {
  content: "\ed6d";
}
.icon-person_search::before {
  content: "\ed6e";
}
.icon-personal_video::before {
  content: "\ed6f";
}
.icon-pest_control::before {
  content: "\ed70";
}
.icon-pest_control_rodent::before {
  content: "\ed71";
}
.icon-pets::before {
  content: "\ed72";
}
.icon-phone::before {
  content: "\ed73";
}
.icon-phone_android::before {
  content: "\ed74";
}
.icon-phone_bluetooth_speaker::before {
  content: "\ed75";
}
.icon-phone_callback::before {
  content: "\ed76";
}
.icon-phone_disabled::before {
  content: "\ed77";
}
.icon-phone_enabled::before {
  content: "\ed78";
}
.icon-phone_forwarded::before {
  content: "\ed79";
}
.icon-phone_in_talk::before {
  content: "\ed7a";
}
.icon-phone_iphone::before {
  content: "\ed7b";
}
.icon-phone_locked::before {
  content: "\ed7c";
}
.icon-phone_missed::before {
  content: "\ed7d";
}
.icon-phone_paused::before {
  content: "\ed7e";
}
.icon-phonelink_erase::before {
  content: "\ed7f";
}
.icon-phonelink_lock::before {
  content: "\ed80";
}
.icon-phonelink::before {
  content: "\ed81";
}
.icon-phonelink_off::before {
  content: "\ed82";
}
.icon-phonelink_ring::before {
  content: "\ed83";
}
.icon-phonelink_setup::before {
  content: "\ed84";
}
.icon-photo::before {
  content: "\ed85";
}
.icon-photo_album::before {
  content: "\ed86";
}
.icon-photo_camera::before {
  content: "\ed87";
}
.icon-photo_filter::before {
  content: "\ed88";
}
.icon-photo_library::before {
  content: "\ed89";
}
.icon-photo_size_select_actual::before {
  content: "\ed8a";
}
.icon-photo_size_select_large::before {
  content: "\ed8b";
}
.icon-photo_size_select_small::before {
  content: "\ed8c";
}
.icon-picture_as_pdf::before {
  content: "\ed8d";
}
.icon-picture_in_picture::before {
  content: "\ed8e";
}
.icon-picture_in_picture_alt::before {
  content: "\ed8f";
}
.icon-pie_chart::before {
  content: "\ed90";
}
.icon-pie_chart_outline::before {
  content: "\ed91";
}
.icon-pin_drop::before {
  content: "\ed92";
}
.icon-place::before {
  content: "\ed93";
}
.icon-plagiarism::before {
  content: "\ed94";
}
.icon-play_arrow::before {
  content: "\ed95";
}
.icon-play_circle_filled::before {
  content: "\ed96";
}
.icon-play_circle_outline::before {
  content: "\ed97";
}
.icon-play_for_work::before {
  content: "\ed98";
}
.icon-playlist_add::before {
  content: "\ed99";
}
.icon-playlist_add_check::before {
  content: "\ed9a";
}
.icon-playlist_play::before {
  content: "\ed9b";
}
.icon-plumbing::before {
  content: "\ed9c";
}
.icon-plus_one::before {
  content: "\ed9d";
}
.icon-point_of_sale::before {
  content: "\ed9e";
}
.icon-policy::before {
  content: "\ed9f";
}
.icon-poll::before {
  content: "\eda0";
}
.icon-polymer::before {
  content: "\eda1";
}
.icon-portable_wifi_off::before {
  content: "\eda2";
}
.icon-portrait::before {
  content: "\eda3";
}
.icon-post_add::before {
  content: "\eda4";
}
.icon-pool::before {
  content: "\eda5";
}
.icon-power::before {
  content: "\eda6";
}
.icon-power_input::before {
  content: "\eda7";
}
.icon-power_off::before {
  content: "\eda8";
}
.icon-power_settings_new::before {
  content: "\eda9";
}
.icon-precision_manufacturing::before {
  content: "\edaa";
}
.icon-pregnant_woman::before {
  content: "\edab";
}
.icon-present_to_all::before {
  content: "\edac";
}
.icon-preview::before {
  content: "\edad";
}
.icon-print::before {
  content: "\edae";
}
.icon-print_disabled::before {
  content: "\edaf";
}
.icon-priority_high::before {
  content: "\edb0";
}
.icon-privacy_tip::before {
  content: "\edb1";
}
.icon-psychology::before {
  content: "\edb2";
}
.icon-public::before {
  content: "\edb3";
}
.icon-public_off::before {
  content: "\edb4";
}
.icon-publish::before {
  content: "\edb5";
}
.icon-published_with_changes::before {
  content: "\edb6";
}
.icon-push_pin::before {
  content: "\edb7";
}
.icon-qr_code-2::before {
  content: "\edb8";
}
.icon-qr_code::before {
  content: "\edb9";
}
.icon-qr_code_scanner::before {
  content: "\edba";
}
.icon-query_builder::before {
  content: "\edbb";
}
.icon-queue::before {
  content: "\edbc";
}
.icon-queue_music::before {
  content: "\edbd";
}
.icon-queue_play_next::before {
  content: "\edbe";
}
.icon-quickreply::before {
  content: "\edbf";
}
.icon-question_answer::before {
  content: "\edc0";
}
.icon-radio::before {
  content: "\edc1";
}
.icon-radio_button_checked::before {
  content: "\edc2";
}
.icon-radio_button_unchecked::before {
  content: "\edc3";
}
.icon-rate_review::before {
  content: "\edc4";
}
.icon-read_more::before {
  content: "\edc5";
}
.icon-receipt::before {
  content: "\edc6";
}
.icon-receipt_long::before {
  content: "\edc7";
}
.icon-recent_actors::before {
  content: "\edc8";
}
.icon-record_voice_over::before {
  content: "\edca";
}
.icon-redeem::before {
  content: "\edcb";
}
.icon-redo::before {
  content: "\edcc";
}
.icon-reduce_capacity::before {
  content: "\edcd";
}
.icon-refresh::before {
  content: "\edce";
}
.icon-remove::before {
  content: "\edcf";
}
.icon-remove_circle::before {
  content: "\edd0";
}
.icon-remove_circle_outline::before {
  content: "\edd1";
}
.icon-remove_from_queue::before {
  content: "\edd2";
}
.icon-remove_red_eye::before {
  content: "\edd3";
}
.icon-remove_shopping_cart::before {
  content: "\edd4";
}
.icon-reorder::before {
  content: "\edd5";
}
.icon-repeat::before {
  content: "\edd6";
}
.icon-repeat_one::before {
  content: "\edd7";
}
.icon-replay::before {
  content: "\edd8";
}
.icon-replay_10::before {
  content: "\edd9";
}
.icon-replay_30::before {
  content: "\edda";
}
.icon-replay_5::before {
  content: "\eddb";
}
.icon-reply::before {
  content: "\eddc";
}
.icon-reply_all::before {
  content: "\eddd";
}
.icon-report::before {
  content: "\edde";
}
.icon-report_gmailerrorred::before {
  content: "\eddf";
}
.icon-report_off::before {
  content: "\ede0";
}
.icon-report_problem::before {
  content: "\ede1";
}
.icon-request_page::before {
  content: "\ede2";
}
.icon-request_quote::before {
  content: "\ede3";
}
.icon-restaurant::before {
  content: "\ede4";
}
.icon-restaurant_menu::before {
  content: "\ede5";
}
.icon-restore::before {
  content: "\ede6";
}
.icon-restore_from_trash::before {
  content: "\ede7";
}
.icon-restore_page::before {
  content: "\ede8";
}
.icon-rice_bowl::before {
  content: "\ede9";
}
.icon-ring_volume::before {
  content: "\edea";
}
.icon-roofing::before {
  content: "\edeb";
}
.icon-room-2::before {
  content: "\edec";
}
.icon-room::before {
  content: "\eded";
}
.icon-room_preferences::before {
  content: "\edee";
}
.icon-room_service::before {
  content: "\edef";
}
.icon-rotate_90_degrees_ccw::before {
  content: "\edf0";
}
.icon-rotate_left::before {
  content: "\edf1";
}
.icon-rotate_right::before {
  content: "\edf2";
}
.icon-rounded_corner::before {
  content: "\edf3";
}
.icon-router::before {
  content: "\edf4";
}
.icon-rowing::before {
  content: "\edf5";
}
.icon-rss_feed::before {
  content: "\edf6";
}
.icon-rule::before {
  content: "\edf7";
}
.icon-rule_folder::before {
  content: "\edf8";
}
.icon-run_circle::before {
  content: "\edf9";
}
.icon-rv_hookup::before {
  content: "\edfa";
}
.icon-sanitizer::before {
  content: "\edfb";
}
.icon-satellite::before {
  content: "\edfc";
}
.icon-save::before {
  content: "\edfd";
}
.icon-save_alt::before {
  content: "\edfe";
}
.icon-scanner::before {
  content: "\edff";
}
.icon-scatter_plot::before {
  content: "\ee00";
}
.icon-schedule::before {
  content: "\ee01";
}
.icon-school::before {
  content: "\ee02";
}
.icon-school_h::before {
  content: "\ee03";
}
.icon-school_l::before {
  content: "\ee04";
}
.icon-school_s::before {
  content: "\ee05";
}
.icon-science::before {
  content: "\ee06";
}
.icon-score::before {
  content: "\ee07";
}
.icon-screen_lock_landscape::before {
  content: "\ee08";
}
.icon-screen_lock_portrait::before {
  content: "\ee09";
}
.icon-screen_lock_rotation::before {
  content: "\ee0a";
}
.icon-screen_rotation::before {
  content: "\ee0b";
}
.icon-screen_share::before {
  content: "\ee0c";
}
.icon-sd_card::before {
  content: "\ee0d";
}
.icon-sd_card_alert::before {
  content: "\ee0e";
}
.icon-sd_storage::before {
  content: "\ee0f";
}
.icon-search::before {
  content: "\ee10";
}
.icon-search_off::before {
  content: "\ee11";
}
.icon-seated-dinner::before {
  content: "\ee12";
}
.icon-security::before {
  content: "\ee13";
}
.icon-select_all::before {
  content: "\ee14";
}
.icon-self_improvement::before {
  content: "\ee15";
}
.icon-send::before {
  content: "\ee16";
}
.icon-seniors::before {
  content: "\ee17";
}
.icon-sensor_door::before {
  content: "\ee18";
}
.icon-sensor_window::before {
  content: "\ee19";
}
.icon-sentiment_dissatisfied::before {
  content: "\ee1a";
}
.icon-sentiment_neutral::before {
  content: "\ee1b";
}
.icon-sentiment_satisfied::before {
  content: "\ee1c";
}
.icon-sentiment_satisfied_alt::before {
  content: "\ee1d";
}
.icon-sentiment_very_dissatisfied::before {
  content: "\ee1e";
}
.icon-sentiment_very_satisfied::before {
  content: "\ee1f";
}
.icon-set_meal::before {
  content: "\ee20";
}
.icon-settings::before {
  content: "\ee21";
}
.icon-settings_applications::before {
  content: "\ee22";
}
.icon-settings_backup_restore::before {
  content: "\ee23";
}
.icon-settings_bluetooth::before {
  content: "\ee24";
}
.icon-settings_brightness::before {
  content: "\ee25";
}
.icon-settings_cell::before {
  content: "\ee26";
}
.icon-settings_ethernet::before {
  content: "\ee27";
}
.icon-settings_input_antenna::before {
  content: "\ee28";
}
.icon-settings_input_component::before {
  content: "\ee29";
}
.icon-settings_input_composite::before {
  content: "\ee2a";
}
.icon-settings_input_hdmi::before {
  content: "\ee2b";
}
.icon-settings_input_svideo::before {
  content: "\ee2c";
}
.icon-settings_overscan::before {
  content: "\ee2d";
}
.icon-settings_phone::before {
  content: "\ee2e";
}
.icon-settings_power::before {
  content: "\ee2f";
}
.icon-settings_remote::before {
  content: "\ee30";
}
.icon-settings_system_daydream::before {
  content: "\ee31";
}
.icon-settings_voice::before {
  content: "\ee32";
}
.icon-share::before {
  content: "\ee33";
}
.icon-shop::before {
  content: "\ee34";
}
.icon-shop_two::before {
  content: "\ee35";
}
.icon-shopping_bag::before {
  content: "\ee36";
}
.icon-shopping_basket::before {
  content: "\ee37";
}
.icon-shopping_cart::before {
  content: "\ee38";
}
.icon-short_text::before {
  content: "\ee39";
}
.icon-show_chart::before {
  content: "\ee3a";
}
.icon-shuffle::before {
  content: "\ee3b";
}
.icon-shutter_speed::before {
  content: "\ee3c";
}
.icon-sick::before {
  content: "\ee3d";
}
.icon-signal_cellular_4_bar::before {
  content: "\ee3e";
}
.icon-signal_cellular_alt::before {
  content: "\ee3f";
}
.icon-signal_cellular_connected_no_internet_4_bar::before {
  content: "\ee40";
}
.icon-signal_cellular_no_sim::before {
  content: "\ee41";
}
.icon-signal_cellular_null::before {
  content: "\ee42";
}
.icon-signal_cellular_off::before {
  content: "\ee43";
}
.icon-signal_wifi_4_bar::before {
  content: "\ee44";
}
.icon-signal_wifi_4_bar_lock::before {
  content: "\ee45";
}
.icon-signal_wifi_off::before {
  content: "\ee46";
}
.icon-sim_card::before {
  content: "\ee47";
}
.icon-single_bed::before {
  content: "\ee48";
}
.icon-skip_next::before {
  content: "\ee49";
}
.icon-skip_previous::before {
  content: "\ee4a";
}
.icon-slideshow::before {
  content: "\ee4b";
}
.icon-slow_motion_video::before {
  content: "\ee4c";
}
.icon-smart_button::before {
  content: "\ee4d";
}
.icon-smartphone::before {
  content: "\ee4e";
}
.icon-smoke_free::before {
  content: "\ee4f";
}
.icon-smoking_rooms::before {
  content: "\ee50";
}
.icon-sms::before {
  content: "\ee51";
}
.icon-sms_failed::before {
  content: "\ee52";
}
.icon-snippet_folder::before {
  content: "\ee53";
}
.icon-snooze::before {
  content: "\ee54";
}
.icon-soap::before {
  content: "\ee55";
}
.icon-social_distance::before {
  content: "\ee56";
}
.icon-sort::before {
  content: "\ee57";
}
.icon-sort_by_alpha::before {
  content: "\ee58";
}
.icon-source::before {
  content: "\ee59";
}
.icon-south::before {
  content: "\ee5a";
}
.icon-south_east::before {
  content: "\ee5b";
}
.icon-south_west::before {
  content: "\ee5c";
}
.icon-spa::before {
  content: "\ee5d";
}
.icon-space_bar::before {
  content: "\ee5e";
}
.icon-speaker::before {
  content: "\ee5f";
}
.icon-speaker_group::before {
  content: "\ee60";
}
.icon-speaker_notes::before {
  content: "\ee61";
}
.icon-speaker_notes_off::before {
  content: "\ee62";
}
.icon-speaker_phone::before {
  content: "\ee63";
}
.icon-speed::before {
  content: "\ee64";
}
.icon-spellcheck::before {
  content: "\ee65";
}
.icon-sports::before {
  content: "\ee66";
}
.icon-sports_bar::before {
  content: "\ee67";
}
.icon-sports_baseball::before {
  content: "\ee68";
}
.icon-sports_basketball::before {
  content: "\ee69";
}
.icon-sports_cricket::before {
  content: "\ee6a";
}
.icon-sports_esports::before {
  content: "\ee6b";
}
.icon-sports_football::before {
  content: "\ee6c";
}
.icon-sports_golf::before {
  content: "\ee6d";
}
.icon-sports_handball::before {
  content: "\ee6e";
}
.icon-sports_hockey::before {
  content: "\ee6f";
}
.icon-sports_kabaddi::before {
  content: "\ee70";
}
.icon-sports_mma::before {
  content: "\ee71";
}
.icon-sports_motorsports::before {
  content: "\ee72";
}
.icon-sports_rugby::before {
  content: "\ee73";
}
.icon-sports_soccer::before {
  content: "\ee74";
}
.icon-sports_tennis::before {
  content: "\ee75";
}
.icon-sports_volleyball::before {
  content: "\ee76";
}
.icon-square::before {
  content: "\ee77";
}
.icon-square_foot::before {
  content: "\ee78";
}
.icon-stacked_line_chart::before {
  content: "\ee79";
}
.icon-stairs::before {
  content: "\ee7a";
}
.icon-star::before {
  content: "\ee7b";
}
.icon-star_border::before {
  content: "\ee7c";
}
.icon-star_border_purple500::before {
  content: "\ee7d";
}
.icon-star_half::before {
  content: "\ee7e";
}
.icon-star_outline::before {
  content: "\ee7f";
}
.icon-star_purple500::before {
  content: "\ee80";
}
.icon-star_rate::before {
  content: "\ee81";
}
.icon-stars::before {
  content: "\ee82";
}
.icon-stay_current_landscape::before {
  content: "\ee83";
}
.icon-stay_current_portrait::before {
  content: "\ee84";
}
.icon-stay_primary_landscape::before {
  content: "\ee85";
}
.icon-stay_primary_portrait::before {
  content: "\ee86";
}
.icon-sticky_note_2::before {
  content: "\ee87";
}
.icon-stop::before {
  content: "\ee88";
}
.icon-stop_circle::before {
  content: "\ee89";
}
.icon-stop_screen_share::before {
  content: "\ee8a";
}
.icon-storage::before {
  content: "\ee8b";
}
.icon-store::before {
  content: "\ee8c";
}
.icon-store_mall_directory::before {
  content: "\ee8d";
}
.icon-storefront::before {
  content: "\ee8e";
}
.icon-straighten::before {
  content: "\ee8f";
}
.icon-streetview::before {
  content: "\ee90";
}
.icon-strikethrough_s::before {
  content: "\ee91";
}
.icon-stroller::before {
  content: "\ee92";
}
.icon-style::before {
  content: "\ee93";
}
.icon-subdirectory_arrow_left::before {
  content: "\ee94";
}
.icon-subdirectory_arrow_right::before {
  content: "\ee95";
}
.icon-subject::before {
  content: "\ee96";
}
.icon-subscript::before {
  content: "\ee97";
}
.icon-subscriptions::before {
  content: "\ee98";
}
.icon-subtitles::before {
  content: "\ee99";
}
.icon-subtitles_off::before {
  content: "\ee9a";
}
.icon-subway::before {
  content: "\ee9b";
}
.icon-superscript::before {
  content: "\ee9c";
}
.icon-supervised_user_circle::before {
  content: "\ee9d";
}
.icon-supervisor_account::before {
  content: "\ee9e";
}
.icon-support::before {
  content: "\ee9f";
}
.icon-support_agent::before {
  content: "\eea0";
}
.icon-surround_sound::before {
  content: "\eea1";
}
.icon-swap_calls::before {
  content: "\eea2";
}
.icon-swap_horiz::before {
  content: "\eea3";
}
.icon-swap_horizontal_circle::before {
  content: "\eea4";
}
.icon-swap_vert::before {
  content: "\eea5";
}
.icon-swap_vertical_circle::before {
  content: "\eea6";
}
.icon-switch_camera::before {
  content: "\eea7";
}
.icon-switch_left::before {
  content: "\eea8";
}
.icon-switch_right::before {
  content: "\eea9";
}
.icon-switch_video::before {
  content: "\eeaa";
}
.icon-sync::before {
  content: "\eeab";
}
.icon-sync_alt::before {
  content: "\eeac";
}
.icon-sync_disabled::before {
  content: "\eead";
}
.icon-sync_problem::before {
  content: "\eeae";
}
.icon-system_update::before {
  content: "\eeaf";
}
.icon-system_update_alt::before {
  content: "\eeb0";
}
.icon-tab::before {
  content: "\eeb1";
}
.icon-tab_unselected::before {
  content: "\eeb2";
}
.icon-table_chart::before {
  content: "\eeb3";
}
.icon-table_rows::before {
  content: "\eeb4";
}
.icon-table_view::before {
  content: "\eeb5";
}
.icon-tablet::before {
  content: "\eeb6";
}
.icon-tablet_android::before {
  content: "\eeb7";
}
.icon-tablet_mac::before {
  content: "\eeb8";
}
.icon-tag_faces::before {
  content: "\eeb9";
}
.icon-tap_and_play::before {
  content: "\eeba";
}
.icon-tapas::before {
  content: "\eebb";
}
.icon-terrain::before {
  content: "\eebc";
}
.icon-text_fields::before {
  content: "\eebd";
}
.icon-text_format::before {
  content: "\eebe";
}
.icon-text_rotate_up::before {
  content: "\eebf";
}
.icon-text_rotate_vertical::before {
  content: "\eec0";
}
.icon-text_rotation_angledown::before {
  content: "\eec1";
}
.icon-text_rotation_angleup::before {
  content: "\eec2";
}
.icon-text_rotation_down::before {
  content: "\eec3";
}
.icon-text_rotation_none::before {
  content: "\eec4";
}
.icon-text_snippet::before {
  content: "\eec5";
}
.icon-textsms::before {
  content: "\eec6";
}
.icon-texture::before {
  content: "\eec7";
}
.icon-theaters::before {
  content: "\eec8";
}
.icon-theather::before {
  content: "\eec9";
}
.icon-thermostat::before {
  content: "\eeca";
}
.icon-thumb_down::before {
  content: "\eecb";
}
.icon-thumb_down_alt::before {
  content: "\eecc";
}
.icon-thumb_up::before {
  content: "\eecd";
}
.icon-thumb_up_alt::before {
  content: "\eece";
}
.icon-thumbs_up_down::before {
  content: "\eecf";
}
.icon-time_to_leave::before {
  content: "\eed0";
}
.icon-timelapse::before {
  content: "\eed1";
}
.icon-timeline::before {
  content: "\eed2";
}
.icon-timer::before {
  content: "\eed3";
}
.icon-timer_10::before {
  content: "\eed4";
}
.icon-timer_3::before {
  content: "\eed5";
}
.icon-timer_off::before {
  content: "\eed6";
}
.icon-title::before {
  content: "\eed7";
}
.icon-toc::before {
  content: "\eed8";
}
.icon-today::before {
  content: "\eed9";
}
.icon-toggle_off::before {
  content: "\eeda";
}
.icon-toggle_on::before {
  content: "\eedb";
}
.icon-toll::before {
  content: "\eedc";
}
.icon-tonality::before {
  content: "\eedd";
}
.icon-topic::before {
  content: "\eede";
}
.icon-touch_app::before {
  content: "\eedf";
}
.icon-tour::before {
  content: "\eee0";
}
.icon-toys::before {
  content: "\eee1";
}
.icon-track_changes::before {
  content: "\eee2";
}
.icon-traffic::before {
  content: "\eee3";
}
.icon-train::before {
  content: "\eee4";
}
.icon-tram::before {
  content: "\eee5";
}
.icon-transfer_within_a_station::before {
  content: "\eee6";
}
.icon-transform::before {
  content: "\eee7";
}
.icon-transit_enterexit::before {
  content: "\eee8";
}
.icon-translate::before {
  content: "\eee9";
}
.icon-trending_down::before {
  content: "\eeea";
}
.icon-trending_flat::before {
  content: "\eeeb";
}
.icon-trending_up::before {
  content: "\eeec";
}
.icon-trip_origin::before {
  content: "\eeed";
}
.icon-tty::before {
  content: "\eeee";
}
.icon-tune::before {
  content: "\eeef";
}
.icon-turned_in::before {
  content: "\eef0";
}
.icon-turned_in_not::before {
  content: "\eef1";
}
.icon-tv::before {
  content: "\eef2";
}
.icon-tv_off::before {
  content: "\eef3";
}
.icon-twitter::before {
  content: "\eef4";
}
.icon-two_wheeler::before {
  content: "\eef5";
}
.icon-umbrella::before {
  content: "\eef6";
}
.icon-unarchive::before {
  content: "\eef7";
}
.icon-undo::before {
  content: "\eef8";
}
.icon-unfold_less::before {
  content: "\eef9";
}
.icon-unfold_more::before {
  content: "\eefa";
}
.icon-unsubscribe::before {
  content: "\eefb";
}
.icon-unpublished::before {
  content: "\eefc";
}
.icon-update::before {
  content: "\eefd";
}
.icon-upgrade::before {
  content: "\eefe";
}
.icon-upload::before {
  content: "\eeff";
}
.icon-usb::before {
  content: "\ef00";
}
.icon-ushape::before {
  content: "\ef01";
}
.icon-verified::before {
  content: "\ef02";
}
.icon-vertical_align_bottom::before {
  content: "\ef03";
}
.icon-verified_user::before {
  content: "\ef04";
}
.icon-vertical_align_center::before {
  content: "\ef05";
}
.icon-vertical_align_top::before {
  content: "\ef06";
}
.icon-vertical_split::before {
  content: "\ef07";
}
.icon-vibration::before {
  content: "\ef08";
}
.icon-video_call::before {
  content: "\ef09";
}
.icon-video_label::before {
  content: "\ef0a";
}
.icon-video_library::before {
  content: "\ef0b";
}
.icon-video_settings::before {
  content: "\ef0c";
}
.icon-videocam::before {
  content: "\ef0d";
}
.icon-videocam_off::before {
  content: "\ef0e";
}
.icon-videogame_asset::before {
  content: "\ef0f";
}
.icon-view_agenda::before {
  content: "\ef10";
}
.icon-view_array::before {
  content: "\ef11";
}
.icon-view_carousel::before {
  content: "\ef12";
}
.icon-view_column::before {
  content: "\ef13";
}
.icon-view_comfy::before {
  content: "\ef14";
}
.icon-view_compact::before {
  content: "\ef15";
}
.icon-view_day::before {
  content: "\ef16";
}
.icon-view_headline::before {
  content: "\ef17";
}
.icon-view_in_ar::before {
  content: "\ef18";
}
.icon-view_list::before {
  content: "\ef19";
}
.icon-view_module::before {
  content: "\ef1a";
}
.icon-view_quilt::before {
  content: "\ef1b";
}
.icon-view_sidebar::before {
  content: "\ef1c";
}
.icon-view_stream::before {
  content: "\ef1d";
}
.icon-view_week::before {
  content: "\ef1e";
}
.icon-vignette::before {
  content: "\ef1f";
}
.icon-visibility::before {
  content: "\ef20";
}
.icon-visibility_off::before {
  content: "\ef21";
}
.icon-voice_chat::before {
  content: "\ef22";
}
.icon-voice_over_off::before {
  content: "\ef23";
}
.icon-voicemail::before {
  content: "\ef24";
}
.icon-volume_down::before {
  content: "\ef25";
}
.icon-volume_mute::before {
  content: "\ef26";
}
.icon-volume_off::before {
  content: "\ef27";
}
.icon-volume_up::before {
  content: "\ef28";
}
.icon-vpn_key::before {
  content: "\ef29";
}
.icon-vpn_lock::before {
  content: "\ef2a";
}
.icon-wallpaper::before {
  content: "\ef2b";
}
.icon-warning::before {
  content: "\ef2c";
}
.icon-warning_amber::before {
  content: "\ef2d";
}
.icon-wash::before {
  content: "\ef2e";
}
.icon-watch::before {
  content: "\ef2f";
}
.icon-watch_later::before {
  content: "\ef30";
}
.icon-water_damage::before {
  content: "\ef31";
}
.icon-waves::before {
  content: "\ef32";
}
.icon-wb_auto::before {
  content: "\ef33";
}
.icon-wb_cloudy::before {
  content: "\ef34";
}
.icon-wb_incandescent::before {
  content: "\ef35";
}
.icon-wb_iridescent::before {
  content: "\ef36";
}
.icon-wb_sunny::before {
  content: "\ef37";
}
.icon-wc-2::before {
  content: "\ef38";
}
.icon-wc::before {
  content: "\ef39";
}
.icon-web::before {
  content: "\ef3a";
}
.icon-web_asset::before {
  content: "\ef3b";
}
.icon-weekend::before {
  content: "\ef3c";
}
.icon-west::before {
  content: "\ef3d";
}
.icon-whatshot::before {
  content: "\ef3e";
}
.icon-wheelchair_pickup::before {
  content: "\ef3f";
}
.icon-where_to_vote::before {
  content: "\ef40";
}
.icon-widgets::before {
  content: "\ef41";
}
.icon-wifi::before {
  content: "\ef42";
}
.icon-wifi_calling::before {
  content: "\ef43";
}
.icon-wifi_lock::before {
  content: "\ef44";
}
.icon-wifi_off::before {
  content: "\ef45";
}
.icon-wifi_protected_setup::before {
  content: "\ef46";
}
.icon-wifi_tethering::before {
  content: "\ef47";
}
.icon-wine_bar::before {
  content: "\ef48";
}
.icon-work::before {
  content: "\ef49";
}
.icon-work_off::before {
  content: "\ef4a";
}
.icon-work_outline::before {
  content: "\ef4b";
}
.icon-wrap_text::before {
  content: "\ef4c";
}
.icon-wrong_location::before {
  content: "\ef4d";
}
.icon-wysiwyg::before {
  content: "\ef4e";
}
.icon-young-adults::before {
  content: "\ef4f";
}
.icon-youtube_searched_for::before {
  content: "\ef50";
}
.icon-zoom_in::before {
  content: "\ef51";
}
.icon-zoom_out::before {
  content: "\ef52";
}
.icon-zoom_out_map::before {
  content: "\ef53";
}
.icon-reception::before {
  content: "\ef54";
}
.icon-reception-room::before {
  content: "\ef55";
}
.icon-logo-spotify::before {
  content: "\ef56";
}
.icon-twitter-x::before {
  content: "\ef57";
}
.icon-360::before {
  content: "\ea01";
}
@font-face {
    font-family: 'Muoto2';
    src: url('../../dist/fonts/Muoto-Variable-Roman-205TF.ttf') format('truetype-variations');
    font-weight: 125 950;
    font-stretch: 75% 125%;
    font-style:normal;
}
/* @font-face {
    font-family: 'Muoto';
    src: url('../fonts/muoto-black-webfont.woff2') format('woff2'),
         url('../fonts/muoto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Muoto';
    src: url('../fonts/muoto-black-italic-webfont.woff2') format('woff2'),
         url('../fonts/muoto-black-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Muoto';
    src: url('../fonts/muoto-bold-webfont.woff2') format('woff2'),
         url('../fonts/muoto-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Muoto';
    src: url('../fonts/muoto-bold-italic-webfont.woff2') format('woff2'),
         url('../fonts/muoto-bold-italic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'Muoto';
    src: url('../fonts/muoto-italic-webfont.woff2') format('woff2'),
         url('../fonts/muoto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Muoto';
    src: url('../fonts/muoto-light-webfont.woff2') format('woff2'),
         url('../fonts/muoto-light-webfont.woff') format('woff');
    font-weight: light;
    font-style: normal;

}

@font-face {
    font-family: 'Muoto';
    src: url('../fonts/muoto-light-italic-webfont.woff2') format('woff2'),
         url('../fonts/muoto-light-italic-webfont.woff') format('woff');
    font-weight: light;
    font-style: italic;

}

@font-face {
    font-family: 'Muoto';
    src: url('../fonts/muoto-medium-webfont.woff2') format('woff2'),
         url('../fonts/muoto-medium-webfont.woff') format('woff');
    font-weight: medium;
    font-style: normal;

}

@font-face {
    font-family: 'Muoto';
    src: url('../fonts/muoto-medium-italic-webfont.woff2') format('woff2'),
         url('../fonts/muoto-medium-italic-webfont.woff') format('woff');
    font-weight: medium;
    font-style: italic;

}

@font-face {
    font-family: 'Muoto';
    src: url('../fonts/muoto-regular-webfont.woff2') format('woff2'),
         url('../fonts/muoto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Muoto';
    src: url('../fonts/muoto-thin-webfont.woff2') format('woff2'),
         url('../fonts/muoto-thin-webfont.woff') format('woff');
    font-weight: thin;
    font-style: normal;

}

@font-face {
    font-family: 'Muoto';
    src: url('../fonts/muoto-thin-italic-webfont.woff2') format('woff2'),
         url('../fonts/muoto-thin-italic-webfont.woff') format('woff');
    font-weight: thin;
    font-style: italic;

} */
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.has-scroll-smooth body {
  overflow: hidden; }
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }
[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }
[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%; }
.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0; }
.c-scrollbar:hover {
    transform: scaleX(1.45); }
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1; }
[data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1); }
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
      transform: scaleY(1.3); }
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab; }
.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0; }
/**
 * components/global.css
 *
 * Project-wide styles
 *
 */
html {

    /* -- Font smoothing and ligatures */

    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-smooth: always;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    
}
.content-table
    table{
        width: 100%;
        text-align: left;
        border-spacing: none;
}
.content-table
    table th{
        font-weight: bold;
        border-bottom: 2px solid #000;
        padding:0 .5em 1em .5em;
}
.content-table
    table td{
        border-bottom: 1px solid #000;
        padding:.5em .5em .5em .5em;
}
/* atoms go first */
/* followed by molecules */
/* and then our organisms */
/* here we can add our own custom utility classes that need to override everything else  */
.isFilled, .is1by1, .is2by1, .is3by1, .is4by3, .is3by4, .is7by5, .is16by9, .is21by9 {
  overflow: hidden;
}
.isFilled > img, .isFilled > iframe, .is1by1 > img, .is1by1 > iframe, .is2by1 > img, .is2by1 > iframe, .is3by1 > img, .is3by1 > iframe, .is4by3 > img, .is4by3 > iframe, .is3by4 > img, .is3by4 > iframe, .is7by5 > img, .is7by5 > iframe, .is16by9 > img, .is16by9 > iframe, .is21by9 > img, .is21by9 > iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 */
.sr-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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.-right-6 {
  right: -1.5rem;
}
.-top-6 {
  top: -1.5rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.right-3 {
  right: 0.75rem;
}
.top-5 {
  top: 1.25rem;
}
.bottom-4 {
  bottom: 1rem;
}
.right-4 {
  right: 1rem;
}
.top-1 {
  top: 0.25rem;
}
.left-4 {
  left: 1rem;
}
.top-4 {
  top: 1rem;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.left-2 {
  left: 0.5rem;
}
.top-1\/2 {
  top: 50%;
}
.right-2 {
  right: 0.5rem;
}
.right-6 {
  right: 1.5rem;
}
.z-10 {
  z-index: 10;
}
.z-9999 {
  z-index: 9999;
}
.z-0 {
  z-index: 0;
}
.z-\[999\] {
  z-index: 999;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[9000\] {
  z-index: 9000;
}
.z-\[9990\] {
  z-index: 9990;
}
.z-50 {
  z-index: 50;
}
.z-\[6000\] {
  z-index: 6000;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-6 {
  margin: 1.5rem;
}
.m-7 {
  margin: 1.75rem;
}
.m-8 {
  margin: 2rem;
}
.m-9 {
  margin: 2.25rem;
}
.m-10 {
  margin: 2.5rem;
}
.m-11 {
  margin: 2.75rem;
}
.m-12 {
  margin: 3rem;
}
.m-14 {
  margin: 3.5rem;
}
.m-16 {
  margin: 4rem;
}
.m-20 {
  margin: 5rem;
}
.m-24 {
  margin: 6rem;
}
.m-28 {
  margin: 7rem;
}
.m-32 {
  margin: 8rem;
}
.m-36 {
  margin: 9rem;
}
.m-40 {
  margin: 10rem;
}
.m-44 {
  margin: 11rem;
}
.m-48 {
  margin: 12rem;
}
.m-52 {
  margin: 13rem;
}
.m-56 {
  margin: 14rem;
}
.m-60 {
  margin: 15rem;
}
.m-64 {
  margin: 16rem;
}
.m-72 {
  margin: 18rem;
}
.m-80 {
  margin: 20rem;
}
.m-96 {
  margin: 24rem;
}
.m-auto {
  margin: auto;
}
.m-px {
  margin: 1px;
}
.m-0\.5 {
  margin: 0.125rem;
}
.m-1\.5 {
  margin: 0.375rem;
}
.m-2\.5 {
  margin: 0.625rem;
}
.m-3\.5 {
  margin: 0.875rem;
}
.-m-0 {
  margin: -0px;
}
.-m-1 {
  margin: -0.25rem;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-3 {
  margin: -0.75rem;
}
.-m-4 {
  margin: -1rem;
}
.-m-5 {
  margin: -1.25rem;
}
.-m-6 {
  margin: -1.5rem;
}
.-m-7 {
  margin: -1.75rem;
}
.-m-8 {
  margin: -2rem;
}
.-m-9 {
  margin: -2.25rem;
}
.-m-10 {
  margin: -2.5rem;
}
.-m-11 {
  margin: -2.75rem;
}
.-m-12 {
  margin: -3rem;
}
.-m-14 {
  margin: -3.5rem;
}
.-m-16 {
  margin: -4rem;
}
.-m-20 {
  margin: -5rem;
}
.-m-24 {
  margin: -6rem;
}
.-m-28 {
  margin: -7rem;
}
.-m-32 {
  margin: -8rem;
}
.-m-36 {
  margin: -9rem;
}
.-m-40 {
  margin: -10rem;
}
.-m-44 {
  margin: -11rem;
}
.-m-48 {
  margin: -12rem;
}
.-m-52 {
  margin: -13rem;
}
.-m-56 {
  margin: -14rem;
}
.-m-60 {
  margin: -15rem;
}
.-m-64 {
  margin: -16rem;
}
.-m-72 {
  margin: -18rem;
}
.-m-80 {
  margin: -20rem;
}
.-m-96 {
  margin: -24rem;
}
.-m-px {
  margin: -1px;
}
.-m-0\.5 {
  margin: -0.125rem;
}
.-m-1\.5 {
  margin: -0.375rem;
}
.-m-2\.5 {
  margin: -0.625rem;
}
.-m-3\.5 {
  margin: -0.875rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}
.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}
.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}
.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}
.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}
.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}
.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}
.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}
.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}
.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}
.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}
.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}
.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.-mx-0 {
  margin-left: -0px;
  margin-right: -0px;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}
.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}
.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}
.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}
.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}
.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}
.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}
.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}
.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}
.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}
.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}
.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}
.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}
.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}
.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}
.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}
.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}
.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}
.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}
.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}
.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}
.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}
.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}
.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}
.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.-my-0 {
  margin-top: -0px;
  margin-bottom: -0px;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}
.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}
.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}
.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}
.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}
.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}
.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}
.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}
.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}
.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}
.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}
.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}
.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}
.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}
.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}
.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}
.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}
.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}
.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-36 {
  margin-top: 9rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-44 {
  margin-top: 11rem;
}
.mt-48 {
  margin-top: 12rem;
}
.mt-52 {
  margin-top: 13rem;
}
.mt-56 {
  margin-top: 14rem;
}
.mt-60 {
  margin-top: 15rem;
}
.mt-64 {
  margin-top: 16rem;
}
.mt-72 {
  margin-top: 18rem;
}
.mt-80 {
  margin-top: 20rem;
}
.mt-96 {
  margin-top: 24rem;
}
.mt-auto {
  margin-top: auto;
}
.mt-px {
  margin-top: 1px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.-mt-0 {
  margin-top: -0px;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.-mt-7 {
  margin-top: -1.75rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-mt-9 {
  margin-top: -2.25rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-11 {
  margin-top: -2.75rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.-mt-28 {
  margin-top: -7rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.-mt-36 {
  margin-top: -9rem;
}
.-mt-40 {
  margin-top: -10rem;
}
.-mt-44 {
  margin-top: -11rem;
}
.-mt-48 {
  margin-top: -12rem;
}
.-mt-52 {
  margin-top: -13rem;
}
.-mt-56 {
  margin-top: -14rem;
}
.-mt-60 {
  margin-top: -15rem;
}
.-mt-64 {
  margin-top: -16rem;
}
.-mt-72 {
  margin-top: -18rem;
}
.-mt-80 {
  margin-top: -20rem;
}
.-mt-96 {
  margin-top: -24rem;
}
.-mt-px {
  margin-top: -1px;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-1\.5 {
  margin-top: -0.375rem;
}
.-mt-2\.5 {
  margin-top: -0.625rem;
}
.-mt-3\.5 {
  margin-top: -0.875rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-9 {
  margin-right: 2.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-11 {
  margin-right: 2.75rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-14 {
  margin-right: 3.5rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-24 {
  margin-right: 6rem;
}
.mr-28 {
  margin-right: 7rem;
}
.mr-32 {
  margin-right: 8rem;
}
.mr-36 {
  margin-right: 9rem;
}
.mr-40 {
  margin-right: 10rem;
}
.mr-44 {
  margin-right: 11rem;
}
.mr-48 {
  margin-right: 12rem;
}
.mr-52 {
  margin-right: 13rem;
}
.mr-56 {
  margin-right: 14rem;
}
.mr-60 {
  margin-right: 15rem;
}
.mr-64 {
  margin-right: 16rem;
}
.mr-72 {
  margin-right: 18rem;
}
.mr-80 {
  margin-right: 20rem;
}
.mr-96 {
  margin-right: 24rem;
}
.mr-auto {
  margin-right: auto;
}
.mr-px {
  margin-right: 1px;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3\.5 {
  margin-right: 0.875rem;
}
.-mr-0 {
  margin-right: -0px;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-3 {
  margin-right: -0.75rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.-mr-7 {
  margin-right: -1.75rem;
}
.-mr-8 {
  margin-right: -2rem;
}
.-mr-9 {
  margin-right: -2.25rem;
}
.-mr-10 {
  margin-right: -2.5rem;
}
.-mr-11 {
  margin-right: -2.75rem;
}
.-mr-12 {
  margin-right: -3rem;
}
.-mr-14 {
  margin-right: -3.5rem;
}
.-mr-16 {
  margin-right: -4rem;
}
.-mr-20 {
  margin-right: -5rem;
}
.-mr-24 {
  margin-right: -6rem;
}
.-mr-28 {
  margin-right: -7rem;
}
.-mr-32 {
  margin-right: -8rem;
}
.-mr-36 {
  margin-right: -9rem;
}
.-mr-40 {
  margin-right: -10rem;
}
.-mr-44 {
  margin-right: -11rem;
}
.-mr-48 {
  margin-right: -12rem;
}
.-mr-52 {
  margin-right: -13rem;
}
.-mr-56 {
  margin-right: -14rem;
}
.-mr-60 {
  margin-right: -15rem;
}
.-mr-64 {
  margin-right: -16rem;
}
.-mr-72 {
  margin-right: -18rem;
}
.-mr-80 {
  margin-right: -20rem;
}
.-mr-96 {
  margin-right: -24rem;
}
.-mr-px {
  margin-right: -1px;
}
.-mr-0\.5 {
  margin-right: -0.125rem;
}
.-mr-1\.5 {
  margin-right: -0.375rem;
}
.-mr-2\.5 {
  margin-right: -0.625rem;
}
.-mr-3\.5 {
  margin-right: -0.875rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-36 {
  margin-bottom: 9rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mb-44 {
  margin-bottom: 11rem;
}
.mb-48 {
  margin-bottom: 12rem;
}
.mb-52 {
  margin-bottom: 13rem;
}
.mb-56 {
  margin-bottom: 14rem;
}
.mb-60 {
  margin-bottom: 15rem;
}
.mb-64 {
  margin-bottom: 16rem;
}
.mb-72 {
  margin-bottom: 18rem;
}
.mb-80 {
  margin-bottom: 20rem;
}
.mb-96 {
  margin-bottom: 24rem;
}
.mb-auto {
  margin-bottom: auto;
}
.mb-px {
  margin-bottom: 1px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.-mb-0 {
  margin-bottom: -0px;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mb-3 {
  margin-bottom: -0.75rem;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.-mb-5 {
  margin-bottom: -1.25rem;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-mb-7 {
  margin-bottom: -1.75rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-mb-9 {
  margin-bottom: -2.25rem;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.-mb-11 {
  margin-bottom: -2.75rem;
}
.-mb-12 {
  margin-bottom: -3rem;
}
.-mb-14 {
  margin-bottom: -3.5rem;
}
.-mb-16 {
  margin-bottom: -4rem;
}
.-mb-20 {
  margin-bottom: -5rem;
}
.-mb-24 {
  margin-bottom: -6rem;
}
.-mb-28 {
  margin-bottom: -7rem;
}
.-mb-32 {
  margin-bottom: -8rem;
}
.-mb-36 {
  margin-bottom: -9rem;
}
.-mb-40 {
  margin-bottom: -10rem;
}
.-mb-44 {
  margin-bottom: -11rem;
}
.-mb-48 {
  margin-bottom: -12rem;
}
.-mb-52 {
  margin-bottom: -13rem;
}
.-mb-56 {
  margin-bottom: -14rem;
}
.-mb-60 {
  margin-bottom: -15rem;
}
.-mb-64 {
  margin-bottom: -16rem;
}
.-mb-72 {
  margin-bottom: -18rem;
}
.-mb-80 {
  margin-bottom: -20rem;
}
.-mb-96 {
  margin-bottom: -24rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-mb-0\.5 {
  margin-bottom: -0.125rem;
}
.-mb-1\.5 {
  margin-bottom: -0.375rem;
}
.-mb-2\.5 {
  margin-bottom: -0.625rem;
}
.-mb-3\.5 {
  margin-bottom: -0.875rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-11 {
  margin-left: 2.75rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-24 {
  margin-left: 6rem;
}
.ml-28 {
  margin-left: 7rem;
}
.ml-32 {
  margin-left: 8rem;
}
.ml-36 {
  margin-left: 9rem;
}
.ml-40 {
  margin-left: 10rem;
}
.ml-44 {
  margin-left: 11rem;
}
.ml-48 {
  margin-left: 12rem;
}
.ml-52 {
  margin-left: 13rem;
}
.ml-56 {
  margin-left: 14rem;
}
.ml-60 {
  margin-left: 15rem;
}
.ml-64 {
  margin-left: 16rem;
}
.ml-72 {
  margin-left: 18rem;
}
.ml-80 {
  margin-left: 20rem;
}
.ml-96 {
  margin-left: 24rem;
}
.ml-auto {
  margin-left: auto;
}
.ml-px {
  margin-left: 1px;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-3\.5 {
  margin-left: 0.875rem;
}
.-ml-0 {
  margin-left: -0px;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-ml-7 {
  margin-left: -1.75rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.-ml-9 {
  margin-left: -2.25rem;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-ml-11 {
  margin-left: -2.75rem;
}
.-ml-12 {
  margin-left: -3rem;
}
.-ml-14 {
  margin-left: -3.5rem;
}
.-ml-16 {
  margin-left: -4rem;
}
.-ml-20 {
  margin-left: -5rem;
}
.-ml-24 {
  margin-left: -6rem;
}
.-ml-28 {
  margin-left: -7rem;
}
.-ml-32 {
  margin-left: -8rem;
}
.-ml-36 {
  margin-left: -9rem;
}
.-ml-40 {
  margin-left: -10rem;
}
.-ml-44 {
  margin-left: -11rem;
}
.-ml-48 {
  margin-left: -12rem;
}
.-ml-52 {
  margin-left: -13rem;
}
.-ml-56 {
  margin-left: -14rem;
}
.-ml-60 {
  margin-left: -15rem;
}
.-ml-64 {
  margin-left: -16rem;
}
.-ml-72 {
  margin-left: -18rem;
}
.-ml-80 {
  margin-left: -20rem;
}
.-ml-96 {
  margin-left: -24rem;
}
.-ml-px {
  margin-left: -1px;
}
.-ml-0\.5 {
  margin-left: -0.125rem;
}
.-ml-1\.5 {
  margin-left: -0.375rem;
}
.-ml-2\.5 {
  margin-left: -0.625rem;
}
.-ml-3\.5 {
  margin-left: -0.875rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-1 {
  aspect-ratio: 1;
}
.aspect-2 {
  aspect-ratio: 2;
}
.aspect-3 {
  aspect-ratio: 3;
}
.aspect-4 {
  aspect-ratio: 4;
}
.aspect-5 {
  aspect-ratio: 5;
}
.aspect-6 {
  aspect-ratio: 6;
}
.aspect-7 {
  aspect-ratio: 7;
}
.aspect-8 {
  aspect-ratio: 8;
}
.aspect-9 {
  aspect-ratio: 9;
}
.aspect-10 {
  aspect-ratio: 10;
}
.aspect-11 {
  aspect-ratio: 11;
}
.aspect-12 {
  aspect-ratio: 12;
}
.aspect-13 {
  aspect-ratio: 13;
}
.aspect-14 {
  aspect-ratio: 14;
}
.aspect-15 {
  aspect-ratio: 15;
}
.aspect-16 {
  aspect-ratio: 16;
}
.h-12 {
  height: 3rem;
}
.h-80 {
  height: 20rem;
}
.h-full {
  height: 100%;
}
.h-6 {
  height: 1.5rem;
}
.h-16 {
  height: 4rem;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-10 {
  height: 2.5rem;
}
.h-screen {
  height: 100vh;
}
.h-\[120px\] {
  height: 120px;
}
.h-2 {
  height: 0.5rem;
}
.h-auto {
  height: auto;
}
.h-4 {
  height: 1rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[360px\] {
  height: 360px;
}
.w-12 {
  width: 3rem;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-6 {
  width: 1.5rem;
}
.w-16 {
  width: 4rem;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[100px\] {
  width: 100px;
}
.w-10 {
  width: 2.5rem;
}
.w-1\/2 {
  width: 50%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-48 {
  width: 12rem;
}
.w-44 {
  width: 11rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-4 {
  width: 1rem;
}
.w-3\/5 {
  width: 60%;
}
.w-\[200px\] {
  width: 200px;
}
.w-auto {
  width: auto;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-\[245px\] {
  max-width: 245px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.flex-none {
  flex: none;
}
.grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.translate-y-10 {
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-32 {
  --tw-translate-y: 8rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-28 {
  gap: 7rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-36 {
  gap: 9rem;
}
.gap-40 {
  gap: 10rem;
}
.gap-44 {
  gap: 11rem;
}
.gap-48 {
  gap: 12rem;
}
.gap-52 {
  gap: 13rem;
}
.gap-56 {
  gap: 14rem;
}
.gap-60 {
  gap: 15rem;
}
.gap-64 {
  gap: 16rem;
}
.gap-72 {
  gap: 18rem;
}
.gap-80 {
  gap: 20rem;
}
.gap-96 {
  gap: 24rem;
}
.gap-px {
  gap: 1px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}
.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}
.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}
.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}
.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}
.gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}
.gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}
.gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}
.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}
.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}
.gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}
.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}
.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-9 {
  row-gap: 2.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-11 {
  row-gap: 2.75rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-14 {
  row-gap: 3.5rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.gap-y-24 {
  row-gap: 6rem;
}
.gap-y-28 {
  row-gap: 7rem;
}
.gap-y-32 {
  row-gap: 8rem;
}
.gap-y-36 {
  row-gap: 9rem;
}
.gap-y-40 {
  row-gap: 10rem;
}
.gap-y-44 {
  row-gap: 11rem;
}
.gap-y-48 {
  row-gap: 12rem;
}
.gap-y-52 {
  row-gap: 13rem;
}
.gap-y-56 {
  row-gap: 14rem;
}
.gap-y-60 {
  row-gap: 15rem;
}
.gap-y-64 {
  row-gap: 16rem;
}
.gap-y-72 {
  row-gap: 18rem;
}
.gap-y-80 {
  row-gap: 20rem;
}
.gap-y-96 {
  row-gap: 24rem;
}
.gap-y-px {
  row-gap: 1px;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-1\.5 {
  row-gap: 0.375rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-3\.5 {
  row-gap: 0.875rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(247 78 82 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(247 78 82 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(135 199 233 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(83 190 99 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(254 224 66 / var(--tw-bg-opacity));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity));
}
.bg-grey-light {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-repeat {
  background-repeat: repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-9 {
  padding: 2.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-11 {
  padding: 2.75rem;
}
.p-12 {
  padding: 3rem;
}
.p-14 {
  padding: 3.5rem;
}
.p-16 {
  padding: 4rem;
}
.p-20 {
  padding: 5rem;
}
.p-24 {
  padding: 6rem;
}
.p-28 {
  padding: 7rem;
}
.p-32 {
  padding: 8rem;
}
.p-36 {
  padding: 9rem;
}
.p-40 {
  padding: 10rem;
}
.p-44 {
  padding: 11rem;
}
.p-48 {
  padding: 12rem;
}
.p-52 {
  padding: 13rem;
}
.p-56 {
  padding: 14rem;
}
.p-60 {
  padding: 15rem;
}
.p-64 {
  padding: 16rem;
}
.p-72 {
  padding: 18rem;
}
.p-80 {
  padding: 20rem;
}
.p-96 {
  padding: 24rem;
}
.p-px {
  padding: 1px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}
.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}
.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}
.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}
.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}
.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}
.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}
.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}
.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}
.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}
.px-px {
  padding-left: 1px;
  padding-right: 1px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}
.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-44 {
  padding-top: 11rem;
}
.pt-48 {
  padding-top: 12rem;
}
.pt-52 {
  padding-top: 13rem;
}
.pt-56 {
  padding-top: 14rem;
}
.pt-60 {
  padding-top: 15rem;
}
.pt-64 {
  padding-top: 16rem;
}
.pt-72 {
  padding-top: 18rem;
}
.pt-80 {
  padding-top: 20rem;
}
.pt-96 {
  padding-top: 24rem;
}
.pt-px {
  padding-top: 1px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-11 {
  padding-right: 2.75rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pr-28 {
  padding-right: 7rem;
}
.pr-32 {
  padding-right: 8rem;
}
.pr-36 {
  padding-right: 9rem;
}
.pr-40 {
  padding-right: 10rem;
}
.pr-44 {
  padding-right: 11rem;
}
.pr-48 {
  padding-right: 12rem;
}
.pr-52 {
  padding-right: 13rem;
}
.pr-56 {
  padding-right: 14rem;
}
.pr-60 {
  padding-right: 15rem;
}
.pr-64 {
  padding-right: 16rem;
}
.pr-72 {
  padding-right: 18rem;
}
.pr-80 {
  padding-right: 20rem;
}
.pr-96 {
  padding-right: 24rem;
}
.pr-px {
  padding-right: 1px;
}
.pr-0\.5 {
  padding-right: 0.125rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-3\.5 {
  padding-right: 0.875rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-44 {
  padding-bottom: 11rem;
}
.pb-48 {
  padding-bottom: 12rem;
}
.pb-52 {
  padding-bottom: 13rem;
}
.pb-56 {
  padding-bottom: 14rem;
}
.pb-60 {
  padding-bottom: 15rem;
}
.pb-64 {
  padding-bottom: 16rem;
}
.pb-72 {
  padding-bottom: 18rem;
}
.pb-80 {
  padding-bottom: 20rem;
}
.pb-96 {
  padding-bottom: 24rem;
}
.pb-px {
  padding-bottom: 1px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pl-24 {
  padding-left: 6rem;
}
.pl-28 {
  padding-left: 7rem;
}
.pl-32 {
  padding-left: 8rem;
}
.pl-36 {
  padding-left: 9rem;
}
.pl-40 {
  padding-left: 10rem;
}
.pl-44 {
  padding-left: 11rem;
}
.pl-48 {
  padding-left: 12rem;
}
.pl-52 {
  padding-left: 13rem;
}
.pl-56 {
  padding-left: 14rem;
}
.pl-60 {
  padding-left: 15rem;
}
.pl-64 {
  padding-left: 16rem;
}
.pl-72 {
  padding-left: 18rem;
}
.pl-80 {
  padding-left: 20rem;
}
.pl-96 {
  padding-left: 24rem;
}
.pl-px {
  padding-left: 1px;
}
.pl-0\.5 {
  padding-left: 0.125rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-3\.5 {
  padding-left: 0.875rem;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-primary {
  font-family: Muoto2, Arial, Helvetica, sans-serif;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-extrabold {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-tight {
  line-height: 1.25;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(135 199 233 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(247 78 82 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.overline {
  -webkit-text-decoration-line: overline;
          text-decoration-line: overline;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-100 {
  opacity: 1;
}
.opacity-0 {
  opacity: 0;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.16));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.isFilled {
  height: 100%;
  width: 100%;
}
.is1by1 {
    padding-top: 100%;
  }
.is4by3 {
    padding-top: 75%;
  }
.is3by4 {
    padding-top: 133.3333%;
  }
.is16by9 {
    padding-top: 56.25%;
  }
/**
 * Include vendor css.
 *
 */
/**
 * vendor.css
 *
 * All vendor CSS is imported here.
 *
 */
.font-thin {
    font-variation-settings: 'wght' 100;
}
.font-extralight {
    font-variation-settings: 'wght' 200;
}
.font-light {
    font-variation-settings: 'wght' 315;
}
.font-normal {
    font-variation-settings: 'wght' 400;
}
.font-medium {
    font-variation-settings: 'wght' 500;
}
.font-semibold {
    font-variation-settings: 'wght' 600;
}
.font-bold, b , strong {
    font-variation-settings: 'wght' 700;
}
.font-extrabold {
    font-variation-settings: 'wght' 800;
}
.font-black {
    font-variation-settings: 'wght' 900;
}
section.bg-grey + section.bg-grey{
    padding-top:0;
}
@media(min-width:768px){
    [data-scroll-container], [data-scroll-section] { transform-style: preserve-3d; will-change: transform; }
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.first\:pt-0:first-child {
  padding-top: 0px;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.hover\:border-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
}
.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 78 82 / var(--tw-bg-opacity));
}
.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(135 199 233 / var(--tw-bg-opacity));
}
.hover\:bg-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(83 190 99 / var(--tw-bg-opacity));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 196 120 / var(--tw-bg-opacity));
}
.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 224 66 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(247 78 82 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(135 199 233 / var(--tw-text-opacity));
}
.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(83 190 99 / var(--tw-text-opacity));
}
.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(254 224 66 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:drop-shadow-md:hover {
  --tw-drop-shadow: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.16));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media print {
  .print\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .print\:font-bold {
    font-weight: 700;
  }
}
@media (min-width: 640px) {
  .aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.sm\:aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }
  .aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.sm\:aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }
  .aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.sm\:aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }
  .aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.sm\:aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.sm\:aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.sm\:aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .sm\:aspect-w-4 {
    --tw-aspect-w: 4;
  }
  .sm\:aspect-w-6 {
    --tw-aspect-w: 6;
  }
  .sm\:aspect-w-9 {
    --tw-aspect-w: 9;
  }
  .sm\:aspect-h-3 {
    --tw-aspect-h: 3;
  }
  .sm\:aspect-h-5 {
    --tw-aspect-h: 5;
  }
  .sm\:aspect-h-6 {
    --tw-aspect-h: 6;
  }
  .sm\:absolute {
    position: absolute;
  }
  .sm\:right-6 {
    right: 1.5rem;
  }
  .sm\:bottom-0 {
    bottom: 0px;
  }
  .sm\:right-0 {
    right: 0px;
  }
  .sm\:top-0 {
    top: 0px;
  }
  .sm\:right-10 {
    right: 2.5rem;
  }
  .sm\:m-0 {
    margin: 0px;
  }
  .sm\:m-1 {
    margin: 0.25rem;
  }
  .sm\:m-2 {
    margin: 0.5rem;
  }
  .sm\:m-3 {
    margin: 0.75rem;
  }
  .sm\:m-4 {
    margin: 1rem;
  }
  .sm\:m-5 {
    margin: 1.25rem;
  }
  .sm\:m-6 {
    margin: 1.5rem;
  }
  .sm\:m-7 {
    margin: 1.75rem;
  }
  .sm\:m-8 {
    margin: 2rem;
  }
  .sm\:m-9 {
    margin: 2.25rem;
  }
  .sm\:m-10 {
    margin: 2.5rem;
  }
  .sm\:m-11 {
    margin: 2.75rem;
  }
  .sm\:m-12 {
    margin: 3rem;
  }
  .sm\:m-14 {
    margin: 3.5rem;
  }
  .sm\:m-16 {
    margin: 4rem;
  }
  .sm\:m-20 {
    margin: 5rem;
  }
  .sm\:m-24 {
    margin: 6rem;
  }
  .sm\:m-28 {
    margin: 7rem;
  }
  .sm\:m-32 {
    margin: 8rem;
  }
  .sm\:m-36 {
    margin: 9rem;
  }
  .sm\:m-40 {
    margin: 10rem;
  }
  .sm\:m-44 {
    margin: 11rem;
  }
  .sm\:m-48 {
    margin: 12rem;
  }
  .sm\:m-52 {
    margin: 13rem;
  }
  .sm\:m-56 {
    margin: 14rem;
  }
  .sm\:m-60 {
    margin: 15rem;
  }
  .sm\:m-64 {
    margin: 16rem;
  }
  .sm\:m-72 {
    margin: 18rem;
  }
  .sm\:m-80 {
    margin: 20rem;
  }
  .sm\:m-96 {
    margin: 24rem;
  }
  .sm\:m-auto {
    margin: auto;
  }
  .sm\:m-px {
    margin: 1px;
  }
  .sm\:m-0\.5 {
    margin: 0.125rem;
  }
  .sm\:m-1\.5 {
    margin: 0.375rem;
  }
  .sm\:m-2\.5 {
    margin: 0.625rem;
  }
  .sm\:m-3\.5 {
    margin: 0.875rem;
  }
  .sm\:-m-0 {
    margin: -0px;
  }
  .sm\:-m-1 {
    margin: -0.25rem;
  }
  .sm\:-m-2 {
    margin: -0.5rem;
  }
  .sm\:-m-3 {
    margin: -0.75rem;
  }
  .sm\:-m-4 {
    margin: -1rem;
  }
  .sm\:-m-5 {
    margin: -1.25rem;
  }
  .sm\:-m-6 {
    margin: -1.5rem;
  }
  .sm\:-m-7 {
    margin: -1.75rem;
  }
  .sm\:-m-8 {
    margin: -2rem;
  }
  .sm\:-m-9 {
    margin: -2.25rem;
  }
  .sm\:-m-10 {
    margin: -2.5rem;
  }
  .sm\:-m-11 {
    margin: -2.75rem;
  }
  .sm\:-m-12 {
    margin: -3rem;
  }
  .sm\:-m-14 {
    margin: -3.5rem;
  }
  .sm\:-m-16 {
    margin: -4rem;
  }
  .sm\:-m-20 {
    margin: -5rem;
  }
  .sm\:-m-24 {
    margin: -6rem;
  }
  .sm\:-m-28 {
    margin: -7rem;
  }
  .sm\:-m-32 {
    margin: -8rem;
  }
  .sm\:-m-36 {
    margin: -9rem;
  }
  .sm\:-m-40 {
    margin: -10rem;
  }
  .sm\:-m-44 {
    margin: -11rem;
  }
  .sm\:-m-48 {
    margin: -12rem;
  }
  .sm\:-m-52 {
    margin: -13rem;
  }
  .sm\:-m-56 {
    margin: -14rem;
  }
  .sm\:-m-60 {
    margin: -15rem;
  }
  .sm\:-m-64 {
    margin: -16rem;
  }
  .sm\:-m-72 {
    margin: -18rem;
  }
  .sm\:-m-80 {
    margin: -20rem;
  }
  .sm\:-m-96 {
    margin: -24rem;
  }
  .sm\:-m-px {
    margin: -1px;
  }
  .sm\:-m-0\.5 {
    margin: -0.125rem;
  }
  .sm\:-m-1\.5 {
    margin: -0.375rem;
  }
  .sm\:-m-2\.5 {
    margin: -0.625rem;
  }
  .sm\:-m-3\.5 {
    margin: -0.875rem;
  }
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .sm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .sm\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .sm\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .sm\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .sm\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .sm\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .sm\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .sm\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .sm\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .sm\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .sm\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .sm\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .sm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .sm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }
  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
  .sm\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }
  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
  .sm\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }
  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
  .sm\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }
  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .sm\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }
  .sm\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }
  .sm\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }
  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .sm\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .sm\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .sm\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sm\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .sm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .sm\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .sm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .sm\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .sm\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .sm\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .sm\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
  .sm\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .sm\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .sm\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .sm\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .sm\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .sm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .sm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
  .sm\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }
  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
  .sm\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }
  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
  .sm\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }
  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
  .sm\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }
  .sm\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }
  .sm\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }
  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .sm\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
  .sm\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .sm\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .sm\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:mt-1 {
    margin-top: 0.25rem;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem;
  }
  .sm\:mt-3 {
    margin-top: 0.75rem;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:mt-7 {
    margin-top: 1.75rem;
  }
  .sm\:mt-8 {
    margin-top: 2rem;
  }
  .sm\:mt-9 {
    margin-top: 2.25rem;
  }
  .sm\:mt-10 {
    margin-top: 2.5rem;
  }
  .sm\:mt-11 {
    margin-top: 2.75rem;
  }
  .sm\:mt-12 {
    margin-top: 3rem;
  }
  .sm\:mt-14 {
    margin-top: 3.5rem;
  }
  .sm\:mt-16 {
    margin-top: 4rem;
  }
  .sm\:mt-20 {
    margin-top: 5rem;
  }
  .sm\:mt-24 {
    margin-top: 6rem;
  }
  .sm\:mt-28 {
    margin-top: 7rem;
  }
  .sm\:mt-32 {
    margin-top: 8rem;
  }
  .sm\:mt-36 {
    margin-top: 9rem;
  }
  .sm\:mt-40 {
    margin-top: 10rem;
  }
  .sm\:mt-44 {
    margin-top: 11rem;
  }
  .sm\:mt-48 {
    margin-top: 12rem;
  }
  .sm\:mt-52 {
    margin-top: 13rem;
  }
  .sm\:mt-56 {
    margin-top: 14rem;
  }
  .sm\:mt-60 {
    margin-top: 15rem;
  }
  .sm\:mt-64 {
    margin-top: 16rem;
  }
  .sm\:mt-72 {
    margin-top: 18rem;
  }
  .sm\:mt-80 {
    margin-top: 20rem;
  }
  .sm\:mt-96 {
    margin-top: 24rem;
  }
  .sm\:mt-auto {
    margin-top: auto;
  }
  .sm\:mt-px {
    margin-top: 1px;
  }
  .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }
  .sm\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .sm\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .sm\:-mt-0 {
    margin-top: -0px;
  }
  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }
  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }
  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }
  .sm\:-mt-4 {
    margin-top: -1rem;
  }
  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }
  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }
  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }
  .sm\:-mt-8 {
    margin-top: -2rem;
  }
  .sm\:-mt-9 {
    margin-top: -2.25rem;
  }
  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }
  .sm\:-mt-11 {
    margin-top: -2.75rem;
  }
  .sm\:-mt-12 {
    margin-top: -3rem;
  }
  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }
  .sm\:-mt-16 {
    margin-top: -4rem;
  }
  .sm\:-mt-20 {
    margin-top: -5rem;
  }
  .sm\:-mt-24 {
    margin-top: -6rem;
  }
  .sm\:-mt-28 {
    margin-top: -7rem;
  }
  .sm\:-mt-32 {
    margin-top: -8rem;
  }
  .sm\:-mt-36 {
    margin-top: -9rem;
  }
  .sm\:-mt-40 {
    margin-top: -10rem;
  }
  .sm\:-mt-44 {
    margin-top: -11rem;
  }
  .sm\:-mt-48 {
    margin-top: -12rem;
  }
  .sm\:-mt-52 {
    margin-top: -13rem;
  }
  .sm\:-mt-56 {
    margin-top: -14rem;
  }
  .sm\:-mt-60 {
    margin-top: -15rem;
  }
  .sm\:-mt-64 {
    margin-top: -16rem;
  }
  .sm\:-mt-72 {
    margin-top: -18rem;
  }
  .sm\:-mt-80 {
    margin-top: -20rem;
  }
  .sm\:-mt-96 {
    margin-top: -24rem;
  }
  .sm\:-mt-px {
    margin-top: -1px;
  }
  .sm\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
  .sm\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
  .sm\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
  .sm\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
  .sm\:mr-0 {
    margin-right: 0px;
  }
  .sm\:mr-1 {
    margin-right: 0.25rem;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem;
  }
  .sm\:mr-3 {
    margin-right: 0.75rem;
  }
  .sm\:mr-4 {
    margin-right: 1rem;
  }
  .sm\:mr-5 {
    margin-right: 1.25rem;
  }
  .sm\:mr-6 {
    margin-right: 1.5rem;
  }
  .sm\:mr-7 {
    margin-right: 1.75rem;
  }
  .sm\:mr-8 {
    margin-right: 2rem;
  }
  .sm\:mr-9 {
    margin-right: 2.25rem;
  }
  .sm\:mr-10 {
    margin-right: 2.5rem;
  }
  .sm\:mr-11 {
    margin-right: 2.75rem;
  }
  .sm\:mr-12 {
    margin-right: 3rem;
  }
  .sm\:mr-14 {
    margin-right: 3.5rem;
  }
  .sm\:mr-16 {
    margin-right: 4rem;
  }
  .sm\:mr-20 {
    margin-right: 5rem;
  }
  .sm\:mr-24 {
    margin-right: 6rem;
  }
  .sm\:mr-28 {
    margin-right: 7rem;
  }
  .sm\:mr-32 {
    margin-right: 8rem;
  }
  .sm\:mr-36 {
    margin-right: 9rem;
  }
  .sm\:mr-40 {
    margin-right: 10rem;
  }
  .sm\:mr-44 {
    margin-right: 11rem;
  }
  .sm\:mr-48 {
    margin-right: 12rem;
  }
  .sm\:mr-52 {
    margin-right: 13rem;
  }
  .sm\:mr-56 {
    margin-right: 14rem;
  }
  .sm\:mr-60 {
    margin-right: 15rem;
  }
  .sm\:mr-64 {
    margin-right: 16rem;
  }
  .sm\:mr-72 {
    margin-right: 18rem;
  }
  .sm\:mr-80 {
    margin-right: 20rem;
  }
  .sm\:mr-96 {
    margin-right: 24rem;
  }
  .sm\:mr-auto {
    margin-right: auto;
  }
  .sm\:mr-px {
    margin-right: 1px;
  }
  .sm\:mr-0\.5 {
    margin-right: 0.125rem;
  }
  .sm\:mr-1\.5 {
    margin-right: 0.375rem;
  }
  .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .sm\:mr-3\.5 {
    margin-right: 0.875rem;
  }
  .sm\:-mr-0 {
    margin-right: -0px;
  }
  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }
  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }
  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }
  .sm\:-mr-4 {
    margin-right: -1rem;
  }
  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }
  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }
  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }
  .sm\:-mr-8 {
    margin-right: -2rem;
  }
  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }
  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }
  .sm\:-mr-11 {
    margin-right: -2.75rem;
  }
  .sm\:-mr-12 {
    margin-right: -3rem;
  }
  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }
  .sm\:-mr-16 {
    margin-right: -4rem;
  }
  .sm\:-mr-20 {
    margin-right: -5rem;
  }
  .sm\:-mr-24 {
    margin-right: -6rem;
  }
  .sm\:-mr-28 {
    margin-right: -7rem;
  }
  .sm\:-mr-32 {
    margin-right: -8rem;
  }
  .sm\:-mr-36 {
    margin-right: -9rem;
  }
  .sm\:-mr-40 {
    margin-right: -10rem;
  }
  .sm\:-mr-44 {
    margin-right: -11rem;
  }
  .sm\:-mr-48 {
    margin-right: -12rem;
  }
  .sm\:-mr-52 {
    margin-right: -13rem;
  }
  .sm\:-mr-56 {
    margin-right: -14rem;
  }
  .sm\:-mr-60 {
    margin-right: -15rem;
  }
  .sm\:-mr-64 {
    margin-right: -16rem;
  }
  .sm\:-mr-72 {
    margin-right: -18rem;
  }
  .sm\:-mr-80 {
    margin-right: -20rem;
  }
  .sm\:-mr-96 {
    margin-right: -24rem;
  }
  .sm\:-mr-px {
    margin-right: -1px;
  }
  .sm\:-mr-0\.5 {
    margin-right: -0.125rem;
  }
  .sm\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
  .sm\:-mr-2\.5 {
    margin-right: -0.625rem;
  }
  .sm\:-mr-3\.5 {
    margin-right: -0.875rem;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }
  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem;
  }
  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .sm\:mb-16 {
    margin-bottom: 4rem;
  }
  .sm\:mb-20 {
    margin-bottom: 5rem;
  }
  .sm\:mb-24 {
    margin-bottom: 6rem;
  }
  .sm\:mb-28 {
    margin-bottom: 7rem;
  }
  .sm\:mb-32 {
    margin-bottom: 8rem;
  }
  .sm\:mb-36 {
    margin-bottom: 9rem;
  }
  .sm\:mb-40 {
    margin-bottom: 10rem;
  }
  .sm\:mb-44 {
    margin-bottom: 11rem;
  }
  .sm\:mb-48 {
    margin-bottom: 12rem;
  }
  .sm\:mb-52 {
    margin-bottom: 13rem;
  }
  .sm\:mb-56 {
    margin-bottom: 14rem;
  }
  .sm\:mb-60 {
    margin-bottom: 15rem;
  }
  .sm\:mb-64 {
    margin-bottom: 16rem;
  }
  .sm\:mb-72 {
    margin-bottom: 18rem;
  }
  .sm\:mb-80 {
    margin-bottom: 20rem;
  }
  .sm\:mb-96 {
    margin-bottom: 24rem;
  }
  .sm\:mb-auto {
    margin-bottom: auto;
  }
  .sm\:mb-px {
    margin-bottom: 1px;
  }
  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .sm\:-mb-0 {
    margin-bottom: -0px;
  }
  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }
  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }
  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }
  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }
  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .sm\:-mb-11 {
    margin-bottom: -2.75rem;
  }
  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }
  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }
  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }
  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }
  .sm\:-mb-28 {
    margin-bottom: -7rem;
  }
  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }
  .sm\:-mb-36 {
    margin-bottom: -9rem;
  }
  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }
  .sm\:-mb-44 {
    margin-bottom: -11rem;
  }
  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }
  .sm\:-mb-52 {
    margin-bottom: -13rem;
  }
  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }
  .sm\:-mb-60 {
    margin-bottom: -15rem;
  }
  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }
  .sm\:-mb-72 {
    margin-bottom: -18rem;
  }
  .sm\:-mb-80 {
    margin-bottom: -20rem;
  }
  .sm\:-mb-96 {
    margin-bottom: -24rem;
  }
  .sm\:-mb-px {
    margin-bottom: -1px;
  }
  .sm\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }
  .sm\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
  .sm\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
  .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
  .sm\:ml-0 {
    margin-left: 0px;
  }
  .sm\:ml-1 {
    margin-left: 0.25rem;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem;
  }
  .sm\:ml-3 {
    margin-left: 0.75rem;
  }
  .sm\:ml-4 {
    margin-left: 1rem;
  }
  .sm\:ml-5 {
    margin-left: 1.25rem;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  .sm\:ml-7 {
    margin-left: 1.75rem;
  }
  .sm\:ml-8 {
    margin-left: 2rem;
  }
  .sm\:ml-9 {
    margin-left: 2.25rem;
  }
  .sm\:ml-10 {
    margin-left: 2.5rem;
  }
  .sm\:ml-11 {
    margin-left: 2.75rem;
  }
  .sm\:ml-12 {
    margin-left: 3rem;
  }
  .sm\:ml-14 {
    margin-left: 3.5rem;
  }
  .sm\:ml-16 {
    margin-left: 4rem;
  }
  .sm\:ml-20 {
    margin-left: 5rem;
  }
  .sm\:ml-24 {
    margin-left: 6rem;
  }
  .sm\:ml-28 {
    margin-left: 7rem;
  }
  .sm\:ml-32 {
    margin-left: 8rem;
  }
  .sm\:ml-36 {
    margin-left: 9rem;
  }
  .sm\:ml-40 {
    margin-left: 10rem;
  }
  .sm\:ml-44 {
    margin-left: 11rem;
  }
  .sm\:ml-48 {
    margin-left: 12rem;
  }
  .sm\:ml-52 {
    margin-left: 13rem;
  }
  .sm\:ml-56 {
    margin-left: 14rem;
  }
  .sm\:ml-60 {
    margin-left: 15rem;
  }
  .sm\:ml-64 {
    margin-left: 16rem;
  }
  .sm\:ml-72 {
    margin-left: 18rem;
  }
  .sm\:ml-80 {
    margin-left: 20rem;
  }
  .sm\:ml-96 {
    margin-left: 24rem;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:ml-px {
    margin-left: 1px;
  }
  .sm\:ml-0\.5 {
    margin-left: 0.125rem;
  }
  .sm\:ml-1\.5 {
    margin-left: 0.375rem;
  }
  .sm\:ml-2\.5 {
    margin-left: 0.625rem;
  }
  .sm\:ml-3\.5 {
    margin-left: 0.875rem;
  }
  .sm\:-ml-0 {
    margin-left: -0px;
  }
  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }
  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }
  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }
  .sm\:-ml-4 {
    margin-left: -1rem;
  }
  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }
  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }
  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }
  .sm\:-ml-8 {
    margin-left: -2rem;
  }
  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }
  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }
  .sm\:-ml-11 {
    margin-left: -2.75rem;
  }
  .sm\:-ml-12 {
    margin-left: -3rem;
  }
  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }
  .sm\:-ml-16 {
    margin-left: -4rem;
  }
  .sm\:-ml-20 {
    margin-left: -5rem;
  }
  .sm\:-ml-24 {
    margin-left: -6rem;
  }
  .sm\:-ml-28 {
    margin-left: -7rem;
  }
  .sm\:-ml-32 {
    margin-left: -8rem;
  }
  .sm\:-ml-36 {
    margin-left: -9rem;
  }
  .sm\:-ml-40 {
    margin-left: -10rem;
  }
  .sm\:-ml-44 {
    margin-left: -11rem;
  }
  .sm\:-ml-48 {
    margin-left: -12rem;
  }
  .sm\:-ml-52 {
    margin-left: -13rem;
  }
  .sm\:-ml-56 {
    margin-left: -14rem;
  }
  .sm\:-ml-60 {
    margin-left: -15rem;
  }
  .sm\:-ml-64 {
    margin-left: -16rem;
  }
  .sm\:-ml-72 {
    margin-left: -18rem;
  }
  .sm\:-ml-80 {
    margin-left: -20rem;
  }
  .sm\:-ml-96 {
    margin-left: -24rem;
  }
  .sm\:-ml-px {
    margin-left: -1px;
  }
  .sm\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
  .sm\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
  .sm\:-ml-2\.5 {
    margin-left: -0.625rem;
  }
  .sm\:-ml-3\.5 {
    margin-left: -0.875rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:inline-flex {
    display: inline-flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-36 {
    height: 9rem;
  }
  .sm\:w-16 {
    width: 4rem;
  }
  .sm\:w-7\/12 {
    width: 58.333333%;
  }
  .sm\:w-5\/12 {
    width: 41.666667%;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-\[53\%\] {
    width: 53%;
  }
  .sm\:w-\[47\%\] {
    width: 47%;
  }
  .sm\:w-60 {
    width: 15rem;
  }
  .sm\:w-2\/5 {
    width: 40%;
  }
  .sm\:w-3\/5 {
    width: 60%;
  }
  .sm\:w-2\/3 {
    width: 66.666667%;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:w-2\/4 {
    width: 50%;
  }
  .sm\:w-6\/12 {
    width: 50%;
  }
  .sm\:w-3\/12 {
    width: 25%;
  }
  .sm\:w-44 {
    width: 11rem;
  }
  .sm\:w-\[220px\] {
    width: 220px;
  }
  .sm\:max-w-full {
    max-width: 100%;
  }
  .sm\:grow {
    flex-grow: 1;
  }
  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:gap-0 {
    gap: 0px;
  }
  .sm\:gap-1 {
    gap: 0.25rem;
  }
  .sm\:gap-2 {
    gap: 0.5rem;
  }
  .sm\:gap-3 {
    gap: 0.75rem;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:gap-5 {
    gap: 1.25rem;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:gap-7 {
    gap: 1.75rem;
  }
  .sm\:gap-8 {
    gap: 2rem;
  }
  .sm\:gap-9 {
    gap: 2.25rem;
  }
  .sm\:gap-10 {
    gap: 2.5rem;
  }
  .sm\:gap-11 {
    gap: 2.75rem;
  }
  .sm\:gap-12 {
    gap: 3rem;
  }
  .sm\:gap-14 {
    gap: 3.5rem;
  }
  .sm\:gap-16 {
    gap: 4rem;
  }
  .sm\:gap-20 {
    gap: 5rem;
  }
  .sm\:gap-24 {
    gap: 6rem;
  }
  .sm\:gap-28 {
    gap: 7rem;
  }
  .sm\:gap-32 {
    gap: 8rem;
  }
  .sm\:gap-36 {
    gap: 9rem;
  }
  .sm\:gap-40 {
    gap: 10rem;
  }
  .sm\:gap-44 {
    gap: 11rem;
  }
  .sm\:gap-48 {
    gap: 12rem;
  }
  .sm\:gap-52 {
    gap: 13rem;
  }
  .sm\:gap-56 {
    gap: 14rem;
  }
  .sm\:gap-60 {
    gap: 15rem;
  }
  .sm\:gap-64 {
    gap: 16rem;
  }
  .sm\:gap-72 {
    gap: 18rem;
  }
  .sm\:gap-80 {
    gap: 20rem;
  }
  .sm\:gap-96 {
    gap: 24rem;
  }
  .sm\:gap-px {
    gap: 1px;
  }
  .sm\:gap-0\.5 {
    gap: 0.125rem;
  }
  .sm\:gap-1\.5 {
    gap: 0.375rem;
  }
  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }
  .sm\:gap-3\.5 {
    gap: 0.875rem;
  }
  .sm\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .sm\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }
  .sm\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .sm\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
  .sm\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .sm\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .sm\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .sm\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }
  .sm\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
  .sm\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }
  .sm\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }
  .sm\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }
  .sm\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }
  .sm\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }
  .sm\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }
  .sm\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }
  .sm\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }
  .sm\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }
  .sm\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }
  .sm\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }
  .sm\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
  .sm\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }
  .sm\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }
  .sm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .sm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }
  .sm\:gap-y-0 {
    row-gap: 0px;
  }
  .sm\:gap-y-1 {
    row-gap: 0.25rem;
  }
  .sm\:gap-y-2 {
    row-gap: 0.5rem;
  }
  .sm\:gap-y-3 {
    row-gap: 0.75rem;
  }
  .sm\:gap-y-4 {
    row-gap: 1rem;
  }
  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .sm\:gap-y-7 {
    row-gap: 1.75rem;
  }
  .sm\:gap-y-8 {
    row-gap: 2rem;
  }
  .sm\:gap-y-9 {
    row-gap: 2.25rem;
  }
  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .sm\:gap-y-11 {
    row-gap: 2.75rem;
  }
  .sm\:gap-y-12 {
    row-gap: 3rem;
  }
  .sm\:gap-y-14 {
    row-gap: 3.5rem;
  }
  .sm\:gap-y-16 {
    row-gap: 4rem;
  }
  .sm\:gap-y-20 {
    row-gap: 5rem;
  }
  .sm\:gap-y-24 {
    row-gap: 6rem;
  }
  .sm\:gap-y-28 {
    row-gap: 7rem;
  }
  .sm\:gap-y-32 {
    row-gap: 8rem;
  }
  .sm\:gap-y-36 {
    row-gap: 9rem;
  }
  .sm\:gap-y-40 {
    row-gap: 10rem;
  }
  .sm\:gap-y-44 {
    row-gap: 11rem;
  }
  .sm\:gap-y-48 {
    row-gap: 12rem;
  }
  .sm\:gap-y-52 {
    row-gap: 13rem;
  }
  .sm\:gap-y-56 {
    row-gap: 14rem;
  }
  .sm\:gap-y-60 {
    row-gap: 15rem;
  }
  .sm\:gap-y-64 {
    row-gap: 16rem;
  }
  .sm\:gap-y-72 {
    row-gap: 18rem;
  }
  .sm\:gap-y-80 {
    row-gap: 20rem;
  }
  .sm\:gap-y-96 {
    row-gap: 24rem;
  }
  .sm\:gap-y-px {
    row-gap: 1px;
  }
  .sm\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }
  .sm\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }
  .sm\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }
  .sm\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }
  .sm\:rounded-2xl {
    border-radius: 1rem;
  }
  .sm\:rounded-full {
    border-radius: 9999px;
  }
  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sm\:p-0 {
    padding: 0px;
  }
  .sm\:p-1 {
    padding: 0.25rem;
  }
  .sm\:p-2 {
    padding: 0.5rem;
  }
  .sm\:p-3 {
    padding: 0.75rem;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:p-5 {
    padding: 1.25rem;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:p-7 {
    padding: 1.75rem;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:p-9 {
    padding: 2.25rem;
  }
  .sm\:p-10 {
    padding: 2.5rem;
  }
  .sm\:p-11 {
    padding: 2.75rem;
  }
  .sm\:p-12 {
    padding: 3rem;
  }
  .sm\:p-14 {
    padding: 3.5rem;
  }
  .sm\:p-16 {
    padding: 4rem;
  }
  .sm\:p-20 {
    padding: 5rem;
  }
  .sm\:p-24 {
    padding: 6rem;
  }
  .sm\:p-28 {
    padding: 7rem;
  }
  .sm\:p-32 {
    padding: 8rem;
  }
  .sm\:p-36 {
    padding: 9rem;
  }
  .sm\:p-40 {
    padding: 10rem;
  }
  .sm\:p-44 {
    padding: 11rem;
  }
  .sm\:p-48 {
    padding: 12rem;
  }
  .sm\:p-52 {
    padding: 13rem;
  }
  .sm\:p-56 {
    padding: 14rem;
  }
  .sm\:p-60 {
    padding: 15rem;
  }
  .sm\:p-64 {
    padding: 16rem;
  }
  .sm\:p-72 {
    padding: 18rem;
  }
  .sm\:p-80 {
    padding: 20rem;
  }
  .sm\:p-96 {
    padding: 24rem;
  }
  .sm\:p-px {
    padding: 1px;
  }
  .sm\:p-0\.5 {
    padding: 0.125rem;
  }
  .sm\:p-1\.5 {
    padding: 0.375rem;
  }
  .sm\:p-2\.5 {
    padding: 0.625rem;
  }
  .sm\:p-3\.5 {
    padding: 0.875rem;
  }
  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .sm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .sm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .sm\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .sm\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .sm\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .sm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .sm\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .sm\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .sm\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .sm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .sm\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .sm\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .sm\:pt-0 {
    padding-top: 0px;
  }
  .sm\:pt-1 {
    padding-top: 0.25rem;
  }
  .sm\:pt-2 {
    padding-top: 0.5rem;
  }
  .sm\:pt-3 {
    padding-top: 0.75rem;
  }
  .sm\:pt-4 {
    padding-top: 1rem;
  }
  .sm\:pt-5 {
    padding-top: 1.25rem;
  }
  .sm\:pt-6 {
    padding-top: 1.5rem;
  }
  .sm\:pt-7 {
    padding-top: 1.75rem;
  }
  .sm\:pt-8 {
    padding-top: 2rem;
  }
  .sm\:pt-9 {
    padding-top: 2.25rem;
  }
  .sm\:pt-10 {
    padding-top: 2.5rem;
  }
  .sm\:pt-11 {
    padding-top: 2.75rem;
  }
  .sm\:pt-12 {
    padding-top: 3rem;
  }
  .sm\:pt-14 {
    padding-top: 3.5rem;
  }
  .sm\:pt-16 {
    padding-top: 4rem;
  }
  .sm\:pt-20 {
    padding-top: 5rem;
  }
  .sm\:pt-24 {
    padding-top: 6rem;
  }
  .sm\:pt-28 {
    padding-top: 7rem;
  }
  .sm\:pt-32 {
    padding-top: 8rem;
  }
  .sm\:pt-36 {
    padding-top: 9rem;
  }
  .sm\:pt-40 {
    padding-top: 10rem;
  }
  .sm\:pt-44 {
    padding-top: 11rem;
  }
  .sm\:pt-48 {
    padding-top: 12rem;
  }
  .sm\:pt-52 {
    padding-top: 13rem;
  }
  .sm\:pt-56 {
    padding-top: 14rem;
  }
  .sm\:pt-60 {
    padding-top: 15rem;
  }
  .sm\:pt-64 {
    padding-top: 16rem;
  }
  .sm\:pt-72 {
    padding-top: 18rem;
  }
  .sm\:pt-80 {
    padding-top: 20rem;
  }
  .sm\:pt-96 {
    padding-top: 24rem;
  }
  .sm\:pt-px {
    padding-top: 1px;
  }
  .sm\:pt-0\.5 {
    padding-top: 0.125rem;
  }
  .sm\:pt-1\.5 {
    padding-top: 0.375rem;
  }
  .sm\:pt-2\.5 {
    padding-top: 0.625rem;
  }
  .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }
  .sm\:pr-0 {
    padding-right: 0px;
  }
  .sm\:pr-1 {
    padding-right: 0.25rem;
  }
  .sm\:pr-2 {
    padding-right: 0.5rem;
  }
  .sm\:pr-3 {
    padding-right: 0.75rem;
  }
  .sm\:pr-4 {
    padding-right: 1rem;
  }
  .sm\:pr-5 {
    padding-right: 1.25rem;
  }
  .sm\:pr-6 {
    padding-right: 1.5rem;
  }
  .sm\:pr-7 {
    padding-right: 1.75rem;
  }
  .sm\:pr-8 {
    padding-right: 2rem;
  }
  .sm\:pr-9 {
    padding-right: 2.25rem;
  }
  .sm\:pr-10 {
    padding-right: 2.5rem;
  }
  .sm\:pr-11 {
    padding-right: 2.75rem;
  }
  .sm\:pr-12 {
    padding-right: 3rem;
  }
  .sm\:pr-14 {
    padding-right: 3.5rem;
  }
  .sm\:pr-16 {
    padding-right: 4rem;
  }
  .sm\:pr-20 {
    padding-right: 5rem;
  }
  .sm\:pr-24 {
    padding-right: 6rem;
  }
  .sm\:pr-28 {
    padding-right: 7rem;
  }
  .sm\:pr-32 {
    padding-right: 8rem;
  }
  .sm\:pr-36 {
    padding-right: 9rem;
  }
  .sm\:pr-40 {
    padding-right: 10rem;
  }
  .sm\:pr-44 {
    padding-right: 11rem;
  }
  .sm\:pr-48 {
    padding-right: 12rem;
  }
  .sm\:pr-52 {
    padding-right: 13rem;
  }
  .sm\:pr-56 {
    padding-right: 14rem;
  }
  .sm\:pr-60 {
    padding-right: 15rem;
  }
  .sm\:pr-64 {
    padding-right: 16rem;
  }
  .sm\:pr-72 {
    padding-right: 18rem;
  }
  .sm\:pr-80 {
    padding-right: 20rem;
  }
  .sm\:pr-96 {
    padding-right: 24rem;
  }
  .sm\:pr-px {
    padding-right: 1px;
  }
  .sm\:pr-0\.5 {
    padding-right: 0.125rem;
  }
  .sm\:pr-1\.5 {
    padding-right: 0.375rem;
  }
  .sm\:pr-2\.5 {
    padding-right: 0.625rem;
  }
  .sm\:pr-3\.5 {
    padding-right: 0.875rem;
  }
  .sm\:pb-0 {
    padding-bottom: 0px;
  }
  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem;
  }
  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem;
  }
  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .sm\:pb-12 {
    padding-bottom: 3rem;
  }
  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .sm\:pb-16 {
    padding-bottom: 4rem;
  }
  .sm\:pb-20 {
    padding-bottom: 5rem;
  }
  .sm\:pb-24 {
    padding-bottom: 6rem;
  }
  .sm\:pb-28 {
    padding-bottom: 7rem;
  }
  .sm\:pb-32 {
    padding-bottom: 8rem;
  }
  .sm\:pb-36 {
    padding-bottom: 9rem;
  }
  .sm\:pb-40 {
    padding-bottom: 10rem;
  }
  .sm\:pb-44 {
    padding-bottom: 11rem;
  }
  .sm\:pb-48 {
    padding-bottom: 12rem;
  }
  .sm\:pb-52 {
    padding-bottom: 13rem;
  }
  .sm\:pb-56 {
    padding-bottom: 14rem;
  }
  .sm\:pb-60 {
    padding-bottom: 15rem;
  }
  .sm\:pb-64 {
    padding-bottom: 16rem;
  }
  .sm\:pb-72 {
    padding-bottom: 18rem;
  }
  .sm\:pb-80 {
    padding-bottom: 20rem;
  }
  .sm\:pb-96 {
    padding-bottom: 24rem;
  }
  .sm\:pb-px {
    padding-bottom: 1px;
  }
  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }
  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }
  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
  .sm\:pl-0 {
    padding-left: 0px;
  }
  .sm\:pl-1 {
    padding-left: 0.25rem;
  }
  .sm\:pl-2 {
    padding-left: 0.5rem;
  }
  .sm\:pl-3 {
    padding-left: 0.75rem;
  }
  .sm\:pl-4 {
    padding-left: 1rem;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem;
  }
  .sm\:pl-6 {
    padding-left: 1.5rem;
  }
  .sm\:pl-7 {
    padding-left: 1.75rem;
  }
  .sm\:pl-8 {
    padding-left: 2rem;
  }
  .sm\:pl-9 {
    padding-left: 2.25rem;
  }
  .sm\:pl-10 {
    padding-left: 2.5rem;
  }
  .sm\:pl-11 {
    padding-left: 2.75rem;
  }
  .sm\:pl-12 {
    padding-left: 3rem;
  }
  .sm\:pl-14 {
    padding-left: 3.5rem;
  }
  .sm\:pl-16 {
    padding-left: 4rem;
  }
  .sm\:pl-20 {
    padding-left: 5rem;
  }
  .sm\:pl-24 {
    padding-left: 6rem;
  }
  .sm\:pl-28 {
    padding-left: 7rem;
  }
  .sm\:pl-32 {
    padding-left: 8rem;
  }
  .sm\:pl-36 {
    padding-left: 9rem;
  }
  .sm\:pl-40 {
    padding-left: 10rem;
  }
  .sm\:pl-44 {
    padding-left: 11rem;
  }
  .sm\:pl-48 {
    padding-left: 12rem;
  }
  .sm\:pl-52 {
    padding-left: 13rem;
  }
  .sm\:pl-56 {
    padding-left: 14rem;
  }
  .sm\:pl-60 {
    padding-left: 15rem;
  }
  .sm\:pl-64 {
    padding-left: 16rem;
  }
  .sm\:pl-72 {
    padding-left: 18rem;
  }
  .sm\:pl-80 {
    padding-left: 20rem;
  }
  .sm\:pl-96 {
    padding-left: 24rem;
  }
  .sm\:pl-px {
    padding-left: 1px;
  }
  .sm\:pl-0\.5 {
    padding-left: 0.125rem;
  }
  .sm\:pl-1\.5 {
    padding-left: 0.375rem;
  }
  .sm\:pl-2\.5 {
    padding-left: 0.625rem;
  }
  .sm\:pl-3\.5 {
    padding-left: 0.875rem;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .hover\:sm\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }
  .md\:right-8 {
    right: 2rem;
  }
  .md\:-top-8 {
    top: -2rem;
  }
  .md\:-bottom-8 {
    bottom: -2rem;
  }
  .md\:left-0 {
    left: 0px;
  }
  .md\:right-10 {
    right: 2.5rem;
  }
  .md\:m-0 {
    margin: 0px;
  }
  .md\:m-1 {
    margin: 0.25rem;
  }
  .md\:m-2 {
    margin: 0.5rem;
  }
  .md\:m-3 {
    margin: 0.75rem;
  }
  .md\:m-4 {
    margin: 1rem;
  }
  .md\:m-5 {
    margin: 1.25rem;
  }
  .md\:m-6 {
    margin: 1.5rem;
  }
  .md\:m-7 {
    margin: 1.75rem;
  }
  .md\:m-8 {
    margin: 2rem;
  }
  .md\:m-9 {
    margin: 2.25rem;
  }
  .md\:m-10 {
    margin: 2.5rem;
  }
  .md\:m-11 {
    margin: 2.75rem;
  }
  .md\:m-12 {
    margin: 3rem;
  }
  .md\:m-14 {
    margin: 3.5rem;
  }
  .md\:m-16 {
    margin: 4rem;
  }
  .md\:m-20 {
    margin: 5rem;
  }
  .md\:m-24 {
    margin: 6rem;
  }
  .md\:m-28 {
    margin: 7rem;
  }
  .md\:m-32 {
    margin: 8rem;
  }
  .md\:m-36 {
    margin: 9rem;
  }
  .md\:m-40 {
    margin: 10rem;
  }
  .md\:m-44 {
    margin: 11rem;
  }
  .md\:m-48 {
    margin: 12rem;
  }
  .md\:m-52 {
    margin: 13rem;
  }
  .md\:m-56 {
    margin: 14rem;
  }
  .md\:m-60 {
    margin: 15rem;
  }
  .md\:m-64 {
    margin: 16rem;
  }
  .md\:m-72 {
    margin: 18rem;
  }
  .md\:m-80 {
    margin: 20rem;
  }
  .md\:m-96 {
    margin: 24rem;
  }
  .md\:m-auto {
    margin: auto;
  }
  .md\:m-px {
    margin: 1px;
  }
  .md\:m-0\.5 {
    margin: 0.125rem;
  }
  .md\:m-1\.5 {
    margin: 0.375rem;
  }
  .md\:m-2\.5 {
    margin: 0.625rem;
  }
  .md\:m-3\.5 {
    margin: 0.875rem;
  }
  .md\:-m-0 {
    margin: -0px;
  }
  .md\:-m-1 {
    margin: -0.25rem;
  }
  .md\:-m-2 {
    margin: -0.5rem;
  }
  .md\:-m-3 {
    margin: -0.75rem;
  }
  .md\:-m-4 {
    margin: -1rem;
  }
  .md\:-m-5 {
    margin: -1.25rem;
  }
  .md\:-m-6 {
    margin: -1.5rem;
  }
  .md\:-m-7 {
    margin: -1.75rem;
  }
  .md\:-m-8 {
    margin: -2rem;
  }
  .md\:-m-9 {
    margin: -2.25rem;
  }
  .md\:-m-10 {
    margin: -2.5rem;
  }
  .md\:-m-11 {
    margin: -2.75rem;
  }
  .md\:-m-12 {
    margin: -3rem;
  }
  .md\:-m-14 {
    margin: -3.5rem;
  }
  .md\:-m-16 {
    margin: -4rem;
  }
  .md\:-m-20 {
    margin: -5rem;
  }
  .md\:-m-24 {
    margin: -6rem;
  }
  .md\:-m-28 {
    margin: -7rem;
  }
  .md\:-m-32 {
    margin: -8rem;
  }
  .md\:-m-36 {
    margin: -9rem;
  }
  .md\:-m-40 {
    margin: -10rem;
  }
  .md\:-m-44 {
    margin: -11rem;
  }
  .md\:-m-48 {
    margin: -12rem;
  }
  .md\:-m-52 {
    margin: -13rem;
  }
  .md\:-m-56 {
    margin: -14rem;
  }
  .md\:-m-60 {
    margin: -15rem;
  }
  .md\:-m-64 {
    margin: -16rem;
  }
  .md\:-m-72 {
    margin: -18rem;
  }
  .md\:-m-80 {
    margin: -20rem;
  }
  .md\:-m-96 {
    margin: -24rem;
  }
  .md\:-m-px {
    margin: -1px;
  }
  .md\:-m-0\.5 {
    margin: -0.125rem;
  }
  .md\:-m-1\.5 {
    margin: -0.375rem;
  }
  .md\:-m-2\.5 {
    margin: -0.625rem;
  }
  .md\:-m-3\.5 {
    margin: -0.875rem;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .md\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .md\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .md\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .md\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .md\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .md\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .md\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .md\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .md\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }
  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
  .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }
  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
  .md\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }
  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
  .md\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }
  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .md\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }
  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }
  .md\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }
  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .md\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .md\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .md\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .md\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .md\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .md\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
  .md\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .md\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
  .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }
  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
  .md\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }
  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
  .md\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }
  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
  .md\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }
  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }
  .md\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }
  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .md\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
  .md\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .md\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .md\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-1 {
    margin-top: 0.25rem;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mt-7 {
    margin-top: 1.75rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mt-9 {
    margin-top: 2.25rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-11 {
    margin-top: 2.75rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-14 {
    margin-top: 3.5rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mt-24 {
    margin-top: 6rem;
  }
  .md\:mt-28 {
    margin-top: 7rem;
  }
  .md\:mt-32 {
    margin-top: 8rem;
  }
  .md\:mt-36 {
    margin-top: 9rem;
  }
  .md\:mt-40 {
    margin-top: 10rem;
  }
  .md\:mt-44 {
    margin-top: 11rem;
  }
  .md\:mt-48 {
    margin-top: 12rem;
  }
  .md\:mt-52 {
    margin-top: 13rem;
  }
  .md\:mt-56 {
    margin-top: 14rem;
  }
  .md\:mt-60 {
    margin-top: 15rem;
  }
  .md\:mt-64 {
    margin-top: 16rem;
  }
  .md\:mt-72 {
    margin-top: 18rem;
  }
  .md\:mt-80 {
    margin-top: 20rem;
  }
  .md\:mt-96 {
    margin-top: 24rem;
  }
  .md\:mt-auto {
    margin-top: auto;
  }
  .md\:mt-px {
    margin-top: 1px;
  }
  .md\:mt-0\.5 {
    margin-top: 0.125rem;
  }
  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .md\:-mt-0 {
    margin-top: -0px;
  }
  .md\:-mt-1 {
    margin-top: -0.25rem;
  }
  .md\:-mt-2 {
    margin-top: -0.5rem;
  }
  .md\:-mt-3 {
    margin-top: -0.75rem;
  }
  .md\:-mt-4 {
    margin-top: -1rem;
  }
  .md\:-mt-5 {
    margin-top: -1.25rem;
  }
  .md\:-mt-6 {
    margin-top: -1.5rem;
  }
  .md\:-mt-7 {
    margin-top: -1.75rem;
  }
  .md\:-mt-8 {
    margin-top: -2rem;
  }
  .md\:-mt-9 {
    margin-top: -2.25rem;
  }
  .md\:-mt-10 {
    margin-top: -2.5rem;
  }
  .md\:-mt-11 {
    margin-top: -2.75rem;
  }
  .md\:-mt-12 {
    margin-top: -3rem;
  }
  .md\:-mt-14 {
    margin-top: -3.5rem;
  }
  .md\:-mt-16 {
    margin-top: -4rem;
  }
  .md\:-mt-20 {
    margin-top: -5rem;
  }
  .md\:-mt-24 {
    margin-top: -6rem;
  }
  .md\:-mt-28 {
    margin-top: -7rem;
  }
  .md\:-mt-32 {
    margin-top: -8rem;
  }
  .md\:-mt-36 {
    margin-top: -9rem;
  }
  .md\:-mt-40 {
    margin-top: -10rem;
  }
  .md\:-mt-44 {
    margin-top: -11rem;
  }
  .md\:-mt-48 {
    margin-top: -12rem;
  }
  .md\:-mt-52 {
    margin-top: -13rem;
  }
  .md\:-mt-56 {
    margin-top: -14rem;
  }
  .md\:-mt-60 {
    margin-top: -15rem;
  }
  .md\:-mt-64 {
    margin-top: -16rem;
  }
  .md\:-mt-72 {
    margin-top: -18rem;
  }
  .md\:-mt-80 {
    margin-top: -20rem;
  }
  .md\:-mt-96 {
    margin-top: -24rem;
  }
  .md\:-mt-px {
    margin-top: -1px;
  }
  .md\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
  .md\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
  .md\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
  .md\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mr-1 {
    margin-right: 0.25rem;
  }
  .md\:mr-2 {
    margin-right: 0.5rem;
  }
  .md\:mr-3 {
    margin-right: 0.75rem;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mr-5 {
    margin-right: 1.25rem;
  }
  .md\:mr-6 {
    margin-right: 1.5rem;
  }
  .md\:mr-7 {
    margin-right: 1.75rem;
  }
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:mr-9 {
    margin-right: 2.25rem;
  }
  .md\:mr-10 {
    margin-right: 2.5rem;
  }
  .md\:mr-11 {
    margin-right: 2.75rem;
  }
  .md\:mr-12 {
    margin-right: 3rem;
  }
  .md\:mr-14 {
    margin-right: 3.5rem;
  }
  .md\:mr-16 {
    margin-right: 4rem;
  }
  .md\:mr-20 {
    margin-right: 5rem;
  }
  .md\:mr-24 {
    margin-right: 6rem;
  }
  .md\:mr-28 {
    margin-right: 7rem;
  }
  .md\:mr-32 {
    margin-right: 8rem;
  }
  .md\:mr-36 {
    margin-right: 9rem;
  }
  .md\:mr-40 {
    margin-right: 10rem;
  }
  .md\:mr-44 {
    margin-right: 11rem;
  }
  .md\:mr-48 {
    margin-right: 12rem;
  }
  .md\:mr-52 {
    margin-right: 13rem;
  }
  .md\:mr-56 {
    margin-right: 14rem;
  }
  .md\:mr-60 {
    margin-right: 15rem;
  }
  .md\:mr-64 {
    margin-right: 16rem;
  }
  .md\:mr-72 {
    margin-right: 18rem;
  }
  .md\:mr-80 {
    margin-right: 20rem;
  }
  .md\:mr-96 {
    margin-right: 24rem;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:mr-px {
    margin-right: 1px;
  }
  .md\:mr-0\.5 {
    margin-right: 0.125rem;
  }
  .md\:mr-1\.5 {
    margin-right: 0.375rem;
  }
  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .md\:mr-3\.5 {
    margin-right: 0.875rem;
  }
  .md\:-mr-0 {
    margin-right: -0px;
  }
  .md\:-mr-1 {
    margin-right: -0.25rem;
  }
  .md\:-mr-2 {
    margin-right: -0.5rem;
  }
  .md\:-mr-3 {
    margin-right: -0.75rem;
  }
  .md\:-mr-4 {
    margin-right: -1rem;
  }
  .md\:-mr-5 {
    margin-right: -1.25rem;
  }
  .md\:-mr-6 {
    margin-right: -1.5rem;
  }
  .md\:-mr-7 {
    margin-right: -1.75rem;
  }
  .md\:-mr-8 {
    margin-right: -2rem;
  }
  .md\:-mr-9 {
    margin-right: -2.25rem;
  }
  .md\:-mr-10 {
    margin-right: -2.5rem;
  }
  .md\:-mr-11 {
    margin-right: -2.75rem;
  }
  .md\:-mr-12 {
    margin-right: -3rem;
  }
  .md\:-mr-14 {
    margin-right: -3.5rem;
  }
  .md\:-mr-16 {
    margin-right: -4rem;
  }
  .md\:-mr-20 {
    margin-right: -5rem;
  }
  .md\:-mr-24 {
    margin-right: -6rem;
  }
  .md\:-mr-28 {
    margin-right: -7rem;
  }
  .md\:-mr-32 {
    margin-right: -8rem;
  }
  .md\:-mr-36 {
    margin-right: -9rem;
  }
  .md\:-mr-40 {
    margin-right: -10rem;
  }
  .md\:-mr-44 {
    margin-right: -11rem;
  }
  .md\:-mr-48 {
    margin-right: -12rem;
  }
  .md\:-mr-52 {
    margin-right: -13rem;
  }
  .md\:-mr-56 {
    margin-right: -14rem;
  }
  .md\:-mr-60 {
    margin-right: -15rem;
  }
  .md\:-mr-64 {
    margin-right: -16rem;
  }
  .md\:-mr-72 {
    margin-right: -18rem;
  }
  .md\:-mr-80 {
    margin-right: -20rem;
  }
  .md\:-mr-96 {
    margin-right: -24rem;
  }
  .md\:-mr-px {
    margin-right: -1px;
  }
  .md\:-mr-0\.5 {
    margin-right: -0.125rem;
  }
  .md\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
  .md\:-mr-2\.5 {
    margin-right: -0.625rem;
  }
  .md\:-mr-3\.5 {
    margin-right: -0.875rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:mb-28 {
    margin-bottom: 7rem;
  }
  .md\:mb-32 {
    margin-bottom: 8rem;
  }
  .md\:mb-36 {
    margin-bottom: 9rem;
  }
  .md\:mb-40 {
    margin-bottom: 10rem;
  }
  .md\:mb-44 {
    margin-bottom: 11rem;
  }
  .md\:mb-48 {
    margin-bottom: 12rem;
  }
  .md\:mb-52 {
    margin-bottom: 13rem;
  }
  .md\:mb-56 {
    margin-bottom: 14rem;
  }
  .md\:mb-60 {
    margin-bottom: 15rem;
  }
  .md\:mb-64 {
    margin-bottom: 16rem;
  }
  .md\:mb-72 {
    margin-bottom: 18rem;
  }
  .md\:mb-80 {
    margin-bottom: 20rem;
  }
  .md\:mb-96 {
    margin-bottom: 24rem;
  }
  .md\:mb-auto {
    margin-bottom: auto;
  }
  .md\:mb-px {
    margin-bottom: 1px;
  }
  .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .md\:-mb-0 {
    margin-bottom: -0px;
  }
  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .md\:-mb-4 {
    margin-bottom: -1rem;
  }
  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }
  .md\:-mb-8 {
    margin-bottom: -2rem;
  }
  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }
  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }
  .md\:-mb-12 {
    margin-bottom: -3rem;
  }
  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .md\:-mb-16 {
    margin-bottom: -4rem;
  }
  .md\:-mb-20 {
    margin-bottom: -5rem;
  }
  .md\:-mb-24 {
    margin-bottom: -6rem;
  }
  .md\:-mb-28 {
    margin-bottom: -7rem;
  }
  .md\:-mb-32 {
    margin-bottom: -8rem;
  }
  .md\:-mb-36 {
    margin-bottom: -9rem;
  }
  .md\:-mb-40 {
    margin-bottom: -10rem;
  }
  .md\:-mb-44 {
    margin-bottom: -11rem;
  }
  .md\:-mb-48 {
    margin-bottom: -12rem;
  }
  .md\:-mb-52 {
    margin-bottom: -13rem;
  }
  .md\:-mb-56 {
    margin-bottom: -14rem;
  }
  .md\:-mb-60 {
    margin-bottom: -15rem;
  }
  .md\:-mb-64 {
    margin-bottom: -16rem;
  }
  .md\:-mb-72 {
    margin-bottom: -18rem;
  }
  .md\:-mb-80 {
    margin-bottom: -20rem;
  }
  .md\:-mb-96 {
    margin-bottom: -24rem;
  }
  .md\:-mb-px {
    margin-bottom: -1px;
  }
  .md\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }
  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
  .md\:ml-0 {
    margin-left: 0px;
  }
  .md\:ml-1 {
    margin-left: 0.25rem;
  }
  .md\:ml-2 {
    margin-left: 0.5rem;
  }
  .md\:ml-3 {
    margin-left: 0.75rem;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .md\:ml-6 {
    margin-left: 1.5rem;
  }
  .md\:ml-7 {
    margin-left: 1.75rem;
  }
  .md\:ml-8 {
    margin-left: 2rem;
  }
  .md\:ml-9 {
    margin-left: 2.25rem;
  }
  .md\:ml-10 {
    margin-left: 2.5rem;
  }
  .md\:ml-11 {
    margin-left: 2.75rem;
  }
  .md\:ml-12 {
    margin-left: 3rem;
  }
  .md\:ml-14 {
    margin-left: 3.5rem;
  }
  .md\:ml-16 {
    margin-left: 4rem;
  }
  .md\:ml-20 {
    margin-left: 5rem;
  }
  .md\:ml-24 {
    margin-left: 6rem;
  }
  .md\:ml-28 {
    margin-left: 7rem;
  }
  .md\:ml-32 {
    margin-left: 8rem;
  }
  .md\:ml-36 {
    margin-left: 9rem;
  }
  .md\:ml-40 {
    margin-left: 10rem;
  }
  .md\:ml-44 {
    margin-left: 11rem;
  }
  .md\:ml-48 {
    margin-left: 12rem;
  }
  .md\:ml-52 {
    margin-left: 13rem;
  }
  .md\:ml-56 {
    margin-left: 14rem;
  }
  .md\:ml-60 {
    margin-left: 15rem;
  }
  .md\:ml-64 {
    margin-left: 16rem;
  }
  .md\:ml-72 {
    margin-left: 18rem;
  }
  .md\:ml-80 {
    margin-left: 20rem;
  }
  .md\:ml-96 {
    margin-left: 24rem;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:ml-px {
    margin-left: 1px;
  }
  .md\:ml-0\.5 {
    margin-left: 0.125rem;
  }
  .md\:ml-1\.5 {
    margin-left: 0.375rem;
  }
  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }
  .md\:ml-3\.5 {
    margin-left: 0.875rem;
  }
  .md\:-ml-0 {
    margin-left: -0px;
  }
  .md\:-ml-1 {
    margin-left: -0.25rem;
  }
  .md\:-ml-2 {
    margin-left: -0.5rem;
  }
  .md\:-ml-3 {
    margin-left: -0.75rem;
  }
  .md\:-ml-4 {
    margin-left: -1rem;
  }
  .md\:-ml-5 {
    margin-left: -1.25rem;
  }
  .md\:-ml-6 {
    margin-left: -1.5rem;
  }
  .md\:-ml-7 {
    margin-left: -1.75rem;
  }
  .md\:-ml-8 {
    margin-left: -2rem;
  }
  .md\:-ml-9 {
    margin-left: -2.25rem;
  }
  .md\:-ml-10 {
    margin-left: -2.5rem;
  }
  .md\:-ml-11 {
    margin-left: -2.75rem;
  }
  .md\:-ml-12 {
    margin-left: -3rem;
  }
  .md\:-ml-14 {
    margin-left: -3.5rem;
  }
  .md\:-ml-16 {
    margin-left: -4rem;
  }
  .md\:-ml-20 {
    margin-left: -5rem;
  }
  .md\:-ml-24 {
    margin-left: -6rem;
  }
  .md\:-ml-28 {
    margin-left: -7rem;
  }
  .md\:-ml-32 {
    margin-left: -8rem;
  }
  .md\:-ml-36 {
    margin-left: -9rem;
  }
  .md\:-ml-40 {
    margin-left: -10rem;
  }
  .md\:-ml-44 {
    margin-left: -11rem;
  }
  .md\:-ml-48 {
    margin-left: -12rem;
  }
  .md\:-ml-52 {
    margin-left: -13rem;
  }
  .md\:-ml-56 {
    margin-left: -14rem;
  }
  .md\:-ml-60 {
    margin-left: -15rem;
  }
  .md\:-ml-64 {
    margin-left: -16rem;
  }
  .md\:-ml-72 {
    margin-left: -18rem;
  }
  .md\:-ml-80 {
    margin-left: -20rem;
  }
  .md\:-ml-96 {
    margin-left: -24rem;
  }
  .md\:-ml-px {
    margin-left: -1px;
  }
  .md\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
  .md\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
  .md\:-ml-2\.5 {
    margin-left: -0.625rem;
  }
  .md\:-ml-3\.5 {
    margin-left: -0.875rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[146px\] {
    height: 146px;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:w-72 {
    width: 18rem;
  }
  .md\:w-\[260px\] {
    width: 260px;
  }
  .md\:w-56 {
    width: 14rem;
  }
  .md\:w-9\/12 {
    width: 75%;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:grow-0 {
    flex-grow: 0;
  }
  .md\:-translate-y-full {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:gap-1 {
    gap: 0.25rem;
  }
  .md\:gap-2 {
    gap: 0.5rem;
  }
  .md\:gap-3 {
    gap: 0.75rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-7 {
    gap: 1.75rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:gap-9 {
    gap: 2.25rem;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-11 {
    gap: 2.75rem;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-14 {
    gap: 3.5rem;
  }
  .md\:gap-16 {
    gap: 4rem;
  }
  .md\:gap-20 {
    gap: 5rem;
  }
  .md\:gap-24 {
    gap: 6rem;
  }
  .md\:gap-28 {
    gap: 7rem;
  }
  .md\:gap-32 {
    gap: 8rem;
  }
  .md\:gap-36 {
    gap: 9rem;
  }
  .md\:gap-40 {
    gap: 10rem;
  }
  .md\:gap-44 {
    gap: 11rem;
  }
  .md\:gap-48 {
    gap: 12rem;
  }
  .md\:gap-52 {
    gap: 13rem;
  }
  .md\:gap-56 {
    gap: 14rem;
  }
  .md\:gap-60 {
    gap: 15rem;
  }
  .md\:gap-64 {
    gap: 16rem;
  }
  .md\:gap-72 {
    gap: 18rem;
  }
  .md\:gap-80 {
    gap: 20rem;
  }
  .md\:gap-96 {
    gap: 24rem;
  }
  .md\:gap-px {
    gap: 1px;
  }
  .md\:gap-0\.5 {
    gap: 0.125rem;
  }
  .md\:gap-1\.5 {
    gap: 0.375rem;
  }
  .md\:gap-2\.5 {
    gap: 0.625rem;
  }
  .md\:gap-3\.5 {
    gap: 0.875rem;
  }
  .md\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }
  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .md\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .md\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .md\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }
  .md\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
  .md\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }
  .md\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }
  .md\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }
  .md\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }
  .md\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }
  .md\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }
  .md\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }
  .md\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }
  .md\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }
  .md\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }
  .md\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }
  .md\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
  .md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }
  .md\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }
  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }
  .md\:gap-y-0 {
    row-gap: 0px;
  }
  .md\:gap-y-1 {
    row-gap: 0.25rem;
  }
  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }
  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }
  .md\:gap-y-4 {
    row-gap: 1rem;
  }
  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .md\:gap-y-7 {
    row-gap: 1.75rem;
  }
  .md\:gap-y-8 {
    row-gap: 2rem;
  }
  .md\:gap-y-9 {
    row-gap: 2.25rem;
  }
  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .md\:gap-y-11 {
    row-gap: 2.75rem;
  }
  .md\:gap-y-12 {
    row-gap: 3rem;
  }
  .md\:gap-y-14 {
    row-gap: 3.5rem;
  }
  .md\:gap-y-16 {
    row-gap: 4rem;
  }
  .md\:gap-y-20 {
    row-gap: 5rem;
  }
  .md\:gap-y-24 {
    row-gap: 6rem;
  }
  .md\:gap-y-28 {
    row-gap: 7rem;
  }
  .md\:gap-y-32 {
    row-gap: 8rem;
  }
  .md\:gap-y-36 {
    row-gap: 9rem;
  }
  .md\:gap-y-40 {
    row-gap: 10rem;
  }
  .md\:gap-y-44 {
    row-gap: 11rem;
  }
  .md\:gap-y-48 {
    row-gap: 12rem;
  }
  .md\:gap-y-52 {
    row-gap: 13rem;
  }
  .md\:gap-y-56 {
    row-gap: 14rem;
  }
  .md\:gap-y-60 {
    row-gap: 15rem;
  }
  .md\:gap-y-64 {
    row-gap: 16rem;
  }
  .md\:gap-y-72 {
    row-gap: 18rem;
  }
  .md\:gap-y-80 {
    row-gap: 20rem;
  }
  .md\:gap-y-96 {
    row-gap: 24rem;
  }
  .md\:gap-y-px {
    row-gap: 1px;
  }
  .md\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }
  .md\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }
  .md\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }
  .md\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }
  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }
  .md\:rounded-full {
    border-radius: 9999px;
  }
  .md\:border-b {
    border-bottom-width: 1px;
  }
  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-1 {
    padding: 0.25rem;
  }
  .md\:p-2 {
    padding: 0.5rem;
  }
  .md\:p-3 {
    padding: 0.75rem;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:p-7 {
    padding: 1.75rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:p-9 {
    padding: 2.25rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-11 {
    padding: 2.75rem;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:p-14 {
    padding: 3.5rem;
  }
  .md\:p-16 {
    padding: 4rem;
  }
  .md\:p-20 {
    padding: 5rem;
  }
  .md\:p-24 {
    padding: 6rem;
  }
  .md\:p-28 {
    padding: 7rem;
  }
  .md\:p-32 {
    padding: 8rem;
  }
  .md\:p-36 {
    padding: 9rem;
  }
  .md\:p-40 {
    padding: 10rem;
  }
  .md\:p-44 {
    padding: 11rem;
  }
  .md\:p-48 {
    padding: 12rem;
  }
  .md\:p-52 {
    padding: 13rem;
  }
  .md\:p-56 {
    padding: 14rem;
  }
  .md\:p-60 {
    padding: 15rem;
  }
  .md\:p-64 {
    padding: 16rem;
  }
  .md\:p-72 {
    padding: 18rem;
  }
  .md\:p-80 {
    padding: 20rem;
  }
  .md\:p-96 {
    padding: 24rem;
  }
  .md\:p-px {
    padding: 1px;
  }
  .md\:p-0\.5 {
    padding: 0.125rem;
  }
  .md\:p-1\.5 {
    padding: 0.375rem;
  }
  .md\:p-2\.5 {
    padding: 0.625rem;
  }
  .md\:p-3\.5 {
    padding: 0.875rem;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .md\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .md\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .md\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .md\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:pt-1 {
    padding-top: 0.25rem;
  }
  .md\:pt-2 {
    padding-top: 0.5rem;
  }
  .md\:pt-3 {
    padding-top: 0.75rem;
  }
  .md\:pt-4 {
    padding-top: 1rem;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:pt-7 {
    padding-top: 1.75rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pt-9 {
    padding-top: 2.25rem;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pt-11 {
    padding-top: 2.75rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pt-14 {
    padding-top: 3.5rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pt-24 {
    padding-top: 6rem;
  }
  .md\:pt-28 {
    padding-top: 7rem;
  }
  .md\:pt-32 {
    padding-top: 8rem;
  }
  .md\:pt-36 {
    padding-top: 9rem;
  }
  .md\:pt-40 {
    padding-top: 10rem;
  }
  .md\:pt-44 {
    padding-top: 11rem;
  }
  .md\:pt-48 {
    padding-top: 12rem;
  }
  .md\:pt-52 {
    padding-top: 13rem;
  }
  .md\:pt-56 {
    padding-top: 14rem;
  }
  .md\:pt-60 {
    padding-top: 15rem;
  }
  .md\:pt-64 {
    padding-top: 16rem;
  }
  .md\:pt-72 {
    padding-top: 18rem;
  }
  .md\:pt-80 {
    padding-top: 20rem;
  }
  .md\:pt-96 {
    padding-top: 24rem;
  }
  .md\:pt-px {
    padding-top: 1px;
  }
  .md\:pt-0\.5 {
    padding-top: 0.125rem;
  }
  .md\:pt-1\.5 {
    padding-top: 0.375rem;
  }
  .md\:pt-2\.5 {
    padding-top: 0.625rem;
  }
  .md\:pt-3\.5 {
    padding-top: 0.875rem;
  }
  .md\:pr-0 {
    padding-right: 0px;
  }
  .md\:pr-1 {
    padding-right: 0.25rem;
  }
  .md\:pr-2 {
    padding-right: 0.5rem;
  }
  .md\:pr-3 {
    padding-right: 0.75rem;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:pr-5 {
    padding-right: 1.25rem;
  }
  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .md\:pr-7 {
    padding-right: 1.75rem;
  }
  .md\:pr-8 {
    padding-right: 2rem;
  }
  .md\:pr-9 {
    padding-right: 2.25rem;
  }
  .md\:pr-10 {
    padding-right: 2.5rem;
  }
  .md\:pr-11 {
    padding-right: 2.75rem;
  }
  .md\:pr-12 {
    padding-right: 3rem;
  }
  .md\:pr-14 {
    padding-right: 3.5rem;
  }
  .md\:pr-16 {
    padding-right: 4rem;
  }
  .md\:pr-20 {
    padding-right: 5rem;
  }
  .md\:pr-24 {
    padding-right: 6rem;
  }
  .md\:pr-28 {
    padding-right: 7rem;
  }
  .md\:pr-32 {
    padding-right: 8rem;
  }
  .md\:pr-36 {
    padding-right: 9rem;
  }
  .md\:pr-40 {
    padding-right: 10rem;
  }
  .md\:pr-44 {
    padding-right: 11rem;
  }
  .md\:pr-48 {
    padding-right: 12rem;
  }
  .md\:pr-52 {
    padding-right: 13rem;
  }
  .md\:pr-56 {
    padding-right: 14rem;
  }
  .md\:pr-60 {
    padding-right: 15rem;
  }
  .md\:pr-64 {
    padding-right: 16rem;
  }
  .md\:pr-72 {
    padding-right: 18rem;
  }
  .md\:pr-80 {
    padding-right: 20rem;
  }
  .md\:pr-96 {
    padding-right: 24rem;
  }
  .md\:pr-px {
    padding-right: 1px;
  }
  .md\:pr-0\.5 {
    padding-right: 0.125rem;
  }
  .md\:pr-1\.5 {
    padding-right: 0.375rem;
  }
  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }
  .md\:pr-3\.5 {
    padding-right: 0.875rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pb-20 {
    padding-bottom: 5rem;
  }
  .md\:pb-24 {
    padding-bottom: 6rem;
  }
  .md\:pb-28 {
    padding-bottom: 7rem;
  }
  .md\:pb-32 {
    padding-bottom: 8rem;
  }
  .md\:pb-36 {
    padding-bottom: 9rem;
  }
  .md\:pb-40 {
    padding-bottom: 10rem;
  }
  .md\:pb-44 {
    padding-bottom: 11rem;
  }
  .md\:pb-48 {
    padding-bottom: 12rem;
  }
  .md\:pb-52 {
    padding-bottom: 13rem;
  }
  .md\:pb-56 {
    padding-bottom: 14rem;
  }
  .md\:pb-60 {
    padding-bottom: 15rem;
  }
  .md\:pb-64 {
    padding-bottom: 16rem;
  }
  .md\:pb-72 {
    padding-bottom: 18rem;
  }
  .md\:pb-80 {
    padding-bottom: 20rem;
  }
  .md\:pb-96 {
    padding-bottom: 24rem;
  }
  .md\:pb-px {
    padding-bottom: 1px;
  }
  .md\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }
  .md\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }
  .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
  .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
  .md\:pl-0 {
    padding-left: 0px;
  }
  .md\:pl-1 {
    padding-left: 0.25rem;
  }
  .md\:pl-2 {
    padding-left: 0.5rem;
  }
  .md\:pl-3 {
    padding-left: 0.75rem;
  }
  .md\:pl-4 {
    padding-left: 1rem;
  }
  .md\:pl-5 {
    padding-left: 1.25rem;
  }
  .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .md\:pl-7 {
    padding-left: 1.75rem;
  }
  .md\:pl-8 {
    padding-left: 2rem;
  }
  .md\:pl-9 {
    padding-left: 2.25rem;
  }
  .md\:pl-10 {
    padding-left: 2.5rem;
  }
  .md\:pl-11 {
    padding-left: 2.75rem;
  }
  .md\:pl-12 {
    padding-left: 3rem;
  }
  .md\:pl-14 {
    padding-left: 3.5rem;
  }
  .md\:pl-16 {
    padding-left: 4rem;
  }
  .md\:pl-20 {
    padding-left: 5rem;
  }
  .md\:pl-24 {
    padding-left: 6rem;
  }
  .md\:pl-28 {
    padding-left: 7rem;
  }
  .md\:pl-32 {
    padding-left: 8rem;
  }
  .md\:pl-36 {
    padding-left: 9rem;
  }
  .md\:pl-40 {
    padding-left: 10rem;
  }
  .md\:pl-44 {
    padding-left: 11rem;
  }
  .md\:pl-48 {
    padding-left: 12rem;
  }
  .md\:pl-52 {
    padding-left: 13rem;
  }
  .md\:pl-56 {
    padding-left: 14rem;
  }
  .md\:pl-60 {
    padding-left: 15rem;
  }
  .md\:pl-64 {
    padding-left: 16rem;
  }
  .md\:pl-72 {
    padding-left: 18rem;
  }
  .md\:pl-80 {
    padding-left: 20rem;
  }
  .md\:pl-96 {
    padding-left: 24rem;
  }
  .md\:pl-px {
    padding-left: 1px;
  }
  .md\:pl-0\.5 {
    padding-left: 0.125rem;
  }
  .md\:pl-1\.5 {
    padding-left: 0.375rem;
  }
  .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }
  .md\:pl-3\.5 {
    padding-left: 0.875rem;
  }
  .md\:pt-\[146px\] {
    padding-top: 146px;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:right-12 {
    right: 3rem;
  }
  .lg\:-top-16 {
    top: -4rem;
  }
  .lg\:-bottom-16 {
    bottom: -4rem;
  }
  .lg\:left-0 {
    left: 0px;
  }
  .lg\:right-0 {
    right: 0px;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:m-0 {
    margin: 0px;
  }
  .lg\:m-1 {
    margin: 0.25rem;
  }
  .lg\:m-2 {
    margin: 0.5rem;
  }
  .lg\:m-3 {
    margin: 0.75rem;
  }
  .lg\:m-4 {
    margin: 1rem;
  }
  .lg\:m-5 {
    margin: 1.25rem;
  }
  .lg\:m-6 {
    margin: 1.5rem;
  }
  .lg\:m-7 {
    margin: 1.75rem;
  }
  .lg\:m-8 {
    margin: 2rem;
  }
  .lg\:m-9 {
    margin: 2.25rem;
  }
  .lg\:m-10 {
    margin: 2.5rem;
  }
  .lg\:m-11 {
    margin: 2.75rem;
  }
  .lg\:m-12 {
    margin: 3rem;
  }
  .lg\:m-14 {
    margin: 3.5rem;
  }
  .lg\:m-16 {
    margin: 4rem;
  }
  .lg\:m-20 {
    margin: 5rem;
  }
  .lg\:m-24 {
    margin: 6rem;
  }
  .lg\:m-28 {
    margin: 7rem;
  }
  .lg\:m-32 {
    margin: 8rem;
  }
  .lg\:m-36 {
    margin: 9rem;
  }
  .lg\:m-40 {
    margin: 10rem;
  }
  .lg\:m-44 {
    margin: 11rem;
  }
  .lg\:m-48 {
    margin: 12rem;
  }
  .lg\:m-52 {
    margin: 13rem;
  }
  .lg\:m-56 {
    margin: 14rem;
  }
  .lg\:m-60 {
    margin: 15rem;
  }
  .lg\:m-64 {
    margin: 16rem;
  }
  .lg\:m-72 {
    margin: 18rem;
  }
  .lg\:m-80 {
    margin: 20rem;
  }
  .lg\:m-96 {
    margin: 24rem;
  }
  .lg\:m-auto {
    margin: auto;
  }
  .lg\:m-px {
    margin: 1px;
  }
  .lg\:m-0\.5 {
    margin: 0.125rem;
  }
  .lg\:m-1\.5 {
    margin: 0.375rem;
  }
  .lg\:m-2\.5 {
    margin: 0.625rem;
  }
  .lg\:m-3\.5 {
    margin: 0.875rem;
  }
  .lg\:-m-0 {
    margin: -0px;
  }
  .lg\:-m-1 {
    margin: -0.25rem;
  }
  .lg\:-m-2 {
    margin: -0.5rem;
  }
  .lg\:-m-3 {
    margin: -0.75rem;
  }
  .lg\:-m-4 {
    margin: -1rem;
  }
  .lg\:-m-5 {
    margin: -1.25rem;
  }
  .lg\:-m-6 {
    margin: -1.5rem;
  }
  .lg\:-m-7 {
    margin: -1.75rem;
  }
  .lg\:-m-8 {
    margin: -2rem;
  }
  .lg\:-m-9 {
    margin: -2.25rem;
  }
  .lg\:-m-10 {
    margin: -2.5rem;
  }
  .lg\:-m-11 {
    margin: -2.75rem;
  }
  .lg\:-m-12 {
    margin: -3rem;
  }
  .lg\:-m-14 {
    margin: -3.5rem;
  }
  .lg\:-m-16 {
    margin: -4rem;
  }
  .lg\:-m-20 {
    margin: -5rem;
  }
  .lg\:-m-24 {
    margin: -6rem;
  }
  .lg\:-m-28 {
    margin: -7rem;
  }
  .lg\:-m-32 {
    margin: -8rem;
  }
  .lg\:-m-36 {
    margin: -9rem;
  }
  .lg\:-m-40 {
    margin: -10rem;
  }
  .lg\:-m-44 {
    margin: -11rem;
  }
  .lg\:-m-48 {
    margin: -12rem;
  }
  .lg\:-m-52 {
    margin: -13rem;
  }
  .lg\:-m-56 {
    margin: -14rem;
  }
  .lg\:-m-60 {
    margin: -15rem;
  }
  .lg\:-m-64 {
    margin: -16rem;
  }
  .lg\:-m-72 {
    margin: -18rem;
  }
  .lg\:-m-80 {
    margin: -20rem;
  }
  .lg\:-m-96 {
    margin: -24rem;
  }
  .lg\:-m-px {
    margin: -1px;
  }
  .lg\:-m-0\.5 {
    margin: -0.125rem;
  }
  .lg\:-m-1\.5 {
    margin: -0.375rem;
  }
  .lg\:-m-2\.5 {
    margin: -0.625rem;
  }
  .lg\:-m-3\.5 {
    margin: -0.875rem;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .lg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .lg\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .lg\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .lg\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .lg\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .lg\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .lg\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .lg\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .lg\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .lg\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .lg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .lg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }
  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
  .lg\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }
  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
  .lg\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }
  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
  .lg\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }
  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .lg\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }
  .lg\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }
  .lg\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }
  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .lg\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .lg\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .lg\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .lg\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .lg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .lg\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .lg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .lg\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .lg\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
  .lg\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .lg\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .lg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .lg\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .lg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
  .lg\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }
  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
  .lg\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }
  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
  .lg\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }
  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
  .lg\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }
  .lg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }
  .lg\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }
  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .lg\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
  .lg\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .lg\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .lg\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mt-7 {
    margin-top: 1.75rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mt-9 {
    margin-top: 2.25rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-11 {
    margin-top: 2.75rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-14 {
    margin-top: 3.5rem;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mt-24 {
    margin-top: 6rem;
  }
  .lg\:mt-28 {
    margin-top: 7rem;
  }
  .lg\:mt-32 {
    margin-top: 8rem;
  }
  .lg\:mt-36 {
    margin-top: 9rem;
  }
  .lg\:mt-40 {
    margin-top: 10rem;
  }
  .lg\:mt-44 {
    margin-top: 11rem;
  }
  .lg\:mt-48 {
    margin-top: 12rem;
  }
  .lg\:mt-52 {
    margin-top: 13rem;
  }
  .lg\:mt-56 {
    margin-top: 14rem;
  }
  .lg\:mt-60 {
    margin-top: 15rem;
  }
  .lg\:mt-64 {
    margin-top: 16rem;
  }
  .lg\:mt-72 {
    margin-top: 18rem;
  }
  .lg\:mt-80 {
    margin-top: 20rem;
  }
  .lg\:mt-96 {
    margin-top: 24rem;
  }
  .lg\:mt-auto {
    margin-top: auto;
  }
  .lg\:mt-px {
    margin-top: 1px;
  }
  .lg\:mt-0\.5 {
    margin-top: 0.125rem;
  }
  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .lg\:-mt-0 {
    margin-top: -0px;
  }
  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }
  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }
  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }
  .lg\:-mt-4 {
    margin-top: -1rem;
  }
  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }
  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }
  .lg\:-mt-7 {
    margin-top: -1.75rem;
  }
  .lg\:-mt-8 {
    margin-top: -2rem;
  }
  .lg\:-mt-9 {
    margin-top: -2.25rem;
  }
  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }
  .lg\:-mt-11 {
    margin-top: -2.75rem;
  }
  .lg\:-mt-12 {
    margin-top: -3rem;
  }
  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }
  .lg\:-mt-16 {
    margin-top: -4rem;
  }
  .lg\:-mt-20 {
    margin-top: -5rem;
  }
  .lg\:-mt-24 {
    margin-top: -6rem;
  }
  .lg\:-mt-28 {
    margin-top: -7rem;
  }
  .lg\:-mt-32 {
    margin-top: -8rem;
  }
  .lg\:-mt-36 {
    margin-top: -9rem;
  }
  .lg\:-mt-40 {
    margin-top: -10rem;
  }
  .lg\:-mt-44 {
    margin-top: -11rem;
  }
  .lg\:-mt-48 {
    margin-top: -12rem;
  }
  .lg\:-mt-52 {
    margin-top: -13rem;
  }
  .lg\:-mt-56 {
    margin-top: -14rem;
  }
  .lg\:-mt-60 {
    margin-top: -15rem;
  }
  .lg\:-mt-64 {
    margin-top: -16rem;
  }
  .lg\:-mt-72 {
    margin-top: -18rem;
  }
  .lg\:-mt-80 {
    margin-top: -20rem;
  }
  .lg\:-mt-96 {
    margin-top: -24rem;
  }
  .lg\:-mt-px {
    margin-top: -1px;
  }
  .lg\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
  .lg\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
  .lg\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
  .lg\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
  .lg\:mr-0 {
    margin-right: 0px;
  }
  .lg\:mr-1 {
    margin-right: 0.25rem;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem;
  }
  .lg\:mr-3 {
    margin-right: 0.75rem;
  }
  .lg\:mr-4 {
    margin-right: 1rem;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem;
  }
  .lg\:mr-7 {
    margin-right: 1.75rem;
  }
  .lg\:mr-8 {
    margin-right: 2rem;
  }
  .lg\:mr-9 {
    margin-right: 2.25rem;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem;
  }
  .lg\:mr-11 {
    margin-right: 2.75rem;
  }
  .lg\:mr-12 {
    margin-right: 3rem;
  }
  .lg\:mr-14 {
    margin-right: 3.5rem;
  }
  .lg\:mr-16 {
    margin-right: 4rem;
  }
  .lg\:mr-20 {
    margin-right: 5rem;
  }
  .lg\:mr-24 {
    margin-right: 6rem;
  }
  .lg\:mr-28 {
    margin-right: 7rem;
  }
  .lg\:mr-32 {
    margin-right: 8rem;
  }
  .lg\:mr-36 {
    margin-right: 9rem;
  }
  .lg\:mr-40 {
    margin-right: 10rem;
  }
  .lg\:mr-44 {
    margin-right: 11rem;
  }
  .lg\:mr-48 {
    margin-right: 12rem;
  }
  .lg\:mr-52 {
    margin-right: 13rem;
  }
  .lg\:mr-56 {
    margin-right: 14rem;
  }
  .lg\:mr-60 {
    margin-right: 15rem;
  }
  .lg\:mr-64 {
    margin-right: 16rem;
  }
  .lg\:mr-72 {
    margin-right: 18rem;
  }
  .lg\:mr-80 {
    margin-right: 20rem;
  }
  .lg\:mr-96 {
    margin-right: 24rem;
  }
  .lg\:mr-auto {
    margin-right: auto;
  }
  .lg\:mr-px {
    margin-right: 1px;
  }
  .lg\:mr-0\.5 {
    margin-right: 0.125rem;
  }
  .lg\:mr-1\.5 {
    margin-right: 0.375rem;
  }
  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .lg\:mr-3\.5 {
    margin-right: 0.875rem;
  }
  .lg\:-mr-0 {
    margin-right: -0px;
  }
  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }
  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }
  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }
  .lg\:-mr-4 {
    margin-right: -1rem;
  }
  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }
  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }
  .lg\:-mr-7 {
    margin-right: -1.75rem;
  }
  .lg\:-mr-8 {
    margin-right: -2rem;
  }
  .lg\:-mr-9 {
    margin-right: -2.25rem;
  }
  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }
  .lg\:-mr-11 {
    margin-right: -2.75rem;
  }
  .lg\:-mr-12 {
    margin-right: -3rem;
  }
  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }
  .lg\:-mr-16 {
    margin-right: -4rem;
  }
  .lg\:-mr-20 {
    margin-right: -5rem;
  }
  .lg\:-mr-24 {
    margin-right: -6rem;
  }
  .lg\:-mr-28 {
    margin-right: -7rem;
  }
  .lg\:-mr-32 {
    margin-right: -8rem;
  }
  .lg\:-mr-36 {
    margin-right: -9rem;
  }
  .lg\:-mr-40 {
    margin-right: -10rem;
  }
  .lg\:-mr-44 {
    margin-right: -11rem;
  }
  .lg\:-mr-48 {
    margin-right: -12rem;
  }
  .lg\:-mr-52 {
    margin-right: -13rem;
  }
  .lg\:-mr-56 {
    margin-right: -14rem;
  }
  .lg\:-mr-60 {
    margin-right: -15rem;
  }
  .lg\:-mr-64 {
    margin-right: -16rem;
  }
  .lg\:-mr-72 {
    margin-right: -18rem;
  }
  .lg\:-mr-80 {
    margin-right: -20rem;
  }
  .lg\:-mr-96 {
    margin-right: -24rem;
  }
  .lg\:-mr-px {
    margin-right: -1px;
  }
  .lg\:-mr-0\.5 {
    margin-right: -0.125rem;
  }
  .lg\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
  .lg\:-mr-2\.5 {
    margin-right: -0.625rem;
  }
  .lg\:-mr-3\.5 {
    margin-right: -0.875rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem;
  }
  .lg\:mb-28 {
    margin-bottom: 7rem;
  }
  .lg\:mb-32 {
    margin-bottom: 8rem;
  }
  .lg\:mb-36 {
    margin-bottom: 9rem;
  }
  .lg\:mb-40 {
    margin-bottom: 10rem;
  }
  .lg\:mb-44 {
    margin-bottom: 11rem;
  }
  .lg\:mb-48 {
    margin-bottom: 12rem;
  }
  .lg\:mb-52 {
    margin-bottom: 13rem;
  }
  .lg\:mb-56 {
    margin-bottom: 14rem;
  }
  .lg\:mb-60 {
    margin-bottom: 15rem;
  }
  .lg\:mb-64 {
    margin-bottom: 16rem;
  }
  .lg\:mb-72 {
    margin-bottom: 18rem;
  }
  .lg\:mb-80 {
    margin-bottom: 20rem;
  }
  .lg\:mb-96 {
    margin-bottom: 24rem;
  }
  .lg\:mb-auto {
    margin-bottom: auto;
  }
  .lg\:mb-px {
    margin-bottom: 1px;
  }
  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .lg\:-mb-0 {
    margin-bottom: -0px;
  }
  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }
  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }
  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }
  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }
  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .lg\:-mb-11 {
    margin-bottom: -2.75rem;
  }
  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }
  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }
  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }
  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }
  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }
  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }
  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }
  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }
  .lg\:-mb-44 {
    margin-bottom: -11rem;
  }
  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }
  .lg\:-mb-52 {
    margin-bottom: -13rem;
  }
  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }
  .lg\:-mb-60 {
    margin-bottom: -15rem;
  }
  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }
  .lg\:-mb-72 {
    margin-bottom: -18rem;
  }
  .lg\:-mb-80 {
    margin-bottom: -20rem;
  }
  .lg\:-mb-96 {
    margin-bottom: -24rem;
  }
  .lg\:-mb-px {
    margin-bottom: -1px;
  }
  .lg\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }
  .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
  .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
  .lg\:ml-0 {
    margin-left: 0px;
  }
  .lg\:ml-1 {
    margin-left: 0.25rem;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem;
  }
  .lg\:ml-3 {
    margin-left: 0.75rem;
  }
  .lg\:ml-4 {
    margin-left: 1rem;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem;
  }
  .lg\:ml-7 {
    margin-left: 1.75rem;
  }
  .lg\:ml-8 {
    margin-left: 2rem;
  }
  .lg\:ml-9 {
    margin-left: 2.25rem;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem;
  }
  .lg\:ml-11 {
    margin-left: 2.75rem;
  }
  .lg\:ml-12 {
    margin-left: 3rem;
  }
  .lg\:ml-14 {
    margin-left: 3.5rem;
  }
  .lg\:ml-16 {
    margin-left: 4rem;
  }
  .lg\:ml-20 {
    margin-left: 5rem;
  }
  .lg\:ml-24 {
    margin-left: 6rem;
  }
  .lg\:ml-28 {
    margin-left: 7rem;
  }
  .lg\:ml-32 {
    margin-left: 8rem;
  }
  .lg\:ml-36 {
    margin-left: 9rem;
  }
  .lg\:ml-40 {
    margin-left: 10rem;
  }
  .lg\:ml-44 {
    margin-left: 11rem;
  }
  .lg\:ml-48 {
    margin-left: 12rem;
  }
  .lg\:ml-52 {
    margin-left: 13rem;
  }
  .lg\:ml-56 {
    margin-left: 14rem;
  }
  .lg\:ml-60 {
    margin-left: 15rem;
  }
  .lg\:ml-64 {
    margin-left: 16rem;
  }
  .lg\:ml-72 {
    margin-left: 18rem;
  }
  .lg\:ml-80 {
    margin-left: 20rem;
  }
  .lg\:ml-96 {
    margin-left: 24rem;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:ml-px {
    margin-left: 1px;
  }
  .lg\:ml-0\.5 {
    margin-left: 0.125rem;
  }
  .lg\:ml-1\.5 {
    margin-left: 0.375rem;
  }
  .lg\:ml-2\.5 {
    margin-left: 0.625rem;
  }
  .lg\:ml-3\.5 {
    margin-left: 0.875rem;
  }
  .lg\:-ml-0 {
    margin-left: -0px;
  }
  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }
  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }
  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }
  .lg\:-ml-4 {
    margin-left: -1rem;
  }
  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }
  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }
  .lg\:-ml-7 {
    margin-left: -1.75rem;
  }
  .lg\:-ml-8 {
    margin-left: -2rem;
  }
  .lg\:-ml-9 {
    margin-left: -2.25rem;
  }
  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }
  .lg\:-ml-11 {
    margin-left: -2.75rem;
  }
  .lg\:-ml-12 {
    margin-left: -3rem;
  }
  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }
  .lg\:-ml-16 {
    margin-left: -4rem;
  }
  .lg\:-ml-20 {
    margin-left: -5rem;
  }
  .lg\:-ml-24 {
    margin-left: -6rem;
  }
  .lg\:-ml-28 {
    margin-left: -7rem;
  }
  .lg\:-ml-32 {
    margin-left: -8rem;
  }
  .lg\:-ml-36 {
    margin-left: -9rem;
  }
  .lg\:-ml-40 {
    margin-left: -10rem;
  }
  .lg\:-ml-44 {
    margin-left: -11rem;
  }
  .lg\:-ml-48 {
    margin-left: -12rem;
  }
  .lg\:-ml-52 {
    margin-left: -13rem;
  }
  .lg\:-ml-56 {
    margin-left: -14rem;
  }
  .lg\:-ml-60 {
    margin-left: -15rem;
  }
  .lg\:-ml-64 {
    margin-left: -16rem;
  }
  .lg\:-ml-72 {
    margin-left: -18rem;
  }
  .lg\:-ml-80 {
    margin-left: -20rem;
  }
  .lg\:-ml-96 {
    margin-left: -24rem;
  }
  .lg\:-ml-px {
    margin-left: -1px;
  }
  .lg\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
  .lg\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
  .lg\:-ml-2\.5 {
    margin-left: -0.625rem;
  }
  .lg\:-ml-3\.5 {
    margin-left: -0.875rem;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-52 {
    height: 13rem;
  }
  .lg\:w-60 {
    width: 15rem;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .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\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-1 {
    gap: 0.25rem;
  }
  .lg\:gap-2 {
    gap: 0.5rem;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-7 {
    gap: 1.75rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-9 {
    gap: 2.25rem;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:gap-11 {
    gap: 2.75rem;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-14 {
    gap: 3.5rem;
  }
  .lg\:gap-16 {
    gap: 4rem;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-24 {
    gap: 6rem;
  }
  .lg\:gap-28 {
    gap: 7rem;
  }
  .lg\:gap-32 {
    gap: 8rem;
  }
  .lg\:gap-36 {
    gap: 9rem;
  }
  .lg\:gap-40 {
    gap: 10rem;
  }
  .lg\:gap-44 {
    gap: 11rem;
  }
  .lg\:gap-48 {
    gap: 12rem;
  }
  .lg\:gap-52 {
    gap: 13rem;
  }
  .lg\:gap-56 {
    gap: 14rem;
  }
  .lg\:gap-60 {
    gap: 15rem;
  }
  .lg\:gap-64 {
    gap: 16rem;
  }
  .lg\:gap-72 {
    gap: 18rem;
  }
  .lg\:gap-80 {
    gap: 20rem;
  }
  .lg\:gap-96 {
    gap: 24rem;
  }
  .lg\:gap-px {
    gap: 1px;
  }
  .lg\:gap-0\.5 {
    gap: 0.125rem;
  }
  .lg\:gap-1\.5 {
    gap: 0.375rem;
  }
  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }
  .lg\:gap-3\.5 {
    gap: 0.875rem;
  }
  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }
  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .lg\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .lg\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }
  .lg\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
  .lg\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }
  .lg\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }
  .lg\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }
  .lg\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }
  .lg\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }
  .lg\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }
  .lg\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }
  .lg\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }
  .lg\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }
  .lg\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }
  .lg\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }
  .lg\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
  .lg\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }
  .lg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }
  .lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }
  .lg\:gap-y-0 {
    row-gap: 0px;
  }
  .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }
  .lg\:gap-y-2 {
    row-gap: 0.5rem;
  }
  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }
  .lg\:gap-y-4 {
    row-gap: 1rem;
  }
  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .lg\:gap-y-7 {
    row-gap: 1.75rem;
  }
  .lg\:gap-y-8 {
    row-gap: 2rem;
  }
  .lg\:gap-y-9 {
    row-gap: 2.25rem;
  }
  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .lg\:gap-y-11 {
    row-gap: 2.75rem;
  }
  .lg\:gap-y-12 {
    row-gap: 3rem;
  }
  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }
  .lg\:gap-y-16 {
    row-gap: 4rem;
  }
  .lg\:gap-y-20 {
    row-gap: 5rem;
  }
  .lg\:gap-y-24 {
    row-gap: 6rem;
  }
  .lg\:gap-y-28 {
    row-gap: 7rem;
  }
  .lg\:gap-y-32 {
    row-gap: 8rem;
  }
  .lg\:gap-y-36 {
    row-gap: 9rem;
  }
  .lg\:gap-y-40 {
    row-gap: 10rem;
  }
  .lg\:gap-y-44 {
    row-gap: 11rem;
  }
  .lg\:gap-y-48 {
    row-gap: 12rem;
  }
  .lg\:gap-y-52 {
    row-gap: 13rem;
  }
  .lg\:gap-y-56 {
    row-gap: 14rem;
  }
  .lg\:gap-y-60 {
    row-gap: 15rem;
  }
  .lg\:gap-y-64 {
    row-gap: 16rem;
  }
  .lg\:gap-y-72 {
    row-gap: 18rem;
  }
  .lg\:gap-y-80 {
    row-gap: 20rem;
  }
  .lg\:gap-y-96 {
    row-gap: 24rem;
  }
  .lg\:gap-y-px {
    row-gap: 1px;
  }
  .lg\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }
  .lg\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }
  .lg\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }
  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }
  .lg\:p-0 {
    padding: 0px;
  }
  .lg\:p-1 {
    padding: 0.25rem;
  }
  .lg\:p-2 {
    padding: 0.5rem;
  }
  .lg\:p-3 {
    padding: 0.75rem;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:p-5 {
    padding: 1.25rem;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:p-7 {
    padding: 1.75rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:p-9 {
    padding: 2.25rem;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-11 {
    padding: 2.75rem;
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:p-14 {
    padding: 3.5rem;
  }
  .lg\:p-16 {
    padding: 4rem;
  }
  .lg\:p-20 {
    padding: 5rem;
  }
  .lg\:p-24 {
    padding: 6rem;
  }
  .lg\:p-28 {
    padding: 7rem;
  }
  .lg\:p-32 {
    padding: 8rem;
  }
  .lg\:p-36 {
    padding: 9rem;
  }
  .lg\:p-40 {
    padding: 10rem;
  }
  .lg\:p-44 {
    padding: 11rem;
  }
  .lg\:p-48 {
    padding: 12rem;
  }
  .lg\:p-52 {
    padding: 13rem;
  }
  .lg\:p-56 {
    padding: 14rem;
  }
  .lg\:p-60 {
    padding: 15rem;
  }
  .lg\:p-64 {
    padding: 16rem;
  }
  .lg\:p-72 {
    padding: 18rem;
  }
  .lg\:p-80 {
    padding: 20rem;
  }
  .lg\:p-96 {
    padding: 24rem;
  }
  .lg\:p-px {
    padding: 1px;
  }
  .lg\:p-0\.5 {
    padding: 0.125rem;
  }
  .lg\:p-1\.5 {
    padding: 0.375rem;
  }
  .lg\:p-2\.5 {
    padding: 0.625rem;
  }
  .lg\:p-3\.5 {
    padding: 0.875rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .lg\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .lg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .lg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .lg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-1 {
    padding-top: 0.25rem;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem;
  }
  .lg\:pt-3 {
    padding-top: 0.75rem;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pt-7 {
    padding-top: 1.75rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pt-9 {
    padding-top: 2.25rem;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-11 {
    padding-top: 2.75rem;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-14 {
    padding-top: 3.5rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pt-28 {
    padding-top: 7rem;
  }
  .lg\:pt-32 {
    padding-top: 8rem;
  }
  .lg\:pt-36 {
    padding-top: 9rem;
  }
  .lg\:pt-40 {
    padding-top: 10rem;
  }
  .lg\:pt-44 {
    padding-top: 11rem;
  }
  .lg\:pt-48 {
    padding-top: 12rem;
  }
  .lg\:pt-52 {
    padding-top: 13rem;
  }
  .lg\:pt-56 {
    padding-top: 14rem;
  }
  .lg\:pt-60 {
    padding-top: 15rem;
  }
  .lg\:pt-64 {
    padding-top: 16rem;
  }
  .lg\:pt-72 {
    padding-top: 18rem;
  }
  .lg\:pt-80 {
    padding-top: 20rem;
  }
  .lg\:pt-96 {
    padding-top: 24rem;
  }
  .lg\:pt-px {
    padding-top: 1px;
  }
  .lg\:pt-0\.5 {
    padding-top: 0.125rem;
  }
  .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }
  .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }
  .lg\:pt-3\.5 {
    padding-top: 0.875rem;
  }
  .lg\:pr-0 {
    padding-right: 0px;
  }
  .lg\:pr-1 {
    padding-right: 0.25rem;
  }
  .lg\:pr-2 {
    padding-right: 0.5rem;
  }
  .lg\:pr-3 {
    padding-right: 0.75rem;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:pr-5 {
    padding-right: 1.25rem;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pr-7 {
    padding-right: 1.75rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pr-9 {
    padding-right: 2.25rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pr-11 {
    padding-right: 2.75rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:pr-14 {
    padding-right: 3.5rem;
  }
  .lg\:pr-16 {
    padding-right: 4rem;
  }
  .lg\:pr-20 {
    padding-right: 5rem;
  }
  .lg\:pr-24 {
    padding-right: 6rem;
  }
  .lg\:pr-28 {
    padding-right: 7rem;
  }
  .lg\:pr-32 {
    padding-right: 8rem;
  }
  .lg\:pr-36 {
    padding-right: 9rem;
  }
  .lg\:pr-40 {
    padding-right: 10rem;
  }
  .lg\:pr-44 {
    padding-right: 11rem;
  }
  .lg\:pr-48 {
    padding-right: 12rem;
  }
  .lg\:pr-52 {
    padding-right: 13rem;
  }
  .lg\:pr-56 {
    padding-right: 14rem;
  }
  .lg\:pr-60 {
    padding-right: 15rem;
  }
  .lg\:pr-64 {
    padding-right: 16rem;
  }
  .lg\:pr-72 {
    padding-right: 18rem;
  }
  .lg\:pr-80 {
    padding-right: 20rem;
  }
  .lg\:pr-96 {
    padding-right: 24rem;
  }
  .lg\:pr-px {
    padding-right: 1px;
  }
  .lg\:pr-0\.5 {
    padding-right: 0.125rem;
  }
  .lg\:pr-1\.5 {
    padding-right: 0.375rem;
  }
  .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }
  .lg\:pr-3\.5 {
    padding-right: 0.875rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-28 {
    padding-bottom: 7rem;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .lg\:pb-36 {
    padding-bottom: 9rem;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem;
  }
  .lg\:pb-44 {
    padding-bottom: 11rem;
  }
  .lg\:pb-48 {
    padding-bottom: 12rem;
  }
  .lg\:pb-52 {
    padding-bottom: 13rem;
  }
  .lg\:pb-56 {
    padding-bottom: 14rem;
  }
  .lg\:pb-60 {
    padding-bottom: 15rem;
  }
  .lg\:pb-64 {
    padding-bottom: 16rem;
  }
  .lg\:pb-72 {
    padding-bottom: 18rem;
  }
  .lg\:pb-80 {
    padding-bottom: 20rem;
  }
  .lg\:pb-96 {
    padding-bottom: 24rem;
  }
  .lg\:pb-px {
    padding-bottom: 1px;
  }
  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }
  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }
  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
  .lg\:pl-0 {
    padding-left: 0px;
  }
  .lg\:pl-1 {
    padding-left: 0.25rem;
  }
  .lg\:pl-2 {
    padding-left: 0.5rem;
  }
  .lg\:pl-3 {
    padding-left: 0.75rem;
  }
  .lg\:pl-4 {
    padding-left: 1rem;
  }
  .lg\:pl-5 {
    padding-left: 1.25rem;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem;
  }
  .lg\:pl-7 {
    padding-left: 1.75rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pl-9 {
    padding-left: 2.25rem;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pl-11 {
    padding-left: 2.75rem;
  }
  .lg\:pl-12 {
    padding-left: 3rem;
  }
  .lg\:pl-14 {
    padding-left: 3.5rem;
  }
  .lg\:pl-16 {
    padding-left: 4rem;
  }
  .lg\:pl-20 {
    padding-left: 5rem;
  }
  .lg\:pl-24 {
    padding-left: 6rem;
  }
  .lg\:pl-28 {
    padding-left: 7rem;
  }
  .lg\:pl-32 {
    padding-left: 8rem;
  }
  .lg\:pl-36 {
    padding-left: 9rem;
  }
  .lg\:pl-40 {
    padding-left: 10rem;
  }
  .lg\:pl-44 {
    padding-left: 11rem;
  }
  .lg\:pl-48 {
    padding-left: 12rem;
  }
  .lg\:pl-52 {
    padding-left: 13rem;
  }
  .lg\:pl-56 {
    padding-left: 14rem;
  }
  .lg\:pl-60 {
    padding-left: 15rem;
  }
  .lg\:pl-64 {
    padding-left: 16rem;
  }
  .lg\:pl-72 {
    padding-left: 18rem;
  }
  .lg\:pl-80 {
    padding-left: 20rem;
  }
  .lg\:pl-96 {
    padding-left: 24rem;
  }
  .lg\:pl-px {
    padding-left: 1px;
  }
  .lg\:pl-0\.5 {
    padding-left: 0.125rem;
  }
  .lg\:pl-1\.5 {
    padding-left: 0.375rem;
  }
  .lg\:pl-2\.5 {
    padding-left: 0.625rem;
  }
  .lg\:pl-3\.5 {
    padding-left: 0.875rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .xl\:-top-24 {
    top: -6rem;
  }
  .xl\:-bottom-24 {
    bottom: -6rem;
  }
  .xl\:m-0 {
    margin: 0px;
  }
  .xl\:m-1 {
    margin: 0.25rem;
  }
  .xl\:m-2 {
    margin: 0.5rem;
  }
  .xl\:m-3 {
    margin: 0.75rem;
  }
  .xl\:m-4 {
    margin: 1rem;
  }
  .xl\:m-5 {
    margin: 1.25rem;
  }
  .xl\:m-6 {
    margin: 1.5rem;
  }
  .xl\:m-7 {
    margin: 1.75rem;
  }
  .xl\:m-8 {
    margin: 2rem;
  }
  .xl\:m-9 {
    margin: 2.25rem;
  }
  .xl\:m-10 {
    margin: 2.5rem;
  }
  .xl\:m-11 {
    margin: 2.75rem;
  }
  .xl\:m-12 {
    margin: 3rem;
  }
  .xl\:m-14 {
    margin: 3.5rem;
  }
  .xl\:m-16 {
    margin: 4rem;
  }
  .xl\:m-20 {
    margin: 5rem;
  }
  .xl\:m-24 {
    margin: 6rem;
  }
  .xl\:m-28 {
    margin: 7rem;
  }
  .xl\:m-32 {
    margin: 8rem;
  }
  .xl\:m-36 {
    margin: 9rem;
  }
  .xl\:m-40 {
    margin: 10rem;
  }
  .xl\:m-44 {
    margin: 11rem;
  }
  .xl\:m-48 {
    margin: 12rem;
  }
  .xl\:m-52 {
    margin: 13rem;
  }
  .xl\:m-56 {
    margin: 14rem;
  }
  .xl\:m-60 {
    margin: 15rem;
  }
  .xl\:m-64 {
    margin: 16rem;
  }
  .xl\:m-72 {
    margin: 18rem;
  }
  .xl\:m-80 {
    margin: 20rem;
  }
  .xl\:m-96 {
    margin: 24rem;
  }
  .xl\:m-auto {
    margin: auto;
  }
  .xl\:m-px {
    margin: 1px;
  }
  .xl\:m-0\.5 {
    margin: 0.125rem;
  }
  .xl\:m-1\.5 {
    margin: 0.375rem;
  }
  .xl\:m-2\.5 {
    margin: 0.625rem;
  }
  .xl\:m-3\.5 {
    margin: 0.875rem;
  }
  .xl\:-m-0 {
    margin: -0px;
  }
  .xl\:-m-1 {
    margin: -0.25rem;
  }
  .xl\:-m-2 {
    margin: -0.5rem;
  }
  .xl\:-m-3 {
    margin: -0.75rem;
  }
  .xl\:-m-4 {
    margin: -1rem;
  }
  .xl\:-m-5 {
    margin: -1.25rem;
  }
  .xl\:-m-6 {
    margin: -1.5rem;
  }
  .xl\:-m-7 {
    margin: -1.75rem;
  }
  .xl\:-m-8 {
    margin: -2rem;
  }
  .xl\:-m-9 {
    margin: -2.25rem;
  }
  .xl\:-m-10 {
    margin: -2.5rem;
  }
  .xl\:-m-11 {
    margin: -2.75rem;
  }
  .xl\:-m-12 {
    margin: -3rem;
  }
  .xl\:-m-14 {
    margin: -3.5rem;
  }
  .xl\:-m-16 {
    margin: -4rem;
  }
  .xl\:-m-20 {
    margin: -5rem;
  }
  .xl\:-m-24 {
    margin: -6rem;
  }
  .xl\:-m-28 {
    margin: -7rem;
  }
  .xl\:-m-32 {
    margin: -8rem;
  }
  .xl\:-m-36 {
    margin: -9rem;
  }
  .xl\:-m-40 {
    margin: -10rem;
  }
  .xl\:-m-44 {
    margin: -11rem;
  }
  .xl\:-m-48 {
    margin: -12rem;
  }
  .xl\:-m-52 {
    margin: -13rem;
  }
  .xl\:-m-56 {
    margin: -14rem;
  }
  .xl\:-m-60 {
    margin: -15rem;
  }
  .xl\:-m-64 {
    margin: -16rem;
  }
  .xl\:-m-72 {
    margin: -18rem;
  }
  .xl\:-m-80 {
    margin: -20rem;
  }
  .xl\:-m-96 {
    margin: -24rem;
  }
  .xl\:-m-px {
    margin: -1px;
  }
  .xl\:-m-0\.5 {
    margin: -0.125rem;
  }
  .xl\:-m-1\.5 {
    margin: -0.375rem;
  }
  .xl\:-m-2\.5 {
    margin: -0.625rem;
  }
  .xl\:-m-3\.5 {
    margin: -0.875rem;
  }
  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .xl\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }
  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
  .xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }
  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
  .xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }
  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
  .xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }
  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }
  .xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }
  .xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }
  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
  .xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .xl\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
  .xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }
  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
  .xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }
  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
  .xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }
  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
  .xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }
  .xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }
  .xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }
  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
  .xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
  .xl\:mt-0 {
    margin-top: 0px;
  }
  .xl\:mt-1 {
    margin-top: 0.25rem;
  }
  .xl\:mt-2 {
    margin-top: 0.5rem;
  }
  .xl\:mt-3 {
    margin-top: 0.75rem;
  }
  .xl\:mt-4 {
    margin-top: 1rem;
  }
  .xl\:mt-5 {
    margin-top: 1.25rem;
  }
  .xl\:mt-6 {
    margin-top: 1.5rem;
  }
  .xl\:mt-7 {
    margin-top: 1.75rem;
  }
  .xl\:mt-8 {
    margin-top: 2rem;
  }
  .xl\:mt-9 {
    margin-top: 2.25rem;
  }
  .xl\:mt-10 {
    margin-top: 2.5rem;
  }
  .xl\:mt-11 {
    margin-top: 2.75rem;
  }
  .xl\:mt-12 {
    margin-top: 3rem;
  }
  .xl\:mt-14 {
    margin-top: 3.5rem;
  }
  .xl\:mt-16 {
    margin-top: 4rem;
  }
  .xl\:mt-20 {
    margin-top: 5rem;
  }
  .xl\:mt-24 {
    margin-top: 6rem;
  }
  .xl\:mt-28 {
    margin-top: 7rem;
  }
  .xl\:mt-32 {
    margin-top: 8rem;
  }
  .xl\:mt-36 {
    margin-top: 9rem;
  }
  .xl\:mt-40 {
    margin-top: 10rem;
  }
  .xl\:mt-44 {
    margin-top: 11rem;
  }
  .xl\:mt-48 {
    margin-top: 12rem;
  }
  .xl\:mt-52 {
    margin-top: 13rem;
  }
  .xl\:mt-56 {
    margin-top: 14rem;
  }
  .xl\:mt-60 {
    margin-top: 15rem;
  }
  .xl\:mt-64 {
    margin-top: 16rem;
  }
  .xl\:mt-72 {
    margin-top: 18rem;
  }
  .xl\:mt-80 {
    margin-top: 20rem;
  }
  .xl\:mt-96 {
    margin-top: 24rem;
  }
  .xl\:mt-auto {
    margin-top: auto;
  }
  .xl\:mt-px {
    margin-top: 1px;
  }
  .xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }
  .xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .xl\:-mt-0 {
    margin-top: -0px;
  }
  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }
  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }
  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }
  .xl\:-mt-4 {
    margin-top: -1rem;
  }
  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }
  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }
  .xl\:-mt-7 {
    margin-top: -1.75rem;
  }
  .xl\:-mt-8 {
    margin-top: -2rem;
  }
  .xl\:-mt-9 {
    margin-top: -2.25rem;
  }
  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }
  .xl\:-mt-11 {
    margin-top: -2.75rem;
  }
  .xl\:-mt-12 {
    margin-top: -3rem;
  }
  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }
  .xl\:-mt-16 {
    margin-top: -4rem;
  }
  .xl\:-mt-20 {
    margin-top: -5rem;
  }
  .xl\:-mt-24 {
    margin-top: -6rem;
  }
  .xl\:-mt-28 {
    margin-top: -7rem;
  }
  .xl\:-mt-32 {
    margin-top: -8rem;
  }
  .xl\:-mt-36 {
    margin-top: -9rem;
  }
  .xl\:-mt-40 {
    margin-top: -10rem;
  }
  .xl\:-mt-44 {
    margin-top: -11rem;
  }
  .xl\:-mt-48 {
    margin-top: -12rem;
  }
  .xl\:-mt-52 {
    margin-top: -13rem;
  }
  .xl\:-mt-56 {
    margin-top: -14rem;
  }
  .xl\:-mt-60 {
    margin-top: -15rem;
  }
  .xl\:-mt-64 {
    margin-top: -16rem;
  }
  .xl\:-mt-72 {
    margin-top: -18rem;
  }
  .xl\:-mt-80 {
    margin-top: -20rem;
  }
  .xl\:-mt-96 {
    margin-top: -24rem;
  }
  .xl\:-mt-px {
    margin-top: -1px;
  }
  .xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
  .xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
  .xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
  .xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
  .xl\:mr-0 {
    margin-right: 0px;
  }
  .xl\:mr-1 {
    margin-right: 0.25rem;
  }
  .xl\:mr-2 {
    margin-right: 0.5rem;
  }
  .xl\:mr-3 {
    margin-right: 0.75rem;
  }
  .xl\:mr-4 {
    margin-right: 1rem;
  }
  .xl\:mr-5 {
    margin-right: 1.25rem;
  }
  .xl\:mr-6 {
    margin-right: 1.5rem;
  }
  .xl\:mr-7 {
    margin-right: 1.75rem;
  }
  .xl\:mr-8 {
    margin-right: 2rem;
  }
  .xl\:mr-9 {
    margin-right: 2.25rem;
  }
  .xl\:mr-10 {
    margin-right: 2.5rem;
  }
  .xl\:mr-11 {
    margin-right: 2.75rem;
  }
  .xl\:mr-12 {
    margin-right: 3rem;
  }
  .xl\:mr-14 {
    margin-right: 3.5rem;
  }
  .xl\:mr-16 {
    margin-right: 4rem;
  }
  .xl\:mr-20 {
    margin-right: 5rem;
  }
  .xl\:mr-24 {
    margin-right: 6rem;
  }
  .xl\:mr-28 {
    margin-right: 7rem;
  }
  .xl\:mr-32 {
    margin-right: 8rem;
  }
  .xl\:mr-36 {
    margin-right: 9rem;
  }
  .xl\:mr-40 {
    margin-right: 10rem;
  }
  .xl\:mr-44 {
    margin-right: 11rem;
  }
  .xl\:mr-48 {
    margin-right: 12rem;
  }
  .xl\:mr-52 {
    margin-right: 13rem;
  }
  .xl\:mr-56 {
    margin-right: 14rem;
  }
  .xl\:mr-60 {
    margin-right: 15rem;
  }
  .xl\:mr-64 {
    margin-right: 16rem;
  }
  .xl\:mr-72 {
    margin-right: 18rem;
  }
  .xl\:mr-80 {
    margin-right: 20rem;
  }
  .xl\:mr-96 {
    margin-right: 24rem;
  }
  .xl\:mr-auto {
    margin-right: auto;
  }
  .xl\:mr-px {
    margin-right: 1px;
  }
  .xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }
  .xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }
  .xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }
  .xl\:-mr-0 {
    margin-right: -0px;
  }
  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }
  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }
  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }
  .xl\:-mr-4 {
    margin-right: -1rem;
  }
  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }
  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }
  .xl\:-mr-7 {
    margin-right: -1.75rem;
  }
  .xl\:-mr-8 {
    margin-right: -2rem;
  }
  .xl\:-mr-9 {
    margin-right: -2.25rem;
  }
  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }
  .xl\:-mr-11 {
    margin-right: -2.75rem;
  }
  .xl\:-mr-12 {
    margin-right: -3rem;
  }
  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }
  .xl\:-mr-16 {
    margin-right: -4rem;
  }
  .xl\:-mr-20 {
    margin-right: -5rem;
  }
  .xl\:-mr-24 {
    margin-right: -6rem;
  }
  .xl\:-mr-28 {
    margin-right: -7rem;
  }
  .xl\:-mr-32 {
    margin-right: -8rem;
  }
  .xl\:-mr-36 {
    margin-right: -9rem;
  }
  .xl\:-mr-40 {
    margin-right: -10rem;
  }
  .xl\:-mr-44 {
    margin-right: -11rem;
  }
  .xl\:-mr-48 {
    margin-right: -12rem;
  }
  .xl\:-mr-52 {
    margin-right: -13rem;
  }
  .xl\:-mr-56 {
    margin-right: -14rem;
  }
  .xl\:-mr-60 {
    margin-right: -15rem;
  }
  .xl\:-mr-64 {
    margin-right: -16rem;
  }
  .xl\:-mr-72 {
    margin-right: -18rem;
  }
  .xl\:-mr-80 {
    margin-right: -20rem;
  }
  .xl\:-mr-96 {
    margin-right: -24rem;
  }
  .xl\:-mr-px {
    margin-right: -1px;
  }
  .xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }
  .xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
  .xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }
  .xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }
  .xl\:mb-0 {
    margin-bottom: 0px;
  }
  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .xl\:mb-4 {
    margin-bottom: 1rem;
  }
  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .xl\:mb-8 {
    margin-bottom: 2rem;
  }
  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .xl\:mb-16 {
    margin-bottom: 4rem;
  }
  .xl\:mb-20 {
    margin-bottom: 5rem;
  }
  .xl\:mb-24 {
    margin-bottom: 6rem;
  }
  .xl\:mb-28 {
    margin-bottom: 7rem;
  }
  .xl\:mb-32 {
    margin-bottom: 8rem;
  }
  .xl\:mb-36 {
    margin-bottom: 9rem;
  }
  .xl\:mb-40 {
    margin-bottom: 10rem;
  }
  .xl\:mb-44 {
    margin-bottom: 11rem;
  }
  .xl\:mb-48 {
    margin-bottom: 12rem;
  }
  .xl\:mb-52 {
    margin-bottom: 13rem;
  }
  .xl\:mb-56 {
    margin-bottom: 14rem;
  }
  .xl\:mb-60 {
    margin-bottom: 15rem;
  }
  .xl\:mb-64 {
    margin-bottom: 16rem;
  }
  .xl\:mb-72 {
    margin-bottom: 18rem;
  }
  .xl\:mb-80 {
    margin-bottom: 20rem;
  }
  .xl\:mb-96 {
    margin-bottom: 24rem;
  }
  .xl\:mb-auto {
    margin-bottom: auto;
  }
  .xl\:mb-px {
    margin-bottom: 1px;
  }
  .xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .xl\:-mb-0 {
    margin-bottom: -0px;
  }
  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }
  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }
  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }
  .xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }
  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }
  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }
  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }
  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }
  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }
  .xl\:-mb-28 {
    margin-bottom: -7rem;
  }
  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }
  .xl\:-mb-36 {
    margin-bottom: -9rem;
  }
  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }
  .xl\:-mb-44 {
    margin-bottom: -11rem;
  }
  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }
  .xl\:-mb-52 {
    margin-bottom: -13rem;
  }
  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }
  .xl\:-mb-60 {
    margin-bottom: -15rem;
  }
  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }
  .xl\:-mb-72 {
    margin-bottom: -18rem;
  }
  .xl\:-mb-80 {
    margin-bottom: -20rem;
  }
  .xl\:-mb-96 {
    margin-bottom: -24rem;
  }
  .xl\:-mb-px {
    margin-bottom: -1px;
  }
  .xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }
  .xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
  .xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
  .xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
  .xl\:ml-0 {
    margin-left: 0px;
  }
  .xl\:ml-1 {
    margin-left: 0.25rem;
  }
  .xl\:ml-2 {
    margin-left: 0.5rem;
  }
  .xl\:ml-3 {
    margin-left: 0.75rem;
  }
  .xl\:ml-4 {
    margin-left: 1rem;
  }
  .xl\:ml-5 {
    margin-left: 1.25rem;
  }
  .xl\:ml-6 {
    margin-left: 1.5rem;
  }
  .xl\:ml-7 {
    margin-left: 1.75rem;
  }
  .xl\:ml-8 {
    margin-left: 2rem;
  }
  .xl\:ml-9 {
    margin-left: 2.25rem;
  }
  .xl\:ml-10 {
    margin-left: 2.5rem;
  }
  .xl\:ml-11 {
    margin-left: 2.75rem;
  }
  .xl\:ml-12 {
    margin-left: 3rem;
  }
  .xl\:ml-14 {
    margin-left: 3.5rem;
  }
  .xl\:ml-16 {
    margin-left: 4rem;
  }
  .xl\:ml-20 {
    margin-left: 5rem;
  }
  .xl\:ml-24 {
    margin-left: 6rem;
  }
  .xl\:ml-28 {
    margin-left: 7rem;
  }
  .xl\:ml-32 {
    margin-left: 8rem;
  }
  .xl\:ml-36 {
    margin-left: 9rem;
  }
  .xl\:ml-40 {
    margin-left: 10rem;
  }
  .xl\:ml-44 {
    margin-left: 11rem;
  }
  .xl\:ml-48 {
    margin-left: 12rem;
  }
  .xl\:ml-52 {
    margin-left: 13rem;
  }
  .xl\:ml-56 {
    margin-left: 14rem;
  }
  .xl\:ml-60 {
    margin-left: 15rem;
  }
  .xl\:ml-64 {
    margin-left: 16rem;
  }
  .xl\:ml-72 {
    margin-left: 18rem;
  }
  .xl\:ml-80 {
    margin-left: 20rem;
  }
  .xl\:ml-96 {
    margin-left: 24rem;
  }
  .xl\:ml-auto {
    margin-left: auto;
  }
  .xl\:ml-px {
    margin-left: 1px;
  }
  .xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }
  .xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }
  .xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }
  .xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }
  .xl\:-ml-0 {
    margin-left: -0px;
  }
  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }
  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }
  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }
  .xl\:-ml-4 {
    margin-left: -1rem;
  }
  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }
  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }
  .xl\:-ml-7 {
    margin-left: -1.75rem;
  }
  .xl\:-ml-8 {
    margin-left: -2rem;
  }
  .xl\:-ml-9 {
    margin-left: -2.25rem;
  }
  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }
  .xl\:-ml-11 {
    margin-left: -2.75rem;
  }
  .xl\:-ml-12 {
    margin-left: -3rem;
  }
  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }
  .xl\:-ml-16 {
    margin-left: -4rem;
  }
  .xl\:-ml-20 {
    margin-left: -5rem;
  }
  .xl\:-ml-24 {
    margin-left: -6rem;
  }
  .xl\:-ml-28 {
    margin-left: -7rem;
  }
  .xl\:-ml-32 {
    margin-left: -8rem;
  }
  .xl\:-ml-36 {
    margin-left: -9rem;
  }
  .xl\:-ml-40 {
    margin-left: -10rem;
  }
  .xl\:-ml-44 {
    margin-left: -11rem;
  }
  .xl\:-ml-48 {
    margin-left: -12rem;
  }
  .xl\:-ml-52 {
    margin-left: -13rem;
  }
  .xl\:-ml-56 {
    margin-left: -14rem;
  }
  .xl\:-ml-60 {
    margin-left: -15rem;
  }
  .xl\:-ml-64 {
    margin-left: -16rem;
  }
  .xl\:-ml-72 {
    margin-left: -18rem;
  }
  .xl\:-ml-80 {
    margin-left: -20rem;
  }
  .xl\:-ml-96 {
    margin-left: -24rem;
  }
  .xl\:-ml-px {
    margin-left: -1px;
  }
  .xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
  .xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
  .xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }
  .xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }
  .xl\:w-56 {
    width: 14rem;
  }
  .xl\:w-7\/12 {
    width: 58.333333%;
  }
  .xl\:w-5\/12 {
    width: 41.666667%;
  }
  .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\:gap-0 {
    gap: 0px;
  }
  .xl\:gap-1 {
    gap: 0.25rem;
  }
  .xl\:gap-2 {
    gap: 0.5rem;
  }
  .xl\:gap-3 {
    gap: 0.75rem;
  }
  .xl\:gap-4 {
    gap: 1rem;
  }
  .xl\:gap-5 {
    gap: 1.25rem;
  }
  .xl\:gap-6 {
    gap: 1.5rem;
  }
  .xl\:gap-7 {
    gap: 1.75rem;
  }
  .xl\:gap-8 {
    gap: 2rem;
  }
  .xl\:gap-9 {
    gap: 2.25rem;
  }
  .xl\:gap-10 {
    gap: 2.5rem;
  }
  .xl\:gap-11 {
    gap: 2.75rem;
  }
  .xl\:gap-12 {
    gap: 3rem;
  }
  .xl\:gap-14 {
    gap: 3.5rem;
  }
  .xl\:gap-16 {
    gap: 4rem;
  }
  .xl\:gap-20 {
    gap: 5rem;
  }
  .xl\:gap-24 {
    gap: 6rem;
  }
  .xl\:gap-28 {
    gap: 7rem;
  }
  .xl\:gap-32 {
    gap: 8rem;
  }
  .xl\:gap-36 {
    gap: 9rem;
  }
  .xl\:gap-40 {
    gap: 10rem;
  }
  .xl\:gap-44 {
    gap: 11rem;
  }
  .xl\:gap-48 {
    gap: 12rem;
  }
  .xl\:gap-52 {
    gap: 13rem;
  }
  .xl\:gap-56 {
    gap: 14rem;
  }
  .xl\:gap-60 {
    gap: 15rem;
  }
  .xl\:gap-64 {
    gap: 16rem;
  }
  .xl\:gap-72 {
    gap: 18rem;
  }
  .xl\:gap-80 {
    gap: 20rem;
  }
  .xl\:gap-96 {
    gap: 24rem;
  }
  .xl\:gap-px {
    gap: 1px;
  }
  .xl\:gap-0\.5 {
    gap: 0.125rem;
  }
  .xl\:gap-1\.5 {
    gap: 0.375rem;
  }
  .xl\:gap-2\.5 {
    gap: 0.625rem;
  }
  .xl\:gap-3\.5 {
    gap: 0.875rem;
  }
  .xl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .xl\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .xl\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .xl\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .xl\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .xl\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }
  .xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
  .xl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .xl\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }
  .xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
  .xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }
  .xl\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }
  .xl\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }
  .xl\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }
  .xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }
  .xl\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }
  .xl\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }
  .xl\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }
  .xl\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }
  .xl\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }
  .xl\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }
  .xl\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
  .xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }
  .xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }
  .xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }
  .xl\:gap-y-0 {
    row-gap: 0px;
  }
  .xl\:gap-y-1 {
    row-gap: 0.25rem;
  }
  .xl\:gap-y-2 {
    row-gap: 0.5rem;
  }
  .xl\:gap-y-3 {
    row-gap: 0.75rem;
  }
  .xl\:gap-y-4 {
    row-gap: 1rem;
  }
  .xl\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .xl\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .xl\:gap-y-7 {
    row-gap: 1.75rem;
  }
  .xl\:gap-y-8 {
    row-gap: 2rem;
  }
  .xl\:gap-y-9 {
    row-gap: 2.25rem;
  }
  .xl\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .xl\:gap-y-11 {
    row-gap: 2.75rem;
  }
  .xl\:gap-y-12 {
    row-gap: 3rem;
  }
  .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }
  .xl\:gap-y-16 {
    row-gap: 4rem;
  }
  .xl\:gap-y-20 {
    row-gap: 5rem;
  }
  .xl\:gap-y-24 {
    row-gap: 6rem;
  }
  .xl\:gap-y-28 {
    row-gap: 7rem;
  }
  .xl\:gap-y-32 {
    row-gap: 8rem;
  }
  .xl\:gap-y-36 {
    row-gap: 9rem;
  }
  .xl\:gap-y-40 {
    row-gap: 10rem;
  }
  .xl\:gap-y-44 {
    row-gap: 11rem;
  }
  .xl\:gap-y-48 {
    row-gap: 12rem;
  }
  .xl\:gap-y-52 {
    row-gap: 13rem;
  }
  .xl\:gap-y-56 {
    row-gap: 14rem;
  }
  .xl\:gap-y-60 {
    row-gap: 15rem;
  }
  .xl\:gap-y-64 {
    row-gap: 16rem;
  }
  .xl\:gap-y-72 {
    row-gap: 18rem;
  }
  .xl\:gap-y-80 {
    row-gap: 20rem;
  }
  .xl\:gap-y-96 {
    row-gap: 24rem;
  }
  .xl\:gap-y-px {
    row-gap: 1px;
  }
  .xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }
  .xl\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }
  .xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }
  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }
  .xl\:p-0 {
    padding: 0px;
  }
  .xl\:p-1 {
    padding: 0.25rem;
  }
  .xl\:p-2 {
    padding: 0.5rem;
  }
  .xl\:p-3 {
    padding: 0.75rem;
  }
  .xl\:p-4 {
    padding: 1rem;
  }
  .xl\:p-5 {
    padding: 1.25rem;
  }
  .xl\:p-6 {
    padding: 1.5rem;
  }
  .xl\:p-7 {
    padding: 1.75rem;
  }
  .xl\:p-8 {
    padding: 2rem;
  }
  .xl\:p-9 {
    padding: 2.25rem;
  }
  .xl\:p-10 {
    padding: 2.5rem;
  }
  .xl\:p-11 {
    padding: 2.75rem;
  }
  .xl\:p-12 {
    padding: 3rem;
  }
  .xl\:p-14 {
    padding: 3.5rem;
  }
  .xl\:p-16 {
    padding: 4rem;
  }
  .xl\:p-20 {
    padding: 5rem;
  }
  .xl\:p-24 {
    padding: 6rem;
  }
  .xl\:p-28 {
    padding: 7rem;
  }
  .xl\:p-32 {
    padding: 8rem;
  }
  .xl\:p-36 {
    padding: 9rem;
  }
  .xl\:p-40 {
    padding: 10rem;
  }
  .xl\:p-44 {
    padding: 11rem;
  }
  .xl\:p-48 {
    padding: 12rem;
  }
  .xl\:p-52 {
    padding: 13rem;
  }
  .xl\:p-56 {
    padding: 14rem;
  }
  .xl\:p-60 {
    padding: 15rem;
  }
  .xl\:p-64 {
    padding: 16rem;
  }
  .xl\:p-72 {
    padding: 18rem;
  }
  .xl\:p-80 {
    padding: 20rem;
  }
  .xl\:p-96 {
    padding: 24rem;
  }
  .xl\:p-px {
    padding: 1px;
  }
  .xl\:p-0\.5 {
    padding: 0.125rem;
  }
  .xl\:p-1\.5 {
    padding: 0.375rem;
  }
  .xl\:p-2\.5 {
    padding: 0.625rem;
  }
  .xl\:p-3\.5 {
    padding: 0.875rem;
  }
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .xl\:pt-0 {
    padding-top: 0px;
  }
  .xl\:pt-1 {
    padding-top: 0.25rem;
  }
  .xl\:pt-2 {
    padding-top: 0.5rem;
  }
  .xl\:pt-3 {
    padding-top: 0.75rem;
  }
  .xl\:pt-4 {
    padding-top: 1rem;
  }
  .xl\:pt-5 {
    padding-top: 1.25rem;
  }
  .xl\:pt-6 {
    padding-top: 1.5rem;
  }
  .xl\:pt-7 {
    padding-top: 1.75rem;
  }
  .xl\:pt-8 {
    padding-top: 2rem;
  }
  .xl\:pt-9 {
    padding-top: 2.25rem;
  }
  .xl\:pt-10 {
    padding-top: 2.5rem;
  }
  .xl\:pt-11 {
    padding-top: 2.75rem;
  }
  .xl\:pt-12 {
    padding-top: 3rem;
  }
  .xl\:pt-14 {
    padding-top: 3.5rem;
  }
  .xl\:pt-16 {
    padding-top: 4rem;
  }
  .xl\:pt-20 {
    padding-top: 5rem;
  }
  .xl\:pt-24 {
    padding-top: 6rem;
  }
  .xl\:pt-28 {
    padding-top: 7rem;
  }
  .xl\:pt-32 {
    padding-top: 8rem;
  }
  .xl\:pt-36 {
    padding-top: 9rem;
  }
  .xl\:pt-40 {
    padding-top: 10rem;
  }
  .xl\:pt-44 {
    padding-top: 11rem;
  }
  .xl\:pt-48 {
    padding-top: 12rem;
  }
  .xl\:pt-52 {
    padding-top: 13rem;
  }
  .xl\:pt-56 {
    padding-top: 14rem;
  }
  .xl\:pt-60 {
    padding-top: 15rem;
  }
  .xl\:pt-64 {
    padding-top: 16rem;
  }
  .xl\:pt-72 {
    padding-top: 18rem;
  }
  .xl\:pt-80 {
    padding-top: 20rem;
  }
  .xl\:pt-96 {
    padding-top: 24rem;
  }
  .xl\:pt-px {
    padding-top: 1px;
  }
  .xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }
  .xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }
  .xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }
  .xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }
  .xl\:pr-0 {
    padding-right: 0px;
  }
  .xl\:pr-1 {
    padding-right: 0.25rem;
  }
  .xl\:pr-2 {
    padding-right: 0.5rem;
  }
  .xl\:pr-3 {
    padding-right: 0.75rem;
  }
  .xl\:pr-4 {
    padding-right: 1rem;
  }
  .xl\:pr-5 {
    padding-right: 1.25rem;
  }
  .xl\:pr-6 {
    padding-right: 1.5rem;
  }
  .xl\:pr-7 {
    padding-right: 1.75rem;
  }
  .xl\:pr-8 {
    padding-right: 2rem;
  }
  .xl\:pr-9 {
    padding-right: 2.25rem;
  }
  .xl\:pr-10 {
    padding-right: 2.5rem;
  }
  .xl\:pr-11 {
    padding-right: 2.75rem;
  }
  .xl\:pr-12 {
    padding-right: 3rem;
  }
  .xl\:pr-14 {
    padding-right: 3.5rem;
  }
  .xl\:pr-16 {
    padding-right: 4rem;
  }
  .xl\:pr-20 {
    padding-right: 5rem;
  }
  .xl\:pr-24 {
    padding-right: 6rem;
  }
  .xl\:pr-28 {
    padding-right: 7rem;
  }
  .xl\:pr-32 {
    padding-right: 8rem;
  }
  .xl\:pr-36 {
    padding-right: 9rem;
  }
  .xl\:pr-40 {
    padding-right: 10rem;
  }
  .xl\:pr-44 {
    padding-right: 11rem;
  }
  .xl\:pr-48 {
    padding-right: 12rem;
  }
  .xl\:pr-52 {
    padding-right: 13rem;
  }
  .xl\:pr-56 {
    padding-right: 14rem;
  }
  .xl\:pr-60 {
    padding-right: 15rem;
  }
  .xl\:pr-64 {
    padding-right: 16rem;
  }
  .xl\:pr-72 {
    padding-right: 18rem;
  }
  .xl\:pr-80 {
    padding-right: 20rem;
  }
  .xl\:pr-96 {
    padding-right: 24rem;
  }
  .xl\:pr-px {
    padding-right: 1px;
  }
  .xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }
  .xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }
  .xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }
  .xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }
  .xl\:pb-0 {
    padding-bottom: 0px;
  }
  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .xl\:pb-4 {
    padding-bottom: 1rem;
  }
  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .xl\:pb-8 {
    padding-bottom: 2rem;
  }
  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .xl\:pb-12 {
    padding-bottom: 3rem;
  }
  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .xl\:pb-16 {
    padding-bottom: 4rem;
  }
  .xl\:pb-20 {
    padding-bottom: 5rem;
  }
  .xl\:pb-24 {
    padding-bottom: 6rem;
  }
  .xl\:pb-28 {
    padding-bottom: 7rem;
  }
  .xl\:pb-32 {
    padding-bottom: 8rem;
  }
  .xl\:pb-36 {
    padding-bottom: 9rem;
  }
  .xl\:pb-40 {
    padding-bottom: 10rem;
  }
  .xl\:pb-44 {
    padding-bottom: 11rem;
  }
  .xl\:pb-48 {
    padding-bottom: 12rem;
  }
  .xl\:pb-52 {
    padding-bottom: 13rem;
  }
  .xl\:pb-56 {
    padding-bottom: 14rem;
  }
  .xl\:pb-60 {
    padding-bottom: 15rem;
  }
  .xl\:pb-64 {
    padding-bottom: 16rem;
  }
  .xl\:pb-72 {
    padding-bottom: 18rem;
  }
  .xl\:pb-80 {
    padding-bottom: 20rem;
  }
  .xl\:pb-96 {
    padding-bottom: 24rem;
  }
  .xl\:pb-px {
    padding-bottom: 1px;
  }
  .xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }
  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }
  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
  .xl\:pl-0 {
    padding-left: 0px;
  }
  .xl\:pl-1 {
    padding-left: 0.25rem;
  }
  .xl\:pl-2 {
    padding-left: 0.5rem;
  }
  .xl\:pl-3 {
    padding-left: 0.75rem;
  }
  .xl\:pl-4 {
    padding-left: 1rem;
  }
  .xl\:pl-5 {
    padding-left: 1.25rem;
  }
  .xl\:pl-6 {
    padding-left: 1.5rem;
  }
  .xl\:pl-7 {
    padding-left: 1.75rem;
  }
  .xl\:pl-8 {
    padding-left: 2rem;
  }
  .xl\:pl-9 {
    padding-left: 2.25rem;
  }
  .xl\:pl-10 {
    padding-left: 2.5rem;
  }
  .xl\:pl-11 {
    padding-left: 2.75rem;
  }
  .xl\:pl-12 {
    padding-left: 3rem;
  }
  .xl\:pl-14 {
    padding-left: 3.5rem;
  }
  .xl\:pl-16 {
    padding-left: 4rem;
  }
  .xl\:pl-20 {
    padding-left: 5rem;
  }
  .xl\:pl-24 {
    padding-left: 6rem;
  }
  .xl\:pl-28 {
    padding-left: 7rem;
  }
  .xl\:pl-32 {
    padding-left: 8rem;
  }
  .xl\:pl-36 {
    padding-left: 9rem;
  }
  .xl\:pl-40 {
    padding-left: 10rem;
  }
  .xl\:pl-44 {
    padding-left: 11rem;
  }
  .xl\:pl-48 {
    padding-left: 12rem;
  }
  .xl\:pl-52 {
    padding-left: 13rem;
  }
  .xl\:pl-56 {
    padding-left: 14rem;
  }
  .xl\:pl-60 {
    padding-left: 15rem;
  }
  .xl\:pl-64 {
    padding-left: 16rem;
  }
  .xl\:pl-72 {
    padding-left: 18rem;
  }
  .xl\:pl-80 {
    padding-left: 20rem;
  }
  .xl\:pl-96 {
    padding-left: 24rem;
  }
  .xl\:pl-px {
    padding-left: 1px;
  }
  .xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }
  .xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }
  .xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }
  .xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:m-0 {
    margin: 0px;
  }
  .\32xl\:m-1 {
    margin: 0.25rem;
  }
  .\32xl\:m-2 {
    margin: 0.5rem;
  }
  .\32xl\:m-3 {
    margin: 0.75rem;
  }
  .\32xl\:m-4 {
    margin: 1rem;
  }
  .\32xl\:m-5 {
    margin: 1.25rem;
  }
  .\32xl\:m-6 {
    margin: 1.5rem;
  }
  .\32xl\:m-7 {
    margin: 1.75rem;
  }
  .\32xl\:m-8 {
    margin: 2rem;
  }
  .\32xl\:m-9 {
    margin: 2.25rem;
  }
  .\32xl\:m-10 {
    margin: 2.5rem;
  }
  .\32xl\:m-11 {
    margin: 2.75rem;
  }
  .\32xl\:m-12 {
    margin: 3rem;
  }
  .\32xl\:m-14 {
    margin: 3.5rem;
  }
  .\32xl\:m-16 {
    margin: 4rem;
  }
  .\32xl\:m-20 {
    margin: 5rem;
  }
  .\32xl\:m-24 {
    margin: 6rem;
  }
  .\32xl\:m-28 {
    margin: 7rem;
  }
  .\32xl\:m-32 {
    margin: 8rem;
  }
  .\32xl\:m-36 {
    margin: 9rem;
  }
  .\32xl\:m-40 {
    margin: 10rem;
  }
  .\32xl\:m-44 {
    margin: 11rem;
  }
  .\32xl\:m-48 {
    margin: 12rem;
  }
  .\32xl\:m-52 {
    margin: 13rem;
  }
  .\32xl\:m-56 {
    margin: 14rem;
  }
  .\32xl\:m-60 {
    margin: 15rem;
  }
  .\32xl\:m-64 {
    margin: 16rem;
  }
  .\32xl\:m-72 {
    margin: 18rem;
  }
  .\32xl\:m-80 {
    margin: 20rem;
  }
  .\32xl\:m-96 {
    margin: 24rem;
  }
  .\32xl\:m-auto {
    margin: auto;
  }
  .\32xl\:m-px {
    margin: 1px;
  }
  .\32xl\:m-0\.5 {
    margin: 0.125rem;
  }
  .\32xl\:m-1\.5 {
    margin: 0.375rem;
  }
  .\32xl\:m-2\.5 {
    margin: 0.625rem;
  }
  .\32xl\:m-3\.5 {
    margin: 0.875rem;
  }
  .\32xl\:-m-0 {
    margin: -0px;
  }
  .\32xl\:-m-1 {
    margin: -0.25rem;
  }
  .\32xl\:-m-2 {
    margin: -0.5rem;
  }
  .\32xl\:-m-3 {
    margin: -0.75rem;
  }
  .\32xl\:-m-4 {
    margin: -1rem;
  }
  .\32xl\:-m-5 {
    margin: -1.25rem;
  }
  .\32xl\:-m-6 {
    margin: -1.5rem;
  }
  .\32xl\:-m-7 {
    margin: -1.75rem;
  }
  .\32xl\:-m-8 {
    margin: -2rem;
  }
  .\32xl\:-m-9 {
    margin: -2.25rem;
  }
  .\32xl\:-m-10 {
    margin: -2.5rem;
  }
  .\32xl\:-m-11 {
    margin: -2.75rem;
  }
  .\32xl\:-m-12 {
    margin: -3rem;
  }
  .\32xl\:-m-14 {
    margin: -3.5rem;
  }
  .\32xl\:-m-16 {
    margin: -4rem;
  }
  .\32xl\:-m-20 {
    margin: -5rem;
  }
  .\32xl\:-m-24 {
    margin: -6rem;
  }
  .\32xl\:-m-28 {
    margin: -7rem;
  }
  .\32xl\:-m-32 {
    margin: -8rem;
  }
  .\32xl\:-m-36 {
    margin: -9rem;
  }
  .\32xl\:-m-40 {
    margin: -10rem;
  }
  .\32xl\:-m-44 {
    margin: -11rem;
  }
  .\32xl\:-m-48 {
    margin: -12rem;
  }
  .\32xl\:-m-52 {
    margin: -13rem;
  }
  .\32xl\:-m-56 {
    margin: -14rem;
  }
  .\32xl\:-m-60 {
    margin: -15rem;
  }
  .\32xl\:-m-64 {
    margin: -16rem;
  }
  .\32xl\:-m-72 {
    margin: -18rem;
  }
  .\32xl\:-m-80 {
    margin: -20rem;
  }
  .\32xl\:-m-96 {
    margin: -24rem;
  }
  .\32xl\:-m-px {
    margin: -1px;
  }
  .\32xl\:-m-0\.5 {
    margin: -0.125rem;
  }
  .\32xl\:-m-1\.5 {
    margin: -0.375rem;
  }
  .\32xl\:-m-2\.5 {
    margin: -0.625rem;
  }
  .\32xl\:-m-3\.5 {
    margin: -0.875rem;
  }
  .\32xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .\32xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .\32xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .\32xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .\32xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .\32xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .\32xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .\32xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .\32xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .\32xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .\32xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .\32xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .\32xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .\32xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .\32xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .\32xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .\32xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .\32xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .\32xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .\32xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .\32xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .\32xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .\32xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .\32xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .\32xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .\32xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .\32xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .\32xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .\32xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .\32xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .\32xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .\32xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .\32xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .\32xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .\32xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .\32xl\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .\32xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .\32xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .\32xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .\32xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .\32xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .\32xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .\32xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
  .\32xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .\32xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
  .\32xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .\32xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
  .\32xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .\32xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .\32xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .\32xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .\32xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .\32xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .\32xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .\32xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }
  .\32xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
  .\32xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }
  .\32xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
  .\32xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }
  .\32xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
  .\32xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }
  .\32xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .\32xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }
  .\32xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }
  .\32xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }
  .\32xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .\32xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .\32xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .\32xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .\32xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
  .\32xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .\32xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .\32xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .\32xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .\32xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .\32xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .\32xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .\32xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .\32xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .\32xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .\32xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .\32xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .\32xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .\32xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .\32xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .\32xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .\32xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .\32xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .\32xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .\32xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .\32xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .\32xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .\32xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .\32xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .\32xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .\32xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .\32xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .\32xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .\32xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .\32xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .\32xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .\32xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .\32xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
  .\32xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .\32xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .\32xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .\32xl\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  .\32xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .\32xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .\32xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .\32xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .\32xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .\32xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .\32xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
  .\32xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .\32xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
  .\32xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .\32xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
  .\32xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .\32xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .\32xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .\32xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .\32xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .\32xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
  .\32xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .\32xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
  .\32xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
  .\32xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }
  .\32xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
  .\32xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }
  .\32xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
  .\32xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }
  .\32xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
  .\32xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }
  .\32xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }
  .\32xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }
  .\32xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .\32xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
  .\32xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .\32xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .\32xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
  .\32xl\:mt-0 {
    margin-top: 0px;
  }
  .\32xl\:mt-1 {
    margin-top: 0.25rem;
  }
  .\32xl\:mt-2 {
    margin-top: 0.5rem;
  }
  .\32xl\:mt-3 {
    margin-top: 0.75rem;
  }
  .\32xl\:mt-4 {
    margin-top: 1rem;
  }
  .\32xl\:mt-5 {
    margin-top: 1.25rem;
  }
  .\32xl\:mt-6 {
    margin-top: 1.5rem;
  }
  .\32xl\:mt-7 {
    margin-top: 1.75rem;
  }
  .\32xl\:mt-8 {
    margin-top: 2rem;
  }
  .\32xl\:mt-9 {
    margin-top: 2.25rem;
  }
  .\32xl\:mt-10 {
    margin-top: 2.5rem;
  }
  .\32xl\:mt-11 {
    margin-top: 2.75rem;
  }
  .\32xl\:mt-12 {
    margin-top: 3rem;
  }
  .\32xl\:mt-14 {
    margin-top: 3.5rem;
  }
  .\32xl\:mt-16 {
    margin-top: 4rem;
  }
  .\32xl\:mt-20 {
    margin-top: 5rem;
  }
  .\32xl\:mt-24 {
    margin-top: 6rem;
  }
  .\32xl\:mt-28 {
    margin-top: 7rem;
  }
  .\32xl\:mt-32 {
    margin-top: 8rem;
  }
  .\32xl\:mt-36 {
    margin-top: 9rem;
  }
  .\32xl\:mt-40 {
    margin-top: 10rem;
  }
  .\32xl\:mt-44 {
    margin-top: 11rem;
  }
  .\32xl\:mt-48 {
    margin-top: 12rem;
  }
  .\32xl\:mt-52 {
    margin-top: 13rem;
  }
  .\32xl\:mt-56 {
    margin-top: 14rem;
  }
  .\32xl\:mt-60 {
    margin-top: 15rem;
  }
  .\32xl\:mt-64 {
    margin-top: 16rem;
  }
  .\32xl\:mt-72 {
    margin-top: 18rem;
  }
  .\32xl\:mt-80 {
    margin-top: 20rem;
  }
  .\32xl\:mt-96 {
    margin-top: 24rem;
  }
  .\32xl\:mt-auto {
    margin-top: auto;
  }
  .\32xl\:mt-px {
    margin-top: 1px;
  }
  .\32xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }
  .\32xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .\32xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .\32xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .\32xl\:-mt-0 {
    margin-top: -0px;
  }
  .\32xl\:-mt-1 {
    margin-top: -0.25rem;
  }
  .\32xl\:-mt-2 {
    margin-top: -0.5rem;
  }
  .\32xl\:-mt-3 {
    margin-top: -0.75rem;
  }
  .\32xl\:-mt-4 {
    margin-top: -1rem;
  }
  .\32xl\:-mt-5 {
    margin-top: -1.25rem;
  }
  .\32xl\:-mt-6 {
    margin-top: -1.5rem;
  }
  .\32xl\:-mt-7 {
    margin-top: -1.75rem;
  }
  .\32xl\:-mt-8 {
    margin-top: -2rem;
  }
  .\32xl\:-mt-9 {
    margin-top: -2.25rem;
  }
  .\32xl\:-mt-10 {
    margin-top: -2.5rem;
  }
  .\32xl\:-mt-11 {
    margin-top: -2.75rem;
  }
  .\32xl\:-mt-12 {
    margin-top: -3rem;
  }
  .\32xl\:-mt-14 {
    margin-top: -3.5rem;
  }
  .\32xl\:-mt-16 {
    margin-top: -4rem;
  }
  .\32xl\:-mt-20 {
    margin-top: -5rem;
  }
  .\32xl\:-mt-24 {
    margin-top: -6rem;
  }
  .\32xl\:-mt-28 {
    margin-top: -7rem;
  }
  .\32xl\:-mt-32 {
    margin-top: -8rem;
  }
  .\32xl\:-mt-36 {
    margin-top: -9rem;
  }
  .\32xl\:-mt-40 {
    margin-top: -10rem;
  }
  .\32xl\:-mt-44 {
    margin-top: -11rem;
  }
  .\32xl\:-mt-48 {
    margin-top: -12rem;
  }
  .\32xl\:-mt-52 {
    margin-top: -13rem;
  }
  .\32xl\:-mt-56 {
    margin-top: -14rem;
  }
  .\32xl\:-mt-60 {
    margin-top: -15rem;
  }
  .\32xl\:-mt-64 {
    margin-top: -16rem;
  }
  .\32xl\:-mt-72 {
    margin-top: -18rem;
  }
  .\32xl\:-mt-80 {
    margin-top: -20rem;
  }
  .\32xl\:-mt-96 {
    margin-top: -24rem;
  }
  .\32xl\:-mt-px {
    margin-top: -1px;
  }
  .\32xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
  .\32xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
  .\32xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
  .\32xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
  .\32xl\:mr-0 {
    margin-right: 0px;
  }
  .\32xl\:mr-1 {
    margin-right: 0.25rem;
  }
  .\32xl\:mr-2 {
    margin-right: 0.5rem;
  }
  .\32xl\:mr-3 {
    margin-right: 0.75rem;
  }
  .\32xl\:mr-4 {
    margin-right: 1rem;
  }
  .\32xl\:mr-5 {
    margin-right: 1.25rem;
  }
  .\32xl\:mr-6 {
    margin-right: 1.5rem;
  }
  .\32xl\:mr-7 {
    margin-right: 1.75rem;
  }
  .\32xl\:mr-8 {
    margin-right: 2rem;
  }
  .\32xl\:mr-9 {
    margin-right: 2.25rem;
  }
  .\32xl\:mr-10 {
    margin-right: 2.5rem;
  }
  .\32xl\:mr-11 {
    margin-right: 2.75rem;
  }
  .\32xl\:mr-12 {
    margin-right: 3rem;
  }
  .\32xl\:mr-14 {
    margin-right: 3.5rem;
  }
  .\32xl\:mr-16 {
    margin-right: 4rem;
  }
  .\32xl\:mr-20 {
    margin-right: 5rem;
  }
  .\32xl\:mr-24 {
    margin-right: 6rem;
  }
  .\32xl\:mr-28 {
    margin-right: 7rem;
  }
  .\32xl\:mr-32 {
    margin-right: 8rem;
  }
  .\32xl\:mr-36 {
    margin-right: 9rem;
  }
  .\32xl\:mr-40 {
    margin-right: 10rem;
  }
  .\32xl\:mr-44 {
    margin-right: 11rem;
  }
  .\32xl\:mr-48 {
    margin-right: 12rem;
  }
  .\32xl\:mr-52 {
    margin-right: 13rem;
  }
  .\32xl\:mr-56 {
    margin-right: 14rem;
  }
  .\32xl\:mr-60 {
    margin-right: 15rem;
  }
  .\32xl\:mr-64 {
    margin-right: 16rem;
  }
  .\32xl\:mr-72 {
    margin-right: 18rem;
  }
  .\32xl\:mr-80 {
    margin-right: 20rem;
  }
  .\32xl\:mr-96 {
    margin-right: 24rem;
  }
  .\32xl\:mr-auto {
    margin-right: auto;
  }
  .\32xl\:mr-px {
    margin-right: 1px;
  }
  .\32xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }
  .\32xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }
  .\32xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .\32xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }
  .\32xl\:-mr-0 {
    margin-right: -0px;
  }
  .\32xl\:-mr-1 {
    margin-right: -0.25rem;
  }
  .\32xl\:-mr-2 {
    margin-right: -0.5rem;
  }
  .\32xl\:-mr-3 {
    margin-right: -0.75rem;
  }
  .\32xl\:-mr-4 {
    margin-right: -1rem;
  }
  .\32xl\:-mr-5 {
    margin-right: -1.25rem;
  }
  .\32xl\:-mr-6 {
    margin-right: -1.5rem;
  }
  .\32xl\:-mr-7 {
    margin-right: -1.75rem;
  }
  .\32xl\:-mr-8 {
    margin-right: -2rem;
  }
  .\32xl\:-mr-9 {
    margin-right: -2.25rem;
  }
  .\32xl\:-mr-10 {
    margin-right: -2.5rem;
  }
  .\32xl\:-mr-11 {
    margin-right: -2.75rem;
  }
  .\32xl\:-mr-12 {
    margin-right: -3rem;
  }
  .\32xl\:-mr-14 {
    margin-right: -3.5rem;
  }
  .\32xl\:-mr-16 {
    margin-right: -4rem;
  }
  .\32xl\:-mr-20 {
    margin-right: -5rem;
  }
  .\32xl\:-mr-24 {
    margin-right: -6rem;
  }
  .\32xl\:-mr-28 {
    margin-right: -7rem;
  }
  .\32xl\:-mr-32 {
    margin-right: -8rem;
  }
  .\32xl\:-mr-36 {
    margin-right: -9rem;
  }
  .\32xl\:-mr-40 {
    margin-right: -10rem;
  }
  .\32xl\:-mr-44 {
    margin-right: -11rem;
  }
  .\32xl\:-mr-48 {
    margin-right: -12rem;
  }
  .\32xl\:-mr-52 {
    margin-right: -13rem;
  }
  .\32xl\:-mr-56 {
    margin-right: -14rem;
  }
  .\32xl\:-mr-60 {
    margin-right: -15rem;
  }
  .\32xl\:-mr-64 {
    margin-right: -16rem;
  }
  .\32xl\:-mr-72 {
    margin-right: -18rem;
  }
  .\32xl\:-mr-80 {
    margin-right: -20rem;
  }
  .\32xl\:-mr-96 {
    margin-right: -24rem;
  }
  .\32xl\:-mr-px {
    margin-right: -1px;
  }
  .\32xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }
  .\32xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
  .\32xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }
  .\32xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }
  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }
  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .\32xl\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .\32xl\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .\32xl\:mb-4 {
    margin-bottom: 1rem;
  }
  .\32xl\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .\32xl\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .\32xl\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .\32xl\:mb-8 {
    margin-bottom: 2rem;
  }
  .\32xl\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .\32xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .\32xl\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .\32xl\:mb-16 {
    margin-bottom: 4rem;
  }
  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }
  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }
  .\32xl\:mb-28 {
    margin-bottom: 7rem;
  }
  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }
  .\32xl\:mb-36 {
    margin-bottom: 9rem;
  }
  .\32xl\:mb-40 {
    margin-bottom: 10rem;
  }
  .\32xl\:mb-44 {
    margin-bottom: 11rem;
  }
  .\32xl\:mb-48 {
    margin-bottom: 12rem;
  }
  .\32xl\:mb-52 {
    margin-bottom: 13rem;
  }
  .\32xl\:mb-56 {
    margin-bottom: 14rem;
  }
  .\32xl\:mb-60 {
    margin-bottom: 15rem;
  }
  .\32xl\:mb-64 {
    margin-bottom: 16rem;
  }
  .\32xl\:mb-72 {
    margin-bottom: 18rem;
  }
  .\32xl\:mb-80 {
    margin-bottom: 20rem;
  }
  .\32xl\:mb-96 {
    margin-bottom: 24rem;
  }
  .\32xl\:mb-auto {
    margin-bottom: auto;
  }
  .\32xl\:mb-px {
    margin-bottom: 1px;
  }
  .\32xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
  .\32xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .\32xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .\32xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .\32xl\:-mb-0 {
    margin-bottom: -0px;
  }
  .\32xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .\32xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .\32xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .\32xl\:-mb-4 {
    margin-bottom: -1rem;
  }
  .\32xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .\32xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .\32xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }
  .\32xl\:-mb-8 {
    margin-bottom: -2rem;
  }
  .\32xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }
  .\32xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .\32xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }
  .\32xl\:-mb-12 {
    margin-bottom: -3rem;
  }
  .\32xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .\32xl\:-mb-16 {
    margin-bottom: -4rem;
  }
  .\32xl\:-mb-20 {
    margin-bottom: -5rem;
  }
  .\32xl\:-mb-24 {
    margin-bottom: -6rem;
  }
  .\32xl\:-mb-28 {
    margin-bottom: -7rem;
  }
  .\32xl\:-mb-32 {
    margin-bottom: -8rem;
  }
  .\32xl\:-mb-36 {
    margin-bottom: -9rem;
  }
  .\32xl\:-mb-40 {
    margin-bottom: -10rem;
  }
  .\32xl\:-mb-44 {
    margin-bottom: -11rem;
  }
  .\32xl\:-mb-48 {
    margin-bottom: -12rem;
  }
  .\32xl\:-mb-52 {
    margin-bottom: -13rem;
  }
  .\32xl\:-mb-56 {
    margin-bottom: -14rem;
  }
  .\32xl\:-mb-60 {
    margin-bottom: -15rem;
  }
  .\32xl\:-mb-64 {
    margin-bottom: -16rem;
  }
  .\32xl\:-mb-72 {
    margin-bottom: -18rem;
  }
  .\32xl\:-mb-80 {
    margin-bottom: -20rem;
  }
  .\32xl\:-mb-96 {
    margin-bottom: -24rem;
  }
  .\32xl\:-mb-px {
    margin-bottom: -1px;
  }
  .\32xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }
  .\32xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
  .\32xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
  .\32xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
  .\32xl\:ml-0 {
    margin-left: 0px;
  }
  .\32xl\:ml-1 {
    margin-left: 0.25rem;
  }
  .\32xl\:ml-2 {
    margin-left: 0.5rem;
  }
  .\32xl\:ml-3 {
    margin-left: 0.75rem;
  }
  .\32xl\:ml-4 {
    margin-left: 1rem;
  }
  .\32xl\:ml-5 {
    margin-left: 1.25rem;
  }
  .\32xl\:ml-6 {
    margin-left: 1.5rem;
  }
  .\32xl\:ml-7 {
    margin-left: 1.75rem;
  }
  .\32xl\:ml-8 {
    margin-left: 2rem;
  }
  .\32xl\:ml-9 {
    margin-left: 2.25rem;
  }
  .\32xl\:ml-10 {
    margin-left: 2.5rem;
  }
  .\32xl\:ml-11 {
    margin-left: 2.75rem;
  }
  .\32xl\:ml-12 {
    margin-left: 3rem;
  }
  .\32xl\:ml-14 {
    margin-left: 3.5rem;
  }
  .\32xl\:ml-16 {
    margin-left: 4rem;
  }
  .\32xl\:ml-20 {
    margin-left: 5rem;
  }
  .\32xl\:ml-24 {
    margin-left: 6rem;
  }
  .\32xl\:ml-28 {
    margin-left: 7rem;
  }
  .\32xl\:ml-32 {
    margin-left: 8rem;
  }
  .\32xl\:ml-36 {
    margin-left: 9rem;
  }
  .\32xl\:ml-40 {
    margin-left: 10rem;
  }
  .\32xl\:ml-44 {
    margin-left: 11rem;
  }
  .\32xl\:ml-48 {
    margin-left: 12rem;
  }
  .\32xl\:ml-52 {
    margin-left: 13rem;
  }
  .\32xl\:ml-56 {
    margin-left: 14rem;
  }
  .\32xl\:ml-60 {
    margin-left: 15rem;
  }
  .\32xl\:ml-64 {
    margin-left: 16rem;
  }
  .\32xl\:ml-72 {
    margin-left: 18rem;
  }
  .\32xl\:ml-80 {
    margin-left: 20rem;
  }
  .\32xl\:ml-96 {
    margin-left: 24rem;
  }
  .\32xl\:ml-auto {
    margin-left: auto;
  }
  .\32xl\:ml-px {
    margin-left: 1px;
  }
  .\32xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }
  .\32xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }
  .\32xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }
  .\32xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }
  .\32xl\:-ml-0 {
    margin-left: -0px;
  }
  .\32xl\:-ml-1 {
    margin-left: -0.25rem;
  }
  .\32xl\:-ml-2 {
    margin-left: -0.5rem;
  }
  .\32xl\:-ml-3 {
    margin-left: -0.75rem;
  }
  .\32xl\:-ml-4 {
    margin-left: -1rem;
  }
  .\32xl\:-ml-5 {
    margin-left: -1.25rem;
  }
  .\32xl\:-ml-6 {
    margin-left: -1.5rem;
  }
  .\32xl\:-ml-7 {
    margin-left: -1.75rem;
  }
  .\32xl\:-ml-8 {
    margin-left: -2rem;
  }
  .\32xl\:-ml-9 {
    margin-left: -2.25rem;
  }
  .\32xl\:-ml-10 {
    margin-left: -2.5rem;
  }
  .\32xl\:-ml-11 {
    margin-left: -2.75rem;
  }
  .\32xl\:-ml-12 {
    margin-left: -3rem;
  }
  .\32xl\:-ml-14 {
    margin-left: -3.5rem;
  }
  .\32xl\:-ml-16 {
    margin-left: -4rem;
  }
  .\32xl\:-ml-20 {
    margin-left: -5rem;
  }
  .\32xl\:-ml-24 {
    margin-left: -6rem;
  }
  .\32xl\:-ml-28 {
    margin-left: -7rem;
  }
  .\32xl\:-ml-32 {
    margin-left: -8rem;
  }
  .\32xl\:-ml-36 {
    margin-left: -9rem;
  }
  .\32xl\:-ml-40 {
    margin-left: -10rem;
  }
  .\32xl\:-ml-44 {
    margin-left: -11rem;
  }
  .\32xl\:-ml-48 {
    margin-left: -12rem;
  }
  .\32xl\:-ml-52 {
    margin-left: -13rem;
  }
  .\32xl\:-ml-56 {
    margin-left: -14rem;
  }
  .\32xl\:-ml-60 {
    margin-left: -15rem;
  }
  .\32xl\:-ml-64 {
    margin-left: -16rem;
  }
  .\32xl\:-ml-72 {
    margin-left: -18rem;
  }
  .\32xl\:-ml-80 {
    margin-left: -20rem;
  }
  .\32xl\:-ml-96 {
    margin-left: -24rem;
  }
  .\32xl\:-ml-px {
    margin-left: -1px;
  }
  .\32xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
  .\32xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
  .\32xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }
  .\32xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }
  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-none {
    grid-template-columns: none;
  }
  .\32xl\:gap-0 {
    gap: 0px;
  }
  .\32xl\:gap-1 {
    gap: 0.25rem;
  }
  .\32xl\:gap-2 {
    gap: 0.5rem;
  }
  .\32xl\:gap-3 {
    gap: 0.75rem;
  }
  .\32xl\:gap-4 {
    gap: 1rem;
  }
  .\32xl\:gap-5 {
    gap: 1.25rem;
  }
  .\32xl\:gap-6 {
    gap: 1.5rem;
  }
  .\32xl\:gap-7 {
    gap: 1.75rem;
  }
  .\32xl\:gap-8 {
    gap: 2rem;
  }
  .\32xl\:gap-9 {
    gap: 2.25rem;
  }
  .\32xl\:gap-10 {
    gap: 2.5rem;
  }
  .\32xl\:gap-11 {
    gap: 2.75rem;
  }
  .\32xl\:gap-12 {
    gap: 3rem;
  }
  .\32xl\:gap-14 {
    gap: 3.5rem;
  }
  .\32xl\:gap-16 {
    gap: 4rem;
  }
  .\32xl\:gap-20 {
    gap: 5rem;
  }
  .\32xl\:gap-24 {
    gap: 6rem;
  }
  .\32xl\:gap-28 {
    gap: 7rem;
  }
  .\32xl\:gap-32 {
    gap: 8rem;
  }
  .\32xl\:gap-36 {
    gap: 9rem;
  }
  .\32xl\:gap-40 {
    gap: 10rem;
  }
  .\32xl\:gap-44 {
    gap: 11rem;
  }
  .\32xl\:gap-48 {
    gap: 12rem;
  }
  .\32xl\:gap-52 {
    gap: 13rem;
  }
  .\32xl\:gap-56 {
    gap: 14rem;
  }
  .\32xl\:gap-60 {
    gap: 15rem;
  }
  .\32xl\:gap-64 {
    gap: 16rem;
  }
  .\32xl\:gap-72 {
    gap: 18rem;
  }
  .\32xl\:gap-80 {
    gap: 20rem;
  }
  .\32xl\:gap-96 {
    gap: 24rem;
  }
  .\32xl\:gap-px {
    gap: 1px;
  }
  .\32xl\:gap-0\.5 {
    gap: 0.125rem;
  }
  .\32xl\:gap-1\.5 {
    gap: 0.375rem;
  }
  .\32xl\:gap-2\.5 {
    gap: 0.625rem;
  }
  .\32xl\:gap-3\.5 {
    gap: 0.875rem;
  }
  .\32xl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .\32xl\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .\32xl\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .\32xl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .\32xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .\32xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .\32xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .\32xl\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
  .\32xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .\32xl\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
  .\32xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .\32xl\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }
  .\32xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .\32xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
  .\32xl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .\32xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .\32xl\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .\32xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }
  .\32xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
  .\32xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }
  .\32xl\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }
  .\32xl\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }
  .\32xl\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }
  .\32xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }
  .\32xl\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }
  .\32xl\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }
  .\32xl\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }
  .\32xl\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }
  .\32xl\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }
  .\32xl\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }
  .\32xl\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
  .\32xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }
  .\32xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }
  .\32xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .\32xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }
  .\32xl\:gap-y-0 {
    row-gap: 0px;
  }
  .\32xl\:gap-y-1 {
    row-gap: 0.25rem;
  }
  .\32xl\:gap-y-2 {
    row-gap: 0.5rem;
  }
  .\32xl\:gap-y-3 {
    row-gap: 0.75rem;
  }
  .\32xl\:gap-y-4 {
    row-gap: 1rem;
  }
  .\32xl\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .\32xl\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .\32xl\:gap-y-7 {
    row-gap: 1.75rem;
  }
  .\32xl\:gap-y-8 {
    row-gap: 2rem;
  }
  .\32xl\:gap-y-9 {
    row-gap: 2.25rem;
  }
  .\32xl\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .\32xl\:gap-y-11 {
    row-gap: 2.75rem;
  }
  .\32xl\:gap-y-12 {
    row-gap: 3rem;
  }
  .\32xl\:gap-y-14 {
    row-gap: 3.5rem;
  }
  .\32xl\:gap-y-16 {
    row-gap: 4rem;
  }
  .\32xl\:gap-y-20 {
    row-gap: 5rem;
  }
  .\32xl\:gap-y-24 {
    row-gap: 6rem;
  }
  .\32xl\:gap-y-28 {
    row-gap: 7rem;
  }
  .\32xl\:gap-y-32 {
    row-gap: 8rem;
  }
  .\32xl\:gap-y-36 {
    row-gap: 9rem;
  }
  .\32xl\:gap-y-40 {
    row-gap: 10rem;
  }
  .\32xl\:gap-y-44 {
    row-gap: 11rem;
  }
  .\32xl\:gap-y-48 {
    row-gap: 12rem;
  }
  .\32xl\:gap-y-52 {
    row-gap: 13rem;
  }
  .\32xl\:gap-y-56 {
    row-gap: 14rem;
  }
  .\32xl\:gap-y-60 {
    row-gap: 15rem;
  }
  .\32xl\:gap-y-64 {
    row-gap: 16rem;
  }
  .\32xl\:gap-y-72 {
    row-gap: 18rem;
  }
  .\32xl\:gap-y-80 {
    row-gap: 20rem;
  }
  .\32xl\:gap-y-96 {
    row-gap: 24rem;
  }
  .\32xl\:gap-y-px {
    row-gap: 1px;
  }
  .\32xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }
  .\32xl\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }
  .\32xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }
  .\32xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }
  .\32xl\:p-0 {
    padding: 0px;
  }
  .\32xl\:p-1 {
    padding: 0.25rem;
  }
  .\32xl\:p-2 {
    padding: 0.5rem;
  }
  .\32xl\:p-3 {
    padding: 0.75rem;
  }
  .\32xl\:p-4 {
    padding: 1rem;
  }
  .\32xl\:p-5 {
    padding: 1.25rem;
  }
  .\32xl\:p-6 {
    padding: 1.5rem;
  }
  .\32xl\:p-7 {
    padding: 1.75rem;
  }
  .\32xl\:p-8 {
    padding: 2rem;
  }
  .\32xl\:p-9 {
    padding: 2.25rem;
  }
  .\32xl\:p-10 {
    padding: 2.5rem;
  }
  .\32xl\:p-11 {
    padding: 2.75rem;
  }
  .\32xl\:p-12 {
    padding: 3rem;
  }
  .\32xl\:p-14 {
    padding: 3.5rem;
  }
  .\32xl\:p-16 {
    padding: 4rem;
  }
  .\32xl\:p-20 {
    padding: 5rem;
  }
  .\32xl\:p-24 {
    padding: 6rem;
  }
  .\32xl\:p-28 {
    padding: 7rem;
  }
  .\32xl\:p-32 {
    padding: 8rem;
  }
  .\32xl\:p-36 {
    padding: 9rem;
  }
  .\32xl\:p-40 {
    padding: 10rem;
  }
  .\32xl\:p-44 {
    padding: 11rem;
  }
  .\32xl\:p-48 {
    padding: 12rem;
  }
  .\32xl\:p-52 {
    padding: 13rem;
  }
  .\32xl\:p-56 {
    padding: 14rem;
  }
  .\32xl\:p-60 {
    padding: 15rem;
  }
  .\32xl\:p-64 {
    padding: 16rem;
  }
  .\32xl\:p-72 {
    padding: 18rem;
  }
  .\32xl\:p-80 {
    padding: 20rem;
  }
  .\32xl\:p-96 {
    padding: 24rem;
  }
  .\32xl\:p-px {
    padding: 1px;
  }
  .\32xl\:p-0\.5 {
    padding: 0.125rem;
  }
  .\32xl\:p-1\.5 {
    padding: 0.375rem;
  }
  .\32xl\:p-2\.5 {
    padding: 0.625rem;
  }
  .\32xl\:p-3\.5 {
    padding: 0.875rem;
  }
  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .\32xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .\32xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .\32xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .\32xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .\32xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .\32xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .\32xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .\32xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .\32xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .\32xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .\32xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .\32xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .\32xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .\32xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .\32xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .\32xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .\32xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .\32xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .\32xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .\32xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .\32xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .\32xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .\32xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .\32xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .\32xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .\32xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .\32xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .\32xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .\32xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .\32xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .\32xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .\32xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .\32xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .\32xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .\32xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .\32xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .\32xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .\32xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .\32xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .\32xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .\32xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .\32xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .\32xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .\32xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .\32xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .\32xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .\32xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .\32xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .\32xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .\32xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .\32xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .\32xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .\32xl\:pt-0 {
    padding-top: 0px;
  }
  .\32xl\:pt-1 {
    padding-top: 0.25rem;
  }
  .\32xl\:pt-2 {
    padding-top: 0.5rem;
  }
  .\32xl\:pt-3 {
    padding-top: 0.75rem;
  }
  .\32xl\:pt-4 {
    padding-top: 1rem;
  }
  .\32xl\:pt-5 {
    padding-top: 1.25rem;
  }
  .\32xl\:pt-6 {
    padding-top: 1.5rem;
  }
  .\32xl\:pt-7 {
    padding-top: 1.75rem;
  }
  .\32xl\:pt-8 {
    padding-top: 2rem;
  }
  .\32xl\:pt-9 {
    padding-top: 2.25rem;
  }
  .\32xl\:pt-10 {
    padding-top: 2.5rem;
  }
  .\32xl\:pt-11 {
    padding-top: 2.75rem;
  }
  .\32xl\:pt-12 {
    padding-top: 3rem;
  }
  .\32xl\:pt-14 {
    padding-top: 3.5rem;
  }
  .\32xl\:pt-16 {
    padding-top: 4rem;
  }
  .\32xl\:pt-20 {
    padding-top: 5rem;
  }
  .\32xl\:pt-24 {
    padding-top: 6rem;
  }
  .\32xl\:pt-28 {
    padding-top: 7rem;
  }
  .\32xl\:pt-32 {
    padding-top: 8rem;
  }
  .\32xl\:pt-36 {
    padding-top: 9rem;
  }
  .\32xl\:pt-40 {
    padding-top: 10rem;
  }
  .\32xl\:pt-44 {
    padding-top: 11rem;
  }
  .\32xl\:pt-48 {
    padding-top: 12rem;
  }
  .\32xl\:pt-52 {
    padding-top: 13rem;
  }
  .\32xl\:pt-56 {
    padding-top: 14rem;
  }
  .\32xl\:pt-60 {
    padding-top: 15rem;
  }
  .\32xl\:pt-64 {
    padding-top: 16rem;
  }
  .\32xl\:pt-72 {
    padding-top: 18rem;
  }
  .\32xl\:pt-80 {
    padding-top: 20rem;
  }
  .\32xl\:pt-96 {
    padding-top: 24rem;
  }
  .\32xl\:pt-px {
    padding-top: 1px;
  }
  .\32xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }
  .\32xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }
  .\32xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }
  .\32xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }
  .\32xl\:pr-0 {
    padding-right: 0px;
  }
  .\32xl\:pr-1 {
    padding-right: 0.25rem;
  }
  .\32xl\:pr-2 {
    padding-right: 0.5rem;
  }
  .\32xl\:pr-3 {
    padding-right: 0.75rem;
  }
  .\32xl\:pr-4 {
    padding-right: 1rem;
  }
  .\32xl\:pr-5 {
    padding-right: 1.25rem;
  }
  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }
  .\32xl\:pr-7 {
    padding-right: 1.75rem;
  }
  .\32xl\:pr-8 {
    padding-right: 2rem;
  }
  .\32xl\:pr-9 {
    padding-right: 2.25rem;
  }
  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }
  .\32xl\:pr-11 {
    padding-right: 2.75rem;
  }
  .\32xl\:pr-12 {
    padding-right: 3rem;
  }
  .\32xl\:pr-14 {
    padding-right: 3.5rem;
  }
  .\32xl\:pr-16 {
    padding-right: 4rem;
  }
  .\32xl\:pr-20 {
    padding-right: 5rem;
  }
  .\32xl\:pr-24 {
    padding-right: 6rem;
  }
  .\32xl\:pr-28 {
    padding-right: 7rem;
  }
  .\32xl\:pr-32 {
    padding-right: 8rem;
  }
  .\32xl\:pr-36 {
    padding-right: 9rem;
  }
  .\32xl\:pr-40 {
    padding-right: 10rem;
  }
  .\32xl\:pr-44 {
    padding-right: 11rem;
  }
  .\32xl\:pr-48 {
    padding-right: 12rem;
  }
  .\32xl\:pr-52 {
    padding-right: 13rem;
  }
  .\32xl\:pr-56 {
    padding-right: 14rem;
  }
  .\32xl\:pr-60 {
    padding-right: 15rem;
  }
  .\32xl\:pr-64 {
    padding-right: 16rem;
  }
  .\32xl\:pr-72 {
    padding-right: 18rem;
  }
  .\32xl\:pr-80 {
    padding-right: 20rem;
  }
  .\32xl\:pr-96 {
    padding-right: 24rem;
  }
  .\32xl\:pr-px {
    padding-right: 1px;
  }
  .\32xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }
  .\32xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }
  .\32xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }
  .\32xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }
  .\32xl\:pb-0 {
    padding-bottom: 0px;
  }
  .\32xl\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .\32xl\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .\32xl\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .\32xl\:pb-4 {
    padding-bottom: 1rem;
  }
  .\32xl\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .\32xl\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .\32xl\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .\32xl\:pb-8 {
    padding-bottom: 2rem;
  }
  .\32xl\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .\32xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .\32xl\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .\32xl\:pb-12 {
    padding-bottom: 3rem;
  }
  .\32xl\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .\32xl\:pb-16 {
    padding-bottom: 4rem;
  }
  .\32xl\:pb-20 {
    padding-bottom: 5rem;
  }
  .\32xl\:pb-24 {
    padding-bottom: 6rem;
  }
  .\32xl\:pb-28 {
    padding-bottom: 7rem;
  }
  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }
  .\32xl\:pb-36 {
    padding-bottom: 9rem;
  }
  .\32xl\:pb-40 {
    padding-bottom: 10rem;
  }
  .\32xl\:pb-44 {
    padding-bottom: 11rem;
  }
  .\32xl\:pb-48 {
    padding-bottom: 12rem;
  }
  .\32xl\:pb-52 {
    padding-bottom: 13rem;
  }
  .\32xl\:pb-56 {
    padding-bottom: 14rem;
  }
  .\32xl\:pb-60 {
    padding-bottom: 15rem;
  }
  .\32xl\:pb-64 {
    padding-bottom: 16rem;
  }
  .\32xl\:pb-72 {
    padding-bottom: 18rem;
  }
  .\32xl\:pb-80 {
    padding-bottom: 20rem;
  }
  .\32xl\:pb-96 {
    padding-bottom: 24rem;
  }
  .\32xl\:pb-px {
    padding-bottom: 1px;
  }
  .\32xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }
  .\32xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }
  .\32xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
  .\32xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
  .\32xl\:pl-0 {
    padding-left: 0px;
  }
  .\32xl\:pl-1 {
    padding-left: 0.25rem;
  }
  .\32xl\:pl-2 {
    padding-left: 0.5rem;
  }
  .\32xl\:pl-3 {
    padding-left: 0.75rem;
  }
  .\32xl\:pl-4 {
    padding-left: 1rem;
  }
  .\32xl\:pl-5 {
    padding-left: 1.25rem;
  }
  .\32xl\:pl-6 {
    padding-left: 1.5rem;
  }
  .\32xl\:pl-7 {
    padding-left: 1.75rem;
  }
  .\32xl\:pl-8 {
    padding-left: 2rem;
  }
  .\32xl\:pl-9 {
    padding-left: 2.25rem;
  }
  .\32xl\:pl-10 {
    padding-left: 2.5rem;
  }
  .\32xl\:pl-11 {
    padding-left: 2.75rem;
  }
  .\32xl\:pl-12 {
    padding-left: 3rem;
  }
  .\32xl\:pl-14 {
    padding-left: 3.5rem;
  }
  .\32xl\:pl-16 {
    padding-left: 4rem;
  }
  .\32xl\:pl-20 {
    padding-left: 5rem;
  }
  .\32xl\:pl-24 {
    padding-left: 6rem;
  }
  .\32xl\:pl-28 {
    padding-left: 7rem;
  }
  .\32xl\:pl-32 {
    padding-left: 8rem;
  }
  .\32xl\:pl-36 {
    padding-left: 9rem;
  }
  .\32xl\:pl-40 {
    padding-left: 10rem;
  }
  .\32xl\:pl-44 {
    padding-left: 11rem;
  }
  .\32xl\:pl-48 {
    padding-left: 12rem;
  }
  .\32xl\:pl-52 {
    padding-left: 13rem;
  }
  .\32xl\:pl-56 {
    padding-left: 14rem;
  }
  .\32xl\:pl-60 {
    padding-left: 15rem;
  }
  .\32xl\:pl-64 {
    padding-left: 16rem;
  }
  .\32xl\:pl-72 {
    padding-left: 18rem;
  }
  .\32xl\:pl-80 {
    padding-left: 20rem;
  }
  .\32xl\:pl-96 {
    padding-left: 24rem;
  }
  .\32xl\:pl-px {
    padding-left: 1px;
  }
  .\32xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }
  .\32xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }
  .\32xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }
  .\32xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }
}

