@font-face {
  font-family: 'TradeGothic LT';
  src: url('../fonts/TradeGothicLT-Oblique.woff2') format('woff2'),
      url('../fonts/TradeGothicLT-Oblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TradeGothic LT';
  src: url('../fonts/TradeGothicLT.woff2') format('woff2'),
      url('../fonts/TradeGothicLT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TradeGothic LT';
  src: url('../fonts/TradeGothicLT-Light.woff2') format('woff2'),
      url('../fonts/TradeGothicLT-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TradeGothic LT';
  src: url('../fonts/TradeGothicLT-Bold.woff2') format('woff2'),
      url('../fonts/TradeGothicLT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TradeGothic LT';
  src: url('../fonts/TradeGothicLT-BoldOblique.woff2') format('woff2'),
      url('../fonts/TradeGothicLT-BoldOblique.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: '../fonts/Adobe Caslon Pro';
  src: url('../fonts/ACaslonPro-Italic.woff2') format('woff2'),
      url('../fonts/ACaslonPro-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Adobe Caslon Pro';
  src: url('../fonts/ACaslonPro-BoldItalic.woff2') format('woff2'),
      url('../fonts/ACaslonPro-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Adobe Caslon Pro';
  src: url('../fonts/ACaslonPro-Regular.woff2') format('woff2'),
      url('../fonts/ACaslonPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.font-cap-regular {
  font-family: 'Adobe Caslon Pro';
}

.font-trade-regular {
  font-family: "TradeGothic LT";
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond-SemiBold.woff2') format('woff2'), url('../fonts/CormorantGaramond-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond-Italic.woff2') format('woff2'), url('../fonts/CormorantGaramond-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond-Regular.woff2') format('woff2'), url('../fonts/CormorantGaramond-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond-Medium.woff2') format('woff2'), url('../fonts/CormorantGaramond-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo Narrow';
  src: url('../fonts/ArchivoNarrow-Medium.woff2') format('woff2'), url('../fonts/ArchivoNarrow-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo Narrow';
  src: url('../fonts/ArchivoNarrow-Bold.woff2') format('woff2'), url('../fonts/ArchivoNarrow-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

.toggle-think-article {
  cursor: pointer;
}

.footer-social {
  display: flex;
  flex-direction: column;
}

.footer-social .locate-icon {
  margin: 0 10px 0 0;
}

footer .contact .footer-social a {
  padding-bottom: 10px;
}

.footer-social .instagram .locate-icon, 
.footer-social .medium .locate-icon {
  position: relative;
  top: 3px;
}


.image-full {
  width: 100%;
  display: block;
  max-width: 100%;
}

.image-box-shadow {
  box-shadow: 0 0 3px rgba(0,0,0,0.12), 0 1px 2px rgba(220, 193, 193, 0.24);
  border-radius: 3px;
}
/* @import 'partials/tailwind.css'; */

/*! 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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

/**
 * 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;
             -moz-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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/**
 * Remove the inner padding 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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

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

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

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

button {
  background: transparent;
  padding: 0;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

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

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

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

img {
  border-style: solid;
}

/**
 * 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"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

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

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:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
  opacity: .5;
}

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

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

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

table {
  border-collapse: collapse;
}

.clip {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.clip-not {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

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

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

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

.bg-current {
  background-color: currentColor;
}

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

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

.bg-dark {
   background-color: rgb(25, 25, 25);
}

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

.bg-blue {
  background-color: rgb(70, 106, 246);
}

.bg-sky {
  background-color: rgb(176, 191, 249);
}

.bg-lemon {
  background-color: rgb(255, 204, 51);
}

.bg-pink {
  background-color: rgb(255, 102, 102);
}

.bg-green {
  background-color: rgb(51, 204, 153);
}

.bg-grey {
  background-color: rgb(191, 191, 191);
}

.bg-smoke {
  background-color: rgb(240, 240, 240);
}

.bg-milk {
  background-color: rgba(255, 255, 255, .7);
}

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

.hover\:bg-current:hover {
  background-color: currentColor;
}

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

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

.hover\:bg-dark:hover {
  background-color: rgb(25, 25, 25);
}

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

.hover\:bg-blue:hover {
  background-color: rgb(70, 106, 246);
}

.hover\:bg-sky:hover {
  background-color: rgb(176, 191, 249);
}

.hover\:bg-lemon:hover {
  background-color: rgb(255, 204, 51);
}

.hover\:bg-pink:hover {
  background-color: rgb(255, 102, 102);
}

.hover\:bg-green:hover {
  background-color: rgb(51, 204, 153);
}

.hover\:bg-grey:hover {
  background-color: rgb(191, 191, 191);
}

.hover\:bg-smoke:hover {
  background-color: rgb(240, 240, 240);
}

.hover\:bg-milk:hover {
  background-color: rgba(255, 255, 255, .7);
}

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

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

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

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

.border-blue {
  border-color: rgb(70, 106, 246);
}

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

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

.hover\:border-blue:hover {
  border-color: rgb(70, 106, 246);
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-t {
  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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-initial {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -moz-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

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

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

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

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

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

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

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

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

/*.font-garamond {
  font-family: Cormorant Garamond;
}*/

.font-garamond {
  font-family: 'Cormorant Infant', serif;
  font-weight: 600;
}

.font-cormorant-infant {
  font-family: 'Cormorant Infant', serif;
  font-weight: 600;
}

.font-arch {
  font-family: Archivo Narrow;
}

.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-1 {
  height: .25rem;
}

.h-2 {
  height: .5rem;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-80 {
  height: 20rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-2px {
  height: 2px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-40px {
  height: 40px;
}

.h-35px {
  height: 35px;
}

.h-1\/4 {
  height: 25%;
}

.h-25vh {
  height: 25vh;
}

.h-70vh {
  height: 70vh;
}

.leading-thin {
  line-height: .9;
}

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

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

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

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

.m-0 {
  margin: 0;
}

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

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

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

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-18 {
  margin: 4.5rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-80 {
  margin: 20rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:m-0 {
  margin: 0;
}

.group:hover .group-hover\:m-1 {
  margin: .25rem;
}

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

.group:hover .group-hover\:m-3 {
  margin: .75rem;
}

.group:hover .group-hover\:m-4 {
  margin: 1rem;
}

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

.group:hover .group-hover\:m-6 {
  margin: 1.5rem;
}

.group:hover .group-hover\:m-8 {
  margin: 2rem;
}

.group:hover .group-hover\:m-10 {
  margin: 2.5rem;
}

.group:hover .group-hover\:m-12 {
  margin: 3rem;
}

.group:hover .group-hover\:m-16 {
  margin: 4rem;
}

.group:hover .group-hover\:m-18 {
  margin: 4.5rem;
}

.group:hover .group-hover\:m-20 {
  margin: 5rem;
}

.group:hover .group-hover\:m-24 {
  margin: 6rem;
}

.group:hover .group-hover\:m-32 {
  margin: 8rem;
}

.group:hover .group-hover\:m-80 {
  margin: 20rem;
}

.group:hover .group-hover\:m-auto {
  margin: auto;
}

.group:hover .group-hover\:m-px {
  margin: 1px;
}

.group:hover .group-hover\:my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.group:hover .group-hover\:mx-0 {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

.group:hover .group-hover\:my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.group:hover .group-hover\:mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}

.group:hover .group-hover\:my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.group:hover .group-hover\:mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

.group:hover .group-hover\:my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.group:hover .group-hover\:mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.group:hover .group-hover\:my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.group:hover .group-hover\:mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.group:hover .group-hover\:my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.group:hover .group-hover\:mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.group:hover .group-hover\:my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.group:hover .group-hover\:mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.group:hover .group-hover\:my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.group:hover .group-hover\:mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.group:hover .group-hover\:my-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.group:hover .group-hover\:mx-18 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.group:hover .group-hover\:my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.group:hover .group-hover\:mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.group:hover .group-hover\:my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.group:hover .group-hover\:mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.group:hover .group-hover\:my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.group:hover .group-hover\:mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.group:hover .group-hover\:my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.group:hover .group-hover\:mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.group:hover .group-hover\:my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.group:hover .group-hover\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

.group:hover .group-hover\:mt-0 {
  margin-top: 0;
}

.group:hover .group-hover\:mr-0 {
  margin-right: 0;
}

.group:hover .group-hover\:mb-0 {
  margin-bottom: 0;
}

.group:hover .group-hover\:ml-0 {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

.group:hover .group-hover\:mt-3 {
  margin-top: .75rem;
}

.group:hover .group-hover\:mr-3 {
  margin-right: .75rem;
}

.group:hover .group-hover\:mb-3 {
  margin-bottom: .75rem;
}

.group:hover .group-hover\:ml-3 {
  margin-left: .75rem;
}

.group:hover .group-hover\:mt-4 {
  margin-top: 1rem;
}

.group:hover .group-hover\:mr-4 {
  margin-right: 1rem;
}

.group:hover .group-hover\:mb-4 {
  margin-bottom: 1rem;
}

.group:hover .group-hover\:ml-4 {
  margin-left: 1rem;
}

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

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

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

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

.group:hover .group-hover\:mt-6 {
  margin-top: 1.5rem;
}

.group:hover .group-hover\:mr-6 {
  margin-right: 1.5rem;
}

.group:hover .group-hover\:mb-6 {
  margin-bottom: 1.5rem;
}

.group:hover .group-hover\:ml-6 {
  margin-left: 1.5rem;
}

.group:hover .group-hover\:mt-8 {
  margin-top: 2rem;
}

.group:hover .group-hover\:mr-8 {
  margin-right: 2rem;
}

.group:hover .group-hover\:mb-8 {
  margin-bottom: 2rem;
}

.group:hover .group-hover\:ml-8 {
  margin-left: 2rem;
}

.group:hover .group-hover\:mt-10 {
  margin-top: 2.5rem;
}

.group:hover .group-hover\:mr-10 {
  margin-right: 2.5rem;
}

.group:hover .group-hover\:mb-10 {
  margin-bottom: 2.5rem;
}

.group:hover .group-hover\:ml-10 {
  margin-left: 2.5rem;
}

.group:hover .group-hover\:mt-12 {
  margin-top: 3rem;
}

.group:hover .group-hover\:mr-12 {
  margin-right: 3rem;
}

.group:hover .group-hover\:mb-12 {
  margin-bottom: 3rem;
}

.group:hover .group-hover\:ml-12 {
  margin-left: 3rem;
}

.group:hover .group-hover\:mt-16 {
  margin-top: 4rem;
}

.group:hover .group-hover\:mr-16 {
  margin-right: 4rem;
}

.group:hover .group-hover\:mb-16 {
  margin-bottom: 4rem;
}

.group:hover .group-hover\:ml-16 {
  margin-left: 4rem;
}

.group:hover .group-hover\:mt-18 {
  margin-top: 4.5rem;
}

.group:hover .group-hover\:mr-18 {
  margin-right: 4.5rem;
}

.group:hover .group-hover\:mb-18 {
  margin-bottom: 4.5rem;
}

.group:hover .group-hover\:ml-18 {
  margin-left: 4.5rem;
}

.group:hover .group-hover\:mt-20 {
  margin-top: 5rem;
}

.group:hover .group-hover\:mr-20 {
  margin-right: 5rem;
}

.group:hover .group-hover\:mb-20 {
  margin-bottom: 5rem;
}

.group:hover .group-hover\:ml-20 {
  margin-left: 5rem;
}

.group:hover .group-hover\:mt-24 {
  margin-top: 6rem;
}

.group:hover .group-hover\:mr-24 {
  margin-right: 6rem;
}

.group:hover .group-hover\:mb-24 {
  margin-bottom: 6rem;
}

.group:hover .group-hover\:ml-24 {
  margin-left: 6rem;
}

.group:hover .group-hover\:mt-32 {
  margin-top: 8rem;
}

.group:hover .group-hover\:mr-32 {
  margin-right: 8rem;
}

.group:hover .group-hover\:mb-32 {
  margin-bottom: 8rem;
}

.group:hover .group-hover\:ml-32 {
  margin-left: 8rem;
}

.group:hover .group-hover\:mt-80 {
  margin-top: 20rem;
}

.group:hover .group-hover\:mr-80 {
  margin-right: 20rem;
}

.group:hover .group-hover\:mb-80 {
  margin-bottom: 20rem;
}

.group:hover .group-hover\:ml-80 {
  margin-left: 20rem;
}

.group:hover .group-hover\:mt-auto {
  margin-top: auto;
}

.group:hover .group-hover\:mr-auto {
  margin-right: auto;
}

.group:hover .group-hover\:mb-auto {
  margin-bottom: auto;
}

.group:hover .group-hover\:ml-auto {
  margin-left: auto;
}

.group:hover .group-hover\:mt-px {
  margin-top: 1px;
}

.group:hover .group-hover\:mr-px {
  margin-right: 1px;
}

.group:hover .group-hover\:mb-px {
  margin-bottom: 1px;
}

.group:hover .group-hover\:ml-px {
  margin-left: 1px;
}

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

.max-h-75vh {
  max-height: 75vh;
}

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

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

.max-w-xs {
  max-width: 20rem;
}

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

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

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

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 100rem;
}

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

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

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

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

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

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

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

.-m-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-15 {
  opacity: .15;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0;
}

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

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

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-32 {
  padding: 8rem;
}

.p-px {
  padding: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-px {
  padding-top: 1px;
}

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

.pb-px {
  padding-bottom: 1px;
}

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-x {
  right: 0;
  left: 0;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.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-current {
  color: currentColor;
}

.text-inherit {
  color: inherit;
}

.text-black {
  color: #000;
}

.text-dark {
  color: rgb(25, 25, 25);
}

.text-white {
  color: #fff;
}

.text-blue {
  color: rgb(70, 106, 246);
}

.text-sky {
  color: rgb(176, 191, 249);
}

.text-lemon {
  color: rgb(255, 204, 51);
}

.text-pink {
  color: rgb(255, 102, 102);
}

.text-green {
  color: rgb(51, 204, 153);
}

.text-grey {
  color: rgb(191, 191, 191);
}

.text-smoke {
  color: rgb(240, 240, 240);
}

.text-milk {
  color: rgba(255, 255, 255, .7);
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-current {
  color: currentColor;
}

.group:hover .group-hover\:text-inherit {
  color: inherit;
}

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

.group:hover .group-hover\:text-dark {
  color: rgb(25, 25, 25);
}

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

.group:hover .group-hover\:text-blue {
  color: rgb(70, 106, 246);
}

.group:hover .group-hover\:text-sky {
  color: rgb(176, 191, 249);
}

.group:hover .group-hover\:text-lemon {
  color: rgb(255, 204, 51);
}

.group:hover .group-hover\:text-pink {
  color: rgb(255, 102, 102);
}

.group:hover .group-hover\:text-green {
  color: rgb(51, 204, 153);
}

.group:hover .group-hover\:text-grey {
  color: rgb(191, 191, 191);
}

.group:hover .group-hover\:text-smoke {
  color: rgb(240, 240, 240);
}

.group:hover .group-hover\:text-milk {
  color: rgba(255, 255, 255, .7);
}

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

.hover\:text-current:hover {
  color: currentColor;
}

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

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

.hover\:text-dark:hover {
  color: rgb(25, 25, 25);
}

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

.hover\:text-blue:hover {
  color: rgb(70, 106, 246);
}

.hover\:text-sky:hover {
  color: rgb(176, 191, 249);
}

.hover\:text-lemon:hover {
  color: rgb(255, 204, 51);
}

.hover\:text-pink:hover {
  color: rgb(255, 102, 102);
}

.hover\:text-green:hover {
  color: rgb(51, 204, 153);
}

.hover\:text-grey:hover {
  color: rgb(191, 191, 191);
}

.hover\:text-smoke:hover {
  color: rgb(240, 240, 240);
}

.hover\:text-milk:hover {
  color: rgba(255, 255, 255, .7);
}

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

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

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

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

.text-xlg {
  font-size: 1.25rem;
}

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

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

.text-25xl {
  font-size: 1.7rem;
}

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

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

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

.text-55xl {
  font-size: 3.5rem;
}

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

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

.text-inherit {
  font-size: inherit;
}

.italic {
  font-style: italic;
}

.roman {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-widet {
  letter-spacing: .02em;
}

.tracking-wide {
  letter-spacing: .05em;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-1 {
  width: .25rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-68 {
  width: 17rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

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

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

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

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

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

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-7\/10 {
  width: 70%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-9\/10 {
  width: 90%;
}

.w-45p {
  width: 45%;
}

.w-55p {
  width: 55%;
}

.w-58p {
  width: 58%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.aspect-ratio-square {
  padding-top: 100%;
}

.aspect-ratio-16\/9 {
  padding-top: 56.25%;
}

.aspect-ratio-4\/3 {
  padding-top: 75%;
}

.aspect-ratio-21\/9 {
  padding-top: 42.86%;
}

.aspect-ratio-3\/2 {
  padding-top: 66.67%;
}

.aspect-ratio-4\/5 {
  padding-top: 125%;
}

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
  font-weight: 800;
}

.menu-menu-1-container {
  height: 100%;
}

#menu-menu-1 {
  height: 100%;
}

#menu-menu-1 li {
  height: 100%;
}

#menu-menu-1 li a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem;
  text-decoration: none;
}

.logo-container {
  max-height: 100%;
  max-width: 100%;
  height: -webkit-calc(100% - 200px);
  height: -moz-calc(100% - 200px);
  height: calc(100% - 200px);
}

.logo-container svg {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: auto;
}

.bg-change,
.font-color-change,
#menu-menu-1 li a,
#wethink,
#wedesign,
#wedo,
#weare {
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.page-template-design nav a,
.page-template-design h1,
.single nav a,
.single h1 {
  color: rgb(70, 106, 246);
}

.page-template-think nav a,
.page-template-think h1,
.single-think nav a,
.single-think h1 {
  color: rgb(255, 204, 51);
}

.page-template-do nav a,
.page-template-do h1 {
  color: rgb(255, 102, 102);
}

.page-template-are nav a,
.page-template-are h1 {
  color: rgb(51, 204, 153);
}

.single nav .menu-item:first-child {
  background-color: rgb(70, 106, 246);
}

.single nav .menu-item:first-child a {
  color: #fff;
}

.page-template-design,
.page-template-design .current-menu-item,
.single {
  background-color: rgb(70, 106, 246);
}

.page-template-think,
.page-template-think .current-menu-item,
.single-think {
  background-color: rgb(255, 204, 51);
}

.page-template-do,
.page-template-do .current-menu-item {
  background-color: rgb(255, 102, 102);
}

.page-template-are,
.page-template-are .current-menu-item {
  background-color: rgb(51, 204, 153);
}

.page-template-design svg #Group,
.page-template-design svg #cross,
.single svg #Group,
.single svg #cross {
  stroke: rgb(70, 106, 246);
}

.page-template-think svg #Group,
.page-template-think svg #cross {
  stroke: rgb(255, 204, 51);
}

.page-template-do svg #Group,
.page-template-do svg #cross {
  stroke: rgb(255, 102, 102);
}

.page-template-are svg #Group,
.page-template-are svg #cross {
  stroke: rgb(51, 204, 153);
}

.page-template-are .top-arrow svg .linia {
  fill: rgb(51, 204, 153);
  stroke: #fff;
  stroke-width: 3px;
}

.page-template-design .top-arrow svg .linia {
  fill: rgb(70, 106, 246);
  stroke: #fff;
  stroke-width: 3px;
}

.single .top-arrow svg .linia {
  fill: rgb(70, 106, 246);
  stroke: #fff;
  stroke-width: 3px;
}

.page-template-think .top-arrow svg .linia {
  fill: rgb(255, 204, 51);
  stroke: #fff;
  stroke-width: 3px;
}

.page-template-do .top-arrow svg .linia {
  fill: rgb(255, 102, 102);
  stroke: #fff;
  stroke-width: 3px;
}

.top-arrow {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 2.5rem;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.current-menu-item a {
  color: white !important;
}

.h-resta {
  height: -webkit-calc(100vh - 136px);
  height: -moz-calc(100vh - 136px);
  height: calc(100vh - 136px);
}

#hero-design,
#hero-think {
  font-size: 19vmin;
}

.home .logo-container a {
  font-size: 19vmin;
  line-height: .9;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.home .logo-container a:hover {
  -webkit-text-fill-color: white;
  color: white !important;
}

.arrows {
  height: 23.5vmin; /* calc(135px + 10.5vmin); */
  padding-top: 2vmin;
  cursor: pointer;
}

.min-h-header {
  min-height: 75vh;
}

.page-template-design,
.page-template-think,
.page-template-do,
.page-template-are {
  overflow-x: hidden;
}

.has-blue-color {
  color: rgb(70, 106, 246);
}

.has-grey-color {
  color: rgb(191, 191, 191);
}

.has-sky-color {
  color: rgb(176, 191, 249);
}

.has-green-color {
  color: rgb(51, 204, 153);
}

.has-yellow-color {
  color: rgb(255, 204, 51);
}

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

.has-blue-background-color {
  background-color: rgb(70, 106, 246);
}

.has-grey-background-color {
  background-color: rgb(191, 191, 191);
}

.has-sky-background-color {
  background-color: rgb(176, 191, 249);
}

.has-green-background-color {
  background-color: rgb(51, 204, 153);
}

.has-yellow-background-color {
  background-color: rgb(255, 204, 51);
}

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

.word-in svg {
  height: 100%;
  width: auto;
}

.cat-all img {
  -webkit-transform: rotate(180deg);
             -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
               -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cat-square.cat-in-active,
.cat-square.cat-for-active {
  background-color: rgb(70, 106, 246);
  color: white;
  border-color: rgb(70, 106, 246);
}

.cat-all.cat-in-active {
  color: black;
}

.cat-all.cat-in-active .under-black {
    display: none;
  }

.cat-all.cat-in-active .under-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.carfor-all.cat-for-active .under-black {
  display: none;
}

.catfor-all.cat-for-active .under-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-transition: padding .3s ease-in;
  -o-transition: padding .3s ease-in;
  -moz-transition: padding .3s ease-in;
  transition: padding .3s ease-in;
}

.transition-400 {
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.stroke-1 {
          text-stroke: 1px white;
  -webkit-text-stroke: 1px white;
}

.stroke-2 {
          text-stroke: 2px white;
  -webkit-text-stroke: 2px white;
}

.wedo-text p {
  margin-bottom: 1.5rem;
  max-width: 600px;
}

.wedo-text p strong {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: bold;
  letter-spacing: .05em;
}

.wedo-1 .img-container {
  right: 0;
  top: 0;
  margin-top: 12rem;
}

.wedo-1 img {
  margin-bottom: 3rem;
  height: auto;
}

.wedo-2 .title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.wedo-2 .img-container {
  margin-left: -3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  bottom: inherit;
}

.wedo-2 img {
  width: 21rem;
  height: 100%;
}

.wedo-3 .img-container {
  top: 0;
  margin-top: 1rem;
  margin-left: -3rem;
}

.wedo-3 img {
  width: 23rem;
}

.wedo-4 .img-container {
  top: 0;
  margin-top: -4rem;
}

.wedo-4 img {
  width: 24rem;
  margin-bottom: -1rem;
  margin-left: 4rem;
}

.wedo-5 .img-container {
  top: 0;
  margin-left: 12rem;
}

.wedo-5 img {
  -webkit-transform: rotate(-7deg);
             -moz-transform: rotate(-7deg);
              -ms-transform: rotate(-7deg);
               -o-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.wedo-6 .img-container {
  top: 0;
  margin-left: 12rem;
  margin-top: 4rem;
}

.wedo-6 img {
  -webkit-transform: rotate(22deg);
             -moz-transform: rotate(22deg);
              -ms-transform: rotate(22deg);
               -o-transform: rotate(22deg);
          transform: rotate(22deg);
}

.wedo-7 .img-container {
  top: 0;
  margin-top: 7rem;
  width: 9rem;
  margin-left: 2rem;
}

.weare-find strong {
  color: #fff;
          text-stroke: 0;
  -webkit-text-stroke: 0;
}

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

/* .weare-whats .font-garamond:last-of-type {
  margin-bottom: 0;
} */

.weare-address a {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.4rem;
  color: white;
  letter-spacing: .08rem;
}

.swiper-posts {
  height: 470px;
}

.swiper-posts .swiper-slide-active h3 {
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
  -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
               -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: none;
}

.custom-slider .swiper-button-prev, 
.custom-slider .swiper-button-next {
  background-size: 20px 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.custom-slider .swiper-button-next {
  transform: rotate(180deg);
  right: 0;
}

.custom-slider .swiper-button-prev {
  margin-top: 0;
  left: 0;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.more-projects .swiper-slide .image-container img {
  mix-blend-mode: lighten;
  -webkit-filter: grayscale(100%) contrast(200%);
          filter: grayscale(100%) contrast(100%);
  opacity: 1;
}

.more-projects .swiper-slide-active .image-container img {
  mix-blend-mode: normal;
  -webkit-filter: none;
          filter: none;
}

.multiplied {
  background-blend-mode: multiply;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.article-core .p-core,
p.is-style-post-width {
  width: 40%;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  max-width: 600px;
}

.image-box-shadow {
  box-shadow: 0 0 3px rgba(0,0,0,0.12), 0 1px 2px rgba(220, 193, 193, 0.24);
  border-radius: 3px;
}


.article-core .wp-block-image {
  width: 41%;
  margin: 0;
}

.image-hero {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.image-hero img {
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-hero figure {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.image-hero figcaption {
  /* padding: 3rem 0; */
  padding: 3rem -webkit-calc(50vw - 21%);
  padding: 3rem -moz-calc(50vw - 21%);
  padding: 3rem calc(50vw - 21%);
  background-color: rgb(240, 240, 240);
  margin: -5px 0 0 0;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: rgb(125, 151, 251);
}

.article-core h4 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 2.07rem;
  font-weight: 800;
  color: rgb(70, 106, 246);
  text-transform: uppercase;
  width: 55%;
  margin: 2rem 0 3rem;
  max-width: 790px;
}

.article-core .image-hero {
  width: 100%;
}

.article-core p.has-large-font-size {
  font-weight: 300;
  font-size: 2rem;
  width: 40%;
  margin: 0 0 2rem 0;
  max-width: 600px;
}

.article-core .wp-block-columns.has-4-columns {
  width: 60%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 3rem 0;
}

.article-core .wp-block-column {
  -webkit-flex-basis: inherit;
  -ms-flex-preferred-size: inherit;
  flex-basis: inherit;
}

.article-core .wp-block-column p.has-grey-color {
  font-family: 'Archivo Narrow', sans-serif;
  color: rgb(191, 191, 191);
  font-weight: 800;
  letter-spacing: .05em;
}

.article-core .wp-block-column p {
  font-weight: 300;
}

.article-core .wp-block-column p strong {
  font-weight: 900;
}

.page-template-think .article-think p.has-huge-font-size {
  width: 40%;
  font-size: 3.5rem;
}

.article-think .details-block {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 40%;
  padding: 3rem 0;
  max-width: 600px;
}

.article-think .details-block div {
  margin-left: 0;
  margin-right: 4rem;
}

.wp-block-video.is-style-mid-width {
  width: 60%;
  margin-bottom: 2rem;
}

.wp-block-video.is-style-full-width {
  width: 100%;
  margin-bottom: 2rem;
}

.wp-block-video figcaption {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

footer .contact a {
  color: white;
  text-decoration: none;
}

footer .logo-container {
  height: 100%;
  max-width: 70%;
}

footer .logo-container svg {
  height: auto;
  margin-top: 7px;
}

footer .logo-container div:first-child {
  margin-top: -7px;
}

.menu-icon {
  width: 26px;
}

.menu-icon svg {
  width: 100%;
  height: 100%;
}

.menu-container {
  height: 17rem;
  top: 5rem;
  width: -webkit-calc(100% - 3rem);
  width: -moz-calc(100% - 3rem);
  width: calc(100% - 3rem);
  left: 1.5rem;
}

.menu-container svg #wedesign,
.menu-container svg #wethink,
.menu-container svg #wedo,
.menu-container svg #weare {
  stroke: #000;
}

.ti-cursor {
  margin-left: 2rem;
  display: none !important;
  font-size: 19vmin !important;
}

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

/* p.is-style-post-width {
  width: 40%;
  max-width: 600px;
  margin-bottom: 2rem;
} */

.page-template-think .article-think p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  max-width: 600px;
  width: 40%;
}

.page-template-think .article-think p.is-style-post-width {
  margin-bottom: 1.5rem;
  max-width: 600px;
}

.page-template-think .article-think p.is-style-post-width strong {
  font-weight: 400;
}

.page-template-think .col-1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

h5.is-style-question {
  font-family: 'Archivo Narrow', sans-serif;
  color: rgb(255, 204, 51);
  font-size: 1.25rem;
  letter-spacing: .05em;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

h3.is-style-subtitle-yellow {
  font-family: 'Archivo Narrow', sans-serif;
  color: rgb(255, 204, 51);
  font-size: 1.7rem;
  margin-top: 3rem;
}

h2.is-style-uppercase-sans {
  font-family: 'Archivo Narrow', sans-serif;
  text-transform: uppercase;
  font-size: 2.25rem;
  width: 40%;
  max-width: 600px;
}

.wp-block-image.is-style-mid-width,
.wp-block-image.is-style-text-width {
  width: 60%;
}

.wp-block-image.is-style-mid-width figcaption,
.wp-block-image.is-style-text-width figcaption,
.wp-block-image figcaption,
.wp-block-embed figcaption {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.wp-block-image.is-style-full-width,
.wp-block-image.is-style-out-image {
  width: 100%;
}

.wp-block-image.is-style-out-image img {
  width: 40%;
  margin-top: 4rem;
}

.wp-block-image.is-style-out-image {
  background-color: rgb(240, 240, 240);
  text-align: center;
}

.wp-block-image.is-style-full-width figcaption,
.wp-block-image.is-style-out-image figcaption {
  /* padding: 3rem 0; */
  padding: 3rem -webkit-calc(50vw - 325px);
  padding: 3rem -moz-calc(50vw - 325px);
  padding: 3rem calc(50vw - 325px);
  background-color: rgb(240, 240, 240);
  margin: -5px 0 0 0;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: rgb(125, 151, 251);
}

.wp-block-image.image-hero figcaption {
  font-size: 1.15rem;
}

.wp-block-image img {
  width: 100%;
  display: block;
}

.wp-block-image.is-style-text-width {
  width: 40%;
  max-width: 600px;
}

.wp-block-image figure {
  width: 100%;
}

.wp-block-embed {
  width: 100%;
  max-width: 600px;
}

.wp-block-embed.mid-width {
  width: 60%;
  max-width: 1900px;
}

.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-think .article-think p.has-large-font-size {
  font-size: 2rem;
  font-weight: normal;
}

.page-template-think .article-think .wp-block-image {
  margin-bottom: 2rem;
}

.lg-grid {
  width: 100%;
}

.think-details p {
  line-height: 1.2;
}

.home .logo-container {
  max-height: 700px !important;
}

.home .text-transparent {
  -webkit-text-fill-color: transparent;
  color: white !important;
}

.page-template-design .grid .post:nth-child(n+4) {
  display: none;
}

.page-template-design .grid .post:nth-child(-n+3) {
  opacity: 0;
}

.page-template-design .grid.viewable .post:nth-child(n+4) {
  display: block;
  opacity: 1;
}

.page-template-design .grid.viewable .post:nth-child(-n+3) {
  opacity: 1;
}

section .wedo-section:last-of-type {
  border-bottom-width: 0;
}

.page-template-think li:last-child header {
  border-bottom-width: 0;
}

.block-mobile:nth-child(n+5) {
  display: none;
}

/* animate everybutton */

.subratlla svg path {
  -webkit-transform: rotate(180deg);
             -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
               -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
             -moz-transform-origin: center;
              -ms-transform-origin: center;
               -o-transform-origin: center;
          transform-origin: center;
}

.in-categories .subratlla {
  margin-top: 4px;
}

.for-categories .subr {
  margin-top: 4px;
}

.groc {
  position: absolute;
  top: 0;
  left: 0;
}

.subr:hover svg .groc {
  -webkit-animation: Scale 0.6s ease forwards;
          -moz-animation: Scale 0.6s ease forwards;
            -o-animation: Scale 0.6s ease forwards;
       animation: Scale 0.6s ease forwards;
}

.subratlla:hover svg .groc {
  -webkit-animation: Scale 0.6s ease forwards;
          -moz-animation: Scale 0.6s ease forwards;
            -o-animation: Scale 0.6s ease forwards;
       animation: Scale 0.6s ease forwards;
}

@-webkit-keyframes Scale {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1000, 1);
            transform: scale(1000, 1);
  }
}

@-moz-keyframes Scale {
  0% {
    -webkit-transform: scale(1, 1);
               -moz-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1000, 1);
               -moz-transform: scale(1000, 1);
            transform: scale(1000, 1);
  }
}

@-o-keyframes Scale {
  0% {
    -webkit-transform: scale(1, 1);
                 -o-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1000, 1);
                 -o-transform: scale(1000, 1);
            transform: scale(1000, 1);
  }
}

@keyframes Scale {
  0% {
    -webkit-transform: scale(1, 1);
               -moz-transform: scale(1, 1);
                 -o-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1000, 1);
               -moz-transform: scale(1000, 1);
                 -o-transform: scale(1000, 1);
            transform: scale(1000, 1);
  }
}

.subr.cat-for-active .groc,
.subratlla.cat-in-active .groc {
  -webkit-transform: scale(1000, 1);
             -moz-transform: scale(1000, 1);
              -ms-transform: scale(1000, 1);
               -o-transform: scale(1000, 1);
          transform: scale(1000, 1);
}

/* media queries */

@media (min-width: 1281px) {
  .featured-single {
    height: 400px;
    padding-top: 0!important;
  }

  .image-hero figcaption {
    padding: 3rem -webkit-calc(50vw - 325px);
    padding: 3rem -moz-calc(50vw - 325px);
    padding: 3rem calc(50vw - 325px);
  }

  footer .logo-container {
    max-width: 20rem;
  }

  footer .logo-container svg {
    height: auto;
  }
}

/*
  ##Device = Laptops, Desktops
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  .article-think .details-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .h-resta {
    height: 60vh;
  }
}

@media (max-width: 1080px) {
  .article-core .details-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0;
    width: 40%;
    display: block;
  }

  .article-core .details-block .col-1 {
    margin-left: 0;
    margin-right: 0;
    display: block;
    margin-bottom: 1rem;
  }

  .article-think .details-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wedo-1 .img-container {
    margin-top: 18rem;
  }
}

@media (min-width: 1081px) {
  .article-core .details-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	justify-content: space-between;
  }
}

/*
  ##Device = Tablets, Ipads (portrait)
*/

@media (min-width: 768px) and (max-width: 1024px) {
  #menu-menu-1 li a {
    padding: 0 1.25rem;
  }

  .menu-container {
    width: -webkit-calc(100% - 6rem);
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    left: 3rem;
    height: 35%;
    top: 7rem;
  }

  .menu-container nav {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 1.5rem;
  }

  .menu-container .logo-container {
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .min-h-header {
    min-height: 67.3vmin;
  }

  #hero-design,
  #hero-think {
    font-size: 16vmin;
  }

  .home .logo-container a {
    font-size: 16vmin;
  }

  .ti-cursor {
    margin: 0;
    font-size: 16vmin !important;
  }

  .article-core .p-core,
  p.is-style-post-width {
    width: 70%;
  }

  .article-core .details-block {
    width: 75%;
    display: flex;
	justify-content: space-between;
	  flex-direction: row;
  }

  .article-core h4 {
    width: 70%;
  }

  .article-core .wp-block-image {
    width: 70%;
  }

  .article-core .wp-block-image.image-hero,
  .article-core .wp-block-image.is-style-out-image {
    width: 100%;
  }

  .article-core p.has-large-font-size {
    width: 70%;
  }

  .image-hero figcaption {
    padding: 3rem -webkit-calc(50vw - 325px);
    padding: 3rem -moz-calc(50vw - 325px);
    padding: 3rem calc(50vw - 325px);
  }

  p.is-style-post-width,
  .page-template-think .article-think p {
    width: 70%;
  }

  .page-template-think .article-think p.has-huge-font-size {
    width: 70%;
  }

  .article-think .details-block {
    width: 70%;
  }

  .wp-block-image.is-style-mid-width {
    width: 80%;
  }

  h2.is-style-uppercase-sans {
    width: 70%;
  }

  .h-resta {
    height: 53vh;
  }

  .article-think .details-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .w-half-rem {
    width: -webkit-calc(50% - 1rem);
    width: -moz-calc(50% - 1rem);
    width: calc(50% - 1rem);
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wedo-1 .img-container {
    margin-top: 21rem;
  }

  .wedo-2 img {
    width: 19rem;
  }

  .wedo-3 img {
    width: 20rem;
  }

  .wedo-4 img {
    margin-left: 1rem;
  }
}

/*
  ##Device = Tablets, Ipads (landscape)
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #menu-menu-1 li a {
    padding: 0 1.25rem;
  }

  .article-core .p-core,
  p.is-style-post-width {
    width: 60%;
  }

  .h-resta {
    height: 60vh;
  }

  .article-think .details-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .w-half-rem {
    width: -webkit-calc(50% - 1rem);
    width: -moz-calc(50% - 1rem);
    width: calc(50% - 1rem);
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wedo-1 .img-container {
    margin-top: 26rem;
  }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
*/

@media (min-width: 481px) and (max-width: 767px) {
  .logo-container {
    max-width: 80%;
    height: -webkit-calc(100% - 450px);
    height: -moz-calc(100% - 450px);
    height: calc(100% - 450px);
  }

  .logo-container svg {
    height: auto;
  }

  .home .logo-container {
    max-width: 100%;
    height: 16rem;
  }

  .home .logo-container a {
    line-height: 1;
    font-size: 11vmin;
  }

  .home .logo-container .stroke-2 {
    -webkit-text-stroke: .08rem white;
            text-stroke: .08rem white;
  }

  .arrows {
    height: 12vmin;
  }

  .top-arrow {
    right: 1rem;
    bottom: 1rem;
  }

  .min-h-header {
    min-height: -webkit-calc(44vmin + 1rem);
    min-height: -moz-calc(44vmin + 1rem);
    min-height: calc(44vmin + 1rem);
  }

  .menu-container .logo-container {
    max-width: 88%;
    height: 100%;
  }

  .max-h-800 {
    max-height: inherit;
  }

  .swiper-weare,
  .swiper-weare .swiper-wrapper {
    max-height: 50vh;
  }

  footer .logo-container {
    height: 100%;
    max-width: 100%;
  }

  footer svg {
    height: 100%;
    width: 100%;
  }

  #hero-design,
  #hero-think {
    line-height: .85;
    /* height: 16rem; */
  }

  .ti-container {
    font-size: 11vmin !important;
    margin-right: -1rem;
    line-height: 1 !important;
    /* display: inline-block !important; */
  }

  .ti-wrapper {
    display: block !important;
    line-height: 1rem !important;
  }

  .ti-cursor {
    margin-left: 1rem;
    font-size: 11vmin !important;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .article-core .p-core,
  p.is-style-post-width {
    width: 100%;
    line-height: 1.3;
    padding: 0 1.5rem;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 1rem;
    max-width: 600px;
  }

  .article-core .wp-block-image.image-hero {
    margin: 1rem 0;
  }

  .image-hero figcaption,
  .wp-block-image figcaption {
    /* padding: 1.5rem 2rem; */
    padding: 1.5rem 10vw;
    font-weight: 800;
    font-size: 1rem;
  }

  .article-core h4 {
    padding: 0 1.5rem;
    width: 100%;
    font-size: 1.25rem;
    margin: 1.5rem 0 2rem;
  }

  .article-core .wp-block-embed.mid-width,
  .article-core .wp-block-video.is-style-mid-width {
    width: 100%;
    padding: 0 1.5rem;
  }

  .article-core .wp-block-image:not(.is-style-full-width) {
    width: 100%;
    padding: 0 1.5rem;
  }

  .article-core .wp-block-image.image-hero {
    padding: 0;
  }

  .wp-block-image.is-style-out-image img {
    width: 100%;
    max-width: -webkit-calc(600px - 3rem);
    max-width: -moz-calc(600px - 3rem);
    max-width: calc(600px - 3rem);
  }

  .article-core p.has-large-font-size {
    padding: 0 1.5rem;
    line-height: 1.3;
    font-size: 1.3rem;
    width: 100%;
  }

  .more-projects .image-container img {
    opacity: 1;
  }

  .h-resta {
    height: 100%;
  }

  p.is-style-post-width {
    width: 90%;
	font-size: 1.25rem;
  }

  .page-template-think .article-think p.has-huge-font-size {
    width: 100%;
    padding: 0 1.5rem;
    font-size: 2rem;
  }

  .article-think .details-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 2rem 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }

  .article-think .details-block .col-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-template-think .article-think p.is-style-post-width {
    width: 100%;
    line-height: 1.3;
    padding: 0 1.5rem;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  h5.is-style-question {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .wp-block-image.is-style-mid-width,
  .wp-block-image.is-style-text-width {
    width: 100%;
    padding: 0 1.5rem;
  }

  .page-template-think .article-think p.has-large-font-size {
    font-size: 1.6rem;
  }

  h3.is-style-subtitle-yellow {
    font-size: 1.3rem;
    margin-top: 2rem;
  }

  footer #wedesign,
  footer #wethink,
  footer #wedo,
  footer #weare {
    stroke-width: 4;
  }

  footer .contact {
    margin-left: 6px;
  }

  footer .contact:first-child {
    margin-top: 1.1rem;
  }

  .wedo-1 .img-container {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .wedo-1 img {
    margin-bottom: 1rem;
    width: 12rem;
    height: 100%;
  }

  .wedo-2 .img-container {
    margin-left: 0;
    margin-top: -2rem;
    position: absolute;
  }

  .wedo-2 img {
    width: 13rem;
  }

  .wedo-3 .img-container {
    margin-left: -1rem;
    position: absolute;
  }

  .wedo-3 img {
    width: 12rem;
  }

  .wedo-4 img {
    width: 70%;
    margin-left: 5rem;
  }

  .wedo-5 .img-container {
    margin-left: 6rem;
    margin-top: -3rem;
  }

  .wedo-5 img {
    width: 11rem;
  }

  .wedo-6 .img-container {
    margin-top: -2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .wedo-6 img {
    width: 10rem;
    height: 100%;
  }

  .wedo-7 .img-container {
    margin-top: -1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: inherit;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1rem;
  }

  .wedo-7 img {
    width: 5rem;
    height: 100%;
  }

  .menu-container-desktop {
    display: none;
  }

  .menu-icon-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  h2.is-style-uppercase-sans {
    width: 90%;
  }

  .article-core .details-block {
    width: 100%;
    max-width: 600px;
    padding-left: 1.5rem;
  }

  .article-core .details-block .col-1 {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    width: 80%;
  }

  .max-h-75vh {
    max-height: 100%;
  }

  .w-half-rem {
    width: 100%;
  }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
*/

@media (max-width: 480px) {
  .logo-container {
    max-width: 90%;
    height: -webkit-calc(100% - 450px);
    height: -moz-calc(100% - 450px);
    height: calc(100% - 450px);
  }

  .home .logo-container .stroke-2 {
    -webkit-text-stroke: 1px white;
            text-stroke: 1px white;
  }

  .logo-container svg {
    height: auto;
  }

  .arrows {
    height: 16vmin;
    padding-top: 0;
  }

  .top-arrow {
    right: 1rem;
    bottom: 1rem;
  }

  .menu-container .logo-container {
    max-width: 88%;
    height: 100%;
  }

  .min-h-header {
    min-height: -webkit-calc(61vmin + .5rem);
    min-height: -moz-calc(61vmin + .5rem);
    min-height: calc(61vmin + .5rem);
  }

  #hero-think {
    font-size: 16vmin;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    margin-bottom: 20px;
    height: 45vw;
  }

  .home .logo-container a {
    font-size: 16vmin;
  }

  .max-h-800 {
    max-height: inherit;
  }

  .swiper-weare,
  .swiper-weare .swiper-wrapper {
    max-height: 50vh;
  }

  footer .logo-container {
    height: 100%;
    max-width: 100%;
  }

  footer svg {
    height: 100%;
    width: 100%;
  }

  footer .contact {
    margin-left: 6px;
  }

  footer .contact:first-child {
    margin-top: 1.1rem;
  }

  .ti-container {
    margin-right: -1rem;
  }

  .ti-cursor {
    margin-left: 1rem;
    font-size: 16vmin !important;
  }

  .ti-wrapper {
    height: 100% !important;
    display: block !important;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .article-core .p-core,
  p.is-style-post-width {
    width: 100%;
    line-height: 1.3;
    padding: 0 1.5rem;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 1rem;
    max-width: 600px;
  }

  .article-core .wp-block-image.image-hero {
    margin: 1rem 0;
  }

  .wp-block-image.is-style-out-image img {
    width: 100%;
    margin-top: 1rem;
  }

  .image-hero figcaption {
    padding: 1.5rem 1rem;
    font-weight: 800;
    font-size: 1rem;
  }

  .article-core h4 {
    padding: 0 1.5rem;
    width: 100%;
    font-size: 1.25rem;
    margin: 1.5rem 0 2rem;
  }

  .article-core .wp-block-image:not(.image-hero) {
    width: 100%;
    padding: 0;
  }

  .article-core p.has-large-font-size {
    padding: 0 1.5rem;
    line-height: 1.3;
    font-size: 1.3rem;
    width: 100%;
  }

  .article-core .wp-block-embed.mid-width,
  .article-core .wp-block-video.is-style-mid-width {
    width: 100%;
    padding: 0 1.5rem;
  }

  .article-core .wp-block-video.is-style-mid-width {
    margin-bottom: 1rem;
  }

  .wp-block-spacer {
    display: none;
  }

  .wp-block-image.is-style-full-width figcaption,
  .wp-block-image.is-style-out-image figcaption {
    padding: 1.5rem 1rem;
    font-weight: 800;
    font-size: 1rem;
  }

  .more-projects .image-container img {
    /* mix-blend-mode: lighten;
    -webkit-filter: grayscale(100%) contrast(200%);
    filter: grayscale(100%) contrast(100%); */
    opacity: 1;
  }

  .h-resta {
    height: 100%;
  }

  p.is-style-post-width {
    width: 100%;
    max-width: 600px;
  }

  .page-template-think .article-think p.has-huge-font-size {
    width: 100%;
    padding: 0 1.5rem;
    font-size: 2rem;
  }

  .article-think .details-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 2rem 1.5rem;
  }

  .article-think .details-block .col-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-template-think .article-think p.is-style-post-width {
    width: 100%;
    line-height: 1.3;
    padding: 0 1.5rem;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 1rem;
    max-width: 600px;
    margin-bottom: 2rem;
  }

  h5.is-style-question {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0 1.5rem;
  }

  h2.is-style-uppercase-sans {
    width: 90%;
  }

  .wp-block-image.is-style-mid-width,
  .wp-block-image.is-style-text-width {
    width: 100%;
    padding: 0 1.5rem;
  }

  .page-template-think .article-think p.has-large-font-size {
    font-size: 1.6rem;
  }

  h3.is-style-subtitle-yellow {
    font-size: 1.3rem;
    margin-top: 2rem;
  }

  footer #wedesign,
  footer #wethink,
  footer #wedo,
  footer #weare {
    stroke-width: 4;
  }

  .wedo-1 .img-container {
    margin-top: -2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .wedo-1 img {
    margin-bottom: 1rem;
    width: 12rem;
    height: 100%;
  }

  .wedo-2 .img-container {
    margin-left: 0;
    margin-top: -2rem;
    position: absolute;
  }

  .wedo-2 img {
    width: 13rem;
  }

  .wedo-3 .img-container {
    margin-left: -1rem;
    position: absolute;
  }

  .wedo-3 img {
    width: 12rem;
  }

  .wedo-4 img {
    width: 70%;
    margin-left: 5rem;
  }

  .wedo-5 .img-container {
    margin-left: 6rem;
    margin-top: -3rem;
  }

  .wedo-5 img {
    width: 11rem;
  }

  .wedo-6 .img-container {
    margin-top: -2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .wedo-6 img {
    width: 10rem;
    height: 100%;
  }

  .wedo-7 .img-container {
    margin-top: -1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: inherit;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1rem;
  }

  .wedo-7 img {
    width: 5rem;
    height: 100%;
  }

  .menu-container-desktop {
    display: none;
  }

  .menu-icon-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .article-core .details-block {
    width: 100%;
    padding-left: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .article-core .details-block .col-1 {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    width: 100%;
  }

  .max-h-75vh {
    max-height: 100%;
  }

  .w-half-rem {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 340px) {
  .page-template-design .ti-container,
  .page-template-design #cursor {
    font-size: 3rem !important;
  }

  .ti-cursor {
    margin-left: 1rem;
    font-size: 2.8rem !important;
  }

  .logo-container {
    height: -webkit-calc(100% - 200px);
    height: -moz-calc(100% - 200px);
    height: calc(100% - 200px);
  }

  .weare-find {
    font-size: 2.2rem;
  }

  #hero-think {
    font-size: 16vmin;
    line-height: .9;
  }

  .home .logo-container a {
    font-size: 16vmin;
  }
}

@media (min-width: 1025px) and (max-width: 1201px) {
  #hero-think {
    font-size: 16vmin;
  }

  .home .logo-container a {
    font-size: 16vmin;
    line-height: .9;
  }

  .ti-cursor {
    font-size: 16vmin !important;
  }

  .min-h-header {
    min-height: 67vh;
  }

  .home .logo-container {
    max-height: 600px !important;
  }
}

@media (min-width: 1423px) {
  #hero-think {
    font-size: 23.25vmin; /* 15rem */
    line-height: .85;
  }

  .home .logo-container a {
    font-size: 23.25vmin; /* 15rem */
    line-height: .85;
  }

  .home .logo-container {
    max-height: 810px !important;
  }

  .ti-cursor {
    font-size: 23.25vmin !important; /* 15rem */
    left: -2rem !important;
  }

  .arrows {
    height: 26.5vmin; /* calc(166px + 6.5rem); */
    padding-top: 3vmin;
  }

  .min-h-header {
    /* min-height: 85.3vh; */
    min-height: 87.1vh;
  }
}

@media (min-width: 1500px) {
  .md\:aspect-ratio-16\/9 {
    padding-top: 0 !important;
    height: -webkit-calc(100vh - 130px) !important;
    height: -moz-calc(100vh - 130px) !important;
    height: calc(100vh - 130px) !important;
  }
}

@media (min-width: 576px) {
  .sm\:clip {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }

  .sm\:clip-not {
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
  }

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

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: 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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .sm\:flex-initial {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

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

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

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

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

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

  .sm\:h-1 {
    height: .25rem;
  }

  .sm\:h-2 {
    height: .5rem;
  }

  .sm\:h-3 {
    height: .75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-2px {
    height: 2px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:h-40px {
    height: 40px;
  }

  .sm\:h-35px {
    height: 35px;
  }

  .sm\:h-1\/4 {
    height: 25%;
  }

  .sm\:h-25vh {
    height: 25vh;
  }

  .sm\:h-70vh {
    height: 70vh;
  }

  .sm\:leading-thin {
    line-height: .9;
  }

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

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

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

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

  .sm\:m-0 {
    margin: 0;
  }

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

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

  .sm\:m-3 {
    margin: .75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

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

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-18 {
    margin: 4.5rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-80 {
    margin: 20rem;
  }

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

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

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

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

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

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

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

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

  .sm\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

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

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

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:mt-3 {
    margin-top: .75rem;
  }

  .sm\:mr-3 {
    margin-right: .75rem;
  }

  .sm\:mb-3 {
    margin-bottom: .75rem;
  }

  .sm\:ml-3 {
    margin-left: .75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

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

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

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

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

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-18 {
    margin-top: 4.5rem;
  }

  .sm\:mr-18 {
    margin-right: 4.5rem;
  }

  .sm\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .sm\:ml-18 {
    margin-left: 4.5rem;
  }

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

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

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

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

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-80 {
    margin-top: 20rem;
  }

  .sm\:mr-80 {
    margin-right: 20rem;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

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

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

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

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

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

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

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

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

  .group:hover .sm\:group-hover\:m-0 {
    margin: 0;
  }

  .group:hover .sm\:group-hover\:m-1 {
    margin: .25rem;
  }

  .group:hover .sm\:group-hover\:m-2 {
    margin: .5rem;
  }

  .group:hover .sm\:group-hover\:m-3 {
    margin: .75rem;
  }

  .group:hover .sm\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .sm\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .sm\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .sm\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .sm\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .sm\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .sm\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .sm\:group-hover\:m-18 {
    margin: 4.5rem;
  }

  .group:hover .sm\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .sm\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .sm\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .sm\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .sm\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .sm\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .sm\:group-hover\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:hover .sm\:group-hover\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:hover .sm\:group-hover\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .group:hover .sm\:group-hover\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .group:hover .sm\:group-hover\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .group:hover .sm\:group-hover\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .group:hover .sm\:group-hover\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .group:hover .sm\:group-hover\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .group:hover .sm\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .sm\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .sm\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .sm\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .sm\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .sm\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .sm\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .sm\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .sm\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .sm\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .sm\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .sm\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .sm\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .sm\:group-hover\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:hover .sm\:group-hover\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:hover .sm\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .sm\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .sm\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .sm\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .sm\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .sm\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .sm\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .sm\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .sm\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .sm\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .sm\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .sm\:group-hover\:mt-0 {
    margin-top: 0;
  }

  .group:hover .sm\:group-hover\:mr-0 {
    margin-right: 0;
  }

  .group:hover .sm\:group-hover\:mb-0 {
    margin-bottom: 0;
  }

  .group:hover .sm\:group-hover\:ml-0 {
    margin-left: 0;
  }

  .group:hover .sm\:group-hover\:mt-1 {
    margin-top: .25rem;
  }

  .group:hover .sm\:group-hover\:mr-1 {
    margin-right: .25rem;
  }

  .group:hover .sm\:group-hover\:mb-1 {
    margin-bottom: .25rem;
  }

  .group:hover .sm\:group-hover\:ml-1 {
    margin-left: .25rem;
  }

  .group:hover .sm\:group-hover\:mt-2 {
    margin-top: .5rem;
  }

  .group:hover .sm\:group-hover\:mr-2 {
    margin-right: .5rem;
  }

  .group:hover .sm\:group-hover\:mb-2 {
    margin-bottom: .5rem;
  }

  .group:hover .sm\:group-hover\:ml-2 {
    margin-left: .5rem;
  }

  .group:hover .sm\:group-hover\:mt-3 {
    margin-top: .75rem;
  }

  .group:hover .sm\:group-hover\:mr-3 {
    margin-right: .75rem;
  }

  .group:hover .sm\:group-hover\:mb-3 {
    margin-bottom: .75rem;
  }

  .group:hover .sm\:group-hover\:ml-3 {
    margin-left: .75rem;
  }

  .group:hover .sm\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .sm\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .sm\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .sm\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .sm\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .sm\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .sm\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .sm\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .sm\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .sm\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .sm\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .sm\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .sm\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .sm\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .sm\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .sm\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .sm\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .sm\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .sm\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .sm\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .sm\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .sm\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .sm\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .sm\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .sm\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .sm\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .sm\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .sm\:group-hover\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:hover .sm\:group-hover\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:hover .sm\:group-hover\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:hover .sm\:group-hover\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:hover .sm\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .sm\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .sm\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .sm\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .sm\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .sm\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .sm\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .sm\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .sm\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .sm\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .sm\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .sm\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .sm\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .sm\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .sm\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .sm\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .sm\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .sm\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .sm\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .sm\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .sm\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .sm\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .sm\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .sm\:max-h-800 {
    max-height: 800px;
  }

  .sm\:max-h-75vh {
    max-height: 75vh;
  }

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

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

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 30rem;
  }

  .sm\:max-w-md {
    max-width: 40rem;
  }

  .sm\:max-w-lg {
    max-width: 50rem;
  }

  .sm\:max-w-xl {
    max-width: 60rem;
  }

  .sm\:max-w-2xl {
    max-width: 70rem;
  }

  .sm\:max-w-3xl {
    max-width: 80rem;
  }

  .sm\:max-w-4xl {
    max-width: 90rem;
  }

  .sm\:max-w-5xl {
    max-width: 100rem;
  }

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

  .sm\:max-w-500px {
    max-width: 500px;
  }

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

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

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

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

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

  .sm\:-m-0 {
    margin: 0;
  }

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

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

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

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

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

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

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

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

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

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

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

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

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

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

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

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

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

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

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

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

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

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

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

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

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

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

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

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

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

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

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

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

  .sm\:p-0 {
    padding: 0;
  }

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

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

  .sm\:p-3 {
    padding: .75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-28 {
    padding: 7rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

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

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

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

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

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

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

  .sm\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:pt-3 {
    padding-top: .75rem;
  }

  .sm\:pr-3 {
    padding-right: .75rem;
  }

  .sm\:pb-3 {
    padding-bottom: .75rem;
  }

  .sm\:pl-3 {
    padding-left: .75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .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\: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-current {
    color: currentColor;
  }

  .sm\:text-inherit {
    color: inherit;
  }

  .sm\:text-black {
    color: #000;
  }

  .sm\:text-dark {
    color: rgb(25, 25, 25);
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-blue {
    color: rgb(70, 106, 246);
  }

  .sm\:text-sky {
    color: rgb(176, 191, 249);
  }

  .sm\:text-lemon {
    color: rgb(255, 204, 51);
  }

  .sm\:text-pink {
    color: rgb(255, 102, 102);
  }

  .sm\:text-green {
    color: rgb(51, 204, 153);
  }

  .sm\:text-grey {
    color: rgb(191, 191, 191);
  }

  .sm\:text-smoke {
    color: rgb(240, 240, 240);
  }

  .sm\:text-milk {
    color: rgba(255, 255, 255, .7);
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .sm\:group-hover\:text-inherit {
    color: inherit;
  }

  .group:hover .sm\:group-hover\:text-black {
    color: #000;
  }

  .group:hover .sm\:group-hover\:text-dark {
    color: rgb(25, 25, 25);
  }

  .group:hover .sm\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .sm\:group-hover\:text-blue {
    color: rgb(70, 106, 246);
  }

  .group:hover .sm\:group-hover\:text-sky {
    color: rgb(176, 191, 249);
  }

  .group:hover .sm\:group-hover\:text-lemon {
    color: rgb(255, 204, 51);
  }

  .group:hover .sm\:group-hover\:text-pink {
    color: rgb(255, 102, 102);
  }

  .group:hover .sm\:group-hover\:text-green {
    color: rgb(51, 204, 153);
  }

  .group:hover .sm\:group-hover\:text-grey {
    color: rgb(191, 191, 191);
  }

  .group:hover .sm\:group-hover\:text-smoke {
    color: rgb(240, 240, 240);
  }

  .group:hover .sm\:group-hover\:text-milk {
    color: rgba(255, 255, 255, .7);
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-current:hover {
    color: currentColor;
  }

  .sm\:hover\:text-inherit:hover {
    color: inherit;
  }

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

  .sm\:hover\:text-dark:hover {
    color: rgb(25, 25, 25);
  }

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

  .sm\:hover\:text-blue:hover {
    color: rgb(70, 106, 246);
  }

  .sm\:hover\:text-sky:hover {
    color: rgb(176, 191, 249);
  }

  .sm\:hover\:text-lemon:hover {
    color: rgb(255, 204, 51);
  }

  .sm\:hover\:text-pink:hover {
    color: rgb(255, 102, 102);
  }

  .sm\:hover\:text-green:hover {
    color: rgb(51, 204, 153);
  }

  .sm\:hover\:text-grey:hover {
    color: rgb(191, 191, 191);
  }

  .sm\:hover\:text-smoke:hover {
    color: rgb(240, 240, 240);
  }

  .sm\:hover\:text-milk:hover {
    color: rgba(255, 255, 255, .7);
  }

  .sm\:text-xs {
    font-size: .75rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
  }

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

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

  .sm\:text-xlg {
    font-size: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

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

  .sm\:text-25xl {
    font-size: 1.7rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

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

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-55xl {
    font-size: 3.5rem;
  }

  .sm\:text-6xl {
    font-size: 4rem;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
  }

  .sm\:text-inherit {
    font-size: inherit;
  }

  .sm\:w-1 {
    width: .25rem;
  }

  .sm\:w-2 {
    width: .5rem;
  }

  .sm\:w-3 {
    width: .75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-68 {
    width: 17rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

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

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

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

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

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

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-7\/10 {
    width: 70%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-9\/10 {
    width: 90%;
  }

  .sm\:w-45p {
    width: 45%;
  }

  .sm\:w-55p {
    width: 55%;
  }

  .sm\:w-58p {
    width: 58%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:aspect-ratio-square {
    padding-top: 100%;
  }

  .sm\:aspect-ratio-16\/9 {
    padding-top: 56.25%;
  }

  .sm\:aspect-ratio-4\/3 {
    padding-top: 75%;
  }

  .sm\:aspect-ratio-21\/9 {
    padding-top: 42.86%;
  }

  .sm\:aspect-ratio-3\/2 {
    padding-top: 66.67%;
  }

  .sm\:aspect-ratio-4\/5 {
    padding-top: 125%;
  }
}

@media (min-width: 768px) {
  .md\:clip {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }

  .md\:clip-not {
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
  }

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

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: 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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .md\:flex-initial {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

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

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

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

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

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

  .md\:h-1 {
    height: .25rem;
  }

  .md\:h-2 {
    height: .5rem;
  }

  .md\:h-3 {
    height: .75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-2px {
    height: 2px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:h-40px {
    height: 40px;
  }

  .md\:h-35px {
    height: 35px;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

  .md\:h-25vh {
    height: 25vh;
  }

  .md\:h-70vh {
    height: 70vh;
  }

  .md\:leading-thin {
    line-height: .9;
  }

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

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

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

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

  .md\:m-0 {
    margin: 0;
  }

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

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

  .md\:m-3 {
    margin: .75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

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

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-18 {
    margin: 4.5rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

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

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

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

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

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

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

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

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

  .md\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

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

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

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mt-3 {
    margin-top: .75rem;
  }

  .md\:mr-3 {
    margin-right: .75rem;
  }

  .md\:mb-3 {
    margin-bottom: .75rem;
  }

  .md\:ml-3 {
    margin-left: .75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

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

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

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

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

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-18 {
    margin-top: 4.5rem;
  }

  .md\:mr-18 {
    margin-right: 4.5rem;
  }

  .md\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .md\:ml-18 {
    margin-left: 4.5rem;
  }

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

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

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

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

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

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

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

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

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

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

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

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

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

  .group:hover .md\:group-hover\:m-0 {
    margin: 0;
  }

  .group:hover .md\:group-hover\:m-1 {
    margin: .25rem;
  }

  .group:hover .md\:group-hover\:m-2 {
    margin: .5rem;
  }

  .group:hover .md\:group-hover\:m-3 {
    margin: .75rem;
  }

  .group:hover .md\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .md\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .md\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .md\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .md\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .md\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .md\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .md\:group-hover\:m-18 {
    margin: 4.5rem;
  }

  .group:hover .md\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .md\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .md\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .md\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .md\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .md\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .md\:group-hover\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:hover .md\:group-hover\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:hover .md\:group-hover\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .group:hover .md\:group-hover\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .group:hover .md\:group-hover\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .group:hover .md\:group-hover\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .group:hover .md\:group-hover\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .group:hover .md\:group-hover\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .group:hover .md\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .md\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .md\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .md\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .md\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .md\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .md\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .md\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .md\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .md\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .md\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .md\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .md\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .md\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .md\:group-hover\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:hover .md\:group-hover\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:hover .md\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .md\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .md\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .md\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .md\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .md\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .md\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .md\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .md\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .md\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .md\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .md\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .md\:group-hover\:mt-0 {
    margin-top: 0;
  }

  .group:hover .md\:group-hover\:mr-0 {
    margin-right: 0;
  }

  .group:hover .md\:group-hover\:mb-0 {
    margin-bottom: 0;
  }

  .group:hover .md\:group-hover\:ml-0 {
    margin-left: 0;
  }

  .group:hover .md\:group-hover\:mt-1 {
    margin-top: .25rem;
  }

  .group:hover .md\:group-hover\:mr-1 {
    margin-right: .25rem;
  }

  .group:hover .md\:group-hover\:mb-1 {
    margin-bottom: .25rem;
  }

  .group:hover .md\:group-hover\:ml-1 {
    margin-left: .25rem;
  }

  .group:hover .md\:group-hover\:mt-2 {
    margin-top: .5rem;
  }

  .group:hover .md\:group-hover\:mr-2 {
    margin-right: .5rem;
  }

  .group:hover .md\:group-hover\:mb-2 {
    margin-bottom: .5rem;
  }

  .group:hover .md\:group-hover\:ml-2 {
    margin-left: .5rem;
  }

  .group:hover .md\:group-hover\:mt-3 {
    margin-top: .75rem;
  }

  .group:hover .md\:group-hover\:mr-3 {
    margin-right: .75rem;
  }

  .group:hover .md\:group-hover\:mb-3 {
    margin-bottom: .75rem;
  }

  .group:hover .md\:group-hover\:ml-3 {
    margin-left: .75rem;
  }

  .group:hover .md\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .md\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .md\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .md\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .md\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .md\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .md\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .md\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .md\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .md\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .md\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .md\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .md\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .md\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .md\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .md\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .md\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .md\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .md\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .md\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .md\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .md\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .md\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .md\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .md\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .md\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .md\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .md\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .md\:group-hover\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:hover .md\:group-hover\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:hover .md\:group-hover\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:hover .md\:group-hover\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:hover .md\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .md\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .md\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .md\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .md\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .md\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .md\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .md\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .md\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .md\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .md\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .md\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .md\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .md\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .md\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .md\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .md\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .md\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .md\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .md\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .md\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .md\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .md\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .md\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .md\:max-h-800 {
    max-height: 800px;
  }

  .md\:max-h-75vh {
    max-height: 75vh;
  }

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

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

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 30rem;
  }

  .md\:max-w-md {
    max-width: 40rem;
  }

  .md\:max-w-lg {
    max-width: 50rem;
  }

  .md\:max-w-xl {
    max-width: 60rem;
  }

  .md\:max-w-2xl {
    max-width: 70rem;
  }

  .md\:max-w-3xl {
    max-width: 80rem;
  }

  .md\:max-w-4xl {
    max-width: 90rem;
  }

  .md\:max-w-5xl {
    max-width: 100rem;
  }

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

  .md\:max-w-500px {
    max-width: 500px;
  }

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

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

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

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

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

  .md\:-m-0 {
    margin: 0;
  }

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

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

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

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

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

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

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

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

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

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

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

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

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

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

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

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

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

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

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

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

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

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

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

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

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

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

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

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

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

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

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

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

  .md\:p-0 {
    padding: 0;
  }

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

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

  .md\:p-3 {
    padding: .75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-px {
    padding: 1px;
  }

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

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

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

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

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

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

  .md\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-2 {
    padding-bottom: .5rem;
  }

  .md\:pl-2 {
    padding-left: .5rem;
  }

  .md\:pt-3 {
    padding-top: .75rem;
  }

  .md\:pr-3 {
    padding-right: .75rem;
  }

  .md\:pb-3 {
    padding-bottom: .75rem;
  }

  .md\:pl-3 {
    padding-left: .75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .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\: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-current {
    color: currentColor;
  }

  .md\:text-inherit {
    color: inherit;
  }

  .md\:text-black {
    color: #000;
  }

  .md\:text-dark {
    color: rgb(25, 25, 25);
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-blue {
    color: rgb(70, 106, 246);
  }

  .md\:text-sky {
    color: rgb(176, 191, 249);
  }

  .md\:text-lemon {
    color: rgb(255, 204, 51);
  }

  .md\:text-pink {
    color: rgb(255, 102, 102);
  }

  .md\:text-green {
    color: rgb(51, 204, 153);
  }

  .md\:text-grey {
    color: rgb(191, 191, 191);
  }

  .md\:text-smoke {
    color: rgb(240, 240, 240);
  }

  .md\:text-milk {
    color: rgba(255, 255, 255, .7);
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .md\:group-hover\:text-inherit {
    color: inherit;
  }

  .group:hover .md\:group-hover\:text-black {
    color: #000;
  }

  .group:hover .md\:group-hover\:text-dark {
    color: rgb(25, 25, 25);
  }

  .group:hover .md\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .md\:group-hover\:text-blue {
    color: rgb(70, 106, 246);
  }

  .group:hover .md\:group-hover\:text-sky {
    color: rgb(176, 191, 249);
  }

  .group:hover .md\:group-hover\:text-lemon {
    color: rgb(255, 204, 51);
  }

  .group:hover .md\:group-hover\:text-pink {
    color: rgb(255, 102, 102);
  }

  .group:hover .md\:group-hover\:text-green {
    color: rgb(51, 204, 153);
  }

  .group:hover .md\:group-hover\:text-grey {
    color: rgb(191, 191, 191);
  }

  .group:hover .md\:group-hover\:text-smoke {
    color: rgb(240, 240, 240);
  }

  .group:hover .md\:group-hover\:text-milk {
    color: rgba(255, 255, 255, .7);
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-current:hover {
    color: currentColor;
  }

  .md\:hover\:text-inherit:hover {
    color: inherit;
  }

  .md\:hover\:text-black:hover {
    color: #000;
  }

  .md\:hover\:text-dark:hover {
    color: rgb(25, 25, 25);
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-blue:hover {
    color: rgb(70, 106, 246);
  }

  .md\:hover\:text-sky:hover {
    color: rgb(176, 191, 249);
  }

  .md\:hover\:text-lemon:hover {
    color: rgb(255, 204, 51);
  }

  .md\:hover\:text-pink:hover {
    color: rgb(255, 102, 102);
  }

  .md\:hover\:text-green:hover {
    color: rgb(51, 204, 153);
  }

  .md\:hover\:text-grey:hover {
    color: rgb(191, 191, 191);
  }

  .md\:hover\:text-smoke:hover {
    color: rgb(240, 240, 240);
  }

  .md\:hover\:text-milk:hover {
    color: rgba(255, 255, 255, .7);
  }

  .md\:text-xs {
    font-size: .75rem;
  }

  .md\:text-sm {
    font-size: .875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xlg {
    font-size: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-25xl {
    font-size: 1.7rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-55xl {
    font-size: 3.5rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
  }

  .md\:text-inherit {
    font-size: inherit;
  }

  .md\:w-1 {
    width: .25rem;
  }

  .md\:w-2 {
    width: .5rem;
  }

  .md\:w-3 {
    width: .75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-68 {
    width: 17rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-7\/10 {
    width: 70%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-9\/10 {
    width: 90%;
  }

  .md\:w-45p {
    width: 45%;
  }

  .md\:w-55p {
    width: 55%;
  }

  .md\:w-58p {
    width: 58%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:aspect-ratio-square {
    padding-top: 100%;
  }

  .md\:aspect-ratio-16\/9 {
    padding-top: 56.25%;
  }

  .md\:aspect-ratio-4\/3 {
    padding-top: 75%;
  }

  .md\:aspect-ratio-21\/9 {
    padding-top: 42.86%;
  }

  .md\:aspect-ratio-3\/2 {
    padding-top: 66.67%;
  }

  .md\:aspect-ratio-4\/5 {
    padding-top: 125%;
  }
}

@media (min-width: 992px) {
  .lg\:clip {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }

  .lg\:clip-not {
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
  }

  .lg\:list-reset {
    list-style: none;
    padding: 0;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: 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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lg\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .lg\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .lg\:self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .lg\:self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .lg\:self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .lg\:self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .lg\:self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .lg\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .lg\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lg\:justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .lg\:content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .lg\:content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .lg\:content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .lg\:content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .lg\:content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .lg\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .lg\:flex-initial {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .lg\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .lg\:flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .lg\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .lg\:flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .lg\:h-1 {
    height: .25rem;
  }

  .lg\:h-2 {
    height: .5rem;
  }

  .lg\:h-3 {
    height: .75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-2px {
    height: 2px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:h-40px {
    height: 40px;
  }

  .lg\:h-35px {
    height: 35px;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-25vh {
    height: 25vh;
  }

  .lg\:h-70vh {
    height: 70vh;
  }

  .lg\:leading-thin {
    line-height: .9;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: .25rem;
  }

  .lg\:m-2 {
    margin: .5rem;
  }

  .lg\:m-3 {
    margin: .75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-18 {
    margin: 4.5rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-80 {
    margin: 20rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: .25rem;
  }

  .lg\:mr-1 {
    margin-right: .25rem;
  }

  .lg\:mb-1 {
    margin-bottom: .25rem;
  }

  .lg\:ml-1 {
    margin-left: .25rem;
  }

  .lg\:mt-2 {
    margin-top: .5rem;
  }

  .lg\:mr-2 {
    margin-right: .5rem;
  }

  .lg\:mb-2 {
    margin-bottom: .5rem;
  }

  .lg\:ml-2 {
    margin-left: .5rem;
  }

  .lg\:mt-3 {
    margin-top: .75rem;
  }

  .lg\:mr-3 {
    margin-right: .75rem;
  }

  .lg\:mb-3 {
    margin-bottom: .75rem;
  }

  .lg\:ml-3 {
    margin-left: .75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-18 {
    margin-top: 4.5rem;
  }

  .lg\:mr-18 {
    margin-right: 4.5rem;
  }

  .lg\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .lg\:ml-18 {
    margin-left: 4.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-80 {
    margin-top: 20rem;
  }

  .lg\:mr-80 {
    margin-right: 20rem;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .group:hover .lg\:group-hover\:m-0 {
    margin: 0;
  }

  .group:hover .lg\:group-hover\:m-1 {
    margin: .25rem;
  }

  .group:hover .lg\:group-hover\:m-2 {
    margin: .5rem;
  }

  .group:hover .lg\:group-hover\:m-3 {
    margin: .75rem;
  }

  .group:hover .lg\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .lg\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .lg\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .lg\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .lg\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .lg\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .lg\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .lg\:group-hover\:m-18 {
    margin: 4.5rem;
  }

  .group:hover .lg\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .lg\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .lg\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .lg\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .lg\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .lg\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .lg\:group-hover\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:hover .lg\:group-hover\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:hover .lg\:group-hover\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .group:hover .lg\:group-hover\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .group:hover .lg\:group-hover\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .group:hover .lg\:group-hover\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .group:hover .lg\:group-hover\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .group:hover .lg\:group-hover\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .group:hover .lg\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .lg\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .lg\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .lg\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .lg\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .lg\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .lg\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .lg\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .lg\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .lg\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .lg\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .lg\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .lg\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .lg\:group-hover\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:hover .lg\:group-hover\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:hover .lg\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .lg\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .lg\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .lg\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .lg\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .lg\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .lg\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .lg\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .lg\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .lg\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .lg\:group-hover\:mt-0 {
    margin-top: 0;
  }

  .group:hover .lg\:group-hover\:mr-0 {
    margin-right: 0;
  }

  .group:hover .lg\:group-hover\:mb-0 {
    margin-bottom: 0;
  }

  .group:hover .lg\:group-hover\:ml-0 {
    margin-left: 0;
  }

  .group:hover .lg\:group-hover\:mt-1 {
    margin-top: .25rem;
  }

  .group:hover .lg\:group-hover\:mr-1 {
    margin-right: .25rem;
  }

  .group:hover .lg\:group-hover\:mb-1 {
    margin-bottom: .25rem;
  }

  .group:hover .lg\:group-hover\:ml-1 {
    margin-left: .25rem;
  }

  .group:hover .lg\:group-hover\:mt-2 {
    margin-top: .5rem;
  }

  .group:hover .lg\:group-hover\:mr-2 {
    margin-right: .5rem;
  }

  .group:hover .lg\:group-hover\:mb-2 {
    margin-bottom: .5rem;
  }

  .group:hover .lg\:group-hover\:ml-2 {
    margin-left: .5rem;
  }

  .group:hover .lg\:group-hover\:mt-3 {
    margin-top: .75rem;
  }

  .group:hover .lg\:group-hover\:mr-3 {
    margin-right: .75rem;
  }

  .group:hover .lg\:group-hover\:mb-3 {
    margin-bottom: .75rem;
  }

  .group:hover .lg\:group-hover\:ml-3 {
    margin-left: .75rem;
  }

  .group:hover .lg\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .lg\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .lg\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .lg\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .lg\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .lg\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .lg\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .lg\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .lg\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .lg\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .lg\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .lg\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .lg\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .lg\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .lg\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .lg\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .lg\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .lg\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .lg\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .lg\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .lg\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .lg\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .lg\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .lg\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .lg\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .lg\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .lg\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .lg\:group-hover\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:hover .lg\:group-hover\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:hover .lg\:group-hover\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:hover .lg\:group-hover\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:hover .lg\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .lg\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .lg\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .lg\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .lg\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .lg\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .lg\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .lg\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .lg\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .lg\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .lg\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .lg\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .lg\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .lg\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .lg\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .lg\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .lg\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .lg\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .lg\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .lg\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .lg\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .lg\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .lg\:max-h-800 {
    max-height: 800px;
  }

  .lg\:max-h-75vh {
    max-height: 75vh;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 30rem;
  }

  .lg\:max-w-md {
    max-width: 40rem;
  }

  .lg\:max-w-lg {
    max-width: 50rem;
  }

  .lg\:max-w-xl {
    max-width: 60rem;
  }

  .lg\:max-w-2xl {
    max-width: 70rem;
  }

  .lg\:max-w-3xl {
    max-width: 80rem;
  }

  .lg\:max-w-4xl {
    max-width: 90rem;
  }

  .lg\:max-w-5xl {
    max-width: 100rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-500px {
    max-width: 500px;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:-m-0 {
    margin: 0;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mt-0 {
    margin-top: 0;
  }

  .lg\:-mr-0 {
    margin-right: 0;
  }

  .lg\:-mb-0 {
    margin-bottom: 0;
  }

  .lg\:-ml-0 {
    margin-left: 0;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: .25rem;
  }

  .lg\:p-2 {
    padding: .5rem;
  }

  .lg\:p-3 {
    padding: .75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-28 {
    padding: 7rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: .25rem;
  }

  .lg\:pr-1 {
    padding-right: .25rem;
  }

  .lg\:pb-1 {
    padding-bottom: .25rem;
  }

  .lg\:pl-1 {
    padding-left: .25rem;
  }

  .lg\:pt-2 {
    padding-top: .5rem;
  }

  .lg\:pr-2 {
    padding-right: .5rem;
  }

  .lg\:pb-2 {
    padding-bottom: .5rem;
  }

  .lg\:pl-2 {
    padding-left: .5rem;
  }

  .lg\:pt-3 {
    padding-top: .75rem;
  }

  .lg\:pr-3 {
    padding-right: .75rem;
  }

  .lg\:pb-3 {
    padding-bottom: .75rem;
  }

  .lg\:pl-3 {
    padding-left: .75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .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\: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-current {
    color: currentColor;
  }

  .lg\:text-inherit {
    color: inherit;
  }

  .lg\:text-black {
    color: #000;
  }

  .lg\:text-dark {
    color: rgb(25, 25, 25);
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-blue {
    color: rgb(70, 106, 246);
  }

  .lg\:text-sky {
    color: rgb(176, 191, 249);
  }

  .lg\:text-lemon {
    color: rgb(255, 204, 51);
  }

  .lg\:text-pink {
    color: rgb(255, 102, 102);
  }

  .lg\:text-green {
    color: rgb(51, 204, 153);
  }

  .lg\:text-grey {
    color: rgb(191, 191, 191);
  }

  .lg\:text-smoke {
    color: rgb(240, 240, 240);
  }

  .lg\:text-milk {
    color: rgba(255, 255, 255, .7);
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .lg\:group-hover\:text-inherit {
    color: inherit;
  }

  .group:hover .lg\:group-hover\:text-black {
    color: #000;
  }

  .group:hover .lg\:group-hover\:text-dark {
    color: rgb(25, 25, 25);
  }

  .group:hover .lg\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .lg\:group-hover\:text-blue {
    color: rgb(70, 106, 246);
  }

  .group:hover .lg\:group-hover\:text-sky {
    color: rgb(176, 191, 249);
  }

  .group:hover .lg\:group-hover\:text-lemon {
    color: rgb(255, 204, 51);
  }

  .group:hover .lg\:group-hover\:text-pink {
    color: rgb(255, 102, 102);
  }

  .group:hover .lg\:group-hover\:text-green {
    color: rgb(51, 204, 153);
  }

  .group:hover .lg\:group-hover\:text-grey {
    color: rgb(191, 191, 191);
  }

  .group:hover .lg\:group-hover\:text-smoke {
    color: rgb(240, 240, 240);
  }

  .group:hover .lg\:group-hover\:text-milk {
    color: rgba(255, 255, 255, .7);
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-current:hover {
    color: currentColor;
  }

  .lg\:hover\:text-inherit:hover {
    color: inherit;
  }

  .lg\:hover\:text-black:hover {
    color: #000;
  }

  .lg\:hover\:text-dark:hover {
    color: rgb(25, 25, 25);
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-blue:hover {
    color: rgb(70, 106, 246);
  }

  .lg\:hover\:text-sky:hover {
    color: rgb(176, 191, 249);
  }

  .lg\:hover\:text-lemon:hover {
    color: rgb(255, 204, 51);
  }

  .lg\:hover\:text-pink:hover {
    color: rgb(255, 102, 102);
  }

  .lg\:hover\:text-green:hover {
    color: rgb(51, 204, 153);
  }

  .lg\:hover\:text-grey:hover {
    color: rgb(191, 191, 191);
  }

  .lg\:hover\:text-smoke:hover {
    color: rgb(240, 240, 240);
  }

  .lg\:hover\:text-milk:hover {
    color: rgba(255, 255, 255, .7);
  }

  .lg\:text-xs {
    font-size: .75rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xlg {
    font-size: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-25xl {
    font-size: 1.7rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-55xl {
    font-size: 3.5rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
  }

  .lg\:text-inherit {
    font-size: inherit;
  }

  .lg\:w-1 {
    width: .25rem;
  }

  .lg\:w-2 {
    width: .5rem;
  }

  .lg\:w-3 {
    width: .75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-68 {
    width: 17rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-7\/10 {
    width: 70%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-9\/10 {
    width: 90%;
  }

  .lg\:w-45p {
    width: 45%;
  }

  .lg\:w-55p {
    width: 55%;
  }

  .lg\:w-58p {
    width: 58%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:aspect-ratio-square {
    padding-top: 100%;
  }

  .lg\:aspect-ratio-16\/9 {
    padding-top: 56.25%;
  }

  .lg\:aspect-ratio-4\/3 {
    padding-top: 75%;
  }

  .lg\:aspect-ratio-21\/9 {
    padding-top: 42.86%;
  }

  .lg\:aspect-ratio-3\/2 {
    padding-top: 66.67%;
  }

  .lg\:aspect-ratio-4\/5 {
    padding-top: 125%;
  }
}

@media (min-width: 1200px) {

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .custom-slider .swiper-button-prev, .custom-slider .swiper-button-next {
    transform: none;
    background-color: #fff;
    background-size: 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
 }

 .custom-slider .swiper-button-prev {
  left: 0;
 }

 .custom-slider .swiper-button-next {
  transform: rotate(180deg);
  right: 0;
 }

  .xl\:clip {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }

  .xl\:clip-not {
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
  }

  .xl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: 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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .xl\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .xl\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .xl\:self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .xl\:self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .xl\:self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .xl\:self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .xl\:self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .xl\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .xl\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .xl\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .xl\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .xl\:justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .xl\:content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .xl\:content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .xl\:content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .xl\:content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .xl\:content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .xl\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .xl\:flex-initial {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .xl\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .xl\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .xl\:flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .xl\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .xl\:flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .xl\:h-1 {
    height: .25rem;
  }

  .xl\:h-2 {
    height: .5rem;
  }

  .xl\:h-3 {
    height: .75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-2px {
    height: 2px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:h-40px {
    height: 40px;
  }

  .xl\:h-35px {
    height: 35px;
  }

  .xl\:h-1\/4 {
    height: 25%;
  }

  .xl\:h-25vh {
    height: 25vh;
  }

  .xl\:h-70vh {
    height: 70vh;
  }

  .xl\:leading-thin {
    line-height: .9;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: .25rem;
  }

  .xl\:m-2 {
    margin: .5rem;
  }

  .xl\:m-3 {
    margin: .75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-18 {
    margin: 4.5rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-80 {
    margin: 20rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: .25rem;
  }

  .xl\:mr-1 {
    margin-right: .25rem;
  }

  .xl\:mb-1 {
    margin-bottom: .25rem;
  }

  .xl\:ml-1 {
    margin-left: .25rem;
  }

  .xl\:mt-2 {
    margin-top: .5rem;
  }

  .xl\:mr-2 {
    margin-right: .5rem;
  }

  .xl\:mb-2 {
    margin-bottom: .5rem;
  }

  .xl\:ml-2 {
    margin-left: .5rem;
  }

  .xl\:mt-3 {
    margin-top: .75rem;
  }

  .xl\:mr-3 {
    margin-right: .75rem;
  }

  .xl\:mb-3 {
    margin-bottom: .75rem;
  }

  .xl\:ml-3 {
    margin-left: .75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-18 {
    margin-top: 4.5rem;
  }

  .xl\:mr-18 {
    margin-right: 4.5rem;
  }

  .xl\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .xl\:ml-18 {
    margin-left: 4.5rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mt-80 {
    margin-top: 20rem;
  }

  .xl\:mr-80 {
    margin-right: 20rem;
  }

  .xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .group:hover .xl\:group-hover\:m-0 {
    margin: 0;
  }

  .group:hover .xl\:group-hover\:m-1 {
    margin: .25rem;
  }

  .group:hover .xl\:group-hover\:m-2 {
    margin: .5rem;
  }

  .group:hover .xl\:group-hover\:m-3 {
    margin: .75rem;
  }

  .group:hover .xl\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .xl\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .xl\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .xl\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .xl\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .xl\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .xl\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .xl\:group-hover\:m-18 {
    margin: 4.5rem;
  }

  .group:hover .xl\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .xl\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .xl\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .xl\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .xl\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .xl\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .xl\:group-hover\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:hover .xl\:group-hover\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:hover .xl\:group-hover\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .group:hover .xl\:group-hover\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .group:hover .xl\:group-hover\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .group:hover .xl\:group-hover\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .group:hover .xl\:group-hover\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .group:hover .xl\:group-hover\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .group:hover .xl\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .xl\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .xl\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .xl\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .xl\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .xl\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .xl\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .xl\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .xl\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .xl\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .xl\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .xl\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .xl\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .xl\:group-hover\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:hover .xl\:group-hover\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:hover .xl\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .xl\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .xl\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .xl\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .xl\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .xl\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .xl\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .xl\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .xl\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .xl\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .xl\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .xl\:group-hover\:mt-0 {
    margin-top: 0;
  }

  .group:hover .xl\:group-hover\:mr-0 {
    margin-right: 0;
  }

  .group:hover .xl\:group-hover\:mb-0 {
    margin-bottom: 0;
  }

  .group:hover .xl\:group-hover\:ml-0 {
    margin-left: 0;
  }

  .group:hover .xl\:group-hover\:mt-1 {
    margin-top: .25rem;
  }

  .group:hover .xl\:group-hover\:mr-1 {
    margin-right: .25rem;
  }

  .group:hover .xl\:group-hover\:mb-1 {
    margin-bottom: .25rem;
  }

  .group:hover .xl\:group-hover\:ml-1 {
    margin-left: .25rem;
  }

  .group:hover .xl\:group-hover\:mt-2 {
    margin-top: .5rem;
  }

  .group:hover .xl\:group-hover\:mr-2 {
    margin-right: .5rem;
  }

  .group:hover .xl\:group-hover\:mb-2 {
    margin-bottom: .5rem;
  }

  .group:hover .xl\:group-hover\:ml-2 {
    margin-left: .5rem;
  }

  .group:hover .xl\:group-hover\:mt-3 {
    margin-top: .75rem;
  }

  .group:hover .xl\:group-hover\:mr-3 {
    margin-right: .75rem;
  }

  .group:hover .xl\:group-hover\:mb-3 {
    margin-bottom: .75rem;
  }

  .group:hover .xl\:group-hover\:ml-3 {
    margin-left: .75rem;
  }

  .group:hover .xl\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .xl\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .xl\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .xl\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .xl\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .xl\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .xl\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .xl\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .xl\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .xl\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .xl\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .xl\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .xl\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .xl\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .xl\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .xl\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .xl\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .xl\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .xl\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .xl\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .xl\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .xl\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .xl\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .xl\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .xl\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .xl\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .xl\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .xl\:group-hover\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:hover .xl\:group-hover\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:hover .xl\:group-hover\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:hover .xl\:group-hover\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:hover .xl\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .xl\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .xl\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .xl\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .xl\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .xl\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .xl\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .xl\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .xl\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .xl\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .xl\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .xl\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .xl\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .xl\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .xl\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .xl\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .xl\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .xl\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .xl\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .xl\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .xl\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .xl\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .xl\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .xl\:max-h-800 {
    max-height: 800px;
  }

  .xl\:max-h-75vh {
    max-height: 75vh;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 30rem;
  }

  .xl\:max-w-md {
    max-width: 40rem;
  }

  .xl\:max-w-lg {
    max-width: 50rem;
  }

  .xl\:max-w-xl {
    max-width: 60rem;
  }

  .xl\:max-w-2xl {
    max-width: 70rem;
  }

  .xl\:max-w-3xl {
    max-width: 80rem;
  }

  .xl\:max-w-4xl {
    max-width: 90rem;
  }

  .xl\:max-w-5xl {
    max-width: 100rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-500px {
    max-width: 500px;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:-m-0 {
    margin: 0;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mt-0 {
    margin-top: 0;
  }

  .xl\:-mr-0 {
    margin-right: 0;
  }

  .xl\:-mb-0 {
    margin-bottom: 0;
  }

  .xl\:-ml-0 {
    margin-left: 0;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: .25rem;
  }

  .xl\:p-2 {
    padding: .5rem;
  }

  .xl\:p-3 {
    padding: .75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-28 {
    padding: 7rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: .25rem;
  }

  .xl\:pr-1 {
    padding-right: .25rem;
  }

  .xl\:pb-1 {
    padding-bottom: .25rem;
  }

  .xl\:pl-1 {
    padding-left: .25rem;
  }

  .xl\:pt-2 {
    padding-top: .5rem;
  }

  .xl\:pr-2 {
    padding-right: .5rem;
  }

  .xl\:pb-2 {
    padding-bottom: .5rem;
  }

  .xl\:pl-2 {
    padding-left: .5rem;
  }

  .xl\:pt-3 {
    padding-top: .75rem;
  }

  .xl\:pr-3 {
    padding-right: .75rem;
  }

  .xl\:pb-3 {
    padding-bottom: .75rem;
  }

  .xl\:pl-3 {
    padding-left: .75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .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\: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-current {
    color: currentColor;
  }

  .xl\:text-inherit {
    color: inherit;
  }

  .xl\:text-black {
    color: #000;
  }

  .xl\:text-dark {
    color: rgb(25, 25, 25);
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-blue {
    color: rgb(70, 106, 246);
  }

  .xl\:text-sky {
    color: rgb(176, 191, 249);
  }

  .xl\:text-lemon {
    color: rgb(255, 204, 51);
  }

  .xl\:text-pink {
    color: rgb(255, 102, 102);
  }

  .xl\:text-green {
    color: rgb(51, 204, 153);
  }

  .xl\:text-grey {
    color: rgb(191, 191, 191);
  }

  .xl\:text-smoke {
    color: rgb(240, 240, 240);
  }

  .xl\:text-milk {
    color: rgba(255, 255, 255, .7);
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .xl\:group-hover\:text-inherit {
    color: inherit;
  }

  .group:hover .xl\:group-hover\:text-black {
    color: #000;
  }

  .group:hover .xl\:group-hover\:text-dark {
    color: rgb(25, 25, 25);
  }

  .group:hover .xl\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .xl\:group-hover\:text-blue {
    color: rgb(70, 106, 246);
  }

  .group:hover .xl\:group-hover\:text-sky {
    color: rgb(176, 191, 249);
  }

  .group:hover .xl\:group-hover\:text-lemon {
    color: rgb(255, 204, 51);
  }

  .group:hover .xl\:group-hover\:text-pink {
    color: rgb(255, 102, 102);
  }

  .group:hover .xl\:group-hover\:text-green {
    color: rgb(51, 204, 153);
  }

  .group:hover .xl\:group-hover\:text-grey {
    color: rgb(191, 191, 191);
  }

  .group:hover .xl\:group-hover\:text-smoke {
    color: rgb(240, 240, 240);
  }

  .group:hover .xl\:group-hover\:text-milk {
    color: rgba(255, 255, 255, .7);
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-current:hover {
    color: currentColor;
  }

  .xl\:hover\:text-inherit:hover {
    color: inherit;
  }

  .xl\:hover\:text-black:hover {
    color: #000;
  }

  .xl\:hover\:text-dark:hover {
    color: rgb(25, 25, 25);
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-blue:hover {
    color: rgb(70, 106, 246);
  }

  .xl\:hover\:text-sky:hover {
    color: rgb(176, 191, 249);
  }

  .xl\:hover\:text-lemon:hover {
    color: rgb(255, 204, 51);
  }

  .xl\:hover\:text-pink:hover {
    color: rgb(255, 102, 102);
  }

  .xl\:hover\:text-green:hover {
    color: rgb(51, 204, 153);
  }

  .xl\:hover\:text-grey:hover {
    color: rgb(191, 191, 191);
  }

  .xl\:hover\:text-smoke:hover {
    color: rgb(240, 240, 240);
  }

  .xl\:hover\:text-milk:hover {
    color: rgba(255, 255, 255, .7);
  }

  .xl\:text-xs {
    font-size: .75rem;
  }

  .xl\:text-sm {
    font-size: .875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xlg {
    font-size: 1.25rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-25xl {
    font-size: 1.7rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-55xl {
    font-size: 3.5rem;
  }

  .xl\:text-6xl {
    font-size: 4rem;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
  }

  .xl\:text-inherit {
    font-size: inherit;
  }

  .xl\:w-1 {
    width: .25rem;
  }

  .xl\:w-2 {
    width: .5rem;
  }

  .xl\:w-3 {
    width: .75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-48 {{
    width: 12rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-68 {
    width: 17rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-7\/10 {
    width: 70%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-9\/10 {
    width: 90%;
  }

  .xl\:w-45p {
    width: 45%;
  }

  .xl\:w-55p {
    width: 55%;
  }

  .xl\:w-58p {
    width: 58%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:aspect-ratio-square {
    padding-top: 100%;
  }

  .xl\:aspect-ratio-16\/9 {
    padding-top: 56.25%;
  }

  .xl\:aspect-ratio-4\/3 {
    padding-top: 75%;
  }

  .xl\:aspect-ratio-21\/9 {
    padding-top: 42.86%;
  }

  .xl\:aspect-ratio-3\/2 {
    padding-top: 66.67%;
  }

  .xl\:aspect-ratio-4\/5 {
    padding-top: 125%;
  }
}

@media (min-width: 1400px) {
  .xxl\:clip {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }

  .xxl\:clip-not {
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
  }

  .xxl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xxl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: 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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xxl\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xxl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .xxl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .xxl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .xxl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .xxl\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xxl\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .xxl\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .xxl\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .xxl\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .xxl\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .xxl\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .xxl\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .xxl\:self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .xxl\:self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .xxl\:self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .xxl\:self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .xxl\:self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .xxl\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .xxl\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .xxl\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .xxl\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .xxl\:justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .xxl\:content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .xxl\:content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .xxl\:content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .xxl\:content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .xxl\:content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .xxl\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .xxl\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .xxl\:flex-initial {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .xxl\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .xxl\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .xxl\:flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .xxl\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .xxl\:flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .xxl\:h-1 {
    height: .25rem;
  }

  .xxl\:h-2 {
    height: .5rem;
  }

  .xxl\:h-3 {
    height: .75rem;
  }

  .xxl\:h-4 {
    height: 1rem;
  }

  .xxl\:h-5 {
    height: 1.25rem;
  }

  .xxl\:h-6 {
    height: 1.5rem;
  }

  .xxl\:h-8 {
    height: 2rem;
  }

  .xxl\:h-10 {
    height: 2.5rem;
  }

  .xxl\:h-12 {
    height: 3rem;
  }

  .xxl\:h-16 {
    height: 4rem;
  }

  .xxl\:h-20 {
    height: 5rem;
  }

  .xxl\:h-24 {
    height: 6rem;
  }

  .xxl\:h-32 {
    height: 8rem;
  }

  .xxl\:h-40 {
    height: 10rem;
  }

  .xxl\:h-48 {
    height: 12rem;
  }

  .xxl\:h-64 {
    height: 16rem;
  }

  .xxl\:h-80 {
    height: 20rem;
  }

  .xxl\:h-auto {
    height: auto;
  }

  .xxl\:h-px {
    height: 1px;
  }

  .xxl\:h-2px {
    height: 2px;
  }

  .xxl\:h-full {
    height: 100%;
  }

  .xxl\:h-screen {
    height: 100vh;
  }

  .xxl\:h-40px {
    height: 40px;
  }

  .xxl\:h-35px {
    height: 35px;
  }

  .xxl\:h-1\/4 {
    height: 25%;
  }

  .xxl\:h-25vh {
    height: 25vh;
  }

  .xxl\:h-70vh {
    height: 70vh;
  }

  .xxl\:leading-thin {
    line-height: .9;
  }

  .xxl\:leading-none {
    line-height: 1;
  }

  .xxl\:leading-tight {
    line-height: 1.25;
  }

  .xxl\:leading-normal {
    line-height: 1.5;
  }

  .xxl\:leading-loose {
    line-height: 2;
  }

  .xxl\:m-0 {
    margin: 0;
  }

  .xxl\:m-1 {
    margin: .25rem;
  }

  .xxl\:m-2 {
    margin: .5rem;
  }

  .xxl\:m-3 {
    margin: .75rem;
  }

  .xxl\:m-4 {
    margin: 1rem;
  }

  .xxl\:m-5 {
    margin: 1.25rem;
  }

  .xxl\:m-6 {
    margin: 1.5rem;
  }

  .xxl\:m-8 {
    margin: 2rem;
  }

  .xxl\:m-10 {
    margin: 2.5rem;
  }

  .xxl\:m-12 {
    margin: 3rem;
  }

  .xxl\:m-16 {
    margin: 4rem;
  }

  .xxl\:m-18 {
    margin: 4.5rem;
  }

  .xxl\:m-20 {
    margin: 5rem;
  }

  .xxl\:m-24 {
    margin: 6rem;
  }

  .xxl\:m-32 {
    margin: 8rem;
  }

  .xxl\:m-80 {
    margin: 20rem;
  }

  .xxl\:m-auto {
    margin: auto;
  }

  .xxl\:m-px {
    margin: 1px;
  }

  .xxl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xxl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xxl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xxl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xxl\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xxl\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xxl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxl\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xxl\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xxl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xxl\:mx-80 {
    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-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .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: .25rem;
  }

  .xxl\:mr-1 {
    margin-right: .25rem;
  }

  .xxl\:mb-1 {
    margin-bottom: .25rem;
  }

  .xxl\:ml-1 {
    margin-left: .25rem;
  }

  .xxl\:mt-2 {
    margin-top: .5rem;
  }

  .xxl\:mr-2 {
    margin-right: .5rem;
  }

  .xxl\:mb-2 {
    margin-bottom: .5rem;
  }

  .xxl\:ml-2 {
    margin-left: .5rem;
  }

  .xxl\:mt-3 {
    margin-top: .75rem;
  }

  .xxl\:mr-3 {
    margin-right: .75rem;
  }

  .xxl\:mb-3 {
    margin-bottom: .75rem;
  }

  .xxl\:ml-3 {
    margin-left: .75rem;
  }

  .xxl\:mt-4 {
    margin-top: 1rem;
  }

  .xxl\:mr-4 {
    margin-right: 1rem;
  }

  .xxl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xxl\:ml-4 {
    margin-left: 1rem;
  }

  .xxl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xxl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xxl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xxl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xxl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xxl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xxl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xxl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xxl\:mt-8 {
    margin-top: 2rem;
  }

  .xxl\:mr-8 {
    margin-right: 2rem;
  }

  .xxl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xxl\:ml-8 {
    margin-left: 2rem;
  }

  .xxl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xxl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xxl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xxl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xxl\:mt-12 {
    margin-top: 3rem;
  }

  .xxl\:mr-12 {
    margin-right: 3rem;
  }

  .xxl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xxl\:ml-12 {
    margin-left: 3rem;
  }

  .xxl\:mt-16 {
    margin-top: 4rem;
  }

  .xxl\:mr-16 {
    margin-right: 4rem;
  }

  .xxl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xxl\:ml-16 {
    margin-left: 4rem;
  }

  .xxl\:mt-18 {
    margin-top: 4.5rem;
  }

  .xxl\:mr-18 {
    margin-right: 4.5rem;
  }

  .xxl\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .xxl\:ml-18 {
    margin-left: 4.5rem;
  }

  .xxl\:mt-20 {
    margin-top: 5rem;
  }

  .xxl\:mr-20 {
    margin-right: 5rem;
  }

  .xxl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xxl\:ml-20 {
    margin-left: 5rem;
  }

  .xxl\:mt-24 {
    margin-top: 6rem;
  }

  .xxl\:mr-24 {
    margin-right: 6rem;
  }

  .xxl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xxl\:ml-24 {
    margin-left: 6rem;
  }

  .xxl\:mt-32 {
    margin-top: 8rem;
  }

  .xxl\:mr-32 {
    margin-right: 8rem;
  }

  .xxl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xxl\:ml-32 {
    margin-left: 8rem;
  }

  .xxl\:mt-80 {
    margin-top: 20rem;
  }

  .xxl\:mr-80 {
    margin-right: 20rem;
  }

  .xxl\:mb-80 {
    margin-bottom: 20rem;
  }

  .xxl\:ml-80 {
    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-px {
    margin-top: 1px;
  }

  .xxl\:mr-px {
    margin-right: 1px;
  }

  .xxl\:mb-px {
    margin-bottom: 1px;
  }

  .xxl\:ml-px {
    margin-left: 1px;
  }

  .group:hover .xxl\:group-hover\:m-0 {
    margin: 0;
  }

  .group:hover .xxl\:group-hover\:m-1 {
    margin: .25rem;
  }

  .group:hover .xxl\:group-hover\:m-2 {
    margin: .5rem;
  }

  .group:hover .xxl\:group-hover\:m-3 {
    margin: .75rem;
  }

  .group:hover .xxl\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .xxl\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .xxl\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .xxl\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .xxl\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .xxl\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .xxl\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .xxl\:group-hover\:m-18 {
    margin: 4.5rem;
  }

  .group:hover .xxl\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .xxl\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .xxl\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .xxl\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .xxl\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .xxl\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .xxl\:group-hover\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:hover .xxl\:group-hover\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:hover .xxl\:group-hover\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .group:hover .xxl\:group-hover\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .group:hover .xxl\:group-hover\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .group:hover .xxl\:group-hover\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .group:hover .xxl\:group-hover\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .group:hover .xxl\:group-hover\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .group:hover .xxl\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .xxl\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .xxl\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .xxl\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .xxl\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .xxl\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .xxl\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .xxl\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .xxl\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .xxl\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .xxl\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .xxl\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .xxl\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .xxl\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .xxl\:group-hover\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:hover .xxl\:group-hover\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:hover .xxl\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .xxl\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .xxl\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .xxl\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .xxl\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .xxl\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .xxl\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .xxl\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .xxl\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .xxl\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .xxl\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .xxl\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .xxl\:group-hover\:mt-0 {
    margin-top: 0;
  }

  .group:hover .xxl\:group-hover\:mr-0 {
    margin-right: 0;
  }

  .group:hover .xxl\:group-hover\:mb-0 {
    margin-bottom: 0;
  }

  .group:hover .xxl\:group-hover\:ml-0 {
    margin-left: 0;
  }

  .group:hover .xxl\:group-hover\:mt-1 {
    margin-top: .25rem;
  }

  .group:hover .xxl\:group-hover\:mr-1 {
    margin-right: .25rem;
  }

  .group:hover .xxl\:group-hover\:mb-1 {
    margin-bottom: .25rem;
  }

  .group:hover .xxl\:group-hover\:ml-1 {
    margin-left: .25rem;
  }

  .group:hover .xxl\:group-hover\:mt-2 {
    margin-top: .5rem;
  }

  .group:hover .xxl\:group-hover\:mr-2 {
    margin-right: .5rem;
  }

  .group:hover .xxl\:group-hover\:mb-2 {
    margin-bottom: .5rem;
  }

  .group:hover .xxl\:group-hover\:ml-2 {
    margin-left: .5rem;
  }

  .group:hover .xxl\:group-hover\:mt-3 {
    margin-top: .75rem;
  }

  .group:hover .xxl\:group-hover\:mr-3 {
    margin-right: .75rem;
  }

  .group:hover .xxl\:group-hover\:mb-3 {
    margin-bottom: .75rem;
  }

  .group:hover .xxl\:group-hover\:ml-3 {
    margin-left: .75rem;
  }

  .group:hover .xxl\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .xxl\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .xxl\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .xxl\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .xxl\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .xxl\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .xxl\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .xxl\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .xxl\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .xxl\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .xxl\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .xxl\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .xxl\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .xxl\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .xxl\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .xxl\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .xxl\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .xxl\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .xxl\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .xxl\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .xxl\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .xxl\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .xxl\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .xxl\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .xxl\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .xxl\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .xxl\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .xxl\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .xxl\:group-hover\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:hover .xxl\:group-hover\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:hover .xxl\:group-hover\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:hover .xxl\:group-hover\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:hover .xxl\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .xxl\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .xxl\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .xxl\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .xxl\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .xxl\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .xxl\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .xxl\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .xxl\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .xxl\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .xxl\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .xxl\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .xxl\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .xxl\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .xxl\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .xxl\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .xxl\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .xxl\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .xxl\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .xxl\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .xxl\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .xxl\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .xxl\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .xxl\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .xxl\:max-h-800 {
    max-height: 800px;
  }

  .xxl\:max-h-75vh {
    max-height: 75vh;
  }

  .xxl\:max-h-full {
    max-height: 100%;
  }

  .xxl\:max-h-screen {
    max-height: 100vh;
  }

  .xxl\:max-w-xs {
    max-width: 20rem;
  }

  .xxl\:max-w-sm {
    max-width: 30rem;
  }

  .xxl\:max-w-md {
    max-width: 40rem;
  }

  .xxl\:max-w-lg {
    max-width: 50rem;
  }

  .xxl\:max-w-xl {
    max-width: 60rem;
  }

  .xxl\:max-w-2xl {
    max-width: 70rem;
  }

  .xxl\:max-w-3xl {
    max-width: 80rem;
  }

  .xxl\:max-w-4xl {
    max-width: 90rem;
  }

  .xxl\:max-w-5xl {
    max-width: 100rem;
  }

  .xxl\:max-w-full {
    max-width: 100%;
  }

  .xxl\:max-w-500px {
    max-width: 500px;
  }

  .xxl\:min-h-0 {
    min-height: 0;
  }

  .xxl\:min-h-full {
    min-height: 100%;
  }

  .xxl\:min-h-screen {
    min-height: 100vh;
  }

  .xxl\:min-w-0 {
    min-width: 0;
  }

  .xxl\:min-w-full {
    min-width: 100%;
  }

  .xxl\:-m-0 {
    margin: 0;
  }

  .xxl\:-m-1 {
    margin: -0.25rem;
  }

  .xxl\:-m-2 {
    margin: -0.5rem;
  }

  .xxl\:-m-3 {
    margin: -0.75rem;
  }

  .xxl\:-m-4 {
    margin: -1rem;
  }

  .xxl\:-m-5 {
    margin: -1.25rem;
  }

  .xxl\:-m-6 {
    margin: -1.5rem;
  }

  .xxl\:-m-8 {
    margin: -2rem;
  }

  .xxl\:-m-10 {
    margin: -2.5rem;
  }

  .xxl\:-m-12 {
    margin: -3rem;
  }

  .xxl\:-m-16 {
    margin: -4rem;
  }

  .xxl\:-m-20 {
    margin: -5rem;
  }

  .xxl\:-m-24 {
    margin: -6rem;
  }

  .xxl\:-m-32 {
    margin: -8rem;
  }

  .xxl\:-m-px {
    margin: -1px;
  }

  .xxl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .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.25rem;
  }

  .xxl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xxl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xxl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xxl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xxl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xxl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xxl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xxl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xxl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xxl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xxl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xxl\:-mt-4 {
    margin-top: -1rem;
  }

  .xxl\:-mr-4 {
    margin-right: -1rem;
  }

  .xxl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xxl\:-ml-4 {
    margin-left: -1rem;
  }

  .xxl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xxl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xxl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xxl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xxl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xxl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xxl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xxl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xxl\:-mt-8 {
    margin-top: -2rem;
  }

  .xxl\:-mr-8 {
    margin-right: -2rem;
  }

  .xxl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xxl\:-ml-8 {
    margin-left: -2rem;
  }

  .xxl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xxl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xxl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xxl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xxl\:-mt-12 {
    margin-top: -3rem;
  }

  .xxl\:-mr-12 {
    margin-right: -3rem;
  }

  .xxl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xxl\:-ml-12 {
    margin-left: -3rem;
  }

  .xxl\:-mt-16 {
    margin-top: -4rem;
  }

  .xxl\:-mr-16 {
    margin-right: -4rem;
  }

  .xxl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xxl\:-ml-16 {
    margin-left: -4rem;
  }

  .xxl\:-mt-20 {
    margin-top: -5rem;
  }

  .xxl\:-mr-20 {
    margin-right: -5rem;
  }

  .xxl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xxl\:-ml-20 {
    margin-left: -5rem;
  }

  .xxl\:-mt-24 {
    margin-top: -6rem;
  }

  .xxl\:-mr-24 {
    margin-right: -6rem;
  }

  .xxl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xxl\:-ml-24 {
    margin-left: -6rem;
  }

  .xxl\:-mt-32 {
    margin-top: -8rem;
  }

  .xxl\:-mr-32 {
    margin-right: -8rem;
  }

  .xxl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xxl\:-ml-32 {
    margin-left: -8rem;
  }

  .xxl\:-mt-px {
    margin-top: -1px;
  }

  .xxl\:-mr-px {
    margin-right: -1px;
  }

  .xxl\:-mb-px {
    margin-bottom: -1px;
  }

  .xxl\:-ml-px {
    margin-left: -1px;
  }

  .xxl\:p-0 {
    padding: 0;
  }

  .xxl\:p-1 {
    padding: .25rem;
  }

  .xxl\:p-2 {
    padding: .5rem;
  }

  .xxl\:p-3 {
    padding: .75rem;
  }

  .xxl\:p-4 {
    padding: 1rem;
  }

  .xxl\:p-5 {
    padding: 1.25rem;
  }

  .xxl\:p-6 {
    padding: 1.5rem;
  }

  .xxl\:p-8 {
    padding: 2rem;
  }

  .xxl\:p-10 {
    padding: 2.5rem;
  }

  .xxl\:p-12 {
    padding: 3rem;
  }

  .xxl\:p-14 {
    padding: 3.5rem;
  }

  .xxl\:p-16 {
    padding: 4rem;
  }

  .xxl\:p-20 {
    padding: 5rem;
  }

  .xxl\:p-24 {
    padding: 6rem;
  }

  .xxl\:p-28 {
    padding: 7rem;
  }

  .xxl\:p-32 {
    padding: 8rem;
  }

  .xxl\:p-px {
    padding: 1px;
  }

  .xxl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xxl\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xxl\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xxl\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xxl\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xxl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xxl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xxl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xxl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xxl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xxl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xxl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xxl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xxl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xxl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xxl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xxl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xxl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xxl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xxl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xxl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .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: .25rem;
  }

  .xxl\:pr-1 {
    padding-right: .25rem;
  }

  .xxl\:pb-1 {
    padding-bottom: .25rem;
  }

  .xxl\:pl-1 {
    padding-left: .25rem;
  }

  .xxl\:pt-2 {
    padding-top: .5rem;
  }

  .xxl\:pr-2 {
    padding-right: .5rem;
  }

  .xxl\:pb-2 {
    padding-bottom: .5rem;
  }

  .xxl\:pl-2 {
    padding-left: .5rem;
  }

  .xxl\:pt-3 {
    padding-top: .75rem;
  }

  .xxl\:pr-3 {
    padding-right: .75rem;
  }

  .xxl\:pb-3 {
    padding-bottom: .75rem;
  }

  .xxl\:pl-3 {
    padding-left: .75rem;
  }

  .xxl\:pt-4 {
    padding-top: 1rem;
  }

  .xxl\:pr-4 {
    padding-right: 1rem;
  }

  .xxl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xxl\:pl-4 {
    padding-left: 1rem;
  }

  .xxl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xxl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xxl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xxl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xxl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xxl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xxl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xxl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xxl\:pt-8 {
    padding-top: 2rem;
  }

  .xxl\:pr-8 {
    padding-right: 2rem;
  }

  .xxl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xxl\:pl-8 {
    padding-left: 2rem;
  }

  .xxl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xxl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xxl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xxl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xxl\:pt-12 {
    padding-top: 3rem;
  }

  .xxl\:pr-12 {
    padding-right: 3rem;
  }

  .xxl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xxl\:pl-12 {
    padding-left: 3rem;
  }

  .xxl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xxl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xxl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xxl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xxl\:pt-16 {
    padding-top: 4rem;
  }

  .xxl\:pr-16 {
    padding-right: 4rem;
  }

  .xxl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xxl\:pl-16 {
    padding-left: 4rem;
  }

  .xxl\:pt-20 {
    padding-top: 5rem;
  }

  .xxl\:pr-20 {
    padding-right: 5rem;
  }

  .xxl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xxl\:pl-20 {
    padding-left: 5rem;
  }

  .xxl\:pt-24 {
    padding-top: 6rem;
  }

  .xxl\:pr-24 {
    padding-right: 6rem;
  }

  .xxl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xxl\:pl-24 {
    padding-left: 6rem;
  }

  .xxl\:pt-28 {
    padding-top: 7rem;
  }

  .xxl\:pr-28 {
    padding-right: 7rem;
  }

  .xxl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xxl\:pl-28 {
    padding-left: 7rem;
  }

  .xxl\:pt-32 {
    padding-top: 8rem;
  }

  .xxl\:pr-32 {
    padding-right: 8rem;
  }

  .xxl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xxl\:pl-32 {
    padding-left: 8rem;
  }

  .xxl\:pt-px {
    padding-top: 1px;
  }

  .xxl\:pr-px {
    padding-right: 1px;
  }

  .xxl\:pb-px {
    padding-bottom: 1px;
  }

  .xxl\:pl-px {
    padding-left: 1px;
  }

  .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\: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-current {
    color: currentColor;
  }

  .xxl\:text-inherit {
    color: inherit;
  }

  .xxl\:text-black {
    color: #000;
  }

  .xxl\:text-dark {
    color: rgb(25, 25, 25);
  }

  .xxl\:text-white {
    color: #fff;
  }

  .xxl\:text-blue {
    color: rgb(70, 106, 246);
  }

  .xxl\:text-sky {
    color: rgb(176, 191, 249);
  }

  .xxl\:text-lemon {
    color: rgb(255, 204, 51);
  }

  .xxl\:text-pink {
    color: rgb(255, 102, 102);
  }

  .xxl\:text-green {
    color: rgb(51, 204, 153);
  }

  .xxl\:text-grey {
    color: rgb(191, 191, 191);
  }

  .xxl\:text-smoke {
    color: rgb(240, 240, 240);
  }

  .xxl\:text-milk {
    color: rgba(255, 255, 255, .7);
  }

  .group:hover .xxl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xxl\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .xxl\:group-hover\:text-inherit {
    color: inherit;
  }

  .group:hover .xxl\:group-hover\:text-black {
    color: #000;
  }

  .group:hover .xxl\:group-hover\:text-dark {
    color: rgb(25, 25, 25);
  }

  .group:hover .xxl\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .xxl\:group-hover\:text-blue {
    color: rgb(70, 106, 246);
  }

  .group:hover .xxl\:group-hover\:text-sky {
    color: rgb(176, 191, 249);
  }

  .group:hover .xxl\:group-hover\:text-lemon {
    color: rgb(255, 204, 51);
  }

  .group:hover .xxl\:group-hover\:text-pink {
    color: rgb(255, 102, 102);
  }

  .group:hover .xxl\:group-hover\:text-green {
    color: rgb(51, 204, 153);
  }

  .group:hover .xxl\:group-hover\:text-grey {
    color: rgb(191, 191, 191);
  }

  .group:hover .xxl\:group-hover\:text-smoke {
    color: rgb(240, 240, 240);
  }

  .group:hover .xxl\:group-hover\:text-milk {
    color: rgba(255, 255, 255, .7);
  }

  .xxl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xxl\:hover\:text-current:hover {
    color: currentColor;
  }

  .xxl\:hover\:text-inherit:hover {
    color: inherit;
  }

  .xxl\:hover\:text-black:hover {
    color: #000;
  }

  .xxl\:hover\:text-dark:hover {
    color: rgb(25, 25, 25);
  }

  .xxl\:hover\:text-white:hover {
    color: #fff;
  }

  .xxl\:hover\:text-blue:hover {
    color: rgb(70, 106, 246);
  }

  .xxl\:hover\:text-sky:hover {
    color: rgb(176, 191, 249);
  }

  .xxl\:hover\:text-lemon:hover {
    color: rgb(255, 204, 51);
  }

  .xxl\:hover\:text-pink:hover {
    color: rgb(255, 102, 102);
  }

  .xxl\:hover\:text-green:hover {
    color: rgb(51, 204, 153);
  }

  .xxl\:hover\:text-grey:hover {
    color: rgb(191, 191, 191);
  }

  .xxl\:hover\:text-smoke:hover {
    color: rgb(240, 240, 240);
  }

  .xxl\:hover\:text-milk:hover {
    color: rgba(255, 255, 255, .7);
  }

  .xxl\:text-xs {
    font-size: .75rem;
  }

  .xxl\:text-sm {
    font-size: .875rem;
  }

  .xxl\:text-base {
    font-size: 1rem;
  }

  .xxl\:text-lg {
    font-size: 1.125rem;
  }

  .xxl\:text-xlg {
    font-size: 1.25rem;
  }

  .xxl\:text-xl {
    font-size: 1.25rem;
  }

  .xxl\:text-2xl {
    font-size: 1.5rem;
  }

  .xxl\:text-25xl {
    font-size: 1.7rem;
  }

  .xxl\:text-3xl {
    font-size: 1.875rem;
  }

  .xxl\:text-4xl {
    font-size: 2.25rem;
  }

  .xxl\:text-5xl {
    font-size: 3rem;
  }

  .xxl\:text-55xl {
    font-size: 3.5rem;
  }

  .xxl\:text-6xl {
    font-size: 4rem;
  }

  .xxl\:text-7xl {
    font-size: 4.5rem;
  }

  .xxl\:text-inherit {
    font-size: inherit;
  }

  .xxl\:w-1 {
    width: .25rem;
  }

  .xxl\:w-2 {
    width: .5rem;
  }

  .xxl\:w-3 {
    width: .75rem;
  }

  .xxl\:w-4 {
    width: 1rem;
  }

  .xxl\:w-5 {
    width: 1.25rem;
  }

  .xxl\:w-6 {
    width: 1.5rem;
  }

  .xxl\:w-8 {
    width: 2rem;
  }

  .xxl\:w-10 {
    width: 2.5rem;
  }

  .xxl\:w-12 {
    width: 3rem;
  }

  .xxl\:w-16 {
    width: 4rem;
  }

  .xxl\:w-24 {
    width: 6rem;
  }

  .xxl\:w-32 {
    width: 8rem;
  }

  .xxl\:w-44 {
    width: 11rem;
  }

  .xxl\:w-48 {
    width: 12rem;
  }

  .xxl\:w-56 {
    width: 14rem;
  }

  .xxl\:w-64 {
    width: 16rem;
  }

  .xxl\:w-68 {
    width: 17rem;
  }

  .xxl\:w-auto {
    width: auto;
  }

  .xxl\:w-px {
    width: 1px;
  }

  .xxl\:w-1\/2 {
    width: 50%;
  }

  .xxl\:w-1\/3 {
    width: 33.33333%;
  }

  .xxl\:w-2\/3 {
    width: 66.66667%;
  }

  .xxl\:w-1\/4 {
    width: 25%;
  }

  .xxl\:w-3\/4 {
    width: 75%;
  }

  .xxl\:w-1\/5 {
    width: 20%;
  }

  .xxl\:w-2\/5 {
    width: 40%;
  }

  .xxl\:w-3\/5 {
    width: 60%;
  }

  .xxl\:w-7\/10 {
    width: 70%;
  }

  .xxl\:w-4\/5 {
    width: 80%;
  }

  .xxl\:w-1\/6 {
    width: 16.66667%;
  }

  .xxl\:w-5\/6 {
    width: 83.33333%;
  }

  .xxl\:w-9\/10 {
    width: 90%;
  }

  .xxl\:w-45p {
    width: 45%;
  }

  .xxl\:w-55p {
    width: 55%;
  }

  .xxl\:w-58p {
    width: 58%;
  }

  .xxl\:w-full {
    width: 100%;
  }

  .xxl\:w-screen {
    width: 100vw;
  }

  .xxl\:aspect-ratio-square {
    padding-top: 100%;
  }

  .xxl\:aspect-ratio-16\/9 {
    padding-top: 56.25%;
  }

  .xxl\:aspect-ratio-4\/3 {
    padding-top: 75%;
  }

  .xxl\:aspect-ratio-21\/9 {
    padding-top: 42.86%;
  }

  .xxl\:aspect-ratio-3\/2 {
    padding-top: 66.67%;
  }

  .xxl\:aspect-ratio-4\/5 {
    padding-top: 125%;
  }
}


}