@charset "UTF-8";

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  padding: .35em .75em .625em;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

button {
  background: transparent;
  padding: 0;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

body[data-aos-duration="50"] [data-aos],
[data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}

body[data-aos-delay="50"] [data-aos],
[data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}

body[data-aos-delay="50"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration="100"] [data-aos],
[data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}

body[data-aos-delay="100"] [data-aos],
[data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}

body[data-aos-delay="100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration="150"] [data-aos],
[data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}

body[data-aos-delay="150"] [data-aos],
[data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}

body[data-aos-delay="150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration="200"] [data-aos],
[data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}

body[data-aos-delay="200"] [data-aos],
[data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}

body[data-aos-delay="200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration="250"] [data-aos],
[data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}

body[data-aos-delay="250"] [data-aos],
[data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}

body[data-aos-delay="250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration="300"] [data-aos],
[data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}

body[data-aos-delay="300"] [data-aos],
[data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}

body[data-aos-delay="300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration="350"] [data-aos],
[data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}

body[data-aos-delay="350"] [data-aos],
[data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}

body[data-aos-delay="350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration="400"] [data-aos],
[data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}

body[data-aos-delay="400"] [data-aos],
[data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}

body[data-aos-delay="400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration="450"] [data-aos],
[data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}

body[data-aos-delay="450"] [data-aos],
[data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}

body[data-aos-delay="450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration="500"] [data-aos],
[data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}

body[data-aos-delay="500"] [data-aos],
[data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}

body[data-aos-delay="500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration="550"] [data-aos],
[data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}

body[data-aos-delay="550"] [data-aos],
[data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}

body[data-aos-delay="550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration="600"] [data-aos],
[data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}

body[data-aos-delay="600"] [data-aos],
[data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}

body[data-aos-delay="600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration="650"] [data-aos],
[data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}

body[data-aos-delay="650"] [data-aos],
[data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}

body[data-aos-delay="650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration="700"] [data-aos],
[data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}

body[data-aos-delay="700"] [data-aos],
[data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}

body[data-aos-delay="700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration="750"] [data-aos],
[data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}

body[data-aos-delay="750"] [data-aos],
[data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}

body[data-aos-delay="750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration="800"] [data-aos],
[data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}

body[data-aos-delay="800"] [data-aos],
[data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}

body[data-aos-delay="800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration="850"] [data-aos],
[data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}

body[data-aos-delay="850"] [data-aos],
[data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}

body[data-aos-delay="850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration="900"] [data-aos],
[data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}

body[data-aos-delay="900"] [data-aos],
[data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}

body[data-aos-delay="900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration="950"] [data-aos],
[data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}

body[data-aos-delay="950"] [data-aos],
[data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}

body[data-aos-delay="950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration="1000"] [data-aos],
[data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}

body[data-aos-delay="1000"] [data-aos],
[data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}

body[data-aos-delay="1000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration="1050"] [data-aos],
[data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}

body[data-aos-delay="1050"] [data-aos],
[data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}

body[data-aos-delay="1050"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration="1100"] [data-aos],
[data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}

body[data-aos-delay="1100"] [data-aos],
[data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}

body[data-aos-delay="1100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration="1150"] [data-aos],
[data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}

body[data-aos-delay="1150"] [data-aos],
[data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}

body[data-aos-delay="1150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration="1200"] [data-aos],
[data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}

body[data-aos-delay="1200"] [data-aos],
[data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}

body[data-aos-delay="1200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration="1250"] [data-aos],
[data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}

body[data-aos-delay="1250"] [data-aos],
[data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}

body[data-aos-delay="1250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration="1300"] [data-aos],
[data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}

body[data-aos-delay="1300"] [data-aos],
[data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}

body[data-aos-delay="1300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration="1350"] [data-aos],
[data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}

body[data-aos-delay="1350"] [data-aos],
[data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}

body[data-aos-delay="1350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration="1400"] [data-aos],
[data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}

body[data-aos-delay="1400"] [data-aos],
[data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}

body[data-aos-delay="1400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration="1450"] [data-aos],
[data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}

body[data-aos-delay="1450"] [data-aos],
[data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}

body[data-aos-delay="1450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration="1500"] [data-aos],
[data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}

body[data-aos-delay="1500"] [data-aos],
[data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}

body[data-aos-delay="1500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration="1550"] [data-aos],
[data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}

body[data-aos-delay="1550"] [data-aos],
[data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}

body[data-aos-delay="1550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration="1600"] [data-aos],
[data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}

body[data-aos-delay="1600"] [data-aos],
[data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}

body[data-aos-delay="1600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration="1650"] [data-aos],
[data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}

body[data-aos-delay="1650"] [data-aos],
[data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}

body[data-aos-delay="1650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration="1700"] [data-aos],
[data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}

body[data-aos-delay="1700"] [data-aos],
[data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}

body[data-aos-delay="1700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration="1750"] [data-aos],
[data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}

body[data-aos-delay="1750"] [data-aos],
[data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}

body[data-aos-delay="1750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration="1800"] [data-aos],
[data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}

body[data-aos-delay="1800"] [data-aos],
[data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}

body[data-aos-delay="1800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration="1850"] [data-aos],
[data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}

body[data-aos-delay="1850"] [data-aos],
[data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}

body[data-aos-delay="1850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration="1900"] [data-aos],
[data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}

body[data-aos-delay="1900"] [data-aos],
[data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}

body[data-aos-delay="1900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration="1950"] [data-aos],
[data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}

body[data-aos-delay="1950"] [data-aos],
[data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}

body[data-aos-delay="1950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration="2000"] [data-aos],
[data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}

body[data-aos-delay="2000"] [data-aos],
[data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}

body[data-aos-delay="2000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration="2050"] [data-aos],
[data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}

body[data-aos-delay="2050"] [data-aos],
[data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}

body[data-aos-delay="2050"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration="2100"] [data-aos],
[data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}

body[data-aos-delay="2100"] [data-aos],
[data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}

body[data-aos-delay="2100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration="2150"] [data-aos],
[data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}

body[data-aos-delay="2150"] [data-aos],
[data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}

body[data-aos-delay="2150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration="2200"] [data-aos],
[data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}

body[data-aos-delay="2200"] [data-aos],
[data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}

body[data-aos-delay="2200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration="2250"] [data-aos],
[data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}

body[data-aos-delay="2250"] [data-aos],
[data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}

body[data-aos-delay="2250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration="2300"] [data-aos],
[data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}

body[data-aos-delay="2300"] [data-aos],
[data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}

body[data-aos-delay="2300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration="2350"] [data-aos],
[data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}

body[data-aos-delay="2350"] [data-aos],
[data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}

body[data-aos-delay="2350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration="2400"] [data-aos],
[data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}

body[data-aos-delay="2400"] [data-aos],
[data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}

body[data-aos-delay="2400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration="2450"] [data-aos],
[data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}

body[data-aos-delay="2450"] [data-aos],
[data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}

body[data-aos-delay="2450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration="2500"] [data-aos],
[data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}

body[data-aos-delay="2500"] [data-aos],
[data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}

body[data-aos-delay="2500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration="2550"] [data-aos],
[data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}

body[data-aos-delay="2550"] [data-aos],
[data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}

body[data-aos-delay="2550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration="2600"] [data-aos],
[data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}

body[data-aos-delay="2600"] [data-aos],
[data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}

body[data-aos-delay="2600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration="2650"] [data-aos],
[data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}

body[data-aos-delay="2650"] [data-aos],
[data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}

body[data-aos-delay="2650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration="2700"] [data-aos],
[data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}

body[data-aos-delay="2700"] [data-aos],
[data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}

body[data-aos-delay="2700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration="2750"] [data-aos],
[data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}

body[data-aos-delay="2750"] [data-aos],
[data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}

body[data-aos-delay="2750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration="2800"] [data-aos],
[data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}

body[data-aos-delay="2800"] [data-aos],
[data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}

body[data-aos-delay="2800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration="2850"] [data-aos],
[data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}

body[data-aos-delay="2850"] [data-aos],
[data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}

body[data-aos-delay="2850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration="2900"] [data-aos],
[data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}

body[data-aos-delay="2900"] [data-aos],
[data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}

body[data-aos-delay="2900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration="2950"] [data-aos],
[data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}

body[data-aos-delay="2950"] [data-aos],
[data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}

body[data-aos-delay="2950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration="3000"] [data-aos],
[data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}

body[data-aos-delay="3000"] [data-aos],
[data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}

body[data-aos-delay="3000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos],
[data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(.25, .25, .75, .75);
}

body[data-aos-easing=ease] [data-aos],
[data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(.25, .1, .25, 1);
}

body[data-aos-easing=ease-in] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(.42, 0, 1, 1);
}

body[data-aos-easing=ease-out] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, .58, 1);
}

body[data-aos-easing=ease-in-out] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}

body[data-aos-easing=ease-in-back] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(.6, -0.28, .735, .045);
}

body[data-aos-easing=ease-out-back] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

body[data-aos-easing=ease-in-out-back] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(.68, -0.55, .265, 1.55);
}

body[data-aos-easing=ease-in-sine] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

body[data-aos-easing=ease-out-sine] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

body[data-aos-easing=ease-in-out-sine] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

body[data-aos-easing=ease-in-quad] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

body[data-aos-easing=ease-out-quad] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

body[data-aos-easing=ease-in-out-quad] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

body[data-aos-easing=ease-in-cubic] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

body[data-aos-easing=ease-out-cubic] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

body[data-aos-easing=ease-in-out-cubic] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

body[data-aos-easing=ease-in-quart] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

body[data-aos-easing=ease-out-quart] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

body[data-aos-easing=ease-in-out-quart] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(.6);
          transform: scale(.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(.6);
          transform: translate3d(0, 100px, 0) scale(.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(.6);
          transform: translate3d(0, -100px, 0) scale(.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(.6);
          transform: translate3d(-100px, 0, 0) scale(.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(.6);
          transform: translate3d(100px, 0, 0) scale(.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */

[data-aos^=slide][data-aos^=slide] {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

textarea {
  resize: none;
}

input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.form-cont .form-group {
  margin-bottom: 1.5rem;
}

.form-cont .form-group > label {
  padding-left: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

.form-cont .form-group.type-text,
.form-cont .form-group.type-email {
  width: 50%;
}

.form-cont label {
  display: block;
  font-size: .875rem;
  font-family: AcuminPro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  opacity: .75;
  color: #6e747a;
}

.form-cont .form-control {
  background-color: #f6f6f6;
  padding: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  width: 100%;
  color: #202020;
  outline: 0;
  line-height: 1.35;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-cont .form-control:not(select):disabled,
.form-cont .form-control:not(select):-moz-read-only {
  color: #b8c2cc;
  cursor: not-allowed;
}

.form-cont .form-control:not(select):disabled,
.form-cont .form-control:not(select):read-only {
  color: #b8c2cc;
  cursor: not-allowed;
}

.form-cont .select-cont {
  display: flex;
  position: relative;
  align-items: center;
}

.form-cont .select-cont::after {
  margin-right: 1rem;
  right: 0;
  position: absolute;
  color: #6e747a;
  pointer-events: none;
  content: "\25BE";
  font-size: 1.4rem;
  font-family: serif;
}

.form-cont .field-option input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.form-cont .field-option label {
  margin-bottom: 0;
  text-transform: lowercase;
  opacity: 1;
}

.form-cont .field-option-label {
  padding-left: 2rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-cont .field-option-label::before {
  background-color: #f6f6f6;
  width: 1.25rem;
  height: 1.25rem;
  top: 0;
  left: 0;
  display: block;
  border-radius: .25rem;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  content: "";
}

.form-cont .field-option-label::after {
  width: 1.25rem;
  height: 1.25rem;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  background-size: 70%;
}

.form-cont .field-option input[type=checkbox]:checked + .field-option-label::after {
  content: "";
  background-size: 70%;
  background-image: url("/site/themes/chioscodeimulini/img/tick.svg");
  padding-left: .25rem;
  background-position: center;
  background-repeat: no-repeat;
}

table {
  display: table;
  border-collapse: collapse;
}

table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

table tr {
  display: table-row;
  vertical-align: inherit;
  border-collapse: collapse;
}

table td {
  display: table-cell;
  border-collapse: collapse;
}

.pagination {
  margin-top: 1rem;
}

.pagination li a,
.pagination li span {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.25rem;
  color: #b8c2cc;
  font-weight: 600;
}

.pagination li.active span {
  color: #982c40;
}

.masonry {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

@media (min-width: 768px) {
  .masonry {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}

.medium-zoom-overlay {
  z-index: 998;
}

.medium-zoom-image--opened {
  z-index: 999;
}

.hp_chioscodeimulini {
  display: none;
}

.transition,
footer a,
.navbar a {
  transition: all .3s ease-in;
}

.transition-speed,
.scheda,
.btn::after,
.btn {
  transition: all .1s ease-in-out;
}

.transition-linear,
.navbar #menu-bar {
  transition: all .3s;
}

.transition-slow {
  transition: all 1s ease-in;
}

.greyfilter {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

body {
  background-color: #fff;
  font-family: AcuminPro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  line-height: 1.63;
  color: #808080;
  font-size: .875rem;
}

@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

.container-xl {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .container-xl {
    max-width: 100rem;
  }
}

.container-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
}

[v-cloak] {
  display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: Farmhand, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  color: #202020;
  font-weight: 400;
}

h1,
.h1 {
  margin-bottom: .25rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 3rem;
}

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

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

h3,
.h3 {
  font-size: 2rem;
  line-height: 1.35;
}

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

h4,
.h4 {
  font-size: 1.7rem;
  line-height: 1.63;
}

h5,
.h5 {
  margin: 0;
  padding: 0;
  font-family: AcuminPro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #202020;
  font-size: 14px;
}

.page-title {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #fff;
}

@media (min-width: 992px) {
  .page-title {
    font-size: 2.25rem;
  }
}

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

b,
strong {
  font-weight: 600;
  color: #6e747a;
}

button {
  outline: none;
}

button:hover,
button:focus,
button:active {
  outline: none;
}

.menu-category {
  border-bottom-width: 1px;
  border-color: #202020;
}

.menu-category:last-child {
  border-color: transparent;
}

.box-hero {
  padding: 1.5rem;
  width: 100%;
  position: relative;
  max-width: 50rem;
  color: #fff;
  line-height: 1.63;
  background-color: rgba(255, 255, 255, .95);
}

@media (min-width: 768px) {
  .box-hero {
    padding: 4rem;
  }
}

.box-hero * {
  color: inherit;
}

.box-hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom-width: 2px;
  border-right-width: 2px;
  top: 10px;
  left: 10px;
  border-color: #fff;
}

.bard-body {
  max-width: 31rem;
}

@media (min-width: 992px) {
  .bard-body-left .bard-body {
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .bard-body-right .bard-body {
    margin-left: auto;
  }
}

.bard-body p {
  padding-top: 1rem;
}

.box-rosso {
  z-index: 1;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  flex-direction: column;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  align-items: center;
  background-color: #982c40;
  justify-content: center;
}

.box-rosso-wrap {
  position: relative;
}

.box-rosso-backward {
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 2rem;
  padding-left: 2rem;
  margin-right: -2rem;
  margin-bottom: -2rem;
  display: none;
  position: absolute;
}

@media (min-width: 768px) {
  .box-rosso-backward {
    display: block;
  }
}

@media (min-width: 992px) {
  .box-rosso {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.btn {
  margin-top: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-width: 1px;
  font-size: 1.25rem;
  position: relative;
  text-transform: uppercase;
  color: #202020;
  font-family: Farmhand, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  display: inline-flex;
  text-align: center;
  border-color: #202020;
  letter-spacing: .05em;
  line-height: 1.63;
  justify-content: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .btn {
    font-size: 1.5rem;
    min-width: 16rem;
  }
}

.btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: #202020;
  top: 5px;
  left: 5px;
}

.btn-white,
.btn-white::after {
  color: #fff;
  border-color: #fff;
}

.btn:hover {
  -webkit-transform: translate3d(3px, 3px, 0);
          transform: translate3d(3px, 3px, 0);
}

.btn:hover::after {
  top: 0;
  left: 0;
  opacity: 0;
}

.scheda {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.scheda:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.scheda:hover .btn {
  -webkit-transform: translate3d(3px, 3px, 0);
          transform: translate3d(3px, 3px, 0);
}

.scheda:hover .btn::after {
  top: 0;
  left: 0;
  opacity: 0;
}

.navbar {
  font-weight: 600;
  color: #a5b6c6;
}

.navbar a {
  color: inherit;
}

.navbar a:not(.active):hover {
  color: #fff;
}

.navbar #menu-bar {
  position: fixed;
  display: flex;
  padding: 2rem;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 3rem;
  flex-direction: column;
  z-index: 20;
  right: -75%;
}

@media (min-width: 992px) {
  .navbar #menu-bar {
    background-color: transparent;
    flex-direction: row;
    padding: 0;
    left: 0;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    width: 100%;
    z-index: 20;
  }
}

.navbar #menu-bar.open {
  right: 0;
  left: auto;
}

.navbar #menu-bar nav {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  padding: .5rem;
  position: relative;
  text-align: center;
  font-size: .875rem;
  width: 66.66667%;
}

@media (min-width: 992px) {
  .navbar #menu-bar nav {
    flex-direction: row;
    padding: .5rem;
    width: auto;
  }
}

.navbar #menu-bar nav a {
  display: flex;
  letter-spacing: .05em;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .navbar #menu-bar nav a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
}

.navbar .lang-menu-wrap {
  display: flex;
  align-items: center;
}

.navbar .lang-menu-wrap .lang-menu {
  border-color: #cdd4db;
  border-top-width: 1px;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  width: 66.66667%;
}

@media (min-width: 992px) {
  .navbar .lang-menu-wrap .lang-menu {
    border-style: none;
    margin: auto;
    padding: 0;
  }
}

.navbar .lang-menu-wrap .lang-menu li {
  display: flex;
  list-style: none;
  padding: 0;
}

.navbar .lang-menu-wrap .lang-menu li:not(:first-child):before {
  content: "//";
  display: flex;
  opacity: .5;
  align-items: center;
  font-size: .75rem;
}

.navbar .lang-menu-wrap .lang-menu li a {
  align-items: center;
  padding: .5rem;
}

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

.orari p {
  padding-left: 2rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(/site/themes/chioscodeimulini/img/chevron_right.svg);
  background-position: left center;
}

footer {
  font-size: .875rem;
}

footer a {
  color: #373a3d;
  font-weight: 700;
}

footer a:hover {
  color: #982c40;
}

.divider::after {
  content: "|";
  margin-left: .5rem;
  margin-right: .5rem;
  display: inline-block;
}

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

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

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

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

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

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

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

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

.bg-grey-darkest {
  background-color: #373a3d;
}

.bg-grey-darker {
  background-color: #6e747a;
}

.bg-grey-dark {
  background-color: #a6afb8;
}

.bg-grey {
  background-color: #b8c2cc;
}

.bg-grey-light {
  background-color: #cdd4db;
}

.bg-grey-lighter {
  background-color: #e3e7eb;
}

.bg-grey-lightest {
  background-color: #fafafa;
}

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

.bg-red-darkest {
  background-color: #3b0d0c;
}

.bg-red-darker {
  background-color: #621b18;
}

.bg-red-dark {
  background-color: #cc1f1a;
}

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

.bg-red-light {
  background-color: #ef5753;
}

.bg-red-lighter {
  background-color: #f9acaa;
}

.bg-red-lightest {
  background-color: #fcebea;
}

.bg-blue-darkest {
  background-color: #12283a;
}

.bg-blue-darker {
  background-color: #1c3d5a;
}

.bg-blue-dark {
  background-color: #2779bd;
}

.bg-blue {
  background-color: #00448a;
}

.bg-blue-light {
  background-color: #6cb2eb;
}

.bg-blue-lighter {
  background-color: #bcdefa;
}

.bg-blue-lightest {
  background-color: #eff8ff;
}

.bg-beige-darkest {
  background-color: #474543;
}

.bg-beige-darker {
  background-color: #8d8a86;
}

.bg-beige-dark {
  background-color: #d4cfc9;
}

.bg-beige {
  background-color: #ebe6df;
}

.bg-beige-light {
  background-color: #f1eee9;
}

.bg-beige-lighter {
  background-color: #f7f5f2;
}

.bg-beige-lightest {
  background-color: #fdfdfc;
}

.bg-green-darkest {
  background-color: #1c3630;
}

.bg-green-darker {
  background-color: #376b60;
}

.bg-green-dark {
  background-color: #53a190;
}

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

.bg-green-light {
  background-color: #8dcabd;
}

.bg-green-lighter {
  background-color: #bee1d9;
}

.bg-green-lightest {
  background-color: #eff7f6;
}

.bg-chioscored-darkest {
  background-color: #2e0d13;
}

.bg-chioscored-darker {
  background-color: #5b1a26;
}

.bg-chioscored-dark {
  background-color: #89283a;
}

.bg-chioscored {
  background-color: #982c40;
}

.bg-chioscored-light {
  background-color: #b76b79;
}

.bg-chioscored-lighter {
  background-color: #d6abb3;
}

.bg-chioscored-lightest {
  background-color: #f5eaec;
}

.bg-body {
  background-color: #808080;
}

.bg-navbar {
  background-color: #a5b6c6;
}

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

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

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

.hover\:bg-grey-darkest:hover {
  background-color: #373a3d;
}

.hover\:bg-grey-darker:hover {
  background-color: #6e747a;
}

.hover\:bg-grey-dark:hover {
  background-color: #a6afb8;
}

.hover\:bg-grey:hover {
  background-color: #b8c2cc;
}

.hover\:bg-grey-light:hover {
  background-color: #cdd4db;
}

.hover\:bg-grey-lighter:hover {
  background-color: #e3e7eb;
}

.hover\:bg-grey-lightest:hover {
  background-color: #fafafa;
}

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

.hover\:bg-red-darkest:hover {
  background-color: #3b0d0c;
}

.hover\:bg-red-darker:hover {
  background-color: #621b18;
}

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

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

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

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

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

.hover\:bg-blue-darkest:hover {
  background-color: #12283a;
}

.hover\:bg-blue-darker:hover {
  background-color: #1c3d5a;
}

.hover\:bg-blue-dark:hover {
  background-color: #2779bd;
}

.hover\:bg-blue:hover {
  background-color: #00448a;
}

.hover\:bg-blue-light:hover {
  background-color: #6cb2eb;
}

.hover\:bg-blue-lighter:hover {
  background-color: #bcdefa;
}

.hover\:bg-blue-lightest:hover {
  background-color: #eff8ff;
}

.hover\:bg-beige-darkest:hover {
  background-color: #474543;
}

.hover\:bg-beige-darker:hover {
  background-color: #8d8a86;
}

.hover\:bg-beige-dark:hover {
  background-color: #d4cfc9;
}

.hover\:bg-beige:hover {
  background-color: #ebe6df;
}

.hover\:bg-beige-light:hover {
  background-color: #f1eee9;
}

.hover\:bg-beige-lighter:hover {
  background-color: #f7f5f2;
}

.hover\:bg-beige-lightest:hover {
  background-color: #fdfdfc;
}

.hover\:bg-green-darkest:hover {
  background-color: #1c3630;
}

.hover\:bg-green-darker:hover {
  background-color: #376b60;
}

.hover\:bg-green-dark:hover {
  background-color: #53a190;
}

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

.hover\:bg-green-light:hover {
  background-color: #8dcabd;
}

.hover\:bg-green-lighter:hover {
  background-color: #bee1d9;
}

.hover\:bg-green-lightest:hover {
  background-color: #eff7f6;
}

.hover\:bg-chioscored-darkest:hover {
  background-color: #2e0d13;
}

.hover\:bg-chioscored-darker:hover {
  background-color: #5b1a26;
}

.hover\:bg-chioscored-dark:hover {
  background-color: #89283a;
}

.hover\:bg-chioscored:hover {
  background-color: #982c40;
}

.hover\:bg-chioscored-light:hover {
  background-color: #b76b79;
}

.hover\:bg-chioscored-lighter:hover {
  background-color: #d6abb3;
}

.hover\:bg-chioscored-lightest:hover {
  background-color: #f5eaec;
}

.hover\:bg-body:hover {
  background-color: #808080;
}

.hover\:bg-navbar:hover {
  background-color: #a5b6c6;
}

.focus\:bg-inherit:focus {
  background-color: inherit;
}

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

.focus\:bg-black:focus {
  background-color: #202020;
}

.focus\:bg-grey-darkest:focus {
  background-color: #373a3d;
}

.focus\:bg-grey-darker:focus {
  background-color: #6e747a;
}

.focus\:bg-grey-dark:focus {
  background-color: #a6afb8;
}

.focus\:bg-grey:focus {
  background-color: #b8c2cc;
}

.focus\:bg-grey-light:focus {
  background-color: #cdd4db;
}

.focus\:bg-grey-lighter:focus {
  background-color: #e3e7eb;
}

.focus\:bg-grey-lightest:focus {
  background-color: #fafafa;
}

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

.focus\:bg-red-darkest:focus {
  background-color: #3b0d0c;
}

.focus\:bg-red-darker:focus {
  background-color: #621b18;
}

.focus\:bg-red-dark:focus {
  background-color: #cc1f1a;
}

.focus\:bg-red:focus {
  background-color: #e3342f;
}

.focus\:bg-red-light:focus {
  background-color: #ef5753;
}

.focus\:bg-red-lighter:focus {
  background-color: #f9acaa;
}

.focus\:bg-red-lightest:focus {
  background-color: #fcebea;
}

.focus\:bg-blue-darkest:focus {
  background-color: #12283a;
}

.focus\:bg-blue-darker:focus {
  background-color: #1c3d5a;
}

.focus\:bg-blue-dark:focus {
  background-color: #2779bd;
}

.focus\:bg-blue:focus {
  background-color: #00448a;
}

.focus\:bg-blue-light:focus {
  background-color: #6cb2eb;
}

.focus\:bg-blue-lighter:focus {
  background-color: #bcdefa;
}

.focus\:bg-blue-lightest:focus {
  background-color: #eff8ff;
}

.focus\:bg-beige-darkest:focus {
  background-color: #474543;
}

.focus\:bg-beige-darker:focus {
  background-color: #8d8a86;
}

.focus\:bg-beige-dark:focus {
  background-color: #d4cfc9;
}

.focus\:bg-beige:focus {
  background-color: #ebe6df;
}

.focus\:bg-beige-light:focus {
  background-color: #f1eee9;
}

.focus\:bg-beige-lighter:focus {
  background-color: #f7f5f2;
}

.focus\:bg-beige-lightest:focus {
  background-color: #fdfdfc;
}

.focus\:bg-green-darkest:focus {
  background-color: #1c3630;
}

.focus\:bg-green-darker:focus {
  background-color: #376b60;
}

.focus\:bg-green-dark:focus {
  background-color: #53a190;
}

.focus\:bg-green:focus {
  background-color: #5cb3a0;
}

.focus\:bg-green-light:focus {
  background-color: #8dcabd;
}

.focus\:bg-green-lighter:focus {
  background-color: #bee1d9;
}

.focus\:bg-green-lightest:focus {
  background-color: #eff7f6;
}

.focus\:bg-chioscored-darkest:focus {
  background-color: #2e0d13;
}

.focus\:bg-chioscored-darker:focus {
  background-color: #5b1a26;
}

.focus\:bg-chioscored-dark:focus {
  background-color: #89283a;
}

.focus\:bg-chioscored:focus {
  background-color: #982c40;
}

.focus\:bg-chioscored-light:focus {
  background-color: #b76b79;
}

.focus\:bg-chioscored-lighter:focus {
  background-color: #d6abb3;
}

.focus\:bg-chioscored-lightest:focus {
  background-color: #f5eaec;
}

.focus\:bg-body:focus {
  background-color: #808080;
}

.focus\:bg-navbar:focus {
  background-color: #a5b6c6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-grey-darkest {
  border-color: #373a3d;
}

.border-grey-darker {
  border-color: #6e747a;
}

.border-grey-dark {
  border-color: #a6afb8;
}

.border-grey {
  border-color: #b8c2cc;
}

.border-grey-light {
  border-color: #cdd4db;
}

.border-grey-lighter {
  border-color: #e3e7eb;
}

.border-grey-lightest {
  border-color: #fafafa;
}

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

.border-red-darkest {
  border-color: #3b0d0c;
}

.border-red-darker {
  border-color: #621b18;
}

.border-red-dark {
  border-color: #cc1f1a;
}

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

.border-red-light {
  border-color: #ef5753;
}

.border-red-lighter {
  border-color: #f9acaa;
}

.border-red-lightest {
  border-color: #fcebea;
}

.border-blue-darkest {
  border-color: #12283a;
}

.border-blue-darker {
  border-color: #1c3d5a;
}

.border-blue-dark {
  border-color: #2779bd;
}

.border-blue {
  border-color: #00448a;
}

.border-blue-light {
  border-color: #6cb2eb;
}

.border-blue-lighter {
  border-color: #bcdefa;
}

.border-blue-lightest {
  border-color: #eff8ff;
}

.border-beige-darkest {
  border-color: #474543;
}

.border-beige-darker {
  border-color: #8d8a86;
}

.border-beige-dark {
  border-color: #d4cfc9;
}

.border-beige {
  border-color: #ebe6df;
}

.border-beige-light {
  border-color: #f1eee9;
}

.border-beige-lighter {
  border-color: #f7f5f2;
}

.border-beige-lightest {
  border-color: #fdfdfc;
}

.border-green-darkest {
  border-color: #1c3630;
}

.border-green-darker {
  border-color: #376b60;
}

.border-green-dark {
  border-color: #53a190;
}

.border-green {
  border-color: #5cb3a0;
}

.border-green-light {
  border-color: #8dcabd;
}

.border-green-lighter {
  border-color: #bee1d9;
}

.border-green-lightest {
  border-color: #eff7f6;
}

.border-chioscored-darkest {
  border-color: #2e0d13;
}

.border-chioscored-darker {
  border-color: #5b1a26;
}

.border-chioscored-dark {
  border-color: #89283a;
}

.border-chioscored {
  border-color: #982c40;
}

.border-chioscored-light {
  border-color: #b76b79;
}

.border-chioscored-lighter {
  border-color: #d6abb3;
}

.border-chioscored-lightest {
  border-color: #f5eaec;
}

.border-body {
  border-color: #808080;
}

.border-navbar {
  border-color: #a5b6c6;
}

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

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

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

.hover\:border-grey-darkest:hover {
  border-color: #373a3d;
}

.hover\:border-grey-darker:hover {
  border-color: #6e747a;
}

.hover\:border-grey-dark:hover {
  border-color: #a6afb8;
}

.hover\:border-grey:hover {
  border-color: #b8c2cc;
}

.hover\:border-grey-light:hover {
  border-color: #cdd4db;
}

.hover\:border-grey-lighter:hover {
  border-color: #e3e7eb;
}

.hover\:border-grey-lightest:hover {
  border-color: #fafafa;
}

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

.hover\:border-red-darkest:hover {
  border-color: #3b0d0c;
}

.hover\:border-red-darker:hover {
  border-color: #621b18;
}

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

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

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

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

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

.hover\:border-blue-darkest:hover {
  border-color: #12283a;
}

.hover\:border-blue-darker:hover {
  border-color: #1c3d5a;
}

.hover\:border-blue-dark:hover {
  border-color: #2779bd;
}

.hover\:border-blue:hover {
  border-color: #00448a;
}

.hover\:border-blue-light:hover {
  border-color: #6cb2eb;
}

.hover\:border-blue-lighter:hover {
  border-color: #bcdefa;
}

.hover\:border-blue-lightest:hover {
  border-color: #eff8ff;
}

.hover\:border-beige-darkest:hover {
  border-color: #474543;
}

.hover\:border-beige-darker:hover {
  border-color: #8d8a86;
}

.hover\:border-beige-dark:hover {
  border-color: #d4cfc9;
}

.hover\:border-beige:hover {
  border-color: #ebe6df;
}

.hover\:border-beige-light:hover {
  border-color: #f1eee9;
}

.hover\:border-beige-lighter:hover {
  border-color: #f7f5f2;
}

.hover\:border-beige-lightest:hover {
  border-color: #fdfdfc;
}

.hover\:border-green-darkest:hover {
  border-color: #1c3630;
}

.hover\:border-green-darker:hover {
  border-color: #376b60;
}

.hover\:border-green-dark:hover {
  border-color: #53a190;
}

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

.hover\:border-green-light:hover {
  border-color: #8dcabd;
}

.hover\:border-green-lighter:hover {
  border-color: #bee1d9;
}

.hover\:border-green-lightest:hover {
  border-color: #eff7f6;
}

.hover\:border-chioscored-darkest:hover {
  border-color: #2e0d13;
}

.hover\:border-chioscored-darker:hover {
  border-color: #5b1a26;
}

.hover\:border-chioscored-dark:hover {
  border-color: #89283a;
}

.hover\:border-chioscored:hover {
  border-color: #982c40;
}

.hover\:border-chioscored-light:hover {
  border-color: #b76b79;
}

.hover\:border-chioscored-lighter:hover {
  border-color: #d6abb3;
}

.hover\:border-chioscored-lightest:hover {
  border-color: #f5eaec;
}

.hover\:border-body:hover {
  border-color: #808080;
}

.hover\:border-navbar:hover {
  border-color: #a5b6c6;
}

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

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

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

.focus\:border-grey-darkest:focus {
  border-color: #373a3d;
}

.focus\:border-grey-darker:focus {
  border-color: #6e747a;
}

.focus\:border-grey-dark:focus {
  border-color: #a6afb8;
}

.focus\:border-grey:focus {
  border-color: #b8c2cc;
}

.focus\:border-grey-light:focus {
  border-color: #cdd4db;
}

.focus\:border-grey-lighter:focus {
  border-color: #e3e7eb;
}

.focus\:border-grey-lightest:focus {
  border-color: #fafafa;
}

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

.focus\:border-red-darkest:focus {
  border-color: #3b0d0c;
}

.focus\:border-red-darker:focus {
  border-color: #621b18;
}

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

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

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

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

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

.focus\:border-blue-darkest:focus {
  border-color: #12283a;
}

.focus\:border-blue-darker:focus {
  border-color: #1c3d5a;
}

.focus\:border-blue-dark:focus {
  border-color: #2779bd;
}

.focus\:border-blue:focus {
  border-color: #00448a;
}

.focus\:border-blue-light:focus {
  border-color: #6cb2eb;
}

.focus\:border-blue-lighter:focus {
  border-color: #bcdefa;
}

.focus\:border-blue-lightest:focus {
  border-color: #eff8ff;
}

.focus\:border-beige-darkest:focus {
  border-color: #474543;
}

.focus\:border-beige-darker:focus {
  border-color: #8d8a86;
}

.focus\:border-beige-dark:focus {
  border-color: #d4cfc9;
}

.focus\:border-beige:focus {
  border-color: #ebe6df;
}

.focus\:border-beige-light:focus {
  border-color: #f1eee9;
}

.focus\:border-beige-lighter:focus {
  border-color: #f7f5f2;
}

.focus\:border-beige-lightest:focus {
  border-color: #fdfdfc;
}

.focus\:border-green-darkest:focus {
  border-color: #1c3630;
}

.focus\:border-green-darker:focus {
  border-color: #376b60;
}

.focus\:border-green-dark:focus {
  border-color: #53a190;
}

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

.focus\:border-green-light:focus {
  border-color: #8dcabd;
}

.focus\:border-green-lighter:focus {
  border-color: #bee1d9;
}

.focus\:border-green-lightest:focus {
  border-color: #eff7f6;
}

.focus\:border-chioscored-darkest:focus {
  border-color: #2e0d13;
}

.focus\:border-chioscored-darker:focus {
  border-color: #5b1a26;
}

.focus\:border-chioscored-dark:focus {
  border-color: #89283a;
}

.focus\:border-chioscored:focus {
  border-color: #982c40;
}

.focus\:border-chioscored-light:focus {
  border-color: #b76b79;
}

.focus\:border-chioscored-lighter:focus {
  border-color: #d6abb3;
}

.focus\:border-chioscored-lightest:focus {
  border-color: #f5eaec;
}

.focus\:border-body:focus {
  border-color: #808080;
}

.focus\:border-navbar:focus {
  border-color: #a5b6c6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.table {
  display: table;
}

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

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

.hidden {
  display: none;
}

.flex {
  display: flex;
}

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

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-0 {
  height: 0;
}

.h-1 {
  height: .25rem;
}

.h-2 {
  height: .5rem;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-80 {
  height: 20rem;
}

.h-88 {
  height: 22rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-500px {
  height: 500px;
}

.h-60vh {
  height: 60vh;
}

.h-70vh {
  height: 70vh;
}

.h-80vh {
  height: 80vh;
}

.h-85vh {
  height: 85vh;
}

.h-90vh {
  height: 90vh;
}

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

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

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

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

.m-0 {
  margin: 0;
}

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

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

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

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-48 {
  margin: 12rem;
}

.m-56 {
  margin: 14rem;
}

.m-64 {
  margin: 16rem;
}

.m-80 {
  margin: 20rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-56 {
  margin-top: 14rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.ml-56 {
  margin-left: 14rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.ml-64 {
  margin-left: 16rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:m-0:hover {
  margin: 0;
}

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

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

.hover\:m-3:hover {
  margin: .75rem;
}

.hover\:m-4:hover {
  margin: 1rem;
}

.hover\:m-5:hover {
  margin: 1.25rem;
}

.hover\:m-6:hover {
  margin: 1.5rem;
}

.hover\:m-8:hover {
  margin: 2rem;
}

.hover\:m-10:hover {
  margin: 2.5rem;
}

.hover\:m-12:hover {
  margin: 3rem;
}

.hover\:m-16:hover {
  margin: 4rem;
}

.hover\:m-20:hover {
  margin: 5rem;
}

.hover\:m-24:hover {
  margin: 6rem;
}

.hover\:m-32:hover {
  margin: 8rem;
}

.hover\:m-48:hover {
  margin: 12rem;
}

.hover\:m-56:hover {
  margin: 14rem;
}

.hover\:m-64:hover {
  margin: 16rem;
}

.hover\:m-80:hover {
  margin: 20rem;
}

.hover\:m-auto:hover {
  margin: auto;
}

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

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

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

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

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

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

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

.hover\:my-3:hover {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.hover\:mx-3:hover {
  margin-left: .75rem;
  margin-right: .75rem;
}

.hover\:my-4:hover {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hover\:mx-4:hover {
  margin-left: 1rem;
  margin-right: 1rem;
}

.hover\:my-5:hover {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.hover\:mx-5:hover {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.hover\:my-6:hover {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hover\:mx-6:hover {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.hover\:my-8:hover {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hover\:mx-8:hover {
  margin-left: 2rem;
  margin-right: 2rem;
}

.hover\:my-10:hover {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.hover\:mx-10:hover {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.hover\:my-12:hover {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.hover\:mx-12:hover {
  margin-left: 3rem;
  margin-right: 3rem;
}

.hover\:my-16:hover {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.hover\:mx-16:hover {
  margin-left: 4rem;
  margin-right: 4rem;
}

.hover\:my-20:hover {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.hover\:mx-20:hover {
  margin-left: 5rem;
  margin-right: 5rem;
}

.hover\:my-24:hover {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.hover\:mx-24:hover {
  margin-left: 6rem;
  margin-right: 6rem;
}

.hover\:my-32:hover {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.hover\:mx-32:hover {
  margin-left: 8rem;
  margin-right: 8rem;
}

.hover\:my-48:hover {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.hover\:mx-48:hover {
  margin-left: 12rem;
  margin-right: 12rem;
}

.hover\:my-56:hover {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.hover\:mx-56:hover {
  margin-left: 14rem;
  margin-right: 14rem;
}

.hover\:my-64:hover {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.hover\:mx-64:hover {
  margin-left: 16rem;
  margin-right: 16rem;
}

.hover\:my-80:hover {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.hover\:mx-80:hover {
  margin-left: 20rem;
  margin-right: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:mt-3:hover {
  margin-top: .75rem;
}

.hover\:mr-3:hover {
  margin-right: .75rem;
}

.hover\:mb-3:hover {
  margin-bottom: .75rem;
}

.hover\:ml-3:hover {
  margin-left: .75rem;
}

.hover\:mt-4:hover {
  margin-top: 1rem;
}

.hover\:mr-4:hover {
  margin-right: 1rem;
}

.hover\:mb-4:hover {
  margin-bottom: 1rem;
}

.hover\:ml-4:hover {
  margin-left: 1rem;
}

.hover\:mt-5:hover {
  margin-top: 1.25rem;
}

.hover\:mr-5:hover {
  margin-right: 1.25rem;
}

.hover\:mb-5:hover {
  margin-bottom: 1.25rem;
}

.hover\:ml-5:hover {
  margin-left: 1.25rem;
}

.hover\:mt-6:hover {
  margin-top: 1.5rem;
}

.hover\:mr-6:hover {
  margin-right: 1.5rem;
}

.hover\:mb-6:hover {
  margin-bottom: 1.5rem;
}

.hover\:ml-6:hover {
  margin-left: 1.5rem;
}

.hover\:mt-8:hover {
  margin-top: 2rem;
}

.hover\:mr-8:hover {
  margin-right: 2rem;
}

.hover\:mb-8:hover {
  margin-bottom: 2rem;
}

.hover\:ml-8:hover {
  margin-left: 2rem;
}

.hover\:mt-10:hover {
  margin-top: 2.5rem;
}

.hover\:mr-10:hover {
  margin-right: 2.5rem;
}

.hover\:mb-10:hover {
  margin-bottom: 2.5rem;
}

.hover\:ml-10:hover {
  margin-left: 2.5rem;
}

.hover\:mt-12:hover {
  margin-top: 3rem;
}

.hover\:mr-12:hover {
  margin-right: 3rem;
}

.hover\:mb-12:hover {
  margin-bottom: 3rem;
}

.hover\:ml-12:hover {
  margin-left: 3rem;
}

.hover\:mt-16:hover {
  margin-top: 4rem;
}

.hover\:mr-16:hover {
  margin-right: 4rem;
}

.hover\:mb-16:hover {
  margin-bottom: 4rem;
}

.hover\:ml-16:hover {
  margin-left: 4rem;
}

.hover\:mt-20:hover {
  margin-top: 5rem;
}

.hover\:mr-20:hover {
  margin-right: 5rem;
}

.hover\:mb-20:hover {
  margin-bottom: 5rem;
}

.hover\:ml-20:hover {
  margin-left: 5rem;
}

.hover\:mt-24:hover {
  margin-top: 6rem;
}

.hover\:mr-24:hover {
  margin-right: 6rem;
}

.hover\:mb-24:hover {
  margin-bottom: 6rem;
}

.hover\:ml-24:hover {
  margin-left: 6rem;
}

.hover\:mt-32:hover {
  margin-top: 8rem;
}

.hover\:mr-32:hover {
  margin-right: 8rem;
}

.hover\:mb-32:hover {
  margin-bottom: 8rem;
}

.hover\:ml-32:hover {
  margin-left: 8rem;
}

.hover\:mt-48:hover {
  margin-top: 12rem;
}

.hover\:mr-48:hover {
  margin-right: 12rem;
}

.hover\:mb-48:hover {
  margin-bottom: 12rem;
}

.hover\:ml-48:hover {
  margin-left: 12rem;
}

.hover\:mt-56:hover {
  margin-top: 14rem;
}

.hover\:mr-56:hover {
  margin-right: 14rem;
}

.hover\:mb-56:hover {
  margin-bottom: 14rem;
}

.hover\:ml-56:hover {
  margin-left: 14rem;
}

.hover\:mt-64:hover {
  margin-top: 16rem;
}

.hover\:mr-64:hover {
  margin-right: 16rem;
}

.hover\:mb-64:hover {
  margin-bottom: 16rem;
}

.hover\:ml-64:hover {
  margin-left: 16rem;
}

.hover\:mt-80:hover {
  margin-top: 20rem;
}

.hover\:mr-80:hover {
  margin-right: 20rem;
}

.hover\:mb-80:hover {
  margin-bottom: 20rem;
}

.hover\:ml-80:hover {
  margin-left: 20rem;
}

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

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

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

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

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

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

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

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

.max-h-32 {
  max-height: 8rem;
}

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

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

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

.max-w-12 {
  max-width: 3rem;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-20 {
  max-width: 5rem;
}

.max-w-24 {
  max-width: 6rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-80 {
  max-width: 20rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 31rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 100rem;
}

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

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

.min-h-1 {
  min-height: .25rem;
}

.min-h-2 {
  min-height: .5rem;
}

.min-h-3 {
  min-height: .75rem;
}

.min-h-4 {
  min-height: 1rem;
}

.min-h-5 {
  min-height: 1.25rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-8 {
  min-height: 2rem;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-16 {
  min-height: 4rem;
}

.min-h-20 {
  min-height: 5rem;
}

.min-h-24 {
  min-height: 6rem;
}

.min-h-32 {
  min-height: 8rem;
}

.min-h-48 {
  min-height: 12rem;
}

.min-h-64 {
  min-height: 16rem;
}

.min-h-80 {
  min-height: 20rem;
}

.min-h-88 {
  min-height: 22rem;
}

.min-h-96 {
  min-height: 24rem;
}

.min-h-140 {
  min-height: 35rem;
}

.min-h-240 {
  min-height: 60rem;
}

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

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

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

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

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

.min-w-16 {
  min-width: 16rem;
}

.min-w-20 {
  min-width: 20rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-64 {
  min-width: 16rem;
}

.min-w-80 {
  min-width: 20rem;
}

.min-w-88 {
  min-width: 22rem;
}

.min-w-96 {
  min-width: 24rem;
}

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

.-m-0 {
  margin: 0;
}

.-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-8 {
  margin: -2rem;
}

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

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

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

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

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

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

.-m-36 {
  margin: -9rem;
}

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

.-m-56 {
  margin: -14rem;
}

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

.-m-40\% {
  margin: -40%;
}

.-m-50\% {
  margin: -50%;
}

.-m-60\% {
  margin: -60%;
}

.-m-80\% {
  margin: -80%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

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

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

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

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

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

.-my-40\% {
  margin-top: -40%;
  margin-bottom: -40%;
}

.-mx-40\% {
  margin-left: -40%;
  margin-right: -40%;
}

.-my-50\% {
  margin-top: -50%;
  margin-bottom: -50%;
}

.-mx-50\% {
  margin-left: -50%;
  margin-right: -50%;
}

.-my-60\% {
  margin-top: -60%;
  margin-bottom: -60%;
}

.-mx-60\% {
  margin-left: -60%;
  margin-right: -60%;
}

.-my-80\% {
  margin-top: -80%;
  margin-bottom: -80%;
}

.-mx-80\% {
  margin-left: -80%;
  margin-right: -80%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-36 {
  margin-top: -9rem;
}

.-mr-36 {
  margin-right: -9rem;
}

.-mb-36 {
  margin-bottom: -9rem;
}

.-ml-36 {
  margin-left: -9rem;
}

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

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

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

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

.-mt-56 {
  margin-top: -14rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-ml-56 {
  margin-left: -14rem;
}

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

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

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

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

.-mt-40\% {
  margin-top: -40%;
}

.-mr-40\% {
  margin-right: -40%;
}

.-mb-40\% {
  margin-bottom: -40%;
}

.-ml-40\% {
  margin-left: -40%;
}

.-mt-50\% {
  margin-top: -50%;
}

.-mr-50\% {
  margin-right: -50%;
}

.-mb-50\% {
  margin-bottom: -50%;
}

.-ml-50\% {
  margin-left: -50%;
}

.-mt-60\% {
  margin-top: -60%;
}

.-mr-60\% {
  margin-right: -60%;
}

.-mb-60\% {
  margin-bottom: -60%;
}

.-ml-60\% {
  margin-left: -60%;
}

.-mt-80\% {
  margin-top: -80%;
}

.-mr-80\% {
  margin-right: -80%;
}

.-mb-80\% {
  margin-bottom: -80%;
}

.-ml-80\% {
  margin-left: -80%;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-25:hover {
  opacity: .25;
}

.hover\:opacity-50:hover {
  opacity: .5;
}

.hover\:opacity-75:hover {
  opacity: .75;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-25:focus {
  opacity: .25;
}

.focus\:opacity-50:focus {
  opacity: .5;
}

.focus\:opacity-75:focus {
  opacity: .75;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0;
}

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

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

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.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-48 {
  padding: 12rem;
}

.p-64 {
  padding: 16rem;
}

.p-80 {
  padding: 20rem;
}

.p-88 {
  padding: 22rem;
}

.p-96 {
  padding: 24rem;
}

.p-px {
  padding: 1px;
}

.p-100px {
  padding: 100px;
}

.p-1\/1 {
  padding: 100%;
}

.p-3\/4 {
  padding: 75%;
}

.p-4\/5 {
  padding: 80%;
}

.p-2\/3 {
  padding: 66%;
}

.p-1\/2 {
  padding: 50%;
}

.p-1\/3 {
  padding: 33%;
}

.p-1\/6 {
  padding: 16.66667%;
}

.p-5\/6 {
  padding: 83.33333%;
}

.p-4\/3 {
  padding: 133.33333%;
}

.p-5\/4 {
  padding: 125%;
}

.p-7\/5 {
  padding: 142%;
}

.p-3\/2 {
  padding: 150%;
}

.p-2\/1 {
  padding: 200%;
}

.p-3\/1 {
  padding: 300%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.py-88 {
  padding-top: 22rem;
  padding-bottom: 22rem;
}

.px-88 {
  padding-left: 22rem;
  padding-right: 22rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

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

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

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

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

.py-1\/1 {
  padding-top: 100%;
  padding-bottom: 100%;
}

.px-1\/1 {
  padding-left: 100%;
  padding-right: 100%;
}

.py-3\/4 {
  padding-top: 75%;
  padding-bottom: 75%;
}

.px-3\/4 {
  padding-left: 75%;
  padding-right: 75%;
}

.py-4\/5 {
  padding-top: 80%;
  padding-bottom: 80%;
}

.px-4\/5 {
  padding-left: 80%;
  padding-right: 80%;
}

.py-2\/3 {
  padding-top: 66%;
  padding-bottom: 66%;
}

.px-2\/3 {
  padding-left: 66%;
  padding-right: 66%;
}

.py-1\/2 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-1\/2 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-1\/3 {
  padding-top: 33%;
  padding-bottom: 33%;
}

.px-1\/3 {
  padding-left: 33%;
  padding-right: 33%;
}

.py-1\/6 {
  padding-top: 16.66667%;
  padding-bottom: 16.66667%;
}

.px-1\/6 {
  padding-left: 16.66667%;
  padding-right: 16.66667%;
}

.py-5\/6 {
  padding-top: 83.33333%;
  padding-bottom: 83.33333%;
}

.px-5\/6 {
  padding-left: 83.33333%;
  padding-right: 83.33333%;
}

.py-4\/3 {
  padding-top: 133.33333%;
  padding-bottom: 133.33333%;
}

.px-4\/3 {
  padding-left: 133.33333%;
  padding-right: 133.33333%;
}

.py-5\/4 {
  padding-top: 125%;
  padding-bottom: 125%;
}

.px-5\/4 {
  padding-left: 125%;
  padding-right: 125%;
}

.py-7\/5 {
  padding-top: 142%;
  padding-bottom: 142%;
}

.px-7\/5 {
  padding-left: 142%;
  padding-right: 142%;
}

.py-3\/2 {
  padding-top: 150%;
  padding-bottom: 150%;
}

.px-3\/2 {
  padding-left: 150%;
  padding-right: 150%;
}

.py-2\/1 {
  padding-top: 200%;
  padding-bottom: 200%;
}

.px-2\/1 {
  padding-left: 200%;
  padding-right: 200%;
}

.py-3\/1 {
  padding-top: 300%;
  padding-bottom: 300%;
}

.px-3\/1 {
  padding-left: 300%;
  padding-right: 300%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pt-88 {
  padding-top: 22rem;
}

.pr-88 {
  padding-right: 22rem;
}

.pb-88 {
  padding-bottom: 22rem;
}

.pl-88 {
  padding-left: 22rem;
}

.pt-96 {
  padding-top: 24rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pt-px {
  padding-top: 1px;
}

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

.pb-px {
  padding-bottom: 1px;
}

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

.pt-100px {
  padding-top: 100px;
}

.pr-100px {
  padding-right: 100px;
}

.pb-100px {
  padding-bottom: 100px;
}

.pl-100px {
  padding-left: 100px;
}

.pt-1\/1 {
  padding-top: 100%;
}

.pr-1\/1 {
  padding-right: 100%;
}

.pb-1\/1 {
  padding-bottom: 100%;
}

.pl-1\/1 {
  padding-left: 100%;
}

.pt-3\/4 {
  padding-top: 75%;
}

.pr-3\/4 {
  padding-right: 75%;
}

.pb-3\/4 {
  padding-bottom: 75%;
}

.pl-3\/4 {
  padding-left: 75%;
}

.pt-4\/5 {
  padding-top: 80%;
}

.pr-4\/5 {
  padding-right: 80%;
}

.pb-4\/5 {
  padding-bottom: 80%;
}

.pl-4\/5 {
  padding-left: 80%;
}

.pt-2\/3 {
  padding-top: 66%;
}

.pr-2\/3 {
  padding-right: 66%;
}

.pb-2\/3 {
  padding-bottom: 66%;
}

.pl-2\/3 {
  padding-left: 66%;
}

.pt-1\/2 {
  padding-top: 50%;
}

.pr-1\/2 {
  padding-right: 50%;
}

.pb-1\/2 {
  padding-bottom: 50%;
}

.pl-1\/2 {
  padding-left: 50%;
}

.pt-1\/3 {
  padding-top: 33%;
}

.pr-1\/3 {
  padding-right: 33%;
}

.pb-1\/3 {
  padding-bottom: 33%;
}

.pl-1\/3 {
  padding-left: 33%;
}

.pt-1\/6 {
  padding-top: 16.66667%;
}

.pr-1\/6 {
  padding-right: 16.66667%;
}

.pb-1\/6 {
  padding-bottom: 16.66667%;
}

.pl-1\/6 {
  padding-left: 16.66667%;
}

.pt-5\/6 {
  padding-top: 83.33333%;
}

.pr-5\/6 {
  padding-right: 83.33333%;
}

.pb-5\/6 {
  padding-bottom: 83.33333%;
}

.pl-5\/6 {
  padding-left: 83.33333%;
}

.pt-4\/3 {
  padding-top: 133.33333%;
}

.pr-4\/3 {
  padding-right: 133.33333%;
}

.pb-4\/3 {
  padding-bottom: 133.33333%;
}

.pl-4\/3 {
  padding-left: 133.33333%;
}

.pt-5\/4 {
  padding-top: 125%;
}

.pr-5\/4 {
  padding-right: 125%;
}

.pb-5\/4 {
  padding-bottom: 125%;
}

.pl-5\/4 {
  padding-left: 125%;
}

.pt-7\/5 {
  padding-top: 142%;
}

.pr-7\/5 {
  padding-right: 142%;
}

.pb-7\/5 {
  padding-bottom: 142%;
}

.pl-7\/5 {
  padding-left: 142%;
}

.pt-3\/2 {
  padding-top: 150%;
}

.pr-3\/2 {
  padding-right: 150%;
}

.pb-3\/2 {
  padding-bottom: 150%;
}

.pl-3\/2 {
  padding-left: 150%;
}

.pt-2\/1 {
  padding-top: 200%;
}

.pr-2\/1 {
  padding-right: 200%;
}

.pb-2\/1 {
  padding-bottom: 200%;
}

.pl-2\/1 {
  padding-left: 200%;
}

.pt-3\/1 {
  padding-top: 300%;
}

.pr-3\/1 {
  padding-right: 300%;
}

.pb-3\/1 {
  padding-bottom: 300%;
}

.pl-3\/1 {
  padding-left: 300%;
}

.hover\:p-0:hover {
  padding: 0;
}

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

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

.hover\:p-3:hover {
  padding: .75rem;
}

.hover\:p-4:hover {
  padding: 1rem;
}

.hover\:p-5:hover {
  padding: 1.25rem;
}

.hover\:p-6:hover {
  padding: 1.5rem;
}

.hover\:p-8:hover {
  padding: 2rem;
}

.hover\:p-10:hover {
  padding: 2.5rem;
}

.hover\:p-12:hover {
  padding: 3rem;
}

.hover\:p-14:hover {
  padding: 3.5rem;
}

.hover\:p-16:hover {
  padding: 4rem;
}

.hover\:p-20:hover {
  padding: 5rem;
}

.hover\:p-24:hover {
  padding: 6rem;
}

.hover\:p-28:hover {
  padding: 7rem;
}

.hover\:p-32:hover {
  padding: 8rem;
}

.hover\:p-48:hover {
  padding: 12rem;
}

.hover\:p-64:hover {
  padding: 16rem;
}

.hover\:p-80:hover {
  padding: 20rem;
}

.hover\:p-88:hover {
  padding: 22rem;
}

.hover\:p-96:hover {
  padding: 24rem;
}

.hover\:p-px:hover {
  padding: 1px;
}

.hover\:p-100px:hover {
  padding: 100px;
}

.hover\:p-1\/1:hover {
  padding: 100%;
}

.hover\:p-3\/4:hover {
  padding: 75%;
}

.hover\:p-4\/5:hover {
  padding: 80%;
}

.hover\:p-2\/3:hover {
  padding: 66%;
}

.hover\:p-1\/2:hover {
  padding: 50%;
}

.hover\:p-1\/3:hover {
  padding: 33%;
}

.hover\:p-1\/6:hover {
  padding: 16.66667%;
}

.hover\:p-5\/6:hover {
  padding: 83.33333%;
}

.hover\:p-4\/3:hover {
  padding: 133.33333%;
}

.hover\:p-5\/4:hover {
  padding: 125%;
}

.hover\:p-7\/5:hover {
  padding: 142%;
}

.hover\:p-3\/2:hover {
  padding: 150%;
}

.hover\:p-2\/1:hover {
  padding: 200%;
}

.hover\:p-3\/1:hover {
  padding: 300%;
}

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

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

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

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

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

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

.hover\:py-3:hover {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.hover\:px-3:hover {
  padding-left: .75rem;
  padding-right: .75rem;
}

.hover\:py-4:hover {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hover\:px-4:hover {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hover\:py-5:hover {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.hover\:px-5:hover {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hover\:py-6:hover {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hover\:px-6:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hover\:py-8:hover {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hover\:px-8:hover {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hover\:py-10:hover {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.hover\:px-10:hover {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hover\:py-12:hover {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hover\:px-12:hover {
  padding-left: 3rem;
  padding-right: 3rem;
}

.hover\:py-14:hover {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.hover\:px-14:hover {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.hover\:py-16:hover {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hover\:px-16:hover {
  padding-left: 4rem;
  padding-right: 4rem;
}

.hover\:py-20:hover {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hover\:px-20:hover {
  padding-left: 5rem;
  padding-right: 5rem;
}

.hover\:py-24:hover {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hover\:px-24:hover {
  padding-left: 6rem;
  padding-right: 6rem;
}

.hover\:py-28:hover {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hover\:px-28:hover {
  padding-left: 7rem;
  padding-right: 7rem;
}

.hover\:py-32:hover {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hover\:px-32:hover {
  padding-left: 8rem;
  padding-right: 8rem;
}

.hover\:py-48:hover {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.hover\:px-48:hover {
  padding-left: 12rem;
  padding-right: 12rem;
}

.hover\:py-64:hover {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.hover\:px-64:hover {
  padding-left: 16rem;
  padding-right: 16rem;
}

.hover\:py-80:hover {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.hover\:px-80:hover {
  padding-left: 20rem;
  padding-right: 20rem;
}

.hover\:py-88:hover {
  padding-top: 22rem;
  padding-bottom: 22rem;
}

.hover\:px-88:hover {
  padding-left: 22rem;
  padding-right: 22rem;
}

.hover\:py-96:hover {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.hover\:px-96:hover {
  padding-left: 24rem;
  padding-right: 24rem;
}

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

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

.hover\:py-100px:hover {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hover\:px-100px:hover {
  padding-left: 100px;
  padding-right: 100px;
}

.hover\:py-1\/1:hover {
  padding-top: 100%;
  padding-bottom: 100%;
}

.hover\:px-1\/1:hover {
  padding-left: 100%;
  padding-right: 100%;
}

.hover\:py-3\/4:hover {
  padding-top: 75%;
  padding-bottom: 75%;
}

.hover\:px-3\/4:hover {
  padding-left: 75%;
  padding-right: 75%;
}

.hover\:py-4\/5:hover {
  padding-top: 80%;
  padding-bottom: 80%;
}

.hover\:px-4\/5:hover {
  padding-left: 80%;
  padding-right: 80%;
}

.hover\:py-2\/3:hover {
  padding-top: 66%;
  padding-bottom: 66%;
}

.hover\:px-2\/3:hover {
  padding-left: 66%;
  padding-right: 66%;
}

.hover\:py-1\/2:hover {
  padding-top: 50%;
  padding-bottom: 50%;
}

.hover\:px-1\/2:hover {
  padding-left: 50%;
  padding-right: 50%;
}

.hover\:py-1\/3:hover {
  padding-top: 33%;
  padding-bottom: 33%;
}

.hover\:px-1\/3:hover {
  padding-left: 33%;
  padding-right: 33%;
}

.hover\:py-1\/6:hover {
  padding-top: 16.66667%;
  padding-bottom: 16.66667%;
}

.hover\:px-1\/6:hover {
  padding-left: 16.66667%;
  padding-right: 16.66667%;
}

.hover\:py-5\/6:hover {
  padding-top: 83.33333%;
  padding-bottom: 83.33333%;
}

.hover\:px-5\/6:hover {
  padding-left: 83.33333%;
  padding-right: 83.33333%;
}

.hover\:py-4\/3:hover {
  padding-top: 133.33333%;
  padding-bottom: 133.33333%;
}

.hover\:px-4\/3:hover {
  padding-left: 133.33333%;
  padding-right: 133.33333%;
}

.hover\:py-5\/4:hover {
  padding-top: 125%;
  padding-bottom: 125%;
}

.hover\:px-5\/4:hover {
  padding-left: 125%;
  padding-right: 125%;
}

.hover\:py-7\/5:hover {
  padding-top: 142%;
  padding-bottom: 142%;
}

.hover\:px-7\/5:hover {
  padding-left: 142%;
  padding-right: 142%;
}

.hover\:py-3\/2:hover {
  padding-top: 150%;
  padding-bottom: 150%;
}

.hover\:px-3\/2:hover {
  padding-left: 150%;
  padding-right: 150%;
}

.hover\:py-2\/1:hover {
  padding-top: 200%;
  padding-bottom: 200%;
}

.hover\:px-2\/1:hover {
  padding-left: 200%;
  padding-right: 200%;
}

.hover\:py-3\/1:hover {
  padding-top: 300%;
  padding-bottom: 300%;
}

.hover\:px-3\/1:hover {
  padding-left: 300%;
  padding-right: 300%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:pt-3:hover {
  padding-top: .75rem;
}

.hover\:pr-3:hover {
  padding-right: .75rem;
}

.hover\:pb-3:hover {
  padding-bottom: .75rem;
}

.hover\:pl-3:hover {
  padding-left: .75rem;
}

.hover\:pt-4:hover {
  padding-top: 1rem;
}

.hover\:pr-4:hover {
  padding-right: 1rem;
}

.hover\:pb-4:hover {
  padding-bottom: 1rem;
}

.hover\:pl-4:hover {
  padding-left: 1rem;
}

.hover\:pt-5:hover {
  padding-top: 1.25rem;
}

.hover\:pr-5:hover {
  padding-right: 1.25rem;
}

.hover\:pb-5:hover {
  padding-bottom: 1.25rem;
}

.hover\:pl-5:hover {
  padding-left: 1.25rem;
}

.hover\:pt-6:hover {
  padding-top: 1.5rem;
}

.hover\:pr-6:hover {
  padding-right: 1.5rem;
}

.hover\:pb-6:hover {
  padding-bottom: 1.5rem;
}

.hover\:pl-6:hover {
  padding-left: 1.5rem;
}

.hover\:pt-8:hover {
  padding-top: 2rem;
}

.hover\:pr-8:hover {
  padding-right: 2rem;
}

.hover\:pb-8:hover {
  padding-bottom: 2rem;
}

.hover\:pl-8:hover {
  padding-left: 2rem;
}

.hover\:pt-10:hover {
  padding-top: 2.5rem;
}

.hover\:pr-10:hover {
  padding-right: 2.5rem;
}

.hover\:pb-10:hover {
  padding-bottom: 2.5rem;
}

.hover\:pl-10:hover {
  padding-left: 2.5rem;
}

.hover\:pt-12:hover {
  padding-top: 3rem;
}

.hover\:pr-12:hover {
  padding-right: 3rem;
}

.hover\:pb-12:hover {
  padding-bottom: 3rem;
}

.hover\:pl-12:hover {
  padding-left: 3rem;
}

.hover\:pt-14:hover {
  padding-top: 3.5rem;
}

.hover\:pr-14:hover {
  padding-right: 3.5rem;
}

.hover\:pb-14:hover {
  padding-bottom: 3.5rem;
}

.hover\:pl-14:hover {
  padding-left: 3.5rem;
}

.hover\:pt-16:hover {
  padding-top: 4rem;
}

.hover\:pr-16:hover {
  padding-right: 4rem;
}

.hover\:pb-16:hover {
  padding-bottom: 4rem;
}

.hover\:pl-16:hover {
  padding-left: 4rem;
}

.hover\:pt-20:hover {
  padding-top: 5rem;
}

.hover\:pr-20:hover {
  padding-right: 5rem;
}

.hover\:pb-20:hover {
  padding-bottom: 5rem;
}

.hover\:pl-20:hover {
  padding-left: 5rem;
}

.hover\:pt-24:hover {
  padding-top: 6rem;
}

.hover\:pr-24:hover {
  padding-right: 6rem;
}

.hover\:pb-24:hover {
  padding-bottom: 6rem;
}

.hover\:pl-24:hover {
  padding-left: 6rem;
}

.hover\:pt-28:hover {
  padding-top: 7rem;
}

.hover\:pr-28:hover {
  padding-right: 7rem;
}

.hover\:pb-28:hover {
  padding-bottom: 7rem;
}

.hover\:pl-28:hover {
  padding-left: 7rem;
}

.hover\:pt-32:hover {
  padding-top: 8rem;
}

.hover\:pr-32:hover {
  padding-right: 8rem;
}

.hover\:pb-32:hover {
  padding-bottom: 8rem;
}

.hover\:pl-32:hover {
  padding-left: 8rem;
}

.hover\:pt-48:hover {
  padding-top: 12rem;
}

.hover\:pr-48:hover {
  padding-right: 12rem;
}

.hover\:pb-48:hover {
  padding-bottom: 12rem;
}

.hover\:pl-48:hover {
  padding-left: 12rem;
}

.hover\:pt-64:hover {
  padding-top: 16rem;
}

.hover\:pr-64:hover {
  padding-right: 16rem;
}

.hover\:pb-64:hover {
  padding-bottom: 16rem;
}

.hover\:pl-64:hover {
  padding-left: 16rem;
}

.hover\:pt-80:hover {
  padding-top: 20rem;
}

.hover\:pr-80:hover {
  padding-right: 20rem;
}

.hover\:pb-80:hover {
  padding-bottom: 20rem;
}

.hover\:pl-80:hover {
  padding-left: 20rem;
}

.hover\:pt-88:hover {
  padding-top: 22rem;
}

.hover\:pr-88:hover {
  padding-right: 22rem;
}

.hover\:pb-88:hover {
  padding-bottom: 22rem;
}

.hover\:pl-88:hover {
  padding-left: 22rem;
}

.hover\:pt-96:hover {
  padding-top: 24rem;
}

.hover\:pr-96:hover {
  padding-right: 24rem;
}

.hover\:pb-96:hover {
  padding-bottom: 24rem;
}

.hover\:pl-96:hover {
  padding-left: 24rem;
}

.hover\:pt-px:hover {
  padding-top: 1px;
}

.hover\:pr-px:hover {
  padding-right: 1px;
}

.hover\:pb-px:hover {
  padding-bottom: 1px;
}

.hover\:pl-px:hover {
  padding-left: 1px;
}

.hover\:pt-100px:hover {
  padding-top: 100px;
}

.hover\:pr-100px:hover {
  padding-right: 100px;
}

.hover\:pb-100px:hover {
  padding-bottom: 100px;
}

.hover\:pl-100px:hover {
  padding-left: 100px;
}

.hover\:pt-1\/1:hover {
  padding-top: 100%;
}

.hover\:pr-1\/1:hover {
  padding-right: 100%;
}

.hover\:pb-1\/1:hover {
  padding-bottom: 100%;
}

.hover\:pl-1\/1:hover {
  padding-left: 100%;
}

.hover\:pt-3\/4:hover {
  padding-top: 75%;
}

.hover\:pr-3\/4:hover {
  padding-right: 75%;
}

.hover\:pb-3\/4:hover {
  padding-bottom: 75%;
}

.hover\:pl-3\/4:hover {
  padding-left: 75%;
}

.hover\:pt-4\/5:hover {
  padding-top: 80%;
}

.hover\:pr-4\/5:hover {
  padding-right: 80%;
}

.hover\:pb-4\/5:hover {
  padding-bottom: 80%;
}

.hover\:pl-4\/5:hover {
  padding-left: 80%;
}

.hover\:pt-2\/3:hover {
  padding-top: 66%;
}

.hover\:pr-2\/3:hover {
  padding-right: 66%;
}

.hover\:pb-2\/3:hover {
  padding-bottom: 66%;
}

.hover\:pl-2\/3:hover {
  padding-left: 66%;
}

.hover\:pt-1\/2:hover {
  padding-top: 50%;
}

.hover\:pr-1\/2:hover {
  padding-right: 50%;
}

.hover\:pb-1\/2:hover {
  padding-bottom: 50%;
}

.hover\:pl-1\/2:hover {
  padding-left: 50%;
}

.hover\:pt-1\/3:hover {
  padding-top: 33%;
}

.hover\:pr-1\/3:hover {
  padding-right: 33%;
}

.hover\:pb-1\/3:hover {
  padding-bottom: 33%;
}

.hover\:pl-1\/3:hover {
  padding-left: 33%;
}

.hover\:pt-1\/6:hover {
  padding-top: 16.66667%;
}

.hover\:pr-1\/6:hover {
  padding-right: 16.66667%;
}

.hover\:pb-1\/6:hover {
  padding-bottom: 16.66667%;
}

.hover\:pl-1\/6:hover {
  padding-left: 16.66667%;
}

.hover\:pt-5\/6:hover {
  padding-top: 83.33333%;
}

.hover\:pr-5\/6:hover {
  padding-right: 83.33333%;
}

.hover\:pb-5\/6:hover {
  padding-bottom: 83.33333%;
}

.hover\:pl-5\/6:hover {
  padding-left: 83.33333%;
}

.hover\:pt-4\/3:hover {
  padding-top: 133.33333%;
}

.hover\:pr-4\/3:hover {
  padding-right: 133.33333%;
}

.hover\:pb-4\/3:hover {
  padding-bottom: 133.33333%;
}

.hover\:pl-4\/3:hover {
  padding-left: 133.33333%;
}

.hover\:pt-5\/4:hover {
  padding-top: 125%;
}

.hover\:pr-5\/4:hover {
  padding-right: 125%;
}

.hover\:pb-5\/4:hover {
  padding-bottom: 125%;
}

.hover\:pl-5\/4:hover {
  padding-left: 125%;
}

.hover\:pt-7\/5:hover {
  padding-top: 142%;
}

.hover\:pr-7\/5:hover {
  padding-right: 142%;
}

.hover\:pb-7\/5:hover {
  padding-bottom: 142%;
}

.hover\:pl-7\/5:hover {
  padding-left: 142%;
}

.hover\:pt-3\/2:hover {
  padding-top: 150%;
}

.hover\:pr-3\/2:hover {
  padding-right: 150%;
}

.hover\:pb-3\/2:hover {
  padding-bottom: 150%;
}

.hover\:pl-3\/2:hover {
  padding-left: 150%;
}

.hover\:pt-2\/1:hover {
  padding-top: 200%;
}

.hover\:pr-2\/1:hover {
  padding-right: 200%;
}

.hover\:pb-2\/1:hover {
  padding-bottom: 200%;
}

.hover\:pl-2\/1:hover {
  padding-left: 200%;
}

.hover\:pt-3\/1:hover {
  padding-top: 300%;
}

.hover\:pr-3\/1:hover {
  padding-right: 300%;
}

.hover\:pb-3\/1:hover {
  padding-bottom: 300%;
}

.hover\:pl-3\/1:hover {
  padding-left: 300%;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-x {
  right: 0;
  left: 0;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

.shadow-none {
  box-shadow: none;
}

.hover\:shadow:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.focus\:shadow:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.focus\:shadow-lg:focus {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

.focus\:shadow-none:focus {
  box-shadow: none;
}

.group:hover .group-hover\:shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.group:hover .group-hover\:shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.group:hover .group-hover\:shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.group:hover .group-hover\:shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.group:hover .group-hover\:shadow-outline {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

.group:hover .group-hover\:shadow-none {
  box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-inherit {
  color: inherit;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: #202020;
}

.text-grey-darkest {
  color: #373a3d;
}

.text-grey-darker {
  color: #6e747a;
}

.text-grey-dark {
  color: #a6afb8;
}

.text-grey {
  color: #b8c2cc;
}

.text-grey-light {
  color: #cdd4db;
}

.text-grey-lighter {
  color: #e3e7eb;
}

.text-grey-lightest {
  color: #fafafa;
}

.text-white {
  color: #fff;
}

.text-red-darkest {
  color: #3b0d0c;
}

.text-red-darker {
  color: #621b18;
}

.text-red-dark {
  color: #cc1f1a;
}

.text-red {
  color: #e3342f;
}

.text-red-light {
  color: #ef5753;
}

.text-red-lighter {
  color: #f9acaa;
}

.text-red-lightest {
  color: #fcebea;
}

.text-blue-darkest {
  color: #12283a;
}

.text-blue-darker {
  color: #1c3d5a;
}

.text-blue-dark {
  color: #2779bd;
}

.text-blue {
  color: #00448a;
}

.text-blue-light {
  color: #6cb2eb;
}

.text-blue-lighter {
  color: #bcdefa;
}

.text-blue-lightest {
  color: #eff8ff;
}

.text-beige-darkest {
  color: #474543;
}

.text-beige-darker {
  color: #8d8a86;
}

.text-beige-dark {
  color: #d4cfc9;
}

.text-beige {
  color: #ebe6df;
}

.text-beige-light {
  color: #f1eee9;
}

.text-beige-lighter {
  color: #f7f5f2;
}

.text-beige-lightest {
  color: #fdfdfc;
}

.text-green-darkest {
  color: #1c3630;
}

.text-green-darker {
  color: #376b60;
}

.text-green-dark {
  color: #53a190;
}

.text-green {
  color: #5cb3a0;
}

.text-green-light {
  color: #8dcabd;
}

.text-green-lighter {
  color: #bee1d9;
}

.text-green-lightest {
  color: #eff7f6;
}

.text-chioscored-darkest {
  color: #2e0d13;
}

.text-chioscored-darker {
  color: #5b1a26;
}

.text-chioscored-dark {
  color: #89283a;
}

.text-chioscored {
  color: #982c40;
}

.text-chioscored-light {
  color: #b76b79;
}

.text-chioscored-lighter {
  color: #d6abb3;
}

.text-chioscored-lightest {
  color: #f5eaec;
}

.text-body {
  color: #808080;
}

.text-navbar {
  color: #a5b6c6;
}

.hover\:text-inherit:hover {
  color: inherit;
}

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

.hover\:text-black:hover {
  color: #202020;
}

.hover\:text-grey-darkest:hover {
  color: #373a3d;
}

.hover\:text-grey-darker:hover {
  color: #6e747a;
}

.hover\:text-grey-dark:hover {
  color: #a6afb8;
}

.hover\:text-grey:hover {
  color: #b8c2cc;
}

.hover\:text-grey-light:hover {
  color: #cdd4db;
}

.hover\:text-grey-lighter:hover {
  color: #e3e7eb;
}

.hover\:text-grey-lightest:hover {
  color: #fafafa;
}

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

.hover\:text-red-darkest:hover {
  color: #3b0d0c;
}

.hover\:text-red-darker:hover {
  color: #621b18;
}

.hover\:text-red-dark:hover {
  color: #cc1f1a;
}

.hover\:text-red:hover {
  color: #e3342f;
}

.hover\:text-red-light:hover {
  color: #ef5753;
}

.hover\:text-red-lighter:hover {
  color: #f9acaa;
}

.hover\:text-red-lightest:hover {
  color: #fcebea;
}

.hover\:text-blue-darkest:hover {
  color: #12283a;
}

.hover\:text-blue-darker:hover {
  color: #1c3d5a;
}

.hover\:text-blue-dark:hover {
  color: #2779bd;
}

.hover\:text-blue:hover {
  color: #00448a;
}

.hover\:text-blue-light:hover {
  color: #6cb2eb;
}

.hover\:text-blue-lighter:hover {
  color: #bcdefa;
}

.hover\:text-blue-lightest:hover {
  color: #eff8ff;
}

.hover\:text-beige-darkest:hover {
  color: #474543;
}

.hover\:text-beige-darker:hover {
  color: #8d8a86;
}

.hover\:text-beige-dark:hover {
  color: #d4cfc9;
}

.hover\:text-beige:hover {
  color: #ebe6df;
}

.hover\:text-beige-light:hover {
  color: #f1eee9;
}

.hover\:text-beige-lighter:hover {
  color: #f7f5f2;
}

.hover\:text-beige-lightest:hover {
  color: #fdfdfc;
}

.hover\:text-green-darkest:hover {
  color: #1c3630;
}

.hover\:text-green-darker:hover {
  color: #376b60;
}

.hover\:text-green-dark:hover {
  color: #53a190;
}

.hover\:text-green:hover {
  color: #5cb3a0;
}

.hover\:text-green-light:hover {
  color: #8dcabd;
}

.hover\:text-green-lighter:hover {
  color: #bee1d9;
}

.hover\:text-green-lightest:hover {
  color: #eff7f6;
}

.hover\:text-chioscored-darkest:hover {
  color: #2e0d13;
}

.hover\:text-chioscored-darker:hover {
  color: #5b1a26;
}

.hover\:text-chioscored-dark:hover {
  color: #89283a;
}

.hover\:text-chioscored:hover {
  color: #982c40;
}

.hover\:text-chioscored-light:hover {
  color: #b76b79;
}

.hover\:text-chioscored-lighter:hover {
  color: #d6abb3;
}

.hover\:text-chioscored-lightest:hover {
  color: #f5eaec;
}

.hover\:text-body:hover {
  color: #808080;
}

.hover\:text-navbar:hover {
  color: #a5b6c6;
}

.focus\:text-inherit:focus {
  color: inherit;
}

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

.focus\:text-black:focus {
  color: #202020;
}

.focus\:text-grey-darkest:focus {
  color: #373a3d;
}

.focus\:text-grey-darker:focus {
  color: #6e747a;
}

.focus\:text-grey-dark:focus {
  color: #a6afb8;
}

.focus\:text-grey:focus {
  color: #b8c2cc;
}

.focus\:text-grey-light:focus {
  color: #cdd4db;
}

.focus\:text-grey-lighter:focus {
  color: #e3e7eb;
}

.focus\:text-grey-lightest:focus {
  color: #fafafa;
}

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

.focus\:text-red-darkest:focus {
  color: #3b0d0c;
}

.focus\:text-red-darker:focus {
  color: #621b18;
}

.focus\:text-red-dark:focus {
  color: #cc1f1a;
}

.focus\:text-red:focus {
  color: #e3342f;
}

.focus\:text-red-light:focus {
  color: #ef5753;
}

.focus\:text-red-lighter:focus {
  color: #f9acaa;
}

.focus\:text-red-lightest:focus {
  color: #fcebea;
}

.focus\:text-blue-darkest:focus {
  color: #12283a;
}

.focus\:text-blue-darker:focus {
  color: #1c3d5a;
}

.focus\:text-blue-dark:focus {
  color: #2779bd;
}

.focus\:text-blue:focus {
  color: #00448a;
}

.focus\:text-blue-light:focus {
  color: #6cb2eb;
}

.focus\:text-blue-lighter:focus {
  color: #bcdefa;
}

.focus\:text-blue-lightest:focus {
  color: #eff8ff;
}

.focus\:text-beige-darkest:focus {
  color: #474543;
}

.focus\:text-beige-darker:focus {
  color: #8d8a86;
}

.focus\:text-beige-dark:focus {
  color: #d4cfc9;
}

.focus\:text-beige:focus {
  color: #ebe6df;
}

.focus\:text-beige-light:focus {
  color: #f1eee9;
}

.focus\:text-beige-lighter:focus {
  color: #f7f5f2;
}

.focus\:text-beige-lightest:focus {
  color: #fdfdfc;
}

.focus\:text-green-darkest:focus {
  color: #1c3630;
}

.focus\:text-green-darker:focus {
  color: #376b60;
}

.focus\:text-green-dark:focus {
  color: #53a190;
}

.focus\:text-green:focus {
  color: #5cb3a0;
}

.focus\:text-green-light:focus {
  color: #8dcabd;
}

.focus\:text-green-lighter:focus {
  color: #bee1d9;
}

.focus\:text-green-lightest:focus {
  color: #eff7f6;
}

.focus\:text-chioscored-darkest:focus {
  color: #2e0d13;
}

.focus\:text-chioscored-darker:focus {
  color: #5b1a26;
}

.focus\:text-chioscored-dark:focus {
  color: #89283a;
}

.focus\:text-chioscored:focus {
  color: #982c40;
}

.focus\:text-chioscored-light:focus {
  color: #b76b79;
}

.focus\:text-chioscored-lighter:focus {
  color: #d6abb3;
}

.focus\:text-chioscored-lightest:focus {
  color: #f5eaec;
}

.focus\:text-body:focus {
  color: #808080;
}

.focus\:text-navbar:focus {
  color: #a5b6c6;
}

.group:hover .group-hover\:text-inherit {
  color: inherit;
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-black {
  color: #202020;
}

.group:hover .group-hover\:text-grey-darkest {
  color: #373a3d;
}

.group:hover .group-hover\:text-grey-darker {
  color: #6e747a;
}

.group:hover .group-hover\:text-grey-dark {
  color: #a6afb8;
}

.group:hover .group-hover\:text-grey {
  color: #b8c2cc;
}

.group:hover .group-hover\:text-grey-light {
  color: #cdd4db;
}

.group:hover .group-hover\:text-grey-lighter {
  color: #e3e7eb;
}

.group:hover .group-hover\:text-grey-lightest {
  color: #fafafa;
}

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

.group:hover .group-hover\:text-red-darkest {
  color: #3b0d0c;
}

.group:hover .group-hover\:text-red-darker {
  color: #621b18;
}

.group:hover .group-hover\:text-red-dark {
  color: #cc1f1a;
}

.group:hover .group-hover\:text-red {
  color: #e3342f;
}

.group:hover .group-hover\:text-red-light {
  color: #ef5753;
}

.group:hover .group-hover\:text-red-lighter {
  color: #f9acaa;
}

.group:hover .group-hover\:text-red-lightest {
  color: #fcebea;
}

.group:hover .group-hover\:text-blue-darkest {
  color: #12283a;
}

.group:hover .group-hover\:text-blue-darker {
  color: #1c3d5a;
}

.group:hover .group-hover\:text-blue-dark {
  color: #2779bd;
}

.group:hover .group-hover\:text-blue {
  color: #00448a;
}

.group:hover .group-hover\:text-blue-light {
  color: #6cb2eb;
}

.group:hover .group-hover\:text-blue-lighter {
  color: #bcdefa;
}

.group:hover .group-hover\:text-blue-lightest {
  color: #eff8ff;
}

.group:hover .group-hover\:text-beige-darkest {
  color: #474543;
}

.group:hover .group-hover\:text-beige-darker {
  color: #8d8a86;
}

.group:hover .group-hover\:text-beige-dark {
  color: #d4cfc9;
}

.group:hover .group-hover\:text-beige {
  color: #ebe6df;
}

.group:hover .group-hover\:text-beige-light {
  color: #f1eee9;
}

.group:hover .group-hover\:text-beige-lighter {
  color: #f7f5f2;
}

.group:hover .group-hover\:text-beige-lightest {
  color: #fdfdfc;
}

.group:hover .group-hover\:text-green-darkest {
  color: #1c3630;
}

.group:hover .group-hover\:text-green-darker {
  color: #376b60;
}

.group:hover .group-hover\:text-green-dark {
  color: #53a190;
}

.group:hover .group-hover\:text-green {
  color: #5cb3a0;
}

.group:hover .group-hover\:text-green-light {
  color: #8dcabd;
}

.group:hover .group-hover\:text-green-lighter {
  color: #bee1d9;
}

.group:hover .group-hover\:text-green-lightest {
  color: #eff7f6;
}

.group:hover .group-hover\:text-chioscored-darkest {
  color: #2e0d13;
}

.group:hover .group-hover\:text-chioscored-darker {
  color: #5b1a26;
}

.group:hover .group-hover\:text-chioscored-dark {
  color: #89283a;
}

.group:hover .group-hover\:text-chioscored {
  color: #982c40;
}

.group:hover .group-hover\:text-chioscored-light {
  color: #b76b79;
}

.group:hover .group-hover\:text-chioscored-lighter {
  color: #d6abb3;
}

.group:hover .group-hover\:text-chioscored-lightest {
  color: #f5eaec;
}

.group:hover .group-hover\:text-body {
  color: #808080;
}

.group:hover .group-hover\:text-navbar {
  color: #a5b6c6;
}

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

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

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

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

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

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

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

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

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

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

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

.text-title-sm {
  font-size: 2rem;
}

.text-title {
  font-size: 2.5rem;
}

.italic {
  font-style: italic;
}

.roman {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:roman:hover {
  font-style: normal;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

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

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.focus\:italic:focus {
  font-style: italic;
}

.focus\:roman:focus {
  font-style: normal;
}

.focus\:uppercase:focus {
  text-transform: uppercase;
}

.focus\:lowercase:focus {
  text-transform: lowercase;
}

.focus\:capitalize:focus {
  text-transform: capitalize;
}

.focus\:normal-case:focus {
  text-transform: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.group:hover .group-hover\:italic {
  font-style: italic;
}

.group:hover .group-hover\:roman {
  font-style: normal;
}

.group:hover .group-hover\:uppercase {
  text-transform: uppercase;
}

.group:hover .group-hover\:lowercase {
  text-transform: lowercase;
}

.group:hover .group-hover\:capitalize {
  text-transform: capitalize;
}

.group:hover .group-hover\:normal-case {
  text-transform: none;
}

.group:hover .group-hover\:underline {
  text-decoration: underline;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none;
}

.group:hover .group-hover\:antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.group:hover .group-hover\:subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: .05em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-1 {
  width: .25rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

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

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

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-100px {
  width: 100px;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sm\:list-reset {
    list-style: none;
    padding: 0;
  }

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

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

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

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

  .sm\:bg-inherit {
    background-color: inherit;
  }

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

  .sm\:bg-black {
    background-color: #202020;
  }

  .sm\:bg-grey-darkest {
    background-color: #373a3d;
  }

  .sm\:bg-grey-darker {
    background-color: #6e747a;
  }

  .sm\:bg-grey-dark {
    background-color: #a6afb8;
  }

  .sm\:bg-grey {
    background-color: #b8c2cc;
  }

  .sm\:bg-grey-light {
    background-color: #cdd4db;
  }

  .sm\:bg-grey-lighter {
    background-color: #e3e7eb;
  }

  .sm\:bg-grey-lightest {
    background-color: #fafafa;
  }

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

  .sm\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .sm\:bg-red-darker {
    background-color: #621b18;
  }

  .sm\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .sm\:bg-red {
    background-color: #e3342f;
  }

  .sm\:bg-red-light {
    background-color: #ef5753;
  }

  .sm\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .sm\:bg-red-lightest {
    background-color: #fcebea;
  }

  .sm\:bg-blue-darkest {
    background-color: #12283a;
  }

  .sm\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .sm\:bg-blue-dark {
    background-color: #2779bd;
  }

  .sm\:bg-blue {
    background-color: #00448a;
  }

  .sm\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .sm\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .sm\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .sm\:bg-beige-darkest {
    background-color: #474543;
  }

  .sm\:bg-beige-darker {
    background-color: #8d8a86;
  }

  .sm\:bg-beige-dark {
    background-color: #d4cfc9;
  }

  .sm\:bg-beige {
    background-color: #ebe6df;
  }

  .sm\:bg-beige-light {
    background-color: #f1eee9;
  }

  .sm\:bg-beige-lighter {
    background-color: #f7f5f2;
  }

  .sm\:bg-beige-lightest {
    background-color: #fdfdfc;
  }

  .sm\:bg-green-darkest {
    background-color: #1c3630;
  }

  .sm\:bg-green-darker {
    background-color: #376b60;
  }

  .sm\:bg-green-dark {
    background-color: #53a190;
  }

  .sm\:bg-green {
    background-color: #5cb3a0;
  }

  .sm\:bg-green-light {
    background-color: #8dcabd;
  }

  .sm\:bg-green-lighter {
    background-color: #bee1d9;
  }

  .sm\:bg-green-lightest {
    background-color: #eff7f6;
  }

  .sm\:bg-chioscored-darkest {
    background-color: #2e0d13;
  }

  .sm\:bg-chioscored-darker {
    background-color: #5b1a26;
  }

  .sm\:bg-chioscored-dark {
    background-color: #89283a;
  }

  .sm\:bg-chioscored {
    background-color: #982c40;
  }

  .sm\:bg-chioscored-light {
    background-color: #b76b79;
  }

  .sm\:bg-chioscored-lighter {
    background-color: #d6abb3;
  }

  .sm\:bg-chioscored-lightest {
    background-color: #f5eaec;
  }

  .sm\:bg-body {
    background-color: #808080;
  }

  .sm\:bg-navbar {
    background-color: #a5b6c6;
  }

  .sm\:hover\:bg-inherit:hover {
    background-color: inherit;
  }

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

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

  .sm\:hover\:bg-grey-darkest:hover {
    background-color: #373a3d;
  }

  .sm\:hover\:bg-grey-darker:hover {
    background-color: #6e747a;
  }

  .sm\:hover\:bg-grey-dark:hover {
    background-color: #a6afb8;
  }

  .sm\:hover\:bg-grey:hover {
    background-color: #b8c2cc;
  }

  .sm\:hover\:bg-grey-light:hover {
    background-color: #cdd4db;
  }

  .sm\:hover\:bg-grey-lighter:hover {
    background-color: #e3e7eb;
  }

  .sm\:hover\:bg-grey-lightest:hover {
    background-color: #fafafa;
  }

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

  .sm\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .sm\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }

  .sm\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }

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

  .sm\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }

  .sm\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .sm\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .sm\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .sm\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .sm\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .sm\:hover\:bg-blue:hover {
    background-color: #00448a;
  }

  .sm\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .sm\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .sm\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .sm\:hover\:bg-beige-darkest:hover {
    background-color: #474543;
  }

  .sm\:hover\:bg-beige-darker:hover {
    background-color: #8d8a86;
  }

  .sm\:hover\:bg-beige-dark:hover {
    background-color: #d4cfc9;
  }

  .sm\:hover\:bg-beige:hover {
    background-color: #ebe6df;
  }

  .sm\:hover\:bg-beige-light:hover {
    background-color: #f1eee9;
  }

  .sm\:hover\:bg-beige-lighter:hover {
    background-color: #f7f5f2;
  }

  .sm\:hover\:bg-beige-lightest:hover {
    background-color: #fdfdfc;
  }

  .sm\:hover\:bg-green-darkest:hover {
    background-color: #1c3630;
  }

  .sm\:hover\:bg-green-darker:hover {
    background-color: #376b60;
  }

  .sm\:hover\:bg-green-dark:hover {
    background-color: #53a190;
  }

  .sm\:hover\:bg-green:hover {
    background-color: #5cb3a0;
  }

  .sm\:hover\:bg-green-light:hover {
    background-color: #8dcabd;
  }

  .sm\:hover\:bg-green-lighter:hover {
    background-color: #bee1d9;
  }

  .sm\:hover\:bg-green-lightest:hover {
    background-color: #eff7f6;
  }

  .sm\:hover\:bg-chioscored-darkest:hover {
    background-color: #2e0d13;
  }

  .sm\:hover\:bg-chioscored-darker:hover {
    background-color: #5b1a26;
  }

  .sm\:hover\:bg-chioscored-dark:hover {
    background-color: #89283a;
  }

  .sm\:hover\:bg-chioscored:hover {
    background-color: #982c40;
  }

  .sm\:hover\:bg-chioscored-light:hover {
    background-color: #b76b79;
  }

  .sm\:hover\:bg-chioscored-lighter:hover {
    background-color: #d6abb3;
  }

  .sm\:hover\:bg-chioscored-lightest:hover {
    background-color: #f5eaec;
  }

  .sm\:hover\:bg-body:hover {
    background-color: #808080;
  }

  .sm\:hover\:bg-navbar:hover {
    background-color: #a5b6c6;
  }

  .sm\:focus\:bg-inherit:focus {
    background-color: inherit;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-black:focus {
    background-color: #202020;
  }

  .sm\:focus\:bg-grey-darkest:focus {
    background-color: #373a3d;
  }

  .sm\:focus\:bg-grey-darker:focus {
    background-color: #6e747a;
  }

  .sm\:focus\:bg-grey-dark:focus {
    background-color: #a6afb8;
  }

  .sm\:focus\:bg-grey:focus {
    background-color: #b8c2cc;
  }

  .sm\:focus\:bg-grey-light:focus {
    background-color: #cdd4db;
  }

  .sm\:focus\:bg-grey-lighter:focus {
    background-color: #e3e7eb;
  }

  .sm\:focus\:bg-grey-lightest:focus {
    background-color: #fafafa;
  }

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

  .sm\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }

  .sm\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }

  .sm\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }

  .sm\:focus\:bg-red:focus {
    background-color: #e3342f;
  }

  .sm\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }

  .sm\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }

  .sm\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }

  .sm\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }

  .sm\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }

  .sm\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }

  .sm\:focus\:bg-blue:focus {
    background-color: #00448a;
  }

  .sm\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }

  .sm\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }

  .sm\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }

  .sm\:focus\:bg-beige-darkest:focus {
    background-color: #474543;
  }

  .sm\:focus\:bg-beige-darker:focus {
    background-color: #8d8a86;
  }

  .sm\:focus\:bg-beige-dark:focus {
    background-color: #d4cfc9;
  }

  .sm\:focus\:bg-beige:focus {
    background-color: #ebe6df;
  }

  .sm\:focus\:bg-beige-light:focus {
    background-color: #f1eee9;
  }

  .sm\:focus\:bg-beige-lighter:focus {
    background-color: #f7f5f2;
  }

  .sm\:focus\:bg-beige-lightest:focus {
    background-color: #fdfdfc;
  }

  .sm\:focus\:bg-green-darkest:focus {
    background-color: #1c3630;
  }

  .sm\:focus\:bg-green-darker:focus {
    background-color: #376b60;
  }

  .sm\:focus\:bg-green-dark:focus {
    background-color: #53a190;
  }

  .sm\:focus\:bg-green:focus {
    background-color: #5cb3a0;
  }

  .sm\:focus\:bg-green-light:focus {
    background-color: #8dcabd;
  }

  .sm\:focus\:bg-green-lighter:focus {
    background-color: #bee1d9;
  }

  .sm\:focus\:bg-green-lightest:focus {
    background-color: #eff7f6;
  }

  .sm\:focus\:bg-chioscored-darkest:focus {
    background-color: #2e0d13;
  }

  .sm\:focus\:bg-chioscored-darker:focus {
    background-color: #5b1a26;
  }

  .sm\:focus\:bg-chioscored-dark:focus {
    background-color: #89283a;
  }

  .sm\:focus\:bg-chioscored:focus {
    background-color: #982c40;
  }

  .sm\:focus\:bg-chioscored-light:focus {
    background-color: #b76b79;
  }

  .sm\:focus\:bg-chioscored-lighter:focus {
    background-color: #d6abb3;
  }

  .sm\:focus\:bg-chioscored-lightest:focus {
    background-color: #f5eaec;
  }

  .sm\:focus\:bg-body:focus {
    background-color: #808080;
  }

  .sm\:focus\:bg-navbar:focus {
    background-color: #a5b6c6;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:border-black {
    border-color: #202020;
  }

  .sm\:border-grey-darkest {
    border-color: #373a3d;
  }

  .sm\:border-grey-darker {
    border-color: #6e747a;
  }

  .sm\:border-grey-dark {
    border-color: #a6afb8;
  }

  .sm\:border-grey {
    border-color: #b8c2cc;
  }

  .sm\:border-grey-light {
    border-color: #cdd4db;
  }

  .sm\:border-grey-lighter {
    border-color: #e3e7eb;
  }

  .sm\:border-grey-lightest {
    border-color: #fafafa;
  }

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

  .sm\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .sm\:border-red-darker {
    border-color: #621b18;
  }

  .sm\:border-red-dark {
    border-color: #cc1f1a;
  }

  .sm\:border-red {
    border-color: #e3342f;
  }

  .sm\:border-red-light {
    border-color: #ef5753;
  }

  .sm\:border-red-lighter {
    border-color: #f9acaa;
  }

  .sm\:border-red-lightest {
    border-color: #fcebea;
  }

  .sm\:border-blue-darkest {
    border-color: #12283a;
  }

  .sm\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .sm\:border-blue-dark {
    border-color: #2779bd;
  }

  .sm\:border-blue {
    border-color: #00448a;
  }

  .sm\:border-blue-light {
    border-color: #6cb2eb;
  }

  .sm\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .sm\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .sm\:border-beige-darkest {
    border-color: #474543;
  }

  .sm\:border-beige-darker {
    border-color: #8d8a86;
  }

  .sm\:border-beige-dark {
    border-color: #d4cfc9;
  }

  .sm\:border-beige {
    border-color: #ebe6df;
  }

  .sm\:border-beige-light {
    border-color: #f1eee9;
  }

  .sm\:border-beige-lighter {
    border-color: #f7f5f2;
  }

  .sm\:border-beige-lightest {
    border-color: #fdfdfc;
  }

  .sm\:border-green-darkest {
    border-color: #1c3630;
  }

  .sm\:border-green-darker {
    border-color: #376b60;
  }

  .sm\:border-green-dark {
    border-color: #53a190;
  }

  .sm\:border-green {
    border-color: #5cb3a0;
  }

  .sm\:border-green-light {
    border-color: #8dcabd;
  }

  .sm\:border-green-lighter {
    border-color: #bee1d9;
  }

  .sm\:border-green-lightest {
    border-color: #eff7f6;
  }

  .sm\:border-chioscored-darkest {
    border-color: #2e0d13;
  }

  .sm\:border-chioscored-darker {
    border-color: #5b1a26;
  }

  .sm\:border-chioscored-dark {
    border-color: #89283a;
  }

  .sm\:border-chioscored {
    border-color: #982c40;
  }

  .sm\:border-chioscored-light {
    border-color: #b76b79;
  }

  .sm\:border-chioscored-lighter {
    border-color: #d6abb3;
  }

  .sm\:border-chioscored-lightest {
    border-color: #f5eaec;
  }

  .sm\:border-body {
    border-color: #808080;
  }

  .sm\:border-navbar {
    border-color: #a5b6c6;
  }

  .sm\:hover\:border-inherit:hover {
    border-color: inherit;
  }

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

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

  .sm\:hover\:border-grey-darkest:hover {
    border-color: #373a3d;
  }

  .sm\:hover\:border-grey-darker:hover {
    border-color: #6e747a;
  }

  .sm\:hover\:border-grey-dark:hover {
    border-color: #a6afb8;
  }

  .sm\:hover\:border-grey:hover {
    border-color: #b8c2cc;
  }

  .sm\:hover\:border-grey-light:hover {
    border-color: #cdd4db;
  }

  .sm\:hover\:border-grey-lighter:hover {
    border-color: #e3e7eb;
  }

  .sm\:hover\:border-grey-lightest:hover {
    border-color: #fafafa;
  }

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

  .sm\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .sm\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }

  .sm\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }

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

  .sm\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }

  .sm\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .sm\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }

  .sm\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }

  .sm\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .sm\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }

  .sm\:hover\:border-blue:hover {
    border-color: #00448a;
  }

  .sm\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .sm\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .sm\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .sm\:hover\:border-beige-darkest:hover {
    border-color: #474543;
  }

  .sm\:hover\:border-beige-darker:hover {
    border-color: #8d8a86;
  }

  .sm\:hover\:border-beige-dark:hover {
    border-color: #d4cfc9;
  }

  .sm\:hover\:border-beige:hover {
    border-color: #ebe6df;
  }

  .sm\:hover\:border-beige-light:hover {
    border-color: #f1eee9;
  }

  .sm\:hover\:border-beige-lighter:hover {
    border-color: #f7f5f2;
  }

  .sm\:hover\:border-beige-lightest:hover {
    border-color: #fdfdfc;
  }

  .sm\:hover\:border-green-darkest:hover {
    border-color: #1c3630;
  }

  .sm\:hover\:border-green-darker:hover {
    border-color: #376b60;
  }

  .sm\:hover\:border-green-dark:hover {
    border-color: #53a190;
  }

  .sm\:hover\:border-green:hover {
    border-color: #5cb3a0;
  }

  .sm\:hover\:border-green-light:hover {
    border-color: #8dcabd;
  }

  .sm\:hover\:border-green-lighter:hover {
    border-color: #bee1d9;
  }

  .sm\:hover\:border-green-lightest:hover {
    border-color: #eff7f6;
  }

  .sm\:hover\:border-chioscored-darkest:hover {
    border-color: #2e0d13;
  }

  .sm\:hover\:border-chioscored-darker:hover {
    border-color: #5b1a26;
  }

  .sm\:hover\:border-chioscored-dark:hover {
    border-color: #89283a;
  }

  .sm\:hover\:border-chioscored:hover {
    border-color: #982c40;
  }

  .sm\:hover\:border-chioscored-light:hover {
    border-color: #b76b79;
  }

  .sm\:hover\:border-chioscored-lighter:hover {
    border-color: #d6abb3;
  }

  .sm\:hover\:border-chioscored-lightest:hover {
    border-color: #f5eaec;
  }

  .sm\:hover\:border-body:hover {
    border-color: #808080;
  }

  .sm\:hover\:border-navbar:hover {
    border-color: #a5b6c6;
  }

  .sm\:focus\:border-inherit:focus {
    border-color: inherit;
  }

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

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

  .sm\:focus\:border-grey-darkest:focus {
    border-color: #373a3d;
  }

  .sm\:focus\:border-grey-darker:focus {
    border-color: #6e747a;
  }

  .sm\:focus\:border-grey-dark:focus {
    border-color: #a6afb8;
  }

  .sm\:focus\:border-grey:focus {
    border-color: #b8c2cc;
  }

  .sm\:focus\:border-grey-light:focus {
    border-color: #cdd4db;
  }

  .sm\:focus\:border-grey-lighter:focus {
    border-color: #e3e7eb;
  }

  .sm\:focus\:border-grey-lightest:focus {
    border-color: #fafafa;
  }

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

  .sm\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }

  .sm\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }

  .sm\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }

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

  .sm\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }

  .sm\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }

  .sm\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }

  .sm\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }

  .sm\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }

  .sm\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }

  .sm\:focus\:border-blue:focus {
    border-color: #00448a;
  }

  .sm\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }

  .sm\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }

  .sm\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }

  .sm\:focus\:border-beige-darkest:focus {
    border-color: #474543;
  }

  .sm\:focus\:border-beige-darker:focus {
    border-color: #8d8a86;
  }

  .sm\:focus\:border-beige-dark:focus {
    border-color: #d4cfc9;
  }

  .sm\:focus\:border-beige:focus {
    border-color: #ebe6df;
  }

  .sm\:focus\:border-beige-light:focus {
    border-color: #f1eee9;
  }

  .sm\:focus\:border-beige-lighter:focus {
    border-color: #f7f5f2;
  }

  .sm\:focus\:border-beige-lightest:focus {
    border-color: #fdfdfc;
  }

  .sm\:focus\:border-green-darkest:focus {
    border-color: #1c3630;
  }

  .sm\:focus\:border-green-darker:focus {
    border-color: #376b60;
  }

  .sm\:focus\:border-green-dark:focus {
    border-color: #53a190;
  }

  .sm\:focus\:border-green:focus {
    border-color: #5cb3a0;
  }

  .sm\:focus\:border-green-light:focus {
    border-color: #8dcabd;
  }

  .sm\:focus\:border-green-lighter:focus {
    border-color: #bee1d9;
  }

  .sm\:focus\:border-green-lightest:focus {
    border-color: #eff7f6;
  }

  .sm\:focus\:border-chioscored-darkest:focus {
    border-color: #2e0d13;
  }

  .sm\:focus\:border-chioscored-darker:focus {
    border-color: #5b1a26;
  }

  .sm\:focus\:border-chioscored-dark:focus {
    border-color: #89283a;
  }

  .sm\:focus\:border-chioscored:focus {
    border-color: #982c40;
  }

  .sm\:focus\:border-chioscored-light:focus {
    border-color: #b76b79;
  }

  .sm\:focus\:border-chioscored-lighter:focus {
    border-color: #d6abb3;
  }

  .sm\:focus\:border-chioscored-lightest:focus {
    border-color: #f5eaec;
  }

  .sm\:focus\:border-body:focus {
    border-color: #808080;
  }

  .sm\:focus\:border-navbar:focus {
    border-color: #a5b6c6;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:border {
    border-width: 1px;
  }

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

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

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

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

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

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-6 {
    border-top-width: 6px;
  }

  .sm\:border-r-6 {
    border-right-width: 6px;
  }

  .sm\:border-b-6 {
    border-bottom-width: 6px;
  }

  .sm\:border-l-6 {
    border-left-width: 6px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-no-grow {
    flex-grow: 0;
  }

  .sm\:flex-no-shrink {
    flex-shrink: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-sans {
    font-family: AcuminPro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .sm\:font-serif {
    font-family: Farmhand, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-1 {
    height: .25rem;
  }

  .sm\:h-2 {
    height: .5rem;
  }

  .sm\:h-3 {
    height: .75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-88 {
    height: 22rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-100px {
    height: 100px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:h-500px {
    height: 500px;
  }

  .sm\:h-60vh {
    height: 60vh;
  }

  .sm\:h-70vh {
    height: 70vh;
  }

  .sm\:h-80vh {
    height: 80vh;
  }

  .sm\:h-85vh {
    height: 85vh;
  }

  .sm\:h-90vh {
    height: 90vh;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.35;
  }

  .sm\:leading-normal {
    line-height: 1.63;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: .25rem;
  }

  .sm\:m-2 {
    margin: .5rem;
  }

  .sm\:m-3 {
    margin: .75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-80 {
    margin: 20rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: .25rem;
  }

  .sm\:mr-1 {
    margin-right: .25rem;
  }

  .sm\:mb-1 {
    margin-bottom: .25rem;
  }

  .sm\:ml-1 {
    margin-left: .25rem;
  }

  .sm\:mt-2 {
    margin-top: .5rem;
  }

  .sm\:mr-2 {
    margin-right: .5rem;
  }

  .sm\:mb-2 {
    margin-bottom: .5rem;
  }

  .sm\:ml-2 {
    margin-left: .5rem;
  }

  .sm\:mt-3 {
    margin-top: .75rem;
  }

  .sm\:mr-3 {
    margin-right: .75rem;
  }

  .sm\:mb-3 {
    margin-bottom: .75rem;
  }

  .sm\:ml-3 {
    margin-left: .75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:mt-80 {
    margin-top: 20rem;
  }

  .sm\:mr-80 {
    margin-right: 20rem;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:hover\:m-0:hover {
    margin: 0;
  }

  .sm\:hover\:m-1:hover {
    margin: .25rem;
  }

  .sm\:hover\:m-2:hover {
    margin: .5rem;
  }

  .sm\:hover\:m-3:hover {
    margin: .75rem;
  }

  .sm\:hover\:m-4:hover {
    margin: 1rem;
  }

  .sm\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .sm\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .sm\:hover\:m-8:hover {
    margin: 2rem;
  }

  .sm\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .sm\:hover\:m-12:hover {
    margin: 3rem;
  }

  .sm\:hover\:m-16:hover {
    margin: 4rem;
  }

  .sm\:hover\:m-20:hover {
    margin: 5rem;
  }

  .sm\:hover\:m-24:hover {
    margin: 6rem;
  }

  .sm\:hover\:m-32:hover {
    margin: 8rem;
  }

  .sm\:hover\:m-48:hover {
    margin: 12rem;
  }

  .sm\:hover\:m-56:hover {
    margin: 14rem;
  }

  .sm\:hover\:m-64:hover {
    margin: 16rem;
  }

  .sm\:hover\:m-80:hover {
    margin: 20rem;
  }

  .sm\:hover\:m-auto:hover {
    margin: auto;
  }

  .sm\:hover\:m-px:hover {
    margin: 1px;
  }

  .sm\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:hover\:my-1:hover {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:hover\:mx-1:hover {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:hover\:my-2:hover {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:hover\:mx-2:hover {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:hover\:my-3:hover {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:hover\:mx-3:hover {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .sm\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .sm\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .sm\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .sm\:hover\:mt-1:hover {
    margin-top: .25rem;
  }

  .sm\:hover\:mr-1:hover {
    margin-right: .25rem;
  }

  .sm\:hover\:mb-1:hover {
    margin-bottom: .25rem;
  }

  .sm\:hover\:ml-1:hover {
    margin-left: .25rem;
  }

  .sm\:hover\:mt-2:hover {
    margin-top: .5rem;
  }

  .sm\:hover\:mr-2:hover {
    margin-right: .5rem;
  }

  .sm\:hover\:mb-2:hover {
    margin-bottom: .5rem;
  }

  .sm\:hover\:ml-2:hover {
    margin-left: .5rem;
  }

  .sm\:hover\:mt-3:hover {
    margin-top: .75rem;
  }

  .sm\:hover\:mr-3:hover {
    margin-right: .75rem;
  }

  .sm\:hover\:mb-3:hover {
    margin-bottom: .75rem;
  }

  .sm\:hover\:ml-3:hover {
    margin-left: .75rem;
  }

  .sm\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .sm\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .sm\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .sm\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .sm\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .sm\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .sm\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .sm\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .sm\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .sm\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .sm\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .sm\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .sm\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .sm\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .sm\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .sm\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .sm\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .sm\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .sm\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .sm\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .sm\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .sm\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .sm\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .sm\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .sm\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .sm\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .sm\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .sm\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .sm\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .sm\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .sm\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .sm\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .sm\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .sm\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .sm\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .sm\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .sm\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .sm\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .sm\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .sm\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .sm\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .sm\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .sm\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .sm\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .sm\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .sm\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .sm\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .sm\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .sm\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .sm\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .sm\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .sm\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .sm\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .sm\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .sm\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .sm\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .sm\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .sm\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .sm\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .sm\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .sm\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .sm\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .sm\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .sm\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .sm\:max-h-32 {
    max-height: 8rem;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-0 {
    max-width: 0;
  }

  .sm\:max-w-12 {
    max-width: 3rem;
  }

  .sm\:max-w-16 {
    max-width: 4rem;
  }

  .sm\:max-w-20 {
    max-width: 5rem;
  }

  .sm\:max-w-24 {
    max-width: 6rem;
  }

  .sm\:max-w-32 {
    max-width: 8rem;
  }

  .sm\:max-w-64 {
    max-width: 16rem;
  }

  .sm\:max-w-80 {
    max-width: 20rem;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 31rem;
  }

  .sm\:max-w-md {
    max-width: 40rem;
  }

  .sm\:max-w-lg {
    max-width: 50rem;
  }

  .sm\:max-w-xl {
    max-width: 60rem;
  }

  .sm\:max-w-2xl {
    max-width: 70rem;
  }

  .sm\:max-w-3xl {
    max-width: 80rem;
  }

  .sm\:max-w-4xl {
    max-width: 90rem;
  }

  .sm\:max-w-5xl {
    max-width: 100rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-1 {
    min-height: .25rem;
  }

  .sm\:min-h-2 {
    min-height: .5rem;
  }

  .sm\:min-h-3 {
    min-height: .75rem;
  }

  .sm\:min-h-4 {
    min-height: 1rem;
  }

  .sm\:min-h-5 {
    min-height: 1.25rem;
  }

  .sm\:min-h-6 {
    min-height: 1.5rem;
  }

  .sm\:min-h-8 {
    min-height: 2rem;
  }

  .sm\:min-h-10 {
    min-height: 2.5rem;
  }

  .sm\:min-h-12 {
    min-height: 3rem;
  }

  .sm\:min-h-16 {
    min-height: 4rem;
  }

  .sm\:min-h-20 {
    min-height: 5rem;
  }

  .sm\:min-h-24 {
    min-height: 6rem;
  }

  .sm\:min-h-32 {
    min-height: 8rem;
  }

  .sm\:min-h-48 {
    min-height: 12rem;
  }

  .sm\:min-h-64 {
    min-height: 16rem;
  }

  .sm\:min-h-80 {
    min-height: 20rem;
  }

  .sm\:min-h-88 {
    min-height: 22rem;
  }

  .sm\:min-h-96 {
    min-height: 24rem;
  }

  .sm\:min-h-140 {
    min-height: 35rem;
  }

  .sm\:min-h-240 {
    min-height: 60rem;
  }

  .sm\:min-h-auto {
    min-height: auto;
  }

  .sm\:min-h-px {
    min-height: 1px;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-16 {
    min-width: 16rem;
  }

  .sm\:min-w-20 {
    min-width: 20rem;
  }

  .sm\:min-w-32 {
    min-width: 8rem;
  }

  .sm\:min-w-48 {
    min-width: 12rem;
  }

  .sm\:min-w-64 {
    min-width: 16rem;
  }

  .sm\:min-w-80 {
    min-width: 20rem;
  }

  .sm\:min-w-88 {
    min-width: 22rem;
  }

  .sm\:min-w-96 {
    min-width: 24rem;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:-m-0 {
    margin: 0;
  }

  .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-8 {
    margin: -2rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-36 {
    margin: -9rem;
  }

  .sm\:-m-48 {
    margin: -12rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-m-40\% {
    margin: -40%;
  }

  .sm\:-m-50\% {
    margin: -50%;
  }

  .sm\:-m-60\% {
    margin: -60%;
  }

  .sm\:-m-80\% {
    margin: -80%;
  }

  .sm\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .sm\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .sm\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm\:-mt-0 {
    margin-top: 0;
  }

  .sm\:-mr-0 {
    margin-right: 0;
  }

  .sm\:-mb-0 {
    margin-bottom: 0;
  }

  .sm\:-ml-0 {
    margin-left: 0;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-mt-36 {
    margin-top: -9rem;
  }

  .sm\:-mr-36 {
    margin-right: -9rem;
  }

  .sm\:-mb-36 {
    margin-bottom: -9rem;
  }

  .sm\:-ml-36 {
    margin-left: -9rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:-mt-40\% {
    margin-top: -40%;
  }

  .sm\:-mr-40\% {
    margin-right: -40%;
  }

  .sm\:-mb-40\% {
    margin-bottom: -40%;
  }

  .sm\:-ml-40\% {
    margin-left: -40%;
  }

  .sm\:-mt-50\% {
    margin-top: -50%;
  }

  .sm\:-mr-50\% {
    margin-right: -50%;
  }

  .sm\:-mb-50\% {
    margin-bottom: -50%;
  }

  .sm\:-ml-50\% {
    margin-left: -50%;
  }

  .sm\:-mt-60\% {
    margin-top: -60%;
  }

  .sm\:-mr-60\% {
    margin-right: -60%;
  }

  .sm\:-mb-60\% {
    margin-bottom: -60%;
  }

  .sm\:-ml-60\% {
    margin-left: -60%;
  }

  .sm\:-mt-80\% {
    margin-top: -80%;
  }

  .sm\:-mr-80\% {
    margin-right: -80%;
  }

  .sm\:-mb-80\% {
    margin-bottom: -80%;
  }

  .sm\:-ml-80\% {
    margin-left: -80%;
  }

  .sm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: .25;
  }

  .sm\:opacity-50 {
    opacity: .5;
  }

  .sm\:opacity-75 {
    opacity: .75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: .25rem;
  }

  .sm\:p-2 {
    padding: .5rem;
  }

  .sm\:p-3 {
    padding: .75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .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-48 {
    padding: 12rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-80 {
    padding: 20rem;
  }

  .sm\:p-88 {
    padding: 22rem;
  }

  .sm\:p-96 {
    padding: 24rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:p-100px {
    padding: 100px;
  }

  .sm\:p-1\/1 {
    padding: 100%;
  }

  .sm\:p-3\/4 {
    padding: 75%;
  }

  .sm\:p-4\/5 {
    padding: 80%;
  }

  .sm\:p-2\/3 {
    padding: 66%;
  }

  .sm\:p-1\/2 {
    padding: 50%;
  }

  .sm\:p-1\/3 {
    padding: 33%;
  }

  .sm\:p-1\/6 {
    padding: 16.66667%;
  }

  .sm\:p-5\/6 {
    padding: 83.33333%;
  }

  .sm\:p-4\/3 {
    padding: 133.33333%;
  }

  .sm\:p-5\/4 {
    padding: 125%;
  }

  .sm\:p-7\/5 {
    padding: 142%;
  }

  .sm\:p-3\/2 {
    padding: 150%;
  }

  .sm\:p-2\/1 {
    padding: 200%;
  }

  .sm\:p-3\/1 {
    padding: 300%;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:py-88 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .sm\:px-88 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .sm\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm\:px-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .sm\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .sm\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm\:py-2\/3 {
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .sm\:px-2\/3 {
    padding-left: 66%;
    padding-right: 66%;
  }

  .sm\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:py-1\/3 {
    padding-top: 33%;
    padding-bottom: 33%;
  }

  .sm\:px-1\/3 {
    padding-left: 33%;
    padding-right: 33%;
  }

  .sm\:py-1\/6 {
    padding-top: 16.66667%;
    padding-bottom: 16.66667%;
  }

  .sm\:px-1\/6 {
    padding-left: 16.66667%;
    padding-right: 16.66667%;
  }

  .sm\:py-5\/6 {
    padding-top: 83.33333%;
    padding-bottom: 83.33333%;
  }

  .sm\:px-5\/6 {
    padding-left: 83.33333%;
    padding-right: 83.33333%;
  }

  .sm\:py-4\/3 {
    padding-top: 133.33333%;
    padding-bottom: 133.33333%;
  }

  .sm\:px-4\/3 {
    padding-left: 133.33333%;
    padding-right: 133.33333%;
  }

  .sm\:py-5\/4 {
    padding-top: 125%;
    padding-bottom: 125%;
  }

  .sm\:px-5\/4 {
    padding-left: 125%;
    padding-right: 125%;
  }

  .sm\:py-7\/5 {
    padding-top: 142%;
    padding-bottom: 142%;
  }

  .sm\:px-7\/5 {
    padding-left: 142%;
    padding-right: 142%;
  }

  .sm\:py-3\/2 {
    padding-top: 150%;
    padding-bottom: 150%;
  }

  .sm\:px-3\/2 {
    padding-left: 150%;
    padding-right: 150%;
  }

  .sm\:py-2\/1 {
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .sm\:px-2\/1 {
    padding-left: 200%;
    padding-right: 200%;
  }

  .sm\:py-3\/1 {
    padding-top: 300%;
    padding-bottom: 300%;
  }

  .sm\:px-3\/1 {
    padding-left: 300%;
    padding-right: 300%;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: .25rem;
  }

  .sm\:pr-1 {
    padding-right: .25rem;
  }

  .sm\:pb-1 {
    padding-bottom: .25rem;
  }

  .sm\:pl-1 {
    padding-left: .25rem;
  }

  .sm\:pt-2 {
    padding-top: .5rem;
  }

  .sm\:pr-2 {
    padding-right: .5rem;
  }

  .sm\:pb-2 {
    padding-bottom: .5rem;
  }

  .sm\:pl-2 {
    padding-left: .5rem;
  }

  .sm\:pt-3 {
    padding-top: .75rem;
  }

  .sm\:pr-3 {
    padding-right: .75rem;
  }

  .sm\:pb-3 {
    padding-bottom: .75rem;
  }

  .sm\:pl-3 {
    padding-left: .75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pt-80 {
    padding-top: 20rem;
  }

  .sm\:pr-80 {
    padding-right: 20rem;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem;
  }

  .sm\:pl-80 {
    padding-left: 20rem;
  }

  .sm\:pt-88 {
    padding-top: 22rem;
  }

  .sm\:pr-88 {
    padding-right: 22rem;
  }

  .sm\:pb-88 {
    padding-bottom: 22rem;
  }

  .sm\:pl-88 {
    padding-left: 22rem;
  }

  .sm\:pt-96 {
    padding-top: 24rem;
  }

  .sm\:pr-96 {
    padding-right: 24rem;
  }

  .sm\:pb-96 {
    padding-bottom: 24rem;
  }

  .sm\:pl-96 {
    padding-left: 24rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pt-100px {
    padding-top: 100px;
  }

  .sm\:pr-100px {
    padding-right: 100px;
  }

  .sm\:pb-100px {
    padding-bottom: 100px;
  }

  .sm\:pl-100px {
    padding-left: 100px;
  }

  .sm\:pt-1\/1 {
    padding-top: 100%;
  }

  .sm\:pr-1\/1 {
    padding-right: 100%;
  }

  .sm\:pb-1\/1 {
    padding-bottom: 100%;
  }

  .sm\:pl-1\/1 {
    padding-left: 100%;
  }

  .sm\:pt-3\/4 {
    padding-top: 75%;
  }

  .sm\:pr-3\/4 {
    padding-right: 75%;
  }

  .sm\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .sm\:pl-3\/4 {
    padding-left: 75%;
  }

  .sm\:pt-4\/5 {
    padding-top: 80%;
  }

  .sm\:pr-4\/5 {
    padding-right: 80%;
  }

  .sm\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .sm\:pl-4\/5 {
    padding-left: 80%;
  }

  .sm\:pt-2\/3 {
    padding-top: 66%;
  }

  .sm\:pr-2\/3 {
    padding-right: 66%;
  }

  .sm\:pb-2\/3 {
    padding-bottom: 66%;
  }

  .sm\:pl-2\/3 {
    padding-left: 66%;
  }

  .sm\:pt-1\/2 {
    padding-top: 50%;
  }

  .sm\:pr-1\/2 {
    padding-right: 50%;
  }

  .sm\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .sm\:pl-1\/2 {
    padding-left: 50%;
  }

  .sm\:pt-1\/3 {
    padding-top: 33%;
  }

  .sm\:pr-1\/3 {
    padding-right: 33%;
  }

  .sm\:pb-1\/3 {
    padding-bottom: 33%;
  }

  .sm\:pl-1\/3 {
    padding-left: 33%;
  }

  .sm\:pt-1\/6 {
    padding-top: 16.66667%;
  }

  .sm\:pr-1\/6 {
    padding-right: 16.66667%;
  }

  .sm\:pb-1\/6 {
    padding-bottom: 16.66667%;
  }

  .sm\:pl-1\/6 {
    padding-left: 16.66667%;
  }

  .sm\:pt-5\/6 {
    padding-top: 83.33333%;
  }

  .sm\:pr-5\/6 {
    padding-right: 83.33333%;
  }

  .sm\:pb-5\/6 {
    padding-bottom: 83.33333%;
  }

  .sm\:pl-5\/6 {
    padding-left: 83.33333%;
  }

  .sm\:pt-4\/3 {
    padding-top: 133.33333%;
  }

  .sm\:pr-4\/3 {
    padding-right: 133.33333%;
  }

  .sm\:pb-4\/3 {
    padding-bottom: 133.33333%;
  }

  .sm\:pl-4\/3 {
    padding-left: 133.33333%;
  }

  .sm\:pt-5\/4 {
    padding-top: 125%;
  }

  .sm\:pr-5\/4 {
    padding-right: 125%;
  }

  .sm\:pb-5\/4 {
    padding-bottom: 125%;
  }

  .sm\:pl-5\/4 {
    padding-left: 125%;
  }

  .sm\:pt-7\/5 {
    padding-top: 142%;
  }

  .sm\:pr-7\/5 {
    padding-right: 142%;
  }

  .sm\:pb-7\/5 {
    padding-bottom: 142%;
  }

  .sm\:pl-7\/5 {
    padding-left: 142%;
  }

  .sm\:pt-3\/2 {
    padding-top: 150%;
  }

  .sm\:pr-3\/2 {
    padding-right: 150%;
  }

  .sm\:pb-3\/2 {
    padding-bottom: 150%;
  }

  .sm\:pl-3\/2 {
    padding-left: 150%;
  }

  .sm\:pt-2\/1 {
    padding-top: 200%;
  }

  .sm\:pr-2\/1 {
    padding-right: 200%;
  }

  .sm\:pb-2\/1 {
    padding-bottom: 200%;
  }

  .sm\:pl-2\/1 {
    padding-left: 200%;
  }

  .sm\:pt-3\/1 {
    padding-top: 300%;
  }

  .sm\:pr-3\/1 {
    padding-right: 300%;
  }

  .sm\:pb-3\/1 {
    padding-bottom: 300%;
  }

  .sm\:pl-3\/1 {
    padding-left: 300%;
  }

  .sm\:hover\:p-0:hover {
    padding: 0;
  }

  .sm\:hover\:p-1:hover {
    padding: .25rem;
  }

  .sm\:hover\:p-2:hover {
    padding: .5rem;
  }

  .sm\:hover\:p-3:hover {
    padding: .75rem;
  }

  .sm\:hover\:p-4:hover {
    padding: 1rem;
  }

  .sm\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .sm\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .sm\:hover\:p-8:hover {
    padding: 2rem;
  }

  .sm\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .sm\:hover\:p-12:hover {
    padding: 3rem;
  }

  .sm\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .sm\:hover\:p-16:hover {
    padding: 4rem;
  }

  .sm\:hover\:p-20:hover {
    padding: 5rem;
  }

  .sm\:hover\:p-24:hover {
    padding: 6rem;
  }

  .sm\:hover\:p-28:hover {
    padding: 7rem;
  }

  .sm\:hover\:p-32:hover {
    padding: 8rem;
  }

  .sm\:hover\:p-48:hover {
    padding: 12rem;
  }

  .sm\:hover\:p-64:hover {
    padding: 16rem;
  }

  .sm\:hover\:p-80:hover {
    padding: 20rem;
  }

  .sm\:hover\:p-88:hover {
    padding: 22rem;
  }

  .sm\:hover\:p-96:hover {
    padding: 24rem;
  }

  .sm\:hover\:p-px:hover {
    padding: 1px;
  }

  .sm\:hover\:p-100px:hover {
    padding: 100px;
  }

  .sm\:hover\:p-1\/1:hover {
    padding: 100%;
  }

  .sm\:hover\:p-3\/4:hover {
    padding: 75%;
  }

  .sm\:hover\:p-4\/5:hover {
    padding: 80%;
  }

  .sm\:hover\:p-2\/3:hover {
    padding: 66%;
  }

  .sm\:hover\:p-1\/2:hover {
    padding: 50%;
  }

  .sm\:hover\:p-1\/3:hover {
    padding: 33%;
  }

  .sm\:hover\:p-1\/6:hover {
    padding: 16.66667%;
  }

  .sm\:hover\:p-5\/6:hover {
    padding: 83.33333%;
  }

  .sm\:hover\:p-4\/3:hover {
    padding: 133.33333%;
  }

  .sm\:hover\:p-5\/4:hover {
    padding: 125%;
  }

  .sm\:hover\:p-7\/5:hover {
    padding: 142%;
  }

  .sm\:hover\:p-3\/2:hover {
    padding: 150%;
  }

  .sm\:hover\:p-2\/1:hover {
    padding: 200%;
  }

  .sm\:hover\:p-3\/1:hover {
    padding: 300%;
  }

  .sm\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:hover\:py-1:hover {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:hover\:px-1:hover {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:hover\:py-2:hover {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:hover\:px-2:hover {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:hover\:py-3:hover {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:hover\:px-3:hover {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:hover\:py-88:hover {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .sm\:hover\:px-88:hover {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .sm\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:hover\:py-100px:hover {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm\:hover\:px-100px:hover {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm\:hover\:py-1\/1:hover {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm\:hover\:px-1\/1:hover {
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm\:hover\:py-3\/4:hover {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .sm\:hover\:px-3\/4:hover {
    padding-left: 75%;
    padding-right: 75%;
  }

  .sm\:hover\:py-4\/5:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm\:hover\:px-4\/5:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm\:hover\:py-2\/3:hover {
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .sm\:hover\:px-2\/3:hover {
    padding-left: 66%;
    padding-right: 66%;
  }

  .sm\:hover\:py-1\/2:hover {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:hover\:px-1\/2:hover {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:hover\:py-1\/3:hover {
    padding-top: 33%;
    padding-bottom: 33%;
  }

  .sm\:hover\:px-1\/3:hover {
    padding-left: 33%;
    padding-right: 33%;
  }

  .sm\:hover\:py-1\/6:hover {
    padding-top: 16.66667%;
    padding-bottom: 16.66667%;
  }

  .sm\:hover\:px-1\/6:hover {
    padding-left: 16.66667%;
    padding-right: 16.66667%;
  }

  .sm\:hover\:py-5\/6:hover {
    padding-top: 83.33333%;
    padding-bottom: 83.33333%;
  }

  .sm\:hover\:px-5\/6:hover {
    padding-left: 83.33333%;
    padding-right: 83.33333%;
  }

  .sm\:hover\:py-4\/3:hover {
    padding-top: 133.33333%;
    padding-bottom: 133.33333%;
  }

  .sm\:hover\:px-4\/3:hover {
    padding-left: 133.33333%;
    padding-right: 133.33333%;
  }

  .sm\:hover\:py-5\/4:hover {
    padding-top: 125%;
    padding-bottom: 125%;
  }

  .sm\:hover\:px-5\/4:hover {
    padding-left: 125%;
    padding-right: 125%;
  }

  .sm\:hover\:py-7\/5:hover {
    padding-top: 142%;
    padding-bottom: 142%;
  }

  .sm\:hover\:px-7\/5:hover {
    padding-left: 142%;
    padding-right: 142%;
  }

  .sm\:hover\:py-3\/2:hover {
    padding-top: 150%;
    padding-bottom: 150%;
  }

  .sm\:hover\:px-3\/2:hover {
    padding-left: 150%;
    padding-right: 150%;
  }

  .sm\:hover\:py-2\/1:hover {
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .sm\:hover\:px-2\/1:hover {
    padding-left: 200%;
    padding-right: 200%;
  }

  .sm\:hover\:py-3\/1:hover {
    padding-top: 300%;
    padding-bottom: 300%;
  }

  .sm\:hover\:px-3\/1:hover {
    padding-left: 300%;
    padding-right: 300%;
  }

  .sm\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .sm\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .sm\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .sm\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .sm\:hover\:pt-1:hover {
    padding-top: .25rem;
  }

  .sm\:hover\:pr-1:hover {
    padding-right: .25rem;
  }

  .sm\:hover\:pb-1:hover {
    padding-bottom: .25rem;
  }

  .sm\:hover\:pl-1:hover {
    padding-left: .25rem;
  }

  .sm\:hover\:pt-2:hover {
    padding-top: .5rem;
  }

  .sm\:hover\:pr-2:hover {
    padding-right: .5rem;
  }

  .sm\:hover\:pb-2:hover {
    padding-bottom: .5rem;
  }

  .sm\:hover\:pl-2:hover {
    padding-left: .5rem;
  }

  .sm\:hover\:pt-3:hover {
    padding-top: .75rem;
  }

  .sm\:hover\:pr-3:hover {
    padding-right: .75rem;
  }

  .sm\:hover\:pb-3:hover {
    padding-bottom: .75rem;
  }

  .sm\:hover\:pl-3:hover {
    padding-left: .75rem;
  }

  .sm\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .sm\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .sm\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .sm\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .sm\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .sm\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .sm\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .sm\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .sm\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .sm\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .sm\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .sm\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .sm\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .sm\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .sm\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .sm\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .sm\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .sm\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .sm\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .sm\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .sm\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .sm\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .sm\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .sm\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .sm\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .sm\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .sm\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .sm\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .sm\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .sm\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .sm\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .sm\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .sm\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .sm\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .sm\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .sm\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .sm\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .sm\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .sm\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .sm\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .sm\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .sm\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .sm\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .sm\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .sm\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .sm\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .sm\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .sm\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .sm\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .sm\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .sm\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .sm\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .sm\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .sm\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .sm\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .sm\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .sm\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .sm\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .sm\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .sm\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .sm\:hover\:pt-88:hover {
    padding-top: 22rem;
  }

  .sm\:hover\:pr-88:hover {
    padding-right: 22rem;
  }

  .sm\:hover\:pb-88:hover {
    padding-bottom: 22rem;
  }

  .sm\:hover\:pl-88:hover {
    padding-left: 22rem;
  }

  .sm\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .sm\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .sm\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .sm\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .sm\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .sm\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .sm\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .sm\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .sm\:hover\:pt-100px:hover {
    padding-top: 100px;
  }

  .sm\:hover\:pr-100px:hover {
    padding-right: 100px;
  }

  .sm\:hover\:pb-100px:hover {
    padding-bottom: 100px;
  }

  .sm\:hover\:pl-100px:hover {
    padding-left: 100px;
  }

  .sm\:hover\:pt-1\/1:hover {
    padding-top: 100%;
  }

  .sm\:hover\:pr-1\/1:hover {
    padding-right: 100%;
  }

  .sm\:hover\:pb-1\/1:hover {
    padding-bottom: 100%;
  }

  .sm\:hover\:pl-1\/1:hover {
    padding-left: 100%;
  }

  .sm\:hover\:pt-3\/4:hover {
    padding-top: 75%;
  }

  .sm\:hover\:pr-3\/4:hover {
    padding-right: 75%;
  }

  .sm\:hover\:pb-3\/4:hover {
    padding-bottom: 75%;
  }

  .sm\:hover\:pl-3\/4:hover {
    padding-left: 75%;
  }

  .sm\:hover\:pt-4\/5:hover {
    padding-top: 80%;
  }

  .sm\:hover\:pr-4\/5:hover {
    padding-right: 80%;
  }

  .sm\:hover\:pb-4\/5:hover {
    padding-bottom: 80%;
  }

  .sm\:hover\:pl-4\/5:hover {
    padding-left: 80%;
  }

  .sm\:hover\:pt-2\/3:hover {
    padding-top: 66%;
  }

  .sm\:hover\:pr-2\/3:hover {
    padding-right: 66%;
  }

  .sm\:hover\:pb-2\/3:hover {
    padding-bottom: 66%;
  }

  .sm\:hover\:pl-2\/3:hover {
    padding-left: 66%;
  }

  .sm\:hover\:pt-1\/2:hover {
    padding-top: 50%;
  }

  .sm\:hover\:pr-1\/2:hover {
    padding-right: 50%;
  }

  .sm\:hover\:pb-1\/2:hover {
    padding-bottom: 50%;
  }

  .sm\:hover\:pl-1\/2:hover {
    padding-left: 50%;
  }

  .sm\:hover\:pt-1\/3:hover {
    padding-top: 33%;
  }

  .sm\:hover\:pr-1\/3:hover {
    padding-right: 33%;
  }

  .sm\:hover\:pb-1\/3:hover {
    padding-bottom: 33%;
  }

  .sm\:hover\:pl-1\/3:hover {
    padding-left: 33%;
  }

  .sm\:hover\:pt-1\/6:hover {
    padding-top: 16.66667%;
  }

  .sm\:hover\:pr-1\/6:hover {
    padding-right: 16.66667%;
  }

  .sm\:hover\:pb-1\/6:hover {
    padding-bottom: 16.66667%;
  }

  .sm\:hover\:pl-1\/6:hover {
    padding-left: 16.66667%;
  }

  .sm\:hover\:pt-5\/6:hover {
    padding-top: 83.33333%;
  }

  .sm\:hover\:pr-5\/6:hover {
    padding-right: 83.33333%;
  }

  .sm\:hover\:pb-5\/6:hover {
    padding-bottom: 83.33333%;
  }

  .sm\:hover\:pl-5\/6:hover {
    padding-left: 83.33333%;
  }

  .sm\:hover\:pt-4\/3:hover {
    padding-top: 133.33333%;
  }

  .sm\:hover\:pr-4\/3:hover {
    padding-right: 133.33333%;
  }

  .sm\:hover\:pb-4\/3:hover {
    padding-bottom: 133.33333%;
  }

  .sm\:hover\:pl-4\/3:hover {
    padding-left: 133.33333%;
  }

  .sm\:hover\:pt-5\/4:hover {
    padding-top: 125%;
  }

  .sm\:hover\:pr-5\/4:hover {
    padding-right: 125%;
  }

  .sm\:hover\:pb-5\/4:hover {
    padding-bottom: 125%;
  }

  .sm\:hover\:pl-5\/4:hover {
    padding-left: 125%;
  }

  .sm\:hover\:pt-7\/5:hover {
    padding-top: 142%;
  }

  .sm\:hover\:pr-7\/5:hover {
    padding-right: 142%;
  }

  .sm\:hover\:pb-7\/5:hover {
    padding-bottom: 142%;
  }

  .sm\:hover\:pl-7\/5:hover {
    padding-left: 142%;
  }

  .sm\:hover\:pt-3\/2:hover {
    padding-top: 150%;
  }

  .sm\:hover\:pr-3\/2:hover {
    padding-right: 150%;
  }

  .sm\:hover\:pb-3\/2:hover {
    padding-bottom: 150%;
  }

  .sm\:hover\:pl-3\/2:hover {
    padding-left: 150%;
  }

  .sm\:hover\:pt-2\/1:hover {
    padding-top: 200%;
  }

  .sm\:hover\:pr-2\/1:hover {
    padding-right: 200%;
  }

  .sm\:hover\:pb-2\/1:hover {
    padding-bottom: 200%;
  }

  .sm\:hover\:pl-2\/1:hover {
    padding-left: 200%;
  }

  .sm\:hover\:pt-3\/1:hover {
    padding-top: 300%;
  }

  .sm\:hover\:pr-3\/1:hover {
    padding-right: 300%;
  }

  .sm\:hover\:pb-3\/1:hover {
    padding-bottom: 300%;
  }

  .sm\:hover\:pl-3\/1:hover {
    padding-left: 300%;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:pin-y {
    top: 0;
    bottom: 0;
  }

  .sm\:pin-x {
    right: 0;
    left: 0;
  }

  .sm\:pin-t {
    top: 0;
  }

  .sm\:pin-r {
    right: 0;
  }

  .sm\:pin-b {
    bottom: 0;
  }

  .sm\:pin-l {
    left: 0;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .sm\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .sm\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .sm\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .group:hover .sm\:group-hover\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .group:hover .sm\:group-hover\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .sm\:group-hover\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .sm\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .group:hover .sm\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .group:hover .sm\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-inherit {
    color: inherit;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-black {
    color: #202020;
  }

  .sm\:text-grey-darkest {
    color: #373a3d;
  }

  .sm\:text-grey-darker {
    color: #6e747a;
  }

  .sm\:text-grey-dark {
    color: #a6afb8;
  }

  .sm\:text-grey {
    color: #b8c2cc;
  }

  .sm\:text-grey-light {
    color: #cdd4db;
  }

  .sm\:text-grey-lighter {
    color: #e3e7eb;
  }

  .sm\:text-grey-lightest {
    color: #fafafa;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-red-darkest {
    color: #3b0d0c;
  }

  .sm\:text-red-darker {
    color: #621b18;
  }

  .sm\:text-red-dark {
    color: #cc1f1a;
  }

  .sm\:text-red {
    color: #e3342f;
  }

  .sm\:text-red-light {
    color: #ef5753;
  }

  .sm\:text-red-lighter {
    color: #f9acaa;
  }

  .sm\:text-red-lightest {
    color: #fcebea;
  }

  .sm\:text-blue-darkest {
    color: #12283a;
  }

  .sm\:text-blue-darker {
    color: #1c3d5a;
  }

  .sm\:text-blue-dark {
    color: #2779bd;
  }

  .sm\:text-blue {
    color: #00448a;
  }

  .sm\:text-blue-light {
    color: #6cb2eb;
  }

  .sm\:text-blue-lighter {
    color: #bcdefa;
  }

  .sm\:text-blue-lightest {
    color: #eff8ff;
  }

  .sm\:text-beige-darkest {
    color: #474543;
  }

  .sm\:text-beige-darker {
    color: #8d8a86;
  }

  .sm\:text-beige-dark {
    color: #d4cfc9;
  }

  .sm\:text-beige {
    color: #ebe6df;
  }

  .sm\:text-beige-light {
    color: #f1eee9;
  }

  .sm\:text-beige-lighter {
    color: #f7f5f2;
  }

  .sm\:text-beige-lightest {
    color: #fdfdfc;
  }

  .sm\:text-green-darkest {
    color: #1c3630;
  }

  .sm\:text-green-darker {
    color: #376b60;
  }

  .sm\:text-green-dark {
    color: #53a190;
  }

  .sm\:text-green {
    color: #5cb3a0;
  }

  .sm\:text-green-light {
    color: #8dcabd;
  }

  .sm\:text-green-lighter {
    color: #bee1d9;
  }

  .sm\:text-green-lightest {
    color: #eff7f6;
  }

  .sm\:text-chioscored-darkest {
    color: #2e0d13;
  }

  .sm\:text-chioscored-darker {
    color: #5b1a26;
  }

  .sm\:text-chioscored-dark {
    color: #89283a;
  }

  .sm\:text-chioscored {
    color: #982c40;
  }

  .sm\:text-chioscored-light {
    color: #b76b79;
  }

  .sm\:text-chioscored-lighter {
    color: #d6abb3;
  }

  .sm\:text-chioscored-lightest {
    color: #f5eaec;
  }

  .sm\:text-body {
    color: #808080;
  }

  .sm\:text-navbar {
    color: #a5b6c6;
  }

  .sm\:hover\:text-inherit:hover {
    color: inherit;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-black:hover {
    color: #202020;
  }

  .sm\:hover\:text-grey-darkest:hover {
    color: #373a3d;
  }

  .sm\:hover\:text-grey-darker:hover {
    color: #6e747a;
  }

  .sm\:hover\:text-grey-dark:hover {
    color: #a6afb8;
  }

  .sm\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .sm\:hover\:text-grey-light:hover {
    color: #cdd4db;
  }

  .sm\:hover\:text-grey-lighter:hover {
    color: #e3e7eb;
  }

  .sm\:hover\:text-grey-lightest:hover {
    color: #fafafa;
  }

  .sm\:hover\:text-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }

  .sm\:hover\:text-red-darker:hover {
    color: #621b18;
  }

  .sm\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }

  .sm\:hover\:text-red:hover {
    color: #e3342f;
  }

  .sm\:hover\:text-red-light:hover {
    color: #ef5753;
  }

  .sm\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }

  .sm\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }

  .sm\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }

  .sm\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }

  .sm\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }

  .sm\:hover\:text-blue:hover {
    color: #00448a;
  }

  .sm\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }

  .sm\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }

  .sm\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }

  .sm\:hover\:text-beige-darkest:hover {
    color: #474543;
  }

  .sm\:hover\:text-beige-darker:hover {
    color: #8d8a86;
  }

  .sm\:hover\:text-beige-dark:hover {
    color: #d4cfc9;
  }

  .sm\:hover\:text-beige:hover {
    color: #ebe6df;
  }

  .sm\:hover\:text-beige-light:hover {
    color: #f1eee9;
  }

  .sm\:hover\:text-beige-lighter:hover {
    color: #f7f5f2;
  }

  .sm\:hover\:text-beige-lightest:hover {
    color: #fdfdfc;
  }

  .sm\:hover\:text-green-darkest:hover {
    color: #1c3630;
  }

  .sm\:hover\:text-green-darker:hover {
    color: #376b60;
  }

  .sm\:hover\:text-green-dark:hover {
    color: #53a190;
  }

  .sm\:hover\:text-green:hover {
    color: #5cb3a0;
  }

  .sm\:hover\:text-green-light:hover {
    color: #8dcabd;
  }

  .sm\:hover\:text-green-lighter:hover {
    color: #bee1d9;
  }

  .sm\:hover\:text-green-lightest:hover {
    color: #eff7f6;
  }

  .sm\:hover\:text-chioscored-darkest:hover {
    color: #2e0d13;
  }

  .sm\:hover\:text-chioscored-darker:hover {
    color: #5b1a26;
  }

  .sm\:hover\:text-chioscored-dark:hover {
    color: #89283a;
  }

  .sm\:hover\:text-chioscored:hover {
    color: #982c40;
  }

  .sm\:hover\:text-chioscored-light:hover {
    color: #b76b79;
  }

  .sm\:hover\:text-chioscored-lighter:hover {
    color: #d6abb3;
  }

  .sm\:hover\:text-chioscored-lightest:hover {
    color: #f5eaec;
  }

  .sm\:hover\:text-body:hover {
    color: #808080;
  }

  .sm\:hover\:text-navbar:hover {
    color: #a5b6c6;
  }

  .sm\:focus\:text-inherit:focus {
    color: inherit;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-black:focus {
    color: #202020;
  }

  .sm\:focus\:text-grey-darkest:focus {
    color: #373a3d;
  }

  .sm\:focus\:text-grey-darker:focus {
    color: #6e747a;
  }

  .sm\:focus\:text-grey-dark:focus {
    color: #a6afb8;
  }

  .sm\:focus\:text-grey:focus {
    color: #b8c2cc;
  }

  .sm\:focus\:text-grey-light:focus {
    color: #cdd4db;
  }

  .sm\:focus\:text-grey-lighter:focus {
    color: #e3e7eb;
  }

  .sm\:focus\:text-grey-lightest:focus {
    color: #fafafa;
  }

  .sm\:focus\:text-white:focus {
    color: #fff;
  }

  .sm\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }

  .sm\:focus\:text-red-darker:focus {
    color: #621b18;
  }

  .sm\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }

  .sm\:focus\:text-red:focus {
    color: #e3342f;
  }

  .sm\:focus\:text-red-light:focus {
    color: #ef5753;
  }

  .sm\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }

  .sm\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }

  .sm\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }

  .sm\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }

  .sm\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }

  .sm\:focus\:text-blue:focus {
    color: #00448a;
  }

  .sm\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }

  .sm\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }

  .sm\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }

  .sm\:focus\:text-beige-darkest:focus {
    color: #474543;
  }

  .sm\:focus\:text-beige-darker:focus {
    color: #8d8a86;
  }

  .sm\:focus\:text-beige-dark:focus {
    color: #d4cfc9;
  }

  .sm\:focus\:text-beige:focus {
    color: #ebe6df;
  }

  .sm\:focus\:text-beige-light:focus {
    color: #f1eee9;
  }

  .sm\:focus\:text-beige-lighter:focus {
    color: #f7f5f2;
  }

  .sm\:focus\:text-beige-lightest:focus {
    color: #fdfdfc;
  }

  .sm\:focus\:text-green-darkest:focus {
    color: #1c3630;
  }

  .sm\:focus\:text-green-darker:focus {
    color: #376b60;
  }

  .sm\:focus\:text-green-dark:focus {
    color: #53a190;
  }

  .sm\:focus\:text-green:focus {
    color: #5cb3a0;
  }

  .sm\:focus\:text-green-light:focus {
    color: #8dcabd;
  }

  .sm\:focus\:text-green-lighter:focus {
    color: #bee1d9;
  }

  .sm\:focus\:text-green-lightest:focus {
    color: #eff7f6;
  }

  .sm\:focus\:text-chioscored-darkest:focus {
    color: #2e0d13;
  }

  .sm\:focus\:text-chioscored-darker:focus {
    color: #5b1a26;
  }

  .sm\:focus\:text-chioscored-dark:focus {
    color: #89283a;
  }

  .sm\:focus\:text-chioscored:focus {
    color: #982c40;
  }

  .sm\:focus\:text-chioscored-light:focus {
    color: #b76b79;
  }

  .sm\:focus\:text-chioscored-lighter:focus {
    color: #d6abb3;
  }

  .sm\:focus\:text-chioscored-lightest:focus {
    color: #f5eaec;
  }

  .sm\:focus\:text-body:focus {
    color: #808080;
  }

  .sm\:focus\:text-navbar:focus {
    color: #a5b6c6;
  }

  .group:hover .sm\:group-hover\:text-inherit {
    color: inherit;
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-black {
    color: #202020;
  }

  .group:hover .sm\:group-hover\:text-grey-darkest {
    color: #373a3d;
  }

  .group:hover .sm\:group-hover\:text-grey-darker {
    color: #6e747a;
  }

  .group:hover .sm\:group-hover\:text-grey-dark {
    color: #a6afb8;
  }

  .group:hover .sm\:group-hover\:text-grey {
    color: #b8c2cc;
  }

  .group:hover .sm\:group-hover\:text-grey-light {
    color: #cdd4db;
  }

  .group:hover .sm\:group-hover\:text-grey-lighter {
    color: #e3e7eb;
  }

  .group:hover .sm\:group-hover\:text-grey-lightest {
    color: #fafafa;
  }

  .group:hover .sm\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .sm\:group-hover\:text-red-darkest {
    color: #3b0d0c;
  }

  .group:hover .sm\:group-hover\:text-red-darker {
    color: #621b18;
  }

  .group:hover .sm\:group-hover\:text-red-dark {
    color: #cc1f1a;
  }

  .group:hover .sm\:group-hover\:text-red {
    color: #e3342f;
  }

  .group:hover .sm\:group-hover\:text-red-light {
    color: #ef5753;
  }

  .group:hover .sm\:group-hover\:text-red-lighter {
    color: #f9acaa;
  }

  .group:hover .sm\:group-hover\:text-red-lightest {
    color: #fcebea;
  }

  .group:hover .sm\:group-hover\:text-blue-darkest {
    color: #12283a;
  }

  .group:hover .sm\:group-hover\:text-blue-darker {
    color: #1c3d5a;
  }

  .group:hover .sm\:group-hover\:text-blue-dark {
    color: #2779bd;
  }

  .group:hover .sm\:group-hover\:text-blue {
    color: #00448a;
  }

  .group:hover .sm\:group-hover\:text-blue-light {
    color: #6cb2eb;
  }

  .group:hover .sm\:group-hover\:text-blue-lighter {
    color: #bcdefa;
  }

  .group:hover .sm\:group-hover\:text-blue-lightest {
    color: #eff8ff;
  }

  .group:hover .sm\:group-hover\:text-beige-darkest {
    color: #474543;
  }

  .group:hover .sm\:group-hover\:text-beige-darker {
    color: #8d8a86;
  }

  .group:hover .sm\:group-hover\:text-beige-dark {
    color: #d4cfc9;
  }

  .group:hover .sm\:group-hover\:text-beige {
    color: #ebe6df;
  }

  .group:hover .sm\:group-hover\:text-beige-light {
    color: #f1eee9;
  }

  .group:hover .sm\:group-hover\:text-beige-lighter {
    color: #f7f5f2;
  }

  .group:hover .sm\:group-hover\:text-beige-lightest {
    color: #fdfdfc;
  }

  .group:hover .sm\:group-hover\:text-green-darkest {
    color: #1c3630;
  }

  .group:hover .sm\:group-hover\:text-green-darker {
    color: #376b60;
  }

  .group:hover .sm\:group-hover\:text-green-dark {
    color: #53a190;
  }

  .group:hover .sm\:group-hover\:text-green {
    color: #5cb3a0;
  }

  .group:hover .sm\:group-hover\:text-green-light {
    color: #8dcabd;
  }

  .group:hover .sm\:group-hover\:text-green-lighter {
    color: #bee1d9;
  }

  .group:hover .sm\:group-hover\:text-green-lightest {
    color: #eff7f6;
  }

  .group:hover .sm\:group-hover\:text-chioscored-darkest {
    color: #2e0d13;
  }

  .group:hover .sm\:group-hover\:text-chioscored-darker {
    color: #5b1a26;
  }

  .group:hover .sm\:group-hover\:text-chioscored-dark {
    color: #89283a;
  }

  .group:hover .sm\:group-hover\:text-chioscored {
    color: #982c40;
  }

  .group:hover .sm\:group-hover\:text-chioscored-light {
    color: #b76b79;
  }

  .group:hover .sm\:group-hover\:text-chioscored-lighter {
    color: #d6abb3;
  }

  .group:hover .sm\:group-hover\:text-chioscored-lightest {
    color: #f5eaec;
  }

  .group:hover .sm\:group-hover\:text-body {
    color: #808080;
  }

  .group:hover .sm\:group-hover\:text-navbar {
    color: #a5b6c6;
  }

  .sm\:text-xs {
    font-size: .75rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.7rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-6xl {
    font-size: 4rem;
  }

  .sm\:text-7xl {
    font-size: 5rem;
  }

  .sm\:text-title-sm {
    font-size: 2rem;
  }

  .sm\:text-title {
    font-size: 2.5rem;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:roman {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:italic:hover {
    font-style: italic;
  }

  .sm\:hover\:roman:hover {
    font-style: normal;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:focus\:italic:focus {
    font-style: italic;
  }

  .sm\:focus\:roman:focus {
    font-style: normal;
  }

  .sm\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .sm\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .sm\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .sm\:focus\:normal-case:focus {
    text-transform: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .sm\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .sm\:group-hover\:roman {
    font-style: normal;
  }

  .group:hover .sm\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .sm\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .sm\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .sm\:group-hover\:normal-case {
    text-transform: none;
  }

  .group:hover .sm\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .sm\:group-hover\:no-underline {
    text-decoration: none;
  }

  .group:hover .sm\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .sm\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-words {
    word-wrap: break-word;
  }

  .sm\:break-normal {
    word-wrap: normal;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-1 {
    width: .25rem;
  }

  .sm\:w-2 {
    width: .5rem;
  }

  .sm\:w-3 {
    width: .75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-100px {
    width: 100px;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-1 {
    z-index: 1;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 768px) {
  .md\:list-reset {
    list-style: none;
    padding: 0;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-inherit {
    background-color: inherit;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-black {
    background-color: #202020;
  }

  .md\:bg-grey-darkest {
    background-color: #373a3d;
  }

  .md\:bg-grey-darker {
    background-color: #6e747a;
  }

  .md\:bg-grey-dark {
    background-color: #a6afb8;
  }

  .md\:bg-grey {
    background-color: #b8c2cc;
  }

  .md\:bg-grey-light {
    background-color: #cdd4db;
  }

  .md\:bg-grey-lighter {
    background-color: #e3e7eb;
  }

  .md\:bg-grey-lightest {
    background-color: #fafafa;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .md\:bg-red-darker {
    background-color: #621b18;
  }

  .md\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .md\:bg-red {
    background-color: #e3342f;
  }

  .md\:bg-red-light {
    background-color: #ef5753;
  }

  .md\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .md\:bg-red-lightest {
    background-color: #fcebea;
  }

  .md\:bg-blue-darkest {
    background-color: #12283a;
  }

  .md\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .md\:bg-blue-dark {
    background-color: #2779bd;
  }

  .md\:bg-blue {
    background-color: #00448a;
  }

  .md\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .md\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .md\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .md\:bg-beige-darkest {
    background-color: #474543;
  }

  .md\:bg-beige-darker {
    background-color: #8d8a86;
  }

  .md\:bg-beige-dark {
    background-color: #d4cfc9;
  }

  .md\:bg-beige {
    background-color: #ebe6df;
  }

  .md\:bg-beige-light {
    background-color: #f1eee9;
  }

  .md\:bg-beige-lighter {
    background-color: #f7f5f2;
  }

  .md\:bg-beige-lightest {
    background-color: #fdfdfc;
  }

  .md\:bg-green-darkest {
    background-color: #1c3630;
  }

  .md\:bg-green-darker {
    background-color: #376b60;
  }

  .md\:bg-green-dark {
    background-color: #53a190;
  }

  .md\:bg-green {
    background-color: #5cb3a0;
  }

  .md\:bg-green-light {
    background-color: #8dcabd;
  }

  .md\:bg-green-lighter {
    background-color: #bee1d9;
  }

  .md\:bg-green-lightest {
    background-color: #eff7f6;
  }

  .md\:bg-chioscored-darkest {
    background-color: #2e0d13;
  }

  .md\:bg-chioscored-darker {
    background-color: #5b1a26;
  }

  .md\:bg-chioscored-dark {
    background-color: #89283a;
  }

  .md\:bg-chioscored {
    background-color: #982c40;
  }

  .md\:bg-chioscored-light {
    background-color: #b76b79;
  }

  .md\:bg-chioscored-lighter {
    background-color: #d6abb3;
  }

  .md\:bg-chioscored-lightest {
    background-color: #f5eaec;
  }

  .md\:bg-body {
    background-color: #808080;
  }

  .md\:bg-navbar {
    background-color: #a5b6c6;
  }

  .md\:hover\:bg-inherit:hover {
    background-color: inherit;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-black:hover {
    background-color: #202020;
  }

  .md\:hover\:bg-grey-darkest:hover {
    background-color: #373a3d;
  }

  .md\:hover\:bg-grey-darker:hover {
    background-color: #6e747a;
  }

  .md\:hover\:bg-grey-dark:hover {
    background-color: #a6afb8;
  }

  .md\:hover\:bg-grey:hover {
    background-color: #b8c2cc;
  }

  .md\:hover\:bg-grey-light:hover {
    background-color: #cdd4db;
  }

  .md\:hover\:bg-grey-lighter:hover {
    background-color: #e3e7eb;
  }

  .md\:hover\:bg-grey-lightest:hover {
    background-color: #fafafa;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .md\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }

  .md\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .md\:hover\:bg-red:hover {
    background-color: #e3342f;
  }

  .md\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }

  .md\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .md\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .md\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .md\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .md\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .md\:hover\:bg-blue:hover {
    background-color: #00448a;
  }

  .md\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .md\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .md\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .md\:hover\:bg-beige-darkest:hover {
    background-color: #474543;
  }

  .md\:hover\:bg-beige-darker:hover {
    background-color: #8d8a86;
  }

  .md\:hover\:bg-beige-dark:hover {
    background-color: #d4cfc9;
  }

  .md\:hover\:bg-beige:hover {
    background-color: #ebe6df;
  }

  .md\:hover\:bg-beige-light:hover {
    background-color: #f1eee9;
  }

  .md\:hover\:bg-beige-lighter:hover {
    background-color: #f7f5f2;
  }

  .md\:hover\:bg-beige-lightest:hover {
    background-color: #fdfdfc;
  }

  .md\:hover\:bg-green-darkest:hover {
    background-color: #1c3630;
  }

  .md\:hover\:bg-green-darker:hover {
    background-color: #376b60;
  }

  .md\:hover\:bg-green-dark:hover {
    background-color: #53a190;
  }

  .md\:hover\:bg-green:hover {
    background-color: #5cb3a0;
  }

  .md\:hover\:bg-green-light:hover {
    background-color: #8dcabd;
  }

  .md\:hover\:bg-green-lighter:hover {
    background-color: #bee1d9;
  }

  .md\:hover\:bg-green-lightest:hover {
    background-color: #eff7f6;
  }

  .md\:hover\:bg-chioscored-darkest:hover {
    background-color: #2e0d13;
  }

  .md\:hover\:bg-chioscored-darker:hover {
    background-color: #5b1a26;
  }

  .md\:hover\:bg-chioscored-dark:hover {
    background-color: #89283a;
  }

  .md\:hover\:bg-chioscored:hover {
    background-color: #982c40;
  }

  .md\:hover\:bg-chioscored-light:hover {
    background-color: #b76b79;
  }

  .md\:hover\:bg-chioscored-lighter:hover {
    background-color: #d6abb3;
  }

  .md\:hover\:bg-chioscored-lightest:hover {
    background-color: #f5eaec;
  }

  .md\:hover\:bg-body:hover {
    background-color: #808080;
  }

  .md\:hover\:bg-navbar:hover {
    background-color: #a5b6c6;
  }

  .md\:focus\:bg-inherit:focus {
    background-color: inherit;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-black:focus {
    background-color: #202020;
  }

  .md\:focus\:bg-grey-darkest:focus {
    background-color: #373a3d;
  }

  .md\:focus\:bg-grey-darker:focus {
    background-color: #6e747a;
  }

  .md\:focus\:bg-grey-dark:focus {
    background-color: #a6afb8;
  }

  .md\:focus\:bg-grey:focus {
    background-color: #b8c2cc;
  }

  .md\:focus\:bg-grey-light:focus {
    background-color: #cdd4db;
  }

  .md\:focus\:bg-grey-lighter:focus {
    background-color: #e3e7eb;
  }

  .md\:focus\:bg-grey-lightest:focus {
    background-color: #fafafa;
  }

  .md\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .md\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }

  .md\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }

  .md\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }

  .md\:focus\:bg-red:focus {
    background-color: #e3342f;
  }

  .md\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }

  .md\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }

  .md\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }

  .md\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }

  .md\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }

  .md\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }

  .md\:focus\:bg-blue:focus {
    background-color: #00448a;
  }

  .md\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }

  .md\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }

  .md\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }

  .md\:focus\:bg-beige-darkest:focus {
    background-color: #474543;
  }

  .md\:focus\:bg-beige-darker:focus {
    background-color: #8d8a86;
  }

  .md\:focus\:bg-beige-dark:focus {
    background-color: #d4cfc9;
  }

  .md\:focus\:bg-beige:focus {
    background-color: #ebe6df;
  }

  .md\:focus\:bg-beige-light:focus {
    background-color: #f1eee9;
  }

  .md\:focus\:bg-beige-lighter:focus {
    background-color: #f7f5f2;
  }

  .md\:focus\:bg-beige-lightest:focus {
    background-color: #fdfdfc;
  }

  .md\:focus\:bg-green-darkest:focus {
    background-color: #1c3630;
  }

  .md\:focus\:bg-green-darker:focus {
    background-color: #376b60;
  }

  .md\:focus\:bg-green-dark:focus {
    background-color: #53a190;
  }

  .md\:focus\:bg-green:focus {
    background-color: #5cb3a0;
  }

  .md\:focus\:bg-green-light:focus {
    background-color: #8dcabd;
  }

  .md\:focus\:bg-green-lighter:focus {
    background-color: #bee1d9;
  }

  .md\:focus\:bg-green-lightest:focus {
    background-color: #eff7f6;
  }

  .md\:focus\:bg-chioscored-darkest:focus {
    background-color: #2e0d13;
  }

  .md\:focus\:bg-chioscored-darker:focus {
    background-color: #5b1a26;
  }

  .md\:focus\:bg-chioscored-dark:focus {
    background-color: #89283a;
  }

  .md\:focus\:bg-chioscored:focus {
    background-color: #982c40;
  }

  .md\:focus\:bg-chioscored-light:focus {
    background-color: #b76b79;
  }

  .md\:focus\:bg-chioscored-lighter:focus {
    background-color: #d6abb3;
  }

  .md\:focus\:bg-chioscored-lightest:focus {
    background-color: #f5eaec;
  }

  .md\:focus\:bg-body:focus {
    background-color: #808080;
  }

  .md\:focus\:bg-navbar:focus {
    background-color: #a5b6c6;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-inherit {
    border-color: inherit;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-black {
    border-color: #202020;
  }

  .md\:border-grey-darkest {
    border-color: #373a3d;
  }

  .md\:border-grey-darker {
    border-color: #6e747a;
  }

  .md\:border-grey-dark {
    border-color: #a6afb8;
  }

  .md\:border-grey {
    border-color: #b8c2cc;
  }

  .md\:border-grey-light {
    border-color: #cdd4db;
  }

  .md\:border-grey-lighter {
    border-color: #e3e7eb;
  }

  .md\:border-grey-lightest {
    border-color: #fafafa;
  }

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .md\:border-red-darker {
    border-color: #621b18;
  }

  .md\:border-red-dark {
    border-color: #cc1f1a;
  }

  .md\:border-red {
    border-color: #e3342f;
  }

  .md\:border-red-light {
    border-color: #ef5753;
  }

  .md\:border-red-lighter {
    border-color: #f9acaa;
  }

  .md\:border-red-lightest {
    border-color: #fcebea;
  }

  .md\:border-blue-darkest {
    border-color: #12283a;
  }

  .md\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .md\:border-blue-dark {
    border-color: #2779bd;
  }

  .md\:border-blue {
    border-color: #00448a;
  }

  .md\:border-blue-light {
    border-color: #6cb2eb;
  }

  .md\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .md\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .md\:border-beige-darkest {
    border-color: #474543;
  }

  .md\:border-beige-darker {
    border-color: #8d8a86;
  }

  .md\:border-beige-dark {
    border-color: #d4cfc9;
  }

  .md\:border-beige {
    border-color: #ebe6df;
  }

  .md\:border-beige-light {
    border-color: #f1eee9;
  }

  .md\:border-beige-lighter {
    border-color: #f7f5f2;
  }

  .md\:border-beige-lightest {
    border-color: #fdfdfc;
  }

  .md\:border-green-darkest {
    border-color: #1c3630;
  }

  .md\:border-green-darker {
    border-color: #376b60;
  }

  .md\:border-green-dark {
    border-color: #53a190;
  }

  .md\:border-green {
    border-color: #5cb3a0;
  }

  .md\:border-green-light {
    border-color: #8dcabd;
  }

  .md\:border-green-lighter {
    border-color: #bee1d9;
  }

  .md\:border-green-lightest {
    border-color: #eff7f6;
  }

  .md\:border-chioscored-darkest {
    border-color: #2e0d13;
  }

  .md\:border-chioscored-darker {
    border-color: #5b1a26;
  }

  .md\:border-chioscored-dark {
    border-color: #89283a;
  }

  .md\:border-chioscored {
    border-color: #982c40;
  }

  .md\:border-chioscored-light {
    border-color: #b76b79;
  }

  .md\:border-chioscored-lighter {
    border-color: #d6abb3;
  }

  .md\:border-chioscored-lightest {
    border-color: #f5eaec;
  }

  .md\:border-body {
    border-color: #808080;
  }

  .md\:border-navbar {
    border-color: #a5b6c6;
  }

  .md\:hover\:border-inherit:hover {
    border-color: inherit;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-black:hover {
    border-color: #202020;
  }

  .md\:hover\:border-grey-darkest:hover {
    border-color: #373a3d;
  }

  .md\:hover\:border-grey-darker:hover {
    border-color: #6e747a;
  }

  .md\:hover\:border-grey-dark:hover {
    border-color: #a6afb8;
  }

  .md\:hover\:border-grey:hover {
    border-color: #b8c2cc;
  }

  .md\:hover\:border-grey-light:hover {
    border-color: #cdd4db;
  }

  .md\:hover\:border-grey-lighter:hover {
    border-color: #e3e7eb;
  }

  .md\:hover\:border-grey-lightest:hover {
    border-color: #fafafa;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff;
  }

  .md\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .md\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }

  .md\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .md\:hover\:border-red:hover {
    border-color: #e3342f;
  }

  .md\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }

  .md\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .md\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }

  .md\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }

  .md\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .md\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }

  .md\:hover\:border-blue:hover {
    border-color: #00448a;
  }

  .md\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .md\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .md\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .md\:hover\:border-beige-darkest:hover {
    border-color: #474543;
  }

  .md\:hover\:border-beige-darker:hover {
    border-color: #8d8a86;
  }

  .md\:hover\:border-beige-dark:hover {
    border-color: #d4cfc9;
  }

  .md\:hover\:border-beige:hover {
    border-color: #ebe6df;
  }

  .md\:hover\:border-beige-light:hover {
    border-color: #f1eee9;
  }

  .md\:hover\:border-beige-lighter:hover {
    border-color: #f7f5f2;
  }

  .md\:hover\:border-beige-lightest:hover {
    border-color: #fdfdfc;
  }

  .md\:hover\:border-green-darkest:hover {
    border-color: #1c3630;
  }

  .md\:hover\:border-green-darker:hover {
    border-color: #376b60;
  }

  .md\:hover\:border-green-dark:hover {
    border-color: #53a190;
  }

  .md\:hover\:border-green:hover {
    border-color: #5cb3a0;
  }

  .md\:hover\:border-green-light:hover {
    border-color: #8dcabd;
  }

  .md\:hover\:border-green-lighter:hover {
    border-color: #bee1d9;
  }

  .md\:hover\:border-green-lightest:hover {
    border-color: #eff7f6;
  }

  .md\:hover\:border-chioscored-darkest:hover {
    border-color: #2e0d13;
  }

  .md\:hover\:border-chioscored-darker:hover {
    border-color: #5b1a26;
  }

  .md\:hover\:border-chioscored-dark:hover {
    border-color: #89283a;
  }

  .md\:hover\:border-chioscored:hover {
    border-color: #982c40;
  }

  .md\:hover\:border-chioscored-light:hover {
    border-color: #b76b79;
  }

  .md\:hover\:border-chioscored-lighter:hover {
    border-color: #d6abb3;
  }

  .md\:hover\:border-chioscored-lightest:hover {
    border-color: #f5eaec;
  }

  .md\:hover\:border-body:hover {
    border-color: #808080;
  }

  .md\:hover\:border-navbar:hover {
    border-color: #a5b6c6;
  }

  .md\:focus\:border-inherit:focus {
    border-color: inherit;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-black:focus {
    border-color: #202020;
  }

  .md\:focus\:border-grey-darkest:focus {
    border-color: #373a3d;
  }

  .md\:focus\:border-grey-darker:focus {
    border-color: #6e747a;
  }

  .md\:focus\:border-grey-dark:focus {
    border-color: #a6afb8;
  }

  .md\:focus\:border-grey:focus {
    border-color: #b8c2cc;
  }

  .md\:focus\:border-grey-light:focus {
    border-color: #cdd4db;
  }

  .md\:focus\:border-grey-lighter:focus {
    border-color: #e3e7eb;
  }

  .md\:focus\:border-grey-lightest:focus {
    border-color: #fafafa;
  }

  .md\:focus\:border-white:focus {
    border-color: #fff;
  }

  .md\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }

  .md\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }

  .md\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }

  .md\:focus\:border-red:focus {
    border-color: #e3342f;
  }

  .md\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }

  .md\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }

  .md\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }

  .md\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }

  .md\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }

  .md\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }

  .md\:focus\:border-blue:focus {
    border-color: #00448a;
  }

  .md\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }

  .md\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }

  .md\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }

  .md\:focus\:border-beige-darkest:focus {
    border-color: #474543;
  }

  .md\:focus\:border-beige-darker:focus {
    border-color: #8d8a86;
  }

  .md\:focus\:border-beige-dark:focus {
    border-color: #d4cfc9;
  }

  .md\:focus\:border-beige:focus {
    border-color: #ebe6df;
  }

  .md\:focus\:border-beige-light:focus {
    border-color: #f1eee9;
  }

  .md\:focus\:border-beige-lighter:focus {
    border-color: #f7f5f2;
  }

  .md\:focus\:border-beige-lightest:focus {
    border-color: #fdfdfc;
  }

  .md\:focus\:border-green-darkest:focus {
    border-color: #1c3630;
  }

  .md\:focus\:border-green-darker:focus {
    border-color: #376b60;
  }

  .md\:focus\:border-green-dark:focus {
    border-color: #53a190;
  }

  .md\:focus\:border-green:focus {
    border-color: #5cb3a0;
  }

  .md\:focus\:border-green-light:focus {
    border-color: #8dcabd;
  }

  .md\:focus\:border-green-lighter:focus {
    border-color: #bee1d9;
  }

  .md\:focus\:border-green-lightest:focus {
    border-color: #eff7f6;
  }

  .md\:focus\:border-chioscored-darkest:focus {
    border-color: #2e0d13;
  }

  .md\:focus\:border-chioscored-darker:focus {
    border-color: #5b1a26;
  }

  .md\:focus\:border-chioscored-dark:focus {
    border-color: #89283a;
  }

  .md\:focus\:border-chioscored:focus {
    border-color: #982c40;
  }

  .md\:focus\:border-chioscored-light:focus {
    border-color: #b76b79;
  }

  .md\:focus\:border-chioscored-lighter:focus {
    border-color: #d6abb3;
  }

  .md\:focus\:border-chioscored-lightest:focus {
    border-color: #f5eaec;
  }

  .md\:focus\:border-body:focus {
    border-color: #808080;
  }

  .md\:focus\:border-navbar:focus {
    border-color: #a5b6c6;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: .125rem;
  }

  .md\:rounded {
    border-radius: .25rem;
  }

  .md\:rounded-lg {
    border-radius: .5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-6 {
    border-width: 6px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-6 {
    border-top-width: 6px;
  }

  .md\:border-r-6 {
    border-right-width: 6px;
  }

  .md\:border-b-6 {
    border-bottom-width: 6px;
  }

  .md\:border-l-6 {
    border-left-width: 6px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:table {
    display: table;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-no-grow {
    flex-grow: 0;
  }

  .md\:flex-no-shrink {
    flex-shrink: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-sans {
    font-family: AcuminPro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .md\:font-serif {
    font-family: Farmhand, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:h-0 {
    height: 0;
  }

  .md\:h-1 {
    height: .25rem;
  }

  .md\:h-2 {
    height: .5rem;
  }

  .md\:h-3 {
    height: .75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-88 {
    height: 22rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-100px {
    height: 100px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:h-500px {
    height: 500px;
  }

  .md\:h-60vh {
    height: 60vh;
  }

  .md\:h-70vh {
    height: 70vh;
  }

  .md\:h-80vh {
    height: 80vh;
  }

  .md\:h-85vh {
    height: 85vh;
  }

  .md\:h-90vh {
    height: 90vh;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.35;
  }

  .md\:leading-normal {
    line-height: 1.63;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: .25rem;
  }

  .md\:m-2 {
    margin: .5rem;
  }

  .md\:m-3 {
    margin: .75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: .25rem;
  }

  .md\:mr-1 {
    margin-right: .25rem;
  }

  .md\:mb-1 {
    margin-bottom: .25rem;
  }

  .md\:ml-1 {
    margin-left: .25rem;
  }

  .md\:mt-2 {
    margin-top: .5rem;
  }

  .md\:mr-2 {
    margin-right: .5rem;
  }

  .md\:mb-2 {
    margin-bottom: .5rem;
  }

  .md\:ml-2 {
    margin-left: .5rem;
  }

  .md\:mt-3 {
    margin-top: .75rem;
  }

  .md\:mr-3 {
    margin-right: .75rem;
  }

  .md\:mb-3 {
    margin-bottom: .75rem;
  }

  .md\:ml-3 {
    margin-left: .75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:hover\:m-0:hover {
    margin: 0;
  }

  .md\:hover\:m-1:hover {
    margin: .25rem;
  }

  .md\:hover\:m-2:hover {
    margin: .5rem;
  }

  .md\:hover\:m-3:hover {
    margin: .75rem;
  }

  .md\:hover\:m-4:hover {
    margin: 1rem;
  }

  .md\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .md\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .md\:hover\:m-8:hover {
    margin: 2rem;
  }

  .md\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .md\:hover\:m-12:hover {
    margin: 3rem;
  }

  .md\:hover\:m-16:hover {
    margin: 4rem;
  }

  .md\:hover\:m-20:hover {
    margin: 5rem;
  }

  .md\:hover\:m-24:hover {
    margin: 6rem;
  }

  .md\:hover\:m-32:hover {
    margin: 8rem;
  }

  .md\:hover\:m-48:hover {
    margin: 12rem;
  }

  .md\:hover\:m-56:hover {
    margin: 14rem;
  }

  .md\:hover\:m-64:hover {
    margin: 16rem;
  }

  .md\:hover\:m-80:hover {
    margin: 20rem;
  }

  .md\:hover\:m-auto:hover {
    margin: auto;
  }

  .md\:hover\:m-px:hover {
    margin: 1px;
  }

  .md\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:hover\:my-1:hover {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:hover\:mx-1:hover {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:hover\:my-2:hover {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:hover\:mx-2:hover {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:hover\:my-3:hover {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:hover\:mx-3:hover {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .md\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .md\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .md\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .md\:hover\:mt-1:hover {
    margin-top: .25rem;
  }

  .md\:hover\:mr-1:hover {
    margin-right: .25rem;
  }

  .md\:hover\:mb-1:hover {
    margin-bottom: .25rem;
  }

  .md\:hover\:ml-1:hover {
    margin-left: .25rem;
  }

  .md\:hover\:mt-2:hover {
    margin-top: .5rem;
  }

  .md\:hover\:mr-2:hover {
    margin-right: .5rem;
  }

  .md\:hover\:mb-2:hover {
    margin-bottom: .5rem;
  }

  .md\:hover\:ml-2:hover {
    margin-left: .5rem;
  }

  .md\:hover\:mt-3:hover {
    margin-top: .75rem;
  }

  .md\:hover\:mr-3:hover {
    margin-right: .75rem;
  }

  .md\:hover\:mb-3:hover {
    margin-bottom: .75rem;
  }

  .md\:hover\:ml-3:hover {
    margin-left: .75rem;
  }

  .md\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .md\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .md\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .md\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .md\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .md\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .md\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .md\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .md\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .md\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .md\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .md\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .md\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .md\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .md\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .md\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .md\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .md\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .md\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .md\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .md\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .md\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .md\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .md\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .md\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .md\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .md\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .md\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .md\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .md\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .md\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .md\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .md\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .md\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .md\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .md\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .md\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .md\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .md\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .md\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .md\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .md\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .md\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .md\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .md\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .md\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .md\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .md\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .md\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .md\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .md\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .md\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .md\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .md\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .md\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .md\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .md\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .md\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .md\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .md\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .md\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .md\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .md\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .md\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .md\:max-h-32 {
    max-height: 8rem;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-0 {
    max-width: 0;
  }

  .md\:max-w-12 {
    max-width: 3rem;
  }

  .md\:max-w-16 {
    max-width: 4rem;
  }

  .md\:max-w-20 {
    max-width: 5rem;
  }

  .md\:max-w-24 {
    max-width: 6rem;
  }

  .md\:max-w-32 {
    max-width: 8rem;
  }

  .md\:max-w-64 {
    max-width: 16rem;
  }

  .md\:max-w-80 {
    max-width: 20rem;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 31rem;
  }

  .md\:max-w-md {
    max-width: 40rem;
  }

  .md\:max-w-lg {
    max-width: 50rem;
  }

  .md\:max-w-xl {
    max-width: 60rem;
  }

  .md\:max-w-2xl {
    max-width: 70rem;
  }

  .md\:max-w-3xl {
    max-width: 80rem;
  }

  .md\:max-w-4xl {
    max-width: 90rem;
  }

  .md\:max-w-5xl {
    max-width: 100rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-1 {
    min-height: .25rem;
  }

  .md\:min-h-2 {
    min-height: .5rem;
  }

  .md\:min-h-3 {
    min-height: .75rem;
  }

  .md\:min-h-4 {
    min-height: 1rem;
  }

  .md\:min-h-5 {
    min-height: 1.25rem;
  }

  .md\:min-h-6 {
    min-height: 1.5rem;
  }

  .md\:min-h-8 {
    min-height: 2rem;
  }

  .md\:min-h-10 {
    min-height: 2.5rem;
  }

  .md\:min-h-12 {
    min-height: 3rem;
  }

  .md\:min-h-16 {
    min-height: 4rem;
  }

  .md\:min-h-20 {
    min-height: 5rem;
  }

  .md\:min-h-24 {
    min-height: 6rem;
  }

  .md\:min-h-32 {
    min-height: 8rem;
  }

  .md\:min-h-48 {
    min-height: 12rem;
  }

  .md\:min-h-64 {
    min-height: 16rem;
  }

  .md\:min-h-80 {
    min-height: 20rem;
  }

  .md\:min-h-88 {
    min-height: 22rem;
  }

  .md\:min-h-96 {
    min-height: 24rem;
  }

  .md\:min-h-140 {
    min-height: 35rem;
  }

  .md\:min-h-240 {
    min-height: 60rem;
  }

  .md\:min-h-auto {
    min-height: auto;
  }

  .md\:min-h-px {
    min-height: 1px;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-16 {
    min-width: 16rem;
  }

  .md\:min-w-20 {
    min-width: 20rem;
  }

  .md\:min-w-32 {
    min-width: 8rem;
  }

  .md\:min-w-48 {
    min-width: 12rem;
  }

  .md\:min-w-64 {
    min-width: 16rem;
  }

  .md\:min-w-80 {
    min-width: 20rem;
  }

  .md\:min-w-88 {
    min-width: 22rem;
  }

  .md\:min-w-96 {
    min-width: 24rem;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:-m-0 {
    margin: 0;
  }

  .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-8 {
    margin: -2rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-36 {
    margin: -9rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-m-40\% {
    margin: -40%;
  }

  .md\:-m-50\% {
    margin: -50%;
  }

  .md\:-m-60\% {
    margin: -60%;
  }

  .md\:-m-80\% {
    margin: -80%;
  }

  .md\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .md\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .md\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:-mt-0 {
    margin-top: 0;
  }

  .md\:-mr-0 {
    margin-right: 0;
  }

  .md\:-mb-0 {
    margin-bottom: 0;
  }

  .md\:-ml-0 {
    margin-left: 0;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-mt-36 {
    margin-top: -9rem;
  }

  .md\:-mr-36 {
    margin-right: -9rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

  .md\:-ml-36 {
    margin-left: -9rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:-mt-40\% {
    margin-top: -40%;
  }

  .md\:-mr-40\% {
    margin-right: -40%;
  }

  .md\:-mb-40\% {
    margin-bottom: -40%;
  }

  .md\:-ml-40\% {
    margin-left: -40%;
  }

  .md\:-mt-50\% {
    margin-top: -50%;
  }

  .md\:-mr-50\% {
    margin-right: -50%;
  }

  .md\:-mb-50\% {
    margin-bottom: -50%;
  }

  .md\:-ml-50\% {
    margin-left: -50%;
  }

  .md\:-mt-60\% {
    margin-top: -60%;
  }

  .md\:-mr-60\% {
    margin-right: -60%;
  }

  .md\:-mb-60\% {
    margin-bottom: -60%;
  }

  .md\:-ml-60\% {
    margin-left: -60%;
  }

  .md\:-mt-80\% {
    margin-top: -80%;
  }

  .md\:-mr-80\% {
    margin-right: -80%;
  }

  .md\:-mb-80\% {
    margin-bottom: -80%;
  }

  .md\:-ml-80\% {
    margin-left: -80%;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: .25;
  }

  .md\:opacity-50 {
    opacity: .5;
  }

  .md\:opacity-75 {
    opacity: .75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .md\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .md\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .md\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .md\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: .25rem;
  }

  .md\:p-2 {
    padding: .5rem;
  }

  .md\:p-3 {
    padding: .75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .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-48 {
    padding: 12rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-80 {
    padding: 20rem;
  }

  .md\:p-88 {
    padding: 22rem;
  }

  .md\:p-96 {
    padding: 24rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-100px {
    padding: 100px;
  }

  .md\:p-1\/1 {
    padding: 100%;
  }

  .md\:p-3\/4 {
    padding: 75%;
  }

  .md\:p-4\/5 {
    padding: 80%;
  }

  .md\:p-2\/3 {
    padding: 66%;
  }

  .md\:p-1\/2 {
    padding: 50%;
  }

  .md\:p-1\/3 {
    padding: 33%;
  }

  .md\:p-1\/6 {
    padding: 16.66667%;
  }

  .md\:p-5\/6 {
    padding: 83.33333%;
  }

  .md\:p-4\/3 {
    padding: 133.33333%;
  }

  .md\:p-5\/4 {
    padding: 125%;
  }

  .md\:p-7\/5 {
    padding: 142%;
  }

  .md\:p-3\/2 {
    padding: 150%;
  }

  .md\:p-2\/1 {
    padding: 200%;
  }

  .md\:p-3\/1 {
    padding: 300%;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:py-88 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .md\:px-88 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:px-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .md\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .md\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:py-2\/3 {
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .md\:px-2\/3 {
    padding-left: 66%;
    padding-right: 66%;
  }

  .md\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-1\/3 {
    padding-top: 33%;
    padding-bottom: 33%;
  }

  .md\:px-1\/3 {
    padding-left: 33%;
    padding-right: 33%;
  }

  .md\:py-1\/6 {
    padding-top: 16.66667%;
    padding-bottom: 16.66667%;
  }

  .md\:px-1\/6 {
    padding-left: 16.66667%;
    padding-right: 16.66667%;
  }

  .md\:py-5\/6 {
    padding-top: 83.33333%;
    padding-bottom: 83.33333%;
  }

  .md\:px-5\/6 {
    padding-left: 83.33333%;
    padding-right: 83.33333%;
  }

  .md\:py-4\/3 {
    padding-top: 133.33333%;
    padding-bottom: 133.33333%;
  }

  .md\:px-4\/3 {
    padding-left: 133.33333%;
    padding-right: 133.33333%;
  }

  .md\:py-5\/4 {
    padding-top: 125%;
    padding-bottom: 125%;
  }

  .md\:px-5\/4 {
    padding-left: 125%;
    padding-right: 125%;
  }

  .md\:py-7\/5 {
    padding-top: 142%;
    padding-bottom: 142%;
  }

  .md\:px-7\/5 {
    padding-left: 142%;
    padding-right: 142%;
  }

  .md\:py-3\/2 {
    padding-top: 150%;
    padding-bottom: 150%;
  }

  .md\:px-3\/2 {
    padding-left: 150%;
    padding-right: 150%;
  }

  .md\:py-2\/1 {
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .md\:px-2\/1 {
    padding-left: 200%;
    padding-right: 200%;
  }

  .md\:py-3\/1 {
    padding-top: 300%;
    padding-bottom: 300%;
  }

  .md\:px-3\/1 {
    padding-left: 300%;
    padding-right: 300%;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: .25rem;
  }

  .md\:pr-1 {
    padding-right: .25rem;
  }

  .md\:pb-1 {
    padding-bottom: .25rem;
  }

  .md\:pl-1 {
    padding-left: .25rem;
  }

  .md\:pt-2 {
    padding-top: .5rem;
  }

  .md\:pr-2 {
    padding-right: .5rem;
  }

  .md\:pb-2 {
    padding-bottom: .5rem;
  }

  .md\:pl-2 {
    padding-left: .5rem;
  }

  .md\:pt-3 {
    padding-top: .75rem;
  }

  .md\:pr-3 {
    padding-right: .75rem;
  }

  .md\:pb-3 {
    padding-bottom: .75rem;
  }

  .md\:pl-3 {
    padding-left: .75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pt-80 {
    padding-top: 20rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .md\:pb-80 {
    padding-bottom: 20rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .md\:pt-88 {
    padding-top: 22rem;
  }

  .md\:pr-88 {
    padding-right: 22rem;
  }

  .md\:pb-88 {
    padding-bottom: 22rem;
  }

  .md\:pl-88 {
    padding-left: 22rem;
  }

  .md\:pt-96 {
    padding-top: 24rem;
  }

  .md\:pr-96 {
    padding-right: 24rem;
  }

  .md\:pb-96 {
    padding-bottom: 24rem;
  }

  .md\:pl-96 {
    padding-left: 24rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pt-100px {
    padding-top: 100px;
  }

  .md\:pr-100px {
    padding-right: 100px;
  }

  .md\:pb-100px {
    padding-bottom: 100px;
  }

  .md\:pl-100px {
    padding-left: 100px;
  }

  .md\:pt-1\/1 {
    padding-top: 100%;
  }

  .md\:pr-1\/1 {
    padding-right: 100%;
  }

  .md\:pb-1\/1 {
    padding-bottom: 100%;
  }

  .md\:pl-1\/1 {
    padding-left: 100%;
  }

  .md\:pt-3\/4 {
    padding-top: 75%;
  }

  .md\:pr-3\/4 {
    padding-right: 75%;
  }

  .md\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .md\:pl-3\/4 {
    padding-left: 75%;
  }

  .md\:pt-4\/5 {
    padding-top: 80%;
  }

  .md\:pr-4\/5 {
    padding-right: 80%;
  }

  .md\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .md\:pl-4\/5 {
    padding-left: 80%;
  }

  .md\:pt-2\/3 {
    padding-top: 66%;
  }

  .md\:pr-2\/3 {
    padding-right: 66%;
  }

  .md\:pb-2\/3 {
    padding-bottom: 66%;
  }

  .md\:pl-2\/3 {
    padding-left: 66%;
  }

  .md\:pt-1\/2 {
    padding-top: 50%;
  }

  .md\:pr-1\/2 {
    padding-right: 50%;
  }

  .md\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .md\:pl-1\/2 {
    padding-left: 50%;
  }

  .md\:pt-1\/3 {
    padding-top: 33%;
  }

  .md\:pr-1\/3 {
    padding-right: 33%;
  }

  .md\:pb-1\/3 {
    padding-bottom: 33%;
  }

  .md\:pl-1\/3 {
    padding-left: 33%;
  }

  .md\:pt-1\/6 {
    padding-top: 16.66667%;
  }

  .md\:pr-1\/6 {
    padding-right: 16.66667%;
  }

  .md\:pb-1\/6 {
    padding-bottom: 16.66667%;
  }

  .md\:pl-1\/6 {
    padding-left: 16.66667%;
  }

  .md\:pt-5\/6 {
    padding-top: 83.33333%;
  }

  .md\:pr-5\/6 {
    padding-right: 83.33333%;
  }

  .md\:pb-5\/6 {
    padding-bottom: 83.33333%;
  }

  .md\:pl-5\/6 {
    padding-left: 83.33333%;
  }

  .md\:pt-4\/3 {
    padding-top: 133.33333%;
  }

  .md\:pr-4\/3 {
    padding-right: 133.33333%;
  }

  .md\:pb-4\/3 {
    padding-bottom: 133.33333%;
  }

  .md\:pl-4\/3 {
    padding-left: 133.33333%;
  }

  .md\:pt-5\/4 {
    padding-top: 125%;
  }

  .md\:pr-5\/4 {
    padding-right: 125%;
  }

  .md\:pb-5\/4 {
    padding-bottom: 125%;
  }

  .md\:pl-5\/4 {
    padding-left: 125%;
  }

  .md\:pt-7\/5 {
    padding-top: 142%;
  }

  .md\:pr-7\/5 {
    padding-right: 142%;
  }

  .md\:pb-7\/5 {
    padding-bottom: 142%;
  }

  .md\:pl-7\/5 {
    padding-left: 142%;
  }

  .md\:pt-3\/2 {
    padding-top: 150%;
  }

  .md\:pr-3\/2 {
    padding-right: 150%;
  }

  .md\:pb-3\/2 {
    padding-bottom: 150%;
  }

  .md\:pl-3\/2 {
    padding-left: 150%;
  }

  .md\:pt-2\/1 {
    padding-top: 200%;
  }

  .md\:pr-2\/1 {
    padding-right: 200%;
  }

  .md\:pb-2\/1 {
    padding-bottom: 200%;
  }

  .md\:pl-2\/1 {
    padding-left: 200%;
  }

  .md\:pt-3\/1 {
    padding-top: 300%;
  }

  .md\:pr-3\/1 {
    padding-right: 300%;
  }

  .md\:pb-3\/1 {
    padding-bottom: 300%;
  }

  .md\:pl-3\/1 {
    padding-left: 300%;
  }

  .md\:hover\:p-0:hover {
    padding: 0;
  }

  .md\:hover\:p-1:hover {
    padding: .25rem;
  }

  .md\:hover\:p-2:hover {
    padding: .5rem;
  }

  .md\:hover\:p-3:hover {
    padding: .75rem;
  }

  .md\:hover\:p-4:hover {
    padding: 1rem;
  }

  .md\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .md\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .md\:hover\:p-8:hover {
    padding: 2rem;
  }

  .md\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .md\:hover\:p-12:hover {
    padding: 3rem;
  }

  .md\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .md\:hover\:p-16:hover {
    padding: 4rem;
  }

  .md\:hover\:p-20:hover {
    padding: 5rem;
  }

  .md\:hover\:p-24:hover {
    padding: 6rem;
  }

  .md\:hover\:p-28:hover {
    padding: 7rem;
  }

  .md\:hover\:p-32:hover {
    padding: 8rem;
  }

  .md\:hover\:p-48:hover {
    padding: 12rem;
  }

  .md\:hover\:p-64:hover {
    padding: 16rem;
  }

  .md\:hover\:p-80:hover {
    padding: 20rem;
  }

  .md\:hover\:p-88:hover {
    padding: 22rem;
  }

  .md\:hover\:p-96:hover {
    padding: 24rem;
  }

  .md\:hover\:p-px:hover {
    padding: 1px;
  }

  .md\:hover\:p-100px:hover {
    padding: 100px;
  }

  .md\:hover\:p-1\/1:hover {
    padding: 100%;
  }

  .md\:hover\:p-3\/4:hover {
    padding: 75%;
  }

  .md\:hover\:p-4\/5:hover {
    padding: 80%;
  }

  .md\:hover\:p-2\/3:hover {
    padding: 66%;
  }

  .md\:hover\:p-1\/2:hover {
    padding: 50%;
  }

  .md\:hover\:p-1\/3:hover {
    padding: 33%;
  }

  .md\:hover\:p-1\/6:hover {
    padding: 16.66667%;
  }

  .md\:hover\:p-5\/6:hover {
    padding: 83.33333%;
  }

  .md\:hover\:p-4\/3:hover {
    padding: 133.33333%;
  }

  .md\:hover\:p-5\/4:hover {
    padding: 125%;
  }

  .md\:hover\:p-7\/5:hover {
    padding: 142%;
  }

  .md\:hover\:p-3\/2:hover {
    padding: 150%;
  }

  .md\:hover\:p-2\/1:hover {
    padding: 200%;
  }

  .md\:hover\:p-3\/1:hover {
    padding: 300%;
  }

  .md\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:hover\:py-1:hover {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:hover\:px-1:hover {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:hover\:py-2:hover {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:hover\:px-2:hover {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:hover\:py-3:hover {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:hover\:px-3:hover {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:hover\:py-88:hover {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .md\:hover\:px-88:hover {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .md\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:hover\:py-100px:hover {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:hover\:px-100px:hover {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:hover\:py-1\/1:hover {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:hover\:px-1\/1:hover {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:hover\:py-3\/4:hover {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .md\:hover\:px-3\/4:hover {
    padding-left: 75%;
    padding-right: 75%;
  }

  .md\:hover\:py-4\/5:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:hover\:px-4\/5:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:hover\:py-2\/3:hover {
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .md\:hover\:px-2\/3:hover {
    padding-left: 66%;
    padding-right: 66%;
  }

  .md\:hover\:py-1\/2:hover {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:hover\:px-1\/2:hover {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:hover\:py-1\/3:hover {
    padding-top: 33%;
    padding-bottom: 33%;
  }

  .md\:hover\:px-1\/3:hover {
    padding-left: 33%;
    padding-right: 33%;
  }

  .md\:hover\:py-1\/6:hover {
    padding-top: 16.66667%;
    padding-bottom: 16.66667%;
  }

  .md\:hover\:px-1\/6:hover {
    padding-left: 16.66667%;
    padding-right: 16.66667%;
  }

  .md\:hover\:py-5\/6:hover {
    padding-top: 83.33333%;
    padding-bottom: 83.33333%;
  }

  .md\:hover\:px-5\/6:hover {
    padding-left: 83.33333%;
    padding-right: 83.33333%;
  }

  .md\:hover\:py-4\/3:hover {
    padding-top: 133.33333%;
    padding-bottom: 133.33333%;
  }

  .md\:hover\:px-4\/3:hover {
    padding-left: 133.33333%;
    padding-right: 133.33333%;
  }

  .md\:hover\:py-5\/4:hover {
    padding-top: 125%;
    padding-bottom: 125%;
  }

  .md\:hover\:px-5\/4:hover {
    padding-left: 125%;
    padding-right: 125%;
  }

  .md\:hover\:py-7\/5:hover {
    padding-top: 142%;
    padding-bottom: 142%;
  }

  .md\:hover\:px-7\/5:hover {
    padding-left: 142%;
    padding-right: 142%;
  }

  .md\:hover\:py-3\/2:hover {
    padding-top: 150%;
    padding-bottom: 150%;
  }

  .md\:hover\:px-3\/2:hover {
    padding-left: 150%;
    padding-right: 150%;
  }

  .md\:hover\:py-2\/1:hover {
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .md\:hover\:px-2\/1:hover {
    padding-left: 200%;
    padding-right: 200%;
  }

  .md\:hover\:py-3\/1:hover {
    padding-top: 300%;
    padding-bottom: 300%;
  }

  .md\:hover\:px-3\/1:hover {
    padding-left: 300%;
    padding-right: 300%;
  }

  .md\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .md\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .md\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .md\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .md\:hover\:pt-1:hover {
    padding-top: .25rem;
  }

  .md\:hover\:pr-1:hover {
    padding-right: .25rem;
  }

  .md\:hover\:pb-1:hover {
    padding-bottom: .25rem;
  }

  .md\:hover\:pl-1:hover {
    padding-left: .25rem;
  }

  .md\:hover\:pt-2:hover {
    padding-top: .5rem;
  }

  .md\:hover\:pr-2:hover {
    padding-right: .5rem;
  }

  .md\:hover\:pb-2:hover {
    padding-bottom: .5rem;
  }

  .md\:hover\:pl-2:hover {
    padding-left: .5rem;
  }

  .md\:hover\:pt-3:hover {
    padding-top: .75rem;
  }

  .md\:hover\:pr-3:hover {
    padding-right: .75rem;
  }

  .md\:hover\:pb-3:hover {
    padding-bottom: .75rem;
  }

  .md\:hover\:pl-3:hover {
    padding-left: .75rem;
  }

  .md\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .md\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .md\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .md\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .md\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .md\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .md\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .md\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .md\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .md\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .md\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .md\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .md\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .md\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .md\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .md\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .md\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .md\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .md\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .md\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .md\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .md\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .md\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .md\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .md\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .md\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .md\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .md\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .md\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .md\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .md\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .md\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .md\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .md\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .md\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .md\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .md\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .md\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .md\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .md\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .md\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .md\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .md\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .md\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .md\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .md\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .md\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .md\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .md\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .md\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .md\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .md\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .md\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .md\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .md\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .md\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .md\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .md\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .md\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .md\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .md\:hover\:pt-88:hover {
    padding-top: 22rem;
  }

  .md\:hover\:pr-88:hover {
    padding-right: 22rem;
  }

  .md\:hover\:pb-88:hover {
    padding-bottom: 22rem;
  }

  .md\:hover\:pl-88:hover {
    padding-left: 22rem;
  }

  .md\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .md\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .md\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .md\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .md\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .md\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .md\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .md\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .md\:hover\:pt-100px:hover {
    padding-top: 100px;
  }

  .md\:hover\:pr-100px:hover {
    padding-right: 100px;
  }

  .md\:hover\:pb-100px:hover {
    padding-bottom: 100px;
  }

  .md\:hover\:pl-100px:hover {
    padding-left: 100px;
  }

  .md\:hover\:pt-1\/1:hover {
    padding-top: 100%;
  }

  .md\:hover\:pr-1\/1:hover {
    padding-right: 100%;
  }

  .md\:hover\:pb-1\/1:hover {
    padding-bottom: 100%;
  }

  .md\:hover\:pl-1\/1:hover {
    padding-left: 100%;
  }

  .md\:hover\:pt-3\/4:hover {
    padding-top: 75%;
  }

  .md\:hover\:pr-3\/4:hover {
    padding-right: 75%;
  }

  .md\:hover\:pb-3\/4:hover {
    padding-bottom: 75%;
  }

  .md\:hover\:pl-3\/4:hover {
    padding-left: 75%;
  }

  .md\:hover\:pt-4\/5:hover {
    padding-top: 80%;
  }

  .md\:hover\:pr-4\/5:hover {
    padding-right: 80%;
  }

  .md\:hover\:pb-4\/5:hover {
    padding-bottom: 80%;
  }

  .md\:hover\:pl-4\/5:hover {
    padding-left: 80%;
  }

  .md\:hover\:pt-2\/3:hover {
    padding-top: 66%;
  }

  .md\:hover\:pr-2\/3:hover {
    padding-right: 66%;
  }

  .md\:hover\:pb-2\/3:hover {
    padding-bottom: 66%;
  }

  .md\:hover\:pl-2\/3:hover {
    padding-left: 66%;
  }

  .md\:hover\:pt-1\/2:hover {
    padding-top: 50%;
  }

  .md\:hover\:pr-1\/2:hover {
    padding-right: 50%;
  }

  .md\:hover\:pb-1\/2:hover {
    padding-bottom: 50%;
  }

  .md\:hover\:pl-1\/2:hover {
    padding-left: 50%;
  }

  .md\:hover\:pt-1\/3:hover {
    padding-top: 33%;
  }

  .md\:hover\:pr-1\/3:hover {
    padding-right: 33%;
  }

  .md\:hover\:pb-1\/3:hover {
    padding-bottom: 33%;
  }

  .md\:hover\:pl-1\/3:hover {
    padding-left: 33%;
  }

  .md\:hover\:pt-1\/6:hover {
    padding-top: 16.66667%;
  }

  .md\:hover\:pr-1\/6:hover {
    padding-right: 16.66667%;
  }

  .md\:hover\:pb-1\/6:hover {
    padding-bottom: 16.66667%;
  }

  .md\:hover\:pl-1\/6:hover {
    padding-left: 16.66667%;
  }

  .md\:hover\:pt-5\/6:hover {
    padding-top: 83.33333%;
  }

  .md\:hover\:pr-5\/6:hover {
    padding-right: 83.33333%;
  }

  .md\:hover\:pb-5\/6:hover {
    padding-bottom: 83.33333%;
  }

  .md\:hover\:pl-5\/6:hover {
    padding-left: 83.33333%;
  }

  .md\:hover\:pt-4\/3:hover {
    padding-top: 133.33333%;
  }

  .md\:hover\:pr-4\/3:hover {
    padding-right: 133.33333%;
  }

  .md\:hover\:pb-4\/3:hover {
    padding-bottom: 133.33333%;
  }

  .md\:hover\:pl-4\/3:hover {
    padding-left: 133.33333%;
  }

  .md\:hover\:pt-5\/4:hover {
    padding-top: 125%;
  }

  .md\:hover\:pr-5\/4:hover {
    padding-right: 125%;
  }

  .md\:hover\:pb-5\/4:hover {
    padding-bottom: 125%;
  }

  .md\:hover\:pl-5\/4:hover {
    padding-left: 125%;
  }

  .md\:hover\:pt-7\/5:hover {
    padding-top: 142%;
  }

  .md\:hover\:pr-7\/5:hover {
    padding-right: 142%;
  }

  .md\:hover\:pb-7\/5:hover {
    padding-bottom: 142%;
  }

  .md\:hover\:pl-7\/5:hover {
    padding-left: 142%;
  }

  .md\:hover\:pt-3\/2:hover {
    padding-top: 150%;
  }

  .md\:hover\:pr-3\/2:hover {
    padding-right: 150%;
  }

  .md\:hover\:pb-3\/2:hover {
    padding-bottom: 150%;
  }

  .md\:hover\:pl-3\/2:hover {
    padding-left: 150%;
  }

  .md\:hover\:pt-2\/1:hover {
    padding-top: 200%;
  }

  .md\:hover\:pr-2\/1:hover {
    padding-right: 200%;
  }

  .md\:hover\:pb-2\/1:hover {
    padding-bottom: 200%;
  }

  .md\:hover\:pl-2\/1:hover {
    padding-left: 200%;
  }

  .md\:hover\:pt-3\/1:hover {
    padding-top: 300%;
  }

  .md\:hover\:pr-3\/1:hover {
    padding-right: 300%;
  }

  .md\:hover\:pb-3\/1:hover {
    padding-bottom: 300%;
  }

  .md\:hover\:pl-3\/1:hover {
    padding-left: 300%;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:pin-x {
    right: 0;
    left: 0;
  }

  .md\:pin-t {
    top: 0;
  }

  .md\:pin-r {
    right: 0;
  }

  .md\:pin-b {
    bottom: 0;
  }

  .md\:pin-l {
    left: 0;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .md\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .md\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .group:hover .md\:group-hover\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .group:hover .md\:group-hover\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .md\:group-hover\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .md\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .group:hover .md\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .group:hover .md\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-inherit {
    color: inherit;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-black {
    color: #202020;
  }

  .md\:text-grey-darkest {
    color: #373a3d;
  }

  .md\:text-grey-darker {
    color: #6e747a;
  }

  .md\:text-grey-dark {
    color: #a6afb8;
  }

  .md\:text-grey {
    color: #b8c2cc;
  }

  .md\:text-grey-light {
    color: #cdd4db;
  }

  .md\:text-grey-lighter {
    color: #e3e7eb;
  }

  .md\:text-grey-lightest {
    color: #fafafa;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-red-darkest {
    color: #3b0d0c;
  }

  .md\:text-red-darker {
    color: #621b18;
  }

  .md\:text-red-dark {
    color: #cc1f1a;
  }

  .md\:text-red {
    color: #e3342f;
  }

  .md\:text-red-light {
    color: #ef5753;
  }

  .md\:text-red-lighter {
    color: #f9acaa;
  }

  .md\:text-red-lightest {
    color: #fcebea;
  }

  .md\:text-blue-darkest {
    color: #12283a;
  }

  .md\:text-blue-darker {
    color: #1c3d5a;
  }

  .md\:text-blue-dark {
    color: #2779bd;
  }

  .md\:text-blue {
    color: #00448a;
  }

  .md\:text-blue-light {
    color: #6cb2eb;
  }

  .md\:text-blue-lighter {
    color: #bcdefa;
  }

  .md\:text-blue-lightest {
    color: #eff8ff;
  }

  .md\:text-beige-darkest {
    color: #474543;
  }

  .md\:text-beige-darker {
    color: #8d8a86;
  }

  .md\:text-beige-dark {
    color: #d4cfc9;
  }

  .md\:text-beige {
    color: #ebe6df;
  }

  .md\:text-beige-light {
    color: #f1eee9;
  }

  .md\:text-beige-lighter {
    color: #f7f5f2;
  }

  .md\:text-beige-lightest {
    color: #fdfdfc;
  }

  .md\:text-green-darkest {
    color: #1c3630;
  }

  .md\:text-green-darker {
    color: #376b60;
  }

  .md\:text-green-dark {
    color: #53a190;
  }

  .md\:text-green {
    color: #5cb3a0;
  }

  .md\:text-green-light {
    color: #8dcabd;
  }

  .md\:text-green-lighter {
    color: #bee1d9;
  }

  .md\:text-green-lightest {
    color: #eff7f6;
  }

  .md\:text-chioscored-darkest {
    color: #2e0d13;
  }

  .md\:text-chioscored-darker {
    color: #5b1a26;
  }

  .md\:text-chioscored-dark {
    color: #89283a;
  }

  .md\:text-chioscored {
    color: #982c40;
  }

  .md\:text-chioscored-light {
    color: #b76b79;
  }

  .md\:text-chioscored-lighter {
    color: #d6abb3;
  }

  .md\:text-chioscored-lightest {
    color: #f5eaec;
  }

  .md\:text-body {
    color: #808080;
  }

  .md\:text-navbar {
    color: #a5b6c6;
  }

  .md\:hover\:text-inherit:hover {
    color: inherit;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-black:hover {
    color: #202020;
  }

  .md\:hover\:text-grey-darkest:hover {
    color: #373a3d;
  }

  .md\:hover\:text-grey-darker:hover {
    color: #6e747a;
  }

  .md\:hover\:text-grey-dark:hover {
    color: #a6afb8;
  }

  .md\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .md\:hover\:text-grey-light:hover {
    color: #cdd4db;
  }

  .md\:hover\:text-grey-lighter:hover {
    color: #e3e7eb;
  }

  .md\:hover\:text-grey-lightest:hover {
    color: #fafafa;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }

  .md\:hover\:text-red-darker:hover {
    color: #621b18;
  }

  .md\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }

  .md\:hover\:text-red:hover {
    color: #e3342f;
  }

  .md\:hover\:text-red-light:hover {
    color: #ef5753;
  }

  .md\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }

  .md\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }

  .md\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }

  .md\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }

  .md\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }

  .md\:hover\:text-blue:hover {
    color: #00448a;
  }

  .md\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }

  .md\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }

  .md\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }

  .md\:hover\:text-beige-darkest:hover {
    color: #474543;
  }

  .md\:hover\:text-beige-darker:hover {
    color: #8d8a86;
  }

  .md\:hover\:text-beige-dark:hover {
    color: #d4cfc9;
  }

  .md\:hover\:text-beige:hover {
    color: #ebe6df;
  }

  .md\:hover\:text-beige-light:hover {
    color: #f1eee9;
  }

  .md\:hover\:text-beige-lighter:hover {
    color: #f7f5f2;
  }

  .md\:hover\:text-beige-lightest:hover {
    color: #fdfdfc;
  }

  .md\:hover\:text-green-darkest:hover {
    color: #1c3630;
  }

  .md\:hover\:text-green-darker:hover {
    color: #376b60;
  }

  .md\:hover\:text-green-dark:hover {
    color: #53a190;
  }

  .md\:hover\:text-green:hover {
    color: #5cb3a0;
  }

  .md\:hover\:text-green-light:hover {
    color: #8dcabd;
  }

  .md\:hover\:text-green-lighter:hover {
    color: #bee1d9;
  }

  .md\:hover\:text-green-lightest:hover {
    color: #eff7f6;
  }

  .md\:hover\:text-chioscored-darkest:hover {
    color: #2e0d13;
  }

  .md\:hover\:text-chioscored-darker:hover {
    color: #5b1a26;
  }

  .md\:hover\:text-chioscored-dark:hover {
    color: #89283a;
  }

  .md\:hover\:text-chioscored:hover {
    color: #982c40;
  }

  .md\:hover\:text-chioscored-light:hover {
    color: #b76b79;
  }

  .md\:hover\:text-chioscored-lighter:hover {
    color: #d6abb3;
  }

  .md\:hover\:text-chioscored-lightest:hover {
    color: #f5eaec;
  }

  .md\:hover\:text-body:hover {
    color: #808080;
  }

  .md\:hover\:text-navbar:hover {
    color: #a5b6c6;
  }

  .md\:focus\:text-inherit:focus {
    color: inherit;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-black:focus {
    color: #202020;
  }

  .md\:focus\:text-grey-darkest:focus {
    color: #373a3d;
  }

  .md\:focus\:text-grey-darker:focus {
    color: #6e747a;
  }

  .md\:focus\:text-grey-dark:focus {
    color: #a6afb8;
  }

  .md\:focus\:text-grey:focus {
    color: #b8c2cc;
  }

  .md\:focus\:text-grey-light:focus {
    color: #cdd4db;
  }

  .md\:focus\:text-grey-lighter:focus {
    color: #e3e7eb;
  }

  .md\:focus\:text-grey-lightest:focus {
    color: #fafafa;
  }

  .md\:focus\:text-white:focus {
    color: #fff;
  }

  .md\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }

  .md\:focus\:text-red-darker:focus {
    color: #621b18;
  }

  .md\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }

  .md\:focus\:text-red:focus {
    color: #e3342f;
  }

  .md\:focus\:text-red-light:focus {
    color: #ef5753;
  }

  .md\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }

  .md\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }

  .md\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }

  .md\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }

  .md\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }

  .md\:focus\:text-blue:focus {
    color: #00448a;
  }

  .md\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }

  .md\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }

  .md\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }

  .md\:focus\:text-beige-darkest:focus {
    color: #474543;
  }

  .md\:focus\:text-beige-darker:focus {
    color: #8d8a86;
  }

  .md\:focus\:text-beige-dark:focus {
    color: #d4cfc9;
  }

  .md\:focus\:text-beige:focus {
    color: #ebe6df;
  }

  .md\:focus\:text-beige-light:focus {
    color: #f1eee9;
  }

  .md\:focus\:text-beige-lighter:focus {
    color: #f7f5f2;
  }

  .md\:focus\:text-beige-lightest:focus {
    color: #fdfdfc;
  }

  .md\:focus\:text-green-darkest:focus {
    color: #1c3630;
  }

  .md\:focus\:text-green-darker:focus {
    color: #376b60;
  }

  .md\:focus\:text-green-dark:focus {
    color: #53a190;
  }

  .md\:focus\:text-green:focus {
    color: #5cb3a0;
  }

  .md\:focus\:text-green-light:focus {
    color: #8dcabd;
  }

  .md\:focus\:text-green-lighter:focus {
    color: #bee1d9;
  }

  .md\:focus\:text-green-lightest:focus {
    color: #eff7f6;
  }

  .md\:focus\:text-chioscored-darkest:focus {
    color: #2e0d13;
  }

  .md\:focus\:text-chioscored-darker:focus {
    color: #5b1a26;
  }

  .md\:focus\:text-chioscored-dark:focus {
    color: #89283a;
  }

  .md\:focus\:text-chioscored:focus {
    color: #982c40;
  }

  .md\:focus\:text-chioscored-light:focus {
    color: #b76b79;
  }

  .md\:focus\:text-chioscored-lighter:focus {
    color: #d6abb3;
  }

  .md\:focus\:text-chioscored-lightest:focus {
    color: #f5eaec;
  }

  .md\:focus\:text-body:focus {
    color: #808080;
  }

  .md\:focus\:text-navbar:focus {
    color: #a5b6c6;
  }

  .group:hover .md\:group-hover\:text-inherit {
    color: inherit;
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-black {
    color: #202020;
  }

  .group:hover .md\:group-hover\:text-grey-darkest {
    color: #373a3d;
  }

  .group:hover .md\:group-hover\:text-grey-darker {
    color: #6e747a;
  }

  .group:hover .md\:group-hover\:text-grey-dark {
    color: #a6afb8;
  }

  .group:hover .md\:group-hover\:text-grey {
    color: #b8c2cc;
  }

  .group:hover .md\:group-hover\:text-grey-light {
    color: #cdd4db;
  }

  .group:hover .md\:group-hover\:text-grey-lighter {
    color: #e3e7eb;
  }

  .group:hover .md\:group-hover\:text-grey-lightest {
    color: #fafafa;
  }

  .group:hover .md\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .md\:group-hover\:text-red-darkest {
    color: #3b0d0c;
  }

  .group:hover .md\:group-hover\:text-red-darker {
    color: #621b18;
  }

  .group:hover .md\:group-hover\:text-red-dark {
    color: #cc1f1a;
  }

  .group:hover .md\:group-hover\:text-red {
    color: #e3342f;
  }

  .group:hover .md\:group-hover\:text-red-light {
    color: #ef5753;
  }

  .group:hover .md\:group-hover\:text-red-lighter {
    color: #f9acaa;
  }

  .group:hover .md\:group-hover\:text-red-lightest {
    color: #fcebea;
  }

  .group:hover .md\:group-hover\:text-blue-darkest {
    color: #12283a;
  }

  .group:hover .md\:group-hover\:text-blue-darker {
    color: #1c3d5a;
  }

  .group:hover .md\:group-hover\:text-blue-dark {
    color: #2779bd;
  }

  .group:hover .md\:group-hover\:text-blue {
    color: #00448a;
  }

  .group:hover .md\:group-hover\:text-blue-light {
    color: #6cb2eb;
  }

  .group:hover .md\:group-hover\:text-blue-lighter {
    color: #bcdefa;
  }

  .group:hover .md\:group-hover\:text-blue-lightest {
    color: #eff8ff;
  }

  .group:hover .md\:group-hover\:text-beige-darkest {
    color: #474543;
  }

  .group:hover .md\:group-hover\:text-beige-darker {
    color: #8d8a86;
  }

  .group:hover .md\:group-hover\:text-beige-dark {
    color: #d4cfc9;
  }

  .group:hover .md\:group-hover\:text-beige {
    color: #ebe6df;
  }

  .group:hover .md\:group-hover\:text-beige-light {
    color: #f1eee9;
  }

  .group:hover .md\:group-hover\:text-beige-lighter {
    color: #f7f5f2;
  }

  .group:hover .md\:group-hover\:text-beige-lightest {
    color: #fdfdfc;
  }

  .group:hover .md\:group-hover\:text-green-darkest {
    color: #1c3630;
  }

  .group:hover .md\:group-hover\:text-green-darker {
    color: #376b60;
  }

  .group:hover .md\:group-hover\:text-green-dark {
    color: #53a190;
  }

  .group:hover .md\:group-hover\:text-green {
    color: #5cb3a0;
  }

  .group:hover .md\:group-hover\:text-green-light {
    color: #8dcabd;
  }

  .group:hover .md\:group-hover\:text-green-lighter {
    color: #bee1d9;
  }

  .group:hover .md\:group-hover\:text-green-lightest {
    color: #eff7f6;
  }

  .group:hover .md\:group-hover\:text-chioscored-darkest {
    color: #2e0d13;
  }

  .group:hover .md\:group-hover\:text-chioscored-darker {
    color: #5b1a26;
  }

  .group:hover .md\:group-hover\:text-chioscored-dark {
    color: #89283a;
  }

  .group:hover .md\:group-hover\:text-chioscored {
    color: #982c40;
  }

  .group:hover .md\:group-hover\:text-chioscored-light {
    color: #b76b79;
  }

  .group:hover .md\:group-hover\:text-chioscored-lighter {
    color: #d6abb3;
  }

  .group:hover .md\:group-hover\:text-chioscored-lightest {
    color: #f5eaec;
  }

  .group:hover .md\:group-hover\:text-body {
    color: #808080;
  }

  .group:hover .md\:group-hover\:text-navbar {
    color: #a5b6c6;
  }

  .md\:text-xs {
    font-size: .75rem;
  }

  .md\:text-sm {
    font-size: .875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.7rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .md\:text-7xl {
    font-size: 5rem;
  }

  .md\:text-title-sm {
    font-size: 2rem;
  }

  .md\:text-title {
    font-size: 2.5rem;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:roman {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:roman:hover {
    font-style: normal;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:focus\:italic:focus {
    font-style: italic;
  }

  .md\:focus\:roman:focus {
    font-style: normal;
  }

  .md\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .md\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .md\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .md\:focus\:normal-case:focus {
    text-transform: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .md\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .md\:group-hover\:roman {
    font-style: normal;
  }

  .group:hover .md\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .md\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .md\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .md\:group-hover\:normal-case {
    text-transform: none;
  }

  .group:hover .md\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .md\:group-hover\:no-underline {
    text-decoration: none;
  }

  .group:hover .md\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .md\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: .05em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-words {
    word-wrap: break-word;
  }

  .md\:break-normal {
    word-wrap: normal;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-1 {
    width: .25rem;
  }

  .md\:w-2 {
    width: .5rem;
  }

  .md\:w-3 {
    width: .75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-100px {
    width: 100px;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-1 {
    z-index: 1;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 992px) {
  .lg\:list-reset {
    list-style: none;
    padding: 0;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-inherit {
    background-color: inherit;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-black {
    background-color: #202020;
  }

  .lg\:bg-grey-darkest {
    background-color: #373a3d;
  }

  .lg\:bg-grey-darker {
    background-color: #6e747a;
  }

  .lg\:bg-grey-dark {
    background-color: #a6afb8;
  }

  .lg\:bg-grey {
    background-color: #b8c2cc;
  }

  .lg\:bg-grey-light {
    background-color: #cdd4db;
  }

  .lg\:bg-grey-lighter {
    background-color: #e3e7eb;
  }

  .lg\:bg-grey-lightest {
    background-color: #fafafa;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .lg\:bg-red-darker {
    background-color: #621b18;
  }

  .lg\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .lg\:bg-red {
    background-color: #e3342f;
  }

  .lg\:bg-red-light {
    background-color: #ef5753;
  }

  .lg\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .lg\:bg-red-lightest {
    background-color: #fcebea;
  }

  .lg\:bg-blue-darkest {
    background-color: #12283a;
  }

  .lg\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .lg\:bg-blue-dark {
    background-color: #2779bd;
  }

  .lg\:bg-blue {
    background-color: #00448a;
  }

  .lg\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .lg\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .lg\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .lg\:bg-beige-darkest {
    background-color: #474543;
  }

  .lg\:bg-beige-darker {
    background-color: #8d8a86;
  }

  .lg\:bg-beige-dark {
    background-color: #d4cfc9;
  }

  .lg\:bg-beige {
    background-color: #ebe6df;
  }

  .lg\:bg-beige-light {
    background-color: #f1eee9;
  }

  .lg\:bg-beige-lighter {
    background-color: #f7f5f2;
  }

  .lg\:bg-beige-lightest {
    background-color: #fdfdfc;
  }

  .lg\:bg-green-darkest {
    background-color: #1c3630;
  }

  .lg\:bg-green-darker {
    background-color: #376b60;
  }

  .lg\:bg-green-dark {
    background-color: #53a190;
  }

  .lg\:bg-green {
    background-color: #5cb3a0;
  }

  .lg\:bg-green-light {
    background-color: #8dcabd;
  }

  .lg\:bg-green-lighter {
    background-color: #bee1d9;
  }

  .lg\:bg-green-lightest {
    background-color: #eff7f6;
  }

  .lg\:bg-chioscored-darkest {
    background-color: #2e0d13;
  }

  .lg\:bg-chioscored-darker {
    background-color: #5b1a26;
  }

  .lg\:bg-chioscored-dark {
    background-color: #89283a;
  }

  .lg\:bg-chioscored {
    background-color: #982c40;
  }

  .lg\:bg-chioscored-light {
    background-color: #b76b79;
  }

  .lg\:bg-chioscored-lighter {
    background-color: #d6abb3;
  }

  .lg\:bg-chioscored-lightest {
    background-color: #f5eaec;
  }

  .lg\:bg-body {
    background-color: #808080;
  }

  .lg\:bg-navbar {
    background-color: #a5b6c6;
  }

  .lg\:hover\:bg-inherit:hover {
    background-color: inherit;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #202020;
  }

  .lg\:hover\:bg-grey-darkest:hover {
    background-color: #373a3d;
  }

  .lg\:hover\:bg-grey-darker:hover {
    background-color: #6e747a;
  }

  .lg\:hover\:bg-grey-dark:hover {
    background-color: #a6afb8;
  }

  .lg\:hover\:bg-grey:hover {
    background-color: #b8c2cc;
  }

  .lg\:hover\:bg-grey-light:hover {
    background-color: #cdd4db;
  }

  .lg\:hover\:bg-grey-lighter:hover {
    background-color: #e3e7eb;
  }

  .lg\:hover\:bg-grey-lightest:hover {
    background-color: #fafafa;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .lg\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }

  .lg\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .lg\:hover\:bg-red:hover {
    background-color: #e3342f;
  }

  .lg\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }

  .lg\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .lg\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .lg\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .lg\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .lg\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .lg\:hover\:bg-blue:hover {
    background-color: #00448a;
  }

  .lg\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .lg\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .lg\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .lg\:hover\:bg-beige-darkest:hover {
    background-color: #474543;
  }

  .lg\:hover\:bg-beige-darker:hover {
    background-color: #8d8a86;
  }

  .lg\:hover\:bg-beige-dark:hover {
    background-color: #d4cfc9;
  }

  .lg\:hover\:bg-beige:hover {
    background-color: #ebe6df;
  }

  .lg\:hover\:bg-beige-light:hover {
    background-color: #f1eee9;
  }

  .lg\:hover\:bg-beige-lighter:hover {
    background-color: #f7f5f2;
  }

  .lg\:hover\:bg-beige-lightest:hover {
    background-color: #fdfdfc;
  }

  .lg\:hover\:bg-green-darkest:hover {
    background-color: #1c3630;
  }

  .lg\:hover\:bg-green-darker:hover {
    background-color: #376b60;
  }

  .lg\:hover\:bg-green-dark:hover {
    background-color: #53a190;
  }

  .lg\:hover\:bg-green:hover {
    background-color: #5cb3a0;
  }

  .lg\:hover\:bg-green-light:hover {
    background-color: #8dcabd;
  }

  .lg\:hover\:bg-green-lighter:hover {
    background-color: #bee1d9;
  }

  .lg\:hover\:bg-green-lightest:hover {
    background-color: #eff7f6;
  }

  .lg\:hover\:bg-chioscored-darkest:hover {
    background-color: #2e0d13;
  }

  .lg\:hover\:bg-chioscored-darker:hover {
    background-color: #5b1a26;
  }

  .lg\:hover\:bg-chioscored-dark:hover {
    background-color: #89283a;
  }

  .lg\:hover\:bg-chioscored:hover {
    background-color: #982c40;
  }

  .lg\:hover\:bg-chioscored-light:hover {
    background-color: #b76b79;
  }

  .lg\:hover\:bg-chioscored-lighter:hover {
    background-color: #d6abb3;
  }

  .lg\:hover\:bg-chioscored-lightest:hover {
    background-color: #f5eaec;
  }

  .lg\:hover\:bg-body:hover {
    background-color: #808080;
  }

  .lg\:hover\:bg-navbar:hover {
    background-color: #a5b6c6;
  }

  .lg\:focus\:bg-inherit:focus {
    background-color: inherit;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-black:focus {
    background-color: #202020;
  }

  .lg\:focus\:bg-grey-darkest:focus {
    background-color: #373a3d;
  }

  .lg\:focus\:bg-grey-darker:focus {
    background-color: #6e747a;
  }

  .lg\:focus\:bg-grey-dark:focus {
    background-color: #a6afb8;
  }

  .lg\:focus\:bg-grey:focus {
    background-color: #b8c2cc;
  }

  .lg\:focus\:bg-grey-light:focus {
    background-color: #cdd4db;
  }

  .lg\:focus\:bg-grey-lighter:focus {
    background-color: #e3e7eb;
  }

  .lg\:focus\:bg-grey-lightest:focus {
    background-color: #fafafa;
  }

  .lg\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .lg\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }

  .lg\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }

  .lg\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }

  .lg\:focus\:bg-red:focus {
    background-color: #e3342f;
  }

  .lg\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }

  .lg\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }

  .lg\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }

  .lg\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }

  .lg\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }

  .lg\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }

  .lg\:focus\:bg-blue:focus {
    background-color: #00448a;
  }

  .lg\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }

  .lg\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }

  .lg\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }

  .lg\:focus\:bg-beige-darkest:focus {
    background-color: #474543;
  }

  .lg\:focus\:bg-beige-darker:focus {
    background-color: #8d8a86;
  }

  .lg\:focus\:bg-beige-dark:focus {
    background-color: #d4cfc9;
  }

  .lg\:focus\:bg-beige:focus {
    background-color: #ebe6df;
  }

  .lg\:focus\:bg-beige-light:focus {
    background-color: #f1eee9;
  }

  .lg\:focus\:bg-beige-lighter:focus {
    background-color: #f7f5f2;
  }

  .lg\:focus\:bg-beige-lightest:focus {
    background-color: #fdfdfc;
  }

  .lg\:focus\:bg-green-darkest:focus {
    background-color: #1c3630;
  }

  .lg\:focus\:bg-green-darker:focus {
    background-color: #376b60;
  }

  .lg\:focus\:bg-green-dark:focus {
    background-color: #53a190;
  }

  .lg\:focus\:bg-green:focus {
    background-color: #5cb3a0;
  }

  .lg\:focus\:bg-green-light:focus {
    background-color: #8dcabd;
  }

  .lg\:focus\:bg-green-lighter:focus {
    background-color: #bee1d9;
  }

  .lg\:focus\:bg-green-lightest:focus {
    background-color: #eff7f6;
  }

  .lg\:focus\:bg-chioscored-darkest:focus {
    background-color: #2e0d13;
  }

  .lg\:focus\:bg-chioscored-darker:focus {
    background-color: #5b1a26;
  }

  .lg\:focus\:bg-chioscored-dark:focus {
    background-color: #89283a;
  }

  .lg\:focus\:bg-chioscored:focus {
    background-color: #982c40;
  }

  .lg\:focus\:bg-chioscored-light:focus {
    background-color: #b76b79;
  }

  .lg\:focus\:bg-chioscored-lighter:focus {
    background-color: #d6abb3;
  }

  .lg\:focus\:bg-chioscored-lightest:focus {
    background-color: #f5eaec;
  }

  .lg\:focus\:bg-body:focus {
    background-color: #808080;
  }

  .lg\:focus\:bg-navbar:focus {
    background-color: #a5b6c6;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-inherit {
    border-color: inherit;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-black {
    border-color: #202020;
  }

  .lg\:border-grey-darkest {
    border-color: #373a3d;
  }

  .lg\:border-grey-darker {
    border-color: #6e747a;
  }

  .lg\:border-grey-dark {
    border-color: #a6afb8;
  }

  .lg\:border-grey {
    border-color: #b8c2cc;
  }

  .lg\:border-grey-light {
    border-color: #cdd4db;
  }

  .lg\:border-grey-lighter {
    border-color: #e3e7eb;
  }

  .lg\:border-grey-lightest {
    border-color: #fafafa;
  }

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .lg\:border-red-darker {
    border-color: #621b18;
  }

  .lg\:border-red-dark {
    border-color: #cc1f1a;
  }

  .lg\:border-red {
    border-color: #e3342f;
  }

  .lg\:border-red-light {
    border-color: #ef5753;
  }

  .lg\:border-red-lighter {
    border-color: #f9acaa;
  }

  .lg\:border-red-lightest {
    border-color: #fcebea;
  }

  .lg\:border-blue-darkest {
    border-color: #12283a;
  }

  .lg\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .lg\:border-blue-dark {
    border-color: #2779bd;
  }

  .lg\:border-blue {
    border-color: #00448a;
  }

  .lg\:border-blue-light {
    border-color: #6cb2eb;
  }

  .lg\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .lg\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .lg\:border-beige-darkest {
    border-color: #474543;
  }

  .lg\:border-beige-darker {
    border-color: #8d8a86;
  }

  .lg\:border-beige-dark {
    border-color: #d4cfc9;
  }

  .lg\:border-beige {
    border-color: #ebe6df;
  }

  .lg\:border-beige-light {
    border-color: #f1eee9;
  }

  .lg\:border-beige-lighter {
    border-color: #f7f5f2;
  }

  .lg\:border-beige-lightest {
    border-color: #fdfdfc;
  }

  .lg\:border-green-darkest {
    border-color: #1c3630;
  }

  .lg\:border-green-darker {
    border-color: #376b60;
  }

  .lg\:border-green-dark {
    border-color: #53a190;
  }

  .lg\:border-green {
    border-color: #5cb3a0;
  }

  .lg\:border-green-light {
    border-color: #8dcabd;
  }

  .lg\:border-green-lighter {
    border-color: #bee1d9;
  }

  .lg\:border-green-lightest {
    border-color: #eff7f6;
  }

  .lg\:border-chioscored-darkest {
    border-color: #2e0d13;
  }

  .lg\:border-chioscored-darker {
    border-color: #5b1a26;
  }

  .lg\:border-chioscored-dark {
    border-color: #89283a;
  }

  .lg\:border-chioscored {
    border-color: #982c40;
  }

  .lg\:border-chioscored-light {
    border-color: #b76b79;
  }

  .lg\:border-chioscored-lighter {
    border-color: #d6abb3;
  }

  .lg\:border-chioscored-lightest {
    border-color: #f5eaec;
  }

  .lg\:border-body {
    border-color: #808080;
  }

  .lg\:border-navbar {
    border-color: #a5b6c6;
  }

  .lg\:hover\:border-inherit:hover {
    border-color: inherit;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-black:hover {
    border-color: #202020;
  }

  .lg\:hover\:border-grey-darkest:hover {
    border-color: #373a3d;
  }

  .lg\:hover\:border-grey-darker:hover {
    border-color: #6e747a;
  }

  .lg\:hover\:border-grey-dark:hover {
    border-color: #a6afb8;
  }

  .lg\:hover\:border-grey:hover {
    border-color: #b8c2cc;
  }

  .lg\:hover\:border-grey-light:hover {
    border-color: #cdd4db;
  }

  .lg\:hover\:border-grey-lighter:hover {
    border-color: #e3e7eb;
  }

  .lg\:hover\:border-grey-lightest:hover {
    border-color: #fafafa;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .lg\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }

  .lg\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .lg\:hover\:border-red:hover {
    border-color: #e3342f;
  }

  .lg\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }

  .lg\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .lg\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }

  .lg\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }

  .lg\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .lg\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }

  .lg\:hover\:border-blue:hover {
    border-color: #00448a;
  }

  .lg\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .lg\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .lg\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .lg\:hover\:border-beige-darkest:hover {
    border-color: #474543;
  }

  .lg\:hover\:border-beige-darker:hover {
    border-color: #8d8a86;
  }

  .lg\:hover\:border-beige-dark:hover {
    border-color: #d4cfc9;
  }

  .lg\:hover\:border-beige:hover {
    border-color: #ebe6df;
  }

  .lg\:hover\:border-beige-light:hover {
    border-color: #f1eee9;
  }

  .lg\:hover\:border-beige-lighter:hover {
    border-color: #f7f5f2;
  }

  .lg\:hover\:border-beige-lightest:hover {
    border-color: #fdfdfc;
  }

  .lg\:hover\:border-green-darkest:hover {
    border-color: #1c3630;
  }

  .lg\:hover\:border-green-darker:hover {
    border-color: #376b60;
  }

  .lg\:hover\:border-green-dark:hover {
    border-color: #53a190;
  }

  .lg\:hover\:border-green:hover {
    border-color: #5cb3a0;
  }

  .lg\:hover\:border-green-light:hover {
    border-color: #8dcabd;
  }

  .lg\:hover\:border-green-lighter:hover {
    border-color: #bee1d9;
  }

  .lg\:hover\:border-green-lightest:hover {
    border-color: #eff7f6;
  }

  .lg\:hover\:border-chioscored-darkest:hover {
    border-color: #2e0d13;
  }

  .lg\:hover\:border-chioscored-darker:hover {
    border-color: #5b1a26;
  }

  .lg\:hover\:border-chioscored-dark:hover {
    border-color: #89283a;
  }

  .lg\:hover\:border-chioscored:hover {
    border-color: #982c40;
  }

  .lg\:hover\:border-chioscored-light:hover {
    border-color: #b76b79;
  }

  .lg\:hover\:border-chioscored-lighter:hover {
    border-color: #d6abb3;
  }

  .lg\:hover\:border-chioscored-lightest:hover {
    border-color: #f5eaec;
  }

  .lg\:hover\:border-body:hover {
    border-color: #808080;
  }

  .lg\:hover\:border-navbar:hover {
    border-color: #a5b6c6;
  }

  .lg\:focus\:border-inherit:focus {
    border-color: inherit;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-black:focus {
    border-color: #202020;
  }

  .lg\:focus\:border-grey-darkest:focus {
    border-color: #373a3d;
  }

  .lg\:focus\:border-grey-darker:focus {
    border-color: #6e747a;
  }

  .lg\:focus\:border-grey-dark:focus {
    border-color: #a6afb8;
  }

  .lg\:focus\:border-grey:focus {
    border-color: #b8c2cc;
  }

  .lg\:focus\:border-grey-light:focus {
    border-color: #cdd4db;
  }

  .lg\:focus\:border-grey-lighter:focus {
    border-color: #e3e7eb;
  }

  .lg\:focus\:border-grey-lightest:focus {
    border-color: #fafafa;
  }

  .lg\:focus\:border-white:focus {
    border-color: #fff;
  }

  .lg\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }

  .lg\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }

  .lg\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }

  .lg\:focus\:border-red:focus {
    border-color: #e3342f;
  }

  .lg\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }

  .lg\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }

  .lg\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }

  .lg\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }

  .lg\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }

  .lg\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }

  .lg\:focus\:border-blue:focus {
    border-color: #00448a;
  }

  .lg\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }

  .lg\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }

  .lg\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }

  .lg\:focus\:border-beige-darkest:focus {
    border-color: #474543;
  }

  .lg\:focus\:border-beige-darker:focus {
    border-color: #8d8a86;
  }

  .lg\:focus\:border-beige-dark:focus {
    border-color: #d4cfc9;
  }

  .lg\:focus\:border-beige:focus {
    border-color: #ebe6df;
  }

  .lg\:focus\:border-beige-light:focus {
    border-color: #f1eee9;
  }

  .lg\:focus\:border-beige-lighter:focus {
    border-color: #f7f5f2;
  }

  .lg\:focus\:border-beige-lightest:focus {
    border-color: #fdfdfc;
  }

  .lg\:focus\:border-green-darkest:focus {
    border-color: #1c3630;
  }

  .lg\:focus\:border-green-darker:focus {
    border-color: #376b60;
  }

  .lg\:focus\:border-green-dark:focus {
    border-color: #53a190;
  }

  .lg\:focus\:border-green:focus {
    border-color: #5cb3a0;
  }

  .lg\:focus\:border-green-light:focus {
    border-color: #8dcabd;
  }

  .lg\:focus\:border-green-lighter:focus {
    border-color: #bee1d9;
  }

  .lg\:focus\:border-green-lightest:focus {
    border-color: #eff7f6;
  }

  .lg\:focus\:border-chioscored-darkest:focus {
    border-color: #2e0d13;
  }

  .lg\:focus\:border-chioscored-darker:focus {
    border-color: #5b1a26;
  }

  .lg\:focus\:border-chioscored-dark:focus {
    border-color: #89283a;
  }

  .lg\:focus\:border-chioscored:focus {
    border-color: #982c40;
  }

  .lg\:focus\:border-chioscored-light:focus {
    border-color: #b76b79;
  }

  .lg\:focus\:border-chioscored-lighter:focus {
    border-color: #d6abb3;
  }

  .lg\:focus\:border-chioscored-lightest:focus {
    border-color: #f5eaec;
  }

  .lg\:focus\:border-body:focus {
    border-color: #808080;
  }

  .lg\:focus\:border-navbar:focus {
    border-color: #a5b6c6;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: .125rem;
  }

  .lg\:rounded {
    border-radius: .25rem;
  }

  .lg\:rounded-lg {
    border-radius: .5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-6 {
    border-width: 6px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-6 {
    border-top-width: 6px;
  }

  .lg\:border-r-6 {
    border-right-width: 6px;
  }

  .lg\:border-b-6 {
    border-bottom-width: 6px;
  }

  .lg\:border-l-6 {
    border-left-width: 6px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-no-grow {
    flex-grow: 0;
  }

  .lg\:flex-no-shrink {
    flex-shrink: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-sans {
    font-family: AcuminPro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .lg\:font-serif {
    font-family: Farmhand, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: .25rem;
  }

  .lg\:h-2 {
    height: .5rem;
  }

  .lg\:h-3 {
    height: .75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-88 {
    height: 22rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-100px {
    height: 100px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:h-500px {
    height: 500px;
  }

  .lg\:h-60vh {
    height: 60vh;
  }

  .lg\:h-70vh {
    height: 70vh;
  }

  .lg\:h-80vh {
    height: 80vh;
  }

  .lg\:h-85vh {
    height: 85vh;
  }

  .lg\:h-90vh {
    height: 90vh;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.35;
  }

  .lg\:leading-normal {
    line-height: 1.63;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: .25rem;
  }

  .lg\:m-2 {
    margin: .5rem;
  }

  .lg\:m-3 {
    margin: .75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-80 {
    margin: 20rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: .25rem;
  }

  .lg\:mr-1 {
    margin-right: .25rem;
  }

  .lg\:mb-1 {
    margin-bottom: .25rem;
  }

  .lg\:ml-1 {
    margin-left: .25rem;
  }

  .lg\:mt-2 {
    margin-top: .5rem;
  }

  .lg\:mr-2 {
    margin-right: .5rem;
  }

  .lg\:mb-2 {
    margin-bottom: .5rem;
  }

  .lg\:ml-2 {
    margin-left: .5rem;
  }

  .lg\:mt-3 {
    margin-top: .75rem;
  }

  .lg\:mr-3 {
    margin-right: .75rem;
  }

  .lg\:mb-3 {
    margin-bottom: .75rem;
  }

  .lg\:ml-3 {
    margin-left: .75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:mt-80 {
    margin-top: 20rem;
  }

  .lg\:mr-80 {
    margin-right: 20rem;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:hover\:m-0:hover {
    margin: 0;
  }

  .lg\:hover\:m-1:hover {
    margin: .25rem;
  }

  .lg\:hover\:m-2:hover {
    margin: .5rem;
  }

  .lg\:hover\:m-3:hover {
    margin: .75rem;
  }

  .lg\:hover\:m-4:hover {
    margin: 1rem;
  }

  .lg\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .lg\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .lg\:hover\:m-8:hover {
    margin: 2rem;
  }

  .lg\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .lg\:hover\:m-12:hover {
    margin: 3rem;
  }

  .lg\:hover\:m-16:hover {
    margin: 4rem;
  }

  .lg\:hover\:m-20:hover {
    margin: 5rem;
  }

  .lg\:hover\:m-24:hover {
    margin: 6rem;
  }

  .lg\:hover\:m-32:hover {
    margin: 8rem;
  }

  .lg\:hover\:m-48:hover {
    margin: 12rem;
  }

  .lg\:hover\:m-56:hover {
    margin: 14rem;
  }

  .lg\:hover\:m-64:hover {
    margin: 16rem;
  }

  .lg\:hover\:m-80:hover {
    margin: 20rem;
  }

  .lg\:hover\:m-auto:hover {
    margin: auto;
  }

  .lg\:hover\:m-px:hover {
    margin: 1px;
  }

  .lg\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:hover\:my-1:hover {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:hover\:mx-1:hover {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:hover\:my-2:hover {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:hover\:mx-2:hover {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:hover\:my-3:hover {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:hover\:mx-3:hover {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .lg\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .lg\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .lg\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .lg\:hover\:mt-1:hover {
    margin-top: .25rem;
  }

  .lg\:hover\:mr-1:hover {
    margin-right: .25rem;
  }

  .lg\:hover\:mb-1:hover {
    margin-bottom: .25rem;
  }

  .lg\:hover\:ml-1:hover {
    margin-left: .25rem;
  }

  .lg\:hover\:mt-2:hover {
    margin-top: .5rem;
  }

  .lg\:hover\:mr-2:hover {
    margin-right: .5rem;
  }

  .lg\:hover\:mb-2:hover {
    margin-bottom: .5rem;
  }

  .lg\:hover\:ml-2:hover {
    margin-left: .5rem;
  }

  .lg\:hover\:mt-3:hover {
    margin-top: .75rem;
  }

  .lg\:hover\:mr-3:hover {
    margin-right: .75rem;
  }

  .lg\:hover\:mb-3:hover {
    margin-bottom: .75rem;
  }

  .lg\:hover\:ml-3:hover {
    margin-left: .75rem;
  }

  .lg\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .lg\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .lg\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .lg\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .lg\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .lg\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .lg\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .lg\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .lg\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .lg\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .lg\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .lg\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .lg\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .lg\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .lg\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .lg\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .lg\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .lg\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .lg\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .lg\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .lg\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .lg\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .lg\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .lg\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .lg\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .lg\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .lg\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .lg\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .lg\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .lg\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .lg\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .lg\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .lg\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .lg\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .lg\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .lg\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .lg\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .lg\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .lg\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .lg\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .lg\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .lg\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .lg\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .lg\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .lg\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .lg\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .lg\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .lg\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .lg\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .lg\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .lg\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .lg\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .lg\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .lg\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .lg\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .lg\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .lg\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .lg\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .lg\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .lg\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .lg\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .lg\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .lg\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .lg\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .lg\:max-h-32 {
    max-height: 8rem;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-0 {
    max-width: 0;
  }

  .lg\:max-w-12 {
    max-width: 3rem;
  }

  .lg\:max-w-16 {
    max-width: 4rem;
  }

  .lg\:max-w-20 {
    max-width: 5rem;
  }

  .lg\:max-w-24 {
    max-width: 6rem;
  }

  .lg\:max-w-32 {
    max-width: 8rem;
  }

  .lg\:max-w-64 {
    max-width: 16rem;
  }

  .lg\:max-w-80 {
    max-width: 20rem;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 31rem;
  }

  .lg\:max-w-md {
    max-width: 40rem;
  }

  .lg\:max-w-lg {
    max-width: 50rem;
  }

  .lg\:max-w-xl {
    max-width: 60rem;
  }

  .lg\:max-w-2xl {
    max-width: 70rem;
  }

  .lg\:max-w-3xl {
    max-width: 80rem;
  }

  .lg\:max-w-4xl {
    max-width: 90rem;
  }

  .lg\:max-w-5xl {
    max-width: 100rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-1 {
    min-height: .25rem;
  }

  .lg\:min-h-2 {
    min-height: .5rem;
  }

  .lg\:min-h-3 {
    min-height: .75rem;
  }

  .lg\:min-h-4 {
    min-height: 1rem;
  }

  .lg\:min-h-5 {
    min-height: 1.25rem;
  }

  .lg\:min-h-6 {
    min-height: 1.5rem;
  }

  .lg\:min-h-8 {
    min-height: 2rem;
  }

  .lg\:min-h-10 {
    min-height: 2.5rem;
  }

  .lg\:min-h-12 {
    min-height: 3rem;
  }

  .lg\:min-h-16 {
    min-height: 4rem;
  }

  .lg\:min-h-20 {
    min-height: 5rem;
  }

  .lg\:min-h-24 {
    min-height: 6rem;
  }

  .lg\:min-h-32 {
    min-height: 8rem;
  }

  .lg\:min-h-48 {
    min-height: 12rem;
  }

  .lg\:min-h-64 {
    min-height: 16rem;
  }

  .lg\:min-h-80 {
    min-height: 20rem;
  }

  .lg\:min-h-88 {
    min-height: 22rem;
  }

  .lg\:min-h-96 {
    min-height: 24rem;
  }

  .lg\:min-h-140 {
    min-height: 35rem;
  }

  .lg\:min-h-240 {
    min-height: 60rem;
  }

  .lg\:min-h-auto {
    min-height: auto;
  }

  .lg\:min-h-px {
    min-height: 1px;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-16 {
    min-width: 16rem;
  }

  .lg\:min-w-20 {
    min-width: 20rem;
  }

  .lg\:min-w-32 {
    min-width: 8rem;
  }

  .lg\:min-w-48 {
    min-width: 12rem;
  }

  .lg\:min-w-64 {
    min-width: 16rem;
  }

  .lg\:min-w-80 {
    min-width: 20rem;
  }

  .lg\:min-w-88 {
    min-width: 22rem;
  }

  .lg\:min-w-96 {
    min-width: 24rem;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:-m-0 {
    margin: 0;
  }

  .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-8 {
    margin: -2rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-36 {
    margin: -9rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-m-40\% {
    margin: -40%;
  }

  .lg\:-m-50\% {
    margin: -50%;
  }

  .lg\:-m-60\% {
    margin: -60%;
  }

  .lg\:-m-80\% {
    margin: -80%;
  }

  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .lg\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .lg\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:-mt-0 {
    margin-top: 0;
  }

  .lg\:-mr-0 {
    margin-right: 0;
  }

  .lg\:-mb-0 {
    margin-bottom: 0;
  }

  .lg\:-ml-0 {
    margin-left: 0;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

  .lg\:-mr-36 {
    margin-right: -9rem;
  }

  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }

  .lg\:-ml-36 {
    margin-left: -9rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:-mt-40\% {
    margin-top: -40%;
  }

  .lg\:-mr-40\% {
    margin-right: -40%;
  }

  .lg\:-mb-40\% {
    margin-bottom: -40%;
  }

  .lg\:-ml-40\% {
    margin-left: -40%;
  }

  .lg\:-mt-50\% {
    margin-top: -50%;
  }

  .lg\:-mr-50\% {
    margin-right: -50%;
  }

  .lg\:-mb-50\% {
    margin-bottom: -50%;
  }

  .lg\:-ml-50\% {
    margin-left: -50%;
  }

  .lg\:-mt-60\% {
    margin-top: -60%;
  }

  .lg\:-mr-60\% {
    margin-right: -60%;
  }

  .lg\:-mb-60\% {
    margin-bottom: -60%;
  }

  .lg\:-ml-60\% {
    margin-left: -60%;
  }

  .lg\:-mt-80\% {
    margin-top: -80%;
  }

  .lg\:-mr-80\% {
    margin-right: -80%;
  }

  .lg\:-mb-80\% {
    margin-bottom: -80%;
  }

  .lg\:-ml-80\% {
    margin-left: -80%;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: .25;
  }

  .lg\:opacity-50 {
    opacity: .5;
  }

  .lg\:opacity-75 {
    opacity: .75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: .25rem;
  }

  .lg\:p-2 {
    padding: .5rem;
  }

  .lg\:p-3 {
    padding: .75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .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-48 {
    padding: 12rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-80 {
    padding: 20rem;
  }

  .lg\:p-88 {
    padding: 22rem;
  }

  .lg\:p-96 {
    padding: 24rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:p-100px {
    padding: 100px;
  }

  .lg\:p-1\/1 {
    padding: 100%;
  }

  .lg\:p-3\/4 {
    padding: 75%;
  }

  .lg\:p-4\/5 {
    padding: 80%;
  }

  .lg\:p-2\/3 {
    padding: 66%;
  }

  .lg\:p-1\/2 {
    padding: 50%;
  }

  .lg\:p-1\/3 {
    padding: 33%;
  }

  .lg\:p-1\/6 {
    padding: 16.66667%;
  }

  .lg\:p-5\/6 {
    padding: 83.33333%;
  }

  .lg\:p-4\/3 {
    padding: 133.33333%;
  }

  .lg\:p-5\/4 {
    padding: 125%;
  }

  .lg\:p-7\/5 {
    padding: 142%;
  }

  .lg\:p-3\/2 {
    padding: 150%;
  }

  .lg\:p-2\/1 {
    padding: 200%;
  }

  .lg\:p-3\/1 {
    padding: 300%;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:py-88 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .lg\:px-88 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:px-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .lg\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .lg\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:py-2\/3 {
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .lg\:px-2\/3 {
    padding-left: 66%;
    padding-right: 66%;
  }

  .lg\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:py-1\/3 {
    padding-top: 33%;
    padding-bottom: 33%;
  }

  .lg\:px-1\/3 {
    padding-left: 33%;
    padding-right: 33%;
  }

  .lg\:py-1\/6 {
    padding-top: 16.66667%;
    padding-bottom: 16.66667%;
  }

  .lg\:px-1\/6 {
    padding-left: 16.66667%;
    padding-right: 16.66667%;
  }

  .lg\:py-5\/6 {
    padding-top: 83.33333%;
    padding-bottom: 83.33333%;
  }

  .lg\:px-5\/6 {
    padding-left: 83.33333%;
    padding-right: 83.33333%;
  }

  .lg\:py-4\/3 {
    padding-top: 133.33333%;
    padding-bottom: 133.33333%;
  }

  .lg\:px-4\/3 {
    padding-left: 133.33333%;
    padding-right: 133.33333%;
  }

  .lg\:py-5\/4 {
    padding-top: 125%;
    padding-bottom: 125%;
  }

  .lg\:px-5\/4 {
    padding-left: 125%;
    padding-right: 125%;
  }

  .lg\:py-7\/5 {
    padding-top: 142%;
    padding-bottom: 142%;
  }

  .lg\:px-7\/5 {
    padding-left: 142%;
    padding-right: 142%;
  }

  .lg\:py-3\/2 {
    padding-top: 150%;
    padding-bottom: 150%;
  }

  .lg\:px-3\/2 {
    padding-left: 150%;
    padding-right: 150%;
  }

  .lg\:py-2\/1 {
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .lg\:px-2\/1 {
    padding-left: 200%;
    padding-right: 200%;
  }

  .lg\:py-3\/1 {
    padding-top: 300%;
    padding-bottom: 300%;
  }

  .lg\:px-3\/1 {
    padding-left: 300%;
    padding-right: 300%;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: .25rem;
  }

  .lg\:pr-1 {
    padding-right: .25rem;
  }

  .lg\:pb-1 {
    padding-bottom: .25rem;
  }

  .lg\:pl-1 {
    padding-left: .25rem;
  }

  .lg\:pt-2 {
    padding-top: .5rem;
  }

  .lg\:pr-2 {
    padding-right: .5rem;
  }

  .lg\:pb-2 {
    padding-bottom: .5rem;
  }

  .lg\:pl-2 {
    padding-left: .5rem;
  }

  .lg\:pt-3 {
    padding-top: .75rem;
  }

  .lg\:pr-3 {
    padding-right: .75rem;
  }

  .lg\:pb-3 {
    padding-bottom: .75rem;
  }

  .lg\:pl-3 {
    padding-left: .75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

  .lg\:pr-80 {
    padding-right: 20rem;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg\:pl-80 {
    padding-left: 20rem;
  }

  .lg\:pt-88 {
    padding-top: 22rem;
  }

  .lg\:pr-88 {
    padding-right: 22rem;
  }

  .lg\:pb-88 {
    padding-bottom: 22rem;
  }

  .lg\:pl-88 {
    padding-left: 22rem;
  }

  .lg\:pt-96 {
    padding-top: 24rem;
  }

  .lg\:pr-96 {
    padding-right: 24rem;
  }

  .lg\:pb-96 {
    padding-bottom: 24rem;
  }

  .lg\:pl-96 {
    padding-left: 24rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pt-100px {
    padding-top: 100px;
  }

  .lg\:pr-100px {
    padding-right: 100px;
  }

  .lg\:pb-100px {
    padding-bottom: 100px;
  }

  .lg\:pl-100px {
    padding-left: 100px;
  }

  .lg\:pt-1\/1 {
    padding-top: 100%;
  }

  .lg\:pr-1\/1 {
    padding-right: 100%;
  }

  .lg\:pb-1\/1 {
    padding-bottom: 100%;
  }

  .lg\:pl-1\/1 {
    padding-left: 100%;
  }

  .lg\:pt-3\/4 {
    padding-top: 75%;
  }

  .lg\:pr-3\/4 {
    padding-right: 75%;
  }

  .lg\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .lg\:pl-3\/4 {
    padding-left: 75%;
  }

  .lg\:pt-4\/5 {
    padding-top: 80%;
  }

  .lg\:pr-4\/5 {
    padding-right: 80%;
  }

  .lg\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .lg\:pl-4\/5 {
    padding-left: 80%;
  }

  .lg\:pt-2\/3 {
    padding-top: 66%;
  }

  .lg\:pr-2\/3 {
    padding-right: 66%;
  }

  .lg\:pb-2\/3 {
    padding-bottom: 66%;
  }

  .lg\:pl-2\/3 {
    padding-left: 66%;
  }

  .lg\:pt-1\/2 {
    padding-top: 50%;
  }

  .lg\:pr-1\/2 {
    padding-right: 50%;
  }

  .lg\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .lg\:pl-1\/2 {
    padding-left: 50%;
  }

  .lg\:pt-1\/3 {
    padding-top: 33%;
  }

  .lg\:pr-1\/3 {
    padding-right: 33%;
  }

  .lg\:pb-1\/3 {
    padding-bottom: 33%;
  }

  .lg\:pl-1\/3 {
    padding-left: 33%;
  }

  .lg\:pt-1\/6 {
    padding-top: 16.66667%;
  }

  .lg\:pr-1\/6 {
    padding-right: 16.66667%;
  }

  .lg\:pb-1\/6 {
    padding-bottom: 16.66667%;
  }

  .lg\:pl-1\/6 {
    padding-left: 16.66667%;
  }

  .lg\:pt-5\/6 {
    padding-top: 83.33333%;
  }

  .lg\:pr-5\/6 {
    padding-right: 83.33333%;
  }

  .lg\:pb-5\/6 {
    padding-bottom: 83.33333%;
  }

  .lg\:pl-5\/6 {
    padding-left: 83.33333%;
  }

  .lg\:pt-4\/3 {
    padding-top: 133.33333%;
  }

  .lg\:pr-4\/3 {
    padding-right: 133.33333%;
  }

  .lg\:pb-4\/3 {
    padding-bottom: 133.33333%;
  }

  .lg\:pl-4\/3 {
    padding-left: 133.33333%;
  }

  .lg\:pt-5\/4 {
    padding-top: 125%;
  }

  .lg\:pr-5\/4 {
    padding-right: 125%;
  }

  .lg\:pb-5\/4 {
    padding-bottom: 125%;
  }

  .lg\:pl-5\/4 {
    padding-left: 125%;
  }

  .lg\:pt-7\/5 {
    padding-top: 142%;
  }

  .lg\:pr-7\/5 {
    padding-right: 142%;
  }

  .lg\:pb-7\/5 {
    padding-bottom: 142%;
  }

  .lg\:pl-7\/5 {
    padding-left: 142%;
  }

  .lg\:pt-3\/2 {
    padding-top: 150%;
  }

  .lg\:pr-3\/2 {
    padding-right: 150%;
  }

  .lg\:pb-3\/2 {
    padding-bottom: 150%;
  }

  .lg\:pl-3\/2 {
    padding-left: 150%;
  }

  .lg\:pt-2\/1 {
    padding-top: 200%;
  }

  .lg\:pr-2\/1 {
    padding-right: 200%;
  }

  .lg\:pb-2\/1 {
    padding-bottom: 200%;
  }

  .lg\:pl-2\/1 {
    padding-left: 200%;
  }

  .lg\:pt-3\/1 {
    padding-top: 300%;
  }

  .lg\:pr-3\/1 {
    padding-right: 300%;
  }

  .lg\:pb-3\/1 {
    padding-bottom: 300%;
  }

  .lg\:pl-3\/1 {
    padding-left: 300%;
  }

  .lg\:hover\:p-0:hover {
    padding: 0;
  }

  .lg\:hover\:p-1:hover {
    padding: .25rem;
  }

  .lg\:hover\:p-2:hover {
    padding: .5rem;
  }

  .lg\:hover\:p-3:hover {
    padding: .75rem;
  }

  .lg\:hover\:p-4:hover {
    padding: 1rem;
  }

  .lg\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .lg\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .lg\:hover\:p-8:hover {
    padding: 2rem;
  }

  .lg\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .lg\:hover\:p-12:hover {
    padding: 3rem;
  }

  .lg\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .lg\:hover\:p-16:hover {
    padding: 4rem;
  }

  .lg\:hover\:p-20:hover {
    padding: 5rem;
  }

  .lg\:hover\:p-24:hover {
    padding: 6rem;
  }

  .lg\:hover\:p-28:hover {
    padding: 7rem;
  }

  .lg\:hover\:p-32:hover {
    padding: 8rem;
  }

  .lg\:hover\:p-48:hover {
    padding: 12rem;
  }

  .lg\:hover\:p-64:hover {
    padding: 16rem;
  }

  .lg\:hover\:p-80:hover {
    padding: 20rem;
  }

  .lg\:hover\:p-88:hover {
    padding: 22rem;
  }

  .lg\:hover\:p-96:hover {
    padding: 24rem;
  }

  .lg\:hover\:p-px:hover {
    padding: 1px;
  }

  .lg\:hover\:p-100px:hover {
    padding: 100px;
  }

  .lg\:hover\:p-1\/1:hover {
    padding: 100%;
  }

  .lg\:hover\:p-3\/4:hover {
    padding: 75%;
  }

  .lg\:hover\:p-4\/5:hover {
    padding: 80%;
  }

  .lg\:hover\:p-2\/3:hover {
    padding: 66%;
  }

  .lg\:hover\:p-1\/2:hover {
    padding: 50%;
  }

  .lg\:hover\:p-1\/3:hover {
    padding: 33%;
  }

  .lg\:hover\:p-1\/6:hover {
    padding: 16.66667%;
  }

  .lg\:hover\:p-5\/6:hover {
    padding: 83.33333%;
  }

  .lg\:hover\:p-4\/3:hover {
    padding: 133.33333%;
  }

  .lg\:hover\:p-5\/4:hover {
    padding: 125%;
  }

  .lg\:hover\:p-7\/5:hover {
    padding: 142%;
  }

  .lg\:hover\:p-3\/2:hover {
    padding: 150%;
  }

  .lg\:hover\:p-2\/1:hover {
    padding: 200%;
  }

  .lg\:hover\:p-3\/1:hover {
    padding: 300%;
  }

  .lg\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:hover\:py-1:hover {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:hover\:px-1:hover {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:hover\:py-2:hover {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:hover\:px-2:hover {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:hover\:py-3:hover {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:hover\:px-3:hover {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:hover\:py-88:hover {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .lg\:hover\:px-88:hover {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .lg\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:hover\:py-100px:hover {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:hover\:px-100px:hover {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:hover\:py-1\/1:hover {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:hover\:px-1\/1:hover {
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:hover\:py-3\/4:hover {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .lg\:hover\:px-3\/4:hover {
    padding-left: 75%;
    padding-right: 75%;
  }

  .lg\:hover\:py-4\/5:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:hover\:px-4\/5:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:hover\:py-2\/3:hover {
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .lg\:hover\:px-2\/3:hover {
    padding-left: 66%;
    padding-right: 66%;
  }

  .lg\:hover\:py-1\/2:hover {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:hover\:px-1\/2:hover {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:hover\:py-1\/3:hover {
    padding-top: 33%;
    padding-bottom: 33%;
  }

  .lg\:hover\:px-1\/3:hover {
    padding-left: 33%;
    padding-right: 33%;
  }

  .lg\:hover\:py-1\/6:hover {
    padding-top: 16.66667%;
    padding-bottom: 16.66667%;
  }

  .lg\:hover\:px-1\/6:hover {
    padding-left: 16.66667%;
    padding-right: 16.66667%;
  }

  .lg\:hover\:py-5\/6:hover {
    padding-top: 83.33333%;
    padding-bottom: 83.33333%;
  }

  .lg\:hover\:px-5\/6:hover {
    padding-left: 83.33333%;
    padding-right: 83.33333%;
  }

  .lg\:hover\:py-4\/3:hover {
    padding-top: 133.33333%;
    padding-bottom: 133.33333%;
  }

  .lg\:hover\:px-4\/3:hover {
    padding-left: 133.33333%;
    padding-right: 133.33333%;
  }

  .lg\:hover\:py-5\/4:hover {
    padding-top: 125%;
    padding-bottom: 125%;
  }

  .lg\:hover\:px-5\/4:hover {
    padding-left: 125%;
    padding-right: 125%;
  }

  .lg\:hover\:py-7\/5:hover {
    padding-top: 142%;
    padding-bottom: 142%;
  }

  .lg\:hover\:px-7\/5:hover {
    padding-left: 142%;
    padding-right: 142%;
  }

  .lg\:hover\:py-3\/2:hover {
    padding-top: 150%;
    padding-bottom: 150%;
  }

  .lg\:hover\:px-3\/2:hover {
    padding-left: 150%;
    padding-right: 150%;
  }

  .lg\:hover\:py-2\/1:hover {
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .lg\:hover\:px-2\/1:hover {
    padding-left: 200%;
    padding-right: 200%;
  }

  .lg\:hover\:py-3\/1:hover {
    padding-top: 300%;
    padding-bottom: 300%;
  }

  .lg\:hover\:px-3\/1:hover {
    padding-left: 300%;
    padding-right: 300%;
  }

  .lg\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .lg\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .lg\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .lg\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .lg\:hover\:pt-1:hover {
    padding-top: .25rem;
  }

  .lg\:hover\:pr-1:hover {
    padding-right: .25rem;
  }

  .lg\:hover\:pb-1:hover {
    padding-bottom: .25rem;
  }

  .lg\:hover\:pl-1:hover {
    padding-left: .25rem;
  }

  .lg\:hover\:pt-2:hover {
    padding-top: .5rem;
  }

  .lg\:hover\:pr-2:hover {
    padding-right: .5rem;
  }

  .lg\:hover\:pb-2:hover {
    padding-bottom: .5rem;
  }

  .lg\:hover\:pl-2:hover {
    padding-left: .5rem;
  }

  .lg\:hover\:pt-3:hover {
    padding-top: .75rem;
  }

  .lg\:hover\:pr-3:hover {
    padding-right: .75rem;
  }

  .lg\:hover\:pb-3:hover {
    padding-bottom: .75rem;
  }

  .lg\:hover\:pl-3:hover {
    padding-left: .75rem;
  }

  .lg\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .lg\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .lg\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .lg\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .lg\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .lg\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .lg\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .lg\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .lg\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .lg\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .lg\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .lg\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .lg\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .lg\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .lg\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .lg\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .lg\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .lg\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .lg\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .lg\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .lg\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .lg\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .lg\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .lg\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .lg\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .lg\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .lg\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .lg\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .lg\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .lg\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .lg\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .lg\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .lg\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .lg\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .lg\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .lg\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .lg\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .lg\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .lg\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .lg\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .lg\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .lg\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .lg\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .lg\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .lg\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .lg\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .lg\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .lg\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .lg\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .lg\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .lg\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .lg\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .lg\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .lg\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .lg\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .lg\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .lg\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .lg\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .lg\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .lg\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .lg\:hover\:pt-88:hover {
    padding-top: 22rem;
  }

  .lg\:hover\:pr-88:hover {
    padding-right: 22rem;
  }

  .lg\:hover\:pb-88:hover {
    padding-bottom: 22rem;
  }

  .lg\:hover\:pl-88:hover {
    padding-left: 22rem;
  }

  .lg\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .lg\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .lg\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .lg\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .lg\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .lg\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .lg\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .lg\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .lg\:hover\:pt-100px:hover {
    padding-top: 100px;
  }

  .lg\:hover\:pr-100px:hover {
    padding-right: 100px;
  }

  .lg\:hover\:pb-100px:hover {
    padding-bottom: 100px;
  }

  .lg\:hover\:pl-100px:hover {
    padding-left: 100px;
  }

  .lg\:hover\:pt-1\/1:hover {
    padding-top: 100%;
  }

  .lg\:hover\:pr-1\/1:hover {
    padding-right: 100%;
  }

  .lg\:hover\:pb-1\/1:hover {
    padding-bottom: 100%;
  }

  .lg\:hover\:pl-1\/1:hover {
    padding-left: 100%;
  }

  .lg\:hover\:pt-3\/4:hover {
    padding-top: 75%;
  }

  .lg\:hover\:pr-3\/4:hover {
    padding-right: 75%;
  }

  .lg\:hover\:pb-3\/4:hover {
    padding-bottom: 75%;
  }

  .lg\:hover\:pl-3\/4:hover {
    padding-left: 75%;
  }

  .lg\:hover\:pt-4\/5:hover {
    padding-top: 80%;
  }

  .lg\:hover\:pr-4\/5:hover {
    padding-right: 80%;
  }

  .lg\:hover\:pb-4\/5:hover {
    padding-bottom: 80%;
  }

  .lg\:hover\:pl-4\/5:hover {
    padding-left: 80%;
  }

  .lg\:hover\:pt-2\/3:hover {
    padding-top: 66%;
  }

  .lg\:hover\:pr-2\/3:hover {
    padding-right: 66%;
  }

  .lg\:hover\:pb-2\/3:hover {
    padding-bottom: 66%;
  }

  .lg\:hover\:pl-2\/3:hover {
    padding-left: 66%;
  }

  .lg\:hover\:pt-1\/2:hover {
    padding-top: 50%;
  }

  .lg\:hover\:pr-1\/2:hover {
    padding-right: 50%;
  }

  .lg\:hover\:pb-1\/2:hover {
    padding-bottom: 50%;
  }

  .lg\:hover\:pl-1\/2:hover {
    padding-left: 50%;
  }

  .lg\:hover\:pt-1\/3:hover {
    padding-top: 33%;
  }

  .lg\:hover\:pr-1\/3:hover {
    padding-right: 33%;
  }

  .lg\:hover\:pb-1\/3:hover {
    padding-bottom: 33%;
  }

  .lg\:hover\:pl-1\/3:hover {
    padding-left: 33%;
  }

  .lg\:hover\:pt-1\/6:hover {
    padding-top: 16.66667%;
  }

  .lg\:hover\:pr-1\/6:hover {
    padding-right: 16.66667%;
  }

  .lg\:hover\:pb-1\/6:hover {
    padding-bottom: 16.66667%;
  }

  .lg\:hover\:pl-1\/6:hover {
    padding-left: 16.66667%;
  }

  .lg\:hover\:pt-5\/6:hover {
    padding-top: 83.33333%;
  }

  .lg\:hover\:pr-5\/6:hover {
    padding-right: 83.33333%;
  }

  .lg\:hover\:pb-5\/6:hover {
    padding-bottom: 83.33333%;
  }

  .lg\:hover\:pl-5\/6:hover {
    padding-left: 83.33333%;
  }

  .lg\:hover\:pt-4\/3:hover {
    padding-top: 133.33333%;
  }

  .lg\:hover\:pr-4\/3:hover {
    padding-right: 133.33333%;
  }

  .lg\:hover\:pb-4\/3:hover {
    padding-bottom: 133.33333%;
  }

  .lg\:hover\:pl-4\/3:hover {
    padding-left: 133.33333%;
  }

  .lg\:hover\:pt-5\/4:hover {
    padding-top: 125%;
  }

  .lg\:hover\:pr-5\/4:hover {
    padding-right: 125%;
  }

  .lg\:hover\:pb-5\/4:hover {
    padding-bottom: 125%;
  }

  .lg\:hover\:pl-5\/4:hover {
    padding-left: 125%;
  }

  .lg\:hover\:pt-7\/5:hover {
    padding-top: 142%;
  }

  .lg\:hover\:pr-7\/5:hover {
    padding-right: 142%;
  }

  .lg\:hover\:pb-7\/5:hover {
    padding-bottom: 142%;
  }

  .lg\:hover\:pl-7\/5:hover {
    padding-left: 142%;
  }

  .lg\:hover\:pt-3\/2:hover {
    padding-top: 150%;
  }

  .lg\:hover\:pr-3\/2:hover {
    padding-right: 150%;
  }

  .lg\:hover\:pb-3\/2:hover {
    padding-bottom: 150%;
  }

  .lg\:hover\:pl-3\/2:hover {
    padding-left: 150%;
  }

  .lg\:hover\:pt-2\/1:hover {
    padding-top: 200%;
  }

  .lg\:hover\:pr-2\/1:hover {
    padding-right: 200%;
  }

  .lg\:hover\:pb-2\/1:hover {
    padding-bottom: 200%;
  }

  .lg\:hover\:pl-2\/1:hover {
    padding-left: 200%;
  }

  .lg\:hover\:pt-3\/1:hover {
    padding-top: 300%;
  }

  .lg\:hover\:pr-3\/1:hover {
    padding-right: 300%;
  }

  .lg\:hover\:pb-3\/1:hover {
    padding-bottom: 300%;
  }

  .lg\:hover\:pl-3\/1:hover {
    padding-left: 300%;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:pin-x {
    right: 0;
    left: 0;
  }

  .lg\:pin-t {
    top: 0;
  }

  .lg\:pin-r {
    right: 0;
  }

  .lg\:pin-b {
    bottom: 0;
  }

  .lg\:pin-l {
    left: 0;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .lg\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .group:hover .lg\:group-hover\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .group:hover .lg\:group-hover\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .lg\:group-hover\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .lg\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .group:hover .lg\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .group:hover .lg\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-inherit {
    color: inherit;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black {
    color: #202020;
  }

  .lg\:text-grey-darkest {
    color: #373a3d;
  }

  .lg\:text-grey-darker {
    color: #6e747a;
  }

  .lg\:text-grey-dark {
    color: #a6afb8;
  }

  .lg\:text-grey {
    color: #b8c2cc;
  }

  .lg\:text-grey-light {
    color: #cdd4db;
  }

  .lg\:text-grey-lighter {
    color: #e3e7eb;
  }

  .lg\:text-grey-lightest {
    color: #fafafa;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-red-darkest {
    color: #3b0d0c;
  }

  .lg\:text-red-darker {
    color: #621b18;
  }

  .lg\:text-red-dark {
    color: #cc1f1a;
  }

  .lg\:text-red {
    color: #e3342f;
  }

  .lg\:text-red-light {
    color: #ef5753;
  }

  .lg\:text-red-lighter {
    color: #f9acaa;
  }

  .lg\:text-red-lightest {
    color: #fcebea;
  }

  .lg\:text-blue-darkest {
    color: #12283a;
  }

  .lg\:text-blue-darker {
    color: #1c3d5a;
  }

  .lg\:text-blue-dark {
    color: #2779bd;
  }

  .lg\:text-blue {
    color: #00448a;
  }

  .lg\:text-blue-light {
    color: #6cb2eb;
  }

  .lg\:text-blue-lighter {
    color: #bcdefa;
  }

  .lg\:text-blue-lightest {
    color: #eff8ff;
  }

  .lg\:text-beige-darkest {
    color: #474543;
  }

  .lg\:text-beige-darker {
    color: #8d8a86;
  }

  .lg\:text-beige-dark {
    color: #d4cfc9;
  }

  .lg\:text-beige {
    color: #ebe6df;
  }

  .lg\:text-beige-light {
    color: #f1eee9;
  }

  .lg\:text-beige-lighter {
    color: #f7f5f2;
  }

  .lg\:text-beige-lightest {
    color: #fdfdfc;
  }

  .lg\:text-green-darkest {
    color: #1c3630;
  }

  .lg\:text-green-darker {
    color: #376b60;
  }

  .lg\:text-green-dark {
    color: #53a190;
  }

  .lg\:text-green {
    color: #5cb3a0;
  }

  .lg\:text-green-light {
    color: #8dcabd;
  }

  .lg\:text-green-lighter {
    color: #bee1d9;
  }

  .lg\:text-green-lightest {
    color: #eff7f6;
  }

  .lg\:text-chioscored-darkest {
    color: #2e0d13;
  }

  .lg\:text-chioscored-darker {
    color: #5b1a26;
  }

  .lg\:text-chioscored-dark {
    color: #89283a;
  }

  .lg\:text-chioscored {
    color: #982c40;
  }

  .lg\:text-chioscored-light {
    color: #b76b79;
  }

  .lg\:text-chioscored-lighter {
    color: #d6abb3;
  }

  .lg\:text-chioscored-lightest {
    color: #f5eaec;
  }

  .lg\:text-body {
    color: #808080;
  }

  .lg\:text-navbar {
    color: #a5b6c6;
  }

  .lg\:hover\:text-inherit:hover {
    color: inherit;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black:hover {
    color: #202020;
  }

  .lg\:hover\:text-grey-darkest:hover {
    color: #373a3d;
  }

  .lg\:hover\:text-grey-darker:hover {
    color: #6e747a;
  }

  .lg\:hover\:text-grey-dark:hover {
    color: #a6afb8;
  }

  .lg\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .lg\:hover\:text-grey-light:hover {
    color: #cdd4db;
  }

  .lg\:hover\:text-grey-lighter:hover {
    color: #e3e7eb;
  }

  .lg\:hover\:text-grey-lightest:hover {
    color: #fafafa;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }

  .lg\:hover\:text-red-darker:hover {
    color: #621b18;
  }

  .lg\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }

  .lg\:hover\:text-red:hover {
    color: #e3342f;
  }

  .lg\:hover\:text-red-light:hover {
    color: #ef5753;
  }

  .lg\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }

  .lg\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }

  .lg\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }

  .lg\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }

  .lg\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }

  .lg\:hover\:text-blue:hover {
    color: #00448a;
  }

  .lg\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }

  .lg\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }

  .lg\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }

  .lg\:hover\:text-beige-darkest:hover {
    color: #474543;
  }

  .lg\:hover\:text-beige-darker:hover {
    color: #8d8a86;
  }

  .lg\:hover\:text-beige-dark:hover {
    color: #d4cfc9;
  }

  .lg\:hover\:text-beige:hover {
    color: #ebe6df;
  }

  .lg\:hover\:text-beige-light:hover {
    color: #f1eee9;
  }

  .lg\:hover\:text-beige-lighter:hover {
    color: #f7f5f2;
  }

  .lg\:hover\:text-beige-lightest:hover {
    color: #fdfdfc;
  }

  .lg\:hover\:text-green-darkest:hover {
    color: #1c3630;
  }

  .lg\:hover\:text-green-darker:hover {
    color: #376b60;
  }

  .lg\:hover\:text-green-dark:hover {
    color: #53a190;
  }

  .lg\:hover\:text-green:hover {
    color: #5cb3a0;
  }

  .lg\:hover\:text-green-light:hover {
    color: #8dcabd;
  }

  .lg\:hover\:text-green-lighter:hover {
    color: #bee1d9;
  }

  .lg\:hover\:text-green-lightest:hover {
    color: #eff7f6;
  }

  .lg\:hover\:text-chioscored-darkest:hover {
    color: #2e0d13;
  }

  .lg\:hover\:text-chioscored-darker:hover {
    color: #5b1a26;
  }

  .lg\:hover\:text-chioscored-dark:hover {
    color: #89283a;
  }

  .lg\:hover\:text-chioscored:hover {
    color: #982c40;
  }

  .lg\:hover\:text-chioscored-light:hover {
    color: #b76b79;
  }

  .lg\:hover\:text-chioscored-lighter:hover {
    color: #d6abb3;
  }

  .lg\:hover\:text-chioscored-lightest:hover {
    color: #f5eaec;
  }

  .lg\:hover\:text-body:hover {
    color: #808080;
  }

  .lg\:hover\:text-navbar:hover {
    color: #a5b6c6;
  }

  .lg\:focus\:text-inherit:focus {
    color: inherit;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-black:focus {
    color: #202020;
  }

  .lg\:focus\:text-grey-darkest:focus {
    color: #373a3d;
  }

  .lg\:focus\:text-grey-darker:focus {
    color: #6e747a;
  }

  .lg\:focus\:text-grey-dark:focus {
    color: #a6afb8;
  }

  .lg\:focus\:text-grey:focus {
    color: #b8c2cc;
  }

  .lg\:focus\:text-grey-light:focus {
    color: #cdd4db;
  }

  .lg\:focus\:text-grey-lighter:focus {
    color: #e3e7eb;
  }

  .lg\:focus\:text-grey-lightest:focus {
    color: #fafafa;
  }

  .lg\:focus\:text-white:focus {
    color: #fff;
  }

  .lg\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }

  .lg\:focus\:text-red-darker:focus {
    color: #621b18;
  }

  .lg\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }

  .lg\:focus\:text-red:focus {
    color: #e3342f;
  }

  .lg\:focus\:text-red-light:focus {
    color: #ef5753;
  }

  .lg\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }

  .lg\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }

  .lg\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }

  .lg\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }

  .lg\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }

  .lg\:focus\:text-blue:focus {
    color: #00448a;
  }

  .lg\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }

  .lg\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }

  .lg\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }

  .lg\:focus\:text-beige-darkest:focus {
    color: #474543;
  }

  .lg\:focus\:text-beige-darker:focus {
    color: #8d8a86;
  }

  .lg\:focus\:text-beige-dark:focus {
    color: #d4cfc9;
  }

  .lg\:focus\:text-beige:focus {
    color: #ebe6df;
  }

  .lg\:focus\:text-beige-light:focus {
    color: #f1eee9;
  }

  .lg\:focus\:text-beige-lighter:focus {
    color: #f7f5f2;
  }

  .lg\:focus\:text-beige-lightest:focus {
    color: #fdfdfc;
  }

  .lg\:focus\:text-green-darkest:focus {
    color: #1c3630;
  }

  .lg\:focus\:text-green-darker:focus {
    color: #376b60;
  }

  .lg\:focus\:text-green-dark:focus {
    color: #53a190;
  }

  .lg\:focus\:text-green:focus {
    color: #5cb3a0;
  }

  .lg\:focus\:text-green-light:focus {
    color: #8dcabd;
  }

  .lg\:focus\:text-green-lighter:focus {
    color: #bee1d9;
  }

  .lg\:focus\:text-green-lightest:focus {
    color: #eff7f6;
  }

  .lg\:focus\:text-chioscored-darkest:focus {
    color: #2e0d13;
  }

  .lg\:focus\:text-chioscored-darker:focus {
    color: #5b1a26;
  }

  .lg\:focus\:text-chioscored-dark:focus {
    color: #89283a;
  }

  .lg\:focus\:text-chioscored:focus {
    color: #982c40;
  }

  .lg\:focus\:text-chioscored-light:focus {
    color: #b76b79;
  }

  .lg\:focus\:text-chioscored-lighter:focus {
    color: #d6abb3;
  }

  .lg\:focus\:text-chioscored-lightest:focus {
    color: #f5eaec;
  }

  .lg\:focus\:text-body:focus {
    color: #808080;
  }

  .lg\:focus\:text-navbar:focus {
    color: #a5b6c6;
  }

  .group:hover .lg\:group-hover\:text-inherit {
    color: inherit;
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-black {
    color: #202020;
  }

  .group:hover .lg\:group-hover\:text-grey-darkest {
    color: #373a3d;
  }

  .group:hover .lg\:group-hover\:text-grey-darker {
    color: #6e747a;
  }

  .group:hover .lg\:group-hover\:text-grey-dark {
    color: #a6afb8;
  }

  .group:hover .lg\:group-hover\:text-grey {
    color: #b8c2cc;
  }

  .group:hover .lg\:group-hover\:text-grey-light {
    color: #cdd4db;
  }

  .group:hover .lg\:group-hover\:text-grey-lighter {
    color: #e3e7eb;
  }

  .group:hover .lg\:group-hover\:text-grey-lightest {
    color: #fafafa;
  }

  .group:hover .lg\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .lg\:group-hover\:text-red-darkest {
    color: #3b0d0c;
  }

  .group:hover .lg\:group-hover\:text-red-darker {
    color: #621b18;
  }

  .group:hover .lg\:group-hover\:text-red-dark {
    color: #cc1f1a;
  }

  .group:hover .lg\:group-hover\:text-red {
    color: #e3342f;
  }

  .group:hover .lg\:group-hover\:text-red-light {
    color: #ef5753;
  }

  .group:hover .lg\:group-hover\:text-red-lighter {
    color: #f9acaa;
  }

  .group:hover .lg\:group-hover\:text-red-lightest {
    color: #fcebea;
  }

  .group:hover .lg\:group-hover\:text-blue-darkest {
    color: #12283a;
  }

  .group:hover .lg\:group-hover\:text-blue-darker {
    color: #1c3d5a;
  }

  .group:hover .lg\:group-hover\:text-blue-dark {
    color: #2779bd;
  }

  .group:hover .lg\:group-hover\:text-blue {
    color: #00448a;
  }

  .group:hover .lg\:group-hover\:text-blue-light {
    color: #6cb2eb;
  }

  .group:hover .lg\:group-hover\:text-blue-lighter {
    color: #bcdefa;
  }

  .group:hover .lg\:group-hover\:text-blue-lightest {
    color: #eff8ff;
  }

  .group:hover .lg\:group-hover\:text-beige-darkest {
    color: #474543;
  }

  .group:hover .lg\:group-hover\:text-beige-darker {
    color: #8d8a86;
  }

  .group:hover .lg\:group-hover\:text-beige-dark {
    color: #d4cfc9;
  }

  .group:hover .lg\:group-hover\:text-beige {
    color: #ebe6df;
  }

  .group:hover .lg\:group-hover\:text-beige-light {
    color: #f1eee9;
  }

  .group:hover .lg\:group-hover\:text-beige-lighter {
    color: #f7f5f2;
  }

  .group:hover .lg\:group-hover\:text-beige-lightest {
    color: #fdfdfc;
  }

  .group:hover .lg\:group-hover\:text-green-darkest {
    color: #1c3630;
  }

  .group:hover .lg\:group-hover\:text-green-darker {
    color: #376b60;
  }

  .group:hover .lg\:group-hover\:text-green-dark {
    color: #53a190;
  }

  .group:hover .lg\:group-hover\:text-green {
    color: #5cb3a0;
  }

  .group:hover .lg\:group-hover\:text-green-light {
    color: #8dcabd;
  }

  .group:hover .lg\:group-hover\:text-green-lighter {
    color: #bee1d9;
  }

  .group:hover .lg\:group-hover\:text-green-lightest {
    color: #eff7f6;
  }

  .group:hover .lg\:group-hover\:text-chioscored-darkest {
    color: #2e0d13;
  }

  .group:hover .lg\:group-hover\:text-chioscored-darker {
    color: #5b1a26;
  }

  .group:hover .lg\:group-hover\:text-chioscored-dark {
    color: #89283a;
  }

  .group:hover .lg\:group-hover\:text-chioscored {
    color: #982c40;
  }

  .group:hover .lg\:group-hover\:text-chioscored-light {
    color: #b76b79;
  }

  .group:hover .lg\:group-hover\:text-chioscored-lighter {
    color: #d6abb3;
  }

  .group:hover .lg\:group-hover\:text-chioscored-lightest {
    color: #f5eaec;
  }

  .group:hover .lg\:group-hover\:text-body {
    color: #808080;
  }

  .group:hover .lg\:group-hover\:text-navbar {
    color: #a5b6c6;
  }

  .lg\:text-xs {
    font-size: .75rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.7rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:text-7xl {
    font-size: 5rem;
  }

  .lg\:text-title-sm {
    font-size: 2rem;
  }

  .lg\:text-title {
    font-size: 2.5rem;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:roman {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:roman:hover {
    font-style: normal;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:focus\:italic:focus {
    font-style: italic;
  }

  .lg\:focus\:roman:focus {
    font-style: normal;
  }

  .lg\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .lg\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .lg\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .lg\:focus\:normal-case:focus {
    text-transform: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .lg\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .lg\:group-hover\:roman {
    font-style: normal;
  }

  .group:hover .lg\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .lg\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .lg\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .lg\:group-hover\:normal-case {
    text-transform: none;
  }

  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none;
  }

  .group:hover .lg\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .lg\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-words {
    word-wrap: break-word;
  }

  .lg\:break-normal {
    word-wrap: normal;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-1 {
    width: .25rem;
  }

  .lg\:w-2 {
    width: .5rem;
  }

  .lg\:w-3 {
    width: .75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-100px {
    width: 100px;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-1 {
    z-index: 1;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-inherit {
    background-color: inherit;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-black {
    background-color: #202020;
  }

  .xl\:bg-grey-darkest {
    background-color: #373a3d;
  }

  .xl\:bg-grey-darker {
    background-color: #6e747a;
  }

  .xl\:bg-grey-dark {
    background-color: #a6afb8;
  }

  .xl\:bg-grey {
    background-color: #b8c2cc;
  }

  .xl\:bg-grey-light {
    background-color: #cdd4db;
  }

  .xl\:bg-grey-lighter {
    background-color: #e3e7eb;
  }

  .xl\:bg-grey-lightest {
    background-color: #fafafa;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .xl\:bg-red-darker {
    background-color: #621b18;
  }

  .xl\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .xl\:bg-red {
    background-color: #e3342f;
  }

  .xl\:bg-red-light {
    background-color: #ef5753;
  }

  .xl\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .xl\:bg-red-lightest {
    background-color: #fcebea;
  }

  .xl\:bg-blue-darkest {
    background-color: #12283a;
  }

  .xl\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .xl\:bg-blue-dark {
    background-color: #2779bd;
  }

  .xl\:bg-blue {
    background-color: #00448a;
  }

  .xl\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .xl\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .xl\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .xl\:bg-beige-darkest {
    background-color: #474543;
  }

  .xl\:bg-beige-darker {
    background-color: #8d8a86;
  }

  .xl\:bg-beige-dark {
    background-color: #d4cfc9;
  }

  .xl\:bg-beige {
    background-color: #ebe6df;
  }

  .xl\:bg-beige-light {
    background-color: #f1eee9;
  }

  .xl\:bg-beige-lighter {
    background-color: #f7f5f2;
  }

  .xl\:bg-beige-lightest {
    background-color: #fdfdfc;
  }

  .xl\:bg-green-darkest {
    background-color: #1c3630;
  }

  .xl\:bg-green-darker {
    background-color: #376b60;
  }

  .xl\:bg-green-dark {
    background-color: #53a190;
  }

  .xl\:bg-green {
    background-color: #5cb3a0;
  }

  .xl\:bg-green-light {
    background-color: #8dcabd;
  }

  .xl\:bg-green-lighter {
    background-color: #bee1d9;
  }

  .xl\:bg-green-lightest {
    background-color: #eff7f6;
  }

  .xl\:bg-chioscored-darkest {
    background-color: #2e0d13;
  }

  .xl\:bg-chioscored-darker {
    background-color: #5b1a26;
  }

  .xl\:bg-chioscored-dark {
    background-color: #89283a;
  }

  .xl\:bg-chioscored {
    background-color: #982c40;
  }

  .xl\:bg-chioscored-light {
    background-color: #b76b79;
  }

  .xl\:bg-chioscored-lighter {
    background-color: #d6abb3;
  }

  .xl\:bg-chioscored-lightest {
    background-color: #f5eaec;
  }

  .xl\:bg-body {
    background-color: #808080;
  }

  .xl\:bg-navbar {
    background-color: #a5b6c6;
  }

  .xl\:hover\:bg-inherit:hover {
    background-color: inherit;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #202020;
  }

  .xl\:hover\:bg-grey-darkest:hover {
    background-color: #373a3d;
  }

  .xl\:hover\:bg-grey-darker:hover {
    background-color: #6e747a;
  }

  .xl\:hover\:bg-grey-dark:hover {
    background-color: #a6afb8;
  }

  .xl\:hover\:bg-grey:hover {
    background-color: #b8c2cc;
  }

  .xl\:hover\:bg-grey-light:hover {
    background-color: #cdd4db;
  }

  .xl\:hover\:bg-grey-lighter:hover {
    background-color: #e3e7eb;
  }

  .xl\:hover\:bg-grey-lightest:hover {
    background-color: #fafafa;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .xl\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }

  .xl\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .xl\:hover\:bg-red:hover {
    background-color: #e3342f;
  }

  .xl\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }

  .xl\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .xl\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .xl\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .xl\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .xl\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .xl\:hover\:bg-blue:hover {
    background-color: #00448a;
  }

  .xl\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .xl\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .xl\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .xl\:hover\:bg-beige-darkest:hover {
    background-color: #474543;
  }

  .xl\:hover\:bg-beige-darker:hover {
    background-color: #8d8a86;
  }

  .xl\:hover\:bg-beige-dark:hover {
    background-color: #d4cfc9;
  }

  .xl\:hover\:bg-beige:hover {
    background-color: #ebe6df;
  }

  .xl\:hover\:bg-beige-light:hover {
    background-color: #f1eee9;
  }

  .xl\:hover\:bg-beige-lighter:hover {
    background-color: #f7f5f2;
  }

  .xl\:hover\:bg-beige-lightest:hover {
    background-color: #fdfdfc;
  }

  .xl\:hover\:bg-green-darkest:hover {
    background-color: #1c3630;
  }

  .xl\:hover\:bg-green-darker:hover {
    background-color: #376b60;
  }

  .xl\:hover\:bg-green-dark:hover {
    background-color: #53a190;
  }

  .xl\:hover\:bg-green:hover {
    background-color: #5cb3a0;
  }

  .xl\:hover\:bg-green-light:hover {
    background-color: #8dcabd;
  }

  .xl\:hover\:bg-green-lighter:hover {
    background-color: #bee1d9;
  }

  .xl\:hover\:bg-green-lightest:hover {
    background-color: #eff7f6;
  }

  .xl\:hover\:bg-chioscored-darkest:hover {
    background-color: #2e0d13;
  }

  .xl\:hover\:bg-chioscored-darker:hover {
    background-color: #5b1a26;
  }

  .xl\:hover\:bg-chioscored-dark:hover {
    background-color: #89283a;
  }

  .xl\:hover\:bg-chioscored:hover {
    background-color: #982c40;
  }

  .xl\:hover\:bg-chioscored-light:hover {
    background-color: #b76b79;
  }

  .xl\:hover\:bg-chioscored-lighter:hover {
    background-color: #d6abb3;
  }

  .xl\:hover\:bg-chioscored-lightest:hover {
    background-color: #f5eaec;
  }

  .xl\:hover\:bg-body:hover {
    background-color: #808080;
  }

  .xl\:hover\:bg-navbar:hover {
    background-color: #a5b6c6;
  }

  .xl\:focus\:bg-inherit:focus {
    background-color: inherit;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-black:focus {
    background-color: #202020;
  }

  .xl\:focus\:bg-grey-darkest:focus {
    background-color: #373a3d;
  }

  .xl\:focus\:bg-grey-darker:focus {
    background-color: #6e747a;
  }

  .xl\:focus\:bg-grey-dark:focus {
    background-color: #a6afb8;
  }

  .xl\:focus\:bg-grey:focus {
    background-color: #b8c2cc;
  }

  .xl\:focus\:bg-grey-light:focus {
    background-color: #cdd4db;
  }

  .xl\:focus\:bg-grey-lighter:focus {
    background-color: #e3e7eb;
  }

  .xl\:focus\:bg-grey-lightest:focus {
    background-color: #fafafa;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .xl\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }

  .xl\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }

  .xl\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }

  .xl\:focus\:bg-red:focus {
    background-color: #e3342f;
  }

  .xl\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }

  .xl\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }

  .xl\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }

  .xl\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }

  .xl\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }

  .xl\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }

  .xl\:focus\:bg-blue:focus {
    background-color: #00448a;
  }

  .xl\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }

  .xl\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }

  .xl\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }

  .xl\:focus\:bg-beige-darkest:focus {
    background-color: #474543;
  }

  .xl\:focus\:bg-beige-darker:focus {
    background-color: #8d8a86;
  }

  .xl\:focus\:bg-beige-dark:focus {
    background-color: #d4cfc9;
  }

  .xl\:focus\:bg-beige:focus {
    background-color: #ebe6df;
  }

  .xl\:focus\:bg-beige-light:focus {
    background-color: #f1eee9;
  }

  .xl\:focus\:bg-beige-lighter:focus {
    background-color: #f7f5f2;
  }

  .xl\:focus\:bg-beige-lightest:focus {
    background-color: #fdfdfc;
  }

  .xl\:focus\:bg-green-darkest:focus {
    background-color: #1c3630;
  }

  .xl\:focus\:bg-green-darker:focus {
    background-color: #376b60;
  }

  .xl\:focus\:bg-green-dark:focus {
    background-color: #53a190;
  }

  .xl\:focus\:bg-green:focus {
    background-color: #5cb3a0;
  }

  .xl\:focus\:bg-green-light:focus {
    background-color: #8dcabd;
  }

  .xl\:focus\:bg-green-lighter:focus {
    background-color: #bee1d9;
  }

  .xl\:focus\:bg-green-lightest:focus {
    background-color: #eff7f6;
  }

  .xl\:focus\:bg-chioscored-darkest:focus {
    background-color: #2e0d13;
  }

  .xl\:focus\:bg-chioscored-darker:focus {
    background-color: #5b1a26;
  }

  .xl\:focus\:bg-chioscored-dark:focus {
    background-color: #89283a;
  }

  .xl\:focus\:bg-chioscored:focus {
    background-color: #982c40;
  }

  .xl\:focus\:bg-chioscored-light:focus {
    background-color: #b76b79;
  }

  .xl\:focus\:bg-chioscored-lighter:focus {
    background-color: #d6abb3;
  }

  .xl\:focus\:bg-chioscored-lightest:focus {
    background-color: #f5eaec;
  }

  .xl\:focus\:bg-body:focus {
    background-color: #808080;
  }

  .xl\:focus\:bg-navbar:focus {
    background-color: #a5b6c6;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-inherit {
    border-color: inherit;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-black {
    border-color: #202020;
  }

  .xl\:border-grey-darkest {
    border-color: #373a3d;
  }

  .xl\:border-grey-darker {
    border-color: #6e747a;
  }

  .xl\:border-grey-dark {
    border-color: #a6afb8;
  }

  .xl\:border-grey {
    border-color: #b8c2cc;
  }

  .xl\:border-grey-light {
    border-color: #cdd4db;
  }

  .xl\:border-grey-lighter {
    border-color: #e3e7eb;
  }

  .xl\:border-grey-lightest {
    border-color: #fafafa;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .xl\:border-red-darker {
    border-color: #621b18;
  }

  .xl\:border-red-dark {
    border-color: #cc1f1a;
  }

  .xl\:border-red {
    border-color: #e3342f;
  }

  .xl\:border-red-light {
    border-color: #ef5753;
  }

  .xl\:border-red-lighter {
    border-color: #f9acaa;
  }

  .xl\:border-red-lightest {
    border-color: #fcebea;
  }

  .xl\:border-blue-darkest {
    border-color: #12283a;
  }

  .xl\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .xl\:border-blue-dark {
    border-color: #2779bd;
  }

  .xl\:border-blue {
    border-color: #00448a;
  }

  .xl\:border-blue-light {
    border-color: #6cb2eb;
  }

  .xl\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .xl\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .xl\:border-beige-darkest {
    border-color: #474543;
  }

  .xl\:border-beige-darker {
    border-color: #8d8a86;
  }

  .xl\:border-beige-dark {
    border-color: #d4cfc9;
  }

  .xl\:border-beige {
    border-color: #ebe6df;
  }

  .xl\:border-beige-light {
    border-color: #f1eee9;
  }

  .xl\:border-beige-lighter {
    border-color: #f7f5f2;
  }

  .xl\:border-beige-lightest {
    border-color: #fdfdfc;
  }

  .xl\:border-green-darkest {
    border-color: #1c3630;
  }

  .xl\:border-green-darker {
    border-color: #376b60;
  }

  .xl\:border-green-dark {
    border-color: #53a190;
  }

  .xl\:border-green {
    border-color: #5cb3a0;
  }

  .xl\:border-green-light {
    border-color: #8dcabd;
  }

  .xl\:border-green-lighter {
    border-color: #bee1d9;
  }

  .xl\:border-green-lightest {
    border-color: #eff7f6;
  }

  .xl\:border-chioscored-darkest {
    border-color: #2e0d13;
  }

  .xl\:border-chioscored-darker {
    border-color: #5b1a26;
  }

  .xl\:border-chioscored-dark {
    border-color: #89283a;
  }

  .xl\:border-chioscored {
    border-color: #982c40;
  }

  .xl\:border-chioscored-light {
    border-color: #b76b79;
  }

  .xl\:border-chioscored-lighter {
    border-color: #d6abb3;
  }

  .xl\:border-chioscored-lightest {
    border-color: #f5eaec;
  }

  .xl\:border-body {
    border-color: #808080;
  }

  .xl\:border-navbar {
    border-color: #a5b6c6;
  }

  .xl\:hover\:border-inherit:hover {
    border-color: inherit;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-black:hover {
    border-color: #202020;
  }

  .xl\:hover\:border-grey-darkest:hover {
    border-color: #373a3d;
  }

  .xl\:hover\:border-grey-darker:hover {
    border-color: #6e747a;
  }

  .xl\:hover\:border-grey-dark:hover {
    border-color: #a6afb8;
  }

  .xl\:hover\:border-grey:hover {
    border-color: #b8c2cc;
  }

  .xl\:hover\:border-grey-light:hover {
    border-color: #cdd4db;
  }

  .xl\:hover\:border-grey-lighter:hover {
    border-color: #e3e7eb;
  }

  .xl\:hover\:border-grey-lightest:hover {
    border-color: #fafafa;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .xl\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }

  .xl\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .xl\:hover\:border-red:hover {
    border-color: #e3342f;
  }

  .xl\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }

  .xl\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .xl\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }

  .xl\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }

  .xl\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .xl\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }

  .xl\:hover\:border-blue:hover {
    border-color: #00448a;
  }

  .xl\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .xl\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .xl\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .xl\:hover\:border-beige-darkest:hover {
    border-color: #474543;
  }

  .xl\:hover\:border-beige-darker:hover {
    border-color: #8d8a86;
  }

  .xl\:hover\:border-beige-dark:hover {
    border-color: #d4cfc9;
  }

  .xl\:hover\:border-beige:hover {
    border-color: #ebe6df;
  }

  .xl\:hover\:border-beige-light:hover {
    border-color: #f1eee9;
  }

  .xl\:hover\:border-beige-lighter:hover {
    border-color: #f7f5f2;
  }

  .xl\:hover\:border-beige-lightest:hover {
    border-color: #fdfdfc;
  }

  .xl\:hover\:border-green-darkest:hover {
    border-color: #1c3630;
  }

  .xl\:hover\:border-green-darker:hover {
    border-color: #376b60;
  }

  .xl\:hover\:border-green-dark:hover {
    border-color: #53a190;
  }

  .xl\:hover\:border-green:hover {
    border-color: #5cb3a0;
  }

  .xl\:hover\:border-green-light:hover {
    border-color: #8dcabd;
  }

  .xl\:hover\:border-green-lighter:hover {
    border-color: #bee1d9;
  }

  .xl\:hover\:border-green-lightest:hover {
    border-color: #eff7f6;
  }

  .xl\:hover\:border-chioscored-darkest:hover {
    border-color: #2e0d13;
  }

  .xl\:hover\:border-chioscored-darker:hover {
    border-color: #5b1a26;
  }

  .xl\:hover\:border-chioscored-dark:hover {
    border-color: #89283a;
  }

  .xl\:hover\:border-chioscored:hover {
    border-color: #982c40;
  }

  .xl\:hover\:border-chioscored-light:hover {
    border-color: #b76b79;
  }

  .xl\:hover\:border-chioscored-lighter:hover {
    border-color: #d6abb3;
  }

  .xl\:hover\:border-chioscored-lightest:hover {
    border-color: #f5eaec;
  }

  .xl\:hover\:border-body:hover {
    border-color: #808080;
  }

  .xl\:hover\:border-navbar:hover {
    border-color: #a5b6c6;
  }

  .xl\:focus\:border-inherit:focus {
    border-color: inherit;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-black:focus {
    border-color: #202020;
  }

  .xl\:focus\:border-grey-darkest:focus {
    border-color: #373a3d;
  }

  .xl\:focus\:border-grey-darker:focus {
    border-color: #6e747a;
  }

  .xl\:focus\:border-grey-dark:focus {
    border-color: #a6afb8;
  }

  .xl\:focus\:border-grey:focus {
    border-color: #b8c2cc;
  }

  .xl\:focus\:border-grey-light:focus {
    border-color: #cdd4db;
  }

  .xl\:focus\:border-grey-lighter:focus {
    border-color: #e3e7eb;
  }

  .xl\:focus\:border-grey-lightest:focus {
    border-color: #fafafa;
  }

  .xl\:focus\:border-white:focus {
    border-color: #fff;
  }

  .xl\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }

  .xl\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }

  .xl\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }

  .xl\:focus\:border-red:focus {
    border-color: #e3342f;
  }

  .xl\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }

  .xl\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }

  .xl\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }

  .xl\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }

  .xl\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }

  .xl\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }

  .xl\:focus\:border-blue:focus {
    border-color: #00448a;
  }

  .xl\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }

  .xl\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }

  .xl\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }

  .xl\:focus\:border-beige-darkest:focus {
    border-color: #474543;
  }

  .xl\:focus\:border-beige-darker:focus {
    border-color: #8d8a86;
  }

  .xl\:focus\:border-beige-dark:focus {
    border-color: #d4cfc9;
  }

  .xl\:focus\:border-beige:focus {
    border-color: #ebe6df;
  }

  .xl\:focus\:border-beige-light:focus {
    border-color: #f1eee9;
  }

  .xl\:focus\:border-beige-lighter:focus {
    border-color: #f7f5f2;
  }

  .xl\:focus\:border-beige-lightest:focus {
    border-color: #fdfdfc;
  }

  .xl\:focus\:border-green-darkest:focus {
    border-color: #1c3630;
  }

  .xl\:focus\:border-green-darker:focus {
    border-color: #376b60;
  }

  .xl\:focus\:border-green-dark:focus {
    border-color: #53a190;
  }

  .xl\:focus\:border-green:focus {
    border-color: #5cb3a0;
  }

  .xl\:focus\:border-green-light:focus {
    border-color: #8dcabd;
  }

  .xl\:focus\:border-green-lighter:focus {
    border-color: #bee1d9;
  }

  .xl\:focus\:border-green-lightest:focus {
    border-color: #eff7f6;
  }

  .xl\:focus\:border-chioscored-darkest:focus {
    border-color: #2e0d13;
  }

  .xl\:focus\:border-chioscored-darker:focus {
    border-color: #5b1a26;
  }

  .xl\:focus\:border-chioscored-dark:focus {
    border-color: #89283a;
  }

  .xl\:focus\:border-chioscored:focus {
    border-color: #982c40;
  }

  .xl\:focus\:border-chioscored-light:focus {
    border-color: #b76b79;
  }

  .xl\:focus\:border-chioscored-lighter:focus {
    border-color: #d6abb3;
  }

  .xl\:focus\:border-chioscored-lightest:focus {
    border-color: #f5eaec;
  }

  .xl\:focus\:border-body:focus {
    border-color: #808080;
  }

  .xl\:focus\:border-navbar:focus {
    border-color: #a5b6c6;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: .125rem;
  }

  .xl\:rounded {
    border-radius: .25rem;
  }

  .xl\:rounded-lg {
    border-radius: .5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-6 {
    border-width: 6px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-6 {
    border-top-width: 6px;
  }

  .xl\:border-r-6 {
    border-right-width: 6px;
  }

  .xl\:border-b-6 {
    border-bottom-width: 6px;
  }

  .xl\:border-l-6 {
    border-left-width: 6px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:flex-no-grow {
    flex-grow: 0;
  }

  .xl\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-sans {
    font-family: AcuminPro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xl\:font-serif {
    font-family: Farmhand, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:h-0 {
    height: 0;
  }

  .xl\:h-1 {
    height: .25rem;
  }

  .xl\:h-2 {
    height: .5rem;
  }

  .xl\:h-3 {
    height: .75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-88 {
    height: 22rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-100px {
    height: 100px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:h-500px {
    height: 500px;
  }

  .xl\:h-60vh {
    height: 60vh;
  }

  .xl\:h-70vh {
    height: 70vh;
  }

  .xl\:h-80vh {
    height: 80vh;
  }

  .xl\:h-85vh {
    height: 85vh;
  }

  .xl\:h-90vh {
    height: 90vh;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.35;
  }

  .xl\:leading-normal {
    line-height: 1.63;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: .25rem;
  }

  .xl\:m-2 {
    margin: .5rem;
  }

  .xl\:m-3 {
    margin: .75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-80 {
    margin: 20rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: .25rem;
  }

  .xl\:mr-1 {
    margin-right: .25rem;
  }

  .xl\:mb-1 {
    margin-bottom: .25rem;
  }

  .xl\:ml-1 {
    margin-left: .25rem;
  }

  .xl\:mt-2 {
    margin-top: .5rem;
  }

  .xl\:mr-2 {
    margin-right: .5rem;
  }

  .xl\:mb-2 {
    margin-bottom: .5rem;
  }

  .xl\:ml-2 {
    margin-left: .5rem;
  }

  .xl\:mt-3 {
    margin-top: .75rem;
  }

  .xl\:mr-3 {
    margin-right: .75rem;
  }

  .xl\:mb-3 {
    margin-bottom: .75rem;
  }

  .xl\:ml-3 {
    margin-left: .75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:mt-80 {
    margin-top: 20rem;
  }

  .xl\:mr-80 {
    margin-right: 20rem;
  }

  .xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:hover\:m-0:hover {
    margin: 0;
  }

  .xl\:hover\:m-1:hover {
    margin: .25rem;
  }

  .xl\:hover\:m-2:hover {
    margin: .5rem;
  }

  .xl\:hover\:m-3:hover {
    margin: .75rem;
  }

  .xl\:hover\:m-4:hover {
    margin: 1rem;
  }

  .xl\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .xl\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .xl\:hover\:m-8:hover {
    margin: 2rem;
  }

  .xl\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .xl\:hover\:m-12:hover {
    margin: 3rem;
  }

  .xl\:hover\:m-16:hover {
    margin: 4rem;
  }

  .xl\:hover\:m-20:hover {
    margin: 5rem;
  }

  .xl\:hover\:m-24:hover {
    margin: 6rem;
  }

  .xl\:hover\:m-32:hover {
    margin: 8rem;
  }

  .xl\:hover\:m-48:hover {
    margin: 12rem;
  }

  .xl\:hover\:m-56:hover {
    margin: 14rem;
  }

  .xl\:hover\:m-64:hover {
    margin: 16rem;
  }

  .xl\:hover\:m-80:hover {
    margin: 20rem;
  }

  .xl\:hover\:m-auto:hover {
    margin: auto;
  }

  .xl\:hover\:m-px:hover {
    margin: 1px;
  }

  .xl\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:hover\:my-1:hover {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:hover\:mx-1:hover {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:hover\:my-2:hover {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:hover\:mx-2:hover {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:hover\:my-3:hover {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:hover\:mx-3:hover {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .xl\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .xl\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .xl\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .xl\:hover\:mt-1:hover {
    margin-top: .25rem;
  }

  .xl\:hover\:mr-1:hover {
    margin-right: .25rem;
  }

  .xl\:hover\:mb-1:hover {
    margin-bottom: .25rem;
  }

  .xl\:hover\:ml-1:hover {
    margin-left: .25rem;
  }

  .xl\:hover\:mt-2:hover {
    margin-top: .5rem;
  }

  .xl\:hover\:mr-2:hover {
    margin-right: .5rem;
  }

  .xl\:hover\:mb-2:hover {
    margin-bottom: .5rem;
  }

  .xl\:hover\:ml-2:hover {
    margin-left: .5rem;
  }

  .xl\:hover\:mt-3:hover {
    margin-top: .75rem;
  }

  .xl\:hover\:mr-3:hover {
    margin-right: .75rem;
  }

  .xl\:hover\:mb-3:hover {
    margin-bottom: .75rem;
  }

  .xl\:hover\:ml-3:hover {
    margin-left: .75rem;
  }

  .xl\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .xl\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .xl\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .xl\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .xl\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .xl\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .xl\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .xl\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .xl\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .xl\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .xl\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .xl\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .xl\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .xl\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .xl\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .xl\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .xl\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .xl\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .xl\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .xl\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .xl\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .xl\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .xl\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .xl\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .xl\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .xl\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .xl\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .xl\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .xl\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .xl\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .xl\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .xl\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .xl\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .xl\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .xl\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .xl\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .xl\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .xl\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .xl\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .xl\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .xl\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .xl\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .xl\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .xl\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .xl\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .xl\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .xl\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .xl\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .xl\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .xl\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .xl\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .xl\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .xl\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .xl\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .xl\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .xl\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .xl\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .xl\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .xl\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .xl\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .xl\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .xl\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .xl\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .xl\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .xl\:max-h-32 {
    max-height: 8rem;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-0 {
    max-width: 0;
  }

  .xl\:max-w-12 {
    max-width: 3rem;
  }

  .xl\:max-w-16 {
    max-width: 4rem;
  }

  .xl\:max-w-20 {
    max-width: 5rem;
  }

  .xl\:max-w-24 {
    max-width: 6rem;
  }

  .xl\:max-w-32 {
    max-width: 8rem;
  }

  .xl\:max-w-64 {
    max-width: 16rem;
  }

  .xl\:max-w-80 {
    max-width: 20rem;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 31rem;
  }

  .xl\:max-w-md {
    max-width: 40rem;
  }

  .xl\:max-w-lg {
    max-width: 50rem;
  }

  .xl\:max-w-xl {
    max-width: 60rem;
  }

  .xl\:max-w-2xl {
    max-width: 70rem;
  }

  .xl\:max-w-3xl {
    max-width: 80rem;
  }

  .xl\:max-w-4xl {
    max-width: 90rem;
  }

  .xl\:max-w-5xl {
    max-width: 100rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-1 {
    min-height: .25rem;
  }

  .xl\:min-h-2 {
    min-height: .5rem;
  }

  .xl\:min-h-3 {
    min-height: .75rem;
  }

  .xl\:min-h-4 {
    min-height: 1rem;
  }

  .xl\:min-h-5 {
    min-height: 1.25rem;
  }

  .xl\:min-h-6 {
    min-height: 1.5rem;
  }

  .xl\:min-h-8 {
    min-height: 2rem;
  }

  .xl\:min-h-10 {
    min-height: 2.5rem;
  }

  .xl\:min-h-12 {
    min-height: 3rem;
  }

  .xl\:min-h-16 {
    min-height: 4rem;
  }

  .xl\:min-h-20 {
    min-height: 5rem;
  }

  .xl\:min-h-24 {
    min-height: 6rem;
  }

  .xl\:min-h-32 {
    min-height: 8rem;
  }

  .xl\:min-h-48 {
    min-height: 12rem;
  }

  .xl\:min-h-64 {
    min-height: 16rem;
  }

  .xl\:min-h-80 {
    min-height: 20rem;
  }

  .xl\:min-h-88 {
    min-height: 22rem;
  }

  .xl\:min-h-96 {
    min-height: 24rem;
  }

  .xl\:min-h-140 {
    min-height: 35rem;
  }

  .xl\:min-h-240 {
    min-height: 60rem;
  }

  .xl\:min-h-auto {
    min-height: auto;
  }

  .xl\:min-h-px {
    min-height: 1px;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-16 {
    min-width: 16rem;
  }

  .xl\:min-w-20 {
    min-width: 20rem;
  }

  .xl\:min-w-32 {
    min-width: 8rem;
  }

  .xl\:min-w-48 {
    min-width: 12rem;
  }

  .xl\:min-w-64 {
    min-width: 16rem;
  }

  .xl\:min-w-80 {
    min-width: 20rem;
  }

  .xl\:min-w-88 {
    min-width: 22rem;
  }

  .xl\:min-w-96 {
    min-width: 24rem;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:-m-0 {
    margin: 0;
  }

  .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-8 {
    margin: -2rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-36 {
    margin: -9rem;
  }

  .xl\:-m-48 {
    margin: -12rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-m-40\% {
    margin: -40%;
  }

  .xl\:-m-50\% {
    margin: -50%;
  }

  .xl\:-m-60\% {
    margin: -60%;
  }

  .xl\:-m-80\% {
    margin: -80%;
  }

  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xl\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xl\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xl\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xl\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xl\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xl\:-mt-0 {
    margin-top: 0;
  }

  .xl\:-mr-0 {
    margin-right: 0;
  }

  .xl\:-mb-0 {
    margin-bottom: 0;
  }

  .xl\:-ml-0 {
    margin-left: 0;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-mt-36 {
    margin-top: -9rem;
  }

  .xl\:-mr-36 {
    margin-right: -9rem;
  }

  .xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xl\:-ml-36 {
    margin-left: -9rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-mr-48 {
    margin-right: -12rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-ml-48 {
    margin-left: -12rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:-mt-40\% {
    margin-top: -40%;
  }

  .xl\:-mr-40\% {
    margin-right: -40%;
  }

  .xl\:-mb-40\% {
    margin-bottom: -40%;
  }

  .xl\:-ml-40\% {
    margin-left: -40%;
  }

  .xl\:-mt-50\% {
    margin-top: -50%;
  }

  .xl\:-mr-50\% {
    margin-right: -50%;
  }

  .xl\:-mb-50\% {
    margin-bottom: -50%;
  }

  .xl\:-ml-50\% {
    margin-left: -50%;
  }

  .xl\:-mt-60\% {
    margin-top: -60%;
  }

  .xl\:-mr-60\% {
    margin-right: -60%;
  }

  .xl\:-mb-60\% {
    margin-bottom: -60%;
  }

  .xl\:-ml-60\% {
    margin-left: -60%;
  }

  .xl\:-mt-80\% {
    margin-top: -80%;
  }

  .xl\:-mr-80\% {
    margin-right: -80%;
  }

  .xl\:-mb-80\% {
    margin-bottom: -80%;
  }

  .xl\:-ml-80\% {
    margin-left: -80%;
  }

  .xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: .25;
  }

  .xl\:opacity-50 {
    opacity: .5;
  }

  .xl\:opacity-75 {
    opacity: .75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: .25rem;
  }

  .xl\:p-2 {
    padding: .5rem;
  }

  .xl\:p-3 {
    padding: .75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .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-48 {
    padding: 12rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-80 {
    padding: 20rem;
  }

  .xl\:p-88 {
    padding: 22rem;
  }

  .xl\:p-96 {
    padding: 24rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:p-100px {
    padding: 100px;
  }

  .xl\:p-1\/1 {
    padding: 100%;
  }

  .xl\:p-3\/4 {
    padding: 75%;
  }

  .xl\:p-4\/5 {
    padding: 80%;
  }

  .xl\:p-2\/3 {
    padding: 66%;
  }

  .xl\:p-1\/2 {
    padding: 50%;
  }

  .xl\:p-1\/3 {
    padding: 33%;
  }

  .xl\:p-1\/6 {
    padding: 16.66667%;
  }

  .xl\:p-5\/6 {
    padding: 83.33333%;
  }

  .xl\:p-4\/3 {
    padding: 133.33333%;
  }

  .xl\:p-5\/4 {
    padding: 125%;
  }

  .xl\:p-7\/5 {
    padding: 142%;
  }

  .xl\:p-3\/2 {
    padding: 150%;
  }

  .xl\:p-2\/1 {
    padding: 200%;
  }

  .xl\:p-3\/1 {
    padding: 300%;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:py-88 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .xl\:px-88 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xl\:px-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xl\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xl\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xl\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xl\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:py-2\/3 {
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .xl\:px-2\/3 {
    padding-left: 66%;
    padding-right: 66%;
  }

  .xl\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-1\/3 {
    padding-top: 33%;
    padding-bottom: 33%;
  }

  .xl\:px-1\/3 {
    padding-left: 33%;
    padding-right: 33%;
  }

  .xl\:py-1\/6 {
    padding-top: 16.66667%;
    padding-bottom: 16.66667%;
  }

  .xl\:px-1\/6 {
    padding-left: 16.66667%;
    padding-right: 16.66667%;
  }

  .xl\:py-5\/6 {
    padding-top: 83.33333%;
    padding-bottom: 83.33333%;
  }

  .xl\:px-5\/6 {
    padding-left: 83.33333%;
    padding-right: 83.33333%;
  }

  .xl\:py-4\/3 {
    padding-top: 133.33333%;
    padding-bottom: 133.33333%;
  }

  .xl\:px-4\/3 {
    padding-left: 133.33333%;
    padding-right: 133.33333%;
  }

  .xl\:py-5\/4 {
    padding-top: 125%;
    padding-bottom: 125%;
  }

  .xl\:px-5\/4 {
    padding-left: 125%;
    padding-right: 125%;
  }

  .xl\:py-7\/5 {
    padding-top: 142%;
    padding-bottom: 142%;
  }

  .xl\:px-7\/5 {
    padding-left: 142%;
    padding-right: 142%;
  }

  .xl\:py-3\/2 {
    padding-top: 150%;
    padding-bottom: 150%;
  }

  .xl\:px-3\/2 {
    padding-left: 150%;
    padding-right: 150%;
  }

  .xl\:py-2\/1 {
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .xl\:px-2\/1 {
    padding-left: 200%;
    padding-right: 200%;
  }

  .xl\:py-3\/1 {
    padding-top: 300%;
    padding-bottom: 300%;
  }

  .xl\:px-3\/1 {
    padding-left: 300%;
    padding-right: 300%;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: .25rem;
  }

  .xl\:pr-1 {
    padding-right: .25rem;
  }

  .xl\:pb-1 {
    padding-bottom: .25rem;
  }

  .xl\:pl-1 {
    padding-left: .25rem;
  }

  .xl\:pt-2 {
    padding-top: .5rem;
  }

  .xl\:pr-2 {
    padding-right: .5rem;
  }

  .xl\:pb-2 {
    padding-bottom: .5rem;
  }

  .xl\:pl-2 {
    padding-left: .5rem;
  }

  .xl\:pt-3 {
    padding-top: .75rem;
  }

  .xl\:pr-3 {
    padding-right: .75rem;
  }

  .xl\:pb-3 {
    padding-bottom: .75rem;
  }

  .xl\:pl-3 {
    padding-left: .75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pt-80 {
    padding-top: 20rem;
  }

  .xl\:pr-80 {
    padding-right: 20rem;
  }

  .xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .xl\:pl-80 {
    padding-left: 20rem;
  }

  .xl\:pt-88 {
    padding-top: 22rem;
  }

  .xl\:pr-88 {
    padding-right: 22rem;
  }

  .xl\:pb-88 {
    padding-bottom: 22rem;
  }

  .xl\:pl-88 {
    padding-left: 22rem;
  }

  .xl\:pt-96 {
    padding-top: 24rem;
  }

  .xl\:pr-96 {
    padding-right: 24rem;
  }

  .xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .xl\:pl-96 {
    padding-left: 24rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pt-100px {
    padding-top: 100px;
  }

  .xl\:pr-100px {
    padding-right: 100px;
  }

  .xl\:pb-100px {
    padding-bottom: 100px;
  }

  .xl\:pl-100px {
    padding-left: 100px;
  }

  .xl\:pt-1\/1 {
    padding-top: 100%;
  }

  .xl\:pr-1\/1 {
    padding-right: 100%;
  }

  .xl\:pb-1\/1 {
    padding-bottom: 100%;
  }

  .xl\:pl-1\/1 {
    padding-left: 100%;
  }

  .xl\:pt-3\/4 {
    padding-top: 75%;
  }

  .xl\:pr-3\/4 {
    padding-right: 75%;
  }

  .xl\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .xl\:pl-3\/4 {
    padding-left: 75%;
  }

  .xl\:pt-4\/5 {
    padding-top: 80%;
  }

  .xl\:pr-4\/5 {
    padding-right: 80%;
  }

  .xl\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .xl\:pl-4\/5 {
    padding-left: 80%;
  }

  .xl\:pt-2\/3 {
    padding-top: 66%;
  }

  .xl\:pr-2\/3 {
    padding-right: 66%;
  }

  .xl\:pb-2\/3 {
    padding-bottom: 66%;
  }

  .xl\:pl-2\/3 {
    padding-left: 66%;
  }

  .xl\:pt-1\/2 {
    padding-top: 50%;
  }

  .xl\:pr-1\/2 {
    padding-right: 50%;
  }

  .xl\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .xl\:pl-1\/2 {
    padding-left: 50%;
  }

  .xl\:pt-1\/3 {
    padding-top: 33%;
  }

  .xl\:pr-1\/3 {
    padding-right: 33%;
  }

  .xl\:pb-1\/3 {
    padding-bottom: 33%;
  }

  .xl\:pl-1\/3 {
    padding-left: 33%;
  }

  .xl\:pt-1\/6 {
    padding-top: 16.66667%;
  }

  .xl\:pr-1\/6 {
    padding-right: 16.66667%;
  }

  .xl\:pb-1\/6 {
    padding-bottom: 16.66667%;
  }

  .xl\:pl-1\/6 {
    padding-left: 16.66667%;
  }

  .xl\:pt-5\/6 {
    padding-top: 83.33333%;
  }

  .xl\:pr-5\/6 {
    padding-right: 83.33333%;
  }

  .xl\:pb-5\/6 {
    padding-bottom: 83.33333%;
  }

  .xl\:pl-5\/6 {
    padding-left: 83.33333%;
  }

  .xl\:pt-4\/3 {
    padding-top: 133.33333%;
  }

  .xl\:pr-4\/3 {
    padding-right: 133.33333%;
  }

  .xl\:pb-4\/3 {
    padding-bottom: 133.33333%;
  }

  .xl\:pl-4\/3 {
    padding-left: 133.33333%;
  }

  .xl\:pt-5\/4 {
    padding-top: 125%;
  }

  .xl\:pr-5\/4 {
    padding-right: 125%;
  }

  .xl\:pb-5\/4 {
    padding-bottom: 125%;
  }

  .xl\:pl-5\/4 {
    padding-left: 125%;
  }

  .xl\:pt-7\/5 {
    padding-top: 142%;
  }

  .xl\:pr-7\/5 {
    padding-right: 142%;
  }

  .xl\:pb-7\/5 {
    padding-bottom: 142%;
  }

  .xl\:pl-7\/5 {
    padding-left: 142%;
  }

  .xl\:pt-3\/2 {
    padding-top: 150%;
  }

  .xl\:pr-3\/2 {
    padding-right: 150%;
  }

  .xl\:pb-3\/2 {
    padding-bottom: 150%;
  }

  .xl\:pl-3\/2 {
    padding-left: 150%;
  }

  .xl\:pt-2\/1 {
    padding-top: 200%;
  }

  .xl\:pr-2\/1 {
    padding-right: 200%;
  }

  .xl\:pb-2\/1 {
    padding-bottom: 200%;
  }

  .xl\:pl-2\/1 {
    padding-left: 200%;
  }

  .xl\:pt-3\/1 {
    padding-top: 300%;
  }

  .xl\:pr-3\/1 {
    padding-right: 300%;
  }

  .xl\:pb-3\/1 {
    padding-bottom: 300%;
  }

  .xl\:pl-3\/1 {
    padding-left: 300%;
  }

  .xl\:hover\:p-0:hover {
    padding: 0;
  }

  .xl\:hover\:p-1:hover {
    padding: .25rem;
  }

  .xl\:hover\:p-2:hover {
    padding: .5rem;
  }

  .xl\:hover\:p-3:hover {
    padding: .75rem;
  }

  .xl\:hover\:p-4:hover {
    padding: 1rem;
  }

  .xl\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .xl\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .xl\:hover\:p-8:hover {
    padding: 2rem;
  }

  .xl\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .xl\:hover\:p-12:hover {
    padding: 3rem;
  }

  .xl\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .xl\:hover\:p-16:hover {
    padding: 4rem;
  }

  .xl\:hover\:p-20:hover {
    padding: 5rem;
  }

  .xl\:hover\:p-24:hover {
    padding: 6rem;
  }

  .xl\:hover\:p-28:hover {
    padding: 7rem;
  }

  .xl\:hover\:p-32:hover {
    padding: 8rem;
  }

  .xl\:hover\:p-48:hover {
    padding: 12rem;
  }

  .xl\:hover\:p-64:hover {
    padding: 16rem;
  }

  .xl\:hover\:p-80:hover {
    padding: 20rem;
  }

  .xl\:hover\:p-88:hover {
    padding: 22rem;
  }

  .xl\:hover\:p-96:hover {
    padding: 24rem;
  }

  .xl\:hover\:p-px:hover {
    padding: 1px;
  }

  .xl\:hover\:p-100px:hover {
    padding: 100px;
  }

  .xl\:hover\:p-1\/1:hover {
    padding: 100%;
  }

  .xl\:hover\:p-3\/4:hover {
    padding: 75%;
  }

  .xl\:hover\:p-4\/5:hover {
    padding: 80%;
  }

  .xl\:hover\:p-2\/3:hover {
    padding: 66%;
  }

  .xl\:hover\:p-1\/2:hover {
    padding: 50%;
  }

  .xl\:hover\:p-1\/3:hover {
    padding: 33%;
  }

  .xl\:hover\:p-1\/6:hover {
    padding: 16.66667%;
  }

  .xl\:hover\:p-5\/6:hover {
    padding: 83.33333%;
  }

  .xl\:hover\:p-4\/3:hover {
    padding: 133.33333%;
  }

  .xl\:hover\:p-5\/4:hover {
    padding: 125%;
  }

  .xl\:hover\:p-7\/5:hover {
    padding: 142%;
  }

  .xl\:hover\:p-3\/2:hover {
    padding: 150%;
  }

  .xl\:hover\:p-2\/1:hover {
    padding: 200%;
  }

  .xl\:hover\:p-3\/1:hover {
    padding: 300%;
  }

  .xl\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:hover\:py-1:hover {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:hover\:px-1:hover {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:hover\:py-2:hover {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:hover\:px-2:hover {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:hover\:py-3:hover {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:hover\:px-3:hover {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:hover\:py-88:hover {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .xl\:hover\:px-88:hover {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .xl\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:hover\:py-100px:hover {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xl\:hover\:px-100px:hover {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl\:hover\:py-1\/1:hover {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xl\:hover\:px-1\/1:hover {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xl\:hover\:py-3\/4:hover {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xl\:hover\:px-3\/4:hover {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xl\:hover\:py-4\/5:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:hover\:px-4\/5:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:hover\:py-2\/3:hover {
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .xl\:hover\:px-2\/3:hover {
    padding-left: 66%;
    padding-right: 66%;
  }

  .xl\:hover\:py-1\/2:hover {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:hover\:px-1\/2:hover {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:hover\:py-1\/3:hover {
    padding-top: 33%;
    padding-bottom: 33%;
  }

  .xl\:hover\:px-1\/3:hover {
    padding-left: 33%;
    padding-right: 33%;
  }

  .xl\:hover\:py-1\/6:hover {
    padding-top: 16.66667%;
    padding-bottom: 16.66667%;
  }

  .xl\:hover\:px-1\/6:hover {
    padding-left: 16.66667%;
    padding-right: 16.66667%;
  }

  .xl\:hover\:py-5\/6:hover {
    padding-top: 83.33333%;
    padding-bottom: 83.33333%;
  }

  .xl\:hover\:px-5\/6:hover {
    padding-left: 83.33333%;
    padding-right: 83.33333%;
  }

  .xl\:hover\:py-4\/3:hover {
    padding-top: 133.33333%;
    padding-bottom: 133.33333%;
  }

  .xl\:hover\:px-4\/3:hover {
    padding-left: 133.33333%;
    padding-right: 133.33333%;
  }

  .xl\:hover\:py-5\/4:hover {
    padding-top: 125%;
    padding-bottom: 125%;
  }

  .xl\:hover\:px-5\/4:hover {
    padding-left: 125%;
    padding-right: 125%;
  }

  .xl\:hover\:py-7\/5:hover {
    padding-top: 142%;
    padding-bottom: 142%;
  }

  .xl\:hover\:px-7\/5:hover {
    padding-left: 142%;
    padding-right: 142%;
  }

  .xl\:hover\:py-3\/2:hover {
    padding-top: 150%;
    padding-bottom: 150%;
  }

  .xl\:hover\:px-3\/2:hover {
    padding-left: 150%;
    padding-right: 150%;
  }

  .xl\:hover\:py-2\/1:hover {
    padding-top: 200%;
    padding-bottom: 200%;
  }

  .xl\:hover\:px-2\/1:hover {
    padding-left: 200%;
    padding-right: 200%;
  }

  .xl\:hover\:py-3\/1:hover {
    padding-top: 300%;
    padding-bottom: 300%;
  }

  .xl\:hover\:px-3\/1:hover {
    padding-left: 300%;
    padding-right: 300%;
  }

  .xl\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .xl\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .xl\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .xl\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .xl\:hover\:pt-1:hover {
    padding-top: .25rem;
  }

  .xl\:hover\:pr-1:hover {
    padding-right: .25rem;
  }

  .xl\:hover\:pb-1:hover {
    padding-bottom: .25rem;
  }

  .xl\:hover\:pl-1:hover {
    padding-left: .25rem;
  }

  .xl\:hover\:pt-2:hover {
    padding-top: .5rem;
  }

  .xl\:hover\:pr-2:hover {
    padding-right: .5rem;
  }

  .xl\:hover\:pb-2:hover {
    padding-bottom: .5rem;
  }

  .xl\:hover\:pl-2:hover {
    padding-left: .5rem;
  }

  .xl\:hover\:pt-3:hover {
    padding-top: .75rem;
  }

  .xl\:hover\:pr-3:hover {
    padding-right: .75rem;
  }

  .xl\:hover\:pb-3:hover {
    padding-bottom: .75rem;
  }

  .xl\:hover\:pl-3:hover {
    padding-left: .75rem;
  }

  .xl\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .xl\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .xl\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .xl\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .xl\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .xl\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .xl\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .xl\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .xl\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .xl\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .xl\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .xl\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .xl\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .xl\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .xl\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .xl\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .xl\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .xl\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .xl\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .xl\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .xl\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .xl\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .xl\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .xl\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .xl\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .xl\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .xl\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .xl\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .xl\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .xl\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .xl\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .xl\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .xl\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .xl\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .xl\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .xl\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .xl\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .xl\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .xl\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .xl\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .xl\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .xl\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .xl\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .xl\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .xl\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .xl\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .xl\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .xl\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .xl\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .xl\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .xl\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .xl\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .xl\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .xl\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .xl\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .xl\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .xl\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .xl\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .xl\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .xl\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .xl\:hover\:pt-88:hover {
    padding-top: 22rem;
  }

  .xl\:hover\:pr-88:hover {
    padding-right: 22rem;
  }

  .xl\:hover\:pb-88:hover {
    padding-bottom: 22rem;
  }

  .xl\:hover\:pl-88:hover {
    padding-left: 22rem;
  }

  .xl\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .xl\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .xl\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .xl\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .xl\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .xl\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .xl\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .xl\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .xl\:hover\:pt-100px:hover {
    padding-top: 100px;
  }

  .xl\:hover\:pr-100px:hover {
    padding-right: 100px;
  }

  .xl\:hover\:pb-100px:hover {
    padding-bottom: 100px;
  }

  .xl\:hover\:pl-100px:hover {
    padding-left: 100px;
  }

  .xl\:hover\:pt-1\/1:hover {
    padding-top: 100%;
  }

  .xl\:hover\:pr-1\/1:hover {
    padding-right: 100%;
  }

  .xl\:hover\:pb-1\/1:hover {
    padding-bottom: 100%;
  }

  .xl\:hover\:pl-1\/1:hover {
    padding-left: 100%;
  }

  .xl\:hover\:pt-3\/4:hover {
    padding-top: 75%;
  }

  .xl\:hover\:pr-3\/4:hover {
    padding-right: 75%;
  }

  .xl\:hover\:pb-3\/4:hover {
    padding-bottom: 75%;
  }

  .xl\:hover\:pl-3\/4:hover {
    padding-left: 75%;
  }

  .xl\:hover\:pt-4\/5:hover {
    padding-top: 80%;
  }

  .xl\:hover\:pr-4\/5:hover {
    padding-right: 80%;
  }

  .xl\:hover\:pb-4\/5:hover {
    padding-bottom: 80%;
  }

  .xl\:hover\:pl-4\/5:hover {
    padding-left: 80%;
  }

  .xl\:hover\:pt-2\/3:hover {
    padding-top: 66%;
  }

  .xl\:hover\:pr-2\/3:hover {
    padding-right: 66%;
  }

  .xl\:hover\:pb-2\/3:hover {
    padding-bottom: 66%;
  }

  .xl\:hover\:pl-2\/3:hover {
    padding-left: 66%;
  }

  .xl\:hover\:pt-1\/2:hover {
    padding-top: 50%;
  }

  .xl\:hover\:pr-1\/2:hover {
    padding-right: 50%;
  }

  .xl\:hover\:pb-1\/2:hover {
    padding-bottom: 50%;
  }

  .xl\:hover\:pl-1\/2:hover {
    padding-left: 50%;
  }

  .xl\:hover\:pt-1\/3:hover {
    padding-top: 33%;
  }

  .xl\:hover\:pr-1\/3:hover {
    padding-right: 33%;
  }

  .xl\:hover\:pb-1\/3:hover {
    padding-bottom: 33%;
  }

  .xl\:hover\:pl-1\/3:hover {
    padding-left: 33%;
  }

  .xl\:hover\:pt-1\/6:hover {
    padding-top: 16.66667%;
  }

  .xl\:hover\:pr-1\/6:hover {
    padding-right: 16.66667%;
  }

  .xl\:hover\:pb-1\/6:hover {
    padding-bottom: 16.66667%;
  }

  .xl\:hover\:pl-1\/6:hover {
    padding-left: 16.66667%;
  }

  .xl\:hover\:pt-5\/6:hover {
    padding-top: 83.33333%;
  }

  .xl\:hover\:pr-5\/6:hover {
    padding-right: 83.33333%;
  }

  .xl\:hover\:pb-5\/6:hover {
    padding-bottom: 83.33333%;
  }

  .xl\:hover\:pl-5\/6:hover {
    padding-left: 83.33333%;
  }

  .xl\:hover\:pt-4\/3:hover {
    padding-top: 133.33333%;
  }

  .xl\:hover\:pr-4\/3:hover {
    padding-right: 133.33333%;
  }

  .xl\:hover\:pb-4\/3:hover {
    padding-bottom: 133.33333%;
  }

  .xl\:hover\:pl-4\/3:hover {
    padding-left: 133.33333%;
  }

  .xl\:hover\:pt-5\/4:hover {
    padding-top: 125%;
  }

  .xl\:hover\:pr-5\/4:hover {
    padding-right: 125%;
  }

  .xl\:hover\:pb-5\/4:hover {
    padding-bottom: 125%;
  }

  .xl\:hover\:pl-5\/4:hover {
    padding-left: 125%;
  }

  .xl\:hover\:pt-7\/5:hover {
    padding-top: 142%;
  }

  .xl\:hover\:pr-7\/5:hover {
    padding-right: 142%;
  }

  .xl\:hover\:pb-7\/5:hover {
    padding-bottom: 142%;
  }

  .xl\:hover\:pl-7\/5:hover {
    padding-left: 142%;
  }

  .xl\:hover\:pt-3\/2:hover {
    padding-top: 150%;
  }

  .xl\:hover\:pr-3\/2:hover {
    padding-right: 150%;
  }

  .xl\:hover\:pb-3\/2:hover {
    padding-bottom: 150%;
  }

  .xl\:hover\:pl-3\/2:hover {
    padding-left: 150%;
  }

  .xl\:hover\:pt-2\/1:hover {
    padding-top: 200%;
  }

  .xl\:hover\:pr-2\/1:hover {
    padding-right: 200%;
  }

  .xl\:hover\:pb-2\/1:hover {
    padding-bottom: 200%;
  }

  .xl\:hover\:pl-2\/1:hover {
    padding-left: 200%;
  }

  .xl\:hover\:pt-3\/1:hover {
    padding-top: 300%;
  }

  .xl\:hover\:pr-3\/1:hover {
    padding-right: 300%;
  }

  .xl\:hover\:pb-3\/1:hover {
    padding-bottom: 300%;
  }

  .xl\:hover\:pl-3\/1:hover {
    padding-left: 300%;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:pin-x {
    right: 0;
    left: 0;
  }

  .xl\:pin-t {
    top: 0;
  }

  .xl\:pin-r {
    right: 0;
  }

  .xl\:pin-b {
    bottom: 0;
  }

  .xl\:pin-l {
    left: 0;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xl\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .group:hover .xl\:group-hover\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .group:hover .xl\:group-hover\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .xl\:group-hover\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .xl\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .group:hover .xl\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .group:hover .xl\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-inherit {
    color: inherit;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black {
    color: #202020;
  }

  .xl\:text-grey-darkest {
    color: #373a3d;
  }

  .xl\:text-grey-darker {
    color: #6e747a;
  }

  .xl\:text-grey-dark {
    color: #a6afb8;
  }

  .xl\:text-grey {
    color: #b8c2cc;
  }

  .xl\:text-grey-light {
    color: #cdd4db;
  }

  .xl\:text-grey-lighter {
    color: #e3e7eb;
  }

  .xl\:text-grey-lightest {
    color: #fafafa;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-red-darkest {
    color: #3b0d0c;
  }

  .xl\:text-red-darker {
    color: #621b18;
  }

  .xl\:text-red-dark {
    color: #cc1f1a;
  }

  .xl\:text-red {
    color: #e3342f;
  }

  .xl\:text-red-light {
    color: #ef5753;
  }

  .xl\:text-red-lighter {
    color: #f9acaa;
  }

  .xl\:text-red-lightest {
    color: #fcebea;
  }

  .xl\:text-blue-darkest {
    color: #12283a;
  }

  .xl\:text-blue-darker {
    color: #1c3d5a;
  }

  .xl\:text-blue-dark {
    color: #2779bd;
  }

  .xl\:text-blue {
    color: #00448a;
  }

  .xl\:text-blue-light {
    color: #6cb2eb;
  }

  .xl\:text-blue-lighter {
    color: #bcdefa;
  }

  .xl\:text-blue-lightest {
    color: #eff8ff;
  }

  .xl\:text-beige-darkest {
    color: #474543;
  }

  .xl\:text-beige-darker {
    color: #8d8a86;
  }

  .xl\:text-beige-dark {
    color: #d4cfc9;
  }

  .xl\:text-beige {
    color: #ebe6df;
  }

  .xl\:text-beige-light {
    color: #f1eee9;
  }

  .xl\:text-beige-lighter {
    color: #f7f5f2;
  }

  .xl\:text-beige-lightest {
    color: #fdfdfc;
  }

  .xl\:text-green-darkest {
    color: #1c3630;
  }

  .xl\:text-green-darker {
    color: #376b60;
  }

  .xl\:text-green-dark {
    color: #53a190;
  }

  .xl\:text-green {
    color: #5cb3a0;
  }

  .xl\:text-green-light {
    color: #8dcabd;
  }

  .xl\:text-green-lighter {
    color: #bee1d9;
  }

  .xl\:text-green-lightest {
    color: #eff7f6;
  }

  .xl\:text-chioscored-darkest {
    color: #2e0d13;
  }

  .xl\:text-chioscored-darker {
    color: #5b1a26;
  }

  .xl\:text-chioscored-dark {
    color: #89283a;
  }

  .xl\:text-chioscored {
    color: #982c40;
  }

  .xl\:text-chioscored-light {
    color: #b76b79;
  }

  .xl\:text-chioscored-lighter {
    color: #d6abb3;
  }

  .xl\:text-chioscored-lightest {
    color: #f5eaec;
  }

  .xl\:text-body {
    color: #808080;
  }

  .xl\:text-navbar {
    color: #a5b6c6;
  }

  .xl\:hover\:text-inherit:hover {
    color: inherit;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black:hover {
    color: #202020;
  }

  .xl\:hover\:text-grey-darkest:hover {
    color: #373a3d;
  }

  .xl\:hover\:text-grey-darker:hover {
    color: #6e747a;
  }

  .xl\:hover\:text-grey-dark:hover {
    color: #a6afb8;
  }

  .xl\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .xl\:hover\:text-grey-light:hover {
    color: #cdd4db;
  }

  .xl\:hover\:text-grey-lighter:hover {
    color: #e3e7eb;
  }

  .xl\:hover\:text-grey-lightest:hover {
    color: #fafafa;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }

  .xl\:hover\:text-red-darker:hover {
    color: #621b18;
  }

  .xl\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }

  .xl\:hover\:text-red:hover {
    color: #e3342f;
  }

  .xl\:hover\:text-red-light:hover {
    color: #ef5753;
  }

  .xl\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }

  .xl\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }

  .xl\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }

  .xl\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }

  .xl\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }

  .xl\:hover\:text-blue:hover {
    color: #00448a;
  }

  .xl\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }

  .xl\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }

  .xl\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }

  .xl\:hover\:text-beige-darkest:hover {
    color: #474543;
  }

  .xl\:hover\:text-beige-darker:hover {
    color: #8d8a86;
  }

  .xl\:hover\:text-beige-dark:hover {
    color: #d4cfc9;
  }

  .xl\:hover\:text-beige:hover {
    color: #ebe6df;
  }

  .xl\:hover\:text-beige-light:hover {
    color: #f1eee9;
  }

  .xl\:hover\:text-beige-lighter:hover {
    color: #f7f5f2;
  }

  .xl\:hover\:text-beige-lightest:hover {
    color: #fdfdfc;
  }

  .xl\:hover\:text-green-darkest:hover {
    color: #1c3630;
  }

  .xl\:hover\:text-green-darker:hover {
    color: #376b60;
  }

  .xl\:hover\:text-green-dark:hover {
    color: #53a190;
  }

  .xl\:hover\:text-green:hover {
    color: #5cb3a0;
  }

  .xl\:hover\:text-green-light:hover {
    color: #8dcabd;
  }

  .xl\:hover\:text-green-lighter:hover {
    color: #bee1d9;
  }

  .xl\:hover\:text-green-lightest:hover {
    color: #eff7f6;
  }

  .xl\:hover\:text-chioscored-darkest:hover {
    color: #2e0d13;
  }

  .xl\:hover\:text-chioscored-darker:hover {
    color: #5b1a26;
  }

  .xl\:hover\:text-chioscored-dark:hover {
    color: #89283a;
  }

  .xl\:hover\:text-chioscored:hover {
    color: #982c40;
  }

  .xl\:hover\:text-chioscored-light:hover {
    color: #b76b79;
  }

  .xl\:hover\:text-chioscored-lighter:hover {
    color: #d6abb3;
  }

  .xl\:hover\:text-chioscored-lightest:hover {
    color: #f5eaec;
  }

  .xl\:hover\:text-body:hover {
    color: #808080;
  }

  .xl\:hover\:text-navbar:hover {
    color: #a5b6c6;
  }

  .xl\:focus\:text-inherit:focus {
    color: inherit;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-black:focus {
    color: #202020;
  }

  .xl\:focus\:text-grey-darkest:focus {
    color: #373a3d;
  }

  .xl\:focus\:text-grey-darker:focus {
    color: #6e747a;
  }

  .xl\:focus\:text-grey-dark:focus {
    color: #a6afb8;
  }

  .xl\:focus\:text-grey:focus {
    color: #b8c2cc;
  }

  .xl\:focus\:text-grey-light:focus {
    color: #cdd4db;
  }

  .xl\:focus\:text-grey-lighter:focus {
    color: #e3e7eb;
  }

  .xl\:focus\:text-grey-lightest:focus {
    color: #fafafa;
  }

  .xl\:focus\:text-white:focus {
    color: #fff;
  }

  .xl\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }

  .xl\:focus\:text-red-darker:focus {
    color: #621b18;
  }

  .xl\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }

  .xl\:focus\:text-red:focus {
    color: #e3342f;
  }

  .xl\:focus\:text-red-light:focus {
    color: #ef5753;
  }

  .xl\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }

  .xl\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }

  .xl\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }

  .xl\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }

  .xl\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }

  .xl\:focus\:text-blue:focus {
    color: #00448a;
  }

  .xl\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }

  .xl\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }

  .xl\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }

  .xl\:focus\:text-beige-darkest:focus {
    color: #474543;
  }

  .xl\:focus\:text-beige-darker:focus {
    color: #8d8a86;
  }

  .xl\:focus\:text-beige-dark:focus {
    color: #d4cfc9;
  }

  .xl\:focus\:text-beige:focus {
    color: #ebe6df;
  }

  .xl\:focus\:text-beige-light:focus {
    color: #f1eee9;
  }

  .xl\:focus\:text-beige-lighter:focus {
    color: #f7f5f2;
  }

  .xl\:focus\:text-beige-lightest:focus {
    color: #fdfdfc;
  }

  .xl\:focus\:text-green-darkest:focus {
    color: #1c3630;
  }

  .xl\:focus\:text-green-darker:focus {
    color: #376b60;
  }

  .xl\:focus\:text-green-dark:focus {
    color: #53a190;
  }

  .xl\:focus\:text-green:focus {
    color: #5cb3a0;
  }

  .xl\:focus\:text-green-light:focus {
    color: #8dcabd;
  }

  .xl\:focus\:text-green-lighter:focus {
    color: #bee1d9;
  }

  .xl\:focus\:text-green-lightest:focus {
    color: #eff7f6;
  }

  .xl\:focus\:text-chioscored-darkest:focus {
    color: #2e0d13;
  }

  .xl\:focus\:text-chioscored-darker:focus {
    color: #5b1a26;
  }

  .xl\:focus\:text-chioscored-dark:focus {
    color: #89283a;
  }

  .xl\:focus\:text-chioscored:focus {
    color: #982c40;
  }

  .xl\:focus\:text-chioscored-light:focus {
    color: #b76b79;
  }

  .xl\:focus\:text-chioscored-lighter:focus {
    color: #d6abb3;
  }

  .xl\:focus\:text-chioscored-lightest:focus {
    color: #f5eaec;
  }

  .xl\:focus\:text-body:focus {
    color: #808080;
  }

  .xl\:focus\:text-navbar:focus {
    color: #a5b6c6;
  }

  .group:hover .xl\:group-hover\:text-inherit {
    color: inherit;
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-black {
    color: #202020;
  }

  .group:hover .xl\:group-hover\:text-grey-darkest {
    color: #373a3d;
  }

  .group:hover .xl\:group-hover\:text-grey-darker {
    color: #6e747a;
  }

  .group:hover .xl\:group-hover\:text-grey-dark {
    color: #a6afb8;
  }

  .group:hover .xl\:group-hover\:text-grey {
    color: #b8c2cc;
  }

  .group:hover .xl\:group-hover\:text-grey-light {
    color: #cdd4db;
  }

  .group:hover .xl\:group-hover\:text-grey-lighter {
    color: #e3e7eb;
  }

  .group:hover .xl\:group-hover\:text-grey-lightest {
    color: #fafafa;
  }

  .group:hover .xl\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .xl\:group-hover\:text-red-darkest {
    color: #3b0d0c;
  }

  .group:hover .xl\:group-hover\:text-red-darker {
    color: #621b18;
  }

  .group:hover .xl\:group-hover\:text-red-dark {
    color: #cc1f1a;
  }

  .group:hover .xl\:group-hover\:text-red {
    color: #e3342f;
  }

  .group:hover .xl\:group-hover\:text-red-light {
    color: #ef5753;
  }

  .group:hover .xl\:group-hover\:text-red-lighter {
    color: #f9acaa;
  }

  .group:hover .xl\:group-hover\:text-red-lightest {
    color: #fcebea;
  }

  .group:hover .xl\:group-hover\:text-blue-darkest {
    color: #12283a;
  }

  .group:hover .xl\:group-hover\:text-blue-darker {
    color: #1c3d5a;
  }

  .group:hover .xl\:group-hover\:text-blue-dark {
    color: #2779bd;
  }

  .group:hover .xl\:group-hover\:text-blue {
    color: #00448a;
  }

  .group:hover .xl\:group-hover\:text-blue-light {
    color: #6cb2eb;
  }

  .group:hover .xl\:group-hover\:text-blue-lighter {
    color: #bcdefa;
  }

  .group:hover .xl\:group-hover\:text-blue-lightest {
    color: #eff8ff;
  }

  .group:hover .xl\:group-hover\:text-beige-darkest {
    color: #474543;
  }

  .group:hover .xl\:group-hover\:text-beige-darker {
    color: #8d8a86;
  }

  .group:hover .xl\:group-hover\:text-beige-dark {
    color: #d4cfc9;
  }

  .group:hover .xl\:group-hover\:text-beige {
    color: #ebe6df;
  }

  .group:hover .xl\:group-hover\:text-beige-light {
    color: #f1eee9;
  }

  .group:hover .xl\:group-hover\:text-beige-lighter {
    color: #f7f5f2;
  }

  .group:hover .xl\:group-hover\:text-beige-lightest {
    color: #fdfdfc;
  }

  .group:hover .xl\:group-hover\:text-green-darkest {
    color: #1c3630;
  }

  .group:hover .xl\:group-hover\:text-green-darker {
    color: #376b60;
  }

  .group:hover .xl\:group-hover\:text-green-dark {
    color: #53a190;
  }

  .group:hover .xl\:group-hover\:text-green {
    color: #5cb3a0;
  }

  .group:hover .xl\:group-hover\:text-green-light {
    color: #8dcabd;
  }

  .group:hover .xl\:group-hover\:text-green-lighter {
    color: #bee1d9;
  }

  .group:hover .xl\:group-hover\:text-green-lightest {
    color: #eff7f6;
  }

  .group:hover .xl\:group-hover\:text-chioscored-darkest {
    color: #2e0d13;
  }

  .group:hover .xl\:group-hover\:text-chioscored-darker {
    color: #5b1a26;
  }

  .group:hover .xl\:group-hover\:text-chioscored-dark {
    color: #89283a;
  }

  .group:hover .xl\:group-hover\:text-chioscored {
    color: #982c40;
  }

  .group:hover .xl\:group-hover\:text-chioscored-light {
    color: #b76b79;
  }

  .group:hover .xl\:group-hover\:text-chioscored-lighter {
    color: #d6abb3;
  }

  .group:hover .xl\:group-hover\:text-chioscored-lightest {
    color: #f5eaec;
  }

  .group:hover .xl\:group-hover\:text-body {
    color: #808080;
  }

  .group:hover .xl\:group-hover\:text-navbar {
    color: #a5b6c6;
  }

  .xl\:text-xs {
    font-size: .75rem;
  }

  .xl\:text-sm {
    font-size: .875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.7rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-6xl {
    font-size: 4rem;
  }

  .xl\:text-7xl {
    font-size: 5rem;
  }

  .xl\:text-title-sm {
    font-size: 2rem;
  }

  .xl\:text-title {
    font-size: 2.5rem;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:roman {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:italic:hover {
    font-style: italic;
  }

  .xl\:hover\:roman:hover {
    font-style: normal;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:focus\:italic:focus {
    font-style: italic;
  }

  .xl\:focus\:roman:focus {
    font-style: normal;
  }

  .xl\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .xl\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .xl\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .xl\:focus\:normal-case:focus {
    text-transform: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .xl\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .xl\:group-hover\:roman {
    font-style: normal;
  }

  .group:hover .xl\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .xl\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .xl\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .xl\:group-hover\:normal-case {
    text-transform: none;
  }

  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none;
  }

  .group:hover .xl\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .xl\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-words {
    word-wrap: break-word;
  }

  .xl\:break-normal {
    word-wrap: normal;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-1 {
    width: .25rem;
  }

  .xl\:w-2 {
    width: .5rem;
  }

  .xl\:w-3 {
    width: .75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-100px {
    width: 100px;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-1 {
    z-index: 1;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }
}
