@charset "UTF-8";

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */

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

/**
 * 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: hsla(210, 3%, 75%, 1);
}

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

/**
 * Temporary reset for a change introduced in Chrome 62 but now reverted.
 *
 * We can remove this when the reversion is in a normal Chrome release.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  border-radius: 0;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

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

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

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

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

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

/*
|--------------------------------------------------------------------------
| Main
|
| This is the main scss file that pulls in all the other files.
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Vendor files
|
| Try and use NPM to manage all vendor files if possible.
|--------------------------------------------------------------------------
*/

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
       screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
            transform: scale(.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
            transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
|--------------------------------------------------------------------------
| Mixins
|
|
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Aspect Ratio
|
| Use for images and iframes to work with a fluid width and set height.
| This is pulled directly from http://getbootstrap.com
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| EM
|
| Function for calcuating pixels to ems quickly.
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Transitions
|
| Each transitions should be saved in it’s own file.
|--------------------------------------------------------------------------
*/

/* No files to import found in transitions//* */

/*
|--------------------------------------------------------------------------
| Extends
|
| Objects that can be extended for use inside of blocks
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| List Clean
|
| Pull this into blocks and elements as needed. Cleans default styling
| for lists.
|--------------------------------------------------------------------------
*/

.contact-form__field-list,
.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
|--------------------------------------------------------------------------
| Base
|
| Basic building blocks, these are similar to blocks, but used more
| globally.
|--------------------------------------------------------------------------
*/

body {
  margin: 0 auto;
  padding-top: 50px;
}

@media (min-width: 768px) {
  body {
    padding-top: 0;
  }
}

/*
|--------------------------------------------------------------------------
| Buttons
|
| Various button styles that can be used. Apply this class directly
| in HTML. Then BEM syntax can override if needed.
|
| Example:
|
| <div class="block">
|     <a class="block__button button" href=""></a>
| </div>
|
|--------------------------------------------------------------------------
*/

.btn {
  background-color: hsla(212, 10%, 32%, .8);
  color: hsla(210, 3%, 98%, 1);
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  letter-spacing: .05em;
  font-size: .875rem;
  line-height: 1.15;
}

.btn:hover {
  background-color: hsla(212, 10%, 32%, 1);
}

.btn-lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
}

.btn-peach {
  background-color: hsla(14, 87%, 63%, 1);
}

.btn-peach:hover {
  background-color: hsla(14, 90%, 59%, 1);
}

.btn-white {
  background-color: hsla(210, 3%, 98%, 1);
  color: hsla(210, 3%, 50%, 1);
}

.btn-white:hover {
  color: hsla(111, 21%, 56%, 1);
  background-color: hsla(210, 3%, 98%, 1);
}

.btn-green {
  background-color: hsla(111, 21%, 56%, 1);
}

.btn-green:hover {
  background-color: hsla(111, 23%, 555%, 1);
}

/* ==========================================================================
   Responsivie Debugging
   ========================================================================== */

body.development:after {
  bottom: 2px;
  position: fixed;
  right: 2px;
  z-index: 3000;
  padding: 2px 8px;
  background: #0d0d0d;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  opacity: .5;
  text-align: center;
  content: 'xs';
}

@media (min-width: 576px) {
  body.development:after {
    content: 'sm';
  }
}

@media (min-width: 768px) {
  body.development:after {
    content: 'md';
  }
}

@media (min-width: 992px) {
  body.development:after {
    content: 'lg';
  }
}

@media (min-width: 1200px) {
  body.development:after {
    content: 'xl';
  }
}

@media (min-width: 1600px) {
  body.development:after {
    content: 'xxl';
  }
}

@font-face {
  font-family: "Proxima Nova Web";
  src: url("../fonts/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix");
  src: url("../fonts/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix") format("eot"), url("../fonts/d9fe41ee-4904-4a11-ba11-b61cd3be767f.woff2") format("woff2"), url("../fonts/2fa30669-9bbd-4ced-912f-db94a367ed6c.woff") format("woff"), url("../fonts/c12b3ebb-3771-483f-a84a-ac63d615c28e.ttf") format("truetype"), url("../fonts/2a961063-ea56-4a4b-8cea-bdae32edb0e2.svg#2a961063-ea56-4a4b-8cea-bdae32edb0e2") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Web";
  src: url("../fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix");
  src: url("../fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix") format("eot"), url("../fonts/64017d81-9430-4cba-8219-8f5cc28b923e.woff2") format("woff2"), url("../fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff") format("woff"), url("../fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf") format("truetype"), url("../fonts/ab9cd062-380f-4b53-b1a7-c0bec7402235.svg#ab9cd062-380f-4b53-b1a7-c0bec7402235") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Web";
  src: url("../fonts/bc15a635-a09b-40d1-a5c4-70310166177d.eot?#iefix");
  src: url("../fonts/bc15a635-a09b-40d1-a5c4-70310166177d.eot?#iefix") format("eot"), url("../fonts/129d49d6-5492-4ed1-96f7-0528c6d53abc.woff2") format("woff2"), url("../fonts/9c69c878-2255-4027-8632-ed3635cddf45.woff") format("woff"), url("../fonts/b7eb3871-e910-4522-9982-effb425a2714.ttf") format("truetype"), url("../fonts/a0d89860-20e5-4bc0-b6c5-eae8ae0ebbbf.svg#a0d89860-20e5-4bc0-b6c5-eae8ae0ebbbf") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Proxima Nova Web";
  src: url("../fonts/87e4b4fc-cdf1-450a-8bed-dd818cba908d.eot?#iefix");
  src: url("../fonts/87e4b4fc-cdf1-450a-8bed-dd818cba908d.eot?#iefix") format("eot"), url("../fonts/ae47a7f5-89da-4879-b934-29722c3dd451.woff2") format("woff2"), url("../fonts/70ae52ec-d89b-4c6a-9402-854ebe423c54.woff") format("woff"), url("../fonts/6a35571c-ea14-4dac-9ae1-0e7af0abeec8.ttf") format("truetype"), url("../fonts/ac2bdafc-d4a8-49d0-8a10-4e2f16bf7e3c.svg#ac2bdafc-d4a8-49d0-8a10-4e2f16bf7e3c") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Web";
  src: url("../fonts/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix");
  src: url("../fonts/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix") format("eot"), url("../fonts/0d416408-95c6-4ad7-b08d-e60573d3b37d.woff2") format("woff2"), url("../fonts/d999c07b-a049-4eb5-b8a6-4f36ae25e67e.woff") format("woff"), url("../fonts/4d4a75f5-d32a-4a09-8665-133afd39cc37.ttf") format("truetype"), url("../fonts/8152bc4e-d700-4c78-b6be-326893e6f53f.svg#8152bc4e-d700-4c78-b6be-326893e6f53f") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Web";
  src: url("../fonts/cb0c3396-af1a-4c16-95aa-8085e21044c7.eot?#iefix");
  src: url("../fonts/cb0c3396-af1a-4c16-95aa-8085e21044c7.eot?#iefix") format("eot"), url("../fonts/a6315c03-b55d-42b0-8ed6-79060867137d.woff2") format("woff2"), url("../fonts/46d5674a-f287-4240-b87a-f207aeb83064.woff") format("woff"), url("../fonts/9bd640b2-9a56-4391-b213-767ae9c30ef4.ttf") format("truetype"), url("../fonts/1500822b-1abc-4461-81dd-b48cfcf99020.svg#1500822b-1abc-4461-81dd-b48cfcf99020") format("svg");
  font-weight: 700;
  font-style: italic;
}

html {
  background-color: hsla(210, 3%, 70%, 1);
}

/*
|--------------------------------------------------------------------------
| Icons
|
| Icons are generated using https://icomoon.io/app
| If you want to add more icons, you can generate a new set of font files
| from the icomoon app.
|--------------------------------------------------------------------------
*/

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?gkzt5b");
  src: url("../fonts/icomoon.eot?gkzt5b#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gkzt5b") format("truetype"), url("../fonts/icomoon.woff?gkzt5b") format("woff"), url("../fonts/icomoon.svg?gkzt5b#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/*
|--------------------------------------------------------------------------
| Links
|
| Basic link class that can be used across the site
|--------------------------------------------------------------------------
*/

a {
  transition: all .15s ease-out;
}

/*
|--------------------------------------------------------------------------
| Base Typography
|
| These styles are used to set a base style for all elements. Only use
| these properties here:
|
| color:
| font-family:
| font-size:
| line-height:
| margin:
|
|--------------------------------------------------------------------------
*/

body {
  font-size: 1rem;
  font-family: Proxima Web, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: hsla(210, 3%, 1%, 1);
  line-height: 1.55;
}

h1 {
  margin-bottom: .75rem;
  line-height: 1.15;
  font-size: calc(4vw + 30px);
}

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

h2 {
  font-size: 1.75rem;
  margin-bottom: .75rem;
}

h3 {
  font-size: 1.375rem;
  margin-bottom: .75rem;
}

h4,
h5,
h6 {
  font-size: .875rem;
  margin-bottom: .75rem;
}

p {
  margin-bottom: .75rem;
  line-height: 1.675;
}

small {
  font-size: .625rem;
}

.first-p-leadin p:first-child {
  font-size: 125%;
}

@media (min-width: 768px) {
  .article p,
  .article li {
    line-height: 1.75;
  }
}

.article ul,
.article ol {
  margin-top: 1.5em;
}

.article li {
  margin-bottom: .75em;
}

/*
|--------------------------------------------------------------------------
| Blocks
|
| Each block should be saved in it’s own file.
|--------------------------------------------------------------------------
*/

.careers-callout {
  width: 100%;
  color: #fff;
  text-align: center;
}

.careers-callout__link {
  text-decoration: none;
}

.careers-callout__link:hover,
.careers-callout__link:focus {
  outline: 0;
  text-decoration: none;
}

.careers-listing__link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

@media (min-width: 768px) {
  .careers-post__content p,
  .careers-post__content li {
    line-height: 1.75;
  }
}

.careers-post__content ul,
.careers-post__content ol {
  margin-bottom: 1.5em;
  margin-top: .75em;
}

.careers-post__content li {
  margin-bottom: .25em;
}

.careers-post__content h2,
.careers-post__content h3 {
  color: hsla(212, 10%, 32%, 1);
  margin-top: 2rem;
  margin-bottom: .25rem;
}

.careers-post__content strong {
  color: hsla(212, 10%, 32%, 1);
}

.contact-form__form {
  width: 100%;
}

.contact-form--two-columns .contact-form__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .contact-form--two-columns .contact-form__field-list {
    width: calc(50% - 40px);
  }
}

.contact-form__field-list {
  width: 100%;
}

.contact-form__form-group {
  position: relative;
  padding-top: 24px;
}

.contact-form__label {
  font-size: .625rem;
  left: 0;
  position: absolute;
  top: 12px;
  opacity: 0;
  transition: top .3s ease, opacity .3s ease;
  text-transform: uppercase;
}

.contact-form__label--select,
.contact-form__label--asset,
.contact-form__label--assets {
  opacity: 1;
  top: 10px;
  padding-right: 4px;
}

.contact-form__label--visible {
  background-color: hsla(210, 3%, 98%, 1);
  color: hsla(14, 87%, 63%, 1);
  opacity: 1;
  top: 10px;
  padding-right: 4px;
}

.contact-form__field,
.contact-form__select {
  padding-left: 0;
}

.contact-form__field {
  border-bottom-width: 1px;
  background-color: hsla(210, 3%, 98%, 1);
  margin-bottom: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  width: 100%;
}

.contact-form__field::-webkit-input-placeholder {
  color: inherit;
}

.contact-form__field:-ms-input-placeholder {
  color: inherit;
}

.contact-form__field::-ms-input-placeholder {
  color: inherit;
}

.contact-form__field::placeholder {
  color: inherit;
}

.contact-form__field:focus {
  border-bottom-width: 1px;
  outline: 0;
}

.contact-form__field--textarea {
  padding: 1rem;
  border-width: 1px;
  margin-bottom: 0;
  height: 210px;
}

.contact-form__submit {
  display: inline-block;
  width: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-form__field--comment {
  position: absolute;
  left: -1000000px;
  opacity: .001;
  height: 1px;
  width: 1px;
  padding: 0 !important;
  margin: 0;
}

.contact-form__errors {
  margin-bottom: 5px;
  padding: 10px;
  color: #fff;
}

.contact-form__errors p:last-child {
  margin-bottom: 0;
}

.contact-info__title {
  position: relative;
  width: 30px;
}

.contact-info__title--phone {
  top: 4px;
}

.contact-info__title--address {
  top: 2px;
  left: 3px;
}

.contact-info__data {
  margin-bottom: 20px;
  padding-left: 20px;
  width: calc(100% - 30px);
}

.design-step h5 {
  margin-bottom: 0;
  color: hsla(210, 3%, 70%, 1);
}

.design-step h2 {
  color: hsla(210, 3%, 30%, 1);
  font-weight: 300;
}

.design-step--1 h2 {
  color: hsla(14, 87%, 63%, 1);
}

.design-step--2 {
  background-image: url(../img/light-background@2x.png);
  background-size: cover;
}

.design-step--2 h2 {
  color: hsla(14, 87%, 63%, 1);
}

.design-step--3 h2 {
  color: hsla(111, 21%, 56%, 1);
}

.design-step--4 {
  background-color: hsla(212, 10%, 32%, 1);
  color: hsla(210, 3%, 98%, 1);
}

.design-step--4 h5 {
  color: hsla(210, 3%, 70%, 1);
}

.design-step--4 h2 {
  color: hsla(111, 21%, 56%, 1);
}

.design-step--5 h2 {
  color: hsla(14, 87%, 63%, 1);
}

.design-step--6 {
  color: hsla(210, 3%, 98%, 1);
  background-color: hsla(111, 21%, 56%, 1);
}

.design-step--6 h5 {
  color: hsla(210, 3%, 98%, 1);
}

.design-step--6 h2 {
  color: hsla(210, 3%, 98%, 1);
}

.footer-nav {
  width: 100%;
  text-align: center;
}

.footer-nav__list {
  text-align: center;
}

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

.gallery__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 4px;
}

@media (min-width: 768px) {
  .gallery__list {
    grid-gap: 12px;
  }
}

@media (min-width: 992px) {
  .gallery__list {
    grid-gap: 24px;
  }
}

.gallery__item {
  margin: 0;
  padding: 0;
}

.gallery__item--large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery__link {
  width: 100%;
  background-color: #fff;
}

.gallery__link:focus {
  outline: 0;
}

.gallery__image {
  height: auto;
  width: 100%;
}

.home-page-wrap {
  background-image: url(../img/large-logo-icon-grey.svg);
  background-position: calc(50% + 500px) 7%;
  background-repeat: no-repeat;
}

.homepage-brand-story {
  background-image: url(../img/light-background.png);
  background-size: cover;
}

.homepage-brand-story h2,
.homepage-brand-story h3 {
  color: hsla(111, 21%, 56%, 1);
}

.homepage-brand-story .btn {
  margin-top: 1rem;
}

.homepage-content {
  background-color: hsla(210, 3%, 98%, 1);
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .homepage-content {
    position: relative;
    z-index: 20;
    margin-top: -130px;
    padding-right: 4%;
    max-width: 368px;
    width: 38%;
  }

  .homepage-content:before {
    background-color: hsla(210, 3%, 98%, 1);
    left: -40px;
    position: absolute;
    right: -20px;
    top: -40px;
    content: '';
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .homepage-content {
    position: relative;
    left: 7.5%;
  }
}

@media (min-width: 1600px) {
  .homepage-content {
    left: 15.5%;
    max-width: 412px;
  }
}

.homepage-content * {
  position: relative;
  z-index: 2;
}

.homepage-content h2 {
  color: hsla(14, 87%, 63%, 1);
  line-height: 1.25;
}

.homepage-feature-projects {
  background-image: url(../img/dark-blue-wood-background.jpg);
}

.homepage-leadin-images {
  position: relative;
  z-index: 100;
  margin: 20px auto 80px;
  max-width: 1100px;
  padding-top: 60%;
}

@media (min-width: 768px) {
  .homepage-leadin-images {
    margin-top: -220px;
  }
}

@media (min-width: 992px) {
  .homepage-leadin-images {
    margin-top: -285px;
  }
}

@media (min-width: 1200px) {
  .homepage-leadin-images {
    margin-bottom: 108px;
    padding-top: 56%;
  }
}

@media (min-width: 1600px) {
  .homepage-leadin-images {
    margin: -260px auto 180px;
    padding-top: 38.5%;
  }
}

.homepage-leadin-images img {
  position: absolute;
}

.homepage-leadin-images img:first-child {
  right: 0;
  top: 0;
  width: 60%;
}

.homepage-leadin-images img:last-child {
  bottom: 0;
  left: 10%;
  width: 40%;
}

@media (min-width: 992px) {
  .local-nav {
    width: 48px;
  }
}

.local-nav__item {
  position: relative;
}

.local-nav__item--active {
  color: hsla(111, 21%, 56%, 1);
}

.local-nav__item--active:before {
  background-color: hsla(111, 21%, 56%, 1);
  position: absolute;
  left: -1px;
  top: 12px;
  content: '';
  height: 4px;
  width: 4px;
}

.local-nav__link {
  font-weight: 700;
  color: inherit;
}

.local-nav__link:hover {
  color: hsla(111, 21%, 56%, 1);
}

/*
|--------------------------------------------------------------------------
| Main Nav
|
| Using the label and input as for the mobile version.
|--------------------------------------------------------------------------
*/

.main-nav {
  text-align: left;
}

@media (max-width: 767px) {
  .main-nav {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 3000;
    height: 40px;
    width: 40px;
  }
}

@media (min-width: 768px) {
  .main-nav {
    order: 3;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .main-nav {
    align-self: flex-end;
    order: 1;
    padding: 10px 0 10px 10px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .main-nav {
    padding-left: 30px;
  }
}

.main-nav__list {
  @media (min-width: 992px) {
  }
}

@media (max-width: 767px) {
  .main-nav__list {
    position: absolute;
    top: 50px;
    z-index: 1000;
    max-height: calc(100vh - 50px);
    overflow: auto;
    width: 100vw;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 75% top;
            transform-origin: 75% top;
  }
}

@media (min-width: 768px) {
  .main-nav__list {
    margin-left: auto;
    max-width: 740px;
  }
}

.main-nav__item {
  display: block;
}

@media (min-width: 768px) {
  .main-nav__item {
    display: inline-block;
  }
}

.main-nav__link {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 768px) {
  .main-nav__link {
    width: auto;
  }
}

.main-nav__link:hover,
.main-nav__link:focus {
  outline: 0;
  text-decoration: none;
}

.main-nav__item--active .main-nav__link {
  color: hsla(210, 3%, 98%, 1);
}

.main-nav__trigger {
  left: auto;
  position: absolute;
  right: -10px;
  top: 16px;
  margin: 0;
  padding: 18px 0;
  width: 100%;
  z-index: 5000;
          -moz-appearance: none;
               appearance: none;
  -webkit-appearance: none;
  border: none;
  color: #fff;
  opacity: 1;
  outline: 0 !important;
  text-align: center;
}

@media (min-width: 768px) {
  .main-nav__trigger {
    display: none;
  }
}

.main-nav__trigger:after,
.main-nav__trigger:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 25px;
  transition: all .2s;
}

.main-nav__trigger:before {
  height: 10px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}

.main-nav__trigger:after {
  top: 16px;
  border-bottom: 2px solid #fff;
  text-shadow: none !important;
  font-size: 1.8em;
  font-family: sans;
  line-height: 1;
  opacity: 1;
}

.main-nav__trigger:checked:before {
  left: 3px;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: none;
}

.main-nav__trigger:checked:after {
  left: 0;
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main-nav__trigger:checked ~ .main-nav__list {
  display: block;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.maintenance-intro {
  background-image: url(../img/light-background.png);
  background-size: cover;
  text-align: center;
}

.maintenance-intro h3 {
  color: hsla(14, 87%, 63%, 1);
}

.maintenance-intro article {
  margin-left: auto;
  margin-right: auto;
  color: hsla(212, 10%, 32%, 1);
  max-width: 880px;
  line-height: 1.75;
}

.maintenance-season--fall {
  background-image: url(../img/dark-blue-wood-background@2x.jpg);
  background-size: cover;
  color: #fff;
}

.maintenance-season li {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .maintenance-season__picture-wrap {
    bottom: -120px;
    overflow: hidden;
    height: 100%;
  }
}

.maintenance-season picture {
  left: 0;
  position: absolute;
  bottom: 0;
}

.map__iframe {
  max-width: 100%;
}

.page-hero {
  background-color: hsla(210, 3%, 70%, 1);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}

@media (min-width: 768px) {
  .page-hero {
    margin-top: -122px;
    min-height: 600px;
    padding-top: 220px;
  }
}

@media (min-width: 992px) {
  .page-hero {
    margin-top: -175px;
    padding-top: 285px;
  }
}

@media (min-width: 1200px) {
  .page-hero {
    margin-top: -195px;
    padding-top: 305px;
  }
}

.page-hero:before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  content: '';
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), transparent 50%);
  background-blend-mode: multiply;
}

.page-hero__pre-heading {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .05em;
  position: relative;
  z-index: 80;
  margin-bottom: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .45);
}

.page-hero__heading {
  position: relative;
  z-index: 80;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, .35);
}

.page-hero__message {
  position: relative;
  z-index: 80;
}

.page-hero__intro {
  position: relative;
  z-index: 80;
}

.page-hero--homepage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: calc(100vh - 60px);
}

@media (min-width: 992px) {
  .page-hero--homepage {
    background-position: center top;
  }
}

.page-hero--homepage .container {
  position: relative;
  z-index: 90;
}

@media (min-width: 768px) {
  .page-hero--homepage .container {
    top: -80px;
  }
}

.page-hero--homepage:before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  content: '';
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .75), transparent 70%, rgba(0, 0, 0, .75));
  mix-blend-mode: multiply;
}

.page-hero--homepage .page-hero__heading {
  padding-top: 40px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .page-hero--homepage .page-hero__heading {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .page-hero--homepage .page-hero__heading {
    font-size: 80px;
  }
}

@media (min-width: 1600px) {
  .page-hero--homepage .page-hero__heading {
    font-size: 96px;
  }
}

@media (min-width: 1200px) {
  .page-hero--landscapes,
  .page-hero--project {
    margin-top: -183px;
  }
}

.page-hero--landscapes,
.page-hero--project {
  min-height: 220px;
}

.page-hero--landscapes:before,
.page-hero--project:before {
  bottom: -200px;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  content: '';
  width: 100%;
  background-image: linear-gradient(hsla(212, 10%, 32%, 1) 50px, hsla(212, 10%, 32%, 1)), linear-gradient(to bottom, rgba(0, 0, 0, .7), transparent 50%);
  background-blend-mode: multiply;
}

@media (min-width: 768px) {
  .page-hero--landscapes:before,
  .page-hero--project:before {
    background-image: linear-gradient(transparent 80px, hsla(212, 10%, 32%, 1) 80px, hsla(212, 10%, 32%, 1)), linear-gradient(to bottom, rgba(0, 0, 0, .7), transparent 50%);
  }
}

.page-hero--projects {
  min-height: 220px;
  background-color: transparent;
}

.page-hero--projects .page-hero__heading {
  color: hsla(212, 10%, 32%, 1);
}

.page-hero--projects .page-hero__pre-heading {
  color: hsla(212, 10%, 32%, 1);
  text-shadow: none;
}

.page-hero--projects .page-hero__heading {
  text-shadow: none;
}

.page-hero--project .page-hero__pre-heading {
  opacity: .35;
}

.page-hero--maintenance {
  background-position: center bottom;
}

@media (min-width: 992px) {
  .page-hero--maintenance {
    background-position: left bottom;
  }
}

.page-hero--maintenance:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  content: '';
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), transparent 50%);
  background-blend-mode: multiply;
}

.page-hero--contact:after,
.page-hero--careers:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  content: '';
  width: 100%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6), transparent 80%);
  background-blend-mode: multiply;
}

.page-hero--maintenance .page-hero__intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
  padding-bottom: 40px;
}

.product-detail-page__description p:first-child {
  font-size: 135%;
}

@media (min-width: 1600px) {
  .products-listing {
    padding-top: 24px;
  }
}

.products-listing__link {
  text-decoration: none;
}

.project-detail-page__content h3 {
  color: hsla(212, 10%, 32%, 1);
  margin-top: 20px;
  margin-bottom: 4px;
}

.project-detail-page__gallery {
  background-image: url(../img/dark-blue-wood-background@2x.jpg);
  background-size: 100% auto;
}

.projects-listing__link {
  text-decoration: none;
}

.site-credit {
  width: 100%;
  text-align: center;
}

.site-credit__list {
  width: 100%;
}

.site-credit__item {
  display: inline-block;
  margin-right: 10px;
}

.site-credit__link {
  font-size: 70%;
  text-decoration: none;
}

.site-header {
  position: relative;
  text-align: center;
}

.site-header__inner {
  position: relative;
  background-color: hsla(212, 10%, 32%, 1);
}

@media (min-width: 768px) {
  .site-header__inner {
    background-color: transparent;
    background-image: linear-gradient(to right, hsla(212, 10%, 32%, 1) 50%, hsla(212, 10%, 32%, .8) 50%);
    border-top: 2px solid hsla(14, 87%, 63%, 1);
  }
}

@media (min-width: 992px) {
  .site-header__inner {
    border-top: 6px solid hsla(14, 87%, 63%, 1);
  }
}

.site-header__phone svg {
  left: 2px;
  position: relative;
  top: 2px;
}

.site-header__phone-digits {
  font-size: 15px;
  font-weight: 700;
}

.site-header__phone-icon {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-logo {
  display: block;
  width: 172px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .site-logo {
    width: 225px;
  }
}

@media (min-width: 1200px) {
  .site-logo {
    width: 280px;
  }
}

.site-logo__image {
  max-width: 100%;
}

.social-profile-links__link {
  width: 30px;
  height: 30px;
  color: inherit;
  font-family: "Icomoon";
  font-style: normal;
  font-size: 24px;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  opacity: .75;
  speak: none;
  text-transform: none;
  transition: all .1s ease-out;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

.social-profile-links__link:hover {
  color: inherit;
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  text-decoration: none;
}

.social-profile-links__link--eieihome:before {
  content: "\e600";
}

.social-profile-links__link--facebook:before {
  content: "\e601";
}

.social-profile-links__link--flickr:before {
  content: "\e602";
}

.social-profile-links__link--googleplus:before {
  content: "\e610";
}

.social-profile-links__link--homestars:before {
  content: "\e604";
}

.social-profile-links__link--houzz:before {
  content: "\e605";
}

.social-profile-links__link--linkedin:before {
  content: "\e606";
}

.social-profile-links__link--pinterest:before {
  content: "\e607";
}

.social-profile-links__link--twitter:before {
  content: "\e608";
}

.social-profile-links__link--youtube:before {
  content: "\e609";
}

.social-profile-links__link--instagram:before {
  content: "\e611";
}

.social-profile-links__text {
  display: inline-block;
  text-indent: -5000em;
}

.wysiwyg ul,
.wysiwyg ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wysiwyg li {
  margin-bottom: .5rem;
}

.wysiwyg h2 {
  margin-top: 1rem;
  font-weight: 300;
  color: hsla(212, 10%, 32%, 1);
}

.wysiwyg h3 {
  margin-top: 1.5rem;
}

.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-top: 1rem;
}

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

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

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

.bg-black {
  background-color: hsla(210, 3%, 1%, 1);
}

.bg-black-o-80 {
  background-color: hsla(210, 3%, 1%, .8);
}

.bg-grey-darkest {
  background-color: hsla(210, 3%, 20%, 1);
}

.bg-grey-darker {
  background-color: hsla(210, 3%, 30%, 1);
}

.bg-grey-dark {
  background-color: hsla(210, 3%, 50%, 1);
}

.bg-grey-dark-o-80 {
  background-color: hsla(210, 3%, 50%, .8);
}

.bg-grey {
  background-color: hsla(210, 3%, 70%, 1);
}

.bg-grey-o-80 {
  background-color: hsla(210, 3%, 70%, .8);
}

.bg-grey-light {
  background-color: hsla(210, 3%, 75%, 1);
}

.bg-grey-lighter {
  background-color: hsla(210, 3%, 80%, 1);
}

.bg-grey-lightest {
  background-color: hsla(210, 3%, 90%, 1);
}

.bg-white {
  background-color: hsla(210, 3%, 98%, 1);
}

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

.bg-peach {
  background-color: hsla(14, 87%, 63%, 1);
}

.bg-peach-o-80 {
  background-color: hsla(14, 87%, 63%, .8);
}

.bg-peach-active {
  background-color: hsla(14, 90%, 59%, 1);
}

.bg-green {
  background-color: hsla(111, 21%, 56%, 1);
}

.bg-green-o-80 {
  background-color: hsla(111, 21%, 56%, .8);
}

.bg-green-active {
  background-color: hsla(111, 23%, 555%, 1);
}

.bg-blue-faded {
  background-color: hsla(212, 7%, 39%, 1);
}

.bg-blue-dark {
  background-color: hsla(212, 10%, 32%, 1);
}

.bg-blue-dark-o-80 {
  background-color: hsla(212, 10%, 32%, .8);
}

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

.hover\:bg-black:hover {
  background-color: hsla(210, 3%, 1%, 1);
}

.hover\:bg-black-o-80:hover {
  background-color: hsla(210, 3%, 1%, .8);
}

.hover\:bg-grey-darkest:hover {
  background-color: hsla(210, 3%, 20%, 1);
}

.hover\:bg-grey-darker:hover {
  background-color: hsla(210, 3%, 30%, 1);
}

.hover\:bg-grey-dark:hover {
  background-color: hsla(210, 3%, 50%, 1);
}

.hover\:bg-grey-dark-o-80:hover {
  background-color: hsla(210, 3%, 50%, .8);
}

.hover\:bg-grey:hover {
  background-color: hsla(210, 3%, 70%, 1);
}

.hover\:bg-grey-o-80:hover {
  background-color: hsla(210, 3%, 70%, .8);
}

.hover\:bg-grey-light:hover {
  background-color: hsla(210, 3%, 75%, 1);
}

.hover\:bg-grey-lighter:hover {
  background-color: hsla(210, 3%, 80%, 1);
}

.hover\:bg-grey-lightest:hover {
  background-color: hsla(210, 3%, 90%, 1);
}

.hover\:bg-white:hover {
  background-color: hsla(210, 3%, 98%, 1);
}

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

.hover\:bg-peach:hover {
  background-color: hsla(14, 87%, 63%, 1);
}

.hover\:bg-peach-o-80:hover {
  background-color: hsla(14, 87%, 63%, .8);
}

.hover\:bg-peach-active:hover {
  background-color: hsla(14, 90%, 59%, 1);
}

.hover\:bg-green:hover {
  background-color: hsla(111, 21%, 56%, 1);
}

.hover\:bg-green-o-80:hover {
  background-color: hsla(111, 21%, 56%, .8);
}

.hover\:bg-green-active:hover {
  background-color: hsla(111, 23%, 555%, 1);
}

.hover\:bg-blue-faded:hover {
  background-color: hsla(212, 7%, 39%, 1);
}

.hover\:bg-blue-dark:hover {
  background-color: hsla(212, 10%, 32%, 1);
}

.hover\:bg-blue-dark-o-80:hover {
  background-color: hsla(212, 10%, 32%, .8);
}

.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-transparent {
  border-color: transparent;
}

.border-black {
  border-color: hsla(210, 3%, 1%, 1);
}

.border-black-o-80 {
  border-color: hsla(210, 3%, 1%, .8);
}

.border-grey-darkest {
  border-color: hsla(210, 3%, 20%, 1);
}

.border-grey-darker {
  border-color: hsla(210, 3%, 30%, 1);
}

.border-grey-dark {
  border-color: hsla(210, 3%, 50%, 1);
}

.border-grey-dark-o-80 {
  border-color: hsla(210, 3%, 50%, .8);
}

.border-grey {
  border-color: hsla(210, 3%, 70%, 1);
}

.border-grey-o-80 {
  border-color: hsla(210, 3%, 70%, .8);
}

.border-grey-light {
  border-color: hsla(210, 3%, 75%, 1);
}

.border-grey-lighter {
  border-color: hsla(210, 3%, 80%, 1);
}

.border-grey-lightest {
  border-color: hsla(210, 3%, 90%, 1);
}

.border-white {
  border-color: hsla(210, 3%, 98%, 1);
}

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

.border-peach {
  border-color: hsla(14, 87%, 63%, 1);
}

.border-peach-o-80 {
  border-color: hsla(14, 87%, 63%, .8);
}

.border-peach-active {
  border-color: hsla(14, 90%, 59%, 1);
}

.border-green {
  border-color: hsla(111, 21%, 56%, 1);
}

.border-green-o-80 {
  border-color: hsla(111, 21%, 56%, .8);
}

.border-green-active {
  border-color: hsla(111, 23%, 555%, 1);
}

.border-blue-faded {
  border-color: hsla(212, 7%, 39%, 1);
}

.border-blue-dark {
  border-color: hsla(212, 10%, 32%, 1);
}

.border-blue-dark-o-80 {
  border-color: hsla(212, 10%, 32%, .8);
}

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

.hover\:border-black:hover {
  border-color: hsla(210, 3%, 1%, 1);
}

.hover\:border-black-o-80:hover {
  border-color: hsla(210, 3%, 1%, .8);
}

.hover\:border-grey-darkest:hover {
  border-color: hsla(210, 3%, 20%, 1);
}

.hover\:border-grey-darker:hover {
  border-color: hsla(210, 3%, 30%, 1);
}

.hover\:border-grey-dark:hover {
  border-color: hsla(210, 3%, 50%, 1);
}

.hover\:border-grey-dark-o-80:hover {
  border-color: hsla(210, 3%, 50%, .8);
}

.hover\:border-grey:hover {
  border-color: hsla(210, 3%, 70%, 1);
}

.hover\:border-grey-o-80:hover {
  border-color: hsla(210, 3%, 70%, .8);
}

.hover\:border-grey-light:hover {
  border-color: hsla(210, 3%, 75%, 1);
}

.hover\:border-grey-lighter:hover {
  border-color: hsla(210, 3%, 80%, 1);
}

.hover\:border-grey-lightest:hover {
  border-color: hsla(210, 3%, 90%, 1);
}

.hover\:border-white:hover {
  border-color: hsla(210, 3%, 98%, 1);
}

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

.hover\:border-peach:hover {
  border-color: hsla(14, 87%, 63%, 1);
}

.hover\:border-peach-o-80:hover {
  border-color: hsla(14, 87%, 63%, .8);
}

.hover\:border-peach-active:hover {
  border-color: hsla(14, 90%, 59%, 1);
}

.hover\:border-green:hover {
  border-color: hsla(111, 21%, 56%, 1);
}

.hover\:border-green-o-80:hover {
  border-color: hsla(111, 21%, 56%, .8);
}

.hover\:border-green-active:hover {
  border-color: hsla(111, 23%, 555%, 1);
}

.hover\:border-blue-faded:hover {
  border-color: hsla(212, 7%, 39%, 1);
}

.hover\:border-blue-dark:hover {
  border-color: hsla(212, 10%, 32%, 1);
}

.hover\:border-blue-dark-o-80:hover {
  border-color: hsla(212, 10%, 32%, .8);
}

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

.flex-auto {
  flex: auto;
}

.flex-initial {
  flex: initial;
}

.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: Proxima Web, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.h-12 {
  height: 6rem;
}

.h-14 {
  height: 7rem;
}

.h-30 {
  height: 15rem;
}

.h-45 {
  height: 22.5rem;
}

.h-60 {
  height: 30rem;
}

.h-80 {
  height: 40rem;
}

.h-100 {
  height: 50rem;
}

.h-120 {
  height: 60rem;
}

.h-full {
  height: 100%;
}

.h-half-viewport {
  height: 50vh;
}

.h-3\/4-viewport {
  height: 75vh;
}

.h-nearly-full-screen {
  height: 90vh;
}

.h-double {
  height: 200%;
}

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

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

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

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

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

.m-0 {
  margin: 0;
}

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

.m-2 {
  margin: 1rem;
}

.m-3 {
  margin: 1.5rem;
}

.m-4 {
  margin: 2rem;
}

.m-5 {
  margin: 2.5rem;
}

.m-6 {
  margin: 3rem;
}

.m-7 {
  margin: 3.5rem;
}

.m-8 {
  margin: 4rem;
}

.m-9 {
  margin: 4.5rem;
}

.m-10 {
  margin: 5rem;
}

.m-12 {
  margin: 6rem;
}

.m-14 {
  margin: 7rem;
}

.m-16 {
  margin: 8rem;
}

.m-20 {
  margin: 10rem;
}

.m-25 {
  margin: 12.5rem;
}

.m-30 {
  margin: 15rem;
}

.m-40 {
  margin: 20rem;
}

.m-auto {
  margin: auto;
}

.m-\.5 {
  margin: .25rem;
}

.m-1\.5 {
  margin: .75rem;
}

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

.m-1\/2 {
  margin: 50%;
}

.m-content {
  margin: 1600px;
}

.m-full {
  margin: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-9 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mx-9 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-1\.5 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.mx-1\.5 {
  margin-left: .75rem;
  margin-right: .75rem;
}

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

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

.my-1\/2 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-1\/2 {
  margin-left: 50%;
  margin-right: 50%;
}

.my-content {
  margin-top: 1600px;
  margin-bottom: 1600px;
}

.mx-content {
  margin-left: 1600px;
  margin-right: 1600px;
}

.my-full {
  margin-top: 100%;
  margin-bottom: 100%;
}

.mx-full {
  margin-left: 100%;
  margin-right: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 4.5rem;
}

.mr-9 {
  margin-right: 4.5rem;
}

.mb-9 {
  margin-bottom: 4.5rem;
}

.ml-9 {
  margin-left: 4.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\.5 {
  margin-top: .25rem;
}

.mr-\.5 {
  margin-right: .25rem;
}

.mb-\.5 {
  margin-bottom: .25rem;
}

.ml-\.5 {
  margin-left: .25rem;
}

.mt-1\.5 {
  margin-top: .75rem;
}

.mr-1\.5 {
  margin-right: .75rem;
}

.mb-1\.5 {
  margin-bottom: .75rem;
}

.ml-1\.5 {
  margin-left: .75rem;
}

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

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

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

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

.mt-1\/2 {
  margin-top: 50%;
}

.mr-1\/2 {
  margin-right: 50%;
}

.mb-1\/2 {
  margin-bottom: 50%;
}

.ml-1\/2 {
  margin-left: 50%;
}

.mt-content {
  margin-top: 1600px;
}

.mr-content {
  margin-right: 1600px;
}

.mb-content {
  margin-bottom: 1600px;
}

.ml-content {
  margin-left: 1600px;
}

.mt-full {
  margin-top: 100%;
}

.mr-full {
  margin-right: 100%;
}

.mb-full {
  margin-bottom: 100%;
}

.ml-full {
  margin-left: 100%;
}

.max-h-12 {
  max-height: 6rem;
}

.max-h-14 {
  max-height: 7rem;
}

.max-h-30 {
  max-height: 15rem;
}

.max-h-45 {
  max-height: 22.5rem;
}

.max-h-60 {
  max-height: 30rem;
}

.max-h-80 {
  max-height: 40rem;
}

.max-h-100 {
  max-height: 50rem;
}

.max-h-120 {
  max-height: 60rem;
}

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

.max-h-half-viewport {
  max-height: 50vh;
}

.max-h-3\/4-viewport {
  max-height: 75vh;
}

.max-h-nearly-full-screen {
  max-height: 90vh;
}

.max-h-double {
  max-height: 200%;
}

.max-w-32 {
  max-width: 16rem;
}

.max-w-60 {
  max-width: 30rem;
}

.max-w-75 {
  max-width: 32.5rem;
}

.max-w-90 {
  max-width: 45rem;
}

.max-w-120 {
  max-width: 60rem;
}

.max-w-150 {
  max-width: 75rem;
}

.max-w-content {
  max-width: 1600px;
}

.max-w-1\/4 {
  max-width: 25%;
}

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

.max-w-2\/3 {
  max-width: 66.66666%;
}

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

.max-w-3\/4 {
  max-width: 75%;
}

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

.max-w-double {
  max-width: 200%;
}

.min-h-12 {
  min-height: 6rem;
}

.min-h-14 {
  min-height: 7rem;
}

.min-h-30 {
  min-height: 15rem;
}

.min-h-45 {
  min-height: 22.5rem;
}

.min-h-60 {
  min-height: 30rem;
}

.min-h-80 {
  min-height: 40rem;
}

.min-h-100 {
  min-height: 50rem;
}

.min-h-120 {
  min-height: 60rem;
}

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

.min-h-half-viewport {
  min-height: 50vh;
}

.min-h-3\/4-viewport {
  min-height: 75vh;
}

.min-h-nearly-full-screen {
  min-height: 90vh;
}

.min-h-double {
  min-height: 200%;
}

.min-w-32 {
  min-width: 16rem;
}

.min-w-60 {
  min-width: 30rem;
}

.min-w-75 {
  min-width: 32.5rem;
}

.min-w-90 {
  min-width: 45rem;
}

.min-w-120 {
  min-width: 60rem;
}

.min-w-150 {
  min-width: 75rem;
}

.min-w-content {
  min-width: 1600px;
}

.min-w-1\/4 {
  min-width: 25%;
}

.min-w-1\/3 {
  min-width: 33.33333%;
}

.min-w-2\/3 {
  min-width: 66.66666%;
}

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

.min-w-3\/4 {
  min-width: 75%;
}

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

.min-w-double {
  min-width: 200%;
}

.-m-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

.-m-9 {
  margin: -4.5rem;
}

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

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

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

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

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

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

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

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

.-m-auto {
  margin: -auto;
}

.-m-\.5 {
  margin: -0.25rem;
}

.-m-1\.5 {
  margin: -0.75rem;
}

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

.-m-1\/2 {
  margin: -50%;
}

.-m-content {
  margin: -1600px;
}

.-m-full {
  margin: -100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-9 {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.-mx-9 {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-1\.5 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-1\.5 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

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

.-my-1\/2 {
  margin-top: -50%;
  margin-bottom: -50%;
}

.-mx-1\/2 {
  margin-left: -50%;
  margin-right: -50%;
}

.-my-content {
  margin-top: -1600px;
  margin-bottom: -1600px;
}

.-mx-content {
  margin-left: -1600px;
  margin-right: -1600px;
}

.-my-full {
  margin-top: -100%;
  margin-bottom: -100%;
}

.-mx-full {
  margin-left: -100%;
  margin-right: -100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-9 {
  margin-top: -4.5rem;
}

.-mr-9 {
  margin-right: -4.5rem;
}

.-mb-9 {
  margin-bottom: -4.5rem;
}

.-ml-9 {
  margin-left: -4.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-\.5 {
  margin-top: -0.25rem;
}

.-mr-\.5 {
  margin-right: -0.25rem;
}

.-mb-\.5 {
  margin-bottom: -0.25rem;
}

.-ml-\.5 {
  margin-left: -0.25rem;
}

.-mt-1\.5 {
  margin-top: -0.75rem;
}

.-mr-1\.5 {
  margin-right: -0.75rem;
}

.-mb-1\.5 {
  margin-bottom: -0.75rem;
}

.-ml-1\.5 {
  margin-left: -0.75rem;
}

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

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

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

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

.-mt-1\/2 {
  margin-top: -50%;
}

.-mr-1\/2 {
  margin-right: -50%;
}

.-mb-1\/2 {
  margin-bottom: -50%;
}

.-ml-1\/2 {
  margin-left: -50%;
}

.-mt-content {
  margin-top: -1600px;
}

.-mr-content {
  margin-right: -1600px;
}

.-mb-content {
  margin-bottom: -1600px;
}

.-ml-content {
  margin-left: -1600px;
}

.-mt-full {
  margin-top: -100%;
}

.-mr-full {
  margin-right: -100%;
}

.-mb-full {
  margin-bottom: -100%;
}

.-ml-full {
  margin-left: -100%;
}

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

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

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.p-5 {
  padding: 2.5rem;
}

.p-6 {
  padding: 3rem;
}

.p-7 {
  padding: 3.5rem;
}

.p-8 {
  padding: 4rem;
}

.p-9 {
  padding: 4.5rem;
}

.p-10 {
  padding: 5rem;
}

.p-12 {
  padding: 6rem;
}

.p-14 {
  padding: 7rem;
}

.p-16 {
  padding: 8rem;
}

.p-20 {
  padding: 10rem;
}

.p-25 {
  padding: 12.5rem;
}

.p-30 {
  padding: 15rem;
}

.p-40 {
  padding: 20rem;
}

.p-auto {
  padding: auto;
}

.p-\.5 {
  padding: .25rem;
}

.p-1\.5 {
  padding: .75rem;
}

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

.p-1\/2 {
  padding: 50%;
}

.p-content {
  padding: 1600px;
}

.p-full {
  padding: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.px-9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-30 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.px-30 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.py-40 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.px-40 {
  padding-left: 20rem;
  padding-right: 20rem;
}

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

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

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

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

.py-1\.5 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.px-1\.5 {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

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

.py-1\/2 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-1\/2 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-content {
  padding-top: 1600px;
  padding-bottom: 1600px;
}

.px-content {
  padding-left: 1600px;
  padding-right: 1600px;
}

.py-full {
  padding-top: 100%;
  padding-bottom: 100%;
}

.px-full {
  padding-left: 100%;
  padding-right: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-9 {
  padding-top: 4.5rem;
}

.pr-9 {
  padding-right: 4.5rem;
}

.pb-9 {
  padding-bottom: 4.5rem;
}

.pl-9 {
  padding-left: 4.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-20 {
  padding-left: 10rem;
}

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

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

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

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

.pt-30 {
  padding-top: 15rem;
}

.pr-30 {
  padding-right: 15rem;
}

.pb-30 {
  padding-bottom: 15rem;
}

.pl-30 {
  padding-left: 15rem;
}

.pt-40 {
  padding-top: 20rem;
}

.pr-40 {
  padding-right: 20rem;
}

.pb-40 {
  padding-bottom: 20rem;
}

.pl-40 {
  padding-left: 20rem;
}

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

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

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

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

.pt-\.5 {
  padding-top: .25rem;
}

.pr-\.5 {
  padding-right: .25rem;
}

.pb-\.5 {
  padding-bottom: .25rem;
}

.pl-\.5 {
  padding-left: .25rem;
}

.pt-1\.5 {
  padding-top: .75rem;
}

.pr-1\.5 {
  padding-right: .75rem;
}

.pb-1\.5 {
  padding-bottom: .75rem;
}

.pl-1\.5 {
  padding-left: .75rem;
}

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

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

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

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

.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-content {
  padding-top: 1600px;
}

.pr-content {
  padding-right: 1600px;
}

.pb-content {
  padding-bottom: 1600px;
}

.pl-content {
  padding-left: 1600px;
}

.pt-full {
  padding-top: 100%;
}

.pr-full {
  padding-right: 100%;
}

.pb-full {
  padding-bottom: 100%;
}

.pl-full {
  padding-left: 100%;
}

.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-xl {
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.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-xl:hover {
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: hsla(210, 3%, 1%, 1);
}

.text-black-o-80 {
  color: hsla(210, 3%, 1%, .8);
}

.text-grey-darkest {
  color: hsla(210, 3%, 20%, 1);
}

.text-grey-darker {
  color: hsla(210, 3%, 30%, 1);
}

.text-grey-dark {
  color: hsla(210, 3%, 50%, 1);
}

.text-grey-dark-o-80 {
  color: hsla(210, 3%, 50%, .8);
}

.text-grey {
  color: hsla(210, 3%, 70%, 1);
}

.text-grey-o-80 {
  color: hsla(210, 3%, 70%, .8);
}

.text-grey-light {
  color: hsla(210, 3%, 75%, 1);
}

.text-grey-lighter {
  color: hsla(210, 3%, 80%, 1);
}

.text-grey-lightest {
  color: hsla(210, 3%, 90%, 1);
}

.text-white {
  color: hsla(210, 3%, 98%, 1);
}

.text-full-white {
  color: #fff;
}

.text-peach {
  color: hsla(14, 87%, 63%, 1);
}

.text-peach-o-80 {
  color: hsla(14, 87%, 63%, .8);
}

.text-peach-active {
  color: hsla(14, 90%, 59%, 1);
}

.text-green {
  color: hsla(111, 21%, 56%, 1);
}

.text-green-o-80 {
  color: hsla(111, 21%, 56%, .8);
}

.text-green-active {
  color: hsla(111, 23%, 555%, 1);
}

.text-blue-faded {
  color: hsla(212, 7%, 39%, 1);
}

.text-blue-dark {
  color: hsla(212, 10%, 32%, 1);
}

.text-blue-dark-o-80 {
  color: hsla(212, 10%, 32%, .8);
}

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

.hover\:text-black:hover {
  color: hsla(210, 3%, 1%, 1);
}

.hover\:text-black-o-80:hover {
  color: hsla(210, 3%, 1%, .8);
}

.hover\:text-grey-darkest:hover {
  color: hsla(210, 3%, 20%, 1);
}

.hover\:text-grey-darker:hover {
  color: hsla(210, 3%, 30%, 1);
}

.hover\:text-grey-dark:hover {
  color: hsla(210, 3%, 50%, 1);
}

.hover\:text-grey-dark-o-80:hover {
  color: hsla(210, 3%, 50%, .8);
}

.hover\:text-grey:hover {
  color: hsla(210, 3%, 70%, 1);
}

.hover\:text-grey-o-80:hover {
  color: hsla(210, 3%, 70%, .8);
}

.hover\:text-grey-light:hover {
  color: hsla(210, 3%, 75%, 1);
}

.hover\:text-grey-lighter:hover {
  color: hsla(210, 3%, 80%, 1);
}

.hover\:text-grey-lightest:hover {
  color: hsla(210, 3%, 90%, 1);
}

.hover\:text-white:hover {
  color: hsla(210, 3%, 98%, 1);
}

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

.hover\:text-peach:hover {
  color: hsla(14, 87%, 63%, 1);
}

.hover\:text-peach-o-80:hover {
  color: hsla(14, 87%, 63%, .8);
}

.hover\:text-peach-active:hover {
  color: hsla(14, 90%, 59%, 1);
}

.hover\:text-green:hover {
  color: hsla(111, 21%, 56%, 1);
}

.hover\:text-green-o-80:hover {
  color: hsla(111, 21%, 56%, .8);
}

.hover\:text-green-active:hover {
  color: hsla(111, 23%, 555%, 1);
}

.hover\:text-blue-faded:hover {
  color: hsla(212, 7%, 39%, 1);
}

.hover\:text-blue-dark:hover {
  color: hsla(212, 10%, 32%, 1);
}

.hover\:text-blue-dark-o-80:hover {
  color: hsla(212, 10%, 32%, .8);
}

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

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

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

.text-md {
  font-size: 1.375rem;
}

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

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

.text-xxl {
  font-size: 4.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;
}

.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-32 {
  width: 16rem;
}

.w-60 {
  width: 30rem;
}

.w-75 {
  width: 32.5rem;
}

.w-90 {
  width: 45rem;
}

.w-120 {
  width: 60rem;
}

.w-150 {
  width: 75rem;
}

.w-content {
  width: 1600px;
}

.w-1\/4 {
  width: 25%;
}

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

.w-2\/3 {
  width: 66.66666%;
}

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

.w-3\/4 {
  width: 75%;
}

.w-full {
  width: 100%;
}

.w-double {
  width: 200%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

/*
|--------------------------------------------------------------------------
| Custom Utilities
|
| Each utility should be saved in it’s own file.
|--------------------------------------------------------------------------
*/

.antialias {
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: grayscale;
}

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

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.bg-gradient-to-top-subtle-shadow {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

@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-transparent {
    background-color: transparent;
  }

  .sm\:bg-black {
    background-color: hsla(210, 3%, 1%, 1);
  }

  .sm\:bg-black-o-80 {
    background-color: hsla(210, 3%, 1%, .8);
  }

  .sm\:bg-grey-darkest {
    background-color: hsla(210, 3%, 20%, 1);
  }

  .sm\:bg-grey-darker {
    background-color: hsla(210, 3%, 30%, 1);
  }

  .sm\:bg-grey-dark {
    background-color: hsla(210, 3%, 50%, 1);
  }

  .sm\:bg-grey-dark-o-80 {
    background-color: hsla(210, 3%, 50%, .8);
  }

  .sm\:bg-grey {
    background-color: hsla(210, 3%, 70%, 1);
  }

  .sm\:bg-grey-o-80 {
    background-color: hsla(210, 3%, 70%, .8);
  }

  .sm\:bg-grey-light {
    background-color: hsla(210, 3%, 75%, 1);
  }

  .sm\:bg-grey-lighter {
    background-color: hsla(210, 3%, 80%, 1);
  }

  .sm\:bg-grey-lightest {
    background-color: hsla(210, 3%, 90%, 1);
  }

  .sm\:bg-white {
    background-color: hsla(210, 3%, 98%, 1);
  }

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

  .sm\:bg-peach {
    background-color: hsla(14, 87%, 63%, 1);
  }

  .sm\:bg-peach-o-80 {
    background-color: hsla(14, 87%, 63%, .8);
  }

  .sm\:bg-peach-active {
    background-color: hsla(14, 90%, 59%, 1);
  }

  .sm\:bg-green {
    background-color: hsla(111, 21%, 56%, 1);
  }

  .sm\:bg-green-o-80 {
    background-color: hsla(111, 21%, 56%, .8);
  }

  .sm\:bg-green-active {
    background-color: hsla(111, 23%, 555%, 1);
  }

  .sm\:bg-blue-faded {
    background-color: hsla(212, 7%, 39%, 1);
  }

  .sm\:bg-blue-dark {
    background-color: hsla(212, 10%, 32%, 1);
  }

  .sm\:bg-blue-dark-o-80 {
    background-color: hsla(212, 10%, 32%, .8);
  }

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

  .sm\:hover\:bg-black:hover {
    background-color: hsla(210, 3%, 1%, 1);
  }

  .sm\:hover\:bg-black-o-80:hover {
    background-color: hsla(210, 3%, 1%, .8);
  }

  .sm\:hover\:bg-grey-darkest:hover {
    background-color: hsla(210, 3%, 20%, 1);
  }

  .sm\:hover\:bg-grey-darker:hover {
    background-color: hsla(210, 3%, 30%, 1);
  }

  .sm\:hover\:bg-grey-dark:hover {
    background-color: hsla(210, 3%, 50%, 1);
  }

  .sm\:hover\:bg-grey-dark-o-80:hover {
    background-color: hsla(210, 3%, 50%, .8);
  }

  .sm\:hover\:bg-grey:hover {
    background-color: hsla(210, 3%, 70%, 1);
  }

  .sm\:hover\:bg-grey-o-80:hover {
    background-color: hsla(210, 3%, 70%, .8);
  }

  .sm\:hover\:bg-grey-light:hover {
    background-color: hsla(210, 3%, 75%, 1);
  }

  .sm\:hover\:bg-grey-lighter:hover {
    background-color: hsla(210, 3%, 80%, 1);
  }

  .sm\:hover\:bg-grey-lightest:hover {
    background-color: hsla(210, 3%, 90%, 1);
  }

  .sm\:hover\:bg-white:hover {
    background-color: hsla(210, 3%, 98%, 1);
  }

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

  .sm\:hover\:bg-peach:hover {
    background-color: hsla(14, 87%, 63%, 1);
  }

  .sm\:hover\:bg-peach-o-80:hover {
    background-color: hsla(14, 87%, 63%, .8);
  }

  .sm\:hover\:bg-peach-active:hover {
    background-color: hsla(14, 90%, 59%, 1);
  }

  .sm\:hover\:bg-green:hover {
    background-color: hsla(111, 21%, 56%, 1);
  }

  .sm\:hover\:bg-green-o-80:hover {
    background-color: hsla(111, 21%, 56%, .8);
  }

  .sm\:hover\:bg-green-active:hover {
    background-color: hsla(111, 23%, 555%, 1);
  }

  .sm\:hover\:bg-blue-faded:hover {
    background-color: hsla(212, 7%, 39%, 1);
  }

  .sm\:hover\:bg-blue-dark:hover {
    background-color: hsla(212, 10%, 32%, 1);
  }

  .sm\:hover\:bg-blue-dark-o-80:hover {
    background-color: hsla(212, 10%, 32%, .8);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:border-black {
    border-color: hsla(210, 3%, 1%, 1);
  }

  .sm\:border-black-o-80 {
    border-color: hsla(210, 3%, 1%, .8);
  }

  .sm\:border-grey-darkest {
    border-color: hsla(210, 3%, 20%, 1);
  }

  .sm\:border-grey-darker {
    border-color: hsla(210, 3%, 30%, 1);
  }

  .sm\:border-grey-dark {
    border-color: hsla(210, 3%, 50%, 1);
  }

  .sm\:border-grey-dark-o-80 {
    border-color: hsla(210, 3%, 50%, .8);
  }

  .sm\:border-grey {
    border-color: hsla(210, 3%, 70%, 1);
  }

  .sm\:border-grey-o-80 {
    border-color: hsla(210, 3%, 70%, .8);
  }

  .sm\:border-grey-light {
    border-color: hsla(210, 3%, 75%, 1);
  }

  .sm\:border-grey-lighter {
    border-color: hsla(210, 3%, 80%, 1);
  }

  .sm\:border-grey-lightest {
    border-color: hsla(210, 3%, 90%, 1);
  }

  .sm\:border-white {
    border-color: hsla(210, 3%, 98%, 1);
  }

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

  .sm\:border-peach {
    border-color: hsla(14, 87%, 63%, 1);
  }

  .sm\:border-peach-o-80 {
    border-color: hsla(14, 87%, 63%, .8);
  }

  .sm\:border-peach-active {
    border-color: hsla(14, 90%, 59%, 1);
  }

  .sm\:border-green {
    border-color: hsla(111, 21%, 56%, 1);
  }

  .sm\:border-green-o-80 {
    border-color: hsla(111, 21%, 56%, .8);
  }

  .sm\:border-green-active {
    border-color: hsla(111, 23%, 555%, 1);
  }

  .sm\:border-blue-faded {
    border-color: hsla(212, 7%, 39%, 1);
  }

  .sm\:border-blue-dark {
    border-color: hsla(212, 10%, 32%, 1);
  }

  .sm\:border-blue-dark-o-80 {
    border-color: hsla(212, 10%, 32%, .8);
  }

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

  .sm\:hover\:border-black:hover {
    border-color: hsla(210, 3%, 1%, 1);
  }

  .sm\:hover\:border-black-o-80:hover {
    border-color: hsla(210, 3%, 1%, .8);
  }

  .sm\:hover\:border-grey-darkest:hover {
    border-color: hsla(210, 3%, 20%, 1);
  }

  .sm\:hover\:border-grey-darker:hover {
    border-color: hsla(210, 3%, 30%, 1);
  }

  .sm\:hover\:border-grey-dark:hover {
    border-color: hsla(210, 3%, 50%, 1);
  }

  .sm\:hover\:border-grey-dark-o-80:hover {
    border-color: hsla(210, 3%, 50%, .8);
  }

  .sm\:hover\:border-grey:hover {
    border-color: hsla(210, 3%, 70%, 1);
  }

  .sm\:hover\:border-grey-o-80:hover {
    border-color: hsla(210, 3%, 70%, .8);
  }

  .sm\:hover\:border-grey-light:hover {
    border-color: hsla(210, 3%, 75%, 1);
  }

  .sm\:hover\:border-grey-lighter:hover {
    border-color: hsla(210, 3%, 80%, 1);
  }

  .sm\:hover\:border-grey-lightest:hover {
    border-color: hsla(210, 3%, 90%, 1);
  }

  .sm\:hover\:border-white:hover {
    border-color: hsla(210, 3%, 98%, 1);
  }

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

  .sm\:hover\:border-peach:hover {
    border-color: hsla(14, 87%, 63%, 1);
  }

  .sm\:hover\:border-peach-o-80:hover {
    border-color: hsla(14, 87%, 63%, .8);
  }

  .sm\:hover\:border-peach-active:hover {
    border-color: hsla(14, 90%, 59%, 1);
  }

  .sm\:hover\:border-green:hover {
    border-color: hsla(111, 21%, 56%, 1);
  }

  .sm\:hover\:border-green-o-80:hover {
    border-color: hsla(111, 21%, 56%, .8);
  }

  .sm\:hover\:border-green-active:hover {
    border-color: hsla(111, 23%, 555%, 1);
  }

  .sm\:hover\:border-blue-faded:hover {
    border-color: hsla(212, 7%, 39%, 1);
  }

  .sm\:hover\:border-blue-dark:hover {
    border-color: hsla(212, 10%, 32%, 1);
  }

  .sm\:hover\:border-blue-dark-o-80:hover {
    border-color: hsla(212, 10%, 32%, .8);
  }

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

  .sm\:flex-auto {
    flex: auto;
  }

  .sm\:flex-initial {
    flex: initial;
  }

  .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: Proxima Web, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

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

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

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

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

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

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

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

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

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

  .sm\:h-12 {
    height: 6rem;
  }

  .sm\:h-14 {
    height: 7rem;
  }

  .sm\:h-30 {
    height: 15rem;
  }

  .sm\:h-45 {
    height: 22.5rem;
  }

  .sm\:h-60 {
    height: 30rem;
  }

  .sm\:h-80 {
    height: 40rem;
  }

  .sm\:h-100 {
    height: 50rem;
  }

  .sm\:h-120 {
    height: 60rem;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-half-viewport {
    height: 50vh;
  }

  .sm\:h-3\/4-viewport {
    height: 75vh;
  }

  .sm\:h-nearly-full-screen {
    height: 90vh;
  }

  .sm\:h-double {
    height: 200%;
  }

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

  .sm\:leading-tighter {
    line-height: 1.1;
  }

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

  .sm\:leading-normal {
    line-height: 1.55;
  }

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

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: .5rem;
  }

  .sm\:m-2 {
    margin: 1rem;
  }

  .sm\:m-3 {
    margin: 1.5rem;
  }

  .sm\:m-4 {
    margin: 2rem;
  }

  .sm\:m-5 {
    margin: 2.5rem;
  }

  .sm\:m-6 {
    margin: 3rem;
  }

  .sm\:m-7 {
    margin: 3.5rem;
  }

  .sm\:m-8 {
    margin: 4rem;
  }

  .sm\:m-9 {
    margin: 4.5rem;
  }

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

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

  .sm\:m-14 {
    margin: 7rem;
  }

  .sm\:m-16 {
    margin: 8rem;
  }

  .sm\:m-20 {
    margin: 10rem;
  }

  .sm\:m-25 {
    margin: 12.5rem;
  }

  .sm\:m-30 {
    margin: 15rem;
  }

  .sm\:m-40 {
    margin: 20rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-\.5 {
    margin: .25rem;
  }

  .sm\:m-1\.5 {
    margin: .75rem;
  }

  .sm\:m-2\.5 {
    margin: 1.25rem;
  }

  .sm\:m-1\/2 {
    margin: 50%;
  }

  .sm\:m-content {
    margin: 1600px;
  }

  .sm\:m-full {
    margin: 100%;
  }

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

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

  .sm\:my-1 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:mx-1 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:mx-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

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

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

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

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

  .sm\:my-14 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:mx-14 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:my-16 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-16 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-20 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-20 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-25 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .sm\:mx-25 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .sm\:my-30 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:mx-30 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:my-40 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:mx-40 {
    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-\.5 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:mx-\.5 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:my-1\.5 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:mx-1\.5 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

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

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

  .sm\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:my-content {
    margin-top: 1600px;
    margin-bottom: 1600px;
  }

  .sm\:mx-content {
    margin-left: 1600px;
    margin-right: 1600px;
  }

  .sm\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

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

  .sm\:mr-1 {
    margin-right: .5rem;
  }

  .sm\:mb-1 {
    margin-bottom: .5rem;
  }

  .sm\:ml-1 {
    margin-left: .5rem;
  }

  .sm\:mt-2 {
    margin-top: 1rem;
  }

  .sm\:mr-2 {
    margin-right: 1rem;
  }

  .sm\:mb-2 {
    margin-bottom: 1rem;
  }

  .sm\:ml-2 {
    margin-left: 1rem;
  }

  .sm\:mt-3 {
    margin-top: 1.5rem;
  }

  .sm\:mr-3 {
    margin-right: 1.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-3 {
    margin-left: 1.5rem;
  }

  .sm\:mt-4 {
    margin-top: 2rem;
  }

  .sm\:mr-4 {
    margin-right: 2rem;
  }

  .sm\:mb-4 {
    margin-bottom: 2rem;
  }

  .sm\:ml-4 {
    margin-left: 2rem;
  }

  .sm\:mt-5 {
    margin-top: 2.5rem;
  }

  .sm\:mr-5 {
    margin-right: 2.5rem;
  }

  .sm\:mb-5 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-5 {
    margin-left: 2.5rem;
  }

  .sm\:mt-6 {
    margin-top: 3rem;
  }

  .sm\:mr-6 {
    margin-right: 3rem;
  }

  .sm\:mb-6 {
    margin-bottom: 3rem;
  }

  .sm\:ml-6 {
    margin-left: 3rem;
  }

  .sm\:mt-7 {
    margin-top: 3.5rem;
  }

  .sm\:mr-7 {
    margin-right: 3.5rem;
  }

  .sm\:mb-7 {
    margin-bottom: 3.5rem;
  }

  .sm\:ml-7 {
    margin-left: 3.5rem;
  }

  .sm\:mt-8 {
    margin-top: 4rem;
  }

  .sm\:mr-8 {
    margin-right: 4rem;
  }

  .sm\:mb-8 {
    margin-bottom: 4rem;
  }

  .sm\:ml-8 {
    margin-left: 4rem;
  }

  .sm\:mt-9 {
    margin-top: 4.5rem;
  }

  .sm\:mr-9 {
    margin-right: 4.5rem;
  }

  .sm\:mb-9 {
    margin-bottom: 4.5rem;
  }

  .sm\:ml-9 {
    margin-left: 4.5rem;
  }

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

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

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

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

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

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

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

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

  .sm\:mt-14 {
    margin-top: 7rem;
  }

  .sm\:mr-14 {
    margin-right: 7rem;
  }

  .sm\:mb-14 {
    margin-bottom: 7rem;
  }

  .sm\:ml-14 {
    margin-left: 7rem;
  }

  .sm\:mt-16 {
    margin-top: 8rem;
  }

  .sm\:mr-16 {
    margin-right: 8rem;
  }

  .sm\:mb-16 {
    margin-bottom: 8rem;
  }

  .sm\:ml-16 {
    margin-left: 8rem;
  }

  .sm\:mt-20 {
    margin-top: 10rem;
  }

  .sm\:mr-20 {
    margin-right: 10rem;
  }

  .sm\:mb-20 {
    margin-bottom: 10rem;
  }

  .sm\:ml-20 {
    margin-left: 10rem;
  }

  .sm\:mt-25 {
    margin-top: 12.5rem;
  }

  .sm\:mr-25 {
    margin-right: 12.5rem;
  }

  .sm\:mb-25 {
    margin-bottom: 12.5rem;
  }

  .sm\:ml-25 {
    margin-left: 12.5rem;
  }

  .sm\:mt-30 {
    margin-top: 15rem;
  }

  .sm\:mr-30 {
    margin-right: 15rem;
  }

  .sm\:mb-30 {
    margin-bottom: 15rem;
  }

  .sm\:ml-30 {
    margin-left: 15rem;
  }

  .sm\:mt-40 {
    margin-top: 20rem;
  }

  .sm\:mr-40 {
    margin-right: 20rem;
  }

  .sm\:mb-40 {
    margin-bottom: 20rem;
  }

  .sm\:ml-40 {
    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-\.5 {
    margin-top: .25rem;
  }

  .sm\:mr-\.5 {
    margin-right: .25rem;
  }

  .sm\:mb-\.5 {
    margin-bottom: .25rem;
  }

  .sm\:ml-\.5 {
    margin-left: .25rem;
  }

  .sm\:mt-1\.5 {
    margin-top: .75rem;
  }

  .sm\:mr-1\.5 {
    margin-right: .75rem;
  }

  .sm\:mb-1\.5 {
    margin-bottom: .75rem;
  }

  .sm\:ml-1\.5 {
    margin-left: .75rem;
  }

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

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

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

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

  .sm\:mt-1\/2 {
    margin-top: 50%;
  }

  .sm\:mr-1\/2 {
    margin-right: 50%;
  }

  .sm\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .sm\:ml-1\/2 {
    margin-left: 50%;
  }

  .sm\:mt-content {
    margin-top: 1600px;
  }

  .sm\:mr-content {
    margin-right: 1600px;
  }

  .sm\:mb-content {
    margin-bottom: 1600px;
  }

  .sm\:ml-content {
    margin-left: 1600px;
  }

  .sm\:mt-full {
    margin-top: 100%;
  }

  .sm\:mr-full {
    margin-right: 100%;
  }

  .sm\:mb-full {
    margin-bottom: 100%;
  }

  .sm\:ml-full {
    margin-left: 100%;
  }

  .sm\:max-h-12 {
    max-height: 6rem;
  }

  .sm\:max-h-14 {
    max-height: 7rem;
  }

  .sm\:max-h-30 {
    max-height: 15rem;
  }

  .sm\:max-h-45 {
    max-height: 22.5rem;
  }

  .sm\:max-h-60 {
    max-height: 30rem;
  }

  .sm\:max-h-80 {
    max-height: 40rem;
  }

  .sm\:max-h-100 {
    max-height: 50rem;
  }

  .sm\:max-h-120 {
    max-height: 60rem;
  }

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

  .sm\:max-h-half-viewport {
    max-height: 50vh;
  }

  .sm\:max-h-3\/4-viewport {
    max-height: 75vh;
  }

  .sm\:max-h-nearly-full-screen {
    max-height: 90vh;
  }

  .sm\:max-h-double {
    max-height: 200%;
  }

  .sm\:max-w-32 {
    max-width: 16rem;
  }

  .sm\:max-w-60 {
    max-width: 30rem;
  }

  .sm\:max-w-75 {
    max-width: 32.5rem;
  }

  .sm\:max-w-90 {
    max-width: 45rem;
  }

  .sm\:max-w-120 {
    max-width: 60rem;
  }

  .sm\:max-w-150 {
    max-width: 75rem;
  }

  .sm\:max-w-content {
    max-width: 1600px;
  }

  .sm\:max-w-1\/4 {
    max-width: 25%;
  }

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

  .sm\:max-w-2\/3 {
    max-width: 66.66666%;
  }

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

  .sm\:max-w-3\/4 {
    max-width: 75%;
  }

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

  .sm\:max-w-double {
    max-width: 200%;
  }

  .sm\:min-h-12 {
    min-height: 6rem;
  }

  .sm\:min-h-14 {
    min-height: 7rem;
  }

  .sm\:min-h-30 {
    min-height: 15rem;
  }

  .sm\:min-h-45 {
    min-height: 22.5rem;
  }

  .sm\:min-h-60 {
    min-height: 30rem;
  }

  .sm\:min-h-80 {
    min-height: 40rem;
  }

  .sm\:min-h-100 {
    min-height: 50rem;
  }

  .sm\:min-h-120 {
    min-height: 60rem;
  }

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

  .sm\:min-h-half-viewport {
    min-height: 50vh;
  }

  .sm\:min-h-3\/4-viewport {
    min-height: 75vh;
  }

  .sm\:min-h-nearly-full-screen {
    min-height: 90vh;
  }

  .sm\:min-h-double {
    min-height: 200%;
  }

  .sm\:min-w-32 {
    min-width: 16rem;
  }

  .sm\:min-w-60 {
    min-width: 30rem;
  }

  .sm\:min-w-75 {
    min-width: 32.5rem;
  }

  .sm\:min-w-90 {
    min-width: 45rem;
  }

  .sm\:min-w-120 {
    min-width: 60rem;
  }

  .sm\:min-w-150 {
    min-width: 75rem;
  }

  .sm\:min-w-content {
    min-width: 1600px;
  }

  .sm\:min-w-1\/4 {
    min-width: 25%;
  }

  .sm\:min-w-1\/3 {
    min-width: 33.33333%;
  }

  .sm\:min-w-2\/3 {
    min-width: 66.66666%;
  }

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

  .sm\:min-w-3\/4 {
    min-width: 75%;
  }

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

  .sm\:min-w-double {
    min-width: 200%;
  }

  .sm\:-m-0 {
    margin: 0;
  }

  .sm\:-m-1 {
    margin: -0.5rem;
  }

  .sm\:-m-2 {
    margin: -1rem;
  }

  .sm\:-m-3 {
    margin: -1.5rem;
  }

  .sm\:-m-4 {
    margin: -2rem;
  }

  .sm\:-m-5 {
    margin: -2.5rem;
  }

  .sm\:-m-6 {
    margin: -3rem;
  }

  .sm\:-m-7 {
    margin: -3.5rem;
  }

  .sm\:-m-8 {
    margin: -4rem;
  }

  .sm\:-m-9 {
    margin: -4.5rem;
  }

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

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

  .sm\:-m-14 {
    margin: -7rem;
  }

  .sm\:-m-16 {
    margin: -8rem;
  }

  .sm\:-m-20 {
    margin: -10rem;
  }

  .sm\:-m-25 {
    margin: -12.5rem;
  }

  .sm\:-m-30 {
    margin: -15rem;
  }

  .sm\:-m-40 {
    margin: -20rem;
  }

  .sm\:-m-auto {
    margin: -auto;
  }

  .sm\:-m-\.5 {
    margin: -0.25rem;
  }

  .sm\:-m-1\.5 {
    margin: -0.75rem;
  }

  .sm\:-m-2\.5 {
    margin: -1.25rem;
  }

  .sm\:-m-1\/2 {
    margin: -50%;
  }

  .sm\:-m-content {
    margin: -1600px;
  }

  .sm\:-m-full {
    margin: -100%;
  }

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

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

  .sm\:-my-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-5 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-7 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-8 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-8 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-9 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:-mx-9 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

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

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

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

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

  .sm\:-my-14 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-mx-14 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-my-16 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-16 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-20 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-20 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-25 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .sm\:-mx-25 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .sm\:-my-30 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:-mx-30 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:-my-40 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:-mx-40 {
    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-\.5 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-\.5 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-1\.5 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-1\.5 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

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

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

  .sm\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-my-content {
    margin-top: -1600px;
    margin-bottom: -1600px;
  }

  .sm\:-mx-content {
    margin-left: -1600px;
    margin-right: -1600px;
  }

  .sm\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

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

  .sm\:-mr-1 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-2 {
    margin-top: -1rem;
  }

  .sm\:-mr-2 {
    margin-right: -1rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-2 {
    margin-left: -1rem;
  }

  .sm\:-mt-3 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-3 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-3 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-4 {
    margin-top: -2rem;
  }

  .sm\:-mr-4 {
    margin-right: -2rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-4 {
    margin-left: -2rem;
  }

  .sm\:-mt-5 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-5 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-5 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-6 {
    margin-top: -3rem;
  }

  .sm\:-mr-6 {
    margin-right: -3rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-6 {
    margin-left: -3rem;
  }

  .sm\:-mt-7 {
    margin-top: -3.5rem;
  }

  .sm\:-mr-7 {
    margin-right: -3.5rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-7 {
    margin-left: -3.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -4rem;
  }

  .sm\:-mr-8 {
    margin-right: -4rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-8 {
    margin-left: -4rem;
  }

  .sm\:-mt-9 {
    margin-top: -4.5rem;
  }

  .sm\:-mr-9 {
    margin-right: -4.5rem;
  }

  .sm\:-mb-9 {
    margin-bottom: -4.5rem;
  }

  .sm\:-ml-9 {
    margin-left: -4.5rem;
  }

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

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

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

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

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

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

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

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

  .sm\:-mt-14 {
    margin-top: -7rem;
  }

  .sm\:-mr-14 {
    margin-right: -7rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -7rem;
  }

  .sm\:-ml-14 {
    margin-left: -7rem;
  }

  .sm\:-mt-16 {
    margin-top: -8rem;
  }

  .sm\:-mr-16 {
    margin-right: -8rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-16 {
    margin-left: -8rem;
  }

  .sm\:-mt-20 {
    margin-top: -10rem;
  }

  .sm\:-mr-20 {
    margin-right: -10rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -10rem;
  }

  .sm\:-ml-20 {
    margin-left: -10rem;
  }

  .sm\:-mt-25 {
    margin-top: -12.5rem;
  }

  .sm\:-mr-25 {
    margin-right: -12.5rem;
  }

  .sm\:-mb-25 {
    margin-bottom: -12.5rem;
  }

  .sm\:-ml-25 {
    margin-left: -12.5rem;
  }

  .sm\:-mt-30 {
    margin-top: -15rem;
  }

  .sm\:-mr-30 {
    margin-right: -15rem;
  }

  .sm\:-mb-30 {
    margin-bottom: -15rem;
  }

  .sm\:-ml-30 {
    margin-left: -15rem;
  }

  .sm\:-mt-40 {
    margin-top: -20rem;
  }

  .sm\:-mr-40 {
    margin-right: -20rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -20rem;
  }

  .sm\:-ml-40 {
    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-\.5 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-\.5 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-\.5 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-\.5 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-1\.5 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-1\.5 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-1\.5 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-1\.5 {
    margin-left: -0.75rem;
  }

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

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

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

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

  .sm\:-mt-1\/2 {
    margin-top: -50%;
  }

  .sm\:-mr-1\/2 {
    margin-right: -50%;
  }

  .sm\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .sm\:-ml-1\/2 {
    margin-left: -50%;
  }

  .sm\:-mt-content {
    margin-top: -1600px;
  }

  .sm\:-mr-content {
    margin-right: -1600px;
  }

  .sm\:-mb-content {
    margin-bottom: -1600px;
  }

  .sm\:-ml-content {
    margin-left: -1600px;
  }

  .sm\:-mt-full {
    margin-top: -100%;
  }

  .sm\:-mr-full {
    margin-right: -100%;
  }

  .sm\:-mb-full {
    margin-bottom: -100%;
  }

  .sm\:-ml-full {
    margin-left: -100%;
  }

  .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\: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-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: .5rem;
  }

  .sm\:p-2 {
    padding: 1rem;
  }

  .sm\:p-3 {
    padding: 1.5rem;
  }

  .sm\:p-4 {
    padding: 2rem;
  }

  .sm\:p-5 {
    padding: 2.5rem;
  }

  .sm\:p-6 {
    padding: 3rem;
  }

  .sm\:p-7 {
    padding: 3.5rem;
  }

  .sm\:p-8 {
    padding: 4rem;
  }

  .sm\:p-9 {
    padding: 4.5rem;
  }

  .sm\:p-10 {
    padding: 5rem;
  }

  .sm\:p-12 {
    padding: 6rem;
  }

  .sm\:p-14 {
    padding: 7rem;
  }

  .sm\:p-16 {
    padding: 8rem;
  }

  .sm\:p-20 {
    padding: 10rem;
  }

  .sm\:p-25 {
    padding: 12.5rem;
  }

  .sm\:p-30 {
    padding: 15rem;
  }

  .sm\:p-40 {
    padding: 20rem;
  }

  .sm\:p-auto {
    padding: auto;
  }

  .sm\:p-\.5 {
    padding: .25rem;
  }

  .sm\:p-1\.5 {
    padding: .75rem;
  }

  .sm\:p-2\.5 {
    padding: 1.25rem;
  }

  .sm\:p-1\/2 {
    padding: 50%;
  }

  .sm\:p-content {
    padding: 1600px;
  }

  .sm\:p-full {
    padding: 100%;
  }

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

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

  .sm\:py-1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:px-1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:px-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

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

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

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

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

  .sm\:py-14 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:px-14 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:py-16 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-16 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-20 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-20 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-25 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .sm\:px-25 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .sm\:py-30 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:px-30 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:py-40 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:px-40 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .sm\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .sm\:py-\.5 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:px-\.5 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:py-1\.5 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:px-1\.5 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

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

  .sm\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:py-content {
    padding-top: 1600px;
    padding-bottom: 1600px;
  }

  .sm\:px-content {
    padding-left: 1600px;
    padding-right: 1600px;
  }

  .sm\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

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

  .sm\:pr-1 {
    padding-right: .5rem;
  }

  .sm\:pb-1 {
    padding-bottom: .5rem;
  }

  .sm\:pl-1 {
    padding-left: .5rem;
  }

  .sm\:pt-2 {
    padding-top: 1rem;
  }

  .sm\:pr-2 {
    padding-right: 1rem;
  }

  .sm\:pb-2 {
    padding-bottom: 1rem;
  }

  .sm\:pl-2 {
    padding-left: 1rem;
  }

  .sm\:pt-3 {
    padding-top: 1.5rem;
  }

  .sm\:pr-3 {
    padding-right: 1.5rem;
  }

  .sm\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-3 {
    padding-left: 1.5rem;
  }

  .sm\:pt-4 {
    padding-top: 2rem;
  }

  .sm\:pr-4 {
    padding-right: 2rem;
  }

  .sm\:pb-4 {
    padding-bottom: 2rem;
  }

  .sm\:pl-4 {
    padding-left: 2rem;
  }

  .sm\:pt-5 {
    padding-top: 2.5rem;
  }

  .sm\:pr-5 {
    padding-right: 2.5rem;
  }

  .sm\:pb-5 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-5 {
    padding-left: 2.5rem;
  }

  .sm\:pt-6 {
    padding-top: 3rem;
  }

  .sm\:pr-6 {
    padding-right: 3rem;
  }

  .sm\:pb-6 {
    padding-bottom: 3rem;
  }

  .sm\:pl-6 {
    padding-left: 3rem;
  }

  .sm\:pt-7 {
    padding-top: 3.5rem;
  }

  .sm\:pr-7 {
    padding-right: 3.5rem;
  }

  .sm\:pb-7 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-7 {
    padding-left: 3.5rem;
  }

  .sm\:pt-8 {
    padding-top: 4rem;
  }

  .sm\:pr-8 {
    padding-right: 4rem;
  }

  .sm\:pb-8 {
    padding-bottom: 4rem;
  }

  .sm\:pl-8 {
    padding-left: 4rem;
  }

  .sm\:pt-9 {
    padding-top: 4.5rem;
  }

  .sm\:pr-9 {
    padding-right: 4.5rem;
  }

  .sm\:pb-9 {
    padding-bottom: 4.5rem;
  }

  .sm\:pl-9 {
    padding-left: 4.5rem;
  }

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

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

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

  .sm\:pl-10 {
    padding-left: 5rem;
  }

  .sm\:pt-12 {
    padding-top: 6rem;
  }

  .sm\:pr-12 {
    padding-right: 6rem;
  }

  .sm\:pb-12 {
    padding-bottom: 6rem;
  }

  .sm\:pl-12 {
    padding-left: 6rem;
  }

  .sm\:pt-14 {
    padding-top: 7rem;
  }

  .sm\:pr-14 {
    padding-right: 7rem;
  }

  .sm\:pb-14 {
    padding-bottom: 7rem;
  }

  .sm\:pl-14 {
    padding-left: 7rem;
  }

  .sm\:pt-16 {
    padding-top: 8rem;
  }

  .sm\:pr-16 {
    padding-right: 8rem;
  }

  .sm\:pb-16 {
    padding-bottom: 8rem;
  }

  .sm\:pl-16 {
    padding-left: 8rem;
  }

  .sm\:pt-20 {
    padding-top: 10rem;
  }

  .sm\:pr-20 {
    padding-right: 10rem;
  }

  .sm\:pb-20 {
    padding-bottom: 10rem;
  }

  .sm\:pl-20 {
    padding-left: 10rem;
  }

  .sm\:pt-25 {
    padding-top: 12.5rem;
  }

  .sm\:pr-25 {
    padding-right: 12.5rem;
  }

  .sm\:pb-25 {
    padding-bottom: 12.5rem;
  }

  .sm\:pl-25 {
    padding-left: 12.5rem;
  }

  .sm\:pt-30 {
    padding-top: 15rem;
  }

  .sm\:pr-30 {
    padding-right: 15rem;
  }

  .sm\:pb-30 {
    padding-bottom: 15rem;
  }

  .sm\:pl-30 {
    padding-left: 15rem;
  }

  .sm\:pt-40 {
    padding-top: 20rem;
  }

  .sm\:pr-40 {
    padding-right: 20rem;
  }

  .sm\:pb-40 {
    padding-bottom: 20rem;
  }

  .sm\:pl-40 {
    padding-left: 20rem;
  }

  .sm\:pt-auto {
    padding-top: auto;
  }

  .sm\:pr-auto {
    padding-right: auto;
  }

  .sm\:pb-auto {
    padding-bottom: auto;
  }

  .sm\:pl-auto {
    padding-left: auto;
  }

  .sm\:pt-\.5 {
    padding-top: .25rem;
  }

  .sm\:pr-\.5 {
    padding-right: .25rem;
  }

  .sm\:pb-\.5 {
    padding-bottom: .25rem;
  }

  .sm\:pl-\.5 {
    padding-left: .25rem;
  }

  .sm\:pt-1\.5 {
    padding-top: .75rem;
  }

  .sm\:pr-1\.5 {
    padding-right: .75rem;
  }

  .sm\:pb-1\.5 {
    padding-bottom: .75rem;
  }

  .sm\:pl-1\.5 {
    padding-left: .75rem;
  }

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

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

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

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

  .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-content {
    padding-top: 1600px;
  }

  .sm\:pr-content {
    padding-right: 1600px;
  }

  .sm\:pb-content {
    padding-bottom: 1600px;
  }

  .sm\:pl-content {
    padding-left: 1600px;
  }

  .sm\:pt-full {
    padding-top: 100%;
  }

  .sm\:pr-full {
    padding-right: 100%;
  }

  .sm\:pb-full {
    padding-bottom: 100%;
  }

  .sm\:pl-full {
    padding-left: 100%;
  }

  .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-xl {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .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-xl:hover {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-black {
    color: hsla(210, 3%, 1%, 1);
  }

  .sm\:text-black-o-80 {
    color: hsla(210, 3%, 1%, .8);
  }

  .sm\:text-grey-darkest {
    color: hsla(210, 3%, 20%, 1);
  }

  .sm\:text-grey-darker {
    color: hsla(210, 3%, 30%, 1);
  }

  .sm\:text-grey-dark {
    color: hsla(210, 3%, 50%, 1);
  }

  .sm\:text-grey-dark-o-80 {
    color: hsla(210, 3%, 50%, .8);
  }

  .sm\:text-grey {
    color: hsla(210, 3%, 70%, 1);
  }

  .sm\:text-grey-o-80 {
    color: hsla(210, 3%, 70%, .8);
  }

  .sm\:text-grey-light {
    color: hsla(210, 3%, 75%, 1);
  }

  .sm\:text-grey-lighter {
    color: hsla(210, 3%, 80%, 1);
  }

  .sm\:text-grey-lightest {
    color: hsla(210, 3%, 90%, 1);
  }

  .sm\:text-white {
    color: hsla(210, 3%, 98%, 1);
  }

  .sm\:text-full-white {
    color: #fff;
  }

  .sm\:text-peach {
    color: hsla(14, 87%, 63%, 1);
  }

  .sm\:text-peach-o-80 {
    color: hsla(14, 87%, 63%, .8);
  }

  .sm\:text-peach-active {
    color: hsla(14, 90%, 59%, 1);
  }

  .sm\:text-green {
    color: hsla(111, 21%, 56%, 1);
  }

  .sm\:text-green-o-80 {
    color: hsla(111, 21%, 56%, .8);
  }

  .sm\:text-green-active {
    color: hsla(111, 23%, 555%, 1);
  }

  .sm\:text-blue-faded {
    color: hsla(212, 7%, 39%, 1);
  }

  .sm\:text-blue-dark {
    color: hsla(212, 10%, 32%, 1);
  }

  .sm\:text-blue-dark-o-80 {
    color: hsla(212, 10%, 32%, .8);
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-black:hover {
    color: hsla(210, 3%, 1%, 1);
  }

  .sm\:hover\:text-black-o-80:hover {
    color: hsla(210, 3%, 1%, .8);
  }

  .sm\:hover\:text-grey-darkest:hover {
    color: hsla(210, 3%, 20%, 1);
  }

  .sm\:hover\:text-grey-darker:hover {
    color: hsla(210, 3%, 30%, 1);
  }

  .sm\:hover\:text-grey-dark:hover {
    color: hsla(210, 3%, 50%, 1);
  }

  .sm\:hover\:text-grey-dark-o-80:hover {
    color: hsla(210, 3%, 50%, .8);
  }

  .sm\:hover\:text-grey:hover {
    color: hsla(210, 3%, 70%, 1);
  }

  .sm\:hover\:text-grey-o-80:hover {
    color: hsla(210, 3%, 70%, .8);
  }

  .sm\:hover\:text-grey-light:hover {
    color: hsla(210, 3%, 75%, 1);
  }

  .sm\:hover\:text-grey-lighter:hover {
    color: hsla(210, 3%, 80%, 1);
  }

  .sm\:hover\:text-grey-lightest:hover {
    color: hsla(210, 3%, 90%, 1);
  }

  .sm\:hover\:text-white:hover {
    color: hsla(210, 3%, 98%, 1);
  }

  .sm\:hover\:text-full-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-peach:hover {
    color: hsla(14, 87%, 63%, 1);
  }

  .sm\:hover\:text-peach-o-80:hover {
    color: hsla(14, 87%, 63%, .8);
  }

  .sm\:hover\:text-peach-active:hover {
    color: hsla(14, 90%, 59%, 1);
  }

  .sm\:hover\:text-green:hover {
    color: hsla(111, 21%, 56%, 1);
  }

  .sm\:hover\:text-green-o-80:hover {
    color: hsla(111, 21%, 56%, .8);
  }

  .sm\:hover\:text-green-active:hover {
    color: hsla(111, 23%, 555%, 1);
  }

  .sm\:hover\:text-blue-faded:hover {
    color: hsla(212, 7%, 39%, 1);
  }

  .sm\:hover\:text-blue-dark:hover {
    color: hsla(212, 10%, 32%, 1);
  }

  .sm\:hover\:text-blue-dark-o-80:hover {
    color: hsla(212, 10%, 32%, .8);
  }

  .sm\:text-xs {
    font-size: .625rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
  }

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

  .sm\:text-md {
    font-size: 1.375rem;
  }

  .sm\:text-lg {
    font-size: 1.75rem;
  }

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

  .sm\:text-xxl {
    font-size: 4.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\: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-32 {
    width: 16rem;
  }

  .sm\:w-60 {
    width: 30rem;
  }

  .sm\:w-75 {
    width: 32.5rem;
  }

  .sm\:w-90 {
    width: 45rem;
  }

  .sm\:w-120 {
    width: 60rem;
  }

  .sm\:w-150 {
    width: 75rem;
  }

  .sm\:w-content {
    width: 1600px;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66666%;
  }

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

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-double {
    width: 200%;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }
}

@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-transparent {
    background-color: transparent;
  }

  .md\:bg-black {
    background-color: hsla(210, 3%, 1%, 1);
  }

  .md\:bg-black-o-80 {
    background-color: hsla(210, 3%, 1%, .8);
  }

  .md\:bg-grey-darkest {
    background-color: hsla(210, 3%, 20%, 1);
  }

  .md\:bg-grey-darker {
    background-color: hsla(210, 3%, 30%, 1);
  }

  .md\:bg-grey-dark {
    background-color: hsla(210, 3%, 50%, 1);
  }

  .md\:bg-grey-dark-o-80 {
    background-color: hsla(210, 3%, 50%, .8);
  }

  .md\:bg-grey {
    background-color: hsla(210, 3%, 70%, 1);
  }

  .md\:bg-grey-o-80 {
    background-color: hsla(210, 3%, 70%, .8);
  }

  .md\:bg-grey-light {
    background-color: hsla(210, 3%, 75%, 1);
  }

  .md\:bg-grey-lighter {
    background-color: hsla(210, 3%, 80%, 1);
  }

  .md\:bg-grey-lightest {
    background-color: hsla(210, 3%, 90%, 1);
  }

  .md\:bg-white {
    background-color: hsla(210, 3%, 98%, 1);
  }

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

  .md\:bg-peach {
    background-color: hsla(14, 87%, 63%, 1);
  }

  .md\:bg-peach-o-80 {
    background-color: hsla(14, 87%, 63%, .8);
  }

  .md\:bg-peach-active {
    background-color: hsla(14, 90%, 59%, 1);
  }

  .md\:bg-green {
    background-color: hsla(111, 21%, 56%, 1);
  }

  .md\:bg-green-o-80 {
    background-color: hsla(111, 21%, 56%, .8);
  }

  .md\:bg-green-active {
    background-color: hsla(111, 23%, 555%, 1);
  }

  .md\:bg-blue-faded {
    background-color: hsla(212, 7%, 39%, 1);
  }

  .md\:bg-blue-dark {
    background-color: hsla(212, 10%, 32%, 1);
  }

  .md\:bg-blue-dark-o-80 {
    background-color: hsla(212, 10%, 32%, .8);
  }

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

  .md\:hover\:bg-black:hover {
    background-color: hsla(210, 3%, 1%, 1);
  }

  .md\:hover\:bg-black-o-80:hover {
    background-color: hsla(210, 3%, 1%, .8);
  }

  .md\:hover\:bg-grey-darkest:hover {
    background-color: hsla(210, 3%, 20%, 1);
  }

  .md\:hover\:bg-grey-darker:hover {
    background-color: hsla(210, 3%, 30%, 1);
  }

  .md\:hover\:bg-grey-dark:hover {
    background-color: hsla(210, 3%, 50%, 1);
  }

  .md\:hover\:bg-grey-dark-o-80:hover {
    background-color: hsla(210, 3%, 50%, .8);
  }

  .md\:hover\:bg-grey:hover {
    background-color: hsla(210, 3%, 70%, 1);
  }

  .md\:hover\:bg-grey-o-80:hover {
    background-color: hsla(210, 3%, 70%, .8);
  }

  .md\:hover\:bg-grey-light:hover {
    background-color: hsla(210, 3%, 75%, 1);
  }

  .md\:hover\:bg-grey-lighter:hover {
    background-color: hsla(210, 3%, 80%, 1);
  }

  .md\:hover\:bg-grey-lightest:hover {
    background-color: hsla(210, 3%, 90%, 1);
  }

  .md\:hover\:bg-white:hover {
    background-color: hsla(210, 3%, 98%, 1);
  }

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

  .md\:hover\:bg-peach:hover {
    background-color: hsla(14, 87%, 63%, 1);
  }

  .md\:hover\:bg-peach-o-80:hover {
    background-color: hsla(14, 87%, 63%, .8);
  }

  .md\:hover\:bg-peach-active:hover {
    background-color: hsla(14, 90%, 59%, 1);
  }

  .md\:hover\:bg-green:hover {
    background-color: hsla(111, 21%, 56%, 1);
  }

  .md\:hover\:bg-green-o-80:hover {
    background-color: hsla(111, 21%, 56%, .8);
  }

  .md\:hover\:bg-green-active:hover {
    background-color: hsla(111, 23%, 555%, 1);
  }

  .md\:hover\:bg-blue-faded:hover {
    background-color: hsla(212, 7%, 39%, 1);
  }

  .md\:hover\:bg-blue-dark:hover {
    background-color: hsla(212, 10%, 32%, 1);
  }

  .md\:hover\:bg-blue-dark-o-80:hover {
    background-color: hsla(212, 10%, 32%, .8);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-black {
    border-color: hsla(210, 3%, 1%, 1);
  }

  .md\:border-black-o-80 {
    border-color: hsla(210, 3%, 1%, .8);
  }

  .md\:border-grey-darkest {
    border-color: hsla(210, 3%, 20%, 1);
  }

  .md\:border-grey-darker {
    border-color: hsla(210, 3%, 30%, 1);
  }

  .md\:border-grey-dark {
    border-color: hsla(210, 3%, 50%, 1);
  }

  .md\:border-grey-dark-o-80 {
    border-color: hsla(210, 3%, 50%, .8);
  }

  .md\:border-grey {
    border-color: hsla(210, 3%, 70%, 1);
  }

  .md\:border-grey-o-80 {
    border-color: hsla(210, 3%, 70%, .8);
  }

  .md\:border-grey-light {
    border-color: hsla(210, 3%, 75%, 1);
  }

  .md\:border-grey-lighter {
    border-color: hsla(210, 3%, 80%, 1);
  }

  .md\:border-grey-lightest {
    border-color: hsla(210, 3%, 90%, 1);
  }

  .md\:border-white {
    border-color: hsla(210, 3%, 98%, 1);
  }

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

  .md\:border-peach {
    border-color: hsla(14, 87%, 63%, 1);
  }

  .md\:border-peach-o-80 {
    border-color: hsla(14, 87%, 63%, .8);
  }

  .md\:border-peach-active {
    border-color: hsla(14, 90%, 59%, 1);
  }

  .md\:border-green {
    border-color: hsla(111, 21%, 56%, 1);
  }

  .md\:border-green-o-80 {
    border-color: hsla(111, 21%, 56%, .8);
  }

  .md\:border-green-active {
    border-color: hsla(111, 23%, 555%, 1);
  }

  .md\:border-blue-faded {
    border-color: hsla(212, 7%, 39%, 1);
  }

  .md\:border-blue-dark {
    border-color: hsla(212, 10%, 32%, 1);
  }

  .md\:border-blue-dark-o-80 {
    border-color: hsla(212, 10%, 32%, .8);
  }

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

  .md\:hover\:border-black:hover {
    border-color: hsla(210, 3%, 1%, 1);
  }

  .md\:hover\:border-black-o-80:hover {
    border-color: hsla(210, 3%, 1%, .8);
  }

  .md\:hover\:border-grey-darkest:hover {
    border-color: hsla(210, 3%, 20%, 1);
  }

  .md\:hover\:border-grey-darker:hover {
    border-color: hsla(210, 3%, 30%, 1);
  }

  .md\:hover\:border-grey-dark:hover {
    border-color: hsla(210, 3%, 50%, 1);
  }

  .md\:hover\:border-grey-dark-o-80:hover {
    border-color: hsla(210, 3%, 50%, .8);
  }

  .md\:hover\:border-grey:hover {
    border-color: hsla(210, 3%, 70%, 1);
  }

  .md\:hover\:border-grey-o-80:hover {
    border-color: hsla(210, 3%, 70%, .8);
  }

  .md\:hover\:border-grey-light:hover {
    border-color: hsla(210, 3%, 75%, 1);
  }

  .md\:hover\:border-grey-lighter:hover {
    border-color: hsla(210, 3%, 80%, 1);
  }

  .md\:hover\:border-grey-lightest:hover {
    border-color: hsla(210, 3%, 90%, 1);
  }

  .md\:hover\:border-white:hover {
    border-color: hsla(210, 3%, 98%, 1);
  }

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

  .md\:hover\:border-peach:hover {
    border-color: hsla(14, 87%, 63%, 1);
  }

  .md\:hover\:border-peach-o-80:hover {
    border-color: hsla(14, 87%, 63%, .8);
  }

  .md\:hover\:border-peach-active:hover {
    border-color: hsla(14, 90%, 59%, 1);
  }

  .md\:hover\:border-green:hover {
    border-color: hsla(111, 21%, 56%, 1);
  }

  .md\:hover\:border-green-o-80:hover {
    border-color: hsla(111, 21%, 56%, .8);
  }

  .md\:hover\:border-green-active:hover {
    border-color: hsla(111, 23%, 555%, 1);
  }

  .md\:hover\:border-blue-faded:hover {
    border-color: hsla(212, 7%, 39%, 1);
  }

  .md\:hover\:border-blue-dark:hover {
    border-color: hsla(212, 10%, 32%, 1);
  }

  .md\:hover\:border-blue-dark-o-80:hover {
    border-color: hsla(212, 10%, 32%, .8);
  }

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

  .md\:flex-auto {
    flex: auto;
  }

  .md\:flex-initial {
    flex: initial;
  }

  .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: Proxima Web, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

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

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

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

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

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

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

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

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

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

  .md\:h-12 {
    height: 6rem;
  }

  .md\:h-14 {
    height: 7rem;
  }

  .md\:h-30 {
    height: 15rem;
  }

  .md\:h-45 {
    height: 22.5rem;
  }

  .md\:h-60 {
    height: 30rem;
  }

  .md\:h-80 {
    height: 40rem;
  }

  .md\:h-100 {
    height: 50rem;
  }

  .md\:h-120 {
    height: 60rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-half-viewport {
    height: 50vh;
  }

  .md\:h-3\/4-viewport {
    height: 75vh;
  }

  .md\:h-nearly-full-screen {
    height: 90vh;
  }

  .md\:h-double {
    height: 200%;
  }

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

  .md\:leading-tighter {
    line-height: 1.1;
  }

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

  .md\:leading-normal {
    line-height: 1.55;
  }

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

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: .5rem;
  }

  .md\:m-2 {
    margin: 1rem;
  }

  .md\:m-3 {
    margin: 1.5rem;
  }

  .md\:m-4 {
    margin: 2rem;
  }

  .md\:m-5 {
    margin: 2.5rem;
  }

  .md\:m-6 {
    margin: 3rem;
  }

  .md\:m-7 {
    margin: 3.5rem;
  }

  .md\:m-8 {
    margin: 4rem;
  }

  .md\:m-9 {
    margin: 4.5rem;
  }

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

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

  .md\:m-14 {
    margin: 7rem;
  }

  .md\:m-16 {
    margin: 8rem;
  }

  .md\:m-20 {
    margin: 10rem;
  }

  .md\:m-25 {
    margin: 12.5rem;
  }

  .md\:m-30 {
    margin: 15rem;
  }

  .md\:m-40 {
    margin: 20rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-\.5 {
    margin: .25rem;
  }

  .md\:m-1\.5 {
    margin: .75rem;
  }

  .md\:m-2\.5 {
    margin: 1.25rem;
  }

  .md\:m-1\/2 {
    margin: 50%;
  }

  .md\:m-content {
    margin: 1600px;
  }

  .md\:m-full {
    margin: 100%;
  }

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

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

  .md\:my-1 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:mx-1 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mx-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:my-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:mx-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

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

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

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

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

  .md\:my-14 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:mx-14 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:my-16 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-16 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-20 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-20 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-25 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .md\:mx-25 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .md\:my-30 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:mx-30 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:my-40 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:mx-40 {
    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-\.5 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:mx-\.5 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:my-1\.5 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:mx-1\.5 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

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

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

  .md\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:my-content {
    margin-top: 1600px;
    margin-bottom: 1600px;
  }

  .md\:mx-content {
    margin-left: 1600px;
    margin-right: 1600px;
  }

  .md\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

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

  .md\:mr-1 {
    margin-right: .5rem;
  }

  .md\:mb-1 {
    margin-bottom: .5rem;
  }

  .md\:ml-1 {
    margin-left: .5rem;
  }

  .md\:mt-2 {
    margin-top: 1rem;
  }

  .md\:mr-2 {
    margin-right: 1rem;
  }

  .md\:mb-2 {
    margin-bottom: 1rem;
  }

  .md\:ml-2 {
    margin-left: 1rem;
  }

  .md\:mt-3 {
    margin-top: 1.5rem;
  }

  .md\:mr-3 {
    margin-right: 1.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-3 {
    margin-left: 1.5rem;
  }

  .md\:mt-4 {
    margin-top: 2rem;
  }

  .md\:mr-4 {
    margin-right: 2rem;
  }

  .md\:mb-4 {
    margin-bottom: 2rem;
  }

  .md\:ml-4 {
    margin-left: 2rem;
  }

  .md\:mt-5 {
    margin-top: 2.5rem;
  }

  .md\:mr-5 {
    margin-right: 2.5rem;
  }

  .md\:mb-5 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-5 {
    margin-left: 2.5rem;
  }

  .md\:mt-6 {
    margin-top: 3rem;
  }

  .md\:mr-6 {
    margin-right: 3rem;
  }

  .md\:mb-6 {
    margin-bottom: 3rem;
  }

  .md\:ml-6 {
    margin-left: 3rem;
  }

  .md\:mt-7 {
    margin-top: 3.5rem;
  }

  .md\:mr-7 {
    margin-right: 3.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-7 {
    margin-left: 3.5rem;
  }

  .md\:mt-8 {
    margin-top: 4rem;
  }

  .md\:mr-8 {
    margin-right: 4rem;
  }

  .md\:mb-8 {
    margin-bottom: 4rem;
  }

  .md\:ml-8 {
    margin-left: 4rem;
  }

  .md\:mt-9 {
    margin-top: 4.5rem;
  }

  .md\:mr-9 {
    margin-right: 4.5rem;
  }

  .md\:mb-9 {
    margin-bottom: 4.5rem;
  }

  .md\:ml-9 {
    margin-left: 4.5rem;
  }

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

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

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

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

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

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

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

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

  .md\:mt-14 {
    margin-top: 7rem;
  }

  .md\:mr-14 {
    margin-right: 7rem;
  }

  .md\:mb-14 {
    margin-bottom: 7rem;
  }

  .md\:ml-14 {
    margin-left: 7rem;
  }

  .md\:mt-16 {
    margin-top: 8rem;
  }

  .md\:mr-16 {
    margin-right: 8rem;
  }

  .md\:mb-16 {
    margin-bottom: 8rem;
  }

  .md\:ml-16 {
    margin-left: 8rem;
  }

  .md\:mt-20 {
    margin-top: 10rem;
  }

  .md\:mr-20 {
    margin-right: 10rem;
  }

  .md\:mb-20 {
    margin-bottom: 10rem;
  }

  .md\:ml-20 {
    margin-left: 10rem;
  }

  .md\:mt-25 {
    margin-top: 12.5rem;
  }

  .md\:mr-25 {
    margin-right: 12.5rem;
  }

  .md\:mb-25 {
    margin-bottom: 12.5rem;
  }

  .md\:ml-25 {
    margin-left: 12.5rem;
  }

  .md\:mt-30 {
    margin-top: 15rem;
  }

  .md\:mr-30 {
    margin-right: 15rem;
  }

  .md\:mb-30 {
    margin-bottom: 15rem;
  }

  .md\:ml-30 {
    margin-left: 15rem;
  }

  .md\:mt-40 {
    margin-top: 20rem;
  }

  .md\:mr-40 {
    margin-right: 20rem;
  }

  .md\:mb-40 {
    margin-bottom: 20rem;
  }

  .md\:ml-40 {
    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-\.5 {
    margin-top: .25rem;
  }

  .md\:mr-\.5 {
    margin-right: .25rem;
  }

  .md\:mb-\.5 {
    margin-bottom: .25rem;
  }

  .md\:ml-\.5 {
    margin-left: .25rem;
  }

  .md\:mt-1\.5 {
    margin-top: .75rem;
  }

  .md\:mr-1\.5 {
    margin-right: .75rem;
  }

  .md\:mb-1\.5 {
    margin-bottom: .75rem;
  }

  .md\:ml-1\.5 {
    margin-left: .75rem;
  }

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

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

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

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

  .md\:mt-1\/2 {
    margin-top: 50%;
  }

  .md\:mr-1\/2 {
    margin-right: 50%;
  }

  .md\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .md\:ml-1\/2 {
    margin-left: 50%;
  }

  .md\:mt-content {
    margin-top: 1600px;
  }

  .md\:mr-content {
    margin-right: 1600px;
  }

  .md\:mb-content {
    margin-bottom: 1600px;
  }

  .md\:ml-content {
    margin-left: 1600px;
  }

  .md\:mt-full {
    margin-top: 100%;
  }

  .md\:mr-full {
    margin-right: 100%;
  }

  .md\:mb-full {
    margin-bottom: 100%;
  }

  .md\:ml-full {
    margin-left: 100%;
  }

  .md\:max-h-12 {
    max-height: 6rem;
  }

  .md\:max-h-14 {
    max-height: 7rem;
  }

  .md\:max-h-30 {
    max-height: 15rem;
  }

  .md\:max-h-45 {
    max-height: 22.5rem;
  }

  .md\:max-h-60 {
    max-height: 30rem;
  }

  .md\:max-h-80 {
    max-height: 40rem;
  }

  .md\:max-h-100 {
    max-height: 50rem;
  }

  .md\:max-h-120 {
    max-height: 60rem;
  }

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

  .md\:max-h-half-viewport {
    max-height: 50vh;
  }

  .md\:max-h-3\/4-viewport {
    max-height: 75vh;
  }

  .md\:max-h-nearly-full-screen {
    max-height: 90vh;
  }

  .md\:max-h-double {
    max-height: 200%;
  }

  .md\:max-w-32 {
    max-width: 16rem;
  }

  .md\:max-w-60 {
    max-width: 30rem;
  }

  .md\:max-w-75 {
    max-width: 32.5rem;
  }

  .md\:max-w-90 {
    max-width: 45rem;
  }

  .md\:max-w-120 {
    max-width: 60rem;
  }

  .md\:max-w-150 {
    max-width: 75rem;
  }

  .md\:max-w-content {
    max-width: 1600px;
  }

  .md\:max-w-1\/4 {
    max-width: 25%;
  }

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

  .md\:max-w-2\/3 {
    max-width: 66.66666%;
  }

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

  .md\:max-w-3\/4 {
    max-width: 75%;
  }

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

  .md\:max-w-double {
    max-width: 200%;
  }

  .md\:min-h-12 {
    min-height: 6rem;
  }

  .md\:min-h-14 {
    min-height: 7rem;
  }

  .md\:min-h-30 {
    min-height: 15rem;
  }

  .md\:min-h-45 {
    min-height: 22.5rem;
  }

  .md\:min-h-60 {
    min-height: 30rem;
  }

  .md\:min-h-80 {
    min-height: 40rem;
  }

  .md\:min-h-100 {
    min-height: 50rem;
  }

  .md\:min-h-120 {
    min-height: 60rem;
  }

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

  .md\:min-h-half-viewport {
    min-height: 50vh;
  }

  .md\:min-h-3\/4-viewport {
    min-height: 75vh;
  }

  .md\:min-h-nearly-full-screen {
    min-height: 90vh;
  }

  .md\:min-h-double {
    min-height: 200%;
  }

  .md\:min-w-32 {
    min-width: 16rem;
  }

  .md\:min-w-60 {
    min-width: 30rem;
  }

  .md\:min-w-75 {
    min-width: 32.5rem;
  }

  .md\:min-w-90 {
    min-width: 45rem;
  }

  .md\:min-w-120 {
    min-width: 60rem;
  }

  .md\:min-w-150 {
    min-width: 75rem;
  }

  .md\:min-w-content {
    min-width: 1600px;
  }

  .md\:min-w-1\/4 {
    min-width: 25%;
  }

  .md\:min-w-1\/3 {
    min-width: 33.33333%;
  }

  .md\:min-w-2\/3 {
    min-width: 66.66666%;
  }

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

  .md\:min-w-3\/4 {
    min-width: 75%;
  }

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

  .md\:min-w-double {
    min-width: 200%;
  }

  .md\:-m-0 {
    margin: 0;
  }

  .md\:-m-1 {
    margin: -0.5rem;
  }

  .md\:-m-2 {
    margin: -1rem;
  }

  .md\:-m-3 {
    margin: -1.5rem;
  }

  .md\:-m-4 {
    margin: -2rem;
  }

  .md\:-m-5 {
    margin: -2.5rem;
  }

  .md\:-m-6 {
    margin: -3rem;
  }

  .md\:-m-7 {
    margin: -3.5rem;
  }

  .md\:-m-8 {
    margin: -4rem;
  }

  .md\:-m-9 {
    margin: -4.5rem;
  }

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

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

  .md\:-m-14 {
    margin: -7rem;
  }

  .md\:-m-16 {
    margin: -8rem;
  }

  .md\:-m-20 {
    margin: -10rem;
  }

  .md\:-m-25 {
    margin: -12.5rem;
  }

  .md\:-m-30 {
    margin: -15rem;
  }

  .md\:-m-40 {
    margin: -20rem;
  }

  .md\:-m-auto {
    margin: -auto;
  }

  .md\:-m-\.5 {
    margin: -0.25rem;
  }

  .md\:-m-1\.5 {
    margin: -0.75rem;
  }

  .md\:-m-2\.5 {
    margin: -1.25rem;
  }

  .md\:-m-1\/2 {
    margin: -50%;
  }

  .md\:-m-content {
    margin: -1600px;
  }

  .md\:-m-full {
    margin: -100%;
  }

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

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

  .md\:-my-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-5 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-7 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-8 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-8 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-9 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:-mx-9 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

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

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

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

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

  .md\:-my-14 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-mx-14 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-my-16 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-16 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-20 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-20 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-25 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .md\:-mx-25 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .md\:-my-30 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-mx-30 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:-my-40 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-mx-40 {
    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-\.5 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-\.5 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-1\.5 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-1\.5 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

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

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

  .md\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-my-content {
    margin-top: -1600px;
    margin-bottom: -1600px;
  }

  .md\:-mx-content {
    margin-left: -1600px;
    margin-right: -1600px;
  }

  .md\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

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

  .md\:-mr-1 {
    margin-right: -0.5rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-1 {
    margin-left: -0.5rem;
  }

  .md\:-mt-2 {
    margin-top: -1rem;
  }

  .md\:-mr-2 {
    margin-right: -1rem;
  }

  .md\:-mb-2 {
    margin-bottom: -1rem;
  }

  .md\:-ml-2 {
    margin-left: -1rem;
  }

  .md\:-mt-3 {
    margin-top: -1.5rem;
  }

  .md\:-mr-3 {
    margin-right: -1.5rem;
  }

  .md\:-mb-3 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-3 {
    margin-left: -1.5rem;
  }

  .md\:-mt-4 {
    margin-top: -2rem;
  }

  .md\:-mr-4 {
    margin-right: -2rem;
  }

  .md\:-mb-4 {
    margin-bottom: -2rem;
  }

  .md\:-ml-4 {
    margin-left: -2rem;
  }

  .md\:-mt-5 {
    margin-top: -2.5rem;
  }

  .md\:-mr-5 {
    margin-right: -2.5rem;
  }

  .md\:-mb-5 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-5 {
    margin-left: -2.5rem;
  }

  .md\:-mt-6 {
    margin-top: -3rem;
  }

  .md\:-mr-6 {
    margin-right: -3rem;
  }

  .md\:-mb-6 {
    margin-bottom: -3rem;
  }

  .md\:-ml-6 {
    margin-left: -3rem;
  }

  .md\:-mt-7 {
    margin-top: -3.5rem;
  }

  .md\:-mr-7 {
    margin-right: -3.5rem;
  }

  .md\:-mb-7 {
    margin-bottom: -3.5rem;
  }

  .md\:-ml-7 {
    margin-left: -3.5rem;
  }

  .md\:-mt-8 {
    margin-top: -4rem;
  }

  .md\:-mr-8 {
    margin-right: -4rem;
  }

  .md\:-mb-8 {
    margin-bottom: -4rem;
  }

  .md\:-ml-8 {
    margin-left: -4rem;
  }

  .md\:-mt-9 {
    margin-top: -4.5rem;
  }

  .md\:-mr-9 {
    margin-right: -4.5rem;
  }

  .md\:-mb-9 {
    margin-bottom: -4.5rem;
  }

  .md\:-ml-9 {
    margin-left: -4.5rem;
  }

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

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

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

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

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

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

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

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

  .md\:-mt-14 {
    margin-top: -7rem;
  }

  .md\:-mr-14 {
    margin-right: -7rem;
  }

  .md\:-mb-14 {
    margin-bottom: -7rem;
  }

  .md\:-ml-14 {
    margin-left: -7rem;
  }

  .md\:-mt-16 {
    margin-top: -8rem;
  }

  .md\:-mr-16 {
    margin-right: -8rem;
  }

  .md\:-mb-16 {
    margin-bottom: -8rem;
  }

  .md\:-ml-16 {
    margin-left: -8rem;
  }

  .md\:-mt-20 {
    margin-top: -10rem;
  }

  .md\:-mr-20 {
    margin-right: -10rem;
  }

  .md\:-mb-20 {
    margin-bottom: -10rem;
  }

  .md\:-ml-20 {
    margin-left: -10rem;
  }

  .md\:-mt-25 {
    margin-top: -12.5rem;
  }

  .md\:-mr-25 {
    margin-right: -12.5rem;
  }

  .md\:-mb-25 {
    margin-bottom: -12.5rem;
  }

  .md\:-ml-25 {
    margin-left: -12.5rem;
  }

  .md\:-mt-30 {
    margin-top: -15rem;
  }

  .md\:-mr-30 {
    margin-right: -15rem;
  }

  .md\:-mb-30 {
    margin-bottom: -15rem;
  }

  .md\:-ml-30 {
    margin-left: -15rem;
  }

  .md\:-mt-40 {
    margin-top: -20rem;
  }

  .md\:-mr-40 {
    margin-right: -20rem;
  }

  .md\:-mb-40 {
    margin-bottom: -20rem;
  }

  .md\:-ml-40 {
    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-\.5 {
    margin-top: -0.25rem;
  }

  .md\:-mr-\.5 {
    margin-right: -0.25rem;
  }

  .md\:-mb-\.5 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-\.5 {
    margin-left: -0.25rem;
  }

  .md\:-mt-1\.5 {
    margin-top: -0.75rem;
  }

  .md\:-mr-1\.5 {
    margin-right: -0.75rem;
  }

  .md\:-mb-1\.5 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-1\.5 {
    margin-left: -0.75rem;
  }

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

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

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

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

  .md\:-mt-1\/2 {
    margin-top: -50%;
  }

  .md\:-mr-1\/2 {
    margin-right: -50%;
  }

  .md\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .md\:-ml-1\/2 {
    margin-left: -50%;
  }

  .md\:-mt-content {
    margin-top: -1600px;
  }

  .md\:-mr-content {
    margin-right: -1600px;
  }

  .md\:-mb-content {
    margin-bottom: -1600px;
  }

  .md\:-ml-content {
    margin-left: -1600px;
  }

  .md\:-mt-full {
    margin-top: -100%;
  }

  .md\:-mr-full {
    margin-right: -100%;
  }

  .md\:-mb-full {
    margin-bottom: -100%;
  }

  .md\:-ml-full {
    margin-left: -100%;
  }

  .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\: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-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: .5rem;
  }

  .md\:p-2 {
    padding: 1rem;
  }

  .md\:p-3 {
    padding: 1.5rem;
  }

  .md\:p-4 {
    padding: 2rem;
  }

  .md\:p-5 {
    padding: 2.5rem;
  }

  .md\:p-6 {
    padding: 3rem;
  }

  .md\:p-7 {
    padding: 3.5rem;
  }

  .md\:p-8 {
    padding: 4rem;
  }

  .md\:p-9 {
    padding: 4.5rem;
  }

  .md\:p-10 {
    padding: 5rem;
  }

  .md\:p-12 {
    padding: 6rem;
  }

  .md\:p-14 {
    padding: 7rem;
  }

  .md\:p-16 {
    padding: 8rem;
  }

  .md\:p-20 {
    padding: 10rem;
  }

  .md\:p-25 {
    padding: 12.5rem;
  }

  .md\:p-30 {
    padding: 15rem;
  }

  .md\:p-40 {
    padding: 20rem;
  }

  .md\:p-auto {
    padding: auto;
  }

  .md\:p-\.5 {
    padding: .25rem;
  }

  .md\:p-1\.5 {
    padding: .75rem;
  }

  .md\:p-2\.5 {
    padding: 1.25rem;
  }

  .md\:p-1\/2 {
    padding: 50%;
  }

  .md\:p-content {
    padding: 1600px;
  }

  .md\:p-full {
    padding: 100%;
  }

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

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

  .md\:py-1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:px-1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:px-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

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

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

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

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

  .md\:py-14 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:px-14 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:py-16 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-16 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-20 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-20 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-25 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .md\:px-25 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .md\:py-30 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:px-30 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:py-40 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:px-40 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .md\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .md\:py-\.5 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:px-\.5 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:py-1\.5 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:px-1\.5 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

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

  .md\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-content {
    padding-top: 1600px;
    padding-bottom: 1600px;
  }

  .md\:px-content {
    padding-left: 1600px;
    padding-right: 1600px;
  }

  .md\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

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

  .md\:pr-1 {
    padding-right: .5rem;
  }

  .md\:pb-1 {
    padding-bottom: .5rem;
  }

  .md\:pl-1 {
    padding-left: .5rem;
  }

  .md\:pt-2 {
    padding-top: 1rem;
  }

  .md\:pr-2 {
    padding-right: 1rem;
  }

  .md\:pb-2 {
    padding-bottom: 1rem;
  }

  .md\:pl-2 {
    padding-left: 1rem;
  }

  .md\:pt-3 {
    padding-top: 1.5rem;
  }

  .md\:pr-3 {
    padding-right: 1.5rem;
  }

  .md\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-3 {
    padding-left: 1.5rem;
  }

  .md\:pt-4 {
    padding-top: 2rem;
  }

  .md\:pr-4 {
    padding-right: 2rem;
  }

  .md\:pb-4 {
    padding-bottom: 2rem;
  }

  .md\:pl-4 {
    padding-left: 2rem;
  }

  .md\:pt-5 {
    padding-top: 2.5rem;
  }

  .md\:pr-5 {
    padding-right: 2.5rem;
  }

  .md\:pb-5 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-5 {
    padding-left: 2.5rem;
  }

  .md\:pt-6 {
    padding-top: 3rem;
  }

  .md\:pr-6 {
    padding-right: 3rem;
  }

  .md\:pb-6 {
    padding-bottom: 3rem;
  }

  .md\:pl-6 {
    padding-left: 3rem;
  }

  .md\:pt-7 {
    padding-top: 3.5rem;
  }

  .md\:pr-7 {
    padding-right: 3.5rem;
  }

  .md\:pb-7 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-7 {
    padding-left: 3.5rem;
  }

  .md\:pt-8 {
    padding-top: 4rem;
  }

  .md\:pr-8 {
    padding-right: 4rem;
  }

  .md\:pb-8 {
    padding-bottom: 4rem;
  }

  .md\:pl-8 {
    padding-left: 4rem;
  }

  .md\:pt-9 {
    padding-top: 4.5rem;
  }

  .md\:pr-9 {
    padding-right: 4.5rem;
  }

  .md\:pb-9 {
    padding-bottom: 4.5rem;
  }

  .md\:pl-9 {
    padding-left: 4.5rem;
  }

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

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

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

  .md\:pl-10 {
    padding-left: 5rem;
  }

  .md\:pt-12 {
    padding-top: 6rem;
  }

  .md\:pr-12 {
    padding-right: 6rem;
  }

  .md\:pb-12 {
    padding-bottom: 6rem;
  }

  .md\:pl-12 {
    padding-left: 6rem;
  }

  .md\:pt-14 {
    padding-top: 7rem;
  }

  .md\:pr-14 {
    padding-right: 7rem;
  }

  .md\:pb-14 {
    padding-bottom: 7rem;
  }

  .md\:pl-14 {
    padding-left: 7rem;
  }

  .md\:pt-16 {
    padding-top: 8rem;
  }

  .md\:pr-16 {
    padding-right: 8rem;
  }

  .md\:pb-16 {
    padding-bottom: 8rem;
  }

  .md\:pl-16 {
    padding-left: 8rem;
  }

  .md\:pt-20 {
    padding-top: 10rem;
  }

  .md\:pr-20 {
    padding-right: 10rem;
  }

  .md\:pb-20 {
    padding-bottom: 10rem;
  }

  .md\:pl-20 {
    padding-left: 10rem;
  }

  .md\:pt-25 {
    padding-top: 12.5rem;
  }

  .md\:pr-25 {
    padding-right: 12.5rem;
  }

  .md\:pb-25 {
    padding-bottom: 12.5rem;
  }

  .md\:pl-25 {
    padding-left: 12.5rem;
  }

  .md\:pt-30 {
    padding-top: 15rem;
  }

  .md\:pr-30 {
    padding-right: 15rem;
  }

  .md\:pb-30 {
    padding-bottom: 15rem;
  }

  .md\:pl-30 {
    padding-left: 15rem;
  }

  .md\:pt-40 {
    padding-top: 20rem;
  }

  .md\:pr-40 {
    padding-right: 20rem;
  }

  .md\:pb-40 {
    padding-bottom: 20rem;
  }

  .md\:pl-40 {
    padding-left: 20rem;
  }

  .md\:pt-auto {
    padding-top: auto;
  }

  .md\:pr-auto {
    padding-right: auto;
  }

  .md\:pb-auto {
    padding-bottom: auto;
  }

  .md\:pl-auto {
    padding-left: auto;
  }

  .md\:pt-\.5 {
    padding-top: .25rem;
  }

  .md\:pr-\.5 {
    padding-right: .25rem;
  }

  .md\:pb-\.5 {
    padding-bottom: .25rem;
  }

  .md\:pl-\.5 {
    padding-left: .25rem;
  }

  .md\:pt-1\.5 {
    padding-top: .75rem;
  }

  .md\:pr-1\.5 {
    padding-right: .75rem;
  }

  .md\:pb-1\.5 {
    padding-bottom: .75rem;
  }

  .md\:pl-1\.5 {
    padding-left: .75rem;
  }

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

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

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

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

  .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-content {
    padding-top: 1600px;
  }

  .md\:pr-content {
    padding-right: 1600px;
  }

  .md\:pb-content {
    padding-bottom: 1600px;
  }

  .md\:pl-content {
    padding-left: 1600px;
  }

  .md\:pt-full {
    padding-top: 100%;
  }

  .md\:pr-full {
    padding-right: 100%;
  }

  .md\:pb-full {
    padding-bottom: 100%;
  }

  .md\:pl-full {
    padding-left: 100%;
  }

  .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-xl {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .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-xl:hover {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-black {
    color: hsla(210, 3%, 1%, 1);
  }

  .md\:text-black-o-80 {
    color: hsla(210, 3%, 1%, .8);
  }

  .md\:text-grey-darkest {
    color: hsla(210, 3%, 20%, 1);
  }

  .md\:text-grey-darker {
    color: hsla(210, 3%, 30%, 1);
  }

  .md\:text-grey-dark {
    color: hsla(210, 3%, 50%, 1);
  }

  .md\:text-grey-dark-o-80 {
    color: hsla(210, 3%, 50%, .8);
  }

  .md\:text-grey {
    color: hsla(210, 3%, 70%, 1);
  }

  .md\:text-grey-o-80 {
    color: hsla(210, 3%, 70%, .8);
  }

  .md\:text-grey-light {
    color: hsla(210, 3%, 75%, 1);
  }

  .md\:text-grey-lighter {
    color: hsla(210, 3%, 80%, 1);
  }

  .md\:text-grey-lightest {
    color: hsla(210, 3%, 90%, 1);
  }

  .md\:text-white {
    color: hsla(210, 3%, 98%, 1);
  }

  .md\:text-full-white {
    color: #fff;
  }

  .md\:text-peach {
    color: hsla(14, 87%, 63%, 1);
  }

  .md\:text-peach-o-80 {
    color: hsla(14, 87%, 63%, .8);
  }

  .md\:text-peach-active {
    color: hsla(14, 90%, 59%, 1);
  }

  .md\:text-green {
    color: hsla(111, 21%, 56%, 1);
  }

  .md\:text-green-o-80 {
    color: hsla(111, 21%, 56%, .8);
  }

  .md\:text-green-active {
    color: hsla(111, 23%, 555%, 1);
  }

  .md\:text-blue-faded {
    color: hsla(212, 7%, 39%, 1);
  }

  .md\:text-blue-dark {
    color: hsla(212, 10%, 32%, 1);
  }

  .md\:text-blue-dark-o-80 {
    color: hsla(212, 10%, 32%, .8);
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-black:hover {
    color: hsla(210, 3%, 1%, 1);
  }

  .md\:hover\:text-black-o-80:hover {
    color: hsla(210, 3%, 1%, .8);
  }

  .md\:hover\:text-grey-darkest:hover {
    color: hsla(210, 3%, 20%, 1);
  }

  .md\:hover\:text-grey-darker:hover {
    color: hsla(210, 3%, 30%, 1);
  }

  .md\:hover\:text-grey-dark:hover {
    color: hsla(210, 3%, 50%, 1);
  }

  .md\:hover\:text-grey-dark-o-80:hover {
    color: hsla(210, 3%, 50%, .8);
  }

  .md\:hover\:text-grey:hover {
    color: hsla(210, 3%, 70%, 1);
  }

  .md\:hover\:text-grey-o-80:hover {
    color: hsla(210, 3%, 70%, .8);
  }

  .md\:hover\:text-grey-light:hover {
    color: hsla(210, 3%, 75%, 1);
  }

  .md\:hover\:text-grey-lighter:hover {
    color: hsla(210, 3%, 80%, 1);
  }

  .md\:hover\:text-grey-lightest:hover {
    color: hsla(210, 3%, 90%, 1);
  }

  .md\:hover\:text-white:hover {
    color: hsla(210, 3%, 98%, 1);
  }

  .md\:hover\:text-full-white:hover {
    color: #fff;
  }

  .md\:hover\:text-peach:hover {
    color: hsla(14, 87%, 63%, 1);
  }

  .md\:hover\:text-peach-o-80:hover {
    color: hsla(14, 87%, 63%, .8);
  }

  .md\:hover\:text-peach-active:hover {
    color: hsla(14, 90%, 59%, 1);
  }

  .md\:hover\:text-green:hover {
    color: hsla(111, 21%, 56%, 1);
  }

  .md\:hover\:text-green-o-80:hover {
    color: hsla(111, 21%, 56%, .8);
  }

  .md\:hover\:text-green-active:hover {
    color: hsla(111, 23%, 555%, 1);
  }

  .md\:hover\:text-blue-faded:hover {
    color: hsla(212, 7%, 39%, 1);
  }

  .md\:hover\:text-blue-dark:hover {
    color: hsla(212, 10%, 32%, 1);
  }

  .md\:hover\:text-blue-dark-o-80:hover {
    color: hsla(212, 10%, 32%, .8);
  }

  .md\:text-xs {
    font-size: .625rem;
  }

  .md\:text-sm {
    font-size: .875rem;
  }

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

  .md\:text-md {
    font-size: 1.375rem;
  }

  .md\:text-lg {
    font-size: 1.75rem;
  }

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

  .md\:text-xxl {
    font-size: 4.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\: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-32 {
    width: 16rem;
  }

  .md\:w-60 {
    width: 30rem;
  }

  .md\:w-75 {
    width: 32.5rem;
  }

  .md\:w-90 {
    width: 45rem;
  }

  .md\:w-120 {
    width: 60rem;
  }

  .md\:w-150 {
    width: 75rem;
  }

  .md\:w-content {
    width: 1600px;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66666%;
  }

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

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-double {
    width: 200%;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }
}

@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-transparent {
    background-color: transparent;
  }

  .lg\:bg-black {
    background-color: hsla(210, 3%, 1%, 1);
  }

  .lg\:bg-black-o-80 {
    background-color: hsla(210, 3%, 1%, .8);
  }

  .lg\:bg-grey-darkest {
    background-color: hsla(210, 3%, 20%, 1);
  }

  .lg\:bg-grey-darker {
    background-color: hsla(210, 3%, 30%, 1);
  }

  .lg\:bg-grey-dark {
    background-color: hsla(210, 3%, 50%, 1);
  }

  .lg\:bg-grey-dark-o-80 {
    background-color: hsla(210, 3%, 50%, .8);
  }

  .lg\:bg-grey {
    background-color: hsla(210, 3%, 70%, 1);
  }

  .lg\:bg-grey-o-80 {
    background-color: hsla(210, 3%, 70%, .8);
  }

  .lg\:bg-grey-light {
    background-color: hsla(210, 3%, 75%, 1);
  }

  .lg\:bg-grey-lighter {
    background-color: hsla(210, 3%, 80%, 1);
  }

  .lg\:bg-grey-lightest {
    background-color: hsla(210, 3%, 90%, 1);
  }

  .lg\:bg-white {
    background-color: hsla(210, 3%, 98%, 1);
  }

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

  .lg\:bg-peach {
    background-color: hsla(14, 87%, 63%, 1);
  }

  .lg\:bg-peach-o-80 {
    background-color: hsla(14, 87%, 63%, .8);
  }

  .lg\:bg-peach-active {
    background-color: hsla(14, 90%, 59%, 1);
  }

  .lg\:bg-green {
    background-color: hsla(111, 21%, 56%, 1);
  }

  .lg\:bg-green-o-80 {
    background-color: hsla(111, 21%, 56%, .8);
  }

  .lg\:bg-green-active {
    background-color: hsla(111, 23%, 555%, 1);
  }

  .lg\:bg-blue-faded {
    background-color: hsla(212, 7%, 39%, 1);
  }

  .lg\:bg-blue-dark {
    background-color: hsla(212, 10%, 32%, 1);
  }

  .lg\:bg-blue-dark-o-80 {
    background-color: hsla(212, 10%, 32%, .8);
  }

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

  .lg\:hover\:bg-black:hover {
    background-color: hsla(210, 3%, 1%, 1);
  }

  .lg\:hover\:bg-black-o-80:hover {
    background-color: hsla(210, 3%, 1%, .8);
  }

  .lg\:hover\:bg-grey-darkest:hover {
    background-color: hsla(210, 3%, 20%, 1);
  }

  .lg\:hover\:bg-grey-darker:hover {
    background-color: hsla(210, 3%, 30%, 1);
  }

  .lg\:hover\:bg-grey-dark:hover {
    background-color: hsla(210, 3%, 50%, 1);
  }

  .lg\:hover\:bg-grey-dark-o-80:hover {
    background-color: hsla(210, 3%, 50%, .8);
  }

  .lg\:hover\:bg-grey:hover {
    background-color: hsla(210, 3%, 70%, 1);
  }

  .lg\:hover\:bg-grey-o-80:hover {
    background-color: hsla(210, 3%, 70%, .8);
  }

  .lg\:hover\:bg-grey-light:hover {
    background-color: hsla(210, 3%, 75%, 1);
  }

  .lg\:hover\:bg-grey-lighter:hover {
    background-color: hsla(210, 3%, 80%, 1);
  }

  .lg\:hover\:bg-grey-lightest:hover {
    background-color: hsla(210, 3%, 90%, 1);
  }

  .lg\:hover\:bg-white:hover {
    background-color: hsla(210, 3%, 98%, 1);
  }

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

  .lg\:hover\:bg-peach:hover {
    background-color: hsla(14, 87%, 63%, 1);
  }

  .lg\:hover\:bg-peach-o-80:hover {
    background-color: hsla(14, 87%, 63%, .8);
  }

  .lg\:hover\:bg-peach-active:hover {
    background-color: hsla(14, 90%, 59%, 1);
  }

  .lg\:hover\:bg-green:hover {
    background-color: hsla(111, 21%, 56%, 1);
  }

  .lg\:hover\:bg-green-o-80:hover {
    background-color: hsla(111, 21%, 56%, .8);
  }

  .lg\:hover\:bg-green-active:hover {
    background-color: hsla(111, 23%, 555%, 1);
  }

  .lg\:hover\:bg-blue-faded:hover {
    background-color: hsla(212, 7%, 39%, 1);
  }

  .lg\:hover\:bg-blue-dark:hover {
    background-color: hsla(212, 10%, 32%, 1);
  }

  .lg\:hover\:bg-blue-dark-o-80:hover {
    background-color: hsla(212, 10%, 32%, .8);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-black {
    border-color: hsla(210, 3%, 1%, 1);
  }

  .lg\:border-black-o-80 {
    border-color: hsla(210, 3%, 1%, .8);
  }

  .lg\:border-grey-darkest {
    border-color: hsla(210, 3%, 20%, 1);
  }

  .lg\:border-grey-darker {
    border-color: hsla(210, 3%, 30%, 1);
  }

  .lg\:border-grey-dark {
    border-color: hsla(210, 3%, 50%, 1);
  }

  .lg\:border-grey-dark-o-80 {
    border-color: hsla(210, 3%, 50%, .8);
  }

  .lg\:border-grey {
    border-color: hsla(210, 3%, 70%, 1);
  }

  .lg\:border-grey-o-80 {
    border-color: hsla(210, 3%, 70%, .8);
  }

  .lg\:border-grey-light {
    border-color: hsla(210, 3%, 75%, 1);
  }

  .lg\:border-grey-lighter {
    border-color: hsla(210, 3%, 80%, 1);
  }

  .lg\:border-grey-lightest {
    border-color: hsla(210, 3%, 90%, 1);
  }

  .lg\:border-white {
    border-color: hsla(210, 3%, 98%, 1);
  }

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

  .lg\:border-peach {
    border-color: hsla(14, 87%, 63%, 1);
  }

  .lg\:border-peach-o-80 {
    border-color: hsla(14, 87%, 63%, .8);
  }

  .lg\:border-peach-active {
    border-color: hsla(14, 90%, 59%, 1);
  }

  .lg\:border-green {
    border-color: hsla(111, 21%, 56%, 1);
  }

  .lg\:border-green-o-80 {
    border-color: hsla(111, 21%, 56%, .8);
  }

  .lg\:border-green-active {
    border-color: hsla(111, 23%, 555%, 1);
  }

  .lg\:border-blue-faded {
    border-color: hsla(212, 7%, 39%, 1);
  }

  .lg\:border-blue-dark {
    border-color: hsla(212, 10%, 32%, 1);
  }

  .lg\:border-blue-dark-o-80 {
    border-color: hsla(212, 10%, 32%, .8);
  }

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

  .lg\:hover\:border-black:hover {
    border-color: hsla(210, 3%, 1%, 1);
  }

  .lg\:hover\:border-black-o-80:hover {
    border-color: hsla(210, 3%, 1%, .8);
  }

  .lg\:hover\:border-grey-darkest:hover {
    border-color: hsla(210, 3%, 20%, 1);
  }

  .lg\:hover\:border-grey-darker:hover {
    border-color: hsla(210, 3%, 30%, 1);
  }

  .lg\:hover\:border-grey-dark:hover {
    border-color: hsla(210, 3%, 50%, 1);
  }

  .lg\:hover\:border-grey-dark-o-80:hover {
    border-color: hsla(210, 3%, 50%, .8);
  }

  .lg\:hover\:border-grey:hover {
    border-color: hsla(210, 3%, 70%, 1);
  }

  .lg\:hover\:border-grey-o-80:hover {
    border-color: hsla(210, 3%, 70%, .8);
  }

  .lg\:hover\:border-grey-light:hover {
    border-color: hsla(210, 3%, 75%, 1);
  }

  .lg\:hover\:border-grey-lighter:hover {
    border-color: hsla(210, 3%, 80%, 1);
  }

  .lg\:hover\:border-grey-lightest:hover {
    border-color: hsla(210, 3%, 90%, 1);
  }

  .lg\:hover\:border-white:hover {
    border-color: hsla(210, 3%, 98%, 1);
  }

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

  .lg\:hover\:border-peach:hover {
    border-color: hsla(14, 87%, 63%, 1);
  }

  .lg\:hover\:border-peach-o-80:hover {
    border-color: hsla(14, 87%, 63%, .8);
  }

  .lg\:hover\:border-peach-active:hover {
    border-color: hsla(14, 90%, 59%, 1);
  }

  .lg\:hover\:border-green:hover {
    border-color: hsla(111, 21%, 56%, 1);
  }

  .lg\:hover\:border-green-o-80:hover {
    border-color: hsla(111, 21%, 56%, .8);
  }

  .lg\:hover\:border-green-active:hover {
    border-color: hsla(111, 23%, 555%, 1);
  }

  .lg\:hover\:border-blue-faded:hover {
    border-color: hsla(212, 7%, 39%, 1);
  }

  .lg\:hover\:border-blue-dark:hover {
    border-color: hsla(212, 10%, 32%, 1);
  }

  .lg\:hover\:border-blue-dark-o-80:hover {
    border-color: hsla(212, 10%, 32%, .8);
  }

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

  .lg\:flex-auto {
    flex: auto;
  }

  .lg\:flex-initial {
    flex: initial;
  }

  .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: Proxima Web, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

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

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

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

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

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

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

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

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

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

  .lg\:h-12 {
    height: 6rem;
  }

  .lg\:h-14 {
    height: 7rem;
  }

  .lg\:h-30 {
    height: 15rem;
  }

  .lg\:h-45 {
    height: 22.5rem;
  }

  .lg\:h-60 {
    height: 30rem;
  }

  .lg\:h-80 {
    height: 40rem;
  }

  .lg\:h-100 {
    height: 50rem;
  }

  .lg\:h-120 {
    height: 60rem;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-half-viewport {
    height: 50vh;
  }

  .lg\:h-3\/4-viewport {
    height: 75vh;
  }

  .lg\:h-nearly-full-screen {
    height: 90vh;
  }

  .lg\:h-double {
    height: 200%;
  }

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

  .lg\:leading-tighter {
    line-height: 1.1;
  }

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

  .lg\:leading-normal {
    line-height: 1.55;
  }

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

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: .5rem;
  }

  .lg\:m-2 {
    margin: 1rem;
  }

  .lg\:m-3 {
    margin: 1.5rem;
  }

  .lg\:m-4 {
    margin: 2rem;
  }

  .lg\:m-5 {
    margin: 2.5rem;
  }

  .lg\:m-6 {
    margin: 3rem;
  }

  .lg\:m-7 {
    margin: 3.5rem;
  }

  .lg\:m-8 {
    margin: 4rem;
  }

  .lg\:m-9 {
    margin: 4.5rem;
  }

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

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

  .lg\:m-14 {
    margin: 7rem;
  }

  .lg\:m-16 {
    margin: 8rem;
  }

  .lg\:m-20 {
    margin: 10rem;
  }

  .lg\:m-25 {
    margin: 12.5rem;
  }

  .lg\:m-30 {
    margin: 15rem;
  }

  .lg\:m-40 {
    margin: 20rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-\.5 {
    margin: .25rem;
  }

  .lg\:m-1\.5 {
    margin: .75rem;
  }

  .lg\:m-2\.5 {
    margin: 1.25rem;
  }

  .lg\:m-1\/2 {
    margin: 50%;
  }

  .lg\:m-content {
    margin: 1600px;
  }

  .lg\:m-full {
    margin: 100%;
  }

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

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

  .lg\:my-1 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:mx-1 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:mx-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:my-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:mx-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

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

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

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

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

  .lg\:my-14 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:mx-14 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:my-16 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-16 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-20 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-20 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-25 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .lg\:mx-25 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .lg\:my-30 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:mx-30 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:my-40 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:mx-40 {
    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-\.5 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:mx-\.5 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:my-1\.5 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:mx-1\.5 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

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

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

  .lg\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:my-content {
    margin-top: 1600px;
    margin-bottom: 1600px;
  }

  .lg\:mx-content {
    margin-left: 1600px;
    margin-right: 1600px;
  }

  .lg\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

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

  .lg\:mr-1 {
    margin-right: .5rem;
  }

  .lg\:mb-1 {
    margin-bottom: .5rem;
  }

  .lg\:ml-1 {
    margin-left: .5rem;
  }

  .lg\:mt-2 {
    margin-top: 1rem;
  }

  .lg\:mr-2 {
    margin-right: 1rem;
  }

  .lg\:mb-2 {
    margin-bottom: 1rem;
  }

  .lg\:ml-2 {
    margin-left: 1rem;
  }

  .lg\:mt-3 {
    margin-top: 1.5rem;
  }

  .lg\:mr-3 {
    margin-right: 1.5rem;
  }

  .lg\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-3 {
    margin-left: 1.5rem;
  }

  .lg\:mt-4 {
    margin-top: 2rem;
  }

  .lg\:mr-4 {
    margin-right: 2rem;
  }

  .lg\:mb-4 {
    margin-bottom: 2rem;
  }

  .lg\:ml-4 {
    margin-left: 2rem;
  }

  .lg\:mt-5 {
    margin-top: 2.5rem;
  }

  .lg\:mr-5 {
    margin-right: 2.5rem;
  }

  .lg\:mb-5 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-5 {
    margin-left: 2.5rem;
  }

  .lg\:mt-6 {
    margin-top: 3rem;
  }

  .lg\:mr-6 {
    margin-right: 3rem;
  }

  .lg\:mb-6 {
    margin-bottom: 3rem;
  }

  .lg\:ml-6 {
    margin-left: 3rem;
  }

  .lg\:mt-7 {
    margin-top: 3.5rem;
  }

  .lg\:mr-7 {
    margin-right: 3.5rem;
  }

  .lg\:mb-7 {
    margin-bottom: 3.5rem;
  }

  .lg\:ml-7 {
    margin-left: 3.5rem;
  }

  .lg\:mt-8 {
    margin-top: 4rem;
  }

  .lg\:mr-8 {
    margin-right: 4rem;
  }

  .lg\:mb-8 {
    margin-bottom: 4rem;
  }

  .lg\:ml-8 {
    margin-left: 4rem;
  }

  .lg\:mt-9 {
    margin-top: 4.5rem;
  }

  .lg\:mr-9 {
    margin-right: 4.5rem;
  }

  .lg\:mb-9 {
    margin-bottom: 4.5rem;
  }

  .lg\:ml-9 {
    margin-left: 4.5rem;
  }

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

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

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

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

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

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

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

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

  .lg\:mt-14 {
    margin-top: 7rem;
  }

  .lg\:mr-14 {
    margin-right: 7rem;
  }

  .lg\:mb-14 {
    margin-bottom: 7rem;
  }

  .lg\:ml-14 {
    margin-left: 7rem;
  }

  .lg\:mt-16 {
    margin-top: 8rem;
  }

  .lg\:mr-16 {
    margin-right: 8rem;
  }

  .lg\:mb-16 {
    margin-bottom: 8rem;
  }

  .lg\:ml-16 {
    margin-left: 8rem;
  }

  .lg\:mt-20 {
    margin-top: 10rem;
  }

  .lg\:mr-20 {
    margin-right: 10rem;
  }

  .lg\:mb-20 {
    margin-bottom: 10rem;
  }

  .lg\:ml-20 {
    margin-left: 10rem;
  }

  .lg\:mt-25 {
    margin-top: 12.5rem;
  }

  .lg\:mr-25 {
    margin-right: 12.5rem;
  }

  .lg\:mb-25 {
    margin-bottom: 12.5rem;
  }

  .lg\:ml-25 {
    margin-left: 12.5rem;
  }

  .lg\:mt-30 {
    margin-top: 15rem;
  }

  .lg\:mr-30 {
    margin-right: 15rem;
  }

  .lg\:mb-30 {
    margin-bottom: 15rem;
  }

  .lg\:ml-30 {
    margin-left: 15rem;
  }

  .lg\:mt-40 {
    margin-top: 20rem;
  }

  .lg\:mr-40 {
    margin-right: 20rem;
  }

  .lg\:mb-40 {
    margin-bottom: 20rem;
  }

  .lg\:ml-40 {
    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-\.5 {
    margin-top: .25rem;
  }

  .lg\:mr-\.5 {
    margin-right: .25rem;
  }

  .lg\:mb-\.5 {
    margin-bottom: .25rem;
  }

  .lg\:ml-\.5 {
    margin-left: .25rem;
  }

  .lg\:mt-1\.5 {
    margin-top: .75rem;
  }

  .lg\:mr-1\.5 {
    margin-right: .75rem;
  }

  .lg\:mb-1\.5 {
    margin-bottom: .75rem;
  }

  .lg\:ml-1\.5 {
    margin-left: .75rem;
  }

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

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

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

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

  .lg\:mt-1\/2 {
    margin-top: 50%;
  }

  .lg\:mr-1\/2 {
    margin-right: 50%;
  }

  .lg\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .lg\:ml-1\/2 {
    margin-left: 50%;
  }

  .lg\:mt-content {
    margin-top: 1600px;
  }

  .lg\:mr-content {
    margin-right: 1600px;
  }

  .lg\:mb-content {
    margin-bottom: 1600px;
  }

  .lg\:ml-content {
    margin-left: 1600px;
  }

  .lg\:mt-full {
    margin-top: 100%;
  }

  .lg\:mr-full {
    margin-right: 100%;
  }

  .lg\:mb-full {
    margin-bottom: 100%;
  }

  .lg\:ml-full {
    margin-left: 100%;
  }

  .lg\:max-h-12 {
    max-height: 6rem;
  }

  .lg\:max-h-14 {
    max-height: 7rem;
  }

  .lg\:max-h-30 {
    max-height: 15rem;
  }

  .lg\:max-h-45 {
    max-height: 22.5rem;
  }

  .lg\:max-h-60 {
    max-height: 30rem;
  }

  .lg\:max-h-80 {
    max-height: 40rem;
  }

  .lg\:max-h-100 {
    max-height: 50rem;
  }

  .lg\:max-h-120 {
    max-height: 60rem;
  }

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

  .lg\:max-h-half-viewport {
    max-height: 50vh;
  }

  .lg\:max-h-3\/4-viewport {
    max-height: 75vh;
  }

  .lg\:max-h-nearly-full-screen {
    max-height: 90vh;
  }

  .lg\:max-h-double {
    max-height: 200%;
  }

  .lg\:max-w-32 {
    max-width: 16rem;
  }

  .lg\:max-w-60 {
    max-width: 30rem;
  }

  .lg\:max-w-75 {
    max-width: 32.5rem;
  }

  .lg\:max-w-90 {
    max-width: 45rem;
  }

  .lg\:max-w-120 {
    max-width: 60rem;
  }

  .lg\:max-w-150 {
    max-width: 75rem;
  }

  .lg\:max-w-content {
    max-width: 1600px;
  }

  .lg\:max-w-1\/4 {
    max-width: 25%;
  }

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

  .lg\:max-w-2\/3 {
    max-width: 66.66666%;
  }

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

  .lg\:max-w-3\/4 {
    max-width: 75%;
  }

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

  .lg\:max-w-double {
    max-width: 200%;
  }

  .lg\:min-h-12 {
    min-height: 6rem;
  }

  .lg\:min-h-14 {
    min-height: 7rem;
  }

  .lg\:min-h-30 {
    min-height: 15rem;
  }

  .lg\:min-h-45 {
    min-height: 22.5rem;
  }

  .lg\:min-h-60 {
    min-height: 30rem;
  }

  .lg\:min-h-80 {
    min-height: 40rem;
  }

  .lg\:min-h-100 {
    min-height: 50rem;
  }

  .lg\:min-h-120 {
    min-height: 60rem;
  }

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

  .lg\:min-h-half-viewport {
    min-height: 50vh;
  }

  .lg\:min-h-3\/4-viewport {
    min-height: 75vh;
  }

  .lg\:min-h-nearly-full-screen {
    min-height: 90vh;
  }

  .lg\:min-h-double {
    min-height: 200%;
  }

  .lg\:min-w-32 {
    min-width: 16rem;
  }

  .lg\:min-w-60 {
    min-width: 30rem;
  }

  .lg\:min-w-75 {
    min-width: 32.5rem;
  }

  .lg\:min-w-90 {
    min-width: 45rem;
  }

  .lg\:min-w-120 {
    min-width: 60rem;
  }

  .lg\:min-w-150 {
    min-width: 75rem;
  }

  .lg\:min-w-content {
    min-width: 1600px;
  }

  .lg\:min-w-1\/4 {
    min-width: 25%;
  }

  .lg\:min-w-1\/3 {
    min-width: 33.33333%;
  }

  .lg\:min-w-2\/3 {
    min-width: 66.66666%;
  }

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

  .lg\:min-w-3\/4 {
    min-width: 75%;
  }

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

  .lg\:min-w-double {
    min-width: 200%;
  }

  .lg\:-m-0 {
    margin: 0;
  }

  .lg\:-m-1 {
    margin: -0.5rem;
  }

  .lg\:-m-2 {
    margin: -1rem;
  }

  .lg\:-m-3 {
    margin: -1.5rem;
  }

  .lg\:-m-4 {
    margin: -2rem;
  }

  .lg\:-m-5 {
    margin: -2.5rem;
  }

  .lg\:-m-6 {
    margin: -3rem;
  }

  .lg\:-m-7 {
    margin: -3.5rem;
  }

  .lg\:-m-8 {
    margin: -4rem;
  }

  .lg\:-m-9 {
    margin: -4.5rem;
  }

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

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

  .lg\:-m-14 {
    margin: -7rem;
  }

  .lg\:-m-16 {
    margin: -8rem;
  }

  .lg\:-m-20 {
    margin: -10rem;
  }

  .lg\:-m-25 {
    margin: -12.5rem;
  }

  .lg\:-m-30 {
    margin: -15rem;
  }

  .lg\:-m-40 {
    margin: -20rem;
  }

  .lg\:-m-auto {
    margin: -auto;
  }

  .lg\:-m-\.5 {
    margin: -0.25rem;
  }

  .lg\:-m-1\.5 {
    margin: -0.75rem;
  }

  .lg\:-m-2\.5 {
    margin: -1.25rem;
  }

  .lg\:-m-1\/2 {
    margin: -50%;
  }

  .lg\:-m-content {
    margin: -1600px;
  }

  .lg\:-m-full {
    margin: -100%;
  }

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

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

  .lg\:-my-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-5 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-7 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-8 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-8 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-9 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:-mx-9 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

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

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

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

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

  .lg\:-my-14 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-mx-14 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-my-16 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-16 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-20 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-20 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-25 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .lg\:-mx-25 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .lg\:-my-30 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:-mx-30 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:-my-40 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-mx-40 {
    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-\.5 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-\.5 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-1\.5 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-1\.5 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

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

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

  .lg\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-my-content {
    margin-top: -1600px;
    margin-bottom: -1600px;
  }

  .lg\:-mx-content {
    margin-left: -1600px;
    margin-right: -1600px;
  }

  .lg\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

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

  .lg\:-mr-1 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-2 {
    margin-top: -1rem;
  }

  .lg\:-mr-2 {
    margin-right: -1rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-2 {
    margin-left: -1rem;
  }

  .lg\:-mt-3 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-3 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-3 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-4 {
    margin-top: -2rem;
  }

  .lg\:-mr-4 {
    margin-right: -2rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-4 {
    margin-left: -2rem;
  }

  .lg\:-mt-5 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-5 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-5 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-6 {
    margin-top: -3rem;
  }

  .lg\:-mr-6 {
    margin-right: -3rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-6 {
    margin-left: -3rem;
  }

  .lg\:-mt-7 {
    margin-top: -3.5rem;
  }

  .lg\:-mr-7 {
    margin-right: -3.5rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-7 {
    margin-left: -3.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -4rem;
  }

  .lg\:-mr-8 {
    margin-right: -4rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-8 {
    margin-left: -4rem;
  }

  .lg\:-mt-9 {
    margin-top: -4.5rem;
  }

  .lg\:-mr-9 {
    margin-right: -4.5rem;
  }

  .lg\:-mb-9 {
    margin-bottom: -4.5rem;
  }

  .lg\:-ml-9 {
    margin-left: -4.5rem;
  }

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

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

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

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

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

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

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

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

  .lg\:-mt-14 {
    margin-top: -7rem;
  }

  .lg\:-mr-14 {
    margin-right: -7rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -7rem;
  }

  .lg\:-ml-14 {
    margin-left: -7rem;
  }

  .lg\:-mt-16 {
    margin-top: -8rem;
  }

  .lg\:-mr-16 {
    margin-right: -8rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-16 {
    margin-left: -8rem;
  }

  .lg\:-mt-20 {
    margin-top: -10rem;
  }

  .lg\:-mr-20 {
    margin-right: -10rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -10rem;
  }

  .lg\:-ml-20 {
    margin-left: -10rem;
  }

  .lg\:-mt-25 {
    margin-top: -12.5rem;
  }

  .lg\:-mr-25 {
    margin-right: -12.5rem;
  }

  .lg\:-mb-25 {
    margin-bottom: -12.5rem;
  }

  .lg\:-ml-25 {
    margin-left: -12.5rem;
  }

  .lg\:-mt-30 {
    margin-top: -15rem;
  }

  .lg\:-mr-30 {
    margin-right: -15rem;
  }

  .lg\:-mb-30 {
    margin-bottom: -15rem;
  }

  .lg\:-ml-30 {
    margin-left: -15rem;
  }

  .lg\:-mt-40 {
    margin-top: -20rem;
  }

  .lg\:-mr-40 {
    margin-right: -20rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -20rem;
  }

  .lg\:-ml-40 {
    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-\.5 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-\.5 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-\.5 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-\.5 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-1\.5 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-1\.5 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-1\.5 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-1\.5 {
    margin-left: -0.75rem;
  }

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

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

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

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

  .lg\:-mt-1\/2 {
    margin-top: -50%;
  }

  .lg\:-mr-1\/2 {
    margin-right: -50%;
  }

  .lg\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .lg\:-ml-1\/2 {
    margin-left: -50%;
  }

  .lg\:-mt-content {
    margin-top: -1600px;
  }

  .lg\:-mr-content {
    margin-right: -1600px;
  }

  .lg\:-mb-content {
    margin-bottom: -1600px;
  }

  .lg\:-ml-content {
    margin-left: -1600px;
  }

  .lg\:-mt-full {
    margin-top: -100%;
  }

  .lg\:-mr-full {
    margin-right: -100%;
  }

  .lg\:-mb-full {
    margin-bottom: -100%;
  }

  .lg\:-ml-full {
    margin-left: -100%;
  }

  .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\: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-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: .5rem;
  }

  .lg\:p-2 {
    padding: 1rem;
  }

  .lg\:p-3 {
    padding: 1.5rem;
  }

  .lg\:p-4 {
    padding: 2rem;
  }

  .lg\:p-5 {
    padding: 2.5rem;
  }

  .lg\:p-6 {
    padding: 3rem;
  }

  .lg\:p-7 {
    padding: 3.5rem;
  }

  .lg\:p-8 {
    padding: 4rem;
  }

  .lg\:p-9 {
    padding: 4.5rem;
  }

  .lg\:p-10 {
    padding: 5rem;
  }

  .lg\:p-12 {
    padding: 6rem;
  }

  .lg\:p-14 {
    padding: 7rem;
  }

  .lg\:p-16 {
    padding: 8rem;
  }

  .lg\:p-20 {
    padding: 10rem;
  }

  .lg\:p-25 {
    padding: 12.5rem;
  }

  .lg\:p-30 {
    padding: 15rem;
  }

  .lg\:p-40 {
    padding: 20rem;
  }

  .lg\:p-auto {
    padding: auto;
  }

  .lg\:p-\.5 {
    padding: .25rem;
  }

  .lg\:p-1\.5 {
    padding: .75rem;
  }

  .lg\:p-2\.5 {
    padding: 1.25rem;
  }

  .lg\:p-1\/2 {
    padding: 50%;
  }

  .lg\:p-content {
    padding: 1600px;
  }

  .lg\:p-full {
    padding: 100%;
  }

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

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

  .lg\:py-1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:px-1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:px-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

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

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

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

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

  .lg\:py-14 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:px-14 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-16 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-16 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-20 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-20 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-25 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .lg\:px-25 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .lg\:py-30 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:px-30 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:py-40 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:px-40 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .lg\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .lg\:py-\.5 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:px-\.5 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:py-1\.5 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:px-1\.5 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

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

  .lg\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:py-content {
    padding-top: 1600px;
    padding-bottom: 1600px;
  }

  .lg\:px-content {
    padding-left: 1600px;
    padding-right: 1600px;
  }

  .lg\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

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

  .lg\:pr-1 {
    padding-right: .5rem;
  }

  .lg\:pb-1 {
    padding-bottom: .5rem;
  }

  .lg\:pl-1 {
    padding-left: .5rem;
  }

  .lg\:pt-2 {
    padding-top: 1rem;
  }

  .lg\:pr-2 {
    padding-right: 1rem;
  }

  .lg\:pb-2 {
    padding-bottom: 1rem;
  }

  .lg\:pl-2 {
    padding-left: 1rem;
  }

  .lg\:pt-3 {
    padding-top: 1.5rem;
  }

  .lg\:pr-3 {
    padding-right: 1.5rem;
  }

  .lg\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-3 {
    padding-left: 1.5rem;
  }

  .lg\:pt-4 {
    padding-top: 2rem;
  }

  .lg\:pr-4 {
    padding-right: 2rem;
  }

  .lg\:pb-4 {
    padding-bottom: 2rem;
  }

  .lg\:pl-4 {
    padding-left: 2rem;
  }

  .lg\:pt-5 {
    padding-top: 2.5rem;
  }

  .lg\:pr-5 {
    padding-right: 2.5rem;
  }

  .lg\:pb-5 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-5 {
    padding-left: 2.5rem;
  }

  .lg\:pt-6 {
    padding-top: 3rem;
  }

  .lg\:pr-6 {
    padding-right: 3rem;
  }

  .lg\:pb-6 {
    padding-bottom: 3rem;
  }

  .lg\:pl-6 {
    padding-left: 3rem;
  }

  .lg\:pt-7 {
    padding-top: 3.5rem;
  }

  .lg\:pr-7 {
    padding-right: 3.5rem;
  }

  .lg\:pb-7 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-7 {
    padding-left: 3.5rem;
  }

  .lg\:pt-8 {
    padding-top: 4rem;
  }

  .lg\:pr-8 {
    padding-right: 4rem;
  }

  .lg\:pb-8 {
    padding-bottom: 4rem;
  }

  .lg\:pl-8 {
    padding-left: 4rem;
  }

  .lg\:pt-9 {
    padding-top: 4.5rem;
  }

  .lg\:pr-9 {
    padding-right: 4.5rem;
  }

  .lg\:pb-9 {
    padding-bottom: 4.5rem;
  }

  .lg\:pl-9 {
    padding-left: 4.5rem;
  }

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

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

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

  .lg\:pl-10 {
    padding-left: 5rem;
  }

  .lg\:pt-12 {
    padding-top: 6rem;
  }

  .lg\:pr-12 {
    padding-right: 6rem;
  }

  .lg\:pb-12 {
    padding-bottom: 6rem;
  }

  .lg\:pl-12 {
    padding-left: 6rem;
  }

  .lg\:pt-14 {
    padding-top: 7rem;
  }

  .lg\:pr-14 {
    padding-right: 7rem;
  }

  .lg\:pb-14 {
    padding-bottom: 7rem;
  }

  .lg\:pl-14 {
    padding-left: 7rem;
  }

  .lg\:pt-16 {
    padding-top: 8rem;
  }

  .lg\:pr-16 {
    padding-right: 8rem;
  }

  .lg\:pb-16 {
    padding-bottom: 8rem;
  }

  .lg\:pl-16 {
    padding-left: 8rem;
  }

  .lg\:pt-20 {
    padding-top: 10rem;
  }

  .lg\:pr-20 {
    padding-right: 10rem;
  }

  .lg\:pb-20 {
    padding-bottom: 10rem;
  }

  .lg\:pl-20 {
    padding-left: 10rem;
  }

  .lg\:pt-25 {
    padding-top: 12.5rem;
  }

  .lg\:pr-25 {
    padding-right: 12.5rem;
  }

  .lg\:pb-25 {
    padding-bottom: 12.5rem;
  }

  .lg\:pl-25 {
    padding-left: 12.5rem;
  }

  .lg\:pt-30 {
    padding-top: 15rem;
  }

  .lg\:pr-30 {
    padding-right: 15rem;
  }

  .lg\:pb-30 {
    padding-bottom: 15rem;
  }

  .lg\:pl-30 {
    padding-left: 15rem;
  }

  .lg\:pt-40 {
    padding-top: 20rem;
  }

  .lg\:pr-40 {
    padding-right: 20rem;
  }

  .lg\:pb-40 {
    padding-bottom: 20rem;
  }

  .lg\:pl-40 {
    padding-left: 20rem;
  }

  .lg\:pt-auto {
    padding-top: auto;
  }

  .lg\:pr-auto {
    padding-right: auto;
  }

  .lg\:pb-auto {
    padding-bottom: auto;
  }

  .lg\:pl-auto {
    padding-left: auto;
  }

  .lg\:pt-\.5 {
    padding-top: .25rem;
  }

  .lg\:pr-\.5 {
    padding-right: .25rem;
  }

  .lg\:pb-\.5 {
    padding-bottom: .25rem;
  }

  .lg\:pl-\.5 {
    padding-left: .25rem;
  }

  .lg\:pt-1\.5 {
    padding-top: .75rem;
  }

  .lg\:pr-1\.5 {
    padding-right: .75rem;
  }

  .lg\:pb-1\.5 {
    padding-bottom: .75rem;
  }

  .lg\:pl-1\.5 {
    padding-left: .75rem;
  }

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

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

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

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

  .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-content {
    padding-top: 1600px;
  }

  .lg\:pr-content {
    padding-right: 1600px;
  }

  .lg\:pb-content {
    padding-bottom: 1600px;
  }

  .lg\:pl-content {
    padding-left: 1600px;
  }

  .lg\:pt-full {
    padding-top: 100%;
  }

  .lg\:pr-full {
    padding-right: 100%;
  }

  .lg\:pb-full {
    padding-bottom: 100%;
  }

  .lg\:pl-full {
    padding-left: 100%;
  }

  .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-xl {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .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-xl:hover {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black {
    color: hsla(210, 3%, 1%, 1);
  }

  .lg\:text-black-o-80 {
    color: hsla(210, 3%, 1%, .8);
  }

  .lg\:text-grey-darkest {
    color: hsla(210, 3%, 20%, 1);
  }

  .lg\:text-grey-darker {
    color: hsla(210, 3%, 30%, 1);
  }

  .lg\:text-grey-dark {
    color: hsla(210, 3%, 50%, 1);
  }

  .lg\:text-grey-dark-o-80 {
    color: hsla(210, 3%, 50%, .8);
  }

  .lg\:text-grey {
    color: hsla(210, 3%, 70%, 1);
  }

  .lg\:text-grey-o-80 {
    color: hsla(210, 3%, 70%, .8);
  }

  .lg\:text-grey-light {
    color: hsla(210, 3%, 75%, 1);
  }

  .lg\:text-grey-lighter {
    color: hsla(210, 3%, 80%, 1);
  }

  .lg\:text-grey-lightest {
    color: hsla(210, 3%, 90%, 1);
  }

  .lg\:text-white {
    color: hsla(210, 3%, 98%, 1);
  }

  .lg\:text-full-white {
    color: #fff;
  }

  .lg\:text-peach {
    color: hsla(14, 87%, 63%, 1);
  }

  .lg\:text-peach-o-80 {
    color: hsla(14, 87%, 63%, .8);
  }

  .lg\:text-peach-active {
    color: hsla(14, 90%, 59%, 1);
  }

  .lg\:text-green {
    color: hsla(111, 21%, 56%, 1);
  }

  .lg\:text-green-o-80 {
    color: hsla(111, 21%, 56%, .8);
  }

  .lg\:text-green-active {
    color: hsla(111, 23%, 555%, 1);
  }

  .lg\:text-blue-faded {
    color: hsla(212, 7%, 39%, 1);
  }

  .lg\:text-blue-dark {
    color: hsla(212, 10%, 32%, 1);
  }

  .lg\:text-blue-dark-o-80 {
    color: hsla(212, 10%, 32%, .8);
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black:hover {
    color: hsla(210, 3%, 1%, 1);
  }

  .lg\:hover\:text-black-o-80:hover {
    color: hsla(210, 3%, 1%, .8);
  }

  .lg\:hover\:text-grey-darkest:hover {
    color: hsla(210, 3%, 20%, 1);
  }

  .lg\:hover\:text-grey-darker:hover {
    color: hsla(210, 3%, 30%, 1);
  }

  .lg\:hover\:text-grey-dark:hover {
    color: hsla(210, 3%, 50%, 1);
  }

  .lg\:hover\:text-grey-dark-o-80:hover {
    color: hsla(210, 3%, 50%, .8);
  }

  .lg\:hover\:text-grey:hover {
    color: hsla(210, 3%, 70%, 1);
  }

  .lg\:hover\:text-grey-o-80:hover {
    color: hsla(210, 3%, 70%, .8);
  }

  .lg\:hover\:text-grey-light:hover {
    color: hsla(210, 3%, 75%, 1);
  }

  .lg\:hover\:text-grey-lighter:hover {
    color: hsla(210, 3%, 80%, 1);
  }

  .lg\:hover\:text-grey-lightest:hover {
    color: hsla(210, 3%, 90%, 1);
  }

  .lg\:hover\:text-white:hover {
    color: hsla(210, 3%, 98%, 1);
  }

  .lg\:hover\:text-full-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-peach:hover {
    color: hsla(14, 87%, 63%, 1);
  }

  .lg\:hover\:text-peach-o-80:hover {
    color: hsla(14, 87%, 63%, .8);
  }

  .lg\:hover\:text-peach-active:hover {
    color: hsla(14, 90%, 59%, 1);
  }

  .lg\:hover\:text-green:hover {
    color: hsla(111, 21%, 56%, 1);
  }

  .lg\:hover\:text-green-o-80:hover {
    color: hsla(111, 21%, 56%, .8);
  }

  .lg\:hover\:text-green-active:hover {
    color: hsla(111, 23%, 555%, 1);
  }

  .lg\:hover\:text-blue-faded:hover {
    color: hsla(212, 7%, 39%, 1);
  }

  .lg\:hover\:text-blue-dark:hover {
    color: hsla(212, 10%, 32%, 1);
  }

  .lg\:hover\:text-blue-dark-o-80:hover {
    color: hsla(212, 10%, 32%, .8);
  }

  .lg\:text-xs {
    font-size: .625rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
  }

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

  .lg\:text-md {
    font-size: 1.375rem;
  }

  .lg\:text-lg {
    font-size: 1.75rem;
  }

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

  .lg\:text-xxl {
    font-size: 4.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\: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-32 {
    width: 16rem;
  }

  .lg\:w-60 {
    width: 30rem;
  }

  .lg\:w-75 {
    width: 32.5rem;
  }

  .lg\:w-90 {
    width: 45rem;
  }

  .lg\:w-120 {
    width: 60rem;
  }

  .lg\:w-150 {
    width: 75rem;
  }

  .lg\:w-content {
    width: 1600px;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66666%;
  }

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

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-double {
    width: 200%;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }
}

@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-transparent {
    background-color: transparent;
  }

  .xl\:bg-black {
    background-color: hsla(210, 3%, 1%, 1);
  }

  .xl\:bg-black-o-80 {
    background-color: hsla(210, 3%, 1%, .8);
  }

  .xl\:bg-grey-darkest {
    background-color: hsla(210, 3%, 20%, 1);
  }

  .xl\:bg-grey-darker {
    background-color: hsla(210, 3%, 30%, 1);
  }

  .xl\:bg-grey-dark {
    background-color: hsla(210, 3%, 50%, 1);
  }

  .xl\:bg-grey-dark-o-80 {
    background-color: hsla(210, 3%, 50%, .8);
  }

  .xl\:bg-grey {
    background-color: hsla(210, 3%, 70%, 1);
  }

  .xl\:bg-grey-o-80 {
    background-color: hsla(210, 3%, 70%, .8);
  }

  .xl\:bg-grey-light {
    background-color: hsla(210, 3%, 75%, 1);
  }

  .xl\:bg-grey-lighter {
    background-color: hsla(210, 3%, 80%, 1);
  }

  .xl\:bg-grey-lightest {
    background-color: hsla(210, 3%, 90%, 1);
  }

  .xl\:bg-white {
    background-color: hsla(210, 3%, 98%, 1);
  }

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

  .xl\:bg-peach {
    background-color: hsla(14, 87%, 63%, 1);
  }

  .xl\:bg-peach-o-80 {
    background-color: hsla(14, 87%, 63%, .8);
  }

  .xl\:bg-peach-active {
    background-color: hsla(14, 90%, 59%, 1);
  }

  .xl\:bg-green {
    background-color: hsla(111, 21%, 56%, 1);
  }

  .xl\:bg-green-o-80 {
    background-color: hsla(111, 21%, 56%, .8);
  }

  .xl\:bg-green-active {
    background-color: hsla(111, 23%, 555%, 1);
  }

  .xl\:bg-blue-faded {
    background-color: hsla(212, 7%, 39%, 1);
  }

  .xl\:bg-blue-dark {
    background-color: hsla(212, 10%, 32%, 1);
  }

  .xl\:bg-blue-dark-o-80 {
    background-color: hsla(212, 10%, 32%, .8);
  }

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

  .xl\:hover\:bg-black:hover {
    background-color: hsla(210, 3%, 1%, 1);
  }

  .xl\:hover\:bg-black-o-80:hover {
    background-color: hsla(210, 3%, 1%, .8);
  }

  .xl\:hover\:bg-grey-darkest:hover {
    background-color: hsla(210, 3%, 20%, 1);
  }

  .xl\:hover\:bg-grey-darker:hover {
    background-color: hsla(210, 3%, 30%, 1);
  }

  .xl\:hover\:bg-grey-dark:hover {
    background-color: hsla(210, 3%, 50%, 1);
  }

  .xl\:hover\:bg-grey-dark-o-80:hover {
    background-color: hsla(210, 3%, 50%, .8);
  }

  .xl\:hover\:bg-grey:hover {
    background-color: hsla(210, 3%, 70%, 1);
  }

  .xl\:hover\:bg-grey-o-80:hover {
    background-color: hsla(210, 3%, 70%, .8);
  }

  .xl\:hover\:bg-grey-light:hover {
    background-color: hsla(210, 3%, 75%, 1);
  }

  .xl\:hover\:bg-grey-lighter:hover {
    background-color: hsla(210, 3%, 80%, 1);
  }

  .xl\:hover\:bg-grey-lightest:hover {
    background-color: hsla(210, 3%, 90%, 1);
  }

  .xl\:hover\:bg-white:hover {
    background-color: hsla(210, 3%, 98%, 1);
  }

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

  .xl\:hover\:bg-peach:hover {
    background-color: hsla(14, 87%, 63%, 1);
  }

  .xl\:hover\:bg-peach-o-80:hover {
    background-color: hsla(14, 87%, 63%, .8);
  }

  .xl\:hover\:bg-peach-active:hover {
    background-color: hsla(14, 90%, 59%, 1);
  }

  .xl\:hover\:bg-green:hover {
    background-color: hsla(111, 21%, 56%, 1);
  }

  .xl\:hover\:bg-green-o-80:hover {
    background-color: hsla(111, 21%, 56%, .8);
  }

  .xl\:hover\:bg-green-active:hover {
    background-color: hsla(111, 23%, 555%, 1);
  }

  .xl\:hover\:bg-blue-faded:hover {
    background-color: hsla(212, 7%, 39%, 1);
  }

  .xl\:hover\:bg-blue-dark:hover {
    background-color: hsla(212, 10%, 32%, 1);
  }

  .xl\:hover\:bg-blue-dark-o-80:hover {
    background-color: hsla(212, 10%, 32%, .8);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:border-black {
    border-color: hsla(210, 3%, 1%, 1);
  }

  .xl\:border-black-o-80 {
    border-color: hsla(210, 3%, 1%, .8);
  }

  .xl\:border-grey-darkest {
    border-color: hsla(210, 3%, 20%, 1);
  }

  .xl\:border-grey-darker {
    border-color: hsla(210, 3%, 30%, 1);
  }

  .xl\:border-grey-dark {
    border-color: hsla(210, 3%, 50%, 1);
  }

  .xl\:border-grey-dark-o-80 {
    border-color: hsla(210, 3%, 50%, .8);
  }

  .xl\:border-grey {
    border-color: hsla(210, 3%, 70%, 1);
  }

  .xl\:border-grey-o-80 {
    border-color: hsla(210, 3%, 70%, .8);
  }

  .xl\:border-grey-light {
    border-color: hsla(210, 3%, 75%, 1);
  }

  .xl\:border-grey-lighter {
    border-color: hsla(210, 3%, 80%, 1);
  }

  .xl\:border-grey-lightest {
    border-color: hsla(210, 3%, 90%, 1);
  }

  .xl\:border-white {
    border-color: hsla(210, 3%, 98%, 1);
  }

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

  .xl\:border-peach {
    border-color: hsla(14, 87%, 63%, 1);
  }

  .xl\:border-peach-o-80 {
    border-color: hsla(14, 87%, 63%, .8);
  }

  .xl\:border-peach-active {
    border-color: hsla(14, 90%, 59%, 1);
  }

  .xl\:border-green {
    border-color: hsla(111, 21%, 56%, 1);
  }

  .xl\:border-green-o-80 {
    border-color: hsla(111, 21%, 56%, .8);
  }

  .xl\:border-green-active {
    border-color: hsla(111, 23%, 555%, 1);
  }

  .xl\:border-blue-faded {
    border-color: hsla(212, 7%, 39%, 1);
  }

  .xl\:border-blue-dark {
    border-color: hsla(212, 10%, 32%, 1);
  }

  .xl\:border-blue-dark-o-80 {
    border-color: hsla(212, 10%, 32%, .8);
  }

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

  .xl\:hover\:border-black:hover {
    border-color: hsla(210, 3%, 1%, 1);
  }

  .xl\:hover\:border-black-o-80:hover {
    border-color: hsla(210, 3%, 1%, .8);
  }

  .xl\:hover\:border-grey-darkest:hover {
    border-color: hsla(210, 3%, 20%, 1);
  }

  .xl\:hover\:border-grey-darker:hover {
    border-color: hsla(210, 3%, 30%, 1);
  }

  .xl\:hover\:border-grey-dark:hover {
    border-color: hsla(210, 3%, 50%, 1);
  }

  .xl\:hover\:border-grey-dark-o-80:hover {
    border-color: hsla(210, 3%, 50%, .8);
  }

  .xl\:hover\:border-grey:hover {
    border-color: hsla(210, 3%, 70%, 1);
  }

  .xl\:hover\:border-grey-o-80:hover {
    border-color: hsla(210, 3%, 70%, .8);
  }

  .xl\:hover\:border-grey-light:hover {
    border-color: hsla(210, 3%, 75%, 1);
  }

  .xl\:hover\:border-grey-lighter:hover {
    border-color: hsla(210, 3%, 80%, 1);
  }

  .xl\:hover\:border-grey-lightest:hover {
    border-color: hsla(210, 3%, 90%, 1);
  }

  .xl\:hover\:border-white:hover {
    border-color: hsla(210, 3%, 98%, 1);
  }

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

  .xl\:hover\:border-peach:hover {
    border-color: hsla(14, 87%, 63%, 1);
  }

  .xl\:hover\:border-peach-o-80:hover {
    border-color: hsla(14, 87%, 63%, .8);
  }

  .xl\:hover\:border-peach-active:hover {
    border-color: hsla(14, 90%, 59%, 1);
  }

  .xl\:hover\:border-green:hover {
    border-color: hsla(111, 21%, 56%, 1);
  }

  .xl\:hover\:border-green-o-80:hover {
    border-color: hsla(111, 21%, 56%, .8);
  }

  .xl\:hover\:border-green-active:hover {
    border-color: hsla(111, 23%, 555%, 1);
  }

  .xl\:hover\:border-blue-faded:hover {
    border-color: hsla(212, 7%, 39%, 1);
  }

  .xl\:hover\:border-blue-dark:hover {
    border-color: hsla(212, 10%, 32%, 1);
  }

  .xl\:hover\:border-blue-dark-o-80:hover {
    border-color: hsla(212, 10%, 32%, .8);
  }

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

  .xl\:flex-auto {
    flex: auto;
  }

  .xl\:flex-initial {
    flex: initial;
  }

  .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: Proxima Web, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

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

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

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

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

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

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

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

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

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

  .xl\:h-12 {
    height: 6rem;
  }

  .xl\:h-14 {
    height: 7rem;
  }

  .xl\:h-30 {
    height: 15rem;
  }

  .xl\:h-45 {
    height: 22.5rem;
  }

  .xl\:h-60 {
    height: 30rem;
  }

  .xl\:h-80 {
    height: 40rem;
  }

  .xl\:h-100 {
    height: 50rem;
  }

  .xl\:h-120 {
    height: 60rem;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-half-viewport {
    height: 50vh;
  }

  .xl\:h-3\/4-viewport {
    height: 75vh;
  }

  .xl\:h-nearly-full-screen {
    height: 90vh;
  }

  .xl\:h-double {
    height: 200%;
  }

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

  .xl\:leading-tighter {
    line-height: 1.1;
  }

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

  .xl\:leading-normal {
    line-height: 1.55;
  }

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

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: .5rem;
  }

  .xl\:m-2 {
    margin: 1rem;
  }

  .xl\:m-3 {
    margin: 1.5rem;
  }

  .xl\:m-4 {
    margin: 2rem;
  }

  .xl\:m-5 {
    margin: 2.5rem;
  }

  .xl\:m-6 {
    margin: 3rem;
  }

  .xl\:m-7 {
    margin: 3.5rem;
  }

  .xl\:m-8 {
    margin: 4rem;
  }

  .xl\:m-9 {
    margin: 4.5rem;
  }

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

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

  .xl\:m-14 {
    margin: 7rem;
  }

  .xl\:m-16 {
    margin: 8rem;
  }

  .xl\:m-20 {
    margin: 10rem;
  }

  .xl\:m-25 {
    margin: 12.5rem;
  }

  .xl\:m-30 {
    margin: 15rem;
  }

  .xl\:m-40 {
    margin: 20rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-\.5 {
    margin: .25rem;
  }

  .xl\:m-1\.5 {
    margin: .75rem;
  }

  .xl\:m-2\.5 {
    margin: 1.25rem;
  }

  .xl\:m-1\/2 {
    margin: 50%;
  }

  .xl\:m-content {
    margin: 1600px;
  }

  .xl\:m-full {
    margin: 100%;
  }

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

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

  .xl\:my-1 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:mx-1 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:mx-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:my-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:mx-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

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

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

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

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

  .xl\:my-14 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:mx-14 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:my-16 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-16 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-20 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-20 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-25 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xl\:mx-25 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .xl\:my-30 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:mx-30 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:my-40 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:mx-40 {
    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-\.5 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:mx-\.5 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:my-1\.5 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:mx-1\.5 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

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

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

  .xl\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:my-content {
    margin-top: 1600px;
    margin-bottom: 1600px;
  }

  .xl\:mx-content {
    margin-left: 1600px;
    margin-right: 1600px;
  }

  .xl\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xl\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

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

  .xl\:mr-1 {
    margin-right: .5rem;
  }

  .xl\:mb-1 {
    margin-bottom: .5rem;
  }

  .xl\:ml-1 {
    margin-left: .5rem;
  }

  .xl\:mt-2 {
    margin-top: 1rem;
  }

  .xl\:mr-2 {
    margin-right: 1rem;
  }

  .xl\:mb-2 {
    margin-bottom: 1rem;
  }

  .xl\:ml-2 {
    margin-left: 1rem;
  }

  .xl\:mt-3 {
    margin-top: 1.5rem;
  }

  .xl\:mr-3 {
    margin-right: 1.5rem;
  }

  .xl\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-3 {
    margin-left: 1.5rem;
  }

  .xl\:mt-4 {
    margin-top: 2rem;
  }

  .xl\:mr-4 {
    margin-right: 2rem;
  }

  .xl\:mb-4 {
    margin-bottom: 2rem;
  }

  .xl\:ml-4 {
    margin-left: 2rem;
  }

  .xl\:mt-5 {
    margin-top: 2.5rem;
  }

  .xl\:mr-5 {
    margin-right: 2.5rem;
  }

  .xl\:mb-5 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-5 {
    margin-left: 2.5rem;
  }

  .xl\:mt-6 {
    margin-top: 3rem;
  }

  .xl\:mr-6 {
    margin-right: 3rem;
  }

  .xl\:mb-6 {
    margin-bottom: 3rem;
  }

  .xl\:ml-6 {
    margin-left: 3rem;
  }

  .xl\:mt-7 {
    margin-top: 3.5rem;
  }

  .xl\:mr-7 {
    margin-right: 3.5rem;
  }

  .xl\:mb-7 {
    margin-bottom: 3.5rem;
  }

  .xl\:ml-7 {
    margin-left: 3.5rem;
  }

  .xl\:mt-8 {
    margin-top: 4rem;
  }

  .xl\:mr-8 {
    margin-right: 4rem;
  }

  .xl\:mb-8 {
    margin-bottom: 4rem;
  }

  .xl\:ml-8 {
    margin-left: 4rem;
  }

  .xl\:mt-9 {
    margin-top: 4.5rem;
  }

  .xl\:mr-9 {
    margin-right: 4.5rem;
  }

  .xl\:mb-9 {
    margin-bottom: 4.5rem;
  }

  .xl\:ml-9 {
    margin-left: 4.5rem;
  }

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

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

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

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

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

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

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

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

  .xl\:mt-14 {
    margin-top: 7rem;
  }

  .xl\:mr-14 {
    margin-right: 7rem;
  }

  .xl\:mb-14 {
    margin-bottom: 7rem;
  }

  .xl\:ml-14 {
    margin-left: 7rem;
  }

  .xl\:mt-16 {
    margin-top: 8rem;
  }

  .xl\:mr-16 {
    margin-right: 8rem;
  }

  .xl\:mb-16 {
    margin-bottom: 8rem;
  }

  .xl\:ml-16 {
    margin-left: 8rem;
  }

  .xl\:mt-20 {
    margin-top: 10rem;
  }

  .xl\:mr-20 {
    margin-right: 10rem;
  }

  .xl\:mb-20 {
    margin-bottom: 10rem;
  }

  .xl\:ml-20 {
    margin-left: 10rem;
  }

  .xl\:mt-25 {
    margin-top: 12.5rem;
  }

  .xl\:mr-25 {
    margin-right: 12.5rem;
  }

  .xl\:mb-25 {
    margin-bottom: 12.5rem;
  }

  .xl\:ml-25 {
    margin-left: 12.5rem;
  }

  .xl\:mt-30 {
    margin-top: 15rem;
  }

  .xl\:mr-30 {
    margin-right: 15rem;
  }

  .xl\:mb-30 {
    margin-bottom: 15rem;
  }

  .xl\:ml-30 {
    margin-left: 15rem;
  }

  .xl\:mt-40 {
    margin-top: 20rem;
  }

  .xl\:mr-40 {
    margin-right: 20rem;
  }

  .xl\:mb-40 {
    margin-bottom: 20rem;
  }

  .xl\:ml-40 {
    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-\.5 {
    margin-top: .25rem;
  }

  .xl\:mr-\.5 {
    margin-right: .25rem;
  }

  .xl\:mb-\.5 {
    margin-bottom: .25rem;
  }

  .xl\:ml-\.5 {
    margin-left: .25rem;
  }

  .xl\:mt-1\.5 {
    margin-top: .75rem;
  }

  .xl\:mr-1\.5 {
    margin-right: .75rem;
  }

  .xl\:mb-1\.5 {
    margin-bottom: .75rem;
  }

  .xl\:ml-1\.5 {
    margin-left: .75rem;
  }

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

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

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

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

  .xl\:mt-1\/2 {
    margin-top: 50%;
  }

  .xl\:mr-1\/2 {
    margin-right: 50%;
  }

  .xl\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .xl\:ml-1\/2 {
    margin-left: 50%;
  }

  .xl\:mt-content {
    margin-top: 1600px;
  }

  .xl\:mr-content {
    margin-right: 1600px;
  }

  .xl\:mb-content {
    margin-bottom: 1600px;
  }

  .xl\:ml-content {
    margin-left: 1600px;
  }

  .xl\:mt-full {
    margin-top: 100%;
  }

  .xl\:mr-full {
    margin-right: 100%;
  }

  .xl\:mb-full {
    margin-bottom: 100%;
  }

  .xl\:ml-full {
    margin-left: 100%;
  }

  .xl\:max-h-12 {
    max-height: 6rem;
  }

  .xl\:max-h-14 {
    max-height: 7rem;
  }

  .xl\:max-h-30 {
    max-height: 15rem;
  }

  .xl\:max-h-45 {
    max-height: 22.5rem;
  }

  .xl\:max-h-60 {
    max-height: 30rem;
  }

  .xl\:max-h-80 {
    max-height: 40rem;
  }

  .xl\:max-h-100 {
    max-height: 50rem;
  }

  .xl\:max-h-120 {
    max-height: 60rem;
  }

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

  .xl\:max-h-half-viewport {
    max-height: 50vh;
  }

  .xl\:max-h-3\/4-viewport {
    max-height: 75vh;
  }

  .xl\:max-h-nearly-full-screen {
    max-height: 90vh;
  }

  .xl\:max-h-double {
    max-height: 200%;
  }

  .xl\:max-w-32 {
    max-width: 16rem;
  }

  .xl\:max-w-60 {
    max-width: 30rem;
  }

  .xl\:max-w-75 {
    max-width: 32.5rem;
  }

  .xl\:max-w-90 {
    max-width: 45rem;
  }

  .xl\:max-w-120 {
    max-width: 60rem;
  }

  .xl\:max-w-150 {
    max-width: 75rem;
  }

  .xl\:max-w-content {
    max-width: 1600px;
  }

  .xl\:max-w-1\/4 {
    max-width: 25%;
  }

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

  .xl\:max-w-2\/3 {
    max-width: 66.66666%;
  }

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

  .xl\:max-w-3\/4 {
    max-width: 75%;
  }

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

  .xl\:max-w-double {
    max-width: 200%;
  }

  .xl\:min-h-12 {
    min-height: 6rem;
  }

  .xl\:min-h-14 {
    min-height: 7rem;
  }

  .xl\:min-h-30 {
    min-height: 15rem;
  }

  .xl\:min-h-45 {
    min-height: 22.5rem;
  }

  .xl\:min-h-60 {
    min-height: 30rem;
  }

  .xl\:min-h-80 {
    min-height: 40rem;
  }

  .xl\:min-h-100 {
    min-height: 50rem;
  }

  .xl\:min-h-120 {
    min-height: 60rem;
  }

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

  .xl\:min-h-half-viewport {
    min-height: 50vh;
  }

  .xl\:min-h-3\/4-viewport {
    min-height: 75vh;
  }

  .xl\:min-h-nearly-full-screen {
    min-height: 90vh;
  }

  .xl\:min-h-double {
    min-height: 200%;
  }

  .xl\:min-w-32 {
    min-width: 16rem;
  }

  .xl\:min-w-60 {
    min-width: 30rem;
  }

  .xl\:min-w-75 {
    min-width: 32.5rem;
  }

  .xl\:min-w-90 {
    min-width: 45rem;
  }

  .xl\:min-w-120 {
    min-width: 60rem;
  }

  .xl\:min-w-150 {
    min-width: 75rem;
  }

  .xl\:min-w-content {
    min-width: 1600px;
  }

  .xl\:min-w-1\/4 {
    min-width: 25%;
  }

  .xl\:min-w-1\/3 {
    min-width: 33.33333%;
  }

  .xl\:min-w-2\/3 {
    min-width: 66.66666%;
  }

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

  .xl\:min-w-3\/4 {
    min-width: 75%;
  }

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

  .xl\:min-w-double {
    min-width: 200%;
  }

  .xl\:-m-0 {
    margin: 0;
  }

  .xl\:-m-1 {
    margin: -0.5rem;
  }

  .xl\:-m-2 {
    margin: -1rem;
  }

  .xl\:-m-3 {
    margin: -1.5rem;
  }

  .xl\:-m-4 {
    margin: -2rem;
  }

  .xl\:-m-5 {
    margin: -2.5rem;
  }

  .xl\:-m-6 {
    margin: -3rem;
  }

  .xl\:-m-7 {
    margin: -3.5rem;
  }

  .xl\:-m-8 {
    margin: -4rem;
  }

  .xl\:-m-9 {
    margin: -4.5rem;
  }

  .xl\:-m-10 {
    margin: -5rem;
  }

  .xl\:-m-12 {
    margin: -6rem;
  }

  .xl\:-m-14 {
    margin: -7rem;
  }

  .xl\:-m-16 {
    margin: -8rem;
  }

  .xl\:-m-20 {
    margin: -10rem;
  }

  .xl\:-m-25 {
    margin: -12.5rem;
  }

  .xl\:-m-30 {
    margin: -15rem;
  }

  .xl\:-m-40 {
    margin: -20rem;
  }

  .xl\:-m-auto {
    margin: -auto;
  }

  .xl\:-m-\.5 {
    margin: -0.25rem;
  }

  .xl\:-m-1\.5 {
    margin: -0.75rem;
  }

  .xl\:-m-2\.5 {
    margin: -1.25rem;
  }

  .xl\:-m-1\/2 {
    margin: -50%;
  }

  .xl\:-m-content {
    margin: -1600px;
  }

  .xl\:-m-full {
    margin: -100%;
  }

  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:-my-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-5 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-7 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-8 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-8 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-9 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:-mx-9 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:-my-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-12 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-12 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-14 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-mx-14 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-my-16 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-16 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-20 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-20 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-25 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xl\:-mx-25 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .xl\:-my-30 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:-mx-30 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:-my-40 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:-mx-40 {
    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-\.5 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-\.5 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-1\.5 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-1\.5 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-2\.5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-2\.5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-my-content {
    margin-top: -1600px;
    margin-bottom: -1600px;
  }

  .xl\:-mx-content {
    margin-left: -1600px;
    margin-right: -1600px;
  }

  .xl\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xl\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .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.5rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-2 {
    margin-top: -1rem;
  }

  .xl\:-mr-2 {
    margin-right: -1rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-2 {
    margin-left: -1rem;
  }

  .xl\:-mt-3 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-3 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-3 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-4 {
    margin-top: -2rem;
  }

  .xl\:-mr-4 {
    margin-right: -2rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-4 {
    margin-left: -2rem;
  }

  .xl\:-mt-5 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-5 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-5 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-6 {
    margin-top: -3rem;
  }

  .xl\:-mr-6 {
    margin-right: -3rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-6 {
    margin-left: -3rem;
  }

  .xl\:-mt-7 {
    margin-top: -3.5rem;
  }

  .xl\:-mr-7 {
    margin-right: -3.5rem;
  }

  .xl\:-mb-7 {
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-7 {
    margin-left: -3.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -4rem;
  }

  .xl\:-mr-8 {
    margin-right: -4rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-8 {
    margin-left: -4rem;
  }

  .xl\:-mt-9 {
    margin-top: -4.5rem;
  }

  .xl\:-mr-9 {
    margin-right: -4.5rem;
  }

  .xl\:-mb-9 {
    margin-bottom: -4.5rem;
  }

  .xl\:-ml-9 {
    margin-left: -4.5rem;
  }

  .xl\:-mt-10 {
    margin-top: -5rem;
  }

  .xl\:-mr-10 {
    margin-right: -5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-10 {
    margin-left: -5rem;
  }

  .xl\:-mt-12 {
    margin-top: -6rem;
  }

  .xl\:-mr-12 {
    margin-right: -6rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-12 {
    margin-left: -6rem;
  }

  .xl\:-mt-14 {
    margin-top: -7rem;
  }

  .xl\:-mr-14 {
    margin-right: -7rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -7rem;
  }

  .xl\:-ml-14 {
    margin-left: -7rem;
  }

  .xl\:-mt-16 {
    margin-top: -8rem;
  }

  .xl\:-mr-16 {
    margin-right: -8rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-16 {
    margin-left: -8rem;
  }

  .xl\:-mt-20 {
    margin-top: -10rem;
  }

  .xl\:-mr-20 {
    margin-right: -10rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -10rem;
  }

  .xl\:-ml-20 {
    margin-left: -10rem;
  }

  .xl\:-mt-25 {
    margin-top: -12.5rem;
  }

  .xl\:-mr-25 {
    margin-right: -12.5rem;
  }

  .xl\:-mb-25 {
    margin-bottom: -12.5rem;
  }

  .xl\:-ml-25 {
    margin-left: -12.5rem;
  }

  .xl\:-mt-30 {
    margin-top: -15rem;
  }

  .xl\:-mr-30 {
    margin-right: -15rem;
  }

  .xl\:-mb-30 {
    margin-bottom: -15rem;
  }

  .xl\:-ml-30 {
    margin-left: -15rem;
  }

  .xl\:-mt-40 {
    margin-top: -20rem;
  }

  .xl\:-mr-40 {
    margin-right: -20rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -20rem;
  }

  .xl\:-ml-40 {
    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-\.5 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-\.5 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-\.5 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-\.5 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-1\.5 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-1\.5 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-1\.5 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-1\.5 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-2\.5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-2\.5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-2\.5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-2\.5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-1\/2 {
    margin-top: -50%;
  }

  .xl\:-mr-1\/2 {
    margin-right: -50%;
  }

  .xl\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .xl\:-ml-1\/2 {
    margin-left: -50%;
  }

  .xl\:-mt-content {
    margin-top: -1600px;
  }

  .xl\:-mr-content {
    margin-right: -1600px;
  }

  .xl\:-mb-content {
    margin-bottom: -1600px;
  }

  .xl\:-ml-content {
    margin-left: -1600px;
  }

  .xl\:-mt-full {
    margin-top: -100%;
  }

  .xl\:-mr-full {
    margin-right: -100%;
  }

  .xl\:-mb-full {
    margin-bottom: -100%;
  }

  .xl\:-ml-full {
    margin-left: -100%;
  }

  .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\: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-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: .5rem;
  }

  .xl\:p-2 {
    padding: 1rem;
  }

  .xl\:p-3 {
    padding: 1.5rem;
  }

  .xl\:p-4 {
    padding: 2rem;
  }

  .xl\:p-5 {
    padding: 2.5rem;
  }

  .xl\:p-6 {
    padding: 3rem;
  }

  .xl\:p-7 {
    padding: 3.5rem;
  }

  .xl\:p-8 {
    padding: 4rem;
  }

  .xl\:p-9 {
    padding: 4.5rem;
  }

  .xl\:p-10 {
    padding: 5rem;
  }

  .xl\:p-12 {
    padding: 6rem;
  }

  .xl\:p-14 {
    padding: 7rem;
  }

  .xl\:p-16 {
    padding: 8rem;
  }

  .xl\:p-20 {
    padding: 10rem;
  }

  .xl\:p-25 {
    padding: 12.5rem;
  }

  .xl\:p-30 {
    padding: 15rem;
  }

  .xl\:p-40 {
    padding: 20rem;
  }

  .xl\:p-auto {
    padding: auto;
  }

  .xl\:p-\.5 {
    padding: .25rem;
  }

  .xl\:p-1\.5 {
    padding: .75rem;
  }

  .xl\:p-2\.5 {
    padding: 1.25rem;
  }

  .xl\:p-1\/2 {
    padding: 50%;
  }

  .xl\:p-content {
    padding: 1600px;
  }

  .xl\:p-full {
    padding: 100%;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:px-1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:px-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-12 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-14 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:px-14 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-16 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-16 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-20 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-20 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-25 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .xl\:px-25 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .xl\:py-30 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:px-30 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:py-40 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:px-40 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .xl\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .xl\:py-\.5 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:px-\.5 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:py-1\.5 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:px-1\.5 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:py-2\.5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-2\.5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-content {
    padding-top: 1600px;
    padding-bottom: 1600px;
  }

  .xl\:px-content {
    padding-left: 1600px;
    padding-right: 1600px;
  }

  .xl\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xl\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .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: .5rem;
  }

  .xl\:pr-1 {
    padding-right: .5rem;
  }

  .xl\:pb-1 {
    padding-bottom: .5rem;
  }

  .xl\:pl-1 {
    padding-left: .5rem;
  }

  .xl\:pt-2 {
    padding-top: 1rem;
  }

  .xl\:pr-2 {
    padding-right: 1rem;
  }

  .xl\:pb-2 {
    padding-bottom: 1rem;
  }

  .xl\:pl-2 {
    padding-left: 1rem;
  }

  .xl\:pt-3 {
    padding-top: 1.5rem;
  }

  .xl\:pr-3 {
    padding-right: 1.5rem;
  }

  .xl\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-3 {
    padding-left: 1.5rem;
  }

  .xl\:pt-4 {
    padding-top: 2rem;
  }

  .xl\:pr-4 {
    padding-right: 2rem;
  }

  .xl\:pb-4 {
    padding-bottom: 2rem;
  }

  .xl\:pl-4 {
    padding-left: 2rem;
  }

  .xl\:pt-5 {
    padding-top: 2.5rem;
  }

  .xl\:pr-5 {
    padding-right: 2.5rem;
  }

  .xl\:pb-5 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-5 {
    padding-left: 2.5rem;
  }

  .xl\:pt-6 {
    padding-top: 3rem;
  }

  .xl\:pr-6 {
    padding-right: 3rem;
  }

  .xl\:pb-6 {
    padding-bottom: 3rem;
  }

  .xl\:pl-6 {
    padding-left: 3rem;
  }

  .xl\:pt-7 {
    padding-top: 3.5rem;
  }

  .xl\:pr-7 {
    padding-right: 3.5rem;
  }

  .xl\:pb-7 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-7 {
    padding-left: 3.5rem;
  }

  .xl\:pt-8 {
    padding-top: 4rem;
  }

  .xl\:pr-8 {
    padding-right: 4rem;
  }

  .xl\:pb-8 {
    padding-bottom: 4rem;
  }

  .xl\:pl-8 {
    padding-left: 4rem;
  }

  .xl\:pt-9 {
    padding-top: 4.5rem;
  }

  .xl\:pr-9 {
    padding-right: 4.5rem;
  }

  .xl\:pb-9 {
    padding-bottom: 4.5rem;
  }

  .xl\:pl-9 {
    padding-left: 4.5rem;
  }

  .xl\:pt-10 {
    padding-top: 5rem;
  }

  .xl\:pr-10 {
    padding-right: 5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 5rem;
  }

  .xl\:pl-10 {
    padding-left: 5rem;
  }

  .xl\:pt-12 {
    padding-top: 6rem;
  }

  .xl\:pr-12 {
    padding-right: 6rem;
  }

  .xl\:pb-12 {
    padding-bottom: 6rem;
  }

  .xl\:pl-12 {
    padding-left: 6rem;
  }

  .xl\:pt-14 {
    padding-top: 7rem;
  }

  .xl\:pr-14 {
    padding-right: 7rem;
  }

  .xl\:pb-14 {
    padding-bottom: 7rem;
  }

  .xl\:pl-14 {
    padding-left: 7rem;
  }

  .xl\:pt-16 {
    padding-top: 8rem;
  }

  .xl\:pr-16 {
    padding-right: 8rem;
  }

  .xl\:pb-16 {
    padding-bottom: 8rem;
  }

  .xl\:pl-16 {
    padding-left: 8rem;
  }

  .xl\:pt-20 {
    padding-top: 10rem;
  }

  .xl\:pr-20 {
    padding-right: 10rem;
  }

  .xl\:pb-20 {
    padding-bottom: 10rem;
  }

  .xl\:pl-20 {
    padding-left: 10rem;
  }

  .xl\:pt-25 {
    padding-top: 12.5rem;
  }

  .xl\:pr-25 {
    padding-right: 12.5rem;
  }

  .xl\:pb-25 {
    padding-bottom: 12.5rem;
  }

  .xl\:pl-25 {
    padding-left: 12.5rem;
  }

  .xl\:pt-30 {
    padding-top: 15rem;
  }

  .xl\:pr-30 {
    padding-right: 15rem;
  }

  .xl\:pb-30 {
    padding-bottom: 15rem;
  }

  .xl\:pl-30 {
    padding-left: 15rem;
  }

  .xl\:pt-40 {
    padding-top: 20rem;
  }

  .xl\:pr-40 {
    padding-right: 20rem;
  }

  .xl\:pb-40 {
    padding-bottom: 20rem;
  }

  .xl\:pl-40 {
    padding-left: 20rem;
  }

  .xl\:pt-auto {
    padding-top: auto;
  }

  .xl\:pr-auto {
    padding-right: auto;
  }

  .xl\:pb-auto {
    padding-bottom: auto;
  }

  .xl\:pl-auto {
    padding-left: auto;
  }

  .xl\:pt-\.5 {
    padding-top: .25rem;
  }

  .xl\:pr-\.5 {
    padding-right: .25rem;
  }

  .xl\:pb-\.5 {
    padding-bottom: .25rem;
  }

  .xl\:pl-\.5 {
    padding-left: .25rem;
  }

  .xl\:pt-1\.5 {
    padding-top: .75rem;
  }

  .xl\:pr-1\.5 {
    padding-right: .75rem;
  }

  .xl\:pb-1\.5 {
    padding-bottom: .75rem;
  }

  .xl\:pl-1\.5 {
    padding-left: .75rem;
  }

  .xl\:pt-2\.5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-2\.5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-2\.5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-2\.5 {
    padding-left: 1.25rem;
  }

  .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-content {
    padding-top: 1600px;
  }

  .xl\:pr-content {
    padding-right: 1600px;
  }

  .xl\:pb-content {
    padding-bottom: 1600px;
  }

  .xl\:pl-content {
    padding-left: 1600px;
  }

  .xl\:pt-full {
    padding-top: 100%;
  }

  .xl\:pr-full {
    padding-right: 100%;
  }

  .xl\:pb-full {
    padding-bottom: 100%;
  }

  .xl\:pl-full {
    padding-left: 100%;
  }

  .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-xl {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .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-xl:hover {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black {
    color: hsla(210, 3%, 1%, 1);
  }

  .xl\:text-black-o-80 {
    color: hsla(210, 3%, 1%, .8);
  }

  .xl\:text-grey-darkest {
    color: hsla(210, 3%, 20%, 1);
  }

  .xl\:text-grey-darker {
    color: hsla(210, 3%, 30%, 1);
  }

  .xl\:text-grey-dark {
    color: hsla(210, 3%, 50%, 1);
  }

  .xl\:text-grey-dark-o-80 {
    color: hsla(210, 3%, 50%, .8);
  }

  .xl\:text-grey {
    color: hsla(210, 3%, 70%, 1);
  }

  .xl\:text-grey-o-80 {
    color: hsla(210, 3%, 70%, .8);
  }

  .xl\:text-grey-light {
    color: hsla(210, 3%, 75%, 1);
  }

  .xl\:text-grey-lighter {
    color: hsla(210, 3%, 80%, 1);
  }

  .xl\:text-grey-lightest {
    color: hsla(210, 3%, 90%, 1);
  }

  .xl\:text-white {
    color: hsla(210, 3%, 98%, 1);
  }

  .xl\:text-full-white {
    color: #fff;
  }

  .xl\:text-peach {
    color: hsla(14, 87%, 63%, 1);
  }

  .xl\:text-peach-o-80 {
    color: hsla(14, 87%, 63%, .8);
  }

  .xl\:text-peach-active {
    color: hsla(14, 90%, 59%, 1);
  }

  .xl\:text-green {
    color: hsla(111, 21%, 56%, 1);
  }

  .xl\:text-green-o-80 {
    color: hsla(111, 21%, 56%, .8);
  }

  .xl\:text-green-active {
    color: hsla(111, 23%, 555%, 1);
  }

  .xl\:text-blue-faded {
    color: hsla(212, 7%, 39%, 1);
  }

  .xl\:text-blue-dark {
    color: hsla(212, 10%, 32%, 1);
  }

  .xl\:text-blue-dark-o-80 {
    color: hsla(212, 10%, 32%, .8);
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black:hover {
    color: hsla(210, 3%, 1%, 1);
  }

  .xl\:hover\:text-black-o-80:hover {
    color: hsla(210, 3%, 1%, .8);
  }

  .xl\:hover\:text-grey-darkest:hover {
    color: hsla(210, 3%, 20%, 1);
  }

  .xl\:hover\:text-grey-darker:hover {
    color: hsla(210, 3%, 30%, 1);
  }

  .xl\:hover\:text-grey-dark:hover {
    color: hsla(210, 3%, 50%, 1);
  }

  .xl\:hover\:text-grey-dark-o-80:hover {
    color: hsla(210, 3%, 50%, .8);
  }

  .xl\:hover\:text-grey:hover {
    color: hsla(210, 3%, 70%, 1);
  }

  .xl\:hover\:text-grey-o-80:hover {
    color: hsla(210, 3%, 70%, .8);
  }

  .xl\:hover\:text-grey-light:hover {
    color: hsla(210, 3%, 75%, 1);
  }

  .xl\:hover\:text-grey-lighter:hover {
    color: hsla(210, 3%, 80%, 1);
  }

  .xl\:hover\:text-grey-lightest:hover {
    color: hsla(210, 3%, 90%, 1);
  }

  .xl\:hover\:text-white:hover {
    color: hsla(210, 3%, 98%, 1);
  }

  .xl\:hover\:text-full-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-peach:hover {
    color: hsla(14, 87%, 63%, 1);
  }

  .xl\:hover\:text-peach-o-80:hover {
    color: hsla(14, 87%, 63%, .8);
  }

  .xl\:hover\:text-peach-active:hover {
    color: hsla(14, 90%, 59%, 1);
  }

  .xl\:hover\:text-green:hover {
    color: hsla(111, 21%, 56%, 1);
  }

  .xl\:hover\:text-green-o-80:hover {
    color: hsla(111, 21%, 56%, .8);
  }

  .xl\:hover\:text-green-active:hover {
    color: hsla(111, 23%, 555%, 1);
  }

  .xl\:hover\:text-blue-faded:hover {
    color: hsla(212, 7%, 39%, 1);
  }

  .xl\:hover\:text-blue-dark:hover {
    color: hsla(212, 10%, 32%, 1);
  }

  .xl\:hover\:text-blue-dark-o-80:hover {
    color: hsla(212, 10%, 32%, .8);
  }

  .xl\:text-xs {
    font-size: .625rem;
  }

  .xl\:text-sm {
    font-size: .875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-md {
    font-size: 1.375rem;
  }

  .xl\:text-lg {
    font-size: 1.75rem;
  }

  .xl\:text-xl {
    font-size: 2.5rem;
  }

  .xl\:text-xxl {
    font-size: 4.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\: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-32 {
    width: 16rem;
  }

  .xl\:w-60 {
    width: 30rem;
  }

  .xl\:w-75 {
    width: 32.5rem;
  }

  .xl\:w-90 {
    width: 45rem;
  }

  .xl\:w-120 {
    width: 60rem;
  }

  .xl\:w-150 {
    width: 75rem;
  }

  .xl\:w-content {
    width: 1600px;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66666%;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-double {
    width: 200%;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }
}

@media (min-width: 1600px) {
  .xxl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xxl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xxl\:bg-transparent {
    background-color: transparent;
  }

  .xxl\:bg-black {
    background-color: hsla(210, 3%, 1%, 1);
  }

  .xxl\:bg-black-o-80 {
    background-color: hsla(210, 3%, 1%, .8);
  }

  .xxl\:bg-grey-darkest {
    background-color: hsla(210, 3%, 20%, 1);
  }

  .xxl\:bg-grey-darker {
    background-color: hsla(210, 3%, 30%, 1);
  }

  .xxl\:bg-grey-dark {
    background-color: hsla(210, 3%, 50%, 1);
  }

  .xxl\:bg-grey-dark-o-80 {
    background-color: hsla(210, 3%, 50%, .8);
  }

  .xxl\:bg-grey {
    background-color: hsla(210, 3%, 70%, 1);
  }

  .xxl\:bg-grey-o-80 {
    background-color: hsla(210, 3%, 70%, .8);
  }

  .xxl\:bg-grey-light {
    background-color: hsla(210, 3%, 75%, 1);
  }

  .xxl\:bg-grey-lighter {
    background-color: hsla(210, 3%, 80%, 1);
  }

  .xxl\:bg-grey-lightest {
    background-color: hsla(210, 3%, 90%, 1);
  }

  .xxl\:bg-white {
    background-color: hsla(210, 3%, 98%, 1);
  }

  .xxl\:bg-full-white {
    background-color: #fff;
  }

  .xxl\:bg-peach {
    background-color: hsla(14, 87%, 63%, 1);
  }

  .xxl\:bg-peach-o-80 {
    background-color: hsla(14, 87%, 63%, .8);
  }

  .xxl\:bg-peach-active {
    background-color: hsla(14, 90%, 59%, 1);
  }

  .xxl\:bg-green {
    background-color: hsla(111, 21%, 56%, 1);
  }

  .xxl\:bg-green-o-80 {
    background-color: hsla(111, 21%, 56%, .8);
  }

  .xxl\:bg-green-active {
    background-color: hsla(111, 23%, 555%, 1);
  }

  .xxl\:bg-blue-faded {
    background-color: hsla(212, 7%, 39%, 1);
  }

  .xxl\:bg-blue-dark {
    background-color: hsla(212, 10%, 32%, 1);
  }

  .xxl\:bg-blue-dark-o-80 {
    background-color: hsla(212, 10%, 32%, .8);
  }

  .xxl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xxl\:hover\:bg-black:hover {
    background-color: hsla(210, 3%, 1%, 1);
  }

  .xxl\:hover\:bg-black-o-80:hover {
    background-color: hsla(210, 3%, 1%, .8);
  }

  .xxl\:hover\:bg-grey-darkest:hover {
    background-color: hsla(210, 3%, 20%, 1);
  }

  .xxl\:hover\:bg-grey-darker:hover {
    background-color: hsla(210, 3%, 30%, 1);
  }

  .xxl\:hover\:bg-grey-dark:hover {
    background-color: hsla(210, 3%, 50%, 1);
  }

  .xxl\:hover\:bg-grey-dark-o-80:hover {
    background-color: hsla(210, 3%, 50%, .8);
  }

  .xxl\:hover\:bg-grey:hover {
    background-color: hsla(210, 3%, 70%, 1);
  }

  .xxl\:hover\:bg-grey-o-80:hover {
    background-color: hsla(210, 3%, 70%, .8);
  }

  .xxl\:hover\:bg-grey-light:hover {
    background-color: hsla(210, 3%, 75%, 1);
  }

  .xxl\:hover\:bg-grey-lighter:hover {
    background-color: hsla(210, 3%, 80%, 1);
  }

  .xxl\:hover\:bg-grey-lightest:hover {
    background-color: hsla(210, 3%, 90%, 1);
  }

  .xxl\:hover\:bg-white:hover {
    background-color: hsla(210, 3%, 98%, 1);
  }

  .xxl\:hover\:bg-full-white:hover {
    background-color: #fff;
  }

  .xxl\:hover\:bg-peach:hover {
    background-color: hsla(14, 87%, 63%, 1);
  }

  .xxl\:hover\:bg-peach-o-80:hover {
    background-color: hsla(14, 87%, 63%, .8);
  }

  .xxl\:hover\:bg-peach-active:hover {
    background-color: hsla(14, 90%, 59%, 1);
  }

  .xxl\:hover\:bg-green:hover {
    background-color: hsla(111, 21%, 56%, 1);
  }

  .xxl\:hover\:bg-green-o-80:hover {
    background-color: hsla(111, 21%, 56%, .8);
  }

  .xxl\:hover\:bg-green-active:hover {
    background-color: hsla(111, 23%, 555%, 1);
  }

  .xxl\:hover\:bg-blue-faded:hover {
    background-color: hsla(212, 7%, 39%, 1);
  }

  .xxl\:hover\:bg-blue-dark:hover {
    background-color: hsla(212, 10%, 32%, 1);
  }

  .xxl\:hover\:bg-blue-dark-o-80:hover {
    background-color: hsla(212, 10%, 32%, .8);
  }

  .xxl\:bg-bottom {
    background-position: bottom;
  }

  .xxl\:bg-center {
    background-position: center;
  }

  .xxl\:bg-left {
    background-position: left;
  }

  .xxl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xxl\:bg-left-top {
    background-position: left top;
  }

  .xxl\:bg-right {
    background-position: right;
  }

  .xxl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xxl\:bg-right-top {
    background-position: right top;
  }

  .xxl\:bg-top {
    background-position: top;
  }

  .xxl\:bg-repeat {
    background-repeat: repeat;
  }

  .xxl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xxl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xxl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xxl\:bg-auto {
    background-size: auto;
  }

  .xxl\:bg-cover {
    background-size: cover;
  }

  .xxl\:bg-contain {
    background-size: contain;
  }

  .xxl\:border-transparent {
    border-color: transparent;
  }

  .xxl\:border-black {
    border-color: hsla(210, 3%, 1%, 1);
  }

  .xxl\:border-black-o-80 {
    border-color: hsla(210, 3%, 1%, .8);
  }

  .xxl\:border-grey-darkest {
    border-color: hsla(210, 3%, 20%, 1);
  }

  .xxl\:border-grey-darker {
    border-color: hsla(210, 3%, 30%, 1);
  }

  .xxl\:border-grey-dark {
    border-color: hsla(210, 3%, 50%, 1);
  }

  .xxl\:border-grey-dark-o-80 {
    border-color: hsla(210, 3%, 50%, .8);
  }

  .xxl\:border-grey {
    border-color: hsla(210, 3%, 70%, 1);
  }

  .xxl\:border-grey-o-80 {
    border-color: hsla(210, 3%, 70%, .8);
  }

  .xxl\:border-grey-light {
    border-color: hsla(210, 3%, 75%, 1);
  }

  .xxl\:border-grey-lighter {
    border-color: hsla(210, 3%, 80%, 1);
  }

  .xxl\:border-grey-lightest {
    border-color: hsla(210, 3%, 90%, 1);
  }

  .xxl\:border-white {
    border-color: hsla(210, 3%, 98%, 1);
  }

  .xxl\:border-full-white {
    border-color: #fff;
  }

  .xxl\:border-peach {
    border-color: hsla(14, 87%, 63%, 1);
  }

  .xxl\:border-peach-o-80 {
    border-color: hsla(14, 87%, 63%, .8);
  }

  .xxl\:border-peach-active {
    border-color: hsla(14, 90%, 59%, 1);
  }

  .xxl\:border-green {
    border-color: hsla(111, 21%, 56%, 1);
  }

  .xxl\:border-green-o-80 {
    border-color: hsla(111, 21%, 56%, .8);
  }

  .xxl\:border-green-active {
    border-color: hsla(111, 23%, 555%, 1);
  }

  .xxl\:border-blue-faded {
    border-color: hsla(212, 7%, 39%, 1);
  }

  .xxl\:border-blue-dark {
    border-color: hsla(212, 10%, 32%, 1);
  }

  .xxl\:border-blue-dark-o-80 {
    border-color: hsla(212, 10%, 32%, .8);
  }

  .xxl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xxl\:hover\:border-black:hover {
    border-color: hsla(210, 3%, 1%, 1);
  }

  .xxl\:hover\:border-black-o-80:hover {
    border-color: hsla(210, 3%, 1%, .8);
  }

  .xxl\:hover\:border-grey-darkest:hover {
    border-color: hsla(210, 3%, 20%, 1);
  }

  .xxl\:hover\:border-grey-darker:hover {
    border-color: hsla(210, 3%, 30%, 1);
  }

  .xxl\:hover\:border-grey-dark:hover {
    border-color: hsla(210, 3%, 50%, 1);
  }

  .xxl\:hover\:border-grey-dark-o-80:hover {
    border-color: hsla(210, 3%, 50%, .8);
  }

  .xxl\:hover\:border-grey:hover {
    border-color: hsla(210, 3%, 70%, 1);
  }

  .xxl\:hover\:border-grey-o-80:hover {
    border-color: hsla(210, 3%, 70%, .8);
  }

  .xxl\:hover\:border-grey-light:hover {
    border-color: hsla(210, 3%, 75%, 1);
  }

  .xxl\:hover\:border-grey-lighter:hover {
    border-color: hsla(210, 3%, 80%, 1);
  }

  .xxl\:hover\:border-grey-lightest:hover {
    border-color: hsla(210, 3%, 90%, 1);
  }

  .xxl\:hover\:border-white:hover {
    border-color: hsla(210, 3%, 98%, 1);
  }

  .xxl\:hover\:border-full-white:hover {
    border-color: #fff;
  }

  .xxl\:hover\:border-peach:hover {
    border-color: hsla(14, 87%, 63%, 1);
  }

  .xxl\:hover\:border-peach-o-80:hover {
    border-color: hsla(14, 87%, 63%, .8);
  }

  .xxl\:hover\:border-peach-active:hover {
    border-color: hsla(14, 90%, 59%, 1);
  }

  .xxl\:hover\:border-green:hover {
    border-color: hsla(111, 21%, 56%, 1);
  }

  .xxl\:hover\:border-green-o-80:hover {
    border-color: hsla(111, 21%, 56%, .8);
  }

  .xxl\:hover\:border-green-active:hover {
    border-color: hsla(111, 23%, 555%, 1);
  }

  .xxl\:hover\:border-blue-faded:hover {
    border-color: hsla(212, 7%, 39%, 1);
  }

  .xxl\:hover\:border-blue-dark:hover {
    border-color: hsla(212, 10%, 32%, 1);
  }

  .xxl\:hover\:border-blue-dark-o-80:hover {
    border-color: hsla(212, 10%, 32%, .8);
  }

  .xxl\:border-solid {
    border-style: solid;
  }

  .xxl\:border-dashed {
    border-style: dashed;
  }

  .xxl\:border-dotted {
    border-style: dotted;
  }

  .xxl\:border-none {
    border-style: none;
  }

  .xxl\:block {
    display: block;
  }

  .xxl\:inline-block {
    display: inline-block;
  }

  .xxl\:inline {
    display: inline;
  }

  .xxl\:table {
    display: table;
  }

  .xxl\:table-row {
    display: table-row;
  }

  .xxl\:table-cell {
    display: table-cell;
  }

  .xxl\:hidden {
    display: none;
  }

  .xxl\:flex {
    display: flex;
  }

  .xxl\:inline-flex {
    display: inline-flex;
  }

  .xxl\:flex-row {
    flex-direction: row;
  }

  .xxl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xxl\:flex-col {
    flex-direction: column;
  }

  .xxl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xxl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xxl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xxl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xxl\:items-start {
    align-items: flex-start;
  }

  .xxl\:items-end {
    align-items: flex-end;
  }

  .xxl\:items-center {
    align-items: center;
  }

  .xxl\:items-baseline {
    align-items: baseline;
  }

  .xxl\:items-stretch {
    align-items: stretch;
  }

  .xxl\:self-auto {
    align-self: auto;
  }

  .xxl\:self-start {
    align-self: flex-start;
  }

  .xxl\:self-end {
    align-self: flex-end;
  }

  .xxl\:self-center {
    align-self: center;
  }

  .xxl\:self-stretch {
    align-self: stretch;
  }

  .xxl\:justify-start {
    justify-content: flex-start;
  }

  .xxl\:justify-end {
    justify-content: flex-end;
  }

  .xxl\:justify-center {
    justify-content: center;
  }

  .xxl\:justify-between {
    justify-content: space-between;
  }

  .xxl\:justify-around {
    justify-content: space-around;
  }

  .xxl\:content-center {
    align-content: center;
  }

  .xxl\:content-start {
    align-content: flex-start;
  }

  .xxl\:content-end {
    align-content: flex-end;
  }

  .xxl\:content-between {
    align-content: space-between;
  }

  .xxl\:content-around {
    align-content: space-around;
  }

  .xxl\:flex-1 {
    flex: 1;
  }

  .xxl\:flex-auto {
    flex: auto;
  }

  .xxl\:flex-initial {
    flex: initial;
  }

  .xxl\:flex-none {
    flex: none;
  }

  .xxl\:flex-grow {
    flex-grow: 1;
  }

  .xxl\:flex-shrink {
    flex-shrink: 1;
  }

  .xxl\:flex-no-grow {
    flex-grow: 0;
  }

  .xxl\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xxl\:float-right {
    float: right;
  }

  .xxl\:float-left {
    float: left;
  }

  .xxl\:float-none {
    float: none;
  }

  .xxl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xxl\:font-sans {
    font-family: Proxima Web, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xxl\:font-hairline {
    font-weight: 100;
  }

  .xxl\:font-thin {
    font-weight: 200;
  }

  .xxl\:font-light {
    font-weight: 300;
  }

  .xxl\:font-normal {
    font-weight: 400;
  }

  .xxl\:font-medium {
    font-weight: 500;
  }

  .xxl\:font-semibold {
    font-weight: 600;
  }

  .xxl\:font-bold {
    font-weight: 700;
  }

  .xxl\:font-extrabold {
    font-weight: 800;
  }

  .xxl\:font-black {
    font-weight: 900;
  }

  .xxl\:h-12 {
    height: 6rem;
  }

  .xxl\:h-14 {
    height: 7rem;
  }

  .xxl\:h-30 {
    height: 15rem;
  }

  .xxl\:h-45 {
    height: 22.5rem;
  }

  .xxl\:h-60 {
    height: 30rem;
  }

  .xxl\:h-80 {
    height: 40rem;
  }

  .xxl\:h-100 {
    height: 50rem;
  }

  .xxl\:h-120 {
    height: 60rem;
  }

  .xxl\:h-full {
    height: 100%;
  }

  .xxl\:h-half-viewport {
    height: 50vh;
  }

  .xxl\:h-3\/4-viewport {
    height: 75vh;
  }

  .xxl\:h-nearly-full-screen {
    height: 90vh;
  }

  .xxl\:h-double {
    height: 200%;
  }

  .xxl\:leading-none {
    line-height: 1;
  }

  .xxl\:leading-tighter {
    line-height: 1.1;
  }

  .xxl\:leading-tight {
    line-height: 1.25;
  }

  .xxl\:leading-normal {
    line-height: 1.55;
  }

  .xxl\:leading-loose {
    line-height: 2;
  }

  .xxl\:m-0 {
    margin: 0;
  }

  .xxl\:m-1 {
    margin: .5rem;
  }

  .xxl\:m-2 {
    margin: 1rem;
  }

  .xxl\:m-3 {
    margin: 1.5rem;
  }

  .xxl\:m-4 {
    margin: 2rem;
  }

  .xxl\:m-5 {
    margin: 2.5rem;
  }

  .xxl\:m-6 {
    margin: 3rem;
  }

  .xxl\:m-7 {
    margin: 3.5rem;
  }

  .xxl\:m-8 {
    margin: 4rem;
  }

  .xxl\:m-9 {
    margin: 4.5rem;
  }

  .xxl\:m-10 {
    margin: 5rem;
  }

  .xxl\:m-12 {
    margin: 6rem;
  }

  .xxl\:m-14 {
    margin: 7rem;
  }

  .xxl\:m-16 {
    margin: 8rem;
  }

  .xxl\:m-20 {
    margin: 10rem;
  }

  .xxl\:m-25 {
    margin: 12.5rem;
  }

  .xxl\:m-30 {
    margin: 15rem;
  }

  .xxl\:m-40 {
    margin: 20rem;
  }

  .xxl\:m-auto {
    margin: auto;
  }

  .xxl\:m-\.5 {
    margin: .25rem;
  }

  .xxl\:m-1\.5 {
    margin: .75rem;
  }

  .xxl\:m-2\.5 {
    margin: 1.25rem;
  }

  .xxl\:m-1\/2 {
    margin: 50%;
  }

  .xxl\:m-content {
    margin: 1600px;
  }

  .xxl\:m-full {
    margin: 100%;
  }

  .xxl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:my-1 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xxl\:mx-1 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xxl\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxl\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxl\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxl\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxl\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxl\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxl\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxl\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxl\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxl\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxl\:my-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxl\:mx-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxl\:my-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxl\:mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxl\:my-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xxl\:mx-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xxl\:my-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxl\:mx-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxl\:my-12 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxl\:mx-12 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxl\:my-14 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxl\:mx-14 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxl\:my-16 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxl\:mx-16 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxl\:my-20 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxl\:mx-20 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxl\:my-25 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xxl\:mx-25 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .xxl\:my-30 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xxl\:mx-30 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xxl\:my-40 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xxl\:mx-40 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xxl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:my-\.5 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xxl\:mx-\.5 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xxl\:my-1\.5 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xxl\:mx-1\.5 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xxl\:my-2\.5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxl\:mx-2\.5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxl\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxl\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxl\:my-content {
    margin-top: 1600px;
    margin-bottom: 1600px;
  }

  .xxl\:mx-content {
    margin-left: 1600px;
    margin-right: 1600px;
  }

  .xxl\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xxl\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xxl\:mt-0 {
    margin-top: 0;
  }

  .xxl\:mr-0 {
    margin-right: 0;
  }

  .xxl\:mb-0 {
    margin-bottom: 0;
  }

  .xxl\:ml-0 {
    margin-left: 0;
  }

  .xxl\:mt-1 {
    margin-top: .5rem;
  }

  .xxl\:mr-1 {
    margin-right: .5rem;
  }

  .xxl\:mb-1 {
    margin-bottom: .5rem;
  }

  .xxl\:ml-1 {
    margin-left: .5rem;
  }

  .xxl\:mt-2 {
    margin-top: 1rem;
  }

  .xxl\:mr-2 {
    margin-right: 1rem;
  }

  .xxl\:mb-2 {
    margin-bottom: 1rem;
  }

  .xxl\:ml-2 {
    margin-left: 1rem;
  }

  .xxl\:mt-3 {
    margin-top: 1.5rem;
  }

  .xxl\:mr-3 {
    margin-right: 1.5rem;
  }

  .xxl\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .xxl\:ml-3 {
    margin-left: 1.5rem;
  }

  .xxl\:mt-4 {
    margin-top: 2rem;
  }

  .xxl\:mr-4 {
    margin-right: 2rem;
  }

  .xxl\:mb-4 {
    margin-bottom: 2rem;
  }

  .xxl\:ml-4 {
    margin-left: 2rem;
  }

  .xxl\:mt-5 {
    margin-top: 2.5rem;
  }

  .xxl\:mr-5 {
    margin-right: 2.5rem;
  }

  .xxl\:mb-5 {
    margin-bottom: 2.5rem;
  }

  .xxl\:ml-5 {
    margin-left: 2.5rem;
  }

  .xxl\:mt-6 {
    margin-top: 3rem;
  }

  .xxl\:mr-6 {
    margin-right: 3rem;
  }

  .xxl\:mb-6 {
    margin-bottom: 3rem;
  }

  .xxl\:ml-6 {
    margin-left: 3rem;
  }

  .xxl\:mt-7 {
    margin-top: 3.5rem;
  }

  .xxl\:mr-7 {
    margin-right: 3.5rem;
  }

  .xxl\:mb-7 {
    margin-bottom: 3.5rem;
  }

  .xxl\:ml-7 {
    margin-left: 3.5rem;
  }

  .xxl\:mt-8 {
    margin-top: 4rem;
  }

  .xxl\:mr-8 {
    margin-right: 4rem;
  }

  .xxl\:mb-8 {
    margin-bottom: 4rem;
  }

  .xxl\:ml-8 {
    margin-left: 4rem;
  }

  .xxl\:mt-9 {
    margin-top: 4.5rem;
  }

  .xxl\:mr-9 {
    margin-right: 4.5rem;
  }

  .xxl\:mb-9 {
    margin-bottom: 4.5rem;
  }

  .xxl\:ml-9 {
    margin-left: 4.5rem;
  }

  .xxl\:mt-10 {
    margin-top: 5rem;
  }

  .xxl\:mr-10 {
    margin-right: 5rem;
  }

  .xxl\:mb-10 {
    margin-bottom: 5rem;
  }

  .xxl\:ml-10 {
    margin-left: 5rem;
  }

  .xxl\:mt-12 {
    margin-top: 6rem;
  }

  .xxl\:mr-12 {
    margin-right: 6rem;
  }

  .xxl\:mb-12 {
    margin-bottom: 6rem;
  }

  .xxl\:ml-12 {
    margin-left: 6rem;
  }

  .xxl\:mt-14 {
    margin-top: 7rem;
  }

  .xxl\:mr-14 {
    margin-right: 7rem;
  }

  .xxl\:mb-14 {
    margin-bottom: 7rem;
  }

  .xxl\:ml-14 {
    margin-left: 7rem;
  }

  .xxl\:mt-16 {
    margin-top: 8rem;
  }

  .xxl\:mr-16 {
    margin-right: 8rem;
  }

  .xxl\:mb-16 {
    margin-bottom: 8rem;
  }

  .xxl\:ml-16 {
    margin-left: 8rem;
  }

  .xxl\:mt-20 {
    margin-top: 10rem;
  }

  .xxl\:mr-20 {
    margin-right: 10rem;
  }

  .xxl\:mb-20 {
    margin-bottom: 10rem;
  }

  .xxl\:ml-20 {
    margin-left: 10rem;
  }

  .xxl\:mt-25 {
    margin-top: 12.5rem;
  }

  .xxl\:mr-25 {
    margin-right: 12.5rem;
  }

  .xxl\:mb-25 {
    margin-bottom: 12.5rem;
  }

  .xxl\:ml-25 {
    margin-left: 12.5rem;
  }

  .xxl\:mt-30 {
    margin-top: 15rem;
  }

  .xxl\:mr-30 {
    margin-right: 15rem;
  }

  .xxl\:mb-30 {
    margin-bottom: 15rem;
  }

  .xxl\:ml-30 {
    margin-left: 15rem;
  }

  .xxl\:mt-40 {
    margin-top: 20rem;
  }

  .xxl\:mr-40 {
    margin-right: 20rem;
  }

  .xxl\:mb-40 {
    margin-bottom: 20rem;
  }

  .xxl\:ml-40 {
    margin-left: 20rem;
  }

  .xxl\:mt-auto {
    margin-top: auto;
  }

  .xxl\:mr-auto {
    margin-right: auto;
  }

  .xxl\:mb-auto {
    margin-bottom: auto;
  }

  .xxl\:ml-auto {
    margin-left: auto;
  }

  .xxl\:mt-\.5 {
    margin-top: .25rem;
  }

  .xxl\:mr-\.5 {
    margin-right: .25rem;
  }

  .xxl\:mb-\.5 {
    margin-bottom: .25rem;
  }

  .xxl\:ml-\.5 {
    margin-left: .25rem;
  }

  .xxl\:mt-1\.5 {
    margin-top: .75rem;
  }

  .xxl\:mr-1\.5 {
    margin-right: .75rem;
  }

  .xxl\:mb-1\.5 {
    margin-bottom: .75rem;
  }

  .xxl\:ml-1\.5 {
    margin-left: .75rem;
  }

  .xxl\:mt-2\.5 {
    margin-top: 1.25rem;
  }

  .xxl\:mr-2\.5 {
    margin-right: 1.25rem;
  }

  .xxl\:mb-2\.5 {
    margin-bottom: 1.25rem;
  }

  .xxl\:ml-2\.5 {
    margin-left: 1.25rem;
  }

  .xxl\:mt-1\/2 {
    margin-top: 50%;
  }

  .xxl\:mr-1\/2 {
    margin-right: 50%;
  }

  .xxl\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .xxl\:ml-1\/2 {
    margin-left: 50%;
  }

  .xxl\:mt-content {
    margin-top: 1600px;
  }

  .xxl\:mr-content {
    margin-right: 1600px;
  }

  .xxl\:mb-content {
    margin-bottom: 1600px;
  }

  .xxl\:ml-content {
    margin-left: 1600px;
  }

  .xxl\:mt-full {
    margin-top: 100%;
  }

  .xxl\:mr-full {
    margin-right: 100%;
  }

  .xxl\:mb-full {
    margin-bottom: 100%;
  }

  .xxl\:ml-full {
    margin-left: 100%;
  }

  .xxl\:max-h-12 {
    max-height: 6rem;
  }

  .xxl\:max-h-14 {
    max-height: 7rem;
  }

  .xxl\:max-h-30 {
    max-height: 15rem;
  }

  .xxl\:max-h-45 {
    max-height: 22.5rem;
  }

  .xxl\:max-h-60 {
    max-height: 30rem;
  }

  .xxl\:max-h-80 {
    max-height: 40rem;
  }

  .xxl\:max-h-100 {
    max-height: 50rem;
  }

  .xxl\:max-h-120 {
    max-height: 60rem;
  }

  .xxl\:max-h-full {
    max-height: 100%;
  }

  .xxl\:max-h-half-viewport {
    max-height: 50vh;
  }

  .xxl\:max-h-3\/4-viewport {
    max-height: 75vh;
  }

  .xxl\:max-h-nearly-full-screen {
    max-height: 90vh;
  }

  .xxl\:max-h-double {
    max-height: 200%;
  }

  .xxl\:max-w-32 {
    max-width: 16rem;
  }

  .xxl\:max-w-60 {
    max-width: 30rem;
  }

  .xxl\:max-w-75 {
    max-width: 32.5rem;
  }

  .xxl\:max-w-90 {
    max-width: 45rem;
  }

  .xxl\:max-w-120 {
    max-width: 60rem;
  }

  .xxl\:max-w-150 {
    max-width: 75rem;
  }

  .xxl\:max-w-content {
    max-width: 1600px;
  }

  .xxl\:max-w-1\/4 {
    max-width: 25%;
  }

  .xxl\:max-w-1\/3 {
    max-width: 33.33333%;
  }

  .xxl\:max-w-2\/3 {
    max-width: 66.66666%;
  }

  .xxl\:max-w-1\/2 {
    max-width: 50%;
  }

  .xxl\:max-w-3\/4 {
    max-width: 75%;
  }

  .xxl\:max-w-full {
    max-width: 100%;
  }

  .xxl\:max-w-double {
    max-width: 200%;
  }

  .xxl\:min-h-12 {
    min-height: 6rem;
  }

  .xxl\:min-h-14 {
    min-height: 7rem;
  }

  .xxl\:min-h-30 {
    min-height: 15rem;
  }

  .xxl\:min-h-45 {
    min-height: 22.5rem;
  }

  .xxl\:min-h-60 {
    min-height: 30rem;
  }

  .xxl\:min-h-80 {
    min-height: 40rem;
  }

  .xxl\:min-h-100 {
    min-height: 50rem;
  }

  .xxl\:min-h-120 {
    min-height: 60rem;
  }

  .xxl\:min-h-full {
    min-height: 100%;
  }

  .xxl\:min-h-half-viewport {
    min-height: 50vh;
  }

  .xxl\:min-h-3\/4-viewport {
    min-height: 75vh;
  }

  .xxl\:min-h-nearly-full-screen {
    min-height: 90vh;
  }

  .xxl\:min-h-double {
    min-height: 200%;
  }

  .xxl\:min-w-32 {
    min-width: 16rem;
  }

  .xxl\:min-w-60 {
    min-width: 30rem;
  }

  .xxl\:min-w-75 {
    min-width: 32.5rem;
  }

  .xxl\:min-w-90 {
    min-width: 45rem;
  }

  .xxl\:min-w-120 {
    min-width: 60rem;
  }

  .xxl\:min-w-150 {
    min-width: 75rem;
  }

  .xxl\:min-w-content {
    min-width: 1600px;
  }

  .xxl\:min-w-1\/4 {
    min-width: 25%;
  }

  .xxl\:min-w-1\/3 {
    min-width: 33.33333%;
  }

  .xxl\:min-w-2\/3 {
    min-width: 66.66666%;
  }

  .xxl\:min-w-1\/2 {
    min-width: 50%;
  }

  .xxl\:min-w-3\/4 {
    min-width: 75%;
  }

  .xxl\:min-w-full {
    min-width: 100%;
  }

  .xxl\:min-w-double {
    min-width: 200%;
  }

  .xxl\:-m-0 {
    margin: 0;
  }

  .xxl\:-m-1 {
    margin: -0.5rem;
  }

  .xxl\:-m-2 {
    margin: -1rem;
  }

  .xxl\:-m-3 {
    margin: -1.5rem;
  }

  .xxl\:-m-4 {
    margin: -2rem;
  }

  .xxl\:-m-5 {
    margin: -2.5rem;
  }

  .xxl\:-m-6 {
    margin: -3rem;
  }

  .xxl\:-m-7 {
    margin: -3.5rem;
  }

  .xxl\:-m-8 {
    margin: -4rem;
  }

  .xxl\:-m-9 {
    margin: -4.5rem;
  }

  .xxl\:-m-10 {
    margin: -5rem;
  }

  .xxl\:-m-12 {
    margin: -6rem;
  }

  .xxl\:-m-14 {
    margin: -7rem;
  }

  .xxl\:-m-16 {
    margin: -8rem;
  }

  .xxl\:-m-20 {
    margin: -10rem;
  }

  .xxl\:-m-25 {
    margin: -12.5rem;
  }

  .xxl\:-m-30 {
    margin: -15rem;
  }

  .xxl\:-m-40 {
    margin: -20rem;
  }

  .xxl\:-m-auto {
    margin: -auto;
  }

  .xxl\:-m-\.5 {
    margin: -0.25rem;
  }

  .xxl\:-m-1\.5 {
    margin: -0.75rem;
  }

  .xxl\:-m-2\.5 {
    margin: -1.25rem;
  }

  .xxl\:-m-1\/2 {
    margin: -50%;
  }

  .xxl\:-m-content {
    margin: -1600px;
  }

  .xxl\:-m-full {
    margin: -100%;
  }

  .xxl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:-my-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxl\:-mx-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxl\:-my-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxl\:-mx-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxl\:-my-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxl\:-mx-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxl\:-my-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxl\:-mx-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxl\:-my-5 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxl\:-mx-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxl\:-my-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxl\:-mx-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxl\:-my-7 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxl\:-mx-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxl\:-my-8 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxl\:-mx-8 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxl\:-my-9 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xxl\:-mx-9 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xxl\:-my-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxl\:-mx-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxl\:-my-12 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxl\:-mx-12 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxl\:-my-14 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxl\:-mx-14 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxl\:-my-16 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxl\:-mx-16 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxl\:-my-20 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxl\:-mx-20 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxl\:-my-25 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xxl\:-mx-25 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .xxl\:-my-30 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xxl\:-mx-30 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xxl\:-my-40 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xxl\:-mx-40 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xxl\:-my-auto {
    margin-top: -auto;
    margin-bottom: -auto;
  }

  .xxl\:-mx-auto {
    margin-left: -auto;
    margin-right: -auto;
  }

  .xxl\:-my-\.5 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxl\:-mx-\.5 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxl\:-my-1\.5 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxl\:-mx-1\.5 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxl\:-my-2\.5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxl\:-mx-2\.5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxl\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xxl\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xxl\:-my-content {
    margin-top: -1600px;
    margin-bottom: -1600px;
  }

  .xxl\:-mx-content {
    margin-left: -1600px;
    margin-right: -1600px;
  }

  .xxl\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xxl\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xxl\:-mt-0 {
    margin-top: 0;
  }

  .xxl\:-mr-0 {
    margin-right: 0;
  }

  .xxl\:-mb-0 {
    margin-bottom: 0;
  }

  .xxl\:-ml-0 {
    margin-left: 0;
  }

  .xxl\:-mt-1 {
    margin-top: -0.5rem;
  }

  .xxl\:-mr-1 {
    margin-right: -0.5rem;
  }

  .xxl\:-mb-1 {
    margin-bottom: -0.5rem;
  }

  .xxl\:-ml-1 {
    margin-left: -0.5rem;
  }

  .xxl\:-mt-2 {
    margin-top: -1rem;
  }

  .xxl\:-mr-2 {
    margin-right: -1rem;
  }

  .xxl\:-mb-2 {
    margin-bottom: -1rem;
  }

  .xxl\:-ml-2 {
    margin-left: -1rem;
  }

  .xxl\:-mt-3 {
    margin-top: -1.5rem;
  }

  .xxl\:-mr-3 {
    margin-right: -1.5rem;
  }

  .xxl\:-mb-3 {
    margin-bottom: -1.5rem;
  }

  .xxl\:-ml-3 {
    margin-left: -1.5rem;
  }

  .xxl\:-mt-4 {
    margin-top: -2rem;
  }

  .xxl\:-mr-4 {
    margin-right: -2rem;
  }

  .xxl\:-mb-4 {
    margin-bottom: -2rem;
  }

  .xxl\:-ml-4 {
    margin-left: -2rem;
  }

  .xxl\:-mt-5 {
    margin-top: -2.5rem;
  }

  .xxl\:-mr-5 {
    margin-right: -2.5rem;
  }

  .xxl\:-mb-5 {
    margin-bottom: -2.5rem;
  }

  .xxl\:-ml-5 {
    margin-left: -2.5rem;
  }

  .xxl\:-mt-6 {
    margin-top: -3rem;
  }

  .xxl\:-mr-6 {
    margin-right: -3rem;
  }

  .xxl\:-mb-6 {
    margin-bottom: -3rem;
  }

  .xxl\:-ml-6 {
    margin-left: -3rem;
  }

  .xxl\:-mt-7 {
    margin-top: -3.5rem;
  }

  .xxl\:-mr-7 {
    margin-right: -3.5rem;
  }

  .xxl\:-mb-7 {
    margin-bottom: -3.5rem;
  }

  .xxl\:-ml-7 {
    margin-left: -3.5rem;
  }

  .xxl\:-mt-8 {
    margin-top: -4rem;
  }

  .xxl\:-mr-8 {
    margin-right: -4rem;
  }

  .xxl\:-mb-8 {
    margin-bottom: -4rem;
  }

  .xxl\:-ml-8 {
    margin-left: -4rem;
  }

  .xxl\:-mt-9 {
    margin-top: -4.5rem;
  }

  .xxl\:-mr-9 {
    margin-right: -4.5rem;
  }

  .xxl\:-mb-9 {
    margin-bottom: -4.5rem;
  }

  .xxl\:-ml-9 {
    margin-left: -4.5rem;
  }

  .xxl\:-mt-10 {
    margin-top: -5rem;
  }

  .xxl\:-mr-10 {
    margin-right: -5rem;
  }

  .xxl\:-mb-10 {
    margin-bottom: -5rem;
  }

  .xxl\:-ml-10 {
    margin-left: -5rem;
  }

  .xxl\:-mt-12 {
    margin-top: -6rem;
  }

  .xxl\:-mr-12 {
    margin-right: -6rem;
  }

  .xxl\:-mb-12 {
    margin-bottom: -6rem;
  }

  .xxl\:-ml-12 {
    margin-left: -6rem;
  }

  .xxl\:-mt-14 {
    margin-top: -7rem;
  }

  .xxl\:-mr-14 {
    margin-right: -7rem;
  }

  .xxl\:-mb-14 {
    margin-bottom: -7rem;
  }

  .xxl\:-ml-14 {
    margin-left: -7rem;
  }

  .xxl\:-mt-16 {
    margin-top: -8rem;
  }

  .xxl\:-mr-16 {
    margin-right: -8rem;
  }

  .xxl\:-mb-16 {
    margin-bottom: -8rem;
  }

  .xxl\:-ml-16 {
    margin-left: -8rem;
  }

  .xxl\:-mt-20 {
    margin-top: -10rem;
  }

  .xxl\:-mr-20 {
    margin-right: -10rem;
  }

  .xxl\:-mb-20 {
    margin-bottom: -10rem;
  }

  .xxl\:-ml-20 {
    margin-left: -10rem;
  }

  .xxl\:-mt-25 {
    margin-top: -12.5rem;
  }

  .xxl\:-mr-25 {
    margin-right: -12.5rem;
  }

  .xxl\:-mb-25 {
    margin-bottom: -12.5rem;
  }

  .xxl\:-ml-25 {
    margin-left: -12.5rem;
  }

  .xxl\:-mt-30 {
    margin-top: -15rem;
  }

  .xxl\:-mr-30 {
    margin-right: -15rem;
  }

  .xxl\:-mb-30 {
    margin-bottom: -15rem;
  }

  .xxl\:-ml-30 {
    margin-left: -15rem;
  }

  .xxl\:-mt-40 {
    margin-top: -20rem;
  }

  .xxl\:-mr-40 {
    margin-right: -20rem;
  }

  .xxl\:-mb-40 {
    margin-bottom: -20rem;
  }

  .xxl\:-ml-40 {
    margin-left: -20rem;
  }

  .xxl\:-mt-auto {
    margin-top: -auto;
  }

  .xxl\:-mr-auto {
    margin-right: -auto;
  }

  .xxl\:-mb-auto {
    margin-bottom: -auto;
  }

  .xxl\:-ml-auto {
    margin-left: -auto;
  }

  .xxl\:-mt-\.5 {
    margin-top: -0.25rem;
  }

  .xxl\:-mr-\.5 {
    margin-right: -0.25rem;
  }

  .xxl\:-mb-\.5 {
    margin-bottom: -0.25rem;
  }

  .xxl\:-ml-\.5 {
    margin-left: -0.25rem;
  }

  .xxl\:-mt-1\.5 {
    margin-top: -0.75rem;
  }

  .xxl\:-mr-1\.5 {
    margin-right: -0.75rem;
  }

  .xxl\:-mb-1\.5 {
    margin-bottom: -0.75rem;
  }

  .xxl\:-ml-1\.5 {
    margin-left: -0.75rem;
  }

  .xxl\:-mt-2\.5 {
    margin-top: -1.25rem;
  }

  .xxl\:-mr-2\.5 {
    margin-right: -1.25rem;
  }

  .xxl\:-mb-2\.5 {
    margin-bottom: -1.25rem;
  }

  .xxl\:-ml-2\.5 {
    margin-left: -1.25rem;
  }

  .xxl\:-mt-1\/2 {
    margin-top: -50%;
  }

  .xxl\:-mr-1\/2 {
    margin-right: -50%;
  }

  .xxl\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .xxl\:-ml-1\/2 {
    margin-left: -50%;
  }

  .xxl\:-mt-content {
    margin-top: -1600px;
  }

  .xxl\:-mr-content {
    margin-right: -1600px;
  }

  .xxl\:-mb-content {
    margin-bottom: -1600px;
  }

  .xxl\:-ml-content {
    margin-left: -1600px;
  }

  .xxl\:-mt-full {
    margin-top: -100%;
  }

  .xxl\:-mr-full {
    margin-right: -100%;
  }

  .xxl\:-mb-full {
    margin-bottom: -100%;
  }

  .xxl\:-ml-full {
    margin-left: -100%;
  }

  .xxl\:opacity-0 {
    opacity: 0;
  }

  .xxl\:opacity-25 {
    opacity: .25;
  }

  .xxl\:opacity-50 {
    opacity: .5;
  }

  .xxl\:opacity-75 {
    opacity: .75;
  }

  .xxl\:opacity-100 {
    opacity: 1;
  }

  .xxl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xxl\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .xxl\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .xxl\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .xxl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xxl\:overflow-auto {
    overflow: auto;
  }

  .xxl\:overflow-hidden {
    overflow: hidden;
  }

  .xxl\:overflow-visible {
    overflow: visible;
  }

  .xxl\:overflow-scroll {
    overflow: scroll;
  }

  .xxl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xxl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xxl\:p-0 {
    padding: 0;
  }

  .xxl\:p-1 {
    padding: .5rem;
  }

  .xxl\:p-2 {
    padding: 1rem;
  }

  .xxl\:p-3 {
    padding: 1.5rem;
  }

  .xxl\:p-4 {
    padding: 2rem;
  }

  .xxl\:p-5 {
    padding: 2.5rem;
  }

  .xxl\:p-6 {
    padding: 3rem;
  }

  .xxl\:p-7 {
    padding: 3.5rem;
  }

  .xxl\:p-8 {
    padding: 4rem;
  }

  .xxl\:p-9 {
    padding: 4.5rem;
  }

  .xxl\:p-10 {
    padding: 5rem;
  }

  .xxl\:p-12 {
    padding: 6rem;
  }

  .xxl\:p-14 {
    padding: 7rem;
  }

  .xxl\:p-16 {
    padding: 8rem;
  }

  .xxl\:p-20 {
    padding: 10rem;
  }

  .xxl\:p-25 {
    padding: 12.5rem;
  }

  .xxl\:p-30 {
    padding: 15rem;
  }

  .xxl\:p-40 {
    padding: 20rem;
  }

  .xxl\:p-auto {
    padding: auto;
  }

  .xxl\:p-\.5 {
    padding: .25rem;
  }

  .xxl\:p-1\.5 {
    padding: .75rem;
  }

  .xxl\:p-2\.5 {
    padding: 1.25rem;
  }

  .xxl\:p-1\/2 {
    padding: 50%;
  }

  .xxl\:p-content {
    padding: 1600px;
  }

  .xxl\:p-full {
    padding: 100%;
  }

  .xxl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl\:py-1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xxl\:px-1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xxl\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxl\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxl\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxl\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxl\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxl\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxl\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxl\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xxl\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxl\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxl\:py-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xxl\:px-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xxl\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xxl\:px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xxl\:py-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xxl\:px-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xxl\:py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xxl\:px-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xxl\:py-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xxl\:px-12 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xxl\:py-14 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xxl\:px-14 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xxl\:py-16 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xxl\:px-16 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xxl\:py-20 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xxl\:px-20 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xxl\:py-25 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .xxl\:px-25 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .xxl\:py-30 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xxl\:px-30 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xxl\:py-40 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xxl\:px-40 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xxl\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .xxl\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .xxl\:py-\.5 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xxl\:px-\.5 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xxl\:py-1\.5 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xxl\:px-1\.5 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xxl\:py-2\.5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxl\:px-2\.5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xxl\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xxl\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xxl\:py-content {
    padding-top: 1600px;
    padding-bottom: 1600px;
  }

  .xxl\:px-content {
    padding-left: 1600px;
    padding-right: 1600px;
  }

  .xxl\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xxl\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xxl\:pt-0 {
    padding-top: 0;
  }

  .xxl\:pr-0 {
    padding-right: 0;
  }

  .xxl\:pb-0 {
    padding-bottom: 0;
  }

  .xxl\:pl-0 {
    padding-left: 0;
  }

  .xxl\:pt-1 {
    padding-top: .5rem;
  }

  .xxl\:pr-1 {
    padding-right: .5rem;
  }

  .xxl\:pb-1 {
    padding-bottom: .5rem;
  }

  .xxl\:pl-1 {
    padding-left: .5rem;
  }

  .xxl\:pt-2 {
    padding-top: 1rem;
  }

  .xxl\:pr-2 {
    padding-right: 1rem;
  }

  .xxl\:pb-2 {
    padding-bottom: 1rem;
  }

  .xxl\:pl-2 {
    padding-left: 1rem;
  }

  .xxl\:pt-3 {
    padding-top: 1.5rem;
  }

  .xxl\:pr-3 {
    padding-right: 1.5rem;
  }

  .xxl\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .xxl\:pl-3 {
    padding-left: 1.5rem;
  }

  .xxl\:pt-4 {
    padding-top: 2rem;
  }

  .xxl\:pr-4 {
    padding-right: 2rem;
  }

  .xxl\:pb-4 {
    padding-bottom: 2rem;
  }

  .xxl\:pl-4 {
    padding-left: 2rem;
  }

  .xxl\:pt-5 {
    padding-top: 2.5rem;
  }

  .xxl\:pr-5 {
    padding-right: 2.5rem;
  }

  .xxl\:pb-5 {
    padding-bottom: 2.5rem;
  }

  .xxl\:pl-5 {
    padding-left: 2.5rem;
  }

  .xxl\:pt-6 {
    padding-top: 3rem;
  }

  .xxl\:pr-6 {
    padding-right: 3rem;
  }

  .xxl\:pb-6 {
    padding-bottom: 3rem;
  }

  .xxl\:pl-6 {
    padding-left: 3rem;
  }

  .xxl\:pt-7 {
    padding-top: 3.5rem;
  }

  .xxl\:pr-7 {
    padding-right: 3.5rem;
  }

  .xxl\:pb-7 {
    padding-bottom: 3.5rem;
  }

  .xxl\:pl-7 {
    padding-left: 3.5rem;
  }

  .xxl\:pt-8 {
    padding-top: 4rem;
  }

  .xxl\:pr-8 {
    padding-right: 4rem;
  }

  .xxl\:pb-8 {
    padding-bottom: 4rem;
  }

  .xxl\:pl-8 {
    padding-left: 4rem;
  }

  .xxl\:pt-9 {
    padding-top: 4.5rem;
  }

  .xxl\:pr-9 {
    padding-right: 4.5rem;
  }

  .xxl\:pb-9 {
    padding-bottom: 4.5rem;
  }

  .xxl\:pl-9 {
    padding-left: 4.5rem;
  }

  .xxl\:pt-10 {
    padding-top: 5rem;
  }

  .xxl\:pr-10 {
    padding-right: 5rem;
  }

  .xxl\:pb-10 {
    padding-bottom: 5rem;
  }

  .xxl\:pl-10 {
    padding-left: 5rem;
  }

  .xxl\:pt-12 {
    padding-top: 6rem;
  }

  .xxl\:pr-12 {
    padding-right: 6rem;
  }

  .xxl\:pb-12 {
    padding-bottom: 6rem;
  }

  .xxl\:pl-12 {
    padding-left: 6rem;
  }

  .xxl\:pt-14 {
    padding-top: 7rem;
  }

  .xxl\:pr-14 {
    padding-right: 7rem;
  }

  .xxl\:pb-14 {
    padding-bottom: 7rem;
  }

  .xxl\:pl-14 {
    padding-left: 7rem;
  }

  .xxl\:pt-16 {
    padding-top: 8rem;
  }

  .xxl\:pr-16 {
    padding-right: 8rem;
  }

  .xxl\:pb-16 {
    padding-bottom: 8rem;
  }

  .xxl\:pl-16 {
    padding-left: 8rem;
  }

  .xxl\:pt-20 {
    padding-top: 10rem;
  }

  .xxl\:pr-20 {
    padding-right: 10rem;
  }

  .xxl\:pb-20 {
    padding-bottom: 10rem;
  }

  .xxl\:pl-20 {
    padding-left: 10rem;
  }

  .xxl\:pt-25 {
    padding-top: 12.5rem;
  }

  .xxl\:pr-25 {
    padding-right: 12.5rem;
  }

  .xxl\:pb-25 {
    padding-bottom: 12.5rem;
  }

  .xxl\:pl-25 {
    padding-left: 12.5rem;
  }

  .xxl\:pt-30 {
    padding-top: 15rem;
  }

  .xxl\:pr-30 {
    padding-right: 15rem;
  }

  .xxl\:pb-30 {
    padding-bottom: 15rem;
  }

  .xxl\:pl-30 {
    padding-left: 15rem;
  }

  .xxl\:pt-40 {
    padding-top: 20rem;
  }

  .xxl\:pr-40 {
    padding-right: 20rem;
  }

  .xxl\:pb-40 {
    padding-bottom: 20rem;
  }

  .xxl\:pl-40 {
    padding-left: 20rem;
  }

  .xxl\:pt-auto {
    padding-top: auto;
  }

  .xxl\:pr-auto {
    padding-right: auto;
  }

  .xxl\:pb-auto {
    padding-bottom: auto;
  }

  .xxl\:pl-auto {
    padding-left: auto;
  }

  .xxl\:pt-\.5 {
    padding-top: .25rem;
  }

  .xxl\:pr-\.5 {
    padding-right: .25rem;
  }

  .xxl\:pb-\.5 {
    padding-bottom: .25rem;
  }

  .xxl\:pl-\.5 {
    padding-left: .25rem;
  }

  .xxl\:pt-1\.5 {
    padding-top: .75rem;
  }

  .xxl\:pr-1\.5 {
    padding-right: .75rem;
  }

  .xxl\:pb-1\.5 {
    padding-bottom: .75rem;
  }

  .xxl\:pl-1\.5 {
    padding-left: .75rem;
  }

  .xxl\:pt-2\.5 {
    padding-top: 1.25rem;
  }

  .xxl\:pr-2\.5 {
    padding-right: 1.25rem;
  }

  .xxl\:pb-2\.5 {
    padding-bottom: 1.25rem;
  }

  .xxl\:pl-2\.5 {
    padding-left: 1.25rem;
  }

  .xxl\:pt-1\/2 {
    padding-top: 50%;
  }

  .xxl\:pr-1\/2 {
    padding-right: 50%;
  }

  .xxl\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .xxl\:pl-1\/2 {
    padding-left: 50%;
  }

  .xxl\:pt-content {
    padding-top: 1600px;
  }

  .xxl\:pr-content {
    padding-right: 1600px;
  }

  .xxl\:pb-content {
    padding-bottom: 1600px;
  }

  .xxl\:pl-content {
    padding-left: 1600px;
  }

  .xxl\:pt-full {
    padding-top: 100%;
  }

  .xxl\:pr-full {
    padding-right: 100%;
  }

  .xxl\:pb-full {
    padding-bottom: 100%;
  }

  .xxl\:pl-full {
    padding-left: 100%;
  }

  .xxl\:pointer-events-none {
    pointer-events: none;
  }

  .xxl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xxl\:static {
    position: static;
  }

  .xxl\:fixed {
    position: fixed;
  }

  .xxl\:absolute {
    position: absolute;
  }

  .xxl\:relative {
    position: relative;
  }

  .xxl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xxl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xxl\:pin-x {
    right: 0;
    left: 0;
  }

  .xxl\:pin-t {
    top: 0;
  }

  .xxl\:pin-r {
    right: 0;
  }

  .xxl\:pin-b {
    bottom: 0;
  }

  .xxl\:pin-l {
    left: 0;
  }

  .xxl\:resize-none {
    resize: none;
  }

  .xxl\:resize-y {
    resize: vertical;
  }

  .xxl\:resize-x {
    resize: horizontal;
  }

  .xxl\:resize {
    resize: both;
  }

  .xxl\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xxl\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xxl\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xxl\:shadow-xl {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .xxl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xxl\:shadow-none {
    box-shadow: none;
  }

  .xxl\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xxl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xxl\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xxl\:hover\:shadow-xl:hover {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .xxl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xxl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xxl\:text-left {
    text-align: left;
  }

  .xxl\:text-center {
    text-align: center;
  }

  .xxl\:text-right {
    text-align: right;
  }

  .xxl\:text-justify {
    text-align: justify;
  }

  .xxl\:text-transparent {
    color: transparent;
  }

  .xxl\:text-black {
    color: hsla(210, 3%, 1%, 1);
  }

  .xxl\:text-black-o-80 {
    color: hsla(210, 3%, 1%, .8);
  }

  .xxl\:text-grey-darkest {
    color: hsla(210, 3%, 20%, 1);
  }

  .xxl\:text-grey-darker {
    color: hsla(210, 3%, 30%, 1);
  }

  .xxl\:text-grey-dark {
    color: hsla(210, 3%, 50%, 1);
  }

  .xxl\:text-grey-dark-o-80 {
    color: hsla(210, 3%, 50%, .8);
  }

  .xxl\:text-grey {
    color: hsla(210, 3%, 70%, 1);
  }

  .xxl\:text-grey-o-80 {
    color: hsla(210, 3%, 70%, .8);
  }

  .xxl\:text-grey-light {
    color: hsla(210, 3%, 75%, 1);
  }

  .xxl\:text-grey-lighter {
    color: hsla(210, 3%, 80%, 1);
  }

  .xxl\:text-grey-lightest {
    color: hsla(210, 3%, 90%, 1);
  }

  .xxl\:text-white {
    color: hsla(210, 3%, 98%, 1);
  }

  .xxl\:text-full-white {
    color: #fff;
  }

  .xxl\:text-peach {
    color: hsla(14, 87%, 63%, 1);
  }

  .xxl\:text-peach-o-80 {
    color: hsla(14, 87%, 63%, .8);
  }

  .xxl\:text-peach-active {
    color: hsla(14, 90%, 59%, 1);
  }

  .xxl\:text-green {
    color: hsla(111, 21%, 56%, 1);
  }

  .xxl\:text-green-o-80 {
    color: hsla(111, 21%, 56%, .8);
  }

  .xxl\:text-green-active {
    color: hsla(111, 23%, 555%, 1);
  }

  .xxl\:text-blue-faded {
    color: hsla(212, 7%, 39%, 1);
  }

  .xxl\:text-blue-dark {
    color: hsla(212, 10%, 32%, 1);
  }

  .xxl\:text-blue-dark-o-80 {
    color: hsla(212, 10%, 32%, .8);
  }

  .xxl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xxl\:hover\:text-black:hover {
    color: hsla(210, 3%, 1%, 1);
  }

  .xxl\:hover\:text-black-o-80:hover {
    color: hsla(210, 3%, 1%, .8);
  }

  .xxl\:hover\:text-grey-darkest:hover {
    color: hsla(210, 3%, 20%, 1);
  }

  .xxl\:hover\:text-grey-darker:hover {
    color: hsla(210, 3%, 30%, 1);
  }

  .xxl\:hover\:text-grey-dark:hover {
    color: hsla(210, 3%, 50%, 1);
  }

  .xxl\:hover\:text-grey-dark-o-80:hover {
    color: hsla(210, 3%, 50%, .8);
  }

  .xxl\:hover\:text-grey:hover {
    color: hsla(210, 3%, 70%, 1);
  }

  .xxl\:hover\:text-grey-o-80:hover {
    color: hsla(210, 3%, 70%, .8);
  }

  .xxl\:hover\:text-grey-light:hover {
    color: hsla(210, 3%, 75%, 1);
  }

  .xxl\:hover\:text-grey-lighter:hover {
    color: hsla(210, 3%, 80%, 1);
  }

  .xxl\:hover\:text-grey-lightest:hover {
    color: hsla(210, 3%, 90%, 1);
  }

  .xxl\:hover\:text-white:hover {
    color: hsla(210, 3%, 98%, 1);
  }

  .xxl\:hover\:text-full-white:hover {
    color: #fff;
  }

  .xxl\:hover\:text-peach:hover {
    color: hsla(14, 87%, 63%, 1);
  }

  .xxl\:hover\:text-peach-o-80:hover {
    color: hsla(14, 87%, 63%, .8);
  }

  .xxl\:hover\:text-peach-active:hover {
    color: hsla(14, 90%, 59%, 1);
  }

  .xxl\:hover\:text-green:hover {
    color: hsla(111, 21%, 56%, 1);
  }

  .xxl\:hover\:text-green-o-80:hover {
    color: hsla(111, 21%, 56%, .8);
  }

  .xxl\:hover\:text-green-active:hover {
    color: hsla(111, 23%, 555%, 1);
  }

  .xxl\:hover\:text-blue-faded:hover {
    color: hsla(212, 7%, 39%, 1);
  }

  .xxl\:hover\:text-blue-dark:hover {
    color: hsla(212, 10%, 32%, 1);
  }

  .xxl\:hover\:text-blue-dark-o-80:hover {
    color: hsla(212, 10%, 32%, .8);
  }

  .xxl\:text-xs {
    font-size: .625rem;
  }

  .xxl\:text-sm {
    font-size: .875rem;
  }

  .xxl\:text-base {
    font-size: 1rem;
  }

  .xxl\:text-md {
    font-size: 1.375rem;
  }

  .xxl\:text-lg {
    font-size: 1.75rem;
  }

  .xxl\:text-xl {
    font-size: 2.5rem;
  }

  .xxl\:text-xxl {
    font-size: 4.5rem;
  }

  .xxl\:italic {
    font-style: italic;
  }

  .xxl\:roman {
    font-style: normal;
  }

  .xxl\:uppercase {
    text-transform: uppercase;
  }

  .xxl\:lowercase {
    text-transform: lowercase;
  }

  .xxl\:capitalize {
    text-transform: capitalize;
  }

  .xxl\:normal-case {
    text-transform: none;
  }

  .xxl\:underline {
    text-decoration: underline;
  }

  .xxl\:line-through {
    text-decoration: line-through;
  }

  .xxl\:no-underline {
    text-decoration: none;
  }

  .xxl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxl\:hover\:italic:hover {
    font-style: italic;
  }

  .xxl\:hover\:roman:hover {
    font-style: normal;
  }

  .xxl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xxl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xxl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xxl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xxl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xxl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xxl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xxl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xxl\:tracking-normal {
    letter-spacing: 0;
  }

  .xxl\:tracking-wide {
    letter-spacing: .05em;
  }

  .xxl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xxl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xxl\:align-baseline {
    vertical-align: baseline;
  }

  .xxl\:align-top {
    vertical-align: top;
  }

  .xxl\:align-middle {
    vertical-align: middle;
  }

  .xxl\:align-bottom {
    vertical-align: bottom;
  }

  .xxl\:align-text-top {
    vertical-align: text-top;
  }

  .xxl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxl\:visible {
    visibility: visible;
  }

  .xxl\:invisible {
    visibility: hidden;
  }

  .xxl\:whitespace-normal {
    white-space: normal;
  }

  .xxl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xxl\:whitespace-pre {
    white-space: pre;
  }

  .xxl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xxl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxl\:break-words {
    word-wrap: break-word;
  }

  .xxl\:break-normal {
    word-wrap: normal;
  }

  .xxl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xxl\:w-32 {
    width: 16rem;
  }

  .xxl\:w-60 {
    width: 30rem;
  }

  .xxl\:w-75 {
    width: 32.5rem;
  }

  .xxl\:w-90 {
    width: 45rem;
  }

  .xxl\:w-120 {
    width: 60rem;
  }

  .xxl\:w-150 {
    width: 75rem;
  }

  .xxl\:w-content {
    width: 1600px;
  }

  .xxl\:w-1\/4 {
    width: 25%;
  }

  .xxl\:w-1\/3 {
    width: 33.33333%;
  }

  .xxl\:w-2\/3 {
    width: 66.66666%;
  }

  .xxl\:w-1\/2 {
    width: 50%;
  }

  .xxl\:w-3\/4 {
    width: 75%;
  }

  .xxl\:w-full {
    width: 100%;
  }

  .xxl\:w-double {
    width: 200%;
  }

  .xxl\:z-0 {
    z-index: 0;
  }

  .xxl\:z-10 {
    z-index: 10;
  }

  .xxl\:z-20 {
    z-index: 20;
  }

  .xxl\:z-30 {
    z-index: 30;
  }

  .xxl\:z-40 {
    z-index: 40;
  }

  .xxl\:z-50 {
    z-index: 50;
  }

  .xxl\:z-auto {
    z-index: auto;
  }

  .xxl\:order-1 {
    order: 1;
  }

  .xxl\:order-2 {
    order: 2;
  }

  .xxl\:order-3 {
    order: 3;
  }
}

@media (max-width: 575px) {
  .xs-dn\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xs-dn\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs-dn\:bg-transparent {
    background-color: transparent;
  }

  .xs-dn\:bg-black {
    background-color: hsla(210, 3%, 1%, 1);
  }

  .xs-dn\:bg-black-o-80 {
    background-color: hsla(210, 3%, 1%, .8);
  }

  .xs-dn\:bg-grey-darkest {
    background-color: hsla(210, 3%, 20%, 1);
  }

  .xs-dn\:bg-grey-darker {
    background-color: hsla(210, 3%, 30%, 1);
  }

  .xs-dn\:bg-grey-dark {
    background-color: hsla(210, 3%, 50%, 1);
  }

  .xs-dn\:bg-grey-dark-o-80 {
    background-color: hsla(210, 3%, 50%, .8);
  }

  .xs-dn\:bg-grey {
    background-color: hsla(210, 3%, 70%, 1);
  }

  .xs-dn\:bg-grey-o-80 {
    background-color: hsla(210, 3%, 70%, .8);
  }

  .xs-dn\:bg-grey-light {
    background-color: hsla(210, 3%, 75%, 1);
  }

  .xs-dn\:bg-grey-lighter {
    background-color: hsla(210, 3%, 80%, 1);
  }

  .xs-dn\:bg-grey-lightest {
    background-color: hsla(210, 3%, 90%, 1);
  }

  .xs-dn\:bg-white {
    background-color: hsla(210, 3%, 98%, 1);
  }

  .xs-dn\:bg-full-white {
    background-color: #fff;
  }

  .xs-dn\:bg-peach {
    background-color: hsla(14, 87%, 63%, 1);
  }

  .xs-dn\:bg-peach-o-80 {
    background-color: hsla(14, 87%, 63%, .8);
  }

  .xs-dn\:bg-peach-active {
    background-color: hsla(14, 90%, 59%, 1);
  }

  .xs-dn\:bg-green {
    background-color: hsla(111, 21%, 56%, 1);
  }

  .xs-dn\:bg-green-o-80 {
    background-color: hsla(111, 21%, 56%, .8);
  }

  .xs-dn\:bg-green-active {
    background-color: hsla(111, 23%, 555%, 1);
  }

  .xs-dn\:bg-blue-faded {
    background-color: hsla(212, 7%, 39%, 1);
  }

  .xs-dn\:bg-blue-dark {
    background-color: hsla(212, 10%, 32%, 1);
  }

  .xs-dn\:bg-blue-dark-o-80 {
    background-color: hsla(212, 10%, 32%, .8);
  }

  .xs-dn\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xs-dn\:hover\:bg-black:hover {
    background-color: hsla(210, 3%, 1%, 1);
  }

  .xs-dn\:hover\:bg-black-o-80:hover {
    background-color: hsla(210, 3%, 1%, .8);
  }

  .xs-dn\:hover\:bg-grey-darkest:hover {
    background-color: hsla(210, 3%, 20%, 1);
  }

  .xs-dn\:hover\:bg-grey-darker:hover {
    background-color: hsla(210, 3%, 30%, 1);
  }

  .xs-dn\:hover\:bg-grey-dark:hover {
    background-color: hsla(210, 3%, 50%, 1);
  }

  .xs-dn\:hover\:bg-grey-dark-o-80:hover {
    background-color: hsla(210, 3%, 50%, .8);
  }

  .xs-dn\:hover\:bg-grey:hover {
    background-color: hsla(210, 3%, 70%, 1);
  }

  .xs-dn\:hover\:bg-grey-o-80:hover {
    background-color: hsla(210, 3%, 70%, .8);
  }

  .xs-dn\:hover\:bg-grey-light:hover {
    background-color: hsla(210, 3%, 75%, 1);
  }

  .xs-dn\:hover\:bg-grey-lighter:hover {
    background-color: hsla(210, 3%, 80%, 1);
  }

  .xs-dn\:hover\:bg-grey-lightest:hover {
    background-color: hsla(210, 3%, 90%, 1);
  }

  .xs-dn\:hover\:bg-white:hover {
    background-color: hsla(210, 3%, 98%, 1);
  }

  .xs-dn\:hover\:bg-full-white:hover {
    background-color: #fff;
  }

  .xs-dn\:hover\:bg-peach:hover {
    background-color: hsla(14, 87%, 63%, 1);
  }

  .xs-dn\:hover\:bg-peach-o-80:hover {
    background-color: hsla(14, 87%, 63%, .8);
  }

  .xs-dn\:hover\:bg-peach-active:hover {
    background-color: hsla(14, 90%, 59%, 1);
  }

  .xs-dn\:hover\:bg-green:hover {
    background-color: hsla(111, 21%, 56%, 1);
  }

  .xs-dn\:hover\:bg-green-o-80:hover {
    background-color: hsla(111, 21%, 56%, .8);
  }

  .xs-dn\:hover\:bg-green-active:hover {
    background-color: hsla(111, 23%, 555%, 1);
  }

  .xs-dn\:hover\:bg-blue-faded:hover {
    background-color: hsla(212, 7%, 39%, 1);
  }

  .xs-dn\:hover\:bg-blue-dark:hover {
    background-color: hsla(212, 10%, 32%, 1);
  }

  .xs-dn\:hover\:bg-blue-dark-o-80:hover {
    background-color: hsla(212, 10%, 32%, .8);
  }

  .xs-dn\:bg-bottom {
    background-position: bottom;
  }

  .xs-dn\:bg-center {
    background-position: center;
  }

  .xs-dn\:bg-left {
    background-position: left;
  }

  .xs-dn\:bg-left-bottom {
    background-position: left bottom;
  }

  .xs-dn\:bg-left-top {
    background-position: left top;
  }

  .xs-dn\:bg-right {
    background-position: right;
  }

  .xs-dn\:bg-right-bottom {
    background-position: right bottom;
  }

  .xs-dn\:bg-right-top {
    background-position: right top;
  }

  .xs-dn\:bg-top {
    background-position: top;
  }

  .xs-dn\:bg-repeat {
    background-repeat: repeat;
  }

  .xs-dn\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xs-dn\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xs-dn\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xs-dn\:bg-auto {
    background-size: auto;
  }

  .xs-dn\:bg-cover {
    background-size: cover;
  }

  .xs-dn\:bg-contain {
    background-size: contain;
  }

  .xs-dn\:border-transparent {
    border-color: transparent;
  }

  .xs-dn\:border-black {
    border-color: hsla(210, 3%, 1%, 1);
  }

  .xs-dn\:border-black-o-80 {
    border-color: hsla(210, 3%, 1%, .8);
  }

  .xs-dn\:border-grey-darkest {
    border-color: hsla(210, 3%, 20%, 1);
  }

  .xs-dn\:border-grey-darker {
    border-color: hsla(210, 3%, 30%, 1);
  }

  .xs-dn\:border-grey-dark {
    border-color: hsla(210, 3%, 50%, 1);
  }

  .xs-dn\:border-grey-dark-o-80 {
    border-color: hsla(210, 3%, 50%, .8);
  }

  .xs-dn\:border-grey {
    border-color: hsla(210, 3%, 70%, 1);
  }

  .xs-dn\:border-grey-o-80 {
    border-color: hsla(210, 3%, 70%, .8);
  }

  .xs-dn\:border-grey-light {
    border-color: hsla(210, 3%, 75%, 1);
  }

  .xs-dn\:border-grey-lighter {
    border-color: hsla(210, 3%, 80%, 1);
  }

  .xs-dn\:border-grey-lightest {
    border-color: hsla(210, 3%, 90%, 1);
  }

  .xs-dn\:border-white {
    border-color: hsla(210, 3%, 98%, 1);
  }

  .xs-dn\:border-full-white {
    border-color: #fff;
  }

  .xs-dn\:border-peach {
    border-color: hsla(14, 87%, 63%, 1);
  }

  .xs-dn\:border-peach-o-80 {
    border-color: hsla(14, 87%, 63%, .8);
  }

  .xs-dn\:border-peach-active {
    border-color: hsla(14, 90%, 59%, 1);
  }

  .xs-dn\:border-green {
    border-color: hsla(111, 21%, 56%, 1);
  }

  .xs-dn\:border-green-o-80 {
    border-color: hsla(111, 21%, 56%, .8);
  }

  .xs-dn\:border-green-active {
    border-color: hsla(111, 23%, 555%, 1);
  }

  .xs-dn\:border-blue-faded {
    border-color: hsla(212, 7%, 39%, 1);
  }

  .xs-dn\:border-blue-dark {
    border-color: hsla(212, 10%, 32%, 1);
  }

  .xs-dn\:border-blue-dark-o-80 {
    border-color: hsla(212, 10%, 32%, .8);
  }

  .xs-dn\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xs-dn\:hover\:border-black:hover {
    border-color: hsla(210, 3%, 1%, 1);
  }

  .xs-dn\:hover\:border-black-o-80:hover {
    border-color: hsla(210, 3%, 1%, .8);
  }

  .xs-dn\:hover\:border-grey-darkest:hover {
    border-color: hsla(210, 3%, 20%, 1);
  }

  .xs-dn\:hover\:border-grey-darker:hover {
    border-color: hsla(210, 3%, 30%, 1);
  }

  .xs-dn\:hover\:border-grey-dark:hover {
    border-color: hsla(210, 3%, 50%, 1);
  }

  .xs-dn\:hover\:border-grey-dark-o-80:hover {
    border-color: hsla(210, 3%, 50%, .8);
  }

  .xs-dn\:hover\:border-grey:hover {
    border-color: hsla(210, 3%, 70%, 1);
  }

  .xs-dn\:hover\:border-grey-o-80:hover {
    border-color: hsla(210, 3%, 70%, .8);
  }

  .xs-dn\:hover\:border-grey-light:hover {
    border-color: hsla(210, 3%, 75%, 1);
  }

  .xs-dn\:hover\:border-grey-lighter:hover {
    border-color: hsla(210, 3%, 80%, 1);
  }

  .xs-dn\:hover\:border-grey-lightest:hover {
    border-color: hsla(210, 3%, 90%, 1);
  }

  .xs-dn\:hover\:border-white:hover {
    border-color: hsla(210, 3%, 98%, 1);
  }

  .xs-dn\:hover\:border-full-white:hover {
    border-color: #fff;
  }

  .xs-dn\:hover\:border-peach:hover {
    border-color: hsla(14, 87%, 63%, 1);
  }

  .xs-dn\:hover\:border-peach-o-80:hover {
    border-color: hsla(14, 87%, 63%, .8);
  }

  .xs-dn\:hover\:border-peach-active:hover {
    border-color: hsla(14, 90%, 59%, 1);
  }

  .xs-dn\:hover\:border-green:hover {
    border-color: hsla(111, 21%, 56%, 1);
  }

  .xs-dn\:hover\:border-green-o-80:hover {
    border-color: hsla(111, 21%, 56%, .8);
  }

  .xs-dn\:hover\:border-green-active:hover {
    border-color: hsla(111, 23%, 555%, 1);
  }

  .xs-dn\:hover\:border-blue-faded:hover {
    border-color: hsla(212, 7%, 39%, 1);
  }

  .xs-dn\:hover\:border-blue-dark:hover {
    border-color: hsla(212, 10%, 32%, 1);
  }

  .xs-dn\:hover\:border-blue-dark-o-80:hover {
    border-color: hsla(212, 10%, 32%, .8);
  }

  .xs-dn\:border-solid {
    border-style: solid;
  }

  .xs-dn\:border-dashed {
    border-style: dashed;
  }

  .xs-dn\:border-dotted {
    border-style: dotted;
  }

  .xs-dn\:border-none {
    border-style: none;
  }

  .xs-dn\:block {
    display: block;
  }

  .xs-dn\:inline-block {
    display: inline-block;
  }

  .xs-dn\:inline {
    display: inline;
  }

  .xs-dn\:table {
    display: table;
  }

  .xs-dn\:table-row {
    display: table-row;
  }

  .xs-dn\:table-cell {
    display: table-cell;
  }

  .xs-dn\:hidden {
    display: none;
  }

  .xs-dn\:flex {
    display: flex;
  }

  .xs-dn\:inline-flex {
    display: inline-flex;
  }

  .xs-dn\:flex-row {
    flex-direction: row;
  }

  .xs-dn\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xs-dn\:flex-col {
    flex-direction: column;
  }

  .xs-dn\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xs-dn\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs-dn\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xs-dn\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xs-dn\:items-start {
    align-items: flex-start;
  }

  .xs-dn\:items-end {
    align-items: flex-end;
  }

  .xs-dn\:items-center {
    align-items: center;
  }

  .xs-dn\:items-baseline {
    align-items: baseline;
  }

  .xs-dn\:items-stretch {
    align-items: stretch;
  }

  .xs-dn\:self-auto {
    align-self: auto;
  }

  .xs-dn\:self-start {
    align-self: flex-start;
  }

  .xs-dn\:self-end {
    align-self: flex-end;
  }

  .xs-dn\:self-center {
    align-self: center;
  }

  .xs-dn\:self-stretch {
    align-self: stretch;
  }

  .xs-dn\:justify-start {
    justify-content: flex-start;
  }

  .xs-dn\:justify-end {
    justify-content: flex-end;
  }

  .xs-dn\:justify-center {
    justify-content: center;
  }

  .xs-dn\:justify-between {
    justify-content: space-between;
  }

  .xs-dn\:justify-around {
    justify-content: space-around;
  }

  .xs-dn\:content-center {
    align-content: center;
  }

  .xs-dn\:content-start {
    align-content: flex-start;
  }

  .xs-dn\:content-end {
    align-content: flex-end;
  }

  .xs-dn\:content-between {
    align-content: space-between;
  }

  .xs-dn\:content-around {
    align-content: space-around;
  }

  .xs-dn\:flex-1 {
    flex: 1;
  }

  .xs-dn\:flex-auto {
    flex: auto;
  }

  .xs-dn\:flex-initial {
    flex: initial;
  }

  .xs-dn\:flex-none {
    flex: none;
  }

  .xs-dn\:flex-grow {
    flex-grow: 1;
  }

  .xs-dn\:flex-shrink {
    flex-shrink: 1;
  }

  .xs-dn\:flex-no-grow {
    flex-grow: 0;
  }

  .xs-dn\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xs-dn\:float-right {
    float: right;
  }

  .xs-dn\:float-left {
    float: left;
  }

  .xs-dn\:float-none {
    float: none;
  }

  .xs-dn\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xs-dn\:font-sans {
    font-family: Proxima Web, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xs-dn\:font-hairline {
    font-weight: 100;
  }

  .xs-dn\:font-thin {
    font-weight: 200;
  }

  .xs-dn\:font-light {
    font-weight: 300;
  }

  .xs-dn\:font-normal {
    font-weight: 400;
  }

  .xs-dn\:font-medium {
    font-weight: 500;
  }

  .xs-dn\:font-semibold {
    font-weight: 600;
  }

  .xs-dn\:font-bold {
    font-weight: 700;
  }

  .xs-dn\:font-extrabold {
    font-weight: 800;
  }

  .xs-dn\:font-black {
    font-weight: 900;
  }

  .xs-dn\:h-12 {
    height: 6rem;
  }

  .xs-dn\:h-14 {
    height: 7rem;
  }

  .xs-dn\:h-30 {
    height: 15rem;
  }

  .xs-dn\:h-45 {
    height: 22.5rem;
  }

  .xs-dn\:h-60 {
    height: 30rem;
  }

  .xs-dn\:h-80 {
    height: 40rem;
  }

  .xs-dn\:h-100 {
    height: 50rem;
  }

  .xs-dn\:h-120 {
    height: 60rem;
  }

  .xs-dn\:h-full {
    height: 100%;
  }

  .xs-dn\:h-half-viewport {
    height: 50vh;
  }

  .xs-dn\:h-3\/4-viewport {
    height: 75vh;
  }

  .xs-dn\:h-nearly-full-screen {
    height: 90vh;
  }

  .xs-dn\:h-double {
    height: 200%;
  }

  .xs-dn\:leading-none {
    line-height: 1;
  }

  .xs-dn\:leading-tighter {
    line-height: 1.1;
  }

  .xs-dn\:leading-tight {
    line-height: 1.25;
  }

  .xs-dn\:leading-normal {
    line-height: 1.55;
  }

  .xs-dn\:leading-loose {
    line-height: 2;
  }

  .xs-dn\:m-0 {
    margin: 0;
  }

  .xs-dn\:m-1 {
    margin: .5rem;
  }

  .xs-dn\:m-2 {
    margin: 1rem;
  }

  .xs-dn\:m-3 {
    margin: 1.5rem;
  }

  .xs-dn\:m-4 {
    margin: 2rem;
  }

  .xs-dn\:m-5 {
    margin: 2.5rem;
  }

  .xs-dn\:m-6 {
    margin: 3rem;
  }

  .xs-dn\:m-7 {
    margin: 3.5rem;
  }

  .xs-dn\:m-8 {
    margin: 4rem;
  }

  .xs-dn\:m-9 {
    margin: 4.5rem;
  }

  .xs-dn\:m-10 {
    margin: 5rem;
  }

  .xs-dn\:m-12 {
    margin: 6rem;
  }

  .xs-dn\:m-14 {
    margin: 7rem;
  }

  .xs-dn\:m-16 {
    margin: 8rem;
  }

  .xs-dn\:m-20 {
    margin: 10rem;
  }

  .xs-dn\:m-25 {
    margin: 12.5rem;
  }

  .xs-dn\:m-30 {
    margin: 15rem;
  }

  .xs-dn\:m-40 {
    margin: 20rem;
  }

  .xs-dn\:m-auto {
    margin: auto;
  }

  .xs-dn\:m-\.5 {
    margin: .25rem;
  }

  .xs-dn\:m-1\.5 {
    margin: .75rem;
  }

  .xs-dn\:m-2\.5 {
    margin: 1.25rem;
  }

  .xs-dn\:m-1\/2 {
    margin: 50%;
  }

  .xs-dn\:m-content {
    margin: 1600px;
  }

  .xs-dn\:m-full {
    margin: 100%;
  }

  .xs-dn\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs-dn\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs-dn\:my-1 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xs-dn\:mx-1 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xs-dn\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs-dn\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs-dn\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs-dn\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs-dn\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs-dn\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs-dn\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs-dn\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs-dn\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs-dn\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs-dn\:my-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs-dn\:mx-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs-dn\:my-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs-dn\:mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs-dn\:my-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xs-dn\:mx-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xs-dn\:my-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs-dn\:mx-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs-dn\:my-12 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs-dn\:mx-12 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs-dn\:my-14 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs-dn\:mx-14 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs-dn\:my-16 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs-dn\:mx-16 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs-dn\:my-20 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs-dn\:mx-20 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs-dn\:my-25 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xs-dn\:mx-25 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .xs-dn\:my-30 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xs-dn\:mx-30 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xs-dn\:my-40 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xs-dn\:mx-40 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xs-dn\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs-dn\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs-dn\:my-\.5 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xs-dn\:mx-\.5 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xs-dn\:my-1\.5 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xs-dn\:mx-1\.5 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xs-dn\:my-2\.5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs-dn\:mx-2\.5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs-dn\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs-dn\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs-dn\:my-content {
    margin-top: 1600px;
    margin-bottom: 1600px;
  }

  .xs-dn\:mx-content {
    margin-left: 1600px;
    margin-right: 1600px;
  }

  .xs-dn\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xs-dn\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xs-dn\:mt-0 {
    margin-top: 0;
  }

  .xs-dn\:mr-0 {
    margin-right: 0;
  }

  .xs-dn\:mb-0 {
    margin-bottom: 0;
  }

  .xs-dn\:ml-0 {
    margin-left: 0;
  }

  .xs-dn\:mt-1 {
    margin-top: .5rem;
  }

  .xs-dn\:mr-1 {
    margin-right: .5rem;
  }

  .xs-dn\:mb-1 {
    margin-bottom: .5rem;
  }

  .xs-dn\:ml-1 {
    margin-left: .5rem;
  }

  .xs-dn\:mt-2 {
    margin-top: 1rem;
  }

  .xs-dn\:mr-2 {
    margin-right: 1rem;
  }

  .xs-dn\:mb-2 {
    margin-bottom: 1rem;
  }

  .xs-dn\:ml-2 {
    margin-left: 1rem;
  }

  .xs-dn\:mt-3 {
    margin-top: 1.5rem;
  }

  .xs-dn\:mr-3 {
    margin-right: 1.5rem;
  }

  .xs-dn\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .xs-dn\:ml-3 {
    margin-left: 1.5rem;
  }

  .xs-dn\:mt-4 {
    margin-top: 2rem;
  }

  .xs-dn\:mr-4 {
    margin-right: 2rem;
  }

  .xs-dn\:mb-4 {
    margin-bottom: 2rem;
  }

  .xs-dn\:ml-4 {
    margin-left: 2rem;
  }

  .xs-dn\:mt-5 {
    margin-top: 2.5rem;
  }

  .xs-dn\:mr-5 {
    margin-right: 2.5rem;
  }

  .xs-dn\:mb-5 {
    margin-bottom: 2.5rem;
  }

  .xs-dn\:ml-5 {
    margin-left: 2.5rem;
  }

  .xs-dn\:mt-6 {
    margin-top: 3rem;
  }

  .xs-dn\:mr-6 {
    margin-right: 3rem;
  }

  .xs-dn\:mb-6 {
    margin-bottom: 3rem;
  }

  .xs-dn\:ml-6 {
    margin-left: 3rem;
  }

  .xs-dn\:mt-7 {
    margin-top: 3.5rem;
  }

  .xs-dn\:mr-7 {
    margin-right: 3.5rem;
  }

  .xs-dn\:mb-7 {
    margin-bottom: 3.5rem;
  }

  .xs-dn\:ml-7 {
    margin-left: 3.5rem;
  }

  .xs-dn\:mt-8 {
    margin-top: 4rem;
  }

  .xs-dn\:mr-8 {
    margin-right: 4rem;
  }

  .xs-dn\:mb-8 {
    margin-bottom: 4rem;
  }

  .xs-dn\:ml-8 {
    margin-left: 4rem;
  }

  .xs-dn\:mt-9 {
    margin-top: 4.5rem;
  }

  .xs-dn\:mr-9 {
    margin-right: 4.5rem;
  }

  .xs-dn\:mb-9 {
    margin-bottom: 4.5rem;
  }

  .xs-dn\:ml-9 {
    margin-left: 4.5rem;
  }

  .xs-dn\:mt-10 {
    margin-top: 5rem;
  }

  .xs-dn\:mr-10 {
    margin-right: 5rem;
  }

  .xs-dn\:mb-10 {
    margin-bottom: 5rem;
  }

  .xs-dn\:ml-10 {
    margin-left: 5rem;
  }

  .xs-dn\:mt-12 {
    margin-top: 6rem;
  }

  .xs-dn\:mr-12 {
    margin-right: 6rem;
  }

  .xs-dn\:mb-12 {
    margin-bottom: 6rem;
  }

  .xs-dn\:ml-12 {
    margin-left: 6rem;
  }

  .xs-dn\:mt-14 {
    margin-top: 7rem;
  }

  .xs-dn\:mr-14 {
    margin-right: 7rem;
  }

  .xs-dn\:mb-14 {
    margin-bottom: 7rem;
  }

  .xs-dn\:ml-14 {
    margin-left: 7rem;
  }

  .xs-dn\:mt-16 {
    margin-top: 8rem;
  }

  .xs-dn\:mr-16 {
    margin-right: 8rem;
  }

  .xs-dn\:mb-16 {
    margin-bottom: 8rem;
  }

  .xs-dn\:ml-16 {
    margin-left: 8rem;
  }

  .xs-dn\:mt-20 {
    margin-top: 10rem;
  }

  .xs-dn\:mr-20 {
    margin-right: 10rem;
  }

  .xs-dn\:mb-20 {
    margin-bottom: 10rem;
  }

  .xs-dn\:ml-20 {
    margin-left: 10rem;
  }

  .xs-dn\:mt-25 {
    margin-top: 12.5rem;
  }

  .xs-dn\:mr-25 {
    margin-right: 12.5rem;
  }

  .xs-dn\:mb-25 {
    margin-bottom: 12.5rem;
  }

  .xs-dn\:ml-25 {
    margin-left: 12.5rem;
  }

  .xs-dn\:mt-30 {
    margin-top: 15rem;
  }

  .xs-dn\:mr-30 {
    margin-right: 15rem;
  }

  .xs-dn\:mb-30 {
    margin-bottom: 15rem;
  }

  .xs-dn\:ml-30 {
    margin-left: 15rem;
  }

  .xs-dn\:mt-40 {
    margin-top: 20rem;
  }

  .xs-dn\:mr-40 {
    margin-right: 20rem;
  }

  .xs-dn\:mb-40 {
    margin-bottom: 20rem;
  }

  .xs-dn\:ml-40 {
    margin-left: 20rem;
  }

  .xs-dn\:mt-auto {
    margin-top: auto;
  }

  .xs-dn\:mr-auto {
    margin-right: auto;
  }

  .xs-dn\:mb-auto {
    margin-bottom: auto;
  }

  .xs-dn\:ml-auto {
    margin-left: auto;
  }

  .xs-dn\:mt-\.5 {
    margin-top: .25rem;
  }

  .xs-dn\:mr-\.5 {
    margin-right: .25rem;
  }

  .xs-dn\:mb-\.5 {
    margin-bottom: .25rem;
  }

  .xs-dn\:ml-\.5 {
    margin-left: .25rem;
  }

  .xs-dn\:mt-1\.5 {
    margin-top: .75rem;
  }

  .xs-dn\:mr-1\.5 {
    margin-right: .75rem;
  }

  .xs-dn\:mb-1\.5 {
    margin-bottom: .75rem;
  }

  .xs-dn\:ml-1\.5 {
    margin-left: .75rem;
  }

  .xs-dn\:mt-2\.5 {
    margin-top: 1.25rem;
  }

  .xs-dn\:mr-2\.5 {
    margin-right: 1.25rem;
  }

  .xs-dn\:mb-2\.5 {
    margin-bottom: 1.25rem;
  }

  .xs-dn\:ml-2\.5 {
    margin-left: 1.25rem;
  }

  .xs-dn\:mt-1\/2 {
    margin-top: 50%;
  }

  .xs-dn\:mr-1\/2 {
    margin-right: 50%;
  }

  .xs-dn\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .xs-dn\:ml-1\/2 {
    margin-left: 50%;
  }

  .xs-dn\:mt-content {
    margin-top: 1600px;
  }

  .xs-dn\:mr-content {
    margin-right: 1600px;
  }

  .xs-dn\:mb-content {
    margin-bottom: 1600px;
  }

  .xs-dn\:ml-content {
    margin-left: 1600px;
  }

  .xs-dn\:mt-full {
    margin-top: 100%;
  }

  .xs-dn\:mr-full {
    margin-right: 100%;
  }

  .xs-dn\:mb-full {
    margin-bottom: 100%;
  }

  .xs-dn\:ml-full {
    margin-left: 100%;
  }

  .xs-dn\:max-h-12 {
    max-height: 6rem;
  }

  .xs-dn\:max-h-14 {
    max-height: 7rem;
  }

  .xs-dn\:max-h-30 {
    max-height: 15rem;
  }

  .xs-dn\:max-h-45 {
    max-height: 22.5rem;
  }

  .xs-dn\:max-h-60 {
    max-height: 30rem;
  }

  .xs-dn\:max-h-80 {
    max-height: 40rem;
  }

  .xs-dn\:max-h-100 {
    max-height: 50rem;
  }

  .xs-dn\:max-h-120 {
    max-height: 60rem;
  }

  .xs-dn\:max-h-full {
    max-height: 100%;
  }

  .xs-dn\:max-h-half-viewport {
    max-height: 50vh;
  }

  .xs-dn\:max-h-3\/4-viewport {
    max-height: 75vh;
  }

  .xs-dn\:max-h-nearly-full-screen {
    max-height: 90vh;
  }

  .xs-dn\:max-h-double {
    max-height: 200%;
  }

  .xs-dn\:max-w-32 {
    max-width: 16rem;
  }

  .xs-dn\:max-w-60 {
    max-width: 30rem;
  }

  .xs-dn\:max-w-75 {
    max-width: 32.5rem;
  }

  .xs-dn\:max-w-90 {
    max-width: 45rem;
  }

  .xs-dn\:max-w-120 {
    max-width: 60rem;
  }

  .xs-dn\:max-w-150 {
    max-width: 75rem;
  }

  .xs-dn\:max-w-content {
    max-width: 1600px;
  }

  .xs-dn\:max-w-1\/4 {
    max-width: 25%;
  }

  .xs-dn\:max-w-1\/3 {
    max-width: 33.33333%;
  }

  .xs-dn\:max-w-2\/3 {
    max-width: 66.66666%;
  }

  .xs-dn\:max-w-1\/2 {
    max-width: 50%;
  }

  .xs-dn\:max-w-3\/4 {
    max-width: 75%;
  }

  .xs-dn\:max-w-full {
    max-width: 100%;
  }

  .xs-dn\:max-w-double {
    max-width: 200%;
  }

  .xs-dn\:min-h-12 {
    min-height: 6rem;
  }

  .xs-dn\:min-h-14 {
    min-height: 7rem;
  }

  .xs-dn\:min-h-30 {
    min-height: 15rem;
  }

  .xs-dn\:min-h-45 {
    min-height: 22.5rem;
  }

  .xs-dn\:min-h-60 {
    min-height: 30rem;
  }

  .xs-dn\:min-h-80 {
    min-height: 40rem;
  }

  .xs-dn\:min-h-100 {
    min-height: 50rem;
  }

  .xs-dn\:min-h-120 {
    min-height: 60rem;
  }

  .xs-dn\:min-h-full {
    min-height: 100%;
  }

  .xs-dn\:min-h-half-viewport {
    min-height: 50vh;
  }

  .xs-dn\:min-h-3\/4-viewport {
    min-height: 75vh;
  }

  .xs-dn\:min-h-nearly-full-screen {
    min-height: 90vh;
  }

  .xs-dn\:min-h-double {
    min-height: 200%;
  }

  .xs-dn\:min-w-32 {
    min-width: 16rem;
  }

  .xs-dn\:min-w-60 {
    min-width: 30rem;
  }

  .xs-dn\:min-w-75 {
    min-width: 32.5rem;
  }

  .xs-dn\:min-w-90 {
    min-width: 45rem;
  }

  .xs-dn\:min-w-120 {
    min-width: 60rem;
  }

  .xs-dn\:min-w-150 {
    min-width: 75rem;
  }

  .xs-dn\:min-w-content {
    min-width: 1600px;
  }

  .xs-dn\:min-w-1\/4 {
    min-width: 25%;
  }

  .xs-dn\:min-w-1\/3 {
    min-width: 33.33333%;
  }

  .xs-dn\:min-w-2\/3 {
    min-width: 66.66666%;
  }

  .xs-dn\:min-w-1\/2 {
    min-width: 50%;
  }

  .xs-dn\:min-w-3\/4 {
    min-width: 75%;
  }

  .xs-dn\:min-w-full {
    min-width: 100%;
  }

  .xs-dn\:min-w-double {
    min-width: 200%;
  }

  .xs-dn\:-m-0 {
    margin: 0;
  }

  .xs-dn\:-m-1 {
    margin: -0.5rem;
  }

  .xs-dn\:-m-2 {
    margin: -1rem;
  }

  .xs-dn\:-m-3 {
    margin: -1.5rem;
  }

  .xs-dn\:-m-4 {
    margin: -2rem;
  }

  .xs-dn\:-m-5 {
    margin: -2.5rem;
  }

  .xs-dn\:-m-6 {
    margin: -3rem;
  }

  .xs-dn\:-m-7 {
    margin: -3.5rem;
  }

  .xs-dn\:-m-8 {
    margin: -4rem;
  }

  .xs-dn\:-m-9 {
    margin: -4.5rem;
  }

  .xs-dn\:-m-10 {
    margin: -5rem;
  }

  .xs-dn\:-m-12 {
    margin: -6rem;
  }

  .xs-dn\:-m-14 {
    margin: -7rem;
  }

  .xs-dn\:-m-16 {
    margin: -8rem;
  }

  .xs-dn\:-m-20 {
    margin: -10rem;
  }

  .xs-dn\:-m-25 {
    margin: -12.5rem;
  }

  .xs-dn\:-m-30 {
    margin: -15rem;
  }

  .xs-dn\:-m-40 {
    margin: -20rem;
  }

  .xs-dn\:-m-auto {
    margin: -auto;
  }

  .xs-dn\:-m-\.5 {
    margin: -0.25rem;
  }

  .xs-dn\:-m-1\.5 {
    margin: -0.75rem;
  }

  .xs-dn\:-m-2\.5 {
    margin: -1.25rem;
  }

  .xs-dn\:-m-1\/2 {
    margin: -50%;
  }

  .xs-dn\:-m-content {
    margin: -1600px;
  }

  .xs-dn\:-m-full {
    margin: -100%;
  }

  .xs-dn\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs-dn\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs-dn\:-my-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs-dn\:-mx-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs-dn\:-my-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs-dn\:-mx-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs-dn\:-my-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs-dn\:-mx-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs-dn\:-my-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs-dn\:-mx-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs-dn\:-my-5 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs-dn\:-mx-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs-dn\:-my-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs-dn\:-mx-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs-dn\:-my-7 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs-dn\:-mx-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs-dn\:-my-8 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs-dn\:-mx-8 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs-dn\:-my-9 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xs-dn\:-mx-9 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xs-dn\:-my-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs-dn\:-mx-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs-dn\:-my-12 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs-dn\:-mx-12 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs-dn\:-my-14 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs-dn\:-mx-14 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs-dn\:-my-16 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs-dn\:-mx-16 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs-dn\:-my-20 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs-dn\:-mx-20 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs-dn\:-my-25 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xs-dn\:-mx-25 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .xs-dn\:-my-30 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xs-dn\:-mx-30 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xs-dn\:-my-40 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xs-dn\:-mx-40 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xs-dn\:-my-auto {
    margin-top: -auto;
    margin-bottom: -auto;
  }

  .xs-dn\:-mx-auto {
    margin-left: -auto;
    margin-right: -auto;
  }

  .xs-dn\:-my-\.5 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs-dn\:-mx-\.5 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs-dn\:-my-1\.5 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs-dn\:-mx-1\.5 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs-dn\:-my-2\.5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs-dn\:-mx-2\.5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs-dn\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs-dn\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs-dn\:-my-content {
    margin-top: -1600px;
    margin-bottom: -1600px;
  }

  .xs-dn\:-mx-content {
    margin-left: -1600px;
    margin-right: -1600px;
  }

  .xs-dn\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xs-dn\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xs-dn\:-mt-0 {
    margin-top: 0;
  }

  .xs-dn\:-mr-0 {
    margin-right: 0;
  }

  .xs-dn\:-mb-0 {
    margin-bottom: 0;
  }

  .xs-dn\:-ml-0 {
    margin-left: 0;
  }

  .xs-dn\:-mt-1 {
    margin-top: -0.5rem;
  }

  .xs-dn\:-mr-1 {
    margin-right: -0.5rem;
  }

  .xs-dn\:-mb-1 {
    margin-bottom: -0.5rem;
  }

  .xs-dn\:-ml-1 {
    margin-left: -0.5rem;
  }

  .xs-dn\:-mt-2 {
    margin-top: -1rem;
  }

  .xs-dn\:-mr-2 {
    margin-right: -1rem;
  }

  .xs-dn\:-mb-2 {
    margin-bottom: -1rem;
  }

  .xs-dn\:-ml-2 {
    margin-left: -1rem;
  }

  .xs-dn\:-mt-3 {
    margin-top: -1.5rem;
  }

  .xs-dn\:-mr-3 {
    margin-right: -1.5rem;
  }

  .xs-dn\:-mb-3 {
    margin-bottom: -1.5rem;
  }

  .xs-dn\:-ml-3 {
    margin-left: -1.5rem;
  }

  .xs-dn\:-mt-4 {
    margin-top: -2rem;
  }

  .xs-dn\:-mr-4 {
    margin-right: -2rem;
  }

  .xs-dn\:-mb-4 {
    margin-bottom: -2rem;
  }

  .xs-dn\:-ml-4 {
    margin-left: -2rem;
  }

  .xs-dn\:-mt-5 {
    margin-top: -2.5rem;
  }

  .xs-dn\:-mr-5 {
    margin-right: -2.5rem;
  }

  .xs-dn\:-mb-5 {
    margin-bottom: -2.5rem;
  }

  .xs-dn\:-ml-5 {
    margin-left: -2.5rem;
  }

  .xs-dn\:-mt-6 {
    margin-top: -3rem;
  }

  .xs-dn\:-mr-6 {
    margin-right: -3rem;
  }

  .xs-dn\:-mb-6 {
    margin-bottom: -3rem;
  }

  .xs-dn\:-ml-6 {
    margin-left: -3rem;
  }

  .xs-dn\:-mt-7 {
    margin-top: -3.5rem;
  }

  .xs-dn\:-mr-7 {
    margin-right: -3.5rem;
  }

  .xs-dn\:-mb-7 {
    margin-bottom: -3.5rem;
  }

  .xs-dn\:-ml-7 {
    margin-left: -3.5rem;
  }

  .xs-dn\:-mt-8 {
    margin-top: -4rem;
  }

  .xs-dn\:-mr-8 {
    margin-right: -4rem;
  }

  .xs-dn\:-mb-8 {
    margin-bottom: -4rem;
  }

  .xs-dn\:-ml-8 {
    margin-left: -4rem;
  }

  .xs-dn\:-mt-9 {
    margin-top: -4.5rem;
  }

  .xs-dn\:-mr-9 {
    margin-right: -4.5rem;
  }

  .xs-dn\:-mb-9 {
    margin-bottom: -4.5rem;
  }

  .xs-dn\:-ml-9 {
    margin-left: -4.5rem;
  }

  .xs-dn\:-mt-10 {
    margin-top: -5rem;
  }

  .xs-dn\:-mr-10 {
    margin-right: -5rem;
  }

  .xs-dn\:-mb-10 {
    margin-bottom: -5rem;
  }

  .xs-dn\:-ml-10 {
    margin-left: -5rem;
  }

  .xs-dn\:-mt-12 {
    margin-top: -6rem;
  }

  .xs-dn\:-mr-12 {
    margin-right: -6rem;
  }

  .xs-dn\:-mb-12 {
    margin-bottom: -6rem;
  }

  .xs-dn\:-ml-12 {
    margin-left: -6rem;
  }

  .xs-dn\:-mt-14 {
    margin-top: -7rem;
  }

  .xs-dn\:-mr-14 {
    margin-right: -7rem;
  }

  .xs-dn\:-mb-14 {
    margin-bottom: -7rem;
  }

  .xs-dn\:-ml-14 {
    margin-left: -7rem;
  }

  .xs-dn\:-mt-16 {
    margin-top: -8rem;
  }

  .xs-dn\:-mr-16 {
    margin-right: -8rem;
  }

  .xs-dn\:-mb-16 {
    margin-bottom: -8rem;
  }

  .xs-dn\:-ml-16 {
    margin-left: -8rem;
  }

  .xs-dn\:-mt-20 {
    margin-top: -10rem;
  }

  .xs-dn\:-mr-20 {
    margin-right: -10rem;
  }

  .xs-dn\:-mb-20 {
    margin-bottom: -10rem;
  }

  .xs-dn\:-ml-20 {
    margin-left: -10rem;
  }

  .xs-dn\:-mt-25 {
    margin-top: -12.5rem;
  }

  .xs-dn\:-mr-25 {
    margin-right: -12.5rem;
  }

  .xs-dn\:-mb-25 {
    margin-bottom: -12.5rem;
  }

  .xs-dn\:-ml-25 {
    margin-left: -12.5rem;
  }

  .xs-dn\:-mt-30 {
    margin-top: -15rem;
  }

  .xs-dn\:-mr-30 {
    margin-right: -15rem;
  }

  .xs-dn\:-mb-30 {
    margin-bottom: -15rem;
  }

  .xs-dn\:-ml-30 {
    margin-left: -15rem;
  }

  .xs-dn\:-mt-40 {
    margin-top: -20rem;
  }

  .xs-dn\:-mr-40 {
    margin-right: -20rem;
  }

  .xs-dn\:-mb-40 {
    margin-bottom: -20rem;
  }

  .xs-dn\:-ml-40 {
    margin-left: -20rem;
  }

  .xs-dn\:-mt-auto {
    margin-top: -auto;
  }

  .xs-dn\:-mr-auto {
    margin-right: -auto;
  }

  .xs-dn\:-mb-auto {
    margin-bottom: -auto;
  }

  .xs-dn\:-ml-auto {
    margin-left: -auto;
  }

  .xs-dn\:-mt-\.5 {
    margin-top: -0.25rem;
  }

  .xs-dn\:-mr-\.5 {
    margin-right: -0.25rem;
  }

  .xs-dn\:-mb-\.5 {
    margin-bottom: -0.25rem;
  }

  .xs-dn\:-ml-\.5 {
    margin-left: -0.25rem;
  }

  .xs-dn\:-mt-1\.5 {
    margin-top: -0.75rem;
  }

  .xs-dn\:-mr-1\.5 {
    margin-right: -0.75rem;
  }

  .xs-dn\:-mb-1\.5 {
    margin-bottom: -0.75rem;
  }

  .xs-dn\:-ml-1\.5 {
    margin-left: -0.75rem;
  }

  .xs-dn\:-mt-2\.5 {
    margin-top: -1.25rem;
  }

  .xs-dn\:-mr-2\.5 {
    margin-right: -1.25rem;
  }

  .xs-dn\:-mb-2\.5 {
    margin-bottom: -1.25rem;
  }

  .xs-dn\:-ml-2\.5 {
    margin-left: -1.25rem;
  }

  .xs-dn\:-mt-1\/2 {
    margin-top: -50%;
  }

  .xs-dn\:-mr-1\/2 {
    margin-right: -50%;
  }

  .xs-dn\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .xs-dn\:-ml-1\/2 {
    margin-left: -50%;
  }

  .xs-dn\:-mt-content {
    margin-top: -1600px;
  }

  .xs-dn\:-mr-content {
    margin-right: -1600px;
  }

  .xs-dn\:-mb-content {
    margin-bottom: -1600px;
  }

  .xs-dn\:-ml-content {
    margin-left: -1600px;
  }

  .xs-dn\:-mt-full {
    margin-top: -100%;
  }

  .xs-dn\:-mr-full {
    margin-right: -100%;
  }

  .xs-dn\:-mb-full {
    margin-bottom: -100%;
  }

  .xs-dn\:-ml-full {
    margin-left: -100%;
  }

  .xs-dn\:opacity-0 {
    opacity: 0;
  }

  .xs-dn\:opacity-25 {
    opacity: .25;
  }

  .xs-dn\:opacity-50 {
    opacity: .5;
  }

  .xs-dn\:opacity-75 {
    opacity: .75;
  }

  .xs-dn\:opacity-100 {
    opacity: 1;
  }

  .xs-dn\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xs-dn\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .xs-dn\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .xs-dn\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .xs-dn\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xs-dn\:overflow-auto {
    overflow: auto;
  }

  .xs-dn\:overflow-hidden {
    overflow: hidden;
  }

  .xs-dn\:overflow-visible {
    overflow: visible;
  }

  .xs-dn\:overflow-scroll {
    overflow: scroll;
  }

  .xs-dn\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs-dn\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs-dn\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs-dn\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs-dn\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xs-dn\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xs-dn\:p-0 {
    padding: 0;
  }

  .xs-dn\:p-1 {
    padding: .5rem;
  }

  .xs-dn\:p-2 {
    padding: 1rem;
  }

  .xs-dn\:p-3 {
    padding: 1.5rem;
  }

  .xs-dn\:p-4 {
    padding: 2rem;
  }

  .xs-dn\:p-5 {
    padding: 2.5rem;
  }

  .xs-dn\:p-6 {
    padding: 3rem;
  }

  .xs-dn\:p-7 {
    padding: 3.5rem;
  }

  .xs-dn\:p-8 {
    padding: 4rem;
  }

  .xs-dn\:p-9 {
    padding: 4.5rem;
  }

  .xs-dn\:p-10 {
    padding: 5rem;
  }

  .xs-dn\:p-12 {
    padding: 6rem;
  }

  .xs-dn\:p-14 {
    padding: 7rem;
  }

  .xs-dn\:p-16 {
    padding: 8rem;
  }

  .xs-dn\:p-20 {
    padding: 10rem;
  }

  .xs-dn\:p-25 {
    padding: 12.5rem;
  }

  .xs-dn\:p-30 {
    padding: 15rem;
  }

  .xs-dn\:p-40 {
    padding: 20rem;
  }

  .xs-dn\:p-auto {
    padding: auto;
  }

  .xs-dn\:p-\.5 {
    padding: .25rem;
  }

  .xs-dn\:p-1\.5 {
    padding: .75rem;
  }

  .xs-dn\:p-2\.5 {
    padding: 1.25rem;
  }

  .xs-dn\:p-1\/2 {
    padding: 50%;
  }

  .xs-dn\:p-content {
    padding: 1600px;
  }

  .xs-dn\:p-full {
    padding: 100%;
  }

  .xs-dn\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs-dn\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xs-dn\:py-1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xs-dn\:px-1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xs-dn\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs-dn\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs-dn\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs-dn\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs-dn\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs-dn\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs-dn\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs-dn\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs-dn\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs-dn\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs-dn\:py-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs-dn\:px-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs-dn\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs-dn\:px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs-dn\:py-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xs-dn\:px-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xs-dn\:py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs-dn\:px-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs-dn\:py-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs-dn\:px-12 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs-dn\:py-14 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs-dn\:px-14 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs-dn\:py-16 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs-dn\:px-16 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs-dn\:py-20 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs-dn\:px-20 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs-dn\:py-25 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .xs-dn\:px-25 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .xs-dn\:py-30 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xs-dn\:px-30 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xs-dn\:py-40 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs-dn\:px-40 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs-dn\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .xs-dn\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .xs-dn\:py-\.5 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xs-dn\:px-\.5 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xs-dn\:py-1\.5 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xs-dn\:px-1\.5 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xs-dn\:py-2\.5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs-dn\:px-2\.5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs-dn\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs-dn\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs-dn\:py-content {
    padding-top: 1600px;
    padding-bottom: 1600px;
  }

  .xs-dn\:px-content {
    padding-left: 1600px;
    padding-right: 1600px;
  }

  .xs-dn\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xs-dn\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xs-dn\:pt-0 {
    padding-top: 0;
  }

  .xs-dn\:pr-0 {
    padding-right: 0;
  }

  .xs-dn\:pb-0 {
    padding-bottom: 0;
  }

  .xs-dn\:pl-0 {
    padding-left: 0;
  }

  .xs-dn\:pt-1 {
    padding-top: .5rem;
  }

  .xs-dn\:pr-1 {
    padding-right: .5rem;
  }

  .xs-dn\:pb-1 {
    padding-bottom: .5rem;
  }

  .xs-dn\:pl-1 {
    padding-left: .5rem;
  }

  .xs-dn\:pt-2 {
    padding-top: 1rem;
  }

  .xs-dn\:pr-2 {
    padding-right: 1rem;
  }

  .xs-dn\:pb-2 {
    padding-bottom: 1rem;
  }

  .xs-dn\:pl-2 {
    padding-left: 1rem;
  }

  .xs-dn\:pt-3 {
    padding-top: 1.5rem;
  }

  .xs-dn\:pr-3 {
    padding-right: 1.5rem;
  }

  .xs-dn\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .xs-dn\:pl-3 {
    padding-left: 1.5rem;
  }

  .xs-dn\:pt-4 {
    padding-top: 2rem;
  }

  .xs-dn\:pr-4 {
    padding-right: 2rem;
  }

  .xs-dn\:pb-4 {
    padding-bottom: 2rem;
  }

  .xs-dn\:pl-4 {
    padding-left: 2rem;
  }

  .xs-dn\:pt-5 {
    padding-top: 2.5rem;
  }

  .xs-dn\:pr-5 {
    padding-right: 2.5rem;
  }

  .xs-dn\:pb-5 {
    padding-bottom: 2.5rem;
  }

  .xs-dn\:pl-5 {
    padding-left: 2.5rem;
  }

  .xs-dn\:pt-6 {
    padding-top: 3rem;
  }

  .xs-dn\:pr-6 {
    padding-right: 3rem;
  }

  .xs-dn\:pb-6 {
    padding-bottom: 3rem;
  }

  .xs-dn\:pl-6 {
    padding-left: 3rem;
  }

  .xs-dn\:pt-7 {
    padding-top: 3.5rem;
  }

  .xs-dn\:pr-7 {
    padding-right: 3.5rem;
  }

  .xs-dn\:pb-7 {
    padding-bottom: 3.5rem;
  }

  .xs-dn\:pl-7 {
    padding-left: 3.5rem;
  }

  .xs-dn\:pt-8 {
    padding-top: 4rem;
  }

  .xs-dn\:pr-8 {
    padding-right: 4rem;
  }

  .xs-dn\:pb-8 {
    padding-bottom: 4rem;
  }

  .xs-dn\:pl-8 {
    padding-left: 4rem;
  }

  .xs-dn\:pt-9 {
    padding-top: 4.5rem;
  }

  .xs-dn\:pr-9 {
    padding-right: 4.5rem;
  }

  .xs-dn\:pb-9 {
    padding-bottom: 4.5rem;
  }

  .xs-dn\:pl-9 {
    padding-left: 4.5rem;
  }

  .xs-dn\:pt-10 {
    padding-top: 5rem;
  }

  .xs-dn\:pr-10 {
    padding-right: 5rem;
  }

  .xs-dn\:pb-10 {
    padding-bottom: 5rem;
  }

  .xs-dn\:pl-10 {
    padding-left: 5rem;
  }

  .xs-dn\:pt-12 {
    padding-top: 6rem;
  }

  .xs-dn\:pr-12 {
    padding-right: 6rem;
  }

  .xs-dn\:pb-12 {
    padding-bottom: 6rem;
  }

  .xs-dn\:pl-12 {
    padding-left: 6rem;
  }

  .xs-dn\:pt-14 {
    padding-top: 7rem;
  }

  .xs-dn\:pr-14 {
    padding-right: 7rem;
  }

  .xs-dn\:pb-14 {
    padding-bottom: 7rem;
  }

  .xs-dn\:pl-14 {
    padding-left: 7rem;
  }

  .xs-dn\:pt-16 {
    padding-top: 8rem;
  }

  .xs-dn\:pr-16 {
    padding-right: 8rem;
  }

  .xs-dn\:pb-16 {
    padding-bottom: 8rem;
  }

  .xs-dn\:pl-16 {
    padding-left: 8rem;
  }

  .xs-dn\:pt-20 {
    padding-top: 10rem;
  }

  .xs-dn\:pr-20 {
    padding-right: 10rem;
  }

  .xs-dn\:pb-20 {
    padding-bottom: 10rem;
  }

  .xs-dn\:pl-20 {
    padding-left: 10rem;
  }

  .xs-dn\:pt-25 {
    padding-top: 12.5rem;
  }

  .xs-dn\:pr-25 {
    padding-right: 12.5rem;
  }

  .xs-dn\:pb-25 {
    padding-bottom: 12.5rem;
  }

  .xs-dn\:pl-25 {
    padding-left: 12.5rem;
  }

  .xs-dn\:pt-30 {
    padding-top: 15rem;
  }

  .xs-dn\:pr-30 {
    padding-right: 15rem;
  }

  .xs-dn\:pb-30 {
    padding-bottom: 15rem;
  }

  .xs-dn\:pl-30 {
    padding-left: 15rem;
  }

  .xs-dn\:pt-40 {
    padding-top: 20rem;
  }

  .xs-dn\:pr-40 {
    padding-right: 20rem;
  }

  .xs-dn\:pb-40 {
    padding-bottom: 20rem;
  }

  .xs-dn\:pl-40 {
    padding-left: 20rem;
  }

  .xs-dn\:pt-auto {
    padding-top: auto;
  }

  .xs-dn\:pr-auto {
    padding-right: auto;
  }

  .xs-dn\:pb-auto {
    padding-bottom: auto;
  }

  .xs-dn\:pl-auto {
    padding-left: auto;
  }

  .xs-dn\:pt-\.5 {
    padding-top: .25rem;
  }

  .xs-dn\:pr-\.5 {
    padding-right: .25rem;
  }

  .xs-dn\:pb-\.5 {
    padding-bottom: .25rem;
  }

  .xs-dn\:pl-\.5 {
    padding-left: .25rem;
  }

  .xs-dn\:pt-1\.5 {
    padding-top: .75rem;
  }

  .xs-dn\:pr-1\.5 {
    padding-right: .75rem;
  }

  .xs-dn\:pb-1\.5 {
    padding-bottom: .75rem;
  }

  .xs-dn\:pl-1\.5 {
    padding-left: .75rem;
  }

  .xs-dn\:pt-2\.5 {
    padding-top: 1.25rem;
  }

  .xs-dn\:pr-2\.5 {
    padding-right: 1.25rem;
  }

  .xs-dn\:pb-2\.5 {
    padding-bottom: 1.25rem;
  }

  .xs-dn\:pl-2\.5 {
    padding-left: 1.25rem;
  }

  .xs-dn\:pt-1\/2 {
    padding-top: 50%;
  }

  .xs-dn\:pr-1\/2 {
    padding-right: 50%;
  }

  .xs-dn\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .xs-dn\:pl-1\/2 {
    padding-left: 50%;
  }

  .xs-dn\:pt-content {
    padding-top: 1600px;
  }

  .xs-dn\:pr-content {
    padding-right: 1600px;
  }

  .xs-dn\:pb-content {
    padding-bottom: 1600px;
  }

  .xs-dn\:pl-content {
    padding-left: 1600px;
  }

  .xs-dn\:pt-full {
    padding-top: 100%;
  }

  .xs-dn\:pr-full {
    padding-right: 100%;
  }

  .xs-dn\:pb-full {
    padding-bottom: 100%;
  }

  .xs-dn\:pl-full {
    padding-left: 100%;
  }

  .xs-dn\:pointer-events-none {
    pointer-events: none;
  }

  .xs-dn\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs-dn\:static {
    position: static;
  }

  .xs-dn\:fixed {
    position: fixed;
  }

  .xs-dn\:absolute {
    position: absolute;
  }

  .xs-dn\:relative {
    position: relative;
  }

  .xs-dn\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xs-dn\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs-dn\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs-dn\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xs-dn\:pin-x {
    right: 0;
    left: 0;
  }

  .xs-dn\:pin-t {
    top: 0;
  }

  .xs-dn\:pin-r {
    right: 0;
  }

  .xs-dn\:pin-b {
    bottom: 0;
  }

  .xs-dn\:pin-l {
    left: 0;
  }

  .xs-dn\:resize-none {
    resize: none;
  }

  .xs-dn\:resize-y {
    resize: vertical;
  }

  .xs-dn\:resize-x {
    resize: horizontal;
  }

  .xs-dn\:resize {
    resize: both;
  }

  .xs-dn\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xs-dn\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xs-dn\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xs-dn\:shadow-xl {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .xs-dn\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xs-dn\:shadow-none {
    box-shadow: none;
  }

  .xs-dn\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xs-dn\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xs-dn\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xs-dn\:hover\:shadow-xl:hover {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .xs-dn\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xs-dn\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xs-dn\:text-left {
    text-align: left;
  }

  .xs-dn\:text-center {
    text-align: center;
  }

  .xs-dn\:text-right {
    text-align: right;
  }

  .xs-dn\:text-justify {
    text-align: justify;
  }

  .xs-dn\:text-transparent {
    color: transparent;
  }

  .xs-dn\:text-black {
    color: hsla(210, 3%, 1%, 1);
  }

  .xs-dn\:text-black-o-80 {
    color: hsla(210, 3%, 1%, .8);
  }

  .xs-dn\:text-grey-darkest {
    color: hsla(210, 3%, 20%, 1);
  }

  .xs-dn\:text-grey-darker {
    color: hsla(210, 3%, 30%, 1);
  }

  .xs-dn\:text-grey-dark {
    color: hsla(210, 3%, 50%, 1);
  }

  .xs-dn\:text-grey-dark-o-80 {
    color: hsla(210, 3%, 50%, .8);
  }

  .xs-dn\:text-grey {
    color: hsla(210, 3%, 70%, 1);
  }

  .xs-dn\:text-grey-o-80 {
    color: hsla(210, 3%, 70%, .8);
  }

  .xs-dn\:text-grey-light {
    color: hsla(210, 3%, 75%, 1);
  }

  .xs-dn\:text-grey-lighter {
    color: hsla(210, 3%, 80%, 1);
  }

  .xs-dn\:text-grey-lightest {
    color: hsla(210, 3%, 90%, 1);
  }

  .xs-dn\:text-white {
    color: hsla(210, 3%, 98%, 1);
  }

  .xs-dn\:text-full-white {
    color: #fff;
  }

  .xs-dn\:text-peach {
    color: hsla(14, 87%, 63%, 1);
  }

  .xs-dn\:text-peach-o-80 {
    color: hsla(14, 87%, 63%, .8);
  }

  .xs-dn\:text-peach-active {
    color: hsla(14, 90%, 59%, 1);
  }

  .xs-dn\:text-green {
    color: hsla(111, 21%, 56%, 1);
  }

  .xs-dn\:text-green-o-80 {
    color: hsla(111, 21%, 56%, .8);
  }

  .xs-dn\:text-green-active {
    color: hsla(111, 23%, 555%, 1);
  }

  .xs-dn\:text-blue-faded {
    color: hsla(212, 7%, 39%, 1);
  }

  .xs-dn\:text-blue-dark {
    color: hsla(212, 10%, 32%, 1);
  }

  .xs-dn\:text-blue-dark-o-80 {
    color: hsla(212, 10%, 32%, .8);
  }

  .xs-dn\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xs-dn\:hover\:text-black:hover {
    color: hsla(210, 3%, 1%, 1);
  }

  .xs-dn\:hover\:text-black-o-80:hover {
    color: hsla(210, 3%, 1%, .8);
  }

  .xs-dn\:hover\:text-grey-darkest:hover {
    color: hsla(210, 3%, 20%, 1);
  }

  .xs-dn\:hover\:text-grey-darker:hover {
    color: hsla(210, 3%, 30%, 1);
  }

  .xs-dn\:hover\:text-grey-dark:hover {
    color: hsla(210, 3%, 50%, 1);
  }

  .xs-dn\:hover\:text-grey-dark-o-80:hover {
    color: hsla(210, 3%, 50%, .8);
  }

  .xs-dn\:hover\:text-grey:hover {
    color: hsla(210, 3%, 70%, 1);
  }

  .xs-dn\:hover\:text-grey-o-80:hover {
    color: hsla(210, 3%, 70%, .8);
  }

  .xs-dn\:hover\:text-grey-light:hover {
    color: hsla(210, 3%, 75%, 1);
  }

  .xs-dn\:hover\:text-grey-lighter:hover {
    color: hsla(210, 3%, 80%, 1);
  }

  .xs-dn\:hover\:text-grey-lightest:hover {
    color: hsla(210, 3%, 90%, 1);
  }

  .xs-dn\:hover\:text-white:hover {
    color: hsla(210, 3%, 98%, 1);
  }

  .xs-dn\:hover\:text-full-white:hover {
    color: #fff;
  }

  .xs-dn\:hover\:text-peach:hover {
    color: hsla(14, 87%, 63%, 1);
  }

  .xs-dn\:hover\:text-peach-o-80:hover {
    color: hsla(14, 87%, 63%, .8);
  }

  .xs-dn\:hover\:text-peach-active:hover {
    color: hsla(14, 90%, 59%, 1);
  }

  .xs-dn\:hover\:text-green:hover {
    color: hsla(111, 21%, 56%, 1);
  }

  .xs-dn\:hover\:text-green-o-80:hover {
    color: hsla(111, 21%, 56%, .8);
  }

  .xs-dn\:hover\:text-green-active:hover {
    color: hsla(111, 23%, 555%, 1);
  }

  .xs-dn\:hover\:text-blue-faded:hover {
    color: hsla(212, 7%, 39%, 1);
  }

  .xs-dn\:hover\:text-blue-dark:hover {
    color: hsla(212, 10%, 32%, 1);
  }

  .xs-dn\:hover\:text-blue-dark-o-80:hover {
    color: hsla(212, 10%, 32%, .8);
  }

  .xs-dn\:text-xs {
    font-size: .625rem;
  }

  .xs-dn\:text-sm {
    font-size: .875rem;
  }

  .xs-dn\:text-base {
    font-size: 1rem;
  }

  .xs-dn\:text-md {
    font-size: 1.375rem;
  }

  .xs-dn\:text-lg {
    font-size: 1.75rem;
  }

  .xs-dn\:text-xl {
    font-size: 2.5rem;
  }

  .xs-dn\:text-xxl {
    font-size: 4.5rem;
  }

  .xs-dn\:italic {
    font-style: italic;
  }

  .xs-dn\:roman {
    font-style: normal;
  }

  .xs-dn\:uppercase {
    text-transform: uppercase;
  }

  .xs-dn\:lowercase {
    text-transform: lowercase;
  }

  .xs-dn\:capitalize {
    text-transform: capitalize;
  }

  .xs-dn\:normal-case {
    text-transform: none;
  }

  .xs-dn\:underline {
    text-decoration: underline;
  }

  .xs-dn\:line-through {
    text-decoration: line-through;
  }

  .xs-dn\:no-underline {
    text-decoration: none;
  }

  .xs-dn\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs-dn\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs-dn\:hover\:italic:hover {
    font-style: italic;
  }

  .xs-dn\:hover\:roman:hover {
    font-style: normal;
  }

  .xs-dn\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xs-dn\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xs-dn\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xs-dn\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xs-dn\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xs-dn\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xs-dn\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xs-dn\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs-dn\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs-dn\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xs-dn\:tracking-normal {
    letter-spacing: 0;
  }

  .xs-dn\:tracking-wide {
    letter-spacing: .05em;
  }

  .xs-dn\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xs-dn\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xs-dn\:align-baseline {
    vertical-align: baseline;
  }

  .xs-dn\:align-top {
    vertical-align: top;
  }

  .xs-dn\:align-middle {
    vertical-align: middle;
  }

  .xs-dn\:align-bottom {
    vertical-align: bottom;
  }

  .xs-dn\:align-text-top {
    vertical-align: text-top;
  }

  .xs-dn\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs-dn\:visible {
    visibility: visible;
  }

  .xs-dn\:invisible {
    visibility: hidden;
  }

  .xs-dn\:whitespace-normal {
    white-space: normal;
  }

  .xs-dn\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xs-dn\:whitespace-pre {
    white-space: pre;
  }

  .xs-dn\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xs-dn\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs-dn\:break-words {
    word-wrap: break-word;
  }

  .xs-dn\:break-normal {
    word-wrap: normal;
  }

  .xs-dn\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs-dn\:w-32 {
    width: 16rem;
  }

  .xs-dn\:w-60 {
    width: 30rem;
  }

  .xs-dn\:w-75 {
    width: 32.5rem;
  }

  .xs-dn\:w-90 {
    width: 45rem;
  }

  .xs-dn\:w-120 {
    width: 60rem;
  }

  .xs-dn\:w-150 {
    width: 75rem;
  }

  .xs-dn\:w-content {
    width: 1600px;
  }

  .xs-dn\:w-1\/4 {
    width: 25%;
  }

  .xs-dn\:w-1\/3 {
    width: 33.33333%;
  }

  .xs-dn\:w-2\/3 {
    width: 66.66666%;
  }

  .xs-dn\:w-1\/2 {
    width: 50%;
  }

  .xs-dn\:w-3\/4 {
    width: 75%;
  }

  .xs-dn\:w-full {
    width: 100%;
  }

  .xs-dn\:w-double {
    width: 200%;
  }

  .xs-dn\:z-0 {
    z-index: 0;
  }

  .xs-dn\:z-10 {
    z-index: 10;
  }

  .xs-dn\:z-20 {
    z-index: 20;
  }

  .xs-dn\:z-30 {
    z-index: 30;
  }

  .xs-dn\:z-40 {
    z-index: 40;
  }

  .xs-dn\:z-50 {
    z-index: 50;
  }

  .xs-dn\:z-auto {
    z-index: auto;
  }

  .xs-dn\:order-1 {
    order: 1;
  }

  .xs-dn\:order-2 {
    order: 2;
  }

  .xs-dn\:order-3 {
    order: 3;
  }
}

@media (max-width: 767px) {
  .sm-dn\:list-reset {
    list-style: none;
    padding: 0;
  }

  .sm-dn\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm-dn\:bg-transparent {
    background-color: transparent;
  }

  .sm-dn\:bg-black {
    background-color: hsla(210, 3%, 1%, 1);
  }

  .sm-dn\:bg-black-o-80 {
    background-color: hsla(210, 3%, 1%, .8);
  }

  .sm-dn\:bg-grey-darkest {
    background-color: hsla(210, 3%, 20%, 1);
  }

  .sm-dn\:bg-grey-darker {
    background-color: hsla(210, 3%, 30%, 1);
  }

  .sm-dn\:bg-grey-dark {
    background-color: hsla(210, 3%, 50%, 1);
  }

  .sm-dn\:bg-grey-dark-o-80 {
    background-color: hsla(210, 3%, 50%, .8);
  }

  .sm-dn\:bg-grey {
    background-color: hsla(210, 3%, 70%, 1);
  }

  .sm-dn\:bg-grey-o-80 {
    background-color: hsla(210, 3%, 70%, .8);
  }

  .sm-dn\:bg-grey-light {
    background-color: hsla(210, 3%, 75%, 1);
  }

  .sm-dn\:bg-grey-lighter {
    background-color: hsla(210, 3%, 80%, 1);
  }

  .sm-dn\:bg-grey-lightest {
    background-color: hsla(210, 3%, 90%, 1);
  }

  .sm-dn\:bg-white {
    background-color: hsla(210, 3%, 98%, 1);
  }

  .sm-dn\:bg-full-white {
    background-color: #fff;
  }

  .sm-dn\:bg-peach {
    background-color: hsla(14, 87%, 63%, 1);
  }

  .sm-dn\:bg-peach-o-80 {
    background-color: hsla(14, 87%, 63%, .8);
  }

  .sm-dn\:bg-peach-active {
    background-color: hsla(14, 90%, 59%, 1);
  }

  .sm-dn\:bg-green {
    background-color: hsla(111, 21%, 56%, 1);
  }

  .sm-dn\:bg-green-o-80 {
    background-color: hsla(111, 21%, 56%, .8);
  }

  .sm-dn\:bg-green-active {
    background-color: hsla(111, 23%, 555%, 1);
  }

  .sm-dn\:bg-blue-faded {
    background-color: hsla(212, 7%, 39%, 1);
  }

  .sm-dn\:bg-blue-dark {
    background-color: hsla(212, 10%, 32%, 1);
  }

  .sm-dn\:bg-blue-dark-o-80 {
    background-color: hsla(212, 10%, 32%, .8);
  }

  .sm-dn\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm-dn\:hover\:bg-black:hover {
    background-color: hsla(210, 3%, 1%, 1);
  }

  .sm-dn\:hover\:bg-black-o-80:hover {
    background-color: hsla(210, 3%, 1%, .8);
  }

  .sm-dn\:hover\:bg-grey-darkest:hover {
    background-color: hsla(210, 3%, 20%, 1);
  }

  .sm-dn\:hover\:bg-grey-darker:hover {
    background-color: hsla(210, 3%, 30%, 1);
  }

  .sm-dn\:hover\:bg-grey-dark:hover {
    background-color: hsla(210, 3%, 50%, 1);
  }

  .sm-dn\:hover\:bg-grey-dark-o-80:hover {
    background-color: hsla(210, 3%, 50%, .8);
  }

  .sm-dn\:hover\:bg-grey:hover {
    background-color: hsla(210, 3%, 70%, 1);
  }

  .sm-dn\:hover\:bg-grey-o-80:hover {
    background-color: hsla(210, 3%, 70%, .8);
  }

  .sm-dn\:hover\:bg-grey-light:hover {
    background-color: hsla(210, 3%, 75%, 1);
  }

  .sm-dn\:hover\:bg-grey-lighter:hover {
    background-color: hsla(210, 3%, 80%, 1);
  }

  .sm-dn\:hover\:bg-grey-lightest:hover {
    background-color: hsla(210, 3%, 90%, 1);
  }

  .sm-dn\:hover\:bg-white:hover {
    background-color: hsla(210, 3%, 98%, 1);
  }

  .sm-dn\:hover\:bg-full-white:hover {
    background-color: #fff;
  }

  .sm-dn\:hover\:bg-peach:hover {
    background-color: hsla(14, 87%, 63%, 1);
  }

  .sm-dn\:hover\:bg-peach-o-80:hover {
    background-color: hsla(14, 87%, 63%, .8);
  }

  .sm-dn\:hover\:bg-peach-active:hover {
    background-color: hsla(14, 90%, 59%, 1);
  }

  .sm-dn\:hover\:bg-green:hover {
    background-color: hsla(111, 21%, 56%, 1);
  }

  .sm-dn\:hover\:bg-green-o-80:hover {
    background-color: hsla(111, 21%, 56%, .8);
  }

  .sm-dn\:hover\:bg-green-active:hover {
    background-color: hsla(111, 23%, 555%, 1);
  }

  .sm-dn\:hover\:bg-blue-faded:hover {
    background-color: hsla(212, 7%, 39%, 1);
  }

  .sm-dn\:hover\:bg-blue-dark:hover {
    background-color: hsla(212, 10%, 32%, 1);
  }

  .sm-dn\:hover\:bg-blue-dark-o-80:hover {
    background-color: hsla(212, 10%, 32%, .8);
  }

  .sm-dn\:bg-bottom {
    background-position: bottom;
  }

  .sm-dn\:bg-center {
    background-position: center;
  }

  .sm-dn\:bg-left {
    background-position: left;
  }

  .sm-dn\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm-dn\:bg-left-top {
    background-position: left top;
  }

  .sm-dn\:bg-right {
    background-position: right;
  }

  .sm-dn\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm-dn\:bg-right-top {
    background-position: right top;
  }

  .sm-dn\:bg-top {
    background-position: top;
  }

  .sm-dn\:bg-repeat {
    background-repeat: repeat;
  }

  .sm-dn\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm-dn\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm-dn\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm-dn\:bg-auto {
    background-size: auto;
  }

  .sm-dn\:bg-cover {
    background-size: cover;
  }

  .sm-dn\:bg-contain {
    background-size: contain;
  }

  .sm-dn\:border-transparent {
    border-color: transparent;
  }

  .sm-dn\:border-black {
    border-color: hsla(210, 3%, 1%, 1);
  }

  .sm-dn\:border-black-o-80 {
    border-color: hsla(210, 3%, 1%, .8);
  }

  .sm-dn\:border-grey-darkest {
    border-color: hsla(210, 3%, 20%, 1);
  }

  .sm-dn\:border-grey-darker {
    border-color: hsla(210, 3%, 30%, 1);
  }

  .sm-dn\:border-grey-dark {
    border-color: hsla(210, 3%, 50%, 1);
  }

  .sm-dn\:border-grey-dark-o-80 {
    border-color: hsla(210, 3%, 50%, .8);
  }

  .sm-dn\:border-grey {
    border-color: hsla(210, 3%, 70%, 1);
  }

  .sm-dn\:border-grey-o-80 {
    border-color: hsla(210, 3%, 70%, .8);
  }

  .sm-dn\:border-grey-light {
    border-color: hsla(210, 3%, 75%, 1);
  }

  .sm-dn\:border-grey-lighter {
    border-color: hsla(210, 3%, 80%, 1);
  }

  .sm-dn\:border-grey-lightest {
    border-color: hsla(210, 3%, 90%, 1);
  }

  .sm-dn\:border-white {
    border-color: hsla(210, 3%, 98%, 1);
  }

  .sm-dn\:border-full-white {
    border-color: #fff;
  }

  .sm-dn\:border-peach {
    border-color: hsla(14, 87%, 63%, 1);
  }

  .sm-dn\:border-peach-o-80 {
    border-color: hsla(14, 87%, 63%, .8);
  }

  .sm-dn\:border-peach-active {
    border-color: hsla(14, 90%, 59%, 1);
  }

  .sm-dn\:border-green {
    border-color: hsla(111, 21%, 56%, 1);
  }

  .sm-dn\:border-green-o-80 {
    border-color: hsla(111, 21%, 56%, .8);
  }

  .sm-dn\:border-green-active {
    border-color: hsla(111, 23%, 555%, 1);
  }

  .sm-dn\:border-blue-faded {
    border-color: hsla(212, 7%, 39%, 1);
  }

  .sm-dn\:border-blue-dark {
    border-color: hsla(212, 10%, 32%, 1);
  }

  .sm-dn\:border-blue-dark-o-80 {
    border-color: hsla(212, 10%, 32%, .8);
  }

  .sm-dn\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm-dn\:hover\:border-black:hover {
    border-color: hsla(210, 3%, 1%, 1);
  }

  .sm-dn\:hover\:border-black-o-80:hover {
    border-color: hsla(210, 3%, 1%, .8);
  }

  .sm-dn\:hover\:border-grey-darkest:hover {
    border-color: hsla(210, 3%, 20%, 1);
  }

  .sm-dn\:hover\:border-grey-darker:hover {
    border-color: hsla(210, 3%, 30%, 1);
  }

  .sm-dn\:hover\:border-grey-dark:hover {
    border-color: hsla(210, 3%, 50%, 1);
  }

  .sm-dn\:hover\:border-grey-dark-o-80:hover {
    border-color: hsla(210, 3%, 50%, .8);
  }

  .sm-dn\:hover\:border-grey:hover {
    border-color: hsla(210, 3%, 70%, 1);
  }

  .sm-dn\:hover\:border-grey-o-80:hover {
    border-color: hsla(210, 3%, 70%, .8);
  }

  .sm-dn\:hover\:border-grey-light:hover {
    border-color: hsla(210, 3%, 75%, 1);
  }

  .sm-dn\:hover\:border-grey-lighter:hover {
    border-color: hsla(210, 3%, 80%, 1);
  }

  .sm-dn\:hover\:border-grey-lightest:hover {
    border-color: hsla(210, 3%, 90%, 1);
  }

  .sm-dn\:hover\:border-white:hover {
    border-color: hsla(210, 3%, 98%, 1);
  }

  .sm-dn\:hover\:border-full-white:hover {
    border-color: #fff;
  }

  .sm-dn\:hover\:border-peach:hover {
    border-color: hsla(14, 87%, 63%, 1);
  }

  .sm-dn\:hover\:border-peach-o-80:hover {
    border-color: hsla(14, 87%, 63%, .8);
  }

  .sm-dn\:hover\:border-peach-active:hover {
    border-color: hsla(14, 90%, 59%, 1);
  }

  .sm-dn\:hover\:border-green:hover {
    border-color: hsla(111, 21%, 56%, 1);
  }

  .sm-dn\:hover\:border-green-o-80:hover {
    border-color: hsla(111, 21%, 56%, .8);
  }

  .sm-dn\:hover\:border-green-active:hover {
    border-color: hsla(111, 23%, 555%, 1);
  }

  .sm-dn\:hover\:border-blue-faded:hover {
    border-color: hsla(212, 7%, 39%, 1);
  }

  .sm-dn\:hover\:border-blue-dark:hover {
    border-color: hsla(212, 10%, 32%, 1);
  }

  .sm-dn\:hover\:border-blue-dark-o-80:hover {
    border-color: hsla(212, 10%, 32%, .8);
  }

  .sm-dn\:border-solid {
    border-style: solid;
  }

  .sm-dn\:border-dashed {
    border-style: dashed;
  }

  .sm-dn\:border-dotted {
    border-style: dotted;
  }

  .sm-dn\:border-none {
    border-style: none;
  }

  .sm-dn\:block {
    display: block;
  }

  .sm-dn\:inline-block {
    display: inline-block;
  }

  .sm-dn\:inline {
    display: inline;
  }

  .sm-dn\:table {
    display: table;
  }

  .sm-dn\:table-row {
    display: table-row;
  }

  .sm-dn\:table-cell {
    display: table-cell;
  }

  .sm-dn\:hidden {
    display: none;
  }

  .sm-dn\:flex {
    display: flex;
  }

  .sm-dn\:inline-flex {
    display: inline-flex;
  }

  .sm-dn\:flex-row {
    flex-direction: row;
  }

  .sm-dn\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm-dn\:flex-col {
    flex-direction: column;
  }

  .sm-dn\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm-dn\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm-dn\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm-dn\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm-dn\:items-start {
    align-items: flex-start;
  }

  .sm-dn\:items-end {
    align-items: flex-end;
  }

  .sm-dn\:items-center {
    align-items: center;
  }

  .sm-dn\:items-baseline {
    align-items: baseline;
  }

  .sm-dn\:items-stretch {
    align-items: stretch;
  }

  .sm-dn\:self-auto {
    align-self: auto;
  }

  .sm-dn\:self-start {
    align-self: flex-start;
  }

  .sm-dn\:self-end {
    align-self: flex-end;
  }

  .sm-dn\:self-center {
    align-self: center;
  }

  .sm-dn\:self-stretch {
    align-self: stretch;
  }

  .sm-dn\:justify-start {
    justify-content: flex-start;
  }

  .sm-dn\:justify-end {
    justify-content: flex-end;
  }

  .sm-dn\:justify-center {
    justify-content: center;
  }

  .sm-dn\:justify-between {
    justify-content: space-between;
  }

  .sm-dn\:justify-around {
    justify-content: space-around;
  }

  .sm-dn\:content-center {
    align-content: center;
  }

  .sm-dn\:content-start {
    align-content: flex-start;
  }

  .sm-dn\:content-end {
    align-content: flex-end;
  }

  .sm-dn\:content-between {
    align-content: space-between;
  }

  .sm-dn\:content-around {
    align-content: space-around;
  }

  .sm-dn\:flex-1 {
    flex: 1;
  }

  .sm-dn\:flex-auto {
    flex: auto;
  }

  .sm-dn\:flex-initial {
    flex: initial;
  }

  .sm-dn\:flex-none {
    flex: none;
  }

  .sm-dn\:flex-grow {
    flex-grow: 1;
  }

  .sm-dn\:flex-shrink {
    flex-shrink: 1;
  }

  .sm-dn\:flex-no-grow {
    flex-grow: 0;
  }

  .sm-dn\:flex-no-shrink {
    flex-shrink: 0;
  }

  .sm-dn\:float-right {
    float: right;
  }

  .sm-dn\:float-left {
    float: left;
  }

  .sm-dn\:float-none {
    float: none;
  }

  .sm-dn\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm-dn\:font-sans {
    font-family: Proxima Web, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .sm-dn\:font-hairline {
    font-weight: 100;
  }

  .sm-dn\:font-thin {
    font-weight: 200;
  }

  .sm-dn\:font-light {
    font-weight: 300;
  }

  .sm-dn\:font-normal {
    font-weight: 400;
  }

  .sm-dn\:font-medium {
    font-weight: 500;
  }

  .sm-dn\:font-semibold {
    font-weight: 600;
  }

  .sm-dn\:font-bold {
    font-weight: 700;
  }

  .sm-dn\:font-extrabold {
    font-weight: 800;
  }

  .sm-dn\:font-black {
    font-weight: 900;
  }

  .sm-dn\:h-12 {
    height: 6rem;
  }

  .sm-dn\:h-14 {
    height: 7rem;
  }

  .sm-dn\:h-30 {
    height: 15rem;
  }

  .sm-dn\:h-45 {
    height: 22.5rem;
  }

  .sm-dn\:h-60 {
    height: 30rem;
  }

  .sm-dn\:h-80 {
    height: 40rem;
  }

  .sm-dn\:h-100 {
    height: 50rem;
  }

  .sm-dn\:h-120 {
    height: 60rem;
  }

  .sm-dn\:h-full {
    height: 100%;
  }

  .sm-dn\:h-half-viewport {
    height: 50vh;
  }

  .sm-dn\:h-3\/4-viewport {
    height: 75vh;
  }

  .sm-dn\:h-nearly-full-screen {
    height: 90vh;
  }

  .sm-dn\:h-double {
    height: 200%;
  }

  .sm-dn\:leading-none {
    line-height: 1;
  }

  .sm-dn\:leading-tighter {
    line-height: 1.1;
  }

  .sm-dn\:leading-tight {
    line-height: 1.25;
  }

  .sm-dn\:leading-normal {
    line-height: 1.55;
  }

  .sm-dn\:leading-loose {
    line-height: 2;
  }

  .sm-dn\:m-0 {
    margin: 0;
  }

  .sm-dn\:m-1 {
    margin: .5rem;
  }

  .sm-dn\:m-2 {
    margin: 1rem;
  }

  .sm-dn\:m-3 {
    margin: 1.5rem;
  }

  .sm-dn\:m-4 {
    margin: 2rem;
  }

  .sm-dn\:m-5 {
    margin: 2.5rem;
  }

  .sm-dn\:m-6 {
    margin: 3rem;
  }

  .sm-dn\:m-7 {
    margin: 3.5rem;
  }

  .sm-dn\:m-8 {
    margin: 4rem;
  }

  .sm-dn\:m-9 {
    margin: 4.5rem;
  }

  .sm-dn\:m-10 {
    margin: 5rem;
  }

  .sm-dn\:m-12 {
    margin: 6rem;
  }

  .sm-dn\:m-14 {
    margin: 7rem;
  }

  .sm-dn\:m-16 {
    margin: 8rem;
  }

  .sm-dn\:m-20 {
    margin: 10rem;
  }

  .sm-dn\:m-25 {
    margin: 12.5rem;
  }

  .sm-dn\:m-30 {
    margin: 15rem;
  }

  .sm-dn\:m-40 {
    margin: 20rem;
  }

  .sm-dn\:m-auto {
    margin: auto;
  }

  .sm-dn\:m-\.5 {
    margin: .25rem;
  }

  .sm-dn\:m-1\.5 {
    margin: .75rem;
  }

  .sm-dn\:m-2\.5 {
    margin: 1.25rem;
  }

  .sm-dn\:m-1\/2 {
    margin: 50%;
  }

  .sm-dn\:m-content {
    margin: 1600px;
  }

  .sm-dn\:m-full {
    margin: 100%;
  }

  .sm-dn\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-dn\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm-dn\:my-1 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm-dn\:mx-1 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm-dn\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm-dn\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm-dn\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm-dn\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm-dn\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm-dn\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm-dn\:my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm-dn\:mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm-dn\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm-dn\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm-dn\:my-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm-dn\:mx-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm-dn\:my-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm-dn\:mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm-dn\:my-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm-dn\:mx-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm-dn\:my-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm-dn\:mx-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm-dn\:my-12 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm-dn\:mx-12 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm-dn\:my-14 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm-dn\:mx-14 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm-dn\:my-16 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm-dn\:mx-16 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm-dn\:my-20 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm-dn\:mx-20 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm-dn\:my-25 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .sm-dn\:mx-25 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .sm-dn\:my-30 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm-dn\:mx-30 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm-dn\:my-40 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm-dn\:mx-40 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm-dn\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm-dn\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm-dn\:my-\.5 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm-dn\:mx-\.5 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm-dn\:my-1\.5 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm-dn\:mx-1\.5 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm-dn\:my-2\.5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm-dn\:mx-2\.5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm-dn\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm-dn\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm-dn\:my-content {
    margin-top: 1600px;
    margin-bottom: 1600px;
  }

  .sm-dn\:mx-content {
    margin-left: 1600px;
    margin-right: 1600px;
  }

  .sm-dn\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm-dn\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm-dn\:mt-0 {
    margin-top: 0;
  }

  .sm-dn\:mr-0 {
    margin-right: 0;
  }

  .sm-dn\:mb-0 {
    margin-bottom: 0;
  }

  .sm-dn\:ml-0 {
    margin-left: 0;
  }

  .sm-dn\:mt-1 {
    margin-top: .5rem;
  }

  .sm-dn\:mr-1 {
    margin-right: .5rem;
  }

  .sm-dn\:mb-1 {
    margin-bottom: .5rem;
  }

  .sm-dn\:ml-1 {
    margin-left: .5rem;
  }

  .sm-dn\:mt-2 {
    margin-top: 1rem;
  }

  .sm-dn\:mr-2 {
    margin-right: 1rem;
  }

  .sm-dn\:mb-2 {
    margin-bottom: 1rem;
  }

  .sm-dn\:ml-2 {
    margin-left: 1rem;
  }

  .sm-dn\:mt-3 {
    margin-top: 1.5rem;
  }

  .sm-dn\:mr-3 {
    margin-right: 1.5rem;
  }

  .sm-dn\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .sm-dn\:ml-3 {
    margin-left: 1.5rem;
  }

  .sm-dn\:mt-4 {
    margin-top: 2rem;
  }

  .sm-dn\:mr-4 {
    margin-right: 2rem;
  }

  .sm-dn\:mb-4 {
    margin-bottom: 2rem;
  }

  .sm-dn\:ml-4 {
    margin-left: 2rem;
  }

  .sm-dn\:mt-5 {
    margin-top: 2.5rem;
  }

  .sm-dn\:mr-5 {
    margin-right: 2.5rem;
  }

  .sm-dn\:mb-5 {
    margin-bottom: 2.5rem;
  }

  .sm-dn\:ml-5 {
    margin-left: 2.5rem;
  }

  .sm-dn\:mt-6 {
    margin-top: 3rem;
  }

  .sm-dn\:mr-6 {
    margin-right: 3rem;
  }

  .sm-dn\:mb-6 {
    margin-bottom: 3rem;
  }

  .sm-dn\:ml-6 {
    margin-left: 3rem;
  }

  .sm-dn\:mt-7 {
    margin-top: 3.5rem;
  }

  .sm-dn\:mr-7 {
    margin-right: 3.5rem;
  }

  .sm-dn\:mb-7 {
    margin-bottom: 3.5rem;
  }

  .sm-dn\:ml-7 {
    margin-left: 3.5rem;
  }

  .sm-dn\:mt-8 {
    margin-top: 4rem;
  }

  .sm-dn\:mr-8 {
    margin-right: 4rem;
  }

  .sm-dn\:mb-8 {
    margin-bottom: 4rem;
  }

  .sm-dn\:ml-8 {
    margin-left: 4rem;
  }

  .sm-dn\:mt-9 {
    margin-top: 4.5rem;
  }

  .sm-dn\:mr-9 {
    margin-right: 4.5rem;
  }

  .sm-dn\:mb-9 {
    margin-bottom: 4.5rem;
  }

  .sm-dn\:ml-9 {
    margin-left: 4.5rem;
  }

  .sm-dn\:mt-10 {
    margin-top: 5rem;
  }

  .sm-dn\:mr-10 {
    margin-right: 5rem;
  }

  .sm-dn\:mb-10 {
    margin-bottom: 5rem;
  }

  .sm-dn\:ml-10 {
    margin-left: 5rem;
  }

  .sm-dn\:mt-12 {
    margin-top: 6rem;
  }

  .sm-dn\:mr-12 {
    margin-right: 6rem;
  }

  .sm-dn\:mb-12 {
    margin-bottom: 6rem;
  }

  .sm-dn\:ml-12 {
    margin-left: 6rem;
  }

  .sm-dn\:mt-14 {
    margin-top: 7rem;
  }

  .sm-dn\:mr-14 {
    margin-right: 7rem;
  }

  .sm-dn\:mb-14 {
    margin-bottom: 7rem;
  }

  .sm-dn\:ml-14 {
    margin-left: 7rem;
  }

  .sm-dn\:mt-16 {
    margin-top: 8rem;
  }

  .sm-dn\:mr-16 {
    margin-right: 8rem;
  }

  .sm-dn\:mb-16 {
    margin-bottom: 8rem;
  }

  .sm-dn\:ml-16 {
    margin-left: 8rem;
  }

  .sm-dn\:mt-20 {
    margin-top: 10rem;
  }

  .sm-dn\:mr-20 {
    margin-right: 10rem;
  }

  .sm-dn\:mb-20 {
    margin-bottom: 10rem;
  }

  .sm-dn\:ml-20 {
    margin-left: 10rem;
  }

  .sm-dn\:mt-25 {
    margin-top: 12.5rem;
  }

  .sm-dn\:mr-25 {
    margin-right: 12.5rem;
  }

  .sm-dn\:mb-25 {
    margin-bottom: 12.5rem;
  }

  .sm-dn\:ml-25 {
    margin-left: 12.5rem;
  }

  .sm-dn\:mt-30 {
    margin-top: 15rem;
  }

  .sm-dn\:mr-30 {
    margin-right: 15rem;
  }

  .sm-dn\:mb-30 {
    margin-bottom: 15rem;
  }

  .sm-dn\:ml-30 {
    margin-left: 15rem;
  }

  .sm-dn\:mt-40 {
    margin-top: 20rem;
  }

  .sm-dn\:mr-40 {
    margin-right: 20rem;
  }

  .sm-dn\:mb-40 {
    margin-bottom: 20rem;
  }

  .sm-dn\:ml-40 {
    margin-left: 20rem;
  }

  .sm-dn\:mt-auto {
    margin-top: auto;
  }

  .sm-dn\:mr-auto {
    margin-right: auto;
  }

  .sm-dn\:mb-auto {
    margin-bottom: auto;
  }

  .sm-dn\:ml-auto {
    margin-left: auto;
  }

  .sm-dn\:mt-\.5 {
    margin-top: .25rem;
  }

  .sm-dn\:mr-\.5 {
    margin-right: .25rem;
  }

  .sm-dn\:mb-\.5 {
    margin-bottom: .25rem;
  }

  .sm-dn\:ml-\.5 {
    margin-left: .25rem;
  }

  .sm-dn\:mt-1\.5 {
    margin-top: .75rem;
  }

  .sm-dn\:mr-1\.5 {
    margin-right: .75rem;
  }

  .sm-dn\:mb-1\.5 {
    margin-bottom: .75rem;
  }

  .sm-dn\:ml-1\.5 {
    margin-left: .75rem;
  }

  .sm-dn\:mt-2\.5 {
    margin-top: 1.25rem;
  }

  .sm-dn\:mr-2\.5 {
    margin-right: 1.25rem;
  }

  .sm-dn\:mb-2\.5 {
    margin-bottom: 1.25rem;
  }

  .sm-dn\:ml-2\.5 {
    margin-left: 1.25rem;
  }

  .sm-dn\:mt-1\/2 {
    margin-top: 50%;
  }

  .sm-dn\:mr-1\/2 {
    margin-right: 50%;
  }

  .sm-dn\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .sm-dn\:ml-1\/2 {
    margin-left: 50%;
  }

  .sm-dn\:mt-content {
    margin-top: 1600px;
  }

  .sm-dn\:mr-content {
    margin-right: 1600px;
  }

  .sm-dn\:mb-content {
    margin-bottom: 1600px;
  }

  .sm-dn\:ml-content {
    margin-left: 1600px;
  }

  .sm-dn\:mt-full {
    margin-top: 100%;
  }

  .sm-dn\:mr-full {
    margin-right: 100%;
  }

  .sm-dn\:mb-full {
    margin-bottom: 100%;
  }

  .sm-dn\:ml-full {
    margin-left: 100%;
  }

  .sm-dn\:max-h-12 {
    max-height: 6rem;
  }

  .sm-dn\:max-h-14 {
    max-height: 7rem;
  }

  .sm-dn\:max-h-30 {
    max-height: 15rem;
  }

  .sm-dn\:max-h-45 {
    max-height: 22.5rem;
  }

  .sm-dn\:max-h-60 {
    max-height: 30rem;
  }

  .sm-dn\:max-h-80 {
    max-height: 40rem;
  }

  .sm-dn\:max-h-100 {
    max-height: 50rem;
  }

  .sm-dn\:max-h-120 {
    max-height: 60rem;
  }

  .sm-dn\:max-h-full {
    max-height: 100%;
  }

  .sm-dn\:max-h-half-viewport {
    max-height: 50vh;
  }

  .sm-dn\:max-h-3\/4-viewport {
    max-height: 75vh;
  }

  .sm-dn\:max-h-nearly-full-screen {
    max-height: 90vh;
  }

  .sm-dn\:max-h-double {
    max-height: 200%;
  }

  .sm-dn\:max-w-32 {
    max-width: 16rem;
  }

  .sm-dn\:max-w-60 {
    max-width: 30rem;
  }

  .sm-dn\:max-w-75 {
    max-width: 32.5rem;
  }

  .sm-dn\:max-w-90 {
    max-width: 45rem;
  }

  .sm-dn\:max-w-120 {
    max-width: 60rem;
  }

  .sm-dn\:max-w-150 {
    max-width: 75rem;
  }

  .sm-dn\:max-w-content {
    max-width: 1600px;
  }

  .sm-dn\:max-w-1\/4 {
    max-width: 25%;
  }

  .sm-dn\:max-w-1\/3 {
    max-width: 33.33333%;
  }

  .sm-dn\:max-w-2\/3 {
    max-width: 66.66666%;
  }

  .sm-dn\:max-w-1\/2 {
    max-width: 50%;
  }

  .sm-dn\:max-w-3\/4 {
    max-width: 75%;
  }

  .sm-dn\:max-w-full {
    max-width: 100%;
  }

  .sm-dn\:max-w-double {
    max-width: 200%;
  }

  .sm-dn\:min-h-12 {
    min-height: 6rem;
  }

  .sm-dn\:min-h-14 {
    min-height: 7rem;
  }

  .sm-dn\:min-h-30 {
    min-height: 15rem;
  }

  .sm-dn\:min-h-45 {
    min-height: 22.5rem;
  }

  .sm-dn\:min-h-60 {
    min-height: 30rem;
  }

  .sm-dn\:min-h-80 {
    min-height: 40rem;
  }

  .sm-dn\:min-h-100 {
    min-height: 50rem;
  }

  .sm-dn\:min-h-120 {
    min-height: 60rem;
  }

  .sm-dn\:min-h-full {
    min-height: 100%;
  }

  .sm-dn\:min-h-half-viewport {
    min-height: 50vh;
  }

  .sm-dn\:min-h-3\/4-viewport {
    min-height: 75vh;
  }

  .sm-dn\:min-h-nearly-full-screen {
    min-height: 90vh;
  }

  .sm-dn\:min-h-double {
    min-height: 200%;
  }

  .sm-dn\:min-w-32 {
    min-width: 16rem;
  }

  .sm-dn\:min-w-60 {
    min-width: 30rem;
  }

  .sm-dn\:min-w-75 {
    min-width: 32.5rem;
  }

  .sm-dn\:min-w-90 {
    min-width: 45rem;
  }

  .sm-dn\:min-w-120 {
    min-width: 60rem;
  }

  .sm-dn\:min-w-150 {
    min-width: 75rem;
  }

  .sm-dn\:min-w-content {
    min-width: 1600px;
  }

  .sm-dn\:min-w-1\/4 {
    min-width: 25%;
  }

  .sm-dn\:min-w-1\/3 {
    min-width: 33.33333%;
  }

  .sm-dn\:min-w-2\/3 {
    min-width: 66.66666%;
  }

  .sm-dn\:min-w-1\/2 {
    min-width: 50%;
  }

  .sm-dn\:min-w-3\/4 {
    min-width: 75%;
  }

  .sm-dn\:min-w-full {
    min-width: 100%;
  }

  .sm-dn\:min-w-double {
    min-width: 200%;
  }

  .sm-dn\:-m-0 {
    margin: 0;
  }

  .sm-dn\:-m-1 {
    margin: -0.5rem;
  }

  .sm-dn\:-m-2 {
    margin: -1rem;
  }

  .sm-dn\:-m-3 {
    margin: -1.5rem;
  }

  .sm-dn\:-m-4 {
    margin: -2rem;
  }

  .sm-dn\:-m-5 {
    margin: -2.5rem;
  }

  .sm-dn\:-m-6 {
    margin: -3rem;
  }

  .sm-dn\:-m-7 {
    margin: -3.5rem;
  }

  .sm-dn\:-m-8 {
    margin: -4rem;
  }

  .sm-dn\:-m-9 {
    margin: -4.5rem;
  }

  .sm-dn\:-m-10 {
    margin: -5rem;
  }

  .sm-dn\:-m-12 {
    margin: -6rem;
  }

  .sm-dn\:-m-14 {
    margin: -7rem;
  }

  .sm-dn\:-m-16 {
    margin: -8rem;
  }

  .sm-dn\:-m-20 {
    margin: -10rem;
  }

  .sm-dn\:-m-25 {
    margin: -12.5rem;
  }

  .sm-dn\:-m-30 {
    margin: -15rem;
  }

  .sm-dn\:-m-40 {
    margin: -20rem;
  }

  .sm-dn\:-m-auto {
    margin: -auto;
  }

  .sm-dn\:-m-\.5 {
    margin: -0.25rem;
  }

  .sm-dn\:-m-1\.5 {
    margin: -0.75rem;
  }

  .sm-dn\:-m-2\.5 {
    margin: -1.25rem;
  }

  .sm-dn\:-m-1\/2 {
    margin: -50%;
  }

  .sm-dn\:-m-content {
    margin: -1600px;
  }

  .sm-dn\:-m-full {
    margin: -100%;
  }

  .sm-dn\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-dn\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm-dn\:-my-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm-dn\:-mx-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm-dn\:-my-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm-dn\:-mx-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm-dn\:-my-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm-dn\:-mx-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm-dn\:-my-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm-dn\:-mx-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm-dn\:-my-5 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm-dn\:-mx-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm-dn\:-my-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm-dn\:-mx-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm-dn\:-my-7 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm-dn\:-mx-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm-dn\:-my-8 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm-dn\:-mx-8 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm-dn\:-my-9 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm-dn\:-mx-9 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm-dn\:-my-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm-dn\:-mx-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm-dn\:-my-12 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm-dn\:-mx-12 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm-dn\:-my-14 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm-dn\:-mx-14 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm-dn\:-my-16 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm-dn\:-mx-16 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm-dn\:-my-20 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm-dn\:-mx-20 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm-dn\:-my-25 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .sm-dn\:-mx-25 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .sm-dn\:-my-30 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm-dn\:-mx-30 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm-dn\:-my-40 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm-dn\:-mx-40 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm-dn\:-my-auto {
    margin-top: -auto;
    margin-bottom: -auto;
  }

  .sm-dn\:-mx-auto {
    margin-left: -auto;
    margin-right: -auto;
  }

  .sm-dn\:-my-\.5 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm-dn\:-mx-\.5 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm-dn\:-my-1\.5 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm-dn\:-mx-1\.5 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm-dn\:-my-2\.5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm-dn\:-mx-2\.5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm-dn\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm-dn\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm-dn\:-my-content {
    margin-top: -1600px;
    margin-bottom: -1600px;
  }

  .sm-dn\:-mx-content {
    margin-left: -1600px;
    margin-right: -1600px;
  }

  .sm-dn\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm-dn\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm-dn\:-mt-0 {
    margin-top: 0;
  }

  .sm-dn\:-mr-0 {
    margin-right: 0;
  }

  .sm-dn\:-mb-0 {
    margin-bottom: 0;
  }

  .sm-dn\:-ml-0 {
    margin-left: 0;
  }

  .sm-dn\:-mt-1 {
    margin-top: -0.5rem;
  }

  .sm-dn\:-mr-1 {
    margin-right: -0.5rem;
  }

  .sm-dn\:-mb-1 {
    margin-bottom: -0.5rem;
  }

  .sm-dn\:-ml-1 {
    margin-left: -0.5rem;
  }

  .sm-dn\:-mt-2 {
    margin-top: -1rem;
  }

  .sm-dn\:-mr-2 {
    margin-right: -1rem;
  }

  .sm-dn\:-mb-2 {
    margin-bottom: -1rem;
  }

  .sm-dn\:-ml-2 {
    margin-left: -1rem;
  }

  .sm-dn\:-mt-3 {
    margin-top: -1.5rem;
  }

  .sm-dn\:-mr-3 {
    margin-right: -1.5rem;
  }

  .sm-dn\:-mb-3 {
    margin-bottom: -1.5rem;
  }

  .sm-dn\:-ml-3 {
    margin-left: -1.5rem;
  }

  .sm-dn\:-mt-4 {
    margin-top: -2rem;
  }

  .sm-dn\:-mr-4 {
    margin-right: -2rem;
  }

  .sm-dn\:-mb-4 {
    margin-bottom: -2rem;
  }

  .sm-dn\:-ml-4 {
    margin-left: -2rem;
  }

  .sm-dn\:-mt-5 {
    margin-top: -2.5rem;
  }

  .sm-dn\:-mr-5 {
    margin-right: -2.5rem;
  }

  .sm-dn\:-mb-5 {
    margin-bottom: -2.5rem;
  }

  .sm-dn\:-ml-5 {
    margin-left: -2.5rem;
  }

  .sm-dn\:-mt-6 {
    margin-top: -3rem;
  }

  .sm-dn\:-mr-6 {
    margin-right: -3rem;
  }

  .sm-dn\:-mb-6 {
    margin-bottom: -3rem;
  }

  .sm-dn\:-ml-6 {
    margin-left: -3rem;
  }

  .sm-dn\:-mt-7 {
    margin-top: -3.5rem;
  }

  .sm-dn\:-mr-7 {
    margin-right: -3.5rem;
  }

  .sm-dn\:-mb-7 {
    margin-bottom: -3.5rem;
  }

  .sm-dn\:-ml-7 {
    margin-left: -3.5rem;
  }

  .sm-dn\:-mt-8 {
    margin-top: -4rem;
  }

  .sm-dn\:-mr-8 {
    margin-right: -4rem;
  }

  .sm-dn\:-mb-8 {
    margin-bottom: -4rem;
  }

  .sm-dn\:-ml-8 {
    margin-left: -4rem;
  }

  .sm-dn\:-mt-9 {
    margin-top: -4.5rem;
  }

  .sm-dn\:-mr-9 {
    margin-right: -4.5rem;
  }

  .sm-dn\:-mb-9 {
    margin-bottom: -4.5rem;
  }

  .sm-dn\:-ml-9 {
    margin-left: -4.5rem;
  }

  .sm-dn\:-mt-10 {
    margin-top: -5rem;
  }

  .sm-dn\:-mr-10 {
    margin-right: -5rem;
  }

  .sm-dn\:-mb-10 {
    margin-bottom: -5rem;
  }

  .sm-dn\:-ml-10 {
    margin-left: -5rem;
  }

  .sm-dn\:-mt-12 {
    margin-top: -6rem;
  }

  .sm-dn\:-mr-12 {
    margin-right: -6rem;
  }

  .sm-dn\:-mb-12 {
    margin-bottom: -6rem;
  }

  .sm-dn\:-ml-12 {
    margin-left: -6rem;
  }

  .sm-dn\:-mt-14 {
    margin-top: -7rem;
  }

  .sm-dn\:-mr-14 {
    margin-right: -7rem;
  }

  .sm-dn\:-mb-14 {
    margin-bottom: -7rem;
  }

  .sm-dn\:-ml-14 {
    margin-left: -7rem;
  }

  .sm-dn\:-mt-16 {
    margin-top: -8rem;
  }

  .sm-dn\:-mr-16 {
    margin-right: -8rem;
  }

  .sm-dn\:-mb-16 {
    margin-bottom: -8rem;
  }

  .sm-dn\:-ml-16 {
    margin-left: -8rem;
  }

  .sm-dn\:-mt-20 {
    margin-top: -10rem;
  }

  .sm-dn\:-mr-20 {
    margin-right: -10rem;
  }

  .sm-dn\:-mb-20 {
    margin-bottom: -10rem;
  }

  .sm-dn\:-ml-20 {
    margin-left: -10rem;
  }

  .sm-dn\:-mt-25 {
    margin-top: -12.5rem;
  }

  .sm-dn\:-mr-25 {
    margin-right: -12.5rem;
  }

  .sm-dn\:-mb-25 {
    margin-bottom: -12.5rem;
  }

  .sm-dn\:-ml-25 {
    margin-left: -12.5rem;
  }

  .sm-dn\:-mt-30 {
    margin-top: -15rem;
  }

  .sm-dn\:-mr-30 {
    margin-right: -15rem;
  }

  .sm-dn\:-mb-30 {
    margin-bottom: -15rem;
  }

  .sm-dn\:-ml-30 {
    margin-left: -15rem;
  }

  .sm-dn\:-mt-40 {
    margin-top: -20rem;
  }

  .sm-dn\:-mr-40 {
    margin-right: -20rem;
  }

  .sm-dn\:-mb-40 {
    margin-bottom: -20rem;
  }

  .sm-dn\:-ml-40 {
    margin-left: -20rem;
  }

  .sm-dn\:-mt-auto {
    margin-top: -auto;
  }

  .sm-dn\:-mr-auto {
    margin-right: -auto;
  }

  .sm-dn\:-mb-auto {
    margin-bottom: -auto;
  }

  .sm-dn\:-ml-auto {
    margin-left: -auto;
  }

  .sm-dn\:-mt-\.5 {
    margin-top: -0.25rem;
  }

  .sm-dn\:-mr-\.5 {
    margin-right: -0.25rem;
  }

  .sm-dn\:-mb-\.5 {
    margin-bottom: -0.25rem;
  }

  .sm-dn\:-ml-\.5 {
    margin-left: -0.25rem;
  }

  .sm-dn\:-mt-1\.5 {
    margin-top: -0.75rem;
  }

  .sm-dn\:-mr-1\.5 {
    margin-right: -0.75rem;
  }

  .sm-dn\:-mb-1\.5 {
    margin-bottom: -0.75rem;
  }

  .sm-dn\:-ml-1\.5 {
    margin-left: -0.75rem;
  }

  .sm-dn\:-mt-2\.5 {
    margin-top: -1.25rem;
  }

  .sm-dn\:-mr-2\.5 {
    margin-right: -1.25rem;
  }

  .sm-dn\:-mb-2\.5 {
    margin-bottom: -1.25rem;
  }

  .sm-dn\:-ml-2\.5 {
    margin-left: -1.25rem;
  }

  .sm-dn\:-mt-1\/2 {
    margin-top: -50%;
  }

  .sm-dn\:-mr-1\/2 {
    margin-right: -50%;
  }

  .sm-dn\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .sm-dn\:-ml-1\/2 {
    margin-left: -50%;
  }

  .sm-dn\:-mt-content {
    margin-top: -1600px;
  }

  .sm-dn\:-mr-content {
    margin-right: -1600px;
  }

  .sm-dn\:-mb-content {
    margin-bottom: -1600px;
  }

  .sm-dn\:-ml-content {
    margin-left: -1600px;
  }

  .sm-dn\:-mt-full {
    margin-top: -100%;
  }

  .sm-dn\:-mr-full {
    margin-right: -100%;
  }

  .sm-dn\:-mb-full {
    margin-bottom: -100%;
  }

  .sm-dn\:-ml-full {
    margin-left: -100%;
  }

  .sm-dn\:opacity-0 {
    opacity: 0;
  }

  .sm-dn\:opacity-25 {
    opacity: .25;
  }

  .sm-dn\:opacity-50 {
    opacity: .5;
  }

  .sm-dn\:opacity-75 {
    opacity: .75;
  }

  .sm-dn\:opacity-100 {
    opacity: 1;
  }

  .sm-dn\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm-dn\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .sm-dn\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .sm-dn\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .sm-dn\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm-dn\:overflow-auto {
    overflow: auto;
  }

  .sm-dn\:overflow-hidden {
    overflow: hidden;
  }

  .sm-dn\:overflow-visible {
    overflow: visible;
  }

  .sm-dn\:overflow-scroll {
    overflow: scroll;
  }

  .sm-dn\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm-dn\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm-dn\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm-dn\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm-dn\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm-dn\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm-dn\:p-0 {
    padding: 0;
  }

  .sm-dn\:p-1 {
    padding: .5rem;
  }

  .sm-dn\:p-2 {
    padding: 1rem;
  }

  .sm-dn\:p-3 {
    padding: 1.5rem;
  }

  .sm-dn\:p-4 {
    padding: 2rem;
  }

  .sm-dn\:p-5 {
    padding: 2.5rem;
  }

  .sm-dn\:p-6 {
    padding: 3rem;
  }

  .sm-dn\:p-7 {
    padding: 3.5rem;
  }

  .sm-dn\:p-8 {
    padding: 4rem;
  }

  .sm-dn\:p-9 {
    padding: 4.5rem;
  }

  .sm-dn\:p-10 {
    padding: 5rem;
  }

  .sm-dn\:p-12 {
    padding: 6rem;
  }

  .sm-dn\:p-14 {
    padding: 7rem;
  }

  .sm-dn\:p-16 {
    padding: 8rem;
  }

  .sm-dn\:p-20 {
    padding: 10rem;
  }

  .sm-dn\:p-25 {
    padding: 12.5rem;
  }

  .sm-dn\:p-30 {
    padding: 15rem;
  }

  .sm-dn\:p-40 {
    padding: 20rem;
  }

  .sm-dn\:p-auto {
    padding: auto;
  }

  .sm-dn\:p-\.5 {
    padding: .25rem;
  }

  .sm-dn\:p-1\.5 {
    padding: .75rem;
  }

  .sm-dn\:p-2\.5 {
    padding: 1.25rem;
  }

  .sm-dn\:p-1\/2 {
    padding: 50%;
  }

  .sm-dn\:p-content {
    padding: 1600px;
  }

  .sm-dn\:p-full {
    padding: 100%;
  }

  .sm-dn\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm-dn\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm-dn\:py-1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm-dn\:px-1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm-dn\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm-dn\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm-dn\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm-dn\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm-dn\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm-dn\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm-dn\:py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm-dn\:px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm-dn\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm-dn\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm-dn\:py-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm-dn\:px-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm-dn\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm-dn\:px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm-dn\:py-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm-dn\:px-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm-dn\:py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm-dn\:px-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm-dn\:py-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm-dn\:px-12 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm-dn\:py-14 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm-dn\:px-14 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm-dn\:py-16 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm-dn\:px-16 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm-dn\:py-20 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm-dn\:px-20 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm-dn\:py-25 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .sm-dn\:px-25 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .sm-dn\:py-30 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm-dn\:px-30 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm-dn\:py-40 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm-dn\:px-40 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm-dn\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .sm-dn\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .sm-dn\:py-\.5 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm-dn\:px-\.5 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm-dn\:py-1\.5 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm-dn\:px-1\.5 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm-dn\:py-2\.5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm-dn\:px-2\.5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm-dn\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm-dn\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm-dn\:py-content {
    padding-top: 1600px;
    padding-bottom: 1600px;
  }

  .sm-dn\:px-content {
    padding-left: 1600px;
    padding-right: 1600px;
  }

  .sm-dn\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm-dn\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm-dn\:pt-0 {
    padding-top: 0;
  }

  .sm-dn\:pr-0 {
    padding-right: 0;
  }

  .sm-dn\:pb-0 {
    padding-bottom: 0;
  }

  .sm-dn\:pl-0 {
    padding-left: 0;
  }

  .sm-dn\:pt-1 {
    padding-top: .5rem;
  }

  .sm-dn\:pr-1 {
    padding-right: .5rem;
  }

  .sm-dn\:pb-1 {
    padding-bottom: .5rem;
  }

  .sm-dn\:pl-1 {
    padding-left: .5rem;
  }

  .sm-dn\:pt-2 {
    padding-top: 1rem;
  }

  .sm-dn\:pr-2 {
    padding-right: 1rem;
  }

  .sm-dn\:pb-2 {
    padding-bottom: 1rem;
  }

  .sm-dn\:pl-2 {
    padding-left: 1rem;
  }

  .sm-dn\:pt-3 {
    padding-top: 1.5rem;
  }

  .sm-dn\:pr-3 {
    padding-right: 1.5rem;
  }

  .sm-dn\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .sm-dn\:pl-3 {
    padding-left: 1.5rem;
  }

  .sm-dn\:pt-4 {
    padding-top: 2rem;
  }

  .sm-dn\:pr-4 {
    padding-right: 2rem;
  }

  .sm-dn\:pb-4 {
    padding-bottom: 2rem;
  }

  .sm-dn\:pl-4 {
    padding-left: 2rem;
  }

  .sm-dn\:pt-5 {
    padding-top: 2.5rem;
  }

  .sm-dn\:pr-5 {
    padding-right: 2.5rem;
  }

  .sm-dn\:pb-5 {
    padding-bottom: 2.5rem;
  }

  .sm-dn\:pl-5 {
    padding-left: 2.5rem;
  }

  .sm-dn\:pt-6 {
    padding-top: 3rem;
  }

  .sm-dn\:pr-6 {
    padding-right: 3rem;
  }

  .sm-dn\:pb-6 {
    padding-bottom: 3rem;
  }

  .sm-dn\:pl-6 {
    padding-left: 3rem;
  }

  .sm-dn\:pt-7 {
    padding-top: 3.5rem;
  }

  .sm-dn\:pr-7 {
    padding-right: 3.5rem;
  }

  .sm-dn\:pb-7 {
    padding-bottom: 3.5rem;
  }

  .sm-dn\:pl-7 {
    padding-left: 3.5rem;
  }

  .sm-dn\:pt-8 {
    padding-top: 4rem;
  }

  .sm-dn\:pr-8 {
    padding-right: 4rem;
  }

  .sm-dn\:pb-8 {
    padding-bottom: 4rem;
  }

  .sm-dn\:pl-8 {
    padding-left: 4rem;
  }

  .sm-dn\:pt-9 {
    padding-top: 4.5rem;
  }

  .sm-dn\:pr-9 {
    padding-right: 4.5rem;
  }

  .sm-dn\:pb-9 {
    padding-bottom: 4.5rem;
  }

  .sm-dn\:pl-9 {
    padding-left: 4.5rem;
  }

  .sm-dn\:pt-10 {
    padding-top: 5rem;
  }

  .sm-dn\:pr-10 {
    padding-right: 5rem;
  }

  .sm-dn\:pb-10 {
    padding-bottom: 5rem;
  }

  .sm-dn\:pl-10 {
    padding-left: 5rem;
  }

  .sm-dn\:pt-12 {
    padding-top: 6rem;
  }

  .sm-dn\:pr-12 {
    padding-right: 6rem;
  }

  .sm-dn\:pb-12 {
    padding-bottom: 6rem;
  }

  .sm-dn\:pl-12 {
    padding-left: 6rem;
  }

  .sm-dn\:pt-14 {
    padding-top: 7rem;
  }

  .sm-dn\:pr-14 {
    padding-right: 7rem;
  }

  .sm-dn\:pb-14 {
    padding-bottom: 7rem;
  }

  .sm-dn\:pl-14 {
    padding-left: 7rem;
  }

  .sm-dn\:pt-16 {
    padding-top: 8rem;
  }

  .sm-dn\:pr-16 {
    padding-right: 8rem;
  }

  .sm-dn\:pb-16 {
    padding-bottom: 8rem;
  }

  .sm-dn\:pl-16 {
    padding-left: 8rem;
  }

  .sm-dn\:pt-20 {
    padding-top: 10rem;
  }

  .sm-dn\:pr-20 {
    padding-right: 10rem;
  }

  .sm-dn\:pb-20 {
    padding-bottom: 10rem;
  }

  .sm-dn\:pl-20 {
    padding-left: 10rem;
  }

  .sm-dn\:pt-25 {
    padding-top: 12.5rem;
  }

  .sm-dn\:pr-25 {
    padding-right: 12.5rem;
  }

  .sm-dn\:pb-25 {
    padding-bottom: 12.5rem;
  }

  .sm-dn\:pl-25 {
    padding-left: 12.5rem;
  }

  .sm-dn\:pt-30 {
    padding-top: 15rem;
  }

  .sm-dn\:pr-30 {
    padding-right: 15rem;
  }

  .sm-dn\:pb-30 {
    padding-bottom: 15rem;
  }

  .sm-dn\:pl-30 {
    padding-left: 15rem;
  }

  .sm-dn\:pt-40 {
    padding-top: 20rem;
  }

  .sm-dn\:pr-40 {
    padding-right: 20rem;
  }

  .sm-dn\:pb-40 {
    padding-bottom: 20rem;
  }

  .sm-dn\:pl-40 {
    padding-left: 20rem;
  }

  .sm-dn\:pt-auto {
    padding-top: auto;
  }

  .sm-dn\:pr-auto {
    padding-right: auto;
  }

  .sm-dn\:pb-auto {
    padding-bottom: auto;
  }

  .sm-dn\:pl-auto {
    padding-left: auto;
  }

  .sm-dn\:pt-\.5 {
    padding-top: .25rem;
  }

  .sm-dn\:pr-\.5 {
    padding-right: .25rem;
  }

  .sm-dn\:pb-\.5 {
    padding-bottom: .25rem;
  }

  .sm-dn\:pl-\.5 {
    padding-left: .25rem;
  }

  .sm-dn\:pt-1\.5 {
    padding-top: .75rem;
  }

  .sm-dn\:pr-1\.5 {
    padding-right: .75rem;
  }

  .sm-dn\:pb-1\.5 {
    padding-bottom: .75rem;
  }

  .sm-dn\:pl-1\.5 {
    padding-left: .75rem;
  }

  .sm-dn\:pt-2\.5 {
    padding-top: 1.25rem;
  }

  .sm-dn\:pr-2\.5 {
    padding-right: 1.25rem;
  }

  .sm-dn\:pb-2\.5 {
    padding-bottom: 1.25rem;
  }

  .sm-dn\:pl-2\.5 {
    padding-left: 1.25rem;
  }

  .sm-dn\:pt-1\/2 {
    padding-top: 50%;
  }

  .sm-dn\:pr-1\/2 {
    padding-right: 50%;
  }

  .sm-dn\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .sm-dn\:pl-1\/2 {
    padding-left: 50%;
  }

  .sm-dn\:pt-content {
    padding-top: 1600px;
  }

  .sm-dn\:pr-content {
    padding-right: 1600px;
  }

  .sm-dn\:pb-content {
    padding-bottom: 1600px;
  }

  .sm-dn\:pl-content {
    padding-left: 1600px;
  }

  .sm-dn\:pt-full {
    padding-top: 100%;
  }

  .sm-dn\:pr-full {
    padding-right: 100%;
  }

  .sm-dn\:pb-full {
    padding-bottom: 100%;
  }

  .sm-dn\:pl-full {
    padding-left: 100%;
  }

  .sm-dn\:pointer-events-none {
    pointer-events: none;
  }

  .sm-dn\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm-dn\:static {
    position: static;
  }

  .sm-dn\:fixed {
    position: fixed;
  }

  .sm-dn\:absolute {
    position: absolute;
  }

  .sm-dn\:relative {
    position: relative;
  }

  .sm-dn\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm-dn\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm-dn\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm-dn\:pin-y {
    top: 0;
    bottom: 0;
  }

  .sm-dn\:pin-x {
    right: 0;
    left: 0;
  }

  .sm-dn\:pin-t {
    top: 0;
  }

  .sm-dn\:pin-r {
    right: 0;
  }

  .sm-dn\:pin-b {
    bottom: 0;
  }

  .sm-dn\:pin-l {
    left: 0;
  }

  .sm-dn\:resize-none {
    resize: none;
  }

  .sm-dn\:resize-y {
    resize: vertical;
  }

  .sm-dn\:resize-x {
    resize: horizontal;
  }

  .sm-dn\:resize {
    resize: both;
  }

  .sm-dn\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm-dn\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm-dn\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm-dn\:shadow-xl {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .sm-dn\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm-dn\:shadow-none {
    box-shadow: none;
  }

  .sm-dn\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm-dn\: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-dn\: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-dn\:hover\:shadow-xl:hover {
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .31), 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .sm-dn\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm-dn\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .sm-dn\:text-left {
    text-align: left;
  }

  .sm-dn\:text-center {
    text-align: center;
  }

  .sm-dn\:text-right {
    text-align: right;
  }

  .sm-dn\:text-justify {
    text-align: justify;
  }

  .sm-dn\:text-transparent {
    color: transparent;
  }

  .sm-dn\:text-black {
    color: hsla(210, 3%, 1%, 1);
  }

  .sm-dn\:text-black-o-80 {
    color: hsla(210, 3%, 1%, .8);
  }

  .sm-dn\:text-grey-darkest {
    color: hsla(210, 3%, 20%, 1);
  }

  .sm-dn\:text-grey-darker {
    color: hsla(210, 3%, 30%, 1);
  }

  .sm-dn\:text-grey-dark {
    color: hsla(210, 3%, 50%, 1);
  }

  .sm-dn\:text-grey-dark-o-80 {
    color: hsla(210, 3%, 50%, .8);
  }

  .sm-dn\:text-grey {
    color: hsla(210, 3%, 70%, 1);
  }

  .sm-dn\:text-grey-o-80 {
    color: hsla(210, 3%, 70%, .8);
  }

  .sm-dn\:text-grey-light {
    color: hsla(210, 3%, 75%, 1);
  }

  .sm-dn\:text-grey-lighter {
    color: hsla(210, 3%, 80%, 1);
  }

  .sm-dn\:text-grey-lightest {
    color: hsla(210, 3%, 90%, 1);
  }

  .sm-dn\:text-white {
    color: hsla(210, 3%, 98%, 1);
  }

  .sm-dn\:text-full-white {
    color: #fff;
  }

  .sm-dn\:text-peach {
    color: hsla(14, 87%, 63%, 1);
  }

  .sm-dn\:text-peach-o-80 {
    color: hsla(14, 87%, 63%, .8);
  }

  .sm-dn\:text-peach-active {
    color: hsla(14, 90%, 59%, 1);
  }

  .sm-dn\:text-green {
    color: hsla(111, 21%, 56%, 1);
  }

  .sm-dn\:text-green-o-80 {
    color: hsla(111, 21%, 56%, .8);
  }

  .sm-dn\:text-green-active {
    color: hsla(111, 23%, 555%, 1);
  }

  .sm-dn\:text-blue-faded {
    color: hsla(212, 7%, 39%, 1);
  }

  .sm-dn\:text-blue-dark {
    color: hsla(212, 10%, 32%, 1);
  }

  .sm-dn\:text-blue-dark-o-80 {
    color: hsla(212, 10%, 32%, .8);
  }

  .sm-dn\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm-dn\:hover\:text-black:hover {
    color: hsla(210, 3%, 1%, 1);
  }

  .sm-dn\:hover\:text-black-o-80:hover {
    color: hsla(210, 3%, 1%, .8);
  }

  .sm-dn\:hover\:text-grey-darkest:hover {
    color: hsla(210, 3%, 20%, 1);
  }

  .sm-dn\:hover\:text-grey-darker:hover {
    color: hsla(210, 3%, 30%, 1);
  }

  .sm-dn\:hover\:text-grey-dark:hover {
    color: hsla(210, 3%, 50%, 1);
  }

  .sm-dn\:hover\:text-grey-dark-o-80:hover {
    color: hsla(210, 3%, 50%, .8);
  }

  .sm-dn\:hover\:text-grey:hover {
    color: hsla(210, 3%, 70%, 1);
  }

  .sm-dn\:hover\:text-grey-o-80:hover {
    color: hsla(210, 3%, 70%, .8);
  }

  .sm-dn\:hover\:text-grey-light:hover {
    color: hsla(210, 3%, 75%, 1);
  }

  .sm-dn\:hover\:text-grey-lighter:hover {
    color: hsla(210, 3%, 80%, 1);
  }

  .sm-dn\:hover\:text-grey-lightest:hover {
    color: hsla(210, 3%, 90%, 1);
  }

  .sm-dn\:hover\:text-white:hover {
    color: hsla(210, 3%, 98%, 1);
  }

  .sm-dn\:hover\:text-full-white:hover {
    color: #fff;
  }

  .sm-dn\:hover\:text-peach:hover {
    color: hsla(14, 87%, 63%, 1);
  }

  .sm-dn\:hover\:text-peach-o-80:hover {
    color: hsla(14, 87%, 63%, .8);
  }

  .sm-dn\:hover\:text-peach-active:hover {
    color: hsla(14, 90%, 59%, 1);
  }

  .sm-dn\:hover\:text-green:hover {
    color: hsla(111, 21%, 56%, 1);
  }

  .sm-dn\:hover\:text-green-o-80:hover {
    color: hsla(111, 21%, 56%, .8);
  }

  .sm-dn\:hover\:text-green-active:hover {
    color: hsla(111, 23%, 555%, 1);
  }

  .sm-dn\:hover\:text-blue-faded:hover {
    color: hsla(212, 7%, 39%, 1);
  }

  .sm-dn\:hover\:text-blue-dark:hover {
    color: hsla(212, 10%, 32%, 1);
  }

  .sm-dn\:hover\:text-blue-dark-o-80:hover {
    color: hsla(212, 10%, 32%, .8);
  }

  .sm-dn\:text-xs {
    font-size: .625rem;
  }

  .sm-dn\:text-sm {
    font-size: .875rem;
  }

  .sm-dn\:text-base {
    font-size: 1rem;
  }

  .sm-dn\:text-md {
    font-size: 1.375rem;
  }

  .sm-dn\:text-lg {
    font-size: 1.75rem;
  }

  .sm-dn\:text-xl {
    font-size: 2.5rem;
  }

  .sm-dn\:text-xxl {
    font-size: 4.5rem;
  }

  .sm-dn\:italic {
    font-style: italic;
  }

  .sm-dn\:roman {
    font-style: normal;
  }

  .sm-dn\:uppercase {
    text-transform: uppercase;
  }

  .sm-dn\:lowercase {
    text-transform: lowercase;
  }

  .sm-dn\:capitalize {
    text-transform: capitalize;
  }

  .sm-dn\:normal-case {
    text-transform: none;
  }

  .sm-dn\:underline {
    text-decoration: underline;
  }

  .sm-dn\:line-through {
    text-decoration: line-through;
  }

  .sm-dn\:no-underline {
    text-decoration: none;
  }

  .sm-dn\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm-dn\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm-dn\:hover\:italic:hover {
    font-style: italic;
  }

  .sm-dn\:hover\:roman:hover {
    font-style: normal;
  }

  .sm-dn\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm-dn\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm-dn\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm-dn\:hover\:normal-case:hover {
    text-transform: none;
  }

  .sm-dn\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm-dn\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm-dn\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm-dn\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm-dn\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm-dn\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm-dn\:tracking-normal {
    letter-spacing: 0;
  }

  .sm-dn\:tracking-wide {
    letter-spacing: .05em;
  }

  .sm-dn\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm-dn\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm-dn\:align-baseline {
    vertical-align: baseline;
  }

  .sm-dn\:align-top {
    vertical-align: top;
  }

  .sm-dn\:align-middle {
    vertical-align: middle;
  }

  .sm-dn\:align-bottom {
    vertical-align: bottom;
  }

  .sm-dn\:align-text-top {
    vertical-align: text-top;
  }

  .sm-dn\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm-dn\:visible {
    visibility: visible;
  }

  .sm-dn\:invisible {
    visibility: hidden;
  }

  .sm-dn\:whitespace-normal {
    white-space: normal;
  }

  .sm-dn\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm-dn\:whitespace-pre {
    white-space: pre;
  }

  .sm-dn\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm-dn\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm-dn\:break-words {
    word-wrap: break-word;
  }

  .sm-dn\:break-normal {
    word-wrap: normal;
  }

  .sm-dn\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm-dn\:w-32 {
    width: 16rem;
  }

  .sm-dn\:w-60 {
    width: 30rem;
  }

  .sm-dn\:w-75 {
    width: 32.5rem;
  }

  .sm-dn\:w-90 {
    width: 45rem;
  }

  .sm-dn\:w-120 {
    width: 60rem;
  }

  .sm-dn\:w-150 {
    width: 75rem;
  }

  .sm-dn\:w-content {
    width: 1600px;
  }

  .sm-dn\:w-1\/4 {
    width: 25%;
  }

  .sm-dn\:w-1\/3 {
    width: 33.33333%;
  }

  .sm-dn\:w-2\/3 {
    width: 66.66666%;
  }

  .sm-dn\:w-1\/2 {
    width: 50%;
  }

  .sm-dn\:w-3\/4 {
    width: 75%;
  }

  .sm-dn\:w-full {
    width: 100%;
  }

  .sm-dn\:w-double {
    width: 200%;
  }

  .sm-dn\:z-0 {
    z-index: 0;
  }

  .sm-dn\:z-10 {
    z-index: 10;
  }

  .sm-dn\:z-20 {
    z-index: 20;
  }

  .sm-dn\:z-30 {
    z-index: 30;
  }

  .sm-dn\:z-40 {
    z-index: 40;
  }

  .sm-dn\:z-50 {
    z-index: 50;
  }

  .sm-dn\:z-auto {
    z-index: auto;
  }

  .sm-dn\:order-1 {
    order: 1;
  }

  .sm-dn\:order-2 {
    order: 2;
  }

  .sm-dn\:order-3 {
    order: 3;
  }
}

/*# sourceMappingURL=main.css.map */
